html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

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

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

body * {
  font-size: 1rem;
  line-height: 1.25rem;
  font-family: 'Istok Web', sans-serif;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.87);
  text-decoration: none; }

.text--hero {
  font-size: 1.333rem;
  line-height: 2.5rem;
  font-family: 'Open Sans', sans-serif; }
  @media (min-width: 425px) {
    .text--hero {
      font-size: 1.777rem;
      line-height: 2.5rem; } }
  @media (min-width: 768px) {
    .text--hero {
      font-size: 2.369rem;
      line-height: 2.5rem; } }
  @media (min-width: 1024px) {
    .text--hero {
      font-size: 3.158rem;
      line-height: 3.75rem; } }

.heading-1 {
  font-size: 1.333rem;
  line-height: 2.5rem;
  font-family: 'Open Sans', sans-serif; }
  @media (min-width: 425px) {
    .heading-1 {
      font-size: 1.777rem;
      line-height: 2.5rem; } }

.heading-2 {
  font-size: 1rem;
  line-height: 1.5rem;
  font-family: 'Open Sans', sans-serif; }
  .heading-2-normal {
    font-weight: none; }
    @media (min-width: 768px) {
      .heading-2-normal {
        font-size: 1.333rem;
        line-height: 2.5rem; } }
    @media (min-width: 1024px) {
      .heading-2-normal {
        font-size: 1.777rem;
        line-height: 2.5rem; } }
  @media (min-width: 768px) {
    .heading-2 {
      font-size: 1.777rem;
      line-height: 2.5rem; } }

.heading-3 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.333rem;
  line-height: 2.5rem; }
  @media (max-width: 768px) {
    .heading-3 {
      font-size: 1rem;
      line-height: 1.5rem; } }

.text {
  font-size: 1rem;
  line-height: 1.5rem; }

.text--light {
  color: white; }

.text--small {
  font-size: 0.75rem;
  line-height: 1.25rem; }
  @media (min-width: 425px) {
    .text--small {
      font-size: 1rem;
      line-height: 1.5rem; } }

.text--upper {
  text-transform: uppercase; }

.text--italic {
  font-style: italic; }

.text--bold {
  font-weight: bold; }

.text--primary {
  color: #767676; }

.text--accent {
  color: #b11116; }

.text--yellow {
  color: #f5822a; }

.text--justify {
  text-align: justify; }
  @media (max-width: 425px) {
    .text--justify-sm {
      text-align: justify !important; } }

.text--center {
  text-align: center; }
  @media (max-width: 768px) {
    .text--center-sm {
      text-align: center !important; } }

.text--right {
  text-align: right; }
  @media (max-width: 768px) {
    .text--right.center {
      text-align: center !important; } }
  @media (max-width: 1024px) {
    .text--right {
      text-align: left !important; } }

.text--left {
  text-align: left; }
  @media (max-width: 768px) {
    .text--left.center {
      text-align: center !important; } }

@media (min-width: 1024px) {
  .text--padding-left {
    padding-left: 13.75rem; } }

.text--padding-right {
  padding-right: 2.5rem; }

.text--padding-bottom {
  padding-bottom: 1.25rem; }
  @media (max-width: 768px) {
    .text--padding-bottom {
      padding-bottom: 0; } }

.text--padding-top {
  padding-top: 0.625rem; }
  @media (max-width: 768px) {
    .text--padding-top {
      padding-top: 0; } }

.text--mleft {
  margin-left: 25px; }

a.text--logo {
  background-position: right center;
  background-repeat: no-repeat;
  padding-right: 75px; }

.logo--inbox {
  background-image: url(/img/logos/inbox-logo.png); }

::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.37);
  font-weight: bold; }

:-moz-placeholder {
  /* Firefox 18- */
  color: rgba(0, 0, 0, 0.37);
  font-weight: bold; }

::-moz-placeholder {
  /* Firefox 19+ */
  color: rgba(0, 0, 0, 0.37);
  font-weight: bold; }

:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.37);
  font-weight: bold; }

.container {
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
  padding-right: 1.25rem; }
  .container:after {
    content: " ";
    display: block;
    clear: both; }
  @media (min-width: 425px) {
    .container {
      padding-left: 2.5rem;
      padding-right: 2.5rem; } }
  .container.container--header {
    position: relative;
    height: 80px; }
  .container-sm {
    max-width: 512px;
    margin-left: auto;
    margin-right: auto; }
    @media (max-width: 1024px) {
      .container-sm {
        padding-left: 1.25rem;
        padding-right: 1.25rem; } }

.container--small {
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
  padding-right: 1.25rem; }
  .container--small:after {
    content: " ";
    display: block;
    clear: both; }
  @media (min-width: 768px) {
    .container--small {
      padding-left: 10rem;
      padding-right: 10rem; } }

.container--medium {
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto; }
  .container--medium:after {
    content: " ";
    display: block;
    clear: both; }
  @media (max-width: 425px) {
    .container--medium {
      padding-left: 1.25rem;
      padding-right: 1.25rem; } }
  @media (min-width: 768px) {
    .container--medium {
      padding-left: 6.25rem;
      padding-right: 6.25rem; } }

.container--padding-top {
  padding-top: 2.5rem; }
  @media (min-width: 768px) {
    .container--padding-top {
      padding-top: 0; } }

.container--padding-y {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem; }
  @media (min-width: 768px) {
    .container--padding-y {
      padding-top: 5rem;
      padding-bottom: 5rem; } }

.container--margin-top {
  margin-top: 3.75rem; }

.container__options {
  align-items: center;
  display: inline;
  padding-right: 20px; }

.container__about {
  width: 96%;
  background-color: #b11116;
  margin-top: 3.75rem;
  padding: 2.5rem;
  margin-bottom: 3.75rem;
  height: 490px;
  position: relative; }
  @media (min-width: 425px) {
    .container__about {
      height: 420px; } }
  @media (min-width: 768px) {
    .container__about {
      height: 500px; } }
  @media (min-width: 1024px) {
    .container__about {
      height: 420px; } }

.anima {
  opacity: 0; }

.arrowu {
  display: none;
  cursor: pointer;
  position: absolute;
  width: 20px;
  height: 20px;
  background-image: url("/img/icons/arrowu.png");
  background-size: cover;
  top: 44%;
  right: 2.5rem; }

.arrowd {
  display: none;
  cursor: pointer;
  position: absolute;
  width: 20px;
  height: 20px;
  background-image: url("/img/icons/arrowd.png");
  background-size: cover;
  bottom: 44%;
  right: 2.5rem; }

.ideaonce {
  line-height: 1.875rem; }

.tvalores,
.tvalores2,
.tvalores3 {
  display: none; }

#textv,
#valores {
  opacity: 0.5; }

#mision,
#valores {
  cursor: pointer; }

.half {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  margin-top: 1.25rem; }
  .half-right {
    margin-top: 1.25rem; }
    .half-right.margin {
      margin-top: 0 !important;
      margin-bottom: 0 !important; }
      @media (min-width: 1024px) {
        .half-right.margin {
          padding-left: 3.75rem; } }
    @media (min-width: 1024px) {
      .half-right {
        width: 48.93617%;
        float: right;
        margin-right: 0;
        margin-top: 2.5rem;
        margin-bottom: 1.25rem; } }
  .half-left {
    margin-top: 1.25rem; }
    @media (min-width: 1024px) {
      .half-left {
        width: 48.93617%;
        float: left;
        margin-right: 2.12766%;
        margin-top: 2.5rem;
        margin-bottom: 1.25rem;
        padding-right: 3.75rem; } }
  .half-half-fixed {
    width: 48.93617%;
    float: left;
    margin-right: 2.12766%;
    margin-top: 1.25rem; }
  .half-last-fixed {
    width: 48.93617%;
    float: right;
    margin-right: 0;
    margin-top: 3.75rem; }
    @media (min-width: 1024px) {
      .half-last-fixed {
        margin-top: 4.05rem; } }
  .half.last {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    margin-top: 1.25rem; }
    .half.last.margin {
      margin-top: 0 !important;
      margin-bottom: 0 !important; }
    @media (min-width: 1024px) {
      .half.last {
        width: 48.93617%;
        float: right;
        margin-right: 0;
        padding-left: 3.75rem;
        margin-top: 2.5rem;
        margin-bottom: 1.25rem; } }
  @media (min-width: 1024px) {
    .half {
      width: 48.93617%;
      float: left;
      margin-right: 2.12766%;
      margin-top: 2.5rem;
      margin-bottom: 1.25rem; } }

.half--footer {
  width: 48.93617%;
  float: left;
  margin-right: 2.12766%;
  padding-top: 1.25rem; }
  .half--footer.last {
    width: 48.93617%;
    float: right;
    margin-right: 0;
    float: right; }
    @media (max-width: 768px) {
      .half--footer.last {
        width: 100%;
        float: left;
        margin-left: 0;
        margin-right: 0;
        padding-top: 0; } }
  @media (max-width: 768px) {
    .half--footer {
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0; } }

.half--about {
  width: 48.93617%;
  float: left;
  margin-right: 2.12766%;
  padding-top: 1.25rem;
  float: right; }
  .half--about.last {
    width: 48.93617%;
    float: right;
    margin-right: 0;
    float: left; }
    @media (max-width: 768px) {
      .half--about.last {
        width: 100%;
        float: left;
        margin-left: 0;
        margin-right: 0;
        padding-top: 0; } }
  @media (max-width: 768px) {
    .half--about {
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0; } }

.half--icons {
  width: 48.93617%;
  float: left;
  margin-right: 2.12766%;
  padding-top: 1.25rem; }
  .half--icons.last {
    width: 48.93617%;
    float: right;
    margin-right: 0;
    float: right; }
    @media (min-width: 768px) {
      .half--icons.last {
        width: 100%;
        float: left;
        margin-left: 0;
        margin-right: 0;
        padding-top: 5rem; } }
  @media (min-width: 768px) {
    .half--icons {
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0;
      padding-top: 5rem; } }

.one-sixth {
  width: 14.89362%;
  float: left;
  margin-right: 2.12766%; }
  @media (max-width: 768px) {
    .one-sixth.third {
      width: 31.91489%;
      float: right;
      margin-right: 0; } }
  .one-sixth.last {
    width: 14.89362%;
    float: right;
    margin-right: 0; }
    @media (max-width: 768px) {
      .one-sixth.last {
        width: 31.91489%;
        float: right;
        margin-right: 0; } }
  @media (max-width: 768px) {
    .one-sixth {
      width: 31.91489%;
      float: left;
      margin-right: 2.12766%; } }

.flex-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap; }

.span-all {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  height: 2.5rem;
  line-height: 2.5rem;
  cursor: pointer; }
  .span-all #more-button, .span-all #less-button {
    font-size: 2.369rem;
    line-height: 2.5rem; }

#more-button.show {
  display: none !important; }

#less-button {
  display: none !important; }
  #less-button.show {
    display: block !important; }

header {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  height: 80px;
  background-color: rgba(245, 245, 245, 0.9);
  border-bottom: 1px solid #c4c4c4;
  z-index: 2;
  position: fixed; }

section {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0; }
  section.section--light {
    background-color: whitesmoke; }
  section.section--white {
    background-color: #fff; }
  section.section--padding-y {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem; }
    @media (min-width: 768px) {
      section.section--padding-y {
        padding-top: 5rem;
        padding-bottom: 5rem; } }

.banner {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  height: 70vw;
  position: relative;
  background-color: #b11116; }
  .banner.banner__yellow {
    background-color: #f5822a; }
  @media (min-width: 768px) {
    .banner {
      height: 375px; } }
  @media (min-width: 1024px) {
    .banner {
      height: 390px; } }
  @media (min-width: 1440px) {
    .banner {
      height: 500px; } }
  @media (min-width: 2560px) {
    .banner {
      height: 650px; } }
  .banner .text-box {
    position: absolute;
    padding-top: 3.75rem;
    min-width: 90vw;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-shadow: 1px 1px black; }
    @media (min-width: 768px) {
      .banner .text-box {
        padding-top: 0; } }
    .banner .text-box.text2 {
      padding-top: 0; }

.cta-banner {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  height: 65vw;
  overflow: hidden;
  position: relative;
  background-image: url(/img/home-banner.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }
  @media (min-width: 768px) {
    .cta-banner {
      height: 340px; } }
  @media (min-width: 1440px) {
    .cta-banner {
      height: 380px; } }
  @media (min-width: 2560px) {
    .cta-banner {
      height: 480px; } }
  .cta-banner .cta-banner__text-box {
    box-sizing: border-box;
    min-width: 90vw;
    padding: 1.25rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-shadow: 1px 1px black; }

footer {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  background-color: #f5822a;
  padding-bottom: 1.25rem;
  text-align: center; }
  footer .contact {
    background-color: #272727;
    padding-bottom: 6.25rem;
    position: relative;
    padding-top: 2.5rem; }
    @media (min-width: 768px) {
      footer .contact {
        padding-top: 5rem; } }

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

.clearfix {
  *zoom: 1; }

.hide-s {
  display: none !important; }
  @media (min-width: 1024px) {
    .hide-s {
      display: block !important; } }

.square-image {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  width: 300px; }
  @media (min-width: 768px) {
    .square-image {
      width: 500px; } }

.logo {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 125px;
  height: 80px;
  float: left; }
  .logo.logo--small {
    width: 45px; }
  .logo.logo--client {
    width: 33.3333%;
    margin-bottom: 1.25rem;
    transition: all 0.5 ease; }
    @media (min-width: 425px) {
      .logo.logo--client {
        width: 25%; } }
    @media (min-width: 768px) {
      .logo.logo--client {
        width: 16.6667%; } }
    .logo.logo--client.only-on-more {
      display: none !important; }
      .logo.logo--client.only-on-more.show {
        display: flex !important; }
  .logo.logo--center {
    display: flex;
    margin: auto;
    float: none;
    width: 45px; }
    .logo.logo--center.mision {
      width: 100px; }
  .logo.logo--right {
    float: right; }
    @media (max-width: 768px) {
      .logo.logo--right {
        display: flex;
        margin: auto;
        float: none; } }
  @media (min-width: 768px) {
    .logo {
      width: 175px; } }
  .logo .logo__img {
    width: 100%; }

.hero-img {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  height: 100vw;
  overflow: hidden;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  transition: all 1s ease; }
  @media (min-width: 425px) {
    .hero-img {
      height: 400px; } }
  @media (min-width: 685px) {
    .hero-img {
      height: 500px; } }
  @media (min-width: 850px) {
    .hero-img {
      height: 600px; } }
  @media (min-width: 1024px) {
    .hero-img {
      height: 700px; } }
  @media (min-width: 1200px) {
    .hero-img {
      height: 800px; } }
  .hero-img.hero-img--home {
    background-image: url(/img/home-cabecera.png); }
  .hero-img.hero-img--about {
    background-image: url(/img/about/nosotros-cabecera.png); }
  .hero-img.hero-img--solutions {
    background-image: url(/img/soluciones/soluciones-cabecera.png); }
  .hero-img .text-box {
    position: absolute;
    padding-top: 3.75rem;
    min-width: 90vw;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-shadow: 1px 1px black; }
    @media (min-width: 768px) {
      .hero-img .text-box {
        padding-top: 0; } }
    .hero-img .text-box.text2 {
      padding-top: 0;
      top: 60%; }

.form__input {
  display: block;
  margin-bottom: 1.25rem;
  width: 70%;
  border: none;
  border-bottom: 1px solid #c0c0c0;
  background-color: transparent;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  font-size: 1rem;
  line-height: 1.5rem; }

.container__form {
  width: 100%;
  background-color: #fff;
  margin-top: 1.25rem;
  padding-bottom: 2.5rem;
  padding-top: 1.25rem;
  padding-left: 3.75rem;
  margin-bottom: 3.75rem; }
  @media (min-width: 768px) {
    .container__form {
      margin-top: 7.5rem; } }

.map {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  position: relative;
  background: transparent;
  z-index: 1;
  margin-bottom: -10px; }

.map iframe {
  pointer-events: none;
  height: 50vh; }
  @media (min-width: 426px) {
    .map iframe {
      height: 500px; } }
  @media (min-width: 2560px) {
    .map iframe {
      height: 800px; } }

.button {
  background-color: transparent;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  padding-left: 1.875rem;
  padding-right: 1.875rem;
  border: 1px solid #f5822a;
  cursor: pointer;
  letter-spacing: 1px;
  font-family: 'Istok Web', sans-serif;
  font-size: 1.333rem;
  line-height: 2.5rem; }
  .button.button--big {
    padding-left: 3.75rem;
    padding-right: 3.75rem; }
  .button.button--center {
    display: flex;
    margin: 0 auto; }
  @media (max-width: 425px) {
    .button {
      font-size: 1rem;
      line-height: 1.5rem; } }

.button:hover {
  border: 1px solid #fff;
  background-color: #f5822a;
  color: #fff; }

.more {
  font-size: 2.369rem;
  line-height: 2.5rem;
  color: #767676;
  cursor: pointer; }

.planeacion, .calidad, .capital, .finanzas, .tecnologias, #calid, #planeac, #capit, #finan, #tecnol {
  display: none; }

* {
  box-sizing: border-box; }

.toggle-button {
  position: absolute;
  width: 42px;
  height: 40px;
  top: 40px;
  right: 0;
  transform: translate(-22px, -20px);
  padding: 5px;
  transition: 0.25s;
  z-index: 10;
  cursor: pointer; }

.toggle-button .menu-bar {
  position: absolute;
  border-radius: 2px;
  width: 28px;
  transition: 0.5s;
  margin-left: 2px; }

.toggle-button .menu-bar-top {
  border: 5px solid #555;
  border-bottom: none;
  top: 8px; }

.toggle-button .menu-bar-middle {
  height: 5px;
  background-color: #555;
  margin-top: 6px;
  margin-bottom: 7px;
  top: 12px; }

.toggle-button .menu-bar-bottom {
  border: 5px solid #555;
  border-top: none;
  top: 28px; }

.button-open .menu-bar-top {
  transform: rotate(45deg) translate(7px, 8px);
  transition: 0.5s; }

.button-open .menu-bar-middle {
  transform: translate(230px);
  transition: 0.1s ease-in;
  opacity: 0; }

.button-open .menu-bar-bottom {
  transform: rotate(-45deg) translate(6px, -7px);
  transition: 0.5s; }

body {
  overflow-x: hidden;
  background-color: #272727; }

nav {
  opacity: 0;
  right: 0;
  top: 0;
  position: fixed;
  z-index: 0;
  width: 75%;
  height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow-x: hidden;
  overflow-y: auto;
  transition: all 0.7s ease;
  background: #272727; }
  nav.nav-open {
    opacity: 1; }
  @media (min-width: 425px) {
    nav {
      width: 50%; } }
  @media (min-width: 768px) {
    nav {
      width: 30%; } }

nav ul {
  list-style: none;
  margin: 0;
  width: 100%;
  padding-left: 20px;
  padding-top: 60px; }
  @media (min-width: 768px) {
    nav ul {
      padding-left: 30px; } }
  @media (min-width: 1024px) {
    nav ul {
      padding-left: 60px; } }

nav li {
  position: relative;
  font-size: 1em;
  font-weight: bold;
  padding: 15px; }

nav li .active, .hover-effect:active {
  color: #f5822a; }

nav li a {
  color: #fff;
  text-decoration: none;
  font-size: 1rem;
  line-height: 1.5rem; }
  @media (min-width: 768px) {
    nav li a {
      font-size: 1.333rem;
      line-height: 2.5rem; } }

nav li a:hover, .hover-effect:hover {
  color: #f5822a;
  text-decoration: underline; }

#contentLayer {
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 1;
  transition: all 0.7s ease; }
  #contentLayer.layer-open {
    margin-left: -75%; }
    @media (min-width: 425px) {
      #contentLayer.layer-open {
        margin-left: -50%; } }
    @media (min-width: 768px) {
      #contentLayer.layer-open {
        margin-left: -30%; } }

.swiper-container {
  width: 100%;
  height: 430px;
  margin-top: 1.25rem;
  margin-bottom: 2.5rem;
  padding-bottom: 2.5rem; }
  @media (min-width: 1024px) {
    .swiper-container {
      margin-bottom: 2.5rem;
      margin-top: 2.5rem;
      padding-bottom: 2.5rem;
      padding-top: 1.25rem;
      padding-left: 1.25rem;
      padding-right: 1.25rem; } }

.swiper-pagination-bullet {
  width: 7px;
  height: 7px;
  color: #000;
  opacity: 1;
  border: solid 1px;
  border-color: #000;
  background-color: rgba(255, 255, 255, 0.15); }

.swiper-pagination-bullet-active {
  color: #fff;
  background: #f5822a; }

.swiper-slide {
  width: 25%;
  height: 50%;
  position: relative; }

.slide {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto; }

.swiper-slide:hover {
  -webkit-transform: scale(1.07);
  -moz-transform: scale(1.07);
  -o-transform: scale(1.07);
  -ms-transform: scale(1.07); }

.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 0; }

figcaption {
  display: none; }

.pswp__bg {
  background-color: #272727 !important; }

.pswp__top-bar, .pswp__caption {
  background-color: transparent !important; }

.pswp__counter {
  display: none; }

.scroll {
  opacity: 0; }

.scroll a {
  position: absolute;
  bottom: 20%;
  left: 50%;
  width: 24px;
  height: 40px;
  margin-left: -15px;
  border: 2px solid #fff;
  border-radius: 50px;
  box-sizing: border-box;
  transform: translateX(-50%); }

.scroll a::before {
  position: absolute;
  top: 10px;
  left: 50%;
  content: '';
  width: 6px;
  height: 6px;
  margin-left: -3px;
  background-color: #fff;
  border-radius: 100%;
  box-sizing: border-box; }

.scroll a span {
  position: absolute;
  top: 100%;
  left: 50%;
  width: 14px;
  height: 14px;
  margin-left: -7px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: sdb07 2s infinite;
  animation: sdb07 2s infinite;
  opacity: 0;
  box-sizing: border-box; }

.scroll a span:nth-of-type(1) {
  -webkit-animation-delay: 0s;
  animation-delay: 0s; }

.scroll a span:nth-of-type(2) {
  top: 45px;
  -webkit-animation-delay: .15s;
  animation-delay: .15s; }

.scroll a span:nth-of-type(3) {
  top: 55px;
  -webkit-animation-delay: .3s;
  animation-delay: .3s; }

@-webkit-keyframes sdb07 {
  0% {
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@keyframes sdb07 {
  0% {
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    opacity: 0; } }
