@import url('https://fonts.googleapis.com/css?family=Fira+Sans:400,700&display=swap')
*{
    margin: 0;
    padding: 0;
    border: 0;
    box-sizing: border-box;}
/* general */
p {margin-left: 1.3em;
   margin-top: .8em;
   margin-right: 1.3em}
h1 {color: #ffffff;}
h2 {color: #ffffff;}
h3 {color: white;}
h4 {color: #ffffff}

li {list-style: none}

a {text-decoration:none}

img {
    /* para que una imagen nunca sea mayor que la caja que la contiene */
    max-width: 100%;
    height: auto;
}


.deportes{ margin-top: 5em;
            color: cadetblue;
            display: flex;
            justify-content: center
        
}


.cuerpo {
    background-color: #ffffff;color:black;;
   
    }
ul li a:hover{
       cursor: pointer;
      
        background-color: #0d5c43}

body { display: flex;
    
       flex-direction: column;
       font-family: "Avenir Next", "Avenir", sans-serif;
       background-color:rgb:white;
       height: 100vh;
       justify-content: space-between;
       padding: inherit;
       margin: inherit;

  
   
}
#titulo { font-weight: 700;
            font-size: 1rem;
           color: #128662
            }  
/* cabezera y menu*/

header {
     
    /*menu estatico
    position:fixed*/
    
     width: 100%;
     background-color:#F2F2F2; 
     display: flex;
     justify-content:space-between;
     text-align:center;
    
    }



#boton-menu { 
      display: none;}


header label {
       

       display: none;
       width: 40px;
       height: 40px;
       padding: :0px;
       margin-left: 8px;
        }

header label:hover{
       cursor: pointer;
       background-color: #cccccc;}

.menu ul { 
  
       margin: 0;
       list-style: none;
       padding: 0;
       display: flex;
       justify-content: space-around;
     
}


.menu .submenu {
    text-decoration:underline;
    font-size: .8rem;
 display: none;

}
    
.menu ul li:hover .submenu{display: flex;
flex-direction: column;
}

.menu li:hover {
       background-color: white;
}

.menu li{ flex-grow: 1;
          text-align:center;}


.menu li a {
       display: block;
       padding: 10px 15px;  
       color: white;
       text-decoration: none;
       background-color: #128662;
}




.logo {width: 28px;
       margin-right: 6px;
       margin-top: 3px}
       


/* despliegue menu*/ 

nav ul li ul {display:flex; flex-direction: row;
            position: absolute; z-index: 990
            }
00egundo{position: absolute; top:50px; background-color: darkcyan; z-index: 200
;
}


/* finnnn  cabezera y menu*/

 /* botones*/
.banner { display: flex;
    align-content: center;
    justify-content: center;}
#titulov {color: #128662;}

.sarmiento{ 
       
        background-color:#e2e2e2;
        display: flex;
        flex-direction: column;
        text-decoration: none;
     
        padding-top: 1.5em;
        padding-left: 1.5em;
        padding-right: .5em;
        padding-bottom: 2em;
        margin-top: ;
        margin-left: -2.5em;
       
        margin-bottom: 1em;
       
        box-shadow: 2px 10px 5px -2px rgba(0,0,0,0.38);
        box-shadow: 2px 10px 5px -2px rgba(0,0,0,0.38);
        box-shadow: 2px 10px 5px -2px rgba(0,0,0,0.38);
        color: black;
        } 

.linea {
    margin-top: 50px; border-bottom: #128662 4px solid;
    border-radius: 0px; 
}
 
.marco {width: 300px; display: flex;
        
        flex-direction: column;align-items: center}
.margen {margin-top: 4em;}      
    
    /* dentro sarmiento*/



         
        




.botones{
    color: white;background-color: #128662;
       display: flex;
    align-items: center;
    justify-content: center;
        padding-top: .5em;
        padding-left: .5em;
        padding-right: .5em;
        padding-bottom: .5em;
        margin-top: 1em;
        margin-left: -2.5em;
       height: 20px;
       width: 150px;
       align-content: center;
        margin-bottom: 1em;
        border-radius: 49px 49px 49px 49px;
        border-radius: 49px 49px 49px 49px;
        border-radius: 49px 49px 49px 49px;
        border: 0px none #000000;
        box-shadow: 2px 10px 5px -2px rgba(0,0,0,0.38);
        box-shadow: 2px 10px 5px -2px rgba(0,0,0,0.38);
        box-shadow: 2px 10px 5px -2px rgba(0,0,0,0.38);
       }
             







/* modificacion de los logos*/
.logo2 { width:25px;
        height: 25px;
        margin-top:1.3em;
        margin-right:.5em;
        margin-left: 1em;
          margin-bottom: 2em;}   
.logobalon { width: 35px;
        height: 35px;
        margin-top:.8em;
        margin-right:.5em;
        margin-left: 1em;}   
.logoficha { width: 25px;
        height: 25px;
        margin-top:.3em;
        margin-right:.5em;
         margin-left: 1em;}   
.logomenu{ height: 18px;
           margin-left: 4px;
           margin-right: 5px;}
.logosubmenu{height: 15px;
           margin-left: 4px;
           margin-right: 5px;
               }



footer {
     display: flex;
    flex-direction: column;
    align-items: center;
    background-color: black;
    font-size: 8pt;
    min-width: 100%;
    text-shadow:rgba(21, 16, 16, 0.79);
 
    color: white;
   ;}

.promo {display: flex;
    background-color: #148360;
    justify-content: center;
    align-content:center;
    align-items: flex-end;
    padding: 5px
        
    ;
}

.explorar  {
   
   
   
   margin-right:50%;
    cursor: pointer;
    display: flex;
    padding: 15px;
    position: fixed;
    bottom: 1rem;
    right: 1rem;
 }




    
    
   
/* actividades deportivas*/


    #deportes {display: flex;
               justify-content: center;
                color: #128662}

/* No va
.sarmientodeportes{ 
      
        background-color:rgb(9, 38, 82);
        display: flex;
        flex-direction: column;
        text-decoration: none;
        font-size: 1.2em;
        ;
     
        background-image: url(imagenes/fondob.png) ;
        background-repeat: no-repeat;
        background-position: center;
        padding-top: 1.5em;
        padding-left: 1.5em;
        padding-right: .5em;
        padding-bottom: 0em;
        margin-top: 1em;
        margin-left: -2.5em;
       
        margin-bottom: 0em;

        box-shadow: 2px 10px 5px -2px rgba(0,0,0,0.38);
        box-shadow: 2px 10px 5px -2px rgba(0,0,0,0.38);
        box-shadow: 2px 10px 5px -2px rgba(0,0,0,0.38);
        color: rgba(57, 188, 138, 0.89)
        } */

.demo {    display: flex;
        padding-top: 0em;
        padding-bottom: 1em;
        margin-top: 0em;
        ;background-color: #ffffff;
        
   }

.slider { }


.lineacuatro {display: flex;
        flex-direction: row;
        justify-content: space-between}

.futboldeportes{display: flex;
        flex-direction:;
        height: 6em;
        width: 45%;
        align-items: center;
        justify-content: center;
        background-color: #39BC88;
        background-image: url(imagenes/fondo2.png) ;
        background-repeat: no-repeat;
        background-position: center;
        padding-top: .5em;
        padding-left: .5em;
        padding-right: .5em;
        padding-bottom: .5em;
        margin-top: 1em;
        margin-left: 0em;
       
        margin-bottom: 1em;
        border-radius: 0px 49px 49px 0px;
        border-radius: 0px 49px 49px 0px;
        border-radius: 0px 49px 49px 0px;
        border: 0px none #000000;
        box-shadow: 2px 10px 5px -2px rgba(0,0,0,0.38);
        box-shadow: 2px 10px 5px -2px rgba(0,0,0,0.38);
        box-shadow: 2px 10px 5px -2px rgba(0,0,0,0.38);
       }
           
.logobalondeportes { width: 35px;
        height: 35px;
        
        margin-right:.5em;
        margin-left: 1em;}   

.basquetdeportes{display: flex;
        flex-direction:;
        height: 6em;
        width: 45%;
        align-items: center;
        justify-content: center;
        background-color: #39BC88;
        background-image: url(imagenes/basquetcompu.jpg) ;
        background-repeat: no-repeat;
        background-position: center;
        padding-top: .5em;
        padding-left: .5em;
        padding-right: .5em;
        padding-bottom: .5em;
        margin-top: 0em;
        margin-left: 0em;
       
        margin-bottom: 1em;
        border-radius: 0px 49px 49px 0px;
        border-radius: 0px 49px 49px 0px;
        border-radius: 0px 49px 49px 0px;
        border: 0px none #000000;
        box-shadow: 2px 10px 5px -2px rgba(0,0,0,0.38);
        box-shadow: 2px 10px 5px -2px rgba(0,0,0,0.38);
        box-shadow: 2px 10px 5px -2px rgba(0,0,0,0.38);
       } 


.patindeportes{display: flex;

        flex-direction:;
        height: 6em;
        width: 45%;
        align-items: center;
        justify-content: center;
        background-color: #39BC88;
        background-image: url(imagenes/patinbotonc.png) ;
        background-repeat: no-repeat;
        background-position: center;
        padding-top: .5em;
        padding-left: .5em;
        padding-right: .5em;
        padding-bottom: .5em;
        margin-top: 0em;
        margin-left: 0em;
       
        margin-bottom: 1em;
        border-radius: 49px 0px 0px 49px;
        border-radius: 49px 0px 0px 49px;
        border-radius: 49px 0px 0px 49px;
        border: 0px none #000000;
        box-shadow: 2px 10px 5px -2px rgba(0,0,0,0.38);
        box-shadow: 2px 10px 5px -2px rgba(0,0,0,0.38);
        box-shadow: 2px 10px 5px -2px rgba(0,0,0,0.38);
       } 
.taekwondodeportes{display: flex;

        flex-direction:;
        height: 6em;
        width: 45%;
        align-items: center;
        justify-content: center;
        background-color: #39BC88;
        background-image: url(imagenes/taekwondofondo.png) ;
        background-repeat: no-repeat;
        background-position: center;
        padding-top: .5em;
        padding-left: .5em;
        padding-right: .5em;
        padding-bottom: .5em;
        margin-top: 1em;
        margin-left: 0em;
       
        margin-bottom: 1em;
        border-radius: 49px 0px 0px 49px;
        border-radius: 49px 0px 0px 49px;
        border-radius: 49px 0px 0px 49px;
        border: 0px none #000000;
        box-shadow: 2px 10px 5px -2px rgba(0,0,0,0.38);
        box-shadow: 2px 10px 5px -2px rgba(0,0,0,0.38);
        box-shadow: 2px 10px 5px -2px rgba(0,0,0,0.38);
       } 

.volleydeportes{display: flex;
        flex-direction:;
        height: 6em;
        width: 45%;
        align-items: center;
        justify-content: center;
        background-color: #39BC88;
        background-image: url(imagenes/volleydeportes.png) ;
        background-repeat: no-repeat;
        background-position: center;
        padding-top: .5em;
        padding-left: .5em;
        padding-right: .5em;
        padding-bottom: .5em;
        margin-top: 0em;
        margin-left: 0em;
       
        margin-bottom: 1em;
        border-radius: 0px 49px 49px 0px;
        border-radius: 0px 49px 49px 0px;
        border-radius: 0px 49px 49px 0px;
        border: 0px none #000000;
        box-shadow: 2px 10px 5px -2px rgba(0,0,0,0.38);
        box-shadow: 2px 10px 5px -2px rgba(0,0,0,0.38);
        box-shadow: 2px 10px 5px -2px rgba(0,0,0,0.38);
       } 

.nataciondeportes{display: flex;
        flex-direction:;
        height: 6em;
        width: 45%;
        align-items: center;
        justify-content: center;
        background-color: #39BC88;
        background-image: url(imagenes/natacioncompu.jpg) ;
        background-repeat: no-repeat;
        background-position: center;
        padding-top: .5em;
        padding-left: .5em;
        padding-right: .5em;
        padding-bottom: .5em;
        margin-top: 0em;
        margin-left: 0em;
       
        margin-bottom: 1em;
        border-radius: 49px 0px 0px 49px;
        border-radius: 49px 0px 0px 49px;
        border-radius: 49px 0px 0px 49px;
        border: 0px none #000000;
        box-shadow: 2px 10px 5px -2px rgba(0,0,0,0.38);
        box-shadow: 2px 10px 5px -2px rgba(0,0,0,0.38);
        box-shadow: 2px 10px 5px -2px rgba(0,0,0,0.38);
       } 
.volleydeportes  :hover{
                        background-color: aqua}


.nataciondeportes :hover{ 
                            background-color: #d49e55}

.lineados {display: flex;
            justify-content: space-between;
            padding-top: 2em}

.lineatres {display: flex;
            justify-content: space-between;
            padding-bottom: 2em}

.actividades {background-color: #e3e3e3}


/* FIN DE actividades deportivas*/


/* INICIO NOTICIAS*/
#noticiastitulos{
                 color: #a7a7a7;
                margin-top: 1.5em; 
                margin-bottom: 0em;
                padding-left: em;
                padding-bottom: .5em;
                font-family: "Avenir Next", "Avenir", sans-serif;
                font-size: 1.5em;
                }
.botonnoticia {
                 color: #ffffff;}

.galeria {
    padding-bottom: 0 em;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    transition: all 1s ease;
}

.noticiastitulos{ display: flex;
                    justify-content:center;
                    background-color: #ffffff;
                    border-bottom: #128662 4px solid;
                    border-radius: 0px;
                    width: 94%}

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

.fondodestacado {
    background-color: rgba(0, 139, 139, 0.5);
}

.galeria h3 {
    width: 100%;
    padding: 0em;
}

.galeria figure {
    position: relative;
    overflow: hidden;
    flex-grow: 1;
}

section .galeria fila{margin-right: 5em;
                      padding-left: 5em;
                        background-color: #ffffff}

.galeria img { display: block; }

.galeria figcaption {
    background-color: rgba(0,0,0,.5);
    border: solid 2px rgba(0,0,0,0);
    border-radius: 0 0 0 0;
    color: white;
    padding: .5em;
    margin: .5em;
    margin-bottom: 1em;
    line-height: 1.25em;
    position: absolute;
    height: 100%;
    top: calc(100% - 4.6em);
    left: 0;
    right: 0;
    transition: all .5s ease;
    
    
}

.galeria figure:hover figcaption {
    background-color: rgba(36, 46, 26, 0.54);
    background: linear-gradient(to bottom,rgba(36, 46, 26, 0.30),rgb(36, 46, 26, 1));
    border: solid 0px rgba(100,50,0,.6);
    border-radius:0;
    padding: .5em;
    margin: .5em;
    text-align:left;
    top: 30%;
    left: 0em;
    right: 0em;
    transition: all .3s ease-out;
}

.galeria figcaption span {
    display: block;
    font-size: .75em;
    color: #ddd;
}

#notideportes{
                color: #6fad53;
                padding-bottom: 1em}

.galeria figure:hover #notideportes{
                color: #f7bf26;
                }



figcaption {padding-bottom: 1em
            }
.borde{ display: flex;
        flex-direction: row;
        padding-right: 0em;}

.fila {background-color: #ffffff;
        margin-top: 0em;}


.bannervideo{min-height: 10%;
                padding-bottom: 0em;
                margin-bottom: 0em;
                
                }

video{max-width: 100%;
      padding-bottom: 0em;
      margin-bottom: 0em;
      border-bottom: 0px;}

#leermas::after { 
  content: "»";
    color: blue;}

/* .leermas{
        display: inline-block;
        position: relative;
        top: 10em;
        right: 16.1em;
        padding-left: .5em;
         padding-bottom: .5em} */

/* FIN NOTICIAS*/


/* CONTACTO*/

#consultas{color: #747474;
            padding: 0em;
            margin-bottom: 0em;}

.escribinos{display: flex;
            padding: 1em;
            justify-content: center}

.logotelefono { width: 35px;
        height: 35px;
        margin-top:.8em;
        margin-right: 0em;
        margin-left: 0em;} 

.datos{background-color: #dbdbdb;
       padding-bottom: 1em;
        padding-top: 2em;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-content: center;
        text-align: center;}

.etiqueta {
    display: inline-block;
    text-align: right;
    width: 15%;
    padding-right: .5em;
    margin-bottom: 0em;
    padding: .25em;
}

.campo { 
    display: inline-block;
    width: 60%;
    margin-bottom: 0em;
    padding: .3em;
    font: 400 13.3333px Arial;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(169, 169, 169);
    
}


:required {
    background-color: #e8e8e8;
    color: #454545
}

.largo { display: inline-block;
        width: 50%;
        margin-bottom: 1em;
        padding: .5em;
        height: 6em;}
    

textarea {-webkit-writing-mode: horizontal-tb !important;
    text-rendering: auto;
    color: initial;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    text-align: start;
    -webkit-appearance: textarea;
    background-color: white;
    -webkit-rtl-ordering: logical;
    flex-direction: column;
    resize: auto;
    cursor: text;
    white-space: pre-wrap;
    overflow-wrap: break-word;
    margin: 0em;
    font: 400 13.3333px Arial;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(169, 169, 169);
    border-image: initial;
    padding: 2px;
    width: 70%;}



.consultas {display: flex;
            flex-direction: column;
            justify-content: center;
            text-align: center;
            align-items: center}





/* FIN CONTACTO*/


/* AUTORIDADES*/

.contenedor{
        
        border: #ffffff 1px solid;
        margin: .5em;
        margin-left: .5em;}

.lateral{
        width: 50%;  /*Este será el ancho que tendrá tu columna*/
        background-color: #128662;  /*Aquí pon el color del fondo que quieras para este lateral*/
        color:#ffffff;
        display: flex;
        flex-wrap: wrap;
        }

.principal{
           width: 50%;  /*Este será el ancho que tendrá tu columna*/
            background-color: #ffffff;
           color:#000000;
           display: flex;
           flex-direction: column;
            flex-wrap: wrap;
           align-content: flex-end;
           justify-content: flex-end;}




/* FIN AUTORIDADES*/

/* Galería*/

.filasolapas{margin-top: 2em;
             
            bottom: 9em}

.centrartitulo {position: ;
                bottom: 9em}

.blanco {margin-top: 16em}





/* FIN GALERÍA*/
 
/* RUEDAN Y FESTEJAN */

#noticiaspatin{color: #128662;
               margin-left: 1em}

#ruedanyfestejan{color: #000000;
                font-size: 2.4em;
                margin-left: .3em;
                margin-bottom: 0em}

.fotoruedan {
                margin-left: .4em;
                margin-right: .4em;
                margin-top: 0em;
                padding-right: 0em}

.fecharueda {display: flex;
            flex-direction: row;
            font-size: 0.9em;
            font-weight: 400;
            }

.calendario {display: flex;
            width: 1em;
            height: 1em;
            margin-left: 1em;
            }

.epigrafe {color: #128662;
           font-size: 0.9em;
            }

.parrafo {color: #000000;
           font-size: 0.9em;
            font-weight: 400;}

#negrita {font-weight: 700;}

.epigrafe2 {color: #128662;
           font-size: 1.5em;
            margin: .7em;
            margin-top: 1em;}

  .borde2{display: flex;

           border-bottom: #cccccc 1px solid;
          
            padding-top: .5em;
            padding-bottom: 0em;
            padding-right: 0em;
         
            background-color: rgba(240, 240, 240, 0)}



/* FIN RUEDAN Y FESTEJAN */


/* PANTALLA CELU */

@media (max-width:768px) {
    .explorar{margin-right: 0;}
    .sarmiento{margin-top: 3.5em}
    header label {
        display: block;
        padding-top: .5em;
    }
    .menu {
         position: absolute;
          background-color:#39BC88;
         width: 70%;
        height: 100%;
        margin-left: -80%; 
        transition: all 0.5s;
        z-index: 999;
        
    }
   header {
       position: relative;
       z-index: 9999;
    }
    .menu ul { flex-direction: column;}
    .menu li:hover {
        background-color: #39BC88;}
    
    #boton-menu:checked ~ .menu{ margin: 0;}

    
  
    
    .menu .submenu {

 display: flex;
position: relative;
}

     .submenu {
        background-color: rgb(14, 55, 118);
        color: #39BC88;}
    
    .menu .submenu a{
        background-color: #F2F2F2;
        color: #128662;}
    .menu .submenu a:hover{ background-color: #cecece}
    nav ul li ul {
        position: static; 
    
    
  
    }
    
 
    .volleydeportes {background-image: url(imagenes/volleycelu.jpg) ;}   
    .basquetdeportes {background-image: url(imagenes/basquetboton.png) ;} 
    .futboldeportes {background-image: url(imagenes/graderia.png) ;}
    .nataciondeportes {background-image: url(imagenes/natacioncelu.jpg) ;}

    
    figure{width: 90%;
        padding: .5em;
        padding-bottom: 0em;
        margin-bottom: 1.5em;
        margin-top: 0em;
        
        }
    figure img { }
    .borde{display: flex;

           border-bottom: #cccccc 1px solid;
           padding: .2em;
            padding-top: .7em;
            padding-bottom: 0em;
            padding-right: 0em;
            margin-left: .7em;
            margin-right: .7em;
            background-color: rgba(240, 240, 240, 0)}


}

@media (min-width:720px) 
                        {                           
                            body{background-color: #ffffff
                            }

                            main{position: relative;
                                 left: 25%;
                                 width: 50%;
                                 background-color: white}

                          

                            .demo{width: 50%;
                                    position: relative;
                                    left: 17%;}
}

