/*!******************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./wp-content/themes/Nextderm/asset/sass/main.scss ***!
  \******************************************************************************************************************************************/
@charset "UTF-8";
@font-face {
  font-family: "poppins-hairline";
  src: url(../js/199b8916de4f8aabb2bf.woff2) format("woff2"), url(../js/456874ece0152c09e4a4.woff) format("woff"), url(../js/d11c6b7a00f73e07515b.otf) format("opentype");
  font-display: swap;
}
@font-face {
  font-family: "poppins-extraLight";
  src: url(../js/ed87066ef8ac6690b151.woff2) format("woff2"), url(../js/7c53b51d1cca6c6fbfe3.woff) format("woff"), url(../js/e7e66624914799c8debd.otf) format("opentype");
  font-display: swap;
}
@font-face {
  font-family: "poppins-light";
  src: url(../js/e6f82936021513e8a847.woff2) format("woff2"), url(../js/7a1506f22ff13733a5f3.woff) format("woff"), url(../js/0516a2b481da615430d8.otf) format("opentype");
  font-display: swap;
}
@font-face {
  font-family: "poppins-regular";
  src: url(../js/3914af6e61b82fec5141.woff2) format("woff2"), url(../js/3e6ac470046354cca092.woff) format("woff"), url(../js/8fa8a88d263f4dca755e.otf) format("opentype");
  font-display: swap;
}
@font-face {
  font-family: "poppins-medium";
  src: url(../js/0f149f00bc3811bfc21f.woff2) format("woff2"), url(../js/ae2c39e21a3222972f93.woff) format("woff"), url(../js/7323423f6b7c8a92667b.otf) format("opentype");
  font-display: swap;
}
@font-face {
  font-family: "poppins-bold";
  src: url(../js/44ac09518b860c225000.woff2) format("woff2"), url(../js/06e05f056637b4104d7f.woff) format("woff"), url(../js/dd5de745be03d7df9eda.otf) format("opentype");
  font-display: swap;
}
h1, h2, h3 {
  font-family: "poppins-medium";
}

h4, h5, h6 {
  font-family: "poppins-medium";
}

p, a, ul, ol {
  font-family: "poppins-light";
}

button {
  font-family: "poppins-hairline";
}

span {
  font-family: "poppins-regular";
}

strong {
  font-family: "poppins-bold";
}

body {
  position: relative;
  background-color: #fbf6ef;
}
body header {
  top: 0;
  width: 100%;
  z-index: 10;
  padding-top: 80px;
}
body header .scrolled-down {
  transform: translateY(-100%);
  transition: all 0.3s ease-in-out;
}
body header .scrolled-up {
  transform: translateY(0);
  transition: all 0.3s ease-in-out;
}
body header .nav-brand {
  max-width: 165px;
}
@media (max-width: 576px) {
  body header .nav-brand {
    max-width: 100px;
  }
}
body header #nav-main {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.5s ease;
}
body header #nav-main.hidden {
  transform: translateY(-100%); /* Slide up smoothly */
  opacity: 0; /* Optional: fade out for a smoother feel */
}
@media (min-width: 992px) {
  body header {
    padding-top: 60px;
  }
}
body header .menu-toggle-icon {
  color: #382727;
}
body header .navbar {
  position: relative;
  background-color: transparent;
  backdrop-filter: blur(10px);
}
body header .navbar .lang-item-es {
  position: absolute;
  right: 30px;
}
@media (min-width: 1200px) {
  body header .navbar .lang-item-es {
    top: 9px;
  }
}
body header .navbar .lang-item-en {
  position: absolute;
  right: 15px;
}
@media (min-width: 1200px) {
  body header .navbar .lang-item-en {
    top: 9px;
  }
}
body header .navbar .lang-item {
  list-style: none;
}
body header .navbar .lang-item a {
  font-family: "everet-light";
  color: #382727 !important;
  font-family: "poppins-regular";
  font-size: 1.1rem;
  text-transform: uppercase;
  text-decoration: none !important;
  list-style: none;
  width: 200px;
}
body header .navbar .lang-item a:hover, body header .navbar .lang-item a:focus {
  font-family: "poppins-bold" !important;
}
body header .navbar .lang-item a img {
  width: 100px !important;
}
@media (min-width: 992px) {
  body header .navbar .lang-item a {
    padding-left: 10px;
  }
}
body header .navbar .current-lang {
  display: none;
}
body header .navbar-nav {
  gap: 1rem;
}
body header .menu-item {
  position: relative;
}
body header .menu-item .nav-item {
  font-family: "poppins-regular";
  color: #382727;
}
body header .menu-item .nav-item, body header .menu-item .nav-item:hover {
  text-transform: uppercase;
  text-decoration: none;
}
body header .menu-item .nav-item.active {
  padding-bottom: 0.5rem;
  font-family: "poppins-bold";
  color: #382727;
}
body header .offcanvas {
  height: 100vh !important; /* Ensure full height */
  top: 0 !important; /* Keep it positioned at the top */
  position: fixed !important; /* Prevent movement with navbar */
  background-color: #fbf6ef;
  font-size: 1.5rem;
  color: #382727;
}
@media (min-width: 992px) {
  body header .offcanvas {
    padding-right: 4rem;
  }
}
body header .offcanvas .btn-close {
  background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 16 16%27 fill=%27%23382727%27%3e%3cpath d=%27M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z%27/%3e%3c/svg%3e");
  opacity: 1;
}
body header .offcanvas .offLogo {
  max-width: 180px;
}
body header .btn-menu:focus {
  box-shadow: none;
}
@media (min-width: 992px) {
  body header .menu-item .nav-item {
    font-size: 1rem;
  }
}
@media (min-width: 1200px) {
  body header .menu-item {
    padding: 10px 0;
  }
}
@media (min-width: 1400px) {
  body header .navbar-nav {
    gap: 2.4rem;
  }
}

footer {
  min-height: 30vh;
  min-height: 30dvh;
  color: #382727;
  background: rgb(224, 160, 133);
  background: linear-gradient(0deg, rgb(224, 160, 133) 0%, #fbf6ef 70%);
}
footer a {
  color: #382727;
  font-family: "poppins-regular";
  text-decoration: none;
}
footer a:hover {
  text-decoration: underline;
}
footer .logoFooter {
  max-width: 200px;
}
.contact-page {
  background-color: #fbf6ef;
  color: #382727;
}
.contact-page .contact-hero {
  min-height: 70vh;
  min-height: 70dvh;
  display: flex;
  align-items: center;
  padding: 8rem 0 2rem;
  background: radial-gradient(circle at 15% 18%, rgba(224, 160, 133, 0.35), transparent 45%), radial-gradient(circle at 84% 12%, rgba(185, 95, 95, 0.16), transparent 35%), #fbf6ef;
}
.contact-page .contact-hero .contact-kicker {
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #B95F5F;
  font-family: "poppins-medium";
  font-size: 0.85rem;
  margin-bottom: 0.8rem;
}
.contact-page .contact-hero h1 {
  font-family: "poppins-bold";
  color: #382727;
  font-size: 2rem;
  line-height: 1.2;
  margin-bottom: 0.85rem;
}
.contact-page .contact-hero .contact-lead {
  font-family: "poppins-regular";
  color: #382727;
  font-size: 1rem;
  line-height: 1.75;
  margin-bottom: 1.25rem;
}
.contact-page .contact-hero .contact-hero-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #382727;
  background-color: #E0A085;
  border-radius: 10px;
  border: 1px solid rgba(56, 39, 39, 0.14);
  font-family: "poppins-bold";
  padding: 0.6rem 1.4rem;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  transition: transform 0.2s ease;
}
.contact-page .contact-hero .contact-hero-cta:hover {
  color: #382727;
  transform: translateY(-2px);
}
.contact-page .contactForm {
  padding-top: 2rem;
  background-color: #fbf6ef;
}
@media (min-width: 768px) {
  .contact-page .contact-hero h1 {
    font-size: 2.7rem;
  }
  .contact-page .contact-hero .contact-lead {
    font-size: 1.1rem;
  }
}
@media (min-width: 992px) {
  .contact-page .contact-hero {
    min-height: 75vh;
    min-height: 75dvh;
  }
  .contact-page .contact-hero h1 {
    font-size: 3.3rem;
  }
  .contact-page .contact-hero .contact-lead {
    font-size: 1.2rem;
  }
}

.contactForm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fbf6ef;
}
.contactForm .container {
  color: #382727;
  background-color: white;
  border-radius: 10px;
  max-width: 400px;
}
@media (min-width: 576px) {
  .contactForm .container {
    max-width: 500px;
  }
}
@media (min-width: 768px) {
  .contactForm .container {
    max-width: 600px;
  }
}
@media (min-width: 992px) {
  .contactForm .container {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .contactForm .container {
    max-width: 1000px;
    max-height: 600px;
  }
}
.contactForm h2 {
  font-family: "poppins-bold";
  color: #382727;
  font-size: 2rem;
}
@media (min-width: 576px) {
  .contactForm h2 {
    font-size: 2.5rem;
  }
}
.contactForm p {
  font-family: "poppins-regular";
  font-size: 0.9rem;
}
@media (min-width: 576px) {
  .contactForm p {
    font-size: 1rem;
  }
}
.contactForm label {
  font-family: "poppins-extraLight";
  font-size: 1rem;
  background-color: transparent !important;
}
.contactForm input {
  background-color: white;
  border: none;
}
.contactForm textarea {
  background-color: white;
  border: none;
}
.contactForm button, .contactForm .btn-details {
  color: white;
  font-family: "poppins-bold";
  background-color: #E0A085;
  border: solid 1px white;
  border-radius: 10px;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}
.contactForm .wpcf7-submit {
  color: white;
  border-radius: 10px;
  font-family: "poppins-bold";
  background-color: #E0A085;
  outline: none !important;
}
.contactForm .wpcf7-not-valid-tip {
  font-family: "poppins-extraLight";
  font-size: 1rem;
}
.contactForm .wpcf7 form.invalid .wpcf7-response-output, .contactForm .wpcf7 form.unaccepted .wpcf7-response-output, .contactForm .wpcf7 form.payment-required .wpcf7-response-output {
  font-family: "poppins-regular";
  color: #382727;
  border: 0;
}
.contactForm .wpcf7-spinner {
  position: absolute;
}

body {
  overflow-x: hidden;
}
body .banner-main {
  height: 100vh;
  height: 100dvh;
  background-color: #fbf6ef;
  color: #382727;
  overflow: hidden;
  /* Show scroll-up */
}
body .banner-main .blurring {
  background: radial-gradient(circle, rgb(251, 246, 239) 0%, rgba(255, 150, 45, 0.6) 10%, rgba(255, 141, 28, 0.8) 30%, rgba(185, 95, 95, 0.6) 50%, rgba(185, 95, 95, 0.3) 100%); /* Bordes con un rojo suave */
  border-radius: 50%; /* Hace que sea un círculo */
  filter: blur(40px); /* Aplica el efecto blur (desenfoque) */
  width: 400px;
  height: 400px;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
body .banner-main .title-banner-main {
  position: relative;
  z-index: 5;
}
body .banner-main .title-banner-main .banner-slogan {
  font-size: 1.6rem;
  font-family: "poppins-medium";
}
@media (min-width: 576px) {
  body .banner-main .title-banner-main .banner-slogan {
    font-size: 2rem;
  }
}
body .banner-main .image-banner-main {
  max-width: 150px;
  padding-bottom: 20px;
  position: relative;
  z-index: 1;
}
body .banner-main .img-absolute {
  left: 50%;
  transform: translateX(-50%);
  bottom: 60px;
  position: absolute;
}
body .banner-main .banner-description {
  font-size: 1.1rem;
  font-family: "poppins-regular";
  line-height: 1.7rem;
}
@media (min-width: 576px) {
  body .banner-main .banner-description {
    font-size: 1.4rem;
  }
}
body .banner-main .slogan p {
  font-size: 1.2rem;
  font-family: "poppins-regular";
}
@media (min-width: 576px) {
  body .banner-main .slogan p {
    font-size: 1.4rem;
  }
}
@media (min-width: 768px) {
  body .banner-main .slogan p {
    font-size: 1.6rem;
  }
}
@media (min-width: 992px) {
  body .banner-main .slogan p {
    font-size: 2rem;
  }
}
@media (min-width: 1200px) {
  body .banner-main .slogan p {
    font-size: 2.2rem;
  }
}
@media (min-width: 1400px) {
  body .banner-main .slogan p {
    font-size: 2.5rem;
  }
}
body .banner-main .slogan span {
  color: #E0A085;
}
@media (min-width: 768px) {
  body .banner-main .slogan .span2 {
    border-right: solid 2px black;
    border-left: solid 2px black;
    margin-right: 2rem;
    margin-left: 2rem;
    padding-right: 2rem;
    padding-left: 2rem;
  }
}
body .banner-main p {
  font-size: 1.8rem;
  font-family: "poppins-bold";
}
body .banner-main a {
  text-decoration: none;
}
body .banner-main .scroll-up {
  position: fixed;
  right: 3rem;
  bottom: 10%;
  z-index: 10;
  width: 32px;
  height: 32px;
  border-radius: 4px;
  background-color: rgba(29, 29, 31, 0.7);
  backdrop-filter: saturate(180%) blur(20px);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  transition: bottom 0.4s, transform 0.4s;
}
body .banner-main .scroll-up:hover {
  transform: translateY(-0.25rem);
}
body .banner-main ._show-scroll {
  bottom: 3rem;
}
@media (max-width: 1199.98px) {
  body .banner-main .scroll-up {
    right: 1rem;
  }
}
body .five {
  min-height: 400px;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media (min-width: 992px) {
  body .five {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
body .five h2 {
  font-size: 1.3rem;
  font-family: "poppins-light";
}
@media (min-width: 768px) {
  body .five h2 {
    font-size: 1.8rem;
  }
}
@media (min-width: 992px) {
  body .five h2 {
    font-size: 2rem;
  }
}
@media (min-width: 1200px) {
  body .five h2 {
    font-size: 2.2rem;
  }
}
@media (min-width: 1400px) {
  body .five h2 {
    font-size: 2.5rem;
  }
}
body .five h2 span {
  font-family: "poppins-bold";
  color: #bd9888;
  font-size: 7rem;
}
body .five p {
  font-size: 0.9rem;
}
@media (min-width: 992px) {
  body .five p {
    font-size: 1rem;
  }
}
@media (min-width: 1400px) {
  body .five p {
    font-size: 1.2rem;
  }
}
body .five .box {
  background-color: #f0e4df;
  border-radius: 10px;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
body .five .box .servicios .colBox {
  border: 1px solid #B95F5F;
  border-radius: 10px;
  height: 60px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 12px;
  padding-top: 12px;
}
body .five .box .servicios .colBox p {
  text-transform: uppercase;
  margin-bottom: 0;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
body .five .box a {
  background-color: #E0A085;
  border-radius: 10px;
  text-decoration: none;
  padding-left: 1.2rem;
  padding-right: 1.2rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #382727;
  font-family: "poppins-medium";
  font-size: 1rem;
}
@media (min-width: 768px) {
  body .five .box a {
    font-size: 1.2rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
body .previd {
  color: #382727;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
body .previd h2 {
  font-size: 1.5rem;
  font-family: "poppins-bold";
}
@media (min-width: 768px) {
  body .previd h2 {
    font-size: 2rem;
  }
}
@media (min-width: 992px) {
  body .previd h2 {
    font-size: 2.2rem;
  }
}
@media (min-width: 1200px) {
  body .previd h2 {
    font-size: 2.5rem;
  }
}
@media (min-width: 1400px) {
  body .previd h2 {
    font-size: 3rem;
  }
}
body .previd p {
  font-size: 1.2rem;
}
@media (min-width: 992px) {
  body .previd p {
    font-size: 1.4rem;
  }
}
@media (min-width: 1400px) {
  body .previd p {
    font-size: 1.6rem;
  }
}
body .videos {
  color: #382727;
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #E7D6CF;
}
body .videos video {
  max-height: 100vh;
}
body .videos h2 {
  font-size: 1.6rem;
  font-family: "poppins-bold";
}
@media (min-width: 576px) {
  body .videos h2 {
    font-size: 2.5rem;
  }
}
@media (min-width: 765px) {
  body .videos h2 {
    font-size: 3rem;
  }
}
body .videos p {
  font-size: 1.2rem;
  font-family: "poppins-regular";
}
@media (min-width: 576px) {
  body .videos p {
    font-size: 1.4rem;
  }
}
@media (min-width: 768px) {
  body .videos p {
    font-size: 1.6rem;
  }
}
@media (min-width: 992px) {
  body .videos p {
    font-size: 2rem;
  }
}
@media (min-width: 1200px) {
  body .videos p {
    font-size: 2.2rem;
  }
}
@media (min-width: 1400px) {
  body .videos p {
    font-size: 2.5rem;
  }
}
body .products {
  overflow-x: hidden;
  height: 115vh;
  color: #382727;
  padding-top: 4rem;
  padding-bottom: 2em;
}
@media (min-width: 576px) {
  body .products {
    height: 70rem;
  }
}
@media (min-width: 768px) {
  body .products {
    height: 50rem;
  }
}
body .products .box {
  position: relative;
  height: 250px;
  border-radius: 10px;
  background-color: #f0e4df;
  align-items: baseline;
}
@media (min-width: 576px) {
  body .products .box {
    height: 300px;
  }
}
@media (min-width: 768px) {
  body .products .box {
    height: 350px;
  }
}
@media (min-width: 992px) {
  body .products .box {
    height: 400px;
  }
}
@media (min-width: 1200px) {
  body .products .box {
    height: 450px;
  }
}
@media (min-width: 1400px) {
  body .products .box {
    height: 450px;
  }
}
body .products .box .multi {
  position: absolute;
  top: -112px;
  right: 2px;
}
@media (min-width: 768px) {
  body .products .box .multi {
    right: 25px;
    top: -161px;
  }
}
body .products .box .therma {
  position: absolute;
  top: -65px;
  right: 0px;
}
@media (min-width: 768px) {
  body .products .box .therma {
    top: -102px;
  }
}
body .products .box .title h2 {
  font-family: "poppins-bold";
  font-size: 1.5rem;
}
@media (min-width: 992px) {
  body .products .box .title h2 {
    font-size: 2rem;
  }
}
@media (min-width: 1200px) {
  body .products .box .title h2 {
    font-size: 2.5rem;
  }
}
@media (min-width: 1400px) {
  body .products .box .title h2 {
    font-size: 3rem;
  }
}
body .products .box .title p {
  font-family: "poppins-light";
  font-size: 1rem;
}
@media (min-width: 992px) {
  body .products .box .title p {
    font-size: 1.2rem;
  }
}
body .products .box .button a {
  max-width: 180px;
  text-decoration: none;
  color: #382727;
  font-family: "poppins-medium";
  border-radius: 10px;
  background-color: #E0A085;
  text-align: center;
  font-size: 1rem;
  padding-left: 1.2rem;
  padding-right: 1.2rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (min-width: 768px) {
  body .products .box .button a {
    font-size: 1.2rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
body .consultoriaSection {
  background-image: url(../js/e3b2ccf0be64646d9770.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-color: #382727;
  background-blend-mode: screen;
  height: 60vh;
  color: white;
  text-align: justify;
}
@media (min-width: 1200px) {
  body .consultoriaSection {
    height: 80vh;
  }
}
@media (min-width: 1400px) {
  body .consultoriaSection {
    height: 60vh;
  }
}
body .consultoriaSection h2 {
  font-size: 1rem;
  font-family: "poppins-bold";
}
@media (min-width: 576px) {
  body .consultoriaSection h2 {
    font-size: 2.5rem;
  }
}
@media (min-width: 765px) {
  body .consultoriaSection h2 {
    font-size: 3rem;
  }
}
body .consultoriaSection p {
  font-size: 1.2rem;
  font-family: "poppins-regular";
  line-height: 1.6rem;
}
@media (min-width: 576px) {
  body .consultoriaSection p {
    font-size: 1.4rem;
    line-height: 1.8rem;
  }
}
@media (min-width: 768px) {
  body .consultoriaSection p {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
body .consultoriaSection a {
  max-width: 180px;
  text-decoration: none;
  color: #382727;
  font-family: "poppins-medium";
  border-radius: 10px;
  background-color: #E0A085;
  text-align: center;
  font-size: 1rem;
  padding-left: 1.2rem;
  padding-right: 1.2rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (min-width: 768px) {
  body .consultoriaSection a {
    font-size: 1.2rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media (min-width: 992px) {
  body .consultoriaSection a {
    font-size: 1.4rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.banner-multifrax {
  height: 100vh;
  height: 100dvh;
  background-color: #fbf6ef;
  color: #382727;
  overflow: hidden;
}
.banner-multifrax .title-banner-main {
  position: relative;
  z-index: 5;
}
.banner-multifrax .image-banner-main {
  max-width: 150px;
  padding-bottom: 20px;
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .banner-multifrax .image-banner-main {
    max-width: auto;
  }
}
.banner-multifrax .img-absolute {
  left: 50%;
  transform: translateX(-50%);
  bottom: 60px;
  position: absolute;
}
.banner-multifrax h3 {
  font-size: 1.2rem;
  font-family: "poppins-regular";
}
@media (min-width: 576px) {
  .banner-multifrax h3 {
    font-size: 1.6rem;
  }
}
@media (min-width: 768px) {
  .banner-multifrax h3 {
    font-size: 2.1rem;
  }
}
.banner-multifrax h2 {
  font-size: 2rem;
  font-family: "poppins-bold";
}
@media (min-width: 576px) {
  .banner-multifrax h2 {
    font-size: 3rem;
  }
}
@media (min-width: 992px) {
  .banner-multifrax h2 {
    font-size: 3rem;
  }
}
@media (min-width: 1200px) {
  .banner-multifrax h2 {
    font-size: 4rem;
  }
}
@media (min-width: 1400px) {
  .banner-multifrax h2 {
    font-size: 4.5rem;
  }
}
@media (min-width: 1700px) {
  .banner-multifrax h2 {
    font-size: 5rem;
  }
}
.banner-multifrax h4 {
  font-size: 1rem;
  font-family: "poppins-light";
}
@media (min-width: 576px) {
  .banner-multifrax h4 {
    font-size: 1.2rem;
  }
}
@media (min-width: 768px) {
  .banner-multifrax h4 {
    font-size: 1.4rem;
  }
}

.scroll-up {
  position: fixed;
  right: 3rem;
  bottom: 10%;
  z-index: 10;
  width: 32px;
  height: 32px;
  border-radius: 4px;
  background-color: rgba(29, 29, 31, 0.7);
  backdrop-filter: saturate(180%) blur(20px);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  transition: bottom 0.4s, transform 0.4s;
}

.scroll-up:hover {
  transform: translateY(-0.25rem);
}

/* Show scroll-up */
._show-scroll {
  bottom: 3rem;
}

@media (max-width: 1199.98px) {
  .scroll-up {
    right: 1rem;
  }
}
.multifrax {
  height: 100vh;
  height: 100dvh;
  background-color: #f5e8e3;
  color: #382727;
}
.multifrax .text-section-left, .multifrax .text-section-right {
  z-index: 2;
  position: relative;
}
.multifrax h2 {
  font-size: 1.4rem;
  font-family: "poppins-bold";
}
.multifrax h6 {
  font-size: 2rem;
  font-family: "poppins-bold";
}
.multifrax p {
  font-size: 1rem;
}
.multifrax p.subtitle {
  font-family: "poppins-bold";
  font-size: 1rem;
  position: relative;
  z-index: 2;
}
.multifrax .blurring {
  width: 200px;
  height: 200px;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.multifrax .img-absolute {
  position: absolute;
  top: -70px;
  width: auto;
  max-height: 180px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
@media (min-width: 576px) {
  .multifrax .img-absolute {
    max-height: 561px;
    top: -125px;
  }
  .multifrax h2 {
    font-size: 2rem;
  }
  .multifrax h6 {
    font-size: 4rem;
  }
  .multifrax p {
    font-size: 1rem;
  }
  .multifrax p.subtitle {
    font-size: 1rem;
  }
}
@media (min-width: 768px) {
  .multifrax h2 {
    font-size: 3.2rem;
  }
  .multifrax h6 {
    font-size: 5rem;
  }
  .multifrax p {
    font-size: 1rem;
  }
  .multifrax p.subtitle {
    font-size: 1.3rem;
  }
  .multifrax .img-absolute {
    top: -230px;
  }
  .multifrax .blurring {
    width: 300px;
    height: 300px;
  }
}
@media (min-width: 992px) {
  .multifrax .img-absolute {
    top: -260px;
  }
  .multifrax .blurring {
    width: 400px;
    height: 400px;
  }
}
@media (min-width: 1400px) {
  .multifrax h2 {
    font-size: 3.6rem;
  }
  .multifrax h6 {
    font-size: 7rem;
  }
  .multifrax p {
    font-size: 1.2rem;
  }
  .multifrax p.subtitle {
    font-size: 1.5rem;
  }
}
.video video {
  max-height: 100vh;
  background-position: center;
}

.simulscan {
  height: 100vh;
  height: 100dvh;
  color: white;
  background-image: url(../js/4e442da86a22d527de6b.png);
  background-position: center bottom;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (min-width: 992px) {
  .simulscan {
    background-image: url(../js/61f8dfd492cc702ff29d.png);
    background-position: center right;
    background-size: cover;
    background-repeat: no-repeat;
  }
}
.simulscan h2 {
  font-family: "poppins-light";
  font-size: 1.4rem;
  line-height: 2rem;
}
@media (min-width: 576px) {
  .simulscan h2 {
    font-size: 2rem;
    line-height: 2.5rem;
  }
}
@media (min-width: 768px) {
  .simulscan h2 {
    font-size: 3rem;
    line-height: 3.5rem;
  }
}
@media (min-width: 1200px) {
  .simulscan h2 {
    font-size: 3.5rem;
    line-height: 4rem;
  }
}
@media (min-width: 1200px) {
  .simulscan h2 {
    font-size: 4rem;
    line-height: 5rem;
  }
}
.simulscan-main {
  height: 100vh;
  height: 100dvh;
  height: 100lvh;
  background-color: #fbf6ef;
  color: #382727;
  position: relative;
}
.simulscan-main .multiflraxHorizontal {
  min-height: 50vh;
}
.simulscan-main .skin {
  background-image: url(../js/3c4853b8d5962a8dc2b5.png);
  background-position: left;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 10;
  height: 100vh;
  min-height: auto;
  position: initial;
}
.simulscan-main .text-row {
  position: relative;
  min-height: 50vh;
}
.simulscan-main .text-row .item {
  left: 10%;
  position: absolute;
  opacity: 0;
}
@media (min-width: 992px) {
  .simulscan-main .text-row .item {
    left: 10%;
  }
}
.simulscan-main .text-row .item h2 {
  font-size: 2rem;
  line-height: 3rem;
}
@media (min-width: 576px) {
  .simulscan-main .text-row .item h2 {
    font-size: 2rem;
    line-height: 2.5rem;
  }
}
@media (min-width: 768px) {
  .simulscan-main .text-row .item h2 {
    font-size: 2rem;
    line-height: 2.5rem;
  }
}
@media (min-width: 992px) {
  .simulscan-main .text-row .item h2 {
    font-size: 2.5rem;
    line-height: 3rem;
  }
}
@media (min-width: 1200px) {
  .simulscan-main .text-row .item h2 {
    font-size: 3rem;
    line-height: 3.5rem;
  }
}
@media (min-width: 1300px) {
  .simulscan-main .text-row .item h2 {
    font-size: 4rem;
    line-height: 4.5rem;
  }
}
@media (min-width: 1400px) {
  .simulscan-main .text-row .item h2 {
    font-size: 5rem;
    line-height: 5rem;
  }
}
.simulscan-main .text-row .item p {
  font-size: 1rem;
}
@media (min-width: 576px) {
  .simulscan-main .text-row .item p {
    font-size: 1.1rem;
  }
}
@media (min-width: 768px) {
  .simulscan-main .text-row .item p {
    margin-top: 2rem;
    line-height: 1.7rem;
  }
}
.simulscan-main .text-row .item.active {
  opacity: 1; /* Make the active element visible */
}

.unlockThePower {
  height: 100vh;
  height: 100dvh;
  background-color: #fbf6ef;
  color: #382727;
}
.unlockThePower span {
  font-size: 1.6rem;
  line-height: 2.3rem;
}
@media (min-width: 576px) {
  .unlockThePower span {
    font-size: 2rem;
    line-height: 2.5rem;
  }
}
@media (min-width: 1400px) {
  .unlockThePower span {
    font-size: 2rem;
  }
}
.unlockThePower h2 {
  font-size: 3rem;
  line-height: 5rem;
}
@media (min-width: 576px) {
  .unlockThePower h2 {
    font-size: 4rem;
    line-height: 5rem;
  }
}
@media (min-width: 1400px) {
  .unlockThePower h2 {
    font-size: 5rem;
    line-height: 5.5rem;
  }
}
.unlockThePower p {
  font-size: 1.1rem;
  line-height: 1.6rem;
}
@media (min-width: 576px) {
  .unlockThePower p {
    font-size: 1.4rem;
    line-height: 2.2rem;
  }
}

.specsGrid {
  height: 230vh;
  height: 230dvh;
  height: 230lvh;
  background: #c3c5c6;
  color: white;
  overflow: hidden;
}
@media (min-width: 992px) {
  .specsGrid {
    height: 100vh;
    height: 100dvh;
    height: 100lvh;
  }
  .specsGrid .blurring {
    background: radial-gradient(circle, rgb(218, 156, 69) 0%, rgba(255, 150, 45, 0.6) 5%, rgba(255, 141, 28, 0.8) 10%, rgba(185, 95, 95, 0.6) 28%, rgba(185, 95, 95, 0) 16%);
    /* Bordes con un rojo suave */
    border-radius: 50%; /* Hace que sea un círculo */
    filter: blur(40px); /* Aplica el efecto blur (desenfoque) */
    width: 850px;
    height: 450px;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 70%;
    transform: translate(-50%, -50%);
  }
}
@media (min-width: 992px) {
  .specsGrid .col1 {
    margin-right: 12px;
  }
}
.specsGrid .col1 .box1 {
  background-color: rgba(255, 255, 255, 0.22);
  border: solid 1px rgba(251, 246, 239, 0.2784313725);
  border-radius: 10px;
  height: 180px;
  position: relative;
  z-index: 2;
}
.specsGrid .col1 .box1 p {
  font-size: 1.3rem;
  font-family: "poppins-medium";
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .specsGrid .col1 .box1 p {
    font-size: 1.6rem;
  }
}
.specsGrid .col1 .box1 span {
  font-family: "poppins-bold";
  font-size: 3.5rem;
}
@media (min-width: 992px) {
  .specsGrid .col1 .box1 span {
    font-size: 4.5rem;
  }
}
.specsGrid .col1 .box1 .m-auto {
  font-family: "poppins-bold";
  font-size: 2.3rem;
}
@media (min-width: 576px) {
  .specsGrid .col1 .box1 .m-auto {
    font-size: 2.3rem;
  }
}
@media (min-width: 992px) {
  .specsGrid .col1 .box1 .m-auto {
    font-size: 2.5rem;
  }
}
@media (min-width: 1400px) {
  .specsGrid .col1 .box1 .m-auto {
    font-size: 2.8rem;
  }
}
.specsGrid .col1 .box-2 {
  height: 390px;
  position: relative;
  z-index: 2;
}
.specsGrid .col1 .box-2 img {
  object-fit: cover;
  border-radius: 10px;
}
.specsGrid .col1 .box-3 {
  background-color: rgba(255, 255, 255, 0.22);
  border: solid 1px rgba(251, 246, 239, 0.2784313725);
  border-radius: 10px;
  height: 180px;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.specsGrid .col1 .box-3 img {
  object-position: left;
  object-fit: cover;
}
.specsGrid .col1 .box-3 p {
  font-family: "poppins-light";
  font-size: 1.5rem;
  line-height: 1.5rem;
}
.specsGrid .col1 .box-3 span {
  font-family: "poppins-bold";
  font-size: 2rem;
  line-height: 2rem;
}
@media (min-width: 576px) {
  .specsGrid .col1 .box-3 span {
    font-size: 3rem;
    line-height: 3rem;
  }
}
@media (min-width: 992px) {
  .specsGrid .col1 .box-3 span {
    font-size: 3.2rem;
  }
}
@media (min-width: 1200px) {
  .specsGrid .col1 .box-3 span {
    font-size: 3rem;
  }
}
@media (min-width: 1400px) {
  .specsGrid .col1 .box-3 span {
    font-size: 3rem;
  }
}
.specsGrid .col2 .box-4 {
  background-color: rgba(255, 255, 255, 0.22);
  border: solid 1px rgba(251, 246, 239, 0.2784313725);
  border-radius: 10px;
  height: 180px;
  position: relative;
  z-index: 2;
}
.specsGrid .col2 .box-4 p {
  font-family: "poppins-bold";
  font-size: 1.5rem;
  line-height: 1.8rem;
}
@media (min-width: 576px) {
  .specsGrid .col2 .box-4 p {
    font-size: 1.7rem;
    line-height: 2rem;
  }
}
.specsGrid .col2 .box-5 {
  background-color: rgba(255, 255, 255, 0.22);
  border: solid 1px rgba(251, 246, 239, 0.2784313725);
  height: 377px;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.specsGrid .col2 .box-5 img {
  object-position: center;
  object-fit: cover;
}

.impact {
  height: 100vh;
  height: 100dvh;
  background: #f5e8e3;
  color: #382727;
}
.impact h2 {
  font-size: 2rem;
  font-family: "poppins-bold";
}
.impact h6 {
  font-size: 1.6rem;
  font-family: "poppins-bold";
}
.impact p {
  font-size: 1rem;
}
.impact img {
  max-width: 150px;
}
.impact img.img-absolute {
  position: absolute;
  right: 0;
  top: 30px;
  max-width: 50px;
}
@media (min-width: 576px) {
  .impact h2 {
    font-size: 2.6rem;
    font-family: "poppins-bold";
  }
  .impact h6 {
    font-size: 2rem;
    font-family: "poppins-bold";
  }
}
@media (min-width: 768px) {
  .impact img {
    max-width: 100%;
  }
  .impact h2 {
    font-size: 2.6rem;
  }
  .impact h6 {
    font-size: 1.6rem;
  }
  .impact p {
    font-size: 1.2rem;
  }
}
@media (min-width: 992px) {
  .impact h2 {
    font-size: 2.5rem;
  }
  .impact h6 {
    font-size: 2rem;
  }
  .impact p {
    font-size: 1.2rem;
  }
}
@media (min-width: 1200px) {
  .impact h2 {
    font-size: 3rem;
  }
  .impact h6 {
    font-size: 2.2rem;
  }
  .impact p {
    font-size: 1.4rem;
  }
}
@media (min-width: 1400px) {
  .impact h2 {
    font-size: 3.5rem;
  }
  .impact h6 {
    font-size: 2.6rem;
  }
  .impact p {
    font-size: 1.4rem;
  }
}
.aboutPage {
  padding-bottom: 5rem;
  padding-top: 8rem;
  background-color: #fbf6ef;
  /* Show scroll-up */
}
@media (min-width: 576px) {
  .aboutPage {
    padding-top: 11rem;
  }
}
.aboutPage .hero-row h1 {
  font-size: 1.7rem;
  font-family: "poppins-light";
}
@media (min-width: 576px) {
  .aboutPage .hero-row h1 {
    font-size: 2.5rem;
  }
}
.aboutPage .hero-row h1 strong {
  color: #E0A085;
}
.aboutPage .hero-row p {
  font-size: 1rem;
  line-height: 1.3rem;
  color: #382727;
}
.aboutPage .hero-row p strong {
  color: #382727;
}
@media (min-width: 576px) {
  .aboutPage .hero-row p {
    font-size: 1.1rem;
    line-height: 1.5rem;
  }
}
@media (min-width: 992px) {
  .aboutPage .img-row {
    margin-top: 2rem;
  }
}
@media (min-width: 1400px) {
  .aboutPage .img-row {
    margin-top: 5rem;
  }
}
.aboutPage .img-row .pretty-row {
  background-color: #f0e4df;
  border-radius: 10px;
  position: relative;
}
.aboutPage .img-row .pretty-row h2 {
  font-family: "poppins-bold";
  color: #382727;
  font-size: 2.5rem;
}
.aboutPage .img-row .pretty-row p {
  font-family: "poppins-medium";
  color: #552F2F;
  font-size: 0.9rem;
  text-align: justify;
}
@media (min-width: 1200px) {
  .aboutPage .img-row .pretty-row p {
    font-size: 1.1rem;
  }
}
@media (min-width: 1400px) {
  .aboutPage .img-row .pretty-row p {
    font-size: 1.2rem;
  }
}
.aboutPage .img-row .pretty-row img {
  position: absolute;
}
@media (min-width: 576px) {
  .aboutPage .img-row .pretty-row img {
    right: 1%;
    bottom: -8%;
    height: 320px;
    width: 360px;
  }
}
@media (min-width: 768px) {
  .aboutPage .img-row .pretty-row img {
    right: -10%;
    bottom: 7%;
    height: 270px;
    width: 315px;
  }
}
@media (min-width: 992px) {
  .aboutPage .img-row .pretty-row img {
    right: 1%;
    bottom: -4%;
    height: 320px;
    width: 360px;
  }
}
@media (min-width: 1200px) {
  .aboutPage .img-row .pretty-row img {
    right: 1%;
    bottom: -9%;
    height: 400px;
    width: 450px;
  }
}
@media (min-width: 1400px) {
  .aboutPage .img-row .pretty-row img {
    right: 2%;
    bottom: -14%;
    height: 420px;
    width: 470px;
  }
}
.aboutPage .img-row .pretty-row li {
  list-style-type: none;
  color: #552F2F;
  font-size: 0.9rem;
}
.aboutPage .img-row .pretty-row li strong {
  color: #552F2F;
}
@media (min-width: 1200px) {
  .aboutPage .img-row .pretty-row li {
    font-size: 1.1rem;
  }
}
@media (min-width: 1400px) {
  .aboutPage .img-row .pretty-row li {
    font-size: 1.2rem;
  }
}
.aboutPage .img-row .pretty-row .img-left {
  left: -5%;
  bottom: 10%;
  height: 251px;
  width: 263px;
}
@media (min-width: 992px) {
  .aboutPage .img-row .pretty-row .img-left {
    left: 2%;
    bottom: -12%;
    height: 340px;
    width: 365px;
  }
}
@media (min-width: 1200px) {
  .aboutPage .img-row .pretty-row .img-left {
    left: 2%;
    bottom: -8%;
    height: 384px;
    width: 387px;
  }
}
@media (min-width: 1400px) {
  .aboutPage .img-row .pretty-row .img-left {
    left: 3%;
    bottom: -11%;
    height: 400px;
    width: 440px;
  }
}
@media (min-width: 992px) {
  .aboutPage .img-row .pretty-row .img-right {
    right: -6%;
    bottom: 13%;
    height: 373px;
    width: 422px;
  }
}
@media (min-width: 1200px) {
  .aboutPage .img-row .pretty-row .img-right {
    right: -4%;
    bottom: 13%;
    height: 400px;
    width: 450px;
  }
}
@media (min-width: 1400px) {
  .aboutPage .img-row .pretty-row .img-right {
    right: 2%;
    bottom: 15%;
    height: 420px;
    width: 470px;
  }
}
.aboutPage .scroll-up {
  position: fixed;
  right: 3rem;
  bottom: 10%;
  z-index: 10;
  width: 32px;
  height: 32px;
  border-radius: 4px;
  background-color: rgba(29, 29, 31, 0.7);
  backdrop-filter: saturate(180%) blur(20px);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  transition: bottom 0.4s, transform 0.4s;
}
.aboutPage .scroll-up:hover {
  transform: translateY(-0.25rem);
}
.aboutPage ._show-scroll {
  bottom: 3rem;
}
@media (max-width: 1199.98px) {
  .aboutPage .scroll-up {
    right: 1rem;
  }
}

.portable-laser {
  height: 100vh;
  height: 100dvh;
  background-color: #fbf6ef;
  color: #382727;
  /* Show the hover image immediately when hovered */
  /* Show the third image after 1 second of hover */
  /* Keyframes for delayed image appearance */
}
.portable-laser h2 {
  font-size: 2rem;
  font-family: "poppins-bold";
}
.portable-laser h6 {
  font-size: 1.4rem;
  font-family: "poppins-bold";
}
.portable-laser p {
  font-size: 1rem;
}
.portable-laser p span {
  font-family: "poppins-regular";
}
.portable-laser img {
  max-width: 100px;
}
.portable-laser .horizontal-line {
  position: relative;
  width: 80px; /* Longitud de la línea horizontal */
  height: 1px; /* Grosor de la línea horizontal */
  background-color: #8B0000; /* Color rojo oscuro */
  margin: auto; /* Espaciado superior e inferior */
  margin-top: 4px;
  margin-bottom: 20px;
}
.portable-laser .horizontal-line::before,
.portable-laser .horizontal-line::after {
  content: "";
  position: absolute;
  width: 1px; /* Grosor de las puntas verticales */
  height: 20px; /* Altura de las puntas verticales */
  background-color: #8B0000; /* Mismo color que la línea */
  top: 50%; /* Centra verticalmente las puntas */
  transform: translateY(-50%); /* Ajusta la posición para alinearla con la línea horizontal */
}
.portable-laser .horizontal-line::before {
  left: 0; /* Puntas verticales a la izquierda */
}
.portable-laser .horizontal-line::after {
  right: 0; /* Puntas verticales a la derecha */
}
.portable-laser .absolute-text {
  position: absolute;
  right: 0%;
  top: 50%;
}
.portable-laser .vertical-line {
  position: absolute;
  width: 1px;
  height: 160px;
  background-color: #8B0000;
  margin: auto;
  /* display: inline-block; */
  /* display: flex; */
  /* align-items: end; */
  right: 20%;
  top: 19%;
  height: 222px;
}
.portable-laser .vertical-line::before,
.portable-laser .vertical-line::after {
  content: "";
  position: absolute;
  height: 1px; /* Grosor de las puntas horizontales */
  width: 20px; /* Longitud de las puntas horizontales */
  background-color: #8B0000; /* Mismo color que la línea */
  left: 50%; /* Centra las puntas horizontalmente */
  transform: translateX(-50%); /* Ajusta la posición para alinear las puntas con la línea vertical */
}
.portable-laser .vertical-line::before {
  top: 0; /* Puntas horizontales en la parte superior */
}
.portable-laser .vertical-line::after {
  bottom: 0; /* Puntas horizontales en la parte inferior */
}
@media (min-width: 576px) {
  .portable-laser .absolute-text {
    right: 5%;
  }
  .portable-laser .vertical-line {
    height: 331px;
    top: 14%;
    right: 22%;
  }
  .portable-laser .horizontal-line {
    width: 150px; /* Longitud de la línea horizontal */
  }
  .portable-laser img {
    max-width: 150px;
  }
  .portable-laser h2 {
    font-size: 2.6rem;
    font-family: "poppins-bold";
  }
  .portable-laser h6 {
    font-size: 2rem;
    font-family: "poppins-bold";
  }
}
@media (min-width: 768px) {
  .portable-laser h2 {
    font-size: 2.6rem;
  }
  .portable-laser h6 {
    font-size: 1.6rem;
  }
  .portable-laser p {
    font-size: 1.2rem;
  }
  .portable-laser .absolute-text {
    right: -20px;
  }
  .portable-laser .vertical-line {
    height: 338px;
    top: 14%;
    right: 14%;
  }
}
@media (min-width: 992px) {
  .portable-laser .vertical-line {
    height: 319px;
    top: 20%;
  }
  .portable-laser .horizontal-line {
    width: 200px; /* Longitud de la línea horizontal */
  }
  .portable-laser h2 {
    font-size: 2.5rem;
  }
  .portable-laser h6 {
    font-size: 2rem;
  }
  .portable-laser p {
    font-size: 1.2rem;
  }
}
@media (min-width: 1200px) {
  .portable-laser h2 {
    font-size: 3rem;
  }
  .portable-laser h6 {
    font-size: 2.2rem;
  }
  .portable-laser p {
    font-size: 1.4rem;
  }
  .portable-laser .vertical-line {
    height: 338px;
    top: 16%;
    right: 18%;
  }
}
@media (min-width: 1400px) {
  .portable-laser h2 {
    font-size: 3.5rem;
  }
  .portable-laser h6 {
    font-size: 2.6rem;
  }
  .portable-laser p {
    font-size: 1.4rem;
  }
  .portable-laser .absolute-text {
    right: 6%;
  }
  .portable-laser .vertical-line {
    height: 338px;
    top: 16%;
    right: 23%;
  }
}
.portable-laser .default-img {
  display: inline-block;
}
.portable-laser .hover-img,
.portable-laser .delayed-img {
  display: none;
}
.portable-laser .position-relative:hover .default-img {
  display: none;
}
.portable-laser .position-relative:hover .hover-img {
  display: inline-block;
}
.portable-laser .position-relative:hover .delayed-img {
  display: inline-block;
  animation: showDelayedImage 1s forwards; /* Animation to delay appearance */
}
@keyframes showDelayedImage {
  0% {
    opacity: 0; /* Fully hidden initially */
  }
  99% {
    opacity: 0; /* Remain hidden until the last moment */
  }
  100% {
    opacity: 1; /* Fully visible at the end */
  }
}

.about-us {
  background-color: #E0A085;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.about-us h2 {
  font-size: 2rem;
}
@media (min-width: 576px) {
  .about-us h2 {
    font-size: 3rem;
  }
}
.about-us h2 strong {
  color: white;
}
.about-us p {
  font-size: 0.9rem;
  line-height: 1.5rem;
  color: #382727;
  font-family: "poppins-medium";
}
.about-us p strong {
  color: white;
}
@media (min-width: 576px) {
  .about-us p {
    font-size: 1.2rem;
    line-height: 1.8rem;
  }
}
@media (min-width: 768px) {
  .about-us p {
    font-size: 1.2rem;
    line-height: 2rem;
  }
}
@media (min-width: 1200px) {
  .about-us p {
    font-size: 1.4rem;
    line-height: 2.1rem;
  }
}
@media (min-width: 1400px) {
  .about-us p {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
.about-us img {
  border-radius: 25px;
}

.directive-team h2 {
  font-size: 2rem;
  font-family: "poppins-regular";
}
.directive-team h2 strong {
  color: #E0A085;
}
@media (min-width: 992px) {
  .directive-team h2 {
    font-size: 2.5rem;
  }
}
@media (min-width: 1200px) {
  .directive-team h2 {
    font-size: 3rem;
  }
}
.directive-team .member-row {
  border-radius: 10px;
}
.directive-team .member-row img {
  max-width: 488px;
  max-height: 557px;
  border-radius: 10px;
}
.directive-team .member-row h2 {
  color: #382727;
  font-family: "poppins-regular";
  font-size: 1.5rem;
}
.directive-team .member-row h2 strong {
  color: #382727;
}
@media (min-width: 576px) {
  .directive-team .member-row h2 {
    font-size: 2rem;
  }
}
@media (min-width: 992px) {
  .directive-team .member-row h2 {
    font-size: 2.3rem;
  }
}
@media (min-width: 1200px) {
  .directive-team .member-row h2 {
    font-size: 2.8rem;
  }
}
.directive-team .member-row h3 {
  color: #382727;
  font-family: "poppins-light";
  font-size: 1rem;
}
@media (min-width: 576px) {
  .directive-team .member-row h3 {
    font-size: 1.2rem;
  }
}
@media (min-width: 992px) {
  .directive-team .member-row h3 {
    font-size: 1.5rem;
  }
}
@media (min-width: 1200px) {
  .directive-team .member-row h3 {
    font-size: 1.8rem;
  }
}
.directive-team .member-row p {
  color: #382727;
  font-family: "poppins-regular";
  font-size: 1rem;
}
.directive-team .member-row button {
  background-color: #FBD3C3;
  color: #382727;
  font-size: 1rem;
}
@media (min-width: 992px) {
  .directive-team .member-row button {
    font-size: 1.3rem;
  }
}
.directive-team .member-row button a {
  color: #382727;
  text-decoration: none;
  font-family: "poppins-medium";
}

.legal-page {
  padding-top: 8rem;
  background-color: white;
  color: #382727;
  font-family: "poppins-medium";
}
@media (min-width: 576px) {
  .legal-page {
    padding-top: 11rem;
  }
}
.legal-page h1, .legal-page h2, .legal-page h3, .legal-page h4, .legal-page h5, .legal-page h6 {
  font-family: "poppins-bold";
  color: #382727;
}
.legal-page strong {
  color: #382727;
  font-family: "poppins-bold";
}
.legal-page a {
  color: #382727;
  font-family: "poppins-bold";
}
.legal-page p, .legal-page ul li, .legal-page ol li {
  font-size: 1rem;
  color: #382727;
  font-family: "poppins-medium";
}
@media (min-width: 576px) {
  .legal-page p, .legal-page ul li, .legal-page ol li {
    font-size: 1.1rem;
  }
}
@media (min-width: 768px) {
  .legal-page p, .legal-page ul li, .legal-page ol li {
    font-size: 1.1rem;
  }
}
@media (min-width: 1200px) {
  .legal-page p, .legal-page ul li, .legal-page ol li {
    font-size: 1.2rem;
  }
}
@media (min-width: 1400px) {
  .legal-page p, .legal-page ul li, .legal-page ol li {
    font-size: 1.2rem;
  }
}

.faq-page {
  background-color: #fbf6ef;
  color: #382727;
}
.faq-page .faq-hero {
  min-height: 100vh;
  min-height: 100dvh;
  display: flex;
  align-items: center;
  padding: 7.5rem 0 3.5rem;
  position: relative;
  overflow: hidden;
  background: radial-gradient(circle at 15% 18%, rgba(224, 160, 133, 0.38), transparent 42%), radial-gradient(circle at 85% 10%, rgba(185, 95, 95, 0.14), transparent 34%), #fbf6ef;
}
.faq-page .faq-hero .faq-kicker {
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-family: "poppins-medium";
  font-size: 0.85rem;
  color: #B95F5F;
  margin-bottom: 1rem;
}
.faq-page .faq-hero h1 {
  font-family: "poppins-bold";
  color: #382727;
  font-size: 2rem;
  line-height: 1.2;
  margin-bottom: 1rem;
}
.faq-page .faq-hero .faq-intro {
  font-family: "poppins-regular";
  font-size: 1rem;
  line-height: 1.75;
  margin-bottom: 0;
}
.faq-page .faq-anchor-nav {
  margin-top: 2rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
}
.faq-page .faq-anchor-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: "poppins-medium";
  font-size: 0.9rem;
  color: #382727;
  text-decoration: none;
  background-color: #f0e4df;
  border: 1px solid rgba(56, 39, 39, 0.14);
  border-radius: 10px;
  padding: 0.5rem 1rem;
  transition: transform 0.2s ease, background-color 0.2s ease;
}
.faq-page .faq-anchor-link:hover {
  transform: translateY(-2px);
  background-color: #E7D6CF;
  color: #382727;
}
.faq-page .faq-categories {
  padding: 1rem 0 6rem;
}
.faq-page .faq-category {
  background-color: #f0e4df;
  border: 1px solid rgba(56, 39, 39, 0.14);
  border-radius: 10px;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  padding: 1.5rem;
  margin-bottom: 1.25rem;
  scroll-margin-top: 8rem;
}
.faq-page .faq-category h2 {
  font-family: "poppins-bold";
  font-size: 1.4rem;
  line-height: 1.25;
  color: #382727;
  margin-bottom: 0.6rem;
}
.faq-page .faq-category > .row > div > p {
  font-family: "poppins-regular";
  font-size: 1rem;
  line-height: 1.7;
  margin-bottom: 0;
  color: #382727;
}
.faq-page .faq-category-soft {
  background-color: #E7D6CF;
}
.faq-page .faq-item {
  background-color: #ffffff;
  border: 1px solid rgba(56, 39, 39, 0.14);
  border-radius: 10px;
  overflow: hidden;
}
.faq-page .faq-item + .faq-item {
  margin-top: 0.8rem;
}
.faq-page .faq-item summary {
  list-style: none;
  cursor: pointer;
  font-family: "poppins-medium";
  font-size: 1rem;
  line-height: 1.5;
  color: #382727;
  padding: 1rem 2.9rem 1rem 1rem;
  position: relative;
}
.faq-page .faq-item summary::-webkit-details-marker {
  display: none;
}
.faq-page .faq-item summary::after {
  content: "+";
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #fbf6ef;
  border: 1px solid rgba(56, 39, 39, 0.2);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: "poppins-bold";
  font-size: 1rem;
}
.faq-page .faq-item .faq-answer {
  border-top: 1px solid rgba(56, 39, 39, 0.08);
  padding: 0 1rem 1rem;
}
.faq-page .faq-item .faq-answer p {
  margin: 0.8rem 0 0;
  font-family: "poppins-light";
  font-size: 0.98rem;
  line-height: 1.75;
  color: #382727;
}
.faq-page .faq-item[open] summary::after {
  content: "−";
}
.faq-page .faq-cta {
  margin-top: 2rem;
  padding: 2rem 1rem;
}
.faq-page .faq-cta h2 {
  font-family: "poppins-bold";
  color: #382727;
  font-size: 1.5rem;
  margin-bottom: 0.8rem;
}
.faq-page .faq-cta p {
  font-family: "poppins-regular";
  color: #382727;
  margin-bottom: 1.3rem;
  line-height: 1.7;
}
.faq-page .faq-cta a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #E0A085;
  color: #382727;
  text-decoration: none;
  border-radius: 10px;
  font-family: "poppins-bold";
  padding: 0.65rem 1.5rem;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  transition: transform 0.2s ease;
}
.faq-page .faq-cta a:hover {
  transform: translateY(-2px);
  color: #382727;
}
@media (min-width: 768px) {
  .faq-page .faq-hero h1 {
    font-size: 2.7rem;
  }
  .faq-page .faq-hero .faq-intro {
    font-size: 1.1rem;
  }
  .faq-page .faq-anchor-link {
    font-size: 0.95rem;
    padding: 0.55rem 1.1rem;
  }
  .faq-page .faq-category {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .faq-page .faq-hero {
    padding-top: 8.5rem;
  }
  .faq-page .faq-hero h1 {
    font-size: 3.3rem;
  }
  .faq-page .faq-hero .faq-intro {
    font-size: 1.2rem;
  }
  .faq-page .faq-category h2 {
    font-size: 1.75rem;
  }
  .faq-page .faq-item summary {
    font-size: 1.05rem;
  }
  .faq-page .faq-item .faq-answer p {
    font-size: 1.02rem;
  }
  .faq-page .faq-cta {
    padding: 2.6rem 2rem;
  }
  .faq-page .faq-cta h2 {
    font-size: 2rem;
  }
}

.main-consultoria p {
  color: #382727;
}
.main-consultoria h2 {
  color: #382727;
}
.main-consultoria strong {
  color: #382727;
}
.main-consultoria .hero {
  padding: 1rem;
  background-color: #E7D6CF;
  padding-top: 3rem;
}
@media (min-width: 768px) {
  .main-consultoria .hero {
    padding-top: 4rem;
    padding-bottom: 5rem;
  }
}
.main-consultoria .hero h1 {
  font-size: 1.8rem;
  font-family: "poppins-light";
}
@media (min-width: 768px) {
  .main-consultoria .hero h1 {
    font-size: 2.3rem;
  }
}
@media (min-width: 992px) {
  .main-consultoria .hero h1 {
    font-size: 2.7rem;
  }
}
.main-consultoria .hero h1 span {
  font-family: "poppins-bold";
  color: #E0A085;
}
.main-consultoria .hero p {
  font-size: 1rem;
}
@media (min-width: 768px) {
  .main-consultoria .hero p {
    font-size: 1.2rem;
  }
}
@media (min-width: 992px) {
  .main-consultoria .hero p {
    font-size: 1.2rem;
  }
}
@media (min-width: 1400px) {
  .main-consultoria .hero p {
    font-size: 1.3rem;
  }
}
.main-consultoria .one {
  padding: 1rem;
  background-color: #fbf6ef;
}
@media (min-width: 992px) {
  .main-consultoria .one {
    padding: 2rem;
  }
}
.main-consultoria .one h2 {
  font-size: 1.3rem;
  font-family: "poppins-light";
}
@media (min-width: 768px) {
  .main-consultoria .one h2 {
    font-size: 1.8rem;
  }
}
@media (min-width: 992px) {
  .main-consultoria .one h2 {
    font-size: 2rem;
  }
}
@media (min-width: 1200px) {
  .main-consultoria .one h2 {
    font-size: 2.2rem;
  }
}
@media (min-width: 1400px) {
  .main-consultoria .one h2 {
    font-size: 2.5rem;
  }
}
.main-consultoria .one h2 span {
  font-family: "poppins-bold";
  color: #E0A085;
  font-size: 7rem;
}
.main-consultoria .one p {
  font-size: 1rem;
}
@media (min-width: 992px) {
  .main-consultoria .one p {
    font-size: 1.2rem;
  }
}
@media (min-width: 1400px) {
  .main-consultoria .one p {
    font-size: 1.3rem;
  }
}
.main-consultoria .one .icon {
  margin-top: 1rem;
  max-width: 45px;
}
@media (min-width: 576px) {
  .main-consultoria .one .icon {
    max-width: 50px;
  }
}
@media (min-width: 768px) {
  .main-consultoria .one .icon {
    max-width: 55px;
  }
}
@media (min-width: 992px) {
  .main-consultoria .one .icon {
    max-width: 60px;
  }
}
.main-consultoria .two {
  padding: 1rem;
  background-color: #E7D6CF;
}
@media (min-width: 992px) {
  .main-consultoria .two {
    padding: 2rem;
  }
}
.main-consultoria .two h2 {
  font-size: 1.3rem;
  font-family: "poppins-light";
}
@media (min-width: 768px) {
  .main-consultoria .two h2 {
    font-size: 1.8rem;
  }
}
@media (min-width: 992px) {
  .main-consultoria .two h2 {
    font-size: 2rem;
  }
}
@media (min-width: 1200px) {
  .main-consultoria .two h2 {
    font-size: 2.2rem;
  }
}
@media (min-width: 1400px) {
  .main-consultoria .two h2 {
    font-size: 2.5rem;
  }
}
.main-consultoria .two h2 span {
  font-family: "poppins-bold";
  color: #E0A085;
  font-size: 7rem;
}
.main-consultoria .two p {
  font-size: 0.9rem;
}
@media (min-width: 992px) {
  .main-consultoria .two p {
    font-size: 1rem;
  }
}
@media (min-width: 1400px) {
  .main-consultoria .two p {
    font-size: 1.2rem;
  }
}
.main-consultoria .two img {
  border-radius: 7px;
}
.main-consultoria .three {
  padding: 1rem;
  background-color: #fbf6ef;
}
@media (min-width: 992px) {
  .main-consultoria .three {
    padding: 2rem;
  }
}
.main-consultoria .three h2 {
  font-size: 1.3rem;
  font-family: "poppins-light";
}
@media (min-width: 768px) {
  .main-consultoria .three h2 {
    font-size: 1.8rem;
  }
}
@media (min-width: 992px) {
  .main-consultoria .three h2 {
    font-size: 2rem;
  }
}
@media (min-width: 1200px) {
  .main-consultoria .three h2 {
    font-size: 2.2rem;
  }
}
@media (min-width: 1400px) {
  .main-consultoria .three h2 {
    font-size: 2.5rem;
  }
}
.main-consultoria .three h2 span {
  font-family: "poppins-bold";
  color: #E0A085;
  font-size: 7rem;
}
.main-consultoria .three p {
  font-size: 0.9rem;
}
@media (min-width: 992px) {
  .main-consultoria .three p {
    font-size: 1rem;
  }
}
@media (min-width: 1400px) {
  .main-consultoria .three p {
    font-size: 1.2rem;
  }
}
.main-consultoria .four {
  padding: 1rem;
  background-color: #E7D6CF;
}
@media (min-width: 992px) {
  .main-consultoria .four {
    padding: 2rem;
  }
}
.main-consultoria .four h2 {
  font-size: 1.3rem;
  font-family: "poppins-light";
}
@media (min-width: 768px) {
  .main-consultoria .four h2 {
    font-size: 1.8rem;
  }
}
@media (min-width: 992px) {
  .main-consultoria .four h2 {
    font-size: 2rem;
  }
}
@media (min-width: 1200px) {
  .main-consultoria .four h2 {
    font-size: 2.2rem;
  }
}
@media (min-width: 1400px) {
  .main-consultoria .four h2 {
    font-size: 2.5rem;
  }
}
.main-consultoria .four h2 span {
  font-family: "poppins-bold";
  color: #E0A085;
  font-size: 7rem;
}
.main-consultoria .four p {
  font-size: 0.9rem;
}
@media (min-width: 992px) {
  .main-consultoria .four p {
    font-size: 1rem;
  }
}
@media (min-width: 1400px) {
  .main-consultoria .four p {
    font-size: 1.2rem;
  }
}
.main-consultoria .five {
  height: 65vh;
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fbf6ef;
}
@media (min-width: 992px) {
  .main-consultoria .five {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
.main-consultoria .five h2 {
  font-size: 1.3rem;
  font-family: "poppins-light";
}
@media (min-width: 768px) {
  .main-consultoria .five h2 {
    font-size: 1.8rem;
  }
}
@media (min-width: 992px) {
  .main-consultoria .five h2 {
    font-size: 2rem;
  }
}
@media (min-width: 1200px) {
  .main-consultoria .five h2 {
    font-size: 2.2rem;
  }
}
@media (min-width: 1400px) {
  .main-consultoria .five h2 {
    font-size: 2.5rem;
  }
}
.main-consultoria .five h2 span {
  font-family: "poppins-bold";
  color: #bd9888;
  font-size: 7rem;
}
.main-consultoria .five p {
  font-size: 0.9rem;
}
@media (min-width: 992px) {
  .main-consultoria .five p {
    font-size: 1rem;
  }
}
@media (min-width: 1400px) {
  .main-consultoria .five p {
    font-size: 1.2rem;
  }
}
.main-consultoria .five .box {
  background-color: #f0e4df;
  border-radius: 10px;
}

.thermaDas .hero-main {
  background-color: #fbf6ef;
}
.thermaDas .hero-main .height-view {
  padding-top: 8rem;
  padding-bottom: 4rem;
}
@media (min-width: 576px) {
  .thermaDas .hero-main .height-view {
    padding-top: 5rem;
    height: 100vh;
    height: 100dvh;
  }
}
@media (min-width: 768px) {
  .thermaDas .hero-main .height-view {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
}
@media (min-width: 992px) {
  .thermaDas .hero-main .height-view {
    padding-bottom: 0rem;
  }
}
.thermaDas .hero-main h2 {
  color: #382727;
  text-transform: uppercase;
  font-size: 1.5rem;
  font-family: "poppins-bold";
}
@media (min-width: 576px) {
  .thermaDas .hero-main h2 {
    font-size: 2rem;
  }
}
@media (min-width: 768px) {
  .thermaDas .hero-main h2 {
    font-size: 2.5rem;
  }
}
@media (min-width: 1400px) {
  .thermaDas .hero-main h2 {
    font-size: 2.8rem;
  }
}
.thermaDas .hero-main p {
  color: #382727;
  font-size: 1rem;
  font-family: "poppins-medium";
}
.thermaDas .hero-main p strong {
  font-family: "poppins-bold";
}
@media (min-width: 576px) {
  .thermaDas .hero-main p {
    font-size: 1.2rem;
  }
}
.thermaDas .hero-main .img-product {
  position: relative;
}
@media (min-width: 992px) {
  .thermaDas .hero-main .img-product {
    right: 60px;
  }
}
@media (min-width: 1200px) {
  .thermaDas .hero-main .img-product {
    right: 110px;
  }
}
@media (min-width: 1600px) {
  .thermaDas .hero-main .img-product {
    max-width: 110%;
  }
}
.thermaDas .hero-main .img-absolute {
  left: 50%;
  transform: translateX(-50%);
  bottom: 20px;
  position: absolute;
}
@media (min-width: 992px) {
  .thermaDas .hero-main .img-absolute {
    bottom: 40px;
  }
}
.thermaDas .allinone {
  background: rgb(224, 160, 133);
  background: linear-gradient(90deg, rgb(224, 160, 133) 0%, rgb(251, 246, 239) 95%);
  padding-top: 3.3rem;
  padding-bottom: 3rem;
}
@media (min-width: 576px) {
  .thermaDas .allinone {
    padding-top: 6rem;
  }
}
@media (min-width: 768px) {
  .thermaDas .allinone {
    padding-bottom: 8rem;
  }
}
@media (min-width: 992px) {
  .thermaDas .allinone {
    padding-bottom: 22rem;
  }
}
.thermaDas .allinone h3 {
  font-family: "poppins-bold";
  font-size: 1rem;
  color: #382727;
}
@media (min-width: 576px) {
  .thermaDas .allinone h3 {
    font-size: 1.2rem;
  }
}
@media (min-width: 768px) {
  .thermaDas .allinone h3 {
    font-size: 1.8rem;
  }
}
@media (min-width: 1400px) {
  .thermaDas .allinone h3 {
    font-size: 2.2rem;
  }
}
.thermaDas .allinone h2 {
  font-family: "poppins-bold";
  color: white;
  font-size: 1.3rem;
}
@media (min-width: 576px) {
  .thermaDas .allinone h2 {
    font-size: 1.5rem;
  }
}
@media (min-width: 768px) {
  .thermaDas .allinone h2 {
    font-size: 2rem;
  }
}
@media (min-width: 1400px) {
  .thermaDas .allinone h2 {
    font-size: 3.3rem;
  }
}
@media (min-width: 1600px) {
  .thermaDas .allinone h2 {
    font-size: 3.8rem;
  }
}
.thermaDas .allinone span {
  font-size: 1.1rem;
  font-family: "poppins-medium";
}
@media (min-width: 576px) {
  .thermaDas .allinone span {
    font-size: 1rem;
  }
}
@media (min-width: 768px) {
  .thermaDas .allinone span {
    font-size: 1.1rem;
  }
}
@media (min-width: 1400px) {
  .thermaDas .allinone span {
    font-size: 1.9rem;
  }
}
@media (min-width: 1600px) {
  .thermaDas .allinone span {
    font-size: 2.2rem;
  }
}
.thermaDas .allinone p {
  color: #382727;
  font-size: 0.9rem;
}
@media (min-width: 768px) {
  .thermaDas .allinone p {
    font-size: 1rem;
  }
}
@media (min-width: 992px) {
  .thermaDas .allinone p {
    font-size: 1.1rem;
  }
}
.thermaDas .allinone .img-absolute {
  position: absolute;
  right: 0;
  top: 60px;
  max-width: 40%;
}
@media (min-width: 992px) {
  .thermaDas .allinone .img-absolute {
    max-width: 100%;
  }
}
.thermaDas .experiment {
  background-color: #E7D6CF;
  padding-top: 3.3rem;
  padding-bottom: 3rem;
}
@media (min-width: 576px) {
  .thermaDas .experiment {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
}
.thermaDas .experiment h4 {
  font-family: "poppins-light";
  color: #382727;
  font-size: 1.3rem;
}
@media (min-width: 576px) {
  .thermaDas .experiment h4 {
    font-size: 1.5rem;
  }
}
@media (min-width: 768px) {
  .thermaDas .experiment h4 {
    font-size: 1.6rem;
  }
}
@media (min-width: 992px) {
  .thermaDas .experiment h4 {
    font-size: 2.3rem;
  }
}
@media (min-width: 1200px) {
  .thermaDas .experiment h4 {
    font-size: 2.5rem;
  }
}
@media (min-width: 1400px) {
  .thermaDas .experiment h4 {
    font-size: 2.9rem;
  }
}
.thermaDas .experiment p {
  color: #382727;
  font-size: 1rem;
  font-family: "poppins-medium";
}
@media (min-width: 576px) {
  .thermaDas .experiment p {
    font-size: 1.1rem;
  }
}
@media (min-width: 768px) {
  .thermaDas .experiment p {
    font-size: 1.2rem;
  }
}
@media (min-width: 992px) {
  .thermaDas .experiment p {
    font-size: 1.6rem;
  }
}
@media (min-width: 1400px) {
  .thermaDas .experiment p {
    font-size: 2rem;
  }
}
.thermaDas .thermadasDescription {
  padding-top: 3.3rem;
  padding-bottom: 3rem;
  background-color: #fbf6ef;
}
@media (min-width: 576px) {
  .thermaDas .thermadasDescription {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
}
.thermaDas .thermadasDescription h2 {
  font-family: "poppins-bold";
  color: #382727;
  font-size: 1.3rem;
}
@media (min-width: 576px) {
  .thermaDas .thermadasDescription h2 {
    font-size: 1.5rem;
  }
}
@media (min-width: 768px) {
  .thermaDas .thermadasDescription h2 {
    font-size: 1.6rem;
  }
}
@media (min-width: 992px) {
  .thermaDas .thermadasDescription h2 {
    font-size: 2.3rem;
  }
}
@media (min-width: 1200px) {
  .thermaDas .thermadasDescription h2 {
    font-size: 2.5rem;
  }
}
@media (min-width: 1400px) {
  .thermaDas .thermadasDescription h2 {
    font-size: 2.9rem;
  }
}
.thermaDas .thermadasDescription h5 {
  color: #382727;
  font-size: 1rem;
  font-family: "poppins-medium";
}
@media (min-width: 576px) {
  .thermaDas .thermadasDescription h5 {
    font-size: 1.1rem;
  }
}
@media (min-width: 768px) {
  .thermaDas .thermadasDescription h5 {
    font-size: 1.2rem;
  }
}
@media (min-width: 992px) {
  .thermaDas .thermadasDescription h5 {
    font-size: 1.8rem;
    line-height: 42px;
  }
}
@media (min-width: 1400px) {
  .thermaDas .thermadasDescription h5 {
    font-size: 2rem;
  }
}
.thermaDas .thermadasDescription h6 {
  color: #382727;
  font-size: 1rem;
  font-family: "poppins-regular";
}
@media (min-width: 576px) {
  .thermaDas .thermadasDescription h6 {
    font-size: 1.1rem;
  }
}
@media (min-width: 768px) {
  .thermaDas .thermadasDescription h6 {
    font-size: 1.2rem;
  }
}
@media (min-width: 992px) {
  .thermaDas .thermadasDescription h6 {
    font-size: 1.6rem;
  }
}
@media (min-width: 1400px) {
  .thermaDas .thermadasDescription h6 {
    font-size: 1.6rem;
  }
}
.thermaDas .thermadasDescription p {
  color: #382727;
  font-family: "poppins-medium";
  font-size: 1rem;
}
@media (min-width: 576px) {
  .thermaDas .thermadasDescription p {
    font-size: 1.1rem;
  }
}
@media (min-width: 768px) {
  .thermaDas .thermadasDescription p {
    font-size: 1.2rem;
  }
}
.thermaDas .thermadasDescription .box {
  border: 1px solid #B95F5F;
  border-radius: 10px;
  height: 140px;
  display: flex;
  align-items: flex-end; /* Alinea el contenido al fondo */
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 12px;
}
@media (min-width: 576px) {
  .thermaDas .thermadasDescription .box {
    height: 165px;
    padding-left: 14px;
    padding-right: 14px;
    padding-bottom: 20px;
  }
}
@media (min-width: 992px) {
  .thermaDas .thermadasDescription .box {
    height: 230px;
    padding-left: 30px; /* Espaciado para evitar que el texto toque el borde */
    padding-right: 30px; /* Espaciado para evitar que el texto toque el borde */
    padding-bottom: 20px; /* Espaciado para evitar que el texto toque el borde */
  }
}
.thermaDas .thermadasDescription .box p {
  font-size: 0.9rem;
  font-family: "poppins-regular";
}
@media (min-width: 576px) {
  .thermaDas .thermadasDescription .box p {
    font-size: 1rem;
  }
}
@media (min-width: 992px) {
  .thermaDas .thermadasDescription .box p {
    font-size: 1.3rem;
  }
}
@media (min-width: 1400px) {
  .thermaDas .thermadasDescription .box p {
    font-size: 1.5rem;
  }
}
.thermaDas .video {
  max-height: 100vh;
  background-position: center;
}
.thermaDas .functionDas {
  padding-top: 3.3rem;
  padding-bottom: 3rem;
  background: rgb(236, 164, 134);
  background: linear-gradient(90deg, rgb(236, 164, 134) 0%, rgb(255, 233, 224) 54%, rgb(251, 246, 239) 69%);
}
@media (min-width: 576px) {
  .thermaDas .functionDas {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
}
.thermaDas .functionDas h3 {
  font-family: "poppins-light";
  color: #382727;
  font-size: 1.3rem;
}
@media (min-width: 576px) {
  .thermaDas .functionDas h3 {
    font-size: 1.5rem;
  }
}
@media (min-width: 768px) {
  .thermaDas .functionDas h3 {
    font-size: 1.6rem;
  }
}
@media (min-width: 992px) {
  .thermaDas .functionDas h3 {
    font-size: 2.3rem;
  }
}
@media (min-width: 1200px) {
  .thermaDas .functionDas h3 {
    font-size: 2.5rem;
  }
}
@media (min-width: 1400px) {
  .thermaDas .functionDas h3 {
    font-size: 2.9rem;
  }
}
.thermaDas .functionDas h6 {
  color: #382727;
  font-size: 1rem;
  font-family: "poppins-regular";
}
@media (min-width: 576px) {
  .thermaDas .functionDas h6 {
    font-size: 1.1rem;
  }
}
@media (min-width: 768px) {
  .thermaDas .functionDas h6 {
    font-size: 1.2rem;
  }
}
@media (min-width: 992px) {
  .thermaDas .functionDas h6 {
    font-size: 1.6rem;
  }
}
@media (min-width: 1400px) {
  .thermaDas .functionDas h6 {
    font-size: 1.8rem;
    line-height: 40px;
  }
}
.thermaDas .functionDas p {
  color: #382727;
  font-size: 0.9rem;
}
@media (min-width: 768px) {
  .thermaDas .functionDas p {
    font-size: 1rem;
  }
}
@media (min-width: 992px) {
  .thermaDas .functionDas p {
    font-size: 1.1rem;
  }
}
@media (min-width: 1200px) {
  .thermaDas .functionDas p {
    font-size: 1.2rem;
  }
}
.thermaDas .modeUse {
  padding-top: 3.3rem;
  padding-bottom: 3rem;
  background-color: #E7D6CF;
}
@media (min-width: 576px) {
  .thermaDas .modeUse {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
}
.thermaDas .modeUse h2 {
  font-family: "poppins-bold";
  color: #382727;
  font-size: 1.3rem;
}
@media (min-width: 576px) {
  .thermaDas .modeUse h2 {
    font-size: 1.5rem;
  }
}
@media (min-width: 768px) {
  .thermaDas .modeUse h2 {
    font-size: 1.6rem;
  }
}
@media (min-width: 992px) {
  .thermaDas .modeUse h2 {
    font-size: 2.3rem;
  }
}
@media (min-width: 1200px) {
  .thermaDas .modeUse h2 {
    font-size: 2.5rem;
  }
}
@media (min-width: 1400px) {
  .thermaDas .modeUse h2 {
    font-size: 2.9rem;
  }
}
.thermaDas .modeUse .box {
  background-color: #f0e4df;
  height: 300px;
  border-radius: 10px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  flex-direction: column; /* Asegura que el contenido dentro de la caja se organice en columna */
}
@media (min-width: 576px) {
  .thermaDas .modeUse .box {
    height: 260px;
    padding-left: 14px;
    padding-right: 14px;
  }
}
@media (min-width: 768px) {
  .thermaDas .modeUse .box {
    height: 320px;
  }
}
@media (min-width: 992px) {
  .thermaDas .modeUse .box {
    height: 360px;
    padding-left: 30px; /* Espaciado para evitar que el texto toque el borde */
    padding-right: 30px; /* Espaciado para evitar que el texto toque el borde */
  }
}
@media (min-width: 1400px) {
  .thermaDas .modeUse .box {
    height: 340px;
    padding-left: 74px;
    padding-right: 72px;
  }
}
.thermaDas .modeUse .box p {
  font-size: 0.9rem;
  font-family: "poppins-medium";
  color: #382727;
}
@media (min-width: 576px) {
  .thermaDas .modeUse .box p {
    font-size: 1rem;
  }
}
@media (min-width: 992px) {
  .thermaDas .modeUse .box p {
    font-size: 1.3rem;
  }
}
.thermaDas .modeUse .box h3 {
  color: #382727;
  font-family: "poppins-bold";
  font-size: 1.2rem;
}
.thermaDas .modeUse .box h3 span {
  color: #E0A085;
  font-family: "poppins-bold";
}
@media (min-width: 576px) {
  .thermaDas .modeUse .box h3 {
    font-size: 1.2rem;
  }
}
@media (min-width: 768px) {
  .thermaDas .modeUse .box h3 {
    font-size: 1.4rem;
  }
}
@media (min-width: 992px) {
  .thermaDas .modeUse .box h3 {
    font-size: 1.8rem;
  }
}
@media (min-width: 1200px) {
  .thermaDas .modeUse .box h3 {
    font-size: 2rem;
  }
}
.thermaDas .bgchoice {
  background-image: url(../js/a9b999e8c4592c6a8e69.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.thermaDas .bgchoice .height-contain {
  height: 250px;
}
@media (min-width: 576px) {
  .thermaDas .bgchoice .height-contain {
    height: 300px;
  }
}
@media (min-width: 768px) {
  .thermaDas .bgchoice .height-contain {
    height: 500px;
  }
}
@media (min-width: 768px) {
  .thermaDas .bgchoice .border-mid {
    border-left: 1px solid white;
    border-right: 1px solid white;
  }
}
@media (min-width: 768px) {
  .thermaDas .bgchoice .border-final {
    border-left: 1px solid white;
  }
}
.thermaDas .bgchoice h2 {
  font-family: "poppins-bold";
  color: #fff;
  font-size: 1.4rem;
}
@media (min-width: 576px) {
  .thermaDas .bgchoice h2 {
    font-size: 1.8rem;
  }
}
@media (min-width: 768px) {
  .thermaDas .bgchoice h2 {
    font-size: 2.2rem;
  }
}
@media (min-width: 992px) {
  .thermaDas .bgchoice h2 {
    font-size: 2.3rem;
  }
}
@media (min-width: 1200px) {
  .thermaDas .bgchoice h2 {
    font-size: 2.5rem;
  }
}
@media (min-width: 1400px) {
  .thermaDas .bgchoice h2 {
    font-size: 2.9rem;
  }
}
.thermaDas .bgchoice h6 {
  font-family: "poppins-bold";
  color: #fff;
  font-size: 1.1rem;
}
@media (min-width: 576px) {
  .thermaDas .bgchoice h6 {
    font-size: 1.3rem;
  }
}
@media (min-width: 768px) {
  .thermaDas .bgchoice h6 {
    font-size: 1.4rem;
  }
}
@media (min-width: 1200px) {
  .thermaDas .bgchoice h6 {
    font-size: 2rem;
  }
}

.beforeAfter {
  padding-top: 3.3rem;
  padding-bottom: 3rem;
}
@media (min-width: 576px) {
  .beforeAfter {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
}
.beforeAfter h2 {
  font-family: "poppins-bold";
  color: #382727;
  font-size: 1.4rem;
}
@media (min-width: 576px) {
  .beforeAfter h2 {
    font-size: 1.8rem;
  }
}
@media (min-width: 768px) {
  .beforeAfter h2 {
    font-size: 2.2rem;
  }
}
@media (min-width: 992px) {
  .beforeAfter h2 {
    font-size: 2.3rem;
  }
}
@media (min-width: 1200px) {
  .beforeAfter h2 {
    font-size: 2.5rem;
  }
}
@media (min-width: 1400px) {
  .beforeAfter h2 {
    font-size: 2.9rem;
  }
}
.beforeAfter h6 {
  font-family: "poppins-bold";
  color: #382727;
  font-size: 1.1rem;
}
@media (min-width: 576px) {
  .beforeAfter h6 {
    font-size: 1.3rem;
  }
}
@media (min-width: 768px) {
  .beforeAfter h6 {
    font-size: 1.4rem;
  }
}
@media (min-width: 1200px) {
  .beforeAfter h6 {
    font-size: 1.8rem;
  }
}
.beforeAfter p {
  color: #382727;
  font-size: 0.9rem;
  font-family: "poppins-medium";
}
@media (min-width: 768px) {
  .beforeAfter p {
    font-size: 1rem;
  }
}
@media (min-width: 992px) {
  .beforeAfter p {
    font-size: 1.1rem;
  }
}
.beforeAfter button {
  background-color: #FBD3C3;
  color: #382727;
  font-size: 1rem;
}
@media (min-width: 992px) {
  .beforeAfter button {
    font-size: 1.3rem;
  }
}
.beforeAfter button a {
  color: #382727;
  text-decoration: none;
  font-family: "poppins-medium";
}
@media (min-width: 768px) {
  .beforeAfter .text-content {
    min-height: 290px;
  }
}
@media (min-width: 992px) {
  .beforeAfter .text-content {
    min-height: 376px;
  }
}
@media (min-width: 1200px) {
  .beforeAfter .text-content {
    min-height: 450px;
  }
}
@media (min-width: 1400px) {
  .beforeAfter .text-content {
    min-height: 480px;
  }
}
@media (min-width: 1600px) {
  .beforeAfter .text-content {
    min-height: 500px;
  }
}

.icv {
  position: relative;
  overflow: hidden;
  cursor: row-resize;
}
.icv__icv--vertical {
  cursor: row-resize;
}
.icv__icv--horizontal {
  cursor: col-resize;
}
.icv__img {
  pointer-events: none;
  -khtml-user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  max-width: none;
  width: 100%;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  top: 0;
  display: block;
}
.icv__is--fluid .icv__img {
  display: none;
}
.icv__img-a {
  height: auto;
  position: static;
  z-index: 1;
  left: 0px;
}
.icv__img-b {
  height: 100%;
  position: absolute;
  z-index: 2;
  left: auto;
  right: 0px;
  width: auto;
}
.icv__icv--vertical .icv__img-b {
  width: 100%;
  height: auto;
}
.icv__imposter {
  z-index: 4;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
.icv__wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  right: 0px;
  top: 0px;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
  z-index: 3;
}
.icv__is--fluid .icv__wrapper, .icv__icv--vertical .icv__wrapper {
  width: 100% !important;
}
.icv__is--fluid .icv__wrapper, .icv__icv--horizontal .icv__wrapper {
  height: 100% !important;
}
.icv__fluidwrapper {
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.icv__control {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  height: 100%;
  top: 0px;
  z-index: 5;
}
.icv__icv--vertical .icv__control {
  flex-direction: row;
  left: 0;
  width: 100%;
}
.icv__control-line {
  height: 50%;
  width: 2px;
  z-index: 6;
}
.icv__icv--vertical .icv__control-line {
  width: 50%;
}
.icv__theme-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  transition: all 0.1s ease-out 0s;
  z-index: 5;
}
.icv__icv--vertical .icv__theme-wrapper {
  flex-direction: column;
}
.icv__arrow-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.1s ease-out 0s;
}
.icv__arrow-a {
  transform: scale(1.5) rotateZ(180deg);
  height: 20px;
  width: 20px;
  -webkit-filter: drop-shadow(0px 3px 5px rgba(0, 0, 0, 0.33));
  filter: drop-shadow(0px -3px 5px rgba(0, 0, 0, 0.33));
}
.icv__arrow-b {
  transform: scale(1.5) rotateZ(0deg);
  height: 20px;
  width: 20px;
  -webkit-filter: drop-shadow(0px 3px 5px rgba(0, 0, 0, 0.33));
  filter: drop-shadow(0px 3px 5px rgba(0, 0, 0, 0.33));
}
.icv__circle {
  width: 50px;
  height: 50px;
  box-sizing: border-box;
  flex-shrink: 0;
  border-radius: 999px;
}
.icv__label {
  position: absolute;
  bottom: 1rem;
  z-index: 12;
  background: rgba(0, 0, 0, 0.33);
  color: white;
  border-radius: 3px;
  padding: 0.5rem 0.75rem;
  font-size: 0.85rem;
  user-select: none;
}
.icv__label.vertical {
  bottom: auto;
  left: 1rem;
}
.icv__label.on-hover {
  transform: scale(0);
  transition: 0.25s cubic-bezier(0.68, 0.26, 0.58, 1.22);
}
.icv:hover .icv__label.on-hover {
  transform: scale(1);
}
.icv__label-before {
  left: 1rem;
}
.icv__label-after {
  right: 1rem;
}
.icv__label-before.vertical {
  top: 1rem;
}
.icv__label-after.vertical {
  bottom: 1rem;
  right: auto;
}
.icv__body {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
