main{
    font-family: 'Montserrat', sans-serif;
}

.row.equal-cols {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.row.equal-cols:before,
.row.equal-cols:after {
    display: block;
}

.row.equal-cols>[class*='col-'] {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.row.equal-cols>[class*='col-']>* {
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.custom_container,
.custom_container-fluid,
.custom_container-sm,
.custom_container-md,
.custom_container-lg,
.custom_container-xl {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.custom_options{
    color: #1D2F49 !important;
    font-weight: 600 !important;
    padding: 15px 20px 8px 20px !important;
}

.custom_option_focus{
    position: relative;
    border-bottom: 2px solid transparent; 
}

.custom_option_focus::after {
    content: '';
    position: absolute;
    left: 20px;
    bottom: 0;
    width: 80%;
    height: 6%;
    background: linear-gradient(to right, #1D2F49 50%, transparent 50%); 
    border-bottom: 2px solid transparent; 
    box-sizing: border-box;
}

.joinUs {
    padding-top: 100px;
}

nav.navbar.bootsnav ul.navbar-right li.dropdown ul.dropdown-menu li a:hover {
    color: #15385B;
}

/*
nav.navbar.bootsnav ul.nav > li.dropdown > a.dropdown-toggle::after {
    content: url(../img/dropdown.svg);
}

nav.navbar.bootsnav ul.nav > li.dropdown > a.dropdown-toggle:hover::after {
    content: url(../img/dropdownUp.svg);
}
*/

.joinUsSecction {
    background-image: url(../img/get_involved_back.png);
    background-size: cover;
    background-position: bottom;
    height: 80vh;
}

.textJoinUs {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.join-us-container {
    padding: 230px 0px 0;
}

.text-join-us {
    font-size: 70px !important;
    font-weight: 600 !important;
    color: #FFF;
    line-height: 1.2;
}

.text-join-us-container {
    padding-top: 20px; 
    padding-left: 100px;
}

.btnAzul{
    background-color: #1D2F49;
    padding: 5px 10px;
    color: #FFF;
    border-radius: 9px;
    outline: none;
}


.btnAzul:hover{
    background-color: #30435e; 
    color: #FFF;
    outline: none;
    text-decoration: none;
}


.btnBlanco{
    background-color: #FFF;
    padding: 15px 30px;
    color: #1D2F49;
    border-radius: 6px;
    outline: none;
}

.btnBlanco:hover{
    background-color: #dbdbdb;
    color: #1D2F49;
}


.partners-section-univesidad {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 50px;
}

.partner-logo-univesidad {
    padding: 10px;
    transition: transform 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 220px;
    height: 130px
}

.partner-logo-univesidad:hover {
    transform: scale(1.1);
}


@media (max-width: 1023px) {
    .navbar-brand>img {
        height: 100px !important;
        margin: 0rem 0rem -2rem 0rem;
    }
}

@media (min-width: 576px) {

    .custom_container,
    .custom_container-sm {
        max-width: 540px;
    }
}

@media (min-width: 768px) {

    .custom_container,
    .custom_container-sm,
    .custom_container-md {
        max-width: 720px;
    }
}

@media (min-width: 992px) {

    .custom_container,
    .custom_container-sm,
    .custom_container-md,
    .custom_container-lg {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {

    .custom_container,
    .custom_container-sm,
    .custom_container-md,
    .custom_container-lg,
    .custom_container-xl {
        max-width: 1140px;
    }
}

/* responsive */

/* telefono */
@media only screen and (min-width:320px) and (max-width:480px) {
    .textJoinUs {
        display: block;
    }
    .text-join-us {
        font-size: 60px !important;
    }

    .text-join-us-container {
        padding-top: 0px; 
        padding-left: 0px;
    }
    .join-us-container {
        padding: 150px 0px 0px;
    }
}

/* tablets */
@media only screen and (min-width:481px) and (max-width:768px) {
   
}

/* laptop sm*/
@media only screen and (min-width:769px) and (max-width:1024px) {
    .joinUs {
         padding-top: 100px;
    }
}

/* laptop lg*/
@media only screen and (min-width:1025px) and (max-width:1440px) {
    .joinUs {
         padding-top: 100px;
    }
}

/* laptop xl*/
@media only screen and (min-width:1440px) and (max-width:1919px) {

}

a:hover {
    color: #0056b3;
    text-decoration: none;
}


@media (max-width: 1023px) {
    .custom_option_focus::after {
        content: '';
        position: absolute;
        left: 0px;
        bottom: 0;
        width: 60%;
        height: 4%;
        background: linear-gradient(to right, #1D2F49 50%, transparent 50%); 
        border-bottom: 1px solid transparent; 
        box-sizing: border-box;
    }    
}

@media (min-width: 1024px) and (max-width: 1200px) {

    .custom_option_focus::after {
        content: '';
        position: absolute;
        left: 14px;
        bottom: 0;
        width: 80%;
        height: 5%;
        background: linear-gradient(to right, #1D2F49 50%, transparent 50%);
        border-bottom: 1px solid transparent;
        box-sizing: border-box;
    }


}

