/* Variáveis de Cor */
:root {
  --white: #ffffff;
  --color-primary: #1c5e3d;
  --new-color-primary: #25744d;
  --soft: #fff6ec;
  --dark-brown: #4d3d2e;
  --green: #9bbf4a;
  --gold: #daa520;
  --brown: #964b00;
  --clean: #f7ead5;
  --blue: #385898;
  --gelo: #edededa3;
  --color-primary-light: #8ef4b2de;
  --chocolate: #564439;
}

/* Propriedades de Texto */
@font-face {
  font-family: "CitrusGothicSolid";
  src: URL("../config/fonts/CitrusGothicSolid.ttf") format("truetype");
  font-family: "Montserrat-VariableFont";
  src: URL("../config/fonts/Montserrat-VariableFont.ttf") format("truetype");
  font-family: "DancingScript-Bold";
  src: URL("../config/fonts/DancingScript-Bold.ttf") format("truetype");
}

#slideshow0 {
  background-color: var(--clean);
  border-style: var(--clean);
}

.line-dev-mm {
  background: linear-gradient(
    90deg,
    rgba(28, 94, 61, 1) 0%,
    rgba(28, 94, 61, 1) 40%,
    rgba(218, 165, 32, 1) 100%
  );
}

/* 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%);
    transform: translate(-50%, -50%);
  }

  .banner-md {
    min-height: calc(40rem - 50px) !important;
  }

  .center-title {
    padding-top: 0 !important;
  }

  .margin-top-title {
    margin-top: 10rem;
  }
}

@media (max-width: 900px) {
  .main-title {
    font-family: "Bree Serif", serif;
    color: var(--white);
    font-size: 35px !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: 31%;
    left: 34%;
    margin-top: 28%;
  }
  .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) {
  .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;
  }
}

.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: 120px;
}

.center-title {
  padding-top: 70px;
}

/* Propriedades Gerais */
.border-hover:hover {
  padding: 0 !important;
  -webkit-box-shadow: 0px 0px 15px 5px #1c5e3d;
  box-shadow: 0px 0px 15px 5px #1c5e3d;
}

.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: 50%;
}

.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;
}

.padding-right-25 {
  padding-right: 25px !important;
}

.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(--gold) !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;
}

/* 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-image: linear-gradient(
      rgb(47, 47, 47, 0.7) 0%,
      rgb(47, 47, 47, 0.1) 100%
    ),
    url("../images/slide1.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.min-w {
  min-width: 100%;
  padding-left: 10px;
  padding-right: 10px;
}

.end-banner {
  position: relative;
}

.banner-lg {
  min-height: calc(50rem - 150px);
}

.banner-sm {
  min-height: calc(10rem - 300px);
}

.banner-md {
  min-height: calc(60rem - 50px);
}

/* Propriedades de Imagens */
.img-card {
  height: 50vh;
}

.img-card-new {
  width: 85vw;
}

.logo {
  height: 65px;
  width: 110px;
}

.img-logo {
  height: 20vh;
}

.logo-banner {
  height: 15vh;
}

.img-footer {
  height: 15vh;
}

.pd-top {
  padding-top: 3rem;
}

.pd-top-1 {
  padding-top: 2.5rem;
}

/* Propriedades de Formatação */
.rounded-corners {
  border-radius: 20px !important;
}

.menu-spacing {
  padding-right: 25px !important;
}

.center-title {
  margin: auto;
}

.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%;
}

.margin-3 {
  margin-left: 15%;
}

.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: "Montserrat-VariableFont", sans-serif;
  -webkit-font-smoothing: antialiased;
}

.font-backward {
  font-family: "DancingScript-Bold";
  font-weight: 600;
  font-size: 70px;
}

.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 {
  font-size: 1.2rem !important;
  font-weight: 700 !important;
  padding-left: 11px;
}

.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: 38rem;
}

.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%;
}

@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(--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;
  }
}

@media (max-width: 764px) {
  .center-card {
    top: 34rem !important;
  }

  .width-gif {
    min-width: 120px;
  }

  .margin-top {
    margin-top: 25px;
  }
  .hide-title {
    display: none;
  }
  .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: 60px;
  }
  .img-footer {
    height: 10vh;
  }
  .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);
  }
}

@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;
  }
}
