@import url('https://fonts.googleapis.com/css2?family=Instrument+Sans:ital,wght@0,400..700;1,400..700&display=swap');

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:root {
  --color-primary: #E8001E;
  --color-red: #9D1023;
  --color-dark-red: #7C0E1D;
  --color-text: #222;
  --color-gray: #444;
  --color-white: #fff;
  --color-black: #000;
  --font-primary: "Instrument Sans", sans-serif;
  --color-bg-gray: #EFEFEF;
  --color-primary: #E9001F;
  --color-green: #008000;
  --color-light: #EFEFEF;
}

html,
body {
  overflow-x: hidden;
}

html {
  font-size: 62.5%;
  ;
}

a {
  text-decoration: none;
}

figure {
  margin-bottom: 0;
}

p {
  font-size: clamp(1.8rem, 4.750vw, 2rem);
}

.subtitle {
  font-size: clamp(16px, 4.750vw, 22px);
}

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

img {
  max-width: 100%;
  height: auto;
}

body {
  font-size: 1.6rem;
  font-family: var(--font-primary);
  background-image: url(../img/hero-bg-pattern.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: contain;
  border-top: solid .8rem var(--color-primary);
  color: var(--color-gray);
}

._container {
  max-width: 1170px;
  padding: 0 1.6rem;
  margin: 0 auto;
}

@media(max-width:1280px) {
  ._container {
    max-width: 1080px;
  }
}


/* Lenis Scroll */
html.lenis,
html.lenis body {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: hidden;
}

.lenis.lenis-smooth iframe {
  pointer-events: none;
}

/* Lenis Scroll end */


._button {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  background-color: var(--color-primary);
  color: var(--color-white);
  font-size: 2rem;
  line-height: 1;
  height: 6.4rem;
  padding: 0 3.6rem;
  border-radius: 2.4rem;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: .5px;
  width: fit-content;
  gap: .8rem;
}

._button>svg {
  fill: var(--color-white);
  width: 2.8rem;
  height: 2.8rem;
}

._button--whatsapp {
  background-color: green;
  color: #fff;
}

._button--whatsapp-white {
  background-color: var(--color-white);
  color: green;
}

._button--whatsapp-white svg {
  fill: green;
}


/*<<< Hero Area >>>*/

.hero {
  padding: 5vh 0 0 0;
}

.hero__headline {
  /* font-size: 5.6rem; */
  font-size: clamp(3.6rem, 4vw, 5.6rem);
  font-weight: 500;
  line-height: 1.1;
  margin: 0;
  letter-spacing: -1px;
}

.hero__subheads {
  display: grid;
  gap: 2.4rem;
}

.hero__flag {
  margin-bottom: .8rem;
}

.hero__subhead {
  display: inline-flex;
  gap: 1.6rem;
  align-items: center;
}

.hero__subhead figure {

  display: inline-flex;
}

.hero__subhead figure img {
  max-width: 5.2rem;
}

.hero__subhead p {
  /* font-size: 2.4rem; */
  font-size: clamp(2rem, 3vw, 2.4rem);
  line-height: 1.1;
  margin-bottom: 0;
}

.hero__wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-bottom: 3.6rem;
}

@media(max-width:860px) {
  .hero__wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}

.hero__infos {
  display: inline-flex;
  flex-direction: column;
  gap: 4.4rem;
  margin: auto 0;
}

@media(max-width:1280px) {
  .hero__infos {
    gap: 2.8rem;
  }
}

.hero__image figure {
  display: flex;
  justify-content: end;
}

.hero__image img {
  max-height: 59rem;
}

/*<<< Phones Area >>>*/


/* inclusao 0800 */
.phones__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
  padding: 0;
}

.phones__item p {
  font-weight: 600;
  color: var(--color-text);
  font-size: 2rem;
  letter-spacing: .5px;
  margin-bottom: 0;
}
.phones__item img {
  /* max-width: 8rem; */
  max-height: 48px;
}
.phones__item {
  background-color: rgb(239, 239, 239, .5);
  display: inline-flex;
  gap: 1.6rem;
  align-items: center;
  border-radius: 2rem;
  padding: 2rem;
  justify-content: center;
  text-align: left;
  border: 1px solid #dadada;
}
/* inclusao 0800 */

.footer .phones__list {
  max-width: 92%;
  margin: 0 auto;
  padding: 2.8rem 0;
}



.phones__item h4 {
  color: var(--color-gray);
  font-size: 1.4rem;
  margin-bottom: .4rem;
  font-weight: 600;
  text-transform: uppercase;
}



/*<<< Marqueee Area >>>*/

.marquee {
  padding: 1vw;
  white-space: nowrap;
  margin: 3vw 0;
  position: relative;
  background-color: #E9001F;
  transform: rotateZ(-2deg);
  z-index: 10;
}

.marquee__bg {
  width: 100%;
  height: 40px;
  background-color: #252525;
  position: absolute;
  left: 0;
  top: 15px;
  z-index: -1;
  transform: rotateZ(0deg);
}

.marquee__inner {
  display: flex;
  gap: 20px;
}

.marquee__content {
  color: #fff;
  font-size: clamp(18px, 4.375vw, 28px);
}

.marquee__content span {
  font-weight: 600;
}

.marquee__content svg {
  width: 40px;
  height: 40px;
  stroke-width: 1.4;
  margin: 0 32px;
}

.relative {
  position: relative;
}



.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  justify-content: center;
  align-items: center;
}

.modal-content {
  background-color: #fff;
  padding: 28px;
  border-radius: 16px;
  width: fit-content;
  text-align: center;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  position: relative;
}

.modal-content h2 {
  margin: 0 0 20px;
}

.modal-content button {
  appearance: none;
  width: fit-content;
  background-color: transparent;
  border: none;
  outline: none;
  position: absolute;
  top: 6px;
  right: 6px;
}

.modal-content button svg {
  width: 32px;
  height: 32px;
  color: #E8001E;
  stroke-width: 1.35;
}

/*<<< Services Area >>>*/

.services {
  padding: 6rem 0 12rem 0;
}

.services__title {
  margin-bottom: clamp(2.4rem, 4vw, 4.4rem);
}

.services__title {
  text-align: center;
  margin-bottom: 2.4rem;
  font-size: clamp(2.4rem, 3vw, 3.6rem);
  font-weight: 500;
  letter-spacing: .01px;
  line-height: 1.15;
  max-width: 720px;
  margin: 0 auto;
  margin-bottom: 36px;
}

.services__title span {
  color: var(--color-primary);
}

.services__subtitle {
  text-align: center;
  font-size: clamp(1.6rem, 4vw, 2rem);
  line-height: 1.5;
  color: var(--color-gray);
  font-weight: 300;
  max-width: 680px;
  margin: 0 auto;
  margin-bottom: clamp(2.4rem, 3.6rem, 7.2rem);
}

.services__list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 2.6rem;
}

@media(max-width:768px) {
  .services__list {
    padding-left: 0;
  }

  .faq__img {
    display: none;
  }
}

.services__item {
  border-radius: 4.4rem;
  background-color: var(--color-bg-gray);
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 24rem;
  gap: 2.4rem;
}

.services__item p {
  font-size: 2rem;
  font-weight: 500;
  text-align: center;
  max-width: 70%;
  margin: 0 auto;
  color: var(--color-gray);
}

.services__item:first-child {
  margin-top: 0;
}

.services__item:nth-child(odd) {
  margin-top: 2.4rem;
}

.services__item:nth-child(even) {
  margin-top: 4.8rem;
}

.services__item figure img {
  max-height: 6.4rem;
}

/*<<< CTA Area >>>*/

.cta-section {
  padding: 7% 0;
  background: rgb(55, 6, 12);
  background:
    linear-gradient(0deg,
      rgba(55, 6, 12, 1) 0%,
      rgba(121, 6, 20, 1) 21%,
      rgba(143, 6, 23, 1) 50%,
      rgba(174, 6, 27, 1) 100%);
}
@media(max-width:768px){
  .cta-section{
    padding: 60px 0;
  }
} 

.hero .box__buttons a,
footer .box__buttons a {
  padding-right: 20px;
  padding-left: 20px;
  font-size: 15px;
}

.box__buttons {
  display: flex;
  gap: 16px;
}

.cta__wrapper {
  width: 100%;
  display: inline-flex;
  flex-direction: column;
  gap: 5.2rem;

  align-items: center;
}

.cta__title {
  color: var(--color-white);
  font-size: clamp(2.4rem, 4vw, 4.4rem);
  text-align: center;
  font-weight: 500;
  letter-spacing: .5px;
  max-width: 92rem;
  margin: 0 auto;
}

.cta__description {
  color: var(--color-white);
  text-align: center;
}

/*<<< Map Area >>>*/

.map__wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  gap: 6.4rem;
  padding: 10rem 0;
}

.map__infos {
  display: inline-flex;
  flex-direction: column;
  gap: 3.2rem;
}

.map__title {
  font-size: clamp(2.4rem, 4vw, 3.2rem);
  font-weight: 500;
}

.map__subtitle {
  font-size: clamp(1.6rem, 4vw, 2rem);
  line-height: 1.5;
}

.map__title span {
  color: var(--color-red);
  font-weight: 700;
}

.map__list {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  gap: .8rem;
}

.map__item {
  display: inline-flex;
  align-items: center;
  gap: .8rem;
  font-size: 2rem;
}

.map__item svg {
  fill: var(--color-primary);
  width: 2.8rem;
}

/*<<< Certification Area >>>*/

.certification__wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 6.2rem;
  align-items: center;
}

.certification__title {
  font-size: 3.2rem;
  font-weight: 500;
}

.certification__subtitle {
  font-size: clamp(1.6rem, 4vw, 2rem);
  line-height: 1.5;
}

.certification__infos {
  display: inline-flex;
  flex-direction: column;
  gap: 2.4rem;
}

.certification__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.certification__item {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.6rem;
}

/*<<< Rating Area >>>*/

.rating__wrapper {
  padding: 10rem 0;
}

.rating__title {
  display: inline-flex;
  gap: .8rem;
  align-items: center;
  /* margin-bottom: 3.6rem; */
}

.rating__img {
  max-height: 6.6rem;
}

.rating__stars {
  display: flex;
}

.rating__stars img {
  max-height: 2rem;
}

.rating__score {
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  gap: .4rem;
}

.rating svg {
  fill: rgb(245, 193, 7);
  width: 2rem;
  height: 2rem;
  margin-top: .2rem;
  line-height: 0;
}

.rating__item {
  background-color: var(--color-bg-gray);
  border-radius: 2.4rem;
  padding: 3.2rem;
  display: grid;
  gap: .8rem;
  text-align: left;
  min-height: 288px;
  border: 2px solid var(--color-bg-gray);
}

.rating__name {
  display: grid;
  font-weight: 600;
}

.rating__name svg {
  width: 1.6rem;
  height: 1.6rem;
}

.rating__name img {
  max-height: 1.6rem;
}

.rating__testimonial {
  font-size: 1.6rem;
}

.rating__header {
  display: flex;
  align-items: end;
  justify-content: space-between;
  margin-bottom: 2.4rem;
}

.rating__navigation {
  display: flex;
  gap: .8rem;
  align-items: center;
}

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

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* 
.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
 */

.swiper-button-next,
.swiper-button-prev {
  display: none;
}

.rating__prev svg,
.rating__next svg {
  fill: var(--color-dark-red);
  transition: .3s all ease-in-out;
}

.rating__prev:hover svg,
.rating__next:hover svg {
  fill: var(--color-red);
}

.rating__prev,
.rating__next {
  background-color: var(--color-bg-gray);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  width: 4.4rem;
  height: 4.4rem;
  cursor: pointer;
  transition: .3s all ease-in-out;
}

.rating__prev:hover,
.rating__next:hover {
  background-color: var(--color-red);
}

.rating__prev:hover svg,
.rating__next:hover svg {
  fill: var(--color-white);
}

/*<<< FAQ Area >>>*/

.faq {
  background-color: #7C0E1D;
  padding: 10rem 0;
  position: relative;
  height: 100vh;
}


.faq__title {
  color: var(--color-white);
  font-size: 4.4rem;
  font-weight: 400;
  margin-bottom: 4.4rem;
}

.faq__wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 6.4rem;
}

.faq__img {
  position: absolute;
  transform: translateX(74%);
}

.faq__img img {
  max-height: 80vh;
}

.faq__item {
  margin-bottom: 1.6rem;
  padding: .8rem 0;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.05);
  background-color: var(--color-red);
  border-radius: 2.8rem;
  transition: .3s all ease-in-out;
}

.faq__question {
  width: 100%;
  background: none;
  border: none;
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: start;
  outline: none;
  color: var(--color-white);
  font-weight: 400;
  padding: 1.2rem 1.6rem 1.2rem 2.8rem;
  background-color: transparent;
  text-align: left;
  line-height: 1.5;
}

.faq__icon {
  transition: transform 0.3s ease-in-out;
}

.faq__icon>svg {
  width: 2.4rem;
  height: 2.4rem;
  fill: var(--color-white);
}

.faq__answer {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: .3s all ease-in-out;
  padding: 0 2.8rem;
  line-height: 1.75;
}

.faq__item.active .faq__answer {
  max-height: 500px;
  opacity: 1;
}

.faq__item.active {
  background-color: var(--color-white);
  color: var(--color-red);
  padding-bottom: 2.4rem;
}

.faq__item.active .faq__question {
  color: var(--color-red);
}

.faq__item.active .faq__icon>svg {
  fill: var(--color-red);
}

.faq__item.active .faq__icon {
  transform: rotate(45deg);
}

@media(max-width:992px){
  .faq{
    height: auto; 
  }
}

/*<<< Full Image Area >>>*/

.full-image {
  width: 100%;
  /* height: 82vh; */
  height: 70vh;
  overflow: hidden;
  position: relative;
}

.full-image::after {
  content: '';
  position: absolute;
  inset: 0;
  background: rgb(124, 14, 29);
  background:
    linear-gradient(0deg,
      rgba(124, 14, 29, 0) 25%,
      rgba(124, 14, 29, 1) 100%);
}

.full-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

/*<<< Footer Area >>>*/

.footer {
  background: url(../img/footer-bg.jpg) top center no-repeat;
  background-size: contain;
  position: relative;
}



.footer__wrapper {
  position: relative;
  margin-top: -22%;
}

footer p {
  font-size: 15px;
}

.footer__infos {
  background-color: var(--color-bg-gray);
  border-radius: 4.4rem;
}

.footer__cta {
  background-color: var(--color-dark-red);
  padding: 0 6.4rem;
  border-radius: 4.4rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  min-height: 48rem;
}

.footer__image {
  position: relative;
}

.footer__img {
  position: absolute;
  bottom: 0;
  display: flex;
  align-items: end;
}

.footer__cta-infos {
  display: flex;
  align-items: center;
  flex-direction: column;
  align-items: start;
  justify-content: space-between;
  gap: 4.8rem;
  padding: 6.4rem 0;
}

.footer__cta-title {
  font-size: clamp(2.8rem, 4vw, 4.8rem);
  color: var(--color-white);
  font-weight: 400;
  line-height: 1.2;
}

.footer__copyright {
  display: inline-flex;
  width: 100%;
  justify-content: space-between;
  font-size: 1.4rem;
  padding: 6.4rem 0;
}

.footer__copyright-copy {
  display: flex;
  gap: .4rem;
  align-items: start;
  color: var(--color-gray);
}

.footer__copyright-logo {
  max-height: 2.4rem;
}

.footer__copyright-menu {
  display: flex;
  gap: 1.6rem;
}

.footer__copyright-menu a {
  color: var(--color-gray);
  display: inline-flex;
  align-items: center;
}


.footer__copyright:last-child {
  display: flex;
  gap: 3.6rem;
}

/*<<< Responsive >>>*/

@media(max-width:767.98px) {
  .phones__list {
    grid-template-columns: repeat(1, 1fr);
    gap: 2rem;
    /* padding: 4rem 0; */
  }

  .services__list {
    grid-template-columns: repeat(1, 1fr);
    gap: 2.4rem;
  }

  .services__item {
    display: flex;
    flex-direction: row;
    gap: .4rem;
    padding: 1.6rem 3.6rem;
    height: 10.4rem;
    transition: .3s all ease;
    box-shadow: 0px 10px 15px -3px rgba(0,0,0,0.1);
  }

  .services__item:hover{
    box-shadow: 0px 10px 15px -3px rgba(0,0,0,0.25);
  }

  .services__item p {
    text-align: right;
    padding-left: 2rem;
  }

  .services__item:nth-child(odd) {
    margin-top: 0;
  }

  .services__item:nth-child(even) {
    margin-top: 0;
  }

  .rating__title {
    flex-direction: column;
  }

  .footer__copyright,
  .footer__copyright-copy,
  .footer__copyright-menu {
    flex-direction: column;
    align-items: center;
  }

  .footer__copyright-logo {
    max-height: 5.2rem;
    margin-bottom: 2.4rem;
  }

  .footer__copyright-afterdiv {
    max-height: 3rem;
    margin-top: 5.2rem;
  }

  .footer__copyright-menu .separator {
    display: none;
  }


}




@media(max-width:992px) {
  .map__wrapper {
    grid-template-columns: repeat(1, 1fr);
    gap: 3.2rem;
  }

  .faq__wrapper {

    display: flex;
    flex-direction: column-reverse;
    gap: 3.2rem;
  }

  .footer__cta {
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    padding: 0;
    min-height: auto;
  }

  .footer__cta-infos {
    padding: 4.4rem;
  }


  .certification__wrapper {
    grid-template-columns: repeat(1, 1fr);
    gap: 3.2rem;
  }

  .certification__list {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, 1fr);
  }



}

@media(min-width:768px) and (max-width:992px) {
  .phones__list {
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
  }

  .phones__item {
    flex-direction: column;
    text-align: center;
  }

  .services__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 2.4rem;
  }

  .services__card:nth-child(odd) {
    margin-top: 0;
  }

  .services__card:nth-child(even) {
    margin-top: 0;
  }
}

/*<<< Responsive / >>>*/

.afterdiv img {
  max-height: 1.6rem;
}











.cta__wrapper {
  display: grid;
  gap: 16px;
}

.cta__button {
  flex: 1;
  background-color: #f7f7f7;
  height: 72px;
  border-radius: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: clamp(20px, 4.750vw, 24px);
  text-decoration: none;
  gap: 4px;
  box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
  text-shadow: 2px 2px 5px rgba(0, 0, 0, .6);
  color: #252525;
  font-weight: 600;
  transition: .3s all ease;
  margin: 8px 0;
  width: 100%;
  border: 2px solid transparent;
  outline: none;
}

.cta__button:hover {
  box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.3);
}

.cta__button svg {
  width: 34px;
  height: 34px;
  stroke-width: 1.5;
  transition: .2s all ease;
}

.cta__button--whatsapp {
  background-color: #008000;
  color: #fff;
}

.cta__button--whatsapp:hover {
  background-color: #019401;
}

.cta__button--cotation {
  background-color: #E9001F;
  color: #fff;
}

.cta__button--cotation:hover {
  background-color: #990418;
}

.cta__button--whatsapp:hover svg,
.cta__button--cotation:hover svg,
.cta__button--specialist:hover svg {
  scale: 1.15;
}

.cta__button--specialist {
  background-color: #ff9900;
  color: #fff;
}