html{
	font-size: 62.5%;
}
body{
	font-size: 1.6rem;
	font-family: 'Lato', sans-serif;
}
h1{
	font-size: 3.2rem;
}
h2{
	font-size: 2.3rem;
}
h3{
	font-size: 3rem;
}
img{
	max-width: 100%;
}

/*Globales*/
.contenedor{
	width: 95%;
	max-width: 120rem;
	margin: 0 auto 0 auto;
}
.whatsapp{
	position: fixed;
	right: 2.6rem;
	bottom: 10rem;
	width: 6rem;
	z-index: 1000;
}
.whatsapp img{
	width: 100%;
	height: auto;
}
.facebook{
	
	right: 2.6rem;
	bottom: 10rem;
	width: 1000rem;
}
.facebook img{
	width: 5.0rem;
	height: 5.0rem;
}

/*Utilidades*/
.text-center{
	text-align: center;
}
.f-300{
	font-weight: 300;
}
.b-seccion{
	padding-bottom: 2rem;
}
#bt-menu{
	display: none;
}
.margin{
	margin: auto 0 auto 0;
}

/*Header*/
.logo{
	width: 50%;
}
.site-header{
	background-color: #4E94AB;
	text-align: center;
}
.barra{
	padding: 2rem;
}
@media (min-width:768px){
	.barra{
	display: flex;
	justify-content: space-between;
	align-items: center;
	}
}
.navegacion a{
	color: #ffffff;
	text-decoration:none;
	margin-right: 2.8rem;
	font-size: 2rem;
}
.navegacion a:last-of-type{
	margin: 0;
}
.navegacion a:hover{
	color: #091316;
}

/*Primera secc.*/
.con-principal{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-column-gap: 2rem ;
}
.text{
	text-align: center;
	max-width: 65rem;
}
.centro{
	display: block;
	margin: auto;
}

/*Footer*/
.site-footer{
    background-color: #4E94AB;
    padding: 3rem 0 1rem 0;
    margin: auto;
    overflow: hidden;
    border-radius: 1.2rem;
	color: #ffffff;
	margin-top: 2rem;
}
.con-footer{
	display: flex;
	width: 90%;
    justify-content: space-around;
	margin: auto;
	padding-bottom: 3rem;
}
.contacto{
    text-align: center;
}

@media screen and (max-width:700px){
    .con-principal{
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
    }
}

@media screen and (max-width:768px){
	.con-footer{
		flex-direction: column;
		border: none;
	}
	.contacto{
		margin-bottom: 0;
		text-align: center;
		color: #ccc;
		border-bottom: 0.1rem solid #f2f2f2;
		padding-bottom: 2rem;
	}
	.contacto h4{
		border: none;
	}
}

