body,
html {
    overflow-x: hidden;
}

#hero {
    height: 100vh;
    display: flex;
    align-content: center;
    flex-wrap: wrap;
    justify-content: center;
}

.hero-cont {
    color: black;
}

.marca {
    color: #FFFFFF;
    font-size: 50px;
    font-weight: normal;
    text-shadow: 0 5px 8px #00000064;
}

.nombre {
    color: #FFFFFF;
    font-size: 80px;
    font-weight: 800;
    text-shadow: 0 5px 8px #00000064;
}

.lead {
    text-shadow: 0 5px 8px #00000064;
}

.titulo {
    color: #FFFFFF;
    font-size: 30px;
    font-weight: lighter;
}

.cat {
    /* color: #AC00FF; */
    color: #A31AD1;
    font-size: 30px;
    font-weight: bold;
}

.titulo-seccion {
    color: #fff;
    font-family: 'Roboto';
    font-size: 48px !important;
    font-weight: bold;
    margin-bottom: 40px;
    margin-left: 40px;
}

.p-seccion {
    color: #fff;
    font-family: 'Roboto Light';
    font-size: 20px !important;
    margin-bottom: 35px;
}

.ul-seccion>li,
.ol-seccion>li {
    color: #fff;
    font-family: 'Roboto Light';
    font-size: 20px !important;
    margin-bottom: 30px;
}

.frase-seccion {
    color: #fff;
    float: right;
    font-family: 'Roboto Light';
    font-size: 40px !important;
    margin-top: 60px;
    width: 70%;
}

.ft-black {
    color: #000 !important;
}

.text-right {
    text-align: right;
}

.w-60 {
    width: 60%;
}

.float-right {
    float: right;
}

@media only screen and (max-width: 767px) {
    .titulo-seccion {
        margin-left: 0 !important;
    }

    .frase-seccion {
        font-size: 30px !important;
        width: 80% !important;
    }
}



/****** RETO ****/
.reto {
    padding: 50px 0;
}

.reto1 {
    padding: 30px;
    display: flex;
    flex-wrap: wrap;
    /* justify-content: center; */
    /* align-items: center; */
}

.reto2 {
    padding: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.reto-title {
    font-size: 50px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    padding-bottom: 5%;
    letter-spacing: 3.8px;
    text-align: center;
    color: #5d5d5d;
}

.reto1 p {
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.4;
    text-align: left;
    color: #000;
}

.reto2 p {
    font-size: 18px
}

/*****FIN RETO ******/

/*****pregunta ******/

#quest {
    padding: 120px 60px;
    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%);
}


#quest p {
    font-size: 50px;
    line-height: 1.4;
    letter-spacing: 5.32px;
    text-align: center;
    color: #fff;
}

/***** fin pregunta ***/


/***** video ***/

#video {
    padding: 120px 30px;
    background-image: linear-gradient(241deg, #6694f6 98%, #b078f7 5%);
}

#video h2 {
    margin-bottom: 30px;
}

/** fin video *****/


/******* solucion ******/

.solucion {
    padding: 60px 0;
}

.solucion1 {
    padding: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.solucion2 {
    padding: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}


.solucion-title {
    font-size: 50px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 3.12;
    letter-spacing: 3.8px;
    text-align: center;
    color: #5d5d5d;
}

.solucion2 p {
    font-size: 30px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.4;
    letter-spacing: 3.8px;
    text-align: right;
    color: #5d5d5d;
}

.solucion1 p {
    font-size: 18px
}




#graficas {
    padding: 60px 20px;
}

.grafica {
    margin-top: 80px;
}

.title-grafica {
    font-size: 50px;
    color: #5d5d5d;
    text-align: center;
}

#graficas img {
    padding: 10px;
}

/*****pregunta2 ******/

#quest2 {
    padding: 120px 0;
    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%);
}

#quest2 .solucion1 {
    padding: 30px;
}

#quest2 .solucion2 {
    padding: 30px;
}

#quest2 .solucion2 p {
    font-size: 30px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.4;
    letter-spacing: 3.8px;
    text-align: right;
    color: #ffffff;
}

#quest2 .solucion1 p {
    font-size: 18px;
    color: #ffffff;

}

/***** fin pregunta2 ***/



/***** Related ***/
/***** Related ***/
/***** Related ***/

.related {
    text-align: center;
    padding: 60px 10px;
}

.tittles-card h3 {
    font-size: 30px;
    text-align: center;
    color: #424242;
}

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

.tittles-card p {
    font-size: 28px;
}

.tittles-card {
    padding: 60px;
}

.card-container {
    display: flex;
    justify-content: center;
    margin-top: 60px;
}

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

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

}

.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;
}

.video .name h2 {
    font-size: 20px;
    margin: 0;
    font-weight: normal;
}

.video .name h4 {
    font-size: 20px;
    font-weight: bolder;
    margin: 0;
}

.video .name p {
    font-size: 18px;
    font-weight: bold;
    margin: 0;
}

card:hover .name {
    opacity: 0.5;
}

.cards {
    padding: 20px
}

/***** fin Related ***/
/***** fin Related ***/
/***** fin Related ***/

.cta {
    text-align: center;
    padding: 80px;
}

.cta h3 {
    font-size: 40px;
    color: #030303;
    margin-bottom: 50px;
}

.cta a {
    padding: 10px 30px;
    border: 2px solid #9515d8;
    border-radius: 30px;
    color: #030303;
    text-decoration: none;
}


#seccion2 {
    padding: 50px 0;
    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%);
    color: #FFFFFF;
}

.bg-black {
    background: #000000 !important;
}

.bg-gradient1 {
    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%);
}

.intro-work p {
    font-family: 'Roboto Light', sans-serif;
    font-size: 20px;
}

.intro-work p>b {
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
}

.intro-work p:first-child {
    margin-bottom: 120px;
}

.p-intro-work {
    padding-top: 180px;
    padding-bottom: 180px;
}

.list-mck>li {
    background: url('/images/mck-bullet.svg') no-repeat left top;
    padding: 3px 0px 3px 50px;
    list-style: none;
    margin: 0;
}

body,
html {
    overflow-x: unset;
}

.container-header-section {
    position: sticky;
    top: 100px;
    bottom: 100px;
    max-height: 200px;
}

.numero-work {
    color: #ffffff;
    font-family: 'Roboto', sans-serif;
    font-size: 140px;
    line-height: 140px;
    margin-right: 18px;
}

.titulo-work {
    color: #ffffff;
    font-family: 'Roboto Light', sans-serif;
    font-size: 48px;
    font-weight: 100;
}

.texto-work {
    color: #ffffff !important;
    font-family: 'Roboto Light', sans-serif !important;
    font-size: 20px !important;
    margin-bottom: 40px;
}

/* TODO: OLD */
/*.texto-work {
  color: #ffffff !important;
  font-family: 'Roboto Light', sans-serif !important;
  font-size: 20px !important;
  margin-bottom: 140px;
} */

.pregunta-work {
    color: #ffffff !important;
    font-family: 'Roboto', sans-serif !important;
    font-size: 55px !important;
    font-weight: bold !important;
    margin-bottom: 100px;
    margin-top: 40px;
}

.pregunta-work:last-child {
    margin-bottom: 0;
}

.texto1-work {
    color: #ffffff !important;
    font-family: 'Roboto', sans-serif !important;
    font-size: 30px !important;
    font-weight: bold !important;
}

.ol-work {
    color: #fff;
    font-family: 'Roboto Light';
    font-size: 20px !important;
    margin: auto;
    margin-bottom: 30px;
}

.titulo-carrusel-work {
    color: #000000 !important;
    font-family: 'Roboto', sans-serif !important;
    font-size: 48px !important;
    font-weight: bold !important;
}

.texto-carrusel-work {
    color: #000000 !important;
    font-family: 'Roboto Light', sans-serif !important;
    font-size: 25px !important;
}

.texto-carrusel-work b {
    font-family: 'Roboto', sans-serif !important;
}

.list-mck li:not(:last-child) {
    margin-bottom: 45px !important;
}

/* TODO: OLD */
/* .list-mck li:not(:last-child) {
  margin-bottom: 130px !important;
} */

.list-mck p {
    color: #ffffff !important;
    font-family: 'Roboto', sans-serif !important;
    font-size: 25px !important;
}

.btn-mck-green {
    border: 2px solid #a3f127 !important;
    color: #fff !important;
    font-size: 18px;
    font-weight: bold;
    padding: 15px 30px !important;
}

.carrusel-desktop {
    display: block;
}

.carrusel-mobile {
    display: none;
}

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

    body,
    html {
        overflow-x: hidden !important;
    }

    #quest2 {
        padding: 20px 0;
    }

    .p-intro-work {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .intro-work p:first-child {
        margin-bottom: 20px;
    }

    .reto1 {
        justify-content: start;
    }

    .container-header-section {
        top: 0;
        bottom: 0;
        position: relative;
    }

    .numero-work {
        font-size: 90px;
        line-height: 73px;
    }

    .titulo-work {
        font-size: 38px;
        line-height: 38px;
    }

    .texto-work {
        margin-bottom: 40px;
    }

    .pregunta-work {
        font-size: 45px !important;
    }

    .texto1-work {
        margin: auto;
    }

    .list-mck {
        padding-left: 0;
    }

    .list-mck li:not(:last-child) {
        margin-bottom: 40px !important;
    }

    .texto-carrusel-work {
        height: auto !important;
        margin-bottom: 50px;
        margin-top: 50px;
    }

    .solucion2_mobile {
        margin-bottom: 50px;
    }

    .carrusel-desktop {
        display: none;
    }

    .carrusel-mobile {
        display: block;
    }
}

.resultados-title {
    font-size: 50px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 3.12;
    letter-spacing: 3.8px;
    text-align: center;
    color: #ffffff;
}


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

    #quest p {
        font-size: 20px;
    }

    .reto1 p,
    .reto2 p,
    .solucion1 p,
    #quest2 .solucion1 p,
    .video .name p,
    .intro-work p>b {
        font-size: 16px;
    }

    .solucion2_mobile {
        width: 100%;
    }

    .resultados-title {
        line-height: 60px;
    }

    .cta {
        padding: 50px 10px;
    }

    .nombre {
        font-size: 50px;
    }

    .reto {
        padding: 10px 0;
    }

    #hero {
        background-repeat: no-repeat;
        height: 90vh;
    }
}

@media only screen and (max-width: 900px) and (min-width: 700px) {
    #hero {
        height: 72vh !important;
    }
}

@media only screen and (max-width: 576px) {
    .nombre {
        font-size: 2.12rem;
    }
}
