.cerrar{
    position: relative;
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.4s ease-out;
}

.abrir{
    max-height: 1800px;
    transition: max-height 0.5s ease-in;
}

.parraf{
    font-size: 20px;
}

.list{
    font-size: 16px;
}


.ventana{
    background-color: #ffffff;
    color: #000000;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    text-align: center;
    display: none;
}

#cv{
    background-color: #ffffff;
    position: relative;
    left: 50%;
    top: 1%;
}

.title{
    margin-bottom: 15px;
    font-size: 40px;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 0.5em;
    line-height: 1.4;
}

.divce{
    text-align: center;
}

.boton-abr{
    padding: 10px 50px;
    font-size: 35px;
    font-style: oblique;
    margin-top: 50px;
    border-style: none;
    background: #000;
    color: #ffffff;
}

@media (min-width: 991px) {

    .movil{
        display: none;
    }

}

@media (max-width: 990px) {
    .pc{
        display: none;
    }
}