.descripcion{
    width: 100%;
}

.descripcion .contenedor{
    width: 100%;
    margin: auto;
    text-align: center;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    padding: 5% 10%;
    background-image: url(../img/pellet2.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: contain;
    background-size: 100%;
}

.descripcion .contenedor .sub-contenedor{
    width: 100%;
    margin: auto;
    padding: 2%;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    background-color:rgba(255, 255, 255, 0.9);
}
.descripcion h3{
    margin: auto;
    padding-top: 2%;
    font-family: 'Playfair Display', serif;
    font-weight: 600;
    font-size: 35px;
}

.descripcion .linea{
    width: 20%;
    margin: auto;
    margin-top: 1%;
    margin-bottom: 3%;
    border-bottom: 4px solid #0380a5;
    border-radius: 0px 0px 20px 20px;
}

.descripcion p{
    padding: 2%;
    margin: auto;
    text-align: justify;
    font-size: 18px;
}

@media (max-width: 700px) {
    .descripcion .contenedor{
        background-image: url(../img/pellet3.jpg);
        background-repeat: repeat;
        padding: 3%;
        margin-top: 15%;
        box-shadow: rgba(0, 0, 0, 0) 0px 5px 15px;
    }
    .descripcion .contenedor .sub-contenedor{
        background-color:rgba(255, 255, 255, 0.9);
    }
    .descripcion .linea{
        width: 30%;
    }
    .descripcion h3{
        font-size: 28px;
    }
    .descripcion p{
        font-size: 16px;
        margin-bottom: 2%;
    }
}