﻿.title-page {
    background-image: url(../img/bg-banner-servicos.jpg);
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
}

.pagetitle {
    font-family: 'Rubik', sans-serif;
    color: var(--light);
    padding-top: 2em;
    padding-bottom: 2em;
    margin-bottom: 0;
}

.resumo-item-card-serv {
    background: #fff;
    -webkit-box-shadow: 0px 0px 11px -1px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 11px -1px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 11px -1px rgba(0,0,0,0.75);
    height:600px;
}

.resumo-item-card-con {
    background: #fff;
    -webkit-box-shadow: 0px 0px 11px -1px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 11px -1px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 11px -1px rgba(0,0,0,0.75);
    height: 410px;
}


.contanier-items{
    margin-bottom:3em;
}

.item-title{
    font-size:1.5em;
}

.redirect {
    text-decoration: none;
    color: inherit;
}

.redirect:hover,.redirect:active {
    text-decoration: none;
    color: inherit;
}

@media (max-width: 992px){
    .container, .container-sm, .container-md, .container-lg {
        max-width: 12000px;
    }
}

@media (max-width: 768px) {
    .container, .container-sm, .container-md {
        max-width: 950px;
    }
}


@media (max-width: 1200px) {
    
    .textocard {
        font-size: 12px;
    }

    .item-texto {
        padding-left: 0.5em;
        padding-right: 0.5em;
    }

    .resumo-item-card-serv {
        height: 490px;
    }

    .item-title {
        font-size: 1em;
    }


}

@media (max-width: 768px) {
    .textocard {
        font-size: 14px;
    }

    .resumo-item-card-serv {
        height: 420px;
    }

    .item-title {
        font-size: 1em;
    }
}

.card{
    border:none;
    width: 420px;
}

.card-header {
    padding: 0;
    margin-bottom: 0;
    background-color: rgba(0,0,0,0.03);
    border-bottom: 1px solid rgba(0,0,0,0.125);
}

.btn-saiba {
    background: var(--darkBlue);
    position: absolute;
    margin-left: -100px;
    left: 50%;
    width: 200px;
    bottom: 30px;
    border-radius: 10px;
    padding-top: 12px;
    padding-bottom: 12px;
}