body {}

@charset "UTF-8";
@font-face {
  font-family: 'cera_probold';
  src: url("../fonts/cera_pro_bold-webfont.eot");
  src: url("../fonts/cera_pro_bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/cera_pro_bold-webfont.woff2") format("woff2"), url("../fonts/cera_pro_bold-webfont.woff") format("woff"), url("../fonts/cera_pro_bold-webfont.ttf") format("truetype"), url("../fonts/cera_pro_bold-webfont.svg#cera_probold") format("svg");
  font-weight: normal;
  font-style: normal; 
}

@font-face {
  font-family: 'cera_prolight';
  src: url("../fonts/cera_pro_light-webfont.eot");
  src: url("../fonts/cera_pro_light-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/cera_pro_light-webfont.woff2") format("woff2"), url("../fonts/cera_pro_light-webfont.woff") format("woff"), url("../fonts/cera_pro_light-webfont.ttf") format("truetype"), url("../fonts/cera_pro_light-webfont.svg#cera_prolight") format("svg");
  font-weight: normal;
  font-style: normal; 
}

@font-face {
  font-family: 'cera_proregular';
  src: url("../fonts/cera-pro-regular-webfont.eot");
  src: url("../fonts/cera-pro-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/cera-pro-regular-webfont.woff2") format("woff2"), url("../fonts/cera-pro-regular-webfont.woff") format("woff"), url("../fonts/cera-pro-regular-webfont.ttf") format("truetype"), url("../fonts/cera-pro-regular-webfont.svg#cera_proregular") format("svg");
  font-weight: normal;
  font-style: normal; 
}
* {
  margin: 0;
  padding: 0;
  outline: 0;
  line-height: 1.2;
  letter-spacing: 0em;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box; 
}
object,
embed,
video,
iframe,
iframe {
  max-width: 100%;
  /* height: auto;  */
}
img {
  max-width: 100%;
  vertical-align: middle; }
ul {
  list-style: none; }
a {
  text-decoration: none; }
fieldset {
  border: 0; }
input,
select,
textarea {
  padding: 10px;
  width: 100%; }
input.btn {
  width: auto;
  cursor: pointer; 
}

  .mobile {
    display: none;
}

/* header */
.header__logo, .header__logo svg {
  display: block;
  min-height: 1px;
  width: 6.25rem;
  margin: 0 auto;
}

.video .box {
  background-color: #41487e;
  height: 400px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 10px;
}
.video button:focus{
  outline: none;
}
.video button{
  background: transparent;
    border: none;
    cursor: pointer;
}
.banner-abaixo{
  background-image: url("../images/banner-abaixo.jpg");
  height: 550px;
  background-size: cover;
  background-repeat: no-repeat;
}
.logo-banner:first-child{
  width: 170px;
}
.background h2{
  color: #FFFFFF;
  font: normal normal bold 35px/47px 'cera_proregular';
}
.background p{
  color: #FFFFFF;
  font: normal normal bold 28px/47px 'cera_proregular';
}
.color-red{
  color:#FF597A;
  font: normal normal bold 32px/47px 'cera_proregular';
}
.color-blue{
  color:#41487E;
  font: normal normal normal 35px/47px 'cera_proregular';
}
.color-blue b{
  color:#41487E;
  font: normal normal bold 35px/47px 'cera_probold';
}
.sec-form {
  background-color: #FFFFF5;
  padding: 3rem 0 1rem; 
}
  .sec-form h3 {
    color: #252940;
    font-size: 25px;
    font-family: 'cera_probold';
    font-weight: bold;
    margin-bottom: 30px;
    max-width: 380px; 
  }
  .sec-form p {
    color: #252940;
    font-size: 18px;
    font-family: 'cera_prolight';
    text-align: left;
    max-width: 400px; 
  }
  .sec-form form input[type=checkbox] {
    width: 15px !important; 
  }
  .sec-form form input {
    border: 2px solid #252940;
    border-radius: 28px;
    padding: 10px 15px;
    font-family: 'cera_proregular';
    font-size: 15px;
    color: #252940;
    margin: 10px 0; 
  }
    .sec-form form input::-webkit-input-placeholder {
      font-family: 'cera_proregular';
      color: #252940; 
    }
    .sec-form form input::-moz-placeholder {
      font-family: 'cera_proregular';
      color: #252940; 
    }
    .sec-form form input:-ms-input-placeholder {
      font-family: 'cera_proregular';
      color: #252940; 
    }
    .sec-form form input::-ms-input-placeholder {
      font-family: 'cera_proregular';
      color: #252940; 
    }
    .sec-form form input::placeholder {
      font-family: 'cera_proregular';
      color: #252940; 
    }
  .sec-form form input[type=button] {
    background-color: #252940;
    color: #FFF;
    font-family: 'cera_probold'; 
  }
  .sec-form form p.autorizo {
    color: #202020;
    font-size: 13px;
    display: inline-block;
    vertical-align: middle;
    line-height: 13px;
    margin-top: -5px;
    margin-bottom: 0; 
  }
  .sec-form .sucesso {
    display: none; 
  }
  .sec-form .no-padding {
    padding: 30px 0 0; 
  }
    .sec-form .no-padding .row {
      margin: 0; 
    }
    .sec-form .no-padding .line {
      width: 100%;
      height: 1px;
      margin: 15px 0;
      background-color: #d4d4cf; 
    }
    .sec-form .no-padding p {
      max-width: 80%;
      text-align: center;
      margin: 30px auto;
      color: #252940;
      font-size: 15px;
      font-family: 'cera_prolight'; 
    }
    .error-form {
      border: 2px solid #F00 !important; 
    }
      .valide-form {
        border: 2px solid #19d216 !important;
    }
.whatsapp{
  position: fixed;
  color: #fff;
  bottom: 15px;
  right: 10px;
  padding: 10px;
  padding-left: 16px;
  padding-top: 6px;
  width: 70px;
  font-size: 46px;
  height: 70px;
  background: transparent linear-gradient(180deg, #F9A006 0%, #FE7450 52%, #FD597B 100%) 0% 0% no-repeat padding-box;
  box-shadow: 0px 0px 5px #00000040;
  opacity: 1;
  border-radius: 50%;
}
.whatsapp a{
  color: #fff;
}
.privacy {
  width: 100%;
  padding: 15px 15px 5px;
  position: fixed;
  bottom: 0px;
  background: rgba(0,0,0,0.7);
  z-index: 99999;
  display: none;
  color:#fff;
}
#btn-enviar{
  cursor:pointer;
}
.privacy a { color: #FFF; 
}

.btn.aceito, .btn.aceito:hover {
  background: #f9f9f9;
  color: #000;
  font-weight: bold;
  padding: 8px 15px;
  border-radius: 10px;
  cursor: pointer;
  width: 190px;
  margin-top: 0px;
  font-size: 16px;
}

/* CTA de download de documento */
.cta_doc_empreendimento {
  background-color: #323663;
  padding: 40px 0;
}

.cta_doc_empreendimento .row {
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: center;
}

.cta_doc_empreendimento h1 {
  color: #ffffff;
  font-size: 25px;
  font-family: 'cera_probold';
  font-weight: bold;
  margin-bottom: 20px;
}

.cta_doc_empreendimento p {
  color: #ffffff;
  font-size: 18px;
  font-family: 'cera_prolight';

}

.cta_doc_empreendimento a {
  background: #FFFFFF;
  border: 2px solid #3a3f74;
  border-radius: 28px;
  padding: 10px 30px;
  font-family: 'cera_probold';
  font-size: 18px;
  color: #3a3f74;
  cursor: pointer;
  text-decoration: none;
}

.cta_doc_empreendimento .col-lg-4 {
  display:flex; 
  align-self:center;
  justify-content: center;
}

.modal-documentos {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.5);
  display: none; 
}
.modal-documentos .content-modal {
  max-width: 980px;
  margin: 20px auto;
  background: #FFFFF5;
  padding: 2rem; 
}
.modal-documentos .content-modal h3 {
  font-size: 30px;
  font-family: 'cera_probold';
  color: #FF6F56;
  text-align: left;
  margin: 0;
  padding: 0; 
}
.modal-documentos .content-modal p {
  font-size: 16px;
  font-weight: 300;
  color: #252940;
  font-family: 'cera_prolight';
  margin: 10px 0; 
}
.modal-documentos .content-modal ul li {
  display: inline-block;
  width: 48%;
  font-size: 14px;
  font-weight: 300;
  font-family: 'cera_prolight';
  text-align: center;
  margin: 10px 10px 10px 0;
  background-color: #252940;
  border-radius: 23px;
  color: #FFF;
  padding: 10px 5px; 
}
.modal-documentos .content-modal ul li a {
  color: #FFF;
  text-decoration: none; 
}
.modal-documentos .content-modal ul li:nth-child(2n) {
  margin: 10px; 
}
.modal-documentos .content-modal .fechar {
  text-align: right; 
}
.modal-documentos .content-modal .fechar .j_close {
  cursor: pointer;
  font-size: 30px; 
}

/* footer */
footer {
  padding: 3rem 0;
  background-color: #000; 
}
  footer .logo-footer {
    display: block;
    margin: 0 auto 40px; 
  }
  footer .menu-footer .title-itens {
    color: #FFF;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 8px; 
  }
  footer .menu-footer .linha {
    width: 10px;
    height: 2px;
    background-color: #FFF;
    display: block;
    margin-bottom: 10px; 
  }
  footer .menu-footer a {
    display: block;
    color: #FFF;
    text-decoration: none;
    font-weight: 300;
    margin-bottom: 10px; 
  }
  footer .outros {
    position: absolute;
    bottom: 0; 
  }
  footer .redes a {
    display: inline-block;
    margin: 0 5px; 
  }
    footer .redes a i {
      font-size: 30px; 
    }
  footer .copyright {
    text-align: center;
    margin: 40px auto;
    color: #FFF;
    text-transform: uppercase; 
  }
  .modal-header span{
    color: #fff;
    opacity: 1 !important;
    font-size: 30px;
  }
  .modal-header .close{
    opacity: 1;
  }
  .modal-header{
    justify-content: end;
    border: none;
  }
@media screen and (min-width: 763px){

}
@media screen and (max-width: 762px){
  .desktop {
    display: none;
  }
  .mobile {
    display: block;
  }
.itens-mob .redes a {
  margin: 0 15px 15px;
  }
  .banner-abaixo{
    background-image: url("../images/banner_urman_teaser_localizacao-mobile.jpg");
  }
  .background p{
    font: normal normal bold 21px/47px 'cera_proregular';
  }
  .background h2{
    font: normal normal bold 31px/47px 'cera_proregular';
  }
  .sec-form p{
    font-size:17px;
  }
  .color-red{
    font: normal normal bold 20px/47px 'cera_proregular';
  }
  .color-blue{
    font: normal normal normal 20px/47px 'cera_proregular';
  }
  .color-blue b{
    font: normal normal bold 20px/47px 'cera_probold';
  }
  .sec-form {
    margin-top: -100px;
    border-radius: 40px 40px 0px 0px;
  }
  .sec-form h3.header-text {
    color: #41487E;
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 15px;
    max-width: 335px;
}
.sec-form p.sub-titulo {
  color: #41487E;
  font-size: 18px;
  font-family: 'cera_probold';
  text-align: left;
  font-weight: bold;
}
.sec-form h3 {
  max-width: none;
  font-size: 24px;
}
.logo-banner:first-child{
  width: 120px;
}


  .cta_doc_empreendimento h1 {
    text-align: center;
  }
  .cta_doc_empreendimento .col-lg-4 {
    margin-top: 20px;
  }

  .modal-documentos .content-modal ul li {
    width: 100%;
  }
  .modal-documentos .content-modal ul li:nth-child(2n) {
    margin: 0;
  }

  .modal-documentos .content-modal {
    height: 500px;
    overflow-y: scroll;
  }
}

