@import url('https://fonts.googleapis.com/css2?family=Roboto:ital@1&display=swap');

*{
	box-sizing: border-box;
}
h1, h3, h4, h5, h6{
	text-transform: uppercase;
	color:#444;
	font-family: 'Roboto', sans-serif;
}

h2{
	font-family: LGA;
	font-size: 20;
	line-height: 1.5;
	padding-top: 20px;
	color: #333;
}
h3{
	font-weight: normal;
	font-size: 16px;
}

.wrap{
	width: 90%;
	margin: auto;
}
.bienvenidos{
	margin-top: 50px;
	text-align: center;
}
.contenedor-columnas1{
	clear: both;
	width: 100%;
	margin: auto;
	margin-bottom: 50px;
}
.contenedor-columnas2{
	clear: both;
	width: 100%;
	margin: auto;
	margin-bottom: 50px;
}
.columnasx2{
	width: 50%;
	float: left;
	padding: 20px 20px;
	box-sizing: border-box;
	margin: auto;
}
.columnasx3{
	width: 33%;
	float: left;
	padding: 20px 20px;
	box-sizing: border-box;
	margin: auto;
}
.columnasx3 i{
	float: left;
	padding-right: 10px;
	color: #444;
}
.columnasx3 h4{
	padding-bottom: 10px;
	text-align: justify;
}
.columnasx3 p{
	color: #444;
	text-align: justify;
}
.banner-1{
	width: 100%;
	background: #1abc9c;
	clear: both;
	padding-top: 50px;
	padding-left: 50px;
	padding-right: 50px;
	padding-bottom: 40px;
	text-align: center;
	transition: 0.5s;
}
.banner-1:hover{
	background: #444;
	transition: 0.5s;
}
.banner-1 h3{
	color: #fff;
	font-size: 24px;
}
.banner-1 a{
	text-decoration: none;
	margin-left: 20px;
	font-weight: bold;
	color: #fff;
	/* uso el borde inferior para ponerle un subrayado*/
	border-bottom: 2px solid #fff;
}
.banner-2{
	margin-top: 50px;
	background: url(Imagenes/FondoBanner2.jpg);
	background-repeat: no-repeat;  /*para que no se repita*/
	background-size: cover;   /*imagenal 100% del ancho*/
	background-attachment: fixed;   /*posicion fija para la imagen*/
	float: left;
	width: 100%;
	height: 200px;
	text-align: center;
	margin-bottom: 50px;
}
.banner-2 h3{
	background: rgba(0,0,0,.2);
	color: #fff;
	font-size: 24px;
	height: 100%;
	padding-top: 6%
}
.banner-2 a{
	text-decoration: none;
	margin-left: 20px;
	font-weight: bold;
	color: #fff;
	/* uso el borde inferior para ponerle un subrayado*/
	border-bottom: 2px solid #fff;
}
