/* CODIGO DA COR DE BARRA AZUL TOPO:  #23305d */
/* CODIGO DA COR DE BARRA AZUL MAIS ESCURO NO FUNDO INFERIOR BARRA:  #182245 */
/* CODIGO DA COR DE BARRA CINZENTA DAS ILHAS:  #bebebe */
/* CODIGO DA COR DE BARRA DE SECÇÃO AMARELA:  #ecc644 */

.slideshow-container {
    width: 100%;
    max-width: 100%; /* Largura máxima */
    height: 600px; /* Altura fixa */
    overflow: hidden;
    position: relative;
   /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);*/
}

.slideshow-container img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Garante que a imagem ocupa todo o espaço */
}

.img-fixed {
    width: 100%;
    height: 250px; /* Ajusta todas as imagens para a mesma altura */
    object-fit: cover; /* Mantém proporção e corta excesso */
}
.card-body {
    display: flex;
    flex-direction: column;
  /*  justify-content: space-between;*/
}

@media (min-width:768px){
    .img-wrap{
        position: absolute;
        height: 100%;
        width: 200%;
        left: 0;
        top: 0;
        background-position: 100% center;
        background-size: cover;
        border-radius: 2em 0 0 2em;
    }
    .footer-logos{
        justify-content: flex-end !important;
    }
    .valores{
        width: 50%;
    }
}
@media (max-width:768px){
    .col-6{
        width: 100% !important;
    }
    footer .fw-bold{
        text-align: left;
    }
    .first-sec .col-8, .first-sec .col-4{
        width: 100% !important;
    }
    .img-wrap{
        position: relative;
        height: 400px;
        width: 100%;
            background-position: 100% center;
            background-size: cover;
            border-radius: 2em;
        }
        .copyright{
            width: 100%;
        }
        .copyright span{
            margin: auto;
        }
        .footer-logos{
            width: 100%;
            justify-content: center;
        }
}
@media (max-width:505px){
.text-end:has(button){
margin-bottom: 25px;
}
}
.card-thumb img{
    border-radius: 8px;
}


.modal-body {
    position: relative;
    padding: 0;
}
.modal-body iframe {
    width: 100%;
    height: 80vh;
    border: none;
}