body{
    background-color: #b0c1a3;
}

.card-panel{
    background-color: #fcf9e9 !important;
}

label{
    color: black !important;
}

/* Boton de imprimir*/
@media print {
    
    svg {
        max-width: 100% !important; 
        height: 650px !important; 
        display: inline-flex !important;
        margin: 10px auto !important;
    }
    
    .row {
        display: block !important;
        width: 100% !important;
        margin: 0 !important;
    }
    
    .col {
        display: block !important;
        width: 100% !important; 
        float: none !important;
        padding: 5px 0 !important;
    }
    
    .select-wrapper input.select-dropdown {
        border-bottom: none !important;
    }
    
    .btn, .btn-large, .waves-effect, i.material-icons, .no-print, .leyenda{
        display: none !important;
    }
    
    table {
        width: 100% !important;
        border-collapse: collapse !important;
        margin-top: 20px !important;
    }
    
    th, td {
        border: 1px solid #ddd !important;
        padding: 8px !important;
        text-align: left !important;
    }
    
    tr {
        page-break-inside: avoid !important;
    }
    
    body {
        margin: 0.5cm !important;
        font-size: 11pt !important;
        background: white !important;
    }
    
    #display-superficie{
        color: rgb(40, 99, 226) !important;
    }
}


path.tooltipped {
    cursor: pointer;
    transition: fill 0.3s ease;
}

path.tooltipped:hover {
    fill: #81c784 !important; 
}
.responsive-svg-container {
    width: 100%;
    height: auto;
    overflow: hidden;
    display: flex;
    justify-content: center;
}

.responsive-svg-container svg {
    width: 100%;
    height: auto;
    max-width: 1200px; 
}

#contenedor-mapa & #contenedor-mapa-modal {
    min-height: 300px; 
    display: block;
}

#contenedor-mapa-modal{
    max-height: 700px;    
    display: flex;
}

#whatsapp{
    background-image: url(media/whatsapp.png) !important ; 
    background-size: 80% ;    
    background-repeat: no-repeat;
    background-position: center;    
}

.material-icons.apartado{
    color: #00ffff !important;
    opacity: 0.5;
}
.material-icons.disponible{
    color: #00ff00 !important;
    opacity: .5;
}
.material-icons.vendido{
    color: #ff0000 !important;
    opacity: 0.5;
}

.leyenda{
    padding: 10px;  
    justify-content: center;  
}



select.browser-default {
    display: block;
    width: 100%;
    height: 3rem;
    padding: 0 10px;
    border: none;
    border-bottom: 1px solid #9e9e9e; 
    background-color: transparent;
    border-radius: 10;
    outline: none;
    font-size: 1rem;
    font-family: inherit;
    cursor: pointer;
    margin-top: 5px;
}


select.browser-default:focus {
    border-bottom: 2px solid #26a69a; 
    transition: 0.2s;
}


.input-field > label {
    position: relative;
    top: 0px; 
    font-size: 0.8rem;
    color: #9e9e9e;
}

.card-panel, .btn{
    border-radius: 20px;
}

h1{
    text-align: center;
}

.precio-final{
    background-color: #fe7b74b6;    
}

strong{
    margin: 50px;
}


