.cookie-notification {
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 3;
    color: #fff;
    /* visibility: hidden; */
}

.cookie-notification a:hover {
    color: #fff;
}

.wp-block-column.cookie-svg {
    max-width: 20%;
    float: left;
    margin-bottom: 15px;
    justify-self: center;
}

@media (max-width:479.98px) {
    .cookie-notification>div {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

@media (max-width:689.98px) {
    .cookie-notification {
        right: 0;
    }

    .cookie-notification>div {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding-top: 15px;
        padding-bottom: 15px;
    }
}

@media (max-width:689.98px) {
    .cookie-notification {
        background: #fff;
    }
}

@media (min-width:690px) {
    .cookie-notification {
        padding: 0 25px 25px 25px
    }

    .cookie-notification .ct-cookies-content {
        margin-bottom: 15px;
    }
}

.cookie-notification .container {
    position: relative;
}

@media (max-width:689.98px) {
    .cookie-notification .container {
        width: 88%;
        margin: 0 auto;
    }
}

@media (min-width:690px) {
    .cookie-notification .container {
        background: #fdfdfd;
        -webkit-box-shadow: 0 5px 30px -5px rgba(34, 56, 101, .15);
        box-shadow: 0 5px 30px -5px rgba(34, 56, 101, .15);
        padding: 25px;
        border-radius: 3px;
        max-width: 330px;
        display: grid;
    }
}

@media(max-width:768px) {
    .premia-modal-container .subcambiar {
        width: 50% !important;
    }
}

.cookie-notification .ct-cookies-content {
    font-family: inherit;
    color: #000;
    line-height: 1.4;
    text-align: justify;
}

.cookie-notification .ct-cookies-content a {
    text-decoration: underline;
    color: #115cfa;
}

@media (max-width:479.98px) {
    .cookie-notification .ct-cookies-content {
        text-align: center;
        margin-bottom: 15px;
    }
}

@media (max-width:689.98px) {
    .cookie-notification .ct-cookies-content {
        font-size: 12px
    }
}

@media (min-width:690px) {
    .cookie-notification .ct-cookies-content {
        font-size: 13px;
    }
}

.cookie-notification .ct-accept {
    color: #fff;
    background: #115cfa;
    border: 0;
    padding: 0 20px;
    height: 35px;
    border-radius: 3px;
    cursor: pointer;
    text-transform: capitalize;
    --buttonShadow: none;
    --buttonTransform: none;
}

@media (max-width:479.98px) {
    .cookie-notification .ct-accept {
        width: 100%;
    }
}

@media (min-width:480px) and (max-width:689.98px) {
    .cookie-notification .ct-accept {
        margin-left: 20px;
    }
}

.cookie-notification .ct-close {
    color: #000 !important;
    position: absolute;
    top: 0;
    right: 0;
    border: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 17px;
    width: 45px;
    height: 45px;
    padding: 0;
    opacity: .5;
    color: inherit;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: 0 0;
    -webkit-transition: opacity .2s ease;
    transition: opacity .2s ease;
}

.cookie-notification .ct-close:focus {
    outline: 0;
}

.cookie-notification .ct-close:hover {
    opacity: 1;
}

@media (max-width:689.98px) {
    .cookie-notification .ct-close {
        display: none;
    }

    .wp-block-column.cookie-svg {
        display: none;
    }
}


/* #cookie-settings {
    position: relative;
    top: 1%;
    left: 35%;
    width: 500px;
    height: 440px;
    border: 1px solid gray;
    border-radius: 8px;
    padding: 20px;
    z-index: 1;
    background-color: white;
    display: none;
    -webkit-box-shadow: 0px 0px 6px 1px #444343;
    box-shadow: 0px 0px 6px 1px #626262;


} */

.switch {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 22px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    float: right;
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 19px;
    width: 19px;
    left: 0px;
    bottom: 2px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked+.slider {
    background-color: rgb(23, 133, 207);
}

input:focus+.slider {
    box-shadow: 0 0 1px rgb(23, 133, 207);
}

input:checked+.slider:before {
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

input[type="button"] {
    cursor: pointer;

}

/*modal sucursal*/
.cambiarsucursal-modal-container {
    position: fixed;
    top: -120%;
    left: 0;
    z-index: 10000;
    min-height: 100vh;
    width: 100%;
    background: rgba(0, 0, 0, .7);
    display: flex;
    align-items: center;
    justify-content: center;
    display: none;
}

.cambiarsucursal-modal-container.active {
    top: 0px;
}

.cambiarsucursal-modal-container .subcambiar {
    margin: 2rem;
    padding: 1.5rem 2rem;
    border-radius: .5rem;
    background: #fff;
    width: 45%;
    position: relative;
}

.cambiarsucursal-modal-container .subcambiar h3 {
    font-size: 3rem;
    color: #444;
    text-transform: uppercase;
    text-align: center;
    padding: 1rem 0;
}

.cambiarsucursal-modal-container .subcambiar .box {
    width: 100%;
    padding: 1rem;
    font-size: 1.7rem;
    color: #333;
    margin: .6rem 0;
    border: .1rem solid rgba(0, 0, 0, .3);
    text-transform: none;
}

.cambiarsucursal-modal-container .subcambiar .btn {
    display: block;
    width: 100%;
}

.cambiarsucursal-modal-container #modal-close {
    position: absolute;
    top: 0;
    right: 1rem;
    font-size: 5rem;
    cursor: pointer;
}

/*modal applebee's app premia*/
.premia-modal-container {
    position: fixed;
    top: -120%;
    left: 0;
    z-index: 10000;
    min-height: 100vh;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.premia-modal-container.active {
    top: 0;
}

.premia-modal-container .subcambiar {
    /*margin: 2rem;
    padding: 1.5rem 2rem;*/
    border-radius: .5rem;
    /*background: #fff;*/
    width: 30%;
    position: relative;
}

.premia-modal-container .subcambiar h3 {
    font-size: 3rem;
    color: #444;
    text-transform: uppercase;
    text-align: center;
    padding: 1rem 0;
}

.premia-modal-container .subcambiar .box {
    width: 100%;
    padding: 1rem;
    font-size: 1.7rem;
    color: #333;
    margin: .6rem 0;
    border: .1rem solid rgba(0, 0, 0, .3);
    text-transform: none;
}

.premia-modal-container .subcambiar .btn {
    display: block;
    width: 100%;
}

.premia-modal-container #modal-closepremia {
    position: absolute;
    top: 0;
    right: 1rem;
    font-size: 5rem;
    cursor: pointer;
}

/* animation */
.reveal {
    position: relative;
    opacity: 0;
}

.reveal.active {
    opacity: 1;
}

.active.fade-bottom {
    animation: fade-bottom 1s ease-in;
}

.active.fade-top {
    animation: fade-top 1s ease-in;
}

.active.fade-left {
    animation: fade-left 1s ease-in;
}

.active.fade-right {
    animation: fade-right 1s ease-in;
}

@keyframes fade-bottom {
    0% {
        transform: translateY(50px);
        opacity: 0;
    }

    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes fade-top {
    0% {
        transform: translateY(-50px);
        opacity: 0;
    }

    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes fade-left {
    0% {
        transform: translateX(-100px);
        opacity: 0;
    }

    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes fade-right {
    0% {
        transform: translateX(100px);
        opacity: 0;
    }

    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

/**/
.strap-module {
    background-color: #ab192d;
    padding: 15px 30px;
    text-align: center;
    font-size: 1.5rem;
}

.strap-module-banner-neighb {
    background-color: #405568;
    padding: 15px 30px;
    text-align: center;
    font-size: 3.5rem;
    height: 10rem;
    font-weight: 700;
}

.strap-text {
    color: #fff;
    font-size: 1em;
    font-weight: 600;
    margin: 0;
}

.mask-btn {
    cursor: pointer;
}

@media (max-width: 768px) {
    .strap-module-actubi {
        position: absolute!important;
    }
}

.strap-module-actubi {
    background-color: #0071b9;
    padding: 15px 30px;
    text-align: center;
    font-size: 1.5rem;
    position: fixed;
    z-index: 1;
    min-width: 100%;
}

/******************modal and button suscribite***************************/
.strap-module:hover {
    cursor: pointer;
    border: 3px solid #ffffff;
    background-color: rgb(210, 3, 3);
    color: #ffffff;
    border-radius: 10px;
}

.strap-module-banner-neighb:hover{
    cursor: pointer;
    border: 3px solid #ffffff;
    background-color: #4379aa;
    color: #ffffff;
    border-radius: 10px;
}

#Suscribirse #frm_subscribe a:hover {
    cursor: pointer;
    border: 3px solid #000;
    background: rgb(210, 3, 3);
    color: #ffffff;
    padding: 3px 25px;
    text-transform: uppercase;
    font-size: 14px;
    color: #fff;
    font-weight: 600;
    line-height: 34px;
    display: inline-block;
    border-radius: 10;
    letter-spacing: 2px;
}
@media (min-width: 500px) {
    #btn_subscribe {
        margin: 5px;
    }
}
@media(max-width: 767px){
    #Suscribirse .popup {
        width: 100%!important;
    }

    .strap-module-banner-neighb {
        background-color: #405568;
        padding: 15px 30px;
        text-align: center;
        font-size: 2.0rem;
    }
}
.overlaysub {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    transition: opacity 500ms;
    visibility: hidden;
    opacity: 0;
    z-index: 9999;
}
.overlaysub:target {
    visibility: visible;
    opacity: 1;
}
#Suscribirse .popup {
    margin: 0px auto;
    padding: 50px 20px;
    background: #fff;
    border-radius: 30px;
    /* height: 260px; */
    width: 690px;
    position: relative;
    text-align: center;
    top: 50% !important;
    position: fixed !important;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0px;
    left: 0;
}

#Suscribirse .popup h2 {
    margin-top: 0;
    color: #333;
}

#Suscribirse .popup .close {
    position: absolute;
    top: 0px;
    right: 0px;
    transition: all 200ms;
    font-size: 30px;
    font-weight: normal;
    text-decoration: none;
    text-align: center;
    background: #333;
    border-radius: 0px 15px 0px 0px;
    cursor: pointer;
    float: right;
    padding: 0;
    color: #fff;
    margin-top: 0;
    margin-right: 0;
    height: 40px;
    width: 40px;
    line-height: 45px;
}

#Suscribirse .popup .close:hover {
    color: #06D85F;
}

#Suscribirse .popup .content {
    max-height: 30%;
    overflow: auto;
}

#Suscribirse .newletter-title h2 {
    /* font-size: 24px; */
    text-transform: uppercase;
    color: #000;
    font-weight: 700;
    /* letter-spacing: 3px; */
    margin: 0 0 15px;
}

#Suscribirse .box-content label {
    font-weight: 400;
    display: inline-block;
    margin-bottom: 5px;
    font-size: 14px;
    line-height: 26px;
}

.newletter-popup {
    background: #fff;
    top: 50% !important;
    position: fixed !important;
    padding: 0;
    text-align: center;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

#Suscribirse #frm_subscribe #subscribe_pemail,
#Suscribirse #frm_subscribe #subscribe_pfirstname,
#Suscribirse #frm_subscribe #subscribe_plastname,
#Suscribirse #frm_subscribe #subscribe_pdatebirth,
#Suscribirse #frm_subscribe #subscribe_prestaurant{
    background: #EBEBEB none repeat scroll 0% 0%;
    border: medium none;
    height: 40px;
    width: 65%;
    margin: 20px 0;
    padding-left: 15px;
}

#Suscribirse #frm_subscribe a {
    cursor: pointer;
    border: none;
    background: #333;
    padding: 3px 25px;
    text-transform: uppercase;
    font-size: 14px;
    color: #fff;
    font-weight: 600;
    line-height: 34px;
    display: inline-block;
    border-radius: 0;
    letter-spacing: 2px;
}

#Suscribirse .box-content .subscribe-bottom {
    margin-top: 20px;
}

#Suscribirse .box-content .subscribe-bottom #newsletter_popup_dont_show_again {
    display: inline-block;
    margin: 0;
    vertical-align: middle;
    margin-top: -1px;
}

#Suscribirse .box-content .subscribe-bottom label {
    margin: 0;
    font-weight: 400;
    max-width: 650px;
    display: inline-block;
    margin-bottom: 5px;
    font-size: 12px;
}

/* ------------ LOADER ------------ */
.loader {
    border: 5px solid #f3f3f3;
    border-top: 5px solid #333333;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 2s linear infinite;
  }
  
  @keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
  }


  /* --------------   codigo promocion ------------*/
  .copiar_promocion{
    background-color: #a80e26;
    box-shadow: 0px 5px 5px #00000030;
    border-radius: 10px;
    margin-bottom: 20px;
    overflow: hidden;
}
.action_cont{
    width: 100%;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#input_promocion{
    width: 80%;
    height: 40px;
    outline: none;
    border: none;
    border-radius: 5px 5px 5px 5px;
    color: #ffffff;
    font-size: 11px;
    font-weight: bold;
    text-align: center;
}

.seccion_modal2{
    display: none;
}