:root {
  --bs-primary: #05414f !important;
  --bs-primary-rgb: 5, 65, 79;
  --bs-secondary-rgb: 254, 248, 77;
  --bs-secondary: #fef84d !important;
  --bs-tertiary: #e4f6f5 !important;
  --fancybox-accent-color: var(--bs-primary);
  --swiper-theme-color: var(--bs-primary);
}

.btn-primary {
  --bs-btn-active-bg: #c9ad8f !important;
  --bs-btn-active-border-color: #c9ad8f !important;
}

.btn-outline-primary {
  --bs-btn-color: #05414f;
  --bs-btn-border-color: #05414f;
  --bs-btn-hover-color: #e4f6f5;
  --bs-btn-hover-bg: #05414f;
  --bs-btn-hover-border-color: #05414f;
  --bs-btn-focus-shadow-rgb: 13, 110, 253;
  --bs-btn-active-color: #e4f6f5;
  --bs-btn-active-bg: #05414f;
  --bs-btn-active-border-color: #05414f;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #05414f;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #05414f;
  --bs-gradient: none;
}

html.lenis,
html.lenis body {
  height: auto;
}
.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}
.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}
.lenis.lenis-stopped {
  overflow: hidden;
}
.lenis.lenis-smooth iframe {
  pointer-events: none;
}

@media (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1400px;
  }
}

/*Fonts*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
}

body {
  color: #05414f;
  overflow-x: hidden;
  font-family: "Helvetica", sans-serif;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

img {
  width: 100%;
}

.nav-link {
  color: var(--bs-primary);
  font-weight: 600;
  text-transform: uppercase;
  font-size: 14px;
}

nav.bg-tertiary .nav-link {
  color: var(--bs-primary);
}
nav.bg-tertiary .dropdown-toggle {
  border: none;
  color: var(--bs-primary);
}

.nav-link:focus,
.nav-link:hover {
  color: var(--bs-secondary);
}

.nav-item a {
  transition: all 0.2s ease-in-out;
}
.nav-item a {
  transition: all 0.2s ease-in-out;
}

a {
  color: var(--bs-primary);
  text-decoration: none;
}

a.btn,
.hover-primary {
  transition: all 0.3s ease-in-out;
}

.hover-primary:hover {
  color: var(--bs-primary) !important;
}

.footer-brand {
  max-width: 60px;
}

.navbar-toggler:focus {
  box-shadow: none;
}

@media (min-width: 1200px) {
  .fs-1 {
    font-size: 3rem !important;
  }
  .fs-2 {
    font-size: 2.725rem !important;
  }
  .fs-3 {
    font-size: 2.235rem !important;
  }
  .fs-4 {
    font-size: 2rem !important;
  }
  .fs-5 {
    font-size: 1.5rem !important;
  }
  .fs-6 {
    font-size: 1.125rem !important;
  }
}

.py-mid {
  padding-top: 10%;
  padding-bottom: 10%;
}
.py-small {
  padding-top: 5%;
  padding-bottom: 5%;
}

.btn:focus,
.btn:active {
  outline: none;
  box-shadow: none;
}

.bg-primary {
  background-color: var(--bs-primary) !important;
}

.text-primary {
  color: var(--bs-primary) !important;
}

.text-secondary {
  color: var(--bs-secondary) !important;
}

.text-tertiary {
  color: var(--bs-tertiary) !important;
}

.text-alt {
  color: #e6e6e6;
}

.text-alt-2 {
  color: #75878d;
}

.bg-secondary {
  background-color: var(--bs-secondary) !important;
}

.bg-tertiary {
  background-color: var(--bs-tertiary);
}

.bg-alt {
  background-color: #fafafa;
}
.bg-alt-2 {
  background-color: #75878d;
}
.bg-gray {
  background-color: #fcfcfc;
}

.btn {
  font-weight: 400;
  border-radius: var(--bs-border-radius-xxl);
  text-transform: uppercase;
  padding: 0.5rem 1rem;
  font-size: 14px;
}

.btn-primary {
  background-color: var(--bs-primary);
  border-color: var(--bs-primary);
  color: #fff;
}

.btn-primary:hover {
  background-color: var(--bs-secondary);
  border-color: var(--bs-secondary);
  color: var(--bs-primary);
}

.btn-secondary {
  background-color: var(--bs-secondary);
  border-color: var(--bs-secondary);
  color: var(--bs-primary);
}

.btn-secondary:hover {
  background-color: transparent;
  border-color: var(--bs-secondary);
  color: var(--bs-secondary);
}

.btn-outline-dark:hover {
  background: transparent;
  color: initial;
}

.small,
small {
  font-size: 0.875em;
}

.btn-light {
  color: var(--bs-primary);
}
.btn-light:hover {
  color: var(--bs-primary);
}

nav {
  z-index: 9;
}

.border-primary {
  border-color: rgba(var(--bs-primary-rgb), var(--bs-border-opacity)) !important;
}

.contain {
  max-width: 500px;
}

.contain-lg {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
.contain-md {
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
}

/*Navbar*/
#navbar,
#navbarInner {
  transition: all 0.3s ease;
}

#navbar {
  background-color: transparent;
  box-shadow: none;
}

#navbarInner {
  border-radius: 0;
}

#navbarLogo {
  max-width: 205px;
}

/*Footer*/
.footer-logo {
  max-width: 130px;
}
.drible-foot {
  max-width: 60px;
}
footer a,
footer p {
  color: #fcfcfc;
}
footer a:hover {
  color: var(--bs-secondary);
}
footer svg:hover circle {
  fill: var(--bs-primary);
}
footer svg:hover g path {
  fill: #fff;
}
footer svg * {
  transition: all 0.3s ease-in-out;
}
.footer-premios img {
  height: 100px;
  width: auto;
}

/*Hero Section*/
.img-hero {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%) scale(1.1);
}

/*About Section*/
.logo-inner,
.logo-outer {
  width: 190px;
}
.logo-outer {
  animation: spin 12s linear infinite;
}
.logo-inner:first-of-type {
  padding: 3.5rem;
}

@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/*Services Section*/
#servRow .col {
  min-height: 275px;
}
.serv-img {
  max-width: 77px;
}
.serv-icon {
  max-width: 25px;
}
.serv-tag {
  width: fit-content;
}

/*Cases Section*/
.content-case {
  min-height: 358px;
}

/*Reviews Section*/
.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

/*CTA Section*/
#cta {
  background: linear-gradient(180deg, #fafafa 50%, var(--bs-tertiary) 50%);
}

/*FAQs Section*/
.accordion {
  --bs-accordion-active-bg: #75878d;
}
.accordion-button:focus {
  background-color: #75878d !important;
}

/*Form section*/
.overlaping {
  transform: scale(1.1);
}
.wf-Company-1 {
  display: none;
}
textarea.form-control {
  min-height: 150px;
}
.wf-label {
  text-transform: uppercase;
}
#wf-Consent-5 {
  text-transform: none;
}
.wf-group:has(:required) .wf-label:after {
  content: "*";
  color: red;
  margin-left: 0.25rem;
}

/*Faqs Section*/
#faqs {
  background-image: url(/assets/img/faq-bg.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.accordion-button:not(.collapsed) {
  color: #000;
}
.accordion-button:focus {
  box-shadow: none;
  background-color: initial;
  border-color: initial;
}

/*Contactos Section*/
#contacts iframe {
  height: 550px;
}

.grecaptcha-badge {
  visibility: hidden;
}

/*Comparison*/
#before-after-slider {
  width: 100%;
  position: relative;
  overflow: hidden;
}

#after-image {
  display: block;
}

#before-image {
  position: absolute;
  height: 100%;
  width: 50%;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: 2;
}

#comparisonCase img {
  object-fit: cover;
  aspect-ratio: 16 / 15;
  object-position: center;
  pointer-events: none;
}

#resizer {
  position: absolute;
  display: flex;
  align-items: center;
  z-index: 5;
  top: 0;
  left: 50%;
  height: 100%;
  width: 4px;
  /*Stop vertical scrolling on touch*/
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

#resizer:after {
  background: var(--bs-primary);
  content: "↔";
  font-weight: 900;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--bs-secondary);
  position: absolute;
  margin: 0 0 0 -22px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid var(--bs-secondary);
}

/*Team Section*/
.ratio-4x5{
    --bs-aspect-ratio: 120%;
}

.teamSwiper .swiper-slide img {
    transform: scale(0.9);
    transition: all .3s ease-in-out;
}

.teamSwiper .swiper-slide.swiper-slide-active img {
    transform: scale(1);
}


/*Mobile*/
@media only screen and (max-width: 765px) {
  .py-small {
    padding-top: 10%;
    padding-bottom: 10%;
  }
  .img-hero {
    position: static;
    top: unset;
    right: unset;
    transform: scale(1);
  }
  .overlaping {
    transform: scale(1);
  }
  .fs-3 {
    font-size: calc(1.5rem + 0.6vw) !important;
  }
  #newsTitle {
    font-size: calc(1.725rem + 0.9vw) !important;
  }
  .navbar-scrolled #navbarInner {
    max-width: 100%;
  }
  .page-header {
    min-height: 250px;
  }
  #chanceVid {
    max-height: 250px;
  }
  .logo-slide {
    width: 120px;
  }
  .floating-icon {
    width: 100px;
  }
  #navbar {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
  #heroImg {
    min-height: 350px;
    background-position: 70% 0;
  }
  #servRow .col {
    min-height: 250px;
  }
  #metaHolder {
    font-size: 12px;
  }
  .floating-container .float-element {
    max-width: unset;
  }
  .navbar-scrolled #navbarInner {
    background-color: rgb(244 244 244 / 80%);
  }
  .feature-card p {
    font-size: 14px;
  }
  .footer-premios img {
    height: 70px;
  }
}
