/*
SERVIÇOS v 1.2;
10/2021;
Daniel Weigmann;
*/

.page-template-page-servicos .principal{
    background-image: url(../images/servicos-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.page-template-page-servicos .serv{
    border-radius: 15px;
    box-shadow: 10px 4px 20px 0 rgba(4, 114, 163, 0.07);
    background-color: #fff;
    width:100%;
    aspect-ratio: 1/1;
}

.page-template-page-servicos .serv-container:nth-of-type(3n - 2){
    padding-left:0;
    padding-right:24px;
}

.page-template-page-servicos .serv-container:nth-of-type(3n){
    padding-right:0;
    padding-left:24px;
}

.page-template-page-servicos .serv__icon{
    border-radius: 15px;
    width:75px;
    aspect-ratio: 1/1;
}

.page-template-page-servicos .serv__icon img{
    width:100%;
    height: 100%;
    object-fit: scale-down;
    object-position: center;
}

.page-template-page-servicos .serv h2{
    font-size: 25px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    text-align: left;
    color: #2d2d2d;
}

.page-template-page-servicos .serv__content{
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.44;
    letter-spacing: normal;
    text-align: left;
    color: #808080;
}

@media only screen and (max-width:1200px){
    .page-template-page-servicos .serv__content {
        font-size: 14px;
    }
}

@media only screen and (max-width:1200px){
    .page-template-page-servicos .serv-container:nth-child(3n), .page-template-page-servicos .serv-container:nth-child(3n - 2){
        padding-right: 12px;
        padding-left: 12px;
    }
}