
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;600;700&display=swap');
/* ESTILOS DEL NAV  y del header*/


* {
  box-sizing: border-box; /* Incluye el padding y el borde en el ancho y alto del elemento */
  margin: 0;
  padding: 0;
  font-family: 'Poppins', sans-serif;
}

html, body {

  width: 100%;
  height: 100%;
}

body {
  
  background-color: rgb(255, 255, 255);
  /* Otros estilos para el body */
}


::-webkit-scrollbar {
  width: 10px; /* Ancho de la barra de desplazamiento */
  background-color: #f0f0f0; /* Color de fondo de la barra de desplazamiento */
}

/* Personalizar el pulgar de la barra de desplazamiento */
::-webkit-scrollbar-thumb {
  background-color: #050505; /* Color del pulgar de la barra de desplazamiento */
  border-radius: 6px; /* Borde redondeado del pulgar */
}

/* Personalizar el pulgar de la barra de desplazamiento cuando se pasa el ratón por encima */
::-webkit-scrollbar-thumb:hover {
  background-color: #555; /* Cambiar el color del pulgar al pasar el ratón por encima */
}




/* Un ejemplo de uso de Flexbox para diseño flexible */
.container {
  display: flex;
  flex-wrap: wrap;
}

/* Media queries para diferentes tamaños de pantalla */
/* Por ejemplo, cambiar estilos para pantallas más pequeñas */


.container{
  padding:75px 9%;
  padding-bottom: 100px;
}
 p{
  color: black;
 }


/* NAV */






nav.scrolled {
  background-color: white;
  position: fixed;
  padding-top: 5px;

  top: 0;
  width: 100%;
  z-index: 1000;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.5);
}


/* nav index */

.header_nav{
  position: relative;
  z-index: 2;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);
}



.header_nav_2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.7) 70%, rgba(255, 255, 255, 0) 100%);


  box-shadow: none;
  position: fixed;
  width: 100%;
  height: 140px;
  transition: background-color 0.3s ease; /* Transición para suavizar el cambio de color de fondo */
  z-index: 1000;
}

.header_nav_2.white-bg {
  background-color: white;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);
}
.nav-list_2{
  list-style: none;
  display: flex;
  gap: 1rem;
  position: relative; /* Agrega esta línea */
  z-index: 2;

}
.nav li a {
  font-size: 20px;
  transition: all 0.5s;
}
.nav li a:hover{
  color: #fb354c;
  transition: all 0.5s;
  
  
}
.nav-list_2 li a{
  text-decoration: none;
  color: black;
  margin-top: -4%;
  font-size: 20px;
  transition: all 0.5s;
  
}

.nav-list_2 li a:hover{
  color: #fb354c;
  transition: all 0.5s;
  
  
}
.nav-list_2 .contact-box a{
  display: block;
  background-color: #EE3147;
  text-align: center;
  color: white;
  padding: 5px 5px;
  text-decoration: none;
  border-radius: 45px;
  transition: all 0.3s;

}
.nav-list_2 .contact-box a:hover{
  color: white;
  background-color: #6b1721;


}
.logo-nav_2{
  width: 18vw; 
  margin-right: 25%;
  margin-top: 20px;
  position: relative; /* Agrega esta línea */
  z-index: 2; /* Puedes ajustar el valor según sea necesario */

  
}

/* NUEVO NAV */
header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2rem 8rem;
 
  background-color: rgb(255, 255, 255);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3); 

}

.logo-nav{
  width: 18vw; 
  margin-left: 8%;
  position: relative; /* Agrega esta línea */
  z-index: 2; /* Puedes ajustar el valor según sea necesario */

  
}

.nav-list{
  list-style: none;
  display: flex;
  gap: 1rem;

}

.nav-list li a{
  text-decoration: none;
  color: black;
  margin-top: -4%;
  
}

.menu-btn, .menu-btn-cerrar{
  display: none;
}
.footer__social_2{
  display: none;
}




.nav-list .contact-box a{
  display: block;
  background-color: #EE3147;
  text-align: center;
  color: white;
  padding: 5px 5px;
  text-decoration: none;
  border-radius: 45px;
  transition: all 0.3s;

}
.nav-list .contact-box a:hover{
  color: white;
  background-color: #6b1721;


}

.dropdown-menu .dropdown-item{
  line-height: 35px;
  font-size: 15px;
  padding: 10px;
}

/* Quitar la flecha del dropdown */
.dropdown-toggle::after {
  display: none;
}

/* Mostrar el menú cuando el cursor pasa sobre el elemento */
.dropdown:hover .dropdown-menu {
  display: block;
  margin-top: 0; /* Opcional: para ajustar la posición del menú */
}



/* BANNER */

.banner {
  background: linear-gradient(135deg, #fce2a9 0%, rgba(248, 159, 52, 0.5) 45%, #ff8282c7 75%);
  
  height: 110vh; 
  padding: 5vh 0; 
  color: white;
  position: relative;
  top: -5vh; 
  justify-content: flex-end; 
   
  border-bottom-left-radius: 70% 15%;
  border-bottom-right-radius: 70% 15%;
}


.banner h1 {
  color: rgba(0, 0, 0, 0.652);
  text-align: left;
  font-weight: bold;
  margin: 0;
  position: absolute;
  left: 8vw; /* Valor en vw */
  top: 40vh; /* Valor en vh */
  font-size: 3vw; /* Tamaño de fuente en vw */
  max-width: 40%;
}
.banner h3 {
  font-size: 3.2vw; 
  font-weight: bold;
  text-align: left;
  margin: 0;
  position: absolute;
  left: 8vw; /* Valor en vw */
  top: 65vh; /* Valor en vh */
  color:#3193ee;
  max-width: 40%;
}


.banner p {
  font-size: 1vw; 
  text-align: left;
  margin: 0;
  position: absolute;
  left: 8vw; /* Valor en vw */
  top: 73vh; /* Valor en vh */
  max-width: 40%;
}

.typewriter {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease-in-out, visibility 0.5s ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.typewriter.active {
  opacity: 1;
  visibility: visible;
  z-index: 1;
}


.content {
  font-size: 1vw; 
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease-in-out, visibility 0.5s ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.content.active {
  opacity: 1;
  visibility: visible;
  z-index: 1;
}


.textmessage {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease-in-out, visibility 0.5s ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.textmessage.active {
  opacity: 1;
  visibility: visible;
  z-index: 1;
}



.swiper-container {
  margin-top: 25vh; /* Valor en vh */
  margin-left: 50vw; /* Valor en vw */
  width: 45vw; /* Valor en vw */
}

.swiper-slide {
  width: 12.5vw; /* Valor en vw */
  height: 15vh; /* Valor en vh */
}

.swiper-slide img {
  width: 100%;
  height: 60vh; /* Valor en vh */
  object-fit: cover;
}


/*nav {
  background-color: #F58634; 
  display: flex;
  justify-content: flex-end;
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.3);
  position: fixed; 
  width: 100%; 
  z-index: 1000; 
  height: 110px;
}*/

/*.navbar {
  display: flex;
  align-items: center;
  padding: 10px 20px;
  margin-right: 80px; 
}*/



  
  .nav-right a:hover {
    color: black;
  }

  .nav-right a.active {
    color: black;
  }
  
  

  .background-nav {
    position: relative;
    
  }
  
  .background-nav img {
    display: block;
  
   
  }
  
  .logo-area a {
    display: block;
    position: absolute;
    top: 10px;
    left: 300px;
    /* Ajusta estilos adicionales si es necesario */
  }

  
  
  

  .menu-toggle {
    display: none;
    cursor: pointer;
   
  }
  
  .menu-toggle .line {
    width: 25px;
    height: 3px;
    background-color: rgb(255, 255, 255);
    margin: 4px 0;
  }
  
  .nav-right {
    display: flex;
    align-items: center;
    gap: 10px;
  }
  
  .nav-right a {
    text-decoration: none;
    color: rgb(255, 255, 255);
    margin-right: 20px;
    transition: all 0.3s;
  }
  

  




/* ajusta el  h1 */



  .terr {
    font-weight: bold;
    color: #373435;
    text-align: center;
    text-transform: uppercase;
    font-size: 36px;
  }
  
















/* Estilos para la carta */
.cartaprueba {
  width: 300px;
  border-radius: 15px;
  padding: 20px;
  height: 560px;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s;
  border: 1px solid rgb(232, 232, 232);

}


.cartaprueba:hover {
  transform: translateY(-10px);
  box-shadow: 0 14px 20px rgba(0, 0, 0, 0.25);
  
}

/* Estilos para el contenido dentro de la carta */
.contenido_prueba {
  position: relative;
}

/* Estilos para la imagen */
.imagen_prueba {
  width: 100%;
  height: 200px;
  display: block;
  border-radius: 10px;
}

/* Estilos para el título */
.titulo_prueba {
  position: absolute;
  top: 150px;
  left: 10px;
  font-size: 16px;
  color: rgb(255, 255, 255);
  background-color: #01c4ff99;
  padding: 5px 10px;
  border-radius: 5px;
  width: 95%;
  z-index: 1; /* Para estar encima de la imagen */
}




/* Estilos para la lista */
.lista_prueba {
  margin-top: 20px;
  list-style: none;
  padding: 0;
  font-size: 14px;
}

.lista_prueba li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 8px;
}

.lista_prueba li::before {
  content: '';
  position: absolute;
  top: 5px;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #01C3FF; /* Cambio de color a azul */
}

.lista_prueba a{
  text-decoration: none;
  color: black;
  transition: all 0.3s;
}

.lista_prueba a:hover{
  color: #01C3FF;
}

/* Estilos para el botón */
.boton_prueba {
  display: block;
  width: 100%;
  text-align: center;
  padding: 8px;
  font-size: 14px;
  background-color: #08D1E6; /* Cambio de color a azul */
  color: white;
  text-decoration: none;
  border-radius: 5px;
  margin-top: 55px;
  border: 2px solid transparent; /* Borde transparente inicial */
  transition: all 0.3s ease; /* Transición de estilos */
}

.boton_prueba:hover {
  background-color: white; /* Cambio a blanco al pasar el cursor */
  color: #08D1E6; /* Cambio de color de texto a azul */
  border-color: #08D1E6; /* Cambio de borde a azul */
  box-shadow: 0 0 10px #0682A7; /* Sombreado azul al pasar el cursor */
}



.contenedorcartass {
  display: flex;
  justify-content: space-around;
  align-items: center;
}







.titulo_prueba2 {
  position: absolute;
  top: 150px;
  left: 10px;
  font-size: 16px;
  color: rgb(255, 255, 255);
  background-color: #7402f7af;
  padding: 5px 10px;
  border-radius: 5px;
  width: 95%;
  z-index: 1; 
}


.boton_prueba2 {
  display: block;
  width: 100%;
  text-align: center;
  padding: 8px;
  background-color: #7402F7; 
  color: white;
  text-decoration: none;
  border-radius: 5px;
  margin-top: 112px;
  border: 2px solid transparent; 
  transition: all 0.3s ease; 
  font-size: 14px;
}

.boton_prueba2:hover {
  background-color: white; 
  color: #7402F7;
  border-color: rgb(163, 20, 182); 
  box-shadow: 0 0 10px #7402F7; 
}


.lista_prueba2 {
  margin-top: 20px;
  list-style: none;
  padding: 0;
  font-size: 14px;
}

.lista_prueba2 li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 8px;
}
.lista_prueba2 a {
  text-decoration: none;
  color: black;
  transition: all 0.3s;
}

.lista_prueba2 a:hover {
  color: #7402F7;
}
.lista_prueba2 li::before {
  content: '';
  position: absolute;
  top: 5px;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #7402F7; /* Cambio de color a azul */
}




.titulo_prueba3 {
  position: absolute;
  top: 150px;
  left: 10px;
  font-size: 16px;
  color: rgb(255, 255, 255);
  background-color: #ff7403ab;
  padding: 5px 10px;
  border-radius: 5px;
  width: 95%;
  z-index: 1; /* Para estar encima de la imagen */
}


.boton_prueba3 {
  display: block;
  width: 100%;
  text-align: center;
  padding: 8px;
  background-color: #FF7403; /* Cambio de color a azul */
  color: white;
  text-decoration: none;
  border-radius: 5px;
  margin-top: 140px;
  border: 2px solid transparent; /* Borde transparente inicial */
  transition: all 0.3s ease; /* Transición de estilos */
  font-size: 14px;

}

.boton_prueba3:hover {
  background-color: white; /* Cambio a blanco al pasar el cursor */
  color: #FF7403; /* Cambio de color de texto a azul */
  border-color: #ffa600; /* Cambio de borde a azul */
  box-shadow: 0 0 10px #FF7403; /* Sombreado azul al pasar el cursor */
}

.lista_prueba3 {
  margin-top: 20px;
  list-style: none;
  padding: 0;
  font-size: 14px;
}

.lista_prueba3 li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 8px;
}
.lista_prueba3 a{
  color: black;
  text-decoration: none;
  transition: all 0.3s;
}

.lista_prueba3 a:hover{
  color: #FF7403;
}

.lista_prueba3 li::before {
  content: '';
  position: absolute;
  top: 5px;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #FF7403; /* Cambio de color a azul */
}






.titulo_prueba4 {
  position: absolute;
  top: 150px;
  left: 10px;
  font-size: 16px;
  color: rgb(255, 255, 255);
  background-color: #fed800b2;
  padding: 5px 10px;
  border-radius: 5px;
  width: 95%;
  z-index: 1; /* Para estar encima de la imagen */
}


.boton_prueba4 {
  display: block;
  width: 100%;
  text-align: center;
  padding: 8px;
  background-color: #FEDA00;
  color: white;
  text-decoration: none;
  border-radius: 5px;
  font-size: 14px;
  margin-top: 85px;
  border: 2px solid transparent; /* Borde transparente inicial */
  transition: all 0.3s ease; /* Transición de estilos */
}

.boton_prueba4:hover {
  background-color: white; /* Cambio a blanco al pasar el cursor */
  color: #FEDA00; /* Cambio de color de texto a azul */
  border-color: rgba(194, 194, 0, 0.781); /* Cambio de borde a azul */
  box-shadow: 0 0 10px #FEDA00; /* Sombreado azul al pasar el cursor */
}

.lista_prueba4 {
  margin-top: 20px;
  list-style: none;
  padding: 0;
  font-size: 14px;
}

.lista_prueba4 li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 8px;
}

.lista_prueba4 a {
color: black;
text-decoration: none;
transition: all 0.3s;
}

.lista_prueba4 a:hover{
  color: #FEDA00;
}

.lista_prueba4 li::before {
  content: '';
  position: absolute;
  top: 5px;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: rgb(214, 214, 11); /* Cambio de color a azul */
}



.titulo_prueba5 {
  position: absolute;
  top: 140px;
  left: 10px;
  font-size: 16px;
  color: rgb(255, 255, 255);
  background-color: #14c904b2;
  padding: 5px 10px;
  border-radius: 5px;
  width: 95%;
  z-index: 1; /* Para estar encima de la imagen */
}


.boton_prueba5 {
  display: block;
  width: 100%;
  text-align: center;
  padding: 8px;
  background-color: #14c904;
  color: white;
  text-decoration: none;
  border-radius: 5px;
  font-size: 14px;
  margin-top: 205px;
  border: 2px solid transparent; /* Borde transparente inicial */
  transition: all 0.3s ease; /* Transición de estilos */
}

.boton_prueba5:hover {
  background-color: white; /* Cambio a blanco al pasar el cursor */
  color: #14c904; /* Cambio de color de texto a azul */
  border-color: #2aa51f; /* Cambio de borde a azul */
  box-shadow: 0 0 10px #14c904; /* Sombreado azul al pasar el cursor */
}

.lista_prueba5 {
  margin-top: 20px;
  list-style: none;
  padding: 0;
  font-size: 14px;
}

.lista_prueba5 li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 8px;
}

.lista_prueba5 a {
color: black;
text-decoration: none;
transition: all 0.3s;
}

.lista_prueba5 a:hover{
  color: #14c904;
}

.lista_prueba5 li::before {
  content: '';
  position: absolute;
  top: 5px;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #14c904; /* Cambio de color a azul */
}



/* CARTA BLANCA */

.carta-seguro-vida {
  width: 64%; /* Ancho relativo al contenedor padre */
  max-width: 1000px; /* Máximo ancho en píxeles */
  min-width: 320px; /* Mínimo ancho en píxeles para evitar que se encoja demasiado */
  margin: 25px auto; /* Centrado horizontalmente */
  padding: 20px;
  height: auto;
  background-color: #F8F5F9;
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: #07464E;
  overflow: hidden;
  position: relative;
  border-radius: 25px;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
  left: 15%;
}

.contenido {
  display: flex;
}



.texto {
  flex: 1;
  padding-left: 20px;
  display: flex;
  flex-direction: column;
  margin: 0px 30px;
  
}
.texto-2-2 {
  flex: 1;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}


.titulo-seguro {
  font-size: 25px;
  font-weight: bold;
  color: #092C78;
  text-align: center;
}

.imagen-seguro-vida {
  margin-top: 35px;
  border-radius: 35px;
  width: 400px; 
  max-width: 100%; 
  height: 550px; 
  overflow: hidden; 
  margin-right: 15px;
  margin-left: 10px;
}




.text-seguros {
  text-align: justify;
  font-size: 14px;
  color: black;
  margin-bottom: 20px; /* Añade margen inferior */
}


.bloque-morado {
  padding: 5px;
  background-color: #7380CB;
  border-radius: 10px;
  display: flex;
  color: white;
  font-size: 12px;
  font-weight: bold;
  margin: 5px 10px;
}





/* carta salud */
.carta-seguro-vida-2 {
  width: 64%; /* Ancho relativo al contenedor padre */
  max-width: 1000px; /* Máximo ancho en píxeles */
  min-width: 320px; /* Mínimo ancho en píxeles para evitar que se encoja demasiado */
  margin: 25px auto; /* Centrado horizontalmente */
  padding: 20px;
  height: auto;
  background-color: #E5FAFB;
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: #07464E;
  overflow: hidden;
  position: relative;
  left: 15%;
  border-radius: 25px;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
   
}


.contenido-2 {
  display: flex;
}



.texto-2 {
  flex: 1;
  padding-left: 20px;
  display: flex;
  flex-direction: column;
  margin: 0px 30px;

  
}
.texto-2-2 {
  flex: 1;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}


.titulo-seguro-2 {
  font-size: 25px;
  font-weight: bold;
  color: #092C78;
  text-align: center;
}

.imagen-seguro-vida-2 {
  margin-top: 35px;
  border-radius: 25px;
  width: 400px; 
  max-width: 100%; 
  height: 500px; 
  overflow: hidden; 
  margin-right: 15px;
  margin-left: 10px;
}

.imagen-seguro {
  width: 100%; 
  height: 100%; 
  object-fit: cover; /* Ajusta la imagen para cubrir completamente el contenedor */
  display: block; 

}



.text-seguros-2 {
  text-align: justify;
  font-size: 14px;
  color: black;
  
  margin-bottom: 20px; /* Añade margen inferior */
}



.boton_seguro_vida_2 {
  width: fit-content; /* Ajusta el ancho al contenido */
  padding: 10px 50px; /* Ajusta el padding */
  background-color: #FC7C4D;
  color: white;
  text-decoration: none;
  border-radius: 15px;
  font-size: 18px;
  margin-top: 5px;
  border: 2px solid transparent;
  transition: all 0.3s ease;
}

.boton_seguro_vida_2:hover {
  background-color: #ffffff;
  color: #FC7C4D;
  box-shadow: 0 0 10px #FC7C4D;
}


.bloques-coberturas {
  padding: 5px;
  background-color: #092C78;
  border-radius: 10px;
  display: flex;
  color: white;
  font-size: 12px;
  font-weight: bold;
  margin: 5px 10px;
}


.fa-whatsapp {
  font-size: 24px; /* Puedes ajustar el tamaño aquí */
}

/* CARTA SEGUROS EMPRESA */ 

.carta-seguro-empresa {
  width: 64%; /* Ancho relativo al contenedor padre */
  max-width: 1000px; /* Máximo ancho en píxeles */
  min-width: 320px; /* Mínimo ancho en píxeles para evitar que se encoja demasiado */
  margin: 25px auto; /* Centrado horizontalmente */
  padding: 20px;
  height: auto;
  background-color: #f0e5fb;
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: #07464E;
  overflow: hidden;
  position: relative;
  border-radius: 25px;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
  left: 15%; /* Posicionamiento desde el lado izquierdo */
}

.bloques-coberturas-emp {
  padding: 5px;
  background-color: #38006d;
  border-radius: 10px;
  display: flex;
  color: white;
  font-size: 12px;
  font-weight: bold;
  margin: 5px 10px;
}


/* CARTA SEGUROS MOVILIDAD */ 

.carta-seguro-mov {
  width: 64%; /* Ancho relativo al contenedor padre */
  max-width: 1000px; /* Máximo ancho en píxeles */
  min-width: 320px; /* Mínimo ancho en píxeles para evitar que se encoja demasiado */
  margin: 25px auto; /* Centrado horizontalmente */
  padding: 20px;
  height: auto;
  background-color: #fbede5;
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: #07464E;
  overflow: hidden;
  position: relative;
  border-radius: 25px;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
  left: 15%; /* Posicionamiento desde el lado derecho */
}

.bloques-coberturas-mov {
  padding: 5px;
  background-color: #6d2c00;
  border-radius: 10px;
  display: flex;
  color: white;
  font-size: 12px;
  font-weight: bold;
  margin: 5px 10px;
}
.titulo-seguro-mov {
  font-size: 25px;
  font-weight: bold;
  color: #272727;
  text-align: center;
}


/* CARTA SEGUROS MOVILIDAD */ 

.carta-seguro-cum {
  width: 64%; /* Ancho relativo al contenedor padre */
  max-width: 1000px; /* Máximo ancho en píxeles */
  min-width: 320px; /* Mínimo ancho en píxeles para evitar que se encoja demasiado */
  margin: 25px auto; /* Centrado horizontalmente */
  padding: 20px;
  height: auto;
  background-color: #FFFBAE;
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: #07464E;
  overflow: hidden;
  position: relative;
  border-radius: 25px;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
  left: 15%; /* Posicionamiento desde el lado derecho */
}

.bloques-coberturas-cum  {
  padding: 5px;
  background-color: #776833;
  border-radius: 10px;
  display: flex;
  color: white;
  font-size: 12px;
  font-weight: bold;
  margin: 5px 10px;
}
.titulo-seguro-cum  {
  font-size: 25px;
  font-weight: bold;
  color: #272727;
  text-align: center;
}

/* CARTA SEGUROS EMPRESA */ 

.carta-seguro-arl {
  max-width: 1000px;
  margin: 0 auto;
  padding: 20px;
  height: auto;
  background-color: #cffca2;
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: #07464E;
  overflow: hidden;
  position: relative;
  border-radius: 25px;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
}
.bloques-coberturas-arl {
  padding: 5px;
  background-color: #264902;
  border-radius: 10px;
  display: flex;
  color: white;
  font-size: 12px;
  font-weight: bold;
  margin: 5px 10px;
}
.titulo-seguro-arl {
  font-size: 25px;
  font-weight: bold;
  color: #272727;
  text-align: center;
}
   /* valla nueva*/
   .logo-slider {
    overflow: hidden;
    padding: 30px 0 0 0;
    white-space: nowrap;
    position: relative;
    height: 150px;
    box-shadow: 0px 5px 5px 2px rgba(0, 0, 0, 0.3);
}



.logos-slide {
    display: inline-block;
    animation: 30s slide infinite linear;
}

.logos-slide img {
    width: 183px;
    height: 83px;
    margin: 0 40px;
}


@keyframes slide {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-100%);
    }
}

   
  

  /* FOOTER */ 



.footer{
  background-color: transparent;
  text-align: center;
  padding: 10px 0;
}




.footer__methods {
  color: black;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap; /* Para permitir que las imágenes se coloquen en múltiples líneas */
}

.footer__payment-title {
  margin-right: 10px;
}

.footer__payment-images {
  display: flex;
  align-items: center;
  max-width: 200px; /* Ancho máximo para las imágenes */
}

.footer__payment-image {
  width: 50px;
  margin: 0 5px; /* Espacio entre las imágenes */
}


.footer__container{
  display: flex;
  align-items: center;
  border-bottom: 1px solid black;
 
}

.footer__menu {
  list-style: none;
  padding: 0;
  margin-left: 20%;
  text-align: left;
  font-size: 12px;
  color: black;
}

.footer__menu li {
  margin-bottom: 10px; 
}

.footer__menu li:last-child {
  margin-bottom: 0; 
}

.footer__menu li a {
  text-decoration: none;
  color: black;
  display: block; 
  transition: all 0.3s;
}
.footer__menu li a:hover {

  color: #EE3147;

}


.consultar{
  border: none;
  background-color: transparent;
  font-size: 12px;
  border-radius: 35px;
  color: #EE3147;
  border: 1px solid #EE3147;
  transition: all 0.4s;
  padding: 0 10px;
  text-decoration: none;

}
.consultar:hover{
  background-color: #EE3147;
  color: white;
  text-decoration: none;
  border-bottom: 1px solid #B95700;

}


.footer__copyright{
  font-weight: 300;
  padding: 20;
}

.footer__copyright {
  font-size: 12px;
  margin-top: 10px;
  color: black; 
}



/*@keyframes parpadeo {
  0% {
    color: #888;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  }
  50% {
    color: #EE3147;
    text-shadow: 0 0 10px #ee31477e;
  }
  100% {
    color: #888;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  }
}*/

.footer__icons i {
  font-size: 30px;
  padding: 10px;
  color: #888;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  animation: parpadeo 2s infinite; 
}

.footer__icons:nth-child(1) i {
  color: #1877f2; 
}
.footer__icons:nth-child(2) i {
  background-image: linear-gradient(to right, #405DE6, #5851DB, #833AB4, #C13584, #E1306C, #FD1D1D, #F56040, #F77737, #FCAF45, #FFDC80);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.footer__icons:nth-child(3) i {
  color: #0077B5;
}
.footer__icons:nth-child(4) i {
  color: #25D366; 
}



.footer__icons_2 i {
  font-size: 30px;
  padding: 10px;
  color: #888;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  animation: parpadeo 2s infinite; 
}

.footer__icons_2:nth-child(1) i {
  color: #1877f2; 
}
.footer__icons_2:nth-child(2) i {
  background-image: linear-gradient(to right, #405DE6, #5851DB, #833AB4, #C13584, #E1306C, #FD1D1D, #F56040, #F77737, #FCAF45, #FFDC80);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.footer__icons_2:nth-child(3) i {
  color: #0077B5;
}
.footer__icons_2:nth-child(4) i {
  color: #25D366; 
}


.footer-image {
  max-width: 200px; /* Ajusta el ancho máximo de la imagen según tus necesidades */
}















/* BORDER GIRATORIO */





.borde-giratorio {
  height: 150px;
  width: 700px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.borde-giratorio h1{
  z-index: 2;
  
}

.borde-giratorio::before {
  content: "";
  position: absolute;
  height: 160px; /* Ajusta la altura del borde giratorio */
  width: 800px; /* Ajusta el ancho del borde giratorio */
  background-image: conic-gradient(#104179 20deg, transparent 120deg);
  animation: rotar 2s steps(180) infinite; /* Divide la animación en 180 pasos */
  transform-origin: center; /* Define el punto de origen de la animación */
}




.borde-giratorio::after {
  content: "";
  position: absolute;
  height: 140px;
  width: 680px;
  background-color: white;

}
@keyframes rotar {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
  h1{
  
    background-color: transparent;
    text-align: center;
   
  }



  
/* INNOVACION */




.contenido-innovacion {
  background-color: #FEE8E2;
  padding: 50px 20px;
  text-align: center;
}

.titulo-innovacion {
  font-size: 20px;
  font-weight: bold;
  color: #E95B0A;
  text-transform: uppercase;
  
}

.descripcion-innovacion {
  font-size: 45px;
  color: #000000;
  margin-bottom: 50px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 50px;
}

.boton-naranja-innovacion {
  background-color: #E95B0A;
  color: white;
  border: none;
  padding: 10px 20px;
  border-radius: 5px;
  cursor: pointer;
  border-radius: 25px;
}

.seccion-bloques {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  margin-top: 20px;
  margin: 20px 200px;
}

/* Estilo para los bloques */
.bloque {
  width: 340px; 
  height: 460px; 
  text-align: center;
  padding: 20px;
  margin: 20px 0;
  background-color: #fee8e269;
  border-radius: 45px;
}


.bloque img {
  width: 100%;
  height: 50%; 
  border-radius: 45px;
  object-fit: cover; 
}

.bloque h3{
  margin-top: 15px;
  color: #1863b9;
  font-size: 20px;
  font-weight: bold;
  
}
.bloque p{
  margin-top: 15px;
  color: #414141;
  font-size: 14px;
 
  
}


/**/
.seccion-bloques_arl {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  margin-top: 20px;
  margin: 20px 200px;
}

/* Estilo para los bloques */
.bloque_arl {
  width: 340px; 
  height: 330px; 
  text-align: center;
  padding: 20px;
  margin: 20px 0;
  background-color: #E7FFE7;
  border-radius: 45px;
}


.bloque_arl img {
  width: 100%;
  height: 75%; 
  border-radius: 45px;
  object-fit: cover; 
}

.bloque_arl h3{
  margin-top: 15px;
  color: #154423;
  font-size: 18px;
  font-weight: bold;
  
}


.titulo-arl {
  font-size: 2.3em;
  font-weight: bold;
  color: #092C78;
  text-align: center;
  
}

.sub-titulo-arl {
  font-size: 1.3em;
  color: #000000;
  text-align: center;
  
}











/* transformacion */
.transformacion_seguros {
  display: flex;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
}

.image_transformacion {
  flex: 4; 
  padding: 20px;
  height: 600px;
  overflow: hidden;
  position: relative;
}

.image_transformacion img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
  box-shadow: 0 8px 10px rgba(0, 0, 0, 0.5);
}

.transformacion_text {
  width: 100%;
  flex: 7;
  padding: 20px;
  text-align: justify;
}

.transformacion_text h1 {
  margin-left: 25px;
  background-image: url(../images/image-curva.png);
  background-repeat: no-repeat;
  background-position: 70px calc(100% - -55px); /* Ajustar la posición de la imagen */
  background-size: 650px;
  text-align: left;
  position: relative;
  text-transform: uppercase;
  
}
.left-text-transformacion {
 
  display: flex;
  justify-content: flex-start;
  align-items: center; 
 
  margin-bottom: 10px;
  margin-left: 30px; 
}
.left-text-transformacion b {
  font-size: 20px;
  color: #104179;
  margin-right: 150px;
  width: 120px; /* Ancho fijo para los títulos */
}

.left-text-transformacion p {
  text-align: justify;
  flex: 1; /* Hacer que el texto ocupe el espacio restante */
}



/* INDICADORES */
.opacidad {
  background-color: rgba(0, 0, 0, 0.473); /* Fondo con opacidad */
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.2);
}

.indicadores-background {
  position: relative;
}

.indicadores-background::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url(../images/banner-1.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.43; /* Ajusta el valor de opacidad según sea necesario */
}

.indicadores {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  height: 400px;
  position: relative;
  z-index: 1; /* Para mantener el contenido por encima del fondo con opacidad */
}



.indicadores-bloque {
  border-radius: 45px;
  background: rgba(255, 255, 255, 0.959);
  text-align: center;
  margin: 10px 25px; /* Ajustamos el margen vertical y horizontal */
  width: 250px;
  height: 300px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
}

/* Estilos para las imágenes */
.indicadores-bloque img {
  width: 110px;
  height: 120px;
  margin: 20px auto 10px; /* Modificado para centrar vertical y horizontalmente */
  display: block;
}

/* Estilos para los textos */
.indicadores-bloque p {
  text-align: center;
  font-size: 14px;
  margin-top: 0px; /* Ajusta este valor según sea necesario */
  margin-bottom: 10px; /* Margen inferior para separación */
}




.contador{
  color: #31a2ee;
  font-size: 28px;
  font-weight: bold;
}


/* -- INFORMACION EXPERIENCIA -- */

.contamosExp {
 

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px; /* Ajusta el padding según sea necesario */
  max-width: 1000px; /* Ancho máximo del contenedor */
  margin: auto; /* Centra el contenedor en la página */
}

.text_exp {
  display: flex;
  align-items: center;
  margin-bottom: 40px; /* Espacio entre cada bloque */
}



.text_exp p {
  max-width: 400px; /* Ancho máximo del texto */
  text-align: left;
  font-size: 14px;
  margin-right: 50px; /* Espacio entre el texto y la imagen */
}

.image-container-1-exp {
  width: 100%; /* Ancho completo del contenedor padre */
  max-width: 350px; /* Ancho máximo del contenedor */
  height: 400px;/* Altura automática para mantener la relación de aspecto */
  border-radius: 30px;
  overflow: hidden; /* Oculta cualquier parte de la imagen que desborde el contenedor */
  margin-right: 60px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.336);
}

.img_exp_1 {
  width: 100%; /* La imagen ocupa el 100% del contenedor */
  height: 100%; /* La altura se ajusta automáticamente para mantener la relación de aspecto */
  object-fit: cover; /* La imagen se ajusta manteniendo su relación de aspecto y cubriendo completamente el contenedor */
  border-radius: 30px;
}

.image-container-exp {
  width: 350px;
  height: 500px;
  border-radius: 30px;
  overflow: hidden; /* Oculta cualquier parte de la imagen que desborde el contenedor */
  margin-right: 60px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.336);
}

.img_exp_2 {
  width: 100%; /* La imagen ocupa el 100% del contenedor */
  height: 100%; /* La imagen ocupa el 100% del contenedor */
  object-fit: cover; /* La imagen se ajusta manteniendo su relación de aspecto y cubriendo completamente el contenedor */
  border-radius: 30px;
}


/* QUIENES SOMOS */

.quienesSomos {

  margin-top: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 600px;
}

.container_somos {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80%;
  margin: 0 10px;

}

.text_somos {
  width: 48%;
  text-align: justify;
  order: 2;
  font-size: 17px;
}

.image_somos {
  height: 600px;
  width: 50%;
  max-width: 500px; /* Ancho máximo según tus preferencias */
  border-radius: 50px;
  margin-right: 80px;
  margin-left: 40px;
  overflow: hidden;
  
  position: relative; /* Añade position: relative; para que las posiciones absolutas sean relativas a este contenedor */
}

.image_somos img {
  border-radius: 50px; 
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 80px; /* Ajusta el valor según sea necesario para mover la imagen hacia la derecha dentro del contenedor */
  
}


.h1_somos {
  text-align: center;
  border-bottom: 1px solid #FF7039;
}





/* BENEFICIOS */
.beneficios {
  display: flex;
  justify-content: center;
}


.image-container {
  display: flex;
  align-items: center; /* Centra verticalmente la imagen */
}

.image-container img {
  width: 390px;
  filter: drop-shadow(1px 1px 18px #F78636); /* Ajusta los valores según prefieras */
}


.carousel-control-prev-icon, .carousel-control-next-icon {
  background-color: transparent; /* Cambio de color de las flechas */
}
.carousel-control-prev, .carousel-control-next {
  filter: invert(100%); /* Invertir el color de las flechas para que aparezcan blancas */
}
.carousel{
  background-color: #f5f5f5; 
  padding: 20px; 
  border-radius: 25px; 
  margin: 0 100px;
 
  width: 35%; 
  height: 500px; 
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  box-shadow: 0px 4px 5px 8px rgba(0, 0, 0, 0.2);
}
.carousel-inner h2{
  font-size: 25px;
  margin-top: 25px;
  font-weight: bold;
}
.carousel-inner p{
  font-size: 13px;

}
.carousel-inner{
  width: 300px;

    transition: opacity 0.5s ease; 
}


.carousel-item.active ~ .carousel-item {
  transition-delay: 0.5s; /* Retraso antes de que aparezca la siguiente diapositiva */
}
.carousel-caption {
  color: #333; /* Color del texto */
  width: 100%; /* Ancho del texto */
  margin-top: 20px; /* Espaciado superior */
}
.carousel-indicators li {
  background-color: black; /* Color de fondo negro */
}


/* RECONOCIMIENTOS */
.contenedor_reco {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin: 0 auto; /* Para centrar el contenedor */
  max-width: 1200px; /* Ancho máximo del contenedor */
  padding: 0 20px; /* Agregando espacio a los lados */
}

.bloque_reco {
  margin-right: 45px;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}
.bloque_reco.animacion {
  opacity: 1;
  transform: translateY(0);
}

.encabezado_reco {
  display: flex;
  align-items: center;
  padding: 10px 20px;
}

.encabezado_reco img {
  max-width: 100px;
  max-height: 100px;
  margin-right: 15px; /* Espacio entre la imagen y el título */
}

.contenido_reco {
  margin-left: 90px;
  font-size: 15px;
  text-align: justify;
  margin-left: 120px;
  margin-top: -30px;

}
.titulo_reconocimiento{
  color: #ff4a03;
  
}
.titulo_reco {
  color: #102A73;
  font-size: 30px; 
  margin: 0; 
  font-weight: bold;
}
.titulo_reco2 {
  color: #9090C6;
  font-size: 30px;
  margin: 0; 
  font-weight: bold;
}

.titulo_reco3 {
  color: #2885E1;
  font-size: 30px;
  margin: 0; 
  font-weight: bold;
}

.titulo_reco4 {
  color: #B58DA7;
  font-size: 30px;
  margin: 0; 
  font-weight: bold;
}




/* BANNER SEGUROS */ 


.banner_seg {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  background-color: #BEE4E1;
  color: white;
  padding: 20px 0;
  height: 70vh; /* Usar unidades relativas para la altura */
  box-sizing: border-box;
  top: -18%;
  
}

.imagen_superpuesta {
  position: absolute;
  top: 0;
  left: 0;
  
  max-width: 80vw; /* Establecer un ancho máximo */
  z-index: 1;
}

.form-wrapper {
  position: fixed;
  top: calc(75vh - 100px + 20px); 
  left: 0; 
  transform: translateY(-50%); 

 
}



.form-container_seg {
  animation: fadeIn 0.5s ease forwards;
  width: 55%;

  height: 480px;
  box-sizing: border-box;
  background-color: #dfe9ec;
  border-radius: 15px;
  position: relative;
  left: 4%; 
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.4); 
}



.form-container_seg input[type="text"] {
  font-size: 14px;
  width: 80%;
  margin: 0 auto 15px 10%;
  padding: 8px;
  box-sizing: border-box;
  border: 1px solid #ccc;
  border-radius: 20px;
}

.form-container_seg p {
  font-size: 13px;
  color: #000000;
  text-align: center;
}

.logo_seg {
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  width: 300px;
}
.btn-seg {
  font-size: 12px;
  color: #fff;
  background-color: #1c9187;
  border: none;
  padding: 5px 30%;
  cursor: pointer;
  margin: 0 auto; 
  display: block; 
  margin-bottom: 20px;
  border-radius: 15px;
  border-width: 2px;
}
/* BANNER EMPRESA */ 
.banner_emp {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  background-color: #d7bcf0b2;
  color: white;
  padding: 20px 0;
  height: 70vh; /* Usar unidades relativas para la altura */
  box-sizing: border-box;
  top: -16%;
 
}

  

.form-container_emp {
  animation: fadeIn 0.5s ease forwards;
  width: 55%;

  height: 480px;
  box-sizing: border-box;
  background-color: #EBE8F3;
  border-radius: 15px;
  position: relative;
  left: 4%;
  z-index: 0;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.4); 
}


.form-container_emp input[type="text"] {
  font-size: 14px;
  width: 80%;
  margin: 0 auto 15px 10%;
  padding: 8px;
  box-sizing: border-box;
  border: 1px solid #ccc;
  border-radius: 20px;
}

.form-container_emp p {
  font-size: 13px;
  color: #000000;
  text-align: center;

  
}
.btn-emp {
  font-size: 12px;
  color: #fff;
  background-color: #4f1c91;
  border: none;
  padding: 5px 30%;
  cursor: pointer;
  margin: 0 auto; 
  display: block; 
  margin-bottom: 20px;
  border-radius: 15px;
  border-width: 2px;
}
/* BANNER MOVILIDAD */ 
.banner_mov {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  background-color: #ff740363;
  color: white;
  padding: 20px 0;
  height: 70vh; /* Usar unidades relativas para la altura */
  box-sizing: border-box;
  top: -16%;

}


.form-container_mov {
  animation: fadeIn 0.5s ease forwards;
  width: 55%;

  height: 480px;
  box-sizing: border-box;
  background-color: #fae2ce;
  border-radius: 15px;
  position: relative;
  left: 4%;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.4); 
}


.form-container_mov input[type="text"] {
  font-size: 14px;
  width: 80%;
  margin: 0 auto 15px 10%;
  padding: 8px;
  box-sizing: border-box;
  border: 1px solid #ccc;
  border-radius: 20px;
}

.form-container_mov p {
  font-size: 13px;
  color: #000000;
  text-align: center;
}
.btn-mov {
  font-size: 12px;
  color: #fff;
  background-color: #91471c;
  border: none;
  padding: 5px 30%;
  cursor: pointer;
  margin: 0 auto; 
  display: block; 
  margin-bottom: 20px;
  border-radius: 15px;
  border-width: 2px;
}
/* BANNER CUMPLIMIENTO */ 
.banner_cum {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  background-color: rgba(235, 219, 136, 0.689);
  color: white;
  padding: 20px 0;
  height: 70vh; /* Usar unidades relativas para la altura */
  box-sizing: border-box;
  top: -18%;
  
}


.form-container_cum {
  animation: fadeIn 1s ease forwards;
  width: 55%;

  height: 480px;
  box-sizing: border-box;
  background-color: #fffbae61;
  border-radius: 15px;
  position: relative;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.4); 
  left: 4%;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.form-container_cum input[type="text"] {
  font-size: 14px;
  width: 80%;
  margin: 0 auto 15px 10%;
  padding: 8px;
  box-sizing: border-box;
  border: 1px solid #ccc;
  border-radius: 20px;
}

.form-container_cum p {
  font-size: 13px;
  color: #000000;
  text-align: center;
}
.btn-cum {
  font-size: 12px;
  color: #fff;
  background-color: #91891c;
  border: none;
  padding: 5px 30%;
  cursor: pointer;
  margin: 0 auto; 
  display: block; 
  margin-bottom: 20px;
  border-radius: 15px;
  border-width: 2px;
}
/* BANNER ARL */ 
.banner_arl {

position: relative;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  background-color: #000000;
  color: white;
  padding: 20px 0;
  height: 90vh; 
  box-sizing: border-box;
  left: 0; 
  margin-top: -5%;
  bottom: 10%; 
  overflow: hidden;
  z-index: 0;
 
}


.imagen_arl {
  width: 100%;
  max-width: 100%;
  height: auto;
  opacity: 0.6;
  margin-top: -5%;
}

.texto_superpuesto {
  position: absolute;
  top: 70%; /* Ajusta la posición vertical del texto según tu preferencia */
  left: 50%; /* Ajusta la posición horizontal del texto según tu preferencia */
  transform: translate(-50%, -50%);
  text-align: center;
  
  z-index: 2; /* Asegúrate de que el texto esté encima de la imagen */
}

.texto_superpuesto h1 {
  font-weight: bolder;
  font-size: 4em; /* Ajusta el tamaño del texto según tu preferencia */
  margin: 0; /* Elimina el margen predeterminado del encabezado */
}

.main-container {
  display: flex;
  justify-content: center; /* Centrar horizontalmente */
  margin: 0 18%; /* Margen a los lados */
}
.text-container {
  flex: 1;
  text-align: justify;
  font-size: 1.2em;
  margin-right: -10%;
  margin-top: 5%;
  

}

.form-container_arl {
  width: 65%;
  padding: 20px;
  height: 500px;
  box-sizing: border-box;
  background-color: #4dd740d8;
  border-radius: 35px;
  position: relative;
  left: 40%;
}

.form-container_arl input[type="text"] {
  font-size: 14px;
  width: 80%;
  margin: 0 auto 15px 10%;
  padding: 8px;
  box-sizing: border-box;
  border: 1px solid #ccc;
  border-radius: 20px;
}

.form-container_arl p {
  font-size: 13px;
  color: #000000;
  text-align: center;
}
.logo_arl {
 
  margin-bottom: -42%;
  width: 350px;
}
.btn-arl {
  font-size: 12px;
  color: rgb(255, 255, 255);
  background-color: rgb(21, 58, 27);
  border: none;
  padding: 5px 30%;
  cursor: pointer;
  margin: 0 auto; 
  display: block; 
  margin-bottom: 20px;
  border-radius: 15px;
  border-width: 2px;
}
/* FORMULARIO CONSULTAS */

.container_consultas {
  position: relative; /* Fija el elemento a la ventana gráfica */
  top: 0;
  left: 0;
  width: 100%;
  height: 85vh;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999; /* Valor suficientemente alto */
  background: rgba(255, 255, 255, 0.9); /* Opcional: para asegurarte de que esté visible */
  margin-top: 235%; /* Mantener tu margen si es necesario */
}


.content_consultas {
  position: relative;
  width: 100vw; /* Ancho relativo al viewport */
  height: 100vh; /* Altura relativa al viewport */
  background-image: url('../images/innovacion-4.png');
  background-size: cover;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 4vw; /* Padding relativo al viewport */
  overflow: hidden; /* Para evitar desbordamiento del contenido */
  box-sizing: border-box; /* Para incluir el padding en el cálculo del tamaño */
  position: relative; /* Ajustar la posición relativa */
}

.overlay_consultas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw; /* Ancho relativo al viewport */
  height: 100vh; /* Altura relativa al viewport */
  background-color: rgba(9, 44, 120, 0.878);
}
.text_buttons {
  position: relative;
  color: white;
  text-align: left;
  align-self: flex-start; /* Alinea el contenedor de texto y botones a la izquierda */
  left: 16vw; /* Ajustado en función del ancho del viewport */
  top: 35vh; /* Ajustado en función de la altura del viewport */
}

.text_buttons h4 {
  font-weight: bold;
}

.text_buttons p {
  font-size: 0.9vw; /* Tamaño relativo al ancho del viewport */
  color: white;
}

.text_buttons button {
  font-weight: bold;
  font-size: 0.7vw; /* Tamaño relativo al ancho del viewport */
  color: #092C78;
  border: none;
  padding: 0.8vw; /* Padding relativo al ancho del viewport */
  border-radius: 0.5vw; /* Radio del borde relativo al ancho del viewport */
  margin-right: 1.5vw; /* Margen relativo al ancho del viewport */
}


.form_consultas {
  position: relative;
  z-index: 2;
  background-color: #dfe9ecca;
  width: 40vw;
  height: 75vh;
  padding: 3vh 4vw;
  left: 15vw; /* Valor relativo al ancho de la ventana */
  top: -20vh; /* Valor relativo a la altura de la ventana */
  align-self: center;
}


.form_consultas label {
  font-size: 0.7vw; /* Tamaño relativo al ancho de la ventana */
}

.form_consultas input[type="text"],
.form_consultas input[type="email"],
.form_consultas textarea {
  width: calc(100% - 1vw); /* Tamaño relativo al ancho de la ventana */
  margin-bottom: 1.5vh; /* Tamaño relativo a la altura de la ventana */
  padding: 1vh; /* Tamaño relativo a la altura de la ventana */
  border: none;
  font-size: 0.7vw; /* Tamaño relativo al ancho de la ventana */
}

.checkbox_consultas {
  display: flex;
  align-items: center;
  margin-bottom: 1vh; /* Margen relativo a la altura del viewport */
}

.checkbox_consultas label {
  font-size: 0.7vw; /* Tamaño relativo al ancho del viewport */
}

.checkbox_consultas input[type="checkbox"] {
  margin-right: 1vw; /* Margen relativo al ancho del viewport */
  width: 2vw; /* Ancho relativo al ancho del viewport */
  height: 2vw; /* Altura relativa al ancho del viewport */
}

.flex-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.form-group {
  flex-basis: calc(50vw - 0.5rem); /* Para dejar un pequeño espacio entre los campos, relativo al ancho del viewport */
}

.form-group label,
.form-group input {
  display: block;
}

.btn-consultas {
  font-size: 0.7vw; 
  width: 100%;
  border: none;
  background-color: #092C78;
  color: white;
  padding: 0.5vw 0; /* Padding relativo al ancho del viewport */
}




/* POLITICA DE DATOS */
.banner_politica {
  position: relative;
  width: 100%;
  height: 500px;
  top: -20%;
  overflow: hidden;
}

.banner_politica_image {
  width: 100%;
  display: block;
}



.banner_politica_info {
  position: relative;
  width: 70%;
  margin: 0 auto;
  background-color: white;
  text-align: center;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
  z-index: 1; 
  top: -30%;
  padding: 50px 30px;
  padding-bottom: 75px;
  border-top-right-radius: 25px;
  border-top-left-radius: 25px;
}


.banner_politica_title {
  margin: 0;
  color: black;
  text-align: left;
  font-weight: bold;
  font-size: 30px;
  
}


.info_politica {
  width: 70%;
  margin-top: -10%;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
  border: 1px solid rgb(212, 212, 212);
  border-radius: 15px;
  margin-left: auto;
  margin-right: auto; /* Esto centra horizontalmente el elemento */
  padding: 0 20px; /* Márgenes a los lados para centrar el contenido */
}

.info_politica p {
  text-align: justify; /* Justificar el texto */
}
.info_politica ol {
 font-size: 14px;
}


.titulo-seguros-principal {
  text-align: center;
}

.contenido-principal {
  font-size: 20px;
  margin: -50px 180px;
}

.aseguradoras {
  color: #092C78;
  font-weight: bold;
  font-size: 40px;
}



#scrollToTopBtn {
  background-color: #092C78;
  display: none;
  justify-content: center;
  align-content: center;
  width: 80px;
  height: 80px;
  z-index: 8;
  transition: .3s;
  margin: 10px;
  padding: 7px;
  border: none;
  outline: none;
  cursor: pointer;
  border-radius: 50%;
  color: white;
}

#scrollToTopBtn:hover {
  background-color: #051538;
}




/*ARL*/
.expandable-container {
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  max-width: 70%;
  border-radius: 10px;
  overflow: hidden;
}

.expandable-header {
  display: flex;
  align-items: center;
  background-color: #EBFFE4;
  padding: 10px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.expandable-title {
  flex: 1;
  margin: 0;
  font-size: 22px;
  font-weight: bold;
}

.expandable-icon {
  font-size: 35px;
  color: #092C78;
  margin-right: 10px;
  font-weight: bold;
  transition: transform 0.3s ease, color 0.3s ease; 
}

.expandable-content {
  padding: 30px;
  display: none;
  max-height: 0; 
  overflow: hidden;
  opacity: 0; 

  text-align: justify;
  transition: max-height 0.5s ease, opacity 0.5s ease; 
}




.expandable-image {
  width: 40%; /* Ancho del contenedor */
  height: 450px; /* Altura fija del contenedor */
  overflow: hidden;
  display: flex;
  align-items: center;
}

.expandable-image img {
  max-width: none; /* Quitamos el máximo ancho */
  width: auto; /* Ancho automático */
  height: 100%; /* Altura del 100% del contenedor */
  display: block;
  margin-left: -125px;
  
}




.expandable-content .text_arl_content {
  margin-left: 45%;
  margin-top: -45%;
}
.expandable-content p {
  margin-left: 35%;
  

}


.expanded .expandable-header {
  background-color: #ED3147; /
}
.expanded .expandable-title {
  color: white; 
}

.expanded .expandable-icon {
  color: #fff;
  transform: rotate(45deg); 
}

.expanded .expandable-content {
  max-height: 1000px; 
  opacity: 1; 
}

.titulo-arl-preg {
  font-size: 2.3em;
  font-weight: bold;
  color: #092C78;
  text-align: center;
  
}


/* Bloques Servicios de inicio */
.container-servicios {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  width: 90%;
  max-width: 1200px;
  margin: auto;
}
.container-servicios2 {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 10px;
  width: 50%;
  max-width: 1200px;
  margin: auto;
}
.container-block-servicios {
  border: 1px solid #ccc;
  border-radius: 8px;
  padding: 12px;
  text-align: center;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
  background-color: white;
}
.container-block-servicios img {
  width: 100%;
  height: 260px;
  border-radius: 8px;
}
.container-block-servicios p {
  font-size: 1em;
  margin: 16px 0;
  overflow: hidden; /* Oculta el contenido que se desborda */
  text-overflow: ellipsis; /* Agrega puntos suspensivos cuando el texto se corta */
  display: -webkit-box;
  -webkit-line-clamp: 3; /* Número de líneas a mostrar */
  -webkit-box-orient: vertical;
}
.container-block-servicios button {
  background-color: #EE3147;
  color: white;
  border: none;
  padding: 10px 20px;
  border-radius: 5px;
  cursor: pointer;
  font-size: 1em;
}
.container-block-servicios button:hover {
  background-color: #711822;
}
.container-block-servicios button::after {
  content: " ➔";
  display: inline-block;
  margin-left: 5px; /* Ajusta el espacio entre el texto del botón y la flecha */
  transition: transform 0.3s ease; /* Transición suave de 0.3 segundos en la transformación */
}

.container-block-servicios button:hover::after {
  transform: translateX(5px); /* Mueve la flecha hacia la derecha al pasar el mouse por encima */
}


@media (max-width: 900px) {
  .container-servicios {
      grid-template-columns: repeat(2, 1fr);
  }
  .block-4, .block-5 {
      grid-column: auto;
  }
}
@media (max-width: 600px) {
  .container-servicios {
      grid-template-columns: 1fr;
  }
}