/*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;
}

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

.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*/
    .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) !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>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) {
    .blob {
        border-radius: 50%;
        margin: 10px;
        height: 20px;
        width: 20px;

        box-shadow: 0 0 0 0 rgba(0, 0, 0, 1);
        transform: scale(1);
        animation: pulse 2s infinite;
    }

    @keyframes pulse {
        0% {
            transform: scale(0.95);
            box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
        }

        70% {
            transform: scale(1);
            box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
        }

        100% {
            transform: scale(0.95);
            box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
        }
    }

    /*Social*/
    .box {
        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 !important;
        height: 40px;
        background: #179c17 !important;
    }

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