html{
    /*position: fixed;*/
    height: 100%;
    width: 100%;
}

body{
    font-family: 'SinkinSans-Regular';
    height: 100%;
}

.ln-18{
    line-height: 1.8em!important;
}

.m--100{
    margin-top: -100px; /*El tamaño del nav superior*/
}

.cursor-pointer{
    cursor: pointer;
}

@media (min-width: 768px) {
    .h-md-20{
        height: 10%!important;
    }

    .h-md-100{
        height: 100%!important;
    }

    .w-md-80{
        width: 80%!important;
    }
}

@media (max-width: 576px) {
    .w-sm-100{
        width: 100%!important;
    }
}

@media (max-width: 400px) {
    .w-mv-100{
        width: 100%!important;
    }
}


/* INI MENU */
#content-menu{
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.6em 2em;
    z-index: 1000;
}

#content-menu .close{
    position: absolute;
}

#content-menu .close img{
    width: .75em;
}

#content-menu .content-options{
    margin-top: 5em;
}

@media (max-width: 500px){
    #content-menu .content-options{
        margin-top: 40%!important;
        margin-left: 0!important;
    }

    #content-menu .content-options ul{
        font-size: 1.3em!important;
    }

    #content-menu .footer-menu{
        margin-left: 0!important;
    }
}

#content-menu .content-options ul{
    /*font-family: SinkinSans-Medium;*/
    font-family: SinkinSans-SemiBold;
    list-style-type: none;
    padding-left: 0;
    color: #fff;
    font-size: 1.4em;
}

#content-menu .content-options ul li{
    margin-bottom: .3em;
}

#content-menu .content-options ul li span{
    cursor: pointer;
    margin-bottom: .3em;
}

#content-menu .footer-menu{
    position: fixed;
    bottom: 15px;
}

#content-menu .footer-menu p{
    cursor: pointer;
    color: #fff;
    font-size: .65em;
}
/* FIN MENU */


#sub-content-main nav.header img#logo-header{
    width: 7em;
}

#sub-content-main nav.header img#logo-menu{
    width: 3em;
}

@media (min-width: 992px){
    #sub-content-main nav.header img#logo-header{
        width: 5em;
    }

    #sub-content-main nav.header img#logo-menu{
        width: 2.5em;
    }
}

@media (min-width: 1600px) {
    #content-menu .content-options ul{
        font-size: 2.3em!important;
    }
}

@media (min-width: 720px) {
    #content-menu .content-options ul{
        font-size: 1.8em;
    }

    #content-menu{
        padding-left: 4em;
    }
}

#content-main {
    background-color: #000041;
    height: 100%;
}

#sub-content-main {
    /*padding: 0 50px;*/
    height: 100%;
}

#content-main .content-footer {
    position: fixed;
    bottom: 2em;
}

#content-main .content-footer img,
.footer-logo-web img{
    width: 85%;
}

@media (min-width: 1350px) {
    #content-main .content-footer img,
    .footer-logo-web img {
        width: 100%;
    }
}

.content-language-web{
    display: block;
}

.content-language-app{
    display: none;
    margin-top: -1em;
}

.content-language-web > div.dropdown.bootstrap-select.select-language{
    margin-right: 1rem!important;
}

@media (max-width: 768px) {
    #sub-content-main {
        padding-left: 50px;
        padding-right: 50px;
    }

    .content-language-web{
        display: none;
    }

    .content-language-app{
        display: block;
    }


}

#content-main h1{
    color: #fff;
    font-family: 'SinkinSans-SemiBold';
    font-size: 5.5rem;
}

#content-main h5{
    font-size: 1em;
    color: #f2f2f0;
}

#content-main p{
    font-family: SinkinSans-Medium;
    font-size: 2.3em;
    color: #c5c2c3;
}

#content-main input{
    border: none;
    border-radius: 10px;
    color: #000;
    width: 340px!important;
    background-color: #01cfff;
    font-size: 1em;
    outline: none;
    height: 45px;
}

#content-main input:focus{
    outline-color: transparent!important;
    background-color: #fff!important;
}

#content-main input::placeholder{
    font-size: 1em;
    font-family: SinkinSans-Regular;
    color: #000;
}

@media (max-width: 424px) {

    #sub-content-main {
        padding-left: 40px!important;
        padding-right: 40px!important;
    }

    #content-main h1{
        font-size: 3.5rem;
    }

    #content-main p{
        font-size: 1.4em;
    }

    #content-main h5{
        font-size: 1em;
    }

    #content-main input{
        width: 200px!important;
    }

    #content-main input::placeholder{
        font-size: .9em;
    }

    #sub-content-main nav.header img#logo-header{
        width: 5.5em;
    }

    #sub-content-main nav.header img#logo-menu{
        width: 1.8em;
    }

    /*#content-main .content-footer img {*/
    /*    width: 15em;*/
    /*}*/

}

@media (max-width: 360px) {

    #sub-content-main nav.header img#logo-header{
        width: 4.5em;
    }

    #sub-content-main nav.header img#logo-menu{
        width: 1.5em;
    }

    .m--100 {
        margin-top: -70px;
    }

}

@media (max-width: 330px) {

    #content-main h1{
        font-size: 2.8rem;
    }

    #content-main p{
        font-size: 1.2em;
        padding-bottom: 2px;
    }

    #content-main h5{
        font-size: .7em;
    }

    #content-main input{
        width: 180px!important;
    }

    #content-main input::placeholder{
        font-size: .7em;
    }

}

@media (min-width: 1800px){
    .containerC {
        max-width: 1700px;
        margin: 0 auto;
    }
}

.link-no-style,
.link-no-style:hover{
    text-decoration: none;
    text-underline: none;
}

.font-color-blue,
.font-color-blue:hover{
    color: #000041;
}
