/* *, *: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 {
  position: relative;
}

.hero__right:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  background-color: var(--bs-primary);
  background: linear-gradient(152.04deg, #6B1717 20.94%, #310202 113.33%);
  width: 1000px;
}

.hero__frufru1 {
  position: absolute;
  top: 50px;
  transform: translateX(-80%);
  z-index: 1;
}

.hero__img {
  display: grid;
  place-items: center;
}

.hero__img img {
  position: relative;
  left: 100px;
  z-index: 1;
  width: 500px;
}

.hero__frufru2 {
  position: absolute;
  right: 0;
  top: 0;
}

/* SECAO SOLUCOES */
#solucoes {
  background-color: #FCF9F9;
}

#solucoes .container {
  padding-top: 50px;
  padding-bottom: 50px;
}

#solucoes h2 {
  font-size: 32px;
}

#solucoes p span {
  color: #505156!important;
}

.solucoes-items {
  background: #fff;
  box-shadow: 0px 10px 40px -10px rgba(95, 88, 82, 0.1);
  border-radius: 0px 6px 6px 6px;
}

.solucoes-items div {
  position: relative;
  z-index: 1;
  height: 140px;
  font-weight: 500;
  font-size: 18px;
  border: 1px solid rgba(211, 210, 209, 0.3);
}

@media screen and (min-width: 768px) {
 .solucoes-items div {
    height: 200px;
  }
}

@media screen and (min-width: 1200px) {
  #solucoes .container {
    padding-top: 100px;
    padding-bottom: 250px;
  }

  .solucoes-items {
    position: absolute;
    bottom: -200px;
    left: 0;
  }

  #solucoes .container {
    position: relative;
  }

  #solucoes p span {
    font-size: 20px;
  }
}


/* SECAO CONVENIO */
#convenio {
  padding-top: 50px;
  padding-bottom: 50px;
}

#convenio h3 {
  font-size: 32px;
}

.convenio-items div span {
  font-size: 0.9rem;
}

@media screen and (min-width: 1200px) {
  #convenio {
    padding-top: 350px;
    padding-bottom: 150px;
  }

  .convenio-items {
    justify-content: space-between;
  }

  .convenio-items div {
    flex: 0 1 100px;
    padding: 0;
  }

  .convenio-items div:nth-child(3) {
    flex: 0 0 170px;
  }

  #convenio p {
    font-size: 20px;
  }
}

/* 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);
}
