@charset "UTF-8";

@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }

  .navbar {
    display: none;
  }

  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }

  .label {
    border: 1px solid #000;
  }

  .table {
    border-collapse: collapse !important;
  }

  .table td,
  .table th {
    background-color: #fff !important;
  }

  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}

@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}

@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .dl-horizontal dd {
    margin-left: 180px;
  }
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}

@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }

  .col-sm-1 {
    width: 8.33333%;
  }

  .col-sm-2 {
    width: 16.66667%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-4 {
    width: 33.33333%;
  }

  .col-sm-5 {
    width: 41.66667%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-7 {
    width: 58.33333%;
  }

  .col-sm-8 {
    width: 66.66667%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-10 {
    width: 83.33333%;
  }

  .col-sm-11 {
    width: 91.66667%;
  }

  .col-sm-12 {
    width: 100%;
  }

  .col-sm-pull-0 {
    right: auto;
  }

  .col-sm-pull-1 {
    right: 8.33333%;
  }

  .col-sm-pull-2 {
    right: 16.66667%;
  }

  .col-sm-pull-3 {
    right: 25%;
  }

  .col-sm-pull-4 {
    right: 33.33333%;
  }

  .col-sm-pull-5 {
    right: 41.66667%;
  }

  .col-sm-pull-6 {
    right: 50%;
  }

  .col-sm-pull-7 {
    right: 58.33333%;
  }

  .col-sm-pull-8 {
    right: 66.66667%;
  }

  .col-sm-pull-9 {
    right: 75%;
  }

  .col-sm-pull-10 {
    right: 83.33333%;
  }

  .col-sm-pull-11 {
    right: 91.66667%;
  }

  .col-sm-pull-12 {
    right: 100%;
  }

  .col-sm-push-0 {
    left: auto;
  }

  .col-sm-push-1 {
    left: 8.33333%;
  }

  .col-sm-push-2 {
    left: 16.66667%;
  }

  .col-sm-push-3 {
    left: 25%;
  }

  .col-sm-push-4 {
    left: 33.33333%;
  }

  .col-sm-push-5 {
    left: 41.66667%;
  }

  .col-sm-push-6 {
    left: 50%;
  }

  .col-sm-push-7 {
    left: 58.33333%;
  }

  .col-sm-push-8 {
    left: 66.66667%;
  }

  .col-sm-push-9 {
    left: 75%;
  }

  .col-sm-push-10 {
    left: 83.33333%;
  }

  .col-sm-push-11 {
    left: 91.66667%;
  }

  .col-sm-push-12 {
    left: 100%;
  }

  .col-sm-offset-0 {
    margin-left: 0%;
  }

  .col-sm-offset-1 {
    margin-left: 8.33333%;
  }

  .col-sm-offset-2 {
    margin-left: 16.66667%;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .col-sm-offset-4 {
    margin-left: 33.33333%;
  }

  .col-sm-offset-5 {
    margin-left: 41.66667%;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .col-sm-offset-7 {
    margin-left: 58.33333%;
  }

  .col-sm-offset-8 {
    margin-left: 66.66667%;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .col-sm-offset-10 {
    margin-left: 83.33333%;
  }

  .col-sm-offset-11 {
    margin-left: 91.66667%;
  }

  .col-sm-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 992px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }

  .col-md-1 {
    width: 8.33333%;
  }

  .col-md-2 {
    width: 16.66667%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-4 {
    width: 33.33333%;
  }

  .col-md-5 {
    width: 41.66667%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-7 {
    width: 58.33333%;
  }

  .col-md-8 {
    width: 66.66667%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-10 {
    width: 83.33333%;
  }

  .col-md-11 {
    width: 91.66667%;
  }

  .col-md-12 {
    width: 100%;
  }

  .col-md-pull-0 {
    right: auto;
  }

  .col-md-pull-1 {
    right: 8.33333%;
  }

  .col-md-pull-2 {
    right: 16.66667%;
  }

  .col-md-pull-3 {
    right: 25%;
  }

  .col-md-pull-4 {
    right: 33.33333%;
  }

  .col-md-pull-5 {
    right: 41.66667%;
  }

  .col-md-pull-6 {
    right: 50%;
  }

  .col-md-pull-7 {
    right: 58.33333%;
  }

  .col-md-pull-8 {
    right: 66.66667%;
  }

  .col-md-pull-9 {
    right: 75%;
  }

  .col-md-pull-10 {
    right: 83.33333%;
  }

  .col-md-pull-11 {
    right: 91.66667%;
  }

  .col-md-pull-12 {
    right: 100%;
  }

  .col-md-push-0 {
    left: auto;
  }

  .col-md-push-1 {
    left: 8.33333%;
  }

  .col-md-push-2 {
    left: 16.66667%;
  }

  .col-md-push-3 {
    left: 25%;
  }

  .col-md-push-4 {
    left: 33.33333%;
  }

  .col-md-push-5 {
    left: 41.66667%;
  }

  .col-md-push-6 {
    left: 50%;
  }

  .col-md-push-7 {
    left: 58.33333%;
  }

  .col-md-push-8 {
    left: 66.66667%;
  }

  .col-md-push-9 {
    left: 75%;
  }

  .col-md-push-10 {
    left: 83.33333%;
  }

  .col-md-push-11 {
    left: 91.66667%;
  }

  .col-md-push-12 {
    left: 100%;
  }

  .col-md-offset-0 {
    margin-left: 0%;
  }

  .col-md-offset-1 {
    margin-left: 8.33333%;
  }

  .col-md-offset-2 {
    margin-left: 16.66667%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-offset-4 {
    margin-left: 33.33333%;
  }

  .col-md-offset-5 {
    margin-left: 41.66667%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-offset-7 {
    margin-left: 58.33333%;
  }

  .col-md-offset-8 {
    margin-left: 66.66667%;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-offset-10 {
    margin-left: 83.33333%;
  }

  .col-md-offset-11 {
    margin-left: 91.66667%;
  }

  .col-md-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }

  .col-lg-1 {
    width: 8.33333%;
  }

  .col-lg-2 {
    width: 16.66667%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-4 {
    width: 33.33333%;
  }

  .col-lg-5 {
    width: 41.66667%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-7 {
    width: 58.33333%;
  }

  .col-lg-8 {
    width: 66.66667%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-10 {
    width: 83.33333%;
  }

  .col-lg-11 {
    width: 91.66667%;
  }

  .col-lg-12 {
    width: 100%;
  }

  .col-lg-pull-0 {
    right: auto;
  }

  .col-lg-pull-1 {
    right: 8.33333%;
  }

  .col-lg-pull-2 {
    right: 16.66667%;
  }

  .col-lg-pull-3 {
    right: 25%;
  }

  .col-lg-pull-4 {
    right: 33.33333%;
  }

  .col-lg-pull-5 {
    right: 41.66667%;
  }

  .col-lg-pull-6 {
    right: 50%;
  }

  .col-lg-pull-7 {
    right: 58.33333%;
  }

  .col-lg-pull-8 {
    right: 66.66667%;
  }

  .col-lg-pull-9 {
    right: 75%;
  }

  .col-lg-pull-10 {
    right: 83.33333%;
  }

  .col-lg-pull-11 {
    right: 91.66667%;
  }

  .col-lg-pull-12 {
    right: 100%;
  }

  .col-lg-push-0 {
    left: auto;
  }

  .col-lg-push-1 {
    left: 8.33333%;
  }

  .col-lg-push-2 {
    left: 16.66667%;
  }

  .col-lg-push-3 {
    left: 25%;
  }

  .col-lg-push-4 {
    left: 33.33333%;
  }

  .col-lg-push-5 {
    left: 41.66667%;
  }

  .col-lg-push-6 {
    left: 50%;
  }

  .col-lg-push-7 {
    left: 58.33333%;
  }

  .col-lg-push-8 {
    left: 66.66667%;
  }

  .col-lg-push-9 {
    left: 75%;
  }

  .col-lg-push-10 {
    left: 83.33333%;
  }

  .col-lg-push-11 {
    left: 91.66667%;
  }

  .col-lg-push-12 {
    left: 100%;
  }

  .col-lg-offset-0 {
    margin-left: 0%;
  }

  .col-lg-offset-1 {
    margin-left: 8.33333%;
  }

  .col-lg-offset-2 {
    margin-left: 16.66667%;
  }

  .col-lg-offset-3 {
    margin-left: 25%;
  }

  .col-lg-offset-4 {
    margin-left: 33.33333%;
  }

  .col-lg-offset-5 {
    margin-left: 41.66667%;
  }

  .col-lg-offset-6 {
    margin-left: 50%;
  }

  .col-lg-offset-7 {
    margin-left: 58.33333%;
  }

  .col-lg-offset-8 {
    margin-left: 66.66667%;
  }

  .col-lg-offset-9 {
    margin-left: 75%;
  }

  .col-lg-offset-10 {
    margin-left: 83.33333%;
  }

  .col-lg-offset-11 {
    margin-left: 91.66667%;
  }

  .col-lg-offset-12 {
    margin-left: 100%;
  }
}

@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }

  .table-responsive > .table {
    margin-bottom: 0;
  }

  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }

  .table-responsive > .table-bordered {
    border: 0;
  }

  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }

  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }

  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 34px;
  }

  input[type="date"].input-sm,
  .input-group-sm > input[type="date"].form-control,
  .input-group-sm > input[type="date"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="date"].btn,
  .input-group-sm input[type="date"],
  input[type="time"].input-sm,
  .input-group-sm > input[type="time"].form-control,
  .input-group-sm > input[type="time"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="time"].btn,
  .input-group-sm
  input[type="time"],
  input[type="datetime-local"].input-sm,
  .input-group-sm > input[type="datetime-local"].form-control,
  .input-group-sm > input[type="datetime-local"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="datetime-local"].btn,
  .input-group-sm
  input[type="datetime-local"],
  input[type="month"].input-sm,
  .input-group-sm > input[type="month"].form-control,
  .input-group-sm > input[type="month"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="month"].btn,
  .input-group-sm
  input[type="month"] {
    line-height: 30px;
  }

  input[type="date"].input-lg,
  .input-group-lg > input[type="date"].form-control,
  .input-group-lg > input[type="date"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="date"].btn,
  .input-group-lg input[type="date"],
  input[type="time"].input-lg,
  .input-group-lg > input[type="time"].form-control,
  .input-group-lg > input[type="time"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="time"].btn,
  .input-group-lg
  input[type="time"],
  input[type="datetime-local"].input-lg,
  .input-group-lg > input[type="datetime-local"].form-control,
  .input-group-lg > input[type="datetime-local"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="datetime-local"].btn,
  .input-group-lg
  input[type="datetime-local"],
  input[type="month"].input-lg,
  .input-group-lg > input[type="month"].form-control,
  .input-group-lg > input[type="month"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="month"].btn,
  .input-group-lg
  input[type="month"] {
    line-height: 46px;
  }
}

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }

  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }

  .form-inline .form-control-static {
    display: inline-block;
  }

  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }

  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }

  .form-inline .input-group > .form-control {
    width: 100%;
  }

  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }

  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }

  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }

  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }

  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}

@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.33333px;
    font-size: 18px;
  }
}

@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }

  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }

  .modal-sm {
    width: 300px;
  }
}

@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }

  table.visible-xs {
    display: table !important;
  }

  tr.visible-xs {
    display: table-row !important;
  }

  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }

  table.visible-sm {
    display: table !important;
  }

  tr.visible-sm {
    display: table-row !important;
  }

  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }

  table.visible-md {
    display: table !important;
  }

  tr.visible-md {
    display: table-row !important;
  }

  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }

  table.visible-lg {
    display: table !important;
  }

  tr.visible-lg {
    display: table-row !important;
  }

  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}

@media print {
  .visible-print {
    display: block !important;
  }

  table.visible-print {
    display: table !important;
  }

  tr.visible-print {
    display: table-row !important;
  }

  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}

@media print {
  .visible-print-block {
    display: block !important;
  }
}

@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}

@media (min-width: 0.0625em) {
  body:before {
    content: "xxs ≥ 1px (0.0625em)";
  }
}

@media (min-width: 23.4375em) {
  body:before {
    content: "iphone6 ≥ 375px (23.4375em)";
  }
}

@media (min-width: 25.875em) {
  body:before {
    content: "iphone6p ≥ 414px (25.875em)";
  }
}

@media (min-width: 30em) {
  body:before {
    content: "xs ≥ 480px (30em)";
  }
}

@media (min-width: 48em) {
  body:before {
    content: "sm ≥ 768px (48em)";
  }
}

@media (min-width: 62em) {
  body:before {
    content: "md ≥ 992px (62em)";
  }
}

@media (min-width: 75em) {
  body:before {
    content: "lg ≥ 1200px (75em)";
  }
}

@media (min-width: 85.375em) {
  body:before {
    content: "xlg ≥ 1366px (85.375em)";
  }
}

@media (min-width: 105em) {
  body:before {
    content: "xxlg ≥ 1680px (105em)";
  }
}

@media all and (max-width: 175px) {
  html.mm-opening .mm-slideout {
    -webkit-transform: translate(140px, 0);
    -ms-transform: translate(140px, 0);
    -o-transform: translate(140px, 0);
    transform: translate(140px, 0);
  }
}

@media all and (min-width: 550px) {
  html.mm-opening .mm-slideout {
    -webkit-transform: translate(440px, 0);
    -ms-transform: translate(440px, 0);
    -o-transform: translate(440px, 0);
    transform: translate(440px, 0);
  }
}

@media all and (max-width: 140px) {
  html.mm-opening.mm-fullscreen .mm-slideout {
    -webkit-transform: translate(140px, 0);
    -ms-transform: translate(140px, 0);
    -o-transform: translate(140px, 0);
    transform: translate(140px, 0);
  }
}

@media all and (min-width: 10000px) {
  html.mm-opening.mm-fullscreen .mm-slideout {
    -webkit-transform: translate(10000px, 0);
    -ms-transform: translate(10000px, 0);
    -o-transform: translate(10000px, 0);
    transform: translate(10000px, 0);
  }
}

@media all and (max-width: 140px) {
  html.mm-right.mm-opening.mm-fullscreen .mm-slideout {
    -webkit-transform: translate(-140px, 0);
    -ms-transform: translate(-140px, 0);
    -o-transform: translate(-140px, 0);
    transform: translate(-140px, 0);
  }
}

@media all and (min-width: 10000px) {
  html.mm-right.mm-opening.mm-fullscreen .mm-slideout {
    -webkit-transform: translate(-10000px, 0);
    -ms-transform: translate(-10000px, 0);
    -o-transform: translate(-10000px, 0);
    transform: translate(-10000px, 0);
  }
}

@media all and (max-width: 175px) {
  html.mm-right.mm-opening .mm-slideout {
    -webkit-transform: translate(-140px, 0);
    -ms-transform: translate(-140px, 0);
    -o-transform: translate(-140px, 0);
    transform: translate(-140px, 0);
  }
}

@media all and (min-width: 550px) {
  html.mm-right.mm-opening .mm-slideout {
    -webkit-transform: translate(-440px, 0);
    -ms-transform: translate(-440px, 0);
    -o-transform: translate(-440px, 0);
    transform: translate(-440px, 0);
  }
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */

  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }

  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    -ms-transform: scale(0.75);
    -o-transform: scale(0.75);
    transform: scale(0.75);
  }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    -ms-transform-origin: 0;
    -o-transform-origin: 0;
    transform-origin: 0;
  }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    -ms-transform-origin: 100%;
    -o-transform-origin: 100%;
    transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

@media (-webkit-min-device-pixel-ratio: 1.1), (-webkit-min-device-pixel-ratio: 1.09375), (-o-min-device-pixel-ratio: 35/32), (min-resolution: 105dpi), (-o-min-device-pixel-ratio: 11/10), (min-resolution: 1.1dppx) {
  /* Serve SVG sprite if browser supports SVG and resolution is more than 105dpi */

  .pswp--svg .pswp__button,
  .pswp--svg .pswp__button--arrow--left:before,
  .pswp--svg .pswp__button--arrow--right:before {
    background-image: url(default-skin.svg);
  }

  .pswp--svg .pswp__button--arrow--left,
  .pswp--svg .pswp__button--arrow--right {
    background: none;
  }
}

@media screen and (max-width: 1024px) {
  .pswp__preloader {
    position: relative;
    left: auto;
    top: auto;
    margin: 0;
    float: right;
  }
}

@media (min-width: 30em) {
  body:after {
    content: 'xs';
  }
}

@media (min-width: 48em) {
  body:after {
    content: 'sm';
  }
}

@media (min-width: 62em) {
  body:after {
    content: 'md';
  }
}

@media (min-width: 75em) {
  body:after {
    content: 'lg';
  }
}

@media (min-width: 85.375em) {
  body:after {
    content: 'xlg';
  }
}

@media (min-width: 105em) {
  body:after {
    content: 'xxlg';
  }
}

@media (min-width: 30em) {
  .title {
    font-size: 37.5px;
  }
}

@media (min-width: 48em) {
  .title {
    font-size: 40px;
  }
}

@media (min-width: 62em) {
  .title {
    font-size: 45px;
  }
}

@media (min-width: 75em) {
  .title {
    font-size: 50px;
  }
}

@media (min-width: 30em) {
  .title.title--big {
    font-size: 52.5px;
  }
}

@media (min-width: 48em) {
  .title.title--big {
    font-size: 56px;
  }
}

@media (min-width: 62em) {
  .title.title--big {
    font-size: 63px;
  }
}

@media (min-width: 75em) {
  .title.title--big {
    font-size: 70px;
  }
}

@media (min-width: 30em) {
  .title.title--xbig {
    font-size: 57.4px;
  }
}

@media (min-width: 48em) {
  .title.title--xbig {
    font-size: 61.5px;
  }
}

@media (min-width: 62em) {
  .title.title--xbig {
    font-size: 69.7px;
  }
}

@media (min-width: 85.375em) {
  .title.title--xbig {
    font-size: 82px;
  }
}

@media (min-width: 30em) {
  .title.title--big-xs-small {
    font-size: 45.5px;
  }
}

@media (min-width: 48em) {
  .title.title--big-xs-small {
    font-size: 52.5px;
  }
}

@media (min-width: 62em) {
  .title.title--big-xs-small {
    font-size: 56px;
  }
}

@media (min-width: 75em) {
  .title.title--big-xs-small {
    font-size: 70px;
  }
}

@media (min-width: 30em) {
  .title.title--small {
    font-size: 33.75px;
  }
}

@media (min-width: 48em) {
  .title.title--small {
    font-size: 36px;
  }
}

@media (min-width: 62em) {
  .title.title--small {
    font-size: 40.5px;
  }
}

@media (min-width: 75em) {
  .title.title--small {
    font-size: 45px;
  }
}

@media (min-width: 30em) {
  .title.title--xsmall {
    font-size: 27px;
  }
}

@media (min-width: 48em) {
  .title.title--xsmall {
    font-size: 28.8px;
  }
}

@media (min-width: 62em) {
  .title.title--xsmall {
    font-size: 32.4px;
  }
}

@media (min-width: 75em) {
  .title.title--xsmall {
    font-size: 36px;
  }
}

@media (min-width: 30em) {
  .subtitle {
    font-size: 30px;
  }
}

@media (min-width: 48em) {
  .subtitle {
    font-size: 32px;
  }
}

@media (min-width: 62em) {
  .subtitle {
    font-size: 36px;
  }
}

@media (min-width: 75em) {
  .subtitle {
    font-size: 40px;
  }
}

@media (min-width: 30em) {
  .subtitle.subtitle--xsmall {
    font-size: 19.5px;
  }
}

@media (min-width: 48em) {
  .subtitle.subtitle--xsmall {
    font-size: 20.8px;
  }
}

@media (min-width: 62em) {
  .subtitle.subtitle--xsmall {
    font-size: 23.4px;
  }
}

@media (min-width: 75em) {
  .subtitle.subtitle--xsmall {
    font-size: 26px;
  }
}

@media (min-width: 30em) {
  .subtitle.subtitle--small {
    font-size: 27.2px;
  }
}

@media (min-width: 48em) {
  .subtitle.subtitle--small {
    font-size: 28.8px;
  }
}

@media (min-width: 62em) {
  .subtitle.subtitle--small {
    font-size: 30.4px;
  }
}

@media (min-width: 75em) {
  .subtitle.subtitle--small {
    font-size: 32px;
  }
}

@media (min-width: 30em) {
  .subtitle.subtitle--big {
    font-size: 37.5px;
  }
}

@media (min-width: 48em) {
  .subtitle.subtitle--big {
    font-size: 40px;
  }
}

@media (min-width: 62em) {
  .subtitle.subtitle--big {
    font-size: 42.5px;
  }
}

@media (min-width: 75em) {
  .subtitle.subtitle--big {
    font-size: 48px;
  }
}

@media (min-width: 48em) {
  .separation-bottom-smaller {
    margin-bottom: 30px;
  }
}

@media (min-width: 62em) {
  .separation-bottom-smaller {
    margin-bottom: 35px;
  }
}

@media (min-width: 48em) {
  .separation-bottom-small {
    margin-bottom: 60px;
  }
}

@media (min-width: 62em) {
  .separation-bottom-small {
    margin-bottom: 75px;
  }
}

@media (min-width: 48em) {
  .separation-bottom {
    margin-bottom: 85px;
  }
}

@media (min-width: 62em) {
  .separation-bottom {
    margin-bottom: 125px;
  }
}

@media (min-width: 48em) {
  .separation-bottom-small {
    margin-bottom: 50px;
  }
}

@media (min-width: 62em) {
  .separation-bottom-small {
    margin-bottom: 90px;
  }
}

@media (min-width: 48em) {
  .separation-bottom-bigger {
    margin-bottom: 150px;
  }
}

@media (min-width: 62em) {
  .separation-bottom-bigger {
    margin-bottom: 200px;
  }
}

@media (max-width: 479px) {
  .visible-xxs {
    display: block !important;
  }

  table.visible-xxs {
    display: table !important;
  }

  tr.visible-xxs {
    display: table-row !important;
  }

  th.visible-xxs,
  td.visible-xxs {
    display: table-cell !important;
  }
}

@media (max-width: 479px) {
  .visible-xxs-block {
    display: block !important;
  }
}

@media (max-width: 479px) {
  .visible-xxs-inline {
    display: inline !important;
  }
}

@media (max-width: 479px) {
  .visible-xxs-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 479px) {
  .hidden-xxs {
    display: none !important;
  }
}

@media (min-width: 85.375em) {
  .buttons-more-bottom {
    padding-top: 70px;
  }
}

@media (min-width: 48em) {
  body.is-search-mini-open:not(.is-tablet-header-light) .main-wrap {
    padding-top: 74px;
  }
}

@media (max-width: 1199px) {
  .container {
    width: auto;
  }
}

@media (min-width: 48em) {
  .form-col {
    padding-right: 7px;
    padding-left: 7px;
  }

  .form-col--first {
    padding-left: 15px;
  }

  .form-col--last {
    padding-right: 15px;
  }
}

@media (min-width: 48em) {
  .tabs-rounded {
    margin-bottom: 35px;
  }
}

@media (min-width: 48em) {
  .tabs-rounded__tab {
    margin-bottom: 15px;
  }

  .tabs-rounded__tab:not(:last-child) {
    margin-right: 15px;
  }
}

@media (min-width: 48em) {
  .tabs-rounded__clearfix {
    display: none;
  }
}

@media (min-width: 48em) {
  .tabs-rounded.tabs-rounded--narrow .tabs-rounded__tab:not(:last-child) {
    margin-right: 4px;
  }
}

@media (max-width: 47.99em) {
  .tabs-plain--iframe {
    margin-top: 0;
  }
}

@media (min-width: 48em) {
  .tabs-plain__tab {
    margin-bottom: 15px;
  }

  .tabs-plain__tab:not(:last-child) {
    margin-right: 30px;
  }
}

@media (min-width: 75em) {
  .tabs-plain__tab {
    font-size: 18px;
  }
}

@media (min-width: 48em) {
  .tabs-plain__clearfix {
    display: none;
  }
}

@media (min-width: 48em) {
  .tabs-plain.tabs-plain--mini .tabs-plain__tab {
    margin-bottom: 15px;
  }

  .tabs-plain.tabs-plain--mini .tabs-plain__tab:not(:last-child) {
    margin-right: 21px;
  }
}

@media (min-width: 30em) {
  .hero {
    font-size: 8px;
  }
}

@media (min-width: 48em) {
  .hero {
    height: 550px;
    font-size: 9px;
  }
}

@media (min-width: 85.375em) {
  .hero {
    height: 590px;
    font-size: 10px;
  }
}

@media (min-width: 105em) {
  .hero {
    height: 760px;
  }
}

@media (min-width: 62em) {
  .hero__background__video {
    visibility: visible;
  }
}

@media (min-width: 48em) {
  .hero.hero--higher {
    height: 600px;
  }
}

@media (min-width: 85.375em) {
  .hero.hero--higher {
    height: 630px;
  }
}

@media (min-width: 105em) {
  .hero.hero--higher {
    height: 800px;
  }
}

@media (min-width: 48em) {
  .hero.hero--small {
    height: 500px;
  }
}

@media (min-width: 62em) {
  .hero.hero--title-normal .hero__title {
    font-size: 70px;
    font-size: 7em;
  }
}

@media (min-width: 48em) {
  .hero.hero--height-600 {
    height: 475px;
  }
}

@media (min-width: 62em) {
  .hero.hero--height-600 {
    height: 500px;
  }
}

@media (min-width: 85.375em) {
  .hero.hero--height-600 {
    height: 600px;
  }
}

@media (min-width: 30em) {
  .hero.hero--only-photo {
    height: 300px;
  }
}

@media (min-width: 48em) {
  .hero.hero--only-photo {
    height: 400px;
  }
}

@media (min-width: 62em) {
  .hero.hero--only-photo {
    height: 450px;
  }
}

@media (min-width: 75em) {
  .hero.hero--only-photo {
    height: 500px;
  }
}

@media (min-width: 85.375em) {
  .hero.hero--only-photo {
    height: 600px;
  }
}

@media (min-width: 105em) {
  .hero.hero--only-photo {
    height: 760px;
  }
}

@media (min-width: 48.0625em) {
  .news {
    float: left;
    width: 50%;
    height: 325px;
  }
}

@media (min-width: 48em) and (max-width: 48em) {
  .news {
    height: 325px;
  }
}

@media (min-width: 62em) {
  .news {
    height: 350px;
    font-size: 9px;
  }
}

@media (min-width: 75em) {
  .news {
    height: 440px;
    font-size: 10px;
  }
}

@media (min-width: 85.375em) {
  .news {
    height: 500px;
  }
}

@media (min-width: 105em) {
  .news {
    height: 550px;
  }
}

@media (min-width: 48em) {
  .news .va-container-v {
    height: 100%;
  }
}

@media (min-width: 30em) {
  .news__photo {
    height: 275px;
  }
}

@media (min-width: 48em) {
  .news__photo {
    float: left;
    width: 50%;
    height: 100%;
  }
}

@media (min-width: 62em) {
  .news__photo__video {
    visibility: visible;
  }
}

@media (min-width: 48em) {
  .news__info:before {
    top: 50%;
    left: -8px;
    margin-top: -8px;
    margin-left: 0;
  }
}

@media (min-width: 48em) {
  .news__info {
    float: left;
    width: 50%;
    height: 100%;
    padding: 25px 20px;
  }
}

@media (min-width: 62em) {
  .news__info {
    padding: 35px 25px;
  }
}

@media (min-width: 75em) {
  .news__info {
    padding: 35px 40px;
  }
}

@media (min-width: 48em) {
  .news__title {
    text-align: center;
  }
}

@media (min-width: 48em) {
  .news__date {
    margin-bottom: 0;
    font-size: 1.6em;
    text-align: center;
  }
}

@media (min-width: 48em) {
  .news__details {
    right: 20px;
    bottom: 16px;
    left: 20px;
  }
}

@media (min-width: 62em) {
  .news__details {
    right: 25px;
    bottom: 20px;
    left: 25px;
  }
}

@media (min-width: 75em) {
  .news__details {
    right: 40px;
    bottom: 35px;
    left: 40px;
  }
}

@media (min-width: 48.0625em) {
  .news__category {
    float: none;
    display: inline-block;
    max-width: 100%;
    margin-bottom: 15px;
  }
}

@media (min-width: 62em) {
  .news__category {
    float: left;
    display: block;
    max-width: -webkit-calc(100% - 140px);
    max-width: calc(100% - 140px);
    margin-bottom: 0;
  }
}

@media (min-width: 48em) {
  .news__details--no-likes .news__category {
    max-width: 100%;
  }
}

@media (min-width: 62em) {
  .news__details--no-likes .news__category {
    max-width: -webkit-calc(100% - 85px);
    max-width: calc(100% - 85px);
  }
}

@media (min-width: 48.0625em) {
  .news__stats {
    position: relative;
  }
}

@media (min-width: 62em) {
  .news__stats {
    position: absolute;
  }
}

@media (min-width: 48em) and (max-width: 48em) {
  .news:not(.news--photo-full):nth-child(2n) .news__photo {
    float: right;
  }
}

@media (min-width: 48em) and (max-width: 48em) {
  .news:not(.news--photo-full):nth-child(2n) .news__info:before {
    left: auto;
    right: -8px;
  }
}

@media (min-width: 48.0625em) {
  .news.news--photo-right .news__photo {
    float: right;
  }
}

@media (min-width: 48.0625em) {
  .news.news--photo-right .news__info:before {
    left: auto;
    right: -8px;
  }
}

@media (min-width: 48em) {
  .news.news--photo-full .news__info {
    padding: 50px 20px;
  }
}

@media (min-width: 62em) {
  .news.news--photo-full .news__info {
    padding: 50px 25px;
  }
}

@media (min-width: 75em) {
  .news.news--photo-full .news__info {
    padding: 50px 40px;
  }
}

@media (min-width: 48em) {
  .news.news--photo-full .news__info__content {
    top: auto;
    bottom: 90px;
    padding: 0 20px;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}

@media (min-width: 62em) {
  .news.news--photo-full .news__info__content {
    padding: 0 25px;
  }
}

@media (min-width: 75em) {
  .news.news--photo-full .news__info__content {
    padding: 0 40px;
  }
}

@media (min-width: 48.0625em) and (max-width: 74.99em) {
  .news.news--photo-full .news__title {
    font-size: 4em;
  }
}

@media (min-width: 48em) {
  .news.news--photo-full .news__date {
    font-size: 2.2em;
  }
}

@media (min-width: 48em) {
  .news.news--photo-full .news__intro {
    font-size: 2.2em;
  }
}

@media (min-width: 30em) {
  .news.news--photo-full {
    height: 400px;
  }
}

@media (min-width: 48em) {
  .news.news--photo-full {
    height: 325px;
    font-size: 7.5px;
  }
}

@media (min-width: 48em) and (max-width: 48em) {
  .news.news--photo-full {
    height: 425px;
  }
}

@media (min-width: 62em) {
  .news.news--photo-full {
    height: 350px;
    font-size: 9px;
  }
}

@media (min-width: 75em) {
  .news.news--photo-full {
    height: 440px;
    font-size: 10px;
  }
}

@media (min-width: 85.375em) {
  .news.news--photo-full {
    height: 500px;
  }
}

@media (min-width: 105em) {
  .news.news--photo-full {
    height: 550px;
  }
}

@media (min-width: 30em) {
  .news.news--height-big {
    height: 450px;
  }
}

@media (min-width: 48em) {
  .news.news--height-big {
    height: 475px;
  }
}

@media (min-width: 62em) {
  .news.news--height-big {
    height: 500px;
  }
}

@media (min-width: 75em) {
  .news.news--height-big {
    height: 650px;
  }
}

@media (min-width: 85.375em) {
  .news.news--height-big {
    height: 760px;
  }
}

@media (min-width: 48em) {
  .news.news--photo-full-hightlight .news__title {
    font-size: 7em;
  }
}

@media (min-width: 48em) {
  .news.news--normal-highlight .news__title {
    font-size: 5.2em;
    text-align: left;
  }
}

@media (min-width: 48em) {
  .news.news--height-small {
    height: 325px;
  }
}

@media (min-width: 48em) and (max-width: 48em) {
  .news.news--height-small {
    height: 275px;
  }
}

@media (min-width: 62em) {
  .news.news--height-small {
    height: 300px;
  }
}

@media (min-width: 85.375em) {
  .news.news--height-small {
    height: 400px;
  }
}

@media (min-width: 105em) {
  .news.news--height-small {
    height: 450px;
  }
}

@media (min-width: 62em) {
  .news.news--full-width .news__info:before {
    left: -16px;
    width: 33px;
    height: 33px;
    margin-top: -25px;
  }
}

@media (min-width: 48em) {
  .news.news--full-width .news__info__content {
    max-width: 85%;
  }
}

@media (min-width: 62em) {
  .news.news--full-width .news__info__content {
    max-width: 700px;
  }
}

@media (min-width: 62em) {
  .news--full-width.news--photo-right .news__info:before {
    left: auto;
    right: -16px;
  }
}

@media (min-width: 48em) {
  .product {
    float: left;
    width: 50%;
    height: 360px;
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media (min-width: 48em) and (min-width: 48em) {
  .product:hover .product__photo__img,
  .product:active .product__photo__img,
  .product:focus .product__photo__img {
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}

@media (min-width: 48em) {
  .product:hover .product__desc,
  .product:active .product__desc,
  .product:focus .product__desc {
    border-color: #535353;
  }
}

@media (min-width: 62em) {
  .product {
    height: 375px;
    padding-top: 40px;
    padding-right: 25px;
    padding-left: 25px;
  }
}

@media (min-width: 75em) {
  .product {
    height: 450px;
    padding-right: 40px;
    padding-left: 40px;
  }
}

@media (min-width: 85.375em) {
  .product {
    height: 500px;
  }
}

@media (min-width: 105em) {
  .product {
    height: 550px;
  }
}

@media (min-width: 62em) {
  .product__title {
    font-size: 25px;
  }
}

@media (min-width: 48em) {
  .product__photo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-top: 110px;
  }
}

@media (min-width: 75em) {
  .product__photo {
    padding-top: 75px;
  }
}

@media (min-width: 85.375em) {
  .product__photo {
    padding-top: 30px;
  }
}

@media (min-width: 48em) {
  .product__photo__img {
    max-width: 90%;
    max-height: 90%;
    margin-top: 0px;
  }
}

@media (min-width: 62em) {
  .product__photo__img {
    max-width: 90%;
    max-height: 80%;
  }
}

@media (min-width: 75em) {
  .product__photo__img {
    max-height: 90%;
  }
}

@media (min-width: 48em) {
  .product.product--photo-bg .product__title {
    max-width: 50%;
  }
}

@media (min-width: 48em) {
  .product.product--photo-bg .product__desc {
    max-width: 50%;
  }
}

@media (min-width: 48em) {
  .product.product--photo-bg .product__author {
    max-width: 50%;
  }
}

@media (min-width: 30em) {
  .product.product--photo-bg {
    min-height: 350px;
  }
}

@media (min-width: 48em) {
  .product--float-right {
    float: right;
  }
}

@media (min-width: 48em) {
  .product.product--double-height {
    height: 720px;
  }

  .product.product--double-height .product__photo {
    padding-top: 0;
  }
}

@media (min-width: 62em) {
  .product.product--double-height {
    height: 750px;
  }
}

@media (min-width: 75em) {
  .product.product--double-height {
    height: 900px;
  }
}

@media (min-width: 85.375em) {
  .product.product--double-height {
    height: 1000px;
  }
}

@media (min-width: 105em) {
  .product.product--double-height {
    height: 1100px;
  }
}

@media (min-width: 62em) {
  .product.product--width-33 {
    float: left;
    width: 33.33333%;
  }
}

@media (min-width: 62em) {
  .product.product--width-25 {
    float: left;
    width: 25%;
  }
}

@media (min-width: 62em) {
  .product.product--width-100 {
    height: 425px;
  }
}

@media (min-width: 75em) {
  .product.product--width-100 {
    height: 500px;
  }
}

@media (min-width: 85.375em) {
  .product.product--width-100 {
    height: 550px;
  }
}

@media (min-width: 105em) {
  .product.product--width-100 {
    height: 600px;
  }
}

@media (min-width: 30em) {
  .product.product--title-alternative .product__info {
    bottom: 20px;
  }
}

@media (min-width: 48em) {
  .product.product--title-alternative .product__info {
    right: 20px;
    bottom: 25px;
    left: 20px;
  }
}

@media (min-width: 62em) {
  .product.product--title-alternative .product__info {
    right: 25px;
    bottom: 35px;
    left: 25px;
  }
}

@media (min-width: 75em) {
  .product.product--title-alternative .product__info {
    right: 40px;
    left: 40px;
  }
}

@media (min-width: 48em) {
  .product.product--title-alternative .product__title {
    max-width: none;
    font-size: 34px;
  }
}

@media (min-width: 62em) {
  .product.product--title-alternative .product__title {
    font-size: 41px;
  }
}

@media (min-width: 48em) {
  .product.product--title-alternative .product__desc {
    max-width: none;
  }
}

@media (min-width: 62em) {
  .product.product--title-alternative .product__desc {
    font-size: 23px;
  }
}

@media (min-width: 62em) {
  .product.product--hero .product__title {
    font-size: 70px;
    font-size: 7em;
  }
}

@media (min-width: 30em) {
  .product.product--hero {
    font-size: 8px;
  }
}

@media (min-width: 48em) {
  .product.product--hero {
    font-size: 9px;
  }
}

@media (min-width: 85.375em) {
  .product.product--hero {
    font-size: 10px;
  }
}

@media (min-width: 48em) {
  .product.product--no-underline:hover .product__desc,
  .product.product--no-underline:active .product__desc,
  .product.product--no-underline:focus .product__desc {
    border-color: transparent;
  }
}

@media (min-width: 48em) {
  .product.product--title-no-max-width .product__title {
    max-width: none;
  }
}

@media (min-width: 62em) {
  .product.product--home .product__title {
    font-size: 30px;
  }
}

@media (min-width: 75em) {
  .product.product--home .product__title {
    font-size: 35px;
  }
}

@media (min-width: 85.375em) {
  .product.product--home .product__title {
    font-size: 40px;
  }
}

@media (min-width: 62em) {
  .product.product--home .product__desc {
    font-size: 24px;
  }
}

@media (min-width: 75em) {
  .product.product--home .product__desc {
    font-size: 27px;
  }
}

@media (min-width: 85.375em) {
  .product.product--home .product__desc {
    font-size: 30px;
  }
}

@media (min-width: 48em) {
  .product.product--home {
    float: left;
    width: 33.33333%;
    height: 360px;
    margin-bottom: 0;
    padding-top: 120px;
    overflow: hidden;
  }

  .product.product--home .product__link {
    height: 100%;
  }

  .product.product--home .cta {
    display: block;
    bottom: 60px;
  }

  .product.product--home .cta .btn-rounded--outline-white {
    min-width: 160px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .product.product--home .cta .btn-rounded--outline-white:hover {
    border-color: #fff;
    color: #666;
    background-color: #fff;
  }

  .product.product--home .product__info {
    position: relative;
    top: auto;
  }

  .product.product--home .product__title,
  .product.product--home .product__desc {
    display: block;
    margin: 0;
    max-width: none;
    text-align: center;
    color: #fff;
  }

  .product.product--home .product__photo:after {
    display: none;
  }
}

@media (min-width: 62em) {
  .product.product--home {
    padding-top: 187.5px;
    height: 543.75px;
  }

  .product.product--home .cta {
    bottom: 187.5px;
  }

  .product.product--home .cta .btn-rounded--outline-white {
    padding-left: 43px;
    padding-right: 43px;
  }
}

@media (min-width: 75em) {
  .product.product--home {
    padding-top: 225px;
    height: 652.5px;
  }

  .product.product--home .cta {
    bottom: 225px;
  }
}

@media (min-width: 85.375em) {
  .product.product--home {
    padding-top: 250px;
    height: 725px;
  }

  .product.product--home .cta {
    bottom: 250px;
  }
}

@media (min-width: 105em) {
  .product.product--home {
    padding-top: 275px;
    height: 797.5px;
  }

  .product.product--home .cta {
    bottom: 275px;
  }
}

@media (min-width: 48em) {
  .product.product--protected .product__link:after {
    width: 146px;
    height: 185px;
  }

  .product.product--protected .product__form {
    padding: 30px 15px 0;
  }

  .product.product--protected .product__form__link {
    margin-top: 8px;
    text-align: left;
  }

  .product.product--protected:hover .product__link:after,
  .product.product--protected:active .product__link:after,
  .product.product--protected:focus .product__link:after {
    -webkit-filter: invert(0);
    filter: invert(0);
  }
}

@media (min-width: 75em) {
  .product.product--protected .product__form {
    padding: 50px 60px 0;
  }
}

@media (min-width: 85.375em) {
  .product.product--protected .product__form {
    padding: 80px 100px 0;
  }
}

@media (min-width: 105em) {
  .product.product--protected .product__form {
    padding: 100px 150px 0;
  }
}

@media (min-width: 48em) {
  .product-downloads {
    padding-bottom: 80px;
  }
}

@media (min-width: 85.375em) {
  .product-downloads {
    padding-bottom: 100px;
  }
}

@media (max-width: 47.99em) {
  .category-products__gallery .product__info {
    position: absolute;
    bottom: 30px;
    left: 30px;
    width: 85%;
  }

  .category-products__gallery .product__info:before {
    content: url('data:image/svg+xml; utf8, <svg width="13px" height="24px" viewBox="0 0 13 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"><g id="Mobile-Copy-4" transform="translate(-285.000000, -458.000000)" stroke="#9B9B9B" stroke-width="2"><polyline id="flecha-4-copy" transform="translate(291.000000, 470.000000) rotate(-180.000000) translate(-291.000000, -470.000000) " points="296 459 286 470.238332 295.575859 481"></polyline></g></g></svg>');
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

@media (max-width: 47.99em) {
  .category-products__gallery .product__photo .product__photo__img {
    padding-bottom: 80px;
  }
}

@media (min-width: 48em) {
  .products-highlights {
    margin-top: 70px;
  }
}

@media (min-width: 48em) {
  .ambients {
    padding-top: 150px;
    padding-bottom: 70px;
  }
}

@media (min-width: 30em) {
  .ambients-intro {
    font-size: 3px;
    font-size: 3.5px;
  }
}

@media (min-width: 48em) {
  .ambients-intro {
    font-size: 6px;
  }
}

@media (min-width: 62em) {
  .ambients-intro {
    font-size: 7px;
  }
}

@media (min-width: 75em) {
  .ambients-intro {
    font-size: 9px;
  }
}

@media (min-width: 85.375em) {
  .ambients-intro {
    font-size: 10px;
  }
}

@media (min-width: 48em) {
  .ambients-intro__title {
    color: #ededed;
  }
}

@media (min-width: 48em) {
  .ambients-intro__text p:last-child {
    margin-bottom: 0;
  }
}

@media (min-width: 48em) {
  .ambients-intro__text {
    position: absolute;
    top: 30%;
    right: 15px;
    left: 15px;
    font-size: 22px;
  }
}

@media (min-width: 62em) {
  .ambients-intro__text {
    top: 30%;
    font-size: 25px;
  }
}

@media (min-width: 48em) {
  .ambient {
    height: 500px;
    padding: 0;
    margin-bottom: 0;
    -webkit-transition: -webkit-box-shadow 1s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: -webkit-box-shadow 1s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: box-shadow 1s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: box-shadow 1s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: box-shadow 1s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-box-shadow 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
}

@media (min-width: 62em) {
  .ambient {
    float: left;
    width: 50%;
  }

  .ambient:nth-child(2n+2) {
    -webkit-transform: translateY(270px);
    -ms-transform: translateY(270px);
    -o-transform: translateY(270px);
    transform: translateY(270px);
  }
}

@media (min-width: 75em) {
  .ambient {
    height: 540px;
  }
}

@media (min-width: 48em) {
  .ambient__col-photo {
    float: left;
    width: 60%;
    height: 100%;
  }
}

@media (min-width: 62em) {
  .ambient__col-photo {
    width: 57%;
    padding-right: 5px;
  }
}

@media (min-width: 75em) {
  .ambient__col-photo {
    padding-right: 15px;
  }
}

@media (min-width: 48em) {
  .ambient__photo {
    float: right;
    max-width: none;
    padding-top: 10px;
  }
}

@media (min-width: 75em) {
  .ambient__photo {
    padding-top: 30px;
  }
}

@media (min-width: 48em) {
  .ambient__col-text {
    float: left;
    width: 40%;
    height: 100%;
    padding: 15px 15px 15px 40px;
    font-size: 0px;
  }

  .ambient__col-text:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
  }
}

@media (min-width: 62em) {
  .ambient__col-text {
    width: 43%;
    padding-right: 20px;
    padding-left: 0;
  }
}

@media (min-width: 75em) {
  .ambient__col-text {
    padding-right: 40px;
    padding-left: 15;
  }
}

@media (min-width: 48em) {
  .ambient__content {
    text-align: left;
    display: inline-block;
    max-width: 100%;
    vertical-align: middle;
  }
}

@media (min-width: 75em) {
  .ambient__content {
    font-size: 10px;
  }
}

@media (min-width: 48em) {
  .ambient:hover .ambient__photo,
  .ambient:active .ambient__photo,
  .ambient:focus .ambient__photo {
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px);
  }
}

@media (min-width: 48em) {
  .ambient.ambient--photo-right .ambient__col-photo {
    float: right;
    padding-right: 0;
    padding-left: 15px;
  }
}

@media (min-width: 62em) {
  .ambient.ambient--photo-right .ambient__col-photo {
    padding-right: 0;
    padding-left: 15px;
  }
}

@media (min-width: 48em) {
  .ambient.ambient--photo-right .ambient__col-text {
    float: right;
    padding: 15px 40px 15 15px;
  }
}

@media (min-width: 62em) {
  .ambient.ambient--photo-right .ambient__col-text {
    padding-right: 0;
    padding-left: 20px;
  }
}

@media (min-width: 75em) {
  .ambient.ambient--photo-right .ambient__col-text {
    padding-right: 15px;
    padding-left: 40px;
  }
}

@media (min-width: 48em) {
  .ambient.ambient--photo-right .ambient__photo {
    float: left;
  }
}

@media (min-width: 48em) {
  .ambient.ambient--photo-right:hover .ambient__photo,
  .ambient.ambient--photo-right:active .ambient__photo,
  .ambient.ambient--photo-right:focus .ambient__photo {
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}

@media (min-width: 48em) {
  .carousel-products {
    padding: 0 55px;
  }
}

@media (min-width: 48em) {
  .carousel-products-item {
    padding-bottom: 35px;
  }
}

@media (min-width: 30em) {
  .carousel-products .owl-item img {
    width: auto;
  }
}

@media (min-width: 48em) {
  .carousel-products .carousel-products-item__photo {
    margin-bottom: 20px;
  }
}

@media (min-width: 48em) {
  .carousel-products-item__info {
    padding: 0 15px;
    margin-bottom: 35px;
  }
}

@media (min-width: 48em) {
  .carousel-products-item__title {
    font-size: 25px;
  }
}

@media (min-width: 48em) {
  .carousel-products-item__desc {
    font-size: 20px;
  }
}

@media (min-width: 48em) {
  .carousel-products-item__details {
    margin: 0 15px;
  }
}

@media (min-width: 48em) {
  .carousel-products-item__category {
    margin-bottom: 0;
  }
}

@media (min-width: 48em) {
  .carousel-products-item__stats {
    position: absolute;
  }
}

@media (max-width: 61.99em) {
  .carousel-products .owl-controls {
    display: none !important;
  }
}

@media (min-width: 48em) {
  .carousel-products .owl-controls .owl-nav .owl-prev .icon-svg,
  .carousel-products .owl-controls .owl-nav .owl-next .icon-svg {
    width: 29px;
    height: 75px;
  }
}

@media (min-width: 48em) {
  .carousel-products .owl-controls .owl-nav .owl-prev,
  .carousel-products .owl-controls .owl-nav .owl-next {
    width: 55px;
  }
}

@media (min-width: 48em) {
  .carousel-products .owl-controls .owl-nav .owl-prev .icon-svg {
    left: 19px;
  }
}

@media (min-width: 48em) {
  .carousel-products .owl-controls .owl-nav .owl-next .icon-svg {
    right: 19px;
  }
}

@media (min-width: 62em) {
  .carousel-news .carousel-products-item__title {
    margin-bottom: 15px;
    font-size: 30px;
  }
}

@media (max-width: 47.99em) {
  .carousel-news .carousel-products-item {
    width: 100%;
  }

  .carousel-news .carousel-products-item a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .carousel-news .carousel-products-item a .carousel-products-item__photo-wrap {
    width: 20%;
    margin-right: 10px;
  }

  .carousel-news .carousel-products-item a .carousel-products-item__info {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}

@media (min-width: 48em) {
  .carousel-news .carousel-products-item {
    padding-bottom: 20px;
  }
}

@media (min-width: 48em) {
  .carousel-hero {
    padding: 0 60px;
    margin-bottom: -4px;
    padding-bottom: 4px;
  }

  .carousel-hero-item {
    padding-left: 60px;
    padding-right: 60px;
  }

  .carousel-hero--noslider {
    padding: 0 80px;
    -webkit-transition: padding 0.25s ease-in-out;
    -o-transition: padding 0.25s ease-in-out;
    transition: padding 0.25s ease-in-out;
  }

  body.is-header-mini .carousel-hero--noslider {
    padding: 0 60px;
  }
}

@media (min-width: 48em) {
  .carousel-hero .owl-controls .owl-nav .owl-prev,
  .carousel-hero .owl-controls .owl-nav .owl-next {
    width: 60px;
    background: #fff;
  }
}

@media (min-width: 62em) {
  .carousel-hero .owl-controls .owl-nav .owl-prev,
  .carousel-hero .owl-controls .owl-nav .owl-next {
    width: 80px;
    -webkit-transition: width 0.25s ease-in-out;
    -o-transition: width 0.25s ease-in-out;
    transition: width 0.25s ease-in-out;
  }

  .carousel-hero .owl-controls .owl-nav .owl-prev .icon-svg,
  .carousel-hero .owl-controls .owl-nav .owl-next .icon-svg {
    top: 45%;
  }

  body.is-header-mini .carousel-hero .owl-controls .owl-nav .owl-prev,
  body.is-header-mini
  .carousel-hero .owl-controls .owl-nav .owl-next {
    width: 60px;
  }
}

@media (min-width: 62em) {
  .carousel-hero .owl-controls .owl-nav .owl-prev .icon-svg {
    left: 35%;
  }
}

@media (min-width: 62em) {
  .carousel-hero .owl-controls .owl-nav .owl-next .icon-svg {
    right: 35%;
  }
}

@media (min-width: 62em) {
  .carousel-hero-progress {
    display: block;
  }
}

@media (min-width: 62em) {
  .carousel-hero-usa {
    padding-left: 5em;
    padding-right: 5em;
  }
}

@media (min-width: 62em) {
  .link-wrap {
    display: block;
  }
}

@media (min-width: 85.375em) {
  .link-wrap {
    top: 670px;
  }
}

@media (min-width: 105em) {
  .link-wrap {
    top: 840px;
  }
}

@media (min-width: 48em) {
  .link {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }

  .link:hover {
    text-decoration: none;
  }

  .link:hover .link__line:after {
    -webkit-animation: animation-line 1.5s forwards;
    -o-animation: animation-line 1.5s forwards;
    animation: animation-line 1.5s forwards;
  }

  .link:hover .link__arrow span:after {
    -webkit-animation: animation-arrow 1.5s forwards;
    -o-animation: animation-arrow 1.5s forwards;
    animation: animation-arrow 1.5s forwards;
    -webkit-animation-delay: 1s;
    -o-animation-delay: 1s;
    animation-delay: 1s;
  }

  body.is-header-mini .link {
    -webkit-transform: rotate(-90deg) translate3d(37%, -580%, 0);
    transform: rotate(-90deg) translate3d(37%, -580%, 0);
  }
}

@media (min-width: 48em) {
  .carousel-featured {
    padding: 0 30px;
    background-size: 80px auto;
  }
}

@media (min-width: 62em) {
  .carousel-featured {
    top: -18px;
    margin-bottom: 0;
    padding: 0 80px;
    background-position: center;
    background-size: 100px auto;
  }
}

@media (min-width: 75em) {
  .carousel-featured {
    padding: 0 125px;
    background-size: auto;
  }
}

@media (min-width: 48em) {
  .carousel-featured__title-wrap {
    padding-top: 20px;
    padding-bottom: 30px;
  }
}

@media (min-width: 62em) {
  .carousel-featured__title-wrap {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 80px;
    padding-right: 80px;
  }
}

@media (min-width: 75em) {
  .carousel-featured__title-wrap {
    padding-left: 125px;
    padding-right: 125px;
  }
}

@media (min-width: 62em) {
  .carousel-featured__title {
    padding: 20px 30px;
    font-size: 40px;
  }
}

@media (min-width: 75em) {
  .carousel-featured__title {
    padding-left: 100px;
    font-size: 50px;
  }
}

@media (min-width: 85.375em) {
  .carousel-featured__title {
    padding-top: 35px;
    padding-bottom: 35px;
  }
}

@media (min-width: 48em) {
  .carousel-featured__tabs .tabs-plain__tab.is-active:after {
    bottom: -10px;
  }
}

@media (min-width: 75em) {
  .carousel-featured__tabs .tabs-plain__tab:not(:last-child) {
    margin-right: 50px;
  }
}

@media (min-width: 48em) {
  .carousel-featured__tabs {
    padding-top: 25px;
    text-align: center;
  }
}

@media (min-width: 62em) {
  .carousel-featured__tabs {
    padding-top: 35px;
    text-align: right;
  }
}

@media (min-width: 85.375em) {
  .carousel-featured__tabs {
    padding-top: 45px;
  }
}

@media (min-width: 48em) {
  .carousel-featured-item {
    height: 500px;
  }
}

@media (min-width: 62em) {
  .carousel-featured-item {
    height: 580px;
  }

  .carousel-featured-item__desc {
    display: block;
    margin: 0 0 30px;
    font-size: 20px;
  }

  .carousel-featured-item__text {
    display: block;
    max-width: 40%;
    margin-top: 10px;
    padding: 10px;
    background-color: #fff;
  }

  .carousel-featured-item__bottom {
    position: absolute;
    bottom: 0;
    left: 55%;
    width: 40%;
    padding: 12px 20px 40px;
    background: #fff;
    text-align: left;
  }

  .carousel-featured-item__ambient-wrap {
    position: absolute;
    top: 0;
    right: 0;
  }

  .carousel-featured-item__ambient-wrap:after {
    width: 60px;
    height: 60px;
  }

  .carousel-featured-item__product {
    position: absolute;
    bottom: 0;
    left: 0;
    margin: 0;
    max-width: 45%;
  }
}

@media (min-width: 75em) {
  .carousel-featured-item {
    max-width: 1655px;
    height: 818px;
    padding: 80px 100px 0;
  }

  .carousel-featured-item__bottom {
    padding-bottom: 60px;
  }

  .carousel-featured-item__text {
    max-width: 40%;
    font-size: 22px;
  }

  .carousel-featured-item__desc {
    margin-bottom: 40px;
    font-size: 22px;
  }

  .carousel-featured-item__ambient-wrap:after {
    width: 100px;
    height: 100px;
  }

  .carousel-featured-item__product {
    max-width: 40%;
  }
}

@media (min-width: 62em) {
  .carousel-featured .owl-controls .owl-nav .owl-prev,
  .carousel-featured .owl-controls .owl-nav .owl-next {
    display: block;
    width: 80px;
    -webkit-transition: width 0.25s ease-in-out;
    -o-transition: width 0.25s ease-in-out;
    transition: width 0.25s ease-in-out;
  }

  .carousel-featured .owl-controls .owl-nav .owl-prev .icon-svg,
  .carousel-featured .owl-controls .owl-nav .owl-next .icon-svg {
    top: 36%;
    display: none;
  }

  .carousel-featured .owl-controls .owl-nav .owl-prev span,
  .carousel-featured .owl-controls .owl-nav .owl-next span {
    display: block;
  }

  .carousel-featured .owl-controls .owl-nav .owl-prev span:hover:after,
  .carousel-featured .owl-controls .owl-nav .owl-next span:hover:after {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}

@media (min-width: 75em) {
  .carousel-featured .owl-controls .owl-nav .owl-prev,
  .carousel-featured .owl-controls .owl-nav .owl-next {
    width: 125px;
  }
}

@media (min-width: 48em) {
  .carousel-featured .owl-controls .owl-nav .owl-prev span {
    bottom: auto;
    top: 50px;
  }
}

@media (min-width: 75em) {
  .carousel-featured .owl-controls .owl-nav .owl-prev span {
    top: 118px;
  }
}

@media (min-width: 75em) {
  .carousel-featured .owl-controls .owl-nav .owl-next span {
    bottom: 60px;
  }
}

@media (min-width: 48em) {
  .get-in-touch {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    top: 513px;
  }

  body.is-header-mini .get-in-touch {
    width: 60px;
    height: 210px;
    margin-top: -20px;
  }
}

@media (min-width: 85.375em) {
  .get-in-touch {
    top: 553px;
  }
}

@media (min-width: 105em) {
  .get-in-touch {
    top: 723px;
  }
}

@media (max-width: 47.99em) {
  .contact .heading {
    padding-bottom: 0;
  }
}

@media (min-width: 75em) {
  .heading {
    padding-top: 80px;
    padding-bottom: 150px;
  }

  .contact .heading {
    padding-bottom: 40px;
  }

  .heading .container {
    padding: 0 40px;
  }
}

@media (min-width: 48em) {
  .heading__subtitle {
    margin-bottom: 30px;
    font-size: 16px;
  }
}

@media (min-width: 62em) {
  .heading__subtitle {
    font-size: 20px;
  }
}

@media (min-width: 48em) {
  .heading__title {
    font-size: 30px;
  }
}

@media (min-width: 62em) {
  .heading__title {
    font-size: 40px;
  }
}

@media (min-width: 48em) {
  .intro {
    padding-top: 65px;
  }
}

@media (min-width: 62em) {
  .intro {
    padding-top: 90px;
  }
}

@media (min-width: 48em) {
  .intro--pb-bigger {
    padding-bottom: 50px;
  }
}

@media (min-width: 62em) {
  .intro--pb-bigger {
    padding-bottom: 70px;
  }
}

@media (min-width: 48em) {
  .intro--less-pt {
    padding-top: 40px;
  }
}

@media (min-width: 62em) {
  .intro--less-pt {
    padding-top: 50px;
  }
}

@media (min-width: 48em) {
  .intro__text {
    font-size: 21px;
  }
}

@media (min-width: 62em) {
  .intro__text {
    font-size: 22px;
  }
}

@media (min-width: 48em) {
  .calltoaction {
    padding-top: 65px;
  }
}

@media (min-width: 62em) {
  .calltoaction {
    padding-top: 90px;
  }
}

@media (min-width: 48em) {
  .calltoaction__text {
    font-size: 21px;
  }
}

@media (min-width: 62em) {
  .calltoaction__text {
    font-size: 22px;
  }
}

@media (min-width: 48em) {
  .newsletter-calltoaction-form {
    margin-bottom: 30px;
  }
}

@media (min-width: 48em) {
  .newsletter-calltoaction-form__col:first-child {
    padding-right: 0;
  }

  .newsletter-calltoaction-form__col:last-child {
    padding-left: 0;
  }
}

@media (min-width: 48em) {
  .newsletter-calltoaction-form .form-group {
    margin-bottom: 30px;
  }
}

@media (min-width: 30em) {
  .page-intro {
    padding: 30px 0 5px;
  }
}

@media (min-width: 48em) {
  .page-intro {
    padding: 40px 0 20px;
  }
}

@media (min-width: 48em) {
  .page-intro--mb-40 {
    margin-bottom: 40px;
  }
}

@media (min-width: 48em) {
  .page-intro__text {
    font-size: 21px;
  }
}

@media (min-width: 62em) {
  .page-intro__text {
    font-size: 22px;
  }
}

@media (min-width: 48em) {
  .gallery__item {
    width: 50%;
    height: 450px;
  }
}

@media (min-width: 62em) {
  .gallery__item {
    height: 500px;
  }
}

@media (min-width: 75em) {
  .gallery__item {
    width: 25%;
    height: 600px;
  }
}

@media (min-width: 48em) {
  .gallery__item.gallery__item--double-width {
    width: 50%;
  }
}

@media (min-width: 75em) {
  .gallery__item.gallery__item--double-width {
    width: 50%;
  }
}

@media (min-width: 48em) {
  .gallery__item.gallery__item--third-width {
    width: 50%;
  }
}

@media (min-width: 75em) {
  .gallery__item.gallery__item--third-width {
    width: 33.333333%;
  }
}

@media (min-width: 48em) {
  .gallery-gflex__item__icon {
    top: 10px;
    right: 10px;
    width: 28px;
    height: 28px;
  }
}

@media (min-width: 30em) {
  html.browser-no-flexbox .gallery-flex__item {
    width: auto !important;
    height: 250px;
    margin: 2px;
  }
}

@media (min-width: 48em) {
  html.browser-no-flexbox .gallery-flex__item {
    height: 300px;
  }
}

@media (min-width: 62em) {
  html.browser-no-flexbox .gallery-flex__item {
    height: 325px;
  }
}

@media (min-width: 75em) {
  html.browser-no-flexbox .gallery-flex__item {
    height: 350px;
  }
}

@media (max-width: 47.99em) {
  .fixed-breadcrumb {
    display: none;
  }
}

@media (min-width: 48em) {
  .pswp__top-bar {
    height: 70px;
  }
}

@media (min-width: 48em) {
  .pswp__button--close {
    top: 14px;
    right: 14px;
    width: 42px;
    height: 42px;
  }

  .pswp__button--close svg {
    width: 42px;
    height: 42px;
  }
}

@media (min-width: 48em) {
  .pswp__counter {
    line-height: 70px;
  }
}

@media (min-width: 48em) {
  .pswp__caption,
  .pswp__top-bar {
    background: transparent;
  }
}

@media (min-width: 48em) {
  .pswp__ui--fit .pswp__caption,
  .pswp__ui--fit .pswp__top-bar {
    background: transparent;
  }
}

@media (min-width: 48em) {
  .pswp__button--arrow--left,
  .pswp__button--arrow--right {
    width: 70px;
  }
}

@media (min-width: 48em) {
  .pswp__caption__center span {
    top: 8px;
    right: 65px;
    left: 65px;
  }
}

@media (min-width: 48em) {
  .mfp-close {
    top: 18px;
    right: 18px;
    width: 42px;
    height: 42px;
  }

  .mfp-close:active {
    top: 18px;
  }

  .mfp-close svg {
    width: 42px;
    height: 42px;
  }
}

@media (min-width: 48em) {
  .mfp-bottom-bar {
    margin-top: -36px;
  }
}

@media (min-width: 48em) {
  img.mfp-img {
    padding: 65px 0 40px;
  }
}

@media (min-width: 30em) {
  .mfp-arrow {
    color: #bbb;
  }
}

@media (min-width: 48em) {
  .mfp-arrow {
    opacity: 1;
  }
}

@media (min-width: 30em) {
  .mfp-container {
    padding-right: 6px;
    padding-left: 6px;
  }
}

@media (min-width: 30em) {
  .page-search {
    padding-top: 110px;
  }
}

@media (min-width: 48em) {
  .search-mini__input {
    padding-left: 2px;
    font-size: 24px;
    height: 74px;
  }
}

@media (min-width: 30em) {
  .search-wrap {
    top: 50px;
  }
}

@media (min-width: 62em) {
  .search-wrap {
    top: 80px;
  }
}

@media (min-width: 30em) {
  .search-backdrop {
    top: 50px;
    background: rgba(255, 255, 255, 0.95);
  }
}

@media (min-width: 62em) {
  .search-backdrop {
    top: 80px;
  }
}

@media (min-width: 62em) {
  body.is-header-mini .search-backdrop {
    top: 60px;
  }
}

@media (min-width: 30em) {
  .search-backdrop--wally {
    background: #fff;
  }
}

@media (min-width: 48em) {
  .search-header {
    height: 80px;
  }
}

@media (min-width: 48em) {
  .search-header__content {
    padding: 22px 35px;
  }
}

@media (min-width: 48em) {
  .search__close-btn {
    width: 80px;
    height: 80px;
    padding: 19px;
  }
}

@media (min-width: 48em) {
  .search__title {
    margin-bottom: 9px;
    font-size: 30px;
  }
}

@media (min-width: 48em) {
  .search__subtitle {
    display: block;
    font-size: 20px;
  }
}

@media (min-width: 30em) {
  .search__results__subtitle {
    padding-left: 50px;
  }
}

@media (min-width: 48em) {
  .search__no-results {
    padding-left: 50px;
  }
}

@media (min-width: 48em) {
  .search__loading {
    margin: 0 50px;
  }
}

@media (min-width: 30em) {
  .search-item {
    min-height: 150px;
    margin-bottom: 20px;
  }
}

@media (min-width: 62em) {
  .search-item {
    min-height: 190px;
  }
}

@media (min-width: 30em) {
  .search-item__image {
    position: absolute;
    top: 0;
    left: 0;
    width: 150px;
    margin-right: 0;
    margin-bottom: 0;
  }
}

@media (min-width: 48em) {
  .search-item__image {
    left: 50px;
  }
}

@media (min-width: 62em) {
  .search-item__image {
    top: 20px;
  }
}

@media (min-width: 30em) {
  .search-item__content {
    padding-top: 10px;
    padding-left: 170px;
  }
}

@media (min-width: 48em) {
  .search-item__content {
    padding-top: 15px;
    padding-left: 230px;
  }
}

@media (min-width: 62em) {
  .search-item__content {
    padding-top: 40px;
  }
}

@media (min-width: 30em) {
  .search-item__title {
    margin-bottom: 6px;
    font-size: 26px;
  }
}

@media (min-width: 48em) {
  .search-item__title {
    font-size: 30px;
  }
}

@media (min-width: 30em) {
  .search-item__category {
    display: inline-block;
  }
}

@media (min-width: 48em) {
  .pagination__link {
    margin: 0 8px;
  }

  .pagination__link:first-child {
    margin-right: 12px;
  }

  .pagination__link:last-child {
    margin-left: 12px;
  }
}

@media (min-width: 48em) {
  .block-text {
    font-size: 20px;
  }

  .block-text p {
    margin-bottom: 40px;
  }
}

@media (min-width: 62em) {
  .block-text {
    font-size: 22px;
  }

  .block-text p {
    margin-bottom: 60px;
  }
}

@media (min-width: 48em) {
  .block-text.block-text__more-pb {
    padding-bottom: 50px;
  }
}

@media (min-width: 62em) {
  .block-text.block-text__more-pb {
    padding-bottom: 70px;
  }
}

@media (min-width: 48em) {
  .block-image {
    padding-bottom: 60px;
  }
}

@media (min-width: 62em) {
  .block-image {
    padding-bottom: 80px;
  }
}

@media (min-width: 30em) {
  .block-image-bg {
    height: 300px;
  }
}

@media (min-width: 48em) {
  .block-image-bg {
    height: 400px;
    margin-bottom: 60px;
  }
}

@media (min-width: 62em) {
  .block-image-bg {
    height: 450px;
    margin-bottom: 80px;
  }
}

@media (min-width: 75em) {
  .block-image-bg {
    height: 500px;
  }
}

@media (min-width: 85.375em) {
  .block-image-bg {
    height: 600px;
  }
}

@media (min-width: 105em) {
  .block-image-bg {
    height: 760px;
  }
}

@media (min-width: 30em) {
  .block-image-bg.block-image-bg--930 {
    height: 400px;
  }
}

@media (min-width: 48em) {
  .block-image-bg.block-image-bg--930 {
    height: 450px;
  }
}

@media (min-width: 62em) {
  .block-image-bg.block-image-bg--930 {
    height: 550px;
  }
}

@media (min-width: 75em) {
  .block-image-bg.block-image-bg--930 {
    height: 750px;
  }
}

@media (min-width: 85.375em) {
  .block-image-bg.block-image-bg--930 {
    height: 800px;
  }
}

@media (min-width: 105em) {
  .block-image-bg.block-image-bg--930 {
    height: 930px;
  }
}

@media (min-width: 48em) {
  .block-quote {
    padding-bottom: 60px;
  }
}

@media (min-width: 62em) {
  .block-quote {
    padding-bottom: 80px;
  }
}

@media (max-width: 61.99em) {
  .block-quote__container.container-fluid {
    max-width: 812px;
  }
}

@media (min-width: 62em) {
  .block-quote__container {
    padding: 0;
  }
}

@media (min-width: 62em) {
  .block-quote__content {
    display: inline-block;
    width: 50%;
    vertical-align: middle;
    padding: 0 7%;
  }
}

@media (min-width: 30em) {
  .block-quote__text {
    font-size: 26px;
  }
}

@media (min-width: 48em) {
  .block-quote__text {
    font-size: 30px;
  }
}

@media (min-width: 62em) {
  .block-quote__text {
    text-align: right;
  }
}

@media (min-width: 75em) {
  .block-quote__text {
    font-size: 32px;
  }
}

@media (min-width: 62em) {
  .block-quote__photo {
    display: inline-block;
    width: 50%;
    vertical-align: middle;
  }
}

@media (min-width: 62em) {
  .block-quote__photo__img {
    width: auto;
  }
}

@media (min-width: 62em) {
  .block-quote.block-quote--photo-left .block-quote__content {
    left: 50%;
  }
}

@media (min-width: 62em) {
  .block-quote.block-quote--photo-left .block-quote__text {
    text-align: left;
  }
}

@media (min-width: 62em) {
  .block-quote.block-quote--photo-left .block-quote__photo {
    right: 50%;
  }
}

@media (min-width: 48em) {
  .block-image-sided {
    padding-bottom: 60px;
  }
}

@media (min-width: 62em) {
  .block-image-sided {
    padding-bottom: 80px;
  }
}

@media (min-width: 48em) {
  .block-image-sided__container {
    padding-left: 13%;
  }
}

@media (min-width: 48em) {
  .block-image-sided__img {
    float: left;
    width: auto;
    max-width: none;
    height: 400px;
  }
}

@media (min-width: 62em) {
  .block-image-sided__img {
    height: 500px;
  }
}

@media (min-width: 48em) {
  .block-image-sided.block-image-sided--align-left .block-image-sided__container {
    padding-right: 13%;
    padding-left: 15px;
  }
}

@media (min-width: 48em) {
  .block-image-sided.block-image-sided--align-left .block-image-sided__img {
    float: right;
  }
}

@media (min-width: 48em) {
  .block-image-sided.block-image-sided--bigger .block-image-sided__container {
    padding-left: 17%;
  }
}

@media (min-width: 48em) {
  .block-image-sided.block-image-sided--bigger .block-image-sided__img {
    height: 450px;
  }
}

@media (min-width: 62em) {
  .block-image-sided.block-image-sided--bigger .block-image-sided__img {
    height: 690px;
  }
}

@media (min-width: 62em) {
  .img_footer--right {
    text-align: right;
  }
}

@media (max-width: 47.99em) {
  .filters__bts--desktop {
    display: none !important;
  }
}

@media (min-width: 48em) {
  .filters__bts--mobile {
    display: none !important;
  }
}

@media (min-width: 48em) {
  .filters__bt-delete {
    color: #c1c1c1;
  }
}

@media (min-width: 40em) {
  .filters__clearfix {
    display: none;
  }
}

@media (min-width: 40em) and (max-width: 48em) {
  .filters__section {
    width: 25%;
  }
}

@media (min-width: 48.0625em) {
  .filters__section {
    float: none;
    width: auto;
  }
}

@media (min-width: 62em) {
  .designer__link {
    display: table;
    width: 100%;
    height: 450px;
    padding-top: 0;
  }
}

@media (min-width: 75em) {
  .designer__link {
    height: 500px;
    padding-top: 0;
  }
}

@media (min-width: 62em) {
  .designer__logo {
    display: table-cell;
    width: 23%;
    padding: 30px 0 95px;
    margin-bottom: 0;
    vertical-align: bottom;
  }
}

@media (min-width: 62em) {
  .designer__logo__img {
    max-width: 90%;
  }
}

@media (min-width: 62em) {
  .designer__photo {
    display: table-cell;
    width: 24%;
    height: 100%;
    vertical-align: bottom;
  }
}

@media (min-width: 62em) {
  .designer__photo__img {
    float: right;
    max-width: 150%;
  }
}

@media (min-width: 62em) {
  .designer__quote {
    display: table-cell;
    width: 53%;
    padding: 30px 40px;
  }
}

@media (min-width: 75em) {
  .designer__quote {
    padding: 30px 65px;
  }
}

@media (min-width: 48em) {
  .designer__quote__text {
    font-size: 26px;
  }
}

@media (min-width: 62em) {
  .designer__quote__text {
    font-size: 27px;
  }
}

@media (min-width: 75em) {
  .designer__quote__text {
    font-size: 30px;
  }
}

@media (min-width: 62em) {
  .designer.designer--bg-grey {
    margin-bottom: 0;
  }
}

@media (min-width: 62em) {
  .designer.designer--logo-big .designer__logo {
    text-align: left;
  }

  .designer.designer--logo-big .designer__logo img {
    max-width: 120%;
  }
}

@media (min-width: 62em) {
  .designer.designer--photo-left .designer__photo__img {
    float: left;
  }
}

@media (min-width: 62em) {
  .designer--logo-big.designer--photo-left .designer__logo {
    text-align: right;
  }
}

@media (min-width: 62em) {
  .designer.designer--photo-big .designer__container {
    padding: 0 0 0 15px;
  }
}

@media (min-width: 62em) {
  .designer.designer--photo-big .designer__logo {
    display: block;
    width: auto;
    padding: 30px 0 0 0;
  }
}

@media (min-width: 62em) {
  .designer.designer--photo-big .designer__logo__img {
    max-width: 90%;
  }
}

@media (min-width: 62em) {
  .designer.designer--photo-big .designer__photo {
    width: 48%;
  }
}

@media (min-width: 62em) {
  .designer.designer--photo-big .designer__photo__img {
    max-width: 105%;
  }
}

@media (min-width: 62em) {
  .designer.designer--photo-big .designer__quote {
    width: 52%;
  }
}

@media (min-width: 62em) {
  .designer.designer--photo-big-left .designer__container {
    padding: 0 15px 0 0;
  }
}

@media (min-width: 62em) {
  .designer.designer--photo-big-left .designer__photo {
    position: relative;
    left: -50%;
  }
}

@media (min-width: 62em) {
  .designer.designer--photo-big-left .designer__quote {
    position: relative;
    left: 50%;
  }
}

@media (min-width: 48em) {
  .designer.designer--company {
    margin-bottom: 85px;
  }
}

@media (min-width: 62em) {
  .designer.designer--company {
    margin-bottom: 125px;
  }
}

@media (max-width: 61.99em) {
  .designer.designer--company .designer__quote {
    padding-bottom: 20px;
  }
}

@media (min-width: 62em) {
  .designer.designer--company .designer__photo__img {
    max-width: 150%;
  }
}

@media (max-width: 61.99em) {
  .designer.designer--park .designer__quote {
    padding-bottom: 20px;
  }
}

@media (min-width: 62em) {
  .designer.designer--park .designer__quote {
    width: 58%;
  }
}

@media (min-width: 48em) {
  .modal.modal--servicios .modal-dialog {
    width: 670px;
    margin-top: 50px;
    margin-bottom: 50px;
  }
}

@media (min-width: 75em) {
  .modal.modal--servicios .modal-dialog {
    margin-top: 90px;
    margin-bottom: 90px;
  }
}

@media (min-width: 48em) {
  .modal.modal--servicios .close {
    top: 12px;
    right: 24px;
  }
}

@media (min-width: 48em) {
  .modal.modal--servicios .modal-body {
    padding: 35px 30px;
  }
}

@media (min-width: 62em) {
  .modal.modal--servicios .modal-body {
    padding: 45px;
  }
}

@media (min-width: 48em) {
  .modal-servicios__title {
    font-size: 23px;
  }
}

@media (min-width: 48em) {
  .modal-servicios__subtitle {
    font-size: 19px;
  }
}

@media (min-width: 48em) {
  .modal.modal--descargas .modal-dialog {
    width: 670px;
    margin-top: 50px;
    margin-bottom: 50px;
  }
}

@media (min-width: 75em) {
  .modal.modal--descargas .modal-dialog {
    margin-top: 90px;
    margin-bottom: 90px;
  }
}

@media (min-width: 48em) {
  .modal.modal--descargas .close {
    top: 12px;
    right: 24px;
  }
}

@media (min-width: 48em) {
  .modal.modal--descargas .modal-body {
    padding: 30px 30px;
  }
}

@media (min-width: 62em) {
  .modal.modal--descargas .modal-body {
    padding: 30px 45px 45px;
  }
}

@media (min-width: 48em) {
  .modal-descargas__title {
    font-size: 23px;
  }
}

@media (min-width: 48em) {
  .modal.modal--article .modal-dialog {
    width: 600px;
    margin-top: 30px;
  }
}

@media (min-width: 62em) {
  .modal.modal--article .modal-dialog {
    width: 800px;
  }
}

@media (min-width: 48em) {
  .modal.modal--article .close {
    top: 5px;
    right: 15px;
  }
}

@media (min-width: 48em) {
  .modal.modal--article .modal-body .article .product-simple__buttons {
    margin-top: 35px;
  }

  .modal.modal--article .modal-body .article .product-simple__buttons .btn {
    min-width: 100%;
    margin-bottom: 15px;
    padding: 8px 15px 7px;
    border-width: 2px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    font-size: 14px;
  }
}

@media (min-width: 62em) {
  .modal.modal--article .modal-body .article .product-simple__buttons .btn {
    margin-bottom: 20px;
    padding: 13px 30px 12px;
    font-size: 15px;
  }
}

@media (max-width: 47.99em) {
  .modal.modal--article .modal-body .article .product-simple__title {
    font-size: 19px;
  }
}

@media (max-width: 47.99em) {
  .modal.modal--article .modal-body .article .product-simple__text {
    font-size: 17px;
  }
}

@media (min-width: 48em) {
  .expo {
    margin-bottom: 65px;
  }
}

@media (min-width: 62em) {
  .expo {
    margin-bottom: 85px;
    font-size: 20px;
  }
}

@media (min-width: 48em) {
  .expo__pos {
    font-size: 22px;
  }
}

@media (min-width: 62em) {
  .expo__pos {
    font-size: 25px;
  }
}

@media (min-width: 62em) {
  .expo__title {
    margin-bottom: 20px;
    font-size: 20px;
  }
}

@media (min-width: 62em) {
  .expo__label {
    font-size: 20px;
  }
}

@media (min-width: 48em) {
  .expo.expo--first-prize .expo__data-col {
    padding-top: 58px;
  }
}

@media (min-width: 62em) {
  .expo.expo--first-prize .expo__data-col {
    padding-top: 74px;
  }
}

@media (min-width: 48em) {
  .expo.expo--first-prize .expo__pos {
    font-size: 55px;
  }
}

@media (min-width: 62em) {
  .expo.expo--first-prize .expo__pos {
    font-size: 68px;
  }
}

@media (min-width: 48em) {
  .expo.expo--first-prize .expo__title {
    font-size: 34px;
  }
}

@media (min-width: 62em) {
  .expo.expo--first-prize .expo__title {
    font-size: 39px;
  }
}

@media (min-width: 48em) and (max-width: 61.99em) {
  .expo.expo--third-prize .expo__image {
    padding-bottom: 132%;
  }
}

@media (min-width: 48em) {
  .buscador {
    padding: 40px 0;
  }

  .buscador--list {
    padding: 80px 0 120px;
  }
}

@media (min-width: 62em) {
  .buscador {
    padding: 55px 0;
  }

  .buscador--list {
    padding: 110px 0 145px;
  }
}

@media (min-width: 75em) {
  .buscador {
    padding: 75px 0;
  }

  .buscador--list {
    padding: 150px 0 180px;
  }
}

@media (min-width: 48em) {
  .buscador__items {
    width: 95%;
    height: 330px;
  }
}

@media (min-width: 62em) {
  .buscador__items {
    width: 462px;
    height: 430px;
  }
}

@media (min-width: 48em) {
  .buscador__items.in-view .buscador__item--left,
  .buscador__items.in-view .buscador__item--right {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }

  .buscador__items.in-view .buscador__item--lupa {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}

@media (min-width: 48em) {
  .buscador__item--left {
    opacity: 0;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    -o-transform: translateX(50%);
    transform: translateX(50%);
  }
}

@media (min-width: 48em) {
  .buscador__item--right {
    opacity: 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

@media (min-width: 48em) {
  .buscador__item--lupa {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
  }
}

@media (min-width: 48em) {
  .buscador__item {
    width: 190px;
    height: auto;
  }

  .buscador__item--center {
    width: 234px;
  }

  .buscador__item--lupa {
    width: 198px;
  }
}

@media (min-width: 62em) {
  .buscador__item {
    width: 236px;
    height: auto;
  }

  .buscador__item--center {
    width: 291px;
  }

  .buscador__item--lupa {
    width: 247px;
  }
}

@media (min-width: 48em) {
  .buscador__right {
    padding-top: 60px;
    padding-left: 15px;
    text-align: left;
  }
}

@media (min-width: 62em) {
  .buscador__right {
    padding-top: 80px;
    padding-left: 40px;
  }
}

@media (min-width: 75em) {
  .buscador__right {
    padding-top: 70px;
    padding-left: 50px;
  }
}

@media (min-width: 48em) {
  .buscador__title {
    margin-bottom: 30px;
  }
}

@media (min-width: 62em) {
  .buscador__title {
    margin-bottom: 40px;
  }
}

@media (min-width: 75em) {
  .buscador__title {
    margin-bottom: 50px;
  }
}

@media (min-width: 75em) {
  .footer-seo__hr {
    margin-bottom: 40px;
  }
}

@media (min-width: 30em) {
  .footer-seo__title {
    font-size: 30px;
  }
}

@media (min-width: 48em) {
  .footer-seo__title {
    font-size: 32px;
  }
}

@media (min-width: 62em) {
  .footer-seo__title {
    font-size: 36px;
  }
}

@media (min-width: 75em) {
  .footer-seo__title {
    font-size: 40px;
  }
}

@media (min-width: 48em) {
  .footer-seo__subtitle {
    margin-bottom: 15px;
    font-size: 24px;
  }
}

@media (min-width: 48em) {
  .footer-seo__text {
    font-size: 20px;
  }
}

@media (min-width: 75em) {
  .footer-seo__text {
    margin-bottom: 22px;
    font-size: 22px;
  }
}

@media (min-width: 48em) {
  .footer-seo {
    padding-top: 50px;
  }
}

@media (min-width: 75em) {
  .footer-seo {
    padding-top: 80px;
  }
}

@media (min-width: 48em) {
  .footer-seo-accordion__title {
    padding: 10px 0;
    font-size: 24px;
  }
}

@media (min-width: 48em) {
  .footer-seo-accordion__title .icon-svg {
    right: 0;
  }
}

@media (min-width: 30em) {
  .main-header-wrap {
    height: 50px;
  }
}

@media (min-width: 62em) {
  .main-header-wrap {
    height: 80px;
  }
}

@media (min-width: 30em) {
  .main-header {
    height: 50px;
  }
}

@media (min-width: 48em) {
  body.modal-open .main-header {
    padding-right: 15px;
  }
}

@media (min-width: 62em) {
  .main-header {
    overflow: visible;
    height: 80px;
  }
}

@media (min-width: 62em) {
  .main-header .container {
    text-align: left;
  }
}

@media (min-width: 62em) {
  .main-header__logo {
    position: relative;
    left: auto;
    -webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    float: left;
    width: 80px;
  }

  .main-header__logo--left {
    position: absolute;
    left: 0;
    width: auto;
  }

  .main-header__logo--left .main-header__logo__img--small {
    display: none;
  }

  .main-header__logo--center {
    margin: 0 50px;
  }
}

@media (min-width: 75em) {
  .main-header__logo--center {
    margin: 0 80px;
  }
}

@media (min-width: 85.375em) {
  .main-header__logo--center {
    margin: 0 140px;
  }
}

@media (min-width: 105em) {
  .main-header__logo--center {
    margin: 0 200px;
  }
}

@media (min-width: 30em) {
  .main-header__logo__img--big {
    width: 50px;
    height: 50px;
  }
}

@media (min-width: 62em) {
  .main-header__logo__img--big {
    display: inline-block;
    width: 80px;
    height: 80px;
  }
}

@media (min-width: 30em) {
  .hamburger {
    height: 50px;
  }

  .hamburger:before {
    top: 16px;
  }

  .hamburger span {
    top: 24px;
  }

  .hamburger:after {
    top: 32px;
  }

  html.mm-opening .hamburger:before,
  html.mm-opening .hamburger:after {
    top: 24px;
  }
}

@media (min-width: 62em) {
  .hamburger {
    display: none;
  }
}

@media (min-width: 62em) {
  .main-nav {
    display: block;
  }
}

@media (min-width: 75em) {
  .main-nav__link {
    padding: 1px 17px 0 17px;
  }
}

@media (min-width: 48em) {
  body.is-tablet .secondary-nav__item {
    display: table-cell;
  }
}

@media (min-width: 62em) {
  .secondary-nav__item {
    display: table-cell;
  }
}

@media (min-width: 75em) {
  .secondary-nav__item {
    padding-left: 14px;
  }
}

@media (min-width: 75em) {
  .secondary-nav__item--lang {
    padding-right: 14px;
  }
}

@media (min-width: 30em) {
  .secondary-nav__item--more-margin {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (min-width: 48em) {
  .secondary-nav__item--more-margin {
    padding-left: 27px;
    padding-right: 27px;
    -webkit-transition: padding 0.25s ease-in-out;
    -o-transition: padding 0.25s ease-in-out;
    transition: padding 0.25s ease-in-out;
  }

  body.is-header-mini .secondary-nav__item--more-margin {
    padding-left: 17px;
    padding-right: 17px;
  }
}

@media (min-width: 62em) {
  .secondary-nav__item--separata .secondary-nav__item__link {
    font-size: 22px;
  }
}

@media (min-width: 48em) {
  .secondary-nav__item--private-area a {
    padding: 25px 27px;
  }

  .secondary-nav__item--private-area a .secondary-nav__item__tooltip {
    top: 59px;
  }
}

@media (min-width: 62em) {
  .secondary-nav__item--eba {
    width: 65px;
  }

  .secondary-nav__item--eba a {
    width: 50px;
    height: 117px;
  }
}

@media (min-width: 75em) {
  .secondary-nav__item--eba {
    width: 93px;
  }

  .secondary-nav__item--eba a {
    width: 73px;
    height: 170px;
  }
}

@media (min-width: 85.375em) {
  .secondary-nav__item--eba {
    width: 113px;
  }

  .secondary-nav__item--eba a {
    width: 93px;
    height: 218px;
  }
}

@media (min-width: 62em) {
  .secondary-nav__item__tooltip {
    padding: 8px 12px;
    font-size: 13px;
  }
}

@media (max-width: 61.99em) {
  .main-subnav {
    display: none !important;
  }
}

@media (min-width: 62em) {
  .main-subnav {
    display: block;
  }
}

@media (min-width: 75em) {
  .main-subnav-section--proyectos .container {
    padding-left: 90px;
  }

  .main-subnav-section--proyectos .container .main-subnav__item {
    padding: 0 10px;
  }
}

@media (min-width: 62em) {
  .main-subnav__muebles__col-left .main-subnav__item {
    margin-bottom: 30px;
  }
}

@media (min-width: 62em) {
  .main-subnav__muebles__col-left .main-subnav__item--small {
    padding-left: 17px;
    padding-right: 17px;
  }
}

@media (min-width: 62em) {
  .main-subnav__muebles__col-right {
    padding-right: 100px;
  }
}

@media (min-width: 75em) {
  .main-subnav__muebles__col-right {
    padding-right: 140px;
  }
}

@media (min-width: 75em) {
  .main-subnav__item {
    padding: 0 15px;
  }
}

@media (min-width: 75em) {
  .main-subnav__item--small {
    padding: 0 15px;
  }
}

@media (min-width: 62em) {
  .main-header.is-mini {
    height: 60px;
  }
}

@media (min-width: 62em) {
  .main-header.is-mini .secondary-nav__item--eba a {
    -webkit-transform: translate(0, -50px);
    -ms-transform: translate(0, -50px);
    -o-transform: translate(0, -50px);
    transform: translate(0, -50px);
  }
}

@media (min-width: 75em) {
  .main-header.is-mini .secondary-nav__item--eba a {
    -webkit-transform: translate(0, -81px);
    -ms-transform: translate(0, -81px);
    -o-transform: translate(0, -81px);
    transform: translate(0, -81px);
  }
}

@media (min-width: 85.375em) {
  .main-header.is-mini .secondary-nav__item--eba a {
    -webkit-transform: translate(0, -110px);
    -ms-transform: translate(0, -110px);
    -o-transform: translate(0, -110px);
    transform: translate(0, -110px);
  }
}

@media (min-width: 23.4375em) {
  .mm-menu .mm-listview > li a:not(.mm-next) {
    font-size: 18px;
  }
}

@media (min-width: 23.4375em) {
  .mm-menu .mm-listview > li a.main-nav-mobile__title,
  .mm-menu .mm-listview > li span.main-nav-mobile__title {
    font-size: 18px;
  }
}

@media (min-width: 23.4375em) {
  .mm-menu .mm-listview > li a.main-nav-mobile__subtitle,
  .mm-menu .mm-listview > li span.main-nav-mobile__subtitle {
    font-size: 18px;
  }
}

@media (min-width: 23.4375em) {
  .mm-menu .mm-listview > li.main-nav-mobile__languages a,
  .mm-menu .mm-listview > li.main-nav-mobile__languages span {
    font-size: 18px;
  }
}

@media (min-width: 23.4375em) {
  .mm-menu .mm-listview > li.main-nav-mobile__social .main-nav-mobile__social__link:not(:last-child) {
    margin-right: 25px;
  }
}

@media (min-width: 62em) {
  .product-navbar {
    display: block;
  }
}

@media (min-width: 75em) {
  .product-navbar__title {
    width: 400px;
  }
}

@media (min-width: 75em) {
  .product-nav__item__link_next {
    width: 290px;
  }
}

@media (min-width: 48em) {
  .cookies-alert__close {
    float: right;
    margin-top: 0;
    margin-bottom: 15px;
    margin-left: 20px;
  }
}

@media (min-height: 700px) {
  .tablet-nav__logo {
    margin-bottom: 15px;
  }
}

@media (min-height: 480px) {
  .tablet-nav__item {
    margin-bottom: 12px;
  }
}

@media (min-height: 700px) {
  .tablet-nav__item {
    margin-bottom: 21px;
  }
}

@media (min-width: 30em) {
  .main-footer__col {
    width: 33.33333%;
  }
}

@media (min-width: 48em) {
  .main-footer__col {
    width: 20%;
  }
}

@media (min-width: 30em) {
  .main-footer__col.main-footer__col--1,
  .main-footer__col.main-footer__col--2,
  .main-footer__col.main-footer__col--3 {
    display: block;
  }
}

@media (min-width: 30em) {
  .main-footer__col.main-footer__col--3 {
    width: 33.33333%;
  }
}

@media (min-width: 48em) {
  .main-footer__col.main-footer__col--3 {
    width: 20%;
  }
}

@media (min-width: 48em) {
  .main-footer__col.main-footer__col--4 {
    width: 40%;
  }
}

@media (min-width: 62em) {
  .main-footer__newsletter__text {
    padding-right: 40px;
  }
}

@media (min-width: 75em) {
  .main-footer__newsletter__text {
    padding-right: 80px;
  }
}

@media (min-width: 48em) {
  .main-footer__newsletter__form {
    max-width: 370px;
  }
}

@media (min-width: 48em) {
  .main-footer__social {
    text-align: left;
  }
}

@media (min-width: 62em) {
  .main-footer__social__link:not(:last-child) {
    margin-right: 28px;
  }
}

@media (min-width: 48em) {
  .main-footer__copyright {
    text-align: left;
  }
}

@media (min-width: 62em) {
  .product-feature__container {
    display: table;
    table-layout: fixed;
    width: 100%;
    max-width: 1400px;
    height: 700px;
  }
}

@media (min-width: 75em) {
  .product-feature__container {
    height: 800px;
  }
}

@media (min-width: 48em) {
  .product-feature__content {
    font-size: 9px;
  }
}

@media (min-width: 62em) {
  .product-feature__content {
    display: table-cell;
    width: 45%;
    height: 100%;
    padding-right: 30px;
    padding-bottom: 0;
    padding-left: 30px;
    font-size: 10px;
  }
}

@media (min-width: 75em) {
  .product-feature__content {
    padding-right: 100px;
    padding-left: 75px;
  }
}

@media (min-width: 85.375em) {
  .product-feature__content {
    padding-right: 135px;
    padding-left: 115px;
  }
}

@media (min-width: 62em) {
  .product-feature__content__align {
    display: inline-block;
    max-width: 370px;
  }
}

@media (min-width: 62em) {
  .product-feature__photo {
    position: relative;
    display: table-cell;
    width: 55%;
    height: 100%;
    vertical-align: middle;
  }
}

@media (min-width: 62em) {
  .product-feature__photo__img {
    position: absolute;
    top: 0;
    left: 0;
    max-width: none;
    width: auto;
    height: 100%;
  }
}

@media (min-width: 62em) {
  .product-feature.product-feature--align-right .product-feature__content {
    text-align: left;
  }
}

@media (min-width: 75em) {
  .product-feature.product-feature--align-right .product-feature__content {
    padding-right: 75px;
    padding-left: 100px;
  }
}

@media (min-width: 85.375em) {
  .product-feature.product-feature--align-right .product-feature__content {
    padding-right: 115px;
    padding-left: 135px;
  }
}

@media (min-width: 62em) {
  .product-feature.product-feature--align-right .product-feature__title {
    text-align: right;
  }
}

@media (min-width: 62em) {
  .product-feature.product-feature--align-right .product-feature__subtitle {
    text-align: right;
  }
}

@media (min-width: 62em) {
  .product-feature.product-feature--align-right .product-feature__text {
    text-align: right;
  }
}

@media (min-width: 62em) {
  .product-feature.product-feature--align-right .product-feature__photo__img {
    left: auto;
    right: 0;
  }
}

@media (min-width: 62em) {
  .product-feature.product-feature--higher .product-feature__container {
    height: 900px;
  }
}

@media (min-width: 75em) {
  .product-feature.product-feature--higher .product-feature__container {
    height: 1050px;
  }
}

@media (min-width: 85.375em) {
  .product-feature.product-feature--higher .product-feature__container {
    height: 1350px;
  }
}

@media (min-width: 62em) {
  .product-feature.product-feature--image-contain .product-feature__container {
    max-width: none;
    height: auto;
    padding-left: 15px;
  }
}

@media (min-width: 75em) {
  .product-feature.product-feature--image-contain .product-feature__container {
    height: auto;
  }
}

@media (max-width: 61.99em) {
  .product-feature.product-feature--image-contain .product-feature__content {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 62em) {
  .product-feature.product-feature--image-contain .product-feature__content {
    height: auto;
  }
}

@media (min-width: 62em) {
  .product-feature.product-feature--image-contain .product-feature__photo {
    height: auto;
  }
}

@media (min-width: 62em) {
  .product-feature.product-feature--image-contain .product-feature__photo__img {
    position: relative;
    top: auto;
    right: auto;
    left: auto;
    max-width: 100%;
    width: auto;
    height: auto;
  }
}

@media (min-width: 62em) {
  .product-feature--image-contain.product-feature--align-right .product-feature__container {
    padding-right: 15px;
    padding-left: 0;
  }
}

@media (min-width: 48em) {
  .product-models {
    padding-bottom: 20px;
  }
}

@media (min-width: 62em) {
  .product-models {
    padding-bottom: 40px;
  }
}

@media (min-width: 62em) {
  .product-designer__wrap {
    height: 500px;
    padding-top: 0;
  }
}

@media (min-width: 62em) {
  .product-designer__logo {
    float: left;
    width: 23%;
    height: 100%;
    padding: 30px 0;
  }
}

@media (min-width: 62em) {
  .product-designer__photo {
    float: left;
    width: 24%;
    height: 100%;
  }
}

@media (min-width: 62em) {
  .product-designer__quote {
    float: left;
    width: 53%;
    height: 100%;
    padding-right: 65px;
    padding-left: 65px;
  }
}

@media (min-width: 62em) {
  .product-designer__quote__text {
    font-size: 30px;
  }
}

@media (min-width: 48em) {
  .environment__logos {
    padding-top: 30px;
  }
}

@media (min-width: 30em) {
  .environment__item {
    padding: 0 5px;
  }
}

@media (min-width: 62em) {
  .environment__item {
    padding: 0 10px;
  }
}

@media (min-width: 75em) {
  .environment__item {
    padding: 0 16px 2px;
  }
}

@media (min-width: 48em) {
  .environment__data {
    height: 600px;
    background-image: url("../../images/medio-ambiente-bg.jpg");
    background-position: center top;
    background-size: auto 100%;
  }
}

@media (min-width: 62em) {
  .environment__data {
    height: 715px;
  }
}

@media (min-width: 30em) {
  .environment__graph {
    padding: 0 20px;
  }
}

@media (min-width: 48em) {
  .environment__graph {
    width: 300px;
    padding: 0 20px;
  }
}

@media (min-width: 62em) {
  .environment__graph {
    width: 364px;
    max-width: none;
    padding: 0 42px;
  }
}

@media (min-width: 30em) {
  .environment__graph__percent {
    font-size: 50px;
  }
}

@media (min-width: 48em) {
  .environment__graph__percent {
    font-size: 60px;
  }
}

@media (min-width: 62em) {
  .environment__graph__percent {
    font-size: 80px;
  }
}

@media (min-width: 48em) {
  .environment__graph__desc {
    font-size: 18px;
  }
}

@media (min-width: 30em) {
  .downloads__container {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 30em) {
  .download {
    padding: 15px 18px;
    margin-bottom: 15px;
  }
}

@media (min-width: 48em) {
  .download {
    width: 33.333333%;
    min-height: 291px;
    padding: 50px 15px 0;
    margin-bottom: 0;
  }
}

@media (min-width: 48em) {
  .download__title {
    font-size: 20px;
  }
}

@media (min-width: 62em) {
  .download__desc {
    min-height: 46px;
    padding-right: 15px;
    padding-left: 15px;
    font-size: 18px;
  }
}

@media (min-width: 75em) {
  .download__desc {
    padding-right: 30px;
    padding-left: 30px;
  }
}

@media (min-width: 62em) {
  .downloads.downloads--text-bigger .download__desc {
    font-size: 20px;
  }
}

@media (min-width: 75em) {
  .downloads.downloads--text-bigger .download__desc {
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media (min-width: 48em) {
  .calltoaction-fixed {
    display: none;
  }
}

@media (min-width: 48em) {
  .projects__intro {
    padding-top: 40px;
    margin-bottom: 25px;
  }
}

@media (min-width: 62em) {
  .projects__gallery .cta {
    opacity: 0;
    bottom: 50px;
  }
}

@media (min-width: 62em) {
  .projects__gallery .product.product--photo-bg:hover .cta,
  .projects__gallery .product.product--photo-bg:active .cta,
  .projects__gallery .product.product--photo-bg:focus .cta {
    opacity: 1;
  }
}

@media (max-width: 47.99em) {
  .projects__gallery .product.product--photo-bg:hover .product__photo,
  .projects__gallery .product.product--photo-bg:active .product__photo,
  .projects__gallery .product.product--photo-bg:focus .product__photo {
    -webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
}

@media (min-width: 48em) {
  .news-details__opening {
    padding-top: 50px;
    padding-bottom: 5px;
  }
}

@media (min-width: 62em) {
  .news-details__opening {
    padding-top: 60px;
  }
}

@media (min-width: 30em) {
  .news-details__title {
    font-size: 40px;
  }
}

@media (min-width: 48em) {
  .news-details__title {
    font-size: 50px;
  }
}

@media (min-width: 75em) {
  .news-details__title {
    font-size: 70px;
  }
}

@media (min-width: 48em) {
  .news-details__date-wrap {
    font-size: 22px;
  }
}

@media (min-width: 48em) {
  .news-details__social-wrap {
    text-align: right;
  }
}

@media (min-width: 48em) {
  .news-details__stat {
    font-size: 22px;
  }
}

@media (min-width: 48em) {
  .press-regular-container {
    margin-bottom: 80px;
  }
}

@media (min-width: 62em) {
  .press-regular-container {
    margin-bottom: 100px;
  }
}

@media (min-width: 30em) {
  .press-regular-col {
    float: left;
    width: 50%;
  }
}

@media (min-width: 62em) {
  .press-regular-col {
    float: left;
    width: 33.33333%;
  }
}

@media (min-width: 48em) {
  .press__title {
    font-size: 25px;
  }
}

@media (min-width: 30em) {
  .press.press--regular .press__link {
    padding: 20px 15px 15px;
    margin-bottom: 0;
  }
}

@media (min-width: 48em) {
  .press.press--regular .press__link {
    padding: 30px 20px 25px;
  }
}

@media (min-width: 62em) {
  .press.press--regular .press__link {
    padding: 45px 25px 35px;
  }
}

@media (min-width: 75em) {
  .press.press--regular .press__link {
    padding: 65px 40px 45px;
  }
}

@media (min-width: 85.375em) {
  .press.press--regular .press__link {
    padding: 75px 55px 55px;
  }
}

@media (min-width: 75em) {
  .press.press--regular .press__text {
    min-height: 150px;
  }
}

@media (min-width: 30em) {
  .press.press--regular:hover,
  .press.press--regular:active,
  .press.press--regular:focus {
    border-color: #ECECEC;
  }
}

@media (min-width: 62em) {
  .press.press--main .container {
    display: table;
  }
}

@media (min-width: 75em) {
  .press.press--main .press__title {
    font-size: 30px;
  }
}

@media (min-width: 62em) {
  .press.press--main .press__text {
    font-size: 20px;
  }
}

@media (min-width: 75em) {
  .press.press--main .press__text {
    font-size: 22px;
  }
}

@media (min-width: 62em) {
  .press.press--main {
    padding-top: 0;
    padding-bottom: 0;
    text-align: center;
  }
}

@media (min-width: 62em) {
  .press__col-photo {
    display: table-cell;
    width: 43%;
    vertical-align: top;
  }
}

@media (min-width: 62em) {
  .press__photo {
    margin-bottom: 0;
  }
}

@media (min-width: 62em) {
  .press__col-info {
    display: table-cell;
    width: 57%;
    padding-top: 15px;
    padding-right: 5px;
    padding-bottom: 15px;
    padding-left: 20px;
    vertical-align: middle;
  }
}

@media (min-width: 75em) {
  .press__col-info {
    padding-right: 25px;
    padding-left: 40px;
  }
}

@media (min-width: 48em) {
  .press-mini-row-mobile {
    display: none;
  }
}

@media (min-width: 48em) {
  .press-mini-row-desktop {
    display: block;
  }
}

@media (min-width: 30em) {
  .press-mini-col {
    float: left;
    width: 50%;
  }
}

@media (min-width: 48em) {
  .press-mini-col {
    float: left;
    width: 33.33333%;
  }
}

@media (min-width: 62em) {
  .press-mini-col {
    padding-right: 30px;
    padding-left: 30px;
  }
}

@media (min-width: 75em) {
  .press-mini-col {
    padding-right: 50px;
    padding-left: 50px;
  }
}

@media (min-width: 48em) {
  .press.press--mini .press__title {
    font-size: 23px;
  }
}

@media (min-width: 62em) {
  .press.press--mini .press__title {
    font-size: 25px;
  }
}

@media (min-width: 62em) {
  .press.press--mini {
    padding-right: 9px;
    padding-left: 9px;
  }
}

@media (min-width: 48em) {
  .press-buttons {
    padding: 20px 0 50px;
  }
}

@media (min-width: 62em) {
  .ambient-product__circle {
    width: 46px;
    height: 46px;
    padding-top: 10px;
  }
}

@media (min-width: 62em) {
  .ambient-product__circle__small {
    width: 26px;
    height: 26px;
  }
}

@media (min-width: 62em) {
  .ambient-product__circle__number {
    display: none;
    font-size: 16px;
    line-height: 27px;
  }
}

@media (min-width: 62em) {
  .ambient-product__circle__plus {
    display: block;
    line-height: 26px;
  }

  .ambient-product__circle__plus .icon-svg {
    width: 15px;
    height: 15px;
  }
}

@media (min-width: 62em) {
  .ambient-product__desc__line {
    display: block;
  }
}

@media (min-width: 62em) {
  .ambient-product__desc__name {
    display: block;
  }
}

@media (min-width: 62em) {
  .ambient-products-list {
    display: none;
  }
}

@media (min-width: 48.0625em) {
  .product-filters__col-1 {
    float: left;
    width: 25%;
    padding-right: 8px;
  }
}

@media (min-width: 62em) {
  .product-filters__col-1 {
    width: 17%;
    padding-top: 13px;
  }
}

@media (min-width: 48.0625em) {
  .product-filters__col-2 {
    float: left;
    width: 75%;
    padding-left: 0;
    padding-right: 15px;
  }
}

@media (min-width: 62em) {
  .product-filters__col-2 {
    width: 83%;
  }
}

@media (max-width: 39.9375em) {
  .products-filters__summary .select2-container {
    width: 100% !important;
  }
}

@media (min-width: 40em) {
  .products-filters__summary .select2-container {
    float: left;
    width: auto;
    margin-right: 18px;
  }
}

@media (min-width: 40em) {
  .products-filters__order {
    float: left;
    width: auto;
    min-width: 155px;
    margin-right: 18px;
  }
}

@media (min-width: 30em) {
  .products-filters__list {
    margin-right: -6px;
    margin-left: -6px;
  }
}

@media (min-width: 30em) {
  .product-simple-col {
    padding: 0 6px;
    float: left;
    width: 50%;
  }
}

@media (min-width: 48em) {
  .product-simple-col--alternative {
    margin-bottom: 80px;
  }

  .product-simple-col--alternative-ambientes {
    margin-bottom: 0px;
  }
}

@media (min-width: 62em) {
  .product-simple-col {
    width: 33.33333%;
  }

  .product-simple-col--alternative {
    margin-bottom: 85px;
  }

  .product-simple-col--alternative-ambientes {
    margin-bottom: 0px;
  }
}

@media (min-width: 75em) {
  .product-simple-col--alternative {
    margin-bottom: 90px;
  }

  .product-simple-col--alternative-ambientes {
    margin-bottom: 0px;
  }
}

@media (min-width: 30em) {
  .product-simple-col.product-simple-col--download {
    padding: 0 6px;
    float: left;
    width: 50%;
  }
}

@media (min-width: 48em) {
  .product-simple-col.product-simple-col--download {
    width: 33.33333%;
  }
}

@media (min-width: 62em) {
  .product-simple-col.product-simple-col--download {
    width: 25%;
  }
}

@media (min-width: 30em) {
  .product-simple-col-separator--tablet {
    display: block;
  }
}

@media (min-width: 62em) {
  .product-simple-col-separator--tablet {
    display: none;
  }
}

@media (min-width: 62em) {
  .product-simple-col-separator--desktop {
    display: block;
  }
}

@media (min-width: 62em) {
  .browser-no-touchevents .product-simple:hover .product-simple__btns-idx,
  .browser-no-touchevents .product-simple:active .product-simple__btns-idx,
  .browser-no-touchevents .product-simple:focus .product-simple__btns-idx {
    z-index: 1;
  }
}

@media (min-width: 48em) {
  .product-simple {
    margin-bottom: 60px;
  }
}

@media (min-width: 48em) {
  .product-simple__photo__img {
    margin-bottom: 15px;
  }
}

@media (min-width: 62em) {
  .product-simple__photo__img {
    margin-bottom: 20px;
  }
}

@media (min-width: 48em) {
  .browser-touchevents .product-simple__title {
    margin-bottom: 25px;
  }
}

@media (min-width: 30em) {
  .product-simple.product-simple--alternative .product-simple__photo__img {
    width: auto;
  }
}

@media (min-width: 75em) {
  .product-simple.product-simple--alternative .product-simple__photo__img {
    margin-bottom: 20px;
  }
}

@media (min-width: 62em) {
  .browser-touchevents .product-simple.product-simple--alternative .product-simple__btns .btn-rounded {
    padding: 13px 25px 12px;
  }
}

@media (min-width: 62em) {
  .product-simple.product-simple--alternative .product-simple__btns-idx {
    display: block;
  }
}

@media (min-width: 48em) {
  .product-simple.product-simple--download {
    max-width: 270px;
    margin-bottom: 30px;
  }
}

@media (min-width: 30em) {
  .product-simple.product-simple--download .product-simple__photo__img {
    width: auto;
  }
}

@media (min-width: 62em) {
  .product-simple.product-simple--download .product-simple__photo__img {
    margin-bottom: 25px;
  }
}

@media (min-width: 48em) {
  .employment-intro {
    margin-bottom: 80px;
  }
}

@media (min-width: 62em) {
  .employment-intro {
    margin-bottom: 115px;
  }
}

@media (min-width: 62em) {
  .employment-intro__wrap {
    height: 450px;
  }
}

@media (min-width: 75em) {
  .employment-intro__wrap {
    height: 500px;
  }
}

@media (min-width: 62em) {
  .employment-intro__col-photo {
    float: left;
    width: 48%;
  }
}

@media (min-width: 62em) {
  .employment-intro__photo {
    float: right;
    max-width: none;
  }
}

@media (min-width: 62em) {
  .employment-intro__col-content {
    float: left;
    width: 52%;
    height: 100%;
    padding-left: 2%;
  }
}

@media (min-width: 30em) {
  .employment-intro__title,
  .employment-intro__subtitle {
    font-size: 32px;
  }
}

@media (min-width: 48em) {
  .employment-intro__title,
  .employment-intro__subtitle {
    font-size: 36px;
  }
}

@media (min-width: 62em) {
  .employment-intro__title,
  .employment-intro__subtitle {
    font-size: 42px;
  }
}

@media (min-width: 48em) {
  .employment-intro__text {
    font-size: 20px;
  }
}

@media (min-width: 62em) {
  .employment-intro__text {
    font-size: 22px;
  }
}

@media (min-width: 30em) {
  .employment-jobs-col {
    float: left;
    width: 50%;
    border-right: 1px solid #eaeaea;
  }

  .employment-jobs-col:nth-child(2n+2) {
    border-right: 0;
  }

  .employment-jobs-col:last-child {
    border-right: 0;
  }
}

@media (min-width: 62em) {
  .employment-jobs-col {
    float: left;
    width: 33.33333%;
  }

  .employment-jobs-col:nth-child(2n+2) {
    border-right: 1px solid #eaeaea;
  }

  .employment-jobs-col:last-child {
    border-right: 0;
  }
}

@media (min-width: 30em) {
  .employment-jobs-item {
    padding: 20px 15px 0;
    margin-bottom: 0;
  }
}

@media (min-width: 48em) {
  .employment-jobs-item {
    padding: 30px 20px 0;
  }
}

@media (min-width: 62em) {
  .employment-jobs-item {
    padding: 45px 25px 0;
  }
}

@media (min-width: 75em) {
  .employment-jobs-item {
    padding: 45px 50px 0;
  }
}

@media (min-width: 62em) {
  .employment-jobs-item__title {
    font-size: 25px;
  }
}

@media (min-width: 48em) {
  .employment-jobs-item__title {
    font-size: 30px;
  }
}

@media (min-width: 48em) {
  .employment-jobs-item__subtitle {
    font-size: 19px;
  }
}

@media (min-width: 48em) {
  .employment-jobs-item__text {
    font-size: 19px;
  }
}

@media (min-width: 48em) {
  .employment-jobs-item--hide .col-sm-6:first-child {
    padding-right: 35px;
    border-right: 1px solid #eaeaea;
  }
}

@media (min-width: 48em) {
  .employment-jobs-item--hide .col-sm-6:last-child {
    padding-left: 35px;
  }
}

@media (min-width: 30em) {
  .emplyment-jobs-item__btns {
    padding-bottom: 15px;
    margin-bottom: 0;
  }
}

@media (min-width: 48em) {
  .emplyment-jobs-item__btns {
    padding-bottom: 25px;
  }
}

@media (min-width: 62em) {
  .emplyment-jobs-item__btns {
    padding-bottom: 35px;
  }
}

@media (min-width: 75em) {
  .emplyment-jobs-item__btns {
    padding-bottom: 50px;
  }
}

@media (min-width: 48em) {
  .employment-growth {
    margin: 85px 0 70px;
  }
}

@media (min-width: 62em) {
  .employment-growth {
    margin: 20px 0 30px;
    /*actiu_cambio antes margin: 125px 0 110px   */
  }
}

@media (min-width: 30em) {
  .employment-growth__title,
  .employment-growth__subtitle {
    font-size: 32px;
  }
}

@media (min-width: 48em) {
  .employment-growth__title,
  .employment-growth__subtitle {
    font-size: 36px;
  }
}

@media (min-width: 62em) {
  .employment-growth__title,
  .employment-growth__subtitle {
    font-size: 42px;
  }
}

@media (min-width: 48em) {
  .employment-growth__text {
    font-size: 20px;
  }
}

@media (min-width: 62em) {
  .employment-growth__text {
    font-size: 22px;
  }
}

@media (min-width: 48em) {
  .employment-cv {
    padding-bottom: 80px;
  }
}

@media (min-width: 62em) {
  .employment-cv {
    padding-bottom: 100px;
  }
}

@media (min-width: 48em) {
  .employment-cv__btns {
    padding-top: 40px;
  }
}

@media (min-width: 48em) {
  .employment-cv__btns__legal {
    padding-top: 15px;
  }
}

@media (min-width: 48em) {
  .employment-cv__submit {
    display: inline-block;
    max-width: 305px;
  }
}

@media (min-width: 30em) {
  .downloads-col-separator--tablet {
    display: block;
  }
}

@media (min-width: 62em) {
  .downloads-col-separator--tablet {
    display: none;
  }
}

@media (min-width: 62em) {
  .downloads-col-separator--desktop {
    display: block;
  }
}

@media (min-width: 48em) {
  .downlist-item__title {
    margin-bottom: 5px;
    font-size: 19px;
  }
}

@media (min-width: 30em) {
  .downlist-item__file {
    padding-right: 100px;
  }
}

@media (min-width: 48em) {
  .downlist-item__file__name {
    padding-top: 5px;
  }
}

@media (min-width: 62em) {
  .downlist-item__file__name {
    font-size: 16px;
  }
}

@media (min-width: 30em) {
  .downlist-item__file__btn {
    position: absolute;
    top: -35px;
    right: 0;
    width: auto;
  }
}

@media (min-width: 85.375em) {
  .designer-details__products__buttons {
    padding-top: 70px;
  }
}

@media (min-width: 62em) {
  .designer-data__container {
    display: table;
    width: 100%;
    padding-top: 0;
  }
}

@media (min-width: 62em) {
  .designer-data__col-desc {
    display: table-cell;
    width: 72%;
    padding: 45px 50px;
    vertical-align: bottom;
  }

  .designer-data__col-desc:before {
    position: absolute;
    z-index: 0;
    top: 50%;
    right: -8px;
    display: block;
    content: '';
    width: 15px;
    height: 15px;
    margin-top: -8px;
    background: #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}

@media (min-width: 75em) {
  .designer-data__col-desc {
    padding: 60px 70px;
  }
}

@media (min-width: 85.375em) {
  .designer-data__col-desc {
    padding: 90px 100px;
  }
}

@media (min-width: 48em) {
  .designer-data__title {
    font-size: 41px;
  }
}

@media (min-width: 48em) {
  .designer-data__subtitle {
    font-size: 21px;
  }
}

@media (min-width: 48em) {
  .designer-data__sector {
    font-size: 21px;
  }
}

@media (min-width: 48em) {
  .designer-data__birth {
    font-size: 21px;
  }
}

@media (min-width: 48em) {
  .designer-data__desc {
    font-size: 23px;
  }
}

@media (min-width: 62em) {
  .designer-data__col-photo {
    display: table-cell;
    width: 28%;
    vertical-align: bottom;
  }
}

@media (min-width: 62em) {
  .designer-data__logo-wrap {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding: 40px 15px 0;
  }
}

@media (min-width: 75em) {
  .designer-data__logo-wrap {
    padding-top: 50px;
  }
}

@media (min-width: 62em) {
  .designer-data__photo {
    float: right;
    max-width: 115%;
    max-height: 413px;
  }
}

@media (min-width: 62em) {
  .designer-data--photo-left .designer-data__col-desc {
    left: 28%;
  }

  .designer-data--photo-left .designer-data__col-desc:before {
    right: auto;
    left: -8px;
  }
}

@media (min-width: 62em) {
  .designer-data--photo-left .designer-data__col-photo {
    left: -72%;
  }
}

@media (min-width: 62em) {
  .designer-data--photo-left .designer-data__photo {
    float: left;
  }
}

@media (min-width: 30em) {
  .designer-award-col {
    width: 50%;
  }
}

@media (min-width: 48em) {
  .designer-award-col {
    width: 33.333333%;
  }
}

@media (min-width: 62em) {
  .designer-award-col {
    padding: 0 30px;
  }
}

@media (min-width: 48em) {
  .designer-award {
    margin-bottom: 75px;
  }
}

@media (min-width: 62em) {
  .designer-award {
    margin-bottom: 85px;
  }
}

@media (min-width: 48em) {
  .showroom-data__container {
    display: table;
    width: 100%;
    padding-top: 0;
  }
}

@media (min-width: 48em) {
  .showroom-data__col-photo {
    display: table-cell;
    width: 50%;
    vertical-align: top;
  }
}

@media (min-width: 48em) {
  .showroom-data__col-desc {
    display: table-cell;
    width: 50%;
    padding: 35px 40px;
    vertical-align: middle;
  }

  .showroom-data__col-desc:before {
    position: absolute;
    z-index: 0;
    top: 50%;
    left: -8px;
    display: block;
    content: '';
    width: 15px;
    height: 15px;
    margin-top: -8px;
    background: #f7f7f5;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}

@media (min-width: 62em) {
  .showroom-data__col-desc {
    padding: 45px 50px;
  }
}

@media (min-width: 75em) {
  .showroom-data__col-desc {
    padding: 60px 70px;
  }
}

@media (min-width: 85.375em) {
  .showroom-data__col-desc {
    padding: 90px 100px;
  }
}

@media (min-width: 48em) {
  .showroom-data__subtitle {
    font-size: 40px;
  }
}

@media (min-width: 62em) {
  .showroom-data__subtitle {
    font-size: 44px;
  }
}

@media (min-width: 48em) {
  .showroom-data__title {
    font-size: 40px;
  }
}

@media (min-width: 62em) {
  .showroom-data__title {
    font-size: 44px;
  }
}

@media (min-width: 48em) {
  .showroom-data__address {
    font-size: 21px;
  }
}

@media (min-width: 48em) {
  .showroom-data__btn-location {
    font-size: 21px;
    margin-bottom: 35px;
  }
}

@media (min-width: 62em) {
  .showroom-data__btn-location {
    margin-bottom: 45px;
  }
}

@media (min-width: 48em) {
  .showroom-form__btns {
    padding-top: 40px;
  }
}

@media (min-width: 23.4375em) {
  .showroom-map-iframe {
    height: 275px;
  }
}

@media (min-width: 30em) {
  .showroom-map-iframe {
    height: 300px;
  }
}

@media (min-width: 48em) {
  .showroom-map-iframe {
    height: 400px;
  }
}

@media (min-width: 62em) {
  .showroom-map-iframe {
    height: 450px;
  }
}

@media (min-width: 75em) {
  .showroom-map-iframe {
    height: 400px;
  }
}

@media (min-width: 85.375em) {
  .showroom-map-iframe {
    height: 450px;
  }
}

@media (min-width: 105em) {
  .showroom-map-iframe {
    height: 500px;
  }
}

@media (min-width: 48em) {
  .newsletter__figure {
    display: block;
    margin-top: -30px;
  }
}

@media (min-width: 62em) {
  .newsletter__figure {
    max-width: 500px;
    margin-top: -90px;
  }
}

@media (min-width: 85.375em) {
  .newsletter__figure {
    max-width: none;
  }
}

@media (min-width: 48em) {
  .newsletter__legal {
    padding-top: 15px;
  }
}

@media (min-width: 48em) {
  .login {
    padding-top: 50px;
  }
}

@media (min-width: 62em) {
  .login-col-register {
    float: left;
    padding-top: 15px;
    width: 50%;
  }
}

@media (min-width: 62em) {
  .login-col-register .login-col-content {
    float: right;
  }
}

@media (min-width: 62em) {
  .login-col-login {
    float: right;
    width: 50%;
  }
}

@media (min-width: 62em) {
  .login-col-login .login-col-content {
    float: left;
  }
}

@media (min-width: 48em) {
  .login-col-content {
    padding: 0 30px;
  }
}

@media (min-width: 62em) {
  .login-col-content {
    width: 480px;
  }
}

@media (min-width: 75em) {
  .login-col-content {
    width: 560px;
    padding: 0 50px;
  }
}

@media (min-width: 62em) {
  .login-image__bg-grey {
    display: block;
  }
}

@media (min-width: 62em) {
  .login-image__bg-white {
    display: block;
  }
}

@media (min-width: 30em) {
  .registro-ok__title__icon {
    top: 5px;
  }
}

@media (min-width: 48em) {
  .registro-ok__title__icon {
    margin-right: 10px;
  }
}

@media (min-width: 62em) {
  .registro-ok__title__icon {
    width: 50px;
    height: 50px;
  }
}

@media (min-width: 62em) {
  .registro-ok-welcome {
    display: table;
    width: 100%;
    text-align: left;
  }
}

@media (min-width: 62em) {
  .registro-ok-welcome__left {
    display: table-cell;
    width: 47%;
  }
}

@media (min-width: 62em) {
  .registro-ok-welcome__image {
    float: right;
  }
}

@media (min-width: 62em) {
  .registro-ok-welcome__right {
    display: table-cell;
    padding: 15px 30px 15px 0;
    width: 53%;
    vertical-align: middle;
  }
}

@media (min-width: 62em) {
  .registro-ok-welcome__right__content {
    max-width: 620px;
  }
}

@media (min-width: 48em) {
  .registro-ok-welcome__title {
    font-size: 32px;
  }
}

@media (min-width: 62em) {
  .registro-ok-welcome__title {
    font-size: 41px;
  }
}

@media (min-width: 48em) {
  .registro-ok-welcome__text {
    font-size: 32px;
  }
}

@media (min-width: 62em) {
  .registro-ok-welcome__text {
    font-size: 41px;
  }
}

@media (min-width: 48em) {
  .contact-hero .hero__background__photo {
    width: 50%;
  }
}

@media (min-width: 75em) {
  .contact-hero .hero__background__photo {
    width: 66.7%;
  }
}

@media (min-width: 48em) {
  .contact-hero__intro {
    position: relative;
    padding: 0;
    top: 0;
    right: 0;
    max-width: 50%;
    min-width: 50%;
  }

  .contact-hero__intro__btn {
    margin-bottom: 100px;
  }
}

@media (min-width: 75em) {
  .contact-hero__intro {
    min-width: auto;
  }
}

@media (min-width: 48em) {
  .contact-hero__panel {
    right: 0;
    max-width: 50%;
    -webkit-transform: translate3d(-150vw, 0, 0);
    transform: translate3d(-150vw, 0, 0);
    min-width: 50%;
  }

  .contact-hero__panel__title {
    font-size: 26px;
  }

  .contact-hero__panel__text {
    font-size: 16px;
  }
}

@media (min-width: 75em) {
  .contact-hero__panel {
    -webkit-transform: translate3d(-200vw, 0, 0);
    transform: translate3d(-200vw, 0, 0);
    min-width: auto;
  }
}

@media (min-width: 48em) {
  .contact-hero {
    height: 601px;
    background-position: 50% 50%;
  }

  .contact-hero.is-active .contact-hero__panel--choose {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  .contact-hero.is-content-visible .contact-hero__panel--form {
    -webkit-transform: translate3d(-200%, 0, 0);
    transform: translate3d(-200%, 0, 0);
  }
}

@media (min-width: 75em) {
  .contact-hero.is-active .contact-hero__panel--choose {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  .contact-hero.is-content-visible .contact-hero__panel--form {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(-200%, 0, 0);
    transform: translate3d(-200%, 0, 0);
  }
}

@media (min-width: 85.375em) {
  .contact-hero {
    height: 720px;
  }
}

@media (min-width: 105em) {
  .contact-hero {
    height: 800px;
  }
}

@media (min-width: 85.375em) {
  .contact-form textarea.text-area-limit {
    height: auto;
  }
}

@media (min-width: 48em) {
  .contact-map {
    padding-top: 50px;
    height: 550px;
  }
}

@media (min-width: 62em) {
  .contact-map {
    padding-top: 80px;
    height: 700px;
  }
}

@media (min-width: 85.375em) {
  .contact-map {
    padding-top: 100px;
    height: 800px;
  }
}

@media (min-width: 105em) {
  .contact-map {
    height: 990px;
  }
}

@media (min-width: 48em) {
  .contact-box {
    max-width: 50%;
    padding-bottom: 60px;
  }

  .contact-box__link {
    padding: 20px;
  }
}

@media (min-width: 62em) {
  .contact-box {
    padding-bottom: 100px;
  }

  .contact-box__text {
    font-size: 20px;
  }

  .contact-box__text--big {
    font-size: 24px;
  }

  .contact-box__phone {
    padding-top: 40px;
    font-size: 20px;
  }

  .contact-box__link {
    padding: 30px;
  }
}

@media (min-width: 75em) {
  .contact-box__text {
    font-size: 22px;
  }

  .contact-box__text--big {
    font-size: 28px;
  }

  .contact-box__phone {
    font-size: 22px;
  }
}

@media (min-width: 48em) {
  .contact_hidden {
    top: 80px;
  }
}

@media (min-width: 48em) {
  body.is-header-mini .contact_hidden {
    top: 0;
  }
}

@media (min-width: 75em) {
  body.is-header-mini .contact_hidden {
    top: -webkit-calc(60px + 61px);
    top: calc(60px + 61px);
  }
}

@media (min-width: 48em) {
  body.is-header-mini .contact_hidden.contact_hidden--usa {
    top: 0;
  }
}

@media (min-width: 75em) {
  body.is-header-mini .contact_hidden.contact_hidden--usa {
    top: 60px;
  }
}

@media (min-width: 48em) {
  .contact_hidden.show .contact-hero__panel--choose {
    -webkit-transform: translate3d(-200%, 0, 0);
    transform: translate3d(-200%, 0, 0);
  }
}

@media (min-width: 75em) {
  .contact_hidden.show .contact-hero__panel--choose {
    height: -webkit-calc(100vh - 80px);
    height: calc(100vh - 80px);
  }
}

@media (min-width: 75em) {
  body.is-header-mini .contact_hidden.show .contact-hero__panel--choose {
    height: -webkit-calc(100vh - 121px - 52px);
    height: calc(100vh - 121px - 52px);
  }
}

@media (min-width: 48em) {
  .contact_hidden.show .contact-hero.is-content-visible .contact-hero__panel--form {
    -webkit-transform: translate3d(-300%, 0, 0);
    transform: translate3d(-300%, 0, 0);
    max-height: -webkit-calc(100vh - 51px);
    max-height: calc(100vh - 51px);
  }
}

@media (min-width: 62em) {
  .contact_hidden.show .contact-hero.is-content-visible .contact-hero__panel--form {
    max-height: -webkit-calc(100vh - 80px);
    max-height: calc(100vh - 80px);
  }
}

@media (min-width: 62em) {
  body.is-header-mini .contact_hidden.show .contact-hero.is-content-visible .contact-hero__panel--form {
    max-height: -webkit-calc(100vh - 121px - 52px);
    max-height: calc(100vh - 121px - 52px);
  }
}

@media (min-width: 48em) {
  .contact_hidden .contact--usa .contact-hero__panel--form {
    width: -webkit-calc(100% - 90px);
    width: calc(100% - 90px);
  }
}

@media (min-width: 75em) {
  .contact_hidden .contact--usa .contact-hero__panel--form {
    width: 50%;
    min-width: 50vw;
  }
}

@media (min-width: 105em) {
  .contact_hidden .contact--usa .contact-hero__panel--form {
    width: 35%;
    min-width: 35vw;
  }
}

@media (min-width: 62em) {
  body.is-header-mini .contact_hidden.show .contact--usa .contact-hero.is-content-visible .contact-hero__panel--form {
    max-height: none;
  }
}

@media (min-width: 62em) and (max-width: 74.99em) {
  body.is-header-mini .contact_hidden.show .contact--usa .contact-hero.is-content-visible .contact-hero__panel--form {
    max-height: 100vh;
  }
}

@media (min-width: 75em) {
  body.is-header-mini .contact_hidden.show .contact--usa .contact-hero.is-content-visible .contact-hero__panel--form {
    max-height: -webkit-calc(100vh - 51px);
    max-height: calc(100vh - 51px);
  }
}

@media (min-width: 48em) {
  .contact_hidden.show .contact-hero__panel--choose {
    -webkit-transform: translate3d(-200%, 0, 0);
    transform: translate3d(-200%, 0, 0);
  }
}

@media (min-width: 75em) {
  .contact_hidden.show .contact-hero__panel--choose {
    height: -webkit-calc(100vh - 80px);
    height: calc(100vh - 80px);
  }
}

@media (min-width: 75em) {
  body.is-header-mini .contact_hidden.show .contact-hero__panel--choose {
    height: -webkit-calc(100vh - 121px - 52px);
    height: calc(100vh - 121px - 52px);
  }
}

@media (min-width: 48em) {
  .contact_hidden.show .contact-hero.is-content-visible .contact-hero__panel--form {
    -webkit-transform: translate3d(-300%, 0, 0);
    transform: translate3d(-300%, 0, 0);
    max-height: -webkit-calc(100vh - 51px);
    max-height: calc(100vh - 51px);
  }
}

@media (min-width: 62em) {
  .contact_hidden.show .contact-hero.is-content-visible .contact-hero__panel--form {
    max-height: -webkit-calc(100vh - 80px);
    max-height: calc(100vh - 80px);
  }
}

@media (min-width: 62em) {
  body.is-header-mini .contact_hidden.show .contact-hero.is-content-visible .contact-hero__panel--form {
    max-height: -webkit-calc(100vh - 121px - 52px);
    max-height: calc(100vh - 121px - 52px);
  }
}

@media (min-width: 62em) and (max-width: 74.99em) {
  body.is-header-mini .contact_hidden.show .contact-hero.is-content-visible .contact-hero__panel--form {
    max-height: -webkit-calc(100vh - 52px);
    max-height: calc(100vh - 52px);
  }
}

@media (max-width: 47.99em) {
  .contact_hidden.show .contact-form .col-xs-6:nth-child(even) {
    padding-left: 15px;
  }

  .contact_hidden.show .contact-form .col-xs-6:nth-child(odd) {
    padding-right: 15px;
  }
}

@media (min-width: 62em) {
  .qnm-container {
    background: none;
  }
}

@media (min-width: 62em) {
  .qnm-container__positioner {
    position: relative;
    width: 975px;
    height: 100%;
    max-width: 100%;
    margin: 0 auto;
  }
}

@media (min-width: 62em) {
  .qnm-container--first {
    position: relative;
    height: 1220px;
    background-image: url("../../images/empresa/campanas/que-nos-mueve/texture-1.jpg");
    background-position: top center;
    background-repeat: no-repeat;
  }
}

@media (min-width: 62em) {
  .qnm-container--second {
    position: relative;
    height: 2164px;
    background-image: url("../../images/empresa/campanas/que-nos-mueve/texture-2.jpg");
    background-position: top center;
    background-repeat: no-repeat;
  }
}

@media (min-width: 62em) {
  .qnm-container--third {
    position: relative;
    height: 1801px;
    background-image: url("../../images/empresa/campanas/que-nos-mueve/texture-3.jpg");
    background-position: top center;
    background-repeat: no-repeat;
  }
}

@media (min-width: 62em) {
  .qnm-step {
    position: absolute;
    top: 0;
    left: 0;
    padding-top: 0;
  }
}

@media (min-width: 62em) {
  .qnm-step__path:before {
    content: none;
  }
}

@media (min-width: 62em) {
  .qnm-step__path {
    display: none;
  }
}

@media (min-width: 62em) {
  .qnm-step__dot {
    display: none;
  }
}

@media (min-width: 62em) {
  .qnm-step__container {
    padding: 0;
  }
}

@media (min-width: 48em) {
  .qnm-step__title {
    padding-left: 40px;
    margin-bottom: 17px;
    font-size: 45px;
  }
}

@media (min-width: 62em) {
  .qnm-step__title {
    padding-left: 0;
    font-size: 52px;
  }
}

@media (min-width: 48em) {
  .qnm-step__text {
    padding-left: 40px;
    font-size: 22px;
  }
}

@media (min-width: 62em) {
  .qnm-step__text {
    padding-left: 0;
    font-size: 23px;
  }
}

@media (min-width: 62em) {
  .qnm-step__img {
    display: none;
  }
}

@media (min-width: 62em) {
  .qnm-step.qnm-step--red:before {
    content: none;
  }
}

@media (min-width: 62em) {
  .qnm-step--intro {
    display: none;
  }
}

@media (min-width: 62em) {
  .qnm-step--crecer {
    top: 452px;
    padding-left: 70px;
  }
}

@media (min-width: 62em) {
  .qnm-step--arquitectura {
    top: 897px;
    padding-left: 572px;
  }

  .qnm-step--arquitectura .qnm-step__title {
    font-size: 49px;
  }
}

@media (min-width: 48em) {
  .qnm-step--detalles .qnm-step__img {
    max-width: 275px;
  }
}

@media (min-width: 62em) {
  .qnm-step--detalles {
    top: 205px;
    padding-left: 68px;
  }
}

@media (min-width: 48em) {
  .qnm-step--medio-ambiente .qnm-step__img {
    max-width: 260px;
  }
}

@media (min-width: 62em) {
  .qnm-step--medio-ambiente {
    top: 809px;
    padding-left: 355px;
  }
}

@media (min-width: 48em) {
  .qnm-step--talento .qnm-step__img {
    max-width: 630px;
  }
}

@media (min-width: 62em) {
  .qnm-step--talento {
    top: 1054px;
    padding-left: 65px;
  }
}

@media (min-width: 62em) {
  .qnm-step--sostenibilidad {
    top: 1809px;
    padding-left: 65px;
  }
}

@media (min-width: 48em) {
  .qnm-step--tecnologia .qnm-step__img {
    max-width: 280px;
  }
}

@media (min-width: 62em) {
  .qnm-step--tecnologia {
    top: 161px;
    padding-left: 602px;
  }
}

@media (min-width: 48em) {
  .qnm-step--comunicacion .qnm-step__img {
    max-width: 500px;
  }
}

@media (min-width: 62em) {
  .qnm-step--comunicacion {
    top: 617px;
    padding-left: 267px;
  }
}

@media (min-width: 62em) {
  .qnm-step--outro {
    top: 1306px;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .qnm-step--outro .qnm-step__title {
    font-size: 47px;
  }
}

@media (min-width: 62em) {
  .qnm-block {
    display: none;
  }
}

@media (min-width: 62em) {
  .orgatec-intro {
    padding-top: 102px;
    padding-bottom: 102px;
  }
}

@media (min-width: 62em) {
  .orgatec-intro__col-1 {
    padding-top: 65px;
  }
}

@media (min-width: 62em) {
  .orgatec-intro__col-2 {
    padding-top: 0;
  }
}

@media (min-width: 48em) {
  .orgatec-intro__title {
    font-size: 45px;
    margin-bottom: 40px;
  }
}

@media (min-width: 62em) {
  .orgatec-intro__title {
    margin-bottom: 55px;
  }
}

@media (min-width: 62em) {
  .orgatec-intro__title {
    font-size: 54px;
    margin-bottom: 65px;
  }
}

@media (min-width: 62em) {
  .orgatec-intro__text {
    font-size: 23px;
  }
}

@media (min-width: 62em) {
  .orgatec-programs__item {
    width: 25%;
  }
}

@media (min-width: 48em) {
  .orgatec-program.orgatec-program--badminton .orgatec-program__col-image {
    background: url("../../images/empresa/campanas/orgatec2014/program-badminton-pattern.png") center center no-repeat;
  }
}

@media (min-width: 48em) {
  .orgatec-program__container {
    display: table;
  }
}

@media (min-width: 48em) {
  .orgatec-program__col-desc {
    display: table-cell;
    width: 50%;
    padding-top: 95px;
    padding-bottom: 95px;
  }
}

@media (min-width: 62em) {
  .orgatec-program__title {
    font-size: 45px;
  }
}

@media (min-width: 62em) {
  .orgatec-program__title {
    font-size: 54px;
  }
}

@media (min-width: 62em) {
  .orgatec-program__text {
    font-size: 23px;
  }
}

@media (min-width: 48em) {
  .orgatec-program__col-image {
    display: table-cell;
    width: 50%;
    padding-top: 90px;
    padding-bottom: 90px;
    vertical-align: bottom;
  }
}

@media (min-width: 48em) {
  .wly-hero {
    padding-top: 90px;
    padding-right: 30px;
    padding-bottom: 90px;
    padding-left: 30px;
  }
}

@media (min-width: 62em) {
  .wly-hero {
    padding-top: 110px;
    padding-bottom: 110px;
  }
}

@media (min-width: 75em) {
  .wly-hero {
    padding-top: 130px;
    padding-bottom: 130px;
  }
}

@media (min-width: 48em) {
  .wly-goals {
    margin-bottom: 150px;
  }
}

@media (min-width: 48em) {
  .wly-goals__col {
    position: relative;
    margin-bottom: 20px;
  }

  .wly-goals__col:before {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    left: 50%;
    width: 3px;
    height: 50px;
    margin-left: -1px;
    background: #b0c3ca;
  }
}

@media (min-width: 62em) {
  .wly-goals__col {
    padding-top: 100px;
    padding-right: 30px;
    padding-left: 30px;
  }

  .wly-goals__col:before {
    height: 100px;
  }
}

@media (min-width: 85.375em) {
  .wly-goals__col {
    padding-top: 200px;
    padding-right: 38px;
    padding-left: 38px;
  }

  .wly-goals__col:before {
    height: 200px;
  }
}

@media (min-width: 48em) {
  .wly-goals__icon {
    margin-bottom: 40px;
  }
}

@media (min-width: 48em) {
  .wly-goals__text {
    font-size: 21px;
  }
}

@media (min-width: 62em) {
  .wly-goals__text {
    font-size: 23px;
  }
}

@media (min-width: 48em) {
  .wly-goals__decoration {
    position: absolute;
    left: 15px;
    bottom: -214px;
    margin: 0;
  }
}

@media (min-width: 48em) {
  .wly-reasons {
    margin-bottom: 80px;
  }
}

@media (min-width: 62em) {
  .wly-reasons {
    margin-bottom: 100px;
  }
}

@media (min-width: 75em) {
  .wly-reasons {
    min-height: 634px;
    padding-top: 90px;
    background: url("../../images/empresa/campanas/work-loving-yourself/10-good-reasons-to-love-your-job.png") top center no-repeat;
  }
}

@media (min-width: 75em) {
  .wly-reasons__decoration {
    display: none;
    margin-bottom: 0;
  }
}

@media (min-width: 48em) {
  .wly-reasons__col {
    width: 50%;
    padding: 0 15px;
    float: left;
  }
}

@media (min-width: 75em) {
  .wly-reasons__col {
    width: 340px;
    padding: 0 25px;
  }
}

@media (min-width: 62em) {
  .wly-reasons__col-2 {
    float: right;
  }
}

@media (min-width: 48em) {
  .wly-highlights__item__word {
    max-height: none;
  }
}

@media (min-width: 48em) {
  .wly-highlights__decoration {
    position: absolute;
    right: 10%;
    bottom: 0;
    display: block;
    width: auto;
    height: auto;
    max-width: 50%;
    -webkit-transform: translateY(65%);
    -ms-transform: translateY(65%);
    -o-transform: translateY(65%);
    transform: translateY(65%);
  }
}

@media (min-width: 48em) {
  .cet__section {
    margin-bottom: 120px;
  }
}

@media (min-width: 48em) {
  .cet__section__title {
    font-size: 40px;
  }
}

@media (min-width: 48em) {
  .cet__section__title__text {
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media (min-width: 48em) {
  .cet__section__subtitle {
    font-size: 30px;
  }
}

@media (min-width: 48em) {
  .cet__section.cet__section--1 .cet__section__header {
    margin-bottom: 75px;
  }
}

@media (min-width: 30em) {
  .cet__section__hand {
    max-width: 65%;
  }
}

@media (min-width: 62em) {
  .cet__section__hand {
    max-width: 50%;
  }
}

@media (min-width: 48em) {
  .cet__section.cet__section--2 .cet__section__header {
    margin-bottom: 50px;
  }
}

@media (min-width: 48em) {
  .cet__section.cet__section--3 .cet__section__vencelos {
    font-size: 50px;
  }
}

@media (min-width: 62em) {
  .cet__section.cet__section--3 .cet__section__vencelos {
    font-size: 62px;
  }
}

@media (min-width: 48em) {
  .cet__section.cet__section--4 .cet__section__header {
    margin-bottom: 80px;
  }
}

@media (min-width: 48em) {
  .cet__section.cet__section--5 .cet__section__header {
    margin-bottom: 80px;
  }
}

@media (min-width: 62em) {
  .cet__queremos__content {
    position: absolute;
    top: 50px;
    left: 0;
    width: 100%;
  }
}

@media (min-width: 48em) {
  .cet__queremos__title {
    font-size: 41px;
  }
}

@media (min-width: 48em) {
  .cet__queremos__subtitle {
    font-size: 51px;
  }
}

@media (min-width: 48em) {
  .cet__movimiento {
    padding-top: 140px;
    min-height: 1727px;
    background-size: 2606px auto;
  }
}

@media (min-width: 30em) {
  .cet__movimiento__content {
    margin-bottom: 280px;
  }
}

@media (min-width: 48em) {
  .cet__movimiento__content {
    margin-bottom: 365px;
  }
}

@media (min-width: 48em) {
  .cet__movimiento__title {
    font-size: 41px;
  }
}

@media (min-width: 48em) {
  .cet__movimiento__subtitle {
    font-size: 51px;
  }
}

@media (min-width: 48em) {
  .cet__movimiento__logo {
    width: 160px;
  }
}

@media (min-width: 30em) and (max-width: 61.99em) {
  .cet__movimiento__siempre {
    max-width: 75%;
  }
}

@media (min-width: 48em) {
  .vcw-coolworking-text {
    margin-bottom: 40px;
    text-align: center;
  }
}

@media (min-width: 62em) {
  .vcw-coolworking-text {
    margin-bottom: 60px;
  }
}

@media (min-width: 48em) {
  .vcw-text {
    font-size: 20px;
  }
}

@media (min-width: 75em) {
  .vcw-text {
    font-size: 21px;
  }
}

@media (min-width: 48em) {
  .vcw-coolworking {
    margin-bottom: 40px;
  }
}

@media (min-width: 30em) {
  .vcw-block {
    width: 50%;
    float: left;
  }
}

@media (min-width: 62em) {
  .vcw-block {
    width: 33.333333%;
  }
}

@media (min-width: 48em) {
  .vcw-block__content__valign {
    font-size: 30px;
  }
}

@media (min-width: 48em) {
  .vcw-making__map {
    margin-bottom: 50px;
  }
}

@media (min-width: 48em) {
  .vcw-blocks--related {
    margin-bottom: 50px;
  }
}

@media (min-width: 62em) {
  .vcw-blocks--related {
    margin-bottom: 65px;
  }
}

@media (min-width: 48em) {
  .vcw-blocks--related .vcw-block {
    width: 33.333333%;
  }
}

@media (min-width: 75em) {
  .vcw-blocks--related .vcw-block {
    width: 16.6666666667%;
  }
}

@media (min-width: 48em) and (max-width: 61.99em) {
  .vcw-blocks--related .vcw-block__content__valign {
    font-size: 26px;
  }
}

@media (max-width: 47.99em) {
  .vcw-blocks--related .vcw-block__content__valign {
    font-size: 19px;
  }
}

@media (min-width: 75em) {
  .vcw-blocks--related .vcw-block__content__valign {
    font-size: 22px;
  }
}

@media (min-width: 85.375em) {
  .vcw-blocks--related .vcw-block__content__valign {
    font-size: 26px;
  }
}

@media (max-width: 85.365em) {
  .vcw-blocks--related .vcw-block__clock {
    max-width: 28%;
    margin-bottom: 0.4em;
  }
}

@media (max-width: 85.365em) {
  .vcw-blocks--related .vcw-block__title {
    margin-bottom: 0.2em;
  }
}

@media (min-width: 48em) {
  .vcw-start {
    font-size: 40px;
  }
}

@media (min-width: 62em) {
  .vcw-start {
    font-size: 48px;
  }
}

@media (min-width: 48em) {
  .vcw-start__name {
    font-size: 1.07em;
  }
}

@media (min-width: 48em) {
  .vcw-start__text {
    text-align: center;
  }
}

@media (min-width: 62em) {
  .vcw-intro {
    margin-bottom: 60px;
  }
}

@media (min-width: 75em) {
  .vcw-intro {
    margin-bottom: 80px;
    background: none;
  }
}

@media (min-width: 75em) {
  .vcw-intro__image {
    display: block;
    width: 100%;
    height: auto;
  }
}

@media (min-width: 30em) {
  .vcw-intro__content {
    float: left;
    width: 70%;
    padding: 4% 5%;
  }
}

@media (min-width: 48em) {
  .vcw-intro__content {
    width: 50%;
  }
}

@media (min-width: 75em) {
  .vcw-intro__content {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    float: none;
    width: 50%;
    background-color: rgba(0, 0, 0, 0.68);
  }
}

@media (min-width: 85.375em) {
  .vcw-intro__content {
    width: 44%;
    padding: 4% 6%;
  }
}

@media (min-width: 105em) {
  .vcw-intro__content {
    width: 37%;
  }
}

@media (min-width: 105em) {
  .vcw-intro.vcw-intro--newyork .vcw-intro__figure {
    width: 115px;
  }
}

@media (min-width: 30em) {
  .vcw-intro.vcw-intro--london .vcw-intro__figure {
    margin: 0;
  }
}

@media (min-width: 85.375em) {
  .vcw-intro.vcw-intro--london .vcw-intro__figure {
    width: 77px;
  }
}

@media (min-width: 105em) {
  .vcw-intro.vcw-intro--madrid .vcw-intro__figure {
    width: 335px;
  }
}

@media (min-width: 30em) {
  .vcw-intro.vcw-intro--shangai .vcw-intro__figure {
    left: -6%;
  }
}

@media (min-width: 48em) {
  .vcw-intro.vcw-intro--shangai .vcw-intro__figure {
    left: -8%;
  }
}

@media (min-width: 75em) {
  .vcw-intro.vcw-intro--shangai .vcw-intro__figure {
    left: -10%;
    max-width: 60%;
  }
}

@media (min-width: 85.375em) {
  .vcw-intro.vcw-intro--shangai .vcw-intro__figure {
    left: -17%;
    max-width: 85%;
  }
}

@media (min-width: 105em) {
  .vcw-intro.vcw-intro--shangai .vcw-intro__figure {
    left: -20%;
  }
}

@media (min-width: 30em) and (max-width: 47.99em) {
  .vcw-intro.vcw-intro--melbourne .vcw-intro__figure {
    left: -9%;
    width: 109%;
    max-width: none;
  }
}

@media (min-width: 85.375em) {
  .vcw-intro.vcw-intro--melbourne .vcw-intro__figure {
    left: -9%;
    width: 109%;
    max-width: none;
  }
}

@media (min-width: 48em) {
  .vcw-features {
    margin-bottom: 30px;
  }
}

@media (min-width: 48em) {
  .vcw-features__icon {
    margin-bottom: 30px;
  }
}

@media (min-width: 48em) {
  .vcw-features__text {
    padding-right: 5px;
    padding-left: 5px;
  }
}

@media (min-width: 62em) {
  .vcw-features__text {
    padding-right: 10px;
    padding-left: 10px;
    margin-bottom: 30px;
  }
}

@media (min-width: 48em) {
  .vcw-quote {
    margin-bottom: 45px;
  }
}

@media (min-width: 30em) {
  .vcw-quote__image {
    margin-bottom: 0;
  }
}

@media (min-width: 30em) {
  .vcw-quote__circle {
    margin-bottom: -30px;
  }
}

@media (min-width: 48em) {
  .vcw-quote__circle {
    margin-bottom: -45px;
  }
}

@media (min-width: 75em) {
  .vcw-quote__circle {
    position: absolute;
    top: 0;
    right: 0;
    margin-bottom: 0;
    -webkit-transform: translate(15px, -30%);
    -ms-transform: translate(15px, -30%);
    -o-transform: translate(15px, -30%);
    transform: translate(15px, -30%);
  }
}

@media (min-width: 85.375em) {
  .vcw-quote__circle {
    width: 370px;
    -webkit-transform: translate(25%, -30%);
    -ms-transform: translate(25%, -30%);
    -o-transform: translate(25%, -30%);
    transform: translate(25%, -30%);
  }
}

@media (min-width: 105em) {
  .vcw-quote__circle {
    width: 370px;
    -webkit-transform: translate(54%, -40%);
    -ms-transform: translate(54%, -40%);
    -o-transform: translate(54%, -40%);
    transform: translate(54%, -40%);
  }
}

@media (min-width: 23.4375em) {
  .vcw-quote__circle__text {
    padding-right: 20px;
    padding-left: 20px;
    font-size: 19px;
  }
}

@media (min-width: 30em) {
  .vcw-quote__circle__text {
    font-size: 21px;
  }
}

@media (min-width: 48em) {
  .vcw-quote__circle__text {
    padding-right: 25px;
    padding-left: 25px;
    font-size: 22px;
  }
}

@media (min-width: 75em) {
  .vcw-quote__circle__text {
    padding-right: 30px;
    padding-left: 30px;
    font-size: 24px;
  }
}

@media (min-width: 30em) {
  .vcw-quote__text {
    position: absolute;
    bottom: 0;
    left: 12%;
    width: 450px;
    max-width: 80%;
    border-color: #fff;
    font-size: 26px;
    color: #fff;
  }
}

@media (min-width: 62em) {
  .vcw-quote__text {
    font-size: 30px;
  }
}

@media (min-width: 75em) {
  .vcw-quote.vcw-quote--rio .vcw-quote__circle {
    top: 8%;
    right: auto;
    left: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}

@media (min-width: 85.375em) {
  .vcw-quote.vcw-quote--rio .vcw-quote__circle {
    -webkit-transform: translateX(-25%);
    -ms-transform: translateX(-25%);
    -o-transform: translateX(-25%);
    transform: translateX(-25%);
  }
}

@media (min-width: 105em) {
  .vcw-quote.vcw-quote--rio .vcw-quote__circle {
    -webkit-transform: translateX(-64%);
    -ms-transform: translateX(-64%);
    -o-transform: translateX(-64%);
    transform: translateX(-64%);
  }
}

@media (min-width: 30em) {
  .vcw-quote.vcw-quote--rio .vcw-quote__text {
    left: auto;
    right: 1%;
  }
}

@media (min-width: 75em) {
  .vcw-quote.vcw-quote--london .vcw-quote__circle {
    top: 24%;
    right: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px);
  }
}

@media (min-width: 85.375em) {
  .vcw-quote.vcw-quote--london .vcw-quote__circle {
    -webkit-transform: translateX(25%);
    -ms-transform: translateX(25%);
    -o-transform: translateX(25%);
    transform: translateX(25%);
  }
}

@media (min-width: 105em) {
  .vcw-quote.vcw-quote--london .vcw-quote__circle {
    -webkit-transform: translateX(54%);
    -ms-transform: translateX(54%);
    -o-transform: translateX(54%);
    transform: translateX(54%);
  }
}

@media (min-width: 30em) {
  .vcw-quote.vcw-quote--london .vcw-quote__text {
    left: 8%;
  }
}

@media (min-width: 30em) {
  .vcw-quote.vcw-quote--madrid .vcw-quote__text {
    left: auto;
    right: 1%;
  }
}

@media (min-width: 75em) {
  .vcw-quote.vcw-quote--shangai .vcw-quote__circle {
    top: -3.5%;
    right: auto;
    left: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}

@media (min-width: 85.375em) {
  .vcw-quote.vcw-quote--shangai .vcw-quote__circle {
    -webkit-transform: translateX(-25%);
    -ms-transform: translateX(-25%);
    -o-transform: translateX(-25%);
    transform: translateX(-25%);
  }
}

@media (min-width: 105em) {
  .vcw-quote.vcw-quote--shangai .vcw-quote__circle {
    -webkit-transform: translateX(-64%);
    -ms-transform: translateX(-64%);
    -o-transform: translateX(-64%);
    transform: translateX(-64%);
  }
}

@media (min-width: 48em) {
  .vcw-quote.vcw-quote--shangai .vcw-quote__image {
    margin-bottom: 50px;
  }
}

@media (min-width: 30em) {
  .vcw-quote.vcw-quote--shangai .vcw-quote__text {
    left: auto;
    right: 3%;
    margin-bottom: 0;
  }
}

@media (min-width: 75em) {
  .vcw-quote.vcw-quote--melbourne .vcw-quote__circle {
    top: -6%;
    right: auto;
    left: 10%;
    -webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
}

@media (min-width: 30em) {
  .vcw-quote.vcw-quote--melbourne .vcw-quote__text {
    left: 4%;
  }
}

@media (min-width: 48em) {
  .vcw-gallery {
    margin-bottom: 70px;
  }
}

@media (min-width: 75em) {
  .vcw-gallery {
    margin-bottom: 90px;
  }
}

@media (min-width: 48em) {
  .vcw-download {
    margin-bottom: 150px;
  }
}

@media (min-width: 62em) {
  .vcw-download {
    margin-bottom: 180px;
  }
}

@media (min-width: 75em) {
  .vcw-download {
    margin-bottom: 230px;
  }
}

@media (min-width: 30em) {
  .vcw-download__title {
    font-size: 47px;
  }
}

@media (min-width: 30em) {
  .vcw-download__subtitle {
    font-size: 24px;
  }
}

@media (min-width: 48em) {
  .vcw-video__wrap {
    margin-bottom: 80px;
  }
}

@media (min-width: 75em) {
  .vcw-video__wrap {
    margin-bottom: 120px;
  }
}

@media (min-width: 30em) {
  .vcw-related__plane {
    max-width: 100%;
    -webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
}

@media (min-width: 23.4375em) {
  .atc-hero {
    background-position: 100% 75%;
  }
}

@media (min-width: 25.875em) {
  .atc-hero {
    padding-top: 60px;
    background-image: url("../../images/empresa/campanas/actiu-the-cool/bg-salero.jpg");
    background-size: 150% auto;
    background-position: 100% 100%;
  }
}

@media (min-width: 30em) {
  .atc-hero {
    padding-top: 80px;
    background-size: 100% auto;
  }
}

@media (min-width: 48em) {
  .atc-hero {
    height: 550px;
    padding-top: 90px;
  }
}

@media (min-width: 75em) {
  .atc-hero {
    padding-top: 115px;
    background-size: auto 100%;
    background-size: cover;
    background-position: 50% 50%;
  }
}

@media (min-width: 85.375em) {
  .atc-hero {
    height: 700px;
    background-size: auto 100%;
    background-size: cover;
  }
}

@media (min-width: 105em) {
  .atc-hero {
    height: 800px;
  }
}

@media (min-width: 64em) {
  .atc-hero .hero__title {
    top: 19%;
  }
}

@media (min-width: 75em) {
  .atc-hero .hero__title {
    top: 25%;
  }
}

@media (min-width: 48em) {
  .atc-container {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 62em) {
  .atc-container {
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media (min-width: 75em) {
  .atc-container {
    padding-right: 30px;
    padding-left: 30px;
  }
}

@media (min-width: 48em) {
  .atc-video-wrap {
    margin-bottom: 70px;
  }
}

@media (min-width: 62em) {
  .atc-video-wrap {
    width: 54%;
    margin-bottom: 100px;
  }
}

@media (min-width: 75em) {
  .atc-video-wrap {
    margin-bottom: 135px;
  }
}

@media (min-width: 62em) {
  .atc-video {
    margin-top: -44%;
  }
}

@media (min-width: 62em) {
  .atc-subtitle {
    margin-bottom: 70px;
  }
}

@media (min-width: 75em) {
  .atc-subtitle {
    margin-bottom: 85px;
  }
}

@media (min-width: 30em) {
  .atc-box {
    font-size: 18px;
  }
}

@media (min-width: 48em) {
  .atc-box {
    margin-right: -20px;
    padding-left: -20px;
    font-size: 20px;
  }
}

@media (min-width: 62em) {
  .atc-box {
    float: left;
    width: -webkit-calc(50% - 10px);
    width: calc(50% - 10px);
    margin-right: 0;
    margin-bottom: 20px;
    margin-left: 0;
    font-size: 19px;
  }

  .atc-box:before {
    content: "";
    display: block;
    position: relative;
    width: 100%;
    padding-top: 100%;
  }

  .atc-box:nth-child(2n+1) {
    margin-right: 10px;
  }

  .atc-box:nth-child(2n) {
    margin-left: 10px;
  }
}

@media (min-width: 75em) {
  .atc-box {
    width: -webkit-calc(50% - 15px);
    width: calc(50% - 15px);
    margin-bottom: 30px;
    font-size: 21px;
  }

  .atc-box:before {
    content: "";
    display: block;
    position: relative;
    width: 100%;
    padding-top: 92%;
  }

  .atc-box:nth-child(2n+1) {
    margin-right: 15px;
  }

  .atc-box:nth-child(2n) {
    margin-left: 15px;
  }
}

@media (min-width: 85.375em) {
  .atc-box {
    max-height: 665px;
    font-size: 22px;
  }

  .atc-box:before {
    content: "";
    display: block;
    position: relative;
    width: 100%;
    padding-top: 85%;
  }
}

@media (min-width: 62em) {
  .atc-box__inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}

@media (min-width: 48em) {
  .atc-box__content {
    padding-top: 50px;
    padding-right: 30px;
    padding-bottom: 50px;
    padding-left: 30px;
  }
}

@media (min-width: 62em) {
  .atc-box__content {
    width: 69%;
    max-width: 500px;
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

@media (min-width: 75em) {
  .atc-box__content {
    padding-right: 50px;
    padding-left: 50px;
  }
}

@media (min-width: 85.375em) {
  .atc-box__content {
    padding-top: 70px;
    padding-right: 60px;
    padding-bottom: 70px;
    padding-left: 60px;
    margin-left: 2%;
  }
}

@media (min-width: 105em) {
  .atc-box__content {
    margin-top: 4%;
    margin-left: 4%;
  }
}

@media (min-width: 62em) {
  .atc-box--text-right .atc-box__content {
    float: right;
    text-align: right;
  }
}

@media (min-width: 85.375em) {
  .atc-box--text-right .atc-box__content {
    margin-right: 2%;
    margin-left: 0;
  }
}

@media (min-width: 105em) {
  .atc-box--text-right .atc-box__content {
    margin-right: 4%;
  }
}

@media (min-width: 30em) {
  .atc-box__title {
    font-size: 1.9em;
  }
}

@media (max-width: 29.99em) {
  .atc-box-1:before {
    content: "";
    display: block;
    position: relative;
    width: 100%;
    padding-top: 85%;
  }
}

@media (min-width: 30em) and (max-width: 61.99em) {
  .atc-box-1:before {
    content: "";
    display: block;
    position: relative;
    width: 100%;
    padding-top: 58%;
  }
}

@media (min-width: 30em) {
  .atc-box-1 .atc-box__content {
    width: 85%;
    margin-right: auto;
    margin-left: auto;
  }
}

@media (min-width: 62em) {
  .atc-box-1 .atc-box__content {
    max-width: 552px;
    text-align: right;
  }
}

@media (min-width: 30em) and (max-width: 61.99em) {
  .atc-box-1__logo {
    max-width: 80%;
  }
}

@media (min-width: 62em) {
  .atc-box-1__logo {
    display: inline-block;
  }
}

@media (min-width: 62em) {
  .atc-box-2 .atc-box__content {
    width: 62%;
    max-width: 430px;
  }
}

@media (min-width: 48em) {
  .atc-box-2__hand {
    margin-right: -30px;
  }
}

@media (min-width: 62em) {
  .atc-box-2__hand {
    position: absolute;
    top: 18px;
    right: -20px;
    float: none;
    margin: 0;
  }
}

@media (min-width: 75em) {
  .atc-box-2__hand {
    right: -30px;
  }
}

@media (min-width: 62em) {
  .atc-box-3 .atc-box__content {
    width: 66%;
  }
}

@media (min-width: 85.375em) {
  .atc-box-3 .atc-box__content {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

@media (min-width: 30em) {
  .atc-box-3__hand {
    margin-bottom: 30px;
  }
}

@media (min-width: 48em) {
  .atc-box-3__hand {
    max-width: 80%;
    margin-top: -50px;
  }
}

@media (min-width: 62em) {
  .atc-box-3__hand {
    position: absolute;
    top: -20px;
    right: -5%;
    float: none;
    max-width: 94%;
    margin: 0;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    -o-transform: translateX(50%);
    transform: translateX(50%);
  }
}

@media (min-width: 75em) {
  .atc-box-3__hand {
    top: -30px;
  }
}

@media (min-width: 85.375em) {
  .atc-box-4 .atc-box__content {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

@media (min-width: 48em) {
  .atc-box-5__hand {
    max-width: 80%;
    margin-left: -30px;
  }
}

@media (min-width: 62em) {
  .atc-box-5__hand {
    position: absolute;
    left: -20px;
    max-width: 97%;
    margin: -40px 0 0 0;
  }
}

@media (min-width: 75em) {
  .atc-box-5__hand {
    left: -30px;
  }
}

@media (min-width: 62em) {
  .atc-box-6 .atc-box__content {
    width: 90%;
    max-width: 690px;
  }
}

@media (min-width: 48em) {
  .atc-box-6__hand {
    max-width: 80%;
    margin-right: -30px;
  }
}

@media (min-width: 62em) {
  .atc-box-6__hand {
    position: absolute;
    right: -20px;
    float: none;
    max-width: 94%;
    margin: -30px 0 0 0;
  }
}

@media (min-width: 75em) {
  .atc-box-6__hand {
    right: -30px;
    margin-top: -40px;
  }
}

@media (min-width: 48em) {
  .about-subtitle {
    font-size: 31px;
  }
}

@media (min-width: 62em) {
  .about-title {
    margin-bottom: 0;
  }
}

@media (min-width: 48em) {
  .about-digit__label {
    font-size: 21px;
  }
}

@media (min-width: 30em) {
  .about-digit__number {
    font-size: 75px;
  }
}

@media (min-width: 48em) {
  .about-digit__number {
    font-size: 95px;
  }
}

@media (min-width: 62em) {
  .about-digit__number {
    font-size: 110px;
  }
}

@media (min-width: 30em) {
  .about-digit.about-digit--xs-smaller .about-digit__number {
    font-size: 75px;
  }
}

@media (min-width: 48em) {
  .about-digit.about-digit--xs-smaller .about-digit__number {
    font-size: 95px;
  }
}

@media (min-width: 62em) {
  .about-digit.about-digit--xs-smaller .about-digit__number {
    font-size: 110px;
  }
}

@media (min-width: 62em) {
  .about-design {
    padding-top: 90px;
  }
}

@media (min-width: 62em) {
  .about-design__title {
    margin-bottom: 90px;
  }
}

@media (min-width: 62em) {
  .about-design__hand {
    float: right;
    max-width: none;
    margin-top: -165px;
    margin-right: -165px;
  }
}

@media (min-width: 62em) {
  .about-design__col-1-2 {
    text-align: left;
  }
}

@media (min-width: 62em) {
  .about-design__digit {
    margin-left: 133px;
  }
}

@media (min-width: 62em) {
  .about-design__furniture {
    float: left;
    max-width: none;
  }
}

@media (min-width: 48em) {
  .about-design__col-2-1 {
    padding-top: 65px;
    padding-right: 75px;
    text-align: right;
  }
}

@media (min-width: 48em) {
  .about-design__col-2-2 {
    padding-top: 0;
    text-align: left;
  }
}

@media (min-width: 30em) {
  .about-design__graph {
    max-width: none;
  }
}

@media (min-width: 48em) {
  .about-design__graph {
    margin: 0;
  }
}

@media (min-width: 48em) {
  .about-design__graph__label {
    font-size: 21px;
  }
}

@media (min-width: 48em) {
  .about-design__graph__number {
    font-size: 65px;
  }
}

@media (min-width: 62em) {
  .about-design__graph__number {
    font-size: 79px;
  }
}

@media (min-width: 62em) {
  .about-awards {
    text-align: left;
  }
}

@media (min-width: 62em) {
  .about-awards__title {
    margin-bottom: 0;
  }
}

@media (min-width: 62em) {
  .about-awards__digit-1 {
    position: absolute;
    z-index: 2;
    top: 10%;
    left: 5%;
    margin-right: 0;
  }
}

@media (min-width: 75em) {
  .about-awards__digit-1 {
    top: auto;
    bottom: 30%;
  }
}

@media (min-width: 62em) {
  .about-awards__digit-2 {
    position: absolute;
    z-index: 2;
    top: 10%;
    right: 5%;
    margin-left: 0;
  }
}

@media (min-width: 75em) {
  .about-awards__image {
    float: left;
    max-width: none;
    -webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    margin-left: 9%;
  }
}

@media (min-width: 62em) {
  .about-fabrication {
    padding-top: 85px;
    text-align: left;
  }
}

@media (min-width: 62em) {
  .about-fabrication__content {
    padding-left: 36%;
  }
}

@media (min-width: 62em) {
  .about-fabrication__content--2 {
    padding-bottom: 60px;
  }
}

@media (min-width: 48em) {
  .about-fabrication__arrow {
    position: absolute;
    left: 55px;
    width: 3000px;
    margin-top: 0;
    margin-left: -40px;
    margin-right: 0;
    font-size: 21px;
    line-height: 52px;
    white-space: nowrap;
    -webkit-transform: rotate(-90deg) translateX(-30px);
    -ms-transform: rotate(-90deg) translateX(-30px);
    -o-transform: rotate(-90deg) translateX(-30px);
    transform: rotate(-90deg) translateX(-30px);
    -webkit-transform-origin: left top 0;
    -ms-transform-origin: left top 0;
    -o-transform-origin: left top 0;
    transform-origin: left top 0;
  }
}

@media (min-width: 62em) {
  .about-fabrication__arrow {
    left: 18%;
  }
}

@media (min-width: 23.4375em) {
  .about-fabrication__arrow__content {
    margin-left: 0;
  }
}

@media (min-width: 48em) {
  .about-fabrication__arrow__content {
    padding-top: 10px;
    padding-left: 45px;
  }
}

@media (min-width: 25.875em) {
  .about-fabrication__arrow__percent {
    font-size: 30px;
  }
}

@media (min-width: 48em) {
  .about-fabrication__arrow__percent {
    font-size: 52px;
  }
}

@media (min-width: 62em) {
  .about-fabrication__figure {
    margin: 0 0 30px;
  }
}

@media (min-width: 62em) {
  .about-fabrication__capacity__title {
    padding-top: 80px;
    padding-bottom: 45px;
  }
}

@media (min-width: 48em) {
  .about-fabrication__block {
    margin-bottom: 45px;
  }
}

@media (min-width: 48em) {
  .about-fabrication__block--sillas .about-fabrication__block__icon-wrap {
    border: 17px solid #b0d34c;
  }
}

@media (min-width: 48em) {
  .about-fabrication__block--armarios .about-fabrication__block__icon-wrap {
    border: 4px solid #00bdec;
  }
}

@media (min-width: 48em) {
  .about-fabrication__block--mesas .about-fabrication__block__icon-wrap {
    border: 8px solid #d52048;
  }
}

@media (min-width: 48em) {
  .about-fabrication__block__icon-wrap {
    width: 130px;
    height: 130px;
    margin-right: 50px;
  }
}

@media (min-width: 62em) {
  .about-sustain {
    padding-top: 90px;
  }
}

@media (min-width: 62em) {
  .about-sustain__solar-block {
    margin-bottom: 0;
  }
}

@media (min-width: 48em) {
  .about-sustain__solar-block--co2 .about-sustain__solar-block__icon-wrap {
    border: 4px solid #81c784;
  }
}

@media (min-width: 48em) {
  .about-sustain__solar-block--energy .about-sustain__solar-block__icon-wrap {
    border: 17px solid #ffd600;
  }
}

@media (min-width: 48em) {
  .about-sustain__solar-block__icon-wrap {
    width: 130px;
    height: 130px;
  }
}

@media (min-width: 62em) {
  .about-sustain__solar-block__icon-wrap {
    margin-right: 0;
    margin-left: 0;
  }
}

@media (min-width: 48em) {
  .about-sustain__solar__figure {
    max-width: 100%;
  }
}

@media (min-width: 48em) {
  .about-sustain__solar-needs {
    padding-top: 110px;
    text-align: left;
  }
}

@media (min-width: 48em) {
  .about-sustain__solar-needs__num {
    font-size: 79px;
  }
}

@media (min-width: 48em) {
  .about-sustain__solar-needs__text {
    padding-top: 25px;
    font-size: 21px;
  }
}

@media (min-width: 62em) {
  .about-sustain__solar-needs__graph {
    margin-top: 28px;
  }
}

@media (min-width: 48em) {
  .about-sustain__nature {
    padding-top: 0;
  }
}

@media (min-width: 48em) {
  .about-sustain__nature__cloud {
    position: absolute;
    top: -35px;
    right: 12%;
    margin-bottom: 0;
  }
}

@media (min-width: 62em) {
  .about-sustain__nature__cloud {
    top: -55px;
    right: 20%;
    max-width: none;
  }
}

@media (min-width: 48em) {
  .about-sustain__nature__title {
    margin-bottom: 58px;
  }
}

@media (min-width: 48em) {
  .about-sustain__nature-block {
    height: 130px;
  }
}

@media (min-width: 62em) {
  .about-sustain__nature-block {
    height: 236px;
  }
}

@media (min-width: 62em) {
  .about-sustain__nature-block--tree .about-sustain__nature-block__fig {
    max-width: none;
    margin-right: 50px;
  }
}

@media (min-width: 48em) {
  .about-sustain__nature-block--tree {
    margin-bottom: 0;
  }
}

@media (min-width: 48em) {
  .about-sustain__nature-block--plant .about-sustain__nature-block__fig {
    max-width: none;
    margin-right: 60px;
  }
}

@media (min-width: 62em) {
  .about-sustain__nature-block--plant .about-digit {
    margin-top: 38px;
  }
}

@media (min-width: 48em) {
  .about-sustain__water {
    padding-top: 70px;
  }
}

@media (min-width: 62em) {
  .about-sustain__water {
    padding-top: 100px;
  }
}

@media (min-width: 48em) {
  .about-sustain__soil {
    margin-bottom: 50px;
    text-align: left;
  }
}

@media (min-width: 62em) {
  .about-sustain__soil {
    margin-bottom: 85px;
  }
}

@media (min-width: 48em) {
  .about-sustain__soil__num {
    font-size: 79px;
  }
}

@media (min-width: 48em) {
  .about-sustain__soil__text {
    padding-top: 25px;
    font-size: 21px;
  }
}

@media (min-width: 62em) {
  .about-sustain__soil__graph {
    margin-bottom: 24px;
  }
}

@media (min-width: 48em) {
  .about-sustain__water__subterran {
    text-align: right;
  }
}

@media (min-width: 62em) {
  .about-internacional {
    padding-top: 80px;
  }
}

@media (min-width: 48em) {
  .about-internacional__title {
    margin-bottom: 50px;
  }
}

@media (min-width: 62em) {
  .about-internacional__title {
    margin-bottom: 80px;
  }
}

@media (min-width: 62em) {
  .about-internacional__showrooms {
    margin-bottom: 65px;
  }
}

@media (min-width: 62em) {
  .about-internacional__showrooms__title {
    margin-bottom: 50px;
  }
}

@media (min-width: 48em) {
  .about-internacional__showrooms__figure {
    max-width: 100%;
    margin-bottom: 0;
  }
}

@media (min-width: 48em) {
  .about-internacional__showrooms__text {
    padding-top: 100px;
    text-align: left;
  }
}

@media (min-width: 62em) {
  .about-internacional__showrooms__text {
    padding-top: 115px;
  }
}

@media (min-width: 48em) {
  .about-internacional__showrooms__hero {
    margin-bottom: 60px;
  }
}

@media (min-width: 62em) {
  .about-internacional__showrooms__hero {
    margin-bottom: 80px;
  }
}

@media (min-width: 30em) {
  .about-internacional__showrooms__list-col {
    width: 33.33333%;
  }
}

@media (min-width: 62em) {
  .about-internacional__showrooms__list-col {
    width: 16.66666%;
  }
}

@media (min-width: 48em) {
  .about-internacional__showrooms__item__icon {
    margin-bottom: 22px;
  }
}

@media (min-width: 48em) {
  .about-logo {
    padding-top: 75px;
    padding-bottom: 250px;
  }
}

@media (min-width: 62em) {
  .about-logo {
    padding-top: 95px;
    padding-bottom: 280px;
  }
}

@media (min-width: 85.375em) {
  .about-logo {
    padding-top: 120px;
    padding-bottom: 320px;
  }
}

@media (min-width: 48em) {
  .about-logo .title {
    margin-bottom: 70px;
  }
}

@media (min-width: 62em) {
  .about-logo .title {
    margin-bottom: 85px;
  }
}

@media (min-width: 85.375em) {
  .about-logo .title {
    margin-bottom: 115px;
  }
}

@media (min-width: 23.4375em) {
  .logohis {
    font-size: 7px;
  }
}

@media (min-width: 48em) {
  .logohis {
    font-size: 8px;
  }
}

@media (min-width: 62em) {
  .logohis {
    font-size: 9px;
  }
}

@media (min-width: 75em) {
  .logohis {
    font-size: 10px;
  }
}

@media (min-width: 25.875em) {
  .logohis-item__dot {
    width: 4.6em;
    height: 4.6em;
  }
}

@media (min-width: 25.875em) {
  .logohis-item__dot__number {
    width: 2.6em;
    height: 2.6em;
    line-height: 2.6em;
  }
}

@media (min-width: 48em) {
  .logohis-item__info {
    position: absolute;
    z-index: 1;
    top: 0.2em;
    display: block;
    width: 26.8em;
  }
}

@media (min-width: 62em) {
  .logohis-item--color .logohis-item__info {
    right: -31.8em;
  }
}

@media (min-width: 62em) {
  .logohis-item--color .logohis-item__title:before {
    width: 32.8em;
  }
}

@media (min-width: 62em) {
  .logohis-item--imagotipo .logohis-item__info {
    right: -39.4em;
  }
}

@media (min-width: 62em) {
  .logohis-item--imagotipo .logohis-item__title:before {
    width: 40.4em;
  }
}

@media (min-width: 62em) {
  .logohis-item--letra .logohis-item__info {
    left: -32em;
    width: 26.8em;
  }
}

@media (min-width: 75em) {
  .logohis-item--letra .logohis-item__info {
    left: -34.3em;
  }
}

@media (min-width: 62em) {
  .logohis-item--letra .logohis-item__title:before {
    width: 33em;
  }
}

@media (min-width: 75em) {
  .logohis-item--letra .logohis-item__title:before {
    width: 35.3em;
  }
}

@media (min-width: 48em) {
  .logohis-item-list {
    display: none;
  }
}

@media (min-width: 48em) {
  .about-history .title {
    margin-bottom: 60px;
  }
}

@media (min-width: 62em) {
  .about-history .title {
    margin-bottom: 70px;
  }
}

@media (min-width: 48em) {
  .about-history {
    padding-top: 75px;
    padding-bottom: 50px;
  }
}

@media (min-width: 62em) {
  .about-history {
    padding-top: 120px;
  }
}

@media (min-width: 48em) {
  .history:nth-child(2n) {
    background: #fff;
  }

  .history:nth-child(2n) .history__col-left {
    background: #f7f7f5;
  }
}

@media (min-width: 48em) {
  .history:nth-child(2n + 1) .history__col-left {
    background: #f0f0f0;
  }
}

@media (min-width: 48em) {
  .history {
    padding-top: 0;
    padding-bottom: 0;
  }
}

@media (min-width: 48em) {
  .history__container {
    padding: 0;
  }
}

@media (min-width: 48em) {
  .history__row {
    display: table;
    width: 100%;
  }
}

@media (min-width: 48em) {
  .history__col__content {
    width: 100%;
    max-width: 550px;
    padding-top: 60px;
    padding-right: 30px;
    padding-bottom: 120px;
    padding-left: 30px;
  }
}

@media (min-width: 62em) {
  .history__col__content {
    padding-right: 35px;
    padding-left: 35px;
  }
}

@media (min-width: 75em) {
  .history__col__content {
    padding-right: 50px;
    padding-left: 50px;
  }
}

@media (min-width: 48em) {
  .history__countries__number__val {
    padding-top: 0;
    font-size: 21px;
  }
}

@media (min-width: 48em) {
  .history__col-left {
    display: table-cell;
    width: 50%;
    vertical-align: bottom;
  }

  .history__col-left .history__col__content {
    float: right;
  }
}

@media (min-width: 48em) {
  .history__figure {
    max-width: 100%;
    float: right;
  }
}

@media (min-width: 48em) {
  .history__col-right {
    display: table-cell;
    width: 50%;
  }

  .history__col-right .history__col__content {
    float: left;
  }
}

@media (min-width: 48em) {
  .history__year {
    margin-top: 0;
    font-size: 90px;
    text-align: left;
  }
}

@media (min-width: 62em) {
  .history__year {
    font-size: 115px;
  }
}

@media (min-width: 48em) {
  .history__year__val {
    display: block;
  }
}

@media (min-width: 48em) {
  .history__year__icon {
    position: absolute;
    top: 12px;
    right: 0;
    width: auto;
    margin-top: 0;
  }
}

@media (min-width: 48em) {
  .history__text {
    padding-bottom: 24px;
    margin-bottom: 30px;
  }
}

@media (min-width: 62em) {
  .history__text {
    font-size: 21px;
  }
}

@media (min-width: 48em) {
  .history__stats__item__text {
    margin-right: 15px;
    font-size: 19px;
  }
}

@media (min-width: 62em) {
  .history__stats__item__text {
    font-size: 20px;
  }
}

@media (min-width: 75em) {
  .history__stats__item__text {
    margin-right: 18px;
    font-size: 21px;
  }
}

@media (min-width: 48em) {
  .history__stats__item__num {
    font-size: 21px;
  }
}

@media (min-width: 62em) {
  .history__stats__item__num {
    font-size: 22px;
  }
}

@media (min-width: 75em) {
  .history__stats__item__num {
    font-size: 25px;
  }
}

@media (min-width: 48em) {
  .history--1968 .history__countries__number__val {
    font-size: 17px;
  }
}

@media (min-width: 48em) {
  .history--1970 .history__col__content {
    padding-top: 80px;
  }

  .history--1970 .history__countries__number {
    padding: 21px;
  }

  .history--1970 .history__countries__number__val {
    width: 60px;
    height: 60px;
  }
}

@media (min-width: 48em) {
  .history--1982 .history__stats__item__graph-1 {
    width: 26.25px;
  }
}

@media (min-width: 62em) {
  .history--1982 .history__stats__item__graph-1 {
    width: 33.25px;
  }
}

@media (min-width: 75em) {
  .history--1982 .history__stats__item__graph-1 {
    width: 35px;
  }
}

@media (min-width: 48em) {
  .history--1982 .history__stats__item__graph-2 {
    width: 30px;
  }
}

@media (min-width: 62em) {
  .history--1982 .history__stats__item__graph-2 {
    width: 38px;
  }
}

@media (min-width: 75em) {
  .history--1982 .history__stats__item__graph-2 {
    width: 40px;
  }
}

@media (min-width: 48em) {
  .history--1982 .history__col__content {
    padding-top: 80px;
    padding-bottom: 160px;
  }

  .history--1982 .history__countries__number {
    padding: 25px;
  }

  .history--1982 .history__countries__number__val {
    width: 90px;
    height: 90px;
  }
}

@media (min-width: 48em) {
  .history--1995 .history__stats__item__graph-1 {
    width: 90px;
  }
}

@media (min-width: 62em) {
  .history--1995 .history__stats__item__graph-1 {
    width: 114px;
  }
}

@media (min-width: 75em) {
  .history--1995 .history__stats__item__graph-1 {
    width: 120px;
  }
}

@media (min-width: 48em) {
  .history--1995 .history__stats__item__graph-2 {
    width: 45px;
  }
}

@media (min-width: 62em) {
  .history--1995 .history__stats__item__graph-2 {
    width: 57px;
  }
}

@media (min-width: 75em) {
  .history--1995 .history__stats__item__graph-2 {
    width: 60px;
  }
}

@media (min-width: 48em) {
  .history--1995 .history__col__content {
    padding-top: 110px;
    padding-bottom: 230px;
  }

  .history--1995 .history__countries__number {
    padding: 25px;
  }

  .history--1995 .history__countries__number__val {
    width: 150px;
    height: 150px;
  }
}

@media (min-width: 48em) {
  .history--2000 .history__stats__item__graph-1 {
    width: 112.5px;
  }
}

@media (min-width: 62em) {
  .history--2000 .history__stats__item__graph-1 {
    width: 142.5px;
  }
}

@media (min-width: 75em) {
  .history--2000 .history__stats__item__graph-1 {
    width: 150px;
  }
}

@media (min-width: 48em) {
  .history--2000 .history__stats__item__graph-2 {
    width: 52.5px;
  }
}

@media (min-width: 62em) {
  .history--2000 .history__stats__item__graph-2 {
    width: 66.5px;
  }
}

@media (min-width: 75em) {
  .history--2000 .history__stats__item__graph-2 {
    width: 70px;
  }
}

@media (min-width: 48em) {
  .history--2000 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .history--2000 .history__col__content {
    padding-top: 180px;
    padding-bottom: 300px;
  }

  .history--2000 .history__countries__number {
    padding: 25px;
  }

  .history--2000 .history__countries__number__val {
    width: 280px;
    height: 280px;
    font-size: 25px;
  }

  .history--2000 .history__countries__word {
    font-size: 25px;
  }
}

@media (min-width: 48em) {
  .history--2008 .history__stats__item__graph-1 {
    width: 135px;
  }
}

@media (min-width: 62em) {
  .history--2008 .history__stats__item__graph-1 {
    width: 171px;
  }
}

@media (min-width: 75em) {
  .history--2008 .history__stats__item__graph-1 {
    width: 180px;
  }
}

@media (min-width: 48em) {
  .history--2008 .history__stats__item__graph-2 {
    width: 221.25px;
  }
}

@media (min-width: 62em) {
  .history--2008 .history__stats__item__graph-2 {
    width: 280.25px;
  }
}

@media (min-width: 75em) {
  .history--2008 .history__stats__item__graph-2 {
    width: 295px;
  }
}

@media (min-width: 48em) {
  .history--2008 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .history--2008 .history__col__content {
    padding-top: 260px;
    padding-bottom: 320px;
  }

  .history--2008 .history__countries__number {
    padding: 25px;
  }

  .history--2008 .history__countries__number__val {
    width: 440px;
    height: 440px;
    font-size: 31px;
  }

  .history--2008 .history__countries__word {
    font-size: 31px;
  }
}

@media (min-width: 48em) {
  .history--2015 .history__stats__item__graph-1 {
    width: 215.25px;
  }
}

@media (min-width: 62em) {
  .history--2015 .history__stats__item__graph-1 {
    width: 272.65px;
  }
}

@media (min-width: 75em) {
  .history--2015 .history__stats__item__graph-1 {
    width: 287px;
  }
}

@media (min-width: 48em) {
  .history--2015 .history__stats__item__graph-2 {
    width: 221.25px;
  }
}

@media (min-width: 62em) {
  .history--2015 .history__stats__item__graph-2 {
    width: 280.25px;
  }
}

@media (min-width: 75em) {
  .history--2015 .history__stats__item__graph-2 {
    width: 295px;
  }
}

@media (min-width: 48em) {
  .history--2015 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .history--2015 .history__col__content {
    padding-top: 280px;
  }

  .history--2015 .history__countries__number {
    padding: 25px;
  }

  .history--2015 .history__countries__number__val {
    width: 480px;
    height: 480px;
    font-size: 31px;
  }

  .history--2015 .history__countries__word {
    font-size: 31px;
  }
}

@media (min-width: 48em) {
  .history--1995 .history__countries__number__val,
  .history--2000 .history__countries__number__val,
  .history--2008 .history__countries__number__val,
  .history--2015 .history__countries__number__val {
    position: relative;
  }

  .history--1995 .history__countries__word,
  .history--2000 .history__countries__word,
  .history--2008 .history__countries__word,
  .history--2015 .history__countries__word {
    top: 55%;
    top: -webkit-calc(50% + 12px);
    top: calc(50% + 12px);
    left: 50%;
    color: #fff;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

@media (min-width: 30em) {
  .navidad-hero .navidad-hero__title {
    font-size: 53.25px;
  }
}

@media (min-width: 48em) {
  .navidad-hero .navidad-hero__title {
    font-size: 60.35px;
  }
}

@media (min-width: 62em) {
  .navidad-hero .navidad-hero__title {
    font-size: 63.9px;
  }
}

@media (min-width: 75em) {
  .navidad-hero .navidad-hero__title {
    font-size: 71px;
  }
}

@media (min-width: 30em) {
  .navidad-hero .navidad-hero__title-big {
    font-size: 60px;
  }
}

@media (min-width: 48em) {
  .navidad-hero .navidad-hero__title-big {
    font-size: 64px;
  }
}

@media (min-width: 62em) {
  .navidad-hero .navidad-hero__title-big {
    font-size: 72px;
  }
}

@media (min-width: 75em) {
  .navidad-hero .navidad-hero__title-big {
    font-size: 80px;
  }
}

@media (min-width: 48em) {
  .navidad-hero .navidad-hero__hat {
    bottom: 60px;
    width: 150px;
    height: 56px;
  }
}

@media (min-width: 62em) {
  .navidad-hero .navidad-hero__hat {
    bottom: 90px;
    width: 192px;
    height: 72px;
  }
}

@media (min-width: 48em) {
  .navidad-hero:after {
    height: 50px;
  }
}

@media (min-width: 62em) {
  .navidad-hero:after {
    height: 80px;
  }
}

@media (min-width: 105em) {
  .navidad-hero {
    height: 670px;
  }
}

@media (min-width: 48em) {
  .navidad-intro__pre:before {
    display: block;
  }
}

@media (max-width: 29.99em) {
  .navidad-intro__left .img-responsive {
    max-width: 60%;
  }
}

@media (min-width: 48em) {
  .navidad-intro__left {
    padding-top: 30px;
    padding-bottom: 60px;
  }
}

@media (min-width: 62em) {
  .navidad-intro__left {
    padding-top: 50px;
    padding-bottom: 80px;
  }
}

@media (min-width: 75em) {
  .navidad-intro__left {
    padding-top: 70px;
    padding-bottom: 100px;
  }
}

@media (min-width: 48em) {
  .navidad-intro__right {
    padding-top: 40px;
    padding-left: 20px;
  }
}

@media (min-width: 62em) {
  .navidad-intro__right {
    padding-top: 60px;
    padding-left: 28px;
  }
}

@media (min-width: 75em) {
  .navidad-intro__right {
    padding-left: 35px;
  }
}

@media (min-width: 30em) {
  .navidad-intro__title {
    font-size: 135.15px;
  }
}

@media (min-width: 48em) {
  .navidad-intro__title {
    font-size: 143.1px;
  }

  .navidad-intro__title:before {
    display: block;
  }
}

@media (min-width: 62em) {
  .navidad-intro__title {
    font-size: 151.05px;
  }

  .navidad-intro__title:before {
    left: -45px;
  }
}

@media (min-width: 75em) {
  .navidad-intro__title {
    font-size: 159px;
  }

  .navidad-intro__title:before {
    left: -51px;
  }
}

@media (min-width: 30em) {
  .navidad-intro__subtitle {
    font-size: 25.5px;
  }
}

@media (min-width: 48em) {
  .navidad-intro__subtitle {
    margin-bottom: 30px;
    font-size: 27px;
  }
}

@media (min-width: 62em) {
  .navidad-intro__subtitle {
    margin-bottom: 45px;
    font-size: 28.5px;
  }
}

@media (min-width: 75em) {
  .navidad-intro__subtitle {
    margin-bottom: 55px;
    font-size: 30px;
  }
}

@media (min-width: 48em) {
  .navidad-intro__text {
    text-align: left;
  }
}

@media (min-width: 48em) {
  .navidad-intro__video-container {
    padding: 60px;
  }
}

@media (min-width: 62em) {
  .navidad-intro__video-container {
    background-size: auto;
  }
}

@media (min-width: 75em) {
  .navidad-intro__video-container {
    padding-bottom: 85px;
  }
}

@media (min-width: 62em) {
  .navidad-intro__video {
    border-width: 3px;
    padding: 17px;
  }
}

@media (max-width: 74.99em) {
  .navidad-intro__lines {
    display: none;
  }
}

@media (min-width: 48em) {
  .design-intro__line-postvideo {
    bottom: -62px;
    height: 160px;
  }
}

@media (min-width: 48em) {
  .navidad-meses {
    height: 120px;
    padding: 76px 0 0;
  }

  .navidad-meses span {
    bottom: 40px;
  }

  .navidad-meses ul {
    display: block;
  }
}

@media (min-width: 62em) {
  .navidad-meses ul {
    margin-left: -135.6%;
  }
}

@media (min-width: 75em) {
  .navidad-meses {
    height: 164px;
    padding: 120px 0 0;
  }

  .navidad-meses ul {
    margin-left: -100.1%;
    min-width: 5000px;
  }
}

@media (min-width: 85.375em) {
  .navidad-meses ul {
    min-width: 6000px;
    margin-left: -66.6667%;
  }

  .navidad-meses ul li.is-current {
    width: 900px;
  }
}

@media (min-width: 48em) {
  .circle-wrap.is-fixed {
    position: fixed;
    top: 99px;
    left: 90px;
    right: 0;
  }
}

@media (min-width: 75em) {
  .circle-wrap.is-fixed {
    top: 147px;
    left: 0;
  }
}

@media (min-width: 48em) {
  .navidad-paneles {
    min-height: 700px;
  }
}

@media (min-width: 62em) {
  .navidad-paneles {
    min-height: 700px;
  }
}

@media (min-width: 75em) {
  .navidad-paneles {
    min-height: 700px;
  }
}

@media (min-width: 48em) {
  .navidad-paneles__wrap {
    min-width: 12502px;
    height: 700px;
  }
}

@media (min-width: 62em) {
  .navidad-paneles__wrap {
    height: 700px;
  }
}

@media (min-width: 75em) {
  .navidad-paneles__wrap {
    height: 700px;
  }
}

@media (min-width: 48em) {
  .navidad-paneles__panel--gracias {
    margin-left: -533px;
    padding-top: 65px;
    background-size: auto 37%;
  }
}

@media (min-width: 62em) {
  .navidad-paneles__panel--gracias {
    margin-left: -785px;
    background-size: auto;
  }
}

@media (min-width: 75em) {
  .navidad-paneles__panel--gracias {
    margin-left: -300px;
  }
}

@media (min-width: 48em) {
  .navidad-paneles__panel--sostenibilidad {
    padding-top: 65px;
    background-image: url("../../images/empresa/navidad/panel-sostenibilidad-left-bg.jpg"), url("../../images/empresa/navidad/panel-sostenibilidad-right-bg.png");
    background-position: left -103% center, right center;
    background-size: auto;
  }
}

@media (min-width: 62em) {
  .navidad-paneles__panel--sostenibilidad {
    background-position: left center, right center;
  }
}

@media (min-width: 75em) {
  .navidad-paneles__panel--sostenibilidad .title {
    font-size: 60px;
  }
}

@media (min-width: 48em) {
  .navidad-paneles__panel--trayectoria .title {
    font-size: 48px;
  }
}

@media (min-width: 62em) {
  .navidad-paneles__panel--trayectoria .title {
    font-size: 54px;
  }
}

@media (min-width: 75em) {
  .navidad-paneles__panel--trayectoria .title {
    font-size: 60px;
  }
}

@media (min-width: 48em) {
  .navidad-paneles__panel--trayectoria {
    padding-top: 65px;
    background-position: left 120px bottom, right -119% bottom;
    background-size: 25% auto, auto;
  }
}

@media (min-width: 62em) {
  .navidad-paneles__panel--trayectoria {
    background-position: left 50px bottom, right 100px bottom;
    background-size: auto;
  }
}

@media (min-width: 75em) {
  .navidad-paneles__panel--trayectoria {
    background-position: left 150px bottom, right 120px bottom;
  }
}

@media (min-width: 48em) {
  .navidad-paneles__panel--disenyo .title {
    font-size: 48px;
  }
}

@media (min-width: 62em) {
  .navidad-paneles__panel--disenyo .title {
    font-size: 54px;
  }
}

@media (min-width: 75em) {
  .navidad-paneles__panel--disenyo .title {
    font-size: 60px;
  }
}

@media (min-width: 48em) {
  .navidad-paneles__panel--disenyo {
    padding-top: 65px;
    background-image: url("../../images/empresa/navidad/panel-disenyo-left-bg.jpg"), url("../../images/empresa/navidad/panel-disenyo-right-bg.png");
    background-position: left -400px center, right top;
    background-size: auto;
  }

  .navidad-paneles__panel--disenyo .navidad-paneles__panel-container {
    position: relative;
    left: 200px;
  }
}

@media (min-width: 62em) {
  .navidad-paneles__panel--disenyo {
    background-position: left center, right top;
  }

  .navidad-paneles__panel--disenyo .navidad-paneles__panel-container {
    left: 0;
  }

  .navidad-paneles__panel--disenyo .col-md-6 {
    padding-left: 35px;
    padding-right: 0;
  }

  .navidad-paneles__panel--disenyo .btn {
    margin: 2em 0 3em;
  }
}

@media (min-width: 48em) {
  .navidad-paneles__panel--comunicacion .title {
    font-size: 48px;
  }
}

@media (min-width: 62em) {
  .navidad-paneles__panel--comunicacion .title {
    font-size: 54px;
  }
}

@media (min-width: 75em) {
  .navidad-paneles__panel--comunicacion .title {
    font-size: 60px;
  }
}

@media (min-width: 48em) {
  .navidad-paneles__panel--comunicacion {
    padding-top: 65px;
    background-image: url("../../images/empresa/navidad/panel-comunicacion-left-bg.jpg"), url("../../images/empresa/navidad/panel-comunicacion-right-bg.png");
    background-position: left bottom, right center;
  }

  .navidad-paneles__panel--comunicacion .logo {
    bottom: auto;
    right: auto;
    top: 25%;
    left: 17%;
    width: 180px;
  }

  .navidad-paneles__panel--comunicacion .bg {
    left: 57%;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: auto;
  }
}

@media (min-width: 62em) {
  .navidad-paneles__panel--comunicacion .col-md-6 {
    padding-left: 40px;
  }
}

@media (min-width: 75em) {
  .navidad-paneles__panel--comunicacion .logo {
    top: 28%;
    left: 19%;
  }

  .navidad-paneles__panel--comunicacion .bg {
    left: 40%;
    background-position: center;
  }
}

@media (min-width: 48em) {
  .navidad-paneles__panel {
    width: 1750px;
    height: 700px;
    float: left;
  }
}

@media (min-width: 62em) {
  .navidad-paneles__panel {
    width: 2500px;
    height: 700px;
  }
}

@media (min-width: 75em) {
  .navidad-paneles__panel {
    width: 2500px;
    height: 700px;
  }
}

@media (min-width: 48em) {
  .navidad-paneles__panel-container {
    max-width: 618px;
  }
}

@media (min-width: 62em) {
  .navidad-paneles__panel-container {
    max-width: 872px;
  }
}

@media (min-width: 75em) {
  .navidad-paneles__panel-container {
    max-width: 1200px;
  }
}

@media (min-width: 48em) {
  .navidad-growing {
    padding-bottom: 30px;
  }
}

@media (min-width: 62em) {
  .navidad-growing {
    padding-bottom: 50px;
  }
}

@media (min-width: 75em) {
  .navidad-growing {
    padding-bottom: 100px;
  }
}

@media (min-width: 48em) {
  .navidad-growing-intro {
    height: 160px;
    padding-top: 30px;
  }
}

@media (min-width: 62em) {
  .navidad-growing-intro {
    height: 200px;
    margin-bottom: 30px;
    padding-top: 40px;
  }
}

@media (min-width: 75em) {
  .navidad-growing-intro {
    height: 250px;
    margin-bottom: 50px;
    padding-top: 55px;
  }
}

@media (min-width: 85.375em) {
  .navidad-growing-intro {
    padding-top: 70px;
  }

  .navidad-growing-intro:before,
  .navidad-growing-intro:after {
    bottom: -60px;
    height: 120px;
  }
}

@media (min-width: 105em) {
  .navidad-growing-intro {
    padding-top: 70px;
  }

  .navidad-growing-intro:before,
  .navidad-growing-intro:after {
    bottom: -75px;
    height: 150px;
  }
}

@media (min-width: 62em) {
  .navidad-growing__first {
    margin-bottom: -100px;
  }
}

@media (min-width: 75em) {
  .navidad-growing__first {
    margin-bottom: -170px;
  }
}

@media (min-width: 48em) {
  .navidad-growing-intro__title {
    font-size: 45.6px;
  }
}

@media (min-width: 62em) {
  .navidad-growing-intro__title {
    font-size: 54.15px;
  }
}

@media (min-width: 75em) {
  .navidad-growing-intro__title {
    font-size: 57px;
  }
}

@media (min-width: 30em) {
  .navidad-growing__subtitle {
    font-size: 46.75px;
  }
}

@media (min-width: 30em) and (min-width: 48em) {
  .navidad-growing__subtitle.in-view .buscador__item--left,
  .navidad-growing__subtitle.in-view .buscador__item--right {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }

  .navidad-growing__subtitle.in-view .buscador__item--lupa {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}

@media (min-width: 48em) {
  .navidad-growing__subtitle {
    font-size: 49.5px;
  }
}

@media (min-width: 62em) {
  .navidad-growing__subtitle {
    font-size: 52.25px;
  }
}

@media (min-width: 75em) {
  .navidad-growing__subtitle {
    font-size: 55px;
  }
}

@media (min-width: 30em) {
  .navidad-growing__title {
    font-size: 74.8px;
  }
}

@media (min-width: 48em) {
  .navidad-growing__title {
    font-size: 79.2px;
  }
}

@media (min-width: 62em) {
  .navidad-growing__title {
    font-size: 83.6px;
  }
}

@media (min-width: 75em) {
  .navidad-growing__title {
    font-size: 88px;
  }
}

@media (min-width: 48em) {
  .navidad-growing__bg {
    display: block;
  }
}

@media (min-width: 62em) {
  .navidad-growing__bg {
    height: 860px;
    background-position: center top 130px;
  }
}

@media (min-width: 75em) {
  .navidad-growing__bg {
    height: 1420px;
  }
}

@media (min-width: 85.375em) {
  .navidad-growing__bg {
    height: 1460px;
  }
}

@media (min-width: 48em) {
  .navidad-growing__chica {
    opacity: 0;
    -webkit-transform: translateX(-40px);
    -ms-transform: translateX(-40px);
    -o-transform: translateX(-40px);
    transform: translateX(-40px);
  }

  .navidad-growing__chica.is-active {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}

@media (min-width: 75em) {
  .navidad-growing__chica {
    top: 24%;
  }
}

@media (min-width: 48em) {
  .navidad-growing__premio {
    opacity: 0;
    -webkit-transform: translateX(-40px);
    -ms-transform: translateX(-40px);
    -o-transform: translateX(-40px);
    transform: translateX(-40px);
  }

  .navidad-growing__premio.is-active {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}

@media (min-width: 75em) {
  .navidad-growing__premio {
    top: 62%;
  }
}

@media (min-width: 48em) {
  .navidad-growing__vicente {
    opacity: 0;
    -webkit-transform: translateX(40px);
    -ms-transform: translateX(40px);
    -o-transform: translateX(40px);
    transform: translateX(40px);
  }

  .navidad-growing__vicente.is-active {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}

@media (min-width: 62em) {
  .navidad-growing__vicente {
    top: 77px;
    max-width: 40%;
  }
}

@media (min-width: 75em) {
  .navidad-growing__vicente {
    max-width: 40%;
  }
}

@media (min-width: 85.375em) {
  .navidad-growing__vicente {
    top: 40px;
    max-width: none;
  }
}

@media (min-width: 48em) {
  .navidad-growing__bebe {
    opacity: 0;
    -webkit-transform: translate(-50%, 40px);
    -ms-transform: translate(-50%, 40px);
    -o-transform: translate(-50%, 40px);
    transform: translate(-50%, 40px);
  }

  .navidad-growing__bebe.is-active {
    opacity: 1;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
}

@media (min-width: 62em) {
  .navidad-growing__bebe {
    max-width: 40%;
  }
}

@media (min-width: 75em) {
  .navidad-growing__bebe {
    max-width: 80%;
  }
}

@media (min-width: 85.375em) {
  .navidad-growing__bebe {
    max-width: none;
  }
}

@media (min-width: 48em) {
  .navidad-growing__logo {
    opacity: 0;
    -webkit-transform: translate(0, 40px);
    -ms-transform: translate(0, 40px);
    -o-transform: translate(0, 40px);
    transform: translate(0, 40px);
  }

  .navidad-growing__logo.is-active {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

@media (min-width: 75em) {
  .navidad-growing__logo {
    max-width: none;
  }
}

@media (min-width: 62em) {
  .navidad-growing__text {
    font-size: 21px;
  }
}

@media (min-width: 48em) {
  .personas__grid-subtitle {
    margin: 38px auto 80px;
    font-size: 48px;
  }
}

@media (min-width: 62em) {
  .personas__grid-subtitle {
    font-size: 58px;
  }
}

@media (min-width: 105em) {
  .personas__grid-container {
    width: 1700px;
  }
}

@media (min-width: 48em) {
  .personas__grid {
    padding: 120px 0;
  }
}

@media (min-width: 48em) {
  .personas-info-bottom {
    padding: 115px 0;
  }
}

@media (max-width: 29.99em) {
  .pathed {
    height: 59px;
  }
}

@media (max-width: 767px) {
  .col-xs-6:nth-child(even) {
    padding-left: 7px;
  }

  .col-xs-6:nth-child(odd) {
    padding-right: 7px;
  }
}

@media (min-width: 1024px) {
  .custom-col-lg {
    width: 20%;
  }
}

@media (min-width: 1200px) {
  .custom-col-lg {
    width: 16.6%;
  }
}

@media (min-width: 1480px) {
  .custom-col-xlg {
    width: 12.5%;
  }
}

@media (min-width: 48em) {
  .grid__col {
    width: 190px;
  }
}

@media (min-width: 62em) {
  .grid__col {
    margin: 0 1%;
  }
}

@media (min-width: 75em) {
  .grid__col {
    margin: 0 .5%;
  }
}

@media (min-width: 48em) {
  .number {
    margin-bottom: 20px;
    font-size: 30px;
  }
}

@media (min-width: 48em) {
  .text--name {
    font-size: 18px;
  }

  .text--name span {
    display: inline-block;
  }

  .text--position {
    font-size: 16px;
  }
}

@media (min-width: 62em) {
  .grid .img-wrap .grid__info {
    padding: 10% 20px 20px;
  }

  .grid .img-wrap .grid__info-data {
    padding: 0;
    position: absolute;
    top: 19%;
    right: 30px;
    bottom: 20px;
    left: 30px;
  }
}

@media (min-width: 62em) {
  .img-wrap.effect-oscar {
    background: -webkit-linear-gradient(45deg, #22682a 0%, #9b4a1b 40%, #3a342a 100%);
    background: -o-linear-gradient(45deg, #22682a 0%, #9b4a1b 40%, #3a342a 100%);
    background: linear-gradient(45deg, #22682a 0%, #9b4a1b 40%, #3a342a 100%);
  }
}

@media (min-width: 62em) {
  .img-wrap.effect-oscar .grid__info {
    background-color: rgba(58, 52, 42, 0.7);
    -webkit-transition: background-color 0.35s;
    -o-transition: background-color 0.35s;
    transition: background-color 0.35s;
  }
}

@media (min-width: 62em) {
  .grid .img-wrap .grid__info {
    padding: 30px;
  }

  .img-wrap.effect-oscar .number {
    margin: 20% 0 10px 0;
    -webkit-transition: -webkit-transform 0.35s;
    transition: -webkit-transform 0.35s;
    -o-transition: transform 0.35s, -o-transform 0.35s;
    transition: transform 0.35s;
    transition: transform 0.35s, -webkit-transform 0.35s, -o-transform 0.35s;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  .img-wrap.effect-oscar .text {
    margin-bottom: 6px;
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, -webkit-transform 0.35s;
    -o-transition: opacity 0.35s, transform 0.35s, -o-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s, -o-transform 0.35s;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
  }

  .img-wrap.effect-oscar .grid__info::before {
    top: 15px;
    right: 15px;
    bottom: 15px;
    left: 15px;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, -webkit-transform 0.35s;
    -o-transition: opacity 0.35s, transform 0.35s, -o-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s, -o-transform 0.35s;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
  }
}

@media (min-width: 48em) {
  .description--preview {
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
  }
}

@media (min-width: 400px) {
  .text-quotes {
    background-size: 18%;
  }
}

@media (min-width: 670px) {
  .text-quotes {
    background-size: 16%;
  }
}

@media (min-width: 48em) {
  .popup-content {
    margin: 0 auto;
    padding: 0;
    max-width: 1180px;
    width: 95%;
  }

  .popup-person {
    margin-bottom: 0;
  }

  .popup-person__data {
    padding-bottom: 18px;
    padding-left: 10px;
  }

  .popup-person__name {
    font-size: 20px;
  }

  .text-quotes {
    padding-top: 46px;
    background-size: 16%;
  }

  .text-quotes p {
    font-size: 24px;
    padding-left: 10px;
  }

  .popup__video {
    margin-top: 24px;
  }

  .paginator__number {
    font-size: 30px;
  }

  .popup-paginator {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 20px;
    padding-left: 0;
  }

  .popup-paginator__item {
    width: 48%;
    margin-bottom: 0;
    padding-top: 12px;
    padding-bottom: 12px;
    background-repeat: no-repeat;
  }

  .popup-paginator__item--left {
    padding-left: 74px;
    padding-right: 18px;
    text-align: left;
    background-image: url("../../images/empresa/personas/arrow-left.png");
    background-position: 7% center;
  }

  .popup-paginator__item--right {
    padding-right: 74px;
    padding-left: 18px;
    text-align: right;
    background-image: url("../../images/empresa/personas/arrow-right.png");
    background-position: 93% center;
  }
}

@media (min-width: 820px) {
  .text-quotes {
    background-size: 13%;
  }
}

@media (min-width: 62em) {
  .popup-content {
    width: 80%;
  }

  .popup-content__row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }

  .popup-person__data {
    padding-bottom: 48px;
  }

  .popup-person__name {
    font-size: 24px;
  }

  .popup__video {
    margin-top: 0;
  }

  .popup-person .number {
    margin-bottom: 0;
    width: 185px;
    font-size: 44px;
  }

  .text-quotes {
    min-height: 128px;
    padding-top: 70px;
    background-size: auto;
  }

  .popup-paginator {
    padding-left: 0;
  }

  .popup-paginator__item--left {
    padding-left: 88px;
    background-position: 5% center;
  }

  .popup-paginator__item--right {
    padding-right: 88px;
    background-position: 95% center;
  }

  .popup-paginator__item--left:hover {
    background-position: 3% center;
  }

  .popup-paginator__item--right:hover {
    background-position: 98% center;
  }
}

@media (min-width: 75em) {
  .popup-paginator__item {
    width: 400px;
  }
}

@media (max-width: 766px) {
  .action-wrapper {
    background: rgba(0, 0, 0, 0.9);
  }
}

@media (min-width: 48em) {
  .action {
    width: 61px;
    height: 61px;
  }
}

@media (min-width: 48em) {
  .action--close {
    background-size: auto;
  }
}

@media (min-width: 75em) {
  .action--close {
    top: 60px;
    right: 80px;
  }
}

@media (min-width: 48em) {
  .page-legal {
    font-size: 18px;
  }
}

@media (min-width: 48em) {
  .page-legal__subtitle {
    margin-top: 45px;
    margin-bottom: 25px;
    font-size: 26px;
  }
}

@media (min-width: 48em) {
  .page-legal__paragraph-title {
    margin-top: 25px;
    margin-bottom: 12px;
    font-size: 18px;
  }
}

@media (min-width: 30em) {
  .registro-ok__title__icon {
    top: 5px;
  }
}

@media (min-width: 48em) {
  .registro-ok__title__icon {
    margin-right: 10px;
  }
}

@media (min-width: 62em) {
  .registro-ok__title__icon {
    width: 50px;
    height: 50px;
  }
}

@media (min-width: 62em) {
  .arch-intro {
    display: table;
    width: 100%;
    background-image: url("../../images/recursos/arquitectos/bg-intro.jpg");
    background-position: top center;
    background-repeat: no-repeat;
    background-size: auto 100%;
  }
}

@media (min-width: 62em) {
  .arch-intro__left {
    display: table-cell;
    width: 47%;
    vertical-align: bottom;
  }
}

@media (min-width: 62em) {
  .arch-intro__image {
    float: right;
  }
}

@media (min-width: 62em) {
  .arch-intro__right {
    display: table-cell;
    padding: 50px 30px 50px 0;
    width: 53%;
    vertical-align: middle;
  }
}

@media (min-width: 75em) {
  .arch-intro__right {
    padding: 70px 30px 70px 0;
  }
}

@media (min-width: 85.375em) {
  .arch-intro__right {
    padding: 90px 30px 90px 0;
  }
}

@media (min-width: 62em) {
  .arch-intro__right__content {
    max-width: 590px;
  }
}

@media (min-width: 48em) {
  .arch-intro__title {
    font-size: 35px;
  }
}

@media (min-width: 62em) {
  .arch-intro__title {
    font-size: 38px;
    text-align: left;
  }
}

@media (min-width: 75em) {
  .arch-intro__title {
    font-size: 41px;
  }
}

@media (min-width: 48em) {
  .arch-intro__list {
    font-size: 21px;
    margin-bottom: 50px;
    padding-left: 30px;
  }
}

@media (min-width: 62em) {
  .arch-intro__list {
    font-size: 22px;
  }
}

@media (min-width: 75em) {
  .arch-intro__list {
    font-size: 23px;
  }
}

@media (min-width: 62em) {
  .arch-intro__btn-wrap {
    text-align: left;
  }
}

@media (min-width: 30em) {
  .arch-materials__item {
    padding-bottom: 140px;
  }
}

@media (min-width: 48em) {
  .arch-materials__item {
    padding-bottom: 220px;
  }
}

@media (min-width: 62em) {
  .arch-materials__item {
    width: 25%;
    padding-bottom: 280px;
  }
}

@media (min-width: 48em) {
  .arch-materials__item__title {
    font-size: 37px;
  }
}

@media (min-width: 48em) {
  .arch-materials__item__icon {
    width: 108px;
    height: 108px;
  }
}

@media (min-width: 48em) {
  .arch-materials__item--metal .arch-materials__item__icon__img {
    width: 40px;
  }
}

@media (min-width: 48em) {
  .arch-materials__item--polymer .arch-materials__item__icon__img {
    width: 34px;
  }
}

@media (min-width: 48em) {
  .arch-materials__item--textile .arch-materials__item__icon__img {
    width: 46px;
  }
}

@media (min-width: 48em) {
  .arch-materials__item--wood .arch-materials__item__icon__img {
    width: 48px;
  }
}

@media (min-width: 48em) {
  .arch-coverage {
    padding-bottom: 100px;
  }
}

@media (min-width: 62em) {
  .arch-coverage {
    padding-bottom: 120px;
  }
}

@media (min-width: 48em) {
  .arch-coverage__intro {
    padding-bottom: 35px;
  }
}

@media (min-width: 48em) {
  .arch-coverage__icons {
    margin-bottom: 45px;
  }
}

@media (min-width: 48em) {
  .arch-coverage__icons__item {
    margin-right: 25px;
    margin-left: 25px;
  }
}

@media (min-width: 48em) {
  .arch-showrooms__hero {
    margin-bottom: 60px;
  }
}

@media (min-width: 62em) {
  .arch-showrooms__hero {
    margin-bottom: 80px;
  }
}

@media (min-width: 30em) {
  .arch-showrooms__list-col {
    width: 33.33333%;
  }
}

@media (min-width: 62em) {
  .arch-showrooms__list-col {
    width: 16.66666%;
  }
}

@media (min-width: 48em) {
  .arch-showrooms__item__icon {
    margin-bottom: 22px;
  }
}

@media (min-width: 62em) {
  .park-data {
    margin-bottom: 80px;
  }
}

@media (min-width: 62em) {
  .park-data__container {
    display: table;
    width: 100%;
  }
}

@media (min-width: 62em) {
  .park-data__col-photo {
    display: table-cell;
    width: 55%;
    vertical-align: top;
  }
}

@media (min-width: 75em) {
  .park-data__col-photo {
    width: 50%;
  }
}

@media (min-width: 62em) {
  .park-data__photo {
    width: auto;
    float: right;
  }
}

@media (min-width: 48em) {
  .park-data__col-desc {
    padding-right: 30px;
    padding-left: 30px;
  }
}

@media (min-width: 62em) {
  .park-data__col-desc {
    display: table-cell;
    width: 45%;
    vertical-align: middle;
    font-size: 20px;
  }
}

@media (min-width: 75em) {
  .park-data__col-desc {
    width: 50%;
    padding-right: 70px;
    padding-left: 70px;
    font-size: 21px;
  }
}

@media (min-width: 85.375em) {
  .park-data__col-desc {
    padding-right: 100px;
    padding-left: 100px;
  }
}

@media (min-width: 62em) {
  .park-data__title {
    font-size: 38px;
  }
}

@media (min-width: 75em) {
  .park-data__title {
    font-size: 43px;
  }
}

@media (min-width: 48em) {
  .park-gobierno {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

@media (min-width: 62em) {
  .park-gobierno {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

@media (min-width: 75em) {
  .park-gobierno {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

@media (min-width: 48em) {
  .park-gobierno__container {
    display: table;
    width: 100%;
  }
}

@media (min-width: 48em) {
  .park-gobierno__col-image {
    display: table-cell;
    width: 25%;
    vertical-align: top;
  }
}

@media (min-width: 48em) {
  .park-gobierno__col-desc {
    display: table-cell;
    width: 75%;
    vertical-align: middle;
  }
}

@media (min-width: 48em) {
  .park-gobierno__image {
    margin-bottom: 0;
  }
}

@media (min-width: 62em) {
  .park-gobierno__image {
    width: 200px;
  }
}

@media (min-width: 85.375em) {
  .park-gobierno__image {
    width: auto;
  }
}

@media (min-width: 30em) {
  .park-gobierno__title {
    font-size: 30px;
  }
}

@media (min-width: 48em) {
  .park-gobierno__title {
    font-size: 35px;
    text-align: left;
  }
}

@media (min-width: 85.375em) {
  .park-gobierno__title {
    font-size: 40px;
  }
}

@media (min-width: 48em) {
  .leed-council {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

@media (min-width: 62em) {
  .leed-council {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

@media (min-width: 48em) {
  .leed-council__col-desc {
    padding-top: 25px;
  }
}

@media (min-width: 62em) {
  .leed-council__image {
    max-width: 100%;
    margin-bottom: 0;
  }
}

@media (min-width: 30em) {
  .leed-council__title {
    font-size: 30px;
  }
}

@media (min-width: 48em) {
  .leed-council__title {
    font-size: 35px;
    text-align: left;
  }
}

@media (min-width: 85.375em) {
  .leed-council__title {
    font-size: 41px;
  }
}

@media (min-width: 48em) {
  .leed-council__text {
    font-size: 20px;
  }
}

@media (min-width: 62em) {
  .leed-council__text {
    font-size: 21px;
  }
}

@media (min-width: 48em) {
  .leed-what__container {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

@media (min-width: 62em) {
  .leed-what__container {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

@media (min-width: 62em) {
  .leed-council__col-desc {
    padding-right: 50px;
  }
}

@media (min-width: 48em) {
  .leed-what__decoration {
    position: absolute;
    bottom: -22px;
    right: 12px;
    margin-bottom: 0;
  }
}

@media (min-width: 62em) {
  .leed-what__decoration {
    bottom: -36px;
    max-width: none;
  }
}

@media (min-width: 30em) {
  .leed-what__title {
    font-size: 30px;
  }
}

@media (min-width: 48em) {
  .leed-what__title {
    font-size: 35px;
    text-align: left;
  }
}

@media (min-width: 85.375em) {
  .leed-what__title {
    font-size: 41px;
  }
}

@media (min-width: 48em) {
  .leed-what__text {
    font-size: 20px;
  }
}

@media (min-width: 62em) {
  .leed-what__text {
    font-size: 21px;
  }
}

@media (min-width: 62em) {
  .leed-why {
    padding-top: 130px;
  }

  .leed-why:before {
    height: 130px;
  }
}

@media (min-width: 48em) {
  .leed-why__icons-col {
    padding-right: 18px;
    padding-left: 18px;
  }
}

@media (min-width: 62em) {
  .leed-why__icons-col {
    padding-right: 25px;
    padding-left: 25px;
  }
}

@media (min-width: 48em) {
  .leed-why__icons__item__img {
    max-width: 80%;
  }
}

@media (min-width: 48em) {
  .leed-why__icons__item--rodillo .leed-why__icons__item__img {
    max-width: 80%;
  }
}

@media (min-width: 48em) {
  .leed-why__icons__item--shopping .leed-why__icons__item__img {
    max-width: 80%;
  }
}

@media (min-width: 48em) {
  .leed-why__row-block {
    display: table;
    width: 100%;
    margin-bottom: 40px;
  }
}

@media (min-width: 62em) {
  .leed-why__row-block {
    margin-bottom: 50px;
  }
}

@media (min-width: 48em) {
  .leed-why__col-block {
    display: table-cell;
    width: 48%;
    padding: 30px 25px 25px;
    vertical-align: top;
  }
}

@media (min-width: 62em) {
  .leed-why__col-block {
    padding: 35px 40px 30px;
  }
}

@media (min-width: 75em) {
  .leed-why__col-block {
    padding: 45px 50px 30px;
  }
}

@media (min-width: 48em) {
  .leed-why__col-block.leed-why__col-block--bordered {
    border: 2px solid #ececec;
  }
}

@media (min-width: 48em) {
  .leed-why__col-separator {
    display: table-cell;
    width: 4%;
  }
}

@media (min-width: 48em) {
  .leed-why__block {
    margin-bottom: 0;
  }
}

@media (min-width: 48em) {
  .leed-why__block__icon {
    margin-bottom: 23px;
  }
}

@media (min-width: 48em) {
  .leed-why__block__title {
    font-size: 20px;
  }
}

@media (min-width: 62em) {
  .leed-why__block__title {
    font-size: 22px;
  }
}

@media (min-width: 75em) {
  .leed-why__block__title {
    font-size: 23px;
  }
}

@media (min-width: 48em) {
  .leed-why__block__text {
    font-size: 20px;
  }
}

@media (min-width: 62em) {
  .leed-why__block__text {
    font-size: 22px;
  }
}

@media (min-width: 75em) {
  .leed-why__block__text {
    font-size: 23px;
  }
}

@media (min-width: 48em) {
  .cw-actiu {
    padding-bottom: 60px;
  }
}

@media (min-width: 62em) {
  .cw-actiu {
    padding-bottom: 90px;
  }
}

@media (max-width: 61.99em) {
  .cw-actiu__container.container-fluid {
    max-width: 812px;
  }
}

@media (min-width: 62em) {
  .cw-actiu__container {
    padding: 0;
  }
}

@media (min-width: 62em) {
  .cw-actiu__content {
    display: inline-block;
    width: 60%;
    vertical-align: middle;
    padding: 0 7%;
  }
}

@media (min-width: 30em) {
  .cw-actiu__text {
    font-size: 26px;
  }
}

@media (min-width: 48em) {
  .cw-actiu__text {
    font-size: 27px;
  }
}

@media (min-width: 62em) {
  .cw-actiu__text {
    font-size: 28px;
  }
}

@media (min-width: 85.375em) {
  .cw-actiu__text {
    font-size: 29px;
  }
}

@media (min-width: 62em) {
  .cw-actiu__photo {
    display: inline-block;
    width: 40%;
    vertical-align: middle;
  }
}

@media (min-width: 62em) {
  .cw-actiu__photo__img {
    float: right;
    width: auto;
    max-width: 100%;
    margin-bottom: 0;
  }
}

@media (min-width: 48em) {
  .cw-time {
    display: table;
    width: 100%;
  }
}

@media (min-width: 48em) {
  .cw-time__col:before {
    height: 70px;
  }
}

@media (min-width: 48em) {
  .cw-time__col {
    display: table-cell;
    width: 33.333333%;
  }

  .cw-time__col:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 11px;
    background: #ccc;
  }
}

@media (min-width: 48em) {
  .cw-time__item__content {
    padding-bottom: 51px;
  }
}

@media (min-width: 62em) {
  .cw-time__item__content {
    padding-top: 57px;
    padding-right: 8%;
    padding-bottom: 61px;
    padding-left: 8%;
  }
}

@media (min-width: 75em) {
  .cw-time__item__content {
    padding-right: 10%;
    padding-left: 10%;
  }
}

@media (min-width: 62em) {
  .cw-time__item__img {
    max-width: 80%;
  }
}

@media (min-width: 62em) {
  .cw-time__item__img {
    margin-bottom: 38px;
  }
}

@media (min-width: 48em) {
  .cw-time__item__title {
    font-size: 40px;
  }
}

@media (min-width: 62em) {
  .cw-time__item__title {
    font-size: 44px;
  }
}

@media (min-width: 48em) {
  .cw-time__item__text {
    font-size: 21px;
  }
}

@media (min-width: 62em) {
  .cw-time__item__text {
    font-size: 23px;
  }
}

@media (min-width: 75em) {
  .cw-time__item__text {
    font-size: 25px;
  }
}

@media (min-width: 48em) {
  .cw-happy {
    padding-top: 0;
  }
}

@media (max-width: 47.99em) {
  .cw-happy__item__img {
    max-width: 250px;
  }
}

@media (min-width: 30em) {
  .error-404 .page-intro {
    padding: 15px 0 5px;
  }
}

@media (min-width: 48em) {
  .error-404 .page-intro {
    padding: 15px 0 5px;
  }
}

@media (min-width: 85.375em) {
  .error-404 .page-intro {
    padding: 20px 0 5px;
  }
}

@media (min-width: 105em) {
  .error-404 .page-intro {
    padding: 40px 0 20px;
  }
}

@media (min-width: 48em) {
  .error-404-content {
    padding-top: 40px;
  }
}

@media (min-width: 75em) {
  .error-404-content {
    padding-top: 50px;
  }
}

@media (min-width: 105em) {
  .error-404-content {
    padding-top: 90px;
  }
}

@media (min-width: 30em) {
  .error-404-title {
    font-size: 32.5px;
  }
}

@media (min-width: 48em) {
  .error-404-title {
    margin-bottom: 0;
    font-size: 35px;
  }
}

@media (min-width: 62em) {
  .error-404-title {
    font-size: 37.5px;
  }
}

@media (min-width: 75em) {
  .error-404-title {
    font-size: 40px;
  }
}

@media (min-width: 105em) {
  .error-404-title {
    font-size: 50px;
    margin-bottom: 24px;
  }
}

@media (min-width: 30em) {
  .error-404-image__img {
    width: 281px;
  }
}

@media (min-width: 48em) {
  .error-404-image:before {
    content: '';
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    height: 340px;
    background-image: url("../../images/error-404.jpg");
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: top center;
  }
}

@media (min-width: 85.375em) {
  .error-404-image:before {
    height: 424px;
  }
}

@media (min-width: 30em) {
  .error-404-image:after {
    height: 118px;
  }
}

@media (min-width: 85.375em) {
  .error-404-gafas img {
    width: 70px;
  }
}

@media (min-width: 48em) {
  .error-404-gafas {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 50%;
    display: block;
    width: 190px;
    height: 100%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

@media (min-width: 85.375em) {
  .error-404-gafas {
    width: 240px;
  }
}

@media (min-width: 48em) {
  .wally__close-btn {
    top: 18px;
    right: 26px;
  }
}

@media (min-width: 62em) {
  .promo-wally-warning {
    display: none !important;
  }
}

@media (max-width: 61.99em) {
  .promo-wally-step {
    display: none !important;
  }
}

@media (min-height: 48em) {
  .promo-wally-step {
    padding-top: 70px;
  }
}

@media (min-height: 50em) {
  .promo-wally-step {
    padding-top: 100px;
  }
}

@media (min-height: 63.75em) {
  .promo-wally-step {
    padding-top: 120px;
  }
}

@media (min-height: 48em) {
  .promo-wally-loading {
    padding-top: 70px;
  }
}

@media (min-height: 50em) {
  .promo-wally-loading {
    padding-top: 100px;
  }
}

@media (min-height: 63.75em) {
  .promo-wally-loading {
    padding-top: 120px;
  }
}

@media (min-width: 62em) {
  .main-header-wrap--iframe {
    height: 60px;
  }
}

@media (min-width: 62em) {
  .main-header--iframe {
    height: 60px;
  }
}

@media (min-width: 48em) {
  .main-header__logo--iframe {
    position: relative;
    left: auto;
    -webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    float: left;
    width: 50px;
    margin-right: 23px;
  }
}

@media (min-width: 62em) {
  .main-header__logo--iframe {
    width: 60px;
  }
}

@media (min-width: 62em) {
  .main-header__logo__img--big--iframe {
    float: left;
    width: 60px;
    height: 60px;
  }
}

@media (min-width: 48em) {
  .hamburger--iframe {
    display: none;
  }
}

@media (min-width: 48em) {
  .main-nav--iframe {
    display: block;
    margin-left: -17px;
  }
}

@media (min-width: 48em) {
  .secondary-nav__item--iframe {
    display: table-cell;
  }
}

@media (min-width: 48em) {
  .secondary-nav__item--more-margin--iframe {
    padding-right: 10px;
  }
}

@media (min-width: 62em) {
  .secondary-nav__item--more-margin--iframe {
    padding-right: 25px;
  }
}

@media (min-width: 23.4375em) {
  .tabs-plain__wrap-iframe .tabs-plain__clearfix {
    display: none;
  }
}

@media (min-width: 23.4375em) {
  .tabs-plain__wrap-iframe {
    display: block;
    text-align: center;
  }
}

@media (max-width: 47.99em) {
  .tabs-plain__wrap-iframe .tabs-plain__tab:not(.tabs-plain__button) {
    margin-right: 15px;
  }

  .tabs-plain__wrap-iframe .tabs-plain__tab:not(.tabs-plain__button):last-child {
    margin-right: 0;
  }
}

@media (max-width: 25.865em) {
  .tabs-plain__wrap-iframe .tabs-plain__tab:not(.tabs-plain__button) {
    margin-right: 12px;
  }
}

@media (min-width: 30em) {
  .downlist-item__files--iframe .downlist-item__file__btn {
    top: -35px;
  }
}

@media (min-width: 48em) {
  .owl-carousel .owl-item--iframe {
    margin-right: 10px;
  }
}

@media (min-width: 48em) {
  .mfp-iframe .mfp-close-iframe {
    right: 0;
    margin-top: -10px;
    width: 42px;
    height: 42px;
  }
}

@media (min-width: 62em) {
  #adnInfo-layer {
    padding-top: 20px;
  }
}

@media (min-width: 62em) {
  #adnInfo-layer .container {
    background: url("../../images/empresa/adn/montaje.jpg") 0 0 no-repeat;
    background-size: 100% auto;
  }
}

@media (min-width: 62em) {
  #adnInfo-layer .product__info {
    padding-left: 55px;
  }
}

@media (min-width: 75em) {
  #adnInfo-layer .product__info {
    padding-left: 60px;
  }
}

@media (min-width: 62em) {
  #adnInfo-layer .infoADN-left {
    padding-left: 100px;
    padding-right: 75px;
  }
}

@media (min-width: 75em) {
  #adnInfo-layer .infoADN-left {
    padding-left: 140px;
    padding-right: 95px;
  }
}

@media (min-width: 62em) {
  #adnInfo-layer .infoADN-left .product__info {
    max-width: 325px;
  }
}

@media (min-width: 75em) {
  #adnInfo-layer .infoADN-left .product__info {
    max-width: 440px;
  }
}

@media (min-width: 62em) {
  #adnInfo-layer .infoADN-right {
    padding-left: 110px;
  }
}

@media (min-width: 75em) {
  #adnInfo-layer .infoADN-right {
    padding-left: 135px;
  }
}

@media (min-width: 62em) {
  #adnInfo-layer .infoADN-right .product__info {
    max-width: 350px;
  }
}

@media (min-width: 75em) {
  #adnInfo-layer .infoADN-right .product__info {
    max-width: 440px;
  }
}

@media (min-width: 62em) {
  #adnInfo-layer h2 {
    display: inline-block;
    margin-left: 0;
  }
}

@media (min-width: 62em) {
  #adnInfo-layer p {
    font-size: 14px;
  }
}

@media (min-width: 75em) {
  #adnInfo-layer p {
    font-size: 15px;
  }
}

@media (min-width: 62em) {
  #adnInfo-layer .number {
    display: inline-block;
    font-size: 90px;
    position: absolute;
    top: -76px;
    left: 0;
  }
}

@media (min-width: 75em) {
  #adnInfo-layer .number {
    font-size: 100px;
    top: -90px;
  }
}

@media (min-width: 62em) {
  #infoADN-1 {
    margin-top: 120px;
  }
}

@media (min-width: 75em) {
  #infoADN-1 {
    margin-top: 120px;
  }
}

@media (min-width: 62em) {
  #infoADN-2 {
    margin-top: 180px;
  }
}

@media (min-width: 75em) {
  #infoADN-2 {
    margin-top: 270px;
  }
}

@media (min-width: 62em) {
  #infoADN-3 {
    margin-top: 215px;
  }
}

@media (min-width: 75em) {
  #infoADN-3 {
    margin-top: 265px;
  }
}

@media (min-width: 62em) {
  #infoADN-4 {
    margin-top: 188px;
  }
}

@media (min-width: 75em) {
  #infoADN-4 {
    margin-top: 225px;
  }
}

@media (min-width: 62em) {
  #infoADN-5 {
    margin-top: 217px;
  }
}

@media (min-width: 75em) {
  #infoADN-5 {
    margin-top: 265px;
  }
}

@media (min-width: 62em) {
  #infoADN-6 {
    margin-top: 223px;
  }
}

@media (min-width: 75em) {
  #infoADN-6 {
    margin-top: 255px;
  }
}

@media (min-width: 62em) {
  #infoADN-7 {
    margin-top: 145px;
  }
}

@media (min-width: 75em) {
  #infoADN-7 {
    margin-top: 177px;
  }
}

@media (min-width: 62em) {
  #infoADN-8 {
    margin-top: 240px;
  }
}

@media (min-width: 75em) {
  #infoADN-8 {
    margin-top: 304px;
  }
}

@media (min-width: 62em) {
  #infoADN-9 {
    margin-top: 230px;
  }
}

@media (min-width: 75em) {
  #infoADN-9 {
    margin-top: 275px;
  }
}

@media (min-width: 62em) {
  #infoADN-10 {
    margin-top: 222px;
    padding-bottom: 160px;
  }
}

@media (min-width: 75em) {
  #infoADN-10 {
    margin-top: 275px;
  }
}

@media (min-width: 62em) {
  #infoADN-10.infoADN-left .product__info {
    padding-left: 95px;
    max-width: 300px;
  }
}

@media (min-width: 75em) {
  #infoADN-10.infoADN-left .product__info {
    padding-left: 110px;
    max-width: 310px;
  }
}

@media (min-width: 75em) {
  .addInfo-tablet #infoADN-1 {
    margin-top: 80px;
  }
}

@media (min-width: 75em) {
  .addInfo-tablet #infoADN-2 {
    margin-top: 300px;
  }
}

@media (min-width: 75em) {
  .addInfo-tablet #infoADN-3 {
    margin-top: 280px;
  }
}

@media (min-width: 75em) {
  .addInfo-tablet #infoADN-4 {
    margin-top: 200px;
  }
}

@media (min-width: 75em) {
  .addInfo-tablet #infoADN-5 {
    margin-top: 260px;
  }
}

@media (min-width: 75em) {
  .addInfo-tablet #infoADN-6 {
    margin-top: 260px;
  }
}

@media (min-width: 75em) {
  .addInfo-tablet #infoADN-7 {
    margin-top: 180px;
  }
}

@media (min-width: 75em) {
  .addInfo-tablet #infoADN-8 {
    margin-top: 305px;
  }
}

@media (min-width: 75em) {
  .addInfo-tablet #infoADN-9 {
    margin-top: 260px;
  }
}

@media (min-width: 75em) {
  .addInfo-tablet #infoADN-10 {
    margin-top: 290px;
  }
}

@media (min-width: 48em) {
  .design-intro {
    padding-top: 40px;
    padding-bottom: 60px;
    background-image: url("../../images/empresa/design/premios-nacionales-bg.jpg");
    background-repeat: no-repeat;
    background-size: 82% auto;
    background-position: left top 32%;
  }

  .design-intro:before {
    top: -30px;
  }
}

@media (min-width: 62em) {
  .design-intro {
    padding-top: 60px;
    padding-bottom: 100px;
    background-position: left center;
  }
}

@media (min-width: 75em) {
  .design-intro {
    padding-top: 90px;
    padding-bottom: 137px;
  }
}

@media (min-width: 85.375em) {
  .design-intro {
    background-size: 1395px auto;
  }
}

@media (min-width: 62em) {
  .design-intro__triangle {
    top: -45px;
  }
}

@media (min-width: 105em) {
  .design-intro__triangle {
    top: -40px;
    right: 63%;
    height: 90px;
  }
}

@media (min-width: 48em) {
  .design-intro__right {
    padding-left: 20px;
  }
}

@media (min-width: 62em) {
  .design-intro__right {
    padding-left: 28px;
  }

  .design-intro__right:before {
    width: 3px;
  }
}

@media (min-width: 75em) {
  .design-intro__right {
    padding-left: 35px;
  }
}

@media (min-width: 48em) {
  .design-intro__line {
    display: block;
  }
}

@media (min-width: 30em) {
  .design-intro__title {
    font-size: 40.8px;
  }
}

@media (min-width: 48em) {
  .design-intro__title {
    font-size: 43.2px;
  }
}

@media (min-width: 62em) {
  .design-intro__title {
    font-size: 45.6px;
  }
}

@media (min-width: 75em) {
  .design-intro__title {
    font-size: 48px;
  }
}

@media (min-width: 30em) {
  .design-intro__subtitle {
    font-size: 20.4px;
  }
}

@media (min-width: 48em) {
  .design-intro__subtitle {
    font-size: 21.6px;
  }
}

@media (min-width: 62em) {
  .design-intro__subtitle {
    font-size: 22.8px;
  }
}

@media (min-width: 75em) {
  .design-intro__subtitle {
    font-size: 24px;
  }
}

@media (min-width: 48em) {
  .design-intro__text {
    text-align: left;
  }
}

@media (min-width: 62em) {
  .design-intro__image {
    margin-top: 33px;
    margin-bottom: 66px;
  }
}

@media (min-width: 62em) {
  .design-intro__video {
    border-width: 3px;
    border-color: transparent;
    padding: 17px;
  }
}

@media (max-width: 61.99em) {
  .design-intro__lines {
    display: none;
  }
}

@media (min-width: 48em) {
  .design-intro__line-postvideo {
    display: block;
  }
}

@media (min-width: 75em) {
  .design-intro__line-postvideo {
    bottom: -100px;
  }
}

@media (min-width: 48em) {
  .design-comparte {
    padding-top: 40px;
    padding-bottom: 60px;
  }
}

@media (min-width: 62em) {
  .design-comparte {
    padding-top: 60px;
    padding-bottom: 100px;
  }
}

@media (min-width: 75em) {
  .design-comparte {
    padding-top: 120px;
  }
}

@media (min-width: 48em) {
  .design-comparte__line {
    display: block;
  }
}

@media (min-width: 48em) {
  .design-comparte__triangle-start {
    height: 75px;
  }
}

@media (min-width: 62em) {
  .design-comparte__triangle-start {
    height: 100px;
  }
}

@media (min-width: 85.375em) {
  .design-comparte__triangle-start {
    height: 130px;
    top: -65px;
  }
}

@media (min-width: 48em) {
  .design-comparte__triangle-finish {
    height: 75px;
  }
}

@media (min-width: 62em) {
  .design-comparte__triangle-finish {
    height: 100px;
  }
}

@media (min-width: 48em) {
  .design-comparte__line-posttriangle {
    display: block;
  }
}

@media (min-width: 48em) {
  .design-comparte__line-posttriangle {
    bottom: -100px;
  }
}

@media (min-width: 48em) {
  .design-comparte__left {
    padding-right: 20px;
  }
}

@media (min-width: 62em) {
  .design-comparte__left {
    padding-right: 28px;
  }

  .design-comparte__left:before {
    width: 3px;
  }
}

@media (min-width: 75em) {
  .design-comparte__left {
    padding-right: 35px;
    padding-bottom: 790px;
  }
}

@media (min-width: 48em) {
  .design-comparte__left-bg {
    position: absolute;
    bottom: 0;
    width: 770px;
    height: 790px;
    right: 3px;
    background-image: url("../../images/empresa/design/experiencia-comparte-bg.jpg");
    background-position: right center;
    background-repeat: no-repeat;
  }
}

@media (min-width: 30em) {
  .design-comparte__title {
    font-size: 40.8px;
  }
}

@media (min-width: 48em) {
  .design-comparte__title {
    text-align: right;
    font-size: 43.2px;
  }

  .design-comparte__title:before {
    display: block;
  }
}

@media (min-width: 62em) {
  .design-comparte__title {
    font-size: 45.6px;
  }
}

@media (min-width: 75em) {
  .design-comparte__title {
    font-size: 48px;
  }
}

@media (min-width: 30em) {
  .design-comparte__subtitle {
    font-size: 20.4px;
  }
}

@media (min-width: 48em) {
  .design-comparte__subtitle {
    text-align: right;
    font-size: 21.6px;
  }
}

@media (min-width: 62em) {
  .design-comparte__subtitle {
    font-size: 22.8px;
  }
}

@media (min-width: 75em) {
  .design-comparte__subtitle {
    font-size: 24px;
  }
}

@media (min-width: 48em) {
  .design-comparte__text {
    text-align: right;
  }
}

@media (min-width: 48em) {
  .design-comparte__right {
    padding-top: 50px;
    padding-left: 25px;
  }
}

@media (min-width: 62em) {
  .design-comparte__right {
    padding-left: 37px;
  }
}

@media (min-width: 48em) {
  .design-comparte-item .design-comparte-item__circle {
    display: block;
  }
}

@media (min-width: 62em) {
  .design-comparte-item .design-comparte-item__circle {
    left: -47px;
  }
}

@media (min-width: 48em) {
  .design-comparte-item .design-comparte-item__text {
    max-width: 340px;
  }
}

@media (max-width: 61.99em) {
  .design-comparte-item .polilinea .after {
    max-width: 300px;
  }
}

@media (min-width: 48em) {
  .design-comparte-item .polilinea {
    display: block;
  }
}

@media (min-width: 62em) {
  .design-comparte-item .polilinea {
    left: -18px;
    height: 322px;
  }
}

@media (min-width: 62em) {
  .design-comparte-item .design-intro__dotted {
    display: block;
    position: absolute;
    top: 39px;
    left: -27px;
    z-index: 2;
    left: -39px;
  }
}

@media (min-width: 48em) {
  .design-panels__line {
    display: block;
  }
}

@media (min-width: 62em) {
  .design-panels__wrap .design-panels__cartel {
    display: block;
  }
}

@media (min-width: 48em) {
  .design-panels__content .design-panels__text p {
    font-size: 16px;
  }
}

@media (min-width: 48em) {
  .design-panels__content .design-panels__text p {
    font-size: 18px;
  }
}

@media (min-width: 48em) {
  .design-panels__content--producto {
    text-align: right;
  }
}

@media (min-width: 62em) {
  .design-panels__content--producto {
    padding-top: 10%;
    padding-right: 13%;
    padding-left: 40%;
    text-align: left;
  }

  .design-panels__content--producto .design-panels__decorative {
    height: 600px;
  }

  .design-panels__content--producto .design-panels__image {
    margin-right: 100px;
    margin-bottom: 40px;
    max-width: 200px;
  }
}

@media (min-width: 75em) {
  .design-panels__content--producto {
    padding-top: 12%;
  }

  .design-panels__content--producto .design-panels__image {
    max-width: 240px;
  }

  .design-panels__content--producto .design-panels__text {
    max-width: 377px;
  }
}

@media (min-width: 85.375em) {
  .design-panels__content--producto {
    padding-top: 20%;
    padding-left: 40%;
  }

  .design-panels__content--producto .design-panels__decorative {
    height: auto;
  }
}

@media (min-width: 48em) {
  .design-panels__content--comunicados .design-panels__decorative {
    width: auto;
    height: 275px;
  }

  .design-panels__content--comunicados .design-panels__text .btn {
    float: right;
  }
}

@media (min-width: 62em) {
  .design-panels__content--comunicados {
    padding-top: 10%;
    padding-right: 13%;
    padding-left: 37%;
  }

  .design-panels__content--comunicados .design-panels__decorative {
    height: 500px;
  }

  .design-panels__content--comunicados .design-panels__image {
    max-width: 100px;
    margin-bottom: 30px;
    max-width: 250px;
  }
}

@media (min-width: 75em) {
  .design-panels__content--comunicados {
    padding-top: 7%;
  }

  .design-panels__content--comunicados .design-panels__text {
    max-width: 377px;
  }

  .design-panels__content--comunicados .design-panels__decorative {
    height: 550px;
  }
}

@media (min-width: 85.375em) {
  .design-panels__content--comunicados .design-panels__decorative {
    height: 755px;
  }
}

@media (min-width: 48em) {
  .design-panels__content--grafico .design-panels__image {
    max-width: 170px;
  }
}

@media (min-width: 62em) {
  .design-panels__content--grafico {
    padding-top: 5%;
    padding-right: 13%;
    padding-left: 37%;
  }

  .design-panels__content--grafico .design-panels__decorative {
    width: auto;
    height: 500px;
  }

  .design-panels__content--grafico .design-panels__image {
    max-width: 210px;
    margin-bottom: 30px;
    max-width: 250px;
  }
}

@media (min-width: 75em) {
  .design-panels__content--grafico .design-panels__text {
    max-width: 377px;
  }

  .design-panels__content--grafico .design-panels__decorative {
    height: 500px;
  }
}

@media (min-width: 85.375em) {
  .design-panels__content--grafico .design-panels__decorative {
    -webkit-transform: translateX(-15%);
    -ms-transform: translateX(-15%);
    -o-transform: translateX(-15%);
    transform: translateX(-15%);
  }
}

@media (min-width: 48em) {
  .design-panels__content--procesos .design-panels__decorative {
    height: 180px;
  }
}

@media (min-width: 62em) {
  .design-panels__content--procesos {
    padding-top: 10%;
    padding-right: 13%;
    padding-left: 37%;
  }

  .design-panels__content--procesos .design-panels__image {
    top: 10%;
    left: 14%;
    max-width: 100px;
  }

  .design-panels__content--procesos .design-panels__decorative {
    width: 320px;
    height: auto;
  }
}

@media (min-width: 75em) {
  .design-panels__content--procesos .design-panels__text {
    max-width: 377px;
  }
}

@media (min-width: 85.375em) {
  .design-panels__content--procesos .design-panels__decorative {
    width: auto;
  }
}

@media (min-width: 48em) {
  .design-panels__content--espacios .design-panels__decorative {
    height: 250px;
  }
}

@media (min-width: 62em) {
  .design-panels__content--espacios {
    padding-top: 15%;
    padding-right: 13%;
    padding-left: 37%;
  }

  .design-panels__content--espacios .design-panels__image {
    top: 5%;
    left: 5%;
    max-width: 300px;
  }

  .design-panels__content--espacios .design-panels__decorative {
    height: 320px;
  }
}

@media (min-width: 75em) {
  .design-panels__content--espacios .design-panels__text {
    max-width: 377px;
  }
}

@media (min-width: 85.375em) {
  .design-panels__content--espacios {
    padding-top: 20%;
  }

  .design-panels__content--espacios .design-panels__image {
    width: auto;
  }

  .design-panels__content--espacios .design-panels__decorative {
    height: auto;
  }
}

@media (min-width: 48em) {
  .design-panels__content {
    height: 600px;
  }
}

@media (min-width: 62em) {
  .design-panels__content {
    height: 600px;
    border-bottom: none;
    height: 100%;
  }

  .design-panels__content .design-panels__text p {
    margin-bottom: 40px;
  }
}

@media (min-width: 75em) {
  .design-panels__content {
    height: 650px;
  }
}

@media (min-width: 85.375em) {
  .design-panels__content {
    height: 800px;
  }
}

@media (min-width: 105em) {
  .design-panels__content {
    height: 1100px;
  }
}

@media (min-width: 48em) {
  .design-panels__right {
    height: 600px;
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .design-panels__right.affix {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 4;
    max-width: 339px;
    height: 100%;
  }

  .design-panels__right.affix-bottom {
    position: absolute;
    right: 0;
    top: auto;
    bottom: 0;
    height: auto;
  }
}

@media (min-width: 62em) {
  .design-panels__right {
    height: 600px;
    padding-top: 60px;
    padding-bottom: 100px;
  }

  .design-panels__right.affix {
    max-width: none;
  }
}

@media (min-width: 75em) {
  .design-panels__right {
    height: 650px;
    padding-top: 90px;
    padding-left: 35px;
    padding-bottom: 137px;
  }

  .design-panels__right.affix-bottom {
    height: 100vh;
    min-height: 840px;
  }
}

@media (min-width: 85.375em) {
  .design-panels__right {
    height: 800px;
  }

  .design-panels__right.affix-bottom {
    min-height: 1000px;
  }
}

@media (min-width: 105em) {
  .design-panels__right {
    height: 1100px;
  }

  .design-panels__right.affix-bottom {
    min-height: 1200px;
  }
}

@media (min-width: 48em) {
  .design-panels__title:before {
    display: block;
  }
}

@media (min-width: 62em) {
  .design-panels__title:before {
    left: -49px;
  }
}

@media (min-width: 75em) {
  .design-panels-right__text {
    max-width: 435px;
  }
}

@media (min-width: 62em) {
  .design-panels__list li:after {
    left: -45px;
  }
}

@media (min-width: 85.375em) {
  .design-panels__list {
    margin-top: 40px;
  }
}

@media (min-width: 105em) {
  .design-panels__list {
    margin-top: 100px;
  }
}

@media (min-width: 48em) {
  .design-gracias {
    height: 475px;
  }
}

@media (min-width: 62em) {
  .design-gracias {
    height: 500px;
  }
}

@media (min-width: 62em) {
  .design-gracias {
    height: 600px;
  }
}

@media (min-width: 85.375em) {
  .design-gracias {
    height: 679px;
  }
}

@media (min-width: 48em) {
  .design-gracias__line {
    display: block;
    top: -130px;
  }
}

@media (min-width: 62em) {
  .design-gracias__line {
    top: -100px;
  }
}

@media (min-width: 85.375em) {
  .design-gracias__line {
    top: -50px;
  }
}

@media (min-width: 30em) {
  .design-gracias__title {
    font-size: 79.05px;
  }
}

@media (min-width: 48em) {
  .design-gracias__title {
    margin-top: 30px;
    margin-bottom: 5px;
    font-size: 83.7px;
  }
}

@media (min-width: 62em) {
  .design-gracias__title {
    margin-top: 60px;
    margin-bottom: 10px;
    font-size: 88.35px;
  }
}

@media (min-width: 75em) {
  .design-gracias__title {
    margin-top: 100px;
    font-size: 93px;
  }
}

@media (min-width: 85.375em) {
  .design-gracias__title {
    margin-top: 170px;
  }
}

@media (min-width: 48em) {
  .design-gracias__text {
    max-width: 560px;
    font-size: 18.9px;
  }
}

@media (min-width: 62em) {
  .design-gracias__text {
    font-size: 19.95px;
  }
}

@media (min-width: 75em) {
  .design-gracias__text {
    font-size: 21px;
  }
}

@media (min-width: 62em) {
  .cool-block-title--sm {
    line-height: 1.2;
  }
}

@media (min-width: 62em) {
  .line-break {
    display: block;
    width: 100%;
    height: 0;
  }
}

@media (min-width: 576px) {
  .cool-hero {
    padding-top: 133.33%;
    background-image: url("../../images/empresa/coolworking/hero-sm.png");
  }

  .cool-hero__stripe {
    padding-top: 40.65%;
  }

  .cool-hero__content {
    padding-top: 59%;
  }

  .cool-hero__title {
    font-size: 52px;
  }
}

@media (min-width: 48em) {
  .cool-hero {
    padding-top: 75%;
    background-image: url("../../images/empresa/coolworking/hero-md.png");
  }

  .cool-hero__stripe {
    padding-top: 23.56%;
  }

  .cool-hero__content {
    padding-top: 33.5%;
  }

  .cool-hero__title {
    padding: 0 5%;
    font-size: 50px;
  }
}

@media (min-width: 62em) {
  .cool-hero {
    padding-top: 57.23%;
    background-image: url("../../images/empresa/coolworking/hero-xl.png");
  }

  .cool-hero__stripe {
    padding-top: 17.67%;
  }

  .cool-hero__content {
    padding-top: 25.7%;
  }

  .cool-hero__title {
    font-size: 50px;
  }
}

@media (min-width: 75em) {
  .cool-hero {
    padding-top: 57.14%;
    background-image: url("../../images/empresa/coolworking/hero-xxl.png");
  }

  .cool-hero__stripe {
    padding-top: 10.05%;
  }

  .cool-hero__content {
    padding-top: 25.7%;
  }

  .cool-hero__title {
    font-size: 48px;
  }
}

@media (min-width: 2000px) {
  .cool-hero__title {
    font-size: 65px;
  }
}

@media (min-width: 48em) {
  .cool-features-item__deco {
    display: block;
    width: 36%;
    min-height: 520px;
    background-position: top right;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .cool-features-item__deco--generations {
    background-image: url("../../images/empresa/coolworking/feature-generations.jpg");
  }

  .cool-features-item__deco--organizational {
    background-position: top left;
    background-image: url("../../images/empresa/coolworking/feature-organizational.jpg");
  }

  .cool-features-item__deco--efficiency {
    background-image: url("../../images/empresa/coolworking/feature-efficiency.jpg");
  }
}

@media (min-width: 62em) {
  .cool-features-item__deco {
    width: 46%;
  }
}

@media (min-width: 75em) {
  .cool-features-item__deco {
    width: 56%;
  }
}

@media (min-width: 576px) {
  .cool-features-item {
    background-position: top left;
  }

  .cool-features-item--generations {
    padding-left: 78px;
  }

  .cool-features-item--organizational {
    padding-right: 70px;
    padding-left: 0;
    background-position: top right;
  }

  .cool-features-item--efficiency {
    padding-left: 78px;
  }
}

@media (min-width: 48em) {
  .cool-features-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    background-image: none;
  }
}

@media (min-width: 48em) {
  .cool-features .cool-features-info__title {
    margin-bottom: 18px;
    font-size: 40px;
    line-height: 38px;
  }
}

@media (min-width: 62em) {
  .cool-features .cool-features-info__title {
    margin-bottom: 18px;
    font-size: 48px;
    line-height: 46px;
  }
}

@media (min-width: 48em) {
  .cool-features .cool-features-info__subtitle {
    margin-bottom: 24px;
    font-size: 32px;
  }
}

@media (min-width: 62em) {
  .cool-features .cool-features-info__subtitle {
    margin-bottom: 24px;
    font-size: 36px;
  }
}

@media (min-width: 48em) {
  .cool-features .cool-features-info__text {
    margin-bottom: 24px;
    font-size: 18px;
  }
}

@media (min-width: 62em) {
  .cool-features .cool-features-info__text {
    font-size: 21px;
  }
}

@media (min-width: 576px) {
  .cool-features .cool-features-info {
    padding: 116px 24px 50px 10px;
  }
}

@media (min-width: 48em) {
  .cool-features .cool-features-info {
    padding: 88px 40px 88px 24px;
    width: 65%;
  }

  .cool-features .cool-features-info__text {
    width: 92%;
    max-width: 600px;
  }
}

@media (min-width: 62em) {
  .cool-features .cool-features-info {
    width: 54%;
  }
}

@media (min-width: 75em) {
  .cool-features .cool-features-info {
    width: 44%;
  }
}

@media (min-width: 48em) {
  .cool-features .cool-features-info--generations .cool-features-info__ico {
    top: 50px;
    right: 40px;
  }

  .cool-features .cool-features-info--generations .cool-features-info__ico svg {
    width: 90px;
    height: 117px;
  }
}

@media (min-width: 75em) {
  .cool-features .cool-features-info--generations .cool-features-info__ico svg {
    width: 134px;
    height: 167px;
  }
}

@media (min-width: 48em) {
  .cool-features .cool-features-info--organizational {
    padding: 89px 20px 89px 60px;
  }

  .cool-features .cool-features-info--organizational .cool-features-info__ico {
    position: absolute;
    top: 40px;
    right: 0;
  }

  .cool-features .cool-features-info--organizational .cool-features-info__ico svg {
    width: 118px;
    height: 110px;
  }
}

@media (min-width: 75em) {
  .cool-features .cool-features-info--organizational .cool-features-info__ico {
    position: absolute;
    top: 40px;
    right: 0;
  }

  .cool-features .cool-features-info--organizational .cool-features-info__ico svg {
    width: 158px;
    height: 150px;
  }
}

@media (min-width: 48em) {
  .cool-features .cool-features-info--efficiency .cool-features-info__ico {
    top: 40px;
    right: 28px;
  }

  .cool-features .cool-features-info--efficiency .cool-features-info__ico svg {
    width: 121px;
    height: 125px;
  }
}

@media (min-width: 75em) {
  .cool-features .cool-features-info--efficiency .cool-features-info__ico svg {
    width: 151px;
    height: 155px;
  }
}

@media (min-width: 576px) {
  .cool-features {
    margin-top: -72px;
  }
}

@media (min-width: 48em) {
  .cool-features {
    margin-top: -24px;
  }
}

@media (min-width: 62em) {
  .cool-features {
    margin-top: -32px;
  }
}

@media (min-width: 75em) {
  .cool-features {
    margin-top: -48px;
  }
}

@media (min-width: 48em) {
  .cool-wellness .cool-wellness-card__title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media (min-width: 62em) {
  .cool-wellness {
    padding: 72px 0 90px;
  }

  .cool-wellness .cool-wellness-card {
    margin-bottom: 0;
  }

  .cool-wellness .cool-wellness-card__title {
    padding-top: 0;
    min-height: 98px;
  }

  .cool-wellness .cool-wellness-grid {
    margin-top: 80px;
  }
}

@media (min-width: 75em) {
  .cool-wellness .cool-wellness-card {
    max-width: 90%;
  }
}

@media (min-width: 48em) {
  .cool-book__cta {
    margin: 48px auto 60px;
    padding: 16px 64px;
  }
}

@media (min-width: 62em) {
  .aeropuertos-hero .plane-1-left {
    height: 120px;
  }
}

@media (min-width: 62em) {
  .aeropuertos-hero .plane-2-left {
    height: 80px;
  }
}

@media (min-width: 62em) {
  .aeropuertos-hero .plane-3-left {
    height: 140px;
  }
}

@media (min-width: 62em) {
  .aeropuertos-hero .plane-1-right {
    height: 130px;
  }
}

@media (min-width: 62em) {
  .aeropuertos-hero .plane-2-right {
    height: 110px;
  }
}

@media (max-width: 47.99em) {
  .aeropuertos-hero .point {
    width: 5px;
    height: 5px;
  }
}

@media (min-width: 62em) {
  .aeropuertos-shortfilm .projects__gallery .product--photo-bg {
    height: 360px;
  }
}

@media (min-width: 75em) {
  .aeropuertos-shortfilm .projects__gallery .product--photo-bg {
    height: 450px;
  }
}

@media (min-width: 85.375em) {
  .aeropuertos-shortfilm .projects__gallery .product--photo-bg {
    height: 543.75px;
  }
}

@media (min-width: 105em) {
  .aeropuertos-shortfilm .projects__gallery .product--photo-bg {
    height: 652.5px;
  }
}

@media (min-width: 48em) {
  .christmas-intro__video-container {
    padding: 60px 60px 0;
  }
}

@media (min-width: 62em) {
  .christmas-intro__video-container {
    padding-top: 100px;
  }
}

@media (min-width: 75em) {
  .christmas-intro__video-container {
    padding-top: 140px;
  }
}

@media (min-width: 62em) {
  .christmas-intro__video {
    border-width: 5px;
    padding: 17px;
  }
}

@media (min-width: 75em) {
  .christmas-intro__video {
    border-width: 9px;
  }
}

@media (min-width: 48em) {
  .christmas-band {
    margin-top: -25px;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .christmas-band__subtitle {
    font-size: 44px;
  }
}

@media (min-width: 62em) {
  .christmas-band {
    padding-top: 75px;
    padding-bottom: 75px;
    letter-spacing: -2px;
    background-size: auto;
  }

  .christmas-band__subtitle {
    font-size: 54px;
  }
}

@media (min-width: 75em) {
  .christmas-band__subtitle {
    font-size: 68px;
  }
}

@media (min-width: 85.375em) {
  .christmas-band {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .christmas-band__subtitle {
    font-size: 82px;
  }
}

@media (min-width: 48em) {
  .christmas-item {
    height: 400px;
    padding-top: 165px;
  }

  .christmas-item--windows {
    background-image: url("../../images/empresa/navidad18/windows-lines-bg.png"), url("../../images/empresa/navidad18/windows-window-bg.png");
    background-position: left top 14px, top 10px left 50%;
    background-size: 50px auto, auto 150px;
  }

  .christmas-item--light {
    background-image: url("../../images/empresa/navidad18/light-clouds-bg.png"), url("../../images/empresa/navidad18/light-people-bg.png");
    background-position: top 20% left 10%, top 25px right 10%;
  }
}

@media (min-width: 62em) {
  .christmas-item {
    height: 440px;
    padding-top: 200px;
  }

  .christmas-item__content {
    position: relative;
    z-index: 3;
  }

  .christmas-item--left {
    padding-left: 30px;
  }

  .christmas-item--right {
    padding-left: 60px;
  }

  .christmas-item--windows {
    background-position: left top 14px, top 10px left 40%;
    background-size: 80px auto, auto 230px;
  }

  .christmas-item--windows::before,
  .christmas-item--windows::after {
    content: "";
    display: block;
    position: absolute;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-transform: scale(0.8073);
    -ms-transform: scale(0.8073);
    -o-transform: scale(0.8073);
    transform: scale(0.8073);
  }

  .christmas-item--windows::before {
    top: 0;
    right: 0;
    width: 294px;
    height: 374px;
    background-image: url("../../images/empresa/navidad18/windows-circle.png");
    -webkit-transform-origin: top right;
    -ms-transform-origin: top right;
    -o-transform-origin: top right;
    transform-origin: top right;
    z-index: 1;
  }

  .christmas-item--windows::after {
    bottom: 0;
    right: 0;
    width: 82px;
    height: 238px;
    background-image: url("../../images/empresa/navidad18/windows-triangle.png");
    -webkit-transform-origin: bottom right;
    -ms-transform-origin: bottom right;
    -o-transform-origin: bottom right;
    transform-origin: bottom right;
    z-index: 2;
  }

  .christmas-item--light {
    background-position: top 22% left 28%, top 25px right 10%;
  }

  .christmas-item--light::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 107px;
    height: 307px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("../../images/empresa/navidad18/light-triangle.png");
    -webkit-transform: scale(0.8073);
    -ms-transform: scale(0.8073);
    -o-transform: scale(0.8073);
    transform: scale(0.8073);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    -o-transform-origin: top left;
    transform-origin: top left;
    z-index: 1;
  }

  .christmas-item--air {
    background-position: top 10px right 33px;
  }

  .christmas-item--air::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: -40px;
    width: 80px;
    background: -webkit-gradient(linear, left top, right top, color-stop(50%, #ece891), color-stop(50%, #f0eda6));
    background: -webkit-linear-gradient(left, #ece891 50%, #f0eda6 50%);
    background: -o-linear-gradient(left, #ece891 50%, #f0eda6 50%);
    background: linear-gradient(90deg, #ece891 50%, #f0eda6 50%);
    -webkit-transform: skewX(11deg);
    -ms-transform: skewX(11deg);
    -o-transform: skewX(11deg);
    transform: skewX(11deg);
    z-index: 2;
  }

  .christmas-item--silence {
    background-position: top 30px center;
  }

  .christmas-item--bio {
    background-position: top 20px center;
    background-size: 65%;
  }

  .christmas-item--bio::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -40px;
    width: 100px;
    background: -webkit-gradient(linear, left top, right top, color-stop(50%, #bfddba), color-stop(50%, #b2d6ac));
    background: -webkit-linear-gradient(left, #bfddba 50%, #b2d6ac 50%);
    background: -o-linear-gradient(left, #bfddba 50%, #b2d6ac 50%);
    background: linear-gradient(90deg, #bfddba 50%, #b2d6ac 50%);
    -webkit-transform: skewX(-11deg);
    -ms-transform: skewX(-11deg);
    -o-transform: skewX(-11deg);
    transform: skewX(-11deg);
    z-index: 2;
  }

  .christmas-item--fruit::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: -40px;
    width: 80px;
    background: -webkit-gradient(linear, left top, right top, color-stop(50%, #a1d5d3), color-stop(50%, #b6dbda));
    background: -webkit-linear-gradient(left, #a1d5d3 50%, #b6dbda 50%);
    background: -o-linear-gradient(left, #a1d5d3 50%, #b6dbda 50%);
    background: linear-gradient(90deg, #a1d5d3 50%, #b6dbda 50%);
    -webkit-transform: skewX(11deg);
    -ms-transform: skewX(11deg);
    -o-transform: skewX(11deg);
    transform: skewX(11deg);
    z-index: 2;
  }

  .christmas-item__title {
    font-size: 24px;
  }

  .christmas-item__text {
    font-size: 20px;
  }
}

@media (min-width: 75em) {
  .christmas-item {
    height: 500px;
    padding-top: 250px;
  }

  .christmas-item img {
    display: block;
    position: absolute;
    -webkit-transition: opacity 1s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: opacity 1s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: opacity 1s cubic-bezier(0.215, 0.61, 0.355, 1), transform 1s cubic-bezier(0.215, 0.61, 0.355, 1), -o-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: opacity 1s cubic-bezier(0.215, 0.61, 0.355, 1), transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: opacity 1s cubic-bezier(0.215, 0.61, 0.355, 1), transform 1s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1), -o-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
    opacity: 0;
  }

  .christmas-item img.is-active {
    opacity: 1;
  }

  .christmas-item--windows {
    background-size: 80px auto, auto 220px;
  }

  .christmas-item--windows img {
    bottom: 50px;
    right: 150px;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px);
  }

  .christmas-item--windows img.is-active {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }

  .christmas-item--windows::before,
  .christmas-item--windows::after {
    -webkit-transform: scale(0.9174);
    -ms-transform: scale(0.9174);
    -o-transform: scale(0.9174);
    transform: scale(0.9174);
  }

  .christmas-item--light {
    background-position: top 22% left 28%, top 25px right 10%;
    background-size: 200px auto, auto 340px;
  }

  .christmas-item--light img {
    top: 50px;
    right: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  .christmas-item--light img.is-active {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }

  .christmas-item--light::before {
    -webkit-transform: scale(0.9174);
    -ms-transform: scale(0.9174);
    -o-transform: scale(0.9174);
    transform: scale(0.9174);
  }

  .christmas-item--air {
    background-position: top 50px right 25%;
    background-size: 75%;
  }

  .christmas-item--air img {
    top: 120px;
    left: 50px;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  .christmas-item--air img.is-active {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }

  .christmas-item--air::after {
    width: 100px;
    right: -50px;
  }

  .christmas-item--silence {
    background-position: top 30px center;
    background-size: auto 200px;
  }

  .christmas-item--silence img {
    top: 95px;
    right: 30%;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  .christmas-item--silence img.is-active {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }

  .christmas-item--move img {
    bottom: 100px;
    left: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  .christmas-item--move img.is-active {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }

  .christmas-item--bio img {
    bottom: 100px;
    right: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  .christmas-item--bio img.is-active {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }

  .christmas-item--bio::before {
    width: 150px;
    left: -90px;
  }

  .christmas-item--fruit img {
    top: 45px;
    left: 170px;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  .christmas-item--fruit img.is-active {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }

  .christmas-item--fruit::after {
    width: 120px;
    right: -60px;
  }

  .christmas-item--social img {
    top: 120px;
    left: 40pxpx;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  .christmas-item--social img.is-active {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }

  .christmas-item__title {
    font-size: 23px;
  }

  .christmas-item__text {
    font-size: 19px;
  }

  .christmas-item__content {
    max-width: 92%;
  }

  .christmas-item--left {
    padding-left: 100px;
  }

  .christmas-item--right {
    padding-left: 55px;
  }

  .christmas-item--right .christmas-item__content {
    max-width: 75%;
  }
}

@media (min-width: 85.375em) {
  .christmas-item {
    height: 545px;
    padding-top: 310px;
  }

  .christmas-item__title {
    font-size: 24px;
  }

  .christmas-item__text {
    font-size: 20px;
  }

  .christmas-item--windows,
  .christmas-item--light,
  .christmas-item--air,
  .christmas-item--silence,
  .christmas-item--move,
  .christmas-item--bio,
  .christmas-item--fruit,
  .christmas-item--social {
    background-size: auto;
  }

  .christmas-item--windows::before,
  .christmas-item--windows::after {
    -webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }

  .christmas-item--light::before {
    -webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }

  .christmas-item--left {
    padding-left: 195px;
  }

  .christmas-item--right .christmas-item__content {
    max-width: 65%;
  }
}

@media (min-width: 105em) {
  .christmas-item--right .christmas-item__content {
    max-width: 55%;
  }
}

@media (min-width: 48em) {
  .christmas-water__title {
    font-size: 45px;
  }
}

@media (min-width: 62em) {
  .christmas-water__title {
    font-size: 60px;
    letter-spacing: -2px;
  }
}

@media (min-width: 48em) {
  .christmas-water__subtitle {
    max-width: 814px;
    margin-bottom: 30px;
    font-size: 19px;
  }
}

@media (min-width: 62em) {
  .christmas-water__subtitle {
    font-size: 20px;
  }
}

@media (min-width: 48em) {
  .christmas-water__bg {
    display: block;
  }
}

@media (min-width: 62em) {
  .christmas-water__bg {
    height: 581px;
  }
}

@media (min-width: 48em) {
  .christmas-water__boats,
  .christmas-water__star,
  .christmas-water__people,
  .christmas-water__clouds {
    opacity: 0;
  }

  .christmas-water__boats.is-active,
  .christmas-water__star.is-active,
  .christmas-water__people.is-active,
  .christmas-water__clouds.is-active {
    opacity: 1;
  }
}

@media (min-width: 48em) {
  .christmas-water__boats {
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  .christmas-water__boats.is-active {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}

@media (min-width: 48em) {
  .christmas-water__star {
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  .christmas-water__star.is-active {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}

@media (min-width: 48em) {
  .christmas-water__people {
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px);
  }

  .christmas-water__people.is-active {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}

@media (min-width: 48em) {
  .christmas-water__clouds {
    -webkit-transform: translateX(40px);
    -ms-transform: translateX(40px);
    -o-transform: translateX(40px);
    transform: translateX(40px);
  }

  .christmas-water__clouds.is-active {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}

@media (min-width: 48em) {
  .christmas-water__personas-image {
    opacity: 0;
    -webkit-transition: opacity 1s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: opacity 1s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: opacity 1s cubic-bezier(0.215, 0.61, 0.355, 1), transform 1s cubic-bezier(0.215, 0.61, 0.355, 1), -o-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: opacity 1s cubic-bezier(0.215, 0.61, 0.355, 1), transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: opacity 1s cubic-bezier(0.215, 0.61, 0.355, 1), transform 1s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1), -o-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
  }

  .christmas-water__personas-image.is-active {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}

@media (min-width: 62em) {
  .christmas-water__personas {
    padding-top: 70px;
    padding-bottom: 180px;
  }
}

@media (min-width: 75em) {
  .christmas-water__personas {
    padding-top: 120px;
    padding-bottom: 220px;
  }
}

@media (min-width: 85.375em) {
  .christmas-water__personas {
    padding-top: 170px;
    padding-bottom: 280px;
  }
}

@media (min-width: 48em) {
  .christmas-water {
    padding-top: 40px;
  }
}

@media (min-width: 62em) {
  .christmas-water {
    padding-top: 65px;
  }

  .christmas-water__lines {
    display: block;
    top: 0;
    left: 0;
    width: 150px;
    height: auto;
  }
}

@media (min-width: 75em) {
  .christmas-water__lines {
    width: 220px;
  }
}

@media (min-width: 85.375em) {
  .christmas-water__lines {
    width: auto;
  }
}

@media (min-width: 62em) {
  .video-text {
    padding: 10em 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .video-text img {
    max-width: 80%;
  }

  .video-text__content {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    text-align: left;
    margin-bottom: 0;
    padding: 0 4em 0 0;
  }
}

@media (min-width: 62em) {
  .showroom-miami {
    position: relative;
    margin: 10em 0;
  }
}

@media (min-width: 62em) {
  .showroom-miami__header {
    max-width: 80%;
    margin-bottom: 0;
    padding-bottom: 0;
  }
}

@media (min-width: 62em) {
  .showroom-miami__image {
    max-width: 80%;
  }
}

@media (min-width: 62em) {
  .showroom-miami__text {
    max-width: 29.2%;
    bottom: auto;
    -webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    top: 15%;
    left: auto;
    right: 0;
  }
}

@media (min-width: 48em) {
  .showroom-miami .title {
    bottom: -20%;
  }
}

@media (min-width: 62em) {
  .showroom-miami .title {
    bottom: auto;
    left: auto;
    top: 0;
    right: 0;
    -webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    margin: 0;
    padding: 0;
    font-size: 40px;
  }
}

@media (min-width: 62em) and (max-width: 74.99em) {
  .showroom-miami .title {
    font-size: 28px;
  }
}

@media (min-width: 48em) {
  .showroom-miami__footer {
    padding: 4.5em 0;
    margin-top: 3em;
  }
}

@media (min-width: 62em) {
  .showroom-miami__footer {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 36%;
    height: 55%;
    padding: 2em 0 1em;
    margin: 0;
  }

  .showroom-miami__footer .wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
  }
}

@media (min-width: 62em) {
  .showroom-miami__footer .subtitle {
    font-size: 22px;
  }

  .showroom-miami__footer .subtitle.separation-bottom-small {
    margin-bottom: 35px;
  }

  .showroom-miami__footer .subtitle.separation-bottom {
    margin-bottom: 50px;
  }
}

@media (min-width: 62em) and (max-width: 74.99em) {
  .showroom-miami__footer .subtitle {
    font-size: 18px;
  }

  .showroom-miami__footer .subtitle.separation-bottom-small {
    margin-bottom: 15px;
  }

  .showroom-miami__footer .subtitle.separation-bottom {
    margin-bottom: 20px;
  }

  .showroom-miami__footer .subtitle .btn {
    font-size: 13px;
  }
}

@media (min-width: 62em) {
  .get-in-touch--home-usa {
    margin-bottom: 90px;
  }
}

@media (min-width: 62em) {
  .get-in-touch--home-usa__wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: -50px;
  }
}

@media (min-width: 62em) {
  .get-in-touch--home-usa__card:hover,
  .get-in-touch--home-usa__card:active,
  .get-in-touch--home-usa__card:focus {
    cursor: pointer;
  }

  .get-in-touch--home-usa__card.center {
    margin: 0 8em;
    margin-top: 70px;
  }
}

@media (max-width: 61.99em) {
  .get-in-touch--home-usa__card.align-left {
    padding-right: 4em;
  }
}

@media (max-width: 61.99em) {
  .get-in-touch--home-usa__card.align-right {
    padding-left: 4em;
  }
}

@media (min-width: 62em) {
  .get-in-touch--home-usa__image {
    margin-bottom: 25px;
  }
}

@media (min-width: 62em) {
  .get-in-touch--home-usa .subtitle {
    font-size: 24px;
  }
}

@media (max-width: 74.99em) {
  .horeca__box {
    display: none !important;
  }
}

@media (max-width: 74.99em) {
  .horeca__path {
    display: none !important;
  }
}

@media (min-width: 85.375em) {
  .horeca__path {
    left: 39.5%;
  }
}

@media (min-width: 85.375em) {
  .horeca__circle {
    left: 39.05%;
  }
}

@media (min-width: 75em) {
  .horeca__circle.is-visible {
    display: block;
  }
}

@media (max-width: 74.99em) {
  .horeca__circle {
    display: none !important;
  }
}

@media (min-width: 23.4375em) {
  .horeca__intro .horeca__intro__content {
    max-width: 73%;
  }
}

@media (min-width: 48em) {
  .horeca__intro {
    background-size: cover;
    height: 450px;
    padding-top: 0;
  }

  .horeca__intro .horeca__intro__content {
    margin-left: 0;
    max-width: 50%;
    padding: 30px 20px;
  }

  .horeca__intro .horeca__intro__content:after {
    display: none;
  }
}

@media (min-width: 62em) {
  .horeca__intro {
    background-size: contain;
    height: 540px;
  }

  .horeca__intro .horeca__intro__content {
    max-width: 30%;
    padding: 40px 30px;
  }

  .horeca__intro .horeca__intro__title {
    font-size: 32px;
  }

  .horeca__intro .horeca__intro__text {
    font-size: 18px;
  }
}

@media (min-width: 75em) {
  .horeca__intro {
    height: 640px;
    background-position: right center;
    background-size: 90% auto;
  }

  .horeca__intro__title {
    font-size: 36px;
  }

  .horeca__intro__text {
    font-size: 20px;
  }
}

@media (min-width: 85.375em) {
  .horeca__intro {
    height: 734px;
  }

  .horeca__intro .horeca__intro__content {
    padding: 65px 40px 65px 80px;
  }

  .horeca__intro .horeca__intro__title {
    margin-bottom: 40px;
    font-size: 49px;
  }

  .horeca__intro .horeca__intro__text {
    font-size: 23px;
  }
}

@media (min-width: 75em) {
  .horeca__elevator li a {
    width: 163px;
    font-size: 16px;
  }
}

@media (min-width: 48em) {
  .horeca__elevator {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (min-width: 75em) {
  .horeca__elevator {
    padding: 20px;
  }
}

@media (min-width: 48em) {
  .horeca__carousel .owl-dots {
    position: static;
    width: auto;
    text-align: left;
  }
}

@media (min-width: 48em) {
  .horeca__section__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-box-orient: horizontal;
    -moz-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    height: 100%;
  }
}

@media (min-width: 23.4375em) {
  .horeca__section__data {
    max-width: 73%;
  }
}

@media (min-width: 48em) {
  .horeca__section__data {
    width: 45%;
    max-width: none;
    margin: 0;
    padding: 0 20px;
    text-align: right;
  }

  .horeca__section__data .horeca__section__title,
  .horeca__section__data .horeca__section__text {
    text-align: right;
  }
}

@media (min-width: 75em) {
  .horeca__section__data {
    width: 40%;
    padding: 0 40px 0 20px;
  }
}

@media (min-width: 75em) {
  .horeca__section__data {
    width: 35%;
  }
}

@media (min-width: 85.375em) {
  .horeca__section__data {
    width: 40%;
  }
}

@media (min-width: 48em) {
  .horeca__section__image {
    width: 55%;
    padding-left: 10px;
  }
}

@media (min-width: 75em) {
  .horeca__section__image {
    width: 65%;
    padding-left: 40px;
  }
}

@media (min-width: 85.375em) {
  .horeca__section__image {
    width: 60%;
  }
}

@media (min-width: 48em) {
  .horeca__section {
    height: 450px;
    padding: 45px 0 40px;
  }

  .horeca__section__data {
    background-color: transparent !important;
    padding-top: 5px;
  }

  .horeca__section__data:after {
    display: none;
  }

  .horeca__section__title {
    margin-bottom: 12px;
  }

  .horeca__section--lobby {
    background-color: #afd0d5;
  }

  .horeca__section--restaurante {
    background-color: #5c9aa4;
  }

  .horeca__section--cafeteria {
    background-color: #b5b5af;
  }

  .horeca__section--polivalente {
    background-color: #e7af52;
  }
}

@media (min-width: 62em) {
  .horeca__section {
    height: 600px;
    padding: 40px 0 60px;
  }

  .horeca__section__title {
    margin-bottom: 24px;
    font-size: 36px;
  }

  .horeca__section__text {
    font-size: 20px;
  }
}

@media (min-width: 75em) {
  .horeca__section {
    height: -webkit-calc(100vh - 60px);
    height: calc(100vh - 60px);
    padding: 70px 0 80px;
  }
}

@media (min-width: 85.375em) {
  .horeca__section {
    padding: 90px 0 100px;
  }

  .horeca__section__title {
    font-size: 49px;
  }

  .horeca__section__text {
    font-size: 23px;
  }
}

@media (min-width: 48em) {
  .well-intro__left {
    width: 50%;
    float: left;
    text-align: left;
  }

  .well-intro__right {
    width: 50%;
    float: right;
  }

  .well-intro__image {
    width: 246px;
    margin-left: 200px;
  }

  .well-intro__title {
    text-align: left;
  }

  .well-intro__title--center {
    text-align: center;
    margin-bottom: 30px;
  }

  .well-intro__title--margin {
    margin-bottom: 20px;
  }

  .well-intro__text {
    font-size: 18px;
  }

  .well-intro__subtitle {
    text-align: left;
  }

  .well-intro__decorative {
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 500px;
    height: 500px;
  }
}

@media (min-width: 75em) {
  .well-intro {
    padding: 48px 0;
  }

  .well-intro--no-pad {
    padding-bottom: 0;
  }
}

@media (max-width: 47.99em) {
  .well__carousel .owl-dots {
    display: none !important;
  }
}

@media (min-width: 23.4375em) {
  .well-item {
    padding: 0 15px;
  }

  .well-item__header {
    height: 300px;
  }

  .well-item__bg {
    height: 265px;
  }
}

@media (min-width: 25.875em) {
  .well-item__header {
    height: 340px;
  }

  .well-item__bg {
    height: 304px;
  }
}

@media (max-width: 47.99em) {
  .well-item__text--visible {
    position: relative;
    height: 140px;
    overflow: hidden;
  }

  .well-item__text--visible:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    height: 40px;
    left: -10px;
    right: -10px;
    background: -webkit-gradient(linear, left bottom, left top, from(#fcfcfc), to(rgba(252, 252, 252, 0)));
    background: -webkit-linear-gradient(bottom, #fcfcfc 0%, rgba(252, 252, 252, 0) 100%);
    background: -o-linear-gradient(bottom, #fcfcfc 0%, rgba(252, 252, 252, 0) 100%);
    background: linear-gradient(to top, #fcfcfc 0%, rgba(252, 252, 252, 0) 100%);
  }

  .well-item__text--hidden {
    display: none;
  }
}

@media (min-width: 48em) {
  .well-item {
    padding: 0 20px;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -o-transform: translateY(30px);
    transform: translateY(30px);
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    transition: -webkit-transform 0.6s ease-in-out;
    -o-transition: transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  }

  .well-item__header {
    height: 240px;
  }

  .well-item__content {
    padding: 30px 20px;
  }

  .well-item__icon {
    top: 50%;
    height: 125px;
  }

  .well-item__bg {
    max-width: 240px;
    height: 240px;
  }

  .well-item__title {
    font-size: 32px;
    left: auto;
  }

  .well-item--left .well-item__title {
    right: 16px;
  }

  .well-item--right .well-item__title {
    left: 16px;
  }

  .well-item__text {
    font-size: 18px;
  }

  .well-item__view-more {
    display: none;
  }

  .owl-item.active .well-item {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }

  .well-item__title {
    font-size: 36px;
  }
}

@media (min-width: 62em) {
  .well-item {
    max-width: 380px;
    padding: 0 30px;
  }

  .well-item__header {
    height: 160px;
  }

  .well-item__icon {
    height: 90px;
  }

  .well-item__bg {
    max-width: 160px;
    height: 160px;
  }

  .well-item__title {
    font-size: 24px;
  }
}

@media (min-width: 75em) {
  .well-item {
    max-width: 660px;
    -webkit-transform: translateY(60px);
    -ms-transform: translateY(60px);
    -o-transform: translateY(60px);
    transform: translateY(60px);
  }

  .well-item__header {
    height: 246px;
  }

  .well-item__icon {
    height: 145px;
  }

  .well-item__bg {
    max-width: 246px;
    height: 246px;
  }

  .well-item__title {
    font-size: 29px;
  }

  .well-item__content {
    padding: 40px 25px;
  }

  .well-item__text {
    font-size: 20px;
  }
}

@media (min-width: 85.375em) {
  .well-item {
    max-width: 720px;
    -webkit-transform: translateY(60px);
    -ms-transform: translateY(60px);
    -o-transform: translateY(60px);
    transform: translateY(60px);
  }

  .well-item__header {
    height: 330px;
  }

  .well-item__icon {
    height: 215px;
  }

  .well-item__bg {
    max-width: 330px;
    height: 330px;
  }

  .well-item__title {
    font-size: 42px;
  }
}

@media (min-width: 48em) {
  .formaldehido__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media (min-width: 48em) {
  .formaldehido__content-image img {
    padding: 0;
    max-width: 28vw;
  }
}

@media (min-width: 62em) {
  .formaldehido__content-image img {
    max-width: 17vw;
  }
}

@media (min-width: 48em) {
  .formaldehido__content-text:after {
    content: '';
    position: absolute;
    bottom: -90px;
    right: -20px;
    background-image: url("/images/landings/formaldehido/leaf.svg");
    background-repeat: no-repeat;
    background-size: 100%;
    width: 210px;
    height: 350px;
    z-index: -1;
  }
}

@media (min-width: 62em) {
  .formaldehido__content-text:after {
    bottom: -150px;
  }
}

@media (min-width: 48em) {
  .formaldehido__products a {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    margin-bottom: 1em;
  }
}

@media (min-width: 62em) {
  .formaldehido__products a {
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    margin-bottom: 0;
  }
}

@media (min-width: 48em) {
  .formaldehido-product {
    margin-bottom: 0;
  }
}

@media (min-width: 48em) {
  .formaldehido-product__image {
    max-width: 100%;
  }
}

@media (min-width: 48em) {
  .formaldehido__certificado {
    display: inline-block;
  }

  .formaldehido__certificado:nth-of-type(1) {
    margin-right: 2em;
  }
}