/* GENERALES */

body {
    font-family: 'Roboto', sans-serif;
}

.bg-white {
    background-color: #fff;
}

.bg-blue-gradient {
    background: linear-gradient(to right, rgba(124, 73, 219, 1) 0%, rgba(73, 136, 233, 1) 100%);
}

.v-align-content {
    align-items: center;
    display: flex;
}

.v-align-item {
    justify-content: space-around;
    box-sizing: border-box;
}

/* .paginacion span,
.paginacion-item a {

    font-size: 20px;
    font-weight: bold;
    padding-left: 5px;
} */

.paginacion-item {
    color: #9515d8;
    font-family: Nexa;
    font-size: 24px;
    font-weight: bold;
}

.pagination-item-container>.active,
.paginacion-item:hover {
    color: #fff !important;
}

.paginacion span,
.pagination-item-container {
    display: inline-block;
    margin-left: 5px;
    margin-right: 5px;
}

.cabecera {
    background: #000;
}

.floating-player {
    z-index: 2;
    position: fixed;
    /* right: 50px;
    bottom: 50px; */
    /* width: 450px;
    max-height: 200px; */

    bottom: 0px;
    right: 0px;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
}

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

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

.no-margin {
    margin: 0 !important;
}

/* FONTS */

.font-black {
    color: #000;
}

.font-white {
    color: #fff;
}

.font-30 {
    font-size: 30px;
}

.font-bebas {
    font-family: 'Bebas Neue', cursive;
}

.font-helvetica {
    font-family: 'Helvetica Neue', sans-serif;
}

.font-nunito {
    font-family: 'Nunito Sans', sans-serif;
}

/* BUTTONS */

.mck-button-dark {
    background-color: #9615d8;
    border: 1px solid #9515d8;
    border-radius: 20px;
    color: #fff;
    font-weight: normal !important;
    padding: 10px 20px !important;
}

.mck-button-dark:hover,
.mck-button-dark:active {
    background-color: #4d1c65;

    border-radius: 20px;
    color: #fff !important;
    font-weight: normal !important;
    padding: 10px 20px !important;
}

.mck-button-light {
    background-color: #ffffff;
    border: 1px solid #ffffff;
    border-radius: 20px;
    color: #000;
    font-weight: normal !important;
    padding: 10px 20px !important;
}

.mck-button-light:hover,
.mck-button-light:active {
    background-color: #e4e4e4;
    border: 1px solid #ffffff;
    border-radius: 20px;
    color: #000 !important;
    font-weight: normal !important;
    padding: 10px 20px !important;
}

.mck-button-outlined-light {
    border: 1px solid #9515d8;
    border-radius: 20px;
    color: #000;
    padding: 5px 15px !important;
}

.mck-button-outlined-dark {
    border: 1px solid #9515d8;
    border-radius: 20px;
    color: #fff;
    padding: 5px 15px !important;
}

.mck-button-outlined-light:hover,
.mck-button-outlined-light:active {
    color: #000;
}

.mck-button-outlined-dark:hover,
.mck-button-outlined-dark:active {
    background: #fff;
    color: #9515d8;
}

/* MARGINS */

.mt-100 {
    margin-top: 100px;
}

.noticias {
    background-image: url('/images/recursos/estrellas.png');
}

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

.bolder {
    font-weight: 800;
}

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

.link-mas {
    text-align: center;
}

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

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    /*background-color: black;*/
    z-index: 1;
    display: flex;
    align-items: center;
    padding: 80px;
}

.tittle {
    color: white;
    font-size: 150px;
    line-height: 120px;
    margin-bottom: 65px;
    font-weight: bold;
    letter-spacing: 15px;
}

.slogan {
    color: white;
    font-size: 30px;
    line-height: 30px;
}


.tittle-blog {
    padding: 90px 60px 0 60px;
}

.tittle-blog-img {
    padding: 90px 60px 0 60px;
    display: flex;
    justify-content: end;
    align-items: end;
}

.img-blog {
    width: 40px;
    margin: 50px;
}

#search-input {
    border: none;
    font-size: 40px;
    outline: none;
}

.input-field {
    margin: 70px auto;
}

.tittle-blog h1 {
    font-size: 160px;
    font-weight: 800;
    margin-bottom: 0;
    color: #424242;
}

.tittle-blog h3 {
    font-size: 25px;
}



/* 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 ********/
.navbar {
    background-color: transparent;
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease;
}

.nav-link {
    font-size: 20px;
    border-radius: 40px;
    padding: 0 30px;
    font-weight: normal;
    color: #ffffff;
    /* border: 1px solid; */

}

.nav-item {
    padding: 0 15px;
    color: #ffffff;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}


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

.nav-link.active {
    font-weight: bold;
    color: #A365F8 !important;
}

.m-contacto {
    border: 1px solid #9515d8;
    border-radius: 20px;
    padding: 0 15px !important;
}

.m-contacto:hover {
    background: #FFFFFF;
    color: #9515d8;
}

.active-contacto {
    background: #FFFFFF;
    color: #9515d8 !important;
    padding: 0 15px !important;
}

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



@media only screen and (max-width: 900px) {
    .nav-item {
        text-align: center;
    }

    .nav-bar {
        background-color: black;
    }

    .nav-item {
        justify-content: center;
        padding: 10px;
    }
}

/********** Rediseño **********/
.img-blog {
    cursor: pointer;
}

.podcasts-ceo {
    padding: 80px 20px;
}

.podcast-title-container {
    display: table;
    width: 100%;
}

.podcast-title {
    display: table-cell;
    font-size: 1.50rem;
    vertical-align: middle;
}

.w-80 {
    width: 80% !important
}

.mck-gradient {
    padding: 80px 20px;
    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%);
}

.podcast {
    background-color: #000;
    color: white;
}

.recursos {
    background-color: #000;
    color: white;
}

.navbar {
    background-color: #000 !important;
}

.padding-25 {
    padding: 25px;
}

.padding-lr-25 {
    padding: 0px 25px;
}

.tittle-blog {
    padding: 140px 60px 30px 12px;
}

.sub {
    letter-spacing: 1px;
    font-size: 18px;
}

.carousel-title {
    font-size: 20px;
    text-transform: uppercase;
    padding: 20px 0px 0px 0px;
}

.carousel-sub {
    font-size: 12px;
}

.home {
    background: #000;
}

.article-image-container {
    max-width: 90%;
    max-height: 200px;
}

.article-image {
    background-color: #fff;
    border: 1px solid #fff;
    max-width: 90%;
    max-height: 200px;
}

.article-title {
    font-size: 20px;
    padding: 20px 0px 0px 0px;
    color: #fff;
    font-weight: bold;
}

.article-href {
    text-decoration: none;
    color: #fff;
}

.article-sub {
    font-size: 18px;
    color: #fff;
}

.article-sub:hover {
    text-decoration: none;
    font-weight: normal;
}

.article-href:hover {
    text-decoration: none;
    font-weight: normal;
}

.pagination {
    color: #fff;
    text-decoration: none;
}

.pagination a {
    color: #a365f8;
    margin: 5px;
    text-decoration: none;
}

.see-more {
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
}

.see-more:hover {
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    color: #a365f8;
}

/** Footer **/
.parallax-one {
    padding-top: 400px;
    padding-bottom: 40px;
    overflow: hidden;
    position: relative;
    width: 100%;
    background-image: url('/resources/footer_black.webp');
    background-attachment: fixed;
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
}

#egg {
    display: none;
}

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

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

.social {
    height: 60px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

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

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

#footer p:hover,
a:hover {
    font-weight: bold;
    color: #A365F8 !important;
}

#footer a {
    text-decoration: none;
    color: #fff;
}

.fb:hover {
    background-image: url('/resources/fb-hover.png') !important;
}

.insta:hover {
    background-image: url('/resources/ig-hover.png') !important;
}

.tw:hover {
    background-image: url('/resources/tw-hover.png') !important;
}

.see-more-container {
    margin: 25px auto;
    text-align: center;
}

li span {
    margin: 10px;
}

/** Interna **/
.articulosInterna {
    background-image: url('/images/recursos/estrellas.png');
    color: #fff;
}

.articulosInterna>.articulo,
.articulosInterna>.articulo a {
    color: #000;
}

.post-title {
    text-align: center;
    font-weight: bold;
    max-width: 60%;
    margin: 30px auto;
    font-size: 25px;
    text-transform: uppercase;
}

.materialboxed {
    width: 80%;
    margin: auto;
}

.img-container {
    text-align: center;
}

.info-container {
    margin: 30px 10%;
    text-transform: uppercase;
}

.info-container p {
    font-size: 14px;
}

.title-container {
    margin: 30px 10%;
    text-transform: uppercase;
}

.title-container p {
    font-size: 25px;
    font-weight: bold;
    max-width: 70%;
    text-align: left;
}

.post-content {
    margin: 30px 10%;
}

.related-title {
    text-align: center;
    font-weight: bold;
    padding: 70px 0 40px 0;
    font-size: 20px;
    text-transform: uppercase;
    margin: 0px;
}

.menu-post {
    list-style: none;
    display: flex;
    justify-content: start;
    margin: 0px 10%;
}

.menu-post li {
    margin: 0px 10px;
    cursor: pointer;
}

.menu-post-home {
    list-style: none;
    display: flex;
    justify-content: start;
    padding: 40px 0px;
    margin: 0px;
}

.menu-post-home li {
    margin: 0px 10px 0px 0px;
    cursor: pointer;
}

.img-post {
    width: 80%;
}

.img-post-related {
    width: 80%;
    height: 45%;
    margin: 20px auto;
}

.related-posts {
    margin: 0px 10%;
}

.txt-post {
    margin: 10px 10%;
    text-align: left;
    font-weight: bold;
}

.txt-post-2 {
    margin: 10px 10%;
    text-align: left;
}

.menu-post-container-home {
    background-color: #000;
    color: #fff;
}

/** Buscador **/
.title_result {
    font-size: 120px;
    font-weight: lighter;
    margin-bottom: 0;
    color: #424242;
    padding: 0px 20px;
}

.sub-result {
    font-size: 30px;
    font-weight: normal;
    margin-bottom: 0;
    color: #424242;
    padding: 0px 20px;
}

.purple {
    font-size: 30px;
    font-weight: normal;
    margin-bottom: 0;
    color: #a365f8;
}

.result-title {
    color: #bababa;
    text-decoration: none;
    font-size: 25px;
    font-weight: lighter;
}

.result-title:hover {
    color: #a365f8;
    text-decoration: none;
    font-size: 25px;
    font-weight: lighter;
}

.result-container {
    padding: 25px 30px !important;
}

.img-panel {
    max-width: 80%;
}

.results-blog {
    padding: 10px 60px;
}

.btn-container {
    text-align: center;
}

.view-more-button {
    margin: 20px auto;
    background: #000;
    color: #fff;
    border: none;
    font-size: 20px;
}

.podcast-iframe {
    width: 80%;
    margin: auto auto 30px auto;
    background: #000;
}

/** Mobile **/
@media only screen and (max-width: 768px) {
    #thinking img {
        margin-top: 0 !important;
        width: 100% !important;
    }
}

@media only screen and (max-width: 600px) {
    .tittle-blog h1 {
        font-size: 60px;
    }

    .tittle-blog h3 {
        font-size: 13px;
    }

    .justify-mobile {
        text-align: justify;
    }

    h5 {
        text-align: center;
    }

    .owl-carousel {
        text-align: center;
    }

    .owl-carousel .owl-item img {
        width: 70% !important;
        margin: auto;
    }

    .article {
        text-align: justify;
        padding: 25px !important;
    }

    .article-title {
        font-size: 18px;
    }

    .article-sub {
        font-size: 15px;
    }

    .article-image {
        max-height: 280px;
        max-width: 100%;
    }

    .recursos {
        padding: 0px 25px;
    }

    .post-title {
        max-width: 90%;
        font-size: 20px;
    }

    .txt-post {
        margin: 10px 10%;
    }

    .txt-post-2 {
        margin: 10px 10%;
    }

    .related-posts {
        margin: 0px 10%;
    }

    .menu-post {
        list-style: none;
        margin: 0px 5%;
        display: block;
    }

    .menu-post li {
        margin: 10px 0px;
        cursor: pointer;
    }
}

@media only screen and (max-width: 470px) {
    #recursos h2 {
        font-family: 'Bebas Neue', cursive;
        font-size: 20vw !important;
    }
}

/* CULTURE */

#hero {
    height: 100vh;
    background-color: #000;
    background-size: cover;
    background-position: center;
    padding: 10px 10px;
    display: flex;
    align-items: center;
    align-content: center;
    overflow: hidden;
    background-repeat: no-repeat !important;
}

.montana {
    position: absolute;
    top: 30px;
    bottom: 0;
    left: 0;
    right: 0;
}

.contender-parallax {
    height: 100vh;
}

.titulo-parallax {
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: baseline;
}

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

.titulo-parallax h1 {
    font-size: 160px;
    font-weight: bold;
    color: white;
}

.titulo-parallax h2 {
    font-size: 40px;
    font-weight: normal;
    color: white;
    letter-spacing: 2px;
    line-height: 40px;
}

.atras {
    z-index: 2;
}

.delante {
    z-index: 9;
}


.hero-cont {
    color: black;
}

/* LIBRO CEO */

#libro-ceo {
    background-color: #000000;
    position: relative;
    z-index: 6;
    padding: 100px 0;
}

#libro-ceo h3,
#libro-ceo p {
    color: #fff;
    font-size: 1.75rem;
    padding-bottom: 20px;
}

#libro-ceo-contenedor-txt {
    width: 90%;
}

/* RECURSOS */

#recursos h2 {
    font-family: 'Bebas Neue', cursive;
    font-size: 6.8rem;
}

#recursos p {
    font-family: 'Nunito Sans', sans-serif;
    font-size: 1.6rem;
}

#recursos #podcast-titulo {
    font-family: 'Nunito Sans', sans-serif;
    font-size: 3.2rem;
}

#recursos #podcast-descripcion {
    font-family: 'Nunito Sans', sans-serif;
    font-size: 1.7rem;
}

/* THINKING */

#thinking {
    padding: 0 0 90px;
    background-color: #f4f4f4;
}

/* #thinking h2 {
    font-size: 7.8rem;
    font-family: 'Bebas Neue', cursive;
} */

/* #thinking p {
    font-size: 1.75rem;
} */

#thinking .container-img {
    z-index: 6;
}

#thinking img {
    float: right;
    margin-right: 0;
    margin-top: -50px;
    width: 120%;
}

#thinking-contenedor-txt {
    width: 90%;
}

#ceo-digital {
    padding: 80px 20px;
    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%);
}

#ceo-digital p {
    color: #fff;
    font-size: 25px
}

.ceo-digital-titles h2 {
    font-size: 60px;
    color: #FFFFFF;
    margin-bottom: 50px;
    text-align: right;
    font-weight: bold;
    letter-spacing: 10px;
}

.ceo-digital-titles p {
    font-size: 43px;
    color: #FFFFFF;
    margin-bottom: 20px;
    text-align: right;

}

.video-container {
    overflow: hidden;
    position: relative;
}

.video-container video {
    min-width: 100%;
    min-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}

/* Just styling the content of the div, the *magic* in the previous rules */
.caption {
    z-index: 1;
    position: relative;
    text-align: center;
    color: #dc0000;
    padding: 10px;
}

/* .video-container .caption {
    z-index: 1;
    position: relative;
    text-align: center;
    color: #dc0000;
    padding: 10px;
} */

.firma {
    display: flex;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
    padding-left: 6%;
}

.firma p {
    font-size: 90px;
    font-weight: 800;
    color: #FFFFFF;
}

#leads {
    padding: 80px 20px;
    background: rgba(0, 0, 0, 1);
}

.team {
    margin-top: 24px;
}

.team-img {
    background-size: cover !important;
    height: 400px;
    background-position: center !important;
    position: relative;
}

.lead-img {
    background-size: cover !important;
    height: 325px;
    background-position: center top !important;
    position: relative;
}

.video-cultura {
    z-index: 1;
    margin: -80px;
}

.nombre {
    padding: 20px;
    bottom: 0;
    color: #FFFFFF;
    z-index: 9;
}

.nombre p {
    margin-bottom: 5px;
    font-weight: bold;
    font-size: 14px;
}

.nombre .puesto {
    margin-bottom: 5px;
    font-weight: lighter;
    font-size: 11px;
    letter-spacing: 2px;
}

.team-title {
    display: flex;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
    z-index: 3;
    margin: 90px auto 10px auto;
}

.escribir {
    display: flex;
    flex-wrap: nowrap;
}

.experto {
    font-size: 55px;
    line-height: 60px;
    font-weight: bold;
    padding-right: 10px;
}

.creando {
    font-size: 48px;
    line-height: 60px;
    font-weight: lighter;

    padding-left: 10px;
}

.borde-m {
    border-left: 2px solid #9422bd;
}

.img-team-desborde {
    margin-left: 80px;
}

#photos {
    padding: 120px;
    background-color: #030303;
}

.photo {
    padding: 5px;
}

.photo-margin {
    margin-top: 40px;
}

.desktop {
    display: block;
}

.mobile {
    display: none;
}

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

    .montana {
        display: none;
    }

    #hero {
        background-color: #000;
        background-image: url('/images/recursos/aurora.png');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        /* background-position-y: bottom;
        background-position-x: right; */
    }

    .desktop {
        display: none;
    }

    .mobile {
        display: block;
    }

    .titulo-parallax h1 {
        font-size: 4em;
        font-weight: bold;
        margin-top: 41%;
    }

    .board-titles p {
        font-size: 20px;
    }

    .firma p {
        font-size: 65px;
    }



    .img-team-desborde {
        margin-left: 0;
    }

    #photos {
        padding: 120px 30px;
    }

    .experto {
        font-size: 50px;
    }

    .video-cultura {

        margin-top: -20px;
    }

    .creado {
        text-align: center;
    }
}

.p-ceo {
    font-size: 25px;
}

.ml-6 {
    margin-left: 6rem !important;
}

.mr-6 {
    margin-right: 6rem !important;
}

@media only screen and (max-width: 900px) and (min-width: 700px) {
    .firma p {
        font-size: 45px !important;
    }
}

@media only screen and (max-width: 1199px) and (min-width: 768px) {
    .col-test-6 {
        width: 50%;
    }
}

@media only screen and (max-width: 767px) {
    .mt-5-resp {
        margin-top: 3rem;
    }
}
