.btn-success {
    --bs-btn-color: #fff;
    --bs-btn-bg: #68A77B;
    --bs-btn-border-color: #68A77B;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #A0A642;
    --bs-btn-hover-border-color: #A0A642;
    --bs-btn-focus-shadow-rgb: 60, 153, 110;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #A0A642;
    --bs-btn-active-border-color: #A0A642;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #68A77B;
    --bs-btn-disabled-border-color: #68A77B;
}


/*---------------------------------ERROR PAGES----------------------*/

.error-404 .btn {
    background: #68A77B;
    color: #fff;
    padding: 8px 30px;
}

.error-404 .btn:hover {
    background: #A0A642;
}


/* Prelaoder */

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    overflow: hidden;
    background: #fcf6ef;
    background-color: rgba(128, 128, 128, 0.8);
}

#preloader:before {
    content: "";
    position: fixed;
    top: calc(50% - 30px);
    left: calc(50% - 30px);
    border: 6px solid #f2f2f2;
    border-top: 6px solid #68A77B;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    animation: animate-preloader 1s linear infinite;
}

@keyframes animate-preloader {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}


/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/

.intro {
    height: 100vh;
    position: relative;
    color: #fcf6ef;
}

.intro .swiper-pagination {
    bottom: 50px;
}

.intro .swiper-pagination .swiper-pagination-bullet {
    width: 18px;
    height: 10px;
    background-color: #fcf6ef;
    border-radius: 0;
    opacity: 1;
    transition: 0.3s;
}

.intro .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #68A77B;
    width: 36px;
}


/*------/ Bg Image /------*/

.bg-image {
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-position: center center;
}


/*----------HOME---------*/

.container-box-buscador {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fcf6ef;
    padding: 15px;
    border: 1px solid #fcf6ef;
    border-radius: 5px;
    z-index: 999;
    box-shadow: 10px 10px 5px rgba(0, 0, 0, 0.5);
    width: 1000px;
}

.container-box-buscador .buscadorHome {
    padding: 0.3rem 0.5rem !important;
    width: 100%;
}

@media (max-width: 999px) {
    .container-box-buscador {
        width: 95%;
    }
}

@media (max-width: 767px) {
    .rowBuscador {
        gap: 5px;
    }
}


/*----------EMPRESAS---------*/


/*--------------------------------------------------------------
# Card General
--------------------------------------------------------------*/

@media (max-width: 767px) {

    .card-box-a,
    .card-box-b,
    .card-box-c,
    .card-box-d {
        margin-bottom: 2.5rem;
    }
}

.card-box-a span,
.card-box-b span,
.card-box-c span,
.card-box-d span {
    line-height: 0;
}

@media (min-width: 768px) {

    .grid .card-box-a,
    .grid .card-box-b,
    .grid .card-box-c,
    .grid .card-box-d {
        margin-bottom: 2.5rem;
    }
}

.card-box-a,
.card-box-b,
.card-box-d {
    position: relative;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border-radius: 10px;
}

.card-box-a .img-a,
.card-box-a .img-b,
.card-box-b .img-a,
.card-box-b .img-b {
    transition: 0.8s all ease-in-out;
}

@media (min-width: 768px) {

    .card-box-a:hover .img-a,
    .card-box-a:hover .img-b,
    .card-box-b:hover .img-a,
    .card-box-b:hover .img-b {
        /*transform: scale(1.2);*/
    }
}

@media (min-width: 768px) {

    .card-box-a .price-a,
    .card-box-b .price-a {
        font-size: 0.9rem;
    }
}

@media (min-width: 992px) {

    .card-box-a .price-a,
    .card-box-b .price-a {
        font-size: 1rem;
    }
}

.card-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.card-shadow {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.card-shadow:before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 27%, rgba(0, 0, 0, 0.65) 90%);
    /*background: rgba(85, 98, 112, 0.4);*/
}


/*======================================
  //--//-->   PROPERTY - CARD-A
  ======================================*/


/*
@media (min-width: 768px) {
    .card-box-a:hover .card-overlay-a-content {
        bottom: 60px;
    }
}

@media (min-width: 768px) and (min-width: 768px) {
    .card-box-a:hover .card-overlay-a-content {
        bottom: 60px;
    }
}

@media (min-width: 768px) and (min-width: 992px) {
    .card-box-a:hover .card-overlay-a-content {
        bottom: 64px;
    }
}*/

@media (min-width: 768px) {
    .card-box-a:hover .card-body-a {
        /*padding-bottom: 1rem;*/
    }
}

@media (max-width: 767px) {

    /*.card-box-a .card-overlay-a-content {
        bottom: 65px;
    }*/
    .card-box-a .card-body-a {
        padding-bottom: 1rem;
    }
}


/*======================================
//--//-->   AGENTS - CARD-D
======================================*/


/*
.card-box-d .card-overlay-hover {
    transition: all 0.2s ease-in-out;
    padding: 15px 40px 15px 35px;
}

@media (min-width: 768px) {
    .card-box-d .card-overlay-hover {
        padding: 5px 15px 5px 10px;
    }
}

@media (min-width: 992px) {
    .card-box-d .card-overlay-hover {
        padding: 5px 40px 5px 35px;
    }
}

@media (min-width: 1200px) {
    .card-box-d .card-overlay-hover {
        padding: 15px 40px 5px 35px;
    }
}*/

.card-overlay-a-content {
    transition: all 0.5s ease-in;
    position: absolute;
    width: 100%;
    bottom: 0px;
    z-index: 2;
}

@media (min-width: 768px) {
    .card-overlay-a-content {
        bottom: -20px;
    }
}

@media (min-width: 992px) {
    .card-overlay-a-content {
        bottom: 0px;
    }
}

.card-header-a {
    padding: 0 1rem;
}

.card-header-a .card-title-a {
    color: #ffffff;
    margin-bottom: 0;
    padding-bottom: 0.7rem;
}

@media (min-width: 768px) {
    .card-header-a .card-title-a {
        font-size: 1.3rem;
    }
}

@media (min-width: 992px) {
    .card-header-a .card-title-a {
        font-size: 2rem;
    }
}

.card-header-a .card-title-a a {
    color: #ffffff;
    text-decoration: none;
    font-size: 15px;
}

.card-body-a {
    z-index: 2;
    transition: all 0.5s ease-in;
    padding: 0rem 1rem 2rem 1rem;
}

.card-body-a .price-box {
    padding-bottom: 0.5rem;
}

.price-a {
    color: #ffffff;
    padding: 0.6rem 0.8rem;
    border: 2px solid #68A77B;
    border-radius: 50px;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}

.card-footer-a {
    width: 100%;
    position: absolute;
    z-index: 2;
    background-color: #68A77B;
}

.card-info {
    list-style: none;
    margin-bottom: 0;
    padding: 0.5rem 0;
}

.card-info .card-info-title {
    font-size: 1rem;
    color: #313131;
}

@media (min-width: 768px) {
    .card-info .card-info-title {
        font-size: 0.9rem;
    }
}

@media (min-width: 992px) {
    .card-info .card-info-title {
        font-size: 1rem;
    }
}

.card-info li span {
    color: #ffffff;
    font-size: 0.9rem;
}

@media (min-width: 768px) {
    .card-info li span {
        font-size: 0.8rem;
    }
}

@media (min-width: 992px) {
    .card-info li span {
        font-size: 1rem;
    }
}

.cardImagen {
    /*background-size: cover;*/
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 400px;
}

@media (min-width: 768px) {
    .cardImagen {
        height: 250px;
    }
}

@media (min-width: 992px) {
    .cardImagen {
        /*height: 400px;*/
    }
}

.card-shadow-b {
    box-shadow: 10px 10px 5px rgba(0, 0, 0, 0.2);
}


/*------/ Pagination-a /------*/

.pagination-a {
    text-decoration: none;
}

.pagination-a .pagination .page-link {
    margin: 0 0.2rem;
    border-color: transparent;
    padding: 0.5rem 0.8rem;
    color: #2c2c2c;
}

.pagination-a .pagination .page-link:active,
.pagination-a .pagination .page-link:focus {
    background-color: #68A77B;
}

.pagination-a .pagination .page-link:active,
.pagination-a .pagination .page-item.active .page-link {
    color: #fcf6ef;
}

.pagination-a .pagination .page-link:hover {
    background-color: #A0A642;
    color: #fcf6ef;
}

.pagination-a .pagination .page-link span {
    font-size: 1rem;
}

.pagination-a .pagination .next .page-link {
    padding: 0.4rem 0.9rem;
}

.pagination-a .pagination .page-item:last-child .page-link {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.pagination-a .pagination .page-item:first-child .page-link {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.pagination-a .pagination .page-item.disabled .page-link {
    padding: 0.4rem 0.9rem;
    color: #555555;
}

.pagination-a .pagination .page-item.active .page-link {
    background-color: #68A77B;
}

.a {
    text-decoration: none;
    color: #68A77B;
    font-size: 1.3rem;
}


/*FULL CALENDAR*/

.fc-event:hover {
    cursor: pointer;
    background-color: #A0A642 !important;
    border-color: #A0A642 !important;
}


/*POP UP personalizado*/

.popupPersonalizado {
    background-color: rgba(0, 0, 0, 0.5) !important;
    backdrop-filter: blur(12px) !important;
}

.logoImagen {
    width: 150px;
    margin-top: 20px;
}

@media (max-width: 992px) {
    .logoImagen {
        width: 30%;
    }
}

.pricing .box {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-radius: 10px;
    box-shadow: 10px 10px 5px rgba(0, 0, 0, 0.2);
}

.mesadiaclass {
    cursor: pointer;
    transition: box-shadow 0.4s ease;
}

.boxMesadiaclasSelected,
.mesadiaclass:hover {
    box-shadow: 10px 10px 5px rgba(0, 0, 0, 0.7) !important;
}

.pricing .btn-wrap {
    height: 96px !important;
}

.alertaMesadiaNoSelected {
    display: none;
}

.botonMesadiaNoSelected {
    display: none;
    width: 80%;
}

.modal-open-body {
    overflow: hidden !important;
}

.mesaEfecto:hover {
    transform: scale(1.05);
}

.mesaEfecto {
    transition: transform 0.2s ease-in-out;
}

.footerPrecio {
    display: flex;
    justify-content: center;
    align-items: center;
}


/**/


/* Bordered Tabs */

.nav-tabs-bordered {
    border-bottom: 2px solid #ebeef4;
}

.nav-tabs-bordered .nav-link {
    margin-bottom: -2px;
    border: none;
    color: #2c384e;
}

.nav-tabs-bordered .nav-link:hover,
.nav-tabs-bordered .nav-link:focus {
    color: #A0A642;
}

.nav-tabs-bordered .nav-link.active {
    background-color: #fff;
    color: #A0A642;
    border-bottom: 2px solid #A0A642;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
    display: flex;
    justify-content: center;
}

.button-enviarCorreo {
    background: #68A77B;
    padding: 8px 25px;
    border: 1px !important;
    border-radius: 4px;
    font-weight: 400;
    color: #fff;
    transition: 0.3s;
}

.button-enviarCorreo:hover {
    background: #A0A642;
}


/* SVG CHECK DE PAGO CONFIRMADO*/

.checkmark {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    display: block;
    stroke-width: 2;
    stroke: #fff;
    stroke-miterlimit: 10;
    box-shadow: inset 0px 0px 0px #7ac142;
    animation-name: fill, scale;
    animation-duration: 0.4s, 0.3s;
    animation-timing-function: ease-in-out, ease-in-out;
    animation-delay: 0.4s, 0.9s;
    animation-fill-mode: forwards;
}

.checkmark__circle {
    stroke-dasharray: 166;
    stroke-dashoffset: 166;
    stroke-width: 2;
    stroke-miterlimit: 10;
    stroke: #7ac142;
    fill: none;
    animation-name: stroke;
    animation-duration: 0.6s;
    animation-timing-function: cubic-bezier(0.65, 0, 0.45, 1);
    animation-fill-mode: forwards;
}

.checkmark__check {
    transform-origin: 50% 50%;
    stroke-dasharray: 48;
    stroke-dashoffset: 48;
    animation-name: stroke;
    animation-duration: 0.3s;
    animation-timing-function: cubic-bezier(0.65, 0, 0.45, 1);
    animation-delay: 0.8s;
    animation-fill-mode: forwards;
}

@keyframes stroke {
    100% {
        stroke-dashoffset: 0;
    }
}

@keyframes scale {

    0%,
    100% {
        transform: none;
    }

    50% {
        transform: scale3d(1.1, 1.1, 1);
    }
}

@keyframes fill {
    100% {
        box-shadow: inset 0px 0px 0px 30px #7ac142;
    }
}

/*cruss*/
.crossmark {
    width: 52px;
    height: 52px;
    display: inline-block;
}

.crossmark__circle {
    stroke: #ff0000;
    stroke-width: 2;
    animation: dash 0.9s ease-in-out;
}

.crossmark__cross {
    stroke: #ff0000;
    stroke-width: 5;
    stroke-linecap: round;
    stroke-linejoin: round;
    animation: draw 0.9s ease-in-out;
}

@keyframes dash {
    0% {
        stroke-dasharray: 0, 150;
        stroke-dashoffset: 0;
    }

    100% {
        stroke-dasharray: 150, 0;
        stroke-dashoffset: 0;
    }
}

@keyframes draw {
    0% {
        stroke-dasharray: 0, 50;
        stroke-dashoffset: 0;
    }

    100% {
        stroke-dasharray: 50, 0;
        stroke-dashoffset: 0;
    }
}

/*TEMPLATE*/

.wrapperPortal {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

#mainPortal {
    flex: 1;
}



/*LABEL PAY*/
.pay .valor,
.pay .titulo,
.paid .valor,
.paid .titulo {
    font-size: 1.2rem;
}

.pay .titulo,
.paid .titulo {
    font-weight: bold;
}


.empresaCard {
    cursor: pointer;
}


/*Boton de distribución de mesas*/
/* Definimos la animación */
@keyframes pulse {
    0% {
        transform: scale(1);
        background: #A0A642;
        border-color: #A0A642;
    }

    50% {
        transform: scale(1.05);
        background: #68A77B;
        border-color: #68A77B;
    }

    100% {
        transform: scale(1);
    }
}

.button-pulse {
    transition: transform 0.8s ease;
    animation: pulse 2s infinite;
}

/*Temporizador*/
#timerExpiredPay {
    font-weight: bold;
    color: #333;
    padding: 0 20px 0 20px;
    transition: color 0.3s ease, border-color 0.3s ease;
}

#timerExpiredPay.expired {
    color: red;
    border-color: red;
}

/*Marca de agua de ambiente*/
.watermarkEnvironment {
    position: fixed;
    top: 0;
    z-index: 1000;
    width: 230px;
    height: 200px;
    transform: rotate(-45deg);
    font-size: 50px;
    font-weight: bold;
    color: red;
    pointer-events: none;

    display: flex;
    justify-content: center;
    align-items: flex-end;
    opacity: 0.3;
}