/*=== Mobilia - Copyright 2022- */

/******** importa Tema: Tema1.css *********/
@import url("/DesktopModules/InmoBS3/layouts/css/Temas/Tema3.css");
/***************************************/

/*  =====================================================
    =             1. VARIABLES  PRINCIPALES              =
    =====================================================   */

:root {
    --main-bg-color: #0069bc;
    --main-bg-color-rgb: 0, 105, 188;
    --secondary-bg-color: #9e9c9c;
    --hover-bg-color: #144a86;
}


/*Estilos para los servicios*/
.serviciosNew .item-flex:nth-child(3) .item {
    min-height: 331px !important;
}

/*SE OCULTAN LAS SECCIONES DE MENÚ*/
.menuInicio {
    display: none !important;
}

.menuPromociones, .menuVacacional, .menuBlog {
    display: none !important;
}
.servicios-home .layoutBanners .itemBanner img, .ServiciosContent .bannersLayout2 .Banners2Image {
    filter: invert(0.4) sepia(1) hue-rotate(177deg) brightness(85%) contrast(2)!important;
}
.carousel .item::before {
    content: ' ';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #000;
    opacity: 0.2;
}
.bannerTopContainer::before {
    filter: brightness(59%) saturate(0%) contrast(200%);
    opacity: 0.5;
}
.bannerTopContainer::before {
    filter: brightness(59%) saturate(0%) contrast(200%);
    opacity: 0.2;
}
/*  =====================================================
   =        Bootstrap 3.3 Media Queries Libres          =
   =====================================================   */

   @media only screen and (min-width : 1200px) {
    .cabeceraContainer .cabeceraLogo {
    position: absolute;
    top: -27px;
    left: 40px;
    width: 111px;
}
.cabeceraContainer .cabeceraMenu.affix .cabeceraLogo_affix {
    display: block;
    position: absolute;
    top: 4px;
    left: 40px;
    width: 111px;
    height: 52px;
    overflow: hidden;
}
}

@media only screen and (min-width : 992px) and (max-width: 1199px) {
    .cabeceraContainer .cabeceraLogo {
        position: absolute;
        top: 2px;
        left: 40px;
        width: 75px;
    }
    .cabeceraContainer .cabeceraMenu.affix .cabeceraLogo_affix {
        display: block;
        position: absolute;
        top: 1px;
        left: 40px;
        width: 75px;
    }
}

@media only screen and (min-width : 768px) and (max-width: 991px) {
    .cabeceraContainer .cabeceraLogo {
        position: absolute;
        top: 2px;
        left: 40px;
        width: 75px;
    }
    .cabeceraContainer .cabeceraMenu.affix .cabeceraLogo_affix {
        display: block;
        position: absolute;
        top: 1px;
        left: 40px;
        width: 75px;
    }
}

@media only screen and (max-width : 767px) {
    .cabeceraContainer .cabeceraLogo {
        position: absolute;
        top: 2px;
        left: 10px;
        width: 75px;
    }
    .cabeceraContainer .cabeceraMenu.affix .cabeceraLogo_affix {
        display: block;
        position: absolute;
        top: 1px;
        left: 10px;
        width: 75px;
    }
}
/*  =====================================================
   =        Bootstrap 3.3 Media Queries Libres          =
   =====================================================   */

@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) {
}
