html {
  scroll-behavior: smooth;
}
.white {
  color: #fff;
}
.dark-red {
  color: #85161F;
}
.red {
  color: #EE252B;
}
.yellow {
  color: #FFF742;
}
.bg-red {
  background-color: #A31E22;
}
.bg-white {
  background-color:  #fff;
}
.bg-grey {
  background-color: #FBFBFB;
}
/* Nav
-------------------------------------------------- */
.logo {
  display: block;
  height: 100px;
}
.button-container-top {
  text-align: center;
  padding: 20px;
}
@media(min-width:550px) {
  .logo {
    margin: 0;
  }
  .button-container-top {
    text-align: right;
    padding: 10px 20px;
  }
}
header {
  background-color: #000;
}
header .container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
header .button-red {
  padding: 0 10px;
}
@media(min-width:550px) {
  header .button-red {
    padding: 0 20px;
  }
}
/* Slider */
.slider {
  background: #000;
  background-image: url(../img/banner-mobile.jpg);
  height: 1890px;
  background-position: bottom center;
  background-repeat: no-repeat;
}
@media(min-width:550px) {
  .slider {
    height: 1890px;
    background-position: bottom center;
    background-image: url(../img/banner-tablet.jpg);
  }
}
@media(min-width:1000px) {
  .slider {
    height: 1380px;
    background-position: center;
    background-image: url(../img/banner-dektop.jpg);
  }
}
.slider h1 {
  font-size: 21px;
  line-height: 44px;
  font-weight: 400;
  letter-spacing: 1px;
}
@media(min-width:750px) {
  .slider h1{
    font-size: 30px;
    line-height: 52px;
    font-weight: 400;
  }
}
@media(min-width:1200px) {
  .slider  h1 {
    font-size: 46px;
    line-height: 72px;
    font-weight: 400;
  }
}
.slider h4 {
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: 1px;
}
.slider h6 {
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 22px;
  font-weight: 500;
  color: #FFF742;
}
.slider span {
  cursor: pointer;
}
.slider section {
  margin-top: 0px;
}
@media(min-width:750px){
  .slider section {
    margin-top: 40px;
  }
}
@media(min-width:1000px){
  .slider section {
    margin-top: 60px;
  }
}
/* Aside Slider */
.form-container {
  background: rgb(238,37,43);
  background: linear-gradient(180deg, rgba(238,37,43,1) 0%, rgba(133,22,31,1) 100%);
}
.form-container h2 {
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}
@media(min-width:750px) {
  .form-container h2 {
    font-size: 24px;
    line-height: 36px;
  }
}
.form-content .left {
  padding: 10px 0;
}
.form-content .center {
  padding: 10px 0;
}
.form-content .right {
  padding: 10px 0;
}
@media(min-width:750px) {
  .form-content .left {
    padding: 10px;
    padding-left: 0;
  }
  
  .form-content .right {
    padding: 10px;
    padding-right: 0;
  }
}
.form-content .button:hover {
  color: #ffee00;
}
.label-container {
  display: block;
  position: relative;
  padding-left: 26px;
  margin-bottom: 0px;
  cursor: pointer;
  font-size: 12px;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
}
.border-label {
  border: 1px solid #fff;
  padding: 20px;
  transition: all 0.3s ease;
}
.border-label:hover {
  background-color: #ffffff2f;
}
.label-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  border: 1px solid #fff;
}

.label-container input:checked ~ .checkmark {
  background-color: transparent;
}
.checkmark::after {
  content: "";
  position: absolute;
  display: none;
}
.label-container input:checked ~ .checkmark::after {
  display: block;
}
.label-container .checkmark::after {
  top: 3px;
  left: 3px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: white;
}
/* Section 2 */
.titulo {
  font-size: 32px;
  font-weight: 400;
  line-height: 64px;
}
.subtitulo {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}
@media(min-width:750px) {
  .titulo {
    font-size: 48px;
    line-height: 72px;
  }
  .subtitulo {
    font-size: 18px;
  }
}
.circle {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.circle img {
  max-width: 40px;
  max-height: 40px;
}

.card-titulo {
  font-size: 20px;
  line-height: 30px;
  color: #FFF742;
  font-weight: 600;
  margin: 10px 0;
}
.card-descricao {
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  color: #fff;
}

.question {
  padding: 10px;
}
.question-title {
  background-color: #FBFBFB;
  color: #85161F;
  cursor: pointer;
  padding: 20px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  display: flex;
  align-items: center;
}
.question-title .num span {
  color: #CCCCCF;
  font-size: 17px;
  font-weight: 300;
  position: relative;
}
.question-title .num span::after {
  position: absolute;
  content: "";
  width: 100%;
  background-color: #CCCCCF;
  height: 1px;
  left: 0;
  bottom: 0px;
}
.question-title .question-title-text {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}
.question-title .seta {
  display: flex;
  justify-content: flex-end;
}
.question-title .seta .circle{
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  border: 1px solid #85161F;
  width: 30px;
  height: 30px;
}
.question-content {
  padding: 0px;
  width: 100%;
  color: #5D5D5D;
  background-color: #FBFBFB;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  transition: all 0.3s;
  max-height: 0;
  overflow: hidden;
}
.question-content-inside {
  padding: 0 30px 30px 30px;
  opacity: 0;
  transition: all 0.3s;
}
.question-content-inside p{
  padding: 0px;
  font-size: 14px;
  font-weight: 500;
  color: #555555;
  line-height: 24px;  
}
.active .question-content-inside {
  opacity: 1;
}
/* Perguntas Frequentes */
.perguntas-frequentes .button{
  height: 60px;
  font-size: 18px;
  line-height: 36px;
  font-weight: 600;
  padding: 0 20px;
}
@media(min-width:750px) {
  .perguntas-frequentes .button {
    height: 80px;
    padding: 0 40px;
  }
}
/* Quem Somos */
.quem-somos {
  background-image: url(../img/bg-quemsomos.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.quem-somos .button:hover {
  color: #ffee00;
}
.line.red {
  background-color: #A31E22;
  height: 2px;
}
.osbrabo {
  display: flex;
  justify-content: center;
  align-items: center;
}
.tituloQuemSomos {
  font-size: 36px;
  line-height: 72px;
}
.osBraboText {
  color: #F0F7F7;
  font-size: 16px;
  line-height: 36px;
}
.osBraboText + a .button {
  font-size: 18px;
  line-height: 36px;
  padding: 0px 15px;
  margin-top: 40px;
  width: 100%;
}
@media(min-width:550px) {
  .osBraboText + a .button {
    padding: 0px 40px;
    width: auto;
  }
}
/* Footer */
footer h3 {
  font-size: 48px;
  line-height: 64px;
  font-family: 'Taviraj', serif;
  font-weight: 800;
}
footer {
  background-image: url(../img/logo.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media(min-width:550px) {
  footer {
    background-size: inherit;
  }
}
footer .red {
  background-position: center;
  height: 258px;
  display: flex;
  align-items: center;
}
footer p {
  font-size: 10px;
  color: #fff;
}
footer a img {
  display: block;
  width: 40px;
}
@media(min-width:1000px) {
  footer h3 {
    font-size: 64px;
    line-height: 86px;
  }
}
@media(min-width:1000px) {
  footer h3 {
    font-size: 84px;
    line-height: 100px;
  }
}
/* .obrigado {
  height: 97vh;
} */

.obrigado h1 {
  font-size: 48px;
  line-height: 80px;
  font-weight: 400;
  font-family: 'Taviraj', serif;
}
.obrigado p {
  font-weight: 400;
  font-size: 16px;
  line-height: 32px;
}
.obrigado-content {
  padding: 0px;
  border-radius: 20px;
  background-image: url(../img/logo.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media(min-width:550px) {
  .obrigado-content {
    padding: 60px;
    background-size: inherit;
  }
  .obrigado h1 {
    font-size: 58px;
    line-height: 86px;
  }
}
@media(min-width:750px) {
  .obrigado h1 {
    font-size: 84px;
    line-height: 100px;
  }
}
.obrigado .button {
  font-size: 16px;
}
.obrigado .button:hover {
  color: #ffee00;
}
.obrigado .bt-red {
  background-color: #EE252B;
  color: #fff;
}
.obrigado .bt-red:hover {
  background-color: transparent;
}