.noticiatitulo{
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 1px;
    padding-bottom: 10px;
    color: red;
    background-color: yellow;
    font-size: 32px;
    line-height: 1;
    text-align: left;
    font-family: 'Oswald', sans-serif;
}

.hamburger{
    background:none;
    position:absolute;
    top:0;
    right:0;
    line-height:45px;
    padding:5px 15px 0px 15px;
    color:#999;
    border:0;
    font-size:1.4em;
    font-weight:bold;
    cursor:pointer;
    outline:none;
    z-index:10000000000000;
  }

*{
    box-sizing: border-box;
}
body{
    margin: 0;
    font-family: "Oswald", sans-serif;
    font-size: 12px;
}

#logo-img{
    max-height: 50%;
    max-width: 50%;
}

img{padding: 0.5em;
    max-width: 100%;
    display: block;
}
header nav{
    padding: 2%;
    background-color: #018d4d;
    color: white;
}
header nav #menu-boton{
    color: #FFFFFF;
    font-size: 35px;
    font-weight: 700;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0;
    padding: 15px;
}
header nav #logo{max-width: 15%;
    max-height: auto;    
}
ul{
    list-style: none;
    padding: 0;
}
footer{
    padding: 10px;
    background-color: #018d4d;
    color: white;
    text-align: center;
    line-height: 1;
    font-weight: 100;
    font-size: 12px;
}
#menu{
    display: none;
}
#menu ul{
    list-style: none;
    text-align: center;
    color: white;
    padding: 0px;
}
#menu ul li{
    padding: 5px 15px;
    background-color: #EF4136;
}
#menu ul li:hover{
    background-color: red;
    transition: .2s ease-in-out;
}
#menu ul li a{
    text-transform: uppercase;
    font-weight: 100;
    text-decoration: none;
    color: white;
    font-size: 16px;
}
#vivo{
    background-color: white;
    padding: 3px 0px;
    color: #00923F;
    /*se asigna la animacion creada en la linea 135*/
    animation: slide 20s linear infinite;
}
#vivo .vivo-texto{
    margin: 0px;
    font-size: 9px;
    overflow-x: auto;
}
#vivo .vivo-texto span{
    color: #EF4136;
    font-weight: 700;
}
#noticias{
    padding: 2em;
    padding-top: 0px;
}
#noticias h3{
    color: #EF4136;
    font-weight: 700;
}
#noticias .noticia{
    position: relative;
    margin-bottom: 15px;
}
#noticias .noticia .texto{
    position: absolute;
    bottom: 0;
    color: white;
    background-color: rgba(0,0,0,.5);
    padding: 5px 10px;
    margin-bottom: 0px;
}
#noticias .noticia .texto h5{
    margin: 0;
    font-size: 16px;
}
#noticias .noticia .texto p{
    font-size: 12px;
    line-height: 1.2;
    font-weight: 100;
}
.mapa-noticias .subtitulo{
    margin-bottom: 0px;
    color: #EF4136;
    font-weight: 700;
}
.mapa-noticias #noticias p{
    margin-top: 0px;
    color: #EF4136;
}
.mapa-noticias .intro{
    padding-left: 2em;
    color: #EF4136;
}
/*Ajustes del slider*/
.flexslider{
    margin-bottom: 20px;
    position: relative;
}
.flex-control-nav{
    bottom: 0;
}
.flex-control-paging li a{
    background-color: white;
}
.flex-control-paging li a.flex-active{
    background-color: #00923F;
}
/*Animacion del slide de texto - TORNEO OFICIAL*/
@keyframes slide {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(-100%, 0);
  }
}





/*PAGINA DE RESERVA TU CANCHA*/

#reserva .titulo{
    color: red;
    background-color: yellow;
    font-size: 32px;
    line-height: 1;
    text-align: left;
    padding: 30px;
    font-family: 'Oswald', sans-serif;
}
#reserva .titulo h1{
    margin: 0;
}
#reserva .caracteristicas{
    font-size: 10px;
    margin-left: 20px;
}
#botones{
    margin: 30px 0px;
    text-align: center;
}
#botones .boton{
    width: 40%;
    display: inline-block;
}
#botones .boton img{
    border-radius: 30px;
    background-color: #ececec;
}

/*PAGINA INTERNA DE RESERVA TU CANCHA*/

.interna-futbol #canchas .cancha{
    padding: 10px 40px;
    margin: 10px 0px;
    display: flex;
}
.interna-futbol #canchas .cancha img{
    display: inline;
    padding: 0;
    margin: 5px;
}

.reserva-cancha .info h4{
    margin: 0;
}
.interna-futbol #canchas .cancha .info{
    display: inline-block;
}
.interna-futbol #canchas .cancha .info h4{
    margin: 0;
}
.interna-futbol #canchas .cancha .info a{
    background: yellow;
    border: none;
    text-decoration: none;
    padding: 5px 10px;
    display: block;
    text-align: center;
}

.reservada img{
    filter: saturate(0);
}

.reserva-cancha{
    padding:20px;
    display:flex;
}
.reserva-cancha a{
    text-decoration: none;
    display: block;
    margin-top: 10px;
    padding: 5px 10px;
    background-color: yellow;
    text-align: center;
    cursor: pointer;
}
.reserva-cancha h4{
    margin-top: 0px;
}
.reserva-cancha form input{
    border:none;
    border-bottom: 1px solid black;
}

/*PAGINA DE CONTACTO*/
.contacto{
    margin: 20px;
}
.contacto form input, textarea{
    border: 3px solid green;
    margin: 5px 0px;
    padding: 5px 10px;
    border-radius: 5px;
    width: 100%;
}
.contacto form{
    text-align: left;
}
.contacto form #submit{
    display: block;
    margin: 0 auto;
    background-color: green;
    color: white;
    padding: 5px 10px;
    border: none;
    float: left;
    margin-bottom: 20px;
}
.contacto .redes-sociales{
    text-align: center;
}
.contacto .redes-sociales li{
    display: inline-block;
    margin: 0px 10px;
}

.mapa .info p{
    font-size: 16px;
    color: red;
    margin-top: 0px;
}
.mapa img{
    margin: 0 auto;
}

/*PAGINA DE NOSOTROS*/
.titulo-nosotros{
    color: yellow;
    background-color: red;
    font-size: 32px;
    line-height: 1;
    text-align: left;
    padding: 20px;
    font-family: 'Oswald', sans-serif;
}
.titulo-nosotros h1{
    margin: 0;
}
.nosotros{
    margin: 20px;
    text-align: center;
}
.boton-historia{
    padding: 10px 15px;
    background-color: yellow;
    text-decoration: none;
    margin-top: 20px;
    display: block;
    font-size: 16px;
}
.volver{
    padding: 10px 15px;
    background-color: yellow;
    text-decoration: none;
    margin-top: 20px;
    display: block;
    font-size: 16px;
    text-align: center;   
}


/*MEDIA QUERYS PARA RESPONSIVE*/
@media screen and (min-width: 768px){
    #botones .boton{
        width: 22%;
        display: inline-block;
    }
}




main .noticia{margin: 0 0 0 0; 
              padding: 0 1em 0 1em;
 
}

.sub{margin: 0;
     padding: 1em 0.5em 0.5em 0.5em;}

.bajada{margin: 0.5em 0 1em 0;
     padding: 0 0.5em 0.5em 0.5em;}

#ver{
    text-decoration: none;
    background: #018d4d;
    padding: 0.5em 1em 0.5em 1em ;
    border-radius: 0.5em;
    font-weight: 600;
    font-size: 1em;
    color: white}

main .noticia{margin:0 2em 2em 2em ;
         padding: 0 0 0 0}


















/* -----------
* {
    box-sizing: border-box;
}

body {
    background-color:white;
    margin: 0;
    font-family: "roboto", sans-serif;
    justify-content:space-around;
    padding: 2em
}

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

header {
    margin: 0em 0em 0em 0em;
}

header nav {
    display:flex;
    flex-direction: row;
    justify-content:space-between;
    align-items: flex-end;
    font-size: 0.01em;
    padding: 1em;
    margin: 0 0 0 0;
    box-shadow: 0 2px 0px 0px #00923F;
}
#menu{
      width: 25%;
      height: auto}

#logo {
    width:100%;
    height: auto;
    margin: 0 0 0 0
}
#perfil {box-sizing: border-box;
    display: flex;
    align-items: flex-end;
    list-style: none;
    width: 25%;
    height: auto;
    padding: 0em 0em 0em 0em;
    margin: 0 0 0 0
} 

nav ul li img 
    {width: 20px;
    height: 20px;
    margin: 0 0 0 0 ;
    padding: 0 0 0.5em
}

toggle{width: 20%;
height: auto}


/* ----------- main
main{display: flex;
    align-items: center;
    margin: 0em 0em 1em 0em;
    padding-top: 1.5em
}
main img{height: auto;
   width: 100%}

/* ----------- Aside 

aside {display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #00923F;
    margin: 0;
    padding: 1em;}

aside h1 {color:white;
          text-transform: uppercase;
          font-family: monserrat, sans-serif;
}

aside a{list-style: none;
    text-decoration: inherit;
    color: white;
    background-color: orange;
    border-radius: 50px;
    margin: 1em 1em 1em 1em ;
    padding: 1em
}

}
aside img {box-sizing: border-box;
    margin: 0 0 0 0;
    padding: 0 0 0 0
}



/* ----------- footer ----------- 

footer p{margin-top: 1em;
         font-family: monserrat, sans-serif;
         font-size: 9pt;
         color:  #00923F;
         text-align: justify;
         font-weight: normal}
*/


