/*.slide {
    height: 100vh !important;      
}
.banner-1 {
    background-image: url('../img/banners/banner-1.jpg'); 
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover; 
}*/

#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;
}

#quem-somos {    
    color: #333;
    position: relative;
}
.color-left {
    /*background-color: #ed1c24;*/
    background: url('../img/layout/bg-institucional-v2.jpg') no-repeat left center;
    background-size: cover;
    width: 50%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}
.color-right {
    background-color: #011627;
    width: 49.99999%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}
.container-img-quem-somos {
    padding-right: 0;
}
.img-quem-somos {
    margin-top: 30px;
}
.titulo-quem-somos {
    font-size: 48px;  
    text-align: right;
    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 {
    text-align: right;
    padding-left: 60px;
    position: relative;
    padding-top: 60px;
}
.barra {
    width: 85px;
    height: 8px;
    background: #fff;
    display: block;
}
.texto-quem-somos .barra  {
    text-align: right;
    padding-left: 85px;
    position: absolute;
    right: 15px;
    bottom: 0;
}

.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: #011627;
}
/*#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: 60px;
}

@media (max-width: 767px) {  
    #carrossel-banners .slick-dots li button:before {    
        content: '•';
        opacity: 0.45;
    }
    #carrossel-banners .slick-dots li.slick-active button:before {
        opacity: 1;
        width: 12px;
        height: 12px;
        background: none;
    }
    #carrossel-banners .slick-dots {
        bottom: -38px;
        right: 0%;
        max-width: 100%;
    } 
    #quem-somos {
        margin-top: 30px;
    }
    .img-quem-somos {
        margin-top: 50px;
    }
    #container-form-contato {
        padding-left: 15px;
    }
    .texto-quem-somos {        
        padding-top: 50px;
        padding-bottom: 10px;
        margin-bottom: 70px;
    }
    .color-left {
        background: none;
    }
    #contato {        
        padding-top: 40px;
        padding-bottom: 60px;
    }
    #catalogo {
        padding: 20px;
    }
    .titulo-informacoes-de-contato,
    .titulo-contato {
        font-size: 38px;
    }
}

@media (min-width: 768px) {  
    #nav-principal {        
        width: 100%;
    }
    #container-banner {
        padding-top: 53px;
    }
}    

@media (min-width: 992px) {

}

@media (min-width: 1200px) {
    
}