@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@100&display=swap');


*{
    margin: 0;
    padding: 0;
}

.hidden{
    display: none;
}

.estudio{
    background-image: url("./img/casa-Eden/3.4.jpg");
    height: 100vh;
    width: 100vw;
    filter: blur(5px);
    background-size: cover;
}

.foot{
    display: flex;
    flex-direction: column;
    border-top: 1px rgb(198, 198, 198) solid;
    padding-top: 70px;
    transition: all ease 0.3s;
    margin-top: 120px;
}

.correo{
    font-family: 'Raleway', sans-serif;
    font-size: 12px;
    padding: 30px;
    font-weight: 700;
}


.flex{
    display: flex;
    justify-content: space-between;
}

.redes{
    width: 20%;
    margin-right: 30px;
}

.redes img{
    height: 100px;
}

.logoRed{
    text-align: center;
}

.categ{
    width: 40%;
    display: flex;
    flex-direction: column;
    font-weight: 700;
}
.nav{
    font-family: 'Raleway', sans-serif;
    width: 100%;
    display: flex;
    justify-content: space-around;
    font-weight: 700;
}

h1{
    text-align: center;
    font-family: 'Raleway', sans-serif;
}

.nav2{
    width: 80%;
}

.foot a:hover{
    cursor: pointer;
    font-size: 18px;
    text-decoration: underline;
}

.video{
    width: 100%;
    height: 100vh;
}


.textos{
    width: 60%;
}

/* RESPONSIVO */

@media screen and (max-width: 800px) {
    
    .video{
    width: 100%;
    height: auto;
    }

    .header{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .h_opciones{
        display: flex;
        width: 100% !important;
        justify-content: space-around;
       padding: 10px;
    }

    .h_opciones div{
        margin: 5px 0;
    }

    .flex{
        display: flex;
        flex-direction: column;
    }
    
    .categ{
        width: auto;
    }

    .nav2{
        width: 100%;
    }

    .redes{
        width: 100%;
        font-size: 15px;
    }

    .textos{
        width: 90%;
    }

    .video{
        height: auto;
    }

    
}