/*@font-face {
    font-family: 'Jost';
    src: 
        url('../fonts/static/Jost-Regular.ttf'),
        url('../fonts/Jost-Italic-VariableFont_wght.ttf'),
        url('../fonts/Jost-VariableFont_wght.ttf'), url('../fonts/libel-suit-rg.otf'),
        url('../fonts/static/Jost-Black.ttf'),
        url('../fonts/static/Jost-BlackItalic.ttf'),
        url('../fonts/static/Jost-Bold.ttf'),
        url('../fonts/static/Jost-BoldItalic.ttf'),
        url('../fonts/static/Jost-ExtraBold.ttf'),
        url('../fonts/static/Jost-ExtraBoldItalic.ttf'),
        url('../fonts/static/Jost-ExtraLight.ttf'),
        url('../fonts/static/Jost-ExtraLightItalic.ttf'),
        url('../fonts/static/Jost-Italic.ttf'),
        url('../fonts/static/Jost-Light.ttf'),
        url('../fonts/static/Jost-LightItalic.ttf'),
        url('../fonts/static/Jost-Medium.ttf'),
        url('../fonts/static/Jost-MediumItalic.ttf'),
        url('../fonts/static/Jost-SemiBold.ttf'),
        url('../fonts/static/Jost-SemiBoldItalic.ttf'),
        url('../fonts/static/Jost-Thin.ttf'),
        url('../fonts/static/Jost-ThinItalic.ttf');
	font-weight: normal;
}
@font-face {
	font-family: 'Jost';
	src:url('../fonts/static/Jost-Regular.ttf');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Jost';
	src:url('../fonts/static/Jost-Bold.ttf');
	font-weight: bold;
	font-style: normal;
}
@font-face {
	font-family: 'Jost';
	src:url('../fonts/static/Jost-Light.ttf');
	font-weight: lighter;
	font-style: normal;
}
@font-face {
	font-family: 'Jost';
	src:url('../fonts/static/Jost-Medium.ttf');
	font-weight: 500;
	font-style: normal;
}*/
@import url("https://fonts.googleapis.com/css2?family=Jost:wght@300;400;500;700&display=swap");
html {
  font-family: "Jost";
  font-size: 1.1em;
}

body {
  margin: 0px;
}

header {
  height: 80px;
  background-color: #ffffff;
  position: fixed;
  width: 100%;
  z-index: 1000;
  top: 0;
}
header > nav {
  position: relative;
  float: right;
  height: 100px;
  margin-right: 20px;
}
.cabecera {
  width: 90%;
  max-width: 1280px;
  margin: 0 auto;
}

a:link,
a:visited,
a:active {
  color: #243160;
  text-decoration: none;
}

a:hover {
  color: #ffffff;
  text-decoration: none;
}

h2 {
  font-weight: bold;
  margin: 40px 0px 20px;
}
table,
th,
td {
  border: thin solid;
  border-color: #fff;
  color: #fff;
}
table {
  border-collapse: collapse;
}
table img {
  max-width: 450px;
}
td {
  padding: 10px;
}
.logotipo {
  width: 30%;
  margin-left: 0%;
  float: left;
  padding: 12px 0px;
}
.logotipo img {
  width: 100%;
  height: auto;
  max-width: 250px;
}
.idiomaAct {
  background-color: #243160;
  -moz-border-radius: 20px;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  border-radius: 50%;
  color: #fff;
  width: 30px;
  height: 30px;
  font-weight: bold;
  text-align: center;
  line-height: 1.9em;
  font-size: 0.9em;
  cursor: pointer;
}
#menu .idiomas ul.activo {
  display: block;
}
#menu {
  height: 100%;
  list-style: none;
  margin: 0px 0px;
  padding: 0px 0px;
  display: flex;
  justify-content: flex-end;
  color: #243160;
}
#menu li {
  height: 80px;
  display: flex;
  align-items: center;
}

#menu .idiomas li {
  height: 100%;
}
#menu li a {
  color: #243160;
  text-align: center;
  padding: 0px 20px;
  height: 100%;
  display: flex;
  align-items: center;
}
#menu li:hover,
#menu li a.activo {
  /*	font-weight: bold;*/
  background: #bcc7e3;
}

#menu li.idiomas:hover {
  background: #fff;
}

#menu .idiomas ul {
  position: absolute;
  top: 85%;
  padding: 0px;
  margin: 0px;
  display: none;
}
#menu .idiomas ul::before {
  left: 50% !important;
  margin-left: -5px;
  content: "";
  width: 0;
  display: block;
  position: absolute;
  height: 10px;
  top: -15px;
  right: 15px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #dcedfa;
}
#menu .idiomas ul li {
  display: inherit;
  position: relative;
}
#menu .idiomas ul li a {
  padding: 0;
  width: 30px;
  height: 30px;
  text-align: center;
  background-color: #6991bf;
  color: #dcedfa;
  display: inline-block;
  line-height: 2em;
}
#menu .idiomas ul li a.activo {
  background-color: #dcedfa;
  color: #6991bf;
  font-weight: bold;
}
.bgBlue {
  background-color: #243160;
  color: #ffffff;
}
.container {
  width: 70%;
  margin: auto;
  padding: 100px 0;
  max-width: 1200px;
}
.textoIntro {
  text-align: center;
  margin-top: 80px;
}
.textoIntro > h3 {
  font-size: 2em;
  font-weight: normal;
  margin: 0 auto;
}
.textoIntro > p {
  padding: 0px 20%;
}
.tiburon {
  background: url("../img/tiburon.jpg");
  background-size: cover;
  background-position: center;
  padding: 60px 20px;
  min-height: 800px;
}
.imgSola img {
  width: 100%;
  height: auto;
}
.cuadroFlotante {
  background-color: rgba(36, 49, 96, 0.5);
  color: #ffffff;
  padding: 30px;
  max-width: 500px;
  width: 90%;
  margin: 0 0 0 15%;
}
.cuadroFlotante p {
  margin: 0px 0px 10px;
}

.cuadroFlotante > h3 {
  font-size: 1.5em;
  font-weight: lighter;
  margin: 0px;
}
.cuadroFlotante > h2 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 2.3em;
  line-height: 1em;
}

.row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 10px;
}
.row.logos {
  justify-content: flex-start;
  gap: 40px;
  margin-top: 40px;
}
#expo h1 {
  font-size: 3em;
  font-weight: 500;
  color: #243160;
  margin-top: 0px;
}
#expo h3 {
  font-size: 1.5em;
  font-weight: lighter;
  color: #243160;
}
.cuadroFecha {
  width: 30%;
  border-style: solid;
  border-color: #6990be;
  border-width: 2px;
}
.cuadroFechaInt {
  padding: 5px 15px;
}
#expo .cuadroFecha h1 {
  color: #6990be;
  font-weight: 900;
  margin-top: 5px;
  margin-bottom: 0px;
  font-size: 3em;
}
.subtitulo {
  margin-top: 0px;
}

.imgSlider > img {
  display: block;
  max-width: 90%;
  margin: auto;
}

.numeroLis {
  color: #dcecf9;
  font-size: 4em;
  margin-left: 0px;
  margin-right: 30px;
  font-weight: 900;
}

.listado {
  width: 100%;
}

.listado > h1 {
  margin: auto 0px;
  font-size: 2em;
  font-weight: 900;
  color: #243160;
}

.listado > .derecha {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}

.btDescargar {
  border-style: solid;
  border-width: 1px;
  border-radius: 5px;
  height: fit-content;
  margin: auto 0px;
  font-size: 1em;
  font-weight: bold;
  padding: 10px 20px;
}
.btDescargar:hover {
  color: #6990be;
}

.introPrensa {
  margin-bottom: 7%;
}

.introPrensa > h1 {
  font-size: 3em;
  font-weight: 500;
  color: #243160;
  margin-top: 0px;
}
.lighBlue {
  background-color: #6990be;
  color: #ffffff;
}

.lighBlue > .container > h1 {
  margin-bottom: 0px;
  font-size: 3em;
  margin-top: 0px;
}

.bloqueCont > h1 {
  font-weight: lighter;
  margin-bottom: 0px;
  font-size: 1.5em;
}
.bloqueCont > p {
  margin-top: 0px;
}
.bloqueCont > p > a {
  color: #fff;
}
.bloqueCont > p > a:hover {
  color: #243160;
}
.bloqueCont strong {
  font-weight: 500;
}
.logos {
  display: flex;
}
.logos img {
  /*    height: 80px;*/
  /*    max-height: 50px;
    width: 100%;*/
  max-height: 35px;
}
.logosDer .logos img {
  /*    height: 80px;*/
  /*    max-height: 50px;*/
  margin: auto 0px;
  max-height: 120px;
}
.containerLogos {
  font-weight: 500;
  font-size: 22px;
  color: #243160;
}
.logosIzq {
}
.logosIzq > .logos > img {
  margin-right: 15px;
}

.logosDer {
  width: 30%;
}

footer {
  background-color: #dcecf9;
  height: 40px;
  display: flex;
  align-items: center;
  font-size: 14px;
}
footer > div {
  height: 40px;
  width: 70%;
  display: flex;
  align-items: center;
  margin: auto;
}
footer > div > p {
  margin: 0px 10px;
}

.containerVideos {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}

.cuadroVideo {
  width: 32%;
  height: auto;
  background-color: #dcecf9;
  display: flex;
  align-items: center;
}
.cuadroVideoInt {
  width: 100%;
  position: relative;
}
.cuadroVideoInt h1 {
  text-align: center;
  color: #243160;
  font-weight: 500;
  font-size: 2em;
}

.imgVideo {
}

.imgVideo img {
  width: 100%;
}

.botonPlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 30%;
}

.botonPlay a {
  display: inline-block;
}

.botonPlay a:hover {
  transition: transform 0.3s;
  transform: scale(1.1);
  transform-origin: center;
}

.botonPlay img {
  width: 100%;
}

.subtituloVideos {
  position: absolute;
  left: 15px;
  bottom: 12px;
  color: #fff;
  font-weight: 500;
  width: 60%;
}

.subtituloVideos p {
  margin: 0px;
}

.cont-mas-videos {
  width: 100%;
  padding: 15px;
}
.cont-mas-videos a:hover {
  color: #243160;
  font-weight: 700;
}

.desGuia {
  background: #dcecf9;
  margin-right: 15px;
  height: 50px !important;
  border-radius: 30px;
  align-self: center;
}

#descargarGuia {
  display: flex;
  font-weight: 500;
}

.flechaDescarga {
  /*    width: 10%;*/
  margin-right: 10px;
}

.flechaDescarga img {
  /*    width: 100%;*/
  height: 25px;
}

.flechaAtras {
  width: 50px;
}

.flechaAtras img {
  width: 100%;
}

.hamburgler-menu-list .desGuia {
  justify-content: center;
  margin: auto;
  display: flex;
  width: 32%;
  color: #243160;
  align-items: center;
}

.hamburgler-menu-list .desGuia > #descargarGuia {
  color: #243160;
}

.hamburgler-menu-list #descargarGuia > .flechaDescarga {
  margin: auto;
  margin-right: 10px;
}

/****************************VER VIDEO********************************************/
#trailer {
  background: #dcecf9;
  border-radius: 30px;
  align-self: center;
  display: inline-block;
  margin: 0 auto;
  padding: 5px 20px;
  cursor: pointer;
  color: #243160;
  font-weight: 700;
  margin-top: 20px;
}
#trailer:hover {
  background: #000;
  color: #dcecf9;
}
.hamburgler-video {
  transition: all 0.4s ease;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  z-index: 1001;
  top: 0px;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(36, 49, 96, 0.9);
  color: #ffffff;
  text-align: center;
  line-height: 2em;
  font-size: 1.2em;
}

.hamburgler-active-video .hamburgler-video {
  opacity: 1;
  pointer-events: initial;
}
.hamburgler-video-iframe {
  width: 100%;
  display: block;
  transition: all 0.4s ease;
  padding: 0;
  list-style-type: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1.2);
}
#videoYoutube.hamburgler-video-iframe {
  max-width: 640px;
}

.hamburgler-active-video .hamburgler-video-iframe {
  transform: translate(-50%, -50%) scale(1);
}

#cerrarVideo {
  display: none;
}

.hamburgler-icon-wrapper-white-video {
  position: fixed;
  top: 27px;
  right: 100px;
  height: 26px;
  width: 26px;
  cursor: pointer;
  z-index: 1002;
  filter: invert(0%) sepia(0%) saturate(1711%) hue-rotate(194deg)
    brightness(100%) contrast(94%);
}

.hamburgler-icon-video,
.hamburgler-icon-video:after,
.hamburgler-icon-video:before {
  width: 40px !important;
}

/****************************MENÚ MÓVIL********************************************/
#menuMovil {
  display: none;
}
.hamburgler-icon-wrapper {
  position: absolute;
  top: 27px;
  right: 100px;
  height: 26px;
  width: 26px;
  cursor: pointer;
  z-index: 502;
  filter: invert(72%) sepia(42%) saturate(1711%) hue-rotate(194deg)
    brightness(51%) contrast(94%);
}

.hamburgler-icon-wrapper-white {
  position: absolute;
  top: 27px;
  right: 100px;
  height: 26px;
  width: 26px;
  cursor: pointer;
  z-index: 1002;
  filter: invert(0%) sepia(0%) saturate(1711%) hue-rotate(194deg)
    brightness(100%) contrast(94%);
}

.hamburgler-icon,
.hamburgler-icon:before,
.hamburgler-icon:after,
.hamburgler-icon-video,
.hamburgler-icon-video:before,
.hamburgler-icon-video:after {
  content: "";
  position: absolute;
  border-radius: 1em;
  height: 2px;
  width: 26px;
  background: #ffffff;
  transition: all 0.2s ease;
}
.hamburgler-icon,
.hamburgler-icon-video {
  top: 0.75em;
}
.hamburgler-icon:before,
.hamburgler-icon-video:before {
  top: -0.55em;
}
.hamburgler-icon:after,
.hamburgler-icon-video:after {
  top: 0.55em;
}
.hamburgler-active .hamburgler-icon,
.hamburgler-active-video .hamburgler-icon-video {
  background: transparent;
  transform: rotate(-135deg);
}
.hamburgler-active .hamburgler-icon,
.hamburgler-active .hamburgler-icon:before,
.hamburgler-active .hamburgler-icon:after,
.hamburgler-active-video .hamburgler-icon-video:before,
.hamburgler-active-video .hamburgler-icon-video:after {
  top: 0;
}
.hamburgler-active .hamburgler-icon:before,
.hamburgler-active-video .hamburgler-icon-video:before {
  transform: rotate(90deg);
}
.hamburgler-active .hamburgler-icon,
.hamburgler-active .hamburgler-icon:before,
.hamburgler-active .hamburgler-icon:after {
  background: white;
}

.hamburgler-menu {
  transition: all 0.4s ease;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  z-index: 501;
  top: 0px;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(36, 49, 96, 0.9);
  color: #ffffff;
  text-align: center;
  line-height: 2em;
  font-size: 1.2em;
}
.hamburgler-active .hamburgler-menu {
  opacity: 1;
  pointer-events: initial;
}
.hamburgler-menu-list {
  width: 100%;
  display: block;
  transition: all 0.4s ease;
  padding: 0;
  list-style-type: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1.2);
}

/**********************LHM************************/
.hamburgler-menu-list li ul {
  display: none;
}

.hamburgler-sumenu > .hamburgler-menu-list li ul {
  display: block;
}
.hamburgler-menu-list li ul li {
  font-weight: 300;
  width: 90%;
}

/**********************************************/

.hamburgler-active .hamburgler-menu-list {
  transform: translate(-50%, -50%) scale(1);
}
.hamburgler-menu-list li {
  cursor: pointer;
  display: block;
  font-weight: bold;
}
.hamburgler-menu-list li a {
  color: #ffffff;
}
.hamburgler-menu-list li a:hover {
  color: #06a3d0;
  font-weight: 400;
}
.hamburgler-menu-list li a.activo {
  color: #06a3d0;
  font-weight: 900;
}
.hamburgler-menu-list li a.menu_alta {
  color: #ffffff;
  background-color: #06a3d0;
  padding: 5px 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  text-transform: uppercase;
  font-size: 90%;
}
.hamburgler-menu-list li a.menu_alta:hover {
  background-color: #ffffff;
  color: #06a3d0;
}
.hamburgler-menu-list li a.menu_loggin {
  -moz-transition: none;
  -o-transition: none;
  -webkit-transition: none;
  transition: none;
}
.hamburgler-menu-list li a.menu_loggin:hover img {
  filter: invert(56%) sepia(84%) saturate(3538%) hue-rotate(160deg)
    brightness(94%) contrast(95%);
}

/**********MEDIAS*********/

@media (min-width: 1px) and (max-width: 1276px) {
  .logos img {
    max-height: 25px;
  }
  .logosDer .logos img {
    max-height: 90px;
  }
}

@media (min-width: 1px) and (max-width: 1160px) {
  .container {
    width: 80%;
  }

  .textoIntro > p {
    padding: 0px 10%;
  }
  #expo .cuadroFecha h1 {
    font-size: 2.5em;
  }

  .flechaDescarga {
    margin-right: 7px;
  }
}

@media (min-width: 1px) and (max-width: 1050px) {
  #menuMovil {
    display: block;
  }
  #menu li {
    display: none;
  }
  #menu li.idiomas {
    display: flex;
  }
  .logotipo {
    width: 40%;
  }

  .cuadroFecha > h1 {
    font-size: 2.8em;
  }

  .cuadroVideo {
    width: 45%;
  }
}

@media (min-width: 1px) and (max-width: 885px) {
  .logotipo {
    width: 50%;
  }

  .textoIntro > p {
    padding: 0px 5%;
  }

  .cuadroFecha > h1 {
    font-size: 2.4em;
  }
  #expo .cuadroFecha h1 {
    font-size: 2em;
  }
  .row {
    flex-direction: column;
  }
  .row.logos {
    flex-direction: row;
  }
  .row.containerVideos {
    flex-direction: row;
  }
  .logosDer {
    width: auto;
  }
  .logosDer .logos img {
    max-height: auto;
    width: 50%;
  }

  .cuadroFlotante {
    max-width: none;
    margin: 0 auto;
  }
}

@media (min-width: 1px) and (max-width: 730px) {
  .logotipo {
    width: 60%;
  }

  .textoIntro > p {
    padding: 0px;
  }

  .cuadroFecha > h1 {
    font-size: 2em;
  }
}

@media (min-width: 1px) and (max-width: 650px) {
  .tiburon {
    min-height: 250px;
  }

  .container {
    width: 90%;
    padding: 50px 0;
  }
  .cuadroFecha {
    width: 100%;
  }
  .cuadroFlotante {
    width: auto;
  }
}

@media (min-width: 1px) and (max-width: 575px) {
  .logotipo {
    width: 190px;
    margin-top: 7px;
  }
  .hamburgler-icon-wrapper,
  .hamburgler-icon-wrapper-white {
    right: 70px;
  }
  .textoIntro {
    margin-top: 40px;
  }

  .cuadroFlotante > h2 {
    font-size: 2em;
  }

  .cuadroFlotante > h3 {
    font-size: 1.2em;
  }

  .cuadroFecha > h1 {
    font-size: 1.8em;
  }

  .fechasDiv {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .cuadroVideo {
    width: 90%;
  }

  .hamburgler-menu-list .desGuia {
    width: 40%;
  }
}

@media (min-width: 1px) and (max-width: 465px) {
  .cuadroFecha > h1 {
    font-size: 1.6em;
  }

  .row.logos {
    flex-direction: column;
  }

  .hamburgler-menu-list .desGuia {
    width: 50%;
  }
}

@media (min-width: 1px) and (max-width: 370px) {
  .cuadroFlotante > h3 {
    margin-top: 10px;
  }

  .cuadroFecha > h1 {
    font-size: 1.4em;
  }

  .hamburgler-menu-list .desGuia {
    width: 65%;
  }
}
