@charset "utf-8";
body { 
    font-family: "Roboto", helvetica, arial, sans-serif;
    margin: 0px;
    box-sizing: border-box;
}
.container{ 
    display: flex;
    flex-direction: column;
}
header,
footer {
    background-color: #7BA59E;
    color: white;
    padding: .5em;
    align-content: center;
    flex-grow: 0;
}

.barra {
    display: block;
    top: 0px;
    width: 100%;
    background-color: #77A49B; 
}

.barra img {
    padding: 5px;
}

.barra-abierta {
    position: fixed;
    width:200px;
    top: 0px;
    height: 100%;
    background-color: #77A49B; 
    display: none;
    z-index: 100;

}
#portada {
    background-image: url("../imagenes/cauceviejoportada.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding-top: 10rem;
}
#portada h1{
    display: flex;
    color: white;
    text-align: center;
    font-weight: bold;
    font-size: 2em;
    justify-content: space-between;
}
/*menu*/
#menu{
    float: left;
}

#logo {
    float: right;
}

.menu-select {
     display:flex;
     flex-direction: column;
}

.menu-select a {
     color: white;
     text-decoration: none;
}

.menu-select li {
    margin: 10px;
}
/*termina menu*/

h1{
  font-family: "Roboto", helvetica, arial, sans-serif;
  font-size: 40px;
  color: #0B3B42;
  margin-top:2em;
    margin-left: 15px;
  }
h2{
  font-family: "Roboto", helvetica, arial, sans-serif;
  font-size: 30px;
  color: #7BA59E;
  margin-top:2em;
    margin-left: 15px;
  }
h3, 
h4,
h5,
h6,
p {
  font-family: "Roboto", helvetica, arial, sans-serif;
  font-size: 19px;
  margin-top:1em;
  margin-bottom:1em;
    margin-left: 15px;
  display: block;
padding-top: 1em
   color: #0B3B42;
  }
.somos
{
    color: #7BA59E;
    font-size: 25px;
}
.busqueda {
    padding: 10px;
    display: flex;
    align-items: center;
    
}

.busqueda button {
    border-radius: 5px;
    border:1px solid #0B3B42;
    background-color: #0B3B42;
    padding: 5px;
    color: white;
}
button{
    border-radius: 5px;
    border:1px solid #0B3B42;
    background-color: #0B3B42;
    padding: 5px;
    color: white;
}
.feed {
    margin:15px;
}

.news {
    width: 80%;
    border-radius: 5px;
    height: 200px;
    color: white;
    padding-left:10px;
    background-size: cover;
}
.news h1,h3 {
    font-size: 26px;
    margin-top:14px;
}

.news button{
    margin-top:14px;
}

.news h1 {
    font-weight: bold;
}

.campania_limpieza {
    background-image: url("../imagenes/campania.jpg");
}
.campania_limpieza2 {
    background-image: url("../imagenes/visitaguiada.jpg");
}
.campania_limpieza3{
    background-image: url("../imagenes/reservacauce.jpg");
}
.social {
    margin-left: 1em;
}

.social img {
    height: 45px;
    width: 45px;
}
input{
    margin-left: 1.5em;
}
#mapa {
    margin-top: 1em;
}
.accion {
    margin-top: 1em;
}
.direc {
    display: flex;
    align-content: space-between;
    justify-content: space-between;
}