@import url('https://fonts.googleapis.com/css2?family=Saira:wght@300;400;500;700;900&display=swap');
@font-face {
    font-family: 'Century751BTRoman';
    src: url('Century751BTRoman.eot');
    src: url('Century751BTRoman.eot?#iefix') format('embedded-opentype'),  url('Century751BTRoman.woff') format('woff'),  url('Century751BTRoman.ttf') format('truetype'),  url('Century751BTRoman.svg#Century751BTRoman') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'proximanova-black';
    src: url('proximanova-black.eot');
    src: url('proximanova-black.eot?#iefix') format('embedded-opentype'),  url('proximanova-black.woff') format('woff'),  url('proximanova-black.ttf') format('truetype'),  url('proximanova-black.svg#proximanova-black') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'proximanova-regular';
    src: url('proximanova-regular.eot');
    src: url('proximanova-regular.eot?#iefix') format('embedded-opentype'),  url('proximanova-regular.woff') format('woff'),  url('proximanova-regular.ttf') format('truetype'),  url('proximanova-regular.svg#proximanova-regular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'proximanova-medium';
    src: url('proximanova-medium.eot');
    src: url('proximanova-medium.eot?#iefix') format('embedded-opentype'),  url('proximanova-medium.woff') format('woff'),  url('proximanova-medium.ttf') format('truetype'),  url('proximanova-medium.svg#proximanova-medium') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'proximanova-light';
    src: url('proximanova-light.eot');
    src: url('proximanova-light.eot?#iefix') format('embedded-opentype'),  url('proximanova-light.woff') format('woff'),  url('proximanova-light.ttf') format('truetype'),  url('proximanova-light.svg#proximanova-light') format('svg');
    font-weight: normal;
    font-style: normal;
}

:root {
    --main-color: #0969AD;
    --secondary-color: #D3A724;
    --text-color: #999;
}

* {
    font-family: "saira", sans-serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

a {
    text-decoration: none;
    color: #333;
}

a:hover {
    color: #0969AD;
}

h1{
    text-align: center;
}
h2{
 font-size: 20px;    
}


h3{
 font-size: 16px;    
}

h4{
    color: #D3A724;
}

.castroLogo h4 {
    margin: 10px 0 0 0; /* Ajusta o espaçamento superior */
}

.modal-content {
    position: relative;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    outline: none;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
            box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
  }

  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
            box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
  }

  .banner-image img {
    width: 100%;
    height: 70vh;               /* Altura controlada */
    object-fit: cover;          /* Faz a imagem cobrir o container */
    object-position: center -120px;
    display: block;
    margin-top: 15px;
    box-shadow: 10px 10px 10px 10px rgba(0, 0, 0, 0.3);
}


.container {
    display: flex; 
    max-width: 1300px; 
    width: 100%;
    margin: 0px auto;
    height: auto;
    clear: both;
    /* margin-bottom: 15px; */
 }

.container-menu {
    justify-content:flex-end;
}

.content-menu {
    align-items: center;
    width: 100%;
    height: 45px;
    margin-top: 20px;
}

.container-top {
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: auto;
}

.container-top .logo img {
    width: 350px;
    display: flex;
    margin: 0;
}

.container-top .castroLogo img {
    width: 225px;
    padding: 5px 25px 0 45px;
    display: flex;
    margin-top: 20px;
}

.container-top .dv-info {
    font-weight: 500;
    text-align: right;
}

.container-top .dv-info img {
    height: 100px;
}

.dv-title {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border-bottom: 1px solid #f4f4f4;
    height: 60px;
    margin-bottom: 30px;
    box-shadow: 0px 3px 3px rgba(99, 97, 97, 0.2);
}

.dv-title h1 {
    /* font-size: 30px; */
    font-weight: 700;
    color: var(--secondary-color);
    text-transform: uppercase;
}

.rslides_container {
    background-color: #CEB687;
    position: relative;
    float: left;
    width: 100%;
    height: auto; /*700px; */
    margin: 0px;
}

.dv-servicos {
    display: flex;
    flex-direction: column;
    background-color: #fff;
    width: 100%;
    min-height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
    justify-content: space-between;
    text-align: center;
}

.dv-servicos h1 {
    padding: 30px 0 10px 0;
    font-weight: 700;
    color: #0c6bab;
    text-transform: uppercase;
}

.container-servicos {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;  /* Ocupa toda a largura disponível */
    max-width: 1300px;  /* Limita a largura máxima para 1300px */
    margin: 0 auto; 
}

.container-servicos .card {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 130px;
    min-height: 170px;
    border-radius: 20px;
    border: 2px solid #0c6bab;
    background-color:#0c6bab;
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    /* margin: 20px 0; */
}
.container-servicos .card:hover {
    transform: translateY(-5px) scale(1.05); /* Elevação e leve aumento */
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3); /* Sombra suave */
}

.container-servicos .card:not(:first-child){
    margin: 20px 0;
}

.container-servicos .card p {
    margin: 10px 0;
    padding: 4px;
    font-family: 'SAIRA', sans-serif;
    font-size: 12px;
    /* font-weight: 700; */
    color: #fff;
    text-transform: uppercase;
    text-align: center;
}

.container-servicos .card p a {
    color: #fff;
}

.container-servicos .card img {
 height: 60px;
}

.container-servicos .card p a:hover {
    color: #ccc;
}

.container-quem-somos {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.container-quem-somos .card-qs {
    background-color: var(--secondary-color);
    width: 420px;
    border-radius: 10px;

}

.container-quem-somos .card-qs .card-qs-center {
    display: flex;
    flex-direction: column;
    margin: 10px;
    padding: 10px;
    border: 2px solid #fff;
    border-radius: 10px;
    min-height: 180px;
}

.container-quem-somos .card-qs .card-qs-center h1 {
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    color: #FFF;
    text-align: center;
}

.container-quem-somos .card-qs .card-qs-center div {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100px;
    color: #FFF;
}

footer {
    display: flex;
    flex-direction: column;
    background: #0c6bab;
    min-height: 250px;
    height: auto;
    margin: 0;
    width:auto;
}

footer a {
    text-decoration: none;
    color: #FFF;
}

footer a:hover {
    color: #ccc;
}

.container-footer a {
    color: #fff;
}

.container-footer a:hover {
    color: #ccc;
}

.container-footer div h3 {
    color: #fff;
    font-size: 25px;
}

.container-footer div p {
    color: #fff;
    font-size: small;
    margin-bottom: 0;
}

.container-footer div .redes-sociais {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
}

.container-footer div .redes-sociais i {
    text-align: center;
    color: #fff;
    font-size: 30px;
    margin-top: 10px;
}

.container-text {
    text-align: justify;
}

footer .rodape {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    color: #333;
    background-color: #fff;
}
.bg-02{
    text-align: center;
    padding: 20px;
    color: #666;
}   

footer .rodape div {
    word-break: break-word;
}


/* Inputs */
input, textarea, select, button {
    padding: 14px;
    font-family: 'Saira', sans-serif;
    font-size: 16px;
    /* color: #444444; */
    border: 1px solid #CCC;
    margin-top: 10px;
    /* width: 470px; */
    width: 100%;
    border-radius: 3px;
}

.frm_error {
    border: 1px solid #FF0000;
}

.error {
    color: #FF0000;
    font-size: 12px;
    margin-top: 5px;
}


.btn{
    margin:10px;    
    padding:14px;
    font-size:14px;
    font-family:'saira';
    text-transform:uppercase;
    clear:both;
    display:block;
    letter-spacing:2px;
    transition:all 0.3s ease-out;
    border:none;
}
.btn-primary{    
    color: var(--secondary-color);
    background-color:var(--main-color);    
}

.btn-secondary{    
    color: var(--text-color);
    background-color:#f3f3f3;    
}

/* Inputs */

.dv-contato {
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: row;
    margin-bottom: 20px;
}

.dv-contato .dv-form {
    width: 50%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
}

.dv-contato .dv-maps {
    margin-left: 10px;
}

.dv-links {
    flex-direction: column;
}


.dv-links ul {
    list-style: none;
}

.dv-links ul li {
    padding: 10px 0;

}

.dv-links ul li i {
    margin-right: 10px;

}

.dv-links ul li a {
    font-size: 20px;
    color: #333;
}

.dv-links ul li a:hover {
    color: #ccc;
}

.dv-documentos {
    flex-direction: column;
    margin-bottom: 20px;
}

.dv-documentos ul li {
    line-height: 40px;
    border-bottom: 1px solid #ccc;
    font-size: 16px;
}

.dv-documentos ul li i {
    font-size: 30px;
    margin-right: 20px;
}


.dv-documentos ul {
    list-style: none;
}

.padding-container {
    padding: 20px 0px;
}

.titulo-medio2 {
    font-family: 'saira';
    color: var(--secondary-color);
    font-size: 30px;
    width: 100%;
    margin-bottom: 15px;
    font-weight: normal;
    line-height: 30px;
}

.quebra {
    clear: both;
}
.container .destaques-internas {
    display: block;
    float: left;
    width: 1100px;
    height: auto;
    margin-bottom: 0px;
    margin-right: 0px;
    text-align: left;
}
.container .destaques {
    display: block;
    float: left;
    width: 650px;
    height: 250px;
    margin-bottom: 20px;
    margin-right: 20px;
    border-radius: 8px;
    text-align: left;
    margin-top: 0px;
    min-height: 250px;
}
.destaques-internas-titulo {
    font-family: "proximanova-black";
    font-size:35px;
    color:#09446C;
    font-weight:bold;
    margin: 0px auto;
    width: 1100px;
    font-weight: normal;
}
.container .destaques-internas h1 {
    font-family: 'proximanova-medium';
    font-size: 26px;
    color: #61331f;
    margin-bottom: 10px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
}
.container .destaques h1 {
    font-family: 'proximanova-medium';
    font-size: 26px;
    color: #61331f;
    margin-bottom: 10px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    font-weight: bold;
}
@media only screen and (max-width: 950px) {
    .flex {
        display: flex;
        flex-direction: column;
    }

    .dv-servicos {
        flex-direction: column;     
    }
}
@media only screen and (max-width: 950px) {
    .mobile-no {
        display: none;
    }
}

.dv-emolumentos ul {
    list-style: none;
}

.dv-emolumentos li i {
    margin-right: 20px;
}
.dv-emolumentos li {
    font-size: 20px;
    line-height: 60px;
    transition: all 0.3s ease-in-out; /* Efeito suave ao passar o mouse */
}

.dv-emolumentos li:hover {
    color: #0c6bab; /* Muda a cor do texto ao passar o mouse */
    cursor: pointer; /* Muda o cursor para indicar que é interativo */
    padding-left: 10px; /* Pequeno deslocamento para a direita */
}

.dv-requerimentos ul {
    list-style: none;
}

.dv-requerimentos li i {
    margin-right: 20px;
}
.dv-requerimentos li {
    font-size: 20px;
    line-height: 60px;
    transition: all 0.3s ease-in-out; /* Efeito suave ao passar o mouse */
}

.dv-requerimentos li:hover {
    color: #0c6bab; /* Muda a cor do texto ao passar o mouse */
    cursor: pointer; /* Muda o cursor para indicar que é interativo */
    padding-left: 10px; /* Pequeno deslocamento para a direita */
}


/* Estilos gerais para a lista de dúvidas */
.duvidas-list {
    margin: 20px 0;
}

.duvida-item {
    margin-bottom: 15px;
}

/* Estilos para o botão que contém o título */
.accordion {
    background: none; /* Remove o fundo do botão */
    border: none; /* Remove a borda */
    padding: 10px 15px;
    text-align: left;
    font-size: 18px;
    cursor: pointer;
    width: 100%;
    display: flex;
    align-items: center;
    color: #666; /* Cor do texto */
    font-weight: bold;
    font-family: 'proximanova-regular' !important;
}

/* Ícone de seta ao lado do título */
.accordion .fa {
    margin-right: 12px;
    transition: transform 0.1s ease; /* Transição suave para o ícone */
    color: var(--secondary-color);
}

.duvida-text {
    display: none; 
    padding: 10px 20px;
    font-size: 17px;
    color: #333;
    /* font-family:'proximanova-regular'; */
}

.accordion .fa-angle-down {
    transform: rotate(-90deg); 
}

.accordion .fa-angle-up {
    transform: rotate(180deg); 
}

.container-footer {
    display: flex;
    justify-content: space-between; /* Alinha os itens com espaçamento entre eles */
    align-items: flex-start; /* Alinha os itens no topo */
    padding: 20px; /* Ajuste de espaçamento, se necessário */
    text-align: center;
}

.footer-left {
    flex: 1; /* O conteúdo da esquerda ocupa uma parte */
    text-align: left; /* Alinhamento do texto à esquerda */
}

.footer-center {
    flex: 1; /* O conteúdo do centro ocupa uma parte */
    text-align: center; /* Alinha o texto ao centro */
}

.footer-right {
    flex: 1; /* O conteúdo da direita ocupa uma parte */
    text-align: right; /* Alinha o texto à direita */
}

.message-box.sucesso {
    background-color: #dff0d8; 
    color: #3c763d; 
    border: 1px solid #d6e9c6; 
    padding: 10px;
    border-radius: 5px;
    margin-top: 10px;
}

.message-box.erro {
    background-color: #f2dede; 
    color: #a94442; 
    border: 1px solid #ebccd1; 
    padding: 10px;
    border-radius: 5px;
    margin-top: 10px;
}
