@charset "UTF-8";
/**************************************************************************************

Variables

***************************************************************************************/
@font-face {
  font-family: "SignikaBold";
  src: url("../fonts/Signika-Bold.ttf");
}
@font-face {
  font-family: "SignikaRegular";
  src: url("../fonts/Signika-Regular.ttf");
}
/***********************************************************
                  MIXINS
 ***********************************************************/
@media (max-width: 767px) {
  .centrado-movil {
    margin-left: auto;
    margin-right: auto;
  }
}

.cabecera-activa {
  background: white !important;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
}

.filtro {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
}

/**************************************************************************************

Estilos generales

***************************************************************************************/
html {
  font-size: 10px;
}
@media (max-width: 767px) {
  html {
    font-size: 9px;
  }
}

* {
  box-sizing: border-box;
}

body {
  font: 1.6rem "SignikaRegular";
  overflow-x: hidden;
}
body.interior {
  padding-top: 9.2rem;
}

* {
  box-sizing: border-box;
}

a {
  color: white;
}
a:hover {
  color: white;
  text-decoration: none !important;
  outline: none !important;
}

::-moz-selection {
  /* Code for Firefox */
  color: white;
  background: black;
}

::selection {
  color: white;
  background: black;
}

.seleccion-blanco ::-moz-selection {
  color: black;
  background: white;
}
.seleccion-blanco ::selection {
  color: black;
  background: white;
}

*:focus {
  outline: none !important;
}

.relative {
  position: relative;
}

.limpiar-lista {
  padding-left: 0;
  margin-bottom: 0;
}
.limpiar-lista li {
  list-style: none;
}

.fondo-fijo {
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
}

.fill {
  min-height: 100%;
  height: 100%;
}

.sombra {
  box-shadow: 2px 2px 8px black;
}

.p-sin-margen {
  margin-bottom: 0;
  line-height: 1.6;
}

.hidden-max {
  overflow: hidden !important;
}

.h-100 {
  height: 100% !important;
}

.absoluto-100 {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}

.background-carousel {
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: black;
  width: 100%;
  z-index: 10;
  color: #fff;
  text-align: center;
}
.background-carousel > .titulo {
  margin: 0;
}
.background-carousel > .titulo > a {
  transition: 0.2s color;
  font-weight: 600;
  display: block;
  padding-top: 20px;
  padding-bottom: 20px;
}
.background-carousel > .titulo > a:hover {
  color: black;
}

.display-flex {
  display: flex !important;
}

/**************************************************************************************

Márgenes y paddings

***************************************************************************************/
/* margenes y paddings de 5 en 5 hasta 100 */
.mt0 {
  margin-top: 0rem !important;
}

.mb0 {
  margin-bottom: 0rem !important;
}

.ml0 {
  margin-left: 0rem !important;
}

.mr0 {
  margin-right: 0rem !important;
}

.pt0 {
  padding-top: 0rem !important;
}

.pb0 {
  padding-bottom: 0rem !important;
}

.pl0 {
  padding-left: 0rem !important;
}

.pr0 {
  padding-right: 0rem !important;
}

.mt5 {
  margin-top: 0.5rem !important;
}

.mb5 {
  margin-bottom: 0.5rem !important;
}

.ml5 {
  margin-left: 0.5rem !important;
}

.mr5 {
  margin-right: 0.5rem !important;
}

.pt5 {
  padding-top: 0.5rem !important;
}

.pb5 {
  padding-bottom: 0.5rem !important;
}

.pl5 {
  padding-left: 0.5rem !important;
}

.pr5 {
  padding-right: 0.5rem !important;
}

.mt10 {
  margin-top: 1rem !important;
}

.mb10 {
  margin-bottom: 1rem !important;
}

.ml10 {
  margin-left: 1rem !important;
}

.mr10 {
  margin-right: 1rem !important;
}

.pt10 {
  padding-top: 1rem !important;
}

.pb10 {
  padding-bottom: 1rem !important;
}

.pl10 {
  padding-left: 1rem !important;
}

.pr10 {
  padding-right: 1rem !important;
}

.mt15 {
  margin-top: 1.5rem !important;
}

.mb15 {
  margin-bottom: 1.5rem !important;
}

.ml15 {
  margin-left: 1.5rem !important;
}

.mr15 {
  margin-right: 1.5rem !important;
}

.pt15 {
  padding-top: 1.5rem !important;
}

.pb15 {
  padding-bottom: 1.5rem !important;
}

.pl15 {
  padding-left: 1.5rem !important;
}

.pr15 {
  padding-right: 1.5rem !important;
}

.mt20 {
  margin-top: 2rem !important;
}

.mb20 {
  margin-bottom: 2rem !important;
}

.ml20 {
  margin-left: 2rem !important;
}

.mr20 {
  margin-right: 2rem !important;
}

.pt20 {
  padding-top: 2rem !important;
}

.pb20 {
  padding-bottom: 2rem !important;
}

.pl20 {
  padding-left: 2rem !important;
}

.pr20 {
  padding-right: 2rem !important;
}

.mt25 {
  margin-top: 2.5rem !important;
}

.mb25 {
  margin-bottom: 2.5rem !important;
}

.ml25 {
  margin-left: 2.5rem !important;
}

.mr25 {
  margin-right: 2.5rem !important;
}

.pt25 {
  padding-top: 2.5rem !important;
}

.pb25 {
  padding-bottom: 2.5rem !important;
}

.pl25 {
  padding-left: 2.5rem !important;
}

.pr25 {
  padding-right: 2.5rem !important;
}

.mt30 {
  margin-top: 3rem !important;
}

.mb30 {
  margin-bottom: 3rem !important;
}

.ml30 {
  margin-left: 3rem !important;
}

.mr30 {
  margin-right: 3rem !important;
}

.pt30 {
  padding-top: 3rem !important;
}

.pb30 {
  padding-bottom: 3rem !important;
}

.pl30 {
  padding-left: 3rem !important;
}

.pr30 {
  padding-right: 3rem !important;
}

.mt35 {
  margin-top: 3.5rem !important;
}

.mb35 {
  margin-bottom: 3.5rem !important;
}

.ml35 {
  margin-left: 3.5rem !important;
}

.mr35 {
  margin-right: 3.5rem !important;
}

.pt35 {
  padding-top: 3.5rem !important;
}

.pb35 {
  padding-bottom: 3.5rem !important;
}

.pl35 {
  padding-left: 3.5rem !important;
}

.pr35 {
  padding-right: 3.5rem !important;
}

.mt40 {
  margin-top: 4rem !important;
}

.mb40 {
  margin-bottom: 4rem !important;
}

.ml40 {
  margin-left: 4rem !important;
}

.mr40 {
  margin-right: 4rem !important;
}

.pt40 {
  padding-top: 4rem !important;
}

.pb40 {
  padding-bottom: 4rem !important;
}

.pl40 {
  padding-left: 4rem !important;
}

.pr40 {
  padding-right: 4rem !important;
}

.mt45 {
  margin-top: 4.5rem !important;
}

.mb45 {
  margin-bottom: 4.5rem !important;
}

.ml45 {
  margin-left: 4.5rem !important;
}

.mr45 {
  margin-right: 4.5rem !important;
}

.pt45 {
  padding-top: 4.5rem !important;
}

.pb45 {
  padding-bottom: 4.5rem !important;
}

.pl45 {
  padding-left: 4.5rem !important;
}

.pr45 {
  padding-right: 4.5rem !important;
}

.mt50 {
  margin-top: 5rem !important;
}

.mb50 {
  margin-bottom: 5rem !important;
}

.ml50 {
  margin-left: 5rem !important;
}

.mr50 {
  margin-right: 5rem !important;
}

.pt50 {
  padding-top: 5rem !important;
}

.pb50 {
  padding-bottom: 5rem !important;
}

.pl50 {
  padding-left: 5rem !important;
}

.pr50 {
  padding-right: 5rem !important;
}

.mt55 {
  margin-top: 5.5rem !important;
}

.mb55 {
  margin-bottom: 5.5rem !important;
}

.ml55 {
  margin-left: 5.5rem !important;
}

.mr55 {
  margin-right: 5.5rem !important;
}

.pt55 {
  padding-top: 5.5rem !important;
}

.pb55 {
  padding-bottom: 5.5rem !important;
}

.pl55 {
  padding-left: 5.5rem !important;
}

.pr55 {
  padding-right: 5.5rem !important;
}

.mt60 {
  margin-top: 6rem !important;
}

.mb60 {
  margin-bottom: 6rem !important;
}

.ml60 {
  margin-left: 6rem !important;
}

.mr60 {
  margin-right: 6rem !important;
}

.pt60 {
  padding-top: 6rem !important;
}

.pb60 {
  padding-bottom: 6rem !important;
}

.pl60 {
  padding-left: 6rem !important;
}

.pr60 {
  padding-right: 6rem !important;
}

.mt65 {
  margin-top: 6.5rem !important;
}

.mb65 {
  margin-bottom: 6.5rem !important;
}

.ml65 {
  margin-left: 6.5rem !important;
}

.mr65 {
  margin-right: 6.5rem !important;
}

.pt65 {
  padding-top: 6.5rem !important;
}

.pb65 {
  padding-bottom: 6.5rem !important;
}

.pl65 {
  padding-left: 6.5rem !important;
}

.pr65 {
  padding-right: 6.5rem !important;
}

.mt70 {
  margin-top: 7rem !important;
}

.mb70 {
  margin-bottom: 7rem !important;
}

.ml70 {
  margin-left: 7rem !important;
}

.mr70 {
  margin-right: 7rem !important;
}

.pt70 {
  padding-top: 7rem !important;
}

.pb70 {
  padding-bottom: 7rem !important;
}

.pl70 {
  padding-left: 7rem !important;
}

.pr70 {
  padding-right: 7rem !important;
}

.mt75 {
  margin-top: 7.5rem !important;
}

.mb75 {
  margin-bottom: 7.5rem !important;
}

.ml75 {
  margin-left: 7.5rem !important;
}

.mr75 {
  margin-right: 7.5rem !important;
}

.pt75 {
  padding-top: 7.5rem !important;
}

.pb75 {
  padding-bottom: 7.5rem !important;
}

.pl75 {
  padding-left: 7.5rem !important;
}

.pr75 {
  padding-right: 7.5rem !important;
}

.mt80 {
  margin-top: 8rem !important;
}

.mb80 {
  margin-bottom: 8rem !important;
}

.ml80 {
  margin-left: 8rem !important;
}

.mr80 {
  margin-right: 8rem !important;
}

.pt80 {
  padding-top: 8rem !important;
}

.pb80 {
  padding-bottom: 8rem !important;
}

.pl80 {
  padding-left: 8rem !important;
}

.pr80 {
  padding-right: 8rem !important;
}

.mt85 {
  margin-top: 8.5rem !important;
}

.mb85 {
  margin-bottom: 8.5rem !important;
}

.ml85 {
  margin-left: 8.5rem !important;
}

.mr85 {
  margin-right: 8.5rem !important;
}

.pt85 {
  padding-top: 8.5rem !important;
}

.pb85 {
  padding-bottom: 8.5rem !important;
}

.pl85 {
  padding-left: 8.5rem !important;
}

.pr85 {
  padding-right: 8.5rem !important;
}

.mt90 {
  margin-top: 9rem !important;
}

.mb90 {
  margin-bottom: 9rem !important;
}

.ml90 {
  margin-left: 9rem !important;
}

.mr90 {
  margin-right: 9rem !important;
}

.pt90 {
  padding-top: 9rem !important;
}

.pb90 {
  padding-bottom: 9rem !important;
}

.pl90 {
  padding-left: 9rem !important;
}

.pr90 {
  padding-right: 9rem !important;
}

.mt95 {
  margin-top: 9.5rem !important;
}

.mb95 {
  margin-bottom: 9.5rem !important;
}

.ml95 {
  margin-left: 9.5rem !important;
}

.mr95 {
  margin-right: 9.5rem !important;
}

.pt95 {
  padding-top: 9.5rem !important;
}

.pb95 {
  padding-bottom: 9.5rem !important;
}

.pl95 {
  padding-left: 9.5rem !important;
}

.pr95 {
  padding-right: 9.5rem !important;
}

.mt100 {
  margin-top: 10rem !important;
}

.mb100 {
  margin-bottom: 10rem !important;
}

.ml100 {
  margin-left: 10rem !important;
}

.mr100 {
  margin-right: 10rem !important;
}

.pt100 {
  padding-top: 10rem !important;
}

.pb100 {
  padding-bottom: 10rem !important;
}

.pl100 {
  padding-left: 10rem !important;
}

.pr100 {
  padding-right: 10rem !important;
}

/* margenes y paddings de 20 en 20 hasta 200 */
.mt120 {
  margin-top: 12rem !important;
}

.mb120 {
  margin-bottom: 12rem !important;
}

.ml120 {
  margin-left: 12rem !important;
}

.mr120 {
  margin-right: 12rem !important;
}

.pt120 {
  padding-top: 12rem !important;
}

.pb120 {
  padding-bottom: 12rem !important;
}

.pl120 {
  padding-left: 12rem !important;
}

.pr120 {
  padding-right: 12rem !important;
}

.mt140 {
  margin-top: 14rem !important;
}

.mb140 {
  margin-bottom: 14rem !important;
}

.ml140 {
  margin-left: 14rem !important;
}

.mr140 {
  margin-right: 14rem !important;
}

.pt140 {
  padding-top: 14rem !important;
}

.pb140 {
  padding-bottom: 14rem !important;
}

.pl140 {
  padding-left: 14rem !important;
}

.pr140 {
  padding-right: 14rem !important;
}

.mt160 {
  margin-top: 16rem !important;
}

.mb160 {
  margin-bottom: 16rem !important;
}

.ml160 {
  margin-left: 16rem !important;
}

.mr160 {
  margin-right: 16rem !important;
}

.pt160 {
  padding-top: 16rem !important;
}

.pb160 {
  padding-bottom: 16rem !important;
}

.pl160 {
  padding-left: 16rem !important;
}

.pr160 {
  padding-right: 16rem !important;
}

.mt180 {
  margin-top: 18rem !important;
}

.mb180 {
  margin-bottom: 18rem !important;
}

.ml180 {
  margin-left: 18rem !important;
}

.mr180 {
  margin-right: 18rem !important;
}

.pt180 {
  padding-top: 18rem !important;
}

.pb180 {
  padding-bottom: 18rem !important;
}

.pl180 {
  padding-left: 18rem !important;
}

.pr180 {
  padding-right: 18rem !important;
}

/* margenes y paddings de 100 en 100 hasta 1000 */
.mt200 {
  margin-top: 20rem !important;
}

.mb200 {
  margin-bottom: 20rem !important;
}

.pt200 {
  padding-top: 20rem !important;
}

.pb200 {
  padding-bottom: 20rem !important;
}

.mt300 {
  margin-top: 30rem !important;
}

.mb300 {
  margin-bottom: 30rem !important;
}

.pt300 {
  padding-top: 30rem !important;
}

.pb300 {
  padding-bottom: 30rem !important;
}

.mt400 {
  margin-top: 40rem !important;
}

.mb400 {
  margin-bottom: 40rem !important;
}

.pt400 {
  padding-top: 40rem !important;
}

.pb400 {
  padding-bottom: 40rem !important;
}

.mt500 {
  margin-top: 50rem !important;
}

.mb500 {
  margin-bottom: 50rem !important;
}

.pt500 {
  padding-top: 50rem !important;
}

.pb500 {
  padding-bottom: 50rem !important;
}

.mt600 {
  margin-top: 60rem !important;
}

.mb600 {
  margin-bottom: 60rem !important;
}

.pt600 {
  padding-top: 60rem !important;
}

.pb600 {
  padding-bottom: 60rem !important;
}

/* margenes distintos a por defecto en columnas */
.container-fluid.no-gutters {
  padding-left: 0;
  padding-right: 0;
}
.container-fluid.gutters-15 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.container-fluid.gutters-30 {
  padding-left: 3rem;
  padding-right: 3rem;
}
.container-fluid.gutters-50 {
  padding-left: 5rem !important;
  padding-right: 5rem !important;
}
@media (max-width: 767px) {
  .container-fluid.gutters-50 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
}
.container-fluid.gutters-70 {
  padding-left: 7rem;
  padding-right: 7rem;
}
@media (max-width: 767px) {
  .container-fluid.gutters-70 {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
.container-fluid.gutters-100 {
  padding-left: 10rem;
  padding-right: 10rem;
}
@media (max-width: 767px) {
  .container-fluid.gutters-100 {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

.row.no-margin-negativo {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.row.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.row.no-gutters > .col,
.row.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}
.row.gutters-30 {
  margin-right: -3rem;
  margin-left: -3rem;
}
.row.gutters-30 > .col,
.row.gutters-30 > [class*=col-] {
  padding-right: 3rem;
  padding-left: 3rem;
}
@media (min-width: 576px) {
  .row.gutters-sm-30 {
    margin-right: -3rem;
    margin-left: -3rem;
  }
  .row.gutters-sm-30 > .col,
.row.gutters-sm-30 > [class*=col-] {
    padding-right: 3rem;
    padding-left: 3rem;
  }
}
.row.gutters-7 {
  margin-right: -0.7rem;
  margin-left: -0.7rem;
}
.row.gutters-7 > .col,
.row.gutters-7 > [class*=col-] {
  padding-right: 0.7rem;
  padding-left: 0.7rem;
}

.no-padding {
  padding-left: 0;
  padding-right: 0;
}

@media (max-width: 575px) {
  .margen-inferior-xs {
    margin-bottom: 1rem;
  }
}
.has-error {
  border: 1px solid red !important;
}

.help-block {
  color: black;
}

.fondo-negro {
  background: black;
}

.deslizar-menu {
  transform: translateX(0) !important;
}

.opacidad1 {
  opacity: 1 !important;
}

/* margenes distintos a por defecto en columnas */
/* ANIMACIONES */
/* / ANIMACIONES */
/* BORDES */
.borde-inferior {
  border-bottom: 2px solid white;
}
@media (min-width: 992px) {
  .borde-inferior.-lg {
    border-bottom: 1px solid white;
  }
}
@media (min-width: 576px) {
  .borde-inferior.-sm {
    border-bottom: 1px solid white;
  }
}

.borde-derecho {
  border-right: 1px solid white;
}
@media (min-width: 576px) {
  .borde-derecho.-sm {
    border-right: 1px solid white;
  }
}

.borde-completo {
  border: 1px solid white;
}

/* TEXTOS ESTANDAR */
.texto-editor {
  font-family: "SignikaRegular";
  font-size: 1.8rem;
  line-height: 1.9;
  color: black;
  text-align: justify;
}
.texto-editor img {
  max-width: 100% !important;
  margin: auto;
  height: auto !important;
}
.texto-editor h1 {
  font-size: 2.5rem;
  font-family: "SignikaRegular";
}
.texto-editor h1 * {
  font-size: 2.5rem;
}
.texto-editor h1 strong {
  font-weight: 700;
  color: inherit;
}
.texto-editor h2 {
  font-size: 2rem;
  font-family: "SignikaRegular";
}
.texto-editor h2 * {
  font-size: 2rem;
}
.texto-editor h2 strong {
  font-weight: 700;
  color: inherit;
}
.texto-editor h3 {
  font-size: 1.7rem;
  font-family: "SignikaRegular";
}
.texto-editor h3 * {
  font-size: 1.7rem;
}
.texto-editor h3 strong {
  font-weight: 700;
  color: inherit;
}
.texto-editor h4 {
  font-size: 1.6rem;
  font-family: "SignikaRegular";
}
.texto-editor h4 * {
  font-size: 1.6rem;
}
.texto-editor h4 strong {
  font-weight: 700;
  color: inherit;
}
.texto-editor h5 {
  font-size: 1.3rem;
  font-family: "SignikaRegular";
}
.texto-editor h5 * {
  font-size: 1.31rem;
}
.texto-editor h5 strong {
  font-weight: 700;
  color: inherit;
}
.texto-editor h6 {
  font-size: 1rem;
  font-family: "SignikaRegular";
}
.texto-editor h6 * {
  font-size: 1rem;
}
.texto-editor h6 strong {
  font-weight: 700;
  color: inherit;
}
.texto-editor p {
  font-size: 1.8rem;
}
@media (max-width: 575px) {
  .texto-editor p {
    font-size: 1.6rem;
  }
}
.texto-editor p u {
  font-size: inherit;
}
.texto-editor p strong {
  font-weight: 700;
  font-size: inherit;
}
.texto-editor p strong * {
  font-weight: 700;
  font-size: inherit;
}
.texto-editor p span {
  font-size: inherit;
}
.texto-editor em {
  font-size: inherit;
}
.texto-editor em strong u {
  font-size: inherit;
}
.texto-editor li {
  font-size: 1.8rem;
}
@media (max-width: 575px) {
  .texto-editor li {
    font-size: 1.6rem;
  }
}
.texto-editor li * {
  font-size: inherit;
}
.texto-editor a {
  font-size: 1.8rem;
}
.texto-editor.texto-destacado {
  font-weight: 700;
}

.sticky {
  position: sticky !important;
}

.flecha-menu {
  transition-duration: 0.2s;
  transition-property: transform;
}

.flecha-girada {
  transform: rotate(180deg) !important;
}

.mayusculas {
  text-transform: uppercase;
}

@keyframes zoomPortada {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.05);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes rotacion {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes zoomTransition {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.05);
  }
}
.cabecera {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.cabecera .logo-header img {
  width: 20rem;
}
@media (min-width: 576px) and (max-width: 767px) {
  .cabecera .logo-header img {
    width: 10rem;
    vertical-align: middle;
  }
}
@media (max-width: 575px) {
  .cabecera .logo-header img {
    width: 14rem;
  }
}

.login {
  height: 70vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
.login .panel-login {
  border: 2px solid #0077b2;
  width: 500px;
  margin: 0 auto;
  padding: 2rem;
  border-radius: 10px;
}
@media (max-width: 575px) {
  .login .panel-login {
    width: 80%;
  }
}
.login .panel-login label {
  display: block;
}
.login .panel-login .campo-formulario {
  width: 100%;
  padding: 1rem;
  border: 1px solid black;
  transition: 0.3s border-color;
}
.login .panel-login .campo-formulario:focus {
  border-color: #44a530;
}
.login .panel-login .entrar {
  display: inline-block;
  width: 100%;
  background-color: #0077b2;
  color: white;
  border: 1px solid #0077b2;
  font-size: 1.8rem;
  font-weight: 700;
  padding: 1rem 1.5rem;
  margin-top: 2rem;
  transition: 0.2s background-color, 0.2s color;
}
.login .panel-login .entrar:hover {
  background-color: white;
  color: #0077b2;
}

.color-verde {
  color: #44a530;
}

.hoja-menu {
  background-color: white;
}
.hoja-menu .titulo-menu {
  color: #0077b2;
  font-weight: 700;
  text-transform: uppercase;
}
.hoja-menu .dia {
  margin-bottom: 3rem;
  min-height: 20rem;
  background-color: white;
  position: relative;
  z-index: 1;
  text-align: center;
}
.hoja-menu .dia img {
  width: 28% !important;
  height: 40px;
  margin-bottom: 1rem;
  position: relative;
  z-index: 2;
  margin-left: 2px;
  margin-right: 2px;
  cursor: not-allowed;
}
@media (min-width: 576px) and (max-width: 767px) {
  .hoja-menu .dia img {
    width: 50% !important;
  }
}
.hoja-menu .dia .nombre-dia {
  background-color: #44a530;
  color: white;
  padding: 1rem;
  text-align: center;
  font: 700 1.9rem/1.2 "SignikaRegular";
}
.hoja-menu .dia .interior-dia {
  padding: 0.5rem;
}
.hoja-menu .dia .interior-dia .titulo-interno {
  color: #0077b2;
  margin-bottom: 1rem;
  text-align: center;
  text-transform: uppercase;
  border-bottom: 2px dashed #0077b2;
  padding-bottom: 0.5rem;
  margin-bottom: 1rem;
}
.hoja-menu .dia .interior-dia .comida, .hoja-menu .dia .interior-dia .cena {
  min-height: 100px;
  padding: 0.5rem;
  transition: 0.2s background-color;
}
.hoja-menu .dia .interior-dia .comida.dia-activo, .hoja-menu .dia .interior-dia .cena.dia-activo {
  background-color: rgba(68, 165, 48, 0.5);
  border-color: #cecece;
}
.hoja-menu .dia .interior-dia .cena {
  margin-top: 20px;
}

#carruselIngredientes {
  min-height: 400px;
  position: relative;
  overflow: visible;
  transition: 1s height;
}
#carruselIngredientes .carousel-inner {
  overflow: visible !important;
}
@media (max-width:991px) {
  #carruselIngredientes {
    min-height: 300px;
  }
}
@media (max-width: 575px) {
  #carruselIngredientes {
    margin-bottom: 5rem;
  }
}

.nombre-comida, .nombre-cena {
  width: 100%;
  min-height: 60px;
  padding: 5px;
  margin-bottom: 2rem;
  height:250px;
}

.cesta {
  display: flex;
  align-items: flex-start;
  flex-flow: row wrap;
  flex-basis: 100%;
  justify-content: center;
  margin-bottom: 1rem;
  width: 100%;
  position: relative;
  z-index: 10;
  text-align: center;
  margin-top: 5rem;
}
.cesta .img-producto {
  width: 40%;
  height: 90px;
  cursor: pointer;
  position: relative;
  z-index: 3;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
}
@media (min-width:1200px) and (max-width:1399px) {
  .cesta .img-producto {
    height: 70px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cesta .img-producto {
    height: 70px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cesta .img-producto {
    width: 15%;
  }
}
@media (max-width: 767px) {
  .cesta .img-producto {
    width: 20%;
    height: 60px;
  }
}
.cesta .titulo {
  background-color: #0077b2;
  color: white;
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
  padding: 1rem;
}

.tooltip {
  font-size: 1.6rem;
}

.carousel-indicators {
  bottom: -50px;
}
.carousel-indicators li {
  background-color: #0077b2;
  width: 20px;
  height: 20px;
  border-radius: 50%;
}

.cerrar-sesion {
  color: #0077b2;
  border: 2px solid #0077b2;
  font-size: 1.8rem;
  padding: 0.5rem 1rem;
  border-radius: 5px;
  transition: 0.2s background-color, 0.2s color;
  display: block;
}
.cerrar-sesion:hover {
  background-color: #0077b2;
  color: white;
}
@media (min-width: 576px) and (max-width: 767px) {
  .cerrar-sesion {
    text-align: center;
  }
}
@media (max-width: 575px) {
  .cerrar-sesion {
    margin-top: 2rem;
  }
}

.enviar {
  color: #0077b2;
  border: 2px solid #0077b2;
  background-color: white;
  transition: 0.2s color, 0.2s background-color;
  font-size: 1.8rem;
  border-radius: 5px;
  padding: 0.5rem 1rem;
}
.enviar:hover {
  color: white;
  background-color: #0077b2;
}

.boton-borrar {
  color: red;
  border: 2px solid red;
  background-color: white;
  transition: 0.2s color, 0.2s background-color;
  font-size: 1.8rem;
  border-radius: 5px;
  padding: 0.5rem 1rem;
}
.boton-borrar:hover {
  color: white;
  background-color: red;
}

.titulo-imagen-plato {
  color: #44a530;
  border-bottom: 1px dotted #44a530;
  padding-bottom: 0.5rem;
  margin-bottom: 1rem;
}

.imagenComida, .imagenCena {
  width: 100%;
}

.merienda {
  height: 80%;
}

.campo-desayuno {
  padding: 0.5rem;
}

.hoja-menu .imagenes-menu .imagen-predefinida {
  width: 100% !important;
  height: 120px !important;
}
@media (min-width:1200px) and (max-width:1399px) {
  .hoja-menu .imagenes-menu .imagen-predefinida {
    height: 120px !important;
  }
}
@media (min-width:1600px) {
  .hoja-menu .imagenes-menu .imagen-predefinida {
    height: 150px !important;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .hoja-menu .imagenes-menu .imagen-predefinida {
    height: 90px !important;
  }
}

.campo-select {
  font-size: 1.8rem;
  border: 1px soid #0077b2;
  padding: 0.5rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.et-usuario {
  color: #0077b2;
  font-size: 1.8rem;
}

.elige-usuario {
  font-size: 2rem;
  color: #44a530;
  margin-bottom: 3rem;
}

/*# sourceMappingURL=estilos.css.map */
