@charset "utf-8";

* {
    font-family: 'Montserrat', sans-serif;
    list-style: none;
    text-decoration: none;
    box-sizing: border-box;
    margin: 0pt;
    padding: 0pt;
}

ul { list-style: none; }

header {
    background-color: #191818;
    padding: 1em;
}
header > ul {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}
#submenu ul{
    margin-top: 1em;
}
#logonombre {
    display: flex;
    color: #f0f0f0;
    font-size: 1em;
    align-items: center;
    justify-content: space-between;
    width: 10em;
}
#logonombre p {
    padding: 0;
    font-size: 0.9em;
    font-weight: 600;
}
#nombreclub {
     padding: 0;
    font-size: 0.9em;
    font-weight: 600;
}
header ul li a{
    color: #f0f0f0;
    text-decoration: none;
    display: flex;
    align-items: center;
    font-weight: 600;
}
header nav {
    background-color: #191818;
    color: #f0f0f0;
    position: fixed;
    right: -50vw;
    top: 0;
    height: 100vh;
    width: 45vw;
    transition: all .5s ease;
    z-index: 999;  
    transition: all .5s ease;
    padding-top: 0.8em;
}
header nav:target {
    right: 0;

}
  
#botonsociomenu {
    background-color: #FF9200;
    color: #f0f0f0;
    border-radius: 10%; 
    text-align: center;
    font-size: 1em;
    font-weight: 600;
    padding-top:15px 40px 15px 40px;
    border-radius:35px;
    justify-content: center;
    margin: 1em 1em 1.5em 1em;
}
#botonsociomenu a {
    color: #f0f0f0;
    
}
header nav a {
    color: #f0f0f0;
    display: block;
    padding: 0.7em 1em;
    text-decoration: none;
    font-size: 0.9em;
    font-weight: 500;
    letter-spacing: 0.04em;
}
header nav a:hover {
    color: #0D8962;    
}
#x {
    padding-left: 8.5em;
    margin-bottom: 2em;
}
.atras i{
    margin-right: 1em;
}
#iconright{
    margin-left: 0.8em;
}
#submenu ul li a {
    color: #;
}
#submenu ul li a:hover {
    color: #0D8962;
}



body {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color: #F0F0F0;
}
#actividadsocio li{
    margin-top: 0.8em;
}
#actividadsocio{
    margin: 1em;
} 
#logo {
    width: 2em;
    height: auto;
}

.inicio {
    background-color: #191818; 
    color: #F0F0F0;
}
.inicio h1 {
    color: #f0f0f0;
}

main section {
    padding: 0 1.3em ;
} 

span {
    font-weight: 600;
} 
h1 {
    font-size: 2.5rem; 
    line-height: 1em;
    padding: 0.8em 0.8em 0em 0.5em;
} 
#nombre {
    font-size: 2.5rem; 
    font-weight: 700;
    line-height: 1em;
    padding: 0.8em 0.5em 0em 0.5em;
    margin-bottom: 0.5em;
    text-align: center;
}
p {
    padding-top: 1em;
    font-size: 0.8em;
    line-height: 1.5em;
} 
h2 {
    font-size: 1em;
    font-weight: 800;
    padding: 0rem 0em 0.5rem 0em;
    margin-top: 1.5em;
    border-bottom: 1px solid #191818;
}
h5 {
    color: #0D8962;
    margin: 0.3rem 1.5em 0.8em 1.5em;
    font-size: 0.7rem;
}
h6 {
    margin: 0 1.5rem;
    font-size: 0.7rem;
    color: gray;
}

.titulonoticia {
    font-weight: 700;
    padding: 0.5em 0.5em 0.5em 0.5em;
    line-height: 1.1em;
}/*RO*/

#pasador img{
    width: 100%;
    height: auto;
}

.futsalinf {
    color: #F0F0F0;
    padding: 1.5em 0.5em;
    background-image: url(../imagenes/futsal.jpg);
    background-repeat: no-repeat;
    background: cover;
    background-size: 100%;
    margin-top: 0.3em;
    
}

.entrenamiento li {
    padding-top: 1em;
    font-size: 0.8em;
    line-height: 1.5em;
}

.noticia {
    margin: 1.3em 1.3em 3em 1.3em;
}
.noticia img {
    max-height: auto;
    max-width: 100%;
    margin-bottom: 1em;
}

.boton {
    margin-bottom: 0.5rem;
    padding: 2em;
    text-decoration: none; 
    color: #F0F0F0;
}
.perfil {
    background-color: #00A876; 
    background-image: url(../imagenes/usuario.svg);
    background-repeat: no-repeat;
    background-size: 50% 50%;  
    background-position: right;
    border: 1px solid #00A876;
    padding: 1.4em 0 1.4em 2em;
    border-radius: 2em;
    width: 100%;
}
.pagos {
    background-color: #0B61A4;
    background-image: url(../imagenes/bolsa-de-dinero.png);
    background-repeat: no-repeat;
    background-size: 15% 60%;  
    background-position: center right 2.9em;
     border: 1px solid #0B61A4;
    padding: 1.4em 0 1.4em 2em;
    border-radius: 2em;
    width: 100%;

}
.act {
    background-color: #FF9200;
    background-image: url(../imagenes/musculo.png);
    background-repeat: no-repeat;
    background-size: 13% 55%;  
    background-position: center right 2.9em;
    border: 1px solid #FF9200;
    padding: 1.4em 0 1.4em 2em;
    border-radius: 2em;
    width: 100%;
}
.comunidad {
    background-color: #FF5900;
    background-image: url(../imagenes/feliz.png);
    background-repeat: no-repeat;
    background-size: 13% 62%;  
    background-position: center right 2.9em;
     border: 1px solid #FF5900;
    padding: 1.4em 0 1.4em 2em;
    border-radius: 2em;
    width: 100%;
    
}
.todos {
    margin-top: em;
}

.familiar {
    background-color: #00A876; 
    background-image: url(../imagenes/boton-redondo-de-anadir-2.svg);
    background-repeat: no-repeat;
    background-size: 60% 60%;  
    background-position: center right -1em;
    border: 1px solid #00A876;
    padding: 1.4em 0 1.4em 2em;
    border-radius: 2em;
    width: 100%;
    
}


.nuevafamilia {
    display: flex;
    flex-direction: row;
    align-content: center;
    align-items: center;
    justify-content: space-between;
    margin: 2em 1.6em 1.6em ;
    
   
}

.nuevafamilia img {
    width: 23%;
    height: auto;
    padding: 0.5em;
    background-color: #00A876;
    border-radius: 50%;
    margin-right: 1.6em;
}
.nuevafamilia h4 {
    color: #F0F0F0;
    text-decoration: none;
    margin-left: 1em; 
    
}





.partido {
    display: flex;
    justify-content: space-between;
    padding: 1em 0em 1em 0em;
    align-items: center;
    border-bottom: 1px solid #191818;
}
.partido img {
    height: auto;
    width: 3em;
    padding-bottom: 0.5em;
}
.partido p {
    font-weight: 600;
}
.partido ul li {
    font-size: 0.7em;
    margin-right: 1em;
}
.partido div p {
    font-size: 0.6em;
    font-weight: 600;
    text-align: center;
}
.proxfechaesc {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding: 0.5em;
    
}
.calendario {
    padding: 1em 0 0.1em 1.9em;
    margin-bottom: 0.2em;
    background-image: url(../imagenes/calendario.png);
    background-repeat: no-repeat;
    background-size: 11% auto;  
    background-position: bottom left;
    width: 10em;
} 
.ubicacion { 
    padding: 1em 0 0 1.9em;
    background-image: url(../imagenes/puntero-de-localicacion-de-mapa.png);
    background-repeat: no-repeat;
    background-size: 12% auto;
    background-position: center left;
    width: 10em;
    
}
.reloj {
     padding: 1em 0 0.05em 1.9em;
    background-image: url(../imagenes/reloj-de-contorno-circular.png);
    background-repeat: no-repeat;
    background-size: 11% auto;  
    background-position: bottom left;
    width: 10em;
}


.galeria {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin: 1em 0;
}
.galeria img {
    max-height: 50%;
    max-width: 50%;
    padding: 0.5em;
    
}

.cajavermas{
     max-width: 100%;
    display: flex;
    justify-content: center;
    margin: auto;
}
.vermas {
    background-color: #0D8962;
    color: #f0f0f0;
    padding-top:15px;
    padding-bottom:15px;
    padding-left:40px;
    padding-right:40px;
    border-radius:35px;
    margin: 
    text-align: center;

    font-size: 0.8em;
    display: flex;
    margin-top: 2em;
    justify-content: center;
    
}

.cajabotonsocio {
    max-width: 100%;
    display: flex;
    justify-content: center;
    margin: auto;
}
.botonsocio {
    background-color: #FF9200;
    color: #f0f0f0;
    border-radius: 10%; 
    text-align: center;
    font-size: 1em;
    font-weight: 700;
    padding-top:15px;
    padding-bottom:15px;
    padding-left:40px;
    padding-right:40px;
    border-radius:35px;
    
    box-shadow: 5px 5px 18px rgba(0, 0, 0, .80);
     
    display: flex;
    position: fixed;
    justify-content: center;
    align-content: center;
    align-items: center;
    bottom: 2rem;
    
}
.botonsocio a {
    color: #f0f0f0;
}

.noticias {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.noticias div figure img { 
    width: 100%;
    height: auto;
    margin-bottom: 0.5em;
}
.noticias div {
    margin: 1em 0;
    width: 46%; 
}
.noticias div figure figcaption h3 {
    font-size: 0.9em;
    font-weight: 600;
    margin-bottom: 0.5em;
}
.noticias div figure figcaption p {
    font-size: 0.7em;
}

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

.fotoclub {
    max-height: 100%; 
    max-width: 100%;
    margin: 1.5em 0 2em 0;
} 
.profe {
    display: flex;
    margin: 1em 0;
}
.profeinfo {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.profe img {
    border-radius: 50%;
    height: auto;
    max-width: 50%;
}
.profe p {
    margin-top: 0.3em;
    padding: 0;
}


.noticiasgeneral {
    display: flex;
    flex-direction: column;
    padding-top: 1.5em;
    padding-bottom: 1.5em;
}

.noticiasgeneral div figure img { 
    width: 100%;
    height: auto;
    margin-bottom: 0.3em;
    margin-top: 0.7em;
}

.noticiasgeneral div figure figcaption h3 {
    font-size: 0.9em;
    font-weight: 600;
    
}

.noticiasgeneral div figure figcaption p {
    font-size: 0.7em;

}

.noticiasola {
    padding-bottom: 1em;
    padding: 0 0.5em;
    margin-bottom: 2em;
}


.junio {
    background-color: #0B61A4;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 1e;
    padding: 1em;
    border-bottom: solid #f0f0f0 1px;
    }
.historial{
    margin-top: 4em;
} 
.cuota {
    font-size: 0.8em;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: rgba(59, 145, 212, 0.56);
    margin: 0;
    padding: 1em;
    border-bottom: solid #f0f0f0 1px;
}

.inscripto {
    background-image: url(../imagenes/tildenaranja.png);
    padding: 1em 0 1em 2.4em;
    background-repeat: no-repeat;
    background-size: 8% 50%;  
    background-position: center left;
    
}

.textoblanco {
    color: white;
    margin: 1.3em;
}

.listacontacto {
    color: white;
    border-bottom: 1px solid white;
    padding-bottom: 1.3em;
    font-size: 0.7em;
    line-height: 1.6em;
    margin: 1.3em;
}

#fondonegro {
    background-color: #191818;
    color: #f0f0f0;
}






footer { 
    background-color: #191818; 
    color: #f0f0f0;
    align-self: flex-end;
    margin-top: 2rem;
}
footer div h4 {
    text-align: center; 
    padding: 1.5em 0 0.5em 0;
    font-size: 0.9em;
}
footer p { 
    color: #f0f0f0;
    font-size: 0.5rem;
    padding: 1rem;
    
    
}
.redes {
    display: flex;
    margin: auto; 
    justify-content: center; 
}
.redes img {
     height: auto;
    width: 2em;
    margin: 0 1em; 
}


.fondologin {
    color: #f0f0f0;
    background: url(../imagenes/fondologin.png);
    background-size: cover;
    background-position: center center;
    display: flex;
    justify-content: center;
    flex-direction: column;
    height: 100%;
    width: 100%;
    margin: 1em 0;
    
    
}


.login-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; 
}

.login-box h1 {
    font-size: 2em;
    margin-bottom: 1em;
}

fieldset {
    border: none;
} 
.textbox {
    font-size: 2em;
    margin-bottom: 0.5em;
}
.textbox input{
    border: none;
    outline: none;
    background: none;
    color: #f0f0f0;
    font-size: 14px;
    border: 1px solid #f0f0f0;
    padding: 0.5em;
    border-radius: 2em;
   width: 17em;
}
.nsocio {
    width: 16.5em;
    
}
.btn2 {
    width: 100%;
    
    background: #0D8962;
    color: #f0f0f0;
    padding: 0.6em;
    border-radius: 2em;
    border: none;
    text-align: center;
    font-weight: 600;
    font-size: 1em;
    width:100%;
    margin: 1em 0;
}
#iniciarsesion {
    margin: 2em 0 0;
    width: 100%;
    background: #f0f0f0;
    padding: 0.6em;
    border-radius: 2em;
    border: none;
    text-align: center;
    font-weight: 600;
    font-size: 1em;
    width:100%;
    color: #191818;
}

.inforegistro {
    font-size: 0.4em;
    margin-bottom: 0em;
    margin-top: 1.3em;
    
}

.infoadicional {
    margin: 1.5em 0;
    width: auto;
}

.recuperacion p{
    color: #f0f0f0;
    font-size: 0.8em;
    text-align: center;
    margin-top: 1.5em;
}

.fotoperfil h1{
    color: #f0f0f0;
    font-size: 0.9em;
    font-weight: 500;
    text-align: center;
}

.fotoperfil img{
    border-radius: 20em;
    width: 8em;
    height: auto;
    margin: 1em 6.7em 0;
}

.infoemergencia {
    margin-top: 2.5em;
} 

#fondoperfil {
    background-color: #191818;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.infoperfil ul li{
    
    padding: 0.5em;
    border: 1px solid;
    margin-bottom: 0.5em;
    margin-right: 2.2em;
    border-radius: 2em;
    font-size: 0.9em;
}

.infoperfil ul li span {
    font-weight: 500;
    color: #0D8962;
}

#ordencalendario {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 1em;
}

.botoncalendario {
    margin: 1em;
    display: block;
    justify-content: center;
    
}

.botoncalendario img {
    width: 6.5em;
    height: auto;
    border-radius: 7em;
}

.botoncalendario p {
    color: #191818;
    font-weight: 600;
    font-size: 0.9em;
    text-align: center;
    width: 7em;
    height: auto;
    margin-top: 0.5em;
}

#botonprendido {
    background-color: #0D8962;
}

.minibotones li {
    background-color: #c9c9c9;
    padding: 0.6em;
    margin: 0.2em;
    border-radius: 12em;
    width: 2.2em;
    height: 2.2em;
    display: flex;
    align-items: center;
    justify-content: center;
}

.minibotones li a {
    color: #f0f0f0;
    font-size: 0.8em;
}

.minibotones {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 1em 1em 0em 1em;
}

.futsalmasc{
    color: #F0F0F0;
    padding: 1.5em 0.5em;
    background-image: url(../imagenes/futsalmasc.jpg);
    background-repeat: no-repeat;
    background: cover;
    background-size: 100%;
    margin-top: 0.3em;
}

.futsalfem {
    color: #F0F0F0;
    padding: 1.5em 0.5em;
    background-image: url(../imagenes/futsalfem.jpg);
    background-repeat: no-repeat;
    background: cover;
    background-size: 100%;
    margin-top: 0.3em;
    
}

.voley {
    color: #F0F0F0;
    padding: 1.5em 0.5em;
    background-image: url(../imagenes/voley.jpg);
    background-repeat: no-repeat;
    background: cover;
    background-size: 100%;
    margin-top: 0.3em;
}

.yoga {
    color: #F0F0F0;
    padding: 1.5em 0.5em;
   background-image: url(../imagenes/yoga.jpg);
   background-repeat: no-repeat;
    background-size: 100% 100%;
    margin-top: 0.3em;
    
}

.taekwondo {
    color: #F0F0F0;
    padding: 1.5em 0.5em;
    background-image: url(../imagenes/taekwondo.jpg);
    background-repeat: no-repeat;
    background: cover;
    background-size: 100%;
    margin-top: 0.3em;
}

.patin {
    color: #F0F0F0;
    padding: 1.5em 0.5em;
    background-image: url(../imagenes/patin.jpg);
    background-repeat: no-repeat;
    background: cover;
    background-size: 100%;
    margin-top: 0.3em;
}

#gracias {
    text-align: center;
}

#tilde {
    width: 6em;
    height: 6em;
    margin-top: 1em;

}

.listo {
    display: flex;
    flex-direction: column;
    align-items: center;
}


#verificacionp {
    text-align: center;
}

.slideshow{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

.slideshow{
	width: 100%;
	position: relative;
}

.slider li img{
	width: 100%;
    height: auto;
}

.slider .caption{
	position: absolute;
	width: 100%;
	height: 115%;
	top: 0;
	left: 0;
	padding: 15px 30px;
    display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
    text-align: center;
	color: #f0f0f0;
}

.tituslider{
	font-weight: 700;
    padding: 0.2em;
    font-size: 2.5rem; 
    line-height: 1em;
    
}
.slider .caption h2{
	font-size: 0.9em;
    padding: 0;
    font-weight: 100;
    margin-top: 2em;
}

.pagination{
	position: absolute;
	top: 16.4em;
	width: 100%;
    display: flex;
	justify-content: center;
}

.pagination li{
	font-size: 0.5em;
	margin: 2px 6px;
	color: #bfbfbf;
}

.left, .right{
	position: absolute;
	top: 0;
	height: 100%;
    display: flex;
	align-items: center;
    color: #f0f0f0;
	font-size: 30px;
	cursor: pointer;
}

.left{
	left: 10px;
}

.right{
	right: 10px;
}



.categoria{
    margin-top: 2em;
    margin-bottom: 0;
} 

.field:focus {
    border-color: #0D8962; 
}

#botonperfil {
    background-color: #00A876;
}
#botonpagos {
    background-color: #0B61A4;
}
#botonactividades {
     background-color: #FF9200;
}
#botoncomunidad {
    background-color: #FF5900;
    
}
#botonfamilia {
    background-color: #00A876; 
    
}
#botonelegido {
   border: solid #f0f0f0;
    background-color: black;
}
#botonelegido a {
    color: #f0f0f0;
    font-weight: 600;
}
#botoninicio {
    background-color: #f0f0f0; 
    background-image: url(../imagenes/casa.svg);
    background-repeat: no-repeat;
    background-size: 1.2em;
    background-position: center;
    
}
#botoninicio a{
    color: #f0f0f0;
    
} 

.infofamily {
    margin: 0 1em 1em;
}

.familiainicio {
    text-align: center;
    line-height: 1.2;
    padding-left: 0;

}

.nuevointegrante {
    margin-top: 1em;
    display: flex;
    justify-content: center;
}
.masintegrante {
    width: 15%;
    height: auto;
    padding: 0.5em;
    background-color: #00A876;
    border-radius: 50%;
    
}
    
.video{
    width: 100%;
    height: auto;

} 

#messi {
    color: #f0f0f0;
}

.beneficios {
    width: 100%;
    height: auto;
    margin-top: 2em;
    margin-bottom: 0.5em;
}

.infobeneficios {
    margin-bottom: 1em;
    padding-bottom: 1.5em;
    border-bottom: solid 1px;
}

#proxeventos {
    margin-top: 4em;
    margin-bottom: 0;
    padding-bottom: 0;
}









.landing {
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-image: url(imagenes/landingcel.jpg);
    background-repeat: no-repeat;
    padding-top: 2.5em;
    background-size: 100%;
    background-image: url(../imagenes/fondo-celular.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
 
.titulolanding h1{
    color: #f0f0f0;
    font-size: 2em;
    line-height: 1.3em;
}
.titulolanding img{
    width: 20%;
}
.conocer {
    background-color: #191818;
    color: #f0f0f0;
    text-align: center;
    padding: 1.5em 3em;
}
.conocer h2 {
    margin: 0;
    border-bottom: none;
}
.conocer p {
    font-size: 1em;
    padding: 0;
}

.capturasocio{
    margin-bottom: 2em;
}
.capturas {
    display: none;
}
.sersocio h2 {
    border: none;
    color: #FF9200;
    font-size: 1.5em;
    font-weight: 600;
    padding: 0;
}
.sersocio p {
    color: #f0f0f0;
   margin: 0 2em;
    font-size: 1em;
}

.sueltos {
    margin-top: 2em;
}
.sueltos p{
    color: #f0f0f0;
    padding: 0;
    font-size: 1em;
}
.items {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.items a {
    background-color: #F0f0f0;
    color: #00A876;
    font-weight: 700;
    font-size: 1em;
    width: 10em;
}


@media (min-width: 640px) {
    
    .landing {
        background-color: #f0f0f0;
        background-image: none;
    }
    .titulolanding h1{
    color: #191818;
    font-size: 3em;
}
    .titulolanding img{
    width: 15%;
}
    .celu{
        display: none;
    }
    
    .conocer {
    background-color: #f0f0f0;
    color: #191818;
    text-align: center;
    padding: 1.5em 3em;
    margin-bottom: 1em;
}
    
    .items {
        background-image: url(../imagenes/fondo-tablet.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        padding: 2em 0;
        margin: 0;
    }
    .items a {
        margin-top: 2em;
    }
    .sueltos {
        background-image: none;
        margin: 0;
        font-size: 1.3em;
    }
    
    .capturasocio {
        display: flex;
        justify-content: space-between;
        flex-direction: row;
        align-items: center;
        margin: 3em 0.5em 2em;
    }
    .capturas {
        display: inherit;
        width: 90%;
        height: auto;
        margin-left: 1.5em;
    }
    .capturas img {
        margin: 0 0.5em;
        width: 30%;
        height: auto;
        box-shadow: 1px 1px 18px rgba(0, 0, 0, .80);
}
    .sersocio {
        width: 60%;
    }
    .sersocio h2 {
        font-size: 1.3em;
        margin: 0 1em}
    .sersocio p {
        color: #191818;
        
    }

    footer {
        width: 100%;
    }
}

@media (min-width: 1100px) {
    
    .landing {
        
        background-color: #191818;
        margin: 0;
    }
    
    .principio {
        width: 50%;
        margin: 0;
        margin-bottom: 3em;
        margin-left: 4em;
    }
    .titulolanding h1 {
        color: #f0f0f0;
        font-size: 2.5em;
    }
    .titulolanding img{
        width: 20%;
}
    .conocer {
        color: #f0f0f0;
        background-color: #191818;
        text-align: center;
        margin-top: 2em;
        padding: 0;
        
}
    .celu {
        width: 40%;
        height:auto;
        display: inherit;
        position: absolute;
        right: 2em;
        top: 0em;
    }
    
   
    .capturasocio {
        justify-content: flex-start;
        align-content: flex-start;
        align-items: flex-start;
        box-sizing: border-box;
        margin: 0;
        padding: 3em 10em;
        display: flex;
        flex-direction: column;
        background-image: url(../imagenes/aaa-02.jpg);
        background-size: cover;
        background-repeat: no-repeat;
    }
    .sersocio {
        margin-top: 3em;
        display: flex;
        flex-direction: row;
        align-items: baseline;
        width: 100%;
    }
    .sersocio h2 {
        margin: 0;
        padding: 0;
        font-size: 2em;
    }
    .sersocio p {
        color: #f0f0f0;
    }
    .capturas {
        width: 50%;
    }
    
    .items{
        background-image: none;
        padding: 0;
        
        display: flex;
        flex-direction: column;
         justify-content: space-between;
        align-content: center;
        align-items: center;
        position: absolute;
       
        
        right: 12em;
        top: 80%;
       
         
        
    }
    .items a {
        margin-top: 3em;
    }
    
    
    footer {
        width: 100%;
    }
    
    
}












