html {
    scroll-behavior: smooth;
}
.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;
}

/* ecualcards */
.container-card.equal-cards {
    display: flex;
    flex-wrap: wrap;
}

.container-card.equal-cards .card {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
}

.container-card.equal-cards .tarjeta>* {
    flex: 1;
}

.container-card.equal-cards .tarjeta {
    min-height: 150px;
}

.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;
} */

.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;
}

.bannerSlidesa {
    background-image: url(../img/bannerIniciatives.png);
    background-size: cover;
    background-position: center;
    height: 100vh;
    justify-content: center;
    align-items: center;
    background-color: #0f1e33;
}

.banner-area {
    padding-top: 15px;
    height: 61rem;
}

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);
}
*/

.boxBanner{
    color: #FFF;
    padding: 75px 50px;
}

.container_sobrepuesto{
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #F5F5F5;
    padding: 90px 200px;
    border-radius: 80px 80px 0px 0px;
    margin-top: -85px;
    z-index: 10;
}

.check-list-container {
    display: flex; /* Activa Flexbox */
    align-items: flex-start; /* Alinea elementos al inicio verticalmente */
    flex-direction: column;
}

.card-list-container{
    border: 1px solid #333333;
    padding: 30px 45px;
    border-radius: 8px;
}

.list-container p {
    margin-bottom: 0;
    /* Eliminar el margen si afecta el diseño */
}

.list-container {
    background-color: #ffffff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    max-width: 400px;
    /* margin: auto; */
}

.card-list-container ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.card-list-container ul li {
    font-size: 16px;
    color: #333333;
    margin-bottom: 8px;
}
.card-list-container ul li:before {
    content: '•';
    color: #2A346C;
    font-weight: bold;
    display: inline-block;
    font-size: 24px;
    margin-left: 0em;
    margin-right: 8px;
    vertical-align: middle; 
}

.arowOpen{
    display: flex;
    justify-content: end;
    position: relative; 
    z-index: 10; 
    margin-bottom: -55px;

}

.collapse-arrow {
    width: 100%;
    height: auto;
}

.collapse-arrow {
    transition: transform 0.3s ease;
}

.collapsed .collapse-arrow {
    transform: rotate(180deg);
    margin-bottom: -205px;
}

.elementCollapse:not(.collapsed) .collapse-arrow {
    transform: rotate(0);

}

.card-list-container.highlight {
    background-color: #ffffff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border: none;
}

.btnEvent {
    background-color: #1D2F49;
    border: none;
    outline: none;
    color: #FFF;
    padding: 5px 30px;
    border-radius: 10px;
}

.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 img {
    display: block;
    max-width: 100%;
    height: 100%;
}

.partner-logo-univesidad:hover {
    transform: scale(1.1);
}

.togetherSecction {
    background-image: url(../img/togetherBanner.png);
    background-size: cover;
}

.textTogetherSecction {
    padding: 16rem 1.5rem;
}

.btnEvent:hover{
    background-color: #30435e; 
    color: #FFF;
    outline: none;
    text-decoration: none;
}

@media (max-width: 1023px) {
    .navbar-brand>img {
        height: 100px !important;
        margin: 0rem 0rem -2rem 0rem;
    }
    
    .textTogetherSecction {
        padding: 19rem 0.5rem;
    }    
    
}

@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) {
    .boxBanner{
        padding: 12rem 0px;
    }
    
    .container_sobrepuesto{
        padding: 30px 20px;
    }

    .textTogetherSecction {
        padding:50px 20px;
    }

    .arowOpen{
        margin-bottom: -50px;
    }

    .collapsed .collapse-arrow {
        margin-bottom: -20px;
    }
}

/* tablets */
@media only screen and (min-width:481px) and (max-width:768px) {
    .boxBanner{
        padding: 12rem 10px;
    }    

    .arowOpen{
        margin-bottom: -50px;
    }

    .collapsed .collapse-arrow {
        margin-bottom: -200px;
    }
   
}

/* laptop sm*/
@media only screen and (min-width:769px) and (max-width:1024px) {
    .boxBanner{
        padding: 9rem 10px;
    }
    
    .banner-area {
        height: 60rem;
    }

    .arowOpen{
        margin-bottom: -50px;
    }

    .collapsed .collapse-arrow {
        margin-bottom: 0px;
    }
}

/* laptop lg*/
@media only screen and (min-width:1025px) and (max-width:1440px) {
    
    .boxBanner{
        padding: 11rem 10px;
    }    
    
    .banner-area {
        height: 60rem;
    }
    .arowOpen{
        margin-bottom: -50px;
    }

    .collapsed .collapse-arrow {
        margin-bottom: -150px;
    }
}

/* laptop xl*/
@media only screen and (min-width:1440px) and (max-width:1919px) {

     .boxBanner{
        padding: 10rem 20px;
    }  

}

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;
    }


}


