@charset "utf-8";
/* CSS Document */

body{
	margin:0 auto;
	padding:0; 
	font-size:15px;
	font-family: 'Lato', sans-serif;
	font-weight:lighter;
	font-size:1.0em;
	/*transition: 5s;*/
}

.titu-red-bk{
	background:#900;
	padding:2em;}
	
.titu-grey-bk{
	background:#4b4b4d;
	padding:2em;}
	
.titu-blue-bk{
	background:#002635;
	padding:2em;}

.label{
	display:block;!important}

/*para celular*/
@media only screen and (min-width: 200px) and (max-width: 375px){
	.txt-top{
		font-size:24px;}
	.pading-title{
		padding:1em;}
	}


@media only screen and (min-width: 376px) and (max-width: 800px){
	.txt-top{
		font-size:30px;}
	.pading-title{
		padding:2em;}
	}


@media only screen and (min-width: 801px) and (max-width: 1920px){
	.txt-top{
		font-size:40px;}
	.pading-title{
		padding:4em;}
	}

.linea{
    height: 2px;
    border-bottom: #CCC 1px dotted;
    padding-top: 2em;
    margin-bottom: 2em;}

// <uniquifier>: Use a unique and descriptive class name
// <weight>: Use a value from 200 to 700

.oswald-<uniquifier> {
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

.lato-thin {
  font-family: "Lato", serif;
  font-weight: 100;
  font-style: normal;
}

.lato-light {
  font-family: "Lato", serif;
  font-weight: 300;
  font-style: normal;
}

.lato-regular {
  font-family: "Lato", serif;
  font-weight: 400;
  font-style: normal;
}

.homemade-apple-regular {
  font-family: "Homemade Apple", cursive;
  font-weight: 400;
  font-style: normal;
}

.h1{
	font-family:"Oswald", sans-serif;}

.h3{ font-family:"Homemade Apple", cursive;}

.btn-form {border:#666 2px solid; background:#333; border-radius:7px; height: auto; padding: 0.5em; text-decoration: none; text-transform: uppercase; letter-spacing: 1px; color:#FFF; margin:1em 0; text-align:center;}
.btn-form:hover {background:#990000; color:#FFF; text-decoration:none;}
.campo-form {width:100%; height:36px; margin:2px 0 6px; padding-left:6px; box-sizing: border-box; border-radius:3px; border:0; font-size:1em; background:#CCC;}