@import url('https://fonts.googleapis.com/css2?family=Saira:wght@300;400;500;700;900&display=swap');


:root {
    --main-color: #21355C;
    --secondary-color: #CEB687;
    --text-color: #999;
    --color1:#4F4F4F;
    --color2:#B4913A;
    --color3:#fff;
}

* {
    font-family: "saira", sans-serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* a {
    text-decoration: none;
    color: var(--secondary-color);
} */

a {
    text-decoration: none;
    color: #333;
}

a:hover {
    color: #ccc;
}

h2{
 font-size: 20px;    
}


h3{
 font-size: 16px;    
}

.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);
  }
.container {
    display: flex;
    max-width: 1300px;
    width: 100%;
    margin: 0px auto;
    height: auto;
    clear: both;
}

.container-menu {
    justify-content: flex-end;
}

.content-menu {
    align-items: center;
    width: 100%;
    height: 45px;
    background-color: var(--main-color);
}

.container-top {
    display: flex;
    align-items: flex-start;
    flex-direction: row;
    justify-content: space-between;
    background-color: var(--color2);
    height: 50px;
    
}

.container-top .logo img {
    width: 190px;
}

.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(--color2);
    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: var(--color3);
    width: 100%;
    min-height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.dv-servicos h1 {
    padding: 30px 0 10px 0;
    font-weight: 700;
    color: var(--color1);
    text-transform: uppercase;
}

.container-servicos {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    width: 850px;
}

.container-servicos .card {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    /* margin: 30px; */
    width: 130px;
    min-height: 170px;
    border-radius: 15px;
    background-color: var(--color2);
    border: 2px solid var(--color2);
    /* margin: 20px 10px 20px 10px; */
}
.container-servicos .card:nth-child(even){ /*pares com fundo azul*/
    background-color:var(--color1);
    border: var(--color1);
  }

.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: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.container-quem-somos .card-qs {
    background-color: var(--color1);
    width: 450px;
    display: flex;
    flex-direction: column;
    margin: 10px;
    border-radius: 15px;
}


.container-quem-somos .card-qs .card-qs-center {
    display: flex;
    flex-direction: column;
    margin: 10px;
    /* padding: 10px; */
    /* border: 2px solid var(--color1); */
    border-radius: 50px;
    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;    
    min-height: 150px;
    color: #FFF;
}

footer {
    display: flex;
    flex-direction: column;
    margin: 10px 0 0 0;
    background-color:var(--color1) ;
    min-height: 250px;
    margin-top: 30px;
}

footer a {
    text-decoration: none;
    color: #FFF;
}

footer a:hover {
    color: #ccc;
}

.container-footer {
    margin-top: 20px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    min-height: 150px;
}

.container-footer a {
    color: #fff;
}

.container-footer a:hover {
    color: #ccc;
}

.container-footer div h3 {
    color: var(--color3)
}

.container-footer div p {
    color: #fff;
}

.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: #fff;
}

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;
}

.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;
}

