/*
@import "../colors";
@import "../variables";
@import "../fonts";
@import "../mixins";
@import "../sprites";
*/
:root {
  --metade: calc((1320px / 2) - 30px);
}
@media (min-width: 1440px) {
  :root {
    --metade: calc((120px / 2) - 30px);
  }
}

* {
  font-family: "Montserrat", sans-serif;
}

section {
  overflow: hidden;
}

#rodape-fixo {
  background: #252951;
  color: #fff;
  display: flex;
  align-items: center;
  z-index: 2;
  position: fixed;
  bottom: 0;
  width: 100%;
  font-weight: normal;
  font-size: 17px;
  letter-spacing: 0.02em;
  line-height: 26.74px;
  text-align: left;
  -webkit-box-shadow: 0px -3px 26px 0px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px -3px 26px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0px -3px 26px 0px rgba(0, 0, 0, 0.16);
}
#rodape-fixo .logo {
  min-height: 70px;
  display: flex;
  align-items: center;
  height: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
}
@media (max-width: 992px) {
  #rodape-fixo .logo {
    justify-content: center;
  }
}
#rodape-fixo .logo img {
  width: 250px;
  transition: all 0.4s;
}
#rodape-fixo .btn-participar {
  background-color: #2AB200;
  height: 100%;
  display: flex;
  align-items: center;
  color: white;
  min-height: 70px;
  justify-content: center;
  font-weight: bold;
  text-decoration: none;
  transition: background-color 0.4s;
}
#rodape-fixo .btn-participar:hover {
  background-color: #249900;
}
#rodape-fixo .btn-participar svg {
  margin-left: 15px;
}

#box-principal {
  background-color: #252951;
  padding-top: 60px !important;
}
#box-principal .lista {
  justify-content: end;
}
#box-principal .lista .logos {
  padding-left: 28px;
}
@media (max-width: 992px) {
  #box-principal .lista .logos {
    text-align: center;
    margin-bottom: 22px;
  }
}
#box-principal .lista .logos .logo {
  max-width: 206px;
}
@media (max-width: 767px) {
  #box-principal .lista .logos .logo {
    margin-bottom: 40px;
  }
}
#box-principal .lista .logos .logo-sign {
  margin-left: 38px;
  width: 224px;
  margin-top: -28px;
}
@media (max-width: 767px) {
  #box-principal .lista .logos .logo-sign {
    margin-left: 0;
  }
}
#box-principal .info {
  display: flex;
  flex-direction: column;
}
#box-principal .info .texto {
  padding-left: 22%;
}
@media (max-width: 992px) {
  #box-principal .info .texto {
    margin-top: 20px;
    padding-left: 0;
  }
}
#box-principal .info .texto h1 {
  color: white;
  font-weight: 800;
  max-width: 300px;
  text-align: start;
}
@media (max-width: 992px) {
  #box-principal .info .texto h1 {
    max-width: 100%;
    text-align: center;
  }
}
@media (max-width: 767px) {
  #box-principal .info .texto h1 {
    font-size: 22px;
  }
}
#box-principal .info .texto p {
  text-align: start;
  color: white;
  font-size: 25px;
  max-width: 250px;
  line-height: 30px;
  margin-top: 18px;
}
@media (max-width: 992px) {
  #box-principal .info .texto p {
    max-width: 100%;
    text-align: center;
  }
}
@media (max-width: 767px) {
  #box-principal .info .texto p {
    font-size: 20px;
  }
}
#box-principal .info img {
  margin-top: -70px;
}
@media (max-width: 992px) {
  #box-principal .info img {
    margin-top: 20px;
  }
}
#box-principal .forms {
  justify-content: center;
  display: flex;
}
#box-principal .forms #formulario {
  max-width: 450px;
}
@media (max-width: 992px) {
  #box-principal .forms #formulario {
    margin-top: 40px;
    padding-bottom: 30px;
  }
}
#box-principal .forms #formulario .msg {
  color: white;
  font-size: 12px;
  margin-bottom: 18px;
  display: block;
}
@media (max-width: 767px) {
  #box-principal .forms #formulario .msg {
    text-align: center;
  }
}
#box-principal .forms #formulario .creci-area {
  display: flex;
  align-items: center;
  color: white;
  place-content: space-between;
}
#box-principal .forms #formulario .creci-area .checks {
  display: flex;
  align-items: center;
}
#box-principal .forms #formulario .creci-area .checks input {
  height: 18px;
  width: 18px;
}
#box-principal .forms #formulario .concordo {
  color: white;
}
#box-principal .forms #formulario .concordo label {
  font-size: 11px;
}
#box-principal .forms #formulario .concordo input {
  height: 25px;
  width: 25px;
}
#box-principal .forms #formulario input, #box-principal .forms #formulario select {
  height: 50px;
  border: 2px solid #B1B1B1;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
}
#box-principal .forms #formulario input::placeholder, #box-principal .forms #formulario select::placeholder {
  font-family: "Montserrat", sans-serif;
  color: #8B8B8B;
}
#box-principal .forms #formulario .btn-enviar {
  background-color: #073AAC;
  border: 2px solid white;
  width: 100%;
  height: 50px;
  font-weight: bold;
  font-size: 12px;
}
#box-principal .forms #formulario .btn-enviar:hover {
  background-color: #05297b;
}
#box-principal .forms #formulario .btn-enviar svg {
  margin-left: 10px;
}
#box-principal .forms #formulario .btn-area {
  align-self: center;
}
#box-principal .forms #formulario .recap {
  display: flex;
  justify-content: center;
  padding: 0;
}
#box-principal .forms #formulario .recap iframe {
  transform: scale(0.7);
}

#processo {
  background: rgb(174, 37, 62);
  background: linear-gradient(90deg, rgb(174, 37, 62) 50%, rgb(255, 255, 255) 50%);
  min-height: 550px;
  height: 100%;
}
@media (max-width: 992px) {
  #processo {
    min-height: 400px;
    background: linear-gradient(-180deg, rgb(174, 37, 62) 50%, rgb(255, 255, 255) 50%);
  }
}
#processo .eliane {
  background-image: url(../img/eliane-half-v2.png);
  min-height: 550px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 992px) {
  #processo .eliane {
    min-height: 400px;
    background-image: none;
  }
}
#processo .row {
  justify-content: center;
}
#processo .row .texto1 {
  display: flex;
  place-self: flex-end;
  place-items: flex-end;
  min-height: 550px;
}
@media (max-width: 992px) {
  #processo .row .texto1 {
    place-items: center;
    min-height: 400px;
  }
}
#processo .row .texto1 h1 {
  color: white;
  font-size: 34px;
  line-height: 48px;
  font-weight: 400;
  margin-bottom: 66px;
}
@media (max-width: 992px) {
  #processo .row .texto1 h1 {
    text-align: center;
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  #processo .row .texto1 h1 {
    font-size: 28px;
  }
}
#processo .row .texto2 {
  min-height: 550px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
@media (max-width: 992px) {
  #processo .row .texto2 {
    place-items: center;
    min-height: 400px;
  }
}
#processo .row .texto2 .item-info {
  background: #AE253E;
  border-radius: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  padding: 20px 30px;
  width: fit-content;
  margin-bottom: 15px;
  max-width: 340px;
}
@media (max-width: 1200px) {
  #processo .row .texto2 .item-info {
    max-width: 100%;
    padding: 10px 15px;
  }
}
#processo .row .texto2 .item-info p {
  margin-bottom: 0;
  color: white;
  font-weight: 900;
  font-size: 14px;
  margin-left: 15px;
}
@media (max-width: 1200px) {
  #processo .row .texto2 .item-info p {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  #processo .row .texto2 .item-info p {
    font-size: 12px;
  }
}
#processo .row .texto2 .item-info svg {
  min-width: 25px;
}
#processo .row .texto2 .euro {
  display: flex;
  justify-content: end;
  margin-right: 20%;
}
@media (max-width: 992px) {
  #processo .row .texto2 .euro {
    margin-right: 0;
  }
}
#processo .row .texto2 .euro img {
  max-width: 100px;
}

#video {
  background-color: #252951;
}
#video h1 {
  color: white;
  font-weight: 800;
  font-size: 30px;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  #video h1 {
    font-size: 24px;
  }
}
#video iframe {
  width: 100%;
  max-width: 700px;
  height: 350px;
  margin-bottom: 40px;
  border-radius: 10px;
}
#video .botao-area {
  display: flex;
  justify-content: center;
}
#video .botao-area .btn-video {
  background-color: #073AAC;
  border: 1px solid white;
  padding: 20px 10px;
  width: fit-content;
  font-size: 10px;
  color: white;
  text-decoration: none;
  font-weight: 600;
  text-transform: uppercase;
  border-radius: 5px;
  transition: background-color 0.4s;
}
#video .botao-area .btn-video:hover {
  background: #063293;
}
#video .botao-area .btn-video svg {
  margin-left: 10px;
}

#carreira {
  background-color: #AE253E;
  padding-top: 30px;
}
@media (max-width: 992px) {
  #carreira .row {
    flex-direction: column-reverse;
  }
}
#carreira .row .texto {
  align-self: center;
}
@media (max-width: 992px) {
  #carreira .row .texto {
    margin-bottom: 40px;
  }
}
#carreira .row .texto h1 {
  font-size: 50px;
  color: white;
  text-transform: uppercase;
  font-weight: 800;
  max-width: 444px;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  #carreira .row .texto h1 {
    font-size: 26px;
  }
}
@media (max-width: 992px) {
  #carreira .row .texto h1 {
    text-align: center;
    padding: 0 20px;
    max-width: 100%;
  }
}
#carreira .row .texto p {
  color: white;
  font-size: 12px;
  line-height: 25px;
  max-width: 512px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  #carreira .row .texto p {
    text-align: center;
    max-width: 100%;
    padding: 0 20px;
  }
}

#remax-group {
  background-color: #252951;
}
#remax-group h1 {
  color: white;
  font-weight: 400;
  font-size: 26px;
  max-width: 999px;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  #remax-group h1 {
    font-size: 22px;
  }
}
#remax-group .botao-area {
  display: flex;
  justify-content: center;
}
#remax-group .botao-area .btn-remax-group {
  background-color: #073AAC;
  border: 1px solid white;
  padding: 20px 10px;
  width: fit-content;
  font-size: 10px;
  color: white;
  text-decoration: none;
  font-weight: 600;
  text-transform: uppercase;
  border-radius: 5px;
  transition: background-color 0.4s;
  min-width: 200px;
}
#remax-group .botao-area .btn-remax-group:hover {
  background: #063293;
}
#remax-group .botao-area .btn-remax-group svg {
  margin-left: 10px;
}

#investidores .bg-investidores {
  min-height: 520px;
  background-image: url(../img/aerial-view-lisbon-downtown-sunny-day.png);
  background-size: cover;
}
#investidores .texto {
  align-self: center;
  padding: 20px;
}
#investidores .texto h1 {
  color: #252951;
  font-size: 26px;
  font-weight: 700;
  max-width: 490px;
}
@media (max-width: 767px) {
  #investidores .texto h1 {
    font-size: 22px;
  }
}
#investidores .texto p {
  color: black;
  font-size: 14px;
  max-width: 590px;
  line-height: 30px;
  margin-top: 30px;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  #investidores .texto p {
    font-size: 12px;
  }
}
#investidores .texto h2 {
  color: #252951;
  font-size: 24px;
  font-weight: 700;
  max-width: 490px;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  #investidores .texto h2 {
    font-size: 20px;
  }
}
#investidores .texto .btn-remax-group {
  text-align: center;
  background-color: #073AAC;
  border: 1px solid white;
  padding: 20px 10px;
  width: fit-content;
  font-size: 10px;
  color: white;
  text-decoration: none;
  font-weight: 600;
  text-transform: uppercase;
  border-radius: 5px;
  transition: background-color 0.4s;
  min-width: 200px;
}
#investidores .texto .btn-remax-group:hover {
  background: #063293;
}
#investidores .texto .btn-remax-group svg {
  margin-left: 10px;
}

#numeros {
  background-color: #4A9743;
}
#numeros .texto {
  text-align: center;
}
#numeros .texto h1 {
  color: white;
  font-weight: 800;
  font-size: 26px;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  #numeros .texto h1 {
    font-size: 22px;
  }
}
#numeros .principal {
  min-height: 80px;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
}
#numeros .principal p {
  color: #252951;
  max-width: 112px;
  font-weight: 800;
  font-size: 30px;
  line-height: 35px;
  margin: 0;
}
@media (max-width: 767px) {
  #numeros .principal p {
    max-width: 100%;
  }
}
#numeros .secundario {
  color: white;
  font-size: 12px;
  margin: 0;
}

#numeros2 {
  background-color: #AE253E;
}
#numeros2 .texto {
  text-align: center;
}
#numeros2 .texto h1 {
  color: white;
  font-weight: 800;
  font-size: 26px;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  #numeros2 .texto h1 {
    font-size: 22px;
  }
}
#numeros2 .principal {
  min-height: 80px;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
}
#numeros2 .principal p {
  color: #FFC001;
  font-weight: 800;
  font-size: 30px;
  line-height: 35px;
  margin: 0;
}
#numeros2 .secundario {
  color: white;
  font-size: 12px;
  margin: 0;
}

#remax {
  background-color: #252951;
}
#remax .assinatura {
  max-width: 270px;
}
#remax p {
  color: white;
  text-align: justify;
  line-height: 35px;
  max-width: 512px;
  margin-top: 40px;
  margin-bottom: 40px;
}
#remax .logos {
  max-width: 270px;
}
#remax .logo {
  max-width: 111px;
}
#remax .borda {
  border-right: 1px solid #707070;
}
@media (max-width: 992px) {
  #remax .borda {
    border-right: none;
    border-bottom: 1px solid #707070;
    padding-bottom: 40px;
    margin-bottom: 40px;
  }
}

#desafio {
  background-color: #FFC001;
}
#desafio h1 {
  color: #252951;
  font-weight: 800;
  font-size: 26px;
  max-width: 999px;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  #desafio h1 {
    font-size: 22px;
  }
}
#desafio .botao-area {
  display: flex;
  justify-content: center;
}
#desafio .botao-area .btn-remax-group {
  background-color: #073AAC;
  border: 1px solid white;
  padding: 20px 10px;
  width: fit-content;
  font-size: 10px;
  color: white;
  text-decoration: none;
  font-weight: 600;
  text-transform: uppercase;
  border-radius: 5px;
  transition: background-color 0.4s;
  min-width: 200px;
}
#desafio .botao-area .btn-remax-group:hover {
  background: #063293;
}
#desafio .botao-area .btn-remax-group svg {
  margin-left: 10px;
}

footer {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  footer {
    margin-bottom: 180px;
  }
}
footer .logo-remax {
  text-align: center;
}
footer .logo-remax img {
  max-width: 40px;
}
footer .texto1 {
  align-self: center;
  text-align: center;
}
footer .texto1 p {
  font-size: 12px;
  margin: 0;
}
footer .texto2 {
  align-self: center;
  text-align: center;
}
footer .texto2 p {
  font-size: 12px;
  margin: 0;
}

/*# sourceMappingURL=styles.min.css.map */
