<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* CSS Document */
/* Project name: SOLUCIONES CRTL */
/* File name: soluciones.css */
/* Description: Global stylesheet */
/* Creation date: November 2016 */
/* Author: Javier Herrera */
/* Author's eMail: contacto@javier-herrera.com */
/***********************************/
/*========= NORMALIZE V.4 =========*/
/***********************************/
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,700");
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block; }

audio:not([controls]) {
  display: none;
  height: 0; }

progress {
  vertical-align: baseline; }

template, [hidden] {
  display: none; }

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }
  a:active, a:hover {
    outline-width: 0; }

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted; }

b, strong {
  font-weight: inherit; }

b, strong {
  font-weight: bolder; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background-color: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

img {
  border-style: none; }

svg:not(:root) {
  overflow: hidden; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

button,
input,
select,
textarea {
  font: inherit;
  margin: 0; }

optgroup {
  font-weight: bold; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal; }

textarea {
  overflow: auto; }

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px; }
  [type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
    -webkit-appearance: none; }

::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54; }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

/*******************************/
/*========= FONT-FACE =========*/
/*******************************/
@font-face {
  font-family: 'icomoon';
  src: url("fonts/icomoon.eot");
  src: url("fonts/icomoon.eot#iefix") format("embedded-opentype"), url("fonts/icomoon.ttf") format("truetype"), url("fonts/icomoon.woff") format("woff"), url("fonts/icomoon.svg#icomoon") format("svg"); }

/***************************************/
/*========= CLEANERS &amp; OTHERS =========*/
/***************************************/
*,
*::before,
*::after {
  box-sizing: border-box;
  outline: none; }

ul, ol {
  margin: 0;
  padding: 0;
  list-style: none; }

a,
a:link,
a:visited,
a:hover,
a:active {
  text-decoration: none;
  outline: none; }

figure {
  line-height: 0;
  margin: 0; }

::-moz-selection {
  background: #dddddd;
  color: #ffffff; }

::selection {
  background: #dddddd;
  color: #ffffff; }

img {
  max-width: 100%; }

html {
  font-size: 62.5%; }
  html.no-scroll {
    overflow-y: hidden; }

body {
  font-family: "Open Sans";
  font-size: 10px;
  border-top: solid 2px #F6F6F6; }

/*---------------*/
/*-- CLEARNER --*/
/*-------------*/
/********************************/
/*========= ICONS-PACK =========*/
/********************************/
[class^="icon-"],
[class*=" icon-"] {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-search:before {
  content: "\f002"; }

.icon-play:before {
  content: "\f04b"; }

.icon-chevron-left:before {
  content: "\f053"; }

.icon-chevron-right:before {
  content: "\f054"; }

.icon-chevron-up:before {
  content: "\f077"; }

.icon-chevron-down:before {
  content: "\f078"; }

.icon-twitter:before {
  content: "\f099"; }

.icon-facebook:before {
  content: "\f09a"; }

.icon-nav:before {
  content: "\f0c9"; }

.icon-google-plus:before {
  content: "\f0d5"; }

.icon-envelope:before {
  content: "\f0e0"; }

.icon-youtube:before {
  content: "\f16a"; }

.icon-instagram:before {
  content: "\f16d"; }

.icon-tumblr:before {
  content: "\f173"; }

/***************************************/
/*========= WRAPPER-&amp;-BASICS =========*/
/*************************************/
.container {
  width: 95%;
  max-width: 1130px;
  margin: auto;
  position: relative; }
  .container::after {
    content: '';
    display: block;
    clear: both; }

/*****************************/
/*========= HEADER =========*/
/***************************/
.main-header {
  border-top: solid 2px #F6F6F6;
  margin-top: 10px;
  box-shadow: 0 5px 3px rgba(0, 0, 0, 0.2);
  padding-bottom: 15px;
  position: relative; }

.logo {
  max-width: 130px;
  float: left;
  margin-top: 10px; }

.toggle-nav {
  float: right;
  margin-top: 25px; }
  .toggle-nav i {
    color: #00ADEF;
    font-size: 2.7em; }

.main-nav {
  position: fixed;
  z-index: 500;
  bottom: 0;
  left: 0;
  width: 100vw;
  height: 0;
  overflow: hidden;
  overflow-y: auto;
  background-color: #F6F6F6;
  transition: 350ms;
  -webkit-transition: 350ms; }
  .main-nav.show {
    height: 100vh; }

.close {
  position: absolute;
  z-index: 10;
  right: 10px;
  top: 10px;
  width: 30px;
  height: 30px;
  color: #00ADEF;
  border: solid 1px;
  padding: 0;
  background-color: transparent;
  border-radius: 50%;
  font-size: 15px;
  line-height: 27px;
  text-align: center; }

.first-level-nav &gt; li {
  position: relative;
  transition: 300ms;
  -webkit-transition: 300ms; }
  .first-level-nav &gt; li:hover {
    background: #3dc9ff; }
    .first-level-nav &gt; li:hover &gt; a,
    .first-level-nav &gt; li:hover .close {
      color: #FFFFFF; }
    .first-level-nav &gt; li:hover .drop-nav {
      display: block; }
  .first-level-nav &gt; li &gt; a {
    display: block;
    color: #00ADEF;
    font-size: 1.5em;
    padding: 1.5em 1em;
    border-bottom: solid 1px;
    white-space: nowrap; }
    .first-level-nav &gt; li &gt; a &gt; i {
      display: inline-block;
      vertical-align: middle;
      font-size: 0.8em;
      margin-right: 5px;
      margin-top: -2px; }

.drop-nav {
  background-color: #F6F6F6;
  display: none; }
  .drop-nav &gt; li:hover &gt; a {
    font-weight: 700; }
    .drop-nav &gt; li:hover &gt; a &gt; i {
      opacity: 1; }
  .drop-nav &gt; li:hover .sub-drop-nav {
    display: block; }
  .drop-nav &gt; li &gt; a {
    font-size: 1.6em;
    color: #000000;
    display: block;
    padding: 1em;
    border-bottom: solid 1px #FFFFFF; }
    .drop-nav &gt; li &gt; a &gt; i {
      color: #66A9F2;
      font-size: 0.8em;
      display: inline-block;
      margin-right: 4px;
      opacity: 0; }

.sub-drop-nav {
  display: none;
  border-bottom: solid 1px #FFFFFF; }
  .sub-drop-nav li {
    padding: 0 1.6em; }
  .sub-drop-nav p {
    font-size: 1.4em; }
  .sub-drop-nav a {
    display: block;
    font-size: 1.4em;
    color: #000000;
    padding: 5px 0;
    transition: 300ms;
    -webkit-transition: 300ms; }
    .sub-drop-nav a:hover {
      background-color: #F2F2F2; }

.links-container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px 0; }

.cart-link,
.login-link,
.chat-link {
  font-size: 1.4em;
  color: #1E61AB;
  transition: 300ms;
  -webkit-transition: 300ms; }
  .cart-link:hover,
  .login-link:hover,
  .chat-link:hover {
    padding-right: 20px; }
    .cart-link:hover span,
    .login-link:hover span,
    .chat-link:hover span {
      color: #8ACEBF; }
  .cart-link span,
  .login-link span,
  .chat-link span {
    display: inline-block;
    vertical-align: middle;
    text-transform: uppercase;
    transition: 300ms;
    -webkit-transition: 300ms; }
  .cart-link img,
  .login-link img,
  .chat-link img {
    display: none; }

.login-link,
.chat-link {
  margin-left: 20px; }

/*****************************/
/*========= BANNER =========*/
/***************************/
.main-banner {
  position: relative;
  background-color: #8ACEBF;
  overflow: hidden; }
  .main-banner .rslides {
    position: relative; }
    .main-banner .rslides::after {
      content: '';
      display: block;
      clear: both; }
    .main-banner .rslides li {
      position: absolute;
      width: 100%;
      height: 100%;
      display: none;
      line-height: 0; }
      .main-banner .rslides li:first-child {
        float: left;
        display: block;
        position: relative; }

.rslides_nav {
  width: 20px;
  height: auto;
  position: absolute;
  top: 10px;
  z-index: 100;
  font-family: 'icomoon' !important;
  font-size: 3em;
  color: #FFFFFF; }
  .rslides_nav.prev {
    right: 30px; }
    .rslides_nav.prev::before {
      content: "\f053"; }
  .rslides_nav.next {
    right: 0; }
    .rslides_nav.next::before {
      content: "\f054"; }

.banner-content {
  padding-bottom: 20px; }

.banner-text {
  line-height: 1.5;
  padding: 15px 0; }
  .banner-text h2, .banner-text p {
    text-shadow: 2px 2px 1px #222222; }
  .banner-text h2 {
    font-size: 3em;
    line-height: 1;
    font-weight: 700;
    color: #FFFFFF;
    margin: 0; }
  .banner-text p {
    color: #FFFFFF;
    font-size: 1.7em;
    line-height: 1.1; }
  .banner-text .btn-plus {
    width: 50px;
    height: 50px;
    font-size: 3.5em;
    border: solid 7px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 5px;
    color: #FFFFFF;
    font-weight: 700;
    transition: 300ms;
    -webkit-transition: 300ms; }
    .banner-text .btn-plus:hover {
      color: #66AAF3; }

.login-container {
  background-color: #2D4440;
  padding: 15px;
  line-height: 1.3; }
  .login-container form {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .login-container form:first-of-type {
      border-bottom: solid 1px #FFFFFF;
      padding-bottom: 15px;
      margin-bottom: 15px; }
  .login-container h3 {
    color: #00ADEF;
    font-size: 1.6em;
    font-weight: 400;
    width: 100%;
    margin: 0 0 10px; }
  .login-container input {
    width: 100%;
    margin-bottom: 10px;
    background-color: transparent;
    height: 40px;
    border: solid 1px;
    padding: 10px;
    color: #FFFFFF;
    font-size: 1.6em;
    transition: 300ms;
    -webkit-transition: 300ms; }
    .login-container input:focus {
      border: #F2F2F2;
      box-shadow: 0 0 5px #F2F2F2; }
  .login-container a {
    color: #00ADEF;
    font-size: 1.3em; }
    .login-container a:hover {
      text-decoration: underline; }
  .login-container p {
    color: #FFFFFF;
    font-size: 1.3em;
    margin: 0 0 5px; }
  .login-container .btn-plus {
    width: 30px;
    height: 30px;
    font-size: 1.7em;
    border: solid 3px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 5px;
    color: #FFFFFF;
    font-weight: 700;
    transition: 300ms;
    -webkit-transition: 300ms;
    padding: 0;
    background-color: transparent;
    cursor: pointer; }
    .login-container .btn-plus:hover {
      color: #66AAF3; }

form[name=logincarrito] {
  display: none; }

/***********************************/
/*========= MAIN-CONTENT =========*/
/*********************************/
.brand-logos-container {
  border-bottom: solid 1px #F6F6F6;
  padding: 10px 0; }

.brand-logos {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }
  .brand-logos li {
    width: 50%;
    text-align: center; }
  .brand-logos img {
    width: 80%; }

.home-copy {
  font-size: 2em;
  margin-top: 0;
  padding: 40px 0 0 30px; }
  .home-copy strong {
    display: block;
    font-weight: 700;
    margin-top: 30px; }

.home-text {
  margin-bottom: 40px; }
  .home-text p {
    font-size: 2.2em; }
    .home-text p:last-of-type {
      border-top: solid 1px #dddddd;
      padding-top: 0.7em; }
  .home-text strong {
    font-weight: 700; }

/*****************************/
/*========= FOOTER =========*/
/***************************/
.video-box {
  background-color: #F6F6F6;
  padding: 15px 0;
  box-shadow: 0 5px 3px rgba(0, 0, 0, 0.2); }
  .video-box h2 {
    text-align: center;
    font-weight: 400;
    color: #A7A9AB;
    font-size: 2.5em;
    position: relative;
    margin: 0; }
    .video-box h2::after {
      content: '';
      width: 100%;
      height: 1px;
      position: absolute;
      left: 0;
      top: 50%;
      background-color: #A7A9AB; }
    .video-box h2 span {
      display: inline-block;
      background-color: #F6F6F6;
      position: relative;
      z-index: 10;
      padding: 0 5px; }

.videos {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .videos li {
    border: solid 4px #FFFFFF;
    position: relative;
    width: 48%;
    margin-top: 10px;
    line-height: 0; }
  .videos img {
    width: 100%; }
  .videos i {
    position: absolute;
    right: 10px;
    bottom: 10px;
    color: #FFFFFF;
    border: solid 3px;
    font-size: 1.4em;
    padding: 5px 10px; }

.main-footer {
  max-width: 1130px;
  width: 95%;
  margin: auto;
  padding: 20px 0; }

.data-footer {
  color: #B2B2B2;
  margin-top: 20px; }
  .data-footer h4 {
    margin: 0;
    font-size: 1.4em;
    font-weight: 700; }
  .data-footer p {
    margin: 0;
    font-size: 1.4em; }

.footer-nav {
  margin-top: 20px; }

.nav-links li {
  display: inline-block;
  font-size: 1.2em;
  color: #B1B1B1;
  margin: 8px 8px 0 0; }

.nav-links a {
  color: currentColor;
  display: inline-block;
  padding: 5px;
  border: solid 1px; }

.icons-links li {
  display: inline-block;
  vertical-align: middle;
  margin-top: 15px; }
  .icons-links li:nth-child(2) {
    margin-right: 15px; }
  .icons-links li:hover i {
    background-image: url(../images/sprite-icons-footer_hover.png); }

.icons-links i {
  width: 40px;
  height: 40px;
  display: inline-block;
  background-image: url(../images/sprite-icons-footer.png); }

.phone-icon {
  background-position: 0px 0; }

.email-icon {
  background-position: -40px 0; }

.facebook-icon {
  background-position: -80px 0; }

.youtube-icon {
  background-position: -120px 0; }

.cart-icon {
  background-position: -160px 0; }

.credits {
  text-align: center;
  padding: 10px 0; }
  .credits p {
    font-size: 1.2em;
    font-weight: 700;
    margin: 0; }
    .credits p a {
      color: #A4A4A4; }
      .credits p a:hover {
        border-bottom: dotted 1px; }

.wrap-top-btn {
  position: fixed;
  width: 100%;
  max-width: 1130px;
  margin: auto;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 300; }
  .wrap-top-btn #btn-top {
    display: none;
    position: absolute;
    right: 15px;
    bottom: 30px;
    background-color: #8ACEBF;
    box-shadow: 0 0 5px rgba(255, 255, 255, 0.5);
    text-align: center;
    line-height: 29px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    color: #fff;
    font-size: 1.5em;
    overflow: hidden; }
    .wrap-top-btn #btn-top:hover {
      opacity: 0.8; }

/**********************************/
/*========= MODAL-BOXES =========*/
/********************************/
.modal-box {
  max-width: 650px;
  margin: auto;
  border: solid 5px #EFF0F0;
  position: relative;
  padding: 50px 20px 20px;
  text-align: center; }
  .modal-box h2 {
    font-size: 3em;
    font-weight: 700; }

.close-modal {
  position: absolute;
  right: 10px;
  top: 10px; }
  .close-modal:hover {
    opacity: 0.6; }

.continue-shop,
.confirm-shop {
  background-color: #E2A325;
  line-height: 70px;
  border-radius: 8px;
  display: inline-block;
  padding: 0 20px;
  font-size: 1.6em;
  color: #FFF;
  transition: 300ms;
  -webkit-transition: 300ms; }
  .continue-shop:hover,
  .confirm-shop:hover {
    background-color: #6C6D70; }
  .continue-shop *,
  .confirm-shop * {
    display: inline-block;
    vertical-align: middle; }
  .continue-shop img,
  .confirm-shop img {
    width: 45px; }

.confirm-shop {
  background-color: #85C2B9; }

.modal-text {
  border: solid 2px #EFF0F0;
  width: 90%;
  margin: 30px auto;
  padding: 10px; }
  .modal-text p {
    font-size: 1.8em;
    line-height: 1.2; }
    .modal-text p span {
      color: red; }
  .modal-text input {
    background-color: #E5E6E7;
    height: 65px;
    border: none;
    padding: 0 15px;
    font-size: 1.5em;
    width: 80%;
    text-align: center;
    transition: 300ms;
    -webkit-transition: 300ms; }
    .modal-text input:focus {
      box-shadow: 0 0 5px 2px #8ACEBF; }

/**************************************/
/*========= GLOBAL-INTERNAS =========*/
/************************************/
.inside-banner {
  background-color: #8ACEBF;
  padding: 15px; }
  .inside-banner h2, .inside-banner p {
    text-shadow: 2px 2px 1px #222222; }
  .inside-banner h2 {
    font-size: 3em;
    line-height: 1;
    font-weight: 700;
    color: #FFFFFF;
    margin: 0; }
  .inside-banner p {
    color: #FFFFFF;
    font-size: 1.7em;
    line-height: 1.1; }
  .inside-banner br {
    display: none; }

.main-title {
  border-bottom: solid 2px #B1B1B1;
  margin-bottom: 40px; }
  .main-title h1 {
    font-weight: 700;
    margin: 30px 0 10px;
    color: #B1B1B1;
    font-size: 4em;
    line-height: 1.2; }

.brand-logo {
  width: 80%;
  margin-bottom: 20px; }
  .brand-logo img {
    width: 100%; }

/*================== SOLUCIONES ==================*/
.solutions-box {
  margin-bottom: 160px; }

.solution-brand:not(:first-child) {
  margin-top: 25px; }

.solution-brand:hover figure {
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.5); }

.solution-brand:hover h2 {
  box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.7); }

.solution-brand h2 {
  color: #FFFFFF;
  font-weight: 700;
  background-color: #3659AC;
  font-weight: 2.7em;
  margin: 0;
  padding: 1em;
  text-align: center; }

.solution-brand figure {
  border: solid 1px #dddddd;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 150px;
  transition: 300ms;
  -webkit-transition: 300ms; }
  .solution-brand figure img {
    width: 80%;
    margin: 20px 0;
    max-width: 100px; }

/*================== CONSULTAS ==================*/
.contact-data h2,
.contact-form h2 {
  font-weight: 700;
  color: #F8A543;
  font-size: 2em;
  margin: 0; }

.contact-data h3,
.contact-form h3 {
  margin: 0;
  font-weight: 700;
  font-size: 1.6em; }

.contact-data h4,
.contact-form h4 {
  font-weight: 700;
  color: #00ADEF;
  font-size: 1.6em; }

.contact-data p,
.contact-form p {
  font-size: 1.6em; }
  .contact-data p img,
  .contact-form p img {
    display: inline-block;
    vertical-align: middle; }
  .contact-data p a,
  .contact-form p a {
    color: #000000; }

.contact-form {
  margin-top: 40px;
  border-top: solid 1px #d0d0d0;
  padding-top: 40px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 100px; }
  .contact-form input,
  .contact-form textarea {
    width: 100%;
    height: 40px;
    border: solid 1px #BABDBD;
    padding: 0 15px;
    font-size: 1.5em;
    margin-bottom: 20px;
    transition: 300ms;
    -webkit-transition: 300ms; }
    .contact-form input:focus,
    .contact-form textarea:focus {
      border-color: #8ACEBF;
      box-shadow: 0 0 5px #8ACEBF; }
  .contact-form textarea {
    padding: 15px;
    height: 80px;
    min-height: 80px;
    overflow: hidden;
    resize: vertical; }
  .contact-form button {
    background-color: #3559AD;
    border: none;
    color: #FFFFFF;
    font-size: 1.6em;
    padding: 0.5em 1em;
    margin-left: calc(100% - 103px); }
    .contact-form button span {
      display: inline-block;
      vertical-align: middle; }
    .contact-form button .btn-plus {
      width: 20px;
      height: 20px;
      font-size: 1em;
      border: solid 3px;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      border-radius: 5px;
      color: #FFFFFF;
      font-weight: 700;
      transition: 300ms;
      -webkit-transition: 300ms;
      display: -webkit-inline-flex;
      display: -ms-inline-flexbox;
      display: inline-flex;
      vertical-align: middle;
      font-style: normal; }
      .contact-form button .btn-plus:hover {
        color: #66AAF3; }

/*================== PRODUCTOS ==================*/
.products-footer {
  position: relative; }
  .products-footer .rslides {
    position: relative; }
    .products-footer .rslides::after {
      content: '';
      display: block;
      clear: both; }
    .products-footer .rslides li {
      position: absolute;
      width: 100%;
      height: 100%;
      display: none;
      overflow: hidden; }
      .products-footer .rslides li:first-child {
        float: left;
        display: block;
        position: relative; }
  .products-footer .rslides_nav {
    height: 100%;
    top: 0;
    z-index: 100;
    color: #3659AC;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
    .products-footer .rslides_nav.prev {
      left: 0; }
      .products-footer .rslides_nav.prev::before {
        content: "\f053"; }
    .products-footer .rslides_nav.next {
      right: 0; }
      .products-footer .rslides_nav.next::before {
        content: "\f054"; }

.related-product {
  float: left;
  position: relative;
  width: 47%;
  margin: 15px 6% 0 0; }
  .related-product img {
    width: 100%; }
  .related-product:nth-child(2n) {
    margin-right: 0; }
  .related-product .btn-plus {
    width: 25px;
    height: 25px;
    font-size: 2.5em;
    border: solid 4px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 5px;
    color: #FFFFFF;
    font-weight: 700;
    transition: 300ms;
    -webkit-transition: 300ms;
    color: #3659AC;
    position: absolute;
    right: 10px;
    bottom: 10px; }
    .related-product .btn-plus:hover {
      color: #66AAF3; }

.left-nav h2 {
  font-size: 2em;
  margin-top: 0;
  cursor: pointer; }
  .left-nav h2:hover {
    color: #D2D2D2; }
  .left-nav h2 b {
    display: inline-block;
    vertical-align: middle; }

.left-nav .btn-plus {
  width: 20px;
  height: 20px;
  font-size: 1em;
  border: solid 3px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 5px;
  color: #FFFFFF;
  font-weight: 700;
  transition: 300ms;
  -webkit-transition: 300ms;
  color: currentColor;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle; }
  .left-nav .btn-plus:hover {
    color: #66AAF3; }
  .left-nav .btn-plus:hover {
    color: inherit; }

.left-nav-links {
  display: none; }
  .left-nav-links li {
    border-bottom: solid 1px #D2D2D2;
    padding-bottom: 10px;
    margin-bottom: 10px; }
    .left-nav-links li:last-child {
      margin-bottom: 0;
      border-bottom: none; }
    .left-nav-links li:nth-child(1) p, .left-nav-links li:nth-child(1) a {
      color: #F8A543; }
      .left-nav-links li:nth-child(1) p::before, .left-nav-links li:nth-child(1) a::before {
        color: #F8A543; }
    .left-nav-links li:nth-child(2) p, .left-nav-links li:nth-child(2) a {
      color: #EB268F; }
      .left-nav-links li:nth-child(2) p::before, .left-nav-links li:nth-child(2) a::before {
        color: #EB268F; }
    .left-nav-links li:nth-child(3) p, .left-nav-links li:nth-child(3) a {
      color: #0C5DC5; }
      .left-nav-links li:nth-child(3) p::before, .left-nav-links li:nth-child(3) a::before {
        color: #0C5DC5; }
    .left-nav-links li:nth-child(4) p, .left-nav-links li:nth-child(4) a {
      color: #51CFC1; }
      .left-nav-links li:nth-child(4) p::before, .left-nav-links li:nth-child(4) a::before {
        color: #51CFC1; }
  .left-nav-links p {
    font-weight: 700;
    font-size: 1.6em;
    margin-top: 0; }
    .left-nav-links p::before {
      top: 2px; }
  .left-nav-links a {
    display: block;
    font-size: 1.6em;
    padding: 0.2em 0;
    color: #000 !important; }
    .left-nav-links a:hover {
      text-decoration: underline;
      font-weight: 700; }
    .left-nav-links a::before {
      top: 7px; }
  .left-nav-links p, .left-nav-links a {
    position: relative;
    padding-left: 15px; }
    .left-nav-links p::before, .left-nav-links a::before {
      font-family: 'icomoon' !important;
      content: "\f054";
      position: absolute;
      left: 0; }

.icons-lef-nav {
  display: none; }

.right-content {
  margin-bottom: 150px; }

.right-content-header h4 {
  font-size: 2em;
  font-weight: 700;
  margin: 0 0 15px; }

.right-content-header p {
  font-size: 1.5em;
  margin: 0; }

.bread-crumbs li {
  display: inline-block;
  font-size: 1.6em;
  padding: 5px 0; }
  .bread-crumbs li:last-child {
    font-weight: 700;
    text-decoration: underline; }

.bread-crumbs a, .bread-crumbs i {
  display: inline-block;
  vertical-align: middle;
  color: currentColor; }

.bread-crumbs a:hover {
  text-decoration: underline; }

.btn-back {
  width: 245px;
  height: 50px;
  line-height: 50px;
  border-radius: 8px;
  border: solid 1px currentColor;
  text-align: center;
  display: inline-block;
  font-size: 1.6em;
  color: #000000;
  margin-top: 20px;
  transition: 300ms;
  -webkit-transition: 300ms; }
  .btn-back:hover {
    background-color: #000000;
    color: #FFFFFF; }
  .btn-back i {
    position: relative;
    top: 2px;
    margin-right: 20px; }

.product-info {
  margin-top: 40px; }

.product-info-image figure {
  text-align: center; }

.btn-download, .btn-learn {
  display: block;
  border-radius: 8px;
  padding: 10px;
  text-align: center;
  color: #FFFFFF; }
  .btn-download:hover, .btn-learn:hover {
    opacity: 0.6; }

.btn-download {
  background-color: #C6008E; }
  .btn-download img, .btn-download span {
    display: inline-block;
    vertical-align: middle;
    font-weight: 700;
    font-size: 1.6em; }
  .btn-download span {
    margin-left: 5px; }
  .btn-download strong {
    display: block;
    border-top: solid 1px;
    font-size: 1.3em;
    font-weight: normal;
    margin-top: 5px;
    padding-top: 5px; }

.btn-learn {
  margin-top: 20px;
  background-color: #DF9A00; }
  .btn-learn span {
    font-weight: 700;
    font-size: 1.6em; }
  .btn-learn strong {
    display: block;
    font-size: 1.3em;
    font-weight: normal; }

.product-info-text {
  margin-top: 40px; }
  .product-info-text h2 {
    font-size: 3em;
    margin-top: 0; }
  .product-info-text h3 {
    margin-top: 0;
    font-size: 1.8em; }
  .product-info-text p {
    font-size: 1.6em; }

.tabs-box {
  margin: 50px 0; }

.tabs-btns {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 10px; }
  .tabs-btns.four-btns li:nth-child(1n+3) {
    margin-top: 10px; }
  .tabs-btns li {
    width: 49%;
    border: solid 2px;
    font-size: 1.5em;
    border-radius: 8px;
    color: #BABCBD;
    padding: 5px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    transition: 300ms;
    -webkit-transition: 300ms; }
    .tabs-btns li:hover, .tabs-btns li.active {
      background-color: #BABCBD;
      color: #FFFFFF; }

.tabs-content {
  padding: 10px;
  border: solid 2px #BABCBD; }
  .tabs-content h3 {
    color: #00AFEF;
    font-size: 1.6em;
    font-weight: 700;
    margin: 0; }
  .tabs-content p {
    font-size: 1.6em;
    margin-top: 0; }
    .tabs-content p:last-of-type {
      margin-bottom: 0; }
  .tabs-content div:not([data-tab-wrap=one]) {
    display: none; }

.related-images {
  margin-top: 30px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }
  .related-images li {
    width: 48.5%;
    border: solid 1px #BABCBD;
    text-align: center;
    line-height: 0; }
    .related-images li:nth-child(n+3) {
      margin-top: 20px; }
  .related-images a {
    display: block; }

.related-title {
  font-size: 1.8em;
  font-weight: 700;
  margin: 30px 0; }

.all-products {
  margin-bottom: 150px; }
  .all-products .btn-back {
    margin-top: 0; }
  .all-products div:not([data-pdt-wrap=first]) {
    display: none; }

.all-products-btns {
  margin-top: 20px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }
  .all-products-btns li {
    width: 48.5%;
    font-size: 1.8em;
    border: solid 2px;
    text-align: center;
    line-height: 55px;
    border-radius: 10px;
    cursor: pointer;
    transition: 300ms;
    -webkit-transition: 300ms; }
    .all-products-btns li:nth-child(1) {
      border-color: #F8A543; }
      .all-products-btns li:nth-child(1):hover, .all-products-btns li:nth-child(1).active {
        background-color: #F8A543;
        color: #FFFFFF; }
    .all-products-btns li:nth-child(2) {
      border-color: #EB268F; }
      .all-products-btns li:nth-child(2):hover, .all-products-btns li:nth-child(2).active {
        background-color: #EB268F;
        color: #FFFFFF; }
    .all-products-btns li:nth-child(3) {
      border-color: #0C5DC5; }
      .all-products-btns li:nth-child(3):hover, .all-products-btns li:nth-child(3).active {
        background-color: #0C5DC5;
        color: #FFFFFF; }
    .all-products-btns li:nth-child(4) {
      border-color: #51CFC1; }
      .all-products-btns li:nth-child(4):hover, .all-products-btns li:nth-child(4).active {
        background-color: #51CFC1;
        color: #FFFFFF; }
    .all-products-btns li:nth-child(1n+3) {
      margin-top: 10px; }

.all-products-container {
  margin-top: 30px; }

.one-product {
  border: solid 2px #d0d0d0;
  padding: 10px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 20px; }
  .one-product:last-of-type {
    margin-bottom: 0; }
  .one-product figure {
    width: 100%;
    text-align: center;
    border-bottom: solid 2px #d0d0d0; }
  .one-product h2 {
    width: 80%;
    font-size: 1.8em;
    margin-top: 15px; }
  .one-product ul {
    width: 20%;
    margin-top: 15px; }
  .one-product li {
    text-align: right; }
    .one-product li:nth-child(2) {
      margin-top: 10px; }
  .one-product .icon-cart {
    display: inline-block;
    width: 25px;
    height: 30px;
    background-image: url(../images/icon-cart.png); }
    .one-product .icon-cart:hover {
      background-image: url(../images/icon-cart_hover.png); }
  .one-product .btn-plus {
    width: 20px;
    height: 20px;
    font-size: 1.5em;
    border: solid 4px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 5px;
    color: #FFFFFF;
    font-weight: 700;
    transition: 300ms;
    -webkit-transition: 300ms;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    color: #3559AC; }
    .one-product .btn-plus:hover {
      color: #66AAF3; }
    .one-product .btn-plus:hover {
      color: #474747; }
  .one-product.in-cart {
    position: relative; }
    .one-product.in-cart:hover &gt; a {
      background-color: rgba(0, 0, 0, 0.7); }
      .one-product.in-cart:hover &gt; a span {
        transform: scale(1);
        -ms-transform: scale(1);
        -webkit-transform: scale(1); }
    .one-product.in-cart h2 {
      text-align: center;
      width: 100%; }
    .one-product.in-cart &gt; a {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background-color: transparent;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      transition: 300ms;
      -webkit-transition: 300ms; }
      .one-product.in-cart &gt; a span {
        color: #FFFFFF;
        font-size: 1.4em;
        border: solid 1px;
        padding: 1em 2em;
        border-radius: 10px;
        transition: 300ms;
        -webkit-transition: 300ms;
        transform: scale(0);
        -ms-transform: scale(0);
        -webkit-transform: scale(0); }

/*================== CARRITO ==================*/
.cart-box {
  margin-bottom: 20px; }
  .cart-box img {
    display: inline-block;
    vertical-align: middle; }
  .cart-box input {
    display: inline-block;
    vertical-align: middle;
    height: 50px;
    border: solid 1px;
    width: 250px;
    padding: 0 15px;
    font-size: 1.7em;
    color: #E2A536; }

.cart-pi-image {
  border: solid 5px #E6E7E8;
  padding: 30px;
  text-align: center; }

.cart-pi-description h2,
.cart-pi-description strong {
  font-weight: 700; }

.cart-pi-description h2 {
  font-size: 2.5em; }

.cart-pi-description p {
  font-size: 1.6em;
  line-height: 1.3;
  margin: 0; }
  .cart-pi-description p.red {
    color: #FF0000; }

.cart-pi-actions {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 30px 0; }
  .cart-pi-actions .btn-back {
    width: 195px;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3; }
    .cart-pi-actions .btn-back i {
      margin: 0; }

.cart-form {
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1; }
  .cart-form input, .cart-form button {
    color: #4060AD;
    border-radius: 6px;
    height: 45px;
    text-align: center; }
  .cart-form label {
    font-size: 1.4em;
    display: block;
    width: 100%;
    margin-bottom: 5px;
    color: #4060AD; }
  .cart-form input {
    width: 50%;
    border: solid 1px;
    font-size: 1.6em; }
  .cart-form button {
    width: 23%;
    background-color: #4060AD;
    font-size: 4em;
    line-height: 45px;
    color: #FFFFFF;
    border: none; }
    .cart-form button:hover, .cart-form button:active {
      background-color: #5d7bc3; }

.btn-cart {
  background-color: #E3A637;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 6px;
  font-size: 3em;
  color: #FFFFFF;
  padding: 15px;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
  margin-top: 20px; }
  .btn-cart img {
    margin-right: 20px; }

.cart-long-description {
  border: solid 2px #E6E7E8;
  padding: 15px; }
  .cart-long-description h3, .cart-long-description p, .cart-long-description li {
    margin: 0;
    font-size: 1.4em; }
  .cart-long-description h3:nth-of-type(2) {
    margin-top: 20px; }
  .cart-long-description ul {
    list-style: disc inside; }

.cart-full-detail {
  background-color: #BBBCBE;
  border: solid 1px #E1A226;
  text-align: center;
  color: #FFFFFF;
  font-size: 2em;
  padding: 10px;
  display: block;
  margin: 20px 0 50px; }
  .cart-full-detail:hover {
    background-color: #E1A226; }

/************************************/
/*========= MEDIA-QUERIES =========*/
/**********************************/
@media (min-width: 700px) {
  .links-container {
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
  .cart-link img,
  .login-link img,
  .chat-link img {
    display: inline-block;
    vertical-align: middle; }
  .main-banner .rslides li {
    min-height: auto; }
  .main-banner .rslides_nav {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 4em;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.5); }
    .main-banner .rslides_nav.prev {
      right: auto;
      left: 0; }
  form[name=logincarrito] {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  .banner-content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 20px 0; }
  .banner-text {
    width: 40%; }
  .login-container {
    width: 50%; }
  .brand-logos li {
    width: 25%; }
  .videos li {
    width: 23.00885%; }
  .main-footer {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .data-footer {
    margin-top: 0;
    width: 34.51327%;
    border-left: solid 1px;
    padding-left: 20px; }
  .footer-nav {
    margin-top: 0;
    width: 41.59292%; }
  .nav-links li {
    margin-top: 0;
    margin-bottom: 10px; }
  .inside-banner {
    padding: 40px 50px; }
    .inside-banner h2, .inside-banner p {
      max-width: 550px; }
    .inside-banner h2 {
      font-size: 4em;
      line-height: 1.2; }
    .inside-banner p {
      font-size: 2em;
      line-height: 1.3;
      margin-top: 2em; }
  /*========== SOLUCIONES ==========*/
  .solutions-box {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .solution-brand {
    width: 48.5%;
    margin-bottom: 30px; }
    .solution-brand:not(:first-child) {
      margin-top: 0; }
  /*========== CONSULTAS ==========*/
  .contact-form {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .contact-form input.sm {
      width: 40.7767%; }
    .contact-form input.md {
      width: 58.25243%; }
  /*========== PRODUCTOS ==========*/
  .main-title.with-brand .container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 40px 0 20px; }
    .main-title.with-brand .container::after {
      content: none; }
  .main-title.with-brand h1 {
    width: auto;
    margin: 0; }
  .brand-logo {
    width: 35.39823%;
    margin: 0; }
  .tabs-btns.four-btns li {
    width: 24%; }
    .tabs-btns.four-btns li:nth-child(n+3) {
      margin-top: 0; }
  .two-btns-wrap {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .two-btns-wrap .btn-download,
    .two-btns-wrap .btn-learn {
      width: 48%;
      margin: 0; }
  .all-products-container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start; }
  .one-product {
    width: 48.5%; }
  /*========== CARRITO ==========*/
  .cart-box {
    width: 28.31858%;
    margin: 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .cart-box input {
      width: calc(100% - 50px); }
  .cart-pi-actions {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .cart-form,
  .btn-cart {
    width: 48.5%;
    margin: 0; } }

@media (min-width: 1000px) {
  body, html {
    overflow-x: hidden; }
  .container,
  .main-footer {
    width: 100%; }
  .main-header .container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
    .main-header .container::after {
      content: none; }
  .logo {
    position: relative;
    z-index: 600; }
  .toggle-nav,
  .close {
    display: none; }
  .main-nav {
    position: static;
    height: auto;
    width: 65.48673%;
    background-color: transparent;
    overflow: visible; }
    .main-nav.show {
      height: auto; }
  .first-level-nav {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
    .first-level-nav &gt; li {
      position: static; }
      .first-level-nav &gt; li:hover {
        background-color: transparent; }
      .first-level-nav &gt; li &gt; a {
        border: none;
        padding: 0;
        color: #333; }
        .first-level-nav &gt; li &gt; a:hover {
          color: #F8A543; }
        .first-level-nav &gt; li &gt; a &gt; i {
          color: #67ABF3; }
  .drop-nav {
    position: absolute;
    width: 100%;
    background-color: #FFFFFF;
    padding: 60px 0 20px;
    left: 0;
    opacity: 0.6;
    z-index: 100; }
    .drop-nav:hover {
      opacity: 0.9; }
    .drop-nav::after {
      content: '';
      width: 100vw;
      height: 100%;
      background-color: #FFFFFF;
      position: absolute;
      z-index: -1;
      left: 50%;
      top: 0;
      transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      -webkit-transform: translateX(-50%); }
    .drop-nav &gt; li:hover .sub-drop-nav {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; }
    .drop-nav &gt; li &gt; a {
      padding: 5px 0;
      width: 170px;
      position: relative;
      z-index: 100; }
  .sub-drop-nav {
    position: absolute;
    width: calc(100% - 170px);
    left: 170px;
    top: 60px;
    background-color: #FFFFFF;
    padding-bottom: 20px; }
    .sub-drop-nav::after {
      content: '';
      position: absolute;
      z-index: -1;
      left: 0;
      top: 0;
      width: 200vw;
      height: 100%;
      transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      -webkit-transform: translateX(-50%);
      background-color: #FFFFFF; }
    .sub-drop-nav li {
      padding: 0 10px; }
    .sub-drop-nav p {
      margin-top: 8px; }
  .main-banner .rslides_nav.prev {
    left: -30px; }
  .main-banner .rslides_nav.next {
    right: -30px; }
  .banner-text {
    width: 56.63717%;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    padding-bottom: 20px; }
    .banner-text h2 {
      font-size: 4em;
      line-height: 1.2; }
    .banner-text p {
      font-size: 2em;
      line-height: 1.3;
      margin: 1.5em 0; }
  .login-container {
    width: 26.54867%; }
  .brand-logos {
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .brand-logos li,
    .brand-logos img {
      width: auto; }
  .home-text {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .home-text p {
      width: 50%;
      padding-right: 40px; }
      .home-text p:nth-child(2) {
        padding: 0 0 0 40px;
        border-top: none;
        border-left: solid 1px #DDDDDD; }
  .logo-footer {
    margin-right: 7.07965%; }
  .footer-nav {
    padding-left: 20px;
    border-left: solid 1px #B2B2B2; }
  .nav-links a {
    padding: 0;
    border: none; }
  .credits {
    text-align: right; }
  /*========== SOLUCIONES ==========*/
  .solution-brand {
    width: 23.89381%; }
    .solution-brand img {
      max-width: 240px; }
  /*========== CONSULTAS ==========*/
  .contact-data {
    float: left;
    width: 23.89381%; }
  .contact-form {
    float: right;
    width: 50.44248%;
    padding-left: 55px;
    margin-top: 0;
    border-top: none;
    padding-top: 0;
    border-left: solid 1px #d0d0d0; }
  /*========== PRODUCTOS ==========*/
  .left-nav {
    float: left;
    width: 22.12389%;
    padding-right: 20px;
    border-right: solid 1px #D2D2D2;
    margin-bottom: 160px; }
  .left-nav-links,
  .icons-lef-nav {
    display: block !important; }
  .icons-lef-nav {
    margin-top: 40px; }
  .right-content {
    float: right;
    width: 77.87611%;
    padding-left: 30px; }
  .right-content-header {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start; }
    .right-content-header .btn-back {
      margin-top: 0; }
  .product-info {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start; }
  .product-info-image {
    width: 34.11765%; }
    .product-info-image [class*=btn-] {
      max-width: 245px;
      margin-left: 45px; }
  .product-info-text {
    width: 61.76471%;
    margin: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1; }
  .tabs-btns li {
    font-size: 2em;
    padding: 20px; }
  .tabs-content {
    padding: 25px; }
  .related-images li {
    width: 22.94118%; }
    .related-images li:nth-child(n+3) {
      margin-top: 0; }
  .related-product {
    width: 23.00885%;
    margin-right: 2.65487%; }
    .related-product:nth-child(2n) {
      margin-right: 2.65487%; }
    .related-product:last-child {
      margin-right: 0; }
  .products-footer .rslides_nav.prev {
    left: -30px; }
  .products-footer .rslides_nav.next {
    right: -30px; }
  .two-btns-wrap [class*=btn-] {
    width: 100%; }
    .two-btns-wrap [class*=btn-] + * {
      margin-top: 30px; }
  .all-products .btn-back {
    float: right; }
  .all-products-btns {
    clear: both;
    padding-top: 30px; }
    .all-products-btns li {
      width: 23.89381%; }
      .all-products-btns li:nth-child(n+3) {
        margin-top: 0; }
  .all-products-container {
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 250px; }
  .one-product {
    padding-top: 50px;
    width: 23.89381%;
    margin-right: 1.47493%; }
    .one-product:nth-child(4n) {
      margin-right: 0; }
  .cart-product-info {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 40px; }
  .cart-pi-image {
    width: 48.67257%; }
  .cart-pi-description {
    width: 26.54867%;
    padding-top: 40px; }
  .cart-pi-actions {
    width: 17.25664%;
    margin: 0;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start; }
    .cart-pi-actions .btn-back {
      -webkit-order: 1;
      -ms-flex-order: 1;
      order: 1;
      margin: 0; }
  .cart-form,
  .btn-cart {
    width: 100%;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2; }
  .cart-form {
    margin: 30px 0; }
  .btn-cart {
    font-size: 2.2em; }
    .btn-cart img {
      width: 40px; } }

/*# sourceMappingURL=soluciones.css.map */</pre></body></html>