@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Just+Another+Hand&display=swap');

* {
    margin: 0;
    padding: 0;
    border: 0;
    outline: none;
    box-sizing: border-box;
}


body {
  margin: 0;
  font-family: "roboto", sans-serif;
  background-color: #f4f4f4;
}

a {
  color: #ffffff;
  text-decoration: none;
}

.bienvenidos { 
    position: absolute;
    top: 3em;
    text-shadow: 0em 0em .5em #000000;
    }

h1 { 
    display: flex; 
    margin:  0.5em .5em;
    color: #f8f8f8;
    font-size: 50px;
    }



ul,
ol {
    list-style: none;
    padding: 0;
    
}

    
img {
    max-width: 100%;
    height: auto;
    justify-content: center;
    
}

.contenedora {
    max-width: 50rem;
    margin: auto;
}



/* header */

.header {
  background-color: #60a817;
  box-shadow: 1px 1px 4px 0 rgba(0,0,0,.1);
  position: fixed;
  width: 100%;
  z-index: 3;
}

.header ul {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
  background-color: #00460b;
}

.header li a {
  display: block;
  padding: 20px 20px;
  border-right: 1px solid #f4f4f4;
  text-decoration: none;
    
}

.header li a:hover,
.header .menu-btn:hover {
  background-color: #002e0e;
}

.header .logo {
  display: block;
  float: left;
  font-size: 2em;
  padding: 10px 20px;
  text-decoration: none;
}


/* menu */

.header .menu {
  clear: both;
  max-height: 0;
  transition: max-height .2s ease-out;
}

.mapa { width:100%;
    }



/* menu icon */

.header .menu-icon {
  cursor: pointer;
  display: inline-block;
  float: right;
  padding: 46px 20px;
  position: relative;
  user-select: none;
}

.header .menu-icon .navicon {
  background: #ffffff;
  display: block;
  height: 5px;
  position: relative;
  transition: background .2s ease-out;
  width: 40px;
}

.header .menu-icon .navicon:before,
.header .menu-icon .navicon:after {
  background: #ffffff;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  transition: all .2s ease-out;
  width: 100%;
}

.header .menu-icon .navicon:before {
  top: 14px;
}

.header .menu-icon .navicon:after {
  top: -14px;
}

/* menu btn */

.header .menu-btn {
  display: none;
}

.header .menu-btn:checked ~ .menu {
  max-height: 350px;
}

.header .menu-btn:checked ~ .menu-icon .navicon {
  background: transparent;
}

.header .menu-btn:checked ~ .menu-icon .navicon:before {
  transform: rotate(-45deg);
}

.header .menu-btn:checked ~ .menu-icon .navicon:after {
  transform: rotate(45deg);
}

.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
  top: 0;
}




/* main */

main { 
    display: block;
    align-items:center;
    padding-top: 6em;
}

.logomoronsurco {
    display:block;
    margin: 0em 1em;
    padding: .5em;
}


.botones {float:right;
    padding:8px 12px;
    margin: 0em .5em;
    text-decoration: none;
    background:#ff6c00;
    color:#ffffff;
    cursor:pointer;
    transition:all .3s}

h3 {
    display: flex; 
    margin: 4em 1em 0em 1em;
    color: #343434;
}

h4  {
    margin: 1em 0em 0em;
}

.botones:hover{background:#78788c;color:#fff}
        
}

a { text-decoration: none;
    color:#ff6200;
}

.bienvenidos { 
    position: absolute;
    top: 15%;
    text-shadow: 0em 0em .5em #000000;
    }



/* ¿quienes somos? y  huerta */

.contenedora {
    max-width: 60rem;
    margin: 0.8em;
    padding: 1em;
    text-align: left;  
}

section {
    padding-bottom: 0.2rem;
}

.titulox { 
    padding-bottom: .05em;
    padding-top: .2em;
    font-family: "just another hand", cursive;
    color: #ff6c03;
    font-size: 3em;
    text-align: center;
}

.tituloc {
    font-size: 3em;
    padding-bottom: .05em;
    padding-top: .2em;
    font-family: "just another hand", cursive;
    color: #ff6c03;
    text-align: center;
}

p {
    display: block;
    font-size: 1.1em;
    margin-top: 1em;
}

.contenedorac {
    display: flex;
    margin-top: 2em;
    border-bottom: solid 1px rgba(0, 0, 0, 0.2);
    padding-bottom: 1.5em;
    padding-top: 2em;
    padding-left: 1.5em;
    padding-right: 1.5em;
    margin-bottom: 0.3em;
    background-color: #CAEF9C;
    flex-direction: column;
    
    
    
}

 .imagenescontenedor {
    display: flex;
    max-width: 100%;
    flex-direction: column;
     justify-content: center;
    
}

.imagenescentrar {
    display: flex;
    justify-content: center;
    margin: .5em;
    
}

.titulon {
    padding-top: 0.5em;
    padding-bottom: 0em;
    border-bottom: .22rem solid #ff6c03;
    font-family: "just another hand", cursive;
    color: #ff6c03;
    font-size: 2em;
}


.contenedoraf {
    margin-top: 2em;
    border-bottom: solid 1px rgba(0, 0, 0, 0.2);
    padding-bottom: 2em;
    padding-top: 2em;
    padding-left: 1.5em;
    padding-right: 1.5em;
    margin-bottom: 0.3em;
    background-color: antiquewhite;
}


.titulof { 
    padding-bottom: .05em;
    padding-top: .2em;
    font-family: "just another hand", cursive;
    color: #ff6c03;
    font-size: 2em;
    font-weight: bold;
    text-align: center;
    
}




.banner { 
    position: relative;
    display: inline-block;
    width:100%;
    }


.tituloc { 
    padding-bottom: .05em;
    padding-top: .2em;
    font-family: "just another hand", cursive;
    color: #ff6c03;
    font-size: 2em;
    font-weight: bold;
    text-align: center;
}


.contenedorah {
    margin-top: 2em;
    border-bottom: solid 1px rgba(0, 0, 0, 0.2);
    padding-bottom: 1.5em;
    padding-top: 2em;
    padding-left: 1.5em;
    padding-right: 1.5em;
    margin-bottom: 0.3em;
    background-color: white;
    display: flex;
    flex-direction: column;
}

.tituloh { 
   padding-top: 0.5em;
    padding-bottom: 0em;
    border-bottom: .22rem solid #ff6c03;
    font-family: "just another hand", cursive;
    color: #ff6c03;
    font-weight: 600;
    font-size: 2em;
}

.contenedorah > ul > li {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    border-bottom: solid 2px rgba(1, 1, 0, 0.2);
    padding-bottom: 1.8em;
    padding-top: 2em;
    padding-left: 1.em;
    padding-right: 1.em;
    margin-bottom: 0.em;
    background-color: white;
}


li {margin-top: em;
}



h4 { 
    padding-top: 0em;
    padding-bottom: 0.1em;
    border-bottom: .22rem solid #ff6c03;
    font-family: "just another hand", cursive;
    color: #ff6c03;
    font-weight: 600;
    font-size: 1.7em;
}

div { 
display: block; 
}


/* contacto */


.mapa img {
    margin-top: 2em;
    max-width: 100%;
    margin-bottom: 2em;
    
}

/* foro */

input, select {
  margin: 1em;
  width: 93%;
}
input[type="submit"] {
  width: 30%;
  margin: auto;
  background: #ff6c00;
  color: white;
  border: none;
  cursor: pointer;
  margin: 0em 1em;
}

.coment {
    margin: 0em 1em 1em 1em;
    border-left: 2px solid #CCC;
    padding: 0 20px 0 30px;
    background-color: #FFF;
    padding: 10px;
    font-size: 16px;
    border: 1px solid #CCC;
    line-height: 1.7;
    position: relative;
    text-decoration: none;
    
}

.replay {
    margin: 0em 1em 1em 4em;
    border-left: 2px solid #CCC;
    padding: 0 20px 0 30px;
    background-color: #FFF;
    padding: 10px;
    font-size: 16px;
    border: 1px solid #CCC;
    line-height: 1.7;
    position: relative;
    text-decoration: none;
}

.coment:before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #2c3e50;
    border: 3px solid #CCC;
    position: absolute;
    top: 10px;
    left: -40px
}

.coment:after {
    content: "";
    width: 0;
    height: 0;
    border-width: 8px;
    position: absolute;
    left: -17px;
    top: 10px
}


.titulop { 
    padding-bottom: .05em;
    padding-top: 1em;
    font-family: "just another hand", cursive;
    color: #ff6c03;
    font-size: 3em;
    text-align: center;
}


/* Actividades */
div {
  display: block;
}




.noticias {
    align-items: center;
    padding: 0;
    margin: 1em 1em;

}


article {
display: block; 
}


.noticias p {
    font-family: "roboto", sans-serif;
    font-weight: 500;
    font-size: 1em;
    margin-top: 0.1em;
}

.contenedora {
    max-width: 50rem;
    margin: auto;
}

section {
    padding-bottom: 2rem;
}

.equipo ol {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    flex-direction: column;
    
}

.equipo ol li {
    background-color: white;
    margin: .5em 0;
    padding: 1em;
    width: 100%;
    border-radius: .25em;
    display: flex;
    flex-direction: column;
}


.equipo ol li > *:not(p) {
    display: block;
    text-align:left;
    margin-top: 0.5em;
}



img {
    max-width: 100%;
    height: auto;
}
p {
    display: block;
    
}


/* footer */

footer {
    margin-top: 4em;
    background-color: #070710;
}

.navegar-menu {
    
    font-size: 0.8em;
    color: #ff6c00;
    margin: 2em;
    
}

footer h4 {
    font-family: "just another hand", cursive;
    color: #ff6c00;
    font-size: 2em;
    margin-bottom: 0.5em;
}

.creditos {
    margin-left: 2em;
    margin-right: 2em;
    text-align: left;
    font-family: 'roboto', sans-serif;
    color: white;
    font-size: 0.8em;
    padding-top: 1em;
    padding-bottom: 3em;
}






/* media */

@media (min-width: 900px) {
    
  .header li {
    float: left;
  }
  .header li a {
    padding: 20px 30px;
  }
  .header .menu {
    
    max-height: none;
  }
  .header .menu-icon {
    display: none;
  }


main {padding-top: 9.5em;
        
}
    
    .huerta {
    
    flex-direction: row;
        }
    
        .mapa { width:60%;
        margin: 2em;
    }
    
    h1 { 
        font-size: 120px;
    }
    
    .bienvenidos { 
    top: 20%;
    }
    
.contenedora {
    max-width: 100%;
    margin: 0.8em auto;
    padding: 1em;
    text-align: left;
    margin-left: 4em;
    margin-right: 4em;
    
}

.titulox {
    text-align: left;
    
}
    
.imagenescontenedor {
    max-width: 100%;
    flex-direction: row;
    
}
    
 .imagenescentrar {
    max-width: 30%;
    
}
    
 .mapa img {
    width: 100%;
    margin-left: 3em; 
    margin-right: 3em;
}
    
    
    
/* media actividades*/ 
    
    .act {
    flex-direction: row;
}
    
    .vecinos-murales{
    height:100%;
}

.noticias-wrap{
    height:100%;
}

.noticias{
    width:20%;
    padding-bottom: 2em;
    margin-left: 5em; 
    margin-right: 5em;
}
    
    
    
.contenedoraf{
    width: 90%;
    padding-bottom: 2em;
    margin-left: 5em; 
}
    
.contenedorac {
    width: 90%;
    padding-bottom: 2em;
    margin-left: 5em;   
}
    
.contenedorah {
    width: 90%;
    padding-bottom: 2em;
    margin-left: 5em; 
    
    
}
    

 .equipo ol {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: row;
}

.equipo ol li {
   
    width: 49%;
    
}
