html {
  scroll-behavior: smooth;
}
body {
  width: 100%;
  height: 100%;
  font-family: "Poppins", sans-serif;
  font-optical-sizing: auto;
  font-size: 100%;
  font-weight: 400;
  margin: 0;
}
a,
button {
  text-decoration: none;
  transition: all 0.2s linear;
}
a:hover,
button:hover {
  text-decoration: none;
  transition: all 0.2s linear;
}
a:focus {
  outline: 0;
}
a img {
  border: none;
}
*:focus {
  outline: none;
}
button:focus {
  outline: 0 !important;
}
ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}
.transition {
  transition: all 0.2s linear;
}
.max-w {
  width: 100%;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
}

.topoPage {
  background: url(../images/bg-topo.jpg) no-repeat left top;
  background-size: cover;
  padding: 60px 0;
  margin-bottom: 80px;
  min-height: 730px;
  border-bottom-right-radius: 50px;
}
.topoPage .campanha {
  height: auto;
  max-width: 280px;
  margin: 0 auto 30px;
}
.topoPage .nd {
  height: auto;
  max-width: 130px;
  margin: 0 auto 20px;
}
.topoPage h1 {
  font-size: 32px;
  font-weight: 700;
  color: var(--bs-white);
  margin: 10px 0;
}
.topoPage p {
  font-size: 16px;
  color: var(--bs-white);
  line-height: 28px;
  margin-bottom: 25px;
}
.topoPage a.lkCTA {
  font-size: 18px;
  font-weight: 600;
  color: #49150d;
  padding: 15px;
  border-radius: 8px;
  background: linear-gradient(138deg, #e8ac86 0%, #fedeba 100%);
}
.topoPage a.lkCTA:hover {
  background: var(--bs-white);
}
.titleSection {
  margin-bottom: 40px;
}
.titleSection h2 {
  font-size: 30px;
  font-weight: 700;
  color: #803427;
}
.titleSection p {
  font-size: 16px;
  color: #48221b;
  line-height: 28px;
  margin-top: 10px;
}
.patrocinadores {
  margin-bottom: 80px;
}
.patrocinadores ul li {
  width: 100%;
  max-width: 286px;
  padding: 5px;
  margin: 0 auto 30px;
  overflow: hidden;
  background-color: var(--bs-white);
  box-shadow: 0px 25px 50px 0px rgba(93, 93, 93, 0.07);
}
.caixa {
  padding-top: 65px;
  margin-bottom: 90px;
}
.caixa:before {
  content: " ";
  display: block;
  position: absolute;
  z-index: 0;
  left: 0;
  right: 0;
  top: 0;
  bottom: 50px;
  background: linear-gradient(45deg, #e8ac86 0%, #fedeba 100%);
}
.caixa .container:before {
  content: " ";
  display: block;
  position: absolute;
  right: 15px;
  bottom: 180px;
  width: 120px;
  height: 110px;
  background: url(../images/elemento-caixa.png) no-repeat 0 0;
  background-size: cover;
  z-index: 4px;
}
.caixa .colTxt {
  margin-bottom: 50px;
  padding-top: 40px;
}
.caixa .colTxt img {
  margin: 0 auto;
}
.caixa h3 {
  font-size: 22px;
  font-weight: 600;
  color: var(--bs-white);
  line-height: 36px;
  margin: 25px 0;
}
.caixa a.lkCTA {
  font-size: 18px;
  font-weight: 600;
  color: var(--bs-white);
  background-color: #881a18;
  padding: 15px;
  border-radius: 8px;
}
.caixa a.lkCTA:hover {
  background-color: var(--bs-white);
  color: #881a18;
}
.caixa .colCaixa {
  height: 370px;
}
.caixa .baseCaixa {
  width: 672px;
  height: 695px;
  position: relative;
  z-index: 12;
  transform: scale(0.52) translate(-45%, -46%);
}
.caixa .baseCaixa .agasalhos {
  z-index: 15;
  bottom: 91px;
  right: 155px;
  width: 326px;
  height: 412px;
  background: url(../images/bg-fundo-caixa.jpg) no-repeat center center;
  background-size: cover;
}
.caixa .baseCaixa .agasalhos .pilha {
  background: url(../images/img-pilha-roupas.png) no-repeat center top;
  width: 100%;
}
.caixa .baseCaixa .mask {
  z-index: 20;
  top: 0;
}
.bgAtelier {
  padding-top: 80px;
  margin-bottom: 90px;
}
.bgAtelier:before {
  content: " ";
  display: block;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 130px;
  background: #fbf7e3;
}
.atelier {
  margin-bottom: 50px;
}
.atelier .intro {
  margin-bottom: 40px;
}
.atelier .intro img {
  margin: 0 auto 25px;
}
.atelier .intro p {
  font-size: 16px;
  color: #48221b;
  line-height: 26px;
  margin-bottom: 15px;
}
.atelier .intro p:last-child {
  margin-bottom: 0;
}
.atelier .intro p strong {
  font-size: 19px;
  font-weight: 700;
  color: #803427;
}
.slideAtelier {
  width: 100%;
}
.slideAtelier .swiper-slide {
  padding: 10px 15px 30px;
}
.slideAtelier .swiper-slide img {
  border-radius: 4px;
  box-shadow: 0 5px 20px 0 rgba(93, 93, 93, 0.07);
  margin: auto;
}
.atelierPrev,
.atelierNext {
  width: 66px;
  height: 66px;
  background: var(--bs-white);
  margin: 0 5px;
  font-size: 32px;
  color: #323232;
  cursor: pointer;
}
.atelierPrev:hover,
.atelierNext:hover,
.araraPrev:hover,
.araraNext:hover {
  color: var(--bs-white);
  background: #803427;
}
.arara .titleSection {
  margin-bottom: 20px;
}
.slideArara {
  width: 80%;
  margin: 0 auto;
  padding: 5px 10px 0;
}
.slideArara .swiper-slide {
  background-color: var(--bs-white);
  overflow: hidden;
  border-radius: 12px;
  box-shadow: 0px 8px 10px 0px rgba(189, 189, 189, 0.25);
  padding: 25px 25px 10px;
  height: auto;
  margin-bottom: 15px;
}
.slideArara .data {
  font-size: 28px;
  font-weight: 500;
  color: #803427;
  margin-bottom: 20px;
}
.slideArara .data span {
  font-size: 58px;
  font-weight: 700;
  line-height: 50px;
  margin-right: 10px;
}
.slideArara .endereco,
.slideArara .horario {
  font-size: 16px;
  color: #48221b;
  margin-bottom: 15px;
}
.slideArara .endereco strong,
.slideArara .horario strong {
  font-weight: 700;
  width: 80px;
  margin-right: 10px;
}
.slideArara .endereco address {
  margin-bottom: 0;
}
.araraPrev {
  width: 30px;
  height: 30px;
  background-color: var(--bs-white);
  font-size: 18px;
  color: #323232;
  cursor: pointer;
  outline: none;
  top: 50%;
  margin-top: -18px;
  left: 5px;
  z-index: 10;
}
.araraNext {
  width: 30px;
  height: 30px;
  background-color: var(--bs-white);
  font-size: 18px;
  color: #323232;
  cursor: pointer;
  outline: none;
  top: 50%;
  margin-top: -18px;
  right: 5px;
  z-index: 10;
}
.coleta {
  margin-bottom: 80px;
}
.coleta .colPontos {
  background: var(--bs-white);
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 20px;
  border-radius: 8px;
  box-shadow: 0px 20px 60px 0px rgba(208, 208, 208, 0.4);
}
.coleta .colPontos h3 {
  font-size: 22px;
  font-weight: 600;
  color: #48221b;
  margin-bottom: 10px;
}
.coleta .filtro .dropdown {
  height: 54px;
  width: 40%;
}
.coleta .filtro .dropdown .dropdown-toggle {
  background-color: #eef1f7;
  font-size: 14px;
  color: #575757;
  font-weight: 500;
  height: 54px;
  padding: 15px;
  width: 100%;
  text-align: left;
}
.coleta .filtro .dropdown .dropdown-toggle:after {
  display: inline-block;
  width: 22px;
  height: 22px;
  content: "\F282";
  font-family: "bootstrap-icons";
  color: var(--bs-white);
  font-size: 12px;
  line-height: 24px;
  text-align: center;
  border: none;
  border-radius: 50%;
  background-color: #b1bcd2;
  float: right;
  position: absolute;
  right: 10px;
}
.coleta .filtro .dropdown .dropdown-menu {
  transition: all 0.2s linear;
}
.coleta .filtro .dropdown .dropdown-item {
  font-size: 14px;
  font-weight: 500;
  color: #575757;
}
.coleta .filtro .dropdown .dropdown-item:hover {
  color: #1b2d48;
  background-color: #f3f6f8;
}
.coleta .filtro button {
  width: 54px;
  height: 54px;
  border: none;
  outline: none;
  display: block;
  font-size: 22px;
  color: var(--bs-white);
  border-radius: 8px;
  cursor: pointer;
  background-color: #803427;
}
.coleta .filtro button:hover {
  background-color: #e8ac86;
}
.coleta ul.listaPontos {
  max-height: 400px;
  overflow-y: auto;
  margin: 15px 0 0 -5px;
}
.coleta ul.listaPontos::-webkit-scrollbar {
  width: 8px;
}
.coleta ul.listaPontos::scrollbar {
  width: 8px;
}
.coleta ul.listaPontos::-webkit-scrollbar-track {
  background: #f7f7f7;
  border-radius: 4px;
}
.coleta ul.listaPontos::scrollbar-track {
  background: #f7f7f7;
  border-radius: 4px;
}
.coleta ul.listaPontos::-webkit-scrollbar-thumb {
  background: #803427;
  border-radius: 4px;
}
.coleta ul.listaPontos::scrollbar-thumb {
  background: #803427;
  border-radius: 4px;
}

.coleta ul.listaPontos li {
  background-color: var(--bs-white);
  border-radius: 8px;
  margin: 0 10px 15px 5px;
  padding: 12px 15px 12px 30px;
  box-shadow: 0px 4px 9px 0px rgba(219, 219, 219, 0.4);
  cursor: pointer;
  transition: all 0.2s linear;
}
.coleta ul.listaPontos li:hover {
  box-shadow: 0 0px 12px 0 rgba(219, 219, 219, 0.4);
  transition: all 0.2s linear;
}
.coleta ul.listaPontos li.active {
  background-image: url(../images/bg-ponto-active.jpg);
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 60px;
}
.coleta ul.listaPontos li h4 {
  font-size: 17px;
  font-weight: 600;
  color: #464463;
}
.coleta ul.listaPontos li.active h4,
.coleta ul.listaPontos li:hover h4 {
  color: #803427;
}
.coleta ul.listaPontos li p {
  font-size: 14px;
  font-weight: 400;
  color: #464463;
}
.coleta ul.listaPontos li p strong {
  font-weight: 500;
}
.coleta .colMapa iframe {
  height: 360px;
}
.social {
  margin: 0 auto 80px;
  padding: 70px 0 60px;
  width: 100%;
  max-width: 1600px;
  background: url(../images/bg-redes-sociais.jpg) no-repeat center center;
  background-size: cover;
}
.social .titleSection h2,
.social .titleSection p {
  color: var(--bs-white);
}
.social .postPrev {
  width: 30px;
  height: 30px;
  background-color: var(--bs-white);
  font-size: 18px;
  color: #323232;
  cursor: pointer;
  outline: none;
  top: 50%;
  margin-top: -15px;
  left: 5px;
  z-index: 10;
}
.social .postNext {
  width: 30px;
  height: 30px;
  background-color: var(--bs-white);
  font-size: 18px;
  color: #323232;
  cursor: pointer;
  outline: none;
  top: 50%;
  margin-top: -15px;
  right: 5px;
  z-index: 10;
}
.social .postPrev:hover,
.social .postNext:hover {
  background-color: #e8ac86;
  color: var(--bs-white);
}
.slideSocial {
  width: 80%;
  margin: 0 auto;
}
.slideSocial .postagem {
  max-width: 263px;
  margin: 0 auto;
}
.slideSocial .postagem i {
  font-size: 34px;
  color: var(--bs-white);
  margin-top: 10px;
  display: inline-block;
}
.slideSocial .postagem a:hover i {
  margin-left: 10px;
}
.slideSocial .postagem img {
  border-radius: 8px;
  box-shadow: 2px 10px 30px 0 rgba(0, 0, 0, 0.13);
  min-height: 467px;
  object-fit: cover;
}
.site-bt {
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 0;
  background-color: var(--bs-black) !important;
  font-size: 45px;
  color: var(--bs-white);
  line-height: 56px;
  border-radius: 50% !important;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 54px !important;
  height: 54px !important;
  max-width: 54px !important;
  max-height: 54px !important;
  min-width: 54px !important;
  min-height: 54px !important;
}
.site-button .button-icon {
  margin-right: 0;
  display: inline-block;
  font-size: 45px;
}
.site-bt:hover {
  background-color: #803427;
}
.button-text {
  display: grid;
  place-items: center;
}
.conteudos {
  margin-bottom: 80px;
}
ul.listaPosts li {
  overflow: hidden;
  background: var(--bs-white);
  border-radius: 15px;
  box-shadow: 0 25px 50px 0 rgba(93, 93, 93, 0.07);
  margin: 0 auto 40px;
  width: 100%;
  max-width: 365px;
  padding-bottom: 70px;
}
ul.listaPosts li .data {
  margin: 30px 25px 10px;
  font-size: 14px;
  font-weight: 600;
  color: #803427;
}
ul.listaPosts li h3 {
  margin: 0 25px;
  font-size: 22px;
  font-weight: 400;
  color: #48221b;
}
ul.listaPosts li h3 a {
  color: #48221b;
  text-decoration: none;
}
ul.listaPosts li h3 a:hover {
  color: #803427;
}
ul.listaPosts li a.lkMore {
  left: 20px;
  bottom: 10px;
  font-size: 32px;
  color: #979797;
}
ul.listaPosts li a.lkMore:hover {
  left: 25px;
  color: #803427;
}
.footer {
  background-color: #e0d3ca;
  padding: 60px 0;
  margin: 0 auto 80px;
  width: 100%;
  max-width: 1480px;
  border-radius: 30px;
}

footer {
  display: none;
}
.site-bt:hover > span i {
  color: #fff;
}
#mapbox-container {
  min-height: 400px;
}
@media only screen and (min-width: 480px) {
  .caixa .container:before {
    bottom: 240px;
  }
  .caixa .colCaixa {
    height: 452px;
  }
  .caixa .baseCaixa {
    transform: scale(0.65) translate(-25%, -26%);
  }
}

@media only screen and (min-width: 576px) {
  .patrocinadores ul li {
    width: 40%;
    margin-left: 15px;
    margin-right: 15px;
  }
  .caixa .container:before {
    bottom: 290px;
    width: 150px;
    height: 138px;
  }
  .caixa .colCaixa {
    height: 522px;
  }
  .caixa .baseCaixa {
    transform: scale(0.75) translate(-15%, -16%);
  }
  .coleta .filtro .dropdown {
    width: 43%;
  }
}

@media only screen and (min-width: 768px) {
  .topoPage {
    background-position: center bottom;
    background-size: initial;
    height: 730px;
    border-bottom-right-radius: 200px;
  }
  .topoPage .campanha {
    margin: 0 30px 0 0;
  }
  .topoPage .nd {
    max-width: 170px;
    margin: 0;
  }
  .topoPage h1 {
    margin-top: 30px;
  }
  .titleSection h2 {
    font-size: 40px;
  }
  .patrocinadores ul li {
    width: 29%;
  }
  .caixa:before {
    bottom: 65px;
  }
  .caixa .container:before {
    bottom: 430px;
  }
  .caixa .colCaixa {
    height: auto;
  }
  .caixa .baseCaixa {
    transform: none;
    margin: 0 auto;
  }
  .atelier .intro {
    margin-bottom: 0;
  }
  .atelier .intro img {
    margin-left: 0;
    margin-right: 0;
  }
  .slideAtelier {
    margin-top: 35px;
  }
  .arara .titleSection {
    padding-left: 40px;
  }
  .slideArara,
  .slideSocial {
    width: 90%;
  }
  .araraPrev {
    width: 40px;
    height: 40px;
    margin-top: -25px;
    left: 0;
    font-size: 24px;
  }
  .araraNext {
    width: 40px;
    height: 40px;
    margin-top: -20px;
    right: 0;
    font-size: 24px;
  }
  .coleta .colMapa iframe {
    height: 100%;
  }
  .coleta .colPontos {
    margin-bottom: 0;
  }
  .coleta .filtro .dropdown {
    width: 40%;
  }
  .social .postPrev {
    width: 40px;
    height: 40px;
    margin-top: -20px;
    left: 0;
    font-size: 24px;
  }
  .social .postNext {
    width: 40px;
    height: 40px;
    margin-top: -20px;
    right: 0;
    font-size: 24px;
  }
  ul.listaPosts li {
    margin-left: 0;
    margin-right: 2.75%;
    width: 31.5%;
  }
  ul.listaPosts li:nth-child(3n + 0) {
    margin-right: 0;
  }
  ul.listaPosts li h3 {
    font-size: 18px;
  }
}

@media only screen and (min-width: 992px) {
  .topoPage .campanha {
    margin-right: 50px;
    max-width: initial;
  }
  .topoPage .nd {
    max-width: initial;
  }
  .caixa:before {
    border-radius: 70px 160px;
  }
  .caixa .container:before {
    bottom: 360px;
    right: 0;
  }
  .caixa .colTxt {
    padding-top: 50px;
    margin-bottom: 0;
  }
  .caixa .colTxt img {
    margin-left: 0;
    margin-right: 0;
  }
  .caixa .colCaixa {
    height: 610px;
  }
  .caixa .baseCaixa {
    transform: scale(0.8) translate(-12%, -8%);
  }
  .bgAtelier {
    padding-top: 120px;
    margin-bottom: 120px;
  }
  .arara .titleSection {
    padding-left: 50px;
  }
  .coleta {
    margin-bottom: 120px;
  }
  .coleta .colPontos {
    padding-left: 25px;
    padding-right: 25px;
  }
  .coleta .filtro .dropdown {
    width: 41%;
  }
  .coleta .colMapa {
    padding-left: 23px;
  }
  .social,
  .conteudos {
    margin-bottom: 120px;
  }
  .social {
    border-radius: 80px 80px 240px 80px;
  }
  ul.listaPosts li h3 {
    font-size: 22px;
  }
}

@media only screen and (min-width: 1200px) {
  .topoPage h1 {
    font-size: 40px;
    margin-top: 40px;
  }
  .topoPage p {
    margin-bottom: 30px;
  }
  .caixa .colTxt {
    padding-top: 70px;
  }
  .caixa .colCaixa {
    height: 630px;
  }
  .caixa:before {
    border-radius: 70px 200px;
  }
  .caixa .baseCaixa {
    transform: scale(0.85) translate(-10%, -5%);
  }
  .bgAtelier:before {
    border-radius: 100px 100px 300px 100px;
  }
  .arara:after {
    content: " ";
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 200px;
    height: 298px;
    background: url(../images/img-arara.png) no-repeat 0 0;
    background-size: cover;
  }
  .arara .titleSection:after {
    right: 120px;
  }
  .araraPrev {
    width: 60px;
    height: 60px;
    margin-top: -35px;
    font-size: 32px;
    left: -15px;
  }
  .araraNext {
    width: 60px;
    height: 60px;
    margin-top: -35px;
    font-size: 32px;
    right: -15px;
  }
  .coleta .filtro .dropdown {
    width: 40%;
  }
  .social .postPrev,
  .social .postNext {
    width: 60px;
    height: 60px;
    margin-top: -30px;
    font-size: 32px;
  }
}

@media only screen and (min-width: 1400px) {
  .topoPage .container {
    max-width: 1400px;
  }
  .topoPage h1 {
    padding-right: 100px;
  }
  .caixa:before {
    border-radius: 70px 250px;
  }
  .caixa .container:before {
    bottom: 420px;
    right: -20px;
    width: 180px;
    height: 165px;
  }
  .caixa .colTxt {
    padding: 110px 15px 0 60px;
  }
  .caixa .colCaixa {
    min-height: 695px;
  }
  .caixa .baseCaixa {
    transform: none;
    position: absolute;
    left: 18px;
    bottom: 0;
  }
  .slideAtelier {
    margin-left: 35px;
  }
  .arara .baseSlide {
    padding-right: 80px;
  }
  .slideArara .data span {
    font-size: 72px;
    line-height: 64px;
  }
  .araraNext {
    right: 55px;
  }
  .slideSocial {
    width: 88%;
  }
  ul.listaPosts {
    padding: 0 70px;
  }
}

@media only screen and (min-width: 1520px) {
  .caixa:before {
    width: 1500px;
    left: 50%;
    right: inherit;
    margin-left: -750px;
  }
  .caixa .container:before {
    bottom: 330px;
    right: -90px;
    width: 300px;
    height: 275px;
  }
  .atelier .container {
    max-width: 1420px;
  }
  .arara:after {
    width: 230px;
    height: 343px;
  }
  .araraPrev {
    left: -25px;
  }
  .araraNext {
    right: 50px;
  }
  .coleta .container {
    max-width: 1400px;
  }
}

@media only screen and (min-width: 1660px) {
  .caixa .container:before {
    right: -155px;
  }
  .bgAtelier:before {
    width: 1620px;
    left: 50%;
    right: inherit;
    margin-left: -810px;
  }
  .arara {
    max-width: 1720px;
  }
  .arara:after {
    width: 300px;
    height: 447px;
  }
}
