
.horarioTiempo
{
    padding:  14px 20px;
}
.horarioTh {
    height: 100px;
}
.bg-gray
{
	background: #c0c0c0!important;
}
.claseDisponible
{
	/*cursor: pointer;*/
	padding: 10px!important;
}
.clic
{
	cursor: pointer;
}
.subrayado
{
	text-decoration: underline;
}

.claseLlena
{
	padding: 10px!important;
	opacity: 0.5;
}

.claseDisponible {
  position: relative;
	background-repeat: no-repeat;
	background-size: cover
}

.claseDisponible::after {
	content: "";
	position: absolute;
	inset: 0;
	background: rgba(0,0,0,0);
	transition: background 0.3s;
	pointer-events: none;
}

.claseDisponible:hover::after {
	background: rgba(184, 157, 128, 0.3)
}

.headerFaq
{
	background: #F3F526!important;
}
.headerFaq.collapsed
{
	background: #FFF!important;
}
.mundos2 img {
    border: 0px solid black;
    border-radius: 2% 2% 2% 0;
}
.space-ptb {
    padding: 80px 0;
    padding-bottom: 80px;
}
.page-title 
{
	padding: 52px;
	/*padding-bottom: 0;*/
}

.headerInterno
{
	background: linear-gradient(rgba(0,0,0,0.2), rgba(0,0,0,0.4)), url(/images/piso.webp);
	background-position: bottom
}

.table td {
    padding: 30px 15px;
}
.tablaHorario td {
    padding: 30px 15px!important;
}
.loader {
    border: 16px solid #ffffff;
    border-top: 16px solid #b89b80;
    border-radius: 50%;
    background-position: center center;
    background: cover center center;
    width: 195px;
    height: 195px;
    vertical-align: middle;
    z-index: 111;
    margin: auto;
    animation: spin 2s linear infinite;
}

.text-center {
    text-align: center!important;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
.preloader {
    z-index: 1111;
    position: fixed;
    height: 100%;
    width: 100%;
    background-color: #475460;
    display: flex;
}
.promocionContenedor
{
	height: 350px;
}
.claseDisponibleCoach {
    background: #8a8e57;
    color: white;
    cursor: pointer;
    border: 1px solid #ffffff;
    font-size: 14px;
    padding: 8px 4px;
}


 .nombreClaseCalendario
{
	min-height: 60px;
}
 .tipoClaseCalendario, .nombreHorarioCalendario
{
	display: block;
	min-height: 47px;
}

.nombreCoachCalendario {
    display: block;
    min-height: 46px;
    color: #475460;
    font-weight: 500;
    line-height: 1.2;
    font-size: 14px;
}

.tipoClaseCalendario {
    display: block;
    min-height: 47px;
    color: #8a8e57;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 1.25;
    text-align: left;
}

/*OPCION 1*/
.nombreSalaCalendario {
    display: block;
    min-height: 47px;
    color: #8a8e57;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.25;
    text-align: left;
    padding: 5px;
    border: 1px solid #8a8e57;
    text-transform: uppercase;
    background: #fff;
}
/*OPCION 2*/
/*
.nombreSalaCalendario {
    display: block;
    min-height: 47px;
    color: #8a8e57;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.25;
    text-align: left;
    padding: 10px 0px;
    border-top: 1px solid #8a8e57;
    border-bottom: 1px solid #8a8e57;
    text-transform: uppercase;
    background: none;
    margin-top: 10px;
}
*/

.cajaDatoPanel
{
	height: 95px;
}
.claseDisponible, .claseLlena
{
	min-height: 160px;
	height: 160px;
}
#bodyCarritoTotales th
{
	color: black!important;
}
.calendarioCarrusel .owl-prev, .calendarioCarrusel .owl-next
{
	top: 5px!important;
}
.display-2 
{
	font-size: 3.5rem;
}
.carruselCoach .owl-prev
{
	left: 5px!important;	
}
.carruselCoach .owl-next
{
	right: 5px!important;	
}
.carruselCoach .owl-nav
{
	display: block!important;
}
.claseProxima {
    border: 2px dotted #b89d80;
    padding: calc(var(--bs-gutter-x) * 0.75);
}
/*rafael*/

.bg-info {
    background-color: #e6e5e7!important;
}

.owl-carousel .owl-nav i:hover {
    background: #8a8e57;
    color: #ffffff;
}

a:hover {
    color: #8a8e57;
    text-decoration: none !important;
}

.text-blanco
{
    color: #fff !important;
}

.d-block {
    display: block!important;
    font-weight: 700;
/*    text-transform: uppercase;*/
    font-size: 20px;
    color: #475460;
    line-height: 1.25;
}

.btn-success {
    color: #fff;
    background-color: #8a8e57;
    border-color: #8a8e57;
}

.bg-info {
    background-color: #f5f5f5 !important;
}

.btn-success:hover {
    color: #fff;
    background-color: #b89d80;
    border-color: #b89d80;
}

.table td {
    padding: 20px 10px;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    text-align: left;
}
.tablaHorarios td {
    padding: 10px;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    text-align: left;
}
.header .topbar {
    padding: 6px 0;
    padding-left: 20px;
    border-bottom: 0px solid #ebebeb;
    margin-bottom: 18px;
    background: #f8f8f9;
}

.h5, h5 {
    font-weight: 600 !important;
}

h2 {
    font-size: 48px;
    font-weight: 600;
}

.table-striped tbody tr:nth-of-type(odd) {
    background: none;
}

body {
/*    font-family: "Poppins", sans-serif;*/
    font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

h1, h2, h3, h4, h5, h6 {
    font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
/*    font-family: "Poppins", sans-serif;*/
	
    color: #475460;
    text-transform: none;
}

.navbar .navbar-nav .nav-item.active .nav-link {
    color: #b89d80;
}

.navbar .navbar-nav .nav-link:hover {
    color: #b89d80;
}

.btn-skew {
    -webkit-transform: skew(0deg);
    transform: skew(0deg);
}

.btn-primary {
    background: #b89d80;
    border-color: #b89d80;
    color: #ffffff;
    position: relative;
}

.btn-skew span {
    -webkit-transform: skew(0deg);
    transform: skew(0deg);
    display: block;
}

.bg-overlay-secondary-70:before {
    /*background: url(/images/talent-qro-kiva.webp?v=2) #475460ed;*/
    background: 
    linear-gradient(rgba(0,0,0,0.4), rgba(0,0,0,0.2)),
    url("/images/talent-qro-kiva.webp?v=2");
	/*background-size: cover;*/
	background-position: center;
}
.bg-overlay-secondary-70
{
	min-height: 86vh;
}
.banner-home .banner-content
{
	padding: 250px 0px;
}
.banner-home .swiper-pagination-bullet-active {
    background: #b89d80;
    opacity: 1;
}

.bg-overlay-left:before {
    position: absolute;
    content: "";
    top: 0px;
    left: 0;
    background: url(/images/back-demo2.png) #b89d83;
    width: 46%;
    background-color: transparent;
    height: calc(100% - -0px);
    -webkit-transform: skew(0deg);
    transform: skew(0deg);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}

.text-stroke-primary {
    color: #b89d80 !important;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #dbcab8;
    display: block;
    text-shadow: 0 16px 10px #00000047;
}
.btn-primary:hover {
    background: #9fa276;
    border-color: #8a8e57;
    color: #ffffff;
}

.sombreado
{
	text-shadow: 2px 3px 2px #000;
}

.banner-home .swiper-container-horizontal .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 5px 4px;
    display: block;
    width: 16px;
    height: 16px;
    left: inherit !important;
    -webkit-transform: skew(0deg);
    transform: skew(0deg);
    border-radius: 100%;
}

a {
    outline: medium none !important;
    color: #b89d80;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    text-decoration: none !important;
}

.navbar .dropdown > .dropdown-menu li > a:hover {
    color: #8a8e57;
    padding-left: 8px;
}

.header .is-sticky.navbar {
    position: fixed !important;
/*    width: 100%;*/
    background: rgba(255, 255, 255, 0.8);
    -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
    top: 0;
    left: 0;
    z-index: 9;
    padding: 20px 100px;
    -webkit-backdrop-filter: blur(1.5rem);
    backdrop-filter: blur(1.5rem);
}

.team .share .share-icon {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    -webkit-transform: skew(0deg);
    transform: skew(0deg);
    background: #b89d80;
    color: #ffffff;
    display: block;
    border-radius: 100%;
}

.team .share .share-icon i {
    -webkit-transform: skew(0deg);
    transform: skew(0deg);
}
/*

.table>:not(:last-child)>:last-child>* {
	
}
*/
.headingTabla {
    border-bottom-color: currentColor!important
		;
    color: #ffffff!important;
    text-transform: uppercase!important;
    background: #b89d80!important;
}

.bg-secondary {
    background: url(/images/back-demo2.png) #475460 !important;
}

.text-primary {
    color: #b89d80 !important;
}

.text-secondary {
    color: #949899 !important;
}

.bg-dark {
    background: #303a43 !important;
}

.section-title .title-shape:after {
    content: "";
    background: #b89d80;
    height: 30px;
    width: 6px;
    left: 8px;
    top: 5px;
    -webkit-transform: skew(0deg);
    transform: skew(0deg);
    position: absolute;
}

.filters-group button span {
    -webkit-transform: skew(0deg);
    transform: skew(0deg);
    display: block;
}

.filters-group button.active {
    background: #8a8e57;
    color: #ffffff;
}

.filters-group button:hover {
    background: #e6e5e7;
    color: #475460;
}

.feature-box i, .feature-box h6 {
    -webkit-transform: skew(0deg);
    transform: skew(0deg);
}

.mb-3 {
    margin-bottom: 0px!important;
    font-size: 1.5rem;
    color: #b89d80;
    padding-bottom: 10px !important;
    border-bottom: 0px solid #d7c7b7;
    text-align: left;
}
.navbar .navbar-nav .nav-link {
    font-weight: 600;
    font-size: 14px;
    padding: 10px 20px;
    color: #333333;
    text-transform: uppercase;
}

.mt-5 {
    margin-top: 3rem!important;
    margin-bottom: 3rem;
}

.header .topbar .social ul li a:hover {
    color: #8a8e57;
}

.header .topbar .login a:hover {
    color: #8a8e57;
}

.header .topbar a:hover {
    color: #8a8e57;
}

.social-round li a {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    display: block;
    background: #8a8e57;
    color: #ffffff;
    border-radius: 50%;
    margin: 0 5px;
    font-size: 18px;
}

.bg-success {
    background-color: #e3dbd3 !important;
    padding: 10px;
    color: #ffffff;
}

.ps-5 {
    padding-left: 0rem!important;
    text-align: left;
    font-weight: 600;
    font-size: 18px !important;
}
.mb-4 {
    margin-bottom: 0.5rem!important;
    font-size: 2rem;
    color: #475460 !important;
    padding-bottom: 0rem !important;
    border-bottom: 0px solid #d7c7b7;
    padding-top: 2rem;
}

.mb-3a {
    margin-bottom: 1rem!important;
    font-size: 2rem;
    font-weight: 600 !important;
    color: #b89d80;
}

#timer .clock-wrapper span {
    font-size: 70px;
    font-weight: 300;
    transition: all .2s ease;
    color: #ffbf00;
    font-family: 'Poppins';
    letter-spacing: -2px;
}

#timer {
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    width: 220px;
    float: right;
    background: #475460;
    z-index: 999;
    margin-top: -125px;
    border-radius: 0;
    padding-bottom: 8px;
}

.section-title .sub-title {
    font-size: 30px;
    font-weight: 300;
    text-transform: uppercase;
    position: relative;
}

.fa-2x {
    font-size: 2em;
    color: #b89d80;
}

.mb-3b {
    margin-bottom: 0.5rem!important;
    font-size: 1.5rem;
    color: #b89d80;
    padding-bottom: 0.5rem !important;
    border-bottom: 1px solid #d7c7b7;
}

.text-dark {
    color: #998671 !important;
    font-size: 28px !important;
    line-height: 1.2;
    font-weight: 100;
    border-left: 3px solid;
    padding-left: 20px;
}

.feature-box.active i {
    color: #b89d80;
}

.feature-box.active {
    background: #fdf8f2;
    border-left: 10px solid #b89d80;
}

.team {
    position: relative;
    background: url(../images/imago-2a.svg);
    border-radius: 100%;
}

.text-secondary {
    color: #b89d80 !important;
    font-weight: 600;
}

.btn-secondary {
    background: #b89d80;
    border-color: #b89d80;
    color: #ffffff;
    position: relative;
}

.feature-box {
    -webkit-transform: skew(0deg);
    transform: skew(0deg);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.btn-secondary:hover {
    background: #8a8e57;
    border-color: #8a8e57;
}

.portfolio-item .portfolio-category {
    margin-bottom: 5px;
    padding: 6px 20px;
    position: absolute;
    bottom: -6px;
    left: 20px;
    background: #ffffff;
    border-left: 20px solid #b89d80;
}

.bg-light {
    background-color: #ffffff !important;
}
.filters-group button {
    margin: 0 1px 4px;
    padding: 12px 20px;
    cursor: pointer;
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
    color: #ffffff;
    background: #b89d80;
    border: none;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transform: skew(0deg);
    transform: skew(0deg);
}

.section-title .title-shape:before {
    content: "";
    background: #475460;
    height: 30px;
    width: 6px;
    left: 0;
    top: 5px;
    -webkit-transform: skew(0deg);
    transform: skew(0deg);
    position: absolute;
}

.nav-tabs .nav-item .nav-link {
    border: none;
    font-size: 16px;
    padding: 12px 30px;
    border-radius: 0;
    font-weight: 600;
    background: #1947c1;
    color: #ffffff;
    -webkit-transform: skew(0deg);
    transform: skew(0deg);
}

.nav-tabs .nav-item .nav-link.active {
    background: #b89d80;
    color: #ffffff;
}

.headerFaq {
    background: #f8f5f2 !important;
}

p {
    font-weight: normal;
    line-height: 1.25;
    font-size: 16px !important;
    color: #000;
}

.accordion .card .card-body {
    padding: 30px 30px 30px 30px;
}

.back-to-top a i {
    -webkit-transform: skew(0deg);
    transform: skew(0deg);
}

.accordion .card .card-header button {
    position: relative;
    font-size: 18px;
    color: #8a8e57;
    padding: 17px 30px 17px 30px;
    width: 100%;
    text-align: left;
    border: none;
    font-weight: 700;
}

.ms-3c {
    margin-left: 0rem!important;
    border-left: 1px dotted #cdb9a4;
    padding-left: 16px;
}

.bg-primary {
    background: #f5f5f5 !important;
    margin-bottom: 60px;
}

.nav-tabs .nav-item .nav-link span {
    -webkit-transform: skew(0deg);
    transform: skew(0deg);
    display: block;
}

.nav-tabs .nav-item .nav-link {
    border: none;
    font-size: 16px;
    padding: 12px 30px;
    border-radius: 0;
    font-weight: 600;
    background: none;
    color: #b89d80;
    -webkit-transform: skew(0deg);
    transform: skew(0deg);
    border: 1px solid #b89d80;
}

.back-to-top a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: fixed;
    bottom: 80px;
    right: 40px;
    width: 50px;
    height: 40px;
    margin: 0px;
    color: #ffffff;
    font-size: 18px;
    background: #b89d80;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    z-index: 999;
    -webkit-transform: skew(0deg);
    transform: skew(0deg);
}
.owl-prev
{
	left: -60px!important;
}
.owl-next
{
	right: -60px!important;
}

.owl-carousel .owl-nav .owl-next {
    display: block;
    position: absolute;
    text-indent: inherit;
    width: auto;
    cursor: pointer;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: 0 !important;
    display: inline-block;
    margin: 14px 2px 0;
    -webkit-transform: skew(0deg);
    transform: skew(0deg);
}

.owl-carousel .owl-nav .owl-prev {
    display: block;
    position: absolute;
    text-indent: inherit;
    width: auto;
    cursor: pointer;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    left: 10px;
    display: block;
    position: absolute;
    text-indent: inherit;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: 0 !important;
    display: inline-block;
    margin: 14px 2px 0;
    -webkit-transform: skew(0deg);
    transform: skew(0deg);
}

.owl-carousel .owl-nav i:before {
    -webkit-transform: skew(0deg);
    transform: skew(0deg);
    display: block;
}

.owl-carousel .owl-nav i {
    font-size: 16px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    display: inline-block;
    color: #ffffff;
    background: #b89d80;
    border: 0px solid #ebebeb;
    text-align: center;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    border-radius: 10%;
}

tbody, td, tfoot, th, thead, tr {
    border-color: inherit;
    border-style: none;
    border-width: 0px;
    border-bottom: 1px solid #e5e7eb!important;
	border: solid 0px #fff;
}

.table th {
    padding: 20px 20px;
    text-align: center;
    background: #F9FAFB;
    line-height: 1.2;
    font-weight: 700;
    border-color: #ab8862;
	font-size: 14px;
}
.tablaHorarios th {
    padding: 10px 20px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    background: #b89d80;
    line-height: 1.2;
    font-weight: 600;
    border-color: #ab8862;
}



::selection {
    background: #8a8e57;
    color: #ffffff;
    text-shadow: none;
}

.table-skew tr {
    -webkit-transform: skew(0deg);
    transform: skew(0deg);
}
.table
{
	border: 1px solid #e5e7eb;
	border-radius: 1%;
}

.bg-overlay-black-50:before {
    background: url(/images/imago-2.svg) rgb(24 25 28 / 0%);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
    background-repeat: no-repeat;
    background-position-x: right;
    background-size: 30%;
    background-attachment: fixed;
    background-position-y: top;
}

.space-ptb {
    padding: 80px 0;
    padding-bottom: 80px;
    background: url(/images/imago-3.svg);
    background-repeat: no-repeat;
    background-size: 30%;
    background-position-y: bottom !important;
    background-attachment: fixed !important;
} 

.text-dark2 {
    color: #555555 !important;
    font-size: 16px !important;
    line-height: 1.2;
    font-weight: 400;
}

.bg-white {
    background-color: #ffffffa1 !important;
}

.banner .banner-shape {
    right: 12%;
    position: absolute;
    bottom: -38px;
}

.accordion .card .card-header {
    background: none;
    border: 0px solid #ebebeb;
    padding: 0;
    margin-bottom: 20px;
    -webkit-transform: skew(0deg);
    transform: skew(0deg);
}

.accordion .card .card-header .btn {
    -webkit-transform: skew(0deg);
    transform: skew(0deg);
}

.feature-box:hover {
    background: #b89d8026;
}

.feature-box:hover i {
    color: #b89d80;
}

.bg-overlay-black-80:before {
    background: url(/images/back-demo2.png) rgb(0 0 0);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
}

.bg-gris {
    background: #f5f5f5;
}

.w-100 {
    width: 100%!important;
    padding: 10%;
}

.classe-item .classe-meta {
    background: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 6px 16px;
    position: absolute;
    bottom: 0;
    left: 0px;
    -webkit-transform: skew(0deg);
    transform: skew(0deg);
}

.classe-item .classe-meta li {
    -webkit-transform: skew(0deg);
    transform: skew(0deg);
    position: relative;
}

.header-right-bg:before {
    position: absolute;
    top: 0;
    left: -4%;
    background: #fff;
    width: 100%;
    -webkit-transform: skew(0deg);
    transform: skew(-deg);
    content: "";
    z-index: -1;
    height: calc(100% - -20px);
}

.btn-primary:active {
    color: #fff;
    background-color: #9fa276;
    border-color: #ffffff;
}

.btn-primary:focus {
    background: #999ca1 !important;
    border-color: #999ca1 !important;
    color: #ffffff !important;
}

.btn-primary:hover:not(:disabled):not(.disabled):active {
    background: #9fa276;
    border-color: #ffffff;
    color: #ffffff;
}

.cart-table .table tr th {
    border: none;
    padding: 10px 10px;
    color: #ffffff;
    text-align: left;
}

.cart-table .table tr td {
    border: none;
    border-top: 1px solid #ffffff;
    padding: 10px 10px;
    color: #333333;
    text-align: left;
    font-weight: 500;
}

.btn-dark:hover {
    background: #8a8e57;
    border-color: #8a8e57;
}

.btn-dark {
    background: #b89d80;
    border-color: #b89d80;
}

.header .topbar .dropdown .dropdown-menu a:hover {
    color: #b89d80;
}

.btn {
    font-weight: 700;
    font-size: 14px;
    padding: 10px 20px;
    border-radius: 0;
    margin-top: 16px;
}

.bg-danger {
    background-color: #ffc2c8 !important;
}

.table-skew td, .table-skew tr {
    -webkit-transform: skew(0deg)!important;
    transform: skew(0deg)!important;
}

tfoot th
{
    -webkit-transform: skew(0deg)!important;
    transform: skew(0deg)!important;
}


.form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #fff;
    background: #ffffff;
}

.alert-danger {
    color: #842029;
    background-color: #f8d7da;
    border-color: none;
    line-height: 1.2;
}

.horarioCalendario {
    color: #b89d80;
    font-weight: 600;
    font-size: 20px;
    line-height: 1;
    letter-spacing: -0.5px;
	text-shadow: black 1px 1px;
}

.mt-5a {
    margin-top: 1rem!important;
    margin-bottom: 3rem;
    padding: 10%;
    background: none;
    border: 1px dotted #b89d80;
}

.sub-titulo {
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
    line-height: 1.2;
}

.bg-02 {
    background: #475460;
}

table.dataTable thead th {
    font-weight: bold;
    color: #ffffff;
}

.social-round li a:hover {
    background: #b89d80;
    color: #ffffff;
}
/*CHECKLIST*/
.section-title
{
	word-wrap: break-word;
}
.header.default:before
{
	width: 0;
}
@media (max-width: 1200px) 
{
	.banner .banner-image 
	{
		
		right: -180px;
		
	}
}
@media (max-width: 991px) {
    .header .navbar-collapse 
	{
		top: 28px;
		left: -20px;
		width: 100vw;
	}
	.banner .banner-image 
	{
		top: -10px;
		right: -95px;
		width: 100%;
	}
}
@media (max-width: 991px) {
    .header.default .navbar-toggler, .header.header-light .navbar-toggler {
        color: #B89D80;
    }
}
@media (max-width: 991px) {
    .page-title {
        padding: 30px 0!important;
    }
	.calendarioCarrusel .owl-nav
	{
		display: none
	}
	.bg-overlay-secondary-70
	{
		min-height: 40vh;
	}
}
@media (max-width: 575px) 
{
    .display-2 {
        font-size: 2.5rem;
    }
	.space-ptb {
        padding: 40px 0!important;
    }
}
@media (max-width: 1480px) and (min-width:1200px)
{
	.textosEnviar
	{
		margin-top: -20px!important;
	}
}



@media (min-width: 900px) {
    .modal-dialog {
        max-width: 900px;
        
    }
}
@media (min-width: 1200px) {
    .modal-dialog {
        max-width: 1200px;
        
    }
}

.tooltip-inner {
    max-width: 400px !important;
    width: 400px !important;
	text-align: left;
}
.slide1 .banner-image, .slide1 .banner-shape
{
	right: -100px
}
.slide1 .banner-shape
{
	right: -1%;
}
.diaDestacado
{
	background: #475460!important;
	color: white!important;
}
.tablaCalendario
{
	width: 14%; 
	height: 100%;
}
.fechasMovil
{
	display: none;
}
@media (max-width: 1024px) 
{
	.fechasBtn
	{
		padding: 0.2rem 0.4rem!important;

	}	
	.fechasBtn i
	{
		font-size: 18px!important;
	}
	.fechasMovil
	{
		display: block;
	}
	.tablaCalendario
	{
		width: 100%;
		padding: 0.2rem!important;
	}
	.espacioVacio
	{
		display: none;
	}
}
.tablaCalendario thead  
{
    position: sticky;
    top: 158px;
    z-index: 8;        
}
.fechasDiv 
{
    position: sticky;
    top: 90px;
    z-index: 8;  
	background: white;
}
@media (max-width: 1336px)
{
	.tablaCalendario thead  
	{
		top: 192px;
	}
	.fechasDiv 
	{
		top:124px;
	}
}

@media (max-width: 991px)
{
	.fechasDiv
	{
		top: 40px;
	}
	.tablaCalendario thead  
	{
		top: 229px;
	}
}

.tipoClaseActivo 
{
    transform: scale(1.05);
    box-shadow: 0 8px 25px rgba(0,0,0,0.25);
    opacity: 1;
    border-radius: 10px;
    transition: all 0.3s ease-in-out;
    z-index: 10;
	opacity: 1;
}



.icono-box img
{
    transition: transform 0.3s ease;
	border-radius: 20%;
	color: white;
	width: 66px;
	
}
.icono-box i
{
    transition: transform 0.3s ease;
	border-radius: 20%;
	width: 66px;
}

.icono-box:hover img, .icono-box:hover i
{
    transform: rotate(20deg);
}

.sombra
{
	box-shadow: 0 10px 25px rgba(0,0,0,0.12);
    border-radius: 20px;
}
.card-coach
{
	height: 320px;
}
.imagenCoach
{
	border-radius: 50%;
	border: 3px blue solid;
	width: 150px;
	height: 150px;
	object-fit: cover;
	overflow: hidden;
	margin: auto
}
.gradiente-talent
{
/*	background: linear-gradient(135deg, #0066FF 0%, #32D74B 100%)!important;*/
	background:#b89d80!important;
}
.color-gradiente-talent
{
/*
    background: linear-gradient(90deg, #0066FF, #32D74B);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
*/
	color: #b89d80!important;
}

.btnTransparente
{
	background-color: rgb(255 255 255 / 0.4);
	--tw-backdrop-blur: blur(8px);
}

.color-negro
{
	color: black;
}
.color-blanco
{
	color: white;
}
.color-gris
{
	color: rgb(75 85 99);
}
.tituloSeccion
{
	color: black;
	font-weight: 700;
}
.fw-700
{
	font-weight: 700!important;
}
.btn
{
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.btn:hover {
    transform: scale(1.08); /* crece 8% */
    box-shadow: 0 8px 20px rgba(0,0,0,0.25); /* opcional: sombra bonita */
}
.cajaCaract
{
	position: relative;
}
.cajaPasos
{
	z-index: 2;
}
.numeroPaso
{
	position: absolute;
	right: 20px;
	top: 20px;
	font-size: 12px;
	padding: 0.5rem 0.8rem;
    background: white;
    border-radius: 100%;
	font-weight: 800;
	
}
.linea-pasos
{
	border: 1px solid black;
    position: absolute;
    width: 60%;
    z-index: 1;
    padding-top: 8rem;
	margin-left: 1rem;	
}
.iconosBeneficios
{
	padding: 1rem;
	background: #EFFAF8;
	border-radius: 100%;
	color: rgb(37 99 235);
}

.tdDestacada
{
	background: #FAFCFF!important;
	
}

.nav-btn {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    border: 2px solid #ccc;
    background: white;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .2s ease;
}

.nav-btn i {
    font-size: 16px;
}

.nav-btn:hover {
    background: #eee;
    border-color: #888;
}

.page-text {
    font-size: 16px;
    font-weight: 600;
    color: #444;
}

.page-item {
    opacity: 0;
    transform: translateY(10px);
    transition: opacity .35s ease, transform .35s ease;
}

.page-item.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.text-lg
{
	font-size: 1.125rem!important;
}

.equipo-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.35);
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;

    display: flex;
    gap: 12px;
    align-items: flex-end;
    padding: 20px;

    opacity: 0;
    transition: opacity .3s ease;
}

.blog-post-image:hover .equipo-overlay {
    opacity: 1;
}

.overlay-btn {
    width: 45px;
    height: 45px;
    background: white;
    color: #333;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;

    box-shadow: 0 4px 12px rgba(0,0,0,0.2);
    transition: transform .2s ease, background .2s ease;
}

.overlay-btn:hover {
    background: #f1f1f1;
    transform: scale(1.1);
}
.btn
{
	border-radius: 5px;
	border:none!important;
}


@media (max-width: 768px) {
    
	.bg-overlay-secondary-70
	{
		min-height: 40vh;
	}
	.banner-content 
	{
		padding: 50px 0px!important;
	}
	.space-ptb {
        padding: 20px 0;
    }
}

@media (max-width: 767px) {
    h2 {
        font-size: 28px;
    }
}
.badgeDoc
{
	font-size: .5em;
	font-weight: 400;
}
.badgeDoc.badge-warning.P
{
	background:#f3f526;
	color: black;
}
.badgeDoc.badge-warning.E
{
	background:#0DCAF0;
	color: black;
}
.badgeDoc.badge-warning.V
{
	background:#198754;
	color: black;
}

table.sala
{
	width: 80%;
    border: none;
    margin: auto;
	max-width: 1000px;
}

.sala td.bici, .sala .bici
{
	padding: 24px;
    text-align: center;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
	color: #4F4F4F;
    font-size: 45px;
	line-height: normal;
	font-weight: bold;
	text-shadow: 2px 0 0 #fff, -2px 0 0 #fff, 0 2px 0 #fff, 0 -2px 0 #fff, 1px 1px #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff;
}

.sala td.libre, .sala td.Disponible
{
	background-image: url(/images/bici-libre.png?v=2);
	cursor: pointer;
}

.sala td.libre, .sala td.Disponible:hover
{
	background-image: url(/images/bici-hover.png?v=2);
	cursor: pointer;
}

.sala td.ocupada, .sala td.Asignada
{
	background-image: url(/images/bici-ocupada.png?v=2);
}

.sala td.Apartada
{
	background-image: url(/images/bici-apartada.png?v=2);
	cursor: pointer;
}

.sala td.Bloqueada
{
	background-image: url(/images/bici-bloqueada.png?v=2);
}

.sala td.seleccionada
{
	background-image: url(/images/bici-seleccionada.png?v=1);
	cursor: pointer;
}


.btn-outline-sucursal
{
	border: 1px solid #b89d80!important;
	color: #b89d80;
}
.btn-outline-sucursal:hover, .btn-sucursal
{
	background: #b89d80;
	color: white;
}

table.sala tr
{
	border-bottom: 15px solid #fff!important
}
.fechaMovil
{
	overflow-x: hidden;
}
.diaMovil
{
	font-size: 0.7rem;
	text-overflow: ellipsis;
}







/*CHECKLIST 05/03/26 */
@media (max-width: 1024px) 
{
	.diaMovil
	{
		font-size: 1rem;
		text-overflow: ellipsis;
	}
}
@media (max-width: 767px) 
{
	.diaMovil
	{
		font-size: 0.7rem;
		text-overflow: ellipsis;
	}
}
@media only screen and  (max-width: 950px){
	.sala td.bici
	{
		padding: 1rem!important;
		min-width: 45px!important;
	}
	table.sala
	{
		border-collapse: separate;
		border-spacing: 0px;
	}
}
@media only screen and  (max-width: 475px){
	.sala td.bici
	{
		padding: 0rem!important;
		min-width: 40px!important;
	}
}
