/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
      touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
          animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
  	This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
  	calculation of the height of the owl-item that breaks page layouts
   */
}
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0;
}
.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: -webkit-transform 100ms ease;
  transition: -webkit-transform 100ms ease;
  -o-transition: transform 100ms ease;
  transition: transform 100ms ease;
  transition: transform 100ms ease, -webkit-transform 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transform: scale(1.3, 1.3);
      -ms-transform: scale(1.3, 1.3);
          transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-carousel .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.owl-carousel .owl-nav [class*=owl-] {
  color: #E52A2B;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #E6E3D5;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.owl-carousel .owl-nav [class*=owl-]:hover {
  background: #E52A2B;
  color: #E52A2B;
  text-decoration: none;
}
.owl-carousel .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}
.owl-carousel .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}
.owl-carousel .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-carousel .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  -webkit-box-shadow: none;
          box-shadow: none;
  display: inline;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.owl-carousel .owl-dots .owl-dot span {
  width: 8px;
  height: 8px;
  margin: 5px 7px;
  border: 1px solid #E6E3D5;
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity 200ms ease;
  -o-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
          box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  background: #E6E3D5;
}
.owl-carousel .owl-dots .owl-dot.active span {
  background: #E52A2B;
}
.owl-carousel .owl-dots .owl-dot:hover span {
  background: #e84142;
}

/**
*
* Testing
*
**/
.include-media-test {
  font-size: 5em;
  padding: 2em;
}
@media (max-width: 460px) {
  .include-media-test {
    background-color: #def;
  }
  .include-media-test:before {
    content: "<=phone";
  }
}
@media (min-width: 461px) {
  .include-media-test {
    background-color: #abc;
  }
  .include-media-test:before {
    content: ">phone";
  }
}
@media (min-width: 815px) and (max-width: 1023px) {
  .include-media-test {
    background-color: #fed;
  }
  .include-media-test:before {
    content: ">=815px, <desktop";
  }
}
@media (min-width: 1024px) {
  .include-media-test {
    background-color: #fab;
  }
  .include-media-test:before {
    content: ">=desktop";
  }
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 2/1), (min-resolution: 192dpi) {
  .include-media-test:after {
    content: "Retina" !important;
  }
}

:root {
  --mw: 1024px;
}

*,
*:after,
*:before {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 51.8%;
  scroll-behavior: smooth;
  padding: 0;
}

body {
  color: #AAAAAA;
  font-family: "Hind";
  font-size: 1.6em;
  font-weight: 300;
  letter-spacing: 0.01em;
  line-height: 1.6;
  margin: 0;
}
body .wrap {
  background-image: url("../img/bg-all.png");
  background-position: center center;
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 1;
  position: relative;
  overflow: hidden;
}

blockquote {
  border-left: 0.3rem solid #666666;
  margin-left: 0;
  margin-right: 0;
  padding: 1rem 1.5rem;
}
blockquote *:last-child {
  margin-bottom: 0;
}

.button,
button,
input[type=button],
input[type=reset],
input[type=submit] {
  background-color: #E52A2B;
  border: 0.1rem solid #E52A2B;
  border-radius: 0.4rem;
  color: #FFFEFA;
  cursor: pointer;
  display: inline-block;
  font-size: 1.1rem;
  font-weight: 700;
  height: 3.8rem;
  letter-spacing: 0.1rem;
  line-height: 3.8rem;
  padding: 0 3rem;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.button:focus, .button:hover,
button:focus,
button:hover,
input[type=button]:focus,
input[type=button]:hover,
input[type=reset]:focus,
input[type=reset]:hover,
input[type=submit]:focus,
input[type=submit]:hover {
  background-color: #AAAAAA;
  border-color: #000000;
  color: #FFFEFA;
  outline: 0;
}
.button[disabled],
button[disabled],
input[type=button][disabled],
input[type=reset][disabled],
input[type=submit][disabled] {
  cursor: default;
  opacity: 0.5;
}
.button[disabled]:focus, .button[disabled]:hover,
button[disabled]:focus,
button[disabled]:hover,
input[type=button][disabled]:focus,
input[type=button][disabled]:hover,
input[type=reset][disabled]:focus,
input[type=reset][disabled]:hover,
input[type=submit][disabled]:focus,
input[type=submit][disabled]:hover {
  background-color: #E52A2B;
  border-color: #E52A2B;
}
.button.button-outline,
button.button-outline,
input[type=button].button-outline,
input[type=reset].button-outline,
input[type=submit].button-outline {
  background-color: transparent;
  color: #E52A2B;
}
.button.button-outline:focus, .button.button-outline:hover,
button.button-outline:focus,
button.button-outline:hover,
input[type=button].button-outline:focus,
input[type=button].button-outline:hover,
input[type=reset].button-outline:focus,
input[type=reset].button-outline:hover,
input[type=submit].button-outline:focus,
input[type=submit].button-outline:hover {
  background-color: transparent;
  border-color: #AAAAAA;
  color: #AAAAAA;
}
.button.button-outline[disabled]:focus, .button.button-outline[disabled]:hover,
button.button-outline[disabled]:focus,
button.button-outline[disabled]:hover,
input[type=button].button-outline[disabled]:focus,
input[type=button].button-outline[disabled]:hover,
input[type=reset].button-outline[disabled]:focus,
input[type=reset].button-outline[disabled]:hover,
input[type=submit].button-outline[disabled]:focus,
input[type=submit].button-outline[disabled]:hover {
  border-color: inherit;
  color: #E52A2B;
}
.button.button-clear,
button.button-clear,
input[type=button].button-clear,
input[type=reset].button-clear,
input[type=submit].button-clear {
  background-color: transparent;
  border-color: transparent;
  color: #E52A2B;
}
.button.button-clear:focus, .button.button-clear:hover,
button.button-clear:focus,
button.button-clear:hover,
input[type=button].button-clear:focus,
input[type=button].button-clear:hover,
input[type=reset].button-clear:focus,
input[type=reset].button-clear:hover,
input[type=submit].button-clear:focus,
input[type=submit].button-clear:hover {
  background-color: transparent;
  border-color: transparent;
  color: #AAAAAA;
}
.button.button-clear[disabled]:focus, .button.button-clear[disabled]:hover,
button.button-clear[disabled]:focus,
button.button-clear[disabled]:hover,
input[type=button].button-clear[disabled]:focus,
input[type=button].button-clear[disabled]:hover,
input[type=reset].button-clear[disabled]:focus,
input[type=reset].button-clear[disabled]:hover,
input[type=submit].button-clear[disabled]:focus,
input[type=submit].button-clear[disabled]:hover {
  color: #E52A2B;
}
.button.button-arrow,
button.button-arrow,
input[type=button].button-arrow,
input[type=reset].button-arrow,
input[type=submit].button-arrow {
  position: relative;
}
.button.button-arrow:after,
button.button-arrow:after,
input[type=button].button-arrow:after,
input[type=reset].button-arrow:after,
input[type=submit].button-arrow:after {
  content: "";
  display: inline-block;
  background: transparent url("../img/arrow.svg");
  background-size: 99% 99%;
  background-repeat: no-repeat;
  width: 2em;
  height: 2em;
  position: relative;
  top: 0.5em;
  margin-left: 0.5em;
}

input[type=email],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=url],
input[type=color],
input[type=date],
input[type=month],
input[type=week],
input[type=datetime],
input[type=datetime-local],
input:not([type]),
textarea,
select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  border: 0.1rem solid #666666;
  border-radius: 0.4rem;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
  height: 3.8rem;
  padding: 0.6rem 1rem;
  width: 100%;
}
input[type=email]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=text]:focus,
input[type=url]:focus,
input[type=color]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input:not([type]):focus,
textarea:focus,
select:focus {
  border-color: #E52A2B;
  outline: 0;
}

select {
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" height="14" viewBox="0 0 29 14" width="29"><path fill="%23d1d1d1" d="M9.37727 3.625l5.08154 6.93523L19.54036 3.625"/></svg>') center right no-repeat;
  padding-right: 3rem;
}
select:focus {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" height="14" viewBox="0 0 29 14" width="29"><path fill="%23E52A2B" d="M9.37727 3.625l5.08154 6.93523L19.54036 3.625"/></svg>');
}

textarea {
  min-height: 6.5rem;
}

label,
legend {
  display: block;
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}

fieldset {
  border-width: 0;
  padding: 0;
}

input[type=checkbox],
input[type=radio] {
  display: inline;
}

.label-inline {
  display: inline-block;
  font-weight: normal;
  margin-left: 0.5rem;
}

.container {
  margin: 0 auto;
  max-width: 112rem;
  padding: 0 2rem;
  position: relative;
  width: 100%;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0;
  width: 100%;
}
.row.row-no-padding {
  padding: 0;
}
.row.row-no-padding > .column {
  padding: 0;
}
.row.row-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.row.row-top {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.row.row-bottom {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.row.row-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.row.row-stretch {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.row.row-baseline {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.row.row-justify-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.row .column {
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  margin-left: 0;
  max-width: 100%;
  width: 100%;
}
.row .column.column-offset-10 {
  margin-left: 10%;
}
.row .column.column-offset-20 {
  margin-left: 20%;
}
.row .column.column-offset-25 {
  margin-left: 25%;
}
.row .column.column-offset-33, .row .column.column-offset-34 {
  margin-left: 33.3333%;
}
.row .column.column-offset-50 {
  margin-left: 50%;
}
.row .column.column-offset-66, .row .column.column-offset-67 {
  margin-left: 66.6666%;
}
.row .column.column-offset-75 {
  margin-left: 75%;
}
.row .column.column-offset-80 {
  margin-left: 80%;
}
.row .column.column-offset-90 {
  margin-left: 90%;
}
.row .column.column-10 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 10%;
          flex: 0 0 10%;
  max-width: 10%;
}
.row .column.column-20 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  max-width: 20%;
}
.row .column.column-25 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
}
.row .column.column-33, .row .column.column-34 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.3333%;
          flex: 0 0 33.3333%;
  max-width: 33.3333%;
}
.row .column.column-40 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40%;
          flex: 0 0 40%;
  max-width: 40%;
}
.row .column.column-50 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}
.row .column.column-60 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 60%;
          flex: 0 0 60%;
  max-width: 60%;
}
.row .column.column-66, .row .column.column-67 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 66.6666%;
          flex: 0 0 66.6666%;
  max-width: 66.6666%;
}
.row .column.column-75 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 75%;
          flex: 0 0 75%;
  max-width: 75%;
}
.row .column.column-80 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 80%;
          flex: 0 0 80%;
  max-width: 80%;
}
.row .column.column-90 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 90%;
          flex: 0 0 90%;
  max-width: 90%;
}
.row .column .column-top {
  -ms-flex-item-align: start;
      align-self: flex-start;
}
.row .column .column-bottom {
  -ms-flex-item-align: end;
      align-self: flex-end;
}
.row .column .column-center {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

@media (min-width: 40rem) {
  .row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-left: -1rem;
    width: calc(100% + 2.0rem);
  }
  .row .column {
    margin-bottom: inherit;
    padding: 0 1rem;
  }
}
a {
  color: #E52A2B;
  text-decoration: none;
}
a:focus, a:hover {
  color: #AAAAAA;
}

dl,
ol,
ul {
  list-style: none;
  margin-top: 0;
  padding-left: 0;
}
dl dl,
dl ol,
dl ul,
ol dl,
ol ol,
ol ul,
ul dl,
ul ol,
ul ul {
  font-size: 90%;
  margin: 1.5rem 0 1.5rem 3rem;
}

ol {
  list-style: decimal inside;
}

ul {
  list-style: circle inside;
}

.button,
button,
dd,
dt,
li {
  margin-bottom: 1rem;
}

fieldset,
input,
select,
textarea {
  margin-bottom: 1.5rem;
}

blockquote,
dl,
figure,
form,
ol,
p,
pre,
table,
ul {
  margin-bottom: 2.5rem;
}

b,
strong {
  font-weight: bold;
}

p {
  margin-top: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 300;
  letter-spacing: -0.1rem;
  margin-bottom: 2rem;
  margin-top: 0;
}

h1 {
  font-size: 4.6rem;
  line-height: 1.2;
}

h2 {
  font-size: 3.6rem;
  line-height: 1.25;
}

h3 {
  font-size: 2.8rem;
  line-height: 1.3;
}

h4 {
  font-size: 2.2rem;
  letter-spacing: -0.08rem;
  line-height: 1.35;
}

h5 {
  font-size: 1.8rem;
  letter-spacing: -0.05rem;
  line-height: 1.5;
}

h6 {
  font-size: 1.6rem;
  letter-spacing: 0;
  line-height: 1.4;
}

img {
  max-width: 100%;
}

header {
  z-index: 10;
  position: relative;
  min-width: 100%;
}

.H-info-content {
  position: relative;
  width: 100%;
  margin: auto;
  max-width: 1024px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.H-info {
  width: 100%;
  background: #000000;
  padding: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.H-contac, .H-brochure {
  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;
}
.H-contac h5, .H-brochure h5 {
  display: inline;
  margin-right: 1em;
  color: #FFFEFA;
}
.H-contac a, .H-brochure a {
  color: #FFFEFA;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.H-contac a .ico-tel,
.H-contac a .ico-email,
.H-contac a .ico-download, .H-brochure a .ico-tel,
.H-brochure a .ico-email,
.H-brochure a .ico-download {
  margin: 0 0.5em;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.H-contac a .ico-tel img,
.H-contac a .ico-email img,
.H-contac a .ico-download img, .H-brochure a .ico-tel img,
.H-brochure a .ico-email img,
.H-brochure a .ico-download img {
  max-width: 22px;
  max-width: 22px;
}
.H-contac a .ico-download, .H-brochure a .ico-download {
  width: 22px;
}
.H-contac {
  width: 100%;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
@media (min-width: 769px) {
  .H-contac {
    width: initial;
  }
}
.H-brochure {
  display: none;
}
@media (min-width: 769px) {
  .H-brochure {
    display: block;
  }
}
.H-contac a:nth-child(1) {
  margin-right: 1em;
}

.H-principal {
  width: 100% !important;
  border-top: #E52A2B 2px solid;
  -webkit-box-shadow: 0 4px 12px 0px rgba(102, 102, 102, 0.25);
          box-shadow: 0 4px 12px 0px rgba(102, 102, 102, 0.25);
  background: #FFFEFA;
  height: 105px;
  padding: 0;
}

.H-principal-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 95%;
  margin: 0 auto;
  max-width: 1024px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 769px) {
  .H-principal-content {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.H-logoa {
  max-width: 40%;
  height: 105px;
}

figure.H-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  position: relative;
  left: 0em;
  top: 0;
  width: 100%;
  height: 100%;
  margin: 0;
}

.H-nav-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: absolute;
  width: 100%;
  padding: 1em 2.5em;
  margin-left: -1em;
  overflow: hidden;
  -webkit-transform-origin: top center;
      -ms-transform-origin: top center;
          transform-origin: top center;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background: #FFFEFA;
  -webkit-transform: scaleY(0);
      -ms-transform: scaleY(0);
          transform: scaleY(0);
}
.H-nav-content a {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  margin: 0;
}
.H-nav-content a.active {
  color: #E52A2B;
  font-weight: bold;
}
@media (min-width: 769px) {
  .H-nav-content {
    overflow: visible;
    -webkit-transform-origin: top right;
        -ms-transform-origin: top right;
            transform-origin: top right;
    position: initial;
    height: initial;
    width: initial;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-transform: scaleY(1);
        -ms-transform: scaleY(1);
            transform: scaleY(1);
  }
  .H-nav-content > a {
    position: relative;
    width: 100px;
    text-align: center;
  }
  .H-nav-content > a:hover:before {
    bottom: -22px;
    top: 60px;
    opacity: 1;
  }
  .H-nav-content > a:before {
    content: "";
    width: 120px;
    height: 10px;
    background: #E52A2B;
    position: absolute;
    top: 30px;
    left: -10px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    opacity: 0;
  }
}
.H-nav-active {
  background: red;
}
.H-nav-active .H-nav-content {
  -webkit-transform: scaleY(1);
      -ms-transform: scaleY(1);
          transform: scaleY(1);
}
.H-nav-active .H-nav-toggle {
  border-width: 0;
}
.H-nav-active .H-nav-toggle:before {
  top: 11px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.H-nav-active .H-nav-toggle:after {
  top: 11px;
  opacity: 1;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.H-nav-toggle {
  position: absolute;
  top: 30px;
  right: 1em;
  width: 36px;
  height: 33px;
  border-top: 6px solid #E52A2B;
  border-bottom: 6px solid #E52A2B;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.H-nav-toggle:before, .H-nav-toggle:after {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  position: absolute;
  width: 100%;
  height: 6px;
  content: "";
  background: #E52A2B;
  top: 7px;
}
.H-nav-toggle:after {
  opacity: 0;
}
@media (min-width: 769px) {
  .H-nav-toggle {
    display: none;
  }
}
.H-nav a {
  color: #666666;
  font-size: 2rem;
  padding: 0.5em 0;
}
@media (min-width: 769px) {
  .H-nav a {
    margin-right: 2em;
  }
}
.H-nav a:hover {
  color: #E52A2B;
}
.H-nav .lang {
  color: #666666;
  border: #000000 solid 1px;
  background: #fff;
  position: relative;
  width: 130px;
  height: 42px;
  padding: 0.5em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 2em 0 1rem 0;
}
@media (min-width: 769px) {
  .H-nav .lang {
    margin: 0 0 1rem 1.5em;
  }
}
.H-nav .lang:hover .lang-select, .H-nav .lang:focus .lang-select {
  left: 120%;
  top: -5px;
  opacity: 1;
  pointer-events: all;
}
@media (min-width: 769px) {
  .H-nav .lang:hover .lang-select, .H-nav .lang:focus .lang-select {
    left: 0;
    top: 130%;
  }
}
.H-nav .lang .ico-flag {
  position: absolute;
  width: 16px;
  height: 10px;
  top: 9px;
  left: 15px;
  padding: 0;
  margin: 0;
}
.H-nav .lang .ico-flag img {
  padding: 0;
  margin: 0;
  width: 100%;
}
.H-nav .lang .lang-selected {
  background-color: #e6e6e6;
  height: 32px;
  padding-left: 3em;
  border: none;
}
.H-nav .lang .lang-select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: absolute;
  background: #FFFEFA;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
  top: 200%;
  width: 100%;
  left: 0;
  padding: 0.5em;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  pointer-events: none;
}
.H-nav .lang .lang-select:before {
  content: "";
  position: absolute;
  bottom: 100%;
  width: 100%;
  background: transparent;
  height: 2em;
  left: 0;
}
.H-nav .lang .lang-select-isActive {
  left: 120%;
  top: 0;
  opacity: 1;
}
@media (min-width: 769px) {
  .H-nav .lang .lang-select-isActive {
    left: 0;
    top: 130%;
  }
}
.H-nav .lang .lang-select a {
  position: relative;
  font-size: 1.4rem;
  font-weight: normal;
  padding: 0.5em 5rem;
  text-align: left;
  width: 100%;
}
.H-nav .lang .lang-select a:hover {
  background: rgba(0, 0, 0, 0.09);
  color: #000000;
}

.preload {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99;
  background: #FFFEFA;
}
.preload-logo {
  position: absolute;
  left: calc(50% - 15vh);
  top: calc(50% - 15vh);
  width: 30vh;
  height: 30vh;
  margin: 0;
  padding: 0;
  -webkit-animation: preload 3s ease alternate infinite;
          animation: preload 3s ease alternate infinite;
}
.preload.preload--finish {
  background: transparent;
  pointer-events: none;
}
.preload.preload--finish .preload-logo {
  -webkit-animation: none;
          animation: none;
}

@-webkit-keyframes preload {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}

@keyframes preload {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}
.C {
  width: 100%;
  position: relative;
  border-bottom: 5px solid #E52A2B;
  margin: 0;
  padding: 0;
  overflow: hidden;
  -webkit-box-shadow: 0 9px 9px rgba(0, 0, 0, 0.3);
          box-shadow: 0 9px 9px rgba(0, 0, 0, 0.3);
}
.C-title {
  background: #4F4F4F;
  text-align: center;
  margin: 0;
  padding: 1.5em 0 2em;
  color: #FFFEFA;
}
.C-items, .C ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1em 0 3em;
  margin: 0;
  max-width: 100vw;
  background: #4F4F4F;
  list-style: none;
}
.C-item {
  padding: 0;
  margin: 1em;
  height: 50px;
}
.C-item img {
  max-height: 100%;
}

img.C-img {
  padding: 0;
  width: 100%;
  position: relative;
  bottom: -0.6em;
  margin-top: 5em;
  margin-bottom: 0;
  pointer-events: none;
}

.Maps {
  height: 40vh;
  background: #EAECEB;
}
.Maps iframe {
  width: 100%;
  height: 40vh;
}

footer {
  background: #000000;
  padding: 0;
  position: relative;
  z-index: 2em;
  -webkit-box-shadow: 0 -3px 9px rgba(0, 0, 0, 0.3);
          box-shadow: 0 -3px 9px rgba(0, 0, 0, 0.3);
}

.F-cont {
  max-width: 1024px;
  padding: 1em;
  margin: auto;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 6em;
  padding-bottom: 3em;
}
@media (min-width: 769px) {
  .F-cont {
    padding-bottom: 1em;
    padding-top: 1em;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.F-cont .logoSVG {
  -webkit-transform: scale(1.8);
      -ms-transform: scale(1.8);
          transform: scale(1.8);
}
.F-cont .logoSVG .b {
  fill: #FFFEFA;
}
.F-cont .logoSVG .circle {
  fill: #E52A2B;
}

.F-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 3em;
  position: relative;
  margin: 4.5em 1em 2em;
}
@media (min-width: 769px) {
  .F-text {
    margin: 0;
  }
}
.F-text p {
  max-width: 180px;
  color: #FFFEFA;
}
.F-text ul {
  margin-left: 3em;
  list-style: none;
}
.F-text ul li {
  position: relative;
}
.F-text ul li a {
  color: #FFFEFA;
}
.F-text ul li:before {
  content: "";
  width: 10px;
  height: 10px;
  background: #E52A2B;
  position: absolute;
  display: block;
  left: -20px;
  margin-top: 0.3em;
  border-radius: 50%;
}
.F-text:before, .F-text:after {
  background: #FFFEFA;
  content: "";
  bottom: 3px;
  height: 6px;
  left: -40px;
  position: absolute;
  width: 110%;
}
.F-text:after {
  background: rgba(229, 42, 43, 0.8);
  width: 6px;
  height: 200px;
  left: -10px;
  bottom: 0px;
}

.F-info {
  border: 1px solid white;
  border-radius: 1em;
  padding: 2em 3.5em;
  position: relative;
}
.F-info:before {
  content: "";
  position: absolute;
  left: -40px;
  top: 10px;
  width: 80px;
  height: 120px;
  z-index: 1;
  background-image: url(../img/placeholder.svg);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}
.F-info p {
  max-width: 190px;
  font-size: 1.8rem;
  margin-bottom: 0;
  color: white;
}

.F-cellos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-left: 30px;
}
.F-cellos img {
  border-radius: 50%;
  max-width: 70px;
  padding: 0.5em 0;
}

.F-info-text {
  line-height: 1.6em;
}

.F-info-buttons {
  position: absolute;
  bottom: -25px;
  left: calc(50% - 62px);
}

.F-disclaimer {
  background: #4C4C4C;
  padding: 0.5em;
}
.F-disclaimer p {
  margin-bottom: 0;
  text-align: center;
}

.wrap {
  min-width: 100%;
  overflow: hidden;
}

.fadeOut {
  -webkit-animation-duration: 1000ms;
          animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.B {
  position: relative;
  width: 100%;
  height: 80vh;
  background-size: cover;
  margin: 0 auto;
  background-position: top right 35%;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}
@media (min-width: 769px) {
  .B {
    height: 70vh;
    background-position: top right;
  }
}
.B-content {
  position: relative;
  height: 100%;
  width: 100%;
}
.B .owl-stage-outer, .B .owl-stage {
  height: 100%;
}
.B .owl-item {
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.5s ease 0.3s;
  -o-transition: opacity 0.5s ease 0.3s;
  transition: opacity 0.5s ease 0.3s;
}
.B .owl-item.active {
  opacity: 1;
  pointer-events: auto;
}
.B .owl-dots {
  position: absolute;
  bottom: 10%;
  left: 10px;
  width: 100%;
}
@media (min-width: 769px) {
  .B .owl-dots {
    left: 50%;
    max-width: 1024px;
    margin-left: calc( var(--mw) / -2);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-left: 100px;
  }
}
.B-slider {
  position: relative;
  width: 100%;
  background-image: url(../img/fondoNubes.jpg);
  background-size: cover;
  height: 100%;
}
.B-slide {
  max-width: 100%;
  height: 100%;
  text-transform: uppercase;
  -webkit-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
  max-width: 1024px;
  position: relative;
}
.B-slide-content {
  position: relative;
  max-width: 1024px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: auto;
  width: 100%;
  height: 100%;
  padding-left: 2em;
}
@media (min-width: 769px) {
  .B-slide-content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
.B-slide-fondo {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  bottom: 0;
  top: 25%;
}
@media (min-width: 769px) {
  .B-slide-fondo {
    top: 0;
    right: -20%;
  }
}
.B-slide-text {
  position: relative;
  margin-top: 2em;
  left: -20%;
}
@media (min-width: 769px) {
  .B-slide-text {
    left: 0;
    margin: 0;
  }
}
.B-slide figure {
  padding: 0;
  margin: 0;
  margin-bottom: 1em;
  width: 64px;
}
.B-slide h2 {
  color: black;
  position: relative;
  font-weight: 700;
}
.B-slide h2:before {
  position: absolute;
  -webkit-transform: scale(3);
      -ms-transform: scale(3);
          transform: scale(3);
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.04);
  content: attr(data-shadow);
  width: 170px;
  line-height: 0.8;
  left: 15%;
  font-weight: 700;
}
.B-slide span {
  display: block;
  color: #E52A2B;
}
.B-slide .B-button {
  position: relative;
  padding: 0;
}

.emp {
  position: absolute;
  bottom: -195px;
  right: 0;
  background: red;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-shadow: 0 2px 8px 0px rgba(102, 102, 102, 0.25);
          box-shadow: 0 2px 8px 0px rgba(102, 102, 102, 0.25);
  z-index: 3;
  width: 100%;
}
.emp-content {
  position: relative;
  width: 100%;
  max-width: 1024px;
  margin: auto;
}
@media (min-width: 461px) {
  .emp {
    bottom: -65px;
    width: auto;
    padding-left: 1em;
    padding-right: 1em;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    height: 120px;
  }
}
.emp-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #FFFEFA;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.emp-item:nth-child(2) {
  -webkit-box-shadow: 0 2px 8px 0px rgba(102, 102, 102, 0.25);
          box-shadow: 0 2px 8px 0px rgba(102, 102, 102, 0.25);
  background: #000000;
  border-radius: 6px;
  border: 1px solid #666666;
  padding: 1em;
}
@media (min-width: 461px) {
  .emp-item:nth-child(2) {
    height: 130px;
    padding: 0.5em 0.8em;
    position: relative;
    top: -0.4em;
  }
}
.emp-text {
  max-width: 230px;
  margin: 0 1em;
  padding: 1em 0;
}
.emp-text h3, .emp-text p {
  margin-bottom: 0;
  line-height: 1.2;
}
.emp-text h3 {
  font-weight: 600;
  font-size: 2rem;
  margin-bottom: 0.5em;
}
.emp .img-iso {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  text-align: centar;
  width: 320px;
  max-height: 120px;
}
.emp .img-logo {
  -webkit-box-shadow: 0 2px 8px 0px rgba(102, 102, 102, 0.25);
          box-shadow: 0 2px 8px 0px rgba(102, 102, 102, 0.25);
  padding: 1em 0.3em;
  background: #FFFEFA;
  border-radius: 6px;
  height: 130px;
  display: none;
}
@media (min-width: 461px) {
  .emp .img-logo {
    display: block;
  }
}

.QS {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 200px;
  max-width: 1024px;
  margin: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (min-width: 769px) {
  .QS {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.QS-txt {
  padding-top: 2em;
  padding-left: 1em;
  padding-right: 20px;
  margin: 7em auto 5em;
  position: relative;
  min-width: 260px;
  width: 360px;
}
@media (min-width: 769px) {
  .QS-txt {
    width: 260px;
    margin: 4em 5em 0px 0px;
  }
}
.QS-txt:before, .QS-txt:after {
  content: "";
  width: 260px;
  height: 8px;
  left: -40px;
  top: 0;
  position: absolute;
  background: #666666;
}
.QS-txt:after {
  background: rgba(229, 42, 43, 0.8);
  width: 8px;
  height: 220px;
  left: -10px;
  top: -30px;
}
.QS-txt h2 {
  text-transform: uppercase;
  color: #000000;
  margin-top: 0.3em;
  margin-bottom: 0.5em;
  position: relative;
}
.QS-txt h2:before {
  position: absolute;
  -webkit-transform: scale(3);
      -ms-transform: scale(3);
          transform: scale(3);
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.04);
  content: attr(data-shadow);
  width: 100px;
  line-height: 0.8;
  left: 5%;
  font-weight: 700;
}
.QS-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.QS-buttons .button {
  margin-right: 1em;
  padding: 0 1em;
}
.QS-video {
  max-width: 90%;
  margin: auto;
  margin-bottom: 3em;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.3);
          box-shadow: 0 3px 9px rgba(0, 0, 0, 0.3);
}
@media (min-width: 769px) {
  .QS-video {
    margin-bottom: 7em;
  }
}
.QS-video-active {
  -webkit-transform: initial !important;
      -ms-transform: initial !important;
          transform: initial !important;
}
.QS-video figure {
  position: relative;
  margin: 0;
  border-radius: 6px;
  overflow: hidden;
}
.QS-video figure > img {
  display: block;
}
.QS-video-play {
  top: calc(50% - 45px);
  left: calc(50% - 45px);
  bottom: calc(50% - 45px);
  right: calc(50% - 45px);
  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;
  border-radius: 50%;
  position: absolute;
  cursor: pointer;
  z-index: 1;
  padding: 0.5em;
  width: 90px;
  height: 90px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  background-color: transparent;
}
.QS-video-play:before {
  content: "";
  pointer-events: none;
  width: 50px;
  height: 50px;
  background-image: -o-radial-gradient(circle, #e52a2b 20%, rgba(229, 42, 43, 0.3) 100%);
  background-image: radial-gradient(circle, #e52a2b 20%, rgba(229, 42, 43, 0.3) 100%);
  position: absolute;
  z-index: -1;
  border-radius: 50%;
  -webkit-animation: animatePlay 3s linear 2s infinite;
          animation: animatePlay 3s linear 2s infinite;
}
.QS-video-play:hover {
  -webkit-transform: scale(1.3);
      -ms-transform: scale(1.3);
          transform: scale(1.3);
}
@-webkit-keyframes animatePlay {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 1;
  }
  50% {
    opacity: 0.4;
  }
  100% {
    -webkit-transform: scale(9);
            transform: scale(9);
    opacity: 0;
  }
}
@keyframes animatePlay {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 1;
  }
  50% {
    opacity: 0.4;
  }
  100% {
    -webkit-transform: scale(9);
            transform: scale(9);
    opacity: 0;
  }
}
.QS-video-player {
  position: fixed !important;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  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;
  opacity: 0;
  z-index: -1;
  background: -o-radial-gradient(rgba(0, 0, 0, 0.3) 15%, transparent 6%) 0 0, -o-radial-gradient(rgba(0, 0, 0, 0.3) 15%, transparent 6%) 8px 8px, -o-radial-gradient(rgba(255, 255, 255, 0.1) 15%, transparent 10%) 0 1px, -o-radial-gradient(rgba(255, 255, 255, 0.1) 15%, transparent 10%) 8px 9px;
  background: radial-gradient(rgba(0, 0, 0, 0.3) 15%, transparent 6%) 0 0, radial-gradient(rgba(0, 0, 0, 0.3) 15%, transparent 6%) 8px 8px, radial-gradient(rgba(255, 255, 255, 0.1) 15%, transparent 10%) 0 1px, radial-gradient(rgba(255, 255, 255, 0.1) 15%, transparent 10%) 8px 9px;
  background-size: 24px 24px;
  background-color: rgba(40, 40, 40, 0.8);
  pointer-events: none;
  width: 100vw;
  height: 100vh;
  -webkit-transition: all 0.8s;
  -o-transition: all 0.8s;
  transition: all 0.8s;
}
.QS-video-player .QS-video-video {
  height: 70vh;
}
@media (min-width: 769px) {
  .QS-video-player .QS-video-video {
    width: 70vw;
    height: auto;
  }
}
.QS-video-player-active {
  pointer-events: all;
  opacity: 1;
  z-index: 99;
}
.QS-video-player-close {
  position: absolute;
  z-index: 1;
  width: 36px;
  height: 5px;
  background: #E52A2B;
  top: 5%;
  right: 5%;
  -webkit-transform: rotateZ(45deg);
      -ms-transform: rotate(45deg);
          transform: rotateZ(45deg);
}
.QS-video-player-close:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background: #E52A2B;
  -webkit-transform: rotateZ(90deg);
      -ms-transform: rotate(90deg);
          transform: rotateZ(90deg);
}

.O {
  border-top: 2px solid #E52A2B;
}
.O-header {
  background: #000000;
  color: #FFFEFA;
  padding: 0 1em;
}
.O-header-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1024px;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: auto;
  padding-top: 1.5em;
}
.O-header h2 {
  margin-bottom: 0;
  text-transform: uppercase;
  font-weight: 700;
}
.O-obras {
  margin: auto;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[8];
  grid-template-columns: repeat(8, 1fr);
  -ms-grid-rows: (12vh)[15];
  grid-template-rows: repeat(15, 12vh);
}
.O-obras > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.O-obras > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}
.O-obras > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
.O-obras > *:nth-child(4) {
  -ms-grid-row: 1;
  -ms-grid-column: 4;
}
.O-obras > *:nth-child(5) {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}
.O-obras > *:nth-child(6) {
  -ms-grid-row: 1;
  -ms-grid-column: 6;
}
.O-obras > *:nth-child(7) {
  -ms-grid-row: 1;
  -ms-grid-column: 7;
}
.O-obras > *:nth-child(8) {
  -ms-grid-row: 1;
  -ms-grid-column: 8;
}
.O-obras > *:nth-child(9) {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
}
.O-obras > *:nth-child(10) {
  -ms-grid-row: 2;
  -ms-grid-column: 2;
}
.O-obras > *:nth-child(11) {
  -ms-grid-row: 2;
  -ms-grid-column: 3;
}
.O-obras > *:nth-child(12) {
  -ms-grid-row: 2;
  -ms-grid-column: 4;
}
.O-obras > *:nth-child(13) {
  -ms-grid-row: 2;
  -ms-grid-column: 5;
}
.O-obras > *:nth-child(14) {
  -ms-grid-row: 2;
  -ms-grid-column: 6;
}
.O-obras > *:nth-child(15) {
  -ms-grid-row: 2;
  -ms-grid-column: 7;
}
.O-obras > *:nth-child(16) {
  -ms-grid-row: 2;
  -ms-grid-column: 8;
}
.O-obras > *:nth-child(17) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}
.O-obras > *:nth-child(18) {
  -ms-grid-row: 3;
  -ms-grid-column: 2;
}
.O-obras > *:nth-child(19) {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
}
.O-obras > *:nth-child(20) {
  -ms-grid-row: 3;
  -ms-grid-column: 4;
}
.O-obras > *:nth-child(21) {
  -ms-grid-row: 3;
  -ms-grid-column: 5;
}
.O-obras > *:nth-child(22) {
  -ms-grid-row: 3;
  -ms-grid-column: 6;
}
.O-obras > *:nth-child(23) {
  -ms-grid-row: 3;
  -ms-grid-column: 7;
}
.O-obras > *:nth-child(24) {
  -ms-grid-row: 3;
  -ms-grid-column: 8;
}
.O-obras > *:nth-child(25) {
  -ms-grid-row: 4;
  -ms-grid-column: 1;
}
.O-obras > *:nth-child(26) {
  -ms-grid-row: 4;
  -ms-grid-column: 2;
}
.O-obras > *:nth-child(27) {
  -ms-grid-row: 4;
  -ms-grid-column: 3;
}
.O-obras > *:nth-child(28) {
  -ms-grid-row: 4;
  -ms-grid-column: 4;
}
.O-obras > *:nth-child(29) {
  -ms-grid-row: 4;
  -ms-grid-column: 5;
}
.O-obras > *:nth-child(30) {
  -ms-grid-row: 4;
  -ms-grid-column: 6;
}
.O-obras > *:nth-child(31) {
  -ms-grid-row: 4;
  -ms-grid-column: 7;
}
.O-obras > *:nth-child(32) {
  -ms-grid-row: 4;
  -ms-grid-column: 8;
}
.O-obras > *:nth-child(33) {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
}
.O-obras > *:nth-child(34) {
  -ms-grid-row: 5;
  -ms-grid-column: 2;
}
.O-obras > *:nth-child(35) {
  -ms-grid-row: 5;
  -ms-grid-column: 3;
}
.O-obras > *:nth-child(36) {
  -ms-grid-row: 5;
  -ms-grid-column: 4;
}
.O-obras > *:nth-child(37) {
  -ms-grid-row: 5;
  -ms-grid-column: 5;
}
.O-obras > *:nth-child(38) {
  -ms-grid-row: 5;
  -ms-grid-column: 6;
}
.O-obras > *:nth-child(39) {
  -ms-grid-row: 5;
  -ms-grid-column: 7;
}
.O-obras > *:nth-child(40) {
  -ms-grid-row: 5;
  -ms-grid-column: 8;
}
.O-obras > *:nth-child(41) {
  -ms-grid-row: 6;
  -ms-grid-column: 1;
}
.O-obras > *:nth-child(42) {
  -ms-grid-row: 6;
  -ms-grid-column: 2;
}
.O-obras > *:nth-child(43) {
  -ms-grid-row: 6;
  -ms-grid-column: 3;
}
.O-obras > *:nth-child(44) {
  -ms-grid-row: 6;
  -ms-grid-column: 4;
}
.O-obras > *:nth-child(45) {
  -ms-grid-row: 6;
  -ms-grid-column: 5;
}
.O-obras > *:nth-child(46) {
  -ms-grid-row: 6;
  -ms-grid-column: 6;
}
.O-obras > *:nth-child(47) {
  -ms-grid-row: 6;
  -ms-grid-column: 7;
}
.O-obras > *:nth-child(48) {
  -ms-grid-row: 6;
  -ms-grid-column: 8;
}
.O-obras > *:nth-child(49) {
  -ms-grid-row: 7;
  -ms-grid-column: 1;
}
.O-obras > *:nth-child(50) {
  -ms-grid-row: 7;
  -ms-grid-column: 2;
}
.O-obras > *:nth-child(51) {
  -ms-grid-row: 7;
  -ms-grid-column: 3;
}
.O-obras > *:nth-child(52) {
  -ms-grid-row: 7;
  -ms-grid-column: 4;
}
.O-obras > *:nth-child(53) {
  -ms-grid-row: 7;
  -ms-grid-column: 5;
}
.O-obras > *:nth-child(54) {
  -ms-grid-row: 7;
  -ms-grid-column: 6;
}
.O-obras > *:nth-child(55) {
  -ms-grid-row: 7;
  -ms-grid-column: 7;
}
.O-obras > *:nth-child(56) {
  -ms-grid-row: 7;
  -ms-grid-column: 8;
}
.O-obras > *:nth-child(57) {
  -ms-grid-row: 8;
  -ms-grid-column: 1;
}
.O-obras > *:nth-child(58) {
  -ms-grid-row: 8;
  -ms-grid-column: 2;
}
.O-obras > *:nth-child(59) {
  -ms-grid-row: 8;
  -ms-grid-column: 3;
}
.O-obras > *:nth-child(60) {
  -ms-grid-row: 8;
  -ms-grid-column: 4;
}
.O-obras > *:nth-child(61) {
  -ms-grid-row: 8;
  -ms-grid-column: 5;
}
.O-obras > *:nth-child(62) {
  -ms-grid-row: 8;
  -ms-grid-column: 6;
}
.O-obras > *:nth-child(63) {
  -ms-grid-row: 8;
  -ms-grid-column: 7;
}
.O-obras > *:nth-child(64) {
  -ms-grid-row: 8;
  -ms-grid-column: 8;
}
.O-obras > *:nth-child(65) {
  -ms-grid-row: 9;
  -ms-grid-column: 1;
}
.O-obras > *:nth-child(66) {
  -ms-grid-row: 9;
  -ms-grid-column: 2;
}
.O-obras > *:nth-child(67) {
  -ms-grid-row: 9;
  -ms-grid-column: 3;
}
.O-obras > *:nth-child(68) {
  -ms-grid-row: 9;
  -ms-grid-column: 4;
}
.O-obras > *:nth-child(69) {
  -ms-grid-row: 9;
  -ms-grid-column: 5;
}
.O-obras > *:nth-child(70) {
  -ms-grid-row: 9;
  -ms-grid-column: 6;
}
.O-obras > *:nth-child(71) {
  -ms-grid-row: 9;
  -ms-grid-column: 7;
}
.O-obras > *:nth-child(72) {
  -ms-grid-row: 9;
  -ms-grid-column: 8;
}
.O-obras > *:nth-child(73) {
  -ms-grid-row: 10;
  -ms-grid-column: 1;
}
.O-obras > *:nth-child(74) {
  -ms-grid-row: 10;
  -ms-grid-column: 2;
}
.O-obras > *:nth-child(75) {
  -ms-grid-row: 10;
  -ms-grid-column: 3;
}
.O-obras > *:nth-child(76) {
  -ms-grid-row: 10;
  -ms-grid-column: 4;
}
.O-obras > *:nth-child(77) {
  -ms-grid-row: 10;
  -ms-grid-column: 5;
}
.O-obras > *:nth-child(78) {
  -ms-grid-row: 10;
  -ms-grid-column: 6;
}
.O-obras > *:nth-child(79) {
  -ms-grid-row: 10;
  -ms-grid-column: 7;
}
.O-obras > *:nth-child(80) {
  -ms-grid-row: 10;
  -ms-grid-column: 8;
}
.O-obras > *:nth-child(81) {
  -ms-grid-row: 11;
  -ms-grid-column: 1;
}
.O-obras > *:nth-child(82) {
  -ms-grid-row: 11;
  -ms-grid-column: 2;
}
.O-obras > *:nth-child(83) {
  -ms-grid-row: 11;
  -ms-grid-column: 3;
}
.O-obras > *:nth-child(84) {
  -ms-grid-row: 11;
  -ms-grid-column: 4;
}
.O-obras > *:nth-child(85) {
  -ms-grid-row: 11;
  -ms-grid-column: 5;
}
.O-obras > *:nth-child(86) {
  -ms-grid-row: 11;
  -ms-grid-column: 6;
}
.O-obras > *:nth-child(87) {
  -ms-grid-row: 11;
  -ms-grid-column: 7;
}
.O-obras > *:nth-child(88) {
  -ms-grid-row: 11;
  -ms-grid-column: 8;
}
.O-obras > *:nth-child(89) {
  -ms-grid-row: 12;
  -ms-grid-column: 1;
}
.O-obras > *:nth-child(90) {
  -ms-grid-row: 12;
  -ms-grid-column: 2;
}
.O-obras > *:nth-child(91) {
  -ms-grid-row: 12;
  -ms-grid-column: 3;
}
.O-obras > *:nth-child(92) {
  -ms-grid-row: 12;
  -ms-grid-column: 4;
}
.O-obras > *:nth-child(93) {
  -ms-grid-row: 12;
  -ms-grid-column: 5;
}
.O-obras > *:nth-child(94) {
  -ms-grid-row: 12;
  -ms-grid-column: 6;
}
.O-obras > *:nth-child(95) {
  -ms-grid-row: 12;
  -ms-grid-column: 7;
}
.O-obras > *:nth-child(96) {
  -ms-grid-row: 12;
  -ms-grid-column: 8;
}
.O-obras > *:nth-child(97) {
  -ms-grid-row: 13;
  -ms-grid-column: 1;
}
.O-obras > *:nth-child(98) {
  -ms-grid-row: 13;
  -ms-grid-column: 2;
}
.O-obras > *:nth-child(99) {
  -ms-grid-row: 13;
  -ms-grid-column: 3;
}
.O-obras > *:nth-child(100) {
  -ms-grid-row: 13;
  -ms-grid-column: 4;
}
.O-obras > *:nth-child(101) {
  -ms-grid-row: 13;
  -ms-grid-column: 5;
}
.O-obras > *:nth-child(102) {
  -ms-grid-row: 13;
  -ms-grid-column: 6;
}
.O-obras > *:nth-child(103) {
  -ms-grid-row: 13;
  -ms-grid-column: 7;
}
.O-obras > *:nth-child(104) {
  -ms-grid-row: 13;
  -ms-grid-column: 8;
}
.O-obras > *:nth-child(105) {
  -ms-grid-row: 14;
  -ms-grid-column: 1;
}
.O-obras > *:nth-child(106) {
  -ms-grid-row: 14;
  -ms-grid-column: 2;
}
.O-obras > *:nth-child(107) {
  -ms-grid-row: 14;
  -ms-grid-column: 3;
}
.O-obras > *:nth-child(108) {
  -ms-grid-row: 14;
  -ms-grid-column: 4;
}
.O-obras > *:nth-child(109) {
  -ms-grid-row: 14;
  -ms-grid-column: 5;
}
.O-obras > *:nth-child(110) {
  -ms-grid-row: 14;
  -ms-grid-column: 6;
}
.O-obras > *:nth-child(111) {
  -ms-grid-row: 14;
  -ms-grid-column: 7;
}
.O-obras > *:nth-child(112) {
  -ms-grid-row: 14;
  -ms-grid-column: 8;
}
.O-obras > *:nth-child(113) {
  -ms-grid-row: 15;
  -ms-grid-column: 1;
}
.O-obras > *:nth-child(114) {
  -ms-grid-row: 15;
  -ms-grid-column: 2;
}
.O-obras > *:nth-child(115) {
  -ms-grid-row: 15;
  -ms-grid-column: 3;
}
.O-obras > *:nth-child(116) {
  -ms-grid-row: 15;
  -ms-grid-column: 4;
}
.O-obras > *:nth-child(117) {
  -ms-grid-row: 15;
  -ms-grid-column: 5;
}
.O-obras > *:nth-child(118) {
  -ms-grid-row: 15;
  -ms-grid-column: 6;
}
.O-obras > *:nth-child(119) {
  -ms-grid-row: 15;
  -ms-grid-column: 7;
}
.O-obras > *:nth-child(120) {
  -ms-grid-row: 15;
  -ms-grid-column: 8;
}
@media (min-width: 461px) {
  .O-obras {
    -ms-grid-columns: (1fr)[8];
    grid-template-columns: repeat(8, 1fr);
    -ms-grid-rows: (9vh)[15];
    grid-template-rows: repeat(15, 9vh);
  }
  .O-obras > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .O-obras > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .O-obras > *:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .O-obras > *:nth-child(4) {
    -ms-grid-row: 1;
    -ms-grid-column: 4;
  }
  .O-obras > *:nth-child(5) {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
  }
  .O-obras > *:nth-child(6) {
    -ms-grid-row: 1;
    -ms-grid-column: 6;
  }
  .O-obras > *:nth-child(7) {
    -ms-grid-row: 1;
    -ms-grid-column: 7;
  }
  .O-obras > *:nth-child(8) {
    -ms-grid-row: 1;
    -ms-grid-column: 8;
  }
  .O-obras > *:nth-child(9) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .O-obras > *:nth-child(10) {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
  .O-obras > *:nth-child(11) {
    -ms-grid-row: 2;
    -ms-grid-column: 3;
  }
  .O-obras > *:nth-child(12) {
    -ms-grid-row: 2;
    -ms-grid-column: 4;
  }
  .O-obras > *:nth-child(13) {
    -ms-grid-row: 2;
    -ms-grid-column: 5;
  }
  .O-obras > *:nth-child(14) {
    -ms-grid-row: 2;
    -ms-grid-column: 6;
  }
  .O-obras > *:nth-child(15) {
    -ms-grid-row: 2;
    -ms-grid-column: 7;
  }
  .O-obras > *:nth-child(16) {
    -ms-grid-row: 2;
    -ms-grid-column: 8;
  }
  .O-obras > *:nth-child(17) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .O-obras > *:nth-child(18) {
    -ms-grid-row: 3;
    -ms-grid-column: 2;
  }
  .O-obras > *:nth-child(19) {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .O-obras > *:nth-child(20) {
    -ms-grid-row: 3;
    -ms-grid-column: 4;
  }
  .O-obras > *:nth-child(21) {
    -ms-grid-row: 3;
    -ms-grid-column: 5;
  }
  .O-obras > *:nth-child(22) {
    -ms-grid-row: 3;
    -ms-grid-column: 6;
  }
  .O-obras > *:nth-child(23) {
    -ms-grid-row: 3;
    -ms-grid-column: 7;
  }
  .O-obras > *:nth-child(24) {
    -ms-grid-row: 3;
    -ms-grid-column: 8;
  }
  .O-obras > *:nth-child(25) {
    -ms-grid-row: 4;
    -ms-grid-column: 1;
  }
  .O-obras > *:nth-child(26) {
    -ms-grid-row: 4;
    -ms-grid-column: 2;
  }
  .O-obras > *:nth-child(27) {
    -ms-grid-row: 4;
    -ms-grid-column: 3;
  }
  .O-obras > *:nth-child(28) {
    -ms-grid-row: 4;
    -ms-grid-column: 4;
  }
  .O-obras > *:nth-child(29) {
    -ms-grid-row: 4;
    -ms-grid-column: 5;
  }
  .O-obras > *:nth-child(30) {
    -ms-grid-row: 4;
    -ms-grid-column: 6;
  }
  .O-obras > *:nth-child(31) {
    -ms-grid-row: 4;
    -ms-grid-column: 7;
  }
  .O-obras > *:nth-child(32) {
    -ms-grid-row: 4;
    -ms-grid-column: 8;
  }
  .O-obras > *:nth-child(33) {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .O-obras > *:nth-child(34) {
    -ms-grid-row: 5;
    -ms-grid-column: 2;
  }
  .O-obras > *:nth-child(35) {
    -ms-grid-row: 5;
    -ms-grid-column: 3;
  }
  .O-obras > *:nth-child(36) {
    -ms-grid-row: 5;
    -ms-grid-column: 4;
  }
  .O-obras > *:nth-child(37) {
    -ms-grid-row: 5;
    -ms-grid-column: 5;
  }
  .O-obras > *:nth-child(38) {
    -ms-grid-row: 5;
    -ms-grid-column: 6;
  }
  .O-obras > *:nth-child(39) {
    -ms-grid-row: 5;
    -ms-grid-column: 7;
  }
  .O-obras > *:nth-child(40) {
    -ms-grid-row: 5;
    -ms-grid-column: 8;
  }
  .O-obras > *:nth-child(41) {
    -ms-grid-row: 6;
    -ms-grid-column: 1;
  }
  .O-obras > *:nth-child(42) {
    -ms-grid-row: 6;
    -ms-grid-column: 2;
  }
  .O-obras > *:nth-child(43) {
    -ms-grid-row: 6;
    -ms-grid-column: 3;
  }
  .O-obras > *:nth-child(44) {
    -ms-grid-row: 6;
    -ms-grid-column: 4;
  }
  .O-obras > *:nth-child(45) {
    -ms-grid-row: 6;
    -ms-grid-column: 5;
  }
  .O-obras > *:nth-child(46) {
    -ms-grid-row: 6;
    -ms-grid-column: 6;
  }
  .O-obras > *:nth-child(47) {
    -ms-grid-row: 6;
    -ms-grid-column: 7;
  }
  .O-obras > *:nth-child(48) {
    -ms-grid-row: 6;
    -ms-grid-column: 8;
  }
  .O-obras > *:nth-child(49) {
    -ms-grid-row: 7;
    -ms-grid-column: 1;
  }
  .O-obras > *:nth-child(50) {
    -ms-grid-row: 7;
    -ms-grid-column: 2;
  }
  .O-obras > *:nth-child(51) {
    -ms-grid-row: 7;
    -ms-grid-column: 3;
  }
  .O-obras > *:nth-child(52) {
    -ms-grid-row: 7;
    -ms-grid-column: 4;
  }
  .O-obras > *:nth-child(53) {
    -ms-grid-row: 7;
    -ms-grid-column: 5;
  }
  .O-obras > *:nth-child(54) {
    -ms-grid-row: 7;
    -ms-grid-column: 6;
  }
  .O-obras > *:nth-child(55) {
    -ms-grid-row: 7;
    -ms-grid-column: 7;
  }
  .O-obras > *:nth-child(56) {
    -ms-grid-row: 7;
    -ms-grid-column: 8;
  }
  .O-obras > *:nth-child(57) {
    -ms-grid-row: 8;
    -ms-grid-column: 1;
  }
  .O-obras > *:nth-child(58) {
    -ms-grid-row: 8;
    -ms-grid-column: 2;
  }
  .O-obras > *:nth-child(59) {
    -ms-grid-row: 8;
    -ms-grid-column: 3;
  }
  .O-obras > *:nth-child(60) {
    -ms-grid-row: 8;
    -ms-grid-column: 4;
  }
  .O-obras > *:nth-child(61) {
    -ms-grid-row: 8;
    -ms-grid-column: 5;
  }
  .O-obras > *:nth-child(62) {
    -ms-grid-row: 8;
    -ms-grid-column: 6;
  }
  .O-obras > *:nth-child(63) {
    -ms-grid-row: 8;
    -ms-grid-column: 7;
  }
  .O-obras > *:nth-child(64) {
    -ms-grid-row: 8;
    -ms-grid-column: 8;
  }
  .O-obras > *:nth-child(65) {
    -ms-grid-row: 9;
    -ms-grid-column: 1;
  }
  .O-obras > *:nth-child(66) {
    -ms-grid-row: 9;
    -ms-grid-column: 2;
  }
  .O-obras > *:nth-child(67) {
    -ms-grid-row: 9;
    -ms-grid-column: 3;
  }
  .O-obras > *:nth-child(68) {
    -ms-grid-row: 9;
    -ms-grid-column: 4;
  }
  .O-obras > *:nth-child(69) {
    -ms-grid-row: 9;
    -ms-grid-column: 5;
  }
  .O-obras > *:nth-child(70) {
    -ms-grid-row: 9;
    -ms-grid-column: 6;
  }
  .O-obras > *:nth-child(71) {
    -ms-grid-row: 9;
    -ms-grid-column: 7;
  }
  .O-obras > *:nth-child(72) {
    -ms-grid-row: 9;
    -ms-grid-column: 8;
  }
  .O-obras > *:nth-child(73) {
    -ms-grid-row: 10;
    -ms-grid-column: 1;
  }
  .O-obras > *:nth-child(74) {
    -ms-grid-row: 10;
    -ms-grid-column: 2;
  }
  .O-obras > *:nth-child(75) {
    -ms-grid-row: 10;
    -ms-grid-column: 3;
  }
  .O-obras > *:nth-child(76) {
    -ms-grid-row: 10;
    -ms-grid-column: 4;
  }
  .O-obras > *:nth-child(77) {
    -ms-grid-row: 10;
    -ms-grid-column: 5;
  }
  .O-obras > *:nth-child(78) {
    -ms-grid-row: 10;
    -ms-grid-column: 6;
  }
  .O-obras > *:nth-child(79) {
    -ms-grid-row: 10;
    -ms-grid-column: 7;
  }
  .O-obras > *:nth-child(80) {
    -ms-grid-row: 10;
    -ms-grid-column: 8;
  }
  .O-obras > *:nth-child(81) {
    -ms-grid-row: 11;
    -ms-grid-column: 1;
  }
  .O-obras > *:nth-child(82) {
    -ms-grid-row: 11;
    -ms-grid-column: 2;
  }
  .O-obras > *:nth-child(83) {
    -ms-grid-row: 11;
    -ms-grid-column: 3;
  }
  .O-obras > *:nth-child(84) {
    -ms-grid-row: 11;
    -ms-grid-column: 4;
  }
  .O-obras > *:nth-child(85) {
    -ms-grid-row: 11;
    -ms-grid-column: 5;
  }
  .O-obras > *:nth-child(86) {
    -ms-grid-row: 11;
    -ms-grid-column: 6;
  }
  .O-obras > *:nth-child(87) {
    -ms-grid-row: 11;
    -ms-grid-column: 7;
  }
  .O-obras > *:nth-child(88) {
    -ms-grid-row: 11;
    -ms-grid-column: 8;
  }
  .O-obras > *:nth-child(89) {
    -ms-grid-row: 12;
    -ms-grid-column: 1;
  }
  .O-obras > *:nth-child(90) {
    -ms-grid-row: 12;
    -ms-grid-column: 2;
  }
  .O-obras > *:nth-child(91) {
    -ms-grid-row: 12;
    -ms-grid-column: 3;
  }
  .O-obras > *:nth-child(92) {
    -ms-grid-row: 12;
    -ms-grid-column: 4;
  }
  .O-obras > *:nth-child(93) {
    -ms-grid-row: 12;
    -ms-grid-column: 5;
  }
  .O-obras > *:nth-child(94) {
    -ms-grid-row: 12;
    -ms-grid-column: 6;
  }
  .O-obras > *:nth-child(95) {
    -ms-grid-row: 12;
    -ms-grid-column: 7;
  }
  .O-obras > *:nth-child(96) {
    -ms-grid-row: 12;
    -ms-grid-column: 8;
  }
  .O-obras > *:nth-child(97) {
    -ms-grid-row: 13;
    -ms-grid-column: 1;
  }
  .O-obras > *:nth-child(98) {
    -ms-grid-row: 13;
    -ms-grid-column: 2;
  }
  .O-obras > *:nth-child(99) {
    -ms-grid-row: 13;
    -ms-grid-column: 3;
  }
  .O-obras > *:nth-child(100) {
    -ms-grid-row: 13;
    -ms-grid-column: 4;
  }
  .O-obras > *:nth-child(101) {
    -ms-grid-row: 13;
    -ms-grid-column: 5;
  }
  .O-obras > *:nth-child(102) {
    -ms-grid-row: 13;
    -ms-grid-column: 6;
  }
  .O-obras > *:nth-child(103) {
    -ms-grid-row: 13;
    -ms-grid-column: 7;
  }
  .O-obras > *:nth-child(104) {
    -ms-grid-row: 13;
    -ms-grid-column: 8;
  }
  .O-obras > *:nth-child(105) {
    -ms-grid-row: 14;
    -ms-grid-column: 1;
  }
  .O-obras > *:nth-child(106) {
    -ms-grid-row: 14;
    -ms-grid-column: 2;
  }
  .O-obras > *:nth-child(107) {
    -ms-grid-row: 14;
    -ms-grid-column: 3;
  }
  .O-obras > *:nth-child(108) {
    -ms-grid-row: 14;
    -ms-grid-column: 4;
  }
  .O-obras > *:nth-child(109) {
    -ms-grid-row: 14;
    -ms-grid-column: 5;
  }
  .O-obras > *:nth-child(110) {
    -ms-grid-row: 14;
    -ms-grid-column: 6;
  }
  .O-obras > *:nth-child(111) {
    -ms-grid-row: 14;
    -ms-grid-column: 7;
  }
  .O-obras > *:nth-child(112) {
    -ms-grid-row: 14;
    -ms-grid-column: 8;
  }
  .O-obras > *:nth-child(113) {
    -ms-grid-row: 15;
    -ms-grid-column: 1;
  }
  .O-obras > *:nth-child(114) {
    -ms-grid-row: 15;
    -ms-grid-column: 2;
  }
  .O-obras > *:nth-child(115) {
    -ms-grid-row: 15;
    -ms-grid-column: 3;
  }
  .O-obras > *:nth-child(116) {
    -ms-grid-row: 15;
    -ms-grid-column: 4;
  }
  .O-obras > *:nth-child(117) {
    -ms-grid-row: 15;
    -ms-grid-column: 5;
  }
  .O-obras > *:nth-child(118) {
    -ms-grid-row: 15;
    -ms-grid-column: 6;
  }
  .O-obras > *:nth-child(119) {
    -ms-grid-row: 15;
    -ms-grid-column: 7;
  }
  .O-obras > *:nth-child(120) {
    -ms-grid-row: 15;
    -ms-grid-column: 8;
  }
}

.O-obra {
  display: block;
  position: relative;
  overflow: hidden;
}
.O-obra-img {
  margin: 0;
  border: 1px solid black;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
  -webkit-filter: grayscale(0.6);
          filter: grayscale(0.6);
  -webkit-transition: -webkit-filter 0.5s;
  transition: -webkit-filter 0.5s;
  -o-transition: filter 0.5s;
  transition: filter 0.5s;
  transition: filter 0.5s, -webkit-filter 0.5s;
}
.O-obra-txt {
  position: absolute;
  bottom: 0;
  width: 100%;
  overflow: hidden;
  max-height: 5em;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.O-obra-title {
  margin-bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  padding: 1em 2rem;
  white-space: pre;
  color: #FFFEFA;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.O-obra-title:hover {
  background: rgba(0, 0, 0, 0.7);
  text-decoration: underline;
}
.O-obra-description {
  padding: 2rem 2rem;
  background: rgba(255, 254, 250, 0.8);
  color: rgba(0, 0, 0, 0.8);
}
.O-obra:hover .O-obra-txt {
  max-height: 9.5em;
}
.O-obra:hover .O-obra-categoria {
  opacity: 0.8;
  top: 2em;
  right: 0;
}
.O-obra:hover .O-obra-img {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.O-obra-categoria {
  color: #FFFEFA;
  margin: 0 1em;
  position: absolute;
  top: 2em;
  right: -100%;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0;
  text-transform: uppercase;
  font-size: 2rem;
  padding: 0.5em 1em;
  border-radius: 6px;
  background: #E52A2B;
}
.O-obra-categoria:hover {
  color: #fff;
  opacity: 1 !important;
}
.O-obra:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 8;
  grid-area: 1/1/4/9;
}
@media (min-width: 461px) {
  .O-obra:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-row-span: 4;
    -ms-grid-column: 1;
    -ms-grid-column-span: 4;
    grid-area: 1/1/5/5;
  }
}
@media (min-width: 769px) {
  .O-obra:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-row-span: 6;
    -ms-grid-column: 1;
    -ms-grid-column-span: 5;
    grid-area: 1/1/7/6;
  }
}
.O-obra:nth-child(2) {
  -ms-grid-row: 4;
  -ms-grid-row-span: 3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 8;
  grid-area: 4/1/7/9;
}
@media (min-width: 461px) {
  .O-obra:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-row-span: 4;
    -ms-grid-column: 5;
    -ms-grid-column-span: 4;
    grid-area: 1/5/5/9;
  }
}
@media (min-width: 769px) {
  .O-obra:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-row-span: 6;
    -ms-grid-column: 6;
    -ms-grid-column-span: 3;
    grid-area: 1/6/7/9;
  }
}
.O-obra:nth-child(3) {
  -ms-grid-row: 7;
  -ms-grid-row-span: 3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 8;
  grid-area: 7/1/10/9;
}
@media (min-width: 461px) {
  .O-obra:nth-child(3) {
    -ms-grid-row: 5;
    -ms-grid-row-span: 5;
    -ms-grid-column: 1;
    -ms-grid-column-span: 4;
    grid-area: 5/1/10/5;
  }
}
@media (min-width: 769px) {
  .O-obra:nth-child(3) {
    -ms-grid-row: 7;
    -ms-grid-row-span: 4;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    grid-area: 7/1/11/4;
  }
}
.O-obra:nth-child(4) {
  -ms-grid-row: 13;
  -ms-grid-row-span: 3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 8;
  grid-area: 13/1/16/9;
}
@media (min-width: 461px) {
  .O-obra:nth-child(4) {
    -ms-grid-row: 10;
    -ms-grid-row-span: 6;
    -ms-grid-column: 1;
    -ms-grid-column-span: 8;
    grid-area: 10/1/16/9;
  }
}
@media (min-width: 769px) {
  .O-obra:nth-child(4) {
    -ms-grid-row: 7;
    -ms-grid-row-span: 9;
    -ms-grid-column: 4;
    -ms-grid-column-span: 5;
    grid-area: 7/4/16/9;
  }
}
.O-obra:nth-child(5) {
  -ms-grid-row: 10;
  -ms-grid-row-span: 3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 8;
  grid-area: 10/1/13/9;
}
@media (min-width: 461px) {
  .O-obra:nth-child(5) {
    -ms-grid-row: 5;
    -ms-grid-row-span: 5;
    -ms-grid-column: 5;
    -ms-grid-column-span: 4;
    grid-area: 5/5/10/9;
  }
}
@media (min-width: 769px) {
  .O-obra:nth-child(5) {
    -ms-grid-row: 11;
    -ms-grid-row-span: 5;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    grid-area: 11/1/16/4;
  }
}

.contactenos {
  background-size: cover;
  background-attachment: fixed;
  background-image: url("../img/bg-contactenos.jpg");
  background-position: center;
  background-repeat: no-repeat;
  text-align: center;
  padding: 3.5em 0;
  border-top: 5px solid #E52A2B;
  border-bottom: 5px solid #E52A2B;
}
.contactenos h3 {
  margin-bottom: 0.2em;
  color: #000000;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.contactenos a.button {
  color: #000000;
  font-size: 0.8em;
  margin: 0;
  margin-top: 0.5em;
  background: none;
}
.contactenos a.button:hover {
  background: #c41819;
  color: white;
}