body{
	font-family: 'Lato', sans-serif;
}
h1,h2,h3,h4,h5{
	margin-top: 0;
}
.index-body{
}
.index-body > * {
	position: relative;
	z-index: 1;
}
.clearfix{
	display: block;
	clear: both;
}
.navbar{
	border-radius: 0;
	margin-bottom: 0;
	position: relative;
	z-index: 1;
}
.navbar a{
	border-bottom: solid 1px transparent;
}
.navbar{
	background: #fff;
}
.navbar-brand{
	position: absolute;
	top: 0;
	left: 2%;
	font-size: 14px;
	color: #000 !important;
}
.navbar-nav a:hover{
	border-bottom: solid 1px;
}


.navbar .active{
	border-bottom: solid 1px #252525 !important;
}


/* index page */
.index-hero{
	margin-top: 20px;
}

.hero-content{
	text-align: center;
}
.index-hero h1{
	font-size: 70px;
	margin: 0;
	margin-bottom: 10px;
}
.index-hero h2{
	margin: 0;
	font-weight: 300;
	font-size: 24px;
	position: relative;
	display: inline-block;
	width: 650px;
	max-width: 100vw;
}
.index-hero h2:before,
.index-hero h2:after{
	content: '';
	background: #ddd;
	width: 20%;
	height: 1px;
	top: 0; bottom: 0;
	margin: auto;
	position: absolute;
}
.index-hero h2:before{
	left: 0;
}
.index-hero h2:after{
	right: 0;
}
.index-content{
	margin-bottom: 80px;
}
.index-content p{
	padding-top: 30px;
}

.arrow-down{
	position: absolute;
	text-align: center;
	box-sizing: solid 1px;
	bottom: 20px;
	width: 100%;
	height: 40px;
	font-size: 40px;
}
@keyframes animatearrowdown {
    from {
        padding-top: 0;
        opacity: 1;
    }
    to {
        padding-top: 15px;
        opacity: 0.5;
    }
}
.arrow-down i{
    animation: animatearrowdown 0.5s infinite alternate;
}
.child-title{
	font-size: 50px;
	margin-bottom: 50px;
}


.content-wrapper{
	margin-top: 20px;
}

p{
	font-size: 20px;
	font-weight: 300;
	line-height: 1.8em;
}
.content-black{
	padding-bottom: 150px;
}


.historia,
.aspectos,
.privacidad{
	margin-top: 20px;
	margin-bottom: 20px;
}
.aspectos .watermark{
	left: 0;
}
.historia-image-container{
	text-align: center;
}
.historia-image-container img{
	width: 35%;
}
.historia-content{
	box-sizing: border-box;
	position: relative;
}


.flag-color{
	display: inline-block;
	border-radius: 50%;
	width: 60%;
	padding-top: 60%;
	margin-bottom: 30px;
}

.medidas{
	margin-top: 20px;
	margin-bottom: 20px;
}

.historia ul,
.aspectos ul{
	font-size: 20px;
	font-weight: 300;
	line-height: 1.8em;
	padding-left: 1em;
}
.historia ul li,
.aspectos ul li{
	margin-bottom: 20px;
}

.medidas img, 
.aspectos img{
	width: 100%;
	margin-bottom: 10px;
}

.privacidad{
	margin-top: 20px;
}



.watermark{
	position: absolute;
	color: #000;
	opacity: 0.03;
	font-size: 200px;
	z-index: 0;
	overflow: hidden;
	max-width: 100%;
}
.significado{
	margin-top: 20px;
	margin-bottom: 20px;
}
.significado .watermark{
	bottom: 0;
	right: 0;
}
.medidas .watermark{
	bottom: 100px;
	left: 0;
}
.historia .watermark{
	bottom: 100px;
	right: 20px;
}

.para-ini{
	font-size: 32px; 
	font-weight: 700
}

footer{
	background: #0D2160;
	width: 100%;
	box-sizing: border-box;
	padding: 20px;
}
footer a{
	color: #fff !important;
	font-weight: 700;
	text-decoration: none !important;  
}
footer a:last-child{
	font-size: 13px; 
	font-weight: 300
}

.row img{
	width: 100%;
	margin: 10px 0 20px 0;
}
.ad-container{
	margin-bottom: 20px;
}
.ad-container ins{
	display: block;
}


@media (min-width: 768px) {
    .navbar .navbar-nav {
        display: inline-block;
        float: none;
        vertical-align: top;
    }

    .navbar .navbar-collapse {
        text-align: center;
    }
    .navbar a{
		padding: 20px 0 !important;
		margin: 0 30px;
	}
}



@media (max-width: 550px) {

	.index-hero h1{
		font-size: 55px
	}
	.index-hero h2{
		font-size: 20px;
	}
	.flag-color{
		margin: 0 10px;
		width: 25%;
		padding-top: 25%;
		margin-bottom: 30px;
	}
	.historia-image-container img{
		width: 80%;
	}
}