@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ul, ol,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
  font-family: sans-serif;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a, a:hover {
  text-decoration: none;
  outline: none;
  color: inherit;
}

img {
  display: block;
  max-width: 100%;
}

.cover {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.absolute {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
}

.img-holder {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
}
.img-holder.img-full {
  padding-bottom: 100%;
}
.img-holder.img-std {
  padding-bottom: 75%;
}
.img-holder.img-wide {
  padding-bottom: 40%;
}

.list-unstyled {
  list-style: none;
  margin: 0;
  padding: 0;
}

.flex-1 {
  flex: 1;
}

.full-height {
  position: relative;
  height: 100%;
}

.iframe-container {
  position: relative;
  padding-bottom: 56.25%;
}
.iframe-container > * {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.container {
  max-width: 1200px;
  position: relative;
  padding-left: 30px;
  padding-right: 30px;
}

h1, h2, h3, h4, h5, h6, p {
  margin: 0;
  font-size: 1em;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
}

.relative {
  position: relative;
}

.row-grid {
  margin: -15px;
}
.row-grid > * {
  padding: 15px;
}

.row-grid-big {
  margin: -30px;
}
.row-grid-big > * {
  padding: 30px;
}

.row-grid-small {
  margin: -7.5px;
}
.row-grid-small > * {
  padding: 7.5px;
}

.animated {
  animation-duration: 0.3s;
}

.text-uppercase {
  text-transform: uppercase;
}

.wow {
  animation-duration: 1s;
}

.slider {
  position: relative;
}

section {
  position: relative;
}

.img-fluid {
  width: 100%;
}

.wrapper {
  position: relative;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

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

input, select, button {
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  box-shadow: none;
  outline: none;
  font: inherit;
  color: inherit;
}
input::placeholder, select::placeholder, button::placeholder {
  color: inherit;
}

strong, b {
  font-weight: bold;
}

@font-face {
  font-family: "IAIPY Serif";
  src: url("../fonts/iaipy-serif.woff") format("woff");
  font-display: auto;
  font-style: normal;
  font-weight: normal;
  font-stretch: normal;
}
@font-face {
  font-family: "IAIPY";
  src: url("../fonts/iaipy-italic.woff") format("woff");
  font-display: auto;
  font-style: italic;
  font-weight: normal;
  font-stretch: normal;
}
@font-face {
  font-family: "IAIPY";
  src: url("../fonts/iaipy-bold.woff") format("woff");
  font-display: auto;
  font-style: normal;
  font-weight: bold;
  font-stretch: normal;
}
@font-face {
  font-family: "IAIPY";
  src: url("../fonts/iaipy.woff") format("woff");
  font-display: auto;
  font-style: normal;
  font-weight: normal;
  font-stretch: normal;
}
@font-face {
  font-family: "IAIPY";
  src: url("../fonts/iaipy-light.woff") format("woff");
  font-display: auto;
  font-style: normal;
  font-weight: 300;
  font-stretch: normal;
}
body {
  font-size: 15px;
  font-family: IAIPY, sans-serif;
  font-weight: 300;
  color: #5a5a5e;
}
body.menu-active {
  overflow: hidden;
}
body.menu-active .header .logo {
  display: none;
}
body.menu-active .header .logo-alt {
  display: block;
}
body.solid .top, body.solid .header {
  color: #fff;
  background: #00abe6;
  position: relative;
}
body.solid .header {
  top: auto;
}
body.solid .header .logo {
  display: none;
}
body.solid .header .logo-solid {
  display: block;
}

b, strong {
  font-weight: 600;
}

.content-html {
  line-height: 1.25;
}
.content-html > *:not(:first-child) {
  margin-top: 1em;
}
.content-html img {
  margin: 1em auto;
}
.content-html ul {
  list-style: none;
}
.content-html ul li::before {
  content: "•";
  color: #00abe6;
  font-size: 2em;
  margin-right: 0.5em;
  line-height: 1;
}
.content-html p a {
  color: #00305e;
}
.content-html p a:hover {
  text-decoration: underline;
}

.container-md {
  max-width: 768px;
}

.container-sm {
  max-width: 576px;
}

#staff .staff {
  line-height: 1.25;
}
#staff .staff a {
  background: #0072b1;
  color: #fff;
  width: 1.5em;
  line-height: 1.5;
  text-align: center;
}
#staff .staff .img-holder {
  background: #00305e;
}
#staff .staff-single {
  text-align: center;
}
#staff p {
  font-weight: 300;
}

main {
  position: relative;
  overflow: hidden;
}

.mobile-only ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.mobile-only ul > li {
  margin-left: 15px;
}
.mobile-only ul > li > a {
  width: 2em;
  line-height: 2;
  text-align: center;
  border-radius: 50%;
  display: block;
}
.mobile-only ul > li > a.solid {
  background: #00305e;
}

.nav, .main-nav, .social-nav {
  position: relative;
  z-index: 1;
  font-weight: bold;
}
.nav ul, .main-nav ul, .social-nav ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.nav ul > li:hover .dropdown-menu, .main-nav ul > li:hover .dropdown-menu, .social-nav ul > li:hover .dropdown-menu {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
.nav .dropdown-menu, .main-nav .dropdown-menu, .social-nav .dropdown-menu {
  position: absolute;
  padding-top: 15px;
  transform: translateY(100%);
  opacity: 0;
  transition: 0.3s;
  visibility: hidden;
  pointer-events: none;
  text-transform: none;
  font-weight: 300;
  font-size: 1.2em;
}
.nav .dropdown-menu ul, .main-nav .dropdown-menu ul, .social-nav .dropdown-menu ul {
  background: #fff;
  color: #00abe6;
  padding: 0.5em;
  display: block;
}
.nav .dropdown-menu ul li, .main-nav .dropdown-menu ul li, .social-nav .dropdown-menu ul li {
  padding: 0.5em;
}

.nav {
  text-transform: uppercase;
  color: #00305e;
  display: flex;
  align-items: center;
  height: 50px;
  position: relative;
  z-index: 1001;
}
.nav .top-nav {
  flex: 1;
}
.nav .top-nav > ul > li:not(:first-child) {
  margin-left: 30px;
}

.top, .bottom {
  color: #00abe6;
}

.main-nav {
  text-transform: uppercase;
}
.main-nav > ul > li:not(:first-child) {
  margin-left: 15px;
}
.main-nav > ul > li a i {
  font-size: 1.25em;
}

.social-nav {
  margin-left: 30px;
}
.social-nav ul li:not(:first-child) {
  margin-left: 7.5px;
}
.social-nav ul li a {
  width: 1.5em;
  line-height: 1.5;
  height: 1.5em;
  text-align: center;
  color: #fff;
  background: #00abe6;
  border-radius: 50%;
}

.header {
  position: absolute;
  top: 50px;
  left: 0;
  right: 0;
  z-index: 1000;
  color: #fff;
  padding: 30px 0;
  font-size: 1.15em;
  transition: 0.3s;
}
.header .logo {
  max-height: 60px;
}
.header .logo-alt, .header .logo-solid {
  display: none;
}
.header.fixed {
  position: fixed;
  top: 0;
  background: #fff;
  color: #00305e;
  padding: 15px 0;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}
.header.fixed .logo {
  display: none;
}
.header.fixed .logo-alt {
  display: block;
}

.hero {
  position: relative;
  color: #fff;
  background: linear-gradient(to bottom, #171e29, #486f94);
}
.hero .slick-slider {
  position: relative;
}
.hero .slick-slider .slick-arrow {
  position: absolute;
  bottom: 0;
  right: 0.5em;
  width: 1.5em;
  line-height: 1.5;
  text-align: center;
  transition: 0.3s;
  background: #9aca3c;
  color: #fff;
  z-index: 1;
  font-size: 2em;
  cursor: pointer;
}
.hero .slick-slider .slick-arrow:hover {
  background: #00305e;
}
.hero .slick-slider .slick-arrow.slick-left {
  right: 2.5em;
}
.hero .item {
  min-height: 660px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 90px 0 135px;
  text-shadow: 0 0 3em #000, 0 0 2em #000;
}
.hero .item::before {
  content: "";
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0) 75%);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none;
  z-index: 1;
}
.hero .item .container {
  z-index: 1;
}
.hero .item h1 {
  font-size: 4em;
}
.hero .item h1 b, .hero .item h1 strong {
  color: #9aca3c;
  font-style: italic;
}
.hero .item .content-html {
  margin-top: 15px;
  font-size: 1.5em;
  font-family: "IAIPY Serif", serif;
}

.hero-after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.footer {
  background: #00305e;
  color: #fff;
  padding: 60px 0;
  z-index: 1;
  position: relative;
}
.footer .footer-logo {
  max-height: 60px;
}
.footer h3 {
  font-size: 1.2em;
  margin-bottom: 15px;
}
.footer .list {
  line-height: 1.25;
}
.footer .list li {
  display: flex;
}
.footer .list li + li {
  margin-top: 7.5px;
}
.footer .list li i {
  width: 1em;
  text-align: center;
  margin-right: 15px;
}
.footer .list li span {
  flex: 1;
}
.footer p a {
  color: inherit;
}

.bg {
  position: absolute;
  pointer-events: none;
  max-width: 20%;
  top: 0;
  right: 0;
  transform: translateY(-120px);
}

.main {
  padding: 60px 0;
}
.main h3 {
  text-transform: uppercase;
  color: #00abe6;
  margin-bottom: 1em;
  display: flex;
  align-items: center;
  font-size: 1.3333333em;
}
.main h3 i {
  margin-left: 7.5px;
}
.main .content-html {
  font-size: 1.5em;
}

.float-left {
  float: left;
  margin-right: 30px;
  margin-bottom: 30px;
}

.share {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}
.share a {
  width: 1.5em;
  line-height: 1.5;
  background: #00305e;
  border-radius: 50%;
  margin-left: 7.5px;
  color: #fff;
  text-align: center;
}

#novedades .content h1 {
  font-size: 2em;
  color: #00305e;
  margin-bottom: 60px;
}
#novedades .text-blocks .inner-container .content-html {
  padding: 30px;
  border: 1px solid;
  font-size: 0.75em;
}

#beneficios .content h1 {
  font-size: 2em;
  color: #00305e;
  margin-bottom: 60px;
}
#beneficios .text-blocks img {
  margin-bottom: 15px;
}
#beneficios .chapter {
  font-size: 0.66666666em;
  text-align: center;
}

.downloads {
  padding: 60px 0;
}
.downloads h1 {
  font-size: 2.5em;
  text-align: center;
  color: #00305e;
  margin-bottom: 60px;
}
.downloads .divider {
  width: 1px;
  background: #ccc;
  height: 100%;
}
.downloads .content-html {
  margin-top: 15px;
  font-size: 1.33333333em;
}
.downloads img {
  max-height: 200px;
}

.info {
  padding: 60px 0;
}
.info h1, .info h2 {
  font-size: 3em;
  color: #00305e;
  margin-bottom: 30px;
  line-height: 1.25;
}
.info .articles h4 {
  color: #555;
  text-transform: uppercase;
  margin-bottom: 7.5px;
}
.info .articles h3 {
  color: #00abe6;
  font-size: 1.5em;
  line-height: 1.25;
  font-weight: normal;
}
.info .articles .img-holder {
  background: #00305e;
}
.info .articles .btn-container {
  margin-top: 15px;
}
.info .articles li + li {
  margin-top: 30px;
}
.info .articles .content-html {
  margin-top: 15px;
}

.news li {
  border-bottom: 1px solid #ccc;
  padding-bottom: 15px;
  margin-bottom: 15px;
  display: flex;
}
.news li .date {
  margin-right: 30px;
  color: #00305e;
}
.news li .date span {
  display: block;
}
.news li .date span + span {
  font-size: 2em;
  font-family: "IAIPY Serif", serif;
}
.news li .date span + span::before {
  content: "";
  height: 2px;
  background: #9aca3c;
  display: block;
  margin: 3.75px auto;
}
.news li h3 {
  flex: 1;
  font-size: 1.75em;
  line-height: 1.25;
  font-weight: 300;
}
.news .btn-container {
  text-align: center;
  margin-top: 30px;
}

section {
  position: relative;
  overflow: hidden;
}

.chapter-bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  max-width: 50%;
  margin: auto;
  max-height: 100%;
}

.chapter h2 {
  font-size: 2em;
  color: #00305e;
  line-height: 1.25;
}
.chapter .btn-container {
  margin-top: 30px;
}

.btn {
  background: #00305e;
  color: #fff;
  padding: 1em 2em;
  border-radius: 2em;
  display: inline-flex;
  text-transform: uppercase;
  text-decoration: none !important;
  font-family: IAIPY, sans-serif;
  font-weight: bold;
  justify-content: center;
}
.btn:hover {
  color: #fff;
}
.btn.btn-secondary {
  background: #9aca3c;
  color: #00305e;
}
.btn.btn-sm {
  padding: 0.5em 1em;
}

#asociarse .content h1 {
  font-size: 1.5em;
  color: #00305e;
  margin-bottom: 15px;
}
#asociarse .content h2 {
  margin: 15px auto 30px;
  font-weight: 300;
  font-size: 1.25em;
}
#asociarse .content h3 {
  font-size: 1.25em;
  color: #00305e;
}
#asociarse .content h4 {
  font-size: 1.25em;
  color: #00305e;
  margin-top: 15px;
  text-align: center;
  fotn-weight: normal;
}

.dropzone {
  padding-bottom: 100%;
  position: relative;
  border: 1px solid #00abe6;
  background: rgba(0, 171, 230, 0.05);
}
.dropzone::before {
  content: "\f03e";
  font-family: "Font Awesome 5 Pro";
  font-size: 6em;
  color: #00abe6;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 1em;
  height: 1em;
  text-align: center;
}
.dropzone input {
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  cursor: pointer;
}

.cta {
  margin: 45px auto;
}
.cta .container {
  overflow: hidden;
}
.cta .content-html {
  font-family: "IAIPY Serif", serif;
  font-size: 1.75em;
}
.cta .inner-container {
  margin: 60px 0;
  max-width: 576px;
  padding: 60px;
  color: #fff;
  position: relative;
  background: rgba(0, 48, 94, 0.9);
}
.cta h1 {
  font-size: 2em;
  margin-bottom: 30px;
}
.cta .btn-container {
  margin-top: 30px;
}

.misc {
  padding: 90px 0;
  background: #00305e;
  color: #fff;
}
.misc h1 {
  font-size: 2.15em;
  margin-bottom: 30px;
}
.misc .btn-container {
  margin-top: 30px;
}
.misc .content-html {
  font-family: "IAIPY Serif", serif;
  font-size: 1.75em;
}

.logos {
  padding: 60px 0;
  text-transform: uppercase;
  color: #000;
}

.has-error {
  border-color: #c00 !important;
}

.content {
  font-size: 1.5em;
  padding: 60px 0;
}
.content.content-sm {
  font-size: 1em;
}

.single-text h3 {
  color: #00305e;
  font-size: 1.5em;
  font-weight: 600;
  margin-bottom: 1em;
}
.single-text .content-html {
  font-family: "IAIPY Serif", serif;
  color: #000;
}

.text-blocks {
  line-height: 1.25;
}
.text-blocks h3 {
  color: #00305e;
  font-size: 1.5em;
  font-weight: 600;
}
.text-blocks h4 {
  color: #00305e;
  margin: 15px auto;
}
.text-blocks .content-html {
  margin-top: 15px;
  font-family: "IAIPY Serif", serif;
  color: #000;
}
.text-blocks .content-html ul {
  column-count: 2;
  column-gap: 45px;
  margin-left: 30px;
}
.text-blocks .content-html ul li {
  margin-bottom: 7.5px;
}

.metas-img {
  transform: translateY(60px);
}

.alert {
  color: #9aca3c;
  text-align: center;
  padding: 0.5em 1em;
  line-height: 1.25;
  border: 1px solid;
}

.contact-form {
  background: #f1f1f1;
  padding: 30px;
}
.contact-form label {
  display: block;
  text-transform: uppercase;
  color: #00305e;
  margin-bottom: 15px;
}
.contact-form input {
  background: none;
  border-bottom: 1px solid #ccc;
  padding-bottom: 7.5px;
  display: block;
  width: 100%;
}
.contact-form textarea {
  resize: none;
  border: 1px solid #ccc;
  background: #fff;
  padding: 0.5em;
  width: 100%;
}
.contact-form .btn-container {
  text-align: center;
}

#accordion dt {
  cursor: pointer;
  font-weight: bold;
  font-size: 1.5em;
  color: #00abe6;
  border-bottom: 1px solid;
  line-height: 1.25;
  padding: 15px 0;
  position: relative;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#accordion dt::after {
  content: "\f055";
  font-family: "Font Awesome 5 Pro";
  font-weight: 500;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  margin-left: 15px;
  color: inherit;
}
#accordion dt.active::after {
  content: "\f056";
}
#accordion dd {
  padding: 30px 0;
  display: none;
}
#accordion dd > *:not(:first-child) {
  margin-top: 15px;
}

.search input {
  border-bottom: 1px solid;
  font-family: "IAIPY Serif", serif;
  width: 100%;
  display: block;
}

.w-100 {
  width: 100%;
}

.input-number {
  display: flex;
  align-items: center;
  border: 1px solid #ccc;
  border-radius: 2px;
  background: #fff;
}
.input-number input {
  text-align: center;
  width: 3em;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  line-height: 2;
  color: #00abe6;
  flex: 1;
}
.input-number a {
  width: 2em;
  line-height: 2;
  background: #eee;
  text-align: center;
}

#tienda .sidebar h2 {
  color: #00305e;
}
#tienda .sidebar .sidebar-nav {
  margin-top: 30px;
}
#tienda .sidebar .sidebar-nav li + li {
  margin-top: 15px;
}
#tienda .sidebar .sidebar-nav li a:hover, #tienda .sidebar .sidebar-nav li a.active {
  color: #00305e;
}
#tienda .list {
  line-height: 1.25;
}
#tienda .list li {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #ccc;
}
#tienda .list h3 {
  color: #00abe6;
  margin-bottom: 15px;
}
#tienda .list .content-html {
  font-size: 0.8em;
}
#tienda .list h4 {
  color: #00305e;
  margin-top: 15px;
}
#tienda .list h5 {
  margin-top: 15px;
  font-weight: normal;
}

#producto .content-html h1 {
  font-size: 1.5em;
}
#producto h4 {
  color: #00abe6;
}
#producto h5 {
  color: #00abe6;
  border-bottom: 1px solid;
  margin-bottom: 30px;
  padding-bottom: 15px;
}

.form-control {
  color: #a7a7a7;
  padding-bottom: 0.5em;
  background: none;
  border: none;
  resize: none;
  border-bottom: 1px solid #e8e8eb;
  display: block;
  width: 100%;
}

.form-control-alt {
  color: #a7a7a7;
  padding: 1em;
  border: 1px solid;
  display: block;
  width: 100%;
}

.form-label {
  text-align: left;
  margin-bottom: 7.5px;
  display: block;
  font-weight: bold;
}

.form-group + .form-group {
  margin-top: 15px;
}

.user {
  background: #f0f0f0;
}
.user section {
  overflow: visible;
}
.user .form {
  padding: 180px 0;
}
.user .user-btn {
  background: #9aca3c;
  text-transform: uppercase;
  padding: 22.5px;
  font-weight: bold;
  display: block;
  width: 100%;
  color: #fff;
  letter-spacing: 0.125em;
  transition: 0.3s;
}
.user .user-btn.user-btn-secondary {
  color: #00305e;
  background: #e8e8eb;
}
.user .user-btn:hover {
  background: #00305e;
  color: #fff;
}
.user .form-container {
  position: relative;
  max-width: 576px;
  margin: auto;
}
.user .form-container .form-bg {
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-45px, -45px);
  max-width: 50%;
}
.user .form-container form {
  position: relative;
  background: #fff;
}
.user .form-container form .form-body {
  padding: 45px;
}
.user .form-container form h1 {
  font-weight: 300;
  text-transform: uppercase;
  color: #00abe6;
  font-size: 1.5em;
  margin-bottom: 30px;
  letter-spacing: 0.125em;
}
.user .form-container form .alert {
  padding: 15px;
}
.user .form-container form p {
  color: #00abe6;
}
.user .form-container form p a {
  font-weight: bold;
}
.user .form-container form p a:hover {
  text-decoration: underline;
}
.user .breadcrumb {
  padding: 30px 0;
  color: #00305e;
  background: #fff;
  position: relative;
  z-index: 1;
}
.user .user-sidebar {
  background: #fff;
  color: #a7a7a7;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}
.user .user-sidebar nav li a:not(.user-btn) {
  display: block;
  padding: 15px 45px;
  font-size: 1.2em;
  transition: 0.3s;
}
.user .user-sidebar nav li a:not(.user-btn):hover, .user .user-sidebar nav li a:not(.user-btn).active {
  background: #e8e8e5;
  color: #00305e;
}
.user .user-content {
  padding: 45px 0;
}
.user .user-content h1 {
  color: #00305e;
  font-size: 3em;
  margin-bottom: 1em;
  font-weight: 300;
}
.user .user-cards {
  margin-top: 45px;
}
.user .user-cards .user-card {
  background: #fff;
  height: 100%;
  padding: 30px;
  text-align: center;
  color: #00305e;
}
.user .user-cards .user-card h3 {
  font-weight: normal;
  text-transform: uppercase;
}
.user .user-cards .user-card .content-html {
  margin-top: 30px;
}

#cart-full.busy {
  opacity: 0.15;
  pointer-events: none;
}
#cart-full .inner-container {
  background: #ddd;
  line-height: 1.25;
  padding: 30px 60px;
}
#cart-full .inner-container h2 {
  font-size: 1.25em;
  font-weight: bold;
  color: #00305e;
  text-align: center;
}
#cart-full .inner-container h3 {
  margin: 15px auto 30px;
}
#cart-full .inner-container p {
  color: #00305e;
}

.fixed-button {
  position: fixed;
  bottom: 30px;
  right: 30px;
  border-radius: 50%;
  z-index: 10000;
}
.fixed-button a {
  background: #25d366;
  color: #fff;
  width: 1.75em;
  line-height: 1.75;
  text-align: center;
  font-size: 2em;
  border-radius: 50%;
  position: relative;
}
.fixed-button .message {
  position: absolute;
  right: 100%;
  top: 0;
  bottom: 0;
  margin: auto 0.5em auto auto;
  white-space: nowrap;
  background: #fff;
  padding: 0.5em;
  border: 2px solid #00305e;
  height: 2.5em;
  line-height: 1.25;
  pointer-events: none;
  visibility: hidden;
  transition: 0.3s;
  opacity: 0;
  transform: translateX(3em);
}
.fixed-button:hover .message {
  visibility: visible;
  opacity: 1;
  transform: translateX(0);
}
.fixed-button:hover::before {
  opacity: 0;
}
.fixed-button::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #25d366;
  opacity: 0.5;
  border-radius: 50%;
  animation: infiniteScale 3s infinite;
}

@keyframes infiniteScale {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.25);
  }
}
#cart h1 {
  font-size: 1.5em;
  margin-bottom: 30px;
  color: #00305e;
}

.table {
  border-bottom: 1px solid #ccc;
  white-space: nowrap;
  line-height: 1.25;
  width: 100%;
  background: #fff;
}
.table img {
  max-width: 60px;
}
.table thead {
  background: #00305e;
  color: #fff;
}
.table td, .table th {
  padding: 0.5em 1em;
  vertical-align: middle;
  text-align: center;
}
.table td:first-child, .table th:first-child {
  text-align: left;
  white-space: normal;
}
.table h3 {
  font-weight: normal;
}

.modal {
  margin: auto;
  max-width: 360px;
  position: relative;
  padding: 45px;
  text-align: center;
  background: #eee;
  line-height: 1.25;
}
.modal h3 {
  font-size: 1.5em;
}
.modal .btn-container {
  margin-top: 30px;
}
.modal .mfp-close {
  background: #00305e;
  color: #fff;
  border-radius: 50%;
  top: 7.5px;
  right: 7.5px;
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.btn-cart {
  position: relative;
}
.btn-cart #count {
  position: absolute;
  border: 2px solid;
  border-radius: 50%;
  width: 1.5em;
  line-height: calc(1.5em - 4px);
  height: 1.5em;
  text-align: center;
  font-size: 0.75em;
  transform: translate(-0.5em, -0.5em);
  background: #00305e;
}

.mobile-menu {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #fff;
  transition: 0.3s;
  transform: translateY(-100vh);
  z-index: 999;
  padding-top: 70px;
  line-height: 1.25;
  overflow: auto;
  color: #00305e;
}
.mobile-menu.menu-active {
  transform: translateY(0);
}
.mobile-menu .dropdown-menu {
  display: none;
}
.mobile-menu .dropdown-menu ul {
  background: #f3f3f3;
  margin-top: 15px;
  padding: 0 30px;
  overflow: hidden;
}
.mobile-menu .dropdown-menu ul li {
  margin: 15px auto;
}
.mobile-menu .mobile-nav > ul {
  text-transform: uppercase;
}
.mobile-menu .mobile-nav > ul > li {
  margin-top: 15px;
}
.mobile-menu .mobile-nav > ul > li > a {
  margin: 0 30px;
}
.mobile-menu .mobile-nav ul li a i {
  font-size: 1.5em;
  line-height: 0.66666666;
}
.mobile-menu .search {
  margin: 30px 30px 0;
}

@media screen and (max-width: 992px) {
  .header {
    top: 0;
    padding: 15px 0;
  }
  .header .logo {
    max-height: 40px;
  }
  .hero {
    text-align: center;
  }
  .hero .item {
    min-height: 720px;
  }
  .hero .item h1 {
    font-size: 3em;
  }
}
@media screen and (max-width: 768px) {
  .hero {
    text-align: center;
  }
  .hero .item {
    min-height: 640px;
    padding-top: 60px;
  }
  .hero .item h1 {
    font-size: 2.5em;
  }
  .metas-img {
    transform: none;
  }
}
@media screen and (max-width: 576px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .downloads h1, .info h1, .cta h1 {
    font-size: 1.5em;
  }
  .info h2, .chapter h2 {
    font-size: 1.5em;
  }
  .hero .item {
    min-height: 540px;
    padding-top: 60px;
  }
  .hero .item h1 {
    font-size: 2em;
  }
  .hero .item .content-html {
    font-size: 1em;
  }
  .content {
    font-size: 1em;
  }
  .fixed-button {
    bottom: 15px;
    right: 15px;
  }
}
.pagination {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 0.25rem;
}
.pagination .page-item .page-link {
  display: block;
  padding: 0.5rem 0.75rem;
  color: #00abe6;
  border: 1px solid #00abe6;
  border-radius: 0.25rem;
  background-color: #fff;
  text-decoration: none;
  transition: all 0.2s ease;
}
.pagination .page-item .page-link:hover {
  background-color: #00abe6;
  color: #fff;
}
.pagination .page-item.active .page-link {
  background-color: #00abe6;
  color: #fff;
  border-color: #00abe6;
}
.pagination .page-item.disabled .page-link {
  color: #ccc;
  border-color: #ddd;
  background-color: #f8f9fa;
  pointer-events: none;
}

/*# sourceMappingURL=style.css.map */
