/* Zoom distinto */
/* @media (max-width: 999px){
    body {
        zoom: 80%;
    }
}
@media (min-width: 1000px) and (max-width: 1800px)  {
    body {
        zoom: 90%;
    }
 }
@media (min-width: 1801px) {
    body {
        zoom: 100%;
    }
} */

/* .modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100% !important;
    height: 100% !important;
    background-color: #000;
} */
/* fin Zoom distinto */

a:hover {
    color: #000000 !important;
    text-decoration: underline;
}

[v-cloak] {
    display: none;
}

.img-domus {
    width: 100%;
    object-fit: cover;
}

#mapa_detalle {
    height: 400px;
    width: 100%;
}

#mapa_lista {
    height: 500px;
    z-index: 1 !important;
}

#mapaCreacion {
    height: 400px;
}

#mapaCreacionBranch {
    height: 400px;
}

#mapaProject {
    height: 400px;
}

#mapaProjectBranch {
    height: 400px;
}

#mapaEditarBranch {
    height: 400px;
}

.form-wizard {
    border: 0 !important;
}

.nav-wizard {
    box-shadow: none !important;
}

.form-wizard .nav-wizard {
    box-shadow: none !important;
    margin-bottom: 2rem !important;
}

.div-errores {
    position: fixed;
    z-index: 400;
    right: 5%;
    width: 20%;
    top: 5%;
}

.alert::after {
    content: "x";
    position: absolute;
    right: 5%;
    top: 5%;
    cursor: pointer;
}

.div-errores .alert {
    box-shadow: rgb(0, 0, 0, 0.3) 5px 5px 5px 5px;
}

/* Estilo de filtros inmuebles */
#vs1__combobox,
#vs2__combobox,
#vs3__combobox,
#vs4__combobox,
#vs5__combobox,
#vs6__combobox,
#vs7__combobox,
#vs8__combobox,
#vs9__combobox,
#vs10__combobox,
#vs11__combobox,
#vs12__combobox,
#vs13__combobox,
#vs14__combobox,
#vs15__combobox,
#vs16__combobox,
#vs17__combobox,
#vs18__combobox,
#vs19__combobox,
#vs20__combobox,
#vs21__combobox,
#vs22__combobox,
#vs23__combobox,
#vs24__combobox,
#vs25__combobox,
#vs26__combobox,
#vs27__combobox,
#vs28__combobox,
#vs29__combobox,
#vs30__combobox,
#vs31__combobox,
#vs32__combobox,
#vs33__combobox,
#vs34__combobox,
#vs35__combobox,
#vs36__combobox,
#vs37__combobox,
#vs38__combobox,
#vs39__combobox,
#vs40__combobox,
#vs41__combobox,
#vs42__combobox,
#vs43__combobox,
#vs44__combobox,
#vs45__combobox,
#vs46__combobox,
#vs47__combobox,
#vs48__combobox,
#vs49__combobox,
#vs50__combobox,
#vs51__combobox,
#vs52__combobox,
#vs53__combobox,
#vs54__combobox,
#vs55__combobox {
    background: #fff;
    border: 2px solid #b3b3b3;
    color: #6e6e6e;
    height: 56px;
    border-radius: 0.75rem;
}

/* Color opcion seleccionada */
.vs__selected {
    background-color: #efefef !important;
    border: none !important;
}

.fondotext {
    background-color: #9a9a9adb;
    height: 40px;
    width: 1%;
    color: #ffff;
    border-radius: 13px;
    vertical-align: middle;
    padding: 8px 15px 8px 15px;
}

.form-control {
    border: 2px solid #b3b3b3;
}

.form-controlx {
    border: 0px !important;
}

.aiend {
    align-items: end;
}

.hidden {
    display: none;
}

::placeholder {
    color: #d2d2d2 !important;
}

.w100 {
    width: 100px !important;
}

.card {
    box-shadow: 0px 0px 13px 0px rgb(129 129 129 / 20%) !important;
    height: calc(100% - 30px) !important;
}

.dropdown-menu {
    box-shadow: -1px 11px 20px 7px rgb(133 133 133 / 55%) !important;
    margin-top: 0 !important;
}

.custom-toast {
    background: rgba(0, 0, 0, 0.5);
    color: white;
    float: none;
    display: flex;
    position: absolute;
    top: 50%;
    left: 25%;
    width: 50%;
    border-radius: 50px;
    padding: 20px;
}

.custom-toast p {
    text-align: center;
    width: 100%;
    margin: 0px;
}

.card-title {
    text-transform: none !important;
}

.fondogris {
    background: #e5e5e5 !important;
}

/* TOOLTIP */
.tooltip1 {
    position: relative;
    display: inline-block;
    /* border-bottom: 1px dotted black; */
}

.tooltip1 .tooltiptext1 {
    visibility: hidden;
    width: 225px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    /* Position the tooltip */
    position: absolute;
    z-index: 1;
    bottom: 100%;
    left: 50%;
    margin-left: -60px;
}

.tooltip1:hover .tooltiptext1 {
    visibility: visible;
}

/* TOOLTIP FIN */

/* The switch - the box around the slider */
.switch {
    position: relative;
    /* display: inline-block; */
    display: table-cell;
    width: 60px;
    height: 34px;
}

/* Hide default HTML checkbox */
.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked+.slider {
    background-color: #6564dc;
}

input:focus+.slider {
    box-shadow: 0 0 1px #6564dc;
}

input:checked+.slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

:root {
    --vs-dropdown-option--active-bg: #151515 !important;
}

.vdp-datepicker__calendar {
    /* top: -282px; */
}

.alt50 {
    height: 50px !important;
}

.alt30 {
    height: 30px !important;
}

.alt260 {
    height: 260px !important;
}

.alt350 {
    height: 350px !important;
}

.slide-item-list li {
    display: inline-block;
    flex: 0 0 10% !important;
    width: 20% !important;
    padding: 0 5px;
}

@media (max-width: 1000px) {

    /* Mejoras vista de detalle en tablet */
    .modal-dialog {
        max-width: 95% !important;
        margin: 1.75rem auto;
    }
}

@media only screen and (max-width: 999px) {
    .food-list-row .media-bx {
        width: 55%;
    }

    .food-list-row .food-review {
        width: 35%;
        text-align: center;
    }
}

/* fix vista lista tablet */
@media only screen and (max-width: 1199px) {
    .food-list-row .media-bx {
        width: 55%;
    }
}



/* Lista inmuebles, segunda linea de info mejor distribuida */
.food-list-row .food-list-footer {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.mb10 {
    margin-bottom: 10px;
}

.sinpadd {
    padding: 0px 0px 0px 0px !important;
}

.default-close-button {
    z-index: 401;
}

.div-contents {
    display: contents;
}

.bg-gris {
    background-color: #c8c8c8 !important;
}

/* hover del select */
.btn1-light:hover {
    border-color: #6e6e6e !important;
}

/* padding de botones */
.btnqp {
    padding: 0.5rem 0.5rem !important;
}

/* icono de portales en listado */
.icont {
    width: 20px !important;
    height: 20px !important;
    margin-top: 3px;
}

.dgrid {
    display: grid;
}

.text-red {
    color: red;
}

.btn-red {
    color: #ffffff;
    background-color: red;
}

.btn-azul {
    color: #ffffff;
    background-color: #202d68;
}

.btn-azul:hover {
    color: #ffffff;
    background-color: #202d6852;
}

.btn-amarillo {
    color: #000000;
    background-color: #ffc107;
}

.btn-amarillo:hover {
    color: #000000;
    background-color: rgba(202, 156, 20, 0.831);
}

.btn-morado {
    color: #ffffff;
    background-color: #6564dc;
}

.btn-morado:hover {
    color: #ffffff;
    background-color: #6464dcac;
}

.manito {
    cursor: pointer;
}

.m1em {
    margin: 15px;
}

.ofc {
    object-fit: cover;
}

.mw130 {
    max-width: 130px;
}

.grisuave {
    background-color: #efefef;
}

.mac1 {
    margin: 0.875rem 1.25rem;
}

.fs13 {
    font-size: 13px;
}

.radio1 {
    width: 22px;
    height: 22px;
    font-size: 13px;
}

.fsta13 {
    font-size: 13px;
    max-width: 500px;
}

.vac {
    display: flex;
    justify-content: center;
    align-items: center;
}

.vac2 {
    display: grid;
    align-items: center;
}

.cajita {
    background-color: #eeeeee;
    padding: 10px !important;
    border-radius: 1.5rem;
}

.centrar {
    text-align: center;
}

/* mejoras vista mapa */
.popupmapa {
    padding: 15px 0px 15px 0px;
}

.leaflet-pane {
    z-index: 1 !important;
}

.leaflet-top,
.leaflet-bottom {
    z-index: 1 !important;
}

.ancho100 {
    width: 100% !important;
}

.acordeonc {
    background: #efefef !important;
    border-color: #efefef !important;
    color: #7e7e7e !important;
}

.acordeonmb {
    margin-bottom: 1.25rem;
}

/* quitar ancho mayor a 100% en tabla */
.ofx {
    overflow-x: unset !important;
}

.dflex {
    display: flex;
}

/* fix espacion tabla inmuebles */
.table th,
.table td {
    padding: 12px 5px !important;
}

/* estilos para casos soporte */
.fondocaso {
    padding: 20px;
    background-color: aliceblue;
    border-radius: 15px;
}

.fondocaso2 {
    padding: 20px;
    background-color: #feffed;
}

.fondocaso3 {
    background-color: #f4f4f4;
}

.sinsombra {
    box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, 0) !important;
}

/* Ãrbol de navegaciÃ³n */
.nested {
    margin-left: 15px;
}

/* Ãrbol de navegaciÃ³n */
.flotando {
    position: fixed;
    top: 215px;
}

@media (max-width: 767px) {

    /* Mejoras vista de detalle en tablet */
    .flotando {
        position: static;
        top: 215px;
    }
}

.top-3 {
    top: -3px;
}
