/* POUP-UP */

#poup-up-bg {
    position: fixed;
    width: 100%;
    height: 100vh;
    background-color: rgba(216, 216, 216, 0.4);
    z-index: 999;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

#poup-up-inner {
    position: relative;
    height: 82%;
    max-width: 90%;
}

#poup-up-inner img {
    height: 100%;
    width: 100%;
    object-fit: contain;
    /* box-shadow: 5px 8px 10px #444444; */
}

#poup-up-fechar {
    position: absolute;
    top: 32px;
    right: 32px;
    cursor: pointer;
}

#poup-up-fechar i {
    font-size: 32px;
}

/* 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;*/
/*}*/

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

#conheca .txt .titulo {
    color: #fff;
    text-align: center;
    margin: 24px 0;
}

#conheca .txt .btn-conheca {
    background: #FF8600;
    color: #fff;
    border-radius: 12px;
    padding: 12px 16px;
    text-decoration: none;
    font-weight: 400;
    margin: 24px 0;
    letter-spacing: 4px;    
}


/* 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 */


#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
}