@import url("https://fonts.googleapis.com/css2?family=Anton&family=Roboto+Condensed:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Satisfy&display=swap");
/*
font-family: 'Anton', sans-serif;
font-family: 'Roboto', sans-serif;
font-family: 'Roboto Condensed', sans-serif;
font-family: 'Satisfy', cursive;
*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  /* background: #1c6fc8; */
  /* overflow-x: hidden; */
}

html {
  box-sizing: border-box;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}

body {
  background: #1c6fc8;
  overflow-x: hidden;
}

.logomain {
  position: relative;
  background: #1159a8;
  height: 120px;
  text-align: center;
}

.logomain::before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 55px 30px 55px;
  border-color: transparent transparent #1c6fc8 transparent;
  left: 50%;
  transform: translateX(-50%);
}

.showcase {
  background: #1c6fc8;
  background-image: url("../images/bg-condominio.jpg");
  background-repeat: no-repeat;
  padding-top: 20px;
  /* margin-top: 20px; */
  margin: 20px auto 0 auto;
  text-align: center;
}

/* formulárioi */
.form-div {
  margin: 0 auto !important;
  /* background: red; */
  /* text-align: center !important; */
  /* display: flex; */
}
.formulario {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  background: rgb(19, 35, 112);
  background: linear-gradient(
    180deg,
    rgba(19, 35, 112, 1) 0%,
    rgba(13, 82, 157, 1) 46%,
    rgba(17, 89, 168, 1) 100%
  );
  padding: 10px 10px 50px 10px;
  min-height: 400px;

  border-radius: 0 0 20px 20px;
  margin: 0 auto;
  width: 95%;
  position: relative;
  z-index: 99;
}

.cor-btn {
  background: rgb(255, 224, 20);
  background: linear-gradient(
    180deg,
    rgba(255, 224, 20, 1) 0%,
    rgba(221, 205, 29, 1) 100%
  );
  margin-top: 20px;
  color: #1159a8;
  font-family: "Roboto";
  font-weight: 900;
}
.cor-btn:hover {
  color: #1c6fc8;
}

legend {
  font-size: 1.4em;
  color: aliceblue;
  font-family: "Roboto";
  font-weight: 300;
  margin: 10px auto 0 auto;
}
input {
  /* margin-bottom: 10px; */
  /* width: 100% !important; */
  /* margin: 0 10px; */
  font-size: 1em;
  color: #cbcbcb;
}

input[type="text"] {
  color: #707070;
  font-family: "roboto";
  font-weight: 300;
}

.img-contato {
  border: 5px solid #fff;
}

/* área do texto */

.title-um {
  font-size: 5em;
  font-family: "Anton";
  color: #fff;
  /* text-shadow: 2px 2px 1px #376dd8; */
}

.sub-title {
  color: #fff;
  font-size: 2em;
  font-family: "roboto";
  font-weight: 300;
  /* text-shadow: 2px 2px 1px #2f5ad1; */
}

.seta {
  font-size: 1.5em;
  font-weight: 900;
  font-family: "Roboto Condensed";
  color: rgb(227, 174, 15);
  float: right;
  text-shadow: 2px 2px 1px #272728;
}

/* section atendimento */

.atendimento {
  background: #cbcbcb;
  min-height: 200px;
  float: left;
  width: 100%;
  position: absolute;
  z-index: 0;
}

@media (min-width: 320px) {
  body {
    /* background-color: rgb(73, 6, 71); */
    overflow-x: hidden !important;
    box-sizing: border-box !important;
    margin: 0;
    padding: 0;
    background: #1c6fc8 !important;
  }

  legend {
    /* float: left; */
    text-align: left;
  }

  .oferta-title {
    font-size: 1em;

    margin-bottom: 5px;
  }

  .title-um {
    font-size: 1.5em;
    text-align: center;
  }

  .sub-title {
    text-align: center;
    font-size: 1em;
  }

  .seta {
    text-align: center !important;
    float: none !important;
  }

  .seta h2 {
    font-size: 1em;
  }

  .img-seta {
    display: none;
  }

  .form-div {
    margin: 0 auto !important;

    /* background: red; */
  }

  .atendimento {
    margin-top: -170px;
    padding-bottom: 20px;
    position: relative;
  }

  .title-atendimento {
    margin-top: 200px !important;
    text-align: center;
    color: #272728;
    font-size: 2em;
    font-family: "anton";
    margin-bottom: 0;
    padding: 0;
    float: left;
  }

  .tel-vendas {
    font-size: 3em;
    font-family: "anton";
    text-align: center;
    color: #3072b9;
    text-decoration: none;
    margin-top: 0;
    padding: 0;
    line-height: 1em;
    margin-bottom: 25px;
  }

  .localizacao {
    background: #f18d16;
    min-height: 500px;
    float: left;
    border-top: 20px solid #cc7710;
    border-bottom: 20px solid #cc7710;
  }

  .localizacao h3 {
    margin-top: 70px;
    color: #044d81;
    font-size: 2em;
    font-family: "roboto";
    font-weight: 900;
    text-align: center;
    text-shadow: 1px 1px #955508;
    text-transform: uppercase;
  }

  .localizacao img {
    border: 5px solid #cbcbcb;
  }

  .desc-cond {
    color: #fff;
  }

  .desc-cond h1 {
    font-size: 1.8em;
    text-align: center;
    font-family: "roboto";
    font-weight: 900;
    margin-top: 30px;
  }

  .desc-cond p {
    font-size: 1.2em;
    font-family: "roboto";
    font-weight: 400;
    letter-spacing: 1px;
    color: #704108;
    text-align: center;
  }

  /* galeria */
  .galeria {
    margin: 0;
    padding: 0;
    float: left;
    border-bottom: 20px solid #044d81;
  }

  .galeria h1 {
    font-size: 1.8em;
    text-align: center;
    font-family: "roboto";
    font-weight: 900;
    margin-top: 30px;
    color: #fff;
    margin-top: 50px !important;
    float: left;
    width: 100%;
    margin-bottom: 0;
    padding: 0;
  }

  .galeria p {
    font-size: 1em;
    text-align: center;
    font-family: "roboto";
    font-weight: 300;
    margin-top: 30px;
    color: #fff;
    margin-bottom: 30px;
    padding: 0;
  }

  .galeria ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .galeria ul li {
    width: 25%;
    float: left;
  }

  /* titulo meio */

  .titulo-meio {
    text-align: center;
    margin: 0;
    padding-bottom: 25px;
  }

  .titulo-meio h1 {
    color: #ffbb68;
    font-family: "Satisfy";
    font-size: 1.6em;
    text-align: center;
    margin-top: 30px;
    padding: 0;
    /* text-decoration: underline; */
  }

  .titulo-meio p {
    font-size: 1.4em;
    font-family: "roboto";
    color: #cbcbcb;
    text-align: center;
    margin: 0;
    padding: 0;
  }
  .plantao-title a {
    text-align: center;
    text-decoration: none;
    font-size: 1.5em;
  }

  .plantao-title a:hover {
    background: #955508 !important;
    color: #fff;
  }

  /* implantação */

  .implantacao {
    background: #f0f0f0;
    border-top: 25px solid #bfbfbf;
    padding-bottom: 50px;
  }

  .implantacao ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }

  .img-lazer {
    padding-top: 50px;
    text-align: center;
  }

  .img-lazer img {
    border: 10px solid #1159a8;
  }

  .implantacao h2 {
    font-size: 1.8em;
    text-align: center;
    font-family: "roboto";
    font-weight: 900;
    margin-top: 30px;
    color: #1159a8;
    margin-top: 50px !important;
    float: left;
    width: 100%;
    margin-bottom: 0;
    padding: 0;
  }

  /* Vídeo institucional */

  .dark-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    overflow-x: hidden;
  }

  #video-play {
    position: relative;
    min-height: 220px;
    background: url("../img/media.jpg");
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: 0 -300px;
    text-align: center;
    color: #fff;
  }

  #video-play a {
    color: #fff;
    font-family: "roboto";
    font-weight: 900;
  }

  /* imovel */

  .imovel {
    background: #1c6fc8;
    background-image: url("../images/imovel.jpg");
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    /* margin-top: 20px; */
    text-align: center;
    min-height: 600px;
    padding: 30px 0 50px 0;
  }

  .carac-casa {
    margin: 0 auto;
    padding: 0;
    width: 90% !important;
    text-align: left;
  }

  .imovel h1 {
    font-size: 2em;
    color: #f0f0f0;
    margin-top: 35px;
    font-family: "roboto";
    font-weight: 900;
  }

  .hr-solid {
    border-top: 1px solid rgb(255, 255, 255);
    width: 90% !important;
    margin: 0 auto 20px auto;
  }

  .carac-casa ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }

  .carac-casa p {
    display: inline-block;
    padding: 10px;
    color: #f0f0f0;
    background: #f18d16;
    font-weight: 600;
    font-family: "roboto";
    font-size: 1.2em;
    margin-bottom: 10px;
  }

  .planta img {
    border: 10px solid #fff;
    margin: 0;
    padding: 0;
  }
  /* fotos casa */
  .fotoscasa {
    border-top: 15px solid rgb(206, 206, 206);
    border-bottom: 15px solid rgb(206, 206, 206);
    background: #fff;
    padding: 50px 0;
  }

  .fotoscasa h1 {
    font-size: 2em;
    color: #1159a8;
    margin-top: 35px;
    font-family: "roboto";
    font-weight: 900;
    text-align: center;
  }

  .hr-solid2 {
    border-top: 1px solid #044d81;
    width: 80% !important;
    margin: 0 auto 20px auto;
  }

  .carac-imovel {
    margin: 0 auto;
    padding: 0;
    width: 90% !important;
  }

  .carac-imovel h2 {
    font-size: 1.2em;
    color: #044d81;
    font-family: "roboto";
    font-weight: 500;
  }

  .carac-imovel ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }

  .carac-imovel ul li {
    font-family: "roboto";
    font-weight: 400;
    margin-bottom: 10px;
  }

  .carousel-img {
    margin: 0 auto;
    /* border: 10px solid #1159a8; */
    width: 90%;
  }

  .carousel-item {
    border: 10px solid #1159a8;
    margin-bottom: 20px;
  }

  /* localização */
  .localizacao2 {
    padding-bottom: 100px;
    border-bottom: 15px solid #1159a8;
  }
  .loc-google {
    margin: 0 auto !important;
    width: 100%;

    text-align: center !important;
  }

  .google-maps {
    position: relative;
    background: #fff;
    padding-bottom: 75%;
    height: 0;
    overflow: hidden;
    margin: 0 auto;
    text-align: center;
    width: 90%;
    border: 15px solid #fff;
  }
  .google-maps iframe {
    margin: 0 auto;
    top: 0;
    left: 0;
    position: absolute;

    width: 100% !important;
    height: 100% !important;
  }

  .localizacao2 h1 {
    font-size: 2em;
    color: #f0f0f0;
    margin-top: 35px;
    font-family: "roboto";
    font-weight: 900;
    text-align: center;
  }

  .hr-solid {
    border-top: 1px solid rgb(255, 255, 255);
    width: 90% !important;
    margin: 0 auto 20px auto;
  }

  .small {
    font-size: 0.8em;
    color: #fff;
    text-align: center;
  }

  .img-localizacao2 {
    width: 90%;
    margin: 0 auto 30px auto;
  }

  /* footer */

  .footer {
    background: #272728 !important;
    min-height: 200px !important;
  }
  .copy-footer {
    margin: 0 auto;
    width: 90%;
  }
  .copy-footer h3 {
    color: #fff;
    text-align: center;
    font-size: 1.2em;
  }
  .copy-footer p {
    color: #fff;
    font-size: 1em;
    text-align: center;
  }
  .logo-footer,
  .logo-imobiliatto {
    width: 80%;
    padding: 20px;
    margin: 0 auto;
  }
}

@media (min-width: 576px) {
  .localizacao {
    /* background: red; */
    width: 100%;
  }
}

@media (min-width: 760px) {
  .localizacao {
    /* background: red; */
    width: 100%;
  }
  .linha-atendimento {
    /* background: red; */
    float: left;
    margin: 0 auto;
    text-align: left !important;
  }
  .title-atendimento {
    text-align: left;
    margin-top: 10px !important;
  }
  .tel-vendas {
    text-align: left;
  }

  .localizacao {
    padding: 20px 0;

    min-height: 400px;
  }

  .desc-cond {
    margin-bottom: 0;
  }

  .desc-cond h1 {
    font-size: 1.2em;
    margin: 0;
    margin-bottom: 20px;
  }

  .desc-cond p {
    font-size: 1.1em;
  }

  .localizacao h3 {
    margin: 0;
    font-size: 1.2em;
  }

  .carac-casa{
    width: 50% !important;
    /* background: red; */
  }

  .imovel {
    min-height: 350px;
  }

  .carousel-img {
    width: 50% !important;
    /* background: red; */
    float: left;
  }

  .carac-imovel {
    width: 50% !important;
    /* background: green; */
    float: right;
  }

  .img-localizacao2 {
    width: 100%;
    border: 15px solid #fff;
    background: #fff;
  }

  .loc-google {
    width: 100%;
  }

  .footer {
    padding: 30px 0;
  }

  .copy-footer {
    font-family: 'roboto';
    color: #fff;
    font-size: 0.8em;
    width: 100%;
  }
  .copy-footer h3 {
    font-size: 0.9em;
  }
  .copy-footer p{
    font-size: 0.8em;
  }

  .logo-imobiliatto, .logo-footer {
    width: 100%;
   
  }
}

@media (min-width: 960px) {

  .showcase {
    min-height: 600px !important;
    /* background: red; */
  }

  .title-um {
    font-size: 3em;
  }

  .oferta-title {
    font-size: 1em;
  }

  .img-seta{
    display: none;
  }

 .formulario {

  /* background: rgb(90, 79, 79); */
  min-height: 500px;
 }
  .localizacao {
    /* background: red; */
    width: 100%;
    padding: 80px 0;
  }

  .localizacao h3 {
    font-size:2em;
  }

  .desc-cond h1 {
    font-size:2em;
  }

  .desc-cond p {
    font-size: 1.4em;
  }

  .linha-atendimento {
    /* background: red; */
    float: left;
    margin: 0 auto;
    text-align: left !important;
  }
  .title-atendimento {
    text-align: left;
    margin-top: 10px !important;
    font-size: 2em;
  }
  .tel-vendas {
    text-align: left;
    font-size: 3em;
  }

  .localizacao {
    padding: 50px 0;
    /* background: red; */
  }
  .localizacao h3{
    font-size: 1.5em;
  }
  .desc-cond h1 {
    font-size: 1.5em;
  }
  .desc-cond p {
    font-size: 1.2em;
  }

  

}

@media (min-width: 992px) {

  .showcase{
    min-height: 650px !important;
  }

  .title-um {
    font-size: 3em;
  }

  .sub-title {
    font-size: 2em;
    
  }
.seta h2 {
  float: left;
  font-size: 1.3em;
}
  .img-seta{
    display: inline;
    float: right;
  }

  

  .title-atendimento {
    font-size: 3em;
  }

  .tel-vendas {
    font-size: 5em;
  }

  .localizacao {
    padding: 80px 0;
    /* background: red; */
  }
  .localizacao h3{
    font-size: 2em;
  }
  .desc-cond h1 {
    font-size: 2em;
  }
  .desc-cond p {
    font-size: 1.5em;
  }
}

@media (min-width: 1200px) {

  .oferta-title {
    font-size: 1.5em;
  }
  .title-um {
    font-size: 4em;
  }

  .sub-title {
    font-size: 2em;
    
  }
.seta h2 {
  float: left;
  font-size: 1.3em;
}
  .img-seta{
    display: inline;
    float: right;
  }

  

  .title-atendimento {
    font-size: 4em;
  }

  .tel-vendas {
    font-size: 6em;
  }

  .localizacao {
    padding: 80px 0;
    /* background: red; */
  }
  .localizacao h3{
    font-size: 2em;
  }
  .desc-cond h1 {
    font-size: 2em;
  }
  .desc-cond p {
    font-size: 1.8em;
  }

  .images-gallery {
    width: 25% !important;
  }

  .galeria h1{
    font-size: 4em;
  }
  .galeria p{
    font-size: 2em;
  }

  .plantao-title h1{
    font-size: 4em;
  }
  .plantao-title p{
    font-size: 3em;
  }
  .plantao-title a{
    font-size: 3em;
  }

  .implantacao h2{
    font-size: 3em;
  }
  .implantacao ul li{
    font-size: 1.2em;
  }

  .imovel h1 {
    font-size: 4em;
  }

  .carac-casa p {
    font-size: 2em;
  } 

  .fotoscasa h1 {
    font-size: 4em;
  }
  .carac-imovel h2 {
    font-size: 2.4em;
  }

  .carac-imovel ul li{
    font-size: 1.9em;
  }

  .localizacao2 h1{
    font-size: 3em;
  }
  .localizacao2 p{
    font-size: 1.5em;
  }

}
