@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap");

.lato-thin {
  font-family: "Lato", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.lato-light {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.lato-regular {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.lato-bold {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.lato-black {
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.lato-thin-italic {
  font-family: "Lato", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.lato-light-italic {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.lato-regular-italic {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.lato-bold-italic {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.lato-black-italic {
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-style: italic;
}

:root {
  --bs-primary: #222;
  --bs-success: #3e3839;
  --bs-success-soft: #727068;
  --bs-dark-special: #2d2926;
  --bs-whatsapp: #25d366;
  --bs-white: #fff;
  --bs-beige: #f7f7f7; 
  --bs-dark: #000;
  --btn-border-radius: 5rem;
  --text-xs: 0.75rem;
  --text-md: 1rem;
  --text-lg: 1.25rem;
  --text-xl: 1.75rem;
  --text-xxl: 2.25rem;
}

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

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

body {
  font-family: "Lato", sans-serif;
  color: dark;
}

.drop-filter-from-top {
  mask-image: linear-gradient(to top, rgb(255, 255, 255) 85%, transparent 98%);
}

.btn-whatsapp {
  background-color: var(--bs-whatsapp) !important;
  border-color: var(--bs-whatsapp) !important;
}

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

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

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

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

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

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

.btn-success {
  background-color: var(--bs-success) !important;
  border-color: var(--bs-success) !important;
}

.btn-success-soft {
  background-color: var(--bs-success-soft) !important;
  border-color: var(--bs-success-soft) !important;
}

.btn-dark {
  background-color: var(--bs-dark) !important;
  border-color: var(--bs-dark) !important;
} 


.btn {
  border-radius: var(--btn-border-radius) !important;
  box-shadow: none !important;
}

.navbar ul li > a {
  font-size: var(--text-lg) !important;
  font-weight: bold !important;
}

nav {
  animation: enhace-header linear both;
  animation-timeline: scroll(root);
  animation-range: 0 300px;
}
.navbar-brand {
  color: white !important;
  animation: enhace-header-brand linear both;
  animation-timeline: scroll(root);
  animation-range: 0 300px;
}
@keyframes enhace-header-brand {
  to {
    color: dark !important; 
  }
}
@keyframes enhace-header {
  to {
    background-color: #fafafa79;
    backdrop-filter: blur(25px);
    /* padding: 2rem; */
    color: dark;
    scale: 1.05;
  }
}

.lead-xl {
  font-size: var(--text-xl) !important;
}
.filter-in-top {
  mask-image: linear-gradient(to top, black 40%, transparent 100%);
}
.filter-in-left {
  mask-image: linear-gradient(to left, black 40%, transparent 90%);
}
.rotate-90 {
  transform: rotate(90deg);
}

#preloader {
  background-color: var(--bs-white);
  z-index: 1000000;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--bs-white);
  z-index: 1000000;
}

.showout {
  animation: showout 500ms ease forwards;
}

@keyframes showout {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: scale(1.5);
    position: relative;
    display: none;
    z-index: -1;
  }
}



.animation-fall-down {
  opacity: 0;
  animation: reveal 0.5s forwards var(--delay);
}

.animation-fall-right {
  opacity: 0;
  animation: revealRight 0.5s forwards var(--delay);
}

@keyframes reveal {
  from {
    translate: 0 20px;
  }
  to {
    translate: none;
    opacity: 1;
  }
}
@keyframes revealRight {
  from {
    translate: 20px 0;
  }
  to {
    translate: none;
    opacity: 1;
  }
}
.slider-logo {
  max-width: 22rem;
}
#logoFooter {
  max-width: 12rem;
}

@media (min-width: 992px) {
  .vh-xl-100 {
    height: 100vh !important;
  }
  
}

@media (max-width: 767px) {
  #navbarNav {
    background-color: #fafafa79;
    backdrop-filter: blur(25px);
    border-radius: 1rem;
  }
  .slider-logo {
    max-width: 12rem;
  }
  #logoFooter {
    max-width: 100%;
  }
  .hero-section-2 {
    height: auto;
  }
  .hero-section {
    height:70vh !important;
  }
  #loginButton {
    font-size: 0.67rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .h1 {
    font-size: 1.8rem !important;
    line-height: 1.8rem !important;
  }
  .h2 {
    font-size: 1.5rem !important;
    line-height: 1.5rem !important;
  }
  .h3 {
    font-size: 1.3rem !important;
    line-height: 1.3rem !important;
  }
  .lead {
    font-size: 1.3rem !important; 
    line-height: 1.3rem !important;
  }
}