@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i');

body{
    font-family: 'Open Sans', sans-serif;
    margin: 0;
    padding: 0;
}

header{
    background-color: black;
    margin: 0;
    padding: 0.5rem;
}

header nav{
    margin-left: 15%;
    margin-right: 15%;
}

header nav ul{
    display: flex;
    text-align: center;
    padding: 0.5rem 1rem;
}

header nav ul li{
    text-decoration: none;
    list-style: none;
    margin-left: 5rem;
    margin-right: 2rem;
    text-align: center;
    padding: 0.5rem 1rem;
}

header nav ul li a{
    color: white;
    text-decoration: none;
}

header nav ul li a:hover{
    background: #ffd800;
    color: black;
    transition: .2s ease;
}

.section1{
  background-image: url(img/fondofadu.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  height: 30rem;
}

.section1 h1{
    text-align: center;
    font-size: 6rem;
    margin: 0;
    padding-top: 10%;
    color: white;
    
}

.section1 p{
    text-align: center;
    font-size: 1.5rem;
    letter-spacing: 0.5em;
    margin-bottom: 5em;
    color: white;
}

.section2{
    display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: stretch;
	align-content: stretch;
}

.section2 article{
    padding: 3em;
}

.section2 article h2{
    text-align: center;
     color: #504c4c;
}

.section2 article p{
    text-align: center;
     color: #504c4c;
}

.section2 article p a{
    text-decoration: none;
    color: black;
    background: #ffd800;
    padding: 0.3rem 1rem;
    border-radius: 1rem;
}

.section2 article p a:hover{
    background: #ffec86;
    color: black;
    transition: .2s ease;
    border-radius: %;
}

.section3{
    background-color: #f0f0f0;
    padding-top: 6%;
    padding-bottom: 6%;
}

.logo{
    margin-left: 45%;
    margin-bottom: 3rem;
}

.section3 h2{
    text-align: center;
    font-size: 2rem;
}

.section3 p{
    text-align: center;
     color: #504c4c;
}

.section4{
    padding-top: 5%;
    padding-bottom: 5%;
 
}

.section4 h3{
    text-align: center;
    font-size: 0.8rem;
    margin-top: -0.4rem;
}

.section4 p{
    text-align: center;
    font-size: 0.7rem;
    margin-top: -0.4rem;
}

.volver{
    margin-top: 9rem;
    text-align: center;
}

.volver a{
    text-decoration: none;
    color: black;
    border: 0.1rem solid black;
    padding: 0.5rem 2rem;
    border-radius: 2rem;
}

.volver a:hover{
    color: black;
    ;
    background: #ffd800
}

footer{
    font-size: 0.6rem;
  text-align: center;
  margin-top: 3%;
    background: rgba(221, 219, 219, 0.17);
    padding: 1rem
}


h22{
    font-size: 2.4rem;
    display: flex;
    justify-content: center;
    position: relative;
    top: 2rem;
    font-weight: 600;
    text-decoration: underline; color: #504c4c;
}


h23{
   font-size: 2.4rem;
    display: flex;
    justify-content: center;
    position: relative;
    color: #504c4c;
    font-weight: 600;
    text-decoration: underline 
    
    
}
.mapa{
    width: 100%;
    margin-top: 2rem
}


.section42{
    padding-top: 3rem;
    background: rgba(149, 149, 149, 0.15);
    height: 30rem
}
.entra{
     color: #504c4c;
    display: flex;
    justify-content: center
}


.entra1{
     color: #504c4c;
    display: flex;
    justify-content: center
}


.entra2{
     color: #504c4c;
    display: flex;
    justify-content: center;
    position: relative;
    top: 1.3rem
}

.botones1{
   display: flex;
    justify-content: center;
   
}


.volver1{
    text-decoration: none;
    color: #504c4c;
    padding: 10rem;
    border: 0.1rem solid #504c4c;
    padding: 0.5rem 2rem;
    border-radius: 2rem;
    margin: 1rem;
    
}

.volver1:hover{
   background: #ffd800
    
}