* {
  text-decoration: none;
  --color--w: #fff;
  --color--b:#000;
  --color--1: #2eb9a2;
  --color--2: #282C48;
  --color--3: #385DAF;
  --color--4: #ccc;
  --color--5: #eeeeee;
  --color--6: #363c63;
  --font-open:  "Open Sans";
  --font--roboto:  "Roboto";
}
a {
  text-decoration: none!important;

}
b{
  color: var(--color--2);
}
body {
  font-family: "Open Sans";
}
header .d-flex {
  align-items: start;
  align-content: start;
}
.header_logo {
  width: 120px;
  margin-top: 10px;
}
header {
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  padding-bottom: 8px ;
}


nav .nav-link {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  padding-top: 10px;
}
nav .nav-link:hover,
nav .nav-link.active:hover,
.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
  color: var(--color--1);
}
.activeLink{
  color: var(--color--1)!important;

}
.header_users {
  color: var(--color--1);
  font-size: 13px;
  text-transform: uppercase;
  margin-left: 40px;
  float: right;
}
.header_users a {
  color: var(--color--2);
  font-weight: 600;
  margin-right: 10px;
}
.header_users i {
  color: var(--color--1);
  border-radius: 90px;
  font-size: 14px;
}

.header_users a:hover {
  color: var(--color--1);
}
header.fixed {
  backdrop-filter: blur(3px);
  /* Ajusta el valor de difuminado según tu preferencia */
  -webkit-backdrop-filter: blur(3px);
  /* Soporte para navegadores basados en WebKit */
  position: fixed;
  background-color: rgba(245, 245, 245, 0.97);
  width: 100%;
  z-index: 99999999999999999999999999999;
  height: 45px;
}

header.fixed .header_logo {
  width: 100px;
  margin-top: 5px;
}

header.fixed .nav-link,
header.fixed .header_users a {
  padding: 5px;
}

header.fixed .nav-link:hover,
header.fixed .header_users a:hover {
  color: var(--color--1);
}
header.fixed .cls-3 {
  fill: #fff;
}

.hero {
  min-height:90vh;
}
.carousel-item{
  padding-bottom: 20vh;
  background-size: cover;
   min-height:90vh;
  background-position: center;
}
.carousel-item h4{
  line-height: 34px;
  font-weight: 400;
}
.carousel-item-2{
  background-image: url("../img/tecno.jpg"); 
}
.carousel-item-1{
  background-image: url("../img/procesos.jpg"); 
}
.carousel-item-3{
  background-image: url("../img/mantenimiento.jpg"); 
}
.carousel-item-4{
  background-image: url("../img/personal.jpg"); 
}
.carousel-item-5{
  background-image: url("../img/asesoramiento.jpg"); 
}
.carousel-control-prev:hover,
.carousel-control-next:hover{
background-color: transparent !important;

border: 0px!important;
color:#000!important;
}
.carousel-control-prev-icon, .carousel-control-next-icon{
  background-color: rgba(0,0,0,0.3)!important;
  border-radius: 10%!important;
  padding: 10px!important;
}
.carousel-control-prev-icon:hover, .carousel-control-next-icon:hover{
  padding: 20px!important;
  border-radius: 10%!important;
  background-color: rgba(0,0,0,0.5)!important;
}
.carousel-indicators [data-bs-target]{
  width: 20px!important;
  height: 20px!important;
  background-color: rgba(0,0,0,0.5)!important;
  border-radius: 30%!important;
  margin:0 5px!important;
}
.hero h2 {
  font-family: "Lato", serif;
  font-weight: 600;
  font-style: normal;
  font-size: 60px;
}
.hero p {
  line-height: 30px;
  margin: 20px 0px;
}
.hero_img {
  width: 500px;
  animation: heroImg 10s alternate infinite;
}
button {
color: #fff;
background-color:var(--color--3);
   border: 1px solid var(--color--3);
  border-radius: 12px!important;
  padding: 10px 20px;
  font-weight:600;
}
button:hover {
 color: var(--color--2);
 background-color: white;
  border: 1px solid var(--color--1);
}
#frase{
  min-height:20vh;
  background: #fff;
  color: var(--color--b);
  padding-top: 40px;
  padding-bottom: 70px;
  text-align: center;
  border-radius:30px;
  position: relative;
  top: -20px;
  font-family: "Noto Sans TC", serif;

}
#frase h2 {
  color: var(--color--2);
  font-size: 26px;
  font-weight: 500;
  line-height: 35px;
}
#frase span {
  color: var(--color--3);
  font-weight: 700;
}
.frase_h2{
  opacity: 0;
  position: relative;
  top:60px;
  transition: all 1s ease;
}
.frase_active{
  position: relative;
  top: 10px;
  opacity: 1;
}

.cls-2 {
  fill: none;
  stroke: var(--color--1);  
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 0px;

}

#city{
  width:700px
}

.planes {
  padding: 0px;
  background: var(--color--w);
  background-image: url("../img/bg-vh.webp");
  background-size: 105%;
  background-position: center -190px;
  background-repeat: no-repeat;
  color: var(--color--b);
}
.planes_text {
  margin-top: 80px;
  font-family: var(--font--roboto) ;
}
.planes_text p {
  line-height: 40px;
  font-size: 21px;
}
.planes_text h2 {
  font-size: 51px;
}
.planes_text span {
  color: var(--color--1);
}
.planes_text i {
  font-size: 21px;
  padding: 7px 9px;
  border-radius: 90px;
  margin-right: 10px;
  background:var(--color--3);
  color: var(--color--w);
  
}
.planes_img {
   width:500px;
  height: auto;
  position: relative;
  left:-1170px;
  transition: all 1s ease;
}
#costos {
    gap: 30px; 
    background-color: #f5f5f5; /* fallback for old browsers */
 padding: 80px 0px;
    background-size: 100% ;
    background-position: 0px -350px;
    background-repeat: no-repeat;
    min-height: 60vh;
}
#costos img{
  border-radius: 10px;
}
.line{
  width: 40px;
  padding-top: 15px;
  height: 0px;
  margin-bottom:10px;
  border-bottom: 3px solid var(--color--1);
}
.line2{
  width: 40px;
  padding-bottom: 15px;
  height: 0px;
  margin:10px auto;
  border-top: 3px solid var(--color--1);
}
.costos_container {
    display: flex;
    flex-direction: column; 
    justify-content: space-between; 
    max-width: 500px;
    padding: 30px;
    background-color: #ddd;
    color: #fff;
     border-radius:30px;
    position: relative;
    top: 20px;
    border: 2px solid transparent;

}

.costos-text{
    min-height: 380px;

}
.precio {
    margin: 0 auto; 
    text-align: center;
    background-color: #fff;
    padding: 20px 10px;
    max-width: 60%;
    border-radius: 10px;
    color: var(--color--4);
    font-weight: 800;
    font-family: "Roboto";
}
#costos .costos_container_active {
  background-color: var(--color--2);
  transition: all 1.3s ease;
}
#costos a:nth-child(2) .costos_container_active {
  background-color: var(--color--1);
}
#costos  a:nth-of-type(1):hover .costos_container{
    background-color: var(--color--b); 
    border: 2px solid var(--color--w);

}
#costos  a:nth-of-type(2):hover .costos_container{
    background-color: var(--color--b); 
    border: 2px solid var(--color--1);

}
.costos_container h4 {
  margin-bottom: 30px;
  font-size: 31px;
  font-weight: 600;
}
#costos p {
  font-size: 15px;
  line-height: 25px;
}
.costos_container i {
  margin-right: 8px;
}

.precio h3{
    margin: 0px;

}
.precio span{
    font-size: 11px;
    color:var(--color--2);
    margin-top: -20px;
}

.servicios {
  padding: 70px 0px;
  background: var(--color--w);
 min-height: 50vh;
  color: var(--color--b);
}
.servicio{
  padding: 70px 0px;
}
.servicio i{
  font-size: 45px;
  color: var(--color--2);
  border-radius: 10px;
  padding: 10px 15px;
  border: 0px solid #eee;
}
.servicios button {
  color: #fff;
  background-color:var(--color--3);
     border: 0px solid var(--color--3);
    border-radius: 12px!important;
    padding: 10px 20px;
    font-weight:600;
  }
  .servicios button:hover {
   color: var(--color--2);
   background-color: white;
    border: 1px solid var(--color--1);
  }
  .servicios_inf {
    min-height: 50vh;
    padding: 20px 0;
}

.servicios_inf .rigth h4 {
    width:25vw;
    font-size: 1rem;
    position: relative;
    z-index: 90;
    line-height: 24px;
    text-align: right; /* Alinea el texto dentro del h4 */
    margin-left: auto; /* Empuja el h4 a la derecha */
    display: block; /* Asegura que respete el ancho */
}

.servicios_inf .left h4 {
  width:25vw;
  font-size: 1rem;
  position: relative;
  z-index: 90;
  line-height: 24px;
  text-align: left; /* Alinea el texto dentro del h4 */
  margin-right: auto; /* Empuja el h4 a la derecha */
  display: block; /* Asegura que respete el ancho */
}





.servicios_inf h4 strong {
    display: block;
    font-size: 1.3rem;
    color: var(--color--2);
}

#infografia {
    position: relative;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center; /* Centra los elementos */
    padding-bottom: 40px ;
}

#infografia_img {
    position: absolute;
    z-index: 30;
    top: 45%;
    left: 50%;
    width: 40vw; /* Tamaño dinámico */
    max-width: 440px;
    transform: translate(-50%, -50%);
}

#infografia_img img {
    display: block;
    max-width: 100%;
}

/* Ajuste de las columnas */
#infografia .left,
#infografia .rigth {
    width: calc(50% - 200px);
    text-align: left;
    padding: 20px;
    background-color: #eee;
}
#infografia .rigth{
  text-align: right;
}
/* Espacio central */
#infografia .gap {
    width: 400px;
}

/* Quitar fondo en ciertos elementos */
#infografia div:nth-of-type(4),
#infografia div:nth-of-type(6) {
    background-color: transparent !important;
}

.contacto{
  background-color: #fff; /* fallback for old browsers */
box-shadow: 0px 0px 10px 0px #0000001a;
  background-size: 340px auto;
  padding: 40px 0px;
  border-top: 1px solid #eee;
}
.contacto_container {
  background-color: #fff;
  padding: 20px;
  max-width: 80%;
  margin: 0 auto;
  border-radius:20px;
}
.contacto_container i{
color: var(--color--2);
font-size: 21px;
}
.text-contacto{
  color: var(--color--3);
  font-size:15px;
  }
  #contacto h2 {
    color: var(--color--2);
    }
#contacto span{
      color: var(--color--2);
      font-size: 13px;
      }
    .contacto_container:hover{
      background-color: var(--color--2);
    }
    #contacto:hover #contacto h2 {
      color: #fff!important;
    }
    #contacto:hover #contacto .text-contacto {
      color: #fff!important;
    }
    .contacto_container:hover h2, .contacto_container:hover span {
      color: #fff!important;
  }
footer{
    min-height: 60px;
    text-align: center;
color: #fff;
background-color: var(--color--b);
    padding-bottom: 20px;
}
.footer_logo{
    width: 140px;
    margin-top: 20px;
    padding-top: 20px;
}


.footer_logo .cls-1{
    animation: none;
}
footer p{
    font-size: 13px;
    color: var(--color--w);
    margin-top: 10px;
}
.dev a{
  color: #fdf;
  font-weight: 800;

}
.dev a:hover{
  color: rgb(156, 156, 156);

}
.diferenciales_img{
width:100%
; border-radius: 10px;
}
.nosotros_diferenciales_img{
  width: 150px
}
.portada{
  width: 100%;
  height: 130px;
  background-size: cover;
}
.portada_title{
  color: var(--color--2);
  text-align: left;
  padding-top: 30px;
  z-index: 9999;
  position: relative;
  font-size: 40px;
}
.internas{
  min-height: 60vh;
  padding-bottom: 40px;
}
.layauot{
  background: #ffff;
  width: 100%;
  position: absolute;
  top: 60px;
  height: 130px;
  opacity: 0.7;
  z-index: 9;
}
.navbar-collapse{
  z-index: 99999999999999999999999999999!important;
}
.titles{
  color: var(--color--3);

}
.titles i{
  margin-right: 10px;
}
.parrafos{
  font-size: 18px;
  line-height: 32px;
}

#contacto button {
color: #fff;
background-color:var(--color--3);
   border: 1px solid var(--color--3);
  border-radius: 12px!important;
  padding: 10px 20px;
  font-weight:600;
}
#contacto button:hover {
 color: var(--color--2);
 background-color: white;
  border: 1px solid var(--color--1);
}
#contacto textarea{
 min-height: 160px;
}

.st0 {
  fill:  rgba(216, 216, 216, 0.5);

}

.st0, .st1, .st2, .st3 {
  stroke: #eee;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.75px; 
}

.st4 {
  fill: url(#Degradado_sin_nombre_92);
}

.st4, .st5, .st6, .st7 {
  mix-blend-mode: multiply;
}

.st8 {
  fill: #eee;
}

.st1 {
  fill: #eee;
}

.st2 {
  fill:  rgba(91, 127, 126, 1);
}

.st3 {
  fill: #eee;
}

.st9 {
  isolation: isolate;
}

.st5 {
  fill: url(#Degradado_sin_nombre_91);
}

.st6 {
  fill: url(#Degradado_sin_nombre_9);
}

.st7 {
  fill: url(#Degradado_sin_nombre_93);
}
.s13{
  fill: var(--color--2);
}
.mapa{
  background: #eee;
  background-image: url("../img/fondomapa.webp");
  background-size: 120%;
  background-position: center;
  background-repeat: no-repeat;
  padding-top:15px ;
  padding-bottom: 30px;
  min-height:35vw;
}
.mapaSVG{
  width: 24vw;
  opacity: 0;
}
.marcadores{
  opacity: 0;
  transform: translateX(50px);
}
.opacity{
  animation: opacity 2s ease-in-out forwards;

}
.marcadoresAnima{
  animation: mapa 1s ease-in-out forwards;
  animation-delay: 0.5s;
}
.mapaSVG.st2.opacity{
  animation-delay: 2.5s;
}

.mapa_text p {
  line-height: 31px;
  font-size: 18px;
  font-weight: 500;
}
.mapa_text h2 {
  color: var(--color--2);
  font-size: 38px;
  font-weight:700;

}



/***** RESPONSIVE STYLES *****/


/* Responsividad para pantallas pequeñas */
@media screen and (max-width: 1290px) {
  #infografia_img {
    width: 63vw;
    max-width: 500px;
    top: 47%;
}
.planes_img {
  left: -1410px;
}
.planes {
  background-size: 145%;
}

.mapa{
  background-size: 220%;
  min-height: 60vh;
}
.mapaSVG{
  width: 25vw;
}
}
  @media screen and (max-width: 1027px) {
    #infografia {
      flex-direction: column;
      align-items: center;
      text-align: center;
      background-color: #fff;

  }

  #infografia .left,
  #infografia .rigth {
      width: 100%;
      text-align: center;
      padding: 15px;
      background-color: #fff;
  }

  #infografia_img {
      width: 45vw;
      max-width: 500px;
      top: 50%;
  }

  #infografia .gap {
      width: 100%;
      height: 20px;
      background-color: #fff;

  }
  .planes_img {
    left: -1380px;
  }
  .planes {
    background-size: 145%;
}


.mapa_text h2{
margin-top:0px!important
}

.mapa{
  background-size: 220%;
  min-height: 50vh;
}
}
@media screen and (max-width: 968px) {

.servicios_inf .left h4,.servicios_inf .rigth h4 {
  width: 70vw;
  font-size: 1rem;
  position: relative;
  z-index: 90;
  line-height: 24px;
  text-align: center;
  margin: 15px auto;
  display: block;
}
.planes {
  background-size: 185%;
}
.mapa{
  background-size: 220%;
  min-height: 40vh;
}
.mapaSVG{
  width: 33vw;
}
}

@media screen and (max-width: 768px) {

  #infografia_img {
    width: 65vw;
    max-width: 500px;
    top: 50%;
}
  .servicios_inf h4 {
      font-size: 0.9rem;
      line-height: 22px;
  }

  .servicios_inf h4 strong {
      font-size: 1.1rem;
  }

  .header_logo {
    width: 100px;
  }
  .hero{
    min-height: 70vh;
  }
  .carousel-item{
    padding-bottom: 10vh;
     min-height:70vh;
  }
  .carousel-control-next, .carousel-control-prev{
    opacity: 0!important;
  }
  .hero h2 {
    font-size: 36px;
  }
  .hero_img {
    width: 300px;
  }
  .planes_img {
    width: 260px;
    left: -2080px;
    height: auto;
    margin-top: -60px;
  }
  #costos p {
    font-size: 18px;
    line-height: 25px;
}
  .header_users {
    margin-left: 10px;
    font-size: 12px;
  }
  nav .nav-link {
    font-size: 12px;
    padding-top: 5px;
  }
  .navbar-collapse {
    background-color: var(--color--w);
    padding: 10px;
    border-radius: 10px;
  }
  .navbar-toggler{
    font-size: 14px!important;
  }
.planes {
  padding: 0px;
  background: var(--color--w);
  background-image: url("../img/bg-vh.webp");
  background-size: cover;
  background-position: center 60px;
  background-repeat: no-repeat;
  color: var(--color--b);
}

.planes_text {
  margin-top: -60px;
  font-family: var(--font--roboto) ;
}
.planes_text p {
  line-height: 23px;
  font-size: 18px;
}
.planes_text h2 {
  font-size: 21px;
}
.servicio{
  padding: 10px 0px;
}
form .w-50{
  width: 100%!important;
}
#city{
  width:70vw
}

.servicios_inf .left h4,.servicios_inf .rigth h4 {
  width: 90vw;
  font-size: 1rem;
  position: relative;
  z-index: 90;
  line-height: 24px;
  text-align: center;
  margin: 15px auto;
  display: block;
}
.mapa_container{
  display: flex;
}

.mapa_text{
  order: 1;
}
.mapaSVG{
  order: 2;
}

.mapaSVG{
  width: 90vw;

}
}

@media (max-width: 540px) {
  #city{
    width: 100%;
  }	
  .header_logo {
    width: 80px;
  }
  .hero h2 {
    font-size: 24px;
  }
  .hero_img {
    width: 200px;
  }

  .header_users {
    font-size: 10px;
  }
  .header_users a {
    margin-right: 5px;
  }
  .portada_title {
    font-size: 28px;
  }
  .internas {
    padding-bottom: 20px;
 
  }
  #infografia_img {
    width: 95vw;
    max-width: 500px;
    top: 50%;
}
.portada-contacto{
  background-position:0px !important;
   background-repeat: no-repeat!important;
}
.carousel-item-2{
  background-image: url("../img/tecno.jpg"); 
  background-position: -400px 0px;

}
.carousel-item-1{
  background-image: url("../img/procesos.jpg"); 
  background-position: -280px 0px;
}
.carousel-item-3{
  background-image: url("../img/mantenimiento.jpg"); 

  background-position: -370px 0px;

}
.carousel-item-4{
  background-image: url("../img/personal.jpg"); 
}
.carousel-item-5{
  background-image: url("../img/asesoramiento.jpg"); 
}
.mapa{
  background: #eee;
  background-image: url("../img/fondomapa.webp");
  background-size: 320%;
  background-position: center;
  background-repeat: no-repeat;
  padding-top:45px ;
  min-height:100vh;

}
.mapa_container{
  display: flex;
  flex-direction: column;
}
.mapaSVG{
  width: 95%;
  opacity: 0;
  margin: 0 auto;
}
.mapa_text{
  order: 1;
}
.mapaSVG{
  order: 2;
}
.mapa_text p {
  line-height: 31px;
  font-size: 18px;
  font-weight: 500;
}
.mapa_text h2 {
  color: var(--color--2);
  font-size: 38px;
  font-weight:700;
  margin-top:10px!important

}
}

@media screen and (max-width: 348px) {
  .planes_img {
      width: 200px;
      left: -2080px;
      height: auto;
      margin-top: -30px;
  }
}

