﻿/*=== 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: #373737;
    --main-bg-color-rgb: 55, 55, 55; /* 225, 191, 89 */
    --secondary-bg-color: #0b9891;
    --secondary-bg-color-rgb: 11, 152, 145;
    --hover-bg-color: #0b9891; /* #E7B99A */
    --bloque-bg-color: #f9f9f9;
    --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;
}
.ContentOficinasContacto .ContentSelector .form-control {
    display: none;
}
/* ===========================================================================================================
   ************************************************************************************************* CABECERA 
   ==========================================================================================================*/
/*.menuPromociones, .menuVacacional{
    display: none;
}*/
.cabeceraMenu, .cabeceraMenu.affix {
    background: #373737;
}
    .cabeceraMenu img.IMGlang, .cabeceraMenu img.IMGredes {
        width: 25px;
        filter: invert(1) sepia(1) hue-rotate(370deg) brightness(87%) contrast(1) saturate(0%) !important;
    }
    .cabeceraMenu.affix {
        border-bottom: 1px solid #404040;
    }
.bloqueMenuDesktopContent .menu-header .ContentLogo {
    text-align: center;
    background: #373737;
    width: 100%;
    padding: 10px;
    border-radius: 6px;
}
.bloqueMenuDesktopContent .menu-header::before {
    display: none;
}
.bloqueMenuDesktop {
    border-left: 1px solid #6e6c6c;
    background: #373737!important;
}
.bloqueMenuDesktopContent .menu-body a {
    color: #c6c2c2;
}
    .bloqueMenuDesktopContent .menu-body a:hover {
        color: #fff;
        border-bottom: 1px solid #fff;
    }
    /*  =====================================================
   =            Bootstrap 3.3 Media Queries            =
   =====================================================   */
    @media only screen and (min-width : 1200px) {
        .cabeceraLogo {
            top: 0px;
            left: 0px;
            display: flex;
            height: 82px;
            align-items: center;
            align-content: center;
        }

        .cabeceraMenu.affix .cabeceraLogo_affix {
            display: flex;
            top: 0px;
            left: 0px;
            height: 82px;
            align-items: center;
            align-content: center;
        }
    }

    @media only screen and (min-width : 992px) and (max-width: 1199px) {
    }

    @media only screen and (min-width : 768px) and (max-width: 991px) {
    }

    @media only screen and (max-width : 767px) {
    }
    /* ===========================================================================================================
   ************************************************************************************************* HOME 
   ==========================================================================================================*/
    .servicios-home .layoutBanners .itemBanner:nth-child(3) img {
        height: 80px;
    }
div#pID0 .blog_container .itemBlogContent .blog.blogInicio .infoItem h2.tituloBlog {
    height: 119px;
    overflow: hidden;
    margin: 0px;
}
    /* ===========================================================================================================
   ************************************************************************************************* SERVICIOS 
   ==========================================================================================================*/
    .BNNRTxtCenterBGimage .bannerTopTitle {
        display: none;
    }
    /* ===========================================================================================================
   ************************************************************************************************* FOOTER 
   ==========================================================================================================*/
    img.logoPie {
        /*background: #fff;
    padding: 5px 20px;
    border-radius: 60px;*/
        width: 100%;
    }

    .logoInfo {
        width: 220px;
    }
    /* ===========================================================================================================
   ************************************************************************************************* 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) {
    }

    @media only screen and (min-width : 992px) and (max-width: 1199px) {
    }

    @media only screen and (min-width : 768px) and (max-width: 991px) {
    }

    @media only screen and (max-width : 767px) {
        img.logoPie {
            width: 60%;
        }
    }
/* ===========================================================================================================
   ************************************************************************************************* NOSOTROS 
   ==========================================================================================================*/

/*  =====================================================
   =            Bootstrap 3.3 Media Queries            =
   =====================================================   */
@media only screen and (min-width : 1200px) {
    .top-generico.top-blog .bannerTopContent .bannerTopTitle {
        font-size: 53px !important;
    }
    .txtInicioNosotros .bnnrContent-BloquesAlternos .bannersLayout2 .Banners2Content {
        width: 70%;
    }

    .txtInicioNosotros .bnnrContent-BloquesAlternos .bannersLayout2 .Banners2ImageContainer {
        width: 40%;
    }

    .txtInicioNosotros .bannersLayout2 .Banners2ImageContainer {
        height: 580px;
    }
    /******/
    .agenteDesplegable .FichasContent {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-content: flex-start;
        justify-content: center;
        align-items: flex-start;
        gap: 40px;
    }
    .agenteDesplegable .fichaAgente {
        width: 23%;
    }
    .agenteDesplegable .agente_img_circle {
        height: 271px;
    }
}

@media only screen and (min-width : 992px) and (max-width: 1199px) {
    .agenteDesplegable .FichasContent {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-content: flex-start;
        justify-content: center;
        align-items: flex-start;
        gap: 40px;
    }

    .agenteDesplegable .fichaAgente {
        width: 23%;
    }

    .agenteDesplegable .agente_img_circle {
        height: 211px;
    }
}

@media only screen and (min-width : 768px) and (max-width: 991px) {
    .agenteDesplegable .agente_img_circle {
        height: 220px;
    }
}

@media only screen and (max-width : 767px) {
    .agenteDesplegable .infoAgente {
        justify-content: center;
    }
    .agenteDesplegable .agente_img_circle {
        height: 260px;
        width: 83%;
        left: 11%;
    }
}
