
@font-face {
  font-family: "IpirangaTextos-Regular";
  src: url(https://cacadoresderiscoipiranga.com.br/webfonts/IpirangaTextos-Regular.woff2) format("woff2");
}

@font-face {
  font-family: "IpirangaTitulos-Medium";
  src: url(https://cacadoresderiscoipiranga.com.br/webfonts/IpirangaTitulos-Medium.woff2) format("woff2");
}

@font-face {
  font-family: "IpirangaTitulos-Bold";
  src: url(https://cacadoresderiscoipiranga.com.br/webfonts/IpirangaTitulos-Bold.woff2) format("woff2");
}

/* ESTRUTURA */

html {box-sizing: border-box; height: 100%;}
*, *:before, *:after {box-sizing: inherit;}
* {font-family: inherit; font-size: 100%; margin: 0; padding: 0;}
blockquote:before, blockquote:after,q:before, q:after {content:"";}
blockquote, qm {quotes: "" "";}
hr, legend {display:none;}
img, fieldset, picture, video, embed {border: 0; margin: 0; text-decoration:none; max-width: 100%; height: auto;}
ol, ul, li {list-style:none; margin:0}
table {border-collapse:separate; border-spacing:0;}
section, aside, hgroup, nav, header, footer {display: table;}


*:focus { outline: none; }

html {
scroll-behavior: smooth;
scroll-padding: 70px 0 0;
}

body {
position: relative;
width: 100%;
height: 100%;
background: #fff;
text-align: left;
font-family: 'IpirangaTextos-Regular', sans-serif;
font-weight: 400;
font-size: 18px;
color: #404040;
}

p {
margin: 0 0 1em!important;
text-align: justify;
color: #404040;
}

strong {
font-weight: 700;
}

i {
padding: 0 6px 0 0;
}

sup {
font-size: 60%;
}

a,
button,
input[type=submit],
.submit {
cursor: pointer;
text-decoration: none;
}

a,
button,
input[type=submit],
input[type=file]::-webkit-file-upload-button,
.submit,
header,
header .faixa,
header .wrapper,
header .quickspeak,
header .wrapper .widget_media_image,
#menu, #menuToggle {
transition: all .4s ease;
}

h2, h3, h4, h5, h6 {
margin: 0 0 20px;
font-family: 'IpirangaTitulos-Medium', sans-serif;
font-weight: 500;
}

h1 {
margin: 0 0 20px;
font-family: 'IpirangaTitulos-Bold', sans-serif;
}

h1 { margin: 0 0 10px; font-size: 1.8rem; color: #000; }
h1 a { color: #1d536c; }
h1 a:hover { filter: brightness(130%); }

h2 { margin: 0 0 34px; font-size: 1.5rem; color: #0a43b6; }
h2 a { color: #fed436; }
h2 a:hover { filter: brightness(130%); }

h3 { font-size: 1.4rem; }
h3 a { color:  #fed436; }       
h3 a:hover { filter: brightness(130%); }

h4 a { color: #fed436; }
h4 a:hover { filter: brightness(130%); }

h5 a { color: #fed436; }
h5 a:hover { filter: brightness(130%); }

h6 a { color: #fed436; }
h6 a:hover { filter: brightness(130%); }

h1.aligncenter,
h2.aligncenter,
h3.aligncenter,
h4.aligncenter,
h5.aligncenter,
h6.aligncenter {
text-align: center;
}

hr,
hr.wp-block-separator {
clear: both;
display: block;
margin: 36px auto;
width: 20%;
height: 1px;
background: #aaa;
border: 0;
    }
    
    hr.full,
    hr.is-style-wide {
    width: 100%;
    height: 1px;
    }
    
    hr.clear {
    margin: 20px 0;
    background: none;
    }

article {
display: inline-block;
width: 100%;
    }

    article h2 {
    font-size: clamp(1.2em, 8vw, 1.4em);
    }

    article h3 {
    font-size: clamp(1.1em, 8vw, 1.2em);
    }
    
    article h1,
    article h2,
    article h3,
    article h4,
    article h5,
    article h6 {
    margin: 20px 0;
        }

        article h1:first-child,
        article h2:first-child,
        article h3:first-child,
        article h4:first-child,
        article h5:first-child,
        article h6:first-child {
        margin: 0 0 20px;
        }

        article p:last-child {
        margin: 0;
        }

    article iframe {
    width: 100%;
    height: 420px;
    border: 0;
    }

.conteudo {
display: inline-block;
padding: 50px 0!important;
width: 100%;
}

.wrapper {
position: relative;
clear: both;
display: block;
    }

    .wrapper {
    margin-left: auto!important;
    margin-right: auto!important;
    width: 92%;
    max-width: 1000px!important;
    }

.principal {
display: inline-block;
float: left;
width: 64%;
}

.extras {
display: inline-block;
float: right;
width: 32%;
    }

    .extras h2,
    .extras h3,
    .extras h4 {
    margin: 0 0 20px;
    }
    
@media screen and (max-width: 768px) {

    p {
    text-align: left;
    }

    .principal,
    footer .principal {
    float: none;
    margin: 0 auto 30px;
    padding: 0;
    width: 100%;
    }

    .extras,
    footer .extras {
    float: none;
    margin: 0 auto 30px;
    padding: 0;
    width: 100%;
    }

    .tab {
    float: none;
    width: 100%;
    }

}


/* HEADER */

.home header {
position: fixed;
top: 0;
}

header {
position: relative;
display: table;
width: 100%;
z-index: 2;
    }

    header .faixa {
    width: 100%;
    background: #fed029;
    }

    header .main {
    display: table;
    height: 100px; /* Altura do Header */
        }

        header .wrapper .widget_media_image {
        position: absolute;
        display: block;
        top: 50%;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        transform: translateY(-50%);
        width: 240px; /* Logo */
        line-height: 0;
            }

            header .widget_media_image figure {
            margin: 0!important;
            }
            
            header .widget_media_image img {
            width: 100%;
            }

    .quickspeak {
    display: none;
    position: relative;
    width: 100%;
    height: 34px;
    padding: 0;
    background: #117bc1;
    pointer-events: none;
    z-index: 3;
        }

        .quickspeak .wrapper {
        display: table!important;
        margin: auto;
        height: 100%;
        vertical-align: middle;
        line-height: 0;
        }

        .quickspeak ul {
        display: table-cell;
        width: auto!important;
        vertical-align: middle!important;
        text-align: right;
            }

            .quickspeak li {
            margin: 0 0 0 18px;
            display: inline-block;
                }

                .quickspeak li a {
                font-weight: 400;
                font-size: 0.9em;
                color: #fff;
                pointer-events: auto;
                    }
                    
                    .quickspeak li a:hover {
                    color: #fed436;
                    }

                .quickspeak li i {
                vertical-align: middle;
                color: #fed436;
                    }

                    .quickspeak .fa-whatsapp {
                    padding: 0 6px 1px 0;
                    font-size: 1.3em;
                    }

                    .quickspeak .fa-facebook-messenger {
                    padding: 0 6px 4px 0;
                    font-size: 1em;
                    }

                    .quickspeak .fa-instagram {
                    padding: 0 6px 1px 0;
                    font-size: 1.3em;
                    }

                    .quickspeak .fa-telegram-plane {
                    padding: 0 6px 5px 0;
                    font-size: 1.2em;
                    }
                    
                    .quickspeak .fa-phone {
                    padding: 0 6px 3px 0;
                    font-size: 1em;                 
                    }

            .quickspeak li.rede {
            margin: 2px 0 0 12px;
                }
                
                .quickspeak li.rede i {
                padding: 2px 0 4px 0;
                }


/* MENU */

#menu {
display: table-cell;
vertical-align: middle;
padding-left: 220px;
text-align: right;
    }
    
    #menu li {
    float: none;
    display: inline-block;
    margin: 3px 0 3px 24px;
        }

        #menu li a,
        #mobilemenu > li a {        
        font-family: Arial;
        font-weight: bold;
        }
        
        #menu li a {
        text-transform: uppercase;
        font-size: 16px; /* Fonte */
        color: #fff;
            }
            
            #menu li a:hover { color: #fed436; }
            #menu li.active a { color: #fed436; }
        
        #menu li:first-child {
        margin-left: 0;
        }

        #menu li:last-child {
        margin-right: 0;
            }   

            #menu > li:last-child > a {
            padding: 6px 14px 5px;
            border-radius: 60px;
            background: #fed436;
            color: #117bc1;
                }
                
                #menu > li:last-child a:hover {
                background: #117bc1;
                color: #fff!important;
                }


/* SUBMENU */
    
#menu .menu-item-has-children,
#mobilemenu .menu-item-has-children {
padding: 0;
    }   
        
    #menu .menu-item-has-children:hover > ul {
    display: block;
    }

    #menu .menu-item-has-children > ul {
    display: none;
    position: absolute;
    width: 220px;
    padding: 10px 0 0;
    z-index: 3000;
        }

        #menu .menu-item-has-children > ul li {
        clear: both;
        display: block;
        margin: 0!important;
        width: 100%;
            }
            
            #menu .menu-item-has-children > ul li:first-child a {
            border-top-left-radius: 4px;
            border-top-right-radius: 4px;
            }
                
            #menu .menu-item-has-children > ul li:last-child a {
            border-bottom-right-radius: 4px;
            border-bottom-left-radius: 4px;
            }
            
        #menu .menu-item-has-children > ul li a {
        display: block;
        padding: 12px 16px 12px;
        text-decoration: none;
        text-align: left;
        color: #117bc1!important;
        background-color: #fff;
        box-shadow: 0 2px 8px 0 rgba(0,0,0,0.2);
        font-size: 14px!important;
            }

            #menu .menu-item-has-children > ul li a:hover {
            color: #fed436!important;
            background-color: #fff;
            }


/* MOBILE MENU 3 */ 

#mobilenav {
display: none;
}

#menuLink {
position: absolute;
display: block;
width: 40px;
height: 32px;
cursor: pointer;
opacity: 0;
z-index: 2;
-webkit-touch-callout: none;
}

#menuToggle {
display: block;
position: absolute;
top: 50%;
left: 26px;
transform: translateY(-50%);
user-select: none;
z-index: 1;
    }

    #menuToggle .fecha {
    transform: none;
    }           

    #menuToggle span {
    display: block;
    width: 33px;
    height: 4px;
    margin-top: 3px;
    margin-bottom: 5px;
    position: relative;
    background: #117bc1; /* Botão */
    border-radius: 3px;
    z-index: 1;
    transform-origin: 4px 0;
    transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
        background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
        opacity 0.55s ease;
        }

        #menuToggle span:first-child {
        transform-origin: 0 0;
        }

        #menuToggle span:nth-last-child(2) {
        transform-origin: 0 100%;
        }

        #menuToggle .xis ~ span {
        opacity: 1;
        transform: rotate(45deg) translate(-2px, -1px);
        background: #fed436; /* Botão Active */
            }

            #menuToggle .xis ~ span:nth-last-child(3) {
            opacity: 0;
            transform: rotate(0deg) scale(0.2, 0.2);
            }

            #menuToggle .xis ~ span:nth-last-child(2) {
            transform: rotate(-45deg) translate(0, -1px);
            }           

#mobilemenu {
position: absolute;
width: 280px;
margin: -100px 0 0 -60px;
padding: 130px 0 20px 32px;
background: rgba(0,0,0,0.7);
backdrop-filter: blur(8px)!important;
list-style-type: none;
-webkit-font-smoothing: antialiased;
transform-origin: 0 0;
transform: translate(-100%, 0);
transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
box-shadow: 0 0 20px 0 rgba(0,0,0,0.3);
    }

    #mobilemenu > li a {
    display: block;
    padding: 12px 0 12px 22px;
    border-top: 1px dashed rgba(255,255,255,0.2); /* Cor Borda */
    text-align: left;
    line-height: 1.2em;
    font-size: 18px;
    color: #fff;
    }
        
    #mobilemenu > li:last-child a {
    border-bottom: 1px dashed rgba(255,255,255,0.2); /* Cor Borda */
    }

    #mobilemenu > li.menu-item-has-children {
    margin: 0;
    padding-left: 0;
        }
        
        #mobilemenu > li.menu-item-has-children:after {
        position: absolute;
        right: 22px;
        }

        #mobilemenu > li.menu-item-has-children:before {
        top: 12px;
        right: 12px;
        font-size: 80%;
        }   
        
    #mobilemenu .sub-menu {
    margin: 0!important;
    background: rgba(230,120,20, 0.3);
        }

        #mobilemenu .sub-menu a {
        font-size: 1em;
        }   


@media (max-width: 1100px) {

    header .main {
    height: 100px; /* Altura do Header */
        }

        header .wrapper .widget_media_image {
        width: 210px; /* Logo */
        }

}

@media (max-width: 900px) {

    header .wrapper .widget_media_image {
    display: block;
    margin: auto;
    left: 0;
    right: 0;
    }

    #menu { display: none; }
    #mobilenav { display: block }

}

@media (max-width: 768px) {

    .quickspeak {
    top: 0;
        }

        .quickspeak ul {
        max-width: none;
        }

}

@media screen and (max-width: 440px) {

    .quickspeak li.rede {
    display: none;
    }

}
    

/* FOOTER */    

footer {
display: block!important;
width: 100%;
    }
        
    footer a { color: #117bc1; }
        footer a:hover { filter: brightness(120%); }
    footer i { color: #fed436!important; }
    footer li:before { color: #fed436!important; }


/* HOME */

/* INTERNAS */

.contato form {
margin: 20px auto;
width: 80%;
}

.contato iframe {
width: 100%;
height: 350px;
border: 0;
}


/* BOX */

.box {
display: table;
width: 100%;
padding: 20px;
background: #fff;
color: #404040;
    }

    .box,
    .radius { border-radius: 4px; }
    
    .box,
    .shadow { box-shadow: 0 0 5px 0 rgba(0,0,0,0.05); }

    .box h1:first-of-type,
    .box h2:first-of-type {
    margin-top: 18px;
    }

    .box .search {
    margin: 0 0 -10px;
    }


/* FORMS, BOTÕES E TABELAS > ESTRUTURAS 22 */

form {
display: block;
margin: 0 auto;
width: 100%;
    }

    flabel,
    form label {
    float: left;
    margin: 0 0 6px;
    line-height: 1.5em;
    text-align: left;
    font-weight: 700;
    }

    form label.cbox {
    font-weight: 400;
    }

    form p {
    margin: 0;
    line-height: 1.5em;
    text-align: left!important;
    }

select,
input,
form.search,
textarea {
width: 100%;
font-weight: inherit;
    }

    select, option {
    padding: 1px 10px 1px 10px; /* Ajuste */
    }

    input {
    padding: 1px 14px 2px 14px; /* Ajuste */
    }
    
    textarea {
    margin: 0!important;
    padding: 14px 14px;
    height: 120px; /* Altura */
    line-height: 1.3em;
    }

    input[type=file] {
    background: transparent!important;
    border: none!important;
    border-radius: 0!important;
    padding: 0!important;
        }

        input[type=file]::file-selector-button,
        input[type=file]::-webkit-file-upload-button {
        display: inline-block!important;
        margin: 0 14px 0 0;
        outline: none!important;
        cursor: pointer!important;
        white-space: nowrap!important;
        -webkit-user-select: none!important;
        width: auto!important;
        height: 42px!important;
        padding: 7px 16px 10px 16px!important;
        vertical-align: middle!important;
        text-align: center!important;
		font-family: 'IpirangaTextos-Regular', sans-serif;
		font-weight: 500;
		font-size: 1em;
        background: #feb325!important;
        border: 0!important;
        border-radius: 6px!important;
        color: #000!important;
            }

            input[type=file]::file-selector-button:hover,
            input[type=file]::-webkit-file-upload-button:hover {
            background: #fed22a!important;
            }

.conteudo button,
input[type=submit], .cta,
.button, .button.wc-backward, .button.wc-forward { 
width: auto;
padding: 8px 16px 8px 16px;
vertical-align: middle;
text-align: center;
font-family: Arial;
font-weight: 400;
    }

    .conteudo button#botao_enviar {
    height: 60px;
    padding: 14px 16px 14px 16px;
    font-family: 'IpirangaTextos-Regular', sans-serif;
    font-weight: 500;
    font-size: 1.1em;
    }

    .conteudo button:before,
    input[type=submit]:before, .cta:before,
    .button:before, .button.wc-backward:before, .button.wc-forward:before,
    .wp-block-button a.wp-block-button__link:before { 
    font-style: normal!important;
    }

    .mini a.wp-block-button__link {
    height: 30px!important;
    font-size: 14px;
    }

    input[type=submit] {
    padding-top: 0; padding-bottom: 0;
    } 

    .conteudo button,
    .wp-block-group button:before,
    .wp-block-cover button:before { 
    min-height: 42px; /* Altura */
    }

    .swal2-popup button {
    width: auto!important;
    }

    form.search, select, input, input[type=submit], .cta,
    .search button.search-submit,
    .wp-block-button a.wp-block-button__link { 
    min-height: 42px; /* Altura Mínima */
        }

        input[type=submit],
        .wp-block-button a.wp-block-button__link { 
        display: table-cell!important;
        }

        .cta { 
        display: table!important;
        padding: 0 18px!important;
            }
            
            .cta span {
            display: table-cell;
            vertical-align: middle;
            }

    .cadastre input[type=submit] {
    width: 100%;
    }       

    .owl-carousel button {
    border-radius: 70px!important;
        }

        .owl-carousel button.owl-dot {
        display: none;
        }

    .wpcf7 .wpcf7-list-item {
    clear: both;
    display: block!important;
    margin: 8px 22px 8px 0!important;
    text-align: left;
    /* Fonte dos Radios e Checkboxes */
    font-family: arial, sans-serif;
    font-weight: 300!important;
    font-size: 17px;
        }

        .wpcf7-list-item-label {
        display: table-cell;
        vertical-align: middle;
        color: inherit!important;
            }

            input[type=checkbox] {
            clear: both;
            float: left;
            display: table;
            margin: -8px 8px 0 2px!important; /* Ajuste */
            width: 0.9em;
            height: 0.9em;
            line-height: inherit!important;
            }

            input[type=radio] {
            clear: both;
            float: left;
            display: table;
            margin: -7px 8px 2px 2px!important; /* Ajuste */
            width: 0.9em;
            height: 0.9em;
            line-height: inherit!important;
            }

        .comment-form-cookies-consent {
        margin: 20px 0!important;
        display: table;
            }       
            
            .comment-form-cookies-consent label {
            float: left;
            width: auto;
            }


.wp-block-buttons {
text-align: left;
    }

    .wp-block-buttons.aligncenter .wp-block-button {
    padding: 4px 4px;
        }

        .wp-block-button.aligncenter a { margin: auto; }    
        .wp-block-button.alignleft a { float: left; }   
        .wp-block-button.alignright a { float: right; }

        .wp-block-button a.wp-block-button__link {      
        opacity: 1;
            }
            
            .wp-block-button a.wp-block-button__link:hover {
            opacity: 0.8;
            }

ul.call {
clear: both;
display: table;
margin: 34px auto 24px;
text-align: center;
    }

    ul.call li {
    display: inline-block;
    float: left;
    margin: 0 8px;
    }
    
.cta.collapsible {
display: table;
vertical-align: middle;
text-align: center;
    }

    .cta.aligncenter {
    margin-left: auto!important;
    margin-right: auto!important;
    }   
    
    .cta.alignleft { float: left; } 
    .cta.alignright { float: right; }

.view,
.view-article,
.comment-reply-link,
.comment-reply-login {
clear: both;
display: table;
margin: 16px 0 8px;
padding: 8px 12px;
line-height: 1em;
text-transform: none;
font-size: 90%;
    }

    .view-article:before {
    padding: 0 6px 0 0;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: '\f15c';
    }

    .comment-reply-link:before {
    padding: 0 6px 0 0;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: '\f3e5';
    }
    
    .comment-reply-login:before {
    padding: 0 6px 0 0;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: '\f2f6';
    }

a.axn, .axn a {
padding: 26px!important;
    }

    .wp-block-button__width-25.axn a.wp-block-button__link,
    .wp-block-button__width-50.axn a.wp-block-button__link,
    .wp-block-button__width-75.axn a.wp-block-button__link,
    .wp-block-button__width-100.axn a.wp-block-button__link {
    display: table!important;
    }

.wp-block-button.full {
display: table!important;
margin-left: 0!important;
margin-right: 0!important;
width: 100%!important;
    }

    .full, .full a,
    .wp-block-button.full a {
    width: 100%!important; 
    }

.captcha {
margin: 0 0 16px;
width: 302px;
height: 76px;
overflow: hidden;
    }

    .grecaptcha-badge {
    display: none!important;
    }

table {
margin: 0!important;
width: 100%;
border-collapse: collapse;
text-align: left;
    }
    
    th,
    td {
    padding: 0.6em; 
    line-height: 1.2em;
    }

.auto table td {
width: auto!important;
}

@media (max-width: 1300px) {

    .comment-form-cookies-consent label {
    width: 400px;
    }

}

@media (max-width: 900px) {

}

@media (max-width: 768px) {

    a.axn, .axn a {
    padding: 16px!important;
    }
    
    .wp-block-table  {
    display: block;
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    }

}

@media (max-width: 520px) {

    form {
    width: 100%;
        }
        
        button,
        input[type=submit],
        .senha {
        margin: 0;
        width: 100%;
        }

    .comment-form-cookies-consent label {
    width: 300px;
    }       
        
    .cadastre input {
    margin: 0 0 6px;
    width: 100%;
        }

        .cadastre input[type=submit],
        .cadastre .submit {
        margin: 0;
        width: 100%;
        }

    .login {
    width: 54%;
        }
        
        .login form {
        margin: 10px auto 2px;
        }
        
    ul.call  {
    margin: 26px auto 16px;
        }
        
        ul.call li {
        display: block;
        float: none;
        margin: 8px;
        }

        ul.call .cta {
        width: 100%;
        }

}


/* FORMS & BOTÕES > CURVATURAS 17 */    

input,
select,
header button,
.conteudo button,
.cookiepanel button,
.button, .cta, .view, 
.view-article {
border-radius: 6px!important;
}

.select2-container--default .select2-selection--single {
border-radius: 6px!important;
}

textarea {
border-radius: 6px;
}

.swal2-popup,
.swal2-popup button,
p.has-background {
border-radius: 6px!important;
}

iframe {
border-radius: 0!important;
}


/* FORMS, BOTÕES, TABELAS E PAGINAÇÃO > CORES E BORDAS 18 */

input,
select,
textarea,
.wp-block-search__button-inside .wp-block-search__inside-wrapper,
.select2-container--default .select2-selection--single,
.select2-results ul li {
background: #fff!important;
border: 1px solid rgba(0,0,0,0.2)!important;
color: #464646!important;
    }

    input:focus,    
    select:focus,
    textarea:focus,
    .select2-container--default .select2-selection--single:focus {
    background: #f6f6f6!important;
    }

    .wpcf7-list-item-label { color: #464646; }

    ::placeholder, .wpcf7 select {
    color: #888!important;
        }
        
        .wpcf7 select option {
        color:#666!important;
        }



.view,
.view-article,
.reply .comment-reply-link,
.comment-reply-login,
.wp-block-search__button,
input[type=submit],
header button,
a.button,
.conteudo button,
.wp-block-group button,
.wp-block-cover button,
.button.wc-backward,
.button.wc-forward,
a.wp-block-button__link.add_to_cart_button.ajax_add_to_cart {
background: #0a43b6!important;
border: 0!important;
color: #fff!important;
    }

    .view:hover, .view:active,
    .view-article:hover, .view-article:active,
    .comment-reply-link:hover, .comment-reply-link:active,
    .comment-reply-login:hover, .comment-reply-login:active,
    .wp-block-search__button:hover, .wp-block-search__button:active,
    input[type=submit]:hover, input[type=submit]:active, input[type=submit]:focus,
    header button:hover, header button:active, header button:focus,
    a.button:hover, a.button:active, a.button:focus,
    .conteudo button:hover, .conteudo button:active, .conteudo button:focus,
    .wp-block-group button:hover, .wp-block-group button:active, .wp-block-group button:focus,
    .wp-block-cover button:hover, .wp-block-cover button:active, .wp-block-cover button:focus,
    .button.wc-backward:hover, .button.wc-forward:hover,
    a.wp-block-button__link.add_to_cart_button.ajax_add_to_cart:hover {
    cursor: pointer;
    background: #053380!important;
    border: 0!important;
    color: #fff!important;
    }

.cta {
background: none;
border: 1px solid #0a43b6;
color: #0a43b6;
    }

    .cta:hover {
    background: #0a43b6;
    border: 1px solid #0a43b6;
    color: #fff;
    }

.comment-body {
background: rgba(130,130,130,0.08);
border: 1px solid rgba(130,130,130,0.2);
font-size: 0.9em;
}

.wp-block-file {
background: #f6f7fb;
}

.wp-block-quote {
border-color: #fed436!important;
}

.wp-block-pullquote {
border-color: #fed436!important;
}

table {
margin: 0 0 20px;
    }

    th {
    background: rgba(150,150,150,1)!important;
    color: #fff;
        }

        .cart-subtotal th,
        .order-total th {
        background: rgba(0,0,0,0.05);
        color: inherit;
        }

    td, tr {
    border: 1px solid #B8B8B8;
    color: inherit;
        }

        tr:nth-child(odd) { background: rgba(150,150,150,0.2)!important; }
        tr:nth-child(even) { background: rgba(150,150,150,0.1)!important; }

.wp-block-quote {
border-color: #f3a352;
}

.nav-links a,
.nav-links span,
.navigation a,
.navigation span,
ul.page-numbers li a,
ul.page-numbers li span {
background: #e5e5e5;
color: #117bc1;
    }

    .pagination a:hover,
    .navigation a:hover,
    ul.page-numbers li a {
    background: #c7d4e3;
    filter: brightness(130%);
    }       
    
    .pagination span.current,
    .navigation span.current,
    ul.page-numbers li span.current {
    background: #117bc1;
    color: #fff;
    }


/* WHATSBUTTON 3.1 */

.whatsbutton {
position: fixed;
bottom: 26px;
right: 26px;
line-height: 1.4em;
z-index: 3;
    }
    
    .whatsbutton a {
    display: block;
    width: 52px;
    height: 52px;   
    padding: 13px 12px 9px;
    text-align: center;
    border: none;
    box-shadow: 0 0 0 0 rgba(62,182,95, 0.7);
    border-radius: 50%;
    background: #3eb65f;
    color: #fff;  
    user-select: none;
    animation: pulser 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    }

    .whatsbutton a:before {
    top: 10px;
    left: 16px;
    text-align: left;
    line-height: 25px;
    font-family: "Font Awesome 5 Brands";
    font-weight: 400;
    font-size: 28px!important;
    content: "\f232";
    }
    
    .whatsbutton a:hover {
    background: #8BC34A;
    box-shadow: 0 0 0 0 rgba(139,195,74, 0.7);
    }

    .whatsbutton span {
    display: none;
    }

    @keyframes pulser { to { box-shadow: 0 0 0 25px rgba(62,182,95,0); } }


/* MVA DISPLAY GRID 6 + ON & OFF */

.grid_um,
.grid_um_extras,
.grid_dois,
.grid_tres,
.grid_tres_force,
.grid_tres_destaque,
.grid_quatro,
.grid_cinco,
.grid_seis {
clear: both;
display: grid!important; 
margin: auto;
padding: 0!important;
    }

    .grid_um > li, .grid_um > div,
    .grid_um_extras > li, .grid_um_extras > div,
    .grid_dois > li, .grid_dois > div,
    .grid_tres > li, .grid_tres > div,
    .grid_tres_force > li, .grid_tres_force > div,
    .grid_tres_destaque > li, .grid_tres_destaque > div,
    .grid_quatro > li, .grid_quatro > div,
    .grid_cinco > li, .grid_cinco > div,
    .grid_seis > li, .grid_seis > div {
    margin: 0!important;
    list-style-type: none!important;
    padding: 12px;
    background: #f2f2f2;
    border-radius: 12px!important;
    }

    .grid_um > li:before,
    .grid_um_extras > li:before,
    .grid_dois > li:before,
    .grid_tres > li:before,
    .grid_tres_force > li:before,
    .grid_tres_destaque > li:before,
    .grid_quatro > li:before,
    .grid_cinco > li:before,
    .grid_seis > li:before {
    content: ''!important;
    }

    .grid_um,
    .grid_um_extras { 
    grid-template-columns: repeat(1, 1fr);
    }

    .grid_dois { 
    grid-template-columns: repeat(2, 1fr);
    }

    .grid_tres,
    .grid_tres_force,
    .grid_tres_destaque { 
    grid-template-columns: repeat(3, 1fr);
    }

    .grid_quatro { 
    grid-template-columns: repeat(4, 1fr);
    }

    .grid_cinco { 
    grid-template-columns: repeat(5, 1fr);
    }

    .grid_seis { 
    grid-template-columns: repeat(6, 1fr);
    }

.g1 { grid-gap: 10px; }
.g2 { grid-gap: 20px; }
.g3 { grid-gap: 30px; }
.g4 { grid-gap: 40px; }
.g5 { grid-gap: 50px; }
.g6 { grid-gap: 60px; }
.g7 { grid-gap: 70px; }
.g8 { grid-gap: 80px; }

.g0 .wp-block-column { margin: 0!important; }
.g1.grid_space { margin-bottom: 10px!important; }
.g2.grid_space { margin-bottom: 20px!important; }
.g3.grid_space { margin-bottom: 30px!important; }
.g4.grid_space { margin-bottom: 40px!important; }
.g5.grid_space { margin-bottom: 50px!important; }
.g6.grid_space { margin-bottom: 60px!important; }
.g7.grid_space { margin-bottom: 70px!important; }
.g8.grid_space { margin-bottom: 80px!important; }

.p0 { padding: 0; }
.p1 { padding: 10px 0; }
.p2 { padding: 20px 0; }
.p3 { padding: 30px 0; }
.p4 { padding: 40px 0; }
.p5 { padding: 50px 0; }
.p6 { padding: 60px 0; }
.p7 { padding: 70px 0; }
.p8 { padding: 80px 0; }

    .p1.space { padding: 10px!important; }
    .p2.space { padding: 20px!important; }
    .p3.space { padding: 30px!important; }
    .p4.space { padding: 40px!important; }
    .p5.space { padding: 50px!important; }
    .p6.space { padding: 60px!important; }
    .p7.space { padding: 70px!important; }
    .p8.space { padding: 80px!important; }
    

@media screen and (max-width: 1400px) {
.adaptive .wrapper { max-width: 1100px; }
}   


@media screen and (max-width: 1300px) {
.adaptive .wrapper { max-width: 900px; }
}
    
@media screen and (max-width: 1100px) {
.adaptive .wrapper { max-width: 750px; }
}


@media screen and (max-width: 900px) {
.adaptive .wrapper { max-width: 600px; }
}


@media screen and (max-width: 768px) {
.adaptive .wrapper { max-width: 480px; }
}


@page { 
    size: auto;
    margin: 30mm 0 30mm 0;
    }

    @media print {

    body {
    font-size: 90%;
    }

    h1, h2 {
    margin: 0 0 10px!important;
    }

    header,
    footer {
    display: none;
    }

    .conteudo {
    box-shadow: none;
    }

    .wrapper {
    margin: auto;
    width: 85%;
    }

    .principal { width: 100%; }

    .extras,
    .comment-respond {
    display: none;
    }

}


.alert{position:relative;padding:10px;text-align:left;border-width:0;border-style:solid}
.alert-success,.alert-success a,.parsley-success{color:#1e620f;border-color:#7cd362;background:#d3ffc6}
.alert-danger,.alert-danger a,.danger,.parsley-error{color:#620f0f;border-color:#db6a6a;background:#ffc6c6}