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

.wow {
  visibility: hidden;
}

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

html {
  font-size: 10px;
}

: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-Poppins: "Poppins", sans-serif;
--font-Montserrat: "Montserrat", 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: 1060px;
  margin: 0 auto;
  padding: 0 20px;
}

.main-header {
  background: #ffffff;
  width: 100%;
}

.header-route::before {
  content: '';
  display: block;
  width: 100%;
  height: 10px;
  background: linear-gradient(
    to bottom,
    #000000 0px,
    #000000 5px,
    #ffffff 5px,
    #ffffff 8px,
    #000000 8px,
    #000000 10px
  );
}

.header-route::after {
  content: '';
  display: block;
  width: 100%;
  height: 10px;
  background: linear-gradient(
    to bottom,
    #000000 0px,
    #000000 2px,
    #ffffff 2px,
    #ffffff 5px,
    #000000 5px,
    #000000 10px
  );
}

.header-top {
  padding: 55px 0 15px;
}

.header-top-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.header-top-inner a {
  text-decoration: none;
  color: inherit;
  display: contents;
}

.header-tagline {
  font-family: var(--font-Arial);
  font-size: 29px;
  font-style: italic;
  letter-spacing: -0.8px;
  font-variant: small-caps;
  color: #000000;
  font-weight: 700;
  text-align: left;
  line-height: 1;
  margin-left: 0;
  flex: 0 0 310px;
}

.header-brand {
  text-align: center;
  flex: 1;
}

.header-logo-img {
  height: 121px;
  width: auto;
  display: block;
  margin: 0 auto;
  position: relative;
  top: 0;
}

.header-subtitle {
  font-family: var(--font-Arial);
  font-size: 29px;
  font-weight: 800;
  font-style: italic;
  font-variant: small-caps;
  color: #000000;
  text-align: center;
  margin-top: 0;
  letter-spacing: -0.8px;
}

.header-mid {
  padding: 37px 0 14px;
}

.header-mid .container {
  max-width: 930px;
}

.header-mid-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header-badge {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 2px solid #3a3a3a;
  box-shadow:
    0 0 0 4px #ffffff,
    0 0 0 7px #454545;
  border-radius: 45px;
  padding: 3px 22px;
  width: 243px;
  cursor: pointer;
}

.header-tagline--right {
  padding-left: 10px;
}

.tagline-indent {
  display: inline-block;
  margin-left: 110px;
}

.tagline-indent-sm {
  display: inline-block;
  margin-left: 5px;
}

.badge-label {
  font-family: var(--font-Arial);
  font-size: 30px;
  font-style: italic;
  font-variant:small-caps ;
  font-weight: 800;
  color: #000000;
  display: block;
  line-height: 1;
}

.badge-year {
  font-size: 22px;
  font-weight: 700;
  display: block;
  line-height: 1.2;
}

.header-services {
  padding: 12px 0;
}

.header-services-text {
  font-family: var(--font-Arial);
  font-size: 60px;
  font-weight: 600;
  text-align: center;
  color: #000000;
  font-variant: small-caps;
  margin-top: 8px;
  letter-spacing: -3px;
  word-spacing: 15px;
}

.header-route {
  background: #ffffff;
  padding: 2px 0 14px;
}

.header-route-text {
  font-family: var(--font-Arial);
  font-size: 48px;
  font-weight: 600;
  font-variant: small-caps;
  color: #000000;
  text-align: center;
  line-height: 1.1;
  letter-spacing: -.8px;
  padding: 14px 0;
}

/*top-footer*/
.top-footer a {
  text-decoration: none;
  color: inherit;
}

.top-footer-phones a {
  transition: opacity 0.2s ease;
}

.top-footer-phones a:hover {
  opacity: 0.85;
}

.top-footer {
  background: #ffffff;
}

.top-footer-contact {
  padding: 0;
}

.top-footer-contact::before {
  content: '';
  display: block;
  width: 100%;
  height: 10px;
  background: linear-gradient(
    to bottom,
    #000000 0px,
    #000000 2px,
    #ffffff 2px,
    #ffffff 5px,
    #000000 5px,
    #000000 10px
  );
}

.top-footer-contact::after {
  content: '';
  display: block;
  width: 100%;
  height: 10px;
  background: linear-gradient(
    to bottom,
    #000000 0px,
    #000000 5px,
    #ffffff 5px,
    #ffffff 8px,
    #000000 8px,
    #000000 10px
  );
}

.top-footer-contact .container {
  max-width: 1040px;
}

.top-footer-contact-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 57px 0;
}

.top-footer-email {
  display: flex;
  align-items: center;
  gap: 5px;
}

.top-footer-email-icon {
  width: 38px;
  height: auto;
}

.top-footer-email span {
  font-family: var(--font-Arial);
  font-size: 28px;
  font-weight: 700;
  color: #000000;
}

.top-footer-web {
  border: 1px solid #131313;
  box-shadow: 0 0 0 4px #ffffff, 0 0 0 8px #131313;
  border-radius: 8px;
  padding: 8px 22px;
}

.top-footer-web span {
  font-family: var(--font-Arial);
  font-size: 28px;
  font-weight: 700;
  color: #000000;
}

.top-footer-cta {
  padding: 30px 0 44px;
  text-align: center;
}

.top-footer-slogan {
  font-family: var(--font-Arial);
  font-size: 44px;
  font-weight: 700;
  font-variant: small-caps;
  color: #2f2f2f;
  line-height: 1.182;
  margin-bottom: 22px;
  letter-spacing: -0.8px;
}

.top-footer-phones {
  display: inline-block;
  background: rgb(142, 123, 37);
  border: 3px solid #000000;
  border-radius: 24px;
  padding: 12px 36px;
}

.top-footer-phones span {
  font-family: var(--font-Arial);
  font-size: 48px;
  font-weight: 700;
  font-variant: small-caps;
  color: #ffffff;
  letter-spacing: -3px;
  display: inline-block;
  transform: scaleY(1.354);
}

.top-footer-phones .phone-sep {
  margin: 0 30px;
}

/*footer*/
.main-footer {
  background-color: #2d2d2d;
  padding: 40px 0;
}

.main-footer .container {
  max-width: 1320px;
  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;
}

#whatsapp-btn {
  position: fixed;
  left: 40px;
  bottom: 115px;
  display: block;
  z-index: 20;
}

#whatsapp-btn img {
  width: 75px;
  height: 75px;
}

a#toTop {
  width: 40px;
  height: 40px;
  font-size: 16px;
  line-height: 40px;
  color: #fff;
  border-radius: 50%;
  position: fixed;
  background: #967c13;
  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;
}

/*intro-1*/

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

#intro-1 .container {
  max-width: 1200px;
}

#intro-1 .block {
  margin-bottom: 32px;
}

#intro-1 .heading {
  background: rgb(142, 123, 37);
  border: 3px solid #000000;
  border-radius: 24px;
  padding: 10px 30px;
  text-align: center;
  margin: 0 auto 30px;
  max-width: 889px;
}

#intro-1 .block:nth-child(2) .heading {
  max-width: 946px;
}

#intro-1 .block:nth-child(3) .heading {
  max-width: 1157px;
}

#intro-1 .block:nth-child(4) .heading {
  max-width: 1050px;
}

#intro-1 .block:nth-child(5) .heading {
  max-width: 1077px;
}

#intro-1 .block:nth-child(6) .heading {
  max-width: 957px;
}

#intro-1 .block.divider {
  position: relative;
  padding-top: 30px;
}

#intro-1 .block.divider::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: 10px;
  background: linear-gradient(
    to bottom,
    #000000 0px,
    #000000 5px,
    #ffffff 5px,
    #ffffff 8px,
    #000000 8px,
    #000000 10px
  );
}

#intro-1 .block.divider .title {
  font-family: var(--font-Arial);
  font-size: 44px;
  font-weight: 700;
  font-variant: small-caps;
  color: #000000;
  line-height: 1.182;
  letter-spacing: -.8px;
  text-align: center;
  margin-bottom: 22px;
}

#intro-1 .heading p {
  font-family: var(--font-Arial);
  font-size: 36px;
  font-weight: 700;
  font-variant: small-caps;
  color: #ffffff;
  line-height: 1.111;
}

#intro-1 .text {
  font-family: var(--font-Arial);
  font-size: 37px;
  font-weight: 700;
  color: #000000;
  line-height: 1.108;
  text-align: justify;
  letter-spacing: -.8px;
  text-indent: 40px;
  max-width: 1070px;
  margin: 0 auto 10px;
}


