/*FONTS*/
html, body {
	width: 100%;
	font-family: "Poppins", "PT Sans", sans-serif;
	background-color: #fff;
	overflow: auto;
}
*:focus {
    outline: 0 !important;
}
/*SCROLLED NAV STYLES COLOURS*/
/* width */
::-webkit-scrollbar {
  width: 8px;
  height: 0px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f5f5f5;
  border-radius: 0px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #333;
  border-radius: 8px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #ff4b39;
}

/* Track */
#modal-1 ::-webkit-scrollbar-track {
  border-radius: 10px;
}

.bodybg {
    background-size: 70% auto;
    background-position: top left;
    background-repeat: no-repeat;
    transition: all ease 1.5s !important;
}
.montserrat300, .montserrat400{font-family: 'Montserrat', sans-serif;}
.montserrat400 {font-weight: 400;}
.poppins100, .poppins300, .poppins500, .poppins600{font-family: 'Poppins', sans-serif;}
.poppins300, .montserrat300 {font-weight: 300}
.poppins100 {font-weight: 100}
.poppins500 {font-weight: 500}
.poppins600 {font-weight: 600}

.orange {
    color: #FF4B39 !important;
}

.bg-orange {background-color: #FF4B39 !important;transition: all ease 0.5s !important;}
.black-hover:hover{background: #000 !important; color: #fff !important;transition: all ease 0.5s !important;}
.xd_absolute{
	position: absolute !important;
    width: 100%;
}
.xd_colored {
	color: #FF4B39 !important;
}
.xd-ls9 {letter-spacing: 9px;}
.modal .close {
    color: #FF4B39;
}
.modal .close:hover {
    color: #FFF !important;
    background-color: #000;
    opacity: 1 !important;
}
#navigation.modern .columns ul li a{
    /*font-size: 12px;*/
    font-size: 15px;
    letter-spacing: 2.4px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
}
#navigation.modern.white-nav .columns a {
    color: #000;
}
#navigation.modern .columns .logo img {
	height: 22px;
/* 	height: 60px;	 */
}
#navigation.modern.white-nav.sticky {
    background: rgba(255,255,255,1);
    box-shadow: none !important;
}
#navigation.modern.white-nav.scrolled {
	 box-shadow: 0 1px 4px 2px rgba(0, 0, 0, 0.06) !important;
	 background: aliceblue;
}
#navigation.modern {
opacity: 0;
}

/*Video Full*/
#xd-wqo-home {
    overflow: hidden;
    width: auto;
    background-color:white !important;
}

#xd-wqo-video-home-desktop {
    position: relative;
    right: 0;
    bottom: 0;
    width: 100%;
    height: auto;
    background-color: white !important;
}

#xd-wqo-video-home-mobile {
    position: relative;
    right: 0;
    bottom: 0;
    width: 100%;
    height: auto;
    background-color: white !important;
}

#xd-wqo-scroll {
    position: absolute; 
    bottom: 14%; 
    left: 20px; 
    color: #fff;
    z-index: 9;
}

.xd-scroll-bar{
	display: block;
    position: relative;
    width: 2px;
    height: 35px;
    background: #ff4939;
    float: left;
    margin-right: 10px;
  	animation-timing-function: ease;
  	animation: animationBar 4s infinite;
}
@keyframes animationBar {
  0%   {height: 1px;}
  50% {height: 35px;}
  100% {height: 1px;}
}
.xd-msg.scrolled {
    right: 20px;
    bottom: 65px;
    transition: all ease 0.5s !important;
    }
/*Entrena*/
#xd-wqo-entrena .container {
	padding: 0px 0px 100px;
	margin-top: -10px;
}

#xd-wqo-entrena .row > div {	
    margin-top: 100px;
    margin-bottom: 50px;
}
#xd-wqo-entrena p.xd-wqo-p2{
	margin-top: 5vh;
    margin-bottom: 4vh;
}
.dark.bg-white {
/*     box-shadow: 0px 0px 5px 0px rgb(0,0,0,1); */
    background-color: transparent !important;
    opacity: 1 !important;
}

.dark.xd_wqo_navigation_box_shadow {
    box-shadow: 0px 0px 3px 0px rgb(0,0,0,1);
    background-color: white !important; 
    opacity: 1 !important;    
}


.xd_wqo_register_form {
    display: block;
    position: absolute;
    width: 70%;
    text-align: center;
    z-index: 100;
    top: 60%;
    left: 15%;
    transform: translateY(-50%);
    background-color: rgba(0,0,0,.3);
    padding-top: 10px;
    padding-bottom: 10px;
}
.xd_wqo_register_form input {
    background: #1f1f21;
    margin-bottom: 15px;
    color: #fff;
    height: 43px;
    width: 65%;
    outline: none !important;
    border: none;
    box-shadow: none !important;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    float: left;
    border: 1px solid #fff;
    border-radius: 0px;
}
.xd_wqo_register_form input:focus, .xd_wqo_register_form input:hover{
  border: 1px solid #999;
  box-shadow: inset 0px 2px 4px rgba(0,0,0,0.1) !important;
}
.xd_wqo_register_form button {
	float: left;
    font-size: 15px;
    letter-spacing: 1px;
    width: 35%;
}
.xd_wqo_register_form h2{
	letter-spacing: 6px;
	font-weight: 600;
	font-size: 20px;
}
.xd_wqo_register_form p{
	font-weight: 400;
	font-size: 20px;
    letter-spacing: 2px;
}
span.xd-woq-price {
	font-family: 'Montserrat', sans-serif;
    font-weight: 400 !important;
    letter-spacing: 0px !important;
    color: #FF4B39;
    font-size: 25px;
}
span.xd-woq-metas {
	margin-left: 15px;
	font-weight: 600;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.xd_scrollbelow {
	padding: 10px !important;
	color: #000;
    transition: all ease 0.5s !important;
}
.xd_scrollbelow:hover {
	background: #000 !important;
	color: #fff;
	transition: all ease 0.5s !important;
}
.xd-registroFloat {
    width: auto;
    height: auto;
    z-index: 100;
    position: fixed;
    cursor: pointer;
    right: 0px;
    top: 25%;
    text-align: center;
    -webkit-transition: transform 0.8s cubic-bezier(0.77, 0, 0.2, 1) !important;
    -moz-transition: transform 0.8s cubic-bezier(0.77, 0, 0.2, 1) !important;
    transition: transform 0.8s cubic-bezier(0.77, 0, 0.2, 1) !important;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
.xd-registroFloat a{
    color: #fff;
    padding: 5px 10px;
    transition: all ease 0.5s !important;
}
.xd-registroFloat a:hover{
    background: #000;
    letter-spacing: 1px;
    transition: all ease 0.5s !important;
}
.xd_titles02 {
	font-size: 22px;
	letter-spacing: 4.4px;
	color: #000;
}
p.xd_prueba {
    text-transform: initial;
    letter-spacing: 0px !important;
    font-size: 21px !important;
    line-height: 27px !important;
    margin-top: 20px !important;
}
.gallery-type-1:not(.no-hover) .cbp-caption-activeWrap a {
    width: 100% !important;
    margin: 0 0px;
}
.gallery-type-1:not(.no-hover) .cbp-caption-activeWrap a:before {
    border-radius: 0px !important;
}
.qdr-controls-3 .slick-arrow {
	background-color: #fff !important;
	opacity: 1;
}
.qdr-controls-3 .slick-arrow:hover {
	background-color: #ff4939 !important;
}

.qdr-controls-2 .slick-arrow {
    top: 40%  !important;
    opacity: 1;    
}
.qdr-controls-2 .slick-arrow:hover {
	background-color: rgba(0,0,0,0.3);
}

.qdr-controls-2 .slick-arrow.slick-prev {
    left: -20px; 
}

.qdr-controls-2 .slick-arrow.slick-next {
    right: -20px;
}


.xd_boton_orange {
    background-color: #ff4939 !important;
    color: #fff !important;
    text-transform: uppercase;
    font-size: 15px !important;
    display: inline-block !important;
    padding: 8px 20px !important;
    letter-spacing: 1px !important;
    line-height: initial !important;
    margin-top: 60px !important;
}
.xd_boton_orange:hover {
    background-color: #000 !important;
}
img.xd_quote {
	width: 10%;
    margin: 0px 45%;
}
section.testimonials {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
#xd-wqo-disciplinas img {
	margin-bottom: 20px;
}
#xd-wqo-disciplinas .row > div {
    margin-top: 50px;
}
.xd-wqo-floatingY,
.xd-wqo-floatingB,
.xd-wqo-floatingC,
.xd-wqo-floatingF {
	font-family: 'Poppins', sans-serif;
	font-weight: 100;
	font-size: 25vh;
	position: absolute;
	color: #FF4B39;
}
.xd-wqo-floatingY{
	left: 3%;
    top: -10%;
}
.xd-wqo-floatingB{
	left: 10%;
    top: 85%;
}
.xd-wqo-floatingC{
    right: -10%;
    top: 30%;
}
.xd-wqo-floatingF{ 
    right: 10%;
    top: 85%;
}
/*a.xd_captionDisciplina:hover img {
	filter: grayscale(100%) blur(1px);
}*/
a.xd_captionDisciplina span{
    transition: none 0s ease 0s;
    text-align: center;
    line-height: 0px;
    font-size: 3vw;
    color: white !important;
    position: absolute !important;
    display: block;
    width: 100% !important;
    height: 100%;
    top: 0% !important;
    text-transform: uppercase !important;
    letter-spacing: 10px;
    border-width: 0px;
    margin: 0px;
    padding-top: 35%;
    opacity: 0;
}
a.xd_captionDisciplina:hover span{
	opacity: 1 !important;
	background-color: rgba(0,0,0,0.8);
}
#highlight {
	background-size: auto;
    background-position: center;
}
#highlight h5 {
	font-size:  60px;
	font-size: 4vw;
	line-height: 110px;
	letter-spacing: 24px;
}
#footer.classic_footer {
	background-repeat: no-repeat;
    background-size: cover;
    background-position: top right;
}
#newsletter_form button{
	left: 45%;
}
/*HOVER COACHES*/
.cbp-caption-overlayRightAlong .cbp-caption-activeWrap {
    top: 0;
    left: -100%;
    width: 100%;
}
.gallery-type-1:not(.no-hover) .cbp-caption-activeWrap a {
	border-radius: 0;
    width: 40% !important;
    margin: 30px 30%;
    height: 40px;
    line-height: 40px;
}
.gallery-type-1:not(.no-hover) .cbp-item:hover .cbp-caption-activeWrap a:hover {
    opacity: 1;
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
#footer h2.h2 {
	font-size: 30px;
	line-height: 46px;
	letter-spacing: 9px;
}
#footer h3.h3 {
	font-size: 15px;
	line-height: 21px;
	letter-spacing: 1.4px;
}
/*  BOOSTRAP OVERWRITE */
.nav-link {
    text-transform: uppercase;
}
.nav-link:hover {
    color: #FF4B39 !important;
}
.navbar {
    padding: 0px;
    position: absolute;
    width: 100%;
    z-index: 999;
    top: 0px;
}
.salto {
    transform: translateY(-20px) !important;
    transition: all ease 0.5s !important;
    filter: blur(15px);
}
.navbar.scrolled {
    position: fixed;
    background: #fff;
    transition: all ease 0.5s !important;
}
.navbar-brand {
    display: inline-block;
    padding: 0px;
}
nav.modern {
    height: 67px;
    line-height: 50px;
    will-change: transform;
}
/*selectors Slider*/
.carousel-item .row {margin: 0px;}
.carousel-indicators .active {
    background-color: #ff4b39;
}

.carousel-indicators li {
/*
    position: relative;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
	width: 10px;
    height: 10px;
    margin-right: 5px;
    margin-left: 5px;
    text-indent: -999px;
    cursor: pointer;
    background-color: rgba(255,255,255,.5);
    border-radius: 100%;
    border: 2px solid #ff4b39;
    opacity: 1;
    background: transparent;
*/
}
.carousel-indicators {
    position: absolute;
    bottom: 5px;
    margin-right: 5%;
    margin-left: 5%;
}

.carousel-control-next, .carousel-control-prev {width: auto;}
.carousel-control-prev-icon {background-image: url(/site/uploads/es/images/bigblack-left.png);}
.carousel-control-next-icon {background-image: url(/site/uploads/es/images/bigblack-right.png);}
.carousel-control-next-icon, .carousel-control-prev-icon {
    background-repeat: no-repeat;
    background-position: center;
    background-size: 20px;
    width: 50px;
    height: 50px;
}

.carousel-control-next-icon:hover {
    background-color: #FF4B39; 
}

.carousel-control-prev-icon:hover { 
    background-color: #FF4B39; 
}

.carousel-control-next{
    right: -50px;
}

.carousel-control-prev{
    left: -50px;
}

/*  GLOBAL OVERWRITE */
.montserrat300, .montserrat400{font-family: 'Montserrat', sans-serif;}
.montserrat400 {font-weight: 400;}
.poppins100, .poppins300, .poppins500, .poppins600{font-family: 'Poppins', sans-serif;}
.poppins300, .montserrat300 {font-weight: 300}
.poppins100 {font-weight: 100}
.poppins500 {font-weight: 500}
.poppins600 {font-weight: 600}
.uppercase {text-transform: uppercase;}

/*HELPERS*/
.xd-wqo-ml-50 {margin-left: 50px;}
img.xd-wqo-logo-h {height: 22px;}
.t-left {text-align: left;}
.t-center {text-align: center;}
.t-right {text-align: right;}
.facebook:hover,.facebook-bg{background:#4b6ea8 !important;}
.facebook-color:hover{color:#4b6ea8 !important;}f
.instagram:hover,.instagram-bg{background:#d82950 !important;}
.instagram-color:hover{color:#d82950 !important;}
.border {border: 1px solid red}
.xd-woq-mt100 {margin-top: 100px}
.xd-woq-mb100 {margin-bottom: 100px}
.xd-woq-mt50  {margin-top: 50px}
.xd-woq-pt80  {padding-top: 80px}
.xd-woq-mb50  {margin-bottom: 50px}
.xd-woq-m0    {margin: 0px;}
.xd-woq-p0    {padding: 0px;}
.xd-p7 {padding: 0px 7px 20px}
.xd-woq-mt50mb20 {margin: 50px 0px 20px;}


#xd-wqo-main-wrapper {
    min-height: 100vh;
}
/*.xd-woq-pt-main-section {padding-top:30px}*/
v-middle {display: table-cell !important; vertical-align: middle !important;}
/*NAV*/
#navbarsWorqoutMenu ul {
	width: auto;
}
#navbarsWorqoutMenu ul li {
	padding: 0px 0px;
    line-height: 70px;
}
#navbarsWorqoutMenu ul li:last-child a{
	padding-right: 20px;
}
#navbarsWorqoutMenu ul li a {
	font-size: 14px;
    letter-spacing: 2.4px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 100;
    color: #000;
    position: relative;
    padding: 0px 15px;
}
#navbarsWorqoutMenu ul li.nav-item.active a{
	color: #000;
	font-weight: 400;
}
/* Hover5 type */
	#navbarsWorqoutMenu ul li a:before{
	height: 3px; content:"";
	left:0; right: 0; bottom:0; 
	opacity: 0; position: absolute; 
	-webkit-transition: all 0.2s; -moz-transition: all 0.2s; 
	transition: all 0.2s;background-color: #ff4b39;
	}
	#navbarsWorqoutMenu ul li.nav-item.active a:before,
	#navbarsWorqoutMenu ul li a.active:before,
	#navbarsWorqoutMenu ul li a:hover:before{ opacity: 1; }
	
/**** CUSTOM FOOTER ***/
#xd-wqo-footer {
  position: relative;
  float: left;
  width: 100%;
  background-color: #f5f5f5;
  padding: 20px 0px 0px 0px;
}
#back-to-top {
    width: 40px;
    opacity: 0.8;
    height: 40px;
    line-height: 37px;
    right: 20px;
    bottom: 140px;
    border-radius: 0px;
    border-width: 0px;
    color: #fff;
    background: #FE4B39;
    border-color: transparent;
    font-size: 30px;
    z-index: 100;
    display: block;
    position: fixed;
    cursor: pointer;
    border-style: solid;
    text-align: center;
    -webkit-transition: transform 0.8s cubic-bezier(0.77, 0, 0.2, 1) !important;
    -moz-transition: transform 0.8s cubic-bezier(0.77, 0, 0.2, 1) !important;
    transition: transform 0.8s cubic-bezier(0.77, 0, 0.2, 1) !important;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

/**** CUSTOM STYLES ***/
.xd-woq-orange, .xd-woq-active {
    color: #FF4B39;
    transition: all ease 0.5s !important;
    line-height: 40px;
}
.xd-woq-orange-important {
	color: #FF4B39 !important;
}	
.xd-woq-active {
    background: #000 !important;
}
/*.xd-wqo-activo {
	color: #FF4B39 !important;
}*/
.xd-woq-single-day h3.xd-woq-active {
	border-bottom: 3px solid #FF4B39;
	color: #FF4B39 !important;
	line-height: 21px;
	background: transparent !important;
}
a.xd-woq-orange:hover {
    color: #000;
    text-decoration: none;
    transition: all ease 0.5s !important;
}

.xd_wqo_text_color_black_hover_orange {
    color: black;
    transition: all ease 0.5s !important;
}

.xd_wqo_text_color_black_hover_orange:hover {
    color: #FF4B39;
    transition: all ease 0.5s !important;
}
/*STYLES CSS*/

.xd-wqo-titles{
	font-family: 'Poppins', sans-serif;
	font-weight: 300;
	line-height: 46px;
	letter-spacing: 9px;
	color: #000000;
}
p.xd-wqo-p1, p.xd-wqo-p2, p.xd-wqo-p3, p.xd-wqo-p4, p.xd-wqo-p5, , p.xd-wqo-p6 {
	font-family: 'Montserrat', sans-serif;
	letter-spacing: 0px;
}
p.xd-wqo-p1 {
	font-size: 15px;
	line-height: 22px;
}
p.xd-wqo-p2 {
	font-size: 17px;
    line-height: 25px;
    font-weight: 300;
}
, .xd-wqo-p1 a:hover, .xd-wqo-p2 a:hover {
	text-decoration: none;
	color: #333 !important;
}
p.xd-wqo-p3, p.xd-wqo-p4, p.xd-wqo-p5 {
	font-size: 15px;
    line-height: 24px;
}
p.xd-wqo-p3 {
    text-transform: uppercase;
    letter-spacing: 1px;
}
p.xd-wqo-p4 {
    color: #818181;
    font-weight: 300;
}
p.xd-wqo-p5 {
    color: #000;
}
p.xd-wqo-p6 {
	font-size: 20px;
    line-height: 30px;
    font-weight: 300;
}
h1.xd-wqo-h1, h2.xd-wqo-h2, h2.xd-wqo-title, h3.xd-wqo-h3, 
h4.xd-wqo-h4, .xd-woq-cta, 
a.xd-woq-cta-black, 
h4.xd-wqo-mes, 
h4.xd-wqo-title {font-family: 'Poppins', sans-serif; text-transform: uppercase; color: #000;}

h1.xd-wqo-h1 {	
	font-weight: 300;
    letter-spacing: 15px;
    font-size: 60px;
}
h2.xd-wqo-h2, h2.xd-wqo-title {
	font-weight: 300;
	font-size: 30px;
	line-height: 46px;
	letter-spacing: 9px;
}
h2.xd-wqo-h2 {
	letter-spacing: 7px;
}
h2.xd-wqo-title {
	letter-spacing: 4px;
}
h3.xd-wqo-h3 {
	font-size: 20px;
	line-height: 30px;
	font-weight: 600;
	letter-spacing: 4px;
}
h3.xd-wqo-h3 svg{
	vertical-align: text-top;
}
h4.xd-wqo-h4, h4.xd-wqo-title {
	font-size: 18px;
	line-height: 21px;
	font-weight: 300;
	letter-spacing: 7px;
}
h4.xd-wqo-h4 {
	letter-spacing: 7px;
}
h4.xd-wqo-title {
	letter-spacing: 2px;
}
h4.xd-wqo-precio {
	font-size: 30px;
    line-height: 40px;
    letter-spacing: 1px;
    width: 100%;
    display: inline-block;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    text-align: right;
}
.xd-wqo-precio span {
	font-size: 22px;
}
.xd-wqo-white {
	color: #fff !important;
}
.xd-woq-cta, .xd-woq-cta-black{
	font-size: 20px;
	font-weight: 300;
	line-height: 25px;
	letter-spacing: 1px;
	color: #FFF;
	text-align: center;
	padding: 10px 20px;
	display: inline-block;
    position: relative;
    width: auto;
    margin: 10px 0px;
    transition: all ease 0.5s !important;
    border-radius: 0px; 
}
.xd-woq-cta{
	background: #FF4B39;
    border: 1px solid transparent;
}
.xd-woq-cta-black{
	background: #000;
	color: #fff;
	border: 2px solid #000;
}
.xd-woq-cta:hover, .xd-woq-cta-black:hover {
	text-decoration: none;
	transition: all ease 0.5s !important;
}
.xd-woq-cta:hover{
	background: #000;
	color: #FFF;
}
.xd-woq-cta-black:hover{
	background: #FFF;
	color: #000;
}
.xd-woq-gap5{
	width: 20%; padding-right: 10px; padding-left: 10px;
}
.xd-woq-container-sm {
	width: 700px;
}
/*FILTER*/
.port-image{width: 100%;}
#xd-woq-filters .filter, .filterLargo{margin-bottom:0px;padding: 10px;}
.each-item {
    position:relative;
    overflow:hidden;
}
.each-item:hover .cap2,
.each-item:hover .cap1{left:0px;}
.cap1 {
    position:absolute;
    width:100%;
    height:70%;
    top:0px;
    left:-100%;
    padding:10px;
    transition: all .5s;
}
.cap1 h3{
	background: #000;
    color: #fff;
    padding: 10px;
    width: auto;
    float: left;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.cap2 {
	position: absolute;
    font-size: 20px;
    font-weight: 300;
    line-height: 25px;
    letter-spacing: 1px;
    text-align: center;
    bottom: 0px;
    left: 100%;
    transition: all .5s;
    height: auto;
    margin-left: 80%;
    width: 20%;
}
.cap2 a{
	width: 100%;
	padding: 10px 30px;
    color: #FFF;
	background: #ff4b39;
	text-align: center;
	text-transform: uppercase;
	font-size: 20px;
    font-weight: 300;
    letter-spacing: 1px;
    text-decoration: none;
    float: right;
}
.cap1 {
    left: 0px;
}
.cap2 a:hover{
    color: #FFF;
	background: #000;
}
/*SLIDER*/
#proximos-lanzamientos {
	margin: 100px 0px;
}
#xd-woq-slider .carousel-indicators {
	bottom: -20px;
}
#carouselNewReleases .carousel-control-next, 
#carouselNewReleases .carousel-control-prev {
    top: 65px;
    height: fit-content;
}
.xd-woq-slider-item, .xd-woq-slider-launches {
	padding: 0px 5px;
	overflow: hidden;
}
.xd-woq-slider-item img, .xd-woq-slider-launches img {
	z-index: 1;
}
.xd-woq-slider-item p, 
p.xd-woq-entrenamiento {
    position: absolute;
    color: #fff;
    z-index: 2;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
}
.xd-woq-slider-item p  {
    top: 50%;
    transform: translateY(-50%);
	font-size: 23px;
    line-height: 30px;
    letter-spacing: 2px;
}
p.xd-woq-entrenamiento{
	bottom: 50px;	
    font-size: 20px;
    line-height: 25px;
    letter-spacing: 3px;
}
.xd-woq-slider-item span {
	font-size: 14px;
    line-height: 20px;
    letter-spacing: 1px;
    width: 100%;
    float: left;
    text-align: center;
}
/*ACORDEON*/
#xd-woq-collapse .card-header,
#xd-woq-collapse .card {
	background: transparent;
	border: none;
}
#xd-woq-collapse .card-header {
	border-bottom: 1px solid #000;
    border-radius: 0px;
	padding: 7px 7px;
	transition: all ease 0.5s !important;
	margin: 5px 0px
}
#xd-woq-collapse .card-header:hover {
	background: #e6e6e6;
	transition: all ease 0.5s !important;
}
#xd-woq-collapse .card-header:hover .btn-link, 
#xd-woq-collapse .card-header:hover .btn-link i{
	transition: all ease 0.5s !important;
}
#xd-woq-collapse .btn-link {
	width: 100%;
    text-align: left;
    border-radius: 0px;
    margin: 0px;
    padding: 0px;
    color: #000;
    text-decoration: none;
    font-family: 'Poppins', sans-serif;
	letter-spacing: 2px;
	text-transform: uppercase;
}
#xd-woq-collapse .btn-link i{
	float: right;
    font-size: 30px;
    color: #000;
    transition: all ease 0.5s !important;
}
#xd-woq-collapse .collapsed i {
    transform: rotate(180deg);
    transition: all ease 0.5s !important;
}
#xd-woq-collapse .card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem 0px;
}
.xd-woq-modal-video {
	cursor: pointer;
	transition: all ease 0.5s !important;
}
.xd-woq-modal-video:hover {
	filter: grayscale(100%);
	transition: all ease 0.5s !important;
}
p.xd-woq-dia, p.xd-woq-tiempo, p.xd-woq-coach, p.xd-woq-duracion, p.xd-woq-duracion{
    line-height: 40px;
    width: auto;
    display: inline-block;
    font-family: 'Montserrat', sans-serif; 
    font-weight: 300;
}
p.xd-woq-tiempo img, p.xd-woq-duracion img {
    margin-top: -5px;
    width: 15px;
    margin-right: 5px;
}
p.xd-woq-dia {
	float: left;
}
p.xd-woq-tiempo{
	float: right;
}
.xd-woq-lanzamientos-titulos{
    float: left;
    width: 100%;
}
.xd-woq-disciplinas-titulos{
	float: left;
    width: 100%;
    position: absolute;
    bottom: 0;
    padding: 0px 15px;
}
.xd-woq-disciplinas-titulos-relative{
	float: left;
    width: 100%;
    position: relative;
    bottom: 0;
    padding: 10px;
}
.xd-woq-disciplinas-titulos-relative p.xd-woq-coach, 
.xd-woq-disciplinas-titulos-relative p.xd-woq-duracion {
    float: left;
    width: auto;
    margin-right: 3%;
    line-height: 30px;
}
.xd-woq-disciplinas-titulos-relative p.xd-woq-release {
	float: right;
	width: auto;
}
.xd-woq-trainings-relative {
    position: absolute;
    top: 0px;
    height: 100%;
    width: 100%;    
    padding: 10px;
    cursor: pointer;
}
.xd-woq-live-clases-relative {
	height: 100%;
    display: block;
    position: relative;
}
.xd-woq-trainings-relative p {
	display: block;
    color: #fff !important;
    cursor: pointer;
}
.xd-woq-trainings-relative h3,
.xd-woq-trainings-relative h4 {
	display: block;
	color: #fff;
	letter-spacing: 1px;
	font-weight: 300;
	position: absolute;
}
.xd-woq-trainings-relative h3 {
	font-size: 19px;    
    text-transform: uppercase;
    bottom: 25px
}
.xd-woq-trainings-relative h4 {
	font-size: 14px;
	bottom: 5px
}
.xd-woq-disciplinas-titulos h3 {
	font-size: 18px;
    display: block;
    bottom: 80px;
    text-align: left;
    letter-spacing: 1px;
    text-transform: uppercase;
}
p.xd-woq-coach, p.xd-woq-duracion, p.xd-woq-release {
	font-weight:300;
    line-height: 20px;
    margin-bottom: 10px;
    width: 100%;
}
.xd-woq-release {
	width: 100%;
}
img.xd-woq-coach{
    margin-top: -5px;
    width: auto;
    margin-right: 5px;
    height: 20px;
}
.xd-woq-lanzamientos-titulos .xd-woq-tiempo,
.xd-woq-lanzamientos-titulos .xd-woq-tiempo{
    float: left;
    margin-left: 20px;
}
.xd-woq-dias {
	width: 23% !important;
    max-width: 23%;
    float: left;
    margin: 5px 1%;
}
#xd-woq-live {
	margin-top: 100px;
}
.xd-woq-week {
    width: 100%;
    display: flex;
    text-transform: uppercase;
}
.xd-woq-single-day {
    flex: auto;
}
.xd-woq-single-day h3 {
    padding: 13px 0px;
    text-align: center;
    font-size: 18px;
	letter-spacing: 2px;
	color: #818181;
	transition: all ease 0.5s !important;
}
.xd-woq-single-day h3:hover {
    color: #ff4b39;
    border-bottom: 3px solid #ff4b39;
    cursor: pointer;
    transition: all ease 0s !important;
}
.xd-woq-single-day h2{
    text-align: center;
	border-bottom: 1px solid #c1c1c1;
    width: 100%;
    margin-bottom: 0px;
    font-size: 40px;
    font-height: 46px;
    letter-spacing: 6px;
    font-weight: 300;
}
.xd-woq-single-day h2 span{
	width: 100%;
    float: left;
    display: block;
}
h4.xd-wqo-mes {
	color: #818181;
	font-size: 15px;
	line-height: 21px;
	font-weight: 300;
	letter-spacing: 2px;
	margin-top: 30px;
    margin-bottom: 30px;
}
.xd-woq-datos-clases p {
    width: auto;
    display: block;
    position: absolute;
    right: 15px;
    top: 15px;
    text-align: right;
	font-size: 30px;
	line-height: 43px;
	letter-spacing: 3px;
}
.xd-woq-datos-clases p.xd-wqo-hora-live {
    font-size: 25px;
    line-height: 43px;
    letter-spacing: 1px;
}
.xd-woq-datos-clases h3 {
    font-size: 18px;
    display: block;
    position: absolute;
    left: 20px;
    bottom: 80px;
    text-align: left;
	letter-spacing: 1px;
	text-transform: uppercase;
}
img.xd-woq-live {
	position: absolute;
    top: 20px;
    left: 30px;
    animation: pulse 1s linear infinite;
}
.xd-woq-datos-clases a.xd-woq-cta {
	position: absolute;
	right: 0px;
    bottom: 0px;
    margin-bottom: 0px;
}
.xd-woq-datos-clases p.xd-woq-dia{
	position: absolute;
    bottom: 100px;
    left: 20px;
}
.xd-woq-dia.xd-woq-coach-live, .xd-woq-tiempo.xd-woq-coach-live{
	position: absolute;
}
.xd-woq-dia.xd-woq-coach-live{
	bottom: 30px;
	left: 20px;
}
.xd-woq-tiempo.xd-woq-coach-live{
	bottom: 0px;
}
h3.xd-woq-h3 {
    font-size: 18px;
	letter-spacing: 2px;
	text-transform: uppercase;
}
.xd-btn {
	font-family: 'Montserrat', sans-serif;
	display: inline-block;
    font-weight: 300;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 15px;
    line-height: 1.5;
    border-radius: 0;
    cursor: pointer;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    border: transparent;
    border-bottom: 2px solid transparent;
    color: #000;
    background-color: transparent;
}
.xd-btn:hover, .xd-btn.active {
	color: #FF4B39;
	border-bottom: 2px solid #FF4B39;
}
.xd-btn.bg-active {
	border-bottom: 2px solid #FF4B39;
}
button.xd-btn:focus, button.xd-btn:visited, button.xd-btn:link, button.xd-btn:active {
	color: #FF4B39;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    outline: none !important;
    border: transparent;
    border-bottom: 2px solid #FF4B39;
}
/**/
.xd-woq-datos-clases-live {
	display: block;
    position: absolute;
    font-size: 30px;
    line-height: 43px;
    letter-spacing: 3px;
    width: 100%;
    top: 0px;
    padding: 20px;
    min-height: 100%;
    height: 100%;
}
.xd-woq-datos-clases-live .xd-woq-info {
	float: left;
    width: auto;
    text-transform: uppercase;
    position: absolute;
    bottom: 20px;
}
.xd-woq-datos-clases-live p, .xd-woq-datos-clases-live ul {
    float: left;
    width: auto;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 1.4px;
    margin: 0px 20px 5px 0px;
}
.xd-woq-datos-clases-live p img {
	width: auto;
}
img.xd-woq-cronometro {
    margin-top: -5px;
    width: 15px;
    margin-right: 5px;
}
.xd-woq-datos-clases-live ul {
	padding: 0px 0px 10px;
    list-style: none;
    margin: 0px 0px 0px;
    color: #000;
    width: 100%;
}
img.xd-woq-live-large {
	position: relative;
    animation: pulse 1s linear infinite;
	width: 6%;
	margin-bottom: 2vh;
}
h3.xd-woq-live-h3 {
	display: block;
    text-align: left;
    font-size: 25px;
    line-height: 30px;
    letter-spacing: 3px;
    font-weight: 300;
    margin: 0px 0px 10px;
    text-transform: uppercase;
    width: 60%;
}
.xd-woq-datos-clases-live .xd-woq-cta{
	margin-bottom: 0px;
    position: absolute;
    right: 0px;
    bottom: 0px;
}
img.xd-woq-radius{
	/*border-radius: 100%;*/ padding: 0px 20%;
}
.xd-live-datos p {
    width: auto;
    /*width: 100%;*/
    padding: 3px 0px 0px;
}
p.xd-wqo-coaches-title {
	width: 100%;
}
/**/


@-webkit-keyframes "pulse" {
 0% {
   -webkit-transform: scale(3);
   transform: scale(3);
 }
 100% {
   -webkit-transform: scale(0.7);
   transform: scale(0.7);
 }

}
.xd-woq-svg-white{fill:#fff;}
.xd-woq-svg-black{fill:#000;}
.xd-woq-svg-orange{fill:#ff4b39;}

.xd-woq-iconos {
 	display: flex;
    flex-wrap: nowrap;
    width: 40%;
    margin: 30px 30% 20px;
}
.xd-woq-iconos > div {
    width: auto;
    margin: 5px;
    text-align: center;
    line-height: 35px;
    flex: auto;
}
.wd-woq-svg-icon svg {
	fill:#000;
	opacity: 0.15;
	cursor: pointer;
}
.wd-woq-svg-icon {
	fill:#000;
	opacity: 1;
	cursor: pointer;
}
.wd-woq-svg-icon:hover svg {
	opacity: 1;
}
.wd-woq-svg-icon.active svg {
	fill:#ff4b39;
	opacity: 1;
}
.wd-woq-svg-icon.active:hover svg {
	fill:#000;
}
.xd-woq-calendar-days p {
	font-family: 'Montserrat', sans-serif;
	font-size: 15px;
	line-height: 18px;
	letter-spacing: 0px;
	font-weight: 400;
}
.xd-woq-calendar-days p img {margin: -4px 10px 0px;}

/*LOGIN*/
#xd-woq-login {
	background: #fff;
    height: 100vh;
    width: 100vw;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}
.xd-floating-limtless {
	position: absolute;
    bottom: 2%;
    left: 40px;
}
#xd-woq-login .wrapper {
  display: flex;
  align-items: center;
  flex-direction: column; 
  justify-content: center;
  width: 100%;
  min-height: 110%;
  padding: 20px;
}
#xd-woq-form {
  border-radius: 0px;
  width: 100%;
  max-width: 450px;
  position: relative;
  text-align: center;
}
#xd-woq-formFooter {
  text-align: center;
}
/* FORM TYPOGRAPHY*/

#xd-woq-login input[type=button], 
#xd-woq-login input[type=submit], 
#xd-woq-login input[type=reset] {
  border: none;
  font-family: 'Poppins', sans-serif; 
  text-transform: uppercase; 
  color: #000;
  font-size: 16px;
  font-weight: 300;
  line-height: 25px;
  letter-spacing: 1px;
  color: #FFF;
  background: #ff4939;
  text-align: center;
  padding: 10px 20px;
  display: inline-block;
  position: relative;
  width: auto;
  margin: 10px 0px 10px;
  transition: all ease 0.5s !important;
  border-radius: 0px; 
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#xd-woq-login input[type=button]:hover, 
#xd-woq-login input[type=submit]:hover, 
#xd-woq-login input[type=reset]:hover  {
  background-color: #000;
}
#xd-woq-login input[type=button]:active, 
#xd-woq-login input[type=submit]:active, 
#xd-woq-login input[type=reset]:active  {
  -moz-transform: scale(0.95);
  -webkit-transform: scale(0.95);
  -o-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
}
#xd-woq-login input[type=text],
#xd-woq-login input[type=email], 
#xd-woq-login input[type=password] {
  text-transform: none;
  letter-spacing: 1.4px;
  background-color: #ded6d6;
  border: none;
  color: #B9B9B9;
  padding: 10px 10px;
  text-align: left;
  text-decoration: none;
  display: inline-block;
  font-size: 15px;
  margin: 10px 5%;
  width: 90%;
  border-bottom: 2px solid transparent;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  border-radius: 0px;
}
#xd-woq-login input[type=text]:hover {
  box-shadow: inset 0px 2px 4px #e8e8e8;
}
#xd-woq-login input[type=text]:focus {
  background-color: #fff;
  border-bottom: 2px solid #FF4B39;
  color: #000;
  text-transform: inherit;
}
#xd-woq-login input[type=text]:placeholder {
  color: #B9B9B9;
  text-transform: uppercase;
}
/*PERFIL*/
#xd-wqo-perfil h2,
#xd-wqo-perfil h3,
#xd-wqo-perfil p.xd-wqo-p1 {
    line-height: 35px;
    margin-bottom: 0px;
}
h3.xd-woq-recurrente {
    text-transform: inherit;
    font-size: 17px;
    letter-spacing: 1px;
    padding: 10px 0px;
}
.xd-wqo-p1.cancela {
	position: absolute;
    bottom: 10px;
    letter-spacing: 1px;
    font-size: 14px;
}
#xd-wqo-perfil p.xd-wqo-p1 {
    line-height: 20px;
}
.xd-wqo-renueva {
	background-color: #f4f4f4;
    padding: 25px;
}
#xd-wqo-perfil h2 {
	letter-spacing: 5px;
}
.xd-woq-datebirth i{
	font-size: 30px; 
	float: left;
    margin-right: 15px;
}
.xd-woq-datebirth p{
	float: left;
    line-height: 40px;
    font-size: 20px;
    letter-spacing: 2px;
    font-family: 'Montserrat', sans-serif; font-weight: 300;
}
#xd-wqo-perfil a:not([href]):not([tabindex]) {
	color: #fff;
	cursor: pointer;
}
/*WORK ON*/
.breadcrumb {
    background-color: transparent;
    width: auto;
    float: left;
   	margin: 25px 0px 0px 50px;
    letter-spacing: 2px;
    font-size: 13px;
    border-radius: 0;
    /* position: absolute; */
}
.breadcrumb-item.active {
    color: #ff4b39;
}
.breadcrumb a{
	text-decoration: none;
}
.breadcrumb a:hover{
	text-decoration: underline;
}
ol.breadcrumb {
	padding: 0px 0px 5px;
}
ol.breadcrumb li a:first-child{
	color: #000 !important;
}
#xd-wqo-highlight {
	background-size: 38vh;
    background-position: center;
    padding: 80px 0px 100px;
    background-repeat: no-repeat;
}
/* ANIMATIONS */

/* Simple CSS3 Fade-in-down Animation */
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

/* Simple CSS3 Fade-in Animation */
@-webkit-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@-moz-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@keyframes fadeIn { from { opacity:0; } to { opacity:1; } }

.fadeIn {
  opacity:0;
  -webkit-animation:fadeIn ease-in 1;
  -moz-animation:fadeIn ease-in 1;
  animation:fadeIn ease-in 1;

  -webkit-animation-fill-mode:forwards;
  -moz-animation-fill-mode:forwards;
  animation-fill-mode:forwards;

  -webkit-animation-duration:1s;
  -moz-animation-duration:1s;
  animation-duration:1s;
}

.fadeIn.first {
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  animation-delay: 1s;
}

/* OTHERS */

*:focus {
    outline: none;
} 

/*PROGRAMAS*/
#xd-wqo-slider-programas .carousel-control-next-icon {
    background-image: url(/site/uploads/es/images/bigblack-right.png);
}
#xd-wqo-slider-programas .carousel-control-prev-icon {
	 background-image: url(/site/uploads/es/images/bigblack-left.png);
}
#xd-wqo-slider-programas .carousel-caption {
    position: absolute;
    top: 15%;
    left: 0%;
    z-index: 10;
    padding: 5vh;
    color: #fff;
    text-align: center;
    width: 40%;
    background-color: #ff4b39;
    height: fit-content;
}
#xd-wqo-slider-programas .carousel-caption h2.xd-wqo-h2 {
    letter-spacing: 4px;
    color: #fff;
    font-weight: 600;
}

img.xd-woq-programas{
    position: relative;
    width: 75%;
    right: 0px;
    float: right;
}
#xd-wqo-slider-programas a.xd-woq-cta-black{
    position: absolute;
    right: 0%;
    bottom: -10px;
    color: #fff;
}
#xd-wqo-slider-programas a.xd-woq-cta-black:hover{
    color: #000;
}
#xd-wqo-slider-programas .carousel-item {
    min-height: 400px;
    height: 100%;
    width: 100%;
    overflow: hidden;
}

/*FOOTER*/
a.xd-wqo-footer-logo, p.xd-wqo-copyright {display: block;}
p.xd-wqo-copyright {
	font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    width: 100%;
    color: #fff;
    letter-spacing: 1px;
    margin-bottom: 0px;
}
#xd-wqo-footer a.social-icon{width: 55px; height: 55px; line-height: 55px; cursor: pointer; text-align: center; display: inline-block; background-color:transparent; font-size: 25px;}
#xd-wqo-footer a.social-icon i{color: #000}
#xd-wqo-footer a.social-icon:hover i {color: #fff;}
.xd-wqo-footer-bar {background: #000; padding: 10px 0px;margin-top: 20px;}
.xd-wqo-terms ul {
    list-style: none;
    display: flex;
    margin: 0px;
    padding: 0px 13%;
    line-height: 35px;
}
.xd-wqo-terms li {
    flex: auto;
    text-align: center;
}
.xd-wqo-terms a {
	color: #000;
    padding: 10px 0px;
    display: block;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
}
.xd-msg {
    width: 45px;
    opacity: 1;
    height: 45px;
    z-index: 100;
    display: block;
    position: fixed;
    cursor: pointer;
    right: 8px;
    bottom: 20px;
    text-align: center;
    -webkit-transition: transform 0.8s cubic-bezier(0.77, 0, 0.2, 1) !important;
    -moz-transition: transform 0.8s cubic-bezier(0.77, 0, 0.2, 1) !important;
    transition: transform 0.8s cubic-bezier(0.77, 0, 0.2, 1) !important;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
svg.xd-wqo-logo{fill:#000;}
svg.xd-wqo-logo:hover{fill:#ff4b39;}
svg.xd_wqo-orange{fill:#ff4b39;}
svg.xd_wqo-orange:hover{fill:#000;}

::selection {
    background-color: #ff4b39 !important;
}

.xd_wqo_coaches_container {
  position: relative;
  width: 100%;
}

.xd_wqo_coaches_image {
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;  
}

.xd_wqo_coaches_middle {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 60%;
  left: 50%;
  width: 80%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

.xd_wqo_coaches_container:hover 
.xd_wqo_coaches_image {
  opacity: 0.8 !important;
}

.xd_wqo_coaches_container:hover .xd_wqo_coaches_middle {
  opacity: 1;
}

.xd_wqo_coaches_text {
    background-color:rgba(255, 75, 57, 0.8);
    text-transform: uppercase;
    color: #FF4B39;
    color: white !important;    
    font-family: 'Poppins', sans-serif;  
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 2px;
    line-height: 14px;
    padding: 10px;;
}

.xd_wqo_coaches_name {
    width: 80%;
    color: black !important;    
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;  
    font-size: 14px;
    font-weight: 900;
    letter-spacing: 2px;
}



