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

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

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

#root,
body,
html {
  background: #fff;
  color: #636362;
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Montserrat", serif;
  font-optical-sizing: auto;
  overflow-x: hidden;
  font-style: normal;
}

body {
  height: auto;
  margin: auto;
}

img {
  max-width: 100%;
}

svg .a {
  font-family: "Montserrat", serif;
  font-optical-sizing: auto;
}

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: #E95285 !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-plus2 {
  font-size: 58px;
  line-height: 64px;
}

.alt-title-plus {
  font-size: 42px;
  line-height: 48px;
}

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

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

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

.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.95);
  transform: translate3d(0, 0, 0);
  will-change: transform;
  -webkit-backdrop-filter: blur(8px)opacity(1)brightness(0.95);
}

.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;
  font-weight: 400;
  color: #1F6CA4;
}

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

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

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

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

.text-yellow {
  color: #F2B900 !important;
}

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

.text-pink {
  color: #E95285 !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: #BD2534 !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-pink {
  background: #E95285;
}

.bg-dark-pink {
  background: #DD4E7E;
}

.bg-yellow {
  background: #F2B900;
}

.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: #F2B900 !important;
  background-color: transparent !important;
  box-shadow: none !important;
  font-weight: 700 !important;
}

.accordion-personalizado.yel .accordion-button:not(.collapsed) {
  color: #E95285 !important;
  background-color: transparent !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: #fff !important;
  font-size: 18px !important;
  line-height: 21px !important;
  font-weight: 500 !important;
  display: flex;
  gap: 10px;
}

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

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

.accordion-personalizado.yel .accordion-button::after {
  background-image: url(../images/icons/accordeon-icon-open-yellow.svg);
}

.accordion-personalizado .accordion-button:not(.collapsed)::after {
  transform: rotate(-180deg);
}

.accordion-personalizado .accordion-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.23) !important;
}

.accordion-personalizado .accordion-item:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.23) !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: 15px 20px;
  background: transparent;
  color: #fff;
  border-radius: 40px;
  border: 1px solid #fff;
  transition: all 0.5s;
  box-sizing: border-box;
}

.btn-white.yellow {
  background: #F2B900;
  border-color: #F2B900;
}

.btn-white.pink {
  background: #DD4E7E;
  border-color: #DD4E7E;
}

.btn-white img {
  width: 33px;
}

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

.form-control-personalizado {
  display: block;
  width: 100%;
  padding: 10px;
  font-size: 16px;
  line-height: 18px;
  color: #fff;
  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-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: #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 #fff;
  -webkit-text-fill-color: #fff;
  -webkit-box-shadow: 0 0 0px 1000px transparent inset;
  transition: background-color 5000s ease-in-out 0s;
}

#formularioFaleConosco input:-webkit-autofill,
#formularioFaleConosco input:-webkit-autofill:hover,
#formularioFaleConosco input:-webkit-autofill:focus,
#formularioFaleConosco textarea:-webkit-autofill,
#formularioFaleConosco textarea:-webkit-autofill:hover,
#formularioFaleConosco textarea:-webkit-autofill:focus,
#formularioFaleConosco select:-webkit-autofill,
#formularioFaleConosco select:-webkit-autofill:hover,
#formularioFaleConosco select:-webkit-autofill:focus {
  border: 1px solid rgba(38, 40, 54, 0.10);
  -webkit-text-fill-color: #fff;
}

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

input[type=radio] {
  accent-color: #E95285;
}

.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: 20px;
  left: 50%;
  padding: 15px 30px;
  z-index: 100;
  will-change: transform;
  transform: translateX(-50%);
  border-radius: 10px;
  background: #ffffffc9;
}

.logoMenu {
  width: 160px;
}

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

.iconsMenu {
  width: 40px;
}

.custom-popover {
  --bs-popover-max-width: 200px;
  --bs-popover-border-color: white;
  --bs-popover-header-bg: var(--bd-violet-bg);
  --bs-popover-header-color: var(--bs-white);
  --bs-popover-body-padding-x: 1rem;
  --bs-popover-body-padding-y: .2rem;
  --bs-popover-box-shadow: 0 3px 3px rgba(0, 0, 0, 1);
  --bs-popover-font-size: 12px;
}

.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: 1px;
  background: #f2b900;
  opacity: 1;
  color: transparent;
}

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

.topo-fechar {
  height: 60px;
}

.menu-mobile,
.menu-mobile2 {
  width: 35px;
  height: 35px;
  cursor: pointer;
  background: #E95285;
  border-radius: 100%;
}

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

.menu-hamburguer,
.menu-hamburguer::after,
.menu-hamburguer::before {
  width: 20px;
  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(-6px);
}

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

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

/* Footer */
footer {
  background: #F2B900;
  border-radius: 150px 150px 0 0;
  position: relative;
  z-index: 998;
}

.swal2-popup{
  z-index: 9999 !important;
}

.logoFooter {
  width: 220px;
}

.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(233, 82, 133);
  background: -moz-linear-gradient(90deg, rgba(233, 82, 133, 1) 50%, rgba(242, 185, 0, 1) 100%);
  background: -webkit-linear-gradient(90deg, rgba(233, 82, 133, 1) 50%, rgba(242, 185, 0, 1) 100%);
  background: linear-gradient(90deg, rgba(233, 82, 133, 1) 50%, rgba(242, 185, 0, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e95285", endColorstr="#f2b900", 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: 10px;
  transition: ease-out 400ms;
}

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

footer hr {
  width: 100%;
  background: #fff;
  opacity: 0.8;
  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;
}

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

.swiper-pagination-bullet.perso {
  width: 14px;
  height: 5px;
  text-align: center;
  line-height: 20px;
  font-size: 12px;
  color: #fff;
  opacity: 1;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 10px;
  margin: 3px;
}

.swiper-pagination-bullet-active.perso {
  color: #fff;
  background: #fff;
}

.swiper-pagination-bullet.perso.black,
.swiper-pagination-bullet-active.perso.black {
  color: #000;
  background: #000;
}

.loader-page-container {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000000;
  background: #fff;
  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: #F2B900;
  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: 50vh;
  min-height: 450px;
  max-height: 600px;
  background: #eee;
  background-image: url(../images/backgrounds/banner-blog.png);
  background-size: cover;
  background-position: center;
}

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

.boxBlog {
  width: 100%;
  height: 250px;
  background: #000;
  background-size: cover;
  background-position: center;
  cursor: pointer;
  transition: ease-out 300ms;
}

.boxBlog:hover {
  transform: translateY(-5px);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.321);
}

.boxBlog.inactive {
  filter: brightness(0.5);
}

.imgCapa {
  width: 100%;
  height: 300px;
  background: #F2B900;
  background-size: cover;
  background-position: center;
}

.imgCapaDestaque {
  width: 100%;
  height: 350px;
  background: #eee;
  background-size: cover;
  background-position: center;
}

.margin-bottom-negativa {
  padding-bottom: 180px;
  margin-bottom: -180px;
}

.invert {
  filter: brightness(1)invert(1);
}

.img-capa-interna {
  width: 100%;
  height: 350px;
  object-fit: cover;
  object-position: center;
}

/* Home */
.containerHorizontal {
  height: 100vh;
  overflow: hidden;
  position: relative;
  background: #111;
}

.horizontal-wrapper {
  display: flex;
  height: 100vh;
  width: calc(100vw * 8 - 50vw * 8);
  position: relative;
}

.section {
  flex: 0 0 100vw;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3em;
  position: relative;
  overflow: hidden;
}

.section .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  top: 0;
  left: 0;
  z-index: -1;
  transform: scale(1);
}

.overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.section:nth-child(2) {
  flex: 0 0 25vw;
  transform: translateX(-50vw);
}

.section:nth-child(3) {
  transform: translateX(-50vw);
}

.section:nth-child(4) {
  transform: translateX(-50vw);
}

.section:nth-child(5) {
  transform: translateX(-50vw);
}

.section:nth-child(6) {
  transform: translateX(-50vw);
}

.section:nth-child(7) {
  transform: translateX(-50vw);
}

.section:nth-child(8) {
  transform: translateX(-50vw);
}

.section:nth-child(9) {
  transform: translateX(-50vw);
}

.section:nth-child(10) {
  transform: translateX(-50vw);
}

.section:nth-child(11) {
  transform: translateX(-50vw);
}

.section:nth-child(1) .bg {
  background: #E95285;
}

.section:nth-child(2) .bg {
  background: #DD4E7E;
}

.section:nth-child(3) .bg {
  background-image: url('../images/backgrounds/bg-home1.jpg');
}

.section:nth-child(4) .bg {
  background-image: url('../images/backgrounds/bg-home2.jpg');
}

.section:nth-child(5) .bg {
  background-image: url('../images/backgrounds/bg-home3.jpg');
}

.section:nth-child(6) .bg {
  background-image: url('../images/backgrounds/bg-home4.jpg');
}

.section:nth-child(7) .bg {
  background-image: url('../images/backgrounds/bg-home5.jpg');
}

.section:nth-child(8) .bg {
  background-image: url('../images/backgrounds/bg-home6.jpg');
}

.section:nth-child(9) .bg {
  background-image: url('../images/backgrounds/bg-home7.png');
}

.section:nth-child(10) .bg {
  background-image: url('../images/backgrounds/bg-home8.png');
}

.section:nth-child(11) .bg {
  background-image: url('../images/backgrounds/bg-home9.png');
}

.content {
  position: absolute;
  width: 100%;
  opacity: 0;
  transform: translateY(100px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.content .container.interno {
  padding-bottom: 200px;
}

.efeitoBarra {
  opacity: 0;
  right: -100%;
  position: fixed;
  top: 31%;
  z-index: 1000;
}

.progress-bar-container {
  height: 4px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 10px;
  overflow: hidden;
}

.progress-bar {
  width: 0%;
  height: 100%;
  background: #fff;
  border-radius: 10px;
}

.arrow-icon {
  width: 20px;
}

.boxesSeguros {
  height: 155px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.boxesSeguros .box {
  width: 155px;
  height: 155px;
  background: #000;
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 20px;
  display: flex;
  align-items: end;
  justify-content: center;
  padding: 10px;
  font-size: 13px;
  color: #fff;
  transition: linear 0.2s;
  position: relative;
  overflow: hidden;
}

.boxesSeguros .box:nth-child(1) {
  background-image: url('../images/backgrounds/bg-boxHome1.jpg');
}

.boxesSeguros .box:nth-child(2) {
  background-image: url('../images/backgrounds/bg-boxHome2.jpg');
}

.boxesSeguros .box:nth-child(3) {
  background-image: url('../images/backgrounds/bg-boxHome3.jpg');
}

.boxesSeguros .box:nth-child(4) {
  background-image: url('../images/backgrounds/bg-boxHome4.jpg');
}

.boxesSeguros .box:nth-child(5) {
  background-image: url('../images/backgrounds/bg-boxHome5.jpg');
}

.boxesSeguros .box:nth-child(6) {
  background-image: url('../images/backgrounds/bg-boxHome6.jpg');
  background-position: top;
}

.boxesSeguros .box:nth-child(7) {
  background-image: url('../images/backgrounds/bg-boxHome7.png');
  background-position: top;
}

.boxesSeguros .box:nth-child(8) {
  background-image: url('../images/backgrounds/bg-boxHome8.png');
  background-position: top;
}

.boxesSeguros .box:nth-child(9) {
  background-image: url('../images/backgrounds/bg-boxHome9.png');
  background-position: top;
}

.box .mascara {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  transition: ease-out 0.4s;
}

.box.active .mascara {
  background: rgba(0, 0, 0, 0);
}

.boxesSeguros .box-content {
  position: inherit;
  z-index: 15;
  text-align: center;
}

.boxesSeguros .box.active {
  border: 2px solid white;
  filter: brightness(1);
  color: transparent;
  background-size: 105%;
}

.scrollHorizontal {
  width: 100dvw;
  height: 100dvh;
  overflow: hidden;
  position: relative;
}

.textRolar {
  position: fixed;
  top: 30%;
  right: 80px;
}

.textRolar p {
  display: block;
  position: relative;
}

.textRolar p::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -100px;
  transform: translateY(-50%);
  width: 80px;
  height: 2px;
  background: #fff;
}

.botaoPular {
  opacity: 0;
  position: fixed;
  bottom: -50px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1000;
}

.botaoPular div {
  width: fit-content;
  padding: 4px 30px;
  border-radius: 15px 15px 0 0;
  background: #ffffffbd;
  margin-left: auto;
}

.bg-sobre-home {
  background: #ebebeb;
  background-image: url(../images/icons/bg-aba-sobre-home.svg);
  background-size: 200px;
  background-position: 0px -100px;
}

.boxParceiros {
  width: 490px;
  height: 490px;
  /* background-image: url(../images/nome-cotai.svg); */
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.boxParceiros .blur2 {
  display: flex;
  width: 380px;
  height: 200px;
  border-radius: 20px;
  backdrop-filter: blur(12px)opacity(1)brightness(1);
  transform: translate3d(0, 0, 0);
  will-change: transform;
  -webkit-backdrop-filter: blur(12px)opacity(1)brightness(1);
}

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

.carrosselTexts3 .swiper-slide {
  display: flex !important;
  justify-content: center;
  align-items: center;
}

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

.carrosselBlog .swiper-button-prev:after,
.carrosselBlog .swiper-button-prev:after {
  content: url(../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(../images/icons/seta-carrossel-disabled2.svg) !important;
  transform: rotateY(180deg);
}

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

.carrosselBlog .swiper,
.carrosselTexts2.swiper {
  width: 100%;
  height: fit-content;
  padding-bottom: 65px !important;
}

.carrosselBlog .swiper-pagination,
.carrosselTexts2 .swiper-pagination {
  top: auto !important;
  bottom: 20px;
}

.swiper-pagination-progressbar-fill {
  background: #fff !important;
}

.carrosselBlog .swiper-pagination-progressbar-fill {
  background: #636362 !important;
}

.swiper-pagination-progressbar {
  width: 70% !important;
  height: 2px !important;
  left: auto !important;
  right: 0;
  background: #eee !important;
}

.carrosselBlog .swiper-pagination-progressbar {
  background: #eee !important;
  width: calc(100% - 220px) !important;
  right: 0px;
}

.carrosselBlog .swiper-button-next,
.carrosselBlog .swiper-button-prev {
  top: auto !important;
  bottom: 0 !important;
  width: 12% !important;
  border: 1px solid #fff;
  background-color: #fff;
  border-radius: 10px;
  color: #AF1922 !important;
}

.carrosselBlog .swiper-button-next,
.carrosselBlog .swiper-button-prev {
  max-width: 80px;
  border: 1px solid #636362;
  background-color: #636362;
  border-radius: 10px;
  color: #fff !important;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  background-color: transparent;
  color: #fff !important;
  opacity: 1 !important;
}

.carrosselBlog .swiper-button-next.swiper-button-disabled,
.carrosselBlog .swiper-button-prev.swiper-button-disabled {
  color: #262836 !important;
  opacity: 1 !important;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: auto !important;
  left: 100px !important;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 32px !important;
  text-transform: none !important;
  line-height: 0 !important;
  height: auto !important;
}

.blog-container {
  height: 600px;
}

.boxAnnounceBlog {
  width: 100%;
  height: 100%;
  background: #E40523;
  box-shadow: 8px 1px 12px rgba(0, 0, 0, 0.160);
  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: 10 !important;
  padding-bottom: 80px !important;
}

.cardBlog {
  min-width: 150px;
  width: 100%;
  height: 350px;
  border-radius: 20px;
  transition: all 200ms;
  background: #000;
  overflow: hidden;
  position: relative;
}

.cardBlog .fundoCardBlog {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: ease-out 300ms;
}

.cardBlog .fundoCardBlog::after {
  width: 100%;
  height: 100%;
  position: inherit;
  top: 0;
  left: 0;
  content: "";
  background: rgb(255, 255, 255);
  background: -moz-linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.60) 100%);
  background: -webkit-linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.60) 100%);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.60) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#000000", GradientType=1);
  z-index: 10;
}

.cardBlog .contentCardBlog {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px;
  color: #fff;
  z-index: 15;
}

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

.cardBlog:hover img {
  filter: blur(4px)opacity(1)brightness(1);
  transform: translate3d(0, 0, 0);
  will-change: transform;
  -webkit-filter: blur(4px)opacity(1)brightness(1);
  transform: scale(1.1);
}

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

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

.boxFaq {
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
}

.boxFaq::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "";
  width: 60px;
  height: 60px;
  background-image: url(../images/icons/decoracao-faq.svg);
  background-size: contain;
  background-position: center;
}

.boxFaq .boxInterno {
  padding: 70px 50px;
}

.bannerPages {
  width: 100%;
  min-height: 700px;
  height: 100vh;
  max-height: 1080px;
  background: #eee;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  position: relative;
  background-size: cover;
}

.bannerPages::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background: rgba(0, 0, 0, 0.50);
}

.bannerPages .container {
  position: inherit;
  z-index: 10;
}

.text-acontece,
.text-agora,
.text-carro,
.text-residencial,
.text-residencial2,
.text-moto,
.text-bicicleta,
.text-bicicleta2,
.text-vida,
.text-vida2,
.text-caminhao,
.text-caminhao2,
.text-viagem,
.text-viagem2,
.text-celular,
.text-fianca {
  position: relative;
}

.bg-cotai {
  position: relative;
  min-height: 400px;
  overflow: hidden;
}

.bg-cotai2 {
  position: relative;
  min-height: 100%;
  overflow: hidden;
}

/* Imagem DIREITA */
.bg-cotai::before {
  content: "";
  position: absolute;
  top: 20%;
  right: 0;
  width: 50%;
  height: 50%;
  background-image: url(../images/backgrounds/cotai-bg.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right center;
  z-index: 1;
  opacity: 0.8;
  transform: translateX(50%);
}

/* Imagem ESQUERDA */
.bg-cotai2::after {
  content: "";
  position: absolute;
  top: 20%;
  left: 0;
  width: 50%;
  height: 50%;
  background-image: url(../images/backgrounds/cotai-bg.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left center;
  z-index: 1;
  opacity: 0.8;
  transform: translateX(-50%);
}


.text-acontece::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 100px;
  right: 0;
  transform: translateY(-78%);
  width: 100%;
  height: 95%;
  background-image: url(../images/backgrounds/text-acontece.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.text-agora::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 130px;
  transform: translateY(-45%);
  width: 100%;
  height: 95%;
  background-image: url(../images/backgrounds/text-agora.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.text-carro::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 150px;
  height: 95%;
  background-image: url(../images/backgrounds/text-carro.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.text-residencial {
  padding-bottom: 50px;
}

.text-residencial::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 140px;
  background-image: url(../images/backgrounds/text-residencial.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.8;
}

.text-residencial .container {
  position: inherit;
  z-index: 10;
}

.text-residencial2::before {
  content: "";
  position: absolute;
  bottom: 20px;
  right: 0;
  transform: translateY(0%);
  width: 150px;
  height: 95%;
  background-image: url(../images/backgrounds/text-residencial2.png);
  background-size: contain;
  background-position: bottom;
  background-repeat: no-repeat;
}

.text-moto::before {
  content: "";
  position: absolute;
  bottom: 20px;
  right: 0;
  width: 150px;
  height: 75%;
  background-image: url(../images/backgrounds/text-moto.png);
  background-size: contain;
  background-position: bottom;
  background-repeat: no-repeat;
}

.text-bicicleta {
  padding-bottom: 50px;
}

.text-bicicleta::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 140px;
  background-image: url(../images/backgrounds/text-bicicleta.png);
  background-size: contain;
  background-position: 20px;
  background-repeat: no-repeat;
  opacity: 0.8;
}

.text-bicicleta2::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-53%);
  width: 150px;
  height: 90%;
  background-image: url(../images/backgrounds/text-bicicleta2.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.text-vida::before {
  content: "";
  position: absolute;
  bottom: 20px;
  right: 0;
  width: 150px;
  height: 75%;
  background-image: url(../images/backgrounds/text-vida.png);
  background-size: contain;
  background-position: bottom;
  background-repeat: no-repeat;
}

.text-fianca::before {
  content: "";
  position: absolute;
  bottom: 78px;
  right: 0;
  width: 150px;
  height: 75%;
  background-image: url(../images/backgrounds/ficanca.png);
  background-size: contain;
  background-position: bottom;
  background-repeat: no-repeat;
}

.text-viagem::before {
  content: "";
  position: absolute;
  bottom: 78px;
  right: 0;
  width: 150px;
  height: 75%;
  background-image: url(../images/backgrounds/text-viagem.png);
  background-size: contain;
  background-position: bottom;
  background-repeat: no-repeat;
}

.text-viagem2::before {
  content: "";
  position: absolute;
  bottom: 78px;
  right: 0;
  width: 150px;
  height: 75%;
  background-image: url(../images/backgrounds/text-viagem.png);
  background-size: contain;
  background-position: bottom;
  background-repeat: no-repeat;
}

.text-celular {
  padding-bottom: 50px;
}

.text-celular::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 140px;
  width: 100%;
  height: 200px;
  background-image: url(../images/backgrounds/text-celular.png);
  background-size: contain;
  background-position: 20px;
  background-repeat: no-repeat;
  opacity: 0.8;
}

.text-celular2::before {
  content: "";
  position: absolute;
  bottom: -60px;
  right: -733px;
  width: 792px;
  height: 111%;
  transform: rotate(90deg);
  background-image: url(../images/backgrounds/text-celular.png);
  background-size: contain;
  background-position: bottom;
  background-repeat: no-repeat;
  z-index: 1;
}

.text-vida2::before {
  content: "";
  position: absolute;
  bottom: 20px;
  right: 0;
  transform: translateY(0%);
  width: 150px;
  height: 90%;
  background-image: url(../images/backgrounds/text-vida2.png);
  background-size: contain;
  background-position: bottom;
  background-repeat: no-repeat;
  z-index: 1;
}


.text-caminhao::before {
  content: "";
  position: absolute;
  bottom: -316px;
  left: 330px;
  width: 520px;
  height: 114%;
  background-image: url(../images/backgrounds/text-caminhao.png);
  background-size: contain;
  background-position: bottom;
  background-repeat: no-repeat;
  transform: rotate(90deg) scale(-1);
}

.text-caminhao2::before {
  content: "";
  position: absolute;
  bottom: 20px;
  right: 0;
  width: 150px;
  height: 90%;
  background-image: url(../images/backgrounds/text-caminhao2.png);
  background-size: contain;
  background-position: bottom;
  background-repeat: no-repeat;
  z-index: 1;
}

/* Sobre */
.sobre {
  background-image: url(../images/backgrounds/bg-sobre.jpg);
  background-position: center;
}

.carrosselTexts2 .swiper-button-next,
.carrosselTexts2 .swiper-button-prev {
  top: auto !important;
  bottom: 0 !important;
  width: 20% !important;
  border: 1px solid #fff;
  background-color: #fff;
  border-radius: 10px;
  color: #AF1922 !important;
}

.carrosselTexts2 .swiper-button-next,
.carrosselTexts2 .swiper-button-prev {
  max-width: 80px;
  border: 1px solid #fff;
  background-color: #fff;
  border-radius: 10px;
  color: #fff !important;
}

.carrosselTexts2 .swiper-button-prev {
  left: 0 !important;
}

.carrosselTexts2 .swiper-button-next {
  left: 90px !important;
}

.carrosselTexts2 .swiper-pagination-progressbar {
  width: calc(100% - 210px) !important;
}

.carrosselTexts2 .swiper-button-next.swiper-button-disabled,
.carrosselTexts2 .swiper-button-prev.swiper-button-disabled {
  background-color: transparent;
}

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

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

.carrosselTexts2 .swiper-button-next.swiper-button-disabled:after,
.carrosselTexts2 .swiper-button-prev.swiper-button-disabled:after {
  content: url(../images/icons/seta-carrossel-disabled2.svg) !important;
  transform: rotateY(180deg);
  filter: brightness(0) invert(1);
}

.carrosselTexts2 .swiper-button-prev.swiper-button-disabled:after,
.carrosselTexts2 .swiper-button-prev.swiper-button-disabled:after {
  content: url(../images/icons/seta-carrossel-disabled2.svg) !important;
  transform: rotateY(0deg);
  filter: brightness(0) invert(1);
}

.imgDiferenciais {
  width: 100%;
  height: calc(100% + 100%);
  background-image: url(../images/img-diferenciais.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 40%;
  left: 0;
  transform: translateY(-50%);
}

.text-diferenciais {
  position: relative;
}

.text-diferenciais::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 80px;
  height: 95%;
  background-image: url(../images/backgrounds/Diferenciais.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.nossosSeguros {
  position: relative;
}

.nossosSeguros::before {
  content: "NOSSOS SEGUROS";
  position: absolute;
  top: -135px;
  left: 0;
  width: 100%;
  height: fit-content;
  font-size: 8.5rem;
  font-weight: 700;
  text-align: center;
  color: #E3E3E3;
}

.boxNossosSeguros {
  width: 100%;
  height: 470px;
  background: #000;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}

.boxNossosSeguros .text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: end;
  padding-bottom: 10px;
  z-index: 10;
  text-align: center;
  background: rgb(255, 255, 255);
  background: -moz-linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.8016456582633054) 100%);
  background: -webkit-linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.8016456582633054) 100%);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.8016456582633054) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#000000", GradientType=1);
  transition: ease-out 300ms;
}

.boxNossosSeguros .text h3 {
  line-height: 24px;
}

.boxNossosSeguros:hover .text {
  opacity: 0;
}

/* Seguro Carro */
.bannerSeguros {
  width: 100%;
  min-height: 600px;
  height: 100vh;
  max-height: 1080px;
  background: #eee;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  position: relative;
  background-size: cover;
}

.bannerSeguros.auto {
  background-image: url(../images/backgrounds/bg-home1.jpg);
  background-position: center;
}

.bannerSeguros.fianca {
  background-image: url(../images/backgrounds/bg-home9.png);
  background-position: center;
}

.margin-top-negativa {
  position: relative;
  margin-top: -100px;
}

.boxInternoSeguros {
  width: 100%;
  background: #fff;
  overflow: hidden;
}

.border-grey {
  border: 1px solid rgba(112, 112, 112, 0.30);
}

.border-white {
  border: 1px solid #fff;
}

.textBoxInterno {
  width: 100%;
  height: 100%;
  background-size: cover;
}

.boxPrincipais {
  width: 100%;
  min-height: 180px;
  border-radius: 10px;
  border: 1px solid #fff;
  padding: 20px 5px 15px 5px;
  display: flex;
  flex-direction: column;
  transition: 0.5s;
}

.boxPrincipais:hover {
  border: #DD4E7E;
  background-color: #b11d4e;
  transform: translateY(-5px);
}

.boxAnimacao {
  transition: 1s;
}

.boxAnimacao2 {
  transition: 1s;
}

.iconesBoxPrincipais {
  width: 60px;
  height: 60px;
  margin: 0 auto;
}

.boxPrincipais h3 {
  min-height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
}

.simulacao {
  width: 100%;
  height: 100vh;
  max-height: 900px;
  min-height: 600px;
  background-image: url(../images/backgrounds/banner-simulacao.jpg);
  background-size: cover;
  background-position: -25px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

.simulacao::before {
  content: "";
  position: absolute;
  top: 50%;
  right: -45%;
  width: 100vw;
  height: 100vw;
  background: #F2B900;
  border-radius: 100%;
  transform: translateY(-50%);
}

.simulacao .container {
  position: inherit;
  z-index: 10;
}

.seguroFacil {
  width: 100%;
  height: 670px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

.seguroFacil::before {
  content: "seguro";
  position: absolute;
  top: 30px;
  right: 0;
  font-size: 20.5rem;
  line-height: 10rem;
  font-weight: 700;
  color: #636362;
  filter: opacity(0.05);
  transform: scale(1);
}

.seguroFacil::after {
  content: "fácil";
  position: absolute;
  bottom: 140px;
  left: 0;
  font-size: 20.5rem;
  line-height: 10rem;
  font-weight: 700;
  color: #636362;
  filter: opacity(0.05);
  transform: scale(1);
}

.seguroFacil.carro::after {
  content: "carro";
}

.seguroFacil.residencial::after {
  content: "residencial";
}

.seguroFacil.moto::after {
  content: "moto";
}

.seguroFacil.bicicleta::after {
  content: "bicicleta";
}

.seguroFacil.vida::after {
  content: "vida";
}

.perguntasFrequentes .accordion-personalizado .accordion-body {
  font-size: 15px !important;
  color: #707070;
}

.perguntasFrequentes .accordion-personalizado .accordion-button {
  font-size: 17px !important;
  color: #F2B900 !important;
}

.perguntasFrequentes .accordion-personalizado .accordion-item {
  border-bottom: 1px solid rgb(99 98 98 / 30%) !important;
}


.maisSeguros {
  padding-top: 7rem;
  position: relative;
}

.maisSeguros::before {
  content: "+seguros";
  position: absolute;
  top: 0px;
  right: 0;
  font-size: 15.5rem;
  line-height: 10rem;
  font-weight: 700;
  color: #636362;
  filter: opacity(0.05);
  transform: scale(1);
}

/* Seguro Residencial */
.bannerSeguros.residencial {
  background-image: url(../images/backgrounds/bg-home2.jpg);
  background-position: center;
}

/* Seguro Moto */
.bannerSeguros.moto {
  background-image: url(../images/backgrounds/bg-home3.jpg);
  background-position: center;
}

/* Seguro Bicicleta */
.bannerSeguros.bicicleta {
  background-image: url(../images/backgrounds/bg-home4.jpg);
  background-position: center;
}

/* Seguro Vida */
.bannerSeguros.vida {
  background-image: url(../images/backgrounds/bg-home5.jpg);
  background-position: center;
}

/* Seguro Caminhão */
.bannerSeguros.caminhao {
  background-image: url(../images/backgrounds/bg-home6.jpg);
  background-position: center;
}

/* Seguro Viagem */
.bannerSeguros.viagem {
  background-image: url(../images/backgrounds/bg-home7.png);
  background-position: center;
}

/* Seguro Celular */
.bannerSeguros.celular {
  background-image: url(../images/backgrounds/bg-home8.png);
  background-position: center;
}

/* Sinistros */
.sinistros {
  background-image: url(../images/backgrounds/bg-sinistros.jpg);
  background-position: center;
}

.boxSinistros {
  min-height: 400px;
  height: 100%;
}

.logoSinistro {
  width: 70%;
  height: 60px;
  margin: 0 auto;
}

/* Checkout Carro */
.bannerCheckout {
  width: 100%;
  min-height: 600px;
  height: 100vh;
  max-height: 1080px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  position: relative;
}


/* Responsivel */

@media screen and (max-width: 1399px) {
  .alt-title-plus2 {
    font-size: 62px;
    line-height: 68px;
  }

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

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

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

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

  .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: 180px;
  }

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

  /* sobre */
  .nossosSeguros::before {
    top: -95px;
    font-size: 5.5rem;
  }

  .boxNossosSeguros {
    height: 350px;
  }

  .iconesBoxPrincipais {
    width: 60px;
    height: 60px;
  }

  /* Seguros */
  .margin-top-negativa {
    position: relative;
    margin-top: -60px;
  }

  .seguroFacil::before,
  .seguroFacil::after {
    line-height: 100px;
    font-size: 12.5rem;
  }

  .seguroFacil::after {
    bottom: 40px;
  }

  .seguroFacil {
    height: 450px;
  }

  .maisSeguros::before {
    font-size: 11.5rem;
  }

  .perguntasFrequentes .accordion-personalizado .accordion-button {
    font-size: 15px !important;
  }

  .perguntasFrequentes .accordion-personalizado .accordion-body {
    font-size: 13px !important;
  }

  /* Moto */
  .ajuste-seguro-moto {
    height: calc(100% - 99px) !important;
  }
}

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

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

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

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

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

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

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

  /* Menu */

  .logoMenu {
    width: 150px;
  }

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

  .btn-white {
    padding: 12px 10px;
  }

  /* Footer */
  footer {
    border-radius: 120px 120px 0 0;
  }

  /* Seguros */
  .simulacao::before {
    right: -38%;
  }

  /* Moto */
  .ajuste-seguro-moto {
    height: calc(100% - 90px) !important;
  }

}

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

  .linksMobile {
    display: none !important;
  }
}

@media screen and (max-width: 991px) {
  .alt-title-plus2 {
    font-size: 44px;
    line-height: 50px;
  }

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

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

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

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

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

  .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 */
  .logoFooter {
    width: 180px;
  }

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


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

  /* Home */
  .boxParceiros {
    width: 450px;
    height: 450px;
  }

  .accordion-personalizado .accordion-button {
    padding: 15px 0 !important;
  }

  .accordion-personalizado .accordion-body {
    padding: 0px 0px 15px 0px;
  }

  .ajusteImgMobile {
    width: 100%;
    height: 400px;
    object-fit: cover;
    object-position: 50% 30%;
  }

  .cardBlog {
    height: 280px;
  }

  .boxFaq .boxInterno {
    padding: 40px 30px;
  }

  .boxFaq::after {
    width: 50px;
    height: 50px;
  }

  .text-carro::before,
  .text-residencial::before,
  .text-moto::before,
  .text-bicicleta::before,
  .text-vida::before,
  .text-caminhao::before,
  .text-viagem::before,
  .text-celular::before {
    display: none;
  }

  /* Sobre */
  .bannerPages,
  .bannerSeguros {
    width: 100%;
    min-height: 600px;
    height: 50vh;
    max-height: 1080px;
  }

  .bannerPages::before {
    width: 65%;
  }

  .nossosSeguros::before {
    top: -63px;
    font-size: 4.5rem;
  }

  /* Carro */
  .bannerSeguros.auto {
    background-position: 60%;
    position: relative;
    overflow: hidden;
  }

  .bannerSeguros.auto::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
    pointer-events: none;
    z-index: 2;
  }

  .bannerSeguros.auto>* {
    position: relative;
    z-index: 3;
  }

  .simulacao {
    max-height: 700px;
    background-position: -125px;
  }

  .maisSeguros {
    padding-top: 5rem;
  }

  .maisSeguros::before {
    font-size: 8.5rem;
  }

  /* Bicicleta */
  .bannerSeguros.bicicleta {
    background-position: 80%;
  }

  /* Vida */
  .bannerSeguros.vida {
    background-position: 65%;
  }

  /* Blog */
  .bannerBlog {
    height: 40vh;
    min-height: 350px;
    max-height: 500px;
  }

  .img-capa-interna {
    height: 250px;
  }

}

@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) {

  /* Menu */
  .menu {
    top: 0px;
    width: 100%;
    border-radius: 0 0 15px 15px;
  }

  .logoMenu {
    width: 130px;
  }

  .iconsMenu {
    width: 35px;
  }

  .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 */
  .boxFaq::after {
    display: none;
  }

  /* Sobre */
  .bannerPages::before {
    width: 100%;
  }

  .sobre {
    background-position: 70%;
  }

  .nossosSeguros::before {
    top: -63px;
    font-size: 4.5rem;
  }

  .nossosSeguros::before {
    top: -40px;
    font-size: 3rem;
  }

  /* Carro */
  .textBoxInterno h3 {
    font-size: 24px;
    line-height: 28px;
  }

  .simulacao {
    max-height: 600px;
    background-position: left;
  }

  .simulacao::before {
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    border-radius: 0;
    background-color: #00000014;
    backdrop-filter: blur(8px)opacity(1)brightness(0.95);
    transform: translate3d(0, 0, 0);
    will-change: transform;
    -webkit-backdrop-filter: blur(8px)opacity(1)brightness(0.95);
  }

  .seguroFacil::before,
  .seguroFacil::after {
    line-height: 50px;
    font-size: 10.5rem;
  }

  .maisSeguros::before {
    font-size: 7.5rem;
  }

  /* Blog */
  .imgCapa,
  .imgCapaDestaque {
    height: 260px;
  }
}

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

  .menu {
    top: 0px;
    left: 0;
    width: 100%;
    transform: translateX(0px);
    border-radius: 0 0 15px 15px;
  }

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

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

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

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

  .alt-title-plus2 {
    font-size: 58px;
    line-height: 64px;
  }

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

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

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

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

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

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

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

  .logoMenu {
    width: 120px;
  }

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

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

  .swiper-pagination-progressbar,
  .carrosselBlog .swiper-pagination-progressbar {
    width: calc(55% - 20px) !important;
    right: 20px;
  }

  .swiper-button-next,
  .swiper-rtl .swiper-button-prev {
    left: 22.5% !important;
  }

  .swiper-button-next,
  .swiper-button-prev {
    width: 18.5% !important;
  }

  footer {
    border-radius: 70px 70px 0 0;
  }

  .logoFooter {
    width: 120px;
  }

  /* Home */
  .boxParceiros {
    width: 300px;
    height: 300px;
  }

  .boxParceiros .blur2 {
    width: 280px;
    height: 150px;
  }

  .cardBlog {
    height: 200px;
  }

  .carrosselBlog .swiper-button-next,
  .carrosselBlog .swiper-button-prev {
    width: 19% !important;
  }

  .boxFaq .boxInterno {
    padding: 30px;
  }

  .ajusteImgMobile {
    height: 350px;
  }

  .accordion-personalizado .accordion-button::after {
    width: 10px;
    height: 10px;
    background-size: 10px;
  }

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

  /* Sobre */
  .bannerPages,
  .bannerSeguros {
    min-height: 550px;
  }

  .text-diferenciais::before {
    display: none;
  }

  .nossosSeguros::before {
    top: -80px;
    font-size: 3rem;
    line-height: 3rem;
  }

  /* Carro */
  .textBoxInterno {
    padding: 35px 4px;
  }

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

  .seguroFacil {
    height: 370px;
  }

  .seguroFacil::before,
  .seguroFacil::after {
    line-height: 20px;
    font-size: 5.5rem;
  }

  .maisSeguros {
    padding-top: 2rem;
  }

  .maisSeguros::before {
    font-size: 5.5rem;
    line-height: 6rem;
  }

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

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

@media screen and (min-width: 768px) {
  .boxAnimacao2:hover {
    background-color: #cccccc;
    transform: translateX(10px);
  }

  .boxAnimacao:hover {
    background-color: #b11d4e;
  }
}

/*Checkout*/
@media screen and (max-width: 1080px) {

  .text-residencial2::before,
  .text-bicicleta2::before,
  .text-vida2::before,
  .text-caminhao2::before {
    display: none;
  }
}

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

  .text-residencial2::before,
  .text-bicicleta2::before,
  .text-vida2::before,
  .text-caminhao2::before {
    display: none;
  }
}