/*
All rights reserved Promuevete Queretaro 2021
*/


/*  Header  */
.navigation-colors a, .navigation-colors a:link, .navigation-colors a:visited {
    font-family: "Armata";
    border-radius: 1.2rem;
}

/*  Buttons  */
.j-callToAction .j-calltoaction-link-style-1 {
    border-radius: 2rem;
}

#cc-nav-view-2381312557 {
    a {
        text-decoration: underline;
        text-decoration-color: red;
    }
}

.content-options-inner .j-calltoaction-link-style-1:link, .content-options-inner .j-calltoaction-link-style-1:visited {

    border-radius: 1rem;

}

/*  Contact buttons  */
#contact_buttons {
    position: fixed;
    bottom: 5%;
    right: 1%;
    width: 50px;
}

.wha_btn_contact, .phone_btn_contact {
    border-radius: 50%;
    display: grid;
    place-items: center;
    width: 45px;
    height: 45px;
    font-size: 23px;
    cursor: pointer;
    border: none;
    margin: 3px;
    color: white;
    outline: none;
}

.wha_btn_contact:focus, .phone_btn_contact:focus {
    box-shadow: none;
    border: 2px solid white;
}

.wha_btn_contact {
    background-color: #01e675;
    box-shadow: 2px 9px 8px -4px rgba(1,230,117, 0.7);
    border: 2px solid #01e675;
}

.phone_btn_contact {
    background-color: var(--c-gray4);
    box-shadow: 2px 9px 8px -4px rgba(59, 63, 64, 0.59);
    border: 2px solid var(--c-gray5);
}
/*********** PATCH ***********/
.jtpl-mobile-navigation, .jtpl-top-bar {
    z-index: 10;
}

.pwf__alert__background, .pwf__alert__canvas {
    z-index: 13;
}

.c__modal {
    z-index: 11;
    font-size: 16px;
}

.c__notification--float {
    z-index: 12;
}

#goto_online {
    width: fit-content;
}

@media (max-width: 500px){
   
    .pwf__alert__canvas {
        background-color: rgba(231, 231, 231, 0) !important;
    }
    
   
}