/* ===========================================================================  Tags */

h2 {
    font-size: 1.8rem;
}
p{
    font-size: 1rem;
}

/* ===========================================================================  Header */

.header{
    box-sizing: border-box;
    padding: 1rem;
}
.header .container {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    padding: 0;
    position: static;
}
.header figure{
    margin: 0;
}
.header figure a {
    height: 48px;
}
.header-bloque {
    left: 0;
    position: static;
    width: 100%;
}
.header-bloque .menu-boton {
    -webkit-appearance: none;
    -moz-appearance: none;
    background: transparent;
    border: none;
    bottom: 0;
    cursor: pointer;
    font-size: 2rem;
    line-height: 2rem;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 1em;
    top: 0;
}
.header-bloque .menu-boton span:before{
    margin: 0;
}
.header-bloque nav {
    bottom: initial;
    height: 48px;
    position: static;
    width: 50%;
} 
.header-bloque nav .menu {
    display: none;
    bottom: -180px;
    position: absolute;
    left: 0;
    top: 80px;
    width: 100%;
}
.header-bloque nav li {
    margin-left: 0 !important;
}
.header-bloque nav li a{
    background: var(--rojo);
    color: #FFF;
    display: flex;
    padding: 8px 1rem;
    text-align: left;
}
.header .menu li.destacado a{
    color:#FFF;
}
.header-bloque .redes {
    display: none;
}

/* ===========================================================================  Inicio */

.inicio__slide-text-container {
    background: rgba(0, 0, 0, 0.8);
    box-sizing: border-box;
    max-width: 100%;
    padding: 1rem;
    width: 100%;
}
.inicio__slide-text-container h1, .inicio__slide-text-container h2, .inicio__slide-text-container h3 {
    font-size: 1.8rem;
}
.inicio__slide-date {
    padding: 0.5rem 0;
}
.inicio__slide-date .evento__mes, .inicio__slide-date .evento__dia {
    font-size: 1.5rem;
}
.inicio__slide-text-container p {
    text-align: center;
}
.inicio__next-prev {
    font-size: 5rem;
}
.inicio__next-prev.cycle-prev {
    left: 0;
}
.inicio__next-prev.cycle-next {
    right: 0;
}
.inicio__contacto-panel {
    padding: 1rem 0;
}
.inicio__contacto-panel .container {
    flex-flow: column;
    justify-content: center;
    padding: 0 1rem;
}
.inicio__contacto-panel p, .inicio__contacto-panel a {
    margin: 0.5rem 0;
    text-align: center;
}
.inicio__contacto-panel .redes{
    padding: 1rem 3rem 0;
}
.inicio-links-smoking {
    height: calc(100vh - 80px);
}
.inicio-links-smoking.cols{
    flex-wrap: wrap;
}
.inicio-links-smoking .ancho-33 {
    width: 100%;
}
.inicio__links a {
    font-size: 3rem;
}

.inicio__eventos-list.panel{
    padding: 2rem 1rem;
}
.inicio__eventos-list h2 {
    font-size: 3rem;
}

.inicio__evento-text.cols{
    flex-direction: column;
}
.inicio__evento-content {
    padding-right: 4.3rem !important;
    padding-top: 0 !important;
}
.inicio__evento-text div {
    padding: 1rem 1rem 0;
}
.inicio__evento-content:before {
    border-left: none;
}
.inicio__evento-text h3 {
    font-size: 2rem;
    line-height: 2rem;
}

/* ===========================================================================  Eventos */

.single-evento__main-body {
    padding-bottom: 0;
}
.form-reservas {
    margin: 0;
}

/*============================================================================  Comentarios */

.comment-respond {
    width: 100%;
}

/* ===========================================================================  Medios */

.media__main-body {
    padding: 2rem 0.5rem !important;
}
.medio__prev {
    left: 0;
}
.medio__next {
    right: 0;
}

/* ===========================================================================  Ubicación */

.main-body .ubicacion {
    padding: 3rem 2rem;
}
.main-body .ubicacion-texto div {
    width: 100%;
}

/* ===========================================================================  Footer */

.footer .container.cols {
    flex-direction: column;   
}
.footer .container .col {
    width: 100%;
}
.footer .col-3 li a {
    padding: 5px;
    text-align: center;
}
.footer .col-3 h3 {
    text-align: center;
}
.footer .col-1{
    text-align: center;
}

/* ===========================================================================  Banner */

.banner-medio {
    padding-top: 80px;
}
.banner-text-container h1 {
    font-size: 3rem;
}
.banner-text-container p, .banner-text-container__text p {
    font-size: 1.1rem;
}

/* ===========================================================================  Maquetado */

.ancho-25 {
    padding: 1rem 0;
    width: 100%;
}
.ancho-50 {
    padding: 1rem 0;
    width: 100%;
}
  .ancho-60 {
    box-sizing:border-box;
    max-width: 768px;
    width: 100%;
}
.ancho-70 {
    width: 95%;
}
.has-2-columns .wp-block-column {
    width: 100%;
}
.has-3-columns .wp-block-column {
    width: 100%;
}
.container{
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    max-width: 768px;
    padding: 0;
    width: 100%;
}
.panel {
    padding: 1rem;
}
.button, .wp-block-button__link {
    font-size: 14px;
    padding: 1rem 1rem !important;
}

/* ==============================================================================  Broadcast */

.broadcast__container.banner-text-container {
    flex-flow: column;
    justify-content: center;
    align-items: center;
}
