:root {
  --fic-white-pages: #f7f8f9;
  --black: #2f2f2f;
  --fic-purple: #9354ff;
  --fic-blue: #3831fd;
  --white: white;
  --honoris: #daff01;
  --alice-blue: #eaf2f5;
  --hover-over-silver: #8a8a8a;
  --red: red;
  --fic-yellow: #daff01;
  --fic-grey: #767676;
  --fic-light-grey: lightgrey;
  --competencia-largos: #1d84ff;
  --iberoamericana-cortos: #01e762;
  --competencia-cortos-uba: #ff6cf8;
  --homenajes: #a753ff;
  --sedes-gray: #dfe1d6;
  --medium-spring-green: #00e379;
  --dodger-blue: #1f8af6;
}

.w-embed-youtubevideo {
  width: 100%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

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

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 50%;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  max-width: 100vw;
  background-color: var(--fic-white-pages);
  color: var(--black);
  flex-direction: column;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  line-height: 20px;
  display: flex;
}

h1 {
  color: var(--black);
  letter-spacing: 0;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Roboto, sans-serif;
  font-size: 45px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.1em;
}

h2 {
  letter-spacing: 0;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Roboto, sans-serif;
  font-size: 32px;
  font-weight: 900;
  line-height: 1.1em;
}

h3 {
  letter-spacing: 0;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Roboto, sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.1em;
}

h4 {
  color: var(--black);
  letter-spacing: 0;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 12px;
  font-family: Roboto, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.1em;
}

h5 {
  color: var(--black);
  letter-spacing: 0;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 12px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1em;
}

h6 {
  color: #888b92;
  letter-spacing: 0;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 5px;
  font-family: Roboto, sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 1em;
  overflow: visible;
}

p {
  color: var(--black);
  text-align: justify;
  margin-bottom: 16px;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6em;
}

a {
  color: var(--black);
  cursor: pointer;
  font-family: Roboto, sans-serif;
  font-weight: 400;
  text-decoration: underline;
  transition: color .2s;
}

a:hover {
  color: var(--fic-purple);
}

ul {
  margin-top: 0;
  margin-bottom: 12px;
  padding-left: 20px;
  font-family: Roboto, sans-serif;
}

li {
  margin-bottom: 12px;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  line-height: 1.2em;
}

img {
  max-width: 100%;
  display: inline-block;
}

label {
  color: var(--black);
  text-align: left;
  letter-spacing: .5px;
  text-transform: none;
  margin-bottom: 5px;
  font-family: Roboto, sans-serif;
  font-size: 17px;
  font-weight: 500;
  display: block;
}

em {
  font-style: italic;
}

blockquote {
  border-left: 5px solid var(--fic-blue);
  margin-bottom: 16px;
  padding: 10px 20px;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-style: italic;
  font-weight: 400;
  line-height: 1.4em;
}

figcaption {
  text-align: center;
  margin-top: 5px;
}

.button {
  border: 1px solid var(--fic-blue);
  background-color: var(--fic-blue);
  color: var(--white);
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 4px;
  align-self: flex-start;
  margin-bottom: 8px;
  padding: 10px 25px;
  font-family: Roboto, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.3;
  transition: color .2s, background-color .2s;
  position: static;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.button:hover {
  border-color: var(--fic-purple);
  background-color: var(--fic-purple);
  color: var(--white);
}

.button:active {
  border-color: var(--fic-purple);
  background-color: var(--white);
  box-shadow: none;
  color: var(--black);
}

.button.formbuttonleftspace {
  margin-left: 26px;
}

.button.news {
  border-width: 2px;
  border-color: var(--fic-purple);
  color: var(--fic-purple);
  background-color: rgba(0, 0, 0, 0);
  border-radius: 20px;
  margin-bottom: auto;
  padding: 9px 18px;
  font-size: 13px;
  transition: color .2s, color .2s, background-color .2s;
}

.button.news:hover {
  background-color: var(--fic-purple);
  color: #fff;
}

.button.formcontact {
  margin-left: 0;
}

.spacer {
  height: 25px;
  display: block;
}

.spacer._16 {
  width: 16px;
  height: 16px;
  background-color: rgba(0, 0, 0, 0);
}

.spacer.staff {
  height: 60px;
}

.dashboard-logo {
  width: auto;
}

.profile-menu-list {
  z-index: 80;
  width: 200px;
  background-color: #fff;
  border: 1px solid #dfe1eb;
  border-radius: 8px;
  padding: 8px 0;
  position: absolute;
  top: 60px;
  bottom: auto;
  left: auto;
  right: 10px;
  box-shadow: 0 0 10px rgba(15, 44, 65, .1);
}

.profile-menu-list.w--open {
  top: 47px;
  right: -7px;
}

.profile-menu-link {
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  border-left: 4px solid rgba(0, 0, 0, 0);
  padding: 8px 20px;
  font-size: 14px;
  display: block;
}

.profile-menu-link:hover {
  color: #384774;
  background-color: #f4f5fa;
}

.profile-menu-link.w--current {
  color: var(--black);
  padding-right: 0;
  font-weight: 500;
}

.formfield {
  border: 2px solid #c1c3d5;
  border-radius: 3px;
  margin-bottom: 16px;
  font-family: Jost;
  font-size: 15px;
  line-height: 1em;
}

.formfield:focus {
  border-color: #272a33;
}

.formfield::-ms-input-placeholder {
  color: #c1c3d5;
}

.formfield::placeholder {
  color: #c1c3d5;
}

.error-2 {
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
}

.nav-link {
  cursor: pointer;
  border-radius: 5px;
  padding: 5px 15px;
  font-size: 15px;
  font-weight: 500;
  line-height: 24px;
  transition: background-color .2s;
}

.nav-link.w--current {
  color: var(--black);
}

.nav-link.cta {
  color: #61bd4f;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #61bd4f;
  margin-left: 16px;
  padding-left: 20px;
  padding-right: 20px;
  font-weight: 700;
  box-shadow: 0 1px 38px rgba(0, 0, 0, .03);
}

.nav-link.cta:hover {
  color: #519839;
  background-color: #d6ecd2;
}

.nav-link.cta:active {
  color: #6ee962;
  background-color: #99d18f;
}

.error {
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
}

.sort-button {
  color: #fff;
  padding: 10px 16px;
  line-height: 1.4;
  text-decoration: none;
  transition: background-color .2s;
  display: block;
}

.sort-button:hover {
  background-color: #384774;
}

.sort-button:active {
  border: 0 #000;
}

.sort-button:focus {
  background-color: #e4eaee;
  border-style: none;
  border-width: 0;
}

.utility-page-wrap {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  justify-content: center;
  align-items: center;
  margin-top: -70px;
  display: flex;
}

.utility-page-content {
  max-width: 320px;
  text-align: center;
  flex-direction: column;
  margin: 24px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.form-error {
  text-align: center;
  background-color: #ffe6e6;
  border-radius: 4px;
  padding: 32px 16px;
}

.sidebar-logo {
  display: block;
}

.profile-image {
  width: 40px;
  height: 40px;
  background-color: #99d18f;
  border: 1px solid #dfe1eb;
  border-radius: 40px;
  display: inline-block;
  overflow: hidden;
}

.profile-menu {
  flex-direction: row;
  align-items: center;
  margin-left: 0;
  padding: 0;
  transition: opacity .2s;
}

.profile-menu:hover {
  opacity: .9;
}

.profile-menu.w--open {
  background-color: rgba(0, 0, 0, 0);
}

.nav-spacer {
  height: 0;
  background-color: rgba(0, 0, 0, 0);
  flex: 1;
}

.menu-down {
  opacity: .3;
  margin-left: 5px;
  padding-bottom: 0;
}

.cover-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.menu-divider {
  height: 1px;
  background-color: #dfe1eb;
  margin: 8px 15px;
}

.simple-nav {
  z-index: 60;
  height: 70px;
  color: #fff;
  background-color: #fff;
  border-bottom: 1px solid #dfe1eb;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 16px 30px;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  box-shadow: 0 1px 5px rgba(0, 0, 0, .05);
}

.modal-trigger:hover {
  color: #519839;
}

.modal-mask {
  z-index: 901;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.modal-close {
  width: 30px;
  height: 30px;
  cursor: pointer;
  background-color: #dfe1eb;
  background-image: url('../images/x.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 16px;
  border-radius: 50%;
  margin-top: 8px;
  margin-right: 8px;
  transition: background-color .2s ease-in-out;
}

.modal-close:hover {
  background-color: #c1c3d5;
}

.logo {
  margin-top: 40px;
  margin-bottom: 40px;
  padding-left: 40px;
  padding-right: 40px;
  font-family: Libre Franklin;
}

.image {
  width: 350px;
  margin-bottom: 59px;
}

.afiche {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.topbar {
  background-color: #fd5660;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Libre Franklin;
}

.heading-4 {
  text-align: center;
  align-self: center;
}

.link {
  font-size: 20px;
}

.nav-icon {
  width: 20px;
  justify-content: center;
  align-items: center;
  margin-right: 0;
  padding-left: 2px;
  padding-right: 2px;
  display: flex;
}

.nav-icon.twitter {
  width: 20px;
  margin-left: 2px;
  margin-right: 5px;
}

.nav-icon.facebook {
  width: 20px;
  margin-right: 5px;
}

.nav-icon.instagram {
  width: 20px;
  align-self: center;
  align-items: center;
  margin-top: 0;
  margin-left: 2px;
  margin-right: 5px;
}

.section {
  padding: 40px 13px 13px;
}

.section.header {
  padding-top: 15px;
  font-family: Varela Round, sans-serif;
}

.section.homeimage {
  width: 100%;
  flex-direction: column;
  justify-content: flex-start;
  margin-bottom: 0;
  padding: 0;
  display: flex;
  overflow: hidden;
}

.inner-container {
  height: auto;
  max-width: 1059px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 0 auto 38px;
  display: flex;
}

.inner-container.content {
  margin-top: 0;
  padding-top: 24px;
}

.inner-container.content.formulario {
  align-items: flex-start;
}

.inner-container.content.reglamento {
  align-items: flex-start;
  margin-bottom: 20px;
}

.inner-container.welcome {
  margin-top: 19px;
}

.inner-container.image-home {
  background-color: #fffdf6;
  justify-content: flex-start;
  align-self: center;
  margin-top: 0;
  margin-bottom: 63px;
  padding-top: 0;
}

.inner-container.footerlogos {
  background-color: var(--honoris);
  margin-bottom: 10px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.inner-container.footerlogos.bancogalicia {
  padding-top: 0;
  padding-bottom: 0;
}

.inner-container.wrapper {
  flex-flow: wrap;
}

.html-embed {
  width: 17px;
  color: var(--black);
  cursor: pointer;
  align-self: auto;
  margin-bottom: -2px;
  padding-top: 2px;
  padding-bottom: 0;
  transition: color .2s;
}

.html-embed:hover {
  color: var(--fic-blue);
}

.dropdown {
  color: var(--black);
  padding-left: 12px;
  padding-right: 35px;
  font-family: Roboto, sans-serif;
  transition: color .2s;
}

.dropdown:hover {
  color: var(--fic-purple);
}

.dropdown.lastlink {
  margin-right: -20px;
  padding-left: 12px;
}

.nav-button-animated {
  z-index: 900;
  width: 60px;
  height: 60px;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 10px;
  margin-right: 20px;
  padding: 0;
  position: fixed;
  top: 0;
  right: 0;
}

.nav-button-animated.w--open {
  background-color: rgba(0, 0, 0, 0);
}

.mardel-top-menu {
  float: none;
  clear: right;
  flex: 0 auto;
  justify-content: flex-start;
  margin-left: 0;
  margin-right: auto;
  padding-left: 9px;
  display: flex;
}

.mardel-top-menu.mobile {
  color: var(--white);
  flex: 1;
  justify-content: center;
  margin-left: auto;
  padding-left: 0;
}

.mardel-navbar-top-menu {
  z-index: 100;
  max-width: 1059px;
  background-color: rgba(0, 0, 0, 0);
  margin: 0 auto;
}

.container {
  max-width: 1059px;
  min-height: 30px;
  text-align: left;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  font-family: Questrial;
  display: flex;
}

.accordion-item-trigger {
  cursor: pointer;
  justify-content: center;
  display: flex;
}

.social-media-container {
  flex: none;
  justify-content: flex-end;
  display: flex;
}

.language-selector {
  border-right: 1px solid #000;
  margin-top: 3px;
  margin-right: 17px;
  padding-right: 22px;
}

.language-select {
  color: var(--black);
  letter-spacing: 1.2px;
  flex: none;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
}

.language-select:hover {
  color: var(--fic-blue);
}

.top-line-2 {
  width: 40px;
  height: 2px;
  background-color: #fff;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 18px;
  left: 0;
  right: 0;
}

.middle-line-2 {
  width: 40px;
  height: 2px;
  background-color: #fff;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 28px;
  left: 0;
  right: 0;
}

.bottom-line-2 {
  width: 40px;
  height: 2px;
  background-color: #fff;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 38px;
  left: 0;
  right: 0;
}

.style-guide-content {
  padding-top: 40px;
}

.style-guide-title {
  color: #222;
  text-transform: uppercase;
  margin-top: 0;
  padding-top: 5px;
  padding-left: 18px;
  font-size: 22px;
  font-weight: 400;
  line-height: 44px;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}

.type-column-1 {
  padding-right: 20px;
}

.style-guide-wrap {
  padding-top: 1px;
  padding-bottom: 1px;
}

.style-guide-label {
  color: #aaa;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 40px;
  font-size: 11px;
  line-height: 11px;
}

.type-column-2 {
  padding-top: 30px;
  padding-left: 20px;
}

.input {
  background-color: #fff;
  border: 2px solid #ccc;
  border-radius: 4px;
  line-height: 44px;
}

.input:hover {
  border-color: #636363;
}

.input:active {
  border-color: var(--fic-blue);
  background-color: #f0f6f9;
}

.input:focus {
  background-color: #f0f6f9;
  border-color: #3898ec;
}

.input.contact-form-field {
  height: 46px;
  padding-top: 12px;
  padding-bottom: 12px;
}

.input.contact-form-field-textarea {
  height: 160px;
  padding-top: 12px;
  padding-bottom: 12px;
}

.style-guide-section {
  border-radius: 4px;
  margin: 20px;
  padding: 60px 30px;
  position: relative;
  box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
}

.message-error {
  color: #ec3872;
  background-color: rgba(236, 56, 114, .1);
  border-radius: 4px;
  margin-bottom: 40px;
  padding: 20px;
  font-family: Roboto, sans-serif;
}

.style-guide-divider {
  width: 100%;
  height: 1px;
  background-color: #f3f3f5;
  margin-top: 20px;
  margin-bottom: 10px;
}

.togglenavlinks {
  letter-spacing: 0;
  text-transform: uppercase;
  margin-top: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 10px 6px;
  font-family: Varela Round, sans-serif;
  font-size: 15px;
  font-weight: 400;
  transition: color .2s;
}

.togglenavlinks:hover {
  color: var(--fic-blue);
}

.togglenavlinks.w--current {
  color: #272a33;
}

.togglenavlinks.mobile-language {
  display: none;
}

.contact-form-container {
  width: 650px;
  margin-left: auto;
  margin-right: auto;
}

.card-btn-link {
  width: 100%;
  color: #fff;
  text-align: center;
  border: 2px solid #ff6565;
  border-radius: 1000px;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

._w-flip-card {
  z-index: 10;
  perspective: 1000px;
  display: flex;
  position: relative;
}

.slider-right {
  width: 55px;
  height: 55px;
  border: 2px solid #272a33;
  border-radius: 500px;
  justify-content: center;
  align-items: center;
  padding: 15px;
  display: flex;
  box-shadow: 1px 1px 55px rgba(0, 22, 50, .08);
}

.slider-left {
  width: 55px;
  height: 55px;
  border: 2px solid #272a33;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 15px;
  display: flex;
}

.c-faq-item {
  border-left: 3px solid var(--black);
  cursor: pointer;
  background-color: #f5f5f5;
  margin-bottom: 10px;
  font-size: 1.2em;
  line-height: 1.6em;
}

.container-coming-soon {
  width: 100vw;
  height: 100vh;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 54px;
  display: flex;
}

.navbar {
  max-width: 1059px;
  background-color: rgba(0, 0, 0, 0);
  margin-left: auto;
  margin-right: auto;
  font-family: Varela Round, sans-serif;
}

.language-social-wrapper {
  width: 100%;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.mobile-links {
  padding-left: 12px;
  padding-right: 12px;
}

.form-title.formtitleleftspace {
  letter-spacing: 0;
  margin-left: 26px;
  font-size: 21px;
}

.form-inscripcion {
  width: 90%;
  min-width: 0;
  align-self: center;
}

.mandatory {
  color: var(--red);
}

.columns {
  padding: 16px;
}

.small-text {
  color: #0d93ec;
  text-align: left;
  background-image: url('../images/check.png');
  background-position: 0 1px;
  background-repeat: no-repeat;
  background-size: 13px 13px;
  padding-left: 20px;
  font-size: 13px;
  line-height: 1.2em;
}

.form-notification-container {
  background-color: #ebf1f4;
  border-radius: 4px;
  margin-left: 26px;
  margin-right: 26px;
  padding: 22px;
}

.form-notification {
  margin-bottom: 0;
  font-size: 15px;
}

.form-spacer {
  height: 57px;
}

.form-info {
  margin-left: 26px;
}

.informacion-tecnica {
  text-align: left;
  background-image: url('../images/check.png');
  background-position: 0 1px;
  background-repeat: no-repeat;
  background-size: 13px 13px;
  margin-left: 26px;
  padding-left: 20px;
  font-size: 16px;
  line-height: 1.2em;
}

.footer {
  min-height: 221px;
  background-color: var(--fic-yellow);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: auto;
  padding: 20px 30px;
  display: flex;
  position: relative;
}

.reglamento-articulo {
  font-size: 24px;
}

.reglamento {
  line-height: 1.4em;
}

.radio-button {
  border-width: 2px;
  border-color: var(--fic-blue);
  padding: 6px;
}

.radio-button:hover {
  background-color: var(--fic-blue);
}

.radio-button.w--redirected-checked {
  background-color: var(--fic-blue);
  border-width: 2px;
}

.radio-container {
  margin-bottom: 14px;
}

.div-block-2 {
  justify-content: flex-start;
  display: flex;
}

.fic-yellow {
  width: 60px;
  height: 60px;
  background-color: var(--fic-yellow);
}

.fic-purple {
  width: 60px;
  height: 60px;
  background-color: var(--fic-purple);
}

.fic-blue {
  width: 60px;
  height: 60px;
  background-color: var(--fic-blue);
}

.fic-gray {
  width: 60px;
  height: 60px;
  background-color: var(--fic-grey);
}

.fic-light-grey {
  width: 60px;
  height: 60px;
  background-color: var(--fic-light-grey);
}

.ficuba-iso {
  width: 237px;
}

.banner-home-desktop {
  width: 100%;
}

.banner-home-mobile {
  display: none;
}

.home-punto {
  width: 67px;
}

.main-heading-home {
  text-transform: uppercase;
  margin-top: 26px;
  font-size: 30px;
}

.news-heading-secondary {
  text-align: left;
  align-self: flex-start;
  font-size: 32px;
  font-weight: 500;
}

.autoridades-area {
  margin-top: 48px;
  margin-bottom: 20px;
  font-size: 24px;
}

.autoridades {
  text-align: left;
  white-space: nowrap;
  margin-bottom: 17px;
  line-height: 1.4em;
}

.autoridades-column {
  width: 80%;
  margin-top: 28px;
  margin-bottom: 45px;
}

.aut-column-1 {
  padding-left: 0;
}

.icon9 {
  color: #272728;
  background-color: #fff;
  font-size: 20px;
  font-weight: 300;
}

.icon9:hover {
  color: #ff608d;
}

.slide-destacado {
  width: 530px;
  height: auto;
}

.left-arrow-3 {
  width: 80px;
  background-color: #fdfdfd;
  transition: all .7s;
  display: none;
}

.left-arrow-3:hover {
  width: 90px;
  left: -10px;
}

.carousel-link-destacado {
  border: 1px solid #8d8d8d;
  flex: 1;
  margin-left: 0;
  margin-right: 0;
  text-decoration: none;
  transition: background-color .2s;
}

.carousel-link-destacado:hover {
  color: #e52421;
  background-color: #e9e9e9;
  text-decoration: none;
}

.carousel-link-destacado.blue-destacado {
  height: 100%;
  color: var(--black);
  background-color: rgba(0, 0, 0, 0);
  border: 0 rgba(0, 0, 0, 0);
  margin-right: 0;
  overflow: hidden;
}

.carousel-link-destacado.blue-destacado:hover {
  color: var(--fic-purple);
}

.div-put-destacado {
  width: 100%;
  height: auto;
  cursor: pointer;
  transition: background-color .2s;
  display: flex;
}

.carousel-news-container-destacado {
  height: 100%;
  padding: 11px;
}

.carousel-news-container-destacado.carousel-news-content-destacado {
  height: 100%;
  min-height: auto;
  flex-direction: column;
  margin: 0;
  padding: 0;
  transition: transform .2s;
  display: flex;
  overflow: hidden;
}

.icon-8 {
  color: #293366;
  font-size: 20px;
  font-weight: 300;
}

.icon-8:hover {
  color: #ff608d;
}

.subheading26-destacado {
  color: var(--fic-purple);
  letter-spacing: 0;
  margin-top: 6px;
  margin-bottom: 5px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.3;
}

.slider-destacado {
  width: 100%;
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  margin-bottom: 15px;
  padding: 28px 0 1px;
  display: block;
  position: relative;
  overflow: hidden;
}

.carousel-slider-text {
  z-index: 2;
  height: auto;
  background-color: var(--fic-white-pages);
  padding-bottom: 8px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

.carousel-slider-text-date-destacado {
  color: var(--fic-purple);
  letter-spacing: 1px;
  margin-top: 18px;
  margin-bottom: 5px;
  font-size: 12px;
  font-weight: 400;
}

.right-arrow-3 {
  background-color: #fff;
  transition: all .7s;
  display: none;
}

.right-arrow-3:hover {
  width: 90px;
  right: -10px;
}

.image-6 {
  filter: hue-rotate(180deg);
}

.mask-destacado {
  width: 530px;
  height: auto;
  overflow: visible;
}

.carousel-slider-image-top-destacado {
  z-index: 1;
  position: relative;
}

.slide-nav-destacado {
  justify-content: flex-end;
  padding-top: 0;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.heading-26-destacado {
  margin-top: 6px;
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
}

.slide {
  width: 353px;
  height: 100%;
}

.slider {
  width: 100%;
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  padding: 28px 0 1px;
  position: relative;
  overflow: hidden;
}

.carousel-slider-image-top {
  overflow: hidden;
}

.subheading26 {
  color: var(--fic-purple);
  letter-spacing: 0;
  margin-top: 6px;
  margin-bottom: 5px;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.3;
}

.carousel-slider-text-date {
  color: var(--fic-purple);
  letter-spacing: 1px;
  margin-top: 18px;
  margin-bottom: 5px;
  font-size: 12px;
  font-weight: 400;
}

.div-put {
  width: 100%;
  height: 320px;
  cursor: pointer;
  transition: background-color .2s;
  display: flex;
}

.carousel-news-container {
  height: 100%;
  padding: 11px;
}

.carousel-news-container.carousel-news-content {
  flex-direction: column;
  margin: 0;
  padding: 0;
  transition: transform .2s;
  display: flex;
  overflow: hidden;
}

.slide-nav-7 {
  justify-content: flex-end;
  padding-top: 0;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.carousel-link {
  border: 1px solid #8d8d8d;
  flex: 1;
  margin-left: 0;
  margin-right: 0;
  text-decoration: none;
  transition: background-color .2s;
}

.carousel-link:hover {
  color: #e52421;
  background-color: #e9e9e9;
  text-decoration: none;
}

.carousel-link.blue {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  border: 0 rgba(0, 0, 0, 0);
  margin-right: 0;
  transition-property: none;
  overflow: hidden;
}

.carousel-link.blue:hover {
  color: var(--fic-purple);
}

.heading-26 {
  margin-top: 6px;
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
}

.mask {
  width: 353px;
  height: 100%;
  overflow: visible;
}

.fllwidthimage {
  width: auto;
  height: auto;
  min-width: 100%;
  float: none;
  border-radius: 0;
  margin-bottom: 32px;
  margin-right: 25px;
}

.copete-noticias {
  border-left-color: var(--fic-purple);
  text-align: justify;
  margin-top: 35px;
  margin-bottom: 55px;
  font-style: italic;
  font-weight: 500;
  line-height: 1.4em;
}

.video-in-news {
  margin-top: 14px;
  margin-bottom: 23px;
}

.image-news {
  object-fit: cover;
  border-radius: 0;
  align-self: flex-start;
  overflow: visible;
}

.cards-social-bottom {
  z-index: 130;
  position: absolute;
  bottom: 1.2rem;
  left: 1.2rem;
  right: 0;
}

.news-images-max {
  width: 300px;
  max-width: 300px;
}

.news-wrapper-contianer {
  width: auto;
  grid-template: "."
  / .5fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 16px auto 32px 0;
  display: flex;
  position: relative;
}

.linea-copete {
  color: #ff6d8f;
  background-color: rgba(0, 0, 0, 0);
  margin-bottom: 5px;
  padding: 0;
  line-height: 1.2em;
  display: inline-block;
}

.container-news {
  width: auto;
  height: 100%;
  flex-direction: column;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: flex-start;
  padding: 0 28px 15px 23px;
  display: flex;
}

.repeat-news-wrapper {
  margin-top: 37px;
}

.map-box {
  margin-bottom: 17px;
}

.map-subheading {
  color: var(--black);
  margin-bottom: 4px;
  font-weight: 400;
}

.map-text {
  margin-bottom: 12px;
  font-size: 16px;
}

.box-mapa {
  min-height: 310px;
  border-radius: 4px;
}

.sedes {
  width: 100%;
  display: flex;
}

.sedes-wrapper {
  width: 100%;
  margin-top: 30px;
  margin-bottom: 30px;
}

.footer-logo-desktop {
  width: 1058px;
  align-self: stretch;
  margin-left: auto;
  margin-right: auto;
}

.footer-logo-tablet, .footer-logo-mobile {
  width: 1058px;
  align-self: stretch;
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.dropdown-link {
  font-family: Roboto, sans-serif;
  font-weight: 400;
}

.dropdown-link:hover {
  color: var(--fic-purple);
}

.drowdown-container.w--open {
  border-left: 4px solid var(--fic-purple);
  background-color: var(--fic-white-pages);
}

.icon-9 {
  margin-right: 13px;
}

.contact {
  margin-top: 17px;
}

.columns-2 {
  align-items: flex-end;
  display: flex;
}

.photo-gallery-news {
  width: 100%;
  max-width: 1100px;
  flex-wrap: wrap;
  align-self: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.fotito {
  width: 33.3%;
  margin-bottom: 10px;
  margin-right: 10px;
  padding: 0;
}

.ver-trailer-link {
  color: var(--black);
  text-transform: none;
  margin-left: 0;
  font-size: 17px;
  font-weight: 400;
  line-height: 1;
}

.ver-trailer-link:hover {
  color: var(--black);
  text-decoration: underline;
}

.actividades-info-container {
  margin-top: 9px;
  margin-left: 0;
  padding-left: 0;
  display: flex;
}

.actividades-box {
  justify-content: flex-start;
  margin-top: 6px;
  margin-left: 0;
  display: flex;
}

.actividades-image-fix {
  width: 382px;
  border-radius: 0;
  margin-right: 9px;
}

.actividades-responsible {
  width: 87px;
  height: 20px;
  text-transform: uppercase;
  margin: 3px 20px 3px 0;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
}

.actividades-responsible.fecha {
  width: 103px;
  margin-right: 10px;
  font-size: 16px;
}

.actividades-responsible.time {
  width: 157px;
  margin-right: 10px;
  font-size: 16px;
}

.actividades-responsible.sala {
  width: auto;
  margin-right: 0;
  font-size: 16px;
}

.actividades-container-repeat {
  border-bottom: 1px solid var(--black);
  align-items: flex-start;
  padding: 38px 15px 35px;
  display: flex;
}

.boxes-dates {
  width: 47px;
  height: 24px;
  color: var(--black);
  background-color: rgba(0, 0, 0, 0);
  border-right: 2px solid #000;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin-left: 0;
  padding: 7px 12px;
  font-size: 23px;
  font-weight: 700;
  text-decoration: none;
  transition: background-color .2s, color .2s;
  display: flex;
}

.boxes-dates:hover {
  color: var(--fic-purple);
}

.boxes-dates.lastone {
  border-right-color: rgba(0, 0, 0, 0);
}

.boxes-dates.firstone {
  width: 40px;
  padding-left: 0;
}

.actividades-title {
  padding: 12px;
}

.actividades-title.actividades-right-border {
  border-right: 0 rgba(0, 0, 0, 0);
  padding-top: 0;
  padding-left: 12px;
  padding-right: 20px;
}

.actividades-heading {
  text-transform: none;
  margin-top: 0;
  margin-bottom: 2px;
  font-size: 29px;
  font-weight: 700;
}

.actividades-resumen {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 17px;
  line-height: 1.3em;
}

.header {
  flex: 0 auto;
  margin-bottom: 10px;
}

.search-results-heading {
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 31px;
  margin-bottom: 15px;
  display: flex;
}

.actividades-list {
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 12px;
  padding-top: 30px;
  padding-bottom: 6px;
  display: flex;
}

.search-results-dates-buttons {
  display: flex;
}

.icon-7 {
  font-size: 20px;
  font-weight: 300;
}

.icon-7:hover {
  color: #ff608d;
}

.video-trailer-box {
  max-width: 1059px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
}

.right-arrow {
  width: 30px;
  height: 30px;
  color: #272728;
  background-color: #fff;
  margin-right: -8px;
  font-size: 12px;
}

.slide-nav-8 {
  display: none;
}

.main-flexible-multi-device-div {
  width: 950px;
  height: auto;
  max-width: 950px;
  min-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.main-flexible-multi-device-div.mobile-responsive {
  margin-top: 25px;
}

.actividades-details-first-row {
  width: 75%;
  flex-direction: column;
  justify-content: flex-start;
  margin: 22px auto 40px;
  padding-bottom: 20px;
  display: flex;
}

.logo-container {
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: flex-start;
  align-self: flex-start;
  margin-bottom: 10px;
  display: flex;
}

.movie-details-first-row {
  width: 75%;
  max-width: 1059px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 39px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.actividades-row {
  width: 75%;
  flex-direction: column;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.top-movie-details-heading-right {
  justify-content: space-between;
  display: flex;
}

.share-text {
  align-items: center;
  margin-left: 29px;
  display: flex;
}

.icon-10 {
  color: #293366;
  font-size: 20px;
  font-weight: 300;
}

.icon-10:hover {
  color: #ff608d;
}

.subheading-back-to-list {
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 0;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
}

.subheading-back-to-list:hover {
  color: var(--fic-purple);
  -webkit-text-stroke-color: var(--fic-purple);
}

.left-arrow {
  width: 30px;
  height: 30px;
  color: #272728;
  background-color: #fff;
  margin-left: -8px;
  font-size: 12px;
}

.actividades-photos {
  width: 100%;
  height: auto;
  border-bottom: 25px solid var(--fic-yellow);
  margin-top: 40px;
  margin-bottom: 40px;
}

.actividades-main-title {
  margin-bottom: 5px;
  font-size: 39px;
  font-weight: 700;
}

.sinopsis-text {
  margin-top: 20px;
  margin-bottom: 22px;
  font-size: 17px;
}

.subheading-movie-details {
  color: var(--black);
  text-transform: none;
  margin-bottom: 0;
}

.subheading-movie-details.icons:hover {
  color: #1e551d;
}

.actividades-mask {
  width: 100%;
  height: 380px;
}

.top-movie-details-heading-left {
  align-items: center;
  display: flex;
}

.logos-actividades {
  max-height: 200px;
  max-width: 100%;
}

.search {
  flex-direction: column;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: flex-end;
  align-items: flex-start;
  margin-top: 25px;
  display: flex;
}

.programacion-search-box {
  margin-bottom: 32px;
  padding-bottom: 0;
}

.search-field {
  height: 40px;
  color: var(--fic-purple);
  background-color: #fff;
  border: 1px solid #fff;
  border-bottom-color: #272728;
  border-radius: 0;
  margin-bottom: 0;
  transition: border .2s;
}

.search-field:hover, .search-field:focus {
  border-color: #fff #fff #ff608d;
}

.search-fields-row1 {
  flex: 1;
  align-self: stretch;
  margin-top: 17px;
  margin-bottom: 0;
  display: flex;
}

.field-label {
  font-size: 14px;
  font-weight: 500;
}

.button-2 {
  letter-spacing: 1.3px;
  text-transform: uppercase;
  border-radius: 2px;
  font-size: 13px;
  font-weight: 600;
  line-height: 1;
}

.button-2:hover {
  color: #fff;
  background-color: #196db8;
}

.button-2.pink {
  color: #000;
  letter-spacing: 1.3px;
  background-color: #efcce3;
  border-radius: 3px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 600;
  transition: background-color .2s;
}

.button-2.pink:hover {
  color: #000;
  background-color: #ff608d;
  font-weight: 600;
}

.button-2.pink.search-button {
  background-color: var(--fic-purple);
  color: #fff;
  border-radius: 0;
  font-weight: 500;
}

.button-2.pink.search-button:hover {
  background-color: var(--black);
}

.button-2.pink.search-button.clear {
  text-align: center;
  margin-left: 20px;
  padding-left: 15px;
  padding-right: 15px;
  text-decoration: none;
  display: inline-block;
}

.search-button {
  margin-top: 0;
}

.search-form-box {
  width: 90%;
  display: flex;
}

.search-div-box {
  flex: 1;
  margin-bottom: 16px;
  margin-right: 24px;
}

.search-div-box.checkboxes {
  flex: none;
}

.director-multimedia-box {
  margin-top: 9px;
  margin-left: 0;
  padding-left: 0;
}

.movie-list-box-details {
  align-items: flex-start;
  display: flex;
}

.movie-list-box-details.addleftborderdetailsbox {
  width: 100%;
  max-width: none;
  min-width: auto;
  border-bottom: 1px solid var(--black);
  flex: none;
  justify-content: flex-start;
  margin-bottom: 25px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 46px;
  padding-bottom: 0;
}

.heart-remove {
  width: 30px;
  transition: opacity .2s;
}

.heart-remove:hover {
  opacity: .9;
}

.heart-remove.programacion {
  width: 25px;
  margin-top: 8px;
  display: none;
}

.movie-multimedia-box {
  justify-content: flex-start;
  margin-top: 10px;
  margin-left: 0;
  font-size: 19px;
  display: flex;
}

.movie-title-seccion {
  border-bottom: 1px solid var(--fic-purple);
  color: var(--fic-purple);
  text-transform: none;
  margin-top: 9px;
  margin-bottom: 3px;
  margin-left: 0;
  padding-bottom: 5px;
  padding-left: 0;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
}

.movie-title-seccion.cortos-internacionales {
  background-color: var(--competencia-largos);
  color: #fff;
  border-bottom: 0 rgba(0, 0, 0, 0);
  padding: 10px;
  font-size: 20px;
}

.movie-title-seccion.iberoamericanos {
  background-color: var(--iberoamericana-cortos);
  color: #fff;
  border-bottom: 0 rgba(0, 0, 0, 0);
  flex-direction: row;
  align-items: flex-start;
  padding: 10px;
  font-size: 20px;
  display: block;
}

.movie-title-seccion.cortos-uba {
  background-color: var(--competencia-cortos-uba);
  color: #fff;
  border-bottom: 0 rgba(0, 0, 0, 0);
  padding: 10px;
  font-size: 20px;
}

.movie-title-seccion.homenajes {
  background-color: var(--homenajes);
  color: #fff;
  border-bottom: 0 rgba(0, 0, 0, 0);
  padding: 10px;
  font-size: 20px;
}

.movie-title-seccion.honoris {
  background-color: var(--honoris);
  color: var(--black);
  border-bottom: 0 rgba(0, 0, 0, 0);
  padding: 10px;
  font-size: 20px;
}

.div-block {
  flex-direction: column;
  display: flex;
}

.movie-ficha {
  color: #333;
  text-align: center;
  flex-direction: column;
  align-items: flex-start;
  margin-left: 0;
  margin-right: 14px;
  padding-left: 0;
  text-decoration: none;
  transition: color .2s;
  display: flex;
}

.movie-ficha:hover {
  color: var(--black);
  text-decoration: underline;
}

.movie-title {
  padding: 12px;
}

.movie-title.column-right-border {
  border-right: 0 rgba(0, 0, 0, 0);
  flex-direction: column;
  flex: 0 auto;
  align-items: flex-start;
  padding-top: 0;
  padding-left: 12px;
  padding-right: 20px;
  display: flex;
}

.movie-title-headig {
  color: var(--black);
  text-transform: none;
  margin-top: 0;
  margin-bottom: 2px;
  font-size: 40px;
  font-weight: 700;
}

.movie-image-fixed-width {
  width: 202px;
  border-radius: 0;
}

.image-link-details:hover {
  filter: grayscale();
}

.movie-list-grid-repeat {
  width: 100%;
  flex-flow: column wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: flex-start;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 12px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
  padding-bottom: 6px;
  display: flex;
}

.movie-title-director {
  text-transform: uppercase;
  margin: 3px 20px 3px 0;
  font-size: 19px;
  font-style: normal;
  font-weight: 400;
}

.movie-title-director.listado {
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 2px;
  font-size: 23px;
}

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

.movie-link:hover {
  color: var(--black);
  text-decoration: underline;
}

.movie-title-heading-idioma {
  margin-top: 2px;
  margin-bottom: 3px;
  font-size: 29px;
  font-style: italic;
  font-weight: 400;
}

.movie-dates-online {
  color: #ff608d;
  text-transform: none;
  border-bottom: 1px solid #ff608d;
  margin-top: 4px;
  margin-bottom: 5px;
  margin-left: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 0;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
}

.movie-dates-online.listado {
  border-bottom-color: var(--fic-purple);
  color: var(--black);
  margin-top: 0;
  padding-top: 2px;
}

.movie-dates-online.listado.fechaspresencial {
  color: var(--black);
  border-bottom-width: 0;
  font-size: 20px;
}

.pagination {
  margin-top: 17px;
}

.pagination-text {
  text-transform: none;
  margin-bottom: 19px;
  font-size: 15px;
}

.iconmovie {
  width: 30px;
  margin-right: 5px;
}

.sharelink {
  width: 30px;
  height: 30px;
  background-color: var(--fic-grey);
  color: #fff;
  justify-content: center;
  align-items: center;
  margin-left: 1px;
  margin-right: 1px;
  display: flex;
}

.sharelink:hover {
  color: #fff;
  background-color: #272728;
}

.sharebutton {
  color: #333;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/iconmonstr-share-1.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-left: 32px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.1;
}

.sharebutton:hover {
  color: #333;
  text-decoration: underline;
}

.share-wrapper-mobile {
  display: none;
}

.fav-not-listed {
  text-decoration: none;
  transition: filter .2s;
  display: none;
}

.fav-not-listed:hover {
  filter: grayscale();
  color: #ff608d;
  text-decoration: underline;
}

.fav-not-logged-in {
  text-decoration: none;
  transition: filter .2s;
  display: none;
}

.fav-not-logged-in:hover {
  filter: grayscale();
  color: #ff608d;
  text-decoration: underline;
}

.sharecontainer {
  flex-direction: row;
  justify-content: center;
  margin-bottom: 0;
  display: flex;
}

.fav-listed {
  text-decoration: none;
  transition: filter .2s;
  display: none;
}

.fav-listed:hover {
  filter: grayscale();
  color: #ff608d;
  text-decoration: underline;
}

.movie-title-main-heading {
  margin-bottom: 5px;
  font-size: 39px;
  font-weight: 700;
}

.movie-title-secondary-title {
  text-transform: none;
  margin-top: 5px;
  margin-bottom: 20px;
  font-size: 28px;
  font-style: italic;
  font-weight: 400;
}

.movie-info-pais {
  border-left: 2px solid var(--black);
  margin-left: 5px;
  padding-left: 5px;
}

.movie-section-container, .movie-director-container {
  flex: none;
  display: flex;
}

.movie-information-row {
  justify-content: flex-start;
  align-self: flex-start;
  margin-top: 7px;
  display: flex;
}

.movie-director-row {
  flex-flow: column;
  justify-content: flex-start;
  align-self: flex-start;
  display: flex;
}

.movie-info-text {
  color: var(--black);
  font-size: 16px;
  font-weight: 700;
}

.movie-director {
  font-size: 18px;
  font-weight: 700;
}

.movie-details-second-row {
  width: 75%;
  max-width: 1059px;
  flex-direction: column;
  justify-content: space-between;
  margin-top: 27px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.gratuita {
  align-items: center;
  display: flex;
}

.boton-comprar-entradas {
  text-transform: uppercase;
  border-radius: 2px;
  padding: 6px 8px;
  font-size: 11px;
  line-height: 12px;
  transition: background-color .2s, color .2s;
}

.boton-comprar-entradas:hover {
  color: #fff;
  background-color: #ff608d;
}

.boton-comprar-entradas.free {
  width: 131px;
  background-color: var(--fic-light-grey);
  color: var(--black);
  text-align: center;
  letter-spacing: .1px;
  font-size: 12px;
  font-weight: 500;
  transition-property: none;
}

.icono-entradas {
  margin-right: 5px;
}

.peli-online {
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 700;
}

.comprar-entradas {
  align-items: center;
  margin-bottom: 7px;
  display: flex;
}

.container-entradas {
  width: auto;
  flex-direction: row;
  justify-content: flex-start;
  margin: 14px 0 10px;
  display: flex;
}

.dates-online {
  margin-bottom: 0;
  margin-left: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
}

.movie-still-images-photos {
  height: auto;
  max-width: 1059px;
  margin: 40px auto;
}

.movie-mask {
  height: 380px;
  max-width: 1059px;
  margin-left: auto;
  margin-right: auto;
}

.icon-11 {
  color: #293366;
  font-size: 20px;
  font-weight: 300;
}

.icon-11:hover {
  color: #ff608d;
}

.movie-details-fifth-row {
  width: 75%;
  max-width: 1059px;
  flex-direction: column;
  justify-content: flex-start;
  margin: 22px auto 40px;
  padding-bottom: 20px;
  display: flex;
}

.logo-movie-separator {
  flex: 0 auto;
  margin: 18px;
  display: block;
}

.video-welcome-box, .video-questions-box {
  max-width: 1059px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
}

.disclaimer {
  margin-top: 8px;
  font-size: 14px;
  font-style: normal;
  font-weight: 800;
  line-height: 1.2;
}

.movie-details-sixth-row {
  width: 75%;
  max-width: 1059px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 40px auto 0;
  padding-top: 10px;
  padding-bottom: 20px;
  display: flex;
}

.director-photo-box {
  flex: none;
}

.director-photo-image {
  width: 200px;
}

.director-bio-box {
  padding-left: 54px;
}

.director-title-heading {
  text-transform: none;
  margin-top: 0;
  font-size: 19px;
  font-weight: 700;
}

.director-bio {
  margin-bottom: 30px;
  margin-left: 0;
  font-size: 15px;
  font-weight: 500;
}

.director-bio-highlights {
  margin-bottom: 0;
  margin-left: 0;
  font-size: 15px;
  font-style: italic;
  font-weight: 600;
}

.movie-details-sixth-row-bottom {
  width: 75%;
  max-width: 1059px;
  border-top: 1px solid var(--black);
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 20px auto 40px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.technical-info {
  flex: 1;
  padding-left: 0;
}

.standrd-text-bolded {
  margin-top: 5px;
  margin-bottom: 0;
  font-size: 17px;
  font-weight: 600;
}

.text-website {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 17px;
}

.wrapper-container-guests {
  grid-column-gap: 21px;
  grid-row-gap: 21px;
  background-image: url('../images/limadot.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: stretch;
  justify-content: center;
  align-items: flex-start;
  margin-top: 39px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.repeat-wrapper-guest-container {
  text-align: center;
  flex-flow: column wrap;
  flex: none;
  align-content: center;
  align-items: center;
  margin-bottom: 30px;
  display: flex;
}

.wrapper-gust-photo {
  width: 150px;
  height: 150px;
  border-radius: 3px;
  margin-bottom: 10px;
  overflow: hidden;
}

.guets-image {
  width: 150px;
  height: 150px;
  border-radius: 3px;
  display: inline-block;
}

.wrapper-guest-text {
  flex-flow: column wrap;
  align-content: center;
  align-items: stretch;
  display: flex;
}

.heading-in-guests {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 17px;
  font-weight: 500;
}

.text-in-guests {
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  font-size: 16px;
  line-height: 1.1;
  display: flex;
}

.subheading-jury {
  text-transform: uppercase;
  margin-top: 45px;
  font-size: 22px;
  font-weight: 700;
}

.subheading-jury.jurado-internacional {
  color: var(--competencia-largos);
  text-transform: none;
  font-size: 28px;
}

.subheading-jury.jurado-ibero {
  color: var(--iberoamericana-cortos);
  -webkit-text-stroke-color: var(--iberoamericana-cortos);
  text-transform: none;
  font-size: 28px;
}

.subheading-jury.jurado-uba {
  color: var(--competencia-cortos-uba);
  -webkit-text-stroke-color: var(--iberoamericana-cortos);
  text-transform: none;
  font-size: 28px;
}

.jurados-heading {
  color: var(--black);
  letter-spacing: normal;
  cursor: pointer;
  margin-top: 8px;
  font-size: 17px;
  font-weight: 500;
}

.jurados-heading.jurado-inter {
  color: var(--competencia-largos);
  font-size: 22px;
  font-weight: 700;
}

.jurados-heading.jurado-ibero {
  color: var(--iberoamericana-cortos);
  font-size: 22px;
  font-weight: 700;
}

.jurados-heading.jurado-uba {
  color: var(--competencia-cortos-uba);
  font-size: 22px;
  font-weight: 700;
}

.accordion-item-content {
  min-width: 33%;
  flex: 1;
  margin-bottom: 30px;
  margin-right: 38px;
}

.jury-paragraph {
  text-align: justify;
  font-size: 15px;
}

.image-jury {
  filter: grayscale();
  -webkit-text-fill-color: inherit;
  background-image: url('../images/limadot.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  background-clip: padding-box;
}

.image-jury.jurados-int {
  border-radius: 100px;
}

.accordion-item-trigger-2 {
  border-top: 1px solid var(--black);
  cursor: pointer;
  justify-content: space-between;
  display: flex;
}

.double-accordion {
  flex-flow: wrap;
  align-content: flex-start;
  justify-content: space-around;
  align-self: auto;
  align-items: flex-start;
  margin-top: 55px;
  display: flex;
}

.jury-portrait {
  width: 200px;
  float: left;
  margin-bottom: 10px;
  margin-right: 18px;
  overflow: hidden;
}

.special-activities {
  text-decoration: none;
  transition: background-color .2s;
}

.special-activities:hover {
  color: var(--black);
  background-color: #e9e9e9;
}

.list-director {
  display: flex;
}

.headline-line {
  border-top: 1px solid var(--black);
  align-self: stretch;
  margin-top: 25px;
  margin-bottom: 0;
}

.headline-2023 {
  text-transform: lowercase;
  font-size: 55px;
  font-weight: 700;
}

.heading-27 {
  font-weight: 400;
}

.actividadesimage {
  width: 100%;
}

.pagination-container {
  align-self: stretch;
  margin-top: 20px;
}

.doble-container {
  flex-flow: wrap;
  align-content: flex-start;
  justify-content: space-around;
  align-self: auto;
  align-items: flex-start;
  display: flex;
}

.container-content {
  min-width: 33%;
  flex: 1;
  margin-bottom: 30px;
  margin-right: 38px;
}

.premios-heading {
  color: var(--black);
  letter-spacing: normal;
  cursor: pointer;
  margin-top: 8px;
  font-size: 17px;
  font-weight: 500;
}

.premios-heading.jurado-ibero {
  color: var(--iberoamericana-cortos);
  font-size: 22px;
  font-weight: 700;
}

.premios-heading.jurado-uba {
  color: var(--competencia-cortos-uba);
  font-size: 22px;
  font-weight: 700;
}

.premios-heading.premios-inter {
  color: var(--competencia-largos);
  font-size: 22px;
  font-weight: 700;
  line-height: 1em;
}

.premios-paragraph {
  text-align: left;
  font-size: 15px;
  line-height: 1em;
}

.award-heading {
  font-size: 32px;
  font-weight: 700;
}

.award-heading.international {
  color: var(--competencia-largos);
  line-height: 1em;
}

.award-heading.ibero {
  color: var(--iberoamericana-cortos);
  line-height: 1em;
}

.award-heading.uba {
  color: var(--competencia-cortos-uba);
  line-height: 1em;
}

.space-it {
  width: 100%;
  height: 50px;
}

.catalogo-headline {
  text-align: center;
}

.catalog-image {
  width: 200px;
}

.logo-banco-ciudad {
  width: 195px;
  flex: 0 auto;
  margin-left: auto;
  margin-right: auto;
}

.banco-ciudad {
  align-self: center;
}

.pase-incaaa {
  width: 80%;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  margin: 30px auto;
  display: flex;
}

.logo-paseo {
  width: 58px;
  margin-left: auto;
  margin-right: auto;
}

.logo-incaa {
  width: 186px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.link-block {
  width: 50%;
}

.logos-footer-50 {
  width: 50%;
  flex: 0 auto;
  display: flex;
}

.logos-footer-50._100 {
  width: 100%;
}

.logo-gandhi {
  width: 99px;
  flex: 0 auto;
  margin-left: auto;
  margin-right: auto;
}

.container-catalogo-2 {
  flex-flow: column wrap;
  align-content: flex-start;
  justify-content: center;
  align-self: auto;
  align-items: stretch;
  margin-top: 55px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.wrapper-catalogo-2 {
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 35px;
  display: flex;
}

.catalogo-link {
  border-radius: 5px;
  align-self: center;
  text-decoration: none;
  transition: background-color .2s;
}

.catalogo-link:hover {
  color: var(--fic-grey);
  background-color: #efefef;
}

.slide-2 {
  max-width: 1059px;
  margin-left: auto;
  margin-right: auto;
}

.image-7 {
  width: 100%;
  max-width: 1590px;
  margin-left: auto;
  margin-right: auto;
}

.dias-funcion {
  align-self: flex-start;
  margin-bottom: 0;
}

.staff-wrapper {
  margin-left: auto;
  margin-right: auto;
}

.staff-container {
  margin-top: 91px;
}

.staff-headline {
  margin: 48px auto 59px;
  font-size: 24px;
}

.galicia-desktop {
  width: 100%;
}

.galicia-tablet, .galicia-mobile {
  display: none;
}

.div-block-4 {
  margin-top: 17px;
}

.bancos-gandhi {
  width: 80%;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  margin: 30px auto;
  display: flex;
}

.logo-gralish {
  width: 95px;
  margin-left: auto;
  margin-right: auto;
}

.logos-footer-25 {
  width: 25%;
  flex: 0 auto;
  display: flex;
}

.logo-embajada-brasil {
  width: 125px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.logo-igr {
  width: 150px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.fotitos-container {
  flex-wrap: wrap;
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  justify-content: flex-start;
  align-self: auto;
  align-items: flex-start;
  margin-top: 39px;
  margin-left: 0;
  margin-right: auto;
  display: flex;
}

.fotosxdia-module {
  z-index: 0;
  width: 300px;
  height: 200px;
  object-fit: cover;
  border-radius: 4px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
  overflow: hidden;
}

.fotoxdia-container {
  width: 300px;
  height: 200px;
  color: #fff;
  object-fit: cover;
  align-self: stretch;
  display: block;
  position: relative;
  overflow: hidden;
}

.fotoxdia-container:hover {
  filter: grayscale(0%);
  color: #ff6d8f;
  background-image: linear-gradient(rgba(255, 255, 255, 0) 37%, #000), url('../images/900-diaxdia_24.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, 300px 200px;
  background-attachment: scroll, scroll;
}

.image-fotito {
  transition: transform .3s cubic-bezier(.55, .085, .68, .53), filter .2s;
}

.image-fotito:hover {
  filter: grayscale();
  transform: scale(1.2)rotate(7deg);
}

.dia-heading {
  z-index: 1;
  width: 90%;
  text-align: center;
  flex-direction: row;
  justify-content: center;
  align-self: stretch;
  align-items: stretch;
  margin-bottom: 7px;
  margin-left: auto;
  margin-right: auto;
  font-size: 21px;
  font-weight: 400;
  display: block;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.dia-heading.fotitos {
  color: #fff;
  text-shadow: 2px 2px 7px #000;
  font-size: 20px;
  font-weight: 500;
}

.copete {
  font-size: 14px;
  line-height: 1.3em;
}

.grilla-fotos-container {
  max-width: 1059px;
  flex-direction: row;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.fotitos {
  margin-bottom: 15px;
  margin-right: 15px;
}

.container-2 {
  width: 100vw;
}

.thumbnail {
  width: 500px;
}

.container-3 {
  grid-column-gap: 39px;
  grid-row-gap: 39px;
  margin-top: 38px;
  display: flex;
}

.div-block-5, .div-block-6 {
  width: 100vw;
  flex-direction: column;
  display: flex;
}

.div-block-7 {
  width: 100vw;
}

.body {
  background-color: #fff;
}

.cat {
  width: 95%;
  margin-left: auto;
  margin-right: auto;
}

.div-block-8 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.div-block-9 {
  width: 100vw;
}

@media screen and (min-width: 1280px) {
  .inner-container {
    margin-bottom: 10px;
  }

  .mardel-top-menu {
    margin-left: 0;
  }

  .container {
    max-width: 1059px;
  }

  .autoridades {
    margin-bottom: 8px;
  }

  .slide-destacado {
    width: 530px;
  }

  .div-put-destacado {
    height: auto;
  }

  .slider-destacado {
    width: 100%;
    margin-bottom: 10px;
  }

  .carousel-slider-text {
    padding-bottom: 5px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .mask-destacado {
    width: 530px;
  }

  .slide-nav-destacado {
    padding-top: 0;
  }

  .slide {
    width: 353px;
  }

  .div-put {
    height: 340px;
  }

  .carousel-news-container.carousel-news-content {
    min-height: auto;
  }

  .slide-nav-7 {
    padding-top: 0;
  }

  .mask {
    width: 353px;
  }

  .fllwidthimage {
    width: 75%;
  }

  .ver-trailer-link {
    font-size: 16px;
  }

  .actividades-heading {
    text-transform: none;
    font-size: 21px;
  }

  .actividades-list {
    justify-content: flex-start;
    display: flex;
  }

  .video-trailer-box {
    width: 100%;
    align-self: stretch;
  }

  .main-flexible-multi-device-div {
    width: 1100px;
    max-width: 1200px;
    min-width: 951px;
  }

  .logo-container {
    align-self: center;
    margin-top: 0;
    margin-bottom: 10px;
  }

  .sinopsis-text {
    margin-bottom: 31px;
  }

  .actividades-mask {
    height: auto;
  }

  .logos-actividades {
    max-height: 200px;
  }

  .movie-list-box-details.addleftborderdetailsbox {
    padding-bottom: 37px;
  }

  .movie-title-seccion {
    color: #ff608d;
  }

  .movie-title-headig {
    text-transform: none;
    font-size: 21px;
  }

  .movie-list-grid-repeat {
    justify-content: flex-start;
    display: flex;
  }

  .movie-title-heading-idioma {
    text-transform: none;
    font-size: 17px;
    font-weight: 700;
  }

  .movie-dates-online {
    color: #ff608d;
  }

  .movie-mask {
    height: auto;
  }

  .video-welcome-box, .video-questions-box {
    width: 100%;
    align-self: stretch;
  }

  .standrd-text-bolded {
    margin-bottom: 5px;
  }

  .text-website {
    margin-bottom: 20px;
  }
}

@media screen and (min-width: 1440px) {
  .section.homeimage {
    object-fit: fill;
    overflow: hidden;
  }

  .mardel-top-menu {
    float: none;
    flex: 0 auto;
    justify-content: flex-start;
    margin-left: 0;
  }

  .mardel-navbar-top-menu {
    background-color: var(--white);
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .container {
    max-width: 1059px;
    justify-content: flex-start;
    margin-left: auto;
    margin-right: auto;
    padding-right: 11px;
  }

  .togglenavlinks {
    transition: color .2s;
  }

  .togglenavlinks:hover {
    color: var(--hover-over-silver);
  }

  .slide-destacado {
    width: 530px;
  }

  .div-put-destacado {
    height: auto;
  }

  .slider-destacado {
    width: 100%;
  }

  .mask-destacado {
    width: 530px;
  }

  .heading-26-destacado {
    font-weight: 700;
  }

  .slide {
    width: 353px;
  }

  .div-put {
    height: 355px;
  }

  .carousel-news-container.carousel-news-content {
    min-height: auto;
  }

  .heading-26 {
    font-weight: 700;
  }

  .mask {
    width: 353px;
  }

  .fllwidthimage {
    width: 70%;
  }

  .news-wrapper-contianer {
    justify-content: flex-start;
  }

  .linea-copete {
    display: flex;
  }

  .sedes {
    margin-bottom: 36px;
  }

  .sede-inner {
    padding-left: 20px;
    padding-right: 20px;
  }

  .main-flexible-multi-device-div {
    width: 1201px;
    max-width: 1300px;
    min-width: 1000px;
  }

  .actividades-details-first-row, .movie-details-first-row, .actividades-row, .movie-details-second-row, .container-entradas, .movie-details-fifth-row, .movie-details-sixth-row, .movie-details-sixth-row-bottom {
    width: 70%;
  }

  .div-block-3 {
    flex: none;
  }
}

@media screen and (min-width: 1920px) {
  .container {
    max-width: 1059px;
  }

  .slide-destacado {
    width: 530px;
  }

  .div-put-destacado {
    height: auto;
  }

  .slider-destacado {
    width: 100%;
  }

  .mask-destacado {
    width: 530px;
  }

  .slide {
    width: 353px;
  }

  .div-put {
    height: 400px;
  }

  .mask {
    width: 353px;
  }

  .main-flexible-multi-device-div {
    width: 1500px;
    max-width: 1600px;
    min-width: 1250px;
  }

  .actividades-details-first-row, .movie-details-first-row, .actividades-row, .movie-details-second-row, .container-entradas, .movie-details-fifth-row, .movie-details-sixth-row, .movie-details-sixth-row-bottom {
    width: 60%;
  }
}

@media screen and (max-width: 991px) {
  body {
    font-family: Varela Round, sans-serif;
  }

  .button {
    position: relative;
  }

  .simple-nav {
    width: 100%;
    position: relative;
  }

  .nav-icon.twitter, .nav-icon.facebook, .nav-icon.instagram {
    width: 31px;
  }

  .section {
    margin-bottom: 7px;
    padding: 7px 20px 9px;
  }

  .section.header {
    background-color: rgba(0, 0, 0, 0);
    padding-top: 3px;
    padding-bottom: 9px;
  }

  .section.subheader {
    justify-content: flex-end;
    margin-top: -80px;
    padding-top: 29px;
    display: flex;
  }

  .section.footer-logos {
    margin-bottom: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .inner-container {
    align-items: flex-start;
    margin-top: 0;
  }

  .inner-container.image-home {
    background-color: rgba(0, 0, 0, 0);
  }

  .dropdown {
    justify-content: flex-start;
    display: flex;
    position: static;
  }

  .nav-button-animated {
    width: 45px;
    height: 40px;
    flex-direction: column;
    flex: none;
    justify-content: space-between;
    margin: 0 0 14px auto;
    display: flex;
    position: relative;
  }

  .nav-button-animated.w--open {
    text-align: right;
    flex: 0 auto;
    justify-content: flex-end;
    margin-right: 0;
  }

  .mardel-top-menu {
    height: 100vh;
    background-color: #fff;
    padding-top: 23px;
    padding-left: 34px;
    padding-right: 37px;
  }

  .mardel-top-menu.mobile {
    width: 309px;
    height: 100vh;
    background-color: var(--white);
    flex: 0 auto;
    justify-content: flex-end;
    padding-left: 10px;
    padding-right: 13px;
    font-family: Varela Round, sans-serif;
    display: block;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: auto;
    right: 0%;
  }

  .mardel-navbar-top-menu.subheader {
    flex: none;
    justify-content: flex-end;
    margin-top: -11px;
    margin-right: 0;
    display: flex;
  }

  .container {
    flex-direction: row-reverse;
    padding-left: 0;
    padding-right: 24px;
  }

  .container.subheader {
    width: auto;
    flex: 1;
    justify-content: flex-start;
    margin-right: 0;
    padding-right: 0;
  }

  .social-media-container {
    display: none;
  }

  .language-selector {
    border-right-color: var(--white);
    margin-right: 11px;
    padding-right: 0;
  }

  .top-line-2 {
    width: 45px;
    height: 4px;
    background-color: var(--black);
    border-radius: 3px;
    flex: 0 auto;
    margin-bottom: 10px;
    padding-bottom: 0;
    top: 0;
  }

  .middle-line-2 {
    width: 45px;
    height: 4px;
    background-color: var(--black);
    border-radius: 3px;
    margin-bottom: 10px;
    top: 13px;
  }

  .bottom-line-2 {
    width: 45px;
    height: 4px;
    background-color: var(--black);
    border-radius: 3px;
    top: 26px;
  }

  .togglenavlinks {
    color: var(--black);
    letter-spacing: 1px;
    font-size: 16px;
    display: block;
  }

  .togglenavlinks.w--open {
    font-size: 17px;
  }

  .togglenavlinks.mobile-language {
    border-top: 1px solid var(--hover-over-silver);
    margin-top: 16px;
    padding-top: 23px;
    display: none;
  }

  .slider-right, .slider-left {
    width: 80px;
    height: 50px;
    background-color: #272a33;
    border-style: none;
    border-radius: 0;
    padding: 7px;
  }

  .container-coming-soon {
    padding: 86px;
  }

  .navbar {
    background-color: rgba(0, 0, 0, 0);
  }

  .icon {
    background-color: var(--black);
    color: var(--fic-white-pages);
    font-size: 43px;
  }

  .menu-button {
    padding: 5px;
  }

  .menu-button.w--open {
    background-color: var(--black);
  }

  .nav-menu {
    border-bottom: 5px solid var(--fic-purple);
    background-color: var(--fic-white-pages);
    display: flex;
  }

  .mobile-links {
    color: var(--black);
  }

  .mobile-links:hover {
    color: var(--fic-purple);
  }

  .form-notification {
    text-align: left;
  }

  .footer {
    min-height: 141px;
    justify-content: center;
    margin-top: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .banner-home-desktop {
    width: 93%;
    margin-left: auto;
    margin-right: auto;
  }

  .autoridades-area {
    font-size: 21px;
  }

  .autoridades {
    font-size: 17px;
  }

  .slide-destacado {
    width: 100%;
  }

  .div-put-destacado {
    height: auto;
  }

  .carousel-news-container-destacado.carousel-news-content-destacado {
    min-height: auto;
  }

  .slider-destacado {
    width: 100%;
  }

  .carousel-slider-text {
    min-height: 160px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .mask-destacado {
    width: 50%;
  }

  .slide-nav-destacado {
    margin-top: 0;
    top: 0%;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .heading-26-destacado {
    font-size: 14px;
  }

  .slide, .slider {
    width: 100%;
  }

  .div-put {
    height: auto;
  }

  .carousel-news-container.carousel-news-content {
    min-height: 335px;
  }

  .slide-nav-7 {
    margin-top: 0;
    top: 0%;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .heading-26 {
    font-size: 14px;
  }

  .mask {
    width: 50%;
  }

  .fllwidthimage {
    width: 100%;
    margin-bottom: 15px;
    margin-right: 19px;
  }

  .image-news {
    width: auto;
    overflow: visible;
  }

  .cards-social-bottom {
    flex-wrap: wrap;
    align-content: flex-start;
    display: flex;
  }

  .news-images-max {
    width: 250px;
    max-width: 250px;
  }

  .news-wrapper-contianer {
    min-height: 200px;
    grid-column-gap: 4px;
    grid-template-areas: ".";
    margin-top: 13px;
  }

  .container-news {
    height: auto;
    padding-left: 15px;
    overflow: auto;
  }

  .repeat-news-wrapper {
    margin-top: 39px;
  }

  .footer-logo-desktop {
    width: 692px;
    display: none;
  }

  .footer-logo-tablet {
    width: 668px;
    margin-top: 38px;
    margin-bottom: 29px;
    display: block;
  }

  .footer-logo-mobile {
    width: 668px;
    margin-top: 38px;
    margin-bottom: 29px;
    display: none;
  }

  .dropdown-link {
    flex-direction: row;
    justify-content: flex-start;
    display: block;
  }

  .drowdown-container.w--open {
    margin-left: 20px;
    padding-left: 5px;
  }

  .icon-9 {
    flex: 0 auto;
    margin-right: 509px;
    display: block;
  }

  .dropdown-link-2 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .photo-gallery-news {
    width: 98%;
  }

  .ver-trailer-link {
    align-self: flex-start;
    margin-left: auto;
    margin-right: auto;
    font-size: 16px;
  }

  .actividades-info-container {
    border-left-style: none;
    margin-top: 0;
    margin-left: 0;
    padding-left: 0;
  }

  .actividades-box {
    flex-direction: column;
    align-self: flex-start;
    align-items: flex-start;
    margin-top: 11px;
    margin-left: 0;
  }

  .actividades-image-fix {
    width: 100%;
  }

  .actividades-responsible {
    margin-left: 0;
    font-size: 13px;
  }

  .actividades-container-repeat {
    flex-direction: row;
  }

  .actividades-title.actividades-right-border {
    width: auto;
    max-width: none;
    min-width: auto;
    flex-flow: column wrap;
    padding: 7px 7px 7px 13px;
    display: flex;
  }

  .actividades-heading {
    margin-top: 0;
    font-size: 21px;
  }

  .actividades-resumen {
    line-height: 1.3em;
  }

  .header {
    z-index: 100;
    margin-bottom: 25px;
    display: block;
    position: static;
    top: 0;
  }

  .search-results-heading {
    flex-direction: column-reverse;
    align-items: flex-start;
  }

  .actividades-list {
    grid-template-columns: 2fr 1fr;
  }

  .main-flexible-multi-device-div {
    width: 95%;
    height: auto;
    max-width: 850px;
    min-width: 580px;
  }

  .actividades-details-first-row, .movie-details-first-row, .actividades-row {
    width: 85%;
  }

  .actividades-photos {
    margin-bottom: 17px;
  }

  .actividades-main-title {
    font-size: 40px;
  }

  .actividades-mask {
    height: auto;
  }

  .logos-actividades {
    max-width: 100%;
  }

  .search {
    grid-column-gap: 9px;
  }

  .search-field, .button-2.pink.search-button {
    font-family: Roboto, sans-serif;
  }

  .search-div-box {
    margin-right: 7px;
  }

  .director-multimedia-box {
    border-left-style: none;
    margin-top: 0;
    margin-left: 0;
    padding-left: 0;
  }

  .movie-list-box-details.addleftborderdetailsbox {
    width: 100%;
    flex-direction: row;
    align-self: flex-start;
  }

  .movie-multimedia-box {
    flex-direction: row;
    align-items: flex-start;
    margin-top: 11px;
    margin-left: 0;
    font-size: 16px;
  }

  .movie-title-seccion {
    margin-left: 0;
    font-size: 14px;
  }

  .movie-title-seccion.cortos-internacionales, .movie-title-seccion.iberoamericanos, .movie-title-seccion.cortos-uba, .movie-title-seccion.homenajes, .movie-title-seccion.honoris {
    font-size: 18px;
  }

  .div-block {
    flex: none;
  }

  .movie-ficha {
    justify-content: center;
    align-self: center;
    margin-left: 0;
    margin-right: 10px;
    padding-left: 0;
  }

  .movie-title.column-right-border {
    width: auto;
    max-width: none;
    min-width: auto;
    flex-flow: column;
    flex: 1;
    padding: 7px 7px 7px 15px;
    display: flex;
  }

  .movie-title-headig {
    margin-top: 0;
    font-size: 28px;
  }

  .movie-image-fixed-width {
    width: 180px;
    max-width: 180px;
    min-width: 180px;
  }

  .image-link-details {
    width: 180px;
  }

  .movie-list-grid-repeat {
    flex-direction: column;
    grid-template-columns: 2fr 1fr;
  }

  .movie-title-director {
    margin-left: 0;
    font-size: 16px;
  }

  .movie-title-director.listado {
    font-size: 18px;
    line-height: 1em;
  }

  .movie-title-heading-idioma {
    font-size: 22px;
  }

  .movie-dates-online {
    margin-bottom: 10px;
    margin-left: 0;
    font-size: 14px;
  }

  .movie-title-main-heading, .movie-title-secondary-title {
    font-size: 40px;
  }

  .movie-info-duracion, .movie-info-pais {
    flex: none;
    display: block;
  }

  .movie-section-container {
    flex: none;
  }

  .movie-director-container {
    flex: none;
    display: block;
  }

  .movie-information-row {
    align-self: flex-start;
    display: flex;
  }

  .movie-director-row {
    flex-direction: column;
    align-self: flex-start;
    display: flex;
  }

  .movie-info-text, .movie-director {
    font-family: Roboto, sans-serif;
  }

  .movie-details-second-row {
    width: 85%;
  }

  .boton-comprar-entradas.free, .peli-online {
    font-family: Roboto, sans-serif;
  }

  .container-entradas {
    align-self: auto;
  }

  .dates-online {
    font-family: Roboto, sans-serif;
  }

  .movie-still-images-photos {
    margin-bottom: 17px;
  }

  .movie-mask {
    height: auto;
  }

  .movie-details-fifth-row {
    width: 85%;
  }

  .disclaimer {
    font-size: 13px;
    font-weight: 500;
  }

  .movie-details-sixth-row, .movie-details-sixth-row-bottom {
    width: 85%;
  }

  .wrapper-container-guests {
    grid-template-columns: 1fr 1fr 1fr;
    margin-left: auto;
  }

  .wrapper-guest-text {
    align-items: center;
  }

  .heading-in-guests {
    margin-top: 0;
    margin-bottom: 2px;
  }

  .text-in-guests {
    font-family: Roboto, sans-serif;
    line-height: 1.3;
  }

  .accordion-item-content {
    min-width: 33%;
    margin-left: 20px;
    margin-right: 27px;
  }

  .jury-paragraph {
    text-align: justify;
    font-size: 15px;
    line-height: 1.3;
  }

  .jury-portrait {
    width: 150px;
  }

  .headline-2023 {
    font-size: 42px;
  }

  .text-block {
    font-family: Roboto, sans-serif;
  }

  .div-block-3 {
    flex-flow: column wrap;
    flex: 0 auto;
    align-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .container-content {
    margin-right: 13px;
  }

  .premios-paragraph {
    text-align: left;
    font-size: 15px;
    line-height: 1.3;
  }

  .pase-incaaa {
    width: 90%;
  }

  .wrapper-catalogo-2 {
    min-width: 33%;
    margin-left: 20px;
    margin-right: 27px;
  }

  .staff-headline {
    font-size: 21px;
  }

  .galicia-desktop {
    display: none;
  }

  .galicia-tablet {
    width: 100%;
    display: block;
  }

  .galicia-mobile {
    display: none;
  }

  .logo-embajada-brasil {
    width: 114px;
  }

  .fotitos-container {
    grid-column-gap: 8px;
    grid-template-columns: 1fr 1fr;
    justify-content: stretch;
    align-items: center;
    justify-items: center;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 767px) {
  body {
    padding-left: 0;
    padding-right: 0;
  }

  h1 {
    font-size: 36px;
  }

  h2 {
    font-size: 25px;
  }

  h3 {
    font-size: 22px;
  }

  p {
    font-size: 16px;
  }

  .button {
    align-self: stretch;
    margin-bottom: 22px;
  }

  .spacer {
    height: 32px;
  }

  .dashboard-logo.w--current {
    margin-top: 14px;
  }

  .profile-menu-list {
    background-color: #fff;
  }

  .nav-link {
    text-align: center;
    margin-left: 25px;
    margin-right: 25px;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 16px;
  }

  .nav-link.cta {
    display: none;
  }

  .sort-button {
    margin: 4px;
    padding: 10px 16px;
  }

  .section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section.header {
    padding-bottom: 10px;
    display: flex;
  }

  .section.subheader {
    margin-top: -70px;
    margin-bottom: 0;
  }

  .inner-container {
    align-items: flex-start;
  }

  .inner-container.welcome {
    margin-top: 15px;
  }

  .nav-button-animated {
    height: 35px;
    text-align: right;
    margin: -1px 0 13px auto;
    display: flex;
  }

  .mardel-top-menu.mobile {
    background-color: var(--alice-blue);
    color: var(--alice-blue);
    margin-right: auto;
    font-family: Varela Round, sans-serif;
    top: 0%;
    bottom: 0%;
    left: auto;
    right: 0%;
  }

  .mardel-navbar-top-menu.subheader {
    width: 400px;
    margin-top: -18px;
  }

  .container {
    justify-content: space-between;
    padding: 0;
  }

  .accordion-item-trigger {
    justify-content: center;
  }

  .top-line-2 {
    top: 0;
  }

  .middle-line-2 {
    top: 15px;
  }

  .bottom-line-2 {
    top: 29px;
  }

  .contact-form-container {
    width: 95%;
  }

  .navbar {
    flex: 1;
  }

  .brand {
    padding-left: 0;
  }

  .form-inscripcion {
    width: 95%;
  }

  .columns {
    padding-top: 7px;
    padding-bottom: 7px;
  }

  .small-text {
    margin-bottom: 0;
  }

  .column-space-mobile {
    margin-bottom: 16px;
  }

  .informacion-tecnica {
    margin-bottom: 0;
  }

  .footer {
    padding-left: 15px;
    padding-right: 15px;
  }

  .banner-home-desktop {
    width: 94%;
  }

  .autoridades-area {
    margin-top: 26px;
    margin-bottom: 7px;
  }

  .autoridades {
    margin-bottom: 12px;
  }

  .aut-column-2 {
    padding-left: 0;
  }

  .slide-destacado {
    width: 100%;
  }

  .carousel-link-destacado.blue-destacado:hover {
    color: var(--fic-purple);
  }

  .div-put-destacado {
    height: auto;
  }

  .carousel-news-container-destacado.carousel-news-content-destacado {
    min-height: auto;
    padding-bottom: 9px;
  }

  .subheading26-destacado {
    color: var(--fic-purple);
  }

  .slider-destacado {
    width: 100%;
  }

  .carousel-slider-text {
    min-height: 140px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .carousel-slider-text-date-destacado {
    color: var(--fic-purple);
  }

  .mask-destacado {
    width: 100%;
  }

  .slide-nav-destacado {
    height: auto;
    margin-top: 6px;
    top: 0%;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .heading-26-destacado {
    font-size: 13px;
  }

  .slide {
    width: 95%;
  }

  .slider {
    margin-bottom: 19px;
  }

  .div-put {
    height: auto;
  }

  .carousel-news-container.carousel-news-content {
    min-height: 280px;
    padding-bottom: 9px;
  }

  .slide-nav-7 {
    margin-top: 0;
    top: 0%;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .heading-26 {
    font-size: 13px;
  }

  .mask {
    width: 100vw;
  }

  .fllwidthimage {
    width: 100%;
    margin-bottom: 7px;
    margin-right: 9px;
  }

  .image-news {
    flex: none;
    margin-bottom: 14px;
    display: block;
  }

  .news-wrapper-contianer {
    height: auto;
    min-height: auto;
    grid-column-gap: 0px;
    flex-flow: column wrap;
    grid-template-areas: ".";
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 34px;
  }

  .container-news {
    flex: 0 auto;
    padding-left: 0;
    padding-right: 0;
  }

  .repeat-news-wrapper {
    height: auto;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 0;
    display: flex;
  }

  .box-mapa {
    min-height: 280px;
  }

  .sedes {
    flex-direction: column;
  }

  .sedes-wrapper {
    flex-direction: column;
    display: flex;
  }

  .sede-inner {
    margin-bottom: 35px;
  }

  .footer-logo-desktop, .footer-logo-tablet, .footer-logo-mobile {
    width: 519px;
  }

  .icon-9 {
    margin-right: 329px;
  }

  .photo-gallery-news {
    width: 100%;
  }

  .fotito {
    padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
  }

  .ver-trailer-link {
    font-size: 15px;
  }

  .actividades-box {
    flex-direction: row;
  }

  .actividades-image-fix {
    width: 78%;
  }

  .actividades-responsible {
    font-size: 14px;
  }

  .actividades-container-repeat {
    flex-direction: column;
  }

  .actividades-title.actividades-right-border {
    width: auto;
    max-width: none;
    min-width: auto;
    margin-top: 17px;
    padding-left: 0;
  }

  .actividades-heading {
    font-size: 23px;
  }

  .actividades-resumen {
    font-size: 15px;
  }

  .header {
    display: block;
  }

  .actividades-list {
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .search-results-dates-buttons {
    flex-wrap: wrap;
  }

  .main-flexible-multi-device-div {
    max-width: 690px;
    min-width: 440px;
  }

  .main-flexible-multi-device-div.mobile-responsive {
    width: 100%;
    max-width: none;
  }

  .actividades-details-first-row, .movie-details-first-row, .actividades-row {
    width: 100%;
  }

  .top-movie-details-heading-right {
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .share-text {
    margin-left: 21px;
  }

  .actividades-photos {
    height: auto;
    margin-bottom: 9px;
  }

  .actividades-main-title {
    font-size: 40px;
  }

  .subheading-movie-details.icons {
    display: none;
  }

  .logos-actividades {
    max-height: 150px;
    max-width: 100%;
  }

  .search {
    grid-column-gap: 3px;
    grid-row-gap: 7px;
    flex-direction: column;
    flex: 1;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .search-div-box {
    align-self: stretch;
    margin-bottom: 5px;
    margin-right: 9px;
  }

  .movie-list-box-details.addleftborderdetailsbox {
    width: 100%;
    margin-bottom: 28px;
  }

  .movie-multimedia-box {
    flex-direction: row;
  }

  .movie-title-seccion {
    font-size: 15px;
  }

  .movie-title-seccion.cortos-internacionales, .movie-title-seccion.iberoamericanos, .movie-title-seccion.cortos-uba, .movie-title-seccion.homenajes, .movie-title-seccion.honoris {
    padding: 7px;
    font-size: 16px;
  }

  .movie-ficha {
    padding-left: 0;
  }

  .movie-title.column-right-border {
    width: auto;
    max-width: none;
    min-width: auto;
    align-items: flex-start;
  }

  .movie-title-headig {
    font-size: 21px;
  }

  .movie-list-grid-repeat {
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .movie-title-director {
    margin-bottom: 2px;
    font-size: 14px;
    line-height: 1em;
  }

  .movie-title-heading-idioma {
    font-size: 19px;
  }

  .movie-dates-online {
    margin-bottom: 7px;
    font-size: 15px;
  }

  .share-wrapper-desktop {
    display: none;
  }

  .share-wrapper-mobile {
    display: block;
  }

  .movie-title-main-heading {
    font-size: 40px;
  }

  .movie-title-secondary-title {
    font-size: 35px;
  }

  .movie-info-pais {
    border-left-width: 0;
    margin-left: 0;
    padding-left: 0;
  }

  .movie-information-row, .movie-director-row {
    flex-direction: column;
  }

  .movie-info-text {
    margin-top: 5px;
  }

  .movie-details-second-row {
    width: 100%;
  }

  .boton-comprar-entradas.free {
    margin-bottom: 6px;
  }

  .comprar-entradas {
    flex-direction: column;
    align-items: flex-start;
  }

  .container-entradas {
    width: 100%;
    margin-top: 5px;
  }

  .dates-online {
    margin-bottom: 7px;
    font-size: 15px;
  }

  .movie-still-images-photos {
    height: auto;
    margin-bottom: 9px;
  }

  .movie-details-fifth-row {
    width: 100%;
  }

  .video-questions-box {
    margin-bottom: 4px;
  }

  .movie-details-sixth-row {
    width: 100%;
  }

  .director-bio-box {
    padding-left: 20px;
  }

  .director-title-heading {
    font-size: 18px;
  }

  .movie-details-sixth-row-bottom {
    width: 100%;
  }

  .technical-info {
    padding-left: 20px;
  }

  .wrapper-container-guests {
    grid-column-gap: 16px;
    background-image: none;
    grid-template-columns: 1fr 1fr;
    margin-left: 0;
  }

  .repeat-wrapper-guest-container {
    width: 100%;
    max-width: none;
  }

  .wrapper-gust-photo, .guets-image {
    width: 175px;
    height: 175px;
  }

  .wrapper-guest-text {
    align-items: center;
  }

  .heading-in-guests {
    margin-top: 0;
    margin-bottom: 6px;
  }

  .text-in-guests {
    font-size: 17px;
    line-height: 1.2;
  }

  .accordion-item-content {
    margin-left: 0;
    margin-right: 0;
  }

  .double-accordion {
    flex-direction: column;
  }

  .list-director {
    flex-direction: column;
    align-items: flex-start;
  }

  .doble-container {
    flex-direction: column;
  }

  .pase-incaaa {
    flex-wrap: wrap;
    align-content: space-between;
    justify-content: space-between;
    align-items: center;
  }

  .container-catalogo-2 {
    width: auto;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .wrapper-catalogo-2 {
    align-self: center;
    margin-left: 0;
    margin-right: 0;
  }

  .staff-headline {
    margin-top: 26px;
    margin-bottom: 7px;
  }

  .galicia-mobile {
    display: none;
  }

  .logo-gralish {
    width: 97px;
  }

  .logos-footer-25 {
    width: 50%;
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .fotitos-container {
    grid-template-columns: 1fr;
    justify-content: center;
  }

  .thumbnail {
    width: 80%;
  }

  .container-3 {
    flex-direction: column;
  }
}

@media screen and (max-width: 479px) {
  body {
    font-size: 14px;
  }

  h1 {
    font-size: 31px;
  }

  h2 {
    font-size: 24px;
  }

  p {
    text-align: justify;
    font-size: 17px;
    line-height: 1.25em;
  }

  ul, li {
    font-size: 17px;
    line-height: 1.25em;
  }

  .button {
    margin-bottom: 0;
  }

  .button.formbuttonleftspace {
    margin-left: 12px;
  }

  .button.formcontact {
    margin-left: 0;
  }

  .spacer {
    height: 20px;
  }

  .formfield {
    width: 100%;
  }

  .sort-button {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

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

  .image {
    width: 80%;
  }

  .afiche {
    padding: 21px;
  }

  .heading-4 {
    letter-spacing: 2px;
    font-size: 18px;
  }

  .lottie-animation-2 {
    width: 90%;
  }

  .link {
    font-size: 20px;
  }

  .nav-icon.twitter, .nav-icon.facebook, .nav-icon.instagram {
    width: 25px;
    margin-right: 10px;
  }

  .section {
    padding-top: 21px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .section.header {
    margin-top: 0;
  }

  .section.subheader {
    margin-top: -83px;
  }

  .section.homeimage {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .inner-container {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    margin-top: 0;
  }

  .inner-container.welcome {
    margin-top: 10px;
  }

  .html-embed {
    width: 25px;
  }

  .dropdown {
    font-size: 18px;
  }

  .nav-button-animated {
    margin-top: 0;
    margin-bottom: 29px;
    margin-left: auto;
  }

  .mardel-top-menu {
    flex: 1;
    padding-left: 20px;
    padding-right: 20px;
  }

  .mardel-top-menu.mobile {
    width: 80%;
    margin-top: -16px;
    margin-left: 0;
    margin-right: auto;
    padding: 48px 5px 10px 12px;
    top: 0%;
    bottom: 0%;
    left: auto;
    right: 0%;
  }

  .mardel-navbar-top-menu.subheader {
    width: 280px;
    margin-top: 6px;
    display: flex;
  }

  .container {
    padding-left: 0;
    padding-right: 2px;
  }

  .social-media-container {
    flex: 0 auto;
    justify-content: space-between;
    margin-top: 0;
  }

  .language-selector {
    align-self: center;
  }

  .middle-line-2 {
    top: 14px;
  }

  .bottom-line-2 {
    top: 27px;
  }

  .togglenavlinks {
    flex: 0 auto;
    margin-right: auto;
  }

  .contact-form-container {
    width: 97%;
  }

  .product-slide {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .container-coming-soon {
    padding: 32px;
  }

  .menu-button {
    margin-top: 5px;
  }

  .menu-button.w--open {
    background-color: var(--black);
  }

  .brand {
    flex-direction: column;
    margin-top: 17px;
    display: flex;
  }

  .mobile-links {
    font-size: 17px;
  }

  .form-title.formtitleleftspace {
    margin-left: 12px;
  }

  .form-inscripcion {
    width: 100%;
  }

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

  .form-notification-container {
    margin-left: 12px;
    margin-right: 12px;
  }

  .form-notification {
    line-height: 1.6em;
  }

  .form-info, .informacion-tecnica {
    margin-left: 12px;
  }

  .footer {
    min-height: 391px;
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .reglamento {
    text-align: left;
  }

  .ficuba-iso {
    width: 225px;
  }

  .banner-home-desktop {
    display: none;
  }

  .banner-home-mobile {
    width: 100%;
    display: block;
  }

  .autoridades {
    text-align: left;
  }

  .icon9 {
    font-size: 15px;
  }

  .left-arrow-3 {
    display: none;
  }

  .carousel-link-destacado {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .div-put-destacado {
    height: auto;
  }

  .carousel-news-container-destacado.carousel-news-content-destacado {
    min-height: auto;
    padding-bottom: 5px;
  }

  .icon-8 {
    font-size: 15px;
  }

  .slider-destacado {
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .carousel-slider-text {
    min-height: 170px;
  }

  .right-arrow-3 {
    display: none;
  }

  .mask-destacado {
    width: 100%;
  }

  .slide-nav-destacado {
    display: block;
    top: 0%;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .heading-26-destacado {
    font-size: 14px;
  }

  .slide {
    width: 100%;
  }

  .slider {
    width: 92vw;
    padding-left: 0;
    padding-right: 0;
  }

  .carousel-news-container.carousel-news-content {
    min-height: 330px;
    padding-bottom: 5px;
  }

  .slide-nav-7 {
    margin-top: 10px;
    display: flex;
    top: 0%;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .carousel-link {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-26 {
    font-size: 14px;
  }

  .mask {
    width: 100%;
  }

  .fllwidthimage {
    width: 100%;
    float: none;
    margin-bottom: 25px;
  }

  .copete-noticias {
    text-align: left;
    margin-bottom: 42px;
    margin-left: 0;
    margin-right: 15px;
    padding-left: 14px;
  }

  .image-news {
    width: 100%;
    flex: 0 auto;
    align-self: stretch;
    margin-bottom: 5px;
    display: block;
    overflow: visible;
  }

  .news-images-max {
    width: 100%;
    max-width: none;
  }

  .news-wrapper-contianer {
    height: auto;
    min-height: 360px;
    flex-direction: column;
    grid-template: "."
                   "."
                   / 1fr;
    grid-auto-columns: 1fr;
    margin-top: 10px;
    display: flex;
  }

  .linea-copete {
    text-align: left;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .container-news {
    width: 100%;
    height: auto;
    justify-content: center;
    align-items: center;
    padding: 18px 15px 10px 0;
  }

  .repeat-news-wrapper {
    margin-top: 0;
    margin-bottom: 0;
  }

  .map-subheading, .map-text {
    text-align: left;
  }

  .box-mapa {
    min-height: 275px;
  }

  .footer-logo-tablet {
    display: none;
  }

  .footer-logo-mobile {
    width: 279px;
    margin-top: 26px;
    margin-bottom: 13px;
    display: block;
  }

  .icon-9 {
    margin-right: 31px;
  }

  .dropdown-link-2 {
    font-size: 18px;
  }

  .columns-2 {
    flex-direction: column;
  }

  .fotito {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .ver-trailer-link {
    text-align: left;
    flex: 1;
    margin-right: 15px;
    font-size: 18px;
  }

  .actividades-info-container {
    flex-direction: column;
  }

  .actividades-image-fix {
    width: 100%;
  }

  .actividades-responsible.fecha, .actividades-responsible.time {
    width: auto;
    margin-right: 0;
  }

  .actividades-responsible.sala {
    margin-right: 0;
  }

  .actividades-container-repeat {
    flex-direction: column;
  }

  .boxes-dates {
    width: 40px;
    height: 25px;
    margin-bottom: 5px;
  }

  .actividades-title.actividades-right-border {
    width: auto;
    max-width: none;
    min-width: auto;
    text-align: left;
    border-right-style: none;
    align-self: stretch;
    align-items: flex-start;
    padding-left: 0;
    padding-right: 4px;
    display: block;
  }

  .actividades-heading {
    color: #333;
    margin-top: 5px;
    font-size: 22px;
  }

  .header {
    display: block;
  }

  .search-results-heading {
    align-self: flex-start;
    margin-bottom: 7px;
  }

  .actividades-list {
    border-top-style: solid;
  }

  .icon-7 {
    font-size: 15px;
  }

  .actividades-heading-title {
    align-self: flex-start;
  }

  .right-arrow {
    width: 20px;
    height: 20px;
  }

  .main-flexible-multi-device-div {
    width: 100%;
    max-width: none;
    min-width: auto;
  }

  .actividades-details-first-row {
    flex-direction: column;
  }

  .logo-container {
    width: 100%;
    flex-flow: wrap;
    justify-content: center;
    align-self: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .share-text {
    margin-left: 24px;
  }

  .icon-10 {
    font-size: 15px;
  }

  .subheading-back-to-list {
    margin-left: 0;
  }

  .left-arrow {
    width: 20px;
    height: 20px;
  }

  .actividades-main-title {
    text-align: left;
    font-size: 30px;
  }

  .sinopsis-text {
    text-align: left;
    font-size: 15px;
  }

  .subheading-movie-details {
    color: #333;
  }

  .subheading-movie-details.icons {
    color: rgba(0, 0, 0, 0);
    font-size: 5px;
  }

  .top-movie-details-heading-left {
    flex-direction: column;
    align-items: flex-start;
  }

  .logos-actividades {
    max-height: 100px;
  }

  .search {
    grid-template-rows: auto auto auto auto;
    align-items: stretch;
  }

  .programacion-search-box {
    width: 95%;
    margin-bottom: 17px;
    padding-bottom: 6px;
  }

  .search-field {
    height: 40px;
  }

  .search-fields-row1 {
    flex-direction: column;
    margin-bottom: -1px;
  }

  .field-label {
    font-size: 15px;
  }

  .checkbox-field {
    margin-bottom: 18px;
  }

  .button-2.pink {
    justify-content: center;
    padding: 16px;
    font-size: 15px;
    display: flex;
  }

  .button-2.pink.search-button {
    font-family: Roboto, sans-serif;
  }

  .search-button {
    justify-content: space-between;
    align-self: stretch;
    margin-top: 6px;
    display: flex;
  }

  .search-form-box {
    width: 100%;
  }

  .search-div-box {
    text-align: left;
    flex-direction: column;
    align-self: stretch;
    margin-bottom: 6px;
    margin-right: 0;
    display: flex;
  }

  .movie-list-box-details.addleftborderdetailsbox {
    border-right-style: none;
    flex-direction: column;
    align-self: stretch;
    margin-bottom: 12px;
  }

  .movie-title-seccion {
    color: #ff608d;
    margin-top: 5px;
    font-size: 15px;
  }

  .movie-title-seccion.cortos-internacionales, .movie-title-seccion.iberoamericanos, .movie-title-seccion.cortos-uba, .movie-title-seccion.homenajes, .movie-title-seccion.honoris {
    display: block;
  }

  .movie-ficha {
    text-align: left;
    flex-direction: row;
    flex: none;
    align-items: flex-start;
    margin-left: 0;
    margin-right: 0;
  }

  .movie-title.column-right-border {
    width: auto;
    max-width: none;
    min-width: auto;
    text-align: left;
    border-right-style: none;
    align-self: stretch;
    align-items: flex-start;
    padding-left: 0;
    padding-right: 4px;
    display: block;
  }

  .movie-title-headig {
    color: #333;
    margin-top: 5px;
    font-size: 27px;
  }

  .movie-image-fixed-width {
    width: 230px;
    max-width: none;
    min-width: auto;
  }

  .movie-title-director {
    font-size: 16px;
  }

  .movie-title-heading-idioma {
    color: #333;
    margin-top: 5px;
    font-size: 20px;
  }

  .movie-dates-online {
    color: #ff608d;
    margin-top: 8px;
    margin-bottom: 11px;
    font-size: 15px;
  }

  .pagination-text {
    text-align: left;
  }

  .sharelink {
    flex: 1;
  }

  .sharebutton {
    width: 35px;
    color: rgba(0, 0, 0, 0);
    padding-left: 15px;
    font-size: 10px;
  }

  .sharebutton:hover {
    color: rgba(0, 0, 0, 0);
  }

  .share-wrapper-mobile {
    margin-top: 0;
  }

  .fav-not-listed {
    display: none;
  }

  .movie-title-main-heading {
    text-align: left;
    font-size: 30px;
  }

  .movie-title-secondary-title {
    text-align: left;
    font-size: 20px;
  }

  .movie-title-heading {
    align-self: flex-start;
  }

  .movie-section-container {
    text-align: left;
  }

  .movie-information-row {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 16px;
  }

  .movie-director-row {
    flex-direction: column;
    align-items: flex-start;
  }

  .movie-info-text {
    font-size: 15px;
  }

  .movie-director, .peli-online {
    text-align: left;
    font-size: 15px;
  }

  .container-entradas {
    flex-direction: column;
    margin-top: 19px;
  }

  .dates-online {
    text-align: left;
    margin-left: 0;
    font-size: 15px;
    line-height: 17px;
  }

  .icon-11 {
    font-size: 15px;
  }

  .movie-details-fifth-row {
    flex-direction: column;
  }

  .logo-movie-separator {
    max-width: 90%;
    align-self: center;
    margin: 16px;
  }

  .disclaimer {
    text-align: left;
    font-size: 12px;
  }

  .movie-details-sixth-row {
    flex-direction: column;
    margin-top: 20px;
    margin-bottom: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .director-bio-box {
    align-self: flex-start;
    padding-top: 14px;
    padding-left: 0;
  }

  .director-title-heading {
    text-align: left;
    font-size: 17px;
  }

  .director-bio {
    text-align: left;
    font-size: 15px;
  }

  .director-bio-highlights {
    text-align: left;
    margin-bottom: 0;
    font-size: 15px;
  }

  .movie-details-sixth-row-bottom {
    flex-direction: column;
    margin-top: 20px;
    margin-bottom: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .technical-info {
    align-self: flex-start;
    padding-top: 14px;
    padding-left: 0;
  }

  .standrd-text-bolded, .text-website {
    text-align: left;
    font-size: 15px;
  }

  .wrapper-container-guests {
    grid-template-columns: 1fr;
  }

  .repeat-wrapper-guest-container {
    flex-direction: column;
    margin-bottom: 40px;
  }

  .wrapper-gust-photo, .guets-image {
    width: 260px;
    height: 260px;
  }

  .wrapper-guest-text {
    align-items: center;
  }

  .heading-in-guests {
    margin-top: 6px;
    margin-bottom: 5px;
  }

  .text-in-guests {
    text-align: center;
  }

  .subheading-jury, .jurados-heading {
    text-align: left;
  }

  .accordion-item-content {
    flex-direction: column;
    margin-right: 0;
    display: flex;
  }

  .jury-paragraph {
    text-align: justify;
  }

  .image-jury {
    width: 100vw;
  }

  .image-jury.jurados-int {
    width: 67vw;
    background-image: none;
    border-radius: 200px;
  }

  .jury-portrait {
    width: 100%;
  }

  .headline-2023 {
    align-self: flex-start;
    line-height: .9em;
  }

  .container-content {
    flex-direction: column;
    margin-right: 0;
    display: flex;
  }

  .premios-heading, .premios-paragraph {
    text-align: left;
  }

  .catalog-image {
    width: 100vw;
  }

  .banco-ciudad {
    margin-top: 25px;
    margin-bottom: 12px;
  }

  .pase-incaaa {
    flex-direction: column;
    margin-top: 14px;
  }

  .logo-paseo {
    width: 75px;
    margin-bottom: 21px;
  }

  .logo-incaa {
    width: 190px;
    margin-top: 30px;
  }

  .link-block, .logos-footer-50 {
    width: 100%;
  }

  .logo-gandhi {
    width: 108px;
  }

  .wrapper-catalogo-2 {
    flex-direction: column;
    margin-right: 0;
    display: flex;
  }

  .galicia-tablet {
    display: none;
  }

  .galicia-mobile {
    width: 100%;
    display: block;
  }

  .bancos-gandhi {
    flex-direction: column;
    margin-top: 14px;
  }

  .logo-gralish {
    width: 116px;
    margin-bottom: 49px;
  }

  .logos-footer-25 {
    width: 100%;
  }

  .logo-embajada-brasil, .logo-igr {
    width: 190px;
    margin-top: 30px;
  }

  .fotitos-container {
    width: auto;
    grid-template-columns: 1fr;
  }

  .thumbnail {
    width: 90%;
  }

  .container-3 {
    margin-top: 8px;
  }

  .div-block-8 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 8px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 25px;
    display: flex;
  }

  .link-2 {
    margin-top: 0;
    margin-bottom: 21px;
    font-size: 21px;
  }
}

#w-node-bb6fbcbc-0405-81e8-d4bc-bab22fa8101f-181b6a68 {
  align-self: start;
  justify-self: stretch;
}

#w-node-_1256042e-f5ec-f710-521b-9180aca4afaf-181b6a68 {
  align-self: start;
  justify-self: center;
}

#w-node-_3dee3efa-f028-640d-7c55-3ff875cdc8c0-181b6a68, #w-node-b409150d-cfec-0478-0979-d8834b71dbff-181b6a68 {
  align-self: start;
  justify-self: stretch;
}

#w-node-_395f29a8-0ffd-4531-99b6-fdf1109e7c51-181b6a68 {
  align-self: start;
  justify-self: center;
}

#w-node-_76969d81-a31b-57a4-1cde-baf47930b7ee-181b6a68, #w-node-_395f29a8-0ffd-4531-99b6-fdf1109e7c49-181b6a68, #w-node-_102cb790-e411-ac01-0a49-953d5b421bfa-181b6a68, #w-node-_28dd12d8-19e4-6fed-d3ff-dd1cfc299e01-181b6a68, #w-node-_8cf45c33-f81f-cff5-9948-f6eca0692609-181b6a68 {
  align-self: start;
  justify-self: stretch;
}

#w-node-_3df98605-a4d5-6741-7eed-07e0e146b964-181b6a68 {
  align-self: start;
  justify-self: center;
}

#w-node-_8364564e-675f-4618-55ca-48b7ab905e8e-181b6a68 {
  align-self: start;
  justify-self: stretch;
}

#w-node-a01db3e3-a2fc-81db-95d3-9282854a4df0-181b6a97 {
  align-self: stretch;
  justify-self: stretch;
}

#w-node-a01db3e3-a2fc-81db-95d3-9282854a4df2-181b6a97 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: auto;
  justify-self: auto;
}

#w-node-d0fe720c-4891-8f42-2fbf-391d77411478-181b6b01 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 767px) {
  #w-node-a01db3e3-a2fc-81db-95d3-9282854a4df2-181b6a97 {
    grid-area: 1 / 1 / 2 / 3;
    align-self: auto;
    justify-self: auto;
  }
}

@media screen and (max-width: 479px) {
  #w-node-a01db3e3-a2fc-81db-95d3-9282854a4df2-181b6a97 {
    grid-area: 2 / 1 / 3 / 2;
  }
}


@font-face {
  font-family: 'Fa Brands 400';
  src: url('../fonts/fa-brands-400.woff2') format('woff2'), url('../fonts/fa-brands-400.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Regular 400';
  src: url('../fonts/fa-regular-400.woff2') format('woff2'), url('../fonts/fa-regular-400.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Solid 900';
  src: url('../fonts/fa-solid-900.woff2') format('woff2'), url('../fonts/fa-solid-900.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}