.servicos{
    background-color: #182439;
    padding-bottom: 50px;
    width: 100vw;
    display: flex;
    justify-content: center;
}

.card-body{
    padding-right: 0 !important;
    padding-left: 0 !important;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: space-between;
}

.title-servicos{
    margin-top: 50px !important;
    margin-bottom: 20px !important;
    color: white;
    font-weight: bolder;
    font-size: x-large;
}

.card-servicos{
    background-color: rgba(255, 255, 255, 0);
    border: none;
    transition: background-color 1.5s;
    width: 100% !important;
}
.card-servicos-2{
    background-color: rgba(255, 255, 255, 0);
    border: none;
    transition: background-color 1.5s;
    width: 100% !important;
    margin-bottom: 20px;
}

.card-servicos-3{
    border-radius: 5px;
    margin-top: 5px;
    padding: 0;
    background-color: rgba(255, 255, 255, 0);
    /* border: none; */
    border: 1px solid #dcdcdc;
    transition: background-color 1.5s;
    width: 100% !important;
    margin-bottom: 20px;
}

.card-servicos-3:hover{
    margin-top: 0;
    margin-bottom: 25px;
    -webkit-box-shadow: 5px 5px 18px 0px rgba(176,176,176,1);
    -moz-box-shadow: 5px 5px 18px 0px rgba(176,176,176,1);
    box-shadow: 5px 5px 18px 0px rgba(176,176,176,1);
}

.card-servicos:hover{
    background-color: rgba(0, 0, 0, 0.1);
}

.img-servico{
    margin-top: 20px;
    width: 40px !important;
    height: 40px !important;
}
.img-servico-2{
    width: 100px !important;
    height: 100px !important;
}


.div-icon-servicos{
    height: 120px;
}

.card-title-servicos{
    color: white;
    white-space: nowrap !important;
    font-size: small;
    /* font-weight: bolder; */
}

.btn-servicos{
    background-color: rgba(255, 255, 255, 0);
    border-color: white;
}


.servicos-module{
    background-color: #ebebeb;
    padding-top: 20px;
    padding-bottom: 20px;
    width: 100vw;
    display: flex;
    justify-content: center !important;
}

.servicos-module-2{
    background-color: white;
    padding-bottom: 20px;
    width: 100vw;
    display: flex;
    justify-content: center !important;
}

.servicos-module-3{
    background-color: white;
    padding-bottom: 20px;
    padding-top: 30px;
    width: 100vw;
    display: flex;
    justify-content: center !important;
}

.card-title-servicos-module{
    color: black;
    white-space: nowrap !important;
    font-size: small;
}

.card-title-servicos-module-2{
    color: #182439;
    white-space: nowrap !important;
    font-size: medium;
}

.card-title-servicos-module-3{
    color: white;
    white-space: nowrap !important;
    font-size: medium;
    font-weight: bolder;
    /* background-color: rgba(0, 0, 0, 0.5); */
    /* text-shadow: 0.1em 0.1em 0.2em black */
    /* text-shadow: 0px 0px 8px #000000, 0px 0px 10px #002FFF, 0px 0px 7px #002FFF, 0px 0px 3px rgba(0,0,0,0.79); */
    /* text-shadow: 0px 0px 8px #000000, 0px 0px 3px rgba(0,0,0,0.79), 0px 0px 7px rgba(0,0,0,0.79), 0px 0px 10px rgba(0,0,0,0.79); */
    text-shadow: 0px 0px 8px #000000, 0px 0px 3px rgba(0,0,0,0.79), 0px 0px 7px rgba(0,0,0,0.79), 0px 0px 10px rgba(0,0,0,0.79), 0px 0px 13px rgba(0,0,0,0.79), 0px 0px 13px rgba(0,0,0,0.79);
}

.btn-servicos-module{
    background-color: rgba(255, 255, 255, 0);
    border-color: grey;
}

.center-servicos-module{
    display: flex;
    justify-content: center;
}

.card-header-2{
    border-radius: 5px 5px 0 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100px !important;
    background-size: cover;
}

.card-text{
    /* text-align: start; */
    padding-right: 20px !important;
    padding-left: 20px !important;
}
.card-text:last-child {
    margin-bottom: 20px;
}

.linked-card{
    color: black;
}
.linked-card:hover{
    color: black;
    text-decoration: none;
}

.consultoria-card{
    /* min-height: 257px; */
}
.cloud-card{
    /* min-height: 234px; */
}
.card-body-network{
    /* min-height: 382px; */
}
.card-body-software{
    min-height: 313px;
}
.card-body-acessibilidade{
    /* min-height: 290px; */
}
.card-body-seguranca{
    min-height: 280px;
}
.card-body-colaboracao{
    min-height: 240px;
}
.card-body-datacenter{
    min-height: 272px;
}
.gerenciados-card{
    min-height: 236px;
}

.col-network{
    max-width: 20%;
}

@media (max-width: 768px){
    .col-network{
        max-width: 100%;
    }
}
