
.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: 15px 20px;
    border-radius: 8px;
    border: none;
}

.btn-azul-learn{
    color: #FFF;
    background-color:#1165F6;
    padding: 15px 20px;
    border-radius: 8px;
    border: none;
}


.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;
}

.bannerCustom{
    height: 900px;
    color: #ffffff;
    background-color: #00215B;
    background-image: url(../img/bannerContacto.webp);
    background-size: cover;
}

.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;
}


@media (min-width: 858px) and (max-width: 1445px){
    .btn-azul-learn{
        margin: 10px;
        padding: 10px 10px;
    }
}

@media (min-width: 857px) and (max-width: 1200px){
    .btn-azul-learn{
        margin: 10px;
        padding: 10px 10px;
    }
}

@media (min-width: 576px) and (max-width: 856px){
    .btn-azul-learn{
        margin: 10px;
        padding: 10px 10px;
    }
    .imagen_learn{
        display: none;
    }
}

@media (min-width: 409px) and (max-width: 575px) {
    .title_banner{
        font-weight: 600;
        font-size: 50px;
    }

    .bannerCustom{
        height: 650px;
    }

    .power_title{
        font-weight: 600;
    }

    .btn-azul-learn{
        margin: 10px;
        padding: 10px 10px;
    }

    .imagen_learn{
        width: 400px;
    }
}

@media (min-width: 10px) and (max-width: 408px) {
    .title_banner{
        font-weight: 600;
        font-size: 40px;
    }

    .bannerCustom{
        height: 650px;
    }

    .container_nav_items{
        width: 100%;
    }
  
    .power_title{
        font-weight: 500;
        font-size: x-large;
    }

    .btn-azul-learn{
        margin: 10px;
        padding: 10px 10px;
    }
}


.form-control {
    display: block;
    width: 100%;
    padding: 1rem .75rem;
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1.5;
    color: #000;
    background-color: #fff;
    background-clip: padding-box;
    border: none;
    border-bottom: 1px solid #000;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0px;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}


.form-select {
    display: block;
    width: 100%;
    padding: 1rem 2.25rem 1rem .75rem;
    -moz-padding-start: calc(0.75rem - 3px);
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 1;
    color: #1165F6;
    background-color: #fff;
    background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e);
    background-repeat: no-repeat;
    background-position: right .75rem center;
    background-size: 16px 12px;
    border: none;
    border-bottom: 2px solid #1165F6;
    border-radius: 0px;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.form-control:focus {
    color: #000;
    background-color: #fff;
    border-color: #1165F6;
    outline: 0;
    box-shadow: 0 0 0 0rem rgba(0,0,0,.25);
}

.form-check {
    display: block;
    min-height: 1.5rem;
    padding-left: 0.5em;
    margin-bottom: .125rem;
}


.card {
    border-radius: 24px;
}    
 
.form-check-label{
    color: #000;
}
 
label {
    display: inline-block;
    color: #000000;
}

.card-body {
    padding: 2rem 2.5rem !important;
}   

.btn-azul-contact{
    color: #FFF;
    background-color:#1165F6;
    padding: 0.65rem 2.65rem;
    border-radius: 5px;
    border: none;
}

.btn-azul-contact:hover{
    color: #1165F6;
    background-color:#FFF;
    padding: 0.7rem 2.7rem;
    border-radius: 5px;
    border: 1px #1165F6 solid;
}




@media (max-width: 991px) {
    
    .card{
        margin-top: 2rem;
        margin-bottom:3rem;
    }

    .card-body {
        padding: 1.85rem 1.85rem !important;
    }
    
    .bannerCustom{
        height: auto;
        margin-top: 5rem;
    }

    .form-control {
        display: block;
        width: 100%;
        padding: 1rem .75rem;
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.5;
        color: #000;
        background-color: #fff;
        background-clip: padding-box;
        border: none;
        border-bottom: 1px solid #000;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        border-radius: 0px;
        transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    }
    
    
    .form-select {
        display: block;
        width: 100%;
        padding: 1rem 2.25rem 1rem .75rem;
        -moz-padding-start: calc(0.75rem - 3px);
        font-size: 1rem;
        font-weight: 600;
        line-height: 1;
        color: #1165F6;
        background-color: #fff;
        background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e);
        background-repeat: no-repeat;
        background-position: right .75rem center;
        background-size: 16px 12px;
        border: none;
        border-bottom: 2px solid #1165F6;
        border-radius: 0px;
        transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }

}

@media (max-width: 750px) {
     .card-body {
        padding: 1.85rem 0.85rem !important;
    }   
}



.form-control-2 {
    display: block;
    width: 100%;
    padding: 1rem 0rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #000;
    background-color: #fff;
    background-clip: padding-box;
    border: none;
    border-bottom: 1px solid #000;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0px;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.form-control-2:focus {
    color: #000;
    background-color: #fff;
    border-color: #1165F6;
    outline: 0;
    box-shadow: 0 0 0 0rem rgba(0,0,0,.25);
}


.btn-azul-contact-modal {
    color: #FFF;
    background-color: #1165F6;
    padding: 0.45rem 2.65rem;
    border-radius: 5px;
    border: none;
}

.btn-azul-contact-modal:hover {
    color: #1165F6;
    background-color: #FFF;
    padding: 0.45rem 2.65rem;
    border-radius: 5px;
    border: 1px #1165F6 solid;
}


  .button-with-arrow {
    padding: 10px 0px; /* Ajusta el relleno según sea necesario */
    background-color: transparent; /* El color de fondo del botón */
    color: #1165F6; /* Color del texto */
    border: none; /* Sin borde */
    cursor: pointer; /* Cursor en forma de mano al pasar el ratón */
    font-size: 16px; /* Tamaño del texto */
    position: relative; /* Posición relativa para posicionar la flecha absolutamente dentro de este contenedor */
    border-radius: 5px; /* Bordes redondeados del botón */
    font-family: 'Montserrat', sans-serif; /* Fuente de Google Fonts, si está disponible */
    outline: none; /* Quitar el contorno en foco */
    user-select: none; /* Evitar selección del texto del botón */
  }
  
  .button-with-arrow::after {
    content: '→'; /* Usar un carácter de flecha, o puedes usar una imagen o SVG */
    content: url('../../assets/img/arrow.svg');
    position: absolute; /* Posicionar absolutamente para que esté dentro del botón */
    right: -45px; /* Espacio a la izquierda del texto del botón */
    top: 48%; /* Centrado verticalmente */
    transform: translateY(-50%); /* Centrar perfectamente la flecha */
    font-size: 20px; /* Tamaño de la flecha */
    color: #4ADDDD; /* Color de la flecha */
  }
  
  .button-with-arrow:hover {
    padding: 10px 0px; /* Ajusta el relleno según sea necesario */
    background-color: transparent; /* El color de fondo del botón */
    color: #1165F6; /* Color del texto */
    border: none; /* Sin borde */
    cursor: pointer; /* Cursor en forma de mano al pasar el ratón */
    font-size: 18px; /* Tamaño del texto */
    position: relative; /* Posición relativa para posicionar la flecha absolutamente dentro de este contenedor */
    border-radius: 5px; /* Bordes redondeados del botón */
    font-family: 'Montserrat', sans-serif; /* Fuente de Google Fonts, si está disponible */
    outline: none; /* Quitar el contorno en foco */
    user-select: none; /* Evitar selección del texto del botón */
  }