@import url("https://fonts.googleapis.com/css2?family=Crimson+Pro:ital@0;1&family=Quicksand:wght@400;500&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;
  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%; }

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

.img-absolute {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  width: auto;
  height: 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: .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; }

body {
  font-family: Quicksand, sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 1;
  color: #10634e; }
  body.preload {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -ms-transition: none !important;
    -o-transition: none !important; }

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

i {
  font-family: 'Crimson Pro', serif;
  font-style: italic; }

p a {
  font-weight: 500; }

.top {
  padding: 7.5px 0;
  background: #fef1e6;
  position: relative;
  z-index: 3; }
  .top i {
    vertical-align: middle; }
  .top span a {
    font-size: .8125em; }

.video {
  max-width: 100%; }

.container-fluid {
  padding-left: 30px;
  padding-right: 30px; }

.header {
  position: sticky;
  z-index: 2;
  padding: 30px 0;
  font-size: 1.125em;
  left: 0;
  right: 0;
  top: 0;
  background: #fff;
  box-shadow: 0 0 7.5px rgba(0, 0, 0, 0.15); }
  .header.fixed {
    padding: 15px 0; }
    .header.fixed .logo {
      max-height: 37.5px; }
  .header .logo {
    max-height: 45px; }

.cta {
  display: block;
  background: #d8e3d5;
  padding: .5em 1em;
  text-align: center; }

.btn-menu {
  display: block;
  padding: 7.5px 0; }
  .btn-menu span {
    width: 30px;
    height: 2px;
    margin: 5px auto;
    background: #1b745e;
    display: block; }

.main-nav > ul {
  display: flex;
  align-items: center; }
  .main-nav > ul > li {
    margin: 0 22.5px;
    position: relative; }
.main-nav .drop {
  display: flex;
  justify-content: space-between; }
  .main-nav .drop > a + i {
    margin-left: 15px; }
.main-nav .drop-menu {
  position: absolute;
  width: 240px;
  top: 100%;
  right: 0;
  display: none; }
  .main-nav .drop-menu ul {
    margin-top: 15px;
    padding: 19.99999995px;
    background: #fff;
    font-size: .83333333em;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
    text-align: right; }
    .main-nav .drop-menu ul li + li {
      margin-top: 15px; }

.link {
  display: inline-block;
  position: relative; }
  .link::before {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 0;
    height: 1px;
    background: #1b745e;
    transition: 0.3s cubic-bezier(0.5, 0.5, 0.5, 1); }
  .link:hover::before, .link.active::before {
    width: 100%; }

.spacer {
  height: 30px; }

.copyright {
  font-size: .8125em;
  color: #1b745e; }

.footer {
  padding: 112.5px 0 60px;
  background: #fef1e6; }
  .footer .logo {
    max-height: 75px; }
  .footer h3 {
    font-size: 1.375em;
    margin-bottom: 1em; }
  .footer .footer-nav {
    font-family: 'Crimson Pro', serif;
    font-size: 1.125em; }
    .footer .footer-nav li {
      margin-top: 15px; }
  .footer .social-nav ul {
    display: flex;
    align-items: center; }
    .footer .social-nav ul li + li {
      margin-left: 15px; }
  .footer form {
    border-bottom: 1px solid; }
    .footer form input {
      font-family: 'Crimson Pro', serif;
      padding: 0 .75em;
      font-size: 1.125em; }

.layout-1 {
  padding: 180px 0; }
  .layout-1 .container {
    max-width: 992px; }
  .layout-1 .inner-container {
    background: url("../images/bg.jpg") center center no-repeat;
    background-size: cover;
    padding: 112.5px 225px;
    text-align: center; }
    .layout-1 .inner-container h1 {
      font-size: 2.875em; }
    .layout-1 .inner-container .content-html {
      margin-top: 15px; }
    .layout-1 .inner-container img {
      margin: 15px auto; }
    .layout-1 .inner-container h4 {
      font-size: 1.1875em; }
  .layout-1 .caption {
    position: absolute;
    bottom: -45px;
    right: 0;
    width: 33.33333333%; }
    .layout-1 .caption .span-container {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      transform: rotate(-90deg) translate(9%, -19%);
      font-size: 1.125em; }

.vr {
  width: 1px;
  height: 75px;
  background: #ccc; }

.layout-2 {
  padding: 180px 0;
  background: url("../images/layout-2.jpg") top left no-repeat;
  background-size: 50% auto; }
  .layout-2 .container {
    max-width: 992px; }
  .layout-2 h1 {
    font-size: 2.875em;
    line-height: 1.15; }
  .layout-2 .content-html {
    margin-top: 15px; }
  .layout-2 .caption {
    position: relative; }
    .layout-2 .caption .span-container {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      transform: rotate(-90deg) translate(-10%, 2%);
      font-size: 1.125em; }
  .layout-2 .row .img-absolute {
    right: auto; }
  .layout-2 .row h3 {
    font-size: 1.375em;
    font-weight: 500; }
  .layout-2 .row p {
    margin-top: 15px; }

.layout-3 {
  padding: 120px 0;
  background: url("../images/layout-3.jpg") center center no-repeat;
  background-size: cover; }
  .layout-3 .span-container {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transform: rotate(-90deg) translate(35%, -113%);
    font-size: 1.125em; }
  .layout-3 .overlay {
    background: #fff;
    padding: 30px;
    margin: 30px;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: auto;
    height: auto;
    top: auto; }
    .layout-3 .overlay h3 {
      font-size: 1.375em;
      font-weight: 500;
      line-height: 1.25; }
    .layout-3 .overlay p {
      margin-top: 15px; }
  .layout-3 .ratio {
    overflow: hidden; }
    .layout-3 .ratio img {
      transform: scale(1.1);
      transition: 0.3s cubic-bezier(0.5, 0.5, 0.5, 1); }
    .layout-3 .ratio:hover img {
      transform: scale(1.1) translateX(4.54545454%); }

.banner {
  padding: 60px 0; }

.layout-5 {
  padding: 60px 0; }
  .layout-5 h3 {
    font-weight: 500;
    font-size: 1.1875em;
    line-height: 1.25; }

.layout-6 {
  padding: 90px 0;
  background: url("../images/layout-6.jpg") center center no-repeat;
  background-size: cover; }
  .layout-6 .absolute {
    left: 50%;
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0; }
  .layout-6 h1 {
    font-size: 2.875em;
    line-height: 1.15; }
  .layout-6 .content-html {
    margin-top: 15px; }

.layout-9 {
  background: #d8e3d5;
  color: #1b745e;
  padding: 112.5px 0; }
  .layout-9 h3 {
    font-size: 1.5625em; }

#contacto .layout-1 .container {
  max-width: 1200px; }
#contacto .inner-container {
  padding: 75px;
  text-align: center; }
  #contacto .inner-container img {
    margin: 0 auto 30px; }

.input-number {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid; }
  .input-number .input-label {
    flex: 1;
    padding: 0 15px; }
  .input-number .input-controls {
    border-left: 1px solid; }
    .input-number .input-controls a {
      display: block;
      padding: .25em .5em; }
  .input-number .input-input input {
    width: 60px;
    text-align: center;
    padding: 0 15px; }

.card {
  border: none;
  border-radius: 0; }

.btn {
  background: #d0dfcf;
  padding: 1em 2em;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s cubic-bezier(0.5, 0.5, 0.5, 1);
  line-height: 1.25;
  border-radius: 0;
  border: none;
  color: #1b745e; }
  .btn:hover {
    background: #b2cbb0; }
  .btn.btn-secondary {
    background: #fef1e6; }
    .btn.btn-secondary:hover {
      background: #fcd6b5; }
  .btn.btn-outline-primary {
    background: #fff;
    border: 1px solid; }
    .btn.btn-outline-primary:hover, .btn.btn-outline-primary.active {
      background: #1b745e;
      border-color: #1b745e;
      color: #fff; }
  .btn.btn-sm {
    padding: 1em;
    min-width: 3em; }

.offcanvas {
  background: #fef1e6;
  padding: 15px; }
  .offcanvas .drop-menu {
    display: none;
    width: 100%;
    padding: 30px 0;
    margin-top: 30px;
    border-top: 1px solid;
    border-bottom: 1px solid; }
    .offcanvas .drop-menu li + li {
      margin-top: 30px; }
  .offcanvas .drop {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    .offcanvas .drop > a > i {
      margin-left: auto; }
  .offcanvas .offcanvas-header, .offcanvas .offcanvas-body {
    padding: 15px; }
  .offcanvas .offcanvas-logo {
    max-width: 50%;
    margin: auto;
    max-height: 60px; }
  .offcanvas .offcanvas-nav {
    margin-top: 30px;
    font-weight: 500; }
    .offcanvas .offcanvas-nav > ul > li + li {
      margin-top: 30px; }
  .offcanvas .offcanvas-search {
    margin-top: 30px; }
    .offcanvas .offcanvas-search .btn {
      padding: .5em 1em;
      height: 100%; }
  .offcanvas .cta {
    margin-top: 30px; }

.btn-scroll {
  font-family: 'Crimson Pro', serif;
  font-size: 1.125em;
  position: fixed;
  bottom: 30px;
  right: 0;
  transform: translate(-50%, -50%) rotate(90deg);
  transform-origin: right;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s cubic-bezier(0.5, 0.5, 0.5, 1);
  pointer-events: none; }
  .btn-scroll.fixed {
    visibility: visible;
    opacity: 1;
    pointer-events: all; }

.fixed-area {
  font-family: 'Crimson Pro', serif;
  font-size: 1.125em;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  pointer-events: none; }
  .fixed-area .fixed-nav {
    transform: translate(-90%, -10vh) rotate(-90deg);
    transform-origin: right;
    pointer-events: all; }
    .fixed-area .fixed-nav ul {
      display: flex; }
      .fixed-area .fixed-nav ul li + li::before {
        content: ', '; }

.alert {
  border: 1px solid #f1f1f1;
  padding: 15px 30px;
  line-height: 1.5;
  color: #7a7a7a;
  margin-bottom: 30px; }

.breadcrumb {
  background: #d8e3d5;
  padding: 30px 0;
  margin: auto; }
  .breadcrumb h1 {
    font-size: 1.375em;
    font-weight: 500;
    line-height: 30px; }

.form-label {
  font-size: .9375em;
  display: block;
  margin-bottom: 15px; }

.form-control {
  font-size: 1.125em;
  padding: .5em;
  width: 100%;
  border: none;
  border-bottom: 1px solid;
  border-radius: 0;
  display: block;
  font-family: 'Crimson Pro', serif;
  line-height: 1.25;
  resize: none;
  color: #1b745e; }
  .form-control::placeholder {
    font-style: italic; }

.sidebar {
  padding: 30px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  position: sticky;
  top: 30px; }
  .sidebar li + li {
    margin-top: 30px; }
  .sidebar li button.active {
    font-weight: 500; }

.has-hover {
  overflow: hidden; }
  .has-hover img {
    transition: 0.3s cubic-bezier(0.5, 0.5, 0.5, 1); }
  .has-hover:hover .main-image {
    transform: scale(1.5);
    opacity: 0; }

.content {
  padding: 112.5px 0; }
  .content h1 {
    font-size: 2.625em;
    margin-bottom: 1em;
    font-weight: normal; }
  .content h2 {
    font-size: 2em;
    margin-bottom: 1em;
    font-weight: normal; }

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

#cart .content h2 {
  line-height: 1.25; }

.card {
  line-height: 1.25;
  text-align: center; }
  .card h3 {
    font-size: 1.375em;
    text-transform: uppercase;
    margin: 15px auto 7.5px;
    font-weight: 500; }
  .card h4 {
    font-size: 1.125em;
    font-weight: 500;
    font-family: 'Crimson Pro', serif; }
  .card .ratio {
    background: url("../images/icon.png") center center no-repeat #f9f9f9; }
  .card .badge {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 45px;
    height: 45px;
    line-height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fef1e6;
    font-size: .75em;
    border-radius: 50%; }
  .card .toggle-overlay {
    position: relative;
    height: 30px;
    font-size: 1.125em; }
    .card .toggle-overlay h4, .card .toggle-overlay form {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0; }
    .card .toggle-overlay form {
      opacity: 0;
      visibility: hidden;
      transition: 0.3s cubic-bezier(0.5, 0.5, 0.5, 1); }
  .card:not(.hover-disabled):hover .toggle-overlay h4 {
    display: none;
    opacity: 1;
    visibility: visible; }
  .card:not(.hover-disabled):hover .toggle-overlay form {
    opacity: 1;
    visibility: visible;
    pointer-events: all; }

.table th, .table td {
  padding: .5em .5em .5em 0; }
  .table th:first-child, .table td:first-child {
    padding-left: .5em; }
.table thead {
  border-bottom: 1px solid;
  color: #1b745e; }

#nosotros .layout-2 {
  background-image: none; }
  #nosotros .layout-2 .container {
    max-width: 1200px; }

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

.page-cover {
  position: relative;
  padding-bottom: 50%;
  color: #fff;
  text-align: center; }
  .page-cover .container {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    flex-direction: column; }
  .page-cover h1 {
    font-size: 3.75em;
    line-height: 1.15; }
  .page-cover h2 {
    font-size: 1.1875em;
    margin-bottom: 1em; }

.help-block {
  line-height: 1.25; }

small {
  font-size: .75em; }

.divider {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 30px auto; }
  .divider::before, .divider::after {
    content: '';
    height: 1px;
    background: #1b745e;
    flex: 1; }
  .divider::before {
    margin-right: 15px; }
  .divider::after {
    margin-left: 15px; }

#home .slider .item {
  overflow: hidden; }
  #home .slider .item video {
    width: 100%;
    max-width: 100%; }
    @media screen and (max-width: 768px) {
      #home .slider .item video {
        max-width: 150%;
        width: 150%;
        margin-left: -25%; } }

.slider {
  position: relative;
  z-index: 1; }
  .slider .item {
    position: relative; }

.layout-4 {
  text-align: center;
  margin: 120px auto 60px; }
  .layout-4 h1, .layout-4 h2 {
    max-width: 576px;
    margin: auto;
    line-height: 1.25; }
  .layout-4 h2 {
    font-size: 1.1875em;
    margin-bottom: 1em; }
  .layout-4 h1 {
    font-size: 2.875em;
    margin-bottom: 1em; }
  .layout-4 .selector {
    margin-bottom: 30px; }
    .layout-4 .selector .filter {
      position: relative; }
      .layout-4 .selector .filter::after {
        content: '';
        position: absolute;
        bottom: -5px;
        left: 0;
        width: 0;
        height: 1px;
        background: #1b745e;
        transition: 0.3s cubic-bezier(0.5, 0.5, 0.5, 1); }
      .layout-4 .selector .filter:hover::after, .layout-4 .selector .filter.active::after {
        width: 100%; }

.layout-7 {
  text-align: center;
  margin: 120px auto 60px; }
  .layout-7 h1, .layout-7 h2 {
    max-width: 576px;
    margin: auto;
    line-height: 1.25; }
  .layout-7 h2 {
    font-size: 1.1875em;
    margin-bottom: 1em; }
  .layout-7 h1 {
    font-size: 2.875em;
    margin-bottom: 1em; }
  .layout-7 h3 {
    font-size: 1.375em;
    font-weight: 500;
    margin-top: 15px; }
  .layout-7 p {
    margin-top: 15px;
    font-size: 1.125em; }
  .layout-7 .overlay {
    position: absolute;
    width: 132px;
    height: 177px;
    bottom: 0;
    left: 0;
    background: url("../images/layout-7.png") bottom left no-repeat;
    background-size: cover;
    opacity: 0;
    transition: 0.3s cubic-bezier(0.5, 0.5, 0.5, 1); }
  .layout-7 .img-holder:hover .overlay {
    opacity: 1; }

.layout-7 {
  text-align: center;
  margin: 120px auto 60px; }
  .layout-7 h1, .layout-7 h2 {
    max-width: 576px;
    margin: auto;
    line-height: 1.25; }
  .layout-7 h2 {
    font-size: 1.1875em;
    margin-bottom: 1em; }
  .layout-7 h1 {
    font-size: 2.875em;
    margin-bottom: 1em; }
  .layout-7 h3 {
    font-size: 1.375em;
    font-weight: 500;
    margin-top: 15px; }
  .layout-7 p {
    margin-top: 15px;
    font-size: 1.125em; }
  .layout-7 .overlay {
    position: absolute;
    width: 132px;
    height: 177px;
    bottom: 0;
    left: 0;
    background: url("../images/layout-7.png") bottom left no-repeat;
    background-size: cover;
    opacity: 0;
    transition: 0.3s cubic-bezier(0.5, 0.5, 0.5, 1); }
  .layout-7 .img-holder:hover .overlay {
    opacity: 1; }

.layout-8 {
  text-align: center;
  background: url("../images/layout-8.jpg") bottom center no-repeat;
  padding: 120px 0;
  background-size: 100% auto; }
  .layout-8 h1 {
    font-size: 2.875em;
    margin-bottom: 1em; }
  .layout-8 .img-holder {
    padding-bottom: 50%; }
    .layout-8 .img-holder span {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      margin: auto;
      width: 135px;
      height: 135px;
      line-height: 135px;
      display: flex;
      align-items: center;
      background: #fff;
      justify-content: center;
      color: #1b745e;
      font-size: 1.5em;
      border-radius: 50%;
      transition: 0.3s cubic-bezier(0.5, 0.5, 0.5, 1); }
      .layout-8 .img-holder span:hover {
        transform: scale(0.95); }

#product .content h1 {
  margin-bottom: 15px;
  text-transform: uppercase; }
#product .content h4 {
  margin-top: 15px; }
#product .cart-actions {
  margin: 30px auto; }

#cart .table {
  width: 100%; }
  #cart .table th, #cart .table td {
    vertical-align: middle;
    padding: 15px 0 15px 15px; }
    #cart .table th:first-child, #cart .table td:first-child {
      padding-left: 0; }
  #cart .table th {
    font-size: 1.375em;
    font-weight: 500; }
  #cart .table tr {
    border-bottom: 1px solid #d1d1d1; }
  #cart .table .img-wrapper {
    width: 60px; }
  #cart .table h3 {
    font-size: 1.1875em;
    text-transform: uppercase;
    font-weight: 500; }
#cart .cart-response {
  transition: 0.3s cubic-bezier(0.5, 0.5, 0.5, 1); }
  #cart .cart-response.busy {
    opacity: .25;
    pointer-events: none; }

.datepicker th {
  font-weight: 600; }

.accordion li {
  padding: 22.5px 30px;
  border-bottom: 1px solid #f1f1f1; }
  .accordion li label {
    font-size: 1.375em;
    cursor: pointer; }
  .accordion li span {
    display: none;
    margin-top: 1em; }
  .accordion li :checked + span {
    display: block; }

.btn-facebook {
  background: #3b5998;
  color: #fff;
  font-weight: 500; }
  .btn-facebook i {
    margin-right: 15px;
    font-size: 1.25em; }

.active > .page-link, .page-link.active {
  background-color: #1b745e;
  border-color: #1b745e; }

.page-link {
  color: #1b745e; }

@media screen and (max-width: 992px) {
  .layout-1 .inner-container {
    padding: 45px; }
  .layout-1 .caption {
    position: static;
    width: 50%;
    margin: 45px auto 0; }
    .layout-1 .caption .span-container {
      display: none; }

  .layout-1, .layout-2, .layout-3, .layout-6, .layout-8, .footer, .content {
    padding: 60px 0; }

  .layout-4 {
    margin: 60px 0; }

  .layout-6 .absolute {
    position: static;
    transform: translateY(60px); }
    .layout-6 .absolute .img-cover {
      position: static; } }
@media screen and (max-width: 576px) {
  .container, .container-fluid {
    padding-left: 15px;
    padding-right: 15px; }

  .layout-1 .inner-container h1, .layout-2 h1, .layout-4 h1 {
    font-size: 2em; }

  .card h3 {
    font-size: 1.25em; }

  .layout-1 .inner-container {
    padding: 30px; }

  .header {
    padding: 15px 0; }
    .header .logo {
      max-height: 30px !important; }

  .page-cover {
    padding: 60px 0; }
    .page-cover .container {
      position: relative; }

  #cart .table th {
    font-size: 1em; }
  #cart .table h3 {
    font-size: 1em; }
  #cart .content h2 {
    font-size: 1.5em; }

  .accordion li {
    padding: 22.5px 0; } }

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