/*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;
}
.center {
	text-align: center;
}

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

/*VARIABLES*/
/*VARIABLES*/
:root {
	--especialFont: 'Roboto', sans-serif;
	--grayText: #9b9b9b;
	--grayBg: #edecec;
	--accentColor: #4b47bf;
	--boxRadius: 10px;
}
.ornamentTop{
    height: 15%;
    max-height: 60px;
    min-height: 40px;
    display: inline-block;
    width: 3px;
    top: 0px;
    position: absolute;
    text-align: center;
}
.ornamentBottom{
    height: 15%;
    max-height: 60px;
    min-height: 40px;
    display: inline-block;
    width: 3px;
    bottom: 0px;
    position: absolute;
    text-align: center;
}


/*TEMPLATE*/
header {
	width: 100%;
	height: 60px;
	position: fixed;
	z-index: 100;
    background-color: rgba(0, 0, 0, 0.7);
}
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;
	position: absolute;
	top: 15px;
	left: 20px;
}
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 {
    position: relative;
    text-align: center;
	color: white;
	padding: 100px 5%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
section h1 {
	font-size: 46px !important;
    line-height: 50px;
    margin: 40px auto !important;
    color: #ffec01;
    font-weight: 600 !important;
}
@media (max-width:650px) {
	   section h1  {
		font-size: 32px !important;
        line-height: 36px;
        margin: 20px auto !important;   
	}
}

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: 3%;
	margin: auto;
	border-bottom: 1px solid var(--grayBg);
    background-color: #ffec01;
}
article .social h1{
	font-size: 36px;
    font-weight: 600; 
}
article h1 {
	font-weight: 100;
	font-size: 28px;
	margin-bottom: 30px;
	font-family: var(--especialFont);
}
article h2 {
    text-align: center;
	font-weight: 600;
	font-size: 34px;
	margin: 50px 0 20px 0;
    color: black;
    font-family: 'Roboto', sans-serif;
}
@media (max-width:650px) {
	   article h2  {
		font-size: 30px;;
	}
}
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 p {
	font-size: 17px;
	margin: 20px 0;
    line-height: 28px;
}
article p a {
	color: white;
	font-weight: 600;
	text-decoration: underline;
}
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*/
.photoessayLink{
    width:100%;
    height:600px;
    
    display:block;
    background-image: url(../img/content/photoessaymain.jpg);
    background-position:left;
    background-size:cover;
    position: relative;
    border-bottom: 10px solid #ffec01;
}
@media (max-width:650px) {
	.photoessayLink {
		height:300px;
	}
}
.photoessayLink a{
    color: #ffffff;
    width: 200px;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.57);
    font-weight: 400;
    border: 2px solid #ffec01;
    border-radius: 50px;
    padding: 14px 28px;
    font-family: 'Roboto', sans-serif;
    position: absolute;
    bottom: 20px;
    left: calc(50% - 100px);
    transition: 1s;
}
.photoessayLink a:hover{
    background-color: rgba(0, 0, 0, 1);  
}


.sectorLink{
    height: 100px;
    position: relative;
}
.sectorLink a {
    margin-top: 20px;
    color: #ffffff;
    text-align: center;
    min-width: 220px;
    background-color: rgba(0, 0, 0, 0.50);
    font-weight: 400;
    border: 2px solid #ffec01;
    border-radius: 50px;
    padding: 14px 28px;
    font-family: 'Roboto', sans-serif;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: 1s;
}
.sectorLink a:hover {
    background-color: rgba(0, 0, 0, 1);
}


.comparativoLink{
    width:100%;
    height: 200px;
    background-color: black;   
    border-bottom: 1px solid white;
    position: relative;
}
.comparativoLink a {
    color: #ffffff;
    text-align: center;
    min-width: 220px;
    background-color: rgba(255, 255, 255, 0.2);
    font-weight: 400;
    border: 2px solid #ffec01;
    border-radius: 50px;
    padding: 14px 28px;
    font-family: 'Roboto', sans-serif;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: 1s;
}
.comparativoLink a:hover {
    background-color: rgba(0, 0, 0, 1);
}

.mapaLink{
    width:100%;
    min-height: 60vh;
    position: relative;
    background-position: center;
}
.mapaLink a {
    color: #ffffff;
    text-align: center;
    min-width: 220px;
    background-color: rgba(0, 0, 0, 0.50);
    font-weight: 400;
    border: 2px solid #ffec01;
    border-radius: 50px;
    padding: 14px 28px;
    font-family: 'Roboto', sans-serif;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: 1s;
}

.mapaLink a:hover {
    background-color: rgba(0, 0, 0, 1);
}

/*^^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% 4%;	
}
.columns.context > div.padding {
	padding: 3% 10%;	
}

.highlight h2{
    font-size:50px;
    font-weight: 800;
    text-align: right;
    margin: 0px;
}
@media (max-width:1350px) {
	.highlight h2 {
		 font-size:30px;
	}
}
@media (max-width:850px) {
	.highlight h2 {
		 font-size:40px;
	}
}
@media (max-width:650px) {
	.highlight h2 {
		 font-size:30px;
	}
}
.highlight p{
    max-width: 55%;
    line-height: 18px;
    text-align: right;
    display: inline-block;
    margin: 10px auto;
}


/*COMPARATIVO*/

.columns.comparativo p{
	font-size: 40px;
    color: white;
    font-weight: 800;
    padding: 250px 0 50px 0;
    margin: 0 0 0 35px;
    font-family: 'Roboto', sans-serif;
}

.trains h1{
    font-size: 120px;
    font-weight: 600;
    line-height: 120px;
    color:white;
}
.trains h2{
    font-size: 24px;
    font-weight: 600;
    color:#ffffff;
    text-align: left;
}
.trains p{
    color:#ffffff;
    line-height: 24px;
}

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

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

.lider h3{
    color: white;
    font-size: 18px;
    border: none;
    text-align: left;
    line-height: 20px;
    font-family: 'Roboto', sans-serif;
    text-transform: none;
}
.lider h4{
    margin-top: 10px;
    text-align: left;
    font-weight: 400;
    color: white;
    font-size: 16px;
    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;
}
    .columns.trains > div.padding {	
    background-color: rgba(0, 0, 0, 0.70);
}
    .trains h1{
    font-size: 70px;
    line-height: 80px;    
    margin-top: 20px;
}
}


.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: flex-start;
	justify-content: center;
	display: flex;
	margin-bottom: 30px;
	flex-wrap: wrap;
}

.icons.large li {
	min-width: 150px;
	max-width: 250px;
	margin: 30px;
    line-height: 22px;
    color: #ffffff;
	text-align: left;
	flex-basis: 0;
	flex-grow: 1;
	flex-shrink: 1;
    font-family: var(--especialFont);
}
.icons.large li i {	
	display: block;
    max-width: 120px;
    margin: auto;
	color: var(--accentColor);
	font-size: 90px;
	margin-bottom: 20px;
}
.icons.large li span {
	display: block;
	font-family: var(--especialFont);
	color: #ffec01;
	font-size: 22px;
	margin-bottom: 10px;
}
.icons.medium {
	width: 100%;
	margin: 30px auto 10px auto;
}
.icons.medium li {
	padding-left: 100px;
	position: relative;
	
}
.icons.medium li i {	
	position: absolute;
	left: 0;
	top: 0;
}
.icons.medium h3{
	color: white;
    padding-left: 0px;
    font-size: 18px;
    border: none;
    line-height: 20px;
    font-family: 'Roboto', sans-serif;
    text-transform: none;
}

.icons.medium h4{
	margin-top: 10px;
    font-weight: 400;
    color: white;
    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: 24px;
    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: white;
	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;
}