* {
  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;
}

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

.header-bg {
  height: 673px;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.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;
}

.top-nav {
  position: relative;
  z-index: 2;
  padding: 0;
}

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

.nav-wrapper {
  display: flex;
  align-items: stretch;
  width: 100%;
}

.nav-left {
  flex: 1;
  background-color: rgba(48, 48, 159, 0.9);
  display: flex;
  align-items: center;
  padding: 30px 80px 30px 40px;
  gap: 50px;
  border-radius: 0 0 0 40px;
}

.nav-separator {
  width: 8px;
  background-color: transparent;
}

.nav-right {
  background-color: #00b5ef;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 50px;
  border-radius: 0 0 40px 0;
}

.logo-area img {
  height: 51px;
  width: auto;
}

.main-nav {
  display: flex;
  align-items: stretch;
  gap: 20px;
  margin-left: auto;
  align-self: stretch;
}

.main-nav ul {
  display: flex;
  align-items: stretch;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 20px;
}

.main-nav li {
  display: flex;
  align-items: stretch;
}

.main-nav a {
  color: #ffffff;
  text-decoration: none;
  font-family: var(--font-Poppins);
  font-size: 15px;
  font-weight: 400;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  position: relative;
}

.main-nav li + li {
  padding-left: 20px;
  position: relative;
}

.main-nav li + li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 15px;
  background-color: #5251a6;
}

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

.main-nav li.active > a::after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  width: 55px;
  height: 3px;
  background-color: #00b5ef;
}

.whatsapp-contact {
  display: flex;
  align-items: center;
  gap: 15px;
  color: #ffffff;
  text-decoration: none;
  transition: all 0.3s ease;
}

.whatsapp-contact i {
  font-size: 28px;
  color: #19a3d0;
  background-color: #ffffff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.whatsapp-contact span {
  font-family: var(--font-Poppins);
  font-size: 24px;
  font-weight: 600;
}

.whatsapp-contact:hover {
  opacity: 0.9;
}

.hero-section {
  margin-top: auto;
  padding-bottom: 18px;
  position: relative;
  z-index: 2;
}

.hero-section .container {
  max-width: 1335px;
}

.hero-content {
  max-width: 900px;
  margin-left: auto;
  margin-right: 0;
}

.hero-pagination {
  display: flex;
  justify-content: flex-end;
  margin-top: 18px;
}

.swiper-pagination-hero {
  position: static !important;
  display: flex !important;
  gap: 1px;
  margin-left: auto;
  width: auto !important;
}

.swiper-pagination-hero .swiper-pagination-bullet {
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background-color: #7993b6;
  opacity: 0.6;
  transition: all 0.3s ease;
}

.swiper-pagination-hero .swiper-pagination-bullet-active {
  background-color: #d3d3d3;
  opacity: 1;
}

.hero-title {
  color: #ffffff;
  font-family: var(--font-Poppins);
  font-size: 43px;
  font-weight: 400;
  margin-bottom: 15px;
  line-height: 0.8;
  text-align: right;
}

.hero-title .highlight {
  color: #13a1cf;
  font-weight: 800;
  font-size: 72px;
  letter-spacing: -1px;
}

.hero-subtitle {
  color: #ffffff;
  font-family: var(--font-Poppins);
  font-size: 32.5px;
  font-weight: 300;
  line-height: 1;
  text-align: right;
}

/*top footer*/
.top-footer {
  background-color: #252525;
  padding: 60px 0;
}

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

.tf-top {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-bottom: 40px;
}

.tf-logo img {
  display: block;
  height: 71px;
  width: auto;
}

.tf-vertical-separator {
  width: 1px;
  height: 77px;
  background-color: #fff;
  flex-shrink: 0;
}

.tf-tagline {
  flex: 1;
}

.tf-tagline p {
  font-family: var(--font-Poppins);
  font-size: 18px;
  color: #ffffff;
  line-height: 1.5;
  margin: 0;
}

.tf-horizontal-separator {
  width: 100%;
  height: 1px;
  background-color: #fff;
  margin-bottom: 40px;
}

.tf-inner {
  display: grid;
  grid-template-columns: 144px 200px 274px 172px;
  align-items: flex-start;
  justify-content: space-between;
  gap: 40px;
}

.tf-col {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.tf-title {
  font-family: var(--font-Poppins);
  font-size: 24px;
  font-weight: 800;
  color: #52b7d8;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.tf-item {
  font-family: var(--font-Poppins);
  font-size: 14px;
  color: #ffffff;
  text-decoration: none;
  line-height: 1.8;
  transition: color 0.2s ease;
  display: flex;
  align-items: center;
  gap: 10px;
}

.tf-item img {
  flex-shrink: 0;
}

.tf-item img[src*="inicio"] {
  width: 14px;
  height: 12px;
}
.tf-item img[src*="nosotros"] {
  width: 13px;
  height: 16px;
}
.tf-item img[src*="servicios"] {
  width: 15px;
  height: 11px;
}
.tf-item img[src*="sucursales"] {
  width: 15px;
  height: 14px;
}
.tf-item img[src*="contacto"] {
  width: 12px;
  height: 13px;
}
.tf-item img[src*="email"] {
  width: 17px;
  height: 11px;
}
.tf-item img[src*="phone"] {
  width: 16px;
  height: 16px;
}
.tf-item img[src*="direccion"] {
  width: 11px;
  height: 15px;
  align-self: flex-start;
  margin-top: 3px;
}

a.tf-item:hover {
  color: #cccccc;
}

.tf-social {
  display: flex;
  gap: 15px;
}

.tf-social a {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 20px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.tf-social a:hover {
  background-color: #00b5ef;
  border-color: #00b5ef;
}

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

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

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

.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-Verdana);
  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-Inter);
}

.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: #1b90fb;
  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 {
  background-image: url("../images/inicio/bg.webp");
  background-size: cover;
  background-position: center;
  padding: 200px 0;
}

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

#intro-1 .wrapper {
  position: relative;
  display: flex;
  align-items: center;
}

#intro-1 .content {
  flex: 1;
  max-width: 720px;
  position: relative;
  z-index: 2;
}

#intro-1 .title {
  background: linear-gradient(90deg, #00b5ef 0%, rgba(0, 181, 239, 0) 100%);
  padding: 15px 0 15px 30px;
  margin-bottom: 20px;
  border-radius: 7px 0 0 7px;
}

#intro-1 .title h2 {
  font-family: var(--font-Poppins);
  font-size: 36px;
  letter-spacing: 1px;
  font-weight: 800;
  color: #ffffff;
  margin: 0;
}

#intro-1 .text {
  font-family: var(--font-Poppins);
  font-size: 16px;
  font-weight: 300;
  color: #333333;
  line-height: 1.6;
  margin-bottom: 40px;
}

#intro-1 .schedule {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

#intro-1 .schedule .item {
  background-color: #ffffff;
  padding: 18px 20px;
  display: flex;
  width: 449px;
  border-radius: 7px;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

#intro-1 .schedule .day {
  font-family: var(--font-Poppins);
  font-size: 17px;
  font-weight: 600;
  letter-spacing: -1px;
  color: #333333;
}

#intro-1 .schedule .badge {
  background-color: #28328c;
  color: #ffffff;
  font-family: var(--font-Poppins);
  font-size: 12px;
  font-weight: 500;
  padding: 2px 5px;
  white-space: nowrap;
}

#intro-1 .schedule .item:nth-child(2) {
  justify-content: flex-start;
}

#intro-1 .image {
  position: absolute;
  right: 0;
  bottom: -200px;
  z-index: 1;
}

#intro-1 .image img {
  display: block;
  height: 658px;
  width: auto;
}

#intro-2 {
  display: flex;
  align-items: stretch;
}

#intro-2 .image {
  width: 50%;
  flex-shrink: 0;
}

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

#intro-2 .content {
  width: 50%;
  background-color: #30309f;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 80px 120px;
}

#intro-2 .item {
  display: flex;
  align-items: center;
  gap: 30px;
  padding: 40px 0;
}

#intro-2 .item + .item {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

#intro-2 .icon {
  flex-shrink: 0;
}

#intro-2 .icon img {
  display: block;
  width: 90px;
  height: 90px;
}

#intro-2 .info h3 {
  font-family: var(--font-Poppins);
  font-size: 32px;
  letter-spacing: 2px;
  font-weight: 800;
  color: #ffffff;
  margin: 0 0 10px 0;
  text-transform: uppercase;
}

#intro-2 .info p {
  font-family: var(--font-Poppins);
  font-size: 16px;
  font-weight: 300;
  color: #ffffff;
  line-height: 1.5;
  margin: 0;
}

#intro-3 {
  background-image: url("../images/inicio/frase-bg.webp");
  background-size: cover;
  background-position: center;
  padding: 100px 0;
}

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

#intro-3 h2 {
  font-family: var(--font-Poppins);
  font-size: 36px;
  font-weight: 500;
  color: #323232;
  text-align: center;
  margin: 0;
}

#intro-3 h2 span {
  color: #13a1cf;
  font-weight: 800;
}

#intro-4 {
  display: flex;
  align-items: stretch;
}

#intro-4 .box {
  width: 50%;
  position: relative;
  overflow: hidden;
}

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

#intro-4 .overlay {
  position: absolute;
  bottom: 30px;
  left: 100px;
  right: 100px;
  padding: 16px 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(
    90deg,
    rgba(48, 48, 159, 0) 0%,
    rgba(48, 48, 159, 0.95) 20%,
    rgba(48, 48, 159, 0.95) 80%,
    rgba(48, 48, 159, 0) 100%
  );
}

#intro-4 .overlay h3 {
  font-family: var(--font-Poppins);
  font-size: 30px;
  font-weight: 600;
  color: #ffffff;
  margin: 0;
}

/*nosotros*/

#about-1 {
  display: flex;
  align-items: stretch;
}

#about-1 .content {
  width: 50%;
  background-image: url("../images/nosotros/nosotros2-bg.webp");
  background-size: cover;
  background-position: center;
  padding: 80px 10px 80px 300px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#about-1 .title {
  background: linear-gradient(90deg, rgba(0, 181, 239, 0.4) 0%, #13a1cf 30%);
  padding: 25px 30px;
  margin-bottom: 40px;
  margin-left: -300px;
  margin-right: 120px;
  border-radius: 0 15px 15px 0;
}

#about-1 .title h2 {
  font-family: var(--font-Poppins);
  font-size: 36px;
  font-weight: 700;
  letter-spacing: 2px;
  color: #ffffff;
  margin: 0;
  text-align: right;
}

#about-1 .text {
  font-family: var(--font-Poppins);
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  line-height: 1.8;
  margin: 0;
  max-width: 620px;
}

#about-1 .image {
  width: 50%;
  flex-shrink: 0;
}

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

#about-2 {
  display: flex;
  align-items: stretch;
  position: relative;
  padding: 60px 0 0 100px;
}

#about-2 .deco-elipse {
  position: absolute;
  pointer-events: none;
}

#about-2 .deco-elipse--left {
  left: 0;
  top: 25%;
  transform: translateY(-50%);
}

#about-2 .deco-elipse--right {
  right: 0;
  top: 22%;
  transform: translateY(-50%);
  z-index: -1;
}

#about-2 .deco-elipse--bottom-right {
  right: 15%;
  bottom: 0;
  z-index: -1;
}

#about-2 .deco-elipse--bottom-left {
  left: 50px;
  bottom: 0;
  z-index: -1;
}

#about-2 .deco-elipse--top-center {
  left: 40.5%;
  top: 30px;
  transform: translateX(-50%);
  z-index: -1;
}

#about-2 .image {
  width: 50%;
  flex-shrink: 0;
  padding-right: 60px;
  display: flex;
  align-items: center;
}

#about-2 .image img {
  width: 90%;
  height: auto;
  display: block;
}

#about-2 .content {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 60px 300px 60px 0;
}

#about-2 .title h2 {
  font-family: var(--font-Poppins);
  font-size: 48px;
  font-weight: 800;
  color: #3d3d3d;
  margin: 0 0 15px 0;
  line-height: 1;
  text-align: right;
}

#about-2 .title {
  position: relative;
}

#about-2 .title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: -700px;
  right: 0;
  height: 11px;
  border-radius: 25px;
  background-color: #13a1cf;
  z-index: -1;
}

#about-2 .text {
  font-family: var(--font-Poppins);
  font-size: 24px;
  font-weight: 400;
  color: #666666;
  line-height: 1.5;
  margin: 15px 0 0 0;
  text-align: right;
}

#about-2 .text span {
  font-weight: 700;
  color: #4e4e4e;
}

/*servicios*/

#services-1 {
  background-color: #f5f5f5;
  padding: 60px 0;
}

#services-1 .container {
  max-width: 1320px;
}

#services-1 h2 {
  font-family: var(--font-Poppins);
  font-size: 48px;
  font-weight: 800;
  color: #474747;
  letter-spacing: -1px;
  text-align: center;
  margin: 0;
  text-transform: uppercase;
}

#services-2 {
  padding: 120px 0 40px;
}

#services-2 .container {
  max-width: 1670px;
  position: relative;
}

#services-2 .wrapper {
  display: flex;
  align-items: center;
}

#services-2 .image {
  flex-shrink: 0;
  width: 50%;
  position: relative;
  z-index: 2;
}

#services-2 .image img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 40px;
}

#services-2 .content {
  flex: 1;
  background-color: #f1f1f1;
  margin-left: -100px;
  padding: 0;
  border-radius: 0 40px 40px 0;
  position: relative;
  overflow: hidden;
}

#services-2 .title {
  background-color: #13a1cf;
  padding: 33px 50px 33px 120px;
  border-radius: 0 25px 25px 0;
  position: absolute;
  top: 100px;
  left: 0;
  right: 70px;
}

#services-2 .title h2 {
  font-family: var(--font-Poppins);
  font-size: 36px;
  font-weight: 800;
  color: #ffffff;
  margin: 0;
  text-align: right;
}

#services-2 .textbox {
  padding: 255px 150px 80px 120px;
}

#services-2 .text {
  font-family: var(--font-Poppins);
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  line-height: 1.8;
  margin: 0 0 20px 0;
  text-align: right;
}

#services-2 .text:last-child {
  margin-bottom: 0;
}

#services-3 {
  padding: 40px 0 40px;
}

#services-3 .container {
  max-width: 1670px;
  position: relative;
}

#services-3 .wrapper {
  display: flex;
  align-items: center;
}

#services-3 .image {
  flex-shrink: 0;
  width: 50%;
  position: relative;
  z-index: 2;
}

#services-3 .image img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 40px;
}

#services-3 .content {
  flex: 1;
  background-color: #f1f1f1;
  margin-right: -100px;
  padding: 0;
  border-radius: 40px 0 0 40px;
  position: relative;
  overflow: hidden;
}

#services-3 .title {
  background-color: #13a1cf;
  padding: 33px 120px 33px 50px;
  border-radius: 25px 0 0 25px;
  position: absolute;
  top: 100px;
  left: 70px;
  right: 0;
}

#services-3 .title h2 {
  font-family: var(--font-Poppins);
  font-size: 36px;
  font-weight: 800;
  color: #ffffff;
  margin: 0;
  text-align: left;
}

#services-3 .textbox {
  padding: 255px 120px 80px 150px;
}

#services-3 .text {
  font-family: var(--font-Poppins);
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  line-height: 1.8;
  margin: 0 0 20px 0;
  text-align: left;
}

#services-3 .text:last-child {
  margin-bottom: 0;
}

#services-4 {
  padding: 40px 0 80px;
}

#services-4 .container {
  max-width: 1670px;
  position: relative;
}

#services-4 .wrapper {
  display: flex;
  align-items: center;
}

#services-4 .image {
  flex-shrink: 0;
  width: 50%;
  position: relative;
  z-index: 2;
}

#services-4 .image img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 40px;
}

#services-4 .content {
  flex: 1;
  background-color: #f1f1f1;
  margin-left: -100px;
  padding: 0;
  border-radius: 0 40px 40px 0;
  position: relative;
  overflow: hidden;
}

#services-4 .title {
  background-color: #13a1cf;
  padding: 33px 50px 33px 120px;
  border-radius: 0 25px 25px 0;
  position: absolute;
  top: 100px;
  left: 0;
  right: 70px;
}

#services-4 .title h2 {
  font-family: var(--font-Poppins);
  font-size: 36px;
  font-weight: 800;
  color: #ffffff;
  margin: 0;
  text-align: right;
}

#services-4 .textbox {
  padding: 250px 150px 230px 120px;
}

#services-4 .text {
  font-family: var(--font-Poppins);
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  line-height: 1.8;
  margin: 0 0 20px 0;
  text-align: right;
}

#services-4 .text:last-child {
  margin-bottom: 0;
}

#services-5 {
  background-color: #2b2b8f;
  padding: 80px 0;
  overflow: hidden;
}

#services-5 .container {
  max-width: 1850px;
}

#services-5 h2 {
  font-family: var(--font-Poppins);
  font-size: 36px;
  font-weight: 800;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 50px;
}

#services-5 .clients-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 50px;
  flex-wrap: wrap;
}

#services-5 .client-card {
  width: 260px;
  height: 178px;
  background-color: #ffffff;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  position: relative;
}

#services-5 .client-card::after {
  content: "";
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 8px;
  background-color: #6060ab;
}

#services-5 .client-card:last-child::after {
  display: none;
}

#services-5 .client-card img {
  max-width: 80%;
  max-height: 80%;
  object-fit: contain;
  position: relative;
  z-index: 1;
}

/*sucursales*/

#locations-2 {
  padding: 120px 0 80px;
  background-color: #fff;
}

#locations-2 .container {
  max-width: 1335px;
  display: flex;
  flex-direction: column;
  gap: 50px;
}

#locations-2 .card {
  display: flex;
  border-radius: 20px;
  overflow: hidden;
  background: #fff;
}

#locations-2 .image {
  width: 377px;
  height: 313px;
  flex-shrink: 0;
}

#locations-2 .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 50px;
}

#locations-2 .content {
  flex: 1;
  display: flex;
  flex-direction: column;
  margin-top: 40px;
}

#locations-2 .header {
  background: #2b2b8f;
  padding: 23px 30px 23px 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border-radius: 0 20px 20px 0;
  margin-left: -1px;
}

#locations-2 .header h3 {
  font-family: var(--font-Poppins);
  font-size: 36px;
  font-weight: 800;
  color: #fff;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: -0.5px;
}

#locations-2 .btn-ubicacion {
  background: #23237b;
  color: #fff;
  border: 1px solid #fff;
  padding: 15px 20px;
  border-radius: 25px;
  font-family: var(--font-Poppins);
  font-weight: 400;
  font-size: 14px;
  text-decoration: none;
  white-space: nowrap;
  flex-shrink: 0;
  transition:
    background 0.2s,
    color 0.2s;
}

#locations-2 .btn-ubicacion:hover {
  background: #13a1cf;
  color: #fff;
}

#locations-2 .info {
  padding: 28px 20px 28px 60px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

#locations-2 .detail {
  display: flex;
  align-items: center;
  gap: 5px;
}

#locations-2 .icon {
  width: 31px;
  height: 31px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: #fff;
  font-size: 14px;
}

#locations-2 .icon--pin,
#locations-2 .icon--email,
#locations-2 .icon--phone {
  background: #3ca4bc;
}

#locations-2 .detail p,
#locations-2 .detail a {
  margin: 0;
  font-family: var(--font-Poppins);
  font-size: 17px;
  font-weight: 500;
  color: #474747;
  line-height: 1.5;
  text-decoration: none;
}

#locations-2 .detail a:hover {
  color: #3ca4bc;
}

/*contacto*/

#contact-2 {
  padding: 60px 0 80px;
}

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

#contact-2 .subtitle {
  font-family: var(--font-Poppins);
  font-size: 16px;
  color: #616161;
  text-align: center;
  margin-bottom: 50px;
}

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

#contact-2 .row .field {
  flex: 1;
}

#contact-2 .field input,
#contact-2 .field textarea {
  width: 100%;
  font-family: var(--font-Poppins);
  font-size: 14px;
  color: #707070;
  border: 1px solid #d0d0d0;
  border-radius: 0;
  padding: 22px 30px;
  outline: none;
  transition: border-color 0.2s;
  background: #fff;
}

#contact-2 .field textarea {
  border-radius: 6px;
}

#contact-2 .field input:focus,
#contact-2 .field textarea:focus {
  border-color: #3ca4bc;
}

#contact-2 .field textarea {
  height: 202px;
  max-height: 250px;
  resize: vertical;
  margin-bottom: 30px;
}

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

#contact-2 .actions {
  display: flex;
  justify-content: center;
  gap: 8px;
}

#contact-2 .btn-borrar,
#contact-2 .btn-enviar {
  font-family: var(--font-Arial);
  font-size: 11px;
  font-weight: 400;
  padding: 14px 32px;
  border-radius: 25px;
  border: none;
  cursor: pointer;
  background: #00b5ef;
  color: #fff;
  transition: background 0.2s;
}

#contact-2 .btn-borrar:hover,
#contact-2 .btn-enviar:hover {
  background: #2b2b8f;
}

#contact-3 {
  background-image: url("../images/contacto/what-bg.webp");
  background-size: cover;
  background-position: center;
  padding: 80px 0;
}

#contact-3 .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}

#contact-3 h2 {
  font-family: var(--font-Poppins);
  font-size: 48px;
  font-weight: 700;
  letter-spacing: -1px;
  color: #fff;
  text-align: center;
  margin: 0;
}

#contact-3 .btn-whatsapp {
  display: flex;
  align-items: center;
  gap: 5px;
  border: 2px solid #fff;
  border-radius: 50px;
  padding: 2px 39px 2px 39px;
  text-decoration: none;
  transition: transform 0.2s ease;
  will-change: transform;
  backface-visibility: hidden;
  background: #25d266;
}

#contact-3 .btn-whatsapp:hover {
  transform: scale(1.05);
}

#contact-3 .btn-whatsapp .icon {
  width: 59px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

#contact-3 .btn-whatsapp .icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

#contact-3 .btn-whatsapp .text {
  font-family: var(--font-Poppins);
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  letter-spacing: -1px;
}

/*ubicaciones*/

#contact-4 {
  padding: 100px 0 80px;
}

#contact-4 .container {
  display: flex;
  flex-direction: column;
  gap: 60px;
}

#contact-4 .row {
  display: flex;
  align-items: center;
  gap: 60px;
}

#contact-4 .divider {
  width: 8px;
  height: 526px;
  background: #ededed;
  border-radius: 4px;
  flex-shrink: 0;
}

#contact-4 .card {
  flex: 1;
  background: #36389c;
  border-radius: 40px;
  overflow: hidden;
}

#contact-4 .header {
  padding: 15px 25px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 10px;
}

#contact-4 .header .name {
  display: flex;
  align-items: center;
  gap: 10px;
}

#contact-4 .header img {
  width: 19px;
  height: 26px;
  object-fit: contain;
  flex-shrink: 0;
}

#contact-4 .header h3 {
  font-family: var(--font-Poppins);
  font-size: 30px;
  font-weight: 700;
  color: #fff;
  margin: 0;
  text-transform: uppercase;
}

#contact-4 .header p {
  font-family: var(--font-Poppins);
  font-size: 14px;
  color: #fff;
  margin: 0;
  line-height: 1.4;
}

#contact-4 .map iframe,
#contact-4 .map-placeholder {
  width: 100%;
  height: 435px;
  border: none;
  display: block;
}

#contact-4 .map-placeholder {
  background: #2a2c80;
}

#icoWa {
  background: url(../images/icoWa.png) center no-repeat;
  background-size: contain;
  width: 100px;
  height: 97px;
  position: fixed;
  bottom: 90px;
  right: 40px;
  z-index: 5;
}
