

*{
	margin: 0;
	padding: 0;
    box-sizing: border-box;
	font-family: 'Roboto Condensed', sans-serif;
}
img {
    display: block;
    max-width: 100%;
}
a {

    text-decoration: none;
    color: #fff;
}
.contenedor {
    width: 100%;
    margin: auto;
}

section#contenedor_general{
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	z-index: -1;
	background-image: url(img/fadu6.jpg);
	background-size: cover;
	background-position: center 0px;
	background-repeat: no-repeat;
    display: flex;
    flex-wrap: wrap;
	overflow: hidden;
}

section#body{
    margin: auto;
	width: 100%;
	min-height: 1000px;
}

section#scrolldown{
	margin: auto;
	width: 200px;
	height: 60px;
}
.logo{
    width: 100%;
    margin: 0;
}

.logo img{
    width: 100px;
    text-align: center;
	font-weight: lighter;
	font-size: 1.5em;
	color: white;
    position: absolute;
    top: 25%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 40%;
    color: white;
    font-size: 2.7rem;
    text-align: center;
   
}
h2#titulo{
	
	font-weight: lighter;
	font-size: 1.5em;
	color: white;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 100%;
    color: white;
    font-size: 2.7rem;
    text-align: center;
    color: salmon
}

p#menorque{
	-webkit-transform: rotate(270deg);
	text-align: center;
	color: white;
	font-size: 1.3em;
}

section#seccion{
	width: 100%;
	height: 2300px;
	margin-top: 20px;
	background-color: white;
}

/*-------------------header----------------*/


.menu {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #333;
    
}

.menu li {
   
}

.menu li a {
    display: block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

.menu li a:hover:not(.active) {
    background-color: #111;
}

.active {
    background-color: salmon;
}

/*--------------------main-------------------*/

#titulo {
    margin: 5%;
    text-align: center;
}
#info {
    margin: 1%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
#info img {
    width: 100%;
    max-width: 280px;
    
}
#info h2, h5 {
    text-align: center;
}
.info__columna {
    margin: 1%;
    background: salmon;
    color: #fff;
    padding: 5px;
    margin-bottom: 30px;
}

#datos {
    width: 95%;
    margin: 2%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.datos {
    width: 100%;
    
}

.datos h3 {
    max-width: 100%;
    background: salmon;
    color: #fff;
    padding: 5px;
    margin-bottom: 10px;
}

.datos p {
    max-width: 100%;
    padding: 5px;
    margin-bottom: 10px;
    font-family: 'Raleway', sans-serif;
    font-size: 0.9rem;
}

#footer {
    padding: 10px;
    background: #333;
    color: #fff;
    justify-content: center;
    text-align: center;
}

#footer p {
    padding: 0px;
    color: #fff;
    font-family: 'Baskerville', sans-serif;
    font-size: 0.8rem;
}




@media(min-width:780px) {
    .menu {
    justify-content: center;
        text-align: center;
    }
    .menu li {
   display: inline-flex;
}
    section#seccion{
	width: 100%;
	height: 1250px;
	margin-top: 20px;
	background-color: white;
}
  .logo img{
      width: 250px;}
    
    h2#titulo{
          width: 100px;
    text-align: center;
	font-weight: lighter;
	font-size: 1.5em;
	color: white;
    position: absolute;
    top: 50%;
    left: 45%;
    transform: translateX(-50%) translateY(-50%);
    width: 40%;
    color: white;
    font-size: 2.7rem;
    text-align: center;
    color: salmon
        
    }
}














