<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">


@media screen and (min-width: 1100px) {
    .menu-resposive  {
        display: none
    }
    .cuerpo1 {
        display: none
    }
    .p11 {
        display: none
    }
    .p_1-izquierda-foto1 {
        display: none
    }
    .p_1-derecha-foto1 {
        display: none
    }
    .entorno_derecha1 {
        display: none
    }
    .present11 {
        display: none
    }
    .present21 {
        display: none
    }
    .present31 {
        display: none
    }

    .paginas1 {
        display: none
    }
    .pie1 {
        display: none
    }

    .pie_texto1 {
        display: none
    }
    .texto_pie1{
        display:none
    }

    .pie_imagen1 {
        display: none
    }

    .contacto_imagen1 {
        display: none
    }

    .imagendelpie1 {
        display: none
    }
    .contacto_texto1 {
        display: none
    }
    .final1 {
        display: none
    }






}

@media screen and (max-width: 1100px) {


    .Cuerpo {
        display: none;
    }

    .cuerpo1 {
        width: 100%;
        height: auto;
    }

    .menu-resposive {
        width: 100%;
        position: fixed;
        background: #f9deb4;
        opacity: 0.8;
        top: 0;
    }


    .reg-altura {
        width: 100%;
        height: 150px;
        position: relative;
    }

    .nav1 {
        padding: 0 20px;
        height: 150px;
        background: rgba(0,0,0,0.6);
        color: #fff;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .texto-nav {
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        height: auto;
    }

    .nav1-titulo1 {
        font-family: 'Bahnschrift Light';
    }

    h11 {
        font-size: 50px;
        color: #ffffff;
    }

    .nav1-titulo2 {
        font-family: Calibri;
    }

    h12 {
        color: #ffffff;
        font-size: 40px;
    }


    .nav_links {
        position: fixed;
        left: 0;
        bottom: 0;
        top: 150px;
        right: 0;
        background-color: #11001c;
        display: grid;
        place-items: center;
        clip-path: circle(0% at top left);
        transition: clip-path .4s;
    }

    .nav_link {
        text-decoration: none;
        color: #fff;
        font-size: 40px;
    }

    .nav_links:target {
        clip-path: circle(150% at top left);
    }

    .nav_logo {
        width: 110px;
        height: auto
    }

    .p_11 {
        width: 100%;
        height: auto;
        display: flex;
        justify-content: center;
    }

    .p_1-izquierda-foto1 {
        width: contain;
        height: 50%;
        display: flex;
        /*        background-image: url("../IMAGENES/a4.jpg");*/
    }

    .imagen-p_11 {
        width: 100%;
        height: 100%;
        background-repeat: no-repeat;
        background-size: cover;
    }



    .p_1-derecha-foto1 {
        width: 100%;
        height: auto;
        display: flex;
    }

    .entorno_derecha1 {
        width: 100%;
        height: 900px;
        display: block;
        justify-content: center;
        padding: 20px;
        background: rgba(5,0,0,0.1);
    }




    .present11 {
        width: 100%;
        height: 120px;
    }

    h1 {
        font-weight: 900;
        font-size: 20px;
    }

    h1, h2, h3 {
        font-family: Calibri;
        color: #11001c
    }

    .present21 {
        width: 100%;
        display: flex;
        height: 120px;
        justify-content: center;
    }


    .present31 {
        width: 100%;
        height: 500px;
    }



    .present11 h1 {
        height: auto;
        font-size: 50px;
    }

    .present21 h2 {
        height: auto;
        font-size: 40px;
    }

    .present31 h3 {
        height: auto;
        font-size: clamp(3rem, 3vw, 3rem);
    }




    .paginas1 {
        display: flex;
        width: 100%;
        height: 1500px;
    }


    .pagina_texto1 {
        width: 50%;
        height: auto;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    h8 {
        display: flex;
        width: 80%;
        height: auto;
        text-align: justify;
        font-size: clamp(2rem, 3vw, 3rem);
    }

    h20 {
        font-size: clamp(2rem, 2vw, 2rem);
        text-align: justify;
        width: 90%;
    }


    .pagina_imagen1 {
        width: 50%;
        height: auto;
        display: flex;
        align-items: center;
        background-color: rgba(241,228,212,255);
    }

    .imagen_de_pagina1 {
        width: 100%;
        display: flex;
        align-items: center;
        height: auto;
        background-repeat: no-repeat;
        background-size: cover;
        background: #ffffff;
    }

    .pie1 {
        width: 100%;
        height: 900px;
        display: flex;
        background: #000000;
        justify-content: center;
        align-items: center;
    }

    .pie_texto1 {
        display: flex;
        width: 100%;
        height: auto;
        justify-content: center;
        align-content: center;
    }

    .texto_pie1 {
        display: flex;
        width: 80%;
        height: 100%;
        justify-content: center;
        align-content: center;
        color: #fff
    }

    h7 {
        color: #fff;
        font-size: clamp(2rem, 2vw, 2rem);
    }

    .pie_imagen1 {
        width: 100%;
        height: 800px;
        display: flex;
    }


    .contacto_imagen1 {
        width: 50%;
        height: auto;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .imagendelpie1 {
        width: 90%;
        height: auto;
        background-repeat: no-repeat;
        background-size: contain;
    }



    .contacto_texto1 {
        display: block;
        width: 50%;
        padding-left: 10px;
        padding-top: 20px;
        align-items: center;
align-content:center;
    }

    h21 {
        font-weight: 900;
font-size: clamp(2rem, 2vw, 2rem);
    }

    h22 {
        font-family: Calibri;
font-size: clamp(2rem, 2vw, 2rem);
    }

    .final1 {
        width: 100%;
        height: 20px;
        background: rgba(0,0,0,0.6);
    }




}
    

   
    .final1 {
        width: 100%;
        height: 20px;
        background: rgba(0,0,0,0.6);
    }



}
    

   
</pre></body></html>