/* General */
:root {
	--border-radius: 0;
	--border-radius2x: 0;
	--default: #777;
}
/* Skin Colors */
:root {
	--primary: #f4544c;
	--primary-100: #f33d34;
	--primary-200: #f23228;
	--primary-300: #f1261c;
	--primary--100: #f56b64;
	--primary--200: #f67670;
	--primary--300: #f7827c;
	--primary-rgba-0: rgba(244, 84, 76, 0);
	--primary-rgba-10: rgba(244, 84, 76, 0.1);
	--primary-rgba-20: rgba(244, 84, 76, 0.2);
	--primary-rgba-30: rgba(244, 84, 76, 0.3);
	--primary-rgba-40: rgba(244, 84, 76, 0.4);
	--primary-rgba-50: rgba(244, 84, 76, 0.5);
	--primary-rgba-60: rgba(244, 84, 76, 0.6);
	--primary-rgba-70: rgba(244, 84, 76, 0.7);
	--primary-rgba-80: rgba(244, 84, 76, 0.8);
	--primary-rgba-90: rgba(244, 84, 76, 0.9);
	--secondary: #111113;
	--secondary-100: #050506;
	--secondary-200: #000000;
	--secondary-300: #000000;
	--secondary--100: #1d1d20;
	--secondary--200: #232327;
	--secondary--300: #29292e;
	--secondary-rgba-0: rgba(17, 17, 19, 0);
	--secondary-rgba-10: rgba(17, 17, 19, 0.1);
	--secondary-rgba-20: rgba(17, 17, 19, 0.2);
	--secondary-rgba-30: rgba(17, 17, 19, 0.3);
	--secondary-rgba-40: rgba(17, 17, 19, 0.4);
	--secondary-rgba-50: rgba(17, 17, 19, 0.5);
	--secondary-rgba-60: rgba(17, 17, 19, 0.6);
	--secondary-rgba-70: rgba(17, 17, 19, 0.7);
	--secondary-rgba-80: rgba(17, 17, 19, 0.8);
	--secondary-rgba-90: rgba(17, 17, 19, 0.9);
	--tertiary: #D1E7E7;
	--tertiary-100: #c0dede;
	--tertiary-200: #b8dada;
	--tertiary-300: #afd6d6;
	--tertiary--100: #e2f0f0;
	--tertiary--200: #eaf4f4;
	--tertiary--300: #f3f8f8;
	--tertiary-rgba-0: rgba(209, 231, 231, 0);
	--tertiary-rgba-10: rgba(209, 231, 231, 0.1);
	--tertiary-rgba-20: rgba(209, 231, 231, 0.2);
	--tertiary-rgba-30: rgba(209, 231, 231, 0.3);
	--tertiary-rgba-40: rgba(209, 231, 231, 0.4);
	--tertiary-rgba-50: rgba(209, 231, 231, 0.5);
	--tertiary-rgba-60: rgba(209, 231, 231, 0.6);
	--tertiary-rgba-70: rgba(209, 231, 231, 0.7);
	--tertiary-rgba-80: rgba(209, 231, 231, 0.8);
	--tertiary-rgba-90: rgba(209, 231, 231, 0.9);
	--quaternary: #0a0a0a;
	--quaternary-100: #000000;
	--quaternary-200: #000000;
	--quaternary-300: #000000;
	--quaternary--100: #171717;
	--quaternary--200: #1d1d1d;
	--quaternary--300: #242424;
	--quaternary-rgba-0: rgba(10, 10, 10, 0);
	--quaternary-rgba-10: rgba(10, 10, 10, 0.1);
	--quaternary-rgba-20: rgba(10, 10, 10, 0.2);
	--quaternary-rgba-30: rgba(10, 10, 10, 0.3);
	--quaternary-rgba-40: rgba(10, 10, 10, 0.4);
	--quaternary-rgba-50: rgba(10, 10, 10, 0.5);
	--quaternary-rgba-60: rgba(10, 10, 10, 0.6);
	--quaternary-rgba-70: rgba(10, 10, 10, 0.7);
	--quaternary-rgba-80: rgba(10, 10, 10, 0.8);
	--quaternary-rgba-90: rgba(10, 10, 10, 0.9);
	--dark: #212529;
	--dark-100: #16181b;
	--dark-200: #101214;
	--dark-300: #0a0c0d;
	--dark--100: #2c3237;
	--dark--200: #32383e;
	--dark--300: #383f45;
	--dark-rgba-0: rgba(33, 37, 41, 0);
	--dark-rgba-10: rgba(33, 37, 41, 0.1);
	--dark-rgba-20: rgba(33, 37, 41, 0.2);
	--dark-rgba-30: rgba(33, 37, 41, 0.3);
	--dark-rgba-40: rgba(33, 37, 41, 0.4);
	--dark-rgba-50: rgba(33, 37, 41, 0.5);
	--dark-rgba-60: rgba(33, 37, 41, 0.6);
	--dark-rgba-70: rgba(33, 37, 41, 0.7);
	--dark-rgba-80: rgba(33, 37, 41, 0.8);
	--dark-rgba-90: rgba(33, 37, 41, 0.9);
	--light: #FFF;
	--light-100: #f2f2f2;
	--light-200: #ececec;
	--light-300: #e6e6e6;
	--light--100: #ffffff;
	--light--200: #ffffff;
	--light--300: #ffffff;
	--light-rgba-0: rgba(255, 255, 255, 0);
	--light-rgba-10: rgba(255, 255, 255, 0.1);
	--light-rgba-20: rgba(255, 255, 255, 0.2);
	--light-rgba-30: rgba(255, 255, 255, 0.3);
	--light-rgba-40: rgba(255, 255, 255, 0.4);
	--light-rgba-50: rgba(255, 255, 255, 0.5);
	--light-rgba-60: rgba(255, 255, 255, 0.6);
	--light-rgba-70: rgba(255, 255, 255, 0.7);
	--light-rgba-80: rgba(255, 255, 255, 0.8);
	--light-rgba-90: rgba(255, 255, 255, 0.9);
}
/* Skin Colors - Inverse */
:root {
	--primary-inverse: #FFF;
	--secondary-inverse: #FFF;
	--tertiary-inverse: #777;
	--quaternary-inverse: #FFF;
	--dark-inverse: #FFF;
	--light-inverse: #777;
}
/* Grey Colors */
:root {
	--grey: #969696;
	--grey-100: #f4f4f4;
	--grey-200: #eaeaea;
	--grey-300: #e5e5e5;
	--grey-400: #e0e0e0;
	--grey-500: #dbdbdb;
	--grey-600: #cecece;
	--grey-700: #c1c1c1;
	--grey-800: #a8a8a8;
	--grey-900: #8e8e8e;
	--grey-1000: #757575;
}

body {
		font-family: "Poppins", sans-serif;
}

h2 {
		margin: 0 0 17px 0;
}

h4 {
		font-size: 1.6em;
		letter-spacing: -1px;
}

.btn-join-now {
		margin-left: 20px;
		display: flex;
		justify-content: center;
		height: 100%;
		flex-direction: column;
		padding: 24px;
		padding: 1.5rem;
		margin-right: -24px;
}

.col-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
		position: relative;
		min-height: 1px;
		padding-right: 15px;
		padding-left: 15px;
}

.col-5ths {
		width: 20%;
		float: left;
}

@media (min-width: 768px) {
		.col-sm-5ths {
				width: 20%;
				float: left;
		}
}

@media (min-width: 992px) {
		.col-md-5ths {
				width: 20%;
				float: left;
		}
}

@media (min-width: 1200px) {
		.col-lg-5ths {
				width: 20%;
				float: left;
		}
}

.custom-font-weight-medium {
		font-weight: 500 !important;
}

.custom-text-color-1 {
		color: #ebebeb !important;
}

.custom-font-style-1 {
		font-size: 2.7em;
		letter-spacing: -1px;
		margin: 40px 0px 20px;
}

.custom-font-style-2 {
		font-size: 1.3em;
		letter-spacing: -1px;
		margin-bottom: 50px;
		display: block;
}

.custom-btn-style-1 {
		padding: 13px 25px;
		margin-top: 15px;
}

.custom-btn-style-2 {
		width: 100%;
		padding: 10px 25px;
}

.custom-btn-style-3 {
		padding: 10px 40px;
}

.custom-btn-style-4 {
		position: absolute !important;
		bottom: 45px;
		left: 45px;
		padding: 10px 40px;
		z-index: 1;
}

.custom-position-style-1 {
		position: absolute;
		top: 86px;
		z-index: 1;
		right: 15px;
}

.custom-title-position-1 {
		position: absolute;
		z-index: 10;
		padding: 45px;
}

@media (max-width: 991px) {
		.custom-position-style-2 {
				position: static;
		}
}

@media (max-width: 767px) {
		.custom-position-style-1 {
				position: static;
		}
}

@media (max-width: 991px) {
		.custom-sm-margin-1 {
				margin-top: 30px;
		}
		.custom-sm-margin-2 {
				margin-top: 60px;
		}
		.custom-sm-mb-0 {
				margin-bottom: 0 !important;
		}
}

@media (max-width: 767px) {
		.custom-xs-margin-1 {
				margin-top: 30px;
		}
		.custom-xs-margin-2 {
				margin-top: 60px;
		}
		.custom-xs-margin-3 {
				margin-bottom: 15px;
		}
}

.custom-padding-top-1 {
		padding-top: 110px !important;
}

.custom-squared-section {
		height: 22vw;
		min-height: 390px;
}

.custom-wide-section {
		height: 16.6vw;
		min-height: 290px;
}

@media (max-width: 991px) {
		.custom-squared-section {
				height: 44vw;
				max-height: 350px;
		}
}

@media (max-width: 767px) {
		.custom-squared-section {
				height: 82vw;
				max-height: 330px;
		}
}

.custom-small-section-padding {
		padding: 45px;
}

.custom-small-section-padding-2 {
		padding: 8%;
}

.custom-overlay-style-1 {
		position: relative;
		overflow: hidden;
}

.custom-overlay-style-1:before {
		content: '';
		display: block;
		position: absolute;
		top: 50%;
		left: 0;
		box-shadow: 30px 0px 220px 220px rgba(244, 84, 76, 0.9);
		transform: translateY(-50%);
}

.custom-overlay-style-1:after {
		content: '';
		display: block;
		background: rgba(244, 84, 76, 0.4);
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
}

.custom-overlay-style-1 > * {
		position: relative;
		z-index: 1;
}

.custom-overlay-style-2 {
		overflow: hidden;
}

.custom-overlay-style-2:before {
		content: '';
		display: block;
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		background: rgba(17, 17, 19, 0.6);
}

.custom-overlay-style-2 > * {
		position: relative;
		z-index: 1;
}

#header .header-nav-main.header-nav-main-slide nav > ul > li > span > a {
		text-transform: none;
		font-weight: 300;
		font-size: 14px;
}

#header .header-nav-main.header-nav-main-slide nav > ul > li > span > a i {
		margin-left: 5px;
		font-size: 0.7em;
}

#header.header-floating-bar-static-sticky .header-body {
		position: fixed !important;
		border-bottom: none !important;
		width: 100% !important;
		max-width: 100% !important;
		top: 0 !important;
}





/*
* About Us
*/
.custom-join-now-form form .form-control {
		font-size: 12px;
		border: none;
}

.custom-thumb-info-1 {
		border: 0;
}

.custom-thumb-info-1:hover .thumb-info-wrapper {
		transform: none;
}

.custom-thumb-info-1:hover .thumb-info-wrapper .thumb-info-plus {
		opacity: 1;
		width: 20%;
}

.custom-thumb-info-1:hover .thumb-info-wrapper .thumb-info-plus:after {
		transform: translate3d(-50%, -50%, 0) rotate(90deg);
}

.custom-thumb-info-1 .thumb-info-wrapper {
		margin: 0 !important;
}

.custom-thumb-info-1 .thumb-info-wrapper .thumb-info-plus {
		opacity: 0;
		position: absolute;
		width: 10%;
		top: 50%;
		left: 50%;
		z-index: 2;
		transform: translate3d(-50%, -50%, 0);
		transition: ease all 0.3s;
}

.custom-thumb-info-1 .thumb-info-wrapper .thumb-info-plus:before, .custom-thumb-info-1 .thumb-info-wrapper .thumb-info-plus:after {
		content: '';
		display: block;
		position: absolute;
		width: 100%;
		top: 50%;
		left: 50%;
		border-top: 2px solid #F4544C;
		transform: translate3d(-50%, -50%, 0);
}

.custom-thumb-info-1 .thumb-info-wrapper .thumb-info-plus:after {
		transform: translate3d(-50%, -50%, 0) rotate(0deg);
}

/*
* Packages / Classes / Facility / Working Hours
*/
.custom-list-style-1 {
		padding: 0;
}

.custom-list-style-1 li {
		list-style: none;
		line-height: 36px;
}

.custom-list-style-1 li .custom-list-item {
		display: inline-block;
		width: 210px;
}

.custom-list-style-1 li .custom-list-item.custom-list-item-spacing-2 {
		width: 100% !important;
}

.custom-list-style-1 li .custom-list-item img.custom-icon {
		width: auto;
		margin-right: 15px;
		vertical-align: middle;
		display: inline-block;
}

.custom-list-style-1 li .custom-list-item.custom-spacing-1 {
		width: 130px;
}

.custom-list-style-1.custom-space-1 {
		margin-top: 55px;
}

@media (max-width: 1360px) {
		.custom-list-style-1 li .custom-list-item {
				width: 140px;
		}
}

.custom-thumb-info-2 {
		border: none;
		overflow: visible;
		margin-bottom: 25px;
}

.custom-thumb-info-2 .thumb-info-caption {
		display: block;
}

.custom-thumb-info-2 .thumb-info-caption a.btn {
		position: absolute;
		bottom: -25px;
		left: 50%;
		transform: translateX(-50%);
}

/*
* Classes Detail
*/
.custom-item-detail-gallery li {
		list-style: none;
}

/*
* Pricing
*/
.custom-pricing-list {
		padding: 0;
}

.custom-pricing-list li {
		list-style: none;
}


/*
* Contact Us
*/
.custom-location {
		padding-left: 50px;
}

.custom-location > img {
		position: absolute;
		top: 17px;
		left: 0;
}

.custom-form-style-1 .form-control {
		font-size: 12px;
		border: none;
}



/*
* Footer
*/
#footer {
		margin-top: 0;
		padding: 50px 0px;
		border-top: none;
}

#footer p {
		margin: 0;
}

#footer .container .row > div {
		margin-bottom: 0;
}

.social-icons.custom-social-icons li {
		box-shadow: none !important;
}

.social-icons.custom-social-icons li a {
		background: transparent !important;
		font-size: 17px;
		color: var(--light) !important;
}

.social-icons.custom-social-icons li:hover a {
		background: transparent !important;
		opacity: 0.7;
}

/* Skin */
html #header.custom-header-style-1 .header-body .header-nav-main nav > ul > li > span .item-two {
		color: var(--primary); background: #000;
}

@media (max-width: 991px) {
		html #header.custom-header-style-1 .custom-sm-btn-header-style-1 > .btn:not(.header-btn-collapse-nav) {
				color: var(--primary); background: #000;
		}
		html #header.custom-header-style-1 .custom-sm-btn-header-style-1 > .btn:not(.header-btn-collapse-nav):hover {
				color: var(--light); background: #000;
		}
		html #header.custom-header-style-1 .header-body .header-nav-main nav > ul > li > a.item-original.active {
				color: var(--primary);background: #000;
		}
}

.custom-overlay-style-1:before {
		box-shadow: 30px 0px 220px 220px var(--primary-rgba-90);
}

.custom-overlay-style-1:after {
		background: var(--primary-rgba-40);
}

.custom-overlay-style-2:before {
		background: var(--quaternary-rgba-60);
}

.custom-thumb-info-1 .thumb-info-wrapper:after {
		background: var(--quaternary-rgba-80);
}
.custom-color {color: #ff5450;}
.custom-color_gris {color: #CBC7C8;}
.foto_gris {  filter: grayscale(100%);}
 .centrado { margin: auto;  border-radius: 50%;  }



