@import url("http://fonts.googleapis.com/css?family=Titillium+Web:400,300,600,700");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@font-face {
  font-family: "optima";
  src: url(../fonts/unicode.optima.ttf);
}

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

@media (max-width: 767.98px) {
  .bg-topo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-color: #edd2cf;
  }
}

.navbar {
  padding: 0;
  padding-top: 30px;
}

.navbar .navbar-brand {
  padding: 0;
  margin: 0;
  z-index: 9;
}

.navbar .navbar-brand img {
  width: 220px;
}

@media (max-width: 767.98px) {
  .navbar .navbar-brand img {
    width: 150px;
  }
}

#slider-home {
  margin-top: -270px;
}

@media (max-width: 767.98px) {
  #slider-home {
    margin-top: -10px;
  }
}

#slider-home .item {
  position: relative;
}

#slider-home .item .description {
  position: absolute;
  bottom: 100px;
  padding-left: 30px;
}

@media (max-width: 767.98px) {
  #slider-home .item .description {
    bottom: 20px;
  }
}

#slider-home .item .description h1 {
  font-family: "optima";
  line-height: 45px;
  color: #211008;
  font-size: 50px;
}

@media (max-width: 767.98px) {
  #slider-home .item .description h1 {
    font-size: 23px;
    line-height: 25px;
  }
}

#slider-home .item .description small {
  color: #211008;
  font-weight: 400;
}

@media (max-width: 767.98px) {
  #slider-home .item .description small {
    font-size: 12px;
  }
}

.chamada .imagem {
  margin-top: -50px;
  position: relative;
  z-index: 99;
}

@media (max-width: 767.98px) {
  .chamada .imagem {
    display: none;
  }
}

.chamada .imagem img {
  width: 300px;
}

.chamada .content {
  padding-top: 30px;
  color: #211008;
  padding-right: 140px;
}

@media (max-width: 767.98px) {
  .chamada .content {
    padding-right: 10px;
  }
}

.chamada .content h2 {
  color: #d2b5b2;
  font-family: "optima";
  font-size: 30px;
}

.chamada .content p {
  padding-top: 10px;
  font-weight: 400;
  font-size: 13px;
}

.chamada .content button {
  margin-top: 20px;
  border: 1px solid #edd2cf;
  background-color: transparent;
  border-radius: 80px;
  padding: 10px 30px;
  font-size: 14px;
  -webkit-transition: 1s;
  transition: 1s;
}

.chamada .content button:hover {
  background-color: #c49691;
}

.chamada2 .imagem {
  margin-top: -50px;
  position: absolute;
  bottom: -160px;
  right: 0px;
  z-index: 99;
}

@media (max-width: 767.98px) {
  .chamada2 .imagem {
    display: none;
  }
}

.chamada2 .imagem img {
  width: 520px;
}

.chamada2 .content {
  text-align: right;
  padding-top: 30px;
  color: #211008;
  padding-left: 210px;
}

@media (max-width: 767.98px) {
  .chamada2 .content {
    padding-left: 10px;
    text-align: left;
  }
}

.chamada2 .content h2 {
  color: #d2b5b2;
  font-family: "optima";
  font-size: 30px;
}

.chamada2 .content p {
  padding-top: 10px;
  font-weight: 400;
  font-size: 13px;
}

.chamada2 .content button {
  margin-top: 20px;
  border: 1px solid #edd2cf;
  background-color: transparent;
  border-radius: 80px;
  padding: 10px 30px;
  font-size: 14px;
  -webkit-transition: 1s;
  transition: 1s;
}

.chamada2 .content button:hover {
  background-color: #c49691;
}

footer {
  margin-top: 100px;
}

@media (max-width: 767.98px) {
  footer {
    margin-top: 30px;
  }
}

footer ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 767.98px) {
  footer ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0;
    padding: 0;
  }
}

footer ul li {
  padding: 30px;
  color: #121a30;
  font-weight: 600;
  font-size: 18px;
  font-family: "optima";
}

@media (max-width: 767.98px) {
  footer ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

footer ul li span {
  color: #211008;
  font-weight: 400;
  font-size: 15px;
  font-family: "Montserrat", sans-serif;
}

footer ul li span strong {
  font-weight: bold;
}

footer ul li a {
  color: unset;
}

footer ul li a strong {
  font-weight: bold;
}

footer ul li img {
  width: 180px;
}

.formulario-mobile {
  display: none;
}

@media (max-width: 767.98px) {
  .formulario-mobile {
    display: block;
    margin-top: 20px;
  }
}

.formulario-mobile form {
  padding: 30px;
  background-color: white;
  border: 1px solid #eee6e6;
  border-radius: 7px;
}

.formulario-mobile form strong {
  color: #2c3649;
  font-family: "optima";
  font-size: 20px;
}

.formulario-mobile form input {
  margin-top: 10px;
  height: 50px;
  margin-bottom: 10px;
  border: 0;
  width: 100%;
  border-bottom: 7px solid #f3f3f3;
}

.formulario-mobile form input::-webkit-input-placeholder {
  color: #202837;
  font-size: 14px;
}

.formulario-mobile form input:-ms-input-placeholder {
  color: #202837;
  font-size: 14px;
}

.formulario-mobile form input::-ms-input-placeholder {
  color: #202837;
  font-size: 14px;
}

.formulario-mobile form input::placeholder {
  color: #202837;
  font-size: 14px;
}

.formulario-mobile form button {
  background-color: #cb1f51;
  border-radius: 30px;
  width: 100%;
  height: 50px;
  border: 0;
  font-size: 13px;
  text-align: center;
  color: white;
}

.line-end {
  padding: 20px 0;
  background-color: #edd2cf;
}

.line-end p {
  font-size: 13px;
  color: #292721;
  margin: 0;
}

.line-end .formulario {
  position: absolute;
  z-index: 9999;
  bottom: -20px;
}

@media (max-width: 767.98px) {
  .line-end .formulario {
    display: none;
  }
}

.line-end .formulario form {
  padding: 30px;
  background-color: white;
  border: 1px solid #eee6e6;
  border-radius: 7px;
}

.line-end .formulario form strong {
  color: #2c3649;
  font-family: "optima";
  font-size: 20px;
}

.line-end .formulario form input {
  margin-top: 10px;
  height: 50px;
  margin-bottom: 10px;
  border: 0;
  width: 100%;
  border-bottom: 7px solid #f3f3f3;
}

.line-end .formulario form input::-webkit-input-placeholder {
  color: #202837;
  font-size: 14px;
}

.line-end .formulario form input:-ms-input-placeholder {
  color: #202837;
  font-size: 14px;
}

.line-end .formulario form input::-ms-input-placeholder {
  color: #202837;
  font-size: 14px;
}

.line-end .formulario form input::placeholder {
  color: #202837;
  font-size: 14px;
}

.line-end .formulario form button {
  background-color: #cb1f51;
  border-radius: 30px;
  width: 100%;
  height: 50px;
  border: 0;
  font-size: 13px;
  text-align: center;
  color: white;
}

.help-block {
  font-size: 11px;
  color: red;
}

.alert button {
  background-color: unset !important;
  width: unset !important;
  height: unset !important;
  font-size: unset !important;
}

.navbar-toggle .icon-bar {
  background-color: #888;
}

.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}

.paginacao {
  text-align: center;
}

.novidades-ler .img-fluid {
  margin: 0 auto;
}

.navbar .navbar-nav > .active > a {
  color: #555;
  background-color: #e7e7e7;
}
/*# sourceMappingURL=main.css.map */