/***** SOBRE NÓS *******/
.main-sobre {
    border-bottom: 20px solid #1D242C
}
.main-sobre-contend {
    background-color: #999999;
    padding-bottom: 140px;
    font-size: 15px;
    color: #ffffff;
}
.main-sobre-contend ul {
    list-style: none;
    margin: 10px 0 30px
}
.main-sobre-contend li {
    margin-top: 3px
}
.main-sobre-contend h1 {
    font-size: 20px;
    padding-top: 100px;
    color: #EF7F1A
}
.main-sobre-contend b {
    display: block;
    color: #1D242C;
    margin-top: 30px
}
.main-sobre-contend i {
    color: #1D242C
}

/***** SLIDER SOBRE NÓS *******/
.cb-slideshow, .cb-slideshow:after {
    width: 100%;
    height: 520px;
    position: relative;
    padding: 0;
    margin: 0
}
.cb-slideshow:after {
    content: ''
}
.cb-slideshow li span {
    width: 100%;
    height: 520px;
    position: absolute;
    top: 0;
    left: 0;
    padding: 0;
    margin: 0;
    background-size: cover;
    background-position: top center;
    background-repeat: none;
    opacity: 0;
    z-index: -1;
    -webkit-backface-visibility: hidden;
    -webkit-animation: imageAnimation 30s linear infinite 0s;
    -moz-animation: imageAnimation 30s linear infinite 0s;
    -o-animation: imageAnimation 30s linear infinite 0s;
    -ms-animation: imageAnimation 30s linear infinite 0s;
    animation: imageAnimation 30s linear infinite 0s
}
.cb-slideshow li:nth-child(1) span {
    background-image: url(../img/sobre/1.jpg)
}
.cb-slideshow li:nth-child(2) span {
    background-image: url(../img/sobre/2.jpg);
    -webkit-animation-delay: 5s;
    -moz-animation-delay: 5s;
    -o-animation-delay: 5s;
    -ms-animation-delay: 5s;
    animation-delay: 5s
}
.cb-slideshow li:nth-child(3) span {
    background-image: url(../img/sobre/3.jpg);
    -webkit-animation-delay: 10s;
    -moz-animation-delay: 10s;
    -o-animation-delay: 10s;
    -ms-animation-delay: 10s;
    animation-delay: 10s
}
.cb-slideshow li:nth-child(4) span {
    background-image: url(../img/sobre/4.jpg);
    -webkit-animation-delay: 15s;
    -moz-animation-delay: 15s;
    -o-animation-delay: 15s;
    -ms-animation-delay: 15s;
    animation-delay: 15s
}
.cb-slideshow li:nth-child(5) span {
    background-image: url(../img/sobre/5.jpg);
    -webkit-animation-delay: 20s;
    -moz-animation-delay: 20s;
    -o-animation-delay: 20s;
    -ms-animation-delay: 20s;
    animation-delay: 20s
}
.cb-slideshow li:nth-child(6) span {
    background-image: url(../img/sobre/6.jpg);
    -webkit-animation-delay: 25s;
    -moz-animation-delay: 25s;
    -o-animation-delay: 25s;
    -ms-animation-delay: 25s;
    animation-delay: 25s
}
@-webkit-keyframes imageAnimation {
    0% {
        opacity: 0;
        -webkit-animation-timing-function: ease-in
    }
    8% {
        opacity: 1;
        -webkit-animation-timing-function: ease-out
    }
    17% {
        opacity: 1
    }
    100%, 25% {
        opacity: 0
    }
}
@-moz-keyframes imageAnimation {
    0% {
        opacity: 0;
        -moz-animation-timing-function: ease-in
    }
    8% {
        opacity: 1;
        -moz-animation-timing-function: ease-out
    }
    17% {
        opacity: 1
    }
    100%, 25% {
        opacity: 0
    }
}
@-o-keyframes imageAnimation {
    0% {
        opacity: 0;
        -o-animation-timing-function: ease-in
    }
    8% {
        opacity: 1;
        -o-animation-timing-function: ease-out
    }
    17% {
        opacity: 1
    }
    100%, 25% {
        opacity: 0
    }
}
@-ms-keyframes imageAnimation {
    0% {
        opacity: 0;
        -ms-animation-timing-function: ease-in
    }
    8% {
        opacity: 1;
        -ms-animation-timing-function: ease-out
    }
    17% {
        opacity: 1
    }
    100%, 25% {
        opacity: 0
    }
}
@keyframes imageAnimation {
    0% {
        opacity: 0;
        animation-timing-function: ease-in
    }
    8% {
        opacity: 1;
        animation-timing-function: ease-out
    }
    17% {
        opacity: 1
    }
    100%, 25% {
        opacity: 0
    }
}
.no-cssanimations .cb-slideshow li span {
    opacity: 1
}


@media (min-width: 499px) and (max-width: 768px) {

    /*Sobre*/
    .back-slider {
        margin-top: -10px;
    }
    .cb-slideshow, .cb-slideshow::after {
        height: 250px;
    }
    .cb-slideshow li span {
        height: 274px;
    }
    .main-sobre-contend {
        padding-left: 5%;
        padding-right: 5%;
        padding-bottom: 60px;
        text-align: center;
    }
    .main-sobre-contend h1 {
        padding-top: 60px;
    }
}

@media only screen and (max-width: 498px) {

    /*Sobre*/
    .back-slider {
        margin-top: -10px;
    }
    .cb-slideshow, .cb-slideshow::after {
        height: 200px;
    }
    .cb-slideshow li span {
        height: 274px;
    }
    .main-sobre-contend {
        padding-left: 5%;
        padding-right: 5%;
        padding-bottom: 60px;
        text-align: center;
    }
    .main-sobre-contend h1 {
        padding-top: 60px;
    }

}