@font-face {
    font-family: PoppinsBold;
    src: url(./acents/Poppins-Bold.ttf);
}
main{
    position: relative;
    overflow-x: hidden;
    display: flex;
    align-items: center;
    flex-direction: column;
    font-family: Poppins;
    font-weight: bold;
    font-size: large;
    width: 600px;
    overflow: hidden;
}
.slideWindow2{
    width: 600px;
    height: 600px;
    align-self: flex-end;
}
.slider2{
    display: flex;
    flex-direction: row;
    width: 400%;
    height: 600px;
    transition-property: margin-left;
    transition-duration: 1.5s;
    transition-timing-function:ease;
}
.slidePage2{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 600px;
    height: 600px;
}
.slidePage2 img{

    width: 600px;
}
.imovDetails{
    
    width: 600px;
    overflow: hidden;
    border-radius: 3px;
    box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.417);
}
.btn{
    position: absolute;
    top: 240px;
    width: 600px;
    z-index: 9;
}
.slideAndInfo{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
}
.infoImov{
    width: 500px;
    border-radius: 3px;
    box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.417);
    display: flex;
    padding: 15px;
    flex-direction: column;
    font-size: 16px;
    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;
}