@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


*{
    font-family: 'Poppins';
}

.modal-title{
    margin-bottom: 1vh;
    margin-top: 1vh;
}


.modal-body{
    padding-top: 1vh;
    padding-left: 5vh;
    padding-right: 5vh;
    padding-bottom: 5vh;
}

.modal-header{
    padding-bottom: 0;
}


.form-check-input:checked {
    background-color: #FF5722;
    border-color: #ffffff;
}

.nav-item,.nav-link{
    font-weight: 600;
    color: #6d6865;
    font-size: 15px;
}
.nav-link:hover{
    color: #F56B09;
}

.nav-item.active .nav-link {
    font-weight: bold; /* Hace que el texto del enlace activo sea más grueso */
    color: #F56B09; /* Cambia el color del texto del enlace activo a blanco */
    border-radius: 5px; /* Agrega esquinas redondeadas al botón */
}

.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    color: #F56B09;
}

.dropdown-menu{
    color: #000;
    --bs-dropdown-link-hover-color: #F56B09;
}
/*---------------------------------------ANIMACIONES---------------------------*/

.bg-light {
    --bs-bg-opacity: 1;
    background-color: white !important;
}


/*----------------------------------------------------------------------------*/

/*------------ DROPDOWN NAVBAR ----------------*/
.dropdown-menu li {
    position: relative;
}
.dropdown-menu .dropdown-submenu {
    display: none;
    position: absolute;
    left: 100%;
    top: -7px;
}
.dropdown-menu .dropdown-submenu-left {
    right: 100%;
    left: auto;
}
.dropdown-menu > li:hover > .dropdown-submenu {
    display: block;
}

/*  -----------------------------------------  */

/*------------SLIDER PRINCIPAL ----------------------*/
.carousel-item{
    height: 85vh;
}
.carousel-control-prev-icon {
    background-image: url('iconos/flecha-izquierda.png');
}
.carousel-control-next-icon {
    background-image: url('iconos/flecha-derecha.png');
}
.titulo-carousel{
    font-size: 25px;
}
.icon-ubication img{
    width: 8%;
    height: auto;
}
.titulo-proyecto-carousel{
    font-size: 8vh;
}

.btn {
    background: #f46807;
    border-color: transparent;
    padding-top: 10px;
    margin-bottom: 12px;
    width: 100%;
    margin-left: 0;
    font-weight: 700;
    font-size: 20px;
    color: #ffffff;
}
.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    padding: 0;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: rgba(255, 255, 255, 0);
    background-clip: padding-box;
    border: 2px solid white;
    border-top: 3px solid white;
    border-bottom: 2px solid white;
    opacity: .5;
    transition: opacity .6s ease;
}
.carousel-indicators [data-bs-target]:hover {
    /* Estilos al pasar el cursor */
    background-color: #f46807; /* Cambia el color de fondo al pasar el cursor */
    border-color: #ffffff; /* Cambia el color del borde al pasar el cursor */
    opacity: 1; /* Ajusta la opacidad al pasar el cursor */
}
p {
    margin-top: 20vh;
    margin-bottom: 2vh;
}


/*-----------------------------------      MENU-------------------------------------------------------------------*/
/*------------------------------------------------------SECCION 2 SWIPPER -----------------------------------------------*/
.swiper-content{
    background: linear-gradient(90deg, #fe8b1c 0%, #f46807 80%);
    width: 100%;
    height: 40vh;
}

.texto-inferior{
    background-color: white;
    height: 75px;
    width: 220px;
    text-align: center;
    padding-top: 20px;
    border-radius: 0px 0px 15px 15px;
    font-weight: bolder;
    color: #ff7700;
    opacity: 0.9;
    transition: opacity .2s ease-out;
    font-size: 1.3em;
}

.mySwiper{
    margin-top: -20vh ;
}

swiper-container {
    width: 100%;
    padding-bottom: 50px;
    margin-top: 5vh;
    background-color: #008a2202;
}
  swiper-slide {
    background-position: center;
    background-size: cover;
    width: 400px;
    height: 500px;
    margin-left: 30px;
    margin-right: 30px;
    border-radius: 5%;
    background-color: rgba(127, 255, 212, 0);
}
swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 5%;
    object-fit: cover;
}
swiper-slide.swiper-slide-visible.swiper-slide-fully-visible.swiper-slide-active:hover {
    filter: brightness(95%);
    color: white;
    
}

.bg-white {
    background-color: rgba(var(--bs-white-rgb),var(--bs-bg-opacity))!important;
    height: 470px;
}
.btn {
    background: #f46807;
    border-color: transparent;
    padding-top: 10px;
    margin-bottom: 12px;
    width: 100%;
    font-weight: 700;
    font-size: 20px;
    color: #ffffff;
}
/* Elimina el efecto hover */
    .btn:hover {
    background: white;
    color: #f46807;
    border-color: none;
} 
.slider-container {
    overflow-x: auto;
    white-space: nowrap;
    scrollbar-width: none; /* Para ocultar la barra de desplazamiento en navegadores que la muestran */
    -ms-overflow-style: none; /* Para ocultar la barra de desplazamiento en navegadores de Internet Explorer */
}
.slider-container::-webkit-scrollbar {
    display: none; /* Oculta la barra de desplazamiento en navegadores basados en WebKit */
}
.slider-item {
    display: inline-block;
    margin-right: 15px; /* Espacio entre cada tarjeta */
    vertical-align: top; /* Alinea las tarjetas en la parte superior del contenedor */
}

.t-swipper-1{
    background-color: #008a2200;
    width: 300px;
    margin-left: -50px;
    margin-top: 300px;
    display: flex;
}
.t-swipper-2{
    background-color: #00e1ff00;
    width: 300px;
    margin-left: -50px;
    display: flex;
    font-size: 10px;

}
.t-swipper-1 h2{
    font-size: 20px;
    color: rgb(255, 255, 255);
}
.t-swipper-2 h2{
    font-size: 20px;
    margin-top: -2px;
    color: rgb(255, 255, 255);
}
.t-swipper-1 img{
    width: 25px;
    height: 25px;
    color: white;
}
.t-swipper-2 img{
    width: 20px;
    height: 20px;
}
/*------------------------ TITULO DE CADA SECTION -----------------------------------*/
.titulo-proyectosd{
    font-weight: bolder;
    font-size: 40px;
    text-align: center;
    margin-bottom: 30px;
    padding-top: 50px;
    color: rgb(255, 255, 255);  
}

/*----------------------------------- SECCION 3 BENEFICIOS ----------------------------------------------------------------------------------------------*/
/* BENEFICIOS */

.contenedor-beneficios{
    /*margin-top: 35vh;*/
}
.titulo-beneficios {
    border: 3px solid rgba(0, 128, 0, 0);
    text-align: center;
    padding-bottom: 2vh;
}
.titulo-beneficios h2 {
    font-size: 40px;
    font-weight: 700;
    color: #F56B09;
}
.container-principal-beneficios{
    width: 100%;
    display: flex;
    padding: 0;
}

.imagen-beneficios {
    border: 3px rgba(0, 0, 0, 0);
    width: 100%;
    display: flex;
    align-items: flex-end;
}

.imagen img{
    width: 100%;
}

.contenedor-filas{
    border: 3px solid rgba(128, 128, 128, 0);
    width: 100%;    
}

/*FLEBOX BENEFICIOS*/

.FlexContainer {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    width: 100%;
    overflow: hidden;
    flex-direction: row;
}

.FlexContainer div {
    width: 30%;
    height: 18vh;
    margin: 5px;
    border-radius: 10px;
    flex-direction: column;
    display: flex;
    justify-content: center;
    padding: 2vh;
    text-align: center;
    /*box-shadow: 5px 5px 5px 0px rgb(0, 0, 0, 27%);*/
    align-items: center;
}

.FlexContainer div img {
    height: 7vh;
    width: 8vh;
}


/*------------------------ SECCIOON 4 TEXTO Y FORMULARIO------------*/
.formulario-texto {
    display: flex;
    justify-content: space-around;
    align-items: center;
    background: linear-gradient(90deg,#fe8b1c 0%, #f46807 80%);
}

.container-formulario-text{
    border:  3px solid rgba(0, 0, 0, 0);
    width: 100%;
    padding-bottom: 5vh;
}
.contenedores {
    border: 3px solid rgba(0, 0, 255, 0);
    padding: 40px;
    width: 50%;
} 
.contenedor-principal{
    border: 3px solid rgba(255, 68, 0, 0);
    display: flex;
    width: 100%;
    justify-content: space-evenly;
}
.contenedores h2 {
    margin-top: 12vh;
    background: white;
    border-radius: 13px;
    padding: 6px;
    color: #f46809;
    font-weight: 700;
    font-size: 30px;
}
.parrafos {
    color: white;
    margin-top: 2vh;
    font-size: 25px;

}
.card-subtitle {
    font-size: 20px;
}
.contenedores h3 {
    margin-top: 3vh;
    color: white;
    font-weight: 700;
    font-size: 32px;
    text-align: center;
}
p.parrafo {
    color: white;
    text-align: center;
    margin-top: 2vh;
    margin-bottom: 2vh;
}
/* Estilos para el contenedor izquierdo */
.container-left {
    width: 100%; /* Ajusta el ancho según tu preferencia */
    background-color: rgba(0, 255, 255, 0);
    font-size: 20px;
    padding-top: 15vh;
}

.container-left h2{
    font-size: 35px;
    width: 90%;
    height: 50px;
    background-color: white;
    border-radius: 10px;
}

/* Estilos para el contenedor derecho */
.container-formulario {
    width: 100%; /* Ajusta el ancho según tu preferencia */
    background-color: #0b0f0c00;
    padding-top: 4vh;
}

.container-formulario h3{
    font-size: 40px;
    font-weight: 600;
    color: white;
    text-align: center;
    border: #00000000 3px solid;
}

.container-left .parrafos{
    color: rgb(255, 255, 255);
}

.container-formulario p{
    color: white;
    text-align: center;
}
.titulo-form{
    color: rgb(255, 255, 255); 
    font-size: 35px;
    font-weight: 600;
    text-align: center;
    margin-top: 3vh;
}

.form-label {
    margin-bottom: .5rem;
    color: gray;
}
/* Estilos para el botón de enviar */
button[type="submit"] {
    background: linear-gradient(90deg,#46dd62 20%, #1ab138 80%);
    width: 100%;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    font-size: 20px;
    font-weight: 600;
}

button[type="submit"]:hover {
    background: linear-gradient(90deg,#46dd62 20%, #1ab138 80%);
}

.content_slider h2 {
    font-weight: 700;
    font-size: 10vh;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: -10px;
    color: white;
}

/*------------------------ SECCION 5 INFORMACION PAREJA VERDE ------------------*/
.contenedor-informacion{
    border: #00000000 solid 3px ;
    background-color: #F7F7F7;
}
.titulo-noticia {
    width: 100%;
    display: flex;
    text-align: center;
    justify-content: center;
    padding-bottom: 3vh;
    padding-top: 0;
}

.titulo-noticia h1{
    margin-left: 1vh;
    font-weight: 700;
}
.informa{
    color: #f46809;
    font-weight: 700;
}

#cartas{
    margin-bottom: 0;
}

.container-informacion {
    background-color: rgba(243, 4, 4, 0);
    height: 750px;
    padding-top: 50px;
    border: 3px solid rgba(0, 128, 0, 0);
}

/* Estilos para las imágenes */
.imagen-container img {
    width: 200% !important;
    height: auto; /* Mantiene la proporción de la imagen */
    background-color: rgba(0, 255, 255, 0);
}

/* Estilos para los contenedores de texto */
.texto-container {
    height: 350px;
    padding: 10px; /* Añade espacio interior */
    background-color: #77767400;
    margin-top: 250px;
    margin-left: -10px;
}

.icono-1 {
    display: flex;
    align-items: center;
}
.icono-2 {
    display: flex;
    align-items: center;
}
.icono-3 {
    display: flex;
    align-items: center;
}
/* Estilos para el icono */
.icono-1 img {
    width: 45px; /* Tamaño del icono */
    margin-top: 15px;
}
/* Estilos para el icono */
.icono-2 img {
    width: 45px; /* Tamaño del icono */
    margin-top: 15px;
}
/* Estilos para el icono */
.icono-3 img {
    width: 45px; /* Tamaño del icono */
    margin-top: 15px;
}

/* Estilos para el título */
.texto-container h3 {
    font-size: 25px; /* Tamaño del título */
    margin-top: 25px;
    font-weight: 400;
}


/* Estilos para el botón "Más Información" */
.btn-mas-informacion {
    background-color: #F7F7F7;
    color: #f46807;
    border: solid 2px #f46807;
    padding: 10px 20px;
    border-radius: 10px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    margin-top: 24px;
    margin-left: 13px;
    width: 65%;
    font-size: 15px;
    font-weight: bold;
}

.btn-mas-informacion:hover {
    background: linear-gradient(90deg,#fe8b1c 0%, #f46807 80%); /* Cambia el color de fondo al pasar sobre el botón */
    color: white;
    border: none;
    width: 65%;
}


/*------------------------------SECCION 6 CARDS------------------------------------------*/

.container1{
    background: #ffffff;
    padding:15px 9%;
    padding-bottom: 3vh;
}


.container1 .heading{
    text-align: center;
    padding-bottom: 15px;
    color:#fff;
    text-shadow: 0 5px 10px rgba(0,0,0,.2);
    font-size: 50px;
}

.container1 .box-container{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
    gap:15px;
}

.container1 .box-container .box {
    height: 300px;
    box-shadow: 0 5px 10px rgba(0,0,0,.2);
    border-radius: 5px;
    background: #ffffffa6;
    text-align: center;
}

.container1 .box-container .box img{
    height: 80px;
}

.container1 .box-container .box h3 {
    width: 50%;
    background: linear-gradient(90deg,#fe8b1c 0%, #f46807 80%);
    color: #ffffff;
    font-size: 22px;
    padding: 10px 0;
    border-radius: 8px;
}

.container1 .box-container .box p{
    color:#777;
    font-size: 15px;
    line-height: 1.8;
}

.container1 .box-container .box .btn1 {
    margin-top: 150px;
    display: inline-block;
    background: linear-gradient(90deg,#fe8b1c 0%, #f46807 80%);
    color: #fff;
    font-size: 17px;
    border-radius: 5px;
    padding: 8px 25px;
    text-decoration: none;
}

.container1 .box-container .box .btn1:hover{
    color: #F56B09;
    background: white;
}

.container1 .box-container .box:hover{
    box-shadow: 0 10px 15px rgba(0,0,0,.3);
    transform: scale(1.03);
}



/*------------------------------   FOOOTERR  -------------------------------------------*/
.contenedor-footer{
    border: #00000000 5px solid;
    background-color: #000000;
}
.contenedor-footer-principal{
    border: 3px solid rgba(47, 88, 47, 0);
    padding: 0;
    display: flex;
}

.logo{
    border: 3px solid rgba(255, 0, 0, 0);
}
.logo img{
    border: 3px solid rgba(0, 0, 0, 0);
    width: 15%;
}

.texto-1{
    border: 3px solid rgba(0, 255, 255, 0);
    width: 50%;

}
p {
    margin-top: 0;
    margin-bottom: 0; 
}
.info-footer{
    border: 3px solid rgba(255, 0, 0, 0);
    color: rgb(255, 255, 255);
    font-size: 15px;
    text-align: justify;
    font-weight: normal;
}


.texto-2{
    border: #46dd6200 3px solid;
    width: 50%;
    font-weight: 600;
    color: white;
    text-align: center;
}

dl, ol, ul {
    margin-top: 0;
    margin-bottom: 0.4rem;
}

.texto-2 ul {
    list-style-type: none; /* Elimina los puntos de la lista */
    padding: 0;
    margin-left: 10px;
}
.texto-2 ul li a {
    text-decoration: none;
    color: white; /* Cambia el color del texto a blanco */
    font-weight: normal;
}
.texto-2 ul li a:hover{
    color: #F56B09;
}
.texto-2 {
    border: #46dd6200 3px solid;
    width: 50%;
    font-weight: 600;
    color: white;
    text-align: center;
}

.texto-3{
    border: #dd670000 5px solid;
    width: 50%;

}

.texto-3 h2{
    border: #00000000 5px solid;
    width: 50%;
    font-size: 15px;
    color: white;
    font-weight: bold;
}
.texto-3 ul{
    border: #00000000 5px solid;
    width: 100%;
    font-size: 14px;
    color: white;
    font-weight: normal;
    padding: 0;
}

.texto-4{
    border-top: 1px solid #f56b09;
    width: 100%;
    padding: 0;
    display: flex;
    padding-top: 10px;
}

.texto-4 p{
    border: 3px solid rgba(0, 255, 0, 0);
    width: 50%;
    color: #ffffff;
    font-size: 15px;
    text-align: start;
}

.iconos-footer{
    border: #86868600 3px solid ;
    width: 50%;
    text-align: end;
}
.iconos-footer img{
    width: 4%;
    margin-right: 10px;
}

a {
    color: rgb(13 110 253 / 0%);
    text-decoration: underline;
}
/*-------------------------  WSP  ------------------*/
#whatsapp-link {
    position: fixed;
    bottom: 60px; /* ajusta este valor según sea necesario */
    right: 20px; /* ajusta este valor según sea necesario */
    z-index: 9999; /* asegura que esté por encima de otros elementos */
    cursor: pointer; /* cambia el cursor al pasar sobre el enlace */
  }
  
  #whatsapp-link:hover img {
    filter: brightness(0.9); /* cambia el brillo del icono al pasar el ratón sobre él */
  }

  #whatsapp-link:hover::after {
    content: "Pide información aquí"; /* contenido del mensaje */
    position: absolute;
    color: #000;
    font-weight: normal;
    font-size: 25px;
    background-color: #fff; /* color de fondo de la caja de texto */
    border: 1px solid #000; /* borde de la caja de texto */
    border-radius: 15px; /* border radius de 15px */
    padding: 10px 0px 0px 20px; /* espacio interno de la caja de texto */
    bottom: 30px; /* posición vertical de la caja de texto */
    right: 50px; /* posición horizontal de la caja de texto (modificado a 50px) */
    z-index: 999; /* asegura que esté por encima de otros elementos */
    width: 350px; /* ancho de la caja de texto (modificado a 200px) */
    height: 60px;
}
@keyframes shakeY {
    0% { transform: translateX(0); }
    25% { transform: translateX(-5px); }
    50% { transform: translateX(5px); }
    75% { transform: translateX(-5px); }
    100% { transform: translateX(5px); }
}

.icon-wsp.animate__animated {
    animation: shakeY 7.5s infinite; /* Aquí defines la animación infinita */
}

/*1201max - +++++ hara lo que pongas entre {}/ PANTALLAS EXTRAGRANDES, TV*/
/*1025max - 1200PX hara lo que pongas entre {}/ PC Y PANTALLAS GRANDES*/
/*769max - 1024PX hara lo que pongas entre {}/ PANTALLAS PEQUEÑAS, PORTATILES */
/*481max - 768PX hara lo que pongas entre {}/ IPAD, TABLETS*/
/*320max - 480PX hara lo que pongas entre {}/ MOVIL*/

.boton-formulario{
    margin-left: 0;
}

.card{
    padding: 20px;
}

.p-4 {
    padding: 0 !important;
}
/* Estilos para pantallas medianas (hasta 1400px) */
form {
    background-color: #ffffff;
    width: 100%;
    padding: 15px;
}

.texto-container {
    height: 350px;
    padding: 10px;
    background-color: #77767400;
    margin-top: 25vh;
    margin-left: -10px;
}


.contenedor-derecha-izquierda{
    display: flex;
    justify-content: space-evenly; 
}

.imagen-derecha .card-body {
    flex: 1 1 auto;
    padding: 8px;
    color: var(--bs-card-color);
}
.imagen-derecha {
    padding: 0;
}

.cuadrados-izquierda{
    flex: 1 1 auto;
    padding: 8px;
    color: var(--bs-card-color);
}
.cuadrados-izquierda .card-body {
    flex: 1 1 auto;
    padding: 0;
    color: var(--bs-card-color);
}

@media screen and (max-width: 1400px){
    .FlexContainer div {
        width: 30%;
        height: 17vh;
        margin: 5px;
    }
    .imagen img {
        width: 103%;
    }
}

@media (min-width: 1025px) and (max-width: 1299px) {
    .texto-container {
        margin-top: 17vh;
        margin-left: -62px;
    }
}

@media screen and (max-width: 1024px){
    .FlexContainer {
        /*height: 70vh;*/
    }
    .container-principal-beneficios{
        width: 100%;
        display: flex;
        padding: 0;
    }
    
    .FlexContainer div {
        height: 19vh;
        width: 31%;
    }
    .contenedores {
        border: 3px solid rgba(0, 0, 255, 0);
        padding: 40px;
        width: 100%;
    }
    .contenedor-principal {
        border: 3px solid rgba(255, 68, 0, 0);
        display: flex;
        width: 100%;
        justify-content: space-evenly;
        flex-direction: column;
        justify-content: center;
    }
    
    .texto-container {
        margin-top: 14vh;
    }
    .texto-container h3 {
        font-size: 20px;
        margin-top: 20px;
        font-weight: 400;
    }
    .icono-1, 
    .icono-2, 
    .icono-3 {
        display: flex;
        align-items: center;
        width: 100%;
    }
    .btn-mas-informacion {
        margin-top: 0vh;
        margin-left: 1vh;
        width: 65%;
        font-size: 14px;
    }
    .titulo-proyectosd {
        font-size: 35px;
    }
    .titulo-beneficios h2 {
        font-size: 35px;
    }
    .titulo-beneficios {
        border: 3px solid rgba(0, 128, 0, 0);
        text-align: center;
        padding-bottom: 0;
    }
    .listslider {
        left: 50%;
        bottom: 4%;
        width: 15%;
    }
    
    .contenedor-filas {
        width: 100%;
        margin-top: 5vh;
    }
    
    .iconos-footer img {
        width: 6%;
        margin-right: 10px;
    }   
    .contenedores h2 {
        margin-top: 0;
        text-align: center;
        background: white;
        border-radius: 13px;
        padding: 6px;
        color: #f46809;
        font-weight: 700;
        font-size: 35px;
    }
    .titulo-form {
        color: rgb(255, 255, 255);
        font-size: 33px;
        font-weight: 600;
        text-align: center;
        margin-top: 3vh;
    }
    .col-lg-6 {
        flex: 0 0 auto;
        width: 100%;
    }
    .col-lg-12 {
        flex: 0 0 auto;
        width: 100%;
        padding: 35px;
    }
    .parrafos {
        color: white;
        margin-top: 2vh;
        font-size: 22px;
        text-align: center;
    }
    .form-label {
        margin-bottom: .5rem;
        color: gray;
        font-size: 17px;
    }
    #enviarBtn{
       background: linear-gradient(90deg, #46dd62 20%, #1ab138 80%);
        border: none;
        cursor: pointer;
        padding: 1vh;
        border-radius: 10px;
        color: white;
        font-size: 2vh; 
    }
    .container-informacion {
        background-color: rgba(243, 4, 4, 0);
        height: 750px;
        padding-top: 4vh;
        border: 3px solid rgba(0, 128, 0, 0);
    }
    .btn-mas-informacion {
        margin-top: 2vh;
        margin-left: 1vh;
        width: 65%;
        font-size: 14px;
    }
    .icono-1 img,
    .icono-2 img,
    .icono-3 img {
        width: 10%;
        margin-top: 15px;
    }
    .container-informacion {
        height: 58vh;
        padding-top: 4vh;
    }
    .container1 .box-container .box .btn1 {
        margin-top: 150px;
        display: inline-block;
        background: linear-gradient(90deg, #fe8b1c 0%, #f46807 80%);
        color: #fff;
        font-size: 17px;
        border-radius: 5px;
        padding: 8px 25px;
        text-decoration: none;
    }

}

@media screen and (max-width: 991px){
    .contenedor-principal .contenedores {
        width: 100%;
        text-align: justify;
    }
    .contenedor-principal {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        width: 100%;
        padding-top: 0;
    }
    .contenedores h3 {
        font-size: 33px;
        font-weight: 600;
        color: white;
        text-align: center;
        border: #00000000 3px solid;
    }
    .contenedores h2 {
        font-weight: 700;
        font-size: 35px;
    }
    .contenedores p {
        color: white;
        text-align: center;
        margin-bottom: 2vh;
    }
    
    .imagen-beneficios {
        width: 100%;
        display: none;
    }
    .contenedor-filas {
        border: 3px solid rgba(128, 128, 128, 0);
        width: 100%;
    }
    .titulo-beneficios h2 {
        font-size: 40px;
        font-weight: 700;
        color: #f46809;
    }
    
    
    .btn-mas-informacion {
        margin-left: 5vh;
    }
    .btn-mas-informacion:hover {
        width: 45%;
    }

    .texto-container h3 {
        font-weight: 400;
    }
    

    .FlexContainer div{
        width:25vh;
    }
    
    .titulo-beneficios {
        padding-bottom: 0vh;
    }
    
   
    .texto-container {
        margin-top: 0;
        margin-left: 15vh;
        width: 85%;
    }
    
    .col-md-6 {
        flex: 0 0 auto;
        width: 100%;
    }
    .container-informacion {
        height: 50vh;
    }
    
    .imagen-container img {
        display: none;
    }
    
}
@media (min-width: 992px) {
    .modal-lg, .modal-xl {
        --bs-modal-width: 1000px;
        margin-top: 5rem;
        height: 820px;
    }
    
}

@media screen and (max-width: 768px){
    .titulo-proyectosd {
        font-size: 30px;
    }
    .container-informacion {
        height: 50vh;
    }
    .titulo-beneficios h2 {
        font-size: 35px;
    }
    
    .caja-formulario{
        width: 85%;
    }
    .content_slider h2 {
        font-size: 7vh;
    }
    .listslider {
        left: 50%;
        bottom: 5%;
        width: 20%;
    }
    .icono-1, 
    .icono-2,
    .icono-3 {
        margin-top: 0vh;
    }
    
    .iconos-footer img {
        width: 7%;
        margin-right: 10px;
    }
    .logo img {
        width: 24%;
    }
    .contenedores p {
        color: white;
        text-align: justify;
    }
    .texto-container{
        display: block;
    }
}

@media screen and (max-width: 767px){
    
    .contenedores {
        padding: 40px 0px 0px 0px;
        width: 100%;
    }
    .caja-formulario {
        width: 100%;
    }
    .col-lg-12 {
        flex: 0 0 auto;
        width: 100%;
        padding: 0px;
    }
    .texto-container {
        margin-top: 0;
        margin-left: 5vh;
        width: 85%;
        display: block;
    }
    .contenedores h2 {
        font-size: 25px;
    }
    .contenedores p {
        color: white;
        text-align: center;
    }
   
    
}

@media screen and (max-width: 600px){
    .contenedor-footer {
        padding: 20px 40px 20px 40px;
    }
    .titulo-proyecto-carousel {
        font-size: 7vh;
    }
    .logo img {
        width: 35%;
    }
    .iconos-footer img {
        width: 10%;
        margin-right: 10px;
    }
    .contenedor-footer-principal {
        display: flex;
        flex-direction: column;
    }
    .logo {
        border: 3px solid rgba(255, 0, 0, 0);
        text-align: center;
    }
    .texto-1,
    .texto-2,
    .texto-3{
        text-align: center;
        width: 100%;
    }
    .texto-3 h2 {
        width: 100%;
    }
    .texto-4 p {
        font-size: 12px;
        text-align: center;
        width: 100%;
    }
    .texto-4 {
        width: 100%;
        flex-direction: column;
        text-align: center;
    }
    .iconos-footer {
        width: 100%;
        text-align: center;
    }
    .iconos-footer img {
        width: 7%;
        margin-right: 10px;
    }
    .parrafos {
        color: white;
        margin-top: 2vh;
        font-size: 17px;
        text-align: center;
    }
    .titulo-form {
        font-size: 25px;
    }
    .texto-container{
        display: block;
    }
    
    
    
}

@media screen and (max-width: 535px){
    .FlexContainer div {
        width: 20vh;
        height: 16vh;
    }
    .titulo-proyecto-carousel{
        font-size: 7vh;
    }
    .contenedor-footer-principal {
        display: flex;
        flex-direction: column;
    }
    .titulo-proyecto-carousel {
        font-size: 6vh;
    }
    .contenedor-filas {
        margin-top: 0;
    }
    .texto-container{
        display: block;
    }
    
}

@media screen and (max-width: 492px){
    
    .container-formulario-text {
        border: 3px solid rgba(0, 0, 0, 0);
        width: 100%;
        padding-bottom: 0;
    }
    .contenedor-principal {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        align-content: center;
        width: 100%;
        overflow: hidden;
        flex-direction: row;
        margin-top: 0;
        padding-top: 0;
    }
    .titulo-proyectosd {
        font-size: 25px;
        padding-top: 3vh;
    }

    .mySwiper{
        margin-top: -28vh ;
    }
    
    swiper-container {
        width: 100%;
        padding-bottom: 50px;
        margin-top: 30px;
    }
    
    .imagen-container img {
        width: 1300px;
        height: auto;
        background-color: rgba(0, 255, 255, 0);
        display: none;
    }

    
    #bene1,
    #bene2,
    #bene3,
    #bene4{
        display: none;
    }
    .contenedores h2 {
        font-size: 20px;
        text-align: center;
        width: 100%;
        padding: 5px;
        background-color: white;
        border-radius: 10px;
        margin-top: 0;
    }
    .contenedores .parrafos {
        color: rgb(255, 255, 255);
        font-size: 12px;
    }
    .texto-container h3 {
        margin-top: 2vh;
    }
    .contenedores h3 {
        font-size: 22px;
        font-weight: 600;
        color: white;
        text-align: center;
        border: #00000000 3px solid;
        margin-top: 0;
    }
    .contenedores .parrafo {
        color: white;
        text-align: center;
        font-size: 13px;
        margin-bottom: 2vh;
    }

    .texto-container h3 {
        font-size: 15px;
    }
    form {
        background-color: #ffffff;

        padding: 15px;
    }
    button[type="submit"] {
        background: linear-gradient(90deg, #46dd62 20%, #1ab138 80%);
        width: 100%;
        color: white;
        padding: 7px 20px;
        border: none;
        border-radius: 5px;
        cursor: pointer;
        transition: background-color 0.3s ease;
        font-size: 15px;
        font-weight: 600;
    }
    label {
        display: block;
        margin-bottom: 10px;
        color: #727272;
        font-weight: 600;
        font-size: 13px;
    }
    .container-informacion {
        height: 45vh;
    }
    .btn-mas-informacion {
        margin-top: 2vh;
        margin-left: 5vh;
        width: 60%;
        font-size: 12px;
    }
    .btn-mas-informacion:hover {
        width: 60%;
    }
    .listslider {
        position: absolute;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        justify-content: space-between;
        align-items: center;
        left: 45%;
        bottom: 5%;
        width: 40%;
        list-style: none;
        z-index: 2;
        transform: translateX(-50%);
    }
    .icono-1, .icono-2, .icono-3 {
        width: 90%;
        margin-left: 5vh;
        margin-top: 0vh;
    }
    .titulo-form {
        font-size: 20px;
    }
    .card-subtitle {
        font-size: 13px;
    }
    
    .logo {
        border: 3px solid rgba(255, 0, 0, 0);
        text-align: center;
    }
    .texto-1,
    .texto-2,
    .texto-3{
        text-align: center;
        width: 100%;
    }
    .texto-3 h2 {
        width: 100%;
    }
    .contenedor-footer-principal {
        display: flex;
        text-align: center;
        flex-direction: column;
        align-items: center;
        padding: 0;
    }
    .logo img {
        width: 55%;
    }
    
    .titulo-proyecto-carousel {
        font-size: 4vh;
    }
    .texto-4 {
        width: 100%;
        display: flex;
        flex-direction: column;
    }
    .texto-4 p {
        width: 100%;
    }
    .iconos-footer {
        border: #86868600 3px solid;
        width: 100%;
        text-align: center;
    }
    .iconos-footer img {
        width: 7%;
    }
    .texto-container {
        margin-top: 0;
        margin-left: 0;
        width: 100%;
    }
    .contenedores p {
        color: white;
        text-align: center;
    }
    .texto-container{
        display: block;
    }
}

@media screen and (max-width: 425px){
    
    .content_slider h2 {
        font-size: 5vh;
    }

    .titulo-beneficios h2 {
        font-size: 30px;
    }

    
    .FlexContainer div {
        width: 20vh;
        height: 20vh;
    }

    .titulo-form {
        font-size: 24px;
    }

    .card-subtitle {
        font-size: 13px;
    }
    .contenedor-filas {
        margin-top: 0;
    }
    .contenedores h2 {
        font-size: 20px;
        text-align: center;
        width: 100%;
    }
    .icono-1, .icono-2, .icono-3 {
        width: 100%;
        margin-left: 0vh;
    }
    .texto-3 h2 {
        width: 100%;
    }
    .contenedor-footer {
        text-align: center;
    }
    .listslider {
        left: 50%;
        bottom: 2%;
        width: 47%;
    }
    .texto-1,
    .texto-2,
    .texto-3{
        width: 100%;
    }
    .btn-mas-informacion {
        width: 75%;
    }
    .btn-mas-informacion:hover {
        width: 75%;
    }
    
    .texto-4 p {
        font-size: 12px;
        text-align: center;
        width: 100%;
    }
    .texto-4 {
        width: 100%;
        flex-direction: column;
        text-align: center;
    }
    .contenedores p {
        color: white;
        text-align: center;
        font-size: 13px;
    }
    .texto-container {
        margin-top: 0;
        margin-left: 0;
        width: 100%;
        display: block;
    }

}

@media screen and (max-width: 375px){
    .FlexContainer {
        /*height: 90vh;*/
    }
    .contenedor-filas {
        margin-top: 0;
    }
    .FlexContainer div {
        width: 24vh;
        height: 20vh;
    }
    
    .contenedor-footer {
        text-align: center;
    }
    .texto-3 h2 {
        width: 100%;
    }
    
    .btn-mas-informacion:hover {
        width: 85%;
    }
    .texto-1,
    .texto-2,
    .texto-3{
        width: 100%;
    }
    .card-body {
        flex: 1 1 auto;
        padding: 5px;
        color: var(--bs-card-color);
    }
    .btnSlider {
        padding: 10px 10px;
        width: 100%;
    }
    .btn-mas-informacion {
        margin-top: 2vh;
        margin-left: 2vh;
        width: 85%;
        font-size: 12px;
    }
    .contenedores p {
        color: white;
        text-align: center;
    }
    .texto-container{
        display: block;
    }

    
}

@media screen and (max-width: 360px){
    
    .btnSlider {
        width: 100%;
        display: flex;
    }
    .FlexContainer div {
        width: 28vh;
        height: 20vh;
        
    }
    .contenedor-filas {
        margin-top: 0;
    }
    .texto-container{
        display: block;
    }
}

@media screen and (max-width: 320px){
    .FlexContainer {
        /*height: 170vh;*/
    }
    .boton-formulario {
        font-size: 15px;
    }
    .texto-container {
        padding: 10px;
        margin-top: 0; 
        margin-left: 0;
        height: 0;
    }
    .contenedor-footer-principal {
        display: flex;
        text-align: center;
    }

    .texto-4 p {
        font-size: 12px;
        text-align: center;
        width: 100%;
    }
    .texto-4 {
        width: 100%;
        flex-direction: column;
        text-align: center;
    }
    
    .btn-mas-informacion:hover {
        width: 95%;
    }
    .texto-1,
    .texto-2,
    .texto-3{
        width: 100%;
        text-align: center;
    }
    .btn-mas-informacion {
        padding: 11px 12px;
        width: 95%;
    }
    
    .btnSlider {
        width: 80%;
    }
    .logo {
        text-align: center;
    }
    .iconos-footer {
        width: 100%;
        text-align: center;
    }
    .iconos-footer img {
        width: 10%;
    }
    .info-footer {
        font-size: 12px;
        text-align: justify;
        font-weight: normal;
    }
    .texto-container{
        display: block;
    }

    
}

#animacion1,
#animacion2,
#animacion3,
#animacion4,
#animacion5,
#animacion6,
#animacion7,
#animacion8 {
    display: none;
}
.animate__fadeIn {
    animation-duration: 0.3s !important; /* Cambiar la duración de la animación a 0.5 segundos */
}


.contenedores{
    display: none;
}





/**/


