@media (max-width:720px) {
    .containerMaster{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 10px;
        position: relative;
        margin: 0 auto;
        width: 90vw;
    }
    .slideAndInfo main{
        position: relative;
        overflow-x: hidden;
        display: flex;
        align-self: center;
        align-items: center;
        flex-direction: column;
        font-family: Poppins;
        font-weight: bold;
        font-size: large;
        height: 70vh;
        max-width: 99%;
        overflow: hidden;
    }      
    div.slideWindow2{
        position: relative;
        top: -70px;
        width: 100vw;
        height: 600px;
        align-self: flex-end;
        justify-self: center;
        
    }
    .slider2{
        display: flex;
        flex-direction: row;
        width: 400%;
        height: 100%;
        transition-property: margin-left;
        transition-duration: 1.5s;
        transition-timing-function:ease;
    }
    div.slidePage2{
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 100%;
    }
    div.slidePage2 img{
        
        width: 100vw;
    }
    .imovDetails{
        
        width: 600px;
        overflow: hidden;
        border-radius: 3px;
        box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.417);
    }
    div.btn{
        position: absolute;
        top: 240px;
        width: 97vw;
        z-index: 9;
    }
    div.slideAndInfo{
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        align-items: center;
        width: 99vw;
        gap: 20px;
    }
    div.infoImov{
        width: 90vw;
        border-radius: 7px;
        box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.417);
        display: flex;
        padding: 15px;
        flex-direction: column;
        font-size: 14px;
        justify-content: space-around;
    }
    .infoImov .call{
        display: flex;
        align-items: center;
        justify-content: center;
        color: white;
        align-self: center;
        border-radius: 4px;
        font-family: PoppinsBold;
        width: 90%;
        height: 40px;
        background-color: #1F3466;
        text-align: center;
        transition: height 0.5s;
    }
    .infoImov .call h4{
        user-select: none;
    }
    .infoImov .call:hover{
        height: 45px;
        cursor: pointer;
    }
    
    .call a{
        color: white;
    }
    div.btn{
        max-width: 100%;
    }
}