
/*CUERPO*/
.container{
    width: 100%;
}
.descripcion-texto{
    width: 100%;
    background-color: #00009A;
    text-align: center;
    margin-top: 25px;
    margin-bottom: 25px;
    animation: appear 1s linear;
}
.descripcion-texto h3{
    font-family: Arial, Helvetica, sans-serif;
    color: white;
    font-size: 35px;
    padding: 15px;
}
.descripcion-texto2{
    width: 75%;
    margin: auto;
    margin-top: 25px;
    margin-bottom: 25px;
}
.descripcion-texto2{
    animation: appear linear;
    animation-timeline: view();
    animation-range: entry 0%;
}
.texto{
    margin: auto;
    width: 70%;
    animation: appear 1s linear;
}
.texto p{
    font-family: "Noto Sans", sans-serif;
    text-align: justify;
    padding: 5px 0 5px 0;
    font-size: 18px;
    line-height: 1.8;
}
/*Responsive 750px*/
@media (max-width: 750px){
    .btn-wsp{
        bottom: 15px;
        right: 30px;
        font-size: 30px;
    }

    .fondo{
        background-color: rgba(213, 221, 225, 0.348);
    }
    .descripcion-texto h3{
        font-size: 25px;
        padding: 15px 0 15px 0;
    }
    .descripcion-texto2{
        width: 100%;
    }
    .texto{
        width: 85%;
    }
    .texto p{
        font-family: "Noto Sans", sans-serif;
        padding: 10px 0 15px 0;
        font-size: 16px;
        line-height: 1.5;
    }
}
