*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body{
    width: 100%;
    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: 10px -4px 20px 10px #000000;
}
header img{
  width: 100px;
  height: 100px;
  margin-left: 25px;
}
header h1{
    color: black;
    font-size: 25px;
    margin-left: -300px;
}
.nav{
    display: flex;
    width: 45%;
    height: 100px;
}
.nav-list {
    display: flex;
    width: 730px;
    height: 100px;
    justify-content: center;
    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;
}

.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: 0px 8px  8px #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;
    width: 100%;
    height: 450vh;
    margin-top: 100px;
    position: relative;
}
.main-content-container{
    display: flex;
    display: block;
    width: 100%;
    height: 400vh;
   position: relative;
}
.image-text-container{
    display: flex;
    width: 100%;
    height: 99.99vh;
}
 .image-text-container img{
    position: relative;
    width: 100%;
 }
.image-text-container h1{
    position: absolute;
    margin-top: 400px;
    margin-left: 20px;
    color: honeydew;
    text-shadow: 5px -4px 20px 5px #000000;
}
.options-container{
    display: flex;
    display: block;
    width: 100%;
    height: 99.99vh;
}
.options-text-container{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 90px;
    margin-top: 100px;
}
.options-text-container h1{
    color: whitesmoke;
}
.options-boxes-container{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 99%;
    height: 400px;
}
.box-left{
    display: flex;
    display: block;
    width: 28%;
    height: 300px;
    margin-left: 20px;
}
.box-left h1{
    text-align: center;
    color: whitesmoke;
    font-size: 25px;
}
.box-left img{
    image-resolution: 100px;
    width: 60%;
    height: 60%;
    margin-left: 50px;
    position: inherit;
    color: whitesmoke;
}
.box-left p{
    font-weight: 400;
    font-size: 20px;
    text-align: justify;
    color: whitesmoke;
}
.box-center{
    display: flex;
    display: block;
    width: 28%;
    height: 300px;
    margin-left: 30px;
    margin-right: 30px;
}
.box-center h1{
    text-align: center;
    color: whitesmoke;
    font-size: 25px;
}
.box-center img{
    image-resolution: 100px;
    width: 50%;
    height: 50%;
    margin-left: 75px;
    position: inherit;
    margin-top: 35px;
    margin-bottom: 55px;

}
.box-center p{
    font-weight: 400;
    font-size: 20px;
    margin-top: -50px;
    text-align: justify;
    color: whitesmoke;
}
.box-right{ 
    display: flex;
    display: block;
    width: 28%;
    height: 300px;
    margin-right: 20px;
}
.box-right h1{
    text-align: center;
    color: whitesmoke;
    font-size: 25px;
}
.box-right img{
    image-resolution: 100px;
    width: 50%;
    height: 90%;
    margin-left: 70px;
    position: inherit;
    margin-top: -35px;
}
.box-right p{
    font-weight: 400;
    font-size: 20px;
    margin-top: -50px;
    text-align: justify;
    color: whitesmoke;
}
.testimonials-container{
    display: flex;
    justify-content: center;
    display: block;
    width: 100%;
    height: 99vh;
}
.testiomonials-text{
    display: flex;
    justify-content: center;
    width: 100%;
    height: 10vh;
}
.testiomonials-text p{
    margin-top: 10px;
    font-size: 28px;
    font-weight: 900;
    color: whitesmoke;
}
.carousel{
    display: flex;
    width: 100%;
    height: 94%;
    margin-right: auto;
}
.wrapper{
    background-color: #ffffff;
    width: 80vw;
    max-width: 41em;
    min-height: 25em;
    margin-top: 17.3%;
    border-radius: 0.6em;
    transform: translate(-50%, -50%);
    margin-left: 50%;
    box-shadow: 0 1.8em 3em rgba(1, 17, 39, 0.15);
    display: flex;
}
.testimonial-container {
    width: 85%;
    height: 100%;
    position: relative;
    margin: auto;
    padding: 1.8em 1.2em;
    margin-top: 50px;
}
.wrapper button {
    font-size: 1.8em;
    height: 2.2em;
    width: 2.2em;
    background-color: #ffffff;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    border: none;
    color: gray;
    box-shadow: 0 0 1em rgba(1, 17, 39, 0.25);
    cursor: pointer;
    border-radius: 50%;
}
button#next {
    right: -1.1em;
}
button#prev {
    left: -1.1em;
}
.testimonial-container p {
    text-align: justify;
    font-size: 25px;
    color: gray;
    font-weight: 800;
}

.testimonial-container img {
    display: block;
    margin: 1.8em auto 1.25em auto;
    border-radius: 50%;
    width: 4.4em;
}
.testimonial-container h3 {
    color: #2d3d67;
    font-size: 22px;
    text-align: center;

}
.testimonial-container h6 {
    color: gray;
    font-size: 0.9em;
    letter-spacing: 0.03em;
    font-weight: 400;
    text-align: center;
}
.location-container{
    display: flex;
    display: block;
    width: 100%;
    height: 400px;
}
.location-text{
    display: flex;
    display: block;
    width: 100%;
    height: 90px;
}
.location-text h1{
    text-align: center;
    color: whitesmoke; 
}
.location-text p{
    text-align: center;
    color: whitesmoke;
    font-size: 25px;
}
.map-container{
    display: flex;
    justify-content: center;
    width: 100%;
    height: 350px;
}
.houses-container{
    display: flex;
    width: 100%;
    height: 400vh;
    background-color: blueviolet;
    position: relative;
    margin-bottom: 1000px;
}
.houses-text-images-1{
    display: flex;
    display: block;
    width: 100%;
    height: 1000px;
    margin-top: 100px;
    position: relative;
}
.text-1{
    display: flex;
    display: block;
    align-items: center;
    width: 100%;
    height: 200px;
    margin-top: 50px;
}
.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;
}
.images-container{
    display: flex;
    display: block;
    width: 100%;
    height: 400px;
    background-color: aquamarine;
}
.carrousel{
    display: flex;
    width: 100%;
    height: 300px;
    margin-top: 90px;
    background-color: cadetblue;
}



/*-------------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: 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;
        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: 60%;
        height: 460px;  
        margin-right: -5%;
        top: 290px;
    
    }
    .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: 600vh;
        position: relative;
    }
    .image-text-container{
        display: flex;
        width: 750px;
        margin-top: 200px;

    }
    .image-text-container h1{
        margin-top: 500px;
        width: 80%;
        font-size: 35px;
        text-shadow: 5px -4px 20px 5px #000000;
        
    }
    .options-boxes-container{
        display: flex;
        display: block;
        width: 700px;
    }
    .options-text-container h1{
        font-size: 45px;
    }
    .box-left, .box-center, .box-right{
        display: flex;
        display: block;
        justify-content: space-around;
        width: 750px;
        height: 350px;
        margin: 0;
    }
    .box-left h1, .box-center h1, .box-right h1{
        font-size: 35px;
    }

    .box-left img{
        width: 200px;
        height: 200px;
        margin-left: 35%;
    }
    .box-center img{
        width: 150px;
        height: 150px;
        margin-left: 35%;
    }
    .box-right img{
        width: 200px;
        height: 300px;
        margin-left: 35%;
    
    }
    .box-left p, .box-center p, .box-right p{
        font-size: 35px;
    }
    .testimonials-container{
        display: flex;
        display: block;
        width: 750px;
        margin-top: 900px;
    }
    .testiomonials-text p{
        font-size: 45px;
    }
    .carousel{
        display: flex;
        align-items: center;
        width: 750px;
        height: 550px;
        margin: 0;
        
    }
    .wrapper{
       display: flex;
       display: block;
       min-width: 650px;
       height: 300px;
       margin-top: 400px;
    }
    .location-container{
        display: flex;
        display: block;
        width: 750px;
        height: 500px;
        margin-top: 200px;
        position: relative;
    }
    .location-text h1{
        font-size: 45px;
    }
    .location-text p{
        font-size: 35px;
    }
    .map-container{
        margin-top: 30px;
    }

    .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;
    }
}