/*RESET*/
* {
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;	
    //-webkit-text-stroke-width: .05px;
	//-webkit-text-stroke-color: white;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	margin: 0px;
	padding: 0px;	
	list-style: none;
    outline: none;
    text-decoration: none;	
}
body {
	color: black;
	font-family: 'Inconsolata', monospace;
	background: white;
    font-size: 100%;
}
.center {
	text-align: center;
}

/*RESPONSIVE*/
@media (min-width:501px) {
	.phone {
		display: none !important;
	}
}
@media (min-width:1200px) {
	.tablet {
		display: none !important;
	}
}
@media (max-width:500px) {
	.desktop {
		display: none !important;
	}
}

/*VARIABLES*/
:root {
	--especialFont: 'Roboto', sans-serif;
	--grayText: #9b9b9b;
	--grayBg: #edecec;
	--accentColor: #4b47bf;
	--boxRadius: 10px;
}

/*TEMPLATE*/
header {
	width: 100%;
	height: 60px;
	position: fixed;
    background-color: rgba(0, 0, 0, 0.7);
	z-index: 100;
}
header .headerColor {
	background-color: rgb(255, 0, 0);
    width: 100%;
	height: 60px;
	position: fixed;
	z-index: 100;
}
header .content {
	position: relative;
}
header .logo a {
	height: 40px;
    width: 100%;
    display: block;
    max-width: 120px;
    text-align: center;
	position: absolute;
	top: 15px;
	left: 50%;
    transform: translate( -50%);
}
header .backbutton a {
	position: absolute;
	top: 15px;
    padding-left: 50px;
	color: #ffec01;
    font-size: 24px;
	font-weight: bold;
	display: block;
	background-image: url(../img/ui/back.svg);
	background-size: 10px;
	background-position: 30px center;
	background-repeat: no-repeat;
}
@media (max-width:650px) {
	header .backbutton a {
		font-size: 16px;
        padding-left: 20px;
        background-position: 5px center;
        top: 22px;
	}
}
header .share {
	position: absolute;
	right: 20px;
	top: 15px; 
}
header .share li {
	display: inline-block;
}
header .share li a {
	width: 30px;
	height: 30px;
	display: block;
	margin-left: 10px;
	background-size: auto;
	background-repeat: no-repeat;
}
.top {
	width: 50px;
	height: 50px;
	display: block;
	position: fixed;
	bottom: 20px;
	right: 20px;
	border-radius: 50%;
	border: 2px solid #fff;
	background-size: 20px;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(../img/ui/arrow_up.svg);	
	background-color: rgba(0, 0, 0, 0.4);
	z-index: 100;
	display: none;
}
article .share {
	margin: 10px 0;
}
article .share li {
	display: inline-block;
	margin: 5px;
}
article .share li a {
	height: 40px;
    width: 40px;
	display: block;
    margin: auto;
}
article .share li img{
	height: 40px;
    width: 40px;
}

.share li a.facebook {
	background-image: url(../img/ui/share_facebook.svg);
}
.share li a.twitter {
	background-image: url(../img/ui/share_twitter.svg);
}
.share li a.whatsapp {
	background-image: url(../img/ui/share_whatsapp.svg);
}

section {
    text-align: center;
	color: white;
	padding: 2%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
section h1 {
	font-size: 50px !important;
    margin: 30px auto !important;
    color: #ffec01;
    font-weight: 600 !important;
}
@media (max-width:650px) {
	section h1 {
	font-size: 32px !important;
     line-height: 36px;
	}
}


section p{
	font-size: 16px;
    color: white;
    font-weight: 600;
    margin: 0px !important;
}
section img{
	width: 100%;
    max-width: 500px;
    overflow: hidden;
}

article .content {
	max-width: 800px;
	width: 90%;
	margin: auto;
}
article .social {
	text-align: center;
    padding: 2%;
	margin: auto;
    background-color: #ffec01;
}
article .social h1{
	font-size: 36px;
    font-weight: 600; 
}
article h1 {
	font-weight: 100;
	font-size: 28em;
	margin-bottom: 30px;
	font-family: var(--especialFont);
}
article h2 {
    text-align: center;
	font-weight: 600;
	font-size: 36px;
    color: black;
}
article h3 {
	border-left: var(--accentColor) 10px solid;
	margin-top: 30px;
	padding-left: 10px;
	font-size: 18px;
	font-weight: 800;
	line-height: 40px;
	letter-spacing: -0.5px;
	text-transform: uppercase;
}

article h5{
    font-size: 14px;
    line-height: 16px;
    padding-bottom: 10px;
    
}

article p {
	font-size: 17px;
	margin: 20px 0;
    line-height: 28px;
}
article p a {
	color: var(--accentColor);
	font-weight: 600;
	text-decoration: underline;
}
article img.center {
	width: 100%;
	margin: 20px 0;
}
article img.centericon {
	width: 100%;
    max-width: 70px;
    padding: 30px 0;
	margin:auto;
    display: block;
}
article img.wide {
	width: 100%;
	margin: 20px 0;
}
article img.left {
	width: 30%;
	float: left;
	margin: 0 20px 20px 0;
}
article img.right {
	width: 30%;
	float: right;
	margin: 0 0 20px 20px;
}



/*^^LINKS^^*/

.list {
	margin: 30px 0;
	text-align: center;
}
.list li {
	width: 30%;
	margin: 1%;	
	display: inline-block;
	vertical-align: top;
	padding: 20px;
	background-size: cover;
	background-position: center;
}
@media (max-width:650px) {
	.list li {
		width: 80%;
	}
}
.list li a {
	min-height: 200px;	
	display: block;
	text-align: left;
	color: white;
}
.links li {
	display: inline-block;
}
.columns {
	display: flex;
	align-items: stretch;
	align-items: stretch;
}
.columns > div.image {
	background-size: cover;
	background-position: center;
}
.columns > div.color {
	background-color: var(--accentColor);
}
.columns > div.color * {
	color: white;
}
.columns > div.padding {
	padding: 3%;	
}
.columns.highlight > div.padding {
	padding: 2% 3%;	
}
.columns.context > div.padding {
	padding: 3% 8%;	
}

.highlight h2{
    font-size:65px;
    font-weight: 800;
    text-align: right;
    margin: 0px;
}
.highlight p{
    max-width: 55%;
    text-align: right;
    display: inline-block;
}
.highlight img{
    float: left;
    margin-top: 30px;
}


/*COMPARATIVO*/

.trains h1{
    font-size: 100px !important;
    font-weight: 600;
    line-height: 80px;
    color:white;
   
}
.trains h2{
    font-size: 24px;
    font-weight: 600;
    color:black;
    text-align: left;
}
.trains p{
    color:black;
}

.columns.trains > div.padding {
	padding: 6%;	
    background-color: rgba(0, 0, 0, 0.10);
}

.lider img{
    float: left;
    margin-right: 20px;
    margin-top: -15px;
}

.lider h3{
    color: white;
    font-size: 28px;
    border: none;
    text-align: left;
    line-height: 28px;
    font-family: 'Roboto', sans-serif;
    text-transform: none;
}
.lider h4{
    text-align: left;
    font-weight: 400;
    color: white;
    font-size: 20px;
    border: none;
    font-family: 'Roboto', sans-serif;
}
/*^^^COMPARATIVO^^^*/


@media (max-width:850px) {
	.columns {
		display: block;
	}
	.columns > div {
		width: 100% !important;
		min-height: 20vh;
	}
    .lider img{
    margin-top: 0px;
}
    .trains h1{
    font-size: 50px !important;
}
}


.links li a {
	padding: 15px;
	padding-left: 40px;
	margin-right: 10px;
	margin-bottom: 10px;
	color: var(--accentColor);
	border: 1px solid var(--accentColor);
	font-weight: bold;
	display: block;
	border-radius: var(--boxRadius);
	background-image: url(../img/ui/btn_link.svg);
	background-size: 20px;
	background-position: 10px center;
	background-repeat: no-repeat;
}
.icons.large {
	width: 100%;
	margin: auto;
	align-items: center;
	justify-content: center;
	display: flex;
	margin-bottom: 30px;
	flex-wrap: wrap;
}
.icons.large li {
	min-width: 80px;
	max-width: 140px;
	margin: 30px;
    color: #4a4a4a;
	text-align: center;
	flex-basis: 0;
	flex-grow: 1;
	flex-shrink: 1;
    font-family: var(--especialFont);
}
.icons.large li i {	
	display: block;
	color: var(--accentColor);
	font-size: 90px;
	margin-bottom: 20px;
}
.icons.large li span {
	display: block;
	font-family: var(--especialFont);
	color: var(--grayText);
	font-size: 22px;
	margin-bottom: 10px;
}

.icons.medium {
    max-width: 320px;
	width: 100%;
	margin: auto;
    text-align: left;
    display: block;
    
}
.icons.medium li {
	padding-left: 100px;
	position: relative;
    margin-bottom: 50px;
}
.icons.medium li i {	
	position: absolute;
	left:0;
	top: -34px;
}
.icons.medium li img {	
	width: 80px;
}
.icons.medium h3{
	color: #000000;
    padding-left: 0px;
    font-size: 22px;
    border: none;
    line-height: 20px;
    text-transform: none;
}
.icons.medium h4{
	margin-top: 5px;
    font-weight: 400;
    color: #000000;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
}

.icons.small {
	width: 90%;
	margin: 30px auto 10px auto;
}
.icons.small li {
	margin: 10px;
	padding-left: 35px;
	position: relative;
	font-size: 15px;
}
.icons.small li i {	
	color: var(--accentColor);
	font-size: 20px;
	position: absolute;
	left: 0;
	top: 0;
}
.parallax {
	height: 300px;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: #cbcaca;
}
@media (max-width:500px) {
	.parallax {
		background-attachment: scroll;
	}
}
blockquote {
    margin: 30px auto;
    padding: 0 0 0 20px;
	font-family: var(--especialFont);
    font-size: 28px;
    font-weight: 600;	
}
blockquote span {
	margin-top: 15px;
	font-size: 16px;
    color: #b9b9b9;
}
.comments {
	width: 100%;
	max-width: 600px;
    min-height: 145px;
	margin:auto;
}
.commentsbox{
    margin:auto;
    width: 100%;
	max-width: 600px;
    background-image: url(../img/content/commentalert.jpg);
    background-position: center;
    background-color: white;
    background-size: contain;
    background-repeat: no-repeat; 
}
.embed {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
	margin-bottom: 30px;
}
.embed iframe, .embed object, .embed embed, .embed .powa {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.sponsor {
	position: relative;
	z-index: 10;
}
.sponsor span {
	height: 40px;
	display: block;
	line-height: 40px;
	text-align: center;
	font-size: 12px;
	color: black;
	background: var(--grayBg);
}
.sponsor a {
	display: block;
	padding: 5px;
	text-align: center;
	background: #fff;
	border-bottom: 1px solid #e2e2e2;
}
.brandvoice {
	position: relative;
	z-index: 10;
	margin-bottom: 30px;
	background: white;
}
.brandvoice span {
	padding: 10px;
	display: block;
	text-align: center;
	font-size: 12px;
	background: var(--grayBg);
}
.brandvoice a {
	color: black;
	font-weight: bold;
}
.brandvoice a.logo {
	display: block;
	padding: 5px;
	text-align: center;
	background: rgba(255, 255, 255, 0.15);
	border-bottom: 1px solid var(--grayBg);
}
.brandvoice img {
	margin: 20px;
}
.suscribe {
	width: 90%;
	max-width: 350px;
	margin: 20px auto;
	padding: 20px;
	text-align: center;
	background: var(--grayBg);
	border-radius: var(--boxRadius);
}
.suscribe h1 {
	font-size: 20px;
	margin-bottom: 10px;
}
.suscribe a {
	height: 40px;
	display: block;
	line-height: 40px;
	color: white;
	margin-top: 20px;
	font-weight: bold;
	background: var(--accentColor);
	border-radius: var(--boxRadius);
}
.banner {
	margin: 30px 0;
	text-align: center;
}
.banner > p {
	width: 300px;
	height: 25px;
	margin: 1px auto;
	color: #fff;
	text-align: center;
	font-size: 10px;
	font-weight: 600;
	line-height: 25px;
	text-transform: uppercase;
	background: #000;
}
@media (min-width:751px) {
	.banner.phone {
		display: none !important;
	}
	.banner.desktop {
		display: block !important;
	}	
}
@media (max-width:750px) {
	.banner.phone {
		display: block!important;
	}
	.banner.desktop {
		display: none !important;
	}	
}
footer {
    position: relative;
	padding: 20px;
	background: #000000;
	color: black;
}
footer > p {
    font-family: var(--especialFont);
    max-width: 800px;
    margin: 20px auto;	
    color: var(--grayText);
	font-size: 12px;
	font-weight: 400;
	text-align: center;
	text-transform: uppercase;
	line-height: 20px;
	letter-spacing: 1px;
}
footer a{
    width: 100%;
    max-width: 280px;
    margin: auto;
    padding: 15px;
    line-height: 30px;
	padding-left: 60px;
	color: #ffec01;
    font-size: 24px;
	font-weight: bold;
	display: block;
	border-radius: var(--boxRadius);
	background-image: url(../img/ui/back.svg);
	background-size: 10px;
	background-position: 30px center;
	background-repeat: no-repeat;
}
@media (max-width:650px) {
	footer a {
		font-size: 18px;
        max-width: 260px;
	}
}

/*COMPARATIVO*/
.compData{
    margin: auto;
    text-align: center;
    padding: 0 5%;
}
.compData a{
    color: white;
    text-decoration: underline;
}
.compData h1{
    font-size: 350%;
    font-weight: 800;
    margin: auto;
    text-align: center;
    margin-bottom: 0px;
}

.compData h2{
    font-weight: 600;
    color: white;
    margin: 5px;
    
}
.compData span{
    font-family: var(--especialFont);
    font-size: 16px;
    font-weight: 600;
}
.compData p{
    font-family: 'Inconsolata', monospace !important;
    line-height: 30px !important;
}
.compData h4{
    font-family: var(--especialFont);
}
.compData img{
    width: 100%;
    max-width: 500px;
    margin: 10px auto;
}
.compData li{
    vertical-align: top;
    border-bottom: 1px solid rgba(255, 255, 255, 0.26);
    margin-bottom: 30px;
}
.compData li img{
    width: 100px;
    margin: 20px auto;
}
.compData a{
    color: white !important;
}

.promotor{
    height: 90px;
    margin: 20px auto;
    width: 100%;
    max-width: 400px;
}
.promotor img{
    width: 90px;
    height: 90px;
    float: left;
    margin-right: 20px;
    margin-top: 0px;
}
.promotor p{
    font-size: 22px !important;
    font-weight: 800;
    padding-top: 15px;
    text-align: left !important;
}
.promotor p span{
    font-size: 18px !important;
    font-weight: 400;
}
/*^^^COMPARATIVO^^^*/

.trains h1{
    font-size: 50px; 
}
.trains h2{
    text-align: center;
    font-size: 30px; 
}
.trains h4{
    color: black;
    text-align: center;
    font-size: 20px;
    margin-bottom: 10px;
    font-family: var(--especialFont);
}
.trains p{
    color: black;
    text-align: center;
    font-weight: 400;
    font-size: 16px; 
    margin-bottom: 20px !important;
}
