@font-face {
    font-family: 'Tahoma';
    src: url('../fonts/Tahoma.eot');
    src: url('../fonts/Tahoma.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Tahoma.woff2') format('woff2'),
        url('../fonts/Tahoma.woff') format('woff'),
        url('../fonts/Tahoma.ttf') format('truetype'),
        url('../fonts/Tahoma.svg#Tahoma') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
    font-size: 16px;
    font-family: 'Lato', sans-serif !important;
    background-color: white;
    color: #000D1D;
}

h1 {
    font-size: 3.4rem;
}

a {
    -webkit-transition: color .4s ease-out;
    transition: color .4s ease-out;
}

.only_pc {
    display: block;
}

.only_m {
    display: none;
}

.template-circuito #carousel-pager .carousel-control.left {
    display: none;
}

.bmd-form-group input::-webkit-input-placeholder {
    font-size: 14px;
}

.bmd-form-group input::-moz-placeholder {
    font-size: 14px;
}

.bmd-form-group input:-ms-input-placeholder {
    font-size: 14px;
}

.bmd-form-group input::-ms-input-placeholder {
    font-size: 14px;
}

.bmd-form-group input::placeholder {
    font-size: 14px;
}

.template-circuito .contenedor-corrusel-descripcion {
    margin-top: 40px;
    padding-right: 0;
}

input[type="text"],
input[type="email"],
input[type="password"],
.template-cuenta-mis-datos .dropdown button {
    font-size: 16px;
    font-weight: bold;
}

.template-circuito #carousel-pager {
    height: 100%;
}

.template-circuito .contenedor-corrusel-descripcion h1 {
    font-size: 30px;
    padding-bottom: 20px;
    border-bottom: 3px solid #3392E1;
}

.template-circuito .carousel-control {
    top: auto;
    bottom: 0;
    width: auto;
}

.nav-secundario .dropdown-item:focus {
    background-color: transparent;
}

.template-circuito .right.carousel-control {
    right: 20px;
}

.template-circuito .contenedor-carrusel-circuito {
    background-color: #000D1D;
    padding-top: 80px;
    padding-bottom: 80px;
    margin-top: 30px;
}

.navbar-light .navbar-nav .nav-link {
    color: #002E65;
    font-size: 12px;
}

.navbar-light .navbar-nav .nav-link:hover {
    color: #3392E1;
}

.navbar-light .navbar-nav .nav-link:hover {
    color: #3392E1;
}

.galeria_home {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}

.redondeado {
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
}

.color-sky-blue {
    margin: 0;
    padding: 0;
    color: #2175df;
    font-size: 2.5em;
}

.color-gold {
    margin: 0;
    padding: 0;
    color: #c79d2e;
    font-size: 2.5em;
}

.color-gold-light {
    color: #e4b959;
    font-size: 1.1em;
}

.image_cuidate img {
    width: 100%;
}

.image_cuidate {
    margin: 0 0 0 0;
    padding: 0;
    width: 100%;
    height: auto;
    overflow: hidden;
}

.s_v {
    width: 50px !important;
    height: 50px !important;
}

.cuidate {
    position: relative;
    margin: 40px 0 0;
    padding: 0;
    width: 100%;
    height: auto;
    overflow: hidden;
    font-family: Tahoma;
}

.cuidate a {
    font-family: Tahoma;
}

.imagen_parallax {
    position: relative;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 90vh;
    overflow: hidden;
    background-attachment: fixed;
    background-size: cover;
}

.imagen_galeria_circle img {
    width: 40px;
}

.imagen_galeria_circle {
    position: absolute;
    margin: auto;
    padding: 0;
    width: 280px;
    height: 280px;
    overflow: hidden;
    display: flex;
    align-items: center;
    bottom: 50px;
    left: 0;
    right: 0;
}

.imagen_galeria_circle span {
    font-family: Tahoma;
}

.imagen_galeria_circle a:hover {
    text-decoration: none;
}

.imagen_galeria_circle a {
    margin: auto;
    padding: 0;
    width: 280px;
    height: 280px;
    overflow: hidden;
    color: white;
    display: flex;
    align-items: center;
    border-radius: 150px;
    -moz-border-radius: 150px;
    -webkit-border-radius: 150px;
    background-color: #0081c2;
    border: 2px white solid;
}

.estilo_botones_home {
    display: block;
    margin: -25px auto 0;
    padding: 24px 0 0 0;
    width: 96%;
    height: 90px;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    z-index: 50;
    color: white;
    text-transform: uppercase;
    font-family: Tahoma !important;
    font-weight: bold;
    text-align: center;
    font-size: 2em;
    background-color: #2175df;
    -webkit-box-shadow: 0px 7px 8px 0px rgba(0, 0, 0, 0.42);
    -moz-box-shadow: 0px 7px 8px 0px rgba(0, 0, 0, 0.42);
    box-shadow: 0px 7px 8px 0px rgba(0, 0, 0, 0.42);
    -webkit-transition: background-color 0.7s ease-out;
    -moz-transition: background-color 0.7s ease-out;
    -o-transition: background-color 0.7s ease-out;
    transition: background-color 0.7s ease-out;
}

.estilo_botones_home:hover {
    background-color: #98c8f0;
    color: white;
    text-decoration: none;
}

.blog_title_style {
    margin: 80px 0;
}

#app {
    overflow-x: hidden;
    padding-top: 78px;
}

.template-horario#app {
    overflow-x: visible;
}

.form-newsletter a:hover {
    color: white;
    text-decoration: none;
}

nav.navbar {
    font-size: 12px;
    background-color: white;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 100;
    padding: 0;
    -webkit-box-shadow: 2px 2px 10px #00000014;
    box-shadow: 2px 2px 10px #00000014;

}

nav .activo {
    position: relative;
}

nav .activo a,
.activo-rigth a,
.activo-rigth {
    font-weight: bold !important;
    color: #3392E1 !important;
}

nav .activo:after {
    content: '';
    left: 0;
    right: 0;
    border-bottom: 4px solid #3392E1;
    bottom: -21px;
    position: absolute;
}

ul {
    list-style: none;
}

ul ul {
    padding-left: 17px;
}

a,
h1,
h2,
h3,
h4,
h5,
h6,
address {
    font-family: 'Montserrat', sans-serif !important;
}

.lato {
    font-family: 'Lato', sans-serif !important;
}

.montse {
    font-family: 'Montserrat', sans-serif !important;
}

nav .dropdown-toggle::after {
    display: none;
}

nav .fa-shopping-cart,
nav .fa-user-circle {
    font-size: 1rem;
}

footer {
    background-color: #f4f4f4;
}

footer a {
    text-decoration: none;
}

.color-azul-claro {
    color: #3392E1;
}

.color-parrafos {
    color: #848484 !important;
    font-size: 1.1em;
}

.color-white {
    color: white;
}

.color-azul-oscuro {
    color: #002E65;
}

.color-negro {
    color: #000D1D;
}

.btn-set {
    background-color: transparent;
    cursor: pointer;
}

.btn-set:focus,
.btn-set:hover,
.btn-set:active {
    background-color: transparent;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.navbar .navbar-brand {

    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.navbar-nav.nav-usuario a.nav-link {
    font-size: .9em !important;
}

.navbar-nav.nav-usuario svg {
    color: #3392E1
}


.azul-oscuro {
    color: #002E65 !important;
}

.fal.fa-times {
    display: none;
}

.nav-secundario .dropdown-menu {
    left: -253px !important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 400px;
    top: 55px;
    background-color: #3392E1;
}

.style_list_font {
    color: #002E65;
    font-family: Tahoma;

}

.nav-secundario svg {
    font-size: 20px;
    margin-bottom: 0;
}

.nav-secundario .dropdown-menu a {
    color: white;
}

.nav-secundario .dropdown-menu a:hover {
    background-color: transparent;
    color: #002E65;
}

.nav-secundario .dropdown-menu {
    font-size: .9rem;
}

.div-content-link {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px 10px 30px;
    border-bottom: 1px solid #d0d0d08c;
}

.div-content-link2 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px 10px 10px;
    border-bottom: 1px solid #d0d0d08c;
    border-top: 1px solid #d0d0d08c;
    margin-bottom: 40px;
}

.link-blog {
    padding: 25px 32px !important;
}

.link-catalago {
    background-color: #002E65;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 15px;
    border-radius: 40px;
    font-weight: bold;
    width: 230px;
    display: inline-block;
    max-width: 100%;
}

.link-catalago:hover {
    background-color: #002E65 !important;
    text-decoration: none;
}

.dropdowns-content-direccion {
    margin: 90px 0 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 33px;
    color: #002E65;
    font-size: 1rem;
}

.img_blog {
    display: block;
    margin: 0;
    padding: 0;
    width: auto;
    height: 200px;
}

.img_blog_big {
    margin: 0;
    padding: 0;
    width: auto;
    height: 300px;
}

.img_top {
    margin: 50px 0 0 0;
    padding: 0;
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
}

.img_top_bg {
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto;
}

.img_top_logo {
    display: block;
    margin: 0;
    padding: 0;
    top: 10%;
    right: 50px;
    width: auto;
    height: 80%;
    position: absolute;
}

.img_center {
    margin: 0 0 0 0;
    padding: 0;
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
}

.img_center img {
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto;
}

.info_gym {
    display: block;
    margin: 0;
    padding: 0;
    top: 0;
    width: 100%;
    height: 120px;
    background: #212e35;
    font-family: 'Lato', sans-serif;
    position: absolute;
}

.info_gym a {
    display: block;
    float: right;
    margin: 35px 7% 0 0;
    padding: 0;
    width: auto;
    color: white;
    font-size: 1.6em;
    text-transform: uppercase;
    height: auto;
}

.img_bottom {
    margin: 0 0 50px 0;
    padding: 0;
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
}

.img_bottom img {
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto;
}

.dropdowns-content-direccion a {
    color: #002E65 !important;
    text-decoration: none;
}

footer .icon {
    background-color: white;
}

footer a {
    color: #848484;
}

footer a:hover {
    color: #848484;
    text-decoration: none;
}

.icon {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    background-color: #f4f4f4;
    border-radius: 30px;
    color: #3392E1;
}

.icon:hover {
    background-color: #002E65;
    color: #f4f4f4;
}

footer .icon:hover {
    background-color: #3392E1;
}

.icon-facebook {
    padding: 8px 12px;
}

.icon-instagram {
    padding: 8px 10px;
}

.icon-twitter {
    padding: 8px 9px;
}

.icon-linkedin {
    padding: 8px 9px;
}

.nav-secundario .btn:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.container-fluid {
    max-width: 97%;
    margin: auto;
}

.link-footer-catalago {
    background-color: #3392E1;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 15px;
    border-radius: 40px;
    font-weight: bold;
    width: 230px;
    display: inline-block;
    max-width: 100%;
    color: white;
}

.link-footer-catalago:hover {
    text-decoration: none;
    color: white;
}

#pre-footer {
    background-color: #3392E1;
    margin-top: 100px;
}

#pre-footer h4 {
    letter-spacing: 1px;
}

#pre-footer button:hover {
    color: white;
}

#pre-footer input[type="text"] {
    background-color: transparent;
    border: 1px solid white;
    border-radius: 40px;
    font-size: 1.1rem;
    color: white;
    font-family: 'Lato', sans-serif !important;
}

.contenedor-form-reserva input[type="text"],
.form-login input[type="text"],
.form-login input[type="email"],
.form-login input[type="password"],
.form-register input[type="text"],
.form-register input[type="email"],
.form-register input[type="password"],
.form-register select {
    background-color: transparent !important;
    color: white !important;
    font-family: 'Lato', sans-serif !important;
}

#pre-footer input[type="text"] {
    outline: none;
    padding-left: 20px;
}

#pre-footer ::-webkit-input-placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: white;
    font-size: 1.1rem;
}

#pre-footer ::-moz-placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: white;
    font-size: 1.1rem;
}

#pre-footer :-ms-input-placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: white;
    font-size: 1.1rem;
}

#pre-footer ::-ms-input-placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: white;
    font-size: 1.1rem;
}

#pre-footer ::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: white;
    font-size: 1.1rem;
}

#pre-footer :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: white;
    font-size: 1.1rem;
}

#pre-footer ::-ms-input-placeholder {
    /* Microsoft Edge */
    color: white;
    font-size: 1.1rem;
}

.contenedor-form-reserva ::-webkit-input-placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: white;
    font-size: 1.1rem;
}

.contenedor-form-reserva ::-moz-placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: white;
    font-size: 1.1rem;
}

.contenedor-form-reserva :-ms-input-placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: white;
    font-size: 1.1rem;
}

.contenedor-form-reserva ::-ms-input-placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: white;
    font-size: 1.1rem;
}

.contenedor-form-reserva ::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: white;
    font-size: 1.1rem;
}

.contenedor-form-reserva :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: white;
    font-size: 1.1rem;
}

.contenedor-form-reserva ::-ms-input-placeholder {
    /* Microsoft Edge */
    color: white;
    font-size: 1.1rem;
}

.form-login ::-webkit-input-placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: white;
    font-size: 1.1rem;
}

.form-login ::-moz-placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: white;
    font-size: 1.1rem;
}

.form-login :-ms-input-placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: white;
    font-size: 1.1rem;
}

.form-login ::-ms-input-placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: white;
    font-size: 1.1rem;
}

.form-login ::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: white;
    font-size: 1.1rem;
}

.form-login :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: white;
    font-size: 1.1rem;
}

.form-login ::-ms-input-placeholder {
    /* Microsoft Edge */
    color: white;
    font-size: 1.1rem;
}

.form-register ::-webkit-input-placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: white;
    font-size: 1.1rem;
}

.form-register ::-moz-placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: white;
    font-size: 1.1rem;
}

.form-register :-ms-input-placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: white;
    font-size: 1.1rem;
}

.form-register ::-ms-input-placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: white;
    font-size: 1.1rem;
}

.form-register ::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: white;
    font-size: 1.1rem;
}

.form-register :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: white;
    font-size: 1.1rem;
}

.form-register ::-ms-input-placeholder {
    /* Microsoft Edge */
    color: white;
    font-size: 1.1rem;
}

#pre-footer button {
    max-width: 200px;
    border-radius: 40px;
    padding: 13px;
}

#sliderHome1 .carousel-caption {
    top: 40%;
}

#sliderHome1 .carousel-caption p {
    font-size: 1.1rem;
}

.flecha-home {
    margin-bottom: 3em;
}

/*#sliderHome1 .carousel-caption a{
	background-color: #002E65;
	box-sizing: border-box;
	padding: 15px 25px;
	margin-top: 10px;
	display: inline-block;
	color: white;
	font-weight: bold;
	border-radius: 40px;
	width: 220px;
	max-width: 80%;
}*/
.r-img-movil {
    display: none;
}

#sliderHome1 .carousel-caption a:hover {
    text-decoration: none;
    color: white;
}

.home-section-1 {
    padding: 0;
    overflow: hidden;
    margin-bottom: 0 !important;
}

.home-section-1>div {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-size: cover;
    background-repeat: no-repeat;
}

.home-section-1-promociones {
    background-image: url('../img/home/promociones.png');
    min-height: 300px;
}

.home-section-1-reservas {
    background-image: url('../img/home/reservas.png');
    min-height: 300px;
}

.home-section-1-especial {
    background-image: url('../img/home/especial.png');
}

.home-section-1-ritual {
    background-image: url('../img/home/ritual.png');
}

.color-hover-white:hover {
    text-decoration: none;
    color: white;
}

.price {
    font-family: 'Montserrat', sans-serif !important;
}

span.price {}

.btn-azul-clarito_2 {
    border-radius: 40px;
    padding: 5px 15px;
    display: block;
    font-size: .9rem;
    margin: 0;
    border: none;
    cursor: pointer;
    font-weight: bold;
    color: white !important;
    text-align: center;
}

.btn-azul-clarito_2:hover {
    text-decoration: none;
    background-color: #2E9DF8;
}


.btn-azul {
    background-color: #002E65;
    border-radius: 40px;
    padding: 10px 35px;
    display: inline-block;
    margin-top: .75rem;
    font-size: .9rem;
    border: none;
    cursor: pointer;
    color: white;
}

.btn-azul-clarito {
    background-color: #3392E1;
    border-radius: 40px;
    padding: 10px 35px;
    display: block;
    margin-top: .75rem;
    font-size: .8rem;
    margin: 10px auto 0;
    border: none;
    cursor: pointer;
    font-weight: bold;
    color: white !important;
    text-align: center;
}

.btn-azul-clarito:hover {
    text-decoration: none;
    background-color: #2E9DF8;
}

.btn-azul:hover {
    text-decoration: none;
    color: white;
    background-color: #000D1D;
}

.btn-gold:hover {
    text-decoration: none;
    color: #c79d2e;
    background-color: white;

}

.btn-gold {
    color: white;
    background-color: #c79d2e;
    border: 1px #c79d2e solid;
    padding: 12px 70px;
    border-radius: 40px;
    font-weight: bold;
    text-decoration: none;
    display: inline-block;
    font-family: Tahoma !important;
    margin: 10px 0;
    font-size: 0.9em;
    cursor: pointer;
}

.btn-blanco {
    color: #002E65;
    background-color: white;
    padding: 14px 30px;
    border-radius: 40px;
    font-weight: bold;
    text-decoration: none;
    display: inline-block;
    margin-top: 15px;
    font-size: 12px;
    border: none;
    cursor: pointer;
}

.btn-blanco-gym {
    display: block;
    text-align: center;
    max-width: 100%;
    background-color: white;
    padding: 14px 50px;
    border-radius: 40px;
    font-weight: bold;
    margin-top: 0;
    color: #002E65;
    font-size: 12px;
}

.btn-blanco-gym:hover {
    text-decoration: none;
    color: #002E65;
}

.scale-hover div:first-child {
    -webkit-transition: -webkit-transform .8s ease-out;
    transition: -webkit-transform .8s ease-out;
    transition: transform .8s ease-out;
    transition: transform .8s ease-out, -webkit-transform .8s ease-out;
    background-size: cover;
    background-repeat: no-repeat;
}

.img-scale {
    z-index: -1;
}

.bk-scale:hover .img-scale {
    -webkit-transition: -webkit-transform .8s ease-out;
    transition: -webkit-transform .8s ease-out;
    transition: transform .8s ease-out;
    transition: transform .8s ease-out, -webkit-transform .8s ease-out;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);

}

.link-titulo:hover {
    color: white;
    text-decoration: none;
}

.btn-blanco:hover {
    background-color: #F5F5F5;
    text-decoration: none;
    color: #3392E1;
}

.home-section-1-especial,
.home-section-1-ritual {
    min-height: 300px;
    max-height: 300px;
}

.home-section {
    background-size: cover;
    background-repeat: no-repeat;
}

.nav-secundario .link-catalago:hover {
    background-color: #000D1D !important;
    color: white !important;
}

.home-section-3 {

    margin-top: -50px !important;
}

.testimonios h1 {
    margin: 100px 0 0;
}

.testimonios img {
    height: 48px;
    border-radius: 30px;
}

.testimonios svg {
    left: -30px;
}

#sliderHome1 svg {
    font-size: 4rem;
    color: white;
    opacity: 1;
}

.text-border-oscuro {
    text-shadow: 2px 2px 10px #00000052;
}

.caja_aux {
    margin: 0 auto;
    padding: 0 0 15px 0;
    overflow: hidden;
    width: 95%;
    height: auto;
}

.caja_aux img {
    margin: 0;
    padding: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.contenedor-titulo-testimonios {
    margin: auto;
    background-color: #f4f4f4;
    width: 990px;
    max-width: 100%;
    height: 40px;
}

.rounded_style {
    border-radius: 25px;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    color: white !important;
    background-color: #c79d2e;
    margin: 0 10px;
}

.rounded_style p {
    color: white;
    font-size: 1.1em;
}

.contenedor-testimonios {
    margin-top: 50px;
    width: 75%;
    height: auto;
    overflow: hidden;
}

.testimonios_img {
    float: left;
    margin: 0;
    padding: 0;
    width: 160px;
    height: 100%;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.name_comentario {
    margin: 20px 0 5px 0;
    padding: 0;
    font-size: 1.3em;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-family: Tahoma;
    text-align: center;
}

.testimonios_img img {
    margin: auto;
    display: block;
    width: 130px;
    height: 130px;
}

.testimonios_text {
    float: left;
    margin: 0;
    padding: 20px 20px 0;
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 0.8em;
    color: #008afc;
    font-family: Tahoma;
}

.new_footer {
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto;
    background: #2175df;
    overflow: hidden;
    -webkit-box-shadow: 0px -3px 12px -4px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px -3px 12px -4px rgba(0, 0, 0, 0.75);
    box-shadow: 0px -3px 12px -4px rgba(0, 0, 0, 0.75);
}

.cont_new_footer {
    margin: 50px auto 70px;
    padding: 0;
    width: 70%;
    height: auto;
    font-family: Tahoma;
    overflow: hidden;
}

.cont_new_footer p {
    margin: 0 0 8px 0;
    padding: 0;
    color: white;
    text-transform: uppercase;
    font-size: 1.1em;
    overflow: hidden;
}

.email_input {
    display: block;
    margin: 0;
    padding: 15px 0;
    color: #3f9ce9;
    width: 85%;
    height: auto;
    overflow: hidden;
    background: white;
    line-height: initial;
    text-align: center;
    font-size: 1em !important;
    font-weight: normal !important;
    border: 1px white solid;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    -webkit-transition: background-color 0.7s ease-out;
    -moz-transition: background-color 0.7s ease-out;
    -o-transition: background-color 0.7s ease-out;
    transition: background-color 0.7s ease-out;
}

.email_input:hover {
    background: #bbdcf8;
    border: 1px #fbb450 solid;
}

.check_policy {
    display: inline-block;
    margin: 0;
    padding: 0 0 0 0;
    width: 30px;
    height: 18px;
    border: none;
}

.lista_footer {
    display: block;
    margin: 50px 0;
    padding: 0 0 0 0;
    width: auto;
    height: auto;
    overflow: hidden;
}

.lista_footer ul {
    display: block;
    margin: 0;
    padding: 0 0 0 0;
    width: auto;
    height: auto;
    overflow: hidden;
}

.lista_footer li {
    list-style: none;
    display: block;
    margin: 0 0 5px 0;
    padding: 0 0 0 0;
    width: auto;
    height: auto;
    color: white;
    text-transform: uppercase;
    font-size: 0.9em;
    overflow: hidden;
}

.lista_footer li a {
    color: white;
    font-family: Tahoma !important;
}

.copy_right {
    display: block;
    margin: 0;
    padding: 0 0 0 0;
    width: auto;
    height: auto;
    color: white;
    font-family: Tahoma;
}

.rss_footer {
    float: right;
    position: relative;
    margin: 0;
    padding: 0 0 0 0;
    width: 250px;
    height: 100%;
    overflow: hidden;
}

.rss_footer ul {
    margin: 0 auto;
    padding: 0 0 0 0;
    width: 172px;
    height: auto;
    overflow: hidden;
}

.rss_footer li {
    list-style: none;
    float: left;
    margin: 0;
    padding: 0 0 0 0;
    width: 40px;
    height: 40px;
    overflow: hidden;
}

.rss_footer li img {
    width: 40px;
    height: 40px;
}

.rss_footer img {
    display: block;
    width: 250px;
}

.rss_footer a {
    text-decoration: none;
}


.catalogo {
    display: block;
    margin: 20px 0 0 0;
    padding: 5px 0;
    width: 250px;
    height: auto;
    overflow: hidden;
    background: #0d5099;
    color: #bbdcf8;
    text-align: center;
    cursor: pointer;
    text-transform: uppercase;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
}

.catalogo:hover {
    background: #98c8f0;
    color: white;
    text-underline: none;
}

.tel_footer {
    display: block;
    margin: 0;
    padding: 0 0 10px 0;
    color: white;
    font-size: 1.2em;
    text-align: center;
}

.tel_footer:hover {
    color: white;
}

.form-newsletter .bmd-form-group {
    position: static;
    padding: 0;
    width: 65%;
    height: 43px;
}

.form-newsletter .bmd-form-group input {
    height: 100%;
}

.hero {
    min-height: 430px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: 40px;
    background-blend-mode: overlay;
    background-color: rgba(0, 0, 0, 0.25);

}

.fondo-imagen {
    min-height: 200px;
    background-size: 100% auto;
    background-position: center center;
    background-repeat: no-repeat;
    overflow: hidden;
}

.fondo-imagen {
    background-blend-mode: overlay;
    background-color: rgba(0, 46, 101, 0.22);
}

.fondo-imagen>div {
    max-width: 95%;
    margin: auto;
}

.img-producto {
    height: 141px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.titulo-filtro {
    border-bottom: 3px solid #3392E1;
}

.input-qty {
    border: none;
    background-color: #3392E1;
    border-radius: 40px;
    padding: 10px 5px 10px 10px;
    display: inline-block;
    font-size: 0.8rem !important;
    margin: 10px 0;
    cursor: pointer;
    font-weight: bold;
    color: #fff !important;
    text-align: center;
    max-width: 100px;
}

.input-qty:focus {
    color: #000 !important;
}

.pad_propiedad {
    padding: 0;
}

ul {
    padding-left: 0;
}

aside ul li {
    color: #848484;
}

.titulo-gym {
    border-bottom: 3px solid #3392E1;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
}

.padding-text-gimnasio {
    padding-top: 100px;
    padding-bottom: 170px;
}

.content-imagen-gym-2 {
    background-position: right center;
    background-repeat: no-repeat;
    max-height: 883px;
}

.content-imagen-gym-2 h2 {
    margin-bottom: 90px;
}

.content-imagen-section-tarjeta-header {
    background-size: cover;
    background-position: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    min-height: 200px;
    border-radius: 50px;
}

.template-circuito .contenedor-titulo-gym {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 90px;
}

.template-galeria iframe {
    height: 78vh;
}

.contenedor-titulo-gym {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-right: 40px;
}

.titulo-club:after {
    content: '';
    width: 318px;
    position: absolute;
    bottom: -7px;
    border: 2px solid #3392E1;
    left: 0;
    max-width: 100%;
}

.template-gimnasio #pre-footer,
.template-galeria #pre-footer,
.template-login #pre-footer,
.template-register #pre-footer,
.template-cuenta-compras-y-reservas #pre-footer {
    margin-top: 0 !important;
}

.template-tour-virtual #pre-footer,
.template-tour-virtual footer {
    display: none;
}

.tamano-letra-horario {
    font-size: 20px;
}

.contentedor-horarios>div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row;
    flex-flow: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow: hidden;
}

.contentedor-horarios>div p {
    white-space: nowrap;
}

.contentedor-horarios>div span {
    width: 100%;
    border-bottom: 2px solid #3392E1;
    margin-left: 10px;
    position: relative;
    bottom: 25px;
}

.seccion-imagen-tour {
    min-height: 360px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin: 60px 15px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.contenedor-info-reservas {
    max-width: 90%;
    margin-left: auto;
    margin-right: 0;
    margin-top: 30px;
}

.contenedor-info-reservas>div>div {
    margin-bottom: 60px;
}

.contenedor-llamada-reserva {
    background-color: #002E65;
}

.contenedor-form-reserva {
    background-color: #3392E1;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 80px;
    padding-right: 80px;
}

.contenedor-form-reserva .form-control {
    border-bottom: 2px solid #ffffff85;
    background-image: none;
}


.form-newsletter .form-control {
    background-image: none;
}

.contenedor-descripcion-blog {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    min-height: 205px;
}

.fecha-articulo:after {
    content: '';
    position: absolute;
    width: 30px;
    border: 1px solid #3392E1;
    left: -45px;
    top: 12px;
}

.card-articulos-blog .card-body {
    padding-left: 0;
    padding-right: 0;
}

.card-articulos-blog .card {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.border-breadcrumb {
    width: 120px;
    display: inline-block;
    border-bottom: 2px solid #3392E1;
    margin-right: 10px;
    position: absolute;
    left: -115px;
    top: 12px;
}

section.producto {
    margin-top: 100px;
}

.precio-producto {
    -ms-flex-preferred-size: 15%;
    flex-basis: 15%;
}

.border-producto {
    -ms-flex-preferred-size: 80%;
    flex-basis: 80%;
    display: inline-block;
    border-bottom: 2px solid #3392E1;
    position: relative;
    bottom: 20px;
}

.contenedor-productos-relacionados {
    margin-top: 40px;
}

.border-relacionados {
    border-bottom: 3px solid #3392E1;
}

.template-circuito .swiper-slide {
    opacity: 1;
}

.btn-ver-mas {
    display: block;
    margin: auto;
    text-align: center;
    max-width: 160px;
    margin-top: 20px;
    background-color: #002E65;
    border-radius: 40px;
    padding: 10px 35px;
    font-size: 12px;
    border: none;
}

.btn-ver-mas:hover {
    text-decoration: none;
    color: white;
    background-color: #000D1D;
}

.border-bajo-titulo {
    border-bottom: 3px solid #3392E1;
}

.margen-titulo-reglamento {
    margin-top: 30px;
    margin-bottom: 40px;
}

.form-login {
    width: 400px;
    max-width: 100%;
}

.form-login .form-control,
.form-register .form-control,
.chosen-container {
    background-image: none;
    border-bottom: 2px solid #d0d0d057;
}

.no-tienes-cuenta {
    margin-bottom: 0;
    padding-left: 20px;
}

.no-tienes-cuenta li {
    position: relative;
}

.no-tienes-cuenta li:after {
    content: '-';
    position: absolute;
    left: -20px;
    top: 0;
}

.contenedor-ventajas-no-tener-cuenta {
    min-height: 360px;
    width: 430px;
    max-width: 100%;
    margin: auto;
}

.contenedor-ventajas-no-tener-cuenta div:nth-child(2) {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 30px;
    border: 2px solid #cccc;
}

.row-contenedor-input {
    width: 660px;
    max-width: 100%;
    margin: auto;
}

/*#carousel-pager .item{
    color: white;
    font-weight: bold;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
}*/
.form-register select {
    background-color: transparent;
    border: none;
    color: white;
    border-bottom: 1px solid;
}

.chosen-search {
    display: none;
}

.chosen-container {
    width: 100% !important;
    background-image: none;
    background-color: transparent;
}

.chosen-single {
    background-color: transparent !important;
    background-image: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: none !important;
    color: white !important;
    font-family: 'Lato', sans-serif !important;
}

.chosen-drop {
    background-color: transparent !important;
    border: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.chosen-container .chosen-results li.highlighted {
    background-image: none !important;
    background-color: transparent !important;
}

.chosen-container-single .chosen-drop {
    margin-top: 5px;
}

.chosen-container-single .chosen-single span {
    font-family: 'Lato', sans-serif !important;
}

aside.cuenta {
    background-color: #F4F4F4;
}

aside.cuenta ul {
    margin-top: 30px;
}

aside.cuenta h5 {
    padding: 40px 30px;
    border-left: 4px solid #3392E1;
}

aside.cuenta li a {
    color: #002E65;
    font-weight: bold;
    padding: 10px 30px;
}

aside.cuenta li:hover a {
    color: #3392E1 !important;
}

aside.cuenta li:hover a.link-active {
    color: white !important;
}

aside.cuenta li:hover a {
    text-decoration: none;
    color: white;
}

.form-cuenta-filtrar .icon-filtro {
    right: 0px;
    top: 0px;
    color: #848484;
    background-color: transparent;
}

.form-cuenta-filtrar .icon-filtro:focus {
    background-color: transparent;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.form-cuenta-filtrar input[type="text"] {
    padding-bottom: 12px;
    color: #000D1D;
    font-size: 1rem;
}

.form-cuenta-filtrar ::-webkit-input-placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #000D1D;
    font-size: 1rem;
}

.form-cuenta-filtrar ::-moz-placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #000D1D;
    font-size: 1rem;
}

.form-cuenta-filtrar :-ms-input-placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #000D1D;
    font-size: 1rem;
}

.form-cuenta-filtrar ::-ms-input-placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #000D1D;
    font-size: 1rem;
}

.form-cuenta-filtrar ::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #000D1D;
    font-size: 1rem;
}

.form-cuenta-filtrar :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #000D1D;
    font-size: 1rem;
}

.form-cuenta-filtrar ::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #000D1D;
    font-size: 1rem;
}

.form-cuenta-filtrar .form-control,
.form-cuenta-filtrar .form-control:focus,
.form-mis-datos .form-control,
.form-mis-datos .form-control:focus,
.form-configuracion .form-control,
.form-configuracion .form-control:focus {
    background-image: none;
    border-bottom: 2px solid #d0d0d057;
}

.form-mis-datos .form-control,
.form-mis-datos .form-control:focus {
    font-weight: bold !important;
    color: #000D1D !important;
}

.template-cuenta-mis-datos .dropdown button:focus,
.template-cuenta-mis-datos .dropdown button:hover,
.template-register .dropdown button:focus,
.template-register .dropdown button:hover {
    background-color: transparent !important;
    outline: none;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.template-cuenta-mis-datos .dropdown button,
.template-register form .dropdown button {
    position: relative;
    text-align: left;
    border-bottom: 2px solid #d0d0d057;
    font-weight: bold !important;
    color: #000D1D !important;
}

.template-cuenta-mis-datos .dropdown button:after,
.template-register .dropdown button:after {
    position: absolute;
    right: 0px;
    top: 15px;
}

.template-register .dropdown button {
    color: white !important;
}

.cuenta-tabla-filtro {
    margin-top: 30px;
}

.cuenta-tabla-filtro thead {
    background-color: #F4F4F4;
}

.table.cuenta-tabla-filtro thead th {
    font-size: 12px;
    font-family: 'Montserrat', sans-serif !important;
}

.link-active {
    background-color: #3392E1 !important;
    color: white !important;
}

.form-mis-datos .bmd-form-group {
    padding-top: 0;
}

.home-section {
    margin: 0;
}

.form-mis-datos,
.form-configuracion {
    margin-top: 100px;
}

.form-mis-datos .chosen-single,
.form-mis-datos .chosen-results li {
    color: #000D1D !important;
    font-weight: bold;
}

.content-desactivar-cuenta {
    bottom: 0;
    display: block;
    text-align: left !important;
    padding-top: 10px;
    border-top: 2px solid #CCCCCC;
}

.link-desactivar {
    color: #000D1D;
}

.link-desactivar:hover {
    color: #000D1D;
    text-decoration: none;
}

.btn-carta-iterativa:hover {
    background-color: #3392E1 !important;
}

#pre-footer {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
}

#pre-footer label {
    margin: 0;
    padding: 0;
}

.privacidad-movil {
    display: none !important;
}

.footer-redes-movil {
    display: none !important;
}

.btn-menu-movil {
    display: none;
}

.btn-menu-movil:hover,
.btn-menu-movil:focus,
.nav-secundario button.dropdown-toggle:focus,
.nav-secundario button.dropdown-toggle:hover {
    background-color: transparent !important;
}

.nav-secundario button.dropdown-toggle {
    color: #3392E1;
    padding-left: .5rem;
    padding-right: .5rem;
}

.nav-secundario span.nav-link {
    padding: 0 !important;
}

.r-d-sm-block {
    display: none;
}

.r-d-md-none {
    display: block;
}

.r-d-lg-none {
    display: none;
}

.chosen-results li:first-child {
    display: none !important;
}

.template-cuenta-mis-datos .chosen-drop,
.form-register .chosen-drop {
    background-color: white !important;
}

.chosen-results li {
    color: white;
    font-family: 'Lato', sans-serif !important;
}

.form-register .chosen-results li {
    color: black;
}

.form-register .chosen-results li:hover,
.template-cuenta-mis-datos .chosen-drop:hover {
    font-weight: bold !important;
    color: black;
}

.img-producto {
    padding: 0;
}

.contenedor-circuito {
    margin-top: 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 100px 40px;
    background-color: #000D1D;
}

.botones-escritorio {
    width: 95%;
    bottom: -50px;

}

.botones-escritorio a,
.botones-escritorio button {
    background-color: #3392E1;
    padding-left: 30px;
    padding-right: 30px;
}

.botones-escritorio a:focus,
.botones-escritorio button:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.botones-escritorio a:hover,
.botones-escritorio button:hover {
    background-color: #2E9DF8;
}

.botones-escritorio svg {
    color: white;
    font-size: 30px;

}

#tabs-circuitoContent {
    position: relative;
}

#tabs-circuito .nav-link {
    text-align: center;
}

.titulo-slider {
    border-bottom: 3px solid #3392E1;
}

.template-circuito .carousel-control-next,
.template-circuito .carousel-control-prev {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    bottom: -30px;
}

.template-circuito .carousel-control-prev {
    left: -60px;
}

.template-circuito .carousel-control-next {
    right: -60px;
}

.titulo-slider a:hover {
    color: white;
    text-decoration: none;
}

.nav-pills a {
    color: white;
    font-weight: bold !important;
}

#r-scroll svg {
    color: white;
    font-size: 35px;
}

.r-sticky {
    min-height: 620px;
    position: fixed;
    right: 20px;
    top: 0;
}

.row-movil {
    margin-left: 15px;
    margin-right: 15px;
}

#r-scroll {
    background-color: #3392E1;
    padding: 10px 15px;
}

.nav-pills .nav-link {
    background-blend-mode: overlay;
}

.nav-pills .nav-link.active {
    background-color: #3392E1;
}

.template-circuito .w3-display-left,
.template-circuito .w3-display-right {
    bottom: -10%;
    font-size: 30px;
}

.template-circuito .w3-display-left svg,
.template-circuito .w3-display-right svg {
    font-size: 30px;
}

.template-circuito .w3-button:hover {
    color: white !important;
    background-color: #0000005c !important;
}

.botones-escritorio button {
    padding: 0;
}

.dropdown-menu.show {}

div.dropdown-select {
    max-height: 200px;
    overflow-y: auto;
}

.template-register .btn.dropdown-select {
    text-align: left;
    padding-left: 0;
}

.template-register .dropdown svg {
    right: 0px !important;
    top: 6px !important;
    font-size: 1.5rem;
    color: #002E65;
}

.template-register form .dropdown svg {
    color: #3392E1;
}

.template-register .dropdown svg input,
button.dropdown-select {
    font-size: 14px !important;
}

form button.dropdown-select {
    z-index: 1000;
}

.template-register .dropdown-toggle:after {
    display: none;
}

body[datepicker-display="on"] {
    overflow: visible;
}

/*.calendar-container{
	max-width: 86%;
	margin: auto;
}*/
.calendar-overlay {
    display: block;
    min-width: 320px;
}

.calendar-grid .calendar-labels span {
    background-color: rgb(0, 46, 101);
}

#sliderHome1 h1 {
    margin-bottom: 20px;
}

.calendar-prev {
    font-size: 15px;
    position: relative;
    left: 40px;
}

.calendar-next {
    font-size: 15px;
    position: relative;
    right: 40px;
}

.calendar-container {
    padding: 15px 0 0;
}

.calendar-labels {
    margin-bottom: 15px;
}

.calendar-grid .calendar-date-holder {
    height: 195px;
}

@-webkit-keyframes autofill {
    to {
        color: white;
        background: transparent;
    }
}

input:-webkit-autofill {
    -webkit-animation-name: autofill;
    -webkit-animation-fill-mode: both;
}

.template-circuito .galeria-circuito .swiper-slide.swiper-slide-next .item,
.template-circuito .galeria-circuito .swiper-slide.swiper-slide-prev .item {
    display: none;
}

.template-circuito .gallery-thumbs>div {
    max-height: 60px !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.template-circuito .gallery-thumbs .swiper-wrapper>div.swiper-slide,
.template-circuito .modal>div.swiper-slide {
    max-height: 60px;
    min-height: 60px;
    opacity: 1;
}

.template-circuito .modal-content .swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.template-circuito .modal-content .swiper-slide a {
    text-align: center;
    color: white !important;
    width: 100%;
    padding: 20px;
    font-size: .875rem;
    background-repeat: no-repeat;
    background-size: cover;
}

.template-circuito .swiper-wrapper .swiper-slide-visible a,
.template-circuito .modal>div.swiper-slide {
    text-align: center;
    color: white !important;
    width: 100%;
    padding: 20px;
    font-size: .875rem;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    cursor: pointer;
}

.template-circuito .r-icon-circuito {
    background-image: none !important;
    background-color: #00539B;
    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;
    color: white;
    font-size: 20px;
    position: relative;
    width: 90px;
}

.swiper-button-prev svg {
    position: relative;
    right: 20px;
}

.swiper-button-next svg {
    position: relative;
    left: 20px;
}

.template-circuito .r-icon-circuito.swiper-button-prev {
    left: -40px;
}

.template-circuito .r-icon-circuito.swiper-button-next {
    left: -40px;
}

.template-circuito .r-icon-circuito-aside {
    background-image: none !important;
    background-color: #00539B;
    padding-left: 50px;
    padding-right: 50px;
    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;
    color: white;
    font-size: 20px;
    height: 60px;
    width: 100%;
    left: 0;
}

.template-circuito .r-icon-circuito-aside svg {
    left: 0;
}

.template-circuito .swiper-slide-thumb-active a {
    background-color: #00539B;
    background-blend-mode: overlay;
}

.template-circuito .tabs-circuito {
    min-height: 600px;
    max-height: 600px;
}

body.template-circuito {
    position: relative;
    height: 100%;
}

body.template-circuito {
    background: #000;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #000;
    margin: 0;
    padding: 0;
}

.template-circuito .swiper-container {
    width: 100%;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
}

.template-circuito .swiper-slide {
    background-size: cover;
    background-position: center;
}

.template-circuito .gallery-top {
    height: 80%;
    width: 100%;
}

.template-circuito .gallery-thumbs {
    height: 20%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 0;
}

.template-circuito .gallery-thumbs .swiper-slide {
    height: 100%;
    opacity: 0.4;
}

.template-circuito .gallery-thumbs .swiper-slide-thumb-active {
    opacity: 1;
}

.template-circuito .contenedor-aside-swiper {
    min-height: 660px;
    max-height: 660px;
}

.galeria-circuito {
    z-index: 0;
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
    opacity: 1;
}

.contenedor-formato-vista span {
    font-size: 12px;
}

.contenedor-formato-vista button {
    color: #002e6587;
}

.contenedor-formato-vista button.r-th-active {
    color: #002E65;
}

/*modificaciones posteriores*/
.tab-pane {
    max-width: 100%;
}

.tab-pane>.row {
    padding: 0;
    margin: 0;
}

.tab-pane .scale-hover {
    margin-right: 0 !important
}

.th-list {
    display: none;
}

.tab-pane .scale-hover {
    margin-left: 0 !important;
}

.price,
.precio-producto-movil {
    font-family: 'Montserrat', sans-serif !important;
}

.flash {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
}

.slider-home {
    height: 84vh !important;
    position: relative;
    z-index: 0;
}

.mySlides {
    background-blend-mode: overlay;
    background-position: center;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    overflow: hidden;
}

.slider-home>div.mySlides {
    height: 100%;
    background-position: bottom;
    background-color: #0000002b;
    background-blend-mode: overlay;
}

.slider-home h6 {
    margin-top: 20px;
}

.slider-home .w3-button {
    top: 0;
    bottom: 0;
    background-color: transparent;
    border: none;
    cursor: pointer;
    z-index: 10;
    font-size: 20px;
    width: 25%;
}

.slider-home .w3-display-right {
    right: 0;
    text-align: left;
}

.template-tour-virtual .nav-secundario {
    display: none;
}

.slider-home .w3-display-left {
    left: 0%;
    text-align: right;
}

.carousel-caption {
    position: absolute;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    left: 25%;
    right: 0;
    width: 50%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.anterior {
    position: absolute;
    display: block;
    margin: 0 0 0 0;
    padding: 0;
    width: 50px;
    height: 50px;
    z-index: 100;
    top: 38vh;
    color: white;
    background-color: transparent;
    cursor: pointer;
    border: none;
    bottom: 0;
}

.siguiente {
    position: absolute;
    display: block;
    margin: 0;
    padding: 0;
    width: 50px;
    height: 50px;
    z-index: 100;
    top: 38vh;
    right: 0;
    color: white;
    background-color: transparent;
    bottom: 0;
    border: none;
    cursor: pointer;
}

.anterior_short {
    position: absolute;
    display: block;
    margin: 0 0 0 0;
    padding: 0;
    width: 50px;
    height: 50px;
    z-index: 100;
    top: 19vh;
    color: white;
    background-color: transparent;
    cursor: pointer;
    border: none;
    bottom: 0;
}

.siguiente_short {
    position: absolute;
    display: block;
    margin: 0;
    padding: 0;
    width: 50px;
    height: 50px;
    z-index: 100;
    top: 19vh;
    right: 0;
    color: white;
    background-color: transparent;
    bottom: 0;
    border: none;
    cursor: pointer;
}

.template-compra-o-regala .btn-azul-clarito {
    padding: 10px 30px
}

.slider-home .owl-slide-animated {
    -webkit-transform: translateX(60px);
    transform: translateX(60px);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.05s;
    transition: all 0.05s;
}

.slider-home .swiper-wrapper>div {
    background-size: cover;
    background-repeat: no-repeat;
}

.slider-home .rtr .owl-slide-animated {
    -webkit-transform: translateX(-60px);
    transform: translateX(-60px);
}

.slider-home .owl-slide-animated.left {
    -webkit-transform: translateX(-120px) !important;
    transform: translateX(-120px) !important;
    -webkit-transition: all 0.05s;
    transition: all 0.05s;
}

.slider-home .rtr .owl-slide-animated.left {
    -webkit-transform: translateX(120px) !important;
    transform: translateX(120px) !important;
    -webkit-transition: all 0.05s;
    transition: all 0.05s;
}

.slider-home .owl-slide-animated.is-transitioned {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.slider-home .owl-slide-title.is-transitioned {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.slider-home .owl-slide-subtitle.is-transitioned {
    -webkit-transition-delay: 0.35s;
    transition-delay: 0.35s;
}

.slider-home .owl-slide-cta.is-transitioned {
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
}

.slider-3 {
    display: none !important;
}


@media (max-width: 1500px) {
    .testimonios_text {
        float: none;
        padding: 10px 30px;
        width: auto;
        height: auto;
        text-align: center;
    }

    .testimonios_img {
        float: none;
        width: 100%;
        height: 140px;
    }

    .testimonios_img img {
        margin: auto;
        display: block;
        width: 120px;
        height: 120px;

    }
}


@media (min-width: 1310px) {
    .navbar .navbar-brand {
        margin-right: 3% !important;
        position: static;
        left: auto;
        top: auto;
        -webkit-transform: none;
        transform: none;
    }

    nav.navbar {
        padding: .7rem 2rem;
    }
}

@media (max-width: 1309px) {


    .carousel-caption {
        width: 85%;
        left: 0;
        margin: 10px auto 0 !important;
    }

    nav.navbar {
        height: 78px;
    }

    #nav-movil .icon {
        color: white;
        background-color: #002E65;
    }

    #nav-movil .modal-header .close {
        margin-left: 0;
    }

    #nav-movil .modal-footer> :not(:first-child) {
        margin-top: 50px;
    }

    #nav-movil .nav-sec-tel {
        color: #002E65;
        margin-bottom: 25px;
        font-weight: bold;
        font-size: 18px;
    }

    .li-aviso-legal {
        padding-bottom: 15px;
        border-bottom: 2px solid rgba(255, 255, 255, 0.5);
        margin-left: -15px;
        margin-right: -15px;
    }

    .li-aviso-legal a {
        margin-left: 15px;
        margin-right: 15px;
    }

    .li-blog-movil {
        padding: 15px 0;
        border-top: 2px solid rgba(255, 255, 255, 0.5);
        border-bottom: 2px solid rgba(255, 255, 255, 0.5);
        margin-left: -15px;
        margin-right: -15px;
        margin-top: 20px;
        margin-bottom: 20px !important;
    }

    #nav-movil .modal-footer {
        display: block;
        padding: 60px 30px 20px 30px;
    }

    /*	#nav-movil .modal-body{
            text-align: center;
        }*/
    #nav-movil .modal-header a {
        color: #002E65;
        padding: 15px 20px;
        font-size: 10px;
    }

    #nav-movil .modal-content .modal-header {
        padding: 1rem 1em;
    }

    #nav-movil .modal-content .modal-body ul a.fondo-rojo-claro {
        padding: 10px;
        color: white;
    }

    #nav-movil .modal-content .modal-body,
    #nav-movil .modal-content .modal-footer {
        background-color: #3392E1;
    }

    #nav-movil .modal-dialog,
    #modal-filtrar .modal-dialog {
        margin: 0;
    }

    .navbar .collapse.navbar-collapse {
        display: none !important;
    }

    .navbar.navbar-expand-lg.navbar-light {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .btn.btn-menu-movil {
        display: block;
        height: 100%;
        width: 60px;
    }

    .btn.btn-menu-movil svg {
        width: 100%;
        height: auto;
    }

    .scale-hover {
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding-right: 15px !important;
        padding-left: 15px !important;
        max-width: 100% !important;
    }

    .scale-hover div:first-child {
        max-width: 100% !important;
    }

}

@media (min-width: 1200px) {
    .r-img-fluid {
        max-width: 100%;
    }

    .home-section-3 img {
        width: 100%;
    }

    .img-gym-header {
        width: 100%;
    }
}

@media (min-width: 992px) {

    /*	.scale-hover:hover > div:first-child{
            transform: scale(1.1);
        }*/
    .nav-secundario .dropdown-menu {
        z-index: 1000;
    }

    #sliderHome1 {
        height: 78vh;
    }

    #sliderHome1 .carousel-inner {
        max-height: 100%;
    }


    .navbar-expand-lg .nav-principal .nav-link {
        padding-right: 1rem;
        padding-left: 1rem;
    }
}

@media (max-width: 991px) {

    h1 {
        font-size: 2.4rem;
    }

    h4 {
        font-size: 1.1rem;
    }

    .only_m {
        display: block;
    }

    .only_pc {
        display: none;
    }

    .blog_title_style {
        margin: 30px 0 20px;
    }

    .slider-home {
        height: 200px !important;
        position: relative;
        z-index: 0;
        overflow: hidden;
    }

    .especial_h {
        height: 100px !important;
    }

    .pad_propiedad {
        padding: 0 10px;
    }

    .home-section {
        display: block;
        min-height: 486px;
    }

    .flecha-home {
        margin-bottom: 0;
    }

    .home-section .text-center {
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translate(-50%, -50%);
        z-index: 10;
        left: 50%;
        width: 90%;
    }

    .home-section img {
        min-height: 100%;
    }

    .template-horario .content-imagen-gym-2 {
        max-width: 100%;
        margin: auto;
    }

    .template-compra-o-regala .btn-azul-clarito {
        max-width: 200px;
        margin-left: 0;
    }

    .hero-border-mobile {
        background-size: cover;
    }

    .col-sm-9.col-md-9.col-lg-10.color-parrafos br {
        display: none
    }

    .r-container,
    .contenedor-titulo-gym {
        max-width: 90% !important;
        margin: auto;
    }

    .contenedor-titulo-gym {
        padding-left: 0 !important;
    }

    .contenedor-formato-vista {
        display: none !important;
        ;
    }

    .template-circuito .contenedor-carrusel-circuito {
        background-color: #002E65;
    }

    .template-circuito .contenedor-corrusel-descripcion {
        margin-top: 15px;
    }

    .tabs-circuito .swiper-slide {
        display: none;
    }

    .tabs-circuito .swiper-slide.swiper-slide-visible {
        display: block;
    }

    .btn-modal-circuito {
        color: white;
        font-size: 20px;
        opacity: 1;
        left: 10px;
        z-index: 100;
    }

    .template-circuito .swiper-wrapper .swiper-slide-visible a {
        width: 500px;
        margin: auto;
        max-width: 90%;
    }

    .r-modal {
        position: fixed;
        z-index: -1000;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background-color: #0000005e;
        opacity: 0;
    }

    .anterior {
        position: absolute;
        display: block;
        margin: 0 0 0 0;
        padding: 0;
        width: auto;
        height: auto;
        z-index: 100;
        top: 0;
        color: white;
        background-color: transparent;
        cursor: pointer;
        border: none;
        bottom: 0;
    }

    .siguiente {
        position: absolute;
        display: block;
        margin: 0;
        padding: 0;
        width: auto;
        height: auto;
        z-index: 100;
        top: 0;
        right: 0;
        color: white;
        background-color: transparent;
        bottom: 0;
        border: none;
        cursor: pointer;
    }

    .anterior_short {
        position: absolute;
        display: block;
        margin: 0 0 0 0;
        padding: 0;
        width: auto;
        height: auto;
        z-index: 100;
        top: 0;
        color: white;
        background-color: transparent;
        cursor: pointer;
        border: none;
        bottom: 0;
    }

    .siguiente_short {
        position: absolute;
        display: block;
        margin: 0;
        padding: 0;
        width: auto;
        height: auto;
        z-index: 100;
        top: 0;
        right: 0;
        color: white;
        background-color: transparent;
        bottom: 0;
        border: none;
        cursor: pointer;
    }

    .s_v {
        width: 30px !important;
        height: 30px !important;
    }

    .template-circuito .contenedor-aside-swiper {
        min-width: 100% !important;
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: -1000;
        opacity: 1;
        -webkit-transition: opacity .15s linear;
        transition: opacity .15s linear;
        width: 700px;
        margin-left: auto;
        margin-right: auto;
        padding-left: 0;
        padding-right: 0;
        opacity: 0;
    }

    .slider-home .swiper-wrapper>div {
        background-size: 100% auto;
        background-repeat: no-repeat;
    }

    #modalCircuitoSidebar .modal-dialog {
        margin: auto;
    }

    .tabs-circuito {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%;
        pointer-events: auto;
        background-color: #fff;
        background-clip: padding-box;
        border: 1px solid rgba(0, 0, 0, .2);
        border-radius: .3rem;
        outline: 0;
        max-width: 500px;
    }

    /*	.template-circuito .contenedor-aside-swiper,
        .template-circuito .tabs-circuito {
            z-index: -1000;
            opacity: 0;
        }*/
    .gallery-thumbs.tabs-circuito {
        border: none;
        background-color: #000D1D;
        min-height: 100vh;
        overflow-y: auto;
        min-width: 100%;
    }

    .template-circuito .gallery-thumbs>div {
        padding-top: 40px;
    }

    #modalCircuitoSidebar .modal-dialog li {
        height: 60px;
        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;
        color: white;
        font-weight: bold;
        background-size: cover;
        background-repeat: no-repeat;
        cursor: pointer;
    }

    #modalCircuitoSidebar .modal-dialog li:focus {
        font-weight: bold;
    }

    .template-circuito .r-icon-circuito-aside {
        display: none;
    }

    .tabs-circuito {
        max-height: 0px;
        min-height: 0px;
        padding: 0;
    }

    .mobile .r-icon-circuito {
        width: 30%;
    }

    .template-circuito .mobile {
        padding: 0;
        margin: 40px auto 30px;
        max-width: 95%;
    }

    .template-circuito .mobile .swiper-button-prev,
    .swiper-button-next {
        margin-top: 0 !important;
    }

    .template-circuito .mobile button {
        background-color: #00539B;
        color: white;
        width: 20%;
        height: 44px;
    }

    .template-circuito .r-icon-circuito {
        position: static !important;
    }

    .template-circuito .modal.show .modal-dialog {
        margin: 0;
    }

    .contenedor-circuito {
        background-color: #002E65;
    }

    .botones-escritorio svg {
        font-size: 20px;
    }

    .botones-escritorio {
        width: 400px;
        margin: auto;
        max-width: 100%;
    }

    .botones-escritorio a {
        width: 39%;
    }

    .botones-escritorio button {
        width: 20%;
    }

    .info-tab-circuito h2 {
        margin-top: 20px;
        text-align: center;
    }

    .template-res-circuito .seccion-imagen-tour {
        margin-top: 40px;
    }

    .template-circuito .modal-content {
        background-color: white;
    }

    #nav-movil .modal-body {
        text-align: center;
    }

    .template-circuito #pre-footer {
        margin-top: 20px;

    }

    .r-img-fluid {
        -o-object-fit: cover;
        object-fit: cover;
    }

    .mySlides h2 {
        margin-bottom: 30px;
    }

    .mySlides img {
        height: 490px;
    }

    .botones-slider-movil {
        width: 500px;
        max-width: 100%;
        position: absolute;
        top: 510px;
        left: 0;
        right: 0;
    }

    .botones-slider-movil .w3-display-left,
    .botones-slider-movil .w3-display-right {
        -webkit-transform: translate(0%, 0%);
        transform: translate(0%, 0%);
    }

    .botones-slider-movil a {
        background-color: #002E65;
        color: white;
    }

    .botones-slider-movil a:focus {
        background-color: #000D1D;
    }

    .template-circuito .w3-display-left,
    .template-circuito .w3-display-right {
        position: static;
        padding: 0;
        -webkit-transform: translate(0%, 0%);
        transform: translate(0%, 0%);
    }

    .template-circuito .w3-display-left svg,
    .template-circuito .w3-display-right svg {
        -webkit-transform: translate(0%, 0%);
        transform: translate(0%, 0%);

    }

    .contenedor-circuito {
        padding: 40px;
    }

    #modal-filtrar .modal-header .close {
        margin-left: 0;
    }

    .template-compra-o-regala .row.justify-content-between.mt-5.container-fluid {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .contenedor-productos-relacionados .row.mt-4 {
        margin-bottom: 1.5rem;
    }

    .row.producto .col-md-1 {
        display: none;
    }

    .row.producto div:nth-child(3) {
        margin-bottom: 40px;
    }

    .row.producto .btn-azul-clarito {
        display: block !important;
    }

    .row.producto {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        margin-top: 0 !important;
    }

    .margen-titulo-reglamento {
        margin-top: 0px;
        text-align: left !important;
    }

    .template-reglamento .container-fluid.mt-5 {
        margin-top: 1rem !important;
    }

    .form-configuracion ::-webkit-input-placeholder {
        /* Chrome, Firefox, Opera, Safari 10.1+ */
        text-align: center;
    }

    .form-configuracion ::-moz-placeholder {
        /* Chrome, Firefox, Opera, Safari 10.1+ */
        text-align: center;
    }

    .form-configuracion :-ms-input-placeholder {
        /* Chrome, Firefox, Opera, Safari 10.1+ */
        text-align: center;
    }

    .form-configuracion ::-ms-input-placeholder {
        /* Chrome, Firefox, Opera, Safari 10.1+ */
        text-align: center;
    }

    .form-configuracion ::placeholder {
        /* Chrome, Firefox, Opera, Safari 10.1+ */
        text-align: center;
    }

    .form-configuracion :-ms-input-placeholder {
        /* Internet Explorer 10-11 */
        text-align: center;
    }

    .form-configuracion ::-ms-input-placeholder {
        /* Microsoft Edge */
        text-align: center;
    }

    .form-mis-datos,
    .form-configuracion {
        padding-top: 0;
        margin-top: 0;
    }

    .form-configuracion .btn-azul-clarito {
        margin-top: 20px !important;
    }

    .col-sm-12.col-md-7.mt-5.position-relative {
        min-height: auto !important;
    }

    .form-configuracion h4 {
        text-align: center !important;
    }

    .form-configuracion .mb-5 p {
        margin-bottom: 30px !important;
    }

    .form-mis-datos button {
        position: static !important;
    }

    .form-mis-datos .d-block.text-right {
        text-align: left !important;
    }

    .form-cuenta-filtrar {
        margin: 0 !important;
        padding: 0 !important;
    }

    .template-cuenta-mis-compras-y-reservas #tabs {
        border-top: 3px solid #3392E1;
        margin-top: 30px;
    }

    .cuenta-tabla-filtro {
        margin-top: 40px;
    }

    aside.cuenta {
        height: auto !important;
    }

    .items-register {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 40px;
        ;
        margin: auto;
    }

    .items-register li {
        width: 10px;
        height: 10px;
        background-color: white;
        border-radius: 100px;
        opacity: .5;
    }

    .items-register li.active {
        opacity: 1
    }

    .contendor-form-registro {
        margin-left: 0;
        margin-right: 0;
    }

    .form-register button,
    .form-register span.btn-blanco {
        width: 500px;
        padding: 20px;
        max-width: 100%;
    }

    .segundo {
        display: none;
    }

    .segundo .row,
    .primero .row {
        margin-left: 0;
        margin-right: 0;
    }

    .fecha-articulo:after {
        display: none;
    }

    img {
        -o-object-fit: cover;
        object-fit: cover;
    }

    .contenedor-imagen-blog-simple {
        margin-bottom: 10px !important;
    }

    .contenedor-ventajas-no-tener-cuenta {
        max-width: 90%;
        margin: auto;
        padding-bottom: 120px;
        padding-top: 20px;
    }

    .titulo-blog-single {
        font-size: 1.8em;
        margin-bottom: 30px;
    }

    .template-blog .card {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-flow: row-reverse;
        flex-flow: row-reverse;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .template-blog .d-flex.justify-content-between.align-items-center.mt-4 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: start !important;
    }

    .template-blog .d-flex.justify-content-between.align-items-center.mt-4 span {
        margin-bottom: 10px !important;
    }

    .template-blog .card img {
        width: 30%;
        max-height: 170px;
    }

    .template-blog .card .card-body {
        max-width: 60%;
    }

    .contenedor-descripcion-blog {
        min-height: 150px;
        margin: 0;
        padding: 0;
        width: 100%;
    }

    .padd_blog {
        padding: 0;
    }

    .template-reservas #pre-footer {
        margin-top: 0px;
    }

    .contenedor-info-reservas {
        max-width: 100%;
    }

    .contenedor-form-reserva {
        padding-left: 30px;
        padding-right: 30px;
    }

    .contenedor-form-reserva .col-sm-12.text-center.mt-5 {
        margin-top: 10px !important;
    }

    form {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .seccion-imagen-tour {
        text-align: center;
    }

    .template-reservas h1 {
        margin-top: 30px !important;
        padding-bottom: 70px !important;
        font-size: 26px;
    }

    .template-galeria iframe {
        height: 90vh;
    }

    .template-horario .padding-text-gimnasio {
        padding-top: 0;
        padding-bottom: 0;
    }

    .template-horario #pre-footer {
        margin-top: 50px;
    }

    .template-horario .content-imagen-section-tarjeta-header {
        max-width: 95%;
        margin: auto;
    }

    .template-horario .col-md-1 {
        display: none;
    }

    .tamano-letra-horario {
        font-size: 15px;
    }

    .r-d-md-block {
        display: block;
    }

    .r-d-md-flex {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .r-d-md-none {
        display: none !important;
    }

    .tel-footer {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .md-elevation-4dp {
        border-bottom: none;
    }

    .col-sm-9.col-md-8.col-lg-9.color-parrafos br {
        display: none;
    }

    .tab-pane>div:first-child. .tab-pane .scale-hover:nth-child(2) {
        margin-top: 10px !important;
    }

    .hero {
        margin-bottom: 10px;
    }

    .hero-border-mobile {
        border-bottom: 3px solid #3392E1;
    }

    #nav-movil .modal-header a svg {
        font-size: 12px;
    }

    #nav-movil .close {
        opacity: 1;
        color: #002E65;
    }

    #nav-movil .modal-header a:hover {
        background-color: rgba(255, 0, 0, .3);
    }

    #nav-movil .modal-header a svg {
        color: #3392E1;
    }

    #nav-movil .modal-footer> :not(:first-child) {
        margin-top: 50px;
    }

    #nav-movil .modal-content .modal-footer {}


    .li-blog-movil a {
        margin-left: 15px;
        margin-right: 15px;
    }

    #nav-movil a:hover {
        text-decoration: none;
    }

    #nav-movil .modal-content .modal-body ul a.fondo-rojo-claro:hover {
        color: #000D1D;
    }

    /*	#nav-movil .modal-content{
            text-align: center;
        }*/
    .btn-menu-movil {
        display: block;
    }

    #nav-movil .modal-header .close {
        margin-left: 0;
        width: 22px;
        font-size: 2.1em;

    }


    .menu-footer {
        display: none !important;
    }

    .privacidad-escritorio {
        display: none !important;
    }

    .privacidad-movil {
        display: block !important;
        text-align: center !important;
        margin-top: 35px;
        margin-bottom: 35px;
    }

    #pre-footer button {
        margin: auto !important;
    }

    .container-fluid {
        max-width: 100% !important;
    }

    #sliderHome1 .carousel-item {
        min-height: 90vh;
    }

    #sliderHome1 .carousel-item img {
        max-height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }

    #sliderHome1 .carousel-caption h6 {
        margin-top: 50px;
    }

    .content-imagen-section-tarjeta-header {
        border-radius: 0;
        margin-top: 30px;
        background-position: center;
    }

    .titulo-club:after {
        width: 178px;
    }

    .contenedor-titulo-gym {
        padding-right: 0px;
    }
}

@media (max-width: 1024px) {
    .solo-movil-lista {
        display: block !important;
        overflow: hidden;
        width: 100%;
    }

    .solo-pc-lista {
        display: none !important;
    }
}


@media (max-width: 768px) {

    .solo-movil-lista {
        display: block !important;
    }

    .solo-pc-lista {
        display: none !important;
    }

    .template-promociones .img-producto {
        min-height: 200px;
        max-height: 200px;
    }

    .slider-home .w3-button {
        width: 8%;
    }

    .info_gym {
        height: 70px;
    }

    .info_gym a {
        margin: 25px 7% 0 0;
        font-size: 0.8em;
    }


    .img_top_logo {
        display: block;
        margin: 0;
        padding: 0;
        top: 10%;
        right: 30px;
        width: auto;
        height: 80%;
        position: absolute;
    }

    .carousel-caption {
        max-width: 85%;
        margin: auto;

    }

    .carousel-caption h1 {
        margin-bottom: 20px;
        font-size: 30px;
    }

    .carousel-caption h1 br {
        display: none;
    }

    .template-circuito .contenedor-corrusel-descripcion h1 {
        text-align: center;
        border-bottom: none;
        position: relative;
    }

    .precio-producto-movil {
        max-width: 70px;
        min-width: 70px;
    }

    .template-circuito .contenedor-corrusel-descripcion h1:after {
        position: absolute;
        left: 0;
        right: 0;
        content: '';
        text-align: center;
        margin: auto;
        margin-bottom: 20px;
        width: 300px;
        max-width: 90%;
        bottom: -10px;
        border-bottom: 3px solid #3392E1;
    }

    .mobile .r-icon-circuito {
        width: 37%;
    }

    .template-circuito .mobile button {
        width: 25%;
    }

    .template- .d-flex {
        background-position: center;
    }

    .template-blog .d-flex.justify-content-between.align-items-center.mt-4 span {
        position: absolute !important;
        right: -130px;
        bottom: 5px;
    }

    .mySlides h2 {
        text-align: center;
        margin-bottom: 30px;
        border-bottom: none;
        position: relative;
    }

    .mySlides h2:after {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        margin: auto;
        width: 200px;
        max-width: 90%;
        bottom: -10px;
        border-bottom: 3px solid #3392E1;
    }

    .img-producto {
        max-height: 100px;
        min-height: 100px;
    }

    .fecha-articulo:after {
        display: block;
    }

    .contenedor-llamada-reserva {
        margin-left: -15px;
        margin-right: -15px;
    }

    .content-imagen-gym-2 h3 {
        margin-bottom: 70px;
    }

    .seccion-imagen-tour {
        margin-left: -15px;
        margin-right: -15px;
    }

    .content-imagen-gym-2 li {
        margin-bottom: 15px !important;
    }

    .r-d-sm-none {
        display: none;
    }

    .r-d-sm-block {
        display: block;
    }

    .footer-redes-movil {
        display: block !important;
    }

    .carousel-item h1 {
        font-size: 1.5rem;
    }

    .footer-redes-movil .icon {
        color: white;
        background-color: #002E65;
    }

    .footer-redes-escritorio {
        display: none !important;
    }

    #pre-footer h2 {
        font-size: 26px;
    }

    #pre-footer label {
        max-width: 400px;
        margin: auto;
    }

    .template- .scale-hover {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .home-section {
        margin-left: -15px;
        margin-right: -15px;
    }

    .info-footer>div {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
        margin-bottom: 20px;
    }

    .info-footer address {
        margin-bottom: 0;
        text-align: center;
    }

    .info-footer address br {
        display: none;
    }
}

@media (max-width: 600px) {

    .form-register button,
    .form-register span.btn-blanco {
        max-width: 90%;
    }

    #nav-movil .btn-azul {
        display: block;
        text-align: center;
        max-width: 300px;
        margin: auto;
    }

    .template-circuito .tab-content.col-lg-8 {
        padding-right: 0;
        padding-left: 0;
    }

    .template-circuito .seccion-imagen-tour .btn-blanco-gym {
        position: relative;
        top: -20px;
    }

    .modal-link-vacio {
        display: none;
    }

    .botones-slider-movil {
        top: 300px;
    }

    .contenedor-titulo-testimonios {
        margin-top: 120px;
    }

    .contenedor-titulo-testimonios h1 {
        bottom: 58px !important;
    }

    .mySlides img {
        max-height: 273px;
    }

    .caja_aux {
        width: 90%;
    }

    .estilo_botones_home {
        height: 60px;
        padding: 15px 0 0 0;
        font-size: 1.3em;
    }

    .cuidate {
        margin: 20px 0 40px;
    }

    .redondeado img {
        height: 100%;
    }

    .color-gold {
        font-size: 1.5em;
    }

    .size_especial {
        font-size: 1.5em;
    }

    .contenedor-testimonios {
        margin-top: 30px;
        width: 100%;
        height: auto;
        overflow: hidden;
    }

    .testimonios_img {
        float: none;
        width: 100%;
        height: 140px;
    }

    .testimonios_img img {
        margin: auto;
        display: block;
        width: 120px;
        height: 120px;
    }

    .name_comentario {
        text-align: center;
    }

    .testimonios_text {
        float: none;
        padding: 10px 30px;
        width: auto;
        height: auto;
        text-align: center;
    }

    .cont_new_footer {
        margin: 40px auto 70px;
        width: 100%;
    }

    .cont_new_footer p {
        margin: 0 0 8px 0;
        padding: 0;
        color: white;
        text-transform: uppercase;
        font-size: 0.8em;
        overflow: hidden;
        text-align: center;
    }

    .email_input {
        color: #3f9ce9;
        width: 100%;
    }

    .lista_footer li {
        text-align: center;
    }

    .copy_right {
        font-size: 0.9em;
        text-align: center;
    }

    .rss_footer {
        float: none;
        margin: 20px auto;
        padding: 0 0 0 0;
        height: auto;
    }

    .catalogo {
        display: block;
        margin: 20px 0 120px 0;
    }

}

@media (max-width: 500px) {
    .contenedor-corrusel-descripcion p:first-child {
        margin-top: 30px;
    }

    .template-circuito .contenedor-corrusel-descripcion h1:after {
        width: 180px;
        bottom: -30px;
    }

    #sliderHome1 .carousel-caption {
        top: 30%;
    }

    .template-register .dropdown svg {
        right: 12px !important;
    }

    .form-register button,
    .form-register span.btn-blanco {
        padding: 10px;
    }

    .r-img-escritorio {
        -webkit-transform: translateX(110px);
        transform: translateX(110px);
    }

    .contenedor-breadcrumb {
        margin-left: 50px !important;
    }

    .contenedor-llamada-reserva h5 br {
        display: none;
    }

}

@media (max-width: 450px) {
    .scale-hover h5.price.font-weight-bold {
        font-size: 16px;
    }

    .botones-escritorio {
        max-width: 90%;
        margin: auto;
    }

    .descripcion-producto {
        max-width: 300px;
    }

    .template-reservas .btn-blanco {
        width: 100%;
        padding-bottom: 20px;
        padding-top: 20px;
    }

    #nav-movil .modal-header a {
        padding: 10px;
    }

    .template-blog .d-flex.justify-content-between.align-items-center.mt-4 {
        position: relative;
    }

    .form-login {
        width: 360px;
        max-width: 90%;
    }

    .calendar-overlay {
        left: 35px;
        top: 4px;
    }
}

@media (max-width: 415px) {
    .r-img-movil {
        display: block;
    }

    .r-img-escritorio {
        display: none;
    }

    .home-section-2 {
        overflow-y: hidden;
    }

}

@media (max-width: 410px) {
    .calendar-overlay {
        left: -19px;
        top: 0px;
    }
}

@media (max-width: 400px) {
    .col-sm-9.col-md-9.col-lg-10.color-parrafos {
        max-width: 260px;
    }

    .template-blog .d-flex.justify-content-between.align-items-center.mt-4 span {
        position: static !important;
        right: -130px;
        bottom: 5px;
    }
}

@media (min-width: 1400px) {


    .img-cuidate-con-nosotros {
        width: 100%;
    }

    .bk-scale img {
        width: 100%;
    }

    .template-compra-o-regala a {
        max-width: 200px;
    }
}

@media (max-width: 375px) {

    form {
        padding: 20px 0 0 0;
    }

    .tamano-letra-horario p {

        font-size: 13px !important;
    }


    .mySlides img {
        max-height: 100px !important;
    }

    .solo-movil-carrito {
        display: block !important;
    }

    .carrito-general {
        display: none !important;
    }


    .solo-movil-lista {
        display: block !important;
    }

    .solo-pc-lista {
        display: none !important;
    }

}

@media (max-width: 515px) {
    .solo-movil-carrito {
        display: block !important;
    }

    .carrito-general {
        display: none !important;
    }
}



@media (max-width: 414px) {

    form {
        padding: 20px 0 0 0;
    }

    .border-producto {
        bottom: 15px;
    }

    .solo-movil-lista {
        display: block !important;
    }

    .solo-pc-lista {
        display: none !important;
    }

}



@media (max-width: 320px) {

    .tamano-letra-horario p {

        font-size: 8pt !important;
    }

}

.solo-movil-lista {
    display: none;
}

.blue-nav-tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
    background: #3392E1;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    font-size: .7rem;
    padding: 0;
    margin-bottom: 20px;
}

.blue-nav-tabs .nav-item {
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 10px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: .7rem;
    padding: 3px 6px;
    transition: all .4s ease-out !important;
    flex-grow: 1;
    text-align: center !important;
}

.blue-nav-tabs a {
    padding: 10px 10px 10px 10px;
    color: white;
    text-transform: uppercase;
}

.blue-nav-tabs a:hover {
    color: darkgrey !important;
}

.blue-nav-tabs a.active {
    background: white !important;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    color: #3392E1 !important;
}


.enlaces-footer {
    margin: 20px 0 0 10%;
    padding: 0;
    width: 80%;
    height: auto;
    overflow: hidden;
    text-align: center;
}


.caja-enlaces-footer {

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    font-size: .7rem;
    padding: 0;
}

.caja-enlaces-footer-btn {

    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: .7rem;
    padding: 3px 6px;
    transition: all .4s ease-out !important;
    flex-grow: 1;
    text-align: center !important;
}

.caja-enlaces-footer-btn a {
    text-transform: uppercase;
}

.caja-enlaces-footer-btn a:hover {
    color: darkgrey !important;
}

.caja-enlaces-footer-btn-white {
    -webkit-border-radius: 29px;
    -moz-border-radius: 29px;
    border-radius: 29px;
    color: #002E65 !important;
}

.img-miniatura-carrito {
    background: #0d3625 !important;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    width: 40px !important;
    height: 40px !important;
    position: center;
}

.solo-movil-carrito {
    display: none;

}



.carrito-general {
    display: block;
}






.solo-pc-lista {
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto;
}



.vista-caja-general-pc {
    margin: 10px 0 10px 0;
    padding: 0;
    width: 100%;
    height: 150px;
}

.vista-caja-general-pc-left {
    float: left;
    margin: 0;
    padding: 0;
    width: 20%;
    height: 150px;
    overflow: hidden;
    position: center;
}


.vista-caja-general-pc-center {
    float: left;
    margin: 0;
    padding: 5px 0 0 15px;
    width: auto;
    height: auto;
    max-width: 60%;
    font-size: 16px;
}

.vista-caja-general-pc-right {
    float: right;
    margin: 30px 10px 0 0;
    padding: 0;
    width: 200px;
    height: auto;
}

.vista-caja-general-pc-right-up {
    margin: 0;
    padding: 0;
    width: 200px;
    height: auto;
    font-size: 16px;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
}

.vista-caja-general-pc-right-down {
    margin: 0;
    padding: 0;
    width: 200px;
    height: auto;
}

.carrito-movil-descripcion {
    font-size: 14px;
    text-transform: uppercase;
}

.cm-texto {
    text-transform: uppercase;
    padding: 0 0 2px 0;
}

.cm-descripcion {
    color: #002e65;
}

.minimg-carrito {
    width: 100%;
    height: 90px;
    position: center;
}


.legal_empleo {
    text-align: justify;
    color: #2175df
}

.botones_cookies {
    float: right;
}

.botones_cookies {
    display: block;
    margin: 10px auto 5px auto;
    padding: 5px 20px;
    width: 100vw;
    height: auto;
    background-color: #00ffff;
    color: black;
}

@media (max-height: 700px) {
    .cookies {
        top: 21vh !important;
    }
}

@media (max-height: 830px) and (min-height: 701px) {
    .cookies {
        top: 32vh !important;
    }
}

.cookies {
    position: fixed;
    padding: 20px;
    top: 60vh;
    width: 100%;
    height: auto;
    z-index: 200;
    opacity: 1;
    background: rgb(0 0 0 / 0.9);
    left: 0;
    right: 0;
    width: 100%;
    margin: 0 auto;
}

.cookies p {
    color: white;
    font-size: 1em;
}

#aceptar_cookies {
    cursor: pointer;
    display: block;
    margin: 10px auto 5px auto;
    padding: 5px 10px;
    width: max-content;
    height: auto;
    background-color: #2175df;
    color: white
}

#aceptar_cookies:hover {
    color: #2175df;
    background-color: white
}

#rechazar_cookies:hover {
    cursor: pointer;
    color: yellow
}

#calendario {
    right: 15px;
    bottom: -2px;
    margin-bottom: 0px;
    padding: 20px;
}

.calendar-wrapper.picker {
    overflow: visible;
    z-index: 1000;
    min-width: 100%;
    top: 0;
}

.calendar-grid .calendar-date-holder {
    width: 100%;
}

.calendar-wrapper[data-theme='blue'] .calendar-head-card {
    display: none;
}

.calendar-container,
.calendar-top-selector {
    background-color: #002E65;
    max-width: 250px;

}

.calendar-date-holder .calendar-dates .date a {
    color: white;
}

.calendar-grid .calendar-labels span {
    border-bottom: 1px solid #3392E1;
    color: #3392E1;
}

.calendar-date-holder .calendar-dates .date a {
    font-size: 12px;
}

.calendar-grid {
    padding-left: 15px;
    padding-right: 15px;
}

.calendar-overlay {
    position: relative;
    display: none;
}

.calendar-date-holder .calendar-dates .date.disabled a {
    cursor: not-allowed;
    color: gray !important;
}

.select2-selection__rendered {
    border-bottom: 2px solid #ffffff85;
    background-image: none;
}

.select2-container--default .select2-selection--single {
    background-color: transparent !important;
    border: none !important;
    border-radius: 0 !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #fff !important;
    line-height: 31px !important;
    font-weight: bold !important;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #c0c0c0 !important;
}

.select2-selection__arrow {
    display: none !important;
}

.select2-search--dropdown {
    display: none !important;
}

.select2-selection__clear {
    display: none;
}

input[name=date] {
    padding-left: 7px !important;
}

input[name=date]::-moz-placeholder {
    color: #c0c0c0 !important;
}

input[name=date]::-webkit-input-placeholder {
    color: #c0c0c0 !important;
}

input[name=date]:-ms-input-placeholder {
    color: #c0c0c0 !important;
}

@media (max-width: 450px) {
    .calendar-wrapper.picker {
        left: 50%;
    }
}

/* .toggle.ios, .toggle-on.ios, .toggle-off.ios { border-radius: 20rem;margin-top:1.5rem }
.toggle.ios .toggle-handle { border-radius: 20rem; }

.toggle.ios .toggle-group>.btn-azul{
    margin-top:-3px;
    padding:10px 0;
} */