*{
    box-sizing:border-box;
}

/* FUENTES */

@import url('https://fonts.googleapis.com/css?family=Oswald:300,400,600&display=swap');
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,700&display=swap');


/* HISTORIA Y SLIDE */


body {
    background-color:#ededed;
    display: flex;
    margin:0px;
    flex-direction:column;
    min-height: 100vh;
    font-family: "Roboto", sans-serif;
    min-height: 100vh;
    
}


header {
    background-color:#000000; color:#ffffff;
    font-family: "Roboto", sans-serif;
    font-weight: 600;
    font-size: 0.8em;
}

.contenedor,
main>section{
    max-width: 115rem;
    margin: 0 auto;
    padding: 1rem;
}

header .contenedor {
    display: flex;
    justify-content: space-between;
   
}


.historia{
    margin:10px;
    width: auto;
    height:auto;
    padding:10px;
    font-family: "Roboto", sans-serif;
    font-size: 1em;
}


h1{
    color:#ffffff;
    font-family: "Oswald", sans-serif;
    font-size:1.5em;
    font-weight:600;
    margin-top: 10px;
    background-color: #000000;
    text-align: center;
}

.deportes{
    margin:10px;
    padding:10px;
    font-family: "Roboto", sans-serif;
    font-size: 1em;
}

h2{
    color:#ffffff;
    font-family: "Oswald", sans-serif;
    font-size:1.5em;
    font-weight:600;
    margin-top: 10px;
    background-color: #000000;
}


/*CONTACTO*/

.ubicacion{
    margin:10px;
    width: auto;
    height:auto;
    padding:10px;
    font-family: "Roboto", sans-serif;
    font-size: 1em;
}

.comunicate{
    margin:10px;
    width: auto;
    height:auto;
    padding:10px;
    font-family: "Roboto", sans-serif;
    font-size: 1em;
}

.llamar{
    margin:20px;
    width: auto;
    height:70px;
    padding:25px;
    background-color: #006633;
    border-radius: 3em;
}
    
    #llamar{
        color:#ffffff;
        text-align: center;
    }
    
    
}

h3{
    color:#ffffff;
    font-family: "Roboto", sans-serif;
    font-size: 1em;
}

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

footer {
    font-family: 'Quattrocento Sans', sans-serif;
    background-color:rgb(0, 0, 0);
    margin: 0 auto;
    padding: 1em;
    font-size: 100em;
    color: white;
}


/* FORO CHAT */

#chatt {
    color:#000000;
    background-color: #ededed;
    font-family: "Oswald", sans-serif;
    font-size:1em;
    font-weight:300;
    margin:10px;
    width: auto;
    height:auto;
    padding:10px;

}

.chat1{
    margin:10px;
    width: auto;
    height:auto;
    padding:10px;
    background-color: rgba(7, 103, 33, 0.67);
    border-radius: 2em;
     display:flex;
    flex-direction: column;
justify-content:space-between;
    align-items: center;
}

#nicky img{
    border-radius: 3em;
}


.chat2{
    margin:10px;
    width: auto;
    height:auto;
    padding:10px;
    background-color: rgba(0, 0, 0, 0.29);
    border-radius: 2em;
    display:flex;
    flex-direction: column;
justify-content:space-between;
    align-items: center;
}

#loli img{
    border-radius: 3em;
}

.chat3{
    margin:10px;
    width: auto;
    height:auto;
    padding:10px;
    background-color:rgba(7, 103, 33, 0.67);
    border-radius: 2em;
    display:flex;
    flex-direction: column;
justify-content:space-between;
    align-items: center;
}

#vir img{
    border-radius: 3em;
}

.chat4{
    margin:10px;
    width: auto;
    height:auto;
    padding:10px;
    background-color: rgba(0, 0, 0, 0.29);
    border-radius: 2em;
    display:flex;
    flex-direction: column;
justify-content:space-between;
    align-items: center;
}

#sofi img{
    border-radius: 3em;
   
}

#titch {
    color:#000000;
    background-color: rgba(0, 102, 51, 0);
    font-family: "oswald";
    font-size: 1em;
    font-weight: 600;
    margin-top: 10px;

    
}
    
#chat{
  margin:2em;
    float:inherit;
  width: calc(100% - 45px);
  height: auto;
    display:flex;
    flex-direction: column;
justify-content:space-between;
    align-items: center;
    
  }
   



/* VIDEO CANAL */

h4 {
    margin: 3.5ex;
    margin-bottom: -1em;
    margin-top: 1em;
    font-family: "roboto", sans-serif;
    font-size: 1.3em;
    color:#000000;
    background-color: rgba(37, 150, 58, 0.55);
    text-align: center;   
}


#videos {
    flex-grow: 1;
    margin: 1em;
    max-width:100em;
}

video,
iframe{
    width: 100%;
    height:auto;
}


.videoresponsive{
    position: relative;
    margin:0 auto;
    padding-top: 25px;
    padding-bottom: 56.25%;
    overflow:hidden;
    
    
}

.videoresponsive iframe{
    position:absolute;
    height:100%;
    width:100%
    top:0px;
    left:0px;
}

/* GALERIA */

.galeria {
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;    
}

.galeria__item {
    width: 80%;
    cursor: pointer;
}

.galeria__img {
    display: block;
    max-width: 100%;
}

.modal {
    position: fixed;
    width: 100%;
    height: 100vh;
    background: rgb (0,0,0,0.7);
    top: 0;
    left: 0;
    
    display: flex;
    justify-content: center;
    align-items: center;
}

.modal__img {
    width: 80%;
    max-width: 700px;
}

.modal__boton {
    width: 50px;
    height: 50px;
    color: #fff;
    font-weight: 700;
    font-size: 25px;
    line-height: 50px;
    text-align: center;
    background: rgba(255, 0, 0, 0.50);
    border-radius: 50%;
    cursor: pointer;
    position: absolute;
    right: 5px;
    top: 200px;
    
}


/* FORMULARIO PARTIDO, CONFIRMACION Y RESUMEN */

.sumate{
    margin:10px;
    width: auto;
    height:auto;
    padding:10px;
    font-family: "Roboto", sans-serif;
    font-size: 1em;
}

form {
    display: flex;
    flex-direction: column;
    margin: 20px;
    padding: 20px;
    margin-top: 10px;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-size: 1em;

}

input {
    background-color: rgba(20, 165, 26, 0);
    padding: 8px;
    border-radius: 2em;
    box-shadow: .5em .5em .5em rgba(152, 152, 152, 0.49);
    
}

select {
    background-color: rgba(20, 165, 26, 0);
    padding: 8px;
    border-radius: 2em;
    box-shadow: .5em .5em .5em rgba(152, 152, 152, 0.49);
}

textarea {
    background-color: rgba(20, 165, 26, 0);
    padding: 8px;
    border-radius: 2em;
    box-shadow: .5em .5em .5em rgba(152, 152, 152, 0.49);
}

button {
    font-family: "Oswald", sans-serif;
    font-weight: 600;
    padding: 9px;
    border-radius: 3em;
    background-color: rgb(0, 0, 0);
    margin: auto;
    font-size: 1.1em;
    display: flex;
    color: #ffffff;
}

.importante {
    max-width: 120rem;
    margin: 25px;
    padding: 2rem;
    background-color: rgba(149, 149, 149, 0.54);
    border-radius: 2em;
}

.integrantes {
    font-family: "Roboto", sans-serif;
    font-size: 1em;
    font-weight: 600;
}

.fechahora {
    font-family: "Roboto", sans-serif;
    font-size: 1.5em;
    font-weight: 600;
}

.exitoso {
    max-width: 120rem;
    margin:  3rem;
    padding: 2rem;
    background-color: rgba(0, 100, 0, 0.54);
    border-radius: 3rem;
    text-align: center;
}

/* REGISTRARSE */

.iconosp {
    width: 200px;
    height: 200px;
    border-radius: 100px;
    border: 2px solid #959595;
}

#registrate {
    
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

button a {
	text-decoration: none;
	color: white;
	font-weight: 400;
}


/* PERFIL */

main ul li {
    list-style: none;
}

.intereses {
    margin: 0;
    width: 320px;
    height: auto;
    overflow: hidden;
    padding: 20px;
    background-color: rgba(0, 102, 51, 0.4);
    border-radius: 1em;
}

#intereses ul li img {
    width: 10%;
    height: auto;
}

/* SLIDE */

.slide__body {
	background: rgba(237, 237, 237, 0.30);
	background-image: url(images/futsaleee.jpg);
	background-repeat: no-repeat;
	background-position: bottom center;
	background-size: cover;
}

.main__slide {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
}

#c-slider {
	margin: auto;
	width: 300px;
	max-width: 900px;
	position: relative;
	overflow: hidden;
	box-shadow: 0 0 0 0px rgba(255, 255, 255, 0),
		        0 15px 50px;
	
}

#slider {
	display: flex;
	width: 500%;
	
}

section {
	width: 320px;
	height: 500px;
	background-color: rgba(49, 49, 49, 0.7);
	border-radius: 10px;
}

main div section figcaption {
	padding: 15px;
	font-family: "roboto", sans-serif;
	font-weight: 400;
	font-size: 1.2em;
	color: white;
}

main div section img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 10px;
}

#btn-prev, #btn-next {
	width: 40px;
	height: 40px;
	background: rgba(255, 255, 255, 0.5);
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	line-height: 40px;
	font-size: 30px;
	font-weight: 700;
	text-align: center;
	border-radius: 50%;
	font-family: "roboto", sans-serif;
	cursor: pointer;
	
}

#btn-prev:hover, #btn-next:hover {
	background: rgba(255, 255, 255, 1);
}


#btn-prev {
	left: 10px;
}

#btn-next {
	right: 10px;
}

#boton__slide {
	margin-top: 25px;
	width: 150px;
	height: auto;
	background-color: rgb(7, 65, 36);
	padding: 5px;
	color: white;
	text-align: center;
	border-radius: 25px;
	}

#boton__slide a {
	text-decoration: none;
	color: white;
}


/* NOTICIA */

.copete {
    font-size: 1.2em;
}

#nota {
    margin:10px;
    width: auto;
    height:auto;
    padding:10px;
    font-family: "Roboto", sans-serif;
    font-size: 1em;
    
}


/* CANCELAR */

.top {
    margin-top: 20px;
}

h5 {
    color:#000000;
    font-family: "Oswald", sans-serif;
    font-size:1em;
    font-weight:300;
    margin:10px;
    width: auto;
    height:auto;
    padding:10px;

}

.organizar{
    margin:15px;
    width: 450px;
    height:auto;
    padding:30px;
    background-color: rgba(7, 103, 33, 0.84);
    border-radius: 2em;
    text-align: center;
    font-family: "Oswald", sans-serif;
  
}

.cancelar{
    margin:10px;
    width: 450px;
    height:auto;
    padding:30px;
    background-color:rgba(219, 0, 16, 0.71);
    border-radius: 2em;
    font-family: "Oswald", sans-serif;
    text-align: center;
}

/* ORGANIZAR PARTIDO */

.deportes img {
    max-width: 100%;
    height: auto;
}


/* FOOTER */

footer{
  background-color: #000000;
  height:17em;
  top:1em;
  width:100%;
}

.datos-footer {
  display: flex;
  flex-direction: row;
  justify-content: center;
    align-items: center;
    padding-top:1em;
    padding-left: 2em;
    padding-right: 2em;
}

.texto-footer{
    display: flex;
    flex-direction: column;
    
}

footer h7 {
  color: #ffffff;
  font-size: 1.3em;
    width:8em;
}


footer img {
  width: 7em;
    margin:auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
 }

.datos-footer p {
  color:#ffffff;
  text-align: left;
  font-size: .6em;
  font-weight: lighter;
  width:9em;
    padding-top: 1em;
}

#textofooter {
  position: absolute
  color: #ffffff;
  font-size:.7em;
  text-align: center;
  top:0;
    width:100%;
  margin-top:20em;
  width:100%;
  
 
    
}

/* inicio*/
/* fontello las 3 rallitas del menu responsive */

@font-face {
  font-family: 'fontello';
  src: url('../font/fontello.eot?96416388');
  src: url('../font/fontello.eot?96416388#iefix') format('embedded-opentype'),
       url('../font/fontello.woff2?96416388') format('woff2'),
       url('../font/fontello.woff?96416388') format('woff'),
       url('../font/fontello.ttf?96416388') format('truetype'),
       url('../font/fontello.svg?96416388#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?96416388#fontello') format('svg');
  }
}
*/
 
 [class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
 
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
 
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
 
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
 
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
 
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
 
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
 
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
 
.icon-cancel:before { content: '\e802'; } /* '' */
.icon-menu:before { content: '\f0c9'; } /* '' */

/* inicio caracteristicas*/

*{
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

header{
	width: 100%;
    background-color:#000000
}

.fondo{
        background-image:url(imageneswebapp/fondo.jpg);
        background-size: 100%, 100%;
        background-attachment:fixed;
        width: 100%;
        max-width: 100%;
        height: auto;
    }   

.fondo img {
    width: 100%;
}

.fondo2{
        background-image:url(imageneswebapp/fondo2.jpg);
        background-size: 100%, 100%;
        background-attachment:fixed;
        width: 100%;
        max-width: 100%;
        height: auto;
    }
.fondo2 img {
    width: 100%;
}

.logotipo{
	width: 15%;
    float: right;
	max-width:100px;
	margin:auto;
    margin-top: 1.5%;
    background: #000000;
}

.menu img {
    width: 80%;
}

.logotipo h1{
	font-family: 'Verdana';
	font-weight: 200;
	color: #fff8f8;
    width: 100%;
	max-width:1000px;
}

.navegacion{
	width: 100%;
	background: #000000;
}

.navegacion nav{
	width: 100%;
	max-width: 1500px;
	margin: auto;	
}

.boton-menu{
	display: none;
}

.boton-menu span{
	color: #fff;
	font-size: 25px;
	cursor: pointer;
	display: block;
	margin-top: 5%;
}

.menu{
	list-style: none;
	width: 100%;
    margin-top: 1.5%;
}

.menu li{
	display: inline-block;
}

.menu li a{
	display:block;
	padding: 10px;
	color: #fff;
	text-decoration: none;
	font-family: 'verdana';
}

.menu li a:hover{
	background: rgba(16, 111, 60, 0.88);
}

.text {
	width: 90%;
	max-width: 1200px;
	margin:auto;
	margin-top: 30px;
    color:#eaeaea
}

.text1 {
	width: 90%;
	max-width: 1200px;
	margin:auto;
	margin-top: 50px;
    color:#eaeaea
}

.deportes h2 {
    text-align: center;
    width: 90%;
	max-width: 1000px;
	margin:auto;
	margin-top: 40px;
    color:#eaeaea
}

.deportes ul {
    margin: 0;
    padding: 0 0 1em 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.deportes ul li {
    margin: 1em;
}

.deportes ul li a {
    color: #b9b9b9;
    font-weight: bold;
    font-size: 15pt;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.deportes ul li a img {
    background:rgb(217, 217, 217);
    margin: .5em;
    padding: .8em;
    border-radius: 50%;
    -webkit-box-shadow: 0.1875em 0.25em 0.9375em 0.125em rgb(255, 248, 248); 
box-shadow: 0.1875em 0.25em 0.9375em 0.125em rgb(25, 64, 25);
}

.deportes img {
    width: 6.75em;
    height: 6.75em;
}


@media screen and (max-width: 700px){
	.boton-menu{
		width: 90%;
		margin: auto;
		display: block;
		padding: 8px 0;
	}

	.navegacion nav{
		position: absolute;
		left: -100%;
		width: 250px;
		height: 100%;
		background: rgba(34, 34, 34, 0.97);
	}

	.menu li{
		display: block;
	}
    
    
/* --------slider efecto imagen ---------- */
    
}
.slider {
    width: 100%;
    margin:0%;
    overflow: hidden;
}

.slider ul {
    display:flex;
    padding: 0;
    width: 200%;
    
    animation: cambio 15s infinite;  
}    

.slider li {
    width: 100%;
    list-style:none;
}    

.slider img {
    width: 100%;
}
    
@keyframes cambio {
    
    0% {margin-left: 0;}
    50% {margin-left: 0;}

    100% {margin-left: -100%;}
    100% {margin-left: -100%;}
}

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

footer {
    font-family: 'Quattrocento Sans', sans-serif;
    background-color:rgb(0, 0, 0);
    margin: 0 auto;
    padding: 1em;
    font-size: 0.6875em;
    color: white;
}

/* RESPONSIVE GALERIA */

@media (min-width: 480px) {
    
    .galeria__item {
    width: 48%;
    margin: 5px;
}
}

@media (min-width: 768px) {
    
    .galeria__item {
    width: 33%;
}
}

@media (min-width: 1024px) {
    
    .galeria__item {
    width: 20%;
}
}