@charset "UTF-8";

body {
	font-family: 'Abel', sans-serif;
}


.carousel-caption {
	position: absolute;
	right: 15%;
	top: 30%;
	left: 15%;
	padding-top: 20px;
	padding-bottom: 20px;
	color: rgb(255, 255, 255);
	text-align: left;
	text-shadow: 0px 0 6px rgba(0,0,0,1);
	font-family: 'Lato', sans-serif;
}

.caption1 {
	font-size: 3.5em;
	font-weight: 700;
	line-height: .9em;
	
}
.caption2 {
	font-size: 1.6em;
	font-weight: 400;
	line-height: .5em;
	line-height: 1.2em;
}

.captions {
	width: 90%;
}

.construccion {
	background-color: #e2231a;
	color:#fff;
	height: 30px;
	text-align: center;
	position: fixed;
	z-index: 100;
	width: 100%;
	padding-top: 5px;
}

nav {
	margin-top: 30px;
	
}

.container-contenido {
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 35px;
	text-align: center;
}

.txt-contenido {
	padding-top: 15px;
	font-size: 1.2em;
	margin-bottom: 25px;
}

.tit-contenido {
	padding-top: 15px;
	font-size: 2em;
	margin-bottom: 25px;
	font-weight: 700;
}



@media (max-width:1200px){
	.carousel-caption {
    top: 20%;
	}
	.caption1 {
		font-size: 4em;

	}
	.caption2 {
		font-size: 1.3em;
	}
}

@media (max-width:950px){
	.carousel-caption {
    top: 10%;
	}
	.caption1 {
		font-size: 3em;

	}
	.caption2 {
		font-size: 1.3em;
	}
}

@media (max-width:768px){
	.carousel-caption {
    display: none;
	}
}
