html {
	height: 100%;
}
body {
	display: block;
	height: 100%;
}

main {
	margin-top: 0!important;
}

a:hover {
	color: #ef5745;
}

.leftSide {
	width: 50%;
	background-color: white;
	height: 100%;
	float: left;
	padding: 3rem;
}

.rightSide {
	width: 50%;
	position: relative;
	background-color: #304050;;
	height: 100%;
	float: left;
	background-size: 110%;
	background-position: center;
	overflow: hidden;
}

#verticalScroller {
    position: relative;
    width: 94%;
    left: 3%;
    /*border: 1px solid red;*/
    overflow: hidden;
}

#verticalScroller > div{
	position: absolute;
    line-height: 1;
    display: block;
    width:100%;
    /*border: 1px solid blue;*/
    overflow: visible;
    color: #d0ccc8;
    margin-bottom: 0.4rem;
    font-size: 4rem;
}

#verticalScroller svg path{
	fill: #e1e0df;
}

#reformaMicrosite  {
	font-family: 'Reforma2018';
	height: 100%;
}

#reformaMicrosite .container-fullWidth {
	/*padding: 3em;*/
	padding: 0px;
	max-width: none!important;	
}
.navbar-brand {
	padding-top: 0px;
	line-height: 0;
}

.downloadSection p {
	margin-bottom: 0px;

}
.downloadPanel {
	width: 50%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 999;
	background-color: white;
	height: 100%;
	float: left;
-webkit-transition: all 600ms ease-out;
-moz-transition: all 600ms ease-out;
-ms-transition: all 600ms ease-out;
-o-transition: all 600ms ease-out;
transition: all 600ms ease-out;
	overflow: hidden;
	opacity: 0;
	visibility: hidden;

}

.downloadPanel.show {
-webkit-transition: all 600ms ease-out;
-moz-transition: all 600ms ease-out;
-ms-transition: all 600ms ease-out;
-o-transition: all 600ms ease-out;
transition: all 600ms ease-out;
	opacity: 1;
}

.downloadLinks {
	margin-top: 1rem;
}

.downloadLinks a, .readBlog a {
	font-family: 'Reforma1969';
	font-weight: 700;
	font-style: normal;
	font-size: inherit;
}

.downloadLinks p, .readBlog p {
	margin-bottom: 0px;
}

.downloadSection {
	margin-top: 2rem;
}

.navbar-brand svg {
	max-width: 160px;
}
.hero {
	text-align: left;
	min-height: 100%;
	height: 100%;
	background-color: #304050;
}

#reformaMicrosite h1 {
	font-family: 'Reforma2018';
	font-weight: 300;
	font-style: normal;
	font-size: 4.2rem;
	color: #ef5745;
	margin-left: -1%
}
#reformaMicrosite h1 span {
	font-family: 'Chercan';
	font-weight: 300;
	font-style: normal;
	font-size: 2rem;
	position: absolute;
	color: #212529;
	/*text-indent: -0rem;*/
}

#reformaMicrosite h3 {
	font-family: 'Reforma1969';
	font-weight: 700;
	font-style: normal;
	font-size: 1.4rem;
	margin-bottom: 0px;
}

.wrapperPuller {
	position: absolute;
	bottom: 0;
}
.readBlog {
	margin-top: 2rem;
}
.readTheBlog {
	width: 100%;
	padding: 3rem;
	background-color: #d0ccc8;
	background-size: 40%;
	background-position: right;
	background-repeat: no-repeat;
	-webkit-transition: all 400ms linear;
	-moz-transition: all 400ms linear;
	-ms-transition: all 400ms linear;
	-o-transition: all 400ms linear;
	transition: all 400ms linear;
}

.readTheBlog:hover {
	/*background-size: 44%;*/
}

.readTheBlog p {
	margin-bottom: 0px;
}

.readTheBlog a:hover {
	color: white;
}

#reformaMicrosite p {
	font-size: 1.1rem;
}

#reformaMicrosite p strong {
	color: #355C7D;
	font-weight: normal;
}



#concepto p {
	text-indent: 1.4rem;
	font-size: 1.2rem;
}

.fullSiteSoon { 
	font-family: 'Reforma2018';
	text-transform: uppercase;
	font-size: 1.1rem!important;
	letter-spacing: 0.08rem;
	margin-top: 2rem;
	/*margin-bottom: 0px;*/
}

#concepto p:first-child {
	text-indent: 0rem;
}

#concepto p.leadin {
	font-weight: 700;
	font-size: 1.5rem;
}

figure img {
	width: 100%;
}

blockquote {
	font-size: 1.6rem;
	padding: 2rem;
	padding-left: 2rem;
	text-transform: uppercase;
}

blockquote:before {
	content: '>';
	position: absolute;
	left: -1rem;
}

.blockControls {
	
}

#styles {
	min-height: 600px; 
}

#styles li {
	font-size: 6rem;
	float: left;
}

.styleGroup {
	float: none;
	display: block;
}

.letra {
	color: black;
	position: absolute;
	left: 0;
	-webkit-text-fill-color: transparent; /* Will override color (regardless of order) */
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: black;
	font-size: 50rem; line-height: 0.4;
}


.languageMicro {
	color: black;
}

.languageSelector span:last-child {
	display: none;
}

.languageMicro.active {
	font-weight: 700;
}
#tester {
	background-color: lightblue;
	overflow: hidden;
}

#wordList {
	text-align: center;
	
}
#wordList h1 {
	font-size: 4rem;
	font-style: normal;
	text-transform: uppercase;
}

@media (max-width: 1300px) {
	
	.leftSide, .readTheBlog {
		padding: 2rem;
	}
	#reformaMicrosite p {
		font-size: 0.9rem;
	}

}

@media (max-width: 1000px) {
	.leftSide {
		width: 100%;		
	}
	#reformaMicrosite h1 {
		font-size: 3.2rem;
	}
	.rightSide {
		width: 100%;				
	}
	.downloadPanel {
		width: 100%;
	}
	.leftSide {
		height: auto;
	}
	.wrapperPuller {
		margin-top: 3rem;
		position: relative;
	}
}

