/* #region PADRÃO*/

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,800;1,300;1,400;1,600;1,700;1,800&display=swap');
body {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    display: table;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    color: #727272;
    font-weight: 400;
}

.wrapper {
    width: 70%;
    display: table;
    text-align: justify;
    line-height: 30px;
    margin: 20px auto;
}

.bloco_l {
    width: 48%;
    float: left;
}

.bloco_r {
    width: 48%;
    float: right;
}

@media screen and (max-width: 1440px) {
    .wrapper {
        width: 90%;
        padding: 20px 0;
    }
}

.destaque {
    font-size: 25px;
    font-weight: 600;
    text-align: left;
    border-left: 6px solid #93c01f;
    color: #278c54;
    padding-left: 10px;
}

.destaque2 {
    font-weight: 900;
}

.titulo {
    font-size: 38px;
    line-height: 50px;
    font-weight: 300;
    text-align: left;
    text-transform: uppercase;
}

.titulo2 {
    font-size: 40px;
    line-height: 50px;
    font-weight: 900;
    text-align: center;
    text-transform: uppercase;
}

.bloco_l h1 {
    color: #fff;
    text-align: left;
    font-size: 30pt;
}

.subtitulo {
    font-size: 25px;
    line-height: 35px;
    font-weight: 500;
    text-align: left;
    text-transform: uppercase;
}

.verde {
    color: #93c01f;
}

.verde2,
a {
    color: #278c54;
}

@media screen and (max-width: 1320px) {
    .titulo {
        font-size: 40px;
        line-height: 40px;
    }
}

@media screen and (max-width: 500px) {
    .titulo {
        font-size: 30px;
        line-height: 30px;
    }
    .subtitulo {
        font-size: 20px;
        line-height: 20px;
    }
}

@media screen and (min-width: 1270px) and (max-width: 1440px) {
    .topo2 .bloco_r {
        margin-right: 68px;
    }
}

a {
    text-decoration: none;
}

button {
    cursor: pointer;
    outline: none;
    font-size: 20px;
}

::-webkit-input-placeholder {
    color: #595a5c;
    font-family: "Open Sans", sans-serif;
    font-size: 17px;
}

:-moz-placeholder {
    color: #595a5c;
    font-family: "Open Sans", sans-serif;
    font-size: 17px;
}

::-moz-placeholder {
    color: #595a5c;
    font-family: "Open Sans", sans-serif;
    font-size: 17px;
}

:-ms-input-placeholder {
    color: #595a5c;
    font-family: "Open Sans", sans-serif;
    font-size: 17px;
}

input[type='text'],
input[type='date'],
textarea,
select {
    color: #595a5c;
    font-family: "Open Sans", sans-serif;
    font-size: 17px;
    border: none !important;
    background-color: #fff;
    border: 1px solid #595a5c !important;
}

input[type='text']:focus,
input[type='date']:focus,
textarea:focus,
select:focus {
    box-shadow: none !important;
    stroke: none !important;
    border: 1px solid #595a5c !important;
}

.paginacao {
    width: 100%;
    display: table;
    margin-bottom: 30px;
}

.paginacao a {
    color: #4f0607;
}


/* #endregion */


/* #region TOPO*/

.topo2 {
    background: url('../imagens/site/back4.jpg') center right;
    background-size: cover;
    display: table;
    width: 100%;
}

.topo2 .bloco_l {
    width: 52%;
    margin-top: 10px;
}

.topo2 .bloco_r {
    width: 40%;
    color: #fff;
    margin-top: 30px;
}

.topo2 .bloco_r .botao {
    margin: 0 auto;
    float: none;
    margin-top: 20px;
}

.topo2 .bloco_r label {
    color: #fff;
}

.topo2 .bloco_r .titulo {
    font-weight: 900;
    line-height: 50px;
    margin-bottom: -0;
}

.topo {
    width: 100%;
    display: table;
}

.topo .faixa {
    width: 100%;
    padding: 5px 0;
    background-color: #666666;
}

.topo .faixa #faixa {
    width: 80%;
    margin: 0 auto;
    display: table;
}

.topo .faixa #faixa .bloco {
    width: 280px;
    float: right;
    color: #fff;
}

.topo .faixa #faixa .bloco i {
    color: #93c01f;
    font-size: 20px;
}

.topo #topo {
    width: 80%;
    margin: 0 auto;
    display: table;
    margin: 50px auto 20px auto;
}

.topo .logo {
    width: 20%;
    float: left;
}

.topo .logo img {
    width: 100%;
    max-width: 270px;
}

.topo .menu {
    width: 900px;
    float: right;
}

@media screen and (max-width: 1440px) {
    .topo #topo {
        width: 90%;
    }
}

@media screen and (max-width: 1270px) {
    .topo .menu {
        width: 100%;
        margin: 0 auto;
        display: table;
    }
    .topo {
        background-color: #d9d9d9;
    }
    .topo .logo {
        width: 100%;
    }
    .topo .logo img {
        margin-left: 5%;
    }
    .topo #topo {
        width: 100%;
    }
    .topo2 .bloco_l {
        width: 50%;
    }
    .topo2 .bloco_r {
        width: 50%;
    }
}

@media screen and (max-width:1050px) {
    .topo2 .bloco_l {
        width: 100%;
    }
    .topo2 .bloco_r {
        width: 100%;
    }
}

@media screen and (max-width: 750px) {
    .topo #topo {
        width: 100%;
        margin: 50px auto;
        display: table;
    }
    .topo .logo img {
        width: 220px;
    }
}


/* #endregion */


/* #region RODAPE*/

.rodape {
    width: 100%;
    margin: 0 auto;
    display: table;
    background: #ffffff;
    ;
    color: #666666;
    padding-top: 50px;
}

.rodape #rodape {
    width: 70%;
    margin: 0 auto;
    display: table;
}

.rodape #rodape .bloco {
    width: 23%;
    float: left;
    margin: 1%;
    display: table;
}

.rodape #rodape .bloco .destaque a {
    color: #278c54;
}

.rodape #rodape .bloco ul li {
    list-style: none;
    margin-left: -40px
}

.rodape #rodape .bloco ul li ul li {
    list-style: none;
    margin-left: 0px
}

.rodape #rodape .bloco ul li a {
    color: #727272;
    transition: 0.3s;
}

.rodape #rodape .bloco ul li a:hover {
    margin-left: 10px;
}

.rodape #copy {
    width: 80%;
    margin: 0 auto;
    display: table;
    text-align: center;
    margin-top: 60px;
}

.rodape #copy #ncw {
    float: right;
}

@media screen and (max-width: 1440px) {
    .rodape #rodape {
        width: 90%;
    }
}

@media screen and (max-width:1100px) {
    .rodape #rodape .bloco ul li {
        margin: 0;
        padding: 0;
        margin-left: -40px;
    }
    .rodape #rodape .bloco ul li ul li {
        margin-left: 0;
    }
}

@media screen and (max-width:940px) {
    .rodape #rodape .bloco {
        width: 48%;
    }
}

@media screen and (max-width:600px) {
    .rodape #rodape .bloco {
        width: 98%;
    }
}


/* #endregion*/


/* #region FORMULÁRIO*/

.formulario {
    width: 90%;
    margin: 0 auto;
    float: none;
    font-size: 40px;
    line-height: 45px;
    font-weight: 600;
    display: table;
}

.formulario .bloco1 {
    width: 48%;
    float: left;
}

.formulario .bloco2 {
    width: 51%;
    float: right;
}

.formulario input,
.formulario button,
.formulario textarea,
.formulario select {
    width: 100%;
    padding: 10px 5%;
    border-radius: 5px;
    margin: 10px 0;
    display: table;
    background: #fff;
    border: 1px solid #727272;
}

.formulario select {
    padding-right: 15px;
}

.formulario label {
    text-align: left;
    color: #727272;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    width: 100%;
    display: table;
}

.formulario .botao {
    float: left;
    margin: 30px auto;
    width: 200px;
    padding: 10px;
    border: none;
    background: #93c01f;
    color: #FFF;
    font-size: 23px;
    font-weight: 800;
    transition: 0.7s;
    border: 1px solid #93c01f;
    text-transform: uppercase;
}

.formulario .botao:hover {
    background: #FFF;
    color: #93c01f;
    cursor: pointer;
    border: 1px solid #000
}

@media screen and (max-width:1180px) {
    .formulario .botao {
        float: none;
        display: table;
    }
}

@media screen and (max-width: 480px) {
    .formulario .botao {
        width: 60%;
        margin: 20px auto;
        float: none;
        display: table;
    }
}


/* #endregion */


/* #region JANELA */

.janela {
    font: 15px "Roboto", sans-serif;
    height: 500px;
    font-weight: 300;
    color: #fff;
    width: 100%;
    max-width: 500px;
    text-align: center;
    overflow: hidden;
    background-color: none;
    border: none;
    position: fixed;
    text-align: center;
    top: 50%;
    left: 50%;
    right: 50%;
    z-index: 999999;
}

.janela img {
    margin-top: 15%;
    width: 100%;
    max-width: 470px;
}

.janela .but_mask {
    margin: 0 auto;
    float: none;
    display: table;
    background: #861518;
    color: #fff;
    border: none;
    padding: 10px 20px;
}

#mask {
    display: none;
    background: #000;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
    width: 100%;
    height: 100%;
    opacity: 0.8;
}

#close_janela {
    position: relative;
    float: right;
    font-size: 30px;
    line-height: 40px;
    background-color: #f00;
    color: #fff;
    font-weight: 700;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    margin-top: 50px;
    margin-bottom: -150px;
    z-index: 99999999999999;
    cursor: pointer;
}

.window {
    display: none;
    width: 600px;
    height: 400px;
    top: 10%;
    position: fixed;
    left: 0;
    background: #fff;
    z-index: 9900;
    padding: 25px;
    border-radius: 10px;
}

#mascara {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9000;
    background-color: #000;
}

.fechar {
    display: block;
    text-align: right;
    color: #ef4e22;
}

#erro {
    color: #f00;
    font-size: 14px;
}


/* #endregion*/


/* #region HOME EMPRESA*/

.home_empresa {
    width: 100%;
    display: table;
}


/* #endregion*/


/* #region HOME SEGUROS */

.home_seguros {
    width: 100%;
    display: table;
    margin-top: 40px;
}

.home_seguros .bloco1 {
    width: 30%;
    float: left;
    font-size: 50px;
    line-height: 60px;
    text-transform: uppercase;
    text-align: left;
    margin-top: 90px;
}

.home_seguros .bloco2 {
    width: 65%;
    float: right;
}

.home_seguros .bloco2 .bloco {
    width: 30%;
    float: left;
    text-align: center;
    margin: 1.6%;
    display: table;
    transition: 0.3s;
    border-radius: 15px;
    padding-bottom: 15px;
}

.home_seguros .bloco2 .bloco a {
    color: #fff;
}

.home_seguros .bloco2 .bloco img {
    display: table;
    margin: 0 auto;
    float: none;
}

.home_seguros .bloco2 .bloco span {
    padding: 5px 15px;
    color: #fff;
    background-color: #fff;
    border-radius: 5px;
    font-size: 13px;
    transition: 0.3s;
}

.home_seguros .bloco2 .bloco p {
    transition: 0.3s;
}

.home_seguros .bloco2 .bloco:hover {
    box-shadow: 1px 10px 20px #bfbfbf;
}

.home_seguros .bloco2 .bloco:hover span {
    background-color: #278c54;
}

.home_seguros .bloco2 .bloco:hover p {
    color: #278c54;
    font-weight: 900;
}

@media screen and (max-width:1270px) {
    .home_seguros .bloco1 {
        width: 100%;
        text-align: center;
        margin-top: 0;
    }
    .home_seguros .bloco2 {
        width: 100%;
        float: none;
    }
}

@media screen and (max-width:700px) {
    .home_seguros .bloco2 .bloco {
        width: 46%;
    }
}

@media screen and (max-width:420px) {
    .home_seguros .bloco2 .bloco img {
        width: 80%;
    }
}


/* #endregion*/


/* #region CONSORCIO*/

.iconsConsorcio {
    color: #278c54;
}

.consorcio {
    width: 100%;
    display: table;
    margin-top: 40px;
}

.consorcio .bloco1 {
    width: 30%;
    float: left;
    font-size: 50px;
    line-height: 60px;
    text-transform: uppercase;
    text-align: left;
    margin-top: 90px;
}

.consorcio .bloco2 {
    width: 100%;
    float: right;
}

.consorcio .bloco2 .bloco {
    width: 30%;
    float: left;
    text-align: center;
    margin: 1.6%;
    display: table;
    transition: 0.3s;
    border-radius: 15px;
    padding-bottom: 15px;
}

.consorcio .bloco2 .bloco p {
    transition: 0.3s;
}

@media screen and (max-width:1270px) {
    .consorcio .bloco1 {
        width: 100%;
        text-align: center;
        margin-top: 0;
    }
    .consorcio .bloco2 {
        width: 100%;
        float: none;
    }
}

@media screen and (max-width:700px) {
    .consorcio .bloco2 .bloco {
        width: 30%;
    }
}

@media screen and (max-width:500px) {
    .consorcio .bloco2 .bloco {
        width: 45%;
    }
    .consorcio .bloco2 .bloco img {
        width: 100%;
    }
}


/* #endregion*/


/* #region HOME CONTATO*/

.home_contato {
    width: 100%;
    display: table;
    background: url('../imagens/site/back2.jpg') top center;
    background-size: cover;
    padding: 10% 0 12% 0;
}

#pg_contato {
    width: 100%;
    display: table;
    background: url('../imagens/site/back5.jpg') top center;
    background-size: cover;
}

#pg_contato .titulo {
    color: #727272;
}

#pg_contato .whats {
    font-size: 16px;
    width: 52%;
    float: right;
    margin-top: 21px;
    font-style: italic;
    text-align: left;
}

.home_contato .bloco {
    width: 50%;
    float: left;
}

#pg_contato .bloco {
    margin-top: 5%;
    margin-bottom: 0%;
    width: 50%;
    float: left;
}

@media screen and (max-width:1440px) {
    .home_contato .bloco {
        width: 50%;
    }
}

@media screen and (max-width:1180px) {
    #pg_contato .whats {
        width: 100%;
        text-align: center;
        margin: 0 auto;
        display: table;
    }
}

@media screen and (max-width:800px) {
    #pg_contato {
        background: none;
        background-color: #efefef;
    }
    #pg_contato .bloco {
        width: 100%;
        float: none;
        margin: 10% auto;
    }
}

@media screen and (max-width:650px) {
    .home_contato {
        background: none;
        background: #f9f9f9;
    }
    .home_contato .bloco {
        width: 100%;
        float: none;
        margin: 15% auto;
    }
}


/* #endregion*/


/* #region HOME PARCEIROS*/

.parceiros {
    background-color: #d9d9d9;
    padding: 3% 0 3.5% 0;
}

.parceiros .bloco1 {
    width: 100%;
    margin: 20px auto;
    display: table;
}

.parceiros .bloco2 {
    width: 75%;
    margin: 20px auto;
    display: table;
}

.parceiros #bloco {
    width: 25%;
    float: left;
}

.parceiros #bloco img {
    width: 95%;
    margin: 0 auto;
    filter: grayscale(100);
    transition: 0.3s;
}

.parceiros #bloco img:hover {
    filter: grayscale(0);
}

@media screen and (max-width: 500px) {
    .parceiros #bloco img {
        width: 100%;
    }
    .parceiros #bloco {
        width: 50%;
    }
    .parceiros .bloco2 .bloco1 {
        width: 100%
    }
}


/* #endregion*/


/* #region HOME IMOBILIÁRIA */

.home_imo {
    width: 100%;
    display: table;
    padding: 5% 0 6% 0;
    background: url('../imagens/site/back3.jpg') center center no-repeat;
    background-size: cover;
    text-align: center;
    color: #fff;
    font-size: 40px;
    font-weight: 600;
}

.home_imo p {
    text-transform: uppercase;
}

.home_imo span {
    font-size: 16px;
    padding: 10px 25px;
    text-align: center;
    background: #93c01f;
    border-radius: 10px;
    font-style: italic;
}


/* #endregion*/


/* #region PÁGINA DE SEGUROS*/

#pg_seguro {
    margin: 80px auto;
}


/* #endregion*/


/* #region PÁGINA DE CONTATO*/

.contato .bloco_l,
.contato .bloco_r {
    display: table;
}

@media screen and (max-width:920px) {
    .contato .bloco_l,
    .contato .bloco_r {
        width: 100%;
        margin-top: 25px;
    }
}


/* #endregion*/


/* #region A NISSISEG*/

#a_nissiseg .bloco {
    width: 21%;
    margin: 1%;
    padding: 1%;
    height: 130px;
    float: left;
    box-shadow: 1px 10px 20px #bfbfbf;
    text-align: center;
}

@media screen and (max-width:1010px) {
    #a_nissiseg .bloco {
        width: 29%;
    }
}

@media screen and (max-width:750px) {
    #a_nissiseg .bloco {
        width: 46%;
    }
}

@media screen and (max-width:510px) {
    #a_nissiseg .bloco {
        width: 96%;
        height: auto;
    }
}


/* #endregion*/

.botao-topo {
    width: 450px;
    background: #93c01f;
    height: 80px;
    padding: 20px 0px 0px 0px;
    color: #FFF;
    font-size: 22pt;
    font-weight: 800;
    border-radius: 10px;
    text-transform: uppercase;
    transition: 0.5s;
}

.botao-topo:hover {
    background-color: #ffff;
    color: #93c01f;
}

.botao-topo .b1 {
    width: 34%;
    float: left;
    text-align: center;
}

.botao-topo .b2 {
    width: 64%;
    float: right;
    text-align: left;
}

@media screen and (max-width: 1070px) {
    .botao-topo {
        margin: 0 auto
    }
}

@media screen and (max-width: 600px) {
    .botao-topo {
        width: 100%;
        font-size: 18pt;
    }
}

@media screen and (max-width: 370px) {
    .botao-topo {
        width: 100%;
        font-size: 15pt;
    }
}