@import url("https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&display=swap");
a, a:hover {
  text-decoration: none;
}

ul {
  padding: 0;
  margin: 0;
}
ul li {
  list-style: none;
}

h2, p {
  margin-bottom: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0;
}

input, textarea {
  background: none;
  border: none;
  outline: none;
}

img {
  max-width: 100%;
  max-height: 100%;
}

.space6 {
  height: 6px;
}

.space8 {
  height: 8px;
}

.space10 {
  height: 10px;
}

.space12 {
  height: 12px;
}

.space14 {
  height: 14px;
}

.space16 {
  height: 16px;
}

.space18 {
  height: 18px;
}

.space20 {
  height: 20px;
}

.space22 {
  height: 22px;
}

.space24 {
  height: 24px;
}

.space26 {
  height: 26px;
}

.space28 {
  height: 28px;
}

.space30 {
  height: 30px;
}

.space32 {
  height: 32px;
}

.space34 {
  height: 34px;
}

.space36 {
  height: 36px;
}

.space38 {
  height: 38px;
}

.space40 {
  height: 40px;
}

.space42 {
  height: 42px;
}

.space44 {
  height: 44px;
}

.space46 {
  height: 46px;
}

.space48 {
  height: 48px;
}

.space50 {
  height: 50px;
}

.space52 {
  height: 52px;
}

.space54 {
  height: 54px;
}

.space56 {
  height: 56px;
}

.space58 {
  height: 58px;
}

.space60 {
  height: 60px;
}

.space62 {
  height: 62px;
}

.space64 {
  height: 64px;
}

.space66 {
  height: 66px;
}

.space68 {
  height: 68px;
}

.space70 {
  height: 70px;
}

.space72 {
  height: 72px;
}

.space74 {
  height: 74px;
}

.space76 {
  height: 76px;
}

.space78 {
  height: 78px;
}

.space80 {
  height: 80px;
}

.space82 {
  height: 82px;
}

.space84 {
  height: 84px;
}

.space86 {
  height: 86px;
}

.space {
  height: 88px;
}

.space90 {
  height: 90px;
}

.space92 {
  height: 92px;
}

.space94 {
  height: 94px;
}

.space96 {
  height: 96px;
}

.space98 {
  height: 98px;
}

.space100 {
  height: 100px;
}

.image-anime {
  position: relative;
  overflow: hidden;
}

.image-anime:after {
  content: "";
  position: absolute;
  width: 200%;
  height: 0%;
  left: 50%;
  top: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  transform: translate(-50%, -50%) rotate(-45deg);
  z-index: 1;
}

.image-anime:hover:after {
  height: 250%;
  transition: all 600ms linear;
  background-color: transparent;
}

.reveal {
  position: relative;
  display: -ms-inline-flexbox;
  visibility: hidden;
  overflow: hidden;
}

.reveal img {
  height: 100%;
  width: 100%;
  display: inline-block;
  -o-object-fit: cover;
  object-fit: cover;
  transform-origin: left;
}

@keyframes sweep {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(15deg);
  }
  50% {
    transform: rotate(0deg);
  }
  75% {
    transform: rotate(-15deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@keyframes clean {
  0% {
    transform: translateY(0) rotate(0);
  }
  25% {
    transform: translateY(-20px) rotate(10deg);
  }
  50% {
    transform: translateY(0) rotate(0);
  }
  75% {
    transform: translateY(20px) rotate(-10deg);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}
@keyframes animation-5 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}
.aniamtion-key-5 {
  position: relative;
  animation-name: animation-5;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  transition: all 0.4s ease-in-out;
}

@keyframes animation-7 {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(-1000deg);
  }
}
.keyframe5 {
  position: relative;
  animation-name: animation-7;
  animation-duration: 90s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-timing-function: cubic-bezier(0.59, 0.59, 1, 1);
}

@keyframes animation-1 {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(30px);
  }
}
.aniamtion-key-1 {
  position: relative;
  animation-name: animation-1;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}

@keyframes animation-2 {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(50px);
  }
}
.aniamtion-key-2 {
  position: relative;
  animation-name: animation-2;
  animation-duration: 2.5s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}

@keyframes animation-3 {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(60px);
  }
}
.aniamtion-key-3 {
  position: relative;
  animation-name: animation-3;
  animation-duration: 1.3s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}

@keyframes animation-4 {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(40px);
  }
}
.aniamtion-key-4 {
  position: relative;
  animation-name: animation-4;
  animation-duration: 1.6s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}

@keyframes animation-6 {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(50px);
  }
}
.aniamtion-key-6 {
  position: relative;
  animation-name: animation-6;
  animation-duration: 1.9s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}

@keyframes animation-8 {
  0% {
    padding-left: 0px;
  }
  100% {
    padding-left: 50px;
  }
}
.aniamtion-key-7 {
  position: relative;
  animation-name: animation-8;
  animation-duration: 1.3s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}
@keyframes fade-in-down {
  0% {
    transform: translate3d(0, -50px, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}
.pulse-border {
  position: relative;
  animation-name: pulse-border;
  animation-duration: 1500ms;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}

@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translatex(-100%);
  }
}
@keyframes marquee-2 {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translatex(0);
  }
}
.bg1 {
  background: var(--ztc-bg-bg-3) !important;
}

:root {
  --ztc-text-text-1: #fff;
  --ztc-text-text-2: #2CA2FC;
  --ztc-text-text-3: #010F1A;
  --ztc-text-text-4: #5A5A5A;
  --ztc-text-text-5: #005395;
  --ztc-text-text-6: #02111D;
  --ztc-text-text-7: #494949;
  --ztc-text-text-8: #1178cd;
  --ztc-text-text-9: #140B00;
  --ztc-text-text-10: #1178cd;
  --ztc-text-text-11: #042E3A;
  --ztc-text-text-12: #5D6061;
  --ztc-bg-bg-1: #fff;
  --ztc-bg-bg-2: #2CA2FC;
  --ztc-bg-bg-3: #F2F9FF;
  --ztc-bg-bg-4: #CBE8FD;
  --ztc-bg-bg-9: #1178cd;
  --ztc-bg-bg-6: #02111D;
  --ztc-bg-bg-7: #F2F9FF;
  --ztc-bg-bg-8: #1178cd;
  --ztc-bg-bg-5: #03C6FE;
  --ztc-border-border-1: #E5E7EB;
  --ztc-border-border-2: #dfdcdc;
  --ztc-font-size-font-s10: 10px;
  --ztc-font-size-font-s12: 12px;
  --ztc-font-size-font-s14: 14px;
  --ztc-font-size-font-s16: 16px;
  --ztc-font-size-font-s18: 18px;
  --ztc-font-size-font-s20: 20px;
  --ztc-font-size-font-s22: 22px;
  --ztc-font-size-font-s24: 24px;
  --ztc-font-size-font-s26: 26px;
  --ztc-font-size-font-s28: 28px;
  --ztc-font-size-font-s30: 30px;
  --ztc-font-size-font-s32: 32px;
  --ztc-font-size-font-s34: 34px;
  --ztc-font-size-font-s36: 36px;
  --ztc-font-size-font-s38: 38px;
  --ztc-font-size-font-s40: 40px;
  --ztc-font-size-font-s42: 42px;
  --ztc-font-size-font-s44: 44px;
  --ztc-font-size-font-s46: 46px;
  --ztc-font-size-font-s48: 48px;
  --ztc-font-size-font-s50: 50px;
  --ztc-font-size-font-s52: 52px;
  --ztc-font-size-font-s54: 54px;
  --ztc-font-size-font-s56: 56px;
  --ztc-font-size-font-s58: 58px;
  --ztc-font-size-font-s60: 60px;
  --ztc-font-size-font-s62: 62px;
  --ztc-font-size-font-s64: 64px;
  --ztc-font-size-font-s66: 66px;
  --ztc-font-size-font-s68: 68px;
  --ztc-font-size-font-s70: 70px;
  --ztc-font-size-font-s10: 10px;
  --ztc-font-size-font-s12: 12px;
  --ztc-font-size-font-s14: 14px;
  --ztc-font-size-font-s16: 16px;
  --ztc-font-size-font-s18: 18px;
  --ztc-font-size-font-s20: 20px;
  --ztc-font-size-font-s22: 22px;
  --ztc-font-size-font-s24: 24px;
  --ztc-font-size-font-s26: 26px;
  --ztc-font-size-font-s28: 28px;
  --ztc-font-size-font-s30: 30px;
  --ztc-font-size-font-s32: 32px;
  --ztc-font-size-font-s34: 34px;
  --ztc-font-size-font-s36: 36px;
  --ztc-font-size-font-s38: 38px;
  --ztc-font-size-font-s40: 40px;
  --ztc-font-size-font-s42: 42px;
  --ztc-font-size-font-s44: 44px;
  --ztc-font-size-font-s46: 46px;
  --ztc-font-size-font-s48: 48px;
  --ztc-font-size-font-s50: 50px;
  --ztc-font-size-font-s52: 52px;
  --ztc-font-size-font-s54: 54px;
  --ztc-font-size-font-s56: 56px;
  --ztc-font-size-font-s58: 58px;
  --ztc-font-size-font-s60: 60px;
  --ztc-font-size-font-s62: 62px;
  --ztc-font-size-font-s64: 64px;
  --ztc-font-size-font-s66: 66px;
  --ztc-font-size-font-s68: 68px;
  --ztc-font-size-font-s70: 70px;
  --ztc-specing-height6: 6px;
  --ztc-specing-height8: 8px;
  --ztc-specing-height10: 10px;
  --ztc-specing-height12: 12px;
  --ztc-specing-height14: 114px;
  --ztc-specing-height16: 16px;
  --ztc-specing-height18: 18px;
  --ztc-specing-height20: 20px;
  --ztc-specing-height22: 22px;
  --ztc-specing-height24: 24px;
  --ztc-specing-height26: 26px;
  --ztc-specing-height28: 28px;
  --ztc-specing-height30: 30px;
  --ztc-specing-height32: 32px;
  --ztc-specing-height34: 34px;
  --ztc-specing-height36: 36px;
  --ztc-specing-height38: 38px;
  --ztc-specing-height40: 40px;
  --ztc-specing-height42: 42px;
  --ztc-specing-height44: 44px;
  --ztc-specing-height46: 46px;
  --ztc-specing-height48: 48px;
  --ztc-specing-height50: 50px;
  --ztc-specing-height52: 52px;
  --ztc-specing-height54: 54px;
  --ztc-specing-height56: 56px;
  --ztc-specing-height58: 58px;
  --ztc-specing-height60: 60px;
  --ztc-specing-height70: 70px;
  --ztc-specing-height80: 80px;
  --ztc-specing-height90: 90px;
  --ztc-specing-height100: 100px;
  --ztc-specing-height110: 110px;
  --ztc-specing-height120: 120px;
  --ztc-specing-height130: 130px;
  --ztc-weight-regular: 400;
  --ztc-weight-medium: 500;
  --ztc-weight-semibold: 600;
  --ztc-weight-bold: 700;
  --ztc-weight-black: 800;
  --ztc-family-font1: 'Figtree', sans-serif;
}

/*
============================
Name:  Poolwash - Pool Cleaning And Services Html Templete
Version: 1.0.0
Description: Poolwash - Pool Cleaning And Services Html Templete
Author: Vikiglab
Author URI: https://themeforest.net/user/vikinglab/portfolio
Location:
============================
*/
/*============= HEDAER CSS AREA ===============*/
/*============= HERO CSS AREA ===============*/
/*============= MOBILE-MENU CSS AREA ===============*/
/*============= ABOUT CSS AREA ===============*/
/*============= SERVICE CSS AREA ===============*/
/*============= WORK CSS AREA ===============*/
/*============= TESTIMONIAL CSS AREA ===============*/
/*============= BLOG CSS AREA ===============*/
/*============= CONTACT CSS AREA ===============*/
/*============= TEAM CSS AREA ===============*/
/*============= FAQ CSS AREA ===============*/
/*============= GALLERY CSS AREA ===============*/
/*============= CTA CSS AREA ===============*/
/*============= OTHERS CSS AREA ===============*/
/*============= PROJECTS CSS AREA ===============*/
/*============= FOOTER CSS AREA ===============*/
/*============= COMMON CSS AREA ===============*/
.heading5 h5 {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  line-height: var(--ztc-font-size-font-s20);
  font-weight: var(--ztc-weight-medium);
  color: var(--ztc-text-text-1);
  border-radius: 8px;
  transition: all 0.4s;
  padding: 8px 12px;
  position: relative;
  z-index: 1;
  display: inline-block;
  margin-bottom: 16px;
  border-radius: 50px;
  background: rgba(255, 255, 255, 0.1);
}
.heading5 h1 {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s64);
  line-height: var(--ztc-font-size-font-s70);
  font-weight: var(--ztc-weight-bold);
  color: var(--ztc-text-text-1);
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .heading5 h1 {
    font-size: var(--ztc-font-size-font-s32);
    line-height: var(--ztc-font-size-font-s40);
  }
}
.heading5 p {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  line-height: var(--ztc-font-size-font-s26);
  font-weight: var(--ztc-weight-medium);
  color: var(--ztc-text-text-1);
  opacity: 90% !important;
}
.heading5 h2 {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s44);
  line-height: var(--ztc-font-size-font-s52);
  font-weight: var(--ztc-weight-bold);
  color: var(--ztc-text-text-9);
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .heading5 h2 {
    font-size: var(--ztc-font-size-font-s32);
    line-height: var(--ztc-font-size-font-s40);
  }
}
.heading5 p.pera {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  line-height: var(--ztc-font-size-font-s26);
  font-weight: var(--ztc-weight-medium);
  color: var(--ztc-text-text-4) !important;
}

.heading6 h5 {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  line-height: var(--ztc-font-size-font-s18);
  font-weight: var(--ztc-weight-medium);
  color: var(--ztc-text-text-9);
  border-radius: 8px;
  transition: all 0.4s;
  padding: 8px 12px;
  position: relative;
  z-index: 1;
  display: inline-block;
  margin-bottom: 16px;
  border-radius: 50px;
  background: rgba(253, 169, 63, 0.1);
}
.heading6 h5 img {
  margin: 0 6px 0 0;
}
.heading6 p {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  line-height: var(--ztc-font-size-font-s26);
  font-weight: var(--ztc-weight-medium);
  color: var(--ztc-text-text-4);
}
.heading6 h2 {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s34);
  line-height: var(--ztc-font-size-font-s34);
  font-weight: var(--ztc-weight-bold);
  color: var(--ztc-text-text-7);
  margin-bottom: 56px;
}
@media (max-width: 767px) {
  .heading6 h2 {
    font-size: var(--ztc-font-size-font-s32);
    line-height: var(--ztc-font-size-font-s32);
  }
}
.heading6 h3 {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  line-height: var(--ztc-font-size-font-s24);
  font-weight: var(--ztc-weight-bold);
  color: var(--ztc-text-text-1);
  margin-bottom: 16px;
}

.heading8 h5 {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  line-height: var(--ztc-font-size-font-s18);
  font-weight: var(--ztc-weight-medium);
  color: var(--ztc-text-text-7);
  border-radius: 8px;
  transition: all 0.4s;
  padding: 8px 12px;
  position: relative;
  z-index: 1;
  display: inline-block;
  margin-bottom: 16px;
  border-radius: 50px;
  background: rgba(255, 255, 255, 0.336);
}
.heading8 h5 img {
  margin: 0 6px 0 0;
}
.heading8 p {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  line-height: var(--ztc-font-size-font-s26);
  font-weight: var(--ztc-weight-medium);
  color: var(--ztc-text-text-7);
}
.heading8 h2 {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s44);
  line-height: var(--ztc-font-size-font-s52);
  font-weight: var(--ztc-weight-bold);
  color: var(--ztc-text-text-11);
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .heading8 h2 {
    font-size: var(--ztc-font-size-font-s32);
    line-height: var(--ztc-font-size-font-s40);
  }
}
.heading8 h3 {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  line-height: var(--ztc-font-size-font-s24);
  font-weight: var(--ztc-weight-bold);
  color: var(--ztc-text-text-1);
  margin-bottom: 16px;
}


.header-btn3 {
  display: inline-block;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-bold);
  color: var(--ztc-text-text-1);
  padding: 16px 20px;
  transition: all 0.4s;
  border-radius: 100px;
  position: relative;
  z-index: 1;
  background: var(--ztc-bg-bg-9);
}
.header-btn3 img {
  margin: -4px 0 0 0;
  transition: all 0.4s;
  filter: brightness(0) invert(1);
}
.header-btn3:hover {
  background: var(--ztc-text-text-9);
  color: var(--ztc-text-text-1);
  transform: translateY(-5px);
  transition: all 0.4s;
}
.header-btn3:hover img {
  transform: rotateY(180deg);
  transition: all 0.4s;
  filter: brightness(0) invert(1);
}

.header-btn4 {
  display: inline-block;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-bold);
  color: var(--ztc-text-text-1);
  padding: 16px 20px;
  transition: all 0.4s;
  border-radius: 100px;
  position: relative;
  z-index: 1;
  background: var(--ztc-bg-bg-9);
}
.gota {
  width: 20px;
  height: 20px;
}
.header-btn4 img {
  margin: 0 0 0 0;
  transition: all 0.4s;
  filter: brightness(0) invert(1);
}
.header-btn4:hover {
  background: var(--ztc-text-text-11);
  color: var(--ztc-text-text-1);
  transform: translateY(-5px);
  transition: all 0.4s;
}
.header-btn4:hover img {
  transform: rotateY(180deg);
  transition: all 0.4s;
  filter: brightness(0) invert(1);
}

/*============= COMMON CSS AREA ENDS===============*/
.sp1 {
  padding: 50px 0 50px;
}
@media (max-width: 767px) {
  .sp1 {
    padding: 10px 0 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sp1 {
    padding: 50px 0 50px;
  }
}

.sp2 {
  padding: 50px 0 20px;
}
@media (max-width: 767px) {
  .sp2 {
    padding: 50px 0 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sp2 {
    padding: 50px 0 20px;
  }
}

.space-margin60 {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .space-margin60 {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .space-margin60 {
    margin-bottom: 30px;
  }
}

/*============= ABOUT CSS AREA ===============*/
.about3-section-area {
  position: relative;
  z-index: 1;
}
.about3-section-area .images {
  width: 520px;
  /*tamaño ablandador sin fondo*/
}
@media (max-width: 767px) {
  .about3-section-area .images {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about3-section-area .images {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.about3-section-area .images img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}
.about3-section-area .about3-header {
  border-radius: 8px;
  background: var(--ztc-bg-bg-1);
  box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.09);
  padding: 20px 32px;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .about3-section-area .about3-header {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about3-section-area .about3-header {
    margin-top: 30px;
  }
}

.about-inner-section-area {
  position: relative;
  z-index: 1;
  background: var(--ztc-bg-bg-3);
}
.about-inner-section-area .about-inner-header {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .about-inner-section-area .about-inner-header {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-inner-section-area .about-inner-header {
    margin-bottom: 0;
  }
}
.about-inner-section-area .heading2.text {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .about-inner-section-area .heading2.text {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-inner-section-area .heading2.text {
    margin-bottom: 30px;
  }
}
.about-inner-section-area .about-boxarea {
  position: relative;
  z-index: 1;
  background: var(--ztc-bg-bg-1);
  border-radius: 8px;
  padding: 32px;
  transition: all 0.4s;
  text-align: center;
  margin-bottom: 30px;
}
.about-inner-section-area .about-boxarea:hover {
  transform: translateY(-5px);
  transition: all 0.4s;
}
.about-inner-section-area .about-boxarea:hover .icons {
  transform: rotateY(-180deg);
  transition: all 0.4s;
}
.about-inner-section-area .about-boxarea .icons {
  height: 70px;
  width: 70px;
  text-align: center;
  line-height: 70px;
  display: inline-block;
  transition: all 0.4s;
  background: var(--ztc-text-text-2);
  transition: all 0.4s;
  border-radius: 50%;
  margin: 0 auto;
}
.about-inner-section-area .about-boxarea a {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 20px;
  display: block;
  transition: all 0.4s;
}
.about-inner-section-area .about-boxarea a:hover {
  color: var(--ztc-text-text-2);
  transition: all 0.4s;
}
.about-inner-section-area .about-boxarea p {
  color: var(--ztc-text-text-4);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 28px;
  display: block;
  transition: all 0.4s;
}
.about-inner-section-area .about-boxarea a.readmore {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 20px;
  display: block;
  transition: all 0.4s;
}
.about-inner-section-area .about-boxarea a.readmore:hover {
  color: var(--ztc-text-text-2);
  transition: all 0.4s;
}
.about-inner-section-area .about-boxarea a.readmore i {
  transition: all 0.4s;
  margin-left: 4px;
  transform: rotate(-45deg);
}

.abut-mission-area {
  position: relative;
  z-index: 1;
}
.abut-mission-area .img1 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}
.abut-mission-area .about-mission-header {
  padding: 0 0 0 70px;
}
@media (max-width: 767px) {
  .abut-mission-area .about-mission-header {
    padding: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .abut-mission-area .about-mission-header {
    padding: 0;
  }
}
.abut-mission-area .about-mission-header h3 {
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 20px;
  display: inline-block;
  transition: all 0.4s;
}
/*============= ABOUT CSS AREA ===============*/
/*============= SERVICE CSS AREA ===============*/
.service4-section-area {
  position: relative;
  z-index: 1;
  /*background-image: url(../img/bg/FONDO_CANERIAS_4.png);*/ 
  background-color: #001f383b;
  background-size: cover;
  overflow: hidden;
}
@media (max-width: 768px) {
  .service4-section-area {
    padding-left: 35px;
    padding-right: 35px;
  }
}

.service4-section-area .elements2 {
  position: absolute;
  top: 0;
  right: 0;
  animation: clean 5s infinite;
}
.service4-section-area .elements17 {
  position: absolute;
  bottom: 0;
  left: 0;
  animation: clean 5s infinite;
}
.service4-section-area .service-header {
  margin-bottom: 60px;
  /*text-indent: 2em;  Ajusta el valor según el tamaño del tab */
}
@media (max-width: 767px) {
  .service4-section-area .service-header {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service4-section-area .service-header {
    margin-bottom: 30px;
  }
}
.service4-section-area .service-boxarea {
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
}
.service4-section-area .service-boxarea:hover .content-area {
  background: var(--ztc-bg-bg-9);
  transition: all 0.4s;
  min-height: 350px; /* Ajusta según necesidad */
}
@media (max-width: 767px) {
    .service4-section-area .service-boxarea:hover .content-area {
        min-height: 100px; /* Menor altura en móviles */
    }
}
.service4-section-area .service-boxarea:hover .content-area .icons {
  transform: rotateY(-180deg);
  transition: all 0.4s;
  background: var(--ztc-bg-bg-1);
}
.service4-section-area .service-boxarea:hover .content-area .icons img {
  filter: none;
  transition: all 0.4s;
}
.service4-section-area .service-boxarea:hover .content-area a {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}
.service4-section-area .service-boxarea:hover .content-area p {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
  opacity: 90%;
}
.service4-section-area .service-boxarea:hover .content-area a.readmore {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}
.service4-section-area .service-boxarea:hover .img1 {
  overflow: hidden;
  border-radius: 8px;
  transition: all 0.4s;
}
.service4-section-area .service-boxarea:hover .img1 img {
  transform: scale(1.1) rotate(-4deg);
  transition: all 0.4s;
}
.service4-section-area .service-boxarea .img1 {
  overflow: hidden;
  border-radius: 8px;
  transition: all 0.4s;
}
.service4-section-area .service-boxarea .img1 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
  transition: all 0.4s;
}
.service4-section-area .service-boxarea .content-area {
  background: var(--ztc-bg-bg-1);
  border-radius: 8px;
  padding: 54px 24px 24px 24px;
  position: relative;
  z-index: 1;
  margin: -50px 20px 0 20px;
  transition: all 0.4s;
  min-height: 350px; /* Ajusta según necesidad */
}
@media (max-width: 767px) {
    .service4-section-area .service-boxarea .content-area {
        min-height: 100px; /* Menor altura en móviles */
    }
}
.service4-section-area .service-boxarea .content-area .icons {
  height: 60px;
  width: 60px;
  text-align: center;
  line-height: 60px;
  display: inline-block;
  transition: all 0.4s;
  border-radius: 50%;
  background: var(--ztc-bg-bg-9);
  position: absolute;
  top: -30px;
  padding: 5px;
  display: flex;
  justify-content: center; /* Centrar horizontalmente */
  align-items: center; /* Centrar verticalmente */
}
.service4-section-area .service-boxarea .content-area .icons img {
  filter: brightness(0) invert(1);
  transition: all 0.4s;
}
.service4-section-area .service-boxarea .content-area a {
  color: var(--ztc-text-text-11);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 20px;
  display: block;
  transition: all 0.4s;
}
.service4-section-area .service-boxarea .content-area p {
  color: var(--ztc-text-text-12);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 28px;
  display: inline-block;
  transition: all 0.4s;
}
.service4-section-area .service-boxarea .content-area a.readmore {
  color: var(--ztc-text-text-11);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 20px;
  display: inline-block;
  transition: all 0.4s;
}
.service4-section-area .service-boxarea .content-area a.readmore i {
  margin-left: 4px;
  /*transform: rotate(-45deg);*/
}

ul.pagination {
  justify-content: center;
  text-align: center;
}
ul.pagination li a {
  color: var(--ztc-text-text-3);
  text-align: center;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  display: inline-block;
  transition: all 0.4s;
  box-shadow: none;
  border: none;
  height: 50px;
  width: 50px;
  text-align: center;
  line-height: 40px;
  border-radius: 7px;
  background: var(--02-home-gray-colar, #F2F9FF);
  margin: 0 8px 0 0;
}
ul.pagination li a:hover {
  background: var(--ztc-bg-bg-2);
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}
ul.pagination li a.active {
  background: var(--ztc-bg-bg-2);
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
}
/*============= SERVICE CSS AREA ===============*/
/*============= HERO CSS AREA ===============*/
.hero3-section-area {
  position: relative;
  z-index: 1;
  background-image: url(../img/bg/FONDO_EQUIPO.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  /*aca cambio altura de fondo en web*/
  padding: 330px 0 330px;

}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero3-section-area {
    padding: 200px 0 150px;
  }
}
@media (max-width: 767px) {
  .hero3-section-area {
    /*padding: 160px 0 260px;*/
    padding: 160px 0 260px;
    /*aca es el alto del ablandador de fondo en mobile*/
  }
}
.hero3-section-area .elements15 {
  position: absolute;
  bottom: 0;
  left: 50%;
}
@media (max-width: 767px) {
  .hero3-section-area .elements15 {
    display: none;
  }
}
.hero3-section-area .hero4-header .btn-area2 .header-btn3 {
  margin-top: 30px;
  background: var(--ztc-text-text-10);
}
@media (max-width: 767px) {
  .hero3-section-area .hero4-header .btn-area2 .header-btn3 {
    display: block;
    text-align: center;
  }
}
.hero3-section-area .hero4-header .btn-area2 .header-btn3.btn2 {
  background: none;
  border: 2px solid var(--ztc-text-text-1);
  margin-left: 16px;
  padding: 14px;
  transition: all 0.4s;
  color: var(--ztc-text-text-1);
  margin-top: 32px;
}
.hero3-section-area .hero4-header .btn-area2 .header-btn3.btn2 img {
  filter: brightness(0) invert(1);
  transition: all 0.4s;
}
.hero3-section-area .hero4-header .btn-area2 .header-btn3.btn2:hover {
  background: var(--ztc-text-text-10);
  color: var(--ztc-text-text-9);
  transition: all 0.4s;
  border: 2px solid var(--ztc-text-text-10);
}
.hero3-section-area .hero4-header .btn-area2 .header-btn3.btn2:hover img {
  filter: brightness(0);
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .hero3-section-area .hero4-header .btn-area2 .header-btn3.btn2 {
    margin-left: 0;
    margin-top: 20px;
  }
}
.hero3-section-area .auhtor-area {
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 0;
  right: 0;
  background: var(--ztc-bg-bg-1);
  padding: 24px 150px;
  border-radius: 200px 0 0 0;
}
@media (max-width: 767px) {
  .hero3-section-area .auhtor-area {
    display: none;
  }
}
.hero3-section-area .auhtor-area .img1 {
  margin: 0 20px 0 0;
}
.hero3-section-area .auhtor-area .content p {
  color: var(--ztc-text-text-4);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 20px;
  margin-bottom: 10px;
}
.hero3-section-area .auhtor-area .content ul li {
  display: inline-block;
  color: #FC9C2C;
}
/*============= HERO CSS AREA ===============*/
/*============= MOBILE MENU CSS AREA ===============*/
.mobile-header.mobile-haeder1 {
  background: var(--ztc-bg-bg-3);
  position: fixed;
}
.mobile-header.mobile-haeder1 .dots-menu {
  color: var(--ztc-bg-bg-1);
}
.mobile-header.mobile-haeder1 .mobile-logo img {
  filter: brightness(0) invert(1);
  height: 50px;
  width: 150px;
  -o-object-fit: contain;
     object-fit: contain;
}

.mobile-sidebar.mobile-sidebar1 {
  background: var(--ztc-bg-bg-2);
}
.mobile-sidebar.mobile-sidebar1 .menu-close {
  color: var(--ztc-bg-bg-1);
}
.mobile-sidebar.mobile-sidebar1 .logos {
  filter: brightness(0) invert(1);
  height: 50px;
  width: 150px;
  -o-object-fit: contain;
     object-fit: contain;
}
.mobile-sidebar.mobile-sidebar1 .mobile-nav.mobile-nav1 ul span.submenu-button:before {
  background: var(--ztc-text-text-1);
}
.mobile-sidebar.mobile-sidebar1 .mobile-nav.mobile-nav1 ul span.submenu-button::after {
  background: var(--ztc-text-text-1);
}
.mobile-sidebar.mobile-sidebar1 .mobile-nav.mobile-nav1 ul li a {
  color: var(--ztc-bg-bg-1);
  font-family: var(--ztc-family-font1) !important;
}
.mobile-sidebar.mobile-sidebar1 .allmobilesection .header-btn1 {
  width: 100%;
  text-align: center;
  background: var(--ztc-bg-bg-1);
  color: var(--ztc-text-text-3);
  margin-top: 20px;
}
.mobile-sidebar.mobile-sidebar1 .allmobilesection .header-btn1:hover {
  background: var(--ztc-text-text-3);
  color: var(--ztc-text-text-1);
}
.mobile-sidebar.mobile-sidebar1 .allmobilesection .header-btn1:hover img {
  transition: all 0.4s;
  filter: brightness(0) invert(1);
}
.mobile-sidebar.mobile-sidebar1 .allmobilesection .header-btn1 img {
  margin: 0 4px 0 0;
  filter: brightness(0);
  transition: all 0.4s;
}
.mobile-sidebar.mobile-sidebar1 .single-footer h3 {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  line-height: var(--ztc-font-size-font-s20);
  font-weight: var(--ztc-weight-semibold);
  color: var(--ztc-bg-bg-1);
  margin-top: 20px;
}
.mobile-sidebar.mobile-sidebar1 .footer1-contact-info .contact-info-single {
  display: flex;
  align-items: center;
  margin-top: 16px;
}
.mobile-sidebar.mobile-sidebar1 .footer1-contact-info .contact-info-single .contact-info-icon i {
  color: var(--ztc-bg-bg-1);
  transition: all 0.4s;
  display: inline-block;
}
.mobile-sidebar.mobile-sidebar1 .footer1-contact-info .contact-info-single .contact-info-text a {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s20);
  font-weight: var(--ztc-weight-regular);
  color: var(--ztc-bg-bg-1);
  transition: all 0.4s;
  display: inline-block;
  margin-left: 10px;
}
.mobile-sidebar.mobile-sidebar1 .footer1-contact-info .social-links-mobile-menu ul {
  margin-top: 16px;
}
.mobile-sidebar.mobile-sidebar1 .footer1-contact-info .social-links-mobile-menu ul li {
  display: inline-block;
}
.mobile-sidebar.mobile-sidebar1 .footer1-contact-info .social-links-mobile-menu ul li a {
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 23px;
  display: inline-block;
  background: var(--ztc-bg-bg-1);
  color: var(--ztc-bg-bg-2);
  transition: all 0.4s;
  border-radius: 50%;
  margin: 0 6px 0 0;
}
.mobile-sidebar.mobile-sidebar1 .footer1-contact-info .social-links-mobile-menu ul li a:hover {
  transform: translateY(-5px);
  transition: all 0.4s;
}

.mobile-header.mobile-haeder4 {
  background: var(--ztc-bg-bg-1);
  /*acaa mobile*/
  position: fixed;
}

.mobile-header.mobile-haeder4 .dots-menu {
  color: var(--ztc-bg-bg-9);
}
.mobile-header.mobile-haeder4 .mobile-logo img {
  filter: brightness(1) invert(0);
  height: 50px;
  width: 185px;
  /* aca tamaño logo mobile */
  -o-object-fit: contain;
     object-fit: contain;
}

.mobile-sidebar.mobile-sidebar4 {
  background: var(--ztc-bg-bg-9);
}
.mobile-sidebar.mobile-sidebar4 .menu-close {
  color: var(--ztc-bg-bg-1);
}
.mobile-sidebar.mobile-sidebar4 .logos {
  filter: brightness(0) invert(1);
  height: 65px;
  width: 225px;
  -o-object-fit: contain;
     object-fit: contain;
}
.mobile-sidebar.mobile-sidebar4 .mobile-nav.mobile-nav1 ul span.submenu-button:before {
  background: var(--ztc-text-text-1);
}
.mobile-sidebar.mobile-sidebar4 .mobile-nav.mobile-nav1 ul span.submenu-button::after {
  background: var(--ztc-text-text-1);
}
.mobile-sidebar.mobile-sidebar4 .mobile-nav.mobile-nav1 ul li a {
  color: var(--ztc-bg-bg-1);
  font-family: var(--ztc-family-font1) !important;
}
.mobile-sidebar.mobile-sidebar4 .allmobilesection .header-btn1 {
  width: 100%;
  text-align: center;
  background: var(--ztc-bg-bg-1);
  color: var(--ztc-text-text-9);
  margin-top: 20px;
}
.mobile-sidebar.mobile-sidebar4 .allmobilesection .header-btn1:hover {
  background: var(--ztc-text-text-9);
  color: var(--ztc-text-text-1);
}
.mobile-sidebar.mobile-sidebar4 .allmobilesection .header-btn1:hover img {
  transition: all 0.4s;
  filter: brightness(0) invert(1);
}
.mobile-sidebar.mobile-sidebar4 .allmobilesection .header-btn1 img {
  margin: 0 4px 0 0;
  filter: brightness(0);
  transition: all 0.4s;
}
.mobile-sidebar.mobile-sidebar4 .single-footer h3 {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  line-height: var(--ztc-font-size-font-s20);
  font-weight: var(--ztc-weight-semibold);
  color: var(--ztc-bg-bg-1);
  margin-top: 20px;
}
.mobile-sidebar.mobile-sidebar4 .footer1-contact-info .contact-info-single {
  display: flex;
  align-items: center;
  margin-top: 16px;
}
.mobile-sidebar.mobile-sidebar4 .footer1-contact-info .contact-info-single .contact-info-icon i {
  color: var(--ztc-bg-bg-1);
  transition: all 0.4s;
  display: inline-block;
}
.mobile-sidebar.mobile-sidebar4 .footer1-contact-info .contact-info-single .contact-info-text a {
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s20);
  font-weight: var(--ztc-weight-regular);
  color: var(--ztc-bg-bg-1);
  transition: all 0.4s;
  display: inline-block;
  margin-left: 10px;
}
.mobile-sidebar.mobile-sidebar4 .footer1-contact-info .social-links-mobile-menu ul {
  margin-top: 16px;
}
.mobile-sidebar.mobile-sidebar4 .footer1-contact-info .social-links-mobile-menu ul li {
  display: inline-block;
}
.mobile-sidebar.mobile-sidebar4 .footer1-contact-info .social-links-mobile-menu ul li a {
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 23px;
  display: inline-block;
  background: var(--ztc-bg-bg-1);
  color: var(--ztc-bg-bg-9);
  transition: all 0.4s;
  border-radius: 50%;
  margin: 0 6px 0 0;
}
.mobile-sidebar.mobile-sidebar4 .footer1-contact-info .social-links-mobile-menu ul li a:hover {
  transform: translateY(-5px);
  transition: all 0.4s;
}
/*============= MOBILE MENU CSS AREA ===============*/
/*============= FOOTER CSS AREA ===============*/
.footer4-section-area {
  position: relative;
  z-index: 1;
  background-image: url(../img/bg/footer-bg3.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 315px 0 32px;
}
.footer4-section-area .elements2 {
  position: absolute;
  bottom: 20px;
  right: 0;
  animation: sweep 2s infinite ease-in-out;
}
.footer4-section-area .elements3 {
  position: absolute;
  bottom: 0;
  left: 0;
}
.footer4-section-area .footer-logo-area {
  padding: 0 50px 0 0;
}
@media (max-width: 767px) {
  .footer4-section-area .footer-logo-area {
    padding: 0;
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer4-section-area .footer-logo-area {
    margin-bottom: 30px;
  }
}
.footer4-section-area .footer-logo-area img {
  width: 180px;
  padding-bottom: 24px;
}
.footer4-section-area .footer-logo-area p {
  color: var(--ztc-text-text-12);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 28px;
  padding-top: 16px;
  border-top: 1px solid #C2CAD1;
  display: inline-block;
  opacity: 80%;
}
.footer4-section-area .footer-logo-area ul li {
  display: inline-block;
}
.footer4-section-area .footer-logo-area ul li a {
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 40px;
  transition: all 0.4s;
  color: var(--ztc-text-text-10);
  display: inline-block;
  border-radius: 50%;
  background: #BEEBF7;
  margin: 0 8px 0 0;
}
.footer4-section-area .footer-logo-area ul li a:hover {
  background: var(--ztc-text-text-10);
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
  transform: translateY(-3px);
}
.footer4-section-area .footer-header h3 {
  color: var(--ztc-text-text-11);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 28px;
}
.footer4-section-area .footer-header p {
  color: var(--ztc-text-text-12);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 28px;
  padding-top: 16px;
  display: inline-block;
}
.footer4-section-area .footer-header form input {
  border-radius: 30px;
  background: #BEEBF7;
  width: 100%;
  padding: 16px;
  height: 48px;
  color: var(--ztc-text-text-11);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 28px;
  padding-top: 16px;
  display: inline-block;
}
.footer4-section-area .footer-header form button {
  width: 100%;
  border: none;
  outline: none;
  display: block;
  margin-top: 20px;
}
.footer4-section-area .footer-header ul li a {
  color: var(--ztc-text-text-4);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 28px;
  padding-top: 16px;
  display: inline-block;
  transition: all 0.4s;
}
.footer4-section-area .footer-header ul li a:hover {
  color: var(--ztc-text-text-10);
  padding-left: 5px;
  transition: all 0.4s;
}
.footer4-section-area .footer-header.pbleft {
  padding-left: 100px;
}
@media (max-width: 767px) {
  .footer4-section-area .footer-header.pbleft {
    padding-left: 0;
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer4-section-area .footer-header.pbleft {
    padding-left: 0;
    margin-bottom: 30px;
  }
}
.footer4-section-area .footer-header.pbleft2 {
  padding-left: 50px;
}
@media (max-width: 767px) {
  .footer4-section-area .footer-header.pbleft2 {
    padding-left: 0;
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer4-section-area .footer-header.pbleft2 {
    padding-left: 0;
  }
}
.footer4-section-area .copyright-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 24px;
  border-top: 1px solid #C2CAD1;
}
@media (max-width: 767px) {
  .footer4-section-area .copyright-area {
    display: inline-block;
    align-items: center;
    text-align: center;
  }
}
.footer4-section-area .copyright-area p {
  color: var(--ztc-text-text-4);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 28px;
  display: inline-block;
  opacity: 80%;
}
.footer4-section-area .copyright-area p a {
  color: var(--ztc-text-text-4);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 28px;
  display: inline-block;
  opacity: 80%;
  transition: all 0.4s;
}
.footer4-section-area .copyright-area p a:hover {
  color: var(--ztc-text-text-10);
  transition: all 0.4s;
}
.footer4-section-area .copyright-area p span {
  margin: 0 8px;
  display: inline-block;
  color: #D0D6DB;
}
/*============= FOOTER CSS AREA ===============*/
/*============= HEADER CSS AREA ===============*/
.homepage4-body, html {
  overflow-x: hidden !important;
}

.homepage4-body {
  overflow-x: hidden;
  transition: all 0.4s;
}
.homepage4-body .header-area.homepage4 {
  position: absolute;
  width: 100%;
  z-index: 9;
  transition: all 0.4s;
  padding: 16px 0;
}
.homepage4-body .header-area.homepage4 nav#navbar-example2 {
  display: block !important;
  padding: 0 !important;
}
.homepage4-body .header-area.homepage4 .header-elements .site-logo {
  width: 280px;
  transition: all 0.4s;
}
.homepage4-body .header-area.homepage4 .header-elements .main-menu ul li a.nav-link.active {
  color: var(--ztc-text-text-10);
  font-weight: var(--ztc-weight-medium) !important;
}
.homepage4-body .header-area.homepage4 .header-elements .main-menu .tp-submenu {
  left: -370px;
}
.homepage4-body .header-area.homepage4 .text {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  top: 10px;
  left: 0px;
}
.homepage4-body .header-area.homepage4 .text::after {
  position: absolute;
  content: "";
  height: 100px;
  width: 100px;
  left: -60px;
  top: -60px;
  transition: all 0.4s;
  background: #FF6610;
  transform: rotate(-45deg);
  z-index: -1;
}
.homepage4-body .header-area.homepage4 .text h2 {
  font-size: var(--ztc-font-size-font-s18);
  font-weight: var(--ztc-weight-bold);
  font-family: var(--ztc-family-font1);
  transition: all 0.4s;
  line-height: var(--ztc-font-size-font-s18);
  color: var(--ztc-text-text-1);
  transform: rotate(-45deg);
  position: relative;
  top: 0px;
  left: 5px;
}
.homepage4-body .header-area.homepage4 .header-elements {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  transition: all 0.4s;
}
.homepage4-body .header-area.homepage4 .header-elements .main-menu {
  position: relative;
}
.homepage4-body .header-area.homepage4 .header-elements .main-menu ul li.menu-small a {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
}
.homepage4-body .header-area.homepage4 .header-elements .main-menu ul li.menu-small:hover ul.small-menu {
  visibility: visible;
  opacity: 1;
  transition: all 0.4s;
  top: 10px;
}
.homepage4-body .header-area.homepage4 .header-elements .main-menu ul ul.small-menu {
  position: absolute;
  background: #fff;
  width: 225px;
  left: 200px;
  border-radius: 4px;
  padding: 15px;
  top: 0;
  transition: all 0.4s;
  visibility: hidden;
  opacity: 0;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 20px 30px;
}
.homepage4-body .header-area.homepage4 .header-elements .main-menu ul li {
  display: inline-block;
  position: relative;
}
.homepage4-body .header-area.homepage4 .header-elements .main-menu ul li .tp-submenu .all-images-menu {
  display: flex;
  align-items: center;
}
.homepage4-body .header-area.homepage4 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb {
  transition: all 0.4s;
  position: relative;
  z-index: 1;
  margin: 0 20px 0 0;
  overflow: hidden;
}
.homepage4-body .header-area.homepage4 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb:hover .img1 {
  transition: all 0.4s;
}
.homepage4-body .header-area.homepage4 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb:hover .img1::after {
  transform: scale(1);
  transition: all 0.4s;
  visibility: visible;
  opacity: 0.4;
}
.homepage4-body .header-area.homepage4 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb:hover .homemenu-btn {
  top: 35%;
  visibility: visible;
  opacity: 1;
  transition: all 0.6s;
}
.homepage4-body .header-area.homepage4 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .img1 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: all 0.4s;
}
.homepage4-body .header-area.homepage4 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .img1::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  transition: all 0.4s;
  background: var(--ztc-text-text-11);
  opacity: 0;
  border-radius: 4px;
  transform: scale(0.8);
  z-index: 1;
  visibility: hidden;
}
.homepage4-body .header-area.homepage4 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .img1 img {
  height: 100%;
  width: 100%;
  border-radius: 4px;
  transition: all 0.4s;
  border: 1px solid #E5E7EB;
}
.homepage4-body .header-area.homepage4 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn {
  position: absolute;
  top: 45%;
  z-index: 2;
  visibility: hidden;
  opacity: 0;
  text-align: center;
  transition: all 0.6s;
  margin: 0 auto;
  left: 20%;
  right: 20%;
}
.homepage4-body .header-area.homepage4 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn .header-btn3 {
  display: inline-block;
  font-family: var(--ztc-family-font2);
  font-size: var(--ztc-font-size-font-s16);
  line-height: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-bold);
  background: var(--ztc-bg-bg-9);
  color: var(--ztc-text-text-1);
  padding: 16px;
  transition: all 0.4s;
  border-radius: 100px;
  position: relative;
  width: 140px;
  z-index: 1;
}
.homepage4-body .header-area.homepage4 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn .header-btn3 img {
  filter: brightness(0) invert(1);
}
.homepage4-body .header-area.homepage4 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn .header-btn3:hover {
  color: var(--ztc-text-text-1);
  transition: all 0.4s;
  transform: translateY(-5px);
  background: var(--ztc-text-text-11);
}
.homepage4-body .header-area.homepage4 .header-elements .main-menu ul li:hover .tp-submenu {
  visibility: visible;
  transition: all 0.5s ease-in-out;
  opacity: 1;
  z-index: 9;
  top: 201.3%;
  position: absolute;
  transition: all 0.4s;
  transform: scale(1);
}
.homepage4-body .header-area.homepage4 .header-elements .main-menu ul li:hover ul.dropdown-padding {
  visibility: visible;
  transition: all 0.5s ease-in-out;
  opacity: 1;
  z-index: 9;
  top: 201.3%;
  transform: scale(1);
  position: absolute;
  transition: all 0.4s;
}
.homepage4-body .header-area.homepage4 .header-elements .main-menu ul li a {
  font-family: var(--ztc-family-font1) !important;
  font-size: var(--ztc-font-size-font-s16);
  font-weight: var(--ztc-weight-medium);
  color: var(--ztc-text-text-1);
  display: block;
  transition: all 0.4s;
  padding: 0 20px;
}
.homepage4-body .header-area.homepage4 .header-elements .main-menu ul li a i.fa-solid.fa-angle-down {
  font-size: var(--ztc-font-size-font-s12) !important;
}
.homepage4-body .header-area.homepage4 .header-elements .main-menu ul li:hover > a {
  transition: all 0.4s;
  color: var(--ztc-text-text-10) !important;
  font-weight: var(--ztc-weight-medium);
}
.homepage4-body .header-area.homepage4 .header-elements .main-menu ul li .tp-submenu {
  visibility: hidden;
  opacity: 0;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 20px 30px;
  position: absolute;
  background: var(--ztc-text-text-1);
  top: 201.3%;
  transform: scale(1, 0);
  z-index: 0;
  transition: all 0.4s;
  border-radius: 5px;
  padding: 20px;
  left: -330px;
  width: 1300px;
  max-height: 600px;
  overflow: hidden;
  transform-origin: top;
  display: block;
}
.homepage4-body .header-area.homepage4 .header-elements .main-menu ul li ul.dropdown-padding {
  visibility: hidden;
  opacity: 0;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 20px 30px;
  position: absolute;
  background: var(--ztc-text-text-1);
  top: 201.3%;
  transform: scale(1, 0);
  width: 225px;
  z-index: 0;
  transition: all 0.4s;
  border-radius: 5px;
  padding: 15px;
  display: block;
  transform-origin: top;
}
.homepage4-body .header-area.homepage4 .header-elements .main-menu ul li ul.dropdown-padding li.main-small-menu {
  position: relative;
}
.homepage4-body .header-area.homepage4 .header-elements .main-menu ul li ul.dropdown-padding li.main-small-menu:hover > a {
  transition: all 0.4s;
  padding-left: 15px;
  color: var(--ztc-text-text-10);
}
.homepage4-body .header-area.homepage4 .header-elements .main-menu ul li ul.dropdown-padding li.main-small-menu:hover > a::after {
  background: var(--ztc-text-text-10);
  transition: all 0.4s;
  visibility: visible;
  opacity: 1;
  color: var(--ztc-text-text-10);
}
.homepage4-body .header-area.homepage4 .header-elements .main-menu ul li ul.dropdown-padding li {
  display: block;
}
.homepage4-body .header-area.homepage4 .header-elements .main-menu ul li ul.dropdown-padding li a {
  font-family: var(--ztc-family-font2);
  font-weight: var(--ztc-weight-medium);
  transition: all 0.4s;
  font-size: var(--ztc-font-size-font-s16);
  padding: 8px;
  display: block;
  position: relative;
  z-index: 1;
  border-radius: 4px;
  color: var(--ztc-text-text-11);
}
.homepage4-body .header-area.homepage4 .header-elements .main-menu ul li ul.dropdown-padding li a::after {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  transition: all 0.4s;
  z-index: -1;
  left: -20px;
  top: 10px;
  border-radius: 4px;
  display: inline-block;
  visibility: hidden;
  opacity: 0;
  background-image: url(../img/icons/logo-icon4.svg);
}
.homepage4-body .header-area.homepage4 .header-elements .main-menu ul li ul.dropdown-padding li a:hover {
  padding-left: 15px;
  color: var(--ztc-text-text-8);
  transition: all 0.4s;
  font-weight: var(--ztc-weight-medium);
}
.homepage4-body .header-area.homepage4 .header-elements .main-menu ul li ul.dropdown-padding li a:hover::after {
  border-radius: 4px;
  visibility: visible;
  transition: all 0.4s;
  opacity: 1;
  left: -10px;
  top: 10px;
}
.homepage4-body .btn-area {
  display: flex;
  align-items: center;
}
.homepage4-body .btn-area .search-icon {
  margin: 0 16px 0 0;
}

.header-area.homepage4.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  transform: translate3d(0, 0, 0);
  z-index: 111;
  animation-name: fade-in-down;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 20px 30px;
  /*acaaa*/
  background: var(--ztc-text-text-1);
  transition: all 0.4s;
  padding: 0;
}
.header-area.homepage4.sticky .header-elements {
  transition: all 0.4s;
  padding: 16px 0;
}
.header-area.homepage4.sticky .header-elements .main-menu ul li a {
  color: var(--ztc-text-text-11);
  transition: all 0.4s;
}

/*============= HEADER CSS AREA ===============*/
/*============= OTHERS CSS AREA ===============*/
.progress-wrap {
  position: fixed;
  left: 30px;
  bottom: 30px;
  height: 56px;
  width: 56px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.1);
  z-index: 10000;
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  transition: all 200ms linear;
  color: var(--ztc-text-text-1);
}

.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.progress-wrap::after {
  position: absolute;
  font-family: "FontAwesome";
  content: "\f062";
  text-align: center;
  line-height: 56px;
  font-size: 18px;
  color: var(--ztc-text-text-3);
  left: 0;
  top: 0;
  height: 56px;
  width: 56px;
  cursor: pointer;
  display: block;
  z-index: 1;
  transition: all 200ms linear;
}

.progress-wrap:hover::after {
  opacity: 0;
  color: var(--ztc-text-text-3);
}

.progress-wrap::before {
  position: absolute;
  font-family: "FontAwesome";
  content: "\f062";
  text-align: center;
  line-height: 56px;
  font-size: 18px;
  opacity: 0;
  left: 0;
  top: 0;
  height: 56px;
  width: 56px;
  cursor: pointer;
  display: block;
  z-index: 2;
  transition: all 200ms linear;
}

.progress-wrap:hover::before {
  opacity: 1;
  color: var(--ztc-text-text-3);
}

.progress-wrap svg path {
  fill: none;
}

.progress-wrap svg.progress-circle path {
  stroke: var(--ztc-text-text-3);
  stroke-width: 4;
  box-sizing: border-box;
  transition: all 200ms linear;
}

.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

/*============= OTHERS CSS AREA ===============*/
/*============= BRANDS CSS AREA ===============*/
.others3-section-area {
  position: relative;
  z-index: 1;
  background: var(--ztc-text-text-1);
  padding: 50px 0 50px;
  background-color: #ffffff;/*COLOR DEL FONDO DE LAS MARCAS*/
}
.others3-section-area .heading6 {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .others3-section-area .heading6 {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .others3-section-area .heading6 {
    margin-bottom: 30px;
  }
}
.others3-section-area .brand-slider-area .img1 {
  width: 115px;
  height: 32px;
  -o-object-fit: contain;
     object-fit: contain;
}
.others3-section-area .brand-slider-area1 .img1 {
  width: 115px;
  height: 32px;
  -o-object-fit: contain;
     object-fit: contain;
}

.others3-section-area .heading6 h3 {
  color: #000000; /* Cambia por el color que desees */
  font-size: 24px; /* Ajusta el tamaño si es necesario */
  font-weight: bold; /* Opcional: cambia el grosor del texto */
}

#carousel1 {
  margin-bottom: 20px; /* Espacio entre la primera y la segunda fila */
}

#carousel2 {
  margin-top: 20px; /* Opcional: control del margen superior de la segunda fila */
}
/* ==== FIX PARA LOGOS EN MÓVIL ==== */
@media (max-width: 767px) {
  .slick-slide img {
    display: block !important;
    width: 100%;
    height: auto;
  }

  .others3-section-area .brand-slider-area,
  .others3-section-area .brand-slider-area1 {
    overflow: visible !important;
  }

  .slick-slide {
    display: block !important;
    float: none;
  }
}



/*============= BRANDS CSS AREA ===============*/
/*============= ERROR CSS AREA ===============*/
.error-section-area .error-images img.error {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px;
}

/*============= ERROR CSS AREA ===============*/
/*============= CONTACT CSS AREA ===============*/
.contact3-section-area {
  position: relative;
  z-index: 1;
  background: #F8F7F5;
  overflow: hidden;
}
.contact3-section-area .elements16 {
  position: absolute;
  top: 0;
  right: 0;
  animation: clean 5s infinite ease-in-out;
}
.contact3-section-area .elements17 {
  position: absolute;
  bottom: 0;
  left: 0;
  animation: clean 5s infinite ease-in-out;
}
.contact3-section-area .contact-heading {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .contact3-section-area .contact-heading {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact3-section-area .contact-heading {
    margin-bottom: 30px;
  }
}
.contact3-section-area .contact-auhtor-boxarea {
  background: var(--ztc-text-text-1);
  border-radius: 8px;
  padding: 32px;
}
@media (max-width: 767px) {
  .contact3-section-area .contact-auhtor-boxarea .contact-form-area {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact3-section-area .contact-auhtor-boxarea .contact-form-area {
    margin-bottom: 30px;
  }
}
.contact3-section-area .contact-auhtor-boxarea .contact-form-area h3 {
  color: var(--ztc-text-text-9);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s24);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 24px;
  margin-bottom: 16px;
}
.contact3-section-area .contact-auhtor-boxarea .contact-form-area p {
  color: var(--ztc-text-text-4);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 24px;
  margin-bottom: 16px;
}
.contact3-section-area .contact-auhtor-boxarea .contact-form-area .input-area input {
  border: 1px solid #DEDDDB;
  color: var(--ztc-text-text-4);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 18px;
  width: 100%;
  border-radius: 8px;
  padding: 16px;
  height: 52px;
  margin-bottom: 20px;
}
.contact3-section-area .contact-auhtor-boxarea .contact-form-area .input-area input::-moz-placeholder {
  color: var(--ztc-text-text-4);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  opacity: 0.8;
}
.contact3-section-area .contact-auhtor-boxarea .contact-form-area .input-area input::placeholder {
  color: var(--ztc-text-text-4);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  opacity: 0.8;
}
.contact3-section-area .contact-auhtor-boxarea .contact-form-area .input-area textarea {
  border: 1px solid #DEDDDB;
  color: var(--ztc-text-text-4);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 18px;
  width: 100%;
  border-radius: 8px;
  padding: 16px;
  height: 90px;
}
.contact3-section-area .contact-auhtor-boxarea .contact-form-area .input-area textarea::-moz-placeholder {
  color: var(--ztc-text-text-4);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  opacity: 0.8;
}
.contact3-section-area .contact-auhtor-boxarea .contact-form-area .input-area textarea::placeholder {
  color: var(--ztc-text-text-4);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  opacity: 0.8;
}
.contact3-section-area .contact-auhtor-boxarea .contact-form-area .input-area button {
  outline: none;
  border: none;
}
.contact3-section-area .contact-auhtor-boxarea .contact-boxarea {
  position: relative;
  z-index: 1;
  border-radius: 7px;
  background: var(--White-Coloess, #FFF);
  box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.09);
  padding: 23px 24px;
  transition: all 0.4s;
  height: 105px;
  margin: 0 0 0 30px;
}
@media (max-width: 767px) {
  .contact3-section-area .contact-auhtor-boxarea .contact-boxarea {
    height: auto;
    margin: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact3-section-area .contact-auhtor-boxarea .contact-boxarea {
    margin: 0;
  }
}
.contact3-section-area .contact-auhtor-boxarea .contact-boxarea:hover {
  background: var(--ztc-text-text-10);
  transition: all 0.4s;
  transform: translateY(-5px);
}
.contact3-section-area .contact-auhtor-boxarea .contact-boxarea:hover .icons {
  background: var(--ztc-text-text-1);
  transition: all 0.4s;
}
.contact3-section-area .contact-auhtor-boxarea .contact-boxarea:hover .icons img {
  /*filter: none;*/
  transition: all 0.4s;
}
.contact3-section-area .contact-auhtor-boxarea .contact-boxarea .icons {
  height: 60px;
  width: 60px;
  text-align: center;
  line-height: 60px;
  border-radius: 50%;
  border-radius: 100px;
  transition: all 0.4s;
  display: inline-block;
  background: #1178cd3b;
  
  position: absolute;
}
.contact3-section-area .contact-auhtor-boxarea .contact-boxarea .icons img {
  filter: brightness(0);
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .contact3-section-area .contact-auhtor-boxarea .contact-boxarea .icons {
    position: relative;
  }
}
.contact3-section-area .contact-auhtor-boxarea .contact-boxarea .textarea {
  padding-left: 100px;
  margin-top: -10px;
}
@media (max-width: 767px) {
  .contact3-section-area .contact-auhtor-boxarea .contact-boxarea .textarea {
    padding: 0;
    margin-top: 20px !important;
  }
}
.contact3-section-area .contact-auhtor-boxarea .contact-boxarea .textarea h4 {
  color: var(--ztc-text-text-9);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 24px;
  margin-bottom: 16px;
  transition: all 0.4s;
}
.contact3-section-area .contact-auhtor-boxarea .contact-boxarea .textarea p {
  color: var(--ztc-text-text-4);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 28px;
  margin-bottom: 16px;
  transition: all 0.4s;
}
.contact3-section-area .contact-auhtor-boxarea .contact-boxarea .textarea a {
  color: var(--ztc-text-text-4);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 28px;
  margin-bottom: 16px;
  transition: all 0.4s;
  display: inline-block;
}

.mapouter .gmap_canvas iframe {
  width: 100%;
  height: 700px;
}

.contact-inner-box-section {
  position: relative;
  z-index: 1;
  margin-top: -200px;
}
@media (max-width: 767px) {
  .contact-inner-box-section {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact-inner-box-section {
    margin-top: 30px;
  }
}
.contact-inner-box-section .contact-boxarea {
  background: var(--ztc-bg-bg-3);
  border-radius: 8px;
  padding: 80px;
}
@media (max-width: 767px) {
  .contact-inner-box-section .contact-boxarea {
    padding: 30px;
  }
}
.contact-inner-box-section .contact-boxarea .input-check {
  display: flex;
  align-items: center;
}
.contact-inner-box-section .contact-boxarea .input-check p {
  padding-left: 10px;
}
.contact-inner-box-section .contact-boxarea .input-area input {
  width: 100%;
  background: var(--ztc-text-text-1);
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 18px;
  padding: 16px;
  height: 58px;
  border-radius: 8px;
  margin-top: 20px;
}
.contact-inner-box-section .contact-boxarea .input-area input::-moz-placeholder {
  color: var(--ztc-text-text-4);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 18px;
}
.contact-inner-box-section .contact-boxarea .input-area input::placeholder {
  color: var(--ztc-text-text-4);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 18px;
}
.contact-inner-box-section .contact-boxarea .input-area textarea {
  width: 100%;
  background: var(--ztc-text-text-1);
  color: var(--ztc-text-text-3);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 18px;
  padding: 16px;
  height: 145px;
  border-radius: 8px;
  margin-top: 20px;
}
.contact-inner-box-section .contact-boxarea .input-area textarea::-moz-placeholder {
  color: var(--ztc-text-text-4);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 18px;
}
.contact-inner-box-section .contact-boxarea .input-area textarea::placeholder {
  color: var(--ztc-text-text-4);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 18px;
}
.contact-inner-box-section .contact-boxarea .input-area button {
  border: none;
  outline: none;
}

/*============= CONTACT CSS AREA ===============*/
/*============= GALLERY CSS AREA ===============*/
.gallery4-section-area .gallery-header {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .gallery4-section-area .gallery-header {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .gallery4-section-area .gallery-header {
    margin-bottom: 30px;
  }
}
.gallery4-section-area .gallery-boxarea.active::after {
  height: 100%;
  transition: all 0.6s;
}
.gallery4-section-area .gallery-boxarea.active::before {
  bottom: -61px;
  transition: all 0.6s;
}
.gallery4-section-area .gallery-boxarea.active .arrow {
  top: 105px;
  visibility: visible;
  opacity: 1;
  transition: all 0.8s;
}
.gallery4-section-area .gallery-boxarea.active .text-area {
  bottom: 32px;
  transition: all 0.8s;
}
.gallery4-section-area .gallery-boxarea.active .img1 {
  overflow: hidden;
  transition: all 0.4s;
}
.gallery4-section-area .gallery-boxarea.active .img1 img {
  transform: scale(1.1) rotate(-4deg);
  transition: all 0.4s;
}
.gallery4-section-area .gallery-boxarea {
  position: relative;
  transition: all 0.4s;
  overflow: hidden;
  margin-bottom: 30px;
}
.gallery4-section-area .gallery-boxarea:hover::after {
  height: 100%;
  transition: all 0.6s;
}
.gallery4-section-area .gallery-boxarea:hover::before {
  bottom: -61px;
  transition: all 0.6s;
}
.gallery4-section-area .gallery-boxarea:hover .arrow {
  top: 105px;
  visibility: visible;
  opacity: 1;
  transition: all 0.8s;
}
.gallery4-section-area .gallery-boxarea:hover .text-area {
  bottom: 32px;
  transition: all 0.8s;
}
.gallery4-section-area .gallery-boxarea:hover .img1 {
  overflow: hidden;
  transition: all 0.4s;
}
.gallery4-section-area .gallery-boxarea:hover .img1 img {
  transform: scale(1.1) rotate(-4deg);
  transition: all 0.4s;
}
.gallery4-section-area .gallery-boxarea::after {
  position: absolute;
  content: "";
  height: 0;
  width: 100%;
  left: 0;
  top: 0;
  transition: all 0.6s;
/*  background: var(--ztc-text-text-11);*/
  opacity: 0.5;
  border-radius: 8px;
  z-index: 0;
}
.gallery4-section-area .gallery-boxarea::before {
  position: absolute;
  content: "";
  height: 220px;
  width: 107%;
  left: -13px;
  bottom: -300px;
  transition: all 0.6s;
  /*color fondo galeria*/
  /*background: var(--ztc-text-text-10);*/
  border-radius: 200px 200px 8px 8px;
  z-index: 1;
}
.gallery4-section-area .gallery-boxarea .img1 {
  overflow: hidden;
  transition: all 0.4s;
  border-radius: 8px;
}
.gallery4-section-area .gallery-boxarea .img1 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
  transition: all 0.4s;
}
.gallery4-section-area .gallery-boxarea .text-area {
  text-align: center;
  position: absolute;
  bottom: -200px;
  width: 100%;
  z-index: 1;
  transition: all 0.8s;
}
.gallery4-section-area .gallery-boxarea .text-area p {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 18px;
  transition: all 0.4s;
}
.gallery4-section-area .gallery-boxarea .text-area a {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s20);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 18px;
  transition: all 0.4s;
  padding-top: 16px;
  display: inline-block;
}
.gallery4-section-area .gallery-boxarea .arrow {
  position: absolute;
  z-index: 1;
  left: 45%;
  top: 0;
  right: 50%;
  visibility: hidden;
  opacity: 0;
  transition: all 0.6s;
}
.gallery4-section-area .gallery-boxarea .arrow a {
  height: 60px;
  width: 60px;
  text-align: center;
  line-height: 60px;
  border-radius: 50%;
  background: var(--ztc-bg-bg-1);
  color: var(--ztc-text-text-10);
  transition: all 0.4s;
  display: inline-block;
  top: 0;
  font-size: var(--ztc-font-size-font-s20);
  transform: rotate(-45deg);
}

@media (max-width: 767px) { /* Solo en móviles */
    /* Aplica el grid solo a las imágenes */
    .gallery4-section-area .row:nth-child(2) {
        display: grid;
        grid-template-columns: repeat(2, 1fr); /* 2 columnas */
        gap: 10px; /* Espaciado entre imágenes */
    }

    .gallery4-section-area .row:nth-child(2) > div {
        width: 100%; /* Asegura que las columnas ocupen el espacio adecuado */
    }
}

/*============= GALLERY CSS AREA ===============*/
/* Estilos para el botón flotante de WhatsApp */
.whatsapp-button {
  position: fixed;
  bottom: 30px; /* Distancia desde el borde inferior */
  right: 20px; /* Distancia desde el borde derecho */
  background-color: #25d366; /* Color verde de WhatsApp */
  padding: 15px;
  border-radius: 50%;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);
  color: white;
  font-size: 24px;
  text-align: center;
  z-index: 1000; /* Asegura que el botón esté por encima de otros elementos */
  transition: background-color 0.3s ease;
   width: 60px; /* Establece un ancho fijo */
  height: 60px; /* Establece una altura fija para que el botón sea circular */
  display: flex;
  align-items: center;
  justify-content: center;
}

.whatsapp-button:hover {
  background-color: #128c7e; /* Cambio de color cuando se pasa el mouse */
  font-size: 65px;
}

.whatsapp-button i {
  font-size: 35px; /* Tamaño del icono */
}

.whatsapp-button:hover i {
  color: white !important; /* Evita que el color cambie en hover */
}
