header, footer, .fibrastexto, .banerproducto, .descripcion, .beneficios, .aplicaciones-y-usos, .dosificacion, .presentacion {
    font-family: "Renogare-Regular";
}
  
header.abajo, .navbar, .footer {
    background: linear-gradient(90deg, rgb(164, 164, 164) 0%, rgb(214, 133, 57) 100%);
}

.dropdown-content, .submenu-content{
    background: linear-gradient(90deg, rgb(164, 164, 164) 0%, rgb(214, 133, 57) 100%);
    box-shadow: 0px 8px 16px rgb(164, 164, 164, 0.5);
}

.dropdown-content .submenu-content{
    background: linear-gradient(90deg, rgb(164, 164, 164) 0%, rgb(214, 133, 57) 100%);
    box-shadow: 0px 8px 16px rgb(164, 164, 164, 0.5);
}

.dropdown-content a:hover{
    background-color: rgba(87, 87, 87, 0.3);
    color: rgb(109, 64, 22);
    transition: all 500ms ease;
}

.fibrastexto {
    top: 166px;
    font-size: 60px;
    padding-top: 120px;
    padding-bottom: 50px;
    font-weight: bold;
    text-align: center;
    color: rgb(255, 255, 255);
    cursor: default;
    background: linear-gradient(90deg, rgb(164, 164, 164) 0%, rgb(214, 133, 57) 100%);
    transition: all 500ms ease;
}

.fibrastexto:hover, .banerproducto:hover {
    color:  #6d4016;
}

.backgroundproducto {
    padding-top: 50px;
    background: url('fondos/fondo6.jpg') no-repeat center center fixed;
    background-size: cover;
}

.banerproducto {
    text-align: center;
    font-weight: bolder;
    background: linear-gradient(90deg, rgb(164, 164, 164) 0%, rgb(214, 133, 57) 100%);
    color: white;
    padding: 50px;
    font-size: 40px;
    transition: all 500ms ease;
}

.frame {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 1436px;
    margin: 0 auto;
    padding: 20px;
    box-sizing: border-box;
}

.column {
    flex: 1;
    min-width: 300px;
    padding: 10px;
    box-sizing: border-box;
}

.descripcion, .beneficios, .aplicaciones-y-usos, .dosificacion, .presentacion {
    width: 100%;
    height: auto;
    text-align: center;
    font-size: 48px;
    font-weight: 400;
    line-height: 72px;
    margin: 20px 0;
    color: rgb(214, 133, 57);
    background-color: rgb(164, 164, 164, 0.25);
    border-radius: 10px;
}

.informacion {
    width: 100%;
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    margin: 20px 0;
}

.rectangle {
    background: #D9D9D9;
    width: 100%;
    height: auto;
    margin: 20px 0;
}

.rectangle-2 {
    height: 270px;
}

.rectangle-3 {
    height: 186px;
}

@media (max-width:800px ) {
    .navbar-nav{
        background: linear-gradient(90deg, rgb(164, 164, 164) 0%, rgb(214, 133, 57) 100%);
        box-shadow: 0px 8px 16px rgb(164, 164, 164, 0.5);
    }
    .descripcion, .beneficios, .aplicaciones-y-usos, .dosificacion, .presentacion {
        font-size: 36px;
        line-height: 54px;
    }
    .rectangle-2 {
        height: 220px;
    }
    .banerproducto, .fibrastexto {
        font-size: 36px;
    }
}

@media (max-width: 480px) {
    .descripcion, .beneficios, .aplicaciones-y-usos, .dosificacion, .presentacion {
        font-size: 24px;
        line-height: 36px;
    }
}