/* Variáveis de Cor */
:root {
  --white: #ffffff;
  --color-primary: #857c75;
  --new-color-primary: #E8937C;
  --soft: #fff6ec;
  --dark-brown: #34687C;
  --green: #20a506;
  --gold: #34687C;
  --brown: #F9C7BB;
  --clean: #FDFDFD;
  --blue: #385898;
  --gelo: #9E9EA1;
  --color-primary-light: #F9C7BB;
  --chocolate: #857c75;
}

/* Customize AOS animations if needed */
[data-aos] {
  opacity: 0;
  transition-property: opacity, transform;
}

[data-aos].aos-animate {
  opacity: 1;
  transform: translateY(0);
}

[data-aos="fade-up"] {
  transform: translateY(50px);
}

[data-aos="fade-up"].aos-animate {
  transform: translateY(0);
}

#slideshow0 {
  background-color: var(--clean);
  border-style: var(--clean);
}

.line-dev-mm {
  background: linear-gradient(90deg,
      var(--color-primary) 0%,
      var(--dark-brown) 40%,
      var(--new-color-primary) 100%);
}

.btn-warning:focus,
.btn-warning:active,
.btn-warning:focus-visible {
  outline: none !important;
  box-shadow: none !important;
}

.btn-warning {
  background-color: var(--new-color-primary) !important;
  border-color: var(--color-primary) !important;
  color: var(--white) !important;
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning:focus-visible {
  background-color: var(--color-primary) !important;
  border-color: var(--white) !important;
  color: var(--white) !important;
  outline: none !important;
  box-shadow: none !important;
}

.btn-warning {
  transition: all 0.3s ease !important;
}

/* Media Queries */
@media (max-width: 1450px) {
  .center-card {
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    top: 40rem;
    text-align: center;
  }

  .center-title {
    margin: auto;
    position: absolute;
    top: 40% !important;
    left: 50%;
    -ms-transform: translate(-50%, -50%) !important;
    transform: translate(-50%, -50%) !important;
  }

  .banner-md {
    min-height: calc(40rem - 50px) !important;
  }

  .center-title {
    padding-top: 0 !important;
  }

  .margin-top-title {
    margin-top: 6rem;
  }
}

@media (max-width: 900px) {
  .main-title {
    font-family: "Bree Serif", serif;
    color: var(--white);
    font-size: 38px !important;
  }

  .center-title {
    top: 18rem !important;
  }

  .text-size-60 {
    font-size: 35px !important;
  }

  .img-logo {
    height: 15vh !important;
  }

  .banner-md {
    margin-top: 10px;
    min-height: calc(85vh - 50px) !important;
  }

  .info {
    text-align: justify !important;
  }

  .info-title {
    text-align: center;
  }
}

@media (min-width: 1441px) {
  .banner-md {
    min-height: calc(45rem - 50px) !important;
  }
}

.add-ajuste-width {
  margin-top: 100px;
  padding-top: 100px;
}

.space {
  line-height: 0.6 !important;
}

.margin-right-10 {
  margin-right: 10px;
}

.add-link-one {
  color: var(--new-color-primary);
}

.add-link-one:hover {
  color: #02942ed9;
}

.c-home-instagram {
  position: relative;
  padding-bottom: 50px;
  padding-left: 5%;
  padding-right: 5%;
}

.c-home-instagram__wrapper {
  position: relative;
  width: 1184px;
  max-width: 100%;
  margin: auto;
  text-align: center;
  font-family: CitrusGothicSolid, sans-serif;
}

.c-home-instagram__item img {
  width: 100%;
  border-radius: 3px;
}

a:-webkit-any-link {
  cursor: pointer;
  text-decoration: none;
}

img {
  max-width: 100%;
  font-style: italic;
  vertical-align: middle;
}

.c-home-instagram__item:first-child {
  width: 70%;
}

.c-home-instagram__item:nth-child(2) {
  width: 49%;
  margin-top: -24%;
}

.c-home-instagram__item:nth-child(3) {
  width: 41.5%;
  margin-top: 3.5%;
}

.c-home-instagram__item:nth-child(4) {
  width: 56%;
  margin-top: 16%;
}

.c-home-instagram__items {
  position: relative;
}

.c-home-instagram__item:last-child {
  width: 70%;
  margin-top: 3.5%;
}

@media (min-width: 1024px) {
  .c-home-instagram__tit {
    left: 50%;
  }
}

@media (min-width: 768px) {
  .c-home-instagram__tit {
    position: absolute;
    top: 0;
    left: 43%;
    margin: 0;
    padding-top: 1%;
  }

  .c-home-instagram__items {
    padding-top: 51%;
    margin-top: 30px;
  }

  .c-home-instagram__item {
    position: absolute;
    top: 0;
  }

  .c-home-instagram__item:first-child {
    z-index: 2;
    left: 0;
    width: 24%;
    margin-top: 23%;
  }

  .c-home-instagram__item:nth-child(2) {
    z-index: 1;
    top: 0;
    left: 9%;
    width: 33%;
    margin-top: 38px;
  }

  .c-home-instagram__item:nth-child(3) {
    width: 26%;
    left: 36%;
    margin-top: 24%;
  }

  .c-home-instagram__item:nth-child(4) {
    right: 0;
    width: 39%;
    margin-top: 11%;
  }

  .c-home-instagram__link {
    position: absolute;
    left: 68%;
    bottom: -8%;
    font-weight: 700;
    font-weight: 501;
    font-size: 26px;
    font-size: 1.625rem;
    letter-spacing: 0.03em;
    color: var(--white);
    text-transform: uppercase;
  }

  .c-home-instagram__tit span {
    -ms-transform: translateX(-88px);
    transform: translateX(-88px);
  }

  .footer-width {
    flex: 0 0 auto;
    width: 45% !important;
  }

  .width-box {
    margin-left: auto;
    margin-right: auto;
  }

  .display-show {
    display: none;
  }
}

@media (max-width: 768px) {
  .padding-right-2 {
    padding-right: 2px;
  }

  .home-padding {
    padding-top: 10px;
  }

  .display-none {
    display: none !important;
  }

  .display-show {
    display: block !important;
  }

  #insta {
    font-weight: 701;
    margin-right: 0px;
    padding-right: 2px;
    padding-left: 2px;
  }

  .c-home-instagram__link {
    font-size: 22px !important;
  }

  .new-align {
    text-align: left !important;
  }

  .margin-top-15 {
    margin-top: 15px;
  }

  .text-align-left {
    text-align: left !important;
  }

  .padding-title {
    padding: 0 !important;
  }

  #background-carousel {
    display: none !important;
  }

  .margin-top-title {
    margin-top: 16rem;
  }

  .btn.font-white.btn-lg.background-gold.btn-warning {
    margin-top: 1rem;
    margin-bottom: 3rem;
  }

  .margin-left-41 {
    margin-right: 18% !important;
  }

  .img-card-new {
    height: 54vh !important;
  }
}

.c-home-instagram__tit {
  color: var(--color-primary);
  margin: 0 auto 0.2em;
}

.o-tit--130 {
  font-size: 73px;
  font-size: 4.5625rem;
}

.c-recipe__desc h3,
.o-tit {
  font-family: "CitrusGothicSolid", sans-serif;
  font-weight: 400;
  line-height: 1;
  margin-top: 49px;
}

.c-home-instagram__tit {
  left: 56%;
}

.o-tit--misc span {
  position: relative;
  display: block;
  color: var(-color-gold);
  font-family: "Pacifico", cursive;
  line-height: 0;
  bottom: 26px;
  text-transform: none;
}

.c-home-instagram::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 491px;
  bottom: 0;
  left: 0;
  display: block;
  height: 290px;
  width: 100%;
  background-color: var(--color-primary);
}

.padd-right {
  padding-right: 3rem;
}

.margin-top {
  margin-top: 25px;
}

.center-title {
  padding-top: 0px;
}

/* Propriedades Gerais */
.color-gold {
  color: var(--gold);
}

.width-gif {
  min-width: 180px;
}

.line-space8 {
  line-height: 0.8;
}

.line-space1 {
  line-height: 0.1;
}

.border-radius {
  border: none;
  border-radius: 10px;
}

.margin-auto-add {
  margin-left: auto;
  margin-right: auto;
}

.img-fluid {
  max-width: 100% !important;
}

body {
  background-color: var(--clean);
}

footer {
  margin-top: 50px;
  padding-top: 40px;
}

.btn-warning {
  border-color: var(--new-color-primary);
}

.btn-warning:hover {
  background-color: var(--new-color-primary);
  border-color: #fff;
  color: #fff;
}

/* Propriedades de Texto */
@font-face {
  font-family: "CitrusGothicSolid";
  src: URL("../config/fonts/CitrusGothicSolid.ttf") format("truetype");
  font-family: "FilsonProLight";
  src: URL("../config/fonts/FilsonProLight.otf") format("truetype");
  font-family: "TTBackwardsScript";
  src: URL("../config/fonts/TTBackwardsScript.otf") format("truetype");
}

.citrus-gothic-solid {
  font-family: "CitrusGothicSolid", sans-serif;
}

.bree-serif {
  font-family: "Bree Serif", serif;
}

.open-sans {
  font-family: "Open Sans", sans-serif;
}

.pacifico {
  font-family: "Pacifico", cursive;
}

.lemon {
  font-family: "Lemon", cursive;
}

.secular-one {
  font-family: "Secular One", sans-serif;
}

.font-white {
  color: var(--white);
}

.background-gold {
  background-color: var(--gold);
}

.text-size-20 {
  font-size: 19px;
}

.text-justify {
  text-align: justify;
}

.text-size-25 {
  font-size: 25px;
}

.text-size-30 {
  font-size: 30px;
}

.text-size-60 {
  font-size: 60px;
}

.text-align-right {
  text-align: right;
}

.margin-bottom-12 {
  margin-bottom: 12px;
}

.margin-bottom-7 {
  margin-bottom: 7px;
}

.text-red,
a {
  color: var(--color-primary);
  text-decoration: none;
}

a:hover {
  color: var(--white);
}

.add-link:hover {
  color: var(--color-primary);
}

.text-orange {
  color: var(--new-color-primary) !important;
}

.text-brown {
  color: var(--chocolate);
}

.main-title {
  color: var(--white);
  font-size: 50px;
}

.link-unstyled,
.link-unstyled:link {
  color: inherit;
  text-decoration: inherit;
}

.link-unstyled:hover {
  color: var(--gold);
}

.text-align-center {
  text-align: center;
  padding: 0;
}

/* Propriedades de Cor */
.bg-brown {
  background-color: var(--brown);
  color: var(--white);
}

.bg-red {
  background-color: var(--color-primary);
  color: var(--white);
}

.bg-primary {
  background-color: var(--soft) !important;
  /* background-color: red !important; */
}

.bg-secondary {
  /* background-color: white !important; */
  background-color: var(--color-primary) !important;
}

.icon-color-fc {
  margin-right: 10px;
  color: var(--blue);
}

#insta {
  background: radial-gradient(circle at 30% 107%,
      #fdf497 0%,
      #fdf497 5%,
      #fd5949 45%,
      #d6249f 60%,
      #285aeb 90%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 28px;
}

.icon-color-fc:hover {
  color: var(--blue);
}

.box-shadow {
  padding: 5px;
}

.z-index {
  position: relative;
  z-index: 1000;
}

.accordion-button:hover,
.accordion-button:link,
.accordion-button:visited,
.accordion-button:hover,
.accordion-button:active,
.accordion-button:focus,
.accordion-button:not(.collapsed) {
  text-decoration: none;
  color: var(--white);
  background-color: var(--color-primary);
  outline-style: none !important;
  border: none !important;
  outline-offset: 0px;
}

/* Banners */
.banner {
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
}

.banner {
  position: relative;
  height: 100vh;
  overflow: hidden;
}

.background-carousel .item img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
  filter: brightness(0.5);
}

.banner-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}


.min-w {
  min-width: 100%;
  padding-left: 10px;
  padding-right: 10px;
}

.end-banner {
  position: relative;
}

.banner-lg {
  min-height: calc(50rem - 244px);
}

.banner-sm {
  min-height: calc(10rem - 300px);
}

.banner-md {
  min-height: calc(60rem - 50px);
}

/* Propriedades de Imagens */
.img-card {
  min-width: 100%;
  width: 100%;
  height: 62vh;
}

.padding-20 {
  padding-left: 20px;
  padding-right: 20px;
}

.img-card-new {
  min-width: 100%;
  width: 100%;
  height: 90vh;
}

.logo {
  width: fit-content;
  height: 68px;
  border-radius: 5px;
}

#navbarToggler {
  margin-left: 20px;
}

.img-logo {
  height: 20vh;
}

.logo-banner {
  width: fit-content;
  height: 135px;
  border-radius: 10px;
  box-shadow: 0 0 1em;
  margin-bottom: 2rem;
}

.img-footer {
  width: fit-content;
  height: 80px;
  border-radius: 10px;
}

.container-fluid.margin-3 {
  width: 81%;
}

.pd-top {
  padding-top: 1rem;
}

.pd-top-1 {
  padding-top: 2.5rem;
}

/* Propriedades de Formatação */
.rounded-corners {
  border-radius: 10px !important;
}

.menu-spacing {
  padding-right: 25px !important;
}

.center-title {
  margin: 0;
}

.padding-title {
  padding: 0.2em 0 0 1.7em;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
}

/* Cards */
.center-card {
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  top: 43rem;
  text-align: center;
}

.card-banner {
  margin: auto;
  width: 95%;
  height: 95%;
}

.card-icon {
  min-width: 85px;
  height: 85px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.new-font {
  font-size: 3.8125rem;
  line-height: 1.11;
  font-weight: 400;
  letter-spacing: -0.05em;
  font-family: FilsonProLight, sans-serif;
  -webkit-font-smoothing: antialiased;
}

.font-backward {
  font-family: TTBackwardsScript;
}

.font-registrada {
  position: relative;
  font-size: 1.5rem;
  top: -23px;
  left: -7px;
}

.color-chocolate {
  color: var(--chocolate) !important;
}

.flex-wrap {
  display: flex;
}

.new-width {
  flex: 0 0 auto;
}

.class-h3 {
  padding: auto;
  margin-bottom: 10px;
}

.icon-whats:hover {
  color: var(--color-primary);
}

.fa-whatsapp {
  color: #35b308 !important;
  font-size: 1.2rem !important;
  font-weight: 700 !important;
}

.header-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 5px;
  align-items: center;
  flex-wrap: wrap;
}

.header-menu li {
  margin: 0;
}

.header-menu img {
  width: 134px;
  min-height: 42px;
  object-fit: contain;
  height: 42px;
}

.margin-left-41 {
  margin-right: 41%;
}

.shadow-none {
  box-shadow: none;
}

.margin-top-5 {
  margin-top: 5px;
}

.fa-2x {
  font-size: 2.5em !important;
}

.fa-wp {
  margin-right: 3px;
  font-size: 1.5em !important;
}

.container {
  margin-top: 0 !important;
}

.width-box {
  width: 39rem;
}

.font-size-title {
  font-size: 18px;
}

.font-size-p {
  font-size: 14px;
}

.new-red {
  color: var(--new-color-primary);
}

/* Animações */
.hover-underline-animation {
  display: inline-block;
  position: relative;
  color: var(--color-primary);
}

.hover-underline-animation:before {
  content: url("../images/gotas.svg");
  opacity: 0;
  transition: 400ms ease all;
  position: absolute;
  width: 10px;
  top: 0px;
  left: 95%;
}

.navbar-light .navbar-nav .nav-link:hover,
.secular-one a:hover {
  color: var(--dark-brown)
}

.secular-one i {
  color: var(--new-color-primary);
  margin-right: 2px;
}

.video-wrap {
  position: relative;
  overflow: hidden;
  width: 100%;
  aspect-ratio: auto;
}

.video-el {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  opacity: 0;
  transition: opacity .6s ease .2s
}

.video-cover-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 1;
  transition: opacity .6s ease;
  pointer-events: none
}

.video-wrap.is-loaded .video-el {
  opacity: 1
}

.video-wrap.is-playing .video-cover-img {
  opacity: 0
}

.video-play {
  position: absolute;
  inset: 0;
  margin: auto;
  width: 72px;
  height: 72px;
  border-radius: 999px;
  border: 0;
  background: rgba(255, 255, 255, .9);
  font-size: 28px;
  line-height: 72px;
  text-align: center;
  cursor: pointer;
  display: none
}

.video-wrap.is-blocked .video-play {
  display: block
}


@media (max-width: 900px) {
  .hover-underline-animation::before {
    left: 99%;
  }
}

.hover-underline-animation:after {
  content: "";
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: var(--new-color-primary);
  transform-origin: bottom left;
  transition: transform 0.4s ease-out;
}

.hover-underline-animation:hover:after {
  transform: scaleX(1);
  transform-origin: bottom left;
}

.hover-underline-animation:hover:before {
  opacity: 1;
}

@media (max-width: 1450px) {
  .center-card {
    top: 43rem;
  }
}

@media (max-width: 1320px) {
  .c-home-instagram__item:nth-child(4) {
    right: 0;
    width: 39%;
    margin-top: 12%;
  }
}

@media (max-width: 1155px) {
  .c-home-instagram__item:nth-child(4) {
    margin-top: 13%;
  }

  .text-size-60 {
    font-size: 52px;
  }

  .width-box {
    width: 100%;
    margin-top: 18px;
  }
}

@media (max-width: 1090px) {
  .c-home-instagram__item:nth-child(4) {
    margin-top: 14%;
  }

  .c-home-instagram__link {
    bottom: -11%;
  }

  .margin-3 {
    margin-left: auto !important;
  }
}

@media (max-width: 980px) {
  .c-home-instagram__item:nth-child(4) {
    margin-top: 15%;
  }

  .c-home-instagram__link {
    bottom: -13%;
    color: var(--color-primary);
  }

  .img-logo {
    height: 13vh;
  }

  .pt-5 {
    padding-top: 1rem !important;
  }

  .padding-title {
    padding-left: 0px !important;
  }
}

@media (max-width: 920px) {
  .c-home-instagram__item:nth-child(4) {
    margin-top: 16%;
  }

  .c-home-instagram__link {
    bottom: -17%;
  }
}

@media (max-width: 865px) {
  .c-home-instagram__item:nth-child(4) {
    margin-top: 17%;
  }

  .c-home-instagram__link {
    bottom: -96px;
  }

  .center-card {
    top: 36rem !important;
  }

  .margin-top {
    margin-top: 25px;
  }

  .banner {
    background-image: linear-gradient(rgb(47, 47, 47, 0.50) 0%,
        rgb(47, 47, 47, 0.50) 100%),
      url("../images/nossa-historia.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
  }

  .container-fluid.margin-3 {
    width: 100% !important;
  }
}

@media (max-width: 764px) {
  .center-card {
    top: 34rem !important;
  }

  .width-gif {
    min-width: 120px;
  }

  .margin-top {
    margin-top: 25px;
  }

  .c-home-instagram::after {
    content: none !important;
  }

  .c-home-instagram__item:first-child {
    width: 49%;
  }

  .c-home-instagram__item:nth-child(2) {
    width: 59%;
    left: 286px;
    position: absolute;
  }

  .c-home-instagram__item:nth-child(3) {
    width: 68%;
  }

  .c-home-instagram__item:nth-child(4) {
    width: 54%;
    left: 286px;
    top: 290px;
    position: absolute;
  }

  .c-home-instagram__link {
    left: 249px;
    bottom: -54px;
    position: absolute;
    text-transform: uppercase;
    font-weight: 501;
  }

  .c-home-instagram__link:hover {
    color: var(--color-primary);
  }

  .c-home-instagram__tit span {
    -ms-transform: translateX(-93px);
    transform: translateX(-93px);
  }

  .banner-md {
    min-height: 25rem !important;
  }
}

@media (max-width: 585px) {
  .mt-5 {
    margin-top: 1rem !important;
  }

  .text-size-18 {
    font-size: 16px;
  }

  .padding-5 {
    padding-bottom: 5px !important;
  }

  .card-slow {
    margin-top: 0 !important;
  }

  .text-size-20 {
    font-size: 15px;
  }

  .c-home-instagram__item:nth-child(2) {
    top: 26%;
  }

  .c-home-instagram__item:nth-child(2) {
    left: 102px;
  }

  .c-home-instagram__item:nth-child(4) {
    top: 250px;
  }

  .c-home-instagram__link {
    left: 140px;
    bottom: -58px;
  }

  .m-2 {
    margin: 0.5rem !important;
  }
}

@media (max-width: 450px) {
  .margin-top {
    margin-top: 20px;
  }

  .mx-auto {
    font-size: 15px;
  }

  .text-size-20 {
    font-size: 17px;
  }

  .c-home-instagram__tit {
    font-size: 53px;
    line-height: 0.4;
    padding-bottom: 20px;
  }

  .c-home-instagram__tit-acompanhe {
    font-size: 32px;
  }

  .c-home-instagram__item:nth-child(3) {
    margin-top: 54%;
  }

  .c-home-instagram__item:nth-child(4) {
    left: 175px;
  }

  .c-home-instagram__item:nth-child(4) {
    top: 198px;
  }

  .c-home-instagram__item:nth-child(2) {
    margin-top: -14%;
  }

  .c-home-instagram__link {
    left: 112px;
    bottom: -51px;
  }

  .c-home-instagram__tit span {
    -ms-transform: translateX(-69px);
    transform: translateX(-69px);
  }

  .banner-lg {
    min-height: calc(65rem - 150px);
  }
}

@media (max-width: 410px) {
  .card-banner {
    width: 97%;
    height: 97%;
  }

  .text-size-20 {
    font-size: 15px;
  }

  .c-home-instagram__tit {
    font-size: 40px;
  }

  .c-home-instagram__item:nth-child(2) {
    left: 95px;
  }

  .c-home-instagram__item:nth-child(4) {
    left: 146px;
  }

  .c-home-instagram__item:nth-child(4) {
    top: 268px;
  }

  .c-home-instagram__link {
    left: 111px;
    bottom: -40px;
  }

  .c-home-instagram__tit span {
    -ms-transform: translateX(-53px);
    transform: translateX(-53px);
  }
}

@media (max-width: 375px) {
  .main-title {
    font-size: 28px !important;
  }
}

@media (min-width: 972px) {
  .video-wrap {
    height: 85vh;
  }
}