<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*modal*/

:root {
    --icon-bg-w:60px;
    --icon-bg-h:60px;
    --icon-tamanho:25px;
    --icon-bg-radius:0px;
    --whatsapp-color:#26d367;
    --facebook-color:#3b5999;
    --margin-icons:0px;
    --cor-primaria:    #32427a;
	--cor-secundaria:  #d90000;
	--cor-terciaria:   #27292c;
	--cor-quartenaria: #747478;

}
.whats-modal{
    font-size: x-large;
}
.categoria-modal{
    color: #101010 !important;
    text-decoration: none !important;
}
.categoria-modal:hover,
.categoria-modal:focus{
    color: #101010 !important;
    text-decoration: none !important;
}
.share:active{
    color: #fff !important;
}
.whatsapp-modal a i{
    color: #27ae60;
    text-decoration: none;
}
.whatsapp-modal a i:hover,
.whatsapp-modal a i:focus{
    color: #27ae60;
    text-decoration: none;
}
.modal-titulo{
    color: #fff;
    background: var(--cor-primaria);
}
.tabela-whatsapp a{
    font-size: 2em;
    color: #000000;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.tabela-whatsapp a:hover,
.tabela-whatsapp a:focus{
    font-size: 2em;
    color: #000000 !important;
    text-decoration: none;
}
.tabela-whatsapp a .icon-w{
    color: #27ae60;
}
@media screen and (min-width: 768px){
    /*Social*/
    .box{
        position: fixed;
        right: 1px;
        top: 25%;
        z-index: 55;
    }
    .share{
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        background-color:transparent;
        border-top-left-radius: 13px;
        border-bottom-left-radius: 14px;
       
    }
    .share&gt;a:nth-child(1){
        display: flex;
        justify-content: center;
        align-items: center;
        font-size:var(--icon-tamanho);
        color: #fff !important;
        width: 60x;
        height: 65px;       
        margin-bottom: var(--margin-icons) !important;
        background-color: var(--whatsapp-color) !important;
        border-top-left-radius: 15px;
    }
    
    .share&gt;a:nth-child(2){
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: var(--icon-tamanho)!important;
        color: #fff !important;
        width: 60px;
        height: 65px;
        background-color: var(--facebook-color)!important;
        border-radius: var(--icon-bg-radius)!important;
        margin: 2px 0px;
    }
    .share&gt;a:nth-child(3){
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: var(--icon-tamanho);
        color: #fff!important;
        width: 60px;
        height: 65px;
         background: -webkit-radial-gradient(32% 106%, circle cover, rgb(255, 225, 125) 0%, rgb(255, 205, 105) 10%, rgb(250, 145, 55) 28%, rgb(235, 65, 65) 42%, transparent 82%), -webkit-linear-gradient(-45deg, rgb(35, 75, 215) 12%, rgb(195, 60, 190) 58%)!important;
        background: -moz-radial-gradient(32% 106%, circle cover, rgb(255, 225, 125) 0%, rgb(255, 205, 105) 10%, rgb(250, 145, 55) 28%, rgb(235, 65, 65) 42%, transparent 82%), -moz-linear-gradient(-45deg, rgb(35, 75, 215) 12%, rgb(195, 60, 190) 58%)!important;
        background: -ms-radial-gradient(32% 106%, circle cover, rgb(255, 225, 125) 0%, rgb(255, 205, 105) 10%, rgb(250, 145, 55) 28%, rgb(235, 65, 65) 42%, transparent 82%), -ms-linear-gradient(-45deg, rgb(35, 75, 215) 12%, rgb(195, 60, 190) 58%)!important;
        background: -o-radial-gradient(32% 106%, circle cover, rgb(255, 225, 125) 0%, rgb(255, 205, 105) 10%, rgb(250, 145, 55) 28%, rgb(235, 65, 65) 42%, transparent 82%), -o-linear-gradient(-45deg, rgb(35, 75, 215) 12%, rgb(195, 60, 190) 58%)!important;
        background: radial-gradient(circle farthest-corner at 32% 106%, rgb(255, 225, 125) 0%, rgb(255, 205, 105) 10%, rgb(250, 145, 55) 28%, rgb(235, 65, 65) 42%, transparent 82%), linear-gradient(135deg, rgb(35, 75, 215) 12%, rgb(195, 60, 190) 58%)!important;
        border-bottom-left-radius: 15px; 
    }
    .share a{
        text-decoration: none;
    }
    .share a:hover,
    .share a:focus{
        text-decoration: none;
    }
}
@media screen and (max-width: 767px){
      /*Social*/
    .box{
        position: fixed;
        left: 0;
        bottom: 0;
        z-index: 55;
        width: 100%;
    }
    .rodape{
        margin-bottom: 35px;
    }
    .share{
        display: flex;
        flex-direction: row;       
        width: 100%;
        height: 34px;
        
    }
    
    .share a{
        width: 100%;
    }
    /*
    .share a {
        width: 100%;
    }
    */
    
    .share&gt;a:nth-child(1){
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 25px;
        color: #fff !important;
        height: 40px;
        background: #179c17!important;
    }
    .share&gt;a:nth-child(3){
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 25px;
        color: #fff !important;
        height: 40px;
        background: -webkit-radial-gradient(32% 106%, circle cover, rgb(255, 225, 125) 0%, rgb(255, 205, 105) 10%, rgb(250, 145, 55) 28%, rgb(235, 65, 65) 42%, transparent 82%), -webkit-linear-gradient(-45deg, rgb(35, 75, 215) 12%, rgb(195, 60, 190) 58%)!important;
        background: -moz-radial-gradient(32% 106%, circle cover, rgb(255, 225, 125) 0%, rgb(255, 205, 105) 10%, rgb(250, 145, 55) 28%, rgb(235, 65, 65) 42%, transparent 82%), -moz-linear-gradient(-45deg, rgb(35, 75, 215) 12%, rgb(195, 60, 190) 58%)!important;
        background: -ms-radial-gradient(32% 106%, circle cover, rgb(255, 225, 125) 0%, rgb(255, 205, 105) 10%, rgb(250, 145, 55) 28%, rgb(235, 65, 65) 42%, transparent 82%), -ms-linear-gradient(-45deg, rgb(35, 75, 215) 12%, rgb(195, 60, 190) 58%)!important;
        background: -o-radial-gradient(32% 106%, circle cover, rgb(255, 225, 125) 0%, rgb(255, 205, 105) 10%, rgb(250, 145, 55) 28%, rgb(235, 65, 65) 42%, transparent 82%), -o-linear-gradient(-45deg, rgb(35, 75, 215) 12%, rgb(195, 60, 190) 58%)!important;
        background: radial-gradient(circle farthest-corner at 32% 106%, rgb(255, 225, 125) 0%, rgb(255, 205, 105) 10%, rgb(250, 145, 55) 28%, rgb(235, 65, 65) 42%, transparent 82%), linear-gradient(135deg, rgb(35, 75, 215) 12%, rgb(195, 60, 190) 58%)!important;
    }
    .share&gt;a:nth-child(2){
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 25px;
        color: #fff !important;
        height: 40px;
        background: #0066cc!important;
    }
    .share a{
        text-decoration: none;
    }
    .share a:hover,
    .share a:focus{
        text-decoration: none;
    }
}</pre></body></html>