.botaoManutencao
{
    background-color: #000;
    color: #ffffff;
    border-radius: 5px;
    border: none;
    padding: 5px;
}
.botaoManutencao:hover
{
    opacity: 0.8;
    color: grey;
}


.img-index
{
    width: 300px; /* ajustar consoante a resolução da foto*/
    height: 300px; /* ajustar consoante a resolução da foto*/
    object-fit: cover;
}

.margin-top
{
    margin-top: 100px;
}

/************************* NAVBAR ************************/
.navbar-brand
{
    font-family: 'Times New Roman', Times, serif;
    font-size: 40px;
    font-weight: bold;
}
.hr-nav
{
  border-bottom: 5px solid #000;
}

.nav-link
{
    color: #000;
    font-size: large;
    font-weight: bold;
}

/* hamburguer color black */
.navbar-toggler-icon 
{
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(0, 0, 0)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
/* Remove border hamburguer */
.navbar-toggler,
.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus 
{
    outline: none;
    border: none;
    box-shadow: none;
}

/************************* INDEX ************************/
.slogan
{
    text-align: center;
    font-size: 100px;
    font-weight: bolder;
    margin: 130px 0 160px 0;
}
@media(max-width: 768px)
{
    .slogan
    {
        font-size: 70px;
        margin: 60px 0 60px 0;
    }
}
.slogan
{
    text-align: center;
    font-weight: bolder;
}
.img-index
{
    border-radius: 10px;
}

/************************* SOBRE ************************/

.texto-sobre
{
    font-size: 16px;
    text-align: justify;
    
}
/* Medium devices (tablets, 768px and down)*/
@media (max-width: 768px)
{
    .texto-sobre
    {
        text-align: center;
    }
    
}
.times
{
    font-family: 'Times New Roman', Times, serif;
    font-weight: bold;
    font-size: 19px;
}
.img-responsive
{
    border-radius: 10px;
}
.missao
{
    padding: 30px;
    letter-spacing: 1px;
}
.missao h2
{
    font-size: 60px;
    font-weight: bolder;
}
.accordion
{
    margin: 0 50px 0 50px;
    --bs-accordion-btn-bg: #ffffff; /* cor de fundo */
    --bs-accordion-active-bg: #ffff; /* cor fundo link activo*/
    --bs-accordion-border-color: none;
    --bs-accordion-active-color: none;
    --bs-accordion-btn-icon-width: 4rem;
}

.accordion-button
{
    border-top: 5px solid #000;
    font-size: 60px;
    font-weight: bolder;
    padding: 60px;
}
@media(max-width: 768px)
{
    .accordion
    {
        margin: auto;
        --bs-accordion-btn-icon-width: 2rem;
    }
    .accordion-button
    {
        font-size: 30px;
        padding: 30px;
    }
}
/************************* CONTATO ************************/
.seguir
{
    font-size: 40px;
    margin-bottom: 50px;
}
.texto-contato
{
    text-align: center;
    padding: 150px 250px 150px 250px; 
}
/* Medium devices (tablets, 768px and down)*/
@media (max-width: 768px)
{
    .texto-contato
    {
        padding: 0;
        margin-top: 50px;
    }
    
}

.timesnr
{
    font-family: 'Times New Roman', Times, serif;
    font-size: 23px;
}

.row-column-img
{
    padding-bottom: 100px;
}
.social-media
{
    text-align: center;
    padding: 0 200px 0 200px; 
    font-weight: bold;
}
@media (max-width: 768px)
{
    .social-media
    {
        padding: 0;
        
    }
    
}

.contact-links
{
    color: #000;
    text-decoration: none;
}
@media (max-width: 768px)
{
    .contact-links-margin
    {
        margin-bottom: 50px;
    }
    
}
.contact-links:hover
{
    opacity: 0.3;
    color: grey;
}
.contact-links__telefone
{
    font-size: 12px;
    font-weight: 200;
}

.social-media__texto
{
    padding-bottom: 50px;
}
@media (max-width: 768px)
{
    .social-media__texto
    {
        padding-bottom: 10px;
    }
    
}

/************************* RODAPE ************************/
footer
{
    margin-top: 100px;
    background-color: #f5f5f5;
    text-align: center;
    padding: 20px 0 10px 0;
}

footer ul li
{
    list-style-type: none;
    display: inline;
}

footer ul li
{
    color: #808080;
}
.footer-barra
{
    font-weight: 100;
}

footer ul li a
{
    text-decoration: none;
    color: #808080;
    font-size: 13px;
}

footer ul li a:hover
{
    text-decoration: underline;
    color: #808080;
}

.author-footer
{
    font-size: 13px;
    color: #808080;
    margin-bottom: 0;
}


/************************* POLITICAPRIVA ************************/ 
.avisos-legais
{
    margin: 100px auto;
}

.avisos-legais__titulo
{
    text-align: center;
    margin-bottom: 40px;
}
.avisos-legais__texto
{
    text-align: center;
    font-size: 16px;
    padding: 0 200px 0 200px;
}
/* Medium devices (tablets, 768px and down)*/
@media (max-width: 768px)
{
    .avisos-legais__texto
    {
        padding: 0;
        
    }
    
}
.links-termos
{
    text-decoration: none;
}
.links-termos:hover
{
    text-decoration: underline;
}