body,
html {
    overflow-x: hidden;

}

.bg-black {
    background-color: #000;
}

.bg-degradado {
    background: rgba(124, 73, 219, 1);
    background: -moz-linear-gradient(left, rgba(124, 73, 219, 1) 0%, rgba(73, 136, 233, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(124, 73, 219, 1)), color-stop(100%, rgba(73, 136, 233, 1)));
    background: -webkit-linear-gradient(left, rgba(124, 73, 219, 1) 0%, rgba(73, 136, 233, 1) 100%);
    background: -o-linear-gradient(left, rgba(124, 73, 219, 1) 0%, rgba(73, 136, 233, 1) 100%);
    background: -ms-linear-gradient(left, rgba(124, 73, 219, 1) 0%, rgba(73, 136, 233, 1) 100%);
    background: linear-gradient(to right, rgba(124, 73, 219, 1) 0%, rgba(73, 136, 233, 1) 100%);
}

.ft-white {
    color: #fff;
}

.pt-40 {
    padding-top: 40px;
}

.pb-40 {
    padding-bottom: 40px;
}

/* This will use a fallback image instead of a video for devices that commonly do not support the HTML5 video element */

.slick-active>button:nth-child(1) {
    background: black !important;
}

.scrolled {
    background-color: #000000 !important;
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease;
}

.sticky {
    position: fixed;
    z-index: 9999;
    top: 30%;
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease;
}

.slide-media {
    overflow: hidden;
    width: 100%;
}

.link-mas {
    text-align: center;
    margin: 60px 0;
}

.link-mas a:hover {
    font-weight: bold;
    color: #A365F8;
}

.link-mas a {
    text-decoration: none;
    color: #333333;
    font-size: 19px;
    letter-spacing: 2px;
    cursor: pointer;
}

.tittle {
    color: white;
    font-size: 120px;
    line-height: 110px;
    margin-bottom: 30px;
    font-weight: 800;
    letter-spacing: 1px;
}

.tittle-part {
    font-size: 70px;
}

. {
    color: white;
    font-size: 30px;
    line-height: 30px;
    font-weight: lighter;
    letter-spacing: 5px;
}

/* Media Query for devices withi coarse pointers and no hover functionality */

/* This will use a fallback image instead of a video for devices that commonly do not support the HTML5 video element */

@media (pointer: coarse) and (hover: none) {}

/**** MENU ********/
/**** MENU ********/
/**** MENU ********/


/**** FIN MENU ********/
/**** FIN MENU ********/


/***** parallax de video ******/
/***** parallax de video ******/
/***** parallax de video ******/
figure {
    margin: 0;
    position: relative;
    height: 100vh;
    overflow: hidden;
}

figure h1 {
    position: absolute;
    top: 0;
    left: 20px;
    border-right: 3px solid #fff;
    padding: 5px 10px 5px 5px;
}

html body div.container-fluid div.row section div.hero-wrapper div.hero figure video.parallax {
    width: 100%;
    max-width: 100%;
}

.stretch {
    background: black;
    min-height: 100%;
    min-width: 100%;
    background-size: cover;
    margin-top: 100vh;
}

.stretch h1 {
    padding: 20px;
}


.hero-wrapper2 {
    background-color: black;
    bottom: 0;
    right: 0;
    top: 56px;
    height: auto;
    width: auto;
    min-height: 100%;
    min-width: 100%;
    z-index: -9999;
}

[class|="hero"] figure figcaption {
    background-color: black;
    color: white
}

.parallax {
    width: 100%;
    max-width: 100%;
}

.cont-text {
    position: relative;
}

.textura {
    letter-spacing: 2px;
    font-size: 33px;
    font-weight: lighter;
    color: #fff;
}


/**********FIN********/
/**********FIN********/
/**********FIN********/


/**********CARDS********/
/**********CARDS********/
/**********CARDS********/
/**********CARDS********/

.card h3 {
    font-size: 20px;
    font-weight: bold;
}

.card:hover {}

.tittles-card p {
    font-size: 28px;
    font-weight: lighter;
    letter-spacing: 3px;
}

.tittles-card {
    padding: 60px 60px 0 60px;
}

.tittles-card h2 {
    font-size: 33px;
    font-weight: bold;
    margin: 30px auto;
}

.card-container {
    display: flex;
    justify-content: center;
    margin-top: 0px;
    transition: transform .6s;

}

.card-container:hover {
    transform: scale(1.2);
}

.card {
    color: #aaa;
    text-decoration: none;
    position: relative;
    display: block;
    width: 360px;
    height: 420px;
    overflow: hidden;
}

.video {
    width: 100%;
    /*position: absolute;*/
    left: 0;
    top: 0;

    height: 420px;
    background-size: cover;
    background-position: center;
    background-color: black;
}


.video .vdo {
    z-index: 1;
}

.video .bg {
    width: 100%;
    height: 100%;
    z-index: 2;
    position: absolute;
    top: 0;
}

.video .red {
    background-image: linear-gradient(to right, rgba(255, 0, 0, 0.1), rgba(255, 0, 0, 0.1));
}

.video .green {
    background-image: linear-gradient(to right, rgba(0, 255, 0, 0.1), rgba(0, 255, 0, 0.1));
}

.video .blue {
    background-image: linear-gradient(to right, rgba(0, 0, 255, 0.1), rgba(0, 0, 255, 0.1));
}

.video .name {
    position: absolute;
    left: 0;
    bottom: 3%;
    width: 100%;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    opacity: 1;
    z-index: 3;
    letter-spacing: 3px;
    font-family: "Montserrat", sans-serif;
    transition: all 1s;
    padding: 10px 20px
}

.video .name p.subhead {
    font-size: 20px;
    margin: 0;
    font-weight: lighter;
    line-height: 17px;
    letter-spacing: 2px;
}

.video .name h3 {
    font-size: 18px;
    font-weight: 800;
    margin: 0;
    letter-spacing: 2px;

}

.video .name p {
    font-size: 14px;
    font-weight: bold;
    margin: 0;
    color: #DBC8F7;
    letter-spacing: 2px;
}

.video .name .anchor {
    background-color: #9515d8;
    border: 1px solid #9515d8;
    border-radius: 0.6em;
    color: white;
    display: inline-block;
    font-size: 0.9em;
    letter-spacing: normal;
    margin-top: 0.5em;
    padding: 0.1em 1em;
    text-transform: none;
}

.video .name .anchor:hover {
    background-color: white;
    color: #9515d8;
}

a.card:hover {
    font-weight: normal;
}

card:hover .name {
    opacity: 0.5;
}

.cards {
    padding: 20px
}


.card {
    cursor: url("/images/icono.png"), auto;
}


/*****/
/*****/
/*****/
/***SLIDER**/


.myslider .item {
    width: 100%;
    position: relative;
}

.myslider .item.c {
    background-color: #25323a;
}

.myslider .item.b {
    background-color: #25323a;
}

.myslider .item.a {
    background-color: #25323a;
}

.myslider .item p {
    color: #fff;
    font-size: 16px;
    font-weight: lighter;
    line-height: 1.1;
    text-align: left;
    max-width: 80%;
    text-transform: initial;
    left: 0;
    right: 0;
    z-index: 3;
    letter-spacing: 4px;
}

.myslider .item h2 {
    color: #fff;
    font-size: 33px;
    letter-spacing: 4px;
}

.titulos-sliders {
    color: #fff;
    width: 38%;
    font-size: 25px;
    font-weight: lighter;
    line-height: 1.1;
    text-align: left;
    margin: 18px 90px;
    max-width: 80%;
    text-transform: initial;
    position: absolute;
    top: 38%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    z-index: 3;
}

.slick-dots {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 2%;
}

.slick-dots li {
    list-style: none;
    margin: 15px 0;
}

.slick-dots button {
    border-radius: 50%;
    color: black;
    width: 20px;
    height: 20px;
    border: none;
    background-color: #fff;
    text-indent: -9999px;
    outline: 0;
}

.slick-dots button:hover {
    background-color: #000;
}

.slick-slide {
    height: 100vh !important;
}

/* Slider */
/* Slider */
/* Slider */
/* Slider */
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
}

.slick-track:before,
.slick-track:after {
    content: "";
    display: table;
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
}

[dir=rtl] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.hide {
    display: none !important;
}

/*********/


/*** CERTIFICACIONES ******/
/*** CERTIFICACIONES ******/
/*** CERTIFICACIONES ******/

.cer-card {
    padding: 0 30px;
}

.title-cert {
    color: #000000;
    padding-left: 35px;
}

.title-cert h3 {
    font-weight: bolder;
    margin: 40px 0;
    font-size: 30px;
}

.title-cert p {
    font-size: 28px;
}

.cert-center {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.cent-cer {
    height: 186px;
    justify-content: center;
    display: flex;
    align-items: center;
}

/*** CERTIFICACIONES ******/
/*** CERTIFICACIONES ******/
/*** CERTIFICACIONES ******/

.owl-theme .owl-dots .owl-dot span {
    overflow: hidden;
    text-indent: -99999px;
}


/*** MARCAS ******/
/*** MARCAS ******/

#marcas {
    padding: 60px 30px;
    background: rgba(124, 73, 219, 1);
    background: -moz-linear-gradient(left, rgba(124, 73, 219, 1) 0%, rgba(73, 136, 233, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(124, 73, 219, 1)), color-stop(100%, rgba(73, 136, 233, 1)));
    background: -webkit-linear-gradient(left, rgba(124, 73, 219, 1) 0%, rgba(73, 136, 233, 1) 100%);
    background: -o-linear-gradient(left, rgba(124, 73, 219, 1) 0%, rgba(73, 136, 233, 1) 100%);
    background: -ms-linear-gradient(left, rgba(124, 73, 219, 1) 0%, rgba(73, 136, 233, 1) 100%);
    background: linear-gradient(to right, rgba(124, 73, 219, 1) 0%, rgba(73, 136, 233, 1) 100%);
}

.title-cert h3 {
    font-size: 30px;
    font-weight: bold;
}

.marca-card {
    padding: 30px;
}

.center-marca {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
}

/*** MARCAS ******/
/*** MARCAS ******/


/*** REcursos ******/
/*** REcursos ******/

#recursos {
    background-color: #ffffff;
    padding: 60px 30px;
}

.title-rec {
    color: black;
    margin-left: 38px;

}

.title-rec h3 {
    font-size: 30px;
    font-weight: bold;
}

.recurso-card {
    padding: 50px;
}

.recurso-card h3:hover {
    font-weight: bold;
}

.recurso-card {
    transition: transform 0.5s;
}

.recurso-card::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: opacity 2s cubic-bezier(0.165, 0.84, 0.44, 1);
    box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.15);
    content: "";
    opacity: 0;
    z-index: -1;
}

.recurso-card:hover,
.recurso-card:focus {
    transform: scale3d(1.006, 1.006, 1);
}

.recurso-card:hover::after,
.recurso-card:focus::after {
    opacity: 1;
}

/*** recursos ******/
/*** recursos ******/


/*** FOOTEr ******/
/*** FOOTEr ******/

.parallax-one {
    padding-bottom: 40px;
    overflow: hidden;
    position: relative;
    width: 100%;
    background-image: image-set(url('/images/footer.webp') 1x,
            url('/images/footer@x2.webp') 2x,
            url('/images/footer@x3.webp') 3x,
            url('/images/footer@x4.webp') 4x);
    background-attachment: fixed;
    background-size: cover;
    background-color: black;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
}

.logo-footer {
    justify-content: center;
}

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

.link-footer:hover {
    font-weight: bold;
}

#footer h3 {
    font-size: 20px;
    font-weight: bolder;
    color: #ffffff;
    margin-bottom: 10px;
}

#footer p {
    font-size: 18px;
    font-weight: 400;
    color: #ffffff;
}

.social img {
    border-radius: 50%;
}

#footer-black {
    background-color: #040823;
    padding: 15px;
    text-align: center;
}

#footer-black p {
    color: #FFFFFF;
    font-weight: lighter;
    font-size: 18px;
    margin-bottom: 0;
}

.work-cards {
    margin-top: 12%;
}

@media only screen and (max-width: 900px) {

    .work-cards {
        margin-top: 1%;
    }

    .nav-item {
        text-align: center;
    }

    .link-mas {
        margin: 30px 0;
    }

    .parallax-one {
        padding-top: 60px;
        padding-bottom: 40px;
        overflow: hidden;
        position: relative;
        width: 100%;
        background-image: image-set(url('/images/footer.webp') 1x,
                url('/images/footer@x2.webp') 2x,
                url('/images/footer@x3.webp') 3x,
                url('/images/footer@x4.webp') 4x);
        background-attachment: scroll !important;
        background-size: cover !important;
    }

    .owl-theme .owl-nav.disabled+.owl-dots {
        margin-top: 30px !important;
    }

    .owl-carousel .owl-item img {
        display: block;
        width: 100%;
        margin: auto;
    }


    /********************/
    /*****SliDER parallax****/
    /********************/
    .hero-wrapper {
        background-color: black;
    }

    html body div.container-fluid div.row section div.hero-wrapper div.hero figure video.parallax {
        width: unset;
        max-width: unset;
        height: 100vh;
    }

    .parallax {
        width: unset;
        max-width: unset;
        height: 100vh;
    }

    .hero-wrapper2 {
        background-color: deepskyblue;
    }

    #header-container {
        margin-top: 30px;
    }

    .tittle {
        font-size: 2.9em;
        line-height: 50px;
        text-align: center;
    }

    .tittle-part {
        font-size: 30px !important;
    }

    . {
        font-size: 1.7em;
        line-height: 38px;
        text-align: center;
    }

    .overlay {
        padding: 0;
    }

    .textura {
        font-size: 20px;
    }

    figure {
        width: 100vw;
    }

    /********************/
    /*****SliDER parallax****/
    /********************/
    .titulos-sliders {
        color: #fff;
        width: 100%;
        font-size: 22px;
        margin: 18px 26px;
        max-width: 100%;
        top: 23%;
    }

    .slick-dots {
        position: absolute;
        top: 90%;
        transform: translateY(-50%);
        right: 0;
        justify-content: center;
        margin: 0 auto;
        padding: 40px;
    }

    .slick-dots li {
        list-style: none;
        margin: 15px 0;
        padding: 0 14px;
    }

    .myslider .item h3 {
        color: #fff;
        font-size: 28px;
        letter-spacing: 4px;
    }

    /********************/
    /***** CARDS ****/
    /********************/
    .tittles-card {
        padding: 10px;
        text-align: center;
    }

    .tittles-card p {
        font-size: 20px;
        text-align: center;
    }

    .cards {
        height: auto;
    }

    .card {
        height: auto;
    }

    .vdo {
        width: 100%;
    }

    .card {
        width: 100%;
        height: 46%;
    }

    .cards .slick-dots {
        display: flex;
        top: 95%;
        right: 0;
    }

    .card-container:hover {
        transform: scale(1);
    }

    .cards .slick-dots button {
        background-color: #9422bd;
    }

    .cards .slick-dots li {
        margin-left: 10px;
    }

    .marca-card div {
        margin-bottom: 20px;
    }

    .item .a {
        height: 80vh !important;
    }

    .item .b {
        height: 80vh !important;
    }

    .item .c {
        height: 80vh !important;
    }

    .owl-carousel .owl-item img {
        width: 50%;
    }
}

@media only screen and (max-width: 900px) and (min-width: 700px) {

    .hero-wrapper>div:nth-child(1)>figure:nth-child(1)>video:nth-child(1),
    html body div.container-fluid div.row section div.hero-wrapper div.hero figure video.parallax {
        height: 135vh;
    }

    .hero-wrapper>div:nth-child(1)>figure:nth-child(1)>video:nth-child(1) {
        width: 100% !important;
    }

    .slick-slide img {
        margin-top: -250px !important;
    }

    .owl-carousel .owl-item img {
        width: 25% !important;
    }
}

@media only screen and (max-width: 991px) {
    .titulo-premiacion {
        font-size: 2.3vh !important;
        height: 50px;
    }
}

@media only screen and (max-width: 767px) {
    .titulo-premiacion {
        font-size: 3vh !important;
        height: 80px;
    }
}