/*!========================================================================
 * Globales
 * ======================================================================!*/
@font-face {
    font-family: 'Montserrat';
    src: url("../../fonts/Montserrat-Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url("../../fonts/Montserrat-Medium.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url("../../fonts/Montserrat-SemiBold.ttf") format("truetype");
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url("../../fonts/Montserrat-SemiBoldItalic.ttf") format("truetype");
    font-weight: 600;
    font-style: italic;
}

@font-face {
    font-family: 'Montserrat';
    src: url("../../fonts/Montserrat-Bold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
}

:root {
    --primary-color: #849573;
    --dark-primary-color: #768766;
    --secondary-color: #e4e1d8;
    --text-color: #666666;
}

/*!========================================================================
 * css/style.css
 * ======================================================================!*/
.botonesIconos {
    width: 100%;
    text-align: center;
}

.botonesIconos img {
    width: 50px;
    margin-right: 20px;
}

@media (max-width:500px) {
    .botonesLotificacion .container {
        flex-direction: column;
    }
}

/*!========================================================================
 * style.css
 * ======================================================================!*/
@-webkit-keyframes slide-in-right {
    0% {
        -webkit-transform: translateX(200px);
        transform: translateX(200px);
        opacity: 0
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1
    }
}

@-moz-keyframes slide-in-right {
    0% {
        -webkit-transform: translateX(200px);
        transform: translateX(200px);
        opacity: 0
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1
    }
}

@keyframes slide-in-right {
    0% {
        -webkit-transform: translateX(200px);
        transform: translateX(200px);
        opacity: 0
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1
    }
}

/*!========================================================================
 * index
 * ======================================================================!*/
body {
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -o-font-smoothing: antialiased;
    -webkit-locale: auto;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    color: var(--text-color);
    background: var(--secondary-color);
}

.logo-loader {
    width: 250px;
    animation: latidos 2s infinite
}

.loader-custom {
    opacity: 0;
    width: 100%;
    height: 100%;
    background-color: var(--primary-color);
    z-index: 10;
    transition: opacity linear .5s;
    pointer-events: none
}

.loader-custom.active {
    opacity: .92;
    pointer-events: all
}

@keyframes latidos {
    from {
        transform: none
    }

    50% {
        transform: scale(1.2)
    }

    to {
        transform: none
    }
}

.mapa {
    overflow-y: auto;
    height: 750px;
    overflow-x: auto
}

.cont-cuadro {
    z-index: 100
}

.map_img {
    display: block;
    background-image: url(../img/etapa-1_2.png);
    background-size: contain;
    background-position: center;
    position: relative;
    padding: 0;
    width: 1920px;
    height: 1080px;
}

.zoom {
    zoom: .7;
    position: relative
}

.lotes .mapa {
    overflow-x: auto;
    display: block;
    padding-bottom: 0;
    /* height: 630px; */
    /* max-height: 90vh; */

    height: 90vh;
    background: url(../img/fondo-lotificacion.jpg);
    padding: 0
}

.mapa {
    --scrollbarBG: var(--secondary-color);
    --thumbBG: var(--dark-primary-color);
}

.mapa::-webkit-scrollbar {
    width: 11px;
    height: 11px
}

.mapa {
    scrollbar-width: thin;
    scrollbar-color: var(--thumbBG) var(--scrollbarBG)
}

.mapa::-webkit-scrollbar-track {
    background: var(--scrollbarBG)
}

.mapa::-webkit-scrollbar-thumb {
    background-color: var(--thumbBG);
    border-radius: 6px;
    border: 3px solid var(--scrollbarBG)
}

.cuadro .contenido {
    padding: 4px 15px;
    text-align: left
}

.cuadro .precio {
    margin-top: 5px;
    color: #e62f32;
    margin-bottom: 5px
}

.cuadro .titulo h4 {
    font-size: 1rem;
    background: #003f6d;
    color: #fff !important;
    letter-spacing: 1px;
    padding: 3px 20px;
    margin-top: 0
}

.zoom .map {
    width: 1920px;
    height: 1080px;
    /* width: 100%; */
}

@media screen and (min-device-width :768px) and (max-device-width :1024px) {
    .zoom {
        zoom: .5
    }

    .cont-cuadro {
        display: none !important
    }
}

@media only screen and (min-width:1024px) and (max-height:1366px) and (orientation:landscape) and (-webkit-min-device-pixel-ratio:1.3) {
    .lotes {
        height: 100%
    }
}

@media only screen and (max-width:768px) {
    .zoom {
        zoom: .7;
        overflow: auto;
        width: 100%;
        height: auto
    }

    .zoom .map {
        background-position-x: -5px;
        background-position-y: -1px
    }
}

@media only screen and (min-width:1925px) {
    .lotes {
        height: 100%
    }

    .lotes .mapa {
        margin-top: 10%;
        margin-bottom: 10%
    }

    /* .zoom {
        zoom: 1
    } */
}

.cont-cuadro {
    display: none;
    position: absolute;
    transform: scale(1.2)
}

.cuadro {
    position: relative;
    display: block;
    border: 1px solid #ddd;
    background: #fff
}

.cuadro .digitos {
    font-size: 1rem;
    font-weight: 600
}

.digitos::before {
    content: '';
    position: absolute;
    background: #fff;
    width: 11px;
    height: 1px;
    left: 48%;
    bottom: -1px
}

.container-info {
    width: 80%;
    margin: auto !important
}

area {
    cursor: pointer
}

@media only screen and (max-width:992px) {
    .mapa {
        /* width: 532px; */
        width: 100vw;
        height: 90vh;
    }

    .container-info {
        width: 100%
    }
}

@media only screen and (max-width:500px) {
    .container-100-mb {
        max-width: 90%;
        margin: auto
    }
}

.lotes {
    padding-bottom: 0 !important;
    padding-top: 0rem !important;
    height: auto;
}

.lotes .container {
    margin-bottom: 4rem !important;
}

.lotes .etapas {
    font-size: 1rem;
    width: 160px;
    color: var(--primary-color);
    border-color: var(--primary-color);
    background-color: transparent !important;
    border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -ms-border-radius: 0 !important;
    -o-border-radius: 0 !important;
}

.lotes .etapas:focus {
    outline: none !important;
    box-shadow: none !important;
}

.lotes .etapas:hover,
.lotes .etapas.active {
    color: white;
    background-color: var(--primary-color) !important;
}

.botonesLotificacion .botonesIconos img {
    cursor: pointer;
}