@font-face {
    font-family: sja_sans;
    src: url(../neo_sans.ttf);
}
@font-face {
    font-family: sja_reg;
    src: url(../neo_sans_reg.ttf);
}
@font-face {
    font-family: sja_bold;
    src: url(../neo_sans_bold.ttf);
}

/*MENU TOP*******************************************************************************************************/
span.item-menu{
    color: #949494;
    position: relative;
    padding: 5px 5px;
}

span.item-menu:hover{
    color: #ff1a28;
   cursor: pointer;
}

li.li-social{
     padding: 15px;
}


/*HOME CONTENT***************************************************************************************************/
#home-area {
    background:url(../img/back-news.jpg) no-repeat fixed;
    background-position: 50% 50%;
    background-size: 100% 100%;
}
#home-area .container {
	padding-top: 5%;
    padding-bottom: 12%;
}
.home-content {
    display:table-cell;
    vertical-align:bottom;
	height: 300px;
}

.home-content h1 {
    text-transform: capitalize;
    font-weight: 200;
}
.home-content p {
    font-style: italic;
    font-size: 35px;
    font-weight: 200;
    color: #727272;
    letter-spacing: .3px;
    line-height: 1.5em;
}
strong.index{
    font-size: 50px;
    font-family: sja_bold;
}

.home-content .home {
    border: 1px solid #fff;
    color: #333;
}
.home-content .home:hover {
    background: #fff;
    color: #ff1a28;
}
.home-feature {}

.overlay {
    background: -webkit-linear-gradient(top, #FFF 45%, rgba(255, 26, 40, 0.1) 40%);
    background: -moz-linear-gradient(top, #FFF 45%, rgba(255, 26, 40, 0.1) 40%);
    background: -ms-linear-gradient(top, #FFF 45%, rgba(255, 26, 40, 0.1) 40%);
    background: linear-gradient(top, #FFF 45%, rgba(255, 26, 40, 0.1) 40%);
}

/*CEP BOX**********************************************************************************************************/
* {
box-sizing: border-box;
}

*:focus {
	outline: none;
}

.login {
    margin-left: auto;
    margin-right: auto;
    margin-top: 0%;
    max-width: 85%;
    padding: 0%;
}

.app-title p{
    text-align: center;
}


/*LOGIN SCREEN BLOCK****************************************************************************/
.login-screen {
    background-color: #FFF;
    padding: 10%;
    border-radius: 4px;
    border: 0px solid rgba(255, 26, 40, 0.5);
	z-index: 10;
}
input.cep-field-index {
    text-align: center;
    margin-bottom: 3px;
}
input.cep-field-index:focus {
    border: 1px solid #e41e2b;
    box-shadow: none;
}

.find-cep {
  background-color: #303030;
  color: #ffffff;
  font-size: 18px;
  line-height: 25px;
  padding: 10px 0;
  font-style: italic;
  font-family: sja_sans;
  text-decoration: none;
  text-shadow: none;
  border-radius: 5px;
  box-shadow: none;
  transition: 0.25s;
  display: block;
  margin: 0 auto;
  font-weight: 800;

}
.find-cep:hover {
    background: #454545;
    color: #fff;
}

.no-cep{
    font-style: italic;
    font-size: 12px;
    font-weight: 200;
    color: #3c3c3b;
    margin-left:-11px
}

.no-cep:hover{
    font-weight: 600;
    cursor: pointer;
}

::-webkit-input-placeholder {
   font-style: italic;
}
:-moz-placeholder {
   font-style: italic;  
}
::-moz-placeholder {
   font-style: italic;  
}
:-ms-input-placeholder {  
   font-style: italic; 
}



/*SAIBA MAIS********************************************************************************/
.section-moreinfo{
    margin-top: 40px;
    background-color: #ff1a28;
    border-bottom: 1px solid #efefef;
}

/*.section-moreinfo p{
    color: #FFF;
    font-size: 40px;
    font-style: italic;
    text-align: left;*/

.moreinfo-text{
    color: #FFF;
    margin-top: 40px;
    margin-left: 20px;
}

.moreinfo-title{
    color: #FFF;
    margin-top: 40px;
    margin-left: 20px;
    font-weight: 600;
}

.pass-to-pass{
    margin-top: 40px;
}

.img-arrow{
    margin-top: 30px;
    width: 30px;
}

.pass-text{
    color: #FFF;
    margin-top: 15px;
}

.pass-video{
    margin-top: 40px;
}


/*PARCEIROS ***********************************************************************************************/
.section-partners{
    margin-top: 40px;
    background-color: #f6f6f6;
    border-bottom: 1px solid #efefef;
}

.partners-text{
    font-size: 40px;
    font-style: italic;
}
.partners-desc{
    margin-top: 40px;
}


/*NEWSLETTER *************************************************************************************************/
.section-newsletter{
    margin-top: 40px;
    background: url(../img/back-news.jpg) no-repeat fixed;
    background-position: 50% 50%;
    background-size: 100% 100%;  
}

.news-text{
    color: #fff;
    font-size: 40px;
    font-style: italic;
}
.news-desc{
    color: #fff;
    margin-top: 40px;
}

.newsletter {
    font-size: 18px;
    font-style: italic;
    /*top: -70px;
    right: -1px;*/
    background: transparent;
    color: #fff;
    height: 45px;
	padding-top: 7px;
    border: 1px solid #fff;
}
.newsletter:hover {
    background: transparent;
    color: #fff;
     border: 1px solid #fff;
}

input.newsletteremail {
    text-align: center;
    margin-bottom: 3px;
}
input.newsletteremail:focus {
    border: 1px solid #e41e2b;
    box-shadow: none;
}

#newsletter .form-group { 
    padding-top: 60px;
}

/*APLICATIVOS *****************************************************************************************/
.section-apps{
    margin-top: 40px;
    border-bottom: 1px solid #efefef;
    background: url(../img/back_apps.jpg);
    background-position: 50% 50%;
    background-size: cover; 
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.app-stores{
    margin-top: 40px;
}


/*CONTATO *********************************************************************************************/
.section-contact{
    margin-top: 40px;
    background-color: #ff1a28;
    border-bottom: 1px solid #727272;
}

input.contact{
    background-color: transparent;
    color: #fff;
}

textarea.contact{
    background-color: transparent;
    color: #fff;
}

input.contact:focus{
    border: 1px solid #fff;
    box-shadow: none;
}

textarea.contact:focus{
    border: 1px solid #fff;
    box-shadow: none;
}

input.contact::-webkit-input-placeholder {
   font-style: italic;
   color: #fff;
}
input.contact:-moz-placeholder {
   font-style: italic;
   color: #fff;
}
input.contact::-moz-placeholder {
   font-style: italic;
   color: #fff;
}
input.contact:-ms-input-placeholder {  
   font-style: italic;
   color: #fff;
}

textarea.contact::-webkit-input-placeholder {
   font-style: italic;
   color: #fff;
}
textarea.contact:-moz-placeholder {
   font-style: italic;
   color: #fff;
}
textarea.contact::-moz-placeholder {
   font-style: italic;
   color: #fff;
}
textarea.contact:-ms-input-placeholder {  
   font-style: italic;
   color: #fff;
}

/*FOOTER************************************************************************************************/
.section-footer{
    border-bottom: 1px solid #727272;
	background-color: #575756;
	padding: 40px;
}

.copy a{
	font-size: 12px;
	color: #fff;
	text-align: right;
	text-decoration: none;
	cursor: default;
}

.terms a, .politics a{
	font-size: 12px;
	color: #fff;
	font-weight: 600;
	text-decoration: underline;
}

.terms a:hover, .politics a:hover{
	font-size: 12px;
	color: #fff;
	font-weight: 600;
	text-decoration: none;
}

.videoframe{
	 border: 2px solid #fff;
	 border-radius: 4px;
}