#container-banner {
    position: relative;
    overflow: hidden;
}
#carrossel-banners {
    margin-bottom: 0;
}
.banner {
    cursor: pointer;
}
.bg-semi-circle {
    border-top-left-radius: 100%;
    border-top-right-radius: 100%;
    position: absolute;
    left: 0;
    bottom: -31px;
    width: 100%;
    background: #fff;
    border: 30px solid #fff;
    -webkit-box-shadow: 0px -3px 25px 0px rgba(50, 50, 50, 0.65);
    -moz-box-shadow: 0px -3px 25px 0px rgba(50, 50, 50, 0.65);
    box-shadow: 0px -3px 25px 0px rgba(50, 50, 50, 0.65);
}

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

/* progress bar */
.slider-progress {
    width: 100%;
    height: 3px;
    background: #eee;
}
.slider-progress .progress {
    width: 0%;
    height: 3px;
    background: #f68b1f;
}

#sunblue-sunblack {
    background-image: url('../img/layout/bg-sunblue-sunblack-v4.jpg');
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
}
#sunblue-sunblack .logo-falcao-bauer-desktop {
    position: absolute;
    bottom: 4%;
    right: 1%;
    max-width: 240px;
}
#antishock {
    background-image: url('../img/layout/bg-antishock-v3.jpg');
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
    margin-bottom: -50px;
}

.container-logo {
    border-radius: 5px;
    background-color: #fff;
    text-align: center;
    padding: 15px;
    -webkit-box-shadow: 0px 0px 30px -4px rgba(50, 50, 50, 0.65);
    -moz-box-shadow: 0px 0px 30px -4px rgba(50, 50, 50, 0.65);
    box-shadow: 0px 0px 30px -4px rgba(50, 50, 50, 0.65);
}
.container-logo img {
    display: block;
    margin: 0 auto;
    max-height: 40px;
}
.title {
    font-size: 40px;
    text-transform: uppercase;
    font-weight: 300;
    text-align: center;
    margin: 50px 0 10px;
}
.subtitle {
    font-size: 20px;
    text-align: center;
    margin-bottom: 40px;
}
.container-icon {
    text-align: center;
    font-weight: 500;
    font-size: 14px;
}
.container-icon .icon {
    max-height: 50px;
}
.container-icon p {
    max-width: 200px;
    text-align: center;
    margin: 15px auto;
    font-weight: 500;
    text-transform: uppercase;
    text-shadow: 0px 0px 5px #ffffff;
    font-size: 11px;
}
.logo-falcao-bauer {
    margin-top: 40px;
    -webkit-box-shadow: 0px 0px 30px -4px rgba(50, 50, 50, 0.65);
    -moz-box-shadow: 0px 0px 30px -4px rgba(50, 50, 50, 0.65);
    box-shadow: 0px 0px 30px -4px rgba(50, 50, 50, 0.65);
}


@media (max-width: 767px) { 
    #carrossel-banners {
        margin-bottom: 40px;
    } 
    #sunblue-sunblack {        
        background-image: none;
        padding: 0;
        margin-top: -50px;
        padding-top: 40px;
    }
    #antishock {      
        background-image: none;  
        padding: 0;
        padding-top: 40px;
        margin-top: 0;
    }    
    #container-icons-sunblue-sunblack {
        padding-top: 35px;
        padding-bottom: 35px;
        background: rgb(230,231,232);
        background: -moz-linear-gradient(0deg, rgba(230,231,232,1) 0%, rgba(255,255,255,1) 100%);
        background: -webkit-linear-gradient(0deg, rgba(230,231,232,1) 0%, rgba(255,255,255,1) 100%);
        background: linear-gradient(0deg, rgba(230,231,232,1) 0%, rgba(255,255,255,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e6e7e8",endColorstr="#ffffff",GradientType=1);
    }
    #container-banner-sunblue-sunblack-mobile {
        padding: 0;
        margin-left: -15px;
        margin-right: -15px;
        margin-top: -100px;
    }
    #container-banner-antishock-mobile {
        margin-top: -70px;
    }
    #container-icons-antishock {
        padding-top: 35px;
        padding-bottom: 35px;
        background: rgb(230,231,232);
        background: -moz-linear-gradient(0deg, rgba(230,231,232,1) 0%, rgba(255,255,255,1) 100%);
        background: -webkit-linear-gradient(0deg, rgba(230,231,232,1) 0%, rgba(255,255,255,1) 100%);
        background: linear-gradient(0deg, rgba(230,231,232,1) 0%, rgba(255,255,255,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e6e7e8",endColorstr="#ffffff",GradientType=1);
    }
    .container-logo {
        max-width: 240px;
        margin: 12px auto;
        padding: 10px;
    }
    .container-logo img {
        max-height: 35px;
    }
    .title {
        margin-top: 15px;
        margin-bottom: 10px;
        font-size: 15px;
    }
    .subtitle {
        margin-top: 20px;
        margin-bottom: 30px;
        font-size: 14px;
    }
    .logo-falcao-bauer {
        margin-top: 40px;
        max-width: 240px;
    }
    .container-icon .icon {
        max-height: 60px;
    }
    .container-icon p {
        font-size: 10px;
        text-shadow: 0px 0px 5px #ffffff;
        color: #333;
    }
}

@media (min-width: 768px) {  
    #sunblue-sunblack {        
        background-position: left bottom;
        background-size: contain;    
        min-height: 939px;
        padding-top: 30px;
        margin-top: 20px;
    }
    #antishock {        
        background-position: right bottom;
        background-size: cover;    
        min-height: 990px;
    }
}    

@media (min-width: 992px) {
    #sunblue-sunblack {   
        min-height: 960px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    
} 

@media (min-width: 1200px) and (max-width: 1368px) {
    #container-icons-sunblue-sunblack {
        max-width: 870px;
        margin: 0 auto;
    }
}

@media (min-width: 1367px) {
    #sunblue-sunblack {   
        min-height: 1150px;
    }
}