@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: 'codropsicons';
	src:url('../fonts/codropsicons/codropsicons.eot');
	src:url('../fonts/codropsicons/codropsicons.eot?#iefix') format('embedded-opentype'),
		url('../fonts/codropsicons/codropsicons.woff') format('woff'),
		url('../fonts/codropsicons/codropsicons.ttf') format('truetype'),
		url('../fonts/codropsicons/codropsicons.svg#codropsicons') format('svg');
}

*, *:after, *:before { border-box; box-sizing: border-box; }
.clearfix:before, .clearfix:after { content: ''; display: table; }
.clearfix:after { clear: both; }

body {
	color: #000000;
	font-weight: 400;
	font-size: 1em;
	font-family: 'Terminal Dosis Light', Arial, sans-serif;
	background-attachment: fixed;
	background-image: url(../img/fondo.png);
	background-repeat: repeat-x;
}
#open_preferences_center
{
	font-size:1em;
	font-weight: bolder;
	color: #fafdf4;
	padding: 10px;
	z-index: 100;
	background-color: #000;
	height: 40px;
	border-radius: 10px;
	position: fixed;
	left: 10px;
	bottom: 10px;
	}
.logos {
	background-color: #FFF;
	float: right;
	margin-top: 15px;
	border-radius: 20px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 5px;
}
.logo-cabecera {
	float: left;
	width: 420px;
}

.botonera-superior {
	width: 170px;
	float: right;
	margin-top: 25px;
}

.bto-sobre
{
	opacity: 1.0;
	filter: alpha(opacity=100); /* For IE8 and earlier */
	border: 0px;
	cursor: pointer;	

}
.bto-sobre:hover
{
	opacity: 0.7;
	filter: alpha(opacity=40); /* For IE8 and earlier */
	cursor: pointer;
	text-decoration: none;	
}
.menu-superior {
	background-color: rgba(0,0,0,0.5);
	box-shadow: 0px 0px 20px rgba(0,0,0,0.2);
	height: 95px;
	width: 100%;
}

.cabecera {
	background-image: url(../img/fondo-cabecera.png);
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	background-attachment: fixed;
	height: auto;
}
.menu-superior ul {
	text-align: right;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
}
.menu-superior li {
	list-style-type: none;
	display: inline;
	padding-right: 5px;
	padding-left: 5px;
}


.titulo {
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
	padding-top: 40px;
}
.titulo img {
	width: 50%;
	height: 50%;
}
.video-publi {
	text-align: center;
	width: 80%;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
}
.reflexion {
	height: 600px;
	width: 100%;
	background-image: url(../img/conoces-alcohol.png);
	background-repeat: no-repeat;
	background-size: contain;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	background-position: center;
}
.pie {
	background-color: #000;
	width: 100%;
	height: 300px;
	padding-top: 20px;
	padding-left: 20px;
}
.pie h2 {
	color: #FFF;
	margin-left: 0px;
	margin-top: 0px;
}
.mapa-web {
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 30px;
}

.mapa-web ul {
	margin: 0px;
	padding: 0px;
}
.mapa-web li {
	margin-top: 5px;
	margin-bottom: 5px;
	list-style-type: none;
}

.logos-pie {
	padding: 10px;
	background-color: #FFF;
	border-radius: 20px;
	width: 250px;
	float: left;
}
.logos-pie ul {
	margin: 0px;
	padding: 0px;
}

.logos-pie li {
	list-style-type: none;
	margin-bottom: 10px;
}
.redes-sociales {
	width: 200px;
	float: right;
	margin-top: 50px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
}
.redes-sociales ul {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
}

.redes-sociales  li {
	display: inline;
	margin-right: 10px;
}





a {
	text-decoration: none;
	outline: none;
	color: #FFF;
}

a:hover, a:focus {
	color: #CCCCCC;
}

section {
	padding: 1em;
	text-align: center;
}

/* Header */
.codrops-header {
	margin: 0 auto;
	padding: 4em 1em;
	text-align: center;
}

.codrops-header h1 {
	margin: 0;
	font-weight: 800;
	font-size: 4em;
	line-height: 1.3;
}




.related {
	padding: 6em 1em;
	font-size: 120%;
}

.related > a {
	border: 1px solid #4f7f90;
	display: inline-block;
	text-align: center;
	margin: 20px 10px;
	padding: 25px;
}

.related a:hover {
	border-color: #39545e;
}

.related a img {
	max-width: 100%;
	opacity: 0.8;
}

.related a:hover img,
.related a:active img {
	opacity: 1;
}

.related a h3 {
	margin: 0;
	padding: 0.5em 0 0.3em;
	max-width: 300px;
	text-align: left;
}

@media screen and (max-width: 25em) {

	.codrops-header {
		font-size: 75%;
	}
		
	
	}
@media screen and (max-width: 1000px) {


.botonera-superior {
	width: 170px;
	float: right;
	margin-top: 25px;
	display: none;
}
.logos {
	background-color: #FFF;
	float: right;
	margin-top: 15px;
	border-radius: 20px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 5px;
	display: none;
}
.logo-cabecera {
	width: 420px;
	margin-right: auto;
	margin-left: auto;
}
.reflexion {
	height: 600px;
	width: 100%;
	background-image: url(../img/conoces-alcohol.png);
	background-repeat: no-repeat;
	background-size: contain;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	background-position: center;
	display: none;
}
.pie {
	background-color: #000;
	width: 100%;
	height: 450px;
	padding-top: 20px;
	padding-left: 20px;
}
.pie h2 {
	color: #FFF;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.mapa-web {
	float: left;
	width: 90%;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 20px;
	text-align: center;
}
.mapa-web a {
	font-size: 1.5em;
}
.mapa-web ul {
}
.mapa-web li {
	margin-top: 10px;
	margin-bottom: 10px;
	list-style-type: none;
	display: inline;
	margin-right: 10px;
	margin-left: 10px;
	text-align: center;
}

.logos-pie {
	padding: 10px;
	background-color: #FFF;
	border-radius: 20px;
	width: 90%;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 20px;
	text-align: center;
}
.logos-pie ul {
	margin: 0px;
}

.logos-pie li {
	list-style-type: none;
	margin-bottom: 10px;
	display: inline;
	text-align: center;
}
.redes-sociales {
	width: 90%;
	margin-top: 50px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
	text-align: center;
}
.redes-sociales  li {
	display: inline;
	margin-right: 10px;
}


}

@keyframes 

loaderAnim {
	0% {
		box-shadow: 20px 0 0 var(--color-text), -20px 0 0 transparent;
		background: transparent;
	}
	50% {
		box-shadow: 20px 0 0 transparent, -20px 0 0 transparent;
		background: var(--color-text);
	}
	100% {
		box-shadow: 20px 0 0 transparent, -20px 0 0 var(--color-text);
		background: transparent;
	}
}

.word {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	cursor: default;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	margin-top: 0.2em;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
