html{
    color      : #000;
    background : #FFF;
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{
    margin  : 0;
    padding : 0;
}
table{
    border-collapse : collapse;
    border-spacing  : 0;
}
fieldset,img{
    border : 0;
}
address,caption,cite,code,dfn,em,strong,th,var,optgroup{
    font-style  : inherit;
    font-weight : inherit;
}
/*
del,ins{
    text-decoration : none;
}
*/
li{
    list-style : none;
}
/*
caption,th{
    text-align : left;
}
*/
h1,h2,h3,h4,h5,h6{
    font-size  : 100%;
    font-weight : normal;
}
q:before,q:after{
    content : '';
}
abbr,acronym{
    border       : 0;
    font-variant : normal;
}
sup{
    vertical-align : baseline;
}
sub{
    vertical-align : baseline;
}

legend{
    color : inherit;
}
input,button,textarea,select,optgroup,option{
    font-family : inherit;
    font-size   : inherit;
    font-style  : inherit;
    font-weight : inherit;
}
input,button,textarea,select{
    *font-size : 100%;
}
input {
        background : -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#FFF));
}

/***************************************************************************************************************
****************************************************************************************************************/
/* GLOBAL */
*{
    font-family: arial;
}
body{
    width: 100%;

}
a{
    text-decoration: none;
}
.center{
	width: 1024px; 
	margin: 0 auto;
}
section{
    position: relative;
}
/* HOME */
#story-serio_sorrindo{
	 background-color: #266696;
    background-image: url("../images/mosaico.jpg");
    background-position: center center;
}
.phrase{
	color: #fff;
    font-family: arial;
    font-size: 77px;
    font-weight: bold;
    height: 150px;
    left: 50%;
    line-height: 1;
    margin-left: -512px;
    margin-top: -75px;
    position: absolute;
    text-align: center;
    top: 50%;
    text-shadow: 6px 5px 14px #000;
}
.box-marca {
    bottom: 15px;
    left: 50%;
    margin-left: -512px;
    position: absolute;
    text-align: right;
    z-index: 2;
}
.set-down {
    margin-left: 22px;
}
.marca15anos{
    margin-bottom: 20px;
    margin-right: -90px;
}
/* PÁGINA 2 */ 
#story-clientes{
	background-color: #ec8330;
    background-color: #ec8330;
    background-image: url("../images/outdoor2.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% auto;
}
.content-contributors {
    /*
    box-sizing: border-box;
    margin-top: -250px;
    padding: 0 126px;
    position: absolute;
    top: 50%;
    width: 1024px;
    */
    box-sizing: border-box;
    left: 0;
    margin-top: -215px;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 100%;
}
.content-contributors > img {
    width: 100%;
}
.box-contributor {
    box-sizing: border-box;
    float: left;
    height: 100px;
    margin: 2px !important;
    width: 150px;
}
.box-contributor > img {
    width: 100%;
    height: 100%;
}
.care {
    box-sizing: border-box;
    color: #fff;
    float: left;
    font-size: 33px;
    font-weight: bold;
    margin-top: 30px;
    text-align: center;
    width: 100%;
}
.up{
	margin-top: 20px;
}
.shadow {
    background: rgba(0, 0, 0, 0.2) none repeat scroll 0 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}
#video {
    /*
    background-image: url("../images/videogame.png");
    background-size: 100% 100%;
    box-sizing: border-box;
    left: 50%;
    margin-left: -390px;
    margin-top: -240px;
    padding: 14px 11px 72px;
    position: absolute;
    top: 50%;
    width: 780px;
      */

    box-sizing: border-box;
    left: 0;
    margin-left: 0;
    margin-top: 0;
    padding: 0;
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: #bbb;
}
#video-ctr {
    background: rgba(0, 0, 0, 0) url("../images/play.png") no-repeat scroll 0 0 / 100% 100%;
    border: 1px solid #fff;
    border-radius: 100%;
    height: 50px;
    left: 50%;
    margin-left: -25px;
    margin-top: -25px;
    position: absolute;
    top: 50%;
    width: 50px;
    background-color: #fff;
    z-index: 99;
}
#video-ctr:hover{
    background-color: #EC8330;
    border-color: #EC8330;
}
footer {
    background-color: #266696;
    bottom: 0;
    height: 50px;
    position: absolute;
    width: 100%;
}
#content-local {
    border: 1px solid;
    position: relative;
    width: 100%;
}
#box-local {
    height: 460px;
    left: 50%;
    margin-left: -384px;
    margin-top: -230px;
    position: absolute;
    top: 50%;
    width: 767px;
}
#box-local > a {
    float: left;
    margin-top: 30px;
}
hr {
    background-color: #266696;
    float: left;
    height: 100%;
    margin: 0 100px;
    transform: rotate(12deg);
    width: 5px;
}
#form{
	width: 300px;
	float: left;
}
#form > a {
    display: block;
    float: none;
    margin: 0 auto;
    width: 145px;
}

#form input, #form textarea {
    box-sizing: border-box;
    margin-bottom: 5px;
    width: 100%;
    border: solid 1px #a1a1a1;
    font-size: 14px;
    text-indent: 5px;
    height: 25px;
}
#form textarea {
    height: 82px !important;
    resize: none;
}
#enviar {
    background: #006283;
    border: medium none;
    color: #fff;
    cursor: pointer;
    padding: 7px;
    font-size: 14px;
    line-height: .5px;
}
#form p {
    color: #006283;
    font-size: 15px;
    font-weight: bold;
    line-height: 1;
    margin: 5px 0;
}
#form p > a{
	color: #ec8330;
}
#form .marca15anos{
	animation: none !important;
}

.backdropvideo{
    width: 100%;
    height: 100%;
    background-color: #266696;
    position: fixed;
    top: 0
    left:0;
    color: #fff;
    font-size: 18px;
    font-family: arial;
    padding: 15px 0 0 15px;
}
#story-quem_somos{
    background-color: #266696;
    overflow: hidden;
}

/************************ MOBILE *************************/
@media screen and (min-width: 320px) and (max-width: 1024px){
    .marca15anos{
        width: 200px;
        margin-right: 0;
        margin-bottom: 120px;
    }
    .up{
        margin-top: 100px;
        margin-left: 50px;
        width: 50px;
    }
    .set-down{
        margin-left: -122px;
        width: 50px;
        margin-right: 100px;
        margin-bottom: 70px;
    }
    .center{
        width: 100%;
        padding: 0 30px;
        box-sizing: border-box;
    }
    .phrase{
        margin-top: -150px;
        font-size: 64px;
    }

}