@font-face {
    font-family: 'Glyphicons Halflings';
    src: url('../fonts/glyphicons-halflings-regular.eot');
    src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons-halflingsregular') format('svg');
}

@font-face {
    font-family: 'Open Sans Condensed';
    src: url('../fonts/OpenSans_Condensed-Bold.ttf');
}

:root {
    --red: #db2c1d;
    --dark-red: #BF2719;
    --white: #fff;
    --black: #000;
    --light-grey: #d7d7d7;
    --grey: #808080;
    --dark-grey: #3c3836;
    --yellow: #fcb900;
    --dark-yellow: #CA9A29;
    --blue: #3862A8;
    --dark-blue: #014887;
}



.headerstyleGrid {
    background-color: var(--dark-blue);
    color: white;
    font-size: medium;
}

.modal-header {
    min-height: 16.43px;
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    background-color: #014887 !important;
}

.modal-title {
    margin: 0;
    line-height: 1.42857143;
    color: #FFFFFF !important;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #1F365C;
    border-color: #ddd #ddd transparent;
    border-image: none;
    border-style: solid;
    border-width: 1px;
    color: #fff;
    cursor: default;
}

.navbar {
    min-height: 80px;
}

.content-wrapper {
    background-color: white;
    min-height: 12%;
    position: absolute;
    top: 160px;
    width: 95%;
    z-index: 2;
    padding-left: 5%;
}

.panelTitulo {
    width: 100%;
    background-color: #014887;
    top: 95px;
    height: 50px;
    position: absolute;
    padding-left: 80px;
    padding-top: 5px;
    border-bottom: solid 4px #009fe6;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: initial;
    gap: 10px;
}

.divIconoResultado {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: initial;
    gap: 10px;
    border-bottom: 0.5px solid #EAF1EC;
}

*::before, *::after {
    box-sizing: border-box;
}

*::before, *::after {
    box-sizing: border-box;
}


.btn-success {
    color: #fff;
    background-color: #000000 !important;
    border-color: #000000 !important;
}

.btn-cliente {
    color: #fff;
    background-color: #014887;
    border-color: #014887;
}

    .btn-cliente:hover {
        color: #fff;
        background-color: #009fe6;
        border-color: #009fe6;
    }

    .btn-cliente:focus {
        color: #fff;
        background-color: #009fe6;
        border-color: #009fe6;
    }

.btn-gris {
    background-color: var(--grey);
    border-color: var(--grey);
    color: #fff;
}

    .btn-gris:hover {
        background-color: var(--dark-grey);
        border-color: var(--dark-grey);
        color: #fff;
    }

.btn-app {
    background-color: var(--dark-blue);
    border-color: var(--dark-blue);
    color: #fff;
}

    .btn-app:hover {
        background-color: var(--blue);
        border-color: var(--blue);
        color: #fff;
    }

.table {
    margin-bottom: 0px;
    width: 100%;
}

    .table tbody {
        
    }

tr {
    
}

th {
    
}

.TituloPaginaGrande {
    background-color: transparent;
    border-style: none;
    color: #fff;
    position:center;
    font-family: Candara;
    font-size: 25px;
}


.TituloPagina {
    background-color: transparent;
    border-style: none;
    color: var(--blue);
    font-family: Arial;
    font-size: 20px;
}

.flechaVolver {
    margin-top: 20px;

}


.row {
    margin-bottom: 1%;
}

hr {
    margin-top: 0px;
}

.mb-1 {
    margin-bottom: 5px;
}

.mb-2 {
    margin-bottom: 10px;
}

.mb-3 {
    margin-bottom: 30px;
}

.mt-1 {
    margin-top: 5px;
}

.mt-2 {
    margin-top: 10px;
}

.mt-3 {
    margin-top: 25px;
}

.labelBoton {
    font-family: Candara;
    line-height: 30px;
    font-size: 14px;
}

.page-scroll {
    padding-right: 15px;
    padding-left: 10px;
    padding-top: 15px;
}


.RolUsuario {
    color: black;
    font-family: Candara;
    font-size: 19px;
    font-weight: bold;
}

.FechaIndex {
    color: white;
    font-family: Candara;
    font-size: 16px;
}

.HoraIndex {
    color: black;
    font-family: Candara;
    font-size: 22px;
}

collapse {
    min-width: 660px;
}

label {
    display: inline-block;
    font-weight: 700;
    margin-bottom: 5px;
    max-width: 100%;
    font-family: Candara;
}

.Control {
    font-family: Candara;
    font-size: 12px;
}

/* galeria fotográfica */

.foto-inmueble-c {
    margin: 10px;
    width: 300px;
    text-align: center;
    display: inline-block;
    cursor: pointer;
}

.foto-inmueble {
    box-sizing: border-box;
    max-width: 300px;
    max-height: 200px;
    padding: 10px;
}

.foto-inmueble-c.active {
    background: #7dff7d;
    border: 3px solid #7dff7d;
}

.foto-inmueble-c.foto-principal {
    /*border: 3px solid #ce9947;*/
    background: #46C0FF;
}

.borrarMsg {
    padding: 10px 10px 10px 30px;
    background: url('../img/warning_icon.png') no-repeat #ffc300;
    color: white;
}

.widget .panel-body {
    padding: 0px;
}

.widget .list-group {
    margin-bottom: 0;
}

.widget .panel-title {
    display: inline
}

.widget .label-info {
    float: right;
}

.widget li.list-group-item {
    border-radius: 0;
    border: 0;
    border-top: 1px solid #ddd;
}

    .widget li.list-group-item:hover {
        background-color: rgba(86,61,124,.1);
    }

.widget .mic-info {
    color: #666666;
    font-size: 11px;
}

.widget .action {
    margin-top: 5px;
}

.widget .comment-text {
    font-size: 12px;
}

.widget .btn-block {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.btn-close {
    --bs-btn-close-color: #000;
    --bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
    --bs-btn-close-opacity: 0.5;
    --bs-btn-close-hover-opacity: 0.75;
    --bs-btn-close-focus-shadow: 0 0 0 0.25rem rgba(72, 155, 63, 0.25);
    --bs-btn-close-focus-opacity: 1;
    --bs-btn-close-disabled-opacity: 0.25;
    --bs-btn-close-white-filter: invert(1) grayscale(100%) brightness(200%);
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: 0.25em 0.25em;
    color: var(--bs-btn-close-color);
    background: transparent var(--bs-btn-close-bg) center/1em auto no-repeat;
    border: 0;
    border-radius: 0.375rem;
    opacity: var(--bs-btn-close-opacity);
}

    .btn-close:hover {
        color: var(--bs-btn-close-color);
        text-decoration: none;
        opacity: var(--bs-btn-close-hover-opacity);
    }

    .btn-close:focus {
        outline: 0;
        box-shadow: var(--bs-btn-close-focus-shadow);
        opacity: var(--bs-btn-close-focus-opacity);
    }

    .btn-close:disabled, .btn-close.disabled {
        pointer-events: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        user-select: none;
        opacity: var(--bs-btn-close-disabled-opacity);
    }

.btn-close-white {
    filter: var(--bs-btn-close-white-filter);
}

[data-bs-theme=dark] .btn-close {
    filter: var(--bs-btn-close-white-filter);
}


.pricing-table .plan {
    border-radius: 0px;
    text-align: center;
    background-color: #DBDBDB;
    -moz-box-shadow: 0 0 6px 2px #b0b2ab;
    -webkit-box-shadow: 0 0 6px 2px #b0b2ab;
    transition: 0.3s;
    -moz-box-transition: 0.3s;
    -webkit-box-transition: 0.3s;
}

.plan:hover {
    border-radius: 15px;
    background-color: #ffffff;
    color: #000000;
    -moz-box-shadow: 0 0 12px 3px #b0b2ab;
    -webkit-box-shadow: 0 0 12px 3px #b0b2ab;
    box-shadow: 0 0 12px 3px #b0b2ab;
    cursor: pointer;
}

.plan {
    padding: 10px;
    color: #666666;
    background-color: #5e5f59;
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}

.pricing-table .plan ul {
    list-style: none;
    margin: 0;
    -moz-border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
}

    .pricing-table .plan ul li.plan-feature {
        padding: 15px 10px;
        border-top: 1px solid #c5c8c0;
    }

.pricing-three-column {
    margin: 0 auto;
    width: 80%;
}

.pricing-variable-height .plan {
    float: none;
    margin-left: 2%;
    vertical-align: bottom;
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.plan-mouseover .plan-name {
    background-color: #4e9a06 !important;
}


.awesome-tooltip + .tooltip > .tooltip-inner {
    background-color: #333333;
    color: #ffffff;
    border: 1px solid #000000;
}

.awesome-tooltip + .tooltip.left > .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #000000;
}

.btnBlack {
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

    .btnBlack:hover {
        box-shadow: 0 0 12px #000000;
        -webkit-box-shadow: 0 0 12px #000000;
        -moz-box-shadow: 0 0 12px #000000;
        -o-box-shadow: 0 0 12px #000000;
        -ms-box-shadow: 0 0 12px #000000;
    }

.btnWhite {
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

    .btnWhite:hover {
        padding-left: 25px;
        box-shadow: 0 0 12px #FFFFFF;
        -webkit-box-shadow: 0 0 12px #FFFFFF;
        -moz-box-shadow: 0 0 12px #FFFFFF;
        -o-box-shadow: 0 0 12px #FFFFFF;
        -ms-box-shadow: 0 0 12px #FFFFFF;
    }

.paginado {
    letter-spacing: 5px;
}

.btn-black {
    background-color: #e5493a;
    border-color: #e5493a;
    color: #fff;
}

    .btn-black:hover {
        color: #000;
    }

.boton {
    width: 48px;
    height: 48px;
    cursor: pointer;
}

.close {
    color: #FFF !important;
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    opacity: 0.9 !important;
}


.headerstyle {
    background-color: #e5493a;
    border-color: #000;
    border-style: solid;
    border-width: 1px;
    color: white;
    font-weight: bold;
    min-width: 100px;
    text-align: center;
    vertical-align: middle;
}

.loader {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    display: inline-block;
    border-top: 10px solid #FFF;
    border-right: 10px solid transparent;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -50px;
    margin-left: -100px;
}

    .loader::after {
        content: '';
        box-sizing: border-box;
        position: absolute;
        left: 0;
        top: 0;
        width: 150px;
        height: 150px;
        border-radius: 50%;
        border-bottom: 10px solid #009fe6;
        border-left: 10px solid transparent;
    }

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
} 

.tooltip > .tooltip-inner {
    background-color: transparent;
    color: #000000;
}
