body.llum {
    background: none;
    background-color: #719898;
}

body.forca {
    background: none;
    background-color: #222222;
    color: #EDEBE6;

    background-size: 100%;
    background-repeat: no-repeat;
    background-color: #1e1e1c;
    background: url('../img/fondo_forca.jpg') center center / cover no-repeat fixed;
}

.container {
    max-width: 1400px;
    margin: auto;
    margin-bottom: 30px;
    padding: 0;
    position: relative;
}

.portada-producto {
    margin-top: 70px;
    /* min-height: 380px; */
    /* padding-left: 12%; */
    position: relative;
    display: flex;
    flex-wrap: wrap;
    gap: 0px;
    padding-bottom: 100px;
}

.portada-producto .titulo {
    font-size: 120px;
    letter-spacing: -2px;
    margin-left: -8px;
    padding-left: 70px;
    flex: 0 0 100%;
}

.portada-producto .descripcion {
    font-size: 32px;
    line-height: 1.5;
    padding-left: 70px;
}

.portada-producto .logo {
    position: absolute;
    bottom: 20px;
    right: 20px;
}

.portada-producto .logo img {
    max-height: 80px;
}

.ficha-producto {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    background-color: #F8F6F2;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    color: #000000;
}

.text-content {
    flex: 1 1 50%;
    margin: 40px;
}

.product-image {
    flex: 1 1 40%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-image img {
    max-width: 100%;
    height: auto;
}

.linea {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.producto {
    font-size: 40px;
    font-weight: bold;
    margin-top: 40px;
    margin-bottom: 50px;
    text-transform: uppercase;
    margin-left: 20px;
}

.llum .producto {
    color: #719898;
}

.forca .producto {
    color: #222222;
}

.ficha-producto .descripcion {
    font-size: 21px;
    margin-bottom: 20px;
    line-height: 1.5;
    margin-left: 20px;
    padding-bottom: 50px;
}

.info-adicional {
    font-size: 21px;
    margin-bottom: 10px;
    margin-left: 20px;
}

.llum .info-adicional strong {
    color: #719898;
}

.forca .ficha-producto .descripcion {
    color: #555;
}

.forca .info-adicional {
    color: #555;
}

.forca .info-adicional strong {
    color: #222222;
}

.ficha-producto .logo {
    position: absolute;
    bottom: 20px;
    left: 20px;
    margin-left: 20px;
}

.ficha-producto .logo img {
    max-height: 80px;
}

.pie {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    max-width: 1400px;
    margin: auto;
    margin-bottom: 50px;
    color: #fff;
    margin-top: 50px;
}

.pie .logo {
    flex: 1 1 100%;
}

.pie .logo img {
    width: 200px;
}

.pie .texto .email_src {
    float: left;
}

.pie .texto .email_src img {
    margin-top: 10px;
    width: 30px;
}

.pie .texto {
    color: #fff;
    padding-left: 30px;
    line-height: 2;
}

.pie .texto a {
    color: #fff;
    text-decoration: none;
    font-family: 'roboto';
}

.pie .texto a:hover {
    text-decoration: underline;

}

.pie .texto img {
    width: 17px;
    margin-bottom: -3px;
    margin-right: 5px;
}

@media only screen and (max-width: 600px) {
    .portada-producto .titulo {
        font-size: 80px;
    }

    .portada-producto .descripcion {
        font-size: 25px;
    }

    .portada-producto .logo {
       bottom: 0px;
    }
}
