*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body{
    background-color: dimgray;
    font-family: "Cormorant Garamond", serif;
    font-style: normal;
}


/*--------------header-----------*/

header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 100px;
    background-color: whitesmoke;
    position: fixed !important;
    width: 100%;
    position: absolute;
    z-index: 9000;
    top: 0;
    box-shadow: 5px -4px 20px 5px #000000;
}
header img{
  width: 100px;
  height: 100px;
  margin-left: 25px;
}
header h1{
    color: black;
    font-size: 25px;
    margin-left: -300px;
}
.nav{
    display: flex;
    width: 40%;
    height: 100px;
}
.nav-list {
    display: flex;
    width: 100%;
    height: 100px;
    justify-content: right;
    align-items: center;
    list-style-type: none;
}

.nav-list li a {
    text-decoration: none;
    color: black;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    font-size: 20px;
    margin-left: 35px;
    margin-right: 20px;
}

.abrir-menu,
.cerrar-menu {
    display: none;
}
.dropdown-menu{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 20%;
    height: 100px;
}

.dropdown-btn{
    width: 40px;
    height: 40px;
    cursor: pointer;
}
.dropdown-content{
    display: flex;
    display: none;
    position: absolute;
    background-color: whitesmoke;
    width: 190px;
    height: 160px;
    margin-top: 200px;
    margin-right: 40px;
    box-shadow: -4px 5px  20px 5px #000000;
    z-index: 90000;

}
.image-text-content{
    display: flex;
    display: block;
    align-items: center;
    width: 190px;
    height: 200px;
   
}
.flag-text-1, .flag-text-2{
    display: flex;
    width: 190px;
    height: 50px;
    margin-top: 20px;
    align-items: center;
}
.flag{
    width: 30px;
    height: 30px;
    border-radius: 100px;
    margin-left: 20px;
}
.lang-a{
    color:  black;
    text-decoration: none;
    font-size: 25px;
    font-weight: 400;
    float: center;
    margin-left: 20px;
}
.show{
    display: block;
}


/*-----------main-content-----------*/

.main-content{
    display: flex;
    display: block;
    width: 100%;
    height: 800vh;
}
.houses-container-1{
    display: flex;
    display: block;
    width: 100%;
    height: 195vh;
    position: relative;
    margin-top: 150px;
}

.houses-text-images-1{
    display: flex;
    display: block;
    width: 100%;
    height: 850px;
}

.text-1{
    display: flex;
    display: block;
    align-items: center;
    width: 100%;
    height: 200px; 
}
.text-1 h1{
    font-size: 25px;
    color: whitesmoke;
    margin-left: 20px;
}
.price-1{
    margin-top: 20px;
    font-size: 20px;
    color: whitesmoke;
    margin-left: 20px;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}
.text-1 p{
    text-align: justify;
    margin-top: 20px;
    margin-left: 20px;  
    margin-right: 20px;
    font-size: 20px;
    color: whitesmoke;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}
.houses-boxes-container-1-a{
    display: flex;
    width: 100%;
    height: 300px;
    justify-content: space-between;
    margin-bottom: 50px;
}
.houses-boxes-container-1-b{
    display: flex;
    width: 100%;
    height: 300px;
    justify-content: space-between;
    
}
.image-box-left {
   width: 50%;
   height: 300px;
   margin-left: 20px;
   margin-right: 10px;
}
.image-box-center-1{
    width: 50%;
    height: 300px;
    margin-left: 10px;
    margin-right: 10px;
}
.image-box-center-2{
    width: 50%;
    height: 300px;
    margin-left: 10px;
    margin-right: 10px;
}
.image-box-right{
    width: 50%;
   height: 300px;
   margin-left: 10px;
   margin-right: 20px;
}
.img{
    width: 100%;
    height: 300px;
}

.button-container-1{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100px;
    margin-top: 50px;
    position: relative;
}
.button{
    width: 40%;
    height: 70px;
    background-color: grey;
    border: none;
    border-radius: 50px;

}
.button a{
    text-decoration: none;
    font-size: 20px;
    font-weight: 800;
    color: whitesmoke;
}
button a:hover{
    color: aquamarine;
}
.houses-container-2{
    display: flex;
    display: block;
    width: 100%;
    height: 195vh;
    position: relative;
    margin-top: 150px;
}
.houses-text-images-2{
    display: flex;
    display: block;
    width: 100%;
    height: 850px;
}
.text-2{
    display: flex;
    display: block;
    align-items: center;
    width: 100%;
    height: 200px; 
}
.text-2 h1{
    font-size: 25px;
    color: whitesmoke;
    margin-left: 20px;
}
.price-2{
    margin-top: 20px;
    font-size: 20px;
    color: whitesmoke;
    margin-left: 20px;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}
.text-2 p{
    text-align: justify;
    margin-top: 20px;
    margin-left: 20px;  
    margin-right: 20px;
    font-size: 20px;
    color: whitesmoke;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}
.houses-boxes-container-2-a{
    display: flex;
    width: 100%;
    height: 300px;
    justify-content: space-between;
    margin-bottom: 50px;
}
.houses-boxes-container-2-b{
    display: flex;
    width: 100%;
    height: 300px;
    justify-content: space-between;
    
}
.button-container-2{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100px;
    margin-top: 50px;
    position: relative;
}
.button{
    width: 40%;
    height: 70px;
    background-color: grey;
    border: none;
    border-radius: 50px;

}
.button a{
    text-decoration: none;
    font-size: 20px;
    font-weight: 800;
    color: whitesmoke;
}
button a:hover{
    color: aquamarine;
}

/*-------------footer------------*/

.footer{
    display: flex;
    display: block;
    width: 100%;
    min-height: 570px;
    background-color: black;
    bottom: 0;
}
.footer-content{
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 260px;
}
.footer-box-left{
    display: flex;
    display: block;
    margin-top: 20px;
    width: 50%;
    height: 250px;
    margin-left: 20px;
}
 .footer-box-center{
    display: flex;
    display: block;
    margin-top: 20px;
    width: 50%;
    height: 250px;
    margin-left: 20px;
    margin-right: 20px;
   
}
.footer-box-right{
    display: flex;
    display: block;
    margin-top: 20px;
    width: 60%;
    height: 250px;
    margin-left: 20px;
    margin-right: 20px;
}
.footer-box-left h1, .footer-box-center h1, .footer-box-right h1{
    font-size: 25px;
    text-align: left;
    color: whitesmoke;
}
.footer-box-left p, .footer-box-center p, .footer-box-right p{
    font-size: 20px;
    margin-top: 20px;
    white-space: pre-line;
    color: whitesmoke;
}

.wha-number{
    text-decoration: none;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    color: deepskyblue;
    font-size: 17px;
}
.mail-link{
    text-decoration: none;
    color: deepskyblue;
    font-size: 18px;
    width: 100%;
    white-space: wrap;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}
.social-media-container{
    display: flex;
    display: block;
    width: 100%;
    height: 150px;
    margin-top: 50px;
}
.social-media-container-text{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 50px;
  
}
.social-media-container-text h1{
    color: whitesmoke;
    font-size: 25px;
}
.apps-logos{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 90px; 
}
.facebook-link{
    display: flex;
    width: 50px;
    height: 50px;
    margin-right: 20px;
}
.facebook-link img{
    width: 50px;
    height: 50px;
}
.instagram-link{
    display: flex;
    width: 50px;
    height: 50px;
    margin-right: 20px;
}
.instagram-link img{
    width: 50px;
    height: 50px;
}
.tiktok-link{
    display: flex;
    width: 50px;
    height: 50px;
}
.tiktok-link img{
    width: 50px;
    height: 50px;
}
.enterprice-container{
    display: flex;
    display: block;
    width: 100%;
    height: 100px;
}
.enterprice-text-container{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 60px;
}
.enterprice-text-container h1{
    color: whitesmoke;
    font-size: 25px;
}
.enterprice-text-link{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 35px;
}
.enterprice-text-link a{
    font-size: 20px;
    text-decoration: none;
    color: purple;
    font-weight: 800;
}

/*----------responsive-design-------------*/

@media all and (max-width:800px){
    
    body{
        width: 100%;
        max-height: 1800px;
    }
    header{
        display: flex;
        width: 750px;
        height: 150px;
        position: fixed !important;
        top:0;
        z-index: 9000;
    }
    header img{
        width: 150px;
        height: 150px;
        margin-left: -10px;
    }
    header h1{
        margin-left: 25px;
        font-size: 45px;
        width: 100%;
        font-weight: 800;
    }
    .abrir-menu, .cerrar-menu {
        display: block;
        border: 0;
        font-size: 1.25rem;
        background-color: transparent;
        cursor: pointer;
        float: right;
       
    }

    .abrir-menu {
      color: #000000;
      font-weight: 800;
      font-size: 25px;
      margin-top: 20px;
      margin-right: 25px;
      float: right;
      font-size: 55px;
       
    }
    
    .nav {
        opacity: 0;
        visibility: hidden;
        display: flex;
        flex-direction: column;
        gap: 1rem;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        background-color: whitesmoke;
        width: 100%; 
        height: 1500px;  
        z-index: 9000; 
    }
    .cerrar-menu {
       margin-right: -45%;
        margin-top: 28px;
        color: #000000;
        font-size: 65px;
        font-weight: 800;
    }
    .nav.visible {
        opacity: 1;
        visibility: visible;
        transition: all .5s ease;
    }
    
    .nav-list {
        display: flex;
        align-items: start;
        flex-direction: column;
        margin-top: 50px;
        height: 500px;
        width: 100%; 
    
    }

    .nav-list li a {
        font-size: 35px;
        margin-top: 100px;
    }

    .dropdown-menu{
        display:flex;
        justify-content: left;
        align-items: start;
        width: 100%;
        height: 300px;
    }
    .dropdown-btn{
        margin-left: 25px;
        width: 90px;
        height: 90px;
    }
    .dropdown-content{
        align-items:start;
        width: 100%;
        height: 460px;  
        margin-right: -5%;
        top: 270px;

    }
    .image-text-content{
        display: flex;
        display: block;
        width: 100%;
        height: 420px;
    }
    .flag-text-1,.flag-text-2{
        display: flex;
        width: 100%;
        height: 200px;
        margin-bottom: 20px;
    }
    .flag{
        width: 100px;
        height: 100px;
       
    }
    .lang-a{
        font-size: 38px;
    }


    .main-content{
        display: flex;
        display: block;
        flex-direction: column;
        width: 750px;
        height: 1950vh;
        position: relative; 

    }
    .houses-container-1{
        display: flex;
        display: block;
        width: 750px;
        height: 890vh;
        margin-bottom: 100px;
        position: relative;
    }  
    .houses-text-images-1{
        display: flex;
        display: block;
        margin-top: 190px;
        width: 750px;
        height: 950vh;
        position: relative;
    } 
    .text-1{
        display: flex;
        display: block;
        width: 750px;
        height: 300px;
    }
    .text-1 h1{
        font-size: 45px;
    }
    .text-1 p{
        font-size: 38px;
    }
    .houses-boxes-container-1-a{
        display: flex;
        display: block;
        width: 750px;
        height: 380vh;
    }
     
    .houses-boxes-container-1-b{
        display: flex;
        display: block;
        width: 750px;
        height: 320vh;
        margin-top: -520px;
    }
    .image-box-left{
        display: flex;
        align-items: center;
        width: 750px;
        height: 600px;
        margin: 0;
    }
    .image-box-center-1{
        display: flex;
        align-items: center;
        width: 750px;
        height: 600px;
        margin-top: 100px;
        margin: 0;
    
    }
    .image-box-center-2{
        display: flex;
        align-items: center;
        width: 750px;
        height: 600px;
        margin-top: 100px;
        margin: 0;
    }
    .image-box-right{
        display: flex;
        width: 750px;
        height: 600px;
        margin-top: 200px;
        margin: 0;
    
    }
    .image-box-left img, .image-box-center-1 img, .image-box-center-2 img, .image-box-right img {
        width: 750px;
        height: 550px;
        
    }
    .button-container-1{
        display: flex;
        justify-content: center;
        align-items: center;
        width: 750px;
        height: 100px;
        position: relative;
    }
    .button-container-1 button{
        width: 700px;
    }
    .button-container-1 a{
        font-size: 28px;
    }

    .houses-container-2{
        display: flex;
        display: block;
        width: 750px;
        height: 840vh;
        margin-bottom: 100px;
        position: relative;
    }  
    .houses-text-images-2{
        display: flex;
        display: block;
        margin-top: 190px;
        width: 750px;
        height: 950vh;
        position: relative;
    } 
    .text-2{
        display: flex;
        display: block;
        width: 750px;
        height: 300px;
    }
    .text-2 h1{
        font-size: 45px;
    }
    .text-2 p{
        font-size: 38px;
    }
    .houses-boxes-container-2-a{
        display: flex;
        display: block;
        width: 750px;
        height: 380vh;
    }
     
    .houses-boxes-container-2-b{
        display: flex;
        display: block;
        width: 750px;
        height: 380vh;
        margin-top: -530px;
    }
    .image-box-left{
        display: flex;
        align-items: center;
        width: 750px;
        height: 600px;
        margin: 0;
    }
    .image-box-center-2-a{
        display: flex;
        align-items: center;
        width: 750px;
        height: 600px;
        margin-top: 100px;
        margin: 0;
    
    }
    .image-box-center-2-b{
        display: flex;
        align-items: center;
        width: 750px;
        height: 600px;
        margin-top: 100px;
        margin: 0;
    }
    .image-box-right{
        display: flex;
        width: 750px;
        height: 600px;
        margin-top: 200px;
        margin: 0;
    
    }
    .image-box-left img, .image-box-center-2-a img, .image-box-center-2-b img, .image-box-right img {
        width: 750px;
        height: 550px;
        
    }
    .button-container-2{
        display: flex;
        justify-content: center;
        align-items: center;
        width: 750px;
        height: 100px;
        position: relative;
    }
    .button-container-2 button{
        width: 700px;
    }
    .button-container-2 a{
        font-size: 28px;
    }


    .footer{
        display: flex;
        display: block;
        width: 750px;
        height: 1900px;
    }
    .footer-content{
        display: flex;
        display: block;
        width: 750px;
        height: 1000px;
    }
    .footer-box-left, .footer-box-center, .footer-box-right{
        display: flex;
        display: block;
        width: 750px;
        height: 300px;
        margin: 0;
    }
    .footer-box-left h1, .footer-box-center h1, .footer-box-right h1{
        font-size: 45px;
    }
    .footer-box-left p, .footer-box-center p, .footer-box-right p{
        font-size: 35px;
        text-align: justify;
    }
    .wha-number{
        font-size: 30px;
    }
    .mail-link{
        font-size: 30px;
    }
    .social-media-container{
        display: flex;
        display: block;
        width: 750px;
        height: 200px;
        margin-top: 300px;
    }
    .social-media-container-text h1{
        margin-top: 100px;
        font-size: 45px;
    }
    .apps-logos{
        display: flex;
        width: 750px;
        height: 400px;
    }
    .facebook-link, .instagram-link, .tiktok-link{
        display: flex;
        width: 300px;
        height: 200px;
        justify-content: center;
        align-items: center;   
    }
    .facebook-link img,.instagram-link img, .tiktok-link img{
      
       width: 100px;
       height: 100px;
    }
    .enterprice-container{
        display: flex;
        display: block;
        width: 750px;
        height: 200px;
        margin-top: 200px;
    }
    .enterprice-text-container h1{
        margin-top: 100px;
        font-size: 45px;
    }
    .enterprice-text-link a{
        margin-top: 150px;
        font-size: 40px;
        font-weight: 800;
    }
}