/*MAIN*/
/*0.FOOTER*/
/*1.HEADER*/
/*2.HOME*/
/*3.ABOUT*/
/*4.SOLUTIONS*/
/*5.CATALOGUE*/
/*6.CONTACT*/

/*1.MEDIA HEADER*/
/*2.MEDIA HOME*/
/*3.MEDIA ABOUT*/
/*4.MEDIA SOLUTIONS*/
/*5.MEDIA CATALOGUE*/
/*6.MEDIA CT*/



/*MAIN*/
:root {
  --animation-duration: 20s;
}

  *{
    border: 0;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }


body, html {
  
  margin: 0;
  padding: 0;
  font-family: "Raleway", sans-serif;
  box-sizing: border-box;
}
/*0.FOOTER*/
/* pie de pagina*/
.footer {
  background-color: #333; /* Color de fondo del pie de página */
  color: #fff; /* Color del texto */
  padding: 20px 0;
  position: relative;
  bottom: 0;
  width: 100%;
}

.footer-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
}

.footer-logo {
  margin-bottom: 20px;
}

.footer-logo img {
  width: 150px; /* Ajusta el tamaño del logotipo */
}

.footer-sections {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 1000px;
  margin-bottom: 20px;
}

.footer-section {
  flex: 1;
  margin: 0 15px;
}

.footer-section h4 {
  margin-bottom: 10px;
  font-size: 1.2em;
}

.footer-section p, .footer-section ul {
  font-size: 0.9em;
}

.footer-section a {
  color: #fff;
  text-decoration: none;
}

.footer-section a:hover {
  text-decoration: underline;
}

.footer-section ul {
  list-style-type: none;
  padding: 0;
}

.footer-section ul li {
  margin-bottom: 5px;
}

.footer-social {
  display: flex;
  justify-content: center;
  gap: 15px; /* Espacio entre los íconos */
}

.footer-social a {
  display: block;
}

.footer-social img {
  width: 30px; /* Ajusta el tamaño de los íconos */
  height: 30px; /* Ajusta el tamaño de los íconos */
}


/*1.HEADER*/
nav {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
  background: transparent;
  transition: background-color 0.3s ease, padding 0.3s ease;
  padding: 20px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  box-sizing: border-box;

}

nav.scrolled {
  background-color: #ffffff;
  padding: 10px 0;
}

.container_elem_header {
  display: flex;
  align-items: center;
  width: 80%;
  justify-content: space-between;
}

/* Logo */
.logo {
  width: 15%;
  height: auto;
}

.logo img {
  height: auto;
  transition: height 0.3s ease, content 0.3s ease;
  max-width: 100%;
}

nav.scrolled .logo img {
  height: auto;
  content: url('resousers/1x/logo_blue.png');
}

nav ul {
  display: flex;
  gap: 20px;
  text-decoration: none;
}

nav ul li {
  list-style: none;
  text-decoration: none;
}

nav ul li a {
  color: #ffffff;
  text-decoration: none;
  margin-left: 20px;
  transition: color 0.3s ease;
  position: relative;
}

nav.scrolled  ul li a{
  color: #042859;
  text-decoration: none;
}

nav ul li a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  text-decoration: none;
  background-color: #00416b;
  transition: width 0.25s ease;
}

nav a:hover::after {
  width: 100%;
}

/* Botón hamburguesa */
.checkbtn {
  align-self: flex-end;
  font-size: 30px;
  color: white;
  cursor: pointer;
  display: none;
  z-index: 1000;
}

.burguer{
  display: none;
}

nav.scrolled .checkbtn {
  color: #042859;
}

#check {
  display: none;
}

nav ul {
  display: flex;
  align-items: center;
  text-decoration: none;
}


@media (max-width: 770px) {
  .logo {
    width: 120px;
    height: auto;
  }
  }

@media (max-width: 880px) {

  .burguer{
    display: block;
    z-index: 1000;
  }

  .checkbtn {
    display: block;
    z-index: 1000;
  }

  nav ul {
    position: fixed;
    top: 80px;
    right: -100%;
    width: 100%;
    height: 100%;
    background: #f2f2f2;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: right 0.3s ease;
  }

  nav ul li {
    display: block;
    margin: 20px 0;
  }

  nav ul li a {
    font-size: 20px;
  }

  #check:checked ~ .container_elem_header ul {
    right: 0;
  }

  #check:checked ~ .container_elem_header ul li a {
    color: #042859; 
  }


  nav.scrolled  ul li a{
    color: #042859;
    text-decoration: none;
  }
}






/*2.HOME*/

/*vista divs*/
/*primera parte*/
.container_sec_1
{
  background-color: #fff; /* Color de fondo (por ejemplo, azul) */
  color: #ffffff; /* Color del texto (por ejemplo, blanco) */
  padding: 0; 
  width: 100%;   /* Ancho fijo de 200 píxeles */
  height: 100% /* Espaciado interno */

}

.container_text_principal
{ 
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff; /* Color del texto (por ejemplo, blanco) */
  padding: 0; /* Espaciado interno */
  width: 100%;   /* Ancho fijo de 200 píxeles */
  height: 100VH;
  background-image: url("resousers/Diseño sin título.png");
  background-position: center;
  background-size: auto;
  background-repeat: no-repeat;
}

.sec_st{
  position: relative;
  background-image: url("resousers/principal_solotions.png");
  background-position: center;
  background-size: auto;
  background-repeat: no-repeat;
  overflow: hidden;
  height: 40%;

}

.sec_st::before{
  content: ""; 
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(120deg, #44adee, #042859);
  opacity: .8;
}


.container_stadistics
{
    display: flex;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 50px;
    position: relative;

}

.container_stadistics h1 {
  font-family: "League Spartan", sans-serif;
  font-size: 50px; 
  font-weight: 700; 
}

.container_stadistics h6 {
  font-family: "League Spartan", sans-serif;
  font-size: 30px; 
  font-weight: 400; 
}

.country
{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #ffffff; /* Color del texto (por ejemplo, blanco) */
  margin: 20px;
  border-radius: 10px;
  width: 180px;   /* Ancho fijo de 200 píxeles */
  height: 130px
}


.country h1 {
  justify-content: center;
}
.country h6{
  position: relative;
  width: max-content;   /* Ancho fijo de 200 píxeles */
  height: max-content
}


.country h6::before{
  content: "";
  background: #62B6CB;
  height: 4px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}


.years
{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #ffffff; /* Color del texto (por ejemplo, blanco) */
  margin: 20px;
  border-radius: 10px;
  width: 180px;   /* Ancho fijo de 200 píxeles */
  height: 130px
}

.years h1 {
  justify-content: center;
}
.years h6{
  position: relative;
  width: max-content;   /* Ancho fijo de 200 píxeles */
  height: max-content
}


.years h6::before{
  content: "";
  background: #62B6CB;
  height: 4px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}


.producs
{
  padding-top: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #ffffff; /* Color del texto (por ejemplo, blanco) */
  margin: 20px ;
  border-radius: 10px;
  width: 180px;   /* Ancho fijo de 200 píxeles */
  height: 130px
}

.producs h1 {
  justify-content: center;
}


.producs h6{
  position: relative;
  width: max-content;   /* Ancho fijo de 200 píxeles */
  height: max-content
}


.producs h6::before{
  content: "";
  background: #62B6CB;
  height: 4px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}



.hr_std{
  padding: 0%;
  border: 5px solid rgb(100, 202, 220);
  width: 50%;

}
.title_principal {
  min-height: 50vh; /* Asegura que la imagen cubra la pantalla completa */
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: white;
  text-align: left;
  padding: 50px;
  position: relative;
}

.title_principal h1 {
  font-family: 'Raleway', sans-serif; 
  font-size: 100px; 
  font-weight: 700; 
}

.title_principal h6 {
  font-family: "League Spartan", sans-serif; 
  font-size: 30px; 
  font-weight: 400; 
}

.text_title
{
  display: flex;
  flex-direction: column;
}
/*span para home*/

.span_blue_tittle{
  color: #62B6CB;
}

/*seccion diagonales*/
.diagonal {
  display: flex;
  width: 100%;
  position: relative;
  height: 400px;
  background: url("resousers/diag_1.jpg");
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  z-index: 10;
  justify-content: center;
  align-items: center;
  clip-path: polygon(0 0, 100% 5%, 100% 95%, 0 100%);
}

.diagonal_div{
  display: flex;
  padding: 30px;
  height: 100%;
  width: auto;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}

.diagonal_div h1{
  justify-content: center;
  font-family: "League Spartan",sans-serif;
  font-size: 40px;
  font-weight: 700;
}
.diagonal_div p{
  justify-content: center;
  font-family: "Raleway",sans-serif;
  font-size: 15px;
  font-weight: 400;
}
/*diagonal_2*/

.diagonal_2{
  display: flex;
  width: 100%;
  position: relative;
  height: 400px;
  background: url("resousers/home/monitoreo.jpeg");
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  z-index: 10;
  justify-content: flex-start;
  align-items: center;
  clip-path: polygon(0 5%, 100% 0, 100% 100%, 0 95%);
}


/*diagonal_3*/
.diagonal_3{
  display: flex;
  width: 100%;
  position: relative;
  height: 400px;
  background: url("resousers/PORTADA_ABOUT.png");
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  z-index: 10;
  justify-content: flex-end;
  align-items: center;
  clip-path: polygon(0 0, 100% 5%, 100% 95%, 0 100%);
}


/*divs diagonal*/

.diagonal_div{
  background-color: #ffffffc6;
  border-radius: 30px;
  width: 40%;
  height: auto;
  position: absolute;
  
}

.btn_d{
  background-color: #004; /* Color de fondo del botón */
  padding: 10px 20px; /* Espaciado interno del botón */
  display: inline-block;
  text-decoration: none; 
  color: #fff; /* Color del texto */
  border-radius: 5px; /* Bordes redondeados */
  font-size: 16px; /* Tamaño del texto */
  text-align: center; /* Centra el texto */
  transition: background-color 0.3s ease, transform 0.3s ease;

}

.btn_d:hover {
  background-color: #62B6CB; /* Color de fondo al pasar el ratón */
  transform: scale(1.05);
  text-decoration: none;
  color: #fff;
}

#diag_1{
  /*align-content: center;*/
  justify-content: flex-end;
}

/* segunda seccion*/

.container_sec_2{
  display: flex;
  justify-content: center;
}

.container_pres {
  color: #000000; /* Color del texto */
  width: 80%;   /* Ancho completo */
  height: fit-content;
  display: flex;  /* Habilita flexbox */
  justify-content: center; /* Centra los divs horizontalmente */
  align-items: center; /* Centra los divs verticalmente */
  flex-wrap: wrap;
  flex-direction: row;
}

.hr_home{
  padding: 0%;
  border: 10px solid rgb(100, 202, 220);
  width: 50%;
  border-radius: 10px;
  display: flex;
  margin: 0;
  justify-content: flex-start;
}

.we_offer {
  color: #000000; /* Color del texto */
  padding: 50px; /* Espaciado interno */
  width:50%;   /* Ancho fijo */
  height: fit-content;
}

.we_offer h1{
  font-family: "League Spartan", sans-serif; 
  font-size: 60px; 
  font-weight: 700; 
}

.we_offer h6 {
  font-family: "League Spartan", sans-serif; 
  font-size: 50px; 
  font-weight: 700; 
}


.we_offer_text {
  color: #000000; /* Color del texto */
  padding: 30px; /* Espaciado interno */
  width: 50%;   /* Ancho fijo */
  height: fit-content;
}

.we_offer_text P {
  font-family: "League Spartan", sans-serif; 
  font-size: 30px; 
  font-weight: 400; 

}
/*imagenes */

/*remplazado por contenedores*/

/* Container holding the image and the text */
.container_sec_4{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0%;
}


.sec_container {
  width: 100%; 
}


.offer_images {
  display: flex;
  flex-wrap:wrap ; 
  justify-content: space-between; 
  align-items: flex-start; 
  gap: 20px; 
  width: 100%;
  height: auto;
}

.us {
  position: relative;
  flex: 1 1 calc(33% - 20px); 
  margin-bottom: 20px;
  min-width: 250px; }

.us a {
  display: block;
}

.us img {
  width: 100%; 
  height: auto; 
  border-radius: 10px; 
  transition: transform 0.5s ease, opacity 0.5s ease;
}

.us img:hover {
  opacity: 1;
  transform: scale(1.2);
}


.bottom-left, .top-left {
  position: absolute;
  color: white; 
  padding: 5px;
  border-radius: 5px;
  z-index: 10; 
  background-color: rgba(0, 0, 0, 0);
}

.bottom-left {
  bottom: 8px;
  left: 16px;
  font: 20px "Raleway", sans-serif;

}

.top-left {
  top: 8px;
  left: 16px;
}

/*apartado contenesores diagonales*/
.partners_sec{
  display: flex;
  flex-direction: column;

}

.title_partners{
  width: 80%;
  margin-top: 50px;
  display: flex;
  align-self:center;
  justify-content: center;
}


.title_partners h2{
  margin-top: 10px;
  font-family: "League Spartan";
  font-weight: 700;
  font-size: 70px
}


/*imagenes gallery y ubicacion*/

/*imgenes partners*/
.collaborators {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
}

.collaborator {
  text-align: center;
  margin: 10px;
}

.collaborator img {
  width: 250px;
  height: auto;
}


/*imagenes gallery y ubicacion*/
/* Container holding the image and the text */
.container_sec_7 {
  display: flex; /* Alinea las imágenes en una fila */
  justify-content: center; /* Centra las imágenes en el contenedor */
  width: 100%;
  margin: 0;
  padding: 0;
}

.link_image {
  display: flex;
  flex-wrap: wrap; 
  width: 100%;/* Alinea los elementos hijos en una fila */
}

.image_gallery, .image_locations {
  position: relative;
  width: 50%


}

.image_gallery a, .image_locations a {
  display: block;
}

.image_gallery img, .image_locations img {
  width: 100%; /* Hace que la imagen ocupe todo el ancho del contenedor */
  height: auto; /* Mantiene la proporción de la imagen */
 /* border-radius: 10px; /* Opcional: añade bordes redondeados a las imágenes */
  transition: transform 0.5s ease, opacity 0.5s ease;
}

.image_gallery img:hover, .image_locations img:hover {
  opacity: 10;
}

.bottom-left {
  position: absolute;
  color: white; /* Texto en color blanco para contraste */
  padding: 10px;
  border-radius: 5px;
  z-index: 10; /* Asegura que el texto esté sobre la imagen */
  top: 50%;
  left: 50%;
 transform: translate(-40%, -40%);
}

.bottom-left h1{
  font-family: "League Spartan", sans-serif;
  font-weight: 700;
  font-size: 50px;
}

.btn {
  background-color: #62B6CB; /* Color de fondo del botón */
  padding: 10px 20px; /* Espaciado interno del botón */
  display: inline-block;
  text-decoration: none; /* Elimina el subrayado del texto */
  color: #fff; /* Color del texto */
  border-radius: 5px; /* Bordes redondeados */
  font-size: 16px; /* Tamaño del texto */
  text-align: center; /* Centra el texto */
  transition: background-color 0.3s ease, transform 0.3s ease; /* Efectos de transición */
  width: 150px;
}

.btn:hover {
  background-color: #62B6CB; /* Color de fondo al pasar el ratón */
  transform: scale(1.05); /* Efecto de escala al pasar el ratón */
}


/*2.MEDIA HOME*/


@media (max-width:768px){
  body{
    width: 768px;
  }
    .container_sec_1
    {
      background-color: #fff; /* Color de fondo (por ejemplo, azul) */
      color: #ffffff; /* Color del texto (por ejemplo, blanco) */
      padding: 0; 
      width: 100%;   /* Ancho fijo de 200 píxeles */
      height: 100% /* Espaciado interno */
    }
    
    .container_text_principal
    { 
      display: flex;
      align-items: center;
      justify-content: center;
      color: #ffffff; /* Color del texto (por ejemplo, blanco) */
      padding: 0; /* Espaciado interno */
      width: 100%;   /* Ancho fijo de 200 píxeles */
      height: 80vh;
      background-image: url("resousers/Diseño sin título.png");
      background-position: center;
      background-size: auto;
      background-repeat: no-repeat;
    }
    
    .sec_st{
      position: relative;
      background-image: url("resousers/principal_solotions.png");
      background-position: center;
      background-size: auto;
      background-repeat: no-repeat;
      overflow: hidden;
      height: 40%;
    
    }
    
    .sec_st::before{
      content: ""; 
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-image: linear-gradient(120deg, #44adee, #02151b);
      opacity: .8;
    }
    
    
    .container_stadistics
    {
        display: flex;
        justify-content: center;
        flex-direction: row;
        flex-wrap: wrap;
        margin: 50px;
        position: relative;
        animation: bounce;
        animation-duration: 2s;
    }
    
    .container_stadistics h1 {
      font-family: "League Spartan", sans-serif;
      font-size: 50px; 
      font-weight: 700; 
    }
    
    .container_stadistics h6 {
      font-family: "League Spartan", sans-serif;
      font-size: 30px; 
      font-weight: 400; 
    }
    
    .country
    {
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column;
      color: #ffffff; /* Color del texto (por ejemplo, blanco) */
      margin: 20px;
      border-radius: 10px;
      width: 180px;   /* Ancho fijo de 200 píxeles */
      height: 130px
    }
    
    
    .country h1 {
      justify-content: center;
    }
    .country h6{
      position: relative;
      width: max-content;   /* Ancho fijo de 200 píxeles */
      height: max-content
    }
    
    
    .country h6::before{
      content: "";
      background: #62B6CB;
      height: 4px;
      width: 100%;
      position: absolute;
      bottom: 0;
      left: 0;
    }
    
    
    .years
    {
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column;
      color: #ffffff; /* Color del texto (por ejemplo, blanco) */
      margin: 20px;
      border-radius: 10px;
      width: 180px;   /* Ancho fijo de 200 píxeles */
      height: 130px
    }
    
    .years h1 {
      justify-content: center;
    }
    .years h6{
      position: relative;
      width: max-content;   /* Ancho fijo de 200 píxeles */
      height: max-content
    }
    
    
    .years h6::before{
      content: "";
      background: #62B6CB;
      height: 4px;
      width: 100%;
      position: absolute;
      bottom: 0;
      left: 0;
    }
    
    
    .producs
    {
      padding-top: 5px;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column;
      color: #ffffff; /* Color del texto (por ejemplo, blanco) */
      margin: 20px ;
      border-radius: 10px;
      width: 180px;   /* Ancho fijo de 200 píxeles */
      height: 130px
    }
    
    .producs h1 {
      justify-content: center;
    }
    
    
    .producs h6{
      position: relative;
      width: max-content;   /* Ancho fijo de 200 píxeles */
      height: max-content
    }
    
    
    .producs h6::before{
      content: "";
      background: #62B6CB;
      height: 4px;
      width: 100%;
      position: absolute;
      bottom: 0;
      left: 0;
    }
    
    
    
    .hr_std{
      padding: 0%;
      border: 5px solid rgb(100, 202, 220);
      width: 50%;
    
    }
    .title_principal {
      min-height: 40vh; /* Asegura que la imagen cubra la pantalla completa */
      display: flex;
      justify-content: flex-start;
      align-items: center;
      color: white;
      text-align: left;
      padding: 0px;
      position: relative;
    }
    
    .title_principal h1 {
      font-family: 'Raleway', sans-serif; 
      font-size: 80px; 
      font-weight: 700; 
      text-align: left;
    }
    
    .title_principal h6 {
      font-family: "League Spartan", sans-serif; 
      font-size: 20px; 
      font-weight: 400;
      text-align: left; 
    }
   
 
    
    .text_title
    {
      display: flex;
      flex-direction: column;
    }
    /*span para home*/
    
    .span_blue_tittle{
      color: #62B6CB;
    }
    
    /*seccion diagonales*/
    .diagonal {
      display: flex;
      width: 100%;
      position: relative;
      height: 400px;
      background: url("resousers/diag_1.jpg");
      -webkit-background-size: cover;
      background-size: cover;
      background-position: center center;
      z-index: 10;
      justify-content: flex-end;
      align-items: center;
      clip-path: polygon(0 0, 100% 5%, 100% 95%, 0 100%);
    }
    
    .diagonal_div{
      display: flex;
      padding: 30px;
      height: auto;
      width: auto;
      justify-content: center;
      align-items: center;
      flex-direction: column;
      text-align: center;
    }

    
    /*divs diagonal*/
   /* .diagonal_div{
      background-color: #ffffff;
      border-radius: 30px;
      width: 80%;
      height: auto;
      position: absolute;
    }*/
    
    .diagonal_div h1{
      justify-content: center;
      font-family: "League Spartan",sans-serif;
      font-size: 30px;
      font-weight: 700;
    }
    .diagonal_div p{
      justify-content: center;
      font-family: "Raleway",sans-serif;
      font-size: 15px;
      font-weight: 400;
    }
    /*diagonal_2*/
    
    .diagonal_2{
      display: flex;
      width: 100%;
      position: relative;
      height: 400px;
      background: url("resousers/PORTADA_ABOUT.png");
      -webkit-background-size: cover;
      background-size: cover;
      background-position: center center;
      z-index: 10;
      justify-content: flex-end;
      align-items: center;
      clip-path: polygon(0 5%, 100% 0, 100% 100%, 0 95%);
    }
    
    
    /*diagonal_3*/
    .diagonal_3{
      display: flex;
      width: 100%;
      position: relative;
      height: 400px;
      background: url("resousers/PORTADA_ABOUT.png");
      -webkit-background-size: cover;
      background-size: cover;
      background-position: center center;
      z-index: 10;
      justify-content: flex-end;
      align-items: center;
      clip-path: polygon(0 0, 100% 5%, 100% 95%, 0 100%);
    }
    
    
    
    .btn_d{
      background-color: #62B6CB; /* Color de fondo del botón */
      padding: 10px 20px; /* Espaciado interno del botón */
      display: inline-block;
      text-decoration: none; 
      color: #fff; /* Color del texto */
      border-radius: 5px; /* Bordes redondeados */
      font-size: 16px; /* Tamaño del texto */
      text-align: center; /* Centra el texto */
      transition: background-color 0.3s ease, transform 0.3s ease;
    
    }
    
    .btn_d:hover {
      background-color: #62B6CB; /* Color de fondo al pasar el ratón */
      transform: scale(1.05);
      text-decoration: none;
      color: #fff;
    }
    
    #diag_1{
      /*align-content: center;*/
      justify-content: flex-end;
    }
    
    /* segunda seccion*/
    
    .container_sec_2{
      display: flex;
      justify-content: center;
    }
    
    .container_pres {
      color: #000000; /* Color del texto */
      width: 80%;   /* Ancho completo */
      height: fit-content;
      display: flex;  /* Habilita flexbox */
      justify-content: center; /* Centra los divs horizontalmente */
      align-items: center; /* Centra los divs verticalmente */
      flex-wrap: wrap;
      flex-direction: column;
      margin: 0%;
      padding: 0%;
    }
    
    .hr_home{
      padding: 0%;
      border: 10px solid rgb(100, 202, 220);
      width: 100%;
      border-radius: 10px;
      display: flex;
      justify-content: center;
      align-self: center;
      margin: 0;
    }
    
    .we_offer {
      color: #000000; /* Color del texto */
      padding-top: 30px; /* Espaciado interno */
      width:100%;   /* Ancho fijo */
      height: fit-content;
      
    }
    
    .we_offer h1{
      font-family: "League Spartan", sans-serif; 
      font-size: 40px; 
      font-weight: 700;
      text-align: center;
    }
    
    .we_offer h6 {
      font-family: "League Spartan", sans-serif; 
      font-size: 20px; 
      font-weight: 700; 
      text-align: center;
    }
    
    
    .we_offer_text {
      color: #000000; /* Color del texto */
      padding-bottom: 30px; /* Espaciado interno */
      width: 100%;   /* Ancho fijo */
      height: fit-content;
    }
    
    .we_offer_text P {
      font-family: "League Spartan", sans-serif; 
      font-size: 20px; 
      font-weight: 400;
      text-align: center;
    
    }
    /*imagenes */
    
    /*remplazado por contenedores*/
    
    /* Container holding the image and the text */
    .container_sec_4{
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      padding: 0%;
    }
    
    
    .sec_container {
      width: 100%; 
    }
    
    
    .offer_images {
      display: flex;
      flex-wrap:wrap ; 
      justify-content: space-between; 
      align-items: flex-start; 
      gap: 20px; 
      width: 100%;
      height: auto;
    }
    
    .us {
      position: relative;
      flex: 1 1 calc(33% - 20px); 
      margin-bottom: 20px;
      min-width: 250px; }
    
    .us a {
      display: block;
    }
    
    .us img {
      width: 100%; 
      height: auto; 
      border-radius: 10px; 
      transition: transform 0.5s ease, opacity 0.5s ease;
    }
    
    .us img:hover {
      opacity: 1;
      transform: scale(1.2);
    }
    
    
    .bottom-left, .top-left {
      position: absolute;
      color: white; 
      padding: 5px;
      border-radius: 5px;
      z-index: 10; 
      background-color: rgba(0, 0, 0, 0);
    }
    
    .bottom-left {
      bottom: 8px;
      left: 16px;
      font: 20px "Raleway", sans-serif;
    
    }
    
    .top-left {
      top: 8px;
      left: 16px;
    }
    
    /*apartado contenesores diagonales*/
    .partners_sec{
      display: flex;
      flex-direction: column;
    
    }
    
    .title_partners{
      width: 80%;
      margin: 50px;
      display: flex;
      align-self:center;
      justify-content: center;
    }
    
    .title_partners h2{
      margin: 10px;
      font-family: "League Spartan";
      font-weight: 700;
      font-size: 50px
    }
    
    /*imgenes partners*/
    .collaborators {
      display: flex;
      justify-content: space-around;
      align-items: center;
      flex-wrap: wrap;
    }
    
    .collaborator {
      text-align: center;
      margin: 10px;
    }
    
    .collaborator img {
      width: 150px;
      height: auto;
    }
    
    /*imagenes gallery y ubicacion*/
    /* Container holding the image and the text */
    .container_sec_7 {
      display: flex; /* Alinea las imágenes en una fila */
      justify-content: center; /* Centra las imágenes en el contenedor */
      width: 100%;
      margin: 0;
      padding: 0;
    }
    
    .link_image {
      display: flex;
      flex-wrap: wrap; 
      width: 100%;/* Alinea los elementos hijos en una fila */
    }
    
    .image_gallery, .image_locations {
      position: relative;
      width: 50%
    
    
    }
    
    .image_gallery a, .image_locations a {
      display: block;
    }
    
    .image_gallery img, .image_locations img {
      width: 100%; /* Hace que la imagen ocupe todo el ancho del contenedor */
      height: auto; /* Mantiene la proporción de la imagen */
     /* border-radius: 10px; /* Opcional: añade bordes redondeados a las imágenes */
      transition: transform 0.5s ease, opacity 0.5s ease;
    }
    
    .image_gallery img:hover, .image_locations img:hover {
      opacity: 10;
    }
    
    .bottom-left {
      position: absolute;
      color: white; /* Texto en color blanco para contraste */
      padding: 10px;
      border-radius: 5px;
      z-index: 10; /* Asegura que el texto esté sobre la imagen */
      top: 50%;
      left: 50%;
     transform: translate(-40%, -40%);
    }
    
    .bottom-left h1{
      font-family: "League Spartan", sans-serif;
      font-weight: 700;
      font-size: 20px;
    }
    /*apartado contenesores diagonales*/
    
    
  
    .btn {
      background-color: #62B6CB; /* Color de fondo del botón */
      padding: 10px 20px; /* Espaciado interno del botón */
      display: inline-block;
      text-decoration: none; /* Elimina el subrayado del texto */
      color: #fff; /* Color del texto */
      border-radius: 5px; /* Bordes redondeados */
      font-size: 16px; /* Tamaño del texto */
      text-align: center; /* Centra el texto */
      transition: background-color 0.3s ease, transform 0.3s ease; /* Efectos de transición */
      width: 100px;
      align-self: flex-start;
    }
    
    .btn:hover {
      background-color: #62B6CB; /* Color de fondo al pasar el ratón */
      transform: scale(1.05); /* Efecto de escala al pasar el ratón */
    }
}

@media (max-width:480px){
  body{
    width: 480px;
  }
    .container_sec_1
    {
      background-color: #fff; /* Color de fondo (por ejemplo, azul) */
      color: #ffffff; /* Color del texto (por ejemplo, blanco) */
      padding: 0; 
      width: 100%;   /* Ancho fijo de 200 píxeles */
      height: 100% /* Espaciado interno */
    }
    
    .container_text_principal
    { 
      display: flex;
      align-items: center;
      justify-content: center;
      color: #ffffff; /* Color del texto (por ejemplo, blanco) */
      padding: 0; /* Espaciado interno */
      width: 100%;   /* Ancho fijo de 200 píxeles */
      height: 80vh;
      background-image: url("resousers/Diseño sin título.png");
      background-position: center;
      background-size: auto;
      background-repeat: no-repeat;
    }
    
    .sec_st{
      position: relative;
      background-image: url("resousers/principal_solotions.png");
      background-position: center;
      background-size: auto;
      background-repeat: no-repeat;
      overflow: hidden;
      height: 40%;
    
    }
    
    .sec_st::before{
      content: ""; 
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-image: linear-gradient(120deg, #44adee, #02151b);
      opacity: .8;
    }
    
    
    .container_stadistics
    {
        display: flex;
        justify-content: center;
        flex-direction: row;
        flex-wrap: wrap;
        margin: 50px;
        position: relative;
    
    }
    
    .container_stadistics h1 {
      font-family: "League Spartan", sans-serif;
      font-size: 50px; 
      font-weight: 700; 
    }
    
    .container_stadistics h6 {
      font-family: "League Spartan", sans-serif;
      font-size: 30px; 
      font-weight: 400; 
    }
    
    .country
    {
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column;
      color: #ffffff; /* Color del texto (por ejemplo, blanco) */
      margin: 20px;
      border-radius: 10px;
      width: 180px;   /* Ancho fijo de 200 píxeles */
      height: 130px
    }
    
    
    .country h1 {
      justify-content: center;
    }
    .country h6{
      position: relative;
      width: max-content;   /* Ancho fijo de 200 píxeles */
      height: max-content
    }
    
    
    .country h6::before{
      content: "";
      background: #62B6CB;
      height: 4px;
      width: 100%;
      position: absolute;
      bottom: 0;
      left: 0;
    }
    
    
    .years
    {
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column;
      color: #ffffff; /* Color del texto (por ejemplo, blanco) */
      margin: 20px;
      border-radius: 10px;
      width: 180px;   /* Ancho fijo de 200 píxeles */
      height: 130px
    }
    
    .years h1 {
      justify-content: center;
    }
    .years h6{
      position: relative;
      width: max-content;   /* Ancho fijo de 200 píxeles */
      height: max-content
    }
    
    
    .years h6::before{
      content: "";
      background: #62B6CB;
      height: 4px;
      width: 100%;
      position: absolute;
      bottom: 0;
      left: 0;
    }
    
    
    .producs
    {
      padding-top: 5px;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column;
      color: #ffffff; /* Color del texto (por ejemplo, blanco) */
      margin: 20px ;
      border-radius: 10px;
      width: 180px;   /* Ancho fijo de 200 píxeles */
      height: 130px
    }
    
    .producs h1 {
      justify-content: center;
    }
    
    
    .producs h6{
      position: relative;
      width: max-content;   /* Ancho fijo de 200 píxeles */
      height: max-content
    }
    
    
    .producs h6::before{
      content: "";
      background: #62B6CB;
      height: 4px;
      width: 100%;
      position: absolute;
      bottom: 0;
      left: 0;
    }
    
    
    
    .hr_std{
      padding: 0%;
      border: 5px solid rgb(100, 202, 220);
      width: 50%;
    
    }
    .title_principal {
      min-height: 40vh; /* Asegura que la imagen cubra la pantalla completa */
      display: flex;
      justify-content: flex-start;
      align-items: center;
      color: white;
      text-align: left;
      padding: 0px;
      position: relative;
    }
    
    .title_principal h1 {
      font-family: 'Raleway', sans-serif; 
      font-size: 80px; 
      font-weight: 700; 
      text-align: center;
    }
    
    .title_principal h6 {
      font-family: "League Spartan", sans-serif; 
      font-size: 20px; 
      font-weight: 400;
      text-align: center; 
    }
   
 
    
    .text_title
    {
      display: flex;
      flex-direction: column;
    }
    /*span para home*/
    
    .span_blue_tittle{
      color: #62B6CB;
    }
    
    /*seccion diagonales*/
    .diagonal {
      display: flex;
      width: 100%;
      position: relative;
      height: 400px;
      background: url("resousers/diag_1.jpg");
      -webkit-background-size: cover;
      background-size: cover;
      background-position: center center;
      z-index: 10;
      justify-content: flex-end;
      align-items: center;
      clip-path: polygon(0 0, 100% 5%, 100% 95%, 0 100%);
    }
    
    .diagonal_div{
      display: flex;
      padding: 30px;
      height: auto;
      width: auto;
      justify-content: center;
      align-items: center;
      flex-direction: column;
      text-align: center;
    }

    
    /*divs diagonal*/
   /* .diagonal_div{
      background-color: #ffffff;
      border-radius: 30px;
      width: 80%;
      height: auto;
      position: absolute;
    }*/
    
    .diagonal_div h1{
      justify-content: center;
      font-family: "League Spartan",sans-serif;
      font-size: 30px;
      font-weight: 700;
    }
    .diagonal_div p{
      justify-content: center;
      font-family: "Raleway",sans-serif;
      font-size: 15px;
      font-weight: 400;
    }
    /*diagonal_2*/
    
    .diagonal_2{
      display: flex;
      width: 100%;
      position: relative;
      height: 400px;
      background: url("resousers/PORTADA_ABOUT.png");
      -webkit-background-size: cover;
      background-size: cover;
      background-position: center center;
      z-index: 10;
      justify-content: flex-end;
      align-items: center;
      clip-path: polygon(0 5%, 100% 0, 100% 100%, 0 95%);
    }
    
    
    /*diagonal_3*/
    .diagonal_3{
      display: flex;
      width: 100%;
      position: relative;
      height: 400px;
      background: url("resousers/PORTADA_ABOUT.png");
      -webkit-background-size: cover;
      background-size: cover;
      background-position: center center;
      z-index: 10;
      justify-content: flex-end;
      align-items: center;
      clip-path: polygon(0 0, 100% 5%, 100% 95%, 0 100%);
    }
    
    
    
    .btn_d{
      background-color: #62B6CB; /* Color de fondo del botón */
      padding: 10px 20px; /* Espaciado interno del botón */
      display: inline-block;
      text-decoration: none; 
      color: #fff; /* Color del texto */
      border-radius: 5px; /* Bordes redondeados */
      font-size: 16px; /* Tamaño del texto */
      text-align: center; /* Centra el texto */
      transition: background-color 0.3s ease, transform 0.3s ease;
    
    }
    
    .btn_d:hover {
      background-color: #62B6CB; /* Color de fondo al pasar el ratón */
      transform: scale(1.05);
      text-decoration: none;
      color: #fff;
    }
    
    #diag_1{
      /*align-content: center;*/
      justify-content: flex-end;
    }
    
    /* segunda seccion*/
    
    .container_sec_2{
      display: flex;
      justify-content: center;
    }
    
    .container_pres {
      color: #000000; /* Color del texto */
      width: 80%;   /* Ancho completo */
      height: fit-content;
      display: flex;  /* Habilita flexbox */
      justify-content: center; /* Centra los divs horizontalmente */
      align-items: center; /* Centra los divs verticalmente */
      flex-wrap: wrap;
      flex-direction: column;
      margin: 0%;
      padding: 0%;
    }
    
    .hr_home{
      padding: 0%;
      border: 10px solid rgb(100, 202, 220);
      width: 100%;
      border-radius: 10px;
      display: flex;
      justify-content: center;
      align-self: center;
      margin: 0;
    }
    
    .we_offer {
      color: #000000; /* Color del texto */
      padding-top: 30px; /* Espaciado interno */
      width:100%;   /* Ancho fijo */
      height: fit-content;
      
    }
    
    .we_offer h1{
      font-family: "League Spartan", sans-serif; 
      font-size: 40px; 
      font-weight: 700;
      text-align: center;
    }
    
    .we_offer h6 {
      font-family: "League Spartan", sans-serif; 
      font-size: 20px; 
      font-weight: 700; 
      text-align: center;
    }
    
    
    .we_offer_text {
      color: #000000; /* Color del texto */
      padding-bottom: 30px; /* Espaciado interno */
      width: 100%;   /* Ancho fijo */
      height: fit-content;
    }
    
    .we_offer_text P {
      font-family: "League Spartan", sans-serif; 
      font-size: 20px; 
      font-weight: 400;
      text-align: center;
    
    }
    /*imagenes */
    
    /*remplazado por contenedores*/
    
    /* Container holding the image and the text */
    .container_sec_4{
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      padding: 0%;
    }
    
    
    .sec_container {
      width: 100%; 
    }
    
    
    .offer_images {
      display: flex;
      flex-wrap:wrap ; 
      justify-content: space-between; 
      align-items: flex-start; 
      gap: 20px; 
      width: 100%;
      height: auto;
    }
    
    .us {
      position: relative;
      flex: 1 1 calc(33% - 20px); 
      margin-bottom: 20px;
      min-width: 250px; }
    
    .us a {
      display: block;
    }
    
    .us img {
      width: 100%; 
      height: auto; 
      border-radius: 10px; 
      transition: transform 0.5s ease, opacity 0.5s ease;
    }
    
    .us img:hover {
      opacity: 1;
      transform: scale(1.2);
    }
    
    
    .bottom-left, .top-left {
      position: absolute;
      color: white; 
      padding: 5px;
      border-radius: 5px;
      z-index: 10; 
      background-color: rgba(0, 0, 0, 0);
    }
    
    .bottom-left {
      bottom: 8px;
      left: 16px;
      font: 20px "Raleway", sans-serif;
    
    }
    
    .top-left {
      top: 8px;
      left: 16px;
    }
    
    /*apartado contenesores diagonales*/
    .partners_sec{
      display: flex;
      flex-direction: column;
    
    }
    
    .title_partners{
      width: 80%;
      margin: 50px;
      display: flex;
      align-self:center;
      justify-content: center;
    }
    
    .title_partners h2{
      margin: 10px;
      font-family: "League Spartan";
      font-weight: 700;
      font-size: 50px
    }
    
    /*imgenes partners*/
    .collaborators {
      display: flex;
      justify-content: space-around;
      align-items: center;
      flex-wrap: wrap;
    }
    
    .collaborator {
      text-align: center;
      margin: 10px;
    }
    
    .collaborator img {
      width: 150px;
      height: auto;
    }
    
    /*imagenes gallery y ubicacion*/
    /* Container holding the image and the text */
    .container_sec_7 {
      display: flex; /* Alinea las imágenes en una fila */
      justify-content: center; /* Centra las imágenes en el contenedor */
      width: 100%;
      margin: 0;
      padding: 0;
    }
    
    .link_image {
      display: flex;
      flex-wrap: wrap; 
      width: 100%;/* Alinea los elementos hijos en una fila */
    }
    
    .image_gallery, .image_locations {
      position: relative;
      width: 50%
    
    
    }
    
    .image_gallery a, .image_locations a {
      display: block;
    }
    
    .image_gallery img, .image_locations img {
      width: 100%; /* Hace que la imagen ocupe todo el ancho del contenedor */
      height: auto; /* Mantiene la proporción de la imagen */
     /* border-radius: 10px; /* Opcional: añade bordes redondeados a las imágenes */
      transition: transform 0.5s ease, opacity 0.5s ease;
    }
    
    .image_gallery img:hover, .image_locations img:hover {
      opacity: 10;
    }
    
    .bottom-left {
      position: absolute;
      color: white; /* Texto en color blanco para contraste */
      padding: 10px;
      border-radius: 5px;
      z-index: 10; /* Asegura que el texto esté sobre la imagen */
      top: 50%;
      left: 50%;
     transform: translate(-40%, -40%);
    }
    
    .bottom-left h1{
      font-family: "League Spartan", sans-serif;
      font-weight: 700;
      font-size: 20px;
    }
    /*apartado contenesores diagonales*/
    
    
  
    .btn {
      background-color: #62B6CB; /* Color de fondo del botón */
      padding: 10px 20px; /* Espaciado interno del botón */
      display: inline-block;
      text-decoration: none; /* Elimina el subrayado del texto */
      color: #fff; /* Color del texto */
      border-radius: 5px; /* Bordes redondeados */
      font-size: 16px; /* Tamaño del texto */
      text-align: center; /* Centra el texto */
      transition: background-color 0.3s ease, transform 0.3s ease; /* Efectos de transición */
      width: 100px;
      align-self: center;
    }
    
    .btn:hover {
      background-color: #62B6CB; /* Color de fondo al pasar el ratón */
      transform: scale(1.05); /* Efecto de escala al pasar el ratón */
    }
    

}




/*3.ABOUT*/

.section_about{
  color: #fff;
  overflow: hidden;
}

.container_text_about {
  background-color: transparent; /* Color de fondo por defecto en caso de que la imagen no cargue */
  width: 100%; /* Ancho del 100% del contenedor padre */
  height: 80vh; /* Altura fija */
  position: relative;
  /* Flexbox */
  display: flex; /* Activa Flexbox */
  justify-content: center; /* Alinea los elementos hijos horizontalmente al centro */
  align-items: center; /* Alinea los elementos hijos verticalmente al centro */
  z-index: 2;
  overflow: hidden;
}

.taxt_about{
  width: 80%;
  height: fit-content;
}

.container_text_about h1 {
  font-family: "Runaway",sans-serif;
  font-weight: 700;
  font-size: 70px;
  text-align: center;
}

.container_text_about p {
  font-family: "League Spartan",sans-serif;
  font-weight: 400;
  font-size: 35px;
  text-align: center;
}

/*INICIO AJUSTE*/

.video_cont{
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  overflow: hidden;
}
.video_cont video{
      height: 100%;
      max-width: 100%;
      object-fit: cover;
      position: relative
  }

  .video_cont::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0,0,0,0.60);

  }

/*FIN AJUSTE*/

/*vision containers*/

.section_vision {
    padding: 0; /* Ajusta el padding según sea necesario */
    margin: 0; /* Elimina el margen */
    background-color: #ffffff; /* Color de fondo */
    display: flex;
    justify-content: center; /* Centra el contenido horizontalmente */
    align-items: center; /* Centra el contenido verticalmente */
    height: 50vh; /* Ajusta la altura al 100% del viewport */
    align-items:flex-end ;
}

.vision_div {
    display: flex;
    justify-content: center; /* Centra la imagen dentro de este contenedor */
    align-items: center; /* Alinea la imagen verticalmente en el centro */
    width: 80%; /* Ajusta el ancho del contenedor */
    height: 700px; /* Ajusta la altura del contenedor */
    max-width: 1200px; /* Limita el ancho máximo si es necesario */
    max-height: 600px; /* Limita la altura máxima si es necesario */
    overflow: hidden; /* Oculta cualquier parte de la imagen que sobresalga */
    background-image: url("resousers/about_img/equip_office.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: 100;
    justify-content:flex-end ;
}


.vision_text {
  background-color: #ffffffdc;
  color: #000000; /* Color del texto */
  padding: 20px; /* Espaciado interno */
  width: 50%; /* La caja de texto ocupará la mitad del ancho del contenedor */
  position: relative;
  height: fit-content;
  align-content: center;
}

.vision_text h1 {
font-family: "Runaway", sans-serif;
font-weight: 700;
font-size: 40px ;
text-align: center;
}

.vision_text p {
  font-family: "League Spartan", sans-serif;
  font-weight: 00;
  font-size: 20px ;
  text-align: center;
  }

.blank{
  width: 100%;
  height: 50px;
}

/*section values*/

.container_sec_values {
  padding: 0; /* Ajusta el padding según sea necesario */
  margin: 0; /* Elimina el margen */
  background-image: linear-gradient(340deg, #042859, #00416b); /* Color de fondo */
  display: flex;
  justify-content: space-around; /* Centra el contenido horizontalmente */
  align-items: center; /* Centra el contenido verticalmente */
  height: auto; /* Ajusta la altura al 100% del viewport */
}



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


.values_title h1 {
  margin-top: 50px;
  font-size: 60px;
  font-family: "League Spartan", sans-serif;
  font-weight: 700;
  text-align: center;
}

.box_values
{
  display: flex;
  justify-content: space-evenly; /* Centra la imagen dentro de este contenedor */
  align-items: center; /* Alinea la imagen verticalmente en el centro */
  width: 100%; /* Ajusta el ancho del contenedor */
  height: 100%; /* Ajusta la altura del contenedor */
  max-width: 1200px; /* Limita el ancho máximo si es necesario */
  max-height: 600px; /* Limita la altura máxima si es necesario */
  overflow: hidden;
  flex-wrap: wrap;
   /* Oculta cualquier parte de la imagen que sobresalga */
}

.values
{
display: flex;
color: #ffffff; /* Color del texto */
padding: 10px; /* Espaciado interno */
height: 200px;
width: fit-content; /* La caja de texto ocupará la mitad del ancho del contenedor */
position: relative;
align-items: center;
flex-direction: column;
margin-left: 30px;
margin-right: 30px;
}


.icon_value
{
  display: flex;
  justify-content: center;
  width: 100px;
  height: 100px;
}

.icon_value img{
  width: 100%;
  height: 100%; /* Mantiene la proporción de la imagen */
  display: block;
}

.text_value
{
  padding-top: 15px;
}

.values_title{
  color:#fff;
  padding-bottom: 40px;
}

/*seccion history*/
.container_sec_history {
  padding: 50px; /* Ajusta el padding según sea necesario */
  margin: 0; /* Elimina el margen */
  width: 100%;
  display: flex;
  justify-content: center; /* Centra el contenido horizontalmente */
  align-items: center; /* Centra el contenido verticalmente */
  height: fit-content /* Ajusta la altura al 100% del viewport */
}

.history_content {
  display: flex;
  justify-content: space-around; /* Centra la imagen dentro de este contenedor */
  align-content: space-around; /* Alinea la imagen verticalmente en el centro */
  width: 100%; /* Ajusta el ancho del contenedor */
  height: 70vh; /* Ajusta la altura del contenedor */
  overflow: hidden; /* Oculta cualquier parte de la imagen que sobresalga */
}


.cont_box{
  display: flex;
  width: 50% ;
  justify-content: space-around;
  height: 100%;
  flex-direction: row;

}
.box_1, .box_2{
  display: flex;
  justify-content: space-around;
  flex-direction: column;
  width: 35%;
  height:100% ;
}
.box_1-son1, .box_2-son2{
  display: flex;
  width: 100%;
  position: relative;
  height: 60%;
  /*background: url("resousers/PORTADA_ABOUT.png");*/
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  z-index: 10;
  justify-content: flex-end;
  align-items: center;
}

.box_1-son1{
  display: flex;
  align-self: flex-start;
  background-image: url("resousers/about_img/cctv-camera-front-building.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;

}

.box_2-son2{
  display: flex;
  align-self: flex-end;
  background-image: url("resousers/about_img/pexels-djordje-petrovic-590080-2102416.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.box_1-son2, .box_2-son1{
  display: flex;
  width: 80%;
  position: relative;
  height: 30%;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  z-index: 10;
  justify-content: flex-end;
  align-items: center;
  overflow: visible;
}

.box_1-son2{
  display: flex;
  align-self: flex-start;
  background-image: url("resousers/about_img/box1.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  align-self: center;
  position: relative;
  overflow: visible
}

.box_2-son1{
  display: flex;
  align-self: flex-end;
  background-image: url("resousers/about_img/box2.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  align-self: center;
}

/*.box_1-son2::after{
  content: "";
  height: 100%;
  width: 100%;
  background-color: #44adee;
  position: absolute;
  top:90%;
  left: 60%;
  transform: translateY(-50%); /* Centra verticalmente la línea */
  /*clip-path: circle(30% at 30% 30%);
  overflow: ;
}*/



.all_history {
color: #000000; /* Color del texto */
padding: 20px; /* Espaciado interno */
width: 50%; 
height: 100%;
position: relative;
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
background: none;
border: 5px solid #00416b;
}

.text_history
{
color: #000000; /* Color del texto */
padding: 20px; /* Espaciado interno */
height: fit-content;
width: 100%; /* La caja de texto ocupará la mitad del ancho del contenedor */
position: relative;
}

.text_history h1{
  font-family: "Raleway", sans-serif;
  font-weight:700 ;
  font-size: 50px;
}

.text_history{
  font-family: "League Spartan", sans-serif;
  font-weight:400 ;
  font-size: 20px;
  text-align: justify;
}

.div_text{
  width: 100%;
  height: fit-content;
}



.container_exp{
  display: flex;
  width: 100%;
  height: 70vh;
  justify-content: center;
}

.exp_div{
  display: flex;
  width: 80%;
  justify-content: center;
  align-content: center;
  align-items: center;
  flex-direction: row-reverse;
}

.exp{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-content: center;
  color: #000000;
  width: 70%;
}

.exp h1{
  font-family: "Runaway", sans-serif;
  font-weight: 700;
  font-size: 50px;
  margin: 30px;
  text-align: start;
}


.exp p {
  font-family: "League spartan", sans-serif;
  font-weight: 400;
  font-size: 23px;
  margin: 30px;
  text-align: justify;

}

.exp h1::after{
  content:"" ;
  display:block;
  background: #55bbee;
  height: 100%;
  width: 6px;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0;
  margin: 0;
}

.img_exp {
  display: flex;
  background-color: #153243;
  width: 45%;
  height: 70%;
  background-image: url(resousers/about_img/business-executive-explaining-her-colleagues-whiteboard.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

/*SECCION ISION DE LA EMPRESA*/
.mision{
  display: flex;
  width: 100%;
  flex-direction: column;
  height: fit-content;
  justify-items: center;
  align-items: center;
  background-image: url("resousers/about_img/mision.jpeg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 1;
  padding: 0;
  margin: 0;
}

.mision::after{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0,0,0,0.60);
}



.mision-cont{
  width: 70%;
  height: 100%;
  justify-content: center;
  z-index: 11;
  padding: 0%;
  margin: 0%;
  
}

.mision-text{
  display: flex;
  justify-content: center;
  width: 100%;
  height: fit-content;
  flex-direction: column;
  z-index: 10;
  color: #ffffff;
  margin: 0
}

.mision-text h2{
  font-family: "Raleway"sans-serif;
  font-weight: 700;
  font-size: 70px;
  text-align: center;
}


.mision-text p{
  font-family: "League spartan" sans-serif;
  font-weight: 400;
  font-size: 20px;
  text-align: center;
}

/*3.MEDIA ABOUT*/
@media (max-height:850px){ 
  .container_text_about p {
    font-size: 25px;
  }
}


@media (max-width:1000px){
  .container_text_about {
    padding: 0; /* Espaciado interno */
    width: 100%; /* Ancho del 100% del contenedor padre */
    height: 700px; /* Altura fija */
    position: relative;
    /* Flexbox */
    display: flex; /* Activa Flexbox */
    justify-content: center; /* Alinea los elementos hijos horizontalmente al centro */
    align-items: center; /* Alinea los elementos hijos verticalmente al centro */
    z-index: 4;
  }
    .text_history{
      font-size: 18px;
    }
    

}
@media (max-width:800px){
  .container_text_about {
    padding: 0; /* Espaciado interno */
    width: 100%; /* Ancho del 100% del contenedor padre */
    height: 700px; /* Altura fija */
    position: relative;
    /* Flexbox */
    display: flex; /* Activa Flexbox */
    justify-content: center; /* Alinea los elementos hijos horizontalmente al centro */
    align-items: center; /* Alinea los elementos hijos verticalmente al centro */
    z-index: 4;
  }
}
  @media (max-width:500px){
    .container_text_about {
      padding: 0; /* Espaciado interno */
      width: 100%; /* Ancho del 100% del contenedor padre */
      height: 80vh; /* Altura fija */
      position: relative;
      /* Flexbox */
      display: flex; /* Activa Flexbox */
      justify-content: center; /* Alinea los elementos hijos horizontalmente al centro */
      align-items: center; /* Alinea los elementos hijos verticalmente al centro */
      z-index: 4;
      overflow: hidden;
    }

    .container_text_about p {
      font-size: 20px;

    }

    .vision_text {
      background-color: #ffffffdc;
      color: #000000; /* Color del texto */
      padding: 20px; /* Espaciado interno */
      width: 100%; /* La caja de texto ocupará la mitad del ancho del contenedor */
      position: relative;
      height: fit-content;
      align-content: center;
    }
    

    /*HISTORY*/
    .container_sec_history {
      padding: 50px; /* Ajusta el padding según sea necesario */
      margin: 0; /* Elimina el margen */
      width: 100%;
      display: flex;
      justify-content: center; /* Centra el contenido horizontalmente */
      align-items: center; /* Centra el contenido verticalmente */
      height: fit-content /* Ajusta la altura al 100% del viewport */
    }
    
    .history_content {
      display: flex;
      justify-content: center; /* Centra la imagen dentro de este contenedor */
      align-content: center; /* Alinea la imagen verticalmente en el centro */
      width: 100%; /* Ajusta el ancho del contenedor */
      height: fit-content; /* Ajusta la altura del contenedor */
      flex-direction: row-reverse;/* Oculta cualquier parte de la imagen que sobresalga */
    }    

    .video_cont::after{
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      background-color: rgba(0,0,0,0.60);
 
    }

    
    .cont_box{
      display: none;
    }

    .all_history {
      color: #000000; /* Color del texto */
      padding: 20px; /* Espaciado interno */
      width: 100%;
      }
      
      .text_history
      {
      color: #000000; /* Color del texto */
      padding: 20px; /* Espaciado interno */
      height: fit-content;
      width: 100%; /* La caja de texto ocupará la mitad del ancho del contenedor */
      position: relative;
      }
      .text_history{
        text-align: center;
      }
      
      .div_text{
        width: 100%;
        height: fit-content;
      }

      .container_exp{
        display: flex;
        width: 100%;
        height: fit-content;
        justify-content: center;
      }
      
      .exp_div{
        width: 90%;
        flex-direction: column;
      }
      
      .exp{
        width: 100%;
      }
      
      .exp h1{
        text-align: center;
      }
      
      
      .exp p {
        text-align: center;
      
      }
            
}

/*4.SOLUTIONS*/
/*solutions page*/
.container_solution_main
{ 
  display: flex;
  align-items: center;
  color: #ffffff; /* Color del texto (por ejemplo, blanco) */
  padding: 0; /* Espaciado interno */
  width: 100%;   /* Ancho fijo de 200 píxeles */
  height: 100vh;
  z-index: 10;
  justify-content: center;
 /* background-image: url("resousers/solutions/recurity.jpeg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;*/
}

.solutions_title {
color: #ffffff;
z-index: 7;
width: 80%;
align-self: center;
}

.solutions_title h1 {
  font-family: "Raleway", sans-serif;;
  font-size: 90px;
  font-weight: 700;
}


.solutions_title h6 {
  font-family: "Raleway", sans-serif;;
  font-size: 25px;
  font-weight: 700;
}

.img_bg{
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
  .img_bg img{
      height: 100%;
      width: 100%;
      object-fit: cover;
  }

  .img_bg::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0,0,0,0.60);
  }




.container_sol
{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0;

}


.container_catalogue
{
  display: flex;
  width: 750px;
  height: 400px;
  justify-content: center;
  align-items: center;
  flex-direction: row-reverse;
  position: relative;
  padding: 50px;}



.text_catologue
{
  display: flex;
  background-color: #ffffff;
  position: absolute;
  height: 190px;
  width: 200px;
  z-index: 999;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  right: 120px;
  
}

.img_catalogue
{
  width: 400px;
  height: 300px;
  overflow: hidden;
  background: linear-gradient(
    45deg,
    hsl(var(--clr-orange)),
    hsl(var(--clr-blue))
  )
  
}

.img_catalogue::before,
.img_catalogue::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: inherit;
}

.gradient-shadow::before {
  filter: blur(0.75em);
}

.gradient-shadow::after {
  opacity: 0.5;
  filter: blur(2em);
}

.img_catalogue img
{
 height: 100%; 
 overflow: hidden;
}
/*Company solutions*/
.negocios{
  display: flex;
  width: 100%;
  height: fit-content;
  align-items: center;
  flex-direction: column;
}

.our_services{
  display: flex;
  width: 90%;
  height: 70vh;
  justify-content: space-between;
  align-items: center;

}
.service_title{
  display: flex;
  width: 50%;
  height: fit-content;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.img_service{
  display: flex;
  width: 40%;
  height: auto;
  flex-wrap: wrap;
  justify-content: center;
  height: 100%;
  overflow: hidden;
}

.img_service img{
  width: 100%;
  height: auto;
  align-self: center;
}
.service_title h2{
  font-family: "Raleway",sans-serif;
  font-weight: 700;
  font-size: 80px;
  text-align: justify;
}

.service_title p{
  font-family: "Raleway",sans-serif;
  font-weight: 400;
  font-size: 20px;
  text-align: justify;
}
/*unidades de negocio*/

.unidades{
  display: flex;
  width: 90%;
  height: fit-content;
  justify-content: center;
  flex-direction: column;
  
}
.unidades_text{
  display: flex;
  width: 100%;
  height: fit-content;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
}

.unidades_text h1{
  font-family: "Raleway",sans-serif;
  font-weight: 700;
  font-size: 80px;
  padding: 20px;
  text-align: center;
}

.unidades_text p{
  font-family: "Raleway",sans-serif;
  font-weight: 400;
  font-size: 25px;
  padding: 10px;
  text-align: center;
}

.cards_unidades{
  display:flex;
  width: 100%;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}




.card_unit{
  display: flex;
  height: 400px;
  width: 600px;
  background-color: #EEF0EB;
  flex-direction: column;
  margin: 30px; 
  align-items: center;
  padding: 50px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  border:2px solid #62B6CB
}

.card_unit:hover {
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.img_unit{
  height:auto;
  width:auto;
  margin: 10px;
  align-self: center;
}

.title_card{
  display:flex ;
  width: 100%;
  height: 100%;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
}

.title_card h3{
  font-family: "League spartan", sans-serif;
  font-weight: 700;
  font-size: 35px;
}

.title_card p{
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  font-size: 16px;
  text-align: justify;
}

/*shortcut galeria*/

.solutions_section{
  display: flex;
  width: 100%;
  height: fit-content;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.cont_gall{
  display: flex;
  width: 80%;
  height: fit-content;
}

.gallery_short{
  display: flex;
  width: 100%;
  height: fit-content;
  flex-wrap: wrap;
  justify-content: center;
  margin: 50px;
  flex-direction: column;
}

.gallery_short h2{
  font-family:  "Raleway",sans-serif;
  font-weight: 700;
  font-size: 60px;
  padding: 20px;
  text-align: center;
}

.gallery_short p{
  font-family: "Raleway",sans-serif;
  font-weight: 400;
  font-size: 20px;
  padding: 10px;
  text-align: center;
}

/*CARDS SECTIONS*/

.card_links{
  height: fit-content;
  width: 100%;
  display: flex;
}

.cont_cards {
  height: 100%;
  width: 80%;
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

.card {
  width: var(--card-width, 400px);
  height: var(--card-height, 600px);
  position: relative;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  padding: 0 36px;
  perspective: 1000px;
  margin: 60px 20px;
  border: none;
  background-color: rgba(255, 255, 255, 0);
  
}

/*.card::after{
  
}*/


.cover-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.wrapper {
  transition: all 0.5s;
  position: absolute;
  width: 100%;
  z-index: -1;
}

.card:hover .wrapper {
  transform: perspective(900px) translateY(-5%) rotateX(25deg) translateZ(0);
  box-shadow: 2px 35px 32px -8px rgba(0, 0, 0, 0.75);
}

.wrapper::before,
.wrapper::after {
  content: "";
  opacity: 0;
  width: 100%;
  height: 80px;
  transition: all 0.5s;
  position: absolute;
  left: 0;
}

.wrapper::before {
  top: 0;
  height: 100%;
  background-image: linear-gradient(
    to top,
    transparent 46%,
    rgba(12, 13, 19, 0.5) 68%,
    rgba(12, 13, 19) 97%
  );
}

.wrapper::after {
  bottom: 0;
  opacity: 1;
  background-image: linear-gradient(
    to bottom,
    transparent 46%,
    rgba(12, 13, 19, 0.5) 68%,
    rgba(12, 13, 19) 97%
  );
}

.card:hover .wrapper::before,
.card:hover .wrapper::after {
  opacity: 1;
}

.card:hover .wrapper::after {
  height: 120px;
}

/* Estilos para el título (texto) */
.title {
  width: 100%;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  color: #ffffff;
  transition: transform 0.5s;
  text-decoration: none;
  
}

.card:hover .title {
  transform: translate3d(0%, -50px, 100px);
  text-decoration: none;
}

.character {
  width: 100%;
  opacity: 0;
  transition: all 0.5s;
  position: absolute;
  z-index: -1;
}

.card:hover .character {
  opacity: 1;
  transform: translate3d(0%, -30%, 100px);
}

/*4.MEDIA SOLUTIONS*/

@media (max-width:500px){

  .img_bg{
    overflow: hidden;
  }
    .img_bg img{
        overflow: hidden;
    }
  
    .img_bg::after{
      overflow: hidden;
    }
  .solutions_title {
    align-self: center;
    overflow: hidden;
    margin: 0%;
    padding: 0%;
    }
    
    .solutions_title h1 {
      font-size: 50px;
      text-align: center;
    }
    
    
    .solutions_title h6 {
      font-size: 20px;
      text-align: center;
    
    }

    .negocios{
      display: flex;
      width: 100%;
      height: fit-content;
      align-items: center;
      flex-direction: column;
    }
    
    .our_services{
      display: flex;
      width: 90%;
      height: fit-content;
      justify-content: space-between;
      align-items: center;
      flex-direction: column;
    
    }
    .service_title{
      margin: 0%;
      padding: 0%;
      display: flex;
      width: 100%;
      height: fit-content;
      flex-wrap: wrap;
      justify-content: flex-start;
    }
    .img_service{
      display: flex;
      width: 100%;
      height: auto;
      flex-wrap: wrap;
      justify-content: center;
      height: 100%;
      overflow: hidden;
    }
    
    .img_service img{
      width: 100%;
      height: auto;
      align-self: center;
    }
    .service_title h2{
      font-family: "Raleway",sans-serif;
      font-weight: 700;
      font-size: 60px;
      text-align: justify;
    }
    
    .service_title p{
      font-family: "Raleway",sans-serif;
      font-weight: 400;
      font-size: 15px;
      text-align: justify;
    }

    /*unidades de negocio*/

.unidades{
  display: flex;
  width: 90%;
  height: fit-content;
  justify-content: center;
  flex-direction: column;
  margin: 0%;
  
}
.unidades_text{
  display: flex;
  width: 100%;
  height: fit-content;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  margin: 0%;
  padding: 0%;
}

.unidades_text h1{
  padding: 0px;
}

.unidades_text p{
  padding: 0px;
}

.card_unit{
  display: flex;
  height: fit-content;
  width: 600px;
}

.card_unit:hover {
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.img_unit{
  height:auto;
  width:auto;
  margin: 10px;
  align-self: center;
}

.title_card{
  display:flex ;
  width: 100%;
  height: 100%;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
}

.title_card h3{
  font-family: "League spartan", sans-serif;
  font-weight: 700;
  font-size: 35px;
}

.title_card p{
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  font-size: 16px;
  text-align: justify;
}

}

/* Reseteo básico */
/*.swiper-container 
{
    width: 100%;
    height: auto;
}

.swiper-slide {
	/* Center slide text vertically */
     /* display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

.autoplay
{
	position: absolute;
	color: #000;
	font: 100px/100% arial, sans-serif;
	right: 15px;
	text-decoration: none;
	text-shadow: 0 1px 0 #fff;
	top: 15px;
	width:auto;
	height:auto;
	z-index:100;
	opacity:0.4;
	transition: opacity .1s ease-in, transform .1s ease-out; 
	animation: fade_close 3s ease-out;
}

@keyframes fade_close
{
	0% { opacity: 0.8; } 
	50% { opacity: 0.8; }
	to { opacity: 0.4; }
}

.autoplay:active
{
  transform:scale(0.8);
}

.stop
{
  right: 15px;
}

.play
{
  right: 90px;
}*/

/*6.CONTACT*/
/*contact page*/
.container_sec_contact{
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
}
.container_text_contact{
  display: flex;
  align-items: center;
  color: #ffffff; /* Color del texto (por ejemplo, blanco) */
  padding: 0; /* Espaciado interno */
  width: 100%;   /* Ancho fijo de 200 píxeles */
  height: 50vh;
  z-index: 2;
  align-items: center;
  justify-content: center;
  align-content: center;
}


.title_principal_contact {
  display: flex;
  flex-wrap: wrap;
  justify-content: center ;
  color: #ffffff; /* Color del texto (por ejemplo, blanco) */
  padding: 0; /* Espaciado interno */
  flex-wrap: wrap;
  width: 80%;
  height: 100%;
  z-index: 2;
  flex-direction: column;
  align-content: center;
}

.title_principal_contact h1{
  font-family: "Raleway", sans-serif;
  font-size: 90px;
  font-weight: 700;
  text-align: center;
}


.title_principal_contact p{
  font-family: "Raleway", sans-serif;
  font-size: 20px;
  font-weight: 400;
  text-align: center;

}

.video_cont_contacto{
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
}
  .video_cont_contacto video{
      height: 100%;
      width: 100%;
      object-fit: cover;
  }

  .video_cont_contacto::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0,0,0,0.50);
  }

/*sections contact us*/

.info_title{
  display: flex;
  color: #153243;
  justify-content: center;

}

.info_title h2 {
  font-family: "League Spartan" ,sans-serif;
  font-size: 70px;
  font-weight: 700;
  justify-content: center;

}

.info_title p {
  font-family: "League Spartan", sans-serif;
  font-size: 30px;
  font-weight: 400;
  text-align: center; /* Alinea el texto a la izquierda */
  margin: 0; /* Elimina márgenes adicionales */
}

.contact_box{
  margin: 50px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
}

.icon_contact{
  display: flex;
  justify-content: center;
}

.icon_contact img {
  width: 120px;
  height: 120px;
  margin: 0%;
  position: relative; /* Asegura que la imagen esté por delante del círculo */
  z-index: 1;
}

.c_box h3{
  font-family: "Raleway",sans-serif;
  font-weight: 700;
  color: #042859;

}


/*media contact*/
.media_section{
  display: flex;
  justify-content: center;
  align-content: center;
  background-color: #042859;
  height: fit-content;
  width: 100%;
}
.contact_information{
  padding: 50px;
    display: flex;
    justify-content: center; /* Centra la imagen dentro de este contenedor */
    align-items: center; /* Alinea la imagen verticalmente en el centro */
    width: 80%; /* Ajusta el ancho del contenedor */
    height: 80vh; /* Ajusta la altura del contenedor */
    z-index: 100;
    flex-direction: column;
    background-image: url("resousers/contacto/bg_c.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.social_media{
  display: flex;
  flex-direction: column;
  margin: 80px;
  width: 60%;
  flex-wrap: wrap;
}
.social_box{
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}

.social_title{
  color: #ffffff;
}


.social_title h2 {
  font-family: "Raleway", sans-serif;
  font-size: 60px;
  font-weight: 700;
  text-align: center;
}

.social_box img{
  height: 80px;
  width: 80px;
}

.image_social {
  z-index: 100;
  width: 400px;
  height: 700px; /* Agregué la unidad px */
  border-top-left-radius: 50% 20%; /* Redondeo para el contenedor */
  border-top-right-radius: 50% 20%;
  overflow: hidden;
  position: relative;
  
}

.image_social img {
  z-index: 10;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-top-left-radius: 50% 20%; /* Ajusta el valor para redondear más o menos */
  border-top-right-radius: 50% 20%;
}


.container_elem_contact{
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  background-color: #ffffffd4;

}

.follow_us_container{
  padding: 0; /* Ajusta el padding según sea necesario */
  margin: 0; /* Elimina el margen */
  background-color: #ffffff; /* Color de fondo */
  display: flex;
  justify-content: center; /* Centra el contenido horizontalmente */
  align-items: center; /* Centra el contenido verticalmente */
  height: 80vh; /* Ajusta la altura al 100% del viewport */
  align-items:flex-end ;
}



/*formulario*/
.form_section{
  width: 100%;
  height: fit-content;
  display: flex;
}

.contact-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  margin-top: 36px;
  position: relative;
  z-index: 100;
  padding: 40px;
  width: 100%;
  height: fit-content;
  overflow: hidden;
}


.contact-container h1{
  z-index: 100;
  color: #ffffff;
  font-family: "League Spartan", sans-serif;
  font-size: 50px;
  font-weight: 700;
}

.contact-container h6{
  z-index: 100;
  color: #ffffff;
  font-family: "League Spartan", sans-serif;
  font-size: 15px;
  font-weight: 400;
}

.contact-container::before{
  z-index: 1;
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background-color: #042859;
  /*background-image: linear-gradient(120deg, #153243, #62B6CB);*/
}

/* Variables de color */
:root {
  --color-border-1: #ccc;
  --color-text-white: #fff;
  --color-actions: #10abff;
 
}


/* Formulario */
form {
  position: relative;
  display: inline-block;
  width: 900px;
  max-width: 900px;

  box-sizing: border-box;
  padding: 30px 25px;
  background-color: white;
  border-radius: 40px;
  margin: 40px 0;
  left: 50%;
  transform: translateX(-50%);
  height: fit-content;
}

/* Input general */
input {
  position: relative;
  height: 56px;
  border-radius: 9999em;
  border: 1px solid #091d38;
  outline: none;
  width: 456px;
  padding: 0 8px 0 16px;
  color: var(--color-text-white);
  transition: all 0.25s cubic-bezier(.53, .01, .35, 1.5);
}

/* Placeholder */
::placeholder, .handle, .or-text {
  color: #000;
}

/* Inputs específicos */


.input-name, .input-email, .input-phone, .input-subject, .input-message {
  display: flex;
  gap: 24px;
  z-index: 100;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  position:relative ;
}

.name{
  display: flex;
  flex-direction: row;
  width: 100%;
}



/* Botón de envío */
.btn-submit {
  background-color: #10abff;
  width: 200px;
  z-index: 100;
  border-radius: 60px;
}

/* Preguntas */
.question {
  position: relative;
  padding: 10px 0;
}

.question:first-of-type {
  padding-top: 0;
}

.question:last-of-type {
  padding-bottom: 0;
}

/* Label y transiciones para el input */
form label {
  color: var(--color-red);
  font-weight: 100;
  letter-spacing: 0.01em;
  font-size: 17px;
  box-sizing: border-box;
  padding: 10px 15px;
  display: block;
  position: absolute;
  margin-top: -40px;
  z-index: 2;
  pointer-events: none;
}

/* Estilos del input text */
input[type="text" ] {
  background: #f4f4f4;
  border: 1px solid var(--color-red);
  font-size: 17px;
  width: 100%;
  display: block;
  box-sizing: border-box;
  padding: 10px 15px;
  border-radius: 60px;
  color: var(--color-red);
  font-weight: 100;
  letter-spacing: 0.01em;
  position: relative;
  z-index: 1;
}

input[type="phone"] {
  background: #f4f4f4;
  border: 1px solid var(--color-red);
  font-size: 17px;
  width: 100%;
  display: block;
  box-sizing: border-box;
  padding: 10px 15px;
  border-radius: 60px;
  color: var(--color-red);
  font-weight: 100;
  letter-spacing: 0.01em;
  position: relative;
  z-index: 100;
}


input[type="email" ] {
  background: #f4f4f4;
  border: 1px solid var(--color-red);
  font-size: 17px;
  width: 100%;
  display: block;
  box-sizing: border-box;
  padding: 10px 15px;
  border-radius: 60px;
  color: var(--color-red);
  font-weight: 100;
  letter-spacing: 0.01em;
  position: relative;
  z-index: 1;
}


/* Efectos al focus */

/*efcto animado*/
input[type="text"]:focus {
  outline: none;
  border: #10abff;
  background: #c8e1e8;
  color: rgb(0, 0, 0);
}


/* Transición del label al hacer focus o ser válido */

input[type="text"]:valid ~ label {
  text-transform: uppercase;
  font-style: italic;
  transform: translate(5px, -35px) scale(0.6);
}

/* Botón de envío */
form button {
  margin-top: 35px;
  background-color: white;
  border: 1px solid var(--color-red);
  font-size: 17px;
  padding: 20px 15px;
  border-radius: 60px;
  color: var(--color-red);
  font-weight: 100;
  letter-spacing: 0.01em;
  transition: all 0.25s cubic-bezier(.53, .01, .35, 1.5);
  z-index: 1;
}

form button:hover, form button:focus {
  color: white;
  background-color: var(--color-red);
}


/*maps*/
.maps_sections{
  background-color: #ffffff;
  align-items: center;
  justify-content: center;
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  flex-direction: column;
  height: fit-content;
  margin: 0%;
  overflow: hidden;
}

.title_maps{
  margin: 30px;
}

.maps_sections h2{
  font-family: "Raleway", sans-serif;
  font-size: 60px;
  font-weight: 900;
  text-align: center;
}

.map_cont {
  display: flex;
  justify-content: center;
  width: 80%;
  flex-direction: column;
  height: 40vh;
}

.map_select {
  display: flex; /* Añadido para aplicar las propiedades flex */
  width: 100%;
  justify-content: space-around;
  flex-direction: row;
  position: relative;
  margin-top: 20px;
  margin-bottom: 20px;
}

.map_select a{
  font-family: "Raleway", sans-serif;
  color: #000000;
  position: relative;
  text-decoration: none;
  font-weight: 700;
  display: flex;
}  

.map_select a::after{
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 3px; /* Altura de la línea de subrayado */
  background-color: #31cdec; /* Cambia el color de la línea según lo desees */
  transition: width 0.25s ease; /* Animación de la línea */
}

.map_select a:hover::after {
  width: 100%; /* La línea se expande al 100% del ancho del enlace */
}

.info_maps{
  display: flex;
  width: 100%;
}

.card_select{
  display: none;
  width: 100%;
  justify-content: center;
  flex-wrap: wrap;
}

.card-body{
  width:30%;
  display: flex;
  justify-content:center;
  flex-direction: column;
}

.card_select.active {
  display: flex; /* Muestra solo la tarjeta activa */
}

.card-body h5 {
  font-family: "League Spartan";
  font-weight: 700;
  font-size: 50px;
}

.card-body p{
  font-family: "League Spartan";
  font-weight: 400;
  font-size: 20px;
}
.map_link{
  width:50%;
  height: 100%;
  display: flex;
  justify-content:center;
  flex-direction: column;
}
.map_link iframe
.hidden {
  width:50%;
  height: 100%;
  display: flex;
  justify-content:center;
  flex-direction: column;
  display: none;
}

.city{
  display: flex;
  height: 100%;
  width: 100%;
  overflow: hidden;

}

.city img{
  height: fit-content;
  width: fit-content;
  object-fit: cover;
  display: flex;
}

/*5.CATALOGUE*/
/*Catalogo*/
.container_catalog_main {
  display: flex;
  align-items: center;
  color: #ffffff; /* Color del texto (por ejemplo, blanco) */
  padding: 0; /* Espaciado interno */
  width: 100%;   
  height: 100vh;
  background-image: url("resousers/catalogue/portada.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

.container_catalog_main::after{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0,0,0,0.60);
}


.title_principal_catalog¨{
  width: 100%;
}

/*catalogos nueva version*/
.hero-section{
  align-items: flex-start;
  background-color: #fff;
  /*background-image: linear-gradient(15deg, #670f1b 0%, #2a6973 150%);*/
  display: flex;
  min-height: 100%;
  justify-content: center;
  padding: var(--spacing-xxl) var(--spacing-l);
}

.card-grid{
  display: grid;
  grid-template-columns:50px repeat(1fr, 1fr);
  grid-column-gap: var(--spacing-l);
  grid-row-gap: var(--spacing-l);
  max-width: var(--width-container);
  width: 85%;
  flex-wrap: wrap;
}

@media(min-width: 540px){
  .card-grid{
    grid-template-columns: repeat(2, 1fr); 
  }
}

@media(min-width: 960px){
  .card-grid{
    grid-template-columns: repeat(2, 1fr); 
  }
}

@media(min-width: 1000px){
  .card-grid{
    grid-template-columns: repeat(2, 1fr); 
  }
}

@media(min-width: 1200px){
  .card-grid{
    grid-template-columns: repeat(4, 1fr); 
  }
}
.card{
  list-style: none;
  position: relative;
  width: 100%;
}

.card:before{
  content: '';
  display: block;
  padding-bottom: 150%;
  width: 100%;
}

.card__background{
  background-size: cover;
  background-position: center;
  border-radius: var(--spacing-l);
  bottom: 0;
  filter: brightness(0.75) saturate(1.2) contrast(0.85);
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform-origin: center;
 /* trasnsform: scale(1) translateZ(0);*/
  transition: 
    filter 200ms linear,
    transform 200ms linear;
}

.card:hover .card__background{
  transform: scale(1.01) translateZ(0);
}

.card-grid:hover > .card:not(:hover) .card__background{
  filter: brightness(0.5) saturate(0) contrast(1.2) blur(20px);
}

.card__content{
  left: 0;
  padding: var(--spacing-l);
  position: absolute;
  top: 0;
}



.card__category{
  color: #ffffff;
  font-size: 0.9rem;
  margin-bottom: var(--spacing-s);
  text-transform: uppercase;
}

.card__category p{
  font-family: "League spartan", sans-serif;
  font-weight: 400;
  font-size: 10px;
}
.card__heading{
  color: #ffffff;
  font-size: 1.9rem;
  text-shadow: 2px 2px 20px rgba(0,0,0,0.2);
  line-height: 1.4;
  word-spacing: 100vw;
}

.card__heading h3{
  font-family: "League spartan", sans-serif;
  font-weight: 700;
  font-size: 10px;
}




.text_title_catalog {
  position: relative;
  z-index: 100;
  align-items: center;
  width: 60%;
  margin-left: 60px;
  justify-content: center;
}

.text_title_catalog h1{
  font-family: "Runaway", sans-serif;
  font-weight: 700;
  font-size: 80px;
  text-align: left;
}

.camaras{
  display: flex;
  margin: 0%;
  height: 70vh ;
  width: 100%;
  overflow: hidden;
  justify-content: center;
  padding: 0%;
}

.cont_prod{
  width: 90%;
  display: flex ; 
  align-items: center;
  overflow: hidden;
  justify-content: space-between;
}

.text_ctg {
  display: flex;
  flex-direction: column;
  position: relative;
  padding: 40px;
  justify-content: flex-start;
  width: 50%;
   /*Necesario para que el pseudo-elemento se posicione correctamente */
}

.text_ctg h1{
  font-family: "Raleway",sans-serif;
  font-weight: 700;
  font-size: 80px;
  text-align: justify;
}
.text_ctg p{
  text-align: justify
  
}

.text_ctg button{
  background: #091d38;
  border: none;
  z-index: 1;
  color: white;
  overflow: hidden;
  position: relative;
  border-radius: 30px;
  height: 60px;
  width: 250px;
  font-family: "League Spartan",sans-serif;
  font-weight: 400;
  font-size: 30px;
}


.text_ctg button::after{
  position: absolute;
  content: "";
  width: 0;
  top: 0;
  left: 0;
  height: 100%;
  z-index: -1;
  background-color: #62B6CB;
  transition:  all 0.25s ease;
}


.text_ctg button:hover {
  color: #fff;
}
.text_ctg button:hover:after {
  left: 0;
  width: 100%;
}
.text_ctg button:active {
  top: 2px;
}

.img_ctg{
  width: 50%;
  height: auto;
  padding: 10px;
}

.img_ctg img{
  max-width: 100%;
  height: auto;
}

/*vehiculos*/
.vehiculos_esp{
  display: flex;
  margin: 0%;
  height: auto ;
  width: 100%;
  overflow: hidden;
  justify-content: center;
  padding: 0%;
  position: relative;
  background-color: #EEF0EB;
  z-index: 100;
}

.cont_veh{
  width:80%;
  display: flex;
  align-items: center;
  overflow: hidden;
  justify-content: center;
  flex-direction: row-reverse;
  flex-wrap: wrap;
  position: relative; /* Necesario para posicionar ::after */
}




.vehiculos_text {
  display: flex;
  flex-direction: column;
  position: relative;
  padding: 20px;
  justify-content: flex-start;
  width: 25%;
   /* Necesario para que el pseudo-elemento se posicione correctamente */
}
.vehiculos_text h1{
  font-family: "Raleway",sans-serif;
  font-weight: 700;
  font-size: 80px;
  text-align: left;
}
.vehiculos_text p{
  text-align: left
}

.vehiculos_text button{
  background: #091d38;
  border: none;
  z-index: 1;
  color: white;
  overflow: hidden;
  position: relative;
  border-radius: 30px;
  height: 60px;
  width: 250px;
  font-family: "League Spartan",sans-serif;
  font-weight: 400;
  font-size: 30px;
}


.vehiculos_text button::after{
  position: absolute;
  content: "";
  width: 0;
  top: 0;
  left: 0;
  height: 100%;
  z-index: -1;
  background-color: #62B6CB;
  transition:  all 0.25s ease;
}

.vehiculos_text button:hover {
  color: #fff;
}
.vehiculos_text button:hover:after {
  left: 0;
  width: 100%;
}
.vehiculos_text button:active {
  top: 2px;
}

.vehiculos_esp::after{
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0; /* Asegura que el pseudo-elemento quede pegado al borde derecho */
  background-image: url("resousers/main_catalog/vehiculo_front.png");
  background-repeat: no-repeat;
  background-size: contain; /* Mantiene las proporciones de la imagen */
  background-position: right center; /* Coloca la imagen pegada al borde derecho */
  z-index: -10; /* Asegura que quede detrás del contenido */
  opacity: 0.3;
}

.img_veh{
  width:auto;
  height: 500px;  
}



.c_3{
  height: 100%;
  width: auto ;
  transform: scaleX(-1);
}

/*aeroespacial*/
.aero{
  display: flex;
  margin: 0%;
  height: auto ;
  width: 100%;
  overflow: hidden;
  justify-content: center;
  padding: 0%;
  position: relative;
  background-color: #EEF0EB;
  z-index: 100;
}

.aero::after{
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: -10%; /* Asegura que el pseudo-elemento quede pegado al borde derecho */
  background-image: url("resousers/catalogue/drone_bg.png");
  background-repeat: no-repeat;
  background-size: contain; /* Mantiene las proporciones de la imagen */
  background-position: left center ; /* Coloca la imagen pegada al borde derecho */
  z-index: -10; /* Asegura que quede detrás del contenido */
  opacity: 0.3;

}

.cont_aero{
  width: 80%;
  display: flex;
  align-items: center;
  overflow: hidden;
  justify-content: center;
  flex-direction:row;
  flex-wrap: wrap;
  position: relative; /* Necesario para posicionar ::after */
}

.aero_text {
  display: flex;
  flex-direction: column;
  position: relative;
  padding: 0%;
  justify-content: flex-start;
  width: 25%;
   /* Necesario para que el pseudo-elemento se posicione correctamente */
}
.aero_text h1{
  font-family: "Raleway",sans-serif;
  font-weight: 700;
  font-size: 80px;
  text-align: left;
}
.aero_text p{
  text-align: left
}

.aero_text button{
  background: #091d38;
  border: none;
  z-index: 1;
  color: white;
  overflow: hidden;
  position: relative;
  border-radius: 30px;
  height: 60px;
  width: 250px;
  font-family: "League Spartan",sans-serif;
  font-weight: 400;
  font-size: 30px;
}


.aero_text button::after{
  position: absolute;
  content: "";
  width: 0;
  top: 0;
  left: 0;
  height: 100%;
  z-index: -1;
  background-color: #62B6CB;
  transition:  all 0.25s ease;
}

.aero_text button:hover {
  color: #fff;
}
.aero_text button:hover:after {
  left: 0;
  width: 100%;
}
.aero_text button:active {
  top: 2px;
}


.img_aero{
  width:70%;
  height: 100%;  
  transform: scaleX(-1);
}

.c_4{
  height: auto;
  width: 100% ;
  transform: scaleX(-1);
}


.tactico{
  display: flex;
  margin: 0%;
  height: 70vh ;
  width: 100%;
  overflow: hidden;
  justify-content: center;
  padding: 0%;
}

.cont_tactico{
  width: 90%;
  display: flex ; 
  align-items: center;
  overflow: hidden;
  justify-content: space-between;
}

.text_ctg2 {
  display: flex;
  flex-direction: column;
  position: relative;
  padding: 40px;
  justify-content: flex-start;
  width: 50%; /*Necesario para que el pseudo-elemento se posicione correctamente */
}

.text_ctg2 h1{
  font-family: "Raleway",sans-serif;
  font-weight: 700;
  font-size: 80px;
  text-align: justify;
}

.text_ctg2 p{
  text-align: justify
}

.text_ctg2 button{
  background: #091d38;
  border: none;
  z-index: 1;
  color: white;
  overflow: hidden;
  position: relative;
  border-radius: 30px;
  height: 60px;
  width: 250px;
  font-family: "League Spartan",sans-serif;
  font-weight: 400;
  font-size: 30px;
}


.text_ctg2 button::after{
  position: absolute;
  content: "";
  width: 0;
  top: 0;
  left: 0;
  height: 100%;
  z-index: -1;
  background-color: #62B6CB;
  transition:  all 0.25s ease;
}


.text_ctg2 button:hover {
  color: #fff;
}
.text_ctg2 button:hover:after {
  left: 0;
  width: 100%;
}
.text_ctg2 button:active {
  top: 2px;
}

.img_tatico{
  width: 50%; /* Ajusta este valor para que el contenedor sea más pequeño */
  height: auto; /* Mantiene la proporción de la imagen */
  padding: 20px; /* Reduce el padding para dar más espacio a la imagen */
  overflow: hidden; 
}

.img_tatico img{
  max-width: 100%;
  height: auto;
}
.c_5{
  max-width: 100%; /* Asegura que la imagen no se salga de su contenedor */
  height: auto; 
}


/*VIEW MAIN CATALOGUES*/

.more{
  padding: 0%;
}
.view_main {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  color: #ffffff; /* Color del texto (por ejemplo, blanco) */
  padding: 0; /* Espaciado interno */
  width: 100%;   
  height: 50vh;
  background-image: url("resousers/catalogue/banner.jpg");
  background-position: left;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  
}
.view_main::after{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0,0,0,0.60);
}

.text_more {
  position: relative;
  z-index: 100;
  justify-content: center;
  align-items: center;
  width: 80%;
  margin-left: auto; /* Asegura que empuje el texto a la derecha */
 margin-right: 20px; /* Espacio adicional a la derecha */
 text-align: right;
}

.title_more{
  display: flex;
  justify-content: flex-end;
}


.text_more h1{
  font-family: "Runaway", sans-serif;
  font-weight: 700;
  font-size: 80px;
  text-align: flex;
}


/*5.MEDIA CATALOGUE*/

/*monitores*/
@media (max-width: 1200px) {
  body {
    width: 100%;
}

.container_catalog_main {
  display: flex;
  align-items: center;
  color: #ffffff; /* Color del texto (por ejemplo, blanco) */
  padding: 0; /* Espaciado interno */
  width: 100%;   
  height: 100vh;
  background-image: url("resousers/catalogue/portada.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

.container_catalog_main::after{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0,0,0,0.60);
}
.title_principal_catalog{
  display: flex;
  width: 100%;
}
.text_title_catalog {
  position: relative;
  z-index: 100;
  align-items: center;
  width: 60%;
  margin-left: 40px;
  justify-content: center;
}

.text_title_catalog h1{
  font-family: "Runaway", sans-serif;
  font-weight: 700;
  font-size: 80px;
  text-align: left;
}

.camaras{
  display: flex;
  margin: 0%;
  height: auto ;
  width: 100%;
  overflow: hidden;
  justify-content: center;
  padding: 0%;
}

.cont_prod{
  width: 70%;
  display: flex ; 
  align-items: center;
  overflow: hidden;
  justify-content: center;
  margin: 0;
  padding: 0%;
}

.text_ctg {
  display: flex;
  flex-direction: column;
  position: relative;
  padding: 0px;
  justify-content: flex-start;
  width: 40%;
  margin: 0;
  padding: 0%; /* Necesario para que el pseudo-elemento se posicione correctamente */
}

.text_ctg h1{
  font-family: "Raleway",sans-serif;
  font-weight: 700;
  font-size: 60px;
  text-align: left;
}
.text_ctg p{
  text-align: left;
  font-size: medium;
}

.text_ctg button{
  background: #091d38;
  border: none;
  z-index: 1;
  color: white;
  overflow: hidden;
  position: relative;
  border-radius: 30px;
  height: 40px;
  width: 200px;
  font-family: "League Spartan",sans-serif;
  font-weight: 400;
  font-size: 20px;
}


.text_ctg button::after{
  position: absolute;
  content: "";
  width: 0;
  top: 0;
  left: 0;
  height: 100%;
  z-index: -1;
  background-color: #62B6CB;
  transition:  all 0.25s ease;
}


.text_ctg button:hover {
  color: #fff;
}
.text_ctg button:hover:after {
  left: 0;
  width: 100%;
}
.text_ctg button:active {
  top: 2px;
}

.img_ctg {
  padding: 0;
  display: flex;
  width: 60%; /* Permite que el ancho se ajuste automáticamente */
  height: auto; /* Establece una altura fija */
  margin: 0px; /* Elimina el margen */
  background-color: transparent;
}

.img_ctg img {
  max-width: 100%;
  padding: 10px; /* Asegura que la imagen no exceda el ancho de su contenedor */
  height: auto; 
}

/*vehiculos*/
.vehiculos_esp{
  display: flex;
  margin: 0%;
  height: auto ;
  width: 100%;
  overflow: hidden;
  justify-content: center;
  padding: 0%;
  position: relative;
  background-color: #EEF0EB;
  z-index: 100;
}

.cont_veh{
  width: 70%;
  display: flex;
  align-items: center;
  overflow: hidden;
  justify-content: center;
  flex-direction: row-reverse;
  flex-wrap: nowrap;
  position: relative; /* Necesario para posicionar ::after */
}




.vehiculos_text {
/*  background-image: url("resousers/main_catalog/vehiculo_front.png");*/
  display: flex;
  flex-direction: column;
  position: relative;
  padding: 40px;
  justify-content: flex-start;
  width: 40%;
   /* Necesario para que el pseudo-elemento se posicione correctamente */
}
.vehiculos_text h1{
  font-family: "Raleway",sans-serif;
  font-weight: 700;
  font-size: 50px;
  text-align: left;
}
.vehiculos_text p{
  text-align: left;
  font-size: medium;
}

.vehiculos_text button{
  background: #091d38;
  border: none;
  z-index: 1;
  color: white;
  overflow: hidden;
  position: relative;
  border-radius: 30px;
  height: 40px;
  width: 200px;
  font-family: "League Spartan",sans-serif;
  font-weight: 400;
  font-size: 20px;
}


.vehiculos_text button::after{
  position: absolute;
  content: "";
  width: 0;
  top: 0;
  left: 0;
  height: 100%;
  z-index: -1;
  background-color: #62B6CB;
  transition:  all 0.25s ease;
}

.vehiculos_text button:hover {
  color: #fff;
}
.vehiculos_text button:hover:after {
  left: 0;
  width: 100%;
}
.vehiculos_text button:active {
  top: 2px;
}

.vehiculos_esp::after{
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0; /* Asegura que el pseudo-elemento quede pegado al borde derecho */
  background-image: url("resousers/main_catalog/vehiculo_front.png");
  background-repeat: no-repeat;
  background-size: contain; /* Mantiene las proporciones de la imagen */
  background-position: right center; /* Coloca la imagen pegada al borde derecho */
  z-index: -10; /* Asegura que quede detrás del contenido */
  opacity: 0.3;
}

.img_veh{
  width:auto;
  height: 300px;  
}

.img_veh img{
  width: 100%;
}


.c_3{
  height: 100%;
  width: auto ;
  transform: scaleX(-1);
}

/*aeroespacial*/
.aero{
  display: flex;
  margin: 0%;
  height: auto ;
  width: 100%;
  overflow: hidden;
  justify-content: center;
  padding: 0%;
  position: relative;
  background-color: #EEF0EB;
  z-index: 100;
}

.cont_aero{
  width: 70%;
  display: flex;
  align-items: center;
  overflow: hidden;
  justify-content: center;
  flex-direction:row;
  flex-wrap: wrap;
  position: relative; /* Necesario para posicionar ::after */
}




.aero_text {
/*  background-image: url("resousers/main_catalog/vehiculo_front.png");*/
  display: flex;
  flex-direction: column;
  position: relative;
  padding: 40px;
  justify-content: flex-start;
  width: 45%;
   /* Necesario para que el pseudo-elemento se posicione correctamente */
}
.aero_text h1{
  font-family: "Raleway",sans-serif;
  font-weight: 700;
  font-size: 50px;
  text-align: left;
}
.aero_text p{
  text-align: left;
  font-size: medium;
}

.aero_text button{
  background: #091d38;
  border: none;
  z-index: 1;
  color: white;
  overflow: hidden;
  position: relative;
  border-radius: 30px;
  height: 40px;
  width: 200px;
  font-family: "League Spartan",sans-serif;
  font-weight: 400;
  font-size: 20px;
}


.aero_text button::after{
  position: absolute;
  content: "";
  width: 0;
  top: 0;
  left: 0;
  height: 100%;
  z-index: -1;
  background-color: #62B6CB;
  transition:  all 0.25s ease;
}

.aero_text button:hover {
  color: #fff;
}
.aero_text button:hover:after {
  left: 0;
  width: 100%;
}
.aero_text button:active {
  top: 2px;
}


.img_aero{

  width:55%;
  height: 100%;  
  transform: scaleX(-1);
  align-content: center;
}

.c_4{
  height: auto;
  width: 100% ;
  transform: scaleX(-1);
}


.tactico{
  display: flex;
  margin: 0%;
  height: 70vh ;
  width: 100%;
  overflow: hidden;
  justify-content: center;
  padding: 0%;
}

.cont_tactico{
  width: 70%;
  display: flex ; 
  align-items: center;
  overflow: hidden;
  justify-content: center;
}

.text_ctg2 {
  display: flex;
  flex-direction: column;
  position: relative;
  padding: 40px;
  justify-content: flex-start;
  width: 40%;
  height: fit-content;
   /* Necesario para que el pseudo-elemento se posicione correctamente */
}

.text_ctg2 h1{
  font-family: "Raleway",sans-serif;
  font-weight: 700;
  font-size: 50px;
  text-align: left;
}
.text_ctg2 p{
  text-align: left;
  font-size: medium;
}

.text_ctg2 button{
  background: #091d38;
  border: none;
  z-index: 1;
  color: white;
  overflow: hidden;
  position: relative;
  border-radius: 30px;
  height: 40px;
  width: 200px;
  font-family: "League Spartan",sans-serif;
  font-weight: 400;
  font-size: 15px;
}


.text_ctg2 button::after{
  position: absolute;
  content: "";
  width: 0;
  top: 0;
  left: 0;
  height: 100%;
  z-index: -1;
  background-color: #62B6CB;
  transition:  all 0.25s ease;
}


.text_ctg2 button:hover {
  color: #fff;
}
.text_ctg2 button:hover:after {
  left: 0;
  width: 100%;
}
.text_ctg2 button:active {
  top: 2px;
}

.img_tatico{
  width: auto; /* Ajusta este valor para que el contenedor sea más pequeño */
  height: 400px; /* Mantiene la proporción de la imagen */
  padding: 20px;
  align-content: center; /* Reduce el padding para dar más espacio a la imagen */ 
}

.img_tatico img{
  width: 100%;
}

.c_5{
  max-width: 100%; /* Asegura que la imagen no se salga de su contenedor */
  height: auto; 
}


/*VIEW MAIN CATALOGUES*/

.more{
  padding: 0%;
}
.view_main {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  color: #ffffff; /* Color del texto (por ejemplo, blanco) */
  padding: 0; /* Espaciado interno */
  width: 100%;   
  height: 50vh;
  background-image: url("resousers/catalogue/banner.jpg");
  background-position: left;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;  
}

.view_main::after{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0,0,0,0.60);
}

.text_more {
  position: relative;
  z-index: 100;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  margin-left: auto; /* Asegura que empuje el texto a la derecha */
  margin-right: 20px; /* Espacio adicional a la derecha */
  text-align: right;
}

.title_more{
  display: flex;
  justify-content: flex-end;
  width: 100%;
}


.text_more h1{
  font-family: "Runaway", sans-serif;
  font-weight: 700;
  font-size: 80px;
  text-align: flex;
}

}


/* Tabletas */
@media (max-width: 768px) {
  body {
    width: 100%;
}

.container_catalog_main {
  display: flex;
  align-items: center;
  color: #ffffff; /* Color del texto (por ejemplo, blanco) */
  padding: 0; /* Espaciado interno */
  width: 100%;   
  height: 100vh;
  background-image: url("resousers/catalogue/portada.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

.container_catalog_main::after{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0,0,0,0.60);
}

.text_title_catalog {
  position: relative;
  z-index: 100;
  align-items: center;
  width: 60%;
  margin-left: 40px;
  justify-content: center;
}

.text_title_catalog h1{
  font-family: "Runaway", sans-serif;
  font-weight: 700;
  font-size: 80px;
  text-align: left;
}
.camaras{
  display: flex;
  margin: 0%;
  height: auto ;
  width: 100%;
  overflow: hidden;
  justify-content: center;
  padding: 0%;
}

.cont_prod{
  width: 100%;
  display: flex ; 
  align-items: center;
  overflow: hidden;
  justify-content: center;
  margin: 0;
  padding: 0%;
}

.text_ctg {
  display: flex;
  flex-direction: column;
  position: relative;
  padding: 0px;
  justify-content: flex-start;
  width: 40%;
  margin: 0;
  padding: 0%; /* Necesario para que el pseudo-elemento se posicione correctamente */
}

.text_ctg h1{
  font-family: "Raleway",sans-serif;
  font-weight: 700;
  font-size: 40px;
  text-align: left;
}
.text_ctg p{
  text-align: left;
  font-size: small;
}

.text_ctg button{
  background: #091d38;
  border: none;
  z-index: 1;
  color: white;
  overflow: hidden;
  position: relative;
  border-radius: 30px;
  height: 40px;
  width: 200px;
  font-family: "League Spartan",sans-serif;
  font-weight: 400;
  font-size: 20px;
}


.text_ctg button::after{
  position: absolute;
  content: "";
  width: 0;
  top: 0;
  left: 0;
  height: 100%;
  z-index: -1;
  background-color: #62B6CB;
  transition:  all 0.25s ease;
}


.text_ctg button:hover {
  color: #fff;
}
.text_ctg button:hover:after {
  left: 0;
  width: 100%;
}
.text_ctg button:active {
  top: 2px;
}

.img_ctg {
  padding: 0;
  display: flex;
  width: 60%; /* Permite que el ancho se ajuste automáticamente */
  height: auto; /* Establece una altura fija */
  margin: 0px; /* Elimina el margen */
  background-color: transparent;
  padding: 10px;
}

.img_ctg img {
  max-width: 100%;
  padding: 10px; /* Asegura que la imagen no exceda el ancho de su contenedor */
  height: auto; 
}

/*vehiculos*/
.vehiculos_esp{
  display: flex;
  margin: 0%;
  height: auto ;
  width: 100%;
  overflow: hidden;
  justify-content: center;
  padding: 0%;
  position: relative;
  background-color: #EEF0EB;
  z-index: 100;
}

.cont_veh{
  width: 100%;
  display: flex;
  align-items: center;
  overflow: hidden;
  justify-content: center;
  flex-direction: row-reverse;
  flex-wrap: nowrap;
  position: relative; /* Necesario para posicionar ::after */
}




.vehiculos_text {
/*  background-image: url("resousers/main_catalog/vehiculo_front.png");*/
  display: flex;
  flex-direction: column;
  position: relative;
  padding: 40px;
  justify-content: flex-start;
  width: 40%;
   /* Necesario para que el pseudo-elemento se posicione correctamente */
}
.vehiculos_text h1{
  font-family: "Raleway",sans-serif;
  font-weight: 700;
  font-size: 35px;
  text-align: left;
}
.vehiculos_text p{
  text-align: left;
  font-size: small;
}

.vehiculos_text button{
  background: #091d38;
  border: none;
  z-index: 1;
  color: white;
  overflow: hidden;
  position: relative;
  border-radius: 30px;
  height: 40px;
  width: 200px;
  font-family: "League Spartan",sans-serif;
  font-weight: 400;
  font-size: 20px;
}


.vehiculos_text button::after{
  position: absolute;
  content: "";
  width: 0;
  top: 0;
  left: 0;
  height: 100%;
  z-index: -1;
  background-color: #62B6CB;
  transition:  all 0.25s ease;
}

.vehiculos_text button:hover {
  color: #fff;
}
.vehiculos_text button:hover:after {
  left: 0;
  width: 100%;
}
.vehiculos_text button:active {
  top: 2px;
}

.vehiculos_esp::after{
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0; /* Asegura que el pseudo-elemento quede pegado al borde derecho */
  background-image: url("resousers/main_catalog/vehiculo_front.png");
  background-repeat: no-repeat;
  background-size: contain; /* Mantiene las proporciones de la imagen */
  background-position: right center; /* Coloca la imagen pegada al borde derecho */
  z-index: -10; /* Asegura que quede detrás del contenido */
  opacity: 0.3;
}

.img_veh{
  width:auto;
  height: 200px;  
}

.img_veh img{
  width: 100%;
}


.c_3{
  height: 100%;
  width: auto ;
  transform: scaleX(-1);
}

/*aeroespacial*/
.aero{
  display: flex;
  margin: 0%;
  height: auto ;
  width: 100%;
  overflow: hidden;
  justify-content: center;
  padding: 0%;
  position: relative;
  background-color: #EEF0EB;
  z-index: 100;
}

.cont_aero{
  width: 100%;
  display: flex;
  align-items: center;
  overflow: hidden;
  justify-content: center;
  flex-direction:row;
  flex-wrap: wrap;
  position: relative; /* Necesario para posicionar ::after */
}




.aero_text {
/*  background-image: url("resousers/main_catalog/vehiculo_front.png");*/
  display: flex;
  flex-direction: column;
  position: relative;
  padding: 40px;
  justify-content: flex-start;
  width: 45%;
   /* Necesario para que el pseudo-elemento se posicione correctamente */
}
.aero_text h1{
  font-family: "Raleway",sans-serif;
  font-weight: 700;
  font-size: 35px;
  text-align: left;
}
.aero_text p{
  text-align: left;
  font-size: small;
}

.aero_text button{
  background: #091d38;
  border: none;
  z-index: 1;
  color: white;
  overflow: hidden;
  position: relative;
  border-radius: 30px;
  height: 40px;
  width: 200px;
  font-family: "League Spartan",sans-serif;
  font-weight: 400;
  font-size: 20px;
}


.aero_text button::after{
  position: absolute;
  content: "";
  width: 0;
  top: 0;
  left: 0;
  height: 100%;
  z-index: -1;
  background-color: #62B6CB;
  transition:  all 0.25s ease;
}

.aero_text button:hover {
  color: #fff;
}
.aero_text button:hover:after {
  left: 0;
  width: 100%;
}
.aero_text button:active {
  top: 2px;
}


.img_aero{

  width:55%;
  height: 100%;  
  transform: scaleX(-1);
  align-content: center;
}

.c_4{
  height: auto;
  width: 100% ;
  transform: scaleX(-1);
}


.tactico{
  display: flex;
  margin: 0%;
  height: 70vh ;
  width: 100%;
  overflow: hidden;
  justify-content: center;
  padding: 0%;
}

.cont_tactico{
  width: 100%;
  display: flex ; 
  align-items: center;
  overflow: hidden;
  justify-content: center;
}

.text_ctg2 {
  display: flex;
  flex-direction: column;
  position: relative;
  padding: 40px;
  justify-content: flex-start;
  width: 40%;
  height: fit-content;
   /* Necesario para que el pseudo-elemento se posicione correctamente */
}

.text_ctg2 h1{
  font-family: "Raleway",sans-serif;
  font-weight: 700;
  font-size: 35px;
  text-align: left;
}
.text_ctg2 p{
  text-align: left;
  font-size: small;
}

.text_ctg2 button{
  background: #091d38;
  border: none;
  z-index: 1;
  color: white;
  overflow: hidden;
  position: relative;
  border-radius: 30px;
  height: 40px;
  width: 200px;
  font-family: "League Spartan",sans-serif;
  font-weight: 400;
  font-size: 15px;
}


.text_ctg2 button::after{
  position: absolute;
  content: "";
  width: 0;
  top: 0;
  left: 0;
  height: 100%;
  z-index: -1;
  background-color: #62B6CB;
  transition:  all 0.25s ease;
}


.text_ctg2 button:hover {
  color: #fff;
}
.text_ctg2 button:hover:after {
  left: 0;
  width: 100%;
}
.text_ctg2 button:active {
  top: 2px;
}

.img_tatico{
  width: auto; /* Ajusta este valor para que el contenedor sea más pequeño */
  height: 400px; /* Mantiene la proporción de la imagen */
  padding: 20px;
  align-content: center; /* Reduce el padding para dar más espacio a la imagen */ 
}

.img_tatico img{
  width: 100%;
}

.c_5{
  max-width: 100%; /* Asegura que la imagen no se salga de su contenedor */
  height: auto; 
}


/*VIEW MAIN CATALOGUES*/

.more{
  padding: 0%;
}
.view_main {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  color: #ffffff; /* Color del texto (por ejemplo, blanco) */
  padding: 0; /* Espaciado interno */
  width: 100%;   
  height: 50vh;
  background-image: url("resousers/catalogue/banner.jpg");
  background-position: left;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  
}



.view_main::after{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0,0,0,0.60);
}

.text_more {
  position: relative;
  z-index: 100;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  margin-left: auto; /* Asegura que empuje el texto a la derecha */
  margin-right: 20px; /* Espacio adicional a la derecha */
  text-align: right;
}

.title_more{
  display: flex;
  justify-content: flex-end;
}


.text_more h1{
  font-family: "Runaway", sans-serif;
  font-weight: 700;
  font-size: 80px;
  text-align: flex;
}

}

@media (max-width:515px ){
  body {
    width: 100%;
}

  .view_main {
      background-image: url("resousers/catalogue/banner.jpg");
      background-position: center;
      background-size: cover;
      background-repeat: no-repeat;
      position: relative;
  }

  .view_main::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0,0,0,0.60);
  }

  .cont_veh{
    width:90%;
    flex-direction: column-reverse;
  }
  
  .vehiculos_text {
    display: flex;
    flex-direction: column;
    position: relative;
    padding: 20px;
    justify-content: flex-start;
    width: 100%;
     /* Necesario para que el pseudo-elemento se posicione correctamente */
  }
  .cont_aero{
    width: 90%;
    flex-direction:row;
  }

  .aero_text {
  width: 100%;
   /* Necesario para que el pseudo-elemento se posicione correctamente */
}


.img_aero{
  width:100%;
  height: fit-content;  
  transform: scaleX(-1);
}

.cont_tactico{
  width: 90%;
  display: flex ; 
  align-items: center;
  overflow: hidden;
  justify-content: space-between;
  flex-wrap: wrap;
}

.text_ctg2 {
  padding: 0%;
  justify-content: center;
  width: 100%; /*Necesario para que el pseudo-elemento se posicione correctamente */
}

.text_ctg2 h1{
  font-size: 50px;
  text-align: center;
}

.text_ctg2 p{
  text-align: center
}

.card{

  padding: 0%;
}

.card:before{
  content: '';
  display: block;
  padding-bottom: 0%;
  width: 100%;
}

.card__background{
  background-size: cover;
  background-position: center;
  border-radius: var(--spacing-l);
  bottom: 0;
  filter: brightness(0.75) saturate(1.2) contrast(0.85);
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform-origin: center;
 /* trasnsform: scale(1) translateZ(0);*/
  transition: 
    filter 200ms linear,
    transform 200ms linear;

  margin: 0%;
  padding: 0%;
}

.card:hover .card__background{
  transform: scale(1.01) translateZ(0);
}

.card-grid:hover > .card:not(:hover) .card__background{
  filter: brightness(0.5) saturate(0) contrast(1.2) blur(20px);
}

.card__content{
  left: 0;
  padding: var(--spacing-l);
  position: absolute;
  top: 0;
}

.text_more h1{
  font-family: "Runaway", sans-serif;
  font-weight: 700;
  font-size: 50px;
  text-align: flex;
}

}

/*NEWS*/
/* Mantén el código anterior */
.cont_slider{
  display: flex;
  justify-items: center;
  align-items: center;
  align-content: center;
  width: 100%;
  height: 100vh;
}


.slider-wrapper {
  position: relative;
  max-width: 100%;
  margin: 0;
}

.slider {
  display: flex;
  align-self: center;
  overflow-x: hidden; /* Oculta la barra de desplazamiento */
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  box-shadow: 0 1.5rem 3rem -0.75rem hsla(0, 0%, 0%, 0.25);
  width: 100%;
  height: 100vh;
  position: relative;
}

.slider img {
  scroll-snap-align: start;
  object-fit: cover;
  position: relative;
}

.cont_slider::after{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0,0,0,0.60);
}

.slider-nav {
  display: flex;
  gap: 1rem; /* Espaciado mayor para puntos más grandes */
  position: absolute;
  bottom: 10px; /* Ajusta la posición si es necesario */
  left: 50%;
  transform: translateX(-50%);
  z-index: 100;
}

.slider-nav a {
  width: 20px;  /* Aumenta el tamaño de los puntos */
  height: 20px; /* Aumenta el tamaño de los puntos */
  border-radius: 50%;
  background-color: white;
  opacity: 0.5;
  cursor: pointer;
  transition: opacity 0.3s;
}



.slider-nav a.active {
  opacity: 1; /* Para el punto activo */
}

/* Añadir el estilo de hover */
.slider-nav a:hover {
  opacity: 0.75;
}

.main_new{
  display: flex;
  width: 20%;
  height: 80%;
  background-color: white;
  border-radius: 10%;
}

/*CARDS NOTICIAS*/
