/* Hide/rearrange for smaller screens */
/* fonts */

html,
body {
    position: relative;
    height: 100%;
}

body {
    background: #eee;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #000;
    margin: 0;
    padding: 0;
}

.swiper {
    width: 100%;
    height: 100%;
}


    .swiper-slide img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

* {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

@font-face {
    font-family: 'Gotham Medium';
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/gotham/Gotham-Medium.otf');
}

@font-face {
    font-family: 'Gotham Black';
    font-style: normal;
    font-weight: 600;
    src: url('../fonts/gotham/Gotham-Black.otf');
}

@font-face {
    font-family: 'metropolis-black';
    src: url('../fonts/metropolis/metropolis-black.otf') format('opentype');
}

@font-face {
    font-family: 'metropolis-bold';
    src: url('../fonts/metropolis/metropolis-bold.otf') format('opentype');
}

@font-face {
    font-family: 'metropolis-semibold';
    src: url('../fonts/metropolis/metropolis-semibold.otf') format('opentype');
}

@font-face {
    font-family: 'metropolis-regular';
    src: url('../fonts/metropolis/metropolis-regular.otf') format('opentype');
}


/*text Colors*/
.col-wh {
    color: #FFF;
}

.col-bl {
    color: #628794;
}

.col-bl2 {
    color: #3a4a63;
}

.btn-primary-lje {
    position: relative;
    display: inline-block;
    background-color: transparent;
    border-radius: 10px;
    padding: 0.34rem 1rem;
    border: 1px solid #628794;
    color: #628794;
    overflow: hidden;
    transition: all 1s;
}

    .btn-primary-lje:hover {
        color: #FFF;
    }

    .btn-primary-lje:after {
        content: " ";
        position: absolute;
        width: 100%;
        height: 100%;
        bottom: 0%;
        left: -100%;
        background-color: #628794;
        transition: all 0.5s;
        z-index: -1;
        border-radius: 10px;
    }

    .btn-primary-lje:hover:after {
        left: 0;
    }

.btn-link {
    display: inline-block;
    padding: 0.34rem 1rem;
    background-color: transparent;
    border-radius: 30px;
    border: 1px solid #628794;
    color: #628794 !important;
    transition: all 0.5s;
}

    .btn-link:hover {
        background-color: #628794;
        color: #FFF !important;
    }


.btn-link-semblanza {
    display: inline-block;
    padding: 0.34rem 1rem;
    background-color: transparent;
    border-radius: 30px;
    border: 1px solid #cc9926;
    color: #cc9926 !important;
    transition: all 0.5s;
}

    .btn-link-semblanza:hover {
        display: inline-block;
        padding: 0.34rem 1rem;
        background-color: transparent;
        border-radius: 30px;
        background-color: #cc9926;
        color: #FFF !important;
    }

.link-book {
    display: inline-block;
    padding: 0.34rem 1rem;
    background-color: transparent;
    border-radius: 30px;
    background-color: #cc9926;
    color: #FFF !important;
}

a {
    text-decoration: none !important;
}

h1, h2, h3, h4, h5, h6 {
    font-family: metropolis-bold;
    margin-bottom: 0px;
}

h2 {
    font-size: 2.813rem;
}

p, a, span, .p-text {
    font-family: metropolis-regular;
    line-height: 1.2;
}

    p.p-text-sb, .semibold {
        font-family: metropolis-semibold;
    }

    a.bold, .bold {
        font-family: metropolis-bold;
    }

.p-text-02 {
    font-size: 1.563rem;
}

.blockquote-text {
    font-family: metropolis-semibold;
    font-style: italic;
    quotes: "\201C""\201D""\2018""\2019";
    position: relative;
}

    .blockquote-text:before {
        color: #ccc;
        content: open-quote;
        font-size: 3rem;
        line-height: 1;
        color: #628794;
    }

    .blockquote-text:after {
        color: #ccc;
        content: close-quote;
        font-size: 3rem;
        line-height: 1;
        color: #628794;
        position: absolute;
    }

blockquote p {
    display: inline;
}

/* Bootstrap Styles */
body {
    overflow-x: hidden;
}

.body-content {
    margin: 0 auto;
    padding-top: 70px;
}


.bg-light {
    background-color: #f0f0f0 !important;
}

.wrapper-navbar {
    max-width: 1600px;
    margin: 0 auto;
    padding: 15px 0px;
    width: 100%;
}

.drop-lje {
    background-color: #628794 !important;
}

.nav-link.show::after{
    position:relative;
    top:5px;
}

.show {
    top: 70px !important;
}

    .show .dropdown-item {
        padding: 1rem;
        font-size: 1.25rem;
        color: #707070;
        background-color: #f0f0f0 !important;
    }

.navbar-brand {
    color: #628794 !important;
    font-family: 'metropolis-bold';
}

@media (min-width: 441px) {
    .navbar-brand {
        font-size: 1.875rem;
    }
}

.navbar .navbar-nav .nav-item {
    margin-right: 1rem;
}

    .navbar .navbar-nav .nav-item .nav-link {
        color: #707070;
        font-family: 'metropolis-bold';
        font-size: 18px;
    }

        .navbar .navbar-nav .nav-item .nav-link:hover {
            color: #628794;
        }

.dropdown-item.active, .dropdown-item:active {
    background-color: #ccc;
}
/* Bootstrap Styles */
/* Home */
/* Header */

#quien-es, #libros {
    width: 100%;
    max-width: 1100px;
}

.background-top {
    position: relative;
    min-height: 808.1px;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.background-top-semblanza {
    position: relative;
    /*min-height: 980.1px;*/
    min-height: 588.1px;
    background-position: right;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.background-top {
    background-image: url(/images/home/background-humo.png);
}

.background-top-semblanza {
    background-image: url('/images/quien-es/semblanza/back.png');
}

.container-semblanza {
    max-width: 900px;
    padding: 1rem;
    margin: 0 auto;
}

    .container-semblanza p {
        margin-bottom: 2rem;
        font-size: 1.25rem;
    }

.text-semblanza {
    max-width: 623px;
    margin-left: 3rem;
    padding: 4rem 2rem 4rem;
    font-size: 1.875rem;
    color: #FFF;
}

.background-top .wrapper-luis-imagen, .background-top-semblanza .wrapper-luis-imagen {
    max-width: 895.4px;
}

.background-top .container-text-top {
    max-width: 623px;
    margin-left: 3rem;
    /*padding: 1rem 0rem 3rem;*/
}

.wrapper-text-home {
    max-width: 623px;
    color: #FFF;
    height: 100%;
    display: block;
    font-size: 2.813rem;
    z-index: 100000;
    padding: 1rem;
}

.body-book a {
    font-family: metropolis-semibold;
    color: #000 !important;
    display: block;
    text-decoration: none;
}

/* Header */
/* Quien es */
.wrapper-text-quien {
    max-width: 600px;
}

.quien-text {
    max-width: 650px;
}

.text-normal {
    font-size: 1.5rem;
}

.wrapper-imagen-luis-quien {
    max-width: 703.5px;
    width: 100%;
}


/* Book */
.wrapper-blog {
    width: 100%;
    padding: 3rem 0rem;
    background-color: #f2f2f2;
    position: relative;
    z-index: 0;
}

.wrapper-image-blog {
    max-width: 300px;
}

.back-bottom-startin-over {
    background-image: url('/images/libros/startig-over/back-resena.png');
    background-size: 100% 100%;
    padding: 4rem 0rem;
}

#resenas {
    max-width: 1000px;
}

    #resenas p {
        font-size: 1.2rem;
    }

        #resenas p b {
            font-size: 1.1rem;
            display: inline-block;
            margin-bottom: 0.6em;
        }

    #resenas .swiper-wrapper {
        padding: 2rem 0;
    }

    #resenas .swiper-button-next {
    }

    #resenas .swiper-button-prev {
    }


    #resenas .swiper-pagination-bullet-active {
        background-color: #3a4a63 !important;
    }

    #resenas .swiper-pagination-bullet {
        width: 15px;
        height: 15px;
        border: 1px solid #3a4a63 !important;
    }

.wrapper-resenas {
    padding: 3rem 3rem;
    max-width: 1100px;
    margin: auto;
    position: relative;
}

.container-book, .container-blog {
    padding: 3rem 1rem;
    max-width: 1100px;
    margin: auto;
}

    .container-book p {
        font-size: 1.563rem;
    }

.content-blog p {
    font-size: 1.2rem;
}

.wrapper-books {
    margin-bottom: 4rem;
}

.card-book {
    /*width: 31%;*/
}

    .card-book > a {
        display: block;
        overflow: hidden;
        border-radius: 20px;
    }

    .card-book img {
        transition: all 1s;
        transform: scale(1);
    }

        .card-book img:hover {
            transform: scale(1.02);
        }

.wrapper-book {
    max-width: 1800px;
    background-color: rgba(0,0,0,0.4);
}

.wrapper-text-book {
    font-family: 'Gotham Black';
    /*padding: 1rem 1rem;*/
    height: 100%;
}

    .wrapper-text-book .texto-book {
        padding: 2.2rem 3rem;
        max-width: 65%;
        color: #FFF;
        font-size: 4rem;
    }

    .wrapper-text-book p {
        font-size: 1.4rem;
    }

.wrapper-img-book {
    max-width: 200px;
}


/* Books */
/* Libros */
.wrapper-text-books {
    max-width: 900px;
    margin: 0 auto;
}

.text-libros {
    font-size: 1.4rem;
}

    .text-libros p {
        margin-bottom: 0px !important;
    }

.background-libros-head-starting {
    background-image: url('/images/libros/startig-over/head-back.png');
}

.wrapper-starting {
    width: 100%;
}

.background-libros {
    background-color: #98aeba;
    color: #fff;
    padding: 0 0px;
}

.wrapper-content-libro {
    max-width: 1300px;
    margin: 0 auto;
}

.wrapper-card-blockquotes {
    width: 515px;
    height: 515px;
    object-fit: contain;
    margin-right: 16px;
    margin-bottom: 16px;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 15px;
    background-position: center;
    overflow: hidden;
    position: relative;
}

.wrapper-card-blockquotes-right {
    width: 515px;
    height: 515px;
    object-fit: contain;
    margin-bottom: 16px;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 15px;
    background-position: center;
    overflow: hidden;
    position: relative;
}

.wrapper-content-black-bloackquotes {
    height: 100%;
    width: 100%;
    position: absolute;
    background-color: rgba(0,0,0,0.7);
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s;
}

.wrapper-content-bloackquotes {
    height: 100%;
    width: 100%;
    position: absolute;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.book-blockquote {
    max-width: 390px;
    font-family: metropolis-bold;
    font-size: 1.563rem;
    /*padding-top: 2rem;
    padding-right: 2rem;
    background-image: url(/images/utils/comillas-completas.png), url(/images/utils/comillas-completas2.png) !important;
    background-repeat: no-repeat, no-repeat !important;
    background-size: 8%, 8% !important;
    background-position: 0px 0px, 100% 100% !important;*/
}

.book-blockquote {
    quotes: "\201C""\201D""\2018""\2019";
    position: relative;
}

    .book-blockquote:before {
        content: open-quote;
    }

    .book-blockquote:after {
        content: close-quote;
    }

    .book-blockquote:before, .book-blockquote:after {
        color: #cc9926;
        font-size: 1.8em;
        line-height: 10px;
    }




    .book-blockquote:after {
        position: absolute;
        bottom: 0;
    }
/* Pop up book */
.pop__up__detail__book {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 999999;
    background-color: rgba(0,0,0,0.6);
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.wraper___detail___book {
    position: relative;
    max-width: 700px;
    max-height: 800px;
    overflow-y: auto;
    background-color: #fff;
    padding: 1rem;
    border-radius: 10px;
    box-shadow: 1px 2px 3px rgba(0,0,0,0.5);
}

    .wraper___detail___book figure {
        max-width: 400px;
        margin: 0 auto;
        text-align: center;
    }

.detail___book, .buttons_book {
    width: 48%;
    padding: 1rem;
}

.close___detail___book {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}

    .close___detail___book a {
        color: #000;
        font-size: 2rem;
    }

.wrapper-card-blockquotes:hover .wrapper-content-black-bloackquotes {
    opacity: 1;
    visibility: visible;
}


.wrapper___completed {
    max-width: 1200px;
    margin: 0 auto;
    font-family: metropolis-regular;
}

    .wrapper___completed figure {
        width: 48%;
    }

    .wrapper___completed div.info___book {
        width: 48%;
    }

    .wrapper___completed p {
        font-size: 1.2rem;
    }
/* */
.bk-atisfacernos {
    background-image: url('/images/libros/startig-over/img1.png');
}

.bk-corredor {
    background-image: url('/images/libros/startig-over/img2.png');
}

.bk-aves {
    background-image: url('/images/libros/startig-over/img3.png');
}

.bk-miedo {
    background-image: url('/images/libros/startig-over/img4.png');
}

.bk-flecha {
    background-image: url('/images/libros/startig-over/img5.png');
}

.bk-abuelo1 {
    background-image: url('/images/libros/abuelo/img1.png');
}

.bk-casa {
    background-image: url('/images/libros/abuelo/img2.png');
}

.bk-abuelo-01 {
    background-image: url('/images/libros/abuelo/img3.png');
}

.bk-abuelo-02 {
    background-image: url('/images/libros/abuelo/img4.png');
}

.bk-abuelo-03 {
    background-image: url('/images/libros/abuelo/img5.png');
}

.bk-edificio {
    background-image: url('/images/libros/abuelo/img6.png');
}

.bk-familia {
    background-image: url('/images/libros/abuelo/img7.png');
}

.bk-coaching-01 {
    background-image: url('/images/libros/coaching/img1.png')
}

.bk-coaching-02 {
    background-image: url('/images/libros/coaching/img2.png')
}

.bk-coaching-03 {
    background-image: url('/images/libros/coaching/img3.png')
}

.bk-coaching-04 {
    background-image: url('/images/libros/coaching/img4.png')
}

.bk-coaching-05 {
    background-image: url('/images/libros/coaching/img5.png')
}

.bk-coaching-06 {
    background-image: url('/images/libros/coaching/img6.png')
}

.bk-coaching-07 {
    background-image: url('/images/libros/coaching/img7.png')
}


.blockquote-wrapper {
    background: url(/images/utils/comillas.png), url(/images/utils/comillas2.png) !important;
    background-repeat: no-repeat, no-repeat !important;
    background-size: 30%, 30% !important;
    background-position: -15px -36px, 97% 222px !important;
}

.blockquote-wrapper-2 {
    background: url(/images/utils/comillas_transparente.png), url(/images/utils/comillas_transparente2.png) !important;
    background-repeat: no-repeat, no-repeat !important;
    background-size: 15%, 15% !important;
    background-position: -16px -11px, 97% 100% !important;
}

.blockquote-home {
    margin: 0 auto;
    max-width: 750px;
    padding: 2rem 5rem;
    background: url(/images/utils/comillas.png), url(/images/utils/comillas2.png) !important;
    background-repeat: no-repeat, no-repeat !important;
    background-size: 20%, 20% !important;
    background-position: 0px 0px, 48% 100% !important;
}

.blockquote-semblanza-2 {
    text-align: center;
    margin: 0 auto;
    /*max-width: 750px;*/
    /*padding: 2rem 5rem;*/
    background: url(/images/utils/comillas.png), url(/images/utils/comillas2.png) !important;
    background-repeat: no-repeat, no-repeat !important;
    background-size: 20%, 20% !important;
    background-position: 0px 0px, 100% 100% !important;
}
/* Testimoniales */
.swiper-testimoniales {
    width: 100%;
    /*max-width: 1400px;*/
    padding-top: 1.5rem;
}

.item-testimonio {
    padding: 1rem 4rem;
}

    .item-testimonio p {
        font-size: 1.2rem;
    }

.wrapper-testimonio-image {
    width: 200px;
    height: 200px;
    position: relative;
    margin: auto;
    margin-bottom: 3rem;
}


.ver-testimonios {
    display: none;
}

    .ver-testimonios.active {
        display: block;
    }
/*footer*/
.wrapper-footer {
    padding: 1rem;
    background-color: #3a4a63;
}

footer {
    background-color: #3a4a63;
    color: #FFF;
}

    footer .copyright {
        font-family: 'Gotham Black';
    }



/* #Pensamiento */
#container-pensamiento {
    /*transform: translateY(-4em);*/
}

    #container-pensamiento p {
        font-size: 1.563rem;
    }


.bk-pensamiento {
    background-image: url('/images/pensamiento/back.png');
    background-repeat: no-repeat;
    background-size: cover;
}

.container-text-top-pensamiento {
    height: 100%;
}

.header-text-pensamiento {
    max-width: 950px;
    color: #FFF;
    height: 100%;
    display: block;
    font-size: 3.375rem;
    padding: 1rem;
    transform: translateX(-5%);
}

    .header-text-pensamiento .blockquote-pensamiento {
        max-width: 800px;
        padding: 3rem 0rem;
        background: url(/images/utils/comillas.png), url(/images/utils/comillas2.png) !important;
        background-repeat: no-repeat, no-repeat !important;
        background-size: 20%, 20% !important;
        background-position: 0px 0px, 100% 100% !important;
    }

.container-pensamiento {
    max-width: 1400px;
    width: 100%;
    margin: 0 auto;
}


    .container-pensamiento.container-img {
        text-align: center;
    }

.action-pensamiento img {
    margin-bottom: 0.8em;
}

.item-pensamiento h2 {
    margin-bottom: 0.4em;
}

.back-bottom-pensamiento {
    background-image: url(/images/pensamiento/back2.png);
    background-repeat: no-repeat;
    background-size: 100% 101%;
}

.container-pensamiento .item-pensamiento {
    display: none;
    visibility: hidden;
    opacity: 0;
    transform: scale(0);
    transition: all 1s;
}

    .container-pensamiento .item-pensamiento.active {
        display: block;
        visibility: visible !important;
        opacity: 1;
        transform: scale(1);
        animation-name: zoomIn;
        animation-duration: 1s;
    }

.container-slider {
    max-width: 1500px;
    position: relative;
    padding: 2em 15px;
}

@media (min-width: 1200px) {
    .container-slider {
        margin: 1em auto;
        transform: translateY(-7em);
    }
}

.container-slider .wrapper-slider {
    max-width: 1400px;
    margin: auto;
}

    .container-slider .wrapper-slider .swiper-slide a {
        color: #000;
        text-decoration: none;
    }

.container-slider .swiper-button-next, .container-slider .swiper-button-prev {
    color: #000 !important;
}

    .container-slider .swiper-button-next:after, .container-slider .swiper-button-prev:after {
        content: " ";
    }


@keyframes zoomIn {
    0% {
        display: none;
        visibility: hidden !important;
        opacity: 0;
        transform: scale(0);
    }

    50% {
        display: block;
        visibility: visible !important;
        opacity: 1;
        transform: scale(1.1);
    }

    100% {
        display: block;
        visibility: visible !important;
        opacity: 1;
        transform: scale(1);
    }
}


/*  #Timeline*/
.container-timeline {
    max-width: 1364px;
    margin: 0 auto;
    position: relative;
}


.timeline___back___up, .timeline___back___down {
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.timeline___back___up {
    background-image: url('/images/timeline/back-up.png');
}

.timeline___back___down {
    background-image: url('/images/timeline/back-down.png');
}

.wrapper___timeline {
    position: relative;
    overflow: hidden;
}

    .wrapper___timeline:before {
        position: absolute;
        width: 6px;
        background: #98aeba;
        top: 0px;
        left: 50%;
        margin-left: -3px;
        content: '';
        height: 100%;
    }

.timeline___item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 4rem 1rem;
}

    .timeline___item.timeline___left___img {
        flex-direction: row;
    }

    .timeline___item.timeline___right___img {
        flex-direction: row-reverse;
    }


.img___timeline {
    width: 42%;
    position: relative;
    transition: all 1.2s;
}

.wrapper___years {
    width: 50%;
    position: relative;
    transition: all 1.2s;
}

    .wrapper___years.timeline_right_years {
        text-align: left;
    }

    .wrapper___years.timeline_left_years {
        text-align: right;
    }

    .wrapper___years.timeline_right_years .wrapper___item___year {
        margin-left: 28%;
        margin-bottom: 3rem;
    }

    .wrapper___years.timeline_left_years .wrapper___item___year {
        margin-right: 28%;
        margin-bottom: 3rem;
    }

.wrapper___item___year {
    clear: both;
}

.wrapper___years.timeline_left_years .wrapper___item___year .body___year {
    max-width: 400px;
    float: right;
}

.wrapper___years.timeline_left_years .wrapper___item___year .body___year {
    max-width: 400px;
}

.wrapper___item___year .body___year p {
    font-family: metropolis-semibold;
    font-size: 1.2rem;
}

.wrapper___item___year .body___year h4.logros {
    font-family: metropolis-bold;
    color: #cc9926;
    font-size: 1.75rem;
}

.body___year .important.active {
    animation-name: zoomLoop;
    animation-duration: 1s;
    animation-direction: alternate;
    animation-iteration-count: infinite;
}

@keyframes zoomLoop {
    from {
        transform: scale(1);
    }

    to {
        transform: scale(1.05);
    }
}



.year___ h3 {
    color: #3a4a63;
}

.year___ {
    position: relative;
}

.wrapper___years.timeline_right_years .year___:before {
    width: 35%;
    height: 0px;
    border-bottom: 2px dotted #ddd;
    border-bottom: 2px dotted #98aeba;
    -webkit-box-shadow: 0px 1px 1px #fff;
    -moz-box-shadow: 0px 1px 1px #fff;
    box-shadow: 0px 1px 1px #fff;
    position: absolute;
    top: 50%;
    content: '';
    margin-top: -1px;
    left: -38%;
}

.wrapper___years.timeline_left_years .year___:before {
    width: 35%;
    height: 0px;
    border-bottom: 2px dotted #ddd;
    border-bottom: 2px dotted #98aeba;
    -webkit-box-shadow: 0px 1px 1px #fff;
    -moz-box-shadow: 0px 1px 1px #fff;
    box-shadow: 0px 1px 1px #fff;
    position: absolute;
    top: 50%;
    content: '';
    margin-top: -1px;
    right: -38%;
}

.wrapper___years.timeline_right_years .year___:after {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #98aeba;
    content: '';
    position: absolute;
    top: 50%;
    left: -42%;
    margin-top: -15px;
}

.wrapper___years.timeline_left_years .year___:after {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #98aeba;
    content: '';
    position: absolute;
    top: 50%;
    right: -42%;
    margin-top: -15px;
}


/*  #Utils */
.bk-grey {
    background-color: #98aeba;
}

.bk-green {
    background-color: #628794;
}

.bk-greengrey {
    background-color: #1d9595;
}

.bk-bluegreen {
    background-color: #3a4a63
}

.bk-vino {
    background-color: #6f2e2e;
}

.navbar {
    position: fixed;
    z-index: 9999;
    width: 100%;
}

@media screen and (min-width: 1200px ) {


    .drop-lje {
        top: 70px;
        width: 100%;
        position: fixed !important;
        left: 0;
        margin: 0 !important;
        padding: 0 !important;
        background-color: #628794 !important;
        border: none;
        border-top: 1px solid #fff;
        border-radius: 0px;
    }

   

    .show {
        display: flex !important;
        flex-direction: row;
        justify-content: center;
    }
        .show:before {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 3px;
            background-color: #3a4a63;
        }

        

        .show .dropdown-item {
            max-width: 370px;
            padding: 1rem;
            font-size: 18px;
            color: #FFF !important;
            background-color: #628794 !important;
        }

            .show .dropdown-item:hover {
                background-color: #628794 !important;
            }
}

@media screen and (max-width: 1600px) {
    .background-top-semblanza {
        min-height: 650px;
    }
}

@media screen and (max-width: 1100px) {
    .background-top-semblanza {
        min-height: 450px;
    }
}

@media screen and (min-width: 767px) {
    
}

@media screen and (max-width: 1330px) {
    .wrapper-text-home {
        font-size: 1.813rem;
    }

    .container-text-top .text-semblanza {
        font-size: 1.3rem;
    }
}

@media screen and (max-width: 991px) {
    .body-content {
        padding-top: 70px;
    }

    .navbar {
        width: 100%;
    }

    h2 {
        font-size: 1.875rem;
    }

    .background-top .container-text-top {
        margin: 0 auto;
    }

    .background-top {
        position: relative;
        min-height: 690px;
        background-position: right;
        background-repeat: no-repeat;
    }

        .background-top .wrapper-luis-imagen, .background-top-semblanza .wrapper-luis-imagen {
            bottom: 0;
            left: 1%;
            max-width: 350px;
        }


    /* Home */
    .blockquote-home {
        margin: 0 auto;
        padding: 2rem 2rem;
        background-size: 10%, 10% !important;
        background-position: 0% 0%, 70% 90% !important;
    }

    /* #Semblanza */
    .blockquote-semblanza-2 {
        padding: 2rem 2rem;
        background-size: 15%, 15% !important;
    }

    .background-top-semblanza {
        padding-top: 3rem;
    }

    .wrapper-text-home {
        font-size: 1.875rem;
        margin-right: 0px;
    }


    .background-top-semblanza .text-semblanza, .background-top .wrapper-text-home {
        margin-left: 0;
        margin: 0 auto;
        width: 100%;
    }

    /* Hide captions */
    .carousel-caption {
        display: none;
    }

    /* book */
    .card-book {
        width: 100%;
        max-width: 991px;
    }

    .wrapper-text-book {
        /*padding: 1rem;*/
    }

        .wrapper-text-book .texto-book {
            font-size: 2rem;
        }



    .blockquote-wrapper-2 {
        background-size: 20%, 20% !important;
        background-position: -10px -5px, 80% 90% !important;
    }

    .wrapper-content-black-bloackquotes {
        opacity: 1;
        visibility: visible;
        background-color: rgba(0,0,0,0.8);
    }

    .wrapper___completed figure {
        width: 85%;
        margin: 0 auto;
    }

    .wrapper___completed div.info___book {
        width: 100%;
    }

    .wrapper___completed p {
        font-size: 1.2rem;
    }

    /* #Pensamiento */
    .header-text-pensamiento {
        font-size: 2.875rem;
        transform: translateX(0px);
    }



    /*  #Timeline */
    .wrapper___timeline:before {
        left: 10px;
    }

    .timeline___item.timeline___left___img {
        flex-direction: column;
    }

    .timeline___item.timeline___right___img {
        flex-direction: column;
    }

    .wrapper___years.timeline_left_years {
        text-align: left;
    }

        .wrapper___years.timeline_left_years .wrapper___item___year {
            margin-left: 28%;
            margin-right: 0px;
            margin-bottom: 3rem;
        }

        .wrapper___years.timeline_left_years .year___:after {
            width: 30px;
            height: 30px;
            border-radius: 50%;
            background-color: #98aeba;
            content: '';
            position: absolute;
            top: 50%;
            left: -42%;
            margin-top: -15px;
        }

        .wrapper___years.timeline_left_years .year___:before {
            left: -38%;
        }


    .img___timeline {
        width: 100%;
    }

    .wrapper___years {
        width: 97%;
    }
}


@media screen and (max-width: 768px) {
    .background-top {
        display: flex;
        /*flex-direction: column;*/
        min-height: 320px;
        align-items: center;
        flex-direction: row;
        justify-content: flex-end;
        padding-bottom: 0rem;
        background-position: center;
        background-size: cover;
    }

        .background-top .container-text-top {
            margin: 0 auto;
            font-size: 1.5rem;
        }

    .wrapper-text-home {
        font-size: 1.5rem;
        margin-right: 0px;
    }


    .background-top-semblanza {
        height: 732px;
    }

        .background-top-semblanza .text-semblanza {
            padding: 2rem 0rem 1rem;
        }

    .wrapper-text-top {
        font-size: 1.4rem;
        margin: 0px auto;
        height: auto;
        padding: 0.5rem;
        max-width: 100%;
        width: 100%;
    }


    /* Semblanza */
    .container-text-top .text-semblanza {
        /*font-size: 1.3rem;*/
    }

    .blockquote-semblanza-2 {
        padding: 1em 0em;
        background-size: 15%, 15% !important;
    }



    .blockquote-wrapper {
        max-width: 400px;
        margin: 0 auto;
        background-size: 15%, 15% !important;
        background-position: 0px 5px, 100% 100% !important;
    }
    /* Hide captions */
    .carousel-caption {
        display: none;
    }

    /*boock*/

    .wrapper-text-book .texto-book {
        font-size: 1.6rem;
        width: 100%;
        max-width: 100%;
    }

    .wrapper-img-book {
        max-width: 160px;
    }


    .figcaption-book {
        color: #FFF;
    }
    /*--------------------------------
        #Pensamiento
    ---------------------------------*/
    .header-text-pensamiento {
        font-size: 1.875rem;
    }
}


@media screen and (max-width: 576px) {

    .body-content {
        padding-top: 55px;
    }

    .background-top {
        display: flex;
        /*flex-direction: column;*/
        min-height: 380px;
        align-items: center;
        flex-direction: row;
        justify-content: flex-end;
        padding-bottom: 0rem;
        background-position: top;
        background-size: initial;
    }

    /*Semblanza*/
    .background-top-semblanza {
        height: 620px;
        background-size: cover;
        background-position: bottom;
    }

    /*book*/
    .wrapper-card-blockquotes {
        width: 100%;
        height: 385px;
        margin-right: 0rem;
    }

    .book-blockquote {
        font-size: 1.2rem;
        max-width: 340px;
        padding: 0.8em;
    }

    .wrapper-card-blockquotes-right {
        width: 100%;
        height: 385px;
    }

    wrapper-book {
        padding: 0.4rem;
    }

    .wrapper-text-book .texto-book {
        padding: 2.2rem 1rem;
        font-size: 1.3rem;
    }

    .blockquote-wrapper-2 {
        background-size: 33%, 33% !important;
        background-position: -10px -5px, 80% 90% !important;
    }

    .wrapper-imagen-luis {
        width: 100%;
    }

    .wrapper-imagen-luis {
        display: block;
    }

    .about-luis-backrond .text-about {
        font-family: 'Gotham Medium';
        font-size: 1rem;
    }


    .col-bl2 {
        color: #3a4a63;
        font-size: 1em;
    }

    /*Pensamiento*/
    #container-pensamiento {
        transform: translateY(0);
    }
}


.scale-link {
    transform: rotate(0deg);
    transition: all 0.4s;
}

    .scale-link:hover {
        transform: rotate(-20deg);
    }
/* Animations */
@-o-keyframes fadeIn {
    from {
        opacity: 0;
        right: -100%;
    }

    to {
        opacity: 1;
        right: 0%;
    }
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
        right: -100%;
    }

    to {
        opacity: 1;
        right: 0%;
    }
}

@-moz-keyframes fadeIn {
    from {
        opacity: 0;
        right: -100%;
    }

    to {
        opacity: 1;
        right: 0%;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
        right: -100%;
    }

    to {
        opacity: 1;
        right: 0%;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
        right: -100%;
    }

    to {
        opacity: 1;
        right: 0%;
    }
}

.fadeIn {
    animation-name: fadeIn;
    animation-duration: 1s;
}

/*
@media (min-width: 1200px) {
    .navbar-expand-xl > .container, .navbar-expand-xl > .container-fluid, .navbar-expand-xl > .container-lg, .navbar-expand-xl > .container-md, .navbar-expand-xl > .container-sm, .navbar-expand-xl > .container-xl {
        max-width: 1600px;
    }
}*/