@charset "UTF-8";
@font-face {
  font-family: "ProkyonST-Light";
  src: url("font/Prokyon-ST-Light.eot?") format("eot"), url("font/Prokyon-ST-Light.woff2") format("woff2"), url("font/Prokyon-ST-Light.woff") format("woff"), url("font/Prokyon-ST-Light.ttf") format("truetype"), url("font/Prokyon-ST-Light.svg#ProkyonST-Light") format("svg");
}

@font-face {
  font-family: "ProkyonTBold";
  src: url("font/DTLProkyonTBold.eot?") format("eot"), url("font/DTLProkyonTBold.woff2") format("woff2"), url("font/DTLProkyonTBold.woff") format("woff"), url("font/DTLProkyonTBold.ttf") format("truetype"), url("font/DTLProkyonTBold.svg#ProkyonTBold") format("svg");
}

@font-face {
  font-family: "ClarendonLTStd-Bold";
  src: url("font/ClarendonLTStd-Bold.eot?") format("eot"), url("font/ClarendonLTStd-Bold.woff2") format("woff2"), url("font/ClarendonLTStd-Bold.woff") format("woff"), url("font/ClarendonLTStd-Bold.ttf") format("truetype"), url("font/ClarendonLTStd-Bold.svg#ClarendonLTStd-Bold") format("svg");
}

@font-face {
  font-family: "ProkyonMedium";
  src: url("font/DTLProkyonSTMedium.eot?") format("eot"), url("font/DTLProkyonSTMedium.woff2") format("woff2"), url("font/DTLProkyonSTMedium.woff") format("woff"), url("font/DTLProkyonSTMedium.ttf") format("truetype"), url("font/DTLProkyonSTMedium.svg#ProkyonMedium") format("svg");
}

@font-face {
  font-family: "ProkyonLightitalic";
  src: url("font/ProkyonLightitalic.eot?") format("eot"), url("font/ProkyonLightitalic.woff2") format("woff2"), url("font/ProkyonLightitalic.woff") format("woff"), url("font/ProkyonLightitalic.ttf") format("truetype"), url("font/ProkyonLightitalic.svg#ProkyonLightitalic") format("svg");
}

@font-face {
  font-family: "ProkyonMediumitalic";
  src: url("font/DTLProkyonSTMediumItalic.eot?") format("eot"), url("font/DTLProkyonSTMediumItalic.woff2") format("woff2"), url("font/DTLProkyonSTMediumItalic.woff") format("woff"), url("font/DTLProkyonSTMediumItalic.ttf") format("truetype"), url("font/DTLProkyonSTMediumItalic.svg#ProkyonMediumitalic") format("svg");
}

body {
  margin: 0;
}



* .visible {
  display: block !important;
}

* .d-none,
* .oculto {
  display: none;
}

* h1,
* h2 {
  color: #523a2e;
  line-height: 32px;
  font-family: "ClarendonLTStd-Bold";
}

* h1.titulo,
* h2.titulo {
  margin: 10px 0 8px;
}

* h2 {
  font-size: 24px;
  line-height: 29px;
}

@media (min-width: 445px) {
  * h2 {
    font-size: 28px;
    line-height: 34px;
  }
}

@media (min-width: 788px) {
  * h2 {
    font-size: 36px;
    line-height: 43px;
  }
}

* h3 {
  color: #523a2e;
  font-family: "ProkyonST-Light";
  margin-top: 5px;
  font-weight: normal;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 24px;
}

* h3.subtitulo-descripcion {
  margin: 0 0 7px;
  font-family: "ProkyonMediumitalic";
}

@media (min-width: 788px) {
  * h3.subtitulo-descripcion {
    font-size: 20px;
    line-height: 26px;
  }
}

@media (min-width: 1100px) {
  * h3.subtitulo-descripcion {
    font-size: 28px;
    line-height: 32px;
  }
}

@media (min-width: 788px) {
  * h3 {
    font-size: 28px;
    line-height: 32px;
  }
}

@media (min-width: 1100px) {
  * h3 {
    font-size: 36px;
    line-height: 43px;
  }
}

* h4 {
  font-family: "ProkyonTBold";
  margin: 0;
  color: #523a2e;
}

@media (max-width: 445px) {
  * h4 {
    font-size: 16px;
    line-height: 21px;
  }
}

@media (min-width: 445px) {
  * h4 {
    font-size: 18px;
    line-height: 23px;
  }
}

* h5 {
  font-family: "ProkyonTBold";
  margin: 0;
  color: #523a2e;
}

@media (max-width: 445px) {
  * h5 {
    font-size: 16px;
    line-height: 21px;
  }
}

@media (min-width: 445px) {
  * h5 {
    font-size: 18px;
    line-height: 23px;
  }
}

* p {
  font-family: "ProkyonST-Light";
  color: #523a2e;
  text-align: center;
}

@media (max-width: 445px) {
  * p {
    font-size: 16px;
    line-height: 20px;
  }
}

@media (min-width: 445px) {
  * p {
    font-size: 18px;
    line-height: 23px;
  }
}

* a {
  text-decoration: none;
}

@media (max-width: 445px) {
  * a {
    font-size: 16px;
    line-height: 21px;
  }
}

@media (min-width: 445px) {
  * a {
    font-size: 18px;
    line-height: 23px;
  }
}

* a:hover {
  text-decoration: none;
}

*.text-center {
  text-align: center;
}

*.clarendon {
  font-family: "ClarendonLTStd-Bold";
}

.nav {
  height: 35px;
  background-color: #f5f5f5;
  width: 100%;
  position: fixed;
  z-index: 10;
  top: 0;
  -webkit-box-shadow: 0 2px 7px 0;
          box-shadow: 0 2px 7px 0;
  position: -webkit-sticky;
  position: sticky;
}

.nav .contenedor {
  padding-top: 5px;
}

.nav .contenedor .fila {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}

.nav .contenedor .fila img {
  max-width: 75px;
}

@media (min-width: 1100px) {
  .nav .contenedor .fila {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media (min-width: 1100px) {
  .nav {
    height: 50px;
  }
  .nav .contenedor {
    padding-top: 15px;
  }
}

.nav .menu {
  min-width: 350px;
  display: none;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 40px;
}

.nav .menu a {
  font-family: "ProkyonST-Light";
  color: #523a2e;
  font-style: 18px;
  line-height: 22px;
  height: 30px;
}

.nav .menu .nav-promociones {
  cursor: pointer;
}

@media (min-width: 1100px) {
  .nav .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.intro {
  margin-bottom: 60px;
}

.intro div:nth-child(2) p {
  text-align: right;
  padding-right: 8px;
}

.intro div:nth-child(3) p {
  text-align: left;
  padding-left: 8px;
}

.intro div:nth-child(2),
.intro div:nth-child(3) {
  display: none;
  max-width: 50%;
}

@media (min-width: 600px) {
  .intro div:first-child {
    display: none;
  }
  .intro div:nth-child(2),
  .intro div:nth-child(3) {
    display: block;
  }
}

.contenedor {
  width: 100%;
  max-width: 1060px;
  margin: 0 auto 0 auto;
}

@media (max-width: 1200px) {
  .contenedor {
    max-width: 1060px;
  }
}

@media (max-width: 1100px) {
  .contenedor {
    max-width: 768px;
  }
}

@media (max-width: 1024px) {
  .contenedor {
    max-width: 768px;
  }
}

@media (max-width: 788px) {
  .contenedor {
    max-width: 600px;
  }
  .contenedor.fluid {
    max-width: 100% !important;
  }
}

@media (max-width: 600px) {
  .contenedor {
    max-width: 425px;
  }
}

@media (max-width: 445px) {
  .contenedor {
    max-width: 375px;
  }
}

@media (max-width: 375px) {
  .contenedor {
    max-width: 355px;
  }
}

.contenido-calidades h3, .contenido-calidades h4 {
  margin-bottom: 16px;
}

.contenido-calidades .opcion-titulo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.contenido-calidades .opcion-titulo span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #e9743b;
  font-family: "ProkyonMediumitalic";
  text-transform: uppercase;
  line-height: 28px;
}

.contenido-calidades .opcion-titulo span span {
  color: #e9743b;
  padding: 3px 10px;
  font-family: "ProkyonTBold";
  background-color: #e8e8e8;
  margin: 0 0 0 5px;
}

.contenido-calidades .opcion-calidades {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.contenido-calidades .opcion-calidades .opcion-detalle {
  width: 20%;
  min-height: 200px;
  min-width: 160px;
  margin-right: 16px;
  margin-bottom: 16px;
}

.contenido-calidades .opcion-calidades .opcion-detalle div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.contenido-calidades .opcion-calidades .opcion-detalle:hover .activo .texto-activo {
  opacity: 1;
}

.contenido-calidades .opcion-calidades .opcion-detalle:hover .activo img {
  opacity: 0.3;
}

.contenido-calidades .opcion-calidades .opcion-detalle img {
  width: 100%;
  height: 150px;
  -o-object-fit: cover;
     object-fit: cover;
  border: 3px solid #c3c3c3;
}

.contenido-calidades .opcion-calidades .opcion-detalle .activo {
  position: relative;
}

.contenido-calidades .opcion-calidades .opcion-detalle .activo img {
  border: 3px solid #e9743b;
}

.contenido-calidades .opcion-calidades .opcion-detalle .activo .texto-activo {
  color: #e9743b;
  font-family: "ProkyonTBold";
  font-size: 20px;
  -webkit-transition: .5s ease;
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.contenido-calidades .opcion-calidades .opcion-detalle p {
  word-wrap: break-word;
}

.logo {
  width: 40.4px;
  height: 37px;
}

.logo#nav-logo {
  margin-top: 0;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  opacity: 0;
}

.logo#nav-logo.visible {
  opacity: 1;
  padding-top: 5px;
}

@media (min-width: 445px) {
  .logo {
    width: 50px;
    height: 46.7px;
  }
}

@media (min-width: 600px) {
  .logo {
    width: 75px;
    height: 70px;
  }
}

@media (min-width: 1100px) {
  .logo {
    width: 93px;
    height: 86px;
  }
}

.cabecera {
  margin-top: 0;
  width: 100%;
  height: 118px;
  background-image: url("/styles/img/cabecera-x1.jpg");
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position-y: top;
  background-position-x: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 60px;
}

.cabecera .subtitulo {
  margin-top: 93px;
  width: 200px;
  text-align: center;
}

@media (min-width: 445px) {
  .cabecera {
    background-image: url("/styles/img/cabecera-x2.webp"), url("/styles/img/cabecera-x2.jpg");
    height: 167px;
    margin-bottom: 70px;
  }
  .cabecera .subtitulo {
    margin-top: 138px;
  }
}

@media (min-width: 600px) {
  .cabecera {
    background-image: url("/styles/img/cabecera-x2.webp"), url("/styles/img/cabecera-x2.jpg");
    height: 213px;
    margin-bottom: 70px;
  }
  .cabecera .subtitulo {
    margin-top: 165px;
  }
}

@media (min-width: 788px) {
  .cabecera {
    background-image: url("/styles/img/cabecera-x2.webp"), url("/styles/img/cabecera-x2.jpg");
    height: 306px;
    margin-bottom: 30px;
  }
  .cabecera .subtitulo {
    margin-top: 195px;
    width: 300px;
  }
}

@media (min-width: 1024px) {
  .cabecera {
    background-image: url("/styles/img/cabecera-x2.webp"), url("/styles/img/cabecera-x2.jpg");
    height: 400px;
    margin-bottom: 0px;
  }
  .cabecera .subtitulo {
    margin-top: 250px;
  }
}

@media (min-width: 1100px) {
  .cabecera {
    background-image: url("/styles/img/cabecera-x2.webp"), url("/styles/img/cabecera-x2.jpg");
    margin-bottom: 30px;
  }
  .cabecera .subtitulo {
    margin-top: 250px;
    width: 400px;
  }
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .cabecera {
    background-image: url("/styles/img/cabecera-x4.webp"), url("/styles/img/cabecera-x4.jpg");
  }
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .cabecera {
    background-image: url("/styles/img/cabecera-x4.webp"), url("/styles/img/cabecera-x4.jpg");
  }
}

.fila {
  margin-left: auto;
  margin-right: auto;
  min-height: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 40px;
  max-width: 100%;
  padding: 0 16px;
}

@media (min-width: 445px) {
  .fila {
    padding: 0;
  }
}

@media (max-width: 1100px) {
  .fila:not(.no-centrar) {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media (max-width: 788px) {
  .fila {
    margin-bottom: 30px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

@media (max-width: 600px) {
  .fila:not(.no-centrar) {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media (max-width: 445px) {
  .fila:not(.no-centrar) {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.fila .columna {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}

.fila .col-1:not(.d-none) {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.fila .centrado {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.fila .col-lateral:not(.d-none) {
  width: 100%;
}

@media (min-width: 788px) {
  .fila .col-lateral:not(.d-none) {
    max-width: 190px;
  }
}

.fila .col-lateral:not(.d-none) div {
  max-width: 190px;
}

.fila .col-lateral:not(.d-none) div p {
  text-align: left;
}

.fila .col-principal:not(.d-none) {
  width: 100%;
}

@media (min-width: 788px) {
  .fila .col-principal:not(.d-none) {
    max-width: calc(100% - 245px);
  }
}

.fila .col-principal:not(.d-none) .viviendas a.disable {
  color: #c6c6c6;
  cursor: not-allowed;
  text-decoration: none;
}

.fila.contenedor-acciones #plano:not(.d-none) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.fila.contenedor-acciones #plano:not(.d-none) .contenedor-plano {
  width: 100%;
  max-width: 500px;
}

.fila.contenedor-acciones #contacta:not(.d-none) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.fila.contenedor-acciones #contacta:not(.d-none) .contenedor-contacta {
  width: 100%;
  max-width: 500px;
}

.fila.contenedor-acciones #notificaciones:not(.d-none),
.fila.contenedor-acciones #calendario:not(.d-none) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.fila.contenedor-acciones #notificaciones:not(.d-none) .contenedor-notificaciones,
.fila.contenedor-acciones #calendario:not(.d-none) .contenedor-notificaciones {
  height: 300px;
  overflow-y: scroll;
  overflow-x: initial;
  width: 405px;
}

@media (min-width: 600px) {
  .fila.contenedor-acciones #notificaciones:not(.d-none) .contenedor-notificaciones,
  .fila.contenedor-acciones #calendario:not(.d-none) .contenedor-notificaciones {
    width: 570px;
  }
}

@media (min-width: 788px) {
  .fila.contenedor-acciones #notificaciones:not(.d-none) .contenedor-notificaciones,
  .fila.contenedor-acciones #calendario:not(.d-none) .contenedor-notificaciones {
    width: 728px;
  }
}

@media (min-width: 1000px) {
  .fila.contenedor-acciones #notificaciones:not(.d-none) .contenedor-notificaciones,
  .fila.contenedor-acciones #calendario:not(.d-none) .contenedor-notificaciones {
    width: 692px;
  }
}

.fila.contenedor-acciones #notificaciones:not(.d-none) .contenedor-notificaciones .notificacion,
.fila.contenedor-acciones #notificaciones:not(.d-none) .contenedor-notificaciones .event,
.fila.contenedor-acciones #calendario:not(.d-none) .contenedor-notificaciones .notificacion,
.fila.contenedor-acciones #calendario:not(.d-none) .contenedor-notificaciones .event {
  border-width: 0 0 1px;
  border-color: #e8e8e8;
  border-style: solid;
  padding: 10px 12px;
  cursor: pointer;
}

.fila.contenedor-acciones #notificaciones:not(.d-none) .contenedor-notificaciones .notificacion *,
.fila.contenedor-acciones #notificaciones:not(.d-none) .contenedor-notificaciones .event *,
.fila.contenedor-acciones #calendario:not(.d-none) .contenedor-notificaciones .notificacion *,
.fila.contenedor-acciones #calendario:not(.d-none) .contenedor-notificaciones .event * {
  text-align: left;
}

.fila.contenedor-acciones #notificaciones:not(.d-none) .contenedor-notificaciones .notificacion:hover,
.fila.contenedor-acciones #notificaciones:not(.d-none) .contenedor-notificaciones .event:hover,
.fila.contenedor-acciones #calendario:not(.d-none) .contenedor-notificaciones .notificacion:hover,
.fila.contenedor-acciones #calendario:not(.d-none) .contenedor-notificaciones .event:hover {
  background-color: #e5eff7;
  border-width: 2px 0;
  border-color: #57a6e7;
  border-style: solid;
}

.fila.contenedor-acciones #notificaciones:not(.d-none) .contenedor-notificaciones .notificacion .fecha-gra,
.fila.contenedor-acciones #notificaciones:not(.d-none) .contenedor-notificaciones .event .fecha-gra,
.fila.contenedor-acciones #calendario:not(.d-none) .contenedor-notificaciones .notificacion .fecha-gra,
.fila.contenedor-acciones #calendario:not(.d-none) .contenedor-notificaciones .event .fecha-gra {
  display: none;
  margin-bottom: 10px;
}

.fila.contenedor-acciones #notificaciones:not(.d-none) .contenedor-notificaciones .notificacion .fecha-gra span,
.fila.contenedor-acciones #notificaciones:not(.d-none) .contenedor-notificaciones .event .fecha-gra span,
.fila.contenedor-acciones #calendario:not(.d-none) .contenedor-notificaciones .notificacion .fecha-gra span,
.fila.contenedor-acciones #calendario:not(.d-none) .contenedor-notificaciones .event .fecha-gra span {
  color: #523a2e;
}

.fila.contenedor-acciones #notificaciones:not(.d-none) .contenedor-notificaciones .notificacion .fecha-gra .dia,
.fila.contenedor-acciones #notificaciones:not(.d-none) .contenedor-notificaciones .event .fecha-gra .dia,
.fila.contenedor-acciones #calendario:not(.d-none) .contenedor-notificaciones .notificacion .fecha-gra .dia,
.fila.contenedor-acciones #calendario:not(.d-none) .contenedor-notificaciones .event .fecha-gra .dia {
  font-size: 48px;
  line-height: 49px;
  font-family: "ProkyonTBold";
}

.fila.contenedor-acciones #notificaciones:not(.d-none) .contenedor-notificaciones .notificacion .fecha-gra .mes,
.fila.contenedor-acciones #notificaciones:not(.d-none) .contenedor-notificaciones .event .fecha-gra .mes,
.fila.contenedor-acciones #calendario:not(.d-none) .contenedor-notificaciones .notificacion .fecha-gra .mes,
.fila.contenedor-acciones #calendario:not(.d-none) .contenedor-notificaciones .event .fecha-gra .mes {
  font-size: 24px;
  line-height: 30px;
  font-family: "ProkyonST-Light";
}

.fila.contenedor-acciones #notificaciones:not(.d-none) .contenedor-notificaciones .notificacion .fecha-peq,
.fila.contenedor-acciones #notificaciones:not(.d-none) .contenedor-notificaciones .event .fecha-peq,
.fila.contenedor-acciones #calendario:not(.d-none) .contenedor-notificaciones .notificacion .fecha-peq,
.fila.contenedor-acciones #calendario:not(.d-none) .contenedor-notificaciones .event .fecha-peq {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  float: left;
  margin-right: 10px;
}

.fila.contenedor-acciones #notificaciones:not(.d-none) .contenedor-notificaciones .notificacion .fecha-peq span,
.fila.contenedor-acciones #notificaciones:not(.d-none) .contenedor-notificaciones .event .fecha-peq span,
.fila.contenedor-acciones #calendario:not(.d-none) .contenedor-notificaciones .notificacion .fecha-peq span,
.fila.contenedor-acciones #calendario:not(.d-none) .contenedor-notificaciones .event .fecha-peq span {
  font-family: "ProkyonTBold";
}

.fila.contenedor-acciones #notificaciones:not(.d-none) .contenedor-notificaciones .notificacion .exclamacion,
.fila.contenedor-acciones #notificaciones:not(.d-none) .contenedor-notificaciones .event .exclamacion,
.fila.contenedor-acciones #calendario:not(.d-none) .contenedor-notificaciones .notificacion .exclamacion,
.fila.contenedor-acciones #calendario:not(.d-none) .contenedor-notificaciones .event .exclamacion {
  width: 20px;
  height: 20px;
  border-radius: 100%;
  line-height: 20px;
  font-size: 15px;
  background-color: #e9743b;
  color: white;
  display: none;
  text-align: center;
  margin: 1px 5px 0;
}

.fila.contenedor-acciones #notificaciones:not(.d-none) .contenedor-notificaciones .notificacion h5,
.fila.contenedor-acciones #notificaciones:not(.d-none) .contenedor-notificaciones .notificacion .fecha-peq > span.dia,
.fila.contenedor-acciones #notificaciones:not(.d-none) .contenedor-notificaciones .event h5,
.fila.contenedor-acciones #notificaciones:not(.d-none) .contenedor-notificaciones .event .fecha-peq > span.dia,
.fila.contenedor-acciones #calendario:not(.d-none) .contenedor-notificaciones .notificacion h5,
.fila.contenedor-acciones #calendario:not(.d-none) .contenedor-notificaciones .notificacion .fecha-peq > span.dia,
.fila.contenedor-acciones #calendario:not(.d-none) .contenedor-notificaciones .event h5,
.fila.contenedor-acciones #calendario:not(.d-none) .contenedor-notificaciones .event .fecha-peq > span.dia {
  color: #523a2e;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-bottom: 0;
}

@media (max-width: 445px) {
  .fila.contenedor-acciones #notificaciones:not(.d-none) .contenedor-notificaciones .notificacion h5,
  .fila.contenedor-acciones #notificaciones:not(.d-none) .contenedor-notificaciones .notificacion .fecha-peq > span.dia,
  .fila.contenedor-acciones #notificaciones:not(.d-none) .contenedor-notificaciones .event h5,
  .fila.contenedor-acciones #notificaciones:not(.d-none) .contenedor-notificaciones .event .fecha-peq > span.dia,
  .fila.contenedor-acciones #calendario:not(.d-none) .contenedor-notificaciones .notificacion h5,
  .fila.contenedor-acciones #calendario:not(.d-none) .contenedor-notificaciones .notificacion .fecha-peq > span.dia,
  .fila.contenedor-acciones #calendario:not(.d-none) .contenedor-notificaciones .event h5,
  .fila.contenedor-acciones #calendario:not(.d-none) .contenedor-notificaciones .event .fecha-peq > span.dia {
    font-size: 18px;
    line-height: 23px;
  }
}

@media (min-width: 445px) {
  .fila.contenedor-acciones #notificaciones:not(.d-none) .contenedor-notificaciones .notificacion h5,
  .fila.contenedor-acciones #notificaciones:not(.d-none) .contenedor-notificaciones .notificacion .fecha-peq > span.dia,
  .fila.contenedor-acciones #notificaciones:not(.d-none) .contenedor-notificaciones .event h5,
  .fila.contenedor-acciones #notificaciones:not(.d-none) .contenedor-notificaciones .event .fecha-peq > span.dia,
  .fila.contenedor-acciones #calendario:not(.d-none) .contenedor-notificaciones .notificacion h5,
  .fila.contenedor-acciones #calendario:not(.d-none) .contenedor-notificaciones .notificacion .fecha-peq > span.dia,
  .fila.contenedor-acciones #calendario:not(.d-none) .contenedor-notificaciones .event h5,
  .fila.contenedor-acciones #calendario:not(.d-none) .contenedor-notificaciones .event .fecha-peq > span.dia {
    font-size: 18px;
    line-height: 23px;
  }
}

.fila.contenedor-acciones #notificaciones:not(.d-none) .contenedor-notificaciones .notificacion p,
.fila.contenedor-acciones #notificaciones:not(.d-none) .contenedor-notificaciones .event p,
.fila.contenedor-acciones #calendario:not(.d-none) .contenedor-notificaciones .notificacion p,
.fila.contenedor-acciones #calendario:not(.d-none) .contenedor-notificaciones .event p {
  margin: 5px 0 10px;
}

.fila.contenedor-acciones #notificaciones:not(.d-none) .contenedor-notificaciones .notificacion.nueva h5,
.fila.contenedor-acciones #notificaciones:not(.d-none) .contenedor-notificaciones .notificacion.nueva .fecha-peq > span.dia,
.fila.contenedor-acciones #notificaciones:not(.d-none) .contenedor-notificaciones .event.nueva h5,
.fila.contenedor-acciones #notificaciones:not(.d-none) .contenedor-notificaciones .event.nueva .fecha-peq > span.dia,
.fila.contenedor-acciones #calendario:not(.d-none) .contenedor-notificaciones .notificacion.nueva h5,
.fila.contenedor-acciones #calendario:not(.d-none) .contenedor-notificaciones .notificacion.nueva .fecha-peq > span.dia,
.fila.contenedor-acciones #calendario:not(.d-none) .contenedor-notificaciones .event.nueva h5,
.fila.contenedor-acciones #calendario:not(.d-none) .contenedor-notificaciones .event.nueva .fecha-peq > span.dia {
  color: #e9743b;
}

.fila.contenedor-acciones #notificaciones:not(.d-none) .contenedor-notificaciones .notificacion.nueva .fecha-peq .exclamacion,
.fila.contenedor-acciones #notificaciones:not(.d-none) .contenedor-notificaciones .event.nueva .fecha-peq .exclamacion,
.fila.contenedor-acciones #calendario:not(.d-none) .contenedor-notificaciones .notificacion.nueva .fecha-peq .exclamacion,
.fila.contenedor-acciones #calendario:not(.d-none) .contenedor-notificaciones .event.nueva .fecha-peq .exclamacion {
  display: block;
}

@media (min-width: 600px) {
  .fila.contenedor-acciones #notificaciones:not(.d-none) .contenedor-notificaciones .notificacion,
  .fila.contenedor-acciones #notificaciones:not(.d-none) .contenedor-notificaciones .event,
  .fila.contenedor-acciones #calendario:not(.d-none) .contenedor-notificaciones .notificacion,
  .fila.contenedor-acciones #calendario:not(.d-none) .contenedor-notificaciones .event {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .fila.contenedor-acciones #notificaciones:not(.d-none) .contenedor-notificaciones .notificacion .fecha-peq,
  .fila.contenedor-acciones #notificaciones:not(.d-none) .contenedor-notificaciones .event .fecha-peq,
  .fila.contenedor-acciones #calendario:not(.d-none) .contenedor-notificaciones .notificacion .fecha-peq,
  .fila.contenedor-acciones #calendario:not(.d-none) .contenedor-notificaciones .event .fecha-peq {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .fila.contenedor-acciones #notificaciones:not(.d-none) .contenedor-notificaciones .notificacion .fecha-peq span.dia,
  .fila.contenedor-acciones #notificaciones:not(.d-none) .contenedor-notificaciones .event .fecha-peq span.dia,
  .fila.contenedor-acciones #calendario:not(.d-none) .contenedor-notificaciones .notificacion .fecha-peq span.dia,
  .fila.contenedor-acciones #calendario:not(.d-none) .contenedor-notificaciones .event .fecha-peq span.dia {
    text-align: center;
    width: auto;
    margin-bottom: 10px;
  }
}

.fila.contenedor-acciones #notificaciones:not(.d-none) .contenedor-notificaciones,
.fila.contenedor-acciones #notificaciones:not(.d-none) .contenedor-calendario,
.fila.contenedor-acciones #calendario:not(.d-none) .contenedor-notificaciones,
.fila.contenedor-acciones #calendario:not(.d-none) .contenedor-calendario {
  height: 500px;
  overflow-y: scroll;
  overflow-x: initial;
  width: 405px;
}

@media (min-width: 600px) {
  .fila.contenedor-acciones #notificaciones:not(.d-none) .contenedor-notificaciones,
  .fila.contenedor-acciones #notificaciones:not(.d-none) .contenedor-calendario,
  .fila.contenedor-acciones #calendario:not(.d-none) .contenedor-notificaciones,
  .fila.contenedor-acciones #calendario:not(.d-none) .contenedor-calendario {
    width: 570px;
  }
}

@media (min-width: 788px) {
  .fila.contenedor-acciones #notificaciones:not(.d-none) .contenedor-notificaciones,
  .fila.contenedor-acciones #notificaciones:not(.d-none) .contenedor-calendario,
  .fila.contenedor-acciones #calendario:not(.d-none) .contenedor-notificaciones,
  .fila.contenedor-acciones #calendario:not(.d-none) .contenedor-calendario {
    width: 728px;
  }
}

@media (min-width: 1000px) {
  .fila.contenedor-acciones #notificaciones:not(.d-none) .contenedor-notificaciones,
  .fila.contenedor-acciones #notificaciones:not(.d-none) .contenedor-calendario,
  .fila.contenedor-acciones #calendario:not(.d-none) .contenedor-notificaciones,
  .fila.contenedor-acciones #calendario:not(.d-none) .contenedor-calendario {
    width: 692px;
  }
}

.fila.contenedor-acciones #notificaciones:not(.d-none) .contenedor-notificaciones .notificacion,
.fila.contenedor-acciones #notificaciones:not(.d-none) .contenedor-notificaciones .evento,
.fila.contenedor-acciones #notificaciones:not(.d-none) .contenedor-calendario .notificacion,
.fila.contenedor-acciones #notificaciones:not(.d-none) .contenedor-calendario .evento,
.fila.contenedor-acciones #calendario:not(.d-none) .contenedor-notificaciones .notificacion,
.fila.contenedor-acciones #calendario:not(.d-none) .contenedor-notificaciones .evento,
.fila.contenedor-acciones #calendario:not(.d-none) .contenedor-calendario .notificacion,
.fila.contenedor-acciones #calendario:not(.d-none) .contenedor-calendario .evento {
  border-width: 0 0 1px;
  border-color: #e8e8e8;
  border-style: solid;
  padding: 10px 12px;
  cursor: pointer;
}

.fila.contenedor-acciones #notificaciones:not(.d-none) .contenedor-notificaciones .notificacion *,
.fila.contenedor-acciones #notificaciones:not(.d-none) .contenedor-notificaciones .evento *,
.fila.contenedor-acciones #notificaciones:not(.d-none) .contenedor-calendario .notificacion *,
.fila.contenedor-acciones #notificaciones:not(.d-none) .contenedor-calendario .evento *,
.fila.contenedor-acciones #calendario:not(.d-none) .contenedor-notificaciones .notificacion *,
.fila.contenedor-acciones #calendario:not(.d-none) .contenedor-notificaciones .evento *,
.fila.contenedor-acciones #calendario:not(.d-none) .contenedor-calendario .notificacion *,
.fila.contenedor-acciones #calendario:not(.d-none) .contenedor-calendario .evento * {
  text-align: left;
}

.fila.contenedor-acciones #notificaciones:not(.d-none) .contenedor-notificaciones .notificacion:hover,
.fila.contenedor-acciones #notificaciones:not(.d-none) .contenedor-notificaciones .evento:hover,
.fila.contenedor-acciones #notificaciones:not(.d-none) .contenedor-calendario .notificacion:hover,
.fila.contenedor-acciones #notificaciones:not(.d-none) .contenedor-calendario .evento:hover,
.fila.contenedor-acciones #calendario:not(.d-none) .contenedor-notificaciones .notificacion:hover,
.fila.contenedor-acciones #calendario:not(.d-none) .contenedor-notificaciones .evento:hover,
.fila.contenedor-acciones #calendario:not(.d-none) .contenedor-calendario .notificacion:hover,
.fila.contenedor-acciones #calendario:not(.d-none) .contenedor-calendario .evento:hover {
  background-color: #e5eff7;
  border-width: 2px 0;
  border-color: #57a6e7;
  border-style: solid;
}

.fila.contenedor-acciones #notificaciones:not(.d-none) .contenedor-notificaciones .notificacion .fecha-gra,
.fila.contenedor-acciones #notificaciones:not(.d-none) .contenedor-notificaciones .evento .fecha-gra,
.fila.contenedor-acciones #notificaciones:not(.d-none) .contenedor-calendario .notificacion .fecha-gra,
.fila.contenedor-acciones #notificaciones:not(.d-none) .contenedor-calendario .evento .fecha-gra,
.fila.contenedor-acciones #calendario:not(.d-none) .contenedor-notificaciones .notificacion .fecha-gra,
.fila.contenedor-acciones #calendario:not(.d-none) .contenedor-notificaciones .evento .fecha-gra,
.fila.contenedor-acciones #calendario:not(.d-none) .contenedor-calendario .notificacion .fecha-gra,
.fila.contenedor-acciones #calendario:not(.d-none) .contenedor-calendario .evento .fecha-gra {
  display: none;
  margin-bottom: 10px;
}

.fila.contenedor-acciones #notificaciones:not(.d-none) .contenedor-notificaciones .notificacion .fecha-gra span,
.fila.contenedor-acciones #notificaciones:not(.d-none) .contenedor-notificaciones .evento .fecha-gra span,
.fila.contenedor-acciones #notificaciones:not(.d-none) .contenedor-calendario .notificacion .fecha-gra span,
.fila.contenedor-acciones #notificaciones:not(.d-none) .contenedor-calendario .evento .fecha-gra span,
.fila.contenedor-acciones #calendario:not(.d-none) .contenedor-notificaciones .notificacion .fecha-gra span,
.fila.contenedor-acciones #calendario:not(.d-none) .contenedor-notificaciones .evento .fecha-gra span,
.fila.contenedor-acciones #calendario:not(.d-none) .contenedor-calendario .notificacion .fecha-gra span,
.fila.contenedor-acciones #calendario:not(.d-none) .contenedor-calendario .evento .fecha-gra span {
  color: #523a2e;
}

.fila.contenedor-acciones #notificaciones:not(.d-none) .contenedor-notificaciones .notificacion .fecha-gra .dia,
.fila.contenedor-acciones #notificaciones:not(.d-none) .contenedor-notificaciones .evento .fecha-gra .dia,
.fila.contenedor-acciones #notificaciones:not(.d-none) .contenedor-calendario .notificacion .fecha-gra .dia,
.fila.contenedor-acciones #notificaciones:not(.d-none) .contenedor-calendario .evento .fecha-gra .dia,
.fila.contenedor-acciones #calendario:not(.d-none) .contenedor-notificaciones .notificacion .fecha-gra .dia,
.fila.contenedor-acciones #calendario:not(.d-none) .contenedor-notificaciones .evento .fecha-gra .dia,
.fila.contenedor-acciones #calendario:not(.d-none) .contenedor-calendario .notificacion .fecha-gra .dia,
.fila.contenedor-acciones #calendario:not(.d-none) .contenedor-calendario .evento .fecha-gra .dia {
  font-size: 48px;
  line-height: 49px;
  font-family: "ProkyonTBold";
  width: 70px;
  text-align: center;
}

.fila.contenedor-acciones #notificaciones:not(.d-none) .contenedor-notificaciones .notificacion .fecha-gra .mes,
.fila.contenedor-acciones #notificaciones:not(.d-none) .contenedor-notificaciones .evento .fecha-gra .mes,
.fila.contenedor-acciones #notificaciones:not(.d-none) .contenedor-calendario .notificacion .fecha-gra .mes,
.fila.contenedor-acciones #notificaciones:not(.d-none) .contenedor-calendario .evento .fecha-gra .mes,
.fila.contenedor-acciones #calendario:not(.d-none) .contenedor-notificaciones .notificacion .fecha-gra .mes,
.fila.contenedor-acciones #calendario:not(.d-none) .contenedor-notificaciones .evento .fecha-gra .mes,
.fila.contenedor-acciones #calendario:not(.d-none) .contenedor-calendario .notificacion .fecha-gra .mes,
.fila.contenedor-acciones #calendario:not(.d-none) .contenedor-calendario .evento .fecha-gra .mes {
  font-size: 24px;
  line-height: 30px;
  font-family: "ProkyonST-Light";
  text-transform: uppercase;
  width: 70px;
  text-align: center;
}

.fila.contenedor-acciones #notificaciones:not(.d-none) .contenedor-notificaciones .notificacion .fecha-peq,
.fila.contenedor-acciones #notificaciones:not(.d-none) .contenedor-notificaciones .evento .fecha-peq,
.fila.contenedor-acciones #notificaciones:not(.d-none) .contenedor-calendario .notificacion .fecha-peq,
.fila.contenedor-acciones #notificaciones:not(.d-none) .contenedor-calendario .evento .fecha-peq,
.fila.contenedor-acciones #calendario:not(.d-none) .contenedor-notificaciones .notificacion .fecha-peq,
.fila.contenedor-acciones #calendario:not(.d-none) .contenedor-notificaciones .evento .fecha-peq,
.fila.contenedor-acciones #calendario:not(.d-none) .contenedor-calendario .notificacion .fecha-peq,
.fila.contenedor-acciones #calendario:not(.d-none) .contenedor-calendario .evento .fecha-peq {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  float: left;
  margin-right: 10px;
}

.fila.contenedor-acciones #notificaciones:not(.d-none) .contenedor-notificaciones .notificacion .fecha-peq span,
.fila.contenedor-acciones #notificaciones:not(.d-none) .contenedor-notificaciones .evento .fecha-peq span,
.fila.contenedor-acciones #notificaciones:not(.d-none) .contenedor-calendario .notificacion .fecha-peq span,
.fila.contenedor-acciones #notificaciones:not(.d-none) .contenedor-calendario .evento .fecha-peq span,
.fila.contenedor-acciones #calendario:not(.d-none) .contenedor-notificaciones .notificacion .fecha-peq span,
.fila.contenedor-acciones #calendario:not(.d-none) .contenedor-notificaciones .evento .fecha-peq span,
.fila.contenedor-acciones #calendario:not(.d-none) .contenedor-calendario .notificacion .fecha-peq span,
.fila.contenedor-acciones #calendario:not(.d-none) .contenedor-calendario .evento .fecha-peq span {
  color: #523a2e;
  font-family: "ProkyonTBold";
}

.fila.contenedor-acciones #notificaciones:not(.d-none) .contenedor-notificaciones .notificacion .fecha-peq .exclamacion,
.fila.contenedor-acciones #notificaciones:not(.d-none) .contenedor-notificaciones .evento .fecha-peq .exclamacion,
.fila.contenedor-acciones #notificaciones:not(.d-none) .contenedor-calendario .notificacion .fecha-peq .exclamacion,
.fila.contenedor-acciones #notificaciones:not(.d-none) .contenedor-calendario .evento .fecha-peq .exclamacion,
.fila.contenedor-acciones #calendario:not(.d-none) .contenedor-notificaciones .notificacion .fecha-peq .exclamacion,
.fila.contenedor-acciones #calendario:not(.d-none) .contenedor-notificaciones .evento .fecha-peq .exclamacion,
.fila.contenedor-acciones #calendario:not(.d-none) .contenedor-calendario .notificacion .fecha-peq .exclamacion,
.fila.contenedor-acciones #calendario:not(.d-none) .contenedor-calendario .evento .fecha-peq .exclamacion {
  color: white;
}

.fila.contenedor-acciones #notificaciones:not(.d-none) .contenedor-notificaciones .notificacion .exclamacion,
.fila.contenedor-acciones #notificaciones:not(.d-none) .contenedor-notificaciones .evento .exclamacion,
.fila.contenedor-acciones #notificaciones:not(.d-none) .contenedor-calendario .notificacion .exclamacion,
.fila.contenedor-acciones #notificaciones:not(.d-none) .contenedor-calendario .evento .exclamacion,
.fila.contenedor-acciones #calendario:not(.d-none) .contenedor-notificaciones .notificacion .exclamacion,
.fila.contenedor-acciones #calendario:not(.d-none) .contenedor-notificaciones .evento .exclamacion,
.fila.contenedor-acciones #calendario:not(.d-none) .contenedor-calendario .notificacion .exclamacion,
.fila.contenedor-acciones #calendario:not(.d-none) .contenedor-calendario .evento .exclamacion {
  width: 20px;
  height: 20px;
  border-radius: 100%;
  line-height: 20px;
  font-size: 15px;
  background-color: #e9743b;
  color: white;
  display: none;
  text-align: center;
  margin: 1px 5px 0;
}

.fila.contenedor-acciones #notificaciones:not(.d-none) .contenedor-notificaciones .notificacion h5,
.fila.contenedor-acciones #notificaciones:not(.d-none) .contenedor-notificaciones .notificacion .fecha-peq > span.dia,
.fila.contenedor-acciones #notificaciones:not(.d-none) .contenedor-notificaciones .evento h5,
.fila.contenedor-acciones #notificaciones:not(.d-none) .contenedor-notificaciones .evento .fecha-peq > span.dia,
.fila.contenedor-acciones #notificaciones:not(.d-none) .contenedor-calendario .notificacion h5,
.fila.contenedor-acciones #notificaciones:not(.d-none) .contenedor-calendario .notificacion .fecha-peq > span.dia,
.fila.contenedor-acciones #notificaciones:not(.d-none) .contenedor-calendario .evento h5,
.fila.contenedor-acciones #notificaciones:not(.d-none) .contenedor-calendario .evento .fecha-peq > span.dia,
.fila.contenedor-acciones #calendario:not(.d-none) .contenedor-notificaciones .notificacion h5,
.fila.contenedor-acciones #calendario:not(.d-none) .contenedor-notificaciones .notificacion .fecha-peq > span.dia,
.fila.contenedor-acciones #calendario:not(.d-none) .contenedor-notificaciones .evento h5,
.fila.contenedor-acciones #calendario:not(.d-none) .contenedor-notificaciones .evento .fecha-peq > span.dia,
.fila.contenedor-acciones #calendario:not(.d-none) .contenedor-calendario .notificacion h5,
.fila.contenedor-acciones #calendario:not(.d-none) .contenedor-calendario .notificacion .fecha-peq > span.dia,
.fila.contenedor-acciones #calendario:not(.d-none) .contenedor-calendario .evento h5,
.fila.contenedor-acciones #calendario:not(.d-none) .contenedor-calendario .evento .fecha-peq > span.dia {
  color: #523a2e;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: auto;
  margin-bottom: 0;
}

@media (max-width: 445px) {
  .fila.contenedor-acciones #notificaciones:not(.d-none) .contenedor-notificaciones .notificacion h5,
  .fila.contenedor-acciones #notificaciones:not(.d-none) .contenedor-notificaciones .notificacion .fecha-peq > span.dia,
  .fila.contenedor-acciones #notificaciones:not(.d-none) .contenedor-notificaciones .evento h5,
  .fila.contenedor-acciones #notificaciones:not(.d-none) .contenedor-notificaciones .evento .fecha-peq > span.dia,
  .fila.contenedor-acciones #notificaciones:not(.d-none) .contenedor-calendario .notificacion h5,
  .fila.contenedor-acciones #notificaciones:not(.d-none) .contenedor-calendario .notificacion .fecha-peq > span.dia,
  .fila.contenedor-acciones #notificaciones:not(.d-none) .contenedor-calendario .evento h5,
  .fila.contenedor-acciones #notificaciones:not(.d-none) .contenedor-calendario .evento .fecha-peq > span.dia,
  .fila.contenedor-acciones #calendario:not(.d-none) .contenedor-notificaciones .notificacion h5,
  .fila.contenedor-acciones #calendario:not(.d-none) .contenedor-notificaciones .notificacion .fecha-peq > span.dia,
  .fila.contenedor-acciones #calendario:not(.d-none) .contenedor-notificaciones .evento h5,
  .fila.contenedor-acciones #calendario:not(.d-none) .contenedor-notificaciones .evento .fecha-peq > span.dia,
  .fila.contenedor-acciones #calendario:not(.d-none) .contenedor-calendario .notificacion h5,
  .fila.contenedor-acciones #calendario:not(.d-none) .contenedor-calendario .notificacion .fecha-peq > span.dia,
  .fila.contenedor-acciones #calendario:not(.d-none) .contenedor-calendario .evento h5,
  .fila.contenedor-acciones #calendario:not(.d-none) .contenedor-calendario .evento .fecha-peq > span.dia {
    font-size: 18px;
    line-height: 23px;
  }
}

@media (min-width: 445px) {
  .fila.contenedor-acciones #notificaciones:not(.d-none) .contenedor-notificaciones .notificacion h5,
  .fila.contenedor-acciones #notificaciones:not(.d-none) .contenedor-notificaciones .notificacion .fecha-peq > span.dia,
  .fila.contenedor-acciones #notificaciones:not(.d-none) .contenedor-notificaciones .evento h5,
  .fila.contenedor-acciones #notificaciones:not(.d-none) .contenedor-notificaciones .evento .fecha-peq > span.dia,
  .fila.contenedor-acciones #notificaciones:not(.d-none) .contenedor-calendario .notificacion h5,
  .fila.contenedor-acciones #notificaciones:not(.d-none) .contenedor-calendario .notificacion .fecha-peq > span.dia,
  .fila.contenedor-acciones #notificaciones:not(.d-none) .contenedor-calendario .evento h5,
  .fila.contenedor-acciones #notificaciones:not(.d-none) .contenedor-calendario .evento .fecha-peq > span.dia,
  .fila.contenedor-acciones #calendario:not(.d-none) .contenedor-notificaciones .notificacion h5,
  .fila.contenedor-acciones #calendario:not(.d-none) .contenedor-notificaciones .notificacion .fecha-peq > span.dia,
  .fila.contenedor-acciones #calendario:not(.d-none) .contenedor-notificaciones .evento h5,
  .fila.contenedor-acciones #calendario:not(.d-none) .contenedor-notificaciones .evento .fecha-peq > span.dia,
  .fila.contenedor-acciones #calendario:not(.d-none) .contenedor-calendario .notificacion h5,
  .fila.contenedor-acciones #calendario:not(.d-none) .contenedor-calendario .notificacion .fecha-peq > span.dia,
  .fila.contenedor-acciones #calendario:not(.d-none) .contenedor-calendario .evento h5,
  .fila.contenedor-acciones #calendario:not(.d-none) .contenedor-calendario .evento .fecha-peq > span.dia {
    font-size: 18px;
    line-height: 23px;
  }
}

.fila.contenedor-acciones #notificaciones:not(.d-none) .contenedor-notificaciones .notificacion p,
.fila.contenedor-acciones #notificaciones:not(.d-none) .contenedor-notificaciones .evento p,
.fila.contenedor-acciones #notificaciones:not(.d-none) .contenedor-calendario .notificacion p,
.fila.contenedor-acciones #notificaciones:not(.d-none) .contenedor-calendario .evento p,
.fila.contenedor-acciones #calendario:not(.d-none) .contenedor-notificaciones .notificacion p,
.fila.contenedor-acciones #calendario:not(.d-none) .contenedor-notificaciones .evento p,
.fila.contenedor-acciones #calendario:not(.d-none) .contenedor-calendario .notificacion p,
.fila.contenedor-acciones #calendario:not(.d-none) .contenedor-calendario .evento p {
  margin: 5px 0 10px;
}

.fila.contenedor-acciones #notificaciones:not(.d-none) .contenedor-notificaciones .notificacion.nueva h5,
.fila.contenedor-acciones #notificaciones:not(.d-none) .contenedor-notificaciones .notificacion.nueva .fecha-peq > span.dia,
.fila.contenedor-acciones #notificaciones:not(.d-none) .contenedor-notificaciones .evento.nueva h5,
.fila.contenedor-acciones #notificaciones:not(.d-none) .contenedor-notificaciones .evento.nueva .fecha-peq > span.dia,
.fila.contenedor-acciones #notificaciones:not(.d-none) .contenedor-calendario .notificacion.nueva h5,
.fila.contenedor-acciones #notificaciones:not(.d-none) .contenedor-calendario .notificacion.nueva .fecha-peq > span.dia,
.fila.contenedor-acciones #notificaciones:not(.d-none) .contenedor-calendario .evento.nueva h5,
.fila.contenedor-acciones #notificaciones:not(.d-none) .contenedor-calendario .evento.nueva .fecha-peq > span.dia,
.fila.contenedor-acciones #calendario:not(.d-none) .contenedor-notificaciones .notificacion.nueva h5,
.fila.contenedor-acciones #calendario:not(.d-none) .contenedor-notificaciones .notificacion.nueva .fecha-peq > span.dia,
.fila.contenedor-acciones #calendario:not(.d-none) .contenedor-notificaciones .evento.nueva h5,
.fila.contenedor-acciones #calendario:not(.d-none) .contenedor-notificaciones .evento.nueva .fecha-peq > span.dia,
.fila.contenedor-acciones #calendario:not(.d-none) .contenedor-calendario .notificacion.nueva h5,
.fila.contenedor-acciones #calendario:not(.d-none) .contenedor-calendario .notificacion.nueva .fecha-peq > span.dia,
.fila.contenedor-acciones #calendario:not(.d-none) .contenedor-calendario .evento.nueva h5,
.fila.contenedor-acciones #calendario:not(.d-none) .contenedor-calendario .evento.nueva .fecha-peq > span.dia {
  color: #e9743b;
}

.fila.contenedor-acciones #notificaciones:not(.d-none) .contenedor-notificaciones .notificacion.nueva .fecha-peq .exclamacion,
.fila.contenedor-acciones #notificaciones:not(.d-none) .contenedor-notificaciones .evento.nueva .fecha-peq .exclamacion,
.fila.contenedor-acciones #notificaciones:not(.d-none) .contenedor-calendario .notificacion.nueva .fecha-peq .exclamacion,
.fila.contenedor-acciones #notificaciones:not(.d-none) .contenedor-calendario .evento.nueva .fecha-peq .exclamacion,
.fila.contenedor-acciones #calendario:not(.d-none) .contenedor-notificaciones .notificacion.nueva .fecha-peq .exclamacion,
.fila.contenedor-acciones #calendario:not(.d-none) .contenedor-notificaciones .evento.nueva .fecha-peq .exclamacion,
.fila.contenedor-acciones #calendario:not(.d-none) .contenedor-calendario .notificacion.nueva .fecha-peq .exclamacion,
.fila.contenedor-acciones #calendario:not(.d-none) .contenedor-calendario .evento.nueva .fecha-peq .exclamacion {
  display: block;
}

@media (min-width: 600px) {
  .fila.contenedor-acciones #notificaciones:not(.d-none) .contenedor-notificaciones .notificacion,
  .fila.contenedor-acciones #notificaciones:not(.d-none) .contenedor-calendario .notificacion,
  .fila.contenedor-acciones #calendario:not(.d-none) .contenedor-notificaciones .notificacion,
  .fila.contenedor-acciones #calendario:not(.d-none) .contenedor-calendario .notificacion {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .fila.contenedor-acciones #notificaciones:not(.d-none) .contenedor-notificaciones .notificacion .fecha-peq,
  .fila.contenedor-acciones #notificaciones:not(.d-none) .contenedor-calendario .notificacion .fecha-peq,
  .fila.contenedor-acciones #calendario:not(.d-none) .contenedor-notificaciones .notificacion .fecha-peq,
  .fila.contenedor-acciones #calendario:not(.d-none) .contenedor-calendario .notificacion .fecha-peq {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .fila.contenedor-acciones #notificaciones:not(.d-none) .contenedor-notificaciones .notificacion .fecha-peq span.dia,
  .fila.contenedor-acciones #notificaciones:not(.d-none) .contenedor-calendario .notificacion .fecha-peq span.dia,
  .fila.contenedor-acciones #calendario:not(.d-none) .contenedor-notificaciones .notificacion .fecha-peq span.dia,
  .fila.contenedor-acciones #calendario:not(.d-none) .contenedor-calendario .notificacion .fecha-peq span.dia {
    text-align: center;
    width: auto;
    margin-bottom: 10px;
  }
}

.fila.contenedor-acciones #notificaciones:not(.d-none) .contenedor-notificaciones .evento,
.fila.contenedor-acciones #notificaciones:not(.d-none) .contenedor-calendario .evento,
.fila.contenedor-acciones #calendario:not(.d-none) .contenedor-notificaciones .evento,
.fila.contenedor-acciones #calendario:not(.d-none) .contenedor-calendario .evento {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.fila.contenedor-acciones #notificaciones:not(.d-none) .contenedor-notificaciones .evento .fecha-peq,
.fila.contenedor-acciones #notificaciones:not(.d-none) .contenedor-calendario .evento .fecha-peq,
.fila.contenedor-acciones #calendario:not(.d-none) .contenedor-notificaciones .evento .fecha-peq,
.fila.contenedor-acciones #calendario:not(.d-none) .contenedor-calendario .evento .fecha-peq {
  display: none;
}

.fila.contenedor-acciones #notificaciones:not(.d-none) .contenedor-notificaciones .evento .fecha-gra,
.fila.contenedor-acciones #notificaciones:not(.d-none) .contenedor-calendario .evento .fecha-gra,
.fila.contenedor-acciones #calendario:not(.d-none) .contenedor-notificaciones .evento .fecha-gra,
.fila.contenedor-acciones #calendario:not(.d-none) .contenedor-calendario .evento .fecha-gra {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  margin: 0 10px 0 0;
}

.fila.contenedor-acciones #notificaciones:not(.d-none) .contenedor-notificaciones .evento .fecha-gra h5,
.fila.contenedor-acciones #notificaciones:not(.d-none) .contenedor-calendario .evento .fecha-gra h5,
.fila.contenedor-acciones #calendario:not(.d-none) .contenedor-notificaciones .evento .fecha-gra h5,
.fila.contenedor-acciones #calendario:not(.d-none) .contenedor-calendario .evento .fecha-gra h5 {
  margin-top: 2px;
}

.fila.contenedor-acciones #notificaciones:not(.d-none) .contenedor-notificaciones .evento.pasado .fecha-gra span,
.fila.contenedor-acciones #notificaciones:not(.d-none) .contenedor-calendario .evento.pasado .fecha-gra span,
.fila.contenedor-acciones #calendario:not(.d-none) .contenedor-notificaciones .evento.pasado .fecha-gra span,
.fila.contenedor-acciones #calendario:not(.d-none) .contenedor-calendario .evento.pasado .fecha-gra span {
  color: #999999;
}

.fila.contenedor-acciones #notificaciones:not(.d-none) .contenedor-notificaciones .evento.pasado div h5,
.fila.contenedor-acciones #notificaciones:not(.d-none) .contenedor-notificaciones .evento.pasado div p,
.fila.contenedor-acciones #notificaciones:not(.d-none) .contenedor-calendario .evento.pasado div h5,
.fila.contenedor-acciones #notificaciones:not(.d-none) .contenedor-calendario .evento.pasado div p,
.fila.contenedor-acciones #calendario:not(.d-none) .contenedor-notificaciones .evento.pasado div h5,
.fila.contenedor-acciones #calendario:not(.d-none) .contenedor-notificaciones .evento.pasado div p,
.fila.contenedor-acciones #calendario:not(.d-none) .contenedor-calendario .evento.pasado div h5,
.fila.contenedor-acciones #calendario:not(.d-none) .contenedor-calendario .evento.pasado div p {
  color: #999999;
}

.fila.contenedor-acciones > div {
  width: 100%;
  margin: 0;
}

.fila.contenedor-acciones > div:not(.d-none) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.fila.contenedor-acciones > div .fila {
  margin: 0;
  max-width: 100%;
  padding: 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #523a2e;
}

.fila.contenedor-acciones > div .fila h3 {
  margin: 0;
  font-family: "ProkyonMediumitalic";
  font-size: 16px;
  line-height: 19px;
}

@media (min-width: 445px) {
  .fila.contenedor-acciones > div .fila h3 {
    font-size: 18px;
    line-height: 23px;
  }
}

@media (min-width: 1100px) {
  .fila.contenedor-acciones > div .fila h3 {
    font-size: 20px;
    line-height: 26px;
  }
}

.fila.contenedor-acciones > div .fila p {
  text-align: left;
  font-size: 16px;
  line-height: 19px;
  margin-top: 0;
}

@media (min-width: 445px) {
  .fila.contenedor-acciones > div .fila p {
    font-size: 18px;
    line-height: 22px;
  }
}

.fila.contenedor-acciones > div .fila .col-principal {
  height: 450px;
  overflow-y: scroll;
}

.fila.contenedor-acciones #obra {
  width: 100%;
}

.fila.contenedor-acciones #obra .contenedor-obra {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.fila.contenedor-acciones #obra .contenedor-obra .contenedor-fotos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 350px;
}

.fila.contenedor-acciones #obra .contenedor-obra .contenedor-fotos .foto {
  background: #e8e8e8;
  background-position: center;
  background-size: cover;
  width: 170px;
  height: 110px;
  margin-bottom: 6px;
}

@media (min-width: 445px) {
  .fila.contenedor-acciones #obra .contenedor-obra .contenedor-fotos {
    width: 407px;
  }
  .fila.contenedor-acciones #obra .contenedor-obra .contenedor-fotos .foto {
    width: 200px;
    height: 130px;
  }
}

@media (min-width: 600px) {
  .fila.contenedor-acciones #obra .contenedor-obra .contenedor-fotos {
    width: 568px;
  }
  .fila.contenedor-acciones #obra .contenedor-obra .contenedor-fotos .foto {
    width: 280px;
    height: 185px;
  }
}

@media (min-width: 788px) {
  .fila.contenedor-acciones #obra .contenedor-obra .contenedor-fotos {
    width: 726px;
  }
  .fila.contenedor-acciones #obra .contenedor-obra .contenedor-fotos .foto {
    width: 360px;
    height: 235px;
  }
}

.cajas-si,
.cajas-cuenta {
  text-align: center;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

.cajas-si .caja-si,
.cajas-si .caja-cuenta,
.cajas-cuenta .caja-si,
.cajas-cuenta .caja-cuenta {
  margin-bottom: 15px;
  max-width: 345px;
}

@media (min-width: 445px) {
  .cajas-si .caja-si,
  .cajas-si .caja-cuenta,
  .cajas-cuenta .caja-si,
  .cajas-cuenta .caja-cuenta {
    max-width: 405px;
  }
}

@media (min-width: 600px) {
  .cajas-si .caja-si,
  .cajas-si .caja-cuenta,
  .cajas-cuenta .caja-si,
  .cajas-cuenta .caja-cuenta {
    max-width: 278px;
  }
}

@media (min-width: 788px) {
  .cajas-si .caja-si,
  .cajas-si .caja-cuenta,
  .cajas-cuenta .caja-si,
  .cajas-cuenta .caja-cuenta {
    max-width: 232px;
  }
}

@media (min-width: 1100px) {
  .cajas-si .caja-si,
  .cajas-si .caja-cuenta,
  .cajas-cuenta .caja-si,
  .cajas-cuenta .caja-cuenta {
    max-width: 340px;
  }
}

.cajas-si .caja-si img,
.cajas-si .caja-si div,
.cajas-si .caja-cuenta img,
.cajas-si .caja-cuenta div,
.cajas-cuenta .caja-si img,
.cajas-cuenta .caja-si div,
.cajas-cuenta .caja-cuenta img,
.cajas-cuenta .caja-cuenta div {
  width: 105px;
  height: 101px;
  margin-bottom: 16px;
}

@media (max-width: 445px) {
  .cajas-si .caja-si img,
  .cajas-si .caja-si div,
  .cajas-si .caja-cuenta img,
  .cajas-si .caja-cuenta div,
  .cajas-cuenta .caja-si img,
  .cajas-cuenta .caja-si div,
  .cajas-cuenta .caja-cuenta img,
  .cajas-cuenta .caja-cuenta div {
    width: 83px;
    height: 80px;
  }
}

@media (min-width: 600px) {
  .cajas-si .caja-si h4,
  .cajas-si .caja-cuenta h4,
  .cajas-cuenta .caja-si h4,
  .cajas-cuenta .caja-cuenta h4 {
    min-height: 46px;
  }
}

@media (min-width: 1100px) {
  .cajas-si .caja-si h4,
  .cajas-si .caja-cuenta h4,
  .cajas-cuenta .caja-si h4,
  .cajas-cuenta .caja-cuenta h4 {
    min-height: 0px;
  }
}

.cajas-si .caja-si p,
.cajas-si .caja-cuenta p,
.cajas-cuenta .caja-si p,
.cajas-cuenta .caja-cuenta p {
  margin: 6px 0 0;
}

.cajas-si .caja-si:nth-of-type(3), .cajas-si .caja-si:nth-of-type(6),
.cajas-cuenta .caja-si:nth-of-type(3),
.cajas-cuenta .caja-si:nth-of-type(6) {
  margin: 0px 15px 30px;
}

.cajas-si .caja-cuenta,
.cajas-cuenta .caja-cuenta {
  cursor: pointer;
}

.cajas-si .caja-cuenta div,
.cajas-cuenta .caja-cuenta div {
  margin: 0 auto 10px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.cajas-si .caja-cuenta.seleccionado p,
.cajas-cuenta .caja-cuenta.seleccionado p {
  display: none;
}

.cajas-si .caja-cuenta.gris p,
.cajas-cuenta .caja-cuenta.gris p {
  display: none;
}

.cajas-si .caja-cuenta.gris:nth-child(1) div,
.cajas-cuenta .caja-cuenta.gris:nth-child(1) div {
  background-image: url("/styles/icons/iconoGris/plano.png");
}

.cajas-si .caja-cuenta.gris:nth-child(2) div,
.cajas-cuenta .caja-cuenta.gris:nth-child(2) div {
  background-image: url("/styles/icons/iconoGris/calidades.png");
}

.cajas-si .caja-cuenta.gris:nth-child(3) div,
.cajas-cuenta .caja-cuenta.gris:nth-child(3) div {
  background-image: url("/styles/icons/iconoGris/obra.png");
}

.cajas-si .caja-cuenta.gris:nth-child(4) div,
.cajas-cuenta .caja-cuenta.gris:nth-child(4) div {
  background-image: url("/styles/icons/iconoGris/notificaciones.png");
}

.cajas-si .caja-cuenta.gris:nth-child(5) div,
.cajas-cuenta .caja-cuenta.gris:nth-child(5) div {
  background-image: url("/styles/icons/iconoGris/calendario.png");
}

.cajas-si .caja-cuenta.gris:nth-child(6) div,
.cajas-cuenta .caja-cuenta.gris:nth-child(6) div {
  background-image: url("/styles/icons/iconoGris/contacta.png");
}

.cajas-si .caja-cuenta:nth-child(1) div,
.cajas-cuenta .caja-cuenta:nth-child(1) div {
  background-image: url("/styles/icons/plano.svg");
}

.cajas-si .caja-cuenta:nth-child(2) div,
.cajas-cuenta .caja-cuenta:nth-child(2) div {
  background-image: url("/styles/icons/calidades.svg");
}

.cajas-si .caja-cuenta:nth-child(3) div,
.cajas-cuenta .caja-cuenta:nth-child(3) div {
  background-image: url("/styles/icons/obra.svg");
}

.cajas-si .caja-cuenta:nth-child(4) div,
.cajas-cuenta .caja-cuenta:nth-child(4) div {
  background-image: url("/styles/icons/notificaciones.svg");
}

.cajas-si .caja-cuenta:nth-child(5) div,
.cajas-cuenta .caja-cuenta:nth-child(5) div {
  background-image: url("/styles/icons/calendario.svg");
}

.cajas-si .caja-cuenta:nth-child(6) div,
.cajas-cuenta .caja-cuenta:nth-child(6) div {
  background-image: url("/styles/icons/contacta-serv-personalizad.svg");
}

.cajas-cuenta .caja-cuenta {
  margin-bottom: 30px;
}

.cajas-cuenta .caja-cuenta div {
  position: relative;
}

.cajas-cuenta .caja-cuenta div span.num-notificaciones {
  color: white;
  font-family: "ProkyonTBold";
  position: absolute;
  width: 20px;
  left: 32px;
  top: 10px;
}

.cajas-cuenta.selector-fila {
  padding: 0;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  overflow-x: auto;
}

.cajas-cuenta.selector-fila .caja-cuenta {
  width: 165px;
  height: 144px;
  margin: 20px;
}

.cajas-cuenta.selector-fila .caja-cuenta div {
  position: relative;
}

.cajas-cuenta.selector-fila .caja-cuenta div span.num-notificaciones {
  color: white;
  font-family: "ProkyonTBold";
  position: absolute;
  width: 20px;
  left: 32px;
  top: 10px;
}

@media (max-width: 1100px) and (min-width: 788px) {
  .cajas-cuenta.selector-fila {
    max-width: 500px;
    overflow: initial;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .cajas-cuenta.selector-fila .caja-cuenta {
    margin: 0px;
  }
}

.prom {
  width: 340px;
  height: 340px;
  background-position: center;
  background-size: cover;
  border-radius: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  margin: 20px;
}

/* @media (min-width: 788px) {
  .prom {
    width: 233px;
    height: 233px;
  }
}

@media (min-width: 1100px) {
  .prom {
    width: 340px;
    height: 340px;
  }
} */

.prom .trans {
  border: 3px solid #ffffff;
  border-radius: 30px;
  width: 315px;
  height: 315px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.83)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.83) 100%);
}

/* @media (min-width: 788px) {
  .prom .trans {
    width: 215px;
    height: 215px;
  }
}

@media (min-width: 1100px) {
  .prom .trans {
    width: 315px;
    height: 315px;
  }
} */

.prom .trans .detalles {
  width: 277px;
  margin-bottom: 17px;
}

/* @media (min-width: 788px) {
  .prom .trans .detalles {
    width: 180px;
  }
}

@media (min-width: 1100px) {
  .prom .trans .detalles {
    width: 277px;
  }
} */

.prom .trans .detalles .titulo-prom > span {
  font-family: "ProkyonTBold";
  color: white;
  line-height: 21px;
}

.prom .trans .detalles .subtitulo-prom {
  color: white;
  line-height: 17px;
  font-family: "ProkyonMediumitalic";
}

.footer {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fba050), to(#d66229));
  background-image: linear-gradient(180deg, #fba050 0%, #d66229 100%);
  width: 100%;
}

.footer .fila {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  height: 335px;
  line-height: 28px;
}

@media (min-width: 600px) {
  .footer .fila {
    height: 264px;
  }
}

.footer .fila a {
  color: white;
  font-family: "ProkyonTBold";
  text-transform: uppercase;
}

.footer .fila .footer-logo {
  width: 75px;
}

.footer .fila .movil {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}

.footer .fila .escritorio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  width: 100%;
}

.footer .fila .escritorio :nth-child(2) {
  text-align: right;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.footer .fila .escritorio img {
  width: 75px;
}

@media (max-width: 600px) {
  .footer .escritorio {
    display: none !important;
  }
}

@media (min-width: 600px) {
  .footer .escritorio {
    display: block;
  }
  .footer .movil {
    display: none !important;
  }
}

input:not([type="checkbox"]) {
  min-width: 300px;
  border-style: 3px solid;
  border-color: #e9743b;
  border-width: 0 0 3px;
  height: 40px;
  margin: 0 0 10px;
  font-family: "ProkyonST-Light";
  font-size: 18px;
}

button:not(.select2-selection__choice__remove),
input[type="submit"] {
  background-color: #e9743b;
  font-family: "ProkyonST-Light";
  border-radius: 0;
  height: 32px;
  font-size: 18px;
  color: white;
  text-transform: uppercase;
  border: 0;
  min-width: 120px;
  margin-bottom: 10px;
  border: 3px solid white;
  border-radius: 10px;
  cursor: pointer;
}

button:not(.select2-selection__choice__remove):hover,
input[type="submit"]:hover {
  color: #e9743b;
  background-color: white;
  border: 3px solid #e9743b;
}

a {
  font-family: "ProkyonMediumitalic";
  color: #e9743b;
}

a:hover {
  color: #523a2e;
}

.login {
  width: 300px;
}

.campo {
  width: 300px;
}

.campo label {
  display: block;
  text-align: left;
  font-family: "ProkyonST-Light";
}

.opciones {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 15px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.campo-opcion {
  min-width: 500px;
  background-color: whitesmoke;
  border-radius: 25px;
  margin-bottom: 15px;
}

.campo-opcion input {
  padding-top: 15px;
  padding-left: 25px;
}

.campo-opcion input.imagen {
  width: 90%;
}

.campo-opcion textarea {
  padding: 10px 10px 0px 0px;
  margin: 15px auto;
  max-width: 90%;
  display: block;
  background-color: white;
  border-radius: 20px;
}

.campo-opcion h5 {
  -ms-flex-preferred-size: 80%;
      flex-basis: 80%;
  border-color: #e9743b;
  border-width: 0 0 3px;
  margin: auto 0px;
  padding-left: 25px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.campo-opcion label {
  display: block;
  text-align: left;
  font-family: "ProkyonST-Light";
  padding-left: 25px;
  padding-bottom: 15px;
}

.campo-opcion img#añadirOpcion, .campo-opcion img#borrarOpcion {
  cursor: pointer;
  height: 20px;
  margin-top: 15px;
  padding-right: 10px;
}

.campo-opcion .titulo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.campo-opcion #drop-area {
  border: 2px dashed #ccc;
  border-radius: 20px;
  margin: 10px 25px;
  padding: 20px;
}

.campo-opcion #drop-area.highlight {
  border-color: purple;
}

.campo-opcion p {
  margin-top: 0;
}

.campo-opcion .my-form {
  margin-bottom: 10px;
}

.campo-opcion .gallery {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.campo-opcion .gallery div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  margin-bottom: 10px;
}

.campo-opcion .gallery div button {
  margin: auto;
  margin-top: 10px;
}

.campo-opcion .gallery img {
  width: 150px;
  margin: auto;
  vertical-align: middle;
}

.campo-opcion .button {
  padding: 10px;
  background: #ddd;
  cursor: pointer;
  border-radius: 5px;
  border: 1px solid #ccc;
  text-align: center;
  margin: auto;
}

.campo-opcion .button:hover {
  background: #ccc;
}

.campo-opcion .fileElem {
  display: none;
}

#container-login {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

span {
  font-family: "ProkyonST-Light";
  color: #523a2e;
}

span.error {
  color: red;
}

table {
  color: #523a2e;
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 30px;
}

table thead tr {
  border-style: solid;
  border-color: transparent;
  border-width: 0 0 20px;
}

table thead tr th {
  text-align: center;
  font-family: "ProkyonMediumitalic";
  font-weight: normal;
}

table tbody {
  font-family: "ProkyonST-Light";
}

table tbody tr.gris {
  background-color: whitesmoke;
  border: 3px solid white;
}

table tbody tr.opciones-row tr, table tbody tr.opciones-row td {
  width: calc(100% / 3);
  background-color: whitesmoke;
}

table tbody tr td {
  text-align: center;
  height: 30px;
}

table tbody tr td .opcion-imagen {
  width: 50%;
}

table th,
table td {
  color: #523a2e;
  font-size: 18px;
  line-height: 30px;
}

#tabContainer {
  width: 100%;
}

.tabs-container {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  margin-bottom: 30px;
}

.tabs-container .tab {
  max-width: initial;
  min-width: 0;
  width: auto;
  background-color: transparent;
  color: #523a2e;
  font-family: "ProkyonTBold";
  text-align: left;
  text-transform: unset;
  margin: 0;
  height: auto;
  padding: 0;
  font-size: 18px;
  line-height: 23px;
  border-style: solid;
  border-color: transparent;
  border-width: 0;
  border-radius: 0;
}

.tabs-container .tab:hover {
  color: #e9743b;
}

.tabs-container .tab.seleccionado {
  color: #e9743b;
}

@media (min-width: 600px) {
  .tabs-container:not(.lateral) {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
  }
  .tabs-container:not(.lateral) .tab {
    padding: 0 0 10px;
    border-width: 0 0 3px;
  }
  .tabs-container:not(.lateral) .tab.seleccionado, .tabs-container:not(.lateral) .tab:hover {
    border-style: solid;
    border-color: #e9743b;
  }
}

@media (min-width: 1100px) {
  .tabs-container .tab {
    font-size: 20px;
    line-height: 26px;
  }
}

textarea {
  background-color: #f0f0f0;
  border: 0;
  border-radius: 0;
  width: 100%;
  min-height: 300px;
  resize: none;
  padding: 18px 25px;
  font-size: 18px;
  line-height: 22px;
}

textarea::-webkit-input-placeholder {
  font-family: "ProkyonLightitalic";
}

textarea:-ms-input-placeholder {
  font-family: "ProkyonLightitalic";
}

textarea::-ms-input-placeholder {
  font-family: "ProkyonLightitalic";
}

textarea::placeholder {
  font-family: "ProkyonLightitalic";
}

select {
  display: block;
  width: 240px;
  font-family: "ProkyonST-Light";
  border: 3px solid #e9743b;
  height: 40px;
  font-size: 18px;
  color: "ProkyonTBold";
  text-align: center;
  margin-bottom: 8px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url("/styles/img/desplegable.svg");
  background-repeat: no-repeat, repeat;
  background-position: right 0 top -2px, 0 0;
  background-size: 37px, 33px;
  padding: 0 10px;
}

select#vivienda {
  margin: auto;
}

.cabecera-tucuenta {
  margin-bottom: 20px;
}

.menu-salida {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.menu-flotante {
  margin-top: 50px;
  max-width: 300px;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.menu-flotante a {
  font-family: "ProkyonST-Light";
  color: #523a2e;
  font-style: 18px;
  line-height: 30px;
}

.menu-flotante a img {
  margin: 0 10px 0 0;
}

.cabecera-promocion {
  background-size: cover;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  height: 140px;
  width: 100%;
  margin-bottom: 30px;
}

.cabecera-promocion .velo {
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(black));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), black);
}

.cabecera-promocion .contenedor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: 20px;
}

.cabecera-promocion .contenedor .fila {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.cabecera-promocion .contenedor ::before {
  width: 100%;
  height: 100%;
  background-color: black;
}

@media (min-width: 445px) {
  .cabecera-promocion {
    height: 200px;
  }
}

@media (min-width: 600px) {
  .cabecera-promocion {
    height: 215px;
  }
}

@media (min-width: 788px) {
  .cabecera-promocion {
    height: 305px;
  }
}

@media (min-width: 1000px) {
  .cabecera-promocion {
    height: 400px;
  }
}

.cabecera-promocion .promocion h3,
.cabecera-promocion .sub-promocion h3 {
  font-size: 20px;
  line-height: 24px;
  color: white;
}

.cabecera-promocion .promocion h3 span,
.cabecera-promocion .sub-promocion h3 span {
  font-family: "ProkyonMediumitalic";
  color: white;
}

.cabecera-promocion .promocion span,
.cabecera-promocion .sub-promocion span {
  font-size: 20px;
  line-height: 24px;
  font-family: "ProkyonMediumitalic";
  color: white;
}

.cabecera-promocion .promocion h3 {
  font-family: "ClarendonLTStd-Bold";
}

@media (min-width: 600px) {
  .cabecera-promocion .promocion h3,
  .cabecera-promocion .promocion span {
    font-size: 28px;
    line-height: 34px;
  }
}

@media (min-width: 788px) {
  .cabecera-promocion .promocion h3,
  .cabecera-promocion .promocion span {
    font-size: 36px;
    line-height: 43px;
  }
}

.cabecera-promocion .sub-promocion {
  margin-bottom: 10px;
}

.cabecera-promocion .sub-promocion h3 {
  font-family: "ProkyonTBold";
  line-height: 18px;
}

.nav-vertical-promocion {
  display: none;
}

@media (min-width: 788px) {
  .nav-vertical-promocion {
    display: block;
  }
}

@media (min-width: 788px) {
  .sub-promocion {
    display: none;
  }
}

.descripcion-promocion {
  text-align: left;
  margin: 0;
}

.info-promocion {
  margin-top: 75px;
  margin-bottom: 30px;
  display: none;
}

.info-promocion * {
  color: #523a2e;
  font-size: 14px;
  line-height: 17px;
  font-weight: normal;
  margin: 0;
}

.info-promocion h4 {
  text-transform: uppercase;
  font-family: "ProkyonTBold";
}

.info-promocion h5 {
  font-family: "ProkyonTBold";
}

.info-promocion h6 {
  font-family: "ProkyonST-Light";
}

.info-promocion span {
  font-family: "ProkyonMediumitalic";
}

@media (min-width: 788px) {
  .info-promocion {
    display: block;
  }
}

.infografias {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 30px 0;
}

@media (min-width: 788px) {
  .infografias.movil {
    display: none;
  }
}

@media (min-width: 1100px) {
  .infografias.movil {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.infografias.escritorio {
  display: none;
}

@media (min-width: 788px) {
  .infografias.escritorio {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (min-width: 1100px) {
  .infografias.escritorio {
    display: none;
  }
}

@media (min-width: 600px) {
  .infografias.escritorio .infografia:nth-child(1) {
    width: 234px;
    height: 180px;
    margin: 0 5px 0 0;
  }
  .infografias.escritorio .infografia:nth-child(2) {
    width: 529px;
    height: 238px;
    margin: 0 0px 0 0;
  }
  .infografias.escritorio .infografia:nth-child(3) {
    width: 170px;
    height: 120px;
    margin: -52px 0 0 64px;
  }
  .infografias.escritorio .infografia:nth-child(4) {
    width: 234px;
    height: 152px;
    margin: 5px 0 0 5px;
  }
}

.infografias .infografia {
  background-repeat: no-repeat;
  background-size: cover;
  min-width: 120px;
  min-height: 85px;
  background-color: #e8e8e8;
}

.infografias .infografia:nth-child(1) {
  width: 120px;
  height: 85px;
  margin: 0 0 0 160px;
}

.infografias .infografia:nth-child(2) {
  width: 155px;
  height: 115px;
  margin: 0 5px 0 0;
}

.infografias .infografia:nth-child(3) {
  width: 160px;
  height: 110px;
  margin: 5px 0;
}

.infografias .infografia:nth-child(4) {
  width: 320px;
  height: 170px;
}

@media (min-width: 445px) {
  .infografias .infografia:nth-child(1) {
    width: 120px;
    height: 85px;
    margin: 0 0 0 192px;
  }
  .infografias .infografia:nth-child(2) {
    width: 187px;
    height: 115px;
    margin: 0 5px 0 0;
  }
  .infografias .infografia:nth-child(3) {
    width: 182px;
    height: 110px;
    margin: 5px 0;
  }
  .infografias .infografia:nth-child(4) {
    width: 425px;
    height: 170px;
  }
}

@media (min-width: 600px) {
  .infografias .infografia:nth-child(1) {
    width: 210px;
    height: 140px;
    margin: 0 0 0 305px;
  }
  .infografias .infografia:nth-child(2) {
    width: 300px;
    height: 195px;
    margin: 0 5px 0 0;
  }
  .infografias .infografia:nth-child(3) {
    width: 260px;
    height: 190px;
    margin: 5px 0;
  }
  .infografias .infografia:nth-child(4) {
    width: 600px;
    height: 300px;
  }
}

@media (min-width: 1100px) {
  .infografias .infografia:nth-child(1) {
    width: 234px;
    height: 180px;
    margin: 0 5px 0 0;
  }
  .infografias .infografia:nth-child(2) {
    width: 576px;
    height: 238px;
    margin: 0 0px 0 0;
  }
  .infografias .infografia:nth-child(3) {
    width: 170px;
    height: 120px;
    margin: -52px 0 0 64px;
  }
  .infografias .infografia:nth-child(4) {
    width: 234px;
    height: 152px;
    margin: 5px 0 0 5px;
  }
}

.mapa-promocion {
  width: 100%;
}

@media (min-width: 788px) {
  .mapa-promocion.movil {
    display: none;
  }
}

@media (min-width: 1100px) {
  .mapa-promocion.movil {
    display: block;
  }
}

.mapa-promocion.escritorio {
  display: none;
}

@media (min-width: 788px) {
  .mapa-promocion.escritorio {
    display: block;
  }
}

@media (min-width: 1100px) {
  .mapa-promocion.escritorio {
    display: none;
  }
}

.mapa-promocion .subtitulo-mapa {
  margin-bottom: 15px;
}

.mapa-promocion .subtitulo-mapa h3,
.mapa-promocion .subtitulo-mapa span {
  color: #523a2e;
  font-size: 18px;
  line-height: 22px;
  font-weight: normal;
}

.mapa-promocion .subtitulo-mapa h3 {
  font-family: "ProkyonTBold";
}

.mapa-promocion .subtitulo-mapa span {
  font-family: "ProkyonST-Light";
}

.mapa-promocion .maps {
  height: 320px;
}
/*# sourceMappingURL=same2.css.map */
.ribbon {
  width: 150px;
  height: 150px;
  overflow: hidden;
  position: relative;
}
.ribbon::before,
.ribbon::after {
  position: absolute;
  z-index: -1;
  content: '';
  display: block;
  border: 5px solid #ad5529;
}
.ribbon span {
  position: absolute;
  display: block;
  width: 225px;
  padding: 15px 0;
  background-color: #e9743b;
  box-shadow: 0 5px 10px rgba(0,0,0,.1);
  color: #fff;
  font: 700 18px/1 "ProkyonST-Light", sans-serif;
  text-shadow: 0 1px 1px rgba(0,0,0,.2);
  text-transform: uppercase;
  text-align: center;
}

/* top left*/
.ribbon-top-left {
  top: -115px;
  left: -40px;
}
.ribbon-top-left::before,
.ribbon-top-left::after {
  border-top-color: transparent;
  border-left-color: transparent;
}
.ribbon-top-left::before {
  top: 0;
  right: 0;
}
.ribbon-top-left::after {
  bottom: 0;
  left: 0;
}
.ribbon-top-left span {
  right: -25px;
  top: 30px;
  transform: rotate(-45deg);
}