html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Roboto', sans-serif;
}

html, body{
  padding: 0;
  margin: 0;
}

.split-limpo-box {
  display: flex;
  align-content: center;
}

.split-limpo-icon {
  font-size: 2rem;
  margin-right: 5px;
  color: #f73859;
}

#headline {
  background: linear-gradient(to bottom, rgba(92, 77, 66, 0.8) 0%, rgba(92, 77, 66, 0.8) 100%), url("../img/ar2.jpg");
  background: linear-gradient(to bottom, rgba(103, 102, 99, 0.8) 0%, rgba(103, 102, 99, 0.8) 100%), url("../img/ar2.jpg");
  background: linear-gradient(to bottom, rgba(238, 238, 238, 0.8) 0%, rgba(238, 238, 238, 0.8) 100%), url("../img/ar2.jpg");
  background: linear-gradient(to bottom, rgba(222, 222, 222, 0.8) 0%, rgba(222, 222, 222, 0.8) 100%), url("../img/ar2.jpg");
  background: linear-gradient(to bottom, rgba(64, 75, 105, 0.8) 0%, rgba(64, 75, 105, 0.8) 100%), url("../img/ar2.jpg");
  background: linear-gradient(to bottom, rgba(40, 49, 73, 0.8) 0%, rgba(40, 49, 73, 0.8) 100%), url("../img/ar2.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  /* padding: 5rem 0; */
  /* height: 70vh; */
}

.headline-container {
  display: flex;
  align-items: left;
  height: 100%;
}

/* .head-line-col {
  text-align: center;
} */

.headline-cta-mobile {
  padding: 10px;
  text-align: center;
}

/* .headline-incons-box {
  display: flex;
  padding: 5px;
} */

.headline-incons {
  color: #ffffff;
  text-align: left;
  display: flex;
  padding: 5px;
}

.orcamento-card {
  border-radius: 1rem;
  width: 80vw;
  margin: auto;
}

.orcamento-card .card {
  border-radius: 1rem;
}

.orcamento-btn {
  padding: 1rem;
  border-radius: 10rem;
  box-shadow: 4px 8px 11px -6px rgba(0,0,0,0.75);
}

#contato {
  background-color: #283149;
}

#contato svg {
  width: 2rem;
  color: white;
  margin-right: 10px;
}

.whatsapp-button {
  margin-top: 10px;
  background-color: green;
  padding: 1rem;
  border-radius: 30px;
  box-shadow: 4px 8px 11px -6px rgba(0,0,0,0.75);
}

.contato-box {
  display: flex;
  justify-content: center;
}

.number-box {
  display: flex;
  align-content: center;
}

/* Dores */

.dores-div {
  padding: 0 2rem;
}

.icons-bg {
  background-color: chartreuse;
}

#solucao {
  background-color: #eeeeee;
}

.video-div {
  padding-left: 0;
  padding-right: 0;
}

.video {
  width: auto;
  height: auto;
}

#solucao .material-icons {
  font-size: 5rem;
}

#solucao svg {
  width: 5rem;
  height: auto;
}

#depoimentos {
  background-color: #283149;
}

.depoimentos-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.depoimentos-box img {
  width: 100%;
  height: auto;
  padding: 0.5rem 0;
}

.depoimentos-box iframe {
  /* width: 80%; */
  /* height: auto; */
  /* padding: 0.5rem; */
  margin: 0.2rem;
}

#faq {
  background-color: #eeeeee;
}

.faq-box {
  padding-bottom: 3rem;
  width: 90%;
}

.faq-item {
  display: flex;
  justify-content: space-between;
  align-content: center;
  width: 100%;
}

#cta {
  background-color: #ffffff;
}

footer {
  background-color: #283149;
}

.obrigado {
  display: flex;
  justify-content: center;
  align-content: center;
  flex-direction: column;
  height: 60vh;
  text-align: center;
}

.obrigado-home {
  width: 50%;
}

@media (max-width: 375px) {
  h1 {
    font-size: 1.5rem;
  }

  h2 {
    font-size: 1rem;
  }
}

@media (min-width: 768px) 
{
  .orcamento-card {
    width: unset;
    margin: auto;
  }

  .whatsapp-button {
    margin-top: unset;
  }
  
  .depoimentos-box img {
    width: 50%;
    padding: 0.5rem;
  }

  .solucoes-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    padding: 1rem;
  }

  .depoimentos-box iframe {
    width: 100%;
    /* height: auto; */
    /* padding: 0.5rem; */
    margin: 0.2rem;
  }

  /* .solucoes-box-item {
    width: 50%;
    background-color: #eeeeee;
  } */

  .dores-div-1 {
    text-align: right;
  }

  .dores-div-2 {
    text-align: left;
  }

  .contato-1 {
    display: flex;
    justify-content: flex-end;
  }

  .contato-2 {
    display: flex;
    justify-content: flex-start;
  }

  .video {
    width: 560px;
    height: 315px;
  }
}

@media (min-width: 1024px) {
  #headline {
    height: 100vh;
  }

  .head-line-row {
    padding: 0 10rem;
    display: flex;
    align-content: center;
  }

  .head-line-col {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: left;
  }

  .orcamento-card {
    width: unset;
    margin: auto;
  }

  .obrigado-home {
    width: 20%;
  }
}