@import 'https://fonts.googleapis.com/css?family=Lato:300';
*{
	box-sizing: border-box;
}
h1, h2, h4, h5, h6 {
	
	color: #444;
	font-family: rale;
	letter-spacing: 1px;
}
h2{
	font-size: 26px;
	color: #333;
}
h3{
	font-family: 'Lato', sans-serif;
	font-size: 18px;
	line-height: 1.5;
	padding-top:20px; 
	text-align:justify;
	font-weight: normal;
	color: #444;
}
h4{
	margin-top: 15px;
	font-size: 16px;
}
h5{
	font-family: Lato, sans-serif;
	line-height: 1.5;
	font-weight: normal;
	padding: 10px 0;
	font-size: 12px;
}
p{
	color: #666;
	text-align:justify;
	font-family: Lato, sans-serif;
	font-size: 15px;
}
.wap{
	width: 90%;
	margin: auto;
	clear: both;
	
}
.wap1{
	width: 90%;
	margin: auto;
	/*background: red;*/
	clear: both;
	padding-top: 120px
}

.bienvenidos{
	margin-top: 20px;
	text-align: center;
}

.contenedor-columnas{
	width: 100%;
	margin: auto;
	margin-bottom: 50px;
}
.columnasx3{
	width: 33.333%;
	float: left;
	padding: 20px 20px;
	box-sizing: border-box;
	margin: auto;
}
.columnasx3 img{
	width: 100%;

}

.bienvenidos1{
	margin-top: 60px;
	text-align: center;
}

.contenedor-columnas1{
	width: 55%;
	padding-left:60px;
	/*background: black;*/
	display:flex;
	flex-wrap: wrap;
}

.contenedor-columnas2{
	width: 36%;
	height: 410px;
	/*background: yellow;*/
	float:right;
	margin:auto;
	
}

.contenedor-columnas3{
	width: 60%;
	padding-left:20px;
	/*background: black;*/
	display:flex;
	flex-wrap: wrap;
	
}

.columnasx4{
	width: 170px;
	padding: 10px 5px;	
	margin: auto;
	
}
.columnasx4 img{
	width: 228px;	
	
}

.columnasx5{
	width: 125px;
	padding: 5px 5px;	
	margin: auto;
	
}
.columnasx5 img{
	width: 125px;	
	
}

.relieve2 {
	border: medium outset #9393FF;
}



.banner-1{
	width: 100%;
	background: #1ABC9C;
	clear: both;
	padding-top: 30px;
	padding-left: 50px;
	padding-right: 50px;
	padding-bottom: 50px;
	text-align: center;
	box-sizing: border-box;
	transition: 0.4s;
}
.banner-1:hover{
	background: #444;
	transition: .4s;
}
.banner-1 h3{
	color: #fff;
	font-size: 32px;
	text-align:center;
}
.banner-1 a{
	text-decoration: none;
	margin-left: 20px;
	font-weight: bold;
	color: #fff;
	border-bottom: 2px solid #fff;
}
.columnasx3 i{
	float: left;
	padding-right: 20px;
	color: #222;
}
.columnasx3 h4{
	padding-bottom: 20px;
}
.banner-2{
	margin-top: 50px;
	/*background: url(imagenes/5.jpg);*/
	float: left;
	width: 100%;
	height: 200px;
	background-repeat:no-repeat; /* No se repetira */
	background-size:cover; /* Imagen al 100% del ancho */
	background-attachment: fixed; /* Posicion fija para la imagen */
	text-align: center;
	margin-bottom: 50px;

}
.banner-2 h3{
	background: rgba(0,0,0,.5);
	color: #fff;
	font-size: 32px;
	height: 100%;
	padding-top: 5%;
	text-align:center;
}
.banner-2 a{
	text-decoration: none;
	margin-left: 20px;
	font-weight: bold;
	color: #fff;
	border-bottom: 2px solid #fff;
}
