@font-face {
  font-family: "Effra Trial";
  src: url("../fonts/effra-trial-cufonfonts/Effra_Trial_Bd.ttf") format("truetype");
  font-weight: 700;
  /* Bold */
  font-style: normal;
}

@font-face {
  font-family: "Effra Trial";
  src: url("../fonts/effra-trial-cufonfonts/Effra_Trial_BdIt.ttf") format("truetype");
  font-weight: 700;
  /* Bold */
  font-style: italic;
}

@font-face {
  font-family: "Effra Trial";
  src: url("../fonts/effra-trial-cufonfonts/Effra_Trial_Blk.ttf") format("truetype");
  font-weight: 900;
  /* Black */
  font-style: normal;
}

@font-face {
  font-family: "Effra Trial";
  src: url("../fonts/effra-trial-cufonfonts/Effra_Trial_BlkIt.ttf") format("truetype");
  font-weight: 900;
  /* Black */
  font-style: italic;
}

@font-face {
  font-family: "Effra Trial";
  src: url("../fonts/effra-trial-cufonfonts/Effra_Trial_Hair.ttf") format("truetype");
  font-weight: 100;
  /* Hairline */
  font-style: normal;
}

@font-face {
  font-family: "Effra Trial";
  src: url("../fonts/effra-trial-cufonfonts/Effra_Trial_HairIt.ttf") format("truetype");
  font-weight: 100;
  /* Hairline */
  font-style: italic;
}

@font-face {
  font-family: "Effra Trial";
  src: url("../fonts/effra-trial-cufonfonts/Effra_Trial_It.ttf") format("truetype");
  font-weight: 400;
  /* Regular */
  font-style: italic;
}

@font-face {
  font-family: "Effra Trial";
  src: url("../fonts/effra-trial-cufonfonts/Effra_Trial_Lt.ttf") format("truetype");
  font-weight: 300;
  /* Light */
  font-style: normal;
}

@font-face {
  font-family: "Effra Trial";
  src: url("../fonts/effra-trial-cufonfonts/Effra_Trial_LtIt.ttf") format("truetype");
  font-weight: 300;
  /* Light */
  font-style: italic;
}

@font-face {
  font-family: "Effra Trial";
  src: url("../fonts/effra-trial-cufonfonts/Effra_Trial_Md.ttf") format("truetype");
  font-weight: 500;
  /* Medium */
  font-style: normal;
}

@font-face {
  font-family: "Effra Trial";
  src: url("../fonts/effra-trial-cufonfonts/Effra_Trial_MdIt.ttf") format("truetype");
  font-weight: 500;
  /* Medium */
  font-style: italic;
}

@font-face {
  font-family: "Effra Trial";
  src: url("../fonts/effra-trial-cufonfonts/Effra_Trial_Rg.ttf") format("truetype");
  font-weight: 400;
  /* Regular */
  font-style: normal;
}

@font-face {
  font-family: "Effra Trial";
  src: url("../fonts/effra-trial-cufonfonts/Effra_Trial_SBd.ttf") format("truetype");
  font-weight: 600;
  /* SemiBold */
  font-style: normal;
}

@font-face {
  font-family: "Effra Trial";
  src: url("../fonts/effra-trial-cufonfonts/Effra_Trial_SBdIt.ttf") format("truetype");
  font-weight: 600;
  /* SemiBold */
  font-style: italic;
}

@font-face {
  font-family: "Effra Trial";
  src: url("../fonts/effra-trial-cufonfonts/Effra_Trial_Th.ttf") format("truetype");
  font-weight: 200;
  /* Thin */
  font-style: normal;
}

@font-face {
  font-family: "Effra Trial";
  src: url("../fonts/effra-trial-cufonfonts/Effra_Trial_ThIt.ttf") format("truetype");
  font-weight: 200;
  /* Thin */
  font-style: italic;
}

@font-face {
  font-family: "Effra Trial";
  src: url("../fonts/effra-trial-cufonfonts/Effra_Trial_XBd.ttf") format("truetype");
  font-weight: 800;
  /* ExtraBold */
  font-style: normal;
}

@font-face {
  font-family: "Effra Trial";
  src: url("../fonts/effra-trial-cufonfonts/Effra_Trial_XBdIt.ttf") format("truetype");
  font-weight: 800;
  /* ExtraBold */
  font-style: italic;
}

@font-face {
  font-family: "Effra VF Trial";
  src: url("../fonts/effra-trial-cufonfonts/EffraVF_Trial_Wght.ttf") format("truetype");
  font-weight: 400;
  /* Variable weight */
  font-style: normal;
}

@font-face {
  font-family: "Effra VF Trial";
  src: url("../fonts/effra-trial-cufonfonts/EffraVF_Trial_WghtItal.ttf") format("truetype");
  font-weight: 400;
  /* Variable weight */
  font-style: italic;
}

* {
  box-sizing: border-box;
}

body {
  width: 100vw;
  max-width: 1920px;
  height: 100vh;
  margin: 0 auto;
  overflow-x: hidden;
  position: relative;
}

body .container {
  width: 100%;
  height: 100%;
  max-width: calc(100% - 40px);
  margin: 0 auto;
  display: flex;
}

@media (min-width: 700px) {
  body .container {
    max-width: 680px;
  }
}

@media (min-width: 1200px) {
  body .container {
    max-width: 1170px;
  }
}

body nav {
  width: 100%;
  height: 70px;
  max-width: 1920px;
  position: fixed;
  z-index: 1000;
  top: 0;
  background-color: #b3a06e;
  font-family: "Rubik";
  font-weight: 400;
  font-size: 20px;
  line-height: 26px;
}

@media (min-width: 1200px) {
  body nav {
    height: 100px;
  }
}

body nav .menu-mobile {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}

body nav .menu-mobile .container {
  justify-content: space-between;
  align-items: flex-end;
  height: auto;
}

@media (min-width: 1099px) {
  body nav .menu-mobile {
    display: none;
  }
}

body nav .menu-mobile__backdrop {
  width: 102vw;
  height: 100vh;
  background-color: #b3a06e;
  position: fixed;
  top: 0;
  left: 100%;
  transition: left 0.4s ease-out;
}

body nav .menu-mobile__backdrop.active {
  left: 0;
}

body nav .menu-mobile__backdrop .container {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

body nav .menu-mobile__backdrop__content {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 20px 20px 10px;
}

body nav .menu-mobile__backdrop__content .menu-handle {
  position: relative;
}

body nav .menu-mobile__backdrop__content .menu-handle div {
  position: absolute;
  top: 8px;
}

body nav .menu-mobile__backdrop__content .menu-handle div:first-child {
  transform: rotate(45deg);
}

body nav .menu-mobile__backdrop__content .menu-handle div:last-child {
  transform: rotate(135deg);
}

body nav .menu-mobile__backdrop__nav {
  width: 100%;
  padding: 5px 20px 0;
}

body nav .menu-mobile__backdrop__nav .menu a {
  color: #ffffff !important;
  text-decoration: none;
}

body nav .menu-mobile__backdrop__nav .menu li {
  margin: 15px 0;
  color: #ffffff !important;
  text-decoration: none;
  cursor: pointer;
}

body nav .menu-mobile__backdrop__nav .socials {
  width: 100px;
  display: flex;
  justify-content: space-between;
  margin-top: 8px;
}

body nav .menu-mobile__backdrop .line {
  width: 100%;
  height: 1px;
  background-color: #ffffff;
  margin-top: 7px;
}

body nav .menu-mobile .menu-handle {
  padding: 10px;
}

body nav .menu-mobile .menu-handle.open {
  margin-bottom: 5px;
  margin-right: -10px;
}

body nav .menu-mobile .menu-handle.close {
  margin-right: 6px;
}

body nav .menu-mobile .menu-handle div {
  width: 20px;
  height: 3px;
  border-radius: 10px;
  background-color: #ffffff;
  margin: 3px 0;
}

body nav .menu-desk {
  display: none;
  height: 100%;
}

@media (min-width: 1200px) {
  body nav .menu-desk {
    display: flex;
    align-items: center;
    padding: 0 30px;
  }

  body nav .menu-desk .container {
    justify-content: space-between;
    align-items: center;
    position: 0;
  }

  body nav .menu-desk ul {
    margin-bottom: 0;
  }

  body nav .menu-desk .menu-desk-list {
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 1000px;
    color: #ffffff;
  }

  body nav .menu-desk .menu-desk-list li {
    padding: 5px 10px;
    cursor: pointer;
    display: flex;
    align-items: center;
  }

  body nav .menu-desk .menu-desk-list .logo img {
    margin-top: 7px;
  }

  body nav .menu-desk .socials {
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 135px;
  }
}

body .home {
  margin-top: 60px;
  padding: 30px 0;
}

body .home .container {
  justify-content: center;
}

@media (min-width: 1000px) {
  body .home .container {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
}

body .home__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

body .home__content h2 {
  width: 90%;
  font-family: "Rubik";
  color: #1b1b1b;
  font-size: 24px;
  font-weight: 300;
  line-height: 28.8px;
  text-align: center;
}

body .home__content .hero__informative-desk {
  display: none;
}

/* 
body .home__content a {
  margin: 15px 0;
  background-color: #b3a06e;
  padding: 8px 15px;
  border: none;
  border-radius: 100px;
  text-decoration: none;
  font-family: "Rubik";
  color: #ffffff !important;
  font-size: 14px;
  font-weight: 500;
  line-height: 18.2px;
  text-align: left;
} */


body .home__content a {
  width: 100%;
  display: block;
}

body .home__content a span {
  display: flex;
  justify-content: center;
  align-items: center;
}

body .home__content a span svg {
  margin-left: 7px;
}

body .home__content .hero {
  width: 100%;
  max-height: 600px;
  margin-top: 15px;
  padding: 18px 20px 20px;
  border-radius: 15px;
  background-image: url(../images/hero-mobile.png);
  aspect-ratio: 335/420;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}

body .home__content .hero__informative {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

body .home__content .hero__informative p {
  width: 100%;
  max-width: 172px;
  margin-left: 12px;
  margin-bottom: 0;
  font-family: "Rubik";
  font-size: 14px;
  font-weight: 500;
  line-height: 16.8px;
  text-align: left;
  color: #ffffff;
}

body .home {
  background-position: top center;
  background-repeat: no-repeat;
  background-image: url(../images/webp/banner-1-mobile.webp);
  background-size: 100% 100%;
  width: 100%;
  height: auto;
  cursor: pointer;
  aspect-ratio: 335/442;
}

body .home .banner_link {
  width: 100%;
  display: block;
  height: inherit;
  cursor: pointer;
}

@media (min-width: 1200px) {
  body .home {
    aspect-ratio: 1280/700;
    margin-top: 100px;
    background-image: url(../images/webp/banner-1.webp);
  }

  /* body .home::before {
    position: absolute;
    display: block;
    content: "";
    width: 96px;
    height: 62px;
    top: 22px;
    right: 50px;
    z-index: 9;
    background: url(../images/logo-ems.png);
  } */

  body .home .container {
    padding: 70px 0 0;
  }

  body .home .container .home__content {
    align-items: flex-start;
    max-width: 350px;
  }

  body .home .container .home__content h2 {
    font-size: 34px;
    font-weight: 400;
    line-height: 36px;
    color: #ffffff;
    text-align: left;
  }

  body .home .container .home__content .hero__informative-desk {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 20px 0;
  }

  body .home .container .home__content .hero__informative-desk p {
    width: 100%;
    max-width: 172px;
    margin-left: 12px;
    margin-bottom: 0;
    font-family: "Rubik";
    font-size: 14px;
    font-weight: 500;
    line-height: 16.8px;
    text-align: left;
    color: #ffffff;
  }

  body .home .container .home__content a {
    padding: 17px;
    font-size: 24px;
  }

  body .home .container .home__content a .arrow-desk {
    display: block;
  }

  body .home .container .home__content a .arrow-mobile {
    display: none;
  }

  body .home .container .home__content .hero {
    display: none;
  }
}

body .home__content .item {
  background-position: top center;
  background-repeat: no-repeat;
  background-image: var(--bg-mobile);
  background-size: 100% 100%;
  width: 100%;
  height: auto;
  aspect-ratio: 335 / 442;
}

@media (min-width: 700px) {
  body .home__content .item {
    background-image: var(--bg-desktop);
    aspect-ratio: 1920 / 1080;
  }
}

body .brand {
  padding: 30px 0;
}

body .brand__content {
  width: 100%;
}

body .brand__content h3 {
  width: -moz-fit-content;
  width: fit-content;
  padding: 4px 10px;
  border: 1px solid #b3a06e;
  border-radius: 100px;
  font-family: "Effra Trial";
  color: #b3a06e;
  font-size: 14px;
  font-weight: 500;
  line-height: 18.2px;
  letter-spacing: -0.03em;
  text-align: left;
}

body .brand__content h4 {
  width: 100%;
  margin: 10px 0;
  font-family: "Rubik";
  color: #1b1b1b;
  font-size: 20px;
  font-weight: 500;
  line-height: 26px;
  text-align: left;
}

body .brand__content p {
  width: 100%;
  font-family: "Effra Trial";
  color: #1b1b1b;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  text-align: left;
  margin: 15px 0;
}

body .brand__content .brand-banner-mobile {
  width: 100%;
  max-height: 600px;
  margin: 30px 0;
  border-radius: 15px;
  background-image: url(../images/brand-banner-mobile.png);
  aspect-ratio: 335/385;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (min-width: 1200px) {
  body .brand {
    width: 100%;
    height: 100%;
    max-height: 800px;
    min-height: 720px;
    background-image: url(../images/brand-banner.png);
    aspect-ratio: 1280/680;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 70px 0 100px;
  }

  body .brand__content {
    width: 100%;
    max-width: 650px;
  }

  body .brand__content h3 {
    font-size: 29px;
    line-height: 31px;
    padding: 10px 20px;
    background-color: #ffffff;
    color: #b3a06e;
    margin-bottom: 23px;
  }

  body .brand__content h4,
  body .brand__content p {
    color: #ffffff;
    margin: 30px 0;
  }

  body .brand__content h4 {
    font-size: 36px;
    line-height: 40px;
  }

  body .brand__content p {
    font-size: 25px;
    font-weight: 300;
    line-height: 35px;
  }

  body .brand__content .brand-banner-mobile {
    display: none;
  }
}

body .campaign {
  padding: 30px 0;
}

body .campaign .container {
  justify-content: center;
}

body .campaign__content {
  width: 100%;
  padding: 20px 0;
  background-color: #b3a06e;
  color: #ffffff;
}

body .campaign__content .campaign-info h3 {
  font-family: "Rubik";
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.5px;
  line-height: 31.2px;
  text-align: center;
}

body .campaign__content .campaign-info p {
  margin-top: 13px;
  font-family: "Effra Trial";
  font-size: 14px;
  font-weight: 400;
  line-height: 18.2px;
  text-align: center;
}

body .campaign .video-player {
  width: 100%;
  height: 500px;
  background: url(../images/bg-video-dourado.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

body .campaign .modal-content {
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  background-color: rgb(179 160 110 / 50%);
}

body .campaign .modal-content iframe {
  width: 100%;
  max-width: 1920px;
}

@media (min-width: 1200px) {
  body .campaign .modal-content iframe {
    width: 80%;
  }
}

body .campaign .modal-content .close-modal {
  width: 50px;
  height: 50px;
  position: absolute;
  right: 20px;
  top: 20px;
  border-radius: 50%;
  background-color: #b3a06e;
  display: flex;
  justify-content: center;
  align-items: center;
}

body .campaign .modal-content .close-modal span {
  width: 20px;
  height: 3px;
  border-radius: 1px;
  background-color: #ffffff;
  transform: rotate(45deg);
}

body .campaign .modal-content .close-modal span::before {
  content: "";
  display: block;
  width: 20px;
  height: 3px;
  border-radius: 1px;
  background-color: #ffffff;
  transform: rotate(90deg);
}

@media (min-width: 1200px) {
  body .campaign {
    padding: 0;
  }

  body .campaign__content .campaign-info h3 {
    font-size: 51px;
    line-height: 55px;
    font-weight: 300;
    color: #ffffff;
    text-transform: uppercase;
  }

  body .campaign__content .campaign-info p {
    font-size: 28px;
    line-height: 30px;
    font-weight: 400;
    margin-top: 35px;
  }

  body .campaign .video-player {
    height: 100%;
    max-height: 750px;
    aspect-ratio: 1280/800;
  }
}

body .formula {
  padding: 30px 0;
}

body .formula .bg-woman {
  display: none;
}

body .formula__content__info {
  width: 100%;
}

body .formula__content__info__title {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

body .formula__content__info__title img {
  width: 61px;
}

body .formula__content__info__title h3 {
  width: 70%;
  margin-left: 12px;
  margin-bottom: 0;
  font-family: "Rubik";
  color: #1b1b1b;
  font-size: 24px;
  font-weight: 500;
  line-height: 31.2px;
  text-align: left;
}

body .formula__content__info__title h3 span {
  font-weight: 700;
}

body .formula__content__info p {
  font-family: "Effra Trial";
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  text-align: left;
  margin: 10px 0;
}

body .formula__content__box {
  width: 100%;
}

body .formula__content__box ul {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}

body .formula__content__box ul li {
  width: 100%;
  display: flex;
  align-items: center;
  margin: 18px 0 0;
  padding: 24px 20px;
  background-color: rgba(214, 0, 109, 0.03);
  border: solid 1px rgba(214, 0, 109, 0.11);
  border-radius: 7px;
}

@media (min-width: 660px) {
  body .formula__content__box ul li {
    max-width: 300px;
  }
}

body .formula__content__box ul li img {
  max-width: 58px;
}

body .formula__content__box ul li p {
  max-width: 140px;
  margin-left: 16px;
  margin-bottom: 0;
  font-family: "Rubik";
  color: #1b1b1b;
  font-size: 14px;
  font-weight: 400;
  line-height: 18.2px;
  text-align: left;
}

body .formula__content__box ul li p span.bold {
  font-weight: 600;
  color: #b3a06e;
}

body .formula .use-mode {
  display: none;
}

@media (min-width: 1200px) {
  body .formula {
    height: 100%;
    max-height: 800px;
    min-height: 780px;
    display: flex;
    padding: 0;
    background-color: #fbe5f0;
    position: relative;
  }

  body .formula .bg-woman {
    display: block;
    width: 100%;
    max-width: 420px;
    height: auto;
    background-image: url(../images/formula-woman.png);
    background-position: right;
    background-repeat: no-repeat;
    background-size: cover;
  }

  body .formula__content {
    padding: 70px;
    color: #b3a06e;
  }

  body .formula__content__info__title img {
    width: initial;
  }

  body .formula__content__info__title h3 {
    width: 380px;
    font-size: 36px;
    line-height: 40px;
    font-weight: 600;
    text-transform: uppercase;
    color: #b3a06e;
  }

  body .formula__content__info__title h3 span {
    font-weight: 600;
  }

  body .formula__content__info p {
    font-size: 27px;
    line-height: 30px;
    margin: 30px 0;
  }
}

@media (min-width: 1200px) and (max-width: 1279px) {
  body .formula__content__info p {
    font-size: 22px;
  }
}

@media (min-width: 1200px) {
  body .formula__content__box ul {
    margin-bottom: 0;
  }

  body .formula__content__box ul li {
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    padding: 0;
    border: none;
    flex-direction: column;
    background-color: transparent;
  }

  body .formula__content__box ul li p {
    max-width: 205px;
    margin: 35px 0 0;
    font-size: 18px;
    text-transform: uppercase;
    line-height: 24px;
    color: #b3a06e;
    text-align: center;
  }

  body .formula__content__box ul li img {
    max-width: inherit;
  }
}

@media (min-width: 1200px) and (max-width: 1279px) {
  body .formula__content__box ul li img {
    max-width: 80px;
  }

  body .formula__content__box ul li p {
    margin-top: 20px;
    font-size: 16px;
    line-height: 20px;
  }
}

@media (min-width: 1200px) {
  body .formula .use-mode {
    display: block;
    position: absolute;
    bottom: 0;
    right: 50px;
    font-family: "Effra Trial";
    font-size: 12px;
    font-weight: 400;
    line-height: 15px;
    color: #b3a06e;
  }
}

body .products-line {
  width: 100%;
}

body .products-line .container {
  flex-direction: column;
}

body .products-line h3 {
  font-family: "Rubik";
  font-size: 24px;
  font-weight: 500;
  line-height: 31.2px;
  text-align: left;
}

body .products-line__content {
  width: 100%;
}

body .products-line__content .selector-line {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  margin: 12px 0 20px;
}

body .products-line__content .selector-line .form-check {
  display: flex;
  align-items: center;
  border: 1px solid #b3a06e;
  border-radius: 100px;
  padding: 5px 15px;
  margin-right: 12px;
}

body .products-line__content .selector-line .form-check .form-check-input {
  margin: 0;
  border: 1px solid #b3a06e;
  background-color: #ffffff;
}

body .products-line__content .selector-line .form-check .form-check-input:focus {
  box-shadow: none;
}

body .products-line__content .selector-line .form-check.active-selector {
  background-color: #b3a06e;
}

body .products-line__content .selector-line .form-check.active-selector .form-check-label {
  color: #ffffff;
}

body .products-line__content .selector-line .form-check .form-check-input:checked[type=radio] {
  background-image: none;
}

body .products-line__content .selector-line .form-check .form-check-label {
  margin-left: 5px;
  color: #b3a06e;
}

body .products-line__content .carousel-products {
  width: 100%;
  padding: 20px 0;
  border-radius: 15px;
  background-image: url(../images/bg-slick.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

body .products-line__content .carousel-products .carousel-adult,
body .products-line__content .carousel-products .carousel-child {
  width: 100%;
}

body .products-line__content .carousel-products .carousel-adult .slick-prev:before,
body .products-line__content .carousel-products .carousel-adult .slick-next:before,
body .products-line__content .carousel-products .carousel-child .slick-prev:before,
body .products-line__content .carousel-products .carousel-child .slick-next:before {
  width: 32px;
  height: 32px;
  color: #b3a06e;
  font-size: 34px;
}

body .products-line__content .carousel-products .carousel-adult .slick-next,
body .products-line__content .carousel-products .carousel-child .slick-next {
  right: 0;
}

body .products-line__content .carousel-products .carousel-adult .slick-prev,
body .products-line__content .carousel-products .carousel-child .slick-prev {
  left: -20px;
  z-index: 10;
}

body .products-line__content .carousel-products .carousel-adult .card-adult,
body .products-line__content .carousel-products .carousel-child .card-adult {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

body .products-line__content .carousel-products .carousel-adult .card-adult h4,
body .products-line__content .carousel-products .carousel-child .card-adult h4 {
  margin-bottom: 0;
  font-family: "Rubik";
  color: #b3a06e;
  font-size: 17px;
  font-weight: 500;
  line-height: 21.6px;
  text-align: center;
  text-transform: uppercase;
}

body .products-line__content .carousel-products .carousel-adult .card-adult p,
body .products-line__content .carousel-products .carousel-child .card-adult p {
  font-family: "Rubik";
  color: #b3a06e;
  font-size: 18px;
  font-weight: 400;
  line-height: 21.6px;
  text-align: center;
}

body .products-line__content .carousel-products .carousel-adult .card-adult img,
body .products-line__content .carousel-products .carousel-child .card-adult img {
  width: auto;
  height: 248px;
}

body .products-line__content .carousel-products .carousel-adult .card-adult button,
body .products-line__content .carousel-products .carousel-child .card-adult button {
  width: auto;
  display: flex;
  align-items: center;
  margin-top: 17px;
  padding: 8px 12px;
  background-color: #b3a06e;
  border-radius: 100px;
  border: none;
  color: #ffffff;
  font-family: "Effra Trial";
  font-size: 14px;
  font-weight: 500;
  line-height: 18.2px;
  text-align: left;
}

body .products-line__content .carousel-products .carousel-adult .card-adult button:focus,
body .products-line__content .carousel-products .carousel-child .card-adult button:focus {
  box-shadow: none;
}

body .products-line__content .carousel-products .carousel-adult .card-adult button svg,
body .products-line__content .carousel-products .carousel-child .card-adult button svg {
  margin-left: 5px;
}

@media (min-width: 1200px) {
  body .products-line {
    height: 100%;
    padding: 70px 0 0;
    max-height: 760px;
    min-height: 720px;
    background: url(../images/product-line-be.png);
    background-position: left bottom;
    background-repeat: no-repeat;
    background-size: cover;
  }

  body .products-line h3 {
    font-size: 62px;
    font-weight: 300;
    color: #b3a06e;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 90px;
  }

  body .products-line__content {
    width: 80%;
    position: relative;
    align-self: flex-end;
    display: flex;
    flex-direction: column;
    margin-top: 10px;
  }

  body .products-line__content .selector-line {
    position: absolute;
    flex-direction: column;
    left: -50px;
    top: 0px;
  }

  body .products-line__content .selector-line .form-check {
    padding: 2px 15px;
    background-color: #ffffff;
  }

  body .products-line__content .selector-line .form-check .form-check-input {
    margin: 0;
    border: 1px solid #b3a06e;
    background-color: #ffffff;
  }

  body .products-line__content .selector-line .form-check .form-check-input:focus {
    box-shadow: none;
  }

  body .products-line__content .selector-line .form-check.active-selector {
    background-color: #ffffff;
  }

  body .products-line__content .selector-line .form-check.active-selector .form-check-label {
    color: #b3a06e;
  }

  body .products-line__content .selector-line .form-check.active-selector .form-check-input {
    background-color: #b3a06e;
  }

  body .products-line__content .selector-line .form-check .form-check-input:checked[type=radio] {
    background-image: none;
  }

  body .products-line__content .selector-line .form-check .form-check-label {
    margin-left: 5px;
    color: #b3a06e;
  }

  body .products-line__content .selector-line .form-check .form-check-label span {
    text-transform: uppercase;
    font-weight: 700;
  }

  body .products-line__content .carousel-products {
    width: -moz-fit-content;
    width: fit-content;
    background-image: none;
    width: 80%;
    align-self: flex-end;
  }

  body .products-line__content .carousel-products .carousel-adult,
  body .products-line__content .carousel-products .carousel-child {
    width: 100%;
    max-width: 920px;
    align-items: center;
    justify-content: center;
  }

  body .products-line__content .carousel-products .carousel-adult .slick-prev:before,
  body .products-line__content .carousel-products .carousel-adult .slick-next:before,
  body .products-line__content .carousel-products .carousel-child .slick-prev:before,
  body .products-line__content .carousel-products .carousel-child .slick-next:before {
    font-size: 55px;
  }

  body .products-line__content .carousel-products .carousel-adult .card-adult,
  body .products-line__content .carousel-products .carousel-child .card-adult {
    width: 100%;
  }

  body .products-line__content .carousel-products .carousel-adult .card-adult h4,
  body .products-line__content .carousel-products .carousel-child .card-adult h4 {
    font-size: 20px;
    order: 1;
    margin-top: 25px;
    width: 200px;
  }

  body .products-line__content .carousel-products .carousel-adult .card-adult p,
  body .products-line__content .carousel-products .carousel-child .card-adult p {
    order: 2;
    margin-bottom: -10px;
  }

  body .products-line__content .carousel-products .carousel-adult .card-adult img,
  body .products-line__content .carousel-products .carousel-child .card-adult img {
    height: 320px;
    order: 0;
  }

  body .products-line__content .carousel-products .carousel-adult .card-adult button,
  body .products-line__content .carousel-products .carousel-child .card-adult button {
    order: 3;
  }
}

body .buy-now {
  padding: 30px 0;
}

body .buy-now .container {
  flex-direction: column;
}

body .buy-now__content {
  display: flex;
  flex-direction: column;
}

body .buy-now__content__title h3 {
  font-family: "Rubik";
  color: #1b1b1b;
  font-size: 24px;
  font-weight: 500;
  line-height: 31.2px;
  text-align: left;
}

body .buy-now__content__title p {
  margin-top: 12px;
  font-family: "Effra Trial";
  color: #1b1b1b;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  text-align: left;
}

body .buy-now__content__brands {
  width: 100%;
  min-height: 320px;
  margin-top: 20px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 22px;
  background: url(../images/banner-buynow-mobile.png);
  aspect-ratio: 335/420;
  background-position: right;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 15px;
}

body .buy-now__content__brands ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10%;
}

body .buy-now__content__brands ul li img {
  width: 100%;
  max-width: 180px;
}

@media (min-width: 1200px) {
  body .buy-now {
    min-height: 690px;
    padding: 0;
    background: url(../images/buy-now-banner-desk.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }

  body .buy-now .container {
    align-items: flex-start;
    padding: 130px 10px;
  }

  body .buy-now__content {
    max-width: 780px;
  }

  body .buy-now__content__title {
    width: 100%;
  }

  body .buy-now__content__title h3 {
    width: 100%;
    font-size: 62px;
    line-height: 64px;
    color: #b3a06e;
    font-weight: 300;
    text-align: center;
    text-transform: uppercase;
  }

  body .buy-now__content__title p {
    width: 100%;
    font-size: 26px;
    text-align: center;
    margin-top: 30px;
    color: #b3a06e;
  }

  body .buy-now__content__brands {
    width: 100%;
    aspect-ratio: initial;
    background: none;
    justify-content: flex-start;
    padding: 0;
  }

  body .buy-now__content__brands ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
    padding: 0;
  }

  body .buy-now__content__brands ul li img {
    width: 100%;
    max-width: 225px;
  }
}

body .faq {
  padding: 30px 0;
}

body .faq .container {
  flex-direction: column;
}

body .faq h3 {
  font-family: "Rubik";
  font-size: 24px;
  font-weight: 500;
  line-height: 31.2px;
  text-align: left;
}

body .faq .accordion__content {
  width: 100%;
  margin: 16px 0;
}

body .faq .accordion__content .accordion-item {
  margin-bottom: 12px;
}

body .faq .accordion__content .accordion-body {
  font-family: "Effra Trial";
  font-weight: 500;
  line-height: 21px;
  text-align: left;
  color: #ffffff;
  font-size: 14px;
  background-color: #b3a06e;
}

body .faq .accordion__content .title-accordion-desk {
  display: none;
}

body .faq .accordion__content .accordion-button {
  position: relative;
  font-family: "Rubik";
  font-weight: 400;
  line-height: 20.8px;
  text-align: left;
  color: #ffffff;
  font-size: 16px;
}

body .faq .accordion__content .accordion-button:focus {
  box-shadow: none;
}

body .faq .accordion__content .accordion-button .accordion-item-title {
  width: 70%;
}

body .faq .accordion__content .accordion-button::after {
  background-image: none;
}

body .faq .accordion__content .accordion-button.collapsed {
  background-color: rgb(179 160 110 / 50%);
}

body .faq .accordion__content .accordion-button .op-accordion {
  position: absolute;
  left: 90%;
  width: 15px;
  height: 2px;
  background-color: #ffffff !important;
}

body .faq .accordion__content .accordion-button .op-accordion::after {
  content: "";
  position: absolute;
  display: block;
  width: 15px;
  height: 2px;
  transform: rotate(90deg);
  background-color: #ffffff;
  transition: transform 0.2s ease-in-out;
}

body .faq .accordion__content .accordion-button:not(.collapsed) {
  background-color: #b3a06e;
  color: #ffffff;
}

body .faq .accordion__content .accordion-button:not(.collapsed) .op-accordion::after {
  transform: rotate(0deg);
}

body .faq .accordion__content__bg {
  width: 100%;
  min-height: 219px;
  display: flex;
  align-items: flex-end;
  margin-bottom: 16px;
  position: relative;
  border-radius: 15px;
}

body .faq .accordion__content__bg.bg1 {
  background: url(../images/acrodion-mobile1.png);
  background-position: right;
  background-repeat: no-repeat;
  background-size: cover;
  aspect-ratio: 335/219;
}

body .faq .accordion__content__bg.bg2 {
  background: url(../images/acrodion-mobile2.png);
  background-position: right;
  background-repeat: no-repeat;
  background-size: cover;
  aspect-ratio: 335/219;
}

body .faq .accordion__content__bg.bg3 {
  background: url(../images/acrodion-mobile3.png);
  background-position: right;
  background-repeat: no-repeat;
  background-size: cover;
  aspect-ratio: 335/219;
}

body .faq .accordion__content__bg::before {
  position: absolute;
  display: block;
  content: "";
  border-radius: 15px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}

body .faq .accordion__content__bg span {
  margin-left: 16px;
  margin-bottom: 16px;
  position: relative;
  z-index: 2;
  font-family: "Rubik";
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  line-height: 23.4px;
  text-align: left;
}

@media (min-width: 1200px) {
  body .faq {
    min-height: 690px;
    background-color: white;
    padding: 40px 0;
  }

  body .faq .container {
    max-width: 1920px;
    padding: 0;
  }

  body .faq h3 {
    width: 100%;
    text-align: center;
    font-size: 62px;
    font-weight: 300;
    color: #b3a06e;
    margin-bottom: 60px;
    text-transform: uppercase;
  }

  body .faq .accordion__content {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: relative;
    height: 545px;
  }

  body .faq .accordion__content .accordion {
    width: 35%;
    margin-right: 100px;
  }

  body .faq .accordion__content .accordion .title-accordion-desk {
    display: block;
    font-family: "Rubik";
    font-size: 50px;
    font-weight: 300;
    text-align: center;
    color: #b3a06e;
    margin-bottom: 30px;
  }

  body .faq .accordion__content__bg {
    width: 630px;
    max-height: initial;
    display: flex;
    align-items: flex-end;
    margin-bottom: 16px;
    position: absolute;
    left: 0;
    border-radius: 0;
    aspect-ratio: initial !important;
  }

  body .faq .accordion__content__bg.bg1 {
    height: 545px;
    background: url(../images/acrodion1-desk.png);
    background-position: left;
    background-repeat: no-repeat;
    background-size: cover;
  }

  body .faq .accordion__content__bg.bg2 {
    height: 545px;
    background: url(../images/acrodion2-desk.png);
    background-position: left;
    background-repeat: no-repeat;
    background-size: cover;
  }

  body .faq .accordion__content__bg.bg3 {
    height: 545px;
    background: url(../images/acrodion3-desk.png);
    background-position: left;
    background-repeat: no-repeat;
    background-size: cover;
  }

  body .faq .accordion__content__bg::before {
    display: none;
  }

  body .faq .accordion__content__bg span {
    display: none;
  }
}

body .contact {
  padding: 40px 0;
  background-color: #b3a06e;
}

body .contact .container {
  justify-content: center;
  align-items: center;
}

@media (min-width: 1200px) {
  body .contact .container {
    max-width: 1000px;
    margin: 0 auto;
  }
}

body .contact__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

body .contact__content h3 {
  font-family: "Rubik";
  font-size: 24px;
  font-weight: 500;
  line-height: 31.2px;
  text-align: left;
  color: #ffffff;
}

body .contact__content__box {
  width: 100%;
  display: flex;
  flex: column;
  flex-direction: column;
}

body .contact__content__box__inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

body .contact__content__box__inner__form {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
}

body .contact__content__box__inner__form .progress_form {
  width: 100%;
  height: auto;
  margin: 22px 0;
  display: flex;
  justify-content: space-between;
}

body .contact__content__box__inner__form .progress_form li {
  width: 100%;
  margin: 0 5px;
  max-width: 150px;
  font-family: "Rubik";
  font-size: 16px;
  font-weight: 400;
  line-height: 19.2px;
  text-align: center;
  color: #ffffff;
  position: relative;
  padding-bottom: 8px;
}

body .contact__content__box__inner__form .progress_form li.active-progress::after {
  background-color: #ffffff;
}

body .contact__content__box__inner__form .progress_form li::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -5px;
  width: 100%;
  height: 5px;
  border-radius: 2px;
  background-color: rgba(255, 255, 255, 0.2);
}

body .contact__content__box__inner__form .text-preform {
  font-family: "Effra Trial";
  font-size: 14px;
  font-weight: 400;
  line-height: 18.2px;
  text-align: center;
  color: #ffffff;
}

body .contact__content__box__inner__form .short-form {
  width: 100%;
}

body .contact__content__box__inner__form .short-form #forminator-module-6 .forminator-select-dropdown,
body .contact__content__box__inner__form .short-form #forminator-module-6 .select2-selection__rendered {
  background-color: #ffffff;
}

body .contact__content__box__inner__form .short-form #forminator-module-6 .forminator-row {
  width: 100%;
  margin: 0;
}

body .contact__content__box__inner__form .short-form #forminator-module-6 .forminator-row>* {
  margin: 6px 0;
}

body .contact__content__box__inner__form .short-form #forminator-module-6 .forminator-row .forminator-checkbox__wrapper {
  display: flex;
  font-family: "Effra Trial";
  font-size: 14px;
  font-weight: 400;
  line-height: 18.2px;
  color: #ffffff;
}

body .contact__content__box__inner__form .short-form #forminator-module-6 .forminator-row .forminator-checkbox__wrapper>* {
  margin-left: 7px;
}

body .contact__content__box__inner__form .short-form #forminator-module-6 .forminator-row input,
body .contact__content__box__inner__form .short-form #forminator-module-6 .forminator-row textarea,
body .contact__content__box__inner__form .short-form #forminator-module-6 .forminator-row #select-1 {
  width: 100%;
  padding: 12px 16px;
  border-radius: 10px;
  background-color: #ffffff;
  font-family: "Effra Trial";
  font-size: 14px;
  font-weight: 400;
  line-height: 18.2px;
  color: #1b1b1b;
}

body .contact__content__box__inner__form .short-form #forminator-module-6 .forminator-row input::-moz-placeholder input,
body .contact__content__box__inner__form .short-form #forminator-module-6 .forminator-row textarea::-moz-placeholder input,
body .contact__content__box__inner__form .short-form #forminator-module-6 .forminator-row #select-1::-moz-placeholder input {
  font-family: "Effra Trial";
  font-size: 14px;
  font-weight: 400;
  color: #CFCFCF;
}

body .contact__content__box__inner__form .short-form #forminator-module-6 .forminator-row input::placeholder input,
body .contact__content__box__inner__form .short-form #forminator-module-6 .forminator-row textarea::placeholder input,
body .contact__content__box__inner__form .short-form #forminator-module-6 .forminator-row #select-1::placeholder input {
  font-family: "Effra Trial";
  font-size: 14px;
  font-weight: 400;
  color: #CFCFCF;
}

body .contact__content__box__inner__form .short-form #forminator-module-6 .forminator-row #forminator-form-6__field--select-1_67f522728bf2f {
  width: 100%;
  border: none;
  position: relative;
  width: 100%;
}

body .contact__content__box__inner__form .short-form #forminator-module-6 .forminator-row .column-row-form {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

body .contact__content__box__inner__form .short-form #forminator-module-6 .forminator-row #textarea-1 {
  height: -moz-fit-content;
  height: fit-content;
}

body .contact__content__box__inner__form .short-form #forminator-module-6 .forminator-row #address-1-state {
  max-width: 30% !important;
  margin-left: auto;
}

body .contact__content__box__inner__form .short-form #forminator-module-6 .forminator-row #address-1-city {
  max-width: 65% !important;
}

body .contact__content__box__inner__form .short-form #forminator-module-6 .forminator-field-name,
body .contact__content__box__inner__form .short-form #forminator-module-6 .forminator-field-email,
body .contact__content__box__inner__form .short-form #forminator-module-6 .forminator-col {
  padding: 0;
}

body .contact__content__box__inner__form .short-form #forminator-module-6 label {
  font-size: 0;
}

body .contact__content__box__inner__form .short-form #forminator-module-6 .forminator-checkbox-box {
  background-color: transparent !important;
  border: 1px solid #ffffff !important;
  border-radius: 3px;
}

body .contact__content__box__inner__form .short-form #forminator-module-6 .forminator-error-message {
  color: #d6d600;
}

body .contact__content__box__inner__form .short-form #forminator-module-6 .forminator-button-submit {
  width: 100%;
  padding: 12px 16px;
  border-radius: 10px;
  background-color: #ffffff;
  cursor: pointer;
  font-family: "Rubik";
  font-size: 16px;
  font-weight: 500;
  line-height: 20.8px;
  text-align: center;
  color: #b3a06e;
  border: none;
}

body .contact__content__box__inner__form .short-form #forminator-module-6 #forminator-field-consent-1_67f522728bf2f__description p,
body .contact__content__box__inner__form .short-form #forminator-module-6 #forminator-field-consent-1_67f522728bf2f__description a {
  font-family: "Effra Trial" !important;
  color: #ffffff !important;
}

body .contact__content__box__inner__form .short-form #forminator-module-6 #forminator-field-consent-1_67f522728bf2f__label,
body .contact__content__box__inner__form .short-form #forminator-module-6 .forminator-response-message {
  font-family: "Effra Trial" !important;
  color: #ffffff !important;
}

body .contact__content__box__inner__form .short-form #forminator-module-6 .attention-input {
  outline: 3px solid #d6d600;
}

body .contact__content__box__inner__form .short-form #forminator-module-6 input[type=number]::-webkit-inner-spin-button,
body .contact__content__box__inner__form .short-form #forminator-module-6 input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
}

body .contact__content__box__inner__form .short-form #forminator-module-6 input[type=number] {
  -webkit-appearance: textfield;
  appearance: textfield;
  -moz-appearance: textfield;
}

body .contact__content__box__inner .hidden {
  display: none;
}

body .contact__content__box__inner .btn-next {
  width: 100%;
  padding: 12px 16px;
  border-radius: 10px;
  background-color: #ffffff;
  cursor: pointer;
  font-family: "Rubik";
  font-size: 16px;
  font-weight: 500;
  line-height: 20.8px;
  text-align: center;
  color: #b3a06e;
  border: none;
}

body .contact__content__box__inner__info {
  margin-top: 33px;
}

body .contact__content__box__inner__info ul {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

body .contact__content__box__inner__info ul li {
  width: 100%;
  margin: 7px 0;
  font-family: "Effra Trial";
  font-size: 14px;
  font-weight: 400;
  line-height: 18.2px;
  color: #ffffff;
  text-align: center;
}

body .contact__content__box__inner__info ul li a {
  text-decoration: none;
  color: #ffffff;
}

body .contact__content__box__inner__info ul li a img {
  width: 25px;
  height: 25px;
}

@media (min-width: 1200px) {
  body .contact__content {
    width: 100%;
    margin: 0 20px;
  }

  body .contact__content h3 {
    font-size: 64px;
    font-weight: 300;
    margin-bottom: 50px;
    text-transform: uppercase;
  }

  body .contact__content__box {
    flex-direction: row;
    justify-content: space-between;
  }

  body .contact__content__box__inner {
    max-width: 490px;
  }

  body .contact__content__box__inner__form .progress_form {
    margin: 40px 0;
  }

  body .contact__content__box__inner__form .progress_form li {
    font-size: 23px;
    padding-bottom: 23px;
  }

  body .contact__content__box__inner__form form input,
  body .contact__content__box__inner__form form textarea,
  body .contact__content__box__inner__form form #select-1 {
    padding: 25px 20px;
    font-size: 21px;
    line-height: 27px;
  }

  body .contact__content__box__inner__form form input::-moz-placeholder,
  body .contact__content__box__inner__form form textarea::-moz-placeholder,
  body .contact__content__box__inner__form form #select-1::-moz-placeholder {
    font-size: 19px;
  }

  body .contact__content__box__inner__form form input::placeholder,
  body .contact__content__box__inner__form form textarea::placeholder,
  body .contact__content__box__inner__form form #select-1::placeholder {
    font-size: 19px;
  }

  body .contact__content__box__inner__info {
    margin-right: -100px;
  }

  body .contact__content__box__inner__info ul li {
    font-size: 18px;
    line-height: 24px;
    text-align: left;
    margin: 20px 0;
  }

  body .contact__content__box__inner__info ul li img {
    width: 30px;
    height: 30px;
  }

  body .contact__content__box__inner .text-preform {
    font-size: 23px;
    line-height: 27px;
    font-weight: 500;
    margin: 33px 0 36px;
    text-align: left;
  }
}

body footer {
  padding: 30px 0;
}

body footer .container {
  flex-direction: column;
}

body footer .container img {
  width: 100%;
  max-width: 200px;
}

body footer .container p {
  margin: 20px 0;
  font-family: "Effra Trial";
  color: #1b1b1b;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  text-align: left;
}

body footer .line {
  width: 100%;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.1);
}

body footer h4 {
  max-width: 200px;
  margin: 20px auto;
  font-family: "Rubik";
  color: #b3a06e;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  text-align: center;
}

@media (min-width: 1200px) {
  body footer {
    padding: 40px 0;
    position: relative;
  }

  body footer::before {
    content: "";
    display: block;
    position: absolute;
    width: 96px;
    height: 62px;
    top: 22px;
    right: 50px;
    z-index: 9;
    background: url(../images/logo-ems.png);
  }

  body footer .container p {
    margin: 40px 0;
  }

  body footer .line {
    display: none;
  }

  body footer h4 {
    max-width: none;
  }
}

body .modal-product {
  background-color: #FBE5F0;
  position: relative;
}

@media (min-width: 1200px) {
  body .modal-product {
    background-color: #ffffff;
  }
}

body .modal-product .close-modal {
  display: flex;
  position: absolute;
  top: 20px;
  left: 20px;
  width: 40px;
  height: 40px;
  background-color: #b3a06e;
  border-radius: 50%;
  font-family: "Rubik";
  color: #ffffff;
  font-weight: 400;
  font-size: 30px;
  justify-content: center;
  line-height: 0;
  padding-bottom: 5px;
  align-items: center;
  border: none;
}

body .modal-product__content {
  position: relative;
}

body .modal-product__content .container {
  max-width: 680px;
}

body .modal-product__content__head {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

body .modal-product__content__head__img {
  width: 100%;
  height: 409px;
  background: url(../images/bg-slick.png);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (min-width: 1200px) {
  body .modal-product__content__head__img {
    background-image: none;
  }
}

body .modal-product__content__head__img img {
  margin-top: 40px;
}

body .modal-product__content__head__info {
  width: 100%;
  padding: 32px 0 40px;
  background-color: #ffffff;
}

body .modal-product__content__head__info .container {
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-self: center;
  color: #b3a06e;
}

body .modal-product__content__head__info .container h3 {
  width: 100%;
  max-width: 400px;
  font-family: "Rubik";
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 400;
  line-height: 19.2px;
  text-align: left;
  margin: 0;
}

body .modal-product__content__head__info .container h2 {
  width: 100%;
  max-width: 400px;
  font-family: "Rubik";
  text-transform: uppercase;
  font-size: 33.29px;
  font-weight: 500;
  line-height: 39.95px;
  text-align: left;
  margin: 7px 0;
}

body .modal-product__content__head__info .container p {
  width: 100%;
  max-width: 400px;
  margin: 0;
  font-family: "Rubik";
  font-size: 16px;
  font-weight: 400;
  line-height: 19.2px;
  text-align: left;
}

body .modal-product__content__head__info .container ul {
  width: 100%;
  max-width: 400px;
  margin-bottom: 20px;
}

body .modal-product__content__head__info .container ul li {
  margin: 7px 0 0;
  font-family: "Rubik";
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 400;
  line-height: 19.2px;
  text-align: left;
}

body .modal-product__content__head__info .container button {
  width: 100%;
  max-width: 400px;
  padding: 13px 20px;
  background-color: #b3a06e;
  border: none;
  border-radius: 100px;
  margin-top: 40px;
  font-family: "Effra Trial";
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  line-height: 18.2px;
  text-align: center;
  text-decoration: none;
}

@media (min-width: 1200px) {
  body .modal-product__content__head {
    max-width: 680px;
    margin: 0 auto;
    flex-direction: row;
    justify-content: space-between;
  }

  body .modal-product__content__head__img {
    width: auto;
  }

  body .modal-product__content__head__info {
    width: auto;
  }
}

body .modal-product__content__faq {
  padding: 20px;
  height: 100%;
  background-color: #FBE5F0;
}

body .modal-product__content__faq .accordion__content {
  width: 100%;
}

body .modal-product__content__faq .accordion__content .accordion .accordion-item {
  border: none;
  margin: 20px 0;
  border-radius: 6px;
}

body .modal-product__content__faq .accordion__content .accordion-body {
  font-family: "Rubik";
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  text-align: left;
  background-color: #FBE5F0;
}

body .modal-product__content__faq .accordion__content .accordion-body .accordeon-content-title {
  font-family: "Rubik";
  font-size: 27px;
  line-height: 29px;
  font-weight: 300;
  color: #b3a06e;
  margin-bottom: 30px;
  text-transform: uppercase;
}

body .modal-product__content__faq .accordion__content .accordion-body .accordeon-content-text {
  font-family: "Effra Trial";
  font-size: 24px;
  line-height: 27px;
  font-weight: 400;
  color: #636569;
  margin-bottom: 30px;
}

body .modal-product__content__faq .accordion__content .accordion-button {
  position: relative;
  font-family: "Rubik";
  font-size: 16px;
  font-weight: 500;
  line-height: 20.8px;
  text-align: left;
  color: #ffffff;
  border-radius: 6px;
}

body .modal-product__content__faq .accordion__content .accordion-button:focus {
  box-shadow: none;
}

body .modal-product__content__faq .accordion__content .accordion-button .accordion-item-title {
  text-transform: uppercase;
  width: 70%;
}

body .modal-product__content__faq .accordion__content .accordion-button::after {
  background-image: none;
}

body .modal-product__content__faq .accordion__content .accordion-button.collapsed {
  background-color: rgba(214, 0, 109, 0.5);
}

body .modal-product__content__faq .accordion__content .accordion-button .op-accordion {
  position: absolute;
  left: 90%;
  width: 15px;
  height: 2px;
  background-color: #ffffff;
}

body .modal-product__content__faq .accordion__content .accordion-button .op-accordion::after {
  content: "";
  position: absolute;
  display: block;
  width: 15px;
  height: 2px;
  transform: rotate(90deg);
  background-color: #ffffff;
  transition: transform 0.2s ease-in-out;
}

body .modal-product__content__faq .accordion__content .accordion-button:not(.collapsed) {
  background-color: #b3a06e;
  color: #ffffff;
}

body .modal-product__content__faq .accordion__content .accordion-button:not(.collapsed) .op-accordion::after {
  transform: rotate(0deg);
}

body .four-zero-four {
  width: 100%;
  height: 690px;
  background: url(../images/banner-404.png), #fce1f0;
  background-position: right 10vw bottom 0;
  background-repeat: no-repeat;
  background-size: auto;
}

body .four-zero-four__content {
  width: 100%;
  max-width: 515px;
  margin-top: 100px;
}

body .four-zero-four__content h2 {
  font-family: "Rubik";
  font-size: 54px;
  font-weight: 300;
  color: #b3a06e;
  margin: 0;
}

body .four-zero-four__content p {
  font-family: "Effra Trial";
  font-size: 40px;
  font-weight: 500;
  color: #1b1b1b;
  margin: 30px 0;
}

body .four-zero-four__content .back-home {
  width: 100%;
  max-width: 310px;
  background-color: #b3a06e;
  padding: 12px 25px;
  border: none;
  border-radius: 15px;
  font-family: "Rubik";
  font-size: 18px;
  font-weight: 500;
  color: #ffffff;
  text-decoration: none;
}

@media (max-width: 1200px) {
  body .four-zero-four {
    background-position: right -5vw bottom 0;
  }

  body .four-zero-four__content {
    max-width: 300px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}

@media (max-width: 1200px) and (max-width: 500px) {
  body .four-zero-four__content {
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 15px;
    max-height: 500px;
    padding: 50px 30px;
  }
}

@media (max-width: 1200px) {
  body .four-zero-four__content h2 {
    font-size: 38px;
  }

  body .four-zero-four__content p {
    font-size: 22px;
  }

  body .four-zero-four__content .back-home {
    font-size: 14px;
    padding: 10px 15px;
    max-width: 250px;
  }

  body .four-zero-four~.products-line {
    margin: 100px 0;
  }
}

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