@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;700&display=swap");
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; }

blockquote, q {
  quotes: none; }

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

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

body {
  font-family: sans-serif;
  font-size: 15px; }
  body.menu-active {
    overflow: hidden; }

a, button {
  color: inherit;
  text-decoration: none;
  transition: .3s;
  border: none;
  outline: none; }

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%; }

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

.flex {
  display: flex;
  align-items: center;
  justify-content: space-between; }

.flex-1 {
  flex: 1; }

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

.iframe-container {
  position: relative;
  padding-bottom: 56.25%; }

.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; }

h1 {
  font-size: 2em; }

h2 {
  font-size: 1.5em; }

h3 {
  font-size: 1.25em; }

.filter-white {
  filter: brightness(0) invert(1); }

.cke_editable {
  padding: 15px;
  line-height: 1.25; }
  .cke_editable > *:not(:first-child) {
    margin-top: 1em; }

.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: .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; }

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

input {
  font: inherit; }

.form-control, button {
  background: none;
  display: block;
  border: none;
  padding: 0;
  box-shadow: none;
  outline: none;
  font: inherit;
  color: inherit; }
  .form-control::placeholder, button::placeholder {
    color: inherit; }

.pagination {
  list-style: none;
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 0; }

button {
  transition: .3s; }

strong, b {
  font-weight: bold; }

body {
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: normal; }
  body.preload * {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -ms-transition: none !important;
    -o-transition: none !important; }
  body.menu-active {
    overflow: hidden; }
  body.cart-active {
    overflow: hidden; }
    body.cart-active::after {
      content: '';
      position: fixed;
      top: 0;
      bottom: 0;
      right: 0;
      left: 0;
      background: rgba(0, 0, 0, 0.5);
      z-index: 1; }

p a {
  font-weight: bold; }
  p a:hover {
    color: #113660; }

.container {
  max-width: 1200px; }

h1, h2, h3, h4, h5, h6 {
  font-family: Poppins, sans-serif; }

.header {
  background: #113660;
  color: #fff;
  font-weight: 300;
  text-transform: uppercase;
  padding: 30px 0; }
  .header .container {
    display: flex;
    justify-content: space-between;
    align-items: center; }
  .header .logo-container {
    max-width: 50%; }
    .header .logo-container .logo {
      max-height: 120px; }
  .header .icons {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 1.5em; }
    .header .icons > :not(:first-child) {
      margin-left: .5em; }

.nav {
  margin: 0 30px; }
  .nav ul {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .nav ul li {
      position: relative; }
      .nav ul li:not(:first-child) {
        margin-left: 2em; }
      .nav ul li::before {
        content: '';
        position: absolute;
        bottom: -.25em;
        left: 0;
        height: 2px;
        background: #33793a;
        width: 0;
        transition: 0.3s ease; }
      .nav ul li:hover::before, .nav ul li.active::before {
        width: 100%; }

.info p {
  line-height: 1.25;
  display: flex; }
  .info p i {
    width: 1em;
    text-align: center;
    margin-right: .5em; }
  .info p span {
    flex: 1; }

.footer .info {
  overflow: hidden;
  background: #dfe0df; }
  .footer .info img {
    margin-left: auto; }
  .footer .info .row {
    padding: 30px 0; }
    .footer .info .row + .row {
      border-top: 1px solid #fff; }
.footer .copyright {
  padding: 1em 0;
  background: #33793a;
  color: #fff;
  text-align: center;
  font-size: .83333333em; }

.content-html {
  line-height: 1.5; }
  .content-html > :not(:first-child) {
    margin-top: 1em; }

.slider {
  position: relative; }
  .slider .ribbon {
    max-height: 128px;
    max-width: 33.33333333%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    transform: translateY(50%);
    z-index: 1;
    pointer-events: none; }
  .slider .item {
    position: relative;
    height: 720px; }
  .slider .owl-dots {
    position: absolute;
    bottom: 30px;
    right: 0;
    left: 0;
    display: flex;
    justify-content: flex-end;
    padding: 0 30px;
    pointer-events: none;
    width: 100%;
    max-width: 1600px;
    margin: auto; }
    .slider .owl-dots .owl-dot {
      border-radius: 50%;
      border: 1px solid #fff;
      transition: 0.3s ease;
      width: 1em;
      height: 1em;
      pointer-events: all; }
      .slider .owl-dots .owl-dot:not(:first-child) {
        margin-left: .5em; }
      .slider .owl-dots .owl-dot:hover, .slider .owl-dots .owl-dot.active {
        background: #fff; }

.img-holder img {
  transition: .3s; }

#home .bienvenido {
  background: url("../images/bg.png") center center no-repeat #fefefe;
  background-size: cover;
  font-size: 1.25em; }
  #home .bienvenido h1 {
    display: flex;
    align-items: center;
    position: relative; }
    #home .bienvenido h1 img {
      max-width: 50%; }
    #home .bienvenido h1::after {
      content: '';
      height: 2px;
      margin-left: 90px;
      flex: 1;
      background: #ccc; }
  #home .bienvenido .content-html {
    margin-top: 30px; }
  #home .bienvenido .flex {
    justify-content: center; }
    #home .bienvenido .flex i {
      font-size: 2.4em;
      width: 1.5em;
      line-height: 1.5;
      height: 1.5em;
      margin-right: 30px;
      border: 2px solid;
      border-radius: 50%;
      text-align: center;
      font-weight: bold; }
    #home .bienvenido .flex span {
      flex: 1;
      line-height: 1.25; }
#home .tiendas {
  text-align: center;
  font-size: .83333333em; }
  #home .tiendas hr {
    max-width: 66.66666666%;
    margin: 45px auto; }
  #home .tiendas .img-holder:hover img {
    transform: scale(0.9); }
  #home .tiendas h3 {
    font-weight: normal;
    font-size: 1em;
    text-transform: uppercase; }
  #home .tiendas .btn {
    margin-top: 15px;
    width: 100%; }
#home .ediciones {
  background: #b31817;
  color: #fff; }
  #home .ediciones h1 {
    font-size: 2em;
    text-transform: uppercase;
    padding-bottom: .25em;
    margin-bottom: .5em;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5); }
  #home .ediciones .content-html {
    margin-right: 30px; }
    #home .ediciones .content-html p {
      font-size: 1.6em;
      padding-bottom: .25em;
      border-bottom: 1px solid rgba(255, 255, 255, 0.5);
      text-transform: capitalize;
      display: flex;
      justify-content: space-between;
      align-items: center; }
      #home .ediciones .content-html p b {
        font-size: 1.25em; }
      #home .ediciones .content-html p:not(:first-child) {
        margin-top: 1em; }
#home .auspiciantes {
  background: #466dac;
  color: #fff; }
  #home .auspiciantes h1 {
    font-size: 2em;
    text-transform: uppercase;
    margin-bottom: 1em; }
  #home .auspiciantes .owl-carousel {
    padding: 0 90px; }
  #home .auspiciantes .owl-nav {
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
    left: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    pointer-events: none; }
    #home .auspiciantes .owl-nav button {
      font-size: 2em;
      pointer-events: all; }
#home .acerca {
  color: #fff;
  background: #113660; }
  #home .acerca h1 {
    font-size: 2em;
    text-transform: uppercase;
    margin-bottom: 30px; }
  #home .acerca .content-html {
    column-count: 2;
    column-gap: 30px; }
#home .camara h1 {
  color: #b31817; }
#home .sociedad h1 {
  color: #d9c411; }

.content {
  padding: 90px 0; }

.btn {
  border: 2px solid;
  text-transform: uppercase;
  display: inline-flex;
  justify-content: center;
  padding: .5em 2em;
  border-radius: 3em;
  font-weight: 500;
  transition: 0.3s ease;
  cursor: pointer; }
  .btn.btn-flex {
    width: 100%;
    padding: 1em;
    justify-content: flex-start; }
    .btn.btn-flex i {
      width: 1.5em;
      text-align: center; }
    .btn.btn-flex span {
      margin-left: 15px; }
  .btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15); }
  .btn.btn-danger {
    color: #b31817; }

.sidebar {
  position: sticky;
  top: 15px; }
  .sidebar .btn {
    border-color: #113660;
    background: #113660;
    color: #fff; }
  .sidebar ul li:not(:first-child) {
    margin-top: 1em; }

.divider {
  position: relative;
  display: flex;
  z-index: 1;
  justify-content: space-between;
  background: #113660; }
  .divider img {
    width: 90px;
    margin: auto;
    position: absolute;
    top: -9999px;
    bottom: -9999px;
    left: 0;
    right: 0;
    opacity: .1; }
  .divider::before, .divider::after {
    content: '';
    height: 1px;
    background: #fff;
    display: block;
    width: calc(50% - 135px);
    opacity: .1; }

#user h1 {
  font-size: 2em;
  text-transform: uppercase;
  margin-bottom: 1em; }

.form-control {
  padding: 1em;
  border: 1px solid #ccc;
  width: 100%;
  display: block;
  border-radius: 1.5em;
  line-height: 1.25; }

.alert {
  color: #113660;
  font-weight: 500;
  padding: 1em;
  border: 2px solid;
  text-align: center;
  margin-bottom: 30px; }

label {
  font-weight: 500;
  margin-bottom: 15px;
  display: block; }
  label small {
    font-size: .75em;
    font-weight: 300;
    color: #808080; }

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

.dropzone {
  color: #ddd;
  border-radius: 1.5em;
  border: 4px dashed;
  padding-bottom: 56.25%;
  position: relative;
  transition: 0.3s ease; }
  .dropzone:hover {
    color: #113660;
    background: rgba(17, 54, 96, 0.05); }
  .dropzone i {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    font-size: 6em;
    width: 1em;
    height: 1em;
    margin: auto;
    text-align: center; }
  .dropzone input {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    cursor: pointer; }

#user .product-card {
  height: 100%;
  min-height: 240px;
  position: relative;
  border: 1px solid #ddd;
  border-radius: 1em;
  color: #113660;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center; }
  #user .product-card i {
    font-size: 6em; }
  #user .product-card span {
    font-weight: 500;
    margin-top: 15px; }

.card {
  height: 100%;
  border: 1px solid #ddd;
  border-radius: 1em;
  font-size: .83333333em;
  text-align: center;
  overflow: hidden; }
  .card .img-holder {
    padding-bottom: 75%;
    background: #fff; }
    .card .img-holder:hover img {
      transform: scale(1.1); }
    .card .img-holder .absolute {
      max-width: 80%;
      max-height: 80%; }
  .card p {
    margin-top: 15px;
    color: #808080;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden; }
  .card h4 {
    font-size: 1.5em;
    color: #113660;
    margin-top: 15px; }
  .card .inner-container {
    padding: 15px;
    background: #fcfcfc; }
  .card .btn-container {
    margin-top: 15px; }
  .card h3 {
    font-weight: 500; }
    .card h3 a:hover {
      color: #113660; }
  .card .btn {
    padding: .5em 1em; }

#store .store-image {
  max-width: 360px;
  margin: 0 auto 60px;
  max-height: 200px; }
#store .store-info {
  margin-bottom: 90px; }
  #store .store-info .info p:not(:first-child) {
    margin-top: 1em; }
  #store .store-info .info p span {
    color: #808080; }

blockquote {
  border-top: 4px solid #b31817;
  padding: 30px;
  background: #eee; }

.cart-menu {
  position: fixed;
  right: 0;
  top: 0;
  bottom: 0;
  max-width: 360px;
  width: 80%;
  background: #fff;
  transform: translateX(100%);
  transition: 0.3s ease;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-left: 1px solid #eee; }
  .cart-menu.cart-active {
    transform: translateX(0); }
    .cart-menu.cart-active .cart-header .btn-cart {
      position: static;
      background: none;
      color: inherit; }
  .cart-menu .cart-header .btn-cart {
    width: 3em;
    height: 3em;
    text-align: center;
    line-height: 3;
    background: #113660;
    color: #fff;
    position: absolute;
    top: 0;
    right: 100%;
    bottom: 0;
    margin: auto; }
  .cart-menu .cart-header .cart-close {
    width: 3em;
    height: 3em;
    text-align: center;
    line-height: 3; }
  .cart-menu .col-auto {
    position: static; }
  .cart-menu .cart-body, .cart-menu .cart-footer, .cart-menu .cart-actions {
    padding: 20px;
    border-top: 1px solid #eee; }
  .cart-menu .cart-body {
    flex: 1;
    overflow: auto; }
    .cart-menu .cart-body .list li {
      display: flex; }
      .cart-menu .cart-body .list li:not(:first-child) {
        border-top: 1px solid #eee;
        padding-top: 20px;
        margin-top: 20px; }
      .cart-menu .cart-body .list li .img-wrapper {
        flex-basis: 60px;
        margin-right: 20px; }
      .cart-menu .cart-body .list li h3 {
        font-weight: 500;
        font-size: 1em; }
    .cart-menu .cart-body .list .btn-remove, .cart-menu .cart-body .list p {
      color: #808080; }
    .cart-menu .cart-body .list p {
      margin-top: 1em; }
  .cart-menu .cart-footer {
    font-size: 1.25em;
    text-align: center; }
  .cart-menu .cart-actions {
    text-align: center; }

.modal {
  position: fixed;
  z-index: 2;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center; }
  .modal .modal-close {
    font-size: 2em;
    margin: 0 0 auto 15px; }
  .modal.modal-active {
    opacity: 1;
    visibility: visible;
    pointer-events: all; }
  .modal .modal-content {
    transition: 0.3s ease;
    width: 100%;
    max-width: 768px;
    padding: 30px;
    background: #fff;
    transform: translateY(100%);
    margin: auto;
    opacity: 0; }
    .modal .modal-content.modal-active {
      pointer-events: all;
      transform: translateY(0);
      opacity: 1; }

.quickview .btn-container {
  margin-top: 30px; }
.quickview .content-html {
  color: #808080; }

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