﻿
.perguntas .tab-content {
    border: 1px solid #ddd;
    border-top: 0;
    background-color: #fff;
    padding: 30px;
}

.perguntas img {
    width: 100%;
}

.perguntas .pergunta {
    font-weight: bold;
    margin-bottom: 5px;
}

.perguntas p {
    color: #212529;
}

.perguntas a {
    color: #0c479d;
}

.perguntas .pergunta span {
    color: #0c479d;
}

.assistencia img {
    height: 60px;
    width: auto;
    margin-left:25px;
    margin-bottom:10px;
    display:flex;
}

.detalheServico img {
    height: 140px;
    width: auto;
    display: flex;
    margin-left: 25px;
    margin-bottom: 10px;
    margin-top: 20px;
}

.treinamento img {
    height: 220px;
    width: auto;
    display: flex;
    margin-left: 25px;
    margin-bottom: 150px;
    margin-top: 10px;
}

.aferidor img {
    height: 220px;
    width: auto;
    display: flex;
    margin-left: 25px;
    margin-bottom: 10px;
    margin-top: 30px;
}

.qualidade img {
    height: 200px;
    width: auto;
    display: flex;
    margin-left: 25px;
    margin-bottom: 10px;
    margin-top: 40px;
}

.mb-150 {
    margin-bottom: 150px;
}

.mb-100
{
    margin-bottom:100px;
}

.mb-40 {
    margin-bottom: 40px;
}

.assistencia span {
    color: #0c479d;
}

.assistencia span.bold {
    font-weight: bold;
}


.telTec {
    margin-left: 15px;
}

.emailTec {
    margin-left: -50px;
}

.ColContato {
    margin-bottom: 20px;
}

.servico a {
    text-decoration: underline;
    color: #212529;
}

    .servico a:hover {
        color: #626365;
    }


.detalheServico li
{
    margin-bottom:10px;
}

.detalheServico p
{
    text-align:center;
    margin-bottom:30px;
}

.qualidade p {
    text-align: center;
}

.aferidor p {
    text-align: center;
    margin-bottom: 50px;
}

.treinamento li {
    margin-bottom: 10px;
}

.qualidade li {
    margin-bottom: 10px;
}

.aferidor li {
    margin-bottom: 10px;
}
}

@media only screen and (max-width: 767px) {
    .assistencia img {
        margin-left: 140px;
    }

    .celTec {
        margin-left: 115px;
    }

    .telTec {
        margin-left: 125px;
    }

    .emailTec {
        margin-left: 56px;
    }

    .ColContato {
        margin-bottom: 70px;
    }
}