@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300italic,600italic,300,600");


body.is-preload *,
body.is-preload *:before,
body.is-preload *:after {
	-moz-animation: none !important;
	-webkit-animation: none !important;
	-ms-animation: none !important;
	animation: none !important;
	-moz-transition: none !important;
	-webkit-transition: none !important;
	-ms-transition: none !important;
	transition: none !important;
}


/* Icon */

.icon {
	text-decoration: none;
	border-bottom: none;
	position: relative;
}

.icon:before {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	text-transform: none !important;
	font-family: 'Font Awesome 5 Free';
	font-weight: 400;
}

.icon>.label {
	display: none;
}

.icon:before {
	line-height: inherit;
}

.icon.solid:before {
	font-weight: 900;
}

.icon.brands:before {
	font-family: 'Font Awesome 5 Brands';
}

/* List */

ul {
	list-style: disc;
	margin: 0 0 2rem 0;
	padding-left: 1em;
}

ul li {
	padding-left: 0.5em;
	color: white;
}

ul.alt {
	list-style: none;
	padding-left: 0;
}

ul.alt li {
	border-top: solid 1px #ffffff;
	padding: 0.5em 0;
}

ul.alt li:first-child {
	border-top: 0;
	padding-top: 0;
}

dl {
	margin: 0 0 2rem 0;
}

dl dt {
	display: block;
	font-weight: 600;
	margin: 0 0 1rem 0;
}

dl dd {
	margin-left: 2rem;
}

/* Actions */

ul.actions {
	display: -moz-flex;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	cursor: default;
	list-style: none;
	margin-left: -1rem;
	padding-left: 0;
}

ul.actions li {
	padding: 0 0 0 1rem;
	vertical-align: middle;
}

ul.actions.special {
	-moz-justify-content: center;
	-webkit-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	width: 100%;
	margin-left: 0;
}

ul.actions.special li:first-child {
	padding-left: 0;
}

ul.actions.stacked {
	-moz-flex-direction: column;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-left: 0;
}

ul.actions.stacked li {
	padding: 1.3rem 0 0 0;
}

ul.actions.stacked li:first-child {
	padding-top: 0;
}

ul.actions.fit {
	width: calc(100% + 1rem);
}

ul.actions.fit li {
	-moz-flex-grow: 1;
	-webkit-flex-grow: 1;
	-ms-flex-grow: 1;
	flex-grow: 1;
	-moz-flex-shrink: 1;
	-webkit-flex-shrink: 1;
	-ms-flex-shrink: 1;
	flex-shrink: 1;
	width: 100%;
}

ul.actions.fit li>* {
	width: 100%;
}

ul.actions.fit.stacked {
	width: 100%;
}

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

	ul.actions:not(.fixed) {
		-moz-flex-direction: column;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		margin-left: 0;
		width: 100% !important;
	}

	ul.actions:not(.fixed) li {
		-moz-flex-grow: 1;
		-webkit-flex-grow: 1;
		-ms-flex-grow: 1;
		flex-grow: 1;
		-moz-flex-shrink: 1;
		-webkit-flex-shrink: 1;
		-ms-flex-shrink: 1;
		flex-shrink: 1;
		padding: 1rem 0 0 0;
		text-align: center;
		width: 100%;
	}

	ul.actions:not(.fixed) li>* {
		width: 100%;
	}

	ul.actions:not(.fixed) li:first-child {
		padding-top: 0;
	}

	ul.actions:not(.fixed) li input[type="submit"],
	ul.actions:not(.fixed) li input[type="reset"],
	ul.actions:not(.fixed) li input[type="button"],
	ul.actions:not(.fixed) li button,
	ul.actions:not(.fixed) li .button {
		width: 100%;
	}

	ul.actions:not(.fixed) li input[type="submit"].icon:before,
	ul.actions:not(.fixed) li input[type="reset"].icon:before,
	ul.actions:not(.fixed) li input[type="button"].icon:before,
	ul.actions:not(.fixed) li button.icon:before,
	ul.actions:not(.fixed) li .button.icon:before {
		margin-left: -0.5em;
	}

}

/* Icons */

ul.icons {
	cursor: default;
	list-style: none;
	padding-left: 0;
}

ul.icons li {
	display: inline-block;
	padding: 0 0.75em 0 0;
}

ul.icons li:last-child {
	padding-right: 0;
}

ul.icons li a {
	border-radius: 100%;
	box-shadow: inset 0 0 0 1px #ffffff;
	display: inline-block;
	height: 2.25rem;
	line-height: 2.25rem;
	text-align: center;
	width: 2.25rem;
}

ul.icons li a:hover {
	background-color: rgba(255, 255, 255, 0.075);
}

ul.icons li a:active {
	background-color: rgba(255, 255, 255, 0.175);
}

/* BG */

#bg {
	-moz-transform: scale(1.0);
	-webkit-transform: scale(1.0);
	-ms-transform: scale(1.0);
	transform: scale(1.0);
	-webkit-backface-visibility: hidden;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	z-index: 1;
}

#bg:before,
#bg:after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#bg:before {
	-moz-transition: background-color 1s ease-in-out;
	-webkit-transition: background-color 1s ease-in-out;
	-ms-transition: background-color 1s ease-in-out;
	transition: background-color 1s ease-in-out;
	-moz-transition-delay: 0.35s;
	-webkit-transition-delay: 0.35s;
	-ms-transition-delay: 0.35s;
	transition-delay: 0.35s;
	background-size: auto,
		256px 256px;
	background-position: center,
		center;
	background-repeat: no-repeat,
		repeat;
	z-index: 2;
}

#bg:after {
	-moz-transform: scale(1.125);
	-webkit-transform: scale(1.125);
	-ms-transform: scale(1.125);
	transform: scale(1.125);
	-moz-transition: -moz-transform 0.325s ease-in-out, -moz-filter 0.325s ease-in-out;
	-webkit-transition: -webkit-transform 0.325s ease-in-out, -webkit-filter 0.325s ease-in-out;
	-ms-transition: -ms-transform 0.325s ease-in-out, -ms-filter 0.325s ease-in-out;
	transition: transform 0.325s ease-in-out, filter 0.325s ease-in-out;
	background-image: url("../../images/bg01.jpeg");
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	z-index: 1;
}

body.is-article-visible #bg:after {
	-moz-transform: scale(1.0825);
	-webkit-transform: scale(1.0825);
	-ms-transform: scale(1.0825);
	transform: scale(1.0825);
	-moz-filter: blur(0.2rem);
	-webkit-filter: blur(0.2rem);
	-ms-filter: blur(0.2rem);
	filter: blur(0.2rem);
}

body.is-preload #bg:before {
	background-color: #000000;
}

/* Wrapper */

#wrapper {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	z-index: 3;
}

#wrapper:before {
	content: '';
	display: block;
}


/* Header */

#header {
	display: -moz-flex;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-moz-flex-direction: column;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-moz-align-items: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	align-items: center;
	-moz-transition: -moz-transform 0.325s ease-in-out, -moz-filter 0.325s ease-in-out, opacity 0.325s ease-in-out;
	-webkit-transition: -webkit-transform 0.325s ease-in-out, -webkit-filter 0.325s ease-in-out, opacity 0.325s ease-in-out;
	-ms-transition: -ms-transform 0.325s ease-in-out, -ms-filter 0.325s ease-in-out, opacity 0.325s ease-in-out;
	transition: transform 0.325s ease-in-out, filter 0.325s ease-in-out, opacity 0.325s ease-in-out;
	max-width: 100%;
	text-align: center;
}

#header>* {
	-moz-transition: opacity 0.325s ease-in-out;
	-webkit-transition: opacity 0.325s ease-in-out;
	-ms-transition: opacity 0.325s ease-in-out;
	transition: opacity 0.325s ease-in-out;
	position: relative;
	margin-top: 3.5rem;
}

/* #header>*:before {
	content: '';
	display: block;
	position: absolute;
	top: calc(-3.5rem - 1px);
	left: calc(50% - 1px);
	width: 1px;
	height: calc(3.5rem + 1px);
	background: #ffffff;
} */

#header> :first-child {
	margin-top: 0;
}

#header> :first-child:before {
	display: none;
}

#header .logo {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: row;
}

/* #header .logo {
	width: 5.5rem;
	height: 5.5rem;
	line-height: 5.5rem;
	border: solid 1px #ffffff;
	border-radius: 100%;
} */

#header .logo .icon:before {
	font-size: 2rem;
}

#header .content {
	/* border-style: solid;
	border-color: #ffffff;
	border-top-width: 1px;
	border-bottom-width: 1px; */
	max-width: 100%;
}

#header .content .inner {
	-moz-transition: max-height 2s ease, padding 0.75s ease, opacity 0.325s ease-in-out;
	-webkit-transition: max-height 2s ease, padding 0.75s ease, opacity 0.325s ease-in-out;
	-ms-transition: max-height 2s ease, padding 0.75s ease, opacity 0.325s ease-in-out;
	transition: max-height 2s ease, padding 0.75s ease, opacity 0.325s ease-in-out;
	-moz-transition-delay: 1s;
	-webkit-transition-delay: 1s;
	-ms-transition-delay: 1s;
	transition-delay: 1s;
	max-height: 40rem;
	overflow: hidden;
}

#header .content .inner> :last-child {
	margin-bottom: 0;
}

#header .content p {
	text-transform: uppercase;
	letter-spacing: 0.2rem;
	font-size: 0.8rem;
	line-height: 2;
}

/* #header nav.use-middle:after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: calc(50% - 1px);
	width: 1px;
	height: 20%;
	background: #ffffff;
} */

#header nav ul {
	display: -moz-flex;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	margin-bottom: 0;
	list-style: none;
	padding-left: 0;
	border-radius: 32px;
}

#header nav ul li {
	padding-left: 0;
	border-radius: 34px;
	border-right: solid;
	border-left: solid;
}

#header nav ul li:first-child {
	/* border-left: 0; */
}

#header nav ul li a {
	display: block;
	min-width: 7.5rem;
	height: 2.75rem;
	line-height: 2.75rem;
	padding: 0 1.25rem 0 1.45rem;
	text-transform: uppercase;
	letter-spacing: 0.2rem;
	font-size: 0.8rem;
	border-bottom: 0;
}

#header nav ul li a:hover {
	background-color: rgba(255, 255, 255, 0.075);
}

#header nav ul li a:active {
	background-color: rgba(255, 255, 255, 0.175);
}

body.is-article-visible #header {
	-moz-transform: scale(0.95);
	-webkit-transform: scale(0.95);
	-ms-transform: scale(0.95);
	transform: scale(0.95);
	-moz-filter: blur(0.1rem);
	-webkit-filter: blur(0.1rem);
	-ms-filter: blur(0.1rem);
	filter: blur(0.1rem);
	opacity: 0;
}

body.is-preload #header {
	-moz-filter: blur(0.125rem);
	-webkit-filter: blur(0.125rem);
	-ms-filter: blur(0.125rem);
	filter: blur(0.125rem);
}

body.is-preload #header>* {
	opacity: 0;
}

body.is-preload #header .content .inner {
	max-height: 0;
	padding-top: 0;
	padding-bottom: 0;
	opacity: 0;
}

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

	#header .content p br {
		display: none;
	}

}

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

	#header>* {
		margin-top: 2rem;
	}

	#header>*:before {
		top: calc(-2rem - 1px);
		height: calc(2rem + 1px);
	}

	#header .logo {
		padding-top: 45px;
		width: 14.75rem;
		height: 13.75rem;
		line-height: 4.75rem;
	}

	/* #header .logo {
		width: 4.75rem;
		height: 4.75rem;
		line-height: 4.75rem;
	} */

	#header .logo .icon:before {
		font-size: 1.75rem;
	}

	#header .content p {
		line-height: 1.875;
	}

}

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

	#header .content .inner {
		padding: 2.5rem 0;
	}

	#header nav ul {
		-moz-flex-direction: column;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		min-width: 10rem;
		max-width: 100%;
	}


	#header nav ul li:first-child {
		/* border-top: 0; */
	}

	#header nav ul li a {
		height: 3rem;
		line-height: 3rem;
		min-width: 0;
		width: 100%;
	}

	#header nav.use-middle:after {
		display: none;
	}

}

.size {
	display: flex;
	justify-content: center;
	flex-direction: column;
	width: 100%;
}



@media (min-width: 801px) {

	.size {
		min-height: 18vh;
	}
}

@media (max-width: 800px) {
	.size {
		min-height: 18vh;
	}
}

@media (max-width:737px) {
	.size {
		min-height: 23vh;
	}
}

.size4 {
	width: 55px;
	height: 55px;
}

.size4 i {
	font-size: 22px;
}



.main {
	/* background-image: url('../../images/bg01.jpeg');
	background-repeat: no-repeat;
	background-size: cover; */
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	position: relative;
	justify-content: center;
	display: flex;
	align-items: center;
	/* flex-direction: column; */
	/* flex-wrap: nowrap; */
}

#main:before {
	content: '';
	display: inline-block;
	height: 100%;
	margin-right: 0;
	vertical-align: middle;
	width: 1px;
}

.logo-a .logo-m {
	margin-bottom: -28px;
	margin-right: 8px;
}


@media (max-width: 737px) {

	.logo-a .logo-m {
		margin-bottom: -70px;
		margin-right: 8px;
		width: 330px;
		max-width: none;
	}


	.logo-a .logo-m img {
		max-width: none;
	}
}

@media (max-width: 577px) {

	.p-b-122 {
		padding-bottom: 110px;
	}

	.btn-container .btn {
		width: 284px !important;
		height: 56px !important;
	}

	.btn-container .btn a {
		font-size: 22px !important;
	}
}

.none {
	display: block;
	font-family: 'Cinzel-Bold';
	font-size: 40px;
	padding-top: 10px;
	padding-right: 2px;
}


@media (max-width: 800px) {
	.none {
		display: none;
	}
}

/* Buttons DANZA . PILATES */
:root {
	--bs-link-hover-color: #B35DEF !important;
}

@media (min-width: 630px) {
	.btn-container .btn {
		margin: 20px;
	}
}



.buttons {
	box-sizing: border-box;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 200px;
	/* background: linear-gradient(to bottom, #5d326c, #350048); fiolet */
}

.btn-container {
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
}

.btn-container .btn {
	position: relative;
	top: 0;
	left: 0;
	/* width: 300px;
    height: 57px; */
	width: 310px;
	height: 68px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.btn-container .btn a {
	font-family: 'Cinzel-Bold';
	font-size: 28px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	background: rgba(255, 255, 255, 0.05);
	box-shadow: 0 15px 15px rgba(0, 0, 0, 0.3);
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 30px;
	padding: 10px;
	letter-spacing: 1px;
	text-decoration: none;
	overflow: hidden;
	font-weight: 400px;
	z-index: 1;
	transition: 0.5s;
	backdrop-filter: blur(15px);
}

.btn-container .btn:hover a {
	text-decoration: none;
	letter-spacing: 3px;
}

.btn-container .btn a::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 50%;
	height: 100%;
	background: linear-gradient(to left, rgba(255, 255, 255, 0.15), transparent);
	transform: skewX(45deg) translate(0);
	transition: 0.5s;
	filter: blur(0px);
}

.btn-container .btn:hover a::before {
	transform: skewX(45deg) translate(200px);
}

.btn-container .btn::before {
	content: "";
	position: absolute;
	left: 50%;
	transform: translatex(-50%);
	bottom: -5px;
	width: 30px;
	height: 10px;
	background: #f00;
	border-radius: 10px;
	transition: 0.5s;
	transition-delay: 0.5;
}

.btn-container .btn:hover::before

/*lightup button*/
	{
	bottom: 0;
	height: 50%;
	width: 80%;
	border-radius: 30px;
}

.btn-container .btn::after {
	content: "";
	position: absolute;
	left: 50%;
	transform: translatex(-50%);
	top: -5px;
	width: 30px;
	height: 10px;
	background: #f00;
	border-radius: 10px;
	transition: 0.5s;
	transition-delay: 0.5;
}

.btn-container .btn:hover::after

/*lightup button*/
	{
	top: 0;
	height: 50%;
	width: 80%;
	border-radius: 30px;
}

.btn-container .btn:nth-child(2)::before,
/*chnage 1*/
.btn-container .btn:nth-child(2)::after {
	background: #ff1f71;
	box-shadow: 0 0 5px #ff1f71, 0 0 15px #ff1f71, 0 0 30px #ff1f71,
		0 0 60px #ff1f71;
}

.btn-container .btn:nth-child(1)::before,
/* 2*/
.btn-container .btn:nth-child(1)::after {
	background: #2db2ff;
	box-shadow: 0 0 5px #2db2ff, 0 0 15px #2db2ff, 0 0 30px #2db2ff,
		0 0 60px #2db2ff;
}

.btn-container .btn:nth-child(3)::before,
/* 3*/
.btn-container .btn:nth-child(3)::after {
	background: #1eff45;
	box-shadow: 0 0 5px #1eff45, 0 0 15px #1eff45, 0 0 30px #1eff45,
		0 0 60px #1eff45;
}

/* Tabletas y dispositivos pequeños en general */
@media only screen and (max-width: 1024px) {
	#header .content .inner {
		max-height: 40rem;
	}
}


@media only screen and (min-width: 1024px) {
	#header .content .inner {
		max-height: 50rem;
	}

	.l1-txt1 {
		margin: 0 auto;
	}

	.cd100 {
		margin: 0 auto;
	}
	
}

@media only screen and (max-width: 480px) {
	#header .content .inner {
		max-height: 70rem;
	}
}

@media only screen and (min-width: 481px) and (max-width: 768px) {
	#header .content .inner {
		max-height: 50rem;
	}
}

/* Tabletas en orientación vertical */
@media only screen and (min-width: 769px) and (max-width: 1024px) and (orientation: portrait) {
}

/* Tabletas en orientación horizontal */
@media only screen and (min-width: 769px) and (max-width: 1024px) and (orientation: landscape) {
	#header .content .inner {
		max-height: 40rem;
	}
}

/* Pantallas muy pequeñas, como dispositivos antiguos */
@media only screen and (max-width: 320px) {
	#header .content .inner {
		max-height: 70rem;
	}
}
