﻿/*=== Mobilia - Copyright 2022- */

/******** importa Tema: Tema1.css *********/
@import url("/DesktopModules/InmoBS3/layouts/css/Temas/Tema1.css");
/***************************************/

/*  =====================================================
    =             1. VARIABLES  PRINCIPALES              =
    =====================================================   */

:root {
    --main-bg-color: #c3655f;
    --main-bg-color-rgb: 195, 101, 95;
    --secondary-bg-color: #9e9c9c;
    --hover-bg-color: #844541;
}


/*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, .menuNosotros {
    display: none !important;
}
.btn-success {
    color: #fff;
    background-color: var(--main-bg-color);
    border-color: var(--main-bg-color);
}
/*  =====================================================
   =        Bootstrap 3.3 Media Queries Libres          =
   =====================================================   */

@media only screen and (min-width : 1200px) {
    .cabeceraContainer .cabeceraMenu.affix .cabeceraLogo_affix {
        top: 13px;
        left: 40px;
        width: 200px;
    }
    .cabeceraContainer .cabeceraLogo {
        position: absolute;
        top: 11px;
        left: 40px;
        width: 200px;
    }
}

@media only screen and (min-width : 992px) and (max-width: 1199px) {
    .cabeceraContainer .cabeceraLogo {
        position: absolute;
        top: 3px;
        left: 12px;
        width: 180px;
    }
    .cabeceraContainer .cabeceraMenu.affix .cabeceraLogo_affix {
        display: block;
        position: absolute;
        top: 8px;
        left: 12px;
        width: 180px;
    }
}

@media only screen and (min-width : 768px) and (max-width: 991px) {
    .cabeceraContainer .cabeceraLogo {
        position: absolute;
        top: 3px;
        left: 12px;
        width: 180px;
    }

    .cabeceraContainer .cabeceraMenu.affix .cabeceraLogo_affix {
        display: block;
        position: absolute;
        top: 8px;
        left: 12px;
        width: 180px;
    }
}

@media only screen and (max-width : 767px) {
    .cabeceraContainer .cabeceraLogo {
        position: absolute;
        top: 3px;
        left: 12px;
        width: 180px;
    }

    .cabeceraContainer .cabeceraMenu.affix .cabeceraLogo_affix {
        display: block;
        position: absolute;
        top: 8px;
        left: 12px;
        width: 180px;
    }
}
/*  =====================================================
   =        Bootstrap 3.3 Media Queries Libres          =
   =====================================================   */

@media only screen and (min-width : 1200px) {
    .ServiciosContent .Banners2 {
        width: calc(33% - 25px) !important;
        min-height: 286px!important;
    }
        .ServiciosContent .Banners2:nth-child(4n) {
            margin-right: 25px!important;
        }
    .txtInicioImgContent img {
        height: 520px!important;
        object-fit: cover!important;
    }
}

@media only screen and (min-width : 992px) and (max-width: 1199px) {
    .ServiciosContent .Banners2 {
        width: calc(33% - 25px) !important;
        min-height: 286px !important;
    }

        .ServiciosContent .Banners2:nth-child(4n) {
            margin-right: 25px !important;
        }
    .txtInicioImgContent img {
        height: 580px !important;
        object-fit: cover !important;
    }
}

@media only screen and (min-width : 768px) and (max-width: 991px) {
}

@media only screen and (max-width : 767px) {
}
