@import 'https://fonts.googleapis.com/css?family=Roboto:300,400,500&subset=latin-ext';

body, button, input, select, textarea {
color: #666;
font-size: 15px;
line-height: 160%;
font-family: Roboto;
font-weight: 300;
text-align: justify;
}

a, a:hover {
	text-decoration: none;
}

b, strong {
font-weight: 600;
}


h1, h2, h3, h4, h5, h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	clear: both;
	font-weight: 300;
	margin: 0;
	text-rendering: optimizeLegibility;
	color: #000;
  line-height: 130%;
	font-family: 'Roboto';
	text-align: left;
}

h1 {
	font-size: 50px;
	font-weight: 500 !important;
	margin-bottom: 30px;
	margin-top: 30px;
}

h1 a {
	font-size: 50px;
	font-weight: 500 !important;
	margin-bottom: 0px;
}

h2, h2 a {
	font-size: 22px;
	
}

h3, h3 a {
	    font-size: 24px;
    padding-bottom: 10px;
    font-weight: 500;
}

h4, h4 a {
	font-size: 24px;
  font-weight: 300;
	margin-bottom: 20px;
}

p {
	margin: 0 0 10px;
}


dfn, cite, em, i {
font-style: italic;
}

blockquote {
	border: 0 solid #1a1a1a;
	border-left-width: 4px;
	color: #686868;
	font-size: 19px;
	font-size: 1.1875rem;
	font-style: italic;
	line-height: 1.4736842105;
	margin: 0 0 1.4736842105em;
	overflow: hidden;
	padding: 0 0 0 1.263157895em;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
content: "";
}

blockquote p {
	margin-bottom: 10px;
}

blockquote cite, blockquote small {
	color: #1a1a1a;
	display: block;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.75;
}

blockquote cite:before, blockquote small:before {
	content: "\2014\00a0";
}

blockquote em, blockquote i, blockquote cite {
	font-style: normal;
}

blockquote strong, blockquote b {
	font-weight: 400;
}

blockquote > :last-child {
	margin-bottom: 0;
}

address {
font-style: italic;
margin: 0 0 1.75em;
}

code, kbd, tt, var, samp, pre {
	font-family: Inconsolata, monospace;
}

pre {
	border: 1px solid #d1d1d1;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.3125;
	margin: 0 0 1.75em;
	max-width: 100%;
	overflow: auto;
	padding: 1.75em;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

code {
	background-color: #d1d1d1;
	padding: 0.125em 0.25em;
}

abbr, acronym {
	border-bottom: 1px dotted #d1d1d1;
	cursor: help;
}

mark,
ins {
	background: #007acc;
	color: #fff;
	padding: 0.125em 0.25em;
	text-decoration: none;
}

big {
	font-size: 125%;
}

.wstep p {
	font-size: 20px;
	text-align: center;
}


.height100 .widget-title {
	color:  #fff;
	padding-top: 50px;
	
}

.center .widget-title {
	text-align: center !important;
	font-weight: 600;
	font-size: 40px;
}
.center h1 {
	text-align: center !important;
	padding: 30px 10px 10px 10px;
	
}

.oferta .widget-title {
	font-size: 30px;
	font-weight: 300;
}

.white {
	font-size: 20px;
	color: #fff !important;
	text-shadow: 1px 1px 0px #000;
	font-weight: 400;
	line-height: 160%
}

.white .widget-title, .white h1, .white h2, .white h3, .white h4 {
	color: #fff !important;
	text-shadow: 1px 1px 0px #000;
	font-weight: 600;
}

.white a {
	color: #fff !important;
	text-shadow: 1px 1px 0px #000;
}


.white b, .white strong {
font-weight: 700;
}






