@charset "UTF-8";
.swiper-button-next, .swiper-button-prev {
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: 100% !important;
  z-index: 1 !important;
  width: 30px !important;
  height: 30px !important;
  top: calc(50% + 12px) !important;
  outline: none !important;
}
.swiper-button-next::after, .swiper-button-prev::after {
  content: none !important;
}
@media (max-width: 426px) {
  .swiper-button-next, .swiper-button-prev {
    width: 20px !important;
    height: 20px !important;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .swiper-button-next, .swiper-button-prev {
    width: 20px !important;
    height: 20px !important;
  }
}

.swiper-button-next {
  background-image: url("../../imag/v1/icon/arrow-right-b.svg") !important;
  right: 4vw !important;
}

.swiper-button-prev {
  background-image: url("../../imag/v1/icon/arrow-left-b.svg") !important;
  left: 4vw !important;
}

.swiper-button-disabled {
  opacity: 1 !important;
}

blockquote, q {
  quotes: none;
}

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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, caption, tfoot, thead, th,
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-size: 100%;
  font: inherit;
}

a:focus {
  outline: 0px dotted !important;
}

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

body {
  line-height: 1;
}

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

ol, ul {
  list-style: none;
}

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

html {
  -webkit-text-size-adjust: none;
  font-size: 16px;
}

body {
  position: relative;
  background-color: #FFF7F1;
  font-family: "TitilliumWeb-Regular", sans-serif;
}

* {
  box-sizing: border-box;
  font-variant: none !important;
  font-family: "TitilliumWeb-Regular", sans-serif;
}
*:after, *:before {
  box-sizing: border-box;
}

.auxi {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
}
@media (max-width: 426px) {
  .auxi {
    padding: 0 15px;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .auxi {
    padding: 0 15px;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .auxi {
    padding: 0 15px;
  }
}
@media (min-width: 991px) and (max-width: 1277px) {
  .auxi {
    padding: 0 15px;
  }
}
@media (min-width: 1024px) and (max-width: 1320px) {
  .auxi {
    padding: 0 15px;
  }
}
@media (min-width: 991px) and (max-width: 1277px) {
  .auxi {
    max-width: 97vw;
  }
}
@media (min-width: 1277px) and (max-width: 1399px) {
  .auxi {
    max-width: 95vw;
  }
}
@media (max-width: 426px) {
  .auxi__main {
    padding: 0;
    margin-top: 15px;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .auxi__main {
    padding: 0;
    margin-top: 15px;
  }
}

button {
  cursor: pointer;
}

img {
  display: block;
  width: 100%;
  height: auto;
  -ms-flex-item-align: center;
  -webkit-align-self: center;
  align-self: center;
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
}

.img-wrap img {
  -ms-flex-item-align: center;
  -webkit-align-self: center;
  align-self: center;
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
}

.media {
  position: relative;
  padding-bottom: 51.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.media iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.main {
  z-index: 1;
  position: relative;
  padding: 10px 0 60px;
}
.main__banners {
  gap: 20px;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 767px) and (max-width: 991px) {
  .main__banners {
    display: block;
  }
}
@media (max-width: 426px) {
  .main__banners + .cont-banner {
    margin-top: -60px;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .main__banners + .cont-banner {
    margin-top: -60px;
  }
}
.main .wrapper {
  max-width: 1240px;
  width: 100%;
}
.main .wrapper .box__arts:first-child {
  padding-top: 30px;
}

.grid .cont-banner {
  padding: 0;
}

.separa {
  width: 100%;
  clear: both;
  height: 0;
  display: block;
  margin: 0;
  padding: 0;
}

.hide {
  display: none !important;
}

.aleft {
  float: left;
  clear: both;
}

.aright {
  float: right;
  clear: both;
}

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

.align-center {
  -ms-flex-align: center;
  -moz-box-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}

@media (max-width: 426px) {
  .reverse-m {
    -webkit-flex-direction: column-reverse !important;
    -webkit-box-direction: reverse !important;
    -moz-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .reverse-m {
    -webkit-flex-direction: column-reverse !important;
    -webkit-box-direction: reverse !important;
    -moz-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
}

.container {
  width: 100%;
}

.m-0 {
  margin: 0 !important;
}

.m-20 {
  margin: 20px 0;
}

.m-40 {
  margin: 40px 0;
}

.mt-20 {
  margin-top: 20px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-40 {
  margin-top: 40px;
}

@media (max-width: 426px) {
  .mt-m-0 {
    margin-top: 0 !important;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .mt-m-0 {
    margin-top: 0 !important;
  }
}

@media (max-width: 426px) {
  .mt-m-20 {
    margin-top: 20px !important;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .mt-m-20 {
    margin-top: 20px !important;
  }
}

.mt-0 {
  margin-top: 0 !important;
}

.mr-40 {
  margin-right: 40px;
}

.ml-30 {
  margin-left: 30px;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mv-20 {
  margin: 20px 0;
}

.mv-30 {
  margin: 30px 0;
}

.mv-60 {
  margin: 60px 0;
}

.mh-20 {
  margin: 0 20px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-40 {
  margin-bottom: 40px;
}

@media (max-width: 426px) {
  .mb-m-20 {
    margin-bottom: 20px;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .mb-m-20 {
    margin-bottom: 20px;
  }
}

@media (max-width: 426px) {
  .mh-m-15 {
    margin-left: 15px !important;
    margin-right: 15px !important;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .mh-m-15 {
    margin-left: 15px !important;
    margin-right: 15px !important;
  }
}

.p-0 {
  padding: 0 !important;
}

.p-15 {
  padding: 15px !important;
}

.p-20 {
  padding: 20px !important;
}

.p-30 {
  padding: 30px !important;
}
@media (max-width: 426px) {
  .p-30 {
    padding: 30px 20px !important;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .p-30 {
    padding: 30px 20px !important;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .p-30 {
    padding: 15px !important;
  }
}

.pl-0 {
  padding-left: 0;
  padding-right: 0;
}

.pl-20 {
  padding: 0 20px !important;
}

.pl-30 {
  padding: 0 30px;
}

@media (max-width: 426px) {
  .pl-m-20 {
    padding: 0 20px;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .pl-m-20 {
    padding: 0 20px;
  }
}

.pt-0 {
  padding-top: 0 !important;
}

.pt-15 {
  padding-top: 15px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-30 {
  padding-top: 30px;
}

@media (max-width: 426px) {
  .pt-m-20 {
    padding-top: 20px !important;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .pt-m-20 {
    padding-top: 20px !important;
  }
}

@media (max-width: 426px) {
  .pt-m-0 {
    padding-top: 0 !important;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .pt-m-0 {
    padding-top: 0 !important;
  }
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-20 {
  padding-bottom: 20px;
}

@media (max-width: 426px) {
  .pm-0 {
    padding: 0 !important;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .pm-0 {
    padding: 0 !important;
  }
}

@media (max-width: 426px) {
  .pm-10 {
    padding: 10px !important;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .pm-10 {
    padding: 10px !important;
  }
}

@media (max-width: 426px) {
  .pm-15 {
    padding: 15px !important;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .pm-15 {
    padding: 15px !important;
  }
}

@media (max-width: 426px) {
  .pmh-20 {
    padding: 0 20px !important;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .pmh-20 {
    padding: 0 20px !important;
  }
}

@media (max-width: 426px) {
  .pmh-20 {
    padding: 0 20px !important;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .pmh-20 {
    padding: 0 20px !important;
  }
}

@media (max-width: 426px) {
  .pmh-15 {
    padding: 0 15px !important;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .pmh-15 {
    padding: 0 15px !important;
  }
}

@media (max-width: 426px) {
  .pm-20 {
    padding: 20px !important;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .pm-20 {
    padding: 20px !important;
  }
}

@media (max-width: 426px) {
  .pb-m-0 {
    padding-bottom: 0 !important;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .pb-m-0 {
    padding-bottom: 0 !important;
  }
}

@media (max-width: 426px) {
  .pb-m-40 {
    padding-bottom: 40px !important;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .pb-m-40 {
    padding-bottom: 40px !important;
  }
}

.w-45 {
  width: 45%;
}

.w-50 {
  width: 50%;
}

@media (max-width: 426px) {
  .wm-100 {
    width: 100%;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .wm-100 {
    width: 100%;
  }
}

@media (max-width: 426px) {
  .gap-m-20 {
    gap: 20px;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .gap-m-20 {
    gap: 20px;
  }
}

.border-top {
  border-top: 1px solid #DBDBDB;
}

@media (max-width: 426px) {
  .border-top-m {
    border-top: 1px solid #DBDBDB !important;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .border-top-m {
    border-top: 1px solid #DBDBDB !important;
  }
}

.border-bottom {
  border-bottom: 1px solid #B9B9B9;
}

.border-none {
  border: none !important;
}

@media (max-width: 426px) {
  .border-m-none {
    border: none !important;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .border-m-none {
    border: none !important;
  }
}

@media (max-width: 426px) {
  .border-m {
    border: 1px solid #B9B9B9 !important;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .border-m {
    border: 1px solid #B9B9B9 !important;
  }
}

.border-top-0 {
  border-top: 0 !important;
}

.box-border {
  border: 1px solid #B9B9B9;
  max-width: 100vw;
}
.box-border__45 {
  max-width: 45%;
}
@media (max-width: 426px) {
  .box-border__45 {
    max-width: 100%;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .box-border__45 {
    max-width: 100%;
  }
}

.responsive {
  display: none;
}

.access1 {
  height: 0;
  width: 100%;
  color: rgba(255, 255, 255, 0);
  overflow: hidden;
}

@media (max-width: 426px) {
  .desktop {
    display: none !important;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .desktop {
    display: none !important;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .desktop {
    display: block;
  }
}
@media (min-width: 991px) and (max-width: 1277px) {
  .desktop {
    display: block;
  }
}
@media (min-width: 1277px) and (max-width: 1399px) {
  .desktop {
    display: block;
  }
}
@media (min-width: 1399px) {
  .desktop {
    display: block;
  }
}

@media (max-width: 426px) {
  .mobile {
    display: block;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .mobile {
    display: block;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .mobile {
    display: none !important;
  }
}
@media (min-width: 991px) and (max-width: 1277px) {
  .mobile {
    display: none !important;
  }
}
@media (min-width: 1277px) and (max-width: 1399px) {
  .mobile {
    display: none !important;
  }
}
@media (min-width: 1399px) {
  .mobile {
    display: none !important;
  }
}

.reverse {
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.inv {
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.bold, b {
  font-family: "TitilliumWeb-Bold", sans-serif;
}

.grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  /* Columnas de la grilla */
  /* Clases para distintos anchos de viewport */
  /* Extra small (xs) */
  /* Small (sm) */
  /* Medium (md) */
  /* Large (lg) */
  /* Extra large (xl) */
}
.grid__border {
  border-left: 1px solid #B9B9B9;
  border-top: 1px solid #B9B9B9;
  border-bottom: 1px solid #B9B9B9;
}
@media (max-width: 426px) {
  .grid__border {
    border: none;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .grid__border {
    border: none;
  }
}
@media (max-width: 426px) {
  .grid__border-m {
    border: 1px solid #B9B9B9 !important;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .grid__border-m {
    border: 1px solid #B9B9B9 !important;
  }
}
@media (max-width: 426px) {
  .grid__bg-mobile {
    margin: 0 20px;
    border: 1px solid #B9B9B9;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .grid__bg-mobile {
    margin: 0 20px;
    border: 1px solid #B9B9B9;
  }
}
.grid.gap-5 {
  gap: 0 5px;
}
.grid.gap-20 {
  gap: 0 20px;
}
.grid.gap-30 {
  gap: 0 30px;
}
.grid.gap-40 {
  gap: 0 40px;
}
@media (min-width: 991px) and (max-width: 1277px) {
  .grid.gap-40 {
    gap: 0 20px;
  }
}
.grid.gap-60 {
  gap: 0 60px;
}
@media (max-width: 426px) {
  .grid.gap-m-15 {
    gap: 15px 0;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .grid.gap-m-15 {
    gap: 15px 0;
  }
}
@media (max-width: 426px) {
  .grid.gap-m-20 {
    gap: 20px 0;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .grid.gap-m-20 {
    gap: 20px 0;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .grid.gap-sm-20 {
    gap: 20px;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .grid.gap-sm-20 {
    gap: 20px;
  }
}
.grid.color-fucsia {
  border-bottom: 5px solid #E5373F !important;
}
.grid.color-green {
  border-bottom: 5px solid #7ecda7 !important;
}
.grid__col {
  padding: 20px;
  text-align: center;
  border-right: 1px solid #B9B9B9;
}
@media (max-width: 426px) {
  .grid__col {
    border: none;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .grid__col {
    border: none;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .grid__col {
    padding: 15px;
  }
}
.grid__col .breadcrumbs {
  padding-left: 0;
  padding-right: 0;
}
.grid__col.d-flex {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -webkit-box-orient: block-axis;
  -webkit-box-orient: vertical;
  -moz-box-orient: block-axis;
  -moz-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.grid__col.d-flex .grid__group {
  -webkit-flex: 1 0 auto;
  flex: 1 0 auto;
}
.grid__col.d-flex__justify {
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
@media (min-width: 767px) and (max-width: 991px) {
  .grid__col.d-flex-sm-row {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    -webkit-box-orient: inline-axis;
    -webkit-box-orient: horizontal;
    -moz-box-orient: inline-axis;
    -moz-box-orient: horizontal;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
  }
}
@media (max-width: 426px) {
  .grid__col.g-special .bg-white {
    padding: 20px;
    border: 1px solid #B9B9B9;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .grid__col.g-special .bg-white {
    padding: 20px;
    border: 1px solid #B9B9B9;
  }
}
.grid__col.color-fucsia {
  border-bottom: 5px solid #E5373F !important;
}
.grid__col.color-green {
  border-bottom: 5px solid #7ecda7 !important;
}
.grid__col .cont-banner > .adslot-container:has(iframe) {
  margin-bottom: 20px;
}
.grid__col--border {
  border: 1px solid #B9B9B9;
}
.grid__col.border-left {
  border-right: 0;
  border-left: 1px solid #B9B9B9;
  padding-left: 40px !important;
}
@media (max-width: 426px) {
  .grid__col.border-left {
    border: none;
    padding-left: 0 !important;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .grid__col.border-left {
    border: none;
    padding-left: 0 !important;
  }
}
.grid__col .grid__col {
  width: auto !important;
}
.grid__col > .media {
  padding-bottom: 54.25%;
}
.grid__group {
  gap: 20px;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
}
.grid__group--2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 426px) {
  .grid__group--2 {
    grid-template-columns: 1fr;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .grid__group--2 {
    grid-template-columns: 1fr;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .grid__group--2 {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 426px) {
  .grid__group .c-sm-12 {
    grid-column: span 2;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .grid__group .c-sm-12 {
    grid-column: span 2;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .grid__group .c-sm-12 {
    grid-column: span 2;
  }
}
.grid__group .c-lg-9 {
  grid-column: span 1;
  width: 475px;
}
@media (max-width: 426px) {
  .grid__group .c-lg-9 {
    width: 100%;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .grid__group .c-lg-9 {
    width: 100%;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .grid__group .c-lg-9 {
    width: auto;
  }
}
@media (min-width: 991px) and (max-width: 1277px) {
  .grid__group .c-lg-9 {
    width: auto;
  }
}
@media (min-width: 1277px) and (max-width: 1399px) {
  .grid__group .c-lg-9 {
    width: auto;
  }
}
.grid__group .c-lg-3 {
  grid-column: span 1;
}
.grid__group.gap-0 {
  gap: 0;
}
@media (max-width: 426px) {
  .grid__group.col-reverse-m {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    -webkit-flex-direction: column-reverse;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .grid__group.col-reverse-m {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    -webkit-flex-direction: column-reverse;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
.grid .column__border {
  border-left: 1px solid #B9B9B9;
}
.grid .column__border:first-child {
  border-left: 0;
}
.grid .grid-12 {
  grid-column: span 12;
}
.grid .g-special {
  grid-column: span 3;
  width: 330px;
  padding: 20px 15px;
}
@media (max-width: 426px) {
  .grid .g-special {
    width: auto;
    grid-column: span 12;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .grid .g-special {
    width: auto;
    grid-column: span 12;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .grid .g-special.g-md-12 {
    width: auto;
  }
}
.grid .g-special.p-0 {
  padding: 0;
}
.grid .g-special.p-0 .cont-banner {
  padding: 15px;
}
@media (max-width: 575px) {
  .grid .g-xs-1 {
    grid-column: span 1;
  }
  .grid .g-xs-2 {
    grid-column: span 2;
  }
  .grid .g-xs-3 {
    grid-column: span 3;
  }
  .grid .g-xs-4 {
    grid-column: span 4;
  }
  .grid .g-xs-5 {
    grid-column: span 5;
  }
  .grid .g-xs-6 {
    grid-column: span 6;
  }
  .grid .g-xs-7 {
    grid-column: span 7;
  }
  .grid .g-xs-8 {
    grid-column: span 8;
  }
  .grid .g-xs-9 {
    grid-column: span 9;
  }
  .grid .g-xs-10 {
    grid-column: span 10;
  }
  .grid .g-xs-11 {
    grid-column: span 11;
  }
  .grid .g-xs-12 {
    grid-column: span 12;
  }
}
@media (min-width: 576px) {
  .grid .g-sm-1 {
    grid-column: span 1;
  }
  .grid .g-sm-2 {
    grid-column: span 2;
  }
  .grid .g-sm-3 {
    grid-column: span 3;
  }
  .grid .g-sm-4 {
    grid-column: span 4;
  }
  .grid .g-sm-5 {
    grid-column: span 5;
  }
  .grid .g-sm-6 {
    grid-column: span 6;
  }
  .grid .g-sm-7 {
    grid-column: span 7;
  }
  .grid .g-sm-8 {
    grid-column: span 8;
  }
  .grid .g-sm-9 {
    grid-column: span 9;
  }
  .grid .g-sm-10 {
    grid-column: span 10;
  }
  .grid .g-sm-11 {
    grid-column: span 11;
  }
  .grid .g-sm-12 {
    grid-column: span 12;
  }
}
@media (min-width: 768px) {
  .grid .g-md-1 {
    grid-column: span 1;
  }
  .grid .g-md-2 {
    grid-column: span 2;
  }
  .grid .g-md-3 {
    grid-column: span 3;
  }
  .grid .g-md-4 {
    grid-column: span 4;
  }
  .grid .g-md-5 {
    grid-column: span 5;
  }
  .grid .g-md-6 {
    grid-column: span 6;
  }
  .grid .g-md-7 {
    grid-column: span 7;
  }
  .grid .g-md-8 {
    grid-column: span 8;
  }
  .grid .g-md-9 {
    grid-column: span 9;
  }
  .grid .g-md-10 {
    grid-column: span 10;
  }
  .grid .g-md-11 {
    grid-column: span 11;
  }
  .grid .g-md-12 {
    grid-column: span 12;
  }
}
@media (min-width: 992px) {
  .grid .g-lg-1 {
    grid-column: span 1;
  }
  .grid .g-lg-2 {
    grid-column: span 2;
  }
  .grid .g-lg-3 {
    grid-column: span 3;
  }
  .grid .g-lg-4 {
    grid-column: span 4;
  }
  .grid .g-lg-5 {
    grid-column: span 5;
  }
  .grid .g-lg-6 {
    grid-column: span 6;
  }
  .grid .g-lg-7 {
    grid-column: span 7;
  }
  .grid .g-lg-8 {
    grid-column: span 8;
  }
  .grid .g-lg-9 {
    grid-column: span 9;
  }
  .grid .g-lg-10 {
    grid-column: span 10;
  }
  .grid .g-lg-11 {
    grid-column: span 11;
  }
  .grid .g-lg-12 {
    grid-column: span 12;
  }
}
@media (min-width: 1200px) {
  .grid .g-xl-1 {
    grid-column: span 1;
  }
  .grid .g-xl-2 {
    grid-column: span 2;
  }
  .grid .g-xl-3 {
    grid-column: span 3;
  }
  .grid .g-xl-4 {
    grid-column: span 4;
  }
  .grid .g-xl-5 {
    grid-column: span 5;
    width: 530px;
  }
  .grid .g-xl-6 {
    grid-column: span 6;
  }
  .grid .g-xl-7 {
    grid-column: span 7;
  }
  .grid .g-xl-8 {
    grid-column: span 8;
  }
  .grid .g-xl-9 {
    grid-column: span 9;
  }
  .grid .g-xl-10 {
    grid-column: span 10;
  }
  .grid .g-xl-11 {
    grid-column: span 11;
  }
  .grid .g-xl-12 {
    grid-column: span 12;
  }
}

@supports (-moz-appearance: none) {
  /* Estilos específicos para Firefox */
  .g-special {
    width: auto !important;
  }
  @media (min-width: 991px) and (max-width: 1277px) {
    .main .wrapper {
      width: 95%;
      margin: 0 auto;
    }
  }
}

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