/*body{*/
    /*font-family: 'Lato', sans-serif;*/
/*}*/
header{
    background-color: #000000;
}

.bg-custom{
    background-color: #ffffff!important;
    box-shadow: 0 6px 10px -4px rgba(0, 0, 0, .15);
}

.text-red{
    color: #AC191D!important;
}

a{
    text-decoration: none!important;
}

.text-white{
    color: #ffffff!important;
}

.navbar {
    padding: 0.7rem 1rem;
}



.nav-link {
    color: #000000!important;
    display: block;
    text-transform: uppercase;
    height: 100%;
}

.nav-link:hover{
    background-color: #E67F41;
}

.social-list {
    text-align: right;
}

.social-list li {
    list-style-type: none;
    padding: 2px 0;
}

.social-list li a{
    color: #000000;
}

.social{
    background-color: #AC191D;
    color: #ffffff;
    border-radius: 50%;
    padding: 8px;
}

footer{
    background-color: #000000;
}

.f-paginas a{
    text-decoration: none;
}

.interativa img{
    max-width: 150px;

}

.list-telefone{
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding-left: 0!important;
}

.telefone-item{
    list-style: none;
    padding: 0 5px;
    border-right: 1px solid #ffffff;
}

.telefone-item:last-of-type {
    border-right: 1px solid transparent!important;
}

.telefone:last-child{
    display: none;
}

.wrapper {
    width: 100%;
    float: none;
    position: relative;
    padding-top: 20px;
}
.pointer {
    cursor: pointer;
}

.description, .description-top {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #AC191D;
}

.description-top{
   width: 100%;
    height: 70px;
    opacity: 0.7;
}

.description img{
    max-height: 55px;
}


p.description_content {
    padding: 10px;
    margin: 0;
    font-size: 18px;
    color: #ffffff!important;
    text-transform: uppercase;
}

.evento a{
    color: #000000!important;
}

.header-list{
    padding: 0;
    width: 100%;
}

.header-list li {
    display: inline-block;
    list-style-type: none;
    font-size: 18px;
}

.card-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
}

/* Botão flutuante do WhatsApp */
.whatsapp-float {
    position: fixed !important;
    width: 70px !important;
    height: 70px !important;
    bottom: 20px !important;
    right: 20px !important;
    background-color: #25d366 !important;
    color: #fff !important;
    border-radius: 50% !important;
    text-align: center !important;
    box-shadow: 0 4px 12px rgba(37, 211, 102, 0.4) !important;
    z-index: 99999 !important;
    transition: all 0.3s ease !important;
    display: block !important;
    visibility: visible !important;
    border: 3px solid #fff !important;
}

.whatsapp-float:hover {
    background-color: #128c7e;
    transform: scale(1.1);
}

.whatsapp-float a {
    color: #fff !important;
    text-decoration: none !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    height: 100% !important;
    width: 100% !important;
    text-align: center !important;
}

.whatsapp-icon {
    font-size: 28px !important;
    margin-bottom: 2px !important;
    display: block !important;
}

.whatsapp-text {
    font-size: 9px !important;
    font-weight: bold !important;
    display: block !important;
    line-height: 1 !important;
}

/* Melhorias de responsividade e acessibilidade */
@media (max-width: 768px) {
    .whatsapp-float {
        width: 60px !important;
        height: 60px !important;
        bottom: 15px !important;
        right: 15px !important;
    }
    
    .whatsapp-icon {
        font-size: 24px !important;
    }
    
    .whatsapp-text {
        font-size: 8px !important;
    }
    
    /* Header responsivo */
    .header-list {
        text-align: center;
        padding: 10px 0;
    }
    
    .header-list li {
        display: block;
        margin: 5px 0;
        font-size: 16px;
    }
    
    /* Menu responsivo */
    .navbar-brand {
        font-size: 1.2rem;
        font-weight: bold;
    }
    
    .navbar-toggler {
        border: none;
        padding: 4px 8px;
    }
    
    .navbar-toggler:focus {
        box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
    }
    
    .navbar-collapse {
        background-color: #fff;
        margin-top: 10px;
        border-radius: 5px;
        box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    }
    
    .nav-link {
        padding: 15px 20px;
        border-bottom: 1px solid #eee;
        text-align: center;
    }
    
    .nav-link:last-child {
        border-bottom: none;
    }
    
    /* Cards responsivos */
    .wrapper {
        margin-bottom: 20px;
    }
    
    .description_content {
        font-size: 16px;
        padding: 8px;
    }
    
    /* Footer responsivo */
    .f-paginas {
        text-align: center;
        margin-bottom: 20px;
    }
    
    .interativa {
        text-align: center !important;
        margin-top: 20px;
    }
    
    .list-telefone {
        justify-content: center;
        flex-wrap: wrap;
    }
    
    .telefone-item {
        margin: 5px 0;
        border-right: none !important;
        border-bottom: 1px solid #ffffff;
        padding: 5px 0;
    }
    
    .telefone-item:last-of-type {
        border-bottom: none !important;
    }
}

/* Melhorias de acessibilidade */
.nav-link:focus {
    outline: 2px solid #E67F41;
    outline-offset: 2px;
}

.whatsapp-float a:focus {
    outline: 2px solid #fff;
    outline-offset: 2px;
}

/* Melhorias para telas pequenas */
@media (max-width: 576px) {
    .container-fluid {
        padding-left: 15px;
        padding-right: 15px;
    }
    
    .py-4 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }
    
    .px-5 {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }
    
    .description_content {
        font-size: 14px;
    }
    
    .header-list li {
        font-size: 14px;
    }
    
    /* Footer responsivo para telas pequenas */
    footer h3 {
        font-size: 1.2rem;
        margin-bottom: 1rem !important;
    }
    
    footer address {
        font-size: 0.9rem;
    }
}

/* Melhorias para telas médias */
@media (min-width: 577px) and (max-width: 991px) {
    .navbar-nav {
        text-align: center;
    }
    
    .nav-link {
        padding: 10px 15px;
    }
    
    .wrapper {
        margin-bottom: 30px;
    }
}

/* Estilos para as páginas internas */
.contact-info {
    display: flex;
    flex-direction: column;
}

.contact-item {
    display: flex;
    align-items: flex-start;
}

.contact-item i {
    margin-top: 5px;
}

.contact-item h5 {
    margin-bottom: 5px;
    color: #333;
}

.contact-item p {
    margin: 0;
    color: #666;
}

.contact-item a {
    color: #007bff;
    text-decoration: none;
}

.contact-item a:hover {
    color: #0056b3;
    text-decoration: underline;
}

/* Estilos para cards das páginas */
.card {
    border: none;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    transition: transform 0.3s ease;
}

.card:hover {
    transform: translateY(-5px);
}

.card-body {
    padding: 2rem;
}

/* Estilos para formulário de contato */
.form-control {
    border: 2px solid #e9ecef;
    border-radius: 5px;
    padding: 12px 15px;
    font-size: 16px;
    transition: border-color 0.3s ease;
}

.form-control:focus {
    border-color: #E67F41;
    box-shadow: 0 0 0 0.2rem rgba(230, 127, 65, 0.25);
}

.btn-primary {
    background-color: #E67F41;
    border-color: #E67F41;
    padding: 12px 30px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 5px;
    transition: all 0.3s ease;
}

.btn-primary:hover {
    background-color: #d4692a;
    border-color: #d4692a;
    transform: translateY(-2px);
}

/* Estilos para ícones das páginas */
.fa-3x {
    color: #E67F41;
}

.text-primary {
    color: #E67F41 !important;
}

.text-success {
    color: #28a745 !important;
}

.text-info {
    color: #17a2b8 !important;
}

.text-danger {
    color: #dc3545 !important;
}

/* Melhorias para responsividade das páginas internas */
@media (max-width: 768px) {
    .contact-item {
        flex-direction: column;
        text-align: center;
    }
    
    .contact-item i {
        margin-bottom: 10px;
    }
    
    .card-body {
        padding: 1.5rem;
    }
    
    .btn-primary {
        width: 100%;
        margin-top: 10px;
    }
}

@media (min-width: 768px) {
    /*.navbar-nav{*/
        /*position: absolute;*/
        /*top: 0;*/
        /*bottom: 0;*/
    /*}*/

    .nav-link {
        padding: 2rem 0;
    }
}
