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%;
	vertical-align: baseline
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block
}

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
}

button {
	outline: 0;
	background: none repeat scroll 0 0 transparent;
	border: medium none;
	border-spacing: 0;
	color: #2962B7;
	font-family: 'PT Sans Narrow', sans-serif;
	font-size: 16px;
	font-weight: normal;
	line-height: 1.42rem;
	list-style: none outside none;
	margin: 0;
	padding: 0;
	text-align: left;
	text-decoration: none;
	text-indent: 0
}

body {
	-webkit-font-smoothing: antialiased
}

.burger-menu {
	position: relative;
	width: 30px;
	height: 50px;
	cursor: pointer
}

.burger {
	position: absolute;
	background: #fff;
	width: 100%;
	height: 2px;
	top: 50%;
	right: 0px;
	margin-top: -5px;
	opacity: 1
}

.burger::before {
	position: absolute;
	background: #fff;
	width: 30px;
	height: 2px;
	top: 10px;
	content: "";
	display: block
}

.burger::after {
	position: absolute;
	background: #fff;
	width: 30px;
	height: 2px;
	bottom: 10px;
	content: "";
	display: block
}

.burger::after,
.burger::before,
.burger {
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out
}

.burger-menu.menu-on .burger::after {
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	bottom: 0px;
	background: #262626
}

.burger-menu.menu-on .burger::before {
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	background: #262626;
	top: 0px
}

.burger-menu.menu-on .burger {
	background: rgba(255, 255, 255, 0)
}

body,
html {
	font-family: 'Karla', sans-serif;
	font-weight: 400;
	font-size: 16px;
	letter-spacing: 1px;
	color: #262626;
	overflow-x: hidden
}

a,
a:hover,
a:focus,
a:active,
a:visited {
	color: inherit;
	text-decoration: none
}

h1 {
	font-size: 36px
}

h2 {
	font-size: 24px;
	font-weight: 700
}

h3 {
	font-size: 16px;
	font-weight: 700
}

.btn {
	border-radius: 0px;
	text-transform: uppercase;
	text-align: center;
	font-size: 14px;
	font-weight: 700;
	white-space: normal
}

.btn.btn-line {
	background-color: transparent;
	border: 2px solid
}

.btn.btn-apuntate {
	padding: 12px 60px
}

.btn.btn-fechas {
	padding: 12px 60px
}

.hvr-fade {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px transparent;
	overflow: hidden;
	transition: all 300ms ease-out;
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-ms-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out
}

.hvr-fade:hover,
.hvr-fade:focus,
.hvr-fade:active {
	background-color: #FFF;
	color: #2962B7
}

.header {
	height: 600px;
	color: #FFF
}

@media only screen and (min-width: 768px) {
	.header {
		height: 700px
	}
}

@media only screen and (min-width: 992px) {
	.header {
		height: 800px
	}
}

.header .header-bg {
	position: relative;
	height: 100%;
	background-image: url(../img/bg/header-bg.png);
	background-size: cover;
	background-position: center top
}

@media only screen and (min-width: 1200px) {
	.header .header-bg {
		background-attachment: fixed
	}
}

.header .main-menu {
	height: 116px;
	padding-top: 20px;
	position: relative;
	z-index: 1000;
}

@media only screen and (min-width: 992px) {
	.header .main-menu {
		padding-top: 41px
	}
}

.header .main-menu .logo-small {
	position: absolute;
	width: 57px;
	height: 21px;
	z-index: 1001;
	margin-left: 15px
}

@media only screen and (min-width: 992px) {
	.header .main-menu .logo-small {
		margin-left: 60px;
		margin-top: -10px
	}
}

.header .main-menu .logo-small svg path {
	transition: all 500ms ease-out;
	-webkit-transition: all 500ms ease-out;
	-moz-transition: all 500ms ease-out;
	-ms-transition: all 500ms ease-out;
	-o-transition: all 500ms ease-out;
	fill: #FFF
}

.header .main-menu .logo-small.logo-small.menu-on svg path {
	fill: #262626
}

.header .main-menu .menu-holder {
	float: right;
	text-transform: uppercase
}

.header .main-menu .menu-holder .menu-op {
	float: left;
	margin-right: 55px;
	font-size: 14px;
	font-weight: 700;
	cursor: pointer
}

.header .main-menu .touch-menu .burger-menu {
	position: absolute;
	right: 30px;
	z-index: 1001
}

.header .main-menu .touch-menu .menu-holder-mobile {
	position: absolute;
	z-index: 1000;
	color: #262626;
	background-color: #fff;
	width: 100%;
	top: -100%;
	left: 0;
	padding-top: 60px;
	padding-bottom: 20px;
	transition: all 500ms ease-out;
	-webkit-transition: all 500ms ease-out;
	-moz-transition: all 500ms ease-out;
	-ms-transition: all 500ms ease-out;
	-o-transition: all 500ms ease-out;
	visibility: hidden
}

.header .main-menu .touch-menu .menu-holder-mobile .menu-op {
	text-align: center;
	text-transform: uppercase;
	padding: 10px 0
}

.header .main-menu .touch-menu .burger-menu.menu-on+.menu-holder-mobile {
	visibility: visible;
	top: 0
}

.header .header-content {
	width: 70%;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	margin-top: 0px
}

@media only screen and (min-width: 992px) {
	.header .header-content {
		margin-top: -40px
	}
}

.header .header-content .logo-header {
	width: 100%;
	max-width: 337px;
	height: auto;
	margin: 0 auto
}

.header .header-content .logo-header svg path {
	fill: #FFF
}

.header .header-content .btn {
	display: block;
	width: 220px;
	margin: 40px auto 0;
	border-color: #FFF
}

@media only screen and (min-width: 768px) {
	.header .header-content .btn {
		margin-top: 100px
	}
}

.intro {
	text-align: center
}

.intro .title {
	margin-top: 70px;
	color: #000000;
}

.intro .text {
	width: 90%;
	max-width: 630px;
	margin: 28px auto 0
}

.intro .text-2 {
	margin-bottom: 75px;
	color: #000000;
}

.intro .intro-bg {
	min-height: 400px;
	background-image: url(../img/bg/intro-bg.png);
	background-size: cover;
	background-position: right bottom
}

@media only screen and (min-width: 1200px) {
	.intro .intro-bg {
		background-attachment: fixed
	}
}

.intro .bullets-intro .bullet {
	margin-top: 50px;
	margin-bottom: 50px;
	visibility: hidden
}

@media only screen and (min-width: 768px) {
	.intro .bullets-intro .bullet {
		margin-top: 110px;
		margin-bottom: 100px
	}
}

.intro .bullets-intro .bullet .icon {
	width: 100px;
	color: #2962B7;
	margin: 0 auto 50px
}

.intro .bullets-intro .bullet h3 {
	margin-bottom: 10px;
	color: #FFFFFF;
}

.intro .bullets-intro .bullet p {
	max-width: 260px;
	color: #FFFFFF;
	margin: 0 auto;
	font-size: 14px
}

.intro .bullets-intro .bullet.bullet-2 p {
	max-width: 200px;
	color: #FFFFFF;
}

.actividades {
	padding-top: 85px
}

.actividades h1.title {
	text-align: center;
	color: #01064F;
}

.actividades .actividades-list {
	margin: 68px auto 90px
}

.actividades .actividades-list .actividad {
	margin-bottom: 30px;
	visibility: hidden
}

.actividades .actividades-list .actividad .thumb {
	position: relative;
	background-size: cover
}

.actividades .actividades-list .actividad .thumb .title {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	color: #FFF;
	transition: all 300ms ease-out;
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-ms-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out
}

.actividades .actividades-list .actividad .thumb .hover {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 100;
	opacity: 0;
	transition: all 300ms ease-out;
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-ms-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out
}

.actividades .actividades-list .actividad .thumb .hover .descripcion {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	top: 50%;
	text-align: center;
	color: #FFF;
	font-weight: 700;
	text-transform: uppercase;
	white-space: nowrap;
	line-height: 2.5;
	opacity: 0;
	transition: all 300ms ease-out;
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-ms-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out
}

.actividades .actividades-list .actividad .thumb:hover .title,
.actividades .actividades-list .actividad .thumb:active .title,
.actividades .actividades-list .actividad .thumb:focus .title,
.actividades .actividades-list .actividad .thumb.clicked .title {
	opacity: 0
}

.actividades .actividades-list .actividad .thumb:hover .hover,
.actividades .actividades-list .actividad .thumb:active .hover,
.actividades .actividades-list .actividad .thumb:focus .hover,
.actividades .actividades-list .actividad .thumb.clicked .hover {
	opacity: 1
}

.actividades .actividades-list .actividad .thumb:hover .hover .descripcion,
.actividades .actividades-list .actividad .thumb:active .hover .descripcion,
.actividades .actividades-list .actividad .thumb:focus .hover .descripcion,
.actividades .actividades-list .actividad .thumb.clicked .hover .descripcion {
	top: 50%;
	line-height: 3;
	opacity: 1
}

.actividades .actividades-list .actividad .thumb .sizer {
	display: block;
	width: 100%;
	height: auto
}

.actividades .actividades-list .actividad.actividad-1 .thumb {
	background-image: url(../img/actividades/actividad-bg-1.png)
}

.actividades .actividades-list .actividad.actividad-2 .thumb {
	background-image: url(../img/actividades/actividad-bg-2.png)
}



.actividades .actividades-list .actividad.actividad-3 .thumb {
	background-image: url(../img/actividades/actividad-bg-3.png)
}


.actividades .actividades-list .actividad.actividad-4 .thumb {
	background-image: url(../img/actividades/actividad-bg-4.png)
}

.actividades .actividades-list .actividad.actividad-5 .thumb {
	background-image: url(../img/actividades/actividad-bg-5.png)
}

.actividades .actividades-list .actividad.actividad-6 .thumb {
	background-image: url(../img/actividades/actividad-bg-6.png)
}

.info .info-bg-1 {
	min-height: 748px;
	background-image: url(../img/bg/info-bg.png);
	background-size: cover;
	background-position: center

}

@media only screen and (min-width: 1200px) {
	.info .info-bg-1 {
		background-attachment: fixed
	}
}

.info .info-card {
	background-color: #FFF;
	background-image: url(../img/bg/bullet-bg.png);
	background-position: right center;
	background-size: cover;
	margin: 100px auto
}

@media only screen and (min-width: 768px) {
	.info .info-card {
		width: 738px;
		color: #01064F;
	}
}

@media only screen and (min-width: 992px) {
	.info .info-card {
		width: 970px
	}
}

@media only screen and (min-width: 1200px) {
	.info .info-card {
		width: 1170px
	}
}

.info .info-card h3 {
	margin-top: 60px;
	text-align: center
}

.info .info-card h1 {
	margin-top: 15px;
	text-align: center
}

.info .info-card .precio {
	margin-top: 25px;
	text-align: center;
	font-size: 30px
}

.info .info-card .precio span {
	font-weight: 700;
	font-size: 36px
}

.info .info-card .bullets {
	margin-top: 42px;
	font-weight: 700;
	line-height: 2;
	font-size: 14px
}

@media only screen and (min-width: 768px) {
	.info .info-card .bullets {
		font-size: 16px
	}
}

.info .info-card .bullets .info-1 {
	border-bottom: 2px solid #01064F;
	margin-bottom: 30px;
	padding-bottom: 30px
}

@media only screen and (min-width: 768px) {
	.info .info-card .bullets .info-1 {
		font-size: 16px;
		border-right: 2px solid #01064F;
		border-bottom: 0;
		padding-bottom: 0;
		padding-left: 40px
	}
}

@media only screen and (min-width: 992px) {
	.info .info-card .bullets .info-1 {
		padding-left: 0
	}
}

@media only screen and (min-width: 768px) {
	.info .info-card .bullets .info-2 {
		padding-left: 40px
	}
}

.info .info-card .buttons {
	width: 90%;
	margin: 50px auto;
	text-align: center
}

@media only screen and (min-width: 768px) {
	.info .info-card .buttons {
		width: 680px
	}
}

.info .info-card .buttons .btn {
	width: 100%;
	padding: 12px 30px;
	font-size: 12px
}

@media only screen and (min-width: 768px) {
	.info .info-card .buttons .btn {
		width: auto;
		display: inline-block;
		font-size: 14px
	}
}

.info .info-card .buttons .btn.btn-apuntate {
	margin-bottom: 20px;
	color: #FFF;
	background-color: #e73c3c
}

@media only screen and (min-width: 768px) {
	.info .info-card .buttons .btn.btn-apuntate {
		margin-right: 35px;
		margin-bottom: 0
	}
}

.info .info-card .buttons .btn.btn-apuntate.hvr-fade:hover,
.info .info-card .buttons .btn.btn-apuntate.hvr-fade:focus,
.info .info-card .buttons .btn.btn-apuntate.hvr-fade:active {
	background-color: #01064F;
	color: #FFF
}

.info .info-card .buttons .btn.btn-fechas {
	border-color: #01064F
}

.info .info-card .buttons .btn.btn-fechas.hvr-fade:hover,
.info .info-card .buttons .btn.btn-fechas.hvr-fade:focus,
.info .info-card .buttons .btn.btn-fechas.hvr-fade:active {
	background-color: #01064F;
	color: #FFF;
	border-color: #01064F
}

.info .info-bg-2 {
	background-color: #2DC2FF
}

.info .info-3 {
	margin: 60px 0;
	padding: 20px 0;
	font-size: 24px;
	color: #FFF;
	border: 2px solid #FFF;
	text-transform: uppercase;
	text-align: center;
	display: block;
	cursor: pointer
}

.info .info-3.hvr-fade:hover,
.info .info-3.hvr-fade:focus,
.info .info-3.hvr-fade:active {
	background-color: transparent;
	color: #01064F;
	border-color: #01064F
}

.colegios {
	padding-top: 30px
}

.colegios .title {
	text-align: center
}

.colegios .coles-list {
	margin-top: 50px;
	margin-bottom: 50px;
	white-space: nowrap
}

.colegios .coles-list .colab {
	height: 138px;
	margin-bottom: 30px;
	text-align: center
}

.colegios .coles-list .colab .helper {
	display: inline-block;
	height: 100%;
	vertical-align: middle
}

.colegios .coles-list .colab .logo {
	max-height: 138px;
	vertical-align: middle
}

.map .map-holder {
	position: relative;
	min-height: 539px;
	background-image: url(../img/bg/mapa-bg.png);
	background-size: cover;
	background-position: center
}

.map .map-holder a {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 100
}

.map .map-holder .map-marker {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 90%;
	max-width: 400px
}

.map .map-holder .map-marker .icon {
	width: 117px;
	height: 69px;
	margin: 0 auto 18px;
	overflow: hidden;
}

.map .map-holder .map-marker .text {
	font-size: 12px;
	font-weight: 700;
	color: #FFF;
	text-align: center;
	max-width: 400px;
	letter-spacing: 0
}

@media only screen and (min-width: 768px) {
	.map .map-holder .map-marker .text {
		font-size: 16px;
		letter-spacing: 1px
	}
}

.footer {
	background-color: #01064F;
	color: #FFF;
	padding-top: 75px
}

.footer .title {
	margin: 0 0 60px;
	text-align: center
}

.footer .row {
	margin-bottom: 65px
}

.footer .row .item-footer {
	font-size: 14px;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 40px
}

@media only screen and (min-width: 992px) {
	.footer .row .item-footer {
		margin-bottom: 0
	}
}

.footer .row .item-footer .icon {
	width: 83px;
	margin-bottom: 17px
}

.footer .footer-bg {
	background-color: #7CC131;
	text-transform: uppercase;
	text-align: center
}

.footer .footer-bg p {
	font-size: 11px;
	padding: 30px 0
}