body {
    background-color: #1a1a1a;
    background-image: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/245055/broken_noise.png");
}

@font-face {
    font-family: myFirstFont;
    src: url(RubikMonoOne-Regular.ttf);
}

@font-face {
    font-family: agency;
    src: url(AgencyFB.ttf);
}

@font-face {
    font-family: neltu;
    src: url(JustMyType.otf);
}

.completa1 {
    background-color: #1a1a1a;
    background-image: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/245055/broken_noise.png");
    text-align: center;
    width: 100%;
    display: flex;
    align-items: center;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: relative;
}

.completa2 {
    text-align: center;
    width: 100%;
    display: flex;
    align-items: center;
}

.completa3 {
    height: 100%;
    position: relative;
    overflow: hidden;
}

.completa4 {
    background-color: #1a1a1a;
    background-image: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/245055/broken_noise.png");
    position: relative;
    padding-top: 120px;
    height: 100%;
    padding-bottom: 120px;
}

.completa5 {
    background-color: #1a1a1a;
    background-image: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/245055/broken_noise.png");
    position: relative;
    padding-top: 120px;
    height: 100%;
    padding-bottom: 24px;
}

.home-title {
    font-size: 30px;
    font-family: myFirstFont;
    text-shadow: 0 0 0.05em #000;
    line-height: 1em;
    text-rendering: optimizeLegibility;
    color: #fff;
}

.iot #iot-hero {
    background-color: #1a1a1a;
    background-image: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/245055/broken_noise.png");
    color: #fff;
    max-width: 100%;
    overflow: hidden;
    position: relative;
}

.iot section {
    position: relative;
    display: block;
    overflow: hidden;
}

.iot #iot-hero .iot-pills {
    width: 4px;
    text-align: center;
    margin: 40px auto;
}

.shape-blob {
    background: #b90000;
    height: 200px;
    width: 200px;
    border-radius: 30% 50% 20% 40%;
    animation: transform 20s ease-in-out infinite both alternate, movement_one 40s ease-in-out infinite both;
    position: absolute;
    left: 70%;
    top: 50%;
}

.shape-blob.one {
    height: 500px;
    width: 500px;
    left: -200px;
    top: -150px;
    transform: rotate(-180deg);
    animation: transform 30s ease-in-out infinite both alternate, movement_two 60s ease-in-out infinite both;
}

.shape-blob.two {
    height: 350px;
    width: 350px;
    left: 500px;
    top: -150px;
    transform: rotate(-180deg);
    animation: transform 30s ease-in-out infinite both alternate, movement_two 60s ease-in-out infinite both;
}

@keyframes transform {
    0%,
    100% {
        border-radius: 33% 67% 70% 30% / 30% 30% 70% 70%;
    }
    20% {
        border-radius: 37% 63% 51% 49% / 37% 65% 35% 63%;
    }
    40% {
        border-radius: 36% 64% 64% 36% / 64% 48% 52% 36%;
    }
    60% {
        border-radius: 37% 63% 51% 49% / 30% 30% 70% 70%;
    }
    80% {
        border-radius: 40% 60% 42% 58% / 41% 51% 49% 59%;
    }
}

@keyframes movement_one {
    0%,
    100% {
        transform: none;
    }
    50% {
        transform: translate(50%, 20%) rotateY(10deg) scale(1.2);
    }
}

@keyframes movement_two {
    0%,
    500% {
        transform: none;
    }
    50% {
        transform: translate(50%, 20%) rotate(-200deg) scale(1.2);
    }
}

.codigo {
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1;
    width: 100%;
    min-height: 100%;
    grid-area: 1/2;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
}

.code-html {
    box-shadow: 0 4px 30px rgb(0 0 0 / 50%);
    top: 25px;
    position: relative;
    right: 21px;
}

.code-css {
    box-shadow: 0 4px 30px rgb(0 0 0 / 50%);
    top: 0px;
    position: relative;
    right: 52px;
    z-index: 8;
}

.code-js {
    box-shadow: 0 4px 30px rgb(0 0 0 / 50%);
    top: -30px;
    position: relative;
    right: -17px;
    z-index: 3;
}

.line1 {
    color: #fff;
    position: relative;
    margin-left: 10px;
    text-align: left;
    font-size: 1.4em;
    font-family: agency;
    overflow: hidden;
    width: 0;
    -webkit-animation: type 0.5s 2s steps(20, end) forwards;
    -moz-animation: type 0.5s 2s steps(20, end) forwards;
    -o-animation: type 0.5s 2s steps(20, end) forwards;
    animation: type 0.5s 2s steps(20, end) forwards;
    align-items: center;
    display: flex;
}

.line3 {
    color: #fff;
    position: relative;
    margin-left: 10px;
    text-align: left;
    font-size: 1.4em;
    font-family: agency;
    overflow: hidden;
    width: 0;
    -webkit-animation: type 0.5s 2s steps(20, end) forwards;
    -moz-animation: type 0.5s 2s steps(20, end) forwards;
    -o-animation: type 0.5s 2s steps(20, end) forwards;
    animation: type 0.5s 2s steps(20, end) forwards;
    align-items: center;
    display: flex;
}

.line4 {
    color: #fff;
    position: relative;
    margin-left: 10px;
    text-align: left;
    font-size: 1.4em;
    font-family: agency;
    overflow: hidden;
    width: 0;
    -webkit-animation: type 0.5s 2s steps(20, end) forwards;
    -moz-animation: type 0.5s 2s steps(20, end) forwards;
    -o-animation: type 0.5s 2s steps(20, end) forwards;
    animation: type 0.5s 2s steps(20, end) forwards;
    align-items: center;
    display: flex;
}

.line2 {
    color: #fff;
    position: relative;
    margin-left: 10px;
    text-align: left;
    font-size: 1.4em;
    overflow: hidden;
    width: 0;
    font-family: agency;
    -webkit-animation: type .5s 2.5s steps(20, end) forwards;
    -moz-animation: type .5s 2.5s steps(20, end) forwards;
    -o-animation: type .5s 2.5s steps(20, end) forwards;
    animation: type .5s 2.5s steps(20, end) forwards;
    align-items: center;
    display: flex;
}

@-moz-keyframes blink {
    0% {
        opacity: 0;
    }
    40% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    90% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@-o-keyframes blink {
    0% {
        opacity: 0;
    }
    40% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    90% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@keyframes blink {
    0% {
        opacity: 0;
    }
    40% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    90% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@-webkit-keyframes type {
    to {
        width: 17em;
    }
}

@-moz-keyframes type {
    to {
        width: 17em;
    }
}

@-o-keyframes type {
    to {
        width: 17em;
    }
}

@keyframes type {
    to {
        width: 17em;
    }
}

.fakeMenu {
    font-family: Lato, sans-serif;
    font-weight: 900;
    font-size: 13px;
    letter-spacing: 1.57px;
    color: #c5c8d4;
    margin: 0;
    display: grid;
    grid-template-columns: 36px auto 36px;
    align-items: center;
}

.margen {
    margin: 10px;
}

.fakeScreen {
    width: 350px;
    height: 175px;
    background: #1d1e22;
    box-shadow: 0 4px 30px rgb(0 0 0 / 50%);
    border-radius: 6px;
}

.fakeScreen2 {
    width: 700px;
    background: #1d1e22;
    box-shadow: 0 4px 30px rgb(0 0 0 / 50%);
    border-radius: 6px;
}

.skillzpic img {
    width: 100%;
}

.skillzpic2 img {
    width: 100%;
}

@media only screen and (max-width: 768px) {
    .manejamost {
        font-size: 13px;
        color: #fff;
        font-family: 'agency';
        text-shadow: 2px 4px 0px #B90000;
        border: solid 1px #fff;
        padding: 5px;
    }
    .tradicel {
        width: 100%;
        padding: 20px;
        margin: 10% 0 0 0;
        height: 320px!important;
    }
    .texto-box {
        color: #fff;
        font-weight: normal;
        font-size: 17px!important;
        line-height: 30px;
        margin-bottom: 5px!important;
        font-family: agency;
    }
    .imagenes-home {
        width: 100%!important;
        height: 115px!important;
        object-fit: cover!important;
    }
    .logomitad {
        width: 27%!important;
        display: block;
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
        margin: auto;
        z-index: 1;
    }
    .completa5 {
        background-color: #1a1a1a;
        background-image: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/245055/broken_noise.png");
        position: relative;
        padding-top: 30px;
        height: 100%;
        padding-bottom: 90px;
    }
    .titulo-cel {
        font-size: 30px!important;
    }
    .titulo-cel2 {
        font-size: 19px!important;
    }
    .titulo-cel3 {
        font-size: 25px!important;
    }
    .tabs>li {
        transition-duration: 0.25s;
        display: table-cell;
        list-style: none;
        text-align: center;
        padding: 20px 20px 25px 20px;
        position: relative;
        opacity: 1;
        color: #fff;
        font-family: myFirstFont;
        font-weight: normal;
        font-size: 20px!important;
        margin-bottom: 70px;
        letter-spacing: -1px;
        text-align: center;
        cursor: pointer;
        color: white;
    }
    .rocket {
        z-index: 1!important;
        position: absolute!important;
        top: 1%!important;
        width: 80px!important;
        left: 74%!important;
        transform: translateX(-50%)!important;
        transition: transform 1s ease!important;
    }
    .design {
        width: 100%!important;
        float: none!important;
        padding: 0!important;
        text-align: left!important;
        margin: 10% 0 0 0!important;
    }
    .skillzpic {
        position: relative!important;
        top: 160px!important;
        left: 0!important;
        width: 150px!important;
        z-index: 100!important;
    }
    .skillzpic2 {
        position: relative!important;
        top: 110px!important;
        right: 0%!important;
        width: 150px!important;
        z-index: 100!important;
        text-align: left!important;
        margin: 0!important;
    }
    .fluid.skilly {
        margin: -46px auto 0 0!important;
        background: #b90000!important;
        width: 150px!important;
        height: 150px!important;
    }
    .skillz p {
        color: #fff!important;
        font-weight: normal!important;
        font-size: 18px!important;
        line-height: 30px!important;
        font-family: agency!important;
    }
    .skillz h3 {
        color: #fff!important;
        font-family: myFirstFont!important;
        font-weight: normal!important;
        font-size: 7vw!important;
        letter-spacing: -1px!important;
    }
    .titulomar {
        margin-top: 70px!important;
    }
    .direction {
        width: 100%!important;
        float: none!important;
        padding: 0!important;
        text-align: left!important;
    }
    .strategy {
        width: 100%!important;
        float: none!important;
        padding: 0!important;
        text-align: left!important;
        margin: 10% 0 0 0!important;
        position: relative!important;
    }
    .strategy2 {
        width: 100%!important;
        float: none!important;
        padding: 0!important;
        text-align: left!important;
        margin: 0 0 0 0!important;
        position: relative!important;
    }
    .fluid.skillyright {
        margin: -90px auto 0 0!important;
        background: #b90000!important;
        width: 150px!important;
        height: 150px!important;
    }
    .skillzpic2 {
        position: relative!important;
        top: 110px!important;
        right: 0%!important;
        width: 150px!important;
        z-index: 100!important;
        text-align: left!important;
        margin: 0!important;
    }
    .home-title {
        font-size: 26px;
        font-family: myFirstFont;
        text-shadow: 0 0 0.05em #000;
        line-height: 1em;
        text-rendering: optimizeLegibility;
        color: #fff;
        padding-bottom: 18px;
    }
    .vermas1 {
        background: #b90000;
        padding: 10px;
        font-size: 8px;
    }
    .accordion-button {
        font-family: myFirstFont;
        color: #fff;
        font-weight: normal;
        font-size: 25px!important;
        text-align: center;
        background-color: #fff0;
        display: block;
        padding: 1rem 0rem!important;
    }
    .bottonmarke {
        color: #fff;
        font-family: agency;
        font-weight: normal;
        font-size: 17px!important;
        margin-bottom: 0px;
        text-align: center;
        z-index: 99;
        cursor: pointer;
        text-decoration: none;
    }
    a:hover {
        color: #fff;
    }
    .bottonmarke2 {
        background: #1d1e22;
        padding: 2px;
        font-size: 15px!important;
    }
    .codigo {
        display: flex;
        align-items: center;
        position: relative;
        z-index: 1;
        width: 100%;
        min-height: 100%;
        grid-area: 1/2;
        display: flex;
        justify-content: center;
        align-content: center;
        flex-direction: column;
    }
    .code-html {
        box-shadow: 0 4px 30px rgb(0 0 0 / 50%);
        top: 25px;
        position: relative;
        right: 0px;
    }
    .code-css {
        box-shadow: 0 4px 30px rgb(0 0 0 / 50%);
        top: 0px;
        position: relative;
        right: 10px;
        z-index: 8;
        top: 19px!important;
    }
    .code-js {
        box-shadow: 0 4px 30px rgb(0 0 0 / 50%);
        top: -30px;
        position: relative;
        right: -6px;
        z-index: 3;
        top: 3px;
    }
    .line1 {
        color: #fff;
        position: relative;
        margin-left: 10px;
        text-align: left;
        font-size: 1.0em;
        font-family: agency;
        overflow: hidden;
        width: 0;
        align-items: center;
        display: flex;
    }
    .line3 {
        color: #fff;
        position: relative;
        margin-left: 10px;
        text-align: left;
        font-size: 1.0em;
        font-family: agency;
        overflow: hidden;
        width: 0;
        -webkit-animation: type 0.5s 2s steps(20, end) forwards;
        -moz-animation: type 0.5s 2s steps(20, end) forwards;
        -o-animation: type 0.5s 2s steps(20, end) forwards;
        animation: type 0.5s 2s steps(20, end) forwards;
        align-items: center;
        display: flex;
    }
    .line4 {
        color: #9cd9f0;
        position: relative;
        margin-left: 10px;
        text-align: left;
        font-size: 1.0em;
        font-family: agency;
        overflow: hidden;
        width: 0;
        -webkit-animation: type 0.5s 2s steps(20, end) forwards;
        -moz-animation: type 0.5s 2s steps(20, end) forwards;
        -o-animation: type 0.5s 2s steps(20, end) forwards;
        animation: type 0.5s 2s steps(20, end) forwards;
        align-items: center;
        display: flex;
    }
    .line2 {
        color: #CDEE69;
        position: relative;
        margin-left: 10px;
        text-align: left;
        font-size: 1.0em;
        overflow: hidden;
        width: 0;
        font-family: agency;
        -webkit-animation: type .5s 2.5s steps(20, end) forwards;
        -moz-animation: type .5s 2.5s steps(20, end) forwards;
        -o-animation: type .5s 2.5s steps(20, end) forwards;
        animation: type .5s 2.5s steps(20, end) forwards;
        align-items: center;
        display: flex;
    }
    @-moz-keyframes blink {
        0% {
            opacity: 0;
        }
        40% {
            opacity: 0;
        }
        50% {
            opacity: 1;
        }
        90% {
            opacity: 1;
        }
        100% {
            opacity: 0;
        }
    }
    @-o-keyframes blink {
        0% {
            opacity: 0;
        }
        40% {
            opacity: 0;
        }
        50% {
            opacity: 1;
        }
        90% {
            opacity: 1;
        }
        100% {
            opacity: 0;
        }
    }
    @keyframes blink {
        0% {
            opacity: 0;
        }
        40% {
            opacity: 0;
        }
        50% {
            opacity: 1;
        }
        90% {
            opacity: 1;
        }
        100% {
            opacity: 0;
        }
    }
    @-webkit-keyframes type {
        to {
            width: 17em;
        }
    }
    @-moz-keyframes type {
        to {
            width: 17em;
        }
    }
    @-o-keyframes type {
        to {
            width: 17em;
        }
    }
    @keyframes type {
        to {
            width: 17em;
        }
    }
    .fakeMenu {
        font-family: Lato, sans-serif;
        font-weight: 900;
        font-size: 11px;
        letter-spacing: 1.57px;
        color: #c5c8d4;
        margin: 0;
        display: grid;
        grid-template-columns: 36px auto 36px;
        align-items: center;
    }
    .margen {
        margin: 10px;
    }
    .fakeScreen {
        width: 249px;
        height: 133px;
        background: #1d1e22;
        box-shadow: 0 4px 30px rgb(0 0 0 / 50%);
        border-radius: 6px;
    }
    .fakeScreen2 {
        width: 249px;
        background: #1d1e22;
        box-shadow: 0 4px 30px rgb(0 0 0 / 50%);
        border-radius: 6px;
    }
}

.glicht2 {
    animation: glitch2 2s steps(100) infinite;
}

@keyframes glitch2 {
    0% {
        text-shadow: 1px 0 0 red, -1px 0 0 blue;
    }
    1% {
        text-shadow: 1px 0 0 red, -1px 0 0 blue;
    }
    2% {
        text-shadow: 1px 0 0 red, -1px 0 0 blue;
    }
    3% {
        text-shadow: 1px 0 0 red, -1px 0 0 blue;
    }
    4% {
        text-shadow: 1px 0 0 red, -1px 0 0 blue;
    }
    5% {
        text-shadow: -1px 0 0 red, 1px 0 0 blue;
    }
    6% {
        text-shadow: -1px 0 0 red, 1px 0 0 blue;
    }
    7% {
        text-shadow: -1px 0 0 red, 1px 0 0 blue;
    }
    8% {
        text-shadow: -1px 0 0 red, 1px 0 0 blue;
    }
    9% {
        text-shadow: -1px 0 0 red, 1px 0 0 blue;
    }
    10% {
        text-shadow: -1px 0 0 red, 1px 0 0 blue;
    }
    11% {
        text-shadow: 0.5px 0 0 red, -0.5px 0 0 lime;
    }
    12% {
        text-shadow: 0.5px 0 0 red, -0.5px 0 0 lime;
    }
    13% {
        text-shadow: 0.5px 0 0 red, -0.5px 0 0 lime;
    }
    14% {
        text-shadow: 0.5px 0 0 red, -0.5px 0 0 lime;
    }
    15% {
        text-shadow: 0.5px 0 0 red, -0.5px 0 0 lime;
    }
    16% {
        text-shadow: -1px 0 0 red, 1px 0 0 lime;
    }
    17% {
        text-shadow: -1px 0 0 red, 1px 0 0 lime;
    }
    18% {
        text-shadow: -1px 0 0 red, 1px 0 0 lime;
    }
    19% {
        text-shadow: -1px 0 0 red, 1px 0 0 lime;
    }
    20% {
        text-shadow: -1px 0 0 red, 1px 0 0 lime;
    }
    21% {
        text-shadow: 0.7px 0 0 blue, -0.7px 0 0 lime;
    }
    22% {
        text-shadow: 0.7px 0 0 blue, -0.7px 0 0 lime;
    }
    23% {
        text-shadow: 0.7px 0 0 blue, -0.7px 0 0 lime;
    }
    24% {
        text-shadow: 0.7px 0 0 blue, -0.7px 0 0 lime;
    }
    25% {
        text-shadow: 0.7px 0 0 blue, -0.7px 0 0 lime;
    }
    26% {
        text-shadow: 0.7px 0 0 blue, -0.7px 0 0 lime;
    }
    27% {
        text-shadow: 0.7px 0 0 blue, -0.7px 0 0 lime;
    }
    28% {
        text-shadow: 0.7px 0 0 blue, -0.7px 0 0 lime;
    }
    29% {
        text-shadow: 0.7px 0 0 blue, -0.7px 0 0 lime;
    }
    30% {
        text-shadow: 0.7px 0 0 blue, -0.7px 0 0 lime;
    }
    31% {
        text-shadow: -1px 0 0 blue, 1px 0 0 lime;
    }
    32% {
        text-shadow: -1px 0 0 blue, 1px 0 0 lime;
    }
    33% {
        text-shadow: -1px 0 0 blue, 1px 0 0 lime;
    }
    34% {
        text-shadow: -1px 0 0 blue, 1px 0 0 lime;
    }
    35% {
        text-shadow: -1px 0 0 blue, 1px 0 0 lime;
    }
    36% {
        text-shadow: -1px 0 0 blue, 1px 0 0 lime;
    }
    37% {
        text-shadow: -1px 0 0 blue, 1px 0 0 lime;
    }
    38% {
        text-shadow: -1px 0 0 blue, 1px 0 0 lime;
    }
    39% {
        text-shadow: -1px 0 0 blue, 1px 0 0 lime;
    }
    40% {
        text-shadow: -1px 0 0 blue, 1px 0 0 lime;
    }
    41% {
        text-shadow: 50px 0 0 blue, -50px 0 0 lime;
    }
    42% {
        text-shadow: 0 0 0 blue, 0 0 0 lime;
    }
    43% {
        text-shadow: 0.5px 0 0 red, -0.5px 0 0 lime;
    }
    44% {
        text-shadow: 0.5px 0 0 red, -0.5px 0 0 lime;
    }
    45% {
        text-shadow: 0.5px 0 0 red, -0.5px 0 0 lime;
    }
    46% {
        text-shadow: 0.5px 0 0 red, -0.5px 0 0 lime;
    }
    47% {
        text-shadow: -1px 0 0 red, 1px 0 0 lime;
    }
    48% {
        text-shadow: -1px 0 0 red, 1px 0 0 lime;
    }
    49% {
        text-shadow: -1px 0 0 red, 1px 0 0 lime;
    }
    50% {
        text-shadow: -1px 0 0 red, 1px 0 0 lime;
    }
    51% {
        text-shadow: 1px 0 0 red, -1px 0 0 blue;
    }
    52% {
        text-shadow: 1px 0 0 red, -1px 0 0 blue;
    }
    53% {
        text-shadow: 1px 0 0 red, -1px 0 0 blue;
    }
    54% {
        text-shadow: 1px 0 0 red, -1px 0 0 blue;
    }
    55% {
        text-shadow: 1px 0 0 red, -1px 0 0 blue;
    }
    56% {
        text-shadow: -1px 0 0 red, 1px 0 0 blue;
    }
    57% {
        text-shadow: -1px 0 0 red, 1px 0 0 blue;
    }
    58% {
        text-shadow: -1px 0 0 red, 1px 0 0 blue;
    }
    59% {
        text-shadow: -1px 0 0 red, 1px 0 0 blue;
    }
    60% {
        text-shadow: -1px 0 0 red, 1px 0 0 blue;
    }
    61% {
        text-shadow: 30px 0 0 red, -30px 0 0 lime;
    }
    62% {
        text-shadow: 0 0 0 red, 0 0 0 lime;
    }
    63% {
        text-shadow: 0.5px 0 0 red, -0.5px 0 0 blue;
    }
    64% {
        text-shadow: 0.5px 0 0 red, -0.5px 0 0 blue;
    }
    65% {
        text-shadow: 0.5px 0 0 red, -0.5px 0 0 blue;
    }
    66% {
        text-shadow: 0.5px 0 0 red, -0.5px 0 0 blue;
    }
    67% {
        text-shadow: -1px 0 0 red, 1px 0 0 blue;
    }
    68% {
        text-shadow: -1px 0 0 red, 1px 0 0 blue;
    }
    69% {
        text-shadow: -1px 0 0 red, 1px 0 0 blue;
    }
    70% {
        text-shadow: -1px 0 0 red, 1px 0 0 blue;
    }
    71% {
        text-shadow: 70px 0 0 red, -70px 0 0 blue;
    }
    72% {
        text-shadow: 0 0 0 red, 0 0 0 blue;
    }
    73% {
        text-shadow: 1px 0 0 red, -1px 0 0 blue;
    }
    74% {
        text-shadow: 1px 0 0 red, -1px 0 0 blue;
    }
    75% {
        text-shadow: 1px 0 0 red, -1px 0 0 blue;
    }
    76% {
        text-shadow: 1px 0 0 red, -1px 0 0 blue;
    }
    77% {
        text-shadow: -1px 0 0 red, 1px 0 0 blue;
    }
    78% {
        text-shadow: -1px 0 0 red, 1px 0 0 blue;
    }
    79% {
        text-shadow: -1px 0 0 red, 1px 0 0 blue;
    }
    80% {
        text-shadow: -1px 0 0 red, 1px 0 0 blue;
    }
    81% {
        text-shadow: 0.5px 0 0 red, -0.5px 0 0 lime;
    }
    82% {
        text-shadow: 0.5px 0 0 red, -0.5px 0 0 lime;
    }
    83% {
        text-shadow: 0.5px 0 0 red, -0.5px 0 0 lime;
    }
    84% {
        text-shadow: 0.5px 0 0 red, -0.5px 0 0 lime;
    }
    85% {
        text-shadow: 0.5px 0 0 red, -0.5px 0 0 lime;
    }
    86% {
        text-shadow: -1px 0 0 red, 1px 0 0 lime;
    }
    87% {
        text-shadow: -1px 0 0 red, 1px 0 0 lime;
    }
    88% {
        text-shadow: -1px 0 0 red, 1px 0 0 lime;
    }
    89% {
        text-shadow: -1px 0 0 red, 1px 0 0 lime;
    }
    90% {
        text-shadow: -1px 0 0 red, 1px 0 0 lime;
    }
    91% {
        text-shadow: 60px 0 0 lime, -60px 0 0 blue;
    }
    92% {
        text-shadow: 0 0 0 lime, 0 0 0 blue;
    }
    92% {
        text-shadow: 0.7px 0 0 blue, -0.7px 0 0 lime;
    }
    93% {
        text-shadow: 0.7px 0 0 blue, -0.7px 0 0 lime;
    }
    94% {
        text-shadow: 0.7px 0 0 blue, -0.7px 0 0 lime;
    }
    95% {
        text-shadow: 0.7px 0 0 blue, -0.7px 0 0 lime;
    }
    96% {
        text-shadow: -1px 0 0 blue, 1px 0 0 lime;
    }
    97% {
        text-shadow: -1px 0 0 blue, 1px 0 0 lime;
    }
    98% {
        text-shadow: -1px 0 0 blue, 1px 0 0 lime;
    }
    99% {
        text-shadow: -1px 0 0 blue, 1px 0 0 lime;
    }
    100% {
        text-shadow: -1px 0 0 blue, 1px 0 0 lime;
    }
}

.glitch {
    color: #FFF;
    position: relative;
    color: #fff;
    mix-blend-mode: lighten;
}

.glitch--v1:before {
    -webkit-animation: glitch--v2 2.2s linear;
    animation: glitch--v2 2.2s linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-delay: 0.115s;
    animation-delay: 0.115s;
}

.glitch--v1:after {
    -webkit-animation: glitch-anim-1 2s linear;
    animation: glitch-anim-1 2s linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-delay: 0.055s;
    animation-delay: 0.055s;
}

.glitch--v2:before {
    -webkit-animation: glitch-anim-1 1.4s ease;
    animation: glitch-anim-2 1.4s ease;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-delay: 0.315s;
    animation-delay: 0.315s;
}

.glitch--v2:after {
    -webkit-animation: glitch--v2 1.2s linear;
    animation: glitch--v2 1.2s linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-delay: 0.55s;
    animation-delay: 0.55s;
}

.glitch:after,
.glitch:before {
    content: attr(data-text);
    position: absolute;
    top: 0;
    width: 100%;
    background-color: #1a1a1a;
    background-image: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/245055/broken_noise.png");
    clip: rect(0, 0, 0, 0);
}

.glitch:before {
    left: -2px;
    text-shadow: 3px 0 #b90000;
}

.glitch:after {
    left: 2px;
    text-shadow: -3px 0 #b90000;
}

@-webkit-keyframes glitch--v2 {
    0% {
        clip: rect(9px, 9999px, 11px, 0);
    }
    15% {
        clip: rect(11px, 9999px, 38px, 0);
    }
    30% {
        clip: rect(1px, 9999px, 26px, 0);
    }
    50% {
        clip: rect(0, 0, 0, 0);
    }
    70% {
        clip: rect(23px, 9999px, 36px, 0);
    }
    80% {
        clip: rect(0, 0, 0, 0);
    }
    100% {
        clip: rect(9px, 9999px, 11px, 0);
    }
}

@keyframes glitch--v2 {
    0% {
        clip: rect(9px, 9999px, 11px, 0);
    }
    15% {
        clip: rect(11px, 9999px, 38px, 0);
    }
    30% {
        clip: rect(1px, 9999px, 26px, 0);
    }
    50% {
        clip: rect(0, 0, 0, 0);
    }
    70% {
        clip: rect(23px, 9999px, 36px, 0);
    }
    80% {
        clip: rect(0, 0, 0, 0);
    }
    100% {
        clip: rect(9px, 9999px, 11px, 0);
    }
}

@-webkit-keyframes glitch-anim-1 {
    0% {
        top: 4px;
        left: 3px;
        clip: rect(36px, 9999px, 44px, 0);
    }
    20% {
        clip: rect(42px, 9999px, 147px, 0);
    }
    40% {
        clip: rect(4px, 9999px, 100px, 0);
    }
    60% {
        clip: rect(71px, 9999px, 108px, 0);
    }
    80% {
        clip: rect(90px, 9999px, 140px, 0);
    }
    100% {
        top: 1px;
        left: 0;
        clip: rect(128px, 9999px, 78px, 0);
    }
}

@keyframes glitch-anim-1 {
    0% {
        top: 4px;
        left: 3px;
        clip: rect(36px, 9999px, 44px, 0);
    }
    20% {
        clip: rect(42px, 9999px, 147px, 0);
    }
    40% {
        clip: rect(4px, 9999px, 100px, 0);
    }
    60% {
        clip: rect(71px, 9999px, 108px, 0);
    }
    80% {
        clip: rect(90px, 9999px, 140px, 0);
    }
    100% {
        top: 1px;
        left: 0;
        clip: rect(128px, 9999px, 78px, 0);
    }
}

.glitch14 {
    transform: scale3d(1, 1, 1);
}

.glitch14::before,
.glitch14::after {
    content: attr(data-text);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    background: #151515;
    color: #fff;
    clip: rect(0, 900px, 0, 0);
}

.glitch14::before {
    left: 7px;
    text-shadow: 1px 0 green;
    animation: glitch-effect 5s infinite linear alternate-reverse;
}

.glitch14::after {
    left: 3px;
    text-shadow: -1px 0 red;
    animation: glitch-effect 4s infinite linear alternate-reverse;
}

.glitch13 {
    transform: scale3d(1, 1, 1);
}

.glitch13::before,
.glitch13::after {
    content: attr(data-text);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    color: #fff;
    clip: rect(0, 900px, 0, 0);
}

.glitch13::before {
    left: 7px;
    text-shadow: 1px 0 green;
    animation: glitch-effect 4s infinite linear alternate-reverse;
}

.glitch13::after {
    left: 3px;
    text-shadow: -1px 0 red;
    animation: glitch-effect 3s infinite linear alternate-reverse;
}

.glitch12 {
    transform: scale3d(1, 1, 1);
}

.glitch12::before,
.glitch12::after {
    content: attr(data-text);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    background: #151515;
    color: #fff;
    clip: rect(0, 900px, 0, 0);
}

.glitch12::before {
    left: 7px;
    text-shadow: 1px 0 green;
    animation: glitch-effect 3s infinite linear alternate-reverse;
}

.glitch12::after {
    left: 3px;
    text-shadow: -1px 0 red;
    animation: glitch-effect 2s infinite linear alternate-reverse;
}

@-webkit-keyframes glitch-effect {
    0% {
        clip: rect(17px, 9999px, 73px, 0);
    }
    5% {
        clip: rect(25px, 9999px, 47px, 0);
    }
    10% {
        clip: rect(89px, 9999px, 93px, 0);
    }
    15% {
        clip: rect(4px, 9999px, 100px, 0);
    }
    20% {
        clip: rect(26px, 9999px, 9px, 0);
    }
    25% {
        clip: rect(13px, 9999px, 45px, 0);
    }
    30% {
        clip: rect(91px, 9999px, 49px, 0);
    }
    35% {
        clip: rect(5px, 9999px, 33px, 0);
    }
    40% {
        clip: rect(41px, 9999px, 44px, 0);
    }
    45% {
        clip: rect(96px, 9999px, 1px, 0);
    }
    50% {
        clip: rect(37px, 9999px, 70px, 0);
    }
    55% {
        clip: rect(84px, 9999px, 79px, 0);
    }
    60% {
        clip: rect(86px, 9999px, 32px, 0);
    }
    65% {
        clip: rect(47px, 9999px, 6px, 0);
    }
    70% {
        clip: rect(35px, 9999px, 50px, 0);
    }
    75% {
        clip: rect(18px, 9999px, 57px, 0);
    }
    80% {
        clip: rect(56px, 9999px, 28px, 0);
    }
    85% {
        clip: rect(3px, 9999px, 52px, 0);
    }
    90% {
        clip: rect(94px, 9999px, 3px, 0);
    }
    95% {
        clip: rect(52px, 9999px, 83px, 0);
    }
    100% {
        clip: rect(57px, 9999px, 79px, 0);
    }
}

@keyframes glitch-effect {
    0% {
        clip: rect(17px, 9999px, 73px, 0);
    }
    5% {
        clip: rect(25px, 9999px, 47px, 0);
    }
    10% {
        clip: rect(89px, 9999px, 93px, 0);
    }
    15% {
        clip: rect(4px, 9999px, 100px, 0);
    }
    20% {
        clip: rect(26px, 9999px, 9px, 0);
    }
    25% {
        clip: rect(13px, 9999px, 45px, 0);
    }
    30% {
        clip: rect(91px, 9999px, 49px, 0);
    }
    35% {
        clip: rect(5px, 9999px, 33px, 0);
    }
    40% {
        clip: rect(41px, 9999px, 44px, 0);
    }
    45% {
        clip: rect(96px, 9999px, 1px, 0);
    }
    50% {
        clip: rect(37px, 9999px, 70px, 0);
    }
    55% {
        clip: rect(84px, 9999px, 79px, 0);
    }
    60% {
        clip: rect(86px, 9999px, 32px, 0);
    }
    65% {
        clip: rect(47px, 9999px, 6px, 0);
    }
    70% {
        clip: rect(35px, 9999px, 50px, 0);
    }
    75% {
        clip: rect(18px, 9999px, 57px, 0);
    }
    80% {
        clip: rect(56px, 9999px, 28px, 0);
    }
    85% {
        clip: rect(3px, 9999px, 52px, 0);
    }
    90% {
        clip: rect(94px, 9999px, 3px, 0);
    }
    95% {
        clip: rect(52px, 9999px, 83px, 0);
    }
    100% {
        clip: rect(57px, 9999px, 79px, 0);
    }
}

.skillz {
    padding: 0;
    background-color: transparent;
    background-size: 100%, 44%;
    z-index: 0;
}

.skillzpic {
    position: relative;
    top: 365px;
    left: 0;
    width: 240px;
    z-index: 100;
}

.skillzpic img {
    width: 100%;
}

.direction {}

.fluid.skilly {
    margin: 64px auto 0 0;
    background: #b90000;
    width: 230px;
    height: 230px;
}

.skillz h3 {
    color: #fff;
    font-family: myFirstFont;
    font-weight: normal;
    font-size: 60px;
    letter-spacing: -1px;
}

.titulomar {
    margin-top: 70px!important;
}

.skillz p {
    color: #fff;
    font-weight: normal;
    font-size: 26px;
    line-height: 35px;
    font-family: agency;
}

.strategy {
    margin-top: -20%;
}

.strategy2 {
    width: 44%;
    float: right;
    text-align: right;
    margin: 19% 0 0 0;
    position: relative;
}

.skillzpic2 {
    position: absolute;
    top: 56px;
    right: 1.5%;
    z-index: 100;
    width: 240px;
    margin: 0;
}

.fluid.skillyright {
    margin: 64px 0 0 auto;
    background: #b90000;
    width: 230px;
    height: 230px;
}

.design {
    margin-top: -20%;
}

.abouttext {
    padding: 8% 8%;
    width: 60%;
    margin: 16% auto 4%;
    z-index: 500;
    position: relative;
    background-color: #273040bd;
    box-shadow: 0 0 150px #000000a6;
}

@import url("https://fonts.googleapis.com/css?family=Martel+Sans:700");
#app {
    height: 100vh;
    width: 100%;
}

html,
body {
    margin: 0;
    padding: 0;
}

@keyframes movemoon {
    0% {
        transform: translate(400%, -100%) scale(0.7);
    }
    25% {
        transform: translate(400%, 150vh) scale(0.7);
    }
    25.001% {
        transform: translate(500%, -100%) scale(0.4);
    }
    50% {
        transform: translate(500%, 85vh) scale(0.4);
    }
    50.001% {
        transform: translate(350%, -100%) scale(0.6);
    }
    75% {
        transform: translate(550%, 130vh) scale(0.3);
    }
    75.001% {
        transform: translate(100%, -100%) scale(0.5);
    }
    100% {
        transform: translate(100%, 110vh) scale(0.5);
    }
}

@keyframes moveearth {
    0% {
        transform: translate(220%, -100%) scale(0.7);
    }
    25% {
        transform: translate(150%, 150vh) scale(0.7);
    }
    25.001% {
        transform: translate(100%, -100%) scale(0.7);
    }
    50% {
        transform: translate(350%, 85vh) scale(0.4);
    }
    50.001% {
        transform: translate(350%, -100%) scale(0.6);
    }
    75% {
        transform: translate(350%, 130vh) scale(0.6);
    }
    75.001% {
        transform: translate(500%, -100%) scale(0.5);
    }
    100% {
        transform: translate(500%, 110vh) scale(0.5);
    }
}

@keyframes movemars {
    0% {
        transform: translate(350%, -100%) scale(0.7);
    }
    25% {
        transform: translate(150%, 150vh) scale(0.7);
    }
    25.001% {
        transform: translate(470%, -100%) scale(0.7);
    }
    50% {
        transform: translate(450%, 85vh) scale(0.4);
    }
    50.001% {
        transform: translate(450%, -100%) scale(0.6);
    }
    75% {
        transform: translate(500%, 130vh) scale(0.6);
    }
    75.001% {
        transform: translate(100%, -100%) scale(0.5);
    }
    100% {
        transform: translate(100%, 110vh) scale(0.5);
    }
}

.moon {
    transform: translate(400%, -100%) scale(0.7);
    left: 0;
    top: 0;
    width: 230px;
    height: 230px;
    background-color: #ecf0f1;
    border-bottom: 20px solid rgba(0, 0, 0, 0.05);
    border-right: 25px solid rgba(0, 0, 0, 0.05);
    border-radius: 50%;
    position: absolute;
    z-index: 1;
}

.earth {
    transform: translate(220%, -100%) scale(0.7);
    border-radius: 100%;
    background-color: #319bf5;
    border-bottom: 20px solid rgba(0, 0, 0, 0.05);
    border-right: 25px solid rgba(0, 0, 0, 0.05);
    left: 0;
    top: 0;
    width: 230px;
    position: absolute;
    height: 230px;
    overflow: hidden;
}

.earth:before {
    background-color: #39af5d;
    border-radius: 100% 70%;
    content: "";
    height: 68%;
    transform: rotate(-40deg);
    left: 0%;
    border-top: 4px solid rgba(0, 0, 0, 0.02);
    border-left: 4px solid rgba(0, 0, 0, 0.02);
    position: absolute;
    top: 30%;
    width: 35%;
}

.earth:after {
    background-color: #39af5d;
    border-radius: 100% 70%;
    content: "";
    border-top: 4px solid rgba(0, 0, 0, 0.02);
    border-left: 4px solid rgba(0, 0, 0, 0.02);
    position: absolute;
    height: 22%;
    left: 55%;
    top: 10%;
    width: 20%;
}

.mars {
    transform: translate(350%, -100%) scale(0.7);
    background-color: #ef5737;
    border-bottom: 20px solid rgba(0, 0, 0, 0.05);
    border-right: 25px solid rgba(0, 0, 0, 0.05);
    width: 230px;
    border-radius: 100%;
    position: absolute;
    height: 230px;
    top: 0;
    left: 0;
}

.mars:before {
    background-color: #c25412;
    border-radius: 100%;
    content: "";
    height: 20%;
    transform: rotate(-40deg);
    left: 20%;
    border-top: 4px solid rgba(0, 0, 0, 0.05);
    border-left: 4px solid rgba(0, 0, 0, 0.05);
    position: absolute;
    top: 60%;
    width: 20%;
}

.mars:after {
    background-color: #c25412;
    border-radius: 100%;
    content: "";
    position: absolute;
    border-top: 4px solid rgba(0, 0, 0, 0.05);
    border-left: 4px solid rgba(0, 0, 0, 0.05);
    height: 30%;
    left: 50%;
    top: 15%;
    width: 30%;
}

.crater {
    position: absolute;
    background-color: #babcc1;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border-top: 4px solid rgba(0, 0, 0, 0.05);
    border-left: 4px solid rgba(0, 0, 0, 0.05);
    margin-top: 20px;
    margin-left: 60px;
}

.crater-2 {
    position: absolute;
    background-color: #babcc1;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border-top: 4px solid rgba(0, 0, 0, 0.05);
    border-left: 4px solid rgba(0, 0, 0, 0.05);
    margin-top: 140px;
    margin-left: 30px;
}

.crater-3 {
    position: absolute;
    background-color: #babcc1;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border-top: 4px solid rgba(0, 0, 0, 0.05);
    border-left: 4px solid rgba(0, 0, 0, 0.05);
    margin-top: 170px;
    margin-left: 170px;
}

@keyframes twinkle_one {
    0% {
        opacity: 0.5;
    }
    30% {
        opacity: 0.8;
    }
    70% {
        opacity: 0.6;
    }
    100% {
        opacity: 0.9;
    }
}

@keyframes twinkle_two {
    0% {
        opacity: 0.7;
    }
    25% {
        opacity: 0.4;
    }
    80% {
        opacity: 0.6;
    }
    100% {
        opacity: 0.9;
    }
}

@keyframes twinkle_three {
    0% {
        opacity: 0.8;
    }
    30% {
        opacity: 0.4;
    }
    40% {
        opacity: 0.6;
    }
    100% {
        opacity: 0.2;
    }
}

@keyframes movestars1 {
    0% {
        transform: translateY(0%);
    }
    50% {
        transform: translateY(100%);
    }
    50.001% {
        transform: translateY(-100%);
    }
    100% {
        transform: translateY(0%);
    }
}

@keyframes movestars2 {
    0% {
        transform: translateY(-100%);
    }
    100% {
        transform: translateY(100%);
    }
}

.galaxy {
    height: 200%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.galaxy .field {
    position: absolute;
    left: 0;
    height: 50%;
    width: 100%;
    top: 0;
}

.galaxy .field .distance-layer1 {
    transform: translateY(-100%);
}

.star {
    position: absolute;
    background-color: #fff;
    z-index: 0;
}

.distance-layer {
    position: absolute;
    left: 0;
    height: 100%;
    width: 100%;
    top: 0;
}

.distance-layer2 .star {
    width: 2px;
    height: 2px;
    animation: twinkle_one 3s ease-in-out infinite;
}

.distance-layer1 .star {
    width: 2px;
    height: 2px;
    border-radius: 2px;
    box-shadow: 0 0 1px 1px #fff;
    animation: twinkle_two 8s ease-in-out infinite;
}

.distance-layer0 .star {
    width: 3px;
    height: 3px;
    border-radius: 3px;
    box-shadow: 0 0 1px 1px #fff;
    animation: twinkle_two 6s ease-in-out infinite;
}

.countdown {
    position: absolute;
    top: 40%;
    left: 42%;
    z-index: 2;
}

.countdown span {
    opacity: 0;
    font-family: "Martel sans";
    font-weight: 700;
    font-size: 78px;
    display: block;
    animation: fadeCount 1s linear 3;
}

@keyframes fadeCount {
    0% {
        opacity: 1;
        transform: translate(0, 0) rotate(0);
    }
    100% {
        opacity: 0;
        transform: translate(-15px, -15px) rotate(-12deg);
    }
}

.fly .rocket {
    transform: translate(-50%, -20%);
}

.fly .rocket .exhaust-flame {
    height: 130px;
}

.fly .exhaust-fumes {
    transform: translate(-50%, 200%);
}

.fly .moon {
    animation: movemoon 27s linear 2s infinite;
}

.fly .earth {
    animation: moveearth 26s linear 8s infinite;
}

.fly .mars {
    animation: movemars 25s linear 10s infinite;
}

.fly .field0 .distance-layer0 {
    animation: movestars1 3s linear infinite;
}

.fly .field0 .distance-layer1 {
    animation: movestars2 3s linear infinite;
}

.fly .field1 .distance-layer0 {
    animation: movestars1 6s linear infinite;
}

.fly .field1 .distance-layer1 {
    animation: movestars2 6s linear infinite;
}

.fly .field2 .distance-layer0 {
    animation: movestars1 12s linear infinite;
}

.fly .field2 .distance-layer1 {
    animation: movestars2 12s linear infinite;
}

.rocket-wrap {
    height: 100%;
    overflow: hidden;
    position: relative;
}

.rocket {
    z-index: 1;
    position: absolute;
    top: 6%;
    width: 80px;
    right: 20%;
    transform: translateX(-50%);
    transition: transform 1s ease;
}

.rocket .rocket-body {
    width: 80px;
    left: calc(50% - 50px);
    animation: bounce 2s infinite;
}

.rocket .rocket-body .body {
    background-color: #b90000;
    height: 190px;
    left: calc(50% - 50px);
    border-top-right-radius: 100%;
    border-top-left-radius: 100%;
    border-bottom-left-radius: 0%;
    border-bottom-right-radius: 0%;
}

.rocket .rocket-body:before {
    content: "";
    position: absolute;
    left: calc(50% - 28px);
    width: 56px;
    height: 13px;
    background-color: #554842;
    bottom: -13px;
    border-bottom-right-radius: 60%;
    border-bottom-left-radius: 60%;
}

.rocket .window {
    position: absolute;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    background-color: #b90000;
    left: calc(50% - 24px);
    top: 40px;
    font-family: neltu;
    line-height: 40px;
    text-align: center;
    border: 5px solid #fff;
    overflow: hidden;
    color: #fff;
    font-size: 15px;
}

.rocket .window:before {
    content: "";
    position: absolute;
    left: 0%;
    top: 50%;
    width: 200%;
    height: 200%;
    transform: rotate(45deg);
    transform-origin: center;
    background: rgba(0, 0, 0, 0.05);
}

.rocket .fin {
    position: absolute;
    z-index: -100;
    height: 75px;
    width: 50px;
    background-color: #b90000;
}

.rocket .fin-left {
    left: -30px;
    top: calc(100% - 55px);
    border-top-left-radius: 80%;
    border-bottom-right-radius: 100%;
}

.rocket .fin-right {
    right: -30px;
    top: calc(100% - 55px);
    border-top-right-radius: 80%;
    border-bottom-left-radius: 100%;
}

.exhaust-flame {
    position: absolute;
    top: 50%;
    width: 28px;
    height: 160px;
    left: 50%;
    transition: height 1s linear;
    transform: translateX(-50%);
    animation: exhaust 0.2s infinite;
}

.exhaust-fumes {
    opacity: 0.8;
    left: 50%;
    position: absolute;
    bottom: 140px;
    transition: transform 5s linear;
    transform: translateX(-50%);
    width: 80px;
    height: 200px;
    padding: 0;
    z-index: 1;
    display: block;
}

.exhaust-fumes li {
    width: 60px;
    height: 60px;
    background-color: #f5f5f5;
    list-style: none;
    position: absolute;
    border-radius: 100%;
}

.exhaust-fumes li:first-child {
    width: 200px;
    height: 200px;
    top: 300px;
    animation: fumes 5s infinite;
}

.exhaust-fumes li:nth-child(2) {
    width: 150px;
    height: 150px;
    left: -120px;
    top: 300px;
    animation: fumes 3.2s infinite;
}

.exhaust-fumes li:nth-child(3) {
    width: 120px;
    height: 120px;
    left: -40px;
    top: 330px;
    animation: fumes 3s 1s infinite;
}

.exhaust-fumes li:nth-child(4) {
    width: 100px;
    height: 100px;
    left: -170px;
    animation: fumes 4s 2s infinite;
    top: 380px;
}

.exhaust-fumes li:nth-child(5) {
    width: 130px;
    height: 130px;
    left: -120px;
    top: 350px;
    animation: fumes 5s infinite;
}

.exhaust-fumes li:nth-child(6) {
    width: 200px;
    height: 200px;
    left: -60px;
    top: 280px;
    animation: fumes2 10s infinite;
}

.exhaust-fumes li:nth-child(7) {
    width: 100px;
    height: 100px;
    left: -100px;
    top: 320px;
}

.exhaust-fumes li:nth-child(8) {
    width: 110px;
    height: 110px;
    left: 70px;
    top: 340px;
}

.exhaust-fumes li:nth-child(9) {
    width: 90px;
    height: 90px;
    left: 200px;
    top: 380px;
    animation: fumes 20s infinite;
}

@keyframes fumes {
    50% {
        transform: scale(1.5);
        background-color: transparent;
    }
    51% {
        transform: scale(0.8);
    }
    100% {
        background-color: #f5f5f5;
        transform: scale(1);
    }
}

@keyframes bounce {
    0% {
        transform: translate(0, 0);
    }
    50% {
        transform: translate(0, -4px);
    }
    100% {
        transform: translate(0, 0);
    }
}

@keyframes exhaust {
    0% {
        background: linear-gradient(to top, transparent 10%, #f5f5f5 100%);
    }
    50% {
        background: linear-gradient(to top, transparent 0%, #f5f5f5 100%);
    }
    75% {
        background: linear-gradient(to top, transparent 10%, #f5f5f5 100%);
    }
}

@keyframes fumes2 {
    50% {
        transform: scale(1.1);
    }
}

ol,
ul {
    padding-left: 0rem;
    margin-top: 0;
    margin-bottom: 0rem;
}

.bloque-noticia ol,
ul {
   padding-left: 2rem;
    margin-top: 0;
    margin-bottom: 0rem;
}
.feca2{
    
 padding-left: 0rem!important;  
    
}
.webs-img {
    padding: 10px;
    width: 100%;
    height: 400px;
    object-fit: cover;
    object-position: top;
}

.card-img-overlay {
    background: #b90000;
}

.quitar-ver {
    overflow: hidden;
}

#iframe-content {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999999999999999999999999999;
    bottom: 0;
    display: flex;
    flex-direction: column;
}

#iframe-content .iframe-title {
    position: relative;
    z-index: 1;
    order: 0;
    height: 40px;
    background-color: #eee;
    border-top: 1px solid #ddd;
    color: #191e23;
    align-items: center;
    font-size: 16px;
    display: flex;
    padding: 0 5px;
}

#iframe-content .iframe-title .demo-title {
    flex-grow: 1;
}

#iframe-content .iframe-wrapper {
    flex-grow: 1;
    position: relative;
    z-index: 1;
    height: 100%;
    overflow: auto;
}

#iframe-content .site-loading {
    position: absolute;
    background-color: #fff;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

#iframe-content iframe {
    width: 100%;
    height: 100%;
    border: 0;
    display: block;
}

#iframe-content.tablet .site-loading,
#iframe-content.mobile .site-loading {
    background-color: #333;
}

#iframe-content.tablet iframe,
#iframe-content.mobile iframe {
    border-radius: 30px;
    background-color: #111;
    margin: 30px auto 80px;
}

#iframe-content.tablet iframe {
    width: 768px;
    height: 1025px;
    padding: 40px 10px 70px;
}

#iframe-content.mobile iframe {
    width: 360px;
    height: 640px;
    padding: 40px 10px 70px;
}

.devices button {
    cursor: pointer;
    background: 0 0;
    border: none;
}

.devices button svg {
    height: 1em;
    font-size: 18px;
    transition: 0.15s fill ease-in-out;
}

.devices button:hover {}

.devices button:hover svg {
    fill: #b90000;
}

.devices button.active {
    border-bottom-color: #191e23;
}

.devices button.active:hover {
    border-bottom-color: #0073aa;
}

.under-construction {
    text-align: center;
    margin: 40px 0;
}

.under-construction svg {
    height: 1em;
    font-size: 18px;
    color: red;
}

@media (max-width: 991px) {
    .devices button[data-device-mode] {
        display: none;
    }
    .letra-celular {
        font-weight: normal!important;
        font-size: 7px!important;
    }

}
@media (max-width: 767px) {
   
   
    .viewnoti{
    
     height: 220px!important;
    object-fit: contain!important;
}

.catelado {
    height: 207px!important;
    display: block!important;
    border-radius: 4px!important;
    overflow: hidden!important;
    object-fit: cover!important;
}
}


@media (min-width: 767px  ) and (max-width: 991px  ){
   


.catelado {
    height: 450px!important;
    display: block!important;
    border-radius: 4px!important;
    overflow: hidden!important;
    object-fit: cover!important;
}}
.letra-celular {
    font-weight: normal;
    font-size: 11px;
}

.instagram {
    position: fixed;
    display: block;
    font-weight: 400;
    justify-content: space-between;
    z-index: 98;
    bottom: 13px;
    right: 52px;
    font-size: 15px;
}

.quick-demo {
    color: #ffff;
    position: absolute;
    text-align: center;
    display: block;
    width: 100%;
    background: #b90000d6;
    padding: 10px 0px 10px 0px;
    backdrop-filter: blur(9px);
    -webkit-backdrop-filter: blur(10px);
    bottom: 0px;
    cursor: pointer;
}

.instagram {
    position: fixed;
    display: block;
    font-weight: 400;
    justify-content: space-between;
    z-index: 98;
    bottom: 13px;
    right: 52px;
    font-size: 15px;
}

p {
    margin-top: 0;
    margin-bottom: 0rem;
}

form {
    text-align: center;
}

label {
    display: block;
    letter-spacing: 4px;
    padding-top: 30px;
    text-align: center;
}

label .label-text {
    color: #fff;
    cursor: text;
    font-size: 20px;
    line-height: 20px;
    text-transform: uppercase;
    -moz-transform: translateY(-34px);
    -ms-transform: translateY(-34px);
    -webkit-transform: translateY(-34px);
    transform: translateY(-34px);
    transition: all 0.3s;
    font-family: agency;
}

label input {
    background-color: transparent;
    border: 0;
    border-bottom: 2px solid #4A4A4A;
    color: white;
    font-size: 36px;
    letter-spacing: -1px;
    outline: 0;
    padding: 5px 20px;
    text-align: center;
    transition: all 0.3s;
    width: 200px;
}

label input:focus {
    max-width: 100%;
    width: 400px;
}

label input:focus+.label-text {
    color: #F0F0F0;
    font-size: 13px;
    -moz-transform: translateY(-74px);
    -ms-transform: translateY(-74px);
    -webkit-transform: translateY(-74px);
    transform: translateY(-74px);
}

label input:valid+.label-text {
    font-size: 13px;
    -moz-transform: translateY(-74px);
    -ms-transform: translateY(-74px);
    -webkit-transform: translateY(-74px);
    transform: translateY(-74px);
}

.botonmensaje {
    background-color: #33333300;
    border: 1px solid white;
    border-radius: 0px;
    color: white;
    cursor: pointer;
    font-size: 20px;
    margin-top: 20px;
    padding: 15px 30px;
    text-transform: uppercase;
    transition: all 200ms;
    font-family: agency;
    width: 100%;
}

.botonmensaje:hover,
.botonmensaje:focus {
    background-color: white;
    color: #333333;
    outline: 0;
    font-family: agency;
}

#watermark p {
    position: absolute;
    color: #fff;
    font-size: 18px;
    color: #ffffff00;
    font-family: myFirstFont;
    font-size: 70px;
    width: 150%;
}

.scrollTxt {
    position: absolute;
    bottom: -12vw;
    right: 0;
    animation-name: scroll;
    animation-duration: 50s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

.scrollTxt p {
    color: red;
    opacity: 0.3;
    font-family: "Oswald", sans-serif;
    font-size: 6vw;
    text-transform: uppercase;
    line-height: 0;
    text-align: center;
    margin-top: revert;
}

@keyframes scroll {
    from {
        transform: rotateX(20deg) rotateZ(30deg);
    }
    to {
        transform: rotateX(20deg) rotateZ(30deg) translateY(66vw);
    }
}


/* 10. preloader */

.preloader-bg {
    position: fixed;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: #1a1a1a;
    background-image: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/245055/broken_noise.png");
    z-index: 999999;
}

#preloader {
    position: fixed;
    display: table;
    table-layout: fixed;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: #1a1a1a;
    background-image: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/245055/broken_noise.png");
    z-index: 999999;
}

#preloader-status {
    display: table-cell;
    vertical-align: middle;
}

.preloader-position {
    position: relative;
    margin: 0 auto;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

.loader {
    position: relative;
    width: 45px;
    height: 45px;
    left: 50%;
    top: auto;
    margin-left: -22px;
    margin-top: 2px;
    -webkit-animation: rotate 1s infinite linear;
    -moz-animation: rotate 1s infinite linear;
    -ms-animation: rotate 1s infinite linear;
    -o-animation: rotate 1s infinite linear;
    animation: rotate 1s infinite linear;
    border: 3px solid rgba(255, 255, 255, .15);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}

.loader span {
    position: absolute;
    width: 45px;
    height: 45px;
    top: -3px;
    left: -3px;
    border: 3px solid transparent;
    border-top: 3px solid rgba(255, 255, 255, .75);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}

@-webkit-keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.small {
    font-size: 11px;
    color: #999;
    display: block;
    margin-top: -10px
}

.cont {
    text-align: center;
}

.page-head {
    padding: 60px 0;
    text-align: center;
}

.page-head .lead {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.4;
    margin-bottom: 50px;
    margin-top: 0;
}

.btn {
    -moz-user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 2px;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857;
    margin-bottom: 0;
    padding: 6px 12px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    text-decoration: none;
}

.btn-lg {
    border-radius: 2px;
    font-size: 18px;
    line-height: 1.33333;
    padding: 10px 16px;
}

.btn-primary:hover {
    background-color: #fff;
    color: #152836;
}

.btn-primary {
    background-color: #152836;
    border-color: #0e1a24;
    color: #ffffff;
}

.btn-primary {
    border-color: #eeeeee;
    color: #eeeeee;
    transition: color 0.1s ease 0s, background-color 0.15s ease 0s;
}

.page-head h1 {
    font-size: 42px;
    margin: 0 0 20px;
    color: #FFF;
    position: relative;
    display: inline-block;
}

.page-head h1 .version {
    bottom: 0;
    color: #ddd;
    font-size: 11px;
    font-style: italic;
    position: absolute;
    width: 58px;
    right: -58px;
}

.demo-gallery>ul {
    margin-bottom: 0;
}

.demo-gallery>ul>li {
    margin-bottom: 15px;
    display: inline-block;
    list-style: outside none none;
}

.demo-gallery>ul>li a {
    border: 3px solid #FFF;
    border-radius: 3px;
    display: block;
    overflow: hidden;
    position: relative;
    float: left;
}

.demo-gallery>ul>li a>img {
    -webkit-transition: -webkit-transform 0.15s ease 0s;
    -moz-transition: -moz-transform 0.15s ease 0s;
    -o-transition: -o-transform 0.15s ease 0s;
    transition: transform 0.15s ease 0s;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    height: 100%;
    width: 100%;
}

.demo-gallery>ul>li a:hover>img {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
}

.demo-gallery>ul>li a:hover .demo-gallery-poster>img {
    opacity: 1;
}

.demo-gallery>ul>li a .demo-gallery-poster {
    background-color: rgba(0, 0, 0, 0.1);
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: background-color 0.15s ease 0s;
    -o-transition: background-color 0.15s ease 0s;
    transition: background-color 0.15s ease 0s;
}

.demo-gallery>ul>li a .demo-gallery-poster>img {
    left: 50%;
    margin-left: -10px;
    margin-top: -10px;
    opacity: 0;
    position: absolute;
    top: 50%;
    -webkit-transition: opacity 0.3s ease 0s;
    -o-transition: opacity 0.3s ease 0s;
    transition: opacity 0.3s ease 0s;
}

.demo-gallery>ul>li a:hover .demo-gallery-poster {
    background-color: rgba(0, 0, 0, 0.5);
}

.demo-gallery .justified-gallery>a>img {
    -webkit-transition: -webkit-transform 0.15s ease 0s;
    -moz-transition: -moz-transform 0.15s ease 0s;
    -o-transition: -o-transform 0.15s ease 0s;
    transition: transform 0.15s ease 0s;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    height: 100%;
    width: 100%;
}

.demo-gallery .justified-gallery>a:hover>img {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
}

.demo-gallery .justified-gallery>a:hover .demo-gallery-poster>img {
    opacity: 1;
}

.demo-gallery .justified-gallery>a .demo-gallery-poster {
    background-color: rgba(0, 0, 0, 0.1);
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: background-color 0.15s ease 0s;
    -o-transition: background-color 0.15s ease 0s;
    transition: background-color 0.15s ease 0s;
}

.demo-gallery .justified-gallery>a .demo-gallery-poster>img {
    left: 50%;
    margin-left: -10px;
    margin-top: -10px;
    opacity: 0;
    position: absolute;
    top: 50%;
    -webkit-transition: opacity 0.3s ease 0s;
    -o-transition: opacity 0.3s ease 0s;
    transition: opacity 0.3s ease 0s;
}

.demo-gallery .justified-gallery>a:hover .demo-gallery-poster {
    background-color: rgba(0, 0, 0, 0.5);
}

.demo-gallery .video .demo-gallery-poster img {
    height: 48px;
    margin-left: -24px;
    margin-top: -24px;
    opacity: 0.8;
    width: 48px;
}

.demo-gallery.dark>ul>li a {
    border: 3px solid #04070a;
}

.logomitad {
    width: 10%;
    display: block;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    z-index: 1;
}

.ereror {
    background-color: #33333300;
    border-radius: 0px;
    color: white;
    cursor: pointer;
    font-size: 20px;
    margin-top: 20px;
    padding: 15px 30px;
    text-transform: uppercase;
    transition: all 200ms;
    font-family: agency;
    width: 100%;
}

.imagenes-home {
    width: 100%;
    height: 167px;
    object-fit: cover;
    -webkit-border-bottom-right-radius: 6px;
    -webkit-border-bottom-left-radius: 6px;
    -moz-border-radius-bottomright: 6px;
    -moz-border-radius-bottomleft: 6px;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
}

.center-div {
    position: relative;
    top: 40%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.texto-box {
    color: #fff;
    font-weight: normal;
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 15px;
    font-family: agency;
}

.loader2 {
    display: inline-block;
    width: 22px;
    height: 22px;
    position: relative;
    border: 4px solid #b90000;
    top: 50%;
    animation: loader2 2s infinite ease;
    border-radius: 100%;
    margin-right: 10px;
}

.loader-inner2 {
    vertical-align: top;
    display: inline-block;
    width: 100%;
    background-color: #b90000;
    animation: loader-inner2 2s infinite ease-in;
}

@keyframes loader2 {
    0% {
        transform: rotate(0deg);
    }
    25% {
        transform: rotate(180deg);
    }
    50% {
        transform: rotate(180deg);
    }
    75% {
        transform: rotate(360deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes loader-inner2 {
    0% {
        height: 0%;
    }
    25% {
        height: 0%;
    }
    50% {
        height: 100%;
    }
    75% {
        height: 100%;
    }
    100% {
        height: 0%;
    }
}

.bordes {
    border-right: 1px solid white
}

.bicivalla {
    background-image: url("../images/bicivallas/bicivalla1.jpg")!important;
    background-size: cover!important;
    background-position: center!important;
}

.vegas-overlay {
    opacity: 0.7!important;
    background: #1a1a1a!important;
}

.accordion-item {
    margin-bottom: -1px;
    background-color: #fff0;
    border: 0px solid rgba(0, 0, 0, 0);
}

.accordion-button {
    font-family: myFirstFont;
    color: #fff;
    font-weight: normal;
    font-size: 46px;
    text-align: center;
    background-color: #fff0;
    display: block;
}

.accordion-button:not(.collapsed) {
    color: #fff;
    background-color: #b90000;
    box-shadow: inset 0 -1px 0 rgb(0 0 0 / 13%);
}

.accordion-button:focus {
    z-index: 3;
    border-color: #86b6fe00;
    outline: 0;
    box-shadow: 0 0 0 0.25rem #fff0;
}

.abajof2 {
    position: absolute;
    bottom: 64px;
    margin-bottom: 20px;
    color: #fff;
    z-index: 99999;
}

.abajof {
    position: absolute;
    bottom: 0px;
    margin-bottom: 20px;
    color: #fff;
}

.spanspan {
    font-size: 13px;
    margin-left: 7px;
    color: #fff;
    border-radius: 20px;
    margin: 5px;
    transition: all 0.3s ease-out;
    -webkit-animation: ripple 0.8s linear infinite;
    animation: ripple 0.8s linear infinite;
    width: 21px;
    height: 21px;
}

@-webkit-keyframes ripple {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 166, 0, 0), 0 0 0 10px #b9000060, 0 0 0 20px #b9000060;
    }
    100% {
        box-shadow: 0 0 0 10px #b9000060, 0 0 0 20px #b9000060, 0 0 0 30px rgba(255, 166, 0, 0);
    }
}

@keyframes ripple {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 166, 0, 0), 0 0 0 10px #b9000060, 0 0 0 20px #b9000060;
    }
    100% {
        box-shadow: 0 0 0 10px #b9000060, 0 0 0 20px #b9000060, 0 0 0 30px rgba(255, 166, 0, 0);
    }
}

@-webkit-keyframes rippleHover {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0), 0 0 0 10px rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0.1);
    }
    100% {
        box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 30px rgba(255, 255, 255, 0);
    }
}

@keyframes rippleHover {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0), 0 0 0 10px rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0.1);
    }
    100% {
        box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 30px rgba(255, 255, 255, 0);
    }
}

.bottonmarke {
    color: #fff;
    font-family: agency;
    font-weight: normal;
    font-size: 20px;
    margin-bottom: 0px;
    text-align: center;
    z-index: 99;
    cursor: pointer;
    text-decoration: none;
}

a:hover {
    color: #fff;
}

.bottonmarke2 {
    background: #1d1e22;
    padding: 2px;
    font-size: 17px;
}

.vermas1 {
    background: #b90000;
    padding: 10px;
    font-size: 15px;
}

.nav-tabs {
    border-bottom: 0px solid #dee2e6;
    margin-bottom: 32px;
}

.tradicel {
    width: 100%;
    padding: 20px;
    margin: 10% 0 0 0;
    height: 500px
}

.manejamost {
    font-size: 13px;
    color: #fff;
    font-family: 'agency';
    text-shadow: 2px 4px 0px #B90000;
    border: solid 1px #fff;
    padding: 5px;
}

.accordion-button::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.estaima {
    width: 60px!important;
}

.imagen-blog {
    height: 207px;
    display: block;
    position: relative;
    border-radius: 4px;
    overflow: hidden;
    background-size: cover;
    background-position: center center;
}

.titulo-blog {
    color: #fff;
    position: relative;
    margin: 10px;
    text-align: left;
    font-size: 1.4em;
    font-family: agency;
}

.fecha-blog {
    color: #1a1a1a;
    position: relative;
    margin-left: 10px;
    text-align: left;
    font-size: 1.0em;
    font-family: agency;
    background: #fbbb10;
    padding: 1px;
}

.texto-blog {
    color: #fff;
    position: relative;
    margin-left: 10px;
    text-align: left;
    font-size: 1.2em;
    font-family: agency;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.imagen-blog:before {
    z-index: 1;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: -moz-linear-gradient( top, transparent 0%, transparent 18%, rgba(0, 0, 0, 0.8) 99%, rgba(0, 0, 0, 0.8) 100%);
    background: -webkit-linear-gradient( top, transparent 0%, transparent 18%, rgba(0, 0, 0, 0.8) 99%, rgba(0, 0, 0, 0.8) 100%);
    background: -webkit-gradient( linear, left top, left bottom, from(transparent), color-stop(18%, transparent), color-stop(99%, rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0.8)));
    background: -o-linear-gradient( top, transparent 0%, transparent 18%, rgba(0, 0, 0, 0.8) 99%, rgba(0, 0, 0, 0.8) 100%);
    background: linear-gradient( to bottom, transparent 0%, transparent 18%, rgba(0, 0, 0, 0.8) 99%, rgba(0, 0, 0, 0.8) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#cc000000', GradientType=0);
}

.categoria-blog {
    display: inline-block;
    padding: 10px 10px;
    border-radius: 4px;
    letter-spacing: 0.2em;
    font-weight: 700;
    font-size: 0.6rem;
    text-transform: uppercase;
    background: #b90000;
    cursor: pointer;
    text-decoration: none;
    color: #fff;
}

.bloque-noticia {
    padding: 10px 10px 10px 10px;
    border-radius: 10px;
    border: solid 1px #b90000;
    height: 100%;
    background: #1a1a1a;
    background-image: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/245055/broken_noise.png);
    position: relative;
}

.pagination span.disabled {
    border: 1px solid #d5d5d5;
    border-radius: 4px;
    color: #ffffff;
    font-size: 11px;
    font-weight: bold;
    height: 100%;
    padding: 5px 10px;
    text-decoration: none;
    margin: 2px;
}

.pagination span.disabled {
    border: 1px solid #d5d5d5;
    border-radius: 4px;
    color: #ffffff;
    font-size: 11px;
    font-weight: bold;
    height: 100%;
    padding: 5px 10px;
    text-decoration: none;
    margin: 2px;
}

.pagination span.current {
    background-color: #b90000;
    border-radius: 4px;
    border: 1px solid #d5d5d5;
    color: #ffffff;
    font-size: 13px;
    font-weight: bold;
    height: 100%;
    padding: 5px 10px;
    text-decoration: none;
    margin: 2px;
}

.pagination a {
    border: 1px solid #d5d5d5;
    border-radius: 4px;
    color: #ffffff;
    font-size: 11px;
    font-weight: bold;
    height: 100%;
    padding: 5px 10px;
    text-decoration: none;
    margin: 2px;
}

.feca{

display: flex;

}

.completo2{

    list-style: none;
    width: 100%;
    text-align: end;
    list-style: none;
    width: 100%;
    color: #fbbb10;
    position: relative;
    font-size: 1.0em;
    font-family: agency;
    padding: 1px;
}



.completo{

    list-style: none;
    width: 100%;
    list-style: none;
    width: 100%;
    color: #fbbb10;
    position: relative;
    text-align: left;
    font-size: 1.0em;
    font-family: agency;
    padding: 1px;
}

a {
    text-decoration: underline;
    text-decoration: none;
    color: #fbbb10;
}

.fechaslide{

    list-style: none;
    color: #1a1a1a;
    position: relative;
    text-align: left;
    font-size: 1.0em;
    font-family: agency;
    margin: 9px;
    position: absolute;
    background: #fbbb10;
    padding: 4px 4px 4px 4px;
}

.media22{

    padding: 10px 10px 10px 10px;
    border-radius: 10px;
    border: solid 1px #b90000;
    height: 100%;
    background: #1a1a1a;
    background-image: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/245055/broken_noise.png);
    margin-bottom: 20px;
}


.texto-blog2{

    color: #fff;
    position: relative;

    font-size: 1.2em;
    font-family: agency;
    
    
    

    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;

}

.list-group-item {
    position: relative;
    display: block;
    padding: .5rem 1rem;
    color: #212529;
    text-decoration: none;
    background-color: #fbbb10;
    border: 1px solid rgb(185 0 0);
}


.catelado{

    height: 207px;
    display: block;
    border-radius: 4px;
    overflow: hidden;
    object-fit: cover;
}

.blancoteaxtos{


    color: #fff!important;
}

.viewnoti{
    
     height: 420px;
    object-fit: contain;
}

.dc-widget {
    color: #ffffff;
    text-align: center;
    display: inline-block;
    padding: 0px 6px 0px 0px;
    margin: 0px 0px 0px 0px;
    border-right: solid 1px #b90000;
    font-size: 12px;
   
    text-align: end;
}