*{
    margin: 0%;
    padding: 0%;
    border: 0%;
    
}

.desc-principal{
    background-image: url(../img/fondo1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    font-family: 'Nanum Myeongjo', serif;
    padding: 9% 0% 9% 2%;

}

.titulo1{
    font-size: 2rem;
    color: rgb(111, 101, 248);
    margin: 0;
    padding: 0;
    font-family: 'Patua One', cursive;
}

.effect{
    width: 10%;
    transition: 0.5s;
}

.effect:hover{
    width: 12%;
}

.presentacion{
    font-size: 5em;
    margin: 0%;
}

.nombre{
    color: rgb(255, 0, 0);
}

.desc-presentacion{
    color: rgb(0, 0, 0);
    font-size: 1.3rem;
    width: 50%;
}

.card{
    box-shadow: 5px 8px 18px #888888;
    transition: 0.5s;  
    height: 100%;
}

.card:hover{
    box-shadow: 5px 8px 18px #525252;
    transform: translateY(-3%);
}

.caja{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.boton{
    width: 200px;
}

.diseño{
    text-decoration: none;
    color: white;
}

.desc-img{
    padding: 2rem;
}

.arriba{
    font-size: 40px;
    transition: 0.5s;
}

.arriba:hover{
    transform: translatey(-10%);
    font-size: 50px;
}

footer{
    text-align: center;
    padding: 0;
    margin: 0%;
    font-family: 'Nanum Myeongjo', serif;
}

.sec-text{
    font-family: 'Lobster', cursive;
    color: rgb(161, 161, 161);
    transition: 0.5s;
    text-align: center;
    font-size: 1.7em;
    background-color: #212529;
}

.sec-text2{
    font-family: 'Lobster', cursive;
}

.sec-text:hover{
    color: #fff;
    text-shadow: 0 0 10px #fff;
    text-shadow: 0 0 20px #fff;
    text-shadow: 0 0 30px #fff;
    text-shadow: 0 0 10px #fff;
    text-shadow: 0 0 10px #fff;
}

.seg-text{
    font-family: 'Nanum Myeongjo', serif;
}