body,
html {
    width: 100%;
    font-family: Lato, sans-serif;
}

html {
    scroll-behavior: smooth;
}

button {
    border-radius: 0;
}

button,
.btn {
    box-shadow: none;
}

.header .icono {
    width: 22px;
}

.header-new {
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 20;

    img {
        vertical-align: top;
    }

    .header-top-bar {
        background-color: #003872;
        color: #FFF;
        padding: 0.65rem;
        display: flex;
        align-items: center;
        justify-content: end;
        padding-right: 3rem;

        .btn-biblioteca {
            display: inline-block;
            background-color: #55B9D4;
            color: #00396F;
            padding: 0.25rem 1rem;
            border-radius: 10px;
            -webkit-border-radius: 10px;
            -moz-border-radius: 10px;
            -ms-border-radius: 10px;
            -o-border-radius: 10px;
            text-decoration: none;
        }

        .icono {
            width: 16px;
            height: 16px;
            object-fit: contain;
        }

        .icon-down {
            width: 11px;
            height: 11px;
            object-fit: contain;
        }

        .icon-bag {
            width: 20px;
            height: 20px;
            object-fit: contain;
        }
    }

    .header-content {
        background-color: #FFF;
        box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
        color: #00396F;

        nav {
            a {
                color: #00396F;
                font-weight: bold;
                text-decoration: none;
            }
        }
    }
}

.top-bar {
    background-color: #55b9d4;
    color: #fff;
    padding-left: 5%;
    padding-right: 5%;
    /* position: fixed;
    top: 0; */
    z-index: 15;
    width: 100%;
}

.top-mail {
    border-right: 1px solid #FFF;
}

.top-mail a {
    /* float: left; */
    /* width: 23px;
    height: 15px;
    color: #fff;
    text-decoration: none;
    display: block; */
    /* background: url(../img/sprite-img.png) -45px 0; */
    color: #FFF;
}

.top-mail a:hover {
    /* background: url(../img/sprite-img.png) -45px -16px; */
    color: #003872;
}

.top-mail-mov a {
    color: #fff;
    height: 15px;
}

.top-mail-mov a:hover {
    color: #003872;
    text-decoration: none;
}

/* .top-mail span {
    position: absolute;
    left: 50px;
    top: 2px;
} */
.rrss-top {
    padding-left: 0;
}

.rrss-top li {
    margin-right: 15px;
    float: left;
}

.rrss-top a,
.rrss-top li {
    height: 23px;
    display: block;
}

.rrss-top>.facebook {
    width: 24px;
    background: url(../img/rrss.png) -47px 0;
}

.rrss-top>.linkedin {
    width: 23px;
    background: url(../img/rrss.png) -24px 0;
}

.rrss-top>.instagram {
    width: 24px;
    background: url(../img/rrss.png) -71px 0;
}

.rrss-top>.facebook a:hover {
    background: url(../img/rrss.png) -47px -23px;
}

.rrss-top>.linkedin a:hover {
    background: url(../img/rrss.png) -24px -23px;
}

.rrss-top>.instagram a:hover {
    background: url(../img/rrss.png) -71px -23px;
}

.ddmenu,
.pedidos-topbar {
    margin: 8px 20px;
    text-align: center;
    /* border-left: solid #fff 1px;
    border-right: solid #fff 1px; */
    /* width: 130px; */
    height: 22px;
    font-size: 14px;
}

.ddmenu {
    margin: 0;
}

@media (min-width: 1200px) {
    /* .header-content {
        display: none;
    } */

    .ddmenu {
        color: #fff;
    }

    .ddmenu:hover {
        color: #FFF !important;
    }
}

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


.ddmenu:hover a {
    /* color: #00396f; */
    color: #FFF;
    cursor: pointer;
}

.ddmenu .icon-down {
    transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
}

.ddmenu:hover .icon-down {
    rotate: -180deg;
}

.ddmenu ul {
    background-color: #EFEFEF;
    margin-top: 9px;
    padding: 0;
    text-align: left;
    list-style: none;
    opacity: 0;
    height: 0;
    overflow-x: hidden;
    overflow-y: auto;
    border-top: solid 9px transparent;
    position: relative;
    z-index: 2;
}

.ddmenu .list-no-auth {
    position: relative;
    left: -40px;
    padding: 0;
    min-width: 120px;
    text-align: center;
}

.ddmenu .list-no-auth li {
    padding: 10px;
}

.ddmenu ul a {
    color: #222 !important;
}

.ddmenu:hover>ul {
    opacity: 1;
    height: auto;
}

.ddmenu ul li {
    /* padding: 10px 0 10px 20px; */
    padding: 10px;
    text-align: center;
}

.ddmenu ul li a {
    color: #00396f;
    text-decoration: none;
    text-align: left;
}

.ddmenu ul li a:hover {
    color: #55b9d4 !important;
}

.ddmenu:hover,
.pedidos-topbar:hover {
    color: #003872;
    text-decoration: none;
}

.topbar-cart>a {
    position: relative;
    margin-top: 5px;
    height: 25px;
    min-width: 24px;
    color: #fff;
    text-decoration: none;
    display: block;
    /* background: url(../img/sprite-img.png) -69px 0; */
    background-repeat: no-repeat;
}

.topbar-cart>a:hover {
    background: url(../img/sprite-img.png) -69px -25px;
    background-repeat: no-repeat;
    color: #00396f;
}

.topbar-cart a.full {
    background: url(../img/sprite-img.png) -69px -50px;
    background-repeat: no-repeat;
    color: #e2211c;
}

.topbar-cart a.full span {
    position: absolute;
    left: 17px;
    top: 0;
    background-color: #e2211c;
    color: #fff;
    height: 12px;
    width: 12px;
    border-radius: 6px;
    text-align: center;
    line-height: 12px;
    font-size: 10px;
    font-weight: 600;
    display: block;
}

.topbar-cart a.full:hover {
    background: url(../img/sprite-img.png) -69px -25px;
    background-repeat: no-repeat;
    color: #00396f;
}

.topbar-cart p {
    position: relative;
    left: 35px;
    top: 3px;
}

.topbar-cart {
    margin-right: 5%;
}

.noauth {
    border: none;
    width: 0;
}

.noauth ul {
    margin-top: 5px;
    width: 120px;
    /* margin-left: -40px; */
    margin-left: -80px;
}

.noauth a {
    margin: 0;
}

.cart-topbox {
    position: absolute;
    top: 38px;
    overflow-y: auto;
    right: 20px;
    width: 390px;
    height: 0;
    opacity: 0;
    z-index: 1;
    transition: 0.2s;
    display: block;
}

.topbar-cart:hover .cart-topbox {
    height: auto;
    opacity: 1;
}

.c-border {
    box-shadow: 10px 2px 5px 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 2px 5px 2px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 2px 5px 2px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 2px 5px 2px rgba(0, 0, 0, 0.3);
    margin: 0 6px 6px 6px;
}

.c-top {
    height: 30px;
    background-color: transparent;
}

.c-top:before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-bottom: 30px solid #eee;
    margin-top: 0;
    right: 10%;
}

.cart-topbox .c-resume {
    background-color: #eee;
    text-align: center;
}

.cart-topbox .c-resume p {
    left: 0;
    margin-top: 20px;
    margin-bottom: 0;
    font-size: 14px;
    color: #333;
}

.cart-topbox .c-resume p:nth-of-type(2) {
    color: #55b9d4;
    font-size: 22px;
    font-weight: 600;
    margin: 0;
}

.cart-topbox .c-resume p:nth-of-type(2) span {
    color: #00396f;
    font-size: 18px;
}

.cart-topbox .c-resume .btn-blue {
    display: inline;
    margin: 20px 0;
    padding: 5px 30px;
}

.items-pack {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    overflow-y: auto;
    max-height: 320px;
}

/* //estilos para btn normal */
.btn-normal {
    border-radius: 10px !important;
    display: flex;
    border: 2px solid;
    color: #003A70;
    align-items: center;
    justify-content: center;
}

.btn-outline-normal {
    color: #003A70;
    border-color: #003A70;
}

.btn-normal:hover {
    border-radius: 15px !important;
    display: flex;
    border: 3px solid;
    background-color: #003A70;
    color: #fff;
    font-weight: bold;
    align-items: center;
    justify-content: center;
}

.cart-top-item {
    padding: 20px 0;
    display: flex;
    background-color: #fff;
    align-items: center;
}

.cart-top-item span {
    margin: auto 0;
    background-color: #eee;
    color: #55b9d4;
    font-size: 40px;
    padding: 10px 15px 15px 15px;
    cursor: pointer;
}

.cart-top-item img {
    height: 120px;
    width: auto;
    right: 15px;
}

.cart-top-item div:nth-of-type(3) t5 {
    font-size: 11px;
    color: #00396f;
    font-weight: 800;
}

.cart-top-item div:nth-of-type(3) p:nth-of-type(1) {
    color: #00396f;
    left: 0;
    font-size: 12px;
}

.cart-top-item div:nth-of-type(3) p:nth-of-type(1) {
    color: #00396f;
    left: 0;
    font-size: 12px;
}

.cart-top-item div:nth-of-type(3) s {
    color: #55b9d4;
    font-size: 12px;
}

.cart-top-item div:nth-of-type(3) p:nth-of-type(2) {
    color: #55b9d4;
    left: 0;
    font-size: 18px;
    line-height: 12px;
}

.d-price {
    color: #55b9d4;
}

.d-price p {
    font-size: 28px;
    font-weight: 600;
}

.navbar {
    /* top: 38px; */
    /* top: 36px; */
    background-color: #00396f;
    padding: 0;
    z-index: 10;
}

.logo-gap {
    background-color: #fff;
    position: relative;
    content: "";
    margin-left: -5%;
    width: 6%;
    height: 100px;
    -webkit-transform: skewX(-28deg);
    transform: skewX(-28deg);
}

.navbar-brand {
    background-color: #fff;
    height: 100px;
    width: 20%;
}

.navbar-brand img {
    position: absolute;
    top: 10px;
    left: 5%;
    z-index: 1;
}

.search div {
    &>a {
        color: #fff;
        text-decoration: none;
        display: inline-flex;
        margin-top: 6px;
        margin-right: 20px;

        &>b {
            display: none;
        }
    }

}


.search>div>a>span {
    margin-top: 2px;
    height: 22px;
    width: 22px;
    display: block;
    margin-right: 10px;
    background: url(../img/sprite-img.png) -22px -40px;
    background-repeat: no-repeat;
}

.search>.search-frame {
    /* background-color: rgba(0, 57, 111, 0.95); */
    background-color: #00396f;
    list-style: none;
    display: flex;
    height: 0;
    opacity: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    position: fixed;
    top: 0;
    left: 0;
    transition: 0.2s;
    width: 100%;
}

.search-frame .search-results {
    color: #FFF;
}

.search-frame .btn-close {
    color: #FFF;
    font-size: 2rem;
    position: absolute;
    right: 30px;
    top: 20px;
}

.search:hover>.search-frame {
    opacity: 1;
    height: 100%;
    z-index: 200;
    transition-delay: 0.5s;
}

.search form {
    width: 80%;
    margin-top: 250px;
    display: inline-block;
}

.search .form-group>button {
    margin-left: auto;
    margin-right: 15px;
}

.search .form-group {
    border-bottom: solid 1px rgba(250, 250, 250, 0.8);
    width: 100%;
    display: flex;
}

.search form input[type="text"] {
    border: none;
    border-radius: 0;
    background: rgba(0, 57, 111, 0.1);
    color: #fff;
    margin-right: 0;
    font-size: 3em;
    width: 70%;
}

.search form input::placeholder {
    color: #55b9d4;
    font-size: 1em;
}

.search form input:focus:invalid,
.search form input:required:invalid {
    color: #f0544d;
    box-shadow: none;
}

.search form input:focus:valid,
.search form input:required:valid {
    box-shadow: none;
}

.search form button {
    border: 0;
    color: #55b9d4;
    width: 46px;
    height: 48px;
    background: url(../img/sprite-img.png) 0 -87px;
    background-repeat: no-repeat;
    margin-right: 20%;
}

.search form button:hover {
    background: url(../img/sprite-img.png) -46px -87px;
    background-repeat: no-repeat;
}

.search form button:focus {
    box-shadow: none;
}

.search-results {
    overflow-y: auto;
    max-height: 300px;
}

.search-results ul {
    font-size: 20px;
    list-style: none;
    line-height: 1.1em;
    margin-top: 1%;
    margin-left: 0;
    padding-left: 15px;
}

.search-results ul li {
    margin: 0.8em 0;
}

.search-results ul li a {
    color: #ddd !important;
    list-style: none;
    text-decoration: none;
}

.search-results ul li a:hover {
    color: #fff;
    font-weight: 600;
}

.search span a {
    position: absolute;
    top: 40px;
    right: 10%;
    font-size: 40px;
    color: #55b9d4;
    font-weight: 600;
    text-decoration: none;
}

#sm-medicina,
#sm-odontologia,
#sm-ofertas,
#sm-recursos,
#sm-more,
#toggle {
    display: none;
}

#menu-new {
    li {
        list-style: none;
    }
}

.submenu {
    li {
        input[type="checkbox"] {
            display: none;
        }

        input[type="checkbox"]:checked~.item-options {
            display: block;
        }

        input[type="checkbox"]:checked~a {
            background: #e6e6e6;
            color: #00396f;

            label {
                &:after {
                    transform: rotate(0deg) scaleX(1.5);
                }
            }
        }

        .item-options {
            display: none;
            padding-left: 10px;
        }
    }
}

@media only screen and (min-width: 992px) {
    .submenu {
        li {
            li {
                &:hover {
                    background-color: #00396f;
                    color: #55b9d4;
                }

            }

            .item-options {
                visibility: hidden;
                position: absolute;
                top: 0px;
                right: 100%;
                background-color: #efefef;
                border-radius: 4px;
                overflow: auto;
                max-height: 74vh;
                scrollbar-width: thin;
                padding: 10px 0;
                display: grid !important;
                grid-template-columns: repeat(3, 1fr);
                align-items: start;
                padding: 16px 24px 4px;
                padding-right: 20px;

                &>div {
                    &:nth-child(2) {
                        border-right: 1px solid #00396f;
                        border-left: 1px solid #00396f;
                    }
                }

                li {
                    padding: 6px 20px;
                    width: 228px;
                    display: flex;
                    align-items: center;

                    a {
                        padding: 0;
                    }

                }
            }

            &:hover .item-options {
                visibility: visible;
            }
        }
    }

    #menu li {
        position: relative;
    }

    .tab label {
        margin-bottom: 0;
    }

    .caretd:after {
        content: "\25BD";
        display: inline-block;
        padding-left: 5px;
        margin-top: -2px;
        transition: all 0.6s ease;
        -webkit-transition: all 0.6s ease;
        -moz-transition: all 0.6s ease;
        -ms-transition: all 0.6s ease;
        -o-transition: all 0.6s ease;
    }

    #menu li:before {
        content: "";
        background-color: transparent;
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        -webkit-transform: skewX(-28deg);
        transform: skewX(-28deg);
        transition: 0.4s;
        width: 100%;
        z-index: -1;
    }

    #menu>li:hover:before {
        background-color: #e6e6e6;
    }

    #menu>li.bgred:hover:before {
        background-color: #e2251d;
    }

    #menu>li>a {
        align-items: center;
        display: flex;
        color: #fff;
        font-size: 18px;
        height: 100px;
        line-height: 20px;
        padding-left: 35px;
        padding-right: 35px;
        text-decoration: none;
        transition: 0.2s;
        text-shadow: -1px -1px 0 #00396f, 1px -1px 0 #00396f, -1px 1px 0 #00396f, 1px 1px 0 #00396f;
    }

    #menu>li>a:hover {
        color: #00396f;
        text-shadow: none;
    }

    #library {
        width: 200px;
    }

    #library div {
        margin-top: -5px;
        height: 23px;
        width: 23px;
        display: block;
        margin-right: 10px;
        background: url(../img/sprite-img.png) 0 -63px;
        background-repeat: no-repeat;
    }

    #library div p {
        font-size: 16px;
        margin-left: 30px;
        margin-top: -5px;
        width: 130px;
    }

    .submenu {
        background-color: #EFEFEF;
        box-shadow: 1px 1px 3px #55b9d4;
        display: flex;
        visibility: hidden;
        opacity: 0;
        overflow: initial;
        padding: 0;
        position: fixed;
        top: 138px;
        left: 5%;
        transition: 0.4s;
        width: 1080px;


    }

    #medic:hover #menu>li>a {
        color: #00396f !important;
    }

    .submenu ul {
        margin-left: 0;
        padding-left: 0;
    }

    .subm-2 {
        left: 15%;
        width: 1000px;
    }

    .subm-3 {
        /* left: calc(625px + 20%); */
        position: absolute;
        top: calc(100% + 25px);
        left: 0;
        width: 200px;
    }

    .subm-4 {
        position: absolute;
        top: calc(100% + 25px);
        width: 176px;
        left: -54%;
    }

    #menu>li:hover>.submenu {
        opacity: 1;
        height: auto;
    }

    .submenu div {
        font-size: 15px;
        font-weight: 600;
    }

    .submenu div div {
        margin: 20px 0 20px;
    }

    .subm-2 div:nth-child(1),
    .submenu div:nth-child(1) {
        border: 0;
    }

    .submenu ul li {
        list-style: none;
    }

    .submenu ul li a {
        padding: 7px 0 7px 40px;
        color: #00396f;
        text-decoration: none;
        transition: 0.4s;
        display: flex;
        cursor: pointer;
        label {
            width: 100%;
            display: block;
            cursor: pointer;
        }
    }

    .submenu li>a:hover,
    .submenu li:hover>a {
        background-color: #00396f;
        color: #55b9d4;
    }

    .submenu-side {
        background-color: #00396f;
        width: 100px;
        color: #fff;
    }

    .submenu-side p:nth-of-type(1) {
        padding-top: 30%;
        line-height: 0.2em;
    }

    .subm-2 t4 {
        padding-top: 25%;
    }

    .submenu-side form {
        display: block;
        margin-top: 60px;
    }

    .submenu-side form input {
        width: 150px;
    }

    .subm-2 form {
        margin-top: 50px;
    }

    .submenu-side .form-control {
        padding-left: 0;
        vertical-align: bottom;
        font-size: 0.9em;
    }

    .submenu-side form input[type="email"] {
        border: none;
        border-radius: 0;
        border-bottom: solid 1px #fff;
        background: #00396f;
        color: #fff;
        margin-right: 0;
    }

    .submenu-side form input::placeholder {
        color: #55b9d4;
        padding-bottom: 0;
    }

    .submenu-side form input:focus:invalid,
    .submenu-side form input:required:invalid {
        border: none;
        border-bottom: solid 1px #fff;
        color: #f0544d;
        box-shadow: none;
        padding-bottom: 0;
    }

    .submenu-side form input:focus:valid,
    .submenu-side form input:required:valid {
        box-shadow: none;
        padding-bottom: 0;
    }

    .submenu-side form button {
        border: solid 1px #fff;
        border-radius: 0;
        color: #55b9d4;
        padding: 4px 8px;
        font-size: 14px;
        margin-left: -1px;
    }

    .submenu-side form button:hover {
        background-color: #55b9d4;
        color: #00396f;
    }

    .hfilter .form-control {
        max-width: 300px;
    }

    #menu-new {
        li {
            position: relative;

            &:hover {
                .caretd {
                    &::after {
                        rotate: 60deg;
                    }
                }

                .submenu {
                    opacity: 1;
                    visibility: visible;
                }
            }
        }
    }
}

.vendidos .c-select {
    margin-bottom: 70px;
}

.nav-tabs {
    margin-bottom: 3rem;

    .nav-link {
        background-color: transparent;
        border-bottom: 1px solid #BEBEBE;
        border: 0;
        outline: none;
        box-shadow: none;
        padding: 1rem 4rem;
        color: #333333;
        font-weight: normal;

        &.active {
            border-bottom: 4px solid #55B9D4;
            font-weight: bold;
        }
    }
}

.additional-material {
    .title-main-additional-material {
        font-size: 1.125rem;
        font-weight: bold;
    }

    .data-additional-material {
        color: #ACAFB9;
    }
}

.video-16-9 {
    aspect-ratio: 16/9;
}

.accordion {
    .card {
        border: 0;
    }

    .card-body {
        border: 0;
    }

    .card-header {
        background-color: transparent;
        border-top: 0px;
        border-bottom: 0px;
        padding-left: 0;
        padding-right: 0;

        .btn {
            padding-left: 0;
            padding-right: 0;
            color: #00396F;
            outline: none;
            border: 0;
            box-shadow: none;
            position: relative;

            &:after {
                content: "";
                display: inline-block;
                background-image: url('/assets/frontend/img/icons/down-blue.svg');
                position: absolute;
                right: 0;
                top: 8px;
                width: 22px;
                height: 22px;
                background-size: contain;
                background-position: center;
                background-repeat: no-repeat;
                transition: all 0.6s ease;
                -webkit-transition: all 0.6s ease;
                -moz-transition: all 0.6s ease;
                -ms-transition: all 0.6s ease;
                -o-transition: all 0.6s ease;
            }

            &:not(.collapsed) {
                &:after {
                    rotate: -180deg;
                }


            }

        }
    }

    .collapse-content-table {

        ul,
        p {
            color: #083853;
        }
    }
}

.article-free {
    .edition-number-article {
        font-size: 0.875rem;
        color: #00396F;
        font-weight: bold;
        margin-bottom: 0px;
    }

    .version-edit-article {
        font-size: 0.875rem;
        font-weight: bold;
        color: #00396F;
    }

    .journal-image-content {
        background-color: #EFEFEF;
        padding-top: 22px;
        padding-bottom: 19px;

        a {
            display: flex;
            justify-content: center;
            align-items: center;

            img {
                height: 198px;
                width: 147px !important;
            }
        }
    }

    .title-article {
        color: #00396F;
        font-size: 1.125rem;
        font-weight: 800;
        min-height: 85px;
    }

    .names-article {
        color: #676767;
        font-size: 14px;
    }

    .btn-download {
        background-color: #55B9D4;
        color: #FFF;
        font-weight: normal;
        padding: 0.75rem 2rem;
    }
}

@media only screen and (max-width: 1320px) and (min-width: 992px) {
    #navbarCollapse>ul>li>a {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media only screen and (max-width: 1250px) and (min-width: 992px) {
    #navbarCollapse>ul>li>a {
        padding-left: 20px;
        padding-right: 20px;
    }

    #navbarCollapse>ul>li>.submenu {
        width: 90%;
    }

    #navbarCollapse>ul>li>.subm-2 {
        width: 80%;
        left: 10%;
    }

    #navbarCollapse>ul>li>.subm-3 {
        width: 200px;
        left: calc(595px + 11%);
    }

    #navbarCollapse .submenu-side form {
        width: 95%;
    }

    #navbarCollapse .submenu-side form input {
        width: 130px;
    }
}

@media only screen and (max-width: 1160px) and (min-width: 992px) {
    #navbarCollapse>ul>li>.subm-3 {
        width: 200px;
        left: calc(600px + 4%);
    }
}

#slider {
    height: auto;
    position: relative;
    /* top: 138px; */
    top: 0px;
    color: #fff;
    /* background-color: #00396f; */
    vertical-align: middle;
}

.carousel-item {
    font-size: 25px;
    text-align: center;
    min-height: 200px;
}


.slide-home .slide-item-home {
    width: 100%;
    height: 70vw;
}

.slide-item-home img,
.slide-item-home .banner-video {
    width: 100%;
    object-fit: cover;
    height: 100%;
}

@media(min-width: 1200px) {
    .slide-home .slide-item-home {
        width: 100%;
        height: 30vw;
    }
}

.carousel-control-next-icon {
    display: inline-block;
    width: 42px;
    height: 50px;
    background: url(../img/arrows-cart.png) 0, 0;
    background-repeat: no-repeat;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.carousel-control-prev-icon {
    display: inline-block;
    width: 42px;
    height: 50px;
    background: url(../img/arrows-cart.png) 0, 0;
    background-repeat: no-repeat;
}

.carousel-control-next,
.carousel-control-prev {
    z-index: 0;
}

.side-cart-label {
    position: absolute;
    right: -15px;
    top: calc(100% + 80px);
    height: 80px;
    width: 70px;
    background-color: #e2211c;
    z-index: 300;
}

.side-cart-label:hover {
    background-color: #55b9d4;
}

.side-cart-label a {
    height: 80px;
    display: block;
    text-decoration: none;
    color: #e2211c;
    background: url(../img/arrows-cart.png) -42px, 0;
    background-repeat: no-repeat;
}

.side-cart-label span {
    position: absolute;
    right: 9px;
    top: 11px;
    background-color: #fff;
    height: 24px;
    width: 24px;
    border-radius: 12px;
    text-align: center;
    line-height: 24px;
    font-size: 17px;
    font-weight: 600;
}

.side-cart-label:hover span {
    color: #55b9d4;
}

#nov-area,
#novedades {
    margin-top: 0px;
}

#novedades {
    margin-top: 60px;
    overflow: hidden;
    /* 
    .slick-arrow {
        display: none !important;
    } */
}

/* .section-title h1,
.section-title h2 {
    color: #555;
    font-weight: 600;
    text-align: center;
} */
.section-title h1,
.section-title h2 {
    color: #00396F;
    font-weight: 600;
    text-align: center;
}

#novedades .section-title h1 {
    font-size: 2rem;
}

.tabs {
    margin-bottom: 30px;
}

hr {
    border-width: 3px;
}

.novtab {
    background: #FFF;
    cursor: pointer;
    display: inline-block;
    border-bottom: 3px solid #8b8b8b;
    color: #00396F;

    h1 {
        font-size: 1.250rem;
    }
}

/* .novtab:hover {
    border-color: #6ECBEC;
} */
.novtab h2 {
    font-size: 1.5rem;
    padding-top: 8px;
}

#novedades input {
    display: none;
}


.car-nov {
    display: flex;
    flex-flow: row wrap;
    justify-content: left;
    margin: 0 auto;
    width: 90%;
}

.panels {
    background: #fff;
    min-height: 250px;
    width: 100%;
    margin-bottom: 40px;

    h2 {
        color: #06588F;
        font-weight: 900;
        margin-top: 100px;
    }
}

.panels .panel {
    opacity: 0;
    height: 0;
}

#med:checked~.panels #med-books,
#odo:checked~.panels #odo-books,
#med:checked~.panels #medicas,
#odo:checked~.panels #odontologicas {
    opacity: 1;
    height: auto;
}

#med:checked~#med-tab,
#odo:checked~#odo-tab {
    border-width: 4px;
    border-color: #6ECBEC;
    cursor: default;

    h1 {
        font-weight: 900;
    }
}

.car-nov-item {
    margin: 15px 10px;
    position: relative;
    outline: 0;
    visibility: visible !important;
    text-align: center;
    width: 300px;

    .singular-revista {
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        padding-bottom: 1rem;
        background-color: #f3f3f3;
        border-radius: 10px;
        box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.2);

        img {
            height: 154px;
            object-fit: contain;
            margin-top: 22px;
        }
    }

    .singular-curso {
        padding-bottom: 1rem;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        background-color: #f3f3f3;
        border-radius: 10px;
        box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.2);

        img {
            border-top-left-radius: 10px;
            border-top-right-radius: 10px;
        }
    }
}

/* .car-nov-item > a > img {
    width: 175px;
    height: 257px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 20px;
    margin-bottom: 20px;
} */

.info-card-libro {
    background-color: #F3F3F3;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.2);
    padding: 1rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-width: 204px;
    gap: 0px;
    height: 100%;
    min-height: 385px;

    img {
        /* height: 154px; */
        height: 19.688rem;
        object-fit: contain;
    }
}


.i-links a {
    display: inline-block;
    border: solid 2px #00396f;
    border-radius: 50%;
    margin: 5px;
    min-height: 34px;
}

.i-links a:hover {
    background-color: #00396f;
}

.i-leer,
.i-ver,
.i-video {
    height: 34px;
    width: 34px;
    background-repeat: no-repeat;
}

.i-leer {
    background: url(../img/sprite-img.png) -2px -131px;
}

.i-ver {
    background: url(../img/sprite-img.png) -53px -132px;
}

.i-video {
    background: url(../img/sprite-img.png) -29px -132px;
}

.i-leer:hover {
    background: url(../img/sprite-img.png) -2px -154px;
}

.i-ver:hover {
    background: url(../img/sprite-img.png) -53px -156px;
}

.i-video:hover {
    background: url(../img/sprite-img.png) -30px -156px;
}

.c-descript h3,
.car-nov-item .c-descript a,
.car-nov-item .c-descript h2 {
    font-size: 15px;
    color: #00396f;
    font-weight: 800;
    padding: 0 15px;
    display: block;
    overflow: hidden;
    vertical-align: middle;
    line-height: 1.2em;
    margin-bottom: 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    min-height: 54px;
}

.car-nov-item .c-descript a:hover {
    color: #55b9d4;
    text-decoration: none;
}

.car-nov-item .c-author {
    font-size: 14px;
    color: #555;
    font-weight: 700;
    padding: 0 40px;
    height: 35px;
    overflow: hidden;
}

.car-nov-item .c-author p {
    margin-top: 15px;
}

.car-nov-item .c-price {
    color: #00396f;
    font-weight: 600;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
}

.car-nov-item .c-price s {
    font-size: 12px;
    display: block;
}

.car-nov-item .c-price div {
    position: relative;
    display: inline-block;
    vertical-align: bottom;
    width: 25px;
    height: 25px;
    margin-left: 4px;
    background: url(../img/sprite-img.png) -79px -136px;
    background-repeat: no-repeat;
    color: #e2211c;
}

.car-nov-item .c-price a {
    color: #00396f;
    text-decoration: none;
}

.car-nov-item .c-price a:hover {
    color: #e2211c;
}

.car-nov-item .c-price span {
    position: absolute;
    right: 0;
    top: 0;
    background-color: #e2211c;
    color: #fff;
    height: 12px;
    width: 12px;
    border-radius: 6px;
    text-align: center;
    line-height: 12px;
    font-size: 10px;
    font-weight: 600;
    display: block;
}

.car-nov-item .c-btn {
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: #f4f4f4;
    font-size: 1rem;
    color: #00396f;
    border: solid 2px #55B9D4;
    font-weight: 800;
}

.car-nov-item .c-btn:hover {
    color: #55b9d4;
    background-color: #00396f;
    text-decoration: none;
}

.ver-todas {
    margin: 0;
    padding: 5px 30px;
    background: #55b9d4;
    color: #fff !important;
    font-size: 18px;
    font-weight: 600;
    border: 0;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.ver-todas:hover {
    background: #00396f;
    text-decoration: none;
}

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

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

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

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

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

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

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

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

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

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

[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-arrow.slick-hidden {
    display: none;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
}

.slick-loading .slick-list {
    background: #fff url(../img/ajax-loader.gif) center center no-repeat;
}

.video-16-9 {
    aspect-ratio: 16/9;
}

.slick-next,
.slick-prev {
    background-color: transparent;
    background-repeat: no-repeat;
    border: none;
    cursor: pointer;
    font-size: 0;
    height: 38px;
    width: 30px;
    opacity: 0.8;
    position: absolute;
    top: -webkit-calc(50% - 70px);
    top: -moz-calc(50% - 70px);
    top: -ms-calc(50% - 70px);
    top: calc(50% - 70px);
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    z-index: 1;
}

.slick-prev {
    background: url(../img/arrows-cart.png) -170px, -18px;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    left: -50px;
}

.slick-next {
    background: url(../img/arrows-cart.png) -170px, -18px;
    right: -50px;
}

.slick-next:hover,
.slick-prev:hover {
    opacity: 1;
}

.slick-dotted.slick-slider {
    margin-bottom: 30px;
}

.slick-dots {
    position: relative;
    bottom: 0;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: 0;
    background: 0 0;
}

.slick-dots li button:focus,
.slick-dots li button:hover {
    outline: 0;
}

.slick-dots li button:focus:before,
.slick-dots li button:hover:before {
    opacity: 1;
}

.slick-dots li button:before {
    font-size: 25px;
    line-height: 16px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: "•";
    text-align: center;
    opacity: 0.75;
    color: #55b9d4;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
    opacity: 0.8;
    color: #00396f;
}

.modal-content {
    border-radius: 0;
}

.modal-content .btn-secondary {
    background-color: #55b9d4;
    border: 0;
    border-radius: 0;
}

.modal-content .btn-secondary:hover {
    background-color: #00396f;
    border: 0;
}

.modal-backdrop {
    background-color: #00396f;
}

.modal-backdrop.show {
    opacity: 0.9;
}

.close {
    font-weight: 500;
    font-size: 3.5rem;
    color: #55b9d4;
    opacity: 1;
}

.close:hover {
    color: #00396f;
}

#cartadd-modal,
#neworder-modal {
    top: 20%;
    width: 600px;
    left: calc(50% - 300px);
}

#cartadd-modal .close,
#neworder-modal .close {
    margin-top: -65px;
    margin-right: -20px;
    text-shadow: none;
}

#cartadd-modal .close:hover,
#neworder-modal .close:hover {
    color: #55b9d4;
}

#cartadd-modal .modal-body,
#neworder-modal .modal-body {
    text-align: center;
}

#cartadd-modal img,
#neworder-modal img {
    width: 75px;
    height: auto;
    margin-top: 20px;
    margin-bottom: 20px;
}

#cartadd-modal p:nth-of-type(1),
#neworder-modal p:nth-of-type(1) {
    color: #00396f;
    font-size: 1.3em;
    margin-bottom: 10px;
}

#cartadd-modal p:nth-of-type(2) {
    color: #55b9d4;
    font-size: 1.1em;
}

#cartadd-modal p:nth-of-type(3) {
    color: #000;
    font-size: 1em;
    font-weight: 300;
}

#cartadd-modal .btn-blue {
    display: inline;
    width: 150px;
    padding: 7px 10px 7px 30px;
    margin-bottom: 30px;
}

#cartadd-modal .i-cart {
    position: absolute;
    left: calc(50% - 50px);
    width: 24px;
    height: 20px;
    background: url(../img/sprite-img.png) -29px -203px;
}

#neworder-modal .btn-blue,
#neworder-modal .btn-blue-inv {
    display: inline;
    padding: 7px 30px;
    margin: 30px 20px;
}

#modal-ask-login .modal-header,
#modal-leer .modal-header,
#modal-login .modal-header {
    display: block;
}

.car-aut-item {
    margin-top: 15px;
    margin-bottom: 15px;
    position: relative;
    outline: 0;
    visibility: visible !important;
    text-align: center;
    display: flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

.car-aut-item figure {
    position: relative;
    left: 0;
    overflow: hidden;
    margin: 0;
    width: 320px;
    text-align: center;
    cursor: pointer;
    border-radius: 50%;
    max-width: 300px;
    min-width: 150px;
    width: 65%;
}

.car-aut-item figure img {
    position: relative;
    display: block;
    max-width: 100%;
    opacity: 1;
}

.car-aut-item figure figcaption {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.car-aut-item-book {
    margin-top: 25px;
    margin-bottom: 50px;
    position: relative;
    outline: 0;
    visibility: visible !important;
    text-align: center;
}

.car-aut-item-book {
    .c-name {
        a {
            font-size: 17px;
            color: #00396f;
            font-weight: 800;
            margin: 15px auto 0 auto;
            height: 45px;
            overflow: hidden;
            display: block;
        }
    }
}

.car-aut-item-book .c-name a:hover {
    text-decoration: none;
    color: #55b9d4;
}

.book-autor {
    left: calc(50% - 55px);
    overflow: hidden;
    border-radius: 50%;
    width: 120px;
    position: relative;
}

.car-aut-item figure figcaption,
.car-aut-item figure figcaption>a {
    position: absolute;
    top: -5px;
    left: 0;
    width: 100%;
    height: 100%;
}

figure.img-aut img {
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}

figure.img-aut:hover img {
    -webkit-transform: scale(1);
    transform: scale(1);
}

figure.img-aut:hover figcaption {
    display: block;
    padding-top: 5em;
}

figure.img-aut figcaption::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: url(../img/enlace.png);
    background-color: rgba(0, 57, 111, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
}

figure.img-aut figcaption::before {
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}

figure.img-aut:hover figcaption::before {
    opacity: 1;
}

.car-aut-item .c-name a,
.car-aut-item h2,
.car-aut-item h3 {
    font-size: 17px;
    color: #00396f;
    font-weight: 800;
    margin: 15px auto 0 auto;
    height: 45px;
    overflow: hidden;
    display: block;
}

.car-aut-item .c-name a:hover {
    text-decoration: none;
    color: #55b9d4;
}

.car-aut-item,
.f-rrss {
    margin-right: auto;
    margin-left: auto;
    display: inline-block;
}

.c-rrss {
    padding-left: 0;
    margin-bottom: 0;
}

/* .c-rrss li {
    float: left;
    margin: 1px 8px 1px 8px;
}
.c-rrss a,
.c-rrss li {
    height: 24px;
    display: block;
    text-decoration: none;
} */
/* .c-rrss .facebook {
    width: 24px;
    background: url(../img/rrss.png) -47px -47px;
}
.c-rrss > .linkedin {
    width: 24px;
    background: url(../img/rrss.png) -24px -47px;
}
.c-rrss > .twitter {
    width: 24px;
    background: url(../img/rrss.png) 0 -47px;
}
.c-rrss > .facebook a:hover {
    background: url(../img/rrss.png) -47px -23px;
}
.c-rrss > .linkedin a:hover {
    background: url(../img/rrss.png) -24px -23px;
}
.c-rrss > .twitter a:hover {
    background: url(../img/rrss.png) 0 -23px;
} */

.c-rrss {
    list-style: none;
    display: flex;
    justify-content: center;
}

.c-rrss .social-media-icon {
    width: 25px;
    height: 25px;
    object-fit: contain;
    margin-right: 10px;
}

.btn-blue {
    color: #00396F;
    font-size: 13px;
    font-weight: 800;
    text-align: center;
    border: 1px solid #00396f;
    display: inline-block;
    padding: 7px 30px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.btn-blue:hover {
    background-color: #00396f;
    color: #55b9d4 !important;
    text-decoration: none;
}

.vendidos {
    background-color: #55b9d4;
}

.vendidos span {
    display: inline-block;
    margin-top: 70px;
    margin-left: 15%;
    padding: 3px 10px;
    background-color: #00396f;
    color: #fff;
}

.vendidos .vendidos h3 {
    color: #00396f;
    font-size: 2em;
    font-weight: 600;
    margin-left: 15%;
    margin-top: 5px;
}

@media only screen and (min-width: 1199px) {
    .vendidos span {
        margin-left: calc(50% - 200px);
    }

    .vendidos h3 {
        margin-left: calc(50% - 200px);
    }
}

.c-select {
    margin-top: 1.5rem;
    position: relative;
    width: 360px;
}

.c-select select {
    background-color: #55b9d4;
    color: #fff;
    padding: 4px;
    width: 100%;
    border: none;
    border-bottom: solid 1px #fff;
    font-size: 16px;
    -webkit-appearance: none;
    appearance: none;
    outline: 0;
}

.c-select::before {
    content: "\003e";
    font-family: FontAwesome;
    position: absolute;
    top: 5px;
    right: 0;
    width: 35px;
    height: 22px;
    text-align: center;
    font-size: 20px;
    line-height: 1em;
    color: #fff;
    background-color: #55b9d4;
    pointer-events: none;
    border: solid 1px #fff;
    transform: rotate(90deg) scaleY(1.5);
}

.c-select:hover::before {
    color: #55b9d4;
    background-color: #00396f;
}

.c-select select option {
    background-color: #fafafa;
    color: #00396f;
}

.c-select {
    .text-especialidad {
        color: #00396f;
        font-style: italic;
    }
}

#home-blog {
    padding-bottom: 20vh;
}

@media screen and (max-width: 1180px) {
    #home-blog {
        padding-bottom: 10vh;
    }
}

#home-blog>div {
    max-width: 1250px;
}

.car-hblog,
.car-vblog {
    flex-flow: row wrap;
    margin: 0 auto;
    width: 100%;
}

.car-vblog {
    height: 500px;
}

.car-vblog-item {
    height: 300px;
    margin-bottom: 15px;
    padding-bottom: 15px;
}

.car-hblog-item>div {
    margin-left: -15px;
}

.car-hblog-item h3,
.car-vblog-item h2,
.car-vblog-item h3 {
    color: #00396f;
    padding: 0;
    margin: 0;
    font-size: 1.25rem;
    font-weight: 600;
}

.car-hblog-item h3 a,
.car-vblog-item h2 a,
.car-vblog-item h3 a {
    text-decoration: none;
}

.car-hblog-item h3 a,
.car-vblog-item h2 a,
.car-vblog-item h3 a {
    color: #00396f;
}

.car-hblog-item h3 a:hover,
.car-vblog-item h2 a:hover,
.car-vblog-item h3 a:hover {
    color: #55b9d4;
}

.car-hblog-item p,
.car-vblog-item p {
    margin-top: 20px;
    font-size: 14px;
    line-height: 18px;
    text-align: justify;
    width: 100%;
    overflow: hidden;
}

.car-hblog-item span:nth-child(1) {
    font-size: 14px;
    padding: 0;
}

.car-vblog-item p span a {
    color: #00396f;
    font-weight: 800;
}

.car-vblog-item p span a:hover {
    color: #55b9d4;
    text-decoration: none;
}

.share span {
    color: #00396f;
}

.share ul {
    margin-right: 15px;
}

.car-hblog-item img,
.car-vblog-item img {
    width: 100%;
}

.car-vblog-item img {
    margin-bottom: 10px;
    height: 150px;
    object-fit: cover;
}

.vtext {
    height: 130px;
    overflow: hidden;
}

.car-hblog-item .btn-blue,
.car-vblog-item .btn-blue {
    margin: 0 0 0 15px;
}

#home-blog .btn-blue:nth-child(2) {
    position: relative;
    bottom: -120px;
}

#home-blog .btn-blue:nth-child(1) {
    margin-left: 0;
}

.car-vblog .slick-dots {
    text-align: right;
    margin-top: 25px;
}

.car-vblog hr {
    margin-top: 10px;
}

#blog-post h3 {
    text-align: justify;
    width: 100%;
    height: 50px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

#suscribete>div {
    max-width: 1220px;
}

.journals-select {
    background-color: #00396f;
}

.journals-select,
.suscribe {
    color: #fff;
}

.suscribe {
    background-color: #55b9d4;
}

.journals-select t4,
.suscribe t4 {
    margin-top: 70px;
}

.journals-select h3,
.suscribe h3 {
    font-size: 44px;
    font-weight: 800;
    line-height: 35px;
}

.journals-select p,
.suscribe p {
    max-width: 80%;
    font-size: 15px;
    margin-top: 30px;
}

.journ .c-select {
    margin-top: 50px;
    position: relative;
    margin-left: 0;
    width: 95%;
}

.journ .c-select select {
    background-color: #00396f;
    color: #55b9d4;
    padding: 5px;
    width: 90%;
    border: none;
    border-bottom: solid 1px #fff;
    font-size: 14px;
    -webkit-appearance: button;
    appearance: button;
    outline: 0;
    margin-bottom: 70px;
}

.journ .c-select::before {
    top: 3px;
    right: 5%;
    width: 32px;
    height: 1.15em;
    text-align: center;
    font-size: 20px;
    line-height: 1em;
    color: #55b9d4;
    background-color: #00396f;
    pointer-events: none;
    border: solid 1px #fff;
}

.journ .c-select:hover::before {
    color: #00396f;
    background-color: #55b9d4;
}

.suscribe form {
    display: block;
    margin-top: 40px;
    margin-bottom: 70px;
}

.suscribe .form-control {
    width: 60%;
}

.suscribe form input {
    width: 100%;
}

.suscribe form input[type="email"] {
    border: none;
    border-radius: 0;
    border-bottom: solid 1px #fff;
    background: #55b9d4;
    color: #00396f;
}

.suscribe form input::placeholder {
    color: #00396f;
}

.suscribe form input:focus:invalid,
.suscribe form input:required:invalid {
    border: none;
    border-bottom: solid 1px #fff;
    color: #e2211c;
    box-shadow: none;
    padding-bottom: 0;
}

.suscribe form input:focus:valid,
.suscribe form input:required:valid {
    box-shadow: none;
    padding-bottom: 0;
}

.suscribe form button {
    border: solid 1px #fff;
    border-radius: 0;
    color: #00396f;
    padding: 8px 22px;
    font-size: 14px;
    margin-left: -1px;
}

.suscribe form button:hover {
    background-color: #00396f;
    color: #55b9d4;
}

#books-area h1 {
    color: #00396f;
    font-size: 2rem;
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.hfilter {
    background-color: #e6e6e6;
    /* margin-top: 138px; */
}

.books-grid {
    max-width: 1220px;
}

.books-grid .car-nov-item {
    margin: 15px 0;

    a {
        img {
            height: 154px;
            object-fit: contain;

        }
    }
}

.hfilter .c-select select {
    background-color: #e6e6e6;
    color: #00396f;
    border-bottom: solid 1px #00396f;
}

.hfilter .c-select::before {
    color: #55b9d4;
    background-color: #e6e6e6;
    border: solid 1px #00396f;
}

.hfilter.c-select:hover::before {
    background-color: #00396f;
}

.hfilter form {
    margin-top: 35px;
}

.hfilter .form-inline {
    margin-left: calc(50% - 150px);
}

.hfilter .form-control {
    width: 75%;
}

.hfilter form input[type="text"] {
    border: none;
    border-radius: 0;
    border-bottom: solid 1px #00396f;
    background: #e6e6e6;
    color: #00396f;
}

.hfilter form input::placeholder {
    color: #00396f;
}

.hfilter form input:focus:invalid,
.hfilter form input:required:invalid {
    border: none;
    border-bottom: solid 1px #00396f;
    color: #e2211c;
    box-shadow: none;
    padding-bottom: 0;
}

.hfilter form input:focus:valid,
.hfilter form input:required:valid {
    box-shadow: none;
    padding-bottom: 0;
}

.hfilter form button {
    border: solid 1px #00396f;
    border-radius: 0;
    color: #55b9d4;
    padding: 8px 12px;
    font-size: 14px;
    margin-left: -1px;
}

.hfilter form button:hover {
    background-color: #00396f;
    color: #55b9d4;
}

.wlabel {
    position: absolute;
    right: 0;
    top: 0;
    text-align: left;
    /* padding: 5px 18px; */
    padding: 0;
}

.book-cont .wlabel {
    /* right: 12%; */
    right: 18.66%;
    /* top: 30px; */
    top: 38px;
}

.wlabel span:nth-of-type(1) {
    position: relative;
    overflow: hidden;
    display: block;
    transform: scaleY(0.5);
    border-radius: 7%/14%;
    z-index: 10;
}

.wlabel span:nth-of-type(2) {
    position: relative;
    overflow: hidden;
    display: block;
    transform: translateY(-118%) skewY(3deg) scaleY(0.2);
    border-radius: 7%/30%;
    z-index: 0;
}

.wlabel span:nth-of-type(1),
.wlabel span:nth-of-type(1)::after,
.wlabel span:nth-of-type(1)::before,
.wlabel span:nth-of-type(2),
.wlabel span:nth-of-type(2)::after,
.wlabel span:nth-of-type(2)::before {
    /* width: 5.6rem; */
    width: 4.6rem;
    /* height: 4.8rem; */
    height: 3.8rem;
}


.wlabel span:nth-of-type(1)::after,
.wlabel span:nth-of-type(1)::before,
.wlabel span:nth-of-type(2)::after,
.wlabel span:nth-of-type(2)::before {
    content: "";
    position: absolute;
}

.agotado span:nth-of-type(1)::after,
.agotado span:nth-of-type(1)::before,
.agotado span:nth-of-type(2)::after,
.agotado span:nth-of-type(2)::before,
.oferta span:nth-of-type(1)::after,
.oferta span:nth-of-type(1)::before,
.oferta span:nth-of-type(2)::after,
.oferta span:nth-of-type(2)::before {
    background-color: #e1251b;
}

.outlet span:nth-of-type(1)::after,
.outlet span:nth-of-type(1)::before,
.outlet span:nth-of-type(2)::after,
.outlet span:nth-of-type(2)::before {
    background-color: #79c9de;
}

.proximamente span:nth-of-type(1)::after,
.proximamente span:nth-of-type(1)::before,
.proximamente span:nth-of-type(2)::after,
.proximamente span:nth-of-type(2)::before,
.novedad span:nth-of-type(1)::after,
.novedad span:nth-of-type(1)::before,
.novedad span:nth-of-type(2)::after,
.novedad span:nth-of-type(2)::before {
    background-color: #06588f;
}

.eBook span:nth-of-type(1)::after,
.eBook span:nth-of-type(1)::before,
.eBook span:nth-of-type(2)::after,
.eBook span:nth-of-type(2)::before {
    background-color: #44a7ea;
}

.autoregional span:nth-of-type(1)::after,
.autoregional span:nth-of-type(1)::before,
.autoregional span:nth-of-type(2)::after,
.autoregional span:nth-of-type(2)::before {
    background-color: #3c91c6;
}

.wlabel span:nth-of-type(3) {
    position: relative;
    overflow: hidden;
    display: block;
    transform: translateY(-467%) translateX(182%) skewY(-25deg);
    border-radius: 4px;
    z-index: 0;
    border-bottom-right-radius: 6px;
}

.wlabel span:nth-of-type(3),
.wlabel span:nth-of-type(3)::after,
.wlabel span:nth-of-type(3)::before {
    /* width: 2.03rem; */
    width: 1.63rem;
    /* height: 1.5rem; */
    height: 1.2rem;
}

.wlabel span:nth-of-type(3)::after,
.wlabel span:nth-of-type(3)::before {
    content: "";
    position: absolute;
}

.agotado span:nth-of-type(3)::after,
.agotado span:nth-of-type(3)::before,
.oferta span:nth-of-type(3)::after,
.oferta span:nth-of-type(3)::before {
    background-color: #93151c;
}

.proximamente span:nth-of-type(3)::after,
.proximamente span:nth-of-type(3)::before,
.autoregional span:nth-of-type(3)::after,
.autoregional span:nth-of-type(3)::before {
    background-color: #083853;
}

.novedad span:nth-of-type(3)::after,
.novedad span:nth-of-type(3)::before {
    background-color: #083853;
}

.eBook span:nth-of-type(3)::after,
.eBook span:nth-of-type(3)::before {
    background-color: #1a72a3;
}

.outlet span:nth-of-type(3)::after,
.outlet span:nth-of-type(3)::before {
    background-color: #5f9fbc;
}

.wlabel span:nth-of-type(4),
.wlabel span:nth-of-type(5) {
    position: absolute;
    color: #fff;
    font-style: italic;
    font-weight: 700;
    line-height: 1rem;
    z-index: 10;
    text-shadow: 4px 3px 3px rgba(50, 50, 50, 0.6);
}

.proximamente span:nth-of-type(4) {
    /* font-size: 0.7rem; */
    font-size: 0.57rem;
}

.agotado span:nth-of-type(4),
.novedad span:nth-of-type(4),
.eBook span:nth-of-type(4) {
    /* font-size: 0.9rem; */
    font-size: 0.75rem;
}

/* .eBook span:nth-of-type(4) {
    text-align: center;
} */
.autoregional span:nth-of-type(4),
.oferta span:nth-of-type(4),
.outlet span:nth-of-type(4) {
    font-size: 1rem;
}

.autoregional span:nth-of-type(5) {
    font-size: 0.6rem;
    font-weight: 400;
}

.proximamente span:nth-of-type(4) {
    transform: translateY(-120px) translateX(4%);
    -webkit-transform: translateY(-120px) translateX(4%);
    -moz-transform: translateY(-120px) translateX(4%);
    -ms-transform: translateY(-120px) translateX(4%);
    -o-transform: translateY(-120px) translateX(4%);
}

.novedad span:nth-of-type(4) {
    transform: translateY(-120px) translateX(4%);
    -webkit-transform: translateY(-120px) translateX(4%);
    -moz-transform: translateY(-120px) translateX(4%);
    -ms-transform: translateY(-120px) translateX(4%);
    -o-transform: translateY(-120px) translateX(4%);
}

.eBook span:nth-of-type(4) {
    transform: translateY(-120px) translateX(30%);
    -webkit-transform: translateY(-120px) translateX(30%);
    -moz-transform: translateY(-120px) translateX(30%);
    -ms-transform: translateY(-120px) translateX(30%);
    -o-transform: translateY(-120px) translateX(30%);
}

.outlet span:nth-of-type(4) {
    transform: translateY(-120px) translateX(25%);
    -webkit-transform: translateY(-120px) translateX(25%);
    -moz-transform: translateY(-120px) translateX(25%);
    -ms-transform: translateY(-120px) translateX(25%);
    -o-transform: translateY(-120px) translateX(25%);
}

.agotado span:nth-of-type(4) {
    transform: translateY(-120px) translateX(15%);
    -webkit-transform: translateY(-120px) translateX(15%);
    -moz-transform: translateY(-120px) translateX(15%);
    -ms-transform: translateY(-120px) translateX(15%);
    -o-transform: translateY(-120px) translateX(15%);
}

.oferta span:nth-of-type(4) {
    transform: translateY(-120px) translateX(10%);
    -webkit-transform: translateY(-120px) translateX(10%);
    -moz-transform: translateY(-120px) translateX(10%);
    -ms-transform: translateY(-120px) translateX(10%);
    -o-transform: translateY(-120px) translateX(10%);
}

.autoregional span:nth-of-type(4) {
    transform: translateY(-120px) translateX(20%);
    -webkit-transform: translateY(-120px) translateX(20%);
    -moz-transform: translateY(-120px) translateX(20%);
    -ms-transform: translateY(-120px) translateX(20%);
    -o-transform: translateY(-120px) translateX(20%);
}

.autoregional span:nth-of-type(5) {
    transform: translateY(-142px) translateX(35%);
    -webkit-transform: translateY(-142px) translateX(35%);
    -moz-transform: translateY(-142px) translateX(35%);
    -ms-transform: translateY(-142px) translateX(35%);
    -o-transform: translateY(-142px) translateX(35%);
}

.novedad span:nth-of-type(4)::after {
    content: "NOVEDADES";
}

.eBook span:nth-of-type(4)::after {
    content: "E-BOOK";
}

.outlet span:nth-of-type(4)::after {
    content: "OUTLET";
}

.agotado span:nth-of-type(4)::after {
    content: "AGOTADO";
}

.autoregional span:nth-of-type(4)::after {
    content: "AUTOR";
}

.autoregional span:nth-of-type(5)::after {
    content: "REGIONAL";
}

.proximamente span:nth-of-type(4)::after {
    content: "PRÓXIMAMENTE";
}

.bestseller {
    display: block;
    position: absolute;
    top: 15px;
    width: 77px;
    height: 100px;
    background-image: url(../img/bestseller.png);
    background-repeat: no-repeat;
    background-size: contain;
}

.book-cont .bestseller {
    top: 35px;
    right: 15%;
}

.pagination ul .nav li {
    display: inline-block;
    list-style: none;
}

.pagination ul.nav li.active {
    cursor: default;
}

.pagination li.active,
.pagination li:hover {
    background-color: #55b9d4;
    cursor: pointer;
    color: #00396f;
}

.pagination li {
    width: 30px;
    color: #00396f;
    height: 30px;
    line-height: 30px;
    box-shadow: 1px 1px 1px rgba(85, 185, 212, 0.4);
    margin-right: 10px;
}

.bcrumbs {
    /* margin-top: 138px; */
}

.bcrumbs ul li {
    list-style: none;
    display: flex;
    align-items: center;
    height: 30px;
    padding: 0 20px;
    position: relative;
    /* z-index: 5; */
    white-space: nowrap;
}

.bcrumbs ul li a {
    color: #000;
}

.bcrumbs ul li.especialidad {
    background: #cdcdcd;
}

.bcrumbs ul li.area-medica {
    background: #e6e6e6;
}

.bcrumbs ul li.libro-nombre {
    background: #f3f3f3;
    max-width: 50vw;
}

.bcrumbs ul li.libro-nombre span {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.bcrumbs ul li.area-medica,
.bcrumbs ul li.libro-nombre {
    padding-left: 35px;
    margin-left: -20px;
    z-index: 2;
}

.bcrumbs ul li.libro-nombre {
    z-index: 1;
}

.bcrumbs .l-arrow {
    display: inline-block;
    position: relative;
    /* z-index: 5; */
    height: 30px;
    width: 400px;
    margin-left: -400px;
    background-color: #ccc;
}

.bcrumbs .r-arrow {
    display: inline-block;
    position: relative;
    /* z-index: 5; */
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    padding-top: 1px;
}

.bcrumbs select:nth-of-type(1) {
    background-color: #ccc;
}

.bcrumbs .r-arrow:nth-of-type(2) {
    border-left: 15px solid #ccc;
}

.bcrumbs select:nth-of-type(2) {
    background-color: #e6e6e6;
}

.bcrumbs .r-arrow:nth-of-type(3) {
    border-left: 15px solid #e6e6e6;
}

.bcrumbs select:nth-of-type(4) {
    background-color: #f3f3f3;
}

.bcrumbs .r-arrow:nth-of-type(4) {
    border-left: 15px solid #f3f3f3;
}

.bcrumbs,
.book-cont {
    max-width: 1250px;
}

.book-cont figure {
    float: left;
    width: 100%;
    padding: 50px;
    margin: 10px auto;
}

.book-cont .book-autlabel,
.book-cont .book-goldlabel,
.book-cont .book-novlabel,
.book-cont .book-offlabel,
.book-cont .book-outletlabel,
.book-cont .book-redlabel,
.book-cont .book-unavlabel {
    top: 50px;
    right: 15%;
}

.book-cont figure img {
    width: 80%;
    height: auto;
    margin: auto;
    max-height: 524px;
    max-width: 356px;
}

.d-photo img {
    margin: 50px auto;
    height: 120px;
    width: 120px;
    border-radius: 50%;
    float: right;
}

.d-author p {
    margin-top: 50px;
    color: #444;
    font-weight: 800;
}

#book-details button {
    border-radius: 0;
}

.d-btn .i-descargar {
    position: absolute;
    top: 8px;
    left: calc(50% - 70px);
    width: 16px;
    height: 16px;
    background: url(../img/sprite-img.png) -6px -222px;
    background-repeat: no-repeat;
}

.d-btn .i-leer {
    position: absolute;
    top: 8px;
    left: calc(50% - 80px);
    width: 24px;
    height: 20px;
    background: url(../img/sprite-img.png) -5px -136px;
}

.d-btn a:hover .i-descargar,
.d-btn button:hover .i-descargar {
    background: url(../img/sprite-img.png) -26px -222px;
}

.d-btn a:hover .i-leer,
.d-btn button:hover .i-leer {
    background: url(../img/sprite-img.png) -5px -158px;
}

.d-btn a,
.d-btn button {
    margin: 0 auto;
    position: relative;
    width: 95%;
    padding: 7px 0 7px 30px;
}

.book-share span {
    color: #00396f;
    margin-bottom: 15px;
    vertical-align: top;
    font-weight: 800;
}

.book-share a {
    display: inline-block;
    width: 22px;
    height: 22px;
    margin: 4px;
}

.book-share a:nth-of-type(1) {
    background: url(../img/sprite-img.png) -27px -240px;
}

.book-share a:nth-of-type(2) {
    background: url(../img/sprite-img.png) -55px -240px;
}

.book-share a:nth-of-type(3) {
    background: url(../img/sprite-img.png) -82px -240px;
}

.det-text .subt2,
.det-text h1,
.det-text h2 {
    color: #00396f;
    font-weight: 800;
}

.det-text h1 {
    font-size: 1.5rem;
}

.det-text h2 {
    font-size: 1.4rem;
}

.det-text p {
    margin-bottom: 0;
}

.subt1 {
    font-size: 23px;
}

.subt2 {
    max-width: 140px;
    padding-bottom: 10px;
}

.d-price {
    color: #55b9d4;
}

.d-price p {
    font-size: 28px;
    font-weight: 600;
}

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

.d-qty form {
    display: inline-block;
    margin-top: 15px;
}

.d-qty .form-control {
    vertical-align: bottom;
    padding: 0 3px 0 0;
}

.d-qty form input[type="number"] {
    border: none;
    border-radius: 0;
    border-bottom: solid 2px #00396f;
    background: #fff;
    width: 35%;
    color: #00396f;
    padding-bottom: 0;
}

.d-qty form input::placeholder {
    padding-bottom: 0;
}

.d-qty form input:focus:invalid,
.d-qty form input:required:invalid {
    border: none;
    border-bottom: solid 1px #00396f;
    box-shadow: none;
    padding-bottom: 0;
}

.d-qty form input:focus:valid,
.d-qty form input:required:valid {
    box-shadow: none;
    padding-bottom: 0;
}

.d-qty form button {
    border: solid 2px #00396f;
    border-radius: 0;
    background-color: #e2211c;
    color: #fff;
    padding: 4px 15px;
    font-size: 14px;
    margin-left: -4px;
    font-weight: 800;
}

.d-qty form button:hover {
    background-color: rgba(85, 185, 212, 0.1);
    color: #00396f;
}

.d-qty span {
    position: absolute;
    top: 8px;
    right: 52%;
    font-size: 12px;
    color: #555;
}

.gapline {
    border-bottom: solid 1px #00396f;
}

.justify {
    text-align: justify;
}

.subh3 {
    font-weight: 800;
    color: #777;
    max-width: 230px;
    margin-left: 15px;
}

.bg-lines div {
    background-color: #f6f6f6;
}

.pad-cell div {
    padding: 6px 0 6px 15px;
}

.pad-cell p {
    color: #555;
}

.d-index {
    height: 240px;
    overflow: hidden;
}

.rel {
    background-color: #55b9d4;
}

.rel h2 {
    color: #00396f;
    font-size: 2.2rem;
}

.panel-rel {
    min-height: 250px;
    width: 100%;
    margin-bottom: 40px;
    height: auto;
}

.autoh {
    height: auto;
}

#hideBtn,
#showBtn {
    margin-left: 30px;
    cursor: pointer;
    color: #55b9d4;
}

#hideBtn:hover,
#showBtn:hover {
    color: #00396f;
}

.book-nav {
    text-align: center;
    margin-top: 60px;
    color: #666;
}

.book-nav span:nth-of-type(1),
.book-nav span:nth-of-type(4) {
    color: #55b9d4;
    font-size: 28px;
    line-height: 12px;
    vertical-align: middle;
}

.book-nav span:nth-of-type(2),
.book-nav span:nth-of-type(3) {
    color: #00396f;
}

.book-nav span:nth-of-type(2) {
    margin-right: 20px;
    cursor: pointer;
}

.book-nav span:nth-of-type(3) {
    margin-left: 20px;
    cursor: pointer;
}

.book-nav span:nth-of-type(2):hover {
    color: #55b9d4;
}

.book-nav span:nth-of-type(3):hover {
    color: #55b9d4;
}

#authors-grid .car-aut-item {
    margin: 20px;
}

#authors-grid .car-nov {
    justify-content: center;
}

#authors-grid .car-aut-item figure {
    margin: 20px;
    width: 150px;
}

#authors-grid .car-aut-item figure figcaption,
#authors-grid .car-aut-item figure figcaption>a {
    top: -15px;
}

.author {
    margin-top: 200px;
}

.w-1220 {
    max-width: 1220px;
}

.author img {
    width: 80%;
    height: auto;
    border-radius: 50%;
}

.author .c-rrss {
    margin-left: -12px;
}

#authors-grid .hfilter,
#authors-grid .hfilter form input[type="text"],
#blog-list .hfilter,
#blog-list .hfilter form input[type="text"],
#ofertas .hfilter,
#ofertas .hfilter form select {
    background-color: #fff;
}

#authors-grid.hfilter form,
#blog-list .hfilter form,
#ofertas .hfilter form {
    margin-top: 50px;
}

#authors-grid .hfilter .form-inline,
#blog-list .hfilter .form-inline {
    margin-left: 60%;
}

#authors-grid .hfilter .form-control,
#blog-list .hfilter .form-control {
    width: 80%;
}

#authors-grid h1,
#blog-list h1 {
    text-align: left;
}

@media only screen and (min-width: 991px) and (max-width: 1550px) {
    #authors-grid .hfilter .form-inline {
        margin-left: 30%;
    }

    #authors-grid .hfilter .form-control {
        width: 70%;
    }

    #authors-grid h1 {
        margin-left: 30%;
    }
}

#ofertas .hfilter .c-select::before {
    color: #00396f;
    background-color: #fff;
    border: solid 1px #00396f;
}

.bloglist img {
    width: 145px;
    height: auto;
    margin: 7px 0;
}

.bloglist .car-vblog-item {
    height: 150px;
    margin-bottom: 30px;
}

#blog-list .car-vblog-item p {
    margin-bottom: 0;
}

#blog-list .car-vblog-item span a {
    color: #00396f;
    font-weight: 600;
}

#blog-list .car-vblog-item span a:hover {
    color: #55b9d4;
    text-decoration: none;
}

.blogpost h1 {
    color: #00396f;
}

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

.blogpost .car-vblog-item p {
    margin: 0;
}

.blogpost>div:nth-child(2) {
    margin-bottom: 140px;
}

#about-page .content,
#cart-order .content,
#cart-page .content,
#cart-user-page .content,
#contact .content,
#pedidos .content,
#register .content,
#user-profile .content {
    padding-top: 0px;
    max-width: 1220px;
}

#cart-order h1,
#cart-page h1 {
    color: #00396f;
    font-size: 25px;
    font-weight: 600;
    padding: 2rem 0;
}

#cart-page table thead th {
    background-color: #f3f3f3;
    border: 0;
}

#cart-page table td {
    padding-top: 20px;
    padding-bottom: 20px;
}

#cart-page table img {
    height: 90px;
    width: auto;
    margin: 0 10px;
}

#cart-page tr td:nth-of-type(1) {
    width: 90px;
}

#cart-page tr td:nth-of-type(2) {
    width: 300px;
    min-width: 200px;
    color: #00396f;
    font-size: 14px;
    font-weight: 600;
    line-height: 14px;
    padding-top: 25px;
}

#cart-page tr td span:nth-of-type(1) {
    font-size: 12px;
    font-weight: 400;
    line-height: 30px;
}

#cart-page tr {
    border-bottom: 3px solid #f3f3f3;
}

#cart-page tr td span:nth-of-type(2):before {
    content: "x";
    background-color: #e2211c;
    color: #fff;
    height: 13px;
    width: 13px;
    border-radius: 6px;
    vertical-align: top;
    text-align: center;
    line-height: 10px;
    font-size: 13px;
    font-weight: 400;
    display: inline-block;
    padding-left: 1px;
    margin-right: 7px;
}

#cart-page tr td span:nth-of-type(2) {
    font-size: 11px;
    font-weight: 400;
    cursor: pointer;
    display: inline;
}

#cart-page tr td:nth-of-type(5) input[type="number"] {
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
}

#cart-page tr td:nth-of-type(5) input[type="number"]::-webkit-inner-spin-button,
#cart-page tr td:nth-of-type(5) input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
}

#cart-page tr td:nth-of-type(5) {
    border: 0;
    display: inline-flex;
}

#cart-page tr td:nth-of-type(5) button {
    outline: 0;
    -webkit-appearance: none;
    background-color: transparent;
    border: 1px solid #333;
    align-items: center;
    justify-content: center;
    width: 1rem;
    height: 1rem;
    cursor: pointer;
    margin: 5px;
    position: relative;
}

#cart-page tr td:nth-of-type(5) button:after,
#cart-page tr td:nth-of-type(5) button:before {
    display: inline-block;
    position: absolute;
    content: "";
    width: 0.5rem;
    height: 1px;
    background-color: #000;
    transform: translate(-50%, -50%);
}

#cart-page tr td:nth-of-type(5) button.plus:after {
    transform: translate(-50%, -50%) rotate(90deg);
}

#cart-page tr td:nth-of-type(5) input[type="number"] {
    max-width: 1.3rem;
    border: none;
    text-align: center;
}

#cart-page tr td:nth-last-of-type(-n + 3) {
    text-align: right;
}

#cart-page tr th:nth-last-of-type(-n + 3) {
    text-align: right;
}

.cart-help h3 {
    color: #00396f;
    font-size: 26px;
    font-weight: 700;
}

.cart-help {
    font-size: 18px;
    line-height: 2rem;
    padding-top: 5%;
}

.ws-icon {
    display: inline-block;
    margin-bottom: -2px;
    width: 20px;
    height: 20px;
    background: url(../img/whatsapp.jpg) 0 0;
    background-repeat: no-repeat;
}

.cart-resume t5 {
    color: #00396f;
    font-size: 18px;
    font-weight: 700;
}

.cart-resume .r-total t5 {
    color: #00396f;
    font-size: 25px;
    font-weight: 700;
    padding-top: 10px;
}

.cart-resume .r-total p {
    font-size: 18px;
}

@media(min-width:1200px) {
    .cart-resume {
        text-align: right;
    }
}

.cart-resume p {
    margin-bottom: 0;
}

.b-line {
    border-bottom: solid 2px #eee;
}

.r-line {
    border-right: solid 2px #eee;
}

.cart-resume form {
    display: inline-block;
    margin-bottom: 30px;
}

.cart-resume .form-control {
    vertical-align: bottom;
    padding: 0;
}

.cart-resume .form-control {
    display: inline;
}

.cart-resume form input[type="text"] {
    border: none;
    border-radius: 0;
    border-bottom: solid 2px #00396f;
    background: #fff;
    width: 63%;
    color: #00396f;
    padding-bottom: 0;
}

.cart-resume form input:focus:invalid,
.cart-resume form input:required:invalid {
    border: none;
    border-bottom: solid 1px #00396f;
    box-shadow: none;
    padding-bottom: 0;
}

.cart-resume form input:focus:valid,
.cart-resume form input:required:valid {
    box-shadow: none;
    padding-bottom: 0;
}

.cart-resume form button {
    border: solid 2px #00396f;
    border-radius: 0;
    color: #00396f;
    padding: 6px 15px;
    font-size: 14px;
    margin-left: -4px;
}

.cart-resume form button:hover {
    background-color: rgba(85, 185, 212, 0.3);
    color: #00396f;
}

.cart-resume .form-control::placeholder {
    color: rgba(0, 57, 111, 0.6);
    padding-left: 0;
}

.cart-resume .btn-blue {
    margin-right: 20px;
}

.btn-blue-inv {
    color: #fff;
    font-size: 13px;
    font-weight: 800;
    text-align: center;
    border: solid 2px #00396f;
    display: block;
    padding: 7px 30px;
    background-color: #00396f;
    border-radius: 0;
}

.btn-blue-inv:hover {
    background-color: rgba(0, 57, 111, 0.9);
    color: #55b9d4;
}

.paid-notes t5 {
    font-size: 16px;
}

.paid-notes p {
    font-size: 14px;
}

.cart-resume .alert-danger,
.cart-resume .alert-success {
    background-color: #fff;
    font-weight: 700;
}

#cart-user-page h2 {
    color: #55b9d4;
    font-size: 22px;
    font-weight: 600;
}

#authors-grid h1,
#blog-list h1,
#cart-user-page h1,
#cart-user-page t4,
#contact h1,
#ofertas h1,
#register h1 {
    color: #00396f;
}

#cart-user-page h1,
#contact h1 {
    font-size: 1.5rem;
    font-weight: 800px;
}

.user-forms form input[type="email"],
.user-forms form input[type="password"],
.user-forms form input[type="text"] {
    border: none;
    border-radius: 0;
    border-bottom: solid 1px #00396f;
    background: #fff;
    color: #00396f;
    padding: 0;
}

.user-forms form textarea[type="text"] {
    border-radius: 0;
    background: #fff;
    border-bottom: solid 1px #00396f;
    color: #00396f;
    padding: 0;
}

.user-forms .form-control::placeholder {
    color: rgba(0, 0, 0, 0.5);
    padding-left: 0;
}

.user-forms form input:focus {
    border: none;
    border-bottom: solid 1px #00396f;
    box-shadow: none;
}

.user-forms .custom-control label {
    margin-left: 10px;
    color: #777;
}

.user-forms .custom-control label a {
    color: #00396f;
    text-decoration: none;
    font-weight: 600;
}

.user-forms .custom-control label a:hover {
    color: #55b9d4;
}

.user-forms .custom-checkbox .custom-control-label::before {
    border-radius: 0;
}

.user-forms .custom-control-label::before {
    border: solid 1px #00396f;
    width: 1.2rem;
    height: 1.2rem;
    left: -2.2rem;
}

.user-forms .custom-control-label::after {
    width: 1.2rem;
    height: 1.2rem;
    left: -2.2rem;
}

.user-forms.custom-control-input:checked~.custom-control-label::before {
    background-color: #55b9d4;
}

#ofertas .c-select {
    margin-top: 20px;
}

#cart-user-page .show-2nd {
    display: none;
}

.user-forms form button {
    padding: 10px 50px;
}

#cart-user-page .flex-row-reverse button {
    padding: 10px 30px 10px 50px;
    position: relative;
}

#cart-user-page #showup,
#register #showup {
    padding: 0 15px;
    display: none;
}

#modal-leer #showinputs {
    display: none;
}

#cart-user-page a.btn:hover,
#register a.btn:hover {
    color: #fff;
}

#cart-user-page a.btn {
    padding: 10px 50px;
    color: #00396f;
    display: inline-block;
}

#register a.btn {
    display: inline;
}

#register {
    min-height: 40vh;
}

#mail-code {
    display: none;
}

#showuser {
    display: none;
    margin: 0 15px;
}

.cart-user-resume img {
    height: 100px;
    width: auto;
    padding-left: calc(50% - 35px);
    margin-bottom: 30px;
}

.cart-user-resume div t5 {
    font-size: 17px;
    color: #00396f;
    font-weight: 700;
}

.cart-user-resume>div:nth-of-type(2) p {
    line-height: 16px;
}

.cart-user-resume .i-cart {
    position: absolute;
    left: calc(50% - 50px);
    width: 24px;
    height: 20px;
    background: url(../img/sprite-img.png) -29px -203px;
}

#cart-order tfoot tr:nth-child(odd) {
    font-weight: 800;
}

#cart-order tr th {
    text-align: center;
}

#cart-order td,
#cart-order th,
#cart-order tr {
    border: solid 1px #ccc;
}

#cart-order tr td:last-child,
#cart-order tr td:nth-child(2) {
    text-align: right;
}

.order-report div:nth-of-type(2) {
    text-align: center;
    background-color: #f6f6f6;
    padding: 20px 0 10px 0;
    margin: 0 15px 0 15px;
}

.order-report h3 {
    font-size: 18px;
}

.order-report div span {
    color: #00396f;
}

#cart-order div:nth-of-type(2) p {
    color: #666;
    margin: 10px 0;
}

#cart-order table thead th {
    background-color: #f8f8f8;
}

#cart-order h2 {
    color: #00396f;
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 10px -15px;
}

#sidebarMenu {
    padding: 0;
}

#sidebarMenu .nav-item .nav-items {
    padding-left: 3.8rem;
    list-style: none;
}

/* #sidebarMenu ul {
    background-color: #00396f;
} */
#sidebarMenu a {
    color: #00396f;
}

#sidebarMenu .nav-link {
    padding: 7px 10px;
    display: flex;
    align-items: center;
}

#sidebarMenu .nav-link .icon {
    width: 16px;
    height: 16px;
    object-fit: contain;
}

#sidebarMenu .nav-item .active,
#sidebarMenu .nav-item:hover {
    font-weight: bold;
}

#pedidos h1,
#user-profile h1 {
    color: #00396f;
    padding: 0 0 2rem 2rem;
    font-size: 2rem;
}

.perfil {
    margin-top: 5rem;
    max-width: 1220px;
    margin-left: auto;
    margin-right: auto;
}

.perfil .columna-sidebar-menu,
.perfil .columna-tablero {
    margin-bottom: 2rem;
}

@media(min-width: 1200px) {
    .navbar-brand img {
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
    }
}

@media(min-width: 1200px) {
    .perfil .columna-tablero {
        padding-left: 3rem;
    }
}

.perfil h1 {
    color: #00396f;
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 1rem;
}

.perfil-biblioteca .s-filtro {
    border: 1px solid #00396f;
    color: #00396f;
    padding: 6px 10px;
    outline: none;
}

.perfil-cursos .s-filtro {
    border: 1px solid #00396f;
    color: #00396f;
    padding: 6px 10px;
    outline: none;
}

.perfil-biblioteca .titulo-intermedio {
    text-align: center;
    height: 1px;
    line-height: 0;
    background-color: #808080;
    margin-bottom: 4rem;
    font-size: 1.125rem;
}

.perfil-biblioteca .titulo-intermedio span {
    background-color: #FFF;
    padding: 0 10px;
}

.perfil-cursos .titulo-intermedio {
    text-align: center;
    height: 1px;
    line-height: 0;
    background-color: #808080;
    margin-bottom: 4rem;
    font-size: 1.125rem;
}

.perfil-cursos .titulo-intermedio span {
    background-color: #FFF;
    padding: 0 10px;
}

.perfil-biblioteca .s-filtro option {
    color: #00396f;
}

.perfil-biblioteca .libro-singular .libro-activo {
    color: #2a9240;
}

.perfil-biblioteca .libro-singular .libro-inactivo {
    color: #e2443e;
}

.perfil-biblioteca .libro-singular .libro-fisico {
    color: #808080;
}

#catalogs .cat-item {
    min-width: 160px;
    max-width: 180px;
    padding: 8px;
    border: 1px solid #ddd;
    margin: 30px 10px;
}

#catalogs .cat-item:hover {
    border: 1px solid #00396f;
}

#catalogs .cat-item a img,
#catalogs .cat-item img {
    width: 100%;
    height: auto;
    margin: 0 auto;
}

#catalogs .cat-item a:hover {
    color: #ddd;
    text-decoration: none;
}

#catalogs .cat-item .c-descript h2 {
    font-size: 1.25rem;
    color: #00396f;
    font-weight: 500;
    background-color: #fff;
    height: 70px;
}

#search h1,
.map-desktop h1 {
    color: #00396f;
    font-size: 2.2rem;
    font-weight: 700;
}

.map-desktop h1 span {
    padding-bottom: 10px;
    border-bottom: solid 2px #00396f;
}

.map-desktop p {
    text-align: justify;
    color: #555;
}

.map-desktop img {
    width: 110%;
    margin-left: -11%;
}

.map-desktop .img-mov img {
    max-width: 450px;
    height: auto;
    margin-left: calc(50% - 200px);
}

.mapeast {
    padding-left: 60px;
}

.map-desktop .mapeast p,
.map-desktop .mapwest p,
.map-mobile .mapeast p,
.map-mobile .mapwest p {
    color: #777;
    background: #fff;
    position: relative;
    display: inline;
    padding-bottom: 4px;
}

.map-desktop .mapwest p:before,
.map-mobile .mapwest p:before {
    content: "";
    position: absolute;
    z-index: -2;
    bottom: 18px;
    left: 5px;
    width: 85%;
    height: 20%;
    -webkit-box-shadow: 0 15px 11px rgba(0, 0, 0, 0.7);
    -moz-box-shadow: 0 15px 11px rgba(0, 0, 0, 0.7);
    box-shadow: 0 15px 11px rgba(0, 0, 0, 0.7);
    -webkit-transform: rotate(-4deg);
    -moz-transform: rotate(-4deg);
    -ms-transform: rotate(-4deg);
    -o-transform: rotate(-4deg);
    transform: rotate(-4deg);
}

.map-desktop .mapeast p:after,
.map-mobile .mapeast p:after {
    content: "";
    position: absolute;
    z-index: -2;
    bottom: 18px;
    right: 5px;
    width: 80%;
    height: 20%;
    -webkit-box-shadow: 0 15px 11px rgba(0, 0, 0, 0.7);
    -moz-box-shadow: 0 15px 11px rgba(0, 0, 0, 0.7);
    box-shadow: 0 15px 11px rgba(0, 0, 0, 0.7);
    -webkit-transform: rotate(4deg);
    -moz-transform: rotate(4deg);
    -ms-transform: rotate(4deg);
    -o-transform: rotate(4deg);
    transform: rotate(4deg);
}

.map-desktop .mapeast,
.map-desktop .mapwest li,
.map-mobile .mapeast li,
.map-mobile .mapwest li {
    color: #444;
    font-size: 13px;
}

.map-desktop ul,
.map-mobile ul {
    padding: 12px 0 0 15px;
}

.map-desktop .mapwest {
    margin-top: 12.3%;
}

.map-desktop .mapeast {
    margin-top: 12%;
}

.map-desktop .mapwest ul:nth-of-type(1) {
    margin-bottom: 26%;
}

.map-desktop .mapeast ul:nth-of-type(1) {
    margin-bottom: 32%;
}

.map-desktop .mapeast span:before,
.map-desktop .mapwest span:after,
.map-mobile .mapeast span:before,
.map-mobile .mapwest span:after {
    position: absolute;
    content: "";
    width: 0.9rem;
    height: 1.5rem;
}

.map-desktop .mapeast span:after,
.map-desktop .mapwest span:before,
.map-mobile .mapeast span:after,
.map-mobile .mapwest span:before {
    position: absolute;
    content: "";
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 1rem;
}

.map-desktop .mapwest p:nth-of-type(1) span:after {
    margin-left: 50px;
    background-color: #69a43b;
}

.map-desktop .mapwest p:nth-of-type(1) span:before {
    margin-left: 40px;
    background-color: #69a43b;
}

.map-desktop .mapwest p:nth-of-type(2) span:after {
    margin-left: 30px;
    background-color: #e2c93b;
}

.map-desktop .mapwest p:nth-of-type(2) span:before {
    margin-left: 20px;
    background-color: #e2c93b;
}

.map-desktop .mapeast p:nth-of-type(1) span:after {
    margin-left: -47px;
    background-color: #d90016;
}

.map-desktop .mapeast p:nth-of-type(1) span:before {
    margin-left: -48px;
    background-color: #d90016;
}

.map-desktop .mapeast p:nth-of-type(2) span:after {
    margin-left: -48px;
    background-color: #0dbdfc;
}

.map-desktop .mapeast p:nth-of-type(2) span:before {
    margin-left: -50px;
    background-color: #0dbdfc;
}

.map-mobile h2 {
    font-size: 2rem;
    font-weight: 700;
    color: #00396f;
}

.map-mobile .mapwest p:before {
    -webkit-transform: rotate(4deg);
    -moz-transform: rotate(4deg);
    -ms-transform: rotate(4deg);
    -o-transform: rotate(4deg);
    transform: rotate(4deg);
}

.map-mobile .mapwest p:nth-of-type(1) span:after {
    margin-left: -45px;
    background-color: #69a43b;
}

.map-mobile .mapwest p:nth-of-type(1) span:before {
    margin-left: -45px;
    background-color: #69a43b;
}

.map-mobile .mapwest p:nth-of-type(2) span:after {
    margin-left: -228px;
    background-color: #e2c93b;
}

.map-mobile .mapwest p:nth-of-type(2) span:before {
    margin-left: -228px;
    background-color: #e2c93b;
}

.map-mobile .mapeast p:nth-of-type(1) span:after {
    margin-left: -47px;
    background-color: #d90016;
}

.map-mobile .mapeast p:nth-of-type(1) span:before {
    margin-left: -48px;
    background-color: #d90016;
}

.map-mobile .mapeast p:nth-of-type(2) span:after {
    margin-left: -48px;
    background-color: #0dbdfc;
}

.map-mobile .mapeast p:nth-of-type(2) span:before {
    margin-left: -50px;
    background-color: #0dbdfc;
}

#contact a {
    color: #00396f;
}

#contact a:hover {
    text-decoration: none;
    color: #55b9d4;
}

footer {
    background-color: #EFEFEF;
}

.subfooter {
    .ver-todas {
        display: inline-block;
        padding-top: 7px;
        padding-bottom: 7px;
        padding-left: 1rem;
        padding-right: 1rem;
        font-size: 0.875rem;
        font-weight: 400;
        border-radius: 12px;
        -webkit-border-radius: 12px;
        -moz-border-radius: 12px;
        -ms-border-radius: 12px;
        -o-border-radius: 12px;
    }
}

@media screen and (min-width:1920px) {
    .subfooter {
        .ver-todas {
            padding-left: 1.875rem;
            padding-right: 1.875rem;
            font-size: 1rem;
        }
    }

}


.subfooter {
    /* max-width: 1250px;
    margin-left: 155px !important; */
    margin-left: 3.250rem;
    padding-top: 75px;
    padding-bottom: 75px;
    font-size: 16px;

    @media screen and (max-width:1200px) {
        font-size: 16px;
        line-height: normal;
        /* margin-left: 60px !important; */
        margin-left: 1.5rem !important;

    }
}

@media screen and (min-width:1920px) {
    .subfooter {
        margin-left: 6.250rem;
    }

}

.subfooter .t5 {
    color: #00396f;
    font-weight: 600;
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 1;

    @media(min-width: 1200px) {
        font-size: 16px;
    }
}

.subfooter .mf .t5 {
    @media(min-width: 1200px) {
        margin-left: 8%;
    }
}

.subfooter .mf span {
    display: block;
    position: absolute;
    height: 150px;
    width: 1px;
    background-color: #888;
    right: 25px;
    top: 10px;
}

/* .subfooter p {
    margin-bottom: 1.250rem;
    @media(min-width: 1200px) {
        margin-bottom: 45px;
    }
} */

footer {
    font-size: 0.875rem;

    p {
        line-height: 2;
    }

    .copy {
        font-size: 1rem;
        width: 100%;
    }
}


.subfooter ul {
    list-style: none;
    padding-left: 0;
}

@media(min-width: 1200px) {
    .subfooter {
        .columna {
            border-right: 1px solid #828282;

            &:last-child {
                border-right: 0;
            }
        }

        .list-navigation {
            padding-left: 1.5rem;
        }
    }
}

@media(min-width: 1920px) {
    .subfooter {
        .navigation {
            width: 85%;
        }

        .list-navigation {
            padding-left: 3.5rem;
        }
    }
}

/* .subfooter ul li {
    line-height: 2em;
} */
.subfooter ul li a {
    color: #212529;
    text-decoration: none;
}

.subfooter ul li a:hover {
    color: #00396f;
}

.options-copy {
    .singular-option-copy {
        padding: 0.5rem 1rem;
    }
}

@media(min-width: 768px) {
    .options-copy {
        display: flex;

        .singular-option-copy {
            border-right: 1px solid #FFF;
            padding: 0.5rem 0.75rem;

            &:last-child {
                border-right: 0;
            }
        }
    }
}

@media(min-width: 992px) {
    .options-copy {
        .singular-option-copy {
            padding: 0.7rem 1rem;
        }
    }
}

@media(min-width: 1200px) {
    .options-copy {
        .singular-option-copy {
            padding: 0.7rem 1.4rem;
        }
    }
}

.email-icon {
    display: inline-block;
    margin-bottom: -2px;
    width: 20px;
    height: 15px;
    background: url(../img/sprite-img.png) 0 -205px;
    background-repeat: no-repeat;
}

.footer {
    background-color: #00396f;
    color: #fff;
    text-align: center;
}

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

.footer a:hover {
    color: #55b9d4;
}

.footer p {
    margin-bottom: 0;
}

.f-rrss li {
    float: left;
    margin: 10px 5px 0 0;
}

.f-rrss a,
.f-rrss li {
    height: 33px;
    display: block;
    text-decoration: none;
}

.f-rrss .facebook {
    width: 33px;
    background: url(../img/rrss.png) -62px -70px;
    background-repeat: no-repeat;
}

.f-rrss>.instagram {
    width: 33px;
    background: url(../img/rrss.png) -95px -70px;
    background-repeat: no-repeat;
}

.f-rrss>.linkedin {
    width: 33px;
    background: url(../img/rrss.png) -31px -70px;
    background-repeat: no-repeat;
}

.f-rrss>.twitter {
    width: 33px;
    background: url(../img/rrss.png) 2px -70px;
    background-repeat: no-repeat;
}

.f-rrss>.youtube {
    width: 32px;
    background: url(../img/rrss.png) -95px -5px;
    background-repeat: no-repeat;
}

.f-rrss>.facebook a:hover {
    background: url(../img/rrss.png) -62px -102px;
}

.f-rrss>.linkedin a:hover {
    background: url(../img/rrss.png) -31px -102px;
}

.f-rrss>.twitter a:hover {
    background: url(../img/rrss.png) 2px -102px;
}

.f-rrss>.instagram a:hover {
    width: 33px;
    background: url(../img/rrss.png) -95px -102px;
    background-repeat: no-repeat;
}

.f-rrss>.youtube a:hover {
    width: 32px;
    background: url(../img/rrss.png) -95px -38px;
    background-repeat: no-repeat;
}

.cookies-approval {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 0;
    background-color: rgba(0, 57, 111, 0.95);
    font-weight: 200;
    color: #fff;
    text-align: justify;
    z-index: 99999;
    display: flex;
    transition: all 0.2s linear;
}

.cookies-approval a {
    font-weight: 600;
    color: #fff;
}

.cookies-approval .btn-blue {
    background-color: #fff;
}

.cookies-approval .btn-blue:hover {
    background-color: #fff;
    color: #e2211c;
}

[data-title]:hover:after {
    opacity: 1;
    transition: all 0.1s ease 0.1s;
    visibility: visible;
}

[data-title]:after {
    content: attr(data-title);
    background-color: #efefef;
    color: #111;
    font-size: 13px;
    position: absolute;
    padding: 5px 15px;
    bottom: -1.6em;
    left: 100%;
    white-space: normal;
    width: 300px;
    box-shadow: 1px 1px 3px #666;
    opacity: 0;
    border: 1px solid #00396f;
    z-index: 10000;
    visibility: hidden;
    border-radius: 3px;
}

[data-title] {
    position: relative;
}

.docs .modal-header {
    display: block;
}

.docs .modal-header .close {
    position: absolute;
    right: 15px;
    top: 7px;
}

.docs .h3,
.docs .t4,
.docs h2 {
    color: #00396f;
}

.docs h2 {
    font-size: 1.6rem;
    text-align: center;
}

.docs .h3 {
    font-size: 1.4rem;
    text-align: center;
    margin-left: 20px;
    margin-right: 20px;
}

.docs p,
.docs ul {
    margin-left: 20px;
    margin-right: 20px;
}

.docs .t4 {
    font-size: 1.2rem;
    margin-left: 20px;
}

.submenu div div ul li:hover {
    background-color: #00396f;
    color: #00396f;
}

@media only screen and (max-width: 1180px) and (min-width: 992px) {
    #navbarCollapse>ul>li>a {
        padding-left: 19px;
        padding-right: 19px;
    }

    .navbar-brand {
        width: 15%;
    }

    .car-vblog-item {
        height: 280px;
    }

    .car-vblog-item img {
        height: 120px;
    }

    #home-blog .btn-blue:nth-child(2) {
        bottom: -50px;
    }

    .car-vblog .slick-dots {
        margin-top: 0;
    }

    .map-desktop img {
        margin-left: -10%;
    }
}

@media only screen and (max-width: 1100px) {
    .navbar-brand {
        width: 10%;
    }

    .navbar-brand img {
        left: 2%;
        width: 90px;
        height: 63px;
        top: 18px;
    }

    .car-vblog-item {
        height: 260px;
    }

    .car-vblog-item img {
        height: 100px;
    }

    .blogpost .car-vblog-item {
        height: auto;
    }

    .blogpost>div:nth-child(2) {
        margin-bottom: 0;
    }

    #home-blog .btn-blue:nth-child(2) {
        bottom: -30px;
    }

    .car-vblog .slick-dots {
        margin-top: 20px;
    }

    .subh3 {
        max-width: 250px;
    }

    .map-desktop img {
        margin-left: -6%;
    }

    .rrss-top li {
        margin-right: 9px;
    }

    .ddmenu {
        margin-left: 9px;
    }
}

@media only screen and (max-width: 1199px) {
    .navbar {
        background-color: #fff;
    }

    .navbar-brand img {
        top: 8px;
    }

    .navbar-brand {
        height: 55px;
    }

    .c-select::before {
        right: 10%;
    }

    .c-select select {
        width: 80%;
        margin-left: 10%;
    }

    .journ .c-select {
        margin-bottom: 0;
    }

    #navbarCollapse {
        display: block;
        position: relative;
        top: 5px;
        right: 30px;
        z-index: 10;
        -webkit-user-select: none;
        user-select: none;
    }

    #navbarCollapse a {
        text-decoration: none;
        color: #fff;
        transition: color 0.3s ease;
    }

    #toggle {
        display: block;
        width: 45px;
        height: 32px;
        position: absolute;
        top: -30px;
        right: -6px;
        cursor: pointer;
        opacity: 0;
        z-index: 20;
        -webkit-touch-callout: none;
    }

    #toggle:hover~span {
        background: #55b9d4;
    }

    #navbarCollapse>span {
        display: block;
        width: 33px;
        height: 4px;
        margin-bottom: 5px;
        position: relative;
        top: -30px;
        right: -95%;
        background: #00396f;
        border-radius: 3px;
        z-index: 15;
        transform-origin: 4px 0;
        transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
    }

    #navbarCollapse span:nth-last-child(3) {
        width: 23px;
        margin-left: 10px;
    }

    #navbarCollapse span:first-child {
        transform-origin: 0 0;
    }

    #navbarCollapse span:nth-last-child(2) {
        transform-origin: 0 100%;
    }

    #navbarCollapse input:checked~span {
        opacity: 1;
        transform: rotate(45deg) translate(-2px, -1px);
        background: #55b9d4;
    }

    #navbarCollapse input:checked~span:nth-last-child(3) {
        opacity: 0;
        transform: rotate(0) scale(0.2, 0.2);
    }

    #navbarCollapse input:checked~span:nth-last-child(2) {
        transform: rotate(-45deg) translate(0, -1px);
    }

    #menu {
        position: absolute;
        width: 100%;
        margin: -140px 0 0 30px;
        padding: 170px 0 0 0;
        background: rgba(0, 57, 111, 0.95);
        list-style-type: none;
        -webkit-font-smoothing: antialiased;
        transform-origin: 0 0;
        transform: translate(100%, 0);
        transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
    }

    #menu li {
        padding: 0;
        font-size: 22px;
        list-style: none;
        font-weight: 400;
    }

    #navbarCollapse input:checked~ul {
        transform: none;
    }

    #menu>li>a>div {
        width: 90%;
        margin-left: 5%;
        padding: 8px 0 8px 0;
        border-bottom: solid 1px rgba(85, 185, 212, 0.3);
    }

    .tab-label {
        display: -webkit-box;
        display: flex;
        -webkit-box-pack: justify;
        justify-content: space-between;
        background: 0 0;
        cursor: pointer;
        margin-bottom: 0;
        /* width: 100%; */
        /* margin-left: 5%; */
        padding: 8px 0 8px 0;
        border-bottom: solid 1px rgba(85, 185, 212, 0.3);
    }

    .tab-label::after {
        content: "v";
        font-weight: 200;
        width: 1em;
        margin-right: 5%;
        text-align: center;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg) scaleX(1.5);
    }

    #menu {
        height: 100vh;
        overflow-y: auto;
    }

    #menu li ul {
        padding: 0;
        margin: 0;
    }

    #menu .label {
        padding: 0 0 0 10%;
    }

    .submenu div div ul li:hover {
        background-color: unset;
        color: unset;
    }

    .submenu div div ul li a {
        padding-left: 10%;
    }

    .submenu>div {
        max-height: 0;
        color: #00396f;
        background: #fff;
        overflow-y: auto;
        z-index: 200;
    }

    .submenu div div ul li a {
        color: #00396f !important;
        display: none;
        opacity: 0;
        line-height: 2em;
        border-bottom: solid 1px rgba(230, 230, 230, 0.8);
    }

    .submenu li a:hover {
        color: #55b9d4 !important;
    }

    input#sm-medicina:checked+a>.tab-label,
    input#sm-odontologia:checked+a>.tab-label,
    input#sm-ofertas:checked+a>.tab-label,
    input#sm-recursos:checked+a>.tab-label,
    input#sm-more:checked+a>.tab-label {
        background: #e6e6e6;
        color: #00396f;
        border-bottom: solid 1px rgba(20, 230, 230, 0.1);
        margin-bottom: 0;
        margin-left: 0;
        padding-left: 5%;
        width: 100%;
    }

    input#sm-medicina:checked+a>.tab-label::after,
    input#sm-odontologia:checked+a>.tab-label::after,
    input#sm-ofertas:checked+a>.tab-label::after,
    input#sm-recursos:checked+a>.tab-label::after,
    input#sm-more:checked+a>.tab-label::after {
        margin-right: 10%;
        -webkit-transform: rotate(0) scaleX(1.5);
        transform: rotate(0) scaleX(1.5);
    }

    input#sm-medicina:checked~.submenu div,
    input#sm-medicina:checked~.submenu div div ul li a,
    input#sm-odontologia:checked~.submenu div,
    input#sm-odontologia:checked~.submenu div div ul li a,
    input#sm-ofertas:checked~.submenu div,
    input#sm-ofertas:checked~.submenu div div ul li a,
    input#sm-recursos:checked~.submenu div,
    input#sm-recursos:checked~.submenu div div ul li a,
    input#sm-more:checked~.submenu div,
    input#sm-more:checked~.submenu div div ul li a {
        max-height: 100vh;
        opacity: 1;
        -webkit-transition: all 0.35s;
        transition: all 0.35s;
    }

    input#sm-medicina:checked~.submenu div div ul li a,
    input#sm-odontologia:checked~.submenu div div ul li a,
    input#sm-ofertas:checked~.submenu div div ul li a,
    input#sm-recursos:checked~.submenu div div ul li a,
    input#sm-more:checked~.submenu div div ul li a {
        display: block;
    }

    .search>a {
        position: absolute;
        top: 70px;
        left: 5%;
        display: inline-block;
        z-index: 15;
        width: max-content;
        font-size: 18px;
    }

    .search>a>span {
        height: 22px;
        width: 22px;
        display: inline-block;
        margin-right: 10px;
        background: url(../img/sprite-img.png) 0 -40px;
        background-repeat: no-repeat;
    }

    #library a {
        position: absolute;
        top: 70px;
        right: calc(60% - 150px);
        display: inline-block;
        z-index: 15;
        width: max-content;
    }

    #library a span {
        margin-top: -5px;
        height: 22px;
        width: 22px;
        display: block;
        background: url(../img/sprite-img.png) -1px -63px;
        background-repeat: no-repeat;
    }

    #library div p {
        font-size: 16px;
        margin-left: 30px;
        margin-top: -20px;
        width: 130px;
    }

    #menu #library a div {
        border: none;
    }

    .search form {
        margin-top: 35%;
        width: 90%;
    }

    .search form input::placeholder {
        font-size: 1em;
    }

    .search form input[type="text"] {
        font-size: 1em;
    }

    .search .form-group>button {
        margin-left: auto;
        margin-right: 15px;
    }

    .search>input>.form-control {
        padding-left: 0;
    }

    #slider {
        top: 0px;
    }

    .car-hblog-item t5 {
        font-size: 18px;
        font-weight: 800;
    }

    .subfooter .mf span {
        right: 0;
        top: 10px;
    }

    .share ul {
        margin-right: 0;
    }

    .d-price p {
        font-size: 22px;
    }

    .mapwest {
        padding-left: 60px;
    }

    .bloglist img {
        width: 100px;
        height: auto;
    }

    #authors-grid .hfilter .form-inline,
    #blog-list .hfilter .form-inline {
        margin-left: calc(50% - 150px);
    }

    #authors-grid h1,
    #blog-list h1 {
        text-align: center;
    }
}

#preloader {
    color: #00396f;
}

.spinner-border {
    width: 6rem;
    height: 6rem;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .submenu div div ul li a {
        padding-left: 20%;
    }

    #home-blog .btn-blue:nth-child(1) {
        margin-top: 20px;
        margin-right: auto;
        margin-left: auto;
    }

    .share ul {
        margin-top: 30px;
        margin-right: auto;
        margin-left: 10px;
    }

    .share span {
        margin-top: 30px;
        margin-right: 10px;
        margin-left: auto;
    }

    .car-vblog-item {
        height: 230px;
    }

    .car-vblog-item img {
        height: 90px;
    }

    #home-blog .btn-blue:nth-child(2) {
        bottom: 10px;
    }

    .car-vblog .slick-dots {
        margin-top: 30px;
    }

    .journ .c-select::before {
        right: 0;
    }

    .vendidos h3 {
        font-size: 1.8em;
    }

    #home-blog .btn-blue:nth-child(2) {
        bottom: 0;
    }

    .d-btn .i-descargar,
    .d-btn .i-leer {
        left: 8%;
    }

    .d-price p {
        font-size: 22px;
    }

    .d-qty form button {
        padding: 4px 5px;
    }

    .noauth ul {
        margin-left: -70px;
    }
}

@media only screen and (max-width: 767px) {
    .topbar-cart {
        margin-right: auto;
        padding-right: 7%;
    }

    .topbar-cart a.full span {
        right: 56px;
    }

    .navbar {
        top: 36px;
        height: 80px;
    }

    .search .form-group>button {
        margin-right: 0;
        transform: scale(0.7);
    }

    .search form input[type="text"] {
        padding-left: 0;
    }

    .topbar-cart p {
        font-size: 14px;
    }

    .car-nov {
        width: 80%;
    }

    .bcrumbs ul {
        padding: 0 !important;
    }

    #novedades h3 {
        font-size: 20px;
    }

    .side-cart-label {
        top: calc(100% - 70px);
        height: 70px;
        width: 60px;
    }

    .side-cart-label a {
        height: 70px;
        background: url(../img/arrows-cart.png) -103px, 0;
        background-repeat: no-repeat;
    }

    .side-cart-label span {
        right: 8px;
        top: 9px;
        height: 22px;
        width: 22px;
        border-radius: 11px;
        text-align: center;
        line-height: 20px;
        font-size: 16px;
    }

    .vendidos span {
        margin-left: 10%;
    }

    .vendidos h3 {
        margin-left: 10%;
        font-size: 1.8em;
    }

    .c-select {
        margin-top: 30px;
        left: 0;
        width: 90%;
        margin-bottom: 20px;
    }

    .vendidos .c-select {
        margin-bottom: 0;
    }

    .c-select::before {
        right: 5%;
    }

    .car-hblog-item>div {
        margin-left: 0;
    }

    .journ .c-select::before {
        right: 3%;
    }

    .c-select select {
        width: 90%;
        margin-left: 5%;
    }

    .car-hblog {
        width: 90%;
    }

    /* footer t5,
    footer p {
        text-align: center;
    } */

    .hfilter .form-inline {
        margin-left: 10%;
    }

    .hfilter .form-control {
        width: 80%;
    }

    /* .subfooter .mf ul li {
        margin-left: 30%;
    } */
    .subfooter .mf t5 {
        margin-left: 12%;
        text-align: left;
    }

    .f-rrss li {
        display: inline-block;
    }

    /* .f-rrss {
        margin-left: calc(50% - 94px);
    } */
    .subfooter .mf t5 {
        margin-left: 13%;
    }

    .d-qty form button {
        padding: 4px 5px;
    }

    .d-qty span {
        right: 125px;
    }

    .d-titulo {
        margin-right: 0;
        margin-left: 0;
    }

    .book-cont figure {
        padding: 25px;
    }

    .d-titulo>div {
        margin-left: -15px;
        margin-right: -15px;
    }

    .d-btn button {
        width: 100%;
    }

    .book-nav {
        margin-top: 20px;
        margin-bottom: 30px;
    }

    .book-cont .book-redlabel {
        top: 40px;
        right: 15%;
    }

    #cartadd-modal {
        top: 10%;
        width: 100%;
        left: 0;
    }

    #cartadd-modal .close {
        margin-top: -20px;
        margin-right: -10px;
        font-size: 3em;
    }

    .c-top:before {
        right: 30%;
    }

    .cart-topbox {
        right: 0;
        width: 98%;
    }

    #pedidos h1,
    #user-profile h1 {
        margin: 2rem auto;
        padding: 0;
        font-size: 1.8rem;
        text-align: center;
    }

    .book-cont .wlabel {
        right: 10%;
        top: 15px;
    }

    .book-cont .bestseller {
        right: 8%;
    }

    #resizingLibro {
        max-width: 100%;
    }

    .bcrumbs .l-arrow {
        display: none;
    }
}

@media only screen and (max-width: 580px) {
    .pedidos-topbar {
        margin: 8px 10px;
        width: 100px;
    }

    .car-nov-item {
        border: 0;
    }

    .car-nov-item .c-descript {
        height: auto;
        overflow: auto;
        text-align: center;
    }

    .car-nov-item .c-author {
        text-align: center;
    }

    .bcrumbs ul {
        flex-wrap: wrap;
    }

    .bcrumbs ul li {
        width: 90%;
        margin-left: 0 !important;
        padding: 0 20px !important;
    }

    .bcrumbs ul li.libro-nombre {
        max-width: 100%;
    }

    .side-cart-label {
        top: calc(100% - 60px);
        height: 60px;
        width: 55px;
    }

    .side-cart-label a {
        height: 60px;
        background: url(../img/arrows-cart.png) -104px, 0;
        background-repeat: no-repeat;
    }

    .side-cart-label span {
        right: 7px;
        top: 8px;
        height: 20px;
        width: 20px;
        border-radius: 10px;
        text-align: center;
        line-height: 18px;
        font-size: 14px;
    }

    .car-hblog-item .btn-blue {
        padding: 5px 15px;
    }

    .suscribe form {
        display: flex;
    }

    .journ .c-select {
        width: 100%;
        left: 0;
    }

    .d-btn .i-descargar,
    .d-btn .i-leer {
        left: 6%;
    }

    .d-qty form {
        display: flex;
    }

    .d-qty form button {
        margin: 0 0 -4px 0;
    }

    .d-qty form button {
        padding: 5px 15px;
    }

    .det-media,
    .det-text>div {
        padding-left: 0;
        padding-right: 0;
    }

    .d-qty span {
        right: 70%;
    }

    .det-media .row {
        padding-right: 0;
    }

    .book-cont .book-redlabel {
        right: 10%;
    }

    #about-page .img-mov img {
        width: 100%;
        margin: 0;
    }

    .pbfix ul li {
        color: #fff;
    }

    .search-results ul {
        font-size: 15px;
        line-height: 1.3em;
        font-weight: 400;
    }

    #ofertas h1 {
        text-align: center;
    }

    .book-cont .wlabel {
        right: 5%;
        top: 20px;
    }
}

@media only screen and (max-width: 415px) {
    .top-bar {
        padding-left: 1%;
        padding-right: 1%;
    }

    .topbar-cart {
        font-size: 12px;
    }

    #novedades h3 {
        font-size: 18px;
    }

    .car-nov-item {
        border: 0;
    }

    .full p {
        max-width: 30px;
        color: transparent;
    }

    #rrss-top li {
        margin-right: 12px;
    }

    #pedidos-topbar {
        margin: 8px 0 8px 0;
    }

    .c-select select {
        width: 95%;
    }

    .c-select::before {
        right: 0;
    }

    .share span {
        display: none;
    }

    .suscribe form input[type="email"] {
        width: 65%;
    }

    .suscribe form button {
        padding: 7px;
    }

    .subfooter .mf t5 {
        margin-left: 11%;
    }

    .d-price p {
        font-size: 20px;
    }

    .det-text {
        padding-right: 0;
        padding-left: 0;
    }

    .d-qty span {
        right: 60%;
    }

    .d-author .btn-blue {
        padding: 7px 20px;
    }

    .d-qty form button {
        padding: 4px 5px;
    }

    .topbar-cart {
        margin-left: 10%;
    }

    .docs h3,
    .docs t4,
    .docs p,
    .docs ul {
        margin-left: 10px;
        margin-right: 10px;
    }
}

.order-report .block-btn-checkout {
    margin: 0 !important;
}

.order-report .btn-checkout {
    float: right;
}

.infogateway {
    float: right;
    margin-right: 25px;
}

.payment-reject {
    color: #f44336 !important;
}

#container-btn-buy {
    float: right;
    width: 200px;
    height: 60px;
    margin-right: 15px;
}

#container-btn-buy .btn-blue {
    background-color: #e2211c;
    color: #fff;
    border: solid 2px #e2211c;
}

#container-btn-buy .btn-blue:hover {
    color: #fff;
    border: solid 2px #00396f;
}

#container-btn-buy .ccards {
    position: absolute;
    right: 15px;
    bottom: 10px;
    width: 80px;
}

.block-btn-checkout {
    background-color: #fff !important;
}

body #hubspot-messages-iframe-container {
    z-index: 5;
}

.btn-whatsapp {
    display: block;
    width: 70px;
    height: 70px;
    color: #ffff;
    position: fixed;
    right: 100px;
    bottom: 20px;
    border-radius: 50%;
    line-height: 80px;
    text-align: center;
    z-index: 999;
}


.courses-section img.cursos_banner {
    width: 100%;
    margin-top: 130px;
}

.courses-section .courses {
    display: flex;
    justify-content: space-between;
}

.courses-section .courses a {
    text-decoration: none;
}

.courses-section .courses .course {
    width: 32%;
    margin-bottom: 40px;
    cursor: pointer;
}

.courses-section .courses .course:hover {
    transition: 0.4s all ease;
    transform: scale(1.05);
}

.courses-section .courses .course .card {
    border-radius: 5px;
    height: 380px;
    position: relative;
}

.courses-section .courses .course .card img {
    border-radius: 5px 5px 0 0;
    width: 100%;
}

.courses-section .card-title {
    color: #00396f;
    font-weight: 700;
}

@media(min-width: 1200px) {
    .courses-section .card-title {
        min-height: 50px;
    }
}

.courses-section .card-text {
    color: #00396f;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 15px;
    width: 100%;
    left: 0;
}

.courses-section .card-text img {
    height: 32px;
    display: inline-block;
    width: auto !important;
}

.courses-section .card-text p {
    margin-bottom: 0;
    margin-left: 10px;
    font-size: 20px;
    font-weight: 700;
}

@media screen and (max-width: 1000px) {
    .courses-section .courses .course {
        width: 48%;
    }
}

@media screen and (max-width: 768px) {
    .courses-section .courses .course {
        width: 100%;
    }
}

.course-actions-container {
    position: sticky;
    top: 150px;
}

@media screen and (max-width: 400px) {
    .related-products .products-img {
        flex-wrap: wrap;
        width: 100%;
    }

    .related-products .products-img .product {
        width: 100%;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .related-products .products-img .product .plus-icon {
        margin: 0 !important;
        margin: 15px 0 !important;
    }

    .related-products .info {
        margin-left: 0 !important;
        margin-top: 30px !important;
    }
}

ul.stars-rate {
    display: flex;
    margin-top: 20px;
    padding-left: 0;
}

ul.stars-rate li {
    list-style: none;
}

ul.stars-rate li button {
    background-color: transparent;
    border: none;
}

ul.stars-rate li button:focus {
    outline: none !important;
}

ul.stars-rate li button i {
    font-size: 40px;
    color: #003872;
}

ul.stars-rate.small li button i {
    font-size: 30px;
}


.loader-screen {
    width: 100vw;
    height: 100vh;
    position: fixed;
    background-color: #ffffffb2;
    z-index: 12024;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    transition: all .6s ease;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -ms-transition: all .6s ease;
    -o-transition: all .6s ease;
}

.loader-screen.show-loader-screen {
    opacity: 1;
    visibility: visible;
}

.loader-screen .custom-loader {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background:
        radial-gradient(farthest-side, #00396f 94%, #0000) top/16px 16px no-repeat,
        conic-gradient(#0000 30%, #00396f);
    -webkit-mask: radial-gradient(farthest-side, #0000 calc(100% - 16px), #000 0);
    animation: s3 1s infinite linear;
}

@keyframes s3 {
    100% {
        transform: rotate(1turn)
    }
}

.header-mobile {
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2;
}

.header-mobile .header-top {
    background-color: #55b9d4;
    color: #FFF;
    height: 52px;
    /* padding: .5rem; */
}

.header-mobile .header-top a {
    color: #FFF;
}

.header-mobile .header-bottom {
    background-color: #FFF;
}

.header-mobile .header-bottom>div {
    flex: 1;
}

.header {
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
}

.menu-slide-mobile {
    position: fixed;
    width: 80vw;
    height: 100vh;
    background-color: #00396f;
    color: #FFF;
    z-index: 30;
    top: 0;
    right: -100%;
    overflow-x: auto;
    transition: all .6s ease-in;
    -webkit-transition: all .6s ease-in;
    -moz-transition: all .6s ease-in;
    -ms-transition: all .6s ease-in;
    -o-transition: all .6s ease-in;
}

@media (min-width: 578px) {
    .menu-slide-mobile {
        width: 55vw;
    }
}

@media (min-width: 768px) {
    .menu-slide-mobile {
        width: 45vw;
    }
}

@media (min-width: 768px) {
    .menu-slide-mobile {
        width: 35vw;
    }
}

.menu-slide-mobile.show-menu-slide-mobile {
    right: 0;
}


.menu-slide-mobile .lista-menu-opciones {
    color: #FFF;
    font-size: 1.250rem;
}

.menu-slide-mobile ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.menu-slide-mobile .lista-menu-opciones li a {
    color: #FFF;
    text-decoration: none;
}

.overlay-mobile {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: #0000006a;
    z-index: 22;
    display: none;
}

.overlay-mobile.show-overlay-mobile {
    display: block;
}

.faq .card {
    margin: 40px 10px;
}

@media(min-width: 1200px) {
    .faq .card {
        margin: 40px;
    }
}

.slide-home {

    .carousel-control-next,
    .carousel-control-prev {
        top: 50%;
        bottom: unset !important;
        translate: 0 -50%;
    }
}

.revistas-and-planes {
    padding-left: 20px;
    padding-right: 20px;

    @media screen and (min-width: 992px) {
        padding-left: 128px;
        padding-right: 128px;
    }

    .singular-revista {
        cursor: pointer;

        .btn-suscribe {
            background-color: #55B9D4;
            color: #FFF;
        }
    }
}


.singular-plan {
    background-color: #00396F;
    color: #FFF;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;

    .suscription-items {
        display: flex;
        flex-direction: column;
        justify-content: center;

        &>* {
            display: block;
            color: white;
            font-weight: 400;
            margin-bottom: 12px !important;
        }

        ul {
            list-style: none;
            padding: 0px 16px;

            li {
                list-style: none;
                margin-bottom: 12px !important;
            }
        }
    }

    h3 {
        font-weight: bold;
        font-size: 18px;
    }

    .title-price-suscription {
        font-weight: 600;
    }

    ul {
        li {
            line-height: 1;
        }
    }
}


.btn {
    font-weight: bold;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;

    &.btn-suscribirse {
        background-color: #FFD833;
    }

    &.btn-ver-mas {
        background-color: #00396F;
        color: #FFF;
    }
}

.journal-detail {
    h1 {
        margin-bottom: 0;
    }

    .img-journal-content {
        background-color: #F9F9F9;
        border-radius: 20px;
        max-width: 323px;
        min-height: 432px;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        -ms-border-radius: 20px;
        -o-border-radius: 20px;

        img {
            box-shadow: 0px 5.57px 10.72px 4.87px #00000040;
        }
    }

    h1,
    h2 {
        font-size: 1.5rem;
        color: #00396F;
        font-weight: bold;
    }

    .description-text {
        font-size: 1.250rem;
        color: #333;
        margin-top: 1.6rem;
        margin-bottom: 1.6rem;
        font-weight: bold;
    }

    .btn-suscribirse {
        margin-top: 1.8rem;
        color: #000;
        padding: 0.75rem 5rem;
        box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.2);
    }

    .text-main-journal {
        font-weight: 500;

        .journal-text {
            font-size: 15px;
            font-weight: 400;
        }
    }

    .grid-journal {
        display: flex;
        gap: 2rem;

        .journal-col {
            min-width: 70%;
            flex: 1;

            .container-journal {
                max-width: 323px;
                min-height: 432px;
                max-height: 561px;
                margin-right: 52px;
                flex: 1;
            }

            .card {
                border: none;
                margin-top: 70px;

                .card-header {
                    background-color: inherit;
                    border-bottom: none;
                    border-top: 1px solid rgba(0, 0, 0, .125);
                    padding-top: 46px;
                    padding-bottom: 26px;

                    &>h2 {
                        button {
                            font-size: 24px;
                            color: #00396F;
                            font-weight: 700;
                        }
                    }
                }
            }
        }

        .aside-suscribe-col {
            flex: 0 1 322px;

            aside {
                position: sticky;
                top: 160px;
            }
        }
    }

    .info-journal {
        margin-top: 5rem;
        padding-top: 2rem;
        padding-bottom: 2rem;
        padding-left: 4rem;
        padding-right: 4rem;
        border: 1px solid #ACAFB9;
        color: #333333;
        border-radius: 20px;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        -ms-border-radius: 20px;
        -o-border-radius: 20px;

        h3 {
            font-size: 1rem;
            color: #003872;
            font-weight: bold;
        }
    }

    .accordion {
        .card {
            .card-header {
                &:not(#headingTwo) {
                    border-top-color: transparent;
                    border-bottom-color: transparent;

                    .btn {
                        cursor: default;

                        &::after {
                            display: none;
                        }
                    }
                }
            }
        }
    }
}

.more-journal {
    h2 {
        font-size: 1rem;
    }
}


.suscribe-journal-page {
    .suscribe-singular {
        overflow: hidden;
        border-radius: 10px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -ms-border-radius: 10px;
        -o-border-radius: 10px;
        height: 100%;
        display: flex;
        flex-direction: column;

        h3 {
            font-size: 1.125rem;
            font-weight: bold;
        }
    }

    .content-image-suscribe {
        background-color: #00396F;
        color: #FFF;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 8px;
    }

    .body-card-suscribe {
        background-color: #F1F5F6;
        color: #00396F;
        display: flex;
        flex-direction: column;
        height: 100%;

        ul {
            li {
                line-height: 1;
                margin-bottom: 1rem;
            }
        }

        .btn-suscribirse {
            display: block;
            width: 100%;
            box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
        }

        a {
            color: #00396F;
        }
    }
}

.singular-journal-profile {
    .body-card-singular-journal {

        /* background-color:#00396F;
        color: #FFF;
        border-radius: 7px;
        -webkit-border-radius: 7px;
        -moz-border-radius: 7px;
        -ms-border-radius: 7px;
        -o-border-radius: 7px; */
        h3 {
            font-size: 0.875rem;
            font-weight: bold;
        }
    }
}

.busquedas-journal {

    h1,
    h2 {
        color: #00396F;
        font-weight: bold;
    }

    h1 {
        font-size: 1.6rem;
    }

    h2 {
        font-size: 1.250rem;
    }

    .bar-search {
        background-color: #FFF;
        padding: 0.250rem 0.5rem;
        box-shadow: 0 4px 11px 0 rgba(0, 0, 0, 0.25);
        display: flex;
        align-items: stretch;

        .search {
            display: flex;
            align-items: center;
            border: 1px solid #00396F;
            flex: 1;
            padding: 0.5rem 0.75rem;
            border-radius: 10px;
            -webkit-border-radius: 10px;
            -moz-border-radius: 10px;
            -ms-border-radius: 10px;
            -o-border-radius: 10px;

            img {
                width: 20px;
                height: 20px;
                object-fit: contain;
            }
        }

        input[type='search'] {
            width: 100%;
            outline: none;
            border: 0;
        }

        button {
            border: 0;
            outline: none;
            box-shadow: none;
            background-color: #00396F;
            color: #FFF;
            border-radius: 10px;
            -webkit-border-radius: 10px;
            -moz-border-radius: 10px;
            -ms-border-radius: 10px;
            -o-border-radius: 10px;
        }
    }
}

.singular-publication-card {
    a {
        text-decoration: none;
    }

    .content-img-publication-card {
        position: relative;
    }

    .tags-img-card {
        position: absolute;
        bottom: 0;
        left: 0;
    }

    .tag-img-card {
        font-size: 0.75rem;
        display: block;
        background-color: #21CDC0;
        color: #FFF;
        text-transform: uppercase;
        padding: 0.250rem 1rem;
        width: max-content;
        border-bottom-left-radius: 100px;
        border-top-right-radius: 50px;
        border-bottom-right-radius: 50px;
    }

    .body-publication-card {
        font-size: 0.875rem;
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
        color: #777981;
    }

    h3 {
        font-size: 1.125rem;
        color: #00396F;
        font-weight: bold;
    }

    .description-text {
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        line-height: 1;
    }

    .published,
    .material-complementary-text {
        color: #ACAFB9;
        line-height: 1;
    }

    .content-tags-body {
        .tag-body {
            display: inline-block;
            text-align: center;
            min-width: 110px;
            font-size: 0.75rem;
            font-weight: bold;
            padding: 0.65rem 1rem;
            padding-bottom: 0.4rem;
            border-radius: 10px;
            -webkit-border-radius: 10px;
            -moz-border-radius: 10px;
            -ms-border-radius: 10px;
            -o-border-radius: 10px;
        }

        .tag-videos {
            background-color: #0E3E70;
            color: #FFF;
        }

        .tag-presentations {
            background-color: #D80337;
            color: #FFF;
        }
    }
}

.col-revistas {
    .slider-revistas {
        .slick-arrow {
            display: none !important;
        }

        .slick-track {
            display: flex;
            gap: 16px;
            align-items: flex-end;
        }

    }
}

#autores {
    .slick-prev {
        left: -4px;
        bottom: 109px;
        top: inherit;
        height: 26px;
    }

    .slick-next {
        right: -4px;
        bottom: 109px;
        top: inherit;
        height: 26px;
    }
}

.icon-sticky {
    position: fixed;
    bottom: 4px;
    right: 1.3rem;
    width: 93px;
    height: 93px;
    z-index: 100;
}

.btn-whatsapp-mobile {
    display: block;
    color: #ffff;
    position: fixed;
    right: 6.2rem;
    bottom: 16px;
    border-radius: 50%;
    z-index: 999;
    transition: transform 100ms ease-in-out;

    img {
        width: 66px;
    }

    &:hover {
        transform: scale(1.1);
    }
}


@media screen and (max-width:400px) {
    .search>.search-frame {
        top: 20px;
    }
}

@media screen and (max-width:386px) {
    .header-top {
        height: 74px !important;
    }
}

@media screen and (max-width:900px) {
    .header-new {
        .header-top-bar {
            padding-right: 1.65rem;
        }
    }

    .journal-detail {
        .grid-journal {
            .journal-col {
                .card {
                    margin-top: 4cqb;

                    .card-body {
                        padding: 0;
                    }
                }
            }
        }
    }

}

@media screen and (max-width:1200px) {
    .icon-sticky {
        bottom: 9rem;
        right: 4px;
        width: 120px;
        height: 76px;
    }

    /* main {
        margin-top: 9rem;
    } */
    main {
        margin-top: 1.5rem;
    }
}

@media(min-width: 1920px) {
    .col-revistas {
        padding-left: 4rem;
        padding-right: 4rem;
    }
}

.revista-btn {
    color: #003872;
    font-weight: 700;
    text-decoration: underline;
    text-align: center;
    background-color: transparent;
    border: none;

    &:focus {
        border: none;
        outline: none;
    }
}

dialog#advice {
    &[open] {

        width: 70%;
        max-height: 756px;
        min-height: 90vh;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 40px;
        border-radius: 20px;
        border: none;
        padding-left: 40px;
        padding-right: 40px;

        .close {
            position: absolute;
            right: 1rem;
            top: 1rem;
            width: 18px;
            height: 18px;
            display: flex;

            &:focus {
                border: none;
                outline: none;
            }

            img {
                position: relative;
            }
        }

        .title-advice {
            font-family: Lato;
            font-size: 56px;
            font-weight: 700;
            line-height: 67.2px;
            text-align: center;
            color: #00396F;
        }

        .description-advice {
            font-family: Lato;
            font-size: 16px;
            font-weight: 400;
            line-height: 19.2px;
            max-width: 901.47px;
            height: 279.28px;
            top: 266.5px;
        }

        .more-advice {
            display: inline-flex;
            gap: 8px;

            a {
                font-weight: 700;
                color: #00396F;
            }

        }
    }
}

.recursos-anamomia-page {
    .singular-card-recurso-anatomia {
        position: relative;
        overflow: hidden;
        border-radius: 22px;
        -webkit-border-radius: 22px;
        -moz-border-radius: 22px;
        -ms-border-radius: 22px;
        -o-border-radius: 22px;
        height: 100%;
        display: flex;
        flex-direction: column;

        .content-img {
            position: relative;

            img {
                height: 132px;
            }

            .content-icon-favorite {
                position: absolute;
                top: 10px;
                right: 10px;
                width: 26px;
                height: 26px;
                background-color: #FFF;
                display: flex;
                justify-content: center;
                align-items: center;
                border-radius: 50px;
                -webkit-border-radius: 50px;
                -moz-border-radius: 50px;
                -ms-border-radius: 50px;
                -o-border-radius: 50px;
            }
        }

        h3 {
            color: #00396F;
            font-size: 1.125rem;
            line-height: 1;
            font-weight: 700;
            min-height: 36px;
        }

        .author-published {
            color: #828282;
            font-size: 0.75rem;
        }

        .description {
            line-height: 1;
            display: -webkit-box;
            -webkit-line-clamp: 3;
            -webkit-box-orient: vertical;
            overflow: hidden;
            text-overflow: ellipsis;
        }

        .body-card-recurso-anatomia {
            background-color: #F3F3F3;
            height: 100%;
            flex: 1;
            display: flex;
            flex-direction: column;
            justify-content: space-between;

        }

        .btn-descargar {
            display: inline-block;
            padding: 6px 12px;
            background-color: #00396F;
            color: #FFF;
            font-size: 0.75rem;
            z-index: 2;
            text-decoration: none;
            border-radius: 10px;
            -webkit-border-radius: 10px;
            -moz-border-radius: 10px;
            -ms-border-radius: 10px;
            -o-border-radius: 10px;
        }

        .btn-guia {
            display: inline-block;
            padding: 6px 12px;
            color: #00396F;
            font-size: 0.75rem;
            z-index: 2;
            text-decoration: none;
            font-weight: 700;
            border-radius: 10px;
            -webkit-border-radius: 10px;
            -moz-border-radius: 10px;
            -ms-border-radius: 10px;
            -o-border-radius: 10px;
        }

        .link-page {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            z-index: 1;
        }
    }

    .singular-card-encuentra {
        background-color: #F3F3F3;
        overflow: hidden;
        border-radius: 22px;
        -webkit-border-radius: 22px;
        -moz-border-radius: 22px;
        -ms-border-radius: 22px;
        -o-border-radius: 22px;

        .content-img {
            img {
                width: 100%;
                height: 100%;
            }
        }

        h3 {
            font-size: 1.250rem;
            font-weight: 700;
            line-height: 1;
        }

        .btn-ver {
            display: inline-block;
            text-decoration: none;
            padding: 7px 2.5rem;
            font-size: 0.75rem;
            border: 1px solid #00396F;
            color: #00396F;
            border-radius: 10px;
            -webkit-border-radius: 10px;
            -moz-border-radius: 10px;
            -ms-border-radius: 10px;
            -o-border-radius: 10px;
        }

        .body-card-encuentra {
            position: relative;

            .content-icon-favorite {
                position: absolute;
                top: 10px;
                right: 10px;
                width: 26px;
                height: 26px;
                background-color: #FFF;
                display: flex;
                justify-content: center;
                align-items: center;
                border-radius: 50px;
                -webkit-border-radius: 50px;
                -moz-border-radius: 50px;
                -ms-border-radius: 50px;
                -o-border-radius: 50px;
            }
        }
    }

    .slick-track {
        margin: 0;
    }

    .slick-slider {
        .slick-next {
            right: -6px;
        }

        .slick-prev {
            left: -6px;
        }
    }

}

.recurso-anamomia-page {
    h5 {
        color: #002C6F;
    }

    .author-content {
        .author-name {
            font-size: 0.875rem;
        }

        .author-specialty {
            color: #7A7A7A;
            font-size: 0.75rem;
        }
    }
}

.modal {
    .modal-content {
        border-radius: 20px;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        -ms-border-radius: 20px;
        -o-border-radius: 20px;
    }
}

.modal-recurso {
    h5 {
        font-size: 2.5rem;
        color: #002C6F;
        font-weight: 700;
    }

    .author-organiza {
        span:first-child {
            color: #002C6F;
            font-weight: 700;
        }
    }
}


@media(min-width: 1200px) {
    .modal-recurso {
        .info-modal {
            width: 75%;
            margin-left: auto;
            margin-right: auto;
        }

        h5 {
            width: 75%;
            margin-left: auto;
            margin-right: auto;
        }
    }

    .overflow-auto {
        scrollbar-width: thin;
    }
}