*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body{
    background-color: dimgray;
    background-repeat: no-repeat;
    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-list {
    display: flex;
    width: 530px;
    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: none;
}

.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{
    display: flex;
    display: block;
    width: 100%;
    height: 1280vh;
    position: relative;
}
.properties-container{
    display: flex;
    display: block;
    width: 100%;
    height: 1200vh;
    position: relative;
    margin-top: 150px;
}

.property-text-images{
    display: flex;
    display: block;
    width: 100%;
    height: 670px;
    margin-bottom: 100px;
}
.property-text-images-2{
    display: flex;
    display: block;
    width: 100%;
    height: 670px;
    margin-bottom: 100px;
}
.property-text-images-3{
    display: flex;
    display: block;
    width: 100%;
    height: 670px;
    margin-bottom: 100px;
}


.images-container-1{
    display: flex;
    display: block;
    width: 100%;
    height: 350px;
}
.button-container{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100px;
    position: relative;
}
.button{
    width: 40%;
    height: 70px;
    background-color: grey;
    border: none;
    border-radius: 50px;
    box-shadow: 0px 8px 8px 0px #000000;

}
.button a{
    text-decoration: none;
    font-size: 18px;
    font-weight: 800;
    color: whitesmoke;
}
.images-container-2{
    display: flex;
    display: block;
    width: 100%;
    height: 350px;
}

.img-line-1{
    display:flex;
    width: 100%;
    height: 300px;
}
.img-line-2{
    display:flex;
    width: 100%;
    height: 300px;
    margin-top: -70px;
}
.left-box{
    display: flex;
    align-items: center;
    width: 25%;
    margin-left: 20px;
}
.left-box img{
    width: 100%;
    height: 200px;
}
.center-box-a, .center-box-b, .center-box-c, .center-box-d{
    display: flex;
    align-items: center;
    width: 25%;
    height: 300px;
    margin-left: 20px;
}
.center-box-a img, .center-box-b img, .center-box-c img, .center-box-d img{
    width: 100%;
    height: 200px;
}
.right-box{
    display: flex;
    align-items: center;
    width: 25%;
    height: 300px;
    margin-left: 20px;
    margin-right: 20px;
}
.right-box img{
    width: 100%;
    height: 200px;
}
.property-text-video{
    display: flex;
    display: block;
    width: 100%;
    height: 810px;
    margin-top: 100px;
    margin-bottom: 300px;
}
.text{
    display: flex;
    display: block;
    align-items: center;
    width: 100%;
    height: 200px; 
}
.text h1{
    font-size: 25px;
    color: whitesmoke;
    margin-left: 20px;
}

.text p{
    text-align: justify;
    margin-top: 20px;
    margin-left: 20px;  
    margin-right: 20px;
    font-size: 20px;
    color: whitesmoke;
    white-space: pre-line;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}

.video-container{
    display: flex;
    display: block;
    width: 100%;
    height: 500px;
}
.video-text{
    display: flex;
    display: block;
    align-items: center;
    width: 100%;
    height: 200px; 
}
.video-text h1{
    font-size: 25px;
    color: whitesmoke;
    margin-left: 20px;
}

.video-text p{
    text-align: justify;
    margin-top: 20px;
    margin-left: 20px;  
    margin-right: 20px;
    font-size: 20px;
    color: whitesmoke;
    white-space: pre-line;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}
.nextbutton-container{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100px;
    margin-top: 200px;
}
.nextbutton{
    width: 60px;
    height: 60px;
    text-decoration: none;
    font-size: 45px;
    color: black;
    font-weight: 900;
    background-color: grey;
    border: none;
    border-radius: 50px;
    box-shadow: 0px 8px 8px 0px #000000;
    text-align: center;
    cursor: pointer;
    margin-left: 30px;

}
.active{
    background-color: gainsboro;
}
.footer{
    display: flex;
    display: block;
    width: 100%;
    min-height: 570px;
    background-color: black;
    bottom: 0;
    position: relative;
}
.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: 24px;
    text-align: left;
    width: 100%;
    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; 
    text-align: justify;
    line-height: 0.1oem;
}

.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){
    
    header{
        display: flex;
        display: inline-block;
        width: 750px;
        height: 200px;
        position: fixed !important;
        background-position:center center ;
        z-index: 9000;
        overflow: unset;
        top: 0;
    }
    header img{
        width: 190px;
        height: 200px;
        margin-left: -10px;
    }
    header h1{
        margin-left: 190px;
        margin-top: -120px;
        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: -50px;
      margin-right: 20px;
      float: right;
      font-size: 45px;
       
    }
    
    .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: -50%;
        margin-top: 70px;
        color: #000000;
        font-size: 65px;
        font-weight: 800;
    }
    .nav.visible {
        opacity: 1;
        visibility: visible;
        transition: all .5s ease;
    }
    
    .nav-list {
        display: flex;
        display: block;
        align-items: start;
        margin-top: 50px;
        height: 500px;
        width: 100%;    
    }
    
    .nav-list li a {
        font-size: 35px;
        margin-top: 100px;
    }
    .dropdown-menu{
        display: none;
    }


    .main-content{
        display: flex;
        display: block;
        width: 750px;
        height: 2500vh;
        position: relative; 

    }
    
    .properties-container{
        display: flex;
        display: block;
        width: 750px;
        height: 1800vh;
        margin-top: 250px;
        position: relative;
        
    }
    
    .property-text-images{
        display: flex;
        display: block;
        width: 750px;
        height: 2600px;
        margin-bottom: 300px;
        position: relative;
        
    }
    .property-text-images-2{
        display: flex;
        display: block;
        width: 750px;
        height: 2600px;
        margin-bottom: 300px;
        position: relative;
        
    }
    .property-text-images-3{
        display: flex;
        display: block;
        width: 750px;
        height: 6300px;
        margin-bottom: 300px;
        position: relative;
        
    }
    .property-text-images-4{
        display: flex;
        display: block;
        width: 750px;
        height: 6700px;
        margin-top: 300px;
        margin-bottom: 300px;
        position: relative;
        
    }
    .nextbutton{
       width: 100px;
       height: 100px; 
       font-size: 70px;
       cursor: pointer;
       animation-delay: 1sec;
    }
    .text{
        display: flex;
        display: block;
        width: 750px;
        height: 600px;
        margin-bottom: 100px;
        margin: 0;
    }
    .text-2{
        display: flex;
        display: block;
        width: 750px;
        height: 600px;
        margin: 0;
    }
   
   
    .text h1{
        font-size: 80px;
        font-weight: 800;
    }
    .text p{
        font-size: 38px;
        text-align: justify;
        white-space: pre-line;
        line-height: 40px;
    } 
    .images-container-1{
        display: flex;
        display: block;
        width: 750px;
        height: 240vh;
        margin-top: 100px;
    }
    .images-container-2{
        display: flex;
        display: block;
        width: 750px;
        height: 300vh;
        margin-top: -200px;
    }
    .images-container-3{
        display: flex;
        display: block;
        width: 750px;
        height: 800vh;
        margin-top: -80px;
    }
    .images-container-4{
        display: flex;
        display: block;
        width: 750px;
        height: 800vh;
        margin-top: -80px;

    }
    .img-line-1{
        display: flex;
        display: block;
        width: 750px;
        height: 270vh;
        margin-top: 100px;
    }
    .img-line-2{
        display: flex;
        display: block;
        width: 750px;
        height: 260vh;
        margin-top: 830px
    }

    .left-box{
        display: flex;
        width: 750px;
        height: 400px;
        margin: 0;
    }
    .left-box img{
        height: 400px ;
    }
    .center-box-a {
        display: flex;
        width: 750px;
        height: 400px;
        margin: 0;
        margin-top: 50px;
        margin-bottom: 50px;
    }
    .center-box-b{
        display: flex;
        width: 750px;
        height: 400px;
        margin: 0;
        margin-top: 80px;
        margin-bottom: 50px;

    }
    .center-box-c{
        display: flex;
        width: 750px;
        height: 400px;
        margin: 0;
        margin-top: 80px;
        margin-bottom: 50px;

    }
    .center-box-d{
        display: flex;
        width: 750px;
        height: 400px;
        margin: 0;
        margin-top: 80px;
        margin-bottom: 50px;

    }
    .center-box-a img, .center-box-b  img, .center-box-c img, .center-box-d img{
        height: 400px;
    }

    .right-box{
        display: flex;
        width: 750px;
        height: 400px;
        margin-top: 50px;
        margin: 0;
    }
    .right-box img{
        height: 400px ;
    }
    .video-a{
        width: 750px;
        height: 400px;
    }
    .button-container{
        display: flex;
        align-items: center;
        width: 750px;
        height: 200px;  
    }
    .button-container-2{
        display: flex;
        align-items: center;
        width: 750px;
        height: 200px;  
        margin-top: -200px;
    }
    .button-container-3{
        display: flex;
        align-items: center;
        width: 750px;
        height: 200px;  
        margin-top: -400px;
    }
    .button-container-4{
        display: flex;
        align-items: center;
        width: 750px;
        height: 200px;  
        margin-top: 100px;
    }
    .button{
        width: 100%;
        height: 90px;
        margin: 10px;

    }
    .button a{
        font-size: 30px;
    }


    .property-text-video{
        display: flex;
        display: block;
        width: 750px;
        height: 165vh;
    }
    .video-text{
        display: flex;
        display: block;
        width: 750px;
        height: 600px;
        margin-bottom: 100px;
        margin: 0;

    }
   
    .video-text h1{
        font-size: 80px;
        font-weight: 800;
    }
    .video-text p{
        font-size: 38px;
        text-align: justify;
        white-space: pre-line;
        line-height: 40px;
    } 
    .video-container{
        display: flex;
        position: relative;
        width: 750px;
        height: 468px;
    
    }
    
    
    .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;
    }
}