.cf {
  zoom: 1; }
  .cf:before {
    content: "";
    display: table; }
  .cf:after {
    clear: both; }

@font-face {
  font-family: 'Gotham-Medium';
  src: url("../fonts/Gotham-Medium.eot");
  src: url("../fonts/Gotham-Medium.woff2") format("woff2"), url("../fonts/Gotham-Medium.woff") format("woff"), url("../fonts/Gotham-Medium.ttf") format("truetype"), url("../fonts/Gotham-Medium.svg#Gotham-Medium") format("svg"), url("../fonts/Gotham-Medium.eot?#iefix") format("embedded-opentype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Gotham-Black';
  src: url("../fonts/Gotham-Black.eot");
  src: url("../fonts/Gotham-Black.woff2") format("woff2"), url("../fonts/Gotham-Black.woff") format("woff"), url("../fonts/Gotham-Black.ttf") format("truetype"), url("../fonts/Gotham-Black.svg#Gotham-Black") format("svg"), url("../fonts/Gotham-Black.eot?#iefix") format("embedded-opentype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Gotham-Bold';
  src: url("../fonts/Gotham-Bold.eot");
  src: url("../fonts/Gotham-Bold.woff2") format("woff2"), url("../fonts/Gotham-Bold.woff") format("woff"), url("../fonts/Gotham-Bold.ttf") format("truetype"), url("../fonts/Gotham-Bold.svg#Gotham-Bold") format("svg"), url("../fonts/Gotham-Bold.eot?#iefix") format("embedded-opentype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Gotham-Book';
  src: url("../fonts/Gotham-Book.eot");
  src: url("../fonts/Gotham-Book.woff2") format("woff2"), url("../fonts/Gotham-Book.woff") format("woff"), url("../fonts/Gotham-Book.ttf") format("truetype"), url("../fonts/Gotham-Book.svg#Gotham-Book") format("svg"), url("../fonts/Gotham-Book.eot?#iefix") format("embedded-opentype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?cst3qj");
  src: url("../fonts/icomoon.eot?cst3qj#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?cst3qj") format("truetype"), url("../fonts/icomoon.woff?cst3qj") format("woff"), url("../fonts/icomoon.svg?cst3qj#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-check-symbol:before {
  content: "\e90b"; }

.icon-corazon:before {
  content: "\e90a"; }

.icon-icon-triangulo:before {
  content: "\e909"; }

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

.icon-staff:before {
  content: "\e60e"; }

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

.icon-close:before {
  content: "\e605"; }

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

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

.icon-menu:before {
  content: "\e602"; }

.icon-arrow-right:before {
  content: "\e606"; }

.icon-arrow-left:before {
  content: "\e607"; }

.icon-arrow-down:before {
  content: "\e608"; }

.icon-arrow-up:before {
  content: "\e609"; }

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

.icon-location:before {
  content: "\e600"; }

.icon-ICONOS-01:before {
  content: "\e900"; }

.icon-ICONOS-02:before {
  content: "\e901"; }

.icon-ICONOS-03:before {
  content: "\e902"; }

.icon-ICONOS-04:before {
  content: "\e903"; }

.icon-ICONOS-05:before {
  content: "\e904"; }

.icon-ICONOS-06:before {
  content: "\e905"; }

.icon-ICONOS-07:before {
  content: "\e906"; }

.icon-ICONOS-08:before {
  content: "\e907"; }

.icon-phone:before {
  content: "\e60a";
  color: #444; }

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

/*!
 * Bootstrap v4.0.0-beta (https://getbootstrap.com)
 * Copyright 2011-2017 The Bootstrap Authors
 * Copyright 2011-2017 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v2.1.0 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
  * Correct `inline-block` display not defined in IE 8/9.
  */
audio,
canvas,
video {
  display: inline-block; }

/**
  * Prevent modern browsers from displaying `audio` without controls.
  * Remove excess height in iOS 5 devices.
  */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
  * Address styling not present in IE 8/9.
  */
[hidden] {
  display: none; }

/* ==========================================================================
    Base
    ========================================================================== */
/**
  * 1. Set default font family to sans-serif.
  * 2. Prevent iOS text size adjust after orientation change, without disabling
  *    user zoom.
  */
html {
  font-family: sans-serif;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */ }

/**
  * Remove default margin.
  */
body {
  margin: 0; }

/* ==========================================================================
    Links
    ========================================================================== */
/**
  * Address `outline` inconsistency between Chrome and other browsers.
  */
a:focus {
  outline: thin dotted; }

/**
  * Improve readability when focused and also mouse hovered in all browsers.
  */
a:active,
a:hover {
  outline: 0; }

/* ==========================================================================
    Typography
    ========================================================================== */
/**
  * Address variable `h1` font-size and margin within `section` and `article`
  * contexts in Firefox 4+, Safari 5, and Chrome.
  */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
  * Address styling not present in IE 8/9, Safari 5, and Chrome.
  */
abbr[title] {
  border-bottom: 1px dotted; }

/**
  * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
  */
b,
strong {
  font-weight: bold; }

/**
  * Address styling not present in Safari 5 and Chrome.
  */
dfn {
  font-style: italic; }

/**
  * Address differences between Firefox and other browsers.
  */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0; }

/**
  * Address styling not present in IE 8/9.
  */
mark {
  background: #ff0;
  color: #000; }

/**
  * Correct font family set oddly in Safari 5 and Chrome.
  */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em; }

/**
  * Improve readability of pre-formatted text in all browsers.
  */
pre {
  white-space: pre-wrap; }

/**
  * Set consistent quote types.
  */
q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

/**
  * Address inconsistent and variable font size in all browsers.
  */
small {
  font-size: 80%; }

/**
  * Prevent `sub` and `sup` affecting `line-height` in all browsers.
  */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* ==========================================================================
    Embedded content
    ========================================================================== */
/**
  * Remove border when inside `a` element in IE 8/9.
  */
img {
  border: 0; }

/**
  * Correct overflow displayed oddly in IE 9.
  */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
    Figures
    ========================================================================== */
/**
  * Address margin not present in IE 8/9 and Safari 5.
  */
figure {
  margin: 0; }

/* ==========================================================================
    Forms
    ========================================================================== */
/**
  * Define consistent border, margin, and padding.
  */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
  * 1. Correct `color` not being inherited in IE 8/9.
  * 2. Remove padding so people aren't caught out if they zero out fieldsets.
  */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
  * 1. Correct font family not being inherited in all browsers.
  * 2. Correct font size not being inherited in all browsers.
  * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
  */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
  * Address Firefox 4+ setting `line-height` on `input` using `!important` in
  * the UA stylesheet.
  */
button,
input {
  line-height: normal; }

/**
  * Address inconsistent `text-transform` inheritance for `button` and `select`.
  * All other form control elements do not inherit `text-transform` values.
  * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
  * Correct `select` style inheritance in Firefox 4+ and Opera.
  */
button,
select {
  text-transform: none; }

/**
  * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
  *    and `video` controls.
  * 2. Correct inability to style clickable `input` types in iOS.
  * 3. Improve usability and consistency of cursor style between image-type
  *    `input` and others.
  */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
  * Re-set default cursor for disabled elements.
  */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
  * 1. Address box sizing set to `content-box` in IE 8/9.
  * 2. Remove excess padding in IE 8/9.
  */
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
  * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
  * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
  *    (include `-moz` to future-proof).
  */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
  * Remove inner padding and search cancel button in Safari 5 and Chrome
  * on OS X.
  */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
  * Remove inner padding and border in Firefox 4+.
  */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
  * 1. Remove default vertical scrollbar in IE 8/9.
  * 2. Improve readability and alignment in all browsers.
  */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/* ==========================================================================
    Tables
    ========================================================================== */
/**
  * Remove most spacing between table cells.
  */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/* default */
body,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
h7 p,
blockquote,
pre,
a,
abbr,
acronym,
address,
code,
del,
dfn,
em,
img,
q,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
dialog,
figure,
footer,
header,
hgroup,
section,
menu,
details {
  margin: auto;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline; }

article,
aside,
dialog,
figure,
footer,
header,
hgroup,
section,
menu {
  display: block; }

html,
body {
  height: 100%; }

body {
  font-family: Verdana; }

a {
  text-decoration: none; }

li {
  list-style: none; }

h2 {
  margin: 0 0 10px;
  font-size: 38px;
  line-height: 1;
  font-weight: bold; }

h3 {
  margin: 0 0 10px;
  font-size: 12px;
  line-height: 1; }

h4 {
  padding: 0;
  margin: 0 0 10px;
  font-size: 16px;
  line-height: 1; }

h5 {
  margin: 0 0 10px;
  font-size: 18px;
  line-height: 1;
  font-weight: bold; }

h6 {
  font-size: 16px;
  font-size: 18px;
  line-height: 1; }

a img {
  border: none; }

p {
  margin: 0 0 15px; }

li {
  list-style: none; }

em,
cite {
  font-style: normal; }

strong {
  font-weight: bold; }

label {
  cursor: pointer; }

textarea {
  font-family: Arial, sans-serif;
  resize: none; }

input[type="submit"] {
  cursor: pointer; }

:focus {
  outline: 0; }

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

caption,
th,
td {
  font-weight: normal; }

table,
th,
td {
  vertical-align: middle; }

br {
  line-height: 1; }

img {
  width: 100%;
  height: auto; }

.wrapper {
  overflow: hidden; }

.ui-widget-header a {
  color: inherit; }

.ui-widget-content a {
  color: inherit; }

.btn-general {
  font-size: 13px;
  font-family: "Gotham-Bold", sans-serif;
  text-transform: uppercase;
  border-radius: 30px;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  padding: 15px 50px;
  pointer: cursor; }

.btn-orange {
  background-color: #f3661b;
  border: solid 1px #f3661b;
  color: #fff; }
  @media screen and (min-width: 1025px) {
    .btn-orange.btn-orange:hover {
      background-color: #fff;
      border: solid 1px #f3661b;
      color: #f3661b; } }

.btn-black {
  background-color: #222221;
  border: solid 1px #222221;
  color: #fff; }
  @media screen and (min-width: 1025px) {
    .btn-black.btn-black:hover {
      background-color: #fff;
      border: solid 1px #222221;
      color: #000; } }

.btn-white {
  background-color: #fff;
  border: solid 1px #bec1c4;
  color: #7f8488; }
  @media screen and (min-width: 1025px) {
    .btn-white.btn-white:hover {
      border: solid 1px #f3661b;
      color: #f3661b; }
      .btn-white.btn-white:hover:before {
        color: #f3661b; } }

.btn-general-icon {
  font-size: 13px;
  font-family: "Gotham-Bold", sans-serif;
  text-transform: uppercase;
  border-radius: 30px;
  position: relative;
  -webkit-transition-duration: 0.1s;
          transition-duration: 0.1s;
  padding: 13px 30px 13px 45px;
  pointer: cursor;
  color: #bec1c4; }
  .btn-general-icon:before {
    content: "\e607";
    font-size: 19px;
    color: #bec1c4;
    position: absolute;
    font-family: "icomoon";
    left: 25px;
    margin-top: 2px; }

.btn-general-icon2 {
  font-size: 13px;
  font-family: "Gotham-Bold", sans-serif;
  text-transform: uppercase;
  border-radius: 30px;
  position: relative;
  -webkit-transition-duration: 0.1s;
          transition-duration: 0.1s;
  padding: 13px 45px 13px 30px;
  pointer: cursor;
  color: #bec1c4; }
  .btn-general-icon2:before {
    content: "\e606";
    font-size: 19px;
    color: #bec1c4;
    position: absolute;
    font-family: "icomoon";
    right: 25px;
    margin-top: 2px; }

body.active {
  overflow: hidden; }

.page__home .header__main {
  border-bottom: none; }

.page__home .header__button {
  background: #000;
  border: 1px solid #000; }
  @media screen and (min-width: 1025px) {
    .page__home .header__button:hover {
      background: #fff;
      color: #f3661b; } }

.header__static .header {
  height: 92px; }

.header__static .header__main {
  background: #272726;
  border-bottom: none; }

@media screen and (max-width: 1024px) {
  .header__static .header {
    height: 70px; } }

.header.active .header__main {
  background: #272726;
  border-bottom: none;
  -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
  padding-top: 15px;
  padding-bottom: 15px; }

.header.active .header__logo__img {
  width: 170px; }

.header.active .header__button {
  background: #f3661b;
  color: #fff;
  border: 1px solid #f3661b; }
  @media screen and (min-width: 1025px) {
    .header.active .header__button:hover {
      background-color: #fff;
      border: solid 1px #f3661b;
      color: #f3661b; } }

.header__main {
  width: 100%;
  background: transparent;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  -webkit-box-shadow: 0px 2px 4px 0px transparent;
          box-shadow: 0px 2px 4px 0px transparent;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 140;
  -webkit-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 19px 20px; }

.header__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1166px;
  width: 100%;
  margin: auto; }

.header__content__left a {
  display: block; }

.header__content__left--url {
  display: none; }

.header_content__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0; }

.header__logo {
  display: block; }

.header__logo__img {
  width: 245px;
  -webkit-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out; }
  .header__logo__img img {
    display: block;
    width: 100%;
    height: auto; }

.header__menu__text {
  display: inline-block;
  line-height: 1;
  color: #fff;
  font-family: "Gotham-Book", sans-serif;
  font-size: 14px;
  margin-left: 35px; }

.header__menu {
  display: block;
  width: 30px;
  height: 30px;
  background: transparent;
  cursor: pointer;
  border: 1px solid #fff;
  border-radius: 50%;
  position: relative;
  -webkit-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
  margin-left: 10px; }
  @media screen and (min-width: 1025px) {
    .header__menu:hover .header__menu__line--bottom {
      width: 8px; } }

.header__menu__container {
  display: block;
  width: 13px;
  height: 13px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto; }

.header__menu__line {
  display: block;
  height: 1px;
  background: #fff;
  border-radius: 25px;
  position: absolute;
  right: 0;
  -webkit-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out; }

.header__menu__line--top {
  width: 100%;
  top: 0; }

.header__menu__line--center {
  width: 100%;
  top: 0;
  bottom: 0;
  margin: auto; }

.header__menu__line--bottom {
  width: 100%;
  bottom: 0; }

.header__button {
  width: 150px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0; }

@media screen and (max-width: 1024px) {
  .header__main {
    padding-top: 15px;
    padding-bottom: 15px; }
  .header__logo__img {
    width: 170px; } }

@media screen and (max-width: 767px) {
  .header.active .header__logo__img {
    width: 140px; }
  .header__logo__img {
    width: 140px; }
  .header__menu__text {
    display: none; } }

@media screen and (max-width: 480px) {
  .header.active .header__logo__img {
    width: 120px; }
  .header__main {
    padding-left: 10px;
    padding-right: 10px; }
  .header__logo__img {
    width: 120px; }
  .header__button {
    width: 100px;
    font-size: 12px; } }

.menu__overlay {
  display: block;
  width: 100%;
  height: 100%;
  background: #000;
  position: fixed;
  top: 0;
  right: 0;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .25s ease .2s;
  transition: opacity .25s ease .2s; }
  .menu__overlay.active {
    z-index: 2000;
    opacity: .7;
    visibility: visible; }

.menu {
  width: 0%;
  height: 0%;
  overflow: hidden;
  background: #fff;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 2400;
  -webkit-transition: right 350ms ease, width 350ms ease, top 350ms ease, height 350ms ease;
  transition: right 350ms ease, width 350ms ease, top 350ms ease, height 350ms ease;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0; }
  .menu.active {
    width: 100%;
    height: 515px; }
    .menu.active .menu__logo,
    .menu.active .menu__button {
      z-index: 1;
      -webkit-transform: translateY(0);
              transform: translateY(0);
      opacity: 1;
      visibility: visible;
      -webkit-transition: all .3s linear .3s;
      transition: all .3s linear .3s; }
    .menu.active .menu__links,
    .menu.active .menu__foot {
      z-index: 1;
      opacity: 1;
      visibility: visible;
      -webkit-transform: translateX(0px);
              transform: translateX(0px);
      -webkit-transition: opacity .7s ease .7s, -webkit-transform .7s ease .7s;
      transition: opacity .7s ease .7s, -webkit-transform .7s ease .7s;
      transition: transform .7s ease .7s, opacity .7s ease .7s;
      transition: transform .7s ease .7s, opacity .7s ease .7s, -webkit-transform .7s ease .7s; }

.menu__content {
  max-width: 1200px;
  width: 100%;
  padding-top: 30px;
  margin: auto; }

.menu__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 50px;
  margin-bottom: 25px; }

.menu__head__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 280px; }

.menu__logo {
  max-width: 227px;
  width: 100%;
  margin: 0; }
  .menu__logo img {
    display: block;
    width: 100%;
    height: auto; }

.menu__button {
  padding: 11.5px 30px;
  margin: 0; }

.menu__logo,
.menu__button {
  position: relative;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-50px);
          transform: translateY(-50px); }

.menu__close {
  display: block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  color: #000;
  font-weight: bold;
  font-size: 28px;
  text-align: center;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(50px) rotate(90deg);
          transform: translateX(50px) rotate(90deg);
  -webkit-transition: opacity .3s ease .3s, -webkit-transform .3s ease .3s;
  transition: opacity .3s ease .3s, -webkit-transform .3s ease .3s;
  transition: transform .3s ease .3s, opacity .3s ease .3s;
  transition: transform .3s ease .3s, opacity .3s ease .3s, -webkit-transform .3s ease .3s;
  margin: 0; }
  .menu__close.active {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0px) rotate(0deg);
            transform: translateX(0px) rotate(0deg); }

.menu__links,
.menu__foot {
  position: relative;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(100px);
          transform: translateX(100px); }

.menu__links {
  margin-bottom: 65px; }

.menu__links__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.menu__links__item {
  width: 25%;
  margin: 0;
  margin-top: 70px;
  padding-right: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.menu__links__enlace {
  display: inline-block;
  line-height: 1;
  color: #000;
  font-family: "Gotham-Bold", sans-serif;
  font-size: 27px;
  -webkit-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
  padding-left: 42px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative; }
  .menu__links__enlace sup {
    font-family: "Gotham-Book", sans-serif;
    font-size: 21px;
    top: 0.6em;
    position: absolute;
    left: 0; }
  .menu__links__enlace.active {
    color: #f3661b; }
  @media screen and (min-width: 1025px) {
    .menu__links__enlace:hover {
      color: #f3661b; } }

.menu__foot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 1px solid rgba(193, 193, 193, 0.5);
  padding-top: 35px; }

.menu__foot__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
  color: #808080;
  font-family: "Gotham-Bold", sans-serif;
  margin: 0; }

.menu__foot__box--subtitle {
  font-size: 16px;
  margin-right: 35px; }

.menu__foot__box--phone {
  font-size: 23px;
  margin-right: 70px; }

.menu__foot__box--email {
  font-size: 18px; }

.menu__foot__icon {
  font-size: 25px;
  margin: 0;
  margin-right: 5px; }

.menu__foot__box__text {
  margin: 0; }

@media screen and (max-width: 1024px) {
  .menu.active {
    height: 400px; }
  .menu__content {
    max-width: 860px; }
  .menu__head__right {
    width: 250px; }
  .menu__logo {
    max-width: 180px; }
  .menu__links {
    margin-bottom: 50px; }
  .menu__links__item {
    margin-top: 50px; }
  .menu__links__enlace {
    font-size: 20px; }
    .menu__links__enlace sup {
      font-size: 18px; }
  .menu__foot__box--subtitle {
    font-size: 15px; }
  .menu__foot__box--phone {
    font-size: 20px;
    margin-right: 50px; }
  .menu__foot__box--email {
    font-size: 16px; } }

@media screen and (max-width: 960px) {
  .menu__links__enlace {
    font-size: 16px; }
    .menu__links__enlace sup {
      font-size: 14px; }
  .menu__foot__box--phone {
    font-size: 18px;
    margin-right: 45px; }
  .menu__foot__box--email {
    font-size: 15px; }
  .menu__foot__icon {
    font-size: 22px; } }

@media screen and (max-width: 767px) {
  .menu {
    overflow: auto;
    padding-left: 15px;
    padding-right: 15px; }
    .menu.active {
      width: 100%;
      height: 100%; }
  .menu__content {
    overflow: hidden;
    padding-top: 20px;
    padding-bottom: 20px; }
  .menu__head {
    padding-right: 20px; }
  .menu__head__right {
    width: auto; }
  .menu__logo {
    max-width: 130px; }
  .menu__links {
    margin-bottom: 30px; }
  .menu__links__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .menu__links__item {
    width: 100%;
    margin-top: 30px;
    padding-right: 0; }
  .menu__button {
    display: none; }
  .menu__foot {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
  .menu__foot__box {
    margin-bottom: 15px; } }

@media screen and (max-width: 480px) {
  .menu__foot__box--subtitle {
    font-size: 14px; }
  .menu__foot__box--phone {
    font-size: 16px; }
  .menu__foot__box--email {
    font-size: 13px; } }

.footer * a {
  outline: none; }

.nuevo_icon {
  width: auto;
  height: auto;
  top: 0;
  left: 0;
  position: absolute;
  font-size: 28px; }

.footer__info__box--phone {
  position: relative;
  padding-left: 40px; }

.footer_mail_list {
  padding-top: 10px; }
  .footer_mail_list li {
    margin-top: 13px; }
  .footer_mail_list a {
    color: #fff; }

.footer_mail_list_movil {
  display: none; }

.footer {
  background: #272726;
  padding: 0 20px; }

.footer__content {
  max-width: 1200px;
  width: 100%;
  margin: auto; }

.footer__content__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 65px;
  padding-bottom: 37px; }

.footer__content__bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  padding-top: 25px;
  padding-bottom: 33px; }

.footer__column__left {
  width: 29%;
  margin: 0; }

.footer__column__center {
  width: 54%;
  padding-top: 10px;
  margin: 0; }

.footer__column__right {
  width: 17%;
  padding-top: 10px;
  margin: 0; }

.footer__logo {
  width: 245px;
  margin: 0;
  margin-bottom: 15px; }
  .footer__logo img {
    display: block;
    width: 100%;
    height: auto; }

.footer__menu__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.footer__menu__item {
  width: 50%;
  margin: 0;
  margin-bottom: 30px; }

.footer__menu__link {
  display: inline-block;
  line-height: 1;
  color: #fff;
  font-family: "Gotham-Book", sans-serif;
  font-size: 14px;
  line-height: 20px;
  position: relative;
  padding-left: 15px; }
  .footer__menu__link:before {
    content: "";
    width: 4px;
    height: 4px;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto; }

.footer__info__title {
  margin-bottom: 25px; }
  .footer__info__title h3 {
    color: #fff;
    font-family: "Gotham-Book", sans-serif;
    font-size: 14px;
    position: relative;
    padding-left: 15px;
    margin-bottom: 0; }
    .footer__info__title h3:before {
      content: "";
      width: 4px;
      height: 4px;
      background: #fff;
      border-radius: 50%;
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      margin: auto; }

.footer__info__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.footer__info__box--responsive {
  display: none; }

.footer__info__text,
.footer__info__icon {
  display: block;
  line-height: 1;
  color: #fff;
  margin: 0; }

.footer__info__text--phone {
  font-family: "Gotham-Bold", sans-serif;
  font-size: 18px;
  color: #fff; }

.footer__info__icon--phone {
  font-size: 25px;
  margin-right: 10px; }

.footer__info__text--email {
  font-family: "Gotham-Medium", sans-serif;
  font-size: 16px; }

.footer__copy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1200px;
  width: 100%;
  margin: auto; }

.footer__copy__left,
.footer__copy__right {
  line-height: 1;
  color: #fff;
  font-family: "Gotham-Book", sans-serif;
  font-size: 11px; }
  .footer__copy__left p,
  .footer__copy__right p {
    margin: 0; }

.footer__copy__left {
  opacity: .5; }

.footer__copy__right a {
  color: #fff; }

.footer__copy__icon {
  display: inline-block;
  vertical-align: middle;
  color: #b97380;
  margin-left: 1px;
  margin-right: 3px;
  -webkit-animation: latidos .5s infinite;
          animation: latidos .5s infinite;
  -webkit-transform-origin: center;
          transform-origin: center; }

.staffteam {
  font-family: "Gotham-Bold", sans-serif;
  font-weight: normal;
  position: relative;
  padding-right: 0.45em; }
  .staffteam:after {
    content: '\e60e';
    font-family: "icomoon";
    font-size: 0.7em;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    position: absolute;
    right: -1px;
    speak: none;
    text-transform: none;
    top: -3px; }

.text_footer {
  background: rgba(255, 255, 255, 0.1);
  color: white;
  font-size: 16px;
  font-family: "Gotham-Book", sans-serif;
  padding: 20px 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 20px;
  width: 100%;
  margin-bottom: 20px; }

.footer_redes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media screen and (max-width: 960px) {
    .footer_redes {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; } }

.footer_redes_link {
  display: block;
  width: 24px;
  margin: 30px 20px 0 0; }
  @media screen and (min-width: 1025px) {
    .footer_redes_link {
      opacity: 0.7;
      -webkit-transition: all .25s ease;
      transition: all .25s ease; }
      .footer_redes_link:hover {
        opacity: 1; } }
  @media screen and (max-width: 960px) {
    .footer_redes_link {
      margin-left: 10px;
      margin-right: 10px; } }
  .footer_redes_link img {
    display: block;
    width: 100%;
    height: auto; }

@media screen and (max-width: 1024px) {
  .text_footer {
    padding: 20px 15px; }
  .footer__content__top {
    padding-top: 50px;
    padding-bottom: 33px; }
  .footer__content__bottom {
    padding-top: 20px;
    padding-bottom: 25px; }
  .footer__column__left {
    width: 30%; }
  .footer__column__center {
    width: 48%; }
  .footer__column__right {
    width: 22%; }
  .footer__logo {
    max-width: 170px; }
  .footer__menu__item {
    margin-bottom: 25px; }
  .footer__menu__link {
    font-size: 14px; }
  .footer__info__title h3 {
    font-size: 14px; }
  .footer__info__text--phone {
    font-size: 20px; }
  .footer__info__text--email {
    font-size: 14px; }
  .text_footer {
    font-size: 14px; } }

@media screen and (max-width: 960px) {
  .footer__content__top {
    padding-top: 30px;
    padding-bottom: 30px; }
  .footer__column__left,
  .footer__column__center {
    display: none; }
  .footer__column__right {
    width: 100%;
    padding-top: 0; }
  .footer__info__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .footer__info__box {
    margin: 0;
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .footer__info__box--responsive {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 12px; }
  .footer__info__title {
    text-align: center;
    margin-bottom: 20px; }
    .footer__info__title h3:before {
      display: none; }
  .footer__info__wrap {
    display: block;
    text-align: center; }
  .nuevo_icon_content {
    width: auto;
    display: initial; }
  .nuevo_icon {
    font-size: 22px;
    top: -5px; }
  .footer__info__box--phone {
    padding-left: 35px; }
  .footer_mail_list {
    display: none; }
  .footer_mail_list_movil {
    display: block;
    padding-top: 10px;
    padding-bottom: 15px; }
    .footer_mail_list_movil li {
      margin-top: 13px; }
    .footer_mail_list_movil a {
      color: #fff; } }

@media screen and (max-width: 767px) {
  .footer {
    padding-left: 15px;
    padding-right: 15px; }
  .footer__content__top {
    padding-top: 20px;
    padding-bottom: 20px; }
  .footer__content__bottom {
    padding-top: 15px;
    padding-bottom: 15px; }
  .footer__column__right {
    text-align: center; }
  .footer__info__title h3 {
    display: inline-block;
    padding-left: 0; }
    .footer__info__title h3:before {
      display: none; }
  .footer__info__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .footer__info__box--responsive {
    margin-top: 15px; }
  .footer__info__icon--phone {
    font-size: 22px; }
  .footer__info__text--phone {
    font-size: 18px; }
  .footer__info__text--email {
    font-size: 13px; }
  .footer__copy {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .footer__copy__left {
    line-height: 1.4;
    text-align: center;
    margin-bottom: 15px; }
  .footer__info__box--responsive {
    padding-top: 0; }
  .text_footer {
    font-size: 13px; } }

@-webkit-keyframes latidos {
  0% {
    -webkit-transform: none;
            transform: none; }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1); }
  100% {
    -webkit-transform: none;
            transform: none; } }

@keyframes latidos {
  0% {
    -webkit-transform: none;
            transform: none; }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1); }
  100% {
    -webkit-transform: none;
            transform: none; } }

.parrafo-general {
  font-family: "Gotham-Book", sans-serif;
  font-size: 17px; }

.parrafo-grey {
  color: #808080; }

.parrafo-white {
  color: #000; }

.parrafo-align-right {
  text-align: right; }

.parrafo-align-center {
  text-align: center; }

.parrafo-align-left {
  text-align: left; }

@media screen and (max-width: 980px) {
  .parrafo-general {
    font-size: 14px; } }

.titulo-h1 {
  font-family: "Gotham-Black", sans-serif;
  font-size: 65px; }

.titulo-h2 {
  font-family: "Gotham-Black", sans-serif;
  font-size: 45px; }

.titulo-h3 {
  font-family: "Gotham-Black", sans-serif;
  font-size: 40px; }

.titulo-color-white {
  color: #fff; }

.titulo-color-orange {
  color: #f3661b; }

.titulo-color-black {
  color: #222221; }

@media screen and (max-width: 990px) {
  .titulo-h1 {
    font-size: 55px; }
  .titulo-h2 {
    font-size: 35px; }
  .titulo-h3 {
    font-size: 30px; } }

@media screen and (max-width: 680px) {
  .titulo-h1 {
    font-size: 50px; }
  .titulo-h2 {
    font-size: 30px; }
  .titulo-h3 {
    font-size: 25px; } }

.input-content-muestra {
  padding-top: 50px;
  max-width: 50%;
  margin: 0 auto;
  background-color: grey;
  padding-left: 50px;
  padding-right: 50px;
  padding-bottom: 50px; }

.input-one {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  border: none;
  height: 55px;
  padding-left: 34px;
  padding-right: 34px;
  font-size: 15px;
  font-family: "Gotham-Book", sans-serif;
  border-radius: 40px; }

.input--background-color-whithe {
  background-color: #fff; }

.input--background-color-grey {
  background-color: #e3e6e9; }

input::-webkit-input-placeholder {
  color: #272726; }

input::-moz-placeholder {
  color: #272726; }

input::-ms-input-placeholder {
  color: #272726; }

input::placeholder {
  color: #272726; }

.general__input__ico__right {
  position: relative; }
  .general__input__ico__right:before {
    position: absolute;
    content: "\e908";
    font-family: "icomoon";
    font-weight: bold;
    font-size: 8px;
    color: #000;
    right: 20px;
    top: 5px; }

@media screen and (max-width: 640px) {
  .input-one {
    height: 50px; } }

.componente-titulo-parrafo--margin-top {
  margin-top: 40px; }

.componente-numero-parrafo--box-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; }

.componente-numero-parrafo--a {
  background-color: #f3661b;
  border-radius: 35px;
  padding: 15px 20px; }

.componente-numero-parrafo--box {
  border: solid 1px #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.componente-numero-parrafo--padding {
  padding-left: 20px;
  padding-top: 15px; }

.componente-producto-content {
  width: 272px;
  height: auto;
  text-align: center; }

.componente-producto__titulo {
  font-family: "Gotham-Book", sans-serif;
  color: #272726;
  font-size: 20px;
  padding-bottom: 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.componente-producto__price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.componente-producto__column {
  width: 50%;
  border-left: 1px solid #f3661b;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 15px; }
  .componente-producto__column:first-child {
    border-left: none; }

.componente-producto__parrafo {
  font-family: "Gotham-Bold", sans-serif;
  color: #808080;
  font-size: 12px; }
  .componente-producto__parrafo strong {
    color: #000;
    font-family: "Gotham-Bold", sans-serif;
    font-weight: normal;
    font-size: 16px; }
  .componente-producto__parrafo p {
    margin-bottom: 4px; }
    .componente-producto__parrafo p:last-child {
      margin-bottom: 0; }

.componente-producto__lista {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "Gotham-Book", sans-serif;
  color: #808080;
  font-size: 13px; }

.componente-producto__lista-box {
  position: relative;
  padding-left: 12px;
  padding-right: 15px;
  margin-bottom: 5px; }
  .componente-producto__lista-box p {
    margin: 0; }
  .componente-producto__lista-box:before {
    content: "|";
    font-family: "Gotham-Book", sans-serif;
    display: block;
    font-size: 15px;
    color: #808080;
    position: absolute;
    top: 50%;
    right: -2px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }
  .componente-producto__lista-box:last-child:before {
    display: none; }

.componente-producto__img {
  width: 100%;
  margin-bottom: 12px;
  position: relative; }
  .componente-producto__img img {
    display: block;
    width: 100%;
    height: auto; }

.etiqueta_producto {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 5px 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
  font-family: "Gotham-Book", sans-serif;
  font-size: 15px;
  background: #f3661b; }
  .etiqueta_producto p {
    margin: 0; }

.componente-producto__btn {
  margin-top: 29px;
  opacity: 0;
  position: relative;
  z-index: -1;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s; }

.componente-producto-content:hover .componente-producto__btn {
  margin-top: 29px;
  opacity: 1;
  position: relative;
  z-index: 1; }

.general__input .general__input__input {
  width: 100%;
  height: 55px;
  line-height: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #272726;
  font-size: 14px;
  font-family: "Gotham-Book", sans-serif;
  border-radius: 35px;
  padding-left: 34px;
  padding-right: 34px;
  letter-spacing: 0.5px;
  border: initial; }

.general__input .general__input__input--background-color-white {
  background: #fff; }

.general__input .general__input__input--background-color-grey {
  background: #e3e6e9; }

.general__input .general__input__input::-webkit-input-placeholder {
  color: #222221;
  font-family: #222221;
  font-size: 15px; }

.general__input .general__input__input::-moz-placeholder {
  color: #222221;
  font-family: #222221;
  font-size: 15px; }

.general__input .general__input__input::-ms-input-placeholder {
  color: #222221;
  font-family: #222221;
  font-size: 15px; }

.general__input .general__input__input::placeholder {
  color: #222221;
  font-family: #222221;
  font-size: 15px; }

.general__input .general__input__inside--green {
  border: 1px solid #222221; }

.general__input .general__input__inside--green::-webkit-input-placeholder {
  color: #222221; }

.general__input .general__input__inside--green::-moz-placeholder {
  color: #222221; }

.general__input .general__input__inside--green::-ms-input-placeholder {
  color: #222221; }

.general__input .general__input__inside--green::placeholder {
  color: #222221; }

.general__input--white .general__input__title {
  color: #fff; }

.general__input--white .general__input__input {
  color: #fff;
  border: 1px solid #fff; }

.general__input--white .general__input__input::-webkit-input-placeholder {
  color: #fff; }

.general__input--white .general__input__input::-moz-placeholder {
  color: #fff; }

.general__input--white .general__input__input::-ms-input-placeholder {
  color: #fff; }

.general__input--white .general__input__input::placeholder {
  color: #fff; }

.general__input--white .general__input__ico {
  color: #fff; }

.general__input--white option {
  color: #222221; }

.general__input--white .general__input__button {
  color: #fff; }

.general__input--transparent .general__input__title {
  color: #fff; }

.general__input--transparent .general__input__input {
  color: #fff;
  border: 1px solid transparent;
  background: rgba(255, 255, 255, 0.2);
  -webkit-transition: all .15s linear;
  transition: all .15s linear; }
  .general__input--transparent .general__input__input:focus {
    border: 1px solid #fff; }

.general__input--transparent .general__input__input::-webkit-input-placeholder {
  color: #222221; }

.general__input--transparent .general__input__input::-moz-placeholder {
  color: #222221; }

.general__input--transparent .general__input__input::-ms-input-placeholder {
  color: #222221; }

.general__input--transparent .general__input__input::placeholder {
  color: #222221; }

.general__input--transparent .general__input__ico {
  color: #fff; }

.general__input--transparent option {
  color: #222221; }

.general__input--transparent .general__input__button {
  color: #fff; }

.general__input--textarea .general__input__input {
  height: 55px;
  line-height: 2.4;
  padding-top: 10px; }

.general__input--select {
  position: relative; }
  .general__input--select select {
    padding-right: 35px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    position: relative; }
    .general__input--select select::-ms-expand {
      display: none; }

.general__input__title {
  display: block;
  cursor: auto;
  font-size: 18px;
  margin-bottom: 10px;
  color: #222221; }

.general__input--center {
  text-align: center; }
  .general__input--center .general__input__title {
    text-align: center; }
  .general__input--center .general__input__input {
    text-align: center; }

.general__input__inside {
  position: relative; }

.general__input__ico {
  display: block;
  position: absolute;
  top: 0;
  font-size: 10px;
  line-height: 50px;
  pointer-events: none;
  z-index: 2;
  color: #222221; }

.general__input__ico__left {
  left: 10px; }

.general__input__ico__right {
  right: 10px; }

.general__input__icon--left .general__input__input {
  padding-left: 45px; }

.general__input__icon--right .general__input__input {
  padding-right: 45px; }

.general__input__icon--all .general__input__input {
  padding-right: 35px;
  padding-left: 35px; }

.general__input__button--right .general__input__button__right {
  position: absolute;
  top: 0;
  right: 0; }

.general__input__button--right .general__input__input {
  padding-right: 50px; }

.general__input__button {
  line-height: 50px;
  border: none;
  background: none;
  padding: 0;
  padding: 0 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #222221; }

.general__input__icon--right--type1 .general__input__input {
  padding-right: 56px; }

.general__input__icon--right--type1 .general__input__ico__right {
  right: 0;
  width: 50px;
  text-align: center;
  font-size: 20px;
  color: #222221;
  background: rgba(154, 178, 191, 0.3); }

.general__input__file {
  position: relative; }
  .general__input__file input[type="file"] {
    display: none; }

.general__input__file__label {
  display: block;
  position: relative;
  width: 100%;
  height: 50px;
  line-height: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: none;
  border-radius: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  margin-bottom: 0;
  border: 1px solid #222221;
  border-radius: 3px;
  padding: 0 20px;
  overflow: hidden; }

.general__input__file__text {
  color: #222221;
  font-family: "Gotham-Medium", sans-serif;
  font-size: 14px;
  letter-spacing: 1.05px; }

.general__input__file__ico {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  line-height: 50px;
  pointer-events: none;
  z-index: 2;
  padding: 0 25px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: rgba(154, 178, 191, 0.3); }

.general__input__file__ico--text {
  display: block;
  font-size: 14px;
  font-family: "Gotham-Black", sans-serif;
  color: #222221;
  text-transform: uppercase;
  letter-spacing: 1.05px; }

.general__input__file__ico--ico {
  display: none;
  line-height: 50px; }

@media screen and (max-width: 1024px) {
  .general__input__file__ico--ico {
    display: block; }
  .general__input__file__ico--text {
    display: none; }
  .general__input__file__ico {
    padding: 0 18px; }
  .general__input__file__label {
    padding-right: 65px; } }

.general__input--check--radio input[type="checkbox"], .general__input--check--radio input[type="radio"] {
  display: none; }

.general__input--check--radio--label {
  display: inline-block; }

.general__input__inside__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.general__input__figure {
  position: relative; }
  .general__input__figure:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0; }
  .general__input__figure:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0; }

.general__input__text {
  font-size: 13px;
  padding-left: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #222221; }

.general__input--radio .general__input__figure {
  width: 15px;
  height: 15px; }
  .general__input--radio .general__input__figure:before {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    border: 1px solid #222221;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .general__input--radio .general__input__figure:after {
    right: 0;
    bottom: 0;
    margin: auto;
    width: 50%;
    height: 50%;
    border-radius: 100%;
    background: #222221;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .2s linear;
    transition: all .2s linear; }

.general__input--check--radio input[type="radio"]:checked + .general__input--check--radio--label .general__input__figure:after {
  opacity: 1;
  visibility: visible; }

.general__input--checkbox .general__input__figure {
  width: 16px;
  height: 16px; }
  .general__input--checkbox .general__input__figure:before {
    width: 100%;
    height: 100%;
    border-radius: 2px;
    border: 2px solid #f3661b;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .general__input--checkbox .general__input__figure:after {
    content: "\e90b";
    font-family: "icomoon";
    top: 46%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: -1px;
    text-align: center;
    margin: auto;
    opacity: 0;
    visibility: hidden;
    font-size: 8px;
    font-weight: bold;
    -webkit-transition: all .2s linear;
    transition: all .2s linear; }

.general__input--check--radio input[type="checkbox"]:checked + .general__input--check--radio--label .general__input__figure:after {
  opacity: 1;
  visibility: visible; }

.general__input--checkbox--white .general__input__figure:before {
  border: 1px solid #fff; }

.general__input--checkbox--white .general__input__figure:after {
  color: #fff; }

.general__input--checkbox--white .general__input__text {
  color: #fff; }

.general__input--radio--white .general__input__figure:before {
  border: 1px solid #fff; }

.general__input--radio--white .general__input__figure:after {
  background: #fff; }

.general__input--radio--white .general__input__text {
  color: #fff; }

@media screen and (max-width: 1024px) {
  .general__input__button {
    line-height: 45px; }
  .general__input__title {
    font-size: 16px; }
  .general__input__icon--right--type1 .general__input__ico__right {
    line-height: 45px; }
  .general__input__file__label {
    height: 45px;
    line-height: 45px; }
  .general__input__file__ico {
    line-height: 45px; }
  .general__input__file__ico--ico {
    line-height: 45px; } }

@media screen and (max-width: 767px) {
  .general__input__button {
    line-height: 40px; }
  .general__input__ico {
    line-height: 40px; }
  .general__input__icon--right--type1 .general__input__ico__right {
    line-height: 40px; }
  .general__input__title {
    font-size: 14px; }
  .general__input__file__label {
    line-height: 40px;
    height: 40px; }
  .general__input__file__ico {
    line-height: 40px; }
  .general__input__file__ico--ico {
    line-height: 40px; } }

@media screen and (max-width: 640px) {
  .general__input .general__input__input {
    height: 50px; }
  .general__input--textarea .general__input__input {
    line-height: 2; } }

@-webkit-keyframes efecto_pulse_play {
  0% {
    -webkit-transform: translate3d(-50%, -50%, 0) scale(1);
            transform: translate3d(-50%, -50%, 0) scale(1);
    opacity: 1; }
  100% {
    -webkit-transform: translate3d(-50%, -50%, 0) scale(1.7);
            transform: translate3d(-50%, -50%, 0) scale(1.7);
    opacity: 0; } }

@keyframes efecto_pulse_play {
  0% {
    -webkit-transform: translate3d(-50%, -50%, 0) scale(1);
            transform: translate3d(-50%, -50%, 0) scale(1);
    opacity: 1; }
  100% {
    -webkit-transform: translate3d(-50%, -50%, 0) scale(1.7);
            transform: translate3d(-50%, -50%, 0) scale(1.7);
    opacity: 0; } }

.drawing-container {
  width: 100%;
  position: relative;
  height: 650px; }

.drawing-container__move {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  cursor: pointer;
  width: 100%;
  height: 100%;
  background: none;
  border: none !important;
  overflow: hidden;
  pointer-events: none; }
  .drawing-container__move .ui-slider-range.ui-corner-all.ui-widget-header.ui-slider-range-min {
    height: 100%;
    overflow: hidden;
    pointer-events: none; }
  .drawing-container__move .ui-slider-handle.ui-corner-all.ui-state-default {
    height: 50px;
    background: #fff;
    border-color: #fff;
    border-radius: 50%;
    width: 50px;
    top: 75%;
    margin-left: -25px;
    cursor: pointer;
    pointer-events: initial; }
    .drawing-container__move .ui-slider-handle.ui-corner-all.ui-state-default:before, .drawing-container__move .ui-slider-handle.ui-corner-all.ui-state-default:after {
      content: "";
      display: block;
      width: 100%;
      height: 100%;
      border: 1px solid #fff;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      border-radius: 50%;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translateX(-50%) translateY(-50%);
              transform: translateX(-50%) translateY(-50%);
      -webkit-animation: efecto_pulse_play 2.6s cubic-bezier(0.25, 0.9, 0.2, 1) 0.4s infinite;
              animation: efecto_pulse_play 2.6s cubic-bezier(0.25, 0.9, 0.2, 1) 0.4s infinite; }
    .drawing-container__move .ui-slider-handle.ui-corner-all.ui-state-default:after {
      -webkit-animation: efecto_pulse_play 2.6s cubic-bezier(0.25, 0.9, 0.2, 1) 0s infinite;
              animation: efecto_pulse_play 2.6s cubic-bezier(0.25, 0.9, 0.2, 1) 0s infinite; }

.drawing-container__item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center; }

.drawing-container__move--img-left {
  background-size: cover;
  background-position: center center; }

.hr__info {
  margin: 0; }

.hr__title {
  margin-bottom: 20px; }

.hr__wrap {
  max-width: 300px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  padding: 10px;
  margin-left: auto;
  margin-right: auto; }

.hr__borde {
  display: block;
  width: 1px;
  height: 100%;
  background: #fff;
  position: absolute;
  top: 0; }

.hr__borde--left {
  left: 0; }
  .hr__borde--left:before, .hr__borde--left:after {
    content: "";
    display: block;
    width: 16px;
    height: 1px;
    background: #fff;
    position: absolute;
    left: 0; }
  .hr__borde--left:before {
    top: 0; }
  .hr__borde--left:after {
    bottom: 0; }

.hr__borde--right {
  right: 0; }
  .hr__borde--right:before, .hr__borde--right:after {
    content: "";
    display: block;
    width: 16px;
    height: 1px;
    background: #fff;
    position: absolute;
    right: 0; }
  .hr__borde--right:before {
    top: 0; }
  .hr__borde--right:after {
    bottom: 0; }

.hr__text {
  line-height: 1.4;
  color: #fff;
  font-family: "Arial", sans-serif;
  font-size: 22px;
  text-align: center; }
  .hr__text strong {
    font-family: "Arial", sans-serif;
    font-weight: normal; }
  .hr__text p {
    margin: 0; }

.hr-figuras {
  position: relative;
  width: 205px;
  margin-left: -75px;
  margin-top: 10px; }

.hr__circle {
  display: block;
  width: 58px;
  height: 58px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto; }

.hr__arrows {
  display: block;
  font-size: 0;
  position: relative;
  padding-left: 21px;
  padding-right: 21px;
  margin: 0; }

.hr__arrow__text {
  display: block;
  height: 30px;
  line-height: 30px;
  color: #fff;
  background: #f3661b;
  font-family: "Gotham-Black", sans-serif;
  font-size: 12px;
  padding: 0 15px;
  text-align: center; }

.hr__arrow {
  display: block;
  width: 21px;
  height: 30px;
  position: absolute;
  top: 0; }

.hr__arrow--left {
  left: 0; }

.hr__arrow--right {
  right: 0;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg); }

.hr__arrow__triangle--1 {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 21px 15px 0;
  border-color: transparent #f3661b transparent transparent; }

.hr__arrow__triangle--2 {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 15px 3px 15px;
  border-color: transparent transparent #f3661b transparent;
  -webkit-transform: rotate(-35deg);
          transform: rotate(-35deg);
  position: absolute;
  top: 3px;
  left: -2px; }

.hr__arrow__triangle--3 {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 15px 8px 15px;
  border-color: transparent transparent #f3661b transparent;
  position: absolute;
  top: -7px;
  right: -18px;
  -webkit-transform: rotate(134deg);
          transform: rotate(134deg); }

.hr__arrow__triangle--4 {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 15px 3px 15px;
  border-color: transparent transparent #f3661b transparent;
  -webkit-transform: rotate(-145deg);
          transform: rotate(-145deg);
  position: absolute;
  bottom: 3px;
  left: -2px; }

.hr__arrow__triangle--5 {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 15px 8px 15px;
  border-color: transparent transparent #f3661b transparent;
  position: absolute;
  bottom: -6px;
  right: -18px;
  -webkit-transform: rotate(43deg);
          transform: rotate(43deg); }

.marcas__drawing--slider figure {
  height: 400px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center; }

@media screen and (max-width: 1024px) {
  .hr__title {
    margin-bottom: 10px;
    text-align: center; }
    .hr__title h1 {
      font-size: 50px; } }

.home__beneficios {
  position: relative;
  padding-bottom: 40px; }

.home__beneficios__container {
  width: 100%;
  height: 640px;
  position: relative; }
  .home__beneficios__container:after {
    content: '';
    width: 100%;
    height: 130px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-image: url(../img/line-2-banner-home.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center; }

.home__banner__line--2 {
  display: block;
  width: 100%;
  height: 65px;
  background: transparent;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: 2; }
  .home__banner__line--2:before {
    content: "";
    display: block;
    width: 110%;
    height: 300%;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); }

.home__beneficios__background {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center left;
  position: relative; }
  .home__beneficios__background:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, right top, from(rgba(36, 35, 35, 0)), color-stop(61%, rgba(36, 35, 35, 0.7)), to(rgba(36, 35, 35, 0.08)));
    background: linear-gradient(to right, rgba(36, 35, 35, 0) 0%, rgba(36, 35, 35, 0.7) 61%, rgba(36, 35, 35, 0.08) 100%); }

.home__beneficios__content {
  max-width: 1200px;
  margin: auto;
  padding: 0px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.home__beneficios__box {
  width: 38%;
  margin: auto;
  margin-right: 0; }

.home__beneficios__title {
  padding-bottom: 50px; }
  .home__beneficios__title h3 {
    font-family: "Gotham-Black", sans-serif;
    font-size: 38px;
    color: #f3661b;
    margin-bottom: 0; }

.home__beneficios__text {
  font-family: "Gotham-Book", sans-serif;
  font-size: 18px;
  color: #fff;
  padding-bottom: 55px; }
  .home__beneficios__text p {
    margin-bottom: 0; }

.home__beneficios__btn {
  text-align: left; }

@media screen and (max-width: 1024px) {
  .home__beneficios__box {
    width: 60%;
    margin: auto; }
  .home__beneficios__title,
  .home__beneficios__text,
  .home__beneficios__btn {
    text-align: center; }
  .home__beneficios__background:before {
    background: #242323;
    opacity: 0.7; } }

@media screen and (max-width: 990px) {
  .home__beneficios__box {
    width: 70%; }
  .home__beneficios__container:after {
    height: 65px; }
  .home__banner__line--2 {
    height: 40px; }
  .home__beneficios__title h3 {
    font-size: 32px; }
  .home__beneficios__text {
    font-size: 16px; } }

@media screen and (max-width: 690px) {
  .home__beneficios__box {
    width: 80%; }
  .home__beneficios__title h3 {
    font-size: 30px; }
  .home__beneficios__text {
    font-size: 15px; }
  .home__beneficios__container {
    height: 520px; } }

@media screen and (max-width: 480px) {
  .home__beneficios__box {
    width: 100%; }
  .home__beneficios__title h3 {
    font-size: 26px; } }

.home__block__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 500px; }

.home__block__right {
  max-width: 340px;
  margin: auto;
  padding: 0 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  .home__block__right .btn-general {
    display: inline-block; }

.home__block__right__title h3 {
  font-size: 38px;
  font-family: "Gotham-Black", sans-serif;
  color: #272726;
  margin: 0;
  line-height: 1.3; }

.home__block__right__button {
  margin-top: 55px; }

.home__block__left {
  max-width: 390px;
  margin: auto;
  padding: 0 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.home__block__left__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 70px; }
  .home__block__left__item:last-child {
    margin-bottom: 0; }

.home__block__left__item__number {
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  background: #f3661b;
  color: #fff;
  border-radius: 100%;
  font-size: 24px;
  font-family: "Gotham-Bold", sans-serif;
  -webkit-box-shadow: 5px 5px 23px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 5px 5px 23px 0px rgba(0, 0, 0, 0.25); }

.home__block__left__item__text {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 55px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 20px;
  font-size: 17px;
  font-family: "Gotham-Bold", sans-serif;
  color: #272726;
  line-height: 1.6; }
  .home__block__left__item__text p {
    margin: 0; }

@media screen and (max-width: 767px) {
  .home__block__right__title h3 {
    font-size: 30px; }
  .home__block__container {
    display: block;
    height: auto; } }

@media screen and (max-width: 1024px) {
  .marcas-line-slider {
    position: relative; }
    .marcas-line-slider:before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: #fff;
      opacity: .4; }
  .home__block__right {
    position: relative;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    padding: 0 15px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .home__block__right__title h3 {
    font-size: 30px; }
  .home__block__left {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
    max-width: 100%; }
  .home__block__left__item {
    margin-bottom: 20px; }
  .home__block__left__item__number {
    width: 45px;
    height: 45px;
    line-height: 45px;
    font-size: 20px; }
  .home__block__left__item__text {
    width: calc(100% - 45px); }
  .home__block__right__button {
    margin-top: 35px; } }

.home__filtros {
  position: relative;
  padding-bottom: 52px; }
  .home__filtros .slick-prev, .home__filtros .slick-next {
    width: 30px;
    height: 30px;
    z-index: 70; }
    .home__filtros .slick-prev:before, .home__filtros .slick-next:before {
      width: 30px;
      height: 30px;
      line-height: 30px;
      color: #f3661b;
      font-family: "icomoon";
      font-size: 28px;
      text-align: center; }
  .home__filtros .slick-prev {
    left: -15px; }
    .home__filtros .slick-prev:before {
      content: "\e607"; }
  .home__filtros .slick-next {
    right: -15px; }
    .home__filtros .slick-next:before {
      content: "\e606"; }

.home__lines {
  position: relative; }

.home__mascaras {
  width: 100%;
  position: absolute;
  top: -28px;
  left: 0;
  z-index: 2; }

.home__triangle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  height: 28px;
  overflow: hidden; }

.home__triangle__left,
.home__triangle__right {
  width: 50%;
  height: 100%;
  position: relative; }

.home__triangle__left:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 28px 0 0 960px;
  border-color: transparent transparent transparent #e3e6e9;
  position: absolute;
  right: 0;
  bottom: 0; }

.home__triangle__right:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 28px 960px;
  border-color: transparent transparent #e3e6e9 transparent;
  position: absolute;
  left: 0;
  bottom: 0; }

.home__rectangular {
  display: block;
  width: 100%;
  height: 28px;
  background: #e3e6e9; }

.home__circle {
  display: block;
  width: 100%;
  height: 60px;
  overflow: hidden;
  background: #e3e6e9;
  position: relative; }
  .home__circle:before {
    content: "";
    display: block;
    width: 102%;
    height: 250%;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); }

.home__filtros__container {
  max-width: 1200px;
  position: relative;
  z-index: 3;
  margin: auto;
  padding: 0px 20px;
  margin-top: -95px;
  z-index: 2; }

.home__filtros__autos__title {
  text-align: center;
  padding-bottom: 70px; }

.home__filtros__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }

.home__autos__item {
  width: calc(25% - 2%);
  height: auto;
  text-align: center;
  position: relative;
  padding-top: 15px;
  margin: 3% 1%; }
  .home__autos__item .btn-general {
    padding: 10px 35px; }
  .home__autos__item .componente-producto__btn {
    opacity: 1;
    z-index: 2; }
  @media screen and (min-width: 1030px) {
    .home__autos__item .componente-producto__btn {
      opacity: 0; }
    .home__autos__item:hover .componente-producto__btn {
      margin-top: 29px;
      opacity: 1;
      position: relative;
      z-index: 1; } }

.home__autos__dcto__box {
  background: #222221;
  border-radius: 0;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: auto;
  margin-right: 0;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2; }

.home__autos__dcto {
  padding: 8px 14px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Gotham-Bold", sans-serif;
  font-size: 12px;
  color: #fff; }
  .home__autos__dcto p {
    margin-bottom: 0; }

.home__filtros__autos__btn {
  text-align: center;
  padding-top: 60px; }

.home__filtros__content {
  background: #fff;
  border-radius: 12px;
  margin-bottom: 110px;
  -webkit-box-shadow: 0px 7px 14px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 7px 14px 0px rgba(0, 0, 0, 0.2); }

.home__filtros__content__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.home__filtros__content__title {
  font-family: "Gotham-Bold", sans-serif;
  font-size: 17px;
  color: #f3661b;
  padding-left: 0;
  padding-bottom: 12px; }
  .home__filtros__content__title p {
    margin-bottom: 0; }

.home__filtros__content__items {
  position: relative;
  padding: 20px 10px 10px;
  padding-left: 38px; }

.home__filtros__item {
  width: 17%;
  padding-right: 10px;
  padding-left: 10px;
  border-right: 1px solid #a0a1a2;
  margin: 0; }
  .home__filtros__item:nth-child(1) {
    padding-left: 0; }
  .home__filtros__item:nth-child(4) {
    border: none; }
  .home__filtros__item:last-child {
    padding-right: 0; }

.text_ppigv {
  font-size: 11px;
  color: #808080;
  padding-top: 6px; }

.home__filtros__item__select {
  width: 100%;
  position: relative; }
  .home__filtros__item__select select {
    width: 100%;
    height: 30px;
    border: none;
    background: #fff;
    font-family: "Gotham-Book", sans-serif;
    font-size: 19px;
    color: #222221;
    padding: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    position: relative; }
    .home__filtros__item__select select::-ms-expand {
      display: none; }
    .home__filtros__item__select select option {
      background: #fff; }
  .home__filtros__item__select:before {
    content: '\e608';
    position: absolute;
    font-family: "icomoon";
    font-size: 20px;
    color: #222221;
    right: 0;
    width: 30px;
    background: white;
    text-align: center;
    height: 30px;
    top: 0;
    z-index: 2;
    line-height: 1.5;
    pointer-events: none; }

.home__filtros__btn {
  width: 17%; }
  .home__filtros__btn button, .home__filtros__btn a {
    display: inline-block; }

@media screen and (max-width: 1024px) {
  .home__filtros__item {
    padding-right: 1%; }
  .home__autos__item {
    width: calc(100% / 3 - 4%);
    margin: 3% 2%; }
    .home__autos__item:nth-child(7), .home__autos__item:nth-child(8) {
      display: none; }
  .home__filtros__container {
    margin-top: -50px; } }

@media screen and (max-width: 991px) {
  .home__autos__item {
    width: calc(100% / 2 - 4%);
    margin: 30px 2%; }
  .home__filtros__container {
    margin-top: 20px; } }

@media screen and (max-width: 960px) {
  .home__filtros__content__items {
    padding: 20px 15px; }
  .home__filtros__content__box {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .home__filtros__content__title {
    text-align: center;
    padding-bottom: 20px; }
  .home__filtros__btn {
    display: block;
    width: 100%;
    text-align: center;
    position: static;
    -webkit-transform: none;
            transform: none;
    margin-top: 30px; } }

@media screen and (max-width: 790px) {
  .home__filtros__item {
    width: 22%; }
  .home__filtros__autos__title {
    padding-bottom: 40px; } }

@media screen and (max-width: 767px) {
  .home__autos__item {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 30px;
    margin: 30px 0; } }

@media screen and (max-width: 640px) {
  .home__filtros__item {
    width: 80%;
    border: none;
    padding-right: 0;
    padding-left: 0;
    margin-bottom: 0; }
  .home__filtros__item__select {
    width: 100%;
    margin: auto; }
    .home__filtros__item__select select {
      font-size: 17px; }
  .home__filtros__container {
    margin-top: -35px; }
  .home__filtros__item {
    padding: 10px 0px;
    border-bottom: 1px solid #e2e6e9; }
    .home__filtros__item:nth-child(1) {
      border-bottom: 1px solid #e2e6e9; } }

@media screen and (max-width: 390px) {
  .home__filtros__item {
    width: 100%; }
  .home__filtros__item__select {
    width: 100%; }
  .home__filtros__content__title {
    padding-left: 20px; } }

@media screen and (max-width: 340px) {
  .home__filtros__box {
    width: 100%; }
  .home__filtros__container {
    margin-top: -60px; }
  .home__filtros__autos__title {
    padding-bottom: 25px; } }

.listado__filtros {
  padding-top: 55px;
  padding-bottom: 60px; }

.listado__filtros__container {
  max-width: 1260px;
  margin: auto;
  padding: 0px 20px; }

.listado__filtros__title {
  padding-bottom: 38px;
  padding-left: 35px; }

.listado__filtros__icon {
  color: #7f8488;
  font-size: 30px;
  display: inline-block; }

.listado__filtros__text {
  padding-left: 20px;
  font-family: "Gotham-Bold", sans-serif;
  font-size: 23px;
  color: #7f8488;
  display: inline-block; }
  .listado__filtros__text p {
    margin-bottom: 0; }

.listado__filtros__content {
  background: #e2e6e9;
  border-radius: 5px; }

.listado__filtros__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 25px 10px 10px; }

.listado__filtros__item {
  padding: 10px 25px;
  border-right: 1px solid #a0a1a2;
  margin: 0; }
  .listado__filtros__item:nth-child(4) {
    border: none; }

.listado__filtros__item__text {
  font-family: "Gotham-Book", sans-serif;
  font-size: 14px;
  color: #7f8488;
  text-transform: uppercase;
  padding-bottom: 6px; }
  .listado__filtros__item__text p {
    margin-bottom: 0; }

.listado__filtros__item__select {
  width: 205px;
  position: relative; }
  .listado__filtros__item__select select {
    width: 100%;
    height: 30px;
    border: none;
    background: #e2e6e9;
    font-family: "Gotham-Bold", sans-serif;
    font-size: 19px;
    color: #222221;
    padding: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    position: relative; }
    .listado__filtros__item__select select::-ms-expand {
      display: none; }
    .listado__filtros__item__select select option {
      background: #fff; }
  .listado__filtros__item__select:before {
    content: '\e608';
    position: absolute;
    font-family: "icomoon";
    font-size: 20px;
    color: #222221;
    right: 0;
    top: 0;
    z-index: 2;
    line-height: 1.5;
    pointer-events: none; }

.listado__filtros__btn {
  padding: 10px 25px;
  margin: auto; }

.listado__autos {
  padding-bottom: 100px; }

.listado__autos__container {
  max-width: 1220px;
  margin: auto;
  padding: 0px 20px; }

.listado__autos__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }

.listado__autos__item {
  width: calc(25% - 2%);
  height: auto;
  text-align: center;
  padding-top: 15px;
  margin: 3% 1%;
  display: block; }
  .listado__autos__item .btn-general {
    padding: 10px 35px; }
  .listado__autos__item .componente-producto__btn {
    opacity: 1;
    z-index: 2; }
  @media screen and (min-width: 1030px) {
    .listado__autos__item .componente-producto__btn {
      opacity: 0; }
    .listado__autos__item:hover .componente-producto__btn {
      margin-top: 29px;
      opacity: 1;
      position: relative;
      z-index: 1; } }

.listado__autos__paginador__box {
  padding-top: 70px; }

.listado__autos__paginador {
  max-width: 200px;
  padding: 0px 20px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.listado__autos__lista {
  padding: 0px 18px; }

.listado__autos__lista__number li {
  display: inline-block;
  font-family: "Gotham-Book", sans-serif;
  color: #222221;
  font-size: 20px;
  padding: 0px 6px;
  margin: 0px 3px;
  cursor: pointer;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  position: relative; }
  .listado__autos__lista__number li a {
    color: #222221; }
  .listado__autos__lista__number li:hover:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background: #f3661b;
    left: 0;
    bottom: 0;
    -webkit-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out; }
  .listado__autos__lista__number li.active a {
    color: #f3661b;
    font-family: "Gotham-Black", sans-serif;
    -webkit-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out; }
  .listado__autos__lista__number li:hover a {
    color: #f3661b;
    font-family: "Gotham-Black", sans-serif;
    -webkit-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out; }

.listado__autos__flecha__icon {
  color: #222221;
  font-size: 20px;
  cursor: pointer; }
  .listado__autos__flecha__icon a {
    color: #222221; }

.listado__renueva {
  padding-bottom: 85px; }

.listado__renueva__container {
  max-width: 1200px;
  margin: auto;
  padding: 0px 20px; }

.listado__renuevo__img {
  display: block;
  width: 100%;
  height: 156px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }

.listado__autos__dcto__box {
  background: #222221;
  border-radius: 20px;
  width: 110px;
  margin: auto;
  margin-right: 0; }

.listado__autos__dcto {
  padding: 8px 14px;
  font-family: "Gotham-Bold", sans-serif;
  font-size: 13px;
  color: #fff; }
  .listado__autos__dcto p {
    margin-bottom: 0; }

@media screen and (max-width: 1295px) {
  .listado__filtros__item__select {
    width: 170px; } }

@media screen and (max-width: 1150px) {
  .listado__filtros__btn {
    margin-top: 30px; } }

@media screen and (max-width: 1025px) {
  .listado__filtros__box {
    padding-bottom: 25px; }
  .listado__autos__item {
    width: calc(100% / 3 - 4%);
    margin: 3% 2%; }
    .listado__autos__item .btn-general {
      padding: 10px 25px; } }

@media screen and (max-width: 990px) {
  .listado__autos__item {
    width: calc(100% / 2 - 4%);
    margin: 30px 2%; }
  .listado__filtros__item__select select {
    font-size: 17px; }
  .listado__filtros__item__text {
    font-size: 13px; }
  .listado__filtros__box {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .listado__filtros__item {
    width: 33.333%;
    border: none;
    margin-bottom: 10px; } }

@media screen and (max-width: 767px) {
  .listado__autos__item {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0;
    margin: 40px 0; } }

@media screen and (max-width: 680px) {
  .listado__renueva {
    padding-bottom: 60px; }
  .listado__filtros__icon {
    font-size: 23px; }
  .listado__filtros__text {
    font-size: 20px;
    padding-left: 6px;
    width: 86%; }
  .listado__filtros__title {
    padding-left: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }

@media screen and (max-width: 480px) {
  .listado__autos {
    padding-bottom: 65px; }
  .listado__filtros__item {
    width: 100%;
    border-bottom: 1px solid #BEC1C4; }
    .listado__filtros__item:nth-child(1) {
      border-bottom: 1px solid #BEC1C4; }
    .listado__filtros__item:nth-child(4) {
      border: none; }
  .listado__filtros__item__select {
    width: 100%; } }

@media screen and (max-width: 390px) {
  .listado__filtros__text {
    font-size: 18px; } }

.pasos__proceso {
  padding-top: 35px;
  padding-bottom: 140px; }

.pasos__title {
  max-width: 800px;
  margin: auto;
  padding: 0px 20px; }

.pasos__proceso__container {
  max-width: 1140px;
  margin: auto;
  padding: 0px 20px; }

.pasos__title__box {
  text-align: center;
  padding-bottom: 200px; }

.pasos__title__img {
  width: 78px;
  margin: auto; }

.pasos__title__title {
  text-align: center;
  padding-top: 40px; }

.pasos__title__text {
  padding-top: 40px;
  text-align: center;
  font-family: "Gotham-Book", sans-serif;
  font-size: 18px;
  color: #7f8488; }
  .pasos__title__text p {
    margin-bottom: 0; }

.pasos__proceso__content {
  position: relative; }
  .pasos__proceso__content:before {
    content: '';
    position: absolute;
    width: 1px;
    height: 100%;
    background-color: #f3661b;
    top: 0;
    left: 50%; }

.pasos__proceso__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding-bottom: 80px; }
  .pasos__proceso__box:nth-child(odd) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
    .pasos__proceso__box:nth-child(odd) .pasos__proceso__img__content {
      margin-right: 0; }
    .pasos__proceso__box:nth-child(odd) .pasos__proceso__title__content {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; }
    .pasos__proceso__box:nth-child(odd) .pasos__proceso__text {
      padding-left: 20px; }
  .pasos__proceso__box:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse; }
    .pasos__proceso__box:nth-child(even) .pasos__proceso__img__content {
      margin-left: 0; }
    .pasos__proceso__box:nth-child(even) .pasos__proceso__title__content {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
          -ms-flex-direction: row-reverse;
              flex-direction: row-reverse; }
    .pasos__proceso__box:nth-child(even) .pasos__proceso__text {
      padding-right: 20px; }
  .pasos__proceso__box.active .pasos__proceso__active {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
    visibility: visible; }

.pasos__proceso__img {
  width: 39%;
  -webkit-transition: all .9s ease;
  transition: all .9s ease; }

.pasos__proceso__img__content {
  max-width: 276px;
  margin: auto; }

.pasos__proceso__active {
  width: 22%;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out; }

.pasos__proceso__circle {
  width: 90px;
  height: 90px;
  margin: auto;
  position: relative;
  background-color: #f3661b;
  border-radius: 100%; }

.pasos__proceso__number {
  font-family: "Gotham-Bold", sans-serif;
  font-size: 52px;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 100px;
  -webkit-transition: all .5s ease;
  transition: all .5s ease; }

.pasos__proceso__title {
  width: 39%;
  -webkit-transition: all .9s ease;
  transition: all .9s ease; }

.pasos__proceso__title__content {
  margin: auto; }

.pasos__proceso__text {
  font-family: "Gotham-Bold", sans-serif;
  font-size: 24px;
  color: #7f8488;
  line-height: 1.08; }
  .pasos__proceso__text p {
    margin-bottom: 0; }

.pasos__info__container {
  background-color: #e2e6e9;
  position: relative; }

.pasos__info__line {
  display: block;
  width: 100%;
  height: 60px;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: 2; }
  .pasos__info__line:before {
    content: "";
    display: block;
    width: 106%;
    height: 300%;
    background: #e2e6e9;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); }

.pasos__info__content {
  max-width: 1180px;
  margin: auto;
  padding: 100px 20px 65px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative; }

.pasos__info__title {
  width: 45%; }

.pasos__info__text {
  max-width: 260px;
  margin: auto;
  margin-left: 18%; }

.pasos__info__img {
  width: 45%;
  position: absolute;
  left: 0;
  bottom: -35px; }

.pasos__info__box {
  width: 55%; }

.pasos__info__form {
  padding-bottom: 15px; }
  .pasos__info__form li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }

.pasos__form__input {
  width: 46%;
  padding: 10px 10px;
  position: relative; }

.pasos__form__select {
  width: 98%;
  padding: 10px 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.pasos__form__textarea {
  width: 98%;
  padding: 10px 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.pasos__form__text {
  font-family: "Gotham-Book", sans-serif;
  font-size: 13px;
  color: #222221;
  padding: 0px 10px 20px 10px; }
  .pasos__form__text p {
    margin-bottom: 0; }

.pasos__form__checkbox {
  padding: 0px 10px 60px 10px; }
  .pasos__form__checkbox .general__input__inside__container {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
  .pasos__form__checkbox .general__input__text {
    width: 95%; }
    .pasos__form__checkbox .general__input__text span {
      color: #222221;
      text-decoration: underline; }

.pasos__form__btn {
  padding: 0px 10px;
  text-align: right; }

.validate-input-check {
  position: relative; }
  .validate-input-check input {
    display: block !important;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0; }

@media screen and (max-width: 1024px) {
  .pasos__info__img {
    display: none; }
  .pasos__form__btn {
    text-align: center; }
  .pasos__info__title {
    width: 100%; }
  .pasos__info__box {
    width: 80%;
    margin: auto; }
  .pasos__info__text {
    max-width: 700px;
    text-align: center;
    padding-bottom: 30px;
    margin-left: auto; } }

@media screen and (max-width: 990px) {
  .pasos__title__box {
    padding-bottom: 100px; }
  .pasos__title__text {
    font-size: 15px; }
  .pasos__info__text {
    max-width: 400px; } }

@media screen and (max-width: 690px) {
  .pasos__proceso__content:before {
    display: none; }
  .pasos__proceso__img {
    width: 70%;
    margin: auto; }
  .pasos__proceso__title {
    padding-top: 30px;
    width: 80%;
    margin: auto; }
  .pasos__info__box {
    width: 100%; }
  .pasos__proceso__box:nth-child(odd) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse; }
    .pasos__proceso__box:nth-child(odd) .pasos__proceso__text {
      padding-left: 0; }
  .pasos__proceso__box:nth-child(even) .pasos__proceso__text {
    padding-right: 0; }
  .pasos__proceso {
    padding-top: 30px;
    padding-bottom: 30px; } }

@media screen and (max-width: 540px) {
  .pasos__form__input {
    width: 100%;
    padding: 10px 0px; }
  .pasos__form__textarea,
  .pasos__form__select {
    width: 100%;
    padding: 10px 0px; }
  .pasos__form__text {
    padding: 0 0 20px 0; }
  .pasos__form__checkbox {
    padding: 0 0 40px 0; }
  .pasos__form__btn {
    text-align: center; }
  .pasos__info__line {
    height: 40px; }
  .pasos__proceso__title {
    width: 100%; }
  .pasos__proceso__circle {
    width: 70px;
    height: 70px; }
  .pasos__proceso__number {
    font-size: 38px; }
  .pasos__proceso__img {
    width: 75%; }
  .pasos__title__text {
    font-size: 14px; } }

@media screen and (max-width: 390px) {
  .pasos__proceso__circle {
    width: 60px;
    height: 60px; }
  .pasos__proceso__number {
    font-size: 30px; } }

.modal__fondo {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 100%);
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .3s ease;
  transition: all .3s ease; }
  .modal__fondo.active {
    opacity: 1;
    visibility: visible;
    z-index: 1100;
    -webkit-transition: all .3s ease;
    transition: all .3s ease; }

.modal__container {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  margin: auto;
  max-width: 732px;
  height: 80%;
  background: #fff;
  border-radius: 10px;
  padding: 50px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .3s ease;
  transition: all .3s ease; }
  .modal__container.active {
    opacity: 1;
    visibility: visible;
    z-index: 1200;
    -webkit-transition: all .3s ease;
    transition: all .3s ease; }

.modal__content {
  height: 100%;
  overflow-y: scroll;
  width: 100%;
  margin: auto;
  background-color: #fff;
  position: relative; }

.modal__box {
  margin-right: 20px; }

.modal__text {
  color: #000;
  font-size: 14px;
  line-height: 1.5;
  text-align: justify; }
  .modal__text h4 {
    font-family: "Gotham-Bold", sans-serif;
    margin-bottom: 0;
    font-size: 14px;
    padding-bottom: 15px; }
  .modal__text p {
    font-family: "Gotham-Book", sans-serif;
    margin-bottom: 0;
    padding-bottom: 15px; }
  .modal__text li {
    font-family: "Gotham-Book", sans-serif;
    display: block; }

.modal__close {
  position: absolute;
  right: 20px;
  top: 20px;
  color: #000;
  font-size: 23px;
  cursor: pointer; }

.btn-modal {
  cursor: pointer; }

.overflow-hidden {
  overflow: hidden; }

@media screen and (max-width: 500px) {
  .modal__text {
    font-size: 13px; }
    .modal__text h4 {
      font-size: 13px; }
  .modal__container {
    padding: 40px 20px; } }

.banner__general__container {
  width: 100%;
  height: 337px;
  position: relative; }
  .banner__general__container:before {
    content: "";
    width: 100%;
    height: 1px;
    background: #fff;
    opacity: .2;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2; }

.banner__general__line {
  display: block;
  width: 100%;
  height: 60px;
  background: transparent;
  position: absolute;
  bottom: 0;
  left: 0;
  overflow: hidden;
  z-index: 2; }
  .banner__general__line:before {
    content: "";
    display: block;
    width: 110%;
    height: 300%;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); }

.banner__general__image {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative; }
  .banner__general__image:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #272726;
    opacity: .95; }

.banner__general__content {
  max-width: 1600px;
  margin: auto;
  padding: 0px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.banner__general__text {
  text-align: center;
  margin: auto; }
  .banner__general__text h2 {
    font-family: "Gotham-Black", sans-serif;
    font-size: 45px;
    color: #fff;
    margin-bottom: 0; }
  .banner__general__text strong {
    color: #f3661b; }

.banner__general__text--block strong {
  display: block; }

@media screen and (max-width: 768px) {
  .banner__general__text h2 {
    font-size: 35px; } }

@media screen and (max-width: 640px) {
  .banner__general__text h2 {
    font-size: 32px; } }

@media screen and (max-width: 480px) {
  .banner__general__text h2 {
    font-size: 30px; }
  .banner__general__line {
    height: 40px; } }

.beneficios {
  padding-top: 60px;
  padding-bottom: 100px; }

.beneficios__container {
  max-width: 1180px;
  margin: auto;
  padding: 0px 20px; }

.beneficios__content {
  padding-bottom: 60px; }

.beneficios__title .titulo-h3 {
  font-size: 38px;
  line-height: 1.2; }

.beneficios__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 55px; }
  .beneficios__item:nth-child(odd) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
    .beneficios__item:nth-child(odd) .beneficios__title--color {
      color: #f3661b; }
    .beneficios__item:nth-child(odd) .beneficios__info {
      padding-left: 4%; }
  .beneficios__item:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse; }
    .beneficios__item:nth-child(even) .beneficios__title--color {
      color: #272726; }
    .beneficios__item:nth-child(even) .beneficios__info {
      padding-right: 4%; }

.beneficios__img {
  width: 50%; }

.beneficios__info {
  width: 46%; }

.beneficios__box {
  max-width: 430px;
  margin: auto; }

.beneficiones__text__info {
  max-width: 938px;
  padding: 0px 20px;
  margin: auto; }

.beneficiones__text__info__content {
  font-family: "Gotham-Book", sans-serif;
  font-size: 16px;
  color: #7f8488;
  text-align: center; }
  .beneficiones__text__info__content p {
    margin-bottom: 0; }

@media screen and (min-width: 1025px) {
  .beneficios__item {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out; }
    .beneficios__item.active {
      -webkit-transform: scale(1);
              transform: scale(1);
      opacity: 1;
      visibility: visible; } }

@media screen and (max-width: 1100px) {
  .beneficios__title .titulo-h3 {
    font-size: 35px; } }

@media screen and (max-width: 990px) {
  .beneficiones__text__info__content {
    font-size: 14px; }
  .beneficios__title .titulo-h3 {
    font-size: 26px; } }

@media screen and (max-width: 690px) {
  .beneficios__img {
    width: 80%;
    margin: auto; }
  .beneficios__info {
    width: 80%;
    margin: auto; }
  .beneficios__box {
    max-width: initial;
    padding-top: 30px; }
  .beneficios__item:nth-child(odd) .beneficios__info {
    padding-left: 0; }
  .beneficios__item:nth-child(even) .beneficios__info {
    padding-right: 0; }
  .beneficios__title .titulo-h3 {
    font-size: 25px; } }

@media screen and (max-width: 480px) {
  .beneficios__img {
    width: 100%; }
  .beneficios__info {
    width: 100%; }
  .beneficiones__text__info__content {
    font-size: 13px; }
  .beneficios__title .titulo-h3 {
    font-size: 24px; } }

.mapcontacto a {
  color: inherit; }
  .mapcontacto a:focus {
    outline: none; }

.mapcontacto .cnt-map {
  text-align: center; }
  .mapcontacto .cnt-map .box-map {
    width: 100%;
    height: 750px;
    position: relative;
    -webkit-transition: all .5s;
    transition: all .5s; }
  .mapcontacto .cnt-map .map {
    width: 100%;
    height: 100%; }
  .mapcontacto .cnt-map .abrir-map, .mapcontacto .cnt-map .cerrar-map {
    display: inline-block;
    height: 35px;
    line-height: 35px;
    cursor: pointer;
    background: #7f8488;
    color: #fff;
    font-family: "Gotham-Bold", sans-serif;
    border-radius: 5px;
    padding: 0 30px;
    display: none; }
    .mapcontacto .cnt-map .abrir-map:hover, .mapcontacto .cnt-map .cerrar-map:hover {
      background: #7f8488; }
  .mapcontacto .cnt-map .cerrar-map {
    position: absolute;
    right: 10px;
    top: 30px;
    z-index: 100; }

.contacto__formulario {
  padding-top: 20px;
  padding-bottom: 50px; }

.contacto__formulario__container {
  max-width: 1175px;
  margin: auto;
  padding: 0px 20px; }

.contacto__formulario__text {
  max-width: 640px;
  margin: auto; }

.contacto__formulario__text__box {
  font-family: "Gotham-Book", sans-serif;
  font-size: 16px;
  color: #7f8488;
  text-align: center;
  padding-bottom: 70px; }
  .contacto__formulario__text__box p {
    margin-bottom: 0; }

.contacto__formulario__content {
  max-width: 1060px;
  margin: auto;
  padding-bottom: 50px; }

.contacto__form {
  padding-bottom: 15px; }
  .contacto__form li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }

.contacto__form__input {
  width: 47%;
  position: relative;
  padding: 10px 8px; }

.contacto__form__select {
  width: 98%;
  padding: 10px 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.contacto__form__textarea {
  width: 98%;
  padding: 10px 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.contacto__form__text {
  font-family: "Gotham-Book", sans-serif;
  font-size: 13px;
  color: #222221;
  padding: 0px 10px 36px 10px; }
  .contacto__form__text p {
    margin-bottom: 0; }

.contacto__form__checkbox {
  padding: 0px 10px 50px 10px; }
  .contacto__form__checkbox .general__input__inside__container {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
  .contacto__form__checkbox .general__input__text {
    width: 95%; }
    .contacto__form__checkbox .general__input__text span {
      color: #222221;
      text-decoration: underline; }

.contacto__form__btn {
  padding: 0px 10px;
  text-align: right; }

.contacto__info {
  border-top: 1px solid #7f8488; }

.contacto__info__content {
  max-width: 950px;
  margin: auto;
  padding: 65px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.contacto__info__box {
  padding: 0 2%; }

.contacto__info__text {
  font-family: "Gotham-Bold", sans-serif;
  font-size: 20px;
  color: #7f8488; }
  .contacto__info__text p {
    margin-bottom: 0; }

.contacto__info__number {
  font-family: "Gotham-Bold", sans-serif;
  font-size: 27px;
  color: #7f8488; }
  .contacto__info__number p {
    margin-bottom: 0;
    display: inline-block;
    padding-left: 10px; }
  .contacto__info__number a {
    color: #7f8488; }

.contacto__info__email {
  font-family: "Gotham-Bold", sans-serif;
  font-size: 21px;
  color: #7f8488; }
  .contacto__info__email p {
    margin-bottom: 0;
    display: inline-block;
    padding-left: 10px; }
  .contacto__info__email span {
    font-size: 28px; }
  .contacto__info__email a {
    color: #7f8488; }

.contacto__map__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }

.contacto__map__content {
  width: 45%;
  background-color: #e2e6e9; }

.contacto__map__box {
  max-width: 510px;
  margin: auto;
  margin-right: 0;
  padding: 0px 20px; }

.contacto__map__box__container {
  padding: 90px 0 0 0; }

.contacto__map__title {
  padding: 0 50px 45px 50px; }
  .contacto__map__title h2 {
    font-family: "Gotham-Black", sans-serif;
    font-size: 36px;
    color: #f3661b;
    margin-bottom: 0; }

.contacto__map__map {
  width: 55%; }

.contacto__map__item {
  padding: 30px 0px;
  border-top: 3px solid #C8CDD0; }
  .contacto__map__item:nth-child(1) {
    border: none; }

.contacto__map__item__box {
  padding: 0px 10px; }

.contacto__map__item__title {
  padding-bottom: 22px; }
  .contacto__map__item__title h3 {
    font-family: "Gotham-Bold", sans-serif;
    font-size: 19px;
    color: #7f8488;
    margin-bottom: 0;
    text-transform: uppercase; }

.contacto__map__sedes {
  height: 542px;
  overflow: auto;
  padding: 0px 50px; }

.contacto__map__item__direction {
  font-family: "Gotham-Book", sans-serif;
  font-size: 15px;
  color: #7f8488;
  padding-bottom: 22px; }
  .contacto__map__item__direction p {
    margin-bottom: 0; }

.contacto__map__item__link {
  font-family: "Gotham-Book", sans-serif;
  font-size: 15px;
  color: #222221;
  position: relative; }
  .contacto__map__item__link a {
    color: #222221;
    text-decoration: none;
    position: relative;
    padding-bottom: 5px;
    -webkit-transition: all .25s ease;
    transition: all .25s ease; }
    .contacto__map__item__link a:before {
      content: '';
      position: absolute;
      width: 100%;
      height: 1px;
      background: #222221;
      left: 0;
      bottom: 0;
      -webkit-transition: all .25s ease;
      transition: all .25s ease; }
    .contacto__map__item__link a.active {
      color: #f3661b; }
      .contacto__map__item__link a.active:before {
        background: #f3661b; }

.contacto__alert__pin {
  color: #f3661b;
  font-family: "Gotham-Bold", sans-serif;
  padding: 0 10px 10px 10px;
  margin: 0; }

.formError {
  left: 0 !important; }
  .formError .formErrorContent,
  .formError .formErrorArrow div {
    background-color: #7f8488;
    color: #fff;
    border: none;
    font-size: 12px;
    font-family: "Gotham-Medium", sans-serif; }
  .formError .formErrorArrow .line1, .formError .formErrorArrow .line2, .formError .formErrorArrow .line3 {
    display: none; }

@media screen and (max-width: 1024px) {
  .contacto__map__map {
    width: 50%; }
  .contacto__map__content {
    width: 50%; }
  .contacto__map__title,
  .contacto__map__sedes {
    padding: 0; } }

@media screen and (max-width: 960px) {
  .contacto__info__box {
    padding: 0; }
    .contacto__info__box:nth-child(1) {
      width: 100%;
      padding-bottom: 30px; }
    .contacto__info__box:nth-child(2) {
      margin: auto;
      margin-left: 0; }
    .contacto__info__box:nth-child(3) {
      margin: auto; }
  .contacto__map__map {
    width: 100%; }
  .contacto__map__content {
    width: 100%; }
  .contacto__map__box {
    max-width: none;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .contacto__map__box__container {
    padding: 40px 0 40px 0; }
  .contacto__map__sedes {
    height: auto;
    overflow: inherit; }
  .mapcontacto {
    width: 100%; }
    .mapcontacto .cnt-map {
      position: relative; }
      .mapcontacto .cnt-map .box-map {
        height: 100%;
        position: fixed;
        top: -200%;
        left: 0; }
      .mapcontacto .cnt-map .anima-map {
        top: 0;
        z-index: 2000; }
      .mapcontacto .cnt-map .cerrar-map {
        display: inline-block; } }

@media screen and (max-width: 768px) {
  .contacto__formulario__text__box {
    font-size: 15px; }
  .contacto__info__box {
    padding: 0; }
    .contacto__info__box:nth-child(3) {
      margin-right: 0; }
  .contacto__info__text {
    font-size: 18px; }
  .contacto__info__email {
    font-size: 19px; }
  .contacto__info__number {
    font-size: 22px; } }

@media screen and (max-width: 600px) {
  .contacto__formulario__text__box {
    font-size: 14px;
    padding-bottom: 40px; }
  .contacto__form__input {
    width: 100%; }
  .contacto__info__content {
    display: block; }
  .contacto__info__box {
    text-align: center;
    padding: 2px 0px; }
    .contacto__info__box:nth-child(1) {
      padding-bottom: 20px; }
  .contacto__info__content {
    padding: 40px 0px; }
  .contacto__formulario {
    padding-bottom: 20px; }
  .contacto__map__title h2 {
    font-size: 30px; }
  .contacto__map__item__title h3 {
    font-size: 16px; }
  .contacto__map__item__direction {
    font-size: 14px; }
  .contacto__map__item__link {
    font-size: 14px; }
  .contacto__map__item__box {
    padding: 0; } }

@media screen and (max-width: 390px) {
  .contacto__form__input {
    padding: 8px 0; }
  .contacto__form__select {
    padding: 8px 0; }
  .contacto__form__textarea {
    padding: 8px 0; }
  .contacto__form__text {
    padding: 0 0 36px 0; }
  .contacto__form__checkbox {
    padding: 0 0 50px 0; }
  .contacto__form__btn {
    padding: 0 0;
    text-align: center; }
  .contacto__info__email {
    font-size: 14px; }
    .contacto__info__email span {
      font-size: 22px; }
  .contacto__info__number {
    font-size: 21px; }
  .contacto__map__title {
    padding: 0 0 30px 0; }
  .contacto__map__sedes {
    padding: 0 40px 0 0; }
  .contacto__map__title h2 {
    font-size: 28px; } }

.page__mensajes .header {
  display: none !important; }

.page__mensajes .footer__mascara:before {
  background: #fff; }

.mensajes {
  height: calc(100% - 281px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 20px;
  padding-right: 20px; }

.m__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 960px;
  width: 100%;
  height: 100%;
  text-align: center;
  margin: auto; }

.m__title {
  margin-bottom: 50px; }
  .m__title h2 {
    font-family: "Gotham-Black", sans-serif;
    font-weight: normal;
    font-size: 48px;
    margin-bottom: 0; }

.m__text {
  max-width: 620px;
  width: 100%;
  line-height: 1.4;
  color: #7f8488;
  font-family: "Gotham-Book", sans-serif;
  font-size: 18px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 70px; }
  .m__text p {
    margin: 0; }

@media screen and (max-width: 1460px) {
  .mensajes {
    padding-top: 70px; }
  .m__title {
    margin-bottom: 30px; }
    .m__title h2 {
      font-size: 40px; }
  .m__text {
    max-width: 520px;
    font-size: 16px;
    margin-bottom: 40px; } }

@media screen and (max-width: 1024px) {
  .mensajes {
    height: calc(100% - 231px);
    padding-top: 50px;
    padding-bottom: 50px; }
  .m__title h2 {
    font-size: 30px; }
  .m__text {
    max-width: 600px;
    font-size: 16px; } }

@media screen and (max-width: 960px) {
  .mensajes {
    height: calc(100% - 203px); } }

@media screen and (max-width: 767px) {
  .mensajes {
    height: auto;
    padding-top: 40px;
    padding-bottom: 40px; }
  .m__title h2 {
    font-size: 20px; }
  .m__text {
    font-size: 14px; } }

.detalle-producto__content {
  background-color: #fff;
  padding-bottom: 90px;
  padding-top: 45px;
  width: 100%;
  max-width: 1920px;
  height: auto;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.detalle-producto__content-button {
  width: 100%;
  max-width: 1192px;
  height: auto;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 50px;
  border-bottom: solid 1px #bec1c4; }

.detalle-producto__box-button {
  width: auto;
  height: auto; }

.detalle-producto__content-data {
  width: 100%;
  height: auto;
  max-width: 1192px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  padding-bottom: 50px;
  border-bottom: solid 1px #bec1c4; }

.detalle-producto__data-box {
  height: auto;
  width: 50%; }
  .detalle-producto__data-box:nth-child(1) {
    padding-top: 54px; }

.detalle-producto__box-right {
  padding-top: 80px;
  padding-left: 60px; }

.detalle-producto__box-right--datos-content {
  position: relative;
  padding-bottom: 30px;
  border-bottom: 1px solid #bec1c4; }

.detalle-producto__box-right--span {
  font-family: "Gotham-Black", sans-serif;
  font-size: 17px;
  color: #f3661b; }

.detalle-producto__box-right--datos h2 {
  position: relative;
  padding-top: 20px;
  padding-left: 30px;
  padding-bottom: 20px; }
  .detalle-producto__box-right--datos h2:before {
    position: absolute;
    content: "";
    height: 80px;
    width: 2px;
    top: 0;
    left: 0px;
    background-color: #f3661b; }

.detalle-producto__box-right--datos-padding-left {
  padding-left: 30px; }

.detalle-producto__box-right--h3 {
  padding-bottom: 40px; }

.detalle-producto__box-right--ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Gotham-Book", sans-serif;
  font-size: 16px;
  padding-top: 40px; }
  .detalle-producto__box-right--ul li {
    width: 33.33%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: center;
    margin: 0; }
    .detalle-producto__box-right--ul li strong {
      display: block;
      font-family: "Gotham-Bold", sans-serif;
      font-size: 20px;
      font-weight: normal; }
  .detalle-producto__box-right--ul p {
    margin: 0; }

.detalle-producto__box-right--li-border {
  border-right: solid 1px #a0a1a2; }

.detalle-producto__box-right--li-padding {
  padding-right: 20px;
  padding-left: 20px; }

.detalle-producto__box-right--buttons {
  padding-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 400px;
  padding-bottom: 40px; }

.detalle-producto__box-right--button-a {
  color: #272726;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .detalle-producto__box-right--button-a .detalle-producto__box-right--button-icon {
    font-size: 22px; }

.detalle-producto__box-right--button-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: solid 1px #272726;
  width: 55px;
  height: 58px;
  padding-left: 5px;
  margin-left: 20px;
  margin-top: -4px;
  -webkit-transition: all .25s ease;
  transition: all .25s ease; }

@media screen and (min-width: 1025px) {
  .detalle-producto__box-right--button-a:hover .detalle-producto__box-right--button-icon {
    background: #000;
    color: #fff; } }

.detalle-producto__box-right--button-a-orange {
  margin-top: 15px; }

.detalle-producto__content-producto {
  text-align: center;
  padding-top: 69px; }

.detalle-producto__tab-menu {
  height: 50px;
  padding-top: 50px; }

.detalle-producto__tab-content {
  width: 100%;
  max-width: 1192px;
  height: auto;
  margin: 0 auto; }

.detalle-producto__tab-boton {
  font-family: "Gotham-Bold", sans-serif;
  font-size: 16px;
  color: #bec1c4;
  border-bottom: solid 3px #bec1c4;
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 20px;
  padding-bottom: 20px; }
  .detalle-producto__tab-boton.active {
    color: #f3661b;
    border-bottom: solid 3px #f3661b; }

.tabcontent {
  height: auto;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.detalle-producto__box-especificaciones-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-bottom: 30px;
  padding-top: 20px;
  padding-left: 120px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.detalle-producto__box-especificaciones {
  text-align: left;
  max-width: 27%;
  width: 22%;
  color: #808080;
  font-family: "Gotham-Book", sans-serif;
  font-size: 16px;
  margin-top: 40px;
  margin-right: 30px; }
  .detalle-producto__box-especificaciones p strong {
    display: block;
    color: #272726;
    font-family: "Gotham-Bold", sans-serif;
    font-weight: normal;
    font-size: 22px; }

.detalle-producto__container-form {
  background-color: #e2e6e9;
  position: relative; }

.detalle-producto__line-form {
  display: block;
  width: 100%;
  height: 60px;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: 2; }
  .detalle-producto__line-form:before {
    content: "";
    display: block;
    width: 106%;
    height: 300%;
    background: #e2e6e9;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); }

.detalle-producto__content-form {
  max-width: 1192px;
  margin: auto;
  padding: 100px 20px 65px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative; }

.detalle-producto__content-form-box {
  width: 100%; }

.detalle-producto__h3-form {
  padding: 15px 15px 50px 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.detalle-producto__form-input {
  width: 100%;
  padding: 10px 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative; }

.destalle-producto__form-50porcent {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.detalle-producto__form-textarea {
  width: 100%;
  padding: 10px 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.detalle-producto__form-text {
  font-family: "Gotham-Book", sans-serif;
  font-size: 13px;
  color: #222221;
  padding: 40px 15px 38px 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  .detalle-producto__form-text p {
    margin-bottom: 0; }

.detalle-producto__form-checkbox {
  padding: 0px 10px 60px 10px; }
  .detalle-producto__form-checkbox .general__input__inside__container {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
  .detalle-producto__form-checkbox .general__input__text {
    width: 95%; }
    .detalle-producto__form-checkbox .general__input__text a {
      color: #222221;
      text-decoration: underline; }

.detalle-producto__form-btn {
  padding: 0px 10px;
  text-align: right; }

.detalle-producto__parrafo-tabcontent2 {
  max-width: 745px;
  height: auto;
  margin: 0 auto;
  padding-top: 45px; }

.detalle-producto__parrafo-tabcontent2,
.detalle-producto__parrafo2-tabcontent2 {
  font-family: "Gotham-Book", sans-serif;
  font-size: 16px; }

.detalle-producto__parrafo-tabcontent2 {
  color: #808080; }

.detalle-producto__parrafo2-tabcontent2 {
  color: #272726; }

.detalle-producto__logos-content-tabcontent2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
  width: 90%; }

.detalle-producto__logo-tabcontent2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 157px;
  height: 157px; }
  .detalle-producto__logo-tabcontent2 img {
    display: block;
    width: 100%;
    height: auto;
    margin: 0; }

.btn_add a {
  color: #f3661b;
  font-family: "Gotham-Bold", sans-serif;
  font-size: 14px;
  display: inline-block;
  border-bottom: 2px solid #f3661b;
  -webkit-transition: all .3s;
  transition: all .3s; }
  .btn_add a:hover {
    color: #000;
    border-bottom: 2px solid #000; }

.tab__carrousel__wrap {
  width: 100%; }
  .tab__carrousel__wrap .slick-slider {
    margin-bottom: 0;
    padding: 0 30px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .tab__carrousel__wrap .tab__carrousel__items__wrap {
    padding: 0; }
  .tab__carrousel__wrap .slick-prev, .tab__carrousel__wrap .slick-next {
    position: absolute;
    top: 50%;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: transparent;
    border-radius: 100%;
    padding: 0;
    overflow: hidden;
    font-size: 0;
    -webkit-transition: all .25s linear;
    transition: all .25s linear; }
    .tab__carrousel__wrap .slick-prev:before, .tab__carrousel__wrap .slick-next:before {
      font-family: icomoon;
      font-size: 30px;
      color: #dee1e4;
      line-height: 30px;
      text-align: center;
      -webkit-transition: all .25s linear;
      transition: all .25s linear; }
    .tab__carrousel__wrap .slick-prev:hover:before, .tab__carrousel__wrap .slick-next:hover:before {
      color: #242323; }
  .tab__carrousel__wrap .slick-prev {
    left: 0; }
    .tab__carrousel__wrap .slick-prev:before {
      display: block;
      content: "\e607"; }
  .tab__carrousel__wrap .slick-next {
    right: 0; }
    .tab__carrousel__wrap .slick-next:before {
      display: block;
      content: "\e606"; }

.tab__carrousel__items__wrap {
  position: relative;
  overflow: hidden;
  margin-top: 25px;
  padding: 0 60px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  .tab__carrousel__items__wrap .slick-list {
    overflow: hidden; }

.tab__carrousel__list__items {
  font-size: 0; }

.tab__carrousel__items__item {
  display: inline-block;
  cursor: pointer;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 1.5%;
  box-sizing: border-box;
  width: 22%; }
  .tab__carrousel__items__item img {
    display: block;
    height: auto;
    width: 100%;
    opacity: 0.5; }
  .tab__carrousel__items__item.active img {
    opacity: 1; }

.tab__carrousel__items__item-img {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all .25s linear;
  transition: all .25s linear; }

.tab__carrousel__image__big__inside {
  position: relative; }

.tab__carrousel__arrow__personalized_wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.tab__carrousel__arrow__personalized_prev, .tab__carrousel__arrow__personalized_next {
  position: absolute;
  top: 50%;
  margin-top: -20px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: transparent;
  border: 1px solid red;
  border-radius: 100%;
  padding: 0;
  overflow: hidden;
  font-size: 0;
  -webkit-transition: all .25s linear;
  transition: all .25s linear;
  z-index: 100;
  cursor: pointer; }
  .tab__carrousel__arrow__personalized_prev:before, .tab__carrousel__arrow__personalized_next:before {
    font-family: icomoon;
    font-size: 25px;
    color: c-8;
    line-height: 40px;
    text-align: center;
    -webkit-transition: all .25s linear;
    transition: all .25s linear; }
  .tab__carrousel__arrow__personalized_prev:hover, .tab__carrousel__arrow__personalized_next:hover {
    background: red;
    border: 1px solid red; }
    .tab__carrousel__arrow__personalized_prev:hover:before, .tab__carrousel__arrow__personalized_next:hover:before {
      color: blue; }

.tab__carrousel__arrow__personalized_prev {
  left: 10px; }
  .tab__carrousel__arrow__personalized_prev:before {
    content: "\e607"; }

.tab__carrousel__arrow__personalized_next {
  right: 10px; }
  .tab__carrousel__arrow__personalized_next:before {
    content: "\e606"; }

.tab__carrousel__image__big__wrap {
  width: 100%;
  position: relative; }

.tab__carrousel__image__big {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  visibility: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  .tab__carrousel__image__big img {
    display: block;
    width: 100%;
    height: auto; }
  .tab__carrousel__image__big.active {
    position: relative;
    z-index: 1;
    visibility: visible; }

.tab__carrousel__items__container {
  position: relative; }

.tab__carrosuel__item {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden; }

.tab__carrosuel__item.active {
  position: relative;
  opacity: 1;
  visibility: visible; }

.tab__carrousel__arrow__personalized_wrap {
  display: none; }
  .tab__carrousel__arrow__personalized_wrap.active {
    display: block; }

.tab__carrousel--active .tab__carrousel__items__item {
  margin: 0 10px; }

@media screen and (max-width: 1250px) {
  .detalle-producto__content {
    width: 90%; }
  .detalle-producto__line-form:before {
    height: 200%; }
  .detalle-producto__box-especificaciones-content {
    padding-left: 10%; }
  .detalle-producto__box-especificaciones {
    width: 33%; } }

@media screen and (max-width: 1025px) {
  .detalle-producto__content-data {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 50px; }
  .detalle-producto__data-box {
    width: 100%;
    margin: 0 auto; }
    .detalle-producto__data-box:nth-child(1) {
      padding-top: 0; }
  .tab__carrousel__wrap {
    width: 70%;
    margin: 0 auto; }
  .detalle-producto__box-right--datos-padding-left {
    padding-left: 30px;
    margin-top: 5px; }
  .detalle-producto__box-right--datos-content:before {
    max-width: 100%; }
  .detalle-producto__box-right--datos-content2 {
    margin: 0 auto;
    text-align: center; }
  .detalle-producto__box-right--buttons {
    max-width: 100%;
    margin: 0 auto;
    padding-right: 60px;
    padding-top: 30px; }
  .detalle-producto__box-right--button-box a {
    display: inline-block; }
  .detalle-producto__box-right {
    padding-top: 50px;
    padding-left: 0; }
  .detalle-producto__content {
    padding-bottom: 20px;
    padding-top: 30px; }
  .detalle-producto__parrafo-tabcontent2 {
    padding-top: 30px;
    padding-bottom: 5px; }
  .detalle-producto__logo-tabcontent2 {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 0;
    padding-bottom: 0; }
  .detalle-producto__logos-content-tabcontent2 {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-top: 10px;
    padding-bottom: 10px; } }

@media screen and (max-width: 1024px) {
  .detalle-producto__box-right--datos h2 {
    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 25px; }
  .detalle-producto__box-right--datos h2:before {
    height: 100%; } }

@media screen and (max-width: 768px) {
  .detalle-producto__box-right--datos-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .detalle-producto__logos-content-tabcontent2 {
    width: 100%; }
  .detalle-producto__box-right--ul {
    margin-left: -5%; } }

@media screen and (max-width: 767px) {
  .detalle-producto__box-right--datos-padding-left {
    padding-left: 0;
    margin-top: 0; } }

@media screen and (max-width: 681px) {
  .detalle-producto__logo-tabcontent2 {
    padding-left: 30px;
    padding-right: 30px; }
  .destalle-producto__form-50porcent {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .detalle-producto__line-form:before {
    width: 200%; }
  .detalle-producto__content {
    padding-bottom: 50px; }
  .detalle-producto__h3-form {
    padding: 0 15px 20px 15px; }
  .tab__carrousel__wrap {
    width: 90%; }
  .detalle-producto__tab-menu {
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 20px; }
  .detalle-producto__tab-boton {
    width: 50%; }
  .detalle-producto__parrafo-tabcontent2 {
    padding-top: 50px; } }

@media screen and (max-width: 576px) {
  .detalle-producto__box-right--buttons {
    padding-right: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .detalle-producto__box-right--button-a-orange {
    text-align: center;
    margin-top: 20px; }
  .detalle-producto__box-right {
    padding-left: 0; }
  .detalle-producto__box-right--datos-content:before {
    left: 0; }
  .detalle-producto__logos-content-tabcontent2 {
    width: 100%; }
  .detalle-producto__form-btn {
    text-align: center; }
  .detalle-producto__logos-content-tabcontent2 {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .detalle-producto__box-right--ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 0px; }
    .detalle-producto__box-right--ul li {
      display: block;
      width: 100%; }
  .detalle-producto__box-right--li-border {
    width: 50%; }
  .detalle-producto__box-right--li-padding {
    border-right: none;
    border-bottom: 1px solid #bec1c4;
    padding-right: 0;
    padding-left: 0;
    padding-top: 10px;
    padding-bottom: 10px; }
  .detalle-producto__box-button {
    margin-top: 34px; }
  .detalle-producto__content {
    padding-top: 5px; }
  .detalle-producto__box-especificaciones {
    width: 27%;
    max-width: inherit;
    margin-right: 3%;
    margin-left: 3%;
    text-align: center; }
  .detalle-producto__box-especificaciones-content {
    padding-left: 0; }
  .detalle-producto__box-right--ul {
    margin-left: 0; }
  .detalle-producto__box-right--button-icon {
    margin-top: 15px;
    margin-left: 0; } }

@media screen and (max-width: 480px) {
  .detalle-producto__box-especificaciones {
    width: 44%; }
  .detalle-producto__box-especificaciones {
    font-size: 14px; }
    .detalle-producto__box-especificaciones p strong {
      font-size: 20px; } }

@media screen and (max-width: 360px) {
  .detalle-producto__box-button .btn-general-icon {
    padding: 13px 20px 13px 35px; }
    .detalle-producto__box-button .btn-general-icon:before {
      left: 10px; }
  .detalle-producto__box-button .btn-general-icon2 {
    padding: 13px 35px 13px 20px; }
    .detalle-producto__box-button .btn-general-icon2:before {
      right: 10px; } }

@media screen and (min-width: 768px) {
  .detalle_producto_price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }

.detalle_producto_price .titulo-h3 {
  font-size: 32px; }

@media screen and (min-width: 768px) {
  .detalle_producto_col {
    border-left: 1px solid #CFCFCF;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; } }

@media screen and (max-width: 767px) {
  .detalle_producto_col {
    text-align: center; } }

.detalle_producto_col h3 {
  margin-bottom: 0; }
  @media screen and (max-width: 767px) {
    .detalle_producto_col h3 {
      margin-top: 10px; } }

.detalle_producto_col:first-child {
  border-left: none; }

@media screen and (min-width: 768px) {
  .detalle_producto_col_left {
    padding-right: 36px; } }

@media screen and (max-width: 767px) {
  .detalle_producto_col_left {
    margin-bottom: 20px; } }

@media screen and (min-width: 768px) {
  .detalle_producto_col_right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding-left: 36px; } }

.detalle_producto_note {
  display: block;
  color: #000;
  font-family: "Gotham-Medium", sans-serif;
  font-size: 14px;
  margin: 9px 0 0 0; }
  @media screen and (max-width: 767px) {
    .detalle_producto_note {
      text-align: center; } }

.detalle_producto_price_before {
  display: block;
  line-height: 1;
  color: #808080;
  font-family: "Gotham-Medium", sans-serif;
  font-size: 20px;
  margin: 7px 0 0 0; }

.home__slider {
  width: 100%;
  height: 731px;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  .home__slider:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(39, 39, 38, 0)), to(rgba(39, 39, 38, 0.8)));
    background: linear-gradient(to top, rgba(39, 39, 38, 0) 0%, rgba(39, 39, 38, 0.8) 100%);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2; }
  .home__slider .bx-wrapper .bx-viewport {
    z-index: 2; }
  .home__slider .bx-wrapper .bx-controls-direction {
    max-width: 1200px;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto; }
  .home__slider .bx-wrapper .bx-controls-direction a {
    display: block;
    width: 41px;
    height: 41px;
    background: none;
    -webkit-transition: all .25s ease;
    transition: all .25s ease; }
    .home__slider .bx-wrapper .bx-controls-direction a:before {
      display: block;
      content: "\e902";
      width: 41px;
      height: 41px;
      line-height: 37px;
      color: #fff;
      font-family: "icomoon";
      font-size: 18px;
      text-align: center;
      text-indent: 0px;
      border: 2px solid #fff;
      border-radius: 50%;
      -webkit-box-sizing: border-box;
              box-sizing: border-box; }
    @media screen and (min-width: 1025px) {
      .home__slider .bx-wrapper .bx-controls-direction a {
        opacity: .7; }
        .home__slider .bx-wrapper .bx-controls-direction a:hover {
          opacity: 1; } }
  .home__slider .bx-wrapper .bx-controls-direction .bx-prev:before {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg); }
  .home__slider .bx-wrapper .bx-controls-direction .bx-prev {
    left: 0; }
  .home__slider .bx-wrapper .bx-controls-direction .bx-next {
    right: 0; }

.home__slider__main {
  position: relative;
  z-index: 2; }

.home__slider__item {
  height: 731px; }
  .home__slider__item.active .home__slider__info {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
            transform: translateY(0); }

.home__slider__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  max-width: 1145px;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 20px;
  padding-right: 20px;
  margin: auto; }

.home__slider__wrap {
  position: relative;
  padding-bottom: 100px; }

.home__slider__info {
  width: 370px;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: all .5s ease-in-out .5s;
  transition: all .5s ease-in-out .5s;
  padding-top: 45px;
  margin: 0; }

.home__slider__tilte {
  margin-bottom: 25px; }
  .home__slider__tilte h1 {
    line-height: 56px;
    color: #fff;
    font-family: "Gotham-Black", sans-serif;
    font-weight: normal;
    font-size: 65px;
    margin-bottom: 0; }

.home__slider__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.home__slider__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0; }
  @media screen and (min-width: 1025px) {
    .home__slider__link:hover .home__slider__link__icon {
      -webkit-animation-name: hvr-wobble-horizontal;
              animation-name: hvr-wobble-horizontal;
      -webkit-animation-duration: 1s;
              animation-duration: 1s;
      -webkit-animation-timing-function: ease-in-out;
              animation-timing-function: ease-in-out;
      -webkit-animation-iteration-count: 1;
              animation-iteration-count: 1; } }

.home__slider__link__text,
.home__slider__link__icon {
  display: block;
  line-height: 1;
  color: #fff;
  margin: 0; }

.home__slider__link__text {
  font-family: "Gotham-Bold", sans-serif;
  font-size: 14px;
  margin-right: 10px; }

.home__slider__link__icon {
  font-size: 14px; }

.home__slider__img {
  max-width: 850px;
  width: 100%;
  margin: 0;
  margin-left: auto;
  margin-right: auto; }
  .home__slider__img img {
    display: block;
    width: 100%;
    height: auto; }

@-webkit-keyframes hvr-wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(8px);
            transform: translateX(8px); }
  33.3% {
    -webkit-transform: translateX(-6px);
            transform: translateX(-6px); }
  49.95% {
    -webkit-transform: translateX(4px);
            transform: translateX(4px); }
  66.6% {
    -webkit-transform: translateX(-2px);
            transform: translateX(-2px); }
  83.25% {
    -webkit-transform: translateX(1px);
            transform: translateX(1px); }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0); } }

@keyframes hvr-wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(8px);
            transform: translateX(8px); }
  33.3% {
    -webkit-transform: translateX(-6px);
            transform: translateX(-6px); }
  49.95% {
    -webkit-transform: translateX(4px);
            transform: translateX(4px); }
  66.6% {
    -webkit-transform: translateX(-2px);
            transform: translateX(-2px); }
  83.25% {
    -webkit-transform: translateX(1px);
            transform: translateX(1px); }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0); } }

@media screen and (max-width: 1200px) {
  .home__slider .bx-wrapper .bx-controls-direction .bx-prev {
    left: 10px; }
  .home__slider .bx-wrapper .bx-controls-direction .bx-next {
    right: 10px; }
  .home__slider,
  .home__slider__item {
    height: 600px; }
  .home__slider__container {
    padding-left: 70px;
    padding-right: 70px; }
  .home__slider__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    height: 100%;
    padding-bottom: 70px; }
  .home__slider__info {
    top: 22%;
    padding-top: 0; }
  .home__slider__tilte h1 {
    line-height: 47px;
    font-size: 50px; }
  .home__slider__img {
    max-width: none;
    width: 75%; } }

@media screen and (max-width: 960px) {
  .home__slider .bx-wrapper .bx-controls-direction a {
    width: 35px;
    height: 35px; }
    .home__slider .bx-wrapper .bx-controls-direction a:before {
      width: 35px;
      height: 35px;
      line-height: 31px;
      font-size: 14px; }
  .home__slider__tilte {
    margin-bottom: 20px; }
    .home__slider__tilte h1 {
      line-height: 34px;
      font-size: 36px; }
  .home__slider__info {
    width: 280px; }
  .home__slider__img {
    width: 95%; }
  .home__slider__link__text {
    font-size: 13px; }
  .home__slider__link__icon {
    font-size: 11px; } }

@media screen and (max-width: 640px) {
  .home__slider,
  .home__slider__item {
    height: 500px; }
  .home__slider__wrap {
    padding-bottom: 50px; }
  .home__slider__info {
    position: static;
    margin-left: auto;
    margin-right: auto; }
  .home__slider__img {
    width: 90%; }
  .home__slider__tilte {
    text-align: center; }
  .home__slider__button {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; } }

@media screen and (max-width: 550px) {
  .home__slider__wrap {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; } }

@media screen and (max-width: 480px) {
  .home__slider .bx-wrapper .bx-controls-direction a {
    display: none; }
  .home__slider__container {
    padding-left: 15px;
    padding-right: 15px; }
  .home__slider__info {
    width: 100%; }
  .home__slider__img {
    width: 100%;
    margin-top: 15px; }
  .home__slider__img {
    width: 100%; } }

@media screen and (max-width: 390px) {
  .home__slider__wrap {
    padding-bottom: 100px; } }

.vende__banner {
  width: 100%;
  height: 500px; }

.vende__banner__container {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .vende__banner__container:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .52; }

.vende__banner__content {
  max-width: 900px;
  width: 100%;
  margin: auto;
  padding: 0px 20px;
  padding-top: 75px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  text-align: center; }

.vende__banner__title {
  padding-bottom: 15px; }
  .vende__banner__title h1, .vende__banner__title h2 {
    font-family: "Gotham-Bold", sans-serif;
    color: #fff;
    font-size: 50px;
    margin: 0; }
  .vende__banner__title strong {
    color: #F4661B;
    font-weight: normal; }

@media screen and (max-width: 1024px) {
  .vende__banner__content {
    padding-top: 50px; }
  .vende__banner__title {
    padding-bottom: 30px; }
    .vende__banner__title h1, .vende__banner__title h2 {
      font-size: 42px; } }

@media screen and (max-width: 768px) {
  .vende__banner {
    height: 400px; }
  .vende__banner__title h1, .vende__banner__title h2 {
    font-size: 35px; } }

@media screen and (max-width: 640px) {
  .vende__banner__title h1, .vende__banner__title h2 {
    font-size: 30px; } }

.vende__pasos {
  width: 100%;
  padding-top: 63px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.vende__pasos__container {
  max-width: 1008px;
  width: 100%;
  margin: auto;
  padding: 0px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.vende__pasos__title {
  text-align: center; }
  .vende__pasos__title h2 {
    font-family: "Gotham-Bold", sans-serif;
    font-size: 28px;
    color: #000;
    margin-bottom: 16px; }

.vende__pasos__text {
  font-family: "Gotham-Book", sans-serif;
  font-size: 16px;
  color: #000; }
  .vende__pasos__text p {
    margin: 0; }

.vende__pasos__content {
  margin-top: 64px;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  .vende__pasos__content:before {
    content: '';
    position: absolute;
    width: 1px;
    height: 100%;
    background-color: #f3661b;
    top: 0;
    left: 50%; }

.vende__pasos__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative;
  padding-bottom: 82px; }
  .vende__pasos__box:nth-child(odd) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
    .vende__pasos__box:nth-child(odd) .vende__pasos__text {
      padding-left: 40px; }
    .vende__pasos__box:nth-child(odd) .vende__pasos__img {
      padding-right: 20px; }
  .vende__pasos__box:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse; }
    .vende__pasos__box:nth-child(even) .vende__pasos__text {
      padding-right: 40px; }
    .vende__pasos__box:nth-child(even) .vende__pasos__img {
      padding-left: 20px; }
  .vende__pasos__box.active .vende__pasos__number {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
    visibility: visible; }

.vende__pasos__img {
  width: calc(50% - 30px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.vende__pasos__number {
  width: 60px;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out; }

.vende__pasos__circle {
  width: 60px;
  height: 60px;
  margin: auto;
  position: relative;
  background-color: #f3661b;
  border-radius: 50%; }
  .vende__pasos__circle span {
    font-family: "Gotham-Bold", sans-serif;
    font-size: 24px;
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }

.vende__pasos__info {
  width: calc(50% - 30px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.vende__pasos__text {
  font-family: "Gotham-Book", sans-serif;
  font-size: 14px;
  color: #000;
  line-height: 22px;
  padding-top: 10px; }
  .vende__pasos__text h3 {
    font-family: "Gotham-Bold", sans-serif;
    font-size: 20px;
    color: #000;
    margin-bottom: 16px; }
  .vende__pasos__text p {
    margin: 0; }

@media screen and (max-width: 767px) {
  .vende__pasos {
    padding: 50px 0px; }
  .vende__pasos__title h2 {
    font-size: 25px; }
  .vende__pasos__content:before {
    display: none; }
  .vende__pasos__img {
    width: 70%;
    margin: auto; }
  .vende__pasos__info {
    padding-top: 30px;
    width: 80%;
    margin: auto; }
  .vende__pasos__number {
    width: 22%; }
  .vende__pasos__box {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-bottom: 60px; }
    .vende__pasos__box:nth-child(odd) {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
          -ms-flex-direction: row-reverse;
              flex-direction: row-reverse; }
      .vende__pasos__box:nth-child(odd) .vende__pasos__text {
        padding-left: 0px; }
      .vende__pasos__box:nth-child(odd) .vende__pasos__img {
        padding-right: 0px; }
    .vende__pasos__box:nth-child(even) .vende__pasos__text {
      padding-right: 0px; }
    .vende__pasos__box:nth-child(even) .vende__pasos__img {
      padding-left: 0px; }
    .vende__pasos__box:last-child {
      padding-bottom: 0; } }

@media screen and (max-width: 540px) {
  .vende__pasos__info {
    width: 100%; } }

.vende__beneficios {
  width: 100%;
  background: #F2F5F8;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.vende__beneficios_container {
  max-width: 1360px;
  width: 100%;
  padding: 81px 20px 193px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative; }

.vende__beneficios__content {
  width: 56.633%; }

.vende__beneficios__title {
  padding-bottom: 57px; }
  .vende__beneficios__title h2 {
    font-family: "Gotham-Bold", sans-serif;
    font-size: 28px;
    color: #000;
    line-height: 30px;
    margin: 0; }

.vende__beneficios__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }

.vende__beneficios__box {
  width: 45.35%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 9.3%;
  margin-bottom: 35px; }
  .vende__beneficios__box:nth-child(2n + 2) {
    margin-right: 0; }

.vende__beneficios__icon {
  width: 57px; }
  .vende__beneficios__icon img {
    width: 100%;
    height: auto;
    margin: 0; }

.vende__beneficios__text {
  width: calc(100% - 57px);
  padding-left: 37px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Gotham-Book", sans-serif;
  font-size: 16px;
  color: #000;
  line-height: 19px; }
  .vende__beneficios__text p {
    margin: 0; }

.vende__beneficios__img {
  width: 41.667%;
  margin-left: 1.7%;
  position: absolute;
  right: 0;
  bottom: 49px; }
  .vende__beneficios__img img {
    width: 100%;
    height: auto;
    margin: 0;
    display: block; }

@media screen and (max-width: 1200px) {
  .vende__beneficios__box {
    width: 48%;
    margin-right: 4%; }
  .vende__beneficios__text {
    padding-left: 20px;
    font-size: 15px; } }

@media screen and (max-width: 1024px) {
  .vende__beneficios__content {
    width: 100%; }
  .vende__beneficios__img {
    display: none; }
  .vende__beneficios_container {
    padding: 60px 20px 120px; } }

@media screen and (max-width: 767px) {
  .vende__beneficios__text {
    font-size: 14px; }
  .vende__beneficios__title h2 {
    font-size: 25px; }
  .vende__beneficios_container {
    padding: 50px 20px 120px; } }

@media screen and (max-width: 640px) {
  .vende__beneficios__box {
    width: 100%;
    margin-right: 0; } }

.vende__contacto {
  padding-top: 116px;
  margin-top: -116px;
  overflow: hidden; }
  .vende__contacto .pasos__info__line {
    background: #F2F5F8; }
  .vende__contacto .pasos__info__line {
    display: block;
    width: 106%;
    height: 250px;
    background: #e2e6e9;
    position: absolute;
    top: -115px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    border-radius: 50%;
    overflow: hidden;
    z-index: 1; }
  .vende__contacto .pasos__info__content {
    max-width: 1290px;
    position: relative;
    z-index: 2;
    padding-top: 0; }
  .vende__contacto .pasos__info__img {
    position: relative;
    width: 100%;
    margin-top: 80px; }
  .vende__contacto .pasos__info__title {
    width: 49.07%; }
  .vende__contacto .pasos__info__box {
    width: 47.14%;
    margin-left: 3.79%; }
  .vende__contacto .pasos__form__input {
    width: 50%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .vende__contacto .pasos__form__select {
    width: 100%; }
  .vende__contacto .pasos__form__text {
    color: #3D3D3C; }

.vende__contacto__text {
  font-family: "Gotham-Book", sans-serif;
  font-size: 16px;
  color: #000;
  padding: 0px 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 16px; }
  .vende__contacto__text p {
    margin: 0; }

@media screen and (max-width: 1024px) {
  .vende__contacto .pasos__info__title {
    width: 100%; }
  .vende__contacto .pasos__info__box {
    width: 80%;
    margin: 0 auto; }
  .vende__contacto .pasos__info__line {
    height: 200px;
    top: -100px; }
  .vende__contacto__text {
    text-align: center;
    font-size: 15px; } }

@media screen and (max-width: 690px) {
  .vende__contacto .pasos__info__box {
    width: 100%; } }

@media screen and (max-width: 540px) {
  .vende__contacto .pasos__form__input {
    width: 100%; } }

.compra__pasos {
  width: 100%;
  padding: 63px 0px 114px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.compra__pasos__container {
  max-width: 1290px;
  width: 100%;
  padding: 0px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto; }

.compra__pasos__title {
  padding-bottom: 66px;
  text-align: center; }
  .compra__pasos__title h2 {
    font-family: "Gotham-Bold", sans-serif;
    font-size: 28px;
    color: #000;
    line-height: 30px;
    margin: 0; }

.compra__pasos__text {
  font-family: "Gotham-Book", sans-serif;
  font-size: 16px;
  color: #000;
  padding-top: 16px; }
  .compra__pasos__text p {
    margin: 0; }

.compra__pasos__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.compra__pasos__img {
  width: 58%; }
  .compra__pasos__img img {
    width: 100%;
    height: auto;
    margin: 0;
    display: block; }

.compra__pasos__info {
  width: 41%;
  margin-left: 1%; }

.compra__pasos__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 25px; }
  .compra__pasos__box:last-child {
    margin-bottom: 0; }

.compra__pasos__icon {
  width: 80px; }
  .compra__pasos__icon img {
    width: 100%;
    height: auto;
    margin: 0;
    display: block; }

.compra__pasos__box__text {
  width: calc(100% - 80px);
  font-family: "Gotham-Book", sans-serif;
  font-size: 14px;
  color: #000;
  line-height: 22px;
  padding-left: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  .compra__pasos__box__text h3 {
    font-family: "Gotham-Bold", sans-serif;
    color: #000;
    font-size: 20px;
    margin-bottom: 12px; }
  .compra__pasos__box__text p {
    margin: 0; }

@media screen and (max-width: 1024px) {
  .compra__pasos {
    padding: 60px 0px 100px; }
  .compra__pasos__img {
    display: none; }
  .compra__pasos__text {
    font-size: 15px; }
  .compra__pasos__info {
    width: 100%;
    margin-left: 0; }
  .compra__pasos__title {
    padding-bottom: 60px; } }

@media screen and (max-width: 767px) {
  .compra__pasos {
    padding: 50px 0px 100px; }
  .compra__pasos__title h2 {
    font-size: 25px; }
  .compra__pasos__icon {
    width: 60px; }
  .compra__pasos__box__text {
    width: calc(100% - 60px);
    padding-left: 20px; }
    .compra__pasos__box__text h3 {
      font-size: 18px; } }

.compra__requisitos {
  width: 100%;
  padding: 105px 0px 257px;
  background: #F2F5F8;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.compra__requisitos__container {
  max-width: 1220px;
  width: 100%;
  padding: 0px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto; }

.compra__requisitos__title {
  padding-bottom: 111px;
  text-align: center; }
  .compra__requisitos__title h2, .compra__requisitos__title h3 {
    font-family: "Gotham-Bold", sans-serif;
    font-size: 28px;
    color: #000;
    line-height: 30px;
    margin: 0; }

.compra__requisitos__content {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative; }

.compra__requisitos__img {
  width: 53.645%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .compra__requisitos__img img {
    width: 100%;
    height: auto;
    margin: 0;
    display: block; }

.compra__requisitos__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }

.compra__requisitos__box {
  width: 50%;
  padding-right: 28%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 25px 0px; }
  .compra__requisitos__box:nth-child(2n + 2) {
    padding-right: 0;
    padding-left: 28%; }

.compra__requisitos__text {
  font-family: "Gotham-Book", sans-serif;
  font-size: 16px;
  color: #000;
  padding-left: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 25px;
  position: relative; }
  .compra__requisitos__text p {
    margin: 0; }
  .compra__requisitos__text:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 24px;
    height: 24px;
    background-image: url("../img/icon-check.svg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center; }

@media screen and (max-width: 1024px) {
  .compra__requisitos {
    padding: 70px 0px 200px; }
  .compra__requisitos__text {
    font-size: 15px; }
  .compra__requisitos__box {
    margin: 20px 0px; } }

@media screen and (max-width: 860px) {
  .compra__requisitos__title {
    padding-bottom: 60px; }
  .compra__requisitos__img {
    width: 80%;
    margin: 0 auto;
    position: relative; }
  .compra__requisitos__box {
    width: 48%;
    padding-right: 0;
    margin: 0;
    margin-right: 4%;
    margin-bottom: 20px; }
    .compra__requisitos__box:nth-child(2n + 2) {
      padding-left: 0;
      margin-right: 0; }
  .compra__requisitos__info {
    margin-top: 40px; } }

@media screen and (max-width: 767px) {
  .compra__requisitos {
    padding: 50px 0px 140px; }
  .compra__requisitos__title h2, .compra__requisitos__title h3 {
    font-size: 25px; }
  .compra__requisitos__img {
    width: 100%; }
  .compra__requisitos__text {
    font-size: 14px; } }

@media screen and (max-width: 620px) {
  .compra__requisitos__box {
    width: 100%;
    margin-right: 0; } }

.compra__contacto {
  padding-top: 116px;
  margin-top: -116px;
  overflow: hidden; }
  .compra__contacto .pasos__info__line {
    background: #F2F5F8; }
  .compra__contacto .pasos__info__line {
    display: block;
    width: 106%;
    height: 250px;
    background: #e2e6e9;
    position: absolute;
    top: -115px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    border-radius: 50%;
    overflow: hidden;
    z-index: 1; }
  .compra__contacto .pasos__info__content {
    max-width: 1290px;
    position: relative;
    z-index: 2;
    padding-top: 0; }
  .compra__contacto .pasos__info__text {
    max-width: 100%;
    margin-left: 0;
    text-align: center; }
  .compra__contacto .pasos__info__title {
    width: 49.07%; }
  .compra__contacto .pasos__info__box {
    width: 47.14%;
    margin-left: 3.79%; }
  .compra__contacto .pasos__form__input {
    width: 50%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .compra__contacto .pasos__form__select {
    width: 100%; }
  .compra__contacto .pasos__form__text {
    color: #3D3D3C; }

.compra__contacto__text {
  font-family: "Gotham-Book", sans-serif;
  font-size: 16px;
  color: #000;
  padding: 0px 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 16px; }
  .compra__contacto__text p {
    margin: 0; }

@media screen and (max-width: 1024px) {
  .compra__contacto .pasos__info__title {
    width: 100%; }
  .compra__contacto .pasos__info__box {
    width: 80%;
    margin: 0 auto; }
  .compra__contacto .pasos__info__line {
    height: 200px;
    top: -100px; }
  .compra__contacto__text {
    text-align: center;
    font-size: 15px; } }

@media screen and (max-width: 690px) {
  .compra__contacto .pasos__info__box {
    width: 100%; } }

@media screen and (max-width: 540px) {
  .compra__contacto .pasos__form__input {
    width: 100%; } }

.ftwsp_btn {
  cursor: pointer;
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 100;
}
.ftwsp_btn.active .ftwsp_btn_text {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
  -webkit-transform: translate(0, 15px);
  -moz-transform: translate(0, 15px);
  -o-transform: translate(0, 15px);
  -ms-transform: translate(0, 15px);
  transform: translate(0, 15px);
}
.ftwsp_btn.active .ftwsp_btn_icon:before {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transform: scale(0) rotate(360deg);
  -moz-transform: scale(0) rotate(360deg);
  -o-transform: scale(0) rotate(360deg);
  -ms-transform: scale(0) rotate(360deg);
  transform: scale(0) rotate(360deg);
}
.ftwsp_btn.active .ftwsp_btn_icon:after {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  -webkit-transform: scale(1) rotate(0deg);
  -moz-transform: scale(1) rotate(0deg);
  -o-transform: scale(1) rotate(0deg);
  -ms-transform: scale(1) rotate(0deg);
  transform: scale(1) rotate(0deg);
}
.ftwsp_btn_text {
  width: 156px;
  line-height: 1.5;
  letter-spacing: -0.03em;
  background: #f5f7f9;
  color: #43474e;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  border-radius: 4px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
  position: absolute;
  top: 50%;
  right: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 8px 12px;
  margin: 0 7px 0 0;
}
.ftwsp_btn_text p {
  margin: 0;
}
.ftwsp_btn_icon {
  width: 56px;
  height: 56px;
  background: #2db742;
  border-radius: 50%;
  -webkit-box-shadow: 0px 6px 8px 2px rgba(0,0,0,0.14);
  box-shadow: 0px 6px 8px 2px rgba(0,0,0,0.14);
}
.ftwsp_btn_icon:before {
  content: "";
  width: 100%;
  height: 100%;
  background: transparent url("../img/whatsapp_logo.svg") center center no-repeat;
  -webkit-background-size: 30px auto;
  -moz-background-size: 30px auto;
  background-size: 30px auto;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.ftwsp_btn_icon:after {
  content: "";
  width: 100%;
  height: 100%;
  background: transparent url("../img/x_icon.svg") center center no-repeat;
  -webkit-background-size: 14px auto;
  -moz-background-size: 14px auto;
  background-size: 14px auto;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transform: scale(0) rotate(-360deg);
  -moz-transform: scale(0) rotate(-360deg);
  -o-transform: scale(0) rotate(-360deg);
  -ms-transform: scale(0) rotate(-360deg);
  transform: scale(0) rotate(-360deg);
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.ftwsp_chat {
  max-width: calc(100% - 50px);
  width: 351px;
  overflow: hidden;
  font-family: Arial, Helvetica, sans-serif;
  -webkit-box-shadow: 0px 10px 10px 4px rgba(0,0,0,0.04);
  box-shadow: 0px 10px 10px 4px rgba(0,0,0,0.04);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
  -webkit-transform: translate(0, 50px);
  -moz-transform: translate(0, 50px);
  -o-transform: translate(0, 50px);
  -ms-transform: translate(0, 50px);
  transform: translate(0, 50px);
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
  position: fixed;
  bottom: 102px;
  right: 30px;
  z-index: 90;
  will-change: transform, visibility, opacity;
}
.ftwsp_chat.active {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  visibility: visible;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.ftwsp_info {
  background: #2db742;
  color: #d9ebc6;
  position: relative;
  padding: 15px 43px 17px 74px;
}
.ftwsp_info:before {
  content: '';
  display: block;
  width: 55px;
  height: 33px;
  background: url("../img/whatsapp_logo.svg") center top no-repeat;
  -webkit-background-size: 33px;
  -moz-background-size: 33px;
  background-size: 33px;
  position: absolute;
  top: 20px;
  left: 12px;
}
.ftwsp_info_title {
  line-height: 24px;
  color: #fff;
  font-size: 18px;
}
.ftwsp_info_description {
  line-height: 20px;
  color: #d9ebc6;
  font-size: 12px;
  padding-top: 4px;
}
.ftwsp_info_description p {
  margin: 0;
}
.ftwsp_contact {
  background: #fff;
  padding: 13px 20px 21px 19px;
}
.ftwsp_contact_title {
  color: #a5abb7;
  font-weight: 500;
  font-size: 11px;
  padding: 0 3px;
}
.ftwsp_contact_item {
  margin-top: 14px;
}
.ftwsp_contact_link {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  background: #f5f7f9;
  border-left: 2px solid #2db742;
  border-radius: 2px 4px 2px 4px;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  transition: all 0.25s ease;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 12px 40px 12px 12px;
}
@media screen and (min-width: 1025px) {
  .ftwsp_contact_link:hover {
    background: #fff;
    -webkit-box-shadow: 0px 7px 15px 1px rgba(55,62,70,0.07);
    box-shadow: 0px 7px 15px 1px rgba(55,62,70,0.07);
  }
}
.ftwsp_contact_link:after {
  content: '';
  width: 20px;
  height: 20px;
  background: url("../img/whatsapp_logo_green.svg") 0 0 no-repeat;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  background-size: 100% 100%;
  position: absolute;
  top: 26px;
  right: 14px;
}
.ftwsp_contact_avatar {
  width: 48px;
  height: 48px;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  margin: 0;
}
.ftwsp_contact_text {
  width: calc(100% - 74px);
}
.ftwsp_contact_name {
  line-height: 1.2;
  color: #363c47;
  font-size: 14px;
}
.ftwsp_contact_occupation {
  line-height: 1.1;
  color: #989b9f;
  font-size: 11px;
  padding: 2px 0 0 0;
}