/* ---- Ajustes para barra de contacto superior ---- */
#templatemo_nav_top {
  padding-top: 2px;
  /* menos espacio arriba */
  padding-bottom: 0px;
  /* menos espacio abajo */
  font-size: 0.7rem;
  /* texto más pequeño */
  line-height: 1;
  /* línea más compacta */
  min-height: 30px;
  /* puedes forzar una altura mínima si lo deseas */
}


#templatemo_nav_top .fa {
  font-size: 0.75rem;
  /* iconos aún más pequeños */
}

#templatemo_nav_top a {
  font-size: 0.75rem;
  line-height: 1;
}


/* Contenedor interno: eliminar posibles restricciones */
#templatemo_nav_top .container {
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
}


/* Puedes usar un border o background para verificar la altura visual */
.quienes p {
  max-width: 55%;
}

/*
.quienes p{
  max-with: 60%;
}
*/
/* ---- Barra principal (logo + menú) más compacta ---- */
.navbar.navbar-light.shadow {
  padding-top: 0px;
  /* quitar espacio arriba */
  padding-bottom: 0px;
  /* quitar espacio abajo */
  min-height: 60px;
  /* altura mínima más pequeña */
}

/*
.navbar.navbar-light.shadow{
  padding-bottom: 0px;
  min-heght: 60px;
*/
/* Logo más pequeño */
.navbar-light .navbar-brand img {
  height: 50px !important;
  /* reducir altura del logo */
  width: auto !important;
  object-fit: contain;
  margin-top: 0;
  margin-bottom: 0;
}

/*
.navbar-light .navbar-brand img {
  height: 50px !importan;
  width: auto !importan;
  object-fit: contain;
  margin-top: 0;
  margin-bottom: 0;
}
*/
/* Reducir tamaño del texto del menú y espacio entre ítems */
.navbar-nav .nav-link {
  font-size: 0.85rem;
  /* texto más pequeño */
  padding-top: 4px;
  padding-bottom: 4px;
  margin: 0 8px;
  /* menos espacio horizontal */
}

/*.navbar-nav .nav-link{
font-size: 0.85rem;
padding-top: 4px;
padding-bottom: 4px;
margin: 0 8px;
*/
/* Contenedor interno sin altura extra */
.navbar .container {
  padding-top: 0;
  padding-bottom: 0;
  height: auto;
}

/*.navbar .container{
  padding-top: 0;
  padding-bottom: 0;
  height: auto;
*/
@media (max-width: 992px) {
  .navbar.navbar-light.shadow {
    padding-top: 3px;
    padding-bottom: 3px;
  }

  /*
@media (max-width: 992px){
  .navbar.navbar-light.shadow {
    padding-top: 3px;
    padding-bottom: 3px;  
  }
*/
  .navbar-light .navbar-brand img {
    height: 45px !important;
  }

  /*
.navbar-light .navbar-brand img{
  height: 45px !important;
  }
*/
  .navbar-nav .nav-link {
    font-size: 0.8rem;
    padding-top: 3px;
    padding-bottom: 3px;
  }
}

/*
.navbar-nav .nav-link {
  font-size: 0.8rem;
  padding-top: 3px;
  padding-bottom: 3px;
  }
}
*/
/*diseño de la imagen de fondo de la bodega del inicio*/

.blur-edges {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 710px;
  mask-image: radial-gradient(line at center, rgb(255, 0, 0) 60%, rgba(0, 0, 0, 0) 100%);
  -webkit-mask-image: radial-gradient(line at center, rgba(0, 0, 0, 1) 60%, rgba(0, 0, 0, 0) 100%);
}

/*
.blur-edges {
  position: relative;
  display: inline-block;
  width: 100%;
  heught: 710px;
  mast-image: radial-gradiente(line at center, rgb(255, 0, ,0) 60%, rgba(0, 0, 0, 0) 100%);
   -webkit-mask-imagen: radial-gradiente(line at center, rgba(0, 0, 0, 1) 60%, rgba(0, 0, 0, 0) 100%);
}
*/

.container {
  text-align: center;
  position: relative;
  max-width: 100%;
  max-height: 400px !important;
  overflow-x: clip;
  background-color: rgb(255, 255, 255);
  /* evita scroll horizontal visible */
}

/*
.container {
  text-aling: center;
  position: relative;
  max-width: 1000px !important;
  overflow-x: clip;
  background-color: rgb(255, 255, 255);
*/
/*disño de carrucel como el display en flex para que de adabte a  la forma de la pagina*/
.carousel {
  display: flex;
  gap: 20px;
}

/*
.carusel {
  display : flex;
  gab: 20px;
  transition: trasform 1s ease-in-out;
}
*/
@import url(https://db.onlinewebfonts.com/c/87f7aad5765687033311e4b63cfe90f9?family=Uni-Sans-SemiBold);

body {
  /*estilo de el body como quitar el margen el tipo de letra y el color del fondo de la sección*/
  margin: 0px !important;
  font-family: sans-serif;
  background-color: #f4f4f4c7;
}

/*
body {
  margin: 0;
  font-family: sans.serif;
  background-color: #f4f4f4c7;
}
*/
/* Menú transparente */
header {
  /*se le da la posision de absolute para que no se mueva de la posiscion 
                el marge de arrriba y los  lados el porcentaje de ancho y filtro para lo borroso y el efecto de fondo
                color padding z-index disply felx para que se adadte a el tamaño de la pagina*/
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(4px);
  color: #0060AA;
  padding: 15px 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 10;
}

/*
header {
  position: absolute;
  top: 0;
  left:0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  backdrop-filter. blur(4px);
  color: 0060aa;
  padding: 15px 30px;
  display: flex;
  justify-content: sapce-between;
  aling-items: center;
  z-index: 10;
*/
/*diseño de le logo de la pagina*/
.logo {
  font-size: 1.5em;
  font-weight: bold;
}

/*
.logo{
  font-size: 1.5em;
  font-weight: bold;
}
*/
/*diseño de le nav ul */
nav ul {
  list-style: none;
  display: flex;
  gap: 3px;
  margin: 0;
  padding: 0;
}

/*
nav ul {
  list-style: none;
  display: flex;
  gap: 10px;
  margin: 0;
  padding: 0;
}
*/
nav ul li {
  position: relative;
}

/*
nav ul li:{
position: relative;
}
*/
nav ul li a {
  /*diseño de la ul li a de el van barr y el color la decoracion de texto al padding 10px;
                dipla block para que no cambie su tamallo sin depender del tamaño de*/
  color: white;
  text-decoration: none;
  padding: 10px;
  display: block;
}

/*nav ul li ul {
  position: absolute;
  top: 100%;
  left: 0;
  background-color: rgba(104, 104, 104, 0.404);
  display: none;
  flex direction: colum;
  min-width: 150px;
}
*/
nav ul li ul {
  position: absolute;
  top: 100%;
  left: 0;
  background-color: rgba(104, 104, 104, 0.404);
  display: none;
  flex-direction: column;
  min-width: 150px;
}

/*
nav ul li ul {
  position: absolute;
  top: 100%;
  left: 0;
  background-color: rgba(104, 104, 104, 0.404);
  display: none;
  flex-direction: column;
  min-width: 150px;
}
*/

/**/
nav ul li:hover ul {
  display: flex;
}

/*
nav ul li: hover ul {
  display: flex;
}
*/

/* Carrusel */
.carrusel-inicio {
  /*dieño de la el carrusel de incioel que tiene 3 fotos y que se pasa solo cada 10 seguno y se puede seleccionar
                cada uno por aparte.*/
  position: relative;
  height: 100vh;
  overflow: hidden;
}

/*
,carusel-inicio {
  position: relative;
  heigth: 100vh;
  overflow: hidden;
}
*/

.carrusel-inicio img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  opacity: 0;
  transition: opacity 1s ease-in-out;
}

/*
.carrusel-inicio img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  opacity: 0;
  transition: opacity 1s ease-in-out;
}
*/


/*
,carrusel-inicio img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  opacity: 0;
  transition: opacity 1s ease-in-out;
*/
.carrusel-inicio img.active {
  opacity: 1;
}

/*
.carrusel-inicion img.active{
  opacity: 1;
}
*/
.botones-carrusel {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 15px;
  z-index: 2; 
}

/*
.botones-carrusel {
  position: absolute;
  bottom: 20px;
  left: 50%;
  tranform: traslateX(-50%);
  display: flex;
  gab: 15px;
  z-index: 2;
*/

.botones-carrusel button {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: none;
  background-color: #0060AA;
  cursor: pointer;
}

/*
.botones-carrusel button{
   with: 15px;
   height: 15px;
   border-radius: 50%;
   border: none;
   background-color: #0060aa;
   cursor: pointer;
*/
.botones-carrusel button.active {
  background-color: #FCCD02;
}

/*
.botones-carrusel button.active {
  background-color: #FccD02;
}
*/
/* Contenido principal */
.contenido {
  padding: 50px 30px;
  background-color: #f4f4f4;
}

/*
.contedido {
  padding: 50px 30px;
  background-color: #f4f4f4;
}
*/
.a {
  color: #0060AA
}

/*
.a{
color: #0060aa;
}
*/

html {
  /*diseño del html para que la tracicion de la seciones con los botones que lleban automaticamente a cada secion se mas fluida y despacio*/
  scroll-behavior: smooth;
}

/*
html {
  scrpl-behavior: smooth;
*/

/*diseño del body com la tipo de fuente el matge el color del fondo y el colro de letra*/
body {
  font-family: "Uni-Sans-SemiBold";
  margin: 0;
  background-color: transparent;
  color: #0060AA;
  /*background-color: trasparent; */
}

/*
body{
  font-family: "Uni-Sans-SemiBold";
  margin: 0;
  background-color:traparent;
  color: #003366;
}
*/
/*Diseño de los h1*/
h1 {
  font-size: 2em;
  margin-bottom: 20px;
  font-family: "Uni-Sans-SemiBold";
}

/*
h1{
  font-size: 2em;
  margin-bottom: 20px;
  font-famlily: "Uni-Sans-SemiBold";
*/
/*Diseño de los h2*/
h2 {
  margin-bottom: 50px;
  font-family: "Uni-Sans-SemiBold";
  color: #0060AA !important;
  margin-top: 0px !important;
  font-size: 85px !important;
}

/*
h2{
  font-size: 2em !important;
  margin-bottom: 0px;
  font-family: "Uni-Sans-Semibold";
  color: white;
*/
/*Diseño de la divicion <p>*/
p {
  max-width: 600px !important;
  margin: 0 auto 30px auto;
  font-size: 25px !important;
  font-family: "Uni-Sans-SemiBold";
  color: #333;
  margin-top: 25px;
}

/*
p{
  max-width: 500px;
  margin: 0 auto 30px auto;
  margin: 0 auto 30px auto;
  font-size: 20px !important;
  font-family: "Uni-Sans SemiBold;"
  color: #333;
*/
/*Diseño de la divicion <content>*/
.content {
  display: flex;
  align-items: flex-start;
  /*align-items: center;*/
  justify-content: center;
  flex-wrap: wrap;
  gap: 50px;
  font-size: 2em;
  margin-bottom: 2px;
  margin-top: 0px;
  font-family: "Uni-Sans-SemiBold";
}

/*
.content {
  display: flex;
  justify-content: center;
  aling-items: center;
  flex-wrap: wrap;
  gap: 50px;
  font-size: 2em;
  margin-bottom:  2px;
  font-family: "Uni-Sans-SemiBold";
  }
*/

/*Diseño de la seccion <box>*/
.box {
  width: 400px;
  text-align: center;
  align-items: stretch;
  font-family: "Uni-Sans-SemiBold";
}

/*
.box{
  width: 400px;
  text-aling: center;
  font-family: "Uni-SansSemiBold";
*/

/*diseño de la seccion h2*/
.box h2 {
  font-size: 1.5em;
  color: #0060AA !important;
  font-family: "Uni-Sans-SemiBold";
}

/*
.box h2{
  font-size: 2.5em;
  color: #0060aa;
  font-family: "Uni-Sans-SemiBold";
}
*/

/*diseño de box p la forma de la seccion p color, tamaño letra,tipo de letra*/
.box p {
  font-size: 450px;
  color: #333;
  font-family: "Uni-Sans-SemiBold";
}

/*
.box p {
  font-size: 450px;
  color: #333;
  font-family: "Uni-Sans-SemiBold";
}
*/
/*imahen del logo del centro*/
.center-img {
  align-self: center; 
  width: 190px;
  height: 207px;
}

/*.center-img{
  width: 205px;
  height: 207px;
}
  */

/*disello de la seccion valores*/
.valores {
  text-align: center;
  font-size: 1.5em;
  font-family: "Uni-Sans-SemiBold";
  color: #333;
  margin: 0%;
}

/*
.valores {
  text-align: center;
  font-size: 1.5em;
  font-family: "Uni-Sans-SemiBold";
  color: #333;
  margin-top: 10px;
*/
/*diseño de los titulos de l acesion valores*/
.valores h2 {
  font-size: 3.5em !important;
  color: #0060AA;
  margin-bottom: 10px;
  font-family: "Uni-Sans-SemiBold";
}

/*valores h2 {
  font-style: none;
  padding: 0;
  display: inline-block;
  text-aling: 0;
  display: inline-block;
  text-aling: left;
  font-size: 1em;
  color-family: "Uni-Sans-SemiBold";
}
*/

/*diseño de los valore  de la lista como tal*/
.valores ul {

  list-style: none;

  padding: 0;
  display: inline-block;
  /*centra la lista */
  text-align: left;
  /* alinea el texto a la izquierda pero centrado en la página */
  font-size: 1em;
  color: #333;
  /*
  font-family: " Unid sanas BOdl:width: ;"
  */
  font-family: "Uni-Sans-SemiBold";


}

/*
.valores li {
  marging: 5px 0;
  font-family: "Uni-Sans-SemiBold";
}
*/
/*diseño de valores como el marge a la izquierda y el tipo de letra**/
.valores li {
  margin: 5px 0;
  font-family: "Uni-Sans-SemiBold";
}

/*
,container {
  position: relative;
  height: 100vh;
  overflow: holdden;
  min-height: 1100px;
}
*/
.container {
  position: relative;
  height: 900px;
  overflow: hidden;
  min-height: 900px;
  /* ⬅️ Ajusta este valor según lo alto que lo quieras */
}



/*.container{
  position: relative;
  height: 100vh;
  overflow: hildden;
  min-height: 1100px;
}
*/
.container {
  position: relative;
  width: 100%;
  max-width: 100%;
  text-align: center;
  max-height: 300px;
  /* Reducido de 300px */
  height: 400px;
  /* Establece una altura fija */
  overflow: hidden;
  /* Oculta contenido que se desborde */
  padding: 0;
}

/*
.container {
*/
body {
  font-family: "Uni-Sans-SemiBold", sans-serif;
  background-color: #ffffff;
  color: #0060AA;
  margin: 0;
  padding: 0;
}

.galerias-marcas {
  min-height: 970PX;
}

.container {
  position: relative;
  width: 100%;
  max-width: 100%;
  text-align: center;
  height: 800px !important;
  /*estilo del conteiner para meroroa el taño y la relacion de tamañode la pagina*/

}
.historia{
  min-height: 750px !important;
  max-height: 750px !important; 
}
.espaciado{
  margin-top: 40px !important;
  margin-bottom: 90px !important;
}

.historia{
  margin-top: 0px !important;
}

.marcas2{
  min-height: 800px;
}
h2 {
  color: #0060AA;
  font-size: 85px !important;
  margin: 0px;
  /*estilo de los h2 como los margenes y los tamaños de letras */
  margin-bottom: 60px;
  margin-top: px;
  background: transparent;
}

/*
h2{
  color: #0072ce;
  font-size: 4.5em !important;
  margin: 0px;
  margin-bottom: 30px;
  background: transparent;
}
*/



.historia {
  margin-top: 60px;
  
}

/*
.historia{
  margin-top: 110px;
}
*/

.carousel-wrapper {
  overflow: hidden;
  width: 100%;
  height: px;
  margin-bottom: 50px;
  min-height: 790px;
} 
.marcas2{
  margin-top: 1px !important;
  min-height: 950;
}
/*
.carousel-wrapper {
  overflow: hidden;
  width: 100%;
  height: 750;
}
*/
.Cobertura {
  background: transparent;
  margin-top: 50px;
}

/*
,caruselhistoria {
  display: flex;
  transition: transform 0.8 esast- in t out :-ms-zoom-animation: ;
}
*/
.carouselhistoria {
  display: flex;
  transition: transform 0.8s ease-in-out;
  /*transition: transform 0.8s esast- in t out :-ms-zoom-animation: ;*/
  gap: 25px;
  /*  separación entre tarjetas */
  padding: 0 24px;
  height: 720px;
  /*height: 700px;*/
}

/*
.caruselhistoria {
  diplay: flex;
  transition: tranform 0.8 esast- in t out :-ms-zoom-animation: ;
  gap: 25px;
  padding: 0 24px;
  height: 700px;
}
*/
.card {
  flex: 0 0 280px;
  background-color: #ffffff;
  border: 4px solid #e9e510;
  padding: 15px;
  margin-bottom: 25px;
  /* Más espacio hacia abajo */
  box-shadow: 8px 10px 14px rgba(0, 0, 0, 0.25);
  /*box-shadow: 8px 12px 16px rgba(0, 0, 0,  0.25); */
  /* Sombra más visible */
  min-width: 388px;
  /*min-width: 385px;*/
  display: flex;
  /*deplay: flex;*/
  flex-direction: column;
  /*flex-direction:column;*/
  justify-content: space-between;
  /*heght: 600px;*/
  height: 652px;
  /*font-size: medium*/
  font-size: medium;
  /*transition: trasform 0.3s ease;*/
  
}
.btn1.next{
  position: relative !important;
  top: 370px !important; /* lo baja 30px */
  left: 850px;
}
.btn1.prev{
  position: relative !important;
  top: 370px !important; /* lo baja 30px */
  left: -850px;
}
/*.card:hover{
  trasform: traslateY(-3px);
}*/



/*.card img{
width: 100%;
heghit:250xp;
objete-fit: cover;
border-radius: 6px;
}*/


.card img {
  width: 100%;
  height: 322px;
  object-fit: cover;
  border-radius: 6px;
}

/*.year{
  color:#0072ce;
  font-weight: bold;
  font-size: 1.3em;
  margin: 10 px 0:
}*/
.year {
  color: #0060AA;
  font-weight: bold;
  font-size: 34px !important ;
  margin-top: 11px;
}

/*,decripcion{
font-weight: 600px;
color: #202020;
line-height: 1.4;
flex-grow: 1;
overflow: hidden;
texte-box-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp;
}*/
.description {
  font-size: 19px !important;
  font-weight: 600;
  color: #202020;
  line-height: 1.4;
  flex-grow: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 15;
  -webkit-box-orient: vertical;
  margin-top: 10px;
}

/*.description{
  font-weight: 600;
  color: #202020;
  line-height: 1.4;
  flex-grow: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  diplay: -webkit-line-clamp: 15;
  -webkit-box-orient: vertical;
}
*/

.btn1 {
  position: absolute;
  top: 44%;
  transform: translateY(-50%);
  background-color: #006dc038;
  color: rgba(0, 0, 0, 0.712);
  border: none;
  font-size: 25px;
  cursor: pointer;
  padding: 8px 12px;
  z-index: 10;
  transition: background-color 0.5s;
}

/*
.btn1 {
  position: abasolute;
  top: 44%;
  transform: translateY(-59%);
  background-color: #0006dc038;
  color: pointer;
  padding: 8px 12px;
  z-index: 10;
  transition: background-color 0.5s;
}
*/
.btn1:hover {
  background-color: #0060AA;
  color: white;
}

/*
.btn1: Hover {
  background-color: #0060aa;
  color: #white;
}
*/


.prev {
  left: 10px;
}

/*
.prev{
  left: 10px;
}
*/

.next {
  right: 10px;
}

/*
.next {
  right: 10px;
}
*/

.footer {
  text-align: center;
  color: #0060AA;
  font-weight: bold;
  font-size: 1.2em;
  margin: 30px 0;
}

/*
.footer {
  text.align: center;
  color: #0099cc;
  font-weight: bold;
  margin: 30px 0;
}
*/

.historia {
  padding-top: 0px;
  padding-bottom: 0px;
}

/* 
.historia{
  padding-top: 0px;
  padding-bottom: 0px;
}
*/

.containerhistorias {
  width: 100%;
  text-align: center;
  height: 400px;
}
.historia{
  max-height: 1100px !important;
}

.container{
  max-height: 1000px !important;
  .container {
  margin: 0;
}

}


/*


.containerhistorias{
  width: 100%;
  text-aling: center;
  height: 500px;
}
*/



.title {
  font-family: "Uni-Sans-SemiBold";
}

/*
.title {
  font-Sans-SemiBold";
}

*/


/*diseño del body de la seccion de mustra marcas*/
.marcas {
  background: transparent;
}

body {
  font-family: 'Uni-Sans-SemiBold';
  margin: 0;
  padding: 0;
}

/*
body {
  font-family: "Uni-Sans-SemiBold";
  margin: 0;
  padding: 0;
}
*/

/*Diseño de la parte de la nuetras marcas como fondo, alineado del texto, el margen de los lados*/
section#galeria-marcas {
  font-family: "Uni-Sans-SemiBold";
  text-align: center;
  padding: 0px 0px;
  background: linear-gradient(0deg, #0060AA, 50%, #ffffff);
  width: auto;
  max-width: 2000px;
  box-shadow: 0 0 15px rgba(255, 255, 255, 0.2);
  overflow: hidden;
  height: 900px;
  margin-top: 60px;
}

/*
section#galeria-marcas {
  font-family: "Uni-Sans-SemiBold";
  text-align: center;
  padding: 0px 0px;
  background: linear-gradient(0deg, #0060AA, 50%, #fffffff);
  width. auto;
  max-width: 0 0 15px rgba(255, 255, 255, 0.2);
  height: 1000px;
  margin-top: 50px;
}
*/




/*Section#galeria-marcas{
 font-family: "Uni-Sans-SemiBold";
 text-align: center;
 padding: 0px 0px;
 background: linear-gradient(0deg, #0060AA, 50%, #ffffff);
 width: auto;
 max-shadow: 0 0 15px rgba(255, 255, 255, 0.2);
 overflow: hildden;
 height: 1000px;
 margin-top:50px
}      */

/*Diseño de los h2 en nuetra marcas*/
#galeria-marcas h2 {
  font-family: "Uni-Sans-SemiBold";
  font-size: 80px !important;
  margin-bottom: 40px;
  color: #0060AA;
}

/*#galerias de los h2 diseño
#galeria-marcas h2{
font-family: "Uni-Sans-SemiBold";
font-sise: 4.5m;
margin-bottom:25px;
color:  #0060aa
}
*/
/* Carrusel */
.slider-wrapper {
  font-family: "Uni-Sans-SemiBold";
  overflow: hidden;
  position: relative;
  margin-bottom: 20px;
  height: 225px !important;
  padding-top: 35px;
  padding-bottom: px;
}

/*.slider-wrapper {
font-Family: "Unid-Sans-SemiBold";
overflow: hidden;
margin-botton: relative;
margin-bottom: 20px;
height: 220px;
padding-top: 50px;
padding-bottom: 200px
}*/

/*dieño par seguimineto del logo pra evitar errores visuales*/
.logo-track {
  font-family: "Uni-Sans-SemiBold";
  display: flex;
  gap: 50px;
  align-items: center;
  animation: scrollLogos 200s linear infinite;
}

/*
.logo-track {
font-family: "Uni-Sans-SemiBold";
display:flex;
gap: 50px;
aling-items: center
animation: srcollologos 150s linear indinite;
}
*/
/* Sentido contrario */
.logo-track.reverse {
  font-family: "Uni-Sans-SemiBold";
  animation: scrollLogosReverse 200s linear infinite;
}

/*
.logo-track.reverse {
 font-family: "Uni-Sans-SemiBold";
 animation: scrollLogosReverse 150s Linear infinite
}
*/
/*Diseño de la parte de fondo del logo*/
.logo-item {
  background-color: #fafafade;
  border-radius: 20px;
  padding: 25px 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 230px;
  height: 150px;
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.507);
  transition: transform 5s ease;
  ;
}

/*
.logo-item{
background.color: #ffffff;
border-radius: 20px;
padding: 25px 25px;
display: flex;
aling-items: center;
justify-content:center;
min-width:220px;
height: 150px;
box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.507);
transition: transform 5s ease;
}
*/
/*Diseño de la imagen del logo*/
.logo-item img {
  max-height: 95px;
  max-width: 170px;
  object-fit: contain;
}

/*
.logo-item img{
  max-height: 95px;
  max-width: 170px;
  object-fit: contain;
}
*/
/*Diseño de las animaciones que mueve los logos*/
@keyframes scrollLogos {
  0% {
    transform: translateX(0%);
  }

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

/*@keyframes scrolllogos {
  0%{
    transform: tralateX(0%);
  }
  100% {
    transform: tralateX(-1000%);
}*/
/*diseño para la hilera del medio que va en sentido contrario a las demas*/
@keyframes scrollLogosReverse {
  0% {
    transform: translateX(-1000%);
  }

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

/*@keyframes scrollLogoReverse {
  0%{
    transform: traslateX(-1000%);
  }

  100%{
    transform: traslateX(100);
  }
}*/
/* Responsivo */
@media (max-width: 900px) {
  .logo-item {
    min-width: 120px;
    height: 80px;
    padding: 0px 20px;
  }

  .logo-item img {
    max-height: 60px;
  }
}

/*
@media (max-width: 900px){
  .logo-item{
  min_width:120px;
  height: 89px;
  padding: 0px 20px;
  }

  .logo-item img {
  max-height: 60px;
  }
}
*/
@media (max-width: 600px) {
  .logo-item {
    min-width: 100px;
    height: 70px;
  }

  .logo-item img {
    max-height: 50px;
  }
}

/*
@media (max-width: 600px){
  .logo-item{
  min-width: 100px;
  height: 70Px;
  }
  .logo-item img{
    max-height: 50px;
  }
}
*/
.titulo  {
  padding-top: 100px;
  color: #FCCD02 !important;
  font-size: 77px !important;
}

/*
.titulo{
  padding-top: 25px;
}*/


/*
.galeria-marcas {
  padding-top: 34Px;
}
*/

/**diseño de los h1 en secion de nuestra cobertura**/
h1 {
  font-family: "Uni-Sans-SemiBold";
  text-align: center;
  color: #ffffff;
  font-size: 80px;
  margin-bottom: 25px;

}

.contenedor {
  font-family: "Uni-Sans-SemiBold";
  align-items: center;
}

/*diseño de los fondos de la seciones .azul y . mapaCobertura*/
.azul {
  background: linear-gradient(#0060AA, 50%, #ffffff);
}

.mapaCobertura {
  background: linear-gradient(0deg, #0060AA, #ffffff);

}

.titulo {
  font-family: "Uni-Sans-SemiBold";
}

/*Estilos*/

/*diseño de los maracdores*/
.marker {
  fill: rgb(255, 0, 0);
  /* color de los marcadores */
  stroke: #0060AA;
  stroke-width: 1;
  pointer-events: all;
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.507);
}

/*Diseño de las provicias como color, ancho de los bordes*/
.provincia {
  font-family: "Uni-Sans-SemiBold";
  fill: #ececec;
  /* color amarillo para provincias */
  stroke: #333333;
  /* color borde si quieres */
  stroke-width: 1;
}

/*Diseño de los titulos color, tamño de fuente, alinecion*/
.titulo {
  font-family: "Uni-Sans-SemiBold";
  text-align: center;
  font-size: 80px;
  margin-bottom: 4px !important;

  color: #FCCD02;

}

body {
  margin: 0;
  padding: 0;
}

.contenedor {
  display: flex;
  flex-direction: column;
}

.Cobertura {
  margin-top: 0px !important;
  background-color: #ff0000;
  /* o el color que quieras */
}


.mapa-wrapper {
  width: 100%;
  position: relative;
}

/*diseño de la imagen svg*/
svg {
  width: 100%;
  height: auto;
  display: block;
  max-width: 1100px;
  margin: 0 auto;
  aspect-ratio: 1100 / 650;
  user-select: none;
}



/* Marcadores tipo pin */
.marker {
  cursor: pointer;
  transform-box: fill-box;
  transform-origin: center;
  pointer-events: all;
  transition: transform 0.15s ease;
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.507);
}



/*Diseño de la caga de texto que muetra inforacion*/
.info-box {
  font-family: "Uni-Sans-SemiBold";
  position: absolute;
  background: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 8px;
  padding: 10px 14px;
  max-width: 250px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  font-size: 0.9rem;
  color: #333;
  display: none;
  pointer-events: none;
  z-index: 10;
  text-align: left;
}

/* Estilos locales para la sección de pie de pagina*/
#contact-section {
  font-family: "Uni-Sans-SemiBold";
  color: #0f2740;
  background: transparent;
  padding: 36px;
  max-width: 920px;
  margin: 0 auto;
  align-items: left;
  margin-top: 40px;
}

.contact-wrap {
  display: flex;
  align-items: flex-start;
  gap: 28px;
  border-radius: 8px;
}

.tituloamarillo {
  margin-bottom: 0 !important;
  font-size: 80px !important;
}

/* Logo y columna izquierda */
.contact-logo {
  flex: 0 0 96px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0px;
}

.espaciado {
  font-size: 80px !important;
}

.vertical-sep {
  width: 5px;
  background: #0060AA;
  margin: 0 18px;
  max-height: 276px !important;
  align-self: stretch;
}

/* Contenido derecho */
.contact-content {
  flex: 1 1 auto;
  min-width: 0;
}

.contact-line span {
  display: inline-block;
  line-height: 1.4;
}

#contact-heading {
  font-size: 36px !important;
  margin: 0 0 12px;
  font-weight: 700;
  color: #0b2b44;
}
h2
.contact-line {
  display: flex;
  margin: 0;
  padding: 4px 0;
  line-height: 1.4;
  font-size: 17px;
  /* Ajustamos el tamaño de fuente*/
  color: #102936;
  font-family: "Uni-Sans-SemiBold";
}


.contact-line strong {
  font-family: "Uni-Sans-SemiBold";
  color: #0b2b44;
  font-weight: 600;
  margin-right: 4px;
  /* Esto ayuda a acercar los datos al título */
}

.contact-email a {
  font-family: "Uni-Sans-SemiBold";
  color: inherit;
  text-decoration: none;
  font-weight: 600;
}

.contact-address {
  margin-top: 6px;
}

.hours {
  font-family: "Uni-Sans-SemiBold";
  margin-top: 3px;
  font-size: 15px;
  color: #0b2b44;
  font-weight: 600;
}

/* Iconos sociales */
.socials {
  font-family: "Uni-Sans-SemiBold";
  margin-top: 14px;
  display: flex;
  gap: 4px;
  align-items: center;
}

.socials a {

  font-family: "Uni-Sans-SemiBold";
  display: inline-flex;
  width: 34px;
  height: 34px;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  text-decoration: none;
  background: transparent;
  border: 1px solid transparent;
}

.socials svg {
  width: 18px;
  height: 18px;
  display: block;
}

/* Responsive */
@media (max-width: 700px) {
  .contact-wrap {
    flex-direction: column;
    gap: 12px;
  }

  .vertical-sep {
    display: none;
  }

  .contact-logo {
    order: 0;
  }

  .contact-content {
    order: 1;
  }

  .contact-line strong {
    min-width: 140px;
    display: inline;
  }
}

/* ============================================================
   RESPONSIVE GLOBAL — Coarsa
   ============================================================ */

/* Menú hamburguesa */
.menu-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  background: none;
  border: none;
  padding: 8px;
  z-index: 100;
}
.menu-toggle span {
  display: block;
  width: 26px;
  height: 3px;
  background: #ffffff;
  border-radius: 2px;
  transition: all 0.3s;
}

/* ── Tablet 1024px ── */
@media (max-width: 1024px) {
  h2 { font-size: 48px !important; }
  h1 { font-size: 42px !important; }
  .historia  { min-height:auto!important; max-height:none!important; height:auto!important; }
  .container { height:auto!important; min-height:auto!important; max-height:none!important; overflow:visible!important; }
  .carousel-wrapper { min-height:auto!important; height:auto!important; overflow:hidden!important; }
  .carouselhistoria { height:auto!important; }
  .btn1 { top:45%!important; }
  .btn1.prev { left:8px!important; }
  .btn1.next { right:8px!important; left:auto!important; }
  section#galeria-marcas { height:auto!important; min-height:auto!important; }
  .marcas2 { min-height:auto!important; }
  svg { max-width:100%!important; width:100%!important; }
  .mapa-wrapper { width:100%!important; padding:0 16px!important; box-sizing:border-box!important; }
}

/* ── Móvil 768px ── */
@media (max-width: 768px) {
  .menu-toggle { display:flex; }

  header {
    padding: 10px 16px !important;
    position: fixed !important;
    top: 0; left: 0;
    flex-wrap: wrap;
  }
  header nav {
    display: none;
    position: absolute;
    top: 100%; left: 0;
    width: 100%;
    background: rgba(0,0,0,0.92);
    flex-direction: column;
    padding: 6px 0 14px;
    z-index: 99;
  }
  header nav.open { display: flex; }
  nav ul { flex-direction:column!important; gap:0!important; width:100%; }
  nav ul li ul { position:static!important; background:rgba(255,255,255,0.08); width:100%; }

  .carrusel-inicio { height:56vw!important; min-height:200px; }

  h2 { font-size:34px!important; margin-bottom:18px!important; }
  h1 { font-size:28px!important; }
  p  { font-size:15px!important; max-width:100%!important; }
  .titulo { font-size:30px!important; padding-top:20px!important; }

  .mapa-wrapper { padding:0 8px!important; }

  section#galeria-marcas { margin-top:24px!important; padding-bottom:16px!important; }
  .marcas2 { min-height:auto!important; }
  .galerias-marcas { min-height:auto!important; }

  .footer { font-size:0.9em; padding:0 12px; }
}

/* ── Móvil pequeño 480px ── */
@media (max-width: 480px) {
  h2 { font-size:24px!important; }
  h1 { font-size:20px!important; }
  p  { font-size:13px!important; }
  .titulo { font-size:22px!important; }
}

/* ============================================================
   TÍTULOS UNIFICADOS — todos los h2 de sección al mismo tamaño
   Cubre: Quiénes Somos, Misión, Visión, Valores, Nuestra Historia,
          Nuestras Marcas, Nuestra Cobertura
   ============================================================ */
h2,
.quienes h2,
.valores h2,
.espaciado,
#galeria-marcas h2,
.tituloamarillo h2,
.titulo {
  font-size: 44px !important;
}

@media (max-width: 1024px) {
  h2,
  .quienes h2,
  .valores h2,
  .espaciado,
  #galeria-marcas h2,
  .tituloamarillo h2,
  .titulo {
    font-size: 38px !important;
  }
}

@media (max-width: 768px) {
  h2,
  .quienes h2,
  .valores h2,
  .espaciado,
  #galeria-marcas h2,
  .tituloamarillo h2,
  .titulo {
    font-size: 28px !important;
    margin-bottom: 16px !important;
  }
}

@media (max-width: 480px) {
  h2,
  .quienes h2,
  .valores h2,
  .espaciado,
  #galeria-marcas h2,
  .tituloamarillo h2,
  .titulo {
    font-size: 22px !important;
    margin-bottom: 12px !important;
  }
}

/* ── Mapa: en móvil forzar un tamaño mínimo visible ── */
@media (max-width: 768px) {
  #mapaCostaRica {
    min-width: 480px !important;
    width: 100% !important;
    height: auto !important;
  }
  .mapa-wrapper {
    overflow-x: auto !important;
    -webkit-overflow-scrolling: touch !important;
    padding: 0 0 8px !important;
  }
  #mapaCobertura,
  .azul {
    overflow: hidden !important;
    width: 100% !important;
  }
}

@media (max-width: 480px) {
  #mapaCostaRica {
    min-width: 360px !important;
  }
}

/* ── Espacio en blanco entre marcas y cobertura ── */
#iniciomarcas   { margin-bottom: 0 !important; padding-bottom: 0 !important; }
#cobertura      { margin-top:    0 !important; padding-top:    0 !important; }
.marcas2        { margin-bottom: 0 !important; padding-bottom: 0 !important; }