.btn-success{color:#fff;background-color:#800080;border-color:#800080}
.btn-success:hover{color:#fff;background-color:#800080;border-color:#800080}


.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

body {
  font-family: 'Open Sans', sans-serif;
  color: #1a1b1f;
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
}

h1 {
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 44px;
  line-height: 62px;
  font-weight: 400;
}

h2 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 20px;
  font-weight: 700;
}

h3 {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #b8b8bf;
  font-size: 14px;
  line-height: 16px;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
}

h4 {
  margin-top: 20px; /* creado por sublime */
  margin-bottom: 30px; /* creado por sublime */
  font-size: 24px;
  line-height: 38px;
  font-weight: 400;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 34px;
  font-weight: 500;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 28px;
  font-weight: 500;
}

p {
  margin-bottom: 30px; /* Modificado con sublime */
}

a {
  text-decoration: none!important;/*Adionado-a-css-a-través-de-sublime*/
}

.nav-link:hover {
    text-decoration: underline!important;/*Adionado-a-css-a-través-de-sublime*/
}

a:hover {
  color: #32343a;
  text-decoration: none;/*Adionado-a-css-a-través-de-sublime quitar subrayado en links de boostrap*/
}

a {
  display: block;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  color: #007bff;
  text-decoration: underline;
}

a:hover {
  color: #32343a;
}

a:active {
  color: #007bff;
}

ul {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 40px;
  list-style-type: disc;
}

li {
  margin-bottom: 10px;
}

img {
  display: block;
}

label {
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

blockquote {
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 15px 30px;
  border-left: 5px solid #e2e2e2;
  font-size: 20px;
  line-height: 34px;
}

figure {
  margin-top: 25px;
  padding-bottom: 20px;
}

figcaption {
  margin-top: 5px;
  opacity: 0.6;
  font-size: 14px;
  line-height: 26px;
  text-align: center;
}

/* Adicionado a través de sublime, Estilo landing organizadores palabras subrayadas*/
.landing-subrayados{
  text-decoration-line: underline;
}

/*Adicionado a través de sublime, estilo para landing artistas*/
.text---modificacion{
  padding-bottom: 0px!important;
}
/*Adicionado a través de sublime, estilo para landing artistas*/
.text---modificacion-2{
  padding-top: 0px!important;
}
/*Adicionado a través de sublime, estilo para landing artistas*/
.img-reactiva{
  line-height: 3.5;
  margin-right: 20px;
  display: inline-block;
}
/*Adicionado a través de sublime, estilo para landing artistas*/
.img-reactiva-2{
  line-height: 3.5;
  margin-right: 20px;
  display: inline-block;
}

.heading-jumbo-small {
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 36px;
  line-height: 50px;
  font-weight: 400;
  text-transform: none;
}

.styleguide-block {
  display: block;
  margin-top: 80px;
  margin-bottom: 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}

.heading-jumbo-tiny {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 32px;
  font-weight: 500;
  text-transform: uppercase;
}

.rich-text {
  width: 70%;
  margin-right: auto;
  margin-bottom: 100px;
  margin-left: auto;
}

.rich-text p {
  margin-top: 15px;
  margin-bottom: 25px;
  opacity: 0.6;
}

.flex---middle {
  display: block;
  padding-top: 40px;
  padding-right: 5%;
  padding-left: 5%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.flex---middle.event---main-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 22px;
  padding-right: 0%;
  padding-left: 0%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.flex---middle.event---content-div {
  padding-top: 0px;
}

.flex---middle.noticia---content-div {
  padding-top: 0px;
  padding-right: 3%;
  padding-left: 3%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.flex---middle.noticias---content-div {
  padding-top: 0px;
  padding-right: 0%;
  padding-left: 3%;
}

.flex---middle.noticia---main-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  padding-right: 0%;
  padding-left: 0%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.flex---middle.noticia---main-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0%;
  padding-left: 0%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.styleguide-content-wrap {
  text-align: center;
}

.paragraph-small {
  font-size: 14px;
  line-height: 26px;
}

.styleguide-header-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 460px;
  padding: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #1a1b1f;
  color: #fff;
  text-align: center;
}

.styleguide-button-wrap {
  margin-top: 10px;
  margin-bottom: 10px;
}

.heading-jumbo {
  display: none;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 64px;
  line-height: 80px;
  text-align: center;
  text-transform: none;
}

.paragraph-tiny {
  font-size: 12px;
  line-height: 20px;
}

.paragraph-tiny.cc-paragraph-tiny-light {
  opacity: 0.7;
}

.label {
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.label.cc-styleguide-label {
  margin-bottom: 25px;
}

.label.cc-speaking-label {
  margin-top: 20px;
  margin-bottom: 10px;
}

.label.cc-about-light {
  opacity: 0.6;
}

.paragraph-light {
  opacity: 0.6;
}

.paragraph-light.cc-position-name {
  margin-bottom: 5px;
}

.section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.section.cc-contact {
  display: none;
  padding-right: 80px;
  padding-left: 80px;
  background-color: #f4f4f4;
}

.button {
  padding: 12px 25px;
  border-radius: 0px;
  background-color: #1a1b1f;
  -webkit-transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
  transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
  color: #fff;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.button:hover {
  background-color: #32343a;
  color: #fff;
}

.button:active {
  background-color: #43464d;
}

.button.cc-jumbo-button {
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.button.cc-white-button {
  padding: 16px 35px;
  background-color: #fff;
  color: #202020;
  font-size: 14px;
  line-height: 26px;
}

.button.cc-white-button:hover {
  background-color: hsla(0, 0%, 100%, 0.8);
}

.button.cc-white-button:active {
  background-color: hsla(0, 0%, 100%, 0.9);
}

.paragraph-bigger {
  margin-bottom: 10px;
  opacity: 1;
  font-size: 20px;
  line-height: 34px;
  font-weight: 400;
}

.paragraph-bigger.cc-bigger-light {
  opacity: 0.6;
}

.divider {
  height: 1px;
  background-color: #eee;
}

.logo-link {
  z-index: 1;
}

.logo-link:hover {
  opacity: 0.8;
}

.logo-link:active {
  opacity: 0.7;
}

.logo-link.w--current {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.navigation-item {
  display: none;
  padding: 9px;
  opacity: 0.6;
  color: #1a1a1b;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.navigation-item:hover {
  opacity: 0.9;
  color: #535357;
}

.navigation-item:active {
  opacity: 0.8;
}

.navigation-item.w--current {
  display: none;
  opacity: 1;
  color: #1a1b1f;
  font-weight: 600;
}

.navigation-item.w--current:hover {
  opacity: 0.8;
  color: #32343a;
}

.navigation-item.w--current:active {
  opacity: 0.7;
  color: #32343a;
}

.navigation-item.selected {
  display: block;
  margin-left: 12px;
  color: #535357;
  font-size: 14px;
  text-transform: none;
}

.navigation-item.selected:hover {
  color: #1a1a1b;
}

.navigation-items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.navigation {
  position: relative;
  display: block;
  width: 100%;
  padding: 22px 50px 22px 60px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  border-bottom: 1px none purple;
  background-color: #fff;
}

.navigation.home {
  box-shadow: 0 1px 10px 1px rgba(184, 184, 191, 0.5);
}

.navigation.home.menu-sticky {
  position: -webkit-sticky;
  position: sticky;
}

.logo-image {
  display: block;
  margin-right: 30px;
}

.navigation-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.basicwrap {
  margin-top: 100px;
  margin-bottom: 140px;
}

.name-text {
  font-size: 20px;
  line-height: 34px;
  font-weight: 400;
}

.position-name-text {
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 34px;
  font-weight: 400;
  text-transform: none;
}

.work-description {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.work-experience-grid {
  margin-bottom: 140px;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-areas: ". . . .";
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr 30px 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.works-grid {
  display: none;
  margin-bottom: 80px;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-areas: ". . ." ". . .";
  -ms-grid-columns: 1.5fr 30px 1fr 30px 1.5fr;
  grid-template-columns: 1.5fr 1fr 1.5fr;
  -ms-grid-rows: auto 30px auto;
  grid-template-rows: auto auto;
}

.carrer-headline-wrap {
  width: 70%;
  margin-bottom: 50px;
}

.work-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 460px;
  margin-bottom: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #f4f4f4;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png');
  background-position: 50% 50%;
  background-size: cover;
  text-align: center;
  text-decoration: none;
}

.work-image:hover {
  opacity: 0.8;
}

.work-image:active {
  opacity: 0.7;
}

.work-image.cc-work-1 {
  background-image: url('../images/portfolio-1---wide.svg');
  background-size: cover;
}

.work-image.cc-work-2 {
  background-image: url('../images/portfolio-2---wide.svg');
  background-size: cover;
}

.work-image.cc-work-4 {
  background-image: url('../images/portfolio-3---wide.svg');
  background-size: cover;
}

.work-image.cc-work-3 {
  background-image: url('../images/portfolio-4---wide.svg');
  background-size: cover;
}

.project-name-link {
  margin-bottom: 5px;
  font-size: 20px;
  line-height: 34px;
  font-weight: 400;
  text-decoration: none;
}

.project-name-link:hover {
  opacity: 0.8;
}

.project-name-link:active {
  opacity: 0.7;
}

.text-field {
  margin-bottom: 18px;
  padding: 21px 20px;
  border: 1px solid #e4e4e4;
  border-radius: 0px;
  -webkit-transition: border-color 400ms ease;
  transition: border-color 400ms ease;
  font-size: 14px;
  line-height: 26px;
}

.text-field:hover {
  border-color: #e3e6eb;
}

.text-field:active {
  border-color: #43464d;
}

.text-field:focus {
  border-color: #43464d;
}

.text-field::-webkit-input-placeholder {
  color: rgba(50, 52, 58, 0.4);
}

.text-field:-ms-input-placeholder {
  color: rgba(50, 52, 58, 0.4);
}

.text-field::-ms-input-placeholder {
  color: rgba(50, 52, 58, 0.4);
}

.text-field::placeholder {
  color: rgba(50, 52, 58, 0.4);
}

.text-field.cc-textarea {
  height: 200px;
  padding-top: 12px;
}

.status-message {
  padding: 9px 30px;
  background-color: #202020;
  color: #fff;
  font-size: 14px;
  line-height: 26px;
  text-align: center;
}

.status-message.cc-success-message {
  background-color: #12b878;
}

.status-message.cc-error-message {
  background-color: #db4b68;
}

.contact {
  padding-top: 80px;
  padding-bottom: 90px;
}

.contact-headline {
  width: 70%;
  margin-bottom: 40px;
}

.contact-form-grid {
  grid-column-gap: 30px;
  grid-row-gap: 10px;
}

.contact-form-wrap {
  width: 70%;
}

.footer-wrap {
  position: static;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 40px 50px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.webflow-link {
  display: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0.5;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
  text-decoration: none;
  text-transform: uppercase;
}

.webflow-link:hover {
  opacity: 1;
}

.webflow-link:active {
  opacity: 0.8;
}

.webflow-logo-tiny {
  margin-top: -2px;
  margin-right: 8px;
}

.footer-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-item {
  margin-right: 20px;
  margin-left: 20px;
  opacity: 0.6;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.footer-item:hover {
  opacity: 0.9;
}

.footer-item:active {
  opacity: 0.8;
}

.about-intro-grid {
  margin-top: 100px;
  margin-bottom: 140px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template-areas: ". .";
  -ms-grid-columns: 1fr 80px 2fr;
  grid-template-columns: 1fr 2fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.hi-there-heading {
  margin-top: 10px;
  margin-bottom: 20px;
}

.service-name-text {
  margin-bottom: 10px;
  opacity: 0.6;
  font-size: 30px;
  line-height: 46px;
}

.skillset-wrap {
  padding-right: 60px;
}

.reference-link {
  opacity: 0.6;
  font-size: 14px;
  line-height: 26px;
  text-decoration: none;
}

.reference-link:hover {
  opacity: 1;
}

.reference-link:active {
  opacity: 0.9;
}

.featured-item-wrap {
  margin-bottom: 25px;
}

.services-items-grid {
  padding-top: 10px;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-areas: ". .";
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.skills-grid {
  margin-bottom: 140px;
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template-areas: ". .";
  -ms-grid-columns: 1fr 80px 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.personal-features-grid {
  margin-bottom: 110px;
  grid-column-gap: 80px;
  grid-row-gap: 20px;
  grid-template-areas: ". ." ". .";
  -ms-grid-rows: auto 20px auto;
  grid-template-rows: auto auto;
}

.speaking-text {
  display: inline-block;
  margin-right: 8px;
}

.speaking-text.cc-past-speaking {
  opacity: 0.6;
}

.speaking-detail {
  display: inline-block;
  opacity: 0.6;
}

.upcoming-wrap {
  margin-bottom: 40px;
}

.social-media-heading {
  margin-bottom: 60px;
}

.social-media-grid {
  margin-bottom: 30px;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  -ms-grid-rows: auto 30px auto;
  grid-template-areas: ". . . ." ". . . .";
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr 30px 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.project-overview-grid {
  margin-top: 120px;
  margin-bottom: 135px;
  grid-column-gap: 50px;
  grid-row-gap: 100px;
  grid-template-areas: ". . . ." ". . . .";
  -ms-grid-columns: 1fr 50px 1fr 50px 1fr 50px 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto 100px auto;
  grid-template-rows: auto auto;
}

.detail-header-image {
  width: 100%;
}

.project-description-grid {
  margin-top: 120px;
  margin-bottom: 120px;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-areas: ". .";
  -ms-grid-columns: 1fr 30px 2.5fr;
  grid-template-columns: 1fr 2.5fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.detail-image {
  width: 100%;
  margin-bottom: 30px;
}

.email-section {
  width: 70%;
  margin: 140px auto 200px;
  text-align: center;
}

.email-link {
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 64px;
  line-height: 88px;
  font-weight: 400;
  text-decoration: none;
  text-transform: none;
}

.email-link:hover {
  opacity: 0.8;
}

.email-link:active {
  opacity: 0.7;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  padding: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  text-align: center;
}

._404-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #1a1b1f;
}

._404-content-wrap {
  margin-bottom: 20px;
}

.protected-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 90px;
  padding-bottom: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.protected-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.protected-heading {
  margin-bottom: 30px;
}

.category-menu {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 52px;
  padding: 10px 50px 10px 14%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  box-shadow: 0 0 10px 1px rgba(184, 184, 191, 0.5);
}

.sticky-menu-botones {
  height: 32px;
  margin-right: 2px;
  padding: 0px 11px 2px;
  border-radius: 8px;
  background-color: transparent;
  color: #1a1a1b;
  font-size: 15px;
  font-weight: 300;
  text-decoration: none;
}

/*Creado por fuera de Web flow*/
.sticky-menu-botones-activos {
  margin-right: 2px;
  padding: 0px 11px 2px;
  border-radius: 8px;
  background-color: purple;
  color: #fff;
  font-size: 15px;
  font-weight: 300;
  text-decoration: none;
  border-color: purple;
  border-width: 1px;
  border-style: solid;
}

.sticky-menu-botones:hover {
  border-color: purple;
  background-color: purple;
  color: #fff;
}

/*Creado por fuera de Web Flow*/
.sticky-menu-botones-activos:hover {
  border-color: purple;
  border-width: 1px;
  border-style: solid;
  background-color: transparent;
  color: #1a1a1b;
}

.sticky-menu-botones:active {
  background-color: purple;
  color: #fff;
}

.sticky-menu-botones.button---publicar {
  font-size: 12px;
}

.sticky-menu-botones.regresar {
  width: 36px;
  height: 32px;
  padding-left: 11px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  border: 1px solid transparent;
  background-color: purple;
  background-image: url('../images/Back-Arrow-Wt.svg');
  background-position: 45% 60%;
  background-size: 20px;
  background-repeat: no-repeat;
}

.sticky-menu-botones.regresar:hover {
  border-style: solid;
  border-color: purple;
  background-color: #fff;
  background-image: url('../images/Back-Arrow.svg');
}

.sticky-menu-botones.sticky-menu-categorias {
  padding-left: 36px;
  background-image: url('../images/Categorias.svg');
  background-position: 9px 50%;
  background-size: 19px;
  background-repeat: no-repeat;
}

.sticky-menu-botones.sticky-menu-categorias:hover {
  background-image: url('../images/Categorias-Wt.svg');
}

.sticky-menu-botones.sticky-menu-categorias.sticky-menu-fecha {
  background-image: url('../images/Fecha.svg');
}

.sticky-menu-botones.sticky-menu-categorias.sticky-menu-fecha:hover {
  background-image: url('../images/mapa-Wt.svg');
}

.sticky-menu-botones.sticky-menu-categorias.sticky-menu-costo {
  background-image: url('../images/Costo.svg');
}

.sticky-menu-botones.sticky-menu-categorias.sticky-menu-costo:hover {
  background-image: url('../images/Costo-Wt.svg');
}

.sticky-menu-botones.sticky-menu-categorias.sticky-menu-mapa {
  background-image: url('../images/Mapa.svg');
}

.sticky-menu-botones.sticky-menu-categorias.sticky-menu-mapa:hover {
  background-image: url('../images/Mapa-Wt_1.svg');
}

.sticky-menu-botones.event---button-todos-los-eventos {
  background-color: #f0f1f4;
}

.sticky-menu-botones.event---ver-todos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 32px;
  margin-left: 12px;
  padding-bottom: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #f0f1f4;
  background-color: #f0f1f4;
  font-size: 13px;
  line-height: 16px;
  font-style: italic;
  font-weight: 400;
  letter-spacing: 0.3px;
}

.sticky-menu-botones.event---ver-todos:hover {
  border-color: #dfe0e5;
  background-color: #dfe0e5;
  color: #1a1a1b;
}

.sticky-menu-botones.noticias---categorias-botones {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 34px;
  min-height: 34px;
  margin-right: 14px;
  margin-bottom: 6px;
  padding-top: 8px;
  padding-bottom: 8px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #f0f1f4;
  background-color: #f0f1f4;
  font-size: 13px;
  line-height: 16px;
  font-style: italic;
  font-weight: 400;
  letter-spacing: 0.3px;
}

.sticky-menu-botones.noticias---categorias-botones:hover {
  border-color: #dfe0e5;
  background-color: #dfe0e5;
  color: #1a1a1b;
}

.sticky-menu-botones.noticias---regresar {
  width: 36px;
  height: 34px;
  margin-right: 14px;
  padding-left: 11px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  border: 1px solid transparent;
  background-color: purple;
  background-image: url('../images/Back-Arrow-Wt.svg');
  background-position: 45% 60%;
  background-size: 20px;
  background-repeat: no-repeat;
}

.sticky-menu-botones.noticias---regresar:hover {
  border-style: solid;
  border-color: purple;
  background-color: #fff;
  background-image: url('../images/Back-Arrow.svg');
}

.sticky-menu-botones.noticias---regresar.lo---regresar {
  position: absolute;
  top: 108px;
  background-color: #fff;
  background-image: url('../images/Back-Arrow.svg');
  box-shadow: -1px 1px 16px 0 rgba(26, 26, 27, 0.5);
  -webkit-transition: opacity 200ms ease, -webkit-transform 200ms ease;
  transition: opacity 200ms ease, -webkit-transform 200ms ease;
  transition: transform 200ms ease, opacity 200ms ease;
  transition: transform 200ms ease, opacity 200ms ease, -webkit-transform 200ms ease;
}

.sticky-menu-botones.noticias---regresar.lo---regresar:hover {
  border-style: none;
  -webkit-transform: translate(-6px, 0px);
  -ms-transform: translate(-6px, 0px);
  transform: translate(-6px, 0px);
}

.body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  font-family: 'Open Sans', sans-serif;
  color: #1a1a1b;
}

.search-bar {
  position: relative;
  z-index: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.search-bar.home {
  display: none;
}

.search-input {
  height: 40px;
  margin-bottom: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 33%;
  -ms-flex: 0 33%;
  flex: 0 33%;
  border-style: solid none solid solid;
  border-width: 1px;
  border-color: purple;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}

.search-input:focus {
  border-top-style: solid;
  border-top-color: purple;
  border-bottom-style: solid;
  border-bottom-color: purple;
  border-left-style: solid;
  border-left-color: purple;
}

.search-input::-webkit-input-placeholder {
  color: #b8b8bf;
}

.search-input:-ms-input-placeholder {
  color: #b8b8bf;
}

.search-input::-ms-input-placeholder {
  color: #b8b8bf;
}

.search-input::placeholder {
  color: #b8b8bf;
}

.search-input.home {
  -webkit-box-flex: 0;
  -webkit-flex: 0 33%;
  -ms-flex: 0 33%;
  flex: 0 33%;
  border-style: solid;
  border-width: 1px;
  border-radius: 8px;
}

.search-input.listing {
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  border-style: none;
  border-width: 1px;
  border-radius: 8px 0px 0px 8px;
  box-shadow: 0 0 20px 0 rgba(184, 184, 191, 0.33);
}

.search-input.search---listing {
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  border-style: none;
  border-width: 1px;
  border-radius: 8px 0px 0px 8px;
  box-shadow: 0 0 20px 0 rgba(184, 184, 191, 0.33);
}

.search-button {
  position: relative;
  width: 50px;
  height: 40px;
  padding-top: 0px;
  padding-bottom: 0px;
  border-style: none;
  border-width: 1px;
  border-color: purple;
  border-radius: 0px 8px 8px 0px;
  background-color: #fff;
  background-image: url('../images/Search-Dark.svg');
  background-position: 40% 50%;
  background-size: 20px;
  background-repeat: no-repeat;
  box-shadow: 0 0 20px 0 rgba(184, 184, 191, 0.33);
  letter-spacing: 1px;
}

.search-button:hover {
  background-color: #f0f1f4;
  color: #fff;
}

.search-button.home {
  width: 50px;
  border-style: solid;
  border-width: 1px;
  border-radius: 8px;
  background-position: 50% 50%;
}

.menu-left-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.listing {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 45px;
  padding: 22px;
  align-self: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 15px;
  grid-template-areas: ".";
  -ms-grid-columns: 0.25fr 20px 1fr 20px 1fr;
  grid-template-columns: 0.25fr 1fr 1fr;
  -ms-grid-rows: 0px 15px auto 15px auto;
  grid-template-rows: 0px auto auto;
  border-radius: 12px;
  background-color: #fff;
  box-shadow: 0 0 10px 1px rgba(184, 184, 191, 0.5);
}

.listing.listing---featured {
  background-color: #fff;
}

.listing.listing---featured.lf-2 {
  border-style: solid;
  border-width: 1px;
  border-color: #1a1a1b;
  background-color: #fff;
}

.listing---date-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  min-width: 50px;
  margin-right: 20px;
  margin-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-align: center;
}

.listing---date-column.date {
  height: auto;
  min-width: 52px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

.right-div {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.text-block {
  font-size: 20px;
  line-height: 26px;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.fecha---numero {
  margin-bottom: 8px;
  font-size: 34px;
  line-height: 40px;
  font-weight: 800;
}

.listing---dia-y-hora {
  font-size: 13px;
  line-height: 20px;
  font-weight: 600;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.listings---date-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 6px;
  font-size: 13px;
}

.listing---date {
  margin-right: 14px;
  color: purple;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: 1px;
  text-decoration: none;
}

.listing---date:hover {
  color: #1a1a1b;
}

.listing---date.ver-mas {
  color: #b8b8bf;
  font-weight: 700;
}

.listing---date.listing---more-dates {
  color: #b8b8bf;
}

.listing---precio {
  color: #1a1a1b;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 2px;
}

.listing---sitio {
  color: #1a1a1b;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: 1px;
  text-decoration: none;
}

.listing---sitio:hover {
  color: #535357;
}

.listing---fila {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 2px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  font-size: 13px;
  line-height: 22px;
}

.listing---ver-mapa {
  margin-left: 20px;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  color: purple;
  font-weight: 300;
  letter-spacing: 0.6px;
  text-decoration: none;
}

.event-name {
  color: #1a1a1b;
  font-size: 24px;
  line-height: 40px;
  font-weight: 300;
  letter-spacing: 1px;
  text-decoration: none;
}

.event-name:hover {
  color: #535357;
}

.image {
  border-radius: 12px;
  box-shadow: 0 0 20px 4px rgba(64, 76, 100, 0.12);
}

.image.ad {
  width: 100%;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  box-shadow: 0 0 14px 4px rgba(64, 76, 100, 0.12);
}

.image.ad-2 {
  position: fixed;
  left: auto;
  top: 50%;
  right: 4%;
  bottom: auto;
}

.image.ad-3 {
  position: fixed;
  left: auto;
  top: 73%;
  right: 4%;
  bottom: auto;
}

.link-block {
  text-decoration: none;
}

.listing-evento-nombre {
  margin-bottom: 6px;
  font-size: 23px;
  line-height: 27px;
  font-weight: 700;
}

.listing-evento-nombre.noticias---titulo {
  width: 100%;
  margin-top: 40px; /* modificado por sublime */
  margin-right: 12px;
  margin-bottom: 30px; /* modificado por sublime */
  line-height: 28px; /* modificado por sublime */
}

.button---city {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  margin-left: 12px;
  padding: 0px 10px 2px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid transparent;
  border-radius: 8px;
  background-color: transparent;
  color: #1a1a1b;
  font-size: 14px;
  font-weight: 300;
}

.button---city:hover {
  border-color: purple;
  background-color: purple;
  color: #fff;
}

.button---city:active {
  background-color: purple;
  color: #fff;
}

.button---city.iniciar-sesion {
  border-color: purple;
}

.div-block-4 {
  position: absolute;
  left: 0%;
  top: 20%;
  right: auto;
  bottom: 0%;
  display: block;
  width: 30%;
  padding: 20px;
  background-color: #fff;
}

.menu-lateral-texto {
  display: block;
  padding-left: 14px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #1a1a1b;
  font-size: 13px;
  line-height: 16px;
  font-weight: 400;
  text-transform: capitalize;
}

.menu-lateral-texto:hover {
  color: #1a1a1b;
}

.menu-lateral-texto.event---menu-lateral-texto {
  display: none;
}

.listing---moneda {
  display: inline;
  margin-left: 5px;
  color: #b8b8bf;
  font-size: 13px;
  line-height: 19px;
  font-weight: 700;
  text-transform: uppercase;
}

.link---date {
  text-decoration: none;
}

.text-block-7 {
  font-size: 15px;
  text-transform: uppercase;
}

.listing---featured {
  margin-bottom: 20px;
  border-radius: 12px;
  background-color: #f0f1f4;
}

.menu-lateral {
  position: -webkit-sticky;
  position: sticky;
  top: 50px;
  padding-top: 10px;
  padding-bottom: 15px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.menu-lateral.event---lateral-izq {
  top: 90px;
}

.flex---column-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 17%;
  padding-top: 47px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  text-align: right;
}

.menu-lateral-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  padding: 10px 12%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.menu-lateral-links:hover {
  background-color: #f0f1f4;
}

.menu-lateral-links.menu-lateral---publicar {
  margin-top: 42px;
  padding-top: 22px;
  padding-bottom: 22px;
  border-top: 1px solid #dfe0e5;
}

.menu-lateral-links.menu-lateral---publicar.menu-lateral-info {
  margin-top: 0px;
}

.menu-lateral-links.menu-lateral-info {
  border-top: 1px solid #dfe0e5;
}

.button---publicar {
  min-width: 114px;
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 0px 10px 2px;
  border-radius: 8px;
  background-color: purple;
  box-shadow: 0 4px 20px 3px rgba(128, 0, 128, 0.5);
  font-size: 13px;
}

.button---publicar:hover {
  color: #fff;
}

.button---publicar.evento {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 100%;
  margin-right: 1px;
  margin-left: 1px;
}

.button---open---close {
  width: 30px;
  height: 30px;
  padding: 6px;
  border-radius: 20px;
  background-color: #b8b8bf;
  font-size: 26px;
  line-height: 20px;
}

.button---x-close-panel {
  position: absolute;
  left: auto;
  top: 14px;
  right: 14px;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 28px;
  height: 28px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-5 {
  width: 20px;
  height: 20px;
}

.publicidad---sticky {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 47px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #adaaaa;
  text-align: center;
}

.div-block-7 {
  margin-top: 30px;
  margin-right: 2.6%;
}

.link {
  color: #b8b8bf;
  font-size: 14px;
  text-align: center;
  text-decoration: none;
}

.idioma-div {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 34px;
  height: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  border-radius: 8px;
  color: #1a1a1b;
}

.idioma-div:hover {
  background-color: #f0f1f4;
}

.idioma-div.language-selector {
  position: absolute;
  left: 50%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: block;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.idioma-div.idioma-seleccionado {
  background-image: url('../images/Dot.svg');
  background-position: 50% 88%;
  background-size: 5px;
  background-repeat: no-repeat;
}

.idioma-div.idioma-seleccionado.idioma-izquierdo {
  border-radius: 8px;
}

.idioma-div.idioma-seleccionado.idioma-izquierdo:active {
  background-color: transparent;
}

.idioma-div.idoma-derecho {
  border-radius: 8px;
}

.idioma-div.idoma-derecho:active {
  background-color: transparent;
}

.language---container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  margin-right: 10px;
  padding-bottom: 2px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  line-height: 18px;
  text-decoration: none;
}

.language-txt {
  overflow: visible;
  font-size: 14px;
}

.flex---left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 4vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-right: 1px solid #dfe0e5;
}

.heading {
  margin-bottom: 60px;
  color: #535357;
  font-size: 30px;
  line-height: 36px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 1px;
}

.heading.event-title {
  color: #1a1a1b;
  text-align: left;
}

.texto-grande {
  color: #1a1a1b;
  font-size: 34px;
  line-height: 40px;
  font-weight: 300;
  text-align: center;
}

.ciudad-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0px;
}

.foto-ciudad {
  width: 100%;
  border-radius: 8px;
  line-height: 20px;
}

.ciudad-nombre {
  position: absolute;
  left: 0%;
  right: 0%;
  padding-bottom: 4%;
  color: #fff;
  font-size: 28px;
  line-height: 30px;
  font-weight: 800;
  text-align: center;
  letter-spacing: 1px;
  text-shadow: 0 1px 20px rgba(26, 26, 27, 0.4);
}

.texto-selecciona-ciudad {
  margin-top: 10px;
  margin-bottom: 57px;
  color: #1a1a1b;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}

.listing---links {
  display: inline-block;
  margin-top: 3px;
  float: left;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  color: purple;
  font-size: 12px;
  line-height: 16px;
  font-weight: 600;
  letter-spacing: 1px;
  text-decoration: none;
}

.listing---links.compartir {
  float: right;
  clear: right;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.div-block-8 {
  display: block;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

.image-2 {
  position: absolute;
  left: auto;
  top: 10px;
  right: 10px;
  bottom: auto;
}

.button-icons {
  max-height: 22px;
  max-width: 22px;
  min-height: 22px;
  min-width: 22px;
}

.button-icons.favorite {
  background-image: url('../images/Favorito-Gris-Oscuro.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.button-icons.favorite:hover {
  background-image: url('../images/Favorito-Color.svg');
  background-position: 50% 50%;
  background-size: contain;
}

.button-icons.share {
  background-image: url('../images/Compartir-Gris-Oscuro.svg');
  background-size: contain;
  background-repeat: no-repeat;
}

.button-icons.share:hover {
  background-image: url('../images/Compartir-Color.svg');
  background-size: contain;
}

.image-3 {
  padding-right: 10px;
  padding-left: 10px;
}

.button-evento {
  position: -webkit-sticky;
  position: sticky;
  left: 0%;
  top: 92.6vh;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-width: 0px;
  padding-top: 16px;
  padding-bottom: 16px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  box-shadow: 0 0 10px 1px rgba(184, 184, 191, 0.33);
  -webkit-transition-property: none;
  transition-property: none;
  color: #1a1a1b;
  font-size: 13px;
  text-align: center;
  letter-spacing: 1px;
  text-decoration: none;
}

.button-evento:hover {
  border-top-color: #1a1a1b;
  background-color: #dfe0e5;
  color: #1a1a1b;
}

.menu-right---icon {
  display: inline;
  width: 21px;
  min-width: 21px;
}

.menu-right---icon.menu-icon---collapse {
  width: 15px;
  min-width: 15px;
}

.menu-right---icon.menu-icon---collapse.menu-icon---open {
  display: none;
}

.menu-right---icon.menu-icon---open {
  display: block;
  width: 15px;
  min-width: 15px;
}

.listing-image {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-align: center;
}

.listing-image.date {
  min-width: 52px;
}

.listing-icons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.image-listing {
  width: 204px;
  min-width: 204px;
  border-radius: 12px;
  box-shadow: 0 0 20px 4px rgba(64, 76, 100, 0.12);
}

.image-listing.ad {
  margin-bottom: 20px;
}

.image-listing.ad-2 {
  position: fixed;
  left: auto;
  top: 50%;
  right: 4%;
  bottom: auto;
}

.image-listing.ad-3 {
  position: fixed;
  left: auto;
  top: 73%;
  right: 4%;
  bottom: auto;
}

.column {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.image-4 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 80px;
}

.dropdown-toggle {
  padding: 0px 30px 2px 10px;
}

.icon {
  margin-right: 10px;
}

.nav-menu-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  padding: 0px 30px 2px 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #1a1a1b;
  font-size: 14px;
  line-height: 18px;
  font-weight: 300;
  text-decoration: none;
}

.nav-menu-item:hover {
  border-color: purple;
  background-color: #f0f1f4;
  color: #1a1a1b;
}

.nav-menu-item.w--open {
  background-color: #fff;
}

.nav-menu-item.iniciar-sesion {
  border-color: purple;
}

.nav-menu-item.nav-menu-mobil {
  display: none;
}

.dropdown-list {
  display: block;
}

.dropdown-toggle::after{
  display: none;/*Adionamos-quitar-afeter-flecha-boostrap-modales*/
}

.icon-2 {
  margin-right: 10px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.dropdown-link {
  background-color: #f0f1f4;
  font-size: 14px;
  line-height: 18px;
  font-weight: 300;
}

.dropdown-link:hover {
  background-color: #dfe0e5;
}

.flex-container---main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.flex-container---main.home-container {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.flex-container---main.lo {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 999;
}

.flex---middle-v {
  display: block;
  width: 100%;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.flex---middle-h {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.right-ads---sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 80px;
}

.publicar-evento---txt {
  display: inline;
  margin-left: 10px;
}

.image-5 {
  display: inline;
}

.language-selector {
  position: absolute;
  left: 38%;
  top: auto;
  right: 0%;
  bottom: 0%;
}

.menu-right-open {
  display: none;
  width: 15px;
}

.menu-right-close {
  width: 15px;
}

.link-block-2 {
  text-decoration: none;
}

.texto-menu-lateral-mobil {
  padding-left: 12px;
}

.bottom-ads-sticky-div {
  display: none;
}

.close-button {
  width: 26px;
  height: 26px;
  border-radius: 20px;
  background-color: #fff;
  background-image: url('../images/Close.svg');
  background-position: 50% 50%;
  background-size: 12px;
  background-repeat: no-repeat;
  box-shadow: 0 0 10px 0 rgba(184, 184, 191, 0.5);
}

.header-div {
  position: -webkit-sticky;
  position: sticky;
  top: 0%;
  /*z-index: 9999; se quita a través de subline*/
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

.header-div.menu-sticky {
  position: -webkit-sticky;
  position: sticky;
}

.link-block-3 {
  display: none;
  -webkit-transition-property: none;
  transition-property: none;
}

.dropdown {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.bottom-ad-close-area-div {
  position: absolute;
  top: -24px;
  right: 0%;
  bottom: 0%;
  z-index: 999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 48px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.bottom-ad-close-area-div.cookie-close {
  position: absolute;
  top: -24px;
  right: 0px;
  bottom: 0px;
}

.dropdown-ciudad {
  font-size: 14px;
  line-height: 18px;
}

.link-block-4 {
  text-decoration: none;
}

.link-block-4:hover {
  color: #535357;
}

.header---sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 999;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  box-shadow: 1px 1px 10px 1px rgba(184, 184, 191, 0.5);
}

.header---sticky.lo {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
}

.home-center-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 40px 5% 135px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.cookie-section {
  position: -webkit-sticky;
  position: sticky;
  bottom: 0%;
  z-index: 9999;
  display: block;
  width: 100%;
  padding: 24px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  background-color: #4d50e4;
}

.button---cookies {
  border-radius: 4px;
  background-color: #f0f1f4;
  color: #2d0080;
}

.button---cookies:hover {
  background-color: #fff;
}

.paragraph {
  padding-right: 26px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #fff;
  font-size: 13px;
  line-height: 20px;
  font-weight: 300;
  letter-spacing: 1px;
}

.link-2 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  color: #5f4b8b;
  font-size: 14px;
  font-style: italic;
  letter-spacing: 0.5px;
  text-decoration: none;
}

.link-2:hover {
  color: #f0f1f4;
}

.test-link {
  display: inline;
  border-bottom: 1px solid #fff;
  color: #fff;
  text-decoration: none;
}

.test-link:hover {
  border-bottom-color: #dfe0e5;
  color: #dfe0e5;
}

.event---column-right---tools {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 12vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: right;
}

.event-sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 104px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

.event---description {
  margin-top: 20px;
  color: #535357;
  font-size: 13px;
  line-height: 20px;
}

.event---image {
  border-radius: 10px;
}

.event---categories-and-cal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 16px;
  font-size: 14px;
  line-height: 13px;
  font-style: italic;
  letter-spacing: 1px;
}

.event---calendar {
  display: inline;
  float: right;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: purple;
  font-size: 10px;
  line-height: 12px;
  font-style: normal;
  font-weight: 800;
  text-align: right;
  text-decoration: none;
}

.event---category {
  display: inline;
  color: purple;
  text-decoration: none;
}

.event---category.event---category-coma {
  margin-right: 1px;
  margin-left: 1px;
}

.event---top-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 16px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.evento---precios-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  font-size: 14px;
}

.evento---organizador {
  font-size: 14px;
  font-style: italic;
  font-weight: 700;
  letter-spacing: 0.6px;
}

.evento-costo-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 25%;
  -ms-flex: 0 25%;
  flex: 0 25%;
}

.event-costo---boleta {
  display: inline;
}

.event-costo---valor {
  display: inline;
  padding-right: 10px;
  padding-left: 10px;
  color: purple;
  text-decoration: none;
}

/* indexado en sublime*/
.link-quiebre {
  word-break: break-all;
}

.text-block-11 {
  display: inline;
}

.event---organizador {
  display: inline;
  margin-left: 5px;
  color: purple;
  text-decoration: none;
}

.event---info-card {
  position: -webkit-sticky;
  position: sticky;
  top: 108px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding: 22px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  align-self: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 15px;
  grid-template-areas: ".";
  -ms-grid-columns: 0.25fr 20px 1fr 20px 1fr;
  grid-template-columns: 0.25fr 1fr 1fr;
  -ms-grid-rows: 0px 15px auto 15px auto;
  grid-template-rows: 0px auto auto;
  border-radius: 12px;
  background-color: #fff;
  box-shadow: 0 0 10px 1px rgba(184, 184, 191, 0.5);
  font-size: 14px;
  line-height: 14px;
  text-align: left;
}

.event---info-card.listing---featured {
  background-color: #fff;
}

.event---info-card.listing---featured.lf-2 {
  border-style: solid;
  border-width: 1px;
  border-color: #1a1a1b;
  background-color: #fff;
}

.event---buttons-tools-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  padding: 20px 20%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  color: #b8b8bf;
  text-decoration: none;
}

.event---buttons-tools-right:hover {
  background-color: #f0f1f4;
  color: #b8b8bf;
}

.event---buttons-tools-right.menu-lateral---publicar {
  margin-top: 42px;
  padding-top: 22px;
  padding-bottom: 22px;
  border-top: 1px solid #dfe0e5;
}

.event---buttons-tools-right.menu-lateral---publicar.menu-lateral-info {
  margin-top: 0px;
}

.event---buttons-tools-right.menu-lateral-info {
  border-top: 1px solid #dfe0e5;
}

.event---button-text-right {
  padding-top: 8px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #535357;
  font-size: 13px;
  line-height: 16px;
  font-style: italic;
  font-weight: 300;
  text-align: center;
  letter-spacing: 0.4px;
}

.event---icons-right-tools {
  display: inline;
  width: 29px;
  min-width: 29px;
}

.event---icons-right-tools.menu-icon---collapse {
  width: 15px;
  min-width: 15px;
}

.event---icons-right-tools.menu-icon---collapse.menu-icon---open {
  display: none;
}

.event---icons-right-tools.menu-icon---open {
  display: block;
  width: 15px;
  min-width: 15px;
}

.event---column-right---info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 360px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  text-align: right;
}

.event---info-row {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-bottom: 1px solid #b8b8bf;
}

.event---info-row.info-row-phone-wide {
  display: none;
}

.event---info-row.info-not-mobile {
  display: block;
}

.event---info-row.info-row-phone-vertical {
  display: none;
}

.event---info-row.info-mobile {
  display: none;
}

.event---info-row.info-mobile-tablet {
  display: none;
}

.event---info-row.noticias---info-mobile-tablet {
  display: none;
}

.event---info-column {
  padding-right: 14px;
  padding-bottom: 10px;
  padding-left: 14px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

.event---info-column.event---info-right-column {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: right;
}

.event---info-1-date {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.5px;
}

.event---info-1-time {
  padding-top: 6px;
  padding-bottom: 6px;
  font-weight: 300;
  letter-spacing: 0.8px;
}

.event---info-1-text {
  color: #1a1a1b;
  font-size: 12px;
  font-style: italic;
  font-weight: 300;
  letter-spacing: 1px;
}

.event---info-1-text.info-icon-text {
  padding-top: 10px;
  color: #535357;
  letter-spacing: 0.6px;
}

.event---info-1-text.info-icon-text.info-icon-tickets {
  color: purple;
  font-weight: 400;
}

.event---info-1-price {
  display: inline;
  font-weight: 300;
}

.event---info-1-ver-mas {
  padding-top: 6px;
  color: purple;
  font-size: 10px;
  line-height: 10px;
  font-weight: 800;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.event---info-column-icons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #b8b8bf;
  text-align: center;
  text-decoration: none;
}

.event---info-column-icons:hover {
  background-color: #f0f1f4;
  color: #b8b8bf;
}

.event---info-column-icons.menu-lateral---publicar {
  margin-top: 42px;
  padding-top: 22px;
  padding-bottom: 22px;
  border-top: 1px solid #dfe0e5;
}

.event---info-column-icons.menu-lateral---publicar.menu-lateral-info {
  margin-top: 0px;
}

.event---info-column-icons.menu-lateral-info {
  border-top: 1px solid #dfe0e5;
}

.event---info-column-icons.event---info-arrow {
  display: none;
  padding-right: 0px;
  padding-left: 0px;
}

.event---info-month {
  font-size: 11px;
  line-height: 11px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.event---info-date {
  padding-top: 3px;
  font-size: 22px;
  line-height: 22px;
  font-weight: 300;
}

.event---info-lugar-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  margin-left: -4px;
  padding-top: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.event---info-lugar-div.menu-lateral---publicar {
  margin-top: 42px;
  padding-top: 22px;
  padding-bottom: 22px;
  border-top: 1px solid #dfe0e5;
}

.event---info-lugar-div.menu-lateral---publicar.menu-lateral-info {
  margin-top: 0px;
}

.event---info-lugar-div.menu-lateral-info {
  border-top: 1px solid #dfe0e5;
}

.event---info-mapa {
  height: 160px;
  margin-right: -22px;
  margin-bottom: -22px;
  margin-left: -22px;
  background-color: #dfe0e5;
}

.event---info-column-calendar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-top: 8px;
  margin-bottom: 8px;
  padding: 10px 6px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 4px;
  color: #1a1a1b;
  text-align: center;
  text-decoration: none;
}

.event---info-column-calendar:hover {
  background-color: #f0f1f4;
}

.event---info-column-calendar.menu-lateral---publicar {
  margin-top: 42px;
  padding-top: 22px;
  padding-bottom: 22px;
  border-top: 1px solid #dfe0e5;
}

.event---info-column-calendar.menu-lateral---publicar.menu-lateral-info {
  margin-top: 0px;
}

.event---info-column-calendar.menu-lateral-info {
  border-top: 1px solid #dfe0e5;
}

.event---info-column-calendar.event---info-arrow {
  display: none;
  padding-right: 0px;
  padding-left: 0px;
}

.event---info-column-calendar.event---info-dia-seleccionado {
  background-color: #f0f1f4;
}

.event---info-row-lugar {
  display: block;
  margin-bottom: 12px;
  padding-top: 8px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

.event---info-direccion {
  display: inline;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1px;
}

.event---info-ciudad {
  display: inline;
  padding-left: 10px;
  font-size: 13px;
  font-weight: 300;
}

.event---info-row-align {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -14px;
  margin-left: -14px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.event---info-row-align.info-row-icons-align {
  padding-right: 14px;
  padding-left: 14px;
}

.event---info-cop {
  display: inline;
  margin-left: 5px;
  color: #b8b8bf;
  font-size: 14px;
  line-height: 14px;
  font-weight: 700;
  text-transform: uppercase;
}

.event---info-icons {
  display: inline;
  width: 22px;
  min-width: 22px;
}

.event---info-icons.menu-icon---collapse {
  width: 15px;
  min-width: 15px;
}

.event---info-icons.menu-icon---collapse.menu-icon---open {
  display: none;
}

.event---info-icons.menu-icon---open {
  display: block;
  width: 15px;
  min-width: 15px;
}

.event---bottom-more-divs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 5% 5% 12%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-top: 1px solid #1a1a1b;
  border-radius: 1px;
}

.event---bottom-card {
  padding-right: 2%;
  padding-left: 2%;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 0.33;
  -webkit-flex: 0.33 33%;
  -ms-flex: 0.33 33%;
  flex: 0.33 33%;
  text-decoration: none;
}

.event---bottom-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -2%;
  margin-left: -2%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.event---bottom-price {
  display: inline;
  line-height: 12px;
  font-weight: 600;
  letter-spacing: 1px;
}

.event---bottom-price.bottom-value.bottom-date {
  display: block;
  margin-top: 12px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  color: #b8b8bf;
  font-weight: 700;
}

.event---bottom-price.bottom-desde {
  padding-right: 10px;
}

.event---bottom-price-copy {
  float: left;
}

.event---bottom-price-copy.bottom-desde {
  padding-right: 10px;
}

.event---bottom-description {
  color: #1a1a1b;
  font-size: 12px;
  line-height: 17px;
  font-weight: 300;
  letter-spacing: 1px;
}

.event---bottom-image {
  border-radius: 8px;
}

.event---info-card-bottom {
  display: block;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-size: 12px;
  line-height: 12px;
}

.event---bottom-h3 {
  margin-top: 14px;
  margin-bottom: 7px;
}

.event---right-main-div {
  padding-bottom: 14vh;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.event---bottom-h2 {
  margin-top: 34px;
  margin-bottom: 24px;
  font-size: 28px;
  line-height: 28px;
  font-weight: 300;
}

.event---h3 {
  margin-bottom: 10px;
}

.event---lugar-mobil {
  display: none;
}

.evento-contacto {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  padding-right: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.event---info-lugar-nombre {
  display: block;
  padding-left: 14px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: purple;
  font-size: 13px;
  line-height: 16px;
  font-weight: 600;
  text-transform: capitalize;
}

.event---info-lugar-nombre:hover {
  color: #1a1a1b;
}

.menu-oculto-derecho {
  position: fixed;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 9999;
  display: none;
  width: 40vw;
  padding: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-left: 1px solid #dfe0e5;
  background-color: #fff;
}

.event---menu-oculto-derecho {
  margin-right: 22px;
  margin-bottom: 22px;
  margin-left: 22px;
}

.image-6 {
  float: right;
}

.link-block-5 {
  z-index: 9999;
  width: 100%;
  padding-top: 28px;
  padding-right: 22px;
  padding-bottom: 28px;
  border-bottom: 1px solid #dfe0e5;
}

.link-block-5:hover {
  background-color: #f0f1f4;
}

.event---todos-los-eventos-text {
  display: block;
  padding-left: 14px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.event---todos-los-eventos-text:hover {
  color: #1a1a1b;
}

.event---todos-los-eventos-text.event---menu-lateral-texto {
  display: none;
}

.event---h2 {
  margin-top: 30px;
  margin-bottom: 30px;
}

.event---linea-mas-eventos {
  display: none;
}

.menu-oculto-derecho---contenido {
  overflow: auto;
  height: 100%;
  padding: 16px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 14px;
  line-height: 25px;
}

.ad-lateral---franja {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 9999;
  padding: 8px;
  background-color: rgba(26, 26, 27, 0.6);
  color: #fff;
  font-size: 11px;
  line-height: 15px;
}

.home---ad-link {
  position: relative;
  overflow: hidden;
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
}

.text-block-13 {
  font-weight: 300;
  letter-spacing: 0.2px;
}

.noticias---columna-derecha {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 300px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  text-align: right;
}

.noticias---item {
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-top: 1px solid #1a1a1b;
}

.noticias---item.info-row-phone-wide {
  display: none;
}

.noticias---item.info-not-mobile {
  display: block;
}

.noticias---item.info-row-phone-vertical {
  display: none;
}

.noticias---item.info-mobile {
  display: none;
}

.noticias---item.info-mobile-tablet {
  display: none;
}

.noticias---tarjeta-foto-bottom {
  width: 100%;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

.noticias---tarjeta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-right: 20px;
  margin-bottom: 22px;
  padding: 12px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-self: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  grid-auto-columns: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 15px;
  grid-template-areas: ".";
  -ms-grid-columns: 0.25fr 20px 1fr 20px 1fr;
  grid-template-columns: 0.25fr 1fr 1fr;
  -ms-grid-rows: 0px 15px auto 15px auto;
  grid-template-rows: 0px auto auto;
  border-radius: 12px;
  background-color: #f0f1f4;
  font-size: 14px;
  line-height: 14px;
  text-align: left;
}

.noticias---tarjeta.listing---featured {
  background-color: #fff;
}

.noticias---tarjeta.listing---featured.lf-2 {
  border-style: solid;
  border-width: 1px;
  border-color: #1a1a1b;
  background-color: #fff;
}

.noticias---tarjeta.no-margin {
  margin-right: 0px;
}

.noticias---tarjeta.reticula {
  position: relative;
  min-width: 160px;
  padding: 0px;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 30%;
  -ms-flex: 1 0 30%;
  flex: 1 0 30%;
}

.noticias---tarjeta.lateral {
  max-width: none;
}

.noticias---h3-tarjetas {
  display: inline-block;
  margin-top: 0px;
  margin-right: 8px;
  margin-bottom: 0px;
  font-size: 10px;
  line-height: 10px;
  font-weight: 600;
  letter-spacing: 1.2px;
}

.noticias---descripcion {
  color: #535357;
  font-size: 16px;
  line-height: 23px;
}

.heading-2 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 13px;
  line-height: 15px;
  font-weight: 700;
}

.eventos---h2-secciones-columna-derecha {
  margin-top: 0px;
  margin-bottom: 18px;
  padding-top: 8px;
  padding-bottom: 8px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  color: #1a1a1b;
  font-size: 14px;
  font-weight: 400;
  text-align: left;
  letter-spacing: 1px;
}

.noticias---item-linea-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.noticias---item-linea-1.info-row-phone-wide {
  display: none;
}

.noticias---item-linea-1.info-not-mobile {
  display: block;
}

.noticias---item-linea-1.info-row-phone-vertical {
  display: none;
}

.noticias---item-linea-1.info-mobile {
  display: none;
}

.noticias---item-linea-1.info-mobile-tablet {
  display: none;
}

.evento---boton-tarjeta-lista-precio {
  margin-left: 16px;
  padding: 5px 10px;
  border-radius: 20px;
  background-color: purple;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  font-size: 11px;
}

.evento---boton-tarjeta-lista-precio:hover {
  background-color: #dfe0e5;
  color: #1a1a1b;
}

.noticias---item-linea-2 {
  margin-top: 6px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.noticias---item-linea-2.info-row-phone-wide {
  display: none;
}

.noticias---item-linea-2.info-not-mobile {
  display: block;
}

.noticias---item-linea-2.info-row-phone-vertical {
  display: none;
}

.noticias---item-linea-2.info-mobile {
  display: none;
}

.noticias---item-linea-2.info-mobile-tablet {
  display: none;
}

.noticia---tarjeta-lista-sitio {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  float: left;
  clear: right;
  font-size: 12px;
  text-decoration: none;
}

.noticia---tarjeta-lista-fecha {
  margin-right: 4px;
  padding-right: 4px;
  float: left;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.6px;
  text-decoration: none;
}

.noticias---tarjeta-titulo {
  height: 60px;
  margin-top: 8px;
  margin-bottom: 18px;
  font-size: 17px;
  line-height: 22px;
}

.noticias---tarjeta-titulo.tarjetas-laterales {
  height: auto;
  margin-bottom: 12px;
}

.noticias---tarjeta-foto {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.eventos---h2-nombre-pagina-noticias {
  margin-top: 0px;
  margin-bottom: 18px;
  padding-top: 8px;
  padding-bottom: 8px;
  color: #1a1a1b;
  font-size: 14px;
  font-weight: 400;
  text-align: left;
  letter-spacing: 1px;
}

.noticias---container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.noticias---tarjeta-foto-publicidad-container {
  margin: -12px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.noticia---columna-derecha {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 24vw;
  padding-top: 26px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.noticias---sticky-columna-derecha {
  position: -webkit-sticky;
  position: sticky;
  top: 112px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.noticias---categorias {
  display: block;
  margin-left: 8px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.noticias---categorias:hover {
  color: #1a1a1b;
}

.noticias---categorias.event---menu-lateral-texto {
  display: none;
}

.menu-right---icon-copy {
  display: inline;
  width: 21px;
  min-width: 21px;
}

.menu-right---icon-copy.menu-icon---collapse {
  width: 15px;
  min-width: 15px;
}

.menu-right---icon-copy.menu-icon---collapse.menu-icon---open {
  display: none;
}

.menu-right---icon-copy.menu-icon---open {
  display: block;
  width: 15px;
  min-width: 15px;
}

.noticias---h2-secciones-columna-derecha {
  margin-top: 0px;
  margin-bottom: 18px;
  padding-bottom: 8px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  color: #1a1a1b;
  font-size: 14px;
  font-weight: 400;
  text-align: left;
  letter-spacing: 1px;
}

.noticia---info-column-icons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #b8b8bf;
  text-align: center;
  text-decoration: none;
}

.noticia---info-column-icons:hover {
  background-color: #f0f1f4;
  color: #b8b8bf;
}

.noticia---info-column-icons.menu-lateral---publicar {
  margin-top: 42px;
  padding-top: 22px;
  padding-bottom: 22px;
  border-top: 1px solid #dfe0e5;
}

.noticia---info-column-icons.menu-lateral---publicar.menu-lateral-info {
  margin-top: 0px;
}

.noticia---info-column-icons.menu-lateral-info {
  border-top: 1px solid #dfe0e5;
}

.noticia---info-column-icons.event---info-arrow {
  display: none;
  padding-right: 0px;
  padding-left: 0px;
}

.noticia---top-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 20px;
  margin-bottom: 10px;
  padding-top: 26px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.noticias---mobile-top {
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.noticia---bottom-h2 {
  margin-top: 34px;
  margin-bottom: 24px;
  font-size: 28px;
  line-height: 28px;
  font-weight: 300;
}

.noticia---bottom-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -2%;
  margin-left: -2%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.noticias---plus-button {
  position: absolute;
  left: auto;
  top: auto;
  right: 4%;
  bottom: 5%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 22px;
  height: 22px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 1px 1px 10px 1px rgba(0, 0, 0, 0.5);
}

.noticias---plus-sign {
  width: 12px;
  height: 12px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.heading-2-noticia {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 13px;
  line-height: 14px;
  font-weight: 700;
}

.noticia-link {
  text-decoration: none;
}

.noticia---tarjeta-top {
  padding-top: 12px;
  padding-right: 12px;
  padding-left: 12px;
}

.noticias---tarjeta-publicidad {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

.lo---fondo {
  z-index: 0;
  width: 100vw;
  height: 82vh;
  -o-object-fit: cover;
  object-fit: cover;
}

.lo---fondo.blended {
  position: absolute;
  left: 0px;
  right: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  background-color: rgba(38, 18, 17, 0.5);
}

.image-8 {
  -o-object-fit: contain;
  object-fit: contain;
}

.lo---body {
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.lo---h1 {
  margin-bottom: 20px;
  font-size: 45px;
  line-height: 50px;
  font-weight: 700;
}

.lo---subtitulo {
  font-size: 20px;
  line-height: 20px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0.6px;
}

.lo---text {
  padding-top: 27px;
  padding-bottom: 36px;
  font-size: 19px;
  letter-spacing: 0.6px;
}

.lo---boton {
  padding-top: 3px;
  padding-bottom: 3px;
  border: 2px solid #fff;
  border-radius: 8px;
  background-color: #fff;
  background-image: none;
  background-size: auto;
  background-repeat: repeat;
  color: #1a1a1b;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

/*Adicionado a través de subline*/
.lo---boton.ciudad:hover {
  background-color: #49505745;
}

.lo---boton.ciudad {
  min-width: 160px;
  margin-right: 0px;
  padding-right: 15px;
  background-color: transparent;
  background-image: none;
  background-size: auto;
  background-repeat: repeat;
  color: #fff;
}

.lo---boton.ciudad.borde-oscuro {
  border-color: #1a1a1b;
  color: #1a1a1b;
}

.lo---boton.oscuro {
  border-color: #1a1a1b;
  background-color: #1a1a1b;
  color: #fff;
}

.hero-content {
  position: absolute;
  z-index: 1;
  width: 74vw;
  min-width: auto;
  padding-top: 60px;
  padding-bottom: 60px;
  color: #fff;
  text-align: center;
}

.italic-text {
  font-size: 18px;
  letter-spacing: 0.6px;
}

.lo---filtro {
  position: absolute;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(38, 18, 17, 0.5);
}

.noticia---sticky-column {
  position: -webkit-sticky;
  position: sticky;
  top: 112px;
}

.div-block-10 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40vw;
  min-width: 550px;
  margin-top: 36px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.lo---fondo-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 82vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.lo-flex-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 80vh;
  padding-top: 80px;
  padding-bottom: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #1a1a1b;
}

.lo-flex-section.alt-1 {
  background-color: #535357;
  background-image: url('https://res.cloudinary.com/dd9gy1bbe/image/upload/c_scale,q_60,w_1920/v1586187372/gocityevents/assets/fondo-3-gocity-events_tcvbcq.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.lo-flex-section.alt-2 {
  background-color: #dfe0e5;
}

.lo-flex-section.alt-3 {
  background-color: #fff;
}

.lo---h2 {
  font-size: 34px;
  line-height: 40px;
}

.lo---h2.oscuro {
  color: #1a1a1b;
}

.lo---descripci-n {
  margin-top: 18px;
  font-size: 18px;
}

.lo---descripci-n.oscuro {
  color: #1a1a1b;
}

.lo---descripcion-item {
  color: #fff;
  font-size: 12px;
  line-height: 18px;
  text-align: center;
  letter-spacing: 0.6px;
}

.lo---descripcion-item.oscuro {
  color: #1a1a1b;
}

.lo---descripcion-item.oscuro.hidden {
  display: none;
}

.lo---content {
  z-index: 1;
  width: 60vw;
  min-width: auto;
  margin-bottom: 50px;
  color: #fff;
  text-align: center;
}

.lo---content.botones {
  margin-top: 90px;
}

.lo---grid-1 {
  width: 90%;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.lo---foto {
  border-radius: 10px;
}

.lo---icon {
  width: auto;
  height: 66px;
  margin-bottom: 20px;
  border-radius: 10px;
}

.lo---item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.lo---grid-2 {
  width: 90%;
  grid-column-gap: 30px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.lo---grid-3 {
  width: 90%;
  margin-bottom: 60px;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.lo---retrato {
  width: 100%;
  height: 100%;
  margin-bottom: 20px;
  -o-object-fit: cover;
  object-fit: cover;
}

.lo---div-retrato {
  overflow: hidden;
  width: 200px;
  height: 200px;
  margin-bottom: 20px;
  border-radius: 170px;
}

.lo---t-tulo {
  margin-bottom: 5px;
  font-weight: 700;
}

.lo---grid-4 {
  width: 90%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-flow: row;
  grid-column-gap: 24px;
  grid-row-gap: 30px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.lo---grid-5 {
  width: 60%!important;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-flow: row;
  grid-column-gap: 24px;
  grid-row-gap: 30px;
  -ms-grid-columns: 1fr 1fr!important;
  grid-template-columns: 1fr 1fr!important;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.lo---copyright {
  color: #fff;
  font-size: 12px;
  line-height: 22px;
  letter-spacing: 1.8px;
  text-decoration: none;
  text-transform: uppercase;
}

.lo---copyright.oscuro {
  color: #1a1a1b;
}

.lo---copyright.link {
  margin-left: 30px;
  border-bottom: 2px solid purple;
  font-weight: 700;
}

.lo---copyright.link:hover {
  border-bottom-style: none;
  color: #fff;
}

.lo-flex---footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 60px 24px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #1a1a1b;
}

.lo-flex---footer.alt-1 {
  background-color: #535357;
}

.lo-flex---footer.alt-2 {
  background-color: #dfe0e5;
}

.lo-flex---footer.alt-3 {
  background-color: #fff;
}

.div-block-11 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.lo---logo {
  margin-bottom: 20px;
}

.lo---categor-a {
  text-align: center;
  margin-top: 6px;
  /*margin-left: 10px;*/
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 1.4px;
  text-decoration: none;
}

.lo---categor-a:hover {
  color: #b8b8bf;
}

.tooltip-trigger {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 26px;
  height: 26px;
  margin-top: 2px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  background-color: transparent;
  text-align: center;
}

.tooltip-icon {
  width: 19px;
}

.tooltip {
  position: absolute;
  left: -320%;
  top: auto;
  right: 0%;
  bottom: 62px;
  z-index: 10;
  display: block;
  min-width: 190px;
  margin-right: auto;
  margin-left: auto;
  padding: 7px 8px 9px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 6px;
  background-color: #0f0e0f;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.09);
}

.tooltip.team {
  bottom: 72px;
}

.tooltip-arrow {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: -5px;
  width: 10px;
  height: 10px;
  margin-right: auto;
  margin-left: auto;
  background-color: #0f0e0f;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.tooltip-text {
  color: #fff;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.8px;
}

.tooltip-inline-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-12 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 991px) {

  .styleguide-block {
    text-align: center;
  }
  .flex---middle {
    padding-right: 4%;
    padding-left: 4%;
  }
  .heading-jumbo {
    font-size: 56px;
    line-height: 70px;
  }
  .section.cc-contact {
    padding-right: 0px;
    padding-left: 0px;
  }
  .button {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .menu-icon {
    display: block;
  }
  .navigation-item {
    padding: 15px 30px;
    -webkit-transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
    transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
    text-align: center;
  }
  .navigation-item:hover {
    background-color: #f7f8f9;
  }
  .navigation-item:active {
    background-color: #eef0f3;
  }
  .navigation-items {
    background-color: #fff;
  }
  .navigation {
    padding: 25px 30px;
  }
  .menu-button {
    padding: 12px;
  }
  .menu-button.w--open {
    background-color: transparent;
  }
  .navigation-wrap {
    margin-right: 0px;
  }
  .work-experience-grid {
    grid-template-areas: ". ." ". .";
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }
  .works-grid {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .carrer-headline-wrap {
    width: auto;
  }
  .work-image {
    margin-bottom: 30px;
  }
  .work-image.cc-work-1 {
    display: none;
  }
  .contact {
    width: auto;
    padding: 30px 50px 40px;
  }
  .contact-headline {
    width: 100%;
  }
  .contact-form-wrap {
    width: 100%;
  }
  .about-intro-grid {
    grid-row-gap: 50px;
    grid-template-areas: "." ".";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto 50px auto;
    grid-template-rows: auto auto;
    text-align: center;
  }
  .about-head-text-wrap {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
  }
  .service-name-text {
    font-size: 24px;
    line-height: 42px;
  }
  .skillset-wrap {
    padding-right: 0px;
  }
  .services-items-grid {
    padding-top: 0px;
    grid-row-gap: 0px;
    grid-template-areas: "." ".";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto 0px auto;
    grid-template-rows: auto auto;
  }
  .skills-grid {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    grid-row-gap: 50px;
    grid-template-areas: "." ".";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto 50px auto;
    grid-template-rows: auto auto;
    text-align: center;
  }
  .personal-features-grid {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    grid-template-areas: "." "." "." ".";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
    text-align: center;
  }
  .social-media-heading {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
  .social-media-grid {
    grid-template-areas: ". ." ". ." ". ." ". .";
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
  }
  .project-overview-grid {
    width: 70%;
    margin-right: auto;
    margin-left: auto;
    grid-row-gap: 50px;
    grid-template-areas: "." "." ".";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto 50px auto 50px auto;
    grid-template-rows: auto auto auto;
    text-align: center;
  }
  .project-description-grid {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    grid-row-gap: 50px;
    grid-template-areas: "." ".";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto 50px auto;
    grid-template-rows: auto auto;
    text-align: center;
  }
  .email-section {
    margin-bottom: 160px;
  }
  .email-link {
    font-size: 36px;
    line-height: 54px;
  }
  .listing---date-column {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .image.ad {
    margin-bottom: 0px;
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
  }
  .div-block-3 {
    display: none;
  }
  .listing-evento-nombre.noticias---titulo {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 14px;
    font-size: 21px;
  }
  .button---city.iniciar-sesion {
    margin-left: 0px;
    padding-left: 30px;
    border-style: none;
    border-radius: 0px;
  }
  .menu-lateral.event---lateral-izq {
    top: 20px;
  }
  .flex---column-right {
    display: none;
  }
  .menu-lateral-links {
    padding-right: 16%;
    padding-left: 16%;
  }
  .language---container {
    margin-right: 20px;
  }
  .ciudad-nombre {
    padding-bottom: 5%;
    font-size: 25px;
    line-height: 27px;
  }
  .listing-image {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .dropdown-toggle {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 30px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }
  .dropdown-toggle:hover {
    background-color: #f0f1f4;
  }
  .nav-menu-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 30px;
  }
  .nav-menu-item.nav-menu-mobil {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }
  .text-block-10 {
    line-height: 18px;
  }
  .texto-menu-lateral-mobil {
    line-height: 18px;
  }
  .bottom-ads-sticky-div {
    position: fixed;
    left: auto;
    top: auto;
    right: 0%;
    bottom: 0%;
    display: block;
    width: 60vw;
    height: 12vw;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .bottom-ads-sticky-div.event---bottom-menu {
    z-index: 9999;
    overflow: hidden;
    height: auto;
    border-top-left-radius: 12px;
    background-color: #fff;
    box-shadow: 1px 0 10px 1px rgba(184, 184, 191, 0.5);
  }
  .ad-link-block {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 29.33vw;
    -ms-flex: 0 0 29.33vw;
    flex: 0 0 29.33vw;
  }
  .slider {
    width: 100%;
    height: 100%;
    background-color: transparent;
  }
  .slide-base.slide-2 {
    background-image: url('../images/Banner-Uma2.jpg');
    background-position: 50% 50%;
    background-size: cover;
  }
  .slide-base.slide-3 {
    background-image: url('../images/Banner-Uma3.jpg');
  }
  .slide-2 {
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png');
    background-position: 0px 0px;
    background-size: 125px;
  }
  .bottom-ads-slide-nav {
    display: none;
  }
  .close-button {
    z-index: 999;
    background-size: 14px;
  }
  .dropdown {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .dropdown-ciudad {
    width: 100px;
    font-weight: 300;
  }
  .arrow-opacity {
    opacity: 0.5;
  }
  .bottom-ad-mask {
    border-top-left-radius: 12px;
  }
  .header---sticky {
    position: static;
  }
  .cookie-section {
    display: none;
  }
  .paragraph {
    font-size: 12px;
  }
  .event---column-right---tools {
    display: none;
  }
  .event-sticky {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .event---description {
    margin-top: 10px;
  }
  .event---categories-and-cal {
    display: block;
  }
  .event---calendar {
    display: block;
    margin-top: 8px;
    float: none;
    line-height: 14px;
    text-align: left;
  }
  .evento-costo-div {
    -webkit-flex-basis: 33%;
    -ms-flex-preferred-size: 33%;
    flex-basis: 33%;
  }
  .event---info-card {
    top: 20px;
  }
  .event---buttons-tools-right {
    padding: 19px 0% 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .event---button-text-right {
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  .event---icons-right-tools {
    width: 22px;
    min-width: 22px;
  }
  .event---column-right---info {
    max-width: 420px;
    margin-right: 3%;
  }
  .event---info-row.info-row-phone-wide {
    display: block;
  }
  .event---info-row.info-row-phone-wide.noticia {
    border-bottom-style: none;
  }
  .event---info-row.info-mobile-tablet {
    display: block;
    border-top: 1px solid #b8b8bf;
  }
  .event---info-row.info-mobile-tablet.noticia {
    margin-bottom: 10px;
    border: 1px none #000;
  }
  .event---info-row.noticias---info-mobile-tablet {
    display: block;
    width: 100%;
    border-style: solid none;
    border-width: 1px;
    border-color: #1a1a1b #000;
  }
  .event---info-1-text.info-icon-text {
    line-height: 12px;
  }
  .event---info-1-text.info-icon-text.noticia {
    padding-top: 0px;
    padding-left: 14px;
  }
  .event---info-row-align.info-row-icons-align.info-row-mobil {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .event---bottom-more-divs {
    margin-right: 4%;
    margin-left: 4%;
  }
  .event---bottom-price.bottom-value.bottom-date {
    padding-top: 10px;
  }
  .menu-oculto-derecho {
    width: 60vw;
  }
  .link-block-5 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .link-block-6 {
    width: 100%;
    height: 100%;
  }
  .ads-sticky---link-image {
    width: 100%;
    height: 100%;
  }
  .ad-lateral---franja {
    padding-top: 6px;
    padding-bottom: 6px;
    letter-spacing: 0.2px;
  }
  .noticias---columna-derecha {
    min-width: 200px;
    margin-right: 3%;
  }
  .noticias---item.info-mobile-tablet {
    display: block;
    border-top: 1px solid #b8b8bf;
  }
  .noticias---tarjeta.reticula {
    -webkit-flex-basis: 40%;
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%;
  }
  .noticias---descripcion {
    margin-top: 14px;
  }
  .heading-2 {
    font-size: 12px;
    line-height: 14px;
  }
  .eventos---h2-secciones-columna-derecha {
    max-width: 24vw;
  }
  .noticias---item-linea-1.info-mobile-tablet {
    display: block;
    border-top: 1px solid #b8b8bf;
  }
  .evento---boton-tarjeta-lista-precio {
    font-size: 10px;
  }
  .noticias---item-linea-2.info-mobile-tablet {
    display: block;
    border-top: 1px solid #b8b8bf;
  }
  .noticia---tarjeta-lista-sitio {
    font-size: 11px;
  }
  .noticia---tarjeta-lista-fecha {
    font-size: 11px;
  }
  .noticias---tarjeta-titulo {
    margin-top: 2px;
    font-size: 15px;
  }
  .noticias---container {
    padding-top: 20px;
  }
  .noticia---columna-derecha {
    max-width: 33vw;
  }
  .noticias---sticky-columna-derecha {
    top: 20px;
  }
  .noticias---categorias {
    font-size: 12px;
  }
  .noticias---h2-secciones-columna-derecha {
    max-width: 24vw;
    margin-bottom: 17px;
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 12px;
  }
  .noticia---info-column-icons {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .noticia---info-column-icons.noticia {
    background-color: #f0f1f4;
  }
  .noticia---info-column-icons.noticia:hover {
    background-color: #fff;
  }
  .noticia---info-column-icons.noticia.left {
    border-right: 1px solid #fff;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
  }
  .noticia---info-column-icons.noticia.right {
    border-left: 1px solid #fff;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
  }
  .heading-2-noticia {
    font-size: 12px;
    line-height: 14px;
  }
  .lo---h1 {
    font-size: 47px;
  }
  .lo---subtitulo {
    font-size: 17px;
  }
  .lo---text {
    font-size: 16px;
  }
  .lo---boton {
    font-size: 13px;
    margin-bottom: 10px;
  }
  .lo---boton.ciudad {
    min-width: 140px;
  }
  .hero-content {
    width: 80vw;
  }
  .noticia---sticky-column {
    top: 20px;
  }
  .div-block-10 {
    width: 40vw;
    min-width: 480px;
  }
  .lo---h2 {
    font-size: 30px;
  }
  .lo---descripci-n {
    font-size: 16px;
  }
  .lo---content {
    width: 80vw;
  }
  .lo---content.botones {
    margin-top: 70px;
    margin-bottom: 40px;
  }
  .lo---grid-1 {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }
  .lo---grid-2 {
    grid-row-gap: 30px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
  .lo---grid-4 {
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }
  .lo---grid-5 {
  width: 80%!important;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-flow: row;
  grid-column-gap: 24px;
  grid-row-gap: 30px;
  -ms-grid-columns: 1fr 1fr!important;
  grid-template-columns: 1fr 1fr!important;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}
  .lo---copyright {
    font-size: 11px;
  }
  .tooltip.team {
    bottom: 74px;
    display: block;
  }
  .tooltip-text {
    font-size: 13px;
  }
}

@media screen and (max-width: 767px) {
  .heading-jumbo-small {
    font-size: 30px;
    line-height: 52px;
  }
  .rich-text {
    width: 90%;
    max-width: 470px;
    text-align: left;
  }
  .flex---middle {
    margin-top: 0vh;
    text-align: center;
  }
  .flex---middle.event---main-div {
    padding-right: 0%;
  }
  .flex---middle.event---content-div {
    text-align: left;
  }
  .flex---middle.noticia---content-div {
    text-align: left;
  }
  .flex---middle.noticias---content-div {
    text-align: left;
  }
  .flex---middle.noticia---main-div {
    padding-right: 0%;
  }
  .flex---middle.noticia---main-div {
    padding-right: 0%;
  }
  .heading-jumbo {
    font-size: 50px;
    line-height: 64px;
  }
  .section {
    margin-right: 15px;
    margin-left: 15px;
  }
  .section.cc-contact {
    padding: 15px;
  }
  .paragraph-bigger {
    font-size: 16px;
    line-height: 28px;
  }
  .logo-link {
    padding-left: 0px;
  }
  .navigation {
    padding: 16px 30px;
  }
  .logo-image {
    width: 170px;
  }
  .work-experience-grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .work-position-wrap {
    margin-bottom: 40px;
  }
  .project-name-link {
    font-size: 16px;
    line-height: 28px;
  }
  .text-field.cc-textarea {
    text-align: left;
  }
  .contact {
    padding-right: 30px;
    padding-left: 30px;
  }
  .contact-form-grid {
    grid-column-gap: 30px;
    grid-template-areas: "." "." ".";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }
  .contact-form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .contact-form-wrap {
    text-align: left;
  }
  .footer-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }
  .webflow-link {
    margin-bottom: 15px;
  }
  .footer-links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .footer-item {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 0px;
  }
  .about-head-text-wrap {
    width: 70%;
    max-width: 470px;
  }
  .skills-grid {
    width: 70%;
    max-width: 470px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .personal-features-grid {
    width: 70%;
    max-width: 470px;
  }
  .social-media-heading {
    width: 70%;
    max-width: 470px;
  }
  .social-media-grid {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
  .project-overview-grid {
    width: 80%;
    max-width: 470px;
    margin-top: 90px;
    margin-bottom: 95px;
  }
  .project-description-grid {
    width: 70%;
    max-width: 470px;
    margin-top: 90px;
    margin-bottom: 85px;
  }
  .detail-image {
    margin-bottom: 15px;
  }
  .email-section {
    width: 80%;
    max-width: 470px;
    margin-top: 120px;
    margin-bottom: 120px;
  }
  .email-link {
    font-size: 36px;
    line-height: 54px;
  }
  .utility-page-wrap {
    padding: 15px;
  }
  ._404-wrap {
    padding: 30px;
  }
  .category-menu {
    overflow: auto;
    min-height: 48px;
    padding-right: 4%;
    padding-left: 4%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .sticky-menu-botones {
    margin-right: 0px;
    font-size: 13px;
    letter-spacing: 1px;
  }

  .sticky-menu-botones.regresar {
    height: 28px;
  }
  .sticky-menu-botones.sticky-menu-categorias {
    -webkit-transition-property: none;
    transition-property: none;
  }
  .sticky-menu-botones.buscar {
    height: 28px;
    padding-right: 14px;
    padding-left: 14px;
    background-image: url('../images/Search-Dark_1.svg');
    background-position: 45% 60%;
    background-size: 20px;
    background-repeat: no-repeat;
  }
  .sticky-menu-botones.buscar:hover {
    background-image: url('../images/Search-Wt.svg');
  }
  .sticky-menu-botones.noticias---categorias-botones {
    margin-bottom: 4px;
  }
  .body {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .search-bar {
    display: none;
  }
  .listing {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .listing---date-column {
    width: 100%;
    margin-top: 12px;
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 16%;
    -ms-flex: 0 16%;
    flex: 0 16%;
  }
  .listing---date-column.date {
    margin-top: 8px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
  }
  .right-div {
    margin-top: 12px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: left;
  }
  .text-block {
    display: inline;
    font-size: 24px;
  }
  .fecha---numero {
    display: inline;
    margin-bottom: 0px;
    margin-left: 10px;
    font-size: 24px;
    line-height: 26px;
  }
  .listing---dia-y-hora {
    text-align: left;
  }
  .listings---date-div {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .listing---fila {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .listing-evento-nombre {
    margin-top: 0px;
    padding-top: 12px;
    padding-bottom: 16px;
  }
  .listing-evento-nombre.event---nombre-evento {
    border-bottom: 1px solid #b8b8bf;
  }
  .listing-evento-nombre.noticias---titulo {
    margin-top: 25px;  /* creado por sublime */
    margin-bottom: 0px;
    padding-bottom: 14px;
  }
  .button---city.iniciar-sesion {
    margin-bottom: 10px;
    border-bottom-style: solid;
    border-bottom-color: #dfe0e5;
  }
  .flex---column-right {
    display: none;
  }
  .flex---left {
    display: none;
  }
  .heading {
    margin-top: 0px;
    margin-bottom: 40px;
  }
  .texto-grande {
    font-size: 32px;
  }
  .foto-ciudad {
    margin-bottom: 20px;
  }
  .ciudad-nombre {
    padding-bottom: 6%;
    font-size: 40px;
    line-height: 42px;
  }
  .texto-selecciona-ciudad {
    margin-bottom: 30px;
  }
  .button-icons.favorite {
    margin-right: 20px;
  }
  .image-3 {
    display: block;
    height: 28px;
  }
  .listing-image {
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 100%;
    -ms-flex: 0 100%;
    flex: 0 100%;
  }
  .listing-image.date {
    margin-top: 8px;
  }
  .listing-icons {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .image-listing {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .image-4 {
    width: 140px;
  }
  .nav-menu-item {
    text-decoration: none;
  }
  .nav-menu-item.nav-menu-mobil {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .nav-menu-item.nav-menu-mobil.nav-menu-mobil-last {
    margin-bottom: 10px;
  }
  .flex---header {
    width: auto;
  }
  .flex---middle-v {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .flex---middle-h {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .bottom-ads-sticky-div {
    border-top-left-radius: 12px;
  }
  .bottom-ads-sticky-div.event---bottom-menu {
    width: 100vw;
    border-radius: 0px;
  }
  .close-button {
    width: 24px;
    height: 24px;
  }
  .link-block-3 {
    display: block;
  }
  .bottom-ad-close-area-div {
    top: -20px;
    height: 40px;
  }
  .bottom-ad-close-area-div.cookie-close {
    top: -19px;
  }
  .header---sticky {
    position: static;
  }
  .paragraph {
    font-size: 11px;
  }
  .event---column-right---tools {
    display: none;
  }
  .event---description {
    margin-top: 18px;
  }
  .event---categories-and-cal {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .event---calendar {
    margin-top: 0px;
    line-height: 12px;
    text-align: right;
  }
  .evento-costo-div {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    text-align: left;
  }
  .event---info-card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .event---buttons-tools-right {
    padding-top: 14px;
    padding-bottom: 11px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .event---column-right---info {
    display: none;
  }
  .event---info-row {
    line-height: 16px;
  }
  .event---info-row.info-row-phone-wide {
    display: block;
  }
  .event---info-row.info-row-phone-vertical {
    margin-top: 16px;
    margin-bottom: 16px;
    border-top: 1px solid #b8b8bf;
  }
  .event---info-row.info-mobile {
    display: block;
  }
  .event---info-row.info-mobile-tablet {
    border-top-style: none;
    border-bottom-style: solid;
  }
  .event---info-row.info-mobile-tablet.noticia {
    border-top-style: solid;
    border-top-color: #1a1a1b;
    border-bottom-style: solid;
    border-bottom-color: #1a1a1b;
  }
  .event---info-row.noticias---info-mobile-tablet {
    border-top-style: solid;
    border-top-color: #1a1a1b;
    border-bottom-style: solid;
    border-bottom-color: #1a1a1b;
  }
  .event---info-1-text.info-icon-text {
    padding-top: 0px;
    padding-left: 10px;
  }
  .event---info-column-icons {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .event---info-mapa {
    height: 260px;
  }
  .event---bottom-more-divs {
    margin-top: 2%;
    border-top-style: none;
  }
  .event---bottom-card {
    padding-bottom: 30px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 50%;
    -ms-flex: 0 50%;
    flex: 0 50%;
  }
  .event---bottom-price.bottom-value.bottom-date {
    padding-top: 0px;
  }
  .event---bottom-h2 {
    font-size: 25px;
  }
  .event---lugar-mobil {
    display: block;
  }
  .evento-contacto {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    text-align: left;
  }
  .menu-oculto-derecho {
    width: 80vw;
  }
  .link-block-5 {
    padding-top: 22px;
    padding-bottom: 22px;
  }
  .event---linea-mas-eventos {
    display: block;
    border-top: 1px solid #1a1a1b;
  }
  .ad-lateral---franja {
    padding-top: 4px;
    padding-bottom: 4px;
    font-size: 10px;
    line-height: 14px;
    letter-spacing: 0.3px;
  }
  .noticias---columna-derecha {
    display: none;
  }
  .noticias---item {
    line-height: 16px;
  }
  .noticias---item.info-row-phone-wide {
    display: block;
    margin-top: 16px;
    border-top: 1px solid #b8b8bf;
  }
  .noticias---item.info-row-phone-vertical {
    margin-top: 16px;
    margin-bottom: 16px;
    border-top: 1px solid #b8b8bf;
  }
  .noticias---item.info-mobile {
    display: block;
  }
  .noticias---item.info-mobile-tablet {
    border-top-style: none;
    border-bottom-style: solid;
  }
  .noticias---tarjeta {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .noticias---tarjeta.reticula {
    margin-right: 3%;
    -webkit-flex-basis: 40%;
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%;
  }
  .noticias---tarjeta.reticula.relacionados---tarjeta {
    display: none;
  }
  .noticias---descripcion {
    margin-top: 18px;
  }
  .noticias---item-linea-1 {
    line-height: 16px;
  }
  .noticias---item-linea-1.info-row-phone-wide {
    display: block;
    margin-top: 16px;
    border-top: 1px solid #b8b8bf;
  }
  .noticias---item-linea-1.info-row-phone-vertical {
    margin-top: 16px;
    margin-bottom: 16px;
    border-top: 1px solid #b8b8bf;
  }
  .noticias---item-linea-1.info-mobile {
    display: block;
  }
  .noticias---item-linea-1.info-mobile-tablet {
    border-top-style: none;
    border-bottom-style: solid;
  }
  .noticias---item-linea-2 {
    line-height: 16px;
  }
  .noticias---item-linea-2.info-row-phone-wide {
    display: block;
    margin-top: 16px;
    border-top: 1px solid #b8b8bf;
  }
  .noticias---item-linea-2.info-row-phone-vertical {
    margin-top: 16px;
    margin-bottom: 16px;
    border-top: 1px solid #b8b8bf;
  }
  .noticias---item-linea-2.info-mobile {
    display: block;
  }
  .noticias---item-linea-2.info-mobile-tablet {
    border-top-style: none;
    border-bottom-style: solid;
  }
  .noticias---tarjeta-foto-publicidad-container {
    height: 260px;
  }
  .noticia---columna-derecha {
    display: none;
  }
  .noticia---info-column-icons {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .noticia---top-nav {
    margin-right: 3%;
  }
  .noticias---mobile-top {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .noticia---bottom-h2 {
    font-size: 25px;
  }
  .noticia---bottom-row.hidden {
    display: none;
  }
  .lo---h1 {
    font-size: 44px;
    line-height: 40px;
  }
  .lo---text {
    max-width: 100vw;
    font-size: 16px;
  }
  .lo---boton {
    padding-top: 2px;
    padding-bottom: 2px;
    font-size: 14px;
  }
  .lo---boton.ciudad {
    min-width: auto;
  }
  .hero-content {
    width: 80vw;
  }
  .italic-text {
    font-size: 17.4px;
  }
  .div-block-10 {
    width: auto;
    min-width: auto;
  }
  .lo-flex-section {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .lo---h2 {
    font-size: 25px;
    line-height: 36px;
  }
  .lo---h2.oscuro {
    line-height: 32px;
  }
  .lo---descripci-n {
    font-size: 14px;
    line-height: 26px;
  }
  .lo---content {
    width: 80vw;
    margin-bottom: 38px;
  }
  .lo---content.botones {
    margin-top: 60px;
    margin-bottom: 30px;
  }
  .lo---grid-1 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }
  .lo---div-retrato {
    width: 180px;
    height: 180px;
  }
  .lo---grid-4 {
    grid-column-gap: 40px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  .lo---copyright {
    font-size: 9px;
  }
  .lo---copyright.link {
    margin-left: 18px;
  }
  .lo-flex---footer {
    padding-right: 30px;
    padding-left: 30px;
  }
  .tooltip {
    left: -260%;
    min-width: 160px;
    padding: 5px 8px 6px;
  }
  .tooltip-text {
    font-size: 10px;
    line-height: 16px;
  }
}

@media screen and (max-width: 479px) {
  .rich-text {
    width: 100%;
    max-width: none;
  }
  .flex---middle {
    padding-right: 4%;
    padding-left: 4%;
  }
  .flex---middle.event---main-div {
    padding-top: 11px;
  }
  .flex---middle.noticia---content-div {
    padding-right: 4%;
    padding-left: 4%;
  }
  .flex---middle.noticias---content-div {
    padding-right: 3%;
  }
  .flex---middle.noticia---main-div {
    padding-top: 11px;
  }
  .flex---middle.noticia---main-div {
    padding-top: 11px;
  }
  .heading-jumbo {
    font-size: 36px;
    line-height: 48px;
  }
  .logo-link.w--current {
    width: 168px;
  }
  .navigation {
    z-index: 9999;
    padding: 14px 20px;
  }
  .menu-button {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .menu-button.w--open {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .contact {
    padding-right: 15px;
    padding-left: 15px;
  }
  .contact-form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .contact-form-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .footer-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .about-head-text-wrap {
    width: 100%;
    max-width: none;
  }
  .skills-grid {
    width: 100%;
    max-width: none;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .personal-features-grid {
    width: 100%;
    max-width: none;
  }
  .social-media-heading {
    width: 100%;
    max-width: none;
  }
  .project-overview-grid {
    width: 100%;
    max-width: none;
  }
  .project-description-grid {
    width: 100%;
    max-width: none;
  }
  .email-section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .email-link {
    font-size: 30px;
    line-height: 46px;
  }
  .category-menu {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .sticky-menu-botones {
    padding-right: 6px;
    padding-left: 6px;
    -webkit-transition-property: none;
    transition-property: none;
    font-size: 13px;
  }
  .sticky-menu-botones.regresar {
    padding-right: 14px;
    padding-left: 14px;
  }
  .sticky-menu-botones.noticias---categorias-botones {
    margin-right: 8px;
    padding-right: 8px;
    padding-left: 8px;
  }
  .sticky-menu-botones.noticias---regresar {
    margin-right: 12px;
    padding-right: 14px;
    padding-left: 14px;
  }
  .body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .listing {
    margin-bottom: 26px;
    padding: 14px;
  }
  .listing.listing---featured {
    margin-bottom: 26px;
  }
  .listing---date-column {
    margin-top: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .right-div {
    margin-top: 18px;
    -webkit-box-flex: 1;
    -webkit-flex: auto;
    -ms-flex: auto;
    flex: auto;
  }
  .text-block {
    font-size: 20px;
  }
  .fecha---numero {
    margin-bottom: 0px;
    margin-left: 6px;
    font-size: 20px;
    line-height: 26px;
  }
  .listings---date-div {
    font-size: 12px;
  }
  .listing---date {
    line-height: 16px;
  }
  .listing-evento-nombre {
    padding-bottom: 20px;
    font-size: 22px;
  }
  .language---container {
    margin-right: 6px;
  }
  .heading {
    font-size: 25px;
    letter-spacing: 0px;
  }
  .texto-grande {
    font-size: 22px;
    line-height: 30px;
  }
  .foto-ciudad {
    margin-bottom: 10px;
  }
  .ciudad-nombre {
    padding-bottom: 10%;
    font-size: 29px;
    line-height: 31px;
    letter-spacing: 0px;
  }
  .texto-selecciona-ciudad {
    margin-bottom: 20px;
    font-size: 16px;
  }
  .button-icons.favorite {
    margin-bottom: 0px;
  }
  .button-icons.share {
    margin-left: 16px;
  }
  .menu-right---icon {
    width: 16px;
    min-width: 16px;
  }
  .menu-right---icon.noticias {
    display: none;
  }
  .listing-icons {
    width: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .image-4 {
    width: 90px;
  }
  .flex-container---main.home-container {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .texto-menu-lateral-mobil {
    padding-left: 16px;
  }
  .bottom-ads-sticky-div {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    width: 100vw;
    height: 20vw;
  }
  .slide-base.slide-3 {
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .close-button {
    right: 3%;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
  }
  .bottom-ad-close-area-div {
    top: -26px;
    height: 40px;
  }
  .bottom-ad-close-area-div.cookie-close {
    top: -28px;
  }
  .bottom-ad-mask {
    border-top-left-radius: 0px;
  }
  .cookie-section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .event---categories-and-cal {
    display: block;
  }
  .event---calendar {
    display: block;
    margin-top: 8px;
    float: none;
    line-height: 14px;
    text-align: left;
  }
  .evento-costo-div {
    -webkit-box-flex: 0;
    -webkit-flex: 0 100%;
    -ms-flex: 0 100%;
    flex: 0 100%;
  }
  .event---info-card {
    margin-bottom: 26px;
    padding: 14px;
  }
  .event---info-card.listing---featured {
    margin-bottom: 26px;
  }
  .event---button-text-right {
    padding-left: 0px;
  }
  .event---info-row.info-row-phone-wide {
    display: none;
  }
  .event---info-row.info-row-phone-vertical {
    position: -webkit-sticky;
    position: sticky;
    top: 0px;
    z-index: 998;
    display: block;
    margin-top: 0px;
    margin-bottom: 0px;
    border-top-style: none;
    border-bottom-style: none;
    box-shadow: 0 0 10px 1px rgba(184, 184, 191, 0.5);
  }
  .event---info-column {
    padding-right: 7px;
    padding-left: 7px;
  }
  .event---info-1-time {
    padding-top: 6px;
    padding-bottom: 6px;
    font-size: 14px;
  }
  .event---info-1-text.info-icon-text {
    padding-top: 8px;
    padding-left: 0px;
    line-height: 14px;
  }
  .event---info-1-text.info-icon-text.noticia {
    padding-top: 6px;
    padding-left: 0px;
  }
  .event---info-1-price {
    font-size: 14px;
  }
  .event---info-column-icons {
    padding-right: 11px;
    padding-left: 11px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .event---info-month {
    font-size: 10px;
  }
  .event---info-date {
    font-size: 20px;
  }
  .event---info-mapa {
    margin-right: -4%;
    margin-left: -4%;
  }
  .event---info-row-align {
    margin-right: -7px;
    margin-left: -7px;
  }
  .event---info-row-align.info-row-icons-align {
    z-index: 999;
    min-height: 52px;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
    background-color: #fff;
  }
  .event---info-icons {
    width: 16px;
    min-width: 16px;
  }
  .event---bottom-card {
    padding-bottom: 40px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .event---right-main-div {
    padding-bottom: 10vh;
  }
  .event---bottom-h2 {
    font-size: 20px;
  }
  .evento-contacto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 100%;
    -ms-flex: 0 100%;
    flex: 0 100%;
  }
  .menu-oculto-derecho {
    width: 90vw;
  }
  .link-block-5 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .noticias---item.info-row-phone-wide {
    display: none;
  }
  .noticias---item.info-row-phone-vertical {
    position: -webkit-sticky;
    position: sticky;
    top: 0px;
    z-index: 998;
    display: block;
    margin-top: 0px;
    margin-bottom: 0px;
    border-top-style: none;
    border-bottom-style: none;
    box-shadow: 0 0 10px 1px rgba(184, 184, 191, 0.5);
  }
  .noticias---tarjeta {
    max-width: none;
    margin-bottom: 26px;
    padding: 14px;
  }
  .noticias---tarjeta.listing---featured {
    margin-bottom: 26px;
  }
  .noticias---tarjeta.reticula {
    margin-right: 0px;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .noticias---h3-tarjetas {
    line-height: 15px;
  }
  .noticias---item-linea-1.info-row-phone-wide {
    display: none;
  }
  .noticias---item-linea-1.info-row-phone-vertical {
    position: -webkit-sticky;
    position: sticky;
    top: 0px;
    z-index: 998;
    display: block;
    margin-top: 0px;
    margin-bottom: 0px;
    border-top-style: none;
    border-bottom-style: none;
    box-shadow: 0 0 10px 1px rgba(184, 184, 191, 0.5);
  }
  .noticias---item-linea-2.info-row-phone-wide {
    display: none;
  }
  .noticias---item-linea-2.info-row-phone-vertical {
    position: -webkit-sticky;
    position: sticky;
    top: 0px;
    z-index: 998;
    display: block;
    margin-top: 0px;
    margin-bottom: 0px;
    border-top-style: none;
    border-bottom-style: none;
    box-shadow: 0 0 10px 1px rgba(184, 184, 191, 0.5);
  }
  .noticias---tarjeta-foto-publicidad-container {
    margin-right: -4%;
    margin-left: -4%;
  }
  .noticia---info-column-icons {
    padding-right: 6px;
    padding-left: 6px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .noticia---top-nav {
    margin-right: 0%;
    margin-bottom: 6px;
    padding-right: 0%;
    padding-left: 0%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
  .noticia---bottom-h2 {
    font-size: 20px;
  }
  .lo---fondo.blended {
    padding-right: 20px;
    padding-left: 20px;
  }
  .lo---h1 {
    margin-bottom: 20px;
    font-size: 22px;
    line-height: 30px;
  }
  .lo---subtitulo {
    font-size: 14px;
  }
  .lo---text {
    padding-top: 9px;
    padding-bottom: 25px;
    font-size: 12px;
    line-height: 20px;
  }
  .lo---boton {
    width: 60vw;
    min-width: 180px;
  }
  .lo---boton.ciudad {
    min-width: 180px;
    margin-bottom: 14px;
    color: #fff;
  }
  .hero-content {
    width: 90vw;
  }
  .italic-text {
    max-width: 90vw;
    font-size: 14px;
  }
  .div-block-10 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 14px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .lo---content {
    width: 90vw;
  }
  .lo---grid-1 {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
  .lo---div-retrato {
    width: 130px;
    height: 130px;
  }
  .lo---copyright {
    font-size: 7px;
    line-height: 15px;
    letter-spacing: 1px;
  }
  .lo---copyright.link {
    margin-left: 10px;
  }
  .lo-flex---footer {
    padding-right: 10px;
    padding-left: 10px;
  }
  .tooltip {
    left: -260%;
    bottom: 62px;
  }
  .tooltip-text {
    font-size: 9px;
    line-height: 14px;
    letter-spacing: 0.7px;
  }
}

