/* =================================
------------------------------------
  X Gym - Fitness HTML Template
  Version: 1.0
 ------------------------------------
 ====================================*/

 
/*----------------------------------------*/
/* Template default CSS
/*----------------------------------------*/

html,
body {
	height: 100%;
	font-family: "PT Sans", sans-serif;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	color: #353535;
	font-weight: 700;
	line-height: 1;
}

h1 {
	font-size: 70px;
}

h2 {
	font-size: 36px;
}

h3 {
	font-size: 30px;
}

h4 {
	font-size: 24px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

p {
	font-size: 16px;
	color: #505050;
	line-height: 2;
}

img {
	max-width: 100%;
}

input:focus,
select:focus,
button:focus,
textarea:focus {
	outline: none;
}
a {
	color: #FFA700;
}
a:hover,
a:focus {
	text-decoration: none;
	outline: none;
	color: #F44201;
}

ul,
ol {
	padding: 0;
	margin: 0;
}

/*---------------------
Helper CSS
 -----------------------*/
.um input[type=submit].um-button {
    background: #FFA700 !important;
    width: 100% !important;
    color: #fff;
    font-size: 16px !important;
}
.um-register .um-field-label label, .um-login .um-field-label label {
    margin-top: 10px !important;
    margin-bottom: 0 !important;
}
.section-title {
	margin-bottom: 60px;
}

.feature-section .section-title h2 {
	font-size: 24px;
	line-height: 30px;
}
.classes-section .section-title h2 {
	color: #353535;
	font-size: 48px;
	line-height: 54px;
}
.section-title h2 span {
	background: #FFA700;
	display: inline-block;
	padding: 0 8px 4px;
	color: #fff;
}

.section-title p {
	padding-top: 25px;
}
.video-semanal video {
	height: 285px;
}
/*.section-title.text-white span {
	color: #353535;
}*/
.margin {
	margin: 0 30px;
}
.set-bg {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
}

.spad {
	padding-top: 105px;
	padding-bottom: 105px;
}

.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6,
.text-white p,
.text-white span,
.text-white li,
.text-white a {
	color: #fff;
}

/*---------------------
Commom elements
 -----------------------*/
.video {

    margin-bottom: 20px;

}
.elements-section {
	padding: 121px 0 80px;
}

.element {
	margin-bottom: 70px;
}

.element:last-child {
	margin-bottom: 0;
}

.element .el-title {
	margin-bottom: 75px;
}

/* buttons */

.site-btn, .agenda .site-btn {
	display: inline-block;
	border: none;
	font-size: 18px;
	font-weight: 700;
	min-width: 228px;
	padding: 10px 20px;
	background: #FFA700;
	color: #fff;
	line-height: normal;
	cursor: pointer;
	text-align: center;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.site-btn:hover, .agenda .site-btn:hover {
	background: #eb4e01;
	color: #fff;
}
.agenda .site-btn {
    min-width: 100px;
    margin: 15px;
    padding: 6px 16px;
    font-size: 15px;
    background: #eee;
	color: #666;
}

.site-btn.sb-dark {
	background: #242424;
	color: #fff;
}

.site-btn.sb-dark:hover {
	color: #FFA700;
}

.site-btn.sb-line {
	background: transparent;
	border: 2px solid #242424;
	padding: 18px 40px;
	color: #242424;
}

.site-btn.sb-line:hover {
	color: #242424;
}

/* Preloder */

#preloder {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 999999;
	background: #000;
}

.loader {
	width: 40px;
	height: 40px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -13px;
	margin-left: -13px;
	border-radius: 60px;
	animation: loader 0.8s linear infinite;
	-webkit-animation: loader 0.8s linear infinite;
}

@keyframes loader {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
		border: 4px solid #f44336;
		border-left-color: transparent;
	}
	50% {
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
		border: 4px solid #673ab7;
		border-left-color: transparent;
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
		border: 4px solid #f44336;
		border-left-color: transparent;
	}
}

@-webkit-keyframes loader {
	0% {
		-webkit-transform: rotate(0deg);
		border: 4px solid #f44336;
		border-left-color: transparent;
	}
	50% {
		-webkit-transform: rotate(180deg);
		border: 4px solid #673ab7;
		border-left-color: transparent;
	}
	100% {
		-webkit-transform: rotate(360deg);
		border: 4px solid #f44336;
		border-left-color: transparent;
	}
}

.price-plan {
    width: 115px;
    margin: 0 auto 30px;
    border: 4px #ccc solid;
    border-radius: 100%;
    height: 115px;
    text-align: center;
}
.price-plan h2 {
    color: #666;
    font-size: 40px;
    font-weight: 700;
    position: relative;
    display: inline-block;
    margin: 25px 0 0;
}
.price-plan p {
    font-size: 15px;
    line-height: 20px;
    color: #666;
    text-transform: uppercase;
}

/* Accordion */

.accordion-area .panel {
	margin-bottom: 18px;
}

.accordion-area .panel-link:after {
	content: "+";
	position: absolute;
	font-size: 18px;
	font-weight: 700;
	right: 25px;
	top: 50%;
	color: #242424;
	line-height: 18px;
	margin-top: -9px;
	margin-left: -4px;
}

.accordion-area .panel-header .panel-link.active {
	background: #242424;
	color: #FFA700;
}

.accordion-area .panel-header .panel-link.collapsed {
	background: #FFA700;
	color: #242424;
}

.accordion-area .panel-header .panel-link.collapsed:after {
	content: "+";
	color: #242424;
}

.accordion-area .panel-link.active:after {
	content: "-";
	margin-top: -10px;
	color: #FFA700;
}

.accordion-area .panel-link {
	text-align: left;
	border: none;
	position: relative;
	width: 100%;
	padding: 18px 40px;
	padding-left: 30px;
	font-size: 18px;
	font-weight: 700;
	background: #FFA700;
	color: #242424;
	cursor: pointer;
}

.accordion-area .panel-body {
	padding-right: 16px;
}

.accordion-area .panel-body p {
	margin-bottom: 0;
	padding-top: 24px;
}

/* tab */

.tab-element .nav-tabs {
	border-bottom: none;
}

.tab-element .nav-tabs .nav-link {
	border-radius: 0;
	font-size: 18px;
	font-weight: 700;
	color: #1f1f1f;
	border: none;
	padding: 18px 30px;
	margin-right: 9px;
	background: #FFA700;
	margin-bottom: 10px;
}

.tab-element .nav-tabs .nav-item:last-child .nav-link {
	margin-right: 0;
}

.tab-element .nav-tabs .nav-link.active {
	background: #000;
	color: #fff;
}

.tab-element .nav-tabs .nav-link:focus,
.tab-element .nav-tabs .nav-link:hover {
	border: none;
}

.tab-element .tab-pane {
	padding-right: 16px;
}

.tab-element .tab-pane p {
	padding-top: 20px;
}

/* Circle progress */

.circle-progress {
	text-align: center;
	display: block;
	position: relative;
	margin-bottom: 30px;
}

.circle-progress canvas {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

.circle-progress .progress-info {
	position: absolute;
	width: 100%;
	top: 50%;
	margin-top: -32px;
}

.circle-progress .progress-info h2 {
	font-size: 36px;
	margin-bottom: 9px;
}

.circle-progress .progress-info p {
	font-size: 18px;
	margin-bottom: 0;
	line-height: normal;
}

/* Icon Box*/

.icon-box-item {
	text-align: center;
	margin-bottom: 40px;
}

.icon-box-item .ib-icon {
	width: 88px;
	height: 88px;
	border-radius: 50%;
	color: #000000;
	font-size: 60px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background: #f6f9fa;
	margin: 0 auto 25px;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.icon-box-item h4 {
	margin-bottom: 25px;
}

.icon-box-item p {
	margin-bottom: 0;
}
.zentirte .icon-box-item p {
	text-align: left;
}
.zentirte .agenda .icon-box-item p {
    text-align: center;
    font-size: 18px;
}
.zentirte .agenda .icon-box-item p span, .agenda .icon-box-item h4 span {
    color:#FFA700;
    font-weight: bold;
}
.agenda .icon-box-item h4 {
    margin-bottom: 10px;
}
.icon-box-item:hover .ib-icon {
	background: #FFA700;
	color: #fff;
}



.nav-pills .nav-link {
    border-radius: .25rem;
    font-size: 20px;
    font-weight: 700;
    color: #353535;
}
.mb-45 {
    margin-bottom: 45px !important;
}
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #FFA700;
}
/*------------------
Header section
 ---------------------*/
.header-section {
	height: 92px;
}
.site-logo {
	display: inline-block;
	padding: 14px 35px;
	max-width: 250px;
}

.main-menu {
	list-style: none;
	float: right;
}

.main-menu li {
	display: inline-block;
	padding-top: 33px;
}

.main-menu li a {
	font-size: 20px;
	font-weight: 700;
	color: #353535;
	margin-right: 25px;
	padding: 2px 13px;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.main-menu li:last-child a {
	color: #fff;
	margin-right: 0px;
}

.main-menu li a.active,
.main-menu li a:hover {
	background: #FFA700;
	color: #fff;
}

.header-right {
	float: right;
	padding-top: 0 !important;
}

.header-right .hr-box {
	min-width: 110px;
	padding: 33px 15px 27px 30px;
	background: #FFA700;
	height: 92px;
}

.header-right .hr-box img {
	float: left;
	margin-right: 16px;
}

.header-right .hr-box h6 {
	overflow: hidden;
	color: #fff;
}

.slicknav_menu {
	display: none;
}
li.header-right div.uimob340 .um-header .um-profile-meta {
    text-align: left !important;
    float: left;
}
li.header-right .um-profile.um .um-name a {
    padding: 2px 0;
    color: #fff;
}
li.header-right .um, li.header-right .um-profile.um-editing {
    margin-bottom: 0px !important;
    padding-bottom: 0px !important;
}
li.header-right .um-16.um .um-profile-body, 
li.header-right .um-profile-photo, 
li.header-right .um-dropdown li:first-child, 
li.header-right .um-dropdown li:last-child {
   display: none;
}
li.header-right .um-header {
    padding: 0 !important;
    border-bottom: none !important;
    min-height: inherit !important;
}
li.header-right .um-profile-edit {
    top: 0px;
    right: 0;
    font-size: 26px;
    margin-right: 0;
    float: right;
    position: relative;
}
li.header-right .um-profile.um .um-profile-headericon a {
    color: #fff;
    margin-right: 0px;
    padding: 0 10px;
}
li.header-right .um-profile.um .um-profile-headericon .um-dropdown a {
    color: #999;
}
li.header-right .um-dropdown {
    right: -10px !important;
    width: 115px !important;
    top: 40px;
}
li.header-right .um-dropdown .um-dropdown-arr {
    top: -20px !important;
    left: 73px !important;
}
li.header-right .um-dropdown li {
    padding: 0 !important;
    width: 100%;
}
li.header-right .um-dropdown li a {
    padding: 10px 8px !important;
}
li.header-right .um-dropdown li a:hover {
    color: #333 !important;
    background: #eee;
}

/* ----------------
Hero section
 ---------------------*/

.hero-section {
	height: 500px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;

}

.hero-text {
	padding-top: 50px;
	width: 60%;
}

.hero-text h2 {
	font-size: 50px;
	color: #fff;
	line-height: 1;
}

.hero-text h2 span {
	color: #FFA700;
}
.hero-text h3 {
    font-size:20px;
    line-height: 30px;
    margin-top: 15px;
    color: #fff;
    font-weight: 400;

}

.hero-text .site-btn {
	margin-top: 30px;
}

/* ----------------
Feature section
 ---------------------*/
.grey {
	background-color: #eee;
}
.feature-section {
	padding-top: 95px;
	padding-bottom: 65px;
}

/* ----------------
Add section
 ---------------------*/

.add-section {
	padding: 110px 0 103px;
}

.add-text {
	padding-left: 77px;
}

.add-text h2 {
	font-size: 60px;
	margin-bottom: 42px;
	color: #fff;
	margin-right: 116px;
}


.add-text h2 span {
	color: #FFA700;
}

.add-text ul {
	list-style: none;
	margin-bottom: 40px;
}

.add-text ul li {
	margin-bottom: 19px;
	color: #fff;
}

.add-text ul li img {
	margin-right: 19px;
}

/* ----------------
Milestones section
 ---------------------*/

.milestones-section {
	background: #f6f9fa;
	padding: 59px 0 5px;
}

.milestone {
	text-align: center;
	margin-bottom: 30px;
}

.milestone h2 {
	display: inline-block;
	background: #FFA700;
	padding: 4px 11px;
	margin-bottom: 2px;
	color: #fff;
}

.milestone p {
	margin-bottom: 0;
	font-size: 18px;
}

/* ----------------
Trainers section
 ---------------------*/

.trainers-section {
	padding: 121px 0 75px;
}

.trainers-section .section-title {
	margin-bottom: 78px;
}

.trainer-item {
	text-align: center;
	padding: 0 5px;
	margin-bottom: 30px;
}

.trainer-item .trainer-pic {
	width: 200px;
	height: 200px;
	border-radius: 50%;
	margin: 0 auto 30px;
	overflow: hidden;
}

.trainer-item .trainer-pic img {
	max-width: 100%;
}

.trainer-item h4 {
	margin-bottom: 20px;
}

.trainer-item p {
	margin-bottom: 0;
}
/*---------------------
  Gallery Section
-----------------------*/

.gallery-section {
	
	padding-bottom: 70px;
	padding-top: 95px;
}

.gallery-controls {
	text-align: center;
	margin-bottom: 45px;
}

.gallery-controls ul li {
	list-style: none;
	font-size: 20px;
	font-weight: 600;
	color: #353535;
	display: inline-block;
	margin-right: 30px;
	cursor: pointer;
	position: relative;
	padding: 2px 8px;
}

.gallery-controls ul li.active {
	color: #fff;
	background-color: #FFA700;
	padding: 2px 8px;
}


.gallery-controls ul li:last-child {
	margin-right: 0;
}

.gallery-item {
	text-align: center;
	position: relative;
	z-index: 1;
}




.gallery-item .gi-hover-warp {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	z-index: 9;
}

.gallery-item .gi-hover {
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.gallery-item .gi-hover a {
	height: 60px;
	width: 60px;
	border: 2px solid #ffffff;
	border-radius: 50%;
	text-align: center;
	line-height: 60px;
	font-size: 24px;
	display: inline-block;
	color: #ffffff;
}

.gallery-item .gi-hover a:first-child {
	margin-right: 15px;
}

.gallery-item .gi-hover h6 {
	color: #ffffff;
	margin-top: 25px;
}

.gallery-item .gi-hover h6 span {
	font-family: "Nunito Sans", sans-serif;
	margin-top: 7px;
	display: block;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
	cursor: pointer;
}


/* ----------------
BMI section
 ---------------------*/

.bmi-section {
	background: #f6f9fa;
	position: relative;
}

.bmi-bg {
	position: absolute;
	height: 100%;
	width: 40.5%;
	left: 0;
	top: 0;
}

.bmi-calculator-warp {
	background: #242424;
	padding: 48px 53px 40px;
	margin-top: 70px;
}

.bmi-calculator input {
	font-size: 16px;
	color: #505050;
}

.bmi-calculator input,
.bmi-calculator .site-btn {
	width: 100%;
	height: 57px;
	margin-bottom: 30px;
	padding: 0 24px;
	border: none;
	min-width: 100%;
}

.bmi-calculator p {
	color: #fff;
	font-style: italic;
	margin-bottom: 0;
	padding-top: 9px;
}

/* ----------------
Newsletter section
 ---------------------*/

.newsletter-section {
	padding: 30px 0 30px;
	background-color: #FFA700;
}

.newsletter-section .section-title {
	padding-top: 8px;
}

.newsletter-form {
	margin-left: -55px;
}

.newsletter-form input {
	width: calc(100% - 228px);
	height: 63px;
	padding: 10px 35px;
	float: left;
	border: none;
}
.newsletter-section .site-btn.sb-dark {
    margin: 5px 0 0;

}
/* ----------------
Footer section
 ---------------------*/

.footer-section {
	padding-top: 106px;
	padding-bottom: 23px;
	background: #222;
}
.footer-logo {
	max-width: 200px;
	margin-top: -30px;
	margin-bottom: 16px;
}
.footer-widget {
	margin-bottom: 50px;
}

.footer-widget h4 {
	color: #fff;
	margin-bottom: 30px;
}

.footer-widget .fw-info-box img {
	float: left;
	margin-right: 12px;
	padding-top: 3px;
}

.footer-widget .fw-info-box p {
	color: #b5babc;
	line-height: 1.8;
	margin-bottom: 0;
}

.footer-widget .fw-info-box .fw-info-text {
	max-width: 230px;
	overflow: hidden;
}
.footer-widget .fw-info-box .fw-info-text a {
	color: #b5babc;
	padding:0px 5px 9px 5px;
}

.footer-widget .social-links a {
	display: inline-block;
	padding: 9px 5px;
	color: #d1d1d1;
	margin-left: 18px;
}

.copyright {
	font-size: 13px;
	font-weight: 700;
	color: #fff;
	padding-top: 0px;
}

.copyright a {
	color: #fff;
}

.copyright a:hover {
	color: #FFA700;
}

.footer-menu {
	list-style: none;
	text-align: right;
	padding-top: 30px;
}

.footer-menu li {
	display: inline-block;
}

.footer-menu li a {
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	padding: 5px;
	margin-left: 23px;
}

/* --------------
==================
Other Pages
==================
-----------------*/

.page-top-section {
	height: 272px;
	text-align: center;
	padding-top: 95px;
}

.page-top-section h2 {
	display: inline-block;
	position: relative;
	font-size: 72px;
	color: #fff;
	padding-bottom: 17px;
}

.page-top-section h2:after {
	position: absolute;
	content: "";
	width: 100%;
	height: 6px;
	bottom: 0;
	left: 0;
	background: #FFA700;
}

/* ----------------
About Page
 ---------------------*/

.about-section {
	padding: 121px 0 118px;
}

.about-text {
	padding-right: 13px;
	margin-bottom: 50px;
}

.about-img {
	position: relative;
}

.about-img img {
	position: absolute;
	left: 60px;
	top: -58px;
}

.achievement-section {
	padding: 150px 0 86px;
}

.achievement-section .circle-progress .progress-info h2 {
	color: #FFA700;
}

.achievement-section .circle-progress .progress-info p {
	color: #fff;
}

.certified-section .section-title p {
	padding-top: 50px;
}

.certified-form {
	position: relative;
	overflow: hidden;
}

.certified-form input[type=text] {
	width: 100%;
	height: 60px;
	padding: 10px 29px;
	border: none;
	background: #edf3f5;
	margin-bottom: 19px;
	font-style: italic;
	font-size: 16px;
	color: #242424;
}

.certified-form label.attach {
	display: inline-block;
	background: #242424;
	padding: 18px;
	color: #fff;
	font-size: 16px;
	font-style: italic;
	width: 166px;
	text-align: center;
	cursor: pointer;
}

.certified-form .attach-field {
	position: absolute;
	z-index: -11;
	visibility: hidden;
	opacity: 0;
	left: 0;
}

.certified-form .site-btn {
	float: right;
}

.boxPaquetes {
    margin-bottom: 15px;
}
.boxPaquetesImg {
    overflow: hidden;
    position: relative;
    height: 200px;
}
.boxPaquetes img {
    display: block;
    height: auto;
    max-width: 100%;
    min-height: 200px;
    transition: transform 0.3s ease-out 0s;
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -moz-transition: -moz-transform 0.3s ease-out 0s;
    -ms-transition: -ms-transform 0.3s ease-out 0s;
    -o-transition: -o-transform 0.3s ease-out 0s;
}
.boxPaquetes:hover img {
    transform: scale(1.1) rotate(0deg);
    -webkit-transform: scale(1.1) rotate(0deg);
    -moz-transform: scale(1.1) rotate(0deg);
    -ms-transform: scale(1.1) rotate(0deg);
}
.boxInformacion {
    padding: 10px 5px;
    transition: all 300ms ease-in-out 0s;
    -webkit-transition: all 300ms ease-in-out 0s;
    -moz-transition: all 300ms ease-in-out 0s;
    -ms-transition: all 300ms ease-in-out 0s;
    -o-transition: all 300ms ease-in-out 0s;
}
.margin-down {

    margin: 0 0 30px;

}
.boxPaquetes h3{
    color: #505050;
    font-size: 20px;
    font-weight: 600;
    height: 30px;
    line-height: 1.3;
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    transition: all 300ms ease-in-out 0s;
    -webkit-transition: all 300ms ease-in-out 0s;
    -moz-transition: all 300ms ease-in-out 0s;
    -ms-transition: all 300ms ease-in-out 0s;
    -o-transition: all 300ms ease-in-out 0s;
}
.boxPaquetes:hover h3 {
    color: #FFA700;
}

.fraseIS {
    background-color: #ddd;
    position: relative;
    width: 100%;
    padding: 25px 0;
}
.fraseIS h1 {

    font-size: 40px;
    text-align: center;

}
.propiedades-interno {
	background-color: #eee;
    padding-top: 55px;
    padding-bottom: 55px;

}
#salida-nota {
    margin: 30px 0;
    background-color: #fff;
}
.imgBoxFoto {
    width: 100%;
    overflow: hidden;
    max-height: 400px;
    position: relative;
}
.imgBoxFoto img {
    width: 100%;
    height: 100%;
}
.contenidoPaquete {
    margin-top: 0;
    padding: 5px 20px;
}
#salida-nota h1 {
    color: #FFA700;
    font-size: 28px;
    line-height: 60px;
    margin: 0 0 20px 0;
    padding: 0;
    text-align: left;
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
.contenidoPaquete p, #salida-nota p {
    font-size: 14px;
    font-weight: normal;
    line-height: 30px;
    margin: 5px 0px 15px 0px;
}
#sidebar {
    float: left;
    padding: 30px 0;
}
.sidebaritem {
    background-color: #ffffff;
    border-left: 3px solid #FFA700;
    float: left;
    margin: 0 0 30px;
    padding: 20px;
    width: 100%;
}
.sidebaritem h3 {
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
    color: rgba(0, 0, 0, 0.5);
    font-size: 22px;
    font-weight: normal;
    line-height: 26px;
    margin: 0 0 15px;
    padding: 0 0 10px;
    text-transform: none;
}
.textwidget {
    color: #999;
    font-size: 14px;
    margin: 5px 0 12px;
    padding: 0;
    font-weight: normal;
    line-height: 16px;
}
.sidebaritem p {
    color: #999999;
    font-size: 16px;
    line-height: 28px;
}
.textwidget a {
    margin: 0 0 5px;
    color: #FFA700;
    font-weight: normal;
    text-decoration: none;
}
.sidebaritem ul {
    list-style: none;
    margin: 0;
    color: #999;
    padding: 0;
}
.sidebaritem li {
    float: left;
    list-style: outside none none;
    padding: 0;
    width: 100%;
}
.sidebaritem li a {
    border-bottom: 1px solid #eeeeee;
    color: #999999;
    display: block;
    font-size: 16px;
    font-weight: 500;
    margin: 0 0 10px;
    padding: 5px 10px 10px;
    text-decoration: none;
}

/* ----------------
Classes Page
 ---------------------*/

.service-section {
	padding: 122px 0 55px;
}

.service-section .icon-box-item {
	margin-bottom: 50px;
}

.pricing-section {
	padding: 121px 0 91px;
}

.pricing-section .section-title {
	margin-bottom: 74px;
}

.pricing-box, .boxes-member .pricing-box {
	position: relative;
	border: 2px solid #ffffff;
	text-align: center;
	padding: 62px 40px 31px;
	height: 593px;
	margin-bottom: 30px;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}
.boxes-member .pricing-box {
	border: 2px solid #FFA700;
	height: 570px;
}

.pricing-box h2, .boxes-member .pricing-box h2 {
	font-size: 48px;
	color: #fff;
	margin-bottom: 3px;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}
.boxes-member .pricing-box h2 {
	color: #454545;
}
.pricing-box p, .boxes-member .pricing-box p {
	font-size: 18px;
	color: #d6d6d6;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}


.pricing-box ul {
	list-style: none;
	padding-top: 25px;
}
.boxes-member .pricing-box ul {
	list-style: none;
	padding-top: 0px;
}

.pricing-box ul li, .boxes-member .pricing-box ul li, .boxes-member .pricing-box ul li span {
	display: block;
	color: #d6d6d6;
	font-size: 18px;
	margin-bottom: 10px;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}

.boxes-member .pricing-box p, .boxes-member .pricing-box ul li  {
	color: #999;
}
.pricing-box ul li span {
	display: inline-block;
	font-size: 22px;
	margin-top: 0px;
	color: #FFA700;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}
.boxes-member .pricing-box ul li span {
	font-size: 22px;
	color: #555;
}

.pricing-box .site-btn {
	min-width: 184px;
	position: absolute;
	bottom: 31px;
	left: 50%;
	margin-left: -92px;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}

.pricing-box:hover {
	background: #FFA700;
	border-color: #FFA700;
}

.pricing-box:hover h2,
.pricing-box:hover p,
.pricing-box:hover ul li {
	color: #fff;
}

.pricing-box:hover ul li span {
	color: #242424;
}

.pricing-box:hover .site-btn {
	color: #fff;
	background: #242424;
}

.classes-section {
	padding: 121px 0;
}

.classes-section .section-title h2 {
	line-height: 1.2;
}

.classes-section .section-title h2 span {
	line-height: 1;
}

.classes-text {
	padding-right: 20px;
}

.classes-text p {
	margin-bottom: 50px;
}

/* ----------------
Blog page
 ---------------------*/

.blog-section {
	padding: 121px 0;
}

.blog-item {
	margin-bottom: 80px;
}

.blog-item img {
	margin-bottom: 40px;
}

.blog-item h2 {
	font-size: 36px;
	margin-bottom: 10px;
}

.blog-item .blog-metas {
	margin-bottom: 20px;
}

.blog-item .blog-metas .blog-meta {
	display: inline-block;
	margin-right: 15px;
	font-size: 14px;
	color: #7b7a7a;
	margin-bottom: 5px;
}

.blog-item .blog-metas .blog-meta img {
	float: left;
	margin-right: 7px;
	padding-top: 3px;
	margin-bottom: 0;
}

.blog-item p {
	margin-bottom: 30px;
}

.blog-item .site-btn {
	min-width: 156px;
}

.site-pagination {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.site-pagination a {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	min-width: 33px;
	height: 37px;
	text-align: center;
	font-size: 16px;
	color: #242424;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 0 5px;
}

.site-pagination a.active {
	min-width: 37px;
	color: #fff;
	background: #000;
}

.widget-area {
	margin-bottom: 56px;
}

.widget-area .widget-title {
	font-size: 24px;
	margin-bottom: 35px;
}

.widget-area ul {
	list-style: none;
}

.widget-area ul li {
	display: block;
	margin-bottom: 20px;
}

.widget-area ul li a {
	font-size: 16px;
	color: #505050;
}

.widget-area ul li span {
	display: inline-block;
	float: right;
	width: 24px;
	height: 24px;
	padding-top: 2px;
	font-size: 14px;
	border-radius: 50%;
	color: #242424;
	background: #FFA700;
	text-align: center;
}

.search-widget {
	position: relative;
}

.search-widget input {
	height: 63px;
	width: 100%;
	padding: 0 33px;
	padding-right: 65px;
	background: #edf3f5;
	border: none;
}

.search-widget button {
	position: absolute;
	height: 100%;
	width: 60px;
	right: 0;
	top: 0;
	border: none;
	background: transparent;
	z-index: 1;
}

.recent-post-widget .rp-item {
	margin-bottom: 30px;
}

.recent-post-widget .rp-item:last-child {
	margin-bottom: 0;
}

.recent-post-widget .rp-item img {
	float: left;
	width: 139px;
	margin-right: 19px;
}

.recent-post-widget .rp-text p {
	font-size: 18px;
	color: #242424;
	line-height: 1.3;
	margin-top: -3px;
}

.recent-post-widget .rp-date {
	display: inline-block;
	color: #242424;
	font-size: 12px;
	padding: 5px 13px 4px 9px;
	background: #FFA700;
}

.tags-widget a {
	display: inline-block;
	font-size: 18px;
	font-weight: 700;
	color: #242424;
	margin-bottom: 15px;
	margin-right: 3px;
	background: #FFA700;
	padding: 4px 18px;
}

/* ----------------
Contact page
 ---------------------*/

.contact-section {
	padding-top: 110px;
}

.contact-title {
	margin-bottom: 76px;
}

.contact-info-warp {
	margin-bottom: 30px;
}

.contact-info-warp h4 {
	margin-bottom: 30px;
}

.contact-info-warp .contact-info img {
	float: left;
	margin-right: 12px;
	padding-top: 7px;
}

.contact-info-warp .contact-info p {
	line-height: 1.8;
	margin-bottom: 0;
}

.contact-info-warp .contact-info .cf-text {
	max-width: 145px;
	overflow: hidden;
}

.contact-form {
	margin-bottom: 84px;
}

.contact-form input[type=text],
.contact-form input[type=email],
.contact-form textarea {
	width: 100%;
	height: 60px;
	padding: 10px 29px;
	border: none;
	background: #edf3f5;
	margin-bottom: 19px;
	font-style: italic;
	font-size: 16px;
	color: #242424;
}

.contact-form textarea {
	resize: none;
	height: 164px;
	padding: 24px 29px 10px;
	margin-bottom: 30px;
}
.wpcf7, .wpcf7 label {
    width: 100%;
}
.map {
	position: relative;
	height: 560px;
	background: #ddd;
}

.map iframe {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

/* ----------------
Responsive
 ---------------------*/

@media (min-width: 1200px) {
	.container {
		max-width: 1176px;
	}
}

/* Medium screen : 992px. */

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.main-menu li a {
		margin-right: 10px;
	}
	.header-right .hr-box {
		padding: 34px 15px;
	}
	.add-text {
		padding-left: 0;
	}

	.newsletter-form {
		margin-left: 0;
	}
	.footer-widget .social-links a {
		margin-left: 15px;
	}
	.add-text h2 {
		margin-right: 100px;
	}
	.classes-section .section-title h2 {
	    font-size: 42px;
	}
	.hero-text { width: 65%; }
}

/* Tablet :768px. */

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.site-logo {
		max-width: 225px;
		padding: 15px 15px;
	}
	.main-menu li a {
		margin-right: 5px;
		font-size: 18px;
		padding: 5px;
	}
	.header-right .hr-box {
		padding: 34px 15px;
	}
	.bmi-bg {
		display: none;
	}
	.newsletter-section {
		text-align: center;
	}
	.newsletter-form {
		margin-top: 50px;
		margin-left: 0;
	}
	.footer-menu li a {
		margin-left: 10px;
	}
	.about-img {
		text-align: center;
		margin-bottom: 40px;
	}
	.about-img img {
		position: relative;
		left: 0;
		top: 0;
	}
	.certified-section {
		background-position: right center;
	}
	.sidebar {
		padding-top: 50px;
	}
	.hero-text { width: 90%; }
	.pricing-box, .boxes-member .pricing-box { height: 775px;}
	.classes-section .section-title h2 { font-size: 36px;}
	.classes-text, .add-text { padding-right: 0; padding-left: 0;}
	.classes-text p { margin-bottom: 20px;}
	.section-title h2 span { display: initial;}
}

/* Large Mobile :480px. */

@media only screen and (max-width: 767px) {
	.page-top-section h2 {font-size: 60px;}
	.section-title h2 span { display: initial;}
	.site-logo {
		padding-left: 15px;
	}
	.main-menu {
		display: none;
	}
	.slicknav_menu {
		display: block;
	}
	.slicknav_menu {
		display: block;
		background: transparent;
		padding: 0;
		margin-top: -43px;
	}
	.slicknav_nav {
		background: #353535;
		float: left;
    width: 100%;
	}
	.slicknav_nav ul {
		margin: 0;
	}
	.slicknav_nav .slicknav_row,
	.slicknav_nav a {
		padding: 10px 20px;
		margin: 0;
		font-size: 20px;
    text-align: center;
	}
	.slicknav_nav .slicknav_row.active,
	.slicknav_nav a.active {
		color: #FFA700;
	}
	.slicknav_nav a:hover {
		border-radius: 0;
	}
	.slicknav_nav .slicknav_row:hover {
		border-radius: 0;
	}
	.slicknav_btn {
		margin: 0 0 10px 0;
		position: relative;
		top: -23px;
		right: 15px;
	}
	.header-right {
		float: none;
		background: #FFA700;
		text-align: center;
	}
	.header-right .hr-box {
		padding: 20px 52px;
		margin: 0 auto;
		max-width: 294px;
		text-align: left;
	}
	.hero-section {
		height: auto;
		background-position: 65%;
	}
	.hero-text {
		padding-top: 200px;
		padding-bottom: 180px;
		width: 100%;
	}
	.add-text {
		padding-left: 0;
	}
	.add-text h2 {
		font-size: 55px;
	}
	.bmi-bg {
		display: none;
	}
	.bmi-calculator-warp {
		padding: 48px 20px 40px;
	}
	.newsletter-section {
		text-align: center;
	}
	.newsletter-form {
		margin-top: 50px;
		margin-left: 0;
	}
	.newsletter-form input {
		width: 100%;
		margin-bottom: 30px;
	}
	.footer-menu {
		text-align: center;
	}
	.footer-menu li a {
		margin-left: 5px;
	}
	.footer-menu li:first-child a {
		margin-left: 0;
	}
	.copyright {
		text-align: center;
		padding-top: 30px;
		padding-bottom: 15px;
	}
	.about-img {
		text-align: center;
		margin-bottom: 40px;
	}
	.about-img img {
		position: relative;
		left: 0;
		top: 0;
	}
	.certified-section {
		background-position: right center;
	}
	.certified-form .site-btn {
		float: none;
	}
	.certified-form label.attach {
		margin-right: 15px;
		margin-bottom: 10px;
	}
	.sidebar {
		padding-top: 50px;
	}
	.pricing-box, .boxes-member .pricing-box { height: 580px;}
}

/* Small Mobile :320px. */

@media only screen and (max-width: 479px) {
	.hero-section {
		height: auto;
		background-position: 75%;
	}
	.site-logo { max-width: 200px; }
	.slicknav_btn {top: -8px;}
	.hero-text {
		padding-top: 150px;
		padding-bottom: 150px;
		width: 100%;
	}
	.classes-section { padding: 90px 0; }
	.section-title h2, .classes-section .section-title h2 {
		font-size: 36px;
		   line-height: 42px;
	}
	.hero-text h2,
	.page-top-section h2 {
		font-size: 40px;
	}
	.add-text h2 {
		font-size: 36px;
		margin-right: 0;
	}
	.container {
    padding-right: 25px;
    padding-left: 25px;
}
}



.reproductor { 
  display: block; 
  width: 100%; 
  height: 100%; 
  padding-bottom: 56.25%; 
  overflow: hidden; 
  position: relative; 
  cursor: hand; 
  cursor: pointer; 
}
img.imagen-previa { 
   display: block; 
   left: 0; 
   bottom: 0;
   margin: auto; 
   max-width: 100%; 
   width: 100%; 
   position: absolute; 
   right: 0; 
   top: 0; 
   height: auto 
}
div.youtube-play { 
   height: 64px; 
   width: 64px; 
   left: 50%; 
   top: 50%; 
   margin-left: -36px; 
   margin-top: -36px;
   opacity:0.9;
   position: absolute; 
   background:   url("https://cdn2.iconfinder.com/data/icons/social-icons-color/512/youtube-64.png") no-repeat; 
}
div.youtube-play:hover{
   opacity:1; 
}
.video h2 {
    font-size: 20px;
    position: absolute;
    top: 20px;
    left: 20px;
    color: #fff;
    font-weight: 300;
}
#youtube-iframe { 
   width: 100%; 
   height: 100%; 
   position: absolute; 
   top: 0; 
   left: 0; 
}