*{
    font-family: 'Roboto', sans-serif;
    list-style: none;
    text-decoration: none;
}

/*asistencia*/
.paquete h2{
    color: white;
    font-weight: 700;
    margin-bottom: 0;
    padding-left: 0;
}
.paquete{
    background-color: rgba(121,177,181,0.8);
    border-radius:.5em;
    margin: 1em;
    padding: .8em;
    max-width: 1000px;
    display: flex;
    align-content: center;
    
}
.paquete p{
    color: #336464;
    padding: 0;
    margin: 0;
}
.reto h6{
    color: white;
    padding: 0;
    margin: 0;
    font-weight: 700;
}

label {
    display: block;
    margin-left: 1em;
    margin-right: 1em;
    margin-bottom: 1em;
}
  .boton-personalizado{
    text-decoration: none;
    padding: 10px;
    font-weight: 600;
    font-size: 20px;
    color: darkcyan;
    font-weight: 700;
    background-color: white;
    border-radius: 6px;
    border: 2px solid darkcyan;
  }
  .boton-personalizado:hover{
    color: white;
    background-color: darkcyan;
}
.hide{
  display: none;
}


html.form{
  background-color: #a1ede7;
}
#us{
    display: flex;
    justify-content: center;
    margin: auto;
    padding-top: 2em;
    padding-bottom: 2em;
    width: auto;
 
 
}
.etiqueta {
    display: inline-block;
    text-align: right;
    width: 40%;
    padding-left: .5em;
    padding: .25em;
    color: white;
    font-family: 'Raleway', sans-serif;
}

.clubtitulo{
    
}
.campo {
    display: inline-block;
    width: 69%;
    margin-bottom: 1em;
    padding: .5em;
    display: flex;
    justify-content: center;
    margin: auto;
    }
button{
    align-content: center;
    display: flex;
    justify-content: center;
    margin: auto;
    margin-top: 3em;
    margin-bottom: 3em;

}
h1{
    font-family: 'Raleway', sans-serif;
    font-size: 1.5em;
    color: darkblue;
    text-align: center;
    justify-content: center;
    display: flex;
    margin: auto;
    padding-bottom: 1em;
    
}
.registro{
  color: white;
    font-family: 'Raleway', sans-serif;
    font-size: 80%;
     display: flex;
    justify-content: center;
    width: 50%;
    margin: auto;
}

 /*calendario*/
 div#body{
	margin:.4em;
	width:97%;
	min-height:50px;
	overflow: hidden;
     border-radius: 1em;
     box-shadow: 0 5px 15px rgba(32, 56, 56, 0.47);
}

 div#body h5{
font-size: 1em;
}

div.subapartado{
	
	background-color: (255, 255, 255, 0);
	-webkit-transiton: height 0.2s;
}

div#titulo1{
	background-image: linear-gradient(to right, rgba(26, 26, 113, 0.85), rgba(46, 46, 188, 0.77));
	overflow: hidden;
    color: white;
}

div#titulo2{
	background-image: linear-gradient(to right, rgba(16, 123, 229, 0.85), rgba(82, 151, 244, 0.82));
	overflow: hidden;
    color: white;
}

div#titulo3{
    background-image: linear-gradient(to right,  rgba(30, 30, 227, 0.81), rgba(78, 83, 203, 0.81));
	overflow: hidden;
    color: white;
}

div.info{
	    width: 931px;
        font-size: 1.5em;
	height:0px;
	background-color:rgba(12, 140, 157, 0.22);
	overflow: hidden;
	-webkit-transition: height 0.5s;
}

.info h4{
    font-size: .8em
    
}
p.info{
	color:#4f4f4f;
    font-size: .7em;
}
img#calendario{
    width: 100%;
    height: auto;
    margin: auto;
    display: flex;
    justify-content: center;
    align-content: center;
}
div.subapartado:hover div.info{

	height:190px;

}

/*calendario*/


@media (max-width: 768px) {
  header label {
    display: block;
      
    padding-top: 16px;
    padding-right: 16px;
    transition: all 0.4s ease;
  }
  
  .menu {
    position: absolute;
    top: 64px;
    left: 0;
    width: 70%;
    transform: translateX(-100%);
    transition: all 0.3s;
         z-index: 9999;
  }
  
  .menu ul {
    flex-direction: column;
    //display: block;
   
  }
  
  .menu ul li:hover ul {
    display: none;
    position: static;
  }
  
  .menu a i {
    position: absolute;
    right: 16px;
    line-height: 32px;
  }
  
  #btn-menu:checked ~ .menu {
    transform: translateX(0%);
  }
  
}

/*participacion*/
.graciasfondo {
        min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: rgba(121, 177, 181, 0.5);
    min-width: 100%;
    
    }

img.logogracias{
   margin-top: .5em;
    width: 18%;
}
.gracias{
    width: 70%;
    height: auto;
    
}
.entendido{
    background-color: white;
    color: darkcyan;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    border-radius: 1em;
    padding: .5em;
    margin: 1em;
}
/*fin*/
footer {
    font-family: 'Monserrat' , sans-serif;
    background-image: linear-gradient(to right, rgba(26, 26, 113, 0.85), rgba(59, 121, 167, 0.85));
    padding-bottom: 1em;
}
footer h3{
    color: white;
    padding-left: .5em;
}

#my-video{
    width:100%;
height: auto
}
/*tipos*/
.entreviste{
    color: darkcyan;
    font-size: 1.5em;
    margin-bottom: .5em;
    padding: .5em;
    margin-left: .5em;
    margin-right: .5em;
    height: auto
}
h1{
    font-size: 1em;
    margin: auto;
    text-align: center;
    padding: .5em;
    color: darkblue;
    padding-bottom: 0;
     box-shadow: 0 3px 10px rgba(32, 56, 56, 0.22);
}
h2{
    color: darkblue;
    padding-left:.5em;
    
}
h3{
    font-family: 'Montserrat', sans-serif;
    font-size: 1.4em;
    padding: 0.5em;
    padding-left: 1em;
    color: darkblue;
}
h4{
    font-size:1em;
    color: darkcyan;
    margin:.5em;

}
h5{
    font-family: 'Montserrat', sans-serif;
    color: white;
    padding:.5em;
    margin: .2em;
    font-size: .3em;
}
h6{
    color: #296172;
    margin:.5em;
    padding: .5em;
    font-size: 1.5em;
}
h7{
    font-size: 1.3em;
    color: darkblue;
    font-weight: 500;
    width: 100%
}
h9{
    display: flex;
    margin: .5em;
    padding: 5em;
    font-size: 1.5em;
    text-align: right;
   font-weight: bold;
    list-style-type: none;
    color: black;
    text-transform: uppercase;
    letter-spacing: .1em;
    font-size: 1.1em;
}
h11 {
    display: flex;
        margin-left: 5em;
    font-size: 1.5em;
   font-weight: bold;
    justify-content: space-between;
    list-style-type: none;
    color: black;
    text-transform: uppercase;
    letter-spacing: .1em;
    font-size: 1.1em;
    @media screen and (max-width: 600px) {

    float: none;
    width: 100%;
}
            }
h12{
       display: flex;
    align-items: center;
    align-content: center;
    flex-direction: column;
    /* padding-bottom: 10em; */
    text-decoration: none;
    margin-bottom: 1em;
    color: black;
    font-weight: bolder;
    font-size: 1.5em;
    padding: .50rem;
    text-align: center;
}

h28{     padding-left: 1.5em;
    font-weight: bold;
    font-size: 1.3em;
         
}
p{
    margin:.5em;
    color: #0d5f5f;
}
.pd {
     font-family: 'Montserrat', sans-serif;
    color: white;
    padding-left: 1em;
    margin: .2em;
    font-size: .8em;
}

p.del{
    font-size:1em;
}

.fecha{
    font-size: 1.2em;
}
.textos {
   
     padding: 1em;
    max-width: 40em;
    margin-left: auto;
    margin-right: auto;
    }

.textos h3{
    padding: .5em;
    margin: 0;
    color:#125965;
}
.texoh2{
    color: darkcyan;
    padding: 0;
    margin: 0;
    font-size: 1.5em;
}
.1 a{
    text-decoration-color: cadetblue;
   font-family: 'Raleway', sans-serif;
    font-weight: 700;
}
/*fin*/

#main {
    transition: margin-left .5s;
    overflow:hidden;
    width:100%;
}

main #foto1 {
    width: 100%;
}

/* votacion*/
.galeria2 {
    padding-bottom: 1em;
    background-color: rgba(121,177,181,0.8);
    max-width: 98em;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-wrap: wrap;
}
.galeria2 h3 {
    font-family: 'Montserrat', sans-serif;
    width: 100%;
    font-size: 1em;
    padding-left: 1em;
    color: white;  
}
.galeria2 figure {
    margin-bottom: 0em;
    background-color: rgba(121,177,181,0.8);
    max-width: 98em;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-wrap: wrap;
     padding-bottom: .5em;
}
@media screen and (max-height: 450px) {
    .galeria2 figure {
        width: 40%;
        height: 40%;
        display: block;
        justify-content: center;
        flex-wrap: wrap;
        width: 100%;
        text-align: center;
        padding: 1em;
        
    }
}
/*fin*/

/*NOTICIAS*/
.galeriadelfina{
     padding: .5em;
     display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.galeriadelfina figure{
    height: 100%;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    position: relative;
    overflow: hidden;
    flex-grow: 1;
    transition: all 1s ease;
}
.galeriadelfina figcaption{
    background-color: rgba(245, 255, 255, 0.51);
    color: white;
    font-weight: bold;
    padding: .5em;
    font-family: 'Roboto', sans-serif;
    position: absolute;
    top: calc(100% - 2.2em);
    height: 100%;
    left: 0;
    right: 0;
    transition: all .5s ease;
}
.galeriadelfina figcaption span{
    display: block;
    font-size: .7em;
    color: #e5e2e2;
    font-family: 'Montserrat', sans-serif;
    
}
.galeriadelfina figure:hover figcaption {
    background-color:rgba(157, 160, 160, 0.6);
    padding: 1em;
    text-align: left;
    top: calc(100% - 8em);
    transition: all .3s ease-out;
}
.galeriadelfina figcaption span a{
    display: block;
    font-size: .7em;
    color: rgb(138, 198, 203);
    
}
.imgperfil{
    border-radius: 50%
}
/*FIN*/

/*imagen jugadoras*/
#pedidojugadoras{
     display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-top: .8em;
    margin-bottom: .8em;
    width: 100%;
    height: auto;
}

#mainchat{
    padding-bottom: 2em;
    background-color: rgba(121,177,181,0.8);
    max-width: 98em;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-wrap: wrap;
    
}

.sectioninicio3 {
    background-color: rgba(204, 230, 232, 0.5);
    
    display: flex;
    /* margin-bottom: 38em; */
    flex-direction: column;
    align-items: center;
    width: 85vw;
    max-width: 518px;
    top: 6em;
    padding: 2em;
    box-shadow: 
}
.maina {
    min-width: 100%;
    display: flex;
    padding-top: 2em;
    padding-bottom: 2em;
    flex-direction: column;
    align-items: center;

}
body .contenedor-page {
    width: 100%;
    padding: 1em;
    margin: auto;
    animation: show .2s;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
}
.mensajes1 {
       display: flex;
    flex-direction: column;
    width: 50%;
    margin-bottom: .8em;
    margin-top: 0em;
    margin-left: oem;
    border-radius: 10px;
    background-color: rgba(247, 215, 215, 0.78);
    font-size: .8em;
    padding: 0em;
}
.mensajes1 h5 {
    display: flex;
    text-align: left;
    font-weight: bolder;
    color: black;
    padding: .0em 0em .0em .6em;
    font-size: 1.2em;
    margin-bottom: 0.5em;
}
.mensajes3 h5 {
    display: flex;
    text-align: left;
    font-weight: bolder;
    color: #005399;
    padding: .0em 0em .0em .6em;
    font-size: 1.2em;
    margin-bottom: 0.5em;
}
.mensajes1 h4 {
        display: flex;
    text-align: left;
    font-family: 'Roboto', sans-serif;
    margin: 0em .5em .5em .5em;
}
mensajes2 {
    display: flex;
    flex-direction: column;
    width: 70%;
    margin-right: 6em;
    border-radius: 10px;
    background-color: rgba(112, 123, 209, 0.61);
    font-size: .8em;
    margin-bottom: .8em;
    margin-top: 0em;
    margin-left: oem;
    padding: 0em;
}
.mensajes3 {
    display: flex;
    flex-direction: column;
    width:50%;
    border-radius: 10px;
    background-color: rgba(121, 177, 181, 0.44);
    font-size: .8em;
    margin-bottom: .8em;
    margin-top: 0em;
    padding: 0em;
    }


.mensajes4 {
      display: flex;
    flex-direction: column;
    width: 50%;
    margin-left:10em;
    margin-bottom: .8em;
    margin-top: 0em;
    border-radius: 10px;
    background-color: rgba(53, 102, 170, 0.36);
    font-size: .8em;
    margin-right:4em;
}

.registrarform {
       display: block;
    width: 100%;
    max-width: 500px;
    margin-left: 7em;

}

 .textea {
    display: flex;
     width: 100%;
     height: auto;
    font-family: 'Roboto', sans-serif;
    font-weight: 100;
    font-size: .9em;
    border-radius: 4px;
    background-color: #fdfdfd;
    color: rgba(0, 0, 0, 0.53);
     align-content: center;
     flex-flow: row;
    
}

.boton3 {
      display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 1em;
    margin-bottom: 0.5em;
    background-color: rgba(121,177,181,0.8);
    font-family: 'Roboto', sans-serif;
    color: white;
    font-size: 1em;
    font-weight: normal;
   
}
  


#proximo{
    color: darkcyan;
    display: flex;
    text-align: end;
    flex-direction: row;
    justify-content: flex-end;
    padding-right: .5em;
    margin-right: 1em;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;

}
#anterior{
    color: darkcyan;
    display: flex;
    text-align: start;
    flex-direction: row;
    justify-content: flex-start;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;

}

.boton10 {
         display: flex;
    margin-left: 19em;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 1em;
    margin-bottom: 0.5em;
    /* margin-left: auto; */
    /* margin-right: auto; */
    height: 3em;
    padding: 0em 2em 0em 2em;
    background-color: rgba(121,177,181,0.8);
    font-family: 'Roboto', sans-serif;
    color: white;
    /* font-size: 1em; */
    font-weight: normal;
   
}
    
body main section.galeria2 figure button.boton5 {

     display: flex;
       margin-top: 17em;
    margin-right: -5em;
    margin-left: -13em;
    flex-direction: column;
    align-items: center;
    justify-content: center;


    height: 3em;
    padding: 0em 2em 0em 2em;
    background-color: rgba(121,177,181,0.8);
    font-family: 'Roboto', sans-serif;
    color: white;
    font-size: 1em;
    font-weight: normal;


}

body main section.galeria2 figure button.boton6 {

     display: flex;
       margin-top: 17em;
    margin-right: -5em;
    margin-left: -13em;
    flex-direction: column;
    align-items: center;
    justify-content: center;


    height: 3em;
    padding: 0em 2em 0em 2em;
    background-color: rgba(121,177,181,0.8);
    font-family: 'Roboto', sans-serif;
    color: white;
    font-size: 1em;
    font-weight: normal;

}

body main section.galeria2 figure button.boton7 {

     display: flex;
       margin-top: 17em;
    margin-right: -5em;
    margin-left: -13em;
    flex-direction: column;
    align-items: center;
    justify-content: center;


    height: 3em;
    padding: 0em 2em 0em 2em;
    background-color: rgba(121,177,181,0.8);
    font-family: 'Roboto', sans-serif;
    color: white;
    font-size: 1em;
    font-weight: normal;

}

.asistencia{
    padding:0;
    padding-bottom: 2em;
    padding-top: 2em;
    
    max-width: 50em;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-wrap: wrap;
    


}

.explorar {
    background-color: rgb(81, 201, 201);
    border: 4px solid rgba(0,0,0,.25);
    border-radius: 50%;
    box-shadow: 0 0.15em 0.1em rgba(0,0,0,.215);
    color: white;
    cursor: pointer;
    display: flex;
    font-size: 2rem;
    width: 4rem;
    height: 4rem;
    position: fixed;
    bottom: 1rem;
    right: 1rem;
}
.explorar > * { margin: auto; }
.explorar a{
    text-decoration-color: aliceblue;
}


  .info {  @media screen and (max-width: 600px) {

    float: none;
    width: 100%;




}
}

div.perfil a{
       padding-left: 13em;
    color: white;
    }

.textos {
    font-family: 'Roboto', sans-serif;
    padding: 1em;
}

.textos > * {
    font-family: 'Roboto', sans-serif;
}

.subir {
    font-family: 'Roboto', sans-serif;
    text-decoration: none;
    background-color: darkcyan;
    color: white;
    border-radius: 1.5em;
    padding: 1em;
    font-weight: bold;
}

.subir:hover {
    text-decoration: underline;
}

/* PERFIL */
.perfil{
     display: flex;
    flex-direction: column;
    align-items: stretch;
    margin-right: auto;
    margin-left: auto;
    width: 94%;
    height: auto;
    padding-top: .8em;
    padding-bottom: .8em;
    margin-top:.5em;
    border-radius: .2em;
    background-image: linear-gradient(to right, rgba(69, 69, 209, 0.72), rgba(72, 211, 211, 0.69));
    box-shadow: 0 5px 15px rgba(32, 56, 56, 0.47);
}

#edit li a{
    background-color: rgb(121, 177, 181);
    color: white;
    font-size: 1.5em;
}

.perfilinfo h4{
    color: #262424;
    text-align: left;
    padding-left: .8em;
    padding-top: 0;
    margin: 0;
    font-size: .8em;

}
#name{
    color: darkblue;
    padding: 0;
    margin: 0;
    padding-left: .5em;
    font-size: 1.2em;
}
.perfilb{
    display: flex;
    flex-direction: row;
    align-items: stretch;
    margin-right: auto;
    margin-left: auto;
    height: auto;
    padding-top: 1em;
    padding-bottom: .8em;
    margin-bottom:  .5em;
    background-color: rgba(121, 177, 181, 0.45);
}
.perfilinfo h8{
    color: #262424;
    text-align: left;
    padding-left: 1em;
    font-size: 1.2em;

}
.perfil p{
    font-size: .8em;
    
}
.contenedorimagen{
      display: flex;
    height: 6.8em;
    /* padding-top: 2em; */
    width: 6.5em;
    margin-right: 1em;
    margin-left: 1em;
    border-radius: 50%; 
    align-items: center;
    justify-content: center;
   
}

  
.fotosi{
   background-image: linear-gradient(to right, rgba(69, 69, 209, 0.72), rgba(72, 211, 211, 0.69));
     width: 94%;
    margin-right: auto;
    margin-left: auto;
    margin-top: .5em;
    border-radius: .2em;
    padding-top: .5em;
    padding-bottom: .8em;
}
.fotosi h3{
    color: white;
    font-size: 2em;
}
.fotos img{
    margin-left: 1em;
    margin-bottom:.2em;
}
.fotos h7{
    padding: .5em;
    padding-right: 10em;
    padding-left: 1em;
    margin-bottom: 2.5em;
    display: flex;
    align-content: flex-end;
    color: white;
    font-size: 1em;
}
.buscar{
    text-decoration: none;
    font-family: 'Montserrat', sans-serif;
    background-color: #262424;
    text-align: center;
    border-radius: .2em;
    padding: .7em;
    margin: .5em;
    font-size: .8em;
    width: 90%;
        
    color: white;    
}
/*iniciar sesion*/
.headerinicio {
    min-width: 100vw;
    height: 16em;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: fixed;
    top: 0;
    background-image: linear-gradient(to right, #516e95, rgb(121, 177, 181));
    }
.headerinicio img {
    width: 50#;
    margin-top: 5.8em;
    max-width: 150px;
}
.maininicio {
    min-width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0;
    padding: 0;
    border: 0;
    box-sizing: border-box;
}
.sectioninicio {
    background-color: white;
    border-radius: 2em;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: fixed;
    width: 85vw;
    max-width: 500px;
    top: 12em;
    padding: 2em;
    box-shadow: 0 4px 15px rgba(32, 20, 36, 0.25);
}
.registrarform {
    display: block;
    width: 100%;
    max-width: 500px;
    margin-left: 0;
}

.registrarinput {
    display: block;
    width: 100%;
    height: 3.5em;
    margin-bottom: 1em;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: .8em;
    border-radius: 20px;
    background-color: #eeeeee;
    color: #514c4c;
}
.boton2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    margin-left: auto;
    margin-right: auto;
    width: 60%;
    height: 3.5em;
    padding: 1em;
    border-radius: 20px;
    background-color: darkcyan;
    box-shadow: 0 3px 6px rgba(32, 33, 36, 0.28);
    color: white;
    font-family: 'Montserrat', sans-serif;
    color: white;
    font-size: 1em;
    font-weight: 700;
}
.omc h6 {
    font-family: 'Montserrat', sans-serif;
    font-size: .75em;
    margin-top: .5em;
    font-weight: 400;
    color: darkcyan;
}
.delfin{
    font-family: 'Montserrat', sans-serif;
    font-size: .9em;
    margin-top: 3em;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: darkblue;
    text-decoration-color: #40c1c6;
}
body {
  overflow-x: hidden;   
    margin:0;
  padding: 0;
  

    
}
body p{

padding-left: 1em;
    font-family: 'Roboto', sans-serif;
    font-size: 1.3em;
        padding-top: 0em;

    

}
.textos h1{
    font-size: 1em;
    margin: auto;
    text-align: center;
    padding: .5em;
    color: darkblue;
    padding-bottom: 0;
}

.club{
     height: auto;
    width: 100%
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

#club2{
    display: inline-flex;
    flex-direction: row;
    font-size: 1.2em;
    align-items: center;
    justify-content: space-between;
    list-style: none;
    padding: .5em;
    
    background-color: rgba(121,177,181,0.8);
    color: white;
    margin-right: .5em;
    border-radius: 1em;
  box-shadow: 0 5px 15px rgba(32, 56, 56, 0.47);
}
#club2 a{
    color: white;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
}
.club1{
        display: inline-flex;
    font-size: 1.2em;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    list-style: none;
    text-decoration: none;
    text-decoration-line: none;
    text-decoration-color: black;
    padding:.5em;
     background-color: #4f4fa5;
    margin-left:.4em;
    border-radius: 1em;

    
}
.club1 a{
    display:flex;
    flex-direction: row;
    text-decoration: none;
    justify-content: space-between;
    color: rgb(210, 220, 221);
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    
}
 
.club3{
    display: inline-flex;
    flex-direction: row;
    margin-left: 0;
    padding-left: 0;

}
.contenedor{
    display: flex;
    flex-flow: row;
    align-items: center;
    justify-content: space-around;
    
}
.mapa{
    width: 100%;
    height: auto;
}

.redes ul{
       display: flex;
    justify-content: space-between;
    list-style: none;
    background-color: #024379f2;
    padding: 0.em 1.7em;
    padding-left: 9.5px;
    height: 3em;
    align-items: center;
    width: auto;
    box-shadow: 2;
    position: fixed;
    z-index: 9999;
    bottom: 0;
    /* left: 20%; */
    right: 4%;
    top: 90%;
    border-radius: 0em;
}
.redes ul li img {
    max-height: 1.8em;
    border-radius: 100%;
}
/*
cuando la ventana del navegador mida
como mínimo 560px de ancho
*/
@media (min-width: 35em) {
    .paquete{
       display: inline-flex;
       flex-flow: row;
       justify-content: center;
       
       }
    .galeriadelfina figure{
        width: 80%;
    }
    .galeriadelfina figure:hover figcaption {
        background-color: rgba(121,177,181,0.8);
        top: 0;
        transition: all .5s ease-in;
    }
    p.del{
        font-size: 1em;
    }
    }
    img.logogracias{
        width: 10%;
    }

}
.perfil{
      display: inline-flex;
       flex-flow: row;
       justify-content: center;
}
}
 
/*cuando la ventana del navegador mida
como mínimo 800px de ancho*/
@media (min-width: 50em) {
    .galeria h3 {
        margin-bottom: 2em;
    }
    #proximo{
    color: white;
    border-radius: 1em;
    background-color: rgb(121, 177, 181);
    display: flex;
    text-align: end;
    flex-direction: row;
    justify-content: flex-end;
    margin: 1em;
    padding-right: .5em;
    margin-right: 1em;
    margin-left: 5tem;
    width: 20%
    
}
    p.del{
        font-size: 1.2em;
    }
    .galeriadelfina figure{
        width: 50%;
    }
    img#calendario{
        width: 60%;
    }
    #body{
        width: 77%;
        display: flex;
        align-content: center;
        align-items: center;
        flex-flow: column;
    }
    .info{
         width: 77%;
    }
    img.logogracias{
        width: 8%;
    }
    
    .sectioninicio{
        margin-left: 2em;
        }
    #my-video{
       width: 60%;
    }}
   

/*
cuando la ventana del navegador mida
como mínimo 1200px de ancho
*/
@media (min-width: 60em) {

       img.logogracias{
        width: 5%;
    }
}
    
}



 




