body{
    margin: 0;
    padding: 0;
}
.top{
    padding-top: 100px;
}
.invert-color {
    filter: invert(100%);
}
.header div a:hover{
    border: solid 1px;
}
.form1{
    background-color: rgba(255, 255, 255, 0.7);
    position: absolute;
    top: 20vh;
    left: 10vw;
    width: 500px;
    max-width: 500px;
}
.servicios{
    width: 100%;
}
#separador-servicios{
    display: none;
    visibility: hidden;
}
.servicios .col:hover{
    border: solid 5px aquamarine;
    cursor: pointer;
}

.icon img{
    height: 2rem;
    background-color: black;
}
.form-agendar-cita{
    background-color: rgb(255, 145, 0);
    max-width: 500px;
}
.form-agendar-cita button{
    width: 100%;
}
.form-registro, .form-login{
    position: relative;
    max-width: 500px;
    top: 100px;
}
.form-sc{
    position: relative;
    max-width: 500px;
    top: 120px;
}

.naranja{
    color: rgb(255, 126, 6);
}
.morado{
    color: rgb(101, 6, 255);
    font-weight: bolder;
    font-size: 3em;
}
.derecha{
    display: flex;
    justify-content: right;
}
.centro{
    display: flex;
    justify-content: center;
}

.letrero{
    position: relative;
    height: 30%;
    bottom: 2rem;
}
.img-letrero{
    max-width: 90vw;
}
.let{
    max-width: 90vw;
}

.fondo{
    position: absolute;
    background:radial-gradient(ellipse, white, #1162ac, black);
    width: 100%;
    height: 100%;
}
.success{
    width: 100%;
}
.formulario{
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 5px;
}
.lista{
    display: none;
}
.opciones{
    display: none;
    position: absolute;
    top: 100px;
    right: 0;
    width: 70vw;
    background: rgba(0, 72, 134, 0.8);
}
.opciones li{
    list-style: none;
}
.opciones li a{
    color: white;
    font-size: 1.6em;
    text-decoration: none;
    
}

.select-plazo, .select-area{
    display: flex;
    justify-content: center;
}
.select-plazo input, .select-area label{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    width: 100px;
    border: 1px solid #afafaf;
    cursor: pointer;
}
.select-area input{
    display: none;
}
.select-area input:checked + label {
    font-weight: bold;
    color: #fff;
    background-color:rgb(255, 98, 0);
}
.video{
    width: 50%;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}
.video::after{
    content: "";
    display: block;
    width: 100%;
    padding-bottom: 56.25%;
}
.video iframe{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;  
}



@keyframes pulse {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}

.link-w{
    display: inline-block;
    font-size: 20px;
    padding: 10px 20px;
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    animation: pulse 2s infinite;
}

#svg5, .pointer{
    cursor: pointer;
}

#svg5:active {
    cursor: grab;
}

#modalContent form div .col{
    border: none;
}
#lote, #manzana{
    border: none;
}
#svg5 text {
    pointer-events: none;
}
#rect-modal{
    fill: none;
    stroke:#000000;
}
#modalContent select{
    appearance: none;
}
#opciones{
    position: absolute;
    bottom: 10px;
    right: 10px;
    display: inline-block;
}

/* --------------------------------Plano Stilos------------------------ */


#punto-cardinal{
    position: fixed;
    transform: rotate(-45deg);
    right: 50;
    top: 100;
}

/* Fin Stilos plano */

.contacts{
    background-color: bisque;
    max-width: 700px;
}
.contact{
    text-align: center;
    max-width: 650px; 
    border-radius: 10px;
}
.contact img{
    width: 64px;
    height: 64px;
}
#modalTitle input{
    max-width: 50px;
}
.btn-close{
    position: absolute;
    top: 20px;
    right: 20px;
}
.carousel{
    padding-top: 80px;
}
.carousel-inner .carousel-item {
    transition: transform 1.5s ease;
}

.bg-1{
    background: rgb(180,69,0);
    background: linear-gradient(0deg, rgba(180,69,0,1) 0%, rgba(214,125,0,1) 35%, rgba(255,149,0,1) 70%, rgba(255,198,90,1) 100%);
}
.bg-2{
    background: rgb(255,98,0);
    background: linear-gradient(90deg, rgba(255,98,0,1) 0%, rgba(255,149,0,1) 16%, rgba(255,149,0,1) 95%, rgba(255,98,0,1) 100%);
}

.disponible{
    background-color:rgb(196, 240, 209) !important;
}
.reservado{
    background-color:rgb(252, 241, 183) !important;
}
.vendido{
    background-color:rgb(252, 228, 225) !important;
}
.disponible2{
    background-color: #38ce29 !important
}
.reservado2{
    background-color: rgb(255, 223, 0) !important
}
.vendido2{
    background-color: rgb(220, 50, 70) !important
}
.parque{
    background-color: #006229 !important;
}
.educacion{
    background-color: #ff961f !important;
}
.seguridad {
    background-color: #01b6fa !important;
}




.content td, .content th{
    padding: 10px;
}
.content tr:hover {
    box-shadow: inset 0 0 0 2px rgb(255, 207, 207);
}

.titulo{
    font-weight:600;
}
.contenido {
    background-color: #ecf0f1; 
    padding: 10px;
    height: 100px;
    font-size: x-large;
    font-weight: bold;
}
.caja:hover, .pulse{
    cursor: pointer;
    animation: pulse 2s infinite;
}
.width-20{
    width: 20px;
    border: none;
}
.width-120{
    width: 120px;
}
.width-full{
    width: 100%;
}
.btn-derecha{
    position: absolute;
    right: 0;
    top: 0;
}
.text-leyenda div{
    font-size: 1.3em;
    margin-top: 10px;
}
.rect{
    width: 3em;
    height: 2em;
    margin-top: 10px;
}
#leyenda{
    position: absolute;
    left: 10px;
    bottom: 10px;
    border: 1px solid black;
    padding: 15px;
}
#logo2{
    position: absolute;
    left: 10px;
    top: 60px;
}
footer{
    position: relative;
    background-color: 616161;
}
footer a{
    text-decoration: none;
    color: white;
}
.icon-32{
    width: 32px;
    height: 32px;
    cursor: pointer;
}

@media (max-width:730px) {
    .menu{
        display: none;
    }
    .lista{
        display:block;
    }
    .form1{
        position: relative;
        top: 0;
        left: 0;
        max-width: 95vw;
    }
    .form1 form{
        padding: 0;
    }
    #separador-servicios{
        display: flex;
    }
    .video{
        width: 90%;
        position: relative;
        margin-left: auto;
        margin-right: auto;
    }
    #opciones{
        display: none;
    }
    #opc-icon{
        display: block;
    }
    .contacts{
        max-width: 500px;
    }
    
    
    
    
}
@media (max-width:1100px) {
    .text-leyenda div{
        font-size: 0.5em;
    }
    .rect{
        width: 1em;
        height: 0.8em;
    }
}

@media print {

    .noImprime {
        display: none; 
    }
    #opciones, #opc-icon{
        display: none;
    }   
    
    .disponible2, .reservado2, .vendido2, .parque, .educacion, .seguridad{
        background: #color !important;
        -webkit-print-color-adjust: exact; /* Propiedad específica de Chrome */
    }
    
}
