html, body {
    
}

#carrossel-banners {
    margin-bottom: 0;
}
#carrossel-banners .slick-dots {
    bottom: 45px;
    right: 10%;
    max-width: 150px;
}
#carrossel-banners .slick-dots li {
   
}
#carrossel-banners .slick-dots li button {
    width: 30px;
    height: 22px;   
    background: url('../img/layout/slick-dot.png') no-repeat center center;
}    
#carrossel-banners .slick-dots li button:before {    
    font-size: 10px;    
    content: '';
    text-align: center;
    opacity: 1;    
    width: 12px;
    height: 12px;
}
#carrossel-banners .slick-dots li.slick-active button:before {
    opacity: 1;
    width: 30px;
    height: 22px;
    background: url('../img/layout/slick-dot-selected.png') no-repeat center center;
}

.banner {
    cursor: pointer;
}

.fancybox-skin {    
    background: #fff;    
}
.fancybox-title-float-wrap {    
    margin-bottom: -45px;
}

.bg-quem-somos {
    background: url('../img/layout/bg-institucional.jpg') no-repeat left center;
    background-size: cover;    
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
}
.container-img-quem-somos {
    padding-right: 0;
}
.img-quem-somos {
    margin-top: 30px;
}
.titulo-quem-somos {
    font-size: 48px;  
    margin-bottom: 20px;
    text-transform: uppercase;
    color: #9b9b9b;
}
.titulo-informacoes-de-contato {
    font-size: 48px;  
    text-align: left;
    margin-bottom: 20px;
    text-transform: uppercase;
    color: #fff;
}
.titulo-contato {
    font-size: 48px;  
    text-align: left;
    margin-bottom: 20px;
    text-transform: uppercase;
    color: #fff;
}
.texto-quem-somos {
    padding-right: 60px;
    position: relative;
    padding-top: 30px;
    padding-bottom: 30px;
}
.barra {
    width: 85px;
    height: 8px;
    background: #fff;
    display: block;
}
.container-icon-quem-somos {
    text-align: center;
    margin-top: 90px;
}
.container-icon-quem-somos .icon-quem-somos {
    margin-bottom: 20px;
}
.container-icon-quem-somos .text-bold {
    display: block;
    font-weight: bold;
}

#contato { 
    color: #fff;
    padding-top: 90px;
    padding-bottom: 90px;
    position: relative;
    background: #ff0000;
}
/*#contato .color-right {    
    background: rgb(237,28,36);
    background: linear-gradient(115deg, rgba(237,28,36,1) 0%, rgba(215,119,50,1) 100%);
    width: 49.99999%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}*/
#container-informacoes-de-contato p {
    font-size: 20px;
}
#container-informacoes-de-contato a {
    text-decoration: none;
    color: #fff;
}
#container-informacoes-de-contato span {
    vertical-align:  middle;
}
#container-form-contato {
    color: #fff;
    padding-left: 30px;
}

#form-contato .form-group {
    clear: both;
}

#submit-form-contato {
    text-transform: uppercase;    
}
#catalogo {
    padding: 70px 15px 60px;
}

#linha-de-produtos {
    margin-bottom: 30px;
}

#linha-de-produtos .titulo {
    background-color: #070707;
    color: #fff;
    text-transform: uppercase;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    padding: 20px;
    margin-bottom: 25px;
    display: flex;
}
#linha-de-produtos .titulo .label {
    white-space: nowrap;
    padding-right: 35px;    
    font-size: 18px;
}
#linha-de-produtos .titulo .line {
    border: 1px solid #fff;
    height: 1px;
    width: 100%;
    position: relative;
    top: 12px;
}
.btn-ver-linha-toda {
    background-color: #fff;
    color: #ff0000;
    text-transform: uppercase;
    border: 1px solid #ff0000;
    font-size: 12px;
    margin: 65px auto 15px;
    display: block;
    width: 150px;
}
.btn-ver-linha-toda:hover {
    background-color: #ff0000;
    color: #fff;
    border: 1px solid #ff0000;
}
.container-representante {
    text-align: center;
    margin-bottom: 30px;
}
.container-representante a {
    text-decoration: none;
    color: #fff;
}
.icon-representante {
    color: #fff;
    font-size: 85px;
}
#representantes {
    background-color: #333;
    color: #fff;
    padding: 60px 15px 35px;
}
.titulo-representantes {
    margin-bottom: 25px;
}

@media (max-width: 767px) {  
    #carrossel-banners .slick-dots {
        bottom: 6px;
        right: 0%;
        max-width: 150px;
    } 
    #container-form-contato {
        padding-left: 15px;
    }
    .texto-quem-somos {        
        padding: 30px;
        margin-bottom: 20px;
    }
    .color-left {
        background: none;
    }
    #contato {        
        padding-top: 40px;
        padding-bottom: 60px;
    }
    #catalogo {
        padding: 40px 15px;
    }
    .titulo-informacoes-de-contato,
    .titulo-contato {
        font-size: 38px;
    }
    .bg-quem-somos {
        background-image: none;
    }
    #linha-de-produtos .titulo {        
        padding: 15px;
    }
    #linha-de-produtos .titulo .label {
        font-size: 12px;
    }
    #linha-de-produtos .titulo .line {        
        top: 7px;
    }
    #quem-somos {
        padding: 0
    }
    .titulo-quem-somos {
        font-size: 38px;
    }
    .produto {
        margin-bottom: 0;
    }
    #representantes {
        padding: 30px 15px 0 15px;
    }
}

@media (min-width: 768px) {  
    #nav-principal {        
        width: 100%;
    } 
}    

@media (min-width: 768px) and (max-width: 991px) {
    .bg-quem-somos {
        background-image: none;
    }
}

@media (min-width: 992px) {     
    #quem-somos {    
        background-color: #eee;
        color: #333;
        position: relative;
    }    
}

@media (min-width: 1200px) {
    #container-banner {
        width: 100%;
        height: 100%;
    }   
    .hero-banner {
        width: 100%;
        height: 100vh !important;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
    }  
    .hero-banner img {
        display: none;
    }  
    .hero-banner a {
        display: block;
        width: 100%;
        height: 100%;
    }
    .banner-1 {
        background-image: url(../img/banners/banner-inicial-v2.jpg);        
    }
    .banner-2 {
        background-image: url(../img/banners/banner-aluminio-v2.jpg);        
    }
    .banner-3 {
        background-image: url(../img/banners/banner-polias-v2.jpg);        
    }
    .banner-4 {
        background-image: url(../img/banners/banner-tensores-v2.jpg);        
    }
    .banner-5 {
        background-image: url(../img/banners/banner-tecnologia-v3.jpg);        
    }
    .banner-6 {
        background-image: url(../img/banners/banner-representante-v2.jpg);        
    }
    .bg-quem-somos img {
        visibility: hidden;    
    }
    .produto a {
        display: block;
        padding: 25px;
    }    
}

@media (min-width: 1440px) {  
    .produto a {
        display: block;
        padding: 30px;
    }
}