/*modal*/

:root {
    --icon-bg-w: 60px;
    --icon-bg-h: 60px;
    --icon-tamanho: 35px;
    --icon-bg-radius: 2px;
    --whatsapp-color: #26d367;
    --facebook-color: #3b5999;
    --margin-icons: 0px;

}

.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;
}

.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: #101010;
}

.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;
    text-decoration: none;
}

.tabela-whatsapp a .icon-w {
    color: #27ae60;
}

@media screen and (min-width: 768px) {
    /*Social*/

    .modal-whats {
        border-radius: 10px 0px 0px 0px !important;
        margin-bottom: 5px !important;
    }

    .modal-facebook {
        margin-bottom: 5px !important;
    }

    .modal-instagram {
        border-radius: 0px 0px 0px 10px !important;
    }

    .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>a:nth-child(1) {
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: var(--icon-tamanho);
        color: #fff;
        width: var(--icon-bg-w);
        height: var(--icon-bg-h);
        ;
        margin-bottom: var(--margin-icons);
        background-color: var(--whatsapp-color);
        border-radius: var(--icon-bg-radius);
    }

    .share>a:nth-child(2) {
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: var(--icon-tamanho);
        color: #fff;
        width: var(--icon-bg-w);
        height: var(--icon-bg-h);
        ;
        margin-bottom: var(--margin-icons);
        background-color: var(--facebook-color);
        border-radius: var(--icon-bg-radius);
    }

    .share>a:nth-child(3) {
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: var(--icon-tamanho);
        color: #fff;
        width: var(--icon-bg-w);
        height: var(--icon-bg-h);
        border-radius: var(--icon-bg-radius);
        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%);
        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%);
        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%);
        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%);
        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%);
    }

    .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%;
    }

    .share {
        display: flex;
        flex-direction: row;
        width: 100%;
    }

    .share a {
        width: 100%;
    }

    /*
    .share a {
        width: 100%;
    }
    */

    .share>a:nth-child(1) {
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 25px;
        color: #fff;
        height: 40px;
        background: #179c17;
    }

    .share>a:nth-child(3) {
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 25px;
        color: #fff;
        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%);
        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%);
        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%);
        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%);
        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%);
    }

    .share>a:nth-child(2) {
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 25px;
        color: #fff;
        height: 40px;
        background: #0066cc;
    }

    .share a {
        text-decoration: none;
    }

    .share a:hover,
    .share a:focus {
        text-decoration: none;
    }

    .tabela-whatsapp a {
        font-size: 1.5em;
    }
}