@import url('https://fonts.googleapis.com/css2?family=Readex+Pro:wght@160..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Alfa+Slab+One&display=swap');

:root {
  --cor-primary: #791819;
  --cor-secondary: #680000;
  --color-text: #791819;
  --color-bg: papayawhip;
  --color-bg-accent: #ddddddc6;
  --size: clamp(11.65rem, 0.765rem + 30.6vmin, 22.95rem);
  --gap: calc(var(--size) / 18);
  --duration: 60s;
  --scroll-start: 0;
  --scroll-end: calc(-100% - var(--gap));
}

::-webkit-scrollbar {
  width: 5px;
  background-color: #000;
}

::-webkit-scrollbar-thumb {
  background-color: #fff;
}

#root,
body,
html {
  background: #fff;
  color: #000;
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Readex Pro", sans-serif;
  font-optical-sizing: auto;
  overflow-x: hidden;
  font-variation-settings: "HEXP" 0;
}

body {
  height: auto;
  margin: auto;
}

img {
  max-width: 100%;
}

svg .a {
  font-family: "Readex Pro", sans-serif;
}

ul {
  list-style: none;
  padding-left: 0 !important;
}

li {
  font-size: 21px;
}

button {
  cursor: pointer;
  border: none;
  background: 0 0;
}

#c-bns button:first-child,
#s-bns button:first-child {
  color: #fff;
  color: var(--cc-btn-primary-text);
  background: var(--cor-primary) !important;
}

.p,
p {
  margin-bottom: 0 !important;
  font-size: 24px;
  line-height: 29px;
  font-weight: 400;
}

td {
  font-size: 12px;
  color: #000;
}

.alfa-slab-one-regular {
  font-family: "Alfa Slab One", serif;
  font-weight: 400;
  font-style: normal;
}

.small,
small {
  font-size: 16px !important;
  font-weight: 400;
  line-height: 25px;
}

.alt-title-plus {
  font-size: 58px;
  line-height: 68px;
}

.alt-title {
  font-size: 32px;
  line-height: 40px;
}

.alt-plus {
  font-size: 28px;
  line-height: 32px;
}

.alt-medium {
  font-size: 24px;
  line-height: 30px;
}

.alt-medium2 {
  font-size: 21px;
  line-height: 30px;
}

.alt-down {
  font-size: 16px;
  line-height: 18px;
}

.alt-small {
  font-size: 14px;
  line-height: 18px;
}

.alt-text {
  font-size: 16px;
  line-height: 22px;
}

.alt-biggest {
  font-size: 34px;
  line-height: 34px;
}

.sub-text {
  font-size: 12px;
  line-height: 15px;
}

.justify {
  text-align: justify;
}

.divisor {
  opacity: 1;
  width: 1px;
  height: 70%;
  background: #fff;
  border-top: 0;
}

.border-orange-left {
  border-left: 1px solid #ff8200;
  padding-left: 10px;
}

.border-orange-left2 {
  border-left: 3px solid #ff8200;
  padding-left: 10px;
}

.w-fit-content {
  width: fit-content !important;
}

.w-max-content {
  width: max-content;
}

.uppercase {
  text-transform: uppercase !important;
}

.letter-spacening {
  letter-spacing: 5px;
}

.thin {
  font-weight: 200 !important;
}

.light {
  font-weight: 300 !important;
}

.regular {
  font-weight: 400 !important;
}

.medium {
  font-weight: 500 !important;
}

.semibold {
  font-weight: 600 !important;
}

b,
.bold {
  font-weight: 700;
}

.extrabold {
  font-weight: 800 !important;
}

.cursor-pointer {
  cursor: pointer;
}

.py-big {
  padding: 3rem 0;
}

.box-shadow {
  box-shadow: 0px 3px 14px rgba(0, 0, 0, 0.160);
}

.blur {
  backdrop-filter: blur(8px)opacity(1)brightness(0.15);
  transform: translate3d(0, 0, 0);
  will-change: transform;
  -webkit-backdrop-filter: blur(8px)opacity(1)brightness(0.15);
}

.box-blur {
  background: rgba(5, 5, 5, 0.30);
  backdrop-filter: blur(9px);
  -webkit-backdrop-filter: blur(9px);
  will-change: transform;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
}

.shadow-inset {
  box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.16);
}

hr {
  background: #54575a;
  opacity: 0.25;
}

hr.divisao {
  opacity: 1;
  width: 5px;
  height: 50%;
  background: #ff8100;
  border-radius: 10px;
  border-top: 0;
}

h1 {
  font-size: 30px;
  line-height: 36px;
}

h2 {
  font-size: 27px;
  line-height: 31px;
  font-weight: 800;
}

a {
  font-size: 18px;
  line-height: 21px;
  text-decoration: none;
  color: #000;
  font-weight: 400;
}

a:hover {
  color: #000;
  font-weight: 400;
}

.image-cover {
  object-fit: cover;
}

.pointer-events-none {
  pointer-events: none;
}

.show-read-more .more-text,
.show-read-more2 .more-text2 {
  display: none;
}

.text-creme {
  color: #F4D9C0 !important;
}

.text-orange {
  color: #E40523 !important;
}

.text-pink {
  color: #f6989b !important;
}

.text-dark-pink {
  color: #9a6263 !important;
}

.text-blue {
  color: #0b3077 !important;
}

.text-light-blue {
  color: #1F6CA4 !important;
}

.text-green {
  color: #60be9b !important;
}

.text-green-blue {
  color: #15A8AB !important;
}

.text-cyan {
  color: #26BEBB !important;
}

.text-dark-green {
  color: #19b174 !important;
}

.text-white {
  color: #fff !important;
}

.text-grey {
  color: #C5C5C5 !important;
}

.text-black {
  color: #000 !important;
}

.text-orange-brown {
  color: #CA7938 !important;
}

.text-light-brown {
  color: #A47E66 !important;
}

.text-red {
  color: var(--cor-primary) !important;
}

.text-shadow {
  text-shadow: 0px 3px 45px rgba(0, 0, 0, 0.37);
}

.hover-red {
  transition: all 200ms;
}

.hover-red:hover {
  color: #BD2534;
}

.bg-orange {
  background: #EA5B0C;
}

.bg-light-orange {
  background: #F6D0A9;
}

.bg-white {
  background: #fff;
}

.bg-creme {
  background: #fff0d7;
}

.bg-blue {
  background: #304271;
}

.bg-dark-blue {
  background: #262836;
}

.bg-dark-red {
  background: #AF1922;
}

.bg-green {
  background: #60be9b;
}

.bg-green-blue {
  background: #15A8AB;
}

.bg-dark-green {
  background: rgba(48, 66, 113, 0.340);
}

.bg-light-green {
  background: rgba(149, 170, 154, 0.240);
}

.bg-grey {
  background: #E3E3E3;
}

.bg-light-pink {
  background: #f6b09d;
}

.bg-brown {
  background: #816C55;
}

.bg-light-blur {
  background-color: rgba(255, 255, 255, .75);
  backdrop-filter: blur(20px);
}

.bg-transparent-blur {
  background-color: rgba(255, 255, 255, .2);
  backdrop-filter: blur(20px);
}

.border-radius {
  border-radius: 10px !important;
}

.border-radius-medium {
  border-radius: 20px;
}

.border-radius-large {
  border-radius: 30px;
}

.border-radius-big {
  border-radius: 35px;
}

.border-radius-shape {
  border-radius: 35px 35px 0 35px;
}

.slick-track {
  padding: 1rem 0;
}

.slick-prev {
  width: 10px !important;
  height: 23px !important;
  background-image: url(../assets/icons/arrow-carrossel.png) !important;
  background-size: cover !important;
  transform: translate(0, -50%)rotateZ(180deg) !important;
}

.slick-prev:before {
  content: "" !important;
}

.slick-next {
  width: 10px !important;
  height: 23px !important;
  background-image: url(../assets/icons/arrow-carrossel.png) !important;
  background-size: cover !important;
}

.slick-next:before {
  content: "" !important;
}

.slick-dots li button:before {
  font-family: slick !important;
  font-size: 12px !important;
  line-height: 20px !important;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 35px !important;
  height: 2px !important;
  content: "" !important;
  text-align: center !important;
  opacity: 1 !important;
  background: #ffffff9f;
  border: 1px solid #ffffff9f;
  border-radius: 0 !important;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
  transition: all 100ms !important;
}

.slick-dots li.slick-active button:before {
  content: "";
  opacity: 1 !important;
  color: #fff !important;
  border: 1px solid #fff !important;
  transition: all 100ms !important;
  background: #fff;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.160);
}

.slick-dots li {
  margin: 0 10px !important;
}

.slick-dots {
  position: absolute !important;
  bottom: -50px !important;
  height: fit-content;
}

.slide-arrow {
  position: absolute;
  top: 50%;
  margin-top: -15px;
}

.prev-arrow {
  left: 8vw;
  width: 12px;
  height: 24px;
  background-image: url(../assets/icones/arrow-carrossel.svg);
  background-position: center;
  background-size: auto;
  background-repeat: no-repeat;
  transform: rotate(180deg);
  z-index: 1;
  transition: all 300ms;
}

.next-arrow {
  right: 8vw;
  width: 12px;
  height: 24px;
  background-image: url(../assets/icones/arrow-carrossel.svg);
  background-position: center;
  background-size: auto;
  background-repeat: no-repeat;
  transition: all 300ms;
}

.next-arrow:hover,
.prev-arrow:hover {
  opacity: 0.7;
  transition: all 300ms;
}

.slick-slide img {
  display: inline !important;
}

.accordion-personalizado .accordion-button:not(.collapsed) {
  color: var(--cor-primary) !important;
  background-color: #fff !important;
  box-shadow: none !important;
  font-weight: 700 !important;
}

.accordion-personalizado .accordion-button:focus {
  z-index: 3;
  border-color: transparent !important;
  outline: 0;
  box-shadow: none !important;
}

.accordion-personalizado .accordion-button {
  padding: 15px !important;
  color: #000 !important;
  font-size: 18px !important;
  line-height: 21px !important;
  font-weight: 500 !important;
}

.accordion-personalizado .accordion-body {
  padding: 15px;
  font-size: 16px;
  line-height: 21px;
  font-weight: 400;
  color: #000;
}

.accordion-personalizado .accordion-button::after {
  flex-shrink: 0;
  width: 22px;
  height: 22px;
  margin-left: auto;
  content: "";
  background-image: url(../assets/images/icons/accordeon-icon-open.svg);
  background-repeat: no-repeat;
  background-size: 22px;
  transition: transform 0.2s ease-in-out;
}

.accordion-personalizado .accordion-button:not(.collapsed)::after {
  background-image: url(../assets/images/icons/accordeon-icon-close.svg);
  transform: rotate(-180deg);
}

.accordion-personalizado .accordion-item {
  border-bottom: 1px solid var(--cor-secondary) !important;
}

.accordion-personalizado .accordion-item:last-child {
  border-bottom: 1px solid var(--cor-secondary) !important;
}

.btnLink {
  font-size: 18px;
  line-height: 18px;
  transition: all 300ms;
  margin-bottom: 0;
  cursor: pointer !important;
  padding: 10px 20px;
  transition: all 300ms;
  border-radius: 10px;
}

.btnLinkComprar {
  font-size: 15px;
  line-height: 15px;
  transition: all 300ms;
  margin-bottom: 0;
  cursor: pointer !important;
  padding: 10px 5px;
  transition: all 300ms;
  border-radius: 10px;
}

.btn-yellow {
  background: #ff8200;
  color: #fff;
}

.btn-yellow:hover {
  background: #e7a65c;
}

.btn-brown {
  background: #6E4635;
  color: #F9BB75;
}

.btn-brown:hover {
  background: #69402e;
  color: #F9BB75;
}

.btn-light-brown {
  background: #F4D9C0;
  color: #6E4635;
}

.btn-orange {
  width: fit-content;
  display: block;
  padding: 10px 20px;
  background: #E40523;
  color: #fff;
  border-radius: 10px;
  transition: all 400ms;
}

.btn-orange:hover {
  background: #cf0520;
  color: #fff;
}

.btn-dark-red {
  width: fit-content;
  display: block;
  padding: 10px 20px;
  background: #9B1E26;
  color: #fff;
  border-radius: 10px;
  transition: all 400ms;
}

.btn-dark-red:hover {
  background: #911921;
  color: #fff;
}

.btn-blue {
  width: fit-content;
  display: block;
  padding: 10px 20px;
  background: #304271;
  color: #fff;
  transition: all 400ms;
}

.btn-blue:hover {
  background: #13223a;
  color: #fff;
}

.btn-green {
  width: fit-content;
  display: block;
  padding: 10px 20px;
  background: #15A8AB;
  color: #fff;
  transition: all 400ms;
}

.btn-green:hover {
  background: #128d8f;
  color: #fff;
}

.btn-blue-green {
  width: fit-content;
  display: block;
  padding: 10px 20px;
  background: transparent;
  border: 1px solid #15A8AB;
  color: #15A8AB;
  transition: all 400ms;
}

.btn-blue-green:hover {
  background: #15A8AB;
  color: #fff;
}

.btn-white {
  width: fit-content;
  display: block;
  padding: 10px 20px;
  background: transparent;
  color: #fff;
  border-radius: 10px;
  border: 1px solid #fff;
  transition: all 0.5s;
  box-sizing: border-box;
}

.btn-white:hover {
  box-shadow: inset 5em 0 0 0 #000, inset -5em 0 0 0 #000;
  border-color: #000;
  color: #fff;
}

.form-control-personalizado {
  display: block;
  width: 100%;
  padding: 10px;
  font-size: 16px;
  line-height: 18px;
  color: #fff;
  background-color: #1e1e1e;
  background-clip: padding-box;
  border: 1px solid #1e1e1e;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 5px;
  transition: all 0.5s;
}

#formularioFaleConosco .form-control-personalizado {
  font-weight: 400;
  color: #fff;
  border: 1px solid rgba(38, 40, 54, 0.00);
  background: #262836;
}

.form-control-personalizado:focus,
.form-control-personalizado:focus-visible,
.form-control-personalizado:hover,
.form-select:hover,
.form-select:focus {
  border-color: #1e1e1e;
  box-shadow: none;
  outline: none;
}

footer .form-control-personalizado:focus,
footer .form-control-personalizado:focus-visible,
footer .form-control-personalizado:hover,
footer .form-select:hover,
footer .form-select:focus {
  border-color: #fff;
  box-shadow: none;
  outline: none;
}

#formularioFaleConosco .form-control-personalizado:focus,
#formularioFaleConosco .form-control-personalizado:focus-visible,
#formularioFaleConosco .form-control-personalizado:hover,
#formularioFaleConosco .form-select:hover,
#formularioFaleConosco .form-select:focus {
  border-color: #262836;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  border: 1px solid #1e1e1e;
  -webkit-text-fill-color: #fff;
  -webkit-box-shadow: 0 0 0px 1000px transparent inset;
  transition: background-color 5000s ease-in-out 0s;
}

footer input:-webkit-autofill,
footer input:-webkit-autofill:hover,
footer input:-webkit-autofill:focus,
footer textarea:-webkit-autofill,
footer textarea:-webkit-autofill:hover,
footer textarea:-webkit-autofill:focus,
footer select:-webkit-autofill,
footer select:-webkit-autofill:hover,
footer select:-webkit-autofill:focus {
  border: 1px solid #fff;
  -webkit-text-fill-color: #fff;
}

input.file {
  position: fixed;
  left: -100%;
}

input[type=radio] {
  accent-color: var(--cor-primary);
}

.form-control-personalizado::placeholder {
  color: #fff;
}

footer .form-control-personalizado,
footer .form-control-personalizado::placeholder {
  color: #fff;
}

.form-label {
  font-size: 24px;
}

.form-select {
  --bs-form-select-bg-img: url(../assets/images/icons/arrow-select.svg);
  background-image: url(../assets/images/icons/arrow-select.svg);
  background-size: 14px;
  display: block;
  width: 100%;
  padding: 10px;
  font-size: 16px;
  color: #fff;
  line-height: 18px;
  background-color: transparent;
  background-clip: padding-box;
  border: 1px solid #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 10px;
  transition: all 0.5s;
}

#formularioFaleConosco .form-select {
  background: #262836;
  color: #fff;
  border: 1px solid rgba(38, 40, 54, 0.00);
}

.form-select option {
  color: #fff;
}

.form-select option:disabled {
  color: #fff;
}

.form__group {
  position: relative;
  padding: 15px 0 0;
}

.form__field {
  font-family: inherit;
  width: 100%;
  border: 0;
  border-bottom: 1px solid #6E4635;
  outline: 0;
  font-size: 18px;
  color: #6E4635;
  padding: 10px 0 0;
  background-image: url(../assets/icones/search-icon.svg);
  background-position: center left;
  background-size: auto;
  background-repeat: no-repeat;
  transition: border-color 0.2s;
}

.form__field::placeholder {
  color: transparent;
}

.form__field:placeholder-shown~.form__label {
  font-size: 18px;
  cursor: text;
  top: 20px;
}

.form__label {
  position: absolute;
  top: 0;
  display: block;
  transition: 0.2s;
  font-size: 12px;
  font-weight: 400;
  padding: 0;
}

.form__field:focus {
  font-weight: 400;
  border-width: 1px;
}

.form__field:focus~.form__label {
  position: absolute;
  top: 0;
  display: block;
  transition: 0.2s;
  font-size: 12px;
  font-weight: 400;
}

/* reset input */
.form__field:required,
.form__field:invalid {
  box-shadow: none;
}

.offset-top {
  margin-top: -25px;
  background: #fff;
  border-radius: 15px;
  box-shadow: 0px -4px 7px rgba(0, 0, 0, 0.16);
}

.offset-top-interno {
  margin-top: -75px;
  background: #fff;
  border-radius: 15px;
  box-shadow: 0px -4px 7px rgba(0, 0, 0, 0.16);
}

.z-index-acima {
  position: relative;
  z-index: 100;
}

/* Menu */

.menu {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  padding: 10px 0;
  z-index: 9989;
  will-change: transform;
}

.logoMenu {
  width: 110px;
}

.linkMenu {
  font-size: 18px;
  line-height: 18px;
}

.btnTelefone {
  width: max-content;
  display: block;
  padding: 5px 5px;
  background: rgba(185, 185, 185, 0.200);
  color: #304271;
  border-radius: 10px;
  font-size: 18px;
}

.menu hr {
  height: 2px;
  background: #B9B9B9;
  opacity: 0.18;
}

.close-drop,
.close-drop2 {
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.030);
  z-index: 998;
  position: fixed;
  transition: all 200ms;
}

.topo-fechar {
  height: 60px;
}

.menu-mobile,
.menu-mobile2 {
  width: 35px;
  height: 35px;
  cursor: pointer;
}

.menu-mobile {
  transition: 0.4s ease-in-out;
  transform: rotateY(180deg);
}

.menu-hamburguer,
.menu-hamburguer::after,
.menu-hamburguer::before {
  width: 30px;
  background: #fff;
  border-radius: 2px;
  transition: 0.4s ease-in-out;
}

.menu-hamburguer,
.menu-hamburguer2 {
  height: 3px;
  z-index: 1005;
}

.menu-hamburguer::after,
.menu-hamburguer::before {
  content: "";
  position: absolute;
  height: 3px;
}

.menu-hamburguer::before {
  transform: translateY(-8px);
}

.menu-hamburguer::after {
  transform: translateY(8px);
}

.menu-mobile.open .menu-hamburguer {
  transform: translateX(-50px);
  background: 0 0;
  box-shadow: none;
}

.menu-mobile.open .menu-hamburguer::before,
.menu-mobile2.open .menu-hamburguer2::before {
  transform: rotate(45deg) translate(35px, -35px);
}

.menu-mobile.open .menu-hamburguer::after,
.menu-mobile2.open .menu-hamburguer2::after {
  transform: rotate(-45deg) translate(35px, 35px);
}

.navbar-mobile {
  border-radius: 0 0 25px 25px;
}

.open-drop-mobile {
  top: 65px;
  width: max-content;
  background: #fff;
  border-radius: 15px;
}

.menuOpcoes {
  top: -10px !important;
  min-width: 320px;
  overflow-y: auto;
  scrollbar-width: 0px;
}

.menuOpcoes::-webkit-scrollbar {
  width: 0px;
}

.menuOpcoes,
.menuOpcoes2 {
  position: absolute;
  top: 60px;
  right: 0;
  padding: 0;
  z-index: 1100;
  border-radius: 15px;
  border: 1px solid rgba(112, 112, 112, 0.2);
  background: rgba(255, 255, 255, 0.9);
}

.menuOpcoes2 {
  left: auto;
  right: 0;
  padding: 5px 10px;
  /*width:140px;*/
}

.menuOpcoes ul {
  list-style-type: none;
  overflow-y: auto;
}

.menuOpcoes ul::-webkit-scrollbar {
  width: 0px;
}

.menuOpcoes li {
  width: 100%;
  padding: 0 30px;
  margin-left: auto;
  text-align: right;
}

.menuOpcoes .fundo-alternado {
  background: rgba(200, 200, 200, 0.100);
}

.menuOpcoes li a {
  text-decoration: none;
  color: #13223a;
  font-weight: 500;
}

.menuOpcoes2 li {
  width: max-content;
  transition: 0.4s;
}

.menuOpcoes li a,
.menuOpcoes2 li a {
  position: relative;
  font-size: 24px;
  line-height: 42px;
  word-wrap: normal;
  user-select: none;
}

.menuOpcoes li a,
.menuOpcoes2 li a,
.menu li.accordion-button {
  font-size: 18px;
  color: #464646;
}

.menu li.accordion-button {
  width: 100%;
  background-size: 10px 5px;
  line-height: 42px;
  font-weight: 500;
}

.menu li.accordion-button::after {
  content: url("../assets/icones-logos/arrow-down-menu.svg");
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-40%)rotateX(180deg);
  transition: all 200ms;
}

.menu li.accordion-button.collapsed::after {
  content: url("../assets/icones-logos/arrow-down-menu.svg");
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
}

.menu .accordion-body {
  text-align: left;
  padding: 10px 30px;
}

.menu .accordion-body a {
  font-size: 18px;
  font-weight: 400;
  line-height: 21px;
  color: #464646;
  text-decoration: none;
}

.dropDown::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -10px;
  transform: translateY(-50%);
  width: 7px;
  height: 7px;
  background-image: url(../assets/icons/dropdown-arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.text-green-blue.dropDown::after {
  background-image: url(../assets/icons/dropdown-arrow-green.svg);
}

.dropDownBody {
  position: absolute;
  top: 40px;
  width: max-content;
  padding: 20px 25px;
  background: #fff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.160);
  border-radius: 10px;
  border: none;
}

.dropDownBody ul {
  margin: 0;
  padding: 0;
}

.dropDownBody .linha-abaixo-hover::before {
  height: 2px;
}

#main-div {
  position: fixed;
  right: 30px;
  bottom: 30px;
  z-index: 9989;
  will-change: transform;
}

#main-button {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 0;
  bottom: 0;
  height: 50px;
  width: 50px;
  font-size: 20px;
  color: #fff;
  cursor: pointer;
  background-color: var(--cor-primary);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, .5);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

#main-button~button {
  visibility: hidden;
  position: absolute;
  z-index: -1;
  right: 0;
  bottom: 0;
  opacity: 0;
  white-space: nowrap;
  cursor: pointer;
}

#main-button.open~button {
  visibility: visible;
  right: 70px;
  opacity: 1;

}

#main-button~a {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
  height: 50px;
  width: 50px;
  font-size: 20px;
  opacity: 0;
  text-decoration: none;
  color: #fff;
  background-color: #fff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, .5);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  transition: .2s all linear;
  -webkit-transition: .2s all linear;
  -moz-transition: .2s all linear;
  -ms-transition: .2s all linear;
  -o-transition: .2s all linear;
}

#main-button~.telegram-color {
  background: linear-gradient(0deg, #017AB1, #01ABE6);
  font-size: 15px;
}

#main-button~.whatsapp-color {
  background: linear-gradient(0deg, #00B100, #09db09);
}

#main-button~.instagram-color {
  background: #F9CE34;
  background: -webkit-linear-gradient(25deg, rgba(249, 206, 52, 1) -20%, rgba(238, 42, 123, 1) 60%, rgba(98, 40, 215, 1) 100%);
  background: -moz-linear-gradient(25deg, rgba(249, 206, 52, 1) -20%, rgba(238, 42, 123, 1) 60%, rgba(98, 40, 215, 1) 100%);
  background: linear-gradient(25deg, rgba(249, 206, 52, 1) -20%, rgba(238, 42, 123, 1) 60%, rgba(98, 40, 215, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#F9CE34", endColorstr="#6228D7", GradientType=1);
}

#main-button.open~a {
  opacity: 1;
  transition: .4s all cubic-bezier(0, 0.01, 0, 1.27);
  -webkit-transition: .4s all cubic-bezier(0, 0.01, 0, 1.27);
  -moz-transition: .4s all cubic-bezier(0, 0.01, 0, 1.27);
  -ms-transition: .4s all cubic-bezier(0, 0.01, 0, 1.27);
  -o-transition: .4s all cubic-bezier(0, 0.01, 0, 1.27);
}

#main-button.open~a:nth-of-type(1) {
  bottom: 60px;
}

#main-button.open~a:nth-of-type(2) {
  bottom: 120px;
}

#main-button.open~a:nth-of-type(3) {
  bottom: 180px;
}

.wave {
  animation-name: wave;
  animation-duration: 1.5s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

@keyframes wave {
  0% {
    box-shadow: 0 0 0px 0px rgba(108, 31, 31, 0.9);
  }

  100% {
    box-shadow: 0 0 0px 10px rgba(255, 255, 255, 0);
  }
}

.open {
  animation-iteration-count: 1;
}

/* Footer */
.logoFooter {
  width: 169px;
  filter: brightness(0) invert(1);
}

.linha-abaixo-hover {
  position: relative;
  transition: all 300ms;
}

.linha-abaixo-hover::before {
  content: "";
  position: absolute;
  left: 0;
  top: 101%;
  width: 0%;
  height: 1px;
  background: rgb(255, 255, 255);
  background: -moz-linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#000000", GradientType=1);
  transition: ease-out 300ms;
}

.linha-abaixo-hover:hover::before,
.linha-abaixo-hover.active::before {
  width: 100%;
}

.btnWhite {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 7px 25px;
  border: 1px solid #fff;
  background: transparent;
  color: #fff;
  border-radius: 5px;
  transition: ease-out 400ms;
}

.btnWhite:hover {
  color: #000;
  background: #fff;
}


/* Footer */
footer {
  background: var(--cor-secondary);
}

.linha-abaixo-hover {
  position: relative;
  transition: all 300ms;
}

.linha-abaixo-hover::before {
  content: "";
  position: absolute;
  left: 0;
  top: 101%;
  width: 0%;
  height: 1px;
  background: rgb(255, 255, 255);
  background: -moz-linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#000000", GradientType=1);
  transition: ease-out 300ms;
}

.linha-abaixo-hover:hover::before,
.linha-abaixo-hover.active::before {
  width: 100%;
}

footer hr {
  background: #EEEEEE;
  opacity: 0.8;
  height: 1px;
  border: none;
}

.linkFooter {
  border-left: 1px solid #EEEEEE;
}

footer .form-control-personalizado {
  background: transparent;
  border-color: #fff;
}

.border-left-none {
  border-left: none !important;
}

.whatsapp-lead {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 100;
}

.object-fit {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
  user-select: none;
}

.disabled {
  opacity: 0;
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: all 0.8s ease-out;
  -moz-transition: all 0.8s ease-out;
  -ms-transition: all 0.8s ease-out;
  -o-transition: all 0.8s ease-out;
  transition: all 0.8s ease-out;
}

.disabled.visible {
  opacity: 1;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}

.mensagemBtn {
  width: 80px;
  height: 80px;
  background: #E40523;
  position: fixed;
  bottom: 50px;
  right: 25px;
  border-radius: 100%;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.321);
  transition: ease-out 400ms;
}

.mensagemBtn::after {
  content: "";
  width: 35px;
  height: 35px;
  background-image: url(../assets/images/icons/messages-question.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

.mensagemBtn:hover {
  transform: translateY(-5px);
}

.loader-page-container {
  width: 100%;
  height: 100dvh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000000;
  background: #000;
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.loader-container {
  padding: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 400px;
}

.loader-wrap {
  width: 100px;
  height: 100px;
  display: grid;
  place-content: center;
}

.logoPreloader {
  width: 250px;
  filter: brightness(0) invert(1);
}

.loader-3 {
  display: inline-block;
  align-items: center;
  justify-content: space-around;
  width: 100px;
  height: 20px;
}

.loader-3 div {
  margin-left: 5px;
  width: 25px;
  height: 25px;
  background-color: #4c1f51;
  border-radius: 50%;
  display: inline-block;
  animation: loader-3-bounce 1.4s infinite ease-in-out both;
}

.loader-3 div:nth-child(1) {
  animation-delay: -0.32s;
}

.loader-3 div:nth-child(2) {
  animation-delay: -0.16s;
}

@keyframes loader-3-bounce {

  0%,
  80%,
  100% {
    transform: scale(0);
  }

  40% {
    transform: scale(1);
  }
}

.loader-hidden {
  opacity: 0;
  visibility: hidden;
}

/* Home */

.show-read-more .more-text,
.show-read-more2 .more-text2 {
  display: none;
}

/* Blog */
.bannerBlog {
  width: 100%;
  height: 40vh;
  min-height: 250px;
  max-height: 300px;
  background: #000;
  background-position: center;
  border-bottom: 25px solid #E40523;
}

.CapaBlogInterno {
  width: 100%;
  height: 40vh;
  min-height: 250px;
  max-height: 300px;
  background: #000;
  background-position: center;
  border-bottom: 10px solid #da291c;
  position: relative;
}

.CapaBlogInterno::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgb(0, 0, 0);
  background: -moz-linear-gradient(127deg, rgba(0, 0, 0, 0.5998774509803921) 15%, rgba(251, 251, 251, 0) 100%);
  background: -webkit-linear-gradient(127deg, rgba(0, 0, 0, 0.5998774509803921) 15%, rgba(251, 251, 251, 0) 100%);
  background: linear-gradient(127deg, rgba(0, 0, 0, 0.5998774509803921) 15%, rgba(251, 251, 251, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#fbfbfb", GradientType=1);
}

.CapaBlogInterno .container {
  position: absolute;
  z-index: 100;
}

.img-interna {
  height: 350px;
}

.img-interna::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(0, 0, 0);
  background: -moz-linear-gradient(0deg, rgba(0, 0, 0, 0.6671918767507004) 0%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(0deg, rgba(0, 0, 0, 0.6671918767507004) 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.6671918767507004) 0%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#ffffff", GradientType=1);
  border-radius: 20px;
}

.img-interna h1 {
  z-index: 10;
}

.whatsapp {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 60px;
  height: 60px;
  background: #25d066;
  border-radius: 100%;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 30px;
  box-shadow: 0px 3px 6px #00000041;
}

/* Home */
.swiper {
  width: 100%;
  height: 100dvh;
}

.swiper.outline {
  position: relative;
}

.swiper.outline::after {
  content: '';
  position: absolute;
  top: 0;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  border: 2px solid cyan;
  z-index: 1;
}

.swiper .swiper-slide {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  background-size: cover;
  background-origin: border-box;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 1;
  transition: all 0.1s;
}

.swiper .swiper-slide::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .3);
  z-index: -1;
}

.swiper .swiper-slide * {
  padding: 0 20%;
  color: #fff;
}

.swiper .swiper-slide span {
  font-size: 0;
}

.swiper-button-next,
.swiper-button-prev,
.swiper-button {
  color: #fff !important;
  background: #000;
  opacity: 0;
  transition: all 0.3s;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 20px !important;
}

.swiper .swiper-button-prev {
  left: 0;
  border-radius: 0 8px 8px 0;
  padding-right: 8px;
}

.swiper .swiper-button-next {
  right: 0;
  border-radius: 8px 0 0 8px;
  padding-left: 8px;
}

.swiper-pagination {
  height: 160px;
  padding-bottom: 20px;
  display: flex;
  justify-content: center;
  bottom: 0 !important;
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .8));
}

.custom-pagination {
  display: flex;
  flex-direction: column;
  margin: 0 10px;
  color: rgba(255, 255, 255, .2);
  cursor: pointer;
  flex-grow: 1;
  text-align: left;
  justify-content: flex-end;
  font-size: 14px;
  font-weight: 700;
}

.custom-pagination.active {
  /* 활성화된 슬라이드의 텍스트 색상 */
  background: #fff;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.timebar {
  position: relative;
  width: 100%;
  height: 2px;
  background: rgba(255, 255, 255, .1);
  overflow: hidden;
}

.timebar::after {
  content: '';
  position: absolute;
  width: 0;
  height: 100%;
  /*background: linear-gradient(135deg, #fff 50%, #fff);*/
  /*background: -webkit-linear-gradient(135deg, #fff 50%, #fff);*/
  /*background: -moz-linear-gradient(135deg, #fff 50%, #fff);*/
  /*background: -o-linear-gradient(135deg, #fff 50%, #fff);*/
  background: #fff;
}

.custom-pagination.active .timebar::after {
  /* 활성화된 pagination에만 애니메이션 적용 */
  width: 100%;
  animation: timebarAnimation 8s ease-in-out forwards;
}

@keyframes timebarAnimation {

  /* 애니메이션 설정 (슬라이드 변경 시간과 동일해야 함) */
  0% {
    width: 0%;
  }

  100% {
    width: 100%;
  }
}

@media screen and (max-width: 999px) {
  h1 {
    font-size: 48px;
  }

  h1+p {
    font-size: 18px;
  }

  .swiper .swiper-slide * {
    padding: 0 15px;
  }
}

@media screen and (max-width: 690px) {
  h1 {
    font-size: 32px;
  }

  h1+p {
    font-size: 16px;
    margin-top: 8px;
  }
}

.banner_carrossel {
  position: relative;
  height: 100dvh;
  z-index: 10;
  opacity: 1;
}

.conteudo_baixo {
  position: relative;
  background: #eee;
  z-index: 5;
}

.banner_carrossel h1,
.banner_carrossel h2 {
  font-size: 80px;
  line-height: 80px;
  font-weight: 900;
  text-wrap: wrap;
  text-transform: uppercase;
  letter-spacing: 7px;
  margin-bottom: 0;
  text-shadow: 0px 0px 10px #000;
}

.banner_carrossel .filtro {
  width: 100%;
  height: 100%;
  background: #00000054;
  position: absolute;
  top: 0;
  z-index: -1;
}

.testee {
  filter: brightness(1);
}

.demo-wrapper {
  overflow-x: hidden;
  overflow-y: hidden;
  min-height: max-content;
}

.wrapper {
  display: flex;
  gap: 0.5rem;
  padding-left: 1rem !important;
  padding-right: 1rem !important;
  margin-bottom: 0;
}

.wrapper li {
  width: 100%;
  position: relative;
}

.wrapper li p {
  position: absolute;
  bottom: 10px;
  right: 15px;
  text-shadow: 0px 0px 6px #000;
}

.demo-gallery:not(.last) {
  padding-bottom: 1rem;
}

.demo-text .text {
  font-size: clamp(4.5rem, 7.2vw, 10.8rem);
  line-height: 1;
  font-weight: 900;
  text-wrap: wrap;
  text-transform: uppercase;
}

.wrapper img {
  width: 100%;
  height: 370px;
  object-fit: cover;
  object-position: center;
  box-shadow: 0px 6px 6px 0px rgb(0 0 0 / 10%);
  border-radius: 10px;
  filter: brightness(0.85);
}

/* Marquee */
.clientes {
  display: grid;
  align-content: center;
  overflow: hidden;
  gap: var(--gap);
  width: 100%;
  min-height: 30vh;
  font-family: system-ui, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

.marquee {
  display: flex;
  overflow: hidden;
  user-select: none;
  gap: var(--gap);
  mask-image: linear-gradient(var(--mask-direction, to right),
      hsl(0 0% 0% / 0),
      hsl(0 0% 0% / 1) 20%,
      hsl(0 0% 0% / 1) 80%,
      hsl(0 0% 0% / 0));
}

.marquee__group {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: var(--gap);
  min-width: 100%;
  animation: scroll-x var(--duration) linear infinite;
}

@media (prefers-reduced-motion: reduce) {
  .marquee__group {
    animation-play-state: paused;
  }
}

.marquee--vertical {
  --mask-direction: to bottom;
}

.marquee--vertical,
.marquee--vertical .marquee__group {
  flex-direction: column;
}

.marquee--vertical .marquee__group {
  animation-name: scroll-y;
}

.marquee--reverse .marquee__group {
  animation-direction: reverse;
  animation-delay: -3s;
}

@keyframes scroll-x {
  from {
    transform: translateX(var(--scroll-start));
  }

  to {
    transform: translateX(var(--scroll-end));
  }
}

@keyframes scroll-y {
  from {
    transform: translateY(var(--scroll-start));
  }

  to {
    transform: translateY(var(--scroll-end));
  }
}

/* Element styles */
.marquee svg,
.marquee img {
  display: grid;
  place-items: center;
  width: var(--size);
  fill: var(--color-text);
  background: var(--color-bg-accent);
  aspect-ratio: 16/9;
  padding: calc(var(--size) / 10);
  border-radius: 0.5rem;
  object-fit: contain;
}

.marquee--vertical svg {
  aspect-ratio: 1;
  width: calc(var(--size) / 1.5);
  padding: calc(var(--size) / 6);
}

/* Parent wrapper */
.wrapperClientes {
  display: flex;
  flex-direction: column;
  gap: var(--gap);
  margin: auto;
  max-width: 100vw;
}

.wrapper--vertical {
  flex-direction: row;
  height: 100vh;
}

@keyframes fade {
  to {
    opacity: 0;
    visibility: hidden;
  }
}

/* Card de produtos */
.object-fit-cover {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}

.products {
  width: 90%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin: 0 auto;
}

.products .imgProducts {
  width: 50%;
  height: 70dvh;
  max-height: 500px;
  border-radius: 20px;
  margin-top: 80px;
  margin-bottom: 80px;
  margin-left: -80px;
  background: #ddd;
  overflow: hidden;
}

.products .textProducts {
  width: 47%;
  height: 70dvh;
  min-height: 430px;
  max-height: 500px;
  padding: 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #fff;
  box-shadow: 0 14px 16px rgba(0, 0, 0, .06);
  border-radius: 20px;
  position: relative;
}

.products.flex-md-row-reverse .imgProducts {
  margin-left: 0;
  margin-right: -80px;

}

.custom-btn {
  width: fit-content;
  color: #fff;
  border-radius: 10px;
  font-weight: 500;
  background: transparent;
  cursor: pointer;
  border-radius: 5px;
  transition: all 0.4s ease;
  position: relative;
  display: inline-block;
  box-shadow: inset 2px 2px 2px 0px rgba(104, 0, 0, 0.800),
    7px 7px 20px 0px rgba(0, 0, 0, .1),
    4px 4px 5px 0px rgba(0, 0, 0, .1);
  outline: none;
}

.btn-15 {
  background: var(--cor-primary);
  border: none;
  z-index: 1;
  overflow: hidden;
}

.btn-15:after {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  top: 0;
  right: 0;
  z-index: -1;
  background-color: #000;
  border-radius: 5px;
  box-shadow:
    7px 7px 20px 0px rgba(0, 0, 0, .1),
    4px 4px 5px 0px rgba(0, 0, 0, .1);
  transition: all 0.4s ease;
}

.btn-15:hover {
  color: #fff;
}

.btn-15:hover:after {
  left: 0;
  width: 100%;
}

.nossaLoja {
  width: 100%;
  height: 75dvh;
  min-height: 500px;
  max-height: 600px;
  position: relative;
  background: var(--cor-primary);
}

.nossaLoja .filtro {
  content: "";
  display: block;
  position: inherit;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  clip-path: polygon(0 0, 0% 0, 0% 100%, 0 100%);
  background-image: url(../assets/images/loja.jpg);
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: -80px;
  box-shadow: inset 7px 7px 20px 0px #0000003b;
}

.nossoFrigorifico {
  width: 100%;
  height: 75dvh;
  min-height: 500px;
  max-height: 600px;
  position: relative;
  background: var(--cor-secondary);
}

.nossoFrigorifico .filtro {
  content: "";
  display: block;
  position: inherit;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  background-image: url(../assets/images/frigorifico.jpg);
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: right;
  box-shadow: inset -7px 7px 20px 0px #0000003b;
}



/* Responsivel */

@media screen and (max-width: 1399px) {
  .alt-title-plus {
    font-size: 58px;
    line-height: 64px;
  }

  .alt-title {
    font-size: 36px;
    line-height: 41px;
  }

  .alt-plus {
    font-size: 24px;
    line-height: 28px;
  }

  .alt-medium {
    font-size: 21px;
    line-height: 24px;
  }

  .alt-medium2 {
    font-size: 21px;
    line-height: 24px;
  }

  .alt-small {
    font-size: 12px;
    line-height: 18px;
  }

  .alt-text,
  .menuOpcoes li a {
    font-size: 16px;
    line-height: 21px;
  }

  .alt-down {
    font-size: 14px;
    line-height: 18px;
  }

  /* Menu */

  .logoMenu {
    width: 100px;
  }

  .linkMenu {
    font-size: 16px;
    line-height: 16px;
  }

  /* Footer */
  .logoFooter {
    width: 155px;
  }

  /* Home */
  .banner_carrossel h1,
  .banner_carrossel h2 {
    font-size: 74px;
    line-height: 74px;
  }

  .banner_carrossel p {
    font-size: 21px;
    line-height: 26px;
  }
}

@media screen and (max-width: 1199px) {
  .alt-title-plus {
    font-size: 48px;
    line-height: 54px;
  }

  .alt-title {
    font-size: 31px;
    line-height: 38px;
  }

  .alt-plus {
    font-size: 22px;
    line-height: 26px;
  }

  .alt-medium {
    font-size: 18px;
    line-height: 24px;
  }

  .alt-medium2 {
    font-size: 18px;
    line-height: 21px;
  }

  .alt-text {
    font-size: 14px;
    line-height: 18px;
  }

  .alt-down {
    font-size: 13px;
    line-height: 17px;
  }

  /* Menu */

  .logoMenu {
    width: 90px;
  }

  .logoFooter {
    width: 142px;
  }

  .linkMenu {
    font-size: 14px;
    line-height: 14px;
  }

  .btnTelefone {
    font-size: 14px;
  }

  .accordion-personalizado .accordion-button {
    font-size: 16px !important;
    line-height: 18px !important;
  }

  .accordion-personalizado .accordion-body {
    font-size: 14px;
    line-height: 18px;
  }

  /* Home */
  .swiper .swiper-slide * {
    padding: 0 10%;
    color: #fff;
  }

  .banner_carrossel h1,
  .banner_carrossel h2 {
    font-size: 68px;
    line-height: 68px;
  }

  .banner_carrossel p {
    font-size: 19px;
    line-height: 24px;
  }

  .wrapper img {
    height: 300px;
  }

  .products .imgProducts {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .products .imgProducts,
  .products .textProducts {
    height: 75dvh;
  }

  .products .textProducts {
    width: 50%;
    padding: 25px;

  }

  .nossaLoja,
  .nossoFrigorifico {
    height: 60dvh;
  }

}

@media screen and (min-width: 991px) {
  .w-lg-fit-content {
    width: fit-content !important;
  }

  .linksMobile {
    display: none !important;
  }

  textarea {
    height: 100%;
  }

  .testee .swiper-slide.swiper-slide-active * {
    /* 슬라이드 타이틀 텍스트 애니메이션 */
    animation: slidetxtMove 1s ease-in-out forwards;
  }

  @keyframes slidetxtMove {
    0% {
      transform: translateY(25px);
      opacity: 0;
    }

    100% {
      transform: translateY(0);
      opacity: 1;
    }
  }
}

@media screen and (max-width: 991px) {
  .alt-title-plus {
    font-size: 46px;
    line-height: 51px;
  }

  .alt-title {
    font-size: 34px;
    line-height: 38px;
  }

  .alt-text {
    line-height: 21px;
  }

  .menuOpcoes li {
    padding: 5px 15px 5px 65px;
  }

  .linksMobile {
    width: 100%;
    position: fixed;
    top: 71px;
    right: 0;
    margin: 0;
    display: none;
    flex-direction: column;
    flex-wrap: nowrap;
    text-align: center;
    max-height: calc(100vh - 86px);
    overflow-y: auto;
    z-index: 10000;
    backdrop-filter: blur(3px)opacity(1)brightness(0.13);
    transform: translate3d(0, 0, 0);
    will-change: transform;
    -webkit-backdrop-filter: blur(3px)opacity(1)brightness(0.13);
    border-radius: 0;
  }

  .linkMenu {
    cursor: none;
  }

  .ajusteParaContainer {
    margin: 0 auto;
    max-width: 400px;
    padding: 0 12px;
  }

  .linksMobile .col-auto {
    padding: 10px 0;
  }

  .fundo-alternado {
    background: rgb(255 255 255 / 10%);
  }

  .dropDownBody {
    position: relative;
    margin-top: 10px;
    width: 100%;
    padding: 0;
    background: transparent;
    box-shadow: none;
    border-radius: 0;
    border: none;
    z-index: 10000000;
  }

  footer hr {
    width: 60%;
    height: 1px;
    margin: 0 auto;
  }

  .form-control-personalizado {
    font-size: 14px;
    line-height: 17px;
  }

  textarea {
    height: 120px;
  }

  /* Home */
  .products {
    width: 100%;
  }

  .products .textProducts {
    width: 50%;
    height: 50vh;
    max-height: 500px;
    padding: 40px;
  }

  .products .imgProducts {
    width: 50%;
    height: 50vh;
    max-height: 500px;
    margin-left: -50px;
  }

  .products.flex-md-row-reverse .imgProducts {
    margin-right: -50px;
  }

  .nossaLoja,
  .nossoFrigorifico {
    height: 50vh;
    max-height: 450px;
  }

  .nossaLoja .filtro,
  .nossoFrigorifico .filtro {
    filter: brightness(0.5);
  }

  .nossoFrigorifico .filtro {
    background-position: center;
  }

  .nossaLoja .col-12,
  .nossoFrigorifico .col-12 {
    text-shadow: 0px 0px 10px #000000db;
  }

}

@media screen and (min-width: 768px) and (max-width: 992px) {
  .fundo-contraste {
    background: rgba(255, 255, 255, 0.400);
  }
}

@media screen and (min-width: 768px) {
  .position-md-relative {
    position: relative !important;
  }

  .position-md-absolute {
    position: absolute;
  }

  .h-md-100 {
    height: 100%;
  }

  .translate-md-middle {
    transform: translate(-50%, -50%) !important;
  }
}

@media screen and (max-width: 767px) {

  .barra-divisoria::before {
    display: none;
  }

  .slick-dots {
    left: 50%;
    transform: translateX(-50%);
    height: fit-content;
    width: max-content !important;
  }

  .slick-slide {
    margin: 0;
  }

  .blog-container {
    height: fit-content;
  }

  .boxAnnounceBlog {
    height: 250px;
    box-shadow: 0px 6px 6px rgba(0, 0, 0, 0.160);
  }

  .ajusteAbaBlog {
    top: 40px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 15;
  }

  .textBoxAnnounceBlog {
    width: 100%;
  }

  /* Blog */
  .img-interna {
    height: 250px;
  }

  /* Home */
  .banner_carrossel h1,
  .banner_carrossel h2 {
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.250);
  }

  .products .textProducts {
    width: 100%;
    height: max-content;
    max-height: 100%;
    padding: 25px;
    border-radius: 20px 20px 0 0;
  }

  .products .imgProducts {
    margin-top: -50px;
    margin-bottom: 30px;
    width: 100%;
    height: 30vh;
    max-height: 320px;
    margin-left: 0px;
  }

}

@media screen and (max-width: 576px) {

  .small,
  small {
    font-size: 12px !important;
    font-weight: 400;
    line-height: 16px;
  }

  .alt-down {
    font-size: 13px;
  }

  footer .alt-down {
    line-height: 24px;
  }

  .alt-plus {
    font-size: 22px;
    line-height: 28px;
  }

  .alt-title-plus {
    font-size: 38px;
    line-height: 46px;
  }

  .alt-title {
    font-size: 28px;
    line-height: 32px;
  }

  .alt-medium2 {
    font-size: 15px;
    line-height: 21px;
  }

  .alt-text {
    font-size: 14px;
    line-height: 21px;
  }

  .alt-biggest {
    font-size: 21px;
    line-height: 24px;
  }

  .form__field {
    font-size: 19px;
  }

  .form__field:placeholder-shown~.form__label {
    font-size: 19px;
  }

  .mensagemBtn {
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 15px;
  }

  .mensagemBtn::after {
    width: 25px;
    height: 25px;
  }

  footer i.alt-medium {
    font-size: 26px;
  }

  /* Home */
  .custom-pagination,
  .custom-pagination.active {
    background: transparent;
    width: 25%;
    color: transparent;
    margin: 0 5px;
  }

  .banner_carrossel .filtro {
    background: rgba(0, 0, 0, 0.160);
  }

  .banner_carrossel h1,
  .banner_carrossel h2 {
    font-size: 34px;
    line-height: 41px;
    letter-spacing: 1px;
  }

  .banner_carrossel p {
    font-size: 16px;
    line-height: 20px;
  }

  .bn-beef {
    background-image: url('../assets/banner/banner-beef-mobile.jpg') !important;
  }

  .demo-text .text {
    font-size: clamp(2rem, 2.2vw, 2.8rem);
    justify-content: center !important;
    align-items: center;
    margin-bottom: 10px;
  }

  .wrapper {
    flex-direction: column;
    gap: 1rem;
  }

  .wrapper img {
    height: 250px;
  }

  .clientes {
    min-height: max-content;
  }

  .nossaLoja,
  .nossoFrigorifico {
    height: 70vh;
    min-height: 630px;
    max-height: 650px;
  }

  .logoPreloader {
    width: 150px;
    filter: brightness(0) invert(1);
  }

}

@media screen and (max-width: 330px) {
  p {
    font-size: 16px;
  }

  small {
    font-size: 12px;
  }

  h2 {
    font-size: 18px;
    line-height: 20px;
  }

  .alt-medium {
    font-size: 16px;
    line-height: 21px;
  }

  .alt-down {
    font-size: 16px;
    line-height: 21px;
  }
}