body{
    width: 100%;
    margin: 0;
	font-family: Roboto, sans-serif;
    color: #333;;
    border-top: 150px;
    background-color: #FFF;
}

header{
	position: relative;
	background-color: #FFF;
	width: 100%;
	height: 600px;/*440*/
	margin: 0px 0 0px;
    padding: 0;
	float: left;
}

header img {
	width:  100%;
	height: 400px;

	/*object-fit: fill;/*contain*/
	object-position: center;
} 
.condicoes-1{
    background-color: rgb(171, 171, 171);
    height: 100%;
    width: 35%;
    float: left;
    padding: 30px 30px 30px 50px;
    color: #333;
}
.condicoes-1-titulo {
    width: 100%;
    height: 75%;
    background-color: none;
}
.logo-1{
    width: 100%;
    height: 100px;
    float: left;
    margin-bottom: 20px;
    background-color: none;
}
.logo-1 img{
    width: 100%;
    height: 100%;
    object-fit: fill;
}
.condicoes-1-preco{
    width: 100%;
    height: 15%;
    background-color: none;
}
.condicoes-1 h2{
    color: #333;
    font-size: 25px;
    font-weight: bolder;
    letter-spacing: 5px;
}
.condicoes-1-botoes{
    width: 100%;
    height: 10%;
    background-color: none;
}
.condicoes-1-botoes button{
    width: 48%;
    height: 100%;
    font-size: 18px;
}
.botao-agendamento{
    width: 48%;
    height: 100%;
    background-color: #333;
    border: 1px solid #333;
    color: #FFF;
    margin-right: 1%;
}
.botao-agendamento:hover{
    background-color: #000;
    border: 1px solid #000;
}

.botao-simulacao-1{
    width: 48%;
    height: 100%;
    border: 1px solid #ffc600;
    background-color: #ffc600;
    color: #333 ;
    margin-left: 2%;
}

.botao-simulacao-1:hover{
    width: 48%;
    height: 100%;
    border: 1px solid #ffa600;
    background-color: #ffa600;
    color: #333 ;
    margin-left: 2%;
}

.fotos-imovel{
    background-color: #333;
    width: 64%;
    height: 600px;
    float: left;
    margin-left: 1%;
}
.fotos-imovel img{
    width: 100%;
    height: 600px;
    object-fit: cover;
	object-position: center;
}
.fotos-imovel .d-block{
    background-color: none;
    height: 600px;
}


.principal {
    width:60%;
    height: auto;
    padding:0px 0;
    margin:60px 20% 10px;
    background-color: #FFF;
    float: left;
}

.descricao {
    margin-top: 0px;
    text-align: justify;
    width: 100%;
    float: left;
}
.accordion {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 25px;
    transition: 0.4s;
  }
  
  .active-accordion, .accordion:hover {
    background-color: #ccc;
  }
  
  .accordion:after {
    content: '\002B';
    color: #777;
    font-weight: bold;
    float: right;
    margin-left: 5px;
  }
  
  .active-accordion:after {
    content: "\2212";
  }
  .accordion h3{font-size: 10px;}
  
  .panel {
    padding: 20px 18px 0;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
  }
  .panel td{width: 50%; margin-top: 50px;}

.video {
    width: 100%;
    height: 460px;
    text-align: center;
    background-color: whitesmoke;
    float: left;
    margin-top: 10px;
    margin-bottom: 0;
}
.lista-condominio{
    width: 100%;
    height: auto;
    background-color: #333;
    float: left;
    margin-top: 30px;
}
.condominio{
    width: 100%;
    height: 450px;
    float: left;
    margin-top: 20px;
    margin-bottom: 40px;

    background-color: whitesmoke;
}
.dimensao img{
    width: 100%;
    height: 450px;
    object-fit: cover;
}

/* ***************************************************** */
.condicoes-2{
    width: 20%;
    height: 800px;
    margin:60px 5% 20px 0%;
    float: left;
    background-color: whitesmoke;
}
.FixoNoTopo {
    position: fixed;
    top:0px;
}
.FixoNoTopo + .condicoes-2 {
    padding-top: 60px;
}
.minibox{
    width: auto;
    height: 150px;
    background-color: rgb(19, 97, 97);
    margin:30px;
    margin-right: 20px;
    /* https://www.youtube.com/watch?v=oAjhMC5gtHs&t=346s */
    display: flex;
}

/* ---------------------------------------------------------------- */

/** *************** NOTE VIEW *************** */
@media only screen and (min-width:769px /*568px*/) and (max-width:1024px) {
    header{
        height: 500px;
    }
    
    header img {
        height: 500px;
    }
    .condicoes-1 h1 {
        font-size: 25px;
    }
    .condicoes-1 h2{
        font-size: 20px;
        letter-spacing: 3px;
    }
    .condicoes-1 p{
        font-size: 14px;
    }
    .condicoes-1-titulo {
        height: 65%;
    }
    .logo-1{
        width: 100%;
        height: 70px;
        float: left;
        margin-bottom: 20px;
        background-color: none;
    }
    .logo-1 img{
        width: 100%;
        height: 100%;
        object-fit: fill;
    }
    .condicoes-1-preco{
        width: 100%;
        height: 15%;
        background-color: none;
    }
    .condicoes-1-botoes button{
        width: 100%;
        height: 100%;
        font-size: 15px;
        margin-right: 0px;
    }
    .condicoes-1-botoes{
        width: 100%;
        height: 10%;
    }
    .botao-agendamento{
        width: 100%; /* 40px */
        height: 100%;
        background-color: #333;
        border: 1px solid #333;
        color: #FFF;
        margin-right: 0%;
        transition: 0.4s;
    }
    .botao-simulacao-1{
        width: 100%; /* 40px */
        height: 100%;
        border: 1px solid #333;
        background-color: #ffc600;
        color: #333 ;
        margin-top: 10px;
        margin-left: 0;
    }

    .fotos-imovel{
        height: 500px;
    }
    .fotos-imovel img{
        height: 500px;
    }
    .fotos-imovel .d-block{
        height: 500px;
    }
    .video {
        width: 100%;
        height: 350px;
    }
    .condominio{
        width: 100%;
        height: 350px;
    }
    .dimensao img{
        width: 100%;
        height: 350px;
        object-fit: cover;
    }

}

/* ---------------------------------------------------------------- */

/** *************** TABLET VIEW *************** */
@media only screen and (min-width:500px /*568px*/) and (max-width:770px) {
    header{
        height: 400px;
    }
    
    header img {
        height: 400px;
    }

    .fotos-imovel{
        height: 400px;
    }
    .fotos-imovel img{
        height: 400px;
    }
    .fotos-imovel .d-block{
        height: 400px;
    }
    .logo-1{
        width: 100%;
        height: 50px;
        float: left;
        margin-bottom: 10px;
        background-color: none;
        text-align: center;
        object-position: center;
    }
    .logo-1 img{
        width: auto;
    }
    .condicoes-1 h1 {
        font-size: 20px;
    }
    .condicoes-1 h2{
        font-size: 16px;
        letter-spacing: 3px;
    }
    .condicoes-1 p{
        font-size: 14px;
    }
    .condicoes-1-titulo {
        height: 70%;
    }
    /* //////// */
    .condicoes-1-botoes button{
        width: 100%;
        height: 100%;
        font-size: 15px;
        margin-right: 0px;
    }
    .condicoes-1-botoes{
        width: 100%;
        height: 10%;
    }
    .botao-agendamento{
        width: 100%; /* 40px */
        height: 100%;
        background-color: #333;
        border: 1px solid #333;
        color: #FFF;
        margin-right: 0%;
        transition: 0.4s;
    }
    .botao-simulacao-1{
        width: 100%; /* 40px */
        height: 100%;
        border: 1px solid #333;
        background-color: #ffc600;
        color: #333 ;
        margin-top: 7px;
        margin-left: 0;
    }
    .principal {
        width:80%;
        margin:60px 10% 0;
    }
    .video {
        width: 100%;
        height: 350px;
    }
    .condominio{
        width: 100%;
        height: 350px;
    }
    .dimensao img{
        width: 100%;
        height: 350px;
        object-fit: cover;
    }

}

/* ---------------------------------------------------------------- */
/** ************* CELLPHONE VIEW ************* */
@media only screen and (min-width:300px) and (max-width:499px) {
    header{
        width: 100%;
        height: auto;/*440*/
    }
    
    header img {
        width:  100%;
        height: 250px;
    }

    .fotos-imovel{
        width: 100%;
        height: 200px;
    }
    .fotos-imovel img{
        height: 200px;
    }
    .fotos-imovel .d-block{
        height: 200px;
    }
    .condicoes-1{
        width: 100%;
        padding: 15px 30px 15px 30px;
    }   
    .logo-1{
        width: 100%;
        height: 50px;
        float: left;
        margin-bottom: 10px;
        background-color: none;
        text-align: center;
        object-position: center;
    }
    .logo-1 img{
        width: auto;
    }
    .condicoes-1 h1 {
        font-size: 20px;
    }
    .condicoes-1 h2{
        font-size: 15px;
        letter-spacing: 1px;
    }
    .condicoes-1 p{
        font-size: 14px;
    }
    .condicoes-1-titulo {
        height: 70%;
    }   
    /* //////// */
    .condicoes-1-botoes button{
        width: 100%;
        height: 45px;
        font-size: 15px;
        margin-right: 0px;
    }
    .condicoes-1-botoes{
        width: 100%;
        height: 10%;
    }
    .botao-agendamento{
        width: 100%; /* 40px */
        height: 100%;
        background-color: #333;
        border: 1px solid #333;
        color: #FFF;
        margin-right: 0%;
        transition: 0.4s;
    }
    .botao-simulacao-1{
        width: 100%; /* 40px */
        height: 100%;
        border: 1px solid #333;
        background-color: #ffc600;
        color: #333 ;
        margin-top: 10px;
        margin-left: 0;
    }
    .descricao{
        text-align: left;
    }
    .descricao h4{
        font-size: 18px;
    }
    .video {
        width: 100%;
        height: 170px;
        text-align: center;
        background-color: whitesmoke;
        float: left;
        margin-top: 10px;
        margin-bottom: 0;
    }
    .condominio{
        width: 100%;
        height: 200px;
        object-position: center;
    }
    .dimensao img{
        width: 100%;
        height: 200px;
        object-fit: cover;
    }

}