﻿* {
  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-Inter: "Inter", sans-serif;
  --font-Urbanist: "Urbanist", sans-serif;

  /*
--font-Verdana: Verdana, 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*/

#header {
  position: relative;
  width: 100%;
}

#header .container {
  max-width: 1380px;
  margin: 0 auto;
  padding: 0 40px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
}

#header .wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 69px 0;
}

#header .logo img {
  height: 91px;
  display: block;
}

#header .nav > ul {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 34px;
  position: relative;
  left: 3px;
}

#header .nav ul li a {
  font-family: var(--font-Inter);
  font-size: 16px;
  letter-spacing: 0.5px;
  font-weight: 500;
  color: #ffffff;
  text-decoration: none;
  padding-bottom: 6px;
  border-bottom: 3px solid transparent;
  display: inline-block;
}

#header .nav ul li a:hover {
  border-bottom-color: #ff7c00;
}

#header .nav ul li.active a {
  border-bottom-color: #ff7c00;
}

#lProductos {
  position: relative;
}

#lProductos .submenu {
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 5px;
  width: 1293px;
  max-width: 90vw;
  height: 522px;
  background: #ffffff;
  border: 2px solid #ff7b00;
  border-radius: 60px;
  overflow: hidden;
  padding: 23px 50px;
  list-style: none;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-template-rows: repeat(3, minmax(0, 1fr));
  z-index: 20;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.35);
}

#lProductos.open .submenu {
  display: grid;
}

#lProductos .submenu > li {
  position: relative;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 20px 15px;
}

#lProductos .submenu > li:nth-child(-n + 8)::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-58%, 50%);
  width: 270px;
  height: 1px;
  background: #cccccc;
}

#lProductos .submenu > li:not(:nth-child(4n))::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translate(50%, -50%);
  width: 1px;
  height: 118px;
  background: #cccccc;
}

#lProductos .catImg {
  flex: 0 0 70px;
  width: 70px;
  height: 105px;
  border-radius: 21px;
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #efefef;
  border-bottom: 3px solid #ff7b00;
}

#lProductos .catImg img {
  max-width: 45px;
  max-height: 80px;
  width: auto;
  height: auto;
  object-fit: contain;
  display: block;
}

#lProductos .catInfo {
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-width: 0;
}

#lProductos .submenu .catTitle {
  font-family: var(--font-Inter);
  font-size: 14px;
  font-weight: 500;
  color: #343434;
  cursor: default;
  display: block;
  letter-spacing: -0.8px;
  border-bottom: none;
  padding-bottom: 0;
  line-height: 1;
}

#lProductos .submenu_f {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 6px 8px;
}

#lProductos .submenu .prodPill {
  display: flex;
  align-items: center;
  gap: 4px;
  min-width: 69px;
  height: 29px;
  border-radius: 9px;
  background: #676767;
  padding: 0 8px 0 6px;
  border-bottom: none;
  text-decoration: none;
  white-space: nowrap;
}

#lProductos .prodPill::before {
  content: "";
  flex: 0 0 16px;
  width: 16px;
  height: 20px;
  background: url("/assets/images/header/arrow.png") no-repeat center / contain;
}

#lProductos .prodPill span {
  font-family: var(--font-Inter);
  font-size: 13px;
  color: #ffffff;
  letter-spacing: -0.8px;
}

#lProductos .prodPill:hover {
  background: #808080;
}

#header .social {
  display: flex;
  align-items: center;
  gap: 12px;
}

#header .social .icon {
  width: 43px;
  height: 43px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 22px;
  text-decoration: none;
  position: relative;
  top: -5px;
  transition: background 0.2s ease;
}

#header .social .icon:hover {
  background: #ff7c00;
}

#header .hero {
  position: relative;
  width: 100%;
  aspect-ratio: 1920 / 872;
  overflow: hidden;
}

#header .hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: #ff7c00;
  z-index: 11;
}

#header .hero .header-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

#header .hero .hero-swiper {
  width: 100%;
  height: 100%;
}

#header .hero .background {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

#header .hero .content {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(calc(-50% + 40px));
  text-align: center;
  padding: 0 20px;
  z-index: 2;
}

#header .hero .content .title {
  font-family: var(--font-Montserrat);
  font-size: 72px;
  font-weight: 800;
  letter-spacing: -0.5px;
  color: #ff7c00;
  margin-bottom: 5px;
}

#header .hero .content .text {
  font-family: var(--font-Montserrat);
  font-size: 50px;
  letter-spacing: -0.5px;
  font-weight: 400;
  color: #ffffff;
}

#header .hero .dots {
  position: absolute;
  bottom: 40px;
  left: 50%;
  width: max-content;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  gap: 3px;
  z-index: 2;
}

#header .hero .dots .dot {
  position: relative;
  width: 12px;
  height: 12px;
  background: #ffffff;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cpolygon points='25,0 75,0 100,50 75,100 25,100 0,50'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cpolygon points='25,0 75,0 100,50 75,100 25,100 0,50'/%3E%3C/svg%3E");
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

#header .hero .dots .dot.active {
  opacity: 1;
}

#header .hero .dots .dot.active::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 6px;
  height: 6px;
  transform: translate(-50%, -50%);
  background: #ff7c00;
  border-radius: 50%;
}

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

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

.footer-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

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

.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: #ff7c00;
  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: 120px 0;
}

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

#intro-1 .top {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  margin-bottom: 70px;
}

#intro-1 .top .title {
  font-family: var(--font-Inter);
  font-size: 48px;
  font-weight: 400;
  color: #3d3d3d;
}

#intro-1 .top img {
  height: 80px;
  display: block;
  position: relative;
  top: -6px;
}

#intro-1 .items {
  display: flex;
  justify-content: space-between;
  gap: 90px;
}

#intro-1 .items .item {
  flex: 1;
  text-align: center;
}

#intro-1 .items .item .image img {
  width: 100%;
  display: block;
  border-radius: 12px;
}

#intro-1 .items .item .text {
  font-family: var(--font-Inter);
  font-size: 18px;
  font-weight: 400;
  color: #616161;
  line-height: 1.6;
  margin-top: 30px;
}

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

#intro-2 {
  padding: 20px 0;
}

#intro-2 .container {
  max-width: 1860px;
}

#intro-2 .bg {
  position: relative;
  width: 100%;
}

#intro-2 .bg img {
  width: 100%;
  display: block;
}

#intro-2 .box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  max-width: 1430px;
  height: 255px;
  background-color: rgba(199, 97, 1, 0.633);
  border: 1px solid #ffffff;
  border-radius: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 70px;
}

#intro-2 .box .text {
  font-family: var(--font-Inter);
  font-size: 28px;
  font-weight: 400;
  color: #ffffff;
  text-align: center;
  line-height: 1.3;
}

#intro-2 .box .text strong {
  color: #242525;
  font-weight: 700;
}

#intro-3 {
  padding: 60px 0;
}

#intro-3 .container {
  max-width: 1588px;
}

#intro-3 .items {
  display: flex;
  gap: 30px;
}

#intro-3 .image {
  position: relative;
  width: 447px;
  height: 618px;
}

#intro-3 .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 20px;
}

#intro-3 .image-2 .box {
  position: absolute;
  top: 100px;
  left: calc(100% - 80px);
  width: 640px;
  background: #ffffff;
  padding: 30px 40px;
  display: flex;
  flex-direction: column;
  gap: 35px;
  border-radius: 60px;
}

#intro-3 .image-2 .box .text {
  font-family: var(--font-Inter);
  font-size: 24px;
  font-weight: 400;
  color: #242525;
  letter-spacing: -0.5px;
  line-height: 1.5;
  text-align: left;
}

#intro-3 .image-2 .box .text strong {
  color: #fe7c00;
  font-weight: 700;
}

#intro-4 {
  padding: 10px 0 80px;
}

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

#intro-4 .bg {
  position: relative;
  width: 100%;
  background-image: url("../images/inicio/bg-clientes.webp");
  background-size: cover;
  background-position: center;
  padding: 168px 0;
  border-radius: 50px;
}

#intro-4 .content {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 20px;
}

#intro-4 .content .title {
  font-family: var(--font-Inter);
  font-size: 48px;
  font-weight: 800;
  color: #fe7c00;
  text-align: center;
}

#intro-4 .content .subtitle {
  font-family: var(--font-Inter);
  font-size: 28px;
  font-weight: 400;
  color: #3d3d3d;
  text-align: center;
  margin-top: 12px;
}

#intro-4 .content .arrow {
  width: 42px;
  height: 42px;
  margin-top: 20px;
}

#intro-4 .content .logos {
  display: flex;
  gap: 35px;
  margin-top: 30px;
}

#intro-4 .content .logos .logo {
  width: 297px;
  height: 234px;
  background: #ffffff;
  border-radius: 59px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#intro-4 .content .logos .logo img {
  max-width: 70%;
  max-height: 50%;
  object-fit: contain;
}

#intro-4 .content .logos .logo:last-child img {
  width: 186px;
  height: 185px;
  max-width: none;
  max-height: none;
}

/*producto*/
#producto-1 {
  padding: 110px 0;
}

#producto-1 .container {
  max-width: 1650px;
}

#producto-1 .head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 1581px;
  height: 97px;
  background: #ff7c00;
  border-radius: 48px;
  padding: 0 140px;
  margin: 0 auto 60px;
}

#producto-1 .head .name {
  font-family: var(--font-Inter);
  font-size: 33px;
  letter-spacing: -1px;
  font-weight: 300;
  color: #ffffff;
}

#producto-1 .head .name span {
  font-weight: 700;
}

#producto-1 .head .back img {
  width: 54px;
  height: 54px;
  object-fit: contain;
}

#producto-1 .content {
  display: flex;
  justify-content: center;
  gap: 110px;
  max-width: 1700px;
  margin: 0 auto;
}

#producto-1 .image {
  flex: 0 0 526px;
  width: 526px;
  height: 619px;
  border: 1px solid #dfdfdf;
  border-radius: 62px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

#producto-1 .image img {
  max-width: 75%;
  max-height: 85%;
  object-fit: contain;
}

#producto-1 .info {
  flex: 0 0 650px;
  width: 650px;
  display: flex;
  flex-direction: column;
  gap: 28px;
  margin-top: 15px;
}

#producto-1 .info .box {
  width: 650px;
  height: 75px;
  background: #e9e9e9;
  border-radius: 37px;
  display: flex;
  align-items: center;
  padding: 0 40px;
  margin-bottom: 20px;
}

#producto-1 .info .box span {
  font-family: var(--font-Inter);
  font-size: 33px;
  text-transform: uppercase;
  letter-spacing: -1px;
  font-weight: 700;
  color: #282828;
}

#producto-1 .info .item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-top: 10px;
}

#producto-1 .info .item .arrow {
  flex: 0 0 31px;
  width: 31px;
  height: 31px;
}

#producto-1 .info .item p {
  font-family: var(--font-Inter);
  font-size: 16px;
  color: #282828;
  line-height: 1.5;
}

#producto-1 .info .row {
  width: 650px;
  height: 75px;
  background: #282828;
  border-radius: 37px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 40px;
  margin-left: 10px;
}

#producto-1 .info .row .label {
  font-family: var(--font-Inter);
  font-size: 21px;
  letter-spacing: -1px;
  font-weight: 600;
  color: #ffffff;
}

#producto-1 .info .row .value {
  width: 338px;
  height: 49px;
  background: #ffffff;
  border-radius: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#producto-1 .info .row .value span {
  font-family: var(--font-Inter);
  font-size: 16px;
  color: #282828;
  text-align: center;
}

/*fichas*/
#fichas-1 {
  padding: 110px 0;
}

#fichas-1 .container {
  max-width: 1340px;
}

#fichas-1 .content {
  display: flex;
  align-items: flex-start;
  gap: 130px;
}

#fichas-1 .sidebar {
  flex: 0 0 428px;
  width: 428px;
}

#fichas-1 .sidebar .title {
  width: 428px;
  height: 97px;
  background: #ff7c00;
  border-radius: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-Inter);
  font-size: 36px;
  font-weight: 700;
  letter-spacing: -1px;
  text-transform: uppercase;
  color: #ffffff;
}

#fichas-1 .sidebar .menu {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

#fichas-1 .sidebar .subtitle {
  width: 428px;
  height: 59px;
  background: #484848;
  border-radius: 29px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0 40px;
  cursor: pointer;
}

#fichas-1 .sidebar .subtitle.active {
  background: #ff7c00;
}

#fichas-1 .sidebar .subtitle .icon {
  flex: 0 0 31px;
  width: 31px;
  height: 31px;
  object-fit: contain;
}

#fichas-1 .sidebar .subtitle span {
  flex: 1;
  font-family: var(--font-Inter);
  font-size: 24px;
  font-weight: 300;
  letter-spacing: -1px;
  color: #ffffff;
}

#fichas-1 .sidebar .subtitle .arrow {
  flex: 0 0 21px;
  width: 21px;
  height: 31px;
  object-fit: contain;
}

#fichas-1 .sidebar .subtitle.active .arrow {
  flex: 0 0 31px;
  width: 31px;
  height: 21px;
}

#fichas-1 .sidebar .list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 0 20px 0 45px;
  list-style: none;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: max-height 0.35s ease, opacity 0.3s ease;
}

#fichas-1 .sidebar .list.active {
  max-height: 2000px;
  opacity: 1;
  padding-top: 30px;
  padding-bottom: 15px;
}

#fichas-1 .sidebar .list li a {
  display: flex;
  align-items: flex-start;
  gap: 5px;
}

#fichas-1 .sidebar .list li .bullet {
  flex: 0 0 12px;
  width: 12px;
  object-fit: contain;
  margin-top: 0;
}

#fichas-1 .sidebar .list li span {
  font-family: var(--font-Inter);
  font-size: 19px;
  font-weight: 300;
  line-height: 1.3;
  letter-spacing: -1px;
  color: #616161;
}

#fichas-1 .sidebar .list li:hover span,
#fichas-1 .sidebar .list li.active span {
  color: #ff7c00;
}

#fichas-1 .info {
  flex: 0 0 auto;
}

#fichas-1 .info .head {
  width: 742px;
  height: 97px;
  background: #eaeaea;
  border-radius: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 40px;
}

#fichas-1 .info .head span {
  font-family: var(--font-Inter);
  font-size: 36px;
  color: #484848;
  font-weight: 700;
  text-transform: initial;
  letter-spacing: -1.2px;
  text-align: center;
}

#fichas-1 .info .docs {
  width: 700px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  column-gap: 41px;
  row-gap: 48px;
  margin-top: 45px;
  margin-left: 20px;
}

#fichas-1 .info .doc {
  flex: 0 0 206px;
  width: 206px;
  height: 243px;
  background: #ff484a;
  border-radius: 26px;
}

#fichas-1 .info .doc a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  gap: 14px;
}

#fichas-1 .info .doc .icon {
  width: 95px;
  height: 158px;
  object-fit: contain;
}

#fichas-1 .info .doc span {
  font-family: var(--font-Inter);
  font-size: 17px;
  font-weight: 600;
  line-height: 1.3;
  text-transform: uppercase;
  color: #ffffff;
  text-align: center;
  padding: 0 12px;
  width: 100%;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

#fichas-1 .info .empty {
  font-family: var(--font-Inter);
  font-size: 18px;
  color: #616161;
}

/*cliente*/
#cliente-1 {
  padding: 110px 0 0;
}

#cliente-1 .container {
  max-width: 1472px;
}

#cliente-1 .head {
  width: 100%;
  height: 97px;
  background: #ff7c00;
  border-radius: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#cliente-1 .head span {
  font-family: var(--font-Inter);
  font-size: 48px;
  letter-spacing: -2px;
  font-weight: 700;
  color: #ffffff;
}

#cliente-1 .text {
  max-width: 1250px;
  margin: 45px auto 0;
  font-family: var(--font-Inter);
  font-size: 18px;
  color: #616161;
  text-align: center;
  line-height: 1.7;
}

#cliente-1 .text b {
  font-weight: 700;
}

#cliente-1 .rows {
  margin-top: 45px;
}

#cliente-1 .row {
  width: 100%;
  padding: 80px 0;
  background: #ffffff;
}

#cliente-1 .row:first-child {
  padding: 0 0 80px;
}

#cliente-1 .row.alt {
  background: #f5f5f5;
}

#cliente-1 .logos {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

#cliente-1 .logo {
  flex: 0 0 244px;
  width: 244px;
  height: 244px;
  background: #ececec;
  border-radius: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

#cliente-1 .row.alt .logo {
  background: #ffffff;
}

#cliente-1 .logo img {
  max-width: 95%;
  max-height: 78%;
  object-fit: contain;
  mix-blend-mode: multiply;
}

#cliente-1 .testi {
  padding: 0 0 110px;
}

#cliente-1 .testi .container {
  position: relative;
  max-width: 1490px;
  padding-top: 55px;
}

#cliente-1 .testi .tag {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 459px;
  height: 111px;
  background: #484848;
  border-radius: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}

#cliente-1 .testi .tag span {
  font-family: var(--font-Inter);
  font-size: 48px;
  letter-spacing: -2px;
  font-weight: 700;
  color: #ffffff;
}

#cliente-1 .testi .box {
  width: 100%;
  min-height: 277px;
  background: url('/assets/images/clientes/bg-testi.png');
  background-size: cover;
  background-position: center;
  border-radius: 138px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  gap: 25px;
  padding: 60px 80px 45px;
}

#cliente-1 .testi .quote {
  font-family: var(--font-Inter);
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  line-height: 1.6;
}

#cliente-1 .testi .author {
  font-family: var(--font-Inter);
  font-size: 21px;
  font-weight: 700;
  font-style: italic;
  color: #ffffff;
}

/*contacto*/
#contacto-1 {
  padding: 95px 0 130px;
}

#contacto-1 .container {
  max-width: 1290px;
}

#contacto-1 .title {
  font-family: var(--font-Inter);
  font-size: 48px;
  letter-spacing: -1px;
  font-weight: 700;
  color: #ff7c00;
  text-align: center;
}

#contacto-1 .subtitle {
  margin-top: 38px;
  font-family: var(--font-Urbanist);
  font-size: 18px;
  color: #616161;
  text-align: center;
}

#contacto-1 .form {
  margin-top: 45px;
}

#contacto-1 .row {
  display: flex;
  gap: 14px;
  margin-bottom: 14px;
}

#contacto-1 .field {
  flex: 1;
}

#contacto-1 .field input,
#contacto-1 .field textarea {
  width: 100%;
  background: #f8f8f8;
  border: none;
  border-radius: 15px;
  padding: 30px 18px;
  outline: none;
  resize: none;
  font-family: var(--font-Inter);
  font-size: 14px;
  color: #616161;
}

#contacto-1 .field textarea {
  min-height: 174px;
}

#contacto-1 .field input::placeholder,
#contacto-1 .field textarea::placeholder {
  color: #a0a0a0;
}

#contacto-1 .captcha {
  display: flex;
  justify-content: center;
  margin-top: 60px;
}

#contacto-1 .actions {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-top: 45px;
}

#contacto-1 .actions button {
  width: 191px;
  height: 63px;
  font-family: var(--font-Urbanist);
  font-size: 20px;
  font-weight: 400;
  text-transform: uppercase;
  color: #ffffff;
  background: #ff7c00;
  border: none;
  border-radius: 31px;
  cursor: pointer;
}
