@media screen and (max-width: 599px) {
    .container_yo {
        width: 100%;
        padding-left: 5px;
        padding-right: 5px;
    }

    .responsive_image {
        width: 100% !important;
    }

    #footer {
        font-size: 12px;
    }

    .showInMobile {
        display:inline !important;
    }

    #userLogo {
        display: inline !important;
        font-size: 20px;
        border-radius: 20px;
    }

    #menu-scroll {
        background-color: #0eae55 !important;
        text-align: center !important;
    }

    #menu-scroll img {
        background-color: #0eae55 !important;
        height: 80px;
    }

    #header_bar {
        display: inline !important;
    }

    .title-1st {
        font-size: 18px !important;
    }

    .content-1st {
        font-size: 14px !important;
    }

    .group_content {
        font-size: 14px !important;
    }

    .row a span {
        font-size: 12px;
    }

    .icon_item img {
        height: 30px !important;
    }

    #footer img {
        height: 100px;
    }

    #footer {
        padding: 20px !important;
    }

    #footer li {
        font-size: 14px !important;
    }

    #footer p {
        font-size: 18px;
        margin-bottom: 0px;
    }


    button {
        font-size: 14px !important;
    }

}

@media screen and (min-width: 600px) and (max-width: 959px) {
    .container_yo {
        width: 80%;
        padding-left: 10px;
        padding-right: 10px;
    }

    #footer {
        font-size: 12px;
    }

}
@media screen and (min-width: 960px) and (max-width: 1263px) {
    .container_yo {
        width: 900px;
        padding-left: 10px;
        padding-right: 10px;
    }

}

@media screen and (min-width: 1264px) and (max-width: 1904px) {
    .container_yo {
        width: 1200px;
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media screen and (min-width: 1904px) {
    .container_yo {
        width: 1170px;
        padding-left: 15px;
        padding-right: 15px;
    }
}

/*@media (max-width: 1170px) {
    .container_yo {
        width: 1170px;
        padding-left: 15px;
        padding-right: 15px;

    }
}

@media (max-width: 767px) {
    .container_yo {
        overflow: hidden;
        padding: 0px
    }

    .icon_item img {
        height: 30px !important;
    }

}*/

@font-face {
    font-family: "MYRIADPRO-BLACK_0";
    src: url("../css/font/MYRIADPRO-BLACK_0.OTF");
}

@font-face {
    font-family: "MYRIADPRO-BOLD";
    src: url("../css/font/MYRIADPRO-BOLD.OTF");
}

@font-face {
    font-family: "MYRIADPRO-REGULAR";
    src: url("../css/font/MYRIADPRO-REGULAR.OTF");
}

@font-face {
    font-family: "MYRIADPRO-IT";
    src: url("../css/font/MYRIADPRO-IT.OTF");
}

@font-face {
    font-family: "MYRIADPRO-LIGHT_0";
    src: url("../css/font/MYRIADPRO-LIGHT_0.OTF");
}

@font-face {
    font-family: "MYRIADPRO-SEMIBOLDSEMIEXT_0";
    src: url("../css/font/MYRIADPRO-SEMIBOLDSEMIEXT_0.OTF");
}

@font-face {
    font-family: "MYRIADPRO-LIGHTIT_0";
    src: url("../css/font/MYRIADPRO-LIGHTIT_0.OTF");
}

body {
    background-color: #ffffff;
    color: #333333;
    font-size: 14px;
    line-height: 18px;
    font-family: "MYRIADPRO-BOLD" !important;
}


header a {
    text-decoration: none;
}

header a:hover {
    color:#FFA60D;
}

.showInMobile {
    display: none;
}

#userLogo {
    display: none;
}

#footer {
    background: #2b4556;
    padding: 52px 0 20px;
    position: relative;
}

#footer p {
    color: white;
    font-size: 20px;
    position: relative;
    padding: 5px;
}

#footer li {
    color: white;
    font-size: 18px;
    padding: 10px;
    line-height: 1;
}

#footer li a {
    font-family: "MYRIADPRO-REGULAR";
    color: white;
    text-decoration: none;
}

#footer #copyring {
    color:white;
    text-align: center;
}

.footer-logo {
    text-align: center;
}

.container_yo {
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 20px;
    margin-right: auto;
    margin-left: auto;
}

.scrollToTop {
    border-radius: 50%;
    display: none;
    position: fixed;
    bottom: -40px;
    right: 20px;
    width: 40px;
    height: 40px;
    background: url("../images/to-top.png") no-repeat center;
    cursor: pointer;
    z-index: 99999;
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    transition: all 0.8s ease;
}

.scrollToTop.active {
    bottom: 20px;
}

.title-1st {
    font-size: 28px;
    font-weight: bold;
    position: relative;
}

.content-1st {
    font-size: 21px;
    margin-bottom: 20px;
    animation: mymove 1s;
    animation-fill-mode: forwards;
    padding-top: 0px;
    position: relative;
    text-align: justify;
}

.menu-item {
    display: inline-block;
    position: relative;
}

.menu-item > a {
    color: #fff;
    font-size: 16px;
    display: inline-block;
    padding: 8px 10px;
    font-weight: bold;
}

#menu-login {
    float: right;
    margin-top: 50px;
    padding: 0;
    position: relative;
    right: 6%;
    color: white;
    flex: auto;
}

.row a span {
    line-height: 25px;
    display: block;
    margin-top: 20px;
    text-align: center;
    color: white;
    font-weight: bold;
    position: relative;
}

.row a:hover img {
    transition: transform .5s !important;
    transform: scale(1.2) !important;
}

.row a:hover span {
    transition: transform .5s !important;
    transform: scale(1.2) !important;
}

.menu_sticker {
    background-color: #0eae55;
}

.menu_sticker img {
    background-color: #0eae55;
}

#menu-scroll {
    position: fixed;
    top: 0;
    width: 100%;
    height: 56px;
    padding-top: 10px;
    z-index: 1;
}

#header_bar {
    display: flex;
}

#menu-scroll img {
    padding: 0px 10px 10px 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

.group_content {
    border: 1px solid white;
    border-radius: 25px;
    padding: 20px;
    margin: 10px;
    line-height: normal;
    font-size: 18px;
    position: relative;
}

.group_content li {
    list-style-image: url(../images/icon.png);
    list-style-position: inside;
    font-family: "MYRIADPRO-REGULAR", sans-serif;
    margin-bottom: 10px;
    text-align: justify;
}

.group_content li a {
    text-decoration: none;
    color: white;
}

.yo-button {
    background: #FFA60D;
    color: #fff;
    border-radius: 20px;
    font-size: 25px;
}

.icon_item {
    padding: 5px;
    margin: 5px;
}

.icon_item a {
    text-decoration: none;
}

.icon_item img {
    height: 60px;
}

.container_yo input {
    border-radius: 12px;
    border: 1px solid black;
    font-family: "MYRIADPRO-IT";
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    margin-top: 10px;
}

.form-row {
    margin-bottom: 1rem;
}

