* {
    box-sizing: border-box;
}

html {
    height: 100%;
    overflow-x: hidden;
}

body {
    background: #000;
    min-height: 100%;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: Montserrat, sans-serif;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
}

main {
    min-height: 81vh;
}

.waprocket {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #47d717c3;
    border-radius: 100%;
    color: #FAFAFA;
    text-align: center;
    position: fixed;
    bottom: 50px;
    right: 20px;
    transition: all 0.5s;
    cursor: pointer;
    box-shadow: #000 0 0 15px, inset #a0f883d6 0 0 10px;
    width: 50px;
    height: 50px;
    z-index: 999;
}

.waprocket img {
    width: 30px;
}

.waprocket:hover {
    box-shadow: #47d717c3 0 0 15px;
    transition: all 0.5s;
}

.rockettotop {
    display: block;
    background: #012589c3;
    border-radius: 10px;
    color: #FAFAFA;
    text-align: center;
    padding: 20px;
    position: fixed;
    bottom: 110px;
    right: 20px;
    transition: all 0.5s;
    cursor: pointer;
}

.norocket {
    display: block;
    background: #012589c3;
    border-radius: 10px;
    color: #FAFAFA;
    text-align: center;
    padding: 20px;
    position: fixed;
    bottom: 110px;
    right: -80px;
    transition: all 0.5s;
    cursor: pointer;
}

.two-cols {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    gap:10px;
    max-width:950px;
    width:90%;
}

.preguntas {
    display:flex;
    flex-direction:column;
    justify-content:flex-start;
    align-items:stretch;
    width:659px;
}

.preguntas-caption {
    display:flex;
    flex-direction:column;
    justify-content:flex-start;
    gap:10px;
    align-items:stretch;
}

.preguntas-titulo {
    font-size:48px;
    color:#FAFAFA;
}

.preguntas-texto {
    color:#FAFAFA;
    font-style:italic;
    font-size:14px;
}

.wa-button {
    display:flex;
    flex-direction:row;
    justify-content:space-evenly;
    align-items:center;
    background:black;
    border: 2px solid #47d717c3;
    padding:5px;
    width:200px;
    border-radius:30px;
    color:#FAFAFA;
    text-decoration: none;
    font-size:14px;
    transition:all 0.5s;
}
.wa-button:hover {
    box-shadow: 0 0 10px #47d717c3,inset 0 0 5px #47d717c3 ;
    border:2px solid #FAFAFA;
    transition:all 0.5s;
}

.text-highlight{
    color:#f456d8;
    font-weight:bold;
}

.mosaico-servicios {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    gap: 15px;
    width: 100%;
    margin-bottom: 30px;
    flex-wrap: wrap;
}

.mosaico-item {
    min-width: 150px;
    width: 12%;
    aspect-ratio : 1 / 1;
}

.menu {
    display: flex;
    background: #040026ee;
    height: 88px;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
    position: fixed;
    width: 100%;
    z-index: 999;
    transition: all 0.5s;
}

.menu-alt {
    display: flex;
    background: #040026ee;
    height: 50px;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
    position: fixed;
    width: 100%;
    z-index: 999;
    transition: all 0.5s;
}

.logo-menu {
    height: 100%;
    margin-left: 50px;
    transition: all 0.5s;
    align-self: flex-start;
}

.logo-titulo {
    width: auto;
    height: 200px;
}

#menubar nav {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: stretch;
    font-size: 13px;
    font-weight: 600;
    margin-right: 50px;
}

#menubar #hambaga {
    display: block;
    position: fixed;
    height: 100%;
    top: 0;
    right: 0;
    width: 400px;
    background: #040026ee;
    transition: all 0.3s;
}

#menubar .hamburger {
    display: none;
}

#menubar nav a {
    padding: 0 5px;
    display: flex;
    flex-direction: column;
    align-content: flex-start;
    justify-content: center;
    align-items: stretch;
    color: #FAFAFA;
    text-decoration: none;
    vertical-align: middle;
    border-bottom: 2px solid #040026;
    transition: all 0.3s;
}

#menubar nav a:hover {
    border-bottom: 2px solid #FAFAFA;
    text-shadow: 0 0 3px #FAFAFA;
}

#menubar nav a div {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

#menubar nav a img {
    height: 25px;
    margin: 0 5px;
}

footer {
    margin-top: auto;
    background: #00020d;
    display: flex;
    flex-direction: row;
    padding: 20px 50px;
    color: #FAFAFA;
    justify-content: space-between;
    align-items: stretch;
}

footer div {
    width: 85%;
}

.foot-izquierda {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.foot-izquierda .highlatin {
    margin: 15px 0;
    font-size: 14px;
    text-align: justify;
    line-height: 20px;
}

.foot-centro {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
}

.foot-centro nav {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.foot-centro nav a {
    color: #FAFAFA;
    text-decoration: none;
    margin: 5px 0;
    font-size: 12px;
    transition: all 0.3s;
}

.foot-centro nav a:hover {
    color: #79bbfd;
    text-shadow: #79bbfd 0 0 5px
}

.foot-derecha {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
}

.derechos-foot {
    color: #666666;
    font-size: 10px;
}

.social {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
    margin: 5px 0;
}

.social img {
    width: 15px;
    fill: #FAFAFA;
}

.social a {
    color: #FAFAFA;
    text-decoration: none;
    margin-left: 10px;
    font-size: 12px;
    transition: all 0.5;
    text-shadow: none;
}

.social a:hover {
    color: #f456d8;
    text-shadow: #f456d8 0 0 5px;
    transition: all 0.5;
}

.first {
    padding-top: 100px;
}

.last {
    padding-bottom: 50px;
}

.subtitulo {
    font-size: 20px;
    margin-bottom: 20px;
}

.bloquederechatexto {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
}

.evento {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    width: 90%;
    gap: 20px;
}

.evento .icono {
    width: 180px !important;
    height: auto !important;
}

.texto-evento {
    font-size: 14px;
}

.mini {
    font-size: 18px !important;
    text-align: left !important;
}

form {
    display: flex;
}

section.flex-horizontal,
form.flex-horizontal {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
}

section.flex-vertical,
form.flex-vertical {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

section .titulo,
form .titulo {
    font-size: 50px;
    color: #FAFAFA;
    font-weight: bold;
    margin: 50px 0;
    text-align: center;
}

.titulo-pequeño {
    font-size: 30px;
    color: #FAFAFA;
    font-weight: bold;
    margin: 20px 0;
    text-align: center;
}

.beneficio {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    width: 80%;
}

.beneficio img {
    width: 200px;
}

.beneficio .texto {
    padding-left: 25px;
    text-align: left;
}

form.flex-vertical input,
form.flex-vertical label,
form.flex-vertical select,
form.flex-vertical textarea {
    max-width: 500px;
    width: 80%;
}

form.flex-vertical label {
    color: #FAFAFA;
    font-size: 12px;
    text-align: left;
    margin-top: 15px;
}

.noticia-detalle {
    width: 100%;
    max-width: 950px;
    background: #000000b4;
    color: #FAfAFA;
}

form.flex-vertical input,
form.flex-vertical select,
form.flex-vertical textarea {
    background: rgba(0, 0, 0, 0.868);
    border: 2px solid #FAFAFA;
    padding: 10px 15px;
    color: #FAFAFA;
    font-family: Montserrat, sans-serif;
}

form.flex-vertical textarea {
    height: 250px;
}

form.flex-vertical .boton_styled {
    background: -webkit-linear-gradient(45deg, #ab5f02, #ffa600);
    color: white;
    text-align: center;
    border-radius: 3px;
    border: 2px solid #FAFAFA;
    margin: 20px 0px;
    cursor: pointer;
    transition: all 1s;
}

form.flex-vertical .boton_styled:hover {
    box-shadow: #ffa600 0 0 10px;
    transition: all 1s;
}

.banner-landing {
    display: flex;
    width: 100%;
    max-width: 950px;
    padding: 10px;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: stretch;
}

.bruce-derecha {
    width: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.bruce-derecha img {
    width: 200px;
}

.juegos-wrapper {
    max-width: 600px;
    width: 100%;
    padding: 15px;
}

.n-foodbay{
    background:url('../img/assets/fondo_foodbay.png') no-repeat top right;
    background-size:cover;
    width:90%;
    max-width:800px;
    aspect-ratio : 125 / 58;
    display:flex;
    flex-direction:column;
    justify-content: center;
    align-items: center;
}

.n-foodbay-bloque{
    margin-top:30px;
    width:80%;
    background:url('../img/assets/fondo blanco fb-03.png') no-repeat top right;
    background-size: cover;
    display:flex;
    flex-direction:column;
    justify-content: center;
    align-items: center;
    gap:15px;
    padding-top:40px;
    padding-left:30px;
    padding-right:30px;
    padding-bottom:10px;
    font-weight: bolder;
}
.n-foodbay-texto{
    color:#222;
    font-size: 24px;
    text-align:center;
}
.goldenbrown{
    color:#d1a534;
}
.n-foodbay-boton{
    background:#d1a534;
    color:white;
    text-decoration: none;
    padding:10px 40px;
    font-size: 24px;
    transition:all 0.5s;
}
.n-foodbay-boton:hover{
    box-shadow:0 0 20px #d1a534;
    background: #ecbf4c;
    transition:all 0.5s;

}
.n-foodbay-logo{
    width:30%;
}

.slider-juegos-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    background: radial-gradient(circle at 100% 100%, #000000 0, #000000 13px, transparent 13px) 0% 0%/16px 16px no-repeat,
        radial-gradient(circle at 0 100%, #000000 0, #000000 13px, transparent 13px) 100% 0%/16px 16px no-repeat,
        radial-gradient(circle at 100% 0, #000000 0, #000000 13px, transparent 13px) 0% 100%/16px 16px no-repeat,
        radial-gradient(circle at 0 0, #000000 0, #000000 13px, transparent 13px) 100% 100%/16px 16px no-repeat,
        linear-gradient(#000000, #000000) 50% 50%/calc(100% - 6px) calc(100% - 32px) no-repeat,
        linear-gradient(#000000, #000000) 50% 50%/calc(100% - 32px) calc(100% - 6px) no-repeat,
        linear-gradient(90deg, #f456d8 0%, transparent 50%, #f456d8 100%);
    border-radius: 16px;
    padding: 10px 15px;
    box-sizing: border-box;
}

.juegos-item-img {
    height: 50px;
    margin: 0 15px;
}

.juegos-item-texto {
    color: #FAFAFA;
    font-size: 14px;
    width: 100%;
    text-align: left;
}

.hexagon-force {
    display: flex;
    width: 100%;
    max-width: 950px;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: stretch;
}

.hexagon-wrapper {
    background: url('../img/assets/Hexagono.png') no-repeat;
    background-size: contain;
    width: 300px;
    height: 217px;
    color: #FAFAFA;
    padding: 0 90px;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    display: flex;
    justify-content: center;
    align-items: center;
}

.hex-right,
.hex-left {
    margin: 0;
}

.tipos-force {
    display: flex;
    width: 100%;
    max-width: 950px;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: stretch;
    gap: 5px;
}

.no-bg {
    background: none !important;
}

.align-left {
    text-align: left !important;
}

.tipos-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    width: 30%;
    background: #00000064;
    border-radius: 15px;
}

.tipos-wrapper img {
    height: 60px;
}

.tipos-wrapper span {
    display: block;
    color: #FAFAFA;
    font-weight: bold;
}

.hexagon-wrapper span {
    display: block;
}

.caption-principal {
    color: #FAFAFA;
    font-size: 42px;
    font-weight: bold;
    margin-right: 30%;
    margin-top: 200px;
}

.gradientexto {
    background: -webkit-linear-gradient(#000A8F, #5FFFEC);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: bold;
}

.texto-fondo {
    background: -webkit-linear-gradient(45deg, #000A8F, #2f8a7f);
    color: #FAFAFA;
    font-weight: bold;
    font-size: 20px;
    margin-top: -25px;
    margin-bottom: 25px;
    padding: 5px;
    border-radius: 5px;
}

.subtexto {
    color: white;
    margin-top: 10px;
    font-size: 16px;
    font-weight: bold;
    text-shadow: #000000 0 0 3px
}

.bck-halo {
    background: url('../img/assets/halo.svg') no-repeat;
    background-position: top 1vh center;
    background-size: 115vw;
    padding-top: 20%;
}

.botonhalo {
    text-decoration: none;
    color: #FAFAFA;
    border: 3px solid #FAFAFA;
    box-shadow: 0 0 10px #FAFAFA;
    text-align: center;
    padding: 15px;
    border-radius: 30px;
    font-size: 14px;
    transition: all 0.5s;
}

.botonhalo:hover {
    box-shadow: 0 0 10px #ff5dff;
    transition: all 0.5s;
    border: 3px solid #ff5dff;
}

.botonhalo-reverse {
    text-decoration: none;
    color: #FAFAFA;
    border: 3px solid #ff5dff;
    box-shadow: 0 0 10px #ff5dff;
    text-align: center;
    padding: 15px;
    border-radius: 30px;
    font-size: 14px;
    transition: all 0.5s;
    background: black;
    position: relative;
    z-index: 999;
}

.botonhalo-reverse:hover {
    box-shadow: 0 0 10px #FAFAFA;
    transition: all 0.5s;
    border: 3px solid #FAFAFA;
}

.bck-halo img {
    width: 100%;
}

.bck-halo .titulo {
    color: #FAFAFA;
    font-size: 26px;
    text-align: center;
    font-weight: bold;
    margin: 40px 0;
}

.servicios-titulo {
    margin-top: 100px;
    font-size: 26px;
    width: 200px;
    text-align: center;
    color: #FAFAFA;
    border: 2px solid #FAFAFA;
    padding: 10px 20px;
    box-shadow: 0 0 10px #FAFAFA;
    font-weight: bold;
    text-shadow: 0 0 3px #000;
}

.servicio-wrap {
    width: 600px;
    display: grid;
    grid-template-columns: 300px 300px;
    grid-template-rows: 300px;
    justify-items: center;
}

.servicio {
    width: 300px;
    height: 300px;
}

.servicio-largo {
    width: 90%;
    max-width: 800px;
    height: 150px;
    display: flex;
    flex-direction: row;
    justify-content: stretch;
    align-items: stretch;
    font-size: 18px;
    font-weight: bold;
}

.menu-ep {
    background: url(../img/assets/mini-12.png) no-repeat right 15px center;
    background-size: 150px 150px;
    transition: all 0.5s;
    width: 100%;
    height: 150px;
    align-items: center;
    display: flex;
    justify-content: stretch;
    text-align: center;
    margin-left: 150px;
    margin-right: 150px;
    color: #FAFAFA;
    text-decoration: none;
}

.menu-ep:hover {
    background: url('../img/assets/mini-13.png') no-repeat right 15px center;
    background-size: 150px 150px;
    transform: scale(1.1);
    transition: all 0.5s;
    text-shadow: 0 0 10px #000A8F, 0 0 5px #4778ff;
}

.menu-cnt {
    background: url('../img/assets/menu_triang_cnt_h.png') no-repeat center center;
    background-size: 300px 300px;
    transition: all 0.5s
}

.menu-cnt:hover {
    background: url('../img/assets/menu_triang_cnt.png') no-repeat center center;
    background-size: 300px 300px;
    transform: scale(1.1);
    transition: all 0.5s
}

.menu-tb {
    background: url('../img/assets/menu_triang_tb_h.png') no-repeat center center;
    background-size: 300px 300px;
    transition: all 0.5s
}

.menu-tb:hover {
    background: url('../img/assets/menu_triang_tb.png') no-repeat center center;
    background-size: 300px 300px;
    transform: scale(1.1);
    transition: all 0.5s
}

.menu-dtb {
    background: url('../img/assets/menu_triang_dtb_h.png') no-repeat center center;
    background-size: 300px 300px;
    transition: all 0.5s
}

.menu-dtb:hover {
    background: url('../img/assets/menu_triang_dtb.png') no-repeat center center;
    background-size: 300px 300px;
    transform: scale(1.1);
    transition: all 0.5s
}

.menu-sb {
    background: url('../img/assets/menu_triang_sk_h.png') no-repeat center center;
    background-size: 300px 300px;
    transition: all 0.5s
}

.menu-sb:hover {
    background: url('../img/assets/menu_triang_sk.png') no-repeat center center;
    background-size: 300px 300px;
    transform: scale(1.1);
    transition: all 0.5s
}

.art-contenido {
    border: 0px;
    padding: 0px;
    margin: 0px;
}

article.neon {
    max-width: 800px;
    width: 90%;
    color: #FAFAFA;
    display: flex;
    flex-direction: column;
    margin: 20px 0;
}

article.neon .art-titulo {
    cursor: pointer;
    background: radial-gradient(circle at 100% 100%, #000000 0, #000000 13px, transparent 13px) 0% 0%/16px 16px no-repeat,
        radial-gradient(circle at 0 100%, #000000 0, #000000 13px, transparent 13px) 100% 0%/16px 16px no-repeat,
        radial-gradient(circle at 100% 0, #000000 0, #000000 13px, transparent 13px) 0% 100%/16px 16px no-repeat,
        radial-gradient(circle at 0 0, #000000 0, #000000 13px, transparent 13px) 100% 100%/16px 16px no-repeat,
        linear-gradient(#000000, #000000) 50% 50%/calc(100% - 6px) calc(100% - 32px) no-repeat,
        linear-gradient(#000000, #000000) 50% 50%/calc(100% - 32px) calc(100% - 6px) no-repeat,
        linear-gradient(90deg, #f456d8 0%, transparent 50%, #f456d8 100%);
    border-radius: 16px;
    padding: 8px 35px;
    box-sizing: border-box;
}

article.neon .art-contenido {
    text-align: justify;
    -webkit-transition: max-height 0.3s linear;
    -moz-transition: max-height 0.3s linear;
    -o-transition: max-height 0.3s linear;
    transition: max-height 0.3s linear;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin: 20px;
    padding: 20px;
    position: relative;
    box-sizing: border-box;
    overflow: visible;
    background: #00000099;
}

article.neon .art-contenido img {
    float: left;
    margin: 15px;
    width: 190px;
    margin-right: 25px;
}

article.neon .art-contenido div {
    position: relative;
    z-index: 99;
}

article.neon .art-contenido::before {
    content: '';
    width: 100%;
    height: 100%;
    top: 0px;
    right: 0px;
    position: absolute;
    background: linear-gradient(to bottom right, magenta 40%, pink);
    -webkit-mask-image:
        linear-gradient(to bottom, #0000 40px, #000),
        linear-gradient(to bottom, #000, #000),
        linear-gradient(to bottom, #000, #000),
        linear-gradient(to right, #0000 40px, #000);
    -webkit-mask-size: 5px, 100% 5px, 5px 100%, 100% 5px;
    -webkit-mask-position: 0 100%, 100% 100%, 100%, 0 0;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-composite: add;
    mask-image:
        linear-gradient(to bottom, #0000 40px, #000),
        linear-gradient(to bottom, #000, #000),
        linear-gradient(to bottom, #000, #000),
        linear-gradient(to right, #0000 40px, #000);
    mask-size: 5px, 100% 5px, 5px 100%, 100% 5px;
    mask-position: 0 100%, 100% 100%, 100%, 0 0;
    mask-repeat: no-repeat;
    mask-composite: add;
}

article.neon .art-contenido::after {
    margin: -5px;
    padding: 5px;
    content: '';
    position: absolute;
    top: 0;
    left: 0px;
    width: 100%;
    height: 50%;
    box-sizing: content-box;
    background-image: linear-gradient(to top, magenta 0%, magenta 50%, rgba(0, 0, 0, 0) 50%), linear-gradient(to top, magenta 0%, magenta 50%, rgba(0, 0, 0, 0) 50%);
    background-size: 15px 60px, 15px 160px;
    background-repeat: repeat-y, no-repeat;
    background-position: left top, right top;
}

.clase-servicio {
    display: block;
}

.logo {
    height: 100px;
    max-width: 200px;
    width: auto !important;
    filter:none;
    transition:all .5s;
}
.logo:hover{
    filter:drop-shadow(#7411ff 0 0 10px);
    transition:all .5s;
}

.slider-planetas {
    width: 800px;
    position: relative;
}

.slider-planetas::before,
.slider-planetas::after {
    background: linear-gradient(to right, rgba(0, 0, 0, 1) 10%, rgba(0, 0, 0, 0) 100%);
    content: "";
    height: 100%;
    position: absolute;
    width: 20%;
    z-index: 2;
}

.slider-planetas::after {
    right: 0;
    top: 0;
    transform: rotateZ(180deg);
}

.logo-slider li {
    display: flex;
    justify-content: center;
    align-items: center;
}

.banner-slider img {
    border-radius: 30px;
}

.texto-centrado {
    text-align: center !important;
}

#gal-pager {
    text-align: center;
    margin-top: -30px;
    display: flex;
}

#gal-pager a {
    margin: 0 3px;
}

#gal-pager a img {
    padding: 3px;
    border: solid #ccc 1px
}

#gal-pager a.active img {
    border: solid #5280DD 1px;
}

.img_galeria {
    width: 800px;
}

.img_galeria_thumb {
    height: 100%;
}

#gal-pager a {
    width: 100px;
    height: 100px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: stretch;
}

.slideshow {
    width: 800px;

}

.gallery-thumbs-container {
    width: 800px;
}

.bloque-morado {
    background: #5100a780;
    width: 900px;
    border-radius: 30px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: flex-start;
}

.tripulante-wrapper {
    width: 200px;
    height: 289px;
    margin: 10px;
    display: flex;
    position: relative;
    box-sizing: border-box;
}

.tripulante-foto {
    width: 100%;
    position: relative;
    z-index: 0;
}

.tripulante-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 200px;
    max-height: 0;
    background: #000000BA;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    box-sizing: border-box;
    transition: max-height 0.8s ease;
    overflow: hidden;
}

.tripulante-wrapper:hover .tripulante-caption {
    max-height: 289px;
    transition: max-height 0.5s ease;
}

.tripulante-nombre {
    margin: 5px 10px;
    font-weight: bold;
    font-size: 14px;
}

.tripulante-puesto {
    margin: 5px 10px;
    font-size: 10px;
    font-style: italic;
}

.wrapper-noticia {
    display: flex;
    width: 300px;
    height: 200px;
    border-radius: 20px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    overflow: hidden;
    position: relative;
    box-shadow: none;
    transition: all 0.5s;

}

.noticia-thumb {
    width: 100%;
    position: absolute;
}

.noticia-caption {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 100%;
    background: #000000AA;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    color: white;
    transition: all 0.5s;
}

.noticiasgrid {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
    gap: 15px;
    width: 100%;
    max-width: 950px;
}

.wrapper-noticia:hover .noticia-caption {
    top: 0;
    transition: all 0.5s;
}

.wrapper-noticia:hover {
    box-shadow: #FAFAFA 0 0 15px;
}

.noticia-titulo {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}

.noticia-fecha {
    font-size: 10px;
    font-style: italic;
    text-align: center;
}

/*seccion de noticias*/
.banner-imagen {
    width: 100%;
    height: 400px;
    overflow: hidden;
}

.noticia-header {
    padding: 15px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
}

.noticia-header .titulo {
    font-size: 40px;
    font-weight: bold;
}

.noticia-header .metadata {
    font-size: 14px;
    font-style: italic;
    font-weight: bold;
    margin-top: -30px;
}

.noticia-contenido {
    padding: 20px 40px;
}

.noticia-referencias {
    border-top: 1px solid #fafafa6e;
    font-size: 10px;
    font-style: italic;
    margin-bottom: 30px;
    word-wrap: break-word;
}

.noticia-pager a {
    display: block;
    background: -webkit-linear-gradient(#000A8F, #5FFFEC);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: bold;
    padding: 15px;
    margin: 15px;
    width: 220px;
    border: 1px solid #5FFFEC;
    box-shadow: none;
    transition: all 0.5s;
}

.noticia-pager a:hover {
    box-shadow: #5FFFEC 0 0 10px;
    transition: all 0.5s;
}

.paintitblack {
    background:#000000c2;
}

/*Slider capacitaciones fullwidth*/
.slider-capacitaciones-contenido{
    width:100%;
    height:500px;
    background:#772C67;
    color:white;
    display:flex;
    flex-direction:row;
    justify-content: space-between;
    align-items: stretch;
    position:relative;
}
.slider-izquierda{
    padding:100px;
    display:flex;
    flex-direction:column;
    justify-content: flex-start;
    align-items: flex-start;
    z-index:99;
    text-shadow:0 0 5px #000;
}

.slider-capacitaciones-contenido img{
    height: 100%;
    position:absolute;
    width: auto;
    top:0;
    right:0;
    z-index:0;
}
.titulo-slider{
    font-size:60px;
}
.subtexto-slider{
    display:block;
    background: rgba(255,255,255,0.5);
    background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.4) 100%);
    padding:20px;
    font-size:30px;
    width:600px;
}
.titulo-seccion{
    color:white;
    font-size:40px;
    text-align:center;
    width:90%;
    max-width:800px;
}
.separador-colores{
    margin-top: 25px;
    margin-bottom:25px;
    width:200px;
    height:5px;
    display:block;
    background: rgb(205,79,226);
    background: linear-gradient(90deg, rgba(205,79,226,1) 0%, rgba(254,83,174,1) 100%);
}
.separador-colores-azul{
    margin-top: 25px;
    margin-bottom:25px;
    width:200px;
    height:5px;
    display:block;
    background: rgb(40,142,226);
    background: linear-gradient(90deg, rgba(40,142,226) 0%, rgba(37,201,210) 100%);
}
.seccion-texto{
    color:white;
    font-size:22px;
    width:90%;
    text-align:center;
    max-width:900px;
}
.habilidades-hexagon{
    width:90%; display:grid; grid-template-columns:50% 50%; column-gap:15px; row-gap:15px;
}
.habilidades-hex-item{
    background:#772C67;
    padding:25px;
    color:white;
    font-size:1.3vw;
    text-align:center;
    font-weight: bold;
}
.habilidades-hex-item.derechacorners{
    padding-left:200px;
}
.habilidades-hex-item.izquierdacorners{
    padding-right:200px;
}
.habilidades-hex-item.derecha{
    padding-left:15vw;
}
.habilidades-hex-item.izquierda{
    padding-right:15vw;
}
.beneficios-grid{
    width:80%; display:grid; grid-template-columns:50% 50%; column-gap:25px; row-gap:25px;
}
.beneficios-item{
    background:#772c6750;
    padding:10px;
    color:white;
    font-size:24px;
    display:flex;
    flex-direction:row;
    justify-content: flex-start;
    align-items: center;
    column-gap: 15px;
    border-radius:15px;
}
.beneficio-icono{
    height:80px;
}
.habilidades-hex-img{
    height:110%; position:absolute; top: -20px; bottom:auto; left:auto; right:auto;
    filter: drop-shadow(0 0 25px #000);
}
.btncapi-cotizar{
    background:url('../img/assets/btn_capitan.png') no-repeat;
    background-size:cover;
    width:700px;
    aspect-ratio: 3374/925;
    display:flex;
    flex-direction:column;
    justify-content:flex-start;
    align-items:stretch;
    padding-left:200px;
    padding-top:60px;
}
.btn-capi-titulo{
    margin:10px;
    color:white;
    font-size:22px;
    font-weight:bold;
}
.btn-capi-boton{
    margin:10px;
    font-size:20px;
}
.aprendizaje-grid{
    display:flex;
    flex-direction:row;
    width:80%;
    gap:20px;
    color:white;
}
.aprendizaje-card{
    background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(119,44,103,1) 99%);
    border-radius:20px;
    display:flex;
    flex-direction:column;
    justify-content:flex-start;
    align-items:center;
    gap:10px;
    padding:25px;
}
.bloque-aprendizaje-icono{
    width:30%;
}
.bloque-aprendizaje-icono img{
    width:100%;
}
.bloque-aprendizaje-titulo{
    font-size: 2vw;
    font-weight:bold;
}
.bloque-aprendizaje-texto{
    text-align:center;
}
.no-link{
    cursor: default !important;
}
/*Otros servicios*/
.bloque-azul{
    display:flex;
    border-radius:15px;
    background: rgb(40,142,226);
    margin: 20px 0px;
    max-width:90%;
    width:800px;
    flex-direction:row;
    justify-content:space-between;
    align-items:stretch;
    min-height:300px;
}
.bloque-azul.izquierda{
    flex-direction:row;
    background: linear-gradient(90deg, rgba(40,142,226,1) 0%, rgba(37,201,210,0) 80%);
}
.bloque-azul.derecha{
    flex-direction:row-reverse;
    background: linear-gradient(270deg, rgba(40,142,226,1) 0%, rgba(37,201,210,0) 80%);
}
.bloqueazul-texto{
    display:flex;
    flex-direction:column;
    justify-content: flex-start;
    align-items:center;
    width:450px;
}
.bloqueazul-imagen{
    height:300px;
    display:flex;
    justify-content:flex-start;
}
.bloqueazul-texto-titulo{
    color:white;
    font-size:42px;
    padding:40px 15px 10px 15px;
    width:100%;
    font-weight:600;
}
.bloqueazul-texto-texto{
    font-size:16px;
    color:white;
    padding: 15px;
}
.separador-blanco{
    margin-top: 10px;
    margin-bottom:10px;
    width:200px;
    height:3px;
    display:block;
    background: rgb(255,255,255);
}
.seccion-texto.thin{
    max-width:90%;
    width:500px;
    font-size:18px
}
.bloqueazul-boton{
    color:white;
    font-weight: 600;
    padding:10px 20px;
    background: radial-gradient(circle at 100% 100%, #000000 0, #000000 13px, transparent 13px) 0% 0%/16px 16px no-repeat,
        radial-gradient(circle at 0 100%, #000000 0, #000000 13px, transparent 13px) 100% 0%/16px 16px no-repeat,
        radial-gradient(circle at 100% 0, #000000 0, #000000 13px, transparent 13px) 0% 100%/16px 16px no-repeat,
        radial-gradient(circle at 0 0, #000000 0, #000000 13px, transparent 13px) 100% 100%/16px 16px no-repeat,
        linear-gradient(#000000, #000000) 50% 50%/calc(100% - 6px) calc(100% - 32px) no-repeat,
        linear-gradient(#000000, #000000) 50% 50%/calc(100% - 32px) calc(100% - 6px) no-repeat,
        linear-gradient(90deg, #FFF 0%, transparent 50%, #FFF 100%);
    border-radius:20px;
}
.especial-servicios{
    align-items:center;
    display:flex;
    flex-direction:column;
}
.bloque-detalle{
    max-width:100%;
    width:1000px;
    display:flex;
    flex-direction:column;
    justify-content:flex-start;
    align-items:center;
}
.bloque-detalle-texto{
    max-width:1000px;
    width:90%;
    color:white;
    text-align: justify;
}
.detalle-columnas{
    max-width:1000px;
    width:90%;
    display:flex;
    flex-direction:row;
    justify-content:space-evenly;
    align-items:stretch;
}
.detalle-columnas-columna{
    width:45%;
    display:flex;
    flex-direction:column;
    justify-content:flex-start;
    align-items:stretch;
}
.detalle-columna-titulo{
    color:white;
    font-weight:bold;
}
.detalle-columna-bloque{
    display:flex;
    flex-direction:row;
    justify-content:flex-start;
    align-items:center;
    background: linear-gradient(270deg, #1C8EF466 50%,#00CFDD66 100%);
    border-radius:15px;
    padding:5px 15px;
    margin:10px;
    gap:15px;
}
.detalle-columna-bloque img{
    max-width:50px;
}
.detalle-columna-bloque-texto{
    color:white;
    font-size:16px;
}
.esquema-bloque{
    display:flex;
    flex-direction:row;
    gap:10px;
    background: linear-gradient(270deg, #1C8EF466 50%,#00CFDD66 100%);
    border-radius:10px;
    padding:10px;
    justify-content: space-evenly;
}
.esquema-bloquecin{
    display:flex;
    flex-direction:column;
    justify-content: space-between;
    align-items: center;
}
.esquema-bloquecin img{
 height:50px;
}
.esquema-bloquecin .esquema-bloquecin-texto{
    color:white;
    text-align: center;
}
@media (max-width:970px) {
    .especial-servicios{
        width:90%;
    }
    .bloque-azul{
        flex-direction:column !important;
        align-items: center;
        max-width:100%;
        width:100%;
    }
    .bloqueazul-imagen img{
        height:100%;
    }
    .bloqueazul-texto{
        display:flex;
        flex-direction:column;
        justify-content: flex-start;
        align-items:center;
        max-width:90%;
        width:90%;
    }
    .detalle-columnas-columna{
        width:100%;
    }
    .detalle-columnas{
        flex-direction:column;
        width:100%;
    }
    .detalle-columna-bloque{
        align-items:center;
    }
    .detalle-columna-bloque-texto{
        color:white;
        font-size:4vw;
    }
    .detalle-columna-bloque img{
        max-width:50px;
        width:10vw;
    }
    .esquema-bloque{
        flex-direction:column;
    }
    .aprendizaje-grid{
        display:flex;
        flex-direction:column;
        width:80%;
        gap:20px;
        color:white;
    }
    .habilidades-hex-item{
        font-size:3vw;
    }
    .bloque-aprendizaje-titulo{
        font-size: 7vw;
        font-weight:bold;
    }
    .btncapi-cotizar{
        background:url('../img/assets/btn_capitan.png') no-repeat;
        background-size:cover;
        width:80%;
        aspect-ratio: 3374/925;
        display:flex;
        flex-direction:column;
        justify-content:flex-start;
        align-items:stretch;
        padding-left:30vw;
        padding-top:60px;
    }
    .btn-capi-titulo{
        margin-top:2vh;
        color:white;
        font-size:2.3vw;
    }
    .btn-capi-boton{
        margin:10px;
        font-size:2.8vw;
    }
    .slider-capacitaciones-contenido{
        height:auto;
        flex-direction:column-reverse;
    }
    .slider-izquierda{
        justify-content: flex-end;
        padding:50px;
    }
    .titulo-slider{
        font-size:5vw;
    }
    .subtexto-slider{
        padding:10px;
        font-size:4vw;
        width:100%;
    }
    .beneficios-grid{
       grid-template-columns:100%;
    }
    .habilidades-hexagon{
        grid-template-columns:100%;
    }
    .habilidades-hex-img{
        height:auto; width:80%; position:relative;
    }
    .habilidades-hex-item{
        padding:15px;
    }
    .habilidades-hex-item.derechacorners{
        padding-left:15px;
    }
    .habilidades-hex-item.izquierdacorners{
        padding-right:15px;
    }
    .habilidades-hex-item.derecha{
        padding-left:15px;
    }
    .habilidades-hex-item.izquierda{
        padding-right:15px;
    }
    .n-foodbay-texto{
        font-size: 2.5vw;
    }
    .n-foodbay-boton{
        font-size: 2.5vw;
    }
    .two-cols {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: stretch;
        gap:10px;
        width:90%
    }
    .preguntas {
        width:100%;
    }
    .clase-servicio {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
    }

    .foodbay-inclusion {
        flex-direction: column;
        text-decoration:none;
    }

    .foodbay-texto {
        width: 100%;
    }

    .foodbay-link {
        width: 80%;
    }

    .hex-right {
        margin-right: -30%;
    }

    .hex-left {
        margin-left: -30%;
    }

    .hexagon-force {
        flex-direction: column;
        flex-wrap: nowrap;
        align-items: center;
    }

    .banner-landing {
        flex-direction: column-reverse;
        justify-content: stretch;
        align-items: stretch;
    }

    .bruce-derecha {
        width: 100%;
    }

    .tipos-wrapper {
        width: 80%;
    }

    .bloque-morado {
        width: 90%;
    }

    .foodbay-inclusion {
        width: 70%;
        text-decoration:none;
    }

    .img_galeria {
        width: 100%;
    }

    .slideshow {
        width: 100%;
    }

    .gallery-thumbs-container {
        width: 100%;
    }

    .logo {
        max-height: 100px;
        max-width: 200px;
        width: auto !important;
    }

    .slider-planetas {
        width: 80%;
        position: relative;
    }

    .slider-galeria {
        width: 90%;
        position: relative;
    }

    .menu {
        height: 70px;
        justify-content: space-between;
    }

    .menu-alt {
        height: 70px;
        justify-content: space-between;
    }

    .logo-menu {
        height: 70px;
        margin-left: 20px;
        width: auto;
    }

    #menubar nav {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: stretch;
        width: 200px;
        background: #00020dee;
        position: fixed;
        top: 0;
        right: -250px;
        padding-top: 50px;
        height: 100%;

    }

    #menubar nav.is-active {
        right: -50px;
    }

    #menubar nav a {
        margin: 10px 0;
        border: none;
        text-align: left;
    }

    #menubar nav a div {
        justify-content: flex-start;
        padding: 10px;
    }

    #menubar nav a:hover {
        border: none;
        background: #ffffff22
    }

    #menubar .hamburger {
        display: block;
        margin-right: 20px;
    }

    footer {
        flex-direction: column;
    }

    footer div {
        width: 100%;
    }

    .foot-centro {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .caption-principal {
        color: #FAFAFA;
        font-size: 26px;
        font-weight: bold;
        margin-left: 20px;
        margin-top: 50px;
    }

    .subtexto {
        margin: 10px;
        width: 90%;
    }

    .bck-halo .titulo {
        font-size: 20px;
        margin: 20px 0;
    }

    .servicio-wrap {
        width: 80%;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
    }

    section .titulo {
        font-size: 7vw;
    }

    .titulo-pequeño {
        font-size: 3.5vw;
    }

    .logo-titulo {
        width: 80%;
        height: auto;
    }

    .beneficio {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
        width: 100%;
    }

    .beneficio img {
        margin-left: -15px !important;
        width: 100px !important;
    }

    .beneficio .texto {
        font-size: 14px;
        padding-left: 0px;
        text-align: left;
    }

    .evento {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        width: 90%;
        gap: 0;
    }

    .menu-ep {
        margin: 0;
        font-size: 3.5vw;
        background-size: 100px 100px;
    }
}

.jarallax {
    position: relative;
    z-index: 0;
}

.jarallax>.jarallax-img {
    position: absolute;
    object-fit: cover;
    /* support for plugin https://github.com/bfred-it/object-fit-images */
    font-family: 'object-fit: cover;';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.hero {
    font-size: 10px;
    line-height: 1;
    display: inline-block;
    color: #fff;
    z-index: 2;
    letter-spacing: 0;

    /* Bright things in dark environments usually cast that light, giving off a glow */
    filter: drop-shadow(0 1px 3px);
}

.demo {
    height: 100px;
    background: #fff;
}

.layers {
    position: relative;
}

.layers::before,
.layers::after {
    content: attr(data-text);
    position: absolute;
    width: 110%;
    z-index: -1;
}

.layers::before {
    top: 10px;
    left: 15px;
    color: #e0287d;
}

.layers::after {
    top: 5px;
    left: -10px;
    color: #1bc7fb;
}

.single-path {
    clip-path: polygon(0% 12%,
            53% 12%,
            53% 26%,
            25% 26%,
            25% 86%,
            31% 86%,
            31% 0%,
            53% 0%,
            53% 84%,
            92% 84%,
            92% 82%,
            70% 82%,
            70% 29%,
            78% 29%,
            78% 65%,
            69% 65%,
            69% 66%,
            77% 66%,
            77% 45%,
            85% 45%,
            85% 26%,
            97% 26%,
            97% 28%,
            84% 28%,
            84% 34%,
            54% 34%,
            54% 89%,
            30% 89%,
            30% 58%,
            83% 58%,
            83% 5%,
            68% 5%,
            68% 36%,
            62% 36%,
            62% 1%,
            12% 1%,
            12% 34%,
            60% 34%,
            60% 57%,
            98% 57%,
            98% 83%,
            1% 83%,
            1% 53%,
            91% 53%,
            91% 84%,
            8% 84%,
            8% 83%,
            4% 83%);
}

.paths {
    animation: paths 5s step-end infinite;
}

@keyframes paths {
    0% {
        clip-path: polygon(0% 43%,
                83% 43%,
                83% 22%,
                23% 22%,
                23% 24%,
                91% 24%,
                91% 26%,
                18% 26%,
                18% 83%,
                29% 83%,
                29% 17%,
                41% 17%,
                41% 39%,
                18% 39%,
                18% 82%,
                54% 82%,
                54% 88%,
                19% 88%,
                19% 4%,
                39% 4%,
                39% 14%,
                76% 14%,
                76% 52%,
                23% 52%,
                23% 35%,
                19% 35%,
                19% 8%,
                36% 8%,
                36% 31%,
                73% 31%,
                73% 16%,
                1% 16%,
                1% 56%,
                50% 56%,
                50% 8%);
    }

    5% {
        clip-path: polygon(0% 29%,
                44% 29%,
                44% 83%,
                94% 83%,
                94% 56%,
                11% 56%,
                11% 64%,
                94% 64%,
                94% 70%,
                88% 70%,
                88% 32%,
                18% 32%,
                18% 96%,
                10% 96%,
                10% 62%,
                9% 62%,
                9% 84%,
                68% 84%,
                68% 50%,
                52% 50%,
                52% 55%,
                35% 55%,
                35% 87%,
                25% 87%,
                25% 39%,
                15% 39%,
                15% 88%,
                52% 88%);
    }

    30% {
        clip-path: polygon(0% 53%,
                93% 53%,
                93% 62%,
                68% 62%,
                68% 37%,
                97% 37%,
                97% 89%,
                13% 89%,
                13% 45%,
                51% 45%,
                51% 88%,
                17% 88%,
                17% 54%,
                81% 54%,
                81% 75%,
                79% 75%,
                79% 76%,
                38% 76%,
                38% 28%,
                61% 28%,
                61% 12%,
                55% 12%,
                55% 62%,
                68% 62%,
                68% 51%,
                0% 51%,
                0% 92%,
                63% 92%,
                63% 4%,
                65% 4%);
    }

    45% {
        clip-path: polygon(0% 33%,
                2% 33%,
                2% 69%,
                58% 69%,
                58% 94%,
                55% 94%,
                55% 25%,
                33% 25%,
                33% 85%,
                16% 85%,
                16% 19%,
                5% 19%,
                5% 20%,
                79% 20%,
                79% 96%,
                93% 96%,
                93% 50%,
                5% 50%,
                5% 74%,
                55% 74%,
                55% 57%,
                96% 57%,
                96% 59%,
                87% 59%,
                87% 65%,
                82% 65%,
                82% 39%,
                63% 39%,
                63% 92%,
                4% 92%,
                4% 36%,
                24% 36%,
                24% 70%,
                1% 70%,
                1% 43%,
                15% 43%,
                15% 28%,
                23% 28%,
                23% 71%,
                90% 71%,
                90% 86%,
                97% 86%,
                97% 1%,
                60% 1%,
                60% 67%,
                71% 67%,
                71% 91%,
                17% 91%,
                17% 14%,
                39% 14%,
                39% 30%,
                58% 30%,
                58% 11%,
                52% 11%,
                52% 83%,
                68% 83%);
    }

    76% {
        clip-path: polygon(0% 26%,
                15% 26%,
                15% 73%,
                72% 73%,
                72% 70%,
                77% 70%,
                77% 75%,
                8% 75%,
                8% 42%,
                4% 42%,
                4% 61%,
                17% 61%,
                17% 12%,
                26% 12%,
                26% 63%,
                73% 63%,
                73% 43%,
                90% 43%,
                90% 67%,
                50% 67%,
                50% 41%,
                42% 41%,
                42% 46%,
                50% 46%,
                50% 84%,
                96% 84%,
                96% 78%,
                49% 78%,
                49% 25%,
                63% 25%,
                63% 14%);
    }

    90% {
        clip-path: polygon(0% 41%,
                13% 41%,
                13% 6%,
                87% 6%,
                87% 93%,
                10% 93%,
                10% 13%,
                89% 13%,
                89% 6%,
                3% 6%,
                3% 8%,
                16% 8%,
                16% 79%,
                0% 79%,
                0% 99%,
                92% 99%,
                92% 90%,
                5% 90%,
                5% 60%,
                0% 60%,
                0% 48%,
                89% 48%,
                89% 13%,
                80% 13%,
                80% 43%,
                95% 43%,
                95% 19%,
                80% 19%,
                80% 85%,
                38% 85%,
                38% 62%);
    }

    1%,
    7%,
    33%,
    47%,
    78%,
    93% {
        clip-path: none;
    }
}

.movement {
    /* Normally this position would be absolute & on the layers, set to relative here so we can see it on the div */
    position: relative;
    animation: movement 8s step-end infinite;
}

@keyframes movement {
    0% {
        top: 0px;
        left: -20px;
    }

    15% {
        top: 10px;
        left: 10px;
    }

    60% {
        top: 5px;
        left: -10px;
    }

    75% {
        top: -5px;
        left: 20px;
    }

    100% {
        top: 10px;
        left: 5px;
    }
}

.opacity {
    animation: opacity 5s step-end infinite;
}

@keyframes opacity {
    0% {
        opacity: 0.1;
    }

    5% {
        opacity: 0.7;
    }

    30% {
        opacity: 0.4;
    }

    45% {
        opacity: 0.6;
    }

    76% {
        opacity: 0.4;
    }

    90% {
        opacity: 0.8;
    }

    1%,
    7%,
    33%,
    47%,
    78%,
    93% {
        opacity: 0;
    }
}

.font {
    animation: font 7s step-end infinite;
}

@keyframes font {
    0% {
        font-weight: 100;
        color: #e0287d;
        filter: blur(3px);
    }

    20% {
        font-weight: 500;
        color: #fff;
        filter: blur(0);
    }

    50% {
        font-weight: 300;
        color: #1bc7fb;
        filter: blur(2px);
    }

    60% {
        font-weight: 700;
        color: #fff;
        filter: blur(0);
    }

    90% {
        font-weight: 500;
        color: #e0287d;
        filter: blur(6px);
    }
}

.glitch span {
    animation: paths 5s step-end infinite;
}

.glitch::before {
    animation: paths 5s step-end infinite, opacity 5s step-end infinite,
        font 8s step-end infinite, movement 10s step-end infinite;
}

.glitch::after {
    animation: paths 5s step-end infinite, opacity 5s step-end infinite,
        font 7s step-end infinite, movement 8s step-end infinite;
}