/* Eric Meyer's Reset CSS v2.0 - http://cssreset.com */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  margin: 0;
  padding: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*Estilos generales*/

html {
  font-size: 16px;
}

body {
  text-align: center;
  font-size: 1rem;
}

img {
  max-width: 100%;
}

.caja-borde-blanco {
  background: #fff;
  padding: 40px;
}

#portada {
  background: url("img/fondo-portada.jpg") no-repeat right top;
  width: 100%;
  height: 1764px;
}

.content-1060 {
  max-width: 1000px;
  margin: 0 auto;
  clear: both;
  padding: 25px 30px 50px;
}

.cabecera {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-around;
  align-items: center;
}

.menu-escritorio {
}

.menu-escritorio ul.agrupador {
  display: flex;
  flex-flow: row wrap;
  justify-content: start;
  align-items: flex-start;
}

.menu-escritorio ul.agrupador li {
  font-family: "Raleway", sans-serif;
  font-size: 0.9375rem;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  margin-right: 40px;
}

.menu-escritorio ul.agrupador li:last-child {
  margin-right: 0px;
}

.menu-escritorio ul.agrupador li a {
  color: #fff;
  text-decoration: none;
}

.menu-escritorio ul.agrupador li a:hover {
  opacity: 0.5;
}

.menu-movil {
  display: none;
}

.btn-menu-movil {
  display: none;
}

.menu-calendario {
  margin-bottom: 80px;
}

.menu-calendario ul.agrupador {
  display: flex;
  flex-flow: row nowrap;
  justify-content: start;
  align-items: flex-start;
}

.menu-calendario ul.agrupador li {
  font-family: "Raleway", sans-serif;
  font-size: 0.9375rem;
  font-weight: 600;
  color: #000;
  text-transform: uppercase;
  margin-right: 20px;
}

.menu-calendario ul.agrupador li:last-child {
  margin-right: 0px;
}

.menu-calendario ul.agrupador li a {
  color: #000;
  text-decoration: none;
}

.menu-calendario ul.agrupador li a:hover {
  opacity: 0.5;
}

.caja-logos {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-around;
  align-items: center;
}

.logo-ayto-cab {
  margin-right: 15px;
  width: 100px;
}

.logo-portada {
  margin: 80px auto 60px;
}

#portada .caja-redes {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  margin: 30px 0 0 0;
}

#portada .caja-redes p {
  font-family: "Raleway", sans-serif;
  font-size: 0.875rem;
  color: #000;
  font-weight: 300;
  margin: 0 20px 0 0;
}

#portada .caja-redes a img {
  margin-right: 10px;
}

.submenu {
  margin: 40px auto;
  text-align: center;
  width: 84%;
}

.submenu ul {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: flex-start;
}

.submenu ul li {
  font-family: "Raleway", sans-serif;
  font-size: 2.0625rem;
  font-weight: 300;
  color: #000;
  text-transform: lowercase;
  line-height: 1.5em;
}

.submenu ul li::after {
  content: " / ";
}

.submenu ul li:last-child::after,
.submenu ul li:nth-child(3)::after,
.submenu ul li:nth-child(6)::after,
.submenu ul li:nth-child(9)::after,
.submenu ul li:nth-child(11)::after {
  content: "";
}

.submenu ul li a {
  color: #000;
  text-decoration: none;
}

.submenu ul li a:hover {
  text-decoration: underline;
  text-decoration-thickness: from-font;
}

.iconos-portada-esc {
  margin: 30px auto 50px;
  display: block;
}

.iconos-portada-mov {
  display: none;
}

.logo-ayto-pie {
  margin: 0px auto 0;
  display: block;
  position: relative;
  top: 850px;
}

#pie {
  width: 100%;
  background-color: #333333;
  padding: 35px 0 0px;
}

#pie .caja-redes {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  margin: 0px 0 25px 0;
}

#pie .caja-redes a img {
  margin-right: 10px;
}

#pie .caja-logos {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  margin: 25px 0 25px;
}

#pie .caja-logos img {
  margin: 0 20px 0 0;
}

#pie p {
  font-family: "Raleway", sans-serif;
  font-weight: 300;
  font-size: 0.75rem;
  color: #fff;
  line-height: 1.5em;
  text-align: center;
}

#pie p a {
  color: #fff;
  text-decoration: underline;
}

#pie p a:hover {
  text-decoration: none;
}

#segmento {
  width: 100%;
  /*height: calc(100vh);*/
}

.programacion {
  background: #f3ab57;
}

.flamenco {
  background: #e95f48;
}

.flamenco-pie {
  width: 100%;
  background: #e95f48;
}

.contenedor-segmento-pie {
  max-width: 1600px;
  background: url("img/bg2-segmento-flamenco.gif") no-repeat bottom center;
  background-size: contain;
  padding: 0 0 370px 0;
  margin: 0 auto;
}

.cabecera-segmento {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.caja-logos-segmento {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-around;
  align-items: center;
}

.segmento-presentacion {
  width: 100%;
  background: url("img/bg1-segmento-flamenco.gif") no-repeat top right;
  margin: 30px 0 30px;
}

.caja-presentacion {
  width: 50%;
  text-align: left;
}

.bg1-segmento-flamenco-mov {
  display: none;
}

#segmento h2 {
  font-family: "Raleway", sans-serif;
  font-weight: 800;
  font-size: 2.625rem;
  color: #000;
  line-height: 1.5em;
  text-transform: uppercase;
  margin-bottom: 100px;
}

#segmento .titulo-conciertos {
  color: #31d1cf;
}

#segmento .titulo-cultura {
  color: #ad4e00;
}

#segmento .titulo-flamenco {
  color: #98244b;
}

#segmento .titulo-playas {
  color: #d89abb;
}

#segmento h2.titulo-calendario {
  margin-bottom: 10px;
}

#segmento p.intro {
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  font-size: 1.125rem;
  color: #fff;
  line-height: 1.3em;
  margin-bottom: 20px;
  width: 90%;
}

#segmento h3 {
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  font-size: 2.125rem;
  color: #fff;
  line-height: 1.5em;
  margin-bottom: 30px;
  text-align: left;
}

.caja-evento {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 30px;
}

.img-evento {
  margin-right: 25px;
}

.caja-info-evento {
  display: flex;
  flex-flow: column;
  justify-content: flex-start;
  text-align: left;
  margin-bottom: 20px;
  width: 40%;
}

.caja-info-evento h4 {
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-size: 1.875rem;
  color: #fff;
  margin-bottom: 10px;
}

.caja-info-evento p.fecha-evento {
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  font-size: 0.9375rem;
  color: #fff;
  margin-bottom: 20px;
  line-height: 1.4em;
  font-style: italic;
}

.caja-info-evento p.info-evento {
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-size: 1rem;
  color: #fff;
  line-height: 1.5em;
  margin-bottom: 10px;
}

.caja-info-evento a:link,
.caja-info-evento a:visited,
.caja-info-evento-carmen a:link,
.caja-info-evento-carmen a:visited {
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  font-size: 0.9375rem;
  color: #fff;
  text-decoration: underline;
}

.caja-info-evento a:hover,
.caja-info-evento-carmen a:hover {
  text-decoration: none;
}

.caja-info-evento-carmen {
  display: flex;
  flex-flow: column;
  justify-content: flex-start;
  text-align: left;
  margin-bottom: 40px;
  width: 100%;
}

.caja-info-evento-carmen h4 {
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-size: 1.875rem;
  color: #000;
  margin-bottom: 25px;
  text-align: left;
}

.caja-info-evento-carmen p.info-evento-carmen {
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  color: #fff;
  line-height: 1.5em;
  margin-bottom: 10px;
  text-align: left;
}

.caja-info-evento-carmen p.info-evento-carmen b {
  font-weight: 600;
}

.caja-info-evento-carmen ul {
  padding-left: 40px;
}

.caja-info-evento-carmen ul li {
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  color: #fff;
  line-height: 1.5em;
  margin-bottom: 10px;
  text-align: left;
  list-style: disc;
}

.bahia-sound {
  background: #05193c;
}

.bahia-sound-pie {
  width: 100%;
  background: #05193c;
}

.segmento-presentacion-bahia-sound {
  width: 100%;
  background: url("img/conciertos/bahia-sound.png") no-repeat top right;
  margin: 30px 0 30px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
}

.bg1-segmento-bahia-sound-mov {
  display: none;
}

.contenedor-segmento-bahia-sound-pie {
  max-width: 100%;
  background: url("img/bg2-segmento-conciertos.jpg") no-repeat bottom center;
  background-size: contain;
  padding: 0 0 370px 0;
  margin: 0 auto;
}

.camaron {
  background: #05193c;
}

.camaron-pie {
  width: 100%;
  background: #05193c;
}

.segmento-presentacion-camaron {
  width: 100%;
  background: url("img/conciertos/camaron.png") no-repeat top right;
  background-size: contain;
  margin: 30px 0 30px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
}

.bg1-segmento-camaron-mov {
  display: none;
}

.contenedor-segmento-camaron-pie {
  max-width: 100%;
  background: url("img/bg2-segmento-conciertos.jpg") no-repeat bottom center;
  background-size: contain;
  padding: 0 0 370px 0;
  margin: 0 auto;
}

.ciudad-flamenca {
  background: #05193c;
}

.ciudad-flamenca-pie {
  width: 100%;
  background: #05193c;
}

.segmento-presentacion-ciudad-flamenca {
  width: 100%;
  background: url("img/conciertos/ciudad-flamenca.png") no-repeat top right;
  background-size: contain;
  margin: 30px 0 30px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
}

.bg1-segmento-ciudad-flamenca-mov {
  display: none;
}

.contenedor-segmento-ciudad-flamenca-pie {
  max-width: 100%;
  background: url("img/bg2-segmento-conciertos.jpg") no-repeat bottom center;
  background-size: contain;
  padding: 0 0 370px 0;
  margin: 0 auto;
}

.feria-carmen {
  background: #05193c;
}

.feria-carmen-pie {
  width: 100%;
  background: #05193c;
}

.segmento-presentacion-feria-carmen {
  width: 100%;
  background: url("img/conciertos/feria-carmen.png") no-repeat top right;
  background-size: contain;
  margin: 30px 0 30px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
}

.bg1-segmento-feria-carmen-mov {
  display: none;
}

.contenedor-segmento-feria-carmen-pie {
  max-width: 100%;
  background: url("img/bg2-segmento-conciertos.jpg") no-repeat bottom center;
  background-size: contain;
  padding: 0 0 370px 0;
  margin: 0 auto;
}

.la-plaza {
  background: #05193c;
}

.la-plaza-pie {
  width: 100%;
  background: #05193c;
}

.segmento-presentacion-la-plaza {
  width: 100%;
  background: url("img/conciertos/la-plaza.png") no-repeat top right;
  background-size: contain;
  margin: 30px 0 30px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
}

.bg1-segmento-la-plaza-mov {
  display: none;
}

.contenedor-segmento-la-plaza-pie {
  max-width: 100%;
  background: url("img/bg2-segmento-conciertos.jpg") no-repeat bottom center;
  background-size: contain;
  padding: 0 0 370px 0;
  margin: 0 auto;
}

.los-40 {
  background: #05193c;
}

.los-40-pie {
  width: 100%;
  background: #05193c;
}

.segmento-presentacion-los-40 {
  width: 100%;
  background: url("img/conciertos/los40.png") no-repeat top right;
  background-size: contain;
  margin: 30px 0 30px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
}

.bg1-segmento-los-40-mov {
  display: none;
}

.contenedor-segmento-los-40-pie {
  max-width: 100%;
  background: url("img/bg2-segmento-conciertos.jpg") no-repeat bottom center;
  background-size: contain;
  padding: 0 0 370px 0;
  margin: 0 auto;
}

.noches-castillo {
  background: #05193c;
}

.noches-castillo-pie {
  width: 100%;
  background: #05193c;
}

.segmento-presentacion-noches-castillo {
  width: 100%;
  background: url("img/conciertos/noches-castillo.png") no-repeat top right;
  background-size: contain;
  margin: 30px 0 30px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
}

.bg1-segmento-noches-castillo-mov {
  display: none;
}

.contenedor-segmento-noches-castillo-pie {
  max-width: 100%;
  background: url("img/bg2-segmento-conciertos.jpg") no-repeat bottom center;
  background-size: contain;
  padding: 0 0 370px 0;
  margin: 0 auto;
}

.actividades-infantiles {
  background: #e69256;
}

.actividades-infantiles-pie {
  width: 100%;
  background: #e69256;
}

.segmento-presentacion-actividades-infantiles {
  width: 100%;
  background: url("img/cultura/actividades-infantiles.png") no-repeat top right;
  background-size: contain;
  margin: 30px 0 30px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
}

.bg1-segmento-actividades-infantiles-mov {
  display: none;
}

.contenedor-segmento-actividades-infantiles-pie {
  max-width: 100%;
  background: url("img/bg2-segmento-cultura.jpg") no-repeat bottom center;
  background-size: contain;
  padding: 0 0 370px 0;
  margin: 0 auto;
}

.cine {
  background: #e69256;
}

.cine-pie {
  width: 100%;
  background: #e69256;
}

.segmento-presentacion-cine {
  width: 100%;
  background: url("img/cultura/cine-familiar.png") no-repeat top right;
  background-size: contain;
  margin: 30px 0 30px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
}

.bg1-segmento-cine-mov {
  display: none;
}

.contenedor-segmento-cine-pie {
  max-width: 100%;
  background: url("img/bg2-segmento-cultura.jpg") no-repeat bottom center;
  background-size: contain;
  padding: 0 0 370px 0;
  margin: 0 auto;
}

.museos {
  background: #e69256;
}

.museos-pie {
  width: 100%;
  background: #e69256;
}

.segmento-presentacion-museos {
  width: 100%;
  background: url("img/cultura/museos.png") no-repeat top right;
  background-size: contain;
  margin: 30px 0 30px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
}

.bg1-segmento-museos-mov {
  display: none;
}

.contenedor-segmento-museos-pie {
  max-width: 100%;
  background: url("img/bg2-segmento-cultura.jpg") no-repeat bottom center;
  background-size: contain;
  padding: 0 0 370px 0;
  margin: 0 auto;
}

.feria-libro {
  background: #e69256;
}

.feria-libro-pie {
  width: 100%;
  background: #e69256;
}

.segmento-presentacion-feria-libro {
  width: 100%;
  background: url("img/cultura/feria-libro.png") no-repeat top right;
  background-size: contain;
  margin: 30px 0 30px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
}

.bg1-segmento-feria-libro-mov {
  display: none;
}

.contenedor-segmento-feria-libro-pie {
  max-width: 100%;
  background: url("img/bg2-segmento-cultura.jpg") no-repeat bottom center;
  background-size: contain;
  padding: 0 0 370px 0;
  margin: 0 auto;
}

.noche-blanca {
  background: #e69256;
}

.noche-blanca-pie {
  width: 100%;
  background: #e69256;
}

.segmento-presentacion-noche-blanca {
  width: 100%;
  background: url("img/cultura/noche-blanca.png") no-repeat top right;
  margin: 30px 0 30px;
  background-size: contain;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
}

.bg1-segmento-noche-blanca-mov {
  display: none;
}

.contenedor-segmento-noche-blanca-pie {
  max-width: 100%;
  background: url("img/bg2-segmento-cultura.jpg") no-repeat bottom center;
  background-size: contain;
  padding: 0 0 370px 0;
  margin: 0 auto;
}

.deportes {
  background: #912a62 ;
}

.deportes-pie {
  width: 100%;
  background: #912a62 ;
}

.segmento-presentacion-deportes {
  width: 100%;
  background: url("img/playas/deportes.png") no-repeat top right;
  margin: 30px 0 30px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
}

.bg1-segmento-deportes-mov {
  display: none;
}

.contenedor-segmento-deportes-pie {
  max-width: 100%;
  background: url("img/bg2-segmento-playas.jpg") no-repeat bottom center;
  background-size: contain;
  padding: 0 0 370px 0;
  margin: 0 auto;
}

.see-you-sun {
  background: #912a62 ;
}

.see-you-sun-pie {
  width: 100%;
  background: #912a62 ;
}

.segmento-presentacion-see-you-sun {
  width: 100%;
  background: url("img/playas/see-you-sun.png") no-repeat top right;
  margin: 30px 0 30px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
}

.bg1-segmento-see-you-sun-mov {
  display: none;
}

.contenedor-segmento-see-you-sun-pie {
  max-width: 100%;
  background: url("img/bg2-segmento-playas.jpg") no-repeat bottom center;
  background-size: contain;
  padding: 0 0 370px 0;
  margin: 0 auto;
}

.bajo-las-estrellas {
  background: #912a62 ;
}

.bajo-las-estrellas-pie {
  width: 100%;
  background: #912a62 ;
}

.segmento-presentacion-bajo-las-estrellas {
  width: 100%;
  background: url("img/playas/bajo-estrellas.png") no-repeat top right;
  margin: 30px 0 30px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
}

.bg1-segmento-bajo-las-estrellas-mov {
  display: none;
}

.contenedor-segmento-bajo-las-estrellas-pie {
  max-width: 100%;
  background: url("img/bg2-segmento-playas.jpg") no-repeat bottom center;
  background-size: contain;
  padding: 0 0 370px 0;
  margin: 0 auto;
}

.caja-presentacion {
  width: 50%;
  text-align: left;
}

.caja-presentacion-calendario {
  width: 70%;
  text-align: left;
}

.caja-presentacion-der {
  width: 48%;
  text-align: left;
  align-self: flex-end;
}


.calendario-eventos {
  background: #f3ab57;
}

.calendario-pie {
  width: 100%;
  background: #f3ab57;
}

.segmento-presentacion-calendario {
  width: 100%;
  background: url("img/bg1-calendario.gif") no-repeat top right;
  margin: 30px 0 30px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
}

.bg1-segmento-calendario-mov {
  display: none;
}

.contenedor-calendario-pie {
  max-width: 1600px;
  background: url("img/bg2-segmento-conciertos.gif") no-repeat bottom center;
  background-size: contain;
  padding: 0 0 370px 0;
  margin: 0 auto;
}

.caja-programacion {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: flex-start;
  margin: 100px 0 50px;
}

.caja-programacion img.item {
  /* border: 10px solid #fff;
  margin: 0 25px 30px 0; */
  margin: 0 100px 50px 0;
}

.caja-programacion img.item-final {
  border: 10px solid #fff;
  margin: 0 0 30px 0;
}

.caja-programacion-general {
  margin: 30px 0 30px;
  width: 50%;
  text-align: left;
}

#segmento .caja-programacion-general h2 {
  margin-bottom: 0px;
}

#segmento .caja-programacion-general p {
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  font-size: 1.125rem;
  color: #fff;
  line-height: 1.3em;
  margin-top: 20px;
  margin-bottom: 20px;
}

#segmento .caja-programacion-general .titulo-conciertos {
  color: #31d1cf;
}

#segmento .caja-programacion-general .titulo-cultura {
  color: #ad4e00;
}

#segmento .caja-programacion-general .titulo-flamenco {
  color: #98244b;
}

#segmento .caja-programacion-general .titulo-playas {
  color: #d89abb;
}

.programacion-conciertos {
  background: url("img/fondo-conciertos.jpg") #05193c no-repeat bottom center;
  background-size: contain;
  width: 100%;
  height: 2200px;
}

.programacion-cultura {
  background: url("img/fondo-cultura.jpg") #e69256 no-repeat bottom center;
  background-size: contain;
  width: 100%;
  height: 2100px;
}

.programacion-flamenco {
  background: url("img/fondo-flamenco.jpg") #e480c6 no-repeat bottom center;
  background-size: contain;
  width: 100%;
  height: 2300px;
}

.programacion-playas {
  background: url("img/fondo-playas.jpg") #912a62 no-repeat bottom center;
  background-size: contain;
  width: 100%;
  height: 1600px;
}

.carnaval {
  background: #895398;
}

.carnaval-pie {
  width: 100%;
  background: #895398;
}

.segmento-presentacion-carnaval {
  width: 100%;
  background: url("img/bg1-segmento-carnaval.gif?hash=5678437859535894759347")
    no-repeat top right;
  margin: 30px 0 30px;
  padding: 0 0 230px 0;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
}

.bg1-segmento-carnaval-mov {
  display: none;
}

.contenedor-segmento-carnaval-pie {
  max-width: 1600px;
  background: url("img/bg2-segmento-carnaval.gif?hash=5678437859535894759347")
    no-repeat bottom center;
  background-size: contain;
  padding: 0 0 370px 0;
  margin: 0 auto;
}

.calendario {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-rows: auto 1fr 1fr 1fr 1fr;
  grid-gap: 3px;
  margin-bottom: 40px;
}

.calendario .nombre-dia-semana {
  font-family: "Raleway", sans-serif;
  font-size: 1.375rem;
  font-weight: 600;
  color: #fff;
  background: #1ea381;
  padding: 3px 0;
  text-align: center;
  margin: 0;
}

.calendario .dia-vacio {
}

.calendario .dia-activo {
  font-family: "Raleway", sans-serif;
  font-size: 4.625rem;
  font-weight: 600;
  color: #000;
  background: #fff;
  align-self: center;
  text-align: center;
  padding: 20px 0 25px;
}

.calendario .dia-activo:hover {
  opacity: 0.7;
}

.calendario .dia-activo span {
  display: block;
  font-size: 1.5rem;
  font-weight: 300;
}

.calendario .dia-inactivo {
  font-family: "Raleway", sans-serif;
  font-size: 4.625rem;
  font-weight: 600;
  color: #000;
  background: #ededed;
  align-self: center;
  text-align: center;
  padding: 20px 0 25px;
  opacity: 0.5;
}

.calendario .dia-inactivo span {
  display: block;
  font-size: 1.5rem;
  font-weight: 300;
  opacity: 0.5;
}

h3.nombre-dia {
  font-family: "Raleway", sans-serif;
  font-size: 2.5rem;
  font-weight: 600;
  color: #000;
  text-transform: uppercase;
  border-bottom: 1px solid #09848c;
  padding-bottom: 5px;
  margin-bottom: 20px;
}

#caja-dia-visible {
  display: none;
}

.caja-programa {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
}

.programa {
  border-right: #09848c solid 1px;
  display: flex;
  flex-flow: column;
  padding: 0 15px 0 15px;
  flex: 1;
}

.programa:first-child {
  padding: 0 20px 0 0px;
}

.programa:last-child {
  border-right: 0;
}

.programa h4 {
  font-family: "Raleway", sans-serif;
  font-size: 1.75rem;
  font-weight: 600;
  color: #000;
  text-transform: uppercase;
  text-align: left;
  line-height: 1.2em;
  margin: 10px 0 5px;
}

.programa p.hora {
  font-family: "Raleway", sans-serif;
  font-size: 0.8rem;
  font-weight: 300;
  color: #000;
  margin-bottom: 10px;
}

.programa p {
  font-family: "Raleway", sans-serif;
  font-size: 1rem;
  color: #000;
  text-align: left;
  line-height: 1.5em;
  margin-bottom: 25px;
}

.programa h5 {
  font-family: "Raleway", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  color: #000;
  text-transform: none;
  text-align: left;
  line-height: 1.2em;
  margin: 10px 0 5px;
}

.programa h5 span {
  font-size: 0.7rem;
  text-transform: none;
  margin: 0;
}

.programa button.masinfo {
  font-family: "Raleway", sans-serif;
  font-size: 0.8rem;
  background-color: #d04b77;
  padding: 5px 7px;
  border-radius: 10px;
  font-weight: 300;
  color: #fff;
  border: 0;
  align-self: flex-end;
}

.programa button.masinfo:hover {
  background-color: #09848c;
}

.programa button.masinfo a:link,
.programa button.masinfo a:visited {
  color: #fff;
  text-decoration: none;
}

.programa button.masinfo a:hover {
  text-decoration: none;
  opacity: 1;
}

/*Estilos auxiliares*/

#myBtn {
  font-family: "Raleway", sans-serif;
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Fixed/sticky position */
  bottom: 10px;
  /* Place the button at the bottom of the page */
  right: 10px;
  /* Place the button 30px from the right */
  z-index: 99;
  /* Make sure it does not overlap */
  border: none;
  /* Remove borders */
  outline: none;
  /* Remove outline */
  background-color: #ffde00;
  /* Set a background color */
  color: #000;
  /* Text color */
  cursor: pointer;
  /* Add a mouse pointer on hover */
  padding: 15px;
  /* Some padding */
  border-radius: 10px;
  /* Rounded corners */
  font-size: 1.2rem;
  /* Increase font size */
  font-weight: 600;
}

#myBtn:hover {
  background-color: #000;
  color: #ffde00;
  /* Add a dark-grey background on hover */
}

.caja-badges {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
}

.badge {
  display: inline;
  font-family: "Raleway", sans-serif;
  font-weight: 300;
  font-size: 0.8rem;
  border: 0;
  padding: 3px 5px;
  border-radius: 7px;
  margin-right: 10px;
}

.badge:last-child {
  margin-right: 0px;
}

.textooculto {
  text-indent: -9999px;
}
