﻿@font-face {
    font-family: GOTHAM_BOLD;
    src: url(../../fonts/GothamBold.ttf) format("truetype");
}

@font-face {
    font-family: GOTHAM_BOOK;
    src: url(../../fonts/GothamBook.ttf) format("truetype");
}

@font-face {
    font-family: NOIR-REGULAR;
    src: url(../../fonts/NoirPro-Regular.ttf) format("truetype");
}


@font-face {
    font-family: NOIR-BOLD;
    src: url(../../fonts/NoirPro-Bold.ttf) format("truetype");
}


@font-face {
    font-family: NOIR-MEDIUM;
    src: url(../../fonts/NoirPro-Medium.ttf) format("truetype");
}


@font-face {
    font-family: NOIR-SEMIBOLD;
    src: url(../../fonts/NoirPro-SemiBold.ttf) format("truetype");
}

body {
    overflow-x: hidden;
    height:100%;
}


html {
    overflow-x: hidden;
    scroll-behavior: smooth;
    height:100%;
}

.contBody {
    height: 94%;
    overflow: auto;
}
/**************************/
/*         UTILS          */
/**************************/

.cursorPointer{
    cursor:pointer;
}
/*...................FONTS*/

.fontGothamBold{
    font-family:GOTHAM_BOLD!important;
}
.fontGothamBook {
    font-family: GOTHAM_BOOK !important;
}
.fontGothamBook {
    font-family: GOTHAM_BOOK !important;
}
.fontNoirBold {
    font-family: NOIR-BOLD !important;
}
.fontNoirMedium {
    font-family: NOIR-MEDIUM !important;
}
.fontNoirSemiBold {
    font-family: NOIR-SEMIBOLD !important;
}

.fontNoirRegular {
    font-family: NOIR-REGULAR !important;
}
/****************SIZE*/
.fontSize10px {
    font-size: 12px !important;
}
.fontSize12px {
    font-size: 12px !important;
}
.fontSize15px {
    font-size: 15px !important;
}
.fontSize18px {
    font-size: 18px !important;
}
.fontSize20px {
    font-size: 20px !important;
}
.fontSize25px {
    font-size: 25px !important;
}
.fontSize30px {
    font-size: 30px !important;
}
.fontSize35px {
    font-size: 35px !important;
}
.fontSize40px {
    font-size: 40px !important;
}
.fontSize45px {
    font-size: 45px !important;
}
.fontSize50px {
    font-size: 50px !important;
}
/**********COLORS*/
.color-blueDark {
    color: #1C59BA !important;
}
.color-blueLight {
    color: #10AED7 !important;
}
.color-grayLight {
    color: #A0A0A0 !important;
}
.color-grayDark {
    color: #707070 !important;
}
.color-white {
    color: #FFFFFF !important;
}

/********************BACKGROUND*/
.back-blueDark {
    background: #1C59BA !important;
}
.back-blueLight {
    background: #10AED7 !important;
}
.back-whiteTransparent {
    background-color: rgba(255, 255, 255, 0.8)!important;
}

/**********ALIGN TEXT*/
.textCenter {
    text-align: center !important;
}
.positionAbsolute{
    position:absolute!important;
}
.positionRelative{
    position:relative!important;
}
.floatLeft {
    left: 10% !important;
}
.floatRight {
    float: right !important;
}
.lineHeight20 {
    line-height: 20px!important;
}
.lineHeight30 {
    line-height: 30px !important;
}
/**********PADDING*/
.padding15movile {
    padding-top: 15px !important;
}

.paddingTop10 {
    padding-top: 10px !important;
}
.paddingTop15 {
    padding-top: 15px !important;
}
.paddingTop25 {
    padding-top: 25px !important;
}
.paddingTop30 {
    padding-top: 30px !important;
}
.paddingTop35 {
    padding-top: 35px !important;
}
.paddingTop40 {
    padding-top: 40px !important;
}
.paddingTop50 {
    padding-top: 50px !important;
}
.paddingTop80 {
    padding-top: 80px !important;
}
.paddingTop100 {
    padding-top: 100px!important;
}

.paddingBottom15 {
    padding-bottom: 15px !important;
}
.paddingBottom25 {
    padding-bottom: 25px !important;
}
.paddingBottom30 {
    padding-bottom: 30px !important;
}
.paddingBottom35 {
    padding-bottom: 35px !important;
}
.paddingBottom40 {
    padding-bottom: 40px !important;
}
.paddingBottom50 {
    padding-bottom: 50px !important;
}
.paddingBottom100 {
    padding-bottom: 100px !important;
}

/**********MARGIN***/
.marginTop10 {
    margin-top: 10px !important;
}
.marginTop15 {
    margin-top: 15px !important;
}
.marginTop25 {
    margin-top: 25px !important;
}
.marginTop30 {
    margin-top: 30px !important;
}
.marginTop35 {
    margin-top: 35px !important;
}
.marginTop40 {
    margin-top: 40px !important;
}
.marginTop50 {
    margin-top: 50px !important;
}
.marginTop80 {
    margin-top: 80px !important;
}
.marginTop100 {
    margin-top: 100px!important;
}

.marginBottom0 {
    margin-bottom: 0px !important;
}
.marginBottom15 {
    margin-bottom: 15px !important;
}
.marginBottom25 {
    margin-bottom: 25px !important;
}
.marginBottom30 {
    margin-bottom: 30px !important;
}
.marginBottom35 {
    margin-bottom: 35px !important;
}
.marginBottom40 {
    margin-bottom: 40px !important;
}
.marginBottom50 {
    margin-bottom: 50px !important;
}
.marginBottom100 {
    margin-bottom: 100px !important;
}

/*************ELEMENTS FRONT*/
.btnBlue {
    font-family: NOIR-SEMIBOLD;
    font-size: 20px;
    background: #1C59BA;
    color: white;
    padding: 12px 18px;
    border-radius: 28px;
    border: none;
}
.linkFooter, .linkFooter:hover {
    font-size: 15px;
    text-decoration: none !important;
    color: white;
}

.noDecorationLink, .noDecorationLink:hover{
    text-decoration: none;
}

.btnBlue:hover, .btnBlue:active, .btnBlue:focus {
    background-color: #10AED7 !important;
    color: white !important;
    box-shadow: 0px 2px 10px #10AED7;
    border: none;
}

.lineHeight0 {
    line-height: 0px!important;
}
.lineHeight15 {
    line-height: 15px!important;
}

.lineFooter {
    width: 92%;
    height: 2px;
    background: white;
    margin: 0 auto;
}

.underlineText{
    text-decoration: underline;
}

#itemUser {
    color: #10AED7 !important;
    border-left: solid 2px #707070 !important;
    padding-right: 1rem !important;
    padding-left: 1rem !important;
    padding: 0.3rem 1rem !important;
    display: block;
}

/**************************/
/*         MENU           */
/**************************/
.navbar-light .navbar-nav .active > .nav-link {
    border-bottom: #10AFD7 solid 2px;
    color: #1C59BA !important
}

.nav-link {
    padding: 0.3rem 1rem !important;
    color: #1C59BA !important;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1rem!important;
    padding-left: 1rem!important;
}
.dropdown-item {
    color: #10AED7!important;
}
.dropdown-menu {
    text-align:center;
}


.navbar {
    padding: 1rem 7% !important;
}

.dropdown:hover > .dropdown-menu {
    display: block;
}

.navbar-brand {
    margin-right: -24%;
    z-index: 1000
}
.dropdown-menu {
    left: 50% !important;
    transform: translateX(-50%) !important;
    top: 100% !important;
    border: none !important;
    padding: 0px;
    margin: 0px;
    background: white;
}
.dropdown-item {
    padding: 0 1.5rem;
}
    .navbar-toggler {
    padding: 3px;
    font-size: 0px;
    line-height: 0;
    background-color: transparent;
    border: none;
    border-radius: .25rem;
    width: 64px;
    height: 32px;
}
button:focus {
    outline: none!important;
}

.imgLogoMenu {
    max-width: 40% !important;
}
.dropdown-item:focus, .dropdown-item:hover {
    text-decoration: none;
    background-color: white!important;
    color: #1C59BA !important;
}
.itemCollapse:hover {
    border-bottom: #10AFD7 solid 2px;
    cursor:pointer;
}


/**************************/
/*         FOOTER         */
/**************************/
.imgLogoFooter {
    width: 60%;
}
.containerFooter {
    max-width: 910px!important;
}
.textCenterFooter{
    text-align:center;
}
footer{
    position:absolute;
    bottom:0;
    width:100%;
}

/**************************/
/*    MEDIA QUERIES       */
/**************************/
/*Small devices*/
@media (max-width: 300px) {
    #navbarNav {
        text-align: center !important;
    }

    .navbar {
        padding: 0.3rem 4% !important;
    }

    .dropdown-menu {
        transform: translateX(0) !important;
    }

    .nav-link {
        margin: 22px 0px 22px 0px;
    }

    .padding15movile {
        padding-top: 0px !important;
    }

    .hideMovile {
        visibility: hidden;
    }

    .imgLogoFooter {
        width: 35%;
    }

    .linkFooter, .linkFooter:hover {
        font-size: 12px;
    }

    .fontSize30px {
        font-size: 20px !important;
    }

    .fontSize15px {
        font-size: 12px !important;
    }
    .fontSize20px {
        font-size: 12px !important;
    }
    .itemText {
        font-size: 15px !important;
    }
    .textCenterFooter {
        text-align: left;
    }
    .navbar-collapse ul {
        height: 100vh;
    }

    
}

/*Small devices*/
@media (max-width: 576px) {
    #navbarNav {
        text-align: center !important;
    }

    .navbar {
        padding: 0.3rem 4% !important;
    }

    .dropdown-menu {
        transform: translateX(0) !important;
    }

    .nav-link {
        margin: 22px 0px 22px 0px;
    }

    .padding15movile {
        padding-top: 0px !important;
    }

    .hideMovile {
        visibility: hidden;
    }

    .containerFooter {
        padding-left: 30px;
    }

    .imgLogoFooter {
        width: 35%;
    }

    .linkFooter, .linkFooter:hover {
        font-size: 12px;
    }

    .fontSize30px {
        font-size: 20px !important;
    }

    .fontSize15px {
        font-size: 12px !important;
    }
    .fontSize20px {
        font-size: 12px !important;
    }
    .back-whiteTransparent {
        background-color: white !important;
    }
    .itemText {
        font-size: 15px !important;
    }
    .textCenterFooter {
        text-align: left;
    }
    .navbar-collapse ul {
        height: 100vh;
    }

}

/*Medium devices*/
@media (max-width: 768px) {
    #navbarNav {
        text-align: center !important;
    }

    .navbar {
        padding: 0.3rem 4% !important;
    }

    .dropdown-menu {
        transform: translateX(0) !important;
    }

    .nav-link {
        margin: 22px 0px 22px 0px;
    }

    .padding15movile {
        padding-top: 0px !important;
    }

    .hideMovile {
        visibility: hidden;
    }

    .containerFooter {
        padding-left: 30px;
    }

    .imgLogoFooter {
        width: 30%;
    }

    .linkFooter, .linkFooter:hover {
        font-size: 12px;
    }

    .fontSize30px {
        font-size: 20px !important;
    }

    .fontSize15px {
        font-size: 12px !important;
    }
    .fontSize20px {
        font-size: 12px !important;
    }
    .back-whiteTransparent {
        background-color: white !important;
    }
    .itemText {
        font-size: 15px !important;
    }
    .textCenterFooter {
        text-align: left;
    }
    .navbar-collapse ul {
        height: 100vh;
    }
}

/*Large devices*/
@media (max-width: 992px) {
    #navbarNav {
        text-align: center !important;
    }
    .navbar {
        padding: 0.3rem 4% !important;
    }
    .dropdown-menu {
        transform: translateX(0) !important;
    }
    .nav-link {
        margin: 22px 0px 22px 0px;
    }
    .padding15movile {
        padding-top: 0px !important;
    }
    .containerFooter {
        padding-left: 30px;
    }
    .fontSize30px {
        font-size: 20px !important;
    }
    .fontSize15px {
        font-size: 13px !important;
    }
    .fontSize20px {
        font-size: 13px !important;
    }
    .hideMovile{
        visibility:hidden;
    }
    .back-whiteTransparent {
        background-color: white !important;
    }

    .itemText {
        font-size: 15px !important;
        margin-top: 15px!important;
    }
    .textCenterFooter {
        text-align: left;
    }
    .navbar-collapse ul {
        height: 100vh;
    }
    
}

/*Extra large devices*/
@media (min-width: 1200px) {
    .containerGeneral {
        max-width: 1400px;
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
    }


}