.status-bar-safe-area {
    display: none;
}

@supports (-webkit-touch-callout: none) {
    .status-bar-safe-area {
        display: flex;
        position: sticky;
        top: 0;
        height: env(safe-area-inset-top);
        background-color: #f7f7f7;
        width: 100%;
        z-index: 1;
    }

    .flex-column, .navbar-brand {
        padding-left: env(safe-area-inset-left);
    }
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}


body {
    font-family: 'Roboto', sans-serif;
    height: auto;
}

h1 {
    font-size: 3.5em;
}

h2 {
    font-size: 2.7em;
}

h3 {
    font-size: 1.2em;
}

h4 {
    font-size: 3.7em;
}

p {
    font-size: 1.25em;
}

ul {
    list-style: none;
}

.buttonGreen {
    font-size: 1.5em;
    font-weight: bold;
    padding: 10px 30px;
    border-radius: 10px;
    border: 1px solid rgba(0,0,0,0.5);
    box-shadow: 2px 2px 10px rgba(0,0,0,0.5);
    color: whitesmoke;
    background-color: lightgreen;
    
}

    .buttonGreen:hover {
        background-color: mediumseagreen;
    }

.container1 {
    height: 200px;
}

.container {
    width: 100%;
    height: 1600px;
    text-align: center;
    margin-right: auto;
}

.color-acento {
    color: mediumseagreen;
}

header {
    background-color: white;
    height: 270px;
}

    header .logo {
        margin: 0;
        padding: 25px 30px;
        font-weight: bold;
        color: black;
        font-size: 2.3em;
    }

    header .container {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    header .lt {
        display: flex;
        flex-direction: column;
        text-align: center;
        padding-bottom: 25px;
    }

    header a {
        padding: 5px 12px;
        text-decoration: none;
        font-weight: bold;
        color: black;
    }

        header a:hover {
            color: mediumseagreen;
        }

#Hero {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-direction: column;
    height: 90vh;
    margin: 0;
    background-image: linear-gradient( 0deg, rgba(0,0,0,0.5), rgba(0,0,0,0.5) ),url(https://content.app-sources.com/s/560776124224825021/uploads/abogado_inmobiliario/terreno-paisaje-natural-pin-ubicacion-2048x1152-min-8674891.jpg?format=webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

    #Hero h1 {
        color: white;
    }

#plano {
    height: 1100Px;
}

    #plano .container {
        text-align: center;
        display: flex;
        flex-direction: column;
        padding: 75px 12px;
        align-items: center;
    }

    #plano .img-container {
        height: 500px;
        width: 360px;
        display: flex;
        align-content: center;
        justify-content: center;
    }

    #plano .imgPlano {
        height: 500px;
        width: auto;
    }

#carac {
    background-color: rgb(30,30,30);
    color: white;
    text-align: center;
    height: 1340px;
}

    #carac .container {
        padding: 150px 12px;
    }

    #carac h4 {
        margin-top: 0;
    }

    #carac p {
        text-align:center;
    }

    #carac .carta {
        padding: 50px 0px;
        margin: 20px;
        background-position: center center;
        background-size: cover;
        border-radius: 15px;
    }

.carta:first-child {
    background-image: linear-gradient( 0deg, rgba(0,0,0,0.5), rgba(0,0,0,0.5) ),url(https://i0.wp.com/leon.mx/wp-content/uploads/2025/01/Explora10.jpg?fit=1368%2C913&ssl=1);
}

.carta:nth-child(2) {
    background-image: linear-gradient( 0deg, rgba(0,0,0,0.5), rgba(0,0,0,0.5) ),url(https://edifica.com.pe/blog/wp-content/uploads/vender-terreno-manera-eficaz.jpg);
}

.carta:nth-child(3) {
    background-image: linear-gradient( 0deg, rgba(0,0,0,0.5), rgba(0,0,0,0.5) ),url(https://www.elclarinete.com.mx/wp-content/uploads/2022/08/Finanzas-Personales-Blog-Juan-Manuel.jpg);
}

#contacto {
    margin: 0;
    background-color: slategray;
    background-size: cover;
    height: 300px;
}

    #contacto .container {
        display: flex;
        flex-direction: column;
        text-align: center;
        padding: 75px;
        color: cornsilk;
        height: 520px;
    }

.Fin {
    font-size: 1.7em;
    margin: 0;
}

footer {
    background-color: rgb(230,230,230);
    height: 200px;
}

    footer p {
        margin: 0;
        padding: 12px;
        color: rgb(100,100,100);
    }

    footer .container {
        height: 150px;
        display: flex;
        justify-content: center;
        align-items: flex-end;
    }

.letra_ventana {
    font-weight: 1000;
    font-size: 100px;
}

@media(min-width:1080px) {
    .container {
        display: flex;
        padding: 25px;
        height: 100px;
    }

    header {
        position: fixed;
        width: 100%;
        height: 125px;
    }

        header .container {
            flex-direction: row;
            justify-content: space-between;
        }

        header .lt {
            flex-direction: row;
            padding-bottom: 0;
            padding-right: 20px;
        }

    #plano {
        height: 1500px;
    }

        #plano .imgPlano {
            height: 1080px;
            width: 720px;
        }

        #plano .img-container {
            height: 1080px;
            width: 360px;
            display: flex;
            align-content: center;
            justify-content: center;
        }

    #carac {
        height: 750px;
    }

        #carac .container {
            display: flex;
            flex-direction: column;
        }

        #carac .programa {
            display: flex;
            justify-content: center;
        }

        #carac p {
            display: block;
            margin-bottom: 30px;
        }

        #carac h3 {
            margin-top: 0;
        }

        #carac .carta {
            padding: 30px;
            box-shadow: 2px 2px 10px rgba(0,0,0,0.5)
        }

        #carac h4 {
            font-size: 4em;
        }

    footer .container {
        justify-content: flex-end;
    }

    .focused {
        opacity: 1;
    }

    .unfocused {
        opacity: 0;
    }

    .mapa-todo {
        zoom: 2;
    }

    #mymodal .modal_content {
        padding: 20px;
        position: relative;
        bottom: 450px;
        left: 80px;
        width: 1880px;
        height: auto;
        background: white;
        border-radius: 10px;
        box-shadow: 0 0 5px rgba(0 0 0 / .15);
        justify-content: center;
        animation-name: fade;
        animation-duration: 1s;
        zoom: 0.7;
    }

    #mymodal .modal-img {
        width: 600px;
        height: 600px;
        object-fit: contain;
        border-radius: 10px;
        display: flex;
        justify-content: center;
        background-position: center center;
        background-repeat: no-repeat;
        margin-left: 0;
        background-size: cover;
        align-content: center;
    }

    #mymodal .modal {
        padding-right: 150px;
        padding-top: 500px;
        position: fixed;
        width: auto;
        height: 3000px;
        top: 0px;
        bottom: 0px;
        left: 0;
        right: 0;
        display: flex;
        align-items: start;
        justify-content: center;
        background: rgba(77, 77, 77, .7);
    }

    #mymodal .pdf {
        height: 800px;
        width: 680px;
        justify-content: center;
        border: solid;
        border-width: 2px;
        border-color: black;
        box-shadow: 0 0 10px black;
        background-color:lightgray;
    }

    #mymodal .button_pdf {
        visibility: hidden;
        opacity: 0;
        width: 0px;
        height: 0px;
        background-color: aquamarine;
    }

    #mymodal .modal_input {
        font-size: 30px;
        width: 300px;
        height: 50px;
        padding-left: 10px;
        border-radius: 10px;
        border: 1px solid rgba(0,0,0,0.5);
        box-shadow: 2px 2px 10px rgba(0,0,0,0.5);
    }

    #mymodal .button_cotiza-datos {
        text-shadow: black 2px 0 10px;
        align-self: center;
        height: 90px;
        width: 400px;
        font-size: 25px;
        font-weight: bold;
        padding: 10px 30px;
        border-radius: 10px;
        border: 1px solid rgba(0,0,0,0.5);
        box-shadow: 2px 2px 10px rgba(0,0,0,0.5);
        color: whitesmoke;
        background-color: lightgreen;
    }

    #mymodal .button_cotiza-datos:hover {
        background-color: mediumseagreen;
    }

    #mymodal .button_modal-datos:hover {
        background-color: mediumseagreen;
    }

    #mymodal .cotiza_modal {
        font-size: 50px;
        text-align: justify;
        padding-left: 50px;
    }

    .cotiza_h3 {
        font-size: 50px;
    }

    #mymodal .txt_modal {
        font-size: 50px;
    }

    #mymodal .cotiza_h33 {
        font-size: 60px;
    }

    #mymodal .ubi_santi {
        font-size: 38px;
        font-weight: bold;
    }

    #terreno_inicio .terreno_titulo {
        position: absolute;
        top: 0px;
        left: 410px;
        display: flex;
        align-content: center;
        justify-items: center;
        padding-right: 120px;
        white-space: nowrap;
    }
}

.modal {
    padding-right: 150px;
    padding-top: 500px;
    position: fixed;
    width: auto;
    height: 3000px;
    top: 0px;
    bottom: 0px;
    left: 0;
    right: 0;
    display: flex;
    align-items: start;
    justify-content: center;
    background: rgba(77, 77, 77, .7);
}

.modal_content {
    padding: 40px;
    position:relative;
    width: 600px;
    height: 800px;
    background: white;
    border-radius: 10px;
    box-shadow: 0 0 5px rgba(0 0 0 / .15);
    animation-name: fade;
    animation-duration: 1s;
}

    .modal_content h7 {
        margin-top: 20px;
    }

    .modal_content p {
        margin: 20px 0;
    }

.modal-img {
    width: 300px;
    height: 300px;
    object-fit: contain;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    background-position: center center;
    background-repeat: no-repeat;
    margin-left: 0;
    background-size: cover;
    align-content: center;
}

.close_btn {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 30px;
    height: 30px;
    border-radius: 5px;
    background: rgba(0 0 0 / .1);
    display: flex;
    justify-content: center;
    align-items: center;
}

.modal_close {
    font-weight: 800;
    font-size: 20px;
}

    .modal_close:hover {
        color: orangered;
    }

.terreno_titulo {
    position: absolute;
    top: 0px;
    left: 410px;
    display: flex;
    align-content: center;
    justify-items: center;
    padding-right: 120px;
    white-space: nowrap;
}

    .terreno_titulo a {
        text-decoration: none;
        font-weight: bold;
        color: black;
    }

.pdf {
    height: 0px;
    width: 0px;
    justify-content: center;
    border: solid;
    border-width: 0px;
}

.pdf_mostrar {
    height: 700px;
    width: 525px;
    background-color:lightgray;
    justify-content: center;
    border: solid;
    border-width: 2px;
    border-color: black;
    box-shadow: 0 0 10px black;
    animation-name: fade;
    animation-duration: 1s;
}

.modal_media {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.planooo {
    width: 1800px;
    height: 2400px;
    position: relative;
    top: 250px;
    right: 300px;
    background-image: url(https://lh3.googleusercontent.com/pw/AP1GczOjW7NJ7ih45fOY0NPb9_TZdtmzzkmDl2Pp-82ph8w56QGDOPLabXOfjZ54-Y9JvjuGCXXPEM1Y5AaEI_pE0Zg7__IHPmY8Gm0rdtDvMajjfOQiC-E=w2400);
    background-position: center center;
    background-size: cover;
    zoom: 40%;
}

.mapa-todo {
    width: 1200px;
    height: 0px;
    align-items: center;
    display: flex;
    flex-direction: column;
    text-align: center;
    padding: 0px 600px;
    /*overflow: hidden;*/
}

.containerAll {
    zoom: initial;
}

.button_pdf {
    align-self: center;
    height: 60px;
    width: 400px;
    font-size: 25px;
    font-weight: bold;
    padding: 10px 30px;
    border-radius: 10px;
    border: 1px solid rgba(0,0,0,0.5);
    box-shadow: 2px 2px 10px rgba(0,0,0,0.5);
    color: black;
    background-color: lightgreen;
    font-size: 28px;
}

.cotiza_modal {
    font-size: 60px;
    padding-top: 80px;
    padding-left: 75px;
    animation-name: fade;
    animation-duration: 1s;
}

@keyframes fade {
    from {opacity: 0;}
    to {opacity: 1;}
}

.cotiza_h3 {
    font-size: 40px;
    color: forestgreen;
    box-shadow: 0 0 5px rgba(0 0 0 / .15);
}

.cotiza_h33 {
    font-size: 34px;
    color: forestgreen;
    box-shadow: 0 0 5px rgba(0 0 0 / .15);
}

.modal_input {
    width: 350px;
    height: 50px;
    font-size: 30px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0 0 0 / .15);
    font-weight: bold;
}

.button_cotiza {
    height: 60px;
    width: 300px;
    font-size: 25px;
    border-radius: 10px;
    border: 1px solid rgba(0,0,0,0.5);
    box-shadow: 2px 2px 10px rgba(0,0,0,0.5);
    color: black;
    font-weight: bold;
    background-color: lightgreen;
}

    .button_cotiza:hover {
        background-color: forestgreen;
    }

.txt_modal {
    padding-top: 50px;
    font-size: 35px;
    text-align: justify;
    padding-left: 50px;
}

.button_dato {
    padding-top: 50px;
    padding-left: 10px;
}

.button_cotiza-datos {
    height: 60px;
    width: 400px;
    padding-top: 2px;
    font-size: 25px;
    border-radius: 10px;
    border: 1px solid rgba(0,0,0,0.5);
    box-shadow: 2px 2px 10px rgba(0,0,0,0.5);
    color: black;
    background-color: lightgreen;
    font-size: 30px;
    font-weight: bold;
}

.button_cotiza-datos:hover {
    background-color: forestgreen;
}

.ubi_santi {
    font-size: 25px;
    font-weight: bold;
}    