﻿@media only screen and (max-width: 767px) {
    .circle {
        color: #450dae;
        border-radius: 50%;
        width: 100px;
        height: 100px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 4rem;
        border: #450dae 2px solid;
        background-color: white;
        transition: 0.5s;
        margin-bottom: 5rem;
    }
    .circle-acoes {
        color: #450dae;
        border-radius: 50%;
        width: 100px;
        height: 100px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 4rem;
        background-color: white;
        transition: 0.5s;
        margin-bottom: 5rem;
    }

    .box-class-doc {
        height: 12rem;
        border: dashed 1px #450dae;
        border-radius: 20px;
        margin-bottom: 4rem;
        width: 100%;
        box-shadow: 2px 0px 0px 11px rgba(107,76,202,0.26);
        -webkit-box-shadow: 2px 0px 0px 11px rgba(107,76,202,0.26);
        -moz-box-shadow: 2px 0px 0px 11px rgba(107,76,202,0.26);
    }
    .acoes-judiciais-tittle {
        text-align: center;
        padding: 0 30% 0 30%;
        margin: 12rem 0 3rem 0;
        text-transform: uppercase;
    }
}
/*CELULAR*/

@media only screen and (min-width: 768px) { /*computador*/
    .btn-circle {
        width: 30px;
        height: 30px;
        text-align: center;
        padding: 6px 0;
        font-size: 12px;
        line-height: 1.428571429;
        border-radius: 15px;
    }

        .btn-circle.btn-lg {
            width: 50px;
            height: 50px;
            padding: 10px 16px;
            font-size: 18px;
            line-height: 1.33;
            border-radius: 25px;
        }

        .btn-circle.btn-xl {
            width: 70px;
            height: 70px;
            padding: 10px 16px;
            font-size: 24px;
            line-height: 1.33;
            border-radius: 35px;
        }

    .content-vandal {
        padding: 10px 16px;
        line-height: 1.33;
        border-radius: 35px;
    }

    .navbar-fixed-top {
        top: -60px;
    }

    .circle {
        color: #450dae;
        border-radius: 50%;
        width: 100px;
        height: 100px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 4rem;
        border: #450dae 2px solid;
        background-color: white;
        transition: 0.5s;
        margin-top: 4rem;
    }

        .circle:hover {
            color: white;
            background-color: #450dae;
            transition: 0.5s;
        }

    .circle-acoes {
        color: #450dae;
        border-radius: 50%;
        width: 100px;
        height: 100px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 4rem;
        border: #450dae 2px solid;
        background-color: white;
        transition: 0.5s;
        margin-top: 4rem;
    }

        .circle-acoes:hover {
            color: white;
            background-color: #450dae;
            transition: 0.5s;
        }

    #linha1 {
        width: 50%;
        height: 4px;
        background-color: #83DC48;
        position: absolute;
        top: 44.5rem;
        left: 33rem;
    }

    .box-class-doc {
        height: 16rem;
        width: 20rem;
        border: dashed 1px #450dae;
        border-radius: 20px;
        margin-bottom: 5rem;
        margin-left: 5rem;
        box-shadow: 2px 0px 0px 11px rgba(107,76,202,0.26);
        -webkit-box-shadow: 2px 0px 0px 11px rgba(107,76,202,0.26);
        -moz-box-shadow: 2px 0px 0px 11px rgba(107,76,202,0.26);
        /* margin: -20rem;*/
    }

  
}
