@charset "utf-8";
/* CSS Document */

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
	padding: 0;
	margin: 0;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*----*/

html {
	position: relative;
	height: 100%;
}

body {
	position: relative;
	min-height: 100%;
}

.pagina {
	margin: auto;
	min-height: 100%;
	position: relative;
	z-index: 1;
	transition: all 0.5s ease;
}

.cont {
	max-width: 1200px;
	margin: auto;
}

.half-cont {
	overflow: hidden;
}

.half {
	width: 50%;
	float: left;
	display: block;
	box-sizing: border-box;
}

.half:first-child {
	padding-right: 20px;
}

.half:last-child {
	padding-left: 20px;
}

.third {
	width: 33.3%;
	float: left;
	display: block;
	box-sizing: border-box;
}

.w-quinto {
	width: 20%;
	float: left;
	display: block;
	box-sizing: border-box;
}

.clear {
	clear: both;
}

/*----GENERALES----*/

body {
	font: 0.9em 'Raleway', sans-serif;
	color: #000;
	background-color: #f0f0f0;
}

p {
	text-align: justify;
	margin-bottom: 20px;
	line-height: 1.4em;
	text-indent: 20px;
}

a {
	color: #943a14;
}

strong {
	font-weight: bold;
}

h1 {
	font: 300 1.6em 'Raleway', sans-serif;
	margin-bottom: 20px;
}

h2 {
	font: 300 1.4em 'Raleway', sans-serif;
	margin-bottom: 20px;
}

h3 {
	font: 300 1.2em 'Raleway', sans-serif;
	margin-bottom: 20px;
}

h4 {
	font: 300 1.1em 'Raleway', sans-serif;
	margin-bottom: 20px;
}

h5 {
	font: 300 1em 'Raleway', sans-serif;
	margin-bottom: 20px;
}

ol {
	padding-left: 20px;
	list-style: decimal;
}

ul {
	padding-left: 20px;
	list-style: disc;
}

ol li {
	margin-bottom: 15px;
}

dt {
	font-weight: bold;
}

.button {
	display: inline-block;
	background-color: #943a14;
	box-sizing: content-box;
	border-radius: 3px;
	color: #fff;
	padding: 5px 10px;
	text-decoration: none;
	font: 1em 'Raleway', sans-serif;
	border: none;
	cursor: pointer;
	transition: all 0.2s ease;
}

.button:hover {
	box-shadow: 0 0 3px #000;
	background-color: #000;
}

.button.inverse {
	background-color: transparent;
	border: 2px solid #943a14;
	color: #943a14;
	font-weight: bold;
}

.button.inverse:hover {
	box-shadow: 0 0 3px #000, 0 0 3px #000 inset;
	text-shadow: 0 0 3px #000;
	color: #fff;
	border-color: #fff;
}

.full {
	display: block;
	width: 100%;
	height: 100%;
	z-index: 2;
	position: absolute;
	left: 0;
	top: 0;
}

img {
	max-width: 100%;
	vertical-align: middle;
}


.social-i {
	display: inline-block;
	height: 30px;
	width: 30px;
	font-size: 20px;
	text-align: center;
	vertical-align: middle;
	line-height: 30px;
	padding: 0 !important;
	margin: 0 3px;
	background-color: #943a14;
	color: #fff !important;
}

.social-i i {
	display: inline-block;
	vertical-align: middle;
}

.social-i i img {
	max-height: 25px;
	max-width: 70px;
}

.social-i i {
	transition: all 0.2s ease;
}

.social-i:hover i {
	transform: rotate(360deg);
}

.social-fb:hover { background-color: #3b5998; color: #fff; }

.social-tw:hover { background-color: #55acee; color: #fff; }

.social-gp:hover { background-color: #dd4b39; color: #fff; }

.social-ins:hover { background-color: #3f729b; color: #fff; }

.social-pin:hover { background-color: #cc2127; color: #fff; }

.social-you:hover { background-color: #b31217; color: #fff; }

.social-lin:hover { background-color: #0077b5; color: #fff; }

.desp-parent {
	position: relative;
}

.desp-parent a.desplega {
	display: block;
	text-decoration: none;
	color: #000;
	cursor: pointer;
}

.desp-parent a.desplega img {
	display: inline-block;
	margin-right: 10px;
	vertical-align: middle;
}

.desplegable {
	position: absolute;
	top: 100%;
	left: 0;
	background-color: #009FE3;
	display: none;
	box-shadow: 0 0 2px #999;
}

.desplegable a {
	display: block;
	text-decoration: none;
	padding: 5px 10px;
	color: #fff;
}

.desplegable a:hover {
	background: rgba(0, 0, 0, 0.2);
	color: #fff;
}

/*---*/

header {
	padding: 20px;
	transition: all 0.2s ease;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	box-sizing: border-box;
	z-index: 99;
}

#logo {
	text-align: center;
	float: left;
	opacity: 1;
	position: relative;
	bottom: 100%;
	margin: 0 !important;
	max-height: 50px;
	transition: all 0.2s ease;
}

#logo a {
	text-decoration: none;
	border: none;
}

#logo .logo-img {
	filter: grayscale(100) brightness(5);
}

.scrolled #logo .logo-img {
	filter: invert(0);
}

#logo img {
	max-width: 200px;
	max-height: 50px;
}

#logo img.prisma {
	height: 70px;
	max-height: 70px;
	margin: -10px 0;
	display: none;
}

#logo img.logo-img {
	height: 40px;
	max-height: 40px;
	margin: 5px 0;
}

#languages {
	float: right;
	opacity: 1;
	position: relative;
}

#languages .desplega {
	padding: 10px;
	color: #fff;
	text-transform: uppercase;
}

.scrolled #languages .desplega {
	color: #000;
}

.lang-list {
	width: 125px;
	left: auto;
	right: 0;
	font-size: 0.8em;
	background-color: transparent !important;
	text-align: right;
	box-shadow: none;
	transition: all 0.2s ease;
}

.scrolled .lang-list {
	background-color: #fff !important;
}

.scrolled .lang-list a {
	color: #000;
	transition: all 0.2s ease;
}

.lang-list img {
	display: inline-block;
	margin-left: 5px;
	max-width: 20px;
	vertical-align: middle;
}

#menu {
	position: relative;
	text-align: center;
	z-index: 1;
	font: 1.2em 'Oswald', sans-serif;
	text-transform: uppercase;
}

#menu li {
	display: inline-block;
	position: relative;
	vertical-align: middle;
	line-height: 50px;
	transition: all 0.2s ease;
}

#menu > li {
}

#menu a,
#menu span {
	display: block;
	vertical-align: middle;
	color: #fff;
	text-transform: uppercase;
	transition: all 0.2s ease;
	text-decoration: none;
	padding: 3px 15px;
	border-top: 2px solid transparent;
	border-bottom: 2px solid transparent;
}

.scrolled #menu a {
	color: #000;
}

#menu a:hover,
#menu span:hover {
	border-bottom: 2px solid #999;
}

header .social {
	float: left;
	padding: 0;
}

header.scrolled {
	padding: 10px 20px;
	background-color: #fff;
	box-shadow: 0 0 3px #999;
}

footer {
	text-align: center;
	z-index: 2;
	display: block;
	width: 100%;
	box-sizing: border-box;
	background-color: rgba(255, 255, 255, 0.8);
	padding: 20px;
}

/*---index---*/

#content > section {
	position: relative;
	z-index: 1;
	background-color: #f0f0f0;
	overflow: hidden;
	padding: 20px 20px 40px;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

.sec-tit {
	font: 300 3em 'Raleway', sans-serif;
	text-align: center;
	padding: 40px 0 50px;
	margin-bottom: 50px;
	position: relative;
	text-transform: uppercase;
}

.sec-tit:after {
	content: ' ';
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	bottom: 0;
	width: 200px;
	height: 3px;
	background-color: #943a14;
}

.page-text {
	max-width: 800px;
	margin: 0 auto 50px;
}

/*---*/

#main-slider {
	box-shadow: 0 0 5px #ccc;
}

#main-slider .slide {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

#main-slider .slider,
#main-slider .slick-list,
#main-slider .slick-track,
#main-slider .slide {
	height: 100%;
}

#main-slider .slide-text {
	max-width: 600px;
	left: 0;
	right: 0;
	margin: auto;
	position: absolute;
	top: 42%;
	opacity: 0;
	text-align: center;
	z-index: 2;
	color: #fff;
	font: 300 3em 'Raleway', sans-serif;
	text-transform: uppercase;
	text-shadow: 1px 1px 0 #000;
	transition: all 0.2s ease;
	transition-delay: 0.2s;
}

#main-slider .slick-active .slide-text {
	opacity: 1;
	top: 40%;
}

.prev-arrow,
.next-arrow {
	display: block;
	position: absolute;
	top: 45%;
	text-align: center;
	cursor: pointer;
	width: 40px;
	height: 40px;
	color: #000;
	line-height: 40px;
	font-size: 40px;
	transition: all 0.2s ease;
}

.prev-arrow {
	left: 20px;
}

.next-arrow {
	right: 20px;
}

/*--- servicios ---*/
.servicios {
	text-align: center;
	overflow: hidden;
}

.servicio {
	display: inline-block;
	vertical-align: top;
	margin: 0 10px 20px;
	position: relative;
	width: 275px;
	padding: 20px;
}

.serv-img {
	margin: -20px -20px 20px;
}

.serv-img img {
	max-width: 150px;
}

.serv-tit {
	text-align: center;
	width: 100%;
	text-transform: uppercase;
	font-size: 1.2em;
}

/*--- asociados ---*/
.asociados {
	text-align: center;
	overflow: hidden;
}

.asociado {
	display: inline-block;
	vertical-align: top;
	position: relative;
	width: 40%;
	margin: 1%;
	min-height: 2em;
	padding: 20px;
	text-align: center;
	line-height: 2em;
	text-shadow: 0 0 2px #fff;
}

.as-img {
	margin: 20px auto;
	width: 150px;
	height: 150px;
	line-height: 150px;
	text-align: center;
	border-radius: 150px;
	overflow: hidden;
	position: relative;
}

.as-img img {
	max-width: 150px;
	vertical-align: top;
}

.as-tit {
	text-align: center;
	width: 100%;
	text-transform: uppercase;
	font-size: 1em;
	font-weight: normal;
	margin: 0;
	vertical-align: middle;
	display: inline-block;
}

.as-text p {
	text-align: center;
}

.asociado .full {
	background-color: rgba(0, 0, 0, 0.4);
	opacity: 0;
	transition: all 0.2s ease;
}

.asociado:hover .full {
	opacity: 1;
}

.asociado .full i {
	line-height: 150px;
	text-align: center;
	font-size: 50px;
	color: #fff;
	text-shadow: 0 0 2px #000;
	position: relative;
	right: 150px;
	transform: rotate(360deg);
	transition: all 0.2s ease;
}

.asociado:hover .full i {
	right: 0;
	transform: rotate(0);
}

/*-- sponsor -*/
/*
.sponsor {
	width:150px;
	height:80px;
	text-align:center;
	line-height:80px;
	background-color:#ddd;
	padding:10px;
	margin:10px;
	position:relative;
}*/

.sponsor {
	height: 150px !important;
	line-height: 110px;
	position: relative;
	text-align: center;
	vertical-align: middle;
	display: inline-block;
	padding: 20px;
	box-sizing: border-box;
	z-index: 1;
	transition: all 0.2s ease;
}

.sponsor img {
	max-width: 100%;
	max-height: 100%;
	vertical-align: middle;
	transition: all 0.2s ease;
}

/*--contacto--*/
#gmap {
	width: 100%;
	height: 300px;
	margin-bottom: 20px;
}

.msg-error p {
	padding: 5px;
	margin: 20px 0;
	border-style: solid;
	border-width: 1px;
	font-size: 0.8em;
	background-color: #fbd3b1;
	color: #ce2700 !important;
	border-color: #f5c69a;
	display: none;
}

.msg-ok p {
	padding: 5px;
	margin: 20px 0;
	border-style: solid;
	border-width: 1px;
	font-size: 0.8em;
	background-color: #e0f2cb;
	color: #6da827 !important;
	border-color: #6da827;
	display: none;
}

label {
	display: block;
	font-size: 0.8em;
	font-weight: bold;
}

label span {
	color: #0065B1;
	font-size: 2em;
	position: relative;
	top: 5px;
}

input[type=text],
input[type=password],
input[type=email] {
	display: block;
	border: 1px solid #eaeaea;
	background-color: #fff;
	margin-bottom: 10px;
	padding: 10px;
	width: 100%;
	box-sizing: border-box;
	font: 0.8em Arial, Helvetica, sans-serif;
	transition: all 0.2s ease;
}

select {
	display: block;
	border: 1px solid #eaeaea;
	background-color: #fff;
	margin-bottom: 10px;
	padding: 10px;
	width: 100%;
	box-sizing: border-box;
	font: 0.8em Arial, Helvetica, sans-serif;
	transition: all 0.2s ease;
}

textarea {
	display: block;
	border: 1px solid #eaeaea;
	background-color: #fff;
	margin-bottom: 10px;
	padding: 10px;
	width: 100%;
	box-sizing: border-box;
	height: 150px;
	font: 0.8em Arial, Helvetica, sans-serif;
	transition: all 0.2s ease;
}

input[type=number] {
	display: block;
	border: 1px solid #eaeaea;
	background-color: #fff;
	margin-bottom: 10px;
	padding: 10px;
	width: 80px;
	box-sizing: border-box;
	font: 0.8em Arial, Helvetica, sans-serif;
	transition: all 0.2s ease;
}

input[type=text]:focus,
input[type=password]:focus,
input[type=number]:focus,
select:focus,
textarea:focus {
	box-shadow: 0 0 1px #999;
}

input[type=text]:read-only,
input[type=password]:read-only,
input[type=number]:read-only,
textarea:read-only {
	border-color: transparent !important;
	box-shadow: none !important;
}

input[type=text]:-moz-read-only,
input[type=password]:-moz-read-only,
input[type=number]:-moz-read-only,
textarea:-moz-read-only {
	border-color: transparent !important;
	box-shadow: none !important;
}

.contact-form input[type=text],
.contact-form textarea {
	background-color: #fff;
	transition: all 0.2s ease;
}

.contact-form p {
	text-indent: 0;
}

#thanks {
	display: none;
	padding: 20px;
	width: 60%;
	text-align: center;
	margin: auto;
}

#thanks h2 {
	font-size: 1.6em;
}

#thanks p {
	text-align: center;
}

.contact-tit {
	font-size: 3em;
	font-weight: 300;
	margin-bottom: 20px;
}

.address-cont {
	margin-bottom: 10px;
	overflow: hidden;
}

.address-cont h3 {
	font-weight: bold;
	font-size: 1em;
}

.address-info p {
	text-indent: 0;
}

.address {
}

.contact-data {
	overflow: hidden;
}

.contact-data dt {
	float: left;
	font-weight: normal;
	width: 115px;
	color: #999;
	clear: left;
}

.contact-data dd {
	float: left;
	font-weight: normal;
	color: #999;
}

/*---movil---*/

.mob {
	display: none;
}

#menu-fixed {
	text-align: center;
	width: 100%;
	background: #333;
	margin: 0;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 21;
	box-shadow: 0 0 5px #000;
	display: none;
	height: 53px;
	color: #fff;
	font-family: "Raleway", sans-serif;
}

#menu-fixed:before {
	content: ' ';
	display: block;
	width: 100vw;
	height: 100vh;
	background-color: #000;
	opacity: 0;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 1;
	display: none;
	transition: all 0.2s ease;
}

#menu-fixed.opened:before {
	opacity: 0.5;
	display: block;
}

.top-menu-logo {
	position: absolute;
	right: 15px;
	top: 15px;
	max-height: 23px;
	z-index: 4;
}

.menu-logo {
	display: block;
	margin: 40px auto;
	max-width: 70%;
}

#menu-fixed nav {
	padding: 0 !important;
	background: #fff;
	border-radius: 0 !important;
	width: 70% !important;
	height: 100vh;
	position: absolute;
	z-index: 4;
	top: 0;
	left: -100%;
	text-align: left;
	transition: all 0.2s ease;
}

#menu-fixed.opened nav {
	left: 0;
}

#menu-fixed li {
	display: block !important;
	margin: 0 !important;
	padding: 0 0 0 30px !important;
	opacity: 0.5;
	transition: all 0.2s ease;
}

#menu-fixed li.selected,
#menu-fixed li:hover {
	opacity: 1;
}

#menu-fixed a {
	color: #000 !important;
	text-transform: uppercase;
	display: block;
	line-height: 30px;
	text-decoration: none;
	font-size: 1.1em;
	padding: 0;
	margin: 0 !important;
	margin-top: 5px;
	transition: all 0.2s ease;
	text-shadow: none !important;
}

.select-menu {
	position: absolute;
	left: 5px;
	top: 7px;
	width: 40px;
	height: 40px;
	z-index: 3;
}

.select-menu a {
	display: block;
	width: 40px;
	height: 40px;
	vertical-align: middle;
	text-align: center;
}

.select-menu i {
	line-height: 40px;
	font-size: 20px;
	color: #000;
	vertical-align: middle;
	text-align: center;
	transition: all 0.2s ease;
	opacity: 0;
}

.select-menu i.open-icon {
	opacity: 1;
}

.opened .select-menu i.close-icon {
	opacity: 1;
}

.opened .select-menu i.open-icon {
	opacity: 0;
}

#menu-tit {
	height: 53px;
	display: block;
	color: #fff;
	background: #fff;
	line-height: 53px;
	text-align: center;
	transition: all 0.2s ease;
	font-weight: bold;
	font-size: 1em;
	line-height: 53px;
	position: relative;
	z-index: 3;
}

.opened #menu-tit {
	color: #fff;
	background-color: #333;
}

@media only screen and (max-width: 960px) {
	.mob {
		display: block;
	}

	.cont {
		width: 100% !important;
	}

	header {
		padding: 0;
	}

	header > * {
		display: none;
	}

	#menu-fixed {
		display: block !important;
	}

	#main-slider .slide-text {
		max-width: 90%;
	}

	.pagina {
		padding: 53px 0 0;
	}

	.social {
		padding-top: 0;
		text-align: center;
	}

	.asociado {
		display: block;
		width: 95%;
		margin: 0 auto 20px;
	}

	.half {
		float: none;
		padding: 0 !important;
		margin: 0 auto 20px;
		width: auto;
	}

	.address-cont h3 {
		float: none;
		width: auto;
	}

	.address-info {
		float: none;
		width: auto;
	}

}