/* Reset e Configurações Globais */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    line-height: 1.6;
    color: #333;
    background-color: #f9f9f9;
}

.responsiveData-content{
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.cabecalhoParallax .tituloPrincipal {
    font-size: 2.2em;
    line-height: 1.2em;
    font-weight: 900;
	font-family: "Borel", cursive;
    color: #FFF;
    text-transform: none;
    text-align: center;
    width: 60%;
    display: table;
    margin: auto;
    float: none;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.00);
    filter: none;
    -webkit-filter: none;
	margin-top: 25px;
}

/* Banner Interno */
.divBannerInterno {
    width: 100%;
    height: 300px;
    background: linear-gradient(135deg, #e72679 0%, #ff6ba9 100%);
    position: relative;
    overflow: hidden;
}

.divBannerInterno::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('data:image/svg+xml,<svg width="100" height="100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="40" fill="rgba(255,255,255,0.05)"/></svg>');
    opacity: 0.3;
}

.responsiveData {
    max-width: 100%;
    margin: 0 auto;
}

.contentResponsiveData {
    background: #fff;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

/* Menu Desktop */
.menuPrincipalDesktop {
    background: #fff;
    border-bottom: 3px solid #e72679;
    position: sticky;
    top: 0;
    z-index: 100;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

.menuRosa .linhaMenu {
    padding: 0;
}

.cxCenterMenu {
    display: flex;
    justify-content: center;
}

ul.menuSite {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 5px;
    padding: 15px 0;
}

ul.menuSite li {
    position: relative;
}

ul.menuSite li a {
    display: block;
    padding: 12px 25px;
    color: #555;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s ease;
    border-radius: 5px;
    font-size: 15px;
}

ul.menuSite li a:hover,
ul.menuSite li.ativoPenseRosa a {
    color: #e72679 !important;
    background: rgba(231, 38, 121, 0.1);
}

/* Menu Mobile */
.menuProdutos_mobile {
    display: none;
    background: #fff;
    border-bottom: 3px solid #e72679;
}

.caixaProdutosMenu {
    padding: 10px 0;
}

#cssmenu ul {
    list-style: none;
}

#cssmenu ul li {
    border-bottom: 1px solid #f0f0f0;
}

#cssmenu ul li a {
    display: block;
    padding: 15px 20px;
    color: #555;
    text-decoration: none;
    transition: all 0.3s ease;
}

#cssmenu ul li a:hover,
#cssmenu ul li.ativoPenseRosa a {
    background: rgba(231, 38, 121, 0.1);
    color: #e72679;
    padding-left: 30px;
}

/* Seção Cabeçalho - Breadcrumb */
.secaoCabecalho {
    background: #f5f5f5;
    padding: 20px 0;
    margin-top: 20px;
}

.linksPaginacaoInterno {
    width: 75%;
    float: left;
    color: #666;
    font-size: 14px;
    line-height: 40px;
}

.linksPaginacaoInterno a {
    color: #e72679;
    text-decoration: none;
    transition: all 0.3s ease;
}

.linksPaginacaoInterno a:hover {
    text-decoration: underline;
}

.paginaAtiva {
    color: #333;
    font-weight: 500;
}

.width_1of4 {
    width: 25%;
    float: left;
    text-align: right;
}

.btnTodas a {
    display: inline-block;
    padding: 10px 25px;
    background: #e72679;
    color: #fff !important;
    text-decoration: none;
    border-radius: 5px;
    transition: all 0.3s ease;
    font-weight: 500;
}

.btnTodas a:hover {
    background: #c01e62;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(231, 38, 121, 0.3);
}

/* Container Principal */
.container {
    padding: 40px 20px;
}

.page_institucional_1 .titulo {
    color: #e72679;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 30px;
    text-align: center;
    position: relative;
    padding-bottom: 15px;
}

.page_institucional_1 .titulo::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 3px;
    background: linear-gradient(90deg, #e72679, #ff6ba9);
    border-radius: 2px;
}

/* Imagem Institucional */
.imagemInstitucional {
    margin: 30px auto;
    max-width: 800px;
}

.marginFotoDetalhes {
    width: 100%;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    margin-bottom: 30px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

.fotoPrincipal {
    text-align: center;
    margin-bottom: 30px;
}

.fotoPrincipal img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}

/* Texto de Conteúdo */
.texto {
    font-size: 16px;
    line-height: 1.8;
    color: #555;
    margin-top: 30px;
}

.texto p {
    margin-bottom: 20px;
}

.texto h2, .texto h3 {
    color: #e72679;
    margin-top: 30px;
    margin-bottom: 15px;
}

.texto ul, .texto ol {
    margin-bottom: 20px;
}

.texto li {
    margin-bottom: 10px;
}

/* Galeria de Fotos */
.galleryPhoto {
    list-style: none;
    display: flex;
    gap: 15px;
    margin: 30px 0;
    padding: 0;
}

.fotoMiniatura {
    width: calc(20% - 30px);
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0 3px 10px rgba(0,0,0,0.15);
    transition: all 0.3s ease;
}


.fotoMiniatura img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.3s ease;
}


/* Utilitários */
.width_1of1 {
    width: 100%;
    float: left;
    clear: both;
}

.width_3of4 {
    width: 75%;
    float: left;
}

/* Responsive Design */
@media (max-width: 768px) {
    .menuPrincipalDesktop {
        display: none;
    }
    
    .menuProdutos_mobile {
        display: block;
    }
    
    .divBannerInterno {
        height: 250px;
    }
    
    ul.menuSite {
        flex-direction: column;
        gap: 0;
    }
    
    ul.menuSite li a {
        padding: 15px 20px;
        border-radius: 0;
    }
    
    .linksPaginacaoInterno,
    .width_1of4,
    .width_3of4 {
        width: 100%;
        float: none;
        text-align: center;
        margin-bottom: 15px;
    }
    
    .page_institucional_1 .titulo {
        font-size: 24px;
    }
    
    .fotoMiniatura {
        width: calc(50% - 7.5px);
    }
    
    .texto {
        font-size: 15px;
    }
    
    .btnTodas {
        text-align: center;
        margin-bottom: 15px;
    }
}

@media (max-width: 480px) {
    .divBannerInterno {
        height: 200px;
    }
    
    .container {
        padding: 20px 15px;
    }
    
    .page_institucional_1 .titulo {
        font-size: 20px;
    }
    
    .fotoMiniatura {
        width: 100%;
    }
    
    .linksPaginacaoInterno {
        font-size: 13px;
        line-height: 1.5;
    }
}

/* Clearfix */
.responsiveData::after,
.container::after {
    content: "";
    display: table;
    clear: both;
}

/* Animações */
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.width_1of1 {
    animation: fadeIn 0.6s ease-out;
}













.ocContentRodape {
    background-color: #f9f5f2; 
    color: #fff;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 15px;
    line-height: 1.6;
    padding-top: 40px;
}

.rodapeSite {
    text-align: center;
    background-color: #f9f5f2;
}

.textoRodape {
    max-width: 800px;
    margin: 0 auto;
    font-size: 16px;
    color: #000000;
}

.assinaturaSite {
    background-color: #f9f5f2; 
    padding: 15px 0px;
    margin-top: 20px;
}

.cxCenterCopy {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
    text-align: center;
}

.cxCenterCopy .copyright {
    font-size: 14px;
    color: #121212;
}

.desenvolvimento {
    font-size: 13px;
    color: #1b1a1a;
}

.desenvolvimento span.imgDesenvolvimento img {
    height: 20px;
    vertical-align: middle;
    margin-left: 6px;
    transition: transform 0.3s ease;
}

.desenvolvimento span.imgDesenvolvimento img:hover {
    transform: scale(1.1);
}

@media (max-width: 768px) {
    .textoRodape {
        font-size: 15px;
        padding: 0 15px;
    }

    .cxCenterCopy {
        gap: 6px;
    }

    .desenvolvimento {
        font-size: 12.5px;
    }
	.cxCenterCopy{
		display: block;
	}
	.cxCenterCopy .copyright{
		margin: 10px 0px;
	}
}


.ocContentRodape .contentResponsiveData {
    background-color: #f9f5f2;
    box-shadow: none;
}

.selectDown {
	padding:15px 20px;
	width: calc(100% - 40px);
	border-bottom:solid 1px #CCC;
	margin-bottom: 0;
	margin-top: 0;
}
.selectDown:last-child {
	border-bottom:solid 0px #CCC;
}
.selectDown:hover {
	background:#F8F8F8;
}

.page_institucional_1 .texto a, .page_servicos_1 .texto a, .page_noticias_1 .texto a {
	color: #e72679;
	text-decoration: underline;
}
.baixarArquivo {
	background: #e72679;
	padding: 13px 15px;
	display: table;
	color: #FFF;
	font-size: 15px;
	text-indent: 0;
	margin-top: 5px;
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	-ms-border-radius:10px;
	-o-border-radius:10px;
}
.baixarArquivo:hover {
	background:#913187;
}


/* Container do título com logo no banner interno */
.container-titulo-banner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-bottom: 10px;
}

.container-titulo-banner .logo-banner-interno {
    max-width: 200px;
    height: auto;
    flex-shrink: 0;
    filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.3));
}

.container-titulo-banner .tituloPrincipal {
    margin: 0;
}

/* Responsivo para mobile */
@media (max-width: 768px) {
    .container-titulo-banner {
        flex-direction: column;
        gap: 15px;
    }
    
    .container-titulo-banner .logo-banner-interno {
        max-width: 120px;
    }
}

/* Ajuste para tablets */
@media (max-width: 1024px) and (min-width: 769px) {
    .container-titulo-banner .logo-banner-interno {
        max-width: 150px;
    }
}