@font-face {
    font-family: "Helvetica Neue Bold";
    src: url("../helvetica/HelveticaNeueLTStd-Bd.otf");
}
@font-face {
    font-family: "Helvetica Neue Light";
    src: url("../helvetica/HelveticaNeueLTStd-Lt.otf");
}
@font-face {
    font-family: "Helvetica Neue Medium";
    src: url("../helvetica/HelveticaNeueLTStd-Md.otf");
}
@font-face {
    font-family: "Helvetica Neue Roman";
    src: url("../helvetica/HelveticaNeueLTStd-Roman.otf");
}
strong {
    font-weight: bold;
}
.titulo{
    font-family: "proxima-nova",sans-serif;
    color: #000;
    width: 100%;
    margin: auto;
    font-size: 17px;
    padding: 16px 0 9px 0;
    font-weight: 600;
    line-height: 18px;
}
.Breadcrumbs__list {
  padding: 0;
  font-weight: 300;
  color: #32363b;
  margin-bottom: 15px;
}
.Breadcrumbs__list__item {
  color: #32363b;
  display: inline-block;
  font-size: 14px;
  position: relative;
  list-style: none;
}

.Breadcrumbs__list__item a:hover {
  color: #59595b;
}
.Breadcrumbs__list__item.is-current,
.Breadcrumbs__list__item.is-current>a {
    font-family: 'Helvetica Neue Medium';
}
.t_align_l {
  text-align: left;
}
.t_align_r {
  text-align: right;
}
.t_align_c {
  text-align: center;
}
.t_align_j {
  text-align: justify;
}
.v_align_m {
  vertical-align: middle;
}
.v_align_b {
  vertical-align: bottom;
}
/* Normalize
_____________________________________________________ */
/* normalize.css 2012-03-11T12:53 UTC - http://github.com/necolas/normalize.css */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden] {
  display: none;
}
html {
  font-size: 100%;
/* 1 */
  -webkit-text-size-adjust: 100%;
/* 2 */
  -ms-text-size-adjust: 100%;
/* 2 */
scroll-behavior: smooth;
}
button,
input,
select,
textarea {
  font-family: sans-serif;
}
body {
  margin: 0;
  overflow-x: hidden;
  font-family: 'Helvetica Neue Roman';
}
a:focus,
button:focus,
.navbar-toggler:focus {
    outline: 0 !important;
}
a:hover,
a:active,
button:focus,
button:hover,
button:active,
.navbar-toggler:hover,
.navbar-toggler:active,
.nav-link:focus,
.nav-link:hover,
.nav-item .dropdown-menu a:hover p {
    outline: 0 !important;
    box-shadow: none !important;
    color: #000;
}

a.ma_link span {
    position: relative;
}

.ma_link span::after {
    content: '';
    background-color: #59595b;
    position: absolute;
    bottom: -4px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    height: 1px;
    z-index: 1001;
    opacity: 1;
}

.ma_link:hover span::after {
    opacity: 1;
}
/* h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}
h3 {
  font-size: 1.17em;
  margin: 1em 0;
}
h4 {
  font-size: 1em;
  margin: 0em 0;
}
h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}
h6 {
  font-size: 0.75em;
  margin: 2.33em 0;
} */
abbr[title] {
  border-bottom: 1px dotted;
}
blockquote {
  margin: 1em 40px;
}
dfn {
  font-style: italic;
}
mark {
  background: #ff0;
  color: #000;
}
p,
pre {
  margin: 0.2em 0 1.2em;
}
pre,
code,
kbd,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
q {
  quotes: none;
}
q:before,
q:after {
  content: '';
  content: none;
}
small {
  font-size: 75%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
dl,
menu,
ol {
  margin: 1em 0;
}
dd {
  margin: 0 0 0 40px;
}
menu ol,
menu ul {
  list-style: none;
  padding: 0 0 0 6px;
}
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}
img {
  border: 0;
/* 1 */
  -ms-interpolation-mode: bicubic;
/* 2 */
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
form {
  margin: 0;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
/* 1 */
  padding: 0;
  white-space: normal;
/* 2 */
  *margin-left: -7px;
/* 3 */
}
button,
input,
select,
textarea {
  font-size: 100%;
/* 1 */
  margin: 0;
/* 2 */
  vertical-align: baseline;
/* 3 */
  *vertical-align: middle;
/* 3 */
}
button,
input {
  line-height: normal;
/* 1 */
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
/* 1 */
  -webkit-appearance: button;
/* 2 */
  *overflow: visible;
/* 3 */
}
button[disabled],
input[disabled] {
  cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
/* 1 */
  padding: 0;
/* 2 */
  *height: 13px;
/* 3 */
  *width: 13px;
/* 3 */
}
input[type="search"] {
  -webkit-appearance: textfield;
/* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
/* 2 */
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
/* 1 */
  vertical-align: top;
/* 2 */
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* Prefixes
_____________________________________________________ */
/* Variables
_____________________________________________________ */
/* Grid
_____________________________________________________ */
/* Grid
_____________________________________________________ */
/*!
 * Bootstrap v3.3.5 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*!
 * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=c415004ddf8069542652)
 * Config saved to config.json and https://gist.github.com/c415004ddf8069542652
 */
/*!
 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  /*box-sizing: border-box;*/
}
*:before,
*:after,* {
   box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-size: 16px;
  line-height: 1.42857143;
  color: #000;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}
/* NavBar Styles */
.navbar {
    background-color: #fff;
    box-shadow: 0 0 5px rgba(0,0,0,0.2)
}
.nav-link {
    position: relative;
    text-transform: uppercase;
    color: #59595b;
    font-family: 'Helvetica Neue Medium';
}
.nav-link::after {
    content: '';
    background-color: #59595b;
    position: absolute;
    bottom: 15px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width: 85%;
    height: 3px;
    z-index: 1001;
    opacity: 0;
}
.ma_navbar-image {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border: 1px solid transparent;
    width: 100%;
    height: 115px;
    /* margin-top: 20px; */
}
.nav-item:hover .nav-link::after {
    opacity: 1;
}
.nav-item .dropdown-menu a p {
    color: #59595b;
    font-family: 'Helvetica Neue Medium';
    font-size: 15px ;
    margin: 10px 0;
}
.subnav-list {
    border-left: 1px solid #59595b;
    margin-left: 15px;
    padding-left: 20px;
    display: none;
}
.subnav-list li {
    margin: 10px 0;
}
.subnav-link {
    position: relative;
    color: #59595b;
    font-family: 'Helvetica Neue Medium';
    /* font-size: 15px; */
    text-transform: uppercase;
}
.subnav-link::after {
    content: '';
    background-color: #59595b;
    width: 12px;
    height: 1px;
    position: absolute;
    left: -20px;
    top: 20%;
    opacity:0.3;
}
.nav-item .dropdown-menu img {
    border: 1px solid #59595b;
}
.ma_navbar-first {
    width: 100%;
}
.ma_navbar-first > div {
    background-color: #fff;
    width: 100%;
}
.nav-item .dropdown-toggle::after {
    border: 0;
}
.btn:focus,
.btn:active {
    outline: none !important;
    box-shadow: none;
}
.ma_search-btn {
    padding-top: 10px;
}
.ma_navbar-second {
    width: 180px;
    text-align: right;
}
.ma_navbar-second p {
    margin: 0;
    line-height: 17px;
    font-size: 13px;
}
.ma_navbar-second a {
    font-size: .9em;
    color: #000;
    text-decoration: none;
}
/* Nav */
/* adds some margin below the link sets  */
.navbar .dropdown-menu div[class*="col"] {
    margin-bottom:1rem;
}
.navbar .dropdown-menu {
    border:none;
    border-radius: 0;
}
.navbar .dropdown-menu .container {
    background-color: #fff;
    box-shadow: 0 12px 12px rgb(0 0 0 / 10%);
    border-top: 1px solid #e3e3e3;
}
.navbar-brand {
    padding-top: 0;
    padding-bottom: 0;
}
.ma_footer {
    padding-top: 80px;
    padding-bottom: 80px;
    border-top: 2px solid #f5f6f6;
}
/* End Nav Styles */
.tituloexpos{
  padding: 0 17px 0 17px !important;
}
@media (min-width: 601px) {
  .container .containermapa{
    width: 580px;
  }
}
@media (min-width: 680px) {
  .container .containermapa{
    width: 650px;
  }
}
@media (min-width: 768px) {
  .container .containermapa{
    width: 750px;
  }
}
@media (min-width: 910px) {
  .container .containermapa{
    width: 890px;
  }
}
@media (min-width: 1025px) {
  .container .containermapa{
    width: 1000px;
  }
}
@media (min-width: 1400px) {
  .container .containermapa{
    width: 1200px;
  }
  .card-multimedia-listado {
    height: 330px !important;
}
/* .cardalto {
    height: 371px !important;
} */
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
/* .row {
  margin-left: 0px;
  margin-right: 0px;
} */
/* .col-xs1, .col-s1, .col-m1, .col-l1, .col-xs2, .col-s2, .col-m2, .col-l2, .col-xs3, .col-s3, .col-m3, .col-l3, .col-xs4, .col-s4, .col-m4, .col-l4, .col-xs5, .col-s5, .col-m5, .col-l5, .col-xs6, .col-s6, .col-m6, .col-l6, .col-xs7, .col-s7, .col-m7, .col-l7, .col-xs8, .col-s8, .col-m8, .col-l8, .col-xs9, .col-s9, .col-m9, .col-l9, .col-xs10, .col-s10, .col-m10, .col-l10, .col-xs11, .col-s11, .col-m11, .col-l11, .col-xs12, .col-s12, .col-m12, .col-l12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
} */
.col-xs1, .col-xs2, .col-xs3, .col-xs4, .col-xs5, .col-xs6, .col-xs7, .col-xs8, .col-xs9, .col-xs10, .col-xs11, .col-xs12 {
  float: left;
}
.col-xs12 {
  width: 100%;
}
.col-xs11 {
  width: 91.66666667%;
}
.col-xs10 {
  width: 83.33333333%;
}
.col-xs9 {
  width: 75%;
}
.col-xs8 {
  width: 66.66666667%;
}
.col-xs7 {
  width: 58.33333333%;
}
.col-xs6 {
  width: 50%;
}
.col-xs5 {
  width: 41.66666667%;
}
.col-xs4 {
  width: 33.33333333%;
}
.col-xs3 {
  width: 25%;
}
.col-xs2 {
  width: 16.66666667%;
}
.col-xs1 {
  width: 8.33333333%;
}
.col-xspull-12 {
  right: 100%;
}
.col-xspull-11 {
  right: 91.66666667%;
}
.col-xspull-10 {
  right: 83.33333333%;
}
.col-xspull-9 {
  right: 75%;
}
.col-xspull-8 {
  right: 66.66666667%;
}
.col-xspull-7 {
  right: 58.33333333%;
}
.col-xspull-6 {
  right: 50%;
}
.col-xspull-5 {
  right: 41.66666667%;
}
.col-xspull-4 {
  right: 33.33333333%;
}
.col-xspull-3 {
  right: 25%;
}
.col-xspull-2 {
  right: 16.66666667%;
}
.col-xspull-1 {
  right: 8.33333333%;
}
.col-xspull-0 {
  right: auto;
}
.col-xspush-12 {
  left: 100%;
}
.col-xspush-11 {
  left: 91.66666667%;
}
.col-xspush-10 {
  left: 83.33333333%;
}
.col-xspush-9 {
  left: 75%;
}
.col-xspush-8 {
  left: 66.66666667%;
}
.col-xspush-7 {
  left: 58.33333333%;
}
.col-xspush-6 {
  left: 50%;
}
.col-xspush-5 {
  left: 41.66666667%;
}
.col-xspush-4 {
  left: 33.33333333%;
}
.col-xspush-3 {
  left: 25%;
}
.col-xspush-2 {
  left: 16.66666667%;
}
.col-xspush-1 {
  left: 8.33333333%;
}
.col-xspush-0 {
  left: auto;
}
.col-xsoffset-12 {
  margin-left: 100%;
}
.col-xsoffset-11 {
  margin-left: 91.66666667%;
}
.col-xsoffset-10 {
  margin-left: 83.33333333%;
}
.col-xsoffset-9 {
  margin-left: 75%;
}
.col-xsoffset-8 {
  margin-left: 66.66666667%;
}
.col-xsoffset-7 {
  margin-left: 58.33333333%;
}
.col-xsoffset-6 {
  margin-left: 50%;
}
.col-xsoffset-5 {
  margin-left: 41.66666667%;
}
.col-xsoffset-4 {
  margin-left: 33.33333333%;
}
.col-xsoffset-3 {
  margin-left: 25%;
}
.col-xsoffset-2 {
  margin-left: 16.66666667%;
}
.col-xsoffset-1 {
  margin-left: 8.33333333%;
}
.col-xsoffset-0 {
  margin-left: 0%;
}
@media (min-width: 601px) {
  .col-s1, .col-s2, .col-s3, .col-s4, .col-s5, .col-s6, .col-s7, .col-s8, .col-s9, .col-s10, .col-s11, .col-s12 {
    float: left;
  }
  .col-s12 {
    width: 100%;
  }
  .col-s11 {
    width: 91.66666667%;
  }
  .col-s10 {
    width: 83.33333333%;
  }
  .col-s9 {
    width: 75%;
  }
  .col-s8 {
    width: 66.66666667%;
  }
  .col-s7 {
    width: 58.33333333%;
  }
  .col-s6 {
    width: 50%;
  }
  .col-s5 {
    width: 41.66666667%;
  }
  .col-s4 {
    width: 33.33333333%;
  }
  .col-s3 {
    width: 25%;
  }
  .col-s2 {
    width: 16.66666667%;
  }
  .col-s1 {
    width: 8.33333333%;
  }
  .col-spull-12 {
    right: 100%;
  }
  .col-spull-11 {
    right: 91.66666667%;
  }
  .col-spull-10 {
    right: 83.33333333%;
  }
  .col-spull-9 {
    right: 75%;
  }
  .col-spull-8 {
    right: 66.66666667%;
  }
  .col-spull-7 {
    right: 58.33333333%;
  }
  .col-spull-6 {
    right: 50%;
  }
  .col-spull-5 {
    right: 41.66666667%;
  }
  .col-spull-4 {
    right: 33.33333333%;
  }
  .col-spull-3 {
    right: 25%;
  }
  .col-spull-2 {
    right: 16.66666667%;
  }
  .col-spull-1 {
    right: 8.33333333%;
  }
  .col-spull-0 {
    right: auto;
  }
  .col-spush-12 {
    left: 100%;
  }
  .col-spush-11 {
    left: 91.66666667%;
  }
  .col-spush-10 {
    left: 83.33333333%;
  }
  .col-spush-9 {
    left: 75%;
  }
  .col-spush-8 {
    left: 66.66666667%;
  }
  .col-spush-7 {
    left: 58.33333333%;
  }
  .col-spush-6 {
    left: 50%;
  }
  .col-spush-5 {
    left: 41.66666667%;
  }
  .col-spush-4 {
    left: 33.33333333%;
  }
  .col-spush-3 {
    left: 25%;
  }
  .col-spush-2 {
    left: 16.66666667%;
  }
  .col-spush-1 {
    left: 8.33333333%;
  }
  .col-spush-0 {
    left: auto;
  }
  .col-soffset-12 {
    margin-left: 100%;
  }
  .col-soffset-11 {
    margin-left: 91.66666667%;
  }
  .col-soffset-10 {
    margin-left: 83.33333333%;
  }
  .col-soffset-9 {
    margin-left: 75%;
  }
  .col-soffset-8 {
    margin-left: 66.66666667%;
  }
  .col-soffset-7 {
    margin-left: 58.33333333%;
  }
  .col-soffset-6 {
    margin-left: 50%;
  }
  .col-soffset-5 {
    margin-left: 41.66666667%;
  }
  .col-soffset-4 {
    margin-left: 33.33333333%;
  }
  .col-soffset-3 {
    margin-left: 25%;
  }
  .col-soffset-2 {
    margin-left: 16.66666667%;
  }
  .col-soffset-1 {
    margin-left: 8.33333333%;
  }
  .col-soffset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 910px) {
  .col-m1, .col-m2, .col-m3, .col-m4, .col-m5, .col-m6, .col-m7, .col-m8, .col-m9, .col-m10, .col-m11, .col-m12 {
    float: left;
  }
  .col-m12 {
    width: 100%;
  }
  .col-m11 {
    width: 91.66666667%;
  }
  .col-m10 {
    width: 83.33333333%;
  }
  .col-m9 {
    width: 75%;
  }
  .col-m8 {
    width: 66.66666667%;
  }
  .col-m7 {
    width: 58.33333333%;
  }
  .col-m6 {
    width: 50%;
  }
  .col-m5 {
    width: 41.66666667%;
  }
  .col-m4 {
    width: 33.33333333%;
  }
  .col-m3 {
    width: 25%;
  }
  .col-m2 {
    width: 16.66666667%;
  }
  .col-m1 {
    width: 8.33333333%;
  }
  .col-mpull-12 {
    right: 100%;
  }
  .col-mpull-11 {
    right: 91.66666667%;
  }
  .col-mpull-10 {
    right: 83.33333333%;
  }
  .col-mpull-9 {
    right: 75%;
  }
  .col-mpull-8 {
    right: 66.66666667%;
  }
  .col-mpull-7 {
    right: 58.33333333%;
  }
  .col-mpull-6 {
    right: 50%;
  }
  .col-mpull-5 {
    right: 41.66666667%;
  }
  .col-mpull-4 {
    right: 33.33333333%;
  }
  .col-mpull-3 {
    right: 25%;
  }
  .col-mpull-2 {
    right: 16.66666667%;
  }
  .col-mpull-1 {
    right: 8.33333333%;
  }
  .col-mpull-0 {
    right: auto;
  }
  .col-mpush-12 {
    left: 100%;
  }
  .col-mpush-11 {
    left: 91.66666667%;
  }
  .col-mpush-10 {
    left: 83.33333333%;
  }
  .col-mpush-9 {
    left: 75%;
  }
  .col-mpush-8 {
    left: 66.66666667%;
  }
  .col-mpush-7 {
    left: 58.33333333%;
  }
  .col-mpush-6 {
    left: 50%;
  }
  .col-mpush-5 {
    left: 41.66666667%;
  }
  .col-mpush-4 {
    left: 33.33333333%;
  }
  .col-mpush-3 {
    left: 25%;
  }
  .col-mpush-2 {
    left: 16.66666667%;
  }
  .col-mpush-1 {
    left: 8.33333333%;
  }
  .col-mpush-0 {
    left: auto;
  }
  .col-moffset-12 {
    margin-left: 100%;
  }
  .col-moffset-11 {
    margin-left: 91.66666667%;
  }
  .col-moffset-10 {
    margin-left: 83.33333333%;
  }
  .col-moffset-9 {
    margin-left: 75%;
  }
  .col-moffset-8 {
    margin-left: 66.66666667%;
  }
  .col-moffset-7 {
    margin-left: 58.33333333%;
  }
  .col-moffset-6 {
    margin-left: 50%;
  }
  .col-moffset-5 {
    margin-left: 41.66666667%;
  }
  .col-moffset-4 {
    margin-left: 33.33333333%;
  }
  .col-moffset-3 {
    margin-left: 25%;
  }
  .col-moffset-2 {
    margin-left: 16.66666667%;
  }
  .col-moffset-1 {
    margin-left: 8.33333333%;
  }
  .col-moffset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1025px) {
  .col-l1, .col-l2, .col-l3, .col-l4, .col-l5, .col-l6, .col-l7, .col-l8, .col-l9, .col-l10, .col-l11, .col-l12 {
    float: left;
  }
  .col-l12 {
    width: 100%;
  }
  .col-l11 {
    width: 91.66666667%;
  }
  .col-l10 {
    width: 83.33333333%;
  }
  .col-l9 {
    width: 75%;
  }
  .col-l8 {
    width: 66.66666667%;
  }
  .col-l7 {
    width: 58.33333333%;
  }
  .col-l6 {
    width: 50%;
  }
  .col-l5 {
    width: 41.66666667%;
  }
  .col-l4 {
    width: 33.33333333%;
  }
  .col-l3 {
    width: 25%;
  }
  .col-l2 {
    width: 16.66666667%;
  }
  .col-l1 {
    width: 8.33333333%;
  }
  .col-lpull-12 {
    right: 100%;
  }
  .col-lpull-11 {
    right: 91.66666667%;
  }
  .col-lpull-10 {
    right: 83.33333333%;
  }
  .col-lpull-9 {
    right: 75%;
  }
  .col-lpull-8 {
    right: 66.66666667%;
  }
  .col-lpull-7 {
    right: 58.33333333%;
  }
  .col-lpull-6 {
    right: 50%;
  }
  .col-lpull-5 {
    right: 41.66666667%;
  }
  .col-lpull-4 {
    right: 33.33333333%;
  }
  .col-lpull-3 {
    right: 25%;
  }
  .col-lpull-2 {
    right: 16.66666667%;
  }
  .col-lpull-1 {
    right: 8.33333333%;
  }
  .col-lpull-0 {
    right: auto;
  }
  .col-lpush-12 {
    left: 100%;
  }
  .col-lpush-11 {
    left: 91.66666667%;
  }
  .col-lpush-10 {
    left: 83.33333333%;
  }
  .col-lpush-9 {
    left: 75%;
  }
  .col-lpush-8 {
    left: 66.66666667%;
  }
  .col-lpush-7 {
    left: 58.33333333%;
  }
  .col-lpush-6 {
    left: 50%;
  }
  .col-lpush-5 {
    left: 41.66666667%;
  }
  .col-lpush-4 {
    left: 33.33333333%;
  }
  .col-lpush-3 {
    left: 25%;
  }
  .col-lpush-2 {
    left: 16.66666667%;
  }
  .col-lpush-1 {
    left: 8.33333333%;
  }
  .col-lpush-0 {
    left: auto;
  }
  .col-loffset-12 {
    margin-left: 100%;
  }
  .col-loffset-11 {
    margin-left: 91.66666667%;
  }
  .col-loffset-10 {
    margin-left: 83.33333333%;
  }
  .col-loffset-9 {
    margin-left: 75%;
  }
  .col-loffset-8 {
    margin-left: 66.66666667%;
  }
  .col-loffset-7 {
    margin-left: 58.33333333%;
  }
  .col-loffset-6 {
    margin-left: 50%;
  }
  .col-loffset-5 {
    margin-left: 41.66666667%;
  }
  .col-loffset-4 {
    margin-left: 33.33333333%;
  }
  .col-loffset-3 {
    margin-left: 25%;
  }
  .col-loffset-2 {
    margin-left: 16.66666667%;
  }
  .col-loffset-1 {
    margin-left: 8.33333333%;
  }
  .col-loffset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1400px) {
  .col-xl1, .col-xl2, .col-xl3, .col-xl4, .col-xl5, .col-xl6, .col-xl7, .col-xl8, .col-xl9, .col-xl10, .col-xl11, .col-xl12 {
    float: left;
  }
  .col-xl12 {
    width: 100%;
  }
  .col-xl11 {
    width: 91.66666667%;
  }
  .col-xl10 {
    width: 83.33333333%;
  }
  .col-xl9 {
    width: 75%;
  }
  .col-xl8 {
    width: 66.66666667%;
  }
  .col-xl7 {
    width: 58.33333333%;
  }
  .col-xl6 {
    width: 50%;
  }
  .col-xl5 {
    width: 41.66666667%;
  }
  .col-xl4 {
    width: 33.33333333%;
  }
  .col-xl3 {
    width: 25%;
  }
  .col-xl2 {
    width: 16.66666667%;
  }
  .col-xl1 {
    width: 8.33333333%;
  }
  .col-xlpull-12 {
    right: 100%;
  }
  .col-xlpull-11 {
    right: 91.66666667%;
  }
  .col-xlpull-10 {
    right: 83.33333333%;
  }
  .col-xlpull-9 {
    right: 75%;
  }
  .col-xlpull-8 {
    right: 66.66666667%;
  }
  .col-xlpull-7 {
    right: 58.33333333%;
  }
  .col-xlpull-6 {
    right: 50%;
  }
  .col-xlpull-5 {
    right: 41.66666667%;
  }
  .col-xlpull-4 {
    right: 33.33333333%;
  }
  .col-xlpull-3 {
    right: 25%;
  }
  .col-xlpull-2 {
    right: 16.66666667%;
  }
  .col-xlpull-1 {
    right: 8.33333333%;
  }
  .col-xlpull-0 {
    right: auto;
  }
  .col-xlpush-12 {
    left: 100%;
  }
  .col-xlpush-11 {
    left: 91.66666667%;
  }
  .col-xlpush-10 {
    left: 83.33333333%;
  }
  .col-xlpush-9 {
    left: 75%;
  }
  .col-xlpush-8 {
    left: 66.66666667%;
  }
  .col-xlpush-7 {
    left: 58.33333333%;
  }
  .col-xlpush-6 {
    left: 50%;
  }
  .col-xlpush-5 {
    left: 41.66666667%;
  }
  .col-xlpush-4 {
    left: 33.33333333%;
  }
  .col-xlpush-3 {
    left: 25%;
  }
  .col-xlpush-2 {
    left: 16.66666667%;
  }
  .col-xlpush-1 {
    left: 8.33333333%;
  }
  .col-xlpush-0 {
    left: auto;
  }
  .col-xloffset-12 {
    margin-left: 100%;
  }
  .col-xloffset-11 {
    margin-left: 91.66666667%;
  }
  .col-xloffset-10 {
    margin-left: 83.33333333%;
  }
  .col-xloffset-9 {
    margin-left: 75%;
  }
  .col-xloffset-8 {
    margin-left: 66.66666667%;
  }
  .col-xloffset-7 {
    margin-left: 58.33333333%;
  }
  .col-xloffset-6 {
    margin-left: 50%;
  }
  .col-xloffset-5 {
    margin-left: 41.66666667%;
  }
  .col-xloffset-4 {
    margin-left: 33.33333333%;
  }
  .col-xloffset-3 {
    margin-left: 25%;
  }
  .col-xloffset-2 {
    margin-left: 16.66666667%;
  }
  .col-xloffset-1 {
    margin-left: 8.33333333%;
  }
  .col-xloffset-0 {
    margin-left: 0%;
  }
}
/* .clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
} */
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
  float: none;
  margin-bottom: 30px;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
/* Base
_____________________________________________________ */
html {
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  font-size: 98%;
}
body {
  -moz-osx-font-smoothing: grayscale;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  color: primary_text_color;
  font-size: 98%;
  -webkit-font-smoothing: antialiased;
  font-weight: normal;
  margin: 0;
  padding: 0;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  transition: all 300ms ease;
  width: 100%;
  font-weight: 300;
}
a {
  outline: none;
  font-weight: 400;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  -ms-transition: all 0.25s linear;
  transition: all 0.25s linear;
  -webkit-transition: all 0.25s cubic-bezier(0.33, 0.66, 0.66, 1);
  -moz-transition: all 0.25s cubic-bezier(0.33, 0.66, 0.66, 1);
  -o-transition: all 0.25s cubic-bezier(0.33, 0.66, 0.66, 1);
  -ms-transition: all 0.25s cubic-bezier(0.33, 0.66, 0.66, 1);
  transition: all 0.25s cubic-bezier(0.33, 0.66, 0.66, 1);
  text-decoration: none;
  color: #59595b;
}
::selection {
  background: #121518;
  color: #fff;
  font-weight: 100;
}
::-webkit-scrollbar {
  width: 8px;
  height: 5px;
  background: #e4e5e9;
}
::-webkit-scrollbar-thumb {
  background: #a4a4a5;
}
::-webkit-scrollbar {
  /* display: none; */
}
/* Navbar */
.navbar-collapse::-webkit-scrollbar {
  width: 0px;
  height: 5px;
  background: #e4e5e9;
}
.navbar-collapse::-webkit-scrollbar-thumb {
  background: #a4a4a5;
}
.navbar-collapse::-webkit-scrollbar {
  /* display: none; */
}
img {
  width: 100%;
  height: auto;
}
p {
  word-wrap: break-word;
  font-weight: 300;
  font-family: 'Helvetica Neue Roman';
}
.clearfix:before,
.clearfix:after {
  content: " " !important;
  display: table !important;
}
.clearfix:after {
  clear: both !important;
}
@media only screen and (min-width: 910px) {
  html,
  body {
    font-size: 100%;
  }
}
@media only screen and (min-width: 1025px) {
  p {
    line-height: 1.4em;
    margin-top: 0;
  }
}
/* Mixins
_____________________________________________________ */
/* Icons
_____________________________________________________ */
/* Text Color
_____________________________________________________ */
/* Backgrounds
_____________________________________________________ */
.bg-primary {
  background: #dcdc12;
}
.bg-dark {
  background: #121518;
}
.bg-black {
  background: #000;
}
.bg-acent {
  background: #57585a;
}
.bg-grey-light {
  background: rgba(228,229,233,0.2);
}
.bg-grey-dark {
  background: #32363b;
}
.bg-white {
  background: #fff;
}
.bg-transparent {
    background: transparent !important;
}
/* Colors
_____________________________________________________ */
.color-dark {
  color: #121518;
}
.color-primary {
  color: #dcdc12;
}
.color-acent {
  color: #57585a;
}
.color-primary-dark {
  color: dark_primary_color;
}
.color-grey {
  color: #d6d8dc;
}
.color-white {
  color: #fff;
}
/* Buttons
_____________________________________________________ */
.btn {
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background: transparent;
  border: 0;
  border: solid 1px;
  color: #32363b;
  display: inline-block;
  font-size: 0.8em;
  letter-spacing: 0.5px;
  line-height: 1.5em;
  outline: 0;
  padding: 5px 10px;
  position: relative;
  text-decoration: none;
  z-index: 3;
}
.btn::after {
  bottom: 0;
  content: '';
  height: 0%;
  left: 0;
  position: absolute;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  -ms-transition: all 0.1s linear;
  transition: all 0.1s linear;
  width: 100%;
  z-index: -1;
}
.btn:hover::after {
  height: 100%;
}
.btn-white {
  border-color: #fff;
  color: #fff;
}
.btn-white:hover {
  color: #121518;
}
.btn-white:hover::after {
  background: #fff;
}
.btn-dark {
  border-color: #121518;
  color: #121518;
}
.btn-dark:hover {
  color: #fff;
}
.btn-dark:hover::after {
  background: #121518;
}
.btn-small {
  padding: 3px 15px;
  font-size: 12px;
}
.btn-large {
  padding: 5px 25px;
}
.btn-plus {
  position: relative;
  width: 30px;
  height: 40px;
  overflow: hidden;
  border: none;
  text-indent: -9999px;
}
.btn-plus::after,
.btn-plus::before {
  content: '';
  position: absolute;
  left: 45%;
  top: 45%;
  width: 17px;
  height: 2px;
  margin-left: -10px;
  background: #32363b;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.btn-plus::after {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.btn-plus:hover::after {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  height: 2px;
}
.btn-plus.is-clicked::after {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-delate {
  border-color: #fc3c32;
  color: #fc3c32;
}
.btn-delate:hover {
  color: #fff;
}
.btn-delate:hover:after {
  background: #fc3c32;
}
.notifications-check {
  position: relative;
}
.notifications-check__count {
  background: #fff;
  border: solid thin #32363b;
  position: absolute;
  top: -10px;
  right: -10px;
  font-size: 9px;
  width: 25px;
  height: 25px;
  text-align: center;
  z-index: 10;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  line-height: 25px;
  color: #121518 !important;
}
/* Utilities
_____________________________________________________ */
.a-delay_1 {
  -webkit-animation-delay: 0.1s;
  -moz-animation-delay: 0.1s;
  -o-animation-delay: 0.1s;
  -ms-animation-delay: 0.1s;
  animation-delay: 0.1s;
}
.a-delay_2 {
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
  -ms-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.a-delay_3 {
  -webkit-animation-delay: 0.3s;
  -moz-animation-delay: 0.3s;
  -o-animation-delay: 0.3s;
  -ms-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.a-delay_4 {
  -webkit-animation-delay: 0.4s;
  -moz-animation-delay: 0.4s;
  -o-animation-delay: 0.4s;
  -ms-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
.a-delay_5 {
  -webkit-animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
  -o-animation-delay: 0.5s;
  -ms-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.a-delay_6 {
  -webkit-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
  -o-animation-delay: 0.6s;
  -ms-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
.a-delay_7 {
  -webkit-animation-delay: 0.7s;
  -moz-animation-delay: 0.7s;
  -o-animation-delay: 0.7s;
  -ms-animation-delay: 0.7s;
  animation-delay: 0.7s;
}
.a-delay_8 {
  -webkit-animation-delay: 0.8s;
  -moz-animation-delay: 0.8s;
  -o-animation-delay: 0.8s;
  -ms-animation-delay: 0.8s;
  animation-delay: 0.8s;
}
.a-delay_9 {
  -webkit-animation-delay: 0.9s;
  -moz-animation-delay: 0.9s;
  -o-animation-delay: 0.9s;
  -ms-animation-delay: 0.9s;
  animation-delay: 0.9s;
}
.caption {
  font-size: 1em;
  color: #32363b;
}
.relative {
  position: relative;
}
.absolute {
  position: absolute;
}
.link {
  /*text-decoration: underline;*/
  color: #32363b;
}
.link:hover {
  color: #121518;
}
.icon_small,
.icon_medium,
.icon_big {
  margin: 0 auto;
}
.icon_small {
  max-width: 40px;
}
.icon_medium {
  max-width: 60px;
  margin-top: 20px;
}
.icon_big {
  max-width: 80px;
}
.b_bottom {
  border-bottom: solid thin #d6d8dc;
}
.b_top {
  border-top: solid thin #d6d8dc;
}
.b_left {
  border-left: solid thin #d6d8dc;
}
.b_right {
  border-right: solid thin #d6d8dc;
}
.b_bottom-white {
  border-bottom: solid thin #fff;
}
.b_top-white {
  border-top: solid thin #fff;
}
.b_left-white {
  border-left: solid thin #fff;
}
.b_right-white {
  border-right: solid thin #fff;
}
.f_left {
  float: left;
}
.f_right {
  float: right;
}
.f_none {
  float: none;
}
.d_none {
  display: none;
}
.d_block {
  display: block;
}
.db_centered {
  margin: 0 auto;
}
.d_inline_b {
  display: inline-block;
}
.d_inline_m {
  display: inline-block;
  vertical-align: middle;
}
.d_table {
  display: table;
}
.d_table_cell {
  display: table-cell;
}
.d_b_mobile {
  display: block;
}
.d_b_desktop {
  display: none;
}
@media only screen and (min-width: 1025px) {
  .d_b_mobile {
    display: none;
  }
  .d_b_desktop {
    display: block;
  }
}
.margin_0 {
  margin: 0;
}
.m_top_0 {
  margin-top: 0 !important;
}
.m_bottom_0 {
  margin-bottom: 0 !important;
}
.m_left_0 {
  margin-left: 0px !important;
}
.m_right_0 {
  margin-right: 0px !important;
}
.m_right_4 {
  margin-right: 4px;
}
.m_right_5 {
  margin-right: 5px;
}
.m_right_10 {
  margin-right: 10px;
}
.m_right_15 {
  margin-right: 15px;
}
.m_right_20 {
  margin-right: 20px;
}
.m_right_25 {
  margin-right: 25px;
}
.m_right_30 {
  margin-right: 30px;
}
.m_right_35 {
  margin-right: 35px;
}
.m_right_40 {
  margin-right: 40px;
}
.m_left_4 {
  margin-left: 4px;
}
.m_left_5 {
  margin-left: 5px;
}
.m_left_10 {
  margin-left: 10px;
}
.m_left_15 {
  margin-left: 15px;
}
.m_left_20 {
  margin-left: 20px;
}
.m_left_25 {
  margin-left: 25px;
}
.m_left_30 {
  margin-left: 30px;
}
.m_left_35 {
  margin-left: 35px;
}
.m_left_40 {
  margin-right: 40px;
}
.m_top_4 {
  margin-top: 4px;
}
.m_top_5 {
  margin-top: 5px;
}
.m_top_10 {
  margin-top: 10px;
}
.m_top_15 {
  margin-top: 15px;
}
.m_top_20 {
  margin-top: 20px;
}
.m_top_25 {
  margin-top: 25px;
}
.m_top_30 {
  margin-top: 30px;
}
.m_top_35 {
  margin-top: 35px;
}
.m_top_40 {
  margin-top: 40px;
}
.m_bottom_4 {
  margin-bottom: 4px;
}
.m_bottom_5 {
  margin-bottom: 5px;
}
.m_bottom_10 {
  margin-bottom: 10px;
}
.m_bottom_15 {
  margin-bottom: 15px;
}
.m_bottom_20 {
  margin-bottom: 20px;
}
.m_bottom_25 {
  margin-bottom: 25px;
}
.m_bottom_30 {
  margin-bottom: 30px;
}
.m_bottom_35 {
  margin-bottom: 35px;
}
.m_bottom_40 {
  margin-bottom: 40px;
}
.p_top_0 {
  padding-top: 0 !important;
}
.p_bottom_0 {
  padding-bottom: 0 !important;
}
.p_left_0 {
  padding-left: 0px !important;
}
.p_right_0 {
  padding-right: 0px !important;
}
.padding_4 {
  padding: 4px;
}
.padding_10 {
  padding: 10px;
}
.padding_15 {
  padding: 15px;
}
.padding_20 {
  padding: 20px;
}
.padding_30 {
  padding: 20px;
}
.padding_40 {
  padding: 20px;
}
.p_top_4 {
  padding-top: 4px;
}
.p_top_5 {
  padding-top: 5px;
}
.p_top_10 {
  padding-top: 10px;
}
.p_top_15 {
  padding-top: 15px;
}
.p_top_20 {
  padding-top: 20px;
}
.p_top_25 {
  padding-top: 25px;
}
.p_top_30 {
  padding-top: 30px;
}
.p_top_35 {
  padding-top: 35px;
}
.p_top_40 {
  padding-top: 40px;
}
.p_top_80 {
  padding-top: 80px;
}
.p_left_4 {
  /* padding-left: 1.5px; */
}
.p_left_5 {
  padding-left: 5px;
}
.p_left_10 {
  padding-left: 10px;
}
.p_left_15 {
  padding-left: 15px;
}
.p_left_20 {
  padding-left: 20px;
}
.p_left_25 {
  padding-left: 25px;
}
.p_left_30 {
  padding-left: 30px;
}
.p_left_35 {
  padding-left: 35px;
}
.p_left_40 {
  padding-left: 40px;
}
.p_bottom_4 {
  padding-bottom: 4px;
}
.p_bottom_5 {
  padding-bottom: 5px;
}
.p_bottom_10 {
  padding-bottom: 10px;
}
.p_bottom_15 {
  padding-bottom: 15px;
}
.p_bottom_20 {
  padding-bottom: 20px;
}
.p_bottom_25 {
  padding-bottom: 25px;
}
.p_bottom_30 {
  padding-bottom: 30px;
}
.p_bottom_35 {
  padding-bottom: 35px;
}
.p_bottom_40 {
  padding-bottom: 40px;
}
.p_right_4 {
  /* padding-right: 1.5px; */
}
.p_right_5 {
  padding-right: 5px;
}
.p_right_10 {
  padding-right: 10px;
}
.p_right_15 {
  padding-right: 15px;
}
.p_right_20 {
  padding-right: 20px;
}
.p_right_25 {
  padding-right: 25px;
}
.p_right_30 {
  padding-right: 30px;
}
.p_right_35 {
  padding-right: 35px;
}
.p_right_40 {
  padding-right: 40px;
}
.m_height_100 {
  min-height: 100px;
}
.m_height_200 {
  min-height: 200px;
}
.m_height_300 {
  min-height: 300px;
}
.list {
  text-align: left;
}
.list li {
  font-weight: 300;
  font-size: 14px;
  line-height: 17.5px;
  width: 100%;
}
.ancho{
      width: 100%;
    margin: 0px 0px 0px 0px;
}
.list li.style-none {
  list-style: none;
}
.list-circle {
      font-family: "proxima-nova", sans-serif;
  list-style: disc;
  float: left;
}
.list-square {
  list-style: square;
}
.list-items-d_inline {
  list-style: disc;
}
.list-items-d_inline li {
  display: inline-block;
  width: 40%;
}
@media screen and (min-width: 910px) {
  .list-items-d_inline li {
    width: 32%;
  }
}
@media screen and (min-width: 1025px) {
  .list-items-d_inline li {
    width: auto;
    min-width: 250px;
  }
}
/* Gallery
_____________________________________________________ */
/* Animations
_____________________________________________________ */
/* dropdown
_____________________________________________________ */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropup,
.dropdown {
  position: relative;
  padding-bottom: 10px;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 95%;
  left: 0;
  display: none;
  margin: 12px 0 0 0;
  padding: 0;
  width: 133%;
  z-index: 1000;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border-radius: 2px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 10px;
  clear: both;
  font-weight: normal;
  line-height: 40px;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777777;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
    .navbar-brand {
        min-width: 250px;
        max-width: 300px;
    }
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
/* Header (Top-bar & Menu)
_____________________________________________________ */
.Header {
  left: 0;
  /* position: fixed; */
  top: 0;
  width: 100%;
  z-index: 1000;
  -webkit-transition: all 0.3s cubic-bezier(0.33, 0.66, 0.66, 1);
  -moz-transition: all 0.3s cubic-bezier(0.33, 0.66, 0.66, 1);
  -o-transition: all 0.3s cubic-bezier(0.33, 0.66, 0.66, 1);
  -ms-transition: all 0.3s cubic-bezier(0.33, 0.66, 0.66, 1);
  transition: all 0.3s cubic-bezier(0.33, 0.66, 0.66, 1);
  height: 65px;
}
.Header.is-scrolled {
  height: 120px;
    /* background: #fff; */
    background: #F15a24;
}
.urlhome{
  float: left;
  width: 14%;
  /* top: 07px; */
  /* left: 20px; */
  margin: 10px 0 0 53px;
    z-index: 8001;
}
.urlhomemovil{
  float: left;
    width: 0%;
    /* top: 07px; */
    /* left: 20px; */
    margin: 16px 0 0 53px;
    z-index: 8001;
}
.Logo__link .icon_museo {
  max-width: 180px;
}
.Logo__link .icon_museo.is-scrolled {
  max-width: 50px;
}
.Btn_menu {
  position: absolute;
  top: 15px;
  right: 20px;
    z-index: -9;
  padding: 0;
  height: 40px;
  width: 40px;
}
.Btn_menu__link {
  padding: 0;
  text-align: center;
  width: 100%;
  height: 100%;
}
.Btn_menu__link__line {
  width: 24px;
  height: 1.5px;
  background: #fff;
  display: block;
  margin-left: 8px;
  margin-top: 20px;
}
.Btn_menu__link__line::after,
.Btn_menu__link__line::before {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  content: '';
  position: absolute;
  background: #fff;
  width: 24px;
  height: 1.5px;
  left: 8px;
}
.Btn_menu__link__line::before {
  top: 12px;
}
.Btn_menu__link__line::after {
  top: 28px;
}
.Btn_menu__link.is-scrolled {
  background: transparent;
}
.Btn_menu__link.is-scrolled .Btn_menu__link__line {
  background: white;
}
.Btn_menu__link.is-scrolled .Btn_menu__link__line::before,
.Btn_menu__link.is-scrolled .Btn_menu__link__line::after {
  background: white;
}
.Btn_menu__link.is-clicked {
  background: rgba(18,21,24,0);
}
.Btn_menu__link.is-clicked .Btn_menu__link__line {
  background: transparent;
}
.Btn_menu__link.is-clicked .Btn_menu__link__line::before,
.Btn_menu__link.is-clicked .Btn_menu__link__line::after {
  background: white;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 20px;
}
.Btn_menu__link.is-clicked .Btn_menu__link__line::before {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.Btn_menu-dark .Btn_menu__link {
  background: transparent;
}
.Btn_menu-dark .Btn_menu__link__line {
  background: white;
}
.Btn_menu-dark .Btn_menu__link__line::before {
  background: white;
}
.Btn_menu-dark .Btn_menu__link__line::after {
  background: white;
}
.Btn_menu-dark .Btn_menu__link.is-scrolled .Btn_menu__link__line {
  background: white;
}
.Btn_menu-dark .Btn_menu__link.is-scrolled .Btn_menu__link__line::before {
  background: white;
}
.Btn_menu-dark .Btn_menu__link.is-scrolled .Btn_menu__link__line::after {
  background: white;
}
.Btn_menu-dark .Btn_menu__link.is-clicked .Btn_menu__link__line {
  background: transparent;
}
.Btn_menu-dark .Btn_menu__link.is-clicked .Btn_menu__link__line::before {
  background: white;
}
.Btn_menu-dark .Btn_menu__link.is-clicked .Btn_menu__link__line::after {
  background: white;
}
.Menu {
  background: #fff;
  opacity: 1;
}
.Menu.is-open {
  height: 100vh;
  opacity: 1;
  -ms-filter: none;
  filter: none;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  z-index: 8000;
  top: 0;
}
.Menu__list {
  border-top: solid thin #d6d8dc;
  height: 100%;
  height: 100vh;
  margin: 0;
  margin-top: 65px;
  overflow-y: scroll;
  padding: 20px 15px 120px;
  position: relative;
  width: 100%;
}
.Menu__list__item {
  display: inline-block;
  width: 95%;
  max-width: 400px;
  margin: 0 auto;
  margin-bottom: 5px;
  font-size: 19px;
  margin-top: 25px;
  font-weight: 600;
}
a.Menu__list__item__link.login {
    text-transform: uppercase;
}
.Menu__list__item__link {
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    line-height: 40px;
    font-size: 13px;
    font-weight: 600 !important;
    text-transform: uppercase;
    display: block;
    text-decoration: none;
    color: white;
    letter-spacing: 0px;
    padding-left: 10px;
    border-bottom: solid thin #e4e5e9;
    border: 0;
    outline: 0;
    font-family: "proxima-nova", sans-serif;
    margin-right: 3px;
}
.Menu__list__item__link:hover {
  color: #bdbfc4;
}
.Menu__list__item__link.is-current {
  font-weight: 900;
}
.Menu__list__item__link.btn__dropdown {
  background: transparent;
  /* padding: 0 15px; */
}
.ma_video-container {
    overflow: hidden;
}
#ma_video {
    /* margin-bottom: 80px; */
}
.item-right {
  margin-top: 30px;
}
.Language {
  display: inline-block;
  position: relative;
}
.Language::after {
  position: absolute;
  top: 20%;
  height: 60%;
  right: -5px;
  width: 0px;
  background: #bdbfc4;
  content: '';
}
.Language__link {
  color: white;
  line-height: 20px;
  font-size: 12px;
  margin-right: 5px;
  padding: 5px 12px;
}
.Language__link:hover {
  color: #bdbfc4;
}
.Language__link.is-current {
  color: white;
  font-weight: 700;
}
.Sign_In__Avatar {
  width: 25px;
  height: 25px;
  display: inline-block;
  vertical-align: middle;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
}
.Sign_In__Avatar img {
  vertical-align: top;
}
@media only screen and (min-width: 601px) {
  .Menu__list {
    padding-left: 0;
    text-align: center;
  }
  .Menu__list__item {
    text-align: left !important;
  }
  .Menu__list__item__link {
    padding-left: 20px;
  }
}
@media only screen and (min-width: 1025px) {
  .Header.is-scrolled {
    height: 95px;
  }
  .urlhome {
      margin: 10px 0 0 53px
  }
  .Logo {
    z-index: 5000;
  }
  .Logo__link {
    -webkit-transition: all 0.3s cubic-bezier(0.33, 0.66, 0.66, 1);
    -moz-transition: all 0.3s cubic-bezier(0.33, 0.66, 0.66, 1);
    -o-transition: all 0.3s cubic-bezier(0.33, 0.66, 0.66, 1);
    -ms-transition: all 0.3s cubic-bezier(0.33, 0.66, 0.66, 1);
    transition: all 0.3s cubic-bezier(0.33, 0.66, 0.66, 1);
  }
  .Logo__link .icon_museo.is-scrolled {
    max-width: 50px;
  }
  .Logo__link span {
    float: right;
    padding: 0;
    margin: 0;
    display: inline-block;
  }
  .Btn_menu {
    top: 10px !important;
    right: 10px !important;
  }
  .Btn_menu__link.is-scrolled {
    display: none;
  }
  .Menu {
    top: 0;
    right: -100%;
    -webkit-transition: all 0.3s cubic-bezier(0.33, 0.66, 0.66, 1);
    -moz-transition: all 0.3s cubic-bezier(0.33, 0.66, 0.66, 1);
    -o-transition: all 0.3s cubic-bezier(0.33, 0.66, 0.66, 1);
    -ms-transition: all 0.3s cubic-bezier(0.33, 0.66, 0.66, 1);
    transition: all 0.3s cubic-bezier(0.33, 0.66, 0.66, 1);
    overflow: initial;
    height: 95px;
  }
  .Menu.is-open {
    height: 80px;
    width: 100%;
    right: 0;
    -webkit-transition: all 0.3s cubic-bezier(0.33, 0.66, 0.66, 1);
    -moz-transition: all 0.3s cubic-bezier(0.33, 0.66, 0.66, 1);
    -o-transition: all 0.3s cubic-bezier(0.33, 0.66, 0.66, 1);
    -ms-transition: all 0.3s cubic-bezier(0.33, 0.66, 0.66, 1);
    transition: all 0.3s cubic-bezier(0.33, 0.66, 0.66, 1);
  }
  .Menu__list {
    margin-top: 0px;
    border: none;
    background: transparent;
    text-align: right;
    width: 75% !important;
    padding: 0;
    height: auto;
    overflow-y: visible;
    float: left !important;
  }
  .Menu__list__item {
    display: inline-block;
    width: auto;
  }
  .Menu__list__item__link {
    line-height: 33px;
    padding: 0;
    border: none;
    color: white;
    position: relative;
    letter-spacing: 0.3px;
  }
  .Menu__list__item__link::after {
    background: white;
    content: '';
    height: 1px;
    position: absolute;
    -webkit-transition: all 0.3s cubic-bezier(0.33, 0.66, 0.66, 1);
    -moz-transition: all 0.3s cubic-bezier(0.33, 0.66, 0.66, 1);
    -o-transition: all 0.3s cubic-bezier(0.33, 0.66, 0.66, 1);
    -ms-transition: all 0.3s cubic-bezier(0.33, 0.66, 0.66, 1);
    transition: all 0.3s cubic-bezier(0.33, 0.66, 0.66, 1);
    width: 0;
    z-index: -1;
    left: 50%;
  }
  .Menu__list__item__link:hover {
    color: white;
  }
  .Menu__list__item__link:hover::after {
    width: 100%;
    left: 0;
  }
  .Menu__list__item__link.is-current {
    /*color: white;*/
  }
  .Menu__list__item__link.is-current::after {
    width: 0%;
    top: 0;
    left: 0;
  }
  .item-right {
    position: absolute;
    display: block;
    margin-right: 55px;
    margin-top: 0;
    right: 0;
    top: 0;
  }
  .item-right.is-scrolled {
    margin-right: 47px;
  }
  .Language {
    margin-top: 0px;
  }
  .Language__link {
    -webkit-transition: all 0.5s cubic-bezier(0.33, 0.66, 0.66, 1);
    -moz-transition: all 0.5s cubic-bezier(0.33, 0.66, 0.66, 1);
    -o-transition: all 0.5s cubic-bezier(0.33, 0.66, 0.66, 1);
    -ms-transition: all 0.5s cubic-bezier(0.33, 0.66, 0.66, 1);
    transition: all 0.5s cubic-bezier(0.33, 0.66, 0.66, 1);
    margin-right: 0;
    padding: 4px;
  }
}
@media only screen and (min-width: 1200px) {
  .Menu__list__item {
    margin-right: 5px;
  }
  .item-right {
    margin-right: 27px;
  }
  .Language {
    margin-right: 0px;
  }
  .Language__btn:after {
    right: -5px;
  }
}
.Search {
  margin-top: 30px;
}
.Search__form {
  position: relative;
  border: solid thin #d6d8dc;
}
.Search__form-full {
  border: none;
}
.Search__form__input {
  border: none;
  width: 100%;
  outline: 0;
  line-height: 40px;
  padding-left: 10px;
}
.Search__form__btn {
  background: #d6d8dc;
  margin-left: 15px;
  margin-right: 15px
}
.Search__form__btn.btn-open-form,
.Search__form__btn.btn-close-form {
  display: none;
}
.Search__form__btn.success {
  background: rgba(50,54,59,0.8);
  color: #fff;
}
.Search__form__btn.success:hover {
  background: #32363b;
}
.Search__loading {
  width: 40px;
  height: 40px;
  display: none;
  margin: 0 auto;
  vertical-align: middle;
  background-image: url("https://f5c4537feeb2b644adaf-b9c0667778661278083bed3d7c96b2f8.ssl.cf1.rackcdn.com/static/loading.gif");
  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.Search__results {
  display: none;
}
.Search__results.is-error {
  display: block;
  color: #fc3c32;
  padding: 10px 0;
}
.Search__results.type-2 {
  display: block;
  width: 100%;
}
.Search__results.type-2 .Result {
  width: 100%;
}
.Search__results.type-2 .Result-img {
  display: inline-block !important;
  width: 90px;
  margin-right: 5px;
}
.Search__results.type-2 .Result-profile {
  width: 90%;
}
.Result {
  margin-bottom: 10px;
}
.Result__link {
  color: #121518;
  display: block;
  margin-bottom: 5px;
  overflow: hidden;
  width: 100%;
}
.Result__link:hover .Result__title {
  color: #121518;
  text-decoration: underline;
}
.Result__title {
  font-weight: 500;
  font-size: 1.2em;
  margin: 0;
  position: relative;
  display: inline-block;
  width: auto;
  color: #32363b;
  font-family: "proxima-nova", sans-serif;
  -webkit-transition: all 0.3s cubic-bezier(0.33, 0.66, 0.66, 1);
  -moz-transition: all 0.3s cubic-bezier(0.33, 0.66, 0.66, 1);
  -o-transition: all 0.3s cubic-bezier(0.33, 0.66, 0.66, 1);
  -ms-transition: all 0.3s cubic-bezier(0.33, 0.66, 0.66, 1);
  transition: all 0.3s cubic-bezier(0.33, 0.66, 0.66, 1);
}
.Result__category {
  font-size: 10px;
  color: #32363b;
  display: block;
  letter-spacing: 1px;
  width: auto;
}
.Result__summary {
  font-size: 14px;
}
.Result__img {
  -webkit-transition: all 1s cubic-bezier(0.33, 0.66, 0.66, 1);
  -moz-transition: all 1s cubic-bezier(0.33, 0.66, 0.66, 1);
  -o-transition: all 1s cubic-bezier(0.33, 0.66, 0.66, 1);
  -ms-transition: all 1s cubic-bezier(0.33, 0.66, 0.66, 1);
  transition: all 1s cubic-bezier(0.33, 0.66, 0.66, 1);
}
.Result-img {
  width: 80px;
  height: 80px;
  margin-right: 10px;
  display: inline-block;
  overflow: hidden;
}
.Result-img .Result__img {
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: 110%;
  -moz-background-size: 110%;
  background-size: 110%;
  display: inline-block !important;
  margin: 0;
  overflow: hidden;
  width: 80px;
  height: 80px;
}
.Result-img .Result__link {
  position: relative;
  padding: 0;
}
.Result-img .Result__link::after {
  background: rgba(18,21,24,0.5);
  color: #fff;
  content: 'Ver';
  display: block;
  font-size: 12px;
  height: 100%;
  left: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  padding-top: 45%;
  position: absolute;
  text-align: center;
  top: 0;
  -webkit-transition: all 0.3s cubic-bezier(0.33, 0.66, 0.66, 1);
  -moz-transition: all 0.3s cubic-bezier(0.33, 0.66, 0.66, 1);
  -o-transition: all 0.3s cubic-bezier(0.33, 0.66, 0.66, 1);
  -ms-transition: all 0.3s cubic-bezier(0.33, 0.66, 0.66, 1);
  transition: all 0.3s cubic-bezier(0.33, 0.66, 0.66, 1);
  width: 100%;
}
.Result-img .Result__link:hover::after {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.Result-img .Result__link:hover .Result__img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.Result-profile {
  display: inline-block !important;
  width: 200px;
  vertical-align: top;
  border: solid thin #3e4145;
}
.Result-profile .Result__link {
  margin: 0;
}
.Result-profile .Result__img {
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: 110%;
  -moz-background-size: 110%;
  background-size: 110%;
  display: inline-block !important;
  margin: 0;
  overflow: hidden;
  border-bottom: solid thin #3e4145;
  width: 100%;
}
.Result-profile .Result__title {
  font-size: 12px;
}
.Result-profile .info {
  padding: 4px;
  padding-top: 0;
  display: inline-block;
  width: 100%;
}
@media only screen and (min-width: 601px) {
  .Search {
    margin-top: 5px;
  }
}
.parallax-window {
    min-height: 400px;
    background: transparent;
}
@media only screen and (max-width: 800px) {
  .Tabs li {
    display: block;
    float: left;
    width: 100%;
}
.Tabs{
      overflow: visible!important;
}
.ancho {
    margin: 0px 0px 0px -3px !important;
}
.Name_section__subtitle.subtitle-small {
    width: 100%!important;
}
.Footer__menu__list {
  display: none !important;
}
.Footer__menu__list_first{
    margin-top: 5px;
}
.swiper-container {
    height: 31% !important;
}
.Follow__list li {
    margin: 4px !important;
}
  .contactoicon {
    margin: 0px 0px 0 43% !important;
}
.urlhome {
    float: left;
    width: 0%;
    margin: 0 0 0 53px;
    z-index: 8000;
}
.urlhomemovil {
    float: left;
    width: 45%;
    margin: 3px 0 0 20px;
    z-index: 8000;
}
  .Menu.is-open{
       opacity: 0;
       visibility: hidden;
  }
  .nav-item:hover .nav-link::after {
      opacity: 0;
  }
  .navbar .dropdown-menu .container {
      background-color: #fff;
      box-shadow: none;
      border-top: 0
  }
  .Header.is-scrolled{
    height: 80px;
  }
  .Header{
    background-color: #fff;
    height: 80px;
  }
  .parallax-mirror{
    margin: 80px 0 0 0;
  }
  .Logo {
    float: left;
    width: 100% !important;
    margin: 13px 0 0 0 !important;
    padding: 0 0 21px 0 !important;
  }
  .amparo{
    width: 19% !important;
    top: 0px !important;
    left: 39% !important;
  }
  .fundacion {
  text-align: center !important;
  }
  .fundacion a img{
    width:50% !important;
    left: 0 !important;
  }
  .direccion{
    width: 100% !important;
    top: 14px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center !important;
    letter-spacing: 0.3px;
  }
  .ruta{
    position: relative;
    left: 38px !important;
    top: 5px !important;
    width: 57%!important;
  }
  .ruta a{
    font-size: 10px;
  }
  .parte1{
    width: 100% !important;
  }
  .mapag{
    height: 200px !important;
  }
  .swiper-container-home .swiper-wrapper .swiper-slide .Name_slide__title {
    font-size: 23px;
  }
  .Btn_menu {
    z-index: 1009;
}
.arrow2{
  display:none;
}
  .row {
      /* margin-left: 0px!important;
      margin-right: 0px!important; */
  }
  .dropdown:hover .dropdown-content {
    margin: 4px 0 0 0px !important;
    width: 50% !important;
}
  .Footer__menu .container .row {
    padding: 10px !important;
  }
  .Footer__content{
    padding: 15px;
  }
  .dropdown-content {
    position: relative !important;
}
.dropdown-menu {
    position: relative !important;
    /* width: 47% !important; */
}
  .Cover-home{
    top: 80px!important;
    height: auto !important;
  }
  .swiper-container-home {
    height: auto !important;
  }
  .Breadcrumbs{
    margin: 0px 0 0 0 !important;
  }
.Menu__list__item {
    width: 100% !important;
    display: grid !important;
    max-width: 100%!important;
}
.Search__form__input {
    width: 97% !important;
        line-height: 37px !important;
  }
.Search__form__btn{
      padding: 10px !important;
      margin-right: 0;
}
.swiper-container-home .swiper-wrapper .swiper-slide .Name_slide__title {
    font-size:25px !important;
    padding-bottom: 0!important;
    line-height: 25px !important;
  }
  .swiper-container-home .swiper-wrapper .swiper-slide .Name_slide__caption {
    font-size: 19px !important;
    line-height: 20px !important;
  }
.titulosecc {
    font-size: 38px!important;
    margin: 0 0 0 0px!important;
}
.hoy{
    padding: 0px 0 90px 0!important;
    width: 100% !important;
}
  .museo{
  }
  .margen{
    width: 90% !important;
    margin-top: 22px;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .flecha {
    bottom: 50px !important;
    left: 48% !important;
}
.Card-alls_pieces {
    height: 320px !important;
}
.vertodas {
    top: 271px !important;
}
.swiper-button-next, .swiper-button-prev, .flechapiezasl, .flechapiezasr {
    width: 27px !important;
    height: 26px !important;
}
  .titulo{
      width: 90%!important;
  }
  .texto{
  width: 90%!important;
  }
  .Modal__Zoom_box {
    top: 61%;
}
.informes{
}
.cuadro{
    width: 90%!important;
    margin: 25px 0 0 4%!important;
}
.cuadro2{
    margin: 25px 0 0 0%!important;
}
.naranja{
  width: 100% !important;
}
.bibliogris {
    width: 100%!important;
    padding: 24px 0 20px 0!important;
}
.biblionaranja {
    width: 100%!important;
    padding: 1px 0 1px 0!important;
}
.telefono{
    width: 55% !important;
}
.phone{
  margin: 0 0 0 60px !important;
}
.gris{
  width: 100% !important;
}
.horarios{
    font-size: 19px !important;
    margin: 10px 0 0 7px !important;;
}
.info{
    margin: 0 0 0 0px !important;
}
.grupos {
    margin: 5px 0 0 65px !important;
    width: 38% !important;
}
.escuelas{
    margin: 5px 0 0 19px !important;
}
.hoy_container, .exposiciones_container, .actividades_conteiner{
  width: 100% !important;
}
.tituloseccion{
  width: 100% !important;
  float: left !important;
      padding: 24px 0 30px 0 !important;
}
.cuadros{
  float: left !important;
  height: auto !important;
  margin: 0 0 2px 0px !important;
}
.fle{
  display: none;
}
.special{
  padding: 0;
  margin:0 0 0 0!important;
}
.actividades{
  width: 100% !important;
  padding: 17px !important;
}
.exposiciones{
width: 93%!important;
}
.cuadrointerno{
width: 100% !important;
    margin: auto !important;
}
.exposiciones{
  width: 100% !important;
  padding: 17px !important;
}
.fotoexpos{
  width: 100% !important;
}
.tituloexpo{
    width: 93% !important;
    font-size: 21px !important;
    line-height: 24px !important;
}
.infoexpo{
    width: 89% !important;
    margin: 0 0 27px 10px!important;
}
.footermovil {
    text-align: center;
    display: block !important;
}
.Footer__menu__list {
    padding: 0;
}
.Footer__menu__list__item {
    vertical-align: top;
    margin-bottom: 0px;
    width: 100%;
    display: inline-block;
}
.Footer__menu__list__item a {
    font-size: 11px;
    line-height: 17px !important;
    padding: 0px 14px !important;
}
.cuadrosactividades{
    width: 100% !important;
}
.cuadrointernoactividades{
  width: 100% !important;
  margin: 0 0 16px 3px !important;
}
.fotoactividades{
    padding: 0 0 0px 0 !important;
}
.tituloactividades{
    width: 95% !important;
    font-size: 21px !important;
    line-height: 26px !important;
}
.textoactividades{
    color: #999999!important;
}
.Card__header__container__title {
    font-size: 14px !important;
}
.subtactividades{
  width: 100%!important;
  margin-top: 0px!important;
}
.subtactividades2{
  width: 100%!important;
  margin-top: 0px!important;
}
.Card__footer__adds2 {
    margin: 7px 4px -5px 7px !important;
}
.alto {
    height: 100% !important;
    width: 100% !important;
}
.padding {
    padding: 0 0 0 0 !important;
    width: 100% !important;
    margin: 0 0 0 0px;
}
.direcciondos {
    width: 100% !important;
}
.footeractividades{
    width: 90%!important;
    padding: 0 0 16px 0!important;
}
.horarioactividad{
    margin-left: 10px!important;
}
.tag {
    width: 56%!important;
}
.adorno{
    margin: 0 0 5px 0px!important;
}
.adorno2{
    margin: 0 0 5px 20px!important;
}
.mapa{
  width: 100% !important;
  margin: 0 !important;
   padding: 0 !important;
}
.colecciones2 {
    margin: 0px 0 0 0 !important;
    padding: 0 0px 0 4px !important;
}
.Card-1x1 {
    height: 150px !important;
}
.swiper-cards__caption {
    font-size: 12px !important;
}
.Search__form-full {
    margin: 11px 0 0 0 !important;
}
.margen_biblio {
    margin: 0 0 0 3px;
    height: 172px !important;
}
.accesibilidad{
  font-size: 0.8em;
  text-align: center;
}
.Card{
  margin-bottom: 6px !important;
}
.Card-piece {
    margin-bottom: 0px !important;
}
.swiper-container-home .swiper-wrapper .swiper-slide .Name_slide {
    top: 60%!important;
}
.Mapa__img {
    float: right !important;
    width: 100% !important;
}
.Card-1x1 .Card__header__img {
    height: 250px !important;
}
li.dropdown {
    display: block !important;
}
/* .ma_collection-title {
    padding-left: 15px !important;
} */
.swiper-container {
    margin: 80px 0 0 0 !important;
}
.Navigation_pieces__sala {
    display: none;
}
.Navigation_pieces-right .Navigation_pieces__arrow {
    text-align: center !important;
    position: absolute;
}
span.Navigation_pieces__arrow {
    width: 100%;
    text-align: center !important;
    margin: auto;
}
.extra-size-bio {
    height: 250px !important
}
}
@media only screen and (min-width: 992px) and (max-width: 1240px) {
    .nav-item .dropdown-menu a p {
        font-size: 12px;
    }
}
@media only screen and (max-width: 414px) {
  #swiper-full {
    margin: 80px 0 -20px 0;
  }
  div#previous-map {
    position: absolute;
    top: 72%;
}
div#next-map {
    position: absolute;
    top: 72%;
    right: 3%;
}
  #image-map{
    height: 80vh !important;
  }
  .svg-icon {
    text-align: center;
    padding-top: 10px;
  }
}
@media only screen and (max-width: 1025px) {
}
@media only screen and (min-width: 801px) and (max-width: 1025px) {
  .Follow__list li {
      margin: 21px 0 0 0 !important;
  }
.Navigation_pieces__sala {
    display: none !important;
}
  .bajar{
    top: 22px !important;
  }
  .Card-1x1{
    width: 201px !important;
    height: 191px !important;
  }
.Card-alls_pieces {
    height: 0vh !important;
}
  .contactoicon {
    margin: 0px 0px 0 68% !important;
}
.Breadcrumbs-salas {
    padding: 0px 0 0 0 !important;
}
.parallax-mirror {
    margin: 0px 0 0px 0 !important;
}
.Cover {
top: 4px !important;
}
  .urlhome {
      float: left;
      width: 0%;
      margin: 0 0 0 53px;
      z-index: 8000;
  }
  .urlhomemovil {
      float: left;
      width: 22%;
      margin: 3px 0 0 20px;
      z-index: 8000;
  }
  .Menu.is-open{
      opacity: 0;
      visibility: hidden;
  }
    .Header.is-scrolled{
      height: 80px;
    }
    .Header{
      background-color: #F15A24;
      height: 80px;
    }
    .Logo {
      float: left;
      width: 100% !important;
      margin: 10px 0 0 0 !important;
      padding: 0 0 21px 0 !important;
    }
    .amparo{
      width: 100% !important;
    }
    .direccion{
      width: 100% !important;
    }
    .ruta{
      position: relative;
      left: 38px !important;
      top: 5px !important;
      width: 57%!important;
    }
    .ruta a{
      font-size: 10px;
    }
    .parte1{
      width: 100% !important;
    }
    .actividades, .hoy, .exposiciones{
          width: 90% !important;
    }
    .mapag{
      height: 200px !important;
    }
    .swiper-container-home .swiper-wrapper .swiper-slide .Name_slide__title {
      font-size: 23px;
    }
    .alto{
      height: 100vh !important;
    }
    .Btn_menu {
      z-index: 1009;
  }
    /* .row {
        margin-left: 0px!important;
        margin-right: 0px!important;
    } */
    .Cover-home{
    top: 80px!important;
    }
    .Breadcrumbs{
      margin: 0px 0 0 0 !important;
    }
    .margen_biblio {
    margin: 0 0 0 3px;
    height: 327px !important;
}
    .Menu__list__item{
          width: 86% !important;
      display: block !important;
          max-width: 100%;
    }
  li.dropdown  {
      display: block !important;
  }
  .Search__form__input {
      width: 96% !important;
    }
  .Search__form__btn{
        padding: 12px !important;
  }
  .swiper-container-home .swiper-wrapper .swiper-slide .Name_slide__title {
      font-size: 58px !important;
      padding-bottom: 0!important;
      line-height: 60px !important;
    }
    .swiper-container-home .swiper-wrapper .swiper-slide .Name_slide__caption {
      font-size: 28px !important;
    }
  .titulosecc {
      margin: 0 0 0 0px!important;
  }
  .hoy{padding: 19px 0 90px 0!important;}
  .Search__form {
      width: 90% !important;
  }
  .dropdown-content {
      position: relative !important;
      width: 17% !important;
      margin: 0 0 0 7% !important;
      z-index: 999999 !important;
  }
    .museo{
    }
    .titulo{
        width: 100%!important;
    }
    .texto{
    width: 100%!important;
    }
  .informes{
  }
  .cuadro{
      width: 91%!important;
      margin: 0 0 0 4%!important;
  }
  .cuadro2{
      margin: 0 0 0 0%!important;
  }
  .naranja{
    width: 100% !important;
  }
  .telefono{
      width: 55% !important;
  }
  .phone{
    margin: 0 0 0 60px !important;
  }
  .gris{
    width: 100% !important;
  }
  .horarios{
      font-size: 16px !important;
      margin: 6px 0 0 8px !important;
  }
  .info{
      margin: 0 0 0 0px !important;
  }
  .grupos {
      margin: 5px 0 0 65px !important;
      width: 38% !important;
  }
  .escuelas{
      margin: 5px 0 0 19px !important;
  }
  .tituloseccion{
    width: 100% !important;
    float: left !important;
        padding: 0px 0 30px 0 !important;
  }
  .cuadros{
    width: 24% !important;
    float: left !important;
  }
  .cuadrointerno{
  width: 99% !important;
      margin: auto !important;
  }
  .fotoexpos{
    width: 100% !important;
  }
  .tituloexpo{
      width: 93% !important;
      font-size: 15px !important;
      line-height: 19px !important;
  }
  .infoexpo{
      width: 89% !important;
      margin: 0 0 27px 10px!important;
  }
  .cuadrosactividades{
      width: 100% !important;
  }
  .cuadrointernoactividades{
          width: 24% !important;
    margin: 0 0 16px 3px !important;
  }
  .fotoactividades{
      padding: 0 0 0px 0 !important;
  }
  .tituloactividades{
      width: 95% !important;
      font-size: 15px !important;
      line-height: 19px !important;
  }
  .textoactividades{
      color: #999999!important;
  }
  .subtactividades{
    width: 100%!important;
    margin-top: 0px!important;
  }
  .footeractividades{
      width: 90%!important;
      padding: 0 0 16px 0!important;
  }
  .horarioactividad{
      margin-left: 10px!important;
  }
  .tag {
      width: 56%!important;
  }
  .adorno{
      margin: 0 0 0 0px!important;
  }
  .mapa{
    width: 100% !important;
    margin: 0 !important;
     padding: 0 !important;
  }
  .swiper-container-home .swiper-wrapper .swiper-slide .Name_slide {
      top: 42%!important;
  }
  .Cover-home {
    height: auto !important;
  }
  .swiper-container-home {
    height: auto !important;
  }
  .Language__link {
      font-size: 20px;
      margin-right: 0px;
  }
  .Mapa__img {
      float: right !important;
      width: 100% !important;
  }
}
/*---------------*/
  li.dropdown {
      display: inline-block;
  }
  .dropdown-content {
      display: none;
      position: absolute;
      background-color: #f9f9f9;
      min-width: 160px;
      box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  }
  .Menu__list .dropdown-content {
      padding: 10px 5px;
      opacity: 1
  }
  /* .Menu__list .dropdown-content a {
      color: rgba(255,255,255,.08);
  } */
  .Menu__list .dropdown-content a:hover {
      color: #fc3c32;
  }
  .dropdown-content a {
      color: black;
      padding: 0px 15px;
      line-height: 28px;
      text-decoration: none;
      display: block;
      text-align: left;
      font-weight: 500 !important;
  }
  .dropdown-content a:hover {background-color: #f1f1f1}
  .dropdown:hover .dropdown-content {
      display: block;
      z-index: 9;
      margin: 4px 0 0 -15px;
      opacity: 0.8;
  }
  /*---------------*/
@media only screen and (min-width: 1900px) and (max-width: 1920px){
  .cuadrointernoactividades{
  }
  .alto {
    height: 500px !important;
}
  .medio {
    height: 50vh !important;
  }
  .cuadros{
    height: 416px !important;
  }
  .textoactividades{
    margin: 0 0 0 0 !important;
  }
  .horarios{
     margin: 5px 0 0 8px !important;
}
  .infohome{
        margin: 6px 0 0 7px !important;
  }
  .gris{
    height: 187px !important;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1605px){
  .Menu__list {
    width: 71% !important;
}
.urlhome{
  margin: 6px 0 0 53px !important;
}
 .contactoicon{
    margin: 4px 0px 0 20px !important;
 }
.alto {
    /* height: 85vh !important; */
}
  .dropdown-content a {
      line-height: 46px !important;
  }
  .dropdown-content{
    top: 92%;
  }
.Menu__list__item{
  margin-right: 34px !important;
  margin-top: 10px !important;
}
.Meni.is-open{
  height: 70px !important;
}
.Header.is-scrolled{
  height: 70px !important;
}
.Menu{
  height: 70px !important;
}
.Language {
    margin-right: 10px !important;
}
.Cover-home{
  top: 80px !important;
}
.Breadcrumbs{
  margin: 70px 0 0 0 !important;
}
.Cover{
  top: 0px !important;
}
.parallax-mirror {
    /* margin: 70px 0 0 0 !important; */
}
.Menu__list__item__link{
  font-size: 13px !important;
}
.contactoicon {
    margin: 0px 0px 0 77% !important;
}
.Search__container {
    top: 70px!important;
}
.Language {
    margin-top: -10px !important;
    vertical-align: top !important;
  }
.swiper-container-home .swiper-wrapper .swiper-slide .Name_slide__title {
    font-size: 41px !important;
  }
  .titulosecc{
    margin: 0 0 0 0px !important;
  }
  .Name_section__title{
    /* font-size: 20px !important; */
  }
  .adorno{
    margin: -3px 0 0 0px !important;
  }
  .horarios {
    font-size: 14px !important;
    margin: 39px 0 0 0px !important;
}
.infohome{
      font-size: 13px !important;
      margin: 6px 0 0 10px !important;
}
.phone{
margin: 0 0 0 33px
}
.gris{
  height: 143px !important;
}
.Mapa__img {
    min-height: 260px !important;
}
}
@media (min-width: 1440px) {
    .ma_video-container {
        /* height: 85vh; */
    }
}
@media only screen and (min-width: 1400px) and (max-width: 1440px){
  .margen_biblio{
    height: 350px !important;
        margin: 0 0 0 3px !important;
  }
}
@media only screen and (min-width: 1025px) {
  .Search {
    display: inline-block;
    height: 45px;
    left: initial;
    padding-left: 5px;
    position: relative;
    top: initial;
    -webkit-transition: all 1s cubic-bezier(0.33, 0.66, 0.66, 1);
    -moz-transition: all 1s cubic-bezier(0.33, 0.66, 0.66, 1);
    -o-transition: all 1s cubic-bezier(0.33, 0.66, 0.66, 1);
    -ms-transition: all 1s cubic-bezier(0.33, 0.66, 0.66, 1);
    transition: all 1s cubic-bezier(0.33, 0.66, 0.66, 1);
    width: 45px !important;
    vertical-align: middle;
    border: none;
    outline: 0;
  }
  /* .Search__container {
    background: rgba(18,21,24,0.8);
    display: none;
    left: 0px;
    position: fixed;
    width: 100vw;
    height: 0;
    z-index: 1002;
  } */
  .Search__flex {
      display: flex;
      justify-content: center;
      flex-direction: column;
      align-items: flex-end;
      align-content: center;
      width: 100%;
      height: 100%;
  }
  .Search__container.is-open {
    height: 100%;
  }
  .Search__form {
    /* margin: 20px auto; */
    display: flex;
    justify-content: space-between;
    width: 100%;
    border: solid thin transparent;
  }
  .Search__form__btn {
    background: transparent;
    -webkit-transition: all 0.3s cubic-bezier(0.33, 0.66, 0.66, 1);
    -moz-transition: all 0.3s cubic-bezier(0.33, 0.66, 0.66, 1);
    -o-transition: all 0.3s cubic-bezier(0.33, 0.66, 0.66, 1);
    -ms-transition: all 0.3s cubic-bezier(0.33, 0.66, 0.66, 1);
    transition: all 0.3s cubic-bezier(0.33, 0.66, 0.66, 1);
  }
  .Search__form__btn.btn-open-form {
    display: inline-block;
  }
  .Search__form__btn.btn-open-form.is-clicked {
  }
  .Search__form__btn.btn-mobile {
    display: none;
  }
  .Search__form__btn.btn-close-form {
    background-image: url("https://f5c4537feeb2b644adaf-b9c0667778661278083bed3d7c96b2f8.ssl.cf1.rackcdn.com/static/close.png");
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    background-size: 100%;
    display: inline-block;
    height: 20px;
    vertical-align: top;
    width: 14px;
    margin-top: 11px;
  }
  .Search__results {
    display: block;
    margin: 20px auto;
    width: 860px;
  }
  .Search__results.is-searching {
    padding: 10px 10px;
    overflow-y: scroll;
    -webkit-box-shadow: 0px 0px 5px 0px #000, 0px 5px 5px 0px #000;
    box-shadow: 0px 0px 5px 0px #000, 0px 5px 5px 0px #000;
    height: 70%;
    background: #f1f1f1;
  }
  .Search__results.is-searching .itemsResults.is-show {
    float: left;
    margin-bottom: 10px;
    margin-right: 2%;
    min-width: 48%;
  }
  .Search__results.is-searching .artistResult {
    width: 50%;
    float: left;
  }
  .Search__results.is-searching .artistResult.is-show {
    margin-bottom: 10px;
  }
  .Search__results.is-searching .artistResult .Result-profile {
    display: inline-block !important;
    vertical-align: top;
    margin-right: 5px;
    width: 120px !important;
    border: solid thin #3e4145;
  }
  .Search__results.is-searching .artistResult .Result__link {
    margin: 0;
  }
  .Search__results.is-searching .artistResult .Result__img {
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: 110%;
    -moz-background-size: 110%;
    background-size: 110%;
    display: inline-block !important;
    height: 120px;
    margin: 0;
    overflow: hidden;
    border-bottom: solid thin #3e4145;
    width: 100%;
  }
  .Search__results.is-searching .artistResult .Result .info {
    padding: 4px;
    display: inline-block;
    width: 100%;
  }
  .Search__results.is-searching .artistResult .Result__title {
    font-size: 12px;
  }
  .Search__results.is-searching .gridResult {
    width: 50%;
    float: left;
  }
  .Search__results.type-2 {
    padding: 0;
    margin: 0;
    width: 100%;
  }
  .Search__results.type-2 .Result {
    width: 100%;
  }
  .Search__results.type-2 .Result-img {
    width: 120px;
    height: auto;
  }
  .Search__results.type-2 .Result-img .Result__img {
    width: 100%;
    height: auto;
  }
  .Search__results.type-2 .Result-profile {
    width: 120px;
  }
  .Search__counts {
    display: block;
    max-width: 200px;
  }
}
/* Slider
_____________________________________________________ */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.swiper-container.biblioteca {
  overflow: inherit;
}
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  z-index: -1000;
}
.swiper-container-no-flexbox .swiper-slide {
  float: left;
}
.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.swiper-container-vertical > .swiper-pagination {
  right: 10px;
  top: 43%;
  -webkit-transform: translate3d(0, -50%, 0);
  -moz-transform: translate3d(0, -50%, 0);
  -o-transform: translate(0, -50%);
  -ms-transform: translate3d(0, -50%, 0);
  -webkit-transform: translate3d(0, -50%, 0);
  -moz-transform: translate3d(0, -50%, 0);
  -o-transform: translate3d(0, -50%, 0);
  -ms-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination .swiper-pagination-bullet {
  margin: 5px 0;
  display: block;
}
.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
}
.swiper-container-home .swiper-wrapper .swiper-slide-active{
  visibility: visible !important;
}
.material_extra__link.Slider_video{
  padding: 0 !important;
}
.play-btn {
  font-size: 20px;
  margin: 0 0 20px;
  height: 70px;
  width: 70px;
  border-radius: 100%;
  background: rgba(0,0,0,0.5);
  text-align: center;
  line-height: 70px;
}
.position-center{
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -webkit-box-align: start;
  -moz-box-align: start;
  -o-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-transition-property: -webkit-transform, height;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  -webkit-transition-property: -webkit-transform, height;
  -moz-transition-property: -moz-transform, height;
  -o-transition-property: -o-transform, height;
  -ms-transition-property: -ms-transform, height;
  transition-property: transform, height;
}
.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}
.swiper-button-next,
.swiper-button-prev, .flechapiezasl, .flechapiezasr {
  background-color: #000;
  position: absolute;
  top: 50%;
  width: 35px;
  height: 40px;
  margin-left: 0;
  margin-right: 0;
  margin-top: -22px;
  padding: 20px;
  z-index: 10;
  cursor: pointer;
  -moz-background-size: 18px;
  -webkit-background-size: 18px;
  -webkit-background-size: 18px;
  -moz-background-size: 18px;
  background-size: 18px;
  background-position: center;
  background-repeat: no-repeat;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.5);
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=35)";
  filter: alpha(opacity=35);
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next, .flechapiezasl {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23fafafa'%2F%3E%3C%2Fsvg%3E");
  left: 100px;
  right: auto;
}
.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23fafafa'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23fafafa'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev, .flechapiezasr {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23fafafa'%2F%3E%3C%2Fsvg%3E");
  right: 100px;
  left: auto;
}
.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23fafafa'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23fafafa'%2F%3E%3C%2Fsvg%3E");
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  background: #000;
  /* opacity: 0.2; */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  filter: alpha(opacity=20);
  border: 1px solid #ababab;
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-white .swiper-pagination-bullet {
  background: #fff;
}
.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  background: #f15a24 !important;
}
.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}
.swiper-container-horizontal > .swiper-pagination {
  bottom: 0px;
  left: 0;
  width: 100%;
  /* border-bottom: 10px solid #f5f5f5; */
}
.swiper-container-horizontal > .swiper-pagination .swiper-pagination-bullet {
  margin: 0 5px;
}
.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-container-3d {
  -webkit-perspective: 1200px;
  -moz-perspective: 1200px;
  -o-perspective: 1200px;
  -webkit-perspective: 1200px;
  -moz-perspective: 1200px;
  -ms-perspective: 1200px;
  perspective: 1200px;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0,0,0,0.5)), to(rgba(0,0,0,0)));
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0,0,0,0.5)), to(rgba(0,0,0,0)));
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0,0,0,0.5)), to(rgba(0,0,0,0)));
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0,0,0,0.5)), to(rgba(0,0,0,0)));
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0,0,0,0.5)), to(rgba(0,0,0,0)));
  background-image: -webkit--webkit-linear-gradient(right, rgba(0,0,0,0.5), rgba(0,0,0,0));
  background-image: -webkit--moz-linear-gradient(right, rgba(0,0,0,0.5), rgba(0,0,0,0));
  background-image: -webkit--o-linear-gradient(right, rgba(0,0,0,0.5), rgba(0,0,0,0));
  background-image: -webkit--ms-linear-gradient(right, rgba(0,0,0,0.5), rgba(0,0,0,0));
  background-image: -webkit-linear-gradient(to left, rgba(0,0,0,0.5), rgba(0,0,0,0));
  background-image: -moz--webkit-linear-gradient(right, rgba(0,0,0,0.5), rgba(0,0,0,0));
  background-image: -moz--moz-linear-gradient(right, rgba(0,0,0,0.5), rgba(0,0,0,0));
  background-image: -moz--o-linear-gradient(right, rgba(0,0,0,0.5), rgba(0,0,0,0));
  background-image: -moz--ms-linear-gradient(right, rgba(0,0,0,0.5), rgba(0,0,0,0));
  background-image: -moz-linear-gradient(to left, rgba(0,0,0,0.5), rgba(0,0,0,0));
  background-image: -o--webkit-linear-gradient(right, rgba(0,0,0,0.5), rgba(0,0,0,0));
  background-image: -o--moz-linear-gradient(right, rgba(0,0,0,0.5), rgba(0,0,0,0));
  background-image: -o--o-linear-gradient(right, rgba(0,0,0,0.5), rgba(0,0,0,0));
  background-image: -o--ms-linear-gradient(right, rgba(0,0,0,0.5), rgba(0,0,0,0));
  background-image: -o-linear-gradient(to left, rgba(0,0,0,0.5), rgba(0,0,0,0));
  background-image: -webkit-linear-gradient(right, rgba(0,0,0,0.5), rgba(0,0,0,0));
  background-image: -moz-linear-gradient(right, rgba(0,0,0,0.5), rgba(0,0,0,0));
  background-image: -o-linear-gradient(right, rgba(0,0,0,0.5), rgba(0,0,0,0));
  background-image: -ms-linear-gradient(right, rgba(0,0,0,0.5), rgba(0,0,0,0));
  background-image: linear-gradient(to left, rgba(0,0,0,0.5), rgba(0,0,0,0));
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0,0,0,0.5)), to(rgba(0,0,0,0)));
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0,0,0,0.5)), to(rgba(0,0,0,0)));
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0,0,0,0.5)), to(rgba(0,0,0,0)));
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0,0,0,0.5)), to(rgba(0,0,0,0)));
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0,0,0,0.5)), to(rgba(0,0,0,0)));
  background-image: -webkit--webkit-linear-gradient(left, rgba(0,0,0,0.5), rgba(0,0,0,0));
  background-image: -webkit--moz-linear-gradient(left, rgba(0,0,0,0.5), rgba(0,0,0,0));
  background-image: -webkit--o-linear-gradient(left, rgba(0,0,0,0.5), rgba(0,0,0,0));
  background-image: -webkit--ms-linear-gradient(left, rgba(0,0,0,0.5), rgba(0,0,0,0));
  background-image: -webkit-linear-gradient(to right, rgba(0,0,0,0.5), rgba(0,0,0,0));
  background-image: -moz--webkit-linear-gradient(left, rgba(0,0,0,0.5), rgba(0,0,0,0));
  background-image: -moz--moz-linear-gradient(left, rgba(0,0,0,0.5), rgba(0,0,0,0));
  background-image: -moz--o-linear-gradient(left, rgba(0,0,0,0.5), rgba(0,0,0,0));
  background-image: -moz--ms-linear-gradient(left, rgba(0,0,0,0.5), rgba(0,0,0,0));
  background-image: -moz-linear-gradient(to right, rgba(0,0,0,0.5), rgba(0,0,0,0));
  background-image: -o--webkit-linear-gradient(left, rgba(0,0,0,0.5), rgba(0,0,0,0));
  background-image: -o--moz-linear-gradient(left, rgba(0,0,0,0.5), rgba(0,0,0,0));
  background-image: -o--o-linear-gradient(left, rgba(0,0,0,0.5), rgba(0,0,0,0));
  background-image: -o--ms-linear-gradient(left, rgba(0,0,0,0.5), rgba(0,0,0,0));
  background-image: -o-linear-gradient(to right, rgba(0,0,0,0.5), rgba(0,0,0,0));
  background-image: -webkit-linear-gradient(left, rgba(0,0,0,0.5), rgba(0,0,0,0));
  background-image: -moz-linear-gradient(left, rgba(0,0,0,0.5), rgba(0,0,0,0));
  background-image: -o-linear-gradient(left, rgba(0,0,0,0.5), rgba(0,0,0,0));
  background-image: -ms-linear-gradient(left, rgba(0,0,0,0.5), rgba(0,0,0,0));
  background-image: linear-gradient(to right, rgba(0,0,0,0.5), rgba(0,0,0,0));
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0.5)), to(rgba(0,0,0,0)));
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0.5)), to(rgba(0,0,0,0)));
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0.5)), to(rgba(0,0,0,0)));
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0.5)), to(rgba(0,0,0,0)));
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0.5)), to(rgba(0,0,0,0)));
  background-image: -webkit--webkit-linear-gradient(bottom, rgba(0,0,0,0.5), rgba(0,0,0,0));
  background-image: -webkit--moz-linear-gradient(bottom, rgba(0,0,0,0.5), rgba(0,0,0,0));
  background-image: -webkit--o-linear-gradient(bottom, rgba(0,0,0,0.5), rgba(0,0,0,0));
  background-image: -webkit--ms-linear-gradient(bottom, rgba(0,0,0,0.5), rgba(0,0,0,0));
  background-image: -webkit-linear-gradient(to top, rgba(0,0,0,0.5), rgba(0,0,0,0));
  background-image: -moz--webkit-linear-gradient(bottom, rgba(0,0,0,0.5), rgba(0,0,0,0));
  background-image: -moz--moz-linear-gradient(bottom, rgba(0,0,0,0.5), rgba(0,0,0,0));
  background-image: -moz--o-linear-gradient(bottom, rgba(0,0,0,0.5), rgba(0,0,0,0));
  background-image: -moz--ms-linear-gradient(bottom, rgba(0,0,0,0.5), rgba(0,0,0,0));
  background-image: -moz-linear-gradient(to top, rgba(0,0,0,0.5), rgba(0,0,0,0));
  background-image: -o--webkit-linear-gradient(bottom, rgba(0,0,0,0.5), rgba(0,0,0,0));
  background-image: -o--moz-linear-gradient(bottom, rgba(0,0,0,0.5), rgba(0,0,0,0));
  background-image: -o--o-linear-gradient(bottom, rgba(0,0,0,0.5), rgba(0,0,0,0));
  background-image: -o--ms-linear-gradient(bottom, rgba(0,0,0,0.5), rgba(0,0,0,0));
  background-image: -o-linear-gradient(to top, rgba(0,0,0,0.5), rgba(0,0,0,0));
  background-image: -webkit-linear-gradient(bottom, rgba(0,0,0,0.5), rgba(0,0,0,0));
  background-image: -moz-linear-gradient(bottom, rgba(0,0,0,0.5), rgba(0,0,0,0));
  background-image: -o-linear-gradient(bottom, rgba(0,0,0,0.5), rgba(0,0,0,0));
  background-image: -ms-linear-gradient(bottom, rgba(0,0,0,0.5), rgba(0,0,0,0));
  background-image: linear-gradient(to top, rgba(0,0,0,0.5), rgba(0,0,0,0));
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0,0,0,0.5)), to(rgba(0,0,0,0)));
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0,0,0,0.5)), to(rgba(0,0,0,0)));
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0,0,0,0.5)), to(rgba(0,0,0,0)));
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0,0,0,0.5)), to(rgba(0,0,0,0)));
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0,0,0,0.5)), to(rgba(0,0,0,0)));
  background-image: -webkit--webkit-linear-gradient(top, rgba(0,0,0,0.5), rgba(0,0,0,0));
  background-image: -webkit--moz-linear-gradient(top, rgba(0,0,0,0.5), rgba(0,0,0,0));
  background-image: -webkit--o-linear-gradient(top, rgba(0,0,0,0.5), rgba(0,0,0,0));
  background-image: -webkit--ms-linear-gradient(top, rgba(0,0,0,0.5), rgba(0,0,0,0));
  background-image: -webkit-linear-gradient(to bottom, rgba(0,0,0,0.5), rgba(0,0,0,0));
  background-image: -moz--webkit-linear-gradient(top, rgba(0,0,0,0.5), rgba(0,0,0,0));
  background-image: -moz--moz-linear-gradient(top, rgba(0,0,0,0.5), rgba(0,0,0,0));
  background-image: -moz--o-linear-gradient(top, rgba(0,0,0,0.5), rgba(0,0,0,0));
  background-image: -moz--ms-linear-gradient(top, rgba(0,0,0,0.5), rgba(0,0,0,0));
  background-image: -moz-linear-gradient(to bottom, rgba(0,0,0,0.5), rgba(0,0,0,0));
  background-image: -o--webkit-linear-gradient(top, rgba(0,0,0,0.5), rgba(0,0,0,0));
  background-image: -o--moz-linear-gradient(top, rgba(0,0,0,0.5), rgba(0,0,0,0));
  background-image: -o--o-linear-gradient(top, rgba(0,0,0,0.5), rgba(0,0,0,0));
  background-image: -o--ms-linear-gradient(top, rgba(0,0,0,0.5), rgba(0,0,0,0));
  background-image: -o-linear-gradient(to bottom, rgba(0,0,0,0.5), rgba(0,0,0,0));
  background-image: -webkit-linear-gradient(top, rgba(0,0,0,0.5), rgba(0,0,0,0));
  background-image: -moz-linear-gradient(top, rgba(0,0,0,0.5), rgba(0,0,0,0));
  background-image: -o-linear-gradient(top, rgba(0,0,0,0.5), rgba(0,0,0,0));
  background-image: -ms-linear-gradient(top, rgba(0,0,0,0.5), rgba(0,0,0,0));
  background-image: linear-gradient(to bottom, rgba(0,0,0,0.5), rgba(0,0,0,0));
}
.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-coverflow .swiper-wrapper {
  -ms-perspective: 1200px;
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube {
  overflow: visible;
}
.swiper-container-cube .swiper-slide {
  pointer-events: none;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -o-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  filter: alpha(opacity=60);
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next+.swiper-slide,
.swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-scrollbar {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0,0,0,0.1);
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0,0,0,0.5);
  -webkit-border-radius: 10px;
  border-radius: 10px;
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -moz-transform-origin: 50%;
  -webkit-transform-origin: 50%;
  -moz-transform-origin: 50%;
  -o-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  -moz-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  -moz-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  -o-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  -ms-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}
.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml");
  background-position: 50%;
  -webkit-background-size: 100%;
  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  background-size: 100%;
  background-repeat: no-repeat;
}
.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml");
}
.swiper-container {
  width: 100%;
  height: 100%;
}
#swiper-full {
  background-color: #000;
}
.swiper-container .col-s6 {
  height: 350px;
  text-align: center;
}
.Cover-slider .swiper-container img
 {
  width: auto !important;
  height: 100%;
}
.swiper-slide {
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
@-moz-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* Slider thumbnails
_____________________________________________________ */
/* Slider home
_____________________________________________________ */
.swiper-container-home {
  height: 100%;
}
.swiper-container-home .swiper-wrapper .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
}
.swiper-container-home .swiper-wrapper .swiper-slide-active .swiper-slide__img {
  -webkit-transform: scale(1) rotate(-0.001deg);
  -moz-transform: scale(1) rotate(-0.001deg);
  -o-transform: scale(1) rotate(-0.001deg);
  -ms-transform: scale(1) rotate(-0.001deg);
  transform: scale(1) rotate(-0.001deg);
}
.swiper-container-home .swiper-wrapper .swiper-slide-active .Name_slide {
  opacity: 1 !important;
  -ms-filter: none !important;
  filter: none !important;
  bottom: 80px !important;
}
.swiper-container-home .swiper-wrapper .swiper-slide a {
  color: #fff;
  display: block;
  width: 100%;
  height: 100%;
}
.swiper-container-home .swiper-wrapper .swiper-slide__img {
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  height: 100%;
  -webkit-transform: scale(1.25) rotate(-0.001deg);
  -moz-transform: scale(1.25) rotate(-0.001deg);
  -o-transform: scale(1.25) rotate(-0.001deg);
  -ms-transform: scale(1.25) rotate(-0.001deg);
  transform: scale(1.25) rotate(-0.001deg);
  -webkit-transition: 20s linear -webkit-transform -1s;
  -moz-transition: 20s linear -moz-transform -1s;
  -o-transition: 20s linear -o-transform -1s;
  -ms-transition: 20s linear -ms-transform -1s;
  transition: 20s linear transform -1s;
  width: 100%;
}
.swiper-container-home .swiper-wrapper .swiper-slide .Name_slide {
  position: absolute;
  bottom: -200px;
  left: 20px;
  width: 90%;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  -webkit-transition: all 1s linear 50ms;
  -moz-transition: all 1s linear 50ms;
  -o-transition: all 1s linear 50ms;
  -ms-transition: all 1s linear 50ms;
  transition: all 1s linear 50ms;
}
.swiper-container-home .swiper-wrapper .swiper-slide .Name_slide__title {
  color: #fff;
  font-size: 28px;
  font-weight: 100;
  line-height: 33px;
  margin: 0;
  margin-bottom: 6px;
  text-shadow: 0 2px 4px rgba(18,21,24,0.3);
}
.swiper-container-home .swiper-wrapper .swiper-slide .Name_slide__caption {
  font-size: 18px;
  line-height: 22px;
  font-weight: 100;
  text-shadow: 0 2px 4px rgba(18,21,24,0.3);
}
.swiper-container-home .swiper-pagination.home .swiper-pagination-bullet {
    width: 11px;
    -webkit-border-radius: 0;
    border-radius: 73px;
    height: 10px;
  margin-bottom: 15px;
  background: #fff;
}
@media only screen and (min-width: 601px) {
  .swiper-container-home .swiper-wrapper .swiper-slide .Name_slide__title {
    font-size: 32px;
    letter-spacing: 1px;
    line-height: 38px;
  }
  .swiper-container-home .swiper-wrapper .swiper-slide .Name_slide__caption {
    line-height: 24px;
    font-size: 20px;
    letter-spacing: 0px;
  }
}
@media only screen and (min-width: 910px) {
  .swiper-container-home .swiper-wrapper .swiper-slide-active .Name_slide {
    bottom: 80px !important;
  }
  .swiper-container-home .swiper-wrapper .swiper-slide .Name_slide__title {
    font-size: 40px;
    line-height: 48px;
  }
  .swiper-container-home .swiper-wrapper .swiper-slide .Name_slide__caption {
    font-size: 22px;
    line-height: 26px;
  }
}
@media only screen and (min-width: 1025px) {
  .swiper-container-home .swiper-wrapper .swiper-slide a:hover .Name_slide__title:hover::after {
    width: 100%;
    background: #bdbfc4;
  }
  .swiper-container-home .swiper-wrapper .swiper-slide .Name_slide {
    left: 7.5%;
    width: 48%;
    top: 65%;
  }
  .swiper-container-home .swiper-wrapper .swiper-slide .Name_slide__title {
    font-size: 50px;
    line-height: 57px;
    position: relative;
    font-weight: 600;
    padding-bottom: 0px;
    text-transform: uppercase;
    font-family: "proxima-nova", sans-serif;
  }
  .swiper-container-home .swiper-wrapper .swiper-slide .Name_slide__title::after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
    width: 0%;
    background: #d6d8dc;
    height: 2px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  .swiper-container-home .swiper-wrapper .swiper-slide .Name_slide__caption {
    font-size: 26px;
    line-height: 31px;
    font-family: "proxima-nova", sans-serif !important;
  }
}
/* Slider 3 cards
_____________________________________________________ */
.swiper-slide.swiper-cards {
  text-align: center;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.swiper-cards__caption {
  background: white;
  padding: 10px 5px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  color: #000;
  text-align: left;
  height: 60px;
  font-size: 15px;
  line-height: 17.5px;
}
.swiper-cards__caption p {
    font-family: 'Helvetica Neue Medium';
}
/* Select 2 for forms
_____________________________________________________ */
.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle; }
  .select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    user-select: none;
    -webkit-user-select: none; }
    .select2-container .select2-selection--single .select2-selection__rendered {
      display: block;
      padding-left: 8px;
      padding-right: 20px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
    .select2-container .select2-selection--single .select2-selection__clear {
      position: relative; }
  .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px; }
  .select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    user-select: none;
    -webkit-user-select: none; }
    .select2-container .select2-selection--multiple .select2-selection__rendered {
      display: inline-block;
      overflow: hidden;
      padding-left: 8px;
      text-overflow: ellipsis;
      white-space: nowrap; }
  .select2-container .select2-search--inline {
    float: left; }
    .select2-container .select2-search--inline .select2-search__field {
      box-sizing: border-box;
      border: none;
      font-size: 100%;
      margin-top: 5px;
      padding: 0; }
      .select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
        -webkit-appearance: none; }
.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051; }
.select2-results {
  display: block; }
.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0; }
.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none; }
  .select2-results__option[aria-selected] {
    cursor: pointer; }
.select2-container--open .select2-dropdown {
  left: 0; }
.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }
.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }
.select2-search--dropdown {
  display: block;
  padding: 4px; }
  .select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    box-sizing: border-box; }
    .select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
      -webkit-appearance: none; }
  .select2-search--dropdown.select2-search--hide {
    display: none; }
.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0); }
.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important; }
.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px; }
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px; }
  .select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold; }
  .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999; }
  .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px; }
    .select2-container--default .select2-selection--single .select2-selection__arrow b {
      border-color: #888 transparent transparent transparent;
      border-style: solid;
      border-width: 5px 4px 0 4px;
      height: 0;
      left: 50%;
      margin-left: -4px;
      margin-top: -2px;
      position: absolute;
      top: 50%;
      width: 0; }
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto; }
.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default; }
  .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none; }
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }
.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text; }
  .select2-container--default .select2-selection--multiple .select2-selection__rendered {
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0 5px;
    width: 100%; }
  .select2-container--default .select2-selection--multiple .select2-selection__placeholder {
    color: #999;
    margin-top: 5px;
    float: left; }
  .select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-top: 5px;
    margin-right: 10px; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #999;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px; }
    .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
      color: #333; }
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right; }
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }
.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0; }
.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default; }
.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none; }
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }
.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa; }
.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield; }
.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }
.select2-container--default .select2-results__option[role=group] {
  padding: 0; }
.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999; }
.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd; }
.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em; }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0; }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em; }
    .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
      margin-left: -2em;
      padding-left: 3em; }
      .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
        margin-left: -3em;
        padding-left: 4em; }
        .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
          margin-left: -4em;
          padding-left: 5em; }
          .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
            margin-left: -5em;
            padding-left: 6em; }
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #32363B;
  color: white; }
.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }
.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }
  .select2-container--classic .select2-selection--single:focus {
    border: 1px solid #32363B; }
  .select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px; }
  .select2-container--classic .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-right: 10px; }
  .select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: #999; }
  .select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: #ddd;
    border: none;
    border-left: 1px solid #aaa;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
    background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
    background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0); }
    .select2-container--classic .select2-selection--single .select2-selection__arrow b {
      border-color: #888 transparent transparent transparent;
      border-style: solid;
      border-width: 5px 4px 0 4px;
      height: 0;
      left: 50%;
      margin-left: -4px;
      margin-top: -2px;
      position: absolute;
      top: 50%;
      width: 0; }
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto; }
.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #32363B; }
  .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: transparent;
    border: none; }
    .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
      border-color: transparent transparent #888 transparent;
      border-width: 0 4px 5px 4px; }
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0); }
.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0; }
  .select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #32363B; }
  .select2-container--classic .select2-selection--multiple .select2-selection__rendered {
    list-style: none;
    margin: 0;
    padding: 0 5px; }
  .select2-container--classic .select2-selection--multiple .select2-selection__clear {
    display: none; }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px; }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    color: #888;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px; }
    .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
      color: #555; }
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right; }
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }
.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #32363B; }
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }
.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0; }
.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none; }
.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent; }
.select2-container--classic .select2-dropdown--above {
  border-bottom: none; }
.select2-container--classic .select2-dropdown--below {
  border-top: none; }
.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }
.select2-container--classic .select2-results__option[role=group] {
  padding: 0; }
.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey; }
.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white; }
.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }
.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #32363B; }
/* Sitio
_____________________________________________________ */
.Name_secction_title::after {
    background: #121518;
    content: '';
    height: 1px;
    position: absolute;
    top: 0;
    -webkit-transition: all 0.3s cubic-bezier(0.33, 0.66, 0.66, 1);
    -moz-transition: all 0.3s cubic-bezier(0.33, 0.66, 0.66, 1);
    -o-transition: all 0.3s cubic-bezier(0.33, 0.66, 0.66, 1);
    -ms-transition: all 0.3s cubic-bezier(0.33, 0.66, 0.66, 1);
    transition: all 0.3s cubic-bezier(0.33, 0.66, 0.66, 1);
    width: 2%;
    z-index: -1;
    left: 50%;
}
.Name_section__title2 {
    color: #121518;
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 0px;
    margin-top: 15px;
    padding-bottom: 0px;
    text-transform: uppercase;
    font-family: "proxima-nova", sans-serif;
}
.Name_section__title3 {
    color: #121518;
    font-size: 20px;
    font-weight: 700;
    margin-top: 0;
    padding-bottom: 0px;
    text-transform: uppercase;
    font-family: 'Helvetica Neue Bold';
    line-height: 26px;
}
.Name_section__subtitle {
  font-weight: 600;
  margin-top: 20px;
  font-size: 15px;
  font-family: "proxima-nova", sans-serif;
}
.Name_section__subtitle.subtitle-small {
      font-size: 0.9em;
    width: 100%;
    padding: 5px 0 11px 0;
    margin: 1px 0 0px 0;
    border-top: solid 1.5px #d6d8dc;
}
.Name_section__caption {
  font-weight: 400;
  margin: 0 auto;
}
.Name_section .Name_section__caption {
    font-size: 16px
}
.Name_section__caption.caption-2 {
  font-style: italic;
}
.Name_section__summary {
  margin: 0.8em 0;
  font-size: 1em;
}
.Name_section__img {
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  vertical-align: top;
  margin-bottom: 20px;
}
.Name_section__img.img-round {
  width: 80px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.Name_section__data {
  vertical-align: middle;
  display: inline-block;
}
.Profile__img {
  background: #32363b;
  height: 140px;
  margin: 110px 0 0 0px;
  /*overflow: hidden;*/
  position: relative;
  width: 140px;
}
.Profile__img .img-center {
  position: absolute;
  top: 50%;
  left: 50%;
}
.text-read p {
  margin: 10px auto;
  line-height: 1.5em;
  font-weight: 100;
}
@media only screen and (min-width: 601px) {
  .Name_section__subtitle {
        margin: 5px 0 0px 0;
  }
  .Profile__img {
    width: 180px;
    height: 180px;
    margin-top: 90px;
    margin-left: 15px;
  }
}
@media only screen and (min-width: 1025px) {
  .Profile__img {
    margin-top: 130px;
    width: 220px;
    height: 220px;
  }
}
.Cover {
  background-position: center;
  background-repeat: none;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  position: relative;
  width: 100%;
  height: 300px;
  overflow: hidden;
      top: 0px;
}
.custom-cover {
  background-position: center -12px;
}
.Cover__overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(18,21,24,0.6);
  opacity: 0.9;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  filter: alpha(opacity=90);
}
.Cover-slider {
  height: auto;
  -webkit-transition: all 0.3s cubic-bezier(0.33, 0.66, 0.66, 1);
  -moz-transition: all 0.3s cubic-bezier(0.33, 0.66, 0.66, 1);
  -o-transition: all 0.3s cubic-bezier(0.33, 0.66, 0.66, 1);
  -ms-transition: all 0.3s cubic-bezier(0.33, 0.66, 0.66, 1);
  transition: all 0.3s cubic-bezier(0.33, 0.66, 0.66, 1);
}
.imgsalas{
  height: 31vh !important;
}
.Cover-slider.is-open {
  background: #121518;
  height: 100%;
  height: 100vh;
  -webkit-transition: all 0.3s cubic-bezier(0.33, 0.66, 0.66, 1);
  -moz-transition: all 0.3s cubic-bezier(0.33, 0.66, 0.66, 1);
  -o-transition: all 0.3s cubic-bezier(0.33, 0.66, 0.66, 1);
  -ms-transition: all 0.3s cubic-bezier(0.33, 0.66, 0.66, 1);
  transition: all 0.3s cubic-bezier(0.33, 0.66, 0.66, 1);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10000;
}
.Cover-home {
  height: 100%;
  height: 100vh;
  background-size: cover;;
}
.Cover-auto {
  height: auto;
}
.Cover-middle {
  height: 200px;
}
.Cover-video {
  background: #32363b;
  height: auto !important;
  margin-top: 70px;
}
.Cover-full {
  position: relative;
  margin: 0 auto;
}
.Cover-full__btn {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(18,21,24,0.5);
  z-index: 10;
  text-align: center;
  color: #fff;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s cubic-bezier(0.33, 0.66, 0.66, 1);
  -moz-transition: all 0.3s cubic-bezier(0.33, 0.66, 0.66, 1);
  -o-transition: all 0.3s cubic-bezier(0.33, 0.66, 0.66, 1);
  -ms-transition: all 0.3s cubic-bezier(0.33, 0.66, 0.66, 1);
  transition: all 0.3s cubic-bezier(0.33, 0.66, 0.66, 1);
}
.Cover-full__btn span {
  -webkit-transition: all 0.3s cubic-bezier(0.33, 0.66, 0.66, 1);
  -moz-transition: all 0.3s cubic-bezier(0.33, 0.66, 0.66, 1);
  -o-transition: all 0.3s cubic-bezier(0.33, 0.66, 0.66, 1);
  -ms-transition: all 0.3s cubic-bezier(0.33, 0.66, 0.66, 1);
  transition: all 0.3s cubic-bezier(0.33, 0.66, 0.66, 1);
  top: 50%;
  position: absolute;
  width: 200px;
  /*height: 45px;*/
  margin-top: -23px;
  margin-left: -100px;
  padding: 10px;
  border: solid 1px #fff;
  background: rgba(18,21,24,0.8);
  color: white;
}
.Cover-full__btn span:hover {
  background: #121518;
}
.Cover-full__btn:hover, .Cover-full__btn.Biblioteca {
  opacity: 0.9;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  filter: alpha(opacity=90);
}
.Cover-full.is-active .Cover-full__btn {
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
}
.Cover-full.is-active .Cover-full__btn:hover {
  opacity: 0.9;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  filter: alpha(opacity=90);
}
@media only screen and (min-width: 910px) {
  .Cover {
    height: 350px;
  }
  .Cover-slider {
    /* height: auto; */
  }
  .Cover-slider.is-open {
    height: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }
  .Cover-auto {
    height: auto;
  }
  .Cover-middle {
    height: 200px;
  }
}
@media (min-width: 800px) and (max-width: 1025px) {
  .swiper-container {
      margin: 76px 0 0 0 !important;
  }
}
@media only screen and (min-width: 1025px) {
  .Cover {
    height: 450px;
  }
  .Cover-slider {
    /*height: 69vh;*/
        margin: 80px 0 0 0;
  }
  .Cover-def-height{
    height: 300px !important;
  }
  .Cover-slider.is-open {
    height: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }
  .Cover-slider:hover .Zoom_box__callTo {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
  .Cover-auto {
    height: auto;
  }
  .Cover-middle {
    height: 450px;
  }
  .Cover-video {
    background: #32363b;
    height: auto !important;
  }
}
.Breadcrumbs {
  padding: 0;
  background: rgba(255, 255, 255, 0.3);
  width: 100%;
  margin: 80px 0 0 0;
}
.Breadcrumbs-salas {
  padding: 0;
  background: rgba(255, 255, 255, 0.3);
  width: 100%;
}
.Actions {
  text-align: center;
  border-top: solid thin #d6d8dc;
  border-bottom: solid thin #d6d8dc;
  margin-top: 30px;
  padding: 0;
}
.Actions__item {
  display: inline-block;
  color: #121518;
  margin: 0 0px 0px -8px;
  position: relative !important;
}
.Actions__item__btn {
  color: #121518;
  display: block;
  padding: 10px;
  position: relative;
}
.Actions__item__btn .tooltip {
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.1), 0px 8px 8px 0px rgba(0,0,0,0.15);
  box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.1), 0px 8px 8px 0px rgba(0,0,0,0.15);
  background: #fff;
  bottom: 100px;
  color: #121518;
  display: block;
  left: 50%;
  line-height: 15px;
  margin-left: -50px;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  padding: 8px 3px;
  position: absolute;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
  width: 100px;
  z-index: -1;
  text-align: center;
}
.Actions__item__btn .tooltip::after {
  -webkit-transition: all -3s linear;
  -moz-transition: all -3s linear;
  -o-transition: all -3s linear;
  -ms-transition: all -3s linear;
  transition: all -3s linear;
  border-left: solid 10px transparent;
  border-right: solid 10px transparent;
  border-top: solid 10px #fff;
  bottom: -10px;
  content: '';
  left: 50%;
  margin-left: -10px;
  position: absolute;
  z-index: 10;
}
.Actions__item__btn:hover {
  color: rgba(50,54,59,0.8);
}
.Actions__item__btn:hover .tooltip {
  bottom: 50px;
  opacity: 1;
  -ms-filter: none;
  filter: none;
  z-index: 2;
}
.Actions__item__btn.Add_to_fav {
  color: #32363b;
  display: none;
}
.Actions__item__btn.Add_to_fav.favorite {
  color: #121518;
  -webkit-animation: pulse 0.5s linear;
  -moz-animation: pulse 0.5s linear;
  -o-animation: pulse 0.5s linear;
  -ms-animation: pulse 0.5s linear;
  animation: pulse 0.5s linear;
}
.Actions__item__btn.Add_to_fav.favorite i::before {
  content: '\f004';
}
.Actions__item__btn.Add_to_fav.favorite::after {
  -webkit-box-shadow: 0 0 0 rgba(204,169,44,0.4);
  box-shadow: 0 0 0 rgba(204,169,44,0.4);
  -webkit-animation: pulse_2 1s linear;
  -moz-animation: pulse_2 1s linear;
  -o-animation: pulse_2 1s linear;
  -ms-animation: pulse_2 1s linear;
  animation: pulse_2 1s linear;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  content: '';
  height: 10px;
  left: 50%;
  position: absolute;
  top: 50%;
  width: 10px;
  margin-left: -5px;
  margin-top: -5px;
}
.Actions__tooltip {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
  background: #fff;
  -webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.1), 0px 8px 8px 0px rgba(0,0,0,0.15);
  box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.1), 0px 8px 8px 0px rgba(0,0,0,0.15);
  padding: 10px;
  position: absolute;
  top: -100px;
  text-align: center;
  left: 50%;
  z-index: -10;
  margin-left: -110px;
  width: 220px;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.Actions__tooltip.is-open {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  top: -70px;
  z-index: 100;
}
.Actions__tooltip::after {
  -webkit-transition: all -3s linear;
  -moz-transition: all -3s linear;
  -o-transition: all -3s linear;
  -ms-transition: all -3s linear;
  transition: all -3s linear;
  border-left: solid 10px transparent;
  border-right: solid 10px transparent;
  border-top: solid 10px #fff;
  bottom: -10px;
  content: '';
  left: 50%;
  margin-left: -10px;
  position: absolute;
  z-index: 10;
}
.Actions__tooltip__link {
  color: #121518;
  padding: 10px;
  position: relative;
  display: inline-block;
  width: 20%;
  margin: 0 3px;
}
.Actions__tooltip__link.facebook:hover {
  color: #3b5998;
}
.Actions__tooltip__link.twitter:hover {
  color: #00aced;
}
.Actions__tooltip__link.whatsapp:hover {
  color: #25d366;
}
.Actions__tooltip__link.pinterest:hover {
  color: #bd081c;
}
@media only screen and (min-width: 601px) {
  .Actions {
    margin-top: 0;
    text-align: left;
    border: none;
  }
}
@media only screen and (min-width: 1025px) {
  .Actions {
    overflow: hidden;
  }
  .Actions:hover {
    overflow: visible;
  }
}
@-moz-keyframes "pulse" {
  0% {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -o-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }
  50% {
    -webkit-transform: scale(1.4);
    -moz-transform: scale(1.4);
    -o-transform: scale(1.4);
    -ms-transform: scale(1.4);
    transform: scale(1.4);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes "pulse" {
  0% {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -o-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }
  50% {
    -webkit-transform: scale(1.4);
    -moz-transform: scale(1.4);
    -o-transform: scale(1.4);
    -ms-transform: scale(1.4);
    transform: scale(1.4);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
@-o-keyframes "pulse" {
  0% {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -o-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }
  50% {
    -webkit-transform: scale(1.4);
    -moz-transform: scale(1.4);
    -o-transform: scale(1.4);
    -ms-transform: scale(1.4);
    transform: scale(1.4);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes "pulse" {
  0% {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -o-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }
  50% {
    -webkit-transform: scale(1.4);
    -moz-transform: scale(1.4);
    -o-transform: scale(1.4);
    -ms-transform: scale(1.4);
    transform: scale(1.4);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
@-moz-keyframes "pulse_2" {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(18,21,24,0.4);
    box-shadow: 0 0 0 0 rgba(18,21,24,0.4);
  }
  70% {
    -webkit-box-shadow: 0 0 0 20px rgba(18,21,24,0);
    box-shadow: 0 0 0 20px rgba(18,21,24,0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(18,21,24,0);
    box-shadow: 0 0 0 0 rgba(18,21,24,0);
  }
}
@-webkit-keyframes "pulse_2" {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(18,21,24,0.4);
    box-shadow: 0 0 0 0 rgba(18,21,24,0.4);
  }
  70% {
    -webkit-box-shadow: 0 0 0 20px rgba(18,21,24,0);
    box-shadow: 0 0 0 20px rgba(18,21,24,0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(18,21,24,0);
    box-shadow: 0 0 0 0 rgba(18,21,24,0);
  }
}
@-o-keyframes "pulse_2" {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(18,21,24,0.4);
    box-shadow: 0 0 0 0 rgba(18,21,24,0.4);
  }
  70% {
    -webkit-box-shadow: 0 0 0 20px rgba(18,21,24,0);
    box-shadow: 0 0 0 20px rgba(18,21,24,0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(18,21,24,0);
    box-shadow: 0 0 0 0 rgba(18,21,24,0);
  }
}
@keyframes "pulse_2" {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(18,21,24,0.4);
    box-shadow: 0 0 0 0 rgba(18,21,24,0.4);
  }
  70% {
    -webkit-box-shadow: 0 0 0 20px rgba(18,21,24,0);
    box-shadow: 0 0 0 20px rgba(18,21,24,0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(18,21,24,0);
    box-shadow: 0 0 0 0 rgba(18,21,24,0);
  }
}
.Tabs {
  padding: 1px;
  border-bottom: solid thin rgba(0, 0, 0, 0.6);
  /*height: 34px;*/
  margin: 0;
  overflow-x: scroll;
  white-space: nowrap;
}
.Tabs li {
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
}
.Tabs li a {
  color: #121518;
  display: block;
  padding: 8px 5px;
  text-transform: uppercase;
  font-size: 12px;
  position: relative;
}
.Tabs li a::after {
  position: absolute;
  content: '';
  display: block;
  border-bottom: solid 2.5px rgba(0, 0, 0, 0.6);
  bottom: 0;
  left: 0;
  width: 89%;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s cubic-bezier(0.33, 0.66, 0.66, 1);
  -moz-transition: all 0.3s cubic-bezier(0.33, 0.66, 0.66, 1);
  -o-transition: all 0.3s cubic-bezier(0.33, 0.66, 0.66, 1);
  -ms-transition: all 0.3s cubic-bezier(0.33, 0.66, 0.66, 1);
  transition: all 0.3s cubic-bezier(0.33, 0.66, 0.66, 1);
  z-index: 2;
}
.Tabs li a:hover::after {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.Tabs li.is-current a {
  font-weight: 600;
  color: #32363b;
}
.Tabs li.is-current a::after {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
[data-tab] {
  display: none;
}
.data-is-current[data-tab] {
  display: block;
}
@media only screen and (min-width: 601px) {
  .Tabs {
    /*height: 42px;*/
  }
  .Tabs li {
    width: auto;
  }
  .Tabs li a {
    padding: 21px 10px 0 0;
  }
}
.arrow1 {
  animation: slide1 1s ease-in-out infinite;
  margin-left: 10px;
  color: #F15A24;
  font-size: 30px;
}
.arrow2 {
  animation: slide1 1s ease-in-out infinite;
  margin-left: 10px;
  color: #F15A24;
  font-size: 30px;
}
@keyframes slide1 {
  0%,
  100% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(5px, 0);
  }
}
@media only screen and (min-width: 910px) {
  .Tabs li {
    margin: 0;
  }
  .Tabs li a {
    color: #32363b;
    font-size: 15px;
  }
  .Tabs li a:hover {
    background: transparent;
    color: #121518;
  }
  .Tabs li a:hover::after {
    left: 0;
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
  .Tabs li.is-current a {
    color: #32363b;
    background: transparent;
    font-size: 15px;
  }
  .Tabs li.is-current a::after {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
}
.Card {
    margin-bottom: 40px;
    overflow: hidden;
    color: white;
    font-size: 14px;
}
.Card__link {
  color: #121518;
  width: 100%;
}
.Card__link:hover .Card__header__img {
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
}
.Card__link:hover .Card__header__container {
  padding-bottom: 20px;
  bottom: 0px;
}
.Card__link:hover .Card__header__container::after {
  bottom: 5px;
}
.Card__header {
  position: relative;
  overflow: hidden;
  height: 260px;
}
.ninos-card .Card__header {
  height: 200px;
}
.Card__header .Card__header__img {
    position: absolute;
    top: 0;
    bottom: 0;
    margin-bottom: auto;
    margin-top: auto;
    width: 100%;
}
.Card__header__container {
  background-image: linear-gradient(rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.9));
  bottom: 0;
  left: 0px;
  overflow: hidden;
  padding: 0 10px 10px 10px;
  padding-top: 50px;
  position: absolute;
  width: 100%;
}
.Card__header__container::after {
  bottom: -30px;
  color: #fff;
  content: '';
  height: 30px;
  padding: 0 10px;
  position: absolute;
  left: 0;
  font-size: 12px;
  -webkit-transition: all 0.3s cubic-bezier(0.33, 0.66, 0.66, 1);
  -moz-transition: all 0.3s cubic-bezier(0.33, 0.66, 0.66, 1);
  -o-transition: all 0.3s cubic-bezier(0.33, 0.66, 0.66, 1);
  -ms-transition: all 0.3s cubic-bezier(0.33, 0.66, 0.66, 1);
  transition: all 0.3s cubic-bezier(0.33, 0.66, 0.66, 1);
  width: 100%;
}
.Card__header__container__title {
  color: #fff;
  font-weight:700;
  font-size: 25px;
  font-family: "proxima-nova",sans-serif;
  text-transform: uppercase;
  margin: 0 0 0px 0px;
  text-shadow:0 2px 4px rgba(18,21,24,0.3);
  line-height:20px;
}
.Card__header__container small {
    color: #fff;
}
.contemporaneo-biografias small {
    position: absolute;
    bottom: 0;
    font-size: 3em;
    font-weight: 900;
    text-transform: uppercase;
    opacity: .3
}
.layout-profile {
    position: absolute;
    bottom: 0;
    line-height: 40px;
    left: 220px;
    font-size: 6em;
    font-weight: 900;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.2);
}
.Card__header__container__title.title-small {
    font-family: "proxima-nova",sans-serif;
    font-size: 15px;
    text-transform: none;
    margin: 0 0 0 0;
    padding: 0;
}
span.title-small {
    font-size: 12px!important;
}
.Card__header__container__caption {
  color: #fff;
  margin-top: 0;
}
.Card__header__container__caption.caption-small {
  font-size: 15px;
  margin: 0 0 0 0;
}
.Card__content {
  padding: 10px 15px 0;
  min-height: 32px;
  width: 100%;
}
.colecciones .Card__content {
  min-height: 43px;
}
.texto-multimedia{
  margin-top: 17px;
}
.Card__content__title {
  margin: 0.5em 0 0.3em;
  font-size: 1.1em;
}
.Card__content__title.title-small {
     font-size: 15px;
     line-height: 17.5px;
     color: #000;
     margin: 11px 0 19px 10px;
     font-family: 'Helvetica Neue Medium';
}
.Card__content__caption {
    font-size: 10px;
    margin-bottom: 5px;
    line-height: 14px;
    text-transform: uppercase;
    color: black;
    letter-spacing: 0.3px;
}
.Card__content__caption strong {
  color: rgba(0,0,0,0.6);
}
.grid-tem:hover C.Card__content__caption strong {
  color: rgba(255,255,255,0.6);
}
.Card__content__caption.type2 {
  font-style: italic;
}
.Card__content__caption.caption-small {
  font-size: 1em;
}
.Card__content__summary {
  margin: 10px auto 15px;
  font-size: 14px;
}
.Card__footer {
  margin: 0 auto;
  padding: 0 15px;
}
.Card__footer__adds {
  float: right;
  width: 20%;
  text-align: center;
}
.Card__footer__adds2 {
    float: right;
    text-align: center;
    margin: -8px 4px -5px 7px;
    font-size: 12px;
    color: white;
    background:;
}
.Card__footer__adds__item {
  width: 45%;
  display: inline-block;
  /* line-height: 45px; */
  color: #bdbfc4;
}
.Card__footer__adds__item:hover {
  color: #121518;
}
.Card__footer__adds__item.Add_to_fav {
  color: #32363b;
}
.Card__footer__adds__item.Add_to_fav.favorite {
  color: #121518;
}
.Card__footer__adds__item.Add_to_fav.favorite i::before {
  content: '\f004';
}
.Card__actions {
  background: rgba(18,21,24,0.2);
  position: absolute;
  left: 5px;
  top: 10px;
  right: 5px;
  text-align: right;
  padding: 10px;
}
.Card__actions__order {
  color: #fff;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #121518;
  float: left;
  line-height: 30px;
  text-align: center;
  width: 30px;
  height: 30px;
}
.Card-news,
.Card-piece {
  /* float: left !important; */
  margin-bottom: 10px;
}
.Card-piece {
      margin-bottom: 2px;
    margin-right: 4px;
  border: none;
}
.Card-1x1 {
  display: inline-block;
  height: 250px;
  width: 100%;
  margin-bottom: 0;
}
.Card-1x1 .Card__header__img {
  height: 250px;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.Card-alls_pieces {
  width: 100%;
  height: 40px;
  background: white;
  position: relative;
  text-align: center;
}
.Card-alls_pieces .Card__link {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
}
.Card-alls_pieces .Card__link::after,
.Card-alls_pieces .Card__link::before {
  bottom: 0;
  color: #fff;
  left: 0;
  line-height: 40px;
  position: absolute;
  right: 0;
  top: 0;
  height: 41.5vh;
  background-image: url(https://f5c4537feeb2b644adaf-b9c0667778661278083bed3d7c96b2f8.ssl.cf1.rackcdn.com/cover/cover-sala-7-la-muerte-coleccion-de-arte-prehispanico-museo-amparo-puebla-20160205-011825-m.jpg);
}
.Card-alls_pieces .Card__link::before {
  content: '';
  background: rgba(18,21,24,0.1);
  -webkit-transition: all 0.3s cubic-bezier(0.33, 0.66, 0.66, 1);
  -moz-transition: all 0.3s cubic-bezier(0.33, 0.66, 0.66, 1);
  -o-transition: all 0.3s cubic-bezier(0.33, 0.66, 0.66, 1);
  -ms-transition: all 0.3s cubic-bezier(0.33, 0.66, 0.66, 1);
  transition: all 0.3s cubic-bezier(0.33, 0.66, 0.66, 1);
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -o-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}
.Card-alls_pieces .Card__link::after {
  content: attr(data-show);
  z-index: 1;
}
.Card-alls_pieces .Card__link:hover {
  background: rgba(18,21,24,0.2);
}
.Card-alls_pieces .Card__link:hover::before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  background: rgba(18,21,24,0.4);
}
.Card-message {
  position: relative;
  overflow: visible;
}
.Card-dark {
  background: #32363b;
}
.Card-dark .icon {
  width: 200px;
  display: inline-block;
  margin: 20px auto;
}
.Card-tagActivity {
  position: relative;
}
.Card-tagActivity::before {
  position: absolute;
  content: attr(data-tag);
  display: block;
  top: 10px;
  padding: 4px 6px;
  left: 0;
  background: rgba(18,21,24,0.8);
  color: #fff;
  z-index: 2;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  font-weight: 500;
  font-size: 9px;
  text-transform: uppercase;
  line-height: 14px;
}
.Card-tagActivity.tag-2::before {
  bottom: 50px;
  top: initial;
}
@media only screen and (min-width: 601px) {
  .Card-1x1 {
    height: 250px !important;
  }
  .Card-1x1 .Card__header__img {
    height: 250px;
  }
  .extra-size-bio{
    height: 300px !important;
  }
  .Card-1x1 .Card__header__img.extra-size-bio{
    height: 250px !important;
    background-position: top;
  }
}
@media screen and (min-width: 910px) {
  .Card-1x1 {
    width: 185px !important;
  }
  .Card-1x1 .Card__header__img {
    height: 185px! important;
    background-position: top;
  }
  .extra-size-bio{
    height: 300px !important;
  }
  .Card-1x1 .Card__header__img.extra-size-bio{
    height: 300px!important;
    background-position: top;
  }
  .Card-dark {
    padding: 60px;
  }
  .Card-dark .icon {
    margin-top: 30px;
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 1025px) {
  .Card__link:hover .Card__header__img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all 5s;
    -moz-transition: all 5s;
    -o-transition: all 5s;
    -ms-transition: all 5s;
    transition: all 5s;
  }
  .Card__header {
    overflow: hidden;
  }
  .Card__header__img {
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    -ms-transition: all 1s;
    transition: all 1s;
  }
  .Card-1x1 {
    width: 100% !important;
    height: 250px ;
  }
  .Card-1x1 .Card__header__img {
    height: 250px;
  }
  .Card-alls_pieces {
        height: 49.5vh;
  }
  .Card-alls_pieces .Card__link::after {
    line-height: 250px;
  }
}
.tags,
.ma_participantes {
  margin: 0;
  padding: 0;
}
.ma_participantes {
    margin: 0
}
.tags-left {
  float: left;
  margin-top: 0
}
.tags__item {
  display: inline-block;
}
.tags__item:first-of-type {
  background: transparent;
}
.Card__footer .tags__item a{
  font-size: 11px;
}
.simple-tags .tags__item {
    background-color: transparent;
}
.simple-tags .tags__item a {
    padding: 0;
    font-size: 15px;
    text-decoration: underline;
}
.simple-tags .tags__item a,
.simple-tags .tags__item a div {
    color: #333
}
.simple-tags .tags__item a:hover {
    background: transparent;
}
.bg-transparent .tags__item:first-child,
.tags__item3:first-child {
    background: transparent
}
.tags__item2,
.tags__item3 {
  display: inline-block;
  margin: 0 3px 3px 0;
}
.tags__item3 {
    background: #000;
}
.tags__item a,
.tags__item3 a {
    position: relative;
  font-size: 14px;
  padding: 0 5px 0 0;
  line-height: 15px;
  text-decoration: underline;
}
.tags__item a:hover {
  background: #fff;
  color: #000;
}
.tags__item a::after,
.tags__item3 a::after {
    content: ',';
    position: absolute;
    right: 2px;
    bottom: -2px;
}
.Card .tags__item a {
  font-size: 12px;
}
.tags__item:last-child a::after,
.tags__item3:last-child a::after {
    content: '';
}
.participantes__item {
    display: inline-block;
    margin: 0 3px 3px 0;
    border: 1px solid #e3e3e3;
    border-radius: 50px;
    background: #f15a24;
}
.participantes__item .participantes__item_link {
    display: flex;
    align-items: center;
}
.participantes__item img {
    height: 50px;
    width: auto;
    border-radius: 50%;
    margin: 1px;
    border: 1px solid #fff;
}
.participantes__item_link > div {
    padding: 5px 10px 5px 10px;
    max-width: 150px;
    line-height: 5px;
    color: #fff
}
.participantes__item p {
    color: #fff;
    margin-bottom: 0
}
table.Details_pice {
  border: solid thin transparent !important;
}
table.Details_pice tbody {
  border-bottom: solid 3px #d6d8dc;
  border-top: solid 2.5px #d6d8dc;
}
table.Details_pice tr {
  background: transparent;
}
table.Details_pice tr:nth-child(2n+2) {
  background: transparent;
}
table.Details_pice td {
  border: solid 1px #d6d8dc;
  background: transparent;
  border-left: solid transparent;
  padding-left: 0;
}
table.Details_pice td:nth-child(1) {
  width: 28%;
  font-weight: 600;
}
table.Details_pice ul {
  padding: 0;
}
table.Details_pice .Details_pice_item-middle {
  position: relative;
}
table.Details_pice .item_desktop {
  position: relative;
}
table.Details_pice .item_desktop-right {
  right: 0;
}
table.Details_pice .link {
  color: #32363b;
  font-weight: 300;
}
table.Details_pice p {
  margin-bottom: 0;
  font-size: .95em;
}
table.Details_pice.type-2 td:nth-child(1) {
  width: 55%;
}
.Details_publication h2,
.Details_publication h3 {
    margin: 0
}
.table.table-borderless tr {
    border-style: dashed;
    border-width: 2px;
    border-left: 0 !important;
    border-right: 0;
}
.material_extra__thumbnail {
  width: 100%;
  height: 200px;
  margin-right: 5px;
  display: inline-block;
  background-position: center;
  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  background-size: 100%;
  background-repeat: no-repeat;
  vertical-align: top;
}
.material_extra__description {
  display: inline-block;
  width: calc(100% - 63px);
}
/* Nuevos Estilos Bloques de contenido*/
.material_extra a,
.material_extra_file a {
    display: inline-block;
    outline: none;
    font-weight: 400;
    -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    -ms-transition: all 0.25s linear;
    transition: all 0.25s linear;
    -webkit-transition: all 0.25s cubic-bezier(0.33, 0.66, 0.66, 1);
    -moz-transition: all 0.25s cubic-bezier(0.33, 0.66, 0.66, 1);
    -o-transition: all 0.25s cubic-bezier(0.33, 0.66, 0.66, 1);
    -ms-transition: all 0.25s cubic-bezier(0.33, 0.66, 0.66, 1);
    transition: all 0.25s cubic-bezier(0.33, 0.66, 0.66, 1);
    text-decoration: none;
    line-height: 17px;
    border: 2px solid #59595b;
}
.material_extra:hover a {
    color: #fff;
}
.material_extra__link {
    padding: 10px;
    background-color: #fff;
    width: 100%;
    font-size: 0.9em;
    margin-bottom: 15px;
}
.material_extra:hover .material_extra__link,
.material_extra_file:hover .material_extra__link {
        background-color: #59595b
}
.material_extra.files .material_extra__img,
.material_extra.video .material_extra__img,
.material_extra.youtube .material_extra__img,
.material_extra.audio .material_extra__img,
.material_extra.shop .material_extra__img {
    background-image: none;
}
.material_extra__img {
    width: 50px;
    height: 50px;
    margin-right: 5px;
    display: inline-block;
    background-position: center;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    background-size: 100%;
    background-repeat: no-repeat;
    vertical-align: top;
    padding: 8px 11px;
    color: #fff;
    transition: all 0.25s
}
.material_extra.video .material_extra__img {
  background-image: url("https://f5c4537feeb2b644adaf-b9c0667778661278083bed3d7c96b2f8.ssl.cf1.rackcdn.com/static/icons-extra/play-video-tmb.png");
}
.material_extra.youtube .material_extra__img {
  background-image: url("https://f5c4537feeb2b644adaf-b9c0667778661278083bed3d7c96b2f8.ssl.cf1.rackcdn.com/static/icons-extra/play-youtube-tmb.png");
}
.material_extra.audio .material_extra__img {
  background-image: url("https://f5c4537feeb2b644adaf-b9c0667778661278083bed3d7c96b2f8.ssl.cf1.rackcdn.com/static/icons-extra/audio-tmb.png");
}
.material_extra.file .material_extra__img,
.material_extra.files .material_extra__img,
.material_extra_file .material_extra__thumbnail,
.material_extra_files .material_extra__thumbnail  {
  background-image: url("https://f5c4537feeb2b644adaf-b9c0667778661278083bed3d7c96b2f8.ssl.cf1.rackcdn.com/static/icons-extra/add-files-tmb.png");
}
.material_extra.shop .material_extra__img {
  background-image: url("https://f5c4537feeb2b644adaf-b9c0667778661278083bed3d7c96b2f8.ssl.cf1.rackcdn.com/static/icons-extra/tienda-tmb.png");
}
.material_extra__link:hover .material_extra__img {
    background-color: #fff;
    color: #f15a24;
}
.material_extra__description {
    display: inline-block;
    width: calc(100% - 63px);
}
.material_extra__description span {
    color: #9b9b9b;
    text-transform: capitalize;
}
.material_extra__description label {
    color: #8d8d8d;
    font-weight: normal;
    margin-bottom: 0;
    width: 100%;
    display: inline-block;
    font-size: 0.9em
}
.material_extra__link:hover .material_extra__description label,
.material_extra__link:hover span,
.material_extra__link:hover label,
.material_extra__link:hover p {
    color: #fff;
}
.material_extra__title {
    margin: 0;
    width: 100%;
    display: block;
    font-size: 1.1em;
    font-family: 'Helvetica Neue Medium';
}
.material_extra__title:hover {
    color: #fff;
}
/* /////////////////////////////////////////////////// */
.Navigation_pieces {
  color: #32363b;
  height: 70px;
  width: 100%;
  -webkit-transition: all 0.25s cubic-bezier(0.33, 0.66, 0.66, 1);
  -moz-transition: all 0.25s cubic-bezier(0.33, 0.66, 0.66, 1);
  -o-transition: all 0.25s cubic-bezier(0.33, 0.66, 0.66, 1);
  -ms-transition: all 0.25s cubic-bezier(0.33, 0.66, 0.66, 1);
  transition: all 0.25s cubic-bezier(0.33, 0.66, 0.66, 1);
}
.Navigation_pieces:hover .Navigation_pieces__thumb__img {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.Navigation_pieces:hover .Navigation_pieces__arrow {
  padding: 0;
}
.Navigation_pieces-right:hover .Navigation_pieces__arrow {
  padding-left: 0;
}
.Navigation_pieces__box {
  width: 100%;
  position: relative;
}
.Navigation_pieces__arrow {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  -webkit-transition: all 0.25s cubic-bezier(0.33, 0.66, 0.66, 1);
  -moz-transition: all 0.25s cubic-bezier(0.33, 0.66, 0.66, 1);
  -o-transition: all 0.25s cubic-bezier(0.33, 0.66, 0.66, 1);
  -ms-transition: all 0.25s cubic-bezier(0.33, 0.66, 0.66, 1);
  transition: all 0.25s cubic-bezier(0.33, 0.66, 0.66, 1);
  width: 25px;
  font-weight: 100;
  padding-left: 0;
}
.Navigation_pieces__arrow i {
  line-height: 50px;
}
.Navigation_pieces__thumb {
  display: inline-block;
  padding: 5px;
  vertical-align: middle;
  width: 70px;
  height: 70px;
}
.Navigation_pieces__thumb__img {
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  background-size: 100%;
  display: block;
  height: 100%;
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  -webkit-transition: all 0.25s cubic-bezier(0.33, 0.66, 0.66, 1);
  -moz-transition: all 0.25s cubic-bezier(0.33, 0.66, 0.66, 1);
  -o-transition: all 0.25s cubic-bezier(0.33, 0.66, 0.66, 1);
  -ms-transition: all 0.25s cubic-bezier(0.33, 0.66, 0.66, 1);
  transition: all 0.25s cubic-bezier(0.33, 0.66, 0.66, 1);
  width: 100%;
}
.Navigation_pieces__sala {
  vertical-align: middle;
  text-align: left;
  padding-top: 15px;
}
.Navigation_pieces__sala a {
  color: rgba(50,54,59,0.8);
}
.Navigation_pieces__sala a:hover {
  color: #121518;
}
.Navigation_pieces-left .Navigation_pieces__thumb {
  position: absolute;
  right: 0;
  top: 0;
}
.Navigation_pieces-right .Navigation_pieces__arrow {
  text-align: right;
  position: absolute;
  padding-left: 10px;
  right: 0;
}
@media only screen and (min-width: 601px) {
  table.Details_pice td:nth-child(1) {
    width: 30%;
  }
}
@media only screen and (min-width: 910px) {
  .Navigation_pieces__arrow {
    width: 400px;
  }
  .Navigation_pieces__thumb {
    width: 75px;
    height: 75px;
  }
  table.Details_pice.type-2 td:nth-child(1) {
    width: 20%;
  }
}
@media only screen and (min-width: 1025px) {
  .item-mobile {
    display: none;
  }
  .item_desktop {
    display: inline-block !important;
    width: 100%;
  }
  .item_desktop strong {
    padding-left: 10px;
    display: inline-block;
  }
  .Navigation_pieces__arrow {
    padding-left: 10px;
        margin: 19px 0 0 0;
  }
  .Navigation_pieces-right .Navigation_pieces__arrow {
    padding-right: 10px;
  }
}
.Pagination {
  text-align: center;
}
.Pagination__list {
  padding: 0;
  margin: 0 auto;
}
.Pagination__list__item {
  text-align: center;
  display: inline-block;
}
.Pagination__list__item a {
  color: #000;
  display: block;
  line-height: 35px;
  width: 35px;
  border: solid thin #d6d8dc;
}
.Pagination__list__item a:hover {
  background: #d6d8dc;
}
.Pagination__list__item.is-current a {
  background: #000;
    color: #fff;
}
.gpwrap {
  margin-bottom: 20px;
}
.gppost.hide-class > div {
  position: relative;
  font-size: 0.9em;
  line-height: 1.5em;
  font-weight: 300;
}
.collapser-container {
  margin-top: 10px;
}
.colapser-plus {
  position: relative;
      padding: 0px 0 16px 0px;
    margin: -11px 0 0 0;
}
.colapser-plus::after,
.colapser-plus::before {
  content: '';
  position: absolute;
  right: 0;
  top: 54%;
    left: 24%;
  width: 17px;
  height: 2px;
  background: #32363b;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.colapser-plus::after {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.colapser-plus:hover::after {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.colapser-plus.is-clicked::after {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.Contact_data {
  padding: 0;
  margin-bottom: 10px;
}
.Contact_data__icon {
  text-align: right;
  display: inline-block;
  width: 20%;
  vertical-align: top;
}
.Contact_data__info {
  display: inline-block;
  width: 75%;
}
.Form {
  padding: 10px;
}
.Form__item {
  margin-bottom: 10px;
}
.Form__item display-block,
.Form__item__label {
  font-size: 14px;
  display: block;
  margin-bottom: 5px;
}
.Form__item__input {
  border: none;
  border-bottom: solid thin #bdbfc4;
  -webkit-box-shadow: none;
  box-shadow: none;
  display: block;
  line-height: 35px;
  outline: none;
  padding: 3px 10px;
  width: 100%;
}
.Form__item__input:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #121518;
}
.Form__item__input.textarea {
  height: 110px;
  line-height: 1.4em;
  padding: 5px;
}
.Form__item__input.error {
  border-color: #f00;
  font-size: 1em;
}
.Form__item__input.error:focus {
  color: #121518;
}
.Form__item__select {
  width: 100%;
  border: solid thin #bdbfc4;
  display: block;
  outline: none;
  height: 35px;
  line-height: 35px;
  background: #fff;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.Form__item__select:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: 0;
}
.Form__item__status {
  background: #bdbfc4;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border: solid thin #32363b;
  padding: 20px;
  margin-bottom: 10px;
  display: none;
}
.Form-Newsletter {
  bottom: 0;
  display: none;
  padding: 20px;
  padding-bottom: 50px;
  padding-top: 30px;
  position: fixed;
  right: 0;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2), 0px 10px 10px 0px rgba(0,0,0,0.3);
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2), 0px 10px 10px 0px rgba(0,0,0,0.3);
  width: 100%;
  z-index: 10;
  color:
}
.Newsletter__btn-close {
  color: #32363b !important;
  background: #e4e5e9;
  position: absolute !important;
  top: -15px;
  right: 5px;
  display: inline-block;
  line-height: 36px !important;
  width: 35px !important;
  height: 35px;
  border: solid thin transparent;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  font-size: 20px !important;
  text-align: center;
}
.Newsletter__btn-close:hover {
  -webkit-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.2), 0px 2px 2px 0px rgba(0,0,0,0.3);
  box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.2), 0px 2px 2px 0px rgba(0,0,0,0.3);
  color: #121518;
}
.loader {
  background: url("https://f5c4537feeb2b644adaf-b9c0667778661278083bed3d7c96b2f8.ssl.cf1.rackcdn.com/static/loading.gif") center no-repeat;
  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  background-size: 100%;
  display: none;
  margin: 0 auto;
  width: 40px;
  height: 40px;
}
.error {
  font-size: 12px;
  color: #fc3c32;
}
@media (min-width: 601px) {
  .Form-Newsletter {
    width: 400px;
    padding: 30px 20px;
    position: absolute;
    bottom: 40px;
  }
  .Form-Newsletter::after {
    position: absolute;
    bottom: -30px;
    right: 3px;
    content: '';
    border-top: solid 15px #fff;
    border-left: solid 15px transparent;
    border-right: solid 15px transparent;
    border-bottom: solid 15px transparent;
  }
}
.grid-item {
  float: left !important;
  transition: .5s all;
}
/* .grid-item:hover {
  background-color: #59595b;
} */
.grid-item-hide-other {
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
}
.grid-item-show {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.Modal {
  display: none;
  height: 100%;
  left: 0;
  overflow: hidden;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1050;
}
.Modal.is-active {
  background: rgba(0,0,0,0.95);
}
.Modal.is-active .Modal__container {
  background: #000000;
  margin: 30px auto;
  -webkit-box-shadow: 0 0 40px rgba(0,0,0,0.8);
  box-shadow: 0 0 40px rgba(0,0,0,0.8);
}
.Modal.is-active .Modal__container.is-full {
  max-width: 100%;
}
.Modal.audio {
  overflow: visible;
  width: 300px;
  bottom: 10px;
  top: initial;
  right: 10px;
  left: initial;
  height: 80px;
}
.Modal.audio .Modal__container {
  min-height: 40px;
  width: 280px;
  margin-top: 10px;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.Modal.audio .Modal__btn_close {
  top: -26px;
  right: 0px;
  width: 26px;
  height: 26px;
  background-color: rgba(18,21,24,0.8);
}
.Modal.audio .Modal__btn_close>a {
  width: 20px;
  height: 20px;
  padding: 2px 7px;
  margin: 3px;
}
.Modal__btn_close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 30px;
  height: 30px;
  z-index: 100;
}
.Modal__btn_close>a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 10px 15px;
  line-heigh: 20px;
  color: #fff;
  background: rgba(18,21,24,0.5);
  background: url("https://f5c4537feeb2b644adaf-b9c0667778661278083bed3d7c96b2f8.ssl.cf1.rackcdn.com/static/controls-player/close.png") center no-repeat;
  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  background-size: 100%;
}
.Modal__btn_close>a:hover {
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
}
.Modal__container {
  width: 90%;
  max-width: 1100px;
  min-height: 20px;
  display: block;
}
.Modal__Zoom_box {
  position: absolute;
  width: 100%;
  z-index: 10;
  width: 40px;
  height: 40px;
  display: block;
  text-align: center;
  overflow: hidden;
  z-index: 100;
  -webkit-border-radius: 50%;
  border-radius: 50%;

  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.Modal__Zoom_box .btn-zoom {
  background: rgba(18,21,24,0.3);
  color: #fff;
  text-align: center;
  width: 40px;
  height: 40px;
  line-height: 40px;
}
.Modal__Zoom_box .btn-zoom i {
  font-size: 1em;
}
.Modal__Zoom_box .btn-zoom:hover {
  background: rgba(18,21,24,0.5);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.close-modal {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: -1;
}
@media only screen and (min-width: 1025px) {
  .btn-zoom {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transition: all 0.3s cubic-bezier(0.33, 0.66, 0.66, 1);
    -moz-transition: all 0.3s cubic-bezier(0.33, 0.66, 0.66, 1);
    -o-transition: all 0.3s cubic-bezier(0.33, 0.66, 0.66, 1);
    -ms-transition: all 0.3s cubic-bezier(0.33, 0.66, 0.66, 1);
    transition: all 0.3s cubic-bezier(0.33, 0.66, 0.66, 1);
  }
  .swiper-container:hover .btn-zoom {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
}
.embed-responsive {
  position: relative;
  padding-top: 60px;
  overflow: hidden;
}
.embed-responsive-16by9 {
  padding-bottom: 50.25%;
}
.embed-responsive-16by9 iframe,
.embed-responsive-16by9 .embed-responsive-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* .iframe-status {
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    width: 200px;
    color: #fff;
} */
#Mapa {
  width: 100%;
  min-height: 320px;
  height: auto;
  position: relative;
}
.Mapa {
  width: 100%;
}
.Mapa__data {
  width: 100%;
  background-color: #32363b;
  vertical-align: top;
  color: #fff;
  min-height: 300px;
  padding: 40px;
}
.Mapa__data.is-small {
  width: 100%;
}
.Mapa__data__img {
  max-width: 200px;
  margin-bottom: 30px;
}
.Mapa__data__caption {
  margin: 10px 0;
}
.Mapa__img {
  float: right;
  margin: 0;
  width: 100%;
  min-height: 300px;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
.Mapa__img2 {
  float: right;
  margin: 0;
  width: 100%;
  min-height: 300px;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
.Mapa__loading {
  background-color: rgba(214,216,220,0.6);
  background-image: url("https://f5c4537feeb2b644adaf-b9c0667778661278083bed3d7c96b2f8.ssl.cf1.rackcdn.com/static/loading.gif");
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: 45px;
  -moz-background-size: 45px;
  background-size: 45px;
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 10;
  display: none;
}
.Mapa__tour {
  display: none;
  background: #fff;
}
.Mapa__tour__title {
  display: inline-block;
  padding: 10px;
}
.Mapa__tour__title * {
  margin: 0;
}
.Mapa__tour__directions {
  height: 300px;
}
.Mapa__tour__select {
  display: inline-block;
  width: 100%;
  background: #d6d8dc;
  min-height: 35px;
}
.Mapa__tour__select__btn {
  width: 50%;
  float: left;
  text-decoration: none;
  color: #121518;
  padding: 15px 5px;
  position: relative;
  text-transform: uppercase;
  font-size: 12px;
}
.Mapa__tour__select__btn.is-clicked {
  background: #32363b;
  color: #fff;
}
.Mapa__tour__select__btn.is-clicked i.car {
  background-position: -24px 0;
}
.Mapa__tour__select__btn.is-clicked i.walk {
  background-position: 0 0;
}
.Mapa__tour__select__btn.is-clicked::after {
  z-index: 1;
  bottom: -10px;
  -webkit-transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  -ms-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.Mapa__tour__select__btn::after {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  position: absolute;
  content: '';
  bottom: 20px;
  right: 0;
  border-top: solid 15px #32363b;
  border-right: solid 15px transparent;
  border-left: solid 15px transparent;
  z-index: -3;
}
.Mapa__tour__select__icon {
  vertical-align: middle;
  width: 24px;
  height: 24px;
  vertical-align: bottom;
  display: inline-block;
  background: url("https://f5c4537feeb2b644adaf-b9c0667778661278083bed3d7c96b2f8.ssl.cf1.rackcdn.com/static/icons-map/icons-tour.png");
  -webkit-background-size: 48px;
  -moz-background-size: 48px;
  background-size: 48px;
  background-repeat: no-repeat;
  margin-right: 5px;
}
.Mapa__tour__select__icon.car {
  background-position: -24px -24px;
}
.Mapa__tour__select__icon.walk {
  background-position: 0 -24px;
}
#Mapa_container {
  width: 100%;
  height: 300px;
  display: none;
}
#mapa-modo-navegacion {
  display: inline-block;
  width: 100%;
}
#directionsPanel {
  width: 100%;
  overflow-y: scroll;
  background-color: #fff;
  height: 100%;
  border-bottom: solid thin #d6d8dc;
  border-top: solid thin #d6d8dc;
}
#directionsPanel .adp-placemark:hover {
  background-color: #32363b;
}
tr#directionsPanel .adp-placemark:hover {
  background-color: #32363b;
}
@media only screen and (min-width: 601px) {
  .Mapa__data,
  .Mapa__img {
    display: inline-block;
    width: 50%;
  }
  .Mapa__data {
    float: left !important;
  }
  .Mapa__img {
    float: right !important;
  }
}
@media only screen and (min-width: 910px) {
  #Mapa {
    min-height: 400px;
  }
  .Mapa {
    margin-top: 0;
  }
  .Mapa__data,
  .Mapa__img {
    min-height: 400px;
  }
  .Mapa__tour {
    height: 100%;
    width: 50%;
  }
  #Mapa_container {
    position: absolute;
    top: 0;
    height: 400px;
    right: 0;
    width: 50%;
  }
}
@media only screen and (min-width: 1025px) {
  #Mapa {
    min-height: 450px;
  }
  #Mapa_container {
    height: 450px;
    width: 65%;
  }
  .Mapa__data {
    min-height: 450px;
  }
  .Mapa__data.is-small {
    width: 35%;
  }
  .Mapa__img {
    min-height: 300px;
  }
  .Mapa__tour {
    width: 35%;
  }
  .Mapa__tour__directions {
    height: 350px;
  }
}
.EmbedLive {
  position: relative;
}
.EmbedLive__video,
.EmbedLive__chat {
  height: 300px;
  margin-bottom: 10px;
}
.EmbedLive__video {
  position: relative;
}
.EmbedLive__video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.EmbedLive__chat {
  background: #fff;
}
@media only screen and (min-width: 910px) {
  .EmbedLive {
    position: relative;
    padding-bottom: 45.25%;
  }
  .EmbedLive__video,
  .EmbedLive__chat {
    position: absolute;
    top: 0;
    bottom: 0;
    height: 100%;
  }
  .EmbedLive__video {
    left: 0;
    width: 100%;
  }
  .EmbedLive__chat {
    right: 0;
    width: 0;
  }
}
/* Lightbox
_____________________________________________________ */
.Gallery {
  padding: 0;
  text-align: left;
}
.Gallery__item {
  overflow: hidden;
  margin-right: 5px;
  margin-bottom: 5px;
  font-size: 0;
  width: 80px;
  display: inline-block;
}
.Gallery__item img {
  width: 100%;
  height: 100%;
  -webkit-transition: all 1s cubic-bezier(0.33, 0.66, 0.66, 1);
  -moz-transition: all 1s cubic-bezier(0.33, 0.66, 0.66, 1);
  -o-transition: all 1s cubic-bezier(0.33, 0.66, 0.66, 1);
  -ms-transition: all 1s cubic-bezier(0.33, 0.66, 0.66, 1);
  transition: all 1s cubic-bezier(0.33, 0.66, 0.66, 1);
}
.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: #121518;
  opacity: 0.9;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  filter: alpha(opacity=90);
  display: none;
}
.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}
.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  -webkit-box-shadow: 0 10px 50px rgba(18,21,24,0.5);
  box-shadow: 0 10px 50px rgba(18,21,24,0.5);
}
.lightbox a img {
  border: none;
}
.lb-outerContainer {
  position: relative;
  background-color: #fff;
  width: 100%;
  *zoom: 1;
  width: 50px;
  height: 50px;
  margin: 0 auto;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}
.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}
.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
}
.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}
.lb-nav a {
  outline: none;
  background-image: url("data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==");
}
.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url("https://f5c4537feeb2b644adaf-b9c0667778661278083bed3d7c96b2f8.ssl.cf1.rackcdn.com/static/controls-lightbox/v4-prev.png") left 48% no-repeat;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.lb-nav a.lb-prev:hover {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url("https://f5c4537feeb2b644adaf-b9c0667778661278083bed3d7c96b2f8.ssl.cf1.rackcdn.com/static/controls-lightbox/v4-next.png") right 48% no-repeat;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.lb-nav a.lb-next:hover {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.lb-container > .nav {
  left: 0;
}
.lb-prev,
.lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}
.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
}
.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}
.lb-data {
  padding: 0 4px;
  color: #ccc;
}
.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}
.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #fff;
}
.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url("https://f5c4537feeb2b644adaf-b9c0667778661278083bed3d7c96b2f8.ssl.cf1.rackcdn.com/static/controls-lightbox/close.png") top right no-repeat;
  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  background-size: 100%;
  text-align: right;
  outline: none;
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  transition: opacity 0.2s;
  position: absolute;
  top: -40px;
  z-index: 10000;
  right: 0px;
}
.lb-data .lb-close:hover {
  cursor: pointer;
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
@media screen and (min-width: 1000px) {
  .Gallery__item {
    overflow: hidden;
    margin-right: 1px;
    margin-bottom: 1px;
  }
  .Gallery__item:hover {
    background: #121518;
  }
  .Gallery__item:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 0.7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
  }
  .Gallery__item img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }
  .lb-data .lb-close {
    right: 50px;
  }
}
/* Tables
_____________________________________________________ */
table.Details_pice {
  width: 100%;
  font-weight: 300;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  overflow: hidden;
}
table.Details_pice thead {
  text-align: left;
  border-bottom: solid thin #3e4145;
}
table.Details_pice thead:nth-child(1) th {
  padding-top: 0;
}
table.Details_pice thead th {
  padding-top: 25px;
}
table.Details_pice tbody tr td {
  padding: 9px 0 0 0;
  font-family: "proxima-nova",sans-serif;
  font-size: 0.9em;
}
table.Details_pice tbody ul {
  margin: 0;
  padding-left: 15px;
}
table.Details_pice.table.table-col-2 tbody tr td {
  width: 50%;
}
/* view for video player
_____________________________________________________ */
/*
<div class="ppVideoWrapper">
...
    <div class="pp-video"><!-- --></div>
    <div class="controls">
        <div>
            <div class="button">
            <button class="pause"><!-- --></button>
            <button class="play"><!-- --></button>
        </div>
        <div><div class="progressBar"><div><!-- --></div></div></div>
        <div class="timer">00:00 | 00:00</div>
        <div class="button">
            <button class="mute"><!-- --></button>
            <button class="unmute"><!-- --></button>
        </div>
    </div>
    </div>
</div>
*/
/* http://css-tricks.com/NetMag/FluidWidthVideo/Article-FluidWidthVideo.php */
.ppVideoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    /*padding-top: 25px;*/
    height: 0;
    overflow: hidden;
    background: url('https://f5c4537feeb2b644adaf-b9c0667778661278083bed3d7c96b2f8.ssl.cf1.rackcdn.com/static/controls-player/loading.gif') center center no-repeat;
    background-size: 40px;
}
    .ppVideoWrapper video,
    .ppVideoWrapper iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
    body.fullscreen .ppVideoWrapper {
        position: fixed;
        z-index: 50000;
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
        padding: 0;
        height: 100%;
        overflow: none;
    }
    .ppVideoWrapper .controls {
        position: absolute;
        display: table;
        table-layout: fixed;
        height: 35px;
        width: 100%;
        bottom: 0;
        background-color: #1F1D1D;
        background-color: rgba(31, 29, 29, .5);
    }
/* Desktops and laptops ----------- */
@media only screen
and (min-width : 1224px) {
    .ppVideoWrapper .controls {
         /*transform: translateY(100%);*/
        transform: translateY(0);
        transition: transform 500ms;
    }
    .ppVideoWrapper:hover .controls {
        transform: translateY(0);
    }
}
        .ppVideoWrapper .controls > div {
            display: table-row;
        }
        .ppVideoWrapper .controls > div > * {
            display: table-cell;
            vertical-align: middle;
            text-align: center;
            height: 35px;
        }
        .ppVideoWrapper .controls > div > .button {
            width: 32px;
        }
        .ppVideoWrapper .controls button {
            width: 16px;
            height: 16px;
            border: 0;
            cursor: pointer;
            display: block;
            position: relative;
            margin: 0 auto;
            padding: 0;
            background-image: url('https://f5c4537feeb2b644adaf-b9c0667778661278083bed3d7c96b2f8.ssl.cf1.rackcdn.com/static/controls-player/controls.png');
            background-color: transparent;
            background-repeat: no-repeat;
            background-size: 128px 32px;
            -webkit-background-size: 128px 32px;
        }
        .ppVideoWrapper .controls button.play {
            background-position: 0 0;
        }
        .ppVideoWrapper .controls button.pause {
            background-position: 0 -16px;
            display: none;
        }
        .ppVideoWrapper .controls button.unmute {
            background-position: -16px 0px;
            display: none;
        }
        .ppVideoWrapper .controls button.mute {
            background-position: -16px -16px;
        }
        .ppVideoWrapper .controls .quality {
                font-size: 0.917em;
                color: white;
                width: 90px;
            }
        .ppVideoWrapper .controls .quality select {
            border-radius: 5px 5px 0 0;
            border: 0;
            padding: 2px 5px;
            background-color: #555555;
            text-shadow: -1px -1px rgba(0,0,0,0.7);
            color: white;
            width: auto;
            height: auto;
            margin: 0;
        }
        .ppVideoWrapper .controls button.enterFullscreen {
            background-position: -32px 0px;
        }
        .ppVideoWrapper .controls button.leaveFullscreen {
            background-position: -32px -16px;
            display: none;
        }
        .ppVideoWrapper .controls .timer {
            font-size: 0.917em;
            color: white;
            width: 120px;
        }
        .ppVideoWrapper .controls .progressBar {
            display: block;
            width: 100%;
            height: 4px;
            background: #333333 url('https://f5c4537feeb2b644adaf-b9c0667778661278083bed3d7c96b2f8.ssl.cf1.rackcdn.com/static/controls-player/progress-bg.png') 0 0 repeat-x;
            cursor: col-resize;
        }
        :root .ppVideoWrapper .controls .progressBar {
            border-radius: 3px;
            /*background-image: linear-gradient(top, rgb(30,30,30) 3%, rgb(51,51,51) 52%);
            background-image: -o-linear-gradient(top, rgb(30,30,30) 3%, rgb(51,51,51) 52%);
            background-image: -moz-linear-gradient(top, rgb(30,30,30) 3%, rgb(51,51,51) 52%);
            background-image: -webkit-linear-gradient(top, rgb(30,30,30) 3%, rgb(51,51,51) 52%);
            background-image: -ms-linear-gradient(top, rgb(30,30,30) 3%, rgb(51,51,51) 52%);
            background-image: -webkit-gradient(
                    linear,
                    left top,
                    left bottom,
                    color-stop(0.03, rgb(30,30,30)),
                    color-stop(0.52, rgb(51,51,51))
            );*/
        }
        .ppVideoWrapper .controls .progressBar > div {
            pointer-events: none;
            height: 100%;
            width: 0%;
            background: #ffffff url('https://f5c4537feeb2b644adaf-b9c0667778661278083bed3d7c96b2f8.ssl.cf1.rackcdn.com/static/controls-player/progress-bg.png') 0 -16px repeat-x;
        }
        :root .ppVideoWrapper .controls .progressBar > div {
            border-radius: 3px;
            background-image: linear-gradient(top, rgb(255,255,255) 3%, rgb(170,170,170) 52%);
            background-image: -o-linear-gradient(top, rgb(255,255,255) 3%, rgb(170,170,170) 52%);
            background-image: -moz-linear-gradient(top, rgb(255,255,255) 3%, rgb(170,170,170) 52%);
            background-image: -webkit-linear-gradient(top, rgb(255,255,255) 3%, rgb(170,170,170) 52%);
            background-image: -ms-linear-gradient(top, rgb(255,255,255) 3%, rgb(170,170,170) 52%);
            background-image: -webkit-gradient(
                    linear,
                    left top,
                    left bottom,
                    color-stop(0.03, rgb(255,255,255)),
                    color-stop(0.52, rgb(170,170,170))
            );
        }
:-webkit-full-screen:not(:root) {
}
:-webkit-full-screen .ppVideoWrapper {
  width: 100%;
}
:-moz-full-screen .ppVideoWrapper {
  display: none;
}
/* view for audio player
_____________________________________________________ */
.Reproductor {
  position: relative;
  background: #000;
  height: 55px;
}
.Reproductor_src {
  display: none;
}
.Reproductor__progess {
  background: #57585a;
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
}
.Reproductor__controls {
  z-index: 10;
  width: 100%;
  padding: 10px;
  position: relative;
  color: #fff;
  padding-bottom: 15px;
  z-index: 10;
}
.Reproductor__btn {
  outline: 0;
  border: none;
  color: #fff;
  font-weight: 100;
  position: absolute;
  min-width: 36px;
  line-height: 30px;
  border: solid thin #fff;
  background: transparent;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.Reproductor__btn.btn-play {
  left: 10px;
}
.Reproductor__btn.btn-pause {
  left: 10px;
  display: none;
}
.Reproductor__btn.btn-volume1 {
  right: 10px;
}
.Reproductor__btn.btn-volume0 {
  right: 45px;
}
.Reproductor__btn:active {
  background: #5d636f;
}
.Reproductor__btn:hover {
  background: rgba(255,255,255,0.4);
}
.Reproductor__btn.is-active {
  display: none;
}
/* view for files
_____________________________________________________ */
.File {
  width: 100%;
  height: 100%;
  height: 90vh;
}
.File__iframe {
  width: 100%;
  height: 100%;
}
.tweet-embed>p,
.instragram-embed>p,
.flickr-embed>p,
.video-embed>p {
  font-size: 12px;
  margin-bottom: 5px;
}
.instragram-embed {
  display: inline-block;
  width: auto;
}
/* Footer_____________________________________________________ */
.Footer p,
.Footer .ma_address a {
    margin-bottom: 0;
    font-weight: bold;
    font-size: 13px;
}
.Footer__menu{
  background-color: #FFFFFF;
  padding: 100px 0;
}
.Footer__menu__list {
  padding: 0;
}
.Footer__menu__list__item {
  vertical-align: top;
  margin-bottom: 10px;
  width: 100%;
  display: inline-block;
}
.Footer__menu__list__item a {
  font-size: 11px;
  line-height: 30px;
  padding: 5px 10px;
  display: block;
}
.Footer__menu__list__item a:hover {
}
.Footer__menu .direction {
  border-top: solid thin #bdbfc4;
  font-size: 15px;
  padding: 25px 10px;
  text-align: center;
}
.Footer__copy {
  padding: 8px 0;
  background: #000;
  color: #fff;
  font-size: 12px;
}
.Footer__copy p {
  margin: 0;
}
.Footer__copy a {
  color: #fff;
  font-weight: 700;
  margin: 0 10px 10px;
}
.Footer__copy img {
    max-width: 80px;
}
.Footer__copy .copy {
  margin-top: 15px;
  text-align: center;
}
.Footer__copy .terminos {
  text-align: center;
  margin-top: 15px;
}
.Follow__list {
  text-align: center;
  padding: 25px 0;
  margin-top: 0;
  margin-bottom: 0;
}
.Follow__list li {
      display: inline-block;
    text-align: left;
    margin: 0px;
    font-size: 19px;
}
.Follow__list li a {
color: white;
    display: inline-block;
    line-height: 36px;
    width: 40px;
    border: solid thin transparent;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    font-size: 20px;
    text-align: center;
}
.Follow__list li a.facebook:hover {
  border: solid thin #e4e5e9;
  background: #3b5998;
  color: #fff;
}
.Follow__list li a.instagram:hover {
  border: solid thin #e4e5e9;
  background: #3f729b;
  color: #fff;
}
.Follow__list li a.twitter:hover {
  border: solid thin #e4e5e9;
  background: #00aced;
  color: #fff;
}
.Follow__list li a.newsletter:hover {
  border: solid thin #e4e5e9;
  background: #32363b;
  color: #fff;
}
.fa-chevron-up:hover {
  color: #fff;
}
.ma_brand {
    display: flex;
    align-items: flex-end;
    min-width: 50%;
}
.ma_social {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.ma_social .fab,
.ma_social .fas {
    font-size: 16px
}
@media only screen and (min-width: 601px) {
  .Footer__copy a {
    margin: 0 0 10px;
  }
  .Footer__copy .copy {
    margin-top: 0;
    text-align: right;
    margin-top: 5px;
  }
  .Footer__copy .terminos {
    text-align: left;
    margin-top: 5px;
  }
  .Follow__list {
    border-left: solid thin #bdbfc4;
  }
}
@media only screen and (min-width: 910px) {
  .Footer__menu {
  }
  .Footer__menu__list {
    margin: 0px;
    font-size: 13px;
    font-weight: 600;
  }
  .Footer__menu__list .Form-Newsletter{
    color: #333333;
  }
  .Footer__menu__list__item {
    margin-bottom: 2px;
  }
  .Footer__menu__list__item a {
    line-height: 13px;
    letter-spacing: 0.3px;
    padding: 3px 0px;
    position: relative;
  }
  .Footer__menu__list__item a::after {
    background: white;
    content: '';
    height: 1px;
    position: absolute;
    bottom: 0;
    -webkit-transition: all 0.3s cubic-bezier(0.33, 0.66, 0.66, 1);
    -moz-transition: all 0.3s cubic-bezier(0.33, 0.66, 0.66, 1);
    -o-transition: all 0.3s cubic-bezier(0.33, 0.66, 0.66, 1);
    -ms-transition: all 0.3s cubic-bezier(0.33, 0.66, 0.66, 1);
    transition: all 0.3s cubic-bezier(0.33, 0.66, 0.66, 1);
    width: 0;
    z-index: -1;
    left: 50%;
  }
  .Footer__menu__list__item a:hover::after {
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 2;
  }
  .Footer__menu .direction {
    padding: 20px 15px 15px 15px;;
    border-top: none;
    border-bottom: none;
    border-left: solid thin #bdbfc4;
    border-right: solid thin #bdbfc4;
  }
  .Footer__menu .socials {
    border-top: none;
    padding-top: 5px;
  }
  .Footer__copy a {
    position: relative;
    margin-right: 10px;
  }
  .Footer__copy a::after {
    background: #fff;
    content: '';
    height: 1px;
    position: absolute;
    bottom: 0;
    -webkit-transition: all 0.3s cubic-bezier(0.33, 0.66, 0.66, 1);
    -moz-transition: all 0.3s cubic-bezier(0.33, 0.66, 0.66, 1);
    -o-transition: all 0.3s cubic-bezier(0.33, 0.66, 0.66, 1);
    -ms-transition: all 0.3s cubic-bezier(0.33, 0.66, 0.66, 1);
    transition: all 0.3s cubic-bezier(0.33, 0.66, 0.66, 1);
    width: 0;
    z-index: -1;
    left: 50%;
  }
  .Footer__copy a:hover::after {
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 2;
  }
  .Follow__list {
    border-left: none;
    padding-top: 0px;
  }
  .Follow__list li {
    margin-right: 0;
  }
}
/* Footer
_____________________________________________________ */
.img-responsive {
  max-widht: 100%;
  height: auto;
  display: block;
}
.img-left {
  float: left;
}
.img-right {
  float: right;
}
.img-center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.img-none {
  float: none;
}
.text_regular {
  font-weight: 400;
}
.items {
  margin-bottom: 15px;
  margin: 0 0 0 0;
    padding: 0 0 0 1px !important;
}
.items ul {
  list-style: disc;
}
.embed-responsive {
  position: relative;
  padding-top: 60px;
  overflow: hidden;
}
.embed-responsive-16by9 {
  padding-bottom: 50.25%;
}
.embed-responsive-16by9 iframe,
.embed-responsive-16by9 .embed-responsive-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.items a[href^="mailto:"],
.items a[href^="http://"],
.items a[href^="https://"],
.items .link {
  text-decoration: underline;
  color: #32363b;
}
.items a[href^="mailto:"]:hover,
.items a[href^="http://"]:hover,
.items a[href^="https://"]:hover,
.items .link:hover {
  color: #121518;
}
/* view for zoom imgs
_____________________________________________________ */
/* required styles */
.leaflet-map-pane,
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile-pane,
.leaflet-tile-container,
.leaflet-overlay-pane,
.leaflet-shadow-pane,
.leaflet-marker-pane,
.leaflet-popup-pane,
.leaflet-overlay-pane svg,
.leaflet-zoom-box,
.leaflet-image-layer,
.leaflet-layer {
  position: absolute;
  left: 0;
  top: 0;
  }
.leaflet-container {
  overflow: hidden;
  -ms-touch-action: none;
  }
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  -webkit-user-drag: none;
  }
.leaflet-marker-icon,
.leaflet-marker-shadow {
  display: block;
  }
/* map is broken in FF if you have max-width: 100% on tiles */
.leaflet-container img {
  max-width: none !important;
  }
/* stupid Android 2 doesn't understand "max-width: none" properly */
.leaflet-container img.leaflet-image-layer {
  max-width: 15000px !important;
  }
.leaflet-tile {
  filter: inherit;
  visibility: hidden;
  }
.leaflet-tile-loaded {
  visibility: inherit;
  }
.leaflet-zoom-box {
  width: 0;
  height: 0;
  }
/* workaround for https://bugzilla.mozilla.org/show_bug.cgi?id=888319 */
.leaflet-overlay-pane svg {
  -moz-user-select: none;
  }
.leaflet-tile-pane    { z-index: 2; }
.leaflet-objects-pane { z-index: 3; }
.leaflet-overlay-pane { z-index: 4; }
.leaflet-shadow-pane  { z-index: 5; }
.leaflet-marker-pane  { z-index: 6; }
.leaflet-popup-pane   { z-index: 7; }
.leaflet-vml-shape {
  width: 1px;
  height: 1px;
  }
.lvml {
  behavior: url(#default#VML);
  display: inline-block;
  position: absolute;
  }
/* control positioning */
.leaflet-control {
  position: relative;
  z-index: 7;
  pointer-events: auto;
  }
.leaflet-top,
.leaflet-bottom {
  position: absolute;
  z-index: 1000;
  pointer-events: none;
  }
.leaflet-top {
  top: 0;
  }
.leaflet-right {
  right: 0;
  }
.leaflet-bottom {
  bottom: 0;
  /*se elimino el autor del script*/
  display:  none;
  }
.leaflet-left {
  left: 0;
  }
.leaflet-control {
  float: left;
  clear: both;
  }
.leaflet-right .leaflet-control {
  float: right;
  }
.leaflet-top .leaflet-control {
  margin-top: 10px;
  margin-top: 0px;
  }
.leaflet-bottom .leaflet-control {
  margin-bottom: 10px;
  }
.leaflet-left .leaflet-control {
  margin-left: 10px;
  margin-left: 0px;
  }
.leaflet-right .leaflet-control {
  margin-right: 10px;
  }
/* zoom and fade animations */
.leaflet-fade-anim .leaflet-tile,
.leaflet-fade-anim .leaflet-popup {
  opacity: 0;
  -webkit-transition: opacity 0.2s linear;
     -moz-transition: opacity 0.2s linear;
       -o-transition: opacity 0.2s linear;
          transition: opacity 0.2s linear;
  }
.leaflet-fade-anim .leaflet-tile-loaded,
.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
  opacity: 1;
  }
.leaflet-zoom-anim .leaflet-zoom-animated {
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0,0,0.25,1);
     -moz-transition:    -moz-transform 0.25s cubic-bezier(0,0,0.25,1);
       -o-transition:      -o-transform 0.25s cubic-bezier(0,0,0.25,1);
          transition:         transform 0.25s cubic-bezier(0,0,0.25,1);
  }
.leaflet-zoom-anim .leaflet-tile,
.leaflet-pan-anim .leaflet-tile,
.leaflet-touching .leaflet-zoom-animated {
  -webkit-transition: none;
     -moz-transition: none;
       -o-transition: none;
          transition: none;
  }
.leaflet-zoom-anim .leaflet-zoom-hide {
  visibility: hidden;
  }
/* cursors */
.leaflet-clickable {
  cursor: pointer;
  }
.leaflet-container {
  cursor: -webkit-grab;
  cursor:    -moz-grab;
  }
.leaflet-popup-pane,
.leaflet-control {
  cursor: auto;
  }
.leaflet-dragging .leaflet-container,
.leaflet-dragging .leaflet-clickable {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor:    -moz-grabbing;
  }
/* visual tweaks */
.leaflet-container {
  background: #000;
  outline: 0;
  }
.leaflet-container a {
  color: #0078A8;
  }
.leaflet-container a.leaflet-active {
  outline: 2px solid orange;
  }
.leaflet-zoom-box {
  border: 2px dotted #38f;
  background: rgba(255,255,255,0.5);
  }
/* general typography */
.leaflet-container {
  font: 12px/1.5 sans-serif;
  }
/* general toolbar styles */
.leaflet-bar {
  box-shadow: 0 1px 5px rgba(0,0,0,0.65);
  border-radius: 4px;
  }
.leaflet-bar a,
.leaflet-bar a:hover {
  background-color: #fff;
  border-bottom: 1px solid #ccc;
  width: 0px;
  height: 0px;
  line-height: 30px;
  display: block;
  text-align: center;
  text-decoration: none;
  color: black;
  }
.leaflet-bar a,
.leaflet-control-layers-toggle {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  display: block;
  }
.leaflet-bar a:hover {
  background-color: #f4f4f4;
  }
.leaflet-bar a:first-child {
  /*border-top-left-radius: 4px;*/
  /*border-top-right-radius: 4px;*/
  border: none;
  }
.leaflet-bar a:last-child {
  /*border-bottom-left-radius: 4px;*/
  /*border-bottom-right-radius: 4px;*/
  border-bottom: none;
  }
.leaflet-bar a.leaflet-disabled {
  cursor: default;
  background-color: #f4f4f4;
  background-color: rgba(244,244,244, .5);
  color: #bbb;
  }
.leaflet-touch .leaflet-bar a {
  width: 30px;
  height: 30px;
  line-height: 30px;
  }
/* zoom control */
.leaflet-control-zoom-in,
.leaflet-control-zoom-out {
  font: bold 0px 'Lucida Console', Monaco, monospace;
  text-indent: 1px;
  }
.leaflet-control-zoom-out {
  font-size: 0px;
  }
.leaflet-touch .leaflet-control-zoom-in {
  font-size: 22px;
  }
.leaflet-touch .leaflet-control-zoom-out {
  font-size: 24px;
  }
/* layers control */
.leaflet-control-layers {
  box-shadow: 0 1px 5px rgba(0,0,0,0.4);
  background: #fff;
  /*border-radius: 5px;*/
  }
.leaflet-control-layers-toggle {
  background-image: url(images/layers.png);
  width: 36px;
  height: 36px;
  }
.leaflet-retina .leaflet-control-layers-toggle {
  background-image: url(images/layers-2x.png);
  background-size: 26px 26px;
  }
.leaflet-touch .leaflet-control-layers-toggle {
  width: 44px;
  height: 44px;
  }
.leaflet-control-layers .leaflet-control-layers-list,
.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
  display: none;
  }
.leaflet-control-layers-expanded .leaflet-control-layers-list {
  display: block;
  position: relative;
  }
.leaflet-control-layers-expanded {
  padding: 6px 10px 6px 6px;
  color: #333;
  background: #fff;
  }
.leaflet-control-layers-selector {
  margin-top: 2px;
  position: relative;
  top: 1px;
  }
.leaflet-control-layers label {
  display: block;
  }
.leaflet-control-layers-separator {
  height: 0;
  border-top: 1px solid #ddd;
  margin: 5px -10px 5px -6px;
  }
/* attribution and scale controls */
.leaflet-container .leaflet-control-attribution {
  background: #fff;
  background: rgba(255, 255, 255, 0.7);
  margin: 0;
  }
.leaflet-control-attribution,
.leaflet-control-scale-line {
  padding: 0 5px;
  color: #333;
  }
.leaflet-control-attribution a {
  text-decoration: none;
  }
.leaflet-control-attribution a:hover {
  text-decoration: underline;
  }
.leaflet-container .leaflet-control-attribution,
.leaflet-container .leaflet-control-scale {
  font-size: 11px;
  }
.leaflet-left .leaflet-control-scale {
  margin-left: 5px;
  }
.leaflet-bottom .leaflet-control-scale {
  margin-bottom: 5px;
  }
.leaflet-control-scale-line {
  border: 2px solid #777;
  border-top: none;
  line-height: 1.1;
  padding: 2px 5px 1px;
  font-size: 11px;
  white-space: nowrap;
  overflow: hidden;
  -moz-box-sizing: content-box;
       box-sizing: content-box;
  background: #fff;
  background: rgba(255, 255, 255, 0.5);
  }
.leaflet-control-scale-line:not(:first-child) {
  border-top: 2px solid #777;
  border-bottom: none;
  margin-top: -2px;
  }
.leaflet-control-scale-line:not(:first-child):not(:last-child) {
  border-bottom: 2px solid #777;
  }
.leaflet-touch .leaflet-control-attribution,
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
  box-shadow: none;
  }
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
  border: 2px solid rgba(0,0,0,0.2);
  background-clip: padding-box;
  }
/* popup */
.leaflet-popup {
  position: absolute;
  text-align: center;
  }
.leaflet-popup-content-wrapper {
  padding: 1px;
  text-align: left;
  border-radius: 12px;
  }
.leaflet-popup-content {
  margin: 13px 19px;
  line-height: 1.4;
  }
.leaflet-popup-content p {
  margin: 18px 0;
  }
.leaflet-popup-tip-container {
  margin: 0 auto;
  width: 40px;
  height: 20px;
  position: relative;
  overflow: hidden;
  }
.leaflet-popup-tip {
  width: 17px;
  height: 17px;
  padding: 1px;
  margin: -10px auto 0;
  -webkit-transform: rotate(45deg);
     -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
  }
.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
  background: white;
  box-shadow: 0 3px 14px rgba(0,0,0,0.4);
  }
.leaflet-container a.leaflet-popup-close-button {
  position: absolute;
  top: 0;
  right: 0;
  padding: 4px 4px 0 0;
  text-align: center;
  width: 18px;
  height: 14px;
  font: 16px/14px Tahoma, Verdana, sans-serif;
  color: #c3c3c3;
  text-decoration: none;
  font-weight: bold;
  background: transparent;
  }
.leaflet-container a.leaflet-popup-close-button:hover {
  color: #999;
  }
.leaflet-popup-scrolled {
  overflow: auto;
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  }
.leaflet-oldie .leaflet-popup-content-wrapper {
  zoom: 1;
  }
.leaflet-oldie .leaflet-popup-tip {
  width: 24px;
  margin: 0 auto;
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
  filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678);
  }
.leaflet-oldie .leaflet-popup-tip-container {
  margin-top: -1px;
  }
.leaflet-oldie .leaflet-control-zoom,
.leaflet-oldie .leaflet-control-layers,
.leaflet-oldie .leaflet-popup-content-wrapper,
.leaflet-oldie .leaflet-popup-tip {
  border: 1px solid #999;
  }
/* div icon */
.leaflet-div-icon {
  background: #fff;
  border: 1px solid #666;
  }
/* view for zoom imgs
_____________________________________________________ */
#image-map {
  width: 100%;
  height: 600px;
  height: 90vh;
}
/* Modal sign in
_____________________________________________________ */
.SignIn {
  background: rgba(18,21,24,0.9);
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 6000;
  width: 100%;
  height: 100%;
  display: none;
}
.SignIn.is-active {
  background: rgba(18,21,24,0.95);
}
.SignIn__close {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(18,21,24,0.5);
  z-index: -1;
}
.SignIn__btn_close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 30px;
  height: 30px;
  z-index: 100;
}
.SignIn__btn_close>a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 10px 15px;
  line-height: 20px;
  background: url("https://f5c4537feeb2b644adaf-b9c0667778661278083bed3d7c96b2f8.ssl.cf1.rackcdn.com/static/controls-player/close.png") center no-repeat;
  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  background-size: 100%;
}
.SignIn__btn_close>a:hover {
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
}
.SignIn__container {
  background: #e4e5e9;
  height: 350px;
  left: 50%;
  margin-left: -130px;
  margin-top: -175px;
  position: absolute;
  top: 50%;
  width: 260px;
  text-align: center;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.9), 0px 15px 15px 0px #000;
  box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.9), 0px 15px 15px 0px #000;
}
.SignIn__header {
  background: #fff;
  padding: 20px 40px;
}
.SignIn__header img {
  width: 180px;
}
.SignIn__content {
  padding: 20px 40px;
}
.SignIn>p {
  margin: 20px auto;
}
.SignIn__footer {
  border-top: solid thin #3e4145;
  margin-top: 70px;
  padding: 10px 0;
}
.SignIn__footer p {
  font-size: 12px;
}
.SignIn__footer a {
  color: #32363b;
  text-decoration: underline;
}
.SignIn__footer a:hover {
  color: #121518;
}
.SignIn__btn {
  display: block;
  width: 180px;
  line-height: 45px;
  background: #3b5998;
  margin: 30px auto;
  -webkit-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.09), 0px 4px 4px 0px rgba(0,0,0,0.135);
  box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.09), 0px 4px 4px 0px rgba(0,0,0,0.135);
  letter-spacing: 1px;
  color: #fff;
}
.SignIn__btn i {
  padding: 10px;
}
.SignIn__btn:hover {
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1), 0px 10px 10px 0px rgba(0,0,0,0.15);
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1), 0px 10px 10px 0px rgba(0,0,0,0.15);
  background: #3b5998;
}
@media (min-width: 601px) {
  .SignIn__container {
    margin-left: -170px;
    width: 340px;
  }
}
/* Modal sign in
_____________________________________________________ */
/*
    Zebra_DatePicker: a lightweight jQuery date picker plugin
    Twitter Bootstrap theme
    copyright (c) 2011 - 2014 Stefan Gabos
    http://stefangabos.ro/jquery/zebra-datepicker/
*/
/*---------FOOTER PARA LA PARTE DEL MAPA -----------*/
.footermapa{
      background-color: #32363B;
    float: left;
    width: 100%;
    padding: 0;
    margin: auto;
}
.containermapa{
    /* text-align: center; */
    margin: auto;
    height: 260px;
}
.amparo{
 width: 100%;
    /* text-align: center; */
    /* margin: 17px 0 0 00px; */
    /* float: left; */
    position: relative;
    top: 17px;
    /* left: 111px;*/
}
.direccion{
    position: relative;
    /* width: 32%; */
    text-align: left;
    left: 0px;
    top: 21px;
    color: white;
    font-size: 11px;
    font-weight: 300;
    letter-spacing: 0.3px;
}
.direccion a{
     color: white;
}
.ruta {
    position: relative;
    left: 113px;
    top: 28px;
    width: 40%;
}
.ruta a{
    color: white;
    background-color: #F15A24;
    padding: 8px;
    text-align: center;
    font-weight: 700;
    font-size: 14px;
}
.parte1{
  float: left;
  width: 50%;
}
.mapa{
  float: left;
  width: 50%;
}
.horario{
  font-size: 12px;
  color: #F15A24;
  font-weight: 700;
  line-height: 23px;
  text-transform: uppercase;
}
.direcciondos{
  font-size: 15px;
  font-weight: 300;
  line-height: 23px;
  color: #32363B;
}
.mapag{
    height: 260px !important;
    width: 100%;
}
.Zebra_DatePicker *,
.Zebra_DatePicker *:after,
.Zebra_DatePicker *:before  { -moz-box-sizing: content-box !important; -webkit-box-sizing: content-box !important; box-sizing: content-box !important }
.Zebra_DatePicker           { position: absolute; background: #FFF; border: 1px solid #999; z-index: 10; padding: 5px; top: 0 }
.Zebra_DatePicker *         { margin: 0; padding: 0; color: #32363B; background: transparent; border: none }
/* = GLOBALS
----------------------------------------------------------------------------------------------------------------------*/
.Zebra_DatePicker table                      { border-collapse: collapse; border-spacing: 0; width: auto; table-layout: auto; width: 100%; min-width: 280px}
.Zebra_DatePicker td,
.Zebra_DatePicker th                         { text-align: center; padding: 5px 0 }
.Zebra_DatePicker td                         { cursor: pointer }
.Zebra_DatePicker .dp_daypicker,
.Zebra_DatePicker .dp_monthpicker,
.Zebra_DatePicker .dp_yearpicker             { margin-top: 3px }
.Zebra_DatePicker .dp_daypicker td,
.Zebra_DatePicker .dp_daypicker th,
.Zebra_DatePicker .dp_monthpicker td,
.Zebra_DatePicker .dp_yearpicker td         { width: 30px }
.Zebra_DatePicker,
.Zebra_DatePicker .dp_header .dp_hover,
.Zebra_DatePicker td.dp_selected,
.Zebra_DatePicker .dp_footer .dp_hover,
.Zebra_DatePicker td.dp_hover               { -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px }
/* = VISIBLE/HIDDEN STATES (USE TRANSITIONS FOR EFFECTS)
----------------------------------------------------------------------------------------------------------------------*/
.Zebra_DatePicker.dp_visible               { visibility: visible; filter: alpha(opacity=100); -khtml-opacity: 1; -moz-opacity: 1; opacity: 1; transition: opacity 0.2s ease-in-out }
.Zebra_DatePicker.dp_hidden                { visibility: hidden; filter: alpha(opacity=0); -khtml-opacity: 0; -moz-opacity: 0; opacity: 0 }
/* = HEADER
----------------------------------------------------------------------------------------------------------------------*/
.Zebra_DatePicker .dp_header td             { }
.Zebra_DatePicker .dp_header .dp_previous,
.Zebra_DatePicker .dp_header .dp_next       { width: 30px }
.Zebra_DatePicker .dp_header .dp_caption    { font-weight: bold }
.Zebra_DatePicker .dp_header .dp_hover      { background: #E4E5E9; color: #32363B }
/* = DATEPICKER
----------------------------------------------------------------------------------------------------------------------*/
.Zebra_DatePicker .dp_daypicker th              { font-weight: bold }
.Zebra_DatePicker td.dp_not_in_month            { color: #E4E5E9; cursor: default }
.Zebra_DatePicker td.dp_not_in_month_selectable { }
.Zebra_DatePicker td.dp_weekend                 { }
.Zebra_DatePicker td.dp_weekend_disabled        { color: #E4E5E9; cursor: default }
.Zebra_DatePicker td.dp_selected                { background: #32363B; color: #FFF !important }
.Zebra_DatePicker td.dp_week_number             { cursor: text; font-weight: bold }
/* = MONTHPICKER
----------------------------------------------------------------------------------------------------------------------*/
.Zebra_DatePicker .dp_monthpicker td    { width: 33% }
/* = YEARPICKER
----------------------------------------------------------------------------------------------------------------------*/
.Zebra_DatePicker .dp_yearpicker td     { width: 33% }
/* = FOOTER
----------------------------------------------------------------------------------------------------------------------*/
.Zebra_DatePicker .dp_footer            { margin-top: 3px }
/* = SOME MORE GLOBALS (MUST BE LAST IN ORDER TO OVERWRITE PREVIOUS PROPERTIES)
----------------------------------------------------------------------------------------------------------------------*/
.Zebra_DatePicker td.dp_current             { color: #2B90D9; font-weight: 700; }
.Zebra_DatePicker td.dp_disabled_current    { color: #2B90D9; font-weight: 700; }
.Zebra_DatePicker td.dp_disabled            { color: #E4E5E9; cursor: default }
.Zebra_DatePicker td.dp_hover               { background: #E4E5E1 }
/* = ICON
----------------------------------------------------------------------------------------------------------------------*/
button.Zebra_DatePicker_Icon                { display: block; position: absolute; width: 16px; height: 16px; background: url('../img/static/calendar/calendar.png') no-repeat left top; text-indent: -9000px; border: none; cursor: pointer; padding: 0; line-height: 0; vertical-align: top }
button.Zebra_DatePicker_Icon_Disabled       { background-image: url('../img/static/calendar/calendar-disabled.png') }
/* don't set vertical margins! */
button.Zebra_DatePicker_Icon                { margin: 0 0 0 3px }
button.Zebra_DatePicker_Icon_Inside_Right   { margin: 0 3px 0 0 }
button.Zebra_DatePicker_Icon_Inside_Left    { margin: 0 0 0 3px }
/* = Custom styles
----------------------------------------------------------------------------------------------------------------------*/
.dateCalendar{}
.container_calendar{
  height: 250px;
}
.titulosecc {
    padding: 0;
        margin: 5px 0 0 0px;
}
/*.hoy{
  width: 66%;
  margin:auto;
}
.hoy_container {
    width: 100%;
    background: #F2F2F2;
    float: left;
    padding: 20px 0 0 0px;
}*/
.museo{
  margin: auto;
}
.texto{width: 100%;color: #3e3e3e;font-family: "proxima-nova",sans-serif;font-size: 15.5px;margin: auto;line-height: 17px;}
.informes{
  margin: auto;
}
.cuadro2{
  float: left;
  margin: 2px 0 0 50%;
}
.cuadro{
  width: 49%;
  float: left;
  margin: 2px 0 0 56%;
}
.naranja{
  width: 100%;
  background-color: #F15a24;
  float: left;
  height: 58px;
  display: none;
}
.telefono{
    font-family: "proxima-nova",sans-serif;
    font-size: 15px;
    color: white;
    font-weight: 600;
    line-height: 0px;
    width: 44%;
    text-align: center;
    padding-top: 7px;
    margin: 17px 0 0 0;
}
.phone{
    font-family: "proxima-nova",sans-serif;
    color: white;
    width: 47%;
    text-align: center;
    line-height: 0px;
    margin: 13px 0 0 0px;
    font-size: 12px;
}
.gris{
  background-color: white;
  width: 100%;
  float: left;
  height: 120px;
}
.horarios, .horarios2{
    color: #F15a24;
    font-family: "proxima-nova",sans-serif;
    width: 95%;
    float: left;
    font-size: 15px;
    line-height: 1;
        margin: 2px 0 0 8px;
    font-weight: 300;
    text-transform: uppercase;
}
.horarios2 a{
  text-decoration: none;
  color: #F15a24
}
.infohome{
  color: #32363B;
  font-family: "proxima-nova",sans-serif;
  width: 97%;
  float: left;
  font-size: 15px;
  line-height: 17px;
  margin: 0 0 0 40px;
}
.grupos {
     width: 35%;
    color: white;
    background-color: #32363B;
    font-weight: 600;
    padding: 3px;
    float: left;
    text-align: center;
    margin: 16px 0 0 76px;
}
.escuelas{
     width: 33%;
    color: white;
    background-color: #32363B;
    font-weight: 600;
    padding: 3px;
    float: left;
    text-align: center;
    margin: 16px 0 0 19px;
}
/*
.exposiciones_container {
    width: 100%;
    float: left;
    padding: 25px 0 0px 0;
    background: #F2F2F2;
}
.exposiciones {
    width: 66%;
    margin: auto;
}
*/
.tituloseccion{
  width: 100%;
  float: left;
}
.cuadros{
  float: left;
  background: white;
  height: 390px;
  border: solid thin #f5f5f5;
  margin: 3px 0 0 0px;
  transition: .5s all;
}
.grid-item.cuadros {
    padding-top: 0;
}
.cuadrointerno{width: 100%;margin: auto;}
.cuadrointerno a{
    width: 100%;
    text-decoration: none;
    font-weight: 600;
}
.cuadros.p_right_4 {
    padding-right: 1.5px;
}
.cuadros.p_left_4 {
    padding-left: 1.5px;
}
.fotoexpos{
  width: 100%;
}
.tituloexpo{
  font-family: "proxima-nova",sans-serif;
  color: #F15a24;
  width: 94%;
  font-size: 15px;
  line-height: 18px;
  font-weight: 600;
  margin-right: auto;
  margin-left: 10px;
  margin-bottom: 6px;
  margin-top: 11px;
}
.infoexpo{
    font-family: "proxima-nova",sans-serif;
    color: #3e3e3e;
    width: 84%;
    /* margin-left: auto; */
    margin: 8px 0 0 10px;
    margin-bottom: 0px;
    vertical-align: bottom;
    position: relative;
    bottom: 0px;
    line-height: 17px;
    font-size: 13.5px;
}
.cuadros:hover .cuadrointerno a,
.cuadros:hover .infoexpo {
    color: #fff;
}
.cuadrosactividades{
    width: 100%;
    margin: auto;
    /* float: left; */
    /* margin-right: auto; */
}
.cuadrointernoactividades{
       width: 24%;
       float: left;
       margin: 0 0 0 3px;
       /* border: solid thin #d6d8dc; */
       background: white;
}
.cuadrointernoactividades a{
       width: 100%;
       margin: 0 0 0px 0;
}
.fotoactividades{
    width: 100%;
    padding: 0 0 16px 0;
}
.fechaactividades {
    font-family: "proxima-nova",sans-serif;
    color: #848484;
    width: 83%;
    margin: 10px 0 0 10px;
    font-size: 13px;
    line-height: 17px;
}
.tituloactividades{
    font-family: "proxima-nova",sans-serif;
    font-size: 14px;
    font-weight: 700;
    margin: 0;
}
/* .grid-item:hover .tituloactividades,
.grid-item:hover .textoactividades,
.grid-item:hover .subtactividades,
.grid-item:hover .Card__content__caption,
.grid-item:hover .fa, .grid-item:hover .fas, .grid-item:hover .far {
    color: #fff;
} */
.textoactividades{
   font-family: "proxima-nova",sans-serif;
   line-height: 17px;
}

.subtactividades2{
    /* padding: 4px; */
    /* padding: 2px; */
    width: 100%;
    padding: 11px;
    background-color: #F15a24;
    font-family: "proxima-nova", sans-serif;
    margin-left: 1px;
    margin-left: 0px;
    color: white;
    font-weight: 600;
    margin-top: 0;
    font-size: 14px;
}
.footeractividades{
        border-top: solid thin #e4e5e9;
    width: 90%;
    margin: 0 auto;
    padding: 0 20px 16px 0;
}
.horarioactividad{
    width: 100%;
    margin: auto;
    font-family: "proxima-nova",sans-serif;
    font-weight: 600;
    color: #999999;
    margin-left: 38px;
    padding-bottom: 10px;
}
.tag {
     border: solid thin;
    border-color: #f2f2f2;
    width: 44%;
    padding: 2px;
        margin: 10px 0 0 0;
        border-width: 3px;
}
/* .fa-phone, .fa-clock-o {
    width: 0%;
    margin: 13px 0px 0 40px;
    color: white;
    font-size: 1.7em;
    float: left;
} */
.pivote {
    width: 0%;
    margin: 11px 0px 0 10px!important;
    color: #F15a24;
    font-size: 1.em !important;
    float: left !important;
    width: 100% !important;
}
.fa-heart-o-home{
width: 11%;
    margin: -24px 14px 0 0px;
    /* color: white; */
    float: right;
}
.fa-map-marker {
    /*width: 0%;
    margin: 0 13px 0 -6px;
     color: white; */
    /* font-size: 1.7em;
    float: right;
}*/
}
.fa-clock-o{
    width: 0%;
    margin: 23px 0px 0 37px;
    color: #F15a24;
    font-size: 1.7em;
    float: left;
}
 .contactoicon{
      color: black;
          width: 0%;
    margin: 4px 0px 0 21px;
        font-size: 1em;
    float: left;
 }
 .Contact_data.caption a {
     color: #000
 }
.adorno{
     border-bottom: solid thin;
     width: 118px;
     border-color: #000;
     /* margin: auto; */
     text-align: left;
     border-width: 2px;
     margin: 0 0 13px 0px;
     display: none;
}
.adorno2{
     border-bottom: solid thin;
     width: 118px;
     border-color: #000;
     /* margin: auto; */
     text-align: left;
     border-width: 2px;
     margin: 0 0 13px 0px;
     display: none
}
.activity-image {
    width: 100%;
    height: 500px;
    background-position: right;
    background-repeat: no-repeat;
    background-size: cover;
    top: 152px;
}
.parallax-mirror {
    margin: 90px 0 0 0;
}
.parallax-mirror .parallax-slider {
    top: -100px !important
}
.patrocinadores{
  -webkit-mask-image: -webkit-gradient(
    linear, left top, right bottom,
    color-stop(0.00,  rgba(0,0,0,1)),
    color-stop(0.35,  rgba(0,0,0,1)),
    color-stop(0.50,  rgba(0,0,0,0)),
    color-stop(0.65,  rgba(0,0,0,0)),
    color-stop(1.00,  rgba(0,0,0,0)));
}
.flecha {
    color: #f15a24;
    position: absolute;
    bottom: 50px;
    font-size: 2em;
    z-index: 1;
    left: 49%;
}
.flecha a{
    color: #f15a24;
    width: 89%;
    font-size: 50px;
}
.multimediaheight{
  height: 40vh;
}
.card-multimedia-listado{
  height: 295px;
}
.card-multimedia-listado a{
  width: 100%;
}
.biblionaranja {
    /* background-color:; */
    color: #F15A24;
    float: left;
    /* width: 25%; */
    margin: 0px 0 0 0;
    padding: 1px 0 8px 0;
    text-align: center;
    vertical-align: middle;
    font-weight: 600;
}
.biblionaranja a{
  color: #F15A24;
  font-weight: 600;
}
.bibliogris {
    background-color: #f3f3f3;
    /* color: white; */
    /* float: left; */
    width: 33%;
    padding: 24px 0 20px 0;
    text-align: center;
    vertical-align: middle;
    /* color: red; */
}
.bibliogris a{
  color: black;
}
.colorgris{padding: 48px 0 0 0;}
.colorgris2{padding: 19px 0 40px 0;}
.colorgris3{padding: 0px 0 0px 0;}
.colecciones{
    margin: 0 0 0 0;
    padding: 0 0px 0 0;
}
.colecciones2{
       margin: 0px 0 0 0px;
    padding: 0 0px 0px 3px;
}
.vertodas {
        top: 307px;
    position: relative;
    text-align: left;
}
.titulos a {
    color: #f15a24 !important;
}
.Footer__menu__list_first{
  margin-top: 5px;
}
.Footer_content{
  padding-left: 0;
  padding-right: 0;
}
.Footer_content_info {
    display: flex;
    align-items: flex-end;
}
.btn-up{
  font-size: 25px;
  margin-top: -5px;
}
.btn-location-map{
  color: #333333;
  font-size: 25px;
  margin: 0px 0px;
}
.actividades-container{
  padding: 20px 0 20px 0;
}
.select2-contacto_asunto-container{
  font-size: 12px;
}
.no-padding{
  padding: 0;
}
.no-margin {
    margin: 0
}
.select2-selection__rendered, .select2-results__option{
  font-size: 13px;
}
.alto{
  min-height: 330px;
  margin-right: 0px;
}
.medio {
  height: 50vh !important;
}
.actividadh{
height: 115px;}
.hidden{
  display: none;
}
.loader-data,
.masonry-loader {
  width: 100%;
  text-align: center;
  color: #F15a24;
}
.masonry-loader {
    position: absolute;
    background-color: #fff;
    width: 100%;
    height: 100%;
    z-index: 10;
    padding: 15%;
}
.masonry-loader span {
    color: #5a5a5a
}
.loader-data > span{
  color: #333333;
}
@media only screen and (min-width: 700px) and (max-width: 790px){
  .naranja {
    margin-top: 16px!important;
}
  .Logo{
        width: 64% !important;
  }
  .Search__form{
    margin-left: 17px !important;
  }
  .Search__form__input {
    width: 99% !important;
}
.cuadrointernoactividades {
    width: 49% !important;
    /* margin: 0 0 16px 3px !important; */
}
.cuadros {
    width: 49% !important;
    float: left !important;
    height: 523px !important;
    margin: 0 0 8px 5px !important;
}
.dropdown-content {
    position: relative !important;
    width: 24% !important;
}
.dropdown:hover .dropdown-content {
    margin: 4px 0 0 18px !important;
}
.amparo {
    width: 12% !important;
    top: 0px !important;
    left: 43% !important;
    /* bottom: 27px; */
}
.Card-alls_pieces {
    height: 36.7vh !important;
}
.Card-alls_pieces .Card__link::after, .Card-alls_pieces .Card__link::before {
    height: 31vh !important;
}
.vertodas {
    top: 315px!important;
}
.alto {
    /* height: 65vh !important; */
}
.Tabs li a {
    padding: 4px 4px 2px 4px !important;
}
.arrow2{
  display:none;
}
.titulosecc {
    margin: 0 0 0 0px!important;
}
.Card-1x1 {
    height: 257px !important;
}
.Name_section__subtitle.subtitle-small {
    width: 100%!important;
}
.colapser-plus::after, .colapser-plus::before {
    left: 29% !important;
}
}
.image-thumbnail-preview{
  padding: 0 !important;
}
.map-arrow{
  padding-top: 45%;
}
.colecciones .item-pieza{
  margin-bottom: -1px;
  background: none;
}
.horarios-visita{
  height: 170px;
}
.mitad{
  float: left;
     width: 100%;
}
.padding{
  padding: 0 0 0 0 !important;
      width: 48% !important;
    margin: 0 0 0 3px;
}
.margentop{
    margin-top: 22px !important;
}
.altopieza{
    height: 254px;
}
.cardalto {
    /* height: 340px; */
    margin-right: 1px;
}
.margen_biblio{
    margin: 0 0 0 3px;
    /* height: 323px; */
    visibility: visible !important;
}
.color a{
      color: #f15a24 !important;
}
.biblioflecha{
width: 26px;
    height: 24px}
.preguntas{
  line-height: 1.3em !important;
}
.center {
    margin: 0 0 3px 3px !important;
}
.biblioteca {
    margin: 0px 0 0 0 !important;
}
.collapser-plus-summary{
  top: inherit !important;
  cursor: pointer;
}
.collapser-plus-summary::after,
.collapser-plus-summary::before {
  content: '';
  position: absolute;
  right: 16px;
  width: 17px;
  height: 3px;
  bottom: 0px;
  background: #808080;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.collapser-plus-summary::after {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.collapser-plus-summary:hover::after {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.collapser-plus-summary.is-clicked::after {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
#indicador-piezas{padding: 5px;color: #ffffff;text-align: center;}
@media (min-width: 601px) and (max-width: 800px){
    .Logo {
        float: left;
        width: 80% !important;
        margin: 5px 0 0 0 !important;
        padding: 0 0 21px 0 !important;
    }
}
@media(min-width: 1279px) and (max-width: 1281px){
    .alto {
        height: 85vh !important;
        margin-right: 0px;
    }
}
@media (max-width: 992px) {
    .navbar .dropdown-menu {
        box-shadow: none;
    }
    .navbar {
        padding: 0.5rem 1rem;
    }
    .Search__form {
        display: flex;
        margin-top: 15px;
        margin-bottom: 5px;
    }
}
.videoy{
  width: 100% !important;
  height: 222px !important;
}
.content-image{
  padding-right: 10px;
}
.logo404 {
    width: 23%;
    margin-bottom: 27px;
}
.text404 {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: fit-content;
    width: fit-content;
    font-size: 15em;
    font-weight: bold;
    color: rgba(0, 0, 0, 0.1);
    line-height: initial;
    z-index: -1;
}
.tagfooter{
    width: 77%;
    padding: 2px 0 2px 0px;
    font-family: "proxima-nova", sans-serif;
    color: white;
    font-weight: 600;
    margin-top: 0;
    font-size: 12px;
    border: solid thin #d6d8dc;
    text-align: center;
}
.div-documento{margin-top: 15px;}
.div-entrada-visita{
  background: #F15A24;
  text-align: center;
  padding: 10px;
  font-size: 18px;
  color: #ffffff;
}
.div-entrada-descripcion{
  background: rgb(70, 70, 70);
  color: #ffffff;
  padding: 10px;
  font-size: 14px;
}
.biografia > ul{
  list-style: disc;
  padding: 0 0 0 15px !important;
}
.playlist-sidebar{
  background: #333333;
  position: absolute;
  width: 50%;
  height: 100%;
  top: 0;
  right: 0;
  opacity: 0.85;
  text-align: center;
  vertical-align: middle;
  color: #ffffff;
}
.playlist-sidebar span{
  padding-top: 50%;
  position: absolute;
  color: #ffffff;
}
.Tabs li a{
  border-right: 1px solid #32363b;
  padding-top: 0;
}
.badge{
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #777;
  border-radius: 10px;
}
.no-results-container {
    width: 100%;
    text-align: center;
}
.no-results-container span {
    font-size: 4em;
    color: rgba(241,90,36,.2);
}
.no-results-container  p.nr-1 {
    font-size: 1.2em;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 0
}
.no-results-container  p.nr-2 {
    font-size: 1em;
}
.add-bottom1 {
    margin-bottom: 0;
    position: relative;
    width: 89%;
}
.w3-card-4,.w3-hover-shadow:hover{}
.w3-panel{
    /* margin-top:16px; */
    max-width: 100%;
    margin-bottom:16px
}
.Pagination_Letters{
  font-size: 11px;
  margin-bottom: 10px;
  text-align: left;
}
.Pagination_Letters .Pagination__list .Pagination__list__item a{
  width: 30px;
  line-height: 30px;
  margin-bottom: 5px;
}
.Pagination_Letters .Pagination__list .Pagination__list__item a.Pagination__list__button{
  width: 50px;
}
.svg-icon {
  padding-left: 0 !important;
  margin-top: 15px;
}
.bootstrap-datetimepicker-widget{
  opacity: 1 !important;
}
.bootstrap-datetimepicker-widget table td.active, .bootstrap-datetimepicker-widget table td.active:hover{
  background-color: #F15a24;
}
.bootstrap-datetimepicker-widget table thead th{
  height: 45px !important;
}
.bootstrap-datetimepicker-widget table td.day{
  height: 40px !important;
  border-radius: 0 !important;
}
.Form__Calendar__Input{
  background: none !important;
  border: none !important;
  font-size: 45px;
  font-weight: 600;
  overflow: hidden;
}
.Card__Busqueda{
  height: 59vh;
}
.Date__item{
  text-align: center;
}
.Date__Title{
  font-size: 11px;
  text-align: center;
  font-weight: 600;
}
.Date__Container__Day, .Date__Container__Month{
  font-size: 13px;
  text-align: center;
  text-transform: uppercase;
  display: contents;
}
.background-pop-up{
  height: 400px;
}
.background-pop-up:after{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background:rgba(0,0,0,0.1);
}
.modalDialog {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0,0,0,0.6);
  z-index: 99999;
  opacity:1;
  -webkit-transition: opacity 400ms ease-in;
  -moz-transition: opacity 400ms ease-in;
  transition: opacity 400ms ease-in;
}
.modalDialog:target {
  opacity:0;
  pointer-events: auto;
}
.modalDialog > div {
  width: min-content;
  max-width: 10px;
  min-width: 10px;
  width: -moz-min-content;
  height: min-content;
  height: -moz-min-content;
  max-height: 650px;
  position: absolute;
  background: #fff;
  transition: opacity 400ms ease-in;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  display: table;
}
.modalDialog img {
    max-height: 350px;
    width: auto;
    height: auto;
}
.close {
  color: #FFFFFF;
  line-height: 25px;
  position: absolute;
  right: 10px;
  text-align: center;
  top: 10px;
  width: 24px;
  text-decoration: none;
  font-size: 20px;
  font-weight: bold;
  z-index: 1;
}
.close:hover {
  cursor: pointer;
}
.pop-up-margin{
  margin: 10px;
}
.pop-up-title{
  text-align: left;
  color: white;
  font-size: 50px;
  text-shadow: 5px 5px 5px #aaa;
  z-index: 1;
  position: relative;
  margin: 20px 20px;
}
.pop-up-subtitle{
  color: #000;
  width: 100%;
  margin: auto;
  font-size: 17px;
  padding: 16px 0 9px 0;
  font-weight: 600;
  line-height: 18px;
}
.pop-up-text{
  font-size: 15px;
  text-align: justify;
  z-index: 1;
  position: relative;
  width: 100%;
  color: #3e3e3e;
  font-family: 'Helvetica Neue Medium';
  font-size: 15.5px;
  line-height: 17px;
}
.centered-button{
    margin-left: auto;
    margin-right: auto;
    display: table;
}
/* .Name_section__title,
.Name_section__evento {
  font-size: 30px;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-family: 'Helvetica Neue Bold';
} */
.Name_section__evento {
    font-size: 18px;
    margin-top: 10px
}
.adorno{
  border-bottom: solid thin;
  width: 118px;
  border-color: #000;
  /* margin: auto; */
  text-align: left;
  border-width: 2px;
  margin: 0 0 13px 0px;
}
.activity-button{
   bottom: 25px;
    left: 25px;
    display: block;
    padding: 13px 15px;
    line-height: 27px;
    vertical-align: bottom;
    color: white !important;
    text-transform: uppercase;
    font-size: 15px;
    -webkit-transition: all 1000ms ease;
    transition: all 1000ms ease;
    background-color: #59595b;
}
.activity-button:hover{
    background-color: #000;
    color: white;
}
.background-ahref{width: 100%;}
@media (max-width: 1024px) {
    .swiper-button-prev,
    .swiper-container-rtl .swiper-button-next, .flechapiezasl {
        left: 10px;
    }
    .swiper-button-next,
    .swiper-container-rtl .swiper-button-prev, .flechapiezasr {
      right: 10px;
    }
  #pop-up-modal{
    overflow: auto;
    max-height: 100vh;
  }
  .background-pop-up {
    height: 350px;
  }
  .modalDialog > div {
    width: 65%;
    max-width: inherit;
    display: block;
  }
  .modalDialog img {
      max-height: inherit;
      width: 100%;
  }
  .pop-up-title{
    font-size: 40px;
    text-align: left;
  }
  .pop-up-text{
    padding-bottom: 20px;
    font-size: 12px;
  }
  .close{
    top:5px;
    right: 5px;
  }
}
@media (max-width: 768px) {
    .flecha {
        display: none;
    }
    #pop-up-modal{
        overflow: auto;
        max-height: 100vh;
    }
    .modalDialog > div {
        width: 85%;
    }
    .pop-up-title{
        font-size: 40px;
        text-align: left;
    }
    .pop-up-text{
        font-size: 12px;
        text-align: justify;
        padding-bottom: 20px;
    }
    .close{
        top:5px;
        right: 5px;
    }
    .ma_social {
        margin-top: 40px;
        margin-bottom: 0;
        justify-content: space-around !important;
    }
    .Search__results .Card__header {
        height: 157px;
    }
    .Cover-full__btn {
      opacity: 1;
    }
}
@media (max-width: 600px) {
  #pop-up-modal{
    overflow: auto;
    max-height: 100vh;
  }
  .modalDialog > div {
    width: 92%;
  }
  .pop-up-title{
    font-size: 40px;
    text-align: center;
    margin-top: 50px;
  }
  .pop-up-text{
    font-size: 12px;
    text-align: justify;
    padding-bottom: 20px;
  }
  .close{
    top:5px;
    right: 5px;
  }
  .background-pop-up {
    height: 250px;
  }
  .pop-up-title {
    margin-top: 10px!important;
  }
}
/* DATE RANGE */
.date-range-examples {
  max-width: 600px;
  margin: 20px auto;
  padding: 20px;
}
.ex-inputs {
  position: relative;
}
.ex-inputs-header {
  text-align: center;
  margin-bottom: 8px;
}
.ex-inputs-start,
.ex-inputs-end {
  padding: 0;
  font-size: 45px;
  border: 1px solid #CCC;
  border-radius: 2px;
  text-align: center;
}
.ex-inputs-start:focus,
.ex-inputs-end:focus {
  border-color: #46A5F5;
}
/* .ex-inputs-picker,
.input-picker-close {
  position: absolute;
  z-index: 1000;
  left: 50%;
  top: calc(100% + 8px);
  opacity: 0;
  z-index: -20;
  transform: translateX(-50%);
  transform: translateX(25%);
  transition: all 0.5s;
} */
.ex-inputs-picker,
.input-picker-close {
  position: absolute;
  z-index: 1000;
  right: 0;
  left: inherit;
  top: 0;
  opacity: 0;
  z-index: -20;
  /* transform: translateX(-50%); */
  /* transform: translateX(25%); */
  transition: all 0.5s;
}
.ex-inputs-picker-visible {
  opacity: 1;
  z-index: 1000;
}
.ex-picker-visible {
  background-color: rgba(255, 255, 255, 0.65);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3
}
.date-filters {
  display: flex;
  justify-content: flex-end;
  margin-top: 15px;
}
.date-filters > div {
  padding-left: 5px;
  padding-right: 5px;
}
.input-picker-close {
  background-color: #59595b;
  padding: 5px 10px;
  /* position: absolute; */
  width: 150px;
  top: -29px;
  right: 5px;
  color: #fff;
  opacity: 1;
  z-index: 3;
  display: none;
  cursor: pointer;
  z-index: 5
}
.btn-date-filter {
  position: relative;
  padding: 15px 0;
  border: 0;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  color: #59595b;
  border: 2px solid #59595b;
  font-family: "proxima-nova", sans-serif !important;
}
.btn-date-filter:hover {
    background-color: #59595b;
    color: #fff;
}
.fltr-active {
    background-color: #59595b;
    color: #fff;
}
.fltr-active:hover::after{
  background-color: rgba(255,255,255,0.2);
  height: 90%;
}
.date-filters-container .input-range {
  border: 1px solid #e3e3e3 !important;
  border-radius: 7px !important;
  padding: 15px 30px !important;
  width: 100% !important;
  color: #59595b !important;
  font-weight: 700;
}
.input-range:focus,
.input-range:active {
  outline: 0;
  border-color: #90d
}
.date-filters-container {
  border: 1px solid #e3e3e3;
  padding: 2px 0;
  border-radius: 3px;
  box-sizing: border-box;
  box-shadow: 0 0 20px rgba(25, 60, 130, 0.1);
}
.filters-info-container {
  display: flex;
  justify-content: center;
  color: #7d7d7d;
}
.filters-info-container span:last-child {
  margin-left: 5px;
}
.date-filters .input-range {
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  font-size: 22px;
  line-height: 0;
  cursor: pointer;
}
/* .date-filters .col-s1 {
  padding: 0;
} */
.date-filters #btn-actividades-buscar {
  padding: 15px 0;
  /* height: 50px; */
}
.date-filters #btn-actividades-buscar i {
  /* margin-right: 8px */
}
.fltr-date-label {
    font-size: 1em;
    font-weight: 800;
    text-decoration: underline;
}
.btn-element {
    background-color: white;
    position: relative;
    padding: 15px 0;
    border: 0;
    font-size: 14px;
    margin-bottom: 20px;
    text-transform: uppercase;
    color: #59595b;
    border: 2px solid #59595b;
    font-family: 'Helvetica Neue Medium';
}
.btn-element:focus,
.btn-element:active,
.btn-element:hover {
    background-color: #59595b;
    color: white;
}
@media (max-width: 616px), (max-height: 480px) {
  .ex-inputs-start,
  .ex-inputs-end {
    width: 100%;
  }
  .input-picker-close {
    left: 18%;
  }
}
.dr-cals {
  box-shadow: 0px 0px 20px 6px rgba(0,0,0,0.1) !important;
}
.dp-day:hover {
  background-color: #59595b !important;
}
.dr-cals .dr-selected {
  background-color: #59595b !important;
}
.dr-cals .dr-in-range {
  background-color: #8f8f8f !important;
}
.dp-day-today::after {
  border: 7px solid #59595b !important;
  border-bottom-color: transparent !important;
  border-left-color: transparent !important;
}
.dr-cals:before {
  background: linear-gradient(-90deg,#59595b 0,#59595b 100%) !important;
}
@media (min-width:2000px){
  .cuadros {
    min-height: 530px;
  }
}
@media (max-width:1404px) {#busqueda-fecha-inicio,
  #busqueda-fecha-fin {
    font-size: 1.5em;
  }
  .ex-inputs-picker {
    /* left: 50%; */
    transform: translateX(5%);
  }
}
@media (max-width:1024px) {
  .ex-inputs-picker {
    /* left: 50%; */
    /* transform: translateX(25%); */
  }
  .dropdown:hover .dropdown-content {
      width: 100% !important
  }
  .dropup, .dropdown {
      padding-bottom: 0
  }
  .dropdown-content a {
      padding: 10px 15px;
  }
}
@media (max-width:768px) {
  /* .Name_section__title {
    margin-top: 25px !important;
  } */
  .ex-inputs-picker,
  .input-picker-close {
    left: 50%;
    right: inherit;
    top: 0;
    transform: translateX(-50%);
  }
  .ex-inputs-picker {
    top: 15px
  }
  #busqueda-fecha-inicio,
  #busqueda-fecha-fin {
    font-size: 1.7em;
  }
  .ex-inputs-picker {
    /* left: 50%; */
    transform: translateX(-10%);
  }
  .date-filters {
    display: block;
    justify-content: flex-end;
  }
  .btn-date-filter {
    margin-bottom: 10px;
  }
  .fltr-active::after {
    width: 98%
  }
  .video-responsive{
    padding-left: 0px!important;
    padding-top: 20px;
  }
  .video-responsive iframe{
    height: 200px;
  }
}
@media (max-width:616px) {
  .ex-inputs-picker {
    transform: translateX(-50%);
  }
}
@media (max-width:600px) {
  #busqueda-fecha-inicio,
  #busqueda-fecha-fin {
    font-size: 45px;
  }
  .gallery-item {
      margin-left: 0 !important;
      margin-right: 0 !important;
      padding-right: 0;
  }
  .participantes__item {
      display: block;
  }
}
[type="checkbox"],[type="radio"]{-webkit-box-sizing:border-box;box-sizing:border-box;padding:0}
.input-field.col .dropdown-content [type="checkbox"]+label{top:1px;left:0;height:18px;-webkit-transform:none;transform:none}
[type="checkbox"]:not(:checked),[type="checkbox"]:checked{position:absolute;opacity:0;pointer-events:none}
[type="checkbox"]+span:not(.lever){position:relative;padding-left:35px;cursor:pointer;display:inline-block;height:25px;line-height:25px;font-size:1rem;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}
[type="checkbox"]+span:not(.lever):before,[type="checkbox"]:not(.filled-in)+span:not(.lever):after{content:'';position:absolute;top:0;left:0;width:18px;height:18px;z-index:0;border:2px solid #5a5a5a;border-radius:1px;margin-top:3px;-webkit-transition:.2s;transition:.2s}
[type="checkbox"]:not(.filled-in)+span:not(.lever):after{border:0;-webkit-transform:scale(0);transform:scale(0)}
[type="checkbox"]:not(:checked):disabled+span:not(.lever):before{border:none;background-color:rgba(0,0,0,0.42)}
[type="checkbox"].tabbed:focus+span:not(.lever):after{-webkit-transform:scale(1);transform:scale(1);border:0;border-radius:50%;-webkit-box-shadow:0 0 0 10px rgba(0,0,0,0.1);box-shadow:0 0 0 10px rgba(0,0,0,0.1);background-color:rgba(0,0,0,0.1)}
[type="checkbox"]:checked+span:not(.lever):before{top:-4px;left:-5px;width:12px;height:22px;border-top:2px solid transparent;border-left:2px solid transparent;border-right:2px solid #F15a24;border-bottom:2px solid #F15a24;-webkit-transform:rotate(40deg);transform:rotate(40deg);-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transform-origin:100% 100%;transform-origin:100% 100%}
[type="checkbox"]:checked:disabled+span:before{border-right:2px solid rgba(0,0,0,0.42);border-bottom:2px solid rgba(0,0,0,0.42)}
[type="checkbox"]:indeterminate+span:not(.lever):before{top:-11px;left:-12px;width:10px;height:22px;border-top:none;border-left:none;border-right:2px solid #F15a24;border-bottom:none;-webkit-transform:rotate(90deg);transform:rotate(90deg);-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transform-origin:100% 100%;transform-origin:100% 100%}
[type="checkbox"]:indeterminate:disabled+span:not(.lever):before{border-right:2px solid rgba(0,0,0,0.42);background-color:transparent}
[type="checkbox"].filled-in+span:not(.lever):after{border-radius:2px}
[type="checkbox"].filled-in+span:not(.lever):before,[type="checkbox"].filled-in+span:not(.lever):after{content:'';left:0;position:absolute;-webkit-transition:border .25s,background-color .25s,width .2s .1s,height .2s .1s,top .2s .1s,left .2s .1s;transition:border .25s,background-color .25s,width .2s .1s,height .2s .1s,top .2s .1s,left .2s .1s;z-index:1}
[type="checkbox"].filled-in:not(:checked)+span:not(.lever):before{width:0;height:0;border:3px solid transparent;left:6px;top:10px;-webkit-transform:rotateZ(37deg);transform:rotateZ(37deg);-webkit-transform-origin:100% 100%;transform-origin:100% 100%}
[type="checkbox"].filled-in:not(:checked)+span:not(.lever):after{height:20px;width:20px;background-color:transparent;border:2px solid #5a5a5a;top:0;z-index:0}
[type="checkbox"].filled-in:checked+span:not(.lever):before{top:0;left:1px;width:8px;height:13px;border-top:2px solid transparent;border-left:2px solid transparent;border-right:2px solid #fff;border-bottom:2px solid #fff;-webkit-transform:rotateZ(37deg);transform:rotateZ(37deg);-webkit-transform-origin:100% 100%;transform-origin:100% 100%}
[type="checkbox"].filled-in:checked+span:not(.lever):after{top:0;width:20px;height:20px;border:2px solid #F15a24;background-color:#F15a24;z-index:0}
[type="checkbox"].filled-in.tabbed:focus+span:not(.lever):after{border-radius:2px;border-color:#5a5a5a;background-color:rgba(0,0,0,0.1)}
[type="checkbox"].filled-in.tabbed:checked:focus+span:not(.lever):after{border-radius:2px;background-color:#F15a24;border-color:#F15a24}
[type="checkbox"].filled-in:disabled:not(:checked)+span:not(.lever):before{background-color:transparent;border:2px solid transparent}
[type="checkbox"].filled-in:disabled:not(:checked)+span:not(.lever):after{border-color:transparent;background-color:#949494}
[type="checkbox"].filled-in:disabled:checked+span:not(.lever):before{background-color:transparent}
[type="checkbox"].filled-in:disabled:checked+span:not(.lever):after{background-color:#949494;border-color:#949494}
.empty-message{text-align: center;margin: 50px;}
.text-center{text-align: center}
/* .animated-panel > .row > .editor-item {
    margin-left: -15px;
    margin-right: 15px;
    padding-right: 0;
} */
/* .editor-item .col-xs12,
    .editor-item .col-xs-12 {
    margin-left: -15px;
    margin-right: 15px;
    padding-right: 0;
} */
.editor-item .col-xs12 img,
.editor-item .col-xs-12 img {
    margin-bottom: 15px;
}
.adorno br {
    display: none;
}
.horarios-visita .fa {
    float: unset !important;
    width: inherit !important;
    display: inline !important;
}
.horarios-visita .fa-map-marker {
    margin-left: 5px !important
}
.horarios-visita .horarios,
.horarios .mitad {
    color: #F15a24;
    width: auto;
    float: initial;
    display: inline;
}
.horarios-visita .btn-location-map {
    color: #F15a24;
    font-size: inherit;
    margin: 0px 0px;
}
.gallery-item {
    margin-bottom: 40px;
    position: relative;
    overflow: hidden;
}
.fancybox-thumbs__list a:before {
    border-color: #F15a24 !important;
}
.fancybox-progress {
    background-color: #F15a24 !important;
}
.first-gallery-item {
    display: block;
    height: 200px;
    width: 100% !important;
    overflow: hidden;
    padding: 0 !important
}
.first-gallery-item img {
    position: absolute;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
    transform: scale(1.2);
}
.first-gallery-item .Cover-full__btn {
    cursor: pointer;
    height: 200px
}
.fancybox-thumbs {
    background-color: rgba(0, 0, 0, 0.3) !important;
}
.liketabs-container {
    margin-bottom: 5px;
}
.liketab {
    float: left;
    background-color: #e4e4e4;
    padding: 5px 40px;
    color: #000;
    border-top: 3px solid #d0d0d0;
    text-transform: uppercase;
}
.liketab.active {
    background-color: #fff;
    border-top: 3px solid #F15a24;
}
.ma-online-notice {
    background-color: #fff;
    background-image: url(https://f5c4537feeb2b644adaf-b9c0667778661278083bed3d7c96b2f8.ssl.cf1.rackcdn.com/amparo_online/portada-texto-manuel-felguerez-El-futuro-era-nuestro-640x480-museo-amparo-puebla.png);
    background-position: -50px;
    background-repeat: no-repeat;
    background-size: 300px;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 10;
    padding-top: 15px;
    padding-bottom: 15px;
    box-shadow: 0 -5px 10px rgba(0, 0, 0, 0.1);
}
.ma-online-notice img {
    width: 150px;
}
.ma-online-notice p {
    margin: 0
}
.ma-online-notice .center-block {
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    margin-bottom: 0;
}
.btn-ma-online-notice {
    background-color: #000;
    color: #fff;
    padding: 10px 15px;
    float: right;
}
.ma-online-notice-close {
    background-color: #000;
    background-image: url(../img/static/close.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 15px;
    position: absolute;
    top: 5px;
    right: 5px;
    width: 30px;
    height: 30px;
}
@media (max-width: 1024px) {
    .ma-online-notice {
        background-image: none;
    }
}
@media (max-width: 500px) {
    .ma-online-description {
        display: none;
    }
}
.d-flex {
    display: flex!important;
}
.align-items-end {
    align-items: flex-end!important;
}
.justify-content-between {
    justify-content: space-between!important;
}
.ps-0 {
    padding-left: 0!important;
}
/* Footer Styles */
.ma_footer p {
    margin: 0;
}
.ma_footer  a .fab,
.ma_footer  a .fas {
    font-size: 18px;
    color: #222;
}
.ma_footer h5 {
font-family: 'Helvetica Neue Medium';
    text-transform: uppercase;
    margin-top: 0;
    font-size: 14px;
}
.ma_footer a {
    margin-bottom: 2px;
}
.ma_footer a:hover {
    color: #696768;
}
.ma_footer a,
.ma_footer p,
.ma_copyright p,
.ma_copyright a {
    font-size: 13px;
    color: #59595b;
}
.ma_footer p,
.ma_footer p > a {
    color: #666767;
}
.ma_footer  ul {
    padding: 0;
}
.ma_footer  ul li {
    list-style: none;
}
.ma_copyright {
    background-color: #000;
    padding-top: 20px;
    padding-bottom: 20px;
}
.ma_copyright p,
.ma_copyright a {
    color: #fff;
}
.ma_copyright p {
    margin: 0
}
.ma_copyright-links div:nth-child(1) a,
.ma_copyright-links div:nth-child(2) a {
    margin-right: 20px;
}
#carouselExposiciones .owl-nav {
    position: absolute;
    top: -60px;
    right: -10px;
}
.owl-theme .owl-nav [class*=owl-]:hover {
    background: #fff !important;
}
#carouselExposiciones .owl-nav img {
    height: 30px;
}
@media screen and (min-width: 992px) {
    /* remove the padding from the navbar so the dropdown hover state is not broken */
    .navbar {
        padding: 0.5rem 1rem;
        padding-top:0px;
        padding-bottom:0px;
    }
    /* remove the padding from the nav-item and add some margin to give some breathing room on hovers */
    .navbar .nav-item {
        padding:.5rem .5rem;
        margin:0 .25rem;
    }
    .navbar-nav .nav-link {
        /* padding-right: 3px !important;
        padding-left: 3px !important; */
        font-size: 16px;
        padding-top: 8px;
        padding-bottom: 18px;

    }
    .dropdown-menu .nav-item {
        padding: 0;
        margin: 0;
    }
    .dropdown-menu .nav-link {
        padding: 0 !important;
        padding: 0 !important;
        text-transform: inherit;
        font-weight: normal;
    }
    /* makes the dropdown full width  */
    .navbar .dropdown {position:static;}
    .navbar .dropdown-menu {
        width:100%;
        left:0;
        right:0;
        top: 100px;
        display:block;
        visibility: hidden;
        opacity: 0;
        padding-top: 20px;
        transition: visibility 0s, opacity 0.3s linear;
        margin: 0;
        padding-top: 1px;
        background-color: transparent;
        box-shadow: none;
    }
    /* shows the dropdown menu on hover */
    .navbar .dropdown:hover .dropdown-menu,
    .navbar .dropdown .dropdown-menu:hover {
        display:block;
        visibility: visible;
        opacity: 1;
        transition: visibility 0s, opacity 0.3s linear;
    }
    .navbar .dropdown-menu {
        /* border: 1px solid rgba(0,0,0,.15); */
    }
    .Search__container {
      background: rgba(18,21,24,0.8);
      display: none;
      left: 0px;
      z-index: 1002;
      width: 78%;
    }
    .ma_video-height {
        margin-top: 100px;
    }
    .ma_video-container {
        justify-content: center;
    }
}
@media screen and (max-width: 768px) {
    body {
        overflow-x: hidden;
    }
    .navbar-dark .navbar-toggler {
        color: #000;
    }
    .navbar-toggler {
        padding-right: 0
    }
    .navbar .dropdown-menu {
        width: 100% !important;
        border-bottom: 1px solid #e3e3e3;
    }
    .navbar .dropdown-menu .container{
        padding: 0
    }
    .navbar-nav .nav-link {
        border-bottom: 1px solid #e3e3e3;
    }
    .navbar-brand img {
        height: 45px;
        width: auto;
    }
    .ma_navbar-second {
        width: 100%;
        text-align: center;
    }
    .ma_navbar-second .ma_lang {
        justify-content: center !important;
    }
    .ma_footer .col-md-3 a {
        margin-bottom: 5;
    }
    .ma_brand {
        justify-content: center !important;
        margin-left: 0;
        margin-right: 0;
    }
    .ma_brand > .col-6 {
        text-align: center !important;
    }
    .carousel-portada {
        margin-top: 30;
        min-height: 300px;
    }
    #carouselNoTEPierdas .owl-dots {
        width: auto;
        margin-top: 10;
    }
    /* Footer */
    .ma_social {
        margin-top: 20px;
        margin-bottom: 20px;
        justify-content: space-around !important;
    }
    .ma_address {
        text-align: center;
    }
    .ma_copiright {
        text-align: center
    }
    .ma_copyright-links div:nth-child(1),
    .ma_copyright-links div:nth-child(2) {
        text-align: center;
        float: left;
        width: 50%;
        margin-bottom: 15px;
    }
    .ma_copyright-links div:nth-child(3) {
        text-align: center;
        width: 100%;
        margin-bottom: 15px;
    }
    .ma_copyright-links div:nth-child(1) a,
    .ma_copyright-links div:nth-child(2) a {
        margin-right: auto;
    }
    .ma_copyright-lcc a {
        display: block;
    }
}
@media screen and (max-width: 500px) {
    .cardalto {
        height: 340px;
    }
    .Card__content {
        padding: 10px 0 0;
    }
    .Card__footer {
        margin: 0 auto;
        padding: 0;
    }
    .ma_social {
        margin-top: 10px;
        margin-bottom: 0;
    }
    .ma_brand {
        margin-bottom: 40px;
    }
    .Name_section__title {
        font-size: 25px !important;
    }
}
.Breadcrumbs__list li {
    position: relative;
    display: inline-block;
    list-style: none;
    margin-right: 30px;
}
.Breadcrumbs__list__item {
    color: #a5a5a5;
    display: inline-block;
    font-size: 12px;
    font-family: "proxima-nova", sans-serif;
}
.Breadcrumbs__list__item a {
    color: #a5a5a5;
    font-size: 12px;
}
.Breadcrumbs__list li a::after {
    content: "»";
    position: absolute;
    top: 0px;
    right: -20px;
}
.height-auto {
    height: auto !important;
}

.container-empty{
	padding: 50px;
	max-width: 500px;
    margin: auto;
}
.news-content span {
    font-family: inherit !important;
}
