:root {
  --white: white;
  --black: black;
}

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

.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-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

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

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

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

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

.div-block-inicio {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: url('../images/inicio_fondo_amway.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: center;
  height: 100vh;
  min-height: 500px;
  display: flex;
}

.body {
  background-color: #000;
}

.container-inicio {
  grid-column-gap: 0px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: -20px;
  display: flex;
}

.text-block-inicio {
  color: #fff;
  text-align: center;
  width: 800px;
  font-size: 20px;
  line-height: 130%;
}

.image {
  width: 550px;
  margin-right: 0;
}

.button-entrar {
  color: #1d1d1d;
  text-align: center;
  background-color: #fff;
  border-radius: 20px;
  width: 150px;
  height: 32px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 6px;
  font-size: 16px;
  font-weight: 700;
  transition: all .5s;
}

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

.text-block-legal {
  color: #6f6f76;
  text-align: center;
  width: auto;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 11px;
  line-height: 130%;
  position: relative;
  top: auto;
}

.div-block-menu-inicial {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-image: url('../images/inicio_fondo_amway.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: center;
  height: 100vh;
  min-height: 950px;
  display: flex;
}

.container-menu-de-4-botones {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: none;
  height: auto;
  display: flex;
}

.container-boton-seccion01 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: auto;
  display: flex;
}

.container-foto01-texto {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: center;
  background-image: linear-gradient(302deg, #23222a, #000);
  border-radius: 0 0 30px 30px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: 310px;
  height: 200px;
  padding: 30px 20px 20px;
  display: flex;
}

.text-btn-menu-inicio-titulo {
  color: #fff;
  font-size: 22px;
  font-weight: 700;
}

.text-btn-menu-inicio-txt {
  color: #9e9e9e;
  font-size: 15px;
  font-weight: 400;
  line-height: 100%;
}

.button {
  color: #cac8a5;
  background-color: #0000;
  margin-top: -5px;
  padding: 5px 10px;
  transition: all .5s;
}

.button:hover {
  color: #fff;
}

.container-con-logo {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 600px;
  height: auto;
  margin-top: 50px;
  margin-bottom: -80px;
  display: flex;
}

.link-block-menu02 {
  background-image: url('../images/btn_inicio_ina.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 100%;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  width: 310px;
  height: 400px;
  transition: all .5s;
}

.link-block-menu02:hover {
  filter: brightness(50%);
  background-size: auto 115%;
}

.link-block-menu01 {
  background-image: url('../images/inicio-amway-reconocimientos.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 100%;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  width: 310px;
  height: 400px;
  transition: all .5s;
}

.link-block-menu01:hover {
  filter: brightness(50%);
  background-size: auto 115%;
}

.link-block-menu03 {
  background-image: url('../images/btn_inicio_eventos.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 100%;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  width: 310px;
  height: 400px;
  transition: all .5s;
}

.link-block-menu03:hover {
  filter: brightness(50%);
  background-size: auto 115%;
}

.link-block-menu04 {
  background-image: url('../images/inicio-amway-descargables.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 100%;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  width: 310px;
  height: 400px;
  transition: all .5s;
}

.link-block-menu04:hover {
  filter: brightness(50%);
  background-size: auto 115%;
}

.div-block-eventos-head {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  background-image: url('../images/fondo_head_secciones.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 600px;
  margin-top: 0;
  padding-top: 100px;
  display: flex;
}

.titulos-seccion {
  color: #fff;
  text-align: left;
  flex: 0 auto;
  width: 700px;
  font-size: 70px;
  font-weight: 700;
  line-height: 100%;
}

.text-block-eventos {
  color: #9e9e9e;
  text-align: center;
  width: 700px;
  font-size: 18px;
  line-height: 140%;
}

.link-block {
  opacity: .8;
  padding: 15px;
  transition: opacity .5s;
}

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

.div-block-eventos-fotos {
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100vh;
  min-height: 900px;
  max-height: 1200px;
  display: flex;
}

.link-block-btn-evento01 {
  color: #fff;
  background-image: url('../images/header_rivieramaya.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 101%;
  flex-flow: column;
  flex: 0 auto;
  justify-content: space-between;
  align-items: center;
  width: 50%;
  height: 50%;
  padding: 20px;
  font-size: 26px;
  text-decoration: none;
  transition: all .5s;
  display: flex;
}

.link-block-btn-evento01:hover {
  filter: sepia();
  background-size: auto 110%;
}

.image-2 {
  mix-blend-mode: normal;
  width: 400px;
  max-width: none;
}

.link-block-btn-evento02 {
  color: #fff;
  background-image: url('../images/header_puntadeleste.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 101%;
  flex-flow: column;
  flex: 0 auto;
  justify-content: space-between;
  align-items: center;
  width: 50%;
  height: 50%;
  padding: 20px;
  font-size: 26px;
  text-decoration: none;
  transition: all .5s;
  display: flex;
}

.link-block-btn-evento02:hover {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  filter: sepia();
  background-size: auto 110%;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
}

.link-block-btn-evento03 {
  color: #fff;
  background-image: url('../images/header_portugal.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 101%;
  flex-flow: column;
  flex: 0 auto;
  justify-content: space-between;
  align-items: center;
  width: 50%;
  height: 50%;
  padding: 20px;
  font-size: 26px;
  text-decoration: none;
  transition: all .5s;
  display: flex;
}

.link-block-btn-evento03:hover {
  filter: sepia();
  background-size: auto 110%;
}

.link-block-btn-evento04 {
  color: #fff;
  background-image: url('../images/header_sudafrica3.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 101%;
  flex-flow: column;
  flex: 0 auto;
  justify-content: space-between;
  align-items: center;
  width: 50%;
  height: 50%;
  padding: 20px;
  font-size: 26px;
  text-decoration: none;
  transition: all .5s;
  display: flex;
}

.link-block-btn-evento04:hover {
  filter: sepia();
  background-size: auto 110%;
}

.footer {
  background-color: #fff;
  border-top: 1px solid #bebebe;
  justify-content: space-between;
  align-items: flex-start;
  height: 390px;
  padding: 60px 50px;
  display: flex;
}

.image-3 {
  width: 250px;
}

.container-menu-footer {
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: 590px;
  max-width: none;
  height: auto;
  margin-left: 20px;
  margin-right: 0;
  display: flex;
}

.container-menu-principal-footer {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 590px;
  max-width: none;
  height: auto;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.button-menu-footer {
  color: #000;
  background-color: #0000;
  padding: 8px 10px;
  font-size: 13px;
  font-weight: 700;
  transition: all .5s;
}

.button-menu-footer:hover {
  color: #e6be75;
}

.container-redes {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: none;
  height: auto;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.container-submenu-reconocimientos {
  flex-flow: column;
  width: auto;
  height: auto;
  margin-left: 0;
  margin-right: 10px;
  display: flex;
}

.button-submenu-footer {
  color: #7c7c7c;
  background-color: #0000;
  padding: 3px 10px;
  font-size: 12px;
  font-weight: 400;
  line-height: 100%;
  transition: all .3s;
}

.button-submenu-footer:hover {
  color: #000;
}

.container-separador {
  width: 190px;
  height: 30px;
  margin-left: 0;
  margin-right: 0;
}

.container-logo-y-menu {
  flex-flow: row;
  align-items: flex-start;
  width: auto;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.link-block-red {
  background-color: #000;
  border-radius: 50px;
  width: 36px;
  height: auto;
  padding: 8px;
  transition: all .5s;
}

.link-block-red:hover {
  background-color: #e6be75;
}

.body-2 {
  box-sizing: border-box;
  aspect-ratio: auto;
  background-color: #000;
  overflow: visible;
}

.link-block-logo-footer {
  opacity: 1;
  width: auto;
  height: auto;
  transition: opacity .5s;
}

.link-block-logo-footer:hover {
  opacity: .4;
}

.link-block-logo-footer.w--current {
  width: 150px;
  min-width: 150px;
}

.button-menu-top {
  color: #ffffffb3;
  background-color: #0000;
  border-radius: 15px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 8px;
  padding-right: 8px;
  font-size: 13px;
  font-weight: 700;
  line-height: 100%;
  transition: all .5s;
}

.button-menu-top:hover {
  color: #000;
  background-color: #fff;
}

.button-menu-top.w--current {
  font-size: 13px;
}

.container-botones-menu-top {
  width: 400px;
  min-width: 20px;
  max-width: none;
  height: auto;
  min-height: 20px;
  margin-left: 0;
  margin-right: 0;
}

.image-4 {
  width: 300px;
  margin-left: 40px;
}

.container-botones-secundarios-menu-top {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-end;
  align-items: center;
  width: 400px;
  min-width: 20px;
  max-width: none;
  height: auto;
  min-height: 20px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.espacio-botones-eventos {
  width: 100px;
  height: 30px;
}

.navbar {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #fff;
  background-color: #000000b3;
  border-bottom: 1px solid #fff6;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100px;
  margin-bottom: -100px;
  padding-left: 25px;
  padding-right: 25px;
  display: flex;
}

.div-block-eventos-head-tailandia {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  background-image: url('../images/header_puntadeleste.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 600px;
  margin-top: 0;
  padding-top: 50px;
  display: flex;
}

.div-block-2 {
  background-color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 150px;
  padding-bottom: 150px;
  display: flex;
}

.text-block-eventos-ficha-fecha {
  color: #fff;
  text-align: center;
  text-shadow: 0 0 6px #000;
  width: 500px;
  font-size: 28px;
  line-height: 140%;
}

.text-block-eventos-ficha {
  color: #fff;
  text-align: center;
  text-shadow: 0 0 10px #000;
  mix-blend-mode: normal;
  border-radius: 0;
  width: 700px;
  font-size: 18px;
  line-height: 140%;
}

.image-5 {
  mix-blend-mode: normal;
  border-radius: 0;
  width: 550px;
}

.text-ficha-detalle-01 {
  color: #9c9daf;
  width: 940px;
  font-size: 30px;
  line-height: 100%;
}

.text-ficha-detalle-02 {
  color: #000;
  width: 940px;
  font-size: 40px;
  line-height: 100%;
}

.text-ficha-detalle-03 {
  color: #9c9daf;
  width: 800px;
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 18px;
  line-height: 130%;
}

.text-ficha-detalle-04 {
  color: #000;
  width: 750px;
  line-height: 130%;
}

.text-ficha-detalle-05 {
  color: #9c9daf;
  width: 300px;
  margin-top: 0;
  margin-bottom: 20px;
  line-height: 130%;
}

.div-block-3 {
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
}

.div-block-reconocimientos-head {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  background-image: url('../images/reconocimientos_fondo.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-top: 0;
  padding-top: 200px;
  padding-bottom: 150px;
  display: flex;
}

.text-block-reconocimientos {
  color: #9e9e9e;
  text-align: center;
  width: 800px;
  font-size: 18px;
  line-height: 140%;
}

.container-grupo-de-reconocimientos {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  max-width: none;
  height: auto;
  margin-top: 50px;
  display: flex;
}

.container-reconocimientos-columna {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  border-top: 1px solid #fff3;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 950px;
  min-width: 950px;
  max-width: none;
  height: auto;
  padding: 20px 0;
  display: flex;
}

.link-block-figurin {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #cecee0;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 141px;
  padding: 0;
  font-size: 16px;
  line-height: 100%;
  text-decoration: none;
  transition: all .4s;
  display: flex;
}

.link-block-figurin:hover {
  filter: brightness(150%);
}

.div-block-ganadores-head {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  background-image: url('../images/reconocimientos_fondo.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-top: 0;
  padding-top: 200px;
  padding-bottom: 100px;
  display: flex;
}

.container-reconocimiento-figura-y-texto {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.container-5 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 400px;
  display: flex;
}

.text-block-eventos-copy {
  color: #9e9e9e;
  width: 400px;
  font-size: 18px;
  line-height: 140%;
}

.figurin {
  width: 230px;
}

.grid {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  margin-top: 80px;
}

.link-ganador {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #fff;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: auto;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
  transition: all .4s;
  display: flex;
}

.link-ganador:hover {
  filter: brightness(150%);
}

.container-banderita {
  background-image: url('../images/bendera_honduras_1bendera_honduras.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 200px;
  width: 35px;
  height: 35px;
  margin-top: 10px;
  margin-left: 140px;
  margin-right: 0;
  position: absolute;
}

.text-etiqueta-reconocimiento {
  color: #8d8d8d;
  margin-top: -5px;
  font-size: 12px;
  font-weight: 400;
}

.foto-personaje {
  width: 200px;
  border-radius: 50%;
}

.foto-personaje:hover {
  opacity: 1;
  border-radius: 50%;
}

.container-reconocimientos-columna-sin-linea {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 950px;
  min-width: 950px;
  max-width: none;
  height: auto;
  padding: 20px 0;
  display: flex;
}

.container-grupo-de-reconocimientos-celular {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  max-width: none;
  height: auto;
  margin-top: 50px;
  display: none;
}

.div-block-ficha-ganadores {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  background-image: url('../images/fondo_head_secciones.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  margin-top: 0;
  padding-top: 150px;
  padding-bottom: 50px;
  display: flex;
}

.text-block-ficha {
  color: #9e9e9e;
  text-align: center;
  width: 500px;
  font-size: 18px;
  line-height: 140%;
}

.text-block-ficha-felicitacion {
  color: #fff;
  text-align: center;
  width: 500px;
  margin-top: 30px;
  font-size: 22px;
  line-height: 140%;
}

.image-6 {
	width: 300px;
	max-width: none;
	position: absolute;
	border-radius: 50%;
}

.container-comentarios {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 750px;
  margin-top: 50px;
  display: flex;
}

.container-nombre-de-usuario {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 50px;
  display: flex;
}

.text-block-2 {
  margin-right: 10px;
  font-size: 16px;
  font-weight: 700;
}

.text-block-3 {
  color: #9c9eae;
}

.container-usuario01 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom: 1px solid #0003;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 750px;
  margin-bottom: 30px;
  padding-bottom: 30px;
  display: flex;
}

.image-7 {
  margin-right: 20px;
}

.container-comentario-y-nombre {
	flex-flow: column;
	display: flex;
	width: 100%;
}

.text-block-comment {
  color: #9c9eae;
  width: 100%;
  font-size: 13px;
  line-height: 120%;
}

.text-block-name {
  margin-right: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 110%;
}

.text-block-fecha-de-comentario {
  color: #9c9eae;
  font-size: 12px;
}

.container-nombre-de-usuario-copy {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 20px;
  display: flex;
}

.link-block-replay {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  color: #000;
  justify-content: flex-start;
  align-items: center;
  margin-top: 10px;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  transition: opacity .4s;
  display: flex;
}

.link-block-replay:hover {
  opacity: .4;
}

.container-usuario01-copy {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 750px;
  margin-bottom: 30px;
  padding-bottom: 30px;
  display: flex;
}

.image-8 {
  z-index: 999;
  width: 100%;
  margin-top: 0;
  position: static;
}

.link-block-portugal {
  aspect-ratio: auto;
  background-image: url('../images/videomemoria_lugar_portugal.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 105%;
  border-radius: 25px;
  width: 100%;
  height: 180px;
  transition: all .4s;
}

.link-block-portugal:hover {
  filter: brightness(50%);
  background-size: 115%;
}

.container-btn-play {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #fff;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: none;
  height: auto;
  margin-top: 0;
  margin-left: 0;
  padding: 10px;
  font-size: 13px;
  display: flex;
  position: absolute;
  left: auto;
  pointer-events: none;
}

.image-play {
  width: 55px;
  pointer-events: none;
}

.image-10 {
  mix-blend-mode: screen;
  width: 600px;
  margin-top: -350px;
  position: absolute;
}

.div-block-eventos-head-punta {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  background-image: url('../images/header_portugal.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 600px;
  margin-top: 0;
  padding-top: 50px;
  display: flex;
}

.div-block-eventos-head-cabos {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  background-image: url('../images/header_rivieramaya.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 600px;
  margin-top: 0;
  padding-top: 50px;
  display: flex;
}

.div-block-eventos-head-brasil {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  background-image: url('../images/header_sudafrica3.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 600px;
  margin-top: 0;
  padding-top: 50px;
  display: flex;
}

.div-block-descargables-head {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  background-image: url('../images/fondo_head_secciones.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 600px;
  margin-top: 0;
  padding-top: 100px;
  display: flex;
}

.div-block-descargables {
  background-color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 150px;
  padding-bottom: 150px;
  display: flex;
}

.container-entrevistas {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  width: 750px;
  display: flex;
}

.grid-2 {
	grid-column-gap: 18px;
	grid-row-gap: 18px;
	grid-template-columns: 1fr 1fr 1fr;
	/*height: 300px;*/
	height: unset;
}

.container-btn-entrevista01 {
  width: 100%;
  /*height: 100%;*/
  height: 150px;
}

.image-play-entrevista {
  width: 50px;
  margin-top: 45px;
  margin-left: -141px;
  position: absolute;
  pointer-events: none;
}

.link-block-entrrevista01 {
  background-image: url('../images/entrevista01.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 105%;
  border-radius: 25px;
  width: 100%;
  height: 100%;
  transition: all .4s;
}

.link-block-entrrevista01:hover {
  filter: brightness(50%);
  background-size: 115%;
}

.link-block-entrrevista02 {
  background-image: url('../images/entrevista02.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 105%;
  border-radius: 25px;
  width: 100%;
  height: 100%;
  transition: all .4s;
}

.link-block-entrrevista02:hover {
  filter: brightness(50%);
  background-size: 115%;
}

.link-block-entrrevista03 {
  background-image: url('../images/entrevista03.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 105%;
  border-radius: 25px;
  width: 100%;
  height: 100%;
  transition: all .4s;
}

.link-block-entrrevista03:hover {
  filter: brightness(50%);
  background-size: 115%;
}

.link-block-entrrevista04 {
  background-image: url('../images/entrevista04.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 105%;
  border-radius: 25px;
  width: 100%;
  height: 100%;
  transition: all .4s;
}

.link-block-entrrevista04:hover {
  filter: brightness(50%);
  background-size: 115%;
}

.link-block-entrrevista05 {
  background-image: url('../images/entrevista05.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 105%;
  border-radius: 25px;
  width: 100%;
  height: 100%;
  transition: all .4s;
}

.link-block-entrrevista05:hover {
  filter: brightness(50%);
  background-size: 115%;
}

.link-block-entrrevista06 {
  background-image: url('../images/entrevista06.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 105%;
  border-radius: 25px;
  width: 100%;
  height: 100%;
  transition: all .4s;
}

.link-block-entrrevista06:hover {
  filter: brightness(50%);
  background-size: 115%;
}

.container-revista-y-anuario {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: left;
  align-items: center;
  width: 750px;
  padding-left: 0;
  display: flex;
}

.container-revista {
  width: 100%;
  height: 300px;
}

.container-btn-revista {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  height: 300px;
  margin-left: 0;
  margin-right: 10px;
  display: flex;
}

.container-anuario {
  width: 100%;
  height: 300px;
}

.container-btn-anuario {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  height: 300px;
  margin-left: 10px;
  margin-right: 0;
  display: flex;
}

.link-block-revista {
  background-image: url('../images/revista.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 105%;
  border-radius: 25px;
  width: 100%;
  height: 100%;
  transition: all .4s;
}

.link-block-revista:hover {
  filter: brightness(50%);
  background-size: 115%;
}

.icon-pdf {
  width: 75px;
  margin-top: 62px;
  margin-left: -214px;
  position: absolute;
  pointer-events: none;
}

.link-block-anuario {
  background-image: url('../images/anuario.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 105%;
  border-radius: 25px;
  width: 100%;
  height: 100%;
  transition: all .4s;
}

.link-block-anuario:hover {
  filter: brightness(50%);
  background-size: 115%;
}

.container-emojis {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 750px;
  margin-bottom: 20px;
  padding-left: 0;
  display: flex;
}

.container-cuadros {
  width: 100%;
  height: 150px;
  display: flex;
  margin: 10px auto;
}

.container-emojis-y-btn-de-descarga {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 20px;
  display: flex;
}

.div-block-sticker {
  border-left: 1px solid #0003;
  justify-content: center;
  align-items: center;
  width: 20%;
  height: 100%;
  padding: 0;
  display: flex;
}

.div-block-sticker-orilla {
  justify-content: center;
  align-items: center;
  width: 20%;
  height: 100%;
  padding: 0;
  display: flex;
}

.div-block-sticker-copy {
  border-left: 1px solid #0003;
  justify-content: center;
  align-items: center;
  width: 20%;
  height: 100%;
  padding: 0;
  display: flex;
}

.link-block-menu-logo-top {
  filter: brightness(300%);
  mix-blend-mode: screen;
  justify-content: center;
  align-items: center;
  transition: all .4s;
  display: flex;
}

.link-block-menu-logo-top:hover {
  filter: brightness();
}

.link-block-menu-lunita {
  justify-content: center;
  align-items: center;
  transition: opacity .4s;
  display: flex;
}

.link-block-menu-lunita:hover {
  opacity: .5;
}

.image-particulas-atras-de-logo {
  mix-blend-mode: screen;
  margin-top: -20px;
  margin-left: 10px;
  position: absolute;
  top: 0%;
  left: auto;
}

.button-descargar {
  color: #ffffffb3;
  background-color: #0000;
  border-radius: 15px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 13px;
  font-weight: 700;
  line-height: 100%;
  transition: all .5s;
}

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

.button-descargar.w-current {
  color: #9da0ae !important;
  background-color: #000 !important;
  padding: 6px 15px;
  font-size: 13px;
  font-weight: 400;
  transition-duration: .4s;
}

.button-descargar.w-current:hover {
  color: #fff !important;
}

.button-descargar.w--current {
  color: #9da0ae;
  background-color: #000;
  padding: 6px 15px;
  font-size: 13px;
  font-weight: 400;
  transition-duration: .4s;
}

.button-descargar.w--current:hover {
  color: #fff;
}

.link-block-menu-cel {
  justify-content: center;
  align-items: center;
  transition: opacity .4s;
  display: none;
}

.link-block-menu-cel:hover {
  opacity: .5;
}

.link-block-menu-lunita-cel {
  justify-content: center;
  align-items: center;
  transition: opacity .4s;
  display: none;
}

.link-block-menu-lunita-cel:hover {
  opacity: .5;
}

.container-redes-en-menu-p {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: none;
  height: auto;
  margin-left: 0;
  margin-right: 0;
  display: none;
}

.image-home-particulas {
  mix-blend-mode: screen;
  width: 750px;
  margin-top: -200px;
  margin-left: -380px;
  position: absolute;
  top: 50%;
  left: 50%;
}

.image-menu-particulas {
  mix-blend-mode: screen;
  width: 750px;
  margin-top: -24px;
  margin-left: -380px;
  position: absolute;
  top: 0%;
  left: 50%;
}

.anio {
  opacity: 1;
  color: #fff;
  background-color: #8d8b9900;
  border-radius: 20px;
  margin-top: 30px;
  padding: 7px 15px;
  font-size: 20px;
  line-height: 100%;
}

.link-block-4 {
  filter: brightness();
  width: 500px;
  transition: all .4s;
}

.link-block-4:hover {
  filter: brightness(200%);
}

.link-block-4.w--current {
  width: 500px;
}

.container-mailer-01 {
  grid-column-gap: 0px;
  grid-row-gap: 20px;
  border-bottom: 1px solid #fff6;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  margin-top: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.div-block-mailer {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  flex-flow: column;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: center;
  height: 100vh;
  min-height: 500px;
  display: flex;
}

.image-mailer-particulas {
  mix-blend-mode: screen;
  width: 750px;
  margin-top: 0;
  margin-left: -380px;
  position: absolute;
  top: 0%;
  left: 50%;
}

.container-mailer-02 {
  grid-column-gap: 0px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  margin-top: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.container-mailer-03 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-bottom: 1px solid #fff6;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  margin-top: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.titulos-seccion-mailer {
  color: #fff;
  text-align: center;
  flex: 0 auto;
  font-size: 70px;
  font-weight: 700;
  line-height: 100%;
}

.container-redes-en-mailer {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: none;
  height: auto;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.logo-en-mailer {
  width: 600px;
  max-width: none;
  margin-right: 0;
}

.text-block-mailer {
  color: #6f6f76;
  text-align: center;
  width: 500px;
  line-height: 130%;
}

.titulos-seccion-mailer-2 {
  color: #fff;
  text-align: center;
  flex: 0 auto;
  font-size: 30px;
  font-weight: 400;
  line-height: 100%;
}

.container-6 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-5 {
  color: #6f6f76;
  text-align: left;
  justify-content: center;
  align-items: center;
  margin-top: 5px;
  margin-bottom: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
  line-height: 100%;
  display: block;
}

.container-7 {
  background-color: #6f6f76;
  border-radius: 50px;
  width: 25px;
  height: 25px;
}

.container-mailer-01-copy {
  grid-column-gap: 0px;
  grid-row-gap: 20px;
  background-color: #000;
  border-bottom: 1px solid #fff6;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  margin-top: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.titulos-seccion-mailer-copy {
  color: #000;
  text-align: center;
  flex: 0 auto;
  font-size: 70px;
  font-weight: 700;
  line-height: 100%;
}

.button-entrar-2 {
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 20px;
  width: 150px;
  height: 32px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 6px;
  font-size: 16px;
  font-weight: 700;
  transition: all .5s;
}

.button-entrar-2:hover {
  color: #000;
  background-color: #f7e786;
}

.div-block-mailer-0 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: url('../images/reconocimientos_fondo.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: center;
  height: 100vh;
  min-height: 500px;
  display: flex;
}

.titulos-seccion-mailer-felicidades {
  color: #fff;
  text-align: center;
  flex: 0 auto;
  font-size: 55px;
  font-weight: 700;
  line-height: 100%;
}

.radio-button {
  width: 30px;
  height: 30px;
  margin-top: 7px;
}

.form {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center stretch;
  width: 30px;
  height: 30px;
  display: block;
}

.radio-button-field {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  display: flex;
}

.div-block-reconocimientos-head-dos {
  width: 950px;
  min-width: 950px;
  height: 100px;
  margin-top: 50px;
}

.text-block-6 {
  opacity: 1;
  color: #fff;
  background-color: #8d8b9900;
  border-radius: 20px;
  margin-top: 30px;
  padding: 7px 15px;
  font-size: 20px;
  line-height: 100%;
}

.button-regresar {
  color: #1d1d1d;
  text-align: center;
  background-color: #727176;
  border-radius: 20px;
  width: 140px;
  height: 30px;
  margin-top: 5px;
  margin-left: 0;
  margin-right: 0;
  padding: 5px;
  font-size: 14px;
  font-weight: 700;
  transition: all .5s;
}

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

.container-back {
  justify-content: flex-end;
  align-items: center;
  width: 900px;
  max-width: none;
  height: auto;
  display: flex;
}

.section {
  box-sizing: content-box;
  text-align: right;
  justify-content: flex-end;
  align-items: center;
  width: 97%;
  margin-top: 200px;
  padding-right: 0;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.youtube {
  background-color: #000;
  background-image: none;
  background-position: 0 0;
  background-size: auto;
  border-radius: 25px;
}

.section-video {
  text-align: right;
  width: 100%;
  margin-top: 20px;
  padding-right: 20px;
  position: absolute;
  z-index: 1;
}

.div-block-ficha {
  border-radius: 25px;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: auto;
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
}

.container-9 {
  justify-content: center;
  align-items: center;
  width: 600px;
  height: 300px;
  display: flex;
  position: static;
}

.div-block-3-video {
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
	max-height: 100%;
}
.div-block-3-video video{
	max-height: 100%;
	max-width: 100%;
}

.div-block-ficha-ganadores-video {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  background-image: url('../images/fondo_head_secciones.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100svh;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.container-10 {
  justify-content: center;
  align-items: flex-end;
  width: 100px;
  height: 100%;
  margin-bottom: -110px;
  display: flex;
}

.div-block-legales {
  background-color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 150px;
  padding-bottom: 150px;
  display: flex;
}

.container-textos-legales {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 750px;
  display: flex;
}

.image-16 {
  z-index: 99;
  mix-blend-mode: screen;
  margin-bottom: 50px;
  position: absolute;
}

.grid-3 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 940px;
}

.container-11 {
  width: 300px;
  max-width: 500px;
}

.container-14 {
  width: 100%;
}

.text-ficha-detalle-7 {
  color: #000;
  width: 750px;
  font-size: 18px;
  line-height: 130%;
}

.text-ficha-detalle-8 {
  color: #9c9daf;
  width: 300px;
  margin-top: 0;
  margin-bottom: 20px;
  line-height: 130%;
}

.container-15 {
  width: 300px;
  max-width: 500px;
}

.div-block-4 {
  background-color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 150px;
  padding-bottom: 150px;
  display: flex;
}

.div-block-5 {
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
}

.grid-4 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 940px;
}

.container-16 {
  width: 100%;
}

.text-ficha-detalle-11 {
  color: #000;
  width: 750px;
  line-height: 130%;
}

.text-ficha-detalle-12 {
  color: #9c9daf;
  width: 300px;
  margin-top: 0;
  margin-bottom: 20px;
  line-height: 130%;
}

.container-17 {
  width: 300px;
  max-width: 500px;
}

.div-block-6 {
  background-color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 150px;
  padding-bottom: 150px;
  display: flex;
}

.div-block-7 {
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
}

.grid-5 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 940px;
}

.container-18 {
  width: 100%;
}

.link-block-3-copy {
  aspect-ratio: auto;
  background-image: url('../images/video_memoria_ganadores.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 105%;
  border-radius: 25px;
  width: 750px;
  height: 350px;
  transition: all .4s;
}

.link-block-3-copy:hover {
  filter: brightness(50%);
  background-size: 115%;
}

.titulos-seccion-center {
  color: #fff;
  text-align: center;
  flex: 0 auto;
  width: 700px;
  font-size: 70px;
  font-weight: 700;
  line-height: 100%;
}

.link-block-riviera {
  aspect-ratio: auto;
  background-image: url('../images/videomemoria_lugar_riviera_maya.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 105%;
  border-radius: 25px;
  width: 100%;
  height: 180px;
  transition: all .4s;
}

.link-block-riviera:hover {
  filter: brightness(50%);
  background-size: 115%;
}

.link-block-punta-del-este {
  aspect-ratio: auto;
  background-image: url('../images/videomemoria_lugar_punta_del_este02.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 105%;
  border-radius: 25px;
  width: 100%;
  height: 180px;
  transition: all .4s;
}

.link-block-punta-del-este:hover {
  filter: brightness(50%);
  background-size: 115%;
}

.link-block-south-africa {
  aspect-ratio: auto;
  background-image: url('../images/videomemoria_lugar_south_africa.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 105%;
  border-radius: 25px;
  width: 100%;
  height: 180px;
  transition: all .4s;
}

.link-block-south-africa:hover {
  filter: brightness(50%);
  background-size: 115%;
}

.text-block-7 {
  margin-left: -5px;
}

.text-block-8, .text-block-9, .text-block-10, .text-block-11 {
  text-shadow: 0 0 6px #000;
}

.div-block-8 {
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
}

.link-block-3 {
  aspect-ratio: auto;
  background-image: url('../images/video_memoria_ganadores.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 105%;
  border-radius: 25px;
  width: 750px;
  height: 350px;
  transition: all .4s;
}

.link-block-3:hover {
  filter: brightness(50%);
  background-size: 115%;
}

.div-block-9 {
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
}

.link-block-5 {
  aspect-ratio: auto;
  background-image: url('../images/video_memoria_ganadores.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 105%;
  border-radius: 25px;
  width: 750px;
  height: 350px;
  transition: all .4s;
}

.link-block-5:hover {
  filter: brightness(50%);
  background-size: 115%;
}

.div-block-10 {
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
}

.link-block-6 {
  aspect-ratio: auto;
  background-image: url('../images/video_memoria_ganadores.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 105%;
  border-radius: 25px;
  width: 750px;
  height: 350px;
  transition: all .4s;
}

.link-block-6:hover {
  filter: brightness(50%);
  background-size: 115%;
}

.link-block-7 {
  aspect-ratio: auto;
  background-image: url('../images/video_memoria_ganadores.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 105%;
  border-radius: 25px;
  width: 750px;
  height: 400px;
  transition: all .4s;
}

.link-block-7:hover {
  filter: brightness(50%);
  background-size: 115%;
}

.text-ficha-detalle-13 {
  color: #000;
  width: 750px;
  font-size: 40px;
  line-height: 100%;
}

.text-ficha-detalle-14 {
  color: #9c9daf;
  width: 750px;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 130%;
}

.div-block-11 {
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
}

.text-ficha-detalle-15 {
  color: #9c9daf;
  width: 750px;
  font-size: 30px;
  line-height: 100%;
}

.text-ficha-detalle-16 {
  color: #9c9daf;
  width: 750px;
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 18px;
  line-height: 130%;
}

.link-block-8 {
  aspect-ratio: auto;
  background-image: url('../images/video_memoria_ganadores.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 105%;
  border-radius: 25px;
  width: 750px;
  height: 350px;
  transition: all .4s;
}

.link-block-8:hover {
  filter: brightness(50%);
  background-size: 115%;
}

.text-ficha-detalle-17 {
  color: #000;
  width: 750px;
  font-size: 40px;
  line-height: 100%;
}

.text-ficha-detalle-18 {
  color: #9c9daf;
  width: 750px;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 130%;
}

.text-ficha-detalle-19 {
  color: #000;
  width: 750px;
  font-size: 16px;
  line-height: 130%;
}

.div-block-12 {
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
}

.text-ficha-detalle-20 {
  color: #9c9daf;
  width: 750px;
  font-size: 30px;
  line-height: 100%;
}

.text-ficha-detalle-21 {
  color: #9c9daf;
  width: 750px;
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 18px;
  line-height: 130%;
}

.div-block-13 {
  background-color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 150px;
  padding-bottom: 150px;
  display: flex;
}

.link-block-9 {
  aspect-ratio: auto;
  background-image: url('../images/video_memoria_ganadores.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 105%;
  border-radius: 25px;
  width: 750px;
  height: 350px;
  transition: all .4s;
}

.link-block-9:hover {
  filter: brightness(50%);
  background-size: 115%;
}

.text-ficha-detalle-22 {
  color: #000;
  width: 750px;
  font-size: 40px;
  line-height: 100%;
}

.text-ficha-detalle-23 {
  color: #000;
  width: 750px;
  font-size: 16px;
  line-height: 130%;
}

.text-ficha-detalle-24 {
  color: #9c9daf;
  width: 750px;
  font-size: 30px;
  line-height: 100%;
}

.text-ficha-detalle-25 {
  color: #9c9daf;
  width: 750px;
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 18px;
  line-height: 130%;
}

.div-block-14 {
  background-color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 150px;
  padding-bottom: 150px;
  display: flex;
}

.link-block-10 {
  aspect-ratio: auto;
  background-image: url('../images/video_memoria_ganadores.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 105%;
  border-radius: 25px;
  width: 750px;
  height: 350px;
  transition: all .4s;
}

.link-block-10:hover {
  filter: brightness(50%);
  background-size: 115%;
}

.text-ficha-detalle-26 {
  color: #000;
  width: 750px;
  font-size: 40px;
  line-height: 100%;
}

.text-ficha-detalle-27 {
  color: #000;
  width: 750px;
  font-size: 16px;
  line-height: 130%;
}

.text-ficha-detalle-28 {
  color: #9c9daf;
  width: 750px;
  font-size: 30px;
  line-height: 100%;
}

.text-ficha-detalle-29 {
  color: #9c9daf;
  width: 750px;
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 18px;
  line-height: 130%;
}

.div-block-15 {
  background-color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 150px;
  padding-bottom: 150px;
  display: flex;
}

.text-block-7-copy {
  margin-left: -5px;
}

@media screen and (max-width: 991px) {
  .container-inicio {
    grid-column-gap: 0px;
    flex-flow: wrap;
    width: 700px;
  }

  .text-block-inicio {
    font-size: 18px;
  }

  .image {
    width: 450px;
  }

  .button-entrar {
    font-size: 14px;
  }

  .div-block-menu-inicial {
    justify-content: space-between;
    align-items: center;
    height: 100vh;
    min-height: auto;
  }

  .container-menu-de-4-botones {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 40px 0;
  }

  .container-boton-seccion01 {
    margin: 15px 10px;
  }

  .container-foto01-texto {
    width: 220px;
    height: 200px;
    padding-top: 25px;
    padding-bottom: 15px;
  }

  .text-btn-menu-inicio-titulo {
    font-size: 20px;
  }

  .text-btn-menu-inicio-txt {
    font-size: 14px;
  }

  .container-con-logo {
    width: 100%;
    max-width: 800px;
    height: auto;
    margin: 50px 0 -100px;
  }

  .link-block-menu02 {
    width: 280px;
    height: 350px;
  }

  .link-block-menu01 {
    background-size: auto 100%;
    width: 220px;
    height: 300px;
  }

  .link-block-menu03, .link-block-menu04 {
    width: 220px;
    height: 300px;
  }

  .div-block-eventos-head {
    height: 500px;
    padding-top: 100px;
  }

  .titulos-seccion {
    width: 400px;
    font-size: 50px;
  }

  .text-block-eventos {
    color: #9e9e9e;
    width: 500px;
    font-size: 16px;
    line-height: 140%;
  }

  .link-block.w--current {
    margin-top: 0;
  }

  .div-block-eventos-fotos {
    height: 100vh;
    min-height: 600px;
    max-height: 900px;
  }

  .link-block-btn-evento01 {
    font-size: 22px;
  }

  .image-2 {
    width: 80%;
  }

  .link-block-btn-evento02, .link-block-btn-evento03, .link-block-btn-evento04 {
    font-size: 22px;
  }

  .footer {
    height: 200px;
    padding: 40px;
  }

  .image-3 {
    width: 190px;
  }

  .container-menu-footer {
    width: auto;
    margin-left: 20px;
  }

  .container-menu-principal-footer {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: auto;
  }

  .button-menu-footer {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 13px;
    line-height: 120%;
  }

  .container-redes {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .container-submenu-reconocimientos, .container-separador {
    display: none;
  }

  .link-block-red {
    justify-content: center;
    align-items: center;
    width: 35px;
    height: 35px;
    padding: 6px;
    display: block;
  }

  .link-block-logo-footer {
    width: auto;
  }

  .link-block-logo-footer.w--current {
    width: auto;
    height: auto;
  }

  .button-menu-top {
    margin-left: 0;
    margin-right: 0;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 13px;
  }

  .container-botones-menu-top {
    width: auto;
    display: block;
  }

  .container-logo-menu-top {
    max-width: none;
    margin-left: auto;
    margin-right: 0;
    padding-left: 0;
    display: block;
  }

  .image-4 {
    width: 250px;
  }

  .container-botones-secundarios-menu-top {
    display: none;
  }

  .navbar {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding-left: 15px;
    padding-right: 20px;
  }

  .div-block-eventos-head-tailandia {
    height: 500px;
    padding-top: 100px;
  }

  .div-block-2 {
    height: auto;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .text-block-eventos-ficha-fecha {
    width: 400px;
    font-size: 13px;
    line-height: 140%;
  }

  .text-block-eventos-ficha {
    width: 500px;
    font-size: 15px;
    line-height: 140%;
  }

  .image-5 {
    width: 400px;
  }

  .text-ficha-detalle-01, .text-ficha-detalle-02 {
    width: 80%;
  }

  .text-ficha-detalle-03 {
    width: 80%;
    font-size: 16px;
  }

  .text-ficha-detalle-04 {
    width: 80%;
  }

  .text-ficha-detalle-05 {
    width: 80%;
    font-size: 13px;
  }

  .div-block-3 {
    width: 100%;
    height: auto;
  }

  .div-block-reconocimientos-head {
    height: auto;
    padding-top: 150px;
    padding-bottom: 100px;
  }

  .text-block-reconocimientos {
    width: 80%;
    font-size: 15px;
    line-height: 140%;
  }

  .container-grupo-de-reconocimientos {
    width: 90%;
    margin-top: 30px;
  }

  .container-reconocimientos-columna {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    width: 650px;
    min-width: 650px;
    max-width: none;
    padding: 15px 0;
  }

  .link-block-figurin {
    color: #cecee0;
    width: 95px;
    font-size: 14px;
  }

  .div-block-ganadores-head {
    height: auto;
    padding-top: 200px;
  }

  .container-reconocimiento-figura-y-texto {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .container-5 {
    width: 300px;
  }

  .text-block-eventos-copy {
    font-size: 16px;
    line-height: 140%;
  }

  .figurin {
    width: 190px;
  }

  .grid {
    width: 650px;
  }

  .link-ganador {
    font-size: 12px;
  }

  .container-banderita {
    width: 30px;
    height: 30px;
    margin-left: 87px;
  }

  .text-etiqueta-reconocimiento {
    font-size: 11px;
  }

  .container-reconocimientos-columna-sin-linea {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    width: 650px;
    min-width: 650px;
    max-width: none;
    padding: 15px 0;
  }

  .container-grupo-de-reconocimientos-celular {
    width: 90%;
    margin-top: 30px;
  }

  .div-block-ficha-ganadores {
    justify-content: flex-start;
    align-items: center;
    height: auto;
    padding-top: 150px;
    padding-bottom: 50px;
  }

  .text-block-ficha {
    width: 400px;
    font-size: 16px;
    line-height: 140%;
  }

  .text-block-ficha-felicitacion {
    width: 400px;
    font-size: 13px;
    line-height: 140%;
  }

  .image-6 {
    width: 250px;
    max-width: none;
    height: auto;
  }

  .container-comentarios {
    width: 614px;
    max-width: none;
  }

  .container-usuario01 {
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    max-width: none;
  }

  .container-comentario-y-nombre {
    justify-content: flex-start;
    align-items: flex-start;
    width: 500px;
    max-width: none;
  }

  .container-usuario01-copy {
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    max-width: none;
  }

  .image-8 {
    width: 100px;
    margin-top: 0;
  }

  .link-block-portugal {
    width: 100%;
    height: 120px;
  }

  .container-btn-play {
    margin-top: 0;
    margin-left: 0;
  }

  .image-play {
    width: 50px;
  }

  .image-10 {
    width: 500px;
    margin-top: -290px;
  }

  .div-block-eventos-head-punta, .div-block-eventos-head-cabos, .div-block-eventos-head-brasil, .div-block-descargables-head {
    height: 500px;
    padding-top: 100px;
  }

  .div-block-descargables {
    height: auto;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .container-entrevistas {
    width: 614px;
  }

  .grid-2 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    width: 100%;
    height: 270px;
  }

  .container-btn-entrevista01 {
    width: 100%;
    /*height: 100%;*/
	height: 80px;
  }

  .image-play-entrevista {
    width: 45px;
    margin-top: 44px;
    margin-left: -118px;
  }

  .container-revista-y-anuario {
    width: 614px;
  }

  .container-revista, .container-anuario {
    width: 100%;
    height: 100%;
  }

  .icon-pdf {
    width: 70px;
    margin-top: 66px;
    margin-left: -181px;
  }

  .container-emojis {
    width: 614px;
  }

  .container-cuadros {
    height: 120px;
  }

  .image-particulas-atras-de-logo {
    width: 390px;
    margin-top: -20px;
    margin-left: -250px;
    display: inline-block;
    top: 0%;
    left: 100%;
  }

  .button-descargar {
    margin-left: 0;
    margin-right: 0;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 13px;
  }

  .link-block-menu-cel, .link-block-menu-lunita-cel {
    display: none;
  }

  .container-redes-en-menu-p {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    margin-bottom: 20px;
    display: none;
  }

  .image-home-particulas {
    width: 550px;
    margin-top: -160px;
    margin-left: -280px;
  }

  .image-menu-particulas {
    width: 550px;
    margin-top: 4px;
    margin-left: -280px;
  }

  .link-block-4 {
    width: 420px;
  }

  .link-block-4.w--current {
    width: 400px;
  }

  .container-mailer-01 {
    grid-column-gap: 0px;
    flex-flow: wrap;
    width: 100%;
    max-width: none;
  }

  .div-block-mailer {
    min-height: 600px;
  }

  .image-mailer-particulas {
    width: 550px;
    margin-top: -210px;
    margin-left: -280px;
  }

  .container-mailer-02 {
    grid-column-gap: 0px;
    grid-row-gap: 15px;
    flex-flow: column;
    width: 100%;
  }

  .container-mailer-03 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    width: 100%;
  }

  .titulos-seccion-mailer {
    font-size: 50px;
  }

  .container-redes-en-mailer {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    margin-bottom: 10px;
    display: flex;
  }

  .logo-en-mailer, .text-block-mailer {
    width: 450px;
  }

  .titulos-seccion-mailer-2 {
    font-size: 25px;
  }

  .container-mailer-01-copy {
    grid-column-gap: 0px;
    flex-flow: wrap;
    width: 100%;
    max-width: none;
  }

  .titulos-seccion-mailer-copy {
    font-size: 50px;
  }

  .button-entrar-2 {
    font-size: 14px;
  }

  .div-block-mailer-0 {
    min-height: 600px;
  }

  .titulos-seccion-mailer-felicidades {
    font-size: 45px;
  }

  .radio-button {
    width: 20px;
    height: 30px;
    margin-left: 0;
  }

  .button-regresar {
    width: 130px;
    height: 28px;
    padding: 4px;
    font-size: 13px;
  }

  .container-back {
    width: 614px;
    max-width: none;
  }

  .section {
    width: 95%;
    margin-top: 200px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .section-video {
    width: 100%;
    margin-top: 20px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 20px;
  }

  .div-block-ficha {
    width: 90%;
    height: auto;
  }

  .container-9 {
    background-size: cover;
    width: 500px;
    height: 250px;
    position: static;
    inset: 0% 0% auto;
  }

  .div-block-3-video {
    width: 100%;
    height: auto;
  }

  .div-block-ficha-ganadores-video {
    justify-content: center;
    align-items: center;
    height: 100vh;
    padding-top: 150px;
    padding-bottom: 50px;
  }

  .container-10 {
    width: 80px;
    margin-bottom: -50px;
  }

  .div-block-legales {
    height: auto;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .container-textos-legales {
    width: 614px;
    max-width: none;
  }

  .grid-3 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 80%;
    display: grid;
  }

  .container-11 {
    width: 200px;
  }

  .container-14, .text-ficha-detalle-7 {
    width: 80%;
  }

  .text-ficha-detalle-8 {
    width: 80%;
    font-size: 13px;
  }

  .container-15 {
    width: 200px;
  }

  .div-block-4 {
    height: auto;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .div-block-5 {
    width: 100%;
    height: auto;
  }

  .grid-4 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 80%;
    display: grid;
  }

  .container-16, .text-ficha-detalle-11 {
    width: 80%;
  }

  .text-ficha-detalle-12 {
    width: 80%;
    font-size: 13px;
  }

  .container-17 {
    width: 200px;
  }

  .div-block-6 {
    height: auto;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .div-block-7 {
    width: 100%;
    height: auto;
  }

  .grid-5 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 80%;
    display: grid;
  }

  .container-18 {
    width: 80%;
  }

  .link-block-3-copy {
    width: 614px;
    height: 300px;
  }

  .titulos-seccion-center {
    width: 500px;
    font-size: 50px;
  }

  .link-block-riviera, .link-block-punta-del-este, .link-block-south-africa {
    width: 100%;
    height: 120px;
  }

  .div-block-8 {
    width: 100%;
    height: auto;
  }

  .link-block-3 {
    width: 80%;
  }

  .div-block-9 {
    width: 100%;
    height: auto;
  }

  .link-block-5 {
    width: 80%;
  }

  .div-block-10 {
    width: 100%;
    height: auto;
  }

  .link-block-6, .link-block-7, .text-ficha-detalle-13 {
    width: 80%;
  }

  .text-ficha-detalle-14 {
    width: 80%;
    font-size: 14px;
  }

  .div-block-11 {
    width: 100%;
    height: auto;
  }

  .text-ficha-detalle-15 {
    width: 80%;
  }

  .text-ficha-detalle-16 {
    width: 80%;
    font-size: 16px;
  }

  .link-block-8, .text-ficha-detalle-17 {
    width: 80%;
  }

  .text-ficha-detalle-18 {
    width: 80%;
    font-size: 14px;
  }

  .text-ficha-detalle-19 {
    width: 80%;
  }

  .div-block-12 {
    width: 100%;
    height: auto;
  }

  .text-ficha-detalle-20 {
    width: 80%;
  }

  .text-ficha-detalle-21 {
    width: 80%;
    font-size: 16px;
  }

  .div-block-13 {
    height: auto;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .link-block-9, .text-ficha-detalle-22, .text-ficha-detalle-23, .text-ficha-detalle-24 {
    width: 80%;
  }

  .text-ficha-detalle-25 {
    width: 80%;
    font-size: 16px;
  }

  .div-block-14 {
    height: auto;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .link-block-10, .text-ficha-detalle-26, .text-ficha-detalle-27, .text-ficha-detalle-28 {
    width: 80%;
  }

  .text-ficha-detalle-29 {
    width: 80%;
    font-size: 16px;
  }

  .div-block-15 {
    height: auto;
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

@media screen and (max-width: 767px) {
  .container-inicio {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }

  .text-block-inicio {
    width: 100%;
    max-width: 450px;
  }

  .image {
    width: 400px;
  }

  .button-entrar {
    width: 140px;
  }

  .div-block-menu-inicial {
    height: auto;
  }

  .container-menu-de-4-botones {
    justify-content: flex-start;
    align-items: center;
    width: 485px;
    max-width: 600px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .container-boton-seccion01 {
    margin: 10px;
  }

  .container-foto01-texto {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: 220px;
    height: 200px;
    padding-top: 20px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .text-btn-menu-inicio-titulo {
    font-size: 18px;
  }

  .text-btn-menu-inicio-txt {
    font-size: 13px;
  }

  .button {
    padding-left: 5px;
    padding-right: 5px;
    font-size: 13px;
    line-height: 120%;
  }

  .button.w--current {
    font-size: 13px;
    line-height: 120%;
  }

  .container-con-logo {
    max-width: 600px;
    height: auto;
    margin-top: 40px;
    margin-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .link-block-menu02, .link-block-menu01, .link-block-menu03, .link-block-menu04 {
    width: 220px;
    height: 260px;
  }

  .div-block-eventos-head {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    height: 400px;
    padding-top: 120px;
  }

  .titulos-seccion {
    width: 300px;
    font-size: 40px;
  }

  .text-block-eventos {
    width: 400px;
    font-size: 16px;
    line-height: 130%;
  }

  .link-block {
    width: 50px;
  }

  .div-block-eventos-fotos {
    min-height: 500px;
    max-height: 800px;
  }

  .link-block-btn-evento01 {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 17px;
  }

  .image-2 {
    width: 90%;
  }

  .link-block-btn-evento02 {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 17px;
  }

  .link-block-btn-evento03, .link-block-btn-evento04 {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 17px;
  }

  .footer {
    padding: 25px;
  }

  .image-3 {
    width: 140px;
  }

  .container-menu-footer {
    margin-left: 10px;
  }

  .container-redes {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .link-block-red {
    width: 30px;
    height: 30px;
    padding: 4px;
  }

  .link-block-logo-footer {
    width: auto;
  }

  .button-menu-top {
    margin-left: 0;
    margin-right: 0;
    padding-left: 5px;
    padding-right: 5px;
  }

  .container-botones-menu-top {
    display: none;
  }

  .container-logo-menu-top {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .image-4 {
    width: 240px;
    margin-left: 0;
  }

  .navbar {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: row;
    justify-content: space-around;
    align-items: center;
    height: 90px;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-eventos-head-tailandia {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    height: 400px;
    padding-top: 100px;
  }

  .div-block-2 {
    height: auto;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .text-block-eventos-ficha-fecha, .text-block-eventos-ficha {
    width: 350px;
    line-height: 130%;
  }

  .image-5 {
    width: 250px;
  }

  .text-ficha-detalle-01 {
    font-size: 25px;
  }

  .text-ficha-detalle-02 {
    font-size: 35px;
  }

  .div-block-3 {
    width: 100%;
    height: auto;
  }

  .div-block-reconocimientos-head {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    height: auto;
    padding-top: 150px;
    padding-bottom: 50px;
  }

  .text-block-reconocimientos {
    width: 80%;
    font-size: 17px;
    line-height: 130%;
  }

  .container-grupo-de-reconocimientos {
    margin-top: 20px;
  }

  .container-reconocimientos-columna {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    width: 500px;
    min-width: 500px;
    padding-left: 0;
    padding-right: 0;
  }

  .link-block-figurin {
    color: #cecee0;
    width: 77px;
    font-size: 12px;
  }

  .div-block-ganadores-head {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    height: auto;
    padding-top: 150px;
  }

  .container-reconocimiento-figura-y-texto {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .container-5 {
    width: 260px;
  }

  .text-block-eventos-copy {
    width: auto;
    font-size: 15px;
    line-height: 130%;
  }

  .figurin {
    width: 160px;
  }

  .grid {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    width: 500px;
  }

  .container-banderita {
    width: 26px;
    height: 26px;
    margin-top: 5px;
    margin-left: 80px;
  }

  .container-reconocimientos-columna-sin-linea {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    width: 500px;
    min-width: 500px;
    padding-left: 0;
    padding-right: 0;
  }

  .container-grupo-de-reconocimientos-celular {
    margin-top: 20px;
  }

  .div-block-ficha-ganadores {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    justify-content: flex-start;
    align-items: center;
    height: auto;
    padding-top: 150px;
  }

  .text-block-ficha {
    width: 350px;
    line-height: 130%;
  }

  .text-block-ficha-felicitacion {
    width: 350px;
    margin-top: 20px;
    line-height: 130%;
  }

  .image-6 {
    width: 220px;
  }

  .container-comentarios {
    width: 460px;
  }

  .container-comentario-y-nombre {
    width: 100%;
  }

  .link-block-replay {
    font-size: 12px;
  }

  .image-8 {
    width: 100px;
    margin-top: 0;
  }

  .link-block-portugal {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 250px;
    display: flex;
  }

  .container-btn-play {
    margin-top: 0;
    margin-left: 0;
    position: absolute;
  }

  .image-play {
    width: 50px;
  }

  .image-10 {
    width: 430px;
    margin-top: -260px;
  }

  .div-block-eventos-head-punta, .div-block-eventos-head-cabos, .div-block-eventos-head-brasil {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    height: 400px;
    padding-top: 100px;
  }

  .div-block-descargables-head {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    height: 400px;
    padding-top: 120px;
  }

  .div-block-descargables {
    height: auto;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .container-entrevistas {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    width: 460px;
  }

  .grid-2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    height: 200px;
  }

  .image-play-entrevista {
    width: 40px;
    margin-top: 27px;
    margin-left: -93px;
  }

  .container-revista-y-anuario {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: 460px;
  }

  .container-btn-revista {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    height: 200px;
    margin-right: 5px;
  }

  .container-btn-anuario {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    height: 200px;
    margin-left: 5px;
  }

  .icon-pdf {
    width: 60px;
    margin-top: 41px;
    margin-left: -141px;
  }

  .container-emojis {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: 460px;
  }

  .container-cuadros {
    height: 90px;
  }

  .link-block-menu-lunita {
    margin-left: auto;
    margin-right: auto;
  }

  .image-particulas-atras-de-logo {
    width: 300px;
    margin-top: -10px;
    margin-left: 10px;
    top: 0%;
    left: auto;
  }

  .button-descargar {
    margin-left: 0;
    margin-right: 0;
    padding-left: 5px;
    padding-right: 5px;
  }

  .button-descargar.w--current {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 12px;
  }

  .link-block-menu-cel {
    opacity: .5;
    display: block;
  }

  .link-block-menu-cel:hover {
    opacity: 1;
  }

  .link-block-menu-lunita-cel {
    opacity: .5;
    display: block;
  }

  .link-block-menu-lunita-cel:hover {
    opacity: 1;
  }

  .image-12, .image-13 {
    width: 35px;
  }

  .container-redes-en-menu-p {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    margin-bottom: 20px;
    display: flex;
  }

  .image-home-particulas {
    width: 405px;
    margin-top: -130px;
    margin-left: -205px;
  }

  .image-menu-particulas {
    width: 405px;
    margin-top: 0;
    margin-left: -209px;
  }

  .anio {
    padding-top: 7px;
    padding-bottom: 7px;
    font-size: 18px;
  }

  .link-block-4 {
    width: 330px;
  }

  .link-block-4.w--current {
    width: 70%;
  }

  .container-mailer-01 {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }

  .image-mailer-particulas {
    width: 405px;
    margin-top: -170px;
    margin-left: -205px;
  }

  .container-mailer-02, .container-mailer-03 {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }

  .titulos-seccion-mailer {
    font-size: 40px;
  }

  .container-redes-en-mailer {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    margin-bottom: 10px;
    display: flex;
  }

  .logo-en-mailer {
    width: 350px;
  }

  .text-block-mailer {
    width: 350px;
    max-width: none;
  }

  .titulos-seccion-mailer-2 {
    font-size: 20px;
  }

  .image-14 {
    width: 220px;
  }

  .container-mailer-01-copy {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }

  .titulos-seccion-mailer-copy {
    font-size: 40px;
  }

  .button-entrar-2 {
    width: 140px;
  }

  .titulos-seccion-mailer-felicidades {
    font-size: 35px;
  }

  .radio-button {
    width: 20px;
    height: 30px;
    margin-top: 7px;
  }

  .text-block-6 {
    padding-top: 7px;
    padding-bottom: 7px;
    font-size: 18px;
  }

  .button-regresar {
    width: 120px;
  }

  .container-back {
    width: 470px;
  }

  .section {
    margin-top: 150px;
  }

  .section-video {
    margin-top: 20px;
  }

  .div-block-ficha {
    width: 95%;
    height: auto;
  }

  .div-block-3-video {
    width: 100%;
    height: auto;
  }

  .div-block-ficha-ganadores-video {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    justify-content: center;
    align-items: center;
    height: 100vh;
    padding-top: 0;
    padding-bottom: 0;
  }

  .container-10 {
    width: 70px;
    margin-bottom: -10px;
  }

  .div-block-legales {
    height: auto;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .container-textos-legales {
    width: 460px;
  }

  .grid-3 {
    grid-template-columns: 1fr;
  }

  .container-11, .container-15 {
    width: 100%;
  }

  .div-block-4 {
    height: auto;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .div-block-5 {
    width: 100%;
    height: auto;
  }

  .grid-4 {
    grid-template-columns: 1fr;
  }

  .container-17 {
    width: 100%;
  }

  .div-block-6 {
    height: auto;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .div-block-7 {
    width: 100%;
    height: auto;
  }

  .grid-5 {
    grid-template-columns: 1fr;
  }

  .link-block-3-copy {
    justify-content: center;
    align-items: center;
    width: 450px;
    height: 250px;
    display: flex;
  }

  .titulos-seccion-center {
    width: 500px;
    font-size: 40px;
  }

  .link-block-riviera, .link-block-punta-del-este, .link-block-south-africa {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 250px;
    display: flex;
  }

  .div-block-8 {
    width: 100%;
    height: auto;
  }

  .link-block-3 {
    justify-content: center;
    align-items: center;
    width: 80%;
    height: 250px;
    display: flex;
  }

  .div-block-9 {
    width: 100%;
    height: auto;
  }

  .link-block-5 {
    justify-content: center;
    align-items: center;
    width: 80%;
    height: 250px;
    display: flex;
  }

  .div-block-10 {
    width: 100%;
    height: auto;
  }

  .link-block-6, .link-block-7 {
    justify-content: center;
    align-items: center;
    width: 80%;
    height: 250px;
    display: flex;
  }

  .text-ficha-detalle-13 {
    font-size: 35px;
  }

  .div-block-11 {
    width: 100%;
    height: auto;
  }

  .text-ficha-detalle-15 {
    font-size: 25px;
  }

  .link-block-8 {
    justify-content: center;
    align-items: center;
    width: 80%;
    height: 250px;
    display: flex;
  }

  .text-ficha-detalle-17 {
    font-size: 35px;
  }

  .div-block-12 {
    width: 100%;
    height: auto;
  }

  .text-ficha-detalle-20 {
    font-size: 25px;
  }

  .div-block-13 {
    height: auto;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .link-block-9 {
    justify-content: center;
    align-items: center;
    width: 80%;
    height: 250px;
    display: flex;
  }

  .text-ficha-detalle-22 {
    font-size: 35px;
  }

  .text-ficha-detalle-24 {
    font-size: 25px;
  }

  .div-block-14 {
    height: auto;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .link-block-10 {
    justify-content: center;
    align-items: center;
    width: 80%;
    height: 250px;
    display: flex;
  }

  .text-ficha-detalle-26 {
    font-size: 35px;
  }

  .text-ficha-detalle-28 {
    font-size: 25px;
  }

  .div-block-15 {
    height: auto;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .text-block-7-copy {
    color: #fff;
  }
}

@media screen and (max-width: 479px) {
  .container-inicio {
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-block-inicio {
    width: 100%;
    font-size: 15px;
    line-height: 120%;
  }

  .image {
    width: auto;
  }

  .button-entrar {
    width: 110px;
    height: auto;
    margin-left: 5px;
    margin-right: 5px;
    padding: 4px;
  }

  .text-block-legal {
    padding-left: 15px;
    padding-right: 15px;
    line-height: 120%;
  }

  .div-block-menu-inicial {
    padding-top: 0;
    padding-bottom: 0;
  }

  .container-menu-de-4-botones {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    padding: 20px 15px;
  }

  .container-boton-seccion01 {
    width: 100%;
    margin: 2% 0%;
  }

  .container-foto01-texto {
    grid-column-gap: 0px;
    grid-row-gap: 10px;
    border-radius: 0 0 20px 20px;
    width: 100%;
    height: auto;
    padding: 15px 20px 10px;
  }

  .text-btn-menu-inicio-titulo {
    font-size: 18px;
  }

  .text-btn-menu-inicio-txt, .button {
    font-size: 13px;
	  display: block;
	  width: 100%;
  }
	
	.link-block-menu02:hover{
		background-size: 110%;
	}

  .container-con-logo {
    height: auto;
    margin-top: 30px;
    margin-bottom: 20px;
  }

  .link-block-menu02 {
    border-radius: 20px 20px 0 0;
    width: 100%;
    height: 160px;
  }

  .link-block-menu01 {
    background-size: 110%;
    border-radius: 20px 20px 0 0;
    width: 100%;
    min-width: 100%;
    height: 160px;
  }

  .link-block-menu01:hover {
    background-size: 120%;
  }

  .link-block-menu03 {
    background-position: 50%;
    background-size: 110%;
    border-radius: 20px 20px 0 0;
    width: 100%;
    height: 160px;
  }

  .link-block-menu03:hover {
    background-size: 120%;
  }

  .link-block-menu04 {
    background-size: 110%;
    border-radius: 20px 20px 0 0;
    width: 100%;
    height: 160px;
  }

  .link-block-menu04:hover {
    background-size: 120%;
  }

  .div-block-eventos-head {
    height: 350px;
  }

  .titulos-seccion {
    width: 200px;
    font-size: 24px;
  }

  .text-block-eventos {
    width: 90%;
    font-size: 14px;
  }

  .link-block.w--current {
    margin-top: -10px;
    padding: 10px;
  }

  .div-block-eventos-fotos {
    min-height: 400px;
    max-height: 500px;
  }

  .link-block-btn-evento01 {
    padding: 10px;
    font-size: 15px;
  }

  .image-2 {
    width: 100%;
  }

  .link-block-btn-evento02, .link-block-btn-evento03, .link-block-btn-evento04 {
    padding: 10px;
    font-size: 15px;
  }

  .footer {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: 180px;
    padding: 15px;
  }

  .container-menu-footer {
    display: block;
  }

  .button-menu-footer {
    padding-top: 1px;
    padding-bottom: 1px;
    font-size: 12px;
  }

  .container-logo-y-menu {
    justify-content: center;
    align-items: center;
  }

  .link-block-logo-footer {
    width: auto;
  }

  .container-botones-menu-top {
    display: none;
  }

  .image-4 {
    width: 170px;
  }

  .navbar {
    height: 80px;
  }

  .div-block-eventos-head-tailandia {
    height: 400px;
    padding-top: 120px;
  }

  .div-block-2 {
    justify-content: center;
    align-items: center;
    height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .text-block-eventos-ficha-fecha {
    width: 250px;
    font-size: 12px;
  }

  .text-block-eventos-ficha {
    width: 250px;
    font-size: 14px;
  }

  .text-ficha-detalle-01 {
    font-size: 18px;
  }

  .text-ficha-detalle-02 {
    font-size: 25px;
  }

  .text-ficha-detalle-03 {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 14px;
  }

  .text-ficha-detalle-04 {
    font-size: 13px;
  }

  .text-ficha-detalle-05 {
    margin-top: 20px;
    font-size: 12px;
  }

  .div-block-3 {
    border-radius: 20px;
    width: 100%;
    height: auto;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .div-block-reconocimientos-head {
    height: auto;
  }

  .text-block-reconocimientos {
    width: 80%;
    font-size: 15px;
  }

  .container-grupo-de-reconocimientos {
    display: none;
  }

  .container-reconocimientos-columna {
    grid-column-gap: 11px;
    grid-row-gap: 11px;
    width: 280px;
    min-width: 280px;
  }

  .link-block-figurin {
    color: #cecee0;
    font-size: 11px;
  }

  .div-block-ganadores-head {
    height: auto;
    padding-top: 130px;
    padding-bottom: 50px;
  }

  .container-reconocimiento-figura-y-texto {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .container-5 {
    width: 140px;
    min-width: 140px;
  }

  .text-block-eventos-copy {
    width: auto;
    font-size: 14px;
  }

  .figurin {
    width: 110px;
  }

  .grid {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    width: 280px;
    margin-top: 20px;
  }

  .link-ganador {
    font-size: 11px;
  }

  .container-banderita {
    width: 20px;
    height: 20px;
    margin-left: 60px;
  }

  .container-reconocimientos-columna-sin-linea {
    grid-column-gap: 11px;
    grid-row-gap: 11px;
    justify-content: flex-start;
    align-items: flex-start;
    width: 280px;
    min-width: 280px;
  }

  .container-grupo-de-reconocimientos-celular {
    display: block;
  }

  .div-block-ficha-ganadores {
    height: auto;
    padding-top: 130px;
    padding-bottom: 30px;
  }

  .text-block-ficha {
    width: 250px;
    font-size: 14px;
  }

  .text-block-ficha-felicitacion {
    width: 250px;
    font-size: 12px;
  }

  .image-6 {
    width: 160px;
  }

  .container-comentarios {
    width: 260px;
    margin-top: 30px;
  }

  .container-nombre-de-usuario {
    margin-bottom: 40px;
  }

  .text-block-2 {
    margin-right: 10px;
    font-size: 15px;
  }

  .text-block-3 {
    font-size: 13px;
  }

  .image-7 {
    width: 55px;
    margin-right: 10px;
  }

  .text-block-comment {
    font-size: 12px;
  }

  .text-block-name {
    margin-right: 5px;
    font-size: 14px;
  }

  .text-block-fecha-de-comentario {
    font-size: 10px;
  }

  .container-nombre-de-usuario-copy {
    margin-bottom: 10px;
  }

  .link-block-replay {
    font-size: 11px;
  }

  .container-usuario01-copy {
    margin-bottom: 0;
  }

  .image-8 {
    width: 50px;
    margin-top: 0;
  }

  .link-block-portugal {
    border-radius: 20px;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 180px;
    display: flex;
  }

  .container-btn-play {
    flex-flow: row;
    margin-top: 0;
    margin-left: 0;
    padding-right: 10px;
    font-size: 11px;
    display: flex;
    position: absolute;
  }

  .image-play {
    width: 40px;
  }

  .image-10 {
    width: 280px;
    margin-top: -180px;
  }

  .div-block-eventos-head-punta, .div-block-eventos-head-cabos, .div-block-eventos-head-brasil {
    height: 400px;
    padding-top: 120px;
  }

  .div-block-descargables-head {
    height: 350px;
  }

  .div-block-descargables {
    height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .container-entrevistas {
    justify-content: flex-start;
    align-items: flex-start;
    width: 260px;
  }

  .grid-2 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    /*height: 260px;*/
	height: unset;
  }

  .image-play-entrevista {
    width: 30px;
    margin-left: -77px;
  }

  .link-block-entrrevista01, .link-block-entrrevista02, .link-block-entrrevista03, .link-block-entrrevista04, .link-block-entrrevista05, .link-block-entrrevista06 {
    border-radius: 20px;
  }

  .container-revista-y-anuario {
    width: 260px;
  }

  .container-btn-revista, .container-btn-anuario {
    height: 140px;
  }

  .link-block-revista {
    border-radius: 20px;
  }

  .icon-pdf {
    width: 45px;
    margin-top: 22px;
    margin-left: -85px;
  }

  .link-block-anuario {
    border-radius: 20px;
  }

  .container-emojis {
    width: 260px;
  }

  .container-cuadros {
    height: auto;
  }

  .container-emojis-y-btn-de-descarga {
    margin-bottom: 10px;
  }

  .div-block-sticker, .div-block-sticker-orilla {
    width: 25%;
  }

  .div-block-sticker-copy {
    display: none;
  }

  .image-particulas-atras-de-logo {
    opacity: .8;
    width: 230px;
    margin-top: -5px;
    margin-left: 5px;
    top: 0%;
  }

  .button-descargar.w--current {
    padding-left: 10px;
    padding-right: 10px;
  }

  .image-12, .image-13 {
    width: 25px;
  }

  .container-redes-en-menu-p {
    margin-bottom: 20px;
    display: flex;
  }

  .image-home-particulas {
    width: 320px;
    max-width: none;
    margin-top: -130px;
    margin-left: -161px;
  }

  .image-menu-particulas {
    width: 300px;
    max-width: none;
    margin-left: -154px;
  }

  .anio {
    margin-top: 20px;
    font-size: 15px;
  }

  .link-block-4 {
    width: 220px;
  }

  .link-block-4.w--current {
    width: 80%;
  }

  .container-mailer-01 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-mailer {
    min-height: 500px;
  }

  .image-mailer-particulas {
    width: 320px;
    max-width: none;
    margin-top: -140px;
    margin-left: -161px;
  }

  .container-mailer-02 {
    grid-row-gap: 15px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-mailer-03 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .titulos-seccion-mailer {
    font-size: 30px;
  }

  .container-redes-en-mailer {
    margin-bottom: 10px;
    display: flex;
  }

  .logo-en-mailer {
    width: 90%;
  }

  .text-block-mailer {
    width: 260px;
    font-size: 13px;
    line-height: 120%;
  }

  .titulos-seccion-mailer-2 {
    font-size: 16px;
  }

  .container-6 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .text-block-5 {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 13px;
  }

  .container-7 {
    width: 20px;
    height: 20px;
  }

  .image-14 {
    width: 190px;
  }

  .container-mailer-01-copy {
    padding-left: 20px;
    padding-right: 20px;
  }

  .titulos-seccion-mailer-copy {
    font-size: 30px;
  }

  .button-entrar-2 {
    width: 110px;
    height: auto;
    margin-left: 5px;
    margin-right: 5px;
    padding: 4px;
  }

  .div-block-mailer-0 {
    min-height: 500px;
  }

  .titulos-seccion-mailer-felicidades {
    font-size: 30px;
  }

  .radio-button {
    width: 20px;
    height: 30px;
  }

  .text-block-6 {
    margin-top: 20px;
    font-size: 15px;
  }

  .button-regresar {
    width: 100px;
    height: auto;
    margin-left: 0;
    margin-right: 0;
    padding: 3px;
    font-size: 12px;
  }

  .container-back {
    width: 260px;
  }

  .section {
    margin-top: 120px;
    padding-right: 10px;
  }

  .section-video {
    margin-top: 20px;
    padding-right: 20px;
  }

  .div-block-ficha {
    border-radius: 20px;
    width: 95%;
    height: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    position: static;
  }

  .container-9 {
    width: 100%;
    height: 170px;
  }

  .div-block-3-video {
    border-radius: 20px;
    width: 95%;
    height: auto;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .div-block-ficha-ganadores-video {
    height: 100vh;
    padding-top: 0;
    padding-bottom: 0;
  }

  .container-10 {
    margin-bottom: -20px;
  }

  .div-block-legales {
    height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .container-textos-legales {
    width: 260px;
  }

  .text-ficha-detalle-7 {
    font-size: 14px;
  }

  .text-ficha-detalle-8 {
    margin-top: 20px;
    font-size: 12px;
  }

  .div-block-4 {
    justify-content: center;
    align-items: center;
    height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .div-block-5 {
    border-radius: 20px;
    width: 100%;
    height: auto;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .text-ficha-detalle-11 {
    font-size: 13px;
  }

  .text-ficha-detalle-12 {
    margin-top: 20px;
    font-size: 12px;
  }

  .div-block-6 {
    justify-content: center;
    align-items: center;
    height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .div-block-7 {
    border-radius: 20px;
    width: 100%;
    height: auto;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .link-block-3-copy {
    border-radius: 20px;
    justify-content: center;
    align-items: center;
    width: 260px;
    height: 150px;
    display: flex;
  }

  .titulos-seccion-center {
    width: 300px;
    font-size: 24px;
  }

  .link-block-riviera, .link-block-punta-del-este, .link-block-south-africa {
    border-radius: 20px;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 180px;
    display: flex;
  }

  .div-block-8 {
    border-radius: 20px;
    width: 95%;
    height: auto;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .link-block-3 {
    border-radius: 20px;
    justify-content: center;
    align-items: center;
    width: 80%;
    height: 150px;
    display: flex;
  }

  .div-block-9 {
    border-radius: 20px;
    width: 95%;
    height: auto;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .link-block-5 {
    border-radius: 20px;
    justify-content: center;
    align-items: center;
    width: 80%;
    height: 150px;
    display: flex;
  }

  .div-block-10 {
    border-radius: 20px;
    width: 95%;
    height: auto;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .link-block-6, .link-block-7 {
    border-radius: 20px;
    justify-content: center;
    align-items: center;
    width: 80%;
    height: 150px;
    display: flex;
  }

  .text-ficha-detalle-13 {
    font-size: 25px;
  }

  .text-ficha-detalle-14 {
    margin-top: 20px;
    font-size: 12px;
  }

  .div-block-11 {
    border-radius: 20px;
    width: 95%;
    height: auto;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .text-ficha-detalle-15 {
    font-size: 18px;
  }

  .text-ficha-detalle-16 {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 15px;
  }

  .link-block-8 {
    border-radius: 20px;
    justify-content: center;
    align-items: center;
    width: 80%;
    height: 150px;
    display: flex;
  }

  .text-ficha-detalle-17 {
    font-size: 25px;
  }

  .text-ficha-detalle-18 {
    margin-top: 20px;
    font-size: 12px;
  }

  .text-ficha-detalle-19 {
    font-size: 14px;
  }

  .div-block-12 {
    border-radius: 20px;
    width: 95%;
    height: auto;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .text-ficha-detalle-20 {
    font-size: 18px;
  }

  .text-ficha-detalle-21 {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 14px;
  }

  .div-block-13 {
    justify-content: center;
    align-items: center;
    height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .link-block-9 {
    border-radius: 20px;
    justify-content: center;
    align-items: center;
    width: 80%;
    height: 150px;
    display: flex;
  }

  .text-ficha-detalle-22 {
    font-size: 25px;
  }

  .text-ficha-detalle-23 {
    font-size: 14px;
  }

  .text-ficha-detalle-24 {
    font-size: 18px;
  }

  .text-ficha-detalle-25 {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 14px;
  }

  .div-block-14 {
    justify-content: center;
    align-items: center;
    height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .link-block-10 {
    border-radius: 20px;
    justify-content: center;
    align-items: center;
    width: 80%;
    height: 150px;
    display: flex;
  }

  .text-ficha-detalle-26 {
    font-size: 25px;
  }

  .text-ficha-detalle-27 {
    font-size: 14px;
  }

  .text-ficha-detalle-28 {
    font-size: 18px;
  }

  .text-ficha-detalle-29 {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 14px;
  }

  .div-block-15 {
    justify-content: center;
    align-items: center;
    height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .text-block-7-copy {
    color: #fff;
  }
}

#w-node-_7ad0d684-8f52-e1da-91c5-2b6137d89881-28a4631e {
  place-self: auto;
}

/********* Comments form **********/
#leave_comment{
	display: block;
    width: 100%;
    height: 320px;
    background-color:transparent;
}

#leave_comment .comment_title{
	display: block;
	width: 100%;
	height: 20px;
	font-family: Arial, sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #333;
	font-weight: bold;
	margin-bottom: 10px;
}

#leave_comment #comment_name{
	display: block;
	width: 100%;
	height: 30px;
	line-height: 30px;
	border-radius: 7px;
	color: #333;
	border: 1px solid #cdcdcd;
	margin: 0px 0px 10px 0px;
	font-size: 13px;
	padding: 0px 7px;
}

#leave_comment #comment_text{
	display: block;
	width: 100%;
	height: 200px;
	line-height: 30px;
	border-radius: 7px;
	color: #333;
	border: 1px solid #cdcdcd;
	margin: 0px 0px 20px 0px;
	resize: none;
	font-size: 13px;
	padding: 0px 7px
}

#leave_comment #comment_submit{
	display: block;
    clear: both;
    margin: 5px auto 0px auto;
    width: 130px;
    height: 30px;
    line-height: 30px;
    background-color: rgba(0, 0, 0, 1);
    color: rgba(255, 255, 255, 1);
    font-size: 11px;
    border-radius: 15px;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
	float: right;
	transition: all ease 0.6s;
}

#leave_comment #comment_feedback{
	font-size: 12px;
	color: #ababab;
}

#leave_comment #comment_submit:hover{
	background-color: rgba(0, 0, 0, 0.6);
}

.image-comment{
	width: 66px;
	height: auto;
}

.container-9 {
  justify-content: center;
  align-items: center;
  width: 600px;
  height: 300px;
  display: flex;
  position: static;
}

@media screen and (max-width: 991px) {
  .container-9 {
    background-size: cover;
    width: 500px;
    height: 250px;
    position: static;
    inset: 0% 0% auto;
  }	
}

@media screen and (max-width: 479px) {
  .container-9 {
    width: 100%;
    height: 170px;
  }
}

.container-10 {
  justify-content: center;
  align-items: flex-end;
  width: 100px;
  height: 100%;
  margin-bottom: -110px;
  display: flex;
}

.image-16 {
  z-index: 99;
  mix-blend-mode: screen;
  margin-bottom: 50px;
  position: absolute;
}


/********** Video player **************/
.body-video {
    box-sizing: border-box;
    aspect-ratio: auto;
    background-color: #000;
    overflow: hidden;
}

.section-video {
    text-align: right;
    width: calc(100% - 20px);
    margin-top: 20px;
    padding-right: 0px;
    position: absolute;
}

.section-video .button-regresar{
	display: block;
	float: right;
	height: 20px;
	line-height: 22px;
	text-decoration: none;
	font-family: Arial, sans-serif;
	margin-right: 10px;
}


.flex-block{
	justify-content: center;
	align-items: flex-start;
	width: auto;
	margin-top: 60px;
	flex-direction: row;
	display: flex;
	box-sizing: border-box;
	clear: both;	
}

.flex-block .figurinmed{
	width: 60px;
	padding-left: 10px;
}

#search_form{
	display: block;
	width: 100%;
	height: 40px;
	line-height: 40px;
	text-align: center;
}

#search_form input.name{
	display: inline-block;
	width: 185px;
	height: 40px;  
	color: #8b8b8b;
	text-align: center;
	background-color: #fff0;
	border: 1px solid #ffffff4a;
	border-radius: 20px;
	margin-left: 5;
	margin-right: 5px;
}

#search_form input.name::placeholder{
	opacity: 0.8;
}

#search_form select.country{
	display: inline-block;
	width: 185px;
	height: 40px;
	color: #8b8b8b;
	text-align: center;
	background-color: #fff0;
	border: 1px solid #ffffff4a;
	border-radius: 20px;
	margin-left: 0;
	margin-right: 5px;
}


#search_form button.send{
	width: 35px;
	height: 35px;
	background-color: transparent;
	opacity: 0.3;
	outline: none;
	margin-right: 5px;
}


.event_files{
	display: block;
	width: 750px;
}

.event_files .file_item{
	display: inline-block;
	width: calc(50% - 20px);
	margin: 10px;
	vertical-align: top;
}

.event_files .file_item .div-block-11{
	width: 100%;
	height: auto;
	display: block;
	border-radius: 15px;
    overflow: hidden;
}

.event_files .file_item .div-block-11 .link-block-7{
	width: 100%;
	height: 220px;
	display: block;
	position: relative;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.event_files .file_item .div-block-11 .link-block-7 .container-btn-play{
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	background-color: black;
	border-radius:
	50%;
	width: 60px;
}


.ina_cycle{
	display: inline-block;
	width: 185px;
	height: 40px;
	color: #8b8b8b;
	text-align: center;
	background-color: #fff0;
	border:
	1px solid #ffffff4a;
	border-radius:
	20px;
	margin-left: 0;
	margin-right: 5px;
	font-size: 16px;
}


@media screen and (max-width: 800px) {
	.event_files{
		display: block;
		width: 100%;
	}
	
	.event_files .file_item{
		display: block;
		width: calc(77% - 20px);
		vertical-align: top;
		margin:	0px auto;
	}
	
	.event_files .file_item .div-block-11 .link-block-7{
		height: 150px;
	}
}


.figurinch {
    width: 40px;
    padding-left: 7px;
}

