﻿@charset "UTF-8";
/* bordas arredondadas */
/* calcula a largura de um elemento dividindo a quantidade de itens pela largura total disponível */
/* flags */
/* usado no carrinho e detalhe do produto para estilizar o input de quantidade */
body.nido-orientais #content .wrapper {
  max-width: 100% !important;
}
body.nido-orientais #content .wd-browsing-breadcrumbs {
  display: none;
}
body.nido-orientais .fullbannerTopo-lp {
  position: relative;
}
body.nido-orientais .fullbannerTopo-lp img {
  width: 100%;
  height: auto;
}
body.nido-orientais .fullbannerTopo-lp h1 {
  position: absolute;
  top: 50%;
  left: 20%;
  transform: translate(-50%, -20%);
  text-align: center;
  font-size: 105px;
  font-family: "Lunery", sans-serif;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 25px;
}
@media screen and (max-width:1023px) {
  body.nido-orientais .fullbannerTopo-lp h1 {
    left: 50%;
    flex-direction: column;
    bottom: 5%;
    top: auto;
    gap: 5px;
    line-height: 50px;
  }
}
body.nido-orientais .fullbannerTopo-lp h1 span {
  font-size: 30px;
}
body.nido-orientais .side {
  width: 100%;
  margin: 0 auto;
  display: flex;
  gap: 0;
}
@media screen and (max-width:1023px) {
  body.nido-orientais .side {
    flex-direction: column-reverse;
  }
}
body.nido-orientais .side__img {
  flex: 0 0 60%;
  display: flex;
  justify-content: center;
  align-items: center;
}
body.nido-orientais .side__img img {
  width: 100%;
  max-width: 864px;
  height: auto;
}
body.nido-orientais .side__green {
  background-color: #0f3c3b;
  flex: 0 0 40%;
  display: flex;
  align-items: center;
}
body.nido-orientais .side__green__text {
  width: 422px;
  margin-left: 15%;
  color: #fff;
}
@media screen and (max-width:1023px) {
  body.nido-orientais .side__green__text {
    margin: 70px 50px;
  }
}
body.nido-orientais .side__green__text h1 {
  font-size: 40px;
  font-family: "Lunery", sans-serif;
  letter-spacing: 2px;
}
@media screen and (max-width:1023px) {
  body.nido-orientais .side__green__text h1 {
    font-size: 25px;
  }
}
body.nido-orientais .side__green__text h1 span {
  font-family: "Montserrat", sans-serif;
  font-size: 17px;
  font-weight: 200;
}
@media screen and (max-width:1023px) {
  body.nido-orientais .side__green__text h1 span {
    font-size: 12px;
  }
}
body.nido-orientais .side__green__text p {
  font-family: "Montserrat", sans-serif;
  font-size: 17px;
  font-weight: 200;
  width: 285px;
}
@media screen and (max-width:1023px) {
  body.nido-orientais .side__green__text p {
    font-size: 15px;
  }
}
body.nido-orientais .carrossel__wrapper {
  margin: 0 auto;
}
body.nido-orientais .carrossel__texto-top {
  margin-top: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media screen and (max-width:1023px) {
  body.nido-orientais .carrossel__texto-top {
    margin-top: 30px;
  }
}
body.nido-orientais .carrossel__texto-top h1 {
  font-size: 31px;
  font-family: "Lunery", sans-serif;
  color: #003224;
  text-align: center;
  width: 864px;
}
@media screen and (max-width:1023px) {
  body.nido-orientais .carrossel__texto-top h1 {
    font-size: 20px;
    width: 85%;
  }
}
body.nido-orientais .carrossel__texto-top p {
  font-size: 17px;
  font-family: "Montserrat", sans-serif;
  color: #0f3c3b;
  text-align: center;
  width: 580px;
  letter-spacing: 1.6px;
}
@media screen and (max-width:1023px) {
  body.nido-orientais .carrossel__texto-top p {
    font-size: 14px;
    width: 85%;
  }
}
body.nido-orientais .carrossel .vitrine .wd-marketing-banner .relative {
  position: relative;
  --pos: 40px;
}
body.nido-orientais .carrossel .vitrine .wd-marketing-banner .relative .swiper .banner-wrapper {
  scale: 0.8;
  opacity: 0.5;
  transition: scale 0.35s ease, opacity 0.35s ease;
}
body.nido-orientais .carrossel .vitrine .wd-marketing-banner .relative .swiper .banner-wrapper.swiper-slide-active {
  scale: 1;
  opacity: 1;
}
body.nido-orientais .carrossel .vitrine .wd-marketing-banner .relative .swiper .banner-wrapper img {
  width: 100%;
  height: auto;
}
body.nido-orientais .carrossel .vitrine .wd-marketing-banner .relative div[class*=swiper-arrow] {
  display: block !important;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  color: #0f3c3b;
  width: 30px;
  height: 60px;
  cursor: pointer;
  z-index: 10 !important;
  /* Valor alto para garantir o clique */
  pointer-events: auto !important;
}
@media screen and (max-width:1023px) {
  body.nido-orientais .carrossel .vitrine .wd-marketing-banner .relative {
    --pos: 10px;
  }
}
body.nido-orientais .carrossel .vitrine .wd-marketing-banner .relative .swiper-arrow-prev {
  left: var(--pos);
  background: url("https://www.coliseu.com.br//Custom/Content/Themes/agrada-template/Templates/Landings/nido-orientais/img/prev.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
body.nido-orientais .carrossel .vitrine .wd-marketing-banner .relative .swiper-arrow-next {
  right: var(--pos);
  background: url("https://www.coliseu.com.br//Custom/Content/Themes/agrada-template/Templates/Landings/nido-orientais/img/next.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
body.nido-orientais .carrossel__texto-bot {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-bottom: 85px;
}
body.nido-orientais .carrossel__texto-bot p {
  font-size: 17px;
  font-family: "Montserrat", sans-serif;
  color: #0f3c3b;
  text-align: center;
  width: 580px;
  letter-spacing: 1.6px;
}
@media screen and (max-width:1023px) {
  body.nido-orientais .carrossel__texto-bot p {
    font-size: 12px;
    width: 85%;
    margin-bottom: 25px;
  }
}
body.nido-orientais .carrossel__texto-bot a {
  width: 157px;
  height: 34px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: solid 1px #000;
  color: #0f3c3b;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
}
body.nido-orientais .fullbannerMeio {
  position: relative;
}
body.nido-orientais .fullbannerMeio img {
  width: 100%;
  height: auto;
}
body.nido-orientais .fullbannerMeio__text {
  position: absolute;
  top: 50%;
  right: 15%;
  transform: translate(-50%, -15%);
  width: 151px;
}
@media screen and (max-width:1023px) {
  body.nido-orientais .fullbannerMeio__text {
    top: auto;
    bottom: 5%;
    right: 25%;
    width: 129px;
  }
}
body.nido-orientais .fullbannerMeio__text p {
  font-size: 28px;
  font-family: "Lunery", sans-serif;
  color: #fff;
  line-height: 36px;
  font-weight: 300;
}
@media screen and (max-width:1023px) {
  body.nido-orientais .fullbannerMeio__text p {
    font-size: 20px;
    line-height: 28px;
  }
}
body.nido-orientais .fullbannerMeio__text a {
  border: solid 1px #fff;
  width: 100%;
  height: 34px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  color: #fff;
  font-weight: 300;
}
body.nido-orientais .mosaico {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width:1023px) {
  body.nido-orientais .mosaico {
    grid-template-columns: repeat(2, 1fr);
  }
}
body.nido-orientais .mosaico__item {
  position: relative;
}
@media screen and (max-width:1023px) {
  body.nido-orientais .mosaico__item:nth-child(1) {
    order: 1;
  }
  body.nido-orientais .mosaico__item:nth-child(2) {
    order: 2;
  }
  body.nido-orientais .mosaico__item:nth-child(3) {
    order: 4;
  }
  body.nido-orientais .mosaico__item:nth-child(4) {
    order: 3;
  }
}
body.nido-orientais .mosaico__item img {
  width: 100%;
  height: auto;
}
body.nido-orientais .mosaico__item p {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  font-family: "Montserrat", sans-serif;
  color: #0f3c3b;
  font-size: 14px;
}
@media screen and (max-width:1023px) {
  body.nido-orientais .mosaico__item p {
    font-size: 10px;
    bottom: 5px;
    text-align: center;
    width: 100%;
    margin: 0;
  }
}
body.nido-orientais .protagonista {
  width: 100%;
  height: 864px;
  background-color: #fffdfa;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width:1023px) {
  body.nido-orientais .protagonista {
    height: 378px;
  }
}
body.nido-orientais .protagonista__wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 690px;
}
body.nido-orientais .protagonista__wrapper img {
  width: 58px;
  margin-bottom: -60px;
}
@media screen and (max-width:1023px) {
  body.nido-orientais .protagonista__wrapper img {
    width: 34px;
    margin-bottom: -70px;
  }
}
body.nido-orientais .protagonista__wrapper h2 {
  font-size: 40px;
  font-family: "Lunery", sans-serif;
  color: #003224;
  margin-top: 20px;
}
@media screen and (max-width:1023px) {
  body.nido-orientais .protagonista__wrapper h2 {
    font-size: 27px;
    text-align: center;
    width: 208px;
  }
}
body.nido-orientais .protagonista__wrapper p {
  font-size: 22px;
  color: #003224;
  font-family: "Montserrat", sans-serif;
  text-align: center;
  letter-spacing: 1px;
  font-weight: 300;
}
@media screen and (max-width:1023px) {
  body.nido-orientais .protagonista__wrapper p {
    font-size: 13px;
    text-align: center;
    width: 258px;
  }
}
body.nido-orientais .ajuda {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 141px;
  margin-bottom: 101px;
}
@media screen and (max-width:1023px) {
  body.nido-orientais .ajuda {
    flex-direction: column-reverse;
    margin-top: 50px;
    margin-bottom: 50px;
  }
}
body.nido-orientais .ajuda__img {
  flex: 0 0 50%;
  max-width: 50%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width:1023px) {
  body.nido-orientais .ajuda__img {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
body.nido-orientais .ajuda__img img {
  width: 633px;
  height: 663px;
}
@media screen and (max-width:1023px) {
  body.nido-orientais .ajuda__img img {
    width: 300px;
    height: 314px;
  }
}
body.nido-orientais .ajuda__texto {
  flex: 0 0 50%;
  max-width: 50%;
}
@media screen and (max-width:1023px) {
  body.nido-orientais .ajuda__texto {
    flex: 0 0 100%;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 50px 40px;
    gap: 50px;
  }
}
body.nido-orientais .ajuda__texto h1 {
  font-size: 40px;
  font-family: "Lunery", sans-serif;
  width: 506px;
  color: #003224;
  letter-spacing: 2.5px;
}
@media screen and (max-width:1023px) {
  body.nido-orientais .ajuda__texto h1 {
    width: 100%;
    font-size: 25px;
    margin: 0;
  }
}
body.nido-orientais .ajuda__texto p {
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 1.32px;
  color: #0f3c3b;
}
body.nido-orientais .ajuda__texto a {
  width: 291px;
  height: 34px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  color: #0f3c3b;
  font-weight: 300;
  border: solid 1px #000;
}
body.nido-orientais .fullbannerBottom .wd-marketing-banner img {
  width: 100%;
  height: auto;
}
@media screen and (max-width:1023px) {
  body.nido-orientais .fullbannerBottom {
    margin: 20px 0;
  }
  body.nido-orientais .fullbannerBottom h1 {
    font-size: 53px;
    text-align: center;
    font-family: "Lunery", sans-serif;
    color: #003224;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  body.nido-orientais .fullbannerBottom h1 span {
    font-size: 19px;
  }
}
/*# sourceMappingURL=landing.css.map */
