/*=== Mobilia - Copyright 2023- */

/******** importa Tema: Tema8.css ******        DEMO 8          ***/
 @import url("/DesktopModules/InmoBS3/layouts/css/Temas/Tema8.css");
/***************************************/

/*VARIABLES PARA LOS COLORES PRINCIPALES*/
:root{
   /* --main-bg-color:#021f38; */
   --main-bg-color: #020c14;
	--main-bg-color-rgb: 2, 12, 20;/* 225, 191, 89 */
   --secondary-bg-color: #ff3e30;
   --secondary-bg-color-rgb: 225, 62, 48;
   --hover-bg-color: #ff3e30;/* #E7B99A */

   /* --main-font:'Catamaran', sans-serif; 
   --main-font:'Noto Sans JP', sans-serif;*/
   --main-font: 'Outfit', sans-serif;
   --main-font-number:'Noto Sans', sans-serif;
   /* --secondary-font:'Abhaya Libre', serif; */
   --secondary-font: 'Literata', 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*/
}

/* ===========================================================================================================
   ************************************************************************************************* CABECERA 
   ==========================================================================================================*/
   .menuIzquierda .menuInicio,.menuIzquierda .menuContacto, .menuIzquierda .menuNosotros, 
   .menuIzquierda .menuVendaSuInmueble, .menuIzquierda .menuFavoritos  {
      display: none;
   }
   .menuDerecha .menuInicio, .menuDerecha .menuPropiedades , .menuDerecha .menuPromociones, 
   .menuDerecha .menuFavoritos, .menuDerecha .menuServicios {
      display: none;
   }

 .menuVacacional{
   display: block !important;
}

/*    div#pID0 .cabeceraMenu .menuDesktop .logoDesktop {
      border-radius: 67.65px;
      padding: 18px 27px 0px 27px;
      width: 231px;
      background: #fff;
      position: relative;
      transition: all 0.3s ease-in-out;
  } */
  div#pID0 .cabeceraMenu.affix .menuDesktop .logoDesktop {
   transition: all 0.3s ease-in-out;
   background: transparent;
   border-radius: 67.65px;
      padding: 18px 27px 0px 27px;
      width: 231px;
  }
  div#pID0 .cabeceraMenu.affix .menuDesktop .logoDesktop,
.cabeceraMenu.affix .menuDesktop .logoDesktop,
.cabeceraMenu .menuDesktop .logoDesktop {
   border-radius: 0;
   padding: 0px 27px 0px 27px;
   width: 231px;
   background: transparent;
   position: relative;
}
   /* ===========================================================================================================
   ************************************************************************************************* HOME 
   ==========================================================================================================*/
   /******************************************************************************* Galeria inmuebles */
   div#GaleriaInmuebles .iconos {
      display: none;
  }
  div#GaleriaInmuebles .DLFichaResumen {
   display: none;
  }
  div#GaleriaInmuebles .DLFichaTitulo a {
   display: none;
  }
  .logoInfo img {
   border-radius: 67.65px;
   padding: 9px 27px 10px 27px;
   position: absolute;
   width: 178px;
   height: 67px;
   background: #fff;
}
/*  =====================================================
   =            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) {
	   .logoInfo img {
         border-radius: 67.65px;
         padding: 9px 27px 10px 27px;
         position: relative;
         width: 148px;
         height: auto;
         background: #fff;
     }
   }
/* ===========================================================================================================
   ************************************************************************************************* SERVICIOS 
   ==========================================================================================================*/

  /*  =====================================================
   =            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) { 
   
  }
