/* ===== TABS DE RESERVAS ===== */

.reservas-tabs {
    margin-top: 30px;
}

.reservas-tabs .nav-tabs {
    border-bottom: 2px solid #009EA1;
}

.reservas-tabs .nav-tabs > li > a {
    border-radius: 4px 4px 0 0;
    color: #555;
    font-weight: 600;
    letter-spacing: 0.5px;
    padding: 12px 20px;
    transition: background 0.2s, color 0.2s;
}

.reservas-tabs .nav-tabs > li > a:hover {
    background-color: #e8f7f7;
    color: #009EA1;
    border-color: #cde8e8 #cde8e8 transparent;
}

.reservas-tabs .nav-tabs > li.active > a,
.reservas-tabs .nav-tabs > li.active > a:hover,
.reservas-tabs .nav-tabs > li.active > a:focus {
    background-color: #009EA1;
    color: #fff;
    border-color: #009EA1;
}

.reservas-tabs .nav-tabs > li > a .badge {
    background-color: rgba(255,255,255,0.3);
    color: #fff;
    margin-left: 6px;
    font-size: 11px;
}

.reservas-tabs .nav-tabs > li.active > a .badge {
    background-color: rgba(255,255,255,0.35);
}

.reservas-tabs .tab-content {
    background: #fff;
    border: 1px solid #ddd;
    border-top: none;
    border-radius: 0 0 6px 6px;
    padding: 20px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.06);
}

.reservas-tabs .table thead > tr > th {
    background-color: #f5f5f5;
    color: #444;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border-bottom: 2px solid #009EA1;
    white-space: nowrap;
}

.reservas-tabs .table tbody > tr:hover {
    background-color: #f0fafa;
}

.reservas-tabs .table .btn-ver {
    color: #009EA1;
    font-size: 16px;
    transition: color 0.2s, transform 0.2s;
    display: inline-block;
}

.reservas-tabs .table .btn-ver:hover {
    color: #007a7d;
    transform: scale(1.2);
}

.reservas-tabs .badge-estado {
    display: inline-block;
    padding: 3px 8px;
    border-radius: 10px;
    font-size: 11px;
    font-weight: 600;
    background-color: #e8f7f7;
    color: #009EA1;
}

.reservas-tabs .badge-estado-anulada {
    background-color: #fdecea;
    color: #c0392b;
}

.reservas-tabs .importe {
    font-weight: 600;
    white-space: nowrap;
}

.reservas-tabs .saldo-cero {
    color: #27ae60;
}

.reservas-tabs .saldo-pendiente {
    color: #e67e22;
}

.reservas-tabs .alert {
    margin-top: 10px;
    border-left: 4px solid #009EA1;
    background-color: #f0fafa;
    color: #555;
    border-radius: 4px;
}

/* ===== FIN TABS DE RESERVAS ===== */

.zona_botones_sel {
    text-align: center;
    text-transform: uppercase;
    margin-top: 70px;
}

.fondo_usuario{
    padding: 20px 0 20px 0;
    background-color: #009EA1;
    color: #FFFFFF;
    font-weight: bold;
}

/*---------------- animacion ----------------------*/

figure {
    position: relative;
    /*float: left;*/
    overflow: hidden;
    /*margin: 10px 1%;
    min-width: 320px;
    max-width: 480px;
    max-height: 360px;
    width: 48%;*/
    height: auto;
    /*background: #3085a3;*/
    text-align: center;
    cursor: pointer;
}

figure img {
    position: relative;
    display: block;
    min-height: 100%;
    max-width: 100%;
    opacity: 0.8;
}

figure figcaption {
    padding: 2em;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

figure figcaption::before,
figure figcaption::after {
    pointer-events: none;
}

figure figcaption,
figure figcaption > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
figure figcaption > a {
    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
}

figure h2 {
    word-spacing: -0.15em;
    font-weight: 300;
}

figure h2 span {
    font-weight: 800;
}

.caja_casa figure h2,
.caja_casa figure p {
    margin: 0;
}

.caja_casa figure p {
    letter-spacing: 1px;
    font-size: 68.5%;
}

/*---------------*/
/***** Lexi *****/
/*---------------*/

figure.effect-lexi {
    background: -webkit-linear-gradient(-45deg, #000 0%, #fff 100%);
    background: linear-gradient(-45deg, #000 0%, #fff 100%);
}

figure.effect-lexi img {
    margin: -10px 0 0 -10px;
    max-width: none;
    width: -webkit-calc(100% + 10px);
    width: calc(100% + 10px);
    opacity: 0.9;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(10px, 10px, 0);
    transform: translate3d(10px, 10px, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

figure.effect-lexi figcaption::before,
figure.effect-lexi p {
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}

figure.effect-lexi figcaption::before {
    position: absolute;
    right: -100px;
    bottom: -100px;
    width: 300px;
    height: 300px;
    border: 2px solid #fff;
    border-radius: 50%;
    box-shadow: 0 0 0 900px rgba(255, 255, 255, 0.2);
    content: '';
    opacity: 0;
    -webkit-transform: scale3d(0.5, 0.5, 1);
    transform: scale3d(0.5, 0.5, 1);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

figure.effect-lexi:hover img {
    opacity: 0.6;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

figure.effect-lexi h2 {
    text-align: left;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(109px, -27px, 0);
    transform: translate3d(109px, -27px, 0);
}

figure.effect-lexi p {
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 0 1.5em 1.5em 0;
    width: 140px;
    text-align: right;
    opacity: 0;
    -webkit-transform: translate3d(20px, 20px, 0);
    transform: translate3d(20px, 20px, 0);
}

figure.effect-lexi:hover figcaption::before {
    opacity: 1;
    -webkit-transform: scale3d(0.5, 0.5, 0.5);
    transform: scale3d(0.5, 0.5, 0.5);
}

figure.effect-lexi:hover h2,
figure.effect-lexi:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

figure.effect-lexi .logo_casa {
    width: calc(77% + -34px) !important;
}

.casa_tipo {
    font-size: 24px;
    color: #000;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 0px;
    margin-top: 10px;
}

.casa_tipo a {
    color: #000;
}

.categoria {
    padding: 0px 10px;
    text-transform: uppercase;
    color: #fff;
    font-size: 13px;
    letter-spacing: 1px;
    font-weight: 400;
    display: inline-block;
}

.fondo_villas {
    background-color: #009ea1;
}

.fondo_apartamento {
    background-color: #f08e00;
}

.caja_casa {
    margin-bottom: 30px;
}

@media only screen and (max-width: 959px) {
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
}

@media only screen and (max-width: 767px) {
}

@media only screen and (min-width: 480px) and (max-width: 767px) {

}

@media only screen and (max-width: 479px) {
    .zona_botones_sel a {
        display: block;
        margin-bottom: 8px;
    }

    .casa_tipo {
        font-size: 18px;
    }

}
