﻿
/*LAYOUT*/
.botaoMenu {
    margin-top: 5px;
    margin-right: 100%;
}
.text-success {
    color: #005222;
}
.iconeMenu {
    font-size: 15px;
    color: black;
}

.menuAberto {
    padding: 10px;
    margin-right: 300px
}

.open > .dropdown-menu {
    position: relative;    
}

.barraBusca {
    width: 450px;
    height: 55px;
}

.botao {
    font-size: 15px;
    color: black;
}

.body {
    padding-top: 0px !important;
}

.container-fluid {
    display: flex;
    justify-content: center;
    align-items: center;
}

img {
    max-width: 100%;
    max-height: 50%;
}

.col-xs-6 {
    margin: 0 auto;
    margin-top: 1rem;
}

.navbar {
    border-radius: 0px;
    margin-bottom: 0px;
}

.links {
    font-size:,5rem;
    background-color: #005222;
    min-height: 100px
}

.textoIndex {
    margin-top: 40px;
}


@media (max-width: 768px) {
    #Select-Servico {
        padding: 0 10px;
    }
}

@media (max-width: 425px) {
    .btn-group.navbar-left {
        top: auto; 
        left: 0; 
        width: 100%; 
        margin-top: 10px;
    }

    #Select-Servico {
        max-width: 250px;
        padding: 0 10px;
    }

}

/*Index*/

.categoria {
    border-radius: 50px;
    border: none;
    background-color: white;
    color: #228B22;
    cursor: pointer;
    font-size: 25px;
    max-width: 100%;
    text-align: left;
  
}

.topico {
    border-radius: 25px;
    color: black;
    border-radius: 8px 8px 8px 8px;
    font-size: 18px;
    color: #005222;
    cursor: pointer;
    font-family: 'Calibri', Arial, sans-serif;
    margin-left: 30px;
    text-align: left;
    font-weight: bold;
    padding-top: 10px;
}

.servico {
    flood-color: black;
    font-size: 18px;
    margin-left: 20px;
}



/*SERVIÇO*/

titulo {
    border-radius: 25px;
    color: black;
    border-radius: 8px 8px 8px 8px;
    font-size: 20px;
    color: #005222;
    cursor: pointer;
    font-family: 'gotham-bold', Arial, sans-serif;
    margin-left: 10px;
    text-align: center;
    font-weight: bold;
}

topicoServico {
    font-family: 'gotham-bold', Arial, sans-serif;
    font-weight: 500;
    line-height: 1.1;
    color: #005222;
}

.descricao {
    font-size: 17px;
}

.seta {
    font-size: 12px;
    color: #005222;
    font-weight: bold
}

.boxAbas {
    padding: 20px 20px 20px 20px;
    box-sizing: border-box;
    border-radius: 10px;
    box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
}

.tab-buttons {
    display: flex;
    gap: 6px;
}

.perguntas {
    list-style-type: none;
    padding-left: 7px;
}

.tab-btn {
    width: 10%;
    border: none;
    color: #020617;
    background-color: #fff;
    border-radius: 8px 8px 0px 0px;
    font-weight: 500;
    padding: 5px;
    font-size: 17px;
    color: #005222;
    cursor: pointer;
    transition: background-color .3s ease;
    font-family: 'gotham-bold', Arial, sans-serif;
}

    .tab-btn.active {
        background-color: #f2f2f2;
    }

    .tab-btn:hover {
        background-color: #d6f6de;
        /*box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.4);*/
    }

.content {
    display: none;
}

    .content.show {
        display: flex;
        gap: 14px;
        background-color: #f2f2f2;
        border-radius: 0px 8px 8px 8px;
        padding: 16px;
    }

/*CADASTRAR DUVIDA*/

.gestor {
    padding: 20px 50px 20px 50px;
    padding: 30px;
    margin: 20px;
}

/*Servico Mais Vistos*/
.custom-box {
    width: 206px;
    height: 108px;
    flex-shrink: 0;
    border-radius: 30px;
    border: 3px solid white;
    background: #228B22;
    margin: 10px; /* Adicione margem para espaçamento entre os quadrados */
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none !important;
    color: white;
    transition: transform 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55), background-position 800ms cubic-bezier(0.68, -0.55, 0.265, 1.55), box-shadow 500ms linear;
    background-position: -250px center;
}

    .custom-box:hover {
        transform: scale(1.1);
        background-position: -60px;
        box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
        color: white;
    }


    .custom-box:active {
        transform: scale(1);
        background-position: 500px;
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
        color: white;
    }