.lienzo {
    height: auto; 
}

.margen-contenedor {
    margin-top: 2rem;
    margin-bottom: 2rem;
    margin-left: 1.75rem;
    margin-right: 1.75rem;
}

.fondo-principal {
    position: relative;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
}

.fondo-principal_contenido {
    position: absolute;
    top: 65%;
    left: 15%;
    width: 70%;
    padding: 8rem 8rem;
    background-color: white;
    border: 1px solid white;
}        

.fondo-principal_contenido--titulo {
    font-size: 3.8rem;
    font-weight: 500;
    padding: 0;
}

.fondo-principal_contenido--categoria {
    color: #a9a9a9;
    font-size: 1.2rem;
    font-weight: 500;
    text-transform: uppercase;
}

.fondo-principal_contenido--linea {
    padding: 0.5rem 0rem;
    border-bottom: 5px solid #42551f;
}

.fondo-principal_contenido--descripcion {
    margin-top: 1rem;
    font-size: 1rem;
    font-weight: 500;
    color: #a9a9a9;
    padding: 3rem 0rem;
    overflow: auto;
}

.boton-extra {
    width: 100%;
    border-radius: 0;
    background-color: #6f7b64;
    border: 1px solid #6f7b64;
    color: white;
    font-size: 1.2rem;
    font-weight: 700;
    padding: 1rem 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    margin-right: 2rem;
}

.boton-extra:hover {
    cursor: pointer;
    border: 1px solid #42551f;
    background-color: white;
    color: #42551f;
}

.padre {
    margin-bottom: 10rem;
}

.link-compartir {
    color: #42551f;
}

.link-compartir:hover {
    color:#6f7b64;
}

@media(min-width: 1800px) { 
    .padre { height: 140rem; }
    .fondo-principal_contenido--descripcion {
        height: 68rem;
        max-height: 68rem;
    }
    .fondo-principal_contenido { height: 100rem; }
    .fondo-principal { height: 68rem; }
}

@media(min-width: 1400px) and (max-width: 1799px) { 
    .padre { height: 98rem; }   
    .fondo-principal_contenido--descripcion {
        height: 44rem;
        max-height: 44rem;
    }
    .fondo-principal_contenido { height: 74rem; }
    .fondo-principal { height: 44rem; }
}

@media(min-width: 1200px) and (max-width: 1399px) { 
    .padre { height: 98rem; }   
    .fondo-principal_contenido--descripcion {
        height: 44rem;
        max-height: 44rem;
    }
    .fondo-principal_contenido {
        height: 74rem; 
        padding: 8rem 6rem;
        left: 10%;
        width: 80%;
    }
    .fondo-principal { height: 44rem; }
}

@media(min-width: 992px) and (max-width: 1199px) { 
    .padre { height: 98rem; }   
    .fondo-principal_contenido--descripcion {
        height: 44rem;
        max-height: 44rem;
    }
    .fondo-principal_contenido {
        height: 74rem; 
        padding: 8rem 6rem;
        left: 7.5%;
        width: 85%;
    }
    .fondo-principal { height: 44rem; }
}

@media(min-width: 768px) and (max-width: 991px) { 
    .padre { height: 98rem; }   
    .fondo-principal_contenido--descripcion {
        height: 44rem;
        max-height: 44rem;
    }
    .fondo-principal_contenido {
        height: 74rem; 
        padding: 8rem 4rem;
        left: 5%;
        width: 90%;
    }
    .fondo-principal { height: 44rem; }
}

@media(min-width: 576px) and (max-width: 767px) { 
    .padre { height: 94rem; }   
    .fondo-principal_contenido--descripcion {
        height: 44rem;
        max-height: 44rem;
    }
    .fondo-principal_contenido {
        height: 68rem; 
        padding: 4rem 4rem;
        top: 100%;
        left: 0%;
        width: 100%;
    }
    .fondo-principal { height: 32rem; }
}

@media(min-width: 0px) and (max-width: 575px) { 
    .lienzo { margin: 0; padding: 0; }
    .margen-contenedor { margin: 0rem; }
    .padre { height: 100rem; }   
    .fondo-principal_contenido--descripcion {
        height: 44rem;
        max-height: 44rem;
    }
    .fondo-principal_contenido {
        height: 74rem; 
        padding: 4rem 2rem;
        top: 100%;
        left: 0%;
        width: 100%;
    }
    .fondo-principal { height: 32rem; }
}