body {
    padding: 0;
    box-sizing: border-box;
}

header, footer, .basesquimicastexto, .banerproducto, .beneficios, .aplicaciones-y-usos, .dosificacion, .presentacion {
    font-family: "Renogare-Regular";
}

.basesquimicastexto {
    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, rgba(0, 131, 202, 1) 0%, rgba(191, 214, 48, 1) 100%);
    transition: all 500ms ease;
}

.basesquimicastexto:hover, .banerproducto:hover {
    color:  #bfd630;
}

.backgroundproducto {
    padding-top: 50px;
    background: url('fondos/fondo11.jpg') no-repeat center center fixed;
    background-size: cover;
}

.banerproducto {
    text-align: center;
    font-weight: bolder;
    background: linear-gradient(90deg, rgba(0, 131, 202, 1) 0%, rgba(191, 214, 48, 1) 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;
}

.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: rgba(0, 131, 202, 1);
    background-color: rgba(192, 214, 48, 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-1 {
    height: 140px;
}

.rectangle-2 {
    height: 400px;
}

#rec1 {
    height: 600px;
}

.rectangle-3 {
    height: 186px;
}


@media (max-width: 800px) {
    .beneficios, .aplicaciones-y-usos, .dosificacion, .presentacion {
        font-size: 36px;
        line-height: 54px;
    }
    .ultra-reductor, .prefabricados, .dosis-recomendada, .ibc {
        font-size: 18px;
        line-height: 27px;
    }
    .rectangle-1 {
        height: 100px;
    }
    .rectangle-2 {
        height: 350px;
    }
    #rec1 {    
        width: 100%;
        height: auto;
    }
    .banerproducto, .basesquimicastexto {
        font-size: 36px;
    }
}

@media (max-width: 480px) {
    .beneficios, .aplicaciones-y-usos, .dosificacion, .presentacion {
        font-size: 24px;
        line-height: 36px;
    }
    .ultra-reductor, .prefabricados, .dosis-recomendada, .ibc {
        font-size: 16px;
        line-height: 24px;
    }
}

