/* ===================================
    Cherrez css
====================================== */
/* font */
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap");
/* custom cursor */
@media (hover: hover) and (pointer: fine) {
  .custom-cursor .circle-cursor-outer {
    border: 1px solid transparent;
  }
  .custom-cursor .circle-cursor-inner {
    width: 10px;
    height: 10px;
    background: #1f242e;
  }
}
body {
  line-height: clamp(25px, 1.9vw, 30px);
}

/* header */
.navbar .navbar-nav .nav-link, .es-lang, .es-redes i {
  font-size: clamp(14px, 1.2vw, 19px);
  line-height: clamp(22px, 1.8vw, 28px);
}

.navbar .navbar-nav .nav-item:first-child .nav-link {
  padding-left: 0 !important;
}

header .navbar-brand img {
  max-height: 27px;
}

.navbar .navbar-nav .simple-dropdown .dropdown-menu {
  width: 260px;
}

.navbar .navbar-nav .simple-dropdown .dropdown-menu li a {
  font-size: 16px;
  line-height: 30px;
  font-weight: 500;
}

.navbar .navbar-nav .dropdown.dropdown-with-icon .dropdown-menu {
  width: 360px;
}

.header-icon .header-social-icon a {
  font-size: 17px;
  padding-left: 13px;
}

/* bg color */
.bg-light-red-grey {
  background-color: #fff1ee;
}

/* bg gradient */
.bg-gradient-black-green {
  background-image: radial-gradient(circle, rgb(255, 255, 255) 0%, rgb(255, 242, 239) 80%, rgb(255, 242, 239) 100%);
}

/* slider shadow */
.slider-shadow-left-right {
  mask-image: linear-gradient(to right, transparent 10%, #000000 25%, #000000 75%, transparent 90%);
  -webkit-mask-image: linear-gradient(to right, transparent 10%, #000000 25%, #000000 75%, transparent 90%);
}

/* btn */
.btn {
  text-transform: none;
  letter-spacing: 0px;
}

.btn.btn-very-small {
  padding: 9px 18px;
}

.btn.btn-small {
  padding: 11px 22px;
}

.btn.btn-medium {
  padding: 12px 22px 13px;
}

.btn.btn-large {
  padding: 13px 26px 15px;
}

.btn.btn-extra-large {
  padding: 16px 32px 18px;
  word-break: normal;
}

.btn.btn-extra-large .btn-icon i {
  top: 0;
}

.btn-icon i {
  top: 1px;
}

.btn.btn-link {
  padding: 0 0 2px;
}

.btn.btn-hover-animation-switch .btn-icon {
  margin-left: 6px;
}

/* portfolio filter */
.portfolio-simple .portfolio-box:hover .portfolio-image img {
  opacity: 1;
}

/* footer */
footer .elements-social li {
  margin: 0 10px 0 0;
}

footer .footer-logo img {
  max-height: 85px;
}

footer {
  padding-bottom: 30px;
}

footer {
  font-size: 15px;
  line-height: 30px;
}

/* newsletter style 02  */
.newsletter-style-02 input {
  padding-right: 90px !important;
  font-size: 14px;
}

/* tabs style 08 */
.tab-style-08 ul .nav-item .nav-link.active,
.tab-style-08 ul .nav-item .nav-link.show,
.tab-style-08 ul .nav-item .nav-link:hover {
  color: var(--dark-gray);
}

/* team style 01 */
.team-style-01 figure figcaption .social-icon a {
  margin: 0 5px;
}

/* process step style 05 */
.process-step-style-05 .progress-step-separator {
  bottom: -10px;
  height: 100%;
  z-index: -1;
}

/* select */
.select:after {
  right: 25px;
}

.swiper.swiper-home-top {
  aspect-ratio: 16/7;
}
.swiper.swiper-servicios {
  aspect-ratio: 16/6;
}

@media screen and (min-width: 1025px) {
  .h1, .h2, .h3, .h4, .h5, .h6,
  h1, h2, h3, h4, h5, h6 {
    margin-bottom: 30px;
    letter-spacing: -0.5px;
    font-weight: inherit;
  }
  h1, .h1 {
    font-size: clamp(3rem, 4vw, 4.375rem);
    line-height: clamp(3.2rem, 4.2vw, 4.375rem);
  }
  h2, .h2 {
    font-size: clamp(2.5rem, 2.8vw, 3.438rem);
    line-height: clamp(2.7rem, 3vw, 3.5rem);
  }
  h3, .h3 {
    font-size: clamp(2.2rem, 2.3vw, 2.813rem);
    line-height: clamp(2.4rem, 2.5vw, 3.125rem);
  }
  h4 {
    font-size: clamp(1.9rem, 1.9vw, 2.375rem);
    line-height: clamp(2.1rem, 2.1vw, 2.7rem);
  }
  h5 {
    font-size: clamp(1.6rem, 1.6vw, 2rem);
    line-height: clamp(1.8rem, 1.8vw, 2.2rem);
  }
  h6 {
    font-size: clamp(1.4rem, 1.4vw, 1.75rem);
    line-height: clamp(1.6rem, 1.6vw, 1.95rem);
  }
  .ps-80px {
    padding-left: clamp(40px, 3vw, 80px) !important;
  }
  .pe-80px {
    padding-right: clamp(40px, 3vw, 80px) !important;
  }
}
/* media query responsive */
@media (max-width: 1199px) {
  .navbar .navbar-nav .nav-link {
    font-size: 14px;
    padding: 10px 8px;
  }
  .newsletter-style-02 input {
    padding-left: 15px;
    padding-right: 100px;
  }
  .nav-link {
    padding-left: 0.8rem;
    padding-right: 0.8rem;
  }
  .elements-social .large-icon li {
    margin: 0 5px;
  }
  .lg-overflow-hidden {
    overflow: hidden;
  }
  .lg-mt-45 {
    margin-top: 45% !important;
  }
}
@media (max-width: 991px) {
  header .header-top-bar {
    display: none;
    height: 0;
  }
  header .header-top-bar + .navbar {
    top: 0;
  }
  .header-icon .icon {
    top: -2px;
  }
  .elements-social.social-icon-style-04 .large-icon a {
    font-size: 21px;
    width: 50px;
    height: 50px;
  }
  .navbar .navbar-nav .nav-link {
    font-size: 18px;
  }
  .md-right-minus-250px {
    margin-right: -100px !important;
  }
  .tab-style-08 ul .nav-item .nav-link {
    padding: 25px 25px;
  }
}
@media (max-width: 767px) {
  .elements-social ul li {
    margin-bottom: 0;
  }
  .swiper.swiper-home-top {
    aspect-ratio: auto;
    max-width: 100vw;
  }
  .swiper.swiper-servicios {
    aspect-ratio: auto;
    max-width: 100vw;
  }
}

/*# sourceMappingURL=cherrezycantera.css.map */
