/*STYLESHEET DRIMOL*/

/*GENERALES*/
* {
    margin: 0;
}

p {
    font-family: 'Roboto';
    padding-bottom: 40px;
}


h1 {
    font-family: 'Montserrat';
    text-transform: uppercase;
    font-weight: bolder;
    color: #B41A57;
    padding-bottom: 40px;
    padding-top: 80px;
}

h4 {
    color: #B41A57;
    text-transform: uppercase;

}

/*NAV BAR*/

.logo-nav {

    height: 50px;
}

.navbar {
    background-color: #B41A57;
}

.nav-item {
    padding-left: 20px;
    padding-right: 20px;
}

.nav-link {
    font-family: 'Montserrat';
    color: white;
    text-transform: uppercase;
    font-weight: bolder;
}

.nav-link:hover {
    color: black;
    font-weight: bolder;
}


/*HEADER*/
header {
    background-image: url(../imagenes/bg-header-drimol.jpg);
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
    border-bottom: solid #B41A57 9px;
}

header img {
    width: 450px;
}

header h3 {
    text-transform: uppercase;
    font-weight: bold;
    text-shadow: 2px 2px #a9a6a6;
    color: white;
}

.expert {
    color: #B41A57;
    padding-bottom: 40px;
    text-shadow: none;
}

/*SOBRE NOSOTROS*/
.nosotros {
    background-image: url(../imagenes/bg-aboutus-drimol.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.garantia {
    padding-bottom: 90px;
}

/*PRODUCTOS*/
.productos {
    background-image: url(../imagenes/bg-products-drimol.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center bottom;
    padding-bottom: 80px;
}

.miniatura-producto {
    width: 190px;
    padding-bottom: 20px;

}

.colum-producto {
    margin-bottom: 80px;
}

.catalogo {
    padding: 15px 25px;
    background-color: #B41A57;
    text-decoration: none;
    color: white;
}

/*COMO COMPRAR*/
.icon-compra img {
    width: 270px;
}

/*Contacto*/

.contacto {
    background-image: url(../imagenes/bg-contact-drimol.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
}

.contact-text {
    color: white;
}

.contact-text img {
    width: 35px;
}

/*FOOTER*/
footer {
    background-color: #B41A57;

    padding: 15px 0px;
    color: white;
}

footer p {
    padding-bottom: 5px;
}

/*CATALOGO*/
.formulario-catalogo {
    background-color: #b41a585a;
    border-radius: 22px;
    margin-bottom: 90px;
}

#formulario button {
    background-color: black;
    color: white;
    border: none;
}