/* *, *:after, *:before {
  outline: 1px solid red;
} */

:root {
  --bs-primary: #6b1717;
  --bs-primary-rgb: 107, 23, 23;
}

body {
  font-family: "Rubik", sans-serif;
}

h1,
h2,
h3,
h4,
h5 {
  color: #18181b;
}

p,
span {
  color: #212529;
}

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

.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #6b1717;
  --bs-btn-border-color: #6b1717;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #400d0d;
  --bs-btn-hover-border-color: #400d0d;
  --bs-btn-focus-shadow-rgb: 64, 13, 13;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #400d0d;
  --bs-btn-active-border-color: #400d0d;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #6b1717;
  --bs-btn-disabled-border-color: #6b1717;
  border-radius: 5px;
}

.nav-link {
  color: #0b2756;
}

.margin-section {
  margin-top: 60px;
  margin-bottom: 60px;
}

@media screen and (min-width: 1200px) {
  .margin-section {
    margin-top: 110px;
    margin-bottom: 110px;
  }
}

/* SECAO HERO */
#hero {
  position: relative;
  border-bottom: 1px solid #f1eeee;
}

.hero__left {
  padding-top: 30px;
  padding-bottom: 30px;
}

@media screen and (min-width: 1200px) {
  .hero__left {
    padding-top: 90px;
    padding-bottom: 50px;
    padding-right: 90px;
  }
}

.hero__left small {
  color: #666977;
  font-size: 0.75rem;
}

#hero h1 {
  font-size: 2.2rem;
}
#hero h2 {
  font-size: 1rem;
}

@media screen and (min-width: 500px) {
  .hero__left small {
    font-size: 0.875rem;
  }

  #hero h1 {
    font-size: 2.5rem;
  }
  #hero h2 {
    font-size: 1.2rem;
  }
}

@media screen and (min-width: 992px) {
  #hero h1 {
    font-size: 3.3rem;
  }
  #hero h2 {
    font-size: 1.3rem;
  }
}

@media screen and (min-width: 1200px) {
  #hero h1 {
    font-size: 4rem;
  }
  #hero h2 {
    font-size: 1.3rem;
    line-height: 1.7;
  }
}

.hero__saber-mais {
  padding: 0.4rem 1.5rem;
  font-weight: 500;
  font-size: 1.1rem;
}

@media screen and (min-width: 768px) {
  .hero__saber-mais {
    padding: 0.65rem 3rem;
    font-size: 1.4rem;
  }
}

.hero__fale {
  text-decoration: none;
  color: inherit;
}

.hero__explore:hover,
.hero__explore:active,
.hero__fale:hover,
.hero__fale:active {
  color: inherit;
}

@media screen and (min-width: 768px) {
  .hero__fale {
    font-size: 1.3rem;
  }
}

.hero__explore {
  color: #868c8f;
  margin-top: 70px;
  text-decoration: none;
}

@media screen and (min-width: 1200px) {
  .hero__explore {
    margin-top: 130px;
  }
}

.hero__right {
  background-color: var(--bs-primary);
  position: relative;
}

.hero__right:after {
  content: "";
  position: absolute;
  left: 100%;
  top: 0;
  bottom: 0;
  background-color: var(--bs-primary);
  width: 1000000px;
}

.hero__dollar {
  position: absolute;
  top: 150px;
  z-index: 2;
  transform: translateX(-60%);
  width: 130px;
  height: 130px;
  background-color: #590d0d;
  border-radius: 100%;
  box-shadow: 0 0 0px 20px rgb(114 11 11 / 10%);
}

.hero__frufru1 {
  position: absolute;
  top: 50px;
  transform: translateX(-80%);
  z-index: 1;
}

.hero__img {
  position: absolute;
  right: 0;
  bottom: 0;
}

.hero__frufru2 {
  position: absolute;
  right: 0;
  top: 0;
}

/* SECAO SITUACOES */
.situacoes-box {
  background: #ffffff;
  box-shadow: 0px 45.64px 60.91px -8.48497px rgba(159, 159, 159, 0.1);
  border-radius: 8px;
}

.situacoes-box__icon {
  background: #ffffff;
  box-shadow: 0px 32px 32px -8px rgba(33, 37, 41, 0.1);
  border-radius: 100%;
  width: 60px;
  height: 60px;
}

@media screen and (min-width: 1200px) {
  .situacoes-box__icon {
    width: 70px;
    height: 70px;
  }
}

.situacoes-box ul {
  list-style: none;
  padding: 0;
}

/* SECAO SOBRE */
#sobre {
  background-color: #fcf9f9;
}

#sobre img {
  border-radius: 8px;
}

/* SECAO SOBRE MENSAGEM */
#sobre-mensagem p {
  color: #fff;
  font-size: 1.1rem;
}

/* SECAO COMO CONCILIAMOS */
#como-conciliamos img {
  max-width: 350px;
}

@media screen and (min-width: 1200px) {
  #como-conciliamos img {
    max-width: 600px;
  }
}

/* SECAO VEJA COMO E FACIL */
#veja-como-e-facil * {
  color: #fff;
}
#veja-como-e-facil .btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #400d0d;
  --bs-btn-border-color: #400d0d;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #400d0d;
  --bs-btn-hover-border-color: #400d0d;
  --bs-btn-focus-shadow-rgb: 64, 13, 13;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #400d0d;
  --bs-btn-active-border-color: #400d0d;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #400d0d;
  --bs-btn-disabled-border-color: #400d0d;
}

@media screen and (max-width: 700px) {
  video {
    width: 100% !important;
    height: auto !important;
  }
}

/* SECAO SERVICOS */
#servicos .container {
  position: relative;
}

.accordion-button {
  color: #8a9eb5;
  background-color: transparent !important;
  border-bottom: 2px solid #8a9eb5;
  font-size: 1.2rem;
  font-weight: 600;
  padding: 20px 0;
  border-radius: 0 !important;
}

.accordion-button:active,
.accordion-button:focus {
  outline: none !important;
  box-shadow: none !important;
  border-color: #8a9eb5;
}

.accordion-button span {
  margin-right: 15px;
  font-size: 1rem;
  color: #8a9eb5;
}

.accordion-button:not(.collapsed) span {
  color: var(--bs-primary);
}

.accordion-button:not(.collapsed) {
  color: #212529;
  border-bottom: 2px solid var(--bs-primary);
}

.accordion-button:after {
  display: none;
}

@media screen and (min-width: 1200px) {
  .accordion-collapse {
    position: absolute;
    right: 0;
    top: 0;
    width: 720px;
    border: 1px solid #6b7e95 !important;
    border-radius: 0 !important;
  }

  .accordion-collapse img {
    width: 100%;
  }

  .accordion-collapse .accordion-body {
    padding: 0;
  }

  .accordion-collapse .servico {
    padding: 16px;
  }

  .accordion-collapse .servico li {
    font-size: 1.1rem;
    margin: 10px 0;
  }
}

/* SECAO CLIENTES */
@media screen and (min-width: 1200px) {
  #clientes small {
    max-width: 100px;
  }
}

#clientes .dividerr {
  width: 1px;
  border-left: 1px solid #b7c6d8;
}

@media screen and (min-width: 1200px) {
  .adquirentes-row-1 {
    width: 230px;
  }
  .adquirentes-row-2 {
    width: 470px;
  }
  .adquirentes-row-3 {
    width: 100px;
  }
  .adquirentes-row-4 {
    width: 100px;
  }
}

.adquirente {
  width: 80px;
  height: 50px;
  border: 1px solid var(--bs-primary);
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (min-width: 768px) {
  .adquirente {
    width: 110px;
    height: 60px;
  }
}

.adquirente img {
  max-width: 100%;
}

/* SECAO ATENDEMOS */
#atendemos span {
  font-size: 1.1rem;
}

#atendemos .custom-grid {
  display: grid;
  grid-template-columns: repeat(2, 140px);
  justify-content: space-between;
}

@media screen and (min-width: 768px) {
  #atendemos span {
    font-size: 1.5rem;
  }

  #atendemos .custom-grid {
    grid-template-columns: repeat(3, 200px);
  }
}

/* SECAO CONTATO */
#contato {
  background-color: #111;
}

#contato * {
  color: #fff;
}

#contato a {
  text-decoration: none !important;
}

.contato__email {
  position: relative;
  display: block;
  margin: 40px 0;
  padding: 60px 0;
  border-bottom: 1px solid #fff;
  font-size: 1.4rem;
}

.contato__email span {
  display: block;
  padding: 30px 0;
  background: #111;
  position: relative;
  z-index: 2;
}

.contato__email:before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 50%;
  bottom: 0;
  width: 1px;
  margin-left: -1px;
  background: #fff;
}

@media screen and (min-width: 768px) {
  .contato__email {
    padding: 100px 0;
    font-size: calc(1.375rem + 1.5vw);
  }
}

.contato__social {
  transition: transform 0.3s ease;
}

.contato__social:hover {
  transform: scale(1.2);
}
