/* here you can put your own css to customize and override the theme */
#top{
    width: 100%;
    height: 20%;
    top: 0;
    left: 0;
    position: fixed;
    z-index: 500;
    height: 72px;
    margin-top: 3.5%;
}
div#s{
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 10;
    background-size: 100% auto;
    background-position: center center;
    background-attachment:fixed; 
    background-repeat: no-repeat;
}
div#s div#t{
    position: fixed;
    width: 600px;
    left: 9%;
    bottom: 20%;
    color: white;
    font-size: 16px;
    font-family: 'varela_roundregular';
    text-align: left;
    display: table;
}
div#s .top_text, div#s .bot_text{
    height: 50%;
    display: table;

}

div#s .title{
    height: 53px;
    width: auto;
    display: table-cell;
    text-align: left;
    color: white;
    font-size: 55px;
    font-family: 'varela_roundregular';
    vertical-align: middle;
    text-transform: uppercase;
}
div#s img{
    height: 43px;
    margin-top: 0px;
    margin-bottom: 15px;
    margin-right: 20px;
    display: table-cell;
}
div#s .bot_text{
    padding-left: 70px !important;
}

.mob_fix{
    display: none;
}

.pesqui{
    padding-top: 150px;
}
.pesqui h3{
    margin-bottom: 30px;
}
.pesqui p{
    margin: 0;
}
.pesqui a, .pesqui ul, .pesqui h3{
    color: white;
    list-style: none;
    width: 100%;
    text-align: center;
    font-family: 'varela_roundregular';
}

.newslet form{
	width: 220px;
	margin:auto;
}


.newslet form input{
margin-right: 0px;
background: url(../imagens/mob_pesquisa2.png);
height: 42px;
line-height: 42px;
border: 0;
width: 215px;
margin-right: 2px !important;
margin-top: 6px;
cursor: pointer;
padding: 12px 15px;
outline: none;
cursor: initial;
}

.newslet form button{
	border: 4px solid white;
	color: white;
	text-transform: uppercase;
	margin:auto;
	background: transparent;
	width: 150px;
	height:40px;
	margin: 20px 35px;
}

@media screen and (max-width: 600px) {
    div#s{
        display: table-cell;
        vertical-align: middle;
    }
    .pesqui{
    padding-top: 80px;
}
    div#s div#t{
        width: 100%;
        text-align: center;
        left: 0;
        bottom: 25%;
    }
    div#s .top_text, div#s .bot_text{
        text-align: center;
        padding-left: 50px !important;
        padding-right: 50px !important;
        
        display:inline-block; 
    }
    div#s img{
        display:inline-block; 
        margin: 0;
    }
    div#s .title{
        font-size: 45px;
        height: 35px;
        width: 100%;
        text-align: center;
    }
    .mob_fix{
        display: block;
    }
    
    .to_hide{
        display: none;
    }

}
@media screen and (max-height: 600px) {
    div#s div#t{
        bottom: 20%;
    }
}
@media screen and (max-height: 400px) {
    div#s div#t{
        bottom: 10%;
    }
    div#s .title{
        font-size: 25px;
    }
}
@media screen and (max-width: 500px) {
    div#s div#t{
        font-size: 12px;
    }
    div#s .title{
        padding: 25px 0;
        height: 30px;
    }
}