@import "normalize.css";

/* Generales */

body {
    font-family: 'Exo 2', sans-serif;
    width: 100vw;
    position: relative;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    font-weight: 300;
    color: #516471;
}

h1 {
    font-weight: 300;
    font-size: 18px;
    color: #fff;
}

h2 {
    font-size: 18px;
}

h3 {
    font-size: 15px;
    line-height: 18px;
    font-weight: 300;
}

h4 {
    color: #f8a76d;
    font-weight: 300;
    font-style: italic;
    margin-top: 5px;
    font-size: 12px;
}

p {
    font-family: "Open Sans", sans-serif;
    line-height: 16px;
    font-size: 11px;
}

a {
    text-decoration: none;
}

img {
    width: 100%;
}

.contenedor {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.logo.mobile {
    display:  none;
    }

/* Menu */

header {
    z-index: 9999999;
    position: relative;
}

.mobile-menu {
    display: block;
    max-width: 500px;
    width: 100%;
    right: -100%;
    height: 100vh;
    background: url('../imagenes/menu.jpg');
    position: fixed;
    z-index: 9999;
    transition: 0.6s ease;
    top: 0;
    background-size: cover;
    opacity: 0;
    overflow: hidden;
}

.mobile-menu ul {
    position: relative;
    padding: 30px;
    margin-top: 50px;
}

.mobile-menu ul li {
    list-style: none;
}

.mobile-menu ul li a {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    text-align: left;
    text-decoration: none;
    color: #fff;
    font-size: 22px;
    align-items: center;
    font-weight: 300;
    overflow: hidden;
    margin-top: 24px;
    position: relative;
}

.mobile-menu ul li a span {
    background: #f8a76b;
    border-radius: 10px;
    padding: 3px 9px;
    font-size: 12px;
    margin-left: 8px;
    margin-top: 2px;
}

.mobile-menu ul li a.activo {
    border-left: 2px solid #f8a76c;
    padding-left: 10px;
}

.mobile-menu .perfil-info img {
    position: relative;
    width: 80px;
    border-radius: 50%;
    top: 0;
    transform: none;
    left: 0;
    margin-bottom: 15px;
}

.mobile-menu .perfil-info {
    float: left;
    padding: 30px;
}

.mobile-menu .perfil-info h2,
.mobile-menu .perfil-info h3 {
    color: #fff;
    text-align: left;
}

.mobile-menu .perfil-info h2 {
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 5px;
}

.mobile-menu .perfil-info h3 {
    font-size: 14px;
}

.mobile-menu .perfil-info a {
    font-size: 14px;
    color: #fff;
    text-align: left;
    float: left;
    background: #f8a76c;
    color: #fff !important;
    border-radius: 30px;
    padding: 5px 15px;
    font-size: 11px;
    margin-top: 15px;
}

.mobile-nav-button.cerrar {
    float: right;
    color: #fff;
    font-size: 40px;
    transform: rotate(45deg);
    font-weight: 300;
    overflow: hidden;
    padding: 15px 15px 0 0;
}

.mobile-menu ul li a:hover {
    color: #fff;
}

.mobile-menu ul li a:hover:after {
    right: 0;
}

.mobile-menu img {
    position: absolute;
    width: 150px;
    display: block;
    left: 50%;
    top: 3rem;
    transform: translatex(-50%);
    padding: 0;
    text-align: center;
}

.mobile-menu--open {
    right: 0;
    opacity: 1;
}

header svg {
    fill: #fff;
}

.menu {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.menu-mas {
    width: 43px;
    text-align: right;
}

.navegacion {
    position: fixed;
    width: 100vw;
    z-index: 999;
    padding: 10px 0;
    top: 0;
    background-color: transparent;
    border-color: transparent;
    background: #f8a76d;
    /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(left, #f8a76d, #4d606e);
    /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(right, #f8a76d, #4d606e);
    /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(right, #f8a76d, #4d606e);
    /* For Firefox 3.6 to 15 */
    background: linear-gradient(to right, #f8a76d, #4d606e);
    /* Standard syntax */
    position: relative;
}

.logo {
    height: 40px;
    width: auto;
}

.toggle {
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.toggle .linea {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    background-color: #fff;
    margin-top: 5px;
}

.toggle .linea:first-child {
    margin-top: 0;
}

.login-menu a {
    color: #fff;
    font-weight: 300;
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
    text-decoration: none;
}


/* Seccion Actividad */
.titulo-pag {
    display: none;
}

.actividad {
    padding-bottom: 60px;
    background: #fff;
}

.actividad article:last-child {
    border: 0;
}

.titulo .contenedor {
    display: flex;
    justify-content: space-between;
}

.tema {
    padding-right: 10px;
    width: 60%;
}

.tiempo {
    font-size: 11px;
    line-height: 20px;
    font-family: "Exo 2", sans-serif;
}

.donde {
    font-size: 11px;
    color: #f8a76d;
}

.info {
    width: 40%;
    display: flex;
    align-items: center;
    text-align: right;
    justify-content: flex-end;
}

.icono {
    width: 18px;
    margin-top: 5px;
    margin-left: 8px;
}

.titulo {
    padding: 0 0 20px 0;
}

.descripcion {
    font-family: "Open Sans", sans-serif;
    font-weight: 300;
    font-size: 12px;
}

.descripcion img {
    height: 236px;
    object-fit: cover;
    margin-bottom: 20px;
}

.actividad article {
    border-bottom: 1px solid #e2e2e2;
    padding: 20px 0;
}

.boton-mas {
    padding: 10px 14px;
    border: 1px solid #506370;
    color: #506370;
    border-radius: 50px;
    font-size: 12px;
    cursor: pointer;
    font-family: "Exo 2", sans-serif;
    margin-top: 15px;
    display: inline-block;
}

.descripcion p {
    line-height: 18px;
    font-family: "Open Sans", sans-serif;
}

.video-contenedor {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    padding-top: 25px;
    height: 0;
    margin-bottom: 20px;
}

.video-contenedor iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/* Login y Registro*/

.bg-login {
    background: url('../imagenes/bg-login.png');
    background-position: center;
    background-size: cover;
    height: calc(100vh);
}

.bg-registro {
    background: url('../imagenes/bg-registro.png');
    background-position: center;
    background-size: cover;
    height: calc(100vh);
}

.registro-btn {
    text-align: center;
    padding: 40px 0;
    position: absolute;
    background: #fff;
    width: 100%;
    bottom: 0;
}

.header-login {
    padding: 20px 0;
}

.cerrar {
    float: left;
    color: #fff;
    font-size: 30px;
    transform: rotate(23deg);
    font-weight: 300;
    background: none;
    border: 0;
}

.titulo-pagina {
    width: 100%;
    text-align: center;
}

.login h2,
.registro h2 {
    color: #fff;
    margin: 20px 0;
}

.login img,
.registro img {
    width: 180px;
}

section.login,
section.registro {
    padding-top: 60px;
    margin: 0 auto;
    text-align: center;
}

.login input,
.registro input {
    display: block;
    margin: 0 auto;
    border: 1px solid #e2e2e2;
    padding: 15px 20px;
    font-weight: 300;
    font-size: 14px;
    width: 100%;
    box-sizing: border-box;
    border-radius: 2px;
    margin-bottom: 5px;
}

.login input:first-child,
.registro input:first-child {
    border-bottom: 0;
}

input[type="submit"] {
    border: 0;
    color: #fff;
    font-weight: 500;
    margin-top: 20px;
}

.login input[type="submit"] {
    background: #f8a76d;
}

.registro input[type="submit"] {
    background: #516471;
}

.contenedor-login {
    padding: 0 40px;
}

.login a,
.registro a {
    color: #ffffff;
    font-size: 12px;
    margin-top: 40px;
    display: inline-block;
    text-decoration: none;
    font-weight: 300;
}

a.boton-registro {
    font-size: 16px;
    display: block;
    color: #f5a56c;
    text-decoration: underline;
    margin-top: 10px;
}


/* Carousel */

.tips-galeria {
    overflow: hidden;
    margin-top: 15px;
    background: #fff;
    padding-bottom: 10px;
}

section.tips-otros {
    padding-bottom: 60px;
    background: #fff;
}

.carousel:focus {
    border: none;
    box-shadow: none;
    outline: none;
}

.carousel-cell {
    width: 50%;
    margin-right: 10px;
    border-radius: 5px;
    counter-increment: carousel-cell;
}

.flickity-viewport {
    /* height: 260px !important; */
}

.tips-galeria h4,
.tips-otros h4 {
    margin-top: 0px;
}

.tips-galeria h3,
.tips-otros h3 {
    margin-top: 5px;
    font-weight: 500;
    font-size: 14px;
}

.tips-galeria img {
    display: block;
    overflow: auto;
    border-radius: 5px;
    margin-bottom: 10px;
    height: 135px;
    object-fit: cover;
}

.tips-otros article a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
}

.tips-otros h2 {
    border-top: 1px solid #e4e4e4;
    padding-top: 15px;
    text-align: left;
    color: #516471;
    text-decoration: underline;
    font-weight: 500;
    font-style: normal;
    font-size: 14px;
}

.tips-otros img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 5px;
    margin-right: 20px;
}


/* Proveedores */

.filtro {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    padding-top: 20px;
}

.filtro li {
    padding: 10px;
    border: 1px solid #506370;
    color: #506370;
    border-radius: 50px;
    font-size: 12px;
    cursor: pointer;
}

.filtro li.seleccionado {
    background: #506370;
    color: #fff;
}

.proveedores article {
    background: #f6a66c12;
    padding: 15px;
    margin-top: 5px;
}

.proveedores {
    padding-bottom: 55px;
    background: #fff;
}

.proveedores .titulo {
    display: flex;
    padding: 0;
}

.proveedores .tema {
    display: flex;
    align-items: center;
}

.tema img {
    width: 50px;
    height: 50px;
    object-fit: contain;
    margin-right: 10px;
    -webkit-filter: grayscale(100%);
    /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
    border-radius: 50%;
    border: 1px solid #76838c1c;
}


/* Proveedor Individual */

section.proveedor {
    background: #dadada36;
    padding-bottom: 20px;
}

.proveedor .banner {
    background: url('../imagenes/proveedores-banner.jpg');
    position: relative;
    z-index: 0;
    background-size: cover;
    padding: 30px 0 40px 0;
}

.proveedor .banner:after {
    background: #4f626fc4;
    position: absolute;
    z-index: 1;
    overflow: auto;
    content: '';
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.banner .datos p,
.banner .nombre h2 {
    color: #fff;
    z-index: 2;
    position: relative;
}

.proveedor .banner .contenedor {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.banner .nombre img {
    position: relative;
    z-index: 2;
    width: 80px;
    border-radius: 50%;
}

.banner .nombre {
    text-align: center;
}

.banner .nombre h2 {
    font-size: 14px;
}

.banner .datos p:first-child {
    font-size: 14px;
    font-family: "Exo 2", sans-serif;
}

.banner .datos p:nth-child(2) {
    font-size: 24px;
    margin: 5px 0;
    font-weight: 500;
}

.banner .datos a {
    color: #fff;
    z-index: 2;
    position: relative;
    font-weight: 300;
    font-size: 12px;
    text-decoration: underline;
}

.links li {
    color: #fff;
    padding: 10px 12px;
    font-size: 12px;
    font-weight: 300;
    display: inline-block;
    border-radius: 50px;
}

.links li:first-child {
    background: #f8a76d;
    margin-right: 10px;
}

.links li:nth-child(2) {
    background: #4d606e;
}

.links {
    margin-top: -15px;
    z-index: 3;
    position: relative;
    padding: 0;
}

.links li div {
    display: flex;
    align-items: center;
}

.links li div p {
    color: #fff;
}

.links img {
    width: 20px;
    margin-right: 5px;
}

.productos-grilla {
    padding: 0;
    -webkit-column-count: 2;
    /* Chrome, Safari, Opera */
    -moz-column-count: 2;
    /* Firefox */
    column-count: 2;
}

li.producto {
    background: #fff;
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
    border-radius: 5px;
    overflow: auto;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-shadow: 0px 0px 10px -2px rgba(0, 0, 0, 0.41);
    -moz-box-shadow: 0px 0px 10px -2px rgba(0, 0, 0, 0.41);
    box-shadow: 0px 0px 10px -2px rgba(0, 0, 0, 0.41);
}


/* Perfil */

.perfil {
    background: #fff;
    margin-top: -1px;
}

.perfil .banner {
    background-color: transparent;
    border-color: transparent;
    background: #f8a76d;
    /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(left, #f8a76d, #4d606e);
    /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(right, #f8a76d, #4d606e);
    /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(right, #f8a76d, #4d606e);
    /* For Firefox 3.6 to 15 */
    background: linear-gradient(to right, #f8a76d, #4d606e);
    /* Standard syntax */
    position: relative;
    height: 60px;
    z-index: 0;
}

.perfil .nombre img {
    width: 100px;
    border-radius: 50px;
    border: 2px solid #fff;
}

.perfil .datos {
    text-align: center;
    margin-top: 10px;
    display: inline-block;
    width: 100%;
}

.perfil .sobre {
    margin-top: -50px;
    position: relative;
    z-index: 1;
    text-align: center;
}

.perfil .datos h2 {
    font-weight: 500;
    line-height: 22px;
    font-size: 16px;
}

.perfil .datos h3 {
    font-size: 14px;
    margin-bottom: 20px;
    color: #506370
}

.perfil .datos p {
    font-size: 12px;
    line-height: 18px;
    color: #a5a5a5;
}

.btn-lleno {
    padding: 10px 14px;
    border: 1px solid #506370;
    border-radius: 50px;
    font-size: 12px;
    cursor: pointer;
    background: #506370;
    color: #fff;
}

.btn-vacio {
    padding: 10px 14px;
    border: 1px solid #506370;
    border-radius: 50px;
    font-size: 12px;
    cursor: pointer;
    color: #506370;
    display: inline-block;
}

.perfil .botones {
    margin: 20px 0;
    display: block;
    overflow: auto;
    box-sizing: border-box;
    text-align: center;
}

.perfil .botones a {
    margin: 4px;
}

.estadisticas {
    border-top: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2;
}

.estadisticas ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: center;
}

.perfil h4 {
    color: #7f7f7f;
    font-weight: 500;
    font-style: normal;
    font-size: 14px;
    margin: 0;
}

.perfil h3 {
    color: #a5a5a5;
    font-size: 12px;
}

.estadisticas li:nth-child(2) {
    border-right: 1px solid #e2e2e2;
    border-left: 1px solid #e2e2e2;
    padding: 10px 0;
}

.estadisticas li {
    width: 33.33%;
}

.perfil .publicaciones h4 {
    margin: 20px 0;
    text-align: center;
    color: #516471;
    text-decoration: underline;
    display: inline-block;
}

.publicaciones {
    margin-bottom: 60px;
    text-align: center;
}

.publicaciones .fondo {
    border-radius: 5px !important;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-shadow: 0px 0px 10px -2px rgba(0, 0, 0, 0.41);
    -moz-box-shadow: 0px 0px 10px -2px rgba(0, 0, 0, 0.41);
    box-shadow: 0px 0px 10px -2px rgba(0, 0, 0, 0.41);
    position: relative;
    height: 100%;
    text-align: center;
}

.publicaciones .texto {
    position: absolute;
    text-align: center;
    width: 100%;
    bottom: 15px;
    z-index: 1;
}

.publicaciones .carousel-cell {
    height: 260px;
    margin: 0;
    padding: 0;
}

.publicaciones .texto .agregar-btn {
    background: #f8a76c;
    border-radius: 50px;
    width: 20px;
    text-align: center;
    margin: 0 auto;
    padding: 12px;
    height: 20px;
    -moz-box-sizing: border-box;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(255, 255, 255, 0.41);
    -moz-box-shadow: 0px 0px 10px -2px rgba(0, 0, 0, 0.41);
    box-shadow: 0px 0px 20px 0px rgba(255, 255, 255, 0.41);
}

.publicaciones .texto polygon {
    fill: #fff;
}

.agregar .fondo:after {
    border-radius: 5px !important;
    background: #4f626fc4;
    content: '';
    display: inline-block;
    overflow: auto;
    width: 100%;
    height: 100%;
}

.publicaciones .texto h4 {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    margin: 10px 0 10px 0;
    padding: 0 10px;
}

.publicaciones .agregar .texto {
    bottom: initial;
    top: calc(50% - 40px);
}

.publicaciones .nota:after {
    display: block;
    position: absolute;
    background-image: linear-gradient(170deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.05) 0%, rgb(79, 98, 111) 100%);
    height: 100%;
    width: 100%;
    content: '';
    top: 0;
    z-index: 0;
    border-radius: 5px !important;
}

.publicaciones .texto h5 {
    color: #bbc4ca;
}


/* Footer */

footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    padding: 12px 0;
    border-top: 1px solid #ccc;
    background: #fff;
    z-index: 9999;
}

footer ul {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
    list-style: none;
    justify-content: space-between;
    width: 100%;
}

footer img,
header svg {
    width: 20px;
    height: 20px;
    vertical-align: middle;
}

.productos-grilla .titulo {
    padding: 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.favorito svg {
    width: 20px;
    padding-left: 10px;
}

.nombre h2 {
    font-weight: 500;
    font-size: 14px;
}

.producto .nombre h3 {
    font-size: 12px;
    color: #f8a76d;
}


/* Agenda */

section.agenda {
    background: #fff;
    padding-bottom: 20px;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}

.calendario {
    text-align: center;
}

.calendario .mes {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    -webkit-margin-after: 30px;
    padding: 30px 0 20px;
}

.agenda .etiqueta {
    background: #516471;
    color: #fff;
    border-radius: 30px;
    padding: 5px 15px;
    font-size: 11px;
    text-transform: uppercase;
    font-family: "Exo 2", sans-serif;
}

.calendario h2 {
    color: #656565;
    font-size: 20px;
}

.calendario h2 span {
    font-weight: 500;
}

.calendario thead {
    font-weight: 600;
    text-transform: uppercase;
    color: #656565;
}

.calendario tbody {
    color: #7c8a95;
}

.calendario .prev-month,
.calendario .next-month {
    color: #cbd1d2;
}

.calendario td {
    border: 0;
    display: inline-block;
    text-align: center;
    line-height: 40px;
    width: 13%;
    12px font-size: ;
    font-size: 13px;
    margin: 0 auto;
}

.actual {
    color: #f8a76c;
}

.evento {
    cursor: pointer;
    position: relative;
}

.evento:after {
    background: #f8a76c;
    border-radius: 50%;
    bottom: 0.4em;
    display: block;
    content: "";
    height: 0.4em;
    left: 50%;
    margin: -0.25em 0 0 -0.25em;
    position: absolute;
    width: 0.4em;
}

.evento-importante:after {
    background: #506370;
    display: inline-block;
    width: 36px;
    height: 36px;
    overflow: auto;
    content: '';
    position: absolute;
    z-index: 1;
    margin: 0 auto;
    border-radius: 50%;
    top: 0;
    left: calc(50% - 22px);
    border: 4px solid #fff;
}

.calendario tr {
    border-bottom: 1px solid #f1f1f1;
}

.evento-importante {
    position: relative;
}

.evento-importante p {
    z-index: 99999;
    color: #fff;
    display: block;
    position: relative;
    font-family: "Exo 2", sans-serif;
    font-size: inherit;
    line-height: inherit;
}

.eventos article {
    background: #fff;
    padding: 15px;
    margin-top: 5px;
    border-left: 3px solid #f8a76c;
    -moz-box-sizing: border-box;
    -webkit-box-shadow: 0px 0px 10px -2px rgba(0, 0, 0, 0.20);
    -moz-box-shadow: 0px 0px 10px -2px rgba(0, 0, 0, 0.41);
    box-shadow: 0px 0px 10px -2px rgba(0, 0, 0, 0.20);
}

.eventos {
    padding: 20px 0 60px 0;
    background: #dadada36;
}

.eventos .titulo {
    display: flex;
    padding: 0;
}

.eventos .tema {
    display: flex;
    align-items: center;
}

.eventos h2 {
    margin: 0 0 10px 0;
    text-align: center;
    color: #516471;
    text-decoration: underline;
    display: inline-block;
    font-weight: 500;
    font-style: normal;
    font-size: 14px;
}

.eventos .fecha {
    text-align: center;
    font-weight: 600;
    font-size: 20px;
}

.eventos .fecha span {
    display: block;
    font-weight: 300;
    font-size: 14px;
    line-height: 16px;
}

.eventos article.importante {
    background: #ecb18563;
}

.eventos .importante h4 {
    color: #506370;
}


/* Evento Interior */

.evento-interior .banner {
    position: relative;
    z-index: 0;
    background-size: cover;
    padding: 20px 20px 40px 20px;
    border-color: transparent;
    background: #506370;
    -moz-box-sizing: border-box;
    -webkit-box-shadow: 0px 0px 10px -2px rgba(0, 0, 0, 0.20);
    -moz-box-shadow: 0px 0px 10px -2px rgba(0, 0, 0, 0.41);
    box-shadow: 0px 0px 10px -2px rgba(0, 0, 0, 0.20);
}

.evento-interior .banner .datos h2 {
    color: #fff;
    font-size: 60px;
    font-weight: 500;
    line-height: 60px;
}

.evento-interior .banner .datos p {
    font-size: 20px;
    margin: 0;
}

.evento-interior .banner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.evento-interior .datos {
    text-align: center;
}

.evento-interior .banner .datos p:nth-child(3) {
    font-size: 12px;
    margin: 10px 0;
}

.evento-interior .nombre {
    text-align: left;
    padding-left: 20px;
}

.evento-interior .nombre h3 {
    font-size: 12px;
    color: #fff;
}

.evento-interior .nombre h2 {
    font-weight: 500;
    font-size: 20px;
}

.evento-interior .nombre p {
    font-style: italic;
    color: #fff;
    font-size: 12px;
    line-height: 14px;
    font-family: "Exo 2", sans-serif;
}

.evento-interior .nombre p:last-child {
    margin-top: 15px;
}

.evento-interior .botones {
    margin-top: -17px;
    position: relative;
}

.evento-interior .filtro {
    display: flex;
    margin: 0 auto;
    width: 100%;
    justify-content: center;
}

.evento-interior .filtro li {
    margin: 0 5px;
    background: #fff;
    border: none;
    a -moz-box-sizing: border-box;
    -webkit-box-shadow: 0px 0px 10px -2px rgba(0, 0, 0, 0.41);
    -moz-box-shadow: 0px 0px 10px -2px rgba(0, 0, 0, 0.41);
    box-shadow: 0px 0px 10px -2px rgba(0, 0, 0, 0.41);
}

.evento-interior .filtro li.seleccionado {
    background: #f8a76c;
}

.evento-interior .informacion {
    background: #fff;
    padding: 15px;
    font-size: 12px;
    -moz-box-sizing: border-box;
    -webkit-box-shadow: 0px 0px 10px -2px rgba(0, 0, 0, 0.20);
    -moz-box-shadow: 0px 0px 10px -2px rgba(0, 0, 0, 0.41);
    box-shadow: 0px 0px 10px -2px rgba(0, 0, 0, 0.20);
    margin-top: 5px;
}

.evento-interior {
    background: #dadada36;
    padding-top: 15px;
    padding-bottom: 60px;
}

.evento-interior .informacion h3 {
    font-weight: 500;
    overflow: auto;
    width: 100%;
}

.evento-interior .informacion h3:after {
    display: block;
    height: 2px;
    width: 40px;
    background: #f8a76c;
    content: '';
    overflow: auto;
    text-align: left;
    margin: 15px 0;
}

.evento-interior .informacion p {
    margin-bottom: 20px;
}

.evento-interior .estadisticas {
    background: #fff;
    padding: 10px 0;
    font-size: 12px;
    -moz-box-sizing: border-box;
    -webkit-box-shadow: 0px 0px 10px -2px rgba(0, 0, 0, 0.20);
    -moz-box-shadow: 0px 0px 10px -2px rgba(0, 0, 0, 0.41);
    box-shadow: 0px 0px 10px -2px rgba(0, 0, 0, 0.20);
    margin-top: 20px;
    border: 0;
}

.evento-interior .estadisticas h3 {
    color: #a5a5a5;
    font-size: 12px;
}

.evento-interior .estadisticas h4 {
    color: #7f7f7f;
    font-weight: 500;
    font-style: normal;
    font-size: 14px;
    margin: 0;
}


/* Inicial */

.inicial {
    background: #b9b9b91c;
    position: relative;
    z-index: 0;
    background-size: cover;
    padding: 0;
    height: calc(100vh - 63px);
}

.galeria {
    overflow: hidden;
    position: relative;
    z-index: 2;
    padding-top: 20px;
}

.galeria h4 {
    margin-top: 0px;
}

.galeria h3 {
    margin-top: 5px;
}

.galeria img {
    display: block;
    overflow: auto;
    margin-bottom: 10px;
    height: 45vh;
    object-fit: cover;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    margin: 0;
    position: relative;
}

.flickity-page-dots {
    position: relative;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    line-height: 1;
    z-index: 99999;
    margin-top: 10px;
}

.flickity-page-dots .dot {
    display: inline-block;
    width: 8px;
    height: 8px;
    margin: 0 6px;
    background: #4d606e;
    border-radius: 50px;
    opacity: 0.4;
    cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
    opacity: 1;
    background: #4d606e;
    width: 14px;
}

.galeria .flickity-viewport {
    /* height: 75vh !important; */
    position: relative;
}

.galeria article {
    background: #fff;
    border-radius: 5px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-shadow: 0px 0px 10px -2px rgba(0, 0, 0, 0.41);
    -moz-box-shadow: 0px 0px 10px -2px rgba(0, 0, 0, 0.41);
    box-shadow: 0px 0px 10px -2px rgba(0, 0, 0, 0.41);
    height: 100%;
}

.galeria .carousel-cell {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    margin-left: 15px !important;
}

.inicial .texto {
    padding: 25px 30px;
    height: 15vh;
    display: block;
    overflow: auto;
}

.inicial .texto h2 {
    font-weight: 500;
    display: block;
}

.inicial .texto p {
    font-size: 12px;
    line-height: 16px;
}

.inicial .texto h2:after {
    display: block;
    height: 2px;
    width: 40px;
    background: #f8a76c;
    content: '';
    overflow: auto;
    text-align: center;
    margin: 10px auto;
}

.login-btn {
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 30px;
    padding: 10px 14px;
    background: #f8a76b;
    border-radius: 50px;
    font-size: 14px;
    cursor: pointer;
    text-align: center;
    margin: 0 auto;
    width: auto;
    left: calc(50% - 61px);
}

.login-btn svg {
    width: 15px;
}

.login-btn path {
    fill: #ffffff !important;
}

.login-btn p {
    color: #fff;
    margin-right: 10px;
    font-size: 12px;
}

.flickity-prev-next-button {
    display: none;
}


/* Nota */

.nota {
    margin-top: 15px;
    padding-bottom: 60px;
}

.nota img {
    height: 200px;
    object-fit: cover;
    margin-bottom: 10px;
}

.nota h2 {
    font-weight: 500;
    overflow: auto;
    width: 100%;
}

.nota h2:after {
    display: block;
    height: 2px;
    width: 40px;
    background: #f8a76c;
    content: '';
    overflow: auto;
    text-align: left;
    margin: 15px 0;
}

.nota h3 {
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 20px;
}

.nota p {
    margin-bottom: 20px;
}

.nota .info {
    width: 100%;
    text-align: left;
    float: left;
    justify-content: left;
    margin-bottom: 20px;
}

.nota .info img {
    width: 18px;
    height: auto;
    margin: 0;
    margin-right: 5px;
}

.nota .info div {
    display: flex;
    align-items: center;
    margin-right: 20px;
    font-size: 12px;
}

.nota .etiqueta a {
    background: #f8a76c;
    color: #fff !important;
    border-radius: 30px;
    padding: 5px 15px;
    font-size: 11px;
    text-transform: uppercase;
    font-family: "Exo 2", sans-serif;
}


/* Responsive */
@media (min-width: 768px) {
    footer {
        display: none;
    }
    .contenedor {
    margin: 0 auto;
    max-width: 1170px;
    padding:  0;
    }
    .contenedor-mobile {
    margin: 0 auto;
    max-width: 1170px;
    padding: 0;
    }
    .mobile-menu {
        right:  0;
        opacity: 1;
        background:  none;
        height:  auto;
        position:  relative;
        top: initial;
        max-width:  none;
    }

    .mobile-menu ul {
        margin:  0;
        padding:  0;
        display: flex;
        position:  relative;
        align-items:  center;
        float:  right;
    }

    .mobile-menu ul li {
        display:  inline-block;
        padding: 0 10px;
    }

    .mobile-menu ul li a {
        display:  inline-block;
        width: initial;
        max-width: inherit;
        margin:  inherit;
        overflow:  auto;
        font-size: 16px;
        line-height: 20px;
        font-weight: 300;
    }

    .mobile-nav-button {
        display: none;
    }

    .menu-mas {
        width: 100%;
    }

    .perfil-info {
        display: none;
    }

    .mobile-menu ul li a span {
        display: none;
    }

    .mobile-menu ul li a.activo {
        border:  0;
        padding:  0;
        font-weight: 600;
    }

    .mobile-menu ul li a.activo:after {
        content:  '';
        display: none;
    }
    .logo {
    display:  none;
    }

    .logo.mobile {
    display:  block;
    }
    header h1 {
    display: none;
    }
    .titulo-pag {
    display: block;
    background: #dadada36;
    padding: 30px 0;
    }
    .titulo-pag h2 {
    font-size: 48px;
    }
    .contenedor-mobile {
    margin: 0 auto;
    max-width: 1170px;
    padding: 0;
    display:  flex;
    align-items:  center;
    justify-content: space-between;
    flex-flow: row wrap;
    }

    .contenedor-mobile article {
    width: 30%;
    }

    .titulo {
    height: 55px;
    }
    .actividad article:last-child {
    border-bottom: 1px solid #e2e2e2;
    }

    .tema {
        width: 75%;
    }

    .info {
        width: 35%;
    }
    .filtro {
    display:  inline-block;
    }

    .filtro li {
    display:  inline-block;
    padding: 10px 20px;
    margin-right: 10px;
    }
}