@font-face {
    font-family: Lora;
    src: url(../fonts/Lora-Regular.ttf);
}

* {
    margin: 0;
    padding: 0;
    font-family: 'Roboto', sans-serif;
    box-sizing: content-box;
}

/* .hide-in-mobile {
    display: none;
} */


@media (prefers-reduced-motion: no-preference) {
    html {
        scroll-behavior: smooth;
    }
}

:target {
    scroll-margin-top: .8em;
}


.hide-in-desktop {
    display: none !important;
}

.margem {
    position: relative;
    max-width: 1198px;
    margin: 0 auto;
    padding: 12px;
}

.titulo {
    /* font-family: 'Playfair Display', serif; */
    font-family: Lora;
    color: #FF8600;
    font-size: 2.9rem;
    letter-spacing: 0.2rem;
}
.titulo-h5{
    color: #FF8600;
    font-size: 1.5rem;
    letter-spacing: 0.2rem;
    font-weight: 600;
}

.paragrafo {
    color: #003649;
    line-height: 1.7rem;
    padding: 8px 0;
    font-size: 1.1rem;
}

/* header {
    position: relative;
    width: 100%;
    height: 100vh;
    z-index: 99;
} */

#header-home {
    position: relative;
    width: 100%;
    height: 100vh;
    z-index: 99;
}


#header-interno { /* edicao do header interno */
    position: relative;
    width: 100%;
    z-index: 99;
}


#header-home #header-home-capa {
    position: absolute;
    width: 100%;
    height: 100vh;
    z-index: 0;
    display: flex;
    align-items: center; /* vertical */
    justify-content: center; /* horizontal */
    overflow: hidden;
}

#header-home #header-home-capa img {
    /* transform: translateY(center);
    min-height: 100%; */
    transform: translateY(4%);
    object-fit: cover;
}

#header-home #header-conteudo {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 10;
}

#header-interno #header-conteudo { /* edicao do header interno */
    position: absolute;
    width: 100%;
    height: auto;
    z-index: 10;
}

#logo-header {
    position: relative;
    width: 22%;
    height: auto;
}

#logo-header #logo-fundo {
    width: 100%;
}

#logo-header #logo-img {
    position: absolute;
    width: 54%;
    left: 14%;
    top: 6%;
}

#menu-mobile {
    display: none;
}

.logo-pequeno img {
    display: none;
}

#btn-fechar-menu {
    display: none;
}

#menu-principal {
    position: absolute;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    /* align-items: flex-start; */
    align-items: center;
    top: 6%;
    right: 7%;
    width: calc(100% - 8% - 24%);
    font-size: 0.85rem;
}

#header-interno #menu-principal { /* edicao do header interno */
    position: fixed !important;
    background-color: #fff;
    top: 0;
    left: 0;
    width: 84% !important;
    padding: 8px 8%;
    box-shadow: 0px 2px 10px #888888;
    height: 80px;
}

#header-interno #menu-principal .logo-pequeno img {
    display: block;
}



.menu-fixo {
    position: fixed !important;
    background-color: #fff;
    top: 0 !important;
    left: 0;
    width: 84% !important;
    padding: 8px 8%;
    box-shadow: 0px 2px 10px #888888;
    height: 80px;
}

/* #header-interno .menu-fixo {
    position: fixed !important;
    background-color: #fff;
    top: 0 !important;
    left: 0;
    width: 86% !important;
    padding: 8px 8%;
    box-shadow: 0px 2px 10px #888888;
} */


.menu-fixo .logo-pequeno img {
    display: block;
}


#menu-principal #menu-principal-social {
    display: flex;
    flex-direction: row;
    /* justify-content: space-around; */
    justify-content: flex-start;
    align-items: center;
    padding-right: 4px;
    padding-left: 10px;
}

#menu-principal #menu-principal-social li {
    list-style-type: none;
    border-radius: 28px;
    opacity: 1;
    padding: 6px 4px;
    color: #fff;
    margin-left: 12px;

}

#menu-principal #menu-principal-social li a {
    text-decoration: none;
    color: inherit;
    text-transform: uppercase;
}


#menu-principal #menu-principal-links {
    display: flex;
    flex-direction: row;
    /* justify-content: space-around; */
    align-items: flex-start;
    justify-content: flex-end;
    padding-right: 4px;
    padding-left: 10px;
    z-index: 8;
}

#menu-principal #menu-principal-links li {
    list-style-type: none;
    position: relative;
    block-size: fit-content;
    
    padding: 6px 12px;
    /* color: #003649; */

    /* cursor: pointer;
    transition: 0.2s;
    position: relative; */

    text-align: center;
}

#menu-principal #menu-principal-links li a {
    /*
    background: #FF8600 0% 0% no-repeat padding-box;
    border: 1px solid #FF8600;
    */
    background: #fff 0% 0% no-repeat padding-box;
    border-radius: 28px;
    opacity: 1;
    padding: 6px 12px;
    color: #003649;
    /* margin-left: 12px; */
    cursor: pointer;
    transition: 0.2s;
    position: relative;
}


#menu-principal #menu-principal-links li ul {
    
    position: absolute;
    left: 0;
    top: 0.8rem;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    display: none;
    margin-top: 16px;
    min-width: 100%;

}

#menu-principal #menu-principal-links li ul li {
    
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 2px 0 0 -12px;

    min-width: 100%;

    
}

#menu-principal #menu-principal-links li ul li a {
    margin: 0;
}


#menu-principal #menu-principal-links li:focus-within > ul,
#menu-principal #menu-principal-links li:hover > ul {
    display: initial;
}



#menu-principal #menu-principal-links li:hover > a {
    background: #FF8600 0% 0% no-repeat padding-box;
    color: #fff;
}

#menu-principal #menu-principal-links li.active > a {
    background: #FF8600 0% 0% no-repeat padding-box;
    color: #fff;
}

#menu-principal #menu-principal-links li a {
    text-decoration: none;
    color: inherit;
    text-transform: uppercase;
}

#header-titulo-home {
    max-width: 340px;
    position: absolute;
    right: 8%;
    top: 25%;
    color: #fff;
    text-align: right;
    font-family: Lora;
}

#header-titulo-home h1 {
    position: relative;
    font-size: 3.7rem;
    text-shadow: -6px 3px 6px #000000;
    z-index: 7;
    font-family: Lora;
}

#header-titulo-home h1 span {
    font-size: 1.9rem;
    display: block;
    font-family: Lora;
}

/*Formulário Serviços*/
.margemServicos {
    background: #f7f7f7;
	display: flex;
	align-items:center;
	justify-content:center;
    margin: 0 auto;
    padding: 50px;
}

.tituloServicos {
    text-align: center;
    font-family: Lora;
    color: #FF8600;
    font-size: 2.9rem;
    letter-spacing: 0.2rem;
}

.paragrafoServicos {
    text-align: center;
    color: #003649;
    line-height: 1.7rem;
    padding: 8px 0;
    font-size: 1.1rem;
}

.alignForms {
    padding-left: 75px
}

button, input, optgroup, select, textarea{
    width: 500px;
}

.wpcf7-form p label {
    color: #003649;
    font-size: 0.9rem;
}

.wpcf7-submit {
    border: none;
    padding: 8px 0px;
    background-color: #003649;
    color: #fff;
    border-radius: 18px;
    font-size: 1rem;
    margin: 12px 0;
    cursor: pointer;
}

@media (max-width: 767.98px) {

    .margemServicos {
        background: #f7f7f7;
        display: flex;
        align-items:center;
        justify-content:center;
        margin: 0 auto;
        padding: 25px;
    }
    
    .tituloServicos {
        text-align: center;
        font-family: Lora;
        color: #FF8600;
        font-size: 2.0rem;
        letter-spacing: 0.2rem;
    }
    
    .paragrafoServicos {
        text-align: center;
        color: #003649;
        line-height: 1.7rem;
        padding: 8px 0;
        font-size: 0.9rem;
    }
    
    .alignForms {
        padding-left: 23px
    }
		
	button, input ,optgroup, select, textarea{
        width: 300px;
}

    .wpcf7-form p label {
        color: #003649;
        font-size: 0.9rem;
}

.wpcf7-submit {
    border: none;
    padding: 8px 0px;
    background-color: #003649;
    color: #fff;
    border-radius: 18px;
    font-size: 1rem;
    margin: 12px 0;
    cursor: pointer;
}
}

@media (max-width: 1199.98px) {
    #header-titulo-home {
        top: 50%;
    }

    .margem {
        padding-right: 24px;
        padding-left: 24px;
    }

    #header-home-capa img {
        transform: translateX(-9%);
        /* min-height: 100%; */
    }

    #logo-header {
        position: relative;
        width: 36%;
        height: auto;
    }

    #menu-principal.menu-mobile-ativo {
        background-color: transparent !important;
    }

    #menu-mobile {
        position: fixed;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        top: 6%;
        right: 7%;
        width: calc(100% - 8% - 24%);
        font-size: 0.9rem;
        z-index: 8;
        /* background-color: red; */
    }

    #header-interno #menu-mobile { /* edicao do header interno */
        position: fixed !important;
        background-color: #fff;
        top: 0;
        left: 0;
        width: 84% !important;
        padding: 8px 8%;
        box-shadow: 0px 2px 10px #888888;
        height: 80px;
    }

    #header-interno .logo-pequeno img {
        display: block;
    }


    #btn-fechar-menu {
        display: block;
        position: absolute;
        top: 6%;
        right: 7%;
        cursor: pointer;
	z-index: 999;
    }

    #header-interno #btn-fechar-menu {

        top: 60px;
        right: 8%;

    }




    #menu-mobile-btn span {
        padding: 8px;
        color: #fff;
        font-size: 32px;
        cursor: pointer;
    }

    #header-interno #menu-mobile-btn span {

        color: #003649;

    }

    #menu-mobile.menu-fixo #menu-mobile-btn span {

        color: #003649 !important;

    }

    #menu-principal {
        width: 100%;
        height: 140%;
        margin: 0;
        position: fixed;
        top: 0;
        left: -120%;
        text-align: left;
        padding-top: 5.5em;
        z-index: 110;

        transition: 0.3s;
    }

    #header-interno #menu-principal { /* edicao do header interno */

        left: -100%;

    }

    #menu-principal #menu-principal-social {
        display: none;
    }



    #menu-principal #menu-principal-links {
        position: absolute;
        top: -14px;
        right: 0;
        width: 100%;
        display: flex;
        flex-direction: column;
        /* justify-content: space-around; */
        align-items: center;
        justify-content: flex-end;
        padding-right: 4px;
        padding-left: 10px;
        padding-top: 28px;
        padding-bottom: 28px;
        background-color: #fff;


    }

    #menu-principal #menu-principal-links li {
        list-style-type: none;
        /*
        background: #FF8600 0% 0% no-repeat padding-box;
        border: 1px solid #FF8600;
        */
        background: #fff 0% 0% no-repeat padding-box;
        border-radius: 28px;
        opacity: 1;
        padding: 6px 12px;
        color: #003649;
        margin: 8px 0;


    }

    #menu-principal #menu-principal-links li ul {
        position: relative;
    }


    #menu-principal #menu-principal-links li a {
        text-decoration: none;
        color: inherit;
        text-transform: uppercase;
    }

    .menu-mobile-ativo {
        left: 0 !important;
        /* background-color: transparent !important; */
    }

}

@media (max-width: 767.98px) {

    .hide-in-mobile {
        display: none !important;
    }

    .hide-in-desktop {
        display: block !important;
    }

    .margem {
        padding-right: 28px;
        padding-left: 28px;
    }

    .margemServicos {
        background: #f7f7f7;
        display: flex;
        align-items:center;
        justify-content:center;
        margin: 0 auto;
        padding: 25px;
    }
    
    .tituloServicos {
        text-align: center;
        font-family: Lora;
        color: #FF8600;
        font-size: 2.9rem;
        letter-spacing: 0.2rem;
    }
    
    .paragrafoServicos {
        text-align: center;
        color: #003649;
        line-height: 1.7rem;
        padding: 8px 0;
        font-size: 1.1rem;
    }
    
    .alignForms {
        padding-left: 75px
    }
    
    #header-home-capa img {
        transform: translateX(-13%) !important;
        /* min-height: 100%; */
    }

    .titulo {
        font-size: 1.9rem;
        letter-spacing: 0.2rem;
        font-weight: 400;
    }

    .paragrafo {
        color: #003649;
        line-height: 1.5rem;
        padding: 8px 0;
        font-size: 1rem;
    }

    #logo-header {
        position: relative;
        width: 55%;
        height: auto;
    }
}

/* 1 - SERVICOS */
#servicos {
    background-color: #E5E5D9;
    background-image: url(../img/bg-marca.svg);
    padding-top: 48px;
    padding-bottom: 48px;
    position: relative;
}

#servicos .margem {
    margin-top: 64px;
    margin-bottom: 64px;
    /* overflow: hidden; */


}

#servicos .margem .titulo {
    text-align: center;
}

#servicos .margem #servicos-inner {
    display: grid;
    grid-template-columns: 1fr 10fr 1fr;
}

#servicos .margem #servicos-inner .prev, #servicos .margem #servicos-inner .next {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

#servicos .margem #servicos-inner .prev .btn-prev, #servicos .margem #servicos-inner .next .btn-next {
    cursor: pointer;
}

#servicos-bg-filtro {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 26%;
    background-image: linear-gradient(to top, #fff,  rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0));
}

/* 2 - ATENDIMENTO */
#atendimento {
    background: #fff;
    display: grid;
    grid-row-gap: 24px;
    padding-top: 48px;
    padding-bottom: 48px;
    position: relative;
    grid-template-columns: 5fr 7fr;
}

#atendimento .txt {
    padding:  22px 16%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#atendimento .img img {
    width: 100%;

}

#atendimento .copacabana {
    margin-top: 8px;
    padding: 32px 0 0 64px;
}





/* 3 - QUALIDADE */

#qualidade {
    text-align: center;
    padding-top: 48px;
    padding-bottom: 48px;
    background-color: #E5E5D9;
    background-image: url(../img/bg-marca.svg);
    position: relative;
}

#qualidade .margem {
    margin-top: 128px;
    margin-bottom: 64px;
    z-index: 6;
}


#qualidade .titulo {
    max-width: 780px;
    margin: 0 auto;
    padding: 12px;
    color: #003649;
}

#qualidade .paragrafo {
    max-width: 800px!important;
    margin: 0 auto;
    padding: 6px 32px;
}

#qualidade .imagens {
    max-width: 580px;
    margin: 24px auto;
    padding: 12px;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

#qualidade .imagens img {
    max-width: 36%;
}

#qualidade-bg-filtro {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 30%;
    background-image: linear-gradient(to bottom, #fff,  rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0));
    z-index: 5;
}

.color-custom{
    color: #FF8600;
}
/* 4 - CONHECA */

#conheca {
    position: relative;
    width: 100%;
    height: 60vh;
    min-height: 400px;
}

#conheca .img {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

#conheca .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#conheca .txt {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

#conheca .txt .titulo {
    color: #fff;
    text-align: center;
}

#destaques1 #servicos1 #acervo {
    background: #fff;
    width: 100%;
    position: relative;

    padding-top: 48px;
    padding-bottom: 48px;
    position: relative;

}

#destaques1 .margem {
    display: grid;
    grid-gap: 48px;
    padding-top: 48px;
    padding-bottom: 48px;
    position: relative;
    grid-template-columns: 6fr 6fr;

}


#servicos1 .margem {
    display: grid;
    grid-gap: 48px;
    padding-top: 48px;
    padding-bottom: 48px;
    position: relative;
    grid-template-columns: 4fr 8fr;

}

#acervo .margem {
    display: grid;
    grid-gap: 48px;
    padding-top: 48px;
    padding-bottom: 48px;
    position: relative;
    grid-template-columns: 8fr 4fr;

}

#transparencia {
    background: #fff;
    width: 100%;
    position: relative;

    padding-top: 48px;
    padding-bottom: 48px;
    position: relative;

}

#transparencia .margem {
    display: grid;
    grid-gap: 48px;
    padding-top: 48px;
    padding-bottom: 48px;
    position: relative;
    grid-template-columns: 12fr;

}
/* 5 - ACESSIBILIDADE E RESPONSABILIDADE - DESTAQUES 1 */

#destaques1 {
    background: #fff;
    width: 100%;
    position: relative;

    padding-top: 48px;
    padding-bottom: 48px;
    position: relative;

}

#destaques1 .margem {
    display: grid;
    grid-gap: 48px;
    padding-top: 48px;
    padding-bottom: 48px;
    position: relative;
    grid-template-columns: 6fr 6fr;

}

#destaques1 .margem div {
    padding: 8px;
}


#destaques1 .margem div h2 {
    color: #003649;
    font-size: 2.1rem;
    letter-spacing: 0.1rem;
    margin-bottom: 24px;
}

#destaques1 .margem div div {
    padding-left: 16px;
    border-left: 2px solid #FF8600;
}

#destaques1 .margem div div p {
    margin-bottom: 16px;
    min-height: 5.5rem;
}

#destaques1 .margem div div img {
    width: 100%;
}

/* 6 - NA MIDIA */

#na-midia {
    background: #E3E3D7;
    width: 100%;
    position: relative;

    padding-top: 48px;
    padding-bottom: 48px;
    position: relative;
}



#na-midia .margem .titulo-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

#na-midia .margem .titulo-wrapper img {
    height: 110px;
    margin-right: 16px;
}

#na-midia .margem .titulo-wrapper .titulo {
    text-align: center;
}

#na-midia .margem #noticias {
    display: grid;
    grid-gap: 24px;
    grid-template-columns: 4fr 4fr 4fr;
    padding-top: 64px;
    padding-bottom: 64px;
}

#na-midia .margem #noticias .noticia {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 8px;

}

#na-midia .margem #noticias .noticia .img {
    width: 38%;
    display: block;
}

#na-midia .margem #noticias .noticia .img img {
    width: 100%;
}

#na-midia .margem #noticias .noticia .txt {
    width: 58%;
    display: flex;
    flex-direction: column;
    justify-content: center;

}

#na-midia .margem #noticias .noticia .txt h4 {
    color: #003649;
    font-size: 1.3rem;
    font-weight: 400;
    margin-bottom: 8px;
}

#na-midia .margem #noticias .noticia .txt p {
    color: #474747;
    font-size: 0.95rem;
}

#na-midia .margem .btn-mais {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin: 24px 0;

}

#na-midia .margem .btn-mais button {

    padding: 12px 24px;
    border: none;
    background-color: #fff;
    border-radius: 24px;
    font-size: 1.1rem;
    color: #FF8600;
    font-weight: 300;
    cursor: pointer;
}


/* FUNDO DIFERENCIAIS E COMBATE */

#bg-diferencial-combate {
    background-image: url(../img/bg-marca2.svg);
}


/* 7 - DIFERENCIAIS */

#diferenciais {
    background-color: rgba(255, 255, 255, 0.2);
    /* background-image: url(../img/bg-marca.svg); */
    padding-top: 48px;
    padding-bottom: 48px;
    position: relative;
}

#diferenciais .margem {
    margin-top: 64px;
    margin-bottom: 64px;
}

#diferenciais .margem .titulo {
    text-align: center;
}

#diferenciais .margem #os-diferenciais {
    display: grid;
    grid-gap: 24px;
    grid-template-columns: 3fr 3fr 3fr 3fr;
    padding-top: 98px;
    padding-bottom: 98px;

}

#diferenciais .margem #os-diferenciais .diferencial {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

#diferenciais .margem #os-diferenciais .diferencial .img {

    border-radius: 100%;
    /* aspect-ratio : 1 / 1; */
    width: 128px;
    height: 128px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid #FF8600;
    /* background: #FF8600; */


}

#diferenciais .margem #os-diferenciais .diferencial .img .img-circle {

    border-radius: 100%;
    /* aspect-ratio : 1 / 1; */
    width: 88%;
    aspect-ratio : 1 / 1;
    display: flex;
    justify-content: center;
    align-items: center;
    /* border: 8px solid #FF8600; */
    background: #FF8600;


}

#diferenciais .margem #os-diferenciais .diferencial .img .img-circle img {
    width: 50%;
    padding: 20px;
}

#diferenciais .margem #os-diferenciais .diferencial .txt p {
    width: 90%;
    margin: 6px auto;
}



/* 8 - COMBATE A VIOLENCIA - fundo junto com os diferencias */

#combate-violencia {
    background: #e5e5d9be;
    /* background-color: rgba(255, 255, 255, 0.2); */
    padding-top: 48px;
    padding-bottom: 48px;
    position: relative;
}


#combate-violencia .margem {
    display: grid;
    grid-template-columns: 6fr 6fr;
    grid-gap: 24px;

    margin-top: 64px;
    margin-bottom: 64px;
}

#combate-violencia .margem .txt {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#combate-violencia .margem .txt .btn {
    width: 100%;
}

#combate-violencia .margem .txt .btn button {
    padding: 16px 32px;
    border-radius: 32px;
    background: #FF8600;
    border: none;
    color: #fff;
    font-size: 1.2rem;
    margin: 18px 0;
    cursor: pointer;

}

#combate-violencia .margem .img img {
    width: 100%;
}


/* 9 - A TABELIA */
#a-tabelia {
    background: #fff;
    padding-top: 48px;
    padding-bottom: 48px;
    position: relative;
}

#a-tabelia .margem {
    display: grid;
    grid-template-columns: 4fr 8fr;
    grid-gap: 24px;

    grid-template-areas: "cabecalho cabecalho";

    margin-top: 64px;
    margin-bottom: 64px;
}

#a-tabelia .margem .titulo {
    grid-area: cabecalho;
    display: none;
}

#a-tabelia .margem .img {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#a-tabelia .margem .img div {
    width: 80%;
    aspect-ratio : 1 / 1;
    /* background: #FF8600; */
    border: 3px solid #FF8600;
    border-radius: 50%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;

}

#a-tabelia .margem .img div img {
    width: 90%;
}

#a-tabelia .margem .txt {
    display: flex;
    flex-direction: column;
    justify-content: center;

}

#a-tabelia .margem .txt .titulo {
    display: block;

}


/* FUNDO PODE TA GRATIDAO E TWITTER */

#gratidao-twitter {
    background: #E3E3D7;
    padding-top: 48px;
    padding-bottom: 48px;
    position: relative;
}

#gratidao-twitter .margem {
    display: grid;
    grid-template-columns: 7fr 5fr;
    grid-gap: 24px;

    margin-top: 64px;
    margin-bottom: 64px;
}



/* 10 - POTE DA GRATIDAO E TWITTER */

#gratidao, #twitter {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

#gratidao .txt, #twitter .txt {
    min-height: 150px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

#gratidao .txt .titulo, #twitter .txt .titulo {
    align-items: center;
    margin-bottom: 18px;
    text-align: center;
}

#gratidao .midia, #twitter .midia {

    width: 100%;

}



/* 11 - DEPOIMENTOS */

#depoimentos {
    background: #fff;
    padding-top: 48px;
    padding-bottom: 48px;
    position: relative;
}

#depoimentos .margem {
    max-width: 100% !important;
    margin-top: 64px;
    margin-bottom: 64px;

}

#depoimentos .margem .titulo {
    color: #003649;
    text-align: center;
}

#depoimentos .margem #depoimentos-inner {
    display: grid;
    grid-template-columns: 1fr 10fr 1fr;
}

#depoimentos .margem #depoimentos-inner .s_dep_prev, #depoimentos .margem #depoimentos-inner .s_dep_next {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

#depoimentos .margem #depoimentos-inner .s_dep_prev .s_dep_btn-prev, #depoimentos .margem #depoimentos-inner .s_dep_next .s_dep_btn-next {
    cursor: pointer;
}

/* 12 - FOOTOS BOTTOM */

#fotos-bottom {
    position: relative;
    width: 100%;
    height: 21vh;
    min-height: 310px;
}

#fotos-bottom .img {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

#fotos-bottom .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


/* 13 - LINKS UTEIS */

#links-uteis {
    background: #fff;
    padding-top: 48px;
    padding-bottom: 48px;
    position: relative;
}

#links-uteis .margem {
    margin-top: 64px;
    margin-bottom: 64px;
}

#links-uteis .margem .titulo {
    color: #003649;
    text-align: center;
}

#links-uteis .margem .links {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    margin-top: 32px;
    margin-bottom: 32px;
}

#links-uteis .margem .links .link {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 16px;
    margin-bottom: 16px;
    text-align: center;
}

#links-uteis .margem .links .link img {
    width: 68%;
}



@media (max-width: 767.98px) {

    /* 1 - SERVICOS */
    #servicos {
        padding-top: 36px;
        padding-bottom: 36px;

    }

    #servicos .margem {
        margin-top: 22px;
        margin-bottom: 22px;

    }


    /* 2 - ATENDIMENTO */
    #atendimento {
        background: #fff;
        display: grid;
        grid-gap: 24px;
        padding-top: 0px;
        padding-bottom: 0px;
        position: relative;
        grid-template-columns: 12fr;
    }

    #atendimento .img img {
        width: 90%;

    }

    /* 3 - QUALIDADE */

    #qualidade {

        padding-top: 36px;
        padding-bottom: 8px;

    }

    #qualidade .margem {

        margin-top: 64px;
        margin-bottom: 22px;
    }

    #qualidade .imagens {
        margin: 8px auto;
        padding: 8px;
        display: flex;
        flex-direction: row;
        justify-content: space-around;
    }


    /* 5 - ACESSIBILIDADE E RESPONSABILIDADE - DESTAQUES 1 */

    #transparencia .margem {
        grid-template-columns: 12fr;
        padding-top: 22px;
        padding-bottom: 22px;

    }

    #acervo .margem {
        grid-template-columns: 12fr;
        padding-top: 22px;
        padding-bottom: 22px;

    }

    #servicos1 .margem {
        grid-template-columns: 12fr;
        padding-top: 22px;
        padding-bottom: 22px;

    }

    #destaques1 .margem {
        grid-template-columns: 12fr;
        padding-top: 22px;
        padding-bottom: 22px;

    }

    /* 6 - NA MIDIA */

    #na-midia .margem #noticias {

        grid-template-columns: 12fr;
        grid-gap: 12px;
        padding-top: 36px;
        padding-bottom: 36px;
    }

    #na-midia .margem #noticias .noticia .txt h4 {

        font-size: 1.15rem;

    }

    #na-midia .margem #noticias .noticia .txt p {

        font-size: 0.9rem;

    }

    #na-midia .margem .btn-mais {

        margin: 12px 0;

    }

    /* 7 - DIFERENCIAIS */

    #diferenciais {

        padding-top: 36px;
        padding-bottom: 36px;

    }

    #diferenciais .margem {
        margin-top: 22px;
        margin-bottom: 22px;
    }

    #diferenciais .margem #os-diferenciais {
        grid-gap: 8px;
        grid-template-columns: 6fr 6fr;
        grid-row-gap: 24px;
        padding-top: 48px;
        padding-bottom: 18px;

    }



    /* 8 - COMBATE A VIOLENCIA - fundo junto com os diferencias */



    #combate-violencia .margem {
        grid-template-columns: 12fr;
        grid-gap: 24px;

        margin-top: 22px;
        margin-bottom: 22px;
    }


    #combate-violencia .margem .txt .btn button {

        width: calc(100% - 64px);

    }


    /* 9 - A TABELIA */

    #a-tabelia {

        padding-top: 36px;
        padding-bottom: 36px;

    }

    #a-tabelia .margem {
        display: grid;
        grid-template-columns: 12fr;
        grid-gap: 24px;

        grid-template-areas: "cabecalho";

        margin-top: 22px;
        margin-bottom: 22px;
    }

    #a-tabelia .margem .titulo {
        grid-area: cabecalho;
        text-align: center;
        display: block;
    }

    #a-tabelia .margem .txt .titulo {
        display: none;

    }



    /* FUNDO PODE TA GRATIDAO E TWITTER */

    #gratidao-twitter {
        padding-top: 36px;
        padding-bottom: 36px;
    }


    #gratidao-twitter .margem {
        grid-template-columns: 12fr;

        margin-top: 22px;
        margin-bottom: 22px;
    }



    /* 10 - POTE DA GRATIDAO E TWITTER */




    /* 11 - DEPOIMENTOS */

    #depoimentos {
        padding-top: 36px;
        padding-bottom: 36px;

    }

    #depoimentos .margem {
        max-width: 100% !important;
        margin-top: 22px;
        margin-bottom: 22px;

    }


    /* 12 - FOOTOS BOTTOM */


    /* 13 - LINKS UTEIS */

    #links-uteis {

        padding-top: 36px;
        padding-bottom: 36px;

    }

    #links-uteis .margem {
        margin-top: 22px;
        margin-bottom: 22px;
    }



}

.btn-custom{
    background: #FF8600;
    color: #FFF
}

.btn-custom:hover{
    background: #003649;
    color: #FFF
}
#wahtsapp-contact {
    position: fixed;
    bottom: 48px;
    right: 8%;
    z-index: 9;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    /* box-shadow: 6px 4px 8px #c4c4c4a3; */
    cursor: pointer;
}


footer {
    font-size: 0.9rem;
    background-color: #E5E5D9;
    background-image: url(../img/bg-footer.svg);

}

footer .margem {
    display:  flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 64px 0;
}

footer .margem div {
    flex: 1;
    min-width: 200px;
}

.footer-inner {
    padding: 16px;
}

.footer-inner-img {
    /* text-align: center; */
}



.footer-inner h6 {
    font-weight: 800;
    font-size: 1.1rem;
    margin: 0;
    padding: 0;
    color: #003649;
}

.footer-inner span {
    font-weight: 600;
    font-size: 0.9rem;
    display: block;
    margin: 20px 0 0 0;
    padding: 0;
    color: #003649;

}

.footer-inner p {
    margin: 4px 0;
    padding: 0;
    color: #003649;
}



#footer-logo {
    position: relative;
}

#footer-vertical-bar {
    content: '';
    position: absolute;
    top: -6%;
    right: 8%;
    border-right: 1px solid orange;
    height: 112%;
    width: 2px;
}
/*
#footer-logo::after {
    content: '';
    position: absolute;
    top: -6%;
    right: 20%;
    border-right: 1px solid orange;
    height: 112%;
    width: 2px;

}
*/


#footer-social .footer-inner {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}

#footer-social .footer-inner img {
    margin: 6px;
    cursor: pointer;
}

@media (max-width: 1199.98px) {


}

@media (max-width: 767.98px) {

    footer .margem div {
        flex: 1 100%;
        min-width: 200px;
    }

    .footer-inner {
        text-align: center;
    }


    #footer-vertical-bar {
        display: none;
    }

    #footer-social .footer-inner {
        display: flex;
        flex-direction: row;
        justify-content: center;
    }
}
#vinheta {
    position: relative;
    width: 100%;
    height: 200px;
    margin-top: 96px;
}

#vinheta .img {
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 5;
}

#vinheta .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#vinheta .txt {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    z-index: 7;
}

#vinheta .txt .titulo {
    color: #fff;
    text-align: center;
}



.conteudo {
    background-color: rgba(255, 255, 255, 0.2);
    /* background-image: url(../img/bg-marca.svg); */
    padding-top: 24px;
    padding-bottom: 24px;
    position: relative;
}

.conteudo .margem {
    margin-top: 32px;
    margin-bottom: 32px;

    display: grid;
    grid-template-columns: 8fr 4fr;
    grid-gap: 48px;
}

.conteudo .margem div .titulo {
    font-size: 1.5rem;
    margin-bottom: 16px;
}

.conteudo .margem div img {
    font-size: 1.5rem;
    margin-bottom: 16px;
    max-width: 100%;
}


.conteudo .margem .img {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}







@media (max-width: 767.98px) {



    .conteudo .margem {

        grid-template-columns: 12fr;
    }

}
#vinheta {
    position: relative;
    width: 100%;
    height: 200px;
    margin-top: 96px;
}

#vinheta .img {
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 5;
}

#vinheta .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#vinheta .txt {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    z-index: 7;
}

#vinheta .txt .titulo {
    color: #fff;
    text-align: center;
}



.conteudo {
    background-color: rgba(255, 255, 255, 0.2);
    /* background-image: url(../img/bg-marca.svg); */
    padding-top: 24px;
    padding-bottom: 24px;
    position: relative;
}

.conteudo .margem {
    margin-top: 32px;
    margin-bottom: 32px;

    display: grid;
    grid-template-columns: 12fr;
    grid-gap: 16px;
}


.servico {
    border: 1px solid #e3e3d7;
    border-radius: 16px;
    padding: 16px;
}

.servico .a-mostra {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.servico .a-mostra .titulo {
    font-size: 1.1rem;
}

.servico .a-mostra .servico-btn i {
    font-size: 1.9rem;
    color: #FF8600;
    cursor: pointer;
}


.servico .escondido {
    display: none;
}






@media (max-width: 767.98px) {




}
.no-margin {margin:0 !important;}
.order-1{-ms-flex-order:1;order:1}
.order-2{-ms-flex-order:2;order:2}
.order-lg-1{-ms-flex-order:1;order:1}
.order-lg-2{-ms-flex-order:2;order:2}
.md-padding-30px-right {padding-right:30px !important;}
.padding-50px-right {padding-right:50px;}
.sm-padding-15px-right {padding-right:15px !important;}
.sm-margin-20px-bottom {margin-bottom:20px !important;}
.sm-margin-30px-bottom {margin-bottom:30px !important;}
li{
    list-style-type: none
}
.services-single-menu li {
    border-bottom: 1px solid #ececec;
}
.services-single-menu li:last-child {
    border-bottom: none; }
.services-single-menu li.active a {
    border-left-color: #FF8600;
    color: #FF8600; }
.services-single-menu li.active a:after {
    content: none; }
.services-single-menu li a {
    display: block;
    border-left: 4px solid transparent;
    font-size: 15px;
    font-weight: 400;
    padding: 14px 10px 14px 20px;
    color: #003649;
}
.services-single-menu li a:after {
    content: "";
    background: #FF8600;
    display: inline-block;
    height: 1px;
    width: 0;
    vertical-align: middle;
    margin-left: 8px;
    transition-timing-function: ease-in-out;
    -ms-transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    -webkit-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    transition-duration: .2s;
    -ms-transition-duration: .2s;
    -moz-transition-duration: .2s;
    -webkit-transition-duration: .2s;
    -o-transition-duration: .2s; }
.services-single-menu li a:hover:after {
    width: 30px; }

.callback-box {
    background: #282b2d;
    border: 1px solid #ececec;
    border-radius: 5px;
    padding: 20px 15px 25px 15px;
    position: relative; }

.services-single-right{
    padding: 15px;
    margin: 30px 0;
    background: #f7f7f7;
    font-size: 16px;
}
.callback-box {
    background: #282b2d;
    border: 1px solid #ececec;
    border-radius: 5px;
    padding: 20px 15px 25px 15px;
    position: relative; }

.services-single-right .special {
    padding: 15px;
    margin: 30px 0;
    border-left: 2px solid #111;
    background: #f7f7f7;
    font-size: 16px; }

@media screen and (max-width: 767px) {
    .img-sm{
        display: none;
    }
    .services-single-menu li a {
        font-size: 14px;
        padding: 12px 10px 12px 16px; } }
.bd-example {
    position: relative;
    padding: 1.5rem;
    margin-right: 0;
    margin-left: 0;
    border-width: 0.2rem;
}
.position-relative{
    position: relative!important;
}
.btn-outline-orange{
    color: #FF8600;
    background-color: transparent;
    background-image: none;
    border-color: #FF8600;
}
.btn-outline-orange:hover{
    color: #FFF;
    background-color: #FF8600;
    border-color: #FF8600;
}
.cover-background{
    position: relative !important;
    background-size: cover !important;
    overflow: hidden !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}