/*=== Mobilia - Copyright 2023- */

/******** importa Tema: Tema8.css ******        DEMO 8          ***/
 @import url("/DesktopModules/InmoBS3/layouts/css/Temas/Tema9.css");
/***************************************/

/*VARIABLES PARA LOS COLORES PRINCIPALES*/
:root {
    /* --main-bg-color:#021f38; */
    --main-bg-color: #030169;
    --main-bg-color-rgb: 2, 12, 20; /* 225, 191, 89 */
    --secondary-bg-color: #caa05a;
    --secondary-bg-color-rgb: 202, 160, 90;
    --hover-bg-color: #c2c3c9; /* #E7B99A */
    --bloque-bg-color: #f8f8f8; /*#f8f5f0*/ 
    --main-grey-color: #787777;
    --font-bg-color: #404040;
    /*--main-font: 'Proza Libre', serif;*/
    --main-font: 'EB Garamond', serif;
    --main-font-number: 'Comfortaa', serif;
    /*--secondary-font: 'Overlock', serif;*/
    --secondary-font: 'Cormorant Garamond', serif;
    --palo-font: 'Poppins', serif;
    --home-logo-width: 220px; /*Logo home*/
    --home-logo-top: -9px; /*Top logo home*/
    --home-logo-top-affix: 4px; /*Top logo home affix*/

    --home-tablet-logo-width: 110px; /*Logo en tablet (1024x600)*/
    --home-tablet-logo-top: -7px; /*Top del logo en tablet en home*/

    --pages-logo-width: 80px; /*Logo en el resto de páginas*/
    --pages-logo-top: 5px; /*Top del logo en el resto de la web*/
    --pages-logo-top-affix: 4px; /*Top del logo en el resto de la web affix*/

    --responsive-logo-width: 110px; /*Logo en móvil*/
    --responsive-home-logo-top: -9px; /*Top en el logo móvil en la home*/
    --responsive-pages-logo-top: 9px; /*Top en el logo móvil en el resto de páginas*/

    --footer-logo-max-width: 50%; /*Máximo ancho logo pie*/
}
div#pID94089 .ThreePanes {
    margin-bottom: 0px;
    margin-top: 20px;
}
   /* ===========================================================================================================
   ************************************************************************************************* CABECERA 
   ==========================================================================================================*/
.menuVacacional, .menuTraspaso {
    display: none;
}
.top-generico.top-blog .bannerTopContent .bannerTopTitle {
    margin: 0px;
}
.top-generico .bannerTop, .top-generico .bannerTopContainer {
    background: #022551;
}
/*  =====================================================
   =            Bootstrap 3.3 Media Queries            =
   =====================================================   */
@media only screen and (min-width : 1200px) {
    .cabeceraLogo {
        top: 0px;
        left: 0px;
        width: 230px;
    }
    .cabeceraMenu.affix .cabeceraLogo_affix {
        display: block;
        top: 0px;
        left: 0px;
        width: 230px;
    }
    
    .bloqueMenuDesktopContent .menu-header .ContentLogo {
        text-align: center;
        background: var(--main-bg-color);
        margin-bottom: 1px;
    }
    /*****************************/
    .cabeceraMenu img.IMGlang, .cabeceraMenu img.IMGredes {
        filter: invert(0.8) sepia(1) hue-rotate(370deg) brightness(100%) contrast(1) !important;
    }
    .cabeceraMenu {
        background: var(--main-bg-color)!important;
    }
}

@media only screen and (min-width : 992px) and (max-width: 1199px) {
    .cabeceraLogo {
        top: 0px;
        left: 0px;
        width: 230px;
    }

    .cabeceraMenu.affix .cabeceraLogo_affix {
        display: block;
        top: 0px;
        left: 0px;
        width: 230px;
    }
    .bloqueMenuDesktopContent .menu-header .ContentLogo {
        text-align: center;
        background: var(--main-bg-color);
        margin-bottom: 1px;
    }
    /*****************************/
    .cabeceraMenu img.IMGlang, .cabeceraMenu img.IMGredes {
        filter: invert(0.8) sepia(1) hue-rotate(370deg) brightness(100%) contrast(1) !important;
    }

    .cabeceraMenu {
        background: var(--main-bg-color) !important;
    }
}

@media only screen and (min-width : 768px) and (max-width: 991px) {
    .cabeceraLogo {
        top: 0px;
        left: 0px;
        width: 230px;
    }

    .cabeceraMenu.affix .cabeceraLogo_affix {
        display: block;
        top: 0px;
        left: 0px;
        width: 230px;
    }

    .bloqueMenuDesktopContent .menu-header .ContentLogo {
        text-align: center;
        background: var(--main-bg-color);
        margin-bottom: 1px;
    }
    /*****************************/
    .cabeceraMenu img.IMGlang, .cabeceraMenu img.IMGredes {
        filter: invert(0.8) sepia(1) hue-rotate(370deg) brightness(100%) contrast(1) !important;
    }

    .cabeceraMenu {
        background: var(--main-bg-color) !important;
    }
}

@media only screen and (max-width : 767px) {
    .cabeceraLogo {
        top: 5px!important;
        left: 0px;
        width: 200px;
    }

    .cabeceraMenu.affix .cabeceraLogo_affix {
        display: block;
        top: 5px!important;
        left: 0px;
        width: 200px;
    }
    .bloqueMenuDesktopContent .menu-header .ContentLogo {
        text-align: center;
        background: var(--main-bg-color);
        margin-bottom: 1px;
    }
    /*****************************/
    .cabeceraMenu img.IMGlang, .cabeceraMenu img.IMGredes {
        filter: invert(0.8) sepia(1) hue-rotate(370deg) brightness(100%) contrast(1) !important;
    }

    .cabeceraMenu {
        background: var(--main-bg-color) !important;
    }
}
    /* ===========================================================================================================
   ************************************************************************************************* HOME 
   ==========================================================================================================*/
    .servicios-home .layoutBanners .itemBanner:nth-child(3) img {
        height: 80px;
    }
    /* ===========================================================================================================
   ************************************************************************************************* SERVICIOS 
   ==========================================================================================================*/
    .BNNRTxtCenterBGimage .bannerTopTitle {
        display: none;
    }

/* ===========================================================================================================
   ************************************************************************************************* EQUIPO 
   ==========================================================================================================*/
.agenteDesplegable .agente_img_circle {
    background-size: contain;
    height: 190px;
}
.agenteDesplegable .infoAgente {
    height: 400px;
}
.agenteDesplegable .cargoAgente .fa {
    display: none;
}
/* ===========================================================================================================
   ************************************************************************************************* CONTACTO 
   ==========================================================================================================*/
.ContentOficinasContacto .ContentInfoOficina .titulo a, .ContentOficinasContacto .ContentInfoOficina .Email a:hover {
    color: var(--font-bg-color);
}
.ContentOficinasContacto .ContentSelector .btn-default,
.ContentOficinasContacto .ContentSelector .form-control,
.ContentOficinasContacto .ContentInfoOficina .masInfo.btn-T9 {
    display: none;
}
    /* ===========================================================================================================
   ************************************************************************************************* FOOTER 
   ==========================================================================================================*/

    img.logoPie {
        /*  background: #fff;
    padding: 5px 20px;
    border-radius: 60px;*/
        width: 120%;
    }
    /* ===========================================================================================================
   ************************************************************************************************* BUSCADOR 
   ==========================================================================================================*/
    .marginTop-buscador .bg-primary {
        background: var(--main-bg-color);
    }

    .marginTop-buscador .btn-primary {
        color: #fff;
        background-color: var(--main-bg-color) !important;
        border-color: var(--main-bg-color) !important;
        transition: all 0.2s ease-in-out;
    }

        .marginTop-buscador .btn-primary::after hover {
            background: var(--hover-bg-color);
            transition: all 0.2s ease-in-out;
            border-color: var(--hover-bg-color);
        }
    /*  =====================================================
   =            Bootstrap 3.3 Media Queries            =
   =====================================================   */
    @media only screen and (min-width : 1200px) {
        .btn-barraCarga {
            background: var(--main-bg-color);
            border: 1px solid #fff;
        }
    }

    @media only screen and (min-width : 992px) and (max-width: 1199px) {
        .btn-barraCarga {
            background: var(--main-bg-color);
            border: 1px solid #fff;
        }
    }

    @media only screen and (min-width : 768px) and (max-width: 991px) {
        .btn-barraCarga {
            background: var(--main-bg-color);
            border: 1px solid #fff;
        }
    }

    @media only screen and (max-width : 767px) {
        .top-generico .bannerTopContent {
            top: 100px;
            height: 30vh;
        }
        .top-generico .bannerTopContent .bannerTopTitle {
            font-size: 32px !important;
            line-height: 35px;
        }
        img.logoPie {
            width: 60%;
        }
        .btn-barraCarga {
            background: var(--main-bg-color);

        }
        .contact-bar {
            background: var(--main-bg-color)!important;
            border-top: 1px solid #fff;
        }
    }
/************************* banners modo vida ***************************/
.Banner-Animado .bannersLayout2 .Banners2Subtitle {
    font-size: 23px;
    text-shadow: 0px 2px 3px #000;
}

.Banner-Animado .bannersLayout2 .Banners2ImageContainer {
    height: 200px;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.Banner-Animado .layoutBanners .itemBanner {
    position: relative;
    margin-bottom: 20px;
    height: 230px;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.Banner-Animado .bannersLayout2 .Banners2Subtitle,
.Banner-Animado .bannersLayout2 .Banners2Content::after {
    display: none;
}

.Banner-Animado .bannersLayout2 .Banners2Title {
    font-size: 20px;
    font-weight: 300;
    font-family: var(--main-font);
    letter-spacing: 1px;
    text-shadow: 2px 2px 3px #000000b3;
    white-space: normal;
}

.Banner-Animado .bannersLayout2 .Banners2Content {
    top: auto;
}

.Banner-Animado .layoutBanners {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 80px;
    display: flex;
    justify-content: space-between;
    align-content: flex-start;
    align-items: stretch;
    padding: 0px;
}

    .Banner-Animado .layoutBanners .itemContent.Banners2 {
        width: 98%;
        height: 200px;
        display: flex;
        
        align-items: center;
        align-items: center;
        justify-content: center;
    }
/*.Banner-Animado .itemContent.Banners2 {
    background: #ccc;
}
.Banner-Animado .itemContent.Banners2:nth-child(3) {
    background: #ccc;
}*/
.Banner-Animado .Banners2ImageContainer::after {
    display: none;
}

.Banner-Animado .bannersLayout2 .Banners2 a {
    padding: 0px;
    display: block;
    position: relative;
    transition: .5s ease;
    /* background: #ccc;*/
    border: 1px solid #dbdbdb;
}

    .Banner-Animado .bannersLayout2 .Banners2 a.BtnEnlace::before {
        content: ' ';
        display: block;
        position: absolute;
        bottom: 0px;
        left: 0;
        width: 100%;
        height: 200px;
        background: #000;
        opacity: .0;
        transition: .5s ease;
    }

    .Banner-Animado .bannersLayout2 .Banners2 a.BtnEnlace:hover::before {
        content: ' ';
        display: block;
        position: absolute;
        top: 0px;
        left: 0;
        width: 100%;
        height: 200px;
        background: var(--main-bg-color);
        opacity: .2;
        transition: .5s ease;
    }
.Banner-Animado .bannersLayout2 .Banners2Image {
    display: block;
    object-fit: cover;
    height: auto;
    width: 100%;
    font-family: 'object-fit: cover';
    padding: 40px;
}

@media only screen and (max-width : 767px) {
    .Banner-Animado .layoutBanners {
        flex-wrap: wrap;
    }
}
/* ===========================================================================================================
   ************************************************************************************************* OFREZCA 
   ==========================================================================================================*/

.BBNRbgColor.DosColum .BNNRTxtCenterBGimage .bannerTopTitle {
    display: block;
    color: #fff;
}
.BBNRbgColor.DosColum .bannerTopResumen {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
}
.BBNRbgColor.DosColum .BNNRTxtCenterBGimage .bannerTopContent {
    margin: 0px 20%;
    text-align: left;
}

/*  =====================================================
   =            Bootstrap 3.3 Media Queries            =
   =====================================================   */
@media only screen and (min-width : 1200px) {
}

@media only screen and (min-width : 992px) and (max-width: 1199px) {
    .BBNRbgColor.DosColum .BNNRTxtCenterBGimage .bannerTopContent {
        margin: 0px 20px;
        padding: 50px 30px;
        text-align: left;
    }
}

@media only screen and (min-width : 768px) and (max-width: 991px) {
    .BBNRbgColor.DosColum .BNNRTxtCenterBGimage .bannerTopContent {
        margin: 0px 20px;
        padding: 50px 30px;
        text-align: left;
    }
    .BBNRbgColor.DosColum .bannerTopResumen {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
        -webkit-column-gap: 0px;
        -moz-column-gap: 0px;
        column-gap: 0px;
    }
}

@media only screen and (max-width : 767px) {
    .BBNRbgColor.DosColum .BNNRTxtCenterBGimage .bannerTopContent {
        margin: 0px 15px;
        padding: 50px 0px;
        text-align: left;
    }

    .BBNRbgColor.DosColum .bannerTopResumen {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
        -webkit-column-gap: 0px;
        -moz-column-gap: 0px;
        column-gap: 0px;
    }
}