.servicosPill{
    background-color: var(--colorfirst);
    color: white;
    border-radius: 200px;
    padding: 30px;
   text-align: center;
    z-index: 999;
}


.servicosPill h1,
.servicosPill .h1,
.servicosPill h2,
.servicosPill .h2,
.servicosPill h3,
.servicosPill .h3,
.servicosPill h4,
.servicosPill .h4,
.servicosPill p,
.servicosPill .p{
    color: white;
}

.servicosItemContainer{
    width: 100%;
    height: 100%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    position: relative;
    z-index: 99;
    padding-left: 20px; 
    padding-right: 20px;
}

.servicosItemContainer h1,
.servicosItemContainer .h1,
.servicosItemContainer h2,
.servicosItemContainer .h2,
.servicosItemContainer h3,
.servicosItemContainer .h3,
.servicosItemContainer h4,
.servicosItemContainer .h4,
.servicosItemContainer p,
.servicosItemContainer .p{
   text-align: center;
}

.servicosItemContainer img{
    text-align: center;
    margin: 0 auto;
}

.itemTopLine{
    width: 40%;
    background-color: var(--colorfirst);
    height: 3px;
    position: absolute;
    z-index: 999; 
    top: 0px;
} 

.itemBottomLine{
    width: 30%;
    background-color: var(--colorfirst);
    height: 3px;
    position: absolute;
    z-index: 999;  
    bottom: 0px;
}

.itemTopDotedLine{
    width: 2px;
    border-left: 2px dotted var(--lightgrey);
    height: 80px;
    top: -80px;
    z-index: 1;  
    position: absolute;
}
 
.itemBottomDotedLine{
    width: 2px;
    border-left: 2px dotted var(--lightgrey);
    height: 80px;
    bottom: -80px;
    z-index: 1;  
    position: absolute;
}

.hLine100{
    height: 100%;
    width: 1px;
    background-color: var(--colorfirst);
    position: absolute;
}

.itemBottomText{
    bottom: -20px;
}



.solucoes_link_overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    /* background-color: rgba(0, 0, 0, 0.5); */
    background-color: rgba(25, 25, 50, 0.5);
    z-index: 2;
    transition: all 0.3s ease-in-out;
    opacity: 0;
}

.solucoes_cont:hover .solucoes_link_overlay {
    opacity: 1;
}

.solucoes_cont img {
    transition: all 0.5s ease-in-out;
}

.solucoes_cont:hover img {
    transform: scale(1.1);
}

.vantagensGridHolder img{
    z-index: 10;
}

.vantangensTextHolder{
    background-color: var(--verylightgrey);
    padding: 15px;
    position: relative;
    width: 100%;
    height: 100%; 
    z-index: 15;
}

.vTopArrow{
    position: absolute;
    top: 1px;  
    background-color: var(--verylightgrey);
    width: 60px; 
    height: 60px;
    z-index: 1;
    border-radius: 10px;
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
}

.vLeftArrow{
    position: absolute;
    left: 13px;
    background-color: var(--verylightgrey);
    width: 60px; 
    height: 60px;
    border-radius: 10px;    
    z-index: 1; 
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
}

.vRightArrow{
    position: absolute;
    /* right: -55px; */
    right: -47px;
    background-color: var(--verylightgrey);
    width: 60px; 
    height: 60px;
    z-index: 1; 
    border-radius: 10px;
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
}

.vantangensTextHolder img{
    max-width: 150px;
    height: auto;
}

@media (max-width: 767px) {
    .servicosItemContainer{
        height: auto !important;
    }
}
/* @media (max-width: 767px) { */
@media (max-width: 991px) {


    .itemBottomText {
        bottom: -35px;
    } 

    .vantagensGridHolder div{
        height: auto !important;
    }

    .vantagensGridHolder .item_valign,
    .vantagensGridHolder .position-absolute{
        position: relative !important;
    }

    .item_valign.position-absolute{
        position: relative !important;
    }

    .vRightArrow, 
    .vTopArrow,
    .vLeftArrow{ 
        display: none;
    }

    .item_valign {
        top: inherit;
        bottom: inherit;
        -ms-transform: inherit;
        -webkit-transform: inherit;
        transform: inherit;
    }

    .vantangensTextHolder{
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .vantagensGridHolder .padding_top{
        padding-top: 0 !important;
    }

    .vantagensGridHolder .padding_top.force{
        padding-top: 30px !important;
    }


}



.servicosVantagensTextCont{
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    background-color: var(--verylightgrey);
    padding: 30px 15px;
}

.servicosVantagensCol{
    margin-bottom: 25px;
}

.servicosVantagensTextInner{
    z-index: 2;
}


.vBotArrowMobile{
    position: absolute;
    bottom: 0px;  
    background-color: var(--verylightgrey);
    width: 60px; 
    height: 60px;
    z-index: 1;
    border-radius: 10px;
    transform: translateX(-50%) translateY(50%) rotate(45deg);
}


#servicosItemContainerPanel2 .ge-content img{
    min-width: 90px !important;
}