.cb-slideshow,
.cb-slideshow:after {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 0;
}
.cb-slideshow:after {
    content: '';
    background: transparent url(../../00imagens/pattern.png) repeat top left;
}
.cb-slideshow li span {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    opacity: 0;
    z-index: 0;
    backface-visibility: hidden;
    animation: imageAnimation 36s linear infinite 0s;
}
.cb-slideshow li:nth-child(1) span { background-image: url(../imagens/fundo1.jpg) }
.cb-slideshow li:nth-child(2) span {
    background-image: url(../imagens/fundo2.jpg);
    animation-delay: 6s;
}
.cb-slideshow li:nth-child(3) span {
    background-image: url(../imagens/fundo3.jpg);
    animation-delay: 12s;
}
.cb-slideshow li:nth-child(4) span {
    background-image: url(../imagens/fundo4.jpg);
    animation-delay: 18s;
}
.cb-slideshow li:nth-child(5) span {
    background-image: url(../imagens/fundo5.jpg);
    animation-delay: 24s;
}
.cb-slideshow li:nth-child(6) span {
    background-image: url(../imagens/fundo6.jpg);
    animation-delay: 30s;
}
@keyframes imageAnimation { 
	0% {
	    opacity: 0;
	    animation-timing-function: ease-in;
	}
	8% {
	    opacity: 1;
	    transform: scale(1.05);
	    animation-timing-function: ease-out;
	}
	17% {
	    opacity: 1;
	    transform: scale(1.1);
	}
	22% {
		opacity: 0;
		transform: scale(1.1) translateY(-20%);
	}
	25% {
	    opacity: 0;
	    transform: scale(1.1) translateY(-100%);
	}
	100% { opacity: 0 }
}
@keyframes titleAnimation { 
	0% {
	    opacity: 0;
	    transform: translateY(-300%);
	}
	8% {
	    opacity: 1;
	    transform: translateY(0%);
	}
	17% {
	    opacity: 1;
	    transform: translateY(0%);
	}
	19% {
	    opacity: 0;
	    transform: translateY(100%);
	}
	25% { opacity: 0 }
	100% { opacity: 0 }
}
/* Show at least something when animations not supported */
.no-cssanimations .cb-slideshow li span{
	opacity: 1;
}

/* TESTEMUNHOS.CSS :: Slideshow Testemunhos */
/* Texto */
.cb-slideshow li div h3 {
    font-family: 'Trebuchet', 'Arial Narrow', Arial, sans-serif;
    font-size: 1.25em;
    padding: 0 30px;
    line-height: 1em;
    opacity: 0.8;
    text-shadow: 2px 2px 3px #000;
    color: rgba(255,255,255,1);
            transform-origin: 50% 50%;
}
.cb-slideshow li div {
    z-index: 1000;
    position: absolute;
    bottom: 10vh;
    max-height: 20vh;
    left: 0px;
    width: 100vw;
    text-align: center;
    opacity: 0;
    animation: titleAnimation 36s linear infinite 0s;
}
/* Animação */
.cb-slideshow li:nth-child(2) div {
    animation-delay: 6s;
}
.cb-slideshow li:nth-child(3) div {
    animation-delay: 12s;
}
.cb-slideshow li:nth-child(4) div {
    animation-delay: 18s;
}
.cb-slideshow li:nth-child(5) div {
    animation-delay: 24s;
}
.cb-slideshow li:nth-child(6) div {
    animation-delay: 30s;
}

@keyframes titleAnimation { 
    0% {
            bottom: 1vh;
            opacity: 0;
        }
    15% {
            opacity: 1;
        }
    20% {
            opacity: 1;
 }
    25% {
            opacity: 0;
            bottom: 5vh;
        }
    95% {
            text-shadow: none;
            opacity: 0;
            font-size: opx;
        }
}

.os-phrases h2:first-child .word3,
.os-phrases h2:nth-child(2) .word2,
.os-phrases h2:nth-child(4) .word2 {
    font-weight: 600;
}