
.navbar-dark .navbar-toggler-icon {
    background-image: url(../../assets/img/icon-burger.webp);
    width: 2rem;
}

.btn-azul{
    color: #FFF;
    font-weight: bolder;
    background-color:#1165F6;
    padding: 7px 15px;
    border-radius: 8px;
    width: fit-content;
}

.btn-azul-banner{
    color: #FFF;
    background-color:#1165F6;
    padding: 11px 17px;
    border-radius: 8px;
    border: none;
}

.btn-azul-banner:hover{
    color: #1165F6;
    background-color:none;
    padding: 11px 17px;
    border-radius: 8px;
    border: 1px #1165F6 solid;
    font-style:bold;
}

.bannerCustom{
    height: 780px;
    color: #ffffff;
    background-color: #00215B;
    background-image: url(../img/bannerTalentEco.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.btn-azul-learn{
    color: #FFF;
    background-color:#1165F6;
    padding: 11px 17px;
    border-radius: 8px;
    border: none;
}

.btn-azul-learn:hover{
    color: #1165F6;
    background-color:none;
    padding: 11px 17px;
    border-radius: 8px;
    border: 1px #1165F6 solid;
    font-style:bold;
}


.btn-azul-contac{
    color: #FFF;
    font-weight: bolder;
    background-color:#1165F6;
    padding: 7px 50px;
    border-radius: 8px;
    width: fit-content;
}

.btn-azul-contac:hover{
    background-color:#2a76f8;
    color: #FFF;
}

.navbar-nav .nav-link.active, .navbar-nav .show>.nav-link {
    color: #1165F6 !important;
    font-weight: bolder;
}


.dropdown-item.active, .dropdown-item:active {
    color: #1165F6;
    background-color: transparent;
    text-decoration: underline;
}

.dropdown-item:focus, .dropdown-item:hover {
    color: #1165F6;
    background-color: transparent;
    text-decoration: underline;
}

.text-azul-underline{
    color: #1165F6;
    text-decoration: underline;
}

.title_banner{
    font-weight: 600;
    font-size: 4rem;
}

.subtitle_banner{
    font-weight: lighter;
}

.seccion2{
    background: #FFF;
    padding: 60px 0 85px 0;
}

.power_title{
    color: #1165F6;
    font-weight: bolder;
    font-weight: 700;
}

.container_nav_items{
    width: 50%;
}

.nav_item_custom{
    background-color: #FFF;
    border-radius: 5px;
    padding: 20px 20px;
    margin-bottom: 8px;
    color: #00215B;
    font-weight: bolder;
}

.nav_item_custom.nav-link.active{
    background-color: #E9E9E9;
}

.nav_item_custom:hover{
    background-color: #E9E9E9;
}


.nav-link.nav_item_custom {
    display: flex; 
    justify-content: space-between; 
    align-items: center; 
    text-decoration: none; 
    padding-right: 16px;
    overflow: hidden; 
}

.nav-link.nav_item_custom::after {
    content: "\2192"; 
    font-size: 35px;
    margin-left: auto;
    line-height: 0; 
}

.input_contact{
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid #FFF;
    border-radius: 0;
}

.contact_box{
    width: 400px;
    height: 200px;
    background-color: #E6E6E6;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /* border-bottom: 5px solid #1165F6; */

    border-bottom: 0px solid transparent; /* Establece un borde transparente para mantener el espacio para el borde */
    background-image: linear-gradient(to right, #1165F6 20%, rgba(0, 0, 255, 0) 0%);
    background-repeat: no-repeat;
    background-size: 210% 7px;
    background-position: left bottom;
}

.benefits-btn{
    color: #1165F6;
    background-color: #FFF;
    padding: 10px 30px;
    font-size: 18px;
    border: 1px solid #1165F6;
    outline: none;
    border-radius: 30px;
}

.icon-size-1{
    height: auto; 
    width: 50px; 
}

.icon-size {
    height: auto; 
    width: 40px; 
    margin-right: 25px;
}


.contact_box{
    width: 400px;
    height: 200px;
    background-color: #E6E6E6;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /* border-bottom: 5px solid #1165F6; */

    border-bottom: 0px solid transparent; /* Establece un borde transparente para mantener el espacio para el borde */
    background-image: linear-gradient(to right, #1165F6 20%, rgba(0, 0, 255, 0) 0%);
    background-repeat: no-repeat;
    background-size: 210% 7px;
    background-position: left bottom;
}

.download_box{
    width: 400px;
    height: 200px;
    background-color: #00215B;
    color: #FFF;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /* border-bottom: 5px solid #1165F6; */
/* 
    border-bottom: 0px solid transparent; 
    background-image: linear-gradient(to right, #1165F6 20%, rgba(0, 0, 255, 0) 0%);
    background-repeat: no-repeat;
    background-size: 210% 7px;
    background-position: left bottom; */
}


.imagen_learn{
    width: 325px;
}

@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1110px;
    }
}

@media (min-width: 858px) and (max-width: 1445px){
    .btn-azul-learn{
        margin: 10px;
        padding: 10px 10px;
    }
    .imagen_learn{
        width: 300px;
    }
    .bannerCustom{
        height: 750px;
    }
}

@media (min-width: 857px) and (max-width: 1200px){
    .btn-azul-learn{
        margin: 10px;
        padding: 10px 10px;
    }
    .imagen_learn{
        width: 200px;
    }
    .bannerCustom{
        height: 730px;
    }
}

@media (min-width: 576px) and (max-width: 856px){
    .btn-azul-learn{
        margin: 10px;
        padding: 10px 10px;
    }
    .imagen_learn{
        width: 300px;
    }
    .bannerCustom{
        height: 650px;
    }
}

@media (min-width: 409px) and (max-width: 575px) {
    .title_banner{
        font-weight: 600;
        font-size: 50px;
    }

    .bannerCustom{
        height: 600px;
    }

    .power_title{
        font-weight: 600;
    }

    .btn-azul-learn{
        margin: 10px;
        padding: 10px 10px;
    }

    .imagen_learn{
        width: 300px;
    }
}

@media (min-width: 10px) and (max-width: 408px) {
    .title_banner{
        font-weight: 600;
        font-size: 40px;
    }

    .bannerCustom{
        height: 600px;
    }

    .container_nav_items{
        width: 100%;
    }
  
    .power_title{
        font-weight: 500;
        font-size: x-large;
    }

    .btn-azul-learn{
        margin: 10px;
        padding: 10px 10px;
    }
    .imagen_learn{
        width: 300px;
    }
}