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

.wow {
  visibility: hidden;
}

body {
  line-height: 1.1;
  overflow-x: clip;
}

html {
  font-size: 10px;
  overflow-x: clip;
}

:root {
  /*movile*/
  --font-Lato: "Lato", sans-serif;
  --font-Arial: Arial, Helvetica, sans-serif;

  --font-opensans: "Open Sans", sans-serif;
  --font-Oswald: "Oswald", sans-serif;
  --font-Aller: "Aller", sans-serif;
  --font-Montserrat: "Montserrat", sans-serif;
  --font-Poppins: "Poppins", sans-serif;
  --font-Myriad: "Myriad Pro", sans-serif;

  /*
--font-Verdana: Verdana, sans-serif;
--font-Inter: "Inter", sans-serif;
--font-Myriad: "Myriad Pro", sans-serif;
--font-Baloo2: "Baloo 2", sans-serif;
--font-Roboto: "Roboto", sans-serif;
--font-Ubuntu: "Ubuntu", sans-serif;
--font-RobotoCondensed: "Roboto Condensed", sans-serif;
--font-BebasNeue: "Bebas Neue", sans-serif;
--font-AbrilFatface: "Abril Fatface", serif;
--font-Quicksand: "Quicksand", sans-serif;
--font-Nunito: "Nunito", sans-serif;
--font-LenguajeSpartan: "League Spartan", sans-serif;
--font-Quicksand: "Quicksand", sans-serif;
--font-JosefinSans: "Josefin Sans", sans-serif;
*/
}

.container {
  max-width: 1220px;
  margin: 0 auto;
  padding: 0 20px;
}

/*header*/

.main-header {
  position: relative;
  width: 100%;
}

.top-nav {
  background: #d60e3f;
  position: relative;
  z-index: 30;
  height: 110px;
}

.container-nav {
  max-width: 1220px;
  margin: 0 auto;
  padding: 0 20px;
  height: 100%;
}

.nav-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 100%;
}

.nav-logo {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}

.nav-logo-bg {
  position: relative;
  display: inline-block;
}

.nav-logo-bgimg {
  display: block;
  height: 305px;
  width: auto;
}

.nav-logo-img {
  position: absolute;
  top: 29.2%;
  left: 65.8%;
  transform: translate(-50%, -50%);
  height: 90px;
  width: auto;
  display: block;
}

.main-nav ul {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 0;
  margin-right: 245px;
}

.main-nav ul li a {
  font-family: var(--font-Poppins);
  font-size: 15px;
  font-weight: 400;
  color: #ffffff;
  text-decoration: none;
  padding: 0 28px;
  display: block;
  transition: opacity 0.2s;
  position: relative;
}

.main-nav ul li a:hover {
  opacity: 0.8;
}

.main-nav ul li.active a {
  font-weight: 700;
}

.main-nav ul li.active a::after {
  content: "";
  display: block;
  width: 17px;
  height: 4px;
  background: #ffffff;
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 2px;
}

.nav-separator {
  width: 1px;
  height: 49px;
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.5) 35%,
    rgba(255, 255, 255, 0.5) 65%,
    rgba(255, 255, 255, 0) 100%
  );
  flex-shrink: 0;
}

.header-bg {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 3.95;
  overflow: hidden;
  z-index: 2;
}

.hero-swiper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.hero-swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.hero-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  pointer-events: none;
}

.hero-content .container {
  position: relative;
  max-width: 1350px;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  padding-top: 30px;
  padding-bottom: 30px;
  gap: 20px;
}

.hero-nav {
  position: absolute;
  left: 35px;
  bottom: 25px;
  display: flex;
  gap: 8px;
  pointer-events: all;
}

.hero-nav-btn {
  width: 49px;
  height: 49px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.3);
  border: none;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.2s;
}

.hero-nav-btn:hover {
  background: rgba(255, 255, 255, 0.5);
}

.hero-nav-arrow {
  display: block;
  width: 11px;
  height: 18px;
}

.hero-right {
  pointer-events: none;
}

.hero-right img {
  display: block;
  max-width: 540px;
  width: 100%;
  height: auto;
}

.hero-pills {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  max-width: calc(174px * 3 + 8px * 2);
  gap: 8px;
  pointer-events: all;
}

.hero-pill {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 174px;
  height: 35px;
  flex-shrink: 0;
  background: #474646;
  border-radius: 20px;
  font-family: var(--font-Poppins);
  font-size: 12px;
  font-weight: 400;
  color: #ffffff;
  text-decoration: none;
  text-align: center;
  transition: background 0.2s;
  white-space: nowrap;
  padding: 0 10px;
}

.hero-pill:hover {
  background: #d60e3f;
}

/*top-footer*/

.top-footer {
  display: flex;
  align-items: stretch;
  min-height: 510px;
}

.top-footer-left {
  flex: 0 0 770px;
  background-color: #303030;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  gap: 20px;
  padding: 60px;
  padding-right: 150px;
}

.top-footer-logo {
  display: block;
  width: 288px;
  height: auto;
  margin-bottom: 6px;
}

.top-footer-text {
  max-width: 288px;
  color: #e3e3e3;
  font-family: var(--font-Poppins);
  font-size: 15px;
  font-weight: 400;
  line-height: 1.6;
}

.top-footer-text strong {
  font-weight: 700;
  color: #ffffff;
}

.top-footer-right {
  flex: 1;
  position: relative;
  background-image: url("../images/footer/bg.png");
  background-size: cover;
  background-position: center;
  padding: 80px 0;
  display: flex;
  align-items: center;
}

.top-footer-right .container {
  max-width: 850px;
  width: 100%;
  margin: 0;
  padding-left: 90px;
}

.top-footer-cols {
  display: flex;
  justify-content: space-between;
  gap: 90px;
}

.top-footer-col {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.top-footer-title {
  font-family: var(--font-Poppins);
  font-size: 30px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 13px;
}

.top-footer-item {
  display: block;
  color: #ffffff;
  text-decoration: none;
  font-family: var(--font-Poppins);
  font-size: 15px;
  font-weight: 400;
  line-height: 1.6;
  transition: opacity 0.2s;
}

.top-footer-item strong {
  font-weight: 700;
}

a.top-footer-item:hover {
  opacity: 0.8;
}

/*footer*/
.main-footer {
  background-color: #282828;
  padding: 32px 0;
}

.main-footer .container {
  max-width: 1300px;
  margin: 0 auto;
  padding: 15px;
}

.footer-content {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.main-footer .footer-separator {
  background: transparent;
}

.footer-privacy {
  color: #ffffff;
  text-decoration: none;
  transition: color 0.3s ease;
  cursor: pointer;
}

.footer-privacy:hover {
  opacity: 0.8;
}

.footer-left {
  order: 0;
}

.footer-left p {
  color: #ffffff;
  font-size: 11px;
  font-family: var(--font-Arial);
  margin: 0;
  text-align: left;
}

.footer-right {
  order: 0;
  display: flex;
  align-items: center;
  gap: 5px;
}

.footer-right span {
  color: #ffffff;
  font-size: 11px;
  font-family: var(--font-Arial);
}

.tecweb-logo {
  display: flex;
  align-items: center;
  gap: 5px;
  text-decoration: none;
}

.tecweb-logo img {
  height: 20px;
  width: auto;
}

.tecweb-logo span {
  color: #ffffff;
  font-size: 11px;
  font-family: Arial, sans-serif;
}

a#toTop {
  width: 40px;
  height: 40px;
  font-size: 16px;
  line-height: 40px;
  color: #fff;
  border-radius: 50%;
  position: fixed;
  background: #d60e3f;
  box-shadow: 0 0 3px 2px #fff;
  left: 40px;
  bottom: 65px;
  display: none;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  z-index: 20;
}

a#toTop::before {
  content: "\f077";
  font-family: FontAwesome;
  display: block;
  width: 100%;
  height: 100%;
  line-height: 40px;
  text-align: center;
}

/*inicio*/

#intro-1 {
  padding: 110px 0;
}

#intro-1 .container {
  max-width: 1310px;
  margin: 0 auto;
  padding: 0 20px;
}

#intro-1 .wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#intro-1 .col-left {
  max-width: 767px;
}

#intro-1 .titulo {
  font-family: var(--font-Poppins);
  font-size: 48px;
  font-weight: 700;
  text-transform: uppercase;
  color: #d71143;
}

#intro-1 .separador {
  width: 767px;
  height: 8px;
  background: #ececec;
  border-radius: 4px;
  margin: 16px 0;
}

#intro-1 .parrafo {
  font-family: var(--font-Poppins);
  font-size: 18px;
  font-weight: 400;
  color: #616161;
  line-height: 1.667;
}

#intro-1 .parrafo strong {
  font-weight: 700;
}

#intro-1 .logo-circutor {
  display: block;
  margin-top: 15px;
  height: auto;
}

#intro-1 .col-right {
  flex-shrink: 0;
}

#intro-1 .img-abc {
  display: block;
  max-width: 100%;
  height: auto;
}

#intro-2 .fondo {
  position: relative;
  padding: 140px 0;
  background-image: url("../images/inicio/bg-descarga.png");
  background-size: cover;
  background-position: center;
}

#intro-2 .container {
  position: relative;
  max-width: 1560px;
  margin: 0 auto;
  padding: 0 20px;
  z-index: 2;
}

#intro-2 .wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#intro-2 .col-left {
  position: relative;
}

#intro-2 .imagen-wrap {
  position: relative;
  padding: 0 40px;
}

#intro-2 .imagen {
  display: block;
  max-width: 100%;
  height: auto;
  border-radius: 20px;
}

#intro-2 .btn-descarga {
  position: absolute;
  right: -35px;
  bottom: -10px;
  height: auto;
  display: block;
}

#intro-2 .btn-descarga img {
  display: block;
  width: 100%;
  height: auto;
}

#intro-2 .col-right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0;
  padding-right: 110px;
}

#intro-2 .badge {
  width: 431px;
  height: 69px;
  background: #414141;
  border-radius: 45.35px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-Poppins);
  font-size: 21px;
  letter-spacing: -0.8px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 80px;
  text-align: center;
}

#intro-2 .guia {
  font-family: var(--font-Poppins);
  font-size: 90px;
  color: rgb(189, 95, 118);
  line-height: 0.8;
  font-weight: 800;
  letter-spacing: -5px;
  text-align: right;
  text-transform: uppercase;
}

#intro-2 .eficiencia {
  font-family: var(--font-Poppins);
  font-size: 32px;
  font-weight: 600;
  color: rgb(148, 7, 42);
  line-height: 1;
  letter-spacing: -1px;
  margin-bottom: 10px;
  text-align: right;
}

#intro-2 .gratis {
  font-family: var(--font-Poppins);
  font-size: 72px;
  color: rgb(50, 50, 50);
  line-height: 1;
  font-weight: 100;
  letter-spacing: -5px;
  text-align: right;
  text-transform: uppercase;
}

#intro-3 {
  padding: 120px 0 80px;
}

#intro-3 .container {
  max-width: 1310px;
  margin: 0 auto;
  padding: 0 20px;
}

#intro-3 .texto {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

#intro-3 .parrafo {
  font-family: var(--font-Poppins);
  font-size: 18px;
  font-weight: 400;
  color: #474646;
  line-height: 1.7;
}

#intro-3 .parrafo strong {
  font-weight: 700;
}

#intro-3 .galeria {
  display: flex;
  width: 100%;
  gap: 30px;
  padding: 0 30px;
  margin-top: 120px;
}

#intro-3 .imagen {
  display: block;
  width: 100%;
  height: 336px;
  object-fit: cover;
  border-radius: 63px;
}

/*circutor*/

#circutor-1 {
  padding: 50px 65px;
}

#circutor-1 .iframe {
  display: block;
  width: 100%;
  height: 2590px;
  border: 0;
}

#circutor-2 {
  background-color: #454545;
  padding: 48px 0;
}

#circutor-2 .container {
  max-width: 1220px;
  margin: 0 auto;
  padding: 0 20px;
}

#circutor-2 .rectangulo {
  width: 1032px;
  height: 122px;
  max-width: 100%;
  background-color: #373737;
  border-radius: 61px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
}

#circutor-2 .titulo {
  font-family: var(--font-Poppins);
  font-size: 48px;
  font-weight: bold;
  letter-spacing: -0.8px;
  color: rgb(228, 228, 228);
  line-height: 0.75;
  text-align: center;
}

#circutor-2 .boton {
  width: 317px;
  height: 64px;
  background-color: #5f5f5f;
  border: 1px solid #ffffff;
  border-radius: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-Poppins);
  font-size: 24px;
  color: rgb(255, 255, 255);
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
}

/*contacto*/

#contact-1 {
  padding: 134px 0 110px;
}

#contact-1 .container {
  max-width: 1330px;
  margin: 0 auto;
  padding: 0 20px;
}

#contact-1 .titulo {
  font-family: var(--font-Poppins);
  font-size: 48px;
  font-weight: 800;
  color: #d71143;
  text-align: center;
  text-transform: uppercase;
  line-height: 1.2;
}

#contact-1 .subtitulo {
  font-family: var(--font-Poppins);
  font-size: 18px;
  font-weight: 400;
  color: #616161;
  letter-spacing: -0.5px;
  text-align: center;
  margin-top: 30px;
}

#contact-1 .formulario {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

#contact-1 .fila {
  display: flex;
  gap: 5px;
}

#contact-1 .campo {
  flex: 1;
  height: 68px;
  border: 1px solid #b8b8b8;
  border-radius: 12px;
  padding: 0 28px;
  font-family: var(--font-Poppins);
  font-size: 14px;
  color: #5a5a5a;
}

#contact-1 .mensaje {
  width: 100%;
  height: 202px;
  border: 1px solid #b8b8b8;
  border-radius: 12px;
  padding: 33px 28px;
  font-family: var(--font-Poppins);
  font-size: 14px;
  color: #5a5a5a;
  resize: none;
  margin-bottom: 10px;
}

#contact-1 .captcha {
  display: flex;
  justify-content: center;
}

#contact-1 .botones {
  display: flex;
  justify-content: center;
  gap: 10px;
}

#contact-1 .btn-borrar,
#contact-1 .btn-enviar {
  width: 104px;
  height: 42px;
  border: none;
  border-radius: 22px;
  background-color: #94072a;
  color: #ffffff;
  font-family: var(--font-Arial);
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
  margin-top: 10px;
}

#contact-2 {
  background-color: #f9f9f9;
  padding: 70px 0;
}

#contact-2 .container {
  max-width: 1250px;
  margin: 0 auto;
  padding: 0 20px;
}

#contact-2 .tarjetas {
  display: flex;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
}

#contact-2 .tarjeta {
  width: 375px;
  height: 158px;
  background-color: #ffffff;
  border-radius: 37.42px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

#contact-2 .nombre {
  font-family: var(--font-Poppins);
  font-size: 24px;
  font-weight: 800;
  color: #94072a;
  line-height: 0.8;
  text-align: center;
}

#contact-2 .puesto {
  font-family: var(--font-Poppins);
  font-size: 18px;
  font-weight: 300;
  color: #5a5959;
  margin-bottom: 5px;
  text-align: center;
}

#contact-2 .correo {
  font-family: var(--font-Poppins);
  font-size: 18px;
  font-weight: 700;
  color: #424242;
  text-align: center;
}

#contact-3 {
  background-color: #94072a;
  padding: 45px 0;
}

#contact-3 .container {
  max-width: 1220px;
  margin: 0 auto;
  padding: 0 20px;
}

#contact-3 .direccion {
  font-family: var(--font-Poppins);
  font-size: 18px;
  font-weight: 400;
  color: #ffffff;
  line-height: 1.667;
  text-align: center;
}

#contact-3 .direccion .icon-ubi {
  width: 30px;
  height: auto;
  vertical-align: middle;
  margin-right: 10px;
}

#contact-4 .mapa {
  display: block;
  width: 100%;
  height: 680px;
  border: 0;
}
