.st0{opacity:0;fill:#FFFFFF;stroke:#000000;stroke-width:0.5;stroke-miterlimit:10;}
.st1{opacity:0;fill:#FFFFFF;stroke:#000000;stroke-miterlimit:10;}
a.batch{outline: 0;}
a.batch:hover .available { cursor:pointer; fill: #0e8e04; opacity: 0.7;stroke: none;stroke-width: 0.5;stroke-miterlimit: 10;}
a.batch .sold {fill: #d97a09; opacity: 0.8; cursor: default;stroke: none;stroke-width: 0.5;stroke-miterlimit: 10;}
a.batch .reserved {fill: #d97a09;opacity: 0.7; cursor: default;}


a.batch-areas:hover .views-areas { cursor: pointer; fill: #979797; opacity: 0.7; stroke: none; stroke-width: 0.5; stroke-miterlimit: 10;}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    font-family: 'Muli', sans-serif;
    font-weight:400;
    font-size: 14px;
    color: #353535;
    font-weight: 400;
}

.status-disponible{
    color: #15244c;
    text-align: center;
    font-family: 'Muli', sans-serif;
    font-weight:400;
}

.status-vendido{
    color: #d97a09;
}

.status-reservado{
    color: #d97a09;
}

.title-status-aviable{
    font-family: 'Muli', sans-serif;
    font-weight: 700;
    text-align: center !important;
    color: #15244c;
}

.popover-body {
    padding:0 0;
}

.border-popover{
    background:#0e8e04;
    padding: 4px 0;
}

.popover-title{
    font-family: 'Muli', sans-serif;
    font-weight: 700;
    color: #4d2800;
    margin-top:5px;
}

.content-popover{
    padding: 0 10px;
}

.content-popover h4 {
    font-family: 'Muli', sans-serif;
    font-weight:400;
    color: #5b6160;
    font-size: 1.3rem;
}

.content-popover p {
    font-family: 'Muli', sans-serif;
    font-weight:400;
    color: #1c977c;
    font-size: 1rem;
}

.title-status-reserved{
    text-align: center;
    color: #d97a09 !important;

}

.title-status-sold{
    text-align: center;
    color: #FF0000 !important;
}

.title-areas{
    font-family: 'Muli', sans-serif;
    font-weight:400;
    color: #29b496;
    text-align: center;
}



/* MODAL */

.close:hover, .close:focus {
    color: #0F1900;
    text-decoration: none;
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity: .5;
}

.close {
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #0F1900;
    text-shadow: 0 1px 0 #0F1900;
}

.modal-header {
    padding: 15px;
    border-bottom: 0px solid #e5e5e5;
}

.modal-content{
    background: url('../images/bg-cotizador-popup.jpg') center;
    background-size: cover;
    position: relative;
    /*background: #f2eefc;*/
    border-radius: 20px 0 20px 0;
}

.modal-content .close-modal-cot{
    background: #b8683b;
    border: 1px solid #b8683b;
    color: #FFFFFF;
    display: inline-block;
    width: auto;
    padding-left: 40px;
    padding-right: 40px;
    font-family: 'Muli', sans-serif;
    font-weight:700;
    text-transform: uppercase;
}



.text-precio{
    font-family: 'Muli', sans-serif;
    font-weight:400;
    color: #29b496;
    text-align: center;
}

/*.box-img-lote{
    padding: 20px;
    border: 1px solid #b4b4b4;
    height: 100%;
}*/


.modal-lg {
    max-width: 80% !important;
}

.box-img-lote h3{
    font-family: 'Muli', sans-serif;
    font-weight:700;
    font-style:italic;
    font-size: 24px;
    color: #4d2800;
    text-align: center;
    padding-bottom: 15px;
}


.cot-contact-form h4{
    font-family: 'Muli', sans-serif;
    font-weight:700;
    font-style:italic;
    font-size: 15px;
    color: #4d2800;
}

.img-lotes-preview{
    margin-top: 30px;
}

.img-lotes-preview img {
    margin-bottom: 30px;
}

.info-lote{
    font-family: 'Muli', sans-serif;
    font-weight:400;
    font-size: 15px;
    color: #4d2800;
    text-align: left;
    padding-bottom: 30px;
}

.info-lote table{
    font-family: 'Muli', sans-serif;
    font-weight:700;
    font-style: italic;
    color: #4d2800;
}

.caractelisticas-lote{
    font-family: 'Muli', sans-serif;
    font-weight:400;
    font-size: 14px;
    color: #4d2800;
}



.cot-contact-form {
    /*padding: 5% 0;*/
    text-align: center;

}


.cot-contact-form .btn {
    font-family: 'Muli', sans-serif;
    font-weight: 700;
    font-size: 1rem;
    text-transform: uppercase;
    color: #ffffff;
    width: 100%;
    padding: 8px;
    background-color: #b8683b;
    border: 1px solid #b8683b;
    cursor: pointer;
    margin-top: 7px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
}

.cot-contact-form .btn:hover {
    background: #b8683b;
    color: #fff;
    -webkit-transition: 0.4s ease-in-out;
    -moz-transition: 0.4s ease-in-out;
    -ms-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}
.cot-contact-form form {
    margin-top: 20px;
}
.cot-contact-form textarea {
    width: 100%;
    border-radius: 0px;
    padding: 10px;
    margin-top: 0px;
}
.cot-contact-form .btn {
    margin-top: 0px;
}

.contactFormCot input[type="text"], input[type="password"]{
    margin: 0px 0px 8px 0px;
}

.contactFormCot textarea{
    margin: 0px 0px 8px 0px;
}

#frmContactForm input[type="email"]{
    margin: 0px 0px 8px 0px !important;
}

.label-cot{
    font-family: 'Muli', sans-serif;
    font-weight:700;
    font-style:italic;
    font-size: 14px;
    color: #5e4126;
    text-align: center;
}

.select{
    font-family: 'Muli', sans-serif;
    font-weight:400;
    font-size: 14px;
    color: #5e4126;
}

.form-group {
    margin-bottom: 0px;
}
.error {
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    float: right;
    margin: -40px 14px 0 0;
    position: relative;
    top: 0;
}
.error i {
    background: none !important;
    border-radius: 0;
    -webkit-border-radius: 0;
    width: 12px !important;
    height: 12px !important;
    margin: 0px;
    padding: 0px;
}
.error i:before {
    color: #FF0000;
    content: "";
    font-family: FontAwesome;
    font-size: 11px;
    margin-right: 10px;
    vertical-align: top;
    width: 12px !important;
    height: 12px !important;
}



@media(min-width:992px){
    .modal-lg{
        width: 1025px;
    }
}


#resumen-cot{
    background: url("../images/pleca_cot.jpg") no-repeat top center;
    line-height: 32px;
    color: #fff;
    margin-top: 20px;
}

#resumen-cot p {
    text-indent: 180px;
    font-family: 'Muli', sans-serif;
    font-weight: 400;
}

.modal-title {
    margin: 0;
    line-height: 1.42857143;
    font-family: 'Muli',sans-serif;
    font-weight:400;
}





#infoLote input[type="text"] {
    font-family: 'Muli',sans-serif;
    font-weight:400;
}


#inputPrecioe{
    font-family: 'Muli',sans-serif;
    font-weight:400;
    font-size: 16px;
    color: #353535;
}


.content-title{
    font-family: 'Muli',sans-serif;
    font-weight:400;
    color: #353535;
    text-align: center;
}



.numero-tel{
    font-weight: bold;
}

.email-secreto{
    font-weight: bold;
}

.dirreccion-secreto{

}


.gracias-modal h1{
    margin: 85px;
    color: #353535;
}

.custom-style-box{
    border-right: 1px solid #dcd5e1;
}

#customer{
    color: #da9511;
}


ul.nav-wizard {
    margin: 4% 0 2% 0;
}


.table-fixed{
    table-layout: fixed;
}


/*--------------------------------------------------------
        OVERLAY PROCES FORM
---------------------------------------------------------*/

.ui-widget-overlayx {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 10;
    background-color: rgba(0,0,0,0.5)
}
.waitx {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -100px;
    z-index: 999999
}



/*======================================
	    RESPONSIVE CSS
=======================================*/



@media(max-width:540px) {
}


@media(max-width:400px) {
}

@media(max-width:320px) {
}


/* Small */
@media(min-width:768px) and (max-width:991px) {
}


@media(max-width:767px) {

    #resumen-cot {
        background: #915428;
        line-height: 32px;
        color: #fff;
        margin-top: 20px;
    }

    #resumen-cot p {
        text-indent: 0;
        font-size: 24px;
        text-align: center;
    }

    .modal-lg {
        max-width: 100% !important;
    }
}