@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@200;300;400;500;600;700;800;900&family=Oswald:wght@200;300;400;500&display=swap');
/*
	font-family: 'Montserrat', sans-serif;
	font-family: 'Oswald', sans-serif;
*/
@font-face {
    font-family: 'Galeana Compressed';
    src: url('fonts/GaleanaCompressed-Heavy.woff2') format('woff2'),
        url('fonts/GaleanaCompressed-Heavy.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Thicker';
    src: url('fonts/Thicker-Extrabold.woff2') format('woff2'),
        url('fonts/Thicker-Extrabold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'CHANEY Ultra Extended';
    src: url('fonts/CHANEY-UltraExtended.woff2') format('woff2'),
        url('fonts/CHANEY-UltraExtended.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/************************
 * 		GENERALES		*
 ************************/
.tope{
	position: relative;
	width: 100%;
	height: 90px;
}
:root{
	--rojo:#ff1315;
}
.st0{
	fill:none;
	stroke-miterlimit:10;
	stroke: var(--rojo);
	stroke-width:20
}
.st1{
	fill:none;
	stroke-linecap:round;
	stroke-miterlimit:10;
	stroke: var(--rojo);
	stroke-width:20
}
.adelante:hover .st0, .adelante:hover .st1{
	stroke: #FFF;
	fill:var(--rojo);
}
.atras:hover .st0, .atras:hover .st1{
	stroke: #FFF;
	fill:var(--rojo);
}

body{
	margin: 0 auto;
	font-size: 0px;
	-webkit-font-smoothing:antialiased;
	font-family: 'Montserrat', sans-serif;
	overflow-x: hidden;
}
section{
	position: relative;
	width: 100%;
	text-align: center;
}
section > h2{
	font-size: 3vw;
	font-weight: 800;
	padding-bottom: 4vw;
	padding-top: 6vw;
	margin: 0px;
	font-family: 'Thicker';
}
/************************
 * 		  HEADER		*
 ************************/
header{
	position: fixed;
	width: 100%;
	height: 100px;
	top: 0px;
	left: 0px;
	z-index: 10;
	background-color: #000;
}
header > div{
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: 70px;
	height: 70px;
	margin-top: 15px;
	margin-left: 10px;
	background-image: url(images/logo.png);
	background-position: center center;
	background-size: cover;
}
header > ul{
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: 480px;
	margin-left: 100px;
	list-style: none;
	padding: 0px;
	font-weight: 500;
}
header > ul li{
	position: relative;
	display: inline-block;
	vertical-align: middle;
	font-size: 12px;
	color: #FFF;
	padding-left: 15px;
	padding-right: 15px;
	cursor: pointer;
	line-height: 40px;
}
header > ul li:hover{
	background-color: #FFF;
	color: var(--rojo);
}
header > ol{
	position: absolute;
	right: 20px;
	top: 5px;
	padding: 0px;
	margin: 0px;
	list-style: none;
}
header > ol li{
	font-size: 12px;
	color: #FFF;
	border: solid 1px #FFF;
	width: 22px;
	height: 22px;
	border-radius: 14px;
	text-align: center;
	line-height: 22px;
	margin-top: 5px;
}
header article{
	position: fixed;
	right: 20px;
	top: 150px;
	color: #FFF;
}
header article h2{
	font-size: 14px;
	font-weight: 400;
	margin: 0px;
}
header article h3{
	font-size: 16px;
	font-weight: 600;
	font-family: 'Oswald', sans-serif;
	margin: 0px;
}
header article h4{
	font-size: 24px;
	font-weight: 800;
	font-family: 'Oswald', sans-serif;
	margin: 0px;
	-webkit-text-stroke: 1px #FFF;
    color: transparent;
}
/************************
 * 	      INICIO		*
 ************************/

.inicio > article{
	position: relative;
	width: 100%;
}
.inicio > article > h6{
	position: absolute;
	font-size: 1vw;
	letter-spacing: 1vw;
	margin: 0px;
	padding: 0px;
	color: #FFF;
	font-weight: 400;
/*	font-family: 'Galeana Compressed';*/
/*	font-family: 'Thicker';*/
/*	font-family: 'CHANEY Ultra Extended';*/
}
.inicio > article > h6:nth-child(1){
	transform: rotate(270deg);
	left: -9vw;
    top: 25vw;
}
.inicio > article > h6:nth-child(2){
	transform: rotate(90deg);
	right: -7vw;
    top: 25vw;
}
.inicio > article > h5{
	font-size: 2vw;
    position: absolute;
    color: #FFF;
    top: 33vw;
    left: 65%;
    font-weight: 300;
    font-style: italic;
    letter-spacing: 2vw;
    font-family: 'Oswald', sans-serif;
}
.inicio > article > h1{
	font-size: 2.2vw;
	letter-spacing: .3vw;
    position: absolute;
    color: #FFF;
    top: 39vw;
    left: 72%;
    font-family: 'Oswald', sans-serif;
    font-family: 'Galeana Compressed';
    font-family: 'Thicker';
    font-family: 'CHANEY Ultra Extended';
    -webkit-text-stroke: 1px #FFF;
    color: transparent;
}
.inicio > article > h1 > span{
	color: #FFF;
}
.inicio > article > h2{
	font-size: 2vw;
    position: absolute;
    color: #FFF;
    top: 10vw;
    left: 15%;
    font-weight: 300;
    font-style: italic;
    letter-spacing: 2vw;
    font-family: 'Oswald', sans-serif;
}
.inicio > article > h3{
	font-size: 10vw;
    position: absolute;
    color: #FFF;
    top: 5vw;
    left: 15%;
    font-weight: 300;
    letter-spacing: .2vw;
    font-family: 'CHANEY Ultra Extended';
    color: rgba(255,255,255,.8);
    display: none;
}

/************************
 * 		INICIO 3D		*
 ************************/
.inicio{
	position: relative;
	width: 100%;
	height: 50vw;
	background-color: #000;
/*	background-image: url(images/fondo-banner-nuevo.png);*/
	background-position: center center;
	background-size: cover;
	overflow: hidden;
}
.inicio ul{
	position: absolute;
    width: 100%;
    height: 100%;
}
.inicio ul li{
	position: absolute;
    width: 100%;
    height: 100%;
/*    background-color: rgba(0,0,0,.2);*/
}
.inicio li:nth-child(2) img{
    position: absolute;
    top: 4vw;
    left: 31%;
    width: 25%;
}
.inicio li:nth-child(1)  img{
	position: absolute;
    top: 40%;
    left: -10%;
    width: 120%;
    z-index: 0;
}
.inicio h6{
	position: absolute;
	font-size: 1vw;
	letter-spacing: 1vw;
	margin: 0px;
	padding: 0px;
	color: #FFF;
	font-weight: 400;
/*	font-family: 'Galeana Compressed';*/
/*	font-family: 'Thicker';*/
/*	font-family: 'CHANEY Ultra Extended';*/
}
.inicio h6:nth-child(1){
	transform: rotate(270deg);
	left: -7vw;
    top: 25vw;
}
.inicio li:nth-child(3) h6{
	transform: rotate(90deg);
	right: -95vw;
    top: 25vw;
}
.inicio h5{
	font-size: 2vw;
    position: absolute;
    color: #FFF;
    top: 33vw;
    left: 65%;
    font-weight: 300;
    font-style: italic;
    letter-spacing: 2vw;
    font-family: 'Oswald', sans-serif;
}
.inicio h1{
	font-size: 2.2vw;
	letter-spacing: .3vw;
    position: absolute;
    color: #FFF;
    top: 39vw;
    left: 72%;
    font-family: 'Oswald', sans-serif;
    font-family: 'Galeana Compressed';
    font-family: 'Thicker';
    font-family: 'CHANEY Ultra Extended';
    -webkit-text-stroke: 1px #FFF;
    color: transparent;
}
.inicio h1 > span{
	color: #FFF;
}
.inicio h2{
	font-size: 2vw;
    position: absolute;
    color: #FFF;
    top: 10vw;
    left: 15%;
    font-weight: 300;
    font-style: italic;
    letter-spacing: 2vw;
    font-family: 'Oswald', sans-serif;
}
.inicio h4{
	font-size: 1.5vw;
    position: absolute;
    color: #FFF;
    top: 23vw;
    left: 15%;
    font-weight: 300;
    font-family: 'Oswald', sans-serif;
}
.inicio h3{
	font-size: 10vw;
    position: absolute;
    color: #FFF;
    top: 5vw;
    left: 15%;
    font-weight: 300;
    letter-spacing: .2vw;
    font-family: 'CHANEY Ultra Extended';
    color: rgba(255,255,255,.8);
/*    display: none;*/
}

/************************
 * 		DISCIPLINAS		*
 ************************/
.disciplinas{
	background-image: url(images/foto-chava.png);
	background-position: bottom center;
	background-repeat: no-repeat;
	background-size: auto 95%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	padding-top: 2vw;
	padding-bottom: 12vw;
}
.disciplinas section{
	position: relative;
	width: 90%;
	margin-left: 5%;
	margin-right: 5%;
}
/*.disciplinas > section > div{
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: 20%;
	margin-left: 2.5%;
	margin-right: 2.5%;
}*/
.disciplinas > section article{
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: 80%;
	margin-left: 10%;
	margin-right: 10%;
}
.disciplinas article{
	width: 100%;
	height: 24vw;
}
.disciplinas article > div:nth-child(1){
	position: relative;
	width: 100%;
	height: 17.5vw;
	background-size: cover;
	background-position: top center;
}
.disciplinas article > div:nth-child(1) > p{
	position: absolute;
	bottom: 0px;
	width: 100%;
	margin: 0px;
	line-height: 3vw;
	font-size: 1.3vw;
	text-align: center;
	color: #FFF;
	background-color: var(--rojo);
	font-family: 'Thicker';
	background-color: rgba(238, 45, 68, .6);
    filter: saturate(550%);
}
.disciplinas article > div:nth-child(2){
	position: relative;
	width: 100%;
	height: 6.5vw;
	background-color: var(--rojo);
	filter: opacity(80%) saturate(150%);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: auto 50%;
}
.disciplinas .adelante, .disciplinas .atras{
	position: absolute;
	right: 1%;
	top: 48%;
	height: 4vw;
	width: 4vw;
	z-index: 2;
	cursor: pointer;
}
.disciplinas .atras{
	right: initial;
	left: 1%;
	transform: rotate(180deg);
}
/************************
 * 		HORARIOS		*
 ************************/
.horarios img{
	position: relative;
	width: 80%;
	margin-left: 10%;
	margin-right: 10%;
}
/************************
 * 	  INSTALACIONES		*
 ************************/
.instalaciones{
	background-image: url();
	background-position: bottom center;
	background-repeat: no-repeat;
	background-size: auto 90%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
.instalaciones section{
	position: relative;
    width: 100%;
    height: 40vw;
    background-color: #000;
    padding-left: 15%;
    padding-right: 15%;
/*    background-image: url(images/foto_galeria_instalaciones_3.png);*/
    background-position: center center;
    background-size: cover;
    backdrop-filter: grayscale(0.5) opacity(0.8)
}
.instalaciones section > div{
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 100%;
	height: 40vw;
}
.instalaciones section article{
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 100%;
	height: 40vw;
	/*display: flex;
	align-items: center;
	justify-content: center;*/
}
.instalaciones section article > img{
	position: relative;
/*	height: 100%;*/
	width: 100%;
}
.instalaciones h3{
	position: absolute;
    bottom: -4.5vw;
    font-family: 'Galeana Compressed';
    font-size: 6vw;
    margin: 0px;
    color: var(--rojo);
    padding-left: 50%;
}
.instalaciones .adelante, .instalaciones .atras{
	position: absolute;
	right: 10%;
	top: 55%;
	height: 4vw;
	width: 4vw;
	z-index: 2;
	cursor: pointer;
}
.instalaciones .atras{
	top: 63%;
	transform: rotate(180deg);
}

/************************
 * 		PROMOCIONES		*
 ************************/
.promociones{
	padding-top: 5vw;
	padding-bottom: 5vw;
}
.promociones div{
	position: relative;
	width: 80%;
	padding-left: 10%;
	padding-right: 10%;
	column-count: 2;
	column-gap: 1vw;
}
.promociones img{
	position: relative;
	width: 100%;
	margin-top: 1vw;
}

/************************
 * 		 CLINICA		*
 ************************/
.clinica{
	color: #333;
	padding-bottom: 5vw;
}
.clinica > img{
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: 30%;
	margin-left: 3%;
}
.clinica > div{
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: 67%;
}
.clinica > div > ul{
	position: relative;
	width: 100%;
	padding: 0px;
	margin: 0px;
	display: flex;
	align-items: center;
}
.clinica > div > ul > li{
	position: relative;
	width: 30%;
}
.clinica > div > ul > li:nth-child(2){
	margin-left: 10%;
}
.clinica > div > ul > li > h4{
	font-size: 1.5vw;
    font-weight: 700;
    letter-spacing: 1vw;
    margin: 0px;
}
.clinica > div > ul > li > h3{
	font-size: 2.7vw;
	margin: 0px;
	font-weight: 400;
	border-bottom: solid 10px var(--rojo);
}
.clinica > div > ul > li > img{
	position: relative;
	width: 100%;
}
.clinica h5{
	font-size: 1.5vw;
	text-align: left;
}
.clinica > div > ol{
	position: relative;
	width: 100%;
	padding: 0px;
	margin: 0px;
	list-style: none;
	text-align: left;
}
.clinica > div > ol > li{
	position: relative;
	display: inline-block;
	font-size: 1vw;
	width: 30%;
	text-align: left;
	line-height: 1.5;
}
.clinica > div > section{
	position: relative;
	width: 85%;
	margin-top: 4vw;
}

.clinica > div > section article{
	position: relative;
	width: 100%;
}
.clinica > div > section article > div{
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 54%;
	padding-left: 3%;
	padding-right: 3%;
	height: 15vw;
	text-align: left;
}
.clinica > div > section article > div:nth-child(1){
	width: 34%;
	background-position: center center;
	background-size: cover;
}

.clinica > div > section article > div > h2{
	font-size: 1.3vw;
	font-weight: 500;
}
.clinica > div > section article > div > p{
	font-size: 1vw;
	font-weight: 400;
}
.clinica .adelante, .clinica .atras{
	position: absolute;
	right: 5%;
	top: 73%;
	height: 4vw;
	width: 4vw;
	z-index: 2;
	cursor: pointer;
}
.clinica .atras{
	top: 80%;
	transform: rotate(180deg);
}

/************************
 * 		 GALERIA		*
 ************************/
#galeria{
	position: relative;
	width: 100%;
	padding-top: 5vw;
	padding-bottom: 5vw;
}
#galeria article{
	position: relative;
	width: 90%;
	padding-left: 5%;
	column-count: 3;
	column-gap: 1vw;
}
#galeria article img{
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 100%;
	margin-top: 1vw;
}

/************************
 * 		   MAPA			*
 ************************/
.mapa iframe{
	position: relative;
	width: 100%;
	height: 40vw;
	border:0px;
}

/************************
 *		  FOOTER		*
 ************************/
footer{
	padding-top: 13vw;
    padding-bottom: 3vw;
    background-image: url(images/footer.png);
    background-size: 100% 100%;
    margin-top: -10vw;
    z-index: 2;
    position: relative;
}
footer form{
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: 25%;
	margin-left: 9%;
	margin-right: 9%;
}
footer form article{
	display: flex;
	justify-content: left;
	align-items: center;
	padding-top: 2vw;
	padding-bottom: 2vw;
}
footer h2{
	position:relative;
    font-family: 'Galeana Compressed';
    font-size: 5.5vw;
    margin: 0px;
    color: var(--rojo);
}
footer input, footer textarea{
	position: relative;
	width: 100%;
	border:0px;
	background-color: transparent;
	border-bottom: solid 1px #FFF;
	color: #FFF;
	line-height: 3vw;
	font-size: 1vw;
	font-weight: 500;
	font-family: 'Montserrat', sans-serif;
	background-position: right center;
	background-repeat: no-repeat;
}
footer input[type=email]{
	background-image: url(images/avion.svg);
}
footer input[type=tel]{
	background-image: url(images/phone.svg);
}
footer input[type=text]{
	background-image: url(images/user.svg);
}
footer textarea{
	line-height: 1.2;
	background-image: url(images/comments.svg);
}
footer input[type=submit]{
	background-color: var(--rojo);
	width: 30%;
	border: 0px;
	margin-top: 1vw;
	line-height: 2vw;
}
footer input[type=submit]:hover{
	background-color: #FFF;
	color: #000;
}
::placeholder{
	color: #FFF;
}

footer ul{
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: 42%;
	margin-left: 4%;
	list-style: none;
	padding: 0px;
}
footer li{
	font-size: 1vw;
	color: #FFF;
}
footer li p{
	position: relative;
	display: inline-block;
	vertical-align: top;
	border:solid 1px #FFF;
	height: 3vw;
	line-height: 3vw;
	padding-left: 1vw;
	padding-right: 1vw;
	margin: 0px;
}
footer li p:nth-child(1){
	position: relative;
	display: inline-block;
	vertical-align: top;
	border:solid 1px #FFF;
	border-right:0px;
	padding: 0px;
	width: 5vw;
	font-size: 1.5vw;
	text-align: center;
}
footer li p:nth-child(1).mini{
	width: 4vw;
}
.sin-borde-arriba{
	border-top: 0px !important;
}
.sin-borde-abajo{
	border-bottom: 0px !important;
}
.slick-next, .slick-prev{
	display: none !important;
}
.hamburger{
	display: none !important;
}
@media (max-width: 480px){
	header > ul{
		position: fixed;
		width: 100%;
		height: 100vh;
		background-color: #000;
		left: 0px;
		top: 100px;
		margin-left: 0px;
		padding-top: 15vw;
		display: none;
	}
	header > ul li{
		width: 80%;
		padding-left: 10%;
		padding-right: 10%;
		line-height: 15vw;
		font-size: 7vw;
	}
	header article{
		display: none;
	}
	header > ol{
		right: 31vw;
    	top: 6vw;
	}
	header > ol li{
		display: inline-block;
		vertical-align: top;
		width: 30px;
	    height: 30px;
	    border-radius: 16px;
	    line-height: 30px;
	    margin-top: 5px;
	    margin-right: 10px;
    	margin-left: 10px;
	}
	.inicio{
		height: 70vw;
	}
	.inicio > article > h6{
		display: none;
	}
	.inicio > article > h5{
		font-size: 6vw;
		left: 55%;
		top: 38vw;
	}
	.inicio > article > h1{
		font-size: 5vw;
		top: 52vw;
    	left: 55%;
	}
	.inicio > article > h2{
		font-size: 6vw;
		left: 3%;
	}

	section > h2{
		font-size: 6vw;
		padding-top: 10vw;
		padding-bottom: 10vw;
	}
	.promociones div{
		column-count: 1;
	}
	.instalaciones{

	}
	.instalaciones .adelante, .instalaciones .atras{
		width: 10vw;
		top: 88%;
		height: 10vw;
		right: 35%;
	}
	.instalaciones .atras{
		top: 88%;
    	right: 55%;
	}
	.instalaciones h3{
		display: none;
	}
	.instalaciones section{
		height: 100vw;
		padding: 0px;
		padding-top: 20vw;
		padding-bottom: 20vw;
	}
	.instalaciones section article{
		height: 60vw;
	}
	.instalaciones section > div{
		height: auto;
	}
	.disciplinas article > div:nth-child(1) > p{
		font-size: 5vw;
		line-height: 10vw;
	}
	.disciplinas article > div:nth-child(1){
		height: 60vw;
	}
	.disciplinas article > div:nth-child(2){
		height: 20vw;
	}
	.disciplinas article{
		height: auto;
	}
	.disciplinas .adelante, .disciplinas .atras{
		height: 10vw;
		width: 10vw;
	}
	.clinica > img{
		display: none;
	}
	.clinica > div{
		width: 90%;
	}
	.clinica > div > ul > li{
		width: 45%;
	}
	.clinica > div > ul > li > h4{
		font-size: 5vw;
	}
	.clinica > div > ul > li > h3{
		font-size: 6vw;
	}
	.clinica h5{
		font-size: 5vw;
	}
	.clinica > div > section{
    	margin-left: 7.5%;
	}
	.clinica > div > ol > li{
		width: 50%;
		font-size: 3vw;
	}
	.clinica > div > section article > div > h2, .clinica > div > section article > div > p{
		font-size: 4vw;
	}
	.clinica > div > section article > div > h2{
		font-weight: 800;
	}
	.clinica > div > section article{
		height: auto;
	}
	.clinica .adelante, .clinica .atras{
		right: 1%;
		height: 8vw;
		width: 8vw;
	}
	.clinica .atras{
		left: 1%;
		top: 73%;
	}
	.clinica > div > section article > div{
		width: 100%;
		padding: 0px;
		height: auto;
	}
	.clinica > div > section article > div:nth-child(1){
		width: 100%;
		height: 60vw;
	}
	.clinica > div > section article > div{

	}
	.mapa iframe{
		height: 60vw;
	}
	footer{
		background-size: auto 100%;
		padding-bottom: 10vw;
		padding-top: 35vw;
		margin-top: -30vw;
		background-position: center;
	}
	footer form{
		width: 81%;
	}
	footer h2{
		font-size: 10vw;
	}
	footer input, footer textarea{
		line-height: 8vw;
    	font-size: 4vw;
	}
	footer input[type=submit]{
		margin-top: 3vw;
    	line-height: 8vw;
	}
	footer ul{
		width: 81%;
    	margin-left: 9%;
    	margin-top: 6vw;
	}
	footer li, footer li p:nth-child(1){
		font-size: 3vw;
	}
	footer li p:nth-child(1){
		width: 10vw;
	}
	footer li p{
		height: 8vw;
    line-height: 8vw;
	}
	footer li:nth-child(2){
		display: none;
	}
	footer li:nth-child(3){
		display: none;
	}
	.sin-borde-abajo{
		border-bottom: solid 1px #FFF !important;
	}
	.hamburger{
		display: block !important;
		z-index: 12 !important;
		right: 3vw !important;
    	top: 6vw !important;
	}
	.hamburger.is-active .hamburger-inner, .hamburger.is-active .hamburger-inner::before, .hamburger.is-active .hamburger-inner::after{
		background-color: #FFF !important;
	}
}




