/* COMUNES */
html,
a,
button {
    touch-action: manipulation;
    -ms-touch-action: manipulation;
}

body {
    overflow-x: hidden;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: -.05rem;
    color: #032d3b;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
}

h2 {
    font-weight: 800;
    font-size: 2.25rem;
    line-height: 2.5rem;
    color: #0062cc;
    letter-spacing: -.05rem;
}

.btn-yellow {
    background: #ffbc00;
    color: #000000 !important;
    font-weight: bold;
    border-radius: 25px;
    letter-spacing: -.05rem;
}

.btn-blue {
    background: #0091fe;
    color: #ffffff !important;
    font-weight: bold;
    border-radius: 25px;
    letter-spacing: -.05rem;
}

/* Header */
.header {
    background: url('../img/banner.jpg') no-repeat center top;
    min-height: 873px;
}

.header .btn-underline-blue {
    font-weight: bold;
    color: #0062cc !important;
    padding-bottom: 3px;
    border-bottom: 4px solid #0062cc;
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
    letter-spacing: -.05rem;
}

.header p {
    font-size: 1.375rem;
    line-height: 1.75rem;
}

/* Footer */
.footer {
    background: #0062cc;
}

.footer a {
    color: #ffffff;
}

.footer .list-inline a {
    font-weight: bold;
}

.footer .subfooter {
    background: #0091fe;
    padding: 25px 0;
}

.footer .subfooter,
.footer .subfooter a {
    font-size: 0.875rem;
    line-height: 1.4;
    color: #ffffff;
}

/* Conoce el libro */
.conoce_libro h2 {
    font-weight: bold;
    font-size: 1rem;
    color: #0091fe;
    letter-spacing: -.05rem;
}

.conoce_libro h3 {
    font-weight: 800;
    font-size: 1.5rem;
    line-height: 2rem;
    color: #0062cc;
    letter-spacing: -.05rem;
}

.conoce_libro p strong {
    font-weight: 600;
}

/* El libro por capítulos */
.libro_capitulos .nav-tabs {
    border: none;
}

.libro_capitulos .nav-link {
    background: #e0f7ff;
    color: #76ceec;
    margin: 0 1px;
    border-radius: .5rem;
    height: 90px;
    border: none;
}

.libro_capitulos .nav-tabs .nav-item.show .nav-link,
.libro_capitulos .nav-tabs .nav-link.active {
    background: #0091fe;
    color: #ffffff;
}

.libro_capitulos h3 {
    font-weight: 800;
    font-size: 2.25rem;
    line-height: 2.25rem;
    color: #0062cc;
    letter-spacing: -.1rem;
}

.libro_capitulos .btn-blue {
    position: absolute;
    bottom: 0;
}

.libro_capitulos .red {
    color: #ff0000;
}

.libro_capitulos .bg-white {
    padding-bottom: 5rem !important;
}

.libro_capitulos .fa-chevron-circle-right {
    font-size: 56px;
    color: #0062cc;
}

.libro_capitulos .fa-chevron-circle-left {
    font-size: 56px;
    color: #0091fe;
}

/* Formulario Libro */
.libro_personalizado {
    background: url('../img/banner_collapsed_personalizar_libro.jpg') no-repeat center bottom;
    background-color: #f5fdff;
    padding: 125px;
}

.libro_personalizado.opened {
    background-image: url('../img/banner_personalizar_libro.jpg');
}

.libro_personalizado h2 {
    font-size: 2.813rem;
    line-height: 3rem;
}

.libro_personalizado .bullet {
    display: block;
    width: 71px;
    height: 71px;
    line-height: 71px;
    background: #0062cc;
    border-radius: 50px;
    color: #ffffff;
    font-weight: 800;
    font-size: 2rem;
}

.libro_personalizado label {
    color: #032d3b;
    font-size: 1.5rem;
    line-height: 1.75rem;
    letter-spacing: -.05rem;
}

.libro_personalizado .form-check-label {
    color: #032d3b;
    font-size: 1rem;
    line-height: 1;
    letter-spacing: -.05rem;
}

.radio__control {
    display: block;
    width: 51px;
    height: 51px;
    border-radius: 50%;
    border: 3px solid #0091fe;
}

.radio__control.nina {
    border-color: #d566d1;
}

.radio__input input:checked+.radio__control {
    border-color: #0062cc;
    position: relative;
}

.radio__input input:checked+.radio__control.nina {
    border-color: #d566d1;
}

.radio__input input:checked+.radio__control::after {
    content: '';
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #0062cc;
    position: absolute;
    top: 7px;
    left: 7px;
}

.radio__input input:checked+.radio__control.nina::after {
    background: #d566d1;
}

.form-control {
    border: 2px solid #032d3b !important;
    height: 60px;
    font-style: italic;
    color: #000000;
    box-shadow: none !important;
}

/* Autora */
.autora {
    background: #e6f9ff;
}

/* Compromiso */
.compromiso {
    padding: 45px 0 150px;
}

.compromiso img.float-right {
    -webkit-box-shadow: -46px 40px 0px 0px rgba(230, 249, 255, 1);
    -moz-box-shadow: -46px 40px 0px 0px rgba(230, 249, 255, 1);
    box-shadow: -46px 40px 0px 0px rgba(230, 249, 255, 1);
}

.compromiso .intro {
    margin-bottom: 122px;
}

.compromiso .fa-play-circle {
    color: #e6f9ff;
    position: absolute;
    font-size: 600px;
    left: calc(50% - 300px);
    top: -79px;
}

/* Importancia */
.importancia {
    background: url('../img/importancia.jpg') no-repeat center top / cover;
    padding: 85px 0 70px;
}

.importancia h2,
.importancia p {
    color: #ffffff;
}

/* POPUP */
.popup p {
    font-size: 1rem;
    line-height: 1.375rem;
}

.popup p strong {
    font-weight: 800;
    font-size: 1.5rem;
    line-height: 2rem;
    color: #0062cc;
}

.modal-header {
    background: none;
    height: 0;
    padding: 0;
    border: none;
}

.modal-content {
    border-radius: 20px;
    border: 10px solid #262626;
    width: 609px;
}

.bootstrap-dialog-close-button button,
.modal-header button {
    position: absolute;
    top: 15px;
    right: -35px;
    opacity: 1;
    height: 38px;
    width: 38px;
    border: 2px solid #fff;
    border-radius: 25px;
    padding: 0 !important;
    color: #fff !important;
}


@media(max-width: 991px) {
    .libro_capitulos .nav-item {
        -ms-flex: 0 0 16.6%;
        flex: 0 0 16.6%;
        width: 16.6%;
        margin-top: 5px;
    }

    .libro_capitulos img {
        max-width: 100%;
    }

    .modal-content {
        max-width: 94%;
    }
}

@media(max-width: 767px) {

    .btn-yellow,
    .btn-blue {
        width: 100%;
    }

    h2,
    .libro_personalizado h2 {
        font-size: 1.6rem;
        line-height: 1;
    }

    .header {
        background: url('../img/01_fondo.svg') no-repeat center top / cover;
        min-height: inherit;
        margin-bottom: 120px;
    }

    .header p {
        font-size: 1.2rem;
        line-height: 1;
    }

    .header .logos_responsive {
        width: 120%;
        float: right;
        max-width: inherit;
    }

    .header .navbar {
        background-color: #ffffff;
        padding: 15px !important;
        margin-left: -15px;
        margin-right: -15px;
    }

    .header .navbar-toggler {
        border: none;
        outline: none;
    }

    .header .navbar-toggler i {
        color: #0264cc;
    }

    .header .nav-item {
        margin-top: 15px;
        ;
    }

    .header .wrapper-links img {
        max-width: 100%;
    }

    .header .no-gutters .wrapper-content {
        margin-bottom: -118px;
    }

    .conoce_libro h3 {
        font-size: 1.2rem;
        line-height: 1.3;
    }

    .libro_capitulos .col-auto {
        display: none;
    }

    .libro_capitulos .btn-blue {
        position: static;
        margin-top: 20px;
    }

    .libro_capitulos h3 {
        font-size: 1.8rem;
        line-height: 1;
    }

    .libro_capitulos .bg-white {
        padding-bottom: 0 !important;
    }

    .libro_personalizado {
        padding: 70px 0;
        margin-top: 0 !important;
        background-image: none;
        background-color: #e6f9ff;
    }

    .libro_personalizado label {
        font-size: 1rem;
        line-height: 1.3;
    }

    .libro_personalizado p,
    .autora p {
        text-align: left !important;
    }

    .libro_personalizado .bullet {
        width: 31px;
        height: 31px;
        line-height: 31px;
        font-size: 1rem;
    }

    .compromiso {
        padding: 40px 0 80px;
    }

    .compromiso img.float-right {
        float: none !important;
        max-width: 100%;
    }

    .compromiso h2 {
        margin-top: 30px;
    }

    .compromiso .intro {
        margin-bottom: 40px;
    }

    .importancia {
        background: url('../img/importancia_responsive.jpg') no-repeat center bottom / contain #000000;
        padding-bottom: 240px;
    }

    .importancia h2 {
        text-align: center;
    }

    .footer {
        text-align: center;
    }

    .footer .container {
        padding-top: 20px !important;
        padding-bottom: 0 !important;
    }

    .footer .subfooter {
        padding-top: 0 !important;
        padding-bottom: 15px !important;
    }

    .footer img {
        margin-bottom: 20px;
    }

    .footer .list-unstyled,
    .footer .list-inline.text-uppercase {
        display: none;
    }
}