.container {
    width: 960px; /* O container ocupa 100% da largura */
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.body-cor {
    background-color: #6AA8BD;
    min-width: 550px;
    overflow-x: hidden;
}

* {
    margin: 0;
    padding: 0;
}

h1 h2 h3 p a span {
    font-family: 'Montserrat', sans-serif;
    list-style: none;
}

input {
    /* Reset de todos os estilos */
    padding: 0;
    margin: 0;
    border: none;
    outline: none;
    font-size: inherit;
    font-family: inherit;
    background: transparent;
  }

.header {
    width: 100%;
    height: 150px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
    background-color: #2C3B53;
    z-index: 30;
    box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.349); /* Offset X, Offset Y, Desfoque, Cor */
}

.header img {
    width: 300px;
    display: flex;
    margin: 0 auto;
    text-align: left;
}

.header ul {
    display: flex;
    flex-direction: row; 
    margin: 0 auto;
    padding-top: 10px;
}

.menu li { 
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 15px;
    display: flex;
    flex-direction: row;
    margin: 40px 20px;
    text-align: right;
}

.menu a {
    margin-top: 5px;
    margin-bottom: 15PX;
    color: #fff;
    text-decoration: none;
}

.menu a:hover{
    text-decoration: none;
    font-size: 18px;
    color: chartreuse;
    
    
}

.header h3 {
   color: white;
   display: flex;
   justify-content: center;
margin-top: 20px;
padding-left: 20px;
text-transform: uppercase;
font-weight: bold;
}

/* MEDIA RESPOSIVO HEADER*/
@media screen and (max-width: 600px) {
    .container {
        width: 500px;
        margin: 0 auto;
        overflow: hidden;
    }

    .header ul li {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        font-size: 12px;
    }

    .header ul li:hover {
        font-size: 11px;
    }

    .header img {
        padding-left: -100PX;
        margin: 0 auto;
        display: block;
    }


  }




/* FIM ESTILO HEADER */


/* VISUALIZADOR PDF E MODAL */


.pdf_view embed {

}


.modal_dialog {
    transition: 1s;
    width: 750px;
    height: 650px;
    margin: 100px auto;
    border: none;
    border-radius: 10px;
}

dialog button {
    width: 100px;
    margin-left: 100px;
    padding: 5px;
    font-size: 20px;
    border: none;
    border-radius: 5px;
}

.modal_dialog button:hover {
    transition: 1s;
    background-color: #2C3B53;
    color: #fff;
}

/* SEÇÃO DE CARDS */
.catalogos_session {
    overflow: hidden;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 30px;
    color: #fff;
    margin-top: 50px;
}


/* CARDS*/
.card-divisao {
    border: #fff 1px solid;
    background-color: #2C3B53;
    width: 250px;
    height: 400px;
    border-radius: 10px;
    margin: 30px auto;
    box-shadow: 0px 2px 8px #2c3b5380;
}

.card-divisao:hover {
    background-color: #fff;  
    color: #2C3B53;
    transition: 0.5s;
    width: 260px;
    height: 410px;
    box-shadow: 2px 1px 10px  15px #5d9bff3d;
}

.card-divisao:hover img{
    transition: 0.5ms;
    content: url('img/orgafarma.png');
}

.card-divisaohb:hover img{
    margin-top: 40px;
    transition: 0.5ms;
    content: url('img/hb.png');
}

.card-divisao button {
    display: flex;
    width: 200px;
    margin: 5px auto;
    padding: 5px;
    font-size: 20px;
    font-size: 20px;
    background-color: #fff;
    border: #2C3B53 1px solid;
    border-radius: 5px;
    justify-content: center;
}

.card-divisao a {
    text-decoration: none;
}

.card-divisao button:hover {
    transition: 1s;
    background-color: #2C3B53;
    color: #fff;
}

.card-divisao img {
    display: flex;
    margin: auto;
    padding-top: 40px;

}

.card-divisaohb img {
    display: flex;
    margin: auto;
    padding-top: 80px;
    margin-bottom: 34px;
}

.card-title {
    margin-top: 15px;
    font-weight: bold;
    font-size: 20px;
    text-align: center;
}

.card-divisao {
    
}


.form-section {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.card-form a {
    text-decoration: none;

}
 
.card-form {
    width: 450px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 40px;
    align-items: flex-start;
    justify-content: flex-start;

}

.card-form h5 {
    color: #fff;
}

.card-form input {
    color: #fff;
}

.card-form input:nth-child(2) {
     margin-bottom: 15px;
}

.card-form input:nth-child(4) {
    margin-top: 15px;
    border: 2px solid #ffff;
    background-color: #2C3B53;
    color: #fff;
    border-radius: 5px;
    width:300px;
    height: 150px;
    text-justify: left;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: 30px;
}



.card-form img {
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    width: 30%;
}

.title-redes img {
    margin-top: 20px;
    margin-right: 50px;
    height: 60px;
    width: auto;
}

.btn-form {
    padding: 5px;
    margin-top: 55px;
    width: 200px;
    height: 50px;
    font-size: 15px;
    font-weight: 600;
    color: #ffffff;
    border: 2px solid #fff;
    border-radius: 5px;
}

.btn-form:hover {
    color: chartreuse;
}

.footer {
   margin: 0 auto;
   justfy-content: center;
   text-align: center;
   max-width: 400px;
   display: flex;
}

.footer span {
   margin: 0 auto;
   max-width: 400px;
   color:  #2C3B53;
   font-weight: bold;
   padding-bottom: 40px;
}
