@charset "UTF-8";
/* Animations */
@-webkit-keyframes bounce { 0%, 20%, 50%, 80%, 100% { -webkit-transform: translateY(0); transform: translateY(0); }
  40% { -webkit-transform: translateY(-5px); transform: translateY(-5px); }
  60% { -webkit-transform: translateY(-5px); transform: translateY(-5px); } }
@keyframes bounce { 0%, 20%, 50%, 80%, 100% { -webkit-transform: translateY(0); transform: translateY(0); }
  40% { -webkit-transform: translateY(-5px); transform: translateY(-5px); }
  60% { -webkit-transform: translateY(-5px); transform: translateY(-5px); } }
/*Scale animation*/
@-webkit-keyframes scale { 25% { -webkit-transform: scale(0.95); transform: scale(0.95); }
  75% { -webkit-transform: scale(1.05); transform: scale(1.05); } }
@keyframes scale { 25% { -webkit-transform: scale(0.95); transform: scale(0.95); }
  75% { -webkit-transform: scale(1.05); transform: scale(1.05); } }
@font-face { font-family: 'Ancizar-Sans-BlackItalic'; src: url("../fonts/Ancizar-Sans/AncizarSans-BlackItalic.eot"); src: url("../fonts/Ancizar-Sans/AncizarSans-BlackItalic.woff2") format("woff2"), url("../fonts/Ancizar-Sans/AncizarSans-BlackItalic.woff") format("woff"), url("../fonts/Ancizar-Sans/AncizarSans-BlackItalic.ttf") format("truetype"), url("../fonts/Ancizar-Sans/AncizarSans-BlackItalic.svg#AncizarSans-BlackItalic") format("svg"), url("../fonts/Ancizar-Sans/AncizarSans-BlackItalic.eot?#iefix") format("embedded-opentype"); font-weight: normal; font-style: normal; }
@font-face { font-family: 'Ancizar-Sans-Bold'; src: url("../fonts/Ancizar-Sans/AncizarSans-Bold.eot"); src: url("../fonts/Ancizar-Sans/AncizarSans-Bold.woff2") format("woff2"), url("../fonts/Ancizar-Sans/AncizarSans-Bold.woff") format("woff"), url("../fonts/Ancizar-Sans/AncizarSans-Bold.ttf") format("truetype"), url("../fonts/Ancizar-Sans/AncizarSans-Bold.svg#AncizarSans-Bold") format("svg"), url("../fonts/Ancizar-Sans/AncizarSans-Bold.eot?#iefix") format("embedded-opentype"); font-weight: normal; font-style: normal; }
@font-face { font-family: 'Ancizar-Sans-BoldItalic'; src: url("../fonts/Ancizar-Sans/AncizarSans-BoldItalic.eot"); src: url("../fonts/Ancizar-Sans/AncizarSans-BoldItalic.woff2") format("woff2"), url("../fonts/Ancizar-Sans/AncizarSans-BoldItalic.woff") format("woff"), url("../fonts/Ancizar-Sans/AncizarSans-BoldItalic.ttf") format("truetype"), url("../fonts/Ancizar-Sans/AncizarSans-BoldItalic.svg#AncizarSans-BoldItalic") format("svg"), url("../fonts/Ancizar-Sans/AncizarSans-BoldItalic.eot?#iefix") format("embedded-opentype"); font-weight: normal; font-style: normal; }
@font-face { font-family: 'Ancizar-Sans-RegularItalic'; src: url("../fonts/Ancizar-Sans/AncizarSans-RegularItalic.eot"); src: url("../fonts/Ancizar-Sans/AncizarSans-RegularItalic.woff2") format("woff2"), url("../fonts/Ancizar-Sans/AncizarSans-RegularItalic.woff") format("woff"), url("../fonts/Ancizar-Sans/AncizarSans-RegularItalic.ttf") format("truetype"), url("../fonts/Ancizar-Sans/AncizarSans-RegularItalic.svg#AncizarSans-RegularItalic") format("svg"), url("../fonts/Ancizar-Sans/AncizarSans-RegularItalic.eot?#iefix") format("embedded-opentype"); font-weight: normal; font-style: normal; }
@font-face { font-family: 'Ancizar-Sans-LightItalic'; src: url("../fonts/Ancizar-Sans/AncizarSans-LightItalic.eot"); src: url("../fonts/Ancizar-Sans/AncizarSans-LightItalic.woff2") format("woff2"), url("../fonts/Ancizar-Sans/AncizarSans-LightItalic.woff") format("woff"), url("../fonts/Ancizar-Sans/AncizarSans-LightItalic.ttf") format("truetype"), url("../fonts/Ancizar-Sans/AncizarSans-LightItalic.svg#AncizarSans-LightItalic") format("svg"), url("../fonts/Ancizar-Sans/AncizarSans-LightItalic.eot?#iefix") format("embedded-opentype"); font-weight: normal; font-style: normal; }
@font-face { font-family: 'Ancizar-Sans-Regular'; src: url("../fonts/Ancizar-Sans/AncizarSans-Regular.eot"); src: url("../fonts/Ancizar-Sans/AncizarSans-Regular.woff2") format("woff2"), url("../fonts/Ancizar-Sans/AncizarSans-Regular.woff") format("woff"), url("../fonts/Ancizar-Sans/AncizarSans-Regular.ttf") format("truetype"), url("../fonts/Ancizar-Sans/AncizarSans-Regular.svg#AncizarSans-Regular") format("svg"), url("../fonts/Ancizar-Sans/AncizarSans-Regular.eot?#iefix") format("embedded-opentype"); font-weight: normal; font-style: normal; }
.book_content { background-color: #E8E8E8; display: block; margin: 70px auto; padding: 10px 80px 30px; width: 95%; }
.book_content .book_breadcrumb { border-bottom: 1px solid #BBBDBE; display: block; font-family: 'Ancizar-Sans-Regular', sans-serif; margin: 0 0 40px 0; padding: 10px 30px 15px 0; width: 100%; }
.book_content .book_breadcrumb li { display: inline-block; list-style: none; margin: 0; padding: 0; position: relative; }
.book_content .book_breadcrumb li .link, .book_content .book_breadcrumb li span { color: #1C536B !important; display: inline-block; font-size: 20px; padding: 10px 20px; }
.book_content .book_breadcrumb li .link:hover, .book_content .book_breadcrumb li .link:active, .book_content .book_breadcrumb li .link:focus, .book_content .book_breadcrumb li span:hover, .book_content .book_breadcrumb li span:active, .book_content .book_breadcrumb li span:focus { text-decoration: none; color: #1C536B; outline: none; text-decoration: none; }
.book_content .book_breadcrumb li span { color: #5D5D5D !important; }
.book_content .book_breadcrumb li span:hover, .book_content .book_breadcrumb li span:active, .book_content .book_breadcrumb li span:focus { color: #5D5D5D; }
.book_content .book_breadcrumb li::after { background-color: #1C536B; border-radius: 50%; content: ''; height: 6px; right: -4px; position: absolute; top: 45%; width: 7px; }
.book_content .book_breadcrumb li:last-child::after { display: none; }
.book_content .book_info { padding: 40px 0 40px 40px; }
.book_content .book_info .book_image { position: relative; text-align: center; }
.book_content .book_info .book_image img { display: inline-block; margin: 0 auto; }
.book_content .book_info .book_details { padding: 0 10px; position: relative; }
.book_content .book_info .book_details .book_name { color: #1C536B !important; display: block; font-family: 'Ancizar-Sans-Bold', sans-serif; font-size: 30px; line-height: 1; margin: 0 0 5px; width: 65%; }
.book_content .book_info .book_details .year { color: #348497; display: block; font-family: 'Ancizar-Sans-RegularItalic', sans-serif; font-size: 22px; line-height: 1.3; }
.book_content .book_info .book_details .book_tabs { margin-top: 30px; position: relative; width: 65%; }
.book_content .book_info .book_details .book_tabs .option_tabs { border: none; margin: 0; padding: 0; position: relative; }
.book_content .book_info .book_details .book_tabs .option_tabs .option { position: relative; }
.book_content .book_info .book_details .book_tabs .option_tabs .option a { background-color: transparent; border: none; color: #1C536B !important; font-family: 'Ancizar-Sans-Bold', sans-serif; font-size: 22px; padding: 10px 25px; position: relative; text-transform: uppercase; }
.book_content .book_info .book_details .book_tabs .option_tabs .option a:hover, .book_content .book_info .book_details .book_tabs .option_tabs .option a:active, .book_content .book_info .book_details .book_tabs .option_tabs .option a:focus { border: none; color: #1C536B; outline: none; text-decoration: none; }
.book_content .book_info .book_details .book_tabs .option_tabs .option:first-child a { padding-left: 0; }
.book_content .book_info .book_details .book_tabs .option_tabs .option:first-child::before { background-color: #1C536B; content: ''; height: 26px; position: absolute; right: 0; top: 12px; width: 1px; }
.book_content .book_info .book_details .book_tabs .option_tabs .active a { border: none; border-radius: 0; color: #53A080 !important; }
.book_content .book_info .book_details .book_tabs .detail_content { margin-top: 20px; }
.book_content .book_info .book_details .book_tabs .detail_content .detail .abstract_content, .book_content .book_info .book_details .book_tabs .detail_content .detail .description_content { position: relative; }
.book_content .book_info .book_details .book_tabs .detail_content .detail .abstract_content p, .book_content .book_info .book_details .book_tabs .detail_content .detail .description_content p { font-size: 19px !important; line-height: 1.3; margin: 0; }
.book_content .book_info .book_details .book_tabs .detail_content .detail .abstract_content p strong, .book_content .book_info .book_details .book_tabs .detail_content .detail .description_content p strong { color: #1C536B !important; font-family: 'Ancizar-Sans-Bold', sans-serif; font-weight: inherit; }
.book_content .book_info .book_details .book_tabs .detail_content .detail .abstract_content p strong em, .book_content .book_info .book_details .book_tabs .detail_content .detail .description_content p strong em { color: #59595C !important; font-family: 'Ancizar-Sans-BoldItalic', sans-serif; font-style: inherit; }
.book_content .book_info .book_details .book_tabs .detail_content .detail .abstract_content p em, .book_content .book_info .book_details .book_tabs .detail_content .detail .description_content p em { font-style: inherit; }
.book_content .book_info .book_details .book_tabs .detail_content .detail .abstract_content p em strong, .book_content .book_info .book_details .book_tabs .detail_content .detail .description_content p em strong { color: #59595C !important; font-family: 'Ancizar-Sans-BoldItalic', sans-serif; font-size: 21px; }
.book_content .book_info .book_details .book_actions { margin: 0; padding: 0; position: absolute; right: 0; top: 0; width: 25%; }
.book_content .book_info .book_details .book_actions .actions { margin: 0; padding: 0; position: relative; }
.book_content .book_info .book_details .book_actions .actions .action { background-color: #368280; list-style: none; margin: 10px 0; padding: 0; position: relative; }
.book_content .book_info .book_details .book_actions .actions .action a:hover, .book_content .book_info .book_details .book_actions .actions .action a:active, .book_content .book_info .book_details .book_actions .actions .action a:focus { outline: none; text-decoration: none; }
.book_content .book_info .book_details .book_actions .actions .action .price, .book_content .book_info .book_details .book_actions .actions .action .un, .book_content .book_info .book_details .book_actions .actions .action .book, .book_content .book_info .book_details .book_actions .actions .action .ebook { color: #fff !important; display: block; font-family: 'Ancizar-Sans-Bold', sans-serif; font-size: 20px; height: 62px; padding: 10px 15px 10px 70px; position: relative; text-align: center; text-transform: uppercase; }
.book_content .book_info .book_details .book_actions .actions .action .price::after, .book_content .book_info .book_details .book_actions .actions .action .un::after, .book_content .book_info .book_details .book_actions .actions .action .book::after, .book_content .book_info .book_details .book_actions .actions .action .ebook::after { background-color: #fff; content: ''; height: 50%; left: 60px; position: absolute; top: 25%; width: 1px; }
.book_content .book_info .book_details .book_actions .actions .action .price::before, .book_content .book_info .book_details .book_actions .actions .action .book::before, .book_content .book_info .book_details .book_actions .actions .action .ebook::before, .book_content .book_info .book_details .book_actions .actions .action .free::before { color: #fff; content: 'Físico'; font-family: 'Ancizar-Sans-LightItalic', sans-serif; font-size: 15px; left: 13px; line-height: 1.4; position: absolute; text-transform: uppercase; top: 23px; }
.book_content .book_info .book_details .book_actions .actions .action .ebook::before { content: 'e-Book'; left: 8px; }
.book_content .book_info .book_details .book_actions .actions .action .price { font-size: 28px; line-height: 1.6; }
.book_content .book_info .book_details .book_actions .actions .action .price::before { content: '$'; font-family: 'Ancizar-Sans-Bold', sans-serif; font-size: 35px; left: 20px; top: 7px; }
.book_content .book_info .book_details .book_actions .actions .action .un { padding-bottom: 0; padding-top: 0; }
.book_content .book_info .book_details .book_actions .actions .action .un img { display: inline-block; width: 65%; }
.book_content .book_info .book_details .book_actions .actions .action .free { line-height: 1; padding-top: 11px; }
.book_content .book_info .book_details .book_actions .actions .action .free span { line-height: 0.5; }
.book_content .book_info .book_details .book_actions .actions .action .free::before { background: url(http://www.humanas.unal.edu.co/2017/investigacion/application/files/4415/2088/3551/VECTORES-12.png) no-repeat 0 0 transparent; content: ''; height: 50px; width: 30px; background-size: 45px; background-position-x: -7px; top: 10px; left: 14px; }
.book_content .book_info .book_details .book_actions .actions .action .other::before, .book_content .book_info .book_details .book_actions .actions .action .other::after { display: none; }
.book_content .book_info .book_details .book_actions .actions .siglo .book, .book_content .book_info .book_details .book_actions .actions .siglo .ebook { font-size: 22px; line-height: 1; padding-left: 75px; padding-right: 30px; text-transform: inherit; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

@media screen and (max-width: 1500px) { .book_content .book_info .book_details .book_actions .actions .action .un img { width: 100%; }
  .book_content .book_info .book_details .book_name { font-size: 28px; } }
@media screen and (max-width: 40em) { .book_content { width: 100%; margin: 0; background-color: #fff; padding: 25px; }
  .book_content .book_breadcrumb { display: none; }
  .book_content .book_info { padding: 15px 0; }
  .book_content .book_info .book_details .book_name { width: 100%; font-size: 21px; margin-bottom: 10px; }
  .book_content .book_info .book_details { padding: 30px 15px; }
  .book_content .book_info .book_details .year { font-size: 19px; }
  .book_content .book_info .book_details .book_actions { position: static; width: 100%; margin-top: 20px; }
  .book_content .book_info .book_details .book_tabs { width: 100%; margin-top: 20px; }
  .book_content .book_info .book_details .book_tabs .option_tabs .option a { font-size: 20px; }
  .book_content .book_info .book_details .book_tabs .detail_content .detail .abstract_content p, .book_content .book_info .book_details .book_tabs .detail_content .detail .description_content p { font-size: 17px !important; line-height: 1.4; }
  .book_content .book_info .book_details .book_actions .actions .action .price, .book_content .book_info .book_details .book_actions .actions .action .un, .book_content .book_info .book_details .book_actions .actions .action .book, .book_content .book_info .book_details .book_actions .actions .action .ebook, .book_content .book_info .book_details .book_actions .actions .action .free { font-size: 21px; padding: 10px 10px 10px 35px; height: auto; }
  .book_content .book_info .book_details .book_actions .actions .action .price::before, .book_content .book_info .book_details .book_actions .actions .action .book::before, .book_content .book_info .book_details .book_actions .actions .action .ebook::before, .book_content .book_info .book_details .book_actions .actions .action .free::before { font-size: 23px; top: 50%; line-height: 1; -webkit-transform: translateY(-50%); transform: translateY(-50%); height: auto; left: 12px; }
  .book_content .book_info .book_details .book_actions .actions .action .free::before { height: 35px; width: 20px; background-size: cover; }
  .book_content .book_info .book_details .book_actions .actions .action .book::before, .book_content .book_info .book_details .book_actions .actions .action .ebook::before { font-size: 13px; }
  .book_content .book_info .book_details .book_actions .actions .siglo .book, .book_content .book_info .book_details .book_actions .actions .siglo .ebook { font-size: 18px; padding: 12px 10px 5px 40px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
  .book_content .book_info .book_details .book_actions .actions .action .un { -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; display: -webkit-box; display: -ms-flexbox; display: flex; }
  .book_content .book_info .book_details .book_actions .actions .action .un img { width: 70%; }
  .book_content .book_info .book_details .book_actions .actions .action .price::after, .book_content .book_info .book_details .book_actions .actions .action .book::after, .book_content .book_info .book_details .book_actions .actions .action .ebook::after, .book_content .book_info .book_details .book_actions .actions .action .un::after { display: none; }
  .book_content .book_info .book_details .book_actions .actions .action { width: calc(50% - 5px); margin-bottom: 0; }
  .book_content .book_info .book_details .book_actions .actions .action:nth-of-type(2n) { margin-left: 5px; }
  .book_content .book_info .book_details .book_actions .actions .action:nth-of-type(2n + 1) { margin-right: 5px; }
  .book_content .book_info .book_details .book_actions .actions { width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; }
  .book_content .book_info .book_details .book_actions .actions .action .free { -ms-flex-wrap: wrap; flex-wrap: wrap; font-size: 17px; -webkit-box-align: center; -ms-flex-align: center; align-items: center; padding-right: 20px; }
  .book_content .book_info .book_details .book_actions .actions .action .free span { line-height: 0.8; }
  .book_content .book_info .book_details .book_actions .actions .action .un.free::before .book_content .book_info .book_details .book_actions .actions .action .un.free::after { display: none; } }
