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

body {
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
}

.contenedor {
	width: 90%;
	max-width: 1080px;
	margin: 0 auto;
}

.titulo-seccion {
	text-align: center;
	margin-bottom: 40px;
}

.titulo-seccion h2 {
	color: #0089E0;
	font-size: 3.125rem;
	margin-bottom: 15px;
	font-weight: 500;
}

.titulo-seccion p {
	color: #979797;
	font-size: 1.5rem;
	font-weight: 400;
}

.btn-volver-arriba {
	display: inline-block;
	width: 40px;
	height: 40px;
	background: rgba(0,0,0,0.5);
	border-radius: 30%;
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 9999;
	margin-right: -60px;
	transform: all .4s ease;
}

.btn-volver-arriba a {
	display: inline-block;
	width: 100%;
	height: 100%;
	border-radius: 30%;
	text-align: center;
}

.btn-volver-arriba a i {
	font-size: 1rem;
	color: #FFF;
	line-height: 40px;
}

.menu-bar-pc {
	width: 100%;
	min-height: 68px;
	border-bottom: 1px solid rgba(255,255,255,0.15);
	padding: 0 36px;
	background: transparent;
	display: flex;
	flex-direction: row;
	justify-content: space-between; 
	align-items: center;
	position: relative;
	z-index: 100;
	background-color: rgba(0,0,0,0.5);
}

.logo {
	display: inline-block;
	width: 50px;
}

.logo img {
	width: 100%;
	vertical-align: top;
}

.menu-principal a, .top-redes a {
	display: inline-block;
	padding: 0 10px;
	color: #fff;
	text-decoration: none;
	font-weight: 500;
	font-size: 0.876rem;
	letter-spacing: 0;
	line-height: 1.5em;
	transition: all .3s ease;
}

.menu-principal a:last-child, .top-redes a:last-child {
	padding-right: 0;
}

.top-redes a i {
	font-size: 1rem;
}

.menu-principal a:hover, .top-redes a:hover {
	color: #0089E0;
}

.fixed-header {
	width: 100%;
	min-height: 68px;
	border-bottom: 1px solid rgba(204,204,204,0.5);
	padding: 0 36px;
	background: #fff;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	position: fixed;
	top: 0;
	z-index: 100;
	transition: all .4s ease;
	margin-top: -68px;
}

.fixed-header .menu-principal a, .fixed-header .top-redes a {
	color: #444444;
}

.fixed-header .menu-principal a:hover, .top-redes a:hover {
	color: #0089E0;
}


.menu-mobile {
	display: none;
}

.main {
	width: 100%;
	margin-top: -68px;
}

.main .banner-principal {
	width: 100%;
	position: relative;
}

.main .banner-principal .banner {
	width: 100%;
	/*height: 100vh;*/
	background-image: url('../img/banner.jpg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-attachment: fixed;
}

.main .banner-principal .texto-banner {
	display: inline-block;
	width: 90%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
}

.main .banner-principal .texto-banner h2 {
	font-weight: 300;
	color: #fff;
	margin-bottom: 20px;
}

.main .banner-principal .texto-banner h1 {
	font-size: 6.0625rem;
	font-weight: 700;
	line-height: 90px;
	color: #fff;
	margin-bottom: 30px;
}

.main .banner-principal .texto-banner a {
	text-decoration: none;
	display: inline-block;
	padding: 8px 20px;
	background: #0089E0;
	color: #fff;
	transition: all .7s ease;
}

.main .banner-principal .texto-banner a:hover {
	background: #fff;
	color: #0089E0;
}

.main .proyectos {
	background: #F3F4FA;
	padding: 108px 0 54px 0;
}

.main .proyectos .galeria-proyectos {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-bottom: 34px;
	border-bottom: 1px solid #ccc;
}

.main .proyectos .galeria-proyectos .proyecto {
	width: 32%;
	margin-bottom: 2%;
	cursor: pointer;
}

.main .proyectos .galeria-proyectos .proyecto img {
	width: 100%;
	vertical-align: top;
}

/*  INICIO DE NOVEDADES SUPER SORTEOS  */


.superSorteos {
	width: 100%;
	padding: 50px 0;
	background: #F3F4FA;
}

.superSorteos .contenedor {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	row-gap: 15px;
}

.sorteo, .infoSorteo {
	width: 50%;
	border: 1px solid #aaa;
	min-width: 520px;
	max-height: 725px;
}

.sorteo {
	background-image: url(/img/Fondo-Super-Sorteos.png);
	background-size: cover;
	background-position: center center;
	border-radius: 30px 0 0 30px;
	display: grid;
	grid-template-columns: 10px 1fr 2fr 10px;
	grid-template-rows: 30px 5fr 1fr 30px;
}

.sorteoMes {
	background-color: #fff;
	height: max-content;
	border: 2px solid #333;
	border-radius: 10px;
	grid-column: 3 / 4;
	grid-row: 2;
	display: grid;
	grid-template-columns: 140px 1fr;
	padding: 10px;
}

.fotoSorteo {
	grid-column: 1 / 2;
	grid-row: 1 / 4;
	width: 125px;
	height: 125px;
	background-image: url(/img/logo-super-sorteos.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
	background-color: rgb(29, 126, 126);
}

hr {
	height: 4px;
	background-color: #333;
	margin-bottom: 30px;
}

.sumaPremios {
	grid-column: 2 / 4;
	grid-row: 3 / 4;
}

.textoPremio {
	text-align: center;
	color: #FFF;
	font-size: 18px;
}

.superPremio {
	grid-column: 2 / 4;
	height: 80px;
	background-color: rgb(29, 126, 126);
	border-radius: 20px;
	text-align: center;
}

.premioTotal {
	font-size: 58px;
	font-weight: bold;
	color: #eee;
}


.infoSorteo {
	display: grid;
	grid-template-columns: 10px 1fr 10px;
	grid-template-rows: 30px 3fr 2fr 2fr 1fr 50px 30px;
	background-color: #fff;
}


.infoSorteo h2 {
	grid-column: 2 / 3;
	grid-row: 2 / 3;
	font-size: 58px;
	font-weight: bold;
	line-height: 60px;
}

.infoSorteo h2 span {
	background-color: rgb(29, 126, 126);
	color: #eee;
	line-height: 80px;
}

.infoMartes {
	grid-column: 2 / 3;
	grid-row: 3 / 4;
}

.infoJueves {
	grid-column: 2 / 3;
	grid-row: 4 / 5;
}

.reglas {
	grid-column: 2 / 3;
	grid-row: 6 / 7;
	font-size: 10px;
}

.fotoMartes {
	display: flex;
	align-items: center;
	justify-content: space-around;
}

.fotoMartes img {
	width: 130px;
	height: 130px;
}

.sorteosMartes {
	width: 335px;
}

.contenedorDia {
	display: grid;
	grid-template-columns: 1fr 1fr 3fr;
	grid-template-rows: 1fr 1fr 1fr;
	justify-items: center;
}

.dia, .premio {
	font-size: 24px;
	font-weight: bold;
}

.diaSorteo {
	font-size: 24px;
	font-weight: bold;
}




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

.modal img {
	width: 90%;
	max-width: 600px;
}

.modal .btn-cerrar {
	position: fixed;
	height: 50px;
	width: 50px;
	top: 20px;
	right: 20px;
	background: #0089E0;
	text-align: center;
	cursor: pointer;
}

.modal .btn-cerrar i {
	color: #fff;
	font-size: 1rem;
	line-height: 50px;
}

.main .acerca-de {
	background: #F3F4FA;
}

.main .acerca-de .contenedor {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
}

.main .acerca-de .contenedor .horarios {
	margin: auto;
	display: block;
}

.main .acerca-de .contenedor .horarios img {
	max-width: 1000px;
}


.main .acerca-de .contenedor .titulo-seccion {
	width: 33.33%;
	text-align: left;
}

.main .acerca-de .contenedor .titulo-seccion h2 {
	margin-bottom: 0;
}

.main .acerca-de .texto-acerca-de {
	width: 66.66%;
	text-align: left;
}

.main .acerca-de .texto-acerca-de p {
	color: #979797;
	font-size: 1rem;
	font-weight: 400;
}

.main .contenedor-slider {
	width: 100%;
	overflow: hidden;
	background: #F3F4FA;
	padding: 54px 0;
	position: relative;
}

.main .contenedor-slider .slider {
	width: 700%;
	display: flex;
}

.main .contenedor-slider .slider .slide {
	width: 15%;
	max-width: 950px;
	margin-right: 0.7%;
	box-shadow: 0px 20px 40px #aaa;
}

.main .contenedor-slider .slider .slide img {
	width: 100%;
	vertical-align: top;
}

.main .contenedor-slider .btn-anterior, .main .contenedor-slider .btn-siguiente {
	display: inline-block;
	cursor: pointer;
	position: absolute;
	color: #fff;
	font-size: 1.5rem;
	top: 50%;
	transform: translateY(-50%);
}

.main .contenedor-slider .btn-anterior {
	left: 2%;
}

.main .contenedor-slider .btn-siguiente {
	right: 2%;
}

.main .contenedor-slider .btn-anterior i:hover, .main .contenedor-slider .btn-siguiente:hover {
	color: #0089E0;
}

.contenedor-espectaculos {
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
	background-color: #EEE;
}

.main .nuestro-equipo {
	background: #F3F4FA;
	padding-top: 54px;
	padding-bottom: 108px;
}

.main .nuestro-equipo .equipo {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content:space-around;
}

.main .nuestro-equipo .equipo .persona-equipo {
	background: #fff;
	padding: 50px;
	width: 100%;
	max-width: 500px;
	box-shadow: 0px 9px 32px -1px rgba(0,0,0,0.2);
	text-align:center;
	margin-top: 50px;
}

.main .nuestro-equipo .equipo .persona-equipo:first-child, .main .nuestro-equipo .equipo .persona-equipo:last-child {
	position: relative;
	top: 0px;
}

.main .nuestro-equipo .equipo .persona-equipo .foto {
	width: 50%;
	max-width: 300px;
	display: inline-block;
	margin-bottom: 10px;
}

.main .nuestro-equipo .equipo .persona-equipo .foto img {
	width: 100%;
	border-radius: 100%;
}

.main .nuestro-equipo .equipo .persona-equipo .texto h3 {
	font-size: 2.0rem;
	font-weight: 500;
	color: #0089E0;
}

.main .nuestro-equipo .equipo .persona-equipo .texto h4 {
	color: #979797;
	font-size: 1.8rem;
	font-weight: 400;
	margin-bottom: 15px;
}

.main .info-extra {
	background: #191919;
	padding: 130px 0;
}

.main .info-extra .contenedor {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
}

.main .info-extra .contenedor .info {
	width: 50%;
}

.main .info-extra .contenedor .info .contenido-info {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
}

.main .info-extra .contenedor .info .contenido-info:first-child {
	margin-bottom: 30px;
}

.main .info-extra .contenedor .info .contenido-info .info-icono {
	width: 5%;
}

.main .info-extra .contenedor .info .contenido-info .info-icono i {
	font-size: 1.5rem;
	color: #fff;
}

.main .info-extra .contenedor .info .contenido-info .texto-info h4 {
	font-size: 1.875rem;
	line-height: 24px;
	color: #fff;
	font-weight: 500;
	margin-bottom: 15px;
}

.main .info-extra .contenedor .info .contenido-info .texto-info p {
	color: #979797;
	font-size: 1rem;
	font-weight: 400;
}

.main .info-extra .contenedor .foto {
	width: 50%;
	height: 300px;
	box-shadow: 0px 9px 32px -1px rgba(0,0,0,0.5);
	background-image: url('../img/info-foto.jpg');
	background-position: center;
	background-size: cover;
}

.main .contacto {
    padding: 190px 0;
    /*background-image: url('../img/bg-contacto.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;*/
}


.main .contacto .contenedor-formulario {
    background: #fff;
    min-height: 485px;
    border-radius: 3px;
    box-shadow: 0px 9px 32px -1px rgba(0,0,0,0.3);
    display: flex;
    justify-content: space-between;
}

.main .contacto .contenedor-formulario .formulario {
    width: 50%;
    padding: 70px;
}

.main .contacto .contenedor-formulario .formulario h2 {
    font-size: 1.375rem;
    line-height: 24px;
    color: #0089E0;
    font-weight: 500;
    margin-bottom: 10px;
}

.main .contacto .contenedor-formulario .formulario p {
    color: #979797;
    font-size: 1rem;
    font-size: 400;
    margin-bottom: 30px;
}

.main .contacto .contenedor-formulario .formulario form input[type="text"], .main .contacto .contenedor-formulario .formulario form input[type="email"]{
    border: none;
    border-bottom: 1px solid #ccc;
    padding: 10px 0;
    outline: none;
    width: 100%;
    margin-bottom: 10px;
    color: #979797;
    font-size: 0.9rem;
    font-weight: 400;
    letter-spacing: 0.5px;
}

.main .contacto .contenedor-formulario .formulario form textarea {
    border: none;
    border-bottom: 1px solid ·ccc;
    padding: 10px 0;
    outline: none;
    width: 100%;
    max-width: 100%;
    max-height: 88px;
    min-height: 88px;
    color: ·979797;
    margin-bottom: 10px;
    font-size: 0.9rem;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    letter-spacing: 0;
}

.main .contacto .contenedor-formulario .formulario form input[type="submit"] {
    width: 100%;
    border: none;
    border: 1px solid #0089E0;
    padding: 8px;
    background: #0089E0;
    color: #fff;
    font-size: 0.9rem;
    font-family: 'Poppins', sans-serif;
    letter-spacing: 0.5px;
    cursor: pointer;
    transition: all .7s ease;
}

.main .contacto .contenedor-formulario .formulario form input[type="submit"]:hover {
    background: #fff;
    color: #0089E0;
}

/*.main .contacto .contenedor-formulario .foto {
    width: 50%;
    background-image: url('../img/foto-contacto.jpg');
    background-size: cover;
}*/

.main .contacto .contenedor-formulario .formulario form .error {
    color: #ff8c8c;
    font-size: 12px;
    margin-top: -10px;
    margin-bottom: 10px;
    display: none;
}

.main .contenedor-mapa {
		width: 100%;
		height: 500px;
}

footer {
	background: #f3f4fa;
	padding: 54px 0;
	text-align: center;
}

footer .copy {
	color: #979797;
	font-size: 0.9rem;
	font-weight: 400;
	margin-bottom: 15px;
}

footer .footer-redes a {
	display: inline-block;
	padding: 0 10px;
	color: #979797;
	text-decoration: none;
	font-weight: 500;
	font-size: 0.875rem;
	letter-spacing: 0;
	line-height: 1.5em;
	transition: all .3s ease;
}

footer .footer-redes a:hover {
	color: #0089E0;
}

@media screen and (max-width: 1040px) {

	.main .acerca-de .contenedor .horarios img {
	width: 750px;
	height: auto;
	}

	.main .nuestro-equipo .titulo-seccion {
		margin-bottom: 60px;
	}
	.main .nuestro-equipo .equipo .persona-equipo {
		max-width: 100%;
		display: flex;
		flex-direction: row;
		justify-content: center;
		text-align: center;
	}
	
	.main .nuestro-equipo .equipo .persona-equipo:first-child {
		top: -20px;
	}
	
	.main .info-extra .contenedor .info {
		width: 100%;
	}
	
	.main .info-extra .contenedor .foto {
		display: none;
	}
}

@media screen and (max-width: 900px) {
	.menu-bar-pc {
		display: none;
	}
	.menu-mobile {
		display: block;
		width: 100%;
		padding: 5px 18px;
		background: #fff;
		color: #444444;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 100;
	}
	.menu-mobile .barra {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.menu-mobile .barra .logo {
		width: 40px;
	}
	.menu-mobile .barra a i {
		font-size: 1.4rem;
		color: #444444;
	}
	.menu-mobile .menu-principal {
		width: 80%;
		display: block;
		position: fixed;
		top: 56px;
		left: -100%;
		border-bottom: 1px slid rgba(204,204,204,0.5);
		border-right: 1px slid rgba(204,204,204,0.5);
		box-shadow: 0px 1px 5px -1px rgba(0,0,0,0.2);
		background: #fff;
		text-align-last: center;
	}
	.menu-mobile .menu-principal a {
		display: block;
		padding: 10px;
		color: #444444;
		border-bottom: 1px solid rgba(204,204,204,0.5);
	}
	.menu-mobile .menu-principal a:hover {
		background: #f7f7f7;
	}
	.main .acerca-de .contenedor .horarios img {
	width: 650px;
	height: auto;
	}
	.fixed-header {
		display: none;
	}
	.main {
		margin-top: 0;
	}
	.main .acerca-de .contenedor .titulo-seccion, .main .acerca-de .contenedor .texto-acerca-de {
		width: 100%;
		text-align: center;
	}
	.main .contacto .contenedor-formulario .formulario {
		width: 100%;
		text-align: center;
	}
	.main .contacto .contenedor-formulario .foto {
		display: none;
	}
	.main .contacto .contenedor-formulario .formulario form input[type="text"], .main .contacto .contenedor-formulario .formulario form input[type="email"], .main .contacto .contenedor-formulario .formulario form textarea {
		text-align: center;
	}
}
@media screen and (max-width: 550px) {
	.main .banner-principal .texto-banner h1 {
		font-size: 4rem;
	}
	.titulo-seccion h2 {
		font-size: 2.125rem;
	}
	.main .proyectos .galeria-proyectos .proyecto {
		width: 49%;
	}
	.main .nuestro-equipo .equipo .persona-equipo {
		flex-direction: column;
		align-items: center;
		text-align: center;
	}
	.main .info-extra .contenedor .info .contenido-info {
		flex-wrap: wrap;
		text-align: center;
	}
	.main .info-extra .contenedor .info .contenido-info .info-icono {
		width: 100%;
		margin-bottom: 25px;
	}
	.main .info-extra .contenedor .info .contenido-info .info-icono i {
		font-size: 3.5rem;
	}
	.main .acerca-de .contenedor .horarios img {
	width: 450px;
	height: auto;
	}
	main .info-extra .contenedor .info .contenido-info .info-icono {
		margin-left: 0;
	}
	main .info-extra .contenedor .info .contenido-info .info-icono h4 {
		font-size: 1.175rem;
	}
	.main .info-extra .contenedor .info .contenido-info:first-child {
		margin-bottom: 40px;
	}



	.superSorteos {
		min-width: 300px;
		margin: 50px auto;
		text-align: center;
	}
	
	.superSorteos .contenedor {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		row-gap: 15px;
		margin-left: auto;
		margin-right: auto;
	}
	
	.sorteo, .infoSorteo {
		width: 40%;
		border: 1px solid #333;
		min-width: 360px;
		max-height: 725px;
	}
	
	.sorteo {
		background-color: #aaa;
		border-radius: 30px 0 0 30px;
		width: 100%;
		display: grid;
		grid-template-columns: 10px 1fr 2fr 10px;
		grid-template-rows: 30px 5fr 1fr 30px;
	}
	
	.sorteoMes {
		text-align: left;
	}

	.sorteoMes p {
		font-size: 14px;
	}
	
	.fotoSorteo {
		grid-column: 1 / 2;
		grid-row: 1 / 4;
		width: 125px;
		height: 125px;
		background-color: #333;
	}
	
	hr {
		height: 4px;
		background-color: #333;
		margin-bottom: 30px;
	}
	
	.sumaPremios {
		grid-column: 2 / 4;
		grid-row: 3 / 4;
	}
	
	.textoPremio {
		text-align: center;
		color: #FFF;
		font-size: 18px;
	}
	
	.superPremio {
		grid-column: 2 / 4;
		height: 80px;
		background-color: chartreuse;
		border-radius: 20px;
		text-align: center;
	}
	
	.premioTotal {
		font-size: 58px;
		font-weight: bold;
		color: #333;
	}
	
	
	.infoSorteo {
		width: 100%;
		display: grid;
		grid-template-columns: 2px 1fr 2px;
		grid-template-rows: 30px 3fr 2fr 2fr 1fr 80px 30px;
	}
	
	
	.infoSorteo h2 {
		grid-column: 2 / 3;
		grid-row: 2 / 3;
		font-size: 36px;
		font-weight: bold;
		line-height: 60px;
	}
	
	.infoMartes {
		grid-column: 2 / 3;
		grid-row: 3 / 4;
	}
	
	.infoJueves {
		grid-column: 2 / 3;
		grid-row: 4 / 5;
	}
	
	.reglas {
		grid-column: 2 / 3;
		grid-row: 6 / 7;
		font-size: 12px;
		width: 100%;
	}
	
	.fotoMartes {
		display: flex;
		align-items: center;
		justify-content: space-around;
	}
	
	.fotoMartes img {
		width: 100px;
		height: 100px;
		background-color: #EEE;
		border-radius: 50%;
	}
	
	.sorteosMartes {
		width: 260px;
	}
	
	.contenedorDia {
		display: grid;
		grid-template-columns: 1fr 1fr 3fr;
		grid-template-rows: 1fr 1fr 1fr;
		justify-items: center;
	}
	
	.dia, .premio {
		font-size: 24px;
		font-weight: bold;
	}
	
	.diaSorteo {
		font-size: 24px;
		font-weight: bold;
	}
}

@media screen and (max-width: 450px) {

	.fotoMartes {
		flex-wrap: wrap;
	}

	.sorteosMartes {
		width: 400px;
	}

	.fotoMartes img {
		display: none;
	}

	.infoSorteo {
		width: 320px;
		border: none;
	}

	.infoSorteo h2 {
		width: 360px;
	}

	.infoJueves {
		margin-top: 20px;
	}

	.reglas {
		font-size: 10px;
		width: 360px;
	}

}

@media screen and (max-width: 400px) {

	.fotoMartes {
		flex-wrap: wrap;
	}

	.sorteosMartes {
		width: 400px;
	}

	.infoSorteo {
		border: none;
	}

	.reglas {
		font-size: 10px;
	}

}