* {
  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-Poppins: "Poppins", sans-serif;

  /*
--font-Montserrat: "Montserrat", sans-serif;
--font-Inter: "Inter", sans-serif;
--font-Verdana: Verdana, sans-serif;
--font-opensans: "Open Sans", sans-serif;
--font-Oswald: "Oswald", 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: 1320px;
  margin: 0 auto;
  padding: 0 20px;
}

/*header*/

.main-header {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 7.17;
  overflow: hidden;
}

.header-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.hero-swiper,
.hero-swiper .swiper-wrapper,
.hero-swiper .swiper-slide {
  width: 100%;
  height: 100%;
}

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

.top-nav {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  padding: 25px 0;
  border-top: 3px solid #fff;
}

.top-nav .container {
  max-width: 1340px;
}

.top-nav .nav-wrapper {
  display: flex;
  align-items: center;
  gap: 40px;
}

.nav-logo a img {
  height: 94px;
  display: block;
}

.main-nav {
  margin-left: auto;
  margin-right: 85px;
  margin-top: -20px;
}

.main-nav ul {
  list-style: none;
  display: flex;
  gap: 45px;
}

.main-nav ul li a {
  font-family: var(--font-Poppins);
  font-size: 15px;
  font-weight: 400;
  color: #ffffff;
  text-decoration: none;
  transition: color 0.2s;
}

.main-nav ul li.active a,
.main-nav ul li a:hover {
  color: #a3e65d;
}

.nav-phone {
  margin-top: -20px;
}

.nav-phone a {
  text-decoration: none;
  font-family: var(--font-Poppins);
}

.nav-phone .label {
  font-size: 21px;
  color: #7cc42a;
  font-weight: 600;
}

.nav-phone .number {
  font-size: 21px;
  color: #ffffff;
  font-weight: 600;
}

.main-header .hero-section .container {
  padding-right: 0;
}

.main-header .hero-section {
  position: absolute;
  bottom: 60px;
  left: 0;
  width: 100%;
  z-index: 10;
}

.main-header .hero-content {
  display: flex;
  justify-content: flex-end;
}

.hero-badge {
  position: relative;
  background: rgb(77, 128, 19, 0.75);
  border-radius: 80px 0px 0 80px;
  padding: 18px 8px 18px 80px;
  text-align: center;
  max-width: 1400px;
}

.hero-badge::after {
  content: "";
  position: absolute;
  top: 0;
  right: -9999px;
  width: 9999px;
  height: 100%;
  background: rgb(77, 128, 19, 0.75);
}

.hero-badge .hero-title {
  font-family: var(--font-Poppins);
  font-size: 60px;
  font-weight: 800;
  letter-spacing: -3.5px;
  color: #ffffff;
  line-height: 1.2;
}

.hero-badge .hero-subtitle {
  font-family: var(--font-Poppins);
  font-size: 48px;
  font-weight: 300;
  color: #ffffff;
  line-height: 1.3;
  letter-spacing: -1.5px;
  text-align: right;
}

.social-bar {
  position: fixed;
  right: 0;
  top: 31%;
  transform: translateY(-50%);
  background: #54821d;
  border-radius: 12px 0 0 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 5px 8px;
  z-index: 100;
}

.social-bar-link {
  color: #fff;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 14px 0;
  text-decoration: none;
  transition: opacity 0.2s;
}

.social-bar-link:hover {
  opacity: 0.75;
}

.social-bar-divider {
  width: 36px;
  height: 1px;
  background: #a4bc86;
  display: block;
}

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

.main-footer .container {
  max-width: 1200px;
  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;
  letter-spacing: 0.75px;
  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: #54821d;
  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 {
  display: flex;
  align-items: center;
  background: #ffffff;
  padding: 130px 0;
  overflow: hidden;
}

#intro-1 .text {
  width: 55%;
  padding: 80px 60px 80px 308px;
}

#intro-1 .title {
  font-family: var(--font-Poppins);
  font-size: 60px;
  font-weight: 800;
  color: #00784b;
  line-height: 1;
  letter-spacing: -1px;
  margin-bottom: 28px;
}

#intro-1 .text p {
  font-family: var(--font-Poppins);
  font-size: 18px;
  font-weight: 300;
  color: #616161;
  line-height: 1.7;
  margin-bottom: 20px;
}

#intro-1 .text p:last-child {
  margin-bottom: 0;
}

#intro-1 .text strong {
  font-weight: 700;
  color: #616161;
}

#intro-1 .image {
  width: 45%;
  flex-shrink: 0;
}

#intro-1 .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

#intro-2 {
  background: url("../images/inicio/br-mm.png") center center / cover no-repeat
    #131313;
  padding: 150px 0 100px;
}

#intro-2 .container {
  display: flex;
  align-items: center;
  max-width: 1340px;
  gap: 60px;
}

#intro-2 .col {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

#intro-2 .col.left {
  align-items: flex-start;
}

#intro-2 .col.right {
  align-items: flex-end;
  text-align: right;
  align-self: flex-start;
  margin-top: 42px;
}

#intro-2 .btn-title {
  font-family: var(--font-Poppins);
  font-size: 24px;
  font-weight: 700;
  color: #ffffff;
  background: #008051;
  width: 212px;
  height: 64px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
}

#intro-2 .col p {
  font-family: var(--font-Poppins);
  font-size: 16px;
  font-weight: 400;
  color: #d9d9d9;
  line-height: 1.8;
  margin-bottom: 10px;
}

#intro-2 .col p strong {
  font-weight: 700;
  color: #ffffff;
}

#intro-2 .divider {
  width: 1px;
  height: 498px;
  background: #4f4f4f;
  flex-shrink: 0;
  align-self: center;
}

#intro-3 {
  background: #ffffff;
  padding: 100px 0 80px;
}

#intro-3 .container {
  display: flex;
  gap: 60px;
  align-items: flex-start;
  max-width: 1340px;
}

#intro-3 .card {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}

#intro-3 .card-img {
  position: relative;
  width: 100%;
  padding-bottom: 32px;
}

#intro-3 .card-img img {
  width: 100%;
  height: 355px;
  object-fit: cover;
  display: block;
}

#intro-3 .card-label {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 212px;
  height: 64px;
  background: #008051;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-Poppins);
  font-size: 20px;
  font-weight: 700;
  color: #ffffff;
  white-space: nowrap;
}

#intro-3 .card p {
  margin-top: 20px;
  font-family: var(--font-Poppins);
  font-size: 15px;
  font-weight: 400;
  color: #616161;
  line-height: 1.8;
  text-align: center;
}

#intro-4 {
  background: #ffffff;
  padding-bottom: 40px;
}

#intro-4 .container {
  max-width: 1800px;
}

#intro-4 .top-line {
  width: 100%;
  height: 21px;
  background: #008051;
  border-radius: 12px;
  margin-bottom: 60px;
}

#intro-4 .logos {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 50px;
}

#intro-4 .logo-card {
  width: 312px;
  height: 191px;
  background: #fbfbfb;
  border: 1px dashed #cccccc;
  border-radius: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

#intro-4 .logo-card img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  display: block;
}

/*Asesoria y gestion*/

#asesoria-1 {
  background: #ffffff;
  padding: 180px 0 60px;
}

#asesoria-1 .title {
  font-family: var(--font-Poppins);
  font-size: 60px;
  font-weight: 800;
  color: #00784b;
  text-align: center;
  letter-spacing: -1.5px;
  margin-bottom: 60px;
}

#asesoria-1 .grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

#asesoria-1 .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 70px 20px 40px;
  text-align: center;
  position: relative;
}

#asesoria-1 .item:not(:nth-last-child(-n + 3))::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 20px;
  right: 20px;
  height: 1px;
  background: #d9d9d9;
}

#asesoria-1 .item:nth-child(odd):not(.full)::before {
  content: "";
  position: absolute;
  right: 0;
  top: 20px;
  bottom: 20px;
  width: 1px;
  background: #d9d9d9;
}

#asesoria-1 .item.full {
  grid-column: 1 / -1;
  border-right: none;
}

#asesoria-1 .icon {
  margin-bottom: 15px;
  flex-shrink: 0;
}

#asesoria-1 .icon img {
  width: 126px;
  height: 126px;
  object-fit: contain;
  display: block;
}

#asesoria-1 .item p {
  font-family: var(--font-Poppins);
  font-size: 18px;
  font-weight: 300;
  color: #616161;
  line-height: 1.8;
}

#asesoria-1 .roc {
  font-family: var(--font-Poppins);
  font-size: 15px;
  color: #616161;
  text-align: center;
  margin-top: 40px;
}

#asesoria-2 {
  background: #ffffff;
  padding: 60px 0 100px;
}

#asesoria-2 .container {
  max-width: 1800px;
}

#asesoria-2 .inner {
  position: relative;
}

#asesoria-2 .bg {
  width: 100%;
  display: block;
  border-radius: 70px;
  box-shadow: 0 15px 15px -10px rgba(0, 0, 0, 0.35);
}

#asesoria-2 .content {
  position: absolute;
  top: 55%;
  left: 0;
  transform: translateY(-50%);
  max-width: 750px;
  display: flex;
  flex-direction: column;
  gap: 28px;
}

#asesoria-2 .content img {
  width: 415px;
  height: 116px;
  object-fit: contain;
  display: block;
}

#asesoria-2 .content p {
  font-family: var(--font-Poppins);
  font-size: 30px;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.2;
  position: relative;
  padding-left: 29px;
  margin-left: 100px;
  margin-top: 80px;
  max-width: 700px;
}

#asesoria-2 .content p::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 13px;
  background: #42896f;
  border-radius: 6px;
}

/*servicios*/

#servicios-1 {
  background: #ffffff;
  padding: 40px 0 0;
  overflow: hidden;
}

#servicios-1 .container {
  max-width: 1750px;
}

#servicios-1 .inner {
  display: flex;
  align-items: center;
  gap: 0;
}

#servicios-1 .content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 32px;
  padding-left: 205px;
  margin-top: -20px;
}

#servicios-1 .title {
  font-family: var(--font-Poppins);
  font-size: 60px;
  letter-spacing: -1px;
  font-weight: 800;
  color: #008051;
  line-height: 1.1;
  margin-bottom: 30px;
}

#servicios-1 .item {
  display: flex;
  gap: 10px;
  align-items: flex-start;
}

#servicios-1 .line {
  width: 10px;
  min-height: 100%;
  background: #00784b;
  border-radius: 10px;
  flex-shrink: 0;
  align-self: stretch;
}

#servicios-1 .text h3 {
  font-family: var(--font-Poppins);
  font-size: 30px;
  font-weight: 700;
  letter-spacing: -1px;
  color: #363636;
  margin-bottom: 0;
}

#servicios-1 .text p {
  font-family: var(--font-Poppins);
  font-size: 18px;
  font-weight: 400;
  color: #616161;
  line-height: 1.7;
}

#servicios-1 .image {
  flex-shrink: 0;
  width: 45%;
  margin-right: -40px;
}

#servicios-1 .image img {
  width: 100%;
  display: block;
}

#servicios-2 {
  background: url("../images/servicios/bg-video.png") center center / cover
    no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 740px;
  position: relative;
  z-index: 1;
}

#servicios-2 .bg {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

#servicios-2 .play {
  display: block;
  cursor: pointer;
}

#servicios-2 .play img {
  display: block;
  width: 940px;
  border-radius: 20px;
}

#servicios-3 {
  background: url("../images/servicios/bg-escaneo.png") center center / cover
    no-repeat;
  padding: 140px 0 80px;
  margin-top: -50px;
}

#servicios-3 .container {
  max-width: 1340px;
}

#servicios-3 .title {
  font-family: var(--font-Poppins);
  font-size: 60px;
  font-weight: 800;
  letter-spacing: -1px;
  color: #008051;
  text-align: center;
  margin-bottom: 24px;
}

#servicios-3 .intro {
  font-family: var(--font-Poppins);
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.5px;
  color: #616161;
  text-align: center;
  line-height: 1.7;
  margin-bottom: 50px;
}

#servicios-3 .sub {
  font-family: var(--font-Poppins);
  font-size: 20px;
  font-weight: 600;
  color: #282828;
  letter-spacing: -0.5px;
  text-align: center;
  line-height: 1.8;
  margin-bottom: 60px;
}

#servicios-3 .grid {
  display: grid;
  grid-template-columns: repeat(4, 290px);
  gap: 40px;
  justify-content: center;
}

#servicios-3 .item {
  width: 290px;
  height: 162px;
  background: #ffffff;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 5px;
}

#servicios-3 .item p {
  font-family: var(--font-Poppins);
  font-size: 21.5px;
  font-weight: 300;
  letter-spacing: -0.5px;
  color: #616161;
  text-align: center;
  line-height: 1.1;
}

#servicios-3 .item p .b {
  font-weight: 700;
  letter-spacing: -1px;
}

#servicios-3 .item p .small {
  font-size: 14px;
  font-weight: 300;
}

/*contacto*/

#contacto-1 {
  background: #f7f7f7;
  padding: 120px 0;
}

#contacto-1 .title {
  font-family: var(--font-Poppins);
  font-size: 60px;
  font-weight: 800;
  letter-spacing: -1.5px;
  color: #008051;
  text-align: center;
  margin-bottom: 80px;
}

#contacto-1 .grid {
  display: flex;
  justify-content: center;
  gap: 30px;
}

#contacto-1 .item {
  width: 350px;
  height: 260px;
  background: #ffffff;
  border-radius: 22px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
}

#contacto-1 .label {
  font-family: var(--font-Poppins);
  font-size: 24px;
  letter-spacing: -1px;
  font-weight: 300;
  color: #616161;
}

#contacto-1 .icon {
  height: 70px;
  margin-top: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#contacto-1 .icon img {
  display: block;
}

#contacto-1 .value {
  font-family: var(--font-Poppins);
  font-size: 22px;
  font-weight: 600;
  color: #616161;
  letter-spacing: -1px;
  text-align: center;
  line-height: 1.4;
}

#contacto-2 {
    background: #ffffff;
    padding: 140px 0 120px;
}

#contacto-2 .container {
  max-width: 1330px;
}

#contacto-2 .title {
    font-family: var(--font-Poppins);
    font-size: 60px;
    font-weight: 800;
    letter-spacing: -1px;
    color: #008051;
    text-align: center;
    margin-bottom: 50px;
}

#contacto-2 .row {
    display: flex;
    gap: 5px;
    margin-bottom: 20px;
}

#contacto-2 input,
#contacto-2 textarea {
    font-family: var(--font-Poppins);
    font-size: 14px;
    font-weight: 400;
    color: #616161;
    background: #f2f2f2;
    border: none;
    border-radius: 22px;
    padding: 22px 26px;
    width: 100%;
    outline: none;
}

#contacto-2 input::placeholder,
#contacto-2 textarea::placeholder {
    color: #9e9e9e;
}

#contacto-2 textarea {
    height: 200px;
    border-radius: 30px;
    resize: none;
    margin-bottom: 30px;
}

#contacto-2 .captcha {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
}

#contacto-2 .btns {
    display: flex;
    justify-content: center;
    gap: 10px;
}

#contacto-2 .btn-borrar,
#contacto-2 .btn-enviar {
    font-family: var(--font-Arial);
    font-size: 11px;
    font-weight: 500;
    color: #ffffff;
    background: #30926d;
    border: none;
    border-radius: 50px;
    width: 104px;
    height: 42px;
    cursor: pointer;
    transition: opacity 0.2s;
}

#contacto-2 .btn-borrar:hover,
#contacto-2 .btn-enviar:hover {
    opacity: 0.85;
}
