    *{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    }
    body{
    background-color: gainsboro;
    font-family: "Kaushan Script", cursive;
    font-weight: 800;
    font-style: normal;
    }

    .nav-content{
    display: flex;
    display: block;
    width: 100%;
    height: 100vh;
    background-image: url(../images/twohandsholtree.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    }

    .nav-bar{
    display: flex;
    width: 100%;
    height: 100px;
    background-image: url(../images/backgroundbanner.png);
    justify-content: space-between;
    position: fixed;
    z-index: 9000;
    top: 0;
    }

    .nav-left{
    display: flex;
    width: 40%;
    height: 100px;
    }
    .logo-container{
    display: flex;
    width: 20%;
    margin-left: 20px;
    }
    .brand-container{
    display: flex;
    width: 50%;
    margin-left: 20px;
    justify-content: center;
    align-items: center;
    }
    .brand-container h1{
    font-size: 35px;
    color: rgb(6, 49, 92);
    }
    .abrir-menu{
    display: none;
    }
    .nav-right{
    display: flex;
    width: 60%;
    height: 100px;
    }
    .links-menu{
    display: flex;
    width: 90%;
    height: 100px;
    justify-content: right;
    align-items: center;
    }
    ul li{
    display: inline-block;
    list-style: none;
    }
    .links{
    margin-left: 25px;
    text-decoration: none;
    font-size: 25px;
    color: rgb(6, 49, 92);
    }
    .cerrar-menu{
    display: none;
    }

    .welcome-text{
    display: flex;
    display: block;
    width: 100%;
    height: 400px;
    margin-top: 150px;
    position: absolute;
    }
    .welcome-text h2{
    text-align: center;
    padding-top: 100px;
    margin-bottom: 20px;
    font-size: 35px;
    color: rgb(6, 49, 92);
    text-shadow: -20px 0px 7px whitesmoke,   0px 20px 7px whitesmoke, 20px 0px 7px whitesmoke;
    }
    .welcome-text p{
    text-align: center;
    margin-bottom: 20px;
    font-size: 35px;
    color: rgb(6, 49, 92);
    text-shadow: -20px 0px 7px whitesmoke,   0px 20px 7px whitesmoke, 20px 0px 7px whitesmoke;
    }
    .dropdown-menu{ 
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 10%;
    height: 90px;
    margin-right: 10px;
    margin-top: 10px;
    color:rgb(6, 49, 92); ;
    }

    .dropdown-btn{
    width: 40px;
    height: 40px;
    cursor: pointer;
    }

    .popup {
    display: none; /* Oculto por defecto */
    position: absolute;
    bottom: 100%; /* Posiciona el popup encima del texto */
    margin-left: 50%;
    transform: translateX(-43%); /* Centra el popup horizontalmente */
    background-color: whitesmoke;
    top:70px;
    z-index: 1; /* Asegura que el popup esté encima */
    height: 150px;
    width: 300px;
    justify-content: center;
    align-items: center;
    box-shadow: -5px 5px 30px -5px #000000;
    }
    .image-text-content{
    display: flex;
    display: block;
    align-items: center;
    width: 100%;
    height: 200px;
    cursor: pointer;

    }
    .image-text-content h1{
    text-align: center;
    font-size: 18px;
    color:  rgb(6, 49, 92);
    margin-top: 50px;

    }
    .flag-image{
    display: flex; 
    justify-content: center;
    align-items: center;
    width: 90px;
    height: 90px;
    position: relative;
    }

    .flag-image img{
    width: 40px;
    height: 40px;
    border-radius: 100px;
    margin-left: 20px;
    }
    .flag-text{
    display: flex; 
    margin-left: auto;
    justify-content: center;
    align-items: center;
    width: 90px;
    height: 90px;
    position: relative;
    margin-top: -89px;
    margin-right: 120px;
    }
    .lang-a{
    color:  rgb(6, 49, 92);
    text-decoration: none;
    font-size: 18px;
    font-weight: 800;
    float: center;
    margin-left: 20px;
    }
    .show{
    display: block;
    }


    .dropdown-menu:hover .popup {
    display: flex; /* Muestra el popup al pasar el cursor */
    }

    .main-content{
    display: flex;
    display: block;
    width: 100%;
    height: 500vh;
    position: relative;
    bottom: 0;
    }
    .advertice-container{
    display: flex;
    width: 100%;
    height: 700px;
    background-image: url(../images/treeonhands.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    align-items: center;
    padding: 25px;
    }
    .advertice-text-container{
    display: flex;
    display: block;
    width: 100%;
    height: 400px;
    padding: 25px;
    justify-content: space-between;
    }
    .advertice-text-container h1{
    color: rgb(6, 49, 92);
    font-size: 35px;
    }
    .advertice-text-container p2{
    color: rgb(6, 49, 92);
    font-size: 35px;
    margin-left: 25%;
    margin-top: 40%;
    }
    .aboutus-container{
    display: flex;
    display: block;
    width: 100%;
    height: 500px;
    margin-bottom: 100px;
    }
    .title-container{
    display: flex;
    width: 100%;
    height: 100px;
    justify-content: center;
    align-items: center;
    }
    .text-container{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100px;
    padding: 25px;

    }
    .img-container {
    display: flex;
    display: block;
    width: 100%;
    height: 99.99vh;
    margin-bottom: 300px;
    justify-content: center;
    align-items: center;
    }

    .img-container img {
    width: 100%;
    height: 100%;
    }
    .img-container h1{
    margin-top: -250px;
    color: whitesmoke;
    text-align: justify;
    font-size: 28px;
    margin-left: 25px;
    margin-right: 25px;
    text-shadow: 0px 4px 6px rgba(0,0,0,0.6);
    }
    .button{
    display: flex;
    width: 50%;
    border: none;
    justify-content: center;
    align-items: center;
    background-color: darkgreen;
    border-radius: 25px;
    margin-top: 100px;
    float: center;
    color: whitesmoke;
    margin-left: 20%;
    text-decoration: none;
    font-size: 25px;
    }
    .services-container{
    display: flex;
    display: block;
    width: 100%;
    height: 500px;
    margin-top: 300px;
    margin-bottom: 100px;

    }
    .div{
    width: 100%;
    height: 100px;
    }
    .boxes-container{
    display: flex;
    display: block;
    width: 100%;
    height: 400px;
    padding: 25px;
    }
    .boxes-container h1{
    text-align: center;
        color: rgb(6, 49, 92);
    }
    .boxes-boxes{
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 500px;
    margin-top: 100px;
    }
    .box-1 {
    display: flex;
    display: block;
    width: 30%;
    height: 450px;
    background-image: url(../images/Fincalasparcelas/lasparcelas2.png);
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 25px;
    } 
    .box-2{
    display: flex;
    display: block;
    width: 30%;
    height: 450px;
    background-image: url(../images/CataratasDonKilo/waterfall.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 25px;
    }
    .box-3{
    display: flex;
    display: block;
    width: 30%;
    height: 450px;

    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 25px;
    }
    .box-1 img, .box-2 img, .box-3 img {
    width: 29%;
    height: 23%;
    margin-left: 35%;
    margin-top: 20px;
    border-radius: 100%;
    }
    .circle{
    width: 29%;
    height: 23%;
    margin-left: 35%;
    margin-top: 20px;
    border-radius: 100%;
    background-color: aliceblue;
    }
    .box-1 h1, .box-2 h1{
    color: whitesmoke;
    }
    .boxes-p{
    margin-top: 20px;
    margin-left: 10px;
    margin-right: 10px;
    color: whitesmoke;
    font-size: 18px;
    text-align: justify;
    white-space: pre-line;
    }
    .fotos-link{
    margin-left: 20%;
    text-align: center;
    color: whitesmoke;
    font-size: 25px;
    text-decoration: none;
    cursor: pointer;
    }
    .tienda-container{
    display: flex;
    display: block;
    width: 100%;
    height: 500px;
    margin-bottom: 100px;  
    }

    .dialog-container-1{
    min-width: 100%;
    min-height: 99.99vh;
    background-image: url(../images/Fincalasparcelas/lasparcelas2.png);
    background-size: cover;
    background-repeat: no-repeat;
    border: none;
    }
    .dialog-container-2{
    min-width: 100%;
    min-height: 99.99vh;
    background-image: url(../images/CataratasDonKilo/DonKilloview2.png);
    background-size: cover;
    background-repeat: no-repeat;
    border: none;
    }
    .dialog-container-content{
    display: flex;
    display: block;
    height: 170vh;
    width: 100%;
    }
    .dialog-button{
    float: right;
    margin-right: 25px;
    margin-top: 25px;
    font-size: 35px;
    background-color: transparent;
    border-color: transparent;
    cursor: pointer;
    color: whitesmoke;
    outline: none;
    }

    .dialog-title{
    display: flex;
    width: 100%;
    height: 80px;
    justify-content: center;
    align-items: center;
    margin-top: 25px;
    }
    .dialog-title h1{
    color: whitesmoke;
    }
    .dialog-popup-content-1{
    display: flex;
    width: 100%;
    height: 300px;

    }
    .dialog-popup-content-2{
    display: flex;
    width: 100%;
    height: 300px;

    } 
    .dialog-popup-content-3{
    display: flex;
    width: 100%;
    height: 300px;
    margin-bottom: 90px;
    }
    .dialog-popup-content-4{
    display: flex;
    width: 100%;
    height: 300px;
    margin-bottom: 90px;
    }
    .image-container{
    display: flex;
    justify-content: center;
    width: 50%;
    height: 250px;
    margin-left: 10px;
    }
    .button-container{
    display: flex;
    display: block;
    width: 100%;
    height: 150px;
    margin-bottom: 20px; 
    }
    .button-container h1{
    color: whitesmoke;
    text-align: center;
    }
    .button-container p{
    color: whitesmoke;
    text-align: center;
    font-size: 25px;
    }
    .button-container a{
    text-decoration: none;
    color: rgb(4, 243, 4);
    margin-left: 47%;
    font-size: 25px;
    cursor: pointer;
    }

    .dialog-form-content{
    display: flex;
    justify-content: center;
    width: 100%;
    height: 200vh; 
    position: relative;
    }
    .form-body{
    display: flex;
    display: block;
    width: 700px;
    height: 200vh;
    position: relative;
    margin-left: 300px;
    margin-right: 300px;
    background-color: whitesmoke;
    margin: 0;

    }
    .form-banner-container{
    display: flex;
    width: 100%;
    height: 200px;
    background-image: url(../images/twohandsholtree.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;

    }
    .form-banner-container img{
    width: 20%;
    height: 60%;
    margin-top: 80px;
    margin-left: 40%;
    }
    .form-content{
    display: flex;
    display: block;
    width: 100%;
    height: 800px;
    white-space: pre-line;
    }
    .form-content h1{
    text-align: center;
    color: rgb(6, 49, 92);
    }
    label{
    margin-left: 20px;
    color: rgb(6, 49, 92);
    }
    input{
    width: 400px;
    margin-left: 20px;
    background: none;
    border-top: none;
    border-left: none;
    border-right: none;
    outline: none;
    }
    .footer-modal-button{
    float: right;
    margin-right: 20px;
    margin-bottom: 100px;
    color: whitesmoke;
    text-decoration: none;
    font-size: 35px;
    }
    .form-button{
    background-color: darkgreen;
    width: 300px;
    margin-left: 25%;
    border-radius: 25px;
    border: none;
    outline: none;
    font-size: 25px;
    color: whitesmoke;
    cursor: pointer;
    }
    .form-body p{
    margin-left: 10px;
    color: rgb(6, 49, 92);
    }
    .tienda-container{
    display: flex;
    display: block;
    width: 100%;
    height: 60vh;
    position: relative;
    margin-top: 400px;
    }
    .tienda-container h1{
    margin-top: 20px;
    text-align: center;
        color: rgb(6, 49, 92);
    }
    .tienda-container p{
    font-size: 25px;
    text-align: center;
    margin-top: 100px;
        color: rgb(6, 49, 92);
    }
    .footer{
    display: flex;
    display: block;
    width: 100%;
    height: 780px;
    background-color: rgb(6, 49, 92);
    bottom: 0;
    position: relative;
    }
    .footer-content{
    display: flex;
    display: block;
    width: 100%;
    height: 300px;
    }
    .footer-bx-content{
    display: flex;
    align-items: center;
    width: 100%;
    height: 300px;
    justify-content: space-between;  
    }
    .ft-box-left, .ft-box-center, .ft-box-right{
    display: flex;
    display: block;
    width: 30%;
    height: 300px;
    margin-left: 20px;
    margin-right: 20px; 
    }
    .ft-box-left h1, .ft-box-center h1, .ft-box-right h1{
    color: whitesmoke;
    font-size: 25px;
    margin-left: 10px;
    }
    .ft-box-left p, .ft-box-center p, .ft-box-right p{
    color: whitesmoke;
    font-size: 17px;
    text-align: justify;
    margin-left: 10px;
    margin-right: 10px;
    white-space: pre-line;
    margin-top: 30px;

    }
    .ft-box-left a, .ft-box-center a, .ft-box-right a{
    text-decoration: none;
    color: rgb(7, 143, 255);
    font-size: 18px;
    }
    .social-container{
    display: flex;
    display: block;
    width: 100%;
    height: 200px;
    margin-top: 30px;   
    }
    .social-container h1{
    color: whitesmoke;
    text-align: center;
    }
    .social-bxs{
    display: flex;
    width: 100%;
    height: 100px; 
    align-items: center;
    justify-content: center;
    }
    .social-1, .social-2, .social-3{
    display: flex;
    width: 10%;
    height: 100px;
    justify-content: center;
    align-items: center;

    }
    .social-1 img, .social-2 img, .social-3 img{
    width: 40px;
    height: 40px;
    }
    .copy-rights-container{
    display: flex;
    width: 100%;
    height: 100px;
    justify-content: center;
    align-items: center;
    }
    .enterprice-brand-ctr{
    display: flex;
    display: block;
    width: 100%;
    height: 100px;
    margin-top: 20px;
    }
    .enterprice-brand-ctr h5{
    text-align: center;
        color: whitesmoke;
        font-size: 20px;
    }
    .enterprice-brand-ctr a{
    text-decoration: none;
    margin-left: 42%;
    color: purple;
    font-size: 18px;
    margin-top: 15px;
    }
    .go-up{
    display: none;
    align-items: center;
    height: 50px; 
    width: 55px;
    background: transparent;
    cursor:pointer;
    position: fixed;
    bottom: 40px;
    right: 15px;
    border: none;
    border-radius: 100%;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    box-shadow: 20px 10px 30px 30px 10px 20px  blue;
    }

    .img{
    width: 60px;
    height: 60px;
    position: relative;
    font-size: 60px;
    font-weight: 900;
    right: 20%;
    }
    .block-container{
    display: flex;
    width: 100%;
    height: 99.99vh;
    background-image:url(../images/model-image-4.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position:  center center;
    justify-content: center;
    align-items: center;
    }
    .block-container h1{
    color: whitesmoke;
    white-space: pre-line;
    }
    /*---------responsive--------*/

    @media all and (max-width: 900px) {
    .nav-content{
        display: flex;
        display: block;
        width: 100%;
        height: 100vh;
        background-position:  center center;
    }
        
    .nav-bar{
        display: flex;
        display: block;
        width: 100%;
        height: 100px;
        flex-direction: column;
        position: fixed;
        top: 0;
        z-index: 9000;
    }

    .nav-left{
        display: flex;
        width: 100%;
        height: 100px;
    }
    .brand-container h1{
        font-size: 25px;
    }
    .abrir-menu{
        display: flex; 
        background: none;
        border: none;
        justify-content: right;
        align-items: center;
        width: 30%;
        color: rgb(6, 49, 92);
        font-size: 35px;
    }
        .nav-right{
        display: flex;
        display: block;
        width: 100%;
        height: 700px; 
        background-color: rgb(245, 245, 245);
        position: absolute;
        z-index: 9000;
        top: 0;
        left: 0;
        transform: translateX(-900px);
    }
    .nav-right.visible {
        visibility: visible;
        transition: all .40s ease;
        transform: translateX(0%);
        transform: translateY(0%);
    }

    .cerrar-menu{
        display: flex; 
        background: none;
        border: none;
        justify-content: right;
        align-items: center;
        height: 50px;
        width: 100%;
        color: rgb(6, 49, 92);
        font-size: 45px;
        margin-top: 20px;
    }
    .links-menu{
        display: flex;
        display: block;
        width: 100%;
        height: 300px;
        margin-top: 50px;
    }


    ul li{
        display: flex;
        flex-direction: column;
        display: block;
        margin-top: 25px;
        padding-top: 30px;

    }
    .links{
        font-size: 25px;
    }
    .button{
        text-decoration: none;
        width: 100%;
        font-size: 25px;
        margin: 50px;
        margin-left: -3px;
    }
    .dropdown-menu{
        display: flex;
        width: 10%;
        height: 90px;
        margin-top: 20px;
        margin-left: 35px;
    }
    .dropdown-btn{
        width: 60px;
        height: 60px;
        
    }
    .popup{
        margin-top: 20px;
        transform:  translateX(80px);
    }
    .welcome-text{
        display: flex;
        display: block;
        width: 100%;
        height: 500px;
        bottom: 0;
    }
    .welcome-text p{
        font-size: 25px;
        margin-left: 10px;
        margin-right: 10px;
    }

    .advertice-text-container h1{
        text-align: left;
        font-size: 28px;
    }
    .advertice-text-container p2{
        font-size: 28px;
    }

    .main-content{
        display: flex;
        display: block;
        width: 100%;
        height: 490vh;
    }

    .services-container{
        display: flex;
        display: block;
        width: 100%;
        height: 250vh;
        margin-top: 300px;
    }

    .boxes-boxes{
        display: flex;
        display: block;
        width: 100%;
        height: 150vh ;
    }

    .box-1,.box-2,.box-3{
        display: flex;
        display: block;
        width: 100%;
        height: 550px;
        margin-bottom: 100px;
    }
    .box-1 img, .box-2 img, .box-3 img{
        width: 29%;
        height: 16%;  
    }
    .dialog-container-content{
        display: flex;
        display: block;
        width: 100%;
        height: 500vh;
    }
    .dialog-popup-content-1{
        display: flex; 
        display: block;
        width: 100%;
        height: 900px;
        margin-bottom: 410px;

    }
    .dialog-popup-content-2{
        display: flex; 
        display: block;
        width: 100%;
        height: 1650px;
        margin-top: 720px;
    } 
    .dialog-popup-content-3{
        display: flex; 
        display: block;
        width: 100%;
        height: 1600px;
        margin-top: 90px;
    } 
    .dialog-popup-content-4{
        display: flex; 
        display: block;
        width: 100%;
        height: 1450px;
        margin-top: 90px;
    } 

    .img-container {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        max-width: 100%;
        position: relative;
       
    }
        
    .img-container img {
        width: 100%;
        height: auto;
        display: block;
        position: relative;
        margin-top: -200px;
    }
        
    
        
    .img-container h1 {
        position: relative;
        bottom: 0;             
        width: 99%;
        font-size: 1.2rem;
        line-height: 1.4;
        color: #fff;            
        background: rgba(0,0,0,0.5); 
        border-radius: 8px;
        margin-top: 20px;

    }
    .dialog-button{
        outline: none;
    } 
    .button-container{
        display: flex;
        display: block;
        width: 100%;
        height: 200px;
        margin-top: -20px;
    }
    .button-container a{
        margin-left: 35%;
    }

    .dialog-form-content{
        display: flex;
        width: 100%;
        height: 160vh;
        position: relative;
        margin-top: 100px;
    }
    .image-container{
        display: flex;
        width: 100%;
       height: 300px;
       margin: 0;
    }
    .img-container img{
        max-width: 100%;
        height: 300px;
    }
    .form-body{
        display: flex;
        display: block;
        width: 100%;
        height: 155vh;
        position: relative;
        margin:0;
    }
    .form-banner-container img{
        width: 30%;
        height: 35%;
        margin-top: 130px;
        margin-left: 35%;
    }
    .input{
        width: 310px;
    }
    .form-button{
        margin-top: 40px;
        margin: 0;
        margin-left: 30px;
    }
    .tienda-container{
        display: flex;
        display: block;
        width: 100%;
        height: 80vh;
        position: relative;
        margin-top: -500px;
    }
    .footer{
        display: flex;
        display: block;
        width: 100%;
        height: 210vh;
        bottom: 0;
    }
    .footer-bx-content{
        display: flex;
        display: block;
        justify-content: space-around;
        width: 100%;
        height: 140vh;
    }
    .ft-box-left, .ft-box-center, .ft-box-right{
        display: flex;
        display: block;
        width: 100%;
        height: 300px;
        margin: 0;
    }
    .social-container{
        display: flex;
        display: block;
        width: 100%;
        height: 200px;
        margin-top: 800px;
    }
    .social-bxs{
        display: flex;
        width: 100%;
        height: 110px;
        justify-content: center;
    }
    .social-2{
        margin-left: 20px;
        margin-right: 20px;
    }
    .enterprice-brand-ctr a{
        margin-left: 20%;
    }
        .go-up{
        padding: 19px;
        bottom: 50px;
        right: 20px;
        margin-top: -40px;
    }
    .img{
        width: 40px;
        height: 40px;
    }
}
