html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video {margin: 0;padding: 0;border: 0;outline: 0;font-size: 100%;vertical-align: baseline;background: transparent}body {line-height: 1}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {display: block}nav ul {list-style: none}blockquote,q {quotes: none}blockquote:before,blockquote:after,q:before,q:after {content: none}a {margin: 0;padding: 0;font-size: 100%;vertical-align: baseline;background: transparent}ins {background-color: #ff9;color: #000;text-decoration: none}mark {background-color: #ff9;color: #000;font-style: italic;font-weight: bold}del {text-decoration: line-through}abbr[title],dfn[title] {border-bottom: 1px dotted;cursor: help}table {border-collapse: collapse;border-spacing: 0}hr {display: block;height: 1px;border: 0;border-top: 1px solid #ccc;margin: 1em 0;padding: 0}input,select {vertical-align: middle}

@font-face {
    font-family: 'OpenSansRegular';
    src: url(OpenSans-Regular-webfont.woff) format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

* {
    margin: 0;
    padding: 0;
    outline: none;
    font-family: 'OpenSansRegular' !important;
    /* transition: all .3s ease-out; */
}

body {
    margin: 8px;
}
p{
    margin-bottom: 0rem !important;
    /* margin-top: 0.7rem !important; */
}
ul{
    list-style-type: none;
    margin-left: 10px;
    line-height: 27px;
}
h2{
    font-size: 1.7rem !important;
}
.boxForm {
    width: 280px;
}

input[type="text"],input[type="tel"],input[type="email"],textarea,select {
    position: relative;
    width: 100%;
    height: 34px;
    padding: 0 0 0 12px;
    margin: 0 0 8px 0;
    border-radius: 4px;
    border: 2px solid #E2E2E2;
    background-color: #E2E2E2;
    color: #000;
    font-size: 14px;
    font-family: "OpenSansRegular",sans-serif;
    box-sizing: border-box;
    /* box-shadow: -1px 1px 1px 1px rgba(0,0,0,0.2); */
}

input[type="text"]:focus,input[type="tel"]:focus,input[type="email"]:focus,select:focus,textarea:focus {
    /* background-color: #fff; */
    box-shadow: 3px 5px 5px -1px rgba(0, 0, 0, 0.36);
    z-index: 9;
}

input[type="text"] {}
input[type="email"] {}
input[type="tel"] {}

select {
    width: 270px;
    height: 34px;
    padding: 0 0 0 8px;
    cursor: pointer;
}

textarea {
    width: 270px;
    max-width: 270px;
    height: 70px;
    max-height: 70px;
    padding-top: 8px;
    margin-bottom: 5px;
}

input[type="checkbox"] {
    width: 20px;
    height: 38px;
    margin-right: 4px;
    cursor: pointer;
}

input[type="submit"], button {
    width: 100%;
    height: 40px;
    margin-top: 0px;
    color: #FFFFFF;
    text-shadow: 1px 1px 1px rgba(0,0,0,.28);
    font-size: 20px;
    cursor: pointer;
    clear: both;
    border: none;
    border-radius: 4px;
    background-color: #299E0C;
    transition: background-color .3s ease-out;
}

input[type="submit"]:hover, button:hover {
    background-color: #006929;
    color: #fff;
}

input[type="submit"]:active, button:active {
    box-shadow: inset 0 0 32px 0 #333;
}


/* Estilos do PLACEHOLDER (Media: 0px) */
::-webkit-input-placeholder {color: #000 !important;}
:-moz-placeholder {color: #000 !important;}
::-moz-placeholder {color: #000 !important;}
:-ms-input-placeholder {color: #000 !important;}

/* Estilo da mensagem de obrigado e erro (Media: 0px) */
#msgObrigado {
    color: #000;
    height: auto;
    margin: 20px 10px 0 10px;
    text-align: center;
    padding-top: 30px;
    border-radius: 7px;
    font-size: 23px;
    font-family: "OpenSansRegular",sans-serif;
}

#msgErro {
    color: #000;
    height: 100px;
    margin: 20px 10px 0 6px;
    text-align: center;
    padding-top: 35px;
    border-radius: 7px;
    font-size: 24px;
    font-family: "OpenSansRegular",sans-serif;
}

#msgErro b {
    color: #F00;
    text-shadow: 0 0 8px rgba(0,0,0,.5)
}

#outroFormulario{
    padding-top: 10px;
}

#outroFormulario a {
    text-decoration: none;
    font-size: 16px;
    font-family: "OpenSansRegular",sans-serif;
    line-height: 24px;
    color: #000;
}

#outroFormulario a:hover {
    text-decoration: underline
}
.carrosselVidaAcidentesPessoais{
    margin-left: 0%;
}
.gridDataNascimento{
    display: contents;
}
@media (max-width: 550px) {
    .gridDataNascimento{
        display: grid !important;
        grid-gap: 7px;
        grid-template-columns: 1fr 1fr 1fr;
    }
    .barraDatas{
        display: none;
    }
    .carousel-control-next, .carousel-control-prev {
        width: 10% !important;
        height: 340px !important;
        margin: -30px;
    }
    .carousel {
        padding: 0px 0px !important;
    }
    .carousel-inner {
        padding: 0px 0px !important;
    }
    .item{
        width: 96%;
    }
}
@media (max-width: 321px) {
    .carousel-control-next, .carousel-control-prev {
        margin: -15px;
    }
}
@media (max-width: 991px) {
    .barraDatas {
        margin: 0px -20px 0px 8px !important;
    }
}
/* Media Query de caixa ate 301px de width */
@media (min-width: 321px) {

    input[type="text"],input[type="tel"],input[type="email"],textarea,select {
        height: 36px;
        width: 100%;
        margin: 0 7px 7px 0;
        float: left;
        transition: all .3s ease-out;
    }


    textarea {
        width: 300px;
        max-width: 300px;
        height: 80px;
        max-height: 80px;
        padding-top: 8px;
    }

    select {
        width: 100%;
        height: 34px;
        padding: 0 0 0 8px;
        cursor: pointer;
    }

    input[type="submit"], button {
        width: 300px;
        height: 40px;
        border-radius: 4px;
    }

    #msgObrigado {
        margin: 50px 10px 0px 0px !important;
    }

    #msgErro {
        margin: 50px 30px 0px 20px !important;
    }

    #msgErro b {
        color: #F00;
        text-shadow: 0 0 8px rgba(0,0,0,.5)
    }

}

/* Media Query de caixa ate 400px de width */
@media (min-width: 400px) {
    .boxForm {
        width: 960px;
        margin-left: auto;
        margin-right: auto;
    }

    input[type="text"],input[type="tel"],input[type="email"],textarea,select {
        height: 42px;
        width: 100%;
        margin: 0 8px 8px 0;
        line-height: 30px;
        border-radius: 14px;
        border-color: #E5E5E5;
        background-color: #E5E5E5;
        color: #000;
        /* font-style: italic; */
        /* box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.22); */
        /* text-transform: uppercase; */
        transition: all .3s ease-out;
    }

    textarea {
        width: 310px;
        min-width: 310px;
        height: 70px;
        max-height: 70px;
        padding-top: 7px;
        padding-right: 10px;
        line-height: 15px;
    }

    select {
        width: 100%;
        height: 42px;
        padding: 0 0 0 12px;
        cursor: pointer;
    }

    input[type="submit"], button {
        width: 100%;
        height: 40px;
        margin-top: 10px;
        text-transform: uppercase;
        font-size: 19px;
        letter-spacing: 2px;
        border-radius: 10px;
        /* margin: 6px 6px 6px 6px; */
    }

    /* Estilo da mensagem de obrigado e erro (Media: atÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â© 400px width) */
    #msgObrigado {
        margin: 0px 0px 0px 0px !important;
        color: #000;
    }

    #msgErro {
        margin: 10px 20px 0px 0px !important;
        height: 0px;
        color: #000;
    }
    
    #outroFormulario{
        padding-top: 10px;
    }

    #outroFormulario a {
        line-height: 50px;
        color: #000;
    }
    
    #msgErro b {
        color: #F00;
        text-shadow: 0 0 8px rgba(0,0,0,.5)
    }

    /* Estilos do PLACEHOLDER (Media: ate 400px width) */
    ::-webkit-input-placeholder {color: #000 !important;}
    :-moz-placeholder {color: #000 !important;}
    ::-moz-placeholder {color: #000 !important;}
    :-ms-input-placeholder {color: #000 !important;}
}


/* Estilos dos radio buttons */
.formulario label {
    display: inline-block;
    cursor: pointer;
    color: #16584c;
    position: relative;
    padding: 10px 10px 10px 40px;
    font-size: 1em;
    border-radius: 5px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    width: 100%;
}

.formulario label:hover{
    /* background: rgb(41, 158, 12); */
}

.formulario label:before {
    content: "";
    display: inline-block;
    width: 21px;
    height: 21px;
    position: absolute;
    left: 15px;
    border-radius: 50%;
    background: none;
    border: 3px solid #16584c;
    bottom: 11px;
}


.btnsContratarCor label {
    color: #ffffff;
}
.btnsContratarCor label:hover{
    background: rgb(16, 169, 15);
}
.btnsContratarCor label:before {
    border: 3px solid #ffffff;
}

.carousel-inner {
    padding: 0px 26px 30px 26px !important;
}

/* ----- Radio Button */
/* --------------------------------------- */
input[type="radio"]{
    display: none;
}

input[type="radio"]:checked + label:before{
    content: "✓";
    display: inline-block;
    width: 21px;
    height: 21px;
    border: 3px solid rgba(255, 255, 255, 0);
    left: 15px;
    border-radius: 50%;
    background: rgba(158, 121, 121, 0);
    bottom: 15px;
}

input[type="radio"]:checked + label{
    padding: 10px 10px 10px 40px;
    background: #16584c;
    border-radius: 2px;
    color: #fff;
}

.btnsContratarCor input[type="radio"]:checked + label{
    background: #10a90f;
    color: #fff;
}
.btnsContratarCor input[type="radio"]:checked + label:before{
    background: rgba(255, 255, 255, 0);
    font-size: 27px;
    margin-bottom: 9px;
}
.subTitle{
    background-image: linear-gradient(to top, white, #f7f7f7);
    border-radius: 12px 12px 0px 0px;
    padding: 6px 14px;
    margin-top: 8px;
}

.caixaItem{
    text-align: center;
    background-color: #f1f1f1;
    border-radius: 5px;
    box-shadow: 0px 4px 13px 2px rgba(204, 204, 204, 0.64);
    margin-top: 10px;
    margin-bottom: 15px;
    cursor: default;
    margin: 10px 11px 15px 11px;
    width: 96%;
}
.caixaItem:hover{
    box-shadow: 0px 8px 8px 0px rgba(142, 139, 139, 0.8);
    /* margin-top: 3px; */
}
.caixaItem .topo{
    background-color: #3e3e3e;
    line-height: 26px;
    border-radius: 7px 7px 0px 0px;
    color: #fff;
}
.caixaItem .topo p.preco{}
.caixaItem .topo p.preco span{
    font-weight: bold;
    font-size: 24px;
}
.caixaItem .topoPreco{
    background-color: #5f5f5f;
    line-height: 42px;
    border-radius: 0px 0px 0px 0px;
    color: #fff;
}
.caixaItem .topoPreco p.preco{}
.caixaItem .topoPreco p.preco span{
    font-weight: bold;
    font-size: 24px;
}

.caixaItem .meio{
    background-color: #bdbdbd;
    background-image: linear-gradient(to top, white, #cffff6);
}
.caixaItem .meio p.txtIncendio{font-size: 15px;font-weight: bold;line-height: 22px;padding-top: 7px;padding-bottom: 0px;}
.caixaItem .meio p.precoIncendio{
    font-size: 22px;
    font-weight: bold;
}

.caixaItem .baixo{
    background-color: #cccccc;
    background-image: linear-gradient(to top, white, #cffff6);
}
.caixaItem .baixo p.txtAluguel{font-weight: bold;line-height: 22px;padding-top: 7px;padding-bottom: 0px;}
.caixaItem .baixo p.precoAluguel{
    font-size: 22px;
    font-weight: bold;
}

.caixaItem .meio2{
    background-color: #bdbdbd;
    background-image: linear-gradient(to top, white, #cffff6);
}
.caixaItem .meio2 p.txtIncendio{font-size: 15px;font-weight: bold;line-height: 22px;padding-top: 7px;padding-bottom: 0px;}
.caixaItem .meio2 p.precoIncendio{
    font-size: 22px;
    font-weight: bold;
}

.caixaItem .baixo2{
    background-color: #cccccc;
    background-image: linear-gradient(to top, white, #cffff6);
}
.caixaItem .baixo2 p.txtAluguel{font-weight: bold;line-height: 22px;padding-top: 7px;padding-bottom: 0px;}
.caixaItem .baixo2 p.precoAluguel{
    font-size: 22px;
    font-weight: bold;
}

.caixaItem .radio{
    background-color: #10a90f;
    border-radius: 0px 0px 5px 5px;
}

.caixaItem .meio, .caixaItem .meio2, .caixaItem .baixo, .caixaItem .baixo2{
    padding: 4px 0px 11px 0px;
}

.passo2 label{
    width: auto;
}

.radiosCasaApto, .radiosEscritorioComercio{
    display: none;
}

.slideCasa, .slideApto, .slideComercio, .slideEscritorio{
    display: block;
}
a.btnProposta{
    font-size: 14px !important;
}
a.btn{
    width: 100%;
    background: #16584c;
    border-radius: 10px;
    color: #ffffff !important;
    font-size: 18px;
    font-weight: bold;
    /* text-shadow: 0px 0px 11px rgba(0, 0, 0, 0.41); */
    letter-spacing: 2px;
    cursor: pointer;
    white-space: normal;
    margin-bottom: 10px;
    margin-top: 10px;
}
a.btn:hover{
    background-color: #22860a;
}
a.btn:active{
    box-shadow: inset 0px 0px 19px 2px rgba(0, 0, 0, 0.3);
}

.passo2, .passo3{
    display: none;
}

.checkSpace{
    margin-bottom: 5px;
}

.txtSeguro{
    text-align: center;
    background-image: linear-gradient(to top, #16584c, #35907f);
    border-radius: 20px;
    margin-bottom: 10px !important;
    font-weight: bold;
    font-size: 18px;
    color: #fff;
}
.divPlanoPessoais, .divPlanoColetivo{
    display: none;
}



div.msgErroIdadeInvalida{
    margin: 30px 0px;
}

span.spanMsgErroIdadeInvalida{
    color: red;
    display: block;
    background-color: #ff000008;
    padding: 10px 10px;
    border-radius: 5px;
    text-align: center;
}

.opcSexo{
    margin-top: 0px;
    display: flex;
}



/*
 * jquery-filestyle
 * doc: http://markusslima.github.io/jquery-filestyle/
 * github: https://github.com/markusslima/jquery-filestyle
 *
 * Copyright (c) 2015 Markus Vinicius da Silva Lima
 * Version 1.5.1
 * Licensed under the MIT license.
 */
.jfilestyle {
    display: inline-block;
    margin: 0px 0px 10px 0px;
    padding: 0px;
    position: relative;
    border-collapse: separate;
    width: 100%;
}

div.jfilestyle label, div.jfilestyle input {
    font-family: sans-serif;
}

div.jfilestyle input {
    border: 1px solid #c0c0c0;
    background: #d9d9d9;
    margin: 0px -5px 0px 0px;
    vertical-align: middle;
    padding: 7px 14px;
    font-size: 14px;
    border-radius: 4px;
    color: #8d8d8d;
    cursor: default;
    line-height: normal;
}

div.jfilestyle label {
    display: block;
    /* border: 6px solid rgb(12, 123, 158); */
    background-color: rgb(22, 88, 76);
    color: #FCFDFF;
    /* vertical-align: middle; */
    line-height: normal;
    text-align: center;
    margin: 0px;
    font-size: 15px;
    width: 100%;
    border-radius: 10px;
    font-weight: bold;
    margin-bottom: -10px;
    padding: 7px 15px;
    letter-spacing: 1px;
}

div.jfilestyle label:before {
    content: "";
    border: none;
    width: 0px;
    height: 0px;
}

div.jfilestyle.jfilestyle-corner input:first-child {
    border-right: 0;
}

div.jfilestyle.jfilestyle-corner input:last-child {
    border-left: 0;
}

div.jfilestyle.jfilestyle-corner input:first-child,
div.jfilestyle.jfilestyle-corner span:first-child>label {
    border-radius: 4px 0 0 4px; 
}

div.jfilestyle.jfilestyle-corner input:last-child,
div.jfilestyle.jfilestyle-corner span:last-child>label {
    border-radius: 0 4px 4px 0; 
}

div.jfilestyle label[disabled] {
    pointer-events: none;
    opacity: 0.6;
    filter: alpha(opacity=65);
    cursor: not-allowed;
}

div.jfilestyle label:hover {
    cursor: pointer;
    opacity: 1;
}

div.jfilestyle .count-jfilestyle {
    background: #d2da56;
    color: #000;
    border-radius: 12px;
    padding: 3px 7px;
    font-size: 12px;
    vertical-align: middle;
    box-shadow: 0px 0px 3px 3px rgba(0, 0, 0, 0.12);
}

.barraDatas{
    margin: 0px -26px 0px 14px;
    font-size: 30px;
    color: #333333;
}



div.infoIcon{
    background: transparent url(info.png);
    background-size: 16px;
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    position: relative;
    float: right;
    margin-top: -28px;
    margin-right: -6px;
    cursor: pointer;
    animation-name: infoIcon;
    animation-duration: 0.6s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-timing-function: ease;
}


/* Standard syntax */
@keyframes infoIcon {
    0%   {bottom:8px;}
    100% {bottom:0px;}
}


div.obsDestino{
    display: none;
}
.obsDestino::after{
    content: " ";
    content: " ";
    padding: 13px 13px 2px 5px;
    -ms-transform: rotate(43deg);
    -webkit-transform: rotate(43deg);
    transform: rotate(52deg);
    border-top: 3px solid #3c3c3c;
    border-left: 3px solid #3c3c3c;
    background-color: #5f5f5f;
    margin: -199px 0px 0px 67px;
    position: absolute;
    z-index: 6;
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.17);
}
.infoIcon:hover + div.obsDestino {
    display: block;
    position: absolute;
    z-index: 9;
    margin: 2px 20px 0px 0px;
    width: 200px;
    line-height: 20px;
    padding: 10px 10px 10px 10px;
    font-size: 1em;
    border-radius: 25px;
    border: 3px solid #3c3c3c;
    background-color: #5f5f5f;
    color: #fff;
    box-shadow: 0px 0px 19px 1px rgba(0, 0, 0, 0.9);
}

div.obsDestino2{
    display: none;
}
.obsDestino2::after{
    content: " ";
    padding: 13px 13px 2px 5px;
    -ms-transform: rotate(43deg);
    -webkit-transform: rotate(43deg);
    transform: rotate(52deg);
    border-top: 3px solid #3c3c3c;
    border-left: 3px solid #3c3c3c;
    background-color: #5f5f5f;
    margin: -259px 0px 0px 67px;
    position: absolute;
    z-index: 6;
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.17);
}
.infoIcon:hover + div.obsDestino2 {
    display: block;
    position: absolute;
    z-index: 9;
    margin: 0px 20px 0px 54px;
    width: 200px;
    line-height: 20px;
    padding: 10px 10px 10px 10px;
    font-size: 1em;
    border-radius: 25px;
    border: 3px solid #3c3c3c;
    background-color: #5f5f5f;
    color: #fff;
    box-shadow: -4px 3px 11px 1px rgb(0 0 0 / 35%);
}
.loadingbox{
    display: none;
}
.loading{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    background-color: #ffffffc4;
    margin: 0px 0px 0px -15px;
}

.lds-ring {
display: inline-block;
position: relative;
width: 80px;
height: 80px;
}
.lds-ring div {
box-sizing: border-box;
display: block;
position: absolute;
width: 64px;
height: 64px;
margin: 8px;
border: 8px solid rgb(22, 88, 76);
border-radius: 50%;
animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
border-color: rgb(22, 88, 76) transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
animation-delay: -0.15s;
}
@keyframes lds-ring {
0% {
    transform: rotate(0deg);
}
100% {
    transform: rotate(360deg);
}
}
  

/* Estilo somente para o firefox */
@-moz-document url-prefix("") {}