/* FUENTES */
/* ================================================================================================= */

@font-face {
  font-family: 'Open Sans';
  src: url('../fonts/AnticDidone-Regular.woff2') format('woff2'),
      url('../fonts/AnticDidone-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../fonts/OpenSans-Regular.woff2') format('woff2'),
      url('../fonts/OpenSans-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../fonts/OpenSans-MediumItalic.woff2') format('woff2'),
      url('../fonts/OpenSans-MediumItalic.woff') format('woff');
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../fonts/OpenSans-Bold.woff2') format('woff2'),
      url('../fonts/OpenSans-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../fonts/OpenSans-Italic.woff2') format('woff2'),
      url('../fonts/OpenSans-Italic.woff') format('woff');
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../fonts/OpenSans-Medium.woff2') format('woff2'),
      url('../fonts/OpenSans-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../fonts/OpenSans-BoldItalic.woff2') format('woff2'),
      url('../fonts/OpenSans-BoldItalic.woff') format('woff');
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../fonts/OpenSans-SemiBoldItalic.woff2') format('woff2'),
      url('../fonts/OpenSans-SemiBoldItalic.woff') format('woff');
  font-weight: 600;
  font-style: italic;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../fonts/OpenSans-LightItalic.woff2') format('woff2'),
      url('../fonts/OpenSans-LightItalic.woff') format('woff');
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../fonts/OpenSans-SemiBold.woff2') format('woff2'),
      url('../fonts/OpenSans-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../fonts/OpenSans-Light.woff2') format('woff2'),
      url('../fonts/OpenSans-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
}

/* ESTILOS GENERALES */
/* ================================================================================================= */

hr.light-grey {
  background-color: #c9cbce;
  height: 1px;
}

/* BOTONES */
/* ================================================================================================= */

.btn {
    border-radius: 0px !important;
}
.btn-secondary {
    background: #fff;
    color: #222;
    border: 1px solid #222;
}
.btn-secondary:hover {
    background: #E90029 !important;
    color: #fff !important;
    border: 1px solid #E90029 !important;
    box-shadow: none;
}

.dropdown-menu {
    border-radius: 0px;
}

a.cursor-pointer:hover {
  cursor: pointer;
}

/* CONTENEDORES MULTIMEDIA */
/* =================================================================== */

.contenedor-multimedia {
  box-sizing: border-box;
  margin: 0 auto 10px;
  position: relative;
  text-align: center;
  width: 100%;
  background: #fff;
  border: 1px solid #f8f8f8;
}

.miniatura-multimedia {
  position: relative;
}
.miniatura-multimedia::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.thumbnail-multimedia {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  position: absolute;
}
.centrar-multimedia {
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  transform: translate(50%, 50%);
  width: 100%;
}
.contenedor-multimedia img {
  transform: translate(-50%, -50%);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}

.contenedor-multimedia.imagen-producto .centrar-multimedia {
  width: 100%;
}
.contenedor-multimedia.imagen-producto-serie .centrar-multimedia img {
  height: 100% !important;
  width: auto !important;
  max-width: none !important;
}

.contenedor-multimedia.listado {
  max-width: 70px !important;
  border: 1px solid #ececec;
}

/* BARRA INFERIOR COMERCIAL */
/* =================================================================== */

.acciones-comercial-bottom-bar {
  width: 100%;
  padding: 0px 20px;
  position: fixed;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 999999;
}

#boton-menu-comercial.boton-visita-iniciada {
  background-color: #84D95D !important;
  border: 1px solid #84D95D !important;
  color: #ffffff !important;
}
#boton-menu-comercial.boton-visita-iniciada:hover {
  background-color: #84D95D !important;
  border: 1px solid #84D95D !important;
  color: #ffffff !important;
}

a.btn-visita-1 {
  width: 48.5% !important;
  background: #fff !important;
  color: #222 !important;
  border: 1px solid #222 !important;
  float: left !important;
}
a.btn-visita-1:hover {
  background-color: #E90029 !important;
  border-color: #E90029 !important;
  color: #ffffff !important;
}
button.btn-visita-2 {
  width: 98.7% !important;
}

/* VISITAS */
/* =================================================================== */

.titulo-proyecto-visita {
  background: #f8f8f8;
  padding: 20px;
}
.proyecto-renders-visita .imagen-proyecto .contenedor-multimedia {
  border: 1px solid #ececec;
  width: 90%;
}
.renders-proyecto .contenedor-multimedia.imagen-render {
  width: 10%;
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}
.titulo-renders-proyecto {
  background: #E90029;
  padding: 2px 15px;
  color: #fff;
}

/* GRID TABS */
/* =================================================================== */

.grid-tabs {
  width: 100%;
  display: block;
  position: relative;
}
.grid-tabs .caja-columna-tab {
  float: left;
  width: 20%;
  display: inline-block;
  position: relative;
}

/* VISUALIZADOR */
/* =================================================================== */

h2.saloni-visualizador-frase {
  color: #fff;
  text-align: center;
  font-size: 1.5rem;
}

.css-1rq7qmq .MuiSpeedDialAction-staticTooltipLabel {
  margin-left: 0px;
  color: #fff;
  background: transparent;
  box-shadow: none;
  margin-top: 70px;
  left: -55px !important;
  text-shadow: 1px 1px 2px black;
}
.css-1rq7qmq {
  margin-top: 30px;
}

/* FAVORITOS */
/* =================================================================== */

.lista-favorito-cuenta {
  border: 2px solid #ececec;
  border-left: 3px solid #E90029;
  padding: 10% 5%;
  float: left;
  width: 100%;
  position: relative;
  text-align: center;
  display: block;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.lista-favorito-cuenta h4 {
  font-weight: 500;
  font-size: 25px;
  color: #E90029;
}
a.boton-quitar-favorito {
  position: absolute;
  right: 20px;
  top: 20px;
}

/* NUEVA ESTANCIA */

/* Galeria nueva estancia */

.row.galeria-nueva-estancia .contenedor-multimedia:hover {
  cursor: pointer;
  opacity: 0.7;
}
.row.galeria-nueva-estancia .contenedor-multimedia.active {
  border: 3px solid #E90029;
}