.page_cotizador {
    margin-bottom: 60px;
    margin-top: 150px;
    position: relative;
    overflow: hidden;
}

.page_cotizador .section {
    position: relative;
}

.page_cotizador .section:nth-of-type(1) {
    text-align: center;
}

.page_cotizador .section:nth-of-type(1) .row {
    max-width: 800px;
    margin: 0 auto;
}

.page_cotizador .section:nth-of-type(1) .row .disponibilidad {
    padding: 0;
    margin: 0;
    margin-bottom: 20px;
    display: flex;
    list-style: none;
    justify-content: center;
    color: var(--text-color);
}

.page_cotizador .section:nth-of-type(1) .row .disponibilidad li {
    padding: 5px 0px;
    margin: 0 10px;
    font-weight: 600;
}

.page_cotizador .section:nth-of-type(1) .row .disponibilidad li:before {
    content: '';
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: block;
    float: left;
    margin-right: 5px;
}

.page_cotizador .section:nth-of-type(1) .row .disponibilidad li:nth-of-type(1):before {
    background: #535d27;
}

.page_cotizador .section:nth-of-type(1) .row .disponibilidad li:nth-of-type(2):before {
    background: #c36e00;
}

.page_cotizador .section:nth-of-type(1) .row .disponibilidad li:nth-of-type(3):before {
    background: #cccccc;
}

.page_cotizador .section:nth-of-type(1) p {
    line-height: 28px;
    /* font-family: 'Montserrat', sans-serif; */
    font-size: 22px;
    color: var(--text-color);
}

.page_cotizador .section:nth-of-type(1) p i {
    letter-spacing: 1px;
    font-size: 20px;
    font-style: italic;
    /* color: var(--green-dark-color); */
    color: var(--text-color);
    
}

.page_cotizador .section:nth-of-type(2) .mapa_cotizador {
    padding: 0 !important;
}

.page_cotizador .section:nth-of-type(2) .mapa_cotizador .buttons {
    position: absolute;
    top: 32px;
    z-index: 1;
}

.page_cotizador .section:nth-of-type(2) .mapa_cotizador .buttons .btn {
    /* background-color: var(--green-dark-color); */
    color: #fff;
    width: 45px;
    height: 45px;
    text-transform: uppercase;
    letter-spacing: 3px;
    position: relative;
    box-shadow: 3px 3px 3px 1px rgba(0,0,0,0.2);
    border-radius: 13px;
    margin-right: 5px;
}

.page_cotizador .section:nth-of-type(2) .mapa_cotizador .buttons .btn img {
    width: 100%;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    position: absolute;
}

.page_cotizador .section:nth-of-type(2) .mapa_cotizador .row {
    max-width: 1200px;
    padding-bottom: 0px;
    margin-top: 15px;
    margin-right: auto;
    margin-left: auto;
}

.page_cotizador .section:nth-of-type(2) .mapa_cotizador .img_mapa,
.page_cotizador .section:nth-of-type(2) .mapa_cotizador .img_mapa-1 {
    width: 100%;
}

.page_cotizador .section:nth-of-type(2) .mapa_cotizador svg {
    position: absolute;
}

.page_cotizador .section:nth-of-type(2) .mapa_cotizador svg text {
    pointer-events: none !important;
    font-size: 30px;
    fill: #fff;
    font-weight: 400;
    cursor: pointer;
    text-transform: uppercase;
}

.page_cotizador .section:nth-of-type(2) .mapa_cotizador svg g {
    transition: all 600ms;
}

.page_cotizador .section:nth-of-type(2) .mapa_cotizador svg circle {
/*    fill: #000 !important;*/
    cursor: pointer;
}

.page_cotizador .section:nth-of-type(2) .mapa_cotizador svg polygon,
.page_cotizador .section:nth-of-type(2) .mapa_cotizador svg path,
.page_cotizador .section:nth-of-type(2) .mapa_cotizador svg ellipse ,
.page_cotizador .section:nth-of-type(2) .mapa_cotizador svg circle {
    fill: #535d27!important;
    cursor: pointer;
    opacity: 1 !important; 
}

.page_cotizador .section:nth-of-type(2) .mapa_cotizador svg path ,
.page_cotizador .section:nth-of-type(2) .mapa_cotizador svg polygon {
    opacity: 0 !important; 
}


/*.page_cotizador .section:nth-of-type(2) .mapa_cotizador svg .disabled path,*/
.page_cotizador .section:nth-of-type(2) .mapa_cotizador svg .disabled circle,
.page_cotizador .section:nth-of-type(2) .mapa_cotizador svg .disabled ellipse,
/*.page_cotizador .section:nth-of-type(2) .mapa_cotizador svg .disabled polygon,*/
.page_cotizador .section:nth-of-type(2) .mapa_cotizador svg .disabled polyline,
.page_cotizador .section:nth-of-type(2) .mapa_cotizador svg .disabled rect {
    opacity: 0 !important;
    cursor: no-drop!important;
    fill: #ccc !important;
}

/*.page_cotizador .section:nth-of-type(2) .mapa_cotizador svg .disabled circle,*/
/*.page_cotizador .section:nth-of-type(2) .mapa_cotizador svg .disabled text {
    display: none;
}*/
.page_cotizador .section:nth-of-type(2) .mapa_cotizador svg .disabled text {
   fill:#000;
}

.page_cotizador .section:nth-of-type(2) .mapa_cotizador svg .apartado polygon,
.page_cotizador .section:nth-of-type(2) .mapa_cotizador svg .apartado ellipse,
.page_cotizador .section:nth-of-type(2) .mapa_cotizador svg .apartado circle,
.page_cotizador .section:nth-of-type(2) .mapa_cotizador svg .apartado rect,
.page_cotizador .section:nth-of-type(2) .mapa_cotizador svg .apartado path,
.page_cotizador .section:nth-of-type(2) .mapa_cotizador svg .apartado polyline {
    fill: #c36e00 !important;
    opacity: 0.7;
    cursor: no-drop;
}

.page_cotizador .section:nth-of-type(2) .mapa_cotizador svg .vendido ellipse,
.page_cotizador .section:nth-of-type(2) .mapa_cotizador svg .vendido polygon,
.page_cotizador .section:nth-of-type(2) .mapa_cotizador svg .apartado circle,
.page_cotizador .section:nth-of-type(2) .mapa_cotizador svg .vendido polyline,
.page_cotizador .section:nth-of-type(2) .mapa_cotizador svg .vendido path,
.page_cotizador .section:nth-of-type(2) .mapa_cotizador svg .vendido rect {
    cursor: no-drop;
    opacity: 0;
    fill: #c36e00 !important;
}

.page_cotizador .section:nth-of-type(2) .mapa_cotizador svg .disabled ellipse,
.page_cotizador .section:nth-of-type(2) .mapa_cotizador svg .disabled polygon,
.page_cotizador .section:nth-of-type(2) .mapa_cotizador svg .disabled circle,
.page_cotizador .section:nth-of-type(2) .mapa_cotizador svg .disabled polyline,
.page_cotizador .section:nth-of-type(2) .mapa_cotizador svg .disabled path,
.page_cotizador .section:nth-of-type(2) .mapa_cotizador svg .disabled rect {
    cursor: no-drop;
}
.page_cotizador .section:nth-of-type(2) .mapa_cotizador svg .vendido circle,
.page_cotizador .section:nth-of-type(2) .mapa_cotizador svg .disabled circle{
    cursor: no-drop;
    opacity:0!important;
    fill: #000 !important;
}
.page_cotizador .section:nth-of-type(2) .mapa_cotizador svg .disabled text,
.page_cotizador .section:nth-of-type(2) .mapa_cotizador svg .vendido text{
    fill: #FFFFFF !important;
    opacity: 0;

}

.page_cotizador .section:nth-of-type(2) .mymapa_cotizador,
.page_cotizador .section:nth-of-type(2) .mymapa_cotizador2 {
    max-height: 0;
    overflow: hidden;
    display: none;
}

.page_cotizador .section:nth-of-type(2) .mymapa_cotizador.active,
.page_cotizador .section:nth-of-type(2) .mymapa_cotizador2.active {
    max-height: 2000px;
    display: block;
}

.page_cotizador .section:nth-of-type(2) .etapas {
    position: relative;
    overflow: hidden;
}

.page_cotizador .section:nth-of-type(2) .etapas span {
    text-align: center;
    float: left;
    padding-bottom: 10px;
    padding-top: 10px;
    font-size: 22px;
    border: 2px solid var(--brown-color);
    color: var(--brown-color);
    transition: all 600ms;
    cursor: pointer;
    text-transform: uppercase;
}

.page_cotizador .section:nth-of-type(2) .etapas span.active,
.page_cotizador .section:nth-of-type(2) .etapas span:hover {
    /* background: var(--green-dark-color); */
    color: var(--text-color);
}

@media screen and (max-width: 714px) {
    .page_cotizador .section:nth-of-type(2) .etapas span {
        font-size: 16px;
    }
}

.page_cotizador .section:nth-of-type(2) .etapas._1 span {
    width: 100%;
}

.page_cotizador .section:nth-of-type(2) .etapas._2 span {
    width: 50%;
}

.page_cotizador .section:nth-of-type(2) .etapas._3 span {
    width: calc(100%/3);
}

.page_cotizador .section:nth-of-type(2) .etapas._4 span {
    width: calc(100%/4);
}

#fondo_blanco {
    background-color: #ffffff;
    position: fixed;
    width: 100vw;
    height: 100vh;
    z-index: 5000;
    top: 0px;
    left: 0px;
    overflow-y: auto;
    overflow-x: auto;
}

#fondo_blanco #cerrar_vista {
    position: absolute;
    z-index: 2;
    top: 20px;
    right: 20px;
    cursor: pointer;
    font-size: 30px;
    color: gray;
}

#fondo_blanco #contenido_vista {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100vh;
    margin: 0;
}

#fondo_blanco .contimageLote {
    margin-bottom: 15px;
}

#fondo_blanco .vista {
    position: relative;
    height: 100vh;
    display: inline;
    float: left;
    text-align: center;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 1.5rem auto;
}

@media all and (max-width: 820px) {
    #fondo_blanco .vista {
        height: auto;
        padding-top: 70px;
        padding-bottom: 30px;
    }
}

#fondo_blanco .vistaContent {
    box-shadow: 0px 1px 4px 2px #00000029;
    background: #FFFFFF;
    padding: 35px 30px;
    box-sizing: border-box;
    text-align: left;
    height: auto;
    position: relative;
    display: block;
    max-width: 96%;
    margin: 0 auto;
    border-radius: 10px;
}

#fondo_blanco .vistaContent .right {
    text-align: right;
}

#fondo_blanco .vistaContent .botones {
    justify-content: space-around;
    display: flex;
    margin-top: 10px;
    border-top: 1px solid var(--green-dark-color);
    border-bottom: 1px solid var(--green-dark-color);
    padding-top: 15px;
    padding-bottom: 25px;
}

#fondo_blanco .vistaContent .leyenda_pay {
    text-align: left;
    line-height: 22px;
    /* font-family: 'Montserrat', sans-serif; */
    font-size: 12px;
    margin-top: 20px;
    color: var(--green-dark-color);
}

#fondo_blanco .vistaContent .loteTitle {
    color: var(--green-dark-color);
    font-weight: 500;
    letter-spacing: 3px;
    font-size: 25px !important;
    margin-top: 0;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
    display: inline-block;
}

#fondo_blanco .vistaContent1 {
    width: 35%;
    position: relative;
    display: inline;
    float: left;
}

#fondo_blanco .vistaContent2 span {
    color: #646161;
    /* font-family: 'Montserrat', sans-serif; */
}

#fondo_blanco .separador {
    /* font-family: 'Montserrat', sans-serif; */
    font-size: 25px !important;
    color: #000;
    margin-top: 0;
    font-weight: 700;
    text-decoration: none;
    display: inline-block;
}

#fondo_blanco .loteSubtitle {
    color: var(--green-dark-color) !important;
    font-size: 25px !important;
    text-decoration: none;
    /* font-family: 'Montserrat', sans-serif; */
    margin-top: 0;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
}

#fondo_blanco .loteSm2,
#fondo_blanco .vistaContent2 .dimensions,
#fondo_blanco .preciom2 {
    color: #000 !important;
    /* font-family: 'Montserrat', sans-serif; */
    font-size: 18px !important;
    text-decoration: none;
    font-weight: 600;
    margin-bottom: 5px;
    display: inline-block;
}

#fondo_blanco .txt_finan {
    color: var(--green-dark-color) !important;
    font-weight: 600;
}

#fondo_blanco .lotePrice {
    color: var(--green-dark-color) !important;
    font-size: 28px !important;
    text-decoration: none;
    position: relative;
    font-weight: 600;
    text-transform: uppercase;
}

#fondo_blanco .cajas_select {
    border-radius: var(--bs-border-radius-lg);
    box-sizing: border-box;
    outline: none;
    margin-top: 10px;
    color: #000000;
    /* font-family: 'Montserrat', sans-serif; */
    text-decoration: none;
    margin-bottom: 10px;
    border: 1px solid #69727d;
    background-color: #fff;
    padding: 5px 15px;
    width: 100%;
    /* font-family: 'Montserrat', sans-serif; */
    font-size: 16px;
    font-weight: 400;
}

#fondo_blanco #dos .images img {
    width: 80px;
}

#fondo_blanco #dos .images {
    text-align: center;
}

#fondo_blanco .inputsPlazos {
    /* font-family: 'Montserrat', sans-serif; */
    color: #000;
    margin-right: 5px;
    font-size: 15px;
    text-decoration: none;
    margin-bottom: 0px;
    border: 1px solid #000;
    background-color: #fff;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    padding: 2px 0;
    width: auto;
    text-align: center;
    width: 45px;
    font-weight: 500;
}

#fondo_blanco #imageLote {
    padding-top: 10px;
    width: 100%;
    border: 1px solid var(--green-dark-color);
}

#fondo_blanco .a_imageLote {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

#fondo_blanco #fileLote,
#fondo_blanco .btn_false {
    margin-top: 10px;
    width: auto;
    text-transform: uppercase;
    border: 1px solid #131528;
    font-size: 16px;
    margin-right: 10px;
    float: left;
}

#fondo_blanco .vistaContacto .loteTitle {
    color: white;
}

#fondo_blanco .vistaContacto {
    position: relative;
    height: auto;
    display: inline;
    height: 100vh;
    background-color: var(--green-dark-color);
    justify-content: center;
    align-items: center;
    display: none;
}

#fondo_blanco .contactContent {
    width: 100%;
    box-sizing: border-box;
    padding-right: 15px;
    padding-left: 15px;
    text-align: left;
    height: auto;
    position: relative;
    display: block;
    margin: 0 auto;
}

#fondo_blanco .contactContent h3 {
    color: white;
}

#fondo_blanco .contactContent #boton_enviar {
    font-size: 18px;
    margin-bottom: 15px;
}

#fondo_blanco .cajas {
    border-radius: var(--bs-border-radius-lg);
    outline: none;
    border: 1px solid #69727d;
    padding: 10px 15px;
    width: 100%;
    color: #000;
    /* font-family: 'Montserrat', sans-serif; */
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 15px;
}

#fondo_blanco .cajasTextarea {
    margin-bottom: 20px;
    resize: none;
    height: 150px;
}

#fondo_blanco .plazosAlerts {
    color: #000;
    font-size: 12px;
    /* font-family: 'Montserrat', sans-serif; */
    font-weight: 100;
    text-decoration: none;
}

#fondo_blanco .plazosAlertsPrices {
    font-size: 18px;
    color: var(--green-dark-color) !important;
    text-decoration: none;
    float: right;
}

#fondo_blanco .infoPrices {
    width: 100%;
    border: 1px solid transparent;
    border-collapse: collapse;
}

#fondo_blanco .infoPrices tr {
    width: 100%;
    box-sizing: border-box;
    padding: 30px;
    padding-left: 0px;
    border: 1px solid transparent;
}

#fondo_blanco .cuadrado_false {
    color: #000 !important;
    margin-right: 5px;
    font-size: 15px;
    text-decoration: none;
    margin-bottom: 0px;
    border: 1px solid #000;
    background-color: #fff;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    padding: 2px;
    padding-top: 2px;
    padding-right: 2px;
    padding-bottom: 2px;
    padding-left: 2px;
    width: auto;
    text-align: center;
    width: 45px;
    display: inline-block;
    font-weight: 500;
}

#fondo_blanco .infoPrices tr td {
    width: 100%;
    text-align: left;
    display: flex;
    position: relative;
    overflow: hidden;
    padding: 10px 5px;
    border-top: 1px solid #232133;
}

#fondo_blanco .infoPrices tr td:last-of-type {
    border-bottom: 1px solid transparent;
}

#fondo_blanco #infoPrices.pago_final tr td:nth-oftype(1) {
    border-top: 1px solid transparent;
}

#fondo_blanco .infoPrices tr td:nth-of-type(even) {
    background: #f5f3f5;
}

#fondo_blanco .infoPricesSpaces {
    width: 60%;
    margin-bottom: 3px;
    position: relative;
    float: left;
}

#fondo_blanco .infoPricesSpacesLeft {
    padding: 0px;
}

#fondo_blanco .confirmationText {
    color: white;
    font-size: 14px;
    /* font-family: 'Montserrat', sans-serif; */
    font-weight: 100;
    text-decoration: none;
}

#fondo_blanco .stop-scrolling {
    height: 100%;
    overflow: hidden;
}

.details {
    position: absolute;
    left: 0;
    top: 50%;
    border: 1px solid #00000054;
    z-index: 1;
    font-size: 12px;
    display: none;
    background: white;
}

.details p {
    padding: 1px 10px;
    margin: 0;
    color: #000;
    font-weight: 400;
}

.details p:nth-of-type(1) {
    background: var(--green-dark-color);
    margin: 0;
    color: white;
    font-weight: bold;
}

.details p span {
    font-weight: 600;
}

.details p small{
    font-size: 10px;
}

@media screen and (min-width: 900px) {

    .zoom {
        width: auto;
        text-align: center;
    }

    .zoom img {
        width: 100%;
    }

    .object-container {
        position: relative;
        overflow: auto;
    }

    .mymapa_cotizador {
        overflow: hidden;
        position: relative;
    }

    .zoomer-container {
        background: rgba(0, 0, 0, 0.6);
        width: 230px;
        height: 60px;
        position: absolute;
        border-radius: 0px;
        text-align: center;
        margin-top: -60px;
    }

    .zoom-slider {
        -webkit-appearance: none;
        width: 220px;
        height: 6px;
        background: #ccc;
        outline: 0;
        border: 0;
        -webkit-transition: .2s;
        transition: opacity .2s;
        z-index: 100;
        position: relative;
        border-radius: 5px;
    }

    .zoom-slider::-webkit-slider-thumb {
        -webkit-appearance: none;
        appearance: none;
        width: 20px;
        height: 20px;
        border-radius: 50%;
        background: #16a085;
        background: linear-gradient(to bottom right, #16a085, #16a060);
        cursor: pointer;
        outline: 0;
        border: 0;
    }

    .zoom-slider::-moz-range-thumb {
        width: 20px;
        height: 20px;
        border-radius: 50%;
        background: #16a085;
        background: linear-gradient(to bottom right, #16a085, #16a060);
        cursor: default;
        outline: 0;
        border: 0;
    }

    .object-container {
        margin-left: auto;
        margin-right: auto;
        display: block;
        overflow: visible;
        overflow-x: scroll;
        overflow-y: scroll;
        height: auto;
        width: 100%;
    }

    .image-container img {
        position: inherit;
        display: block;
        width: 100%;
        height: auto;
    }

    .zoomer-status {
        color: #fff;
        font-weight: 400;
        font-size: 14px;
        /* font-family: 'Montserrat', sans-serif; */
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

    .zoomer-container {
        position: absolute;
        /* font-family: 'Montserrat', sans-serif; */
        text-transform: uppercase;
        font-weight: 700;
        color: white;
    }
}

@media screen and (max-width: 900px) {

    #fondo_blanco #cerrar_vista {
        color: #000 !important;
    }
    
    .buttons {
        display: none;
    }

    .leyendas {
        order: 2;
        text-align: center;
    }

    .pinch-zoom-container {
        height: 100% !important;
    }

    .mymapa_cotizador,
    .mymapa_cotizador2 {
        overflow: hidden !important;
    }

    #container {
        height: 100%;
        margin: 0 auto 0 auto;
        max-width: 100%;
        width: 100%;
    }

    #container .zoom {
        background-color: #DDD;
        height: 100%;
        margin: auto;
        overflow: hidden;
        width: 100%;
    }

    #container .zoom .media {
        bottom: 0;
        display: block;
        left: 0;
        margin: auto;
        max-height: 100%;
        max-width: 100%;
        position: absolute;
        right: 0;
        top: 0;
        -moz-transform-style: preserve-3d;
        -ms-transform-style: preserve-3d;
        -o-transform-style: preserve-3d;
        -webkit-transform-style: preserve-3d;
        transform-style: preserve-3d;
    }

    .transition {
        transition: -moz-transform ease 200ms;
        transition: -ms-transform ease 200ms;
        transition: -o-transform ease 200ms;
        transition: -webkit-transform ease 200ms;
        transition: transform ease 200ms;
    }

    .myimage-1 img,
    .myimage-2 img {
        width: 100%;
    }

    .mapa_cotizador {
        overflow: auto;
    }

    .mapa_cotizador .row {
        width: 300% !important;
        max-width: 300% !important;
    }

    .typesLotes {
        padding-bottom: 10px;
    }

    .btnType {
        height: 20px;
    }

    .typeLotesDiv {
        height: 20px;
        width: 95px;
    }

    .plazosAlerts {
        font-size: 12px;
    }

    .infoPrices {
        width: 100%;
    }

    .leyenda_dispo {
        font-size: 10px;
        /* font-family: 'Montserrat', sans-serif; */
        color: #000;
        text-decoration: none;
        padding-left: 20px;
        padding-top: 0px;
        background-size: 15px 15px;
        height: 20px;
        margin-right: 15px;
        padding-top: 6px;
        padding-left: 26px;
    }

    .item-point span {
        top: 6px;
        font-size: 6px;
        left: -56%;
        top: -6px;
    }

    .arrows {
        display: initial;
    }

    .posScalize {
        overflow-x: auto;
    }

    .fakeScalize {
        overflow-y: hidden;
        overflow-x: auto;
        width: 400vw;
    }

    #fondo_blanco {
        position: fixed;
        overflow-y: scroll;
        overflow-x: hidden;
    }

    .vista {
        width: 100%;
        height: auto;
        display: inline-block;
    }

    .vistaContent {
        width: 100%;
        top: 0%;
        -ms-transform: translateY(0%);
        transform: translateY(0%);
        padding-right: 15px;
        padding-left: 15px;
        display: flex;
        flex-direction: column;
        box-sizing: border-box;
    }

    .vistaContent .imagen {
        float: left;
    }

    .vistaContent .descripcion {
        float: right;
        text-align: right;
    }

    .vistaContent .financiamiento {
        position: relative;
        overflow: hidden;
    }

    .vistaContent1 {
        position: relative;
        display: inline;
        float: left;
        padding-top: 20px;
        padding-bottom: 0px;
        order: 1;
        width: 40%;
        display: block;
        margin: 0 auto;
    }

    .vistaContent2 {
        width: 100%;
        position: relative;
        display: inline;
        float: none;
        padding-top: 10px;
        padding-bottom: 0px;
        padding-left: 0;
        order: 1;
        text-align: center;
    }

    .vistaContacto {
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        width: 100%;
        position: relative;
        height: auto !important;
        display: inline;
        float: left;
        text-align: center;
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .contactContent {
        text-align: center;
        top: 0%;
        -ms-transform: translateY(0%);
        transform: translateY(0%);
        padding-right: 25px;
        padding-left: 25px;
        padding-bottom: 50px;
        box-sizing: border-box;
    }

    .scalize .item-point {
        width: 10px;
        height: 10px;
    }

    .bolasTxt {
        left: -11px;
        top: -18px;
    }

    .bolasImg {
        width: 13px;
        height: 13px;
    }

    .bolas {
        width: 13px;
        height: 13px;
    }

    .bottomContent {
        width: 100%;
        box-sizing: border-box;
        padding-right: 30px;
        padding-left: 30px;
    }

    .bottomContentElement {
        width: 100%;
        padding-bottom: 20px;
        font-size: 12px;
        text-align: center;
    }
}

@media screen and (max-width: 714px) {
    .etapas span {
        font-size: 16px;
    }

    .cotizador h2 {
        font-size: 18px;
    }

    .cotizador p {
        font-size: 12.5px;
    }

    .baner_cotiza .texto {
        padding-right: 0;
        padding-left: 0;
    }

    .bottom img {
        width: 120px;
    }

    .ubicacion {
        padding-left: 0 !important;
        padding-right: 0 !important
    }

    .ubicacion .mapa {
        padding-left: 0 !important;
        padding-right: 0 !important
    }

    .ubicacion .texto {
        padding-left: 30px;
        padding-right: 30px;
    }

    #cotizador {
        padding: 60px 15px;
        padding-bottom: 10px;
    }

    .mapa_cotizador .row {
        width: 100% !important;
        max-width: 100% !important;
    }

    .cotizador .disponibilidad li:before {
        margin-top: -3px;
        margin-right: 0;
    }

    .cotizador .disponibilidad li {
        margin: 0 5px;
    }

    .cotizador ul li {
        margin: 0 5px;
        padding: 5px 15px;
        font-size: 8px;
        width: 85px;
    }

    .contactContent {
        width: 100%;
    }

    #fondo_blanco .vistaContent {
        max-width: 95%;
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 15px;
        padding-bottom: 15px;
    }

    #fondo_blanco .vistaContent .descripcion {
        float: none;
        text-align: center;
    }
}

.header_alt,
#footer{
    display: none;
}
/*# sourceMappingURL=cotizador.css.map */