/*===========================================
=            reset dos elementos html       =
=============================================*/

*{
	margin: 0;
    padding: 0;
    font-family: 'Lato', sans-serif;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

body{background: #ffffff;}

object,
embed,
video,
iframe{
    max-width: 100%;
    height: auto;
}

img{
    max-width: 100%;
    vertical-align: middle;
}

ul, ol{
    list-style: none;
}

fieldset{border:0;}

input,
select,
textarea{padding: 10px; width: 100%;}

input:focus, textarea:focus { 
    outline: none !important;
}

input.btn{width: auto;cursor:pointer;}

a {text-decoration: none;}



/*=====  End of reset dos elementos html  ======*/

/*===========================================
=            parte estrutural       =
=============================================*/

.container{
	float: left;
	width: 100%;
}

.clear{
	clear: both;
}

.fontzero{
	font-size: 0;
}

/*.section_title{
	font-size: 2em;
	text-align: center;
	color:#333;
}*/
.section_title{
    font-size: 1.5em;
    font-weight: 300;
    text-align: left;
}

.section_subtitle{
    font-size: 1.3em;
    font-weight: 400;
    text-align: left;
}



/*=====  End of parte estrutural  ======*/
