* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    outline:none !important;
}
body {
    background: #ebebeb;
    font-family: 'Playfair Display', serif;
    font-size: 14px;
    font-weight: 400;
    overflow-wrap: break-word;
}
a {
    color: #1b2747;
}
a:hover {
    color: #1b2747;
}
a:visited {
    color: #1b2747;
}
a:focus {
    color: #1b2747;
}
p {
    margin-top: 0;
    margin-bottom: 0rem;
}
ul {
    margin-top: 0;
    margin-bottom: 0rem;
}
/* Contend Menu*/

.principal {
    background: url('../images/bg_principal.png') no-repeat center;
    background-size: cover;
    color: #1b2747;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    /*text-align: center;*/
    padding-top: 50px;
    padding-bottom: 50px;
}
.menu-box {
    font-family: 'Playfair Display', serif;
    font-size: 18px;
    font-weight: bold;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
}
.menu-box li {
    position: relative;
    width: 25%;
    float: left;
    padding: 0.625rem;
    display: -webkit-flex;
    display: flex;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: width 0.3s ease-out;
    transition: width 0.3s ease-out;
    text-decoration: none;
}
.menu-box li .box {
    position: relative;
    padding: 8px;
    background: #FFF;
    overflow: hidden;
    display: block;
    width: 100%;
    text-align: center;
    border: 1px solid #f08500;
    color: #1b2747;
    text-decoration: none;
    position: relative;
}
.menu-box li .box:hover {
    background: #1b2747;
    color: white;
}
.active2 {
    content: '';
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 1px;
    border-width: 0 0 2.5px;
    border-style: solid;
}
/* Buscador */

.form-serach {
    border: none;
    -webkit-box-shadow: 0px 0px 21px -1px rgba(0, 0, 0, 0.48);
    -moz-box-shadow: 0px 0px 21px -1px rgba(0, 0, 0, 0.48);
    box-shadow: 0px 0px 21px -1px rgba(0, 0, 0, 0.48);
    font-family: Helvetica, sans-serif;
}
.btn-search {
    font-size: 14px;
    font-family: Helvetica, sans-serif;
    color: #1b2747;
    background-color: #f08500;
    border-color: #f08500;
    -webkit-box-shadow: 0px 0px 21px -1px rgba(0, 0, 0, 0.48);
    -moz-box-shadow: 0px 0px 21px -1px rgba(0, 0, 0, 0.48);
    box-shadow: 0px 0px 21px -1px rgba(0, 0, 0, 0.48);
}
.btn-search:hover {
    background-color: rgb(255, 165, 0);
    border-color: rgb(225, 228, 228);
    box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.3);
}
.btn-search:focus, .btn-search.focus {
    box-shadow: 0 0 0 3px rgba(65, 154, 86, 0.5);
}
.btn-fantasma {
    font-family: Helvetica, sans-serif;
    color: #1b2747;
    background-color: white;
    border-color: #f08500;
    border: 1px solid #f08500;
    border-radius: 0;
    width: 40%;
}
.btn-fantasma:hover {
    background-color:#1b2747;
    color: #FFF;
}
.btn-fantasma:focus, .btn-search.focus {
    color: #1b2747;
    color: #FFF;
}
/*Titulo*/

.box-titulo {
    position: absolute;
    left: 15px;
    width: 40%;
    padding: 8px 5px 8px 30px;
    background: #FFFFFF;
    border: 1px solid #f08500;
   /* z-index: 1;*/
    color: #000000;
    font-size: 20px;
    font-weight: 700;
}
.box-titulo:before, .box-titulo:after {
    content: "";
    position: absolute;
    z-index: -2;
}
.lifted:before, .lifted:after {
    bottom: 15px;
    left: 10px;
    width: 50%;
    height: 20%;
    max-width: 300px;
    max-height: 100px;
    -webkit-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
    -moz-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
    box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
    -webkit-transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
    transform: rotate(-3deg);
}
.lifted:after {
    right: 10px;
    left: auto;
    -webkit-transform: rotate(3deg);
    -moz-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    -o-transform: rotate(3deg);
    transform: rotate(3deg);
}
hr {
    border: 0;
    height: 0;
    border-bottom: 1px solid rgba(255, 165, 0);
    border-top: 1px solid rgba(255, 165, 0);
    margin-top: 43px;
}
.row-libro {
    margin-left: 15px;
    margin-right: 15px;
}
/* box libros*/

.box-libro {
    width: 100%;
    height: 490px;
    background: #FFF;
    padding: 20px 10px 10px 10px;
    -webkit-box-shadow: 0px 0px 42px -7px rgba(0, 0, 0, 0.65);
    -moz-box-shadow: 0px 0px 42px -7px rgba(0, 0, 0, 0.65);
    box-shadow: 0px 0px 42px -7px rgba(0, 0, 0, 0.65);
    margin-bottom: 20px;
}
.box-libro-02 {
    width: 100%;
    height: 370px;
    background: #FFF;
    padding: 30px 30px 30px 30px;
    -webkit-box-shadow: 0px 0px 42px -7px rgba(0, 0, 0, 0.65);
    -moz-box-shadow: 0px 0px 42px -7px rgba(0, 0, 0, 0.65);
    box-shadow: 0px 0px 42px -7px rgba(0, 0, 0, 0.65);
}
/* Saltos */

.divider-1 {
    margin-bottom: 2.3rem;
}
.divider-2 {
    margin-bottom: 4rem;
}
.imagen {
    width: 100%;
    flex: 0 0 100%;
}
/*Filtro*/

.box-filto-1 {
    width: 100%;
    background: #FFF;
    padding: 30px 30px 30px 30px;
    -webkit-box-shadow: 0px 0px 42px -7px rgba(0, 0, 0, 0.65);
    -moz-box-shadow: 0px 0px 42px -7px rgba(0, 0, 0, 0.65);
    box-shadow: 0px 0px 42px -7px rgba(0, 0, 0, 0.65);
}
.box-filto-2 {
    width: 100%;
    background: #FFF;
    padding: 4px;
    position: relative;
    height: 50px;
    margin-bottom: 20px;
    display: flex;
    justify-content: left;
    align-items: center;
}
.box-filto-2:before, .box-filto-2:after {
    content: "";
    position: absolute;
    z-index: -2;
}
/*Titulos y parrafos*/

.titulo-01 {
    font-size: 18px;
    text-align: center;
    font-weight: 700;
}
.titulo-02 {
    font-size: 30px;
    font-weight: 700;
}
.titulo-03 {
    font-size: 20px;
    font-weight: 400;
}
.titulo-04 {
    font-size: 25px;
    font-weight: 400;
    padding-left: 10px;
}
.parrafo-01 {
    font-size: 12px;
    margin-bottom: 0rem;
    text-align: center;
    line-height: 25px;
}
.parrafo-02 {
    font-size: 16px;
    margin-bottom: 0rem;
    line-height: 30px;
}
/*colores*/

.color-azul {
    color: #006fbe;
}
.color-blanco {
    color: #FFF;
}
.color-negro {
    color: #1b2747;
}
.color-cafe {
    color: #bb8347;
}
.color-verde {
    color: #7f9777;
}
.color-azul-2 {
    color: #5b7782;
}
.color-amarillo {
    color: #e1b92b;
}
.color-rojo {
    color: #ad1e1e;
}
.color-gris {
    color: #cbcbcb;
}
.color-blue {
    color: #a3bfd9;
}
/*Listas*/

.lista-1 li {
    list-style: none;
    line-height: 35px;
}
hr.divider-3 {
    border: 0;
    height: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    border-top: 1px solid rgba(0, 0, 0, 0.3);
    margin-top: 15px;
    margin-bottom: 15px;
}
input[type="checkbox"] {
    width: 30px;
    height: 30px;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: url('../images/unchecked.png');
    margin-left: 0px;
}
input[type="checkbox"]:checked {
    background: url('../images/checked.png');
}
input[type="checkbox"]:focus {
    outline: none;
}
.form-check {
    margin-bottom: 10px;
}
.form-check-label {
    padding-top: 8px;
    padding-left: 40px;
}
.box-boton {
    width: 100%;
    flex: 0 0 100%;
}
.box-boton-01 {
    width: 33.3333%;
    flex: 0 0 33.333%;
}
/* Form Search */

.form-avanzada {
    background: transparent;
    border: none;
    border-bottom: 1px solid #b6985a;
    border-radius: 0;
    margin-bottom: 30px;
    padding: 10px;
}
.form-avanzada:focus {
    outline: 0px;
    box-shadow: none;
    border-bottom: 2px solid #b6985a;
}
.divider-4 {
    width: 100%;
    height: 6px;
    background: #f08500;
}
ul.lista-01 {
    margin-left: 15px;
    padding: 5px;
    list-style-type: disc;
    line-height: 30px;
}
.lista-01 li a {
    color: #1b2747;
}
ul.lista-02 {
    margin-left: 15px;
    padding: 5px;
    list-style-type: disc;
    line-height: 50px;
    font-size: 25px;
}
.lista-02 li a {
    color: #1b2747;
}
*, *::before, *::after {
    box-sizing: inherit;
}
/* Checkboox */

.inputGroup {
    border: 1px solid #f08500;
    background-color: #000000;
    display: block;
    margin: 10px 0;
    position: relative;
}
.inputGroup:before, .inputGroup:after {
    content: "";
    position: absolute;
    z-index: -2;
}
.bg-cafe {
    background: #bb8347;
}
.bg-verde {
    background: #7f9777;
}
.bg-azul {
    background: #5b7782;
}
.bg-amarillo {
    background: #e1b92b;
}
.bg-rojo {
    background: #ad1e1e;
}
.bg-gris {
    background: #ebebeb;
}
.bg-blue {
    background: #1b2747;
}
.bg-blanco {
    background: #FFFFFF;
}
.inputGroup label {
    padding: 12px 30px;
    width: 100%;
    display: block;
    text-align: left;
    cursor: pointer;
    position: relative;
    z-index: 2;
    transition: color 200ms ease-in;
    overflow: hidden;
    font-size: 20px;
}
.inputGroup label:before {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    content: "";
    background-color: transparent;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) scale3d(1, 1, 1);
    transform: translate(-50%, -50%) scale3d(1, 1, 1);
    transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
    opacity: 0;
    z-index: -1;
    border-color: #f08500;
}
.inputGroup label:after {
    width: 32px;
    height: 32px;
    content: "";
    border: 2px solid #d1d7dc;
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.414 11L4 12.414l5.414 5.414L20.828 6.414 19.414 5l-10 10z' fill='%23fff' fill-rule='nonzero'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: 2px 3px;
    border-radius: 50%;
    z-index: 2;
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
    transition: all 200ms ease-in;
    border-color: #f08500;
}
.inputGroup input:checked~label:before {
    -webkit-transform: translate(-50%, -50%) scale3d(56, 56, 1);
    transform: translate(-50%, -50%) scale3d(56, 56, 1);
    opacity: 1;
}
.inputGroup input:checked~label:after {
    background-color: #f08500;
}
.inputGroup input {
    width: 32px;
    height: 32px;
    order: 1;
    z-index: 2;
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
    visibility: hidden;
    border-color: #f08500;
}
ul.pagination {
    display: inline-block;
    padding: 0;
    margin: 0;
}
ul.pagination li {
    display: inline;
}
ul.pagination li a {
    color: white !important;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
    background-color: #1b2747 !important;
    border-color: #1b2747 !important;
    border: 1px solid #1b2747;
    margin: 0 4px;
    border-radius: 5px;
    cursor: pointer;
}
ul.pagination li a:hover {
    background-color: #659AD2 !important;
    border-color: #659AD2 !important;
    color: #FFF !important;
}
ul.pagination li a.active {
    background-color: #659AD2 !important;
    color: white;
    border: 1px solid #659AD2 !important;
    border-radius: 5px;
}
.page-item.active .page-link {
    background-color: #f08500 !important;
    border-color: #f08500 !important;
}
.salto_btn {
    padding-top: 20px;
}
.salto_btn_3 {
    padding-top: 110px;
}
.libro {
    margin-top: 70px;
}
[class*="btn"] {
    cursor: pointer;
}
.form-control {
    font-size: 14px;
}
.btn.btn-primary-2 {
    background-color: #1b2747;
    color: #FFFFFF;
    text-align: left;
    padding-left: 26px;
    padding-top: 15px;
    padding-bottom: 5px;
    border: 1px solid #002F56;
    border-radius: 0rem;
    font-size: 19.5px;
}
.btn.btn-primary-2:hover, .btn.btn-primary-2:focus, .btn.btn-primary-2.focus {
    background-color: #f08500 !important;
    box-shadow: 0 14px 26px -12px rgba(0, 47, 86, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 47, 86, 0.2);
}
.btn-primary-2:focus, .btn-primary-2.focus {
    background-color: #f08500 !important;
    box-shadow: 0 14px 26px -12px rgba(0, 47, 86, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 47, 86, 0.2) !important;
}

.example {
    -webkit-columns: 4 150px;
    -moz-columns: 4 150px;
    columns: 3 150px;
    -webkit-column-gap: 2em;
    -moz-column-gap: 2em;
    column-gap: 2em;
}
.card-pre{
    margin-top: 50px;
    margin-bottom: 50px;
    border: none;
    border-radius: 0rem;
    -webkit-box-shadow: 0px 0px 42px -7px rgba(0, 0, 0, 0.65);
    -moz-box-shadow: 0px 0px 42px -7px rgba(0, 0, 0, 0.65);
    box-shadow: 0px 0px 42px -7px rgba(0, 0, 0, 0.65);
}

.linea-divider{
    border: 0.5px solid #e9ecef;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
}

.titulo-comite {
    font-size: 18px;
    font-weight: 700;
}


@media only screen and (max-width: 768px) {
    .box-libro {
        margin-bottom: 20px;
        height: 520px;
    }
    .box-libro-02 {
        height: auto;
    }
    .salto_btn_3 {
        padding-top: 62px;
    }
    .libro {
        margin-top: 170px;
    }
}
@media only screen and (max-width: 500px) {
    .menu-box {
        font-size: 12px;
    }
    .principal {
        padding-top: 20px;
    }
    .salto_btn {
        padding-top: 20px;
    }
    .salto_btn_2 {
        padding-top: 20px;
    }
    .salto_btn_3 {
        padding-top: 0px;
    }
    .box-titulo {
        width: 100%;
        font-size: 20px;
        bottom: 20px;
    }
    .box-libro {
        margin-bottom: 20px;
        height: auto;
    }
    .box-libro-02 {
        height: auto;
    }
    .titulo-02 {
        font-size: 20px;
    }
    .parrafo-02 {
        font-size: 14px;
    }
    .divider-1 {
        margin-bottom: 0.5rem;
    }
    .divider-2 {
        margin-bottom: 2rem;
    }
    ul.lista-02 {
        line-height: 30px;
        font-size: 16px;
    }
    h2 {
        font-size: 1.5rem;
    }
}