/* TEXTO.CSS :: Texto geral */
@font-face {
    font-weight: normal;
    font-style: normal;
}

input{
	border:1px solid #b0b0b0;
	padding:3px 5px 4px;
	color:#979797;
	width:190px;
}
address,caption,cite,code,dfn,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}
/* General Demo Style */
body{
	font-family: Constantia, Palatino, "Palatino Linotype", "Palatino LT STD", Georgia, serif;
	font-weight: 400;
	font-size: 15px;
	color: #cccccc;
	overflow-y: hidden;
	overflow-x: hidden;
}
.ie7 body{
	overflow:hidden;
}
a{
	color: #ffffff;
	text-decoration: none;
}



/* SLIDESHOW.CSS :: Slideshow Imagens */
.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(../00imagens/fundo1.jpg); }
.cb-slideshow li:nth-child(2) span {
    background-image: url(../00imagens/fundo2.jpg);
    animation-delay: 6s;
}
.cb-slideshow li:nth-child(3) span {
    background-image: url(../00imagens/fundo3.jpg);
    animation-delay: 12s;
}
.cb-slideshow li:nth-child(4) span {
    background-image: url(../00imagens/fundo4.jpg);
    animation-delay: 18s;
}
.cb-slideshow li:nth-child(5) span {
    background-image: url(../00imagens/fundo5.jpg);
    animation-delay: 24s;
}
.cb-slideshow li:nth-child(6) span {
    background-image: url(../00imagens/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;
}


/* LOGO.CSS :: Logotipo e Container */
/* ORIGINAL */ .container {
    position: relative;
    text-align: center;
    float: left;
}

.clr {
    clear: both;
}

.container > header {
    padding: 10px;
    margin: 0px 20px 0px 0px;
    width: 200px;
    left: 10px;
    height: 432px;
    position: relative;
    display: block;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    text-align: center;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 1);
    border-style: inset 2px rgba(0, 0, 0, .5);
    border-radius: 5px;
}

.container > header h1 {
    font-family: 'BebasNeueRegular', 'Arial Narrow', Arial, sans-serif;
    font-size: 2.3em;
    text-align: center;
    line-height: 35px;
    position: relative;
    font-weight: 400;
    color: #fff;
    text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.7);
    padding: 0px;
    margin-bottom: -10px;
}

.container > header h1 span {}

.container > header h2,
p.info {
    font-size: 16px;
    font-style: italic;
    color: #f8f8f8;
    text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.7);
    text-align: center;
    letter-spacing: 0.5em;
    padding: 0px;
}

#logo {
    margin: 0;
    margin-left: -20px;
    float: none;
    width: 240px;
    position: relative;
    display: block;
    z-index: 3;
    opacity: 1;
    -webkit-filter: invert(1) drop-shadow(2px 2px 1px rgba(0, 0, 0, .8));
    filter: invert(1) drop-shadow(2px 2px 1px rgba(0, 0, 0, .8))
}

#logo_blur {
    margin: 0;
    margin-left: -12px;
    float: none;
    width: 224px;
    height: 50px;
    position: absolute;
    display: block;
    z-index: 2;
    background: rgba(20, 20, 20, .5);
    border-style: inset 1px rgba(20, 20, 20, 1);
    border-radius: 5px;
    opacity: 1;
    -webkit-filter: blur(0px);
    filter: blur(0px);
}



/* BUTTON_VLIST.CSS :: Botões e Menu */
/* Dark Button CSS */
.button {
    outline: 0;
    padding: 5px 12px;
    display: block;
    color: #f8f8f8;
    opacity: 0.8;
    font-weight: bold;
    text-shadow: 1px 1px #1f272b;
    border: 1px solid #1c252b;
    border-radius: 3px;
    background: #232B30; /* old browsers */
    background: -moz-linear-gradient(top, #3D4850 3%, #313d45 4%, #232B30 100%); /* firefox */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(3%,#3D4850), color-stop(4%,#313d45), color-stop(100%,#232B30)); /* webkit */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3D4850', endColorstr='#232B30',GradientType=0 ); /* ie */
    box-shadow: 1px 1px 1px rgba(0,0,0,0.2); /* CSS3 */
}
.button_contactos {
    outline: 0;
    margin: -1px -3px -8px -13px;
    padding: 1px 12px;
    display: block;
    color: #f8f8f8;
    opacity: .8;
    text-align: right;
    font-size: 1em;
    font-weight: normal;
    text-shadow: 1px 1px #1f272b;
    border: 1px solid #1c252b;
    border-radius: 5px;
    background: #232B30; /* old browsers */
    background: -moz-linear-gradient(top, #3D4850 3%, #313d45 4%, #232B30 100%); /* firefox */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(3%,#3D4850), color-stop(4%,#313d45), color-stop(100%,#232B30)); /* webkit */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3D4850', endColorstr='#232B30',GradientType=0 ); /* ie */
    box-shadow: 1px 1px 1px rgba(0,0,0,0.2); /* CSS3 */
}
.email_icon {
    height: 20px;
    padding-left: 15px;
    vertical-align: text-top;
    -webkit-filter: invert(.8);    filter: invert(.8);
}
.button:hover {
    color: #fff;
    background: #4C5A64; /* old browsers */
    background: -moz-linear-gradient(top, #4C5A64 3%, #404F5A 4%, #2E3940 100%); /* firefox */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(3%,#4C5A64), color-stop(4%,#404F5A), color-stop(100%,#2E3940)); /* webkit */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4C5A64', endColorstr='#2E3940',GradientType=0 ); /* ie */
}
.button:active {
    background-position: 0 top;
    position: relative;
    top: 1px;
    color: #fff;
    padding: 6px 12px 4px;
    background: #20282D; /* old browsers */
    background: -moz-linear-gradient(top, #20282D 3%, #252E34 51%, #222A30 100%); /* firefox */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(3%,#20282D), color-stop(51%,#252E34), color-stop(100%,#222A30)); /* webkit */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#20282D', endColorstr='#222A30',GradientType=0 ); /* ie */
    box-shadow: 1px 1px 1px rgba(255,255,255,0.1); /* CSS3 */
}

/* Vertical List: */
.vertical-list {
    list-style: none;
    margin-left: -5px;
    padding: 5px;
    width: 100%;
    margin: auto;
    text-align: left;
}
.vertical-list .button {
    margin: -6px -7px -13px -16px;
    padding: 14px;
    border-radius: 5px;
    background: #515B62; /* old browsers */
    background: -moz-linear-gradient(top, #515B62 3%, #444E55 5%, #394147 100%); /* firefox */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(3%,#515B62), color-stop(5%,#444E55), color-stop(100%,#394147)); /* webkit */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#515B62', endColorstr='#394147',GradientType=0 ); /* ie */
}
.vertical-list .button:hover {
    background: #5F6B72; /* old browsers */
    background: -moz-linear-gradient(top, #5F6B72 3%, #56646C 4%, #4D5A62 50%, #434D54 100%); /* firefox */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(3%,#5F6B72), color-stop(4%,#56646C), color-stop(50%,#4D5A62), color-stop(100%,#434D54)); /* webkit */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5F6B72', endColorstr='#434D54',GradientType=0 ); /* ie */
}
.vertical-list .button:active {
    padding: 5px 12px;
    top: 0;
    background: #515B62; /* old browsers */
    background: -moz-linear-gradient(top, #515B62 3%, #444E55 5%, #394147 100%); /* firefox */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(3%,#515B62), color-stop(5%,#444E55), color-stop(100%,#394147)); /* webkit */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#515B62', endColorstr='#394147',GradientType=0 ); /* ie */
    box-shadow: 1px 1px 1px rgba(0,0,0,0.2); /* CSS3 */
}



@media screen and (max-width: 1024px) {
    .cb-slideshow li div h3 {
        font-size: 1em;
        line-height: 0.5em;
    }
    .Vertical-list {
        width: 100%;
        margin: auto;
    }
/*    .vertical-list .button {
        margin: -8px;
        padding: 15px;
    }*/
    .container > header {
        padding: 10px;
        margin: auto;
        width: 90vw;
        max-width: 200px;
        height: 432px;
        display: block;
        text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
        text-align: center;
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 1);
        border-style: inset 2px rgba(0, 0, 0, .5);
        border-radius: 5px;
    }
}
@media screen and (max-width: 768px) {
    .cb-slideshow li div h3 {
        font-size: 1em;
        line-height: 0.5em;
    }
    .Vertical-list {
        width: 100%;
        margin: auto;
    }
/*    .vertical-list .button {
        margin: -8px;
        padding: 15px;
    }*/
    .container > header {
        padding: 10px;
        margin: auto;
        width: 90vw;
        max-width: 200px;
        height: 432px;
        display: block;
        text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
        text-align: center;
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 1);
        border-style: inset 2px rgba(0, 0, 0, .5);
        border-radius: 5px;
    }
}
@media screen and (max-width: 600px) {
    .cb-slideshow li div h3 {
        font-size: 1em;
        line-height: 0.5em;
    }
    .Vertical-list {
        width: 100%;
        margin: auto;
    }
/*    .vertical-list .button {
        margin: -8px;
        padding: 15px;
    }*/
    .container > header {
        padding: 10px;
        margin: auto;
        width: 90vw;
        max-width: 200px;
        height: 432px;
        display: block;
        text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
        text-align: center;
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 1);
        border-style: inset 2px rgba(0, 0, 0, .5);
        border-radius: 5px;
    }
}
@media screen and (max-width: 515px) {
    .cb-slideshow li div h3 {
        font-size: 1em;
        line-height: 0.5em;
    }
    .Vertical-list {
        width: 100%;
        margin: auto;
    }
    .vertical-list .button {
        padding: 8px;
    }
    .container > header {
        padding: 10px;
        margin: auto;
        width: 90vw;
        max-width: 200px;
        height: 362px;
        display: block;
        text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
        text-align: center;
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 1);
        border-style: inset 2px rgba(0, 0, 0, .5);
        border-radius: 5px;
    }
}
@media screen and (max-width: 480px) {
    .cb-slideshow li div h3 {
        font-size: 1em;
        line-height: 0.5em;
    }
    .Vertical-list {
        width: 100%;
        margin: auto;
    }
    .vertical-list .button {
        padding: 8px;
    }
    .container > header {
        padding: 10px;
        margin: auto;
        width: 90vw;
        max-width: 200px;
        height: 362px;
        display: block;
        text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
        text-align: center;
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 1);
        border-style: inset 2px rgba(0, 0, 0, .5);
        border-radius: 5px;
    }
}
@media screen and (max-width: 320px) {
    .cb-slideshow li div h3 {
        font-size: 1em;
        line-height: 0.5em;
    }
    .Vertical-list {
        width: 100%;
        margin: auto;
    }
/*    .vertical-list .button {
        margin: -8px;
        padding: 15px;
    }*/
    .container > header {
        padding: 10px;
        margin: auto;
        width: 90vw;
        max-width: 200px;
        height: 362px;
        display: block;
        text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
        text-align: center;
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 1);
        border-style: inset 2px rgba(0, 0, 0, .5);
        border-radius: 5px;
    }
}
@media screen and (max-width: 295px) {
    .cb-slideshow li div h3 {
        font-size: 1em;
        line-height: 0.8em;
    }
    .Vertical-list {
        width: 100%;
        margin: auto;
    }
/*    .vertical-list .button {
        margin: -8px;
        padding: 15px;
    }*/
    .container > header {
        padding: 10px;
        margin: auto;
        width: 90vw;
        max-width: 200px;
        height: 362px;
        display: block;
        text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
        text-align: center;
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 1);
        border-style: inset 2px rgba(0, 0, 0, .5);
        border-radius: 5px;
    }
}
@media screen and (max-width: 240px) {
    .cb-slideshow li div h3 {
        font-size: 1em;
        line-height: 0.5em;
    }
    .Vertical-list {
        width: 100%;
        margin: auto;
    }
/*    .vertical-list .button {
        margin: -8px;
        padding: 15px;
    }*/
    .container > header {
        padding: 10px;
        margin: auto;
        width: 90vw;
        max-width: 200px;
        height: 362px;
        display: block;
        text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
        text-align: center;
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 1);
        border-style: inset 2px rgba(0, 0, 0, .5);
        border-radius: 5px;
    }
}