@import url('https://fonts.googleapis.com/css?family=Noto+Sans:400,700,700i');
@import url('https://fonts.googleapis.com/css?family=Noto+Sans:400,700,700i|Quicksand:300,400,500,700');

header {
    display: inline-block;
	font-family: 'Noto Sans', sans-serif; 
    font-size: 1rem;
    color: #525252;
}


h1 { 
    display: block;
    color: #e38587;
    font-family: 'Quicksand', sans-serif;
    font-size: 6rem;
    text-align: center;
    margin-left: 38rem;
    margin-top: -17rem;
}

h2 {
    display: block;
    color: #e38587;
    font-family: 'Quicksand', sans-serif;
    font-size: 2rem;
    font-weight: 700;
    text-align: center;
    margin-left: 25rem;
    margin-top: -5rem;
}


.links {
    display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: baseline;
	align-content: stretch;
    list-style-type: none;
    margin-top: -40rem; 
    font-size: 1.5rem;
    font-weight: 100;
}

nav ul li a {
	text-align: center;
	display: inline-block;
	color: #e6edd4;
	padding: 1rem 2rem;
	text-decoration: none;
	margin: 1rem;
    border-bottom: 0.2rem solid #525252;
}

nav ul li a:hover{
	background-color: #525252;
    font-weight: 700;    
}

body {
    background: #525252;
    font-family: 'Quicksand', sans-serif;
    font-size: 16px;
    color: #525252;
    line-height: 1.5;
    margin: 0 auto;
    max-width: inherit;
}

. techo img {
    width: 80%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: -30rem;
    max-width: inherit;
}

.telefono img {
    width: 55%;
    height: auto;
    display: block;
    margin-left: 7rem;
    margin-top: 22rem;    
}

.contenido1 {
    margin-left: 84rem;
    margin-right: 20rem;
    margin-top: -30rem;
    text-align: left;
    font-family: 'Quicksand', sans-serif;
    font-size: 3rem;
    font-weight: 400;
    color: #e6edd4; 
    padding-top: -2rem;
    text-decoration: none;    
}

h3 a {
    font-family: 'Quicksand', sans-serif;
    font-size: 2rem;
    font-weight: 700;
    background: #f4c87c;
    padding: 0.3rem 0.3rem;
    margin-left: 1rem; 
    text-decoration: none;
    color: #525252;
}


.bloque {
    background-color: #cbcbcb;
    height: 50rem;
}

.telefono2 img {
    width: 35%;
    height: auto;
    display: block;
    margin-left: 80rem;
    margin-top: 14rem;    
}

.contenido2 {
    margin-right: 80rem;
    margin-left: 26rem;
    margin-top: -30rem;
    text-align: right;
    font-family: 'Quicksand', sans-serif;
    font-size: 1.8rem;
    font-weight: 400;
    color: #e38587; 
    padding-top: -2rem;
    text-decoration: none;
}

.gracias {
    height: auto;
    display: block;
    margin-left: 63rem;
    margin-top: 10rem;
}

footer {
    background-color: #f4c87c;
    display: block;
    padding: 1rem 2rem;
   	font-size: 1rem;
    text-align: center;
    max-width: inherit; 
    margin-top: 10rem;
}

h4 {
    display: block;
    color: #525252;
    font-family: 'Noto Sans', sans-serif;
    text-align: center;
    font-size: 1rem;
}