.servicos * {



    margin: 0;



    box-sizing: border-box;



}



.servicos {



    width: 100%;



    display: block;



}



.contentServicos {



    max-width: 1200px;



    margin: 0 auto;



}



.servicos .contentServicos .rowServicos {



    display: flex;



    flex-wrap: wrap;



    justify-content: flex-start;



    column-gap: 24px;



}



.servicos .contentServicos .rowServicos .filterServicos {



    padding: 0 15px;



    width: 100%;



    text-align: center;



    margin-bottom: 20px;



}



.servicos .contentServicos .rowServicos .filterServico {



    font-size: 26px;



    text-transform: uppercase;



    display: inline-block;



    margin: 0 10px;



    cursor: pointer;



    border-bottom: 2px solid transparent;



    line-height: 1.2;



    transition: all 0.3s ease;



}



.servicos .contentServicos .rowServicos .filterServico.active {



    color: #FFD600;



    border-color: #FFD600;



}



.servicos .contentServicos .rowDescricao{



    margin-bottom: 32px;



}



.servicos .contentServicos .rowDescricao .descricao {



    text-align: center;



    max-width: 736px;



    margin: 0 auto;



}



.servicos .contentServicos .rowServicos .servicoItem {



    width: 100%;



    max-width: 384px;



    text-decoration: none;



    display: flex;



    flex-direction: column;



    justify-content: center;



    align-items: center;



    background-color: #f5f5f5;



    transition: all 1s ease-in-out;



    gap: 14px;



    padding: 44px 32px;



    margin-bottom: 24px;



}

.servicos .contentServicos .rowServicos .servicoItem .servicoItemIcon svg #detail{

    transition: all 1s ease-in-out;

}

.servicos .contentServicos .rowServicos .servicoItem .servicoItemIcon svg #principal{

    transition: all 1s ease-in-out;

}

.servicos .contentServicos .rowServicos .servicoItem:hover,

.servicos .contentServicos .rowServicos .servicoItem:hover .servicoItemIcon svg #detail {

    opacity: 1;

    background-color: #FFD600;

    fill: #ECC500;

    color: #ECC500;



}

.servicos .contentServicos .rowServicos .servicoItem:hover .servicoItemIcon svg #principal {

    fill: #fff;

}
.servicos .contentServicos .rowServicos .servicoItem:hover .servicoItemContent h4 {

    color: #fff !important;
}
.servicos .contentServicos .rowServicos .servicoItem:hover .servicoItemContent p {

    color: #fff !important;
}



.servicos .contentServicos .rowServicos .servicoItem .servicoItemIcon {



    max-height: 100px;



}



.servicos .contentServicos .rowServicos .servicoItem .servicoItemIcon img {



    height: 100px;



}



.servicos .contentServicos .rowServicos .servicoItem .servicoItemContent {



    display: flex;



    flex-direction: column;



    align-items: center;



    text-align: center;



    gap: 12px;



}



.servicos .contentServicos .rowServicos .servicoItem .servicoItemContent h4 {
    transition: all 1s ease-in-out;
    font-size: 22px !important;
}

.servicos .contentServicos .rowServicos .servicoItem .servicoItemContent p {
transition: all 1s ease-in-out;
}


.servicos .contentServicos .rowServicos .servicoItem .servicoItemContent p {



    font-size: 18px !important;



}



.servicos .contentServicos .rowServicos .servicoItem.show {



    animation: fadeIn 0.5s ease;



}



@keyframes fadeIn {



    0% {



        opacity: 0;



    }



    100% {



        opacity: 1;



    }



}



.servicos .contentServicos .rowDescricao .descricao.hide {



    display: none;



}



.servicos .contentServicos .rowServicos .servicoItem.hide {



    display: none;



}



@media (max-width: 1200px) {



    .servicos .contentServicos .rowServicos{



      justify-content: center;



    }



}



@media (max-width: 546px) {



    .servicos .contentServicos .rowServicos .filterServico:first-child{



        margin-bottom: 16px;



    }



}



@media (max-width: 392px) {



    .servicos .contentServicos .rowServicos{



        padding: 0 5%;



    }



}







