main{
    padding-bottom: 100px;
    background-image: url(../imagens/imoveis/bg1.png);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: 0 97%;
}


.galeria{
    max-width: 1920px;
    width: 100%;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-items: stretch;
    align-items: stretch;
    column-gap: 15px;
    row-gap: 15px;
    padding-bottom: 20px;
}
.galeria .img-1{
    max-width: 940px;
    width: 100%;
    border-top-left-radius: 30px;
}
.galeria .img-1 a,
.galeria .img-1 img{
    width: 100%;
    object-fit: cover;
    border-top-left-radius: 30px;
}
.galeria .img-2{
    max-width: 943px;
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-items: stretch;
    align-items: stretch;
    column-gap: 15px;
    row-gap: 15px;
}
.galeria .img-2 a,
.galeria .img-2 img{
    width: 100%;
    object-fit: cover;
}
.galeria .img-2 a:nth-child(n + 5){
    display: none!important;
}


.conteudo-imovel{
    width: 100%;
    margin-bottom: 20px;
}
.conteudo-imovel .container{
    gap: 50px;
}
.conteudo-imovel .topo{
    display: flex;
    width: 100%;
    gap: 30px;
    justify-content: space-between;
}
.conteudo-imovel .topo .infos{
    max-width: calc(100% - 30px - 125px);
    gap: 10px;
}
.conteudo-imovel .topo .infos .info-1{
    display: flex;
    gap: 10px;
}
.conteudo-imovel .topo .infos .info-1 a,
.conteudo-imovel .topo .infos .info-1 span{
    font-size: 20px;
    font-weight: 600;
    transition: ease .3s;
}
.conteudo-imovel .topo .infos .info-1 a:hover{
    color: var(--cor-1);
    transition: ease .3s;
}
.conteudo-imovel .topo .botoes{
    display: flex;
    align-self: flex-end;
    gap: 10px;
}
.conteudo-imovel .topo .botoes a{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: var(--cor-1);
}
.conteudo-imovel .topo .botoes .btn-fav{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    color: #fff;
    background-color: var(--cor-1);
}
.conteudo-imovel .topo .botoes .btn-fav i{
    font-size: 30px;
}
/* DESCRICAO DO IMOVEL */
.conteudo-imovel  .conteudo-infos{
    display: flex;
    gap: 20px;
}
.conteudo-imovel  .conteudo-infos .descricao{
    max-width: 1023px;
    width: 100%;
    height: fit-content;
    padding: 40px;
    background-color: #fff;
    border-bottom-left-radius: 30px;
    box-shadow: 0px 0px 8px 6px rgba(0, 0, 0, 0.03);
}
.conteudo-imovel  .conteudo-infos .descricao h3.txt-desc{
    text-transform: uppercase;
    font-size: 39px;    
    color: var(--primaria);
    font-weight: 500;
    font-family: "Asap Condensed", serif;
    margin-bottom: 23px;
}
.conteudo-imovel  .conteudo-infos .descricao ul{
    list-style: inside;
}
.conteudo-imovel  .conteudo-infos .descricao ol{
    list-style-position: inside;
}
.conteudo-imovel  .conteudo-infos .descricao ul,
.conteudo-imovel  .conteudo-infos .descricao ol,
.conteudo-imovel  .conteudo-infos .descricao p {
    padding: 10px 0 0;
}
.conteudo-imovel  .conteudo-infos .descricao span,
.conteudo-imovel  .conteudo-infos .descricao li,
.conteudo-imovel  .conteudo-infos .descricao p,
.conteudo-imovel  .conteudo-infos .descricao a{
    font-size: 23px;
}

/* DIV VALORES E FORM */
.conteudo-imovel .infos-imovel{
    max-width: 474px;
    width: 100%;
    display: flex;
    flex-direction: column;
   
    gap: 20px;
}
/* VALORES */
.conteudo-imovel .infos-imovel .valor{
    width: 100%;
    padding: 40px;
    background-color: #fff;
    box-shadow: 0px 0px 8px 6px rgba(0, 0, 0, 0.03);
    align-content: baseline;
    gap: 20px;
}
.conteudo-imovel .infos-imovel .valor .tag-locacao {
    min-width: 140px;
    width: fit-content;
    height: 40px;
    background: transparent;
    border: 1px solid var(--cor-1);
    color: var(--cor-1);
    padding: 5px;
    border-radius: 5px;
    font-size: 16px;
    cursor: text;
}
.conteudo-imovel .infos-imovel .valor .preco {
    color: var(--cor-1);
    font-size: 46px;
    font-weight: 800;
}
.conteudo-imovel .infos-imovel .valor .endereco{
    width: 100%;
    display: flex;
    align-items: self-start;
    gap: 10px;
}
.conteudo-imovel .infos-imovel .valor .endereco img{
    width: fit-content;
    object-fit: contain;
    margin-top: 7px;
}
.conteudo-imovel .infos-imovel .valor .endereco p {
    color: var(--cor-2);
    font-size: 19px;
}
.conteudo-imovel .infos-imovel .valor .endereco p strong{
    font-weight: 700;
}
.conteudo-imovel .infos-imovel .valor .detalhes {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    font-size: 20px;
    color: var(--cor-2);
    margin-top: 10px;
}
.conteudo-imovel .infos-imovel .valor .detalhes span{
    display: flex;
    align-items: center;
    gap: 5px;
    filter: brightness(0) saturate(100%) invert(66%) sepia(5%) saturate(0%) hue-rotate(142deg) brightness(91%) contrast(88%);
}
.conteudo-imovel .infos-imovel .valor .tell a{
    gap: 10px;
    align-items: center;
}
.conteudo-imovel .infos-imovel .valor .tell a i{
    color: #25d366;
    font-size: 18px;
}

/* FORMULARIO */
.conteudo-imovel .infos-imovel .form{
    width: 100%;
    padding: 15px;
    background-color: #fff;
    box-shadow: 0px 0px 8px 6px rgba(0, 0, 0, 0.03);
    align-content: baseline;
    gap: 10px;
}
.conteudo-imovel .infos-imovel .form h3{
    font-size: 39px;    
    color: var(--primaria);
    font-weight: 500;
    font-family: "Asap Condensed", serif;
}
.conteudo-imovel .infos-imovel .form h3 span{ 
    font-size: 39px; 
    color: var(--cor-1);
    font-weight: 500;
    font-family: "Asap Condensed", serif;
}
.conteudo-imovel .infos-imovel .form select{
    width: 100%;
    padding: 0 20px;
    color: #000;
}
.conteudo-imovel .infos-imovel .form select,
.conteudo-imovel .infos-imovel .form .input{
    height: 42px;
    border: 1px solid #00000030;
    font-size: 15px;
    border-radius: 5px;
}
.conteudo-imovel .infos-imovel .form .input::placeholder,
.conteudo-imovel .infos-imovel .form textarea::placeholder{
    color: rgb(0 0 0 / 40%);
    font-size: 15px;
}
.conteudo-imovel .infos-imovel .form .input{
    padding: 0 20px 0 60px;
    color: rgb(0 0 0 / 40%);
}
.conteudo-imovel .infos-imovel .form .input:nth-child(2){
    width: 100%;
    background-image: url(../imagens/contato/nome.png);
    background-size: 17px auto;
    background-repeat: no-repeat;
    background-position: 20px center;
}
.conteudo-imovel .infos-imovel .form .input:nth-child(3){
    width: calc(100% - 50% - 5px);
    background-image: url(../imagens/contato/tell.png);
    background-size: 17px auto;
    background-repeat: no-repeat;
    background-position: 20px center;
}
.conteudo-imovel .infos-imovel .form .input:nth-child(4){
    width: calc(100% - 50% - 5px);
    background-image: url(../imagens/contato/mail.png);
    background-size: 17px auto;
    background-repeat: no-repeat;
    background-position: 20px center;
}
/* .conteudo-imovel .infos-imovel .form .input:nth-child(6){
    width: 100%;
    background-image: url(../imagens/contato/mail.png);
    background-size: 17px auto;
    background-repeat: no-repeat;
    background-position: 20px center;
} */
.conteudo-imovel .infos-imovel .form textarea{
    width: 100%;
    height: 122px;
    padding: 20px;
    border: 1px solid #00000030;
    color: rgb(0 0 0 / 40%);
    font-size: 15px;
    border-radius: 5px;
}
.conteudo-imovel .infos-imovel .bottom{
    width: 100%;
    display: flex;
    gap: 30px;
}
.conteudo-imovel .infos-imovel .check-input {
    max-width: 473px;
    width: 100%;
    display: block;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding-left: 25px;
}
.conteudo-imovel .infos-imovel .check-input input {
    position: absolute;
    opacity: 0;
    height: 0;
    width: 0;
}
.conteudo-imovel .infos-imovel .check-input .checkmark {
    position: absolute;
    top: 5px;
    left: 0;
    height: 15px;
    width: 15px;
    background-color: #fff;
    border: 1px solid #00000030;
    cursor: pointer;
}
.conteudo-imovel .infos-imovel .check-input span:hover input ~ .checkmark {
    background-color: var(--cor-1);
}
.conteudo-imovel .infos-imovel .check-input input:checked ~ .checkmark {
    background-color: var(--cor-1);
}
.conteudo-imovel .infos-imovel .check-input .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.conteudo-imovel .infos-imovel .check-input input:checked ~ .checkmark:after {
    display: block;
}
.conteudo-imovel .infos-imovel .check-input .checkmark:after {
    left: 4px;
    top: 1px;
    width: 3px;
    height: 6px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.conteudo-imovel .infos-imovel .check-input p{
    font-size: 13px;
}
.conteudo-imovel .infos-imovel .check-input p a{
    color: #638FFF;
    font-size: 13px;
}
.conteudo-imovel .infos-imovel .bottom button{
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 141px;
    width: 100%;
    height: 34px;
    border-radius: 5px;
    background-color: var(--cor-1);
    color: #fff;
    font-size: 17px;
    font-weight: 600;
    text-transform: uppercase;
}


.video{
    width: 100%;
    margin-bottom: 20px;
}
.video .container{
    width: 100%;
    padding: 15px;
    background-color: #fff;
    border-bottom-left-radius: 30px;
    box-shadow: 0px 0px 8px 6px rgba(0, 0, 0, 0.03);
}
.video .container iframe{
    width: 100%;
    border-bottom-left-radius: 30px;
}


.mapa{
    width: 100%;
    margin-bottom: 20px;
}
.mapa .container{
    padding: 15px;
    background-color: #fff;
    border-bottom-left-radius: 30px;
    box-shadow: 0px 0px 8px 6px rgba(0, 0, 0, 0.03);
}
.mapa .container iframe{
    width: 100%;
    height: 490px;
    border-radius: 20px;
}


.favoritos{
    width: 100%;
    padding: 30px 0;
    gap: 30px;
}	
.favoritos .titulo{
    width: 100%;
    justify-content: center;
    text-align: center;
}
.favoritos .btn-imoveis{
    max-width: 362px;
    width: 100%;
    min-height: 60px;
    margin: 0 auto;
    border-radius: 5px;
    background-color: var(--cor-1);
    transition: ease .3s;
}	
.favoritos .btn-imoveis a{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 5px 10px;
    color: #fff;
    font-size: 23px;
    font-weight: 600;
    text-transform: uppercase;
}
.favoritos .btn-imoveis:hover{
    background-color: var(--primaria);
    transition: ease .3s;
}


.fav-div .fav-slider .slick-track {
    margin: 0 auto;
}

/* MEDIA DESKTOP */
@media screen and (max-width: 1600px){
    .video .container iframe{
        height: 700px;
    }
}

@media screen and (max-width: 1440px){
    .video .container iframe{
        height: 600px;
    }
}

@media screen and (max-width: 1366px){
    .video .container iframe{
        height: 500px;
    }
}

@media screen and (max-width: 1280px){
    .conteudo-imovel .conteudo-infos .descricao{
        max-width: 60%;
    }
    .conteudo-imovel .infos-imovel{
        max-width: 40%;
    }
}

@media screen and (max-width: 1100px){
    .conteudo-imovel .infos-imovel .valor{
        padding: 25px;
    }
}

/* MOBILE */
@media screen and (max-width: 1000px){
    .conteudo-imovel .topo{
        flex-wrap: wrap;
    }
    .conteudo-imovel .topo .infos{
        max-width: 100%;
        width: 100%;
    }


    .conteudo-imovel  .conteudo-infos{
        flex-direction: column;
    }
    .conteudo-imovel .conteudo-infos .descricao{
        max-width: 100%;
    }
    .conteudo-imovel .infos-imovel{
        max-width: 100%;
        flex-direction: row;
    }

    
}

@media screen and (max-width: 800px){
    .conteudo-imovel .infos-imovel{
        max-width: 100%;
        flex-direction: column;
    }
}

@media screen and (max-width: 600px){
    .galeria{
        gap: 5px;
    }
    .galeria .img-2{
        column-gap: 5px;
        row-gap: 5px;
    }
    .galeria .img-1 img,
    .galeria .img-2 img{
        height: 100%;
    }

    .conteudo-imovel .topo .infos .info-1 a, 
    .conteudo-imovel .topo .infos .info-1 span{
        font-size: 3vw;
    }
    .conteudo-imovel .conteudo-infos .descricao{
        padding: 40px 15px;
    }
}

@media screen and (max-width: 480px){

}

@media screen and (max-width: 400px){

}

@media screen and (max-width: 375px){

}