/* 

	font-family: 'Roboto', sans-serif;
	font-family: 'Montserrat', sans-serif;

*/
*,h1,h2,h3,h4,h5,p{
	padding: 0;
	margin: 0;
  font-weight: normal;
}

body{
	background: #FCFCFC;
	font-family: 'Montserrat', sans-serif;
}

.header {
  display: flex;
  align-items: center;
  color: #fff;
  position: relative;
    width: 100%;
    height: 100vh;
    max-height: 900px;
}

.content {
  max-width: 400rem;
  margin: auto;
  text-align: center;
}

.header-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-image: url('../media/sas.jpg');
}

.header-video video {
  min-width: 100%;
  min-height: 100%;
}

.header-overlay {
  height: 100vh;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #303952;
  z-index: 1;
  opacity: .85;
}

.header-content {
  width: 100%;
  z-index: 2;
}

.header-content h1 {
  font-size: 50px;
  margin-bottom: 0;
  font-family: 'Roboto', sans-serif;
}

.header-content p {
  font-size: 1.9rem;
  display: block;
  text-align: center;
 font-family: 'Montserrat', sans-serif;
}

.header-content .text{
  margin: auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  max-width: 43rem;
  margin-top: -20px;
}
.header-content  .menu {
  position: relative;
  top: -220px;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}

.header-content  .menu .logo {
  margin-top: 20px;
}

.header-content  .menu .logo img{
  width: 100%;
  max-width: 140px;
}

.header-content  .menu nav{
  position: relative;
  right: 50px;
  top: 30px;
}

.header-content  .menu nav ul{
  list-style: none;
  display: flex;
  flex-direction: row;
  margin-top: 50px;
}

.header-content  .menu nav ul a{
  font-family: 'Montserrat', sans-serif;
  text-decoration: none;
  color: #fafafa;
  font-size: 16px;
  padding: 10px;
  margin: 0 10px;
  border-bottom: 2px solid transparent;
  
}

.header-content .menu nav ul a:hover{
  transition: all 2s;
  border-bottom: 2px solid #fafafa;
}

.header-content  .menu nav ul li ul {
  display: none;
  flex-direction: column;
  background: rgba(225,225,225,.8);
  position: absolute;
  margin: 0px;
  margin-top: 13px;
  transform: translateX(-25%);
  border-radius: 5px;
  min-width: 200px;
}

.header-content  .menu nav ul li ul li a {
  margin: 0;
  display: block;
  padding: 15px 10px;
  text-align: center;
  color: #555;
  font-size: 14px;
  border-bottom: none;
}

.header-content  .menu nav ul li ul li a:hover {
  transition: all .4s;
  border-bottom: none;
  border-radius: 5px;
  background: rgb(255, 255, 255);
}

.header-content  .menu nav ul li:hover > ul {
  display: flex;
}

.contenedor {
  max-width: 400rem;
  padding-left: 1rem;
  padding-right: 1rem;
  margin: auto;
  text-align: center;
}

/* ADICIÓN: se posiciona el li padre como relativo */
.header-content  .menu nav ul li ul li {
  position: relative;
}

/* CAMBIO: ahora el submenú anidado es absoluto, no fijo, y se posiciona dinámicamente */
.header-content  .menu nav ul li ul li ul {
  position: absolute;
  top: 0;
  left: 100%;
  background: #B0B0B0;
  margin: 0;
  border-radius: 0;
  display: none;
  flex-direction: column;
  min-width: 200px; /* Se adapta al ancho del padre */
  border-radius: 5px;
  transform: translateX(1%);


}

/* ADICIÓN: mostrar submenú anidado al hacer hover */
.header-content  .menu nav ul li ul li:hover > ul {
  display: flex;
}

.header-content  .menu nav ul li ul li ul li a {
  font-size: 13px;
}

.contenedor-1{
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  padding: 13vh;
  margin: auto;
  text-align: center;
}

#bgBlanco{
  background: #fff;
}

#titulo-contenedor{
  margin-top: 5px;
  color: #525252;
  margin-bottom: 20px;
  font-size: 29px;
  font-family: 'Roboto';
}

.contenedor-info-1{
  width: 100%;
  margin-bottom: 20px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;

  justify-content: space-around;
}

.info-1{
   width: 100%;
  max-width: 35%;
  margin-top: 60px;
}

.info-2{
  width: 100%;
  max-width: 40%;
  margin-top: 60px;
}
.info-2 .titulo p{
  color: #333;
  font-size: 30px;
  line-height: 0px;
}
.info-2 .imagen{
  width: 100%;
}

.info-2 .imagen img{
  width: 100%;
  border-radius: 10px;
  box-sizing: border-box;
  padding-top: 30px;
}
#texto-nosotros{
  box-sizing: border-box; padding-top: 10px;
}
.info-1 .logo{
  display: inline-block;
  background: #2391EC;
  padding: 25px;
  border-radius: 60px;
  cursor: pointer;
}

.info-1 .logo:hover{
  transition: all.4s;
  background: #50ADFA;
}

.info-1 .logo i{
  color: #fff;
  font-size: 40px;
}
.info-1 .logo p{
  color: #fff;
  font-weight: bold;
  font-size: 20px;
}
.info-1 .texto{
  margin-top: 10px;
}
.info-1 .texto p{
  line-height: 32px;
  color: #6A6969;
  text-align:center;
}

.contenedor-2{
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  background: #eee;
  padding: 20vh 0;
}

.contenedor-2 .info{
  width: 100%; 
  height: 100%;   
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-wrap: wrap;
}

.contenedor-2 .info h2{
  text-align: center;
  font-size: 30px;
  color: #5C5B5B;
  font-family: 'Roboto';
}
.contenedor-2 .info .listas{
  display: flex;
  flex-direction: row;
   justify-content: space-around;
   flex-wrap: wrap;

}
.contenedor-2 .info  #lista {
   margin: 0 auto;
   margin-top: 40px;
   width: 35%;
   max-width: 80%;
   list-style: none;
}

.contenedor-2 .info #lista li p{
  border-left: 6px solid #CBCACA;
  border-bottom: 6px solid #DEDDDD;
  font-size: 15px;
  color: #545454;
  background: #fff;
  padding: 12px;
  border-radius: 10px;
  margin: 15px 0;
}



.contenedor-3{
  box-sizing: border-box;
  width: 100%;
  height: 100vh;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  background: #fff;

}

.contenedor-3 .mapa{
  width: 50%; 
  height: 100%;
  background: #000;
}

.contenedor-3 .info{
  width: 50%; height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin-top: -25px;
}
.contenedor-3 .info h2 i{
   font-size: 44px;
}
.contenedor-3 .info h2{
  margin-top: 24px;
  text-align: center;
  font-size: 33px;
  color: #555454;
}

.contenedor-3 .info p{
  margin-top: 10px;
  text-align: center;
  font-size: 18px;
  color: #7B7A7A;
}

.contenedor-3  .redes-sociales{
   display: flex;
   flex-direction: row;
   justify-content: center;
   margin: 25px 0;
}

.contenedor-3  .redes-sociales #fb{
  background: #3b5998;
  margin: 0 10px;
  padding: 10px 15px;
  border-radius: 90px;
}
 .contenedor-3  .redes-sociales #im{
   background: #d6249f;
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
  margin: 0 10px;
  padding: 10px 13px;
  border-radius: 90px;
 }
.contenedor-3  .redes-sociales #fb  i, .contenedor-3  .redes-sociales #im  i{
  color: #fff;
  font-size: 19px;
}
.contenedor-4{
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  
}

.contenedor-4 .galeria {
  width: 100%;
  overflow: hidden;
}

.contenedor-4 .galeria .foto {
  width: 25%;
  float: left;
}

.contenedor-4 .galeria .foto img {
  width: 100%;
  vertical-align: top;
  opacity: .85;
  height: 100%;
  min-height: 294px;
  min-width: 294px;
  max-height: 294px;
  max-width: 294px;
}

.contenedor-4 .galeria .foto img:hover {
  opacity: 1;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}


.header-content  .menu .nav-responsive{
  display: none;
  width: 100%;
}


.header-content  .menu .nav-responsive .nav-r{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    background: #fff;
    padding: 10px 30px;
}

.header-content  .menu .nav-responsive .nav-r img{
  width: 70px;
  height: 100%;
}

.header-content  .menu .nav-responsive .nav-r p{
  font-size: 30px;
  color: #666;
}
.header-content  .menu .nav-responsive .nav-r p i{
  font-size: 40px;
  position: relative;
  top: 10px;
  color: #666;
}

.menu-responsive{
  background: #F2F2F2;
-webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.75);
box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.75);
}

.menu-responsive ul {
  list-style: none;
}

.menu-responsive ul  li a{
  text-decoration: none;
  color: #666;
  display: block;
  text-align: center;
  padding: 13px 0;
  font-size: 15px;
  border-bottom: 2px solid #E7E7E7;
}
.menu-responsive ul  li ul li a{
   padding: 9px;
   border-bottom: none;
   background: #E7E7E7;
   font-size: 14px;
}

.contenedor-servicios{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 8em 0;
}

.servicios{
   width: 30%;
}

.servicios .imagen{
   width: 100%;
   height: auto;
}

.servicios .imagen img{
  width: 100%;
  height: 100%;
}

.servicios .texto h2{
  font-family: 'Roboto', sans-serif;
  font-size: 27px;
  font-weight: normal;
  margin: 30px 0;
  color: #373636;
}

.servicios .boton a {
  background: #1E8FC4;
  text-decoration: none;
  color: #fff;
  display: inline-block;
  padding: 11px 19px;
  border-radius: 4px;
  font-family: 'Roboto';
  font-size: 14px;
  border-bottom: 2px solid #126F9C;
}

.servicios .boton a:hover{
  transition: all .4s;
  background: #126F9C;
}

  .contenedor-global{
    padding: 20px 10px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
  }
  .cont{
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 35%;
  }

  .cont .img{
    width: 100%;
    height: auto;
    max-width: 100%;

  }

  .cont .img img{
    width: 100%;
    border-radius: 5px;
  }

  .cont .texto-info
  {
    width: 100%;
    max-width: 100%;
  }

  .cont  .texto-info{
    margin: 19px 0px 22px 0px;
  }

  .cont  .texto-info p{
    font-size: 16px;
    line-height: 34px;
    text-align: justify;
  }
  .cont  .texto-info p strong{
    font-weight: bold;
    color: #2E2E2E;
}

.clientes{
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin: 20px 0;
  overflow: hidden;

}

/* NOSOTROS */
.contenedor-title {
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  margin: 30px;
  padding: 0;
  text-align: center;
}

.contenedor-title h2 {
  padding-top: 30px;
  padding-bottom: 30px;
  margin: 0;
}

.contenedor-info {
  position: relative;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 0px;
  margin-bottom: 40px;
}

.mision {
  grid-column: 1;
  grid-row: 1;
}

.vision {
  grid-column: 2;
  grid-row: 1;
}

/* Contenedor de imagen con texto encima */
.imagen-container {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.imagen-container img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  display: block;
}

/* Overlay con texto sobre la imagen */
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5); /* Fondo semi-transparente */
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px;
  box-sizing: border-box;
}

.overlay h3 {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.overlay p {
  font-size: 16px;
  line-height: 1.6;
  text-align: center;
  margin: 10px 0;
}

.valores-corporativos, .politicas {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.valores-corporativos-container {
  justify-items: center;
  text-align: center;
  margin-bottom: 60px;
}

.valores-info {
  width: 60%;
}

.valores-caracteristicas {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 40px;
}

.valores-caracteristicas p {
  background: rgba(0, 70, 191, 0.2); /* Fondo semi-transparente */ 
  border-radius: 5px;
  padding: 15px;
}

.valor-1 {
  grid-column: 1;
  grid-row: 1;
}

.valor-2 {
  grid-column: 2;
  grid-row: 1;
}

.valor-3 {
  grid-column: 1;
  grid-row: 2;
}

.valor-4 {
  grid-column: 2;
  grid-row: 2;
}

.icons-2 {
  grid-column: 2;
  grid-row: 1;
  justify-content: center;
  height: 50px;
}

.icons-1 {
  grid-column: 1;
  grid-row: 1;
  justify-content: center;
  height: 50px;
}

.icons-4 {
  grid-column: 2;
  grid-row: 2;
  justify-content: center;
  height: 50px;
}

.icons-3 {
  grid-column: 1;
  grid-row: 2;
  justify-content: center;
  height: 50px;
}

.politicas h1 {
  text-align: center;
}


/* SECCIÓN POLÍTICAS */
.contenedor-politicas {
    width: 100%;
    padding-bottom: 50px;
    padding-top: 10px;
    background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
    text-align: center;
}

.titulo-politicas {
    font-size: 36px;
    font-weight: bold;
    color: #2c3e50;
    margin-bottom: 10px;
}

.subtitulo-politicas {
    font-size: 18px;
    color: #7f8c8d;
    margin-bottom: 50px;
}

.grid-politicas {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 40px;
    max-width: 1200px;
    margin: 0 auto;
}

/* TARJETA DE POLÍTICA */

.card-politica {
    background: white;
    border-radius: 15px;
    padding: 40px 30px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.card-politica:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

/* ICONO PDF */
.icono-pdf {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #00015a 0%, #2596be 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
    transition: transform 0.3s ease;
}

.card-politica:hover .icono-pdf {
    transform: scale(1.1) rotate(5deg);
}

.icono-pdf svg {
    width: 40px;
    height: 40px;
    color: white;
}

/* TEXTO DE LA TARJETA */
.card-politica h3 {
    font-size: 24px;
    font-weight: bold;
    color: #2c3e50;
    margin-bottom: 15px;
}

.card-politica p {
    font-size: 16px;
    color: #7f8c8d;
    line-height: 1.6;
    margin-bottom: 25px;
    text-align: center;
}

/* BOTÓN DESCARGAR */
.btn-descargar {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: linear-gradient(135deg, #00015a 0%, #2596be 100%);
    color: white;
    padding: 12px 30px;
    border-radius: 25px;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgb(0, 1, 90)
}

.btn-descargar:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(102, 126, 234, 0.6);
}

.btn-descargar svg {
    transition: transform 0.3s ease;
}

.btn-descargar:hover svg {
    transform: translateY(3px);
}

/* RESPONSIVE */
@media (max-width: 768px) {
    .contenedor-politicas {
        padding: 60px 20px;
    }
    
    .grid-politicas {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    
    .titulo-politicas {
        font-size: 28px;
    }
}

 /* FIN NOSOTROS */

@-webkit-keyframes scroll {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(calc(-250px * 7));
            transform: translateX(calc(-250px * 7));
  }
}

@keyframes scroll {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(calc(-250px * 13));
            transform: translateX(calc(-250px * 13));
  }
}
.slider {
  background: white;
  height: 140px;
  margin: auto;
  overflow: hidden;
  position: relative;
  width: 90%;
}
.slider::before, .slider::after {
  background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%);
  content: "";
  height: 140px;
  position: absolute;
  width: 200px;
  z-index: 2;
}
.slider::after {
  right: 0;
  top: 0;
  -webkit-transform: rotateZ(180deg);
          transform: rotateZ(180deg);
}
.slider::before {
  left: 0;
  top: 0;
}
.slider .slide-track {
  -webkit-animation: scroll 40s linear infinite;
          animation: scroll 40s linear infinite;
  display: flex;
  width: calc(250px * 14);
}
.slider .slide {
  height: 100px;
  width: 250px;
}

footer{
  width: 100%;
  background: #3C3B3B;
  position: absolute;
  padding: 20px 0;
}

footer p{
  text-align: center;
  font-size: 14px;
  color: #E2E2E2;
}
footer p a{
  color: #4F93CF;
}

::-webkit-scrollbar {
      width: 15px;
      height: 8px;

} /* this targets the default scrollbar (compulsory) */

::-webkit-scrollbar-track {
      background-color: #EFEFEF;

} /* the new scrollbar will have a flat appearance with the set background color */
 
::-webkit-scrollbar-thumb {
      background-color: rgba(0, 0, 0, 0.15); 
       border-radius: 10px;
} /* this will style the thumb, ignoring the track */
 
::-webkit-scrollbar-button {
      background-color: #EFEFEF;
} /* optionally, you can style the top and the bottom buttons (left and right for horizontal bars) */
 
::-webkit-scrollbar-corner {
      background-color: black;
} /* if both the vertical and the horizontal bars appear, then perhaps the right bottom corner also needs to be styled */


