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.eot);
    src: url(OpenSans-Regular-webfont.eot?#iefix) format('embedded-opentype') , url(OpenSans-Regular-webfont.woff) format('woff') , url(OpenSans-Regular-webfont.ttf) format('truetype') , url(OpenSans-Regular-webfont.svg#open_sansregular) format('svg');
    font-weight: normal;
    font-style: normal;
}

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

body {
    margin: 8px;
    /* background-color: #b74545; */
    background-color: transparent !important;
}
h2{
    color: #fff !important;
}
p{
    margin-bottom: 0rem !important;
    /* margin-top: 0.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;
}

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: 22px;
    cursor: pointer;
    clear: both;
    border: none;
    border-radius: 4px;
    background-color: #3fd01c;
    :
    background-color: #089818
    word-wrap: break-word;
    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: #fff;
    height: 62px;
    margin: 20px 10px 0 10px;
    text-align: center;
    padding-top: 35px;
    border-radius: 7px;
    font-size: 23px;
    font-family: "OpenSansRegular",sans-serif;
}

#msgErro {
    color: #fff;
    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: #fff;
}

#outroFormulario a:hover {
    text-decoration: underline
}


@media (max-width: 550px) {
    .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 Query de caixa ate 301px de width */
@media (min-width: 301px) {

    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: 100%;
        height: 40px;
        border-radius: 4px;
        margin-top: 10px;
    }

    #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) {
    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: 0px;
        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: 10px 20px 0px 0px !important;
        color: #fff;
    }

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

    #outroFormulario a {
        line-height: 50px;
        color: #fff;
    }
    
    #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: #ffffff;
    position: relative;
    padding: 10px 15px 10px 51px;
    font-size: 1em;
    border-radius: 5px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    width: 48%;
}

.formulario label:hover{
    background: rgba(105, 105, 105, 0.1);
}

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


.btnsContratarCor label {
    color: #ffffff;
}
.btnsContratarCor label:hover{
    background: rgb(16, 169, 15);
}
.btnsContratarCor label:before {
    border: 3px solid #ffffff;
}
/* ----- 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 15px 10px 51px;
    background: #c4250f;
    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;
}
/* ----- Checkbox */
/* ---------------------------------------
.checkbox label:before {
    border-radius: 3px;
}
.checkbox input[type="checkbox"]{
    display: none;
}
.checkbox input[type="checkbox"]:checked + label:before{
    content: "✓";
    display: inline-block;
    width: 17px;
    height: 17px;
    position: absolute;
    left: 15px;
    border-radius: 50%;
    background: none;
    bottom: 6px;
}
.checkbox input[type="checkbox"]:checked + label{
    background: #0074D9;
    color: #fff;
    padding: 10px 15px 10px 51px;
}
 */


.subTitle{
    background-image: linear-gradient(to top, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.15));
    border-radius: 12px 12px 0px 0px;
    padding: 6px 14px;
    margin-top: 8px;
    color: #fff;
}

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

.caixaItem .meio{
    background-color: #bdbdbd;
    background-image: linear-gradient(to top, white, #ddefff);
}
.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, #fff0c3);
}
.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 .radio{
    background-color: #10a90f;
    border-radius: 0px 0px 5px 5px;
}

.passo2 label{
    width: auto;
}

.radiosCasaApto, .radiosEscritorioComercio{
    display: none;
}

.slideCasa, .slideApto, .slideComercio, .slideEscritorio{
    display: none;
}

a.btn{
    width: 100%;
    background: #299e0c;
    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;
}
a.btn:hover{
    background-color: #22860a;
}
a.btn:active{
    box-shadow: inset 0px 0px 19px 2px rgba(0, 0, 0, 0.3);
}

.passo2, .passo3, .passo4{
    display: none;
}

.checkSpace{
    margin-bottom: 5px;
}

/** Datepicker **/
.ui-datepicker-month, .ui-datepicker-year{
    height: auto;
    background-color: #d8d8d8;
    border-color: #d8d8d8;
    margin-right: 3px !important;
}

svg[Attributes Style] {
    fill: #000;
}


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: " ";
    padding: 13px 13px 2px 5px;
    -ms-transform: rotate(43deg);
    -webkit-transform: rotate(43deg);
    transform: rotate(43deg);
    border-top: 3px solid #3c3c3c;
    border-left: 3px solid #3c3c3c;
    background-color: #484848;
    margin: -160px 0px 0px 60px;
    position: absolute;
    z-index: 6;
    box-shadow: -4px -4px 7px -2px rgba(0, 0, 0, 0.17);
}
.infoIcon:hover + div.obsDestino {
    display: block;
    position: absolute;
    z-index: 9;
    margin: -11px 20px 0px 8px;
    width: 200px;
    line-height: 20px;
    padding: 10px 10px 10px 10px;
    font-size: 1em;
    border-radius: 25px;
    border: 3px solid #3c3c3c;
    background-color: #484848;
    color: #fff;
    box-shadow: 0px 0px 19px 1px rgba(0, 0, 0, 0.9);
}



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