/* ============================
   RESET & BASE
============================ */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html, body {
    height: 100%;
    font-family: Arial, Helvetica, sans-serif;
    margin: 0;
}

/* Estrutura moderna que empurra o footer para o final */
body {
    display: flex;
    flex-direction: column;
}

.page-wrapper {
    flex: 1 0 auto;
}

/* Background */
body {
    background-image: url('../img/fundo_princ.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-position: bottom right;
}


/* ============================
   HEADER / NAVBAR
============================ */
header {
    background-color: #fff;
    border-radius: 25px;
    margin: 5px 10px;
    padding: 10px 20px;
}

#img-propaganda {
    width: 200px;
    height: auto;
}

.navbar-nav .nav-link {
    font-weight: 600;
    color: #146e9b;
    padding: 8px 15px !important;
}

.navbar-nav .nav-link:hover {
    background-color: #3898c7;
    color: #fff !important;
    border-radius: 10px;
}


/* ============================
   CARROSSEL
============================ */
.carousel-inner img {
    border-radius: 10px;
}


/* ============================
   SE������O DE DICAS / NOT���CIAS / LINKS
============================ */
#links_noticias_dicas {
    margin-top: 2em;
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}

.bloco-info {
    background: #fff;
    width: 250px;
    min-height: 150px;
    border-radius: 10px;
    padding: 15px;
    font-size: 14px;
    color: #146e9b;
    font-weight: 500;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    margin: 3px;
}

.links_diversos {
    font-size: 18px;
    font-weight: bold;
    color: #006bcc;
    margin-bottom: 10px;
}


/* ============================
   QUEM SOMOS / CLIENTES / SERVI���OS / CONTATO (OUTRAS P���GINAS)
============================ */
.caixa {
    background: rgb(240, 240, 240);
    border-radius: 10px;
    padding: 15px;
    color: #146e9b;
    font-weight: bold;
    width: 330px;
    min-height: 300px;
    margin: 10px;
}


/* ============================
   FORMUL���RIOS
============================ */
.field {
    padding: 8px;
    margin-bottom: 12px;
    border: 1px solid #DDD;
    border-radius: 5px;
    font-size: 14px;
}

#botao {
    font-size: 1.1rem;
    background: #3898c7;
    border: none;
    color: #fff;
    padding: 8px 25px;
    border-radius: 10px;
    box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
    margin-top: 12px;
}

#botao:hover {
    background: #718f9e;
    box-shadow: inset 2px 2px 2px rgba(0,0,0,0.2);
}

#msgsolicitacao {
    background-color: rgb(240, 240, 240);
    border-radius: 10px;
    padding: 15px;
    color: #146e9b;
    font-size: 14px;
    margin-top: 20px;
}


footer {
    flex-shrink: 0;
    background: rgba(255, 255, 255, 0.15); /* transparência bonita */
    text-align: center;
    color: #000;
    font-weight: bold;
}
.opsetor {
    margin-top: 5px;
    margin-bottom: 10px;

 }
.opsetor a  {
    text-decoration: none;
    color: #fff;
    background-color:  #3898c7;
    text-align: center;
    font-weight: bold;
    border-radius:10px 10px 10px 10px;
    text-shadow: 2px 2px 2px #0b5479;
    padding: 2px 10px 3px 10px;
}

.opsetor a :hover{
    text-decoration: none;
    color: white; 
    background-color: white;
    text-align: center;
    font-style: bold;
}

#imgt {
    height: 40px;
    width: 40px;
}
 #descricao {
    float: right;
    margin-right: 100px; 
    margin-top: -30px;
 }


#descricaow {
   float: left;
   margin-top: -30px;
   margin-left: 45px;
   border-radius:5px;
   font-size: 13.5px;
}


#botao {   /* Elemento de classe "botao" */
    font-size: 1.2em;
    background: #3898c7;
    border: 0;
    margin-bottom: 1em;
    color: #ffffff;
    padding: 5px 30px 5px 30px;
    box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
    text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
    border-radius:10px 10px 10px 10px;
    margin-top: 25px;
    margin-left: 45px;
    position: absolute;
    /*transform: translate(-50%, -50%)*/
}

/* Elemento de classe "botao" com o estado da pseudoclasse "hover" */
#botao:hover {
    background: #718f9e;
    box-shadow: inset 2px 2px 2px rgba(0,0,0,0.2);
    text-shadow: none;
}

/* Elementos de classe botão e de tag <select> */
#botao, select{
    cursor: pointer;
}
#img-propaganda{
    border:0px;
/*    width:100%;
    height: 100%;*/
    margin-top: 0em;
    margin-left: 30px;
    width: 400px;
    height: 16px  0px;
    /*margin-left: 0;*/
 }

.container {
    margin: 0 0 ;
    float: right;
    width: 960px;
}
#mensagem {
    background: #ffffff;
    width: 580px;
    height: 400px;
    float: left;
    padding: 1px 15px 1px 15px;
    border-radius:5px;
    font-size: 13.5px;
    margin-left: 15px;
    -moz-border-radius:10px 10px 10px 10px;
    -webkit-border-radius:10px 10px 10px 10px;
    background-color: rgb(240, 240, 240);
    color: #146e9b;
    font-style:bold;
}

#descricaosetores {
    background: #ffffff;
    width: 250px;
    height: 370px;
    float: left;
    padding: 1px 15px 1px 15px;
    border-radius:5px;
    font-size: 12px;
    font-style: initial;
    margin-left: 15px;
    -moz-border-radius:10px 10px 10px 10px;
    -webkit-border-radius:10px 10px 10px 10px;
    background-color: rgb(240, 240, 240);
    color: #146e9b;
    font-style:bold;
}

#descricaocontato {
    background: #ffffff;
    width: 330px;
    height: 378px;
    float: left;
    padding: 1px 15px 1px 15px;
    border-radius:5px;
    font-size: 12px;
    font-style: initial;
    margin-left: 15px;
    -moz-border-radius:10px 10px 10px 10px;
    -webkit-border-radius:10px 10px 10px 10px;
    background-color: rgb(240, 240, 240);
    color: #146e9b;
    font-style:bold;
}

#descricaomensagem  {
    background: #ffffff;
    width: 320px;
    height: 378px;
    float: left;
    padding: 1px 15px 1px 15px;
    border-radius:5px;
    font-size: 12px;
    font-style: initial;
    margin-left: 15px;
    -moz-border-radius:10px 10px 10px 10px;
    -webkit-border-radius:10px 10px 10px 10px;
    background-color: rgb(240, 240, 240);
    color: #146e9b;
    font-style:bold;
}

#resumo {
    background: #ffffff;
    width: 480px;
    height: 378px;
    float: left;
    padding: 1px 15px 1px 15px;
    border-radius:5px;
    font-size: 78.5%;
    margin-left: 15px;
    -moz-border-radius:10px 10px 10px 10px;
    -webkit-border-radius:10px 10px 10px 10px;
    background-color: rgb(240, 240, 240);
    color: #146e9b;
    font-style:bold;
}
#botao {   /* Elemento de classe "botao" */
    font-size: 1.2em;
    background: #3898c7;
    border: 0;
    margin-bottom: 1em;
    color: #ffffff;
    padding: 5px 30px 5px 30px;
    box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
    text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
    border-radius:10px 10px 10px 10px;
    margin-top: 25px;
    margin-left: 45px;
    position: absolute;
    /*transform: translate(-50%, -50%)*/
}

/* Elemento de classe "botao" com o estado da pseudoclasse "hover" */
#botao:hover {
    background: #718f9e;
    box-shadow: inset 2px 2px 2px rgba(0,0,0,0.2);
    text-shadow: none;
}

/* Elementos de classe botão e de tag <select> */
#botao, select{
    cursor: pointer;
}

.content {
    display: flex; 
    justify-content: center;
}

.contato {
    width: 100%;
    max-width: 500px;
}


.form {
    display: flex;
    flex-direction: column; 
}

.field {
    padding: 8px;
    margin-bottom: 15px;
    margin-top: 0px;
    border: 1px solid #DDD;
    border-radius: 5px;
    font-size: 12px;
}

#lbnome {
    margin-top: 8px;
}

.contrfield {
    margin-top: -8px;
}

#msgsolicitacao {
    border: 1px #3898c7 solid; 
    background: #9b5757;
    width: 580px;
    height: 140px;
    float: center;
    padding: 1px 15px;
    border-radius:5px;
    font-size: 13.5px;
    border-radius:10px;
    background-color: rgb(240, 240, 240);
    color: #146e9b;
    font-style:bold;
    margin-top: 15px;
}

#msgenviada {
    text-align: center;
}

.contatoenviado {
    width: 100%;
    max-width: 500px;
}
#pmsgenviada {
    text-align: center;
    float: center;
    font-size: 120%;
    background-color: black;
    color: white;
    margin-top: 8px;
    padding: 4px 2px 4px 2px;
    border-radius:15px 15px 15px 15px;

}

.nenvio {
    text-align: center;
    float: center;
    font-size: 120%;
    background-color: #146e9b;
    color: white;
    margin-top: 5px;
    padding: 7px 2px 7px 2px;
    border-radius:10px 10px 10px 10px;
    height: 30px;
    margin-top: 3em;
}

.nenvio a:hover {
    text-decoration: none;
    color: black;
    background-color:  #8da6b3;
    text-align: center;
    font-style:bold;
    border-radius:15px 15px 15px 15px;
    text-shadow: 2px 2px 2px #0b5479;
    width: auto;
}

.btenvio {
    margin-top: -10.5%;
}

 
#pmsgenviada_n {
    text-align: center;
    float: center;
    font-size: 120%;
    background-color: rgb(94, 3, 3);
    color: white;
    margin-top: 8px;
    padding: 10px 5px 10px 5px;
    border-radius:15px 15px 15px 15px;
    
}


.nenvio_n {
    text-align: center;
    float: center;
    font-size: 120%;
    background-color: rgb(209, 39, 39);
    color: white;
    padding: 10px 5px;
    border-radius:10px 10px 10px 10px;
    height: 30px;
    margin-top: 2.5em;
}

.nenvio_n a:hover {
    text-decoration: none;
    color: black;
    background-color:  #8da6b3;
    text-align: center;
    font-style:bold;
    border-radius:15px 15px 15px 15px;
    text-shadow: 2px 2px 2px #0b5479;
    width: auto;
}

.btenvio_n {
    margin-top: -10.5%;
}

