/* FORMATTING ========================================================================== */
*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  height: 100%;
}
body {
  position: relative;
  margin: 0;
  padding: 0;
  height: 100%;
  font-family: 'Source Sans Pro', sans-serif;
  background-color: #f1f2f2;
  color: #4a555d;
  font-weight: 400;
  line-height: 140%;
  font-size: 1.6rem;
}
img,
embed,
object,
video,
iframe {
  max-width: 100%;
}
img {
  border: none;
  padding: 0;
  margin: 0;
}
form input,
form textarea {
  outline: 0;
  width: 100%;
  font-family: 'Source Sans Pro', sans-serif;
}
::selection {
  background: #00619b;
  color: #fff;
}
::-moz-selection {
  background: #00619b;
  color: #fff;
}
/* SNIPPETS  ========================================================================== */
.col2 {
  float: left;
  clear: none;
  text-align: inherit;
  width: 48.5%;
  margin-left: 0%;
  margin-right: 3%;
}
.col2::after {
  content: '';
  display: table;
  clear: both;
}
.col2:last-child {
  margin-right: 0%;
}
@media only screen and (max-width: 800px) {
  .col2 {
    display: block;
    clear: both;
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .col2:first-child {
    margin-left: auto;
  }
  .col2:last-child {
    margin-right: auto;
  }
}
.col3 {
  float: left;
  clear: none;
  text-align: inherit;
  width: 31.33333333333333%;
  margin-left: 0%;
  margin-right: 3%;
}
.col3::after {
  content: '';
  display: table;
  clear: both;
}
.col3:last-child {
  margin-right: 0%;
}
@media only screen and (max-width: 800px) {
  .col3 {
    display: block;
    clear: both;
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .col3:first-child {
    margin-left: auto;
  }
  .col3:last-child {
    margin-right: auto;
  }
}
.col2-3 {
  float: left;
  clear: none;
  text-align: inherit;
  width: 65.66666666666666%;
  margin-left: 0%;
  margin-right: 3%;
}
.col2-3::after {
  content: '';
  display: table;
  clear: both;
}
.col2-3:last-child {
  margin-right: 0%;
}
@media only screen and (max-width: 800px) {
  .col2-3 {
    display: block;
    clear: both;
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .col2-3:first-child {
    margin-left: auto;
  }
  .col2-3:last-child {
    margin-right: auto;
  }
}
.col4 {
  float: left;
  clear: none;
  text-align: inherit;
  width: 22.75%;
  margin-left: 0%;
  margin-right: 3%;
}
.col4::after {
  content: '';
  display: table;
  clear: both;
}
.col4:last-child {
  margin-right: 0%;
}
.col6 {
  float: left;
  clear: none;
  text-align: inherit;
  width: 14.166666666666664%;
  margin-left: 0%;
  margin-right: 3%;
}
.col6::after {
  content: '';
  display: table;
  clear: both;
}
.col6:last-child {
  margin-right: 0%;
}
.col8 {
  float: left;
  clear: none;
  text-align: inherit;
  width: 9.875%;
  margin-left: 0%;
  margin-right: 3%;
}
.col8::after {
  content: '';
  display: table;
  clear: both;
}
.col8:last-child {
  margin-right: 0%;
}
.span2 {
  float: left;
  clear: none;
  text-align: inherit;
  width: 50%;
  margin-left: 0%;
  margin-right: 0%;
}
.span2::after {
  content: '';
  display: table;
  clear: both;
}
@media only screen and (max-width: 800px) {
  .span2 {
    display: block;
    clear: both;
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .span2:first-child {
    margin-left: auto;
  }
  .span2:last-child {
    margin-right: auto;
  }
}
.span3 {
  float: left;
  clear: none;
  text-align: inherit;
  width: 33.33333333333333%;
  margin-left: 0%;
  margin-right: 0%;
}
.span3::after {
  content: '';
  display: table;
  clear: both;
}
@media only screen and (max-width: 800px) {
  .span3 {
    display: block;
    clear: both;
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .span3:first-child {
    margin-left: auto;
  }
  .span3:last-child {
    margin-right: auto;
  }
}
.span2-3 {
  float: left;
  clear: none;
  text-align: inherit;
  width: 66.66666666666666%;
  margin-left: 0%;
  margin-right: 0%;
}
.span2-3::after {
  content: '';
  display: table;
  clear: both;
}
@media only screen and (max-width: 800px) {
  .span2-3 {
    display: block;
    clear: both;
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .span2-3:first-child {
    margin-left: auto;
  }
  .span2-3:last-child {
    margin-right: auto;
  }
}
.span4 {
  float: left;
  clear: none;
  text-align: inherit;
  width: 25%;
  margin-left: 0%;
  margin-right: 0%;
}
.span4::after {
  content: '';
  display: table;
  clear: both;
}
.floater {
  float: left;
  width: 100%;
  position: relative;
}
.content-center {
  width: auto;
  max-width: 1240px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
  padding: 0 20px;
}
.content-center::after {
  content: '';
  display: table;
  clear: both;
}
.content-center.center_med {
  max-width: 800px;
}
.content-center-full {
  width: auto;
  max-width: 1580px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
  padding: 0 20px;
}
.content-center-full::after {
  content: '';
  display: table;
  clear: both;
}
.showDesk {
  display: block;
}
.hideDesk {
  display: none !important;
}
@media only screen and (max-width: 800px) {
  .hideTab {
    display: none !important;
  }
}
.showTab {
  display: none;
}
@media only screen and (max-width: 800px) {
  .showTab {
    display: block !important;
  }
}
@media only screen and (max-width: 600px) {
  .hideMob {
    display: none !important;
  }
}
.showMob {
  display: none;
}
@media only screen and (max-width: 600px) {
  .showMob {
    display: block !important;
  }
}
.mailto:after {
  content: '@imberacooling.com';
}
.sprite {
  background-image: url("../../images/common/sprite.svg") !important;
  background-repeat: no-repeat !important;
  background-size: 350px 3500px !important;
}
.no-svg .sprite {
  background-image: url("../../images/common/sprite.png") !important;
  background-repeat: no-repeat !important;
  background-size: 350px 3500px !important;
}
.table_center {
  height: 100%;
  display: table;
  width: 100%;
}
.table_cell {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}
/* TYPE  ========================================================================== */
hr {
  border: none;
  border-top: #ececec 1px solid;
}
a {
  text-decoration: none;
  -webkit-transition: color 0.3s 0.1s;
  -moz-transition: color 0.3s 0.1s;
  -o-transition: color 0.3s 0.1s;
  transition: color 0.3s 0.1s;
  color: #0079c2;
}
a:hover,
a:active {
  color: #02a0ff;
  -webkit-transition: color 0.3s 0.1s;
  -moz-transition: color 0.3s 0.1s;
  -o-transition: color 0.3s 0.1s;
  transition: color 0.3s 0.1s;
}
ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
h2 {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 3rem;
  font-weight: 300;
}
.link-w-icon {
  font-size: 1.4rem;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  padding-bottom: 5px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-weight: 600;
  -webkit-transition: border 0.3s;
  -moz-transition: border 0.3s;
  -o-transition: border 0.3s;
  transition: border 0.3s;
  position: relative;
  display: inline-block;
}
.link-w-icon:hover {
  border-bottom-style: dashed;
  -webkit-transition: border-bottom 0.3s;
  -moz-transition: border-bottom 0.3s;
  -o-transition: border-bottom 0.3s;
  transition: border-bottom 0.3s;
}
.link-w-icon:after {
  content: '';
  position: absolute;
}
.btn {
  background: #0079c2;
  color: #fff;
  text-transform: uppercase;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  font-weight: 600;
  letter-spacing: 0.5px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  padding: 10px 20px;
  font-size: 1.4rem;
  text-align: center;
  display: inline-block;
}
.btn:hover {
  color: #fff;
  background: #008de2;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.btn.btn-sec {
  border: 1px solid #0079c2;
  color: #0079c2;
  background: #fff;
  padding: 5px 20px;
  font-size: 1.2rem;
}
.btn.btn-sec.active {
  background: #0079c2;
  color: #fff;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.btn.btn-sec.active:hover {
  background: #0079c2;
  color: #fff;
}
.btn.btn-sec:hover {
  background: #d2e8f4;
  color: #0079c2;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.btn.btn-big {
  font-size: 1.6rem;
}
.btn-w-icon {
  font-size: 1.4rem;
  font-weight: 600;
  display: table;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  padding: 15px 45px 15px 25px;
  position: relative;
  -webkit-transition: background 0.3s, color 0.3s;
  -moz-transition: background 0.3s, color 0.3s;
  -o-transition: background 0.3s, color 0.3s;
  transition: background 0.3s, color 0.3s;
}
.btn-w-icon:after {
  content: '';
  position: absolute;
}
.btn-w-icon:hover {
  -webkit-transition: background 0.3s, color 0.3s;
  -moz-transition: background 0.3s, color 0.3s;
  -o-transition: background 0.3s, color 0.3s;
  transition: background 0.3s, color 0.3s;
}
.btn-w-icon.arrow-btn {
  background: #fff;
  border: 1px solid #0079c2;
}
.btn-w-icon.arrow-btn:after {
  width: 15px;
  height: 20px;
  top: 20px;
  right: 20px;
  background: url("../../images/common/sprite.svg") no-repeat center -449px;
}
.btn-w-icon.arrow-btn:hover {
  background: #0079c2;
  color: #fff;
}
.btn-w-icon.arrow-btn:hover:after {
  background: url("../../images/common/sprite.svg") no-repeat center -509px;
}
.list-w-arrows ul li {
  font-size: 1.6rem;
  position: relative;
  padding: 10px 0;
  padding-left: 40px;
}
.list-w-arrows ul li:before {
  content: '';
  width: 15px;
  height: 20px;
  position: absolute;
  top: 13px;
  left: 0;
  background: url("../../images/common/sprite.svg") no-repeat center -274px;
}
.list-w-arrows ul li:hover:before {
  background: url("../../images/common/sprite.svg") no-repeat center -314px;
}
.slick-dots {
  display: -webkit-box /* OLD - iOS 6-, Safari 3.1-6 */;
  display: -moz-box /* OLD - Firefox 19- (buggy but mostly works) */;
  display: -ms-flexbox /* TWEENER - IE 10 */;
  display: -webkit-flex /* NEW - Chrome */;
  display: flex /* NEW, Spec - Opera 12.1, Firefox 20+ */;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  right: 100px;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 100%;
  z-index: 5;
}
.slick-dots li button {
  padding: 0;
  outline: 0;
  border: 1px solid #fff;
  text-indent: -999px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  display: block;
  margin: 5px;
  background: transparent;
  overflow: hidden;
}
.slick-dots li.slick-active button {
  background: #fff;
}
/* FORM ========================================================================== */
::-webkit-input-placeholder {
  color: #808080;
  -webkit-font-smoothing: antialiased;
}
::-moz-placeholder {
  color: #808080;
  opacity: 1;
}
:focus::-webkit-input-placeholder {
  color: #808080;
}
:focus::-moz-placeholder {
  color: #808080;
}
/*VALIDATION*/
:focus {
  outline: 0px none transparent;
}
:required {
  background: #fff;
}
textarea:required {
  background: #fff;
}
:required:valid {
  border: none;
  border: #11ed35 1px solid;
}
:focus:required:invalid {
  border: none;
  border: #ef3360 1px solid;
}
:-moz-ui-invalid,
:invalid,
:-moz-submit-invalid {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
textarea:focus,
input:focus {
  border: #666 1px solid;
}
/* GLOBAL  ========================================================================== */
header {
  position: fixed;
  top: 0;
  left: 0;
  height: 100px;
  width: 100%;
  background: #fff;
  z-index: 9995;
  -webkit-transition: left 0.3s;
  -moz-transition: left 0.3s;
  -o-transition: left 0.3s;
  transition: left 0.3s;
}
@media only screen and (max-width: 800px) {
  header {
    height: 75px;
  }
}
header .content-center {
  height: 100%;
}
header .content-center #logo {
  float: left;
  height: 100%;
}
header .content-center #logo a {
  height: 100%;
}
header .content-center #logo a img {
  padding: 20px 0;
}
@media only screen and (max-width: 800px) {
  header .content-center #logo a img {
    padding: 15px 0;
    max-width: 75px;
  }
}
header .content-center #mainMenu {
  float: right;
  height: 100%;
}
header .content-center #mainMenu #menuIcon {
  display: none;
  height: 100%;
}
header .content-center #mainMenu #menuIcon #nav-toggle {
  position: relative;
  height: 100%;
  display: -webkit-box /* OLD - iOS 6-, Safari 3.1-6 */;
  display: -moz-box /* OLD - Firefox 19- (buggy but mostly works) */;
  display: -ms-flexbox /* TWEENER - IE 10 */;
  display: -webkit-flex /* NEW - Chrome */;
  display: flex /* NEW, Spec - Opera 12.1, Firefox 20+ */;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
header .content-center #mainMenu #menuIcon #nav-toggle .text {
  font-size: 1.6rem;
  font-weight: 600;
  color: #0079c2;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
header .content-center #mainMenu #menuIcon #nav-toggle .icon {
  height: 2px;
  width: 26px;
  background: #0079c2;
  position: relative;
  display: block;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  margin-right: 10px;
}
header .content-center #mainMenu #menuIcon #nav-toggle .icon:before,
header .content-center #mainMenu #menuIcon #nav-toggle .icon:after {
  height: 2px;
  width: 26px;
  background: #0079c2;
  position: absolute;
  display: block;
  content: '';
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
header .content-center #mainMenu #menuIcon #nav-toggle .icon:before {
  top: -7px;
}
header .content-center #mainMenu #menuIcon #nav-toggle .icon:after {
  bottom: -7px;
}
header .content-center #mainMenu #menuIcon #nav-toggle:hover .text {
  color: #22acff !important;
}
header .content-center #mainMenu #menuIcon #nav-toggle:hover .icon {
  background: #22acff !important;
}
header .content-center #mainMenu #menuIcon #nav-toggle:hover .icon:after,
header .content-center #mainMenu #menuIcon #nav-toggle:hover .icon:before {
  background: #22acff !important;
}
header .content-center #mainMenu #menuIcon #nav-toggle.active .text {
  color: #008de2;
}
header .content-center #mainMenu #menuIcon #nav-toggle.active .icon {
  background-color: transparent !important;
}
header .content-center #mainMenu #menuIcon #nav-toggle.active .icon:after,
header .content-center #mainMenu #menuIcon #nav-toggle.active .icon:before {
  top: 0;
  background: #008de2;
}
header .content-center #mainMenu #menuIcon #nav-toggle.active .icon:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
header .content-center #mainMenu #menuIcon #nav-toggle.active .icon:after {
  -webkit-transform: translateY(-7px) rotate(-45deg);
  -moz-transform: translateY(-7px) rotate(-45deg);
  -o-transform: translateY(-7px) rotate(-45deg);
  transform: translateY(-7px) rotate(-45deg);
  top: 7px;
}
@media only screen and (max-width: 800px) {
  header .content-center #mainMenu #menuIcon {
    display: block;
  }
}
header .content-center #mainMenu ul {
  height: 100%;
}
header .content-center #mainMenu ul li {
  float: left;
  height: 100%;
  display: table;
}
header .content-center #mainMenu ul li a {
  font-size: 1.3rem;
  text-transform: uppercase;
  height: 100%;
  padding: 0 20px 0 0;
  letter-spacing: 0.5px;
  display: table-cell;
  vertical-align: middle;
  color: #4a555d;
  font-weight: 400;
  line-height: 100%;
}
header .content-center #mainMenu ul li:hover a,
header .content-center #mainMenu ul li.current-menu-item a {
  color: #0079c2;
}
header .content-center #mainMenu ul li:last-child a {
  padding-right: 0;
}
header .content-center #mainMenu ul li#goRegion a {
  text-indent: -9999px;
  width: 25px;
  background: url("../../images/common/region.svg") no-repeat center top;
}
@media only screen and (max-width: 800px) {
  header .content-center #mainMenu ul li#goRegion a {
    text-indent: 0;
    background: transparent;
  }
}
header .content-center #mainMenu ul li#goRegion:hover a {
  background: url("../../images/common/region.svg") no-repeat center bottom;
}
@media only screen and (max-width: 800px) {
  header .content-center #mainMenu ul li#goRegion:hover a {
    background: #0079c2;
  }
}
@media only screen and (max-width: 800px) {
  header .content-center #mainMenu ul {
    position: fixed;
    width: 300px;
    height: 100%;
    right: -300px;
    top: 0;
    opacity: 0;
    -webkit-transition: right 0.3s, opacity 0.3s;
    -moz-transition: right 0.3s, opacity 0.3s;
    -o-transition: right 0.3s, opacity 0.3s;
    transition: right 0.3s, opacity 0.3s;
    background: #03a2c9;
    background: linear-gradient(135deg, #00dac2 0%, #0079c2 70%);
  }
  header .content-center #mainMenu ul li {
    height: 60px;
    float: none;
    width: 100%;
  }
  header .content-center #mainMenu ul li a {
    padding: 0 20px;
    font-size: 1.5rem;
    color: #fff;
    font-weight: 600;
    -webkit-transition: color 0.3s, background 0.3s;
    -moz-transition: color 0.3s, background 0.3s;
    -o-transition: color 0.3s, background 0.3s;
    transition: color 0.3s, background 0.3s;
  }
  header .content-center #mainMenu ul li:hover a,
  header .content-center #mainMenu ul li.current-menu-item a {
    color: #fff;
    background: #0079c2;
    -webkit-transition: color 0.3s, background 0.3s;
    -moz-transition: color 0.3s, background 0.3s;
    -o-transition: color 0.3s, background 0.3s;
    transition: color 0.3s, background 0.3s;
  }
}
@media only screen and (max-width: 600px) {
  header .content-center #mainMenu ul {
    width: 200px;
    right: -200px;
  }
}
#overlay-menu {
  width: 100%;
  height: 100%;
  z-index: 9998;
  display: none;
  position: fixed;
  left: 0;
  top: 0;
}
@media only screen and (max-width: 800px) {
  #overlay-menu {
    width: calc(100% - 300px);
  }
}
@media only screen and (max-width: 600px) {
  #overlay-menu {
    width: calc(100% - 200px);
  }
}
body {
  left: 0;
  -webkit-transition: left 0.3s;
  -moz-transition: left 0.3s;
  -o-transition: left 0.3s;
  transition: left 0.3s;
}
@media only screen and (max-width: 800px) {
  body.active-menu {
    left: -300px;
    -webkit-transition: left 0.3s;
    -moz-transition: left 0.3s;
    -o-transition: left 0.3s;
    transition: left 0.3s;
  }
  body.active-menu header {
    left: -300px;
    -webkit-transition: left 0.3s;
    -moz-transition: left 0.3s;
    -o-transition: left 0.3s;
    transition: left 0.3s;
  }
  body.active-menu header #mainMenu ul {
    right: 0;
    opacity: 1;
    -webkit-transition: right 0.3s, opacity 0.3s;
    -moz-transition: right 0.3s, opacity 0.3s;
    -o-transition: right 0.3s, opacity 0.3s;
    transition: right 0.3s, opacity 0.3s;
  }
  body.active-menu #overlay-menu {
    display: block;
  }
}
@media only screen and (max-width: 600px) {
  body.active-menu {
    left: -200px;
  }
  body.active-menu header {
    left: -200px;
  }
}
main {
  min-height: calc(100% - 185px);
  margin-top: 100px;
  float: left;
  width: 100%;
}
@media only screen and (max-width: 800px) {
  main {
    min-height: calc(100% - 280px);
    margin-top: 75px;
  }
}
@media only screen and (max-width: 600px) {
  main {
    min-height: auto;
  }
}
footer {
  background: #4a555d;
  padding: 20px 0;
}
@media only screen and (max-width: 800px) {
  footer {
    height: 180px;
  }
}
@media only screen and (max-width: 600px) {
  footer {
    height: auto;
  }
}
footer .content-center .rights {
  float: left;
  color: #fff;
  font-size: 1.4rem;
  padding-left: 50px;
  background: url("../../images/common/logo-short.svg") no-repeat center left;
}
@media only screen and (max-width: 800px) {
  footer .content-center .rights {
    float: none;
    text-align: center;
    padding-left: 0;
    padding-top: 50px;
    background: url("../../images/common/logo-short.svg") no-repeat center top;
  }
}
@media only screen and (max-width: 600px) {
  footer .content-center .rights {
    font-size: 1.2rem;
  }
}
footer .content-center .rights a {
  color: #fff;
}
footer .content-center .social {
  float: right;
}
@media only screen and (max-width: 800px) {
  footer .content-center .social {
    float: none;
  }
}
footer .content-center .social ul {
  overflow: hidden;
  margin-top: 10px;
}
@media only screen and (max-width: 800px) {
  footer .content-center .social ul {
    display: table;
    margin: 20px auto 0 auto;
  }
}
footer .content-center .social ul li {
  float: left;
  width: 24px;
  height: 24px;
  margin-right: 10px;
}
footer .content-center .social ul li a {
  height: 100%;
  display: block;
}
footer .content-center .social ul li.facebook {
  background-position: -2px -4px;
}
footer .content-center .social ul li.twitter {
  background-position: -38px -4px;
}
footer .content-center .social ul li.linkedin {
  background-position: -76px -4px;
}
footer .content-center .social ul li.youtube {
  background-position: -113px -4px;
}
footer .content-center .social ul li.googleplus {
  background-position: -152px -4px;
  margin-right: 0;
}
#cover {
  float: left;
  width: 100%;
  display: -webkit-box /* OLD - iOS 6-, Safari 3.1-6 */;
  display: -moz-box /* OLD - Firefox 19- (buggy but mostly works) */;
  display: -ms-flexbox /* TWEENER - IE 10 */;
  display: -webkit-flex /* NEW - Chrome */;
  display: flex /* NEW, Spec - Opera 12.1, Firefox 20+ */;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#cover .row {
  display: -webkit-box /* OLD - iOS 6-, Safari 3.1-6 */;
  display: -moz-box /* OLD - Firefox 19- (buggy but mostly works) */;
  display: -ms-flexbox /* TWEENER - IE 10 */;
  display: -webkit-flex /* NEW - Chrome */;
  display: flex /* NEW, Spec - Opera 12.1, Firefox 20+ */;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}
#cover .row .span2 {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  width: 1;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
#cover h1,
#cover p {
  color: #fff;
  margin: 0;
  -webkit-animation: enter-cover 0.5s ease-in-out;
  -moz-animation: enter-cover 0.5s ease-in-out;
  -o-animation: enter-cover 0.5s ease-in-out;
  animation: enter-cover 0.5s ease-in-out;
  position: relative;
}
#cover h1 {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 3.8rem;
  letter-spacing: 1.5px;
  line-height: 120%;
  max-width: 420px;
}
@media only screen and (max-width: 800px) {
  #cover h1 {
    font-size: 3rem;
    width: 100%;
    text-align: center;
    max-width: 100%;
  }
}
@media only screen and (max-width: 600px) {
  #cover h1 {
    font-size: 2.5rem;
  }
}
#cover p {
  font-size: 2.1rem;
  letter-spacing: -0.5px;
  line-height: 140%;
  max-width: 570px;
}
@media only screen and (max-width: 800px) {
  #cover p {
    font-size: 1.8rem;
    margin: 16px auto;
    text-align: center;
  }
}
@media only screen and (max-width: 600px) {
  #cover p {
    font-size: 1.6rem;
  }
}
#cover .stats {
  -webkit-animation: enter-cover 0.5s ease-in-out;
  -moz-animation: enter-cover 0.5s ease-in-out;
  -o-animation: enter-cover 0.5s ease-in-out;
  animation: enter-cover 0.5s ease-in-out;
  position: relative;
}
@media only screen and (max-width: 800px) {
  #cover .stats {
    display: table;
    margin: 0 auto;
  }
}
#cover .stats li {
  overflow: hidden;
  margin-bottom: 50px;
}
#cover .stats li:last-child {
  margin-bottom: 0;
}
#cover .stats li .label {
  display: block;
  color: #b3bcc2;
  font-size: 1.9rem;
  font-weight: 600;
  line-height: 120%;
  margin-bottom: 10px;
}
#cover .stats li .number {
  color: #fff;
  font-weight: 700;
  font-size: 4rem;
  display: inline-block;
  vertical-align: middle;
  line-height: 120%;
  width: 80px;
}
@media only screen and (max-width: 800px) {
  #cover .stats li .number {
    font-size: 3.5rem;
    width: 70px;
  }
}
@media only screen and (max-width: 600px) {
  #cover .stats li .number {
    font-size: 3rem;
    width: 60px;
  }
}
#cover .stats li .description {
  color: #fff;
  font-size: 1.9rem;
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 110px);
  max-width: 380px;
  margin-left: 20px;
}
@media only screen and (max-width: 800px) {
  #cover .stats li .description {
    font-size: 1.8rem;
    width: calc(100% - 100px);
  }
}
@media only screen and (max-width: 600px) {
  #cover .stats li .description {
    font-size: 1.6rem;
    width: calc(100% - 90px);
  }
}
#cover .stats .pac-card {
  -webkit-animation: enter-cover 0.5s ease-in-out;
  -moz-animation: enter-cover 0.5s ease-in-out;
  -o-animation: enter-cover 0.5s ease-in-out;
  animation: enter-cover 0.5s ease-in-out;
  position: relative;
}
#cover a.link-w-icon {
  margin-top: 40px;
  color: #fff;
  border-bottom-color: #fff;
  -webkit-animation: enter-cover 0.5s ease-in-out;
  -moz-animation: enter-cover 0.5s ease-in-out;
  -o-animation: enter-cover 0.5s ease-in-out;
  animation: enter-cover 0.5s ease-in-out;
  position: relative;
}
@media only screen and (max-width: 800px) {
  #cover a.link-w-icon {
    display: table;
    margin: 40px auto 0 auto;
  }
}
#cover a.link-w-icon.open-video:after {
  width: 25px;
  height: 24px;
  background: url("../../images/common/sprite.svg") no-repeat right -92px;
  margin-left: 10px;
}
#cover a.btn-w-icon {
  background: #f2f2f2;
  color: #0079c2;
  margin: 0 auto;
  -webkit-animation: enter-cover 0.5s ease-in-out;
  -moz-animation: enter-cover 0.5s ease-in-out;
  -o-animation: enter-cover 0.5s ease-in-out;
  animation: enter-cover 0.5s ease-in-out;
}
#cover a.btn-w-icon.locate-btn {
  margin-top: 55px;
}
#cover a.btn-w-icon.locate-btn:after {
  background: url("../../images/common/sprite.svg") no-repeat center -148px;
  width: 16px;
  height: 24px;
  margin-left: 10px;
  top: 13px;
}
#cover a.btn-w-icon:hover {
  background: #27d87d;
  color: #fff;
}
#cover a.btn-w-icon:hover.locate-btn:after {
  background: url("../../images/common/sprite.svg") no-repeat center -185px;
}
#cover .section {
  padding: 40px;
}
@media only screen and (max-width: 800px) {
  #cover .section {
    padding: 20px;
  }
}
#cover .subtitle {
  padding: 80px 40px;
}
@media only screen and (max-width: 800px) {
  #cover .subtitle {
    padding: 20px;
  }
}
#cover .bg-img {
  background: #4a555d no-repeat center/cover;
  height: 100%;
  min-height: 350px;
  position: relative;
}
#cover .bg-img img {
  width: 100%;
  max-width: 500px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  right: 0;
}
@media only screen and (max-width: 800px) {
  #cover .bg-img img {
    max-width: 340px;
  }
}
@media only screen and (max-width: 600px) {
  #cover .bg-img img {
    max-width: 250px;
  }
}
@media only screen and (max-width: 800px) {
  #cover .bg-img {
    min-height: 350px;
  }
}
@media only screen and (max-width: 600px) {
  #cover .bg-img {
    min-height: 200px;
  }
}
#cover .solid {
  background: #00619b;
  background-position: center right;
  background-repeat: no-repeat;
  background-image: url("../../images/landing/texture.png");
}
#cover .transparent {
  background: #f1f2f2;
}
#cover .gradient {
  background: #03a2c9;
  background: linear-gradient(144deg, #03a2c9, #00dac2);
  -webkit-animation: gradient-cover 15s ease infinite;
  -moz-animation: gradient-cover 15s ease infinite;
  -o-animation: gradient-cover 15s ease infinite;
  animation: gradient-cover 15s ease infinite;
  background-size: 800% 800%;
}
#cover .gradient.w-arrow:after {
  display: none;
  border-color: transparent transparent #03a2c9 transparent;
}
#cover .lines {
  position: relative;
}
#cover .lines:before {
  content: '';
  width: 300px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url("../../images/common/cover-lines.svg") no-repeat center right/100%;
  z-index: 1;
}
@media only screen and (max-width: 800px) {
  #cover .lines:before {
    display: none;
  }
}
#cover .w-arrow {
  position: relative;
}
#cover .w-arrow:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
  margin: auto;
  border-width: 0 30px 30px 30px;
  border-color: transparent transparent #00619b transparent;
  z-index: 2;
}
#cover .w-arrow.arrow-bottom:after {
  bottom: -30px;
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
#cover .w-arrow.arrow-top:after {
  top: -50px;
}
#cover .w-arrow.arrow-left:after {
  left: -45px;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
#cover .w-arrow.arrow-right:after {
  right: -45px;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
#cover .w-arrow.arrow-top:after,
#cover .w-arrow.arrow-bottom:after {
  left: 0;
  right: 0;
}
#cover .w-arrow.arrow-left:after,
#cover .w-arrow.arrow-right:after {
  top: 0;
  bottom: 0;
}
#cover.cover_productos .span2:first-child {
  background-size: cover;
  background-position: center;
}
#cover.cover_productos .bg-img {
  max-width: 700px;
  width: 100%;
  float: right;
  background: transparent;
}
#cover.cover_contact .subtitle {
  padding: 60px 40px;
}
@media only screen and (max-width: 800px) {
  #cover.cover_contact .subtitle {
    padding: 40px 20px;
  }
}
.page-template-page_imbera #cover .bg-img img {
  top: auto;
  max-width: 600px;
  left: auto;
  margin: 0;
}
@media only screen and (max-width: 1300px) {
  .page-template-page_imbera #cover .bg-img img {
    max-width: 550px;
  }
}
@media only screen and (max-width: 800px) {
  .page-template-page_imbera #cover .bg-img img {
    max-width: 420px;
    left: -40px;
    margin: auto;
  }
}
@media only screen and (max-width: 600px) {
  .page-template-page_imbera #cover .bg-img img {
    max-width: 290px;
  }
}
.page-template-page_imbera #cover .title {
  padding: 80px 40px;
}
@media only screen and (max-width: 1300px) {
  .page-template-page_imbera #cover .title {
    padding: 40px;
  }
}
@media only screen and (max-width: 800px) {
  .page-template-page_imbera #cover .title {
    padding: 20px;
  }
}
.page-template-page_imbera #cover .bg-img {
  min-height: 450px;
}
@media only screen and (max-width: 1300px) {
  .page-template-page_imbera #cover .bg-img {
    min-height: 440px;
  }
}
@media only screen and (max-width: 800px) {
  .page-template-page_imbera #cover .bg-img {
    min-height: 350px;
  }
}
@media only screen and (max-width: 600px) {
  .page-template-page_imbera #cover .bg-img {
    min-height: 270px;
  }
}
.page-template-page_innovation #cover .bg-img {
  background-position: bottom center;
}
.page-template-page_innovation #cover .title h1,
.page-template-page_innovation #cover .subtitle h1,
.page-template-page_innovation #cover .title p,
.page-template-page_innovation #cover .subtitle p {
  width: 100%;
  margin-left: calc(100% - 560px);
}
@media only screen and (max-width: 1240px) {
  .page-template-page_innovation #cover .title h1,
  .page-template-page_innovation #cover .subtitle h1,
  .page-template-page_innovation #cover .title p,
  .page-template-page_innovation #cover .subtitle p {
    margin-left: 0;
  }
}
.page-template-page_innovation #cover .title p,
.page-template-page_innovation #cover .subtitle p {
  font-size: 2.4rem;
}
@media only screen and (max-width: 800px) {
  .page-template-page_innovation #cover .title p,
  .page-template-page_innovation #cover .subtitle p {
    font-size: 1.8rem;
    margin: 16px auto;
  }
}
@media only screen and (max-width: 600px) {
  .page-template-page_innovation #cover .title p,
  .page-template-page_innovation #cover .subtitle p {
    font-size: 1.6rem;
  }
}
.page-template-page_sustainability #cover .solid {
  background-size: cover;
}
.page-template-page_sustainability #cover .bg-img img {
  top: auto;
}
.page-template-page_sustainability #cover .title h1 {
  margin: 0 auto;
  text-align: center;
}
.latam.page-template-page_sustainability #cover .solid,
.global.page-template-page_sustainability #cover .solid {
  background-size: cover;
}
.latam.page-template-page_sustainability #cover .bg-img,
.global.page-template-page_sustainability #cover .bg-img {
  min-height: 630px;
}
.latam.page-template-page_sustainability #cover .bg-img img,
.global.page-template-page_sustainability #cover .bg-img img {
  top: auto;
  max-width: 440px;
}
.latam.page-template-page_sustainability #cover .title h1,
.global.page-template-page_sustainability #cover .title h1 {
  margin: 0 auto;
  text-align: center;
}
.latam.page-template-page_sustainability #cover .subtitle,
.global.page-template-page_sustainability #cover .subtitle {
  padding: 210px 40px;
}
@media only screen and (max-width: 600px) {
  .latam.page-template-page_sustainability #cover .subtitle,
  .global.page-template-page_sustainability #cover .subtitle {
    padding: 60px 20px;
  }
}
.page-template-page_contact #cover .title h1,
.page-template-page_contact #cover .subtitle h1,
.page-template-page_contact #cover .title p,
.page-template-page_contact #cover .subtitle p {
  margin: 0 auto;
  text-align: center;
}
.page-template-page_services #cover .title h1,
.page_cdc #cover .title h1,
.page-template-page_services #cover .subtitle h1,
.page_cdc #cover .subtitle h1,
.page-template-page_services #cover .title p,
.page_cdc #cover .title p,
.page-template-page_services #cover .subtitle p,
.page_cdc #cover .subtitle p {
  width: 100%;
  margin-left: calc(100% - 560px);
  text-align: left;
}
@media only screen and (max-width: 1240px) {
  .page-template-page_services #cover .title h1,
  .page_cdc #cover .title h1,
  .page-template-page_services #cover .subtitle h1,
  .page_cdc #cover .subtitle h1,
  .page-template-page_services #cover .title p,
  .page_cdc #cover .title p,
  .page-template-page_services #cover .subtitle p,
  .page_cdc #cover .subtitle p {
    margin-left: 0;
  }
}
.page-template-page_services #cover .title p,
.page_cdc #cover .title p,
.page-template-page_services #cover .subtitle p,
.page_cdc #cover .subtitle p {
  margin-top: 0;
}
@media only screen and (max-width: 800px) {
  .page-template-page_services #cover .title p,
  .page_cdc #cover .title p,
  .page-template-page_services #cover .subtitle p,
  .page_cdc #cover .subtitle p {
    margin: 15px auto 15px auto;
  }
}
@media only screen and (max-width: 1050px) {
  .page-template-page_services #cover .title p br,
  .page_cdc #cover .title p br,
  .page-template-page_services #cover .subtitle p br,
  .page_cdc #cover .subtitle p br {
    display: none;
  }
}
.page_cdc #cover .bg-img img {
  top: auto;
  max-width: 290px;
}
@media only screen and (max-width: 600px) {
  .page_cdc #cover .bg-img img {
    max-width: 150px;
  }
}
section {
  width: 100%;
  float: left;
  padding: 60px 0;
}
@media only screen and (max-width: 600px) {
  section {
    padding: 40px 0;
  }
}
#videoOverlay {
  width: 100%;
  height: 100%;
  position: fixed;
  background: rgba(0,97,155,0.8);
  z-index: 9997;
  display: none;
  top: 0;
  left: 0;
}
#video {
  position: fixed;
  margin: auto;
  max-width: 900px;
  max-height: 700px;
  width: 90%;
  height: 70%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9998;
  display: none;
}
#video .iframeWrap {
  height: 100%;
  width: 100%;
}
#video .close {
  width: 50px;
  height: 65px;
  background-position: center -907px;
  float: right;
  cursor: pointer;
}
@media only screen and (max-width: 800px) {
  #video {
    height: 55%;
    min-height: 500px;
  }
}
@media only screen and (max-width: 600px) {
  #video {
    height: 40%;
    min-height: 240px;
  }
}
#video iframe {
  width: 100%;
  height: 90%;
}
/* LANDING ========================================================================== */
.home {
  background: #fff;
}
.home header {
  background: #fff;
  position: absolute;
  z-index: 100;
  height: 113px;
}
@media only screen and (max-width: 800px) {
  .home header {
    height: 75px;
  }
}
@media only screen and (max-width: 600px) {
  .home header >.content-center {
    overflow: hidden;
  }
}
.home header #logo {
  background: #fff;
  padding: 0 20px;
  position: relative;
  width: 190px;
  margin: 0 auto;
  float: none;
  text-align: center;
}
.home header #logo a img {
  width: 100%;
  padding: 12px 0;
}
@media only screen and (max-width: 800px) {
  .home header #logo a img {
    max-width: 90px;
  }
}
.home header #logo:before {
  background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.6) 65%, rgba(255,255,255,0.9) 81%, #fff 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.6) 65%, rgba(255,255,255,0.9) 81%, #fff 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,0.6) 65%, rgba(255,255,255,0.9) 81%, #fff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  display: block;
  content: " ";
  width: 200px;
  position: absolute;
  left: -200px;
  top: 0;
  height: inherit;
}
.home header #logo:after {
  background: -moz-linear-gradient(left, #fff 0%, rgba(255,255,255,0.9) 19%, rgba(255,255,255,0.6) 35%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #fff 0%, rgba(255,255,255,0.9) 19%, rgba(255,255,255,0.6) 35%, rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #fff 0%, rgba(255,255,255,0.9) 19%, rgba(255,255,255,0.6) 35%, rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  display: block;
  content: " ";
  width: 200px;
  position: absolute;
  right: -200px;
  top: 0;
  height: inherit;
}
@media only screen and (max-width: 600px) {
  .home header #logo {
    display: table;
    float: none;
    margin: 0 auto;
  }
}
.home header #mainMenu {
  display: none;
}
.home main {
  margin-top: 0;
  position: relative;
  height: calc(100% - 85px);
}
@media only screen and (max-width: 800px) {
  .home main {
    height: auto;
  }
}
.home #landing {
  background: #fff;
  height: 100%;
  position: absolute;
  width: 100%;
}
.home #landing .content-center {
  max-width: 1180px;
}
@media only screen and (max-width: 800px) {
  .home #landing {
    position: relative;
  }
}
.home #landing .item {
  position: absolute;
  height: 100%;
  width: 100%;
  overflow-y: scroll;
}
@media only screen and (max-width: 800px) {
  .home #landing .item {
    position: relative;
  }
}
.home #landing .item .content-center {
  height: 100%;
}
.home #landing .item .content-center .wrap {
  float: right;
  max-width: 460px;
  width: 100%;
  display: table;
  height: 100%;
}
@media only screen and (max-width: 1050px) {
  .home #landing .item .content-center .wrap {
    max-width: 400px;
  }
}
@media only screen and (max-width: 800px) {
  .home #landing .item .content-center .wrap {
    float: none;
    margin: 0 auto;
  }
}
.home #landing .item .title {
  background: #00619b;
  height: calc(50% - 65px);
  min-height: 180px;
  padding: 100px 20px 20px 20px;
  position: relative;
  background-position: center right;
  background-repeat: no-repeat;
  background-image: url("../../images/landing/texture.png");
}
@media only screen and (max-width: 600px) {
  .home #landing .item .title {
    height: auto;
  }
}
.home #landing .item .title .wrap {
  display: block;
  position: relative;
}
.home #landing .item .title .wrap .slider {
  height: 100%;
  bottom: 0;
  position: absolute;
  max-height: 160px;
  width: 100%;
}
@media only screen and (max-width: 600px) {
  .home #landing .item .title .wrap .slider {
    position: relative;
    height: 60px;
  }
}
.home #landing .item .title .wrap .slider .slick-initialized,
.home #landing .item .title .wrap .slider .slick-slide {
  display: table;
  height: 100%;
}
.home #landing .item .title .wrap .slider .slick-list {
  height: 100%;
}
.home #landing .item .title .wrap .slider .slick-list .slick-track {
  height: 100%;
}
@media only screen and (max-width: 600px) {
  .home #landing .item .title {
    padding: 110px 20px 80px 20px;
  }
}
.home #landing .item .title h1 {
  margin: 0;
  color: #fff;
  max-width: 320px;
  line-height: 100%;
  font-size: 4.2rem;
  display: table-cell;
  vertical-align: middle;
  padding: 10px 0 10px;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 300;
}
@media only screen and (max-width: 800px) {
  .home #landing .item .title h1 {
    text-align: center;
    max-width: 100%;
    font-size: 3.8rem;
  }
}
@media only screen and (max-width: 600px) {
  .home #landing .item .title h1 {
    font-size: 2rem;
  }
}
.home #landing .item .title img {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 9996;
}
@media only screen and (max-width: 800px) {
  .home #landing .item .title img {
    display: none;
  }
}
.home #landing .item .description {
  background: #03a2c9;
  background: linear-gradient(144deg, #03a2c9, #00dac2);
  background-size: 800% 800%;
  height: 230px;
  padding: 40px 20px;
  position: relative;
  z-index: 9997;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../../images/landing/bg-fractales.png");
}
.home #landing .item .description .content-center {
  position: relative;
}
@media only screen and (max-width: 800px) {
  .home #landing .item .description {
    position: static;
    padding: 20px;
    height: auto;
  }
}
.home #landing .item .description p {
  color: #fff;
  font-size: 2rem;
  margin-top: 0;
}
@media only screen and (max-width: 800px) {
  .home #landing .item .description p {
    text-align: center;
    font-size: 1.8rem;
  }
}
.home #landing .item .description .select-region {
  max-width: 300px;
  display: table;
  width: 100%;
}
@media only screen and (max-width: 800px) {
  .home #landing .item .description .select-region {
    margin: 0 auto;
  }
}
.home #landing .item .description .select-region label {
  z-index: 0;
  color: #fff;
}
.home #landing .item .description .slider_imgs {
  position: absolute;
  left: 0;
  width: 640px;
  top: -205px;
  max-height: 580px;
  overflow: hidden;
}
@media only screen and (max-width: 1140px) {
  .home #landing .item .description .slider_imgs {
    width: 550px;
    top: -150px;
  }
}
@media only screen and (max-width: 1050px) {
  .home #landing .item .description .slider_imgs {
    width: 500px;
    top: -117px;
  }
}
@media only screen and (max-width: 910px) {
  .home #landing .item .description .slider_imgs {
    width: 400px;
    top: -57px;
  }
}
@media only screen and (max-width: 800px) {
  .home #landing .item .description .slider_imgs {
    position: relative;
    top: 0;
    margin-bottom: -20px;
    margin-top: -90px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media only screen and (max-width: 600px) {
  .home #landing .item .description .slider_imgs {
    width: 100%;
    max-width: 310px;
  }
}
.home #landing .item .description .slick-dots {
  right: 50px;
}
@media only screen and (max-width: 800px) {
  .home #landing .item .description .slick-dots {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 600px) {
  .home #landing .item .description .slick-dots {
    right: 0;
  }
}
.home #landing .item .note {
  background: #fff;
  padding: 20px;
  height: calc(50% - 165px);
  min-height: 180px;
}
@media only screen and (max-width: 800px) {
  .home #landing .item .note {
    height: auto;
    min-height: 0;
    padding: 40px 20px;
  }
}
.home #landing .item .note p {
  font-size: 1.6rem;
  display: table-cell;
  height: 100%;
  vertical-align: middle;
}
/* HOME ========================================================================== */
#home-cover {
  height: auto;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 800px) {
  #home-cover {
    height: auto;
  }
}
#home-cover .pic,
#home-cover .content {
  height: 620px;
}
@media only screen and (max-width: 800px) {
  #home-cover .pic,
  #home-cover .content {
    height: auto;
  }
}
#home-cover .pic {
  background: #4a555d no-repeat center/cover;
  position: relative;
}
#home-cover .pic img {
  position: absolute;
  width: 100%;
  max-width: 650px;
}
@media only screen and (max-width: 800px) {
  #home-cover .pic img {
    position: static;
    width: 80%;
    height: auto;
    max-height: 400px;
  }
}
#home-cover .pic.center img {
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}
#home-cover .pic.derecha-abajo {
  background: #4a555d no-repeat center bottom/cover;
}
#home-cover .pic.derecha-abajo img {
  right: -100px;
  bottom: 20px;
}
#home-cover .pic.derecha-arriba {
  background: #4a555d no-repeat center top/cover;
}
#home-cover .pic.derecha-arriba img {
  right: -100px;
  top: 20px;
}
#home-cover .pic.izquierda-abajo {
  background: #4a555d no-repeat center bottom/cover;
}
#home-cover .pic.izquierda-abajo img {
  left: 20px;
  bottom: 20px;
}
#home-cover .pic.izquierda-arriba {
  background: #4a555d no-repeat center top/cover;
}
#home-cover .pic.izquierda-arriba img {
  left: 20px;
  top: 20px;
}
@media only screen and (max-width: 800px) {
  #home-cover .pic {
    height: 500px;
    display: -webkit-box /* OLD - iOS 6-, Safari 3.1-6 */;
    display: -moz-box /* OLD - Firefox 19- (buggy but mostly works) */;
    display: -ms-flexbox /* TWEENER - IE 10 */;
    display: -webkit-flex /* NEW - Chrome */;
    display: flex /* NEW, Spec - Opera 12.1, Firefox 20+ */;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media only screen and (max-width: 600px) {
  #home-cover .pic {
    height: 300px;
  }
}
#home-cover .content >div {
  padding-left: 180px !important;
}
@media only screen and (max-width: 1050px) {
  #home-cover .content >div {
    padding-left: 100px !important;
  }
}
@media only screen and (max-width: 800px) {
  #home-cover .content >div {
    padding-left: 20px !important;
    padding-right: 20px;
  }
}
#home-cover .content .cta,
#home-cover .content .description,
#home-cover .content .title {
  display: -webkit-box /* OLD - iOS 6-, Safari 3.1-6 */;
  display: -moz-box /* OLD - Firefox 19- (buggy but mostly works) */;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#home-cover .content .title {
  height: calc(100% - 330px);
  position: relative;
}
#home-cover .content .title h1 {
  color: #00619b;
  margin: 0;
}
@media only screen and (max-width: 800px) {
  #home-cover .content .title {
    height: auto;
    background: #00619b;
    padding-top: 20px;
  }
  #home-cover .content .title h1 {
    color: #fff;
    text-align: center;
    margin-bottom: 20px;
  }
}
#home-cover .content .title:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
  margin: auto;
  bottom: -15px;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  border-width: 0 15px 15px 15px;
  border-color: transparent transparent #f1f2f2 transparent;
  z-index: 2;
}
@media only screen and (max-width: 800px) {
  #home-cover .content .title:after {
    display: none;
  }
}
#home-cover .content .description {
  background: #00619b;
  padding: 10px 20px;
  height: 180px;
}
@media only screen and (max-width: 800px) {
  #home-cover .content .description {
    height: auto;
  }
}
#home-cover .content .description p {
  max-width: 400px;
  color: #fff;
}
@media only screen and (max-width: 800px) {
  #home-cover .content .description p {
    margin: 0 auto;
    text-align: center;
    max-width: 600px;
  }
}
#home-cover .content .cta {
  background: #03a2c9;
  background: linear-gradient(144deg, #03a2c9, #00dac2);
  padding: 10px 20px;
  height: 150px;
}
@media only screen and (max-width: 800px) {
  #home-cover .content .cta {
    height: auto;
    background: #00619b;
    padding-bottom: 20px;
  }
}
#home-cover .content .cta a {
  border: none;
  display: inline-block;
}
@media only screen and (max-width: 800px) {
  #home-cover .content .cta a {
    margin: 0 auto;
    display: table;
  }
}
#home-cover .content .cta a:after {
  top: 18px;
}
#home-filter {
  background: #fff;
  border-bottom: 1px solid rgba(0,0,0,0.07);
  padding: 20px;
}
@media only screen and (max-width: 800px) {
  #home-filter {
    padding: 20px 0;
  }
}
#home-filter .filtro_home_ajax {
  float: right;
  width: 300px;
}
@media only screen and (max-width: 600px) {
  #home-filter .filtro_home_ajax {
    width: 100%;
  }
}
#home-filter .title {
  font-size: 3rem;
  float: left;
  padding: 5px 0;
  font-weight: 300;
  font-family: 'Barlow Condensed', sans-serif;
  width: 50%;
  display: inline-block;
}
@media only screen and (max-width: 600px) {
  #home-filter .title {
    width: 100%;
    text-align: center;
    margin: 0 0 20px 0;
  }
}
#home-filter .btn-sec {
  float: left;
  margin: 0 5px;
}
@media only screen and (max-width: 800px) {
  #home-filter .btn-sec {
    margin-bottom: 10px;
  }
}
#home-filter .searchandfilter {
  width: calc(100% - 185px);
}
@media only screen and (max-width: 800px) {
  #home-filter .searchandfilter {
    width: 100%;
  }
}
#home-filter .searchandfilter >ul {
  width: 100%;
}
#home-filter .searchandfilter >ul .sf-field-reset {
  width: 90px;
  float: left;
  margin-right: 10px;
}
#home-filter .searchandfilter >ul .sf-field-reset input {
  width: 100%;
  margin: 0;
  height: 35px;
  margin: 10px 5px;
  line-height: 35px;
}
#home-filter .searchandfilter >ul .sf-field-post-meta-tipo_de_equipo {
  width: calc(100% - 100px);
  float: left;
}
#home-filter .searchandfilter >ul .sf-field-post-meta-tipo_de_equipo ul {
  width: 100%;
  display: -webkit-box /* OLD - iOS 6-, Safari 3.1-6 */;
  display: -moz-box /* OLD - Firefox 19- (buggy but mostly works) */;
  display: -ms-flexbox /* TWEENER - IE 10 */;
  display: -webkit-flex /* NEW - Chrome */;
  display: flex /* NEW, Spec - Opera 12.1, Firefox 20+ */;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media only screen and (max-width: 800px) {
  #home-filter .searchandfilter >ul .sf-field-post-meta-tipo_de_equipo ul {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
#home-filter .searchandfilter >ul .sf-field-post-meta-tipo_de_equipo ul li {
  display: inline-block;
  margin: 5px;
}
#home-filter .searchandfilter >ul .sf-field-post-meta-tipo_de_equipo ul li input {
  display: none;
}
#home-filter .searchandfilter >ul .sf-field-post-meta-tipo_de_equipo ul li label {
  border: 1px solid #0079c2;
  padding: 5px 20px;
  cursor: pointer;
  background: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  color: #0079c2;
  font-weight: 600;
  letter-spacing: 0.5px;
  font-size: 1.2rem;
  text-transform: uppercase;
  text-align: center;
  margin: 0;
}
#home-filter .searchandfilter >ul .sf-field-post-meta-tipo_de_equipo ul li:hover label {
  color: #0079c2;
  background: #d2e8f4;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
#home-filter .searchandfilter >ul .sf-field-post-meta-tipo_de_equipo ul li input[type=checkbox]:checked + label {
  color: #fff;
  background: #0079c2;
}
#home-novelty .title {
  padding: 20px 0;
  background: #fff;
}
#home-novelty .title h2 {
  text-align: center;
}
#home-novelty .novelty-slide {
  height: 340px;
  background: #4a555d;
  position: relative;
}
@media only screen and (max-width: 1050px) {
  #home-novelty .novelty-slide {
    height: 270px;
  }
}
#home-novelty .novelty-slide .slick-list,
#home-novelty .novelty-slide .slick-track,
#home-novelty .novelty-slide .item {
  height: 100%;
}
#home-novelty .novelty-slide .item div {
  width: 100%;
  height: 100%;
  background: #4a555d no-repeat center/cover;
  position: relative;
}
#home-novelty .novelty-slide .item a {
  width: 100%;
  height: 100%;
  display: block;
}
#home-novelty .novelty-slide .item img {
  margin: auto;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
}
#home-services .content-center {
  max-width: 1024px;
}
@media only screen and (max-width: 800px) {
  #home-services .content-center {
    max-width: 600px;
  }
}
@media only screen and (max-width: 600px) {
  #home-services .content-center {
    max-width: 300px;
  }
}
#home-services img {
  max-width: 300px;
  width: 100%;
  display: block;
  margin: 0 auto;
}
#home-services ul {
  margin-top: 40px;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  -o-column-count: 2;
  column-count: 2;
}
@media only screen and (max-width: 600px) {
  #home-services ul {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    -o-column-count: 1;
    column-count: 1;
  }
}
@media only screen and (max-width: 800px) {
  #home-services h2 {
    text-align: center;
  }
}
#home-services .btn {
  margin-top: 20px;
}
@media only screen and (max-width: 800px) {
  #home-services .btn {
    max-width: 300px;
  }
}
@media only screen and (max-width: 600px) {
  #home-services .btn {
    width: 100%;
    text-align: center;
  }
}
#home-services .btn_service {
  text-align: center;
}
#home-grid {
  position: relative;
}
#home-grid .mix {
  display: none;
}
#home-grid .sk-fading-circle {
  display: none;
}
#home-grid.loading .sk-fading-circle {
  display: block;
}
#home-grid #products-grid {
  margin-top: 0;
}
.sk-fading-circle {
  margin: 100px auto;
  width: 70px;
  height: 70px;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 10;
  background-color: #0079c2;
  border: 10px solid #0079c2;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.sk-fading-circle .sk-circle {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.sk-fading-circle .sk-circle:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: #fff;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  -webkit-animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
  -webkit-animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
  -moz-animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
  -o-animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
  animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
}
.sk-fading-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  -webkit-transform: rotate(30deg);
  -moz-transform: rotate(30deg);
  -o-transform: rotate(30deg);
  transform: rotate(30deg);
}
.sk-fading-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  -webkit-transform: rotate(60deg);
  -moz-transform: rotate(60deg);
  -o-transform: rotate(60deg);
  transform: rotate(60deg);
}
.sk-fading-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.sk-fading-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
  -ms-transform: rotate(120deg);
  -webkit-transform: rotate(120deg);
  -moz-transform: rotate(120deg);
  -o-transform: rotate(120deg);
  transform: rotate(120deg);
}
.sk-fading-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
  -ms-transform: rotate(150deg);
  -webkit-transform: rotate(150deg);
  -moz-transform: rotate(150deg);
  -o-transform: rotate(150deg);
  transform: rotate(150deg);
}
.sk-fading-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.sk-fading-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
  -ms-transform: rotate(210deg);
  -webkit-transform: rotate(210deg);
  -moz-transform: rotate(210deg);
  -o-transform: rotate(210deg);
  transform: rotate(210deg);
}
.sk-fading-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
  -ms-transform: rotate(240deg);
  -webkit-transform: rotate(240deg);
  -moz-transform: rotate(240deg);
  -o-transform: rotate(240deg);
  transform: rotate(240deg);
}
.sk-fading-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
}
.sk-fading-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
  -ms-transform: rotate(300deg);
  -webkit-transform: rotate(300deg);
  -moz-transform: rotate(300deg);
  -o-transform: rotate(300deg);
  transform: rotate(300deg);
}
.sk-fading-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
  -ms-transform: rotate(330deg);
  -webkit-transform: rotate(330deg);
  -moz-transform: rotate(330deg);
  -o-transform: rotate(330deg);
  transform: rotate(330deg);
}
.sk-fading-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}
.sk-fading-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
.sk-fading-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}
.sk-fading-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}
.sk-fading-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}
.sk-fading-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}
.sk-fading-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}
.sk-fading-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}
.sk-fading-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}
.sk-fading-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}
.sk-fading-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s;
}
@-webkit-keyframes sk-circleFadeDelay {
  0%, 39%, 100% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
}
/* PRODUCTS  ========================================================================== */
#products .content-center-full {
  display: -webkit-box /* OLD - iOS 6-, Safari 3.1-6 */;
  display: -moz-box /* OLD - Firefox 19- (buggy but mostly works) */;
  display: -ms-flexbox /* TWEENER - IE 10 */;
  display: -webkit-flex /* NEW - Chrome */;
  display: flex /* NEW, Spec - Opera 12.1, Firefox 20+ */;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
}
@media only screen and (max-width: 1050px) {
  #products .content-center-full {
    display: block;
    padding: 0;
  }
}
#products .content-center-full >* {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  width: 1;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
#products aside {
  background: #00619b;
  width: 250px;
  padding: 20px;
  float: left;
}
@media only screen and (max-width: 1050px) {
  #products aside {
    display: block;
    clear: both;
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  #products aside:first-child {
    margin-left: auto;
  }
  #products aside:last-child {
    margin-right: auto;
  }
}
#products aside .title {
  padding: 15px 0;
  color: #fff;
}
@media only screen and (max-width: 1050px) {
  #products aside .title {
    padding: 10px 0;
    cursor: pointer;
  }
}
#products aside .title h3 {
  margin: 0 auto;
  font-size: 1.2rem;
  font-weight: 600;
  display: table;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
@media only screen and (max-width: 1050px) {
  #products aside .title h3 {
    background-color: #0079c2;
    padding: 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
  }
}
#products aside .title h3:before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 15px;
  margin-right: 10px;
  background: url("../../images/common/sprite.svg") no-repeat;
  background-position: center -1023px;
}
@media only screen and (min-width: 1050px) {
  #products aside .filtros {
    display: block !important;
  }
}
@media only screen and (max-width: 1050px) {
  #products aside .filtros {
    display: none;
    overflow: hidden;
  }
}
#products aside .filtros.opened {
  display: block;
}
@media only screen and (max-width: 1050px) {
  #products aside .filtros.opened {
    display: block;
  }
}
#products #products-gallery {
  width: calc(100% - 250px);
  float: left;
  padding-top: 0;
}
@media only screen and (max-width: 1050px) {
  #products #products-gallery {
    display: block;
    clear: both;
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
  }
  #products #products-gallery:first-child {
    margin-left: auto;
  }
  #products #products-gallery:last-child {
    margin-right: auto;
  }
}
#products #products-gallery .sk-fading-circle {
  display: none;
}
#products #products-gallery.loading .sk-fading-circle {
  display: block;
}
#products .filtro_home_ajax {
  width: 100%;
  padding: 10px;
  background-color: #fff;
  height: 61px;
  display: table;
}
#products .filtro_home_ajax .ajaxsearchpro {
  max-width: 400px;
  display: inline-block;
  vertical-align: middle;
}
@media only screen and (max-width: 800px) {
  #products .filtro_home_ajax .ajaxsearchpro {
    width: 50%;
  }
}
@media only screen and (max-width: 600px) {
  #products .filtro_home_ajax .ajaxsearchpro {
    width: 100%;
    max-width: none;
  }
}
#products .filtro_home_ajax .result_txt {
  width: 100%;
  display: table-cell;
  vertical-align: middle;
  padding: 0 10px;
}
@media only screen and (max-width: 800px) {
  #products .filtro_home_ajax .result_txt {
    width: 48%;
  }
}
@media only screen and (max-width: 600px) {
  #products .filtro_home_ajax .result_txt {
    display: none;
  }
}
#products .filtro_home_ajax .result_txt p {
  margin: 0;
  font-weight: 600;
}
@media only screen and (max-width: 1200px) {
  #products .filtro_home_ajax .result_txt p {
    max-width: 340px;
  }
}
@media only screen and (max-width: 800px) {
  #products .filtro_home_ajax .result_txt p {
    width: 50%;
  }
}
@media only screen and (max-width: 600px) {
  #products .filtro_home_ajax .result_txt p {
    width: 100%;
  }
}
#search_products {
  width: calc(100% - 290px);
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  width: none;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  position: absolute;
  right: 0;
  padding: 10px 20px;
  left: 271px;
}
@media only screen and (max-width: 800px) {
  #search_products {
    width: 100%;
    left: 0;
  }
}
#search_products .ajaxsearchpro {
  max-width: 400px;
  float: right;
}
@media only screen and (max-width: 1200px) {
  #search_products .ajaxsearchpro {
    max-width: 300px;
  }
}
@media only screen and (max-width: 1050px) {
  #search_products .ajaxsearchpro {
    max-width: 400px;
  }
}
@media only screen and (max-width: 800px) {
  #search_products .ajaxsearchpro {
    max-width: none;
    width: 50%;
  }
}
@media only screen and (max-width: 600px) {
  #search_products .ajaxsearchpro {
    width: 100%;
  }
}
#products-grid {
  display: -webkit-box /* OLD - iOS 6-, Safari 3.1-6 */;
  display: -moz-box /* OLD - Firefox 19- (buggy but mostly works) */;
  display: -ms-flexbox /* TWEENER - IE 10 */;
  display: -webkit-flex /* NEW - Chrome */;
  display: flex /* NEW, Spec - Opera 12.1, Firefox 20+ */;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-left: 1px solid rgba(0,0,0,0.07);
  border-right: 1px solid rgba(0,0,0,0.07);
  border-bottom: 1px solid rgba(0,0,0,0.07);
  position: relative;
  margin-top: 60px;
}
@media only screen and (max-width: 1050px) {
  #products-grid {
    margin-top: 0;
  }
}
#products-grid #results-used {
  width: 100%;
  background-color: #fff;
  padding: 20px;
}
#products-grid #results-used p {
  margin: 0;
  font-size: 1.8rem;
  font-weight: 600;
}
#products-grid #results-used .result_txt {
  width: calc(100% - 300px);
  display: inline-block;
  vertical-align: middle;
}
#products-grid #results-used .pagination_wp {
  width: 296px;
  display: inline-block;
  vertical-align: middle;
  background-color: #fff;
}
#products-grid #results-used .pagination_wp .pagenav {
  margin: 0;
}
#products-grid #grid_container {
  display: -webkit-box /* OLD - iOS 6-, Safari 3.1-6 */;
  display: -moz-box /* OLD - Firefox 19- (buggy but mostly works) */;
  display: -ms-flexbox /* TWEENER - IE 10 */;
  display: -webkit-flex /* NEW - Chrome */;
  display: flex /* NEW, Spec - Opera 12.1, Firefox 20+ */;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}
#products-grid #grid_container.grid-4 .item {
  border-right: 1px solid rgba(0,0,0,0.07);
  float: left;
  clear: none;
  text-align: inherit;
  width: 25%;
  margin-left: 0%;
  margin-right: 0%;
}
#products-grid #grid_container.grid-4 .item::after {
  content: '';
  display: table;
  clear: both;
}
#products-grid #grid_container.grid-4 .item:nth-child(4n) {
  border-right: 0px solid rgba(0,0,0,0.07);
}
@media only screen and (max-width: 800px) {
  #products-grid #grid_container.grid-4 .item {
    float: left;
    clear: none;
    text-align: inherit;
    width: 33.33333333333333%;
    margin-left: 0%;
    margin-right: 0%;
  }
  #products-grid #grid_container.grid-4 .item::after {
    content: '';
    display: table;
    clear: both;
  }
  #products-grid #grid_container.grid-4 .item:nth-child(4n) {
    border-right: 1px solid rgba(0,0,0,0.07);
  }
  #products-grid #grid_container.grid-4 .item:nth-child(3n) {
    border-right: 0px solid rgba(0,0,0,0.07);
  }
}
@media only screen and (max-width: 600px) {
  #products-grid #grid_container.grid-4 .item {
    float: left;
    clear: none;
    text-align: inherit;
    width: 50%;
    margin-left: 0%;
    margin-right: 0%;
  }
  #products-grid #grid_container.grid-4 .item::after {
    content: '';
    display: table;
    clear: both;
  }
  #products-grid #grid_container.grid-4 .item:nth-child(3n) {
    border-right: 1px solid rgba(0,0,0,0.07);
  }
  #products-grid #grid_container.grid-4 .item:nth-child(2n) {
    border-right: 0px solid rgba(0,0,0,0.07);
  }
}
@media only screen and (max-width: 400px) {
  #products-grid #grid_container.grid-4 .item {
    display: block;
    clear: both;
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    border-right: 0px solid rgba(0,0,0,0.07);
  }
  #products-grid #grid_container.grid-4 .item:first-child {
    margin-left: auto;
  }
  #products-grid #grid_container.grid-4 .item:last-child {
    margin-right: auto;
  }
}
#products-grid #grid_container.grid-3 .item {
  border-right: 1px solid rgba(0,0,0,0.07);
  float: left;
  clear: none;
  text-align: inherit;
  width: 33.33333333333333%;
  margin-left: 0%;
  margin-right: 0%;
}
#products-grid #grid_container.grid-3 .item::after {
  content: '';
  display: table;
  clear: both;
}
#products-grid #grid_container.grid-3 .item:nth-child(3n) {
  border-right: 0px solid rgba(0,0,0,0.07);
}
@media only screen and (max-width: 800px) {
  #products-grid #grid_container.grid-3 .item {
    float: left;
    clear: none;
    text-align: inherit;
    width: 50%;
    margin-left: 0%;
    margin-right: 0%;
  }
  #products-grid #grid_container.grid-3 .item::after {
    content: '';
    display: table;
    clear: both;
  }
  #products-grid #grid_container.grid-3 .item:nth-child(3n) {
    border-right: 1px solid rgba(0,0,0,0.07);
  }
  #products-grid #grid_container.grid-3 .item:nth-child(2n) {
    border-right: 0px solid rgba(0,0,0,0.07);
  }
}
@media only screen and (max-width: 600px) {
  #products-grid #grid_container.grid-3 .item {
    display: block;
    clear: both;
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    border-right: 0px solid rgba(0,0,0,0.07);
  }
  #products-grid #grid_container.grid-3 .item:first-child {
    margin-left: auto;
  }
  #products-grid #grid_container.grid-3 .item:last-child {
    margin-right: auto;
  }
}
#products-grid #grid_container.grid-5 .item {
  border-right: 1px solid rgba(0,0,0,0.07);
}
#products-grid #grid_container .item {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  width: 1;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-bottom: 1px solid rgba(0,0,0,0.07);
}
#products-grid #grid_container .item a {
  height: 100%;
  max-height: 400px;
  position: relative;
  display: block;
  -webkit-transition: background 0.3s;
  -moz-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s;
  padding-bottom: 80px;
}
#products-grid #grid_container .item a .pic {
  height: 100%;
  padding: 40px 20px 0 20px;
  display: -webkit-box /* OLD - iOS 6-, Safari 3.1-6 */;
  display: -moz-box /* OLD - Firefox 19- (buggy but mostly works) */;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#products-grid #grid_container .item a .pic img {
  margin: 0 auto;
  display: block;
  height: auto;
  width: 100%;
  height: 100%;
  max-width: 230px;
}
@media only screen and (max-width: 600px) {
  #products-grid #grid_container .item a .pic img {
    max-width: 170px;
  }
}
#products-grid #grid_container .item a .link-info {
  height: 80px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  display: -webkit-box /* OLD - iOS 6-, Safari 3.1-6 */;
  display: -moz-box /* OLD - Firefox 19- (buggy but mostly works) */;
  display: -ms-flexbox /* TWEENER - IE 10 */;
  display: -webkit-flex /* NEW - Chrome */;
  display: flex /* NEW, Spec - Opera 12.1, Firefox 20+ */;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 20px;
}
#products-grid #grid_container .item a .link-info .btn {
  background: #0079c2;
  height: 55px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: background 0.3s;
  -moz-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s;
  padding: 5px 0;
  width: 100%;
  overflow: hidden;
}
#products-grid #grid_container .item a .link-info .btn .cat {
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  display: block;
  font-size: 1.3rem;
  opacity: 0.8;
  font-weight: 600;
  letter-spacing: 0.3px;
  height: 23px;
  overflow: hidden;
}
#products-grid #grid_container .item a .link-info .btn h3 {
  margin: 0;
  text-align: center;
  color: #fff;
  font-size: 2rem;
  letter-spacing: 0.5px;
}
#products-grid #grid_container .item:hover a {
  background: #fff;
  -webkit-transition: background 0.3s;
  -moz-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s;
}
#products-grid #grid_container .item:hover a .link-info .btn {
  background: #008de2;
  -webkit-transition: background 0.3s;
  -moz-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s;
}
.searchandfilter label {
  opacity: 1;
  color: #fff;
  z-index: 0;
  bottom: 0;
  left: 0;
  display: block;
}
.searchandfilter label.sf-label-checkbox,
.searchandfilter label.sf-label-radio {
  display: inline-block;
}
.searchandfilter h4 {
  color: #fff;
}
.searchandfilter input {
  display: block;
}
.searchandfilter input[type=checkbox],
.searchandfilter input[type=radio] {
  height: auto;
  width: auto;
  display: inline-block;
}
.searchandfilter select,
.searchandfilter input[type=text] {
  width: 100%;
  color: #4a555d;
  display: block;
  line-height: 45px;
  height: 45px;
}
.searchandfilter .search-filter-reset {
  border: 0;
}
.searchandfilter .sf-field-search,
.searchandfilter .sf-field-sort_order,
.searchandfilter .sf-field-post-meta-_tipo_de_equipo,
.searchandfilter .sf-field-post-meta-marca_equipo {
  position: absolute;
  top: 0;
  left: 270px;
  background: #fff;
  width: calc(50% - 145px);
  padding: 20px;
  display: -webkit-box /* OLD - iOS 6-, Safari 3.1-6 */;
  display: -moz-box /* OLD - Firefox 19- (buggy but mostly works) */;
  display: -ms-flexbox /* TWEENER - IE 10 */;
  display: -webkit-flex /* NEW - Chrome */;
  display: flex /* NEW, Spec - Opera 12.1, Firefox 20+ */;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid rgba(0,0,0,0.07);
  z-index: 1;
}
@media only screen and (max-width: 1050px) {
  .searchandfilter .sf-field-search,
  .searchandfilter .sf-field-sort_order,
  .searchandfilter .sf-field-post-meta-_tipo_de_equipo,
  .searchandfilter .sf-field-post-meta-marca_equipo {
    position: static;
    display: block;
    background: transparent;
    width: 100%;
    border-bottom: none;
    padding: 0;
    padding-top: 20px;
  }
}
.searchandfilter .sf-field-search h4,
.searchandfilter .sf-field-sort_order h4,
.searchandfilter .sf-field-post-meta-_tipo_de_equipo h4,
.searchandfilter .sf-field-post-meta-marca_equipo h4 {
  color: #4a555d;
  padding-right: 20px;
  width: calc(100% - 400px);
  float: left;
}
@media only screen and (max-width: 1440px) {
  .searchandfilter .sf-field-search h4,
  .searchandfilter .sf-field-sort_order h4,
  .searchandfilter .sf-field-post-meta-_tipo_de_equipo h4,
  .searchandfilter .sf-field-post-meta-marca_equipo h4 {
    width: 50%;
    float: none;
  }
}
@media only screen and (max-width: 1050px) {
  .searchandfilter .sf-field-search h4,
  .searchandfilter .sf-field-sort_order h4,
  .searchandfilter .sf-field-post-meta-_tipo_de_equipo h4,
  .searchandfilter .sf-field-post-meta-marca_equipo h4 {
    color: #fff;
    width: 100%;
  }
}
.searchandfilter .sf-field-search label,
.searchandfilter .sf-field-sort_order label,
.searchandfilter .sf-field-post-meta-_tipo_de_equipo label,
.searchandfilter .sf-field-post-meta-marca_equipo label {
  max-width: 400px;
  width: 100%;
  display: inline-block;
  float: left;
}
@media only screen and (max-width: 1440px) {
  .searchandfilter .sf-field-search label,
  .searchandfilter .sf-field-sort_order label,
  .searchandfilter .sf-field-post-meta-_tipo_de_equipo label,
  .searchandfilter .sf-field-post-meta-marca_equipo label {
    max-width: 50%;
    float: none;
  }
}
@media only screen and (max-width: 1050px) {
  .searchandfilter .sf-field-search label,
  .searchandfilter .sf-field-sort_order label,
  .searchandfilter .sf-field-post-meta-_tipo_de_equipo label,
  .searchandfilter .sf-field-post-meta-marca_equipo label {
    max-width: 100%;
  }
}
@media only screen and (max-width: 800px) {
  .searchandfilter .sf-field-search label,
  .searchandfilter .sf-field-sort_order label,
  .searchandfilter .sf-field-post-meta-_tipo_de_equipo label,
  .searchandfilter .sf-field-post-meta-marca_equipo label {
    max-width: 100%;
  }
}
.searchandfilter .sf-field-search label input,
.searchandfilter .sf-field-sort_order label input,
.searchandfilter .sf-field-post-meta-_tipo_de_equipo label input,
.searchandfilter .sf-field-post-meta-marca_equipo label input,
.searchandfilter .sf-field-search label select,
.searchandfilter .sf-field-sort_order label select,
.searchandfilter .sf-field-post-meta-_tipo_de_equipo label select,
.searchandfilter .sf-field-post-meta-marca_equipo label select {
  border: 1px solid #0079c2;
}
.searchandfilter .sf-field-search {
  display: none;
}
.searchandfilter .sf-field-search input {
  background: #fff url("../../images/common/form-search.svg") no-repeat calc(100% - 20px) center;
}
.searchandfilter .sf-field-sort_order {
  left: calc(50% + 125px);
  border-left: 1px solid rgba(0,0,0,0.07);
}
@media only screen and (max-width: 600px) {
  .searchandfilter .sf-field-sort_order {
    display: none !important;
  }
}
@media only screen and (max-width: 600px) {
  .searchandfilter .sf-field-post-meta-marca_equipo {
    display: none !important;
  }
}
.searchandfilter .sf-field-post-meta-_tipo_de_equipo {
  display: none;
}
@media only screen and (max-width: 1050px) {
  .searchandfilter .sf-field-post-meta-_tipo_de_equipo {
    display: block;
    float: left;
    clear: none;
    text-align: inherit;
    width: 48.5%;
    margin-left: 0%;
    margin-right: 3%;
  }
  .searchandfilter .sf-field-post-meta-_tipo_de_equipo::after {
    content: '';
    display: table;
    clear: both;
  }
  .searchandfilter .sf-field-post-meta-_tipo_de_equipo:nth-child(n) {
    margin-right: 3%;
    float: left;
    clear: none;
  }
  .searchandfilter .sf-field-post-meta-_tipo_de_equipo:nth-child(7n) {
    margin-right: 0%;
    float: right;
  }
  .searchandfilter .sf-field-post-meta-_tipo_de_equipo:nth-child(7n + 1) {
    clear: both;
  }
}
@media only screen and (max-width: 600px) {
  .searchandfilter .sf-field-post-meta-_tipo_de_equipo {
    display: block;
    clear: both;
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .searchandfilter .sf-field-post-meta-_tipo_de_equipo:first-child {
    margin-left: auto;
  }
  .searchandfilter .sf-field-post-meta-_tipo_de_equipo:last-child {
    margin-right: auto;
  }
}
.searchandfilter .sf-field-post-meta-tipo_de_equipo {
  position: absolute;
  top: 62px;
  background-color: #00619b;
  width: calc(100% - 290px);
  left: 270px;
  padding: 10px 20px 10px;
  z-index: 100;
}
.searchandfilter .sf-field-post-meta-tipo_de_equipo ul li {
  float: left;
  margin: 5px;
  cursor: pointer;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  background-color: #0077bf;
}
.searchandfilter .sf-field-post-meta-tipo_de_equipo ul li:hover {
  background-color: #008de2;
}
.searchandfilter .sf-field-post-meta-tipo_de_equipo ul li.sf-option-active {
  background-color: #fff;
}
.searchandfilter .sf-field-post-meta-tipo_de_equipo ul li.sf-option-active label {
  color: #00619b;
}
.searchandfilter .sf-field-post-meta-tipo_de_equipo ul li.sf-option-active-deselect {
  background-color: #0077bf;
}
.searchandfilter .sf-field-post-meta-tipo_de_equipo ul li.sf-option-active-deselect label {
  color: #fff;
}
.searchandfilter .sf-field-post-meta-tipo_de_equipo ul li input {
  display: none;
}
.searchandfilter .sf-field-post-meta-tipo_de_equipo ul li label {
  padding: 0 10px;
  font-weight: 600;
  cursor: pointer;
}
@media only screen and (max-width: 1050px) {
  .searchandfilter .sf-field-post-meta-tipo_de_equipo {
    display: none !important;
  }
}
.searchandfilter .sf-field-post-meta-tipo_de_negocio {
  display: none !important;
}
@media only screen and (max-width: 600px) {
  .searchandfilter .sf-field-post-meta-tipo_de_negocio {
    display: none !important;
  }
}
.searchandfilter .sf-field-post-meta-tipo_de_negocio .sf-input-checkbox {
  display: none;
}
.searchandfilter .sf-field-post-meta-tipo_de_negocio .sf-label-checkbox {
  padding: 5px 0;
  padding-left: 40px;
  width: 100%;
  cursor: pointer;
  background: url("../../images/common/sprite.svg") no-repeat;
}
.searchandfilter .sf-field-post-meta-tipo_de_negocio ul li {
  opacity: 0.7;
}
.searchandfilter .sf-field-post-meta-tipo_de_negocio ul li:hover {
  opacity: 1;
}
.searchandfilter .sf-field-post-meta-tipo_de_negocio ul li.sf-option-active {
  background-color: #0079c2;
  opacity: 1;
  position: relative;
}
.searchandfilter .sf-field-post-meta-tipo_de_negocio ul li.sf-option-active:after,
.searchandfilter .sf-field-post-meta-tipo_de_negocio ul li.sf-option-active:before {
  background-color: #0079c2;
  display: block;
  content: " ";
  width: 20px;
  height: 100%;
  top: 0;
  position: absolute;
}
.searchandfilter .sf-field-post-meta-tipo_de_negocio ul li.sf-option-active:after {
  right: -20px;
}
.searchandfilter .sf-field-post-meta-tipo_de_negocio ul li.sf-option-active:before {
  left: -20px;
}
.searchandfilter .sf-field-post-meta-tipo_de_negocio ul li.sf-option-active.sf-option-active-deselect {
  background-color: transparent;
  opacity: 0.7;
}
.searchandfilter .sf-field-post-meta-tipo_de_negocio ul li.sf-option-active.sf-option-active-deselect:after,
.searchandfilter .sf-field-post-meta-tipo_de_negocio ul li.sf-option-active.sf-option-active-deselect:before {
  display: none;
}
@media only screen and (max-width: 1050px) {
  .searchandfilter .sf-field-post-meta-tipo_de_negocio,
  .searchandfilter .sf-field-post-meta-tamano_de_equipo,
  .searchandfilter .sf-field-post-meta-tipo_de_equipo,
  .searchandfilter .sf-field-post-meta-marca_equipo,
  .searchandfilter .sf-field-search,
  .searchandfilter .sf-field-sort_order {
    float: left;
    clear: none;
    text-align: inherit;
    width: 48.5%;
    margin-left: 0%;
    margin-right: 3%;
  }
  .searchandfilter .sf-field-post-meta-tipo_de_negocio::after,
  .searchandfilter .sf-field-post-meta-tamano_de_equipo::after,
  .searchandfilter .sf-field-post-meta-tipo_de_equipo::after,
  .searchandfilter .sf-field-post-meta-marca_equipo::after,
  .searchandfilter .sf-field-search::after,
  .searchandfilter .sf-field-sort_order::after {
    content: '';
    display: table;
    clear: both;
  }
  .searchandfilter .sf-field-post-meta-tipo_de_negocio:nth-child(n),
  .searchandfilter .sf-field-post-meta-tamano_de_equipo:nth-child(n),
  .searchandfilter .sf-field-post-meta-tipo_de_equipo:nth-child(n),
  .searchandfilter .sf-field-post-meta-marca_equipo:nth-child(n),
  .searchandfilter .sf-field-search:nth-child(n),
  .searchandfilter .sf-field-sort_order:nth-child(n) {
    margin-right: 3%;
    float: left;
    clear: none;
  }
  .searchandfilter .sf-field-post-meta-tipo_de_negocio:nth-child(2n),
  .searchandfilter .sf-field-post-meta-tamano_de_equipo:nth-child(2n),
  .searchandfilter .sf-field-post-meta-tipo_de_equipo:nth-child(2n),
  .searchandfilter .sf-field-post-meta-marca_equipo:nth-child(2n),
  .searchandfilter .sf-field-search:nth-child(2n),
  .searchandfilter .sf-field-sort_order:nth-child(2n) {
    margin-right: 0%;
    float: right;
  }
  .searchandfilter .sf-field-post-meta-tipo_de_negocio:nth-child(2n + 1),
  .searchandfilter .sf-field-post-meta-tamano_de_equipo:nth-child(2n + 1),
  .searchandfilter .sf-field-post-meta-tipo_de_equipo:nth-child(2n + 1),
  .searchandfilter .sf-field-post-meta-marca_equipo:nth-child(2n + 1),
  .searchandfilter .sf-field-search:nth-child(2n + 1),
  .searchandfilter .sf-field-sort_order:nth-child(2n + 1) {
    clear: both;
  }
}
@media only screen and (max-width: 600px) {
  .searchandfilter .sf-field-post-meta-tipo_de_negocio,
  .searchandfilter .sf-field-post-meta-tamano_de_equipo,
  .searchandfilter .sf-field-post-meta-tipo_de_equipo,
  .searchandfilter .sf-field-post-meta-marca_equipo,
  .searchandfilter .sf-field-search,
  .searchandfilter .sf-field-sort_order {
    display: block;
    clear: both;
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .searchandfilter .sf-field-post-meta-tipo_de_negocio:first-child,
  .searchandfilter .sf-field-post-meta-tamano_de_equipo:first-child,
  .searchandfilter .sf-field-post-meta-tipo_de_equipo:first-child,
  .searchandfilter .sf-field-post-meta-marca_equipo:first-child,
  .searchandfilter .sf-field-search:first-child,
  .searchandfilter .sf-field-sort_order:first-child {
    margin-left: auto;
  }
  .searchandfilter .sf-field-post-meta-tipo_de_negocio:last-child,
  .searchandfilter .sf-field-post-meta-tamano_de_equipo:last-child,
  .searchandfilter .sf-field-post-meta-tipo_de_equipo:last-child,
  .searchandfilter .sf-field-post-meta-marca_equipo:last-child,
  .searchandfilter .sf-field-search:last-child,
  .searchandfilter .sf-field-sort_order:last-child {
    margin-right: auto;
  }
}
@media only screen and (max-width: 1050px) {
  .searchandfilter .sf-field-reset {
    float: left;
    clear: none;
    text-align: inherit;
    width: 100%;
    margin-left: 0%;
    margin-right: 3%;
  }
  .searchandfilter .sf-field-reset::after {
    content: '';
    display: table;
    clear: both;
  }
  .searchandfilter .sf-field-reset:last-child {
    margin-right: 0%;
  }
}
#filtro_latam .searchandfilter .sf-field-post-meta-tipo_de_negocio ul li:nth-child(1) label,
#filtro_brasil .searchandfilter .sf-field-post-meta-tipo_de_negocio ul li:nth-child(1) label {
  background-position: left -1118px;
}
#filtro_latam .searchandfilter .sf-field-post-meta-tipo_de_negocio ul li:nth-child(2) label,
#filtro_brasil .searchandfilter .sf-field-post-meta-tipo_de_negocio ul li:nth-child(2) label {
  background-position: left -1185px;
}
#filtro_latam .searchandfilter .sf-field-post-meta-tipo_de_negocio ul li:nth-child(3) label,
#filtro_brasil .searchandfilter .sf-field-post-meta-tipo_de_negocio ul li:nth-child(3) label {
  background-position: left -1251px;
}
#filtro_latam .searchandfilter .sf-field-post-meta-tipo_de_negocio ul li:nth-child(4) label,
#filtro_brasil .searchandfilter .sf-field-post-meta-tipo_de_negocio ul li:nth-child(4) label {
  background-position: left -1313px;
}
#filtro_latam .searchandfilter .sf-field-post-meta-tipo_de_negocio ul li:nth-child(5) label,
#filtro_brasil .searchandfilter .sf-field-post-meta-tipo_de_negocio ul li:nth-child(5) label {
  background-position: left -1377px;
}
#filtro_latam .searchandfilter .sf-field-post-meta-tipo_de_negocio ul li:nth-child(6) label,
#filtro_brasil .searchandfilter .sf-field-post-meta-tipo_de_negocio ul li:nth-child(6) label {
  background-position: left -1447px;
}
#filtro_global .searchandfilter .sf-field-post-meta-tipo_de_negocio ul li:nth-child(1) label,
#filtro_europe .searchandfilter .sf-field-post-meta-tipo_de_negocio ul li:nth-child(1) label,
#filtro_africa .searchandfilter .sf-field-post-meta-tipo_de_negocio ul li:nth-child(1) label {
  background-position: left -1118px;
}
#filtro_global .searchandfilter .sf-field-post-meta-tipo_de_negocio ul li:nth-child(2) label,
#filtro_europe .searchandfilter .sf-field-post-meta-tipo_de_negocio ul li:nth-child(2) label,
#filtro_africa .searchandfilter .sf-field-post-meta-tipo_de_negocio ul li:nth-child(2) label {
  background-position: left -1185px;
}
#filtro_global .searchandfilter .sf-field-post-meta-tipo_de_negocio ul li:nth-child(3) label,
#filtro_europe .searchandfilter .sf-field-post-meta-tipo_de_negocio ul li:nth-child(3) label,
#filtro_africa .searchandfilter .sf-field-post-meta-tipo_de_negocio ul li:nth-child(3) label {
  background-position: left -2361px;
}
#filtro_global .searchandfilter .sf-field-post-meta-tipo_de_negocio ul li:nth-child(4) label,
#filtro_europe .searchandfilter .sf-field-post-meta-tipo_de_negocio ul li:nth-child(4) label,
#filtro_africa .searchandfilter .sf-field-post-meta-tipo_de_negocio ul li:nth-child(4) label {
  background-position: left -1447px;
}
#filtro_global .searchandfilter .sf-field-post-meta-tipo_de_negocio ul li:nth-child(5) label,
#filtro_europe .searchandfilter .sf-field-post-meta-tipo_de_negocio ul li:nth-child(5) label,
#filtro_africa .searchandfilter .sf-field-post-meta-tipo_de_negocio ul li:nth-child(5) label {
  background-position: left -1251px;
}
#filtro_global .searchandfilter .sf-field-post-meta-tipo_de_negocio ul li:nth-child(6) label,
#filtro_europe .searchandfilter .sf-field-post-meta-tipo_de_negocio ul li:nth-child(6) label,
#filtro_africa .searchandfilter .sf-field-post-meta-tipo_de_negocio ul li:nth-child(6) label {
  background-position: left -2425px;
}
#related-post {
  position: relative;
  border-top: 1px solid rgba(0,0,0,0.07);
}
#related-post .nav-related .reel-nav {
  position: absolute;
  width: 50px;
  height: 100%;
  top: 0;
  z-index: 10px;
  cursor: pointer;
  -webkit-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
  background-color: rgba(0,0,0,0.05);
  display: -webkit-box /* OLD - iOS 6-, Safari 3.1-6 */;
  display: -moz-box /* OLD - Firefox 19- (buggy but mostly works) */;
  display: -ms-flexbox /* TWEENER - IE 10 */;
  display: -webkit-flex /* NEW - Chrome */;
  display: flex /* NEW, Spec - Opera 12.1, Firefox 20+ */;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#related-post .nav-related .reel-nav .sprite {
  width: 20px;
  height: 20px;
  display: block;
}
#related-post .nav-related .reel-nav:hover {
  background-color: #fff;
  -webkit-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
#related-post .nav-related .reelPrev {
  left: 0;
}
#related-post .nav-related .reelPrev .sprite {
  background-position: left -2127px;
}
#related-post .nav-related .reelNext {
  right: 0;
}
#related-post .nav-related .reelNext .sprite {
  background-position: right -2127px;
}
#related-post #products-grid {
  width: calc(100% - 100px);
  left: 50px;
  margin-top: 0;
}
/* SINGLE  ========================================================================== */
#product-info {
  margin-top: 60px;
}
#product-info .breadcrumb ul {
  background: #fff;
  display: table;
  padding: 5px 10px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 600px) {
  #product-info .breadcrumb ul {
    margin: 0 auto 20px;
  }
}
#product-info .breadcrumb ul li {
  display: inline-block;
  font-size: 1.2rem;
  letter-spacing: 0.5px;
  color: #8c9aa4;
}
#product-info .breadcrumb ul li a {
  color: #8c9aa4;
}
#product-info .breadcrumb ul li a:after {
  content: '/';
  margin: 0 3px;
}
#product-info .breadcrumb ul li a:hover {
  color: #0079c2;
}
#product-info .picture .img-container {
  position: relative;
  overflow: hidden;
}
#product-info .picture .img-container:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0%;
  background: #f1f2f2;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
  z-index: 5;
  opacity: 0;
}
#product-info .picture .img-container.change:after {
  height: 100%;
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
#product-info .picture img {
  max-width: 500px;
  margin: 0 auto;
  display: block;
  width: 100%;
}
@media only screen and (max-width: 800px) {
  #product-info .picture img {
    max-width: 400px;
  }
}
#product-info .picture .magnify-lens {
  background-color: #f1f2f2 !important;
  width: 170px;
  height: 170px;
}
#product-info .picture .nav-views {
  display: table;
  margin: 0 auto;
  margin-top: 40px;
}
#product-info .picture .nav-views .view {
  width: 70px;
  height: 70px;
  float: left;
  margin: 0 10px;
  background: #fff no-repeat center/cover;
  cursor: pointer;
  position: relative;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  border: 2px solid #f1f2f2;
}
@media only screen and (max-width: 600px) {
  #product-info .picture .nav-views .view {
    width: 40px;
    height: 40px;
    margin: 0 5px;
  }
}
#product-info .picture .nav-views .view:after {
  content: '';
  background: #27d87d;
  opacity: 0;
  display: block;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
#product-info .picture .nav-views .view.active {
  border: 2px solid #27d87d;
}
#product-info .picture .nav-views .view.active:after {
  opacity: 0.3;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
#product-info .picture .nav-views .view:hover {
  border: 2px solid #27d87d;
}
#product-info .picture .nav-views .view:hover:after {
  opacity: 0.1;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
#product-info .picture .magnify {
  margin: 0 auto;
  display: table;
}
#product-info .meta-info {
  position: relative;
  padding-right: 100px;
}
@media only screen and (max-width: 1050px) {
  #product-info .meta-info {
    padding-right: 0;
  }
}
@media only screen and (max-width: 800px) {
  #product-info .meta-info {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 600px) {
  #product-info .meta-info {
    text-align: center;
  }
}
#product-info .meta-info .cat {
  color: #00619b;
  opacity: 0.7;
  text-transform: uppercase;
  font-size: 1.4rem;
  letter-spacing: 1.1px;
  font-weight: 600;
  margin-bottom: 5px;
  display: block;
}
#product-info .meta-info h1 {
  color: #0079c2;
  font-size: 3.6rem;
  margin: 0;
  letter-spacing: 1.5px;
  font-weight: 600;
}
#product-info .meta-info p {
  margin-top: 30px;
  font-size: 2rem;
  margin-bottom: 0;
}
@media only screen and (max-width: 600px) {
  #product-info .meta-info p {
    font-size: 1.8rem;
  }
}
#product-info .meta-info ul li {
  font-size: 1.6rem;
  position: relative;
  padding: 5px 0;
  padding-left: 30px;
}
#product-info .meta-info ul li:before {
  content: '';
  width: 15px;
  height: 20px;
  position: absolute;
  top: 10px;
  left: 0;
  background: url("../../images/common/sprite.svg") no-repeat center -274px;
}
#product-info .meta-info ul li:hover:before {
  background: url("../../images/common/sprite.svg") no-repeat center -314px;
}
#product-info .meta-info .navigation {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  height: 36px;
}
@media only screen and (max-width: 1050px) {
  #product-info .meta-info .navigation {
    position: relative;
    top: 20px;
    width: 100%;
  }
}
#product-info .meta-info .navigation a {
  width: auto;
  height: 36px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #0079c2;
  -webkit-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
  background-color: #d2e8f4;
  background-repeat: no-repeat;
  background-image: url("../../images/common/sprite.svg");
}
#product-info .meta-info .navigation a:hover {
  background-color: #0079c2;
  color: #0079c2;
  -webkit-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
#product-info .meta-info .navigation a:hover span {
  color: #fff;
}
#product-info .meta-info .navigation a.prev {
  float: left;
  background-position: left -1930px;
  margin-right: 10px;
}
#product-info .meta-info .navigation a.prev span {
  margin: 0 10px 0 30px;
  line-height: 35px;
}
#product-info .meta-info .navigation a.prev:hover {
  background-position: left -1990px;
}
#product-info .meta-info .navigation a.next {
  float: right;
  background-position: right -1930px;
}
#product-info .meta-info .navigation a.next span {
  margin: 0 30px 0 10px;
  line-height: 35px;
}
#product-info .meta-info .navigation a.next:hover {
  background-position: right -1990px;
}
#product-info .table {
  margin: 30px 0;
}
#product-info .table .thead {
  background: #00619b;
  position: relative;
  padding: 10px 20px;
  color: #d2e8f4;
  font-weight: 600;
  font-size: 1.6rem;
}
#product-info .table .thead:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 10px 0;
  border-color: transparent #00619b transparent transparent;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -10px;
  margin: auto;
}
@media only screen and (max-width: 800px) {
  #product-info .table .thead:after {
    display: none;
  }
}
#product-info .table table {
  width: 100%;
  background: #fff;
}
#product-info .table table thead tr th {
  text-align: left;
  padding: 10px 20px;
  border-bottom: 1px solid rgba(0,0,0,0.07);
  background: #d2e8f4;
  font-size: 1.6rem;
}
#product-info .table table tbody tr {
  border-bottom: 1px solid rgba(0,0,0,0.07);
}
#product-info .table table tbody tr td {
  padding: 10px 20px;
  width: 50%;
  font-size: 1.4rem;
  color: #4a555d;
}
#product-info .table table tbody tr td:first-child {
  font-weight: 600;
}
#product-info .table table tbody tr td:last-child {
  border-left: 1px solid rgba(0,0,0,0.07);
  color: #687883;
}
#product-info .table .certificaciones {
  width: 100%;
  background: #fff;
  display: -webkit-box /* OLD - iOS 6-, Safari 3.1-6 */;
  display: -moz-box /* OLD - Firefox 19- (buggy but mostly works) */;
  display: -ms-flexbox /* TWEENER - IE 10 */;
  display: -webkit-flex /* NEW - Chrome */;
  display: flex /* NEW, Spec - Opera 12.1, Firefox 20+ */;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#product-info .table .certificaciones .certificacion {
  padding: 10px 20px;
}
#product-info .table .certificaciones .certificacion img {
  max-width: 60px;
}
#product-info .table .actions {
  background: #00619b;
  padding: 20px 10px;
  display: -webkit-box /* OLD - iOS 6-, Safari 3.1-6 */;
  display: -moz-box /* OLD - Firefox 19- (buggy but mostly works) */;
  display: -ms-flexbox /* TWEENER - IE 10 */;
  display: -webkit-flex /* NEW - Chrome */;
  display: flex /* NEW, Spec - Opera 12.1, Firefox 20+ */;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media only screen and (max-width: 600px) {
  #product-info .table .actions {
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
#product-info .table .actions a {
  width: 100%;
  max-width: 200px;
}
#product-info .table .actions.two-actions {
  position: relative;
}
#product-info .table .actions.two-actions a:first-child {
  margin-right: 20px;
}
@media only screen and (max-width: 600px) {
  #product-info .table .actions.two-actions a:first-child {
    margin-bottom: 20px;
    margin-right: 0;
  }
}
#product-info .table .actions.two-actions a:last-child {
  margin-left: 20px;
}
@media only screen and (max-width: 600px) {
  #product-info .table .actions.two-actions a:last-child {
    margin-left: 0;
  }
}
#product-info #product-downloads {
  margin-top: 40px;
}
#product-info #product-downloads .toggle {
  padding: 10px 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  background: #d2e8f4;
  cursor: pointer;
}
#product-info #product-downloads .toggle:hover {
  background: #d2e8f4;
  color: #0079c2;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
#product-info #product-downloads .toggle p {
  margin: 0;
  color: #0079c2;
  text-transform: uppercase;
  text-align: center;
  font-weight: 600;
  font-size: 1.3rem;
  letter-spacing: 0.5px;
}
#product-info #product-downloads .toggle p:after {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 5px 0 5px;
  border-color: #0079c2 transparent transparent transparent;
  margin-left: 10px;
}
#product-info #product-downloads .toggle.open p:after {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
#product-info #product-downloads .downloads {
  display: none;
  padding: 30px 0 0 0;
  background: #fff;
}
#product-info #product-downloads .downloads .content-center {
  width: 100%;
  overflow: hidden;
}
#product-info #product-downloads .downloads .file {
  float: left;
  clear: none;
  text-align: inherit;
  width: 14.166666666666664%;
  margin-left: 0%;
  margin-right: 3%;
  overflow: hidden;
  height: 130px;
  margin-bottom: 30px;
}
#product-info #product-downloads .downloads .file::after {
  content: '';
  display: table;
  clear: both;
}
#product-info #product-downloads .downloads .file:nth-child(n) {
  margin-right: 3%;
  float: left;
  clear: none;
}
#product-info #product-downloads .downloads .file:nth-child(6n) {
  margin-right: 0%;
  float: right;
}
#product-info #product-downloads .downloads .file:nth-child(6n + 1) {
  clear: both;
}
@media only screen and (max-width: 1500px) {
  #product-info #product-downloads .downloads .file {
    float: left;
    clear: none;
    text-align: inherit;
    width: 17.6%;
    margin-left: 0%;
    margin-right: 3%;
  }
  #product-info #product-downloads .downloads .file::after {
    content: '';
    display: table;
    clear: both;
  }
  #product-info #product-downloads .downloads .file:nth-child(n) {
    margin-right: 3%;
    float: left;
    clear: none;
  }
  #product-info #product-downloads .downloads .file:nth-child(5n) {
    margin-right: 0%;
    float: right;
  }
  #product-info #product-downloads .downloads .file:nth-child(5n + 1) {
    clear: both;
  }
}
@media only screen and (max-width: 1050px) {
  #product-info #product-downloads .downloads .file {
    float: left;
    clear: none;
    text-align: inherit;
    width: 22.75%;
    margin-left: 0%;
    margin-right: 3%;
  }
  #product-info #product-downloads .downloads .file::after {
    content: '';
    display: table;
    clear: both;
  }
  #product-info #product-downloads .downloads .file:nth-child(n) {
    margin-right: 3%;
    float: left;
    clear: none;
  }
  #product-info #product-downloads .downloads .file:nth-child(4n) {
    margin-right: 0%;
    float: right;
  }
  #product-info #product-downloads .downloads .file:nth-child(4n + 1) {
    clear: both;
  }
}
@media only screen and (max-width: 800px) {
  #product-info #product-downloads .downloads .file {
    float: left;
    clear: none;
    text-align: inherit;
    width: 31.33333333333333%;
    margin-left: 0%;
    margin-right: 3%;
  }
  #product-info #product-downloads .downloads .file::after {
    content: '';
    display: table;
    clear: both;
  }
  #product-info #product-downloads .downloads .file:nth-child(n) {
    margin-right: 3%;
    float: left;
    clear: none;
  }
  #product-info #product-downloads .downloads .file:nth-child(3n) {
    margin-right: 0%;
    float: right;
  }
  #product-info #product-downloads .downloads .file:nth-child(3n + 1) {
    clear: both;
  }
}
@media only screen and (max-width: 600px) {
  #product-info #product-downloads .downloads .file {
    float: left;
    clear: none;
    text-align: inherit;
    width: 48.5%;
    margin-left: 0%;
    margin-right: 3%;
  }
  #product-info #product-downloads .downloads .file::after {
    content: '';
    display: table;
    clear: both;
  }
  #product-info #product-downloads .downloads .file:nth-child(n) {
    margin-right: 3%;
    float: left;
    clear: none;
  }
  #product-info #product-downloads .downloads .file:nth-child(2n) {
    margin-right: 0%;
    float: right;
  }
  #product-info #product-downloads .downloads .file:nth-child(2n + 1) {
    clear: both;
  }
}
@media only screen and (max-width: 400px) {
  #product-info #product-downloads .downloads .file {
    display: block;
    clear: both;
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  #product-info #product-downloads .downloads .file:first-child {
    margin-left: auto;
  }
  #product-info #product-downloads .downloads .file:last-child {
    margin-right: auto;
  }
}
#product-info #product-downloads .downloads .file a {
  padding: 10px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #0079c2;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  background: #d2e8f4;
  display: block;
  height: 100%;
}
#product-info #product-downloads .downloads .file a .icon {
  width: 40px;
  height: 50px;
  margin: 0 auto;
  margin-bottom: 10px;
  display: block;
}
#product-info #product-downloads .downloads .file a .text {
  display: block;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 600;
}
#product-info #product-downloads .downloads .file a .text small {
  display: block;
}
#product-info #product-downloads .downloads .file a:hover {
  border: 1px solid #008de2;
  background: #fff;
}
#product-info #product-downloads .downloads .file a.image .icon {
  background: url("../../images/common/file-image.svg") no-repeat center;
}
#product-info #product-downloads .downloads .file a.video .icon {
  background: url("../../images/common/file-video.svg") no-repeat center;
}
#product-info #product-downloads .downloads .file a.application_pdf .icon {
  background: url("../../images/common/file-pdf.svg") no-repeat center;
}
#product-info #product-downloads .downloads .file a.application_zip .icon {
  background: url("../../images/common/file-zip.svg") no-repeat center;
}
/* IMBERA  ========================================================================== */
#imbera-misionvision {
  border-bottom: 1px solid rgba(0,0,0,0.07);
}
#imbera-misionvision img {
  display: block;
  margin: 0 auto;
  max-width: 370px;
  width: 100%;
}
#imbera-misionvision h3 {
  color: #0079c2;
  font-weight: 400;
}
@media only screen and (max-width: 800px) {
  #imbera-misionvision h3 {
    text-align: center;
  }
}
@media only screen and (max-width: 800px) {
  #imbera-misionvision p {
    text-align: center;
    max-width: 670px;
    margin: 30px auto;
  }
}
#imbera-misionvision .col2 .row:first-child {
  margin-bottom: 80px;
}
#imbera-certifications {
  border-bottom: 1px solid rgba(0,0,0,0.07);
}
#imbera-certifications .content-center {
  max-width: 1024px;
}
#imbera-certifications h2 {
  text-align: center;
  margin-top: 0;
}
#imbera-certifications p {
  text-align: center;
  max-width: 670px;
  margin: 30px auto;
}
#imbera-certifications .col3 img {
  display: block;
  margin: 0 auto;
  max-width: 250px;
  width: 100%;
}
#imbera-certifications .col2-3 ul {
  margin-top: 40px;
}
#imbera-certifications .certifications {
  max-width: 900px;
  margin: 0 auto;
  padding-top: 80px;
  display: table;
  width: 100%;
}
#imbera-certifications .certifications img {
  margin: 0 auto;
  display: block;
}
#imbera-certifications .certifications .grid .column {
  float: left;
  clear: none;
  text-align: inherit;
  width: 22.75%;
  margin-left: 0%;
  margin-right: 3%;
}
#imbera-certifications .certifications .grid .column::after {
  content: '';
  display: table;
  clear: both;
}
#imbera-certifications .certifications .grid .column:nth-child(n) {
  margin-right: 3%;
  float: left;
  clear: none;
}
#imbera-certifications .certifications .grid .column:nth-child(4n) {
  margin-right: 0%;
  float: right;
}
#imbera-certifications .certifications .grid .column:nth-child(4n + 1) {
  clear: both;
}
@media only screen and (max-width: 800px) {
  #imbera-certifications .certifications .grid .column {
    float: left;
    clear: none;
    text-align: inherit;
    width: 31.33333333333333%;
    margin-left: 0%;
    margin-right: 3%;
  }
  #imbera-certifications .certifications .grid .column::after {
    content: '';
    display: table;
    clear: both;
  }
  #imbera-certifications .certifications .grid .column:nth-child(n) {
    margin-right: 3%;
    float: left;
    clear: none;
  }
  #imbera-certifications .certifications .grid .column:nth-child(3n) {
    margin-right: 0%;
    float: right;
  }
  #imbera-certifications .certifications .grid .column:nth-child(3n + 1) {
    clear: both;
  }
}
@media only screen and (max-width: 600px) {
  #imbera-certifications .certifications .grid .column {
    float: left;
    clear: none;
    text-align: inherit;
    width: 48.5%;
    margin-left: 0%;
    margin-right: 3%;
  }
  #imbera-certifications .certifications .grid .column::after {
    content: '';
    display: table;
    clear: both;
  }
  #imbera-certifications .certifications .grid .column:nth-child(n) {
    margin-right: 3%;
    float: left;
    clear: none;
  }
  #imbera-certifications .certifications .grid .column:nth-child(2n) {
    margin-right: 0%;
    float: right;
  }
  #imbera-certifications .certifications .grid .column:nth-child(2n + 1) {
    clear: both;
  }
}
#imbera-certifications .certifications .grid .column img {
  max-width: 100px;
  width: 100%;
  mix-blend-mode: multiply;
}
@media only screen and (max-width: 600px) {
  #imbera-certifications .certifications .grid .column img {
    max-width: 60px;
  }
}
#imbera-clients img {
  display: block;
  margin: 0 auto;
  max-width: 370px;
  width: 100%;
}
@media only screen and (max-width: 800px) {
  #imbera-clients h2 {
    text-align: center;
  }
}
@media only screen and (max-width: 800px) {
  #imbera-clients p {
    text-align: center;
    max-width: 670px;
    margin: 30px auto;
  }
}
#imbera-clients .btn-w-icon {
  margin-top: 40px;
}
@media only screen and (max-width: 800px) {
  #imbera-clients .btn-w-icon {
    margin: 0 auto;
    margin-top: 40px;
  }
}
#imbera-clients .clients-grid {
  overflow: hidden;
  display: table;
  margin-top: 40px;
  width: 100%;
}
@media only screen and (max-width: 800px) {
  #imbera-clients .clients-grid {
    margin: 0 auto;
    margin-top: 40px;
  }
}
#imbera-clients .clients-grid div {
  float: left;
  clear: none;
  text-align: inherit;
  width: 14.166666666666664%;
  margin-left: 0%;
  margin-right: 3%;
  margin-bottom: 20px;
}
#imbera-clients .clients-grid div::after {
  content: '';
  display: table;
  clear: both;
}
#imbera-clients .clients-grid div:nth-child(n) {
  margin-right: 3%;
  float: left;
  clear: none;
}
#imbera-clients .clients-grid div:nth-child(6n) {
  margin-right: 0%;
  float: right;
}
#imbera-clients .clients-grid div:nth-child(6n + 1) {
  clear: both;
}
@media only screen and (max-width: 800px) {
  #imbera-clients .clients-grid div {
    float: left;
    clear: none;
    text-align: inherit;
    width: 22.75%;
    margin-left: 0%;
    margin-right: 3%;
  }
  #imbera-clients .clients-grid div::after {
    content: '';
    display: table;
    clear: both;
  }
  #imbera-clients .clients-grid div:nth-child(n) {
    margin-right: 3%;
    float: left;
    clear: none;
  }
  #imbera-clients .clients-grid div:nth-child(4n) {
    margin-right: 0%;
    float: right;
  }
  #imbera-clients .clients-grid div:nth-child(4n + 1) {
    clear: both;
  }
}
@media only screen and (max-width: 600px) {
  #imbera-clients .clients-grid div {
    float: left;
    clear: none;
    text-align: inherit;
    width: 31.33333333333333%;
    margin-left: 0%;
    margin-right: 3%;
  }
  #imbera-clients .clients-grid div::after {
    content: '';
    display: table;
    clear: both;
  }
  #imbera-clients .clients-grid div:nth-child(n) {
    margin-right: 3%;
    float: left;
    clear: none;
  }
  #imbera-clients .clients-grid div:nth-child(3n) {
    margin-right: 0%;
    float: right;
  }
  #imbera-clients .clients-grid div:nth-child(3n + 1) {
    clear: both;
  }
}
#imbera-clients .clients-grid div img {
  width: 100%;
  max-width: 80px;
  opacity: 0.8;
  mix-blend-mode: darken;
}
@media only screen and (max-width: 600px) {
  #imbera-clients .clients-grid div img {
    max-width: 70px;
  }
}
#imbera-figures {
  background: #fff;
}
#imbera-figures .content-center h2 {
  text-align: center;
  margin-top: 0;
}
#imbera-figures .content-center p {
  text-align: center;
  margin-bottom: 80px;
}
#imbera-figures .grid-figures >div {
  float: left;
  clear: none;
  text-align: inherit;
  width: 31.33333333333333%;
  margin-left: 0%;
  margin-right: 3%;
  margin-bottom: 20px;
}
#imbera-figures .grid-figures >div::after {
  content: '';
  display: table;
  clear: both;
}
#imbera-figures .grid-figures >div:nth-child(n) {
  margin-right: 3%;
  float: left;
  clear: none;
}
#imbera-figures .grid-figures >div:nth-child(3n) {
  margin-right: 0%;
  float: right;
}
#imbera-figures .grid-figures >div:nth-child(3n + 1) {
  clear: both;
}
@media only screen and (max-width: 800px) {
  #imbera-figures .grid-figures >div {
    float: left;
    clear: none;
    text-align: inherit;
    width: 48.5%;
    margin-left: 0%;
    margin-right: 3%;
  }
  #imbera-figures .grid-figures >div::after {
    content: '';
    display: table;
    clear: both;
  }
  #imbera-figures .grid-figures >div:nth-child(n) {
    margin-right: 3%;
    float: left;
    clear: none;
  }
  #imbera-figures .grid-figures >div:nth-child(2n) {
    margin-right: 0%;
    float: right;
  }
  #imbera-figures .grid-figures >div:nth-child(2n + 1) {
    clear: both;
  }
}
@media only screen and (max-width: 600px) {
  #imbera-figures .grid-figures >div {
    display: block;
    clear: both;
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  #imbera-figures .grid-figures >div:first-child {
    margin-left: auto;
  }
  #imbera-figures .grid-figures >div:last-child {
    margin-right: auto;
  }
}
#imbera-figures .grid-figures .imbNum span {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 145px);
  font-size: 1.6rem;
  color: #687883;
}
#imbera-figures .grid-figures .imbNum .img {
  width: 100px;
}
#imbera-figures .grid-figures .imbNum p {
  margin: 0;
  text-align: left;
}
#imbera-worldmap {
  background: #f1f2f2;
}
#imbera-worldmap .map img {
  margin: 0 auto;
  display: block;
  max-width: 900px;
  width: 100%;
}
#imbera-worldmap .grid-pins {
  margin-top: 80px;
}
#imbera-worldmap .grid-pins .pins {
  float: left;
  clear: none;
  text-align: inherit;
  width: 22.75%;
  margin-left: 0%;
  margin-right: 3%;
}
#imbera-worldmap .grid-pins .pins::after {
  content: '';
  display: table;
  clear: both;
}
#imbera-worldmap .grid-pins .pins:nth-child(n) {
  margin-right: 3%;
  float: left;
  clear: none;
}
#imbera-worldmap .grid-pins .pins:nth-child(4n) {
  margin-right: 0%;
  float: right;
}
#imbera-worldmap .grid-pins .pins:nth-child(4n + 1) {
  clear: both;
}
@media only screen and (max-width: 800px) {
  #imbera-worldmap .grid-pins .pins {
    float: left;
    clear: none;
    text-align: inherit;
    width: 48.5%;
    margin-left: 0%;
    margin-right: 3%;
  }
  #imbera-worldmap .grid-pins .pins::after {
    content: '';
    display: table;
    clear: both;
  }
  #imbera-worldmap .grid-pins .pins:nth-child(n) {
    margin-right: 3%;
    float: left;
    clear: none;
  }
  #imbera-worldmap .grid-pins .pins:nth-child(2n) {
    margin-right: 0%;
    float: right;
  }
  #imbera-worldmap .grid-pins .pins:nth-child(2n + 1) {
    clear: both;
  }
}
@media only screen and (max-width: 600px) {
  #imbera-worldmap .grid-pins .pins {
    display: block;
    clear: both;
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  #imbera-worldmap .grid-pins .pins:first-child {
    margin-left: auto;
  }
  #imbera-worldmap .grid-pins .pins:last-child {
    margin-right: auto;
  }
}
#imbera-worldmap .grid-pins .pins span {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 80px);
  font-size: 1.6rem;
  color: #0079c2;
  font-weight: 600;
}
#imbera-worldmap .grid-pins .pins .img {
  width: 60px;
}
/* SUSTAINABILITY  ========================================================================== */
#sustainability-facts img {
  max-width: 260px;
  margin: 0 auto;
  display: block;
}
#sustainability-facts p {
  font-size: 1.8rem;
  text-align: center;
  max-width: 300px;
  margin: 0 auto;
  line-height: 140%;
}
#sustainability-reduction {
  border-top: 1px solid rgba(0,0,0,0.07);
  border-bottom: 1px solid rgba(0,0,0,0.07);
}
#sustainability-reduction img {
  display: block;
  margin: 0 auto;
  max-width: 370px;
  width: 100%;
}
@media only screen and (max-width: 800px) {
  #sustainability-reduction ul {
    max-width: 500px;
    margin: 20px auto;
  }
}
@media only screen and (max-width: 800px) {
  #sustainability-reduction h2 {
    text-align: center;
  }
}
#sustainability-lccp img {
  display: block;
  margin: 0 auto;
  max-width: 370px;
  width: 100%;
}
@media only screen and (max-width: 800px) {
  #sustainability-lccp p {
    max-width: 500px;
    margin: 20px auto;
  }
}
@media only screen and (max-width: 800px) {
  #sustainability-lccp h2 {
    text-align: center;
  }
}
#estrategia-ejes {
  background-color: #fff;
  text-align: center;
}
#estrategia-ejes p {
  text-align: center;
  font-weight: 600;
  margin: 10px auto;
  font-size: 1.7rem;
  max-width: 250px;
}
#estrategia-ejes img {
  max-width: 180px;
  width: 100%;
}
@media only screen and (max-width: 800px) {
  #estrategia-ejes .gotas .col3 {
    float: left;
    clear: none;
    text-align: inherit;
    width: 31.33333333333333%;
    margin-left: 0%;
    margin-right: 3%;
  }
  #estrategia-ejes .gotas .col3::after {
    content: '';
    display: table;
    clear: both;
  }
  #estrategia-ejes .gotas .col3:last-child {
    margin-right: 0%;
  }
}
#estrategia-ejes .gotas img {
  max-width: 120px;
}
/* INNOVATION  ========================================================================== */
#video-tabs .tabs-nav {
  border-top: 1px solid rgba(0,0,0,0.07);
  background: #fff;
  padding: 20px 0 10px 0;
}
#video-tabs .tabs-nav ul {
  display: -webkit-box /* OLD - iOS 6-, Safari 3.1-6 */;
  display: -moz-box /* OLD - Firefox 19- (buggy but mostly works) */;
  display: -ms-flexbox /* TWEENER - IE 10 */;
  display: -webkit-flex /* NEW - Chrome */;
  display: flex /* NEW, Spec - Opera 12.1, Firefox 20+ */;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
}
#video-tabs .tabs-nav ul li {
  display: inline-block;
  margin: 0 5px;
  margin-bottom: 10px;
}
#video-tabs .tabs-content .tab {
  display: none;
  padding: 40px 0;
}
#video-tabs .tabs-content .tab video {
  margin: 0 auto;
  display: block;
}
#video-tabs .tabs-content .tab:first-child {
  display: block;
}
/* SERVICES  ========================================================================== */
#services-maintance hr {
  text-align: left;
  max-width: 50px;
  border-color: #bfc3c3;
}
#services-maintance p {
  font-size: 2.2rem;
  line-height: 140%;
}
#services-maintance p.subdesc {
  font-size: 1.6rem;
}
@media only screen and (max-width: 800px) {
  #services-maintance p {
    text-align: center;
    font-size: 2rem;
  }
}
@media only screen and (max-width: 600px) {
  #services-maintance p {
    font-size: 1.8rem;
  }
}
#services-maintance img {
  max-width: 400px;
  width: 100%;
  display: block;
  margin: 0 auto;
}
@media only screen and (max-width: 800px) {
  #services-maintance img {
    max-width: 300px;
  }
}
#services-maintance ul {
  margin-top: 40px;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  -o-column-count: 2;
  column-count: 2;
}
@media only screen and (max-width: 600px) {
  #services-maintance ul {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    -o-column-count: 1;
    column-count: 1;
  }
}
/* CONTACT  ========================================================================== */
#contact-result {
  padding: 30px 0;
  background: #fff;
}
@media only screen and (max-width: 600px) {
  #contact-result h2 {
    text-align: center;
  }
}
#contact-result .contact {
  float: left;
  clear: none;
  text-align: inherit;
  width: 48.5%;
  margin-left: 0%;
  margin-right: 3%;
}
#contact-result .contact::after {
  content: '';
  display: table;
  clear: both;
}
#contact-result .contact:nth-child(n) {
  margin-right: 3%;
  float: left;
  clear: none;
}
#contact-result .contact:nth-child(2n) {
  margin-right: 0%;
  float: right;
}
#contact-result .contact:nth-child(2n + 1) {
  clear: both;
}
@media only screen and (max-width: 600px) {
  #contact-result .contact {
    display: block;
    clear: both;
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(0,0,0,0.07);
  }
  #contact-result .contact:first-child {
    margin-left: auto;
  }
  #contact-result .contact:last-child {
    margin-right: auto;
  }
  #contact-result .contact:last-child {
    border-bottom: none;
  }
}
#contact-result .contact h3 {
  color: #0079c2;
}
#contact-result .contact h3 span {
  margin: 0 5px;
  color: #c6ccd1;
}
#contact-result .contact h3 small {
  color: #c6ccd1;
}
#contact-result .contact ul li {
  padding: 10px 0 5px 30px;
}
#contact-result .contact ul li.mail {
  background-position: left -613px;
}
#contact-result .contact ul li.tel {
  background-position: left -655px;
}
#contact-form {
  position: relative;
  overflow: hidden;
}
#contact-form .intro {
  margin-bottom: 50px;
}
#contact-form .intro h2 {
  text-align: center;
}
#contact-form .intro p {
  margin: 20px auto;
  max-width: 640px;
  text-align: center;
}
#contact-form #direct-form {
  display: table;
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}
#contact-form .sent {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #27d87d;
  opacity: 0;
  bottom: -100%;
  left: 0;
  -webkit-transition: bottom 0.5s, opacity 0.5s;
  -moz-transition: bottom 0.5s, opacity 0.5s;
  -o-transition: bottom 0.5s, opacity 0.5s;
  transition: bottom 0.5s, opacity 0.5s;
  display: -webkit-box /* OLD - iOS 6-, Safari 3.1-6 */;
  display: -moz-box /* OLD - Firefox 19- (buggy but mostly works) */;
  display: -ms-flexbox /* TWEENER - IE 10 */;
  display: -webkit-flex /* NEW - Chrome */;
  display: flex /* NEW, Spec - Opera 12.1, Firefox 20+ */;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}
#contact-form .sent p {
  text-align: center;
  font-size: 2.5rem;
  padding: 20px;
  color: #fff;
}
#contact-form .sent p span {
  display: block;
}
#contact-form .sent.success {
  bottom: 0;
  opacity: 1;
  -webkit-transition: bottom 0.5s, opacity 0.5s;
  -moz-transition: bottom 0.5s, opacity 0.5s;
  -o-transition: bottom 0.5s, opacity 0.5s;
  transition: bottom 0.5s, opacity 0.5s;
}
form .row {
  float: left;
  clear: none;
  text-align: inherit;
  width: 100%;
  margin-left: 0%;
  margin-right: 3%;
  display: table;
}
form .row::after {
  content: '';
  display: table;
  clear: both;
}
form .row:last-child {
  margin-right: 0%;
}
form .col3 {
  float: left;
  clear: none;
  text-align: inherit;
  width: 31.33333333333333%;
  margin-left: 0%;
  margin-right: 3%;
  display: table;
  margin-bottom: 20px;
}
form .col3::after {
  content: '';
  display: table;
  clear: both;
}
form .col3:nth-child(n) {
  margin-right: 3%;
  float: left;
  clear: none;
}
form .col3:nth-child(3n) {
  margin-right: 0%;
  float: right;
}
form .col3:nth-child(3n + 1) {
  clear: both;
}
@media only screen and (max-width: 800px) {
  form .col3 {
    float: left;
    clear: none;
    text-align: inherit;
    width: 48.5%;
    margin-left: 0%;
    margin-right: 3%;
    display: table;
  }
  form .col3::after {
    content: '';
    display: table;
    clear: both;
  }
  form .col3:nth-child(n) {
    margin-right: 3%;
    float: left;
    clear: none;
  }
  form .col3:nth-child(2n) {
    margin-right: 0%;
    float: right;
  }
  form .col3:nth-child(2n + 1) {
    clear: both;
  }
}
@media only screen and (max-width: 600px) {
  form .col3 {
    display: block;
    clear: both;
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: table;
  }
  form .col3:first-child {
    margin-left: auto;
  }
  form .col3:last-child {
    margin-right: auto;
  }
}
form label {
  opacity: 0;
  bottom: -10px;
  left: 10px;
  z-index: -1;
  position: relative;
  text-transform: uppercase;
  font-size: 1.4rem;
  color: #687883;
  display: table-header-group;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  letter-spacing: 0.3px;
}
form input:focus + label,
form textarea:focus + label,
form select:focus + label {
  opacity: 1;
  bottom: 0;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
form input:focus::placeholder,
form textarea:focus::placeholder {
  opacity: 0;
}
form input,
form textarea,
form select {
  display: table-row-group;
  line-height: 55px;
  height: 55px;
  outline: 0;
  padding: 0 10px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  background: #fff;
  border: 1px solid #e4e4e4;
  border-bottom: 3px solid #fff;
  width: 100%;
}
form input:focus,
form textarea:focus,
form select:focus {
  border: 1px solid #fff;
  border-bottom: 3px solid #0079c2;
  color: #0079c2;
}
form input.error-form,
form textarea.error-form,
form select.error-form {
  border-bottom: 3px solid #ff6a67;
  color: #ff6a67;
}
form input.submited,
form textarea.submited,
form select.submited {
  pointer-events: none;
  opacity: 0.5;
}
form .select.error-form {
  border-bottom: 3px solid #ff6a67;
  color: #ff6a67;
}
form select {
  background: #fff url("../../images/common/form-select.svg") no-repeat calc(100% - 20px) center;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
form select option {
  padding: 10px;
}
form textarea {
  display: table-row-group;
  resize: none;
  height: 120px;
  line-height: 120%;
  padding-top: 20px;
  -webkit-appearance: none;
}
form input[type=submit] {
  background: #0079c2;
  max-width: 250px;
  display: table;
  margin: 0 auto;
  margin-top: 20px;
  height: 45px;
  line-height: 45px;
  color: #fff;
  -webkit-transition: background 0.3s;
  -moz-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s;
  font-weight: 600;
}
form input[type=submit]:hover {
  background: #008de2;
  -webkit-transition: background 0.3s;
  -moz-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s;
}
form input[type=text] {
  -webkit-appearance: none;
}
form .avoidspm {
  display: none;
}
#contact-corporate {
  background: #0079c2;
  padding: 60px 0;
}
#contact-corporate h2,
#contact-corporate h3,
#contact-corporate li,
#contact-corporate p {
  color: #fff;
}
#contact-corporate h2 {
  text-align: left;
  margin-bottom: 60px;
}
@media only screen and (max-width: 800px) {
  #contact-corporate h2 {
    text-align: center;
  }
}
@media only screen and (max-width: 800px) {
  #contact-corporate ul {
    display: table;
    margin: 0 auto;
  }
}
#contact-corporate ul li {
  padding: 10px 0 5px 30px;
}
#contact-corporate ul li.mail {
  background-position: left -766px;
}
#contact-corporate ul li.tel {
  background-position: left -815px;
}
#contact-corporate p {
  max-width: 400px;
}
@media only screen and (max-width: 800px) {
  #contact-corporate p {
    float: none;
    margin: 20px auto;
    text-align: center;
  }
}
@media only screen and (max-width: 800px) {
  #contact-corporate h3 {
    text-align: center;
  }
}
#contact-corporate .img_corp {
  position: relative;
  height: 300px;
}
#contact-corporate .img_corp img {
  display: block;
  position: absolute;
  width: 100%;
  max-width: 240px;
  bottom: -60px;
  margin: auto;
  left: 0;
  right: 0;
}
#contact-corporate a {
  color: #fff;
}
.s-hidden {
  visibility: hidden;
  padding-right: 10px;
}
.select {
  cursor: pointer;
  position: relative;
  line-height: 55px;
  height: 55px;
  outline: 0;
  padding: 0 10px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  background: #fff;
  border: 1px solid #fff;
  border-bottom: 3px solid #fff;
  width: 100%;
}
.styledSelect {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #fff;
  padding: 0 10px;
}
.styledSelect:after {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  top: 23px;
  right: 10px;
  background-image: url("../../images/common/form-select.svg");
  background-repeat: no-repeat;
}
.optioncss {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 999;
  margin: 0 0;
  padding: 0 0;
  list-style: none;
  background-color: #fff;
  width: calc(100% + 2px);
  left: -1px;
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  -o-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
  -moz-box-shadow: 0 4px 4px rgba(0,0,0,0.2);
  -webkit-box-shadow: 0 4px 4px rgba(0,0,0,0.2);
  box-shadow: 0 4px 4px rgba(0,0,0,0.2);
  max-height: 300px;
  overflow-y: scroll;
}
.optioncss li {
  padding: 0 6px;
  margin: 0 0;
  padding: 0 10px;
  line-height: 40px;
}
.optioncss li:first-child {
  display: none;
}
.optioncss li:hover {
  background-color: #0079c2;
  color: #fff;
}
.pagination_wp {
  width: 100%;
  background-color: #ebebeb;
}
.pagination_wp .pagenav {
  float: right;
  margin: 15px;
}
@media only screen and (max-width: 600px) {
  .pagination_wp .pagenav {
    margin: 15px auto;
    display: table;
    float: none;
  }
}
.pagination_wp .pagenav a,
.pagination_wp .pagenav span {
  color: #0079c2;
  border: 1px solid #0079c2;
  width: 40px;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 25px;
  display: block;
  padding: 5px;
  background: #fff;
  -webkit-transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
  transition: background 0.3s ease;
  float: left;
  margin: 0 3px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.pagination_wp .pagenav a:hover {
  background: #0079c2;
  color: #fff;
  -webkit-transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
.pagination_wp .pagenav span {
  background-color: #0079c2;
  color: #fff;
}
.pagination_wp .pagenav span.current {
  border-color: #0079c2;
}
.pagination_wp .pagenav span.extend {
  background-color: transparent;
  color: #0079c2;
  border: none;
  top: -3px;
  position: relative;
  width: 23px;
  font-size: 1.5rem;
  text-align: center;
}
@media only screen and (max-width: 600px) {
  .pagination_wp .pagenav span.extend {
    display: none;
  }
}
#politica-privacidad #header-privacidad {
  background: #03a2c9;
  background: linear-gradient(144deg, #03a2c9, #00dac2);
  width: 100%;
  padding: 30px;
  margin-bottom: 20px;
}
#politica-privacidad #header-privacidad h1 {
  color: #fff;
  text-align: center;
  margin: 0;
}
#politica-privacidad .content-center {
  max-width: 1200px;
}
.ajaxsearchpro .item .asp_content h3 {
  vertical-align: middle;
  line-height: 70px !important;
}
#innovation_footer {
  background-image: url("../../images/innovation/innotavion-bg-01.jpg");
  background-position: center top;
  background-size: cover;
  height: 700px;
}
#innovation_footer .content-center {
  max-width: 600px;
}
#innovation_footer h3 {
  font-size: 3rem;
  color: #fff;
  text-align: center;
  font-weight: 300;
  font-family: 'Barlow Condensed', sans-serif;
  line-height: 150%;
}
input.autocomplete {
  pointer-events: none;
}
/* Error 404 ========================================================================== */
#errorBox {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 600px;
  height: 300px;
  margin: auto;
  text-align: center;
}
@media only screen and (max-width: 600px) {
  #errorBox {
    width: 90%;
  }
}
#errorBox .errorlogo {
  margin: 0 auto;
  display: block;
}
#errorBox h1 {
  font-size: 60px;
  margin-bottom: 0px;
  color: #0079c2;
  text-shadow: none;
}
#errorBox h2 {
  font-size: 30px;
  line-height: 120%;
  margin-top: 20px;
  margin-bottom: 10px;
  text-transform: uppercase;
  color: #27d87d;
}
#errorBox p {
  color: #4a555d;
}
#slide-1 {
  height: 21000px;
}
#slide-1 .bcg {
  height: 100%;
  width: 100%;
/*background-image: url('https://ihatetomatoes.net/merry-christmallax/img/bcg_paper.png');*/
  background-repeat: repeat;
  background-position: center top;
  background-attachment: fixed;
}
#slide-1 #equipo-innovacion {
  width: 600px;
  height: 610px;
  position: absolute;
  top: 60px;
  left: 0;
  right: 0;
  margin: auto;
  overflow: hidden;
}
@media only screen and (max-width: 1400px) {
  #slide-1 #equipo-innovacion {
    width: 500px;
  }
}
@media only screen and (max-width: 1100px) {
  #slide-1 #equipo-innovacion {
    width: 400px;
  }
}
@media only screen and (max-width: 600px) {
  #slide-1 #equipo-innovacion {
    width: 100%;
    max-width: 300px;
    top: 40px;
  }
}
#slide-1 #equipo-innovacion.scrolled {
  position: fixed;
  overflow: visible;
  top: 160px;
}
@media only screen and (max-width: 600px) {
  #slide-1 #equipo-innovacion.scrolled {
    top: 105px;
  }
}
#slide-1 #globo1 {
  top: 150px;
  right: -50%;
  left: auto;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}
#slide-1 #globo1:after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 17.5px 20px 17.5px 0;
  border-color: transparent #fff transparent;
  content: " ";
  display: block;
  left: -18px;
  top: calc(50% - 20px);
  position: absolute;
}
@media only screen and (max-width: 1400px) {
  #slide-1 #globo1 {
    margin-right: -40px;
  }
}
@media only screen and (max-width: 1100px) {
  #slide-1 #globo1 {
    margin-right: 10px;
    top: 60px;
  }
}
@media only screen and (max-width: 800px) {
  #slide-1 #globo1 {
    margin-right: 50%;
    margin-top: 190px;
  }
  #slide-1 #globo1:after {
    display: none;
  }
}
@media only screen and (max-width: 600px) {
  #slide-1 #globo1 {
    margin-top: 140px;
  }
}
#slide-1 #globo2 {
  top: 210px;
  left: -40%;
  right: auto;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}
@media only screen and (max-width: 1400px) {
  #slide-1 #globo2 {
    margin-left: -40px;
    top: 180px;
  }
}
@media only screen and (max-width: 1100px) {
  #slide-1 #globo2 {
    margin-left: 0;
    top: 105px;
  }
}
@media only screen and (max-width: 800px) {
  #slide-1 #globo2 {
    margin-left: 40%;
    top: 285px;
  }
}
@media only screen and (max-width: 600px) {
  #slide-1 #globo2 {
    top: 225px;
  }
}
#slide-1 #globo3 {
  top: 200px;
  right: -50%;
  left: auto;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}
@media only screen and (max-width: 1400px) {
  #slide-1 #globo3 {
    margin-right: -60px;
    top: 180px;
  }
}
@media only screen and (max-width: 1100px) {
  #slide-1 #globo3 {
    margin-right: -15px;
    top: 110px;
  }
}
@media only screen and (max-width: 800px) {
  #slide-1 #globo3 {
    margin-right: 37%;
    top: 285px;
  }
}
@media only screen and (max-width: 600px) {
  #slide-1 #globo3 {
    top: 225px;
  }
}
#slide-1 #globo4 {
  top: 210px;
  left: -40%;
  right: auto;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}
@media only screen and (max-width: 1400px) {
  #slide-1 #globo4 {
    margin-left: -40px;
    top: 180px;
  }
}
@media only screen and (max-width: 1100px) {
  #slide-1 #globo4 {
    margin-left: -20px;
    top: 130px;
  }
}
@media only screen and (max-width: 800px) {
  #slide-1 #globo4 {
    margin-left: 40%;
    top: 285px;
  }
}
@media only screen and (max-width: 600px) {
  #slide-1 #globo4 {
    top: 225px;
  }
}
#slide-1 #globo5 {
  top: 200px;
  right: -50%;
  left: auto;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}
@media only screen and (max-width: 1400px) {
  #slide-1 #globo5 {
    margin-right: -50px;
    top: 180px;
  }
}
@media only screen and (max-width: 1100px) {
  #slide-1 #globo5 {
    margin-right: -20px;
    top: 120px;
  }
}
@media only screen and (max-width: 800px) {
  #slide-1 #globo5 {
    margin-right: 37%;
    top: 285px;
  }
}
@media only screen and (max-width: 600px) {
  #slide-1 #globo5 {
    top: 225px;
  }
}
#slide-1 #globo6 {
  top: 210px;
  left: -40%;
  right: auto;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}
@media only screen and (max-width: 1400px) {
  #slide-1 #globo6 {
    margin-left: -50px;
    top: 165px;
  }
}
@media only screen and (max-width: 1100px) {
  #slide-1 #globo6 {
    margin-left: 15px;
    top: 100px;
  }
}
@media only screen and (max-width: 800px) {
  #slide-1 #globo6 {
    margin-left: 40%;
    top: 285px;
  }
}
@media only screen and (max-width: 600px) {
  #slide-1 #globo6 {
    top: 225px;
  }
}
#slide-1 #globo7 {
  top: 140px;
  right: -50%;
  left: auto;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  background: transparent;
  width: 370px;
}
@media only screen and (max-width: 1400px) {
  #slide-1 #globo7 {
    margin-right: -40px;
  }
}
@media only screen and (max-width: 1100px) {
  #slide-1 #globo7 {
    margin-right: -110px;
    top: 100px;
  }
}
@media only screen and (max-width: 800px) {
  #slide-1 #globo7 {
    margin-right: 37%;
    top: 370px;
    text-align: center;
  }
}
@media only screen and (max-width: 600px) {
  #slide-1 #globo7 {
    width: 100%;
    margin-right: 34%;
    top: 280px;
  }
}
#slide-1 #globo7 h3,
#slide-1 #globo7 p {
  font-size: 35px;
  letter-spacing: -0.5px;
  line-height: 120%;
}
@media only screen and (max-width: 1100px) {
  #slide-1 #globo7 h3,
  #slide-1 #globo7 p {
    font-size: 25px;
  }
}
#slide-1 #globo7 strong {
  color: #165175;
}
#slide-1 .equipo1 {
  overflow: hidden;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  height: 610px;
  width: 600px;
}
@media only screen and (max-width: 1400px) {
  #slide-1 .equipo1 {
    height: 500px;
    width: 500px;
  }
}
@media only screen and (max-width: 1100px) {
  #slide-1 .equipo1 {
    height: 400px;
    width: 400px;
  }
}
@media only screen and (max-width: 600px) {
  #slide-1 .equipo1 {
    height: 300px;
    width: 300px;
  }
}
#slide-1 .equipo2 {
  position: relative;
}
#slide-1 #specs {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  max-width: 600px;
}
#slide-1 .item {
  position: absolute;
  top: 0;
  left: 0;
}
.globo {
  background-color: #fff;
  padding: 20px;
  color: rgba(0,0,0,0.4);
  font-family: 'Barlow', sans-serif;
  font-weight: 500;
  width: 360px;
}
@media only screen and (max-width: 1100px) {
  .globo {
    width: 270px;
  }
  .globo p {
    font-size: 1.4rem;
  }
  .globo h3 {
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 800px) {
  .globo {
    width: 380px;
  }
}
@media only screen and (max-width: 600px) {
  .globo {
    width: 100%;
  }
}
.globo h3 {
  margin-top: 0;
  margin-bottom: 15px;
  color: #0079c2;
}
.globo p {
  margin: 0;
}
.page-template-page_innovation #cover {
  z-index: 100;
}
.tabs-content {
  background: #f1f2f2;
}
#contact-result {
  display: none;
  position: relative;
}
#contact-result:before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 20px 30px 20px;
  border-color: transparent transparent #fff;
  position: absolute;
  top: -20px;
  right: 0;
  left: 0;
  margin: 0 auto;
  display: block;
  content: " ";
}
#locate-btn,
#pac-card {
  position: relative;
}
#locate-btn:after,
#pac-card:after {
  right: 14px;
}
#locate-btn .loading,
#pac-card .loading {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #27d87d;
  top: 0;
  left: 0;
  display: block;
  z-index: 10;
  text-align: center;
  display: none;
}
#map_loc {
  display: none;
}
#infowindow-content {
  display: none;
}
#policy_row span {
  display: inline-block;
  vertical-align: middle;
  line-height: 120%;
}
#policy_row span input {
  width: 18px;
  height: 18px;
  display: inline;
}
.location_btns {
  width: 100%;
  max-width: 700px;
  margin: 55px auto 0;
  display: table;
}
.location_btns .btn_container {
  float: left;
  clear: none;
  text-align: inherit;
  width: 48.5%;
  margin-left: 0%;
  margin-right: 3%;
}
.location_btns .btn_container::after {
  content: '';
  display: table;
  clear: both;
}
.location_btns .btn_container:last-child {
  margin-right: 0%;
}
@media only screen and (max-width: 600px) {
  .location_btns .btn_container {
    display: block;
    clear: both;
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
  }
  .location_btns .btn_container:first-child {
    margin-left: auto;
  }
  .location_btns .btn_container:last-child {
    margin-right: auto;
  }
}
.location_btns .btn_container >a {
  width: 100%;
}
.location_btns .btn_container >a.btn-w-icon.locate-btn {
  margin-top: 0 !important;
}
.location_btns .btn_container >div {
  width: 100%;
}
.location_btns .btn_container .pac-card {
  background-color: #f1f2f2;
  width: 100%;
  padding: 8px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -webkit-animation: enter-cover 0.5s ease-in-out;
  -moz-animation: enter-cover 0.5s ease-in-out;
  -o-animation: enter-cover 0.5s ease-in-out;
  animation: enter-cover 0.5s ease-in-out;
}
.location_btns .btn_container .pac-card #pac-container {
  width: 100%;
  padding-right: 40px;
  background-image: url("../../images/common/form-search.svg");
  background-position: 98% center;
  background-repeat: no-repeat;
}
.location_btns .btn_container .pac-card #pac-container #pac-input {
  border: 0;
  height: 35px;
  background-color: #f1f2f2;
  width: calc(100% - 40px);
  padding: 5px;
  color: #0079c2;
  font-size: 1.4rem;
  font-weight: 600;
}
.location_btns .btn_container .pac-card #pac-container #pac-input::placeholder {
  color: #0079c2;
  font-size: 1.4rem;
  font-weight: 600;
}
form .row {
  float: left;
  clear: none;
  text-align: inherit;
  width: 100%;
  margin-left: 0%;
  margin-right: 3%;
  display: table;
  padding: 0 2%;
}
form .row::after {
  content: '';
  display: table;
  clear: both;
}
form .row:last-child {
  margin-right: 0%;
}
form .col3 {
  float: left;
  clear: none;
  text-align: inherit;
  width: 33.33333333333333%;
  margin-left: 0%;
  margin-right: 0%;
  display: table;
  margin-bottom: 20px;
  padding: 0 2%;
  margin-right: 0 !important;
  float: left !important;
}
form .col3::after {
  content: '';
  display: table;
  clear: both;
}
@media only screen and (max-width: 800px) {
  form .col3 {
    float: left;
    clear: none;
    text-align: inherit;
    width: 50%;
    margin-left: 0%;
    margin-right: 0%;
    display: table;
  }
  form .col3::after {
    content: '';
    display: table;
    clear: both;
  }
}
@media only screen and (max-width: 600px) {
  form .col3 {
    display: block;
    clear: both;
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: table;
  }
  form .col3:first-child {
    margin-left: auto;
  }
  form .col3:last-child {
    margin-right: auto;
  }
}
form #policy_row {
  padding: 10px 0;
  text-align: center;
}
form #policy_row.error-form {
  color: #ff6a67;
}
form #policy_row.error-form a {
  color: #ff6a67;
}
#direct-form .hidden {
  display: none;
}
.error_loc {
  color: #003c61;
  font-size: 1.5rem;
  text-align: center;
  width: 100%;
  margin-top: 20px;
  display: none;
}
.la-ball-clip-rotate-pulse,
.la-ball-clip-rotate-pulse > div {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.la-ball-clip-rotate-pulse {
  display: block;
  font-size: 0;
  color: #fff;
}
.la-ball-clip-rotate-pulse.la-dark {
  color: #333;
}
.la-ball-clip-rotate-pulse > div {
  display: inline-block;
  float: none;
  background-color: currentColor;
  border: 0 solid currentColor;
}
.la-ball-clip-rotate-pulse {
  width: 32px;
  height: 32px;
  margin: 0 auto;
  top: 11px;
}
.la-ball-clip-rotate-pulse > div {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
}
.la-ball-clip-rotate-pulse > div:first-child {
  position: absolute;
  width: 32px;
  height: 32px;
  background: transparent;
  border-style: solid;
  border-width: 2px;
  border-right-color: transparent;
  border-left-color: transparent;
  -webkit-animation: ball-clip-rotate-pulse-rotate 1s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite;
  -moz-animation: ball-clip-rotate-pulse-rotate 1s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite;
  -o-animation: ball-clip-rotate-pulse-rotate 1s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite;
  -webkit-animation: ball-clip-rotate-pulse-rotate 1s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite;
  -moz-animation: ball-clip-rotate-pulse-rotate 1s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite;
  -o-animation: ball-clip-rotate-pulse-rotate 1s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite;
  animation: ball-clip-rotate-pulse-rotate 1s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite;
}
.la-ball-clip-rotate-pulse > div:last-child {
  width: 16px;
  height: 16px;
  -webkit-animation: ball-clip-rotate-pulse-scale 1s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite;
  -moz-animation: ball-clip-rotate-pulse-scale 1s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite;
  -o-animation: ball-clip-rotate-pulse-scale 1s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite;
  -webkit-animation: ball-clip-rotate-pulse-scale 1s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite;
  -moz-animation: ball-clip-rotate-pulse-scale 1s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite;
  -o-animation: ball-clip-rotate-pulse-scale 1s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite;
  animation: ball-clip-rotate-pulse-scale 1s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite;
}
.la-ball-clip-rotate-pulse.la-sm {
  width: 16px;
  height: 16px;
}
.la-ball-clip-rotate-pulse.la-sm > div:first-child {
  width: 16px;
  height: 16px;
  border-width: 1px;
}
.la-ball-clip-rotate-pulse.la-sm > div:last-child {
  width: 8px;
  height: 8px;
}
.la-ball-clip-rotate-pulse.la-2x {
  width: 64px;
  height: 64px;
}
.la-ball-clip-rotate-pulse.la-2x > div:first-child {
  width: 64px;
  height: 64px;
  border-width: 4px;
}
.la-ball-clip-rotate-pulse.la-2x > div:last-child {
  width: 32px;
  height: 32px;
}
.la-ball-clip-rotate-pulse.la-3x {
  width: 96px;
  height: 96px;
}
.la-ball-clip-rotate-pulse.la-3x > div:first-child {
  width: 96px;
  height: 96px;
  border-width: 6px;
}
.la-ball-clip-rotate-pulse.la-3x > div:last-child {
  width: 48px;
  height: 48px;
}
@-webkit-keyframes ball-clip-rotate-pulse-rotate {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    -moz-transform: translate(-50%, -50%) rotate(0deg);
    -o-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
  }
  50% {
    -webkit-transform: translate(-50%, -50%) rotate(180deg);
    -webkit-transform: translate(-50%, -50%) rotate(180deg);
    -moz-transform: translate(-50%, -50%) rotate(180deg);
    -o-transform: translate(-50%, -50%) rotate(180deg);
    transform: translate(-50%, -50%) rotate(180deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
    -moz-transform: translate(-50%, -50%) rotate(360deg);
    -o-transform: translate(-50%, -50%) rotate(360deg);
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@-moz-keyframes ball-clip-rotate-pulse-rotate {
  0% {
    -moz-transform: translate(-50%, -50%) rotate(0deg);
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    -moz-transform: translate(-50%, -50%) rotate(0deg);
    -o-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
  }
  50% {
    -moz-transform: translate(-50%, -50%) rotate(180deg);
    -webkit-transform: translate(-50%, -50%) rotate(180deg);
    -moz-transform: translate(-50%, -50%) rotate(180deg);
    -o-transform: translate(-50%, -50%) rotate(180deg);
    transform: translate(-50%, -50%) rotate(180deg);
  }
  100% {
    -moz-transform: translate(-50%, -50%) rotate(360deg);
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
    -moz-transform: translate(-50%, -50%) rotate(360deg);
    -o-transform: translate(-50%, -50%) rotate(360deg);
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@-o-keyframes ball-clip-rotate-pulse-rotate {
  0% {
    -o-transform: translate(-50%, -50%) rotate(0deg);
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    -moz-transform: translate(-50%, -50%) rotate(0deg);
    -o-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
  }
  50% {
    -o-transform: translate(-50%, -50%) rotate(180deg);
    -webkit-transform: translate(-50%, -50%) rotate(180deg);
    -moz-transform: translate(-50%, -50%) rotate(180deg);
    -o-transform: translate(-50%, -50%) rotate(180deg);
    transform: translate(-50%, -50%) rotate(180deg);
  }
  100% {
    -o-transform: translate(-50%, -50%) rotate(360deg);
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
    -moz-transform: translate(-50%, -50%) rotate(360deg);
    -o-transform: translate(-50%, -50%) rotate(360deg);
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@-webkit-keyframes ball-clip-rotate-pulse-scale {
  0%, 100% {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale(1);
    -webkit-transform: translate(-50%, -50%) scale(1);
    -moz-transform: translate(-50%, -50%) scale(1);
    -o-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
  }
  30% {
    opacity: 0.3;
    -webkit-transform: translate(-50%, -50%) scale(0.15);
    -webkit-transform: translate(-50%, -50%) scale(0.15);
    -moz-transform: translate(-50%, -50%) scale(0.15);
    -o-transform: translate(-50%, -50%) scale(0.15);
    transform: translate(-50%, -50%) scale(0.15);
  }
}
@-moz-keyframes ball-clip-rotate-pulse-scale {
  0%, 100% {
    opacity: 1;
    -moz-transform: translate(-50%, -50%) scale(1);
    -webkit-transform: translate(-50%, -50%) scale(1);
    -moz-transform: translate(-50%, -50%) scale(1);
    -o-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
  }
  30% {
    opacity: 0.3;
    -moz-transform: translate(-50%, -50%) scale(0.15);
    -webkit-transform: translate(-50%, -50%) scale(0.15);
    -moz-transform: translate(-50%, -50%) scale(0.15);
    -o-transform: translate(-50%, -50%) scale(0.15);
    transform: translate(-50%, -50%) scale(0.15);
  }
}
@-o-keyframes ball-clip-rotate-pulse-scale {
  0%, 100% {
    opacity: 1;
    -o-transform: translate(-50%, -50%) scale(1);
    -webkit-transform: translate(-50%, -50%) scale(1);
    -moz-transform: translate(-50%, -50%) scale(1);
    -o-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
  }
  30% {
    opacity: 0.3;
    -o-transform: translate(-50%, -50%) scale(0.15);
    -webkit-transform: translate(-50%, -50%) scale(0.15);
    -moz-transform: translate(-50%, -50%) scale(0.15);
    -o-transform: translate(-50%, -50%) scale(0.15);
    transform: translate(-50%, -50%) scale(0.15);
  }
}
@-moz-keyframes ball-clip-rotate-pulse-rotate {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    -moz-transform: translate(-50%, -50%) rotate(0deg);
    -o-transform: translate(-50%, -50%) rotate(0deg);
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    -moz-transform: translate(-50%, -50%) rotate(0deg);
    -o-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
  }
  50% {
    -webkit-transform: translate(-50%, -50%) rotate(180deg);
    -moz-transform: translate(-50%, -50%) rotate(180deg);
    -o-transform: translate(-50%, -50%) rotate(180deg);
    -webkit-transform: translate(-50%, -50%) rotate(180deg);
    -moz-transform: translate(-50%, -50%) rotate(180deg);
    -o-transform: translate(-50%, -50%) rotate(180deg);
    transform: translate(-50%, -50%) rotate(180deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
    -moz-transform: translate(-50%, -50%) rotate(360deg);
    -o-transform: translate(-50%, -50%) rotate(360deg);
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
    -moz-transform: translate(-50%, -50%) rotate(360deg);
    -o-transform: translate(-50%, -50%) rotate(360deg);
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@-webkit-keyframes ball-clip-rotate-pulse-rotate {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    -moz-transform: translate(-50%, -50%) rotate(0deg);
    -o-transform: translate(-50%, -50%) rotate(0deg);
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    -moz-transform: translate(-50%, -50%) rotate(0deg);
    -o-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
  }
  50% {
    -webkit-transform: translate(-50%, -50%) rotate(180deg);
    -moz-transform: translate(-50%, -50%) rotate(180deg);
    -o-transform: translate(-50%, -50%) rotate(180deg);
    -webkit-transform: translate(-50%, -50%) rotate(180deg);
    -moz-transform: translate(-50%, -50%) rotate(180deg);
    -o-transform: translate(-50%, -50%) rotate(180deg);
    transform: translate(-50%, -50%) rotate(180deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
    -moz-transform: translate(-50%, -50%) rotate(360deg);
    -o-transform: translate(-50%, -50%) rotate(360deg);
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
    -moz-transform: translate(-50%, -50%) rotate(360deg);
    -o-transform: translate(-50%, -50%) rotate(360deg);
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@-o-keyframes ball-clip-rotate-pulse-rotate {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    -moz-transform: translate(-50%, -50%) rotate(0deg);
    -o-transform: translate(-50%, -50%) rotate(0deg);
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    -moz-transform: translate(-50%, -50%) rotate(0deg);
    -o-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
  }
  50% {
    -webkit-transform: translate(-50%, -50%) rotate(180deg);
    -moz-transform: translate(-50%, -50%) rotate(180deg);
    -o-transform: translate(-50%, -50%) rotate(180deg);
    -webkit-transform: translate(-50%, -50%) rotate(180deg);
    -moz-transform: translate(-50%, -50%) rotate(180deg);
    -o-transform: translate(-50%, -50%) rotate(180deg);
    transform: translate(-50%, -50%) rotate(180deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
    -moz-transform: translate(-50%, -50%) rotate(360deg);
    -o-transform: translate(-50%, -50%) rotate(360deg);
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
    -moz-transform: translate(-50%, -50%) rotate(360deg);
    -o-transform: translate(-50%, -50%) rotate(360deg);
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes ball-clip-rotate-pulse-rotate {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    -moz-transform: translate(-50%, -50%) rotate(0deg);
    -o-transform: translate(-50%, -50%) rotate(0deg);
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    -moz-transform: translate(-50%, -50%) rotate(0deg);
    -o-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
  }
  50% {
    -webkit-transform: translate(-50%, -50%) rotate(180deg);
    -moz-transform: translate(-50%, -50%) rotate(180deg);
    -o-transform: translate(-50%, -50%) rotate(180deg);
    -webkit-transform: translate(-50%, -50%) rotate(180deg);
    -moz-transform: translate(-50%, -50%) rotate(180deg);
    -o-transform: translate(-50%, -50%) rotate(180deg);
    transform: translate(-50%, -50%) rotate(180deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
    -moz-transform: translate(-50%, -50%) rotate(360deg);
    -o-transform: translate(-50%, -50%) rotate(360deg);
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
    -moz-transform: translate(-50%, -50%) rotate(360deg);
    -o-transform: translate(-50%, -50%) rotate(360deg);
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@-moz-keyframes ball-clip-rotate-pulse-scale {
  0%, 100% {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale(1);
    -moz-transform: translate(-50%, -50%) scale(1);
    -o-transform: translate(-50%, -50%) scale(1);
    -webkit-transform: translate(-50%, -50%) scale(1);
    -moz-transform: translate(-50%, -50%) scale(1);
    -o-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
  }
  30% {
    opacity: 0.3;
    -webkit-transform: translate(-50%, -50%) scale(0.15);
    -moz-transform: translate(-50%, -50%) scale(0.15);
    -o-transform: translate(-50%, -50%) scale(0.15);
    -webkit-transform: translate(-50%, -50%) scale(0.15);
    -moz-transform: translate(-50%, -50%) scale(0.15);
    -o-transform: translate(-50%, -50%) scale(0.15);
    transform: translate(-50%, -50%) scale(0.15);
  }
}
@-webkit-keyframes ball-clip-rotate-pulse-scale {
  0%, 100% {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale(1);
    -moz-transform: translate(-50%, -50%) scale(1);
    -o-transform: translate(-50%, -50%) scale(1);
    -webkit-transform: translate(-50%, -50%) scale(1);
    -moz-transform: translate(-50%, -50%) scale(1);
    -o-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
  }
  30% {
    opacity: 0.3;
    -webkit-transform: translate(-50%, -50%) scale(0.15);
    -moz-transform: translate(-50%, -50%) scale(0.15);
    -o-transform: translate(-50%, -50%) scale(0.15);
    -webkit-transform: translate(-50%, -50%) scale(0.15);
    -moz-transform: translate(-50%, -50%) scale(0.15);
    -o-transform: translate(-50%, -50%) scale(0.15);
    transform: translate(-50%, -50%) scale(0.15);
  }
}
@-o-keyframes ball-clip-rotate-pulse-scale {
  0%, 100% {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale(1);
    -moz-transform: translate(-50%, -50%) scale(1);
    -o-transform: translate(-50%, -50%) scale(1);
    -webkit-transform: translate(-50%, -50%) scale(1);
    -moz-transform: translate(-50%, -50%) scale(1);
    -o-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
  }
  30% {
    opacity: 0.3;
    -webkit-transform: translate(-50%, -50%) scale(0.15);
    -moz-transform: translate(-50%, -50%) scale(0.15);
    -o-transform: translate(-50%, -50%) scale(0.15);
    -webkit-transform: translate(-50%, -50%) scale(0.15);
    -moz-transform: translate(-50%, -50%) scale(0.15);
    -o-transform: translate(-50%, -50%) scale(0.15);
    transform: translate(-50%, -50%) scale(0.15);
  }
}
@keyframes ball-clip-rotate-pulse-scale {
  0%, 100% {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale(1);
    -moz-transform: translate(-50%, -50%) scale(1);
    -o-transform: translate(-50%, -50%) scale(1);
    -webkit-transform: translate(-50%, -50%) scale(1);
    -moz-transform: translate(-50%, -50%) scale(1);
    -o-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
  }
  30% {
    opacity: 0.3;
    -webkit-transform: translate(-50%, -50%) scale(0.15);
    -moz-transform: translate(-50%, -50%) scale(0.15);
    -o-transform: translate(-50%, -50%) scale(0.15);
    -webkit-transform: translate(-50%, -50%) scale(0.15);
    -moz-transform: translate(-50%, -50%) scale(0.15);
    -o-transform: translate(-50%, -50%) scale(0.15);
    transform: translate(-50%, -50%) scale(0.15);
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .resizelistener {
    height: auto !important;
    width: 140% !important;
    top: 0 !important;
  }
}
@-moz-keyframes gradient-cover {
  0% {
    background-position: 0% 47%;
  }
  50% {
    background-position: 100% 54%;
  }
  100% {
    background-position: 0% 47%;
  }
}
@-webkit-keyframes gradient-cover {
  0% {
    background-position: 0% 47%;
  }
  50% {
    background-position: 100% 54%;
  }
  100% {
    background-position: 0% 47%;
  }
}
@-o-keyframes gradient-cover {
  0% {
    background-position: 0% 47%;
  }
  50% {
    background-position: 100% 54%;
  }
  100% {
    background-position: 0% 47%;
  }
}
@keyframes gradient-cover {
  0% {
    background-position: 0% 47%;
  }
  50% {
    background-position: 100% 54%;
  }
  100% {
    background-position: 0% 47%;
  }
}
@-moz-keyframes enter-cover {
  0% {
    bottom: -50px;
    opacity: 0;
  }
  70% {
    opacity: 0.2;
  }
  100% {
    bottom: 0;
    opacity: 1;
  }
}
@-webkit-keyframes enter-cover {
  0% {
    bottom: -50px;
    opacity: 0;
  }
  70% {
    opacity: 0.2;
  }
  100% {
    bottom: 0;
    opacity: 1;
  }
}
@-o-keyframes enter-cover {
  0% {
    bottom: -50px;
    opacity: 0;
  }
  70% {
    opacity: 0.2;
  }
  100% {
    bottom: 0;
    opacity: 1;
  }
}
@keyframes enter-cover {
  0% {
    bottom: -50px;
    opacity: 0;
  }
  70% {
    opacity: 0.2;
  }
  100% {
    bottom: 0;
    opacity: 1;
  }
}
@-moz-keyframes sk-circleFadeDelay {
  0%, 39%, 100% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
}
@-webkit-keyframes sk-circleFadeDelay {
  0%, 39%, 100% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
}
@-o-keyframes sk-circleFadeDelay {
  0%, 39%, 100% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
}
@keyframes sk-circleFadeDelay {
  0%, 39%, 100% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
}

