@CHARSET "ISO-8859-1";
/* Reset CSS
 * --------------------------------------- */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,
form,fieldset,input,textarea,p,blockquote,th,td {
    padding: 0;
    margin: 0;
}



/* Style for our header texts
	* --------------------------------------- */
	h1{
		font-size: 60pt;
        font-family: 'Ubuntu', sans-serif;
        color: #fff;
		margin:0;
		padding:0;
        font-weight:500;
	}


#cf {
  position:relative;
  height:80px;
  width:114px;
  margin:0 auto;
}

#cf img {
  position:absolute;
  left:0;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

#cf img.top:hover {
  opacity:0;
    cursor: pointer;
}


.white-popup {
  position: relative;
	background-color: rgba(255,255,255,0.8);
  padding: 20px;
  width: auto;
  margin: 20px auto;
    float:left;
    font-family: 'Ubuntu', sans-serif;
    color:black;
}
        
    .call{
		font-size:14pt;
        font-family: 'Ubuntu', sans-serif;
        color: #fff;
		margin:0;
		padding:0;
        font-weight:300;
        margin-top:20px;
	}

	/* Centered texts in each section
	* --------------------------------------- */
	.section{
		text-align:center;
		overflow: hidden;
	}

	#myVideo{
		position: absolute;
		right: 0;
		bottom: 0;
		top:0;
		right:0;
		width: 100%;
		height: 100%;
		background-size: 100% 100%;
 		background-color: black; /* in case the video doesn't fit the whole page*/
  		background-image: /* our video */;
  		background-position: center center;
  		background-size: contain;
   		object-fit: cover; /*cover video background */
   		z-index:3;
	}

.section{
		background-size: cover;
	}

#section1{
		background-image: url(../imgs/bg1.jpg);
		padding: 5% 0 0 0;
    background-position:center right;
	}

#section2{
		background-image: url(../imgs/bg4.jpg);
    background-position:center center;
	}

#section3{
		background-image: url(../imgs/bg2.jpg);
    background-position:center center;
	}

#section4{
		background-image: url(../imgs/bg3.jpg);
    background-position:center center;
	}

	/* Layer with position absolute in order to have it over the video
	* --------------------------------------- */

.half {
        width: 40%;
    height: auto;
    float: left;
    margin-left: 12%;
}

.links {
    float:left;
    width:70%;
    margin-top: 30px;
}

.leia {
        color: #222;
    background-color: white;
    padding: 6px 10px;
    border-radius: 5px;
    font-size: 13pt;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 400;
    display: inline;
    float: left;
}

.metade {
     float: left;
    width: 45%;
    padding: 20px;
}

.terco {
 float: left;
    width: 15%;
}

.media {
    float:right;
}

.release {
    font-size: 11pt;
    font-family: 'Ubuntu', sans-serif;
    color: #fff;
    padding: 0;
    font-weight: 300;
    float: left;
    width: 70%;
    text-align: justify;
    margin-top: 30px;
    line-height: 1.4;
}

.releaseshow {
    font-size: 10pt;
    font-family: 'Ubuntu', sans-serif;
    color: #333;
    padding: 0;
    font-weight: 300;
    float: left;
    width: 56%;
    text-align: justify;
    margin-top: 30px;
    line-height: 1.4;
    position: absolute;
}

    
    
    

#form {
    width: 45%;
    float: right;
    right: 0;
}

.botaocd {
    background-color: #faa21b;
    width: 60%;
    margin: auto;
    padding: 10px 0;
    color: white;
    font-weight: 700;
    border-radius: 5px;
    transition: all 0.7s;
    cursor: pointer;
}

.botaocd:hover{
    background-color:#fabe1b;
}
    

.half .titulo img{
        width: 70%;
    float: left;
}
	#section0 .layer{
		position: relative;
		z-index: 4;
		width: 100%;
		left: 0;
		;
	}

	#section1 .layer{
		position: relative;
		z-index: 4;
		width: 100%;
		left: 0;
        top: -10%;
	}

	#section4 .layer{
		position: relative;
		z-index: 4;
		width: 100%;
		left: 0;
        top: -10%;
	}

#section2 .layer{
		position: relative;
		z-index: 4;
		width: 100%;
		left: 0;
	}

#section3 .layer{
		position: relative;
		z-index: 4;
		width: 100%;
		left: 0;
	}
        
        #section0 .barra{
		position: absolute;
		z-index: 4;
		width: 100%;
		left: 0;
        top:0;
        height:50px;
		
	}
        
    #section0 .next{
		position: absolute;
		z-index: 4;
		width: 100%;
		left: 0;
        bottom:0;
        height:50px;
		
	}

#section2 {
    background-color:black;
}

#section1 .next{
	    position: absolute;
    z-index: 4;
    width: 100%;
    left: 0;
    bottom: 10%;
    height: 50px;

	}

#section2 .next{
	    position: absolute;
    z-index: 4;
    width: 100%;
    left: 0;
    bottom: 0;
    height: 50px;

	}

#instafeed img{
width: 10%;
opacity: 0.8;
transition:all 0.3s;
}

#instafeed img:hover{
opacity:1;
}
        
        .barra .logo img {
            width: 130px;
            float: left;
            padding: 25px;
        }
        
            .barra .social img {
       width: 130px;
    float: right;
    padding-top: 37px;
        }

	/*solves problem with overflowing video in Mac with Chrome */
	#section0{
		overflow: hidden;
	}


	/* Bottom menu
	* --------------------------------------- */
	#infoMenu li a {
		color: #fff;
	}





a{
	text-decoration:none;
    color: #222;
}
table {
    border-spacing: 0;
}
fieldset,img {
    border: 0;
}
address,caption,cite,code,dfn,em,strong,th,var {
    font-weight: normal;
    font-style: normal;
}
strong{
	font-weight: bold;
}
ol,ul {
    list-style: none;
    margin:0;
    padding:0;
}
caption,th {
    text-align: left;

}

q:before,q:after {
    content:'';
}
abbr,acronym { border: 0;
}


/* Custom CSS
 * --------------------------------------- */
body{
	font-family: arial,helvetica;
	color: #333;
}

.wrap{
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	position: relative;
}
h1{
	font-size: 6em;
}
p{
	font-size: 2em;
}
.intro p{
	width: 50%;
	margin: 0 auto;
	font-size: 1.5em;
}
.section{
	text-align:center;
}
#menu li {
	display:inline-block;
	margin: 10px;
	color: #000;
	background:#fff;
	background: rgba(255,255,255, 0.5);
	-webkit-border-radius: 10px;
            border-radius: 10px;
}
#menu li.active{
	background:#666;
	background: rgba(0,0,0, 0.5);
	color: #fff;
}
#menu li a{
	text-decoration:none;
	color: #000;
}
#menu li.active a:hover{
	color: #000;
}
#menu li:hover{
	background: rgba(255,255,255, 0.8);
}
#menu li a,
#menu li.active a{
	padding: 9px 18px;
	display:block;
}
#menu li.active a{
	color: #fff;
}
#menu{
	position:fixed;
	top:0;
	left:0;
	height: 40px;
	z-index: 70;
	width: 100%;
	padding: 0;
	margin:0;
}
.twitter-share-button{
	position: fixed;
	z-index: 99;
	right: 149px;
	top: 9px;
}

#infoMenu{
	height: 20px;
	color: #f2f2f2;
	position:fixed;
	z-index:70;
	bottom:0;
	width:100%;
	text-align:right;
	font-size:0.9em;
	padding:8px 0 8px 0;
}
#infoMenu ul{
	padding: 0 40px;
}
#infoMenu li a{
	display: block;
	margin: 0 22px 0 0;
	color: #333;
}
#infoMenu li a:hover{
	text-decoration:underline;
}
#infoMenu li{
	display:inline-block;
	position:relative;
}
#examplesList{
	display:none;
	background: #282828;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	padding: 20px;
	float: left;
	position: absolute;
	bottom: 29px;
	right: 0;
	width:638px;
	text-align:left;
}
#examplesList ul{
	padding:0;
}
#examplesList ul li{
	display:block;
	margin: 5px 0;
}
#examplesList ul li a{
	color: #BDBDBD;
	margin:0;
}
#examplesList ul li a:hover{
	color: #f2f2f2;
}
#examplesList .column{
	float: left;
	margin: 0 20px 0 0;
}
#examplesList h3{
	color: #f2f2f2;
	font-size: 1.2em;
	margin: 0 0 15px 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
	-moz-box-shadow: 0 1px 0 rgba(255,255,255,0.1);
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
	padding: 0 0 5px 0;
}

#contatos {
        margin-top: 80px;
    text-align: left;
}

#footer {
    position: absolute;
    bottom: 0;
    height: 81px;
    background: rgba(255,255,255,.8);
    width: 100%;
}

.info {
    position: relative;
    float: left;
    font-family: 'Ubuntu', sans-serif;
    font-size: 10pt;
}

.faixa {
    width:80%;
    position:relative;
    margin:auto;
}

.faixa img{
    width:10%;
    margin-left: 20%;
}
    


#ajax-form {
		    width: 80%;
    font-family: 'OpenSans-Light-webfont';
    font-size: 10px;
    line-height: 14px;
    color: #222;
	}
	label {
		display: block;
		font-family: 'OpenSans-Light-webfont';
		font-size: 14px;
		line-height:30px;
	}
	input{
		width: 96%;
        border-radius:6px;
		font: 13px/22px 'Open Sans', sans-serif;
		padding-top: 10px;
		padding-bottom: 10px;
	    background-color: white;
        border:none;
	}
	textarea {
		width:96%;
		font: 13px/24px 'Open Sans', sans-serif;
		height:45px;
        border-radius:6px;
		margin-top:10px;
		padding-top: 10px;
		padding-bottom: 10px;
		border:none;
        background-color: white;	
    }
	.error {
		font: 10px/22px 'Open Sans', sans-serif;
		text-transform:uppercase;
		display: none;
		color:#a6a6a6;
	}
	#ajaxsuccess {
		background: #f5f5f5;
		color:#fff;
		font: 20px/60px 'Open Sans', sans-serif;
		height:60px;
		display: none;
		padding-left:10px;
		width: 50%;
		margin-left: auto;
		margin-right: auto;
		margin-top: 30px;
        color: #222;
  text-align: center;
	}


input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
  background-color: #1eacd7 !important;
  background-image: none;
  color: white !important;
}

	#button-con {
	position:relative;
	text-align:center;
		width: 100%;
	margin:0 auto;
	}
#button-con button{
    width: 40%;
    height: 43px;
    padding-top: 0;
    margin-top: 10px;
    text-align: center;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-size: 13px;
    line-height: 43px;
    background: rgba(60,60,60,.85);
    text-transform: uppercase;
    color: #faa21b;
    border: none;
    border-radius: 10px;
    background-color: #222;
    transition: all 0.3s;
    float: left;
 }
#button-con button:hover{
	background: rgba(60,60,60,1);
    cursor: pointer;
 }
#button-con button:focus{ 
    outline: none !important;
 }
.text-align-center{
	text-align:center;
	padding-top:10px;
 }
	#ajax-form textarea:active,
	#ajax-form input:active {	
	  color: #a6a6a6;}
	#ajax-form textarea:active,
	#ajax-form input:hover {	
	  color: #a6a6a6;}
		#ajax-form textarea:focus,
	#ajax-form input:focus {	 
    outline:none !important;
    }
	#ajax-form textarea,
	#ajax-form input {	
	      color: black !important;}

#ajax-form input[type="text"]{
	padding-left:2%;
	padding-right:2%;
}
#ajax-form input[type="text"], textarea{
	padding-left:2%;
	padding-right:2%;
} 


#logos {
                display:none;
            }

/* Larger than mobile */
@media (max-width: 400px) {

h1 {
    font-size: 25pt;
}
    
    .logos {
                display:block;
            }
    
    .twit {
        padding-right:10px !important;
    }
    
    .barra .social img {
float:left;
width:39%;
}

.social {
width: 100%;
    position: relative;
    float: left;
    margin-left: 10%;
}

.barra .logo img {
width: 40%;
    margin-left: 29%;
    padding: 0;
        margin-top: 20px;
}
    
    #section0 .layer {
        margin-top:15%;}

    .half {
width:100%;
    margin-left: 7%;
}

.release {
line-height:1.2;
    width: 75%;
    padding: 5%;
background-color: rgba(0,0,0,0.7);
}
#section1 .next {
bottom:0;}

.links {
    width: 85%;
    margin-top: 18px;
}

#section1 .layer {
top:-5%;}
    
    .media {
    float: left;}
    
    .leia {
            display: none;
    }
    
    #instafeed img {
    width: 18%;
    }
    
    .insta img {
    width: 50%;
    margin-bottom: 20px;
    float: left;
    margin-left: 5%;
    }
    
    .contato {
float: left;
    margin-bottom: 20px;
    width: 50%;
}

#ajax-form {
    width: 100%;
}
    
    #form {
    width: 100%;
    }

#footer {
                display:none;
            }

form {
    display:none;
}
    
    .info {
            width: 80%;
    margin-left: 10% !important;
    }
    
    #logos img{
            width: 100%;
            margin-top: 50px;
    }
    
    #contatos {
    margin-top: 0;
    text-align: center;
    }

.half .titulo img {
    width: 40%; }
    
#section3 {
    background-color:#dce4e7;
    
}



