@charset "UTF-8";

body{
    margin: 0;
    font-family: 'Open Sans', sans-serif;
    line-height: 1.5;
}

img{
    max-width: 100%;
}

.container{
    margin-right: auto;
    margin-left: auto;
    padding-left: 1em;
    padding-right: 1em;
    max-width: 980px;
}

.header{
    background: #fff;
    width: 100%;
}

.js .header{
    position: fixed;
    width: 100%;
    z-index: 10;
}

.logo-img{
    background-image: url(../img/logoMultiBombas.jpg);
    background-repeat: no-repeat;
    background-size: cover;    
    background-color: #bb0600;    
    font-size: 18px;
    margin: 0;
    padding: 20px;
    display: block;
    color: transparent;
    float: left;
    box-sizing: border-box;
}

.logo-text{
    text-transform: uppercase;
    background-color: #bb0600;    
    font-size: 18px;
    margin: 0;
    padding: 20px;
    display: block;
    text-decoration: none;
    font-weight: bold;
    color: #fff;
    float: left;
    text-align: right;
}

.header__nav{
    clear: left;
}

.header__nav ul{
    margin: 0;
    padding: 0;
}

.header__nav li{
    list-style-type: none;
    background: #242c2c;
    text-align: center;
    border-bottom: 1px dotted rgba(255, 255, 255, .2);
}

.header__nav a{
    text-decoration: none;
    text-transform: uppercase;
    color: #586165;
    font-size: 18px;
    font-weight: 600;
    padding: 20px 0;
    display: block;
    transition: .8s ease;
}

.header__nav a:hover{
    color: #bb0600;
}

.header__btnMenu{
    float: right;
    margin: 1.5em;
    background: transparent;
    border: none;
    font-size: 14px;
}

.js .header__nav{
    transition: max-height 1s;
}

.js .supplier-slider{
    overflow: hidden;
    color: white;
}

.js .supplier-slider .slideshow{
    position: relative;
    width: 100%;
    margin: auto;
    max-width: 950px;
}

.js .supplier-slider figure{
    opacity: 0;
    position: absolute;
    top: 0;
    text-align: center;
}

.js .supplier-slider figure.show{
    opacity: 1;
    position: relative;
}

.js .supplier-slider .prev, .js .supplier-slider .next{
    z-index: 3;
    position: absolute;
    top: 50%;
    cursor: pointer;
}

.js .supplier-slider .prev{
    left: 10px;
}

.js .supplier-slider .next{
    right: 10px;
}

.hero{
    height: 80vh;
    padding: 40px 20px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    background: linear-gradient(45deg, white 50%, transparent 50%) left calc(50% + 20px) bottom no-repeat,
                linear-gradient(-45deg, white 50%, transparent 50%) left calc(50% - 20px) bottom no-repeat,
                url(../img/background.jpg) no-repeat;
    background-size: 40px 40px, 40px 40px, cover;
}

.hero__title{
    background-color: #bb0600;
    color: white;
    font-size: 28px;
    font-weight: 600;
    padding: 30px 20px;
    text-transform: uppercase;
}

.hero__text{
    background-color: #242a2c;
    margin: 5px 30px 35px;
    color: white;
    padding: 20px;
    font-size: 20px;
}

.hero__btn{
    border: 1px solid rgba(255, 255, 255, .3);
    background-color: rgba(0, 0, 0, .2);
    border-radius: 5px;
    padding: 15px 25px;
    color: white;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
}

.pumps-cards{
    margin-top: 2.5em;
}


.pumps-cards__card:hover{
    outline: 5px solid #bb0600;
    outline-offset: -5px;  
}

.pumps-cards__card:hover .pumps-cards__title,
.pumps-cards__card:hover .pumps-cards__text{
    color: #bb0600;
}

.pumps-cards__image{
    width: 100%;
    height: 30%;
}

.pumps-cards__card{
    border: 1px solid #dbe1e7;    
}

.pumps-cards__content{
    text-align: center;
    padding: 20px 25px 10px;
    /* border-left: 1px solid #dbe1e7;
    border-right: 1px solid #dbe1e7; */
}

.pumps-cards__title{
    color: #737c85;
    font-size: 21px;
    font-weight: normal;
}

.pumps-cards__text{
    color: #929da5;
    font-size: 14px;
}

.content{
    background: #f8f9f9;
    padding: 20px 0 80px;
    border-top: 1px solid #e3e3e3;
}

#container-title{
    color: #737c85;
    font-size: 42px;
    text-align: center;
    padding-top: 80px;
}

.container article img{
    height: 33%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.content h2{
    color: #737c85;
    font-size: 42px;
    padding-top: 40px;
    font-weight: 700;
    text-align: center;
}

.content h3 {
    color: #737c85;
    font-size: 21px;
    padding-top: 40px;
    font-weight: 400;
}

.content p{
    color: #929da5;
    font-size: 14px;
    word-spacing: 3px;    
}
.how-we-are{
    padding: 20px 0 80px;
}

.how-we-are h2{
    color: #737c85;
    font-size: 42px;
    padding-top: 40px;
    font-weight: 700;
    text-align: center;
}

.how-we-are p{
    color: #929da5;
    font-size: 14px;
    word-spacing: 3px;  
}

.how-we-are img{
    width: 90%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
}

.supplier-slider{
    background-color: #bb0600;
    padding: 100px 0 100px;
    width: 100%;
    overflow: auto;
}

.supplier-slider h2{
    color: white;
    font-size: 42px;
    padding-top: 0;
    margin: 0;
    margin-bottom: 1em;
    font-weight: 700;
    text-align: center;    
}

.slideshow{
    white-space: nowrap;
}

.slideshow figure{
    display: block;
}

.footer{
    background: #25303e;
    color: #83969f;
    text-align: center;
    padding-bottom: 2em;
}

.footer-menushare{
    background: #303d4c;
    padding: 80px .5em;
}

.footer-menushare a{
    font-size: 1.1em;
    text-decoration: none;
    color: white;  
}

.footer-menushare i{
    color: green;
}

@media screen and (min-width: 1025px){
    .header{
        position: fixed;
    }

    .logo-img{
        width: 6%;
        box-sizing: border-box;
    }

    .logo-text{
        width: 20%;
        box-sizing: border-box;
    }

    .header__btnMenu{
        display: none;
    }

    .header__nav{
        float: left;
        width: 74%;
        clear: none;
        max-width: 800px;
    }

    .header__nav ul{
        display: flex;
        justify-content: space-around;
    }

    .header__nav li{
        border-bottom: none;
        flex-grow: 1;
    }
    
    .header__nav a{
        background: white;
    }

    .pumps-cards{
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        grid-gap: 30px;
    }

    .content .container{
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-gap: 30px;
    }   

}