@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
@import url('buttons.css');

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

::-webkit-scrollbar-thumb {
  background-color: #4c1f51;
}

.btn-primary,
.btn-primary:hover,
.btn-primary:active,
.btn-primary:visited {
  background-color: #4c1f51 !important;
  border-color: #4c1f51 !important;
}

.pagination .page-item .page-link {
  color: #4c1f51 !important;
  border-color: #4c1f51 !important;
}

.pagination .page-item.active .page-link {
  background-color: #4c1f51 !important;
  border-color: #4c1f51 !important;
  color: #fff !important;
}

#root,
body,
html {
  background: #fff;
  color: #606060;
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Montserrat", sans-serif;
}

body {
  height: auto;
  margin: auto;
}

img {
  max-width: 100%;
}

ul {
  list-style: none;
}

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: #4c1f51 !important;
}

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

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

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

.alt-title-plus {
  font-size: 65px;
  line-height: 71px;
}

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

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

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

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

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

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

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

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

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

.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 6px rgba(0, 0, 0, 0.16);
}

.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: #6d6d6d;
  font-weight: 400;
}

a:hover {
  color: #6d6d6d;
  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: #ff8200 !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: #9c9b9b !important;
}

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

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

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

.text-purple {
  color: #4c1f51 !important;
}

.text-light-purple {
  color: #92398d !important;
}

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

.hover-blue:hover {
  color: #0b3077;
}

.bg-orange {
  background: #f9bb75;
}

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

.bg-white {
  background: #fff;
}

.bg-creme {
  background: #fff0d7;
}

.bg-blue {
  background: #304271;
}

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

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

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

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

.bg-grey {
  background: #f2f2f2;
}

.bg-grey2 {
  background: #e9e9e9;
}

.bg-purple {
  background: #4c1f51;
}

.bg-light-purple {
  background: #92398d;
}

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

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

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

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

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

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

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

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

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

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

.slick-prev {
  left: auto !important;
  top: 100% !important;
  right: 51% !important;
  width: 25px !important;
  height: 25px !important;
  background-image: url(../assets/images/icons/arrow-carrossel.svg) !important;
  background-size: cover !important;
  transform: translate(0, -50%) rotateZ(180deg) !important;
}

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

.slick-next {
  top: 100% !important;
  left: 51% !important;
  width: 25px !important;
  height: 25px !important;
  background-image: url(../assets/images/icons/arrow-carrossel.svg) !important;
  background-size: cover !important;
  transform: translate(0, -50%) !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: 5px !important;
  height: 5px !important;
  content: "" !important;
  text-align: center !important;
  opacity: 1 !important;
  background: #ffffff9f;
  border: 1px solid #ffffff9f;
  border-radius: 100% !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.16);
}

.slick-dots li {
  margin: 0 5px !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: #1a6be2 !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: 20px 0 20px 0 !important;
  color: #6e4635 !important;
  font-size: 21px !important;
  line-height: 25px !important;
  font-weight: 600 !important;
}

.accordion-personalizado .accordion-body {
  padding: 25px 0;
  font-size: 19px;
  line-height: 23px;
}

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

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

.accordion-personalizado .accordion-flush .accordion-item {
  border-bottom: 1px solid #707070 !important;
}

.accordion-personalizado .accordion-flush .accordion-item:last-child {
  border-bottom: 1px solid #707070 !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-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: 5px 25px;
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
  transition: all 400ms;
}

.btn-white:hover {
  background: #fff;
  color: #000;
}

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

.btn-purple:hover {
  background: #441c49;
  color: #fff;
}

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

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

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 #9c9b9b;
  -webkit-text-fill-color: #9c9b9b;
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
  transition: background-color 5000s ease-in-out 0s;
}

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

input[type="radio"] {
  accent-color: #4c1f51;
}

.placeholder-blue::placeholder {
  color: #304271;
}

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

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

.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;*/
  background: #fff;
  z-index: 9989;
}

.logoMenu {
  width: 160px;
  height: 86px;
}

.linkMenu {
  font-size: 18px;
}

.btnTelefone {
  width: max-content;
  display: block;
  padding: 5px 5px;
  background: rgba(185, 185, 185, 0.2);
  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.03);
  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: #4c1f51;
  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.1);
}

.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 {
  z-index: 1001;
}

.dropDown::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -10px;
  transform: translateY(-50%);
  width: 7px;
  height: 7px;
  background-image: url(../assets/images/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: 0px;
  margin-top: 40px;
  width: max-content;
  padding: 20px 25px;
  background: #fff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 10px;
  border: none;
  z-index: 1000;
}

.dropDownBody::before {
  content: "";
  width: 40%;
  height: 50px;
  /* background: #eee; */
  position: absolute;
  top: -40px;
  left: 0;
}

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

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

/* Footer */
.logoFooter {
  width: 162px;
  height: 62px;
}

.socialIcon {
  width: 30px;
}

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

.linha-abaixo-hover::before {
  content: "";
  position: absolute;
  left: 0;
  top: 100%;
  width: 0%;
  height: 1px;
  border-radius: 5px;
  background: rgb(76, 31, 81);
  background: -moz-linear-gradient(
    90deg,
    rgba(76, 31, 81, 1) 40%,
    rgba(255, 255, 255, 1) 100%
  );
  background: -webkit-linear-gradient(
    90deg,
    rgba(76, 31, 81, 1) 40%,
    rgba(255, 255, 255, 1) 100%
  );
  background: linear-gradient(
    90deg,
    rgba(76, 31, 81, 1) 40%,
    rgba(255, 255, 255, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#4c1f51", endColorstr="#ffffff", 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: 13px;
}

.btnWhite:hover {
  color: #fff;
}

footer hr {
  background: #5f2668;
  opacity: 1;
  height: 1px;
  border: none;
}

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

.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;
}

.loader-page-container {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000000;
  background: #f2f2f2;
  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: 300px;
}

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

.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;
}

.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;
}

/* Home */

.bannerVideo {
  width: 100%;
  min-height: 450px;
  height: 65vh;
  max-height: 850px;
  background: #eee;
}

.ancoraConteudo {
  width: 250px;
  height: 250px;
  background: #eee;
  border-radius: 100%;
  transition: ease-out 400ms;
  padding: 38px;
}

.ancoraConteudo.agro {
  background-image: linear-gradient(#eeeeee43, #eeeeeeee),
    url(../assets/images/img-agronegocio.webp);
  background-size: 110%;
  background-position: center;
  background-repeat: no-repeat;
}

.ancoraConteudo.nutri {
  background-image: linear-gradient(#eeeeee43, #eeeeeeee),
    url(../assets/images/img-nutricao.webp);
  background-size: 110%;
  background-position: center;
  background-repeat: no-repeat;
}

.ancoraConteudo:hover {
  background-size: 115%;
  padding: 46px;
}

.announceText {
  font-size: 38px;
  line-height: 45px;
  text-transform: uppercase;
}

.announceText span {
  font-size: 51px;
  text-transform: lowercase;
}

.agronegocio,
.life-science {
  width: 100%;
  background: #eee;
}

.agronegocio {
  background-image: url(../assets/images/banner/background-agro.webp);
  background-size: cover;
  background-position: center;
}

.life-science {
  background-image: url(../assets/images/banner/background-life.webp);
  background-size: cover;
  background-position: left;
}

.boxMercados {
  width: 100%;
  height: 180px;
  border: 1px solid #4c1f51;
  border-radius: 25px;
  position: relative;
  overflow: hidden;
}

.boxMercados img.fundo {
  width: 0%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.5;
  transition: ease-in 420ms;
}

.boxMercados .textIcon {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
}

.boxMercados .textIcon img {
  width: 60px;
  transition: ease-in 220ms;
}

.boxMercados:hover img.fundo {
  width: 100%;
  opacity: 1;
}

.boxMercados h4 {
  transition: ease-in 220ms;
}

.boxMercados:hover h4 {
  color: #fff !important;
}

.boxMercados:hover .textIcon img {
  filter: brightness(0) invert(1);
}

.swiper {
  width: 100%;
  height: 400px;
}

.carrosselEspecialidades {
  width: 100%;
  height: 100%;
  background: #eee;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.carrosselEspecialidades.first {
  background-image: linear-gradient(
      90deg,
      rgba(255, 255, 255, 0) 45%,
      rgba(255, 67, 1, 0.6502976190476191) 45%
    ),
    url(../assets/images/banner/background-especialidade1.webp);
}

.carrosselEspecialidades.second {
  background-image: linear-gradient(
      90deg,
      rgba(255, 255, 255, 0) 45%,
      rgba(108, 198, 217, 0.6530987394957983) 45%
    ),
    url(../assets/images/banner/background-especialidade2.webp);
}

.carrosselEspecialidades.third {
  background-image: linear-gradient(
      90deg,
      rgba(255, 255, 255, 0) 45%,
      rgba(243, 145, 27, 0.6530987394957983) 45%
    ),
    url(../assets/images/banner/background-especialidade3.webp);
}

.swiper-pagination-bullet {
  margin: 0 !important;
  width: 15px !important;
  height: 15px !important;
  opacity: 1 !important;
  z-index: 10;
  background: #cccccc !important;
}

.swiper-pagination-bullet-active {
  background: #fff !important;
}

.swiper-pagination {
  right: 25px !important;
  height: 80% !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: space-between !important;
}

.swiper-pagination::after {
  content: "";
  width: 1px;
  height: 100%;
  background: #fff;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}

.carrosselEspecialidades hr {
  background: #fff;
  border-top: 2px solid #fff;
  width: 95%;
  margin-left: auto;
}

.textConheca {
  font-size: 32px;
  line-height: 30px;
}

.textConheca span {
  font-size: 28px;
}

.boxContato {
  background-image: image-set(
    url("../assets/images/banner/img-contato.webp") type("image/webp"),
    url("../assets/images/banner/img-contato.jpg") type("image/jpeg")
  );
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 550px;
  height: 83vh;
  max-height: 650px;
  border-radius: 35px;
}

.boxformContato {
  transform: translateX(-70px);
}

.boxAgendarAvaliacao {
  width: 800px;
  background: #fff;
  border-radius: 23px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1);
  padding: 15px 30px;
}

/* Sobre */
.bannerSobre {
  width: 100%;
  min-height: 250px;
  height: 25vh;
  max-height: 300px;
  background: #eee;
  background-image: url(../assets/images/banner/banner-sobre.webp);
  background-size: cover;
  background-position: center;
}

.efeito {
  margin-top: 250px;
  padding-top: 3rem;
  position: relative;
  z-index: 10;
  background: #fff;
}

.efeito-vazado {
  margin-top: -40px;
}

.textAnimation {
  overflow: hidden;
  white-space: nowrap;
  animation: type 1.3s steps(90) 1s 1 normal both;
  position: relative;
}

@keyframes type {
  from {
    width: 0;
  }

  to {
    width: 100%;
  }
}

.alt-plus2 {
  font-size: 24px;
  line-height: 40px;
}

.alt-plus3 {
  font-size: 31px;
  line-height: 42px;
}

.alt-plus2 span {
  font-size: 38px;
  line-height: 50px;
}

.swift-up-text2 {
  color: transparent;
}

span.teste {
  display: inline-block;
  overflow: hidden;
  animation: 0.3s swift-up ease-in-out forwards;
  line-height: normal;
}

span.teste i {
  font-style: normal;
  font-weight: 700;
  line-height: inherit;
  position: relative;
  top: 55px;
  animation: 0.5s swift-up ease-in-out forwards;
}

@keyframes swift-up {
  to {
    top: 0;
  }
}

.boxMercados2 {
  width: 100%;
  height: 140px;
  border: 1px solid #4c1f51;
  border-radius: 18px;
  position: relative;
  overflow: hidden;
}

.boxMercados2 img.fundo {
  width: 0%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.5;
  transition: ease-in 420ms;
}

.boxMercados2 .textIcon {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
}

.boxMercados2 .textIcon img {
  width: 60px;
  transition: ease-in 220ms;
}

.boxMercados2:hover img.fundo {
  width: 100%;
  opacity: 1;
}

.boxMercados2 h4 {
  transition: ease-in 220ms;
}

.boxMercados2 p {
  display: none;
  transition: ease-in 220ms;
}

.boxMercados2:hover h2 {
  color: #fff !important;
  display: none;
}

.boxMercados2:hover p {
  display: block;
}

.boxMercados2:hover .textIcon img {
  filter: brightness(0) invert(1);
  display: none;
}

.carrosselLinhaTempo {
  background: rgb(189, 189, 189);
  background: -moz-linear-gradient(
    180deg,
    rgba(189, 189, 189, 1) 0%,
    rgba(233, 233, 233, 1) 24%
  );
  background: -webkit-linear-gradient(
    180deg,
    rgba(189, 189, 189, 1) 0%,
    rgba(233, 233, 233, 1) 24%
  );
  background: linear-gradient(
    180deg,
    rgba(189, 189, 189, 1) 0%,
    rgba(233, 233, 233, 1) 24%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#bdbdbd", endColorstr="#e9e9e9", GradientType=1);
  padding: 40px 0;
}

.setaLinha {
  width: 120px;
  height: 15px;
  background: #4c1f51;
  position: relative;
  margin: 110px 5px;
}

.setaLinha::after {
  content: "";
  width: 15px;
  height: 15px;
  background: #4c1f51;
  position: absolute;
  top: 7px;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
}

.setaLinha2 {
  margin: 110px 5px;
  width: 120px;
  height: 15px;
  background: #92398d;
  position: relative;
}

.setaLinha2::after {
  content: "";
  width: 15px;
  height: 15px;
  background: #92398d;
  position: absolute;
  bottom: 7px;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
}

.textSetaLinha {
  width: max-content;
  text-wrap: nowrap;
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
}

.textSetaLinha2 {
  width: max-content;
  text-wrap: nowrap;
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
}

/* Agronegocio */

.bannerAgronegocio {
  width: 100%;
  min-height: 250px;
  height: 25vh;
  max-height: 300px;
  background: #eee;
  background-image: url(../assets/images/banner/banner-agronegocio.webp);
  background-size: cover;
  background-position: center;
}

.boxSolucoes {
  width: 80%;
  height: 400px;
  background: #eee;
  border-radius: 25px;
  background-size: 100% 100%;
  background-position: center;
  transition: ease-out 400ms;
}

.boxSolucoes h3 {
  transition: ease-out 400ms;
}

.boxSolucoes.qui {
  background-image: url(../assets/images/banner/img1-solucao.webp);
}

.boxSolucoes.bio {
  background-image: url(../assets/images/banner/img2-solucao.webp);
}

.boxSolucoes.pec {
  background-image: url(../assets/images/banner/img3-solucao.webp);
}

.boxSolucoes:hover {
  background-size: 105% 105%;
}

.boxSolucoes:hover h3 {
  transform: scale(0.9);
}

/* Life science */

.bannerLife {
  width: 100%;
  min-height: 250px;
  height: 25vh;
  max-height: 300px;
  background: #eee;
  background-image: url(../assets/images/banner/banner-life-science.jpg);
  background-size: cover;
  background-position: center;
}

.boxSolucoes.nutrih {
  background-image: url(../assets/images/banner/img4-solucao.jpg);
}

.boxSolucoes.nutria {
  background-image: url(../assets/images/banner/img5-solucao.jpg);
}

.boxSolucoes.personal {
  background-image: url(../assets/images/banner/img6-solucao.jpg);
}

/* Soluções */

.bannerSolucoes {
  width: 100%;
  min-height: 250px;
  height: 25vh;
  max-height: 300px;
  background: #eee;
  background-image: url(../assets/images/banner/banner-solucoes.webp);
  background-size: cover;
  background-position: center;
}

.bannerMidSolucoes {
  width: 100%;
  min-height: 300px;
  height: 25vh;
  max-height: 320px;
  background: #eee;
  background-image: url(../assets/images/banner/bg-mid-solucoes.webp);
  background-size: cover;
  background-position: center;
}

/* Contato */

.bannerContato {
  width: 100%;
  min-height: 250px;
  height: 25vh;
  max-height: 300px;
  background: #eee;
  background-image: url(../assets/images/banner/banner-contato.webp);
  background-size: cover;
  background-position: center;
}

.bg-purple-white {
  background: rgb(146, 57, 141);
  background: -moz-linear-gradient(
    180deg,
    rgba(146, 57, 141, 1) 50%,
    rgba(255, 255, 255, 1) 50%
  );
  background: -webkit-linear-gradient(
    180deg,
    rgba(146, 57, 141, 1) 50%,
    rgba(255, 255, 255, 1) 50%
  );
  background: linear-gradient(
    180deg,
    rgba(146, 57, 141, 1) 50%,
    rgba(255, 255, 255, 1) 50%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#92398d", endColorstr="#ffffff", GradientType=1);
}

.boxAgendarAvaliacao2 {
  background: #fff;
  border-radius: 23px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1);
  padding: 15px 30px;
}

.imgMidContato {
  width: 100%;
  height: 400px;
  background: #eee;
  background-image: image-set(
    url("../assets/images/banner/bg-mid-contato.webp") type("image/webp"),
    url("../assets/images/banner/bg-mid-contato.jpg") type("image/jpeg")
  );
  background-size: cover;
  background-position: 50% 30%;
}

.boxMidContato {
  width: 100%;
  height: 100%;
  background: conic-gradient(from 0.25turn at 40% 40%, #92398d, #491d47);
}

/* Blog */
.carrosselBlog .swiper-button-next:after,
.carrosselBlog .swiper-button-prev:after {
  content: url(../assets/images/icons/seta-carrossel-disabled.svg) !important;
}

.carrosselBlog .swiper-button-prev:after,
.carrosselBlog .swiper-button-prev:after {
  content: url(../assets/images/icons/seta-carrossel-disabled.svg) !important;
  transform: rotateY(180deg);
}

.carrosselBlog .swiper-button-next.swiper-button-disabled:after,
.carrosselBlog .swiper-button-prev.swiper-button-disabled:after {
  content: url(../assets/images/icons/seta-carrossel-blog-disabled.svg) !important;
}

.carrosselBlog .swiper-button-prev.swiper-button-disabled:after,
.carrosselBlog .swiper-button-prev.swiper-button-disabled:after {
  content: url(../assets/images/icons/seta-carrossel-blog-disabled.svg) !important;
  transform: rotateY(180deg);
}

.imgNossosSeguros {
  margin-top: -20px;
  width: 100%;
  height: 125%;
  background: #eee;
  transition: ease-out 900ms;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.imgNossosSeguros.img1 {
  background-image: url(../assets/images/img-nossos-seguros.jpg);
  transform: translateX(-450px);
  opacity: 0;
}

.imgNossosSeguros.img2 {
  background-image: url(../assets/images/img-solucao-em-risco.jpg);
  transform: translateX(450px);
  opacity: 0;
}

.imgNossosSeguros.img3 {
  background-image: url(../assets/images/img-seguros-para-pessoas.jpg);
  transform: translateX(-450px);
  opacity: 0;
}

.imgNossosSeguros.img4 {
  height: 650px;
  background: transparent;
  background-image: url(../assets/images/img-bem-vindo.png);
  background-size: contain;
  background-position: center;
  box-shadow: none;
  background-repeat: no-repeat;
  margin-top: 0;
  transform: translateX(450px);
  opacity: 0;
}

.imgNossosSeguros.active {
  transform: translateX(0);
  opacity: 1;
}

.imgNossosSeguros.img4.active {
  background-size: contain;
}

.blog-container {
  height: 600px;
}

.boxAnnounceBlog {
  width: 100%;
  height: 100%;
  background: #e40523;
  box-shadow: 8px 1px 12px rgba(0, 0, 0, 0.16);
  background-image: url(../assets/images/banner/bg-aba-blog.svg);
  background-size: contain;
  position: relative;
  z-index: 10;
}

.ajusteAbaBlog {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 15;
}

.textBoxAnnounceBlog {
  width: 350px;
}

.carrosselBlog {
  position: relative !important;
  z-index: 100 !important;
  padding-bottom: 80px !important;
}

.cardBlog {
  height: 100%;
  border-radius: 10px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  transition: all 200ms;
  background: #fff;
}

.cardBlog:hover img {
  transform: scale(1);
}

.efeitoCapaCardBlog {
  border-radius: 10px 10px 0 0;
  max-height: 190px;
  overflow: hidden;
}

.cardBlog img {
  width: 100%;
  max-height: inherit;
  object-fit: cover;
  transform: scale(1.1);
  border-radius: 10px 10px 0 0;
  transition: ease-out 300ms;
}

.corpoCardBlog {
  min-height: 250px;
  padding: 20px;
}

.share-bt {
  transition: ease-out 200ms;
}

a.whatsapp:hover {
  color: #00d084 !important;
}

a.twitter:hover {
  color: #000 !important;
}

a.facebook:hover {
  color: #3b5998 !important;
}

a.linkedin:hover {
  color: #0e76a8 !important;
}

.alt-date {
  font-size: 10px;
  line-height: 18px;
}

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

/* Blog */
.bannerBlog {
  width: 100%;
  min-height: 250px;
  height: 25vh;
  max-height: 300px;
  background: #eee;
  background-image: url(../assets/images/banner/banner-blog.jpg);
  background-size: cover;
  background-position: center;
}

.CapaBlogInterno {
  width: 100%;
  height: 40vh;
  min-height: 250px;
  max-height: 300px;
  background: #eee;
  background-position: center;
  border-bottom: 10px solid #4c1f51;
  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;
  position: relative;
}

.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;
}

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

.hover-purple:hover {
  color: #4c1f51;
}

/* Responsivel */

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

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

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

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

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

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

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

  /* Menu */

  .logoMenu {
    width: 150px;
    height: 76px;
  }

  .linkMenu {
    font-size: 16px;
  }

  .boxAgendarAvaliacao {
    width: 701px;
  }
}

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

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

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

  /* Menu */

  .logoMenu {
    width: 130px;
    height: 66px;
  }

  .linkMenu {
    font-size: 14px;
  }

  .btnTelefone {
    font-size: 14px;
  }

  /* Home */
  .announceText {
    font-size: 30px;
    line-height: 38px;
  }

  .announceText span {
    font-size: 41px;
  }
}

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

  .linksMobile {
    display: flex !important;
  }
}

@media screen and (min-width: 769px) {
  .efeito-md-vazado {
    margin-top: -40px;
  }
}

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

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

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

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

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

  .linksMobile {
    width: 100%;
    position: absolute;
    left: 0;
    margin: 14px 0;
    padding: 30px 0 0 0;
    display: none;
    flex-direction: column;
    flex-wrap: nowrap;
    text-align: end;
    background: #fff;
    border-radius: 0 0 35px 35px;
    box-shadow: 0px 4px 6px rgb(0 0 0 / 15%);
    max-height: calc(100vh - 86px);
    overflow-y: auto;
    z-index: 1000;
  }

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

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

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

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

  /* Home */
  .bannerVideo {
    min-height: 350px;
    height: 50vh;
    max-height: 400px;
  }

  .bannerVideo .object-fit {
    object-position: 50% 45%;
  }

  .ancoraConteudo {
    width: 220px;
    height: 220px;
  }

  .announceText {
    font-size: 24px;
    line-height: 31px;
  }

  .announceText span {
    font-size: 31px;
  }

  .boxMercados {
    margin: 0 auto 15px auto;
  }

  .carrosselEspecialidades.first {
    background-image: linear-gradient(
        90deg,
        rgba(255, 255, 255, 0) 30%,
        rgba(255, 67, 1, 0.6502976190476191) 30%
      ),
      url(../assets/images/banner/background-especialidade1.jpg);
  }

  .carrosselEspecialidades.second {
    background-image: linear-gradient(
        90deg,
        rgba(255, 255, 255, 0) 30%,
        rgba(108, 198, 217, 0.6530987394957983) 30%
      ),
      url(../assets/images/banner/background-especialidade2.jpg);
  }

  .carrosselEspecialidades.third {
    background-image: linear-gradient(
        90deg,
        rgba(255, 255, 255, 0) 30%,
        rgba(243, 145, 27, 0.6530987394957983) 30%
      ),
      url(../assets/images/banner/background-especialidade3.jpg);
  }

  .boxformContato {
    transform: translateX(0);
  }

  .boxAgendarAvaliacao {
    width: 100%;
    margin-top: -50px;
  }

  .boxContato {
    background-image: image-set(
      url("../assets/images/banner/img-contato-mobile.webp") type("image/webp"),
      url("../assets/images/banner/img-contato-mobile.jpg") type("image/jpeg")
    );
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 500px;
    height: 500px;
    max-height: 500px;
    border-radius: 0;
  }

  /* Sobre */

  .carrosselLinhaTempo {
    padding-top: 0;
  }

  /* Agronegocio */
  .boxSolucoes {
    height: 400px;
    margin: 0 auto 15px auto;
  }

  /* Soluções */
  .bannerMidSolucoes {
    min-height: 250px;
    height: 20vh;
    max-height: 280px;
  }
}

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

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

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

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

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

@media screen and (max-width: 767px) {
  .alt-title {
    font-size: 28px;
    line-height: 28px;
  }

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

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

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

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

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

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

  .slick-slide {
    margin: 0 10px;
  }

  /* Menu */
  .ajusteParaContainer {
    max-width: 540px;
  }

  /* Home */
  .bannerVideo {
    min-height: 200px;
    height: 20vh;
    max-height: 250px;
  }

  .carrosselEspecialidades.first {
    background-image: linear-gradient(
        90deg,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 67, 1, 0.6502976190476191) 0%
      ),
      url(../assets/images/banner/background-especialidade1.jpg);
  }

  .carrosselEspecialidades.second {
    background-position: 20%;
    background-image: linear-gradient(
        90deg,
        rgba(255, 255, 255, 0) 0%,
        rgba(108, 198, 217, 0.6530987394957983) 0%
      ),
      url(../assets/images/banner/background-especialidade2.jpg);
  }

  .carrosselEspecialidades.third {
    background-position: 20%;
    background-image: linear-gradient(
        90deg,
        rgba(255, 255, 255, 0) 0%,
        rgba(243, 145, 27, 0.6530987394957983) 0%
      ),
      url(../assets/images/banner/background-especialidade3.jpg);
  }

  .boxContato {
    background-position: 50% 80%;
    background-size: contain;
  }

  /* Contato */

  .imgMidContato {
    height: 230px;
    border-radius: 20px 20px 0 0 !important;
  }

  .boxMidContato {
    background: conic-gradient(from 0turn at 40% 40%, #92398d, #491d47);
    border-radius: 0 0 20px 20px !important;
  }

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

@media screen and (max-width: 576px) {
  .small,
  small {
    font-size: 12px !important;
    font-weight: 400;
    line-height: 16px;
  }

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

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

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

  .alt-plus2 {
    font-size: 15px;
    line-height: 17px;
  }

  .alt-plus2 span {
    font-size: 27px;
    line-height: 27px;
  }

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

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

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

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

  .alt-small {
    font-size: 10px;
    line-height: 16px;
  }

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

  .form__field {
    font-size: 19px;
  }

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

  /* Menu */
  .ajusteParaContainer {
    max-width: calc(100vw - 20px);
  }

  .ancoraConteudo {
    width: 150px;
    height: 150px;
  }

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

  .announceText span {
    font-size: 28px;
  }

  .boxContato {
    min-height: 280px;
    height: 280px;
    max-height: 280px;
    background-position: top center;
    background-size: cover;
  }

  .boxAgendarAvaliacao {
    margin-top: -20px;
  }

  /* Sobre */
  .bannerSobre,
  .bannerAgronegocio,
  .bannerLife,
  .bannerSolucoes,
  .bannerContato,
  .bannerBlog {
    min-height: 200px;
  }

  .setaLinha,
  .setaLinha2 {
    margin: 95px 3px;
  }

  .boxSolucoes {
    width: 100%;
    height: 360px;
    margin: 0 auto 10px auto;
  }

  /* Soluções */

  .bannerMidSolucoes {
    min-height: 200px;
    height: 20vh;
    max-height: 230px;
  }

  /* Blog */
  .efeitoCapaCardBlog {
    max-height: 150px;
  }
}

@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;
  }
}
