@font-face {
    font-family: 'gothamblack';
    src: url('webfonts/gotham-black-webfont.woff2') format('woff2'), url('webfonts/gotham-black-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'gothambold';
    src: url('webfonts/gotham-bold-webfont.woff2') format('woff2'), url('webfonts/gotham-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'gothambolditalic';
    src: url('./webfonts/gotham-bolditalic-webfont.woff2') format('woff2'), url('./webfonts/gotham-bolditalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'gothambook';
    src: url('./webfonts/gotham-book-webfont.woff2') format('woff2'), url('./webfonts/gotham-book-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'gothambookitalic';
    src: url('./webfonts/gotham-bookitalic-webfont.woff2') format('woff2'), url('./webfonts/gotham-bookitalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'gothamlight';
    src: url('./webfonts/gotham-light-webfont.woff2') format('woff2'), url('./webfonts/gotham-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'gothammedium';
    src: url('./webfonts/gotham-medium-webfont.woff2') format('woff2'), url('./webfonts/gotham-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'gothammediumitalic';
    src: url('./webfonts/gotham-mediumitalic-webfont.woff2') format('woff2'), url('./webfonts/gotham-mediumitalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'gothamthin';
    src: url('./webfonts/gotham-thin-webfont.woff2') format('woff2'), url('./webfonts/gotham-thin-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'gothamthinitalic';
    src: url('./webfonts/gotham-thinitalic-webfont.woff2') format('woff2'), url('./webfonts/gotham-thinitalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'gothamultra';
    src: url('./webfonts/gotham-ultra-webfont.woff2') format('woff2'), url('./webfonts/gotham-ultra-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'gothamultraitalic';
    src: url('./webfonts/gotham-ultraitalic-webfont.woff2') format('woff2'), url('./webfonts/gotham-ultraitalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
:root {
    --fontbold: 'gothambold', sans-serif;
    --fontbook: 'gothambook', sans-serif;
    --fontitalic: 'gothambookitalic', sans-serif;
    --vquish-blue1: #213492;
    --vquish-blue2: #6A9AC8;
    --vquish-blue3: #3B44A3;
    --vquish-black: #000;
    --vquish-white: #FFF;
    --vquish-yellcoffe: #A07625;
    --vquish-morado: #5C09CE;
    --vquish-azul: #486EF7;
    --vquish-gray: #939393;
    --vquish-green: #C3FAC4;
    --vquish-red: #751E1E;
}
html {
    font-size: 62.5%;
}
body {
    background-color: var(--vquish-black);
    color: var(--vquish-white);
    font-size: 16px; /* 1rem = 10px */
    line-height: 2;
}
p {
    font-family: var(--fontbook);
    margin: 0;
    padding: 0;
}
a {
    color: var(--vquish-white);
    cursor: pointer;
    font-family: var(--fontbook) !important;
    text-decoration: none;
    transition: all .5s;
}
a:hover,
a.active {
    color: var(--vquish-blue1);
}
h1, h2, h3, h4 {
    font-family: var(--fontbold);
}
h1 {
    font-size: 3.8rem;
}
@media (min-width: 768px) {
    h1 {
        font-size: 5rem;
    }
}
h2 {
    font-size: 3.2rem;
}
@media (min-width: 768px) {
    h2 {
        font-size: 4rem;
    }
}
h3 {
    font-size: 2.4rem;
}
h4 {
    font-size: 1.8rem;
}
@media (min-width: 768px) {
    h3 {
        font-size: 3rem;
    }
}
.detail span {
    font-family: var(--fontitalic);
    font-size: 1.2rem;
}

.tel p::after,
.singin p::after {
    border-right: 1px solid var(--vquish-white);
    content: '';
    padding-left: 0.6rem;
}
.bg-primary {
    background-color: var(--vquish-blue1) !important;
}
.dropdown-menu {
    background-color: var(--vquish-black);
    border: .2rem solid var(--vquish-morado);
    padding: 1rem;
}
.dropdown-menu a {
    color: var(--vquish-white);
    font-size: 1.5rem;
}
.dropdown-item:hover{
    background-color: transparent;
    color: var(--vquish-azul);
    font-family: var(--fontbold);
    font-weight: 900;
}
.navbar-nav a {
    color: var(--vquish-white);
    font-size: var(--fontbold);
    transition: all .3s ease-in-out;
}
.logotipo {
    display: block;
    width: 128px;
    height: 66px;
}
.nav-link {
    margin: 0 2rem;
}
.nav-link:focus, .nav-link:hover {
    color: var(--vquish-blue1);
    background-color: var(--vquish-white);
    border-radius: 20px;
    padding: 5px 15px !important;
}
.navbar-nav .nav-link.active {
    color: var(--vquish-white);
}
.navbar-toggler {
    background-color: var(--vquish-white);
}
.hero {
    position: relative;
    width: 100%;
}
.hero .logo-hero,
.dashboard .dash-logo img {
    height: auto;
    width: 10.5rem;
}
.hero .slide {
    position: relative;
}
.hero .slide .slide-img img {
    min-height: 70vh;
    object-fit: cover;
    object-position: left;
    width: 100%;
}
@media (min-width: 1024px) {
    .hero .slide .slide-img img {
        min-height: 90vh;
    }
}
.v-buttons a {
    background-color: var(--vquish-blue1);
    border: unset;
    border-radius: 0;
    color: var(--vquish-white);
    font-size: 1.5rem;
    padding: 1.5rem 3.5rem;
}
.v-buttons a:hover {
    background-color: var(--vquish-azul);
}
.calendar {
    color: var(--vquish-blue1);
}
a .card {
    background: linear-gradient(var(--vquish-azul), var(--vquish-morado));
    transition: all .5s;
}
a:hover .card,
a:hover .even {
    color: var(--vquish-white);
    transform: scale(1.05);
    filter: grayscale(.75);
}
a .even {
    background-color: var(--vquish-black);
    background-image: none;
    border: 1px solid var(--vquish-blue2);
    color: var(--vquish-blue2);
    transition: all .5s;
}

/* Nosotros e Instructores */
.parallax {
    -webkit-background-position: center center;
    -moz-background-position: center center;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    position: relative;
    top: 0;
}
.sticky,
.sticky2,
.sticky3 {
    width: 100vw;
    padding: 3.5rem 0;
    position: -webkit-sticky; /* Safari */
    position: sticky;
    top: 0;
    z-index: 0;
}
.parallax h1,
.coaches h1 {
    text-transform: uppercase;
}
.parallax2 a,
.parallax4 a {
    background-color: var(--vquish-white);
    color: var(--vquish-black);
    display: block;
    font-family: var(--fontbold) !important;
    margin-top: 2rem;
    padding: 0 3rem;
    text-align: center;
    text-transform: uppercase;
}
.parallax4 a {
    background-color: var(--vquish-blue1);
    color: var(--vquish-black);
}
.parallax2 a:hover,
.parallax4 a:hover {
    background-color: var(--vquish-blue1);
    color: var(--vquish-white);
}
.parallax4 a {
    background-color: var(--vquish-blue1);
    color: var(--vquish-black);
}
.parallax2 a:hover,
.parallax4 a:hover {
    background-color: var(--vquish-blue1);
    color: var(--vquish-white);
}
.parallax4 a:hover {
    background-color: var(--vquish-white);
    color: var(--vquish-black);
}
.parallax1::after,
.parallax2::after,
.parallax3::after,
.parallax4::after,
.parallax5::after,
.coaches::after {
    background-color: var(--vquish-blue3);
    content: '';
    height: 100%;
    left: 0;
    position: absolute;
    pointer-events: none;
    top: 0;
    width: 100%;
    opacity: 0.55;
    z-index: -1;
}
.parallax2::after,
.parallax4::after,
.parallax5::after {
    background-color: var(--vquish-black);
}
.parallax3::after {
    background-image: linear-gradient(var(--vquish-azul), var(--vquish-morado));
    opacity: .8;
}
.coaches {
    padding: 8rem 0;
}
.coaches::after {
    background-image: linear-gradient(to left, var(--vquish-azul), var(--vquish-morado));
    opacity: .65;
}
@media (min-width: 768px) {
    .parallax h1,
    .coaches h1 {
        font-size: 6rem;
    }
    .parallax p,
    .coaches p {
        font-size: 2rem;
        line-height: 1.2;
    }
    .parallax2 h1,
    .parallax4 h1 {
        font-size: 7.5rem;
    }
    .parallax2 a,
    .parallax4 a {
        font-size: 3.2rem;
        letter-spacing: 0.2rem;
    }
    .sticky,
    .sticky3,
    .coaches {
        padding: 13rem 0;
    }
    .sticky2 {
        padding: 6.5rem 0;
    }
}
@media (min-width: 992px) {
    .parallax h1,
    .coaches h1 {
        font-size: 10rem;
    }
    .parallax p,
    .coaches p {
        font-size: 3rem;
        line-height: 1.2;
    }
    .parallax2 h1,
    .parallax4 h1 {
        font-size: 15rem;
    }
    .parallax2 a,
    .parallax4 a {
        font-size: 3.2rem;
        letter-spacing: 0.2rem;
    }
    .sticky {
        padding: 30rem 0;
    }
    .sticky2 {
        padding: 10rem 0;
    }
    .sticky3 {
        padding: 23rem 0;
    }
    .coaches {
        padding: 57rem 0;
    }
}

/* Login */
.loginimg {
    background-image: url('../images/v_login.jpg');
    padding: 8rem 0;
}
.loginimg img {
    width: 17.5rem;
    margin-bottom: 3rem;
}
.loginimg p {
    color: var(--vquish-blue1);
    font-family: var(--fontbold);
    margin-bottom: 3rem;
}
.loginimg form label,
.codigo label {
    font-family: var(--fontbook);
    font-size: 2rem;
}
.loginimg form input,
form select,
.divtipopago select,
.codigo input {
    background-color: var(--vquish-black) !important;
    border: .3rem solid var(--vquish-morado) !important;
    border-radius: 2.5rem !important;
    color: var(--vquish-white) !important;
    font-size: 2rem !important;
    height: 5rem !important;
    padding: 0 2rem !important;
}
.loginimg .input-pass {
    position: relative;
}
.loginimg .input-icon {
	left: unset;
    position: absolute;
    right: 23px;
    top: 50%;
    transform: translateY(-50%);
}
input[type="date"] {
    position: relative;
    padding: 1rem;
}
input[type="date"]:before {
    color: var(--vquish-white);
    content: '\f133';
    display: block;
    font-family: 'FontAwesome';
    position: absolute;
    right: 2rem;
    transform: translateY(-50%);
    top: 50%;
}
.loginimg form input[type="checkbox"] {
    background-color: transparent !important;
    border-color: var(--vquish-white) !important;
    border-radius: 0 !important;
    height: 1rem !important;
    padding: 1rem !important;
}
.loginimg .label {
    text-transform: none;
}
.form-control:focus {
    background-color: var(--vquish-black);
    border: .3rem solid var(--vquish-morado);
    color: var(--vquish-white);
}
.loginimg a p,
.registro p {
    color: var(--vquish-white);
    font-family: var(--fontitalic);
    font-size: 1.5rem;
    margin: 2rem 0;
    text-transform: none;
    transition: all .3s;
}
.loginimg a:hover p {
    color: var(--vquish-blue1);
}
.loginimg button {
    all: unset;
    background-image: linear-gradient(to top, var(--vquish-azul), var(--vquish-morado));
    color: var(--vquish-white);
    font-size: 2rem;
    padding: 1rem 0;
    margin-bottom: 1.5rem;
    text-transform: uppercase;
    transition: all .3s;
    width: 25rem;
}
.loginimg button:hover {
    color: var(--vquish-blue1);
}
.registro p {
    font-family: var(--fontbook);
    margin: 0;
}
.registro a {
    color: var(--vquish-blue1);
    font-family: var(--fontbold);
    font-weight: 900;
    text-transform: none;
}
.terminos p,
.terminos p span,
.register p,
.register p span {
    color: var(--vquish-white);
    font-family: var(--fontbook);
    font-size: 1.5rem;
}
.terminos p span {
    font-weight: 900;
}
/* Registro */
.register {
    background-image: url('../images/v_registro.jpg');
}
.register h3 {
    color: var(--vquish-blue1);
    font-size: 3rem;
}
.avatar-upload {
    position: relative;
    max-width: 20.5rem;
    margin: 5rem auto;
}
.avatar-upload .avatar-edit {
    position: absolute;
    right: 1rem;
    z-index: 1;
    top: 2.5rem;
}
.avatar-upload .avatar-edit input {
    display: none;
}
.avatar-upload .avatar-edit input + label {
    border-radius: 100%;
    background: var(--vquish-morado);
    border: .1rem solid transparent;
    cursor: pointer;
    display: inline-block;
    font-weight: normal;
    height: 3.4rem;
    margin-bottom: 0;
    position: relative;
    transition: all 0.2s ease-in-out;
    width: 3.4rem;
}
.avatar-upload .avatar-edit input + label:hover {
    background: var(--vquish-blue1);
    border-color: var(--vquish-morado);
}
.avatar-upload .avatar-edit input + label:after {
    content: "\f304";
    font-family: "FontAwesome";
    color: var(--vquish-black);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    margin: auto;
}
.avatar-upload .avatar-edit input:hover + label:after {
    color: var(--vquish-white);
}
.avatar-upload .avatar-preview {
    width: 19.2rem;
    height: 19.2rem;
    position: relative;
    border-radius: 100%;
    border: .6rem solid var(--vquish-morado);
    box-shadow: 0rem .2rem .4rem 0rem rgba(0, 0, 0, 0.1);
}
.avatar-upload .avatar-preview > div {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

/* Contacto */
.mapa {
    border: none;
    height: 25rem;
    width: 100%;
}
@media (min-width:768px) {
    .mapa {
        height: 30rem;
    }
}
@media (min-width:992px) {
    .mapa {
        height: 50rem;
    }
}
.btn-custom {
    background-color: var(--vquish-morado);
    border: none;
    border-radius: 3rem;
    color: var(--blanco);
    cursor: pointer;
    font-size: 1.6rem;
    line-height: normal;
    padding: 1.5rem 2.5rem;
    text-transform: uppercase;
    transition: all 0.5s;
}
.btn-custom:hover {
    background-color: var(--vquish-azul);
}
.btn-custom span {
    cursor: pointer;
    display: inline-block;
    font-family: var(--fontbook);
    position: relative;
    transition: 0.5s;
}
.btn-custom:hover span {
    color: var(--vquish-white);
    padding-right: 2.5rem;
}
.btn-custom span i {
    opacity: 0;
    position: absolute;
    right: -2.5rem;
    top: 50%;
    transform: translateY(-50%);
    transition: 0.5s;
}
.btn-custom:hover span i {
    opacity: 1;
    right: -0.5rem;
}
.leaflet-left {
    left: 1rem;
}
.back-to-home {
    height: 3.4rem;
    width: 3.4rem;
}
.back-to-home.hidden {
    display: none;
}
.back-to-home svg {
    width: 100%;
    height: 100%;
}
.contacto {
    background-image: linear-gradient(to top, var(--vquish-morado), var(--vquish-azul));
    padding: 7rem 0;
}
.contacto h1 {
    font-size: 2.7rem;
}
.contacto h2 {
    font-size: 1.7rem;
}
@media (min-width:768px) {
    .contacto h1 {
        font-size: 5rem;
    }
    .contacto h2 {
        font-size: 3rem;
    }
}
@media (min-width:992px) {
    .contacto h1 {
        font-size: 7rem;
    }
    .contacto h2 {
        font-size: 4rem;
    }
}
.contacto .phone p,
.contacto .location p {
    font-size: 2rem;
}
.contacto .phone i,
.contacto .location i {
    color: var(--vquish-white);
    font-size: 4rem;
    margin-bottom: 2rem;
}

/* Pago */
.nota {
    font-size: 1rem;
}
.notblock {
    display: none;
}
.totalCompra {
    background-color: var(--vquish-morado);
    border-radius: .8rem;
    color: var(--vquish-white);
    font-weight: 900;
    padding: 1rem 2rem;
}
.metodo,
.total {
    border: .1rem solid #e6e6e6;
    padding: 2.5rem;
}
.delItem {
    cursor: pointer;
    transition: all .3s;
}
.delItem:hover {
    color: var(--vquish-azul);
}
.codigo input::-webkit-input-placeholder {
    text-align: center;
}
.codigo {
    position: relative;
}
.codigo .checkcircle {
    position: absolute;
    right: 5%;
    top: 50%;
    transform: translateY(-50%);
}

/* Dashboard */
.dashboard h1,
.error h1 {
    color: var(--vquish-blue1);
}
.dashboard .nav-tabs {
    border: none;
}
.dashboard .dash-menu {
    background-color: var(--vquish-black);
    border-radius: 1.3rem;
    color: var(--vquish-white);
    display: block;
    outline: .2rem solid var(--vquish-morado);
    text-transform: uppercase;
}
.dashboard .dash-menu ul {
    margin: 0;
    padding: 0;
}
.dashboard .dash-menu ul li {
    list-style: none;
    width: 100%;
}
@media (min-width: 768px) {
    .dashboard .dash-menu ul li {
        float: left;
        width: 50%;
    }
}
@media (min-width: 992px) {
    .dashboard .dash-menu ul li {
        width: 25%;
    }
}
.dashboard .dash-menu ul li a {
    /* background: var(--vquish-black); */
    border-radius: 1.3rem;
    display: block;
    padding: 4rem 0;
    text-align: center;
    transition: all .3s;
    width: 100%;
}
.dashboard .dash-menu ul li a:hover,
.dashboard .dash-menu ul li a.active {
    background: linear-gradient(to top, var(--vquish-morado), var(--vquish-azul));
    color: var(--vquish-white);
}

.dashboard .dash-menu ul li a i {
    display: flex;
    font-size: 3.5rem;
    justify-content: center;
    padding: 1rem 0;
    text-align: center;
}
.dashboard .creditos a,
.error a,
.print a {
    background-color: var(--vquish-blue1);
    color: var(--vquish-black);
    font-weight: 900;
    padding: 1rem 2rem;
    text-align: center;
    text-transform: uppercase;
    transition: all .3s;
    width: 25rem;
}
.dashboard .creditos a:hover,
.error a:hover,
.print a:hover {
    background-color: var(--vquish-white);
}
.dashboard table,
.orden table {
    color: var(--vquish-white);
    width: 100% !important;
}
.dashboard .cancel_class p {
    background-color: var(--vquish-red);
    display: block;
    padding: .5rem 0;
    width: 18rem;
}
.dashboard .check {
    color: var(--vquish-green);
}
.dashboard .xmark {
    color: var(--vquish-red);
}
/* Footer */
.footer .foot-logo {
    height: auto;
    width: 19.5rem;
}
.footer .redes .facebook a,
.footer .redes .instagram a{
    align-items: center;
    background-color: var(--vquish-blue1);
    border-radius: 6rem;
    color: var(--vquish-white);
    display: flex;
    height: 2.2rem;
    justify-content: center;
    padding: 2rem;
    transition: all .3s ease-in-out;
    width: 2.2rem;
}
.footer .redes .facebook:hover a,
.footer .redes .instagram:hover a{
    background-color: var(--vquish-blue3);
}
.footer a {
    color: var(--vquish-yellcoffe);
}
.footer a:hover {
    color: var(--vquish-white);
}
.footer .anio {
    color: var(--vquish-gray);
}

/* Fullcalendar */
.fc-theme-standard td, .fc-theme-standard th {
    border: none;
    border-width: 0;
}
.fc-theme-standard .fc-scrollgrid {
    border: none;
}
.fc .fc-timegrid-col.fc-day-today {
    background-color: transparent;
}
.fc-timegrid-event-harness-inset .fc-timegrid-event,
.fc-timegrid-event.fc-event-mirror,
.fc-timegrid-more-link {
    box-shadow: 0 0 0 .1rem var(--vquish-blue1);
    font-size: 1rem;
}
.fc .fc-col-header-cell-cushion {
    font-size: 1rem;
    text-transform: uppercase;
    width: 100%;
}
@media (min-width: 768px) {
    .fc .fc-col-header-cell-cushion {
        font-size: 1.3rem;
    }
    .fc-timegrid-event-harness-inset .fc-timegrid-event {
        font-size: 1.3rem;
    }
}
@media (min-width: 992px) {
    .fc .fc-col-header-cell-cushion {
        font-size: 2rem;
    }
}
.fc-timegrid-event-harness {
    text-align: center;
}
.fc .fc-timegrid-axis-cushion, .fc .fc-timegrid-slot-label-cushion {
    /* display: none; */
}
.fc-v-event {
    background-color: var(--vquish-black);
    border: none;
}
.fc-v-event .fc-event-main {
    color: var(--vquish-blue2);
}
.fc-v-event .fc-event-title-container {
    flex-grow: unset;
}
.fc-v-event .fc-event-main-frame {
    justify-content: center;
}
/* End fullcalendar */

.required::after {
    color: var(--vquish-blue1);
    content: '\2a';
    font-size: 1.8rem;
    font-weight: bold;
    vertical-align: super;
}

/* Validated inputs */
.was-validated .form-control:invalid, .form-control.is-invalid {
    border-color: #dc3545 !important;
    padding-right: calc(1.5em + 0.75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
    background-repeat: no-repeat;
    background-position: center right calc(0.375em + 0.1875rem);
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
    border-color: #dc3545 !important;
    -webkit-box-shadow: 0 0 0 0 rgba(220, 53, 69, 0.25) !important;
            box-shadow: 0 0 0 0 rgba(220, 53, 69, 0.25) !important;
}

/* Loading */
.divLoading {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(254, 254, 255, .65);
    z-index: 9999;
    display: none;
}

.divLoading img {
    width: 50px;
    height: 50px;
}

.swal2-container.swal2-backdrop-show, .swal2-container.swal2-noanimation {
    background: rgba(0, 0, 0, 0.65);
}
.swal2-popup {
    width: 50rem;
    font-size: initial;
}

/* Lugares */
.coach {
    align-items: center;
    background-color: var(--vquish-blue1);
    border: .1rem solid var(--vquish-white);
    border-radius: 100%;
    display: flex;
    height: 10rem;
    justify-content: center;
    overflow: hidden;
    width: 10rem;
}
.coach img {
    max-width: 11rem;
    height: auto;
}
.place {
    align-items: center;
    border: .1rem solid var(--vquish-white);
    border-radius: 100%;
    cursor: pointer;
    display: flex;
    height: 5rem;
    justify-content: center;
    transition: all .7s;
    transform: scale(1);
    width: 5rem;
}
@media (min-width: 768px) {
    .place {
        height: 7rem;
        width: 7rem;
    }
}
.place:hover {
    background-color: var(--vquish-blue1);
    transform: scale(1.3);
}
.place.occupied {
    background-color: var(--vquish-blue1);
}
.place span {
    transition: all .7s;
}
.place:hover span {
    display: none;
}

/* icon carrito */
.icon-header-noti {
    position: relative;
    padding: 0 .9rem;
}
.icon-header-noti::after {
    align-items: center;
    background-color: var(--vquish-blue1);
    border-radius: 100%;
    color: #fff;
    content: attr(data-notify);
    display: flex;
    font-size: .9rem;
    font-weight: 900;
    height: 1.2rem;
    justify-content: center;
    position: absolute;
    right: 0;
    top: 0;
    width: 1.2rem;
}
/* Room */
.selected {
    background-color: var(--vquish-blue1);
}
.places {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    
}
/* Aviso */
.aviso h1 {
    text-align: center;
}
.aviso p {
    text-align: justify;
    margin-bottom: 1.3rem;
}
.aviso ol {
    margin-left: 3rem;
}
.check-success {
    color: var(--vquish-green);
    font-size: 10rem;
    margin-bottom: 5rem;
}