/* INICIO DAS NORMALIZAÇÕES */
html{
    box-sizing: border-box;
    scroll-behavior: smooth;
}
*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
body{
    margin: 0;   
    background: #ffffff !important;
    font-family: 'Nunito', sans-serif;
    overflow-x: hidden;
}
.overflow-hidden {
    overflow: hidden;
}
img{
    border-style: none;
}
button,
[type="button"],
[type="submit"],
[type="reset"] {
    -webkit-appearance: button;
}

input {
    font-size: 1em;
}
textarea {
    overflow: auto;
    font-size: 1.1em;
}
[hidden] {
    display: none;
}
button,
textarea,
select,
input {
    outline: 0;
}
/* Media dos Containers */
@media (min-width: 1300px) {
    .containerWidth {
        max-width: 1300px;
        padding: 0;
    }
}
.containerWidth {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 0 20px;
}
/* FIM DAS NORMALIZAÇÕES */

/* ÍNICIO DO CSS */
#cabecalho {

}

#cabecalho .content {
    
}

#cabecalho .content .cima {
    background: #f6f6f6;
}

#cabecalho .content .cima .conteudo {
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
}

#cabecalho .content .cima .conteudo .infos {
    display: flex;
    gap: 32px;
}

#cabecalho .content .cima .conteudo .infos a {
    text-decoration: none;
    color: #65908f;
    display: flex;
    gap: 10px;
    align-items: center;
    font-size: 14px;
    transition: all .3s;
}

#cabecalho .content .cima .conteudo .infos a:hover {
    color: #f9b45c;
    transition: all .3s;
}

#cabecalho .content .cima .conteudo .infos a i {
    color: #f9b45c;
}

#cabecalho .content .cima .conteudo .redes {
    display: flex;
    gap: 16px;
}

#cabecalho .content .cima .conteudo .redes a {
    text-decoration: none;
    color: #f9b45c;
    transition: all .3s;
}

#cabecalho .content .cima .conteudo .redes a:hover {
    color: #65908f;
    transition: all .3s;
}

#cabecalho .content .cima .conteudo .redes a i {
    
}

#cabecalho .content .baixo {
    border-bottom: 1px solid #e6e6e6;
    position: relative;
    z-index: 9;
}

#cabecalho .content .baixo .conteudo {
    padding: 20px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#cabecalho .content .baixo .conteudo .imagem img {
    width: 320px;
}

#cabecalho .content .baixo .conteudo .menu {

}

#cabecalho .content .baixo .conteudo .menu .links {
    display: flex;
    list-style: none;
    gap: 32px;
}

#cabecalho .content .baixo .conteudo .menu .links .link {
    transition: all .3s;
}

#cabecalho .content .baixo .conteudo .menu .links .link .ancora {
    text-decoration: none;
    color: #65908f;
    font-weight: 600;
    transition: all .3s;
}

#cabecalho .content .baixo .conteudo .menu .links .link .ancora:hover {
    color: #f9b45c;
    transition: all .3s;
}

#cabecalho .content .baixo .conteudo .menu .links .link:hover .sublinks {
    visibility: visible;
    opacity: 1;
    transition: all .2s;
}

#cabecalho .content .baixo .conteudo .menu .links .link .sublinks {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    border-radius: 0 6px 6px 6px;
    display: flex;
    flex-direction: column;
    transition: all .2s;
}

#cabecalho .content .baixo .conteudo .menu .links .link .sublinks .sublink {
    text-decoration: none;
    color: #65908f;
    padding: 0px;
    font-size: 14px;
    padding: 10px 0;
    border-bottom: 1px solid #dddddd;
    background: #ececec;
    transition: all .3s;
    padding: 16px;
}

#cabecalho .content .baixo .conteudo .menu .links .link .sublinks .sublink:hover {
    color: #f9b45c;
    transition: all .3s;
}

#cabecalho .content .baixo .conteudo .menu .links .link .sublinks .sublink:first-child {
    border-radius: 0px 6px 0px 0px;
}

#cabecalho .content .baixo .conteudo .menu .links .link .sublinks .sublink:last-child {
    border-bottom: none;
    border-radius: 0px 0px 6px 6px;
}

#cabecalho .content .baixo .conteudo .solicitar {
    text-decoration: none;
    padding: 16px 32px;
    background: #f9b45c;
    color: #ffffff;
    border-radius: 12px;
    transition: all .3s;
}

#cabecalho .content .baixo .conteudo .solicitar:hover {
    background: #65908f;
    color: #ffffff;
    transition: all .3s;
}

#rodape {
    background: #4a4a4a;
}

#rodape .content {
    display: flex;
    flex-direction: column;
    gap: 32px;
    padding: 64px 0;
}

#rodape .content .cima {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 32px;
    border-bottom: 1px solid #2e2e2e;
}

#rodape .content .cima .imagem {

}

#rodape .content .cima .imagem img {
    width: 300px;
}

#rodape .content .cima .redes {
    display: flex;
    gap: 16px;
}

#rodape .content .cima .redes a {
    text-decoration: none;
    color: #ffffff;
    background: #f9b45c;
    height: 40px;
    width: 40px;
    border-radius: 32px;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s;
}

#rodape .content .cima .redes a:hover {
    color: #f9b45c;
    background: #ffffff;
    transition: all .3s;
}

#rodape .content .cima .redes a i {

}

#rodape .content .baixo {
    display: flex;
    justify-content: space-between;
    padding-top: 32px;
}

#rodape .content .baixo .sobre {
    max-width: 440px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 32px;
}

#rodape .content .baixo .sobre .titulo {
    position: relative;
}

#rodape .content .baixo .sobre .titulo::after {
    position: absolute;
    content: "";
    height: 3px;
    border-radius: 6px;
    background: #f9b45c;
    width: 50px;
    bottom: -12px;
    left: 0;
    margin-top: 10px;
}

#rodape .content .baixo .sobre .titulo strong {
    text-transform: uppercase;
    color: #ffffff;
} 

#rodape .content .baixo .sobre p {
    color: #eeeeee;
    margin-top: 10px;
}

#rodape .content .baixo .sobre .infos {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

#rodape .content .baixo .sobre .infos span {
    color: #eeeeee;
    display: flex;
    align-items: center;
    gap: 8px;
}

#rodape .content .baixo .sobre .infos span i {
    height: 30px;
    width: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #f9b45c;
    color: #ffffff;
    border-radius: 32px;
    font-size: 13px;
}

#rodape .content .baixo .links {
    display: flex;
    gap: 164px;
}

#rodape .content .baixo .links .link {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

#rodape .content .baixo .links .link .titulo {
    position: relative;
}

#rodape .content .baixo .links .link .titulo::after {
    position: absolute;
    content: "";
    height: 3px;
    border-radius: 6px;
    background: #f9b45c;
    width: 50px;
    bottom: -12px;
    left: 0;
    margin-top: 10px;
}

#rodape .content .baixo .links .link .titulo strong {
    color: #ffffff;
    text-transform: uppercase;
}

#rodape .content .baixo .links .link .paginas {
    margin-top: 10px;
    display: flex;
    flex-direction: column;
    gap: 22px;
}

#rodape .content .baixo .links .link .paginas a {
    color: #ffffff;
    display: flex;
    gap: 12px;
    align-items: center;
    text-decoration: none;
    transition: all .3s;
}

#rodape .content .baixo .links .link .paginas a:hover {
    color: #f9b45c;
    transition: all .3s;
}

#rodape .content .baixo .links .link .paginas a i {

}

#rodape .content .copyright {
    padding-top: 64px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 12px;
    margin-top: 32px;
    position: relative;
}

#rodape .content .copyright span {
    color: #d8d8d8;
    font-size: 12px;
}

#rodape .content .copyright .desenvolvedor span {
    display: flex;
    gap: 6px;
    align-items: center;
    justify-content: center;
}

#rodape .content .copyright .desenvolvedor span img {
    width: 100px;
    display: flex;
}

#sliderSistema .flexslider .slides .liImage a img {
    height: 700px;
    object-fit: cover;
}

#itens .itens {
    display: grid;
    grid-template-columns: repeat(4, 2fr);
    gap: 32px;
    padding: 116px 0;
    text-align: center;
    align-items: center;
    justify-content: center;
}

#itens .itens .item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
}

#itens .itens .item img {
    width: 60px;
}

#itens .itens .item .textos {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

#itens .itens .item .textos strong {
    font-size: 24px;
    color: #f9b45c;
}

#itens .itens .item .textos p {
    color: #65908f;
    line-height: 28px;
}

#doutora {
    background: #f6f6f6;
}

#doutora .content {
    display: flex;
    gap: 32px;
    align-items: center;
    padding-top: 64px;
}

#doutora .content .textos {
    display: flex;
    flex-direction: column;
    gap: 36px;
    max-width: 620px;
    width: 100%;
    padding-bottom: 48px;
}

#doutora .content .textos .titulos {
    display: flex;
    flex-direction: column;
}

#doutora .content .textos .titulos span {
    color: #f9b45c;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: 700;
}

#doutora .content .textos .titulos .identificacao {
    display: flex;
    flex-direction: column;
}

#doutora .content .textos .titulos .identificacao .nome {
    font-size: 46px;
}

#doutora .content .textos .titulos .identificacao strong {
    color: #728584;
    font-size: 32px;
    font-weight: 700;
}

#doutora .content .textos p {
    color: #65908f;
    font-size: 20px;
    line-height: 32px;
}

#doutora .content .textos .itens {
    display: grid;
    grid-template-columns: repeat(2, 2fr);
    column-gap: 60px;
    row-gap: 18px;
}

#doutora .content .textos .itens span {
    color: #65908f;
    display: flex;
    gap: 12px;
    align-items: center;
}

#doutora .content .textos .itens span i {
    color: #f9b45c;
}

#doutora .content .textos .compromisso {
    display: flex;
    justify-content: space-between;
    gap: 32px;
    align-items: center;
}

#doutora .content .textos .compromisso .anos {
    display: flex;
    align-items: center;
    gap: 16px;
}

#doutora .content .textos .compromisso .anos i {
    height: 80px;
    width: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    font-size: 36px;
    background: #f9b45c;
    color: #ffffff;
}

#doutora .content .textos .compromisso .anos .texto {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

#doutora .content .textos .compromisso .anos .texto strong {
    font-size: 26px;
    color: #2e2e2e;
}

#doutora .content .textos .compromisso .anos .texto span {
    color: #65908f;
}

#doutora .content .textos .compromisso .doutora {
    display: flex;
    flex-direction: column;
    gap: 4px;
    align-items: flex-end;
}

#doutora .content .textos .compromisso .doutora strong {
    font-size: 22px;
    color: #2e2e2e;
}

#doutora .content .textos .compromisso .doutora span {
    color: #65908f;
}

#doutora .content .imagem {
    width: 100%;
    display: flex;
    justify-content: flex-end;
}

#doutora .content .imagem img {
    max-width: 540px;
    width: 100%;
}


#servicos {

}

#servicos .content {
    padding: 116px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 64px;
}

#servicos .content .titulos {
    display: flex;
    flex-direction: column;
    gap: 16px;
    text-align: center;
    max-width: 740px;
    width: 100%;
}

#servicos .content .titulos .principal {
    display: flex;
    flex-direction: column;
    gap: 0px;
}

#servicos .content .titulos .principal span {
    color: #f9b45c;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: 700;
}

#servicos .content .titulos .principal strong {
    color: #728584;
    font-size: 36px;
    font-weight: 700;
}

#servicos .content .titulos p {
    color: #65908f;
    font-size: 16px;
    line-height: 26px;
}

#servicos .content .servicos {
    display: grid;
    grid-template-columns: repeat(3, 2fr);
    gap: 32px;
    row-gap: 64px;
}

#servicos .content .servicos .servico {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

#servicos .content .servicos .servico img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    border-radius: 16px;
    transition: all .3s;
}

#servicos .content .servicos .servico img:hover {
    filter: grayscale(1);
    transition: all .3s;
}

#servicos .content .servicos .servico .textos {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 16px;
    text-align: center;
}

#servicos .content .servicos .servico .textos a {
    text-decoration: none;
}

#servicos .content .servicos .servico .textos strong {
    color: #f9b45c;
    font-size: 22px;
    transition: all .3s;
}

#servicos .content .servicos .servico .textos strong:hover {
    color: #65908f;
    transition: all .3s;
}

#servicos .content .servicos .servico .textos p {
    color: #65908f;
    font-size: 14px;
    line-height: 22px;
}


#servicos .content .servicos .servico .textos .link {
    padding: 8px 26px;
    border: 2px solid #f9b45c;
    color: #f9b45c;
    border-radius: 6px;
    font-size: 13px;
    margin-top: 12px;
    transition: all .3s;
}

#servicos .content .servicos .servico .textos .link:hover {
    transition: all .3s;
    color: #ffffff;
    background: #f9b45c;
}

#apoio {
    background-image: url(/images/apoio.jpeg);
    background-size: 100%;
    height: 450px;
}

#apoio .content {
    position: relative;
    height: 100%;
}

#apoio .content .texto {
    position: absolute;
    bottom: 0;
    right: 0;
    background: #f9b45c;
    color: #fff;
    padding: 32px 64px;
    height: 300px;
    width: 640px;
    margin-bottom: -32px;
    border-radius: 12px 0 0 12px;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 32px;
    box-shadow: 12px 9px 16px #0000001c;
}

#apoio .content .texto strong{
    display: flex;
    max-width: 350px;
    width: 100%;
    font-size: 40px;
}

#apoio .content .texto a {
    text-decoration: none;
    background: #ffffff;
    color: #f9b45c;
    padding: 8px 26px;
    border-radius: 6px;
    transition: all .3s;
}

#apoio .content .texto a:hover {
    border: 2px solid #ffffff;
    color: #ffffff;
    background: transparent;
    transition: all .3s;
}

#perguntas .content {
    display: flex;
    align-items: center;
    gap: 64px;
    padding: 116px 0;
}

#perguntas .content .imagem {
    max-width: 540px;
    width: 100%;
}

#perguntas .content .imagem img {
    width: 100%;
}

#perguntas .content .textos {
    display: flex;
    flex-direction: column;
    gap: 36px;
    max-width: 840px;
    width: 100%;
}

#perguntas .content .textos .titulos {
    display: flex;
    flex-direction: column;
}

#perguntas .content .textos .titulos span {
    color: #f9b45c;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: 700;
}

#perguntas .content .textos .titulos strong {
    color: #728584;
    font-size: 36px;
    font-weight: 700;
}

#perguntas .content .textos .perguntas {
    display: flex;
    flex-direction: column;
    gap: 22px;
    max-width: 570px;
    width: 100%;
}

#perguntas .content .textos .perguntas details {
    background: #f6f6f6;
    padding: 16px 24px;
    border-radius: 6px;
}

#perguntas .content .textos .perguntas details[open] summary ~ * {
    animation: sweep .5s ease-in-out;
}

@keyframes sweep {
    from {
        opacity: 0;
        margin-top: -32px;
    }

    to {
        opacity: 1;
        margin-top: 0;
    }
}

#perguntas .content .textos .perguntas details summary {
    font-size: 22px;
    color: #728584;
    cursor: pointer;
}

#perguntas .content .textos .perguntas details p {
    line-height: 28px;
    margin-top: 12px;
    color: #65908f;
}

#vida {
    background-image: url(/images/novavida.jpeg);
    background-size: 100%;
    background-position: center;
    height: 450px;
}

#vida .content {
    position: relative;
    height: 100%;
}

#vida .content .textos {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #f9b45c;
    color: #fff;
    padding: 32px 64px;
    height: 300px;
    width: 640px;
    margin-bottom: -32px;
    border-radius: 0 12px 12px 0;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    flex-direction: column;
    gap: 26px;
    box-shadow: 12px 9px 16px #0000001c;
}

#vida .content .textos strong {
    display: flex;
    justify-content: flex-end;
    max-width: 350px;
    width: 100%;
    font-size: 48px;
    text-align: right;
}

#vida .content .textos .contato {
    display: flex;
    flex-direction: column;
    text-align: right;
}

#vida .content .textos .contato span {
    font-size: 28px;
}

#vida .content .textos .contato .telefone {
    font-size: 32px;
    font-weight: 600;
}

#efetividade .content {
    padding: 116px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 64px;
}

#efetividade .content .titulos {
    display: flex;
    flex-direction: column;
    gap: 16px;
    text-align: center;
    max-width: 740px;
    width: 100%;
}

#efetividade .content .titulos .principal {
    display: flex;
    flex-direction: column;
    gap: 0px;
}

#efetividade .content .titulos .principal span {
    color: #f9b45c;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: 700;
}

#efetividade .content .titulos .principal strong {
    color: #728584;
    font-size: 32px;
    font-weight: 700;
}

#efetividade .content .titulos p {
    color: #65908f;
    font-size: 20px;
    line-height: 32px;
}

#efetividade .content .graficos {
    display: grid;
    grid-template-columns: repeat(2, 2fr);
    gap: 128px;
}

#efetividade .content .graficos .grafico {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 32px;
}

#efetividade .content .graficos .grafico .imagem {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

#efetividade .content .graficos .grafico .imagem img {

}

#efetividade .content .graficos .grafico .imagem span {
    position: absolute;
    font-size: 36px;
    font-weight: 700;
    color: #84b5b4;
}

#efetividade .content .graficos .grafico .imagem .hipnoterapia {
    position: absolute;
    font-size: 36px;
    font-weight: 700;
    color: #f9b45c;
}

#efetividade .content .graficos .grafico .textos {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 12px;
}

#efetividade .content .graficos .grafico .textos strong {
    color: #728584;
    font-size: 22px;
}

#efetividade .content .graficos .grafico .textos span {
    color: #65908f;
    font-size: 16px;
    line-height: 22px;
}

#capaCategoria {
    position: relative;
    background-attachment: fixed;
    background-size: 100%;
    height: 300px;
}

#capaCategoria .cover {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    background: linear-gradient(45deg, #ffe8cb, #fff8ee3d);
}

#capaCategoria .cover strong {
    color: #4a4a4a;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: 700;
    z-index: 2;
    font-size: 32px;
}

#productBrief {

}

#productBrief .content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
    padding: 64px 0;
}

#productBrief .content .breadcumbs {
    padding: 12px 0;
    border-radius: 32px;
    background: #f9b45c;
}

#productBrief .content .breadcumbs a {
    color: #c8750b;
    font-weight: 500;
    text-decoration: none;
    padding: 0 36px;
    border-right: 1px solid #c8750b;
    transition: all .3s;
}

#productBrief .content .breadcumbs a:hover {
    color: #ffffff;
    transition: all .3s;
}

#productBrief .content .breadcumbs a:last-child {
    border: none;
    color: #ffffff;
    font-weight: 700;
}

#productBrief .content .blocos {
    display: flex;
    align-items: flex-start;
    gap: 64px;
    width: 100%;
}

#productBrief .content .blocos .semCadastro {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    gap: 12px;
    padding: 64px 0;
}

#productBrief .content .blocos .semCadastro strong {
    font-size: 28px;
    color: #525252;
}

#productBrief .content .blocos .semCadastro span {
    color: #747474;
    font-size: 18px;
}

#productBrief .content .subcategorias {
    display: flex;
    flex-direction: column;
    border: 1px solid #d2d2d2;
    max-width: 325px;
    width: 100%;
}

#productBrief .content .subcategorias .subcategoria {
    padding: 16px;
    border-bottom: 1px solid #ffffff
}

#productBrief .content .subcategorias .subcategoria:last-child {
    border: none;
}

#productBrief .content .subcategorias .subcategoria .categoria {
    display: flex;
    justify-content: space-between;
    gap: 32px;
}

#productBrief .content .subcategorias .subcategoria a {
    text-decoration: none;
    color: #65908f;
    transition: all .3s;
}

#productBrief .content .subcategorias .subcategoria a:hover {
    color: #f9b45c;
    transition: all .3s;
}

#productBrief .content .subcategorias .subcategoria .categoria strong {
    font-weight: 600;
}

#productBrief .content .subcategorias .subcategoria .categoria b {
    
}

#productBrief .content .servicos {
    display: grid;
    grid-template-columns: repeat(3, 2fr);
    gap: 32px;
    row-gap: 64px;
}

#productBrief .content .servicos .servico {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

#productBrief .content .servicos .servico img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    border-radius: 16px;
    transition: all .3s;
}

#productBrief .content .servicos .servico img:hover {
    filter: grayscale(1);
    transition: all .3s;
}

#productBrief .content .servicos .servico .textos {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 16px;
    text-align: center;
}

#productBrief .content .servicos .servico .textos a {
    text-decoration: none;
}

#productBrief .content .servicos .servico .textos strong {
    color: #f9b45c;
    font-size: 22px;
    transition: all .3s;
}

#productBrief .content .servicos .servico .textos strong:hover {
    color: #65908f;
    transition: all .3s;
}

#productBrief .content .servicos .servico .textos p {
    color: #65908f;
    font-size: 14px;
    line-height: 22px;
}

#productBrief .content .servicos .servico .textos .link {
    padding: 8px 26px;
    border: 2px solid #f9b45c;
    color: #f9b45c;
    border-radius: 6px;
    font-size: 13px;
    margin-top: 12px;
    transition: all .3s;
}

#productBrief .content .servicos .servico .textos .link:hover {
    transition: all .3s;
    color: #ffffff;
    background: #f9b45c;
}

#productBrief .content .produtos {
    display: grid;
    grid-template-columns: repeat(4, 2fr);
    gap: 16px;
    width: 100%;
}

#productBrief .content .produtos .produto {
    border: 1px solid #cccccc;
    overflow: hidden;
    transition: all .3s;
}

#productBrief .content .produtos .produto:hover .textos {
    background: #000000;
    transition: all .3s;
}

#productBrief .content .produtos .produto:hover .textos a {
    color: #ffffff;
    transition: all .3s;
}

#productBrief .content .produtos .produto a img {
    width: 100%;
    object-fit: cover;
    height: 300px;
    transition: all .3s;
}

#productBrief .content .produtos .produto a img:hover {
    transform: scale(1.1);
    transition: all .3s;
}

#productBrief .content .produtos .produto .textos {
    height: 55px;
    padding: 16px;
    text-align: center;
    background: #ffffff;
    position: relative;
    z-index: 2;
    transition: all .3s;
}

#productBrief .content .produtos .produto .textos a strong {
    
}

#productBrief .content .produtos .produto .textos a {
    color: #1f1f1f;
    text-decoration: none;
    display: -webkit-box;
    text-align: center;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    transition: all .3s;
}

#productDetailed {
    background: #ffffff;
}

#productDetailed .content {
    display: flex;
    flex-direction: column;
    gap: 32px;
    padding: 64px 0;
    max-width: 928px;
    width: 100%;
    margin: 0 auto;
}

#productDetailed .content .principal {
    display: flex;
    flex-direction: column;
}

#productDetailed .content .categoria {
    text-decoration: none;
    color: #f9b45c;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: 700;
    transition: all .3s;
}

#productDetailed .content .categoria:hover {
    color: #65908f;
    transition: all .3s;
}

#productDetailed .content .titulo strong {
    color: #728584;
    font-size: 36px;
    font-weight: 700;
}

#productDetailed .content .imagem img {
    width: 100%;
    border-radius: 16px;
    box-shadow: 8px 8px 32px #0000001f;
}

#productDetailed .content .descricao p {
    color: #3b3b3b;
    text-transform: none;
    line-height: 32px;
}

#productDetailed .content .consulta {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 32px;
}

#productDetailed .content .consulta a {
    background: #65908f;
    color: #ffffff;
    padding: 12px 64px;
    border-radius: 32px;
    text-decoration: none;
    transition: all .3s;
}

#productDetailed .content .consulta a:hover {
    transform: scale(1.1);
    background-color: #728584;
    transition: all .3s;
}

#productDetailed .content .fotos {
    background: linear-gradient(45deg, transparent, #f2f2f2);
    padding: 32px;
    display: flex;
    gap: 32px;
    align-items: center;
}

#productDetailed .content .fotos strong {
    color: #65908f;
    font-weight: 500;
    font-size: 22px;
    text-transform: uppercase;
    transform: rotate(270deg);
}

#productDetailed .content .fotos .miniaturas {
    display: grid;
    grid-template-columns: repeat(4, 2fr);
    gap: 16px;
}

#productDetailed .content .fotos .miniaturas .secundarias {

}

#productDetailed .content .fotos .miniaturas .secundarias img {
    width: 100%;
    height: 130px;
    object-fit: cover;
    border-radius: 6px;
    filter: grayscale(1);
    transition: all .3s;
}

#productDetailed .content .fotos .miniaturas .secundarias img:hover {
    filter: none;
    transition: all .3s;
}
/* FIM DO CSS */

/* INÍCIO DO RESPONSIVO */
#cabecalho .content .baixo .conteudo label[for="botaoMenuResponsivo"] {
    display: none;
    background: transparent;
    color: #2f2f2f;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    font-size: 40px;
    cursor: pointer;
    height: 60px;
    font-weight: bold;
}

#cabecalho .content .baixo .conteudo #botaoMenuResponsivo {
    display: none;
}

#cabecalho .content .baixo .conteudo .botao #menuResponsivo {
    display: none;
}

#cabecalho .content .baixo .conteudo .botao #menuResponsivo label {
    position: absolute;
    right: 16px;
    top: 10px;
    color: #ffffff;
    font-size: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    width: 50px;
}

#cabecalho .content .baixo .conteudo .botao #menuResponsivo .conteudoMenuResponsivo {
    background: #ffffff;
    width: 80%;
    padding: 64px 0px;
    display: flex;
    flex-direction: column;
    gap: 42px;
    position: absolute;
    bottom: 0;
    top: 0;
    align-items: flex-start;
    overflow: auto;
}

#cabecalho .content .baixo .conteudo .botao #menuResponsivo .conteudoMenuResponsivo .imagem {
    padding: 0 26px;
}

#cabecalho .content .baixo .conteudo .botao #menuResponsivo .conteudoMenuResponsivo .imagem img {
    width: 100%;
}

#cabecalho .content .baixo .conteudo .botao #menuResponsivo .conteudoMenuResponsivo .links {
    width: 100%;
}

#cabecalho .content .baixo .conteudo .botao #menuResponsivo .conteudoMenuResponsivo .links details {
    
}

#cabecalho .content .baixo .conteudo .botao #menuResponsivo .conteudoMenuResponsivo .links details[open] summary ~ * {
    animation: sweep .3s ease-in-out;
}

#cabecalho .content .baixo .conteudo .botao #menuResponsivo .conteudoMenuResponsivo .links details summary {
    list-style: none;
    border-bottom: 1px solid #cccccc;
}

#cabecalho .content .baixo .conteudo .botao #menuResponsivo .conteudoMenuResponsivo .links details summary::-webkit-details-marker {
    display: none;
}

#cabecalho .content .baixo .conteudo .botao #menuResponsivo .conteudoMenuResponsivo .links details[open] summary {
    background: #65908f;
}

#cabecalho .content .baixo .conteudo .botao #menuResponsivo .conteudoMenuResponsivo .links details[open] .link {
    color: #ffffff;
}

#cabecalho .content .baixo .conteudo .botao #menuResponsivo .conteudoMenuResponsivo .links details summary .link {
    display: block;
    width: 100%;
    font-weight: 600;
    padding: 12px 16px;
    text-decoration: none;
    color: #2f2f2f;
}

#cabecalho .content .baixo .conteudo .botao #menuResponsivo .conteudoMenuResponsivo .links details .sublinks {
    display: flex;
    flex-direction: column;
}

#cabecalho .content .baixo .conteudo .botao #menuResponsivo .conteudoMenuResponsivo .links details .sublinks a {
    border-bottom: 1px solid #ccc;
    padding: 16px;
    text-decoration: none;
    color: #65908f;
    font-size: 14px;
    background: #f6f6f6;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#cabecalho .content .baixo .conteudo .botao #menuResponsivo .conteudoMenuResponsivo .infos {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 12px;
    width: 100%;
}

#cabecalho .content .baixo .conteudo .botao #menuResponsivo .conteudoMenuResponsivo .infos a {
    text-decoration: none;
    color: #65908f;
    display: flex;
    gap: 10px;
    align-items: center;
    font-size: 14px;
    transition: all .3s;
}

#cabecalho .content .baixo .conteudo .botao #menuResponsivo .conteudoMenuResponsivo .infos a:hover {
    color: #f9b45c;
    transition: all .3s;
}

#cabecalho .content .baixo .conteudo .botao #menuResponsivo .conteudoMenuResponsivo .infos a i {
    color: #f9b45c;
}

#cabecalho .content .baixo .conteudo .botao #menuResponsivo .conteudoMenuResponsivo .redes {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 32px;
    width: 100%;
}

#cabecalho .content .baixo .conteudo .botao #menuResponsivo .conteudoMenuResponsivo .redes a {
    text-decoration: none;
    color: #f9b45c;
    font-size: 26px;
    transition: all .3s;
}

#cabecalho .content .baixo .conteudo .botao #menuResponsivo .conteudoMenuResponsivo .redes a:hover {
    color: #65908f;
    transition: all .3s;
}

#cabecalho .content .baixo .conteudo .botao #menuResponsivo .conteudoMenuResponsivo .copyright {
    padding: 0 16px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 12px;
    margin-top: 32px;
    position: relative;
    width: 100%;
}

#cabecalho .content .baixo .conteudo .botao #menuResponsivo .conteudoMenuResponsivo .copyright span {
    color: #d8d8d8;
    font-size: 12px;
}

#cabecalho .content .baixo .conteudo .botao #menuResponsivo .conteudoMenuResponsivo .copyright .desenvolvedor span {
    display: flex;
    gap: 6px;
    align-items: center;
    justify-content: center;
}

#cabecalho .content .baixo .conteudo .botao #menuResponsivo .conteudoMenuResponsivo .copyright .desenvolvedor img {
    width: 100px;
    display: flex;
    filter: contrast(0.5);
}

@media(max-width: 890px) {
    #cabecalho .content .baixo .conteudo .menu {
        display: none;
    }

    #cabecalho .content .baixo .conteudo .botao {
        display: flex;
        align-items: center;
        gap: 16px;
    }

    #cabecalho .content .baixo .conteudo .botao label[for="botaoMenuResponsivo"] {
        display: flex;
        justify-content: center;
    }

    #cabecalho .content .baixo .conteudo .botao #botaoMenuResponsivo:checked ~ #menuResponsivo {
        left: 0;
        opacity: 100;
        transition: all .3s;
        visibility: visible;
    }

    #cabecalho .content .baixo .conteudo .botao #menuResponsivo {
        visibility: hidden;
        display: flex;
        align-items: flex-start;
        width: 100%;
        position: fixed;
        top: 0;
        bottom: 0;
        z-index: 9;
        opacity: 0;
        left: -200px;
        transition: all .3s;
    }

    #cabecalho .content .baixo .conteudo .botao #botaoMenuResponsivo:checked ~ .overlay {
        background: #0009;
        visibility: visible;
        opacity: 100;
        z-index: 3;
        transition: all .5s;
    } 

    #cabecalho .content .baixo .conteudo .botao #botaoMenuResponsivo:checked ~ body {
        overflow: hidden;
    }

    #cabecalho .content .baixo .conteudo .botao .overlay {
        position: absolute;
        visibility: hidden;
        background: transparent;
        opacity: 0;
        transition: all .5s;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        height: 2000px;
    }
}

@media(max-width: 890px) {
    #cabecalho .content .cima .conteudo {
        display: none;
    }

    #cabecalho .content .cima .conteudo .infos {
        flex-direction: column;
        align-items: center;
        gap: 6px;
    }

    #cabecalho .content .baixo .conteudo {
        flex-direction: column;
        align-items: center;
        gap: 26px;
    }

    #cabecalho .content .baixo .conteudo .menu-principal {
        display: none;
    }

    #cabecalho .content .baixo .conteudo .imagem img {
        width: 275px;
    }

    #cabecalho .content .baixo .conteudo .solicitar {
        padding: 10px 22px;
    }

    #sliderSistema .flexslider .slides .liImage a img {
        height: 200px;
    }

    #itens .itens {
        grid-template-columns: repeat(1, 2fr);
        padding: 81px 0;
    }

    #doutora .content .textos .titulos .identificacao .nome {
        font-size: 38px;
    }

    #doutora .content .textos .titulos .identificacao strong {
        font-size: 26px;
    }

    #doutora .content .textos .itens {
        grid-template-columns: repeat(1, 2fr);
    }

    #doutora .content {
        flex-direction: column;
    }

    #servicos .content .servicos {
        grid-template-columns: repeat(1, 2fr);
    }

    #apoio {
        background-repeat: no-repeat;
    }

    #apoio .content .texto {
        height: unset;
        width: 100%;
        border-radius: 0;
    }

    #perguntas .content {
        flex-direction: column;
    }

    #perguntas .content .textos .titulos strong {
        font-size: 31px;
    }

    #perguntas .content .textos .perguntas details summary {
        font-size: 18px;
    }

    #vida {
        background-position: top;
        background-repeat: no-repeat;
    }

    #vida .content .textos {
        padding: 32px;
        width: 100%;
        border-radius: 0;
    }

    #efetividade .content .graficos {
        grid-template-columns: repeat(1, 2fr);
        gap: 64px;
    }

    #rodape .content .cima {
        flex-direction: column;
        gap: 26px;
    }

    #rodape .content .baixo {
        flex-direction: column;
        gap: 64px;
    }

    #rodape .content .baixo .links {
        flex-direction: column;
        gap: 32px;
    }

    #capaCategoria .cover strong {
        font-size: 22px;
    }

    #productBrief .content {
        padding: 32px 0;
    }

    #productDetailed .content .breadcumbs {
        display: flex;
        flex-direction: column;
        border-radius: 0;
        padding: 0;
    }

    #productDetailed .content .breadcumbs a {
        border-bottom: 1px solid #c8750b;
        padding: 8px 12px;
        font-size: 12px;
    }

    #productDetailed .content .breadcumbs span {
        padding: 8px 12px;
        font-size: 12px;
    }

    #productBrief .content .breadcumbs {
        display: flex;
        flex-direction: column;
        border-radius: 0;
        padding: 0;
    }

    #productBrief .content .breadcumbs a {
        border-right: none;
        border-bottom: 1px solid #c8750b;
        padding: 8px 12px;
        font-size: 12px;
    }

    #productBrief .content .breadcumbs span {
        padding: 8px 12px;
        font-size: 12px;
    }

    #productBrief .content .blocos {
        flex-direction: column;
    }

    #productBrief .content .subcategorias {
        max-width: unset;
    }

    #productBrief .content .servicos {
        grid-template-columns: repeat(1, 2fr);
    }

    #capaCategoria {
        height: 170px;
        background-size: unset;
    }

    #productDetailed .content .fotos .miniaturas {
        grid-template-columns: repeat(1, 2fr);
    }

    #productDetailed .content .criador {
        text-align: center;
    }

    #productDetailed .content .principal {
        gap: 8px;
    }

    #productDetailed .content .titulo strong {
        font-size: 26px;
        line-height: 28px;
    }
}
/* FIM DO RESPONSIVO */