@font-face {
    font-family: 'louis_george_caferegular';
    src: url('../font/louis_george_cafe-webfont.woff2') format('woff2'),
        url('../font/louis_george_cafe-webfont.woff2') format('woff');
    font-weight: normal;
    font-style: normal;

}

.txt_contexto p{
    color: white;
}

.txt_contexto h1 {
    font-family: 'louis_george_caferegular', Helvetica;
    font-size: 14pt;
    color: white;
}

.txt_contexto h2 {
    font-family: 'louis_george_caferegular', Helvetica;
    margin-bottom: 2%;
    font-size: 13pt;
    color: white;
}
.recuadro_contexto1 h1{
    color: white;
}



#InicioPagina article {
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

#dobleclickInicio {
    position: absolute;
    width: 100%;
    height: 100vh;
    z-index: 7;
}

#viento {
    display: block;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    opacity: 0%;
    filter: sepia(60%);
    animation: 4s ease 2s viento forwards;
    z-index: 5;

}

.inicio_logo {
    width: 100%;
    height: 100vh;
    opacity: 0%;
    text-align: center;
    background: linear-gradient(#877C90 45%, #ADA796) 55%;
    animation: 6s ease-in 0s pantallalogo forwards;
    position: absolute;
    z-index: 2;
}

.inicio_contexto {
    width: 100%;
    height: 100vh;
    box-sizing: border-box;
    background: linear-gradient(#877C90 45%, #ADA796) 55%;
    text-align: center;
    overflow: hidden;

}



.ruido {
    
    width: 100%;
    height: 100vh;
}

.logo {
    margin-top: 25vh;
    height: 45vh;
    filter: sepia(60%);
    filter: drop-shadow(2px 3px 9px #ffffff81);
    animation: 5.5s ease-out 0s logo forwards;
}


.recuadro_contexto1 {
    padding: 10vh 20%;
    z-index: 3;
}

.recuadro_contexto {
    width: 100%;
    height: 70vh;
    padding: 3vh 2% 3vh 2%;
    text-align: left;
    border: solid 3px white;
    overflow: hidden;
}

.txt_contexto {
    width: 100%;
    height: auto;
    /* padding: 12% 5%; */
    float: left;
    
}
.recuadro_txt_center{
    display: flex;
    justify-content: center;
    align-items: center;
}

.img_contexto {
    width: 40%;
    height: 64vh;
    padding-left: 5%;
    float: left;
    text-align: center;
    overflow: hidden;
}

.img_contexto2 {
    display: none;
}

.img_c {
    width: 140%;
}

.txt_click {
    filter: drop-shadow(2px 3px 9px #ffffff81);
    animation: 2s ease-in 8s infinite click;
    padding-top: 3%;
    opacity: 0%;
}

.txt_click:hover {
    filter: drop-shadow(2px 3px 9px #877C90);

}

#inicio {
    width: 100%;
    height: 100vh;
    background: linear-gradient(#877C90 45%, #ADA796) 55%;
    
    display: none;
    z-index: 3;
}

/*ANIMACIONES*/

@keyframes logo {
    0% {
        opacity: 0%;
    }

    30% {
        opacity: 100%;
    }


    80% {
        opacity: 100%;
    }

    100% {
        transform: scale(1, 1);
        opacity: 0%;
    }
}

@keyframes pantallalogo {
    0% {
        opacity: 100%;
        display: block;

    }

    90% {
        opacity: 100%;

    }

    100% {
        opacity: 0%;
    }
}

@keyframes viento {
    0% {
        opacity: 100%;
        display: block;

    }

    90% {
        opacity: 100%;
        display: block;

    }


    100% {
        display: none;
        opacity: 100%;

    }
}

@keyframes click {
    0% {
        opacity: 30%;

    }


    40% {
        opacity: 100%;

    }

    60% {
        opacity: 100%;

    }

    100% {
        opacity: 30%;

    }
}


/*RESPONSIVE*/

@media (max-height: 1200px) and (min-height: 900px) {


    .recuadro_contexto1 {
        width: 100vw;
        padding: 20vh 20%;
        height: 100vh;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .recuadro_contexto {
        height: auto;
    }

}

@media (max-width: 1300px) {


    .recuadro_contexto {
        padding: 3vh 2%;
    }

    .img_c {
        width: 160%;
    }
}

@media (max-width: 1100px) {

    * {
        font-size: 9pt;
    }

    .logo {
        margin-top: 35vh;
        height: 35vh;
    }


    .img_contexto {
        width: 40%;
        height: 60vh;
        padding-left: 1%;
    }

    .recuadro_contexto1 {
        padding: 10vh 10%;
    }

    .recuadro_contexto {
        padding: 5vh 2%;
    }

    .img_c {
        width: 135%;
    }


}

@media (max-width: 850px) {

    .img_c {
        width: 160%;
    }

}

@media (max-width: 700px) and (orientation: portrait) {
    * {
        font-size: 11pt;
    }

    .logo {
        margin-top: 25vh;
        height: 50vh;
    }


    .txt_contexto {
        width: 100%;
        height: auto;
        overflow: hidden;
        padding: 2vh 1vh 4vh;
    }

    .recuadro_contexto {
        border: solid 2px white;
        margin-top: 5vh;

    }

    .img_contexto {
        display: none;
    }

    .img_contexto2 {
        display: block;
        width: 100%;
        height: 25vh;
        float: left;
        text-align: center;
        overflow: hidden;
    }

    .img_c {
        width: 110%;
    }

    h1 {
        font-size: 115%;
    }

}

@media (max-height: 500px) and (orientation: landscape) {

    * {
        font-size: 9pt;
    }


    h2 {
        font-size: 11pt;
    }

    h1 {
        font-size: 12pt;
    }


    .txt_contexto {
        padding: 0% 2%;
    }


    .img_c {
        width: 95%;
    }

    .recuadro_contexto {
        margin-top: 0;
    }

}




@media (max-width: 700px) and (orientation: landscape) {

    * {
        font-size: 9pt;
    }

    .logo {
        margin-top: 15vh;
        height: 70vh;
    }

    .recuadro_contexto1 {
        padding: 5vh 5%;
    }

    .recuadro_contexto {
        height: 80vh;
    }

    .txt_contexto {
        width: 60%;
        height: 70vh;
        padding: 2% 2%;
        float: left;
    }

    .img_contexto {
        width: 40%;
        height: 70vh;
        padding-left: 5%;
        float: left;
        text-align: center;
        overflow: hidden;
    }

    .img_contexto2 {
        display: none;
    }

    h1 {
        font-size: 100%;
    }

    .img_c {
        width: 115%;
    }

}

@media (max-height: 930px) and (max-width: 450px) {
    * {
        font-size: 10pt;
    }


    h2 {
        font-size: 11pt;
    }

    h1 {
        font-size: 12pt;
    }

    .recuadro_contexto1 {
        padding: 5vh 5%;
    }

    .recuadro_contexto {
        height: 70vh;
        margin-top: 7vh;
    }

}

/* ---- particles.js container ---- */
#particles-js {
    position: fixed;
    width: 100%;
    height: 99vh;
    z-index: 6;
    pointer-events: none;

}
