header, footer, .concretotexto, .banerproducto, .descripcion, .aplicaciones-y-usos, .dosificacion, .presentacion {
    font-family: "Renogare-Regular";
}

header.abajo, .navbar, .footer {
    background: linear-gradient(90deg, rgb(20, 52, 132) 0%, rgb(220, 140, 27) 100%);
}

.dropdown-content, .submenu-content {
    background: linear-gradient(90deg, rgb(20, 52, 132) 0%, rgb(220, 140, 27) 100%);
    box-shadow: 0px 8px 16px rgb(20, 52, 132, 0.5);
}

.dropdown-content .submenu-content {
    background: linear-gradient(90deg, rgb(20, 52, 132) 0%, rgb(220, 140, 27) 100%);
    box-shadow: 0px 8px 16px rgb(20, 52, 132, 0.5);
}

.dropdown-content a:hover {
    background-color: rgba(87, 87, 87, 0.3);
    color: rgb(220, 140, 27);
    transition: all 500ms ease;
}

.concretotexto {
    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(20, 52, 132) 0%, rgb(220, 140, 27) 100%);
    transition: all 500ms ease;
}

.concretotexto:hover, .banerproducto:hover {
    color: #dc8c1b;
}

.backgroundproducto {
    padding-top: 50px;
    background: url('fondos/fondo8.jpg') no-repeat center center fixed;
    background-size: cover;
}

.banerproducto {
    text-align: center;
    font-weight: bolder;
    background: linear-gradient(90deg, rgb(20, 52, 132) 0%, rgb(220, 140, 27) 100%);
    color: white;
    font-size: 40px;
    padding-top: 50px;
    padding-bottom: 50px;
    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, .aplicaciones-y-usos, .presentacion {
    width: 100%;
    height: auto;
    text-align: center;
    font-size: 40px;
    font-weight: 400;
    line-height: 72px;
    margin: 20px 0;
    color: rgb(220, 140, 27);
    background-color: rgba(20, 52, 132, 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: 600px;
}

#surfix {
    height: 900px;
}

#peneguard {
    height: 700px;
}

#sealcoat {
    height: 800px;
}

@media (max-width: 1200px) {
    .rectangle-2 {
        height: 455px;
    }
}

@media (max-width:800px ) {
    .navbar-nav{
        background: linear-gradient(90deg, rgb(20, 52, 132) 0%, rgb(220, 140, 27) 100%);
        box-shadow: 0px 8px 16px rgb(20, 52, 132, 0.5);
    }
    .descripcion, .aplicaciones-y-usos, .presentacion {
        font-size: 36px;
        line-height: 54px;
    }
    
    .banerproducto, .concretotexto {
        font-size: 36px;
    }

    .rectangle-2 {
        height: 390px;
    }
}

@media (max-width: 480px) {
    .descripcion, .aplicaciones-y-usos, .presentacion {
        font-size: 24px;
        line-height: 36px;
    }

    .banerproducto {
        font-size: 34px;
    }
    
    .rectangle-2 {
        height: 455px;
    }
}