.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}
html {
  min-height: 100%;
  position: relative;
}
body {
  -webkit-font-smoothing: antialiased;
  background: #fafafa;
  margin: 0;
}
body,
button,
input,
textarea,
select {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  line-height: 22px;
  color: #212121;
}
@media (min-width: 720px) {
  body,
  button,
  input,
  textarea,
  select {
    font-size: 16px;
    line-height: 24px;
  }
}
a,
button,
input,
textarea,
select {
  transition: 0.2s ease;
}
a {
  color: #b01f8c;
  text-decoration: none;
}
a.a-classic {
  text-decoration: underline;
}
a:hover {
  cursor: pointer;
}
button:hover,
select:hover,
label:hover,
input[type='checkbox']:hover,
input[type='radio']:hover {
  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
.h1,
.h2,
.h3,
.h4,
.h5 {
  margin-bottom: 10px;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
}
p {
  margin-bottom: 10px;
}
h1,
.h1 {
  font-size: 38px;
  line-height: 42px;
}
@media (min-width: 960px) {
  h1,
  .h1 {
    font-size: 46px;
    line-height: 51px;
  }
}
h2,
.h2 {
  font-size: 30px;
  line-height: 33px;
}
@media (min-width: 720px) {
  h2,
  .h2 {
    font-size: 38px;
    line-height: 42px;
  }
}
h3,
.h3 {
  font-size: 22px;
  line-height: 25px;
}
@media (min-width: 480px) {
  h3,
  .h3 {
    font-size: 30px;
    line-height: 33px;
  }
}
h4,
.h4 {
  font-size: 18px;
  line-height: 25px;
}
@media (min-width: 480px) {
  h4,
  .h4 {
    font-size: 22px;
    line-height: 25px;
  }
}
h5,
.h5 {
  font-size: 18px;
  line-height: 20px;
}
ul,
ol {
  list-style-type: none;
}
img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  margin: 0 auto;
}
svg {
  display: block;
  max-width: 100%;
}
.section__loadercart {
  position: relative;
  z-index: 20;
}
.section__loadercart .loader {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 5;
  background-color: rgba(0,0,0,0.5);
}
.sep {
  padding: 10px 0;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 5px;
  padding-right: 5px;
}
.row {
  margin-left: -5px;
  margin-right: -5px;
}
.row:before,
.row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
.cols {
  margin-left: -5px;
  margin-right: -5px;
}
.cols:before,
.cols:after {
  content: " ";
  display: table;
}
.cols:after {
  clear: both;
}
.cols>div {
  margin-bottom: 10px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}
.cols:last-child {
  margin-bottom: -10px;
}
.cols.cols-gutter-0 {
  margin-left: 0;
  margin-right: 0;
}
.cols.cols-gutter-0:before,
.cols.cols-gutter-0:after {
  content: " ";
  display: table;
}
.cols.cols-gutter-0:after {
  clear: both;
}
.cols.cols-gutter-0>div {
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 0;
}
.cols.cols-gutter-0:last-child {
  margin-bottom: 0;
}
.cols.cols-gutter-1 {
  margin-left: 0;
  margin-right: 0;
}
.cols.cols-gutter-1:before,
.cols.cols-gutter-1:after {
  content: " ";
  display: table;
}
.cols.cols-gutter-1:after {
  clear: both;
}
.cols.cols-gutter-1>div {
  padding-left: 0px;
  padding-right: 0px;
  margin-bottom: 5px;
}
.cols.cols-gutter-1>div:last-child {
  margin-bottom: 0px;
}
@media (min-width: 960px) {
  .cols.cols-gutter-1>div {
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 5px;
  }
  .cols.cols-gutter-1>div:last-child {
    margin-bottom: 5px;
  }
}
.cols.cols-gutter-buttons {
  margin-left: 0;
  margin-right: 0;
}
.cols.cols-gutter-buttons:before,
.cols.cols-gutter-buttons:after {
  content: " ";
  display: table;
}
.cols.cols-gutter-buttons:after {
  clear: both;
}
.cols.cols-gutter-buttons>div {
  padding-left: 0px;
  padding-right: 4px;
  margin-bottom: 10px;
}
.cols.cols-gutter-buttons>div:last-child {
  padding-right: 0px;
}
@media (min-width: 960px) {
  .cols.cols-gutter-2 {
    margin-left: -10px;
    margin-right: -10px;
  }
  .cols.cols-gutter-2:before,
  .cols.cols-gutter-2:after {
    content: " ";
    display: table;
  }
  .cols.cols-gutter-2:after {
    clear: both;
  }
  .cols.cols-gutter-2>div {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 20px;
  }
  .cols.cols-gutter-2:last-child {
    margin-bottom: -20px;
  }
}
@media (max-width: 960px) {
  .cols.cols-scroll {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
    margin: 0 -20px -20px;
    padding: 0 20px 20px;
  }
  .cols.cols-scroll>div {
    display: inline-block;
    vertical-align: top;
    width: 320px;
    white-space: normal;
    margin: 0;
    padding: 0 10px 0 0;
  }
  .cols.cols-scroll>div:last-child {
    margin-right: 15px;
  }
  .cols.cols-gutter-min {
    margin-left: 0;
    margin-right: 0;
  }
  .cols.cols-gutter-min:before,
  .cols.cols-gutter-min:after {
    content: " ";
    display: table;
  }
  .cols.cols-gutter-min:after {
    clear: both;
  }
  .cols.cols-gutter-min>div {
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 10px;
  }
  .cols.cols-gutter-min:last-child {
    margin-bottom: 10px;
  }
}
@media (max-width: 1200px) {
  .cols.cols-scroll-limit {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
    margin: 0 -20px -20px;
    padding: 0 20px 20px;
  }
  .cols.cols-scroll-limit>div {
    display: inline-block;
    vertical-align: top;
    width: 300px;
    white-space: normal;
    margin: 0;
    padding: 0 10px 0 0;
  }
  .cols.cols-scroll-limit>div:last-child {
    margin-right: 15px;
  }
  .cols.cols-gutter-min {
    margin-left: 0;
    margin-right: 0;
  }
  .cols.cols-gutter-min:before,
  .cols.cols-gutter-min:after {
    content: " ";
    display: table;
  }
  .cols.cols-gutter-min:after {
    clear: both;
  }
  .cols.cols-gutter-min>div {
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 10px;
  }
  .cols.cols-gutter-min:last-child {
    margin-bottom: 10px;
  }
}
@media (max-width: 960px) and (min-width: 960px) {
  .cols.cols-scroll {
    margin-right: -40px;
  }
}
@media (max-width: 1200px) and (min-width: 720px) {
  .cols.cols-scroll-limit {
    margin-right: -40px;
  }
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666666666666%;
}
.col-xs-10 {
  width: 83.33333333333334%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666666666666%;
}
.col-xs-7 {
  width: 58.333333333333336%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666666666667%;
}
.col-xs-4 {
  width: 33.33333333333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.666666666666664%;
}
.col-xs-1 {
  width: 8.333333333333332%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666666666666%;
}
.col-xs-pull-10 {
  right: 83.33333333333334%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666666666666%;
}
.col-xs-pull-7 {
  right: 58.333333333333336%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666666666667%;
}
.col-xs-pull-4 {
  right: 33.33333333333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.666666666666664%;
}
.col-xs-pull-1 {
  right: 8.333333333333332%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666666666666%;
}
.col-xs-push-10 {
  left: 83.33333333333334%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666666666666%;
}
.col-xs-push-7 {
  left: 58.333333333333336%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666666666667%;
}
.col-xs-push-4 {
  left: 33.33333333333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.666666666666664%;
}
.col-xs-push-1 {
  left: 8.333333333333332%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666666666666%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333333334%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666666666666%;
}
.col-xs-offset-7 {
  margin-left: 58.333333333333336%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666666666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.666666666666664%;
}
.col-xs-offset-1 {
  margin-left: 8.333333333333332%;
}
.col-xs-offset-0 {
  margin-left: 0;
}
@media (min-width: 480px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666666666666%;
  }
  .col-sm-10 {
    width: 83.33333333333334%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666666666666%;
  }
  .col-sm-7 {
    width: 58.333333333333336%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666666666667%;
  }
  .col-sm-4 {
    width: 33.33333333333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.666666666666664%;
  }
  .col-sm-1 {
    width: 8.333333333333332%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666666666666%;
  }
  .col-sm-pull-10 {
    right: 83.33333333333334%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666666666666%;
  }
  .col-sm-pull-7 {
    right: 58.333333333333336%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666666666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.666666666666664%;
  }
  .col-sm-pull-1 {
    right: 8.333333333333332%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666666666666%;
  }
  .col-sm-push-10 {
    left: 83.33333333333334%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666666666666%;
  }
  .col-sm-push-7 {
    left: 58.333333333333336%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666666666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.666666666666664%;
  }
  .col-sm-push-1 {
    left: 8.333333333333332%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666666666666%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-sm-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-sm-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 720px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666666666666%;
  }
  .col-md-10 {
    width: 83.33333333333334%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666666666666%;
  }
  .col-md-7 {
    width: 58.333333333333336%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666666666667%;
  }
  .col-md-4 {
    width: 33.33333333333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.666666666666664%;
  }
  .col-md-1 {
    width: 8.333333333333332%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666666666666%;
  }
  .col-md-pull-10 {
    right: 83.33333333333334%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666666666666%;
  }
  .col-md-pull-7 {
    right: 58.333333333333336%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666666666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.666666666666664%;
  }
  .col-md-pull-1 {
    right: 8.333333333333332%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666666666666%;
  }
  .col-md-push-10 {
    left: 83.33333333333334%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666666666666%;
  }
  .col-md-push-7 {
    left: 58.333333333333336%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666666666667%;
  }
  .col-md-push-4 {
    left: 33.33333333333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.666666666666664%;
  }
  .col-md-push-1 {
    left: 8.333333333333332%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666666666666%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-md-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-md-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 960px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666666666666%;
  }
  .col-lg-10 {
    width: 83.33333333333334%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666666666666%;
  }
  .col-lg-7 {
    width: 58.333333333333336%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666666666667%;
  }
  .col-lg-4 {
    width: 33.33333333333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.666666666666664%;
  }
  .col-lg-1 {
    width: 8.333333333333332%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666666666666%;
  }
  .col-lg-pull-10 {
    right: 83.33333333333334%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666666666666%;
  }
  .col-lg-pull-7 {
    right: 58.333333333333336%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666666666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.666666666666664%;
  }
  .col-lg-pull-1 {
    right: 8.333333333333332%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666666666666%;
  }
  .col-lg-push-10 {
    left: 83.33333333333334%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666666666666%;
  }
  .col-lg-push-7 {
    left: 58.333333333333336%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666666666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.666666666666664%;
  }
  .col-lg-push-1 {
    left: 8.333333333333332%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666666666666%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-lg-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-lg-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
}
@-webkit-keyframes fadeOut {
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes slideUp {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}
@keyframes slideUp {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}
@-webkit-keyframes slideFadeUp {
  0% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
    opacity: 0;
  }
}
@keyframes slideFadeUp {
  0% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
    opacity: 0;
  }
}
@-webkit-keyframes slideUpOut {
  100% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}
@keyframes slideUpOut {
  100% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}
@-webkit-keyframes slideDown {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}
@keyframes slideDown {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}
@-webkit-keyframes slideFadeDown {
  0% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
    opacity: 0;
  }
}
@keyframes slideFadeDown {
  0% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
    opacity: 0;
  }
}
@-webkit-keyframes slideDownOut {
  100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}
@keyframes slideDownOut {
  100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}
@-webkit-keyframes slideLeft {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
@keyframes slideLeft {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
@-webkit-keyframes slideFadeLeft {
  0% {
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
    opacity: 0;
  }
}
@keyframes slideFadeLeft {
  0% {
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
    opacity: 0;
  }
}
@-webkit-keyframes slideLeftOut {
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@keyframes slideLeftOut {
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@-webkit-keyframes slideRight {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@keyframes slideRight {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@-webkit-keyframes slideFadeRight {
  0% {
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
    opacity: 0;
  }
}
@keyframes slideFadeRight {
  0% {
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
    opacity: 0;
  }
}
@-webkit-keyframes slideRightOut {
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
@keyframes slideRightOut {
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
@-webkit-keyframes scaleIn {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
}
@keyframes scaleIn {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
}
@-webkit-keyframes scaleFadeIn {
  0% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}
@keyframes scaleFadeIn {
  0% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}
@-webkit-keyframes scaleOut {
  100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
}
@keyframes scaleOut {
  100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
}
@-webkit-keyframes scaleFadeOut {
  100% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    opacity: 0;
  }
}
@keyframes scaleFadeOut {
  100% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    opacity: 0;
  }
}
@-webkit-keyframes translateBg {
  0% {
    -webkit-transform: translateY(-10%);
            transform: translateY(-10%);
  }
}
@keyframes translateBg {
  0% {
    -webkit-transform: translateY(-10%);
            transform: translateY(-10%);
  }
}
@-webkit-keyframes heightMd {
  0% {
    max-height: 0;
    overflow: hidden;
  }
  100% {
    max-height: 500px;
    overflow: hidden;
  }
}
@keyframes heightMd {
  0% {
    max-height: 0;
    overflow: hidden;
  }
  100% {
    max-height: 500px;
    overflow: hidden;
  }
}
@-webkit-keyframes bgIn {
  0% {
    -webkit-transform: translateY(-10%);
            transform: translateY(-10%);
  }
}
@keyframes bgIn {
  0% {
    -webkit-transform: translateY(-10%);
            transform: translateY(-10%);
  }
}
.addcart {
  display: none;
  line-height: 22px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  z-index: 9999999;
}
.addcart .addcart__opacity {
  background-color: rgba(0,0,0,0.5);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: 0.3s;
  opacity: 1;
}
.addcart .addcart__close {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  padding: 10px;
  opacity: 0.7;
}
.addcart .addcart__close img {
  width: 15px;
}
.addcart .addcart__loader {
  z-index: 15;
}
.addcart .addcart__loader .loader {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
}
.addcart .addcart__box {
  position: absolute;
  top: 0;
  right: 0;
  width: 90%;
  height: 100%;
  background: #fff;
  color: #212121;
  -webkit-animation: slideLeft 0.5s ease;
          animation: slideLeft 0.5s ease;
  padding: 20px;
  overflow-y: scroll;
}
@media (min-width: 720px) {
  .addcart .addcart__box {
    width: 70%;
  }
}
.addcart .addcart__box .addcart__box__box {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: start;
      justify-content: flex-start;
  max-width: 600px;
  margin: 40px auto;
}
.addcart .addcart__box .addcart__box__box .addcart__box__header {
  margin-bottom: 20px;
}
.addcart .addcart__box .addcart__box__box .addcart__box__body {
  color: #212121;
}
@media (min-width: 720px) {
  .addcart .addcart__box .addcart__box__box .addcart__box__body {
    width: 100%;
    margin: 0 auto;
  }
}
.addcart .addcart__box .addcart__box__box .addcart__box__body .addcart__box__body__results__header {
  text-align: center;
  padding: 10px;
  border-bottom: 1px solid rgba(0,0,0,0.1);
}
@media (min-width: 720px) {
  .addcart .addcart__box .addcart__box__box .addcart__box__body .addcart__box__body__results__header {
    padding: 20px;
  }
}
.addcart .addcart__box .addcart__box__box .addcart__box__body .addcart__box__body__results__header .addcart__subtitle {
  font-weight: 300;
  margin-bottom: 0;
}
.addcart .addcart__box .addcart__box__box .addcart__box__body .addcart__box__body__results__footer {
  padding: 10px;
}
@media (min-width: 720px) {
  .addcart .addcart__box .addcart__box__box .addcart__box__body .addcart__box__body__results__footer {
    padding: 20px;
  }
}
.addcart .addcart__box .addcart__box__box .addcart__box__body .addcart__box__body__results__footer .addcart__buttons {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.addcart .addcart__box .addcart__box__box .addcart__box__body .addcart__box__body__results__footer .addcart__buttons .btn {
  width: 100%;
  max-width: 100%;
}
.addcart .addcart__box .addcart__box__box .addcart__box__body .addcart__box__body__results__footer .addcart__buttons .btn:first-child {
  margin-bottom: 10px;
}
.addcart .addcart__box .addcart__box__box .addcart__box__body .addcart__box__body__flow,
.addcart .addcart__box .addcart__box__box .addcart__box__body .addcart__box__body__results {
  display: none;
}
.addcart .addcart__box .addcart__box__box .addcart__box__body .addcart__box__body__flow.show,
.addcart .addcart__box .addcart__box__box .addcart__box__body .addcart__box__body__results.show {
  display: block;
}
.addcart .addcart__box .addcart__box__box .addcart__box__body .addcart__box__body__results {
  text-align: left;
  box-shadow: 0px 3px 6px rgba(0,0,0,0.102);
  background-color: #fff;
  border-radius: 7px;
  border: 1px solid #d6d6d6;
}
.addcart .addcart__box .addcart__box__box .addcart__box__body .addcart__box__body__results .addcart__box__body__results__body {
  padding: 10px;
}
@media (min-width: 720px) {
  .addcart .addcart__box .addcart__box__box .addcart__box__body .addcart__box__body__results .addcart__box__body__results__body {
    padding: 20px;
  }
}
.addcart .addcart__box .addcart__box__box .addcart__box__body .addcart__box__body__results .addcart__product {
  overflow: hidden;
  color: #212121;
  background-color: #fff;
  padding: 10px;
  border-radius: 7px;
  border: 1px solid #d6d6d6;
  transition: 0.3s;
  position: relative;
  background-color: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-direction: column;
      flex-direction: column;
}
@media (min-width: 720px) {
  .addcart .addcart__box .addcart__box__box .addcart__box__body .addcart__box__body__results .addcart__product {
    padding: 20px;
  }
}
.addcart .addcart__box .addcart__box__box .addcart__box__body .addcart__box__body__results .addcart__product .addcart__body {
  color: #212121;
  position: relative;
  height: 70%;
  width: 100%;
}
.addcart .addcart__box .addcart__box__box .addcart__box__body .addcart__box__body__results .addcart__product .addcart__body .addcart__body__top {
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #d6d6d6;
}
.addcart .addcart__box .addcart__box__box .addcart__box__body .addcart__box__body__results .addcart__product .addcart__body .addcart__body__top .addcart__title {
  margin-bottom: 0;
}
.addcart .addcart__box .addcart__box__box .addcart__box__body .addcart__box__body__results .addcart__product .addcart__details {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #d6d6d6;
}
.addcart .addcart__box .addcart__box__box .addcart__box__body .addcart__box__body__results .addcart__product .addcart__details .addcart__detail {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  background-color: #f5f5f5;
  padding: 10px;
  border-bottom: 2px solid #fff;
}
.addcart .addcart__box .addcart__box__box .addcart__box__body .addcart__box__body__results .addcart__product .addcart__details .addcart__detail:last-child {
  border-bottom: none;
}
.addcart .addcart__box .addcart__box__box .addcart__box__body .addcart__box__body__results .addcart__product .addcart__details .addcart__detail .addcart__name {
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  max-width: 70%;
  text-align: left;
}
.addcart .addcart__box .addcart__box__box .addcart__box__body .addcart__box__body__results .addcart__product .addcart__details .addcart__detail .addcart__value {
  font-size: 12px;
  line-height: 16px;
  font-weight: 600;
  text-align: right;
  max-width: 70%;
}
.addcart .addcart__box .addcart__box__box .addcart__box__body .addcart__box__body__results .addcart__product .addcart__details .addcart__actions {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding: 10px 0;
}
.addcart .addcart__box .addcart__box__box .addcart__box__body .addcart__box__body__results .addcart__product .addcart__details .addcart__actions .addcart__cant {
  width: 60px;
}
.addcart .addcart__box .addcart__box__box .addcart__box__body .addcart__box__body__results .addcart__product .addcart__details .addcart__actions .addcart__cant select {
  background-color: #fbfbfb;
  padding: 5px;
  padding-left: 15px;
  border: 1px solid rgba(0,0,0,0.07);
  border-radius: 50px;
  background: url("../img/icons/angle-down.png") 75% 50% no-repeat;
}
.addcart .addcart__box .addcart__box__box .addcart__box__body .addcart__box__body__results .addcart__product .addcart__prices .addcart__price__subtotal {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  padding-bottom: 7px;
  opacity: 0.6;
}
.addcart .addcart__box .addcart__box__box .addcart__box__body .addcart__box__body__results .addcart__product .addcart__prices .addcart__price__subtotal span {
  font-size: 13px;
  line-height: 18px;
}
.addcart .addcart__box .addcart__box__box .addcart__box__body .addcart__box__body__results .addcart__product .addcart__prices .addcart__price__iva {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  padding-bottom: 7px;
  opacity: 0.6;
  border-bottom: 1px solid rgba(0,0,0,0.3);
  padding-bottom: 5px;
  margin-bottom: 5px;
}
.addcart .addcart__box .addcart__box__box .addcart__box__body .addcart__box__body__results .addcart__product .addcart__prices .addcart__price__iva span {
  font-size: 13px;
  line-height: 18px;
}
.addcart .addcart__box .addcart__box__box .addcart__box__body .addcart__box__body__results .addcart__product .addcart__prices .addcart__price__total {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  color: #4f2b83;
}
.addcart .addcart__box .addcart__box__box .addcart__box__body .addcart__box__body__results .addcart__product .addcart__prices .addcart__price__total span {
  font-size: 16px;
  line-height: 22px;
  font-weight: bold;
}
.addcart .addcart__box .addcart__box__box .addcart__box__body .addcart__box__details {
  display: none;
  padding: 10px;
  background-color: #f5f5f5;
  box-shadow: 0px 3px 6px rgba(0,0,0,0.102);
  border: 1px solid #d6d6d6;
  border-radius: 7px;
  margin-bottom: 20px;
}
@media (min-width: 720px) {
  .addcart .addcart__box .addcart__box__box .addcart__box__body .addcart__box__details {
    padding: 10px 20px;
  }
}
.addcart .addcart__box .addcart__box__box .addcart__box__body .addcart__box__details.show {
  display: block;
}
.addcart .addcart__box .addcart__box__box .addcart__box__body .addcart__box__details .addcart__box__detail {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  padding: 7px 0;
  border-bottom: 2px solid #fff;
}
@media (min-width: 720px) {
  .addcart .addcart__box .addcart__box__box .addcart__box__body .addcart__box__details .addcart__box__detail {
    padding: 13px 0;
  }
}
.addcart .addcart__box .addcart__box__box .addcart__box__body .addcart__box__details .addcart__box__detail:last-child {
  border-bottom: none;
}
.addcart .addcart__box .addcart__box__box .addcart__box__body .addcart__box__details .addcart__box__detail .addcart__box__detail__title {
  margin-bottom: 0;
  font-size: 12px;
  line-height: 16px;
  text-align: left;
  font-weight: 400;
}
.addcart .addcart__box .addcart__box__box .addcart__box__body .addcart__box__details .addcart__box__detail .addcart__box__detail__title strong {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  margin-right: 5px;
  width: 15px;
  height: 15px;
  line-height: 15px;
  text-align: center;
  border-radius: 50%;
  overflow: hidden;
  color: #fff;
  background-color: #00a88b;
  font-size: 10px;
}
.addcart .addcart__box .addcart__box__box .addcart__box__body .addcart__box__details .addcart__box__detail .addcart__box__detail__selected {
  margin-bottom: 0;
  font-size: 12px;
  line-height: 16px;
  text-align: right;
  font-weight: bold;
}
.addcart .addcart__box .addcart__box__box .addcart__box__body .addcart__box__details .addcart__box__detail .addcart__box__detail__selected span {
  color: #00a88b;
  margin-left: 10px;
}
.addcart .addcart__box .addcart__box__box .addcart__box__body .addcart__question {
  text-align: left;
  box-shadow: 0px 3px 6px rgba(0,0,0,0.102);
  background-color: #fff;
  border-radius: 7px;
  border: 1px solid #d6d6d6;
}
.addcart .addcart__box .addcart__box__box .addcart__box__body .addcart__question .addcart__question__header {
  padding: 10px;
  border-bottom: 1px solid rgba(0,0,0,0.1);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
@media (min-width: 720px) {
  .addcart .addcart__box .addcart__box__box .addcart__box__body .addcart__question .addcart__question__header {
    padding: 20px;
  }
}
.addcart .addcart__box .addcart__box__box .addcart__box__body .addcart__question .addcart__question__header .addcart__title {
  position: relative;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 22px;
}
@media (min-width: 720px) {
  .addcart .addcart__box .addcart__box__box .addcart__box__body .addcart__question .addcart__question__header .addcart__title {
    font-size: 18px;
    line-height: 25px;
  }
}
.addcart .addcart__box .addcart__box__box .addcart__box__body .addcart__question .addcart__question__header .addcart__title strong {
  position: relative;
  top: 3px;
  margin-right: 10px;
  display: inline-block;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  border-radius: 50%;
  overflow: hidden;
  background-color: #00a88b;
  color: #fff;
  font-size: 16px;
}
@media (min-width: 720px) and (min-width: 480px) {
  .addcart .addcart__box .addcart__box__box .addcart__box__body .addcart__question .addcart__question__header .addcart__title {
    font-size: 22px;
    line-height: 25px;
  }
}
.addcart .addcart__box .addcart__box__box .addcart__box__body .addcart__question .addcart__question__header .addcart__tooltip {
  position: relative;
  z-index: 3;
  cursor: pointer;
  display: inline-block;
  margin-left: 10px;
}
.addcart .addcart__box .addcart__box__box .addcart__box__body .addcart__question .addcart__question__header .addcart__tooltip:hover .addcart__tooltip__tooltip {
  display: block;
}
.addcart .addcart__box .addcart__box__box .addcart__box__body .addcart__question .addcart__question__header .addcart__tooltip .addcart__tooltip__flex {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: start;
      justify-content: flex-start;
}
.addcart .addcart__box .addcart__box__box .addcart__box__body .addcart__question .addcart__question__header .addcart__tooltip .addcart__tooltip__flex img {
  margin-right: 10px;
  width: 41px;
}
.addcart .addcart__box .addcart__box__box .addcart__box__body .addcart__question .addcart__question__header .addcart__tooltip .addcart__circle {
  width: 16px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  border-radius: 50%;
  overflow: hidden;
  background-color: #9a9a9a;
  color: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  line-height: 0;
}
.addcart .addcart__box .addcart__box__box .addcart__box__body .addcart__question .addcart__question__header .addcart__tooltip .addcart__circle span {
  font-weight: bold;
  line-height: 0;
  float: initial;
  margin-right: initial;
  font-size: 12px;
}
.addcart .addcart__box .addcart__box__box .addcart__box__body .addcart__question .addcart__question__header .addcart__tooltip .addcart__tooltip__tooltip {
  display: none;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 250px;
  padding: 10px;
  background-color: #fff;
  box-shadow: 0px 2px 10px rgba(0,0,0,0.129);
  color: #212121;
  border-radius: 15px;
}
@media (min-width: 720px) {
  .addcart .addcart__box .addcart__box__box .addcart__box__body .addcart__question .addcart__question__header .addcart__tooltip .addcart__tooltip__tooltip {
    width: 300px;
    left: 100%;
  }
}
.addcart .addcart__box .addcart__box__box .addcart__box__body .addcart__question .addcart__question__header .addcart__tooltip .addcart__tooltip__tooltip>* {
  margin-bottom: 5px;
}
.addcart .addcart__box .addcart__box__box .addcart__box__body .addcart__question .addcart__question__header .addcart__tooltip .addcart__tooltip__tooltip h1,
.addcart .addcart__box .addcart__box__box .addcart__box__body .addcart__question .addcart__question__header .addcart__tooltip .addcart__tooltip__tooltip h2,
.addcart .addcart__box .addcart__box__box .addcart__box__body .addcart__question .addcart__question__header .addcart__tooltip .addcart__tooltip__tooltip h3,
.addcart .addcart__box .addcart__box__box .addcart__box__body .addcart__question .addcart__question__header .addcart__tooltip .addcart__tooltip__tooltip h4,
.addcart .addcart__box .addcart__box__box .addcart__box__body .addcart__question .addcart__question__header .addcart__tooltip .addcart__tooltip__tooltip h5 {
  color: #b01f8c;
}
.addcart .addcart__box .addcart__box__box .addcart__box__body .addcart__question .addcart__question__header .addcart__tooltip .addcart__tooltip__tooltip p {
  font-size: 12px;
  line-height: 16px;
}
.addcart .addcart__box .addcart__box__box .addcart__box__body .addcart__question .addcart__question__header .addcart__tooltip .addcart__tooltip__tooltip strong {
  color: #4f2b83;
}
.addcart .addcart__box .addcart__box__box .addcart__box__body .addcart__question .addcart__question__header .addcart__tooltip .addcart__tooltip__tooltip ul li {
  color: #212121;
}
.addcart .addcart__box .addcart__box__box .addcart__box__body .addcart__question .addcart__question__body {
  padding: 10px;
  border-bottom: 1px solid rgba(0,0,0,0.1);
}
@media (min-width: 720px) {
  .addcart .addcart__box .addcart__box__box .addcart__box__body .addcart__question .addcart__question__body {
    padding: 20px;
  }
}
.addcart .addcart__box .addcart__box__box .addcart__box__body .addcart__question .addcart__question__body .addcart__options {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-direction: column;
      flex-direction: column;
}
@media (min-width: 720px) {
  .addcart .addcart__box .addcart__box__box .addcart__box__body .addcart__question .addcart__question__body .addcart__options {
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: center;
        align-items: center;
  }
}
.addcart .addcart__box .addcart__box__box .addcart__box__body .addcart__question .addcart__question__body .addcart__options .addcart__button {
  width: 100%;
}
.addcart .addcart__box .addcart__box__box .addcart__box__body .addcart__question .addcart__question__body .addcart__options .addcart__button .btn {
  width: 100%;
}
.addcart .addcart__box .addcart__box__box .addcart__box__body .addcart__question .addcart__question__body .addcart__options .addcart__option {
  width: 100%;
  margin: 10px;
}
@media (min-width: 720px) {
  .addcart .addcart__box .addcart__box__box .addcart__box__body .addcart__question .addcart__question__body .addcart__options .addcart__option {
    margin: 0px 10px;
  }
}
.addcart .addcart__box .addcart__box__box .addcart__box__body .addcart__question .addcart__question__body .addcart__options .addcart__option .addcart__title {
  font-size: 12px;
  line-height: 16px;
  max-width: 70%;
  font-weight: 500;
  margin-bottom: 5px;
}
.addcart .addcart__box .addcart__box__box .addcart__box__body .addcart__question .addcart__question__body .addcart__options .addcart__option input {
  position: relative;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  margin-right: 10px;
  transition: 0.05s;
  background-color: #d0d0d0;
}
.addcart .addcart__box .addcart__box__box .addcart__box__body .addcart__question .addcart__question__body .addcart__options .addcart__option input:checked {
  background-color: #f2f2f2;
  border: 7px solid #4f2b83;
}
.addcart .addcart__box .addcart__box__box .addcart__box__body .addcart__question .addcart__question__body .addcart__options .addcart__option label {
  font-size: 14px;
  line-height: 28px;
}
.addcart .addcart__box .addcart__box__box .addcart__box__body .addcart__question .addcart__question__body .addcart__options .addcart__option span {
  display: block;
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
  color: #25215f;
  margin-top: 5px;
}
.addcart .addcart__box .addcart__box__box .addcart__box__body .addcart__question .addcart__question__body .addcart__options .addcart__option span:last-child {
  display: block;
  font-size: 12px;
  line-height: 16px;
  font-weight: 500;
  color: #212121;
  opacity: 0.7;
  margin-top: 0;
}
.addcart .addcart__box .addcart__box__box .addcart__box__body .addcart__question .addcart__question__footer {
  padding: 10px;
}
@media (min-width: 720px) {
  .addcart .addcart__box .addcart__box__box .addcart__box__body .addcart__question .addcart__question__footer {
    padding: 20px;
  }
}
.addcart .addcart__box .addcart__box__box .addcart__box__body .addcart__question .addcart__question__footer .addcart__alert {
  background-color: #f5f5f5;
  color: #502c84;
  padding: 5px;
  margin-bottom: 10px;
  display: none;
  text-align: center;
  border-radius: 5px;
}
.addcart .addcart__box .addcart__box__box .addcart__box__body .addcart__question .addcart__question__footer .addcart__alert.addcart__alert--show {
  display: block;
}
.addcart .addcart__box .addcart__box__box .addcart__box__body .addcart__question .addcart__question__footer .addcart__alert p {
  margin-bottom: 10px;
}
.addcart .addcart__box .addcart__box__box .addcart__box__body .addcart__question .addcart__question__footer .addcart__alert a {
  text-decoration: underline;
}
.addcart .addcart__box .addcart__box__box .addcart__box__body .addcart__question .addcart__question__footer .addcart__alert p,
.addcart .addcart__box .addcart__box__box .addcart__box__body .addcart__question .addcart__question__footer .addcart__alert a {
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 0;
  font-weight: bold;
  color: #502c84;
}
.addcart .addcart__box .addcart__box__box .addcart__box__body .addcart__question .addcart__question__footer .addcart__alert .fa {
  margin-right: 10px;
}
.addcart .addcart__box .addcart__box__box .addcart__box__body .addcart__question .addcart__question__footer .addcart__question__footer__buttons {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column-reverse;
      flex-direction: column-reverse;
}
.addcart .addcart__box .addcart__box__box .addcart__box__body .addcart__question .addcart__question__footer .addcart__question__footer__buttons .btn {
  width: 100%;
  max-width: 100%;
}
.addcart .addcart__box .addcart__box__box .addcart__box__body .addcart__question .addcart__question__footer .addcart__question__footer__buttons .btn:last-child {
  margin-bottom: 10px;
}
.addcart .addcart__box .addcart__box__box .addcart__box__body .addcart__question .addcart__question__footer .addcart__question__footer__buttons .btn--primary--white {
  color: #502c84;
  border: none;
}
.addcart.addcart--in {
  display: block;
}
.addcart.addcart--in .addcart__opacity {
  -webkit-animation: fadeIn 0.3s ease both;
          animation: fadeIn 0.3s ease both;
  opacity: 1;
}
.addcart.addcart--nav-out {
  display: block;
}
.addcart.addcart--nav-out .addcart__opacity {
  -webkit-animation: fadeOut 0.3s ease both;
          animation: fadeOut 0.3s ease both;
}
.addcart.addcart--nav-out .addcart__box {
  -webkit-animation: slideRightOut 0.5s ease both;
          animation: slideRightOut 0.5s ease both;
}
article {
  position: relative;
  overflow: hidden;
  color: #212121;
  box-shadow: 0px 3px 6px rgba(0,0,0,0.161);
  background-color: #fff;
  padding: 10px;
  border-radius: 5px;
  transition: 0.3s;
}
@media (min-width: 720px) {
  article {
    padding: 20px;
  }
}
article a:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
article:hover {
  box-shadow: rgba(0,0,0,0.15) 0px 5px 15px 0px;
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}
article .article__title {
  margin-bottom: 10px;
  font-weight: 300;
  font-size: 18px;
}
article .article__description {
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  opacity: 0.7;
}
@media (min-width: 720px) {
  article .article__description {
    font-size: 14px;
    line-height: 18px;
  }
}
article.article--category {
  background-color: #fff;
  color: #212121;
  min-height: 200px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  border-radius: 11px;
}
article.article--category:hover .article__bg .bg {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
article.article--category .article__bg {
  opacity: 0.2;
}
article.article--category .article__bg .bg {
  transition: 0.3s;
}
article.article--category .article__eff {
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0.05;
}
article.article--category .article__eff img {
  width: 300px;
}
article.article--category .article__icon {
  position: absolute;
  top: 10px;
  right: 10px;
}
article.article--category .article__icon img {
  width: 70px;
  margin: initial;
  opacity: 1;
}
@media (min-width: 720px) {
  article.article--category .article__icon img {
    width: 100px;
  }
}
article.article--category .article__body {
  position: relative;
  padding: 10px;
  background-color: rgba(255,255,255,0.1);
  border: 1px solid rgba(255,255,255,0.2);
  width: 100%;
}
article.article--category .article__body .article__title {
  margin-bottom: 5px;
}
article.article--category .article__body .article__description {
  opacity: 1;
  max-width: 70%;
}
article.article--feature {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: start;
      justify-content: flex-start;
  min-height: 200px;
  margin: 10px 0px;
}
article.article--feature.article--feature--landing {
  background-color: transparent;
  box-shadow: none;
}
article.article--feature.article--feature--landing .article__subtitulo {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  opacity: 0.7;
}
article.article--feature.article--feature--landing .article__image img {
  max-height: 200px !important;
}
article.article--feature .article__subtitle {
  font-size: 14px;
  font-style: italic;
  color: #502c84;
}
article.article--feature .article__title {
  font-size: 20px;
}
article.article--feature .article__eff {
  position: absolute;
  top: 0;
  right: -20%;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  opacity: 0.03;
}
article.article--feature .article__eff img {
  width: 300px;
}
article.article--feature .article__icon {
  margin-bottom: 10px;
}
article.article--feature .article__icon img {
  width: 60px;
  min-width: 60px;
  margin: initial;
}
@media (min-width: 720px) {
  article.article--feature .article__icon img {
    width: 80px;
    min-width: 80px;
  }
}
article.article--feature .btn {
  width: 100%;
}
article.article--stat {
  min-height: 200px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  text-align: left;
}
@media (min-width: 720px) {
  article.article--stat {
    min-height: 180px;
  }
}
article.article--stat .article__eff {
  position: absolute;
  top: 50%;
  left: 75%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  opacity: 0.03;
}
article.article--stat .article__eff img {
  min-width: 200px;
}
article.article--stat .article__icon {
  margin-bottom: 10px;
  margin-right: 20px;
}
article.article--stat .article__icon img {
  width: 50px;
  min-width: 50px;
  margin: initial;
}
@media (min-width: 720px) {
  article.article--stat .article__icon img {
    width: 60px;
    min-width: 60px;
  }
}
article.article--stat .article__body {
  z-index: 2;
}
article.article--stat .article__body .article__title {
  font-size: 16px;
}
@media (min-width: 720px) {
  article.article--stat .article__body .article__title {
    font-size: 18px;
  }
}
article.article--stat .article__number {
  font-size: 32px;
  line-height: 46px;
  font-weight: 400;
  color: #4f2b83;
}
@media (min-width: 720px) {
  article.article--stat .article__number {
    font-size: 48px;
    line-height: 56px;
  }
}
article.article--new {
  min-height: 350px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
@media (min-width: 720px) {
  article.article--new {
    min-height: 420px;
  }
}
article.article--new .article__bg {
  position: relative;
  height: 181px;
  margin-bottom: 20px;
  background: #3d3d3d;
}
article.article--new .article__bg .bg {
  opacity: 0.4;
}
article.article--new .article__date {
  color: #212121;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  font-style: italic;
  display: inline-block;
  margin-bottom: 5px;
}
article.article--new .article__tags {
  position: absolute;
  top: 30px;
  right: 30px;
  z-index: 5;
}
article.article--new .article__tag {
  display: inline-block;
  z-index: 3;
  background-color: rgba(34,34,34,0.617);
  color: #fff;
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  padding: 2px 5px;
  border-radius: 5px;
}
article.article--new .article__body {
  position: relative;
  margin-bottom: 20px;
}
article.article--new .btn {
  min-width: 100%;
}
article.article--new .article__description {
  opacity: 0.7;
  font-size: 14px;
  line-height: 22px;
}
article.article--product {
  padding: 0px;
  border-radius: 0px 0px 16px 16px;
  text-align: center;
}
@media (min-width: 720px) {
  article.article--product {
    text-align: left;
  }
}
article.article--product.article--product--purple {
  border-top: 5px solid #4f2b83;
}
article.article--product.article--product--green {
  border-top: 5px solid #00a88b;
}
article.article--product.article--product--pink {
  border-top: 5px solid #b01f8c;
}
article.article--product.article--product--blue {
  border-top: 5px solid #25106c;
}
article.article--product.article--product--light {
  border-top: 5px solid #f2f2f2;
}
article.article--product.article--product--lightblue {
  border-top: 5px solid #0090b9;
}
article.article--product.article--product--min {
  border-radius: 16px;
}
article.article--product.article--product--min .article__flex {
  min-height: 150px;
}
article.article--product.article--product--min .article__body .article__title strong {
  font-size: 20px;
}
article.article--product .article__bg {
  position: relative;
  padding-bottom: 56.25%;
}
article.article--product .article__flex {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding: 20px;
  min-height: 390px;
}
article.article--product .article__body .article__title {
  font-size: 14px;
  line-height: 26px;
  font-weight: 300;
}
article.article--product .article__body .article__title strong {
  display: block;
  font-size: 26px;
}
article.article--product .article__body .article__description {
  font-size: 14px;
  line-height: 22px;
}
article.article--product .article__body .article__price {
  font-size: 16px;
  line-height: 22px;
  font-weight: 300;
  margin-bottom: 5px;
}
article.article--product .article__body .article__price span strong {
  font-size: 28px;
  line-height: 36px;
  font-weight: bold;
  margin-left: 5px;
  color: #5e2559;
}
article.article--product .article__body .article__iva {
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  margin-bottom: 29px;
  color: #888;
  padding-left: 50px;
}
article.article--product .article__body .article__iva span {
  font-size: 36px;
  line-height: 48px;
  font-weight: bold;
  margin-left: 5px;
}
article.article--product .article__footer .article__buttons {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
article.article--product .article__footer .article__buttons .btn {
  font-weight: 400;
  margin-bottom: 10px;
}
article.article--product .article__footer .article__buttons .btn:last-child {
  margin-bottom: 0px;
}
article.article--product .article__footer .article__buttons .btn--terciary:hover {
  background-color: #28846b;
  color: #fff;
}
article.article--product .article__footer .article__buttons.article__buttons--grup .btn {
  margin-bottom: 0px;
}
article.article--solution {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: justify;
      justify-content: space-between;
  min-height: 250px;
}
article.article--solution .article__body {
  margin-bottom: 20px;
}
article.article--solution .article__body .article__title {
  font-size: 20px;
  line-height: 28px;
}
article.article--solution .article__body .article__subtitle {
  position: relative;
  top: -10px;
  color: #502c84;
}
article.article--solution .article__eff {
  position: absolute;
  top: 0;
  right: -30%;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  opacity: 0.03;
}
article.article--solution .article__eff img {
  width: 300px;
}
article.article--solution .article__icon {
  margin-bottom: 20px;
}
article.article--solution .article__icon img {
  width: 40px;
  min-width: 40px;
  margin: initial;
}
@media (min-width: 720px) {
  article.article--solution .article__icon img {
    width: 80px;
    min-width: 80px;
  }
}
article.article--solution .btn {
  min-width: 100%;
}
article.article--plan {
  position: relative;
  box-shadow: rgba(0,0,0,0.15) 0px 5px 15px 0px;
  border: 1px solid rgba(0,0,0,0.1);
  border-radius: 10px;
  margin: 5px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: justify;
      justify-content: space-between;
  width: 100%;
}
article.article--plan .article__header .article__subtitle {
  font-size: 12px;
  line-height: 16px;
  font-weight: 500;
  margin-bottom: 10px;
  color: #25215f;
}
article.article--plan .article__header .article__title {
  font-weight: bold;
  font-size: 18px;
  line-height: 24px;
  color: #25215f;
}
article.article--plan .article__body ul {
  margin-bottom: 20px;
}
@media (min-width: 720px) {
  article.article--plan .article__body ul {
    margin-bottom: 40px;
  }
}
article.article--plan .article__body ul li {
  position: relative;
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 10px;
  opacity: 0.7;
  padding-left: 15px;
}
article.article--plan .article__body ul li:after {
  content: "\f00c";
  font-family: "FontAwesome";
  position: absolute;
  top: 0px;
  left: 0;
  color: #b01f8c;
}
article.article--plan .article__footer .article__pricing {
  margin-bottom: 20px;
}
article.article--plan .article__footer .article__pricing.article__pricing--desc .article__price {
  color: #00a88b;
}
article.article--plan .article__footer .article__pricing.article__pricing--desc .article__price span {
  color: #212121;
}
article.article--plan .article__footer .article__pricing .article__desde {
  font-size: 14px;
  line-height: 18px;
  opacity: 0.7;
  margin-bottom: 5px;
}
article.article--plan .article__footer .article__pricing .article__desde span {
  background-color: #00a88b;
  color: #fff;
  font-size: 12px;
  line-height: 16px;
  font-weight: bold;
  padding: 3px 5px;
  border-radius: 0 5px 5px 0;
  margin-left: 5px;
}
article.article--plan .article__footer .article__pricing .article__price {
  font-size: 24px;
  line-height: 28px;
  font-weight: 600;
  color: #25215f;
  margin-bottom: 0;
}
article.article--plan .article__footer .article__pricing .article__price span {
  font-size: 14px;
  line-height: 18px;
}
article.article--plan .article__footer .article__pricing .article__subprice {
  font-size: 10px;
  line-height: 14px;
  margin-bottom: 5px;
}
article.article--plan .article__footer .article__pricing .article__info {
  font-size: 12px;
  line-height: 16px;
  opacity: 0.7;
}
article.article--plan .article__footer .article__buttons .article__button__hover:hover .article__options {
  display: block;
}
article.article--plan .article__footer .btn {
  min-width: 100%;
}
article.article--plan .article__footer .btn:first-child {
  margin-bottom: 10px;
}
article.article--plan .article__options {
  display: none;
  width: 100%;
  padding: 10px;
  position: absolute;
  bottom: 25%;
  left: 0;
  overflow: initial;
}
article.article--plan .article__options:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  min-height: 1000px;
  background-color: rgba(37,33,95,0.3);
  z-index: -1;
}
article.article--plan .article__options:before {
  content: "";
  position: absolute;
  bottom: -50%;
  left: 0;
  height: 500px;
  width: 100%;
  background-color: transparent;
}
article.article--plan .article__options .article__options__box {
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  background-color: #fbfbfb;
  border-radius: 10px;
}
article.article--plan .article__options .article__option {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  padding: 10px;
  border-bottom: 1px solid rgba(0,0,0,0.1);
  transition: 0.3s;
  overflow: hidden;
  border-radius: 10px;
}
article.article--plan .article__options .article__option:hover {
  background-color: #e5e5e5;
}
article.article--plan .article__options .article__option .article__age {
  color: #76777a;
  font-weight: 500;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 18px;
}
article.article--plan .article__options .article__option .article__pricing {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  margin-bottom: 0;
}
article.article--plan .article__options .article__option .article__pricing .article__price {
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
  color: #25215f;
  margin-bottom: 0;
}
article.article--plan .article__options .article__option .article__pricing .article__price span {
  font-size: 12px;
  line-height: 16px;
}
article.article--plan .article__options .article__option .article__pricing .article__subprice {
  font-size: 8px;
  line-height: 12px;
  margin-bottom: 5px;
}
article.article--plan .article__options .article__option .article__pricing .article__info {
  font-size: 10px;
  line-height: 14px;
  opacity: 0.7;
  margin-bottom: 0;
}
article.article--solution--corp {
  padding: 20px;
  border-radius: 9px;
}
article.article--solution--corp .article__body {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: justify;
      justify-content: space-between;
  min-height: 200px;
}
@media (min-width: 720px) {
  article.article--solution--corp .article__body {
    min-height: 250px;
  }
}
article.article--solution--corp .article__body .article__title {
  color: #4f2b83;
  font-weight: bold;
  font-size: 20px;
  line-height: 28px;
}
article.article--solution--corp .article__body p {
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
}
article.article--solution--business {
  min-height: 280px;
}
article.article--solution--business .article__body {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: justify;
      justify-content: space-between;
  min-height: 280px;
}
@media (min-width: 720px) {
  article.article--solution--business .article__body {
    min-height: 280px;
  }
}
article.article--solution--business .article__title {
  min-height: 56px;
}
article.article--solution--business a {
  margin-top: auto;
}
article.article--option {
  padding: 20px;
  overflow: initial;
  border-radius: 16px;
}
@media (min-width: 720px) {
  article.article--option {
    padding: 40px;
  }
}
article.article--option:hover {
  background-color: #25215f;
  color: #fff;
}
article.article--option:hover .article__body {
  border-radius: 16px;
}
article.article--option:hover .article__bg {
  border-radius: 0 0 5px 5px !important;
  overflow: initial !important;
}
article.article--option:hover .article__content .article__price {
  color: #fff;
}
article.article--option:hover .article__content .article__price span {
  color: #fff;
}
article.article--option:hover .article__content .btn {
  background-color: #25215f;
  border-color: #fff;
  color: #fff;
}
article.article--option:hover .article__content .article__iva {
  color: #fff;
}
article.article--option:hover .article__icon {
  width: 80px;
  height: 80px;
}
article.article--option:hover .article__icon svg {
  width: 80px;
  height: 80px;
}
article.article--option:hover .article__icon svg path {
  fill: #fff;
}
article.article--option:hover .article__footer ul li:after {
  background-color: #fff;
}
article.article--option:hover .article__footer .btn {
  background-color: #b01f8c;
  border-color: #b01f8c;
  color: #fff;
}
article.article--option.article--option--big {
  min-height: 600px;
  padding: 0px;
  border-radius: 16px;
}
@media (min-width: 720px) {
  article.article--option.article--option--big {
    min-height: 700px;
  }
}
article.article--option.article--option--big .article__body {
  padding: 20px;
  height: 100%;
  min-height: 600px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-direction: column;
      flex-direction: column;
}
article.article--option.article--option--big .article__bg {
  position: relative;
  padding-bottom: 56.25%;
}
article.article--option.article--option--big .article__content {
  margin-bottom: 30px;
}
article.article--option.article--option--big .article__content ul {
  list-style: none;
}
article.article--option.article--option--big .article__content ul li:before {
  color: #f00;
}
article.article--option.article--option--big .article__content .article__price {
  font-size: 24px;
  line-height: 28px;
}
@media (min-width: 720px) {
  article.article--option.article--option--big .article__content .article__price {
    font-size: 32px;
    line-height: 43px;
  }
}
article.article--option.article--option--big .article__content .article__iva {
  font-size: 12px;
  line-height: 18px;
  font-weight: 500;
  color: #888;
  margin-bottom: 20px;
}
article.article--option.article--option--big .article__content .article__iva span {
  font-size: 36px;
  line-height: 48px;
  font-weight: bold;
  margin-left: 5px;
}
article.article--option.article--option--big .article__icon {
  width: 50px;
  height: 50px;
}
@media (min-width: 720px) {
  article.article--option.article--option--big .article__icon {
    width: 50px;
    height: 50px;
  }
}
article.article--option.article--option--big .article__icon svg {
  width: 50px;
  height: 50px;
}
@media (min-width: 720px) {
  article.article--option.article--option--big .article__icon svg {
    width: 50px;
    height: 50px;
  }
}
article.article--option.article--option--big .article__footer .btn {
  position: relative;
}
article.article--option.article--option--big .article__footer .btn:hover {
  background-color: #25215f;
  border-color: #fff;
}
article.article--option.article--option--big .article__footer .btn:hover .article__options {
  display: block;
}
article.article--option.article--option--big .article__footer .btn .article__options {
  display: none;
  position: absolute;
  bottom: 150%;
  left: 0;
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  background-color: #fbfbfb;
  border-radius: 10px;
  overflow: initial;
}
article.article--option.article--option--big .article__footer .btn .article__options:after {
  content: "";
  position: absolute;
  bottom: -50%;
  left: 0;
  width: 100%;
  height: 200px;
  background-color: transparent;
  z-index: -1;
}
article.article--option.article--option--big .article__footer .btn .article__options .article__option {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  padding: 15px;
  border-bottom: 1px solid rgba(0,0,0,0.1);
  transition: 0.3s;
  border-radius: 10px;
}
article.article--option.article--option--big .article__footer .btn .article__options .article__option:hover {
  background-color: #e5e5e5;
}
article.article--option.article--option--big .article__footer .btn .article__options .article__option .article__age {
  color: #212121;
  margin-bottom: 0;
}
article.article--option.article--option--big .article__footer .btn .article__options .article__option .article__price {
  color: #76777a;
  font-weight: 300;
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 0;
}
article.article--option.article--option--big .article__footer .btn .article__options .article__option .article__price span {
  color: #00a88b;
  font-weight: bold;
  font-size: 14px;
  line-height: 18px;
}
article.article--option .article__radio {
  z-index: 3;
}
article.article--option .article__radio label {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}
article.article--option .article__radio label input {
  opacity: 0;
}
article.article--option .article__tag {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #0090b9;
  color: #fff;
  text-align: center;
  padding: 7px;
  border-radius: 5px 5px 0 0;
  font-size: 14px;
  line-height: 18px;
  font-weight: bold;
  z-index: 1;
  transition: 0.3s;
  opacity: 0;
}
article.article--option .article__body {
  position: relative;
  z-index: 3;
  border-radius: 16px;
}
article.article--option .article__icon {
  position: relative;
  width: 70px;
  height: 70px;
  margin: 0 auto;
  margin-bottom: 10px;
}
article.article--option .article__icon svg {
  width: 70px;
  height: 70px;
  margin: 0 auto;
}
article.article--option .article__content {
  position: relative;
  text-align: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  z-index: 1;
}
article.article--option .article__content ul {
  text-align: left;
  max-width: 350px;
  margin: 0 auto;
  margin-bottom: 20px;
}
article.article--option .article__content ul li {
  position: relative;
  padding: 8px 0;
  font-size: 14px;
  line-height: 18px;
  padding-left: 15px;
}
article.article--option .article__content ul li:after {
  content: "";
  width: 7px;
  height: 7px;
  line-height: 7px;
  text-align: center;
  border-radius: 50%;
  overflow: hidden;
  background-color: #502c84;
  position: absolute;
  top: 13px;
  left: 0;
}
article.article--option .article__content .article__age {
  background-color: #b01f8c;
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 5px 20px;
  border-radius: 18px;
  color: #fff;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  margin-bottom: 35px;
}
article.article--option .article__content .article__price {
  font-size: 36px;
  line-height: 48px;
  font-weight: bold;
  color: #00a88b;
}
article.article--option .article__content .article__price span {
  color: #888;
  font-size: 19px;
  font-weight: normal;
}
article.article--option .article__content .article__iva {
  font-size: 12px;
  line-height: 16px;
  font-weight: 500;
  margin-bottom: 45px;
  color: #888;
}
article.article--option .article__footer .btn {
  max-width: 100%;
  width: 100%;
  background-color: #fff;
  color: #00a88b;
  border: 1px solid #00a88b;
}
article.article--option .article__footer .btn:hover {
  border-color: #fff;
  background-color: transparent;
  color: #fff;
}
article.article--option .article__footer .btn {
  position: relative;
}
article.article--option .article__footer .btn:hover {
  background-color: #25215f;
  border-color: #fff;
}
article.article--option .article__footer .btn:hover .article__options {
  display: block;
}
article.article--option .article__footer .btn .article__options {
  display: none;
  position: absolute;
  bottom: 150%;
  left: 0;
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  background-color: #fff;
  border-radius: 10px;
  z-index: 1;
  overflow: initial;
}
article.article--option .article__footer .btn .article__options:after {
  content: "";
  position: absolute;
  bottom: -50%;
  left: 0;
  width: 100%;
  height: 200px;
  background-color: transparent;
  z-index: -1;
}
article.article--option .article__footer .btn .article__options .article__options__title {
  position: relative;
  padding: 10px;
  color: #212121;
  font-size: 14px;
  line-height: 18px;
  border-bottom: 1px solid rgba(0,0,0,0.1);
}
article.article--option .article__footer .btn .article__options .article__option {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  padding: 10px;
  border-bottom: 1px solid rgba(0,0,0,0.1);
  transition: 0.3s;
  overflow: hidden;
  border-radius: 10px;
}
article.article--option .article__footer .btn .article__options .article__option:hover {
  background-color: #e5e5e5;
}
article.article--option .article__footer .btn .article__options .article__option .article__age {
  color: #76777a;
  font-weight: 500;
  margin-bottom: 0;
  font-size: 12px;
  line-height: 16px;
}
article.article--option .article__footer .btn .article__options .article__option .article__pricing {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  margin-bottom: 0;
}
article.article--option .article__footer .btn .article__options .article__option .article__pricing .article__price {
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
  color: #25215f;
  margin-bottom: 0;
}
article.article--option .article__footer .btn .article__options .article__option .article__pricing .article__price span {
  font-size: 12px;
  line-height: 16px;
}
article.article--option .article__footer .btn .article__options .article__option .article__pricing .article__subprice {
  font-size: 8px;
  line-height: 12px;
  margin-bottom: 5px;
}
article.article--option .article__footer .btn .article__options .article__option .article__pricing .article__info {
  font-size: 10px;
  line-height: 14px;
  opacity: 0.7;
  margin-bottom: 0;
  color: #212121;
}
article.article--option.article--option--landing {
  padding: 15px;
  min-height: 0px !important;
}
article.article--option.article--option--landing .article__price {
  line-height: 20px;
  font-size: 18px;
}
article.article--option.article--option--landing .article__price span {
  font-size: 10px;
}
article.article--option.article--option--landing .article__option {
  padding: 10px;
}
article.article--option.article--option--landing .article__option .article__age {
  font-size: 13px;
  margin-bottom: 5px;
  padding: 0px !important;
}
article.article--option.article--option--landing .article__option .article__price {
  font-size: 11px !important;
  line-height: 20px !important;
}
article.article--option.article--option--landing .article__title {
  font-size: 13px;
  margin-bottom: 0px;
}
article.article--option.article--option--landing .btn {
  min-width: 0px;
  padding: 0px;
  font-size: 10px;
}
article.article--option.article--option--landing .article__iva {
  margin-bottom: 15px;
}
article.article--option.article--option--landing .article__icon {
  width: 30px;
  height: 30px;
  margin-bottom: 0px;
}
article.article--option.article--option--landing .article__icon svg {
  width: 30px;
  height: 30px;
}
article.article--feature--landing--center .article__title {
  text-align: center !important;
}
article.article--feature--landing--center .article__subtitulo {
  text-align: center !important;
}
article.article--feature--landing--center .article__description {
  text-align: center !important;
}
article.article--feature--landing--shadow {
  box-shadow: 0px 3px 6px rgba(0,0,0,0.161) !important;
  border-radius: 5px !important;
  padding: 10px !important;
}
article.article--option--2 {
  padding: 20px;
  overflow: initial;
  border-radius: 16px;
}
@media (min-width: 720px) {
  article.article--option--2 {
    padding: 40px;
  }
}
article.article--option--2.article--option--minheight .article__body {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  min-height: 400px;
}
article.article--option--2:hover {
  background-color: #25215f;
  color: #fff;
}
article.article--option--2:hover .article__body {
  border-radius: 16px;
}
article.article--option--2:hover .article__bg {
  border-radius: 0 0 5px 5px !important;
  overflow: initial !important;
}
article.article--option--2:hover .article__content .article__price {
  color: #fff;
}
article.article--option--2:hover .article__content .article__price span {
  color: #fff;
}
article.article--option--2:hover .article__content .btn {
  background-color: #25215f;
  border-color: #fff;
  color: #fff;
}
article.article--option--2:hover .article__content .article__iva {
  color: #fff;
}
article.article--option--2:hover .article__icon {
  width: 80px;
  height: 80px;
}
article.article--option--2:hover .article__icon svg {
  width: 80px;
  height: 80px;
}
article.article--option--2:hover .article__icon svg path {
  fill: #fff;
}
article.article--option--2:hover .article__footer ul li:after {
  background-color: #fff;
}
article.article--option--2:hover .article__footer .btn {
  background-color: #b01f8c;
  border-color: #b01f8c;
  color: #fff;
}
article.article--option--2.article--option--big {
  min-height: 600px;
  padding: 0px;
  border-radius: 16px;
}
@media (min-width: 720px) {
  article.article--option--2.article--option--big {
    min-height: 700px;
  }
}
article.article--option--2.article--option--big .article__body {
  padding: 20px;
  height: 100%;
  min-height: 600px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-direction: column;
      flex-direction: column;
}
article.article--option--2.article--option--big .article__bg {
  position: relative;
  padding-bottom: 56.25%;
}
article.article--option--2.article--option--big .article__content {
  margin-bottom: 30px;
}
article.article--option--2.article--option--big .article__content ul {
  list-style: none;
}
article.article--option--2.article--option--big .article__content ul li:before {
  color: #f00;
}
article.article--option--2.article--option--big .article__content .article__price {
  font-size: 24px;
  line-height: 28px;
}
@media (min-width: 720px) {
  article.article--option--2.article--option--big .article__content .article__price {
    font-size: 32px;
    line-height: 43px;
  }
}
article.article--option--2.article--option--big .article__content .article__iva {
  font-size: 12px;
  line-height: 18px;
  font-weight: 500;
  color: #888;
  margin-bottom: 20px;
}
article.article--option--2.article--option--big .article__content .article__iva span {
  font-size: 36px;
  line-height: 48px;
  font-weight: bold;
  margin-left: 5px;
}
article.article--option--2.article--option--big .article__icon {
  width: 50px;
  height: 50px;
}
@media (min-width: 720px) {
  article.article--option--2.article--option--big .article__icon {
    width: 50px;
    height: 50px;
  }
}
article.article--option--2.article--option--big .article__icon svg {
  width: 50px;
  height: 50px;
}
@media (min-width: 720px) {
  article.article--option--2.article--option--big .article__icon svg {
    width: 50px;
    height: 50px;
  }
}
article.article--option--2.article--option--big .article__footer .btn {
  position: relative;
}
article.article--option--2.article--option--big .article__footer .btn:hover {
  background-color: #25215f;
  border-color: #fff;
}
article.article--option--2.article--option--big .article__footer .btn:hover .article__options {
  display: block;
}
article.article--option--2.article--option--big .article__footer .btn .article__options {
  display: none;
  position: absolute;
  bottom: 150%;
  left: 0;
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  background-color: #fbfbfb;
  border-radius: 10px;
  overflow: initial;
}
article.article--option--2.article--option--big .article__footer .btn .article__options:after {
  content: "";
  position: absolute;
  bottom: -50%;
  left: 0;
  width: 100%;
  height: 200px;
  background-color: transparent;
  z-index: -1;
}
article.article--option--2.article--option--big .article__footer .btn .article__options .article__option {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  padding: 15px;
  border-bottom: 1px solid rgba(0,0,0,0.1);
  transition: 0.3s;
  border-radius: 10px;
}
article.article--option--2.article--option--big .article__footer .btn .article__options .article__option:hover {
  background-color: #e5e5e5;
}
article.article--option--2.article--option--big .article__footer .btn .article__options .article__option .article__age {
  color: #212121;
  margin-bottom: 0;
}
article.article--option--2.article--option--big .article__footer .btn .article__options .article__option .article__price {
  color: #76777a;
  font-weight: 300;
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 0;
}
article.article--option--2.article--option--big .article__footer .btn .article__options .article__option .article__price span {
  color: #00a88b;
  font-weight: bold;
  font-size: 14px;
  line-height: 18px;
}
article.article--option--2 .article__radio {
  z-index: 3;
}
article.article--option--2 .article__radio label {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}
article.article--option--2 .article__radio label input {
  opacity: 0;
}
article.article--option--2 .article__tag {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #0090b9;
  color: #fff;
  text-align: center;
  padding: 7px;
  border-radius: 5px 5px 0 0;
  font-size: 14px;
  line-height: 18px;
  font-weight: bold;
  z-index: 1;
  transition: 0.3s;
  opacity: 0;
}
article.article--option--2 .article__body {
  position: relative;
  z-index: 3;
  border-radius: 16px;
}
article.article--option--2 .article__icon {
  position: relative;
  width: 70px;
  height: 70px;
  margin: 0 auto;
  margin-bottom: 10px;
}
article.article--option--2 .article__icon svg {
  width: 70px;
  height: 70px;
  margin: 0 auto;
}
article.article--option--2 .article__content {
  position: relative;
  text-align: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  z-index: 1;
}
article.article--option--2 .article__content ul {
  text-align: left;
  max-width: 350px;
  margin: 0 auto;
  margin-bottom: 20px;
}
article.article--option--2 .article__content ul li {
  position: relative;
  padding: 8px 0;
  font-size: 14px;
  line-height: 18px;
  padding-left: 15px;
}
article.article--option--2 .article__content ul li:after {
  content: "";
  width: 7px;
  height: 7px;
  line-height: 7px;
  text-align: center;
  border-radius: 50%;
  overflow: hidden;
  background-color: #502c84;
  position: absolute;
  top: 13px;
  left: 0;
}
article.article--option--2 .article__content .article__age {
  background-color: #b01f8c;
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 5px 20px;
  border-radius: 18px;
  color: #fff;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  margin-bottom: 35px;
}
article.article--option--2 .article__content .article__price {
  font-size: 36px;
  line-height: 48px;
  font-weight: bold;
  color: #00a88b;
}
article.article--option--2 .article__content .article__price span {
  color: #888;
  font-size: 19px;
  font-weight: normal;
}
article.article--option--2 .article__content .article__iva {
  font-size: 12px;
  line-height: 16px;
  font-weight: 500;
  margin-bottom: 10px;
  color: #888;
}
article.article--option--2 .article__content .article__normaltax {
  font-size: 12px;
  line-height: 16px;
  font-weight: 500;
  margin-bottom: 0px;
  color: #888;
  margin-bottom: 10px;
}
article.article--option--2 .article__content .article__normalprice {
  font-size: 14px;
  line-height: 18px;
  font-weight: bold;
  margin-bottom: 5px;
  color: #888;
}
article.article--option--2 .article__content .article__prices {
  min-height: 129px;
}
article.article--option--2 .article__content .article__discount {
  min-height: 24px;
  font-weight: bold;
  font-size: 18px;
  color: #888;
  margin-bottom: 10px;
}
article.article--option--2 .article__content .article__discount span {
  background-color: #00a88b;
  padding: 5px 5px;
  color: #fff;
  border-radius: 0px 20px 20px 0px;
  font-weight: bold;
  margin-left: 5px;
}
article.article--option--2 .article__options {
  display: none;
  position: absolute;
  bottom: 150%;
  left: 0;
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  background-color: #fff;
  border-radius: 10px;
  z-index: 1;
  overflow: initial;
}
article.article--option--2 .article__options:after {
  content: "";
  position: absolute;
  bottom: -50%;
  left: 0;
  width: 100%;
  height: 200px;
  background-color: transparent;
  z-index: -1;
}
article.article--option--2 .article__options .article__options__title {
  position: relative;
  padding: 10px;
  color: #212121;
  font-size: 14px;
  line-height: 18px;
  border-bottom: 1px solid rgba(0,0,0,0.1);
}
article.article--option--2 .article__options .article__option {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  padding: 10px;
  border-bottom: 1px solid rgba(0,0,0,0.1);
  transition: 0.3s;
  overflow: hidden;
  border-radius: 10px;
}
article.article--option--2 .article__options .article__option:hover {
  background-color: #e5e5e5;
}
article.article--option--2 .article__options .article__option .article__age {
  color: #76777a;
  font-weight: 500;
  margin-bottom: 0;
  font-size: 12px;
  line-height: 16px;
}
article.article--option--2 .article__options .article__option .article__pricing {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  margin-bottom: 0;
}
article.article--option--2 .article__options .article__option .article__pricing .article__price {
  font-size: 16px !important;
  line-height: 22px !important;
  font-weight: 600 !important;
  color: #25215f !important;
  margin-bottom: 0 !important;
}
article.article--option--2 .article__options .article__option .article__pricing .article__price span {
  font-size: 12px !important;
  line-height: 16px !important;
}
article.article--option--2 .article__options .article__option .article__pricing .article__subprice {
  font-size: 8px;
  line-height: 12px;
  margin-bottom: 5px;
}
article.article--option--2 .article__options .article__option .article__pricing .article__info {
  font-size: 11px;
  line-height: 14px;
  opacity: 0.7;
  margin-bottom: 0;
  color: #212121;
}
article.article--option--2 .article__footer .btn {
  max-width: 100%;
  width: 100%;
  background-color: #fff;
  color: #00a88b;
  border: 1px solid #00a88b;
}
article.article--option--2 .article__footer .btn:hover {
  border-color: #fff;
  background-color: transparent;
  color: #fff;
}
article.article--option--2 .article__footer .btn {
  position: relative;
}
article.article--option--2 .article__footer .btn:hover {
  background-color: #25215f;
  border-color: #fff;
}
article.article--option--2 .article__footer .btn:hover .article__options {
  display: block;
}
article.article--option--2 .article__footer .btn .article__options {
  display: none;
  position: absolute;
  bottom: 150%;
  left: 0;
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  background-color: #fff;
  border-radius: 10px;
  z-index: 1;
  overflow: initial;
}
article.article--option--2 .article__footer .btn .article__options:after {
  content: "";
  position: absolute;
  bottom: -50%;
  left: 0;
  width: 100%;
  height: 200px;
  background-color: transparent;
  z-index: -1;
}
article.article--option--2 .article__footer .btn .article__options .article__options__title {
  position: relative;
  padding: 10px;
  color: #212121;
  font-size: 14px;
  line-height: 18px;
  border-bottom: 1px solid rgba(0,0,0,0.1);
}
article.article--option--2 .article__footer .btn .article__options .article__option {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  padding: 15px;
  border-bottom: 1px solid rgba(0,0,0,0.1);
  transition: 0.3s;
  border-radius: 10px;
}
article.article--option--2 .article__footer .btn .article__options .article__option:hover {
  background-color: #e5e5e5;
}
article.article--option--2 .article__footer .btn .article__options .article__option .article__age {
  color: #212121;
  margin-bottom: 0;
  font-size: 12px;
  line-height: 16px;
}
article.article--option--2 .article__footer .btn .article__options .article__option .article__price {
  color: #76777a;
  font-weight: 300;
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 0;
}
article.article--option--2 .article__footer .btn .article__options .article__option .article__price span {
  color: #00a88b;
  font-weight: bold;
  font-size: 14px;
  line-height: 18px;
}
article.article--what {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  min-height: 100px;
  margin: 10px 0px;
}
article.article--what .article__icon {
  margin-right: 20px;
  width: 60px;
}
article.article--what .article__icon img {
  width: 60px;
}
article.article--what .article__body {
  max-width: 80%;
}
article.article--what .article__body .article__title {
  margin-bottom: 25px;
}
article.article--what .article__body .article__paragraph {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
}
article.article--what .article__body .article__paragraph .article__icon {
  width: 15px;
  margin: 0px;
  padding-right: 25px;
}
article.article--what .article__body .article__paragraph .article__icon img {
  margin: 0px;
  max-width: 15px;
}
article.article--what .article__body .article__description {
  margin-bottom: 0;
}
article.article--help {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: justify;
      justify-content: space-between;
  min-height: 200px;
  border-radius: 16px;
}
@media (min-width: 720px) {
  article.article--help {
    min-height: 300px;
  }
}
article.article--help .article__header {
  margin-bottom: 20px;
}
article.article--help .article__body {
  margin-bottom: 20px;
  text-align: center;
}
article.article--help .article__eff {
  position: absolute;
  top: 0;
  right: -30%;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  opacity: 0.03;
}
article.article--help .article__eff img {
  width: 300px;
}
article.article--help .article__title {
  font-size: 20px;
  line-height: 28px;
}
article.article--help .article__description {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 18px;
}
article.article--help .article__icon img {
  width: 60px;
}
article.article--help .btn {
  min-width: 100%;
}
article.article--verification {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: justify;
      justify-content: space-between;
  min-height: 160px;
  margin: 10px;
  border-radius: 20px;
}
article.article--verification .article__eff {
  position: absolute;
  top: 0;
  right: -30%;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  opacity: 0.06;
}
article.article--verification .article__eff img {
  width: 300px;
}
article.article--verification .article__body {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 20px;
}
article.article--verification .article__icon {
  margin-right: 20px;
}
article.article--verification .article__icon img {
  width: 60px;
  min-width: 60px;
  margin: initial;
}
article.article--verification .btn {
  min-width: 100%;
}
article.article--tutorial {
  min-height: 380px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
article.article--tutorial .article__bg {
  position: relative;
  padding-bottom: 56.25%;
  margin-bottom: 20px;
  background: #3d3d3d;
}
article.article--tutorial .article__bg .article__play {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0.7;
}
article.article--tutorial .article__bg .article__play img {
  width: 50px;
}
article.article--tutorial .article__bg .bg {
  opacity: 0.4;
}
article.article--tutorial .article__title a {
  color: #212121;
}
article.article--tutorial .article__title:after {
  z-index: 5;
}
article.article--tutorial .article__description {
  min-height: 66px;
}
article.article--tutorial .article__tag {
  position: absolute;
  top: 30px;
  right: 30px;
  z-index: 3;
  background-color: rgba(34,34,34,0.617);
  color: #fff;
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  padding: 2px 5px;
  border-radius: 5px;
}
article.article--tutorial .btn {
  max-width: 100%;
  width: 100%;
  margin-top: 10px;
  position: initial;
}
article.article--tutorial .btn:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
article.article--tutorial .article__description {
  opacity: 0.7;
  font-size: 14px;
  line-height: 22px;
}
article.article--alliance {
  max-height: 150px;
}
@media (min-width: 720px) {
  article.article--alliance {
    min-height: 200px;
  }
}
article.article--alliance .article__svg {
  position: absolute;
  top: 0;
  left: 0;
}
article.article--alliance .article__title {
  font-size: 20px;
}
article.article--alliance .article__subtitle {
  font-size: 14px;
  font-style: italic;
}
article.article--alliance .article__subtitle.article__subtitle--purple {
  color: #4f2b83;
}
article.article--alliance .article__subtitle.article__subtitle--pink {
  color: #b01f8c;
}
article.article--alliance .article__subtitle.article__subtitle--green {
  color: #00a88b;
}
article.article--partner {
  margin: 5px;
  min-height: 300px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
}
article.article--partner .article__logo {
  margin-bottom: 20px;
}
article.article--partner .article__logo img {
  width: auto;
  height: auto;
  max-width: 100px;
  max-height: 60px;
  transition: 0.3s;
  margin: initial;
}
@media (min-width: 720px) {
  article.article--partner .article__logo img {
    max-width: 150px;
    max-height: 80px;
  }
}
article.article--partner.article--partner--min {
  min-height: 150px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}
article.article--partner.article--partner--min .article__logo {
  margin-bottom: 0;
}
article.article--ubication {
  text-align: left;
  padding: 0;
  margin-bottom: 10px;
}
@media (min-width: 720px) {
  article.article--ubication {
    margin-bottom: 20px;
  }
}
article.article--ubication .article__flex {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
@media (min-width: 720px) {
  article.article--ubication .article__flex {
    -ms-flex-direction: row;
        flex-direction: row;
  }
}
article.article--ubication .article__body {
  width: 100%;
  padding: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
@media (min-width: 720px) {
  article.article--ubication .article__body {
    max-width: 50%;
  }
}
article.article--ubication .article__body .article__title {
  margin-bottom: 20px;
}
article.article--ubication .article__body .article__tags {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 20px;
}
article.article--ubication .article__body .article__info {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  margin-bottom: 20px;
}
@media (min-width: 720px) {
  article.article--ubication .article__body .article__info {
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-align: center;
        align-items: center;
  }
}
article.article--ubication .article__body .article__commune {
  display: inline-block;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 16px;
  background-color: #00a88b;
  border: 1px solid #00a88b;
  color: #fff;
  margin-bottom: 10px;
  border-radius: 5px;
  font-weight: 600;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
article.article--ubication .article__body .article__schedule,
article.article--ubication .article__body .article__phone {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}
article.article--ubication .article__body .article__schedule .article__description,
article.article--ubication .article__body .article__phone .article__description,
article.article--ubication .article__body .article__schedule p,
article.article--ubication .article__body .article__phone p {
  margin-bottom: 0px;
}
article.article--ubication .article__body .article__schedule .article__logo,
article.article--ubication .article__body .article__phone .article__logo {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  margin-right: 10px;
}
article.article--ubication .article__body .article__schedule .article__logo img,
article.article--ubication .article__body .article__phone .article__logo img {
  width: 20px;
}
article.article--ubication .article__body .article__schedule {
  margin-right: 20px;
}
article.article--ubication .article__body .article__footer {
  background-color: #fafafa;
  padding: 10px;
  border-radius: 5px;
}
article.article--ubication .article__body .article__footer h4 {
  font-size: 16px;
  line-height: 22px;
  color: #515151;
  font-weight: 300;
}
article.article--ubication .article__body .article__footer .article__footer__checks {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
article.article--ubication .article__body .article__footer .article__footer__checks .article__check {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  width: 50%;
  margin-bottom: 5px;
}
@media (min-width: 720px) {
  article.article--ubication .article__body .article__footer .article__footer__checks .article__check {
    width: 33.33%;
  }
}
article.article--ubication .article__body .article__footer .article__footer__checks .article__check .article__icon {
  width: 12px;
  height: 12px;
  line-height: 12px;
  text-align: center;
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid #00a88b;
  color: #00a88b;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  margin-right: 10px;
}
article.article--ubication .article__body .article__footer .article__footer__checks .article__check .article__icon span {
  font-size: 8px;
  font-weight: 300;
}
article.article--ubication .article__body .article__footer .article__footer__checks .article__check .article__description {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 18px;
  color: #515151;
}
article.article--ubication .article__map {
  position: relative;
  width: 100%;
  height: 250px;
}
@media (min-width: 720px) {
  article.article--ubication .article__map {
    height: 300px;
  }
}
article.article--ubication .article__map .article__map__map {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 250px;
}
@media (min-width: 720px) {
  article.article--ubication .article__map .article__map__map {
    height: 300px;
  }
}
article.article--ubication .article__map .article__map__map .marker {
  background-image: url("../img/icons/pin.svg");
  background-size: cover;
  width: 40px;
  height: 40px;
  cursor: pointer;
}
article.article--ubication .article__map .article__map__map #map,
article.article--ubication .article__map .article__map__map canvas {
  height: 250px;
}
@media (min-width: 720px) {
  article.article--ubication .article__map .article__map__map #map,
  article.article--ubication .article__map .article__map__map canvas {
    height: 300px;
  }
}
article.article--productcart {
  background-color: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 20px;
  -ms-flex-direction: column;
      flex-direction: column;
  border-radius: 10px;
  border: 1px solid #d6d6d6;
  box-shadow: none;
}
article.article--productcart .article__bg {
  height: 200px;
}
article.article--productcart .article__bg .bg {
  height: 200px;
}
article.article--productcart .article__bg .bg:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: #fff;
  background: linear-gradient(0deg, #fff, transparent);
}
article.article--productcart .article__header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  width: 100%;
  border-bottom: 1px solid rgba(0,0,0,0.1);
  padding-bottom: 20px;
  margin-bottom: 20px;
}
article.article--productcart .article__header .article__title {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 0;
}
article.article--productcart .article__header .article__trash a {
  color: #76777a;
  font-size: 24px;
}
article.article--productcart .article__body {
  color: #212121;
  position: relative;
  height: 70%;
  width: 100%;
}
article.article--productcart .article__body .article__details {
  margin-bottom: 10px;
  padding: 5px;
}
article.article--productcart .article__body .article__details .article__detail {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  padding: 15px;
  margin: 2px 0px;
  background: #f5f5f5 0% 0% no-repeat padding-box;
}
article.article--productcart .article__body .article__details .article__detail:last-child {
  border-bottom: none;
}
article.article--productcart .article__body .article__details .article__detail .article__name {
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  max-width: 70%;
}
article.article--productcart .article__body .article__details .article__detail .article__value {
  font-size: 12px;
  line-height: 16px;
  font-weight: 600;
  text-align: right;
  max-width: 70%;
}
article.article--productcart .article__body .article__actions {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: end;
      justify-content: flex-end;
  padding: 10px 0;
}
article.article--productcart .article__body .article__actions .article__description {
  margin-bottom: 0;
  color: #76777a;
  font-size: 14px;
  line-height: 22px;
  margin-right: 10px;
}
article.article--productcart .article__body .article__actions .article__cant {
  width: 60px;
}
article.article--productcart .article__body .article__actions .article__cant select {
  background-color: #fbfbfb;
  padding: 5px;
  padding-left: 15px;
  border: 1px solid rgba(0,0,0,0.07);
  border-radius: 50px;
  background: url("../img/icons/angle-down.png") 75% 50% no-repeat;
}
article.article--productcart .article__body .article__actions .article__trash {
  cursor: pointer;
}
article.article--productcart .article__body .article__actions .article__trash span {
  font-size: 28px;
  line-height: 28px;
  color: #b01f8c;
}
article.article--download {
  margin: 10px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  min-height: 90px !important;
}
article.article--download .article__body {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  width: 100%;
}
article.article--download .article__body .article__description {
  width: 60%;
  margin: 0px;
}
article.article--download .article__body .article__icon {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}
article.article--download .article__body .article__icon .btn {
  min-width: 0px;
  padding: 3px 10px;
  background-color: #00a88b;
  border: none;
}
article.article--download .article__body .article__icon img {
  width: 25px;
  color: #fff;
}
article.article--member {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: start;
      justify-content: flex-start;
  border-radius: 15px;
  text-align: center;
  margin-bottom: 40px;
}
article.article--member .article__image {
  margin-bottom: 20px;
}
article.article--member .article__image img {
  width: 110px;
  height: 110px;
  line-height: 110px;
  text-align: center;
  border-radius: 50%;
  overflow: hidden;
}
article.article--member .article__name {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
}
article.article--member .article__name .article__title {
  color: #4f2b83;
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
}
article.article--value {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
}
article.article--value .article__icon {
  margin-right: 20px;
}
article.article--value .article__icon img {
  width: 50px;
}
article.article--value .article__description {
  text-align: left;
}
article.article--value p {
  margin-bottom: 0;
}
article.article--result {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
}
article.article--result .article__bg {
  position: relative;
  margin-right: 20px;
  height: 100px;
  width: 30%;
  background: #b01f8c;
  background: linear-gradient(117deg, #b01f8c 0%, #4f2b83 50%, #00a88b 100%);
}
@media (min-width: 720px) {
  article.article--result .article__bg {
    width: 20%;
  }
}
article.article--result .article__bg .bg {
  opacity: 0.4;
}
article.article--result .article__body {
  position: relative;
  width: 70%;
}
@media (min-width: 720px) {
  article.article--result .article__body {
    width: 80%;
  }
}
article.article--result .article__tag {
  position: absolute;
  top: 5px;
  right: 5px;
  background-color: #b01f8c;
  color: #fff;
  padding: 5px 10px;
  border-radius: 5px;
  font-size: 12px;
  line-height: 16px;
}
article.article--case {
  background-color: #fff;
  box-shadow: rgba(0,0,0,0.05) 0px 6px 24px 0px, rgba(0,0,0,0.08) 0px 0px 0px 1px;
  padding: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  min-height: 300px;
}
article.article--case .article__bg {
  position: relative;
  width: 40%;
  min-height: 300px;
}
article.article--case .article__content {
  width: 60%;
  margin-left: 20px;
}
article.article--case .article__content .article__description {
  font-size: 13px;
  line-height: 18px;
}
article.article--case .article__content .btn {
  color: #00a88b;
  background-color: #fff;
  border-color: #00a88b;
  margin-top: 20px;
}
article.article--fearure--partner {
  display: -ms-flexbox;
  display: flex;
  box-shadow: none;
  background-color: transparent;
  border: none;
}
article.article--fearure--partner .article__icon {
  margin-right: 10px;
  min-width: 50px;
}
article.article--fearure--partner .article__icon img {
  width: 50px;
}
article.article--fearure--partner .article__body .article__title {
  color: #25215f;
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
}
article.article--fearure--partner .article__body p {
  color: #212121;
  opacity: 0.7;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
}
article.article--typepartner {
  display: -ms-flexbox;
  display: flex;
  box-shadow: none;
  background-color: transparent;
  border: none;
  padding: 0;
}
article.article--typepartner .article__icon {
  margin-right: 10px;
  min-width: 80px;
}
article.article--typepartner .article__icon img {
  width: 80px;
}
article.article--typepartner .article__body .article__title {
  color: #25215f;
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
}
article.article--typepartner .article__body .article__title strong {
  color: #b01f8c;
}
article.article--typepartner .article__body p {
  color: #212121;
  opacity: 0.7;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
}
article.article--valuecompany {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding: 10px;
  border-radius: 20px;
}
article.article--valuecompany .article__icon {
  box-shadow: rgba(0,0,0,0.15) 0px 5px 15px 0px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 40px;
  min-width: 50px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}
article.article--valuecompany .article__icon img {
  min-width: 60px;
}
article.article--valuecompany .article__body {
  width: 100%;
  text-align: left;
}
article.article--valuecompany .article__body .article__title {
  margin-bottom: 0;
  font-weight: 500;
  opacity: 0.8;
  font-size: 18px;
  line-height: 24px;
}
@media (min-width: 720px) {
  article.article--valuecompany .article__body .article__title {
    font-size: 24px;
    line-height: 32px;
  }
}
article.article--certification {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
article.article--certification .article__image {
  margin-right: 20px;
}
article.article--certification .article__image img {
  width: initial;
  height: initial;
  max-width: 60px;
  max-height: 60px;
}
article.article--certification .article__body {
  width: 100%;
  text-align: center;
}
article.article--certification .article__body .article__title {
  margin-bottom: 0;
  font-weight: 500;
  opacity: 0.8;
  font-size: 24px;
  line-height: 32px;
}
article.article--why .article__title {
  color: #4f2b83;
  font-weight: 500;
}
article.article--cardimage .article__bg {
  position: relative;
  height: 250px;
}
article.article--button .btn {
  position: relative;
  display: inline-block;
  padding: 8px 20px;
  background-color: #b01f8c;
  border: 1px solid #b01f8c;
  color: #fff;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  font-weight: 500;
  border-radius: 50px;
  min-width: 150px;
  transition: 0.3s;
}
@media (min-width: 720px) {
  article.article--button .btn {
    font-size: 18px;
    line-height: 24px;
    padding: 10px 30px;
    min-width: 200px;
  }
}
article.article--button .btn span {
  margin-left: 10px;
}
article.article--button .btn:hover {
  background-color: rgba(162,51,136,0.25);
  border-color: rgba(162,51,136,0);
  color: #b01f8c;
}
article.article--button .btn img {
  float: left;
}
.bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: center center no-repeat;
  background-size: cover;
  opacity: 1;
  display: block;
}
.bg.bg-loaded {
  -webkit-animation: fadeIn 1s ease both;
          animation: fadeIn 1s ease both;
  opacity: 1;
}
.bg img {
  display: none;
}
.btn {
  position: relative false;
  display: inline-block;
  padding: 8px 20px;
  background-color: #b01f8c;
  border: 1px solid #b01f8c;
  color: #fff;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  font-weight: 500;
  border-radius: 50px;
  min-width: 150px;
  transition: 0.3s;
}
@media (min-width: 720px) {
  .btn {
    font-size: 18px;
    line-height: 24px;
    padding: 10px 30px;
    min-width: 200px;
  }
}
.btn span {
  margin-left: 10px;
}
.btn:hover {
  background-color: rgba(162,51,136,0.25);
  border-color: rgba(162,51,136,0);
  color: #b01f8c;
}
.btn img {
  float: left;
}
.btn.btn--secondary {
  background-color: #4f2b83;
  border-color: #4f2b83;
  color: #fff;
}
.btn.btn--secondary:hover {
  background-color: #fff;
  color: #212121;
}
.btn.btn--darkblue {
  background-color: #25215f;
  border-color: #25215f;
  color: #fff;
}
.btn.btn--darkblue:hover {
  background-color: #fff;
  color: #25215f;
}
.btn.btn--darkblue2 {
  background-color: #502c84;
  border-color: #502c84;
  color: #fff;
}
.btn.btn--darkblue2:hover {
  background-color: #fff;
  color: #502c84;
}
.btn.btn--darkbluewhite {
  background-color: #fff;
  border-color: #fff;
  color: #502c84;
}
.btn.btn--darkbluewhite:hover {
  border-color: #502c84;
}
.btn.btn--whitedark {
  background-color: #fff;
  border-color: #25215f;
  color: #25215f;
}
.btn.btn--whitedark:hover {
  background-color: #4f2b83;
  color: #fff;
}
.btn.btn--secondary--transparent {
  background-color: transparent;
  border: 1px solid #4f2b83;
  color: #4f2b83;
}
.btn.btn--secondary--transparent:hover {
  background-color: #4f2b83;
  color: #fff;
}
.btn.btn--terciary {
  background-color: #00a88b;
  border-color: #00a88b;
  color: #fff;
}
.btn.btn--terciary:hover {
  background-color: #fff;
  color: #00a88b;
}
.btn.btn--terciary--white {
  background-color: #fff;
  border-color: #00a88b;
  color: #00a88b;
}
.btn.btn--terciary--white:hover {
  background-color: #00a88b;
  color: #fff;
}
.btn.btn--primary--white {
  background-color: #fff;
  border-color: #b01f8c;
  color: #b01f8c;
}
.btn.btn--primary--white:hover {
  background-color: #fff;
  border-color: #b01f8c;
  color: #b01f8c;
}
.btn.btn--quaternary {
  background-color: #fff;
  border-color: #4aa58c;
  color: #4aa58c;
}
.btn.btn--quaternary a {
  font-weight: 400;
}
.btn.btn--quaternary:hover {
  background-color: #fbfbfb;
  color: #212121;
}
.btn.btn--gray {
  background-color: #e5e5e5;
  border-color: #e5e5e5;
  color: #4f2b83;
  font-weight: 700;
}
.btn.btn--gray:hover {
  background-color: #fff;
  color: #212121;
  border-color: #e5e5e5;
}
.btn.btn--gray--2 {
  background-color: #e5e5e5;
  border-color: #e5e5e5;
  color: #b01f8c;
  font-weight: 700;
}
.btn.btn--gray--2:hover {
  background-color: #fff;
  color: #212121;
}
.btn.btn--white {
  background-color: #fff;
  color: #b01f8c;
  border: 2px solid #00a88b;
}
.btn.btn--white:hover {
  background-color: rgba(162,51,136,0.15);
  border-color: rgba(162,51,136,0) !important;
  color: #b01f8c;
}
.btn.btn--white--2 {
  background-color: #fff;
  border: 1px solid #767676;
  color: #767676;
  font-weight: 600;
}
.btn.btn--transparent {
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
}
.btn.btn--transparent:hover {
  background-color: #fff;
  color: #b01f8c;
}
.btn.btn--sm {
  padding: 5px 10px;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
}
@media (min-width: 720px) {
  .btn.btn--sm {
    padding: 7px 10px;
    font-size: 16px;
    line-height: 22px;
  }
}
.btn.btn--xs {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 18px;
  min-width: 100px;
  font-weight: 400;
}
@media (min-width: 720px) {
  .btn.btn--xs {
    padding: 0px 10px;
  }
}
.btn.btn--hidden {
  display: none;
}
.btn.btn--blocked {
  background-color: #e5e5e5;
  border-color: #e5e5e5 !important;
  color: #76777a;
  opacity: 0.7;
}
.dscroll {
  opacity: 0;
  -webkit-animation: none;
          animation: none;
  transition: none;
}
.dscroll.dscroll--in {
  -webkit-animation: slideFadeUp 0.8s ease-out backwards;
          animation: slideFadeUp 0.8s ease-out backwards;
  opacity: 1;
}
.dscroll.dscroll--in>* {
  -webkit-animation: slideFadeUp 0.5s ease backwards;
          animation: slideFadeUp 0.5s ease backwards;
}
.dscroll.dscroll--in>*:nth-child(1) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.dscroll.dscroll--in>*:nth-child(2) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.dscroll.dscroll--in>*:nth-child(3) {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.dscroll.dscroll--in>*:nth-child(4) {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
.dscroll.dscroll--in>*:nth-child(5) {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.dscroll.dscroll--in>*:nth-child(6) {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}
.faq {
  radius: rad;
  overflow: hidden;
  padding: 10px;
}
@media (min-width: 720px) {
  .faq {
    padding: 20px;
  }
}
.faq .faq__item {
  position: relative;
  overflow: hidden;
  margin-bottom: 40px;
  box-shadow: rgba(0,0,0,0.05) 0px 6px 24px 0px, rgba(0,0,0,0.08) 0px 0px 0px 1px;
  background-color: #fff;
  border-radius: 10px;
  text-align: left;
}
.faq .faq__item.faq__open .faq__question .fa {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.faq .faq__question {
  margin-bottom: 0;
  padding: 15px 20px;
  transition: 0.5s;
  font-size: 18px;
  line-height: 25px;
  font-weight: 300;
}
@media (min-width: 480px) {
  .faq .faq__question {
    font-size: 22px;
    line-height: 25px;
  }
}
@media (min-width: 720px) {
  .faq .faq__question {
    padding: 28px 30px;
    font-size: 20px;
    line-height: 24px;
    font-weight: 300;
  }
}
.faq .faq__question .fa {
  float: right;
  transition: 0.5s;
  color: #b01f8c;
  margin-left: 10px;
}
.faq .faq__question:hover {
  cursor: pointer;
  color: #b01f8c;
}
.faq .faq__answer {
  padding: 20px 20px;
  border-top: 1px solid rgba(0,0,0,0.1);
}
@media (min-width: 720px) {
  .faq .faq__answer {
    padding: 20px 30px 20px;
  }
}
.faq .faq__answer li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 24px;
}
.faq .faq__answer li:before {
  content: "";
  width: 5px;
  height: 5px;
  line-height: 5px;
  text-align: center;
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  top: 9px;
  left: 0;
  background-color: #b01f8c;
}
.faq .faq__answer .section__description {
  font-size: 14px;
  line-height: 22px;
  font-weight: 300;
}
.faq .faq__answer .section__description:last-child {
  margin-bottom: 0;
}
@font-face {
  font-family: 'adobe';
  src: url("../fonts/AdobeClean-Light.ttf") format('opentype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'adobe';
  src: url("../fonts/AdobeClean-LightIt.ttf") format('opentype');
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: 'adobe';
  src: url("../fonts/AdobeClean-Regular.ttf") format('opentype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'adobe';
  src: url("../fonts/AdobeClean-Bold.ttf") format('opentype');
  font-weight: bold;
  font-style: normal;
}
footer {
  background-color: #25215f;
  color: #fff;
  overflow: hidden;
}
footer.footer--renovation .footer__bottom .footer__flex {
  border-bottom: 0;
}
footer.footer--renovation .footer__logo {
  margin-bottom: 0;
}
footer.footer--renovation .footer__info {
  min-height: initial;
  -ms-flex-pack: center;
      justify-content: center;
}
@media (min-width: 720px) {
  footer.footer--renovation .footer__info {
    -ms-flex-pack: end;
        justify-content: flex-end;
  }
}
footer.footer--renovation .footer__certifications {
  -ms-flex-direction: column;
      flex-direction: column;
}
@media (min-width: 480px) {
  footer.footer--renovation .footer__certifications {
    -ms-flex-direction: row;
        flex-direction: row;
  }
}
@media (min-width: 720px) {
  footer .footer__flex {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-align: center;
        align-items: center;
  }
}
footer .footer__wrap {
  position: relative;
  max-width: 1300px;
  margin: 0 auto;
  padding: 80px 20px;
  z-index: 3;
  padding-bottom: 40px;
}
@media (min-width: 720px) {
  footer .footer__wrap {
    padding: 80px 40px;
    padding-bottom: 20px;
  }
}
footer .footer__logo {
  margin-bottom: 20px;
}
@media (min-width: 720px) {
  footer .footer__logo {
    margin-bottom: 40px;
  }
}
footer .footer__logo img {
  width: 180px;
  margin: 0 auto;
}
@media (min-width: 720px) {
  footer .footer__logo img {
    margin: initial;
    width: 200px;
  }
}
footer .footer__top {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(255,255,255,0.3);
}
footer .footer__info {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  padding: 10px;
  border-radius: 5px;
}
@media (min-width: 720px) {
  footer .footer__info {
    min-height: 100px;
    -ms-flex-pack: end;
        justify-content: flex-end;
  }
}
footer .footer__info .footer__button .btn:hover {
  background-color: #b01f8c;
  color: #fff;
}
footer .footer__info .footer__button .btn img {
  float: right;
  margin-left: 10px;
  height: 25px;
}
footer .footer__info .footer__icon {
  margin-right: 20px;
  min-width: 40px;
}
footer .footer__info .footer__icon img {
  min-width: 40px;
  max-width: 40px;
}
footer .footer__info .footer__info__content .footer__description {
  margin-bottom: 5px;
  font-weight: normal;
  font-size: 10px;
}
footer .footer__info .footer__info__content .footer__value {
  font-size: 22px;
  color: #fff;
}
footer .footer__info .footer__info__content .footer__value a {
  color: #fff;
}
footer .footer__center {
  padding-bottom: 20px;
  padding-top: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(255,255,255,0.3);
}
footer .footer__center .footer__links {
  margin-bottom: 20px;
}
@media (min-width: 720px) {
  footer .footer__center .footer__links {
    margin-bottom: 0;
  }
}
footer .footer__center .footer__links .footer__title {
  font-weight: 300;
  margin-bottom: 22px;
  text-align: center;
}
@media (min-width: 720px) {
  footer .footer__center .footer__links .footer__title {
    text-align: left;
  }
}
footer .footer__center .footer__links ul {
  list-style: none;
  text-align: center;
}
@media (min-width: 720px) {
  footer .footer__center .footer__links ul {
    text-align: left;
  }
}
footer .footer__center .footer__links ul li {
  list-style: none;
}
footer .footer__center .footer__links ul li:marker {
  display: none;
}
footer .footer__center .footer__links ul li::marker {
  display: none;
}
footer .footer__center .footer__links ul li a {
  position: relative;
  display: block;
  color: #fff;
  opacity: 1;
  padding: 5px 0;
  transition: 0.3s;
  font-size: 12px;
  line-height: 22px;
}
footer .footer__center .footer__links ul li a:hover {
  opacity: 0.7;
}
footer .footer__bottom .footer__flex {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(255,255,255,0.3);
  -ms-flex-direction: column;
      flex-direction: column;
}
@media (min-width: 720px) {
  footer .footer__bottom .footer__flex {
    -ms-flex-direction: row;
        flex-direction: row;
  }
}
footer .footer__bottom .footer__socials {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 20px;
}
@media (min-width: 720px) {
  footer .footer__bottom .footer__socials {
    margin-bottom: 0;
  }
}
footer .footer__bottom .footer__socials .footer__social {
  width: 38px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  border-radius: 50%;
  overflow: hidden;
  background-color: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  margin: 0 8px;
  transition: 0.2s;
  color: #25215f;
}
footer .footer__bottom .footer__socials .footer__social a {
  color: #25215f;
}
footer .footer__bottom .footer__socials .footer__social:hover {
  background-color: #fff;
}
footer .footer__bottom .footer__socials .footer__social:hover a {
  color: #b01f8c;
}
footer .footer__bottom .footer__socials .footer__social a {
  font-size: 20px;
}
footer .footer__bottom .footer__certifications {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  gap: 50px;
  padding-top: 15px;
}
@media (min-width: 720px) {
  footer .footer__bottom .footer__certifications {
    -ms-flex-direction: row;
        flex-direction: row;
    padding-top: 0px;
  }
}
footer .footer__bottom .footer__certifications .footer__certification img {
  width: initial;
  height: initial;
  max-width: 200px;
  max-height: 80px;
}
@media (min-width: 720px) {
  footer .footer__bottom .footer__certifications .footer__certification img {
    height: 62px;
  }
}
footer .footer__copyright {
  text-align: center;
}
footer .footer__copyright p {
  font-size: 13px;
  line-height: 16px;
  font-weight: 500;
}
footer .footer__copyright a {
  color: #fff !important;
}
footer .footer__svg {
  position: absolute;
  top: 0;
  right: 0px;
  z-index: 0;
  opacity: 0.05;
}
footer .footer__svg img {
  width: 800px;
}
footer .footer__bar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
footer .footer__bar img {
  width: 100%;
}
form,
.form {
  position: relative;
}
input,
select,
textarea {
  display: block;
  width: 100%;
  padding: 7px 10px;
  vertical-align: top;
  background: #fff;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  -webkit-appearance: none;
  appearance: none;
  font-weight: 100;
}
input::focus,
select::focus,
textarea::focus {
  border-color: #b01f8c;
}
input::-webkit-input-placeholder,
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  font-size: 13px;
  opacity: 0.7;
}
input::-moz-placeholder,
select::-moz-placeholder,
textarea::-moz-placeholder {
  font-size: 13px;
  opacity: 0.7;
}
input:-ms-input-placeholder,
select:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  font-size: 13px;
  opacity: 0.7;
}
input::placeholder,
select::placeholder,
textarea::placeholder {
  font-size: 13px;
  opacity: 0.7;
}
input:disabled,
select:disabled,
textarea:disabled {
  background-color: #d6d6d6 !important;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type=checkbox],
input[type=radio] {
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  padding: 0;
  border: none;
  background: #d0d0d0;
  border-radius: 10px;
  background: #e5e5e5 url("../img/icons/check.png") 50% -200% no-repeat;
}
input[type=checkbox]:checked,
input[type=radio]:checked {
  background-color: #00a88b;
  background-position: 50% 50%;
}
input[type=checkbox].input__terms,
input[type=radio].input__terms {
  border-radius: 3px;
}
input[type="checkbox"] {
  background: #e5e5e5 url("../img/icons/check.png") 50% -200% no-repeat;
}
input[type="checkbox"]:checked {
  background-position: 50% 50%;
}
input[type=file] {
  z-index: -5;
  background-color: #fbfbfb;
  padding-left: 20px;
  padding-right: 0;
  border: 1px solid rgba(0,0,0,0.1);
}
select {
  display: inline-block;
  border: none;
  opacity: 1;
  padding: 5px 10px;
  margin-bottom: 0;
  background: url("../img/icons/angle-down.png") 95% 50% no-repeat;
}
@media (min-width: 720px) {
  select {
    padding: 10px;
  }
}
textarea {
  height: 100px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.form__element {
  padding-top: 20px;
  padding-bottom: 10px;
  position: relative;
  display: block;
}
.form__element:hover {
  cursor: text;
}
.form__element.form__element--textareaobs--hide {
  display: none;
}
.form__element.form__element--required .form__title span {
  color: #b01f8c;
}
.form__element.form__element--error {
  position: relative;
}
.form__element.form__element--error:after {
  content: '\f071';
  font-family: "FontAwesome";
  position: absolute;
  top: 32px;
  left: 90%;
  z-index: 3;
  color: #f00;
  font-size: 14px;
  line-height: 14px;
  background-color: transparent;
  transition: 0s;
}
.form__element.form__element--codephone--top {
  position: relative;
  z-index: 15 !important;
}
.form__element.form__element--codephone {
  position: relative;
  z-index: 10;
}
.form__element.form__element--codephone input {
  padding-left: 50px !important;
}
.form__element.form__element--codephone .iti--allow-dropdown {
  display: block;
}
.form__element.form__element--codephone .iti__flag-container {
  top: 0px;
  background-color: #fff !important;
}
.form__element.form__element--codephone .iti__flag-container .iti__country-list {
  font-weight: 400;
  color: #212121;
}
.form__element .form__title,
.form__element .form__title__notfocus {
  font-size: 16px;
  font-weight: 500;
  position: absolute;
  left: 10px;
  transition: 0.2s ease;
  -webkit-transform-origin: left top;
          transform-origin: left top;
  color: #76777a;
  top: -2px;
  -webkit-transform: scale(0.85);
          transform: scale(0.85);
  z-index: 2;
}
.form__element .form__flex {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: center;
      align-items: center;
}
.form__element .form__tooltip {
  position: absolute;
  top: 0;
  right: 40px;
  z-index: 5;
  cursor: pointer;
  display: inline-block;
  margin-left: 10px;
}
.form__element .form__tooltip:hover .form__tooltip__tooltip {
  display: block;
}
.form__element .form__tooltip.form__tooltip--ci .form__tooltip__tooltip {
  top: initial;
  bottom: -500%;
  right: 20px;
  text-align: center;
}
.form__element .form__tooltip.form__tooltip--ci .form__tooltip__tooltip h5 {
  font-size: 14px !important;
  line-height: 18px;
  color: #4f2b83;
}
.form__element .form__tooltip.form__tooltip--ci .form__tooltip__tooltip p {
  font-size: 12px;
  line-height: 16px;
}
.form__element .form__tooltip .form__circle {
  width: 18px;
  height: 18px;
  line-height: 18px;
  text-align: center;
  border-radius: 50%;
  overflow: hidden;
  background-color: #9a9a9a;
  color: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  line-height: 0;
  position: relative;
  top: -2px;
}
.form__element .form__tooltip .form__circle span {
  font-weight: bold;
  line-height: 0;
  float: initial;
  margin-right: initial;
  font-size: 12px;
}
.form__element .form__tooltip .form__tooltip__tooltip {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  width: 250px;
  padding: 10px;
  background-color: #fff;
  box-shadow: 0px 0px 6px rgba(0,0,0,0.102);
  border: 1px solid #e5e5e5;
  color: #212121;
  border-radius: 5px;
}
@media (min-width: 720px) {
  .form__element .form__tooltip .form__tooltip__tooltip {
    width: 300px;
  }
}
.form__element .form__tooltip .form__tooltip__tooltip>* {
  margin-bottom: 5px;
}
.form__element .form__tooltip .form__tooltip__tooltip h1,
.form__element .form__tooltip .form__tooltip__tooltip h2,
.form__element .form__tooltip .form__tooltip__tooltip h3,
.form__element .form__tooltip .form__tooltip__tooltip h4,
.form__element .form__tooltip .form__tooltip__tooltip h5 {
  color: #b01f8c;
}
.form__element .form__tooltip .form__tooltip__tooltip p {
  font-size: 14px;
  line-height: 18px;
}
.form__element .form__tooltip .form__tooltip__tooltip ul li {
  color: #212121;
}
.form__element .form__title__notfocus {
  top: 0;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.form__element .form__resetpass {
  text-align: right;
  padding-top: 5px;
}
.form__element .form__resetpass a {
  color: #212121;
  font-size: 12px;
  line-height: 18px;
  text-decoration: underline;
  font-weight: 600;
}
.form__element .form__input {
  position: relative;
  z-index: 2;
  border-radius: 50px;
}
.form__element .form__input input,
.form__element .form__input select,
.form__element .form__input textarea {
  border-radius: 20px;
  background-color: #f7f7f7;
  border: 1px solid #e4e4e4;
  padding-left: 10px;
  padding-right: 0;
}
@media (min-width: 720px) {
  .form__element .form__input input,
  .form__element .form__input select,
  .form__element .form__input textarea {
    padding-left: 20px;
  }
}
.form__element .form__input input:focus,
.form__element .form__input select:focus,
.form__element .form__input textarea:focus {
  border-color: #b01f8c;
  background-color: #fff;
}
.form__element .form__select {
  position: relative;
  border-bottom: 1px solid #fbfbfb;
  cursor: pointer;
  color: #212121;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}
.form__element .form__select select {
  display: none;
}
.form__element .form__input--file {
  position: relative;
  z-index: 2;
  padding: 4px 5px;
  display: block;
}
.form__element .form__input--file label {
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  background-color: #212121;
  color: #fff;
  font-size: 12px;
  padding: 12px 30px;
  width: 44%;
  border-radius: none !important;
  cursor: pointer;
}
.form__element .section__filter__reset {
  text-decoration: none;
  background-color: #b01f8c;
  border: 1px solid #b01f8c;
  color: #fff;
  display: block;
  padding: 2px 15px;
  border-radius: 3px;
  vertical-align: middle;
  line-height: 22px;
  font-size: 14px;
  font-weight: 500;
  transition: 0.2s ease;
  text-align: center;
  cursor: pointer;
  position: relative;
}
@media (min-width: 720px) {
  .form__element .section__filter__reset {
    padding: 5px 30px;
    font-size: 15px;
  }
}
.form__element .section__filter__reset:hover {
  background-color: #fff;
  color: #b01f8c !important;
}
.form__element:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 2px;
  border-radius: 2px;
  background: #000;
  transition: 0.5s;
  z-index: 2;
}
.form__element.form__element--focused .form__input {
  border-color: #b01f8c;
}
.form__element.form__element--filled .form__title,
.form__element.form__element--focused .form__title,
.form__element.form__element--file .form__title {
  top: 0;
  -webkit-transform: scale(0.85);
          transform: scale(0.85);
}
.form__element .select2-container--default .select2-selection--single {
  border-radius: 20px;
  background-color: #f7f7f7;
  border: 1px solid #e4e4e4;
  padding-left: 10px;
  padding-right: 0;
  padding: 18px 20px;
  height: initial;
  height: 38px;
}
@media (min-width: 720px) {
  .form__element .select2-container--default .select2-selection--single {
    padding-left: 10px;
  }
}
.form__element .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 28px;
  position: relative;
  top: -13px;
}
.form__element .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 7px;
  right: 10px;
}
.form__considerations {
  font-size: 14px;
}
.form__considerations p {
  margin-bottom: 10px;
}
.form__c {
  margin-bottom: 20px;
}
.form__options {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: start;
      align-items: flex-start;
  margin-bottom: 10px;
}
@media (min-width: 720px) {
  .form__options {
    -ms-flex-direction: row;
        flex-direction: row;
  }
}
.form__options .form__option {
  margin: 5px 0;
}
@media (min-width: 720px) {
  .form__options .form__option {
    margin: 0 10px;
  }
}
.form__terms {
  margin-bottom: 20px;
}
.form__terms h5 {
  color: #a23388;
  font-size: 16px;
  line-height: 22px;
  font-weight: bold;
}
.form__terms p {
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
  opacity: 0.8;
}
.form__checkbox.form__checkbox--error {
  position: relative;
  background-color: #f00;
  padding: 2px 4px 4px;
  border-radius: 5px;
  color: #fff;
}
.form__checkbox.form__checkbox--error:after {
  content: '\f071';
  font-family: "FontAwesome";
  position: absolute;
  top: 8px;
  left: 90%;
  z-index: 3;
  color: #fff;
  font-size: 14px;
  line-height: 14px;
  background-color: transparent;
  transition: 0s;
}
.form__checkbox label {
  font-size: 12px;
  line-height: 18px;
  font-weight: 500;
}
.form__checkbox label a {
  color: #a23388;
}
.form__checkbox input {
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  border-radius: 50%;
  overflow: hidden;
  border-radius: 5px;
  background-color: #d0d0d0;
  margin-right: 10px;
}
.form__message {
  background-color: #b01f8c;
  color: #fff;
  padding: 10px;
  border-radius: 5px;
  text-align: center;
  margin-top: 10px;
  border: 1px solid rgba(0,0,0,0.06);
}
.form__message span {
  float: left;
}
.form__message p {
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 0;
}
.form__message p a {
  color: #fff;
  text-decoration: underline;
  font-weight: bold;
}
.form__element--codephone.form__element--error:after {
  content: "" !important;
}
header {
  height: 70px;
  line-height: 70px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 20;
  color: #fff;
  font-family: $font-new;
  background-color: #fff;
  box-shadow: 0px 3px 6px rgba(0,0,0,0.161);
}
header.header--renovation {
  height: 55px;
  line-height: 55px;
}
@media (min-width: 720px) {
  header.header--renovation {
    height: 140px;
    line-height: 140px;
  }
}
header.header--renovation .header__primary {
  display: none;
  background-color: #25215f;
}
@media (min-width: 720px) {
  header.header--renovation .header__primary {
    display: block;
  }
}
header.header--landing {
  height: 55px;
  line-height: 55px;
}
@media (min-width: 720px) {
  header.header--landing {
    height: 100px;
    line-height: 140px;
  }
}
header.header--landing .header__primary {
  display: none;
  background-color: #25215f;
}
@media (min-width: 720px) {
  header.header--landing .header__primary {
    display: none !important;
    display: block;
  }
}
header.header--fao {
  height: 55px;
  line-height: 55px;
}
@media (min-width: 720px) {
  header.header--fao {
    height: 80px;
    line-height: 80px;
  }
}
header.header--fao .header__primary {
  display: none;
}
header.header--fao .header__secondary {
  background-color: #25215f;
}
@media (min-width: 720px) {
  header.header--fao .header__secondary {
    height: 80px;
    line-height: 80px;
  }
}
header.header--fao .header__back .btn {
  min-width: 120px;
}
header.header--fao.header--color .header__secondary,
header.header--fao.header--hover .header__secondary,
header.header--fao.header--static .header__secondary {
  background: #25215f;
}
header .header__primary {
  z-index: 22;
  background-color: #25215f;
  height: 40px;
  line-height: 40px;
}
header .header__primary {
  position: relative;
  z-index: 20;
  height: 40px;
  line-height: 46px;
  transition: 0.25s ease;
  background-color: $newcolor_primary;
  color: #fff;
}
header .header__primary a {
  color: #fff;
}
@media (min-width: 720px) {
  header .header__primary {
    display: block;
  }
}
header .header__primary .header__contact {
  display: inline-block;
}
header .header__primary .header__contact .header__icon {
  float: left;
  position: relative;
  top: 10px;
}
header .header__primary .header__contact .header__icon img {
  width: 20px;
}
header .header__primary .header__contact .header__phone {
  padding-left: 40px;
}
header .header__primary .header__contact .header__phone a {
  text-decoration: underline;
}
header .header__primary .header__search {
  position: absolute;
  top: 5px;
  left: initial;
  right: 80%;
  width: 100%;
  z-index: 50;
  display: none;
  height: 30px;
  max-width: 180px;
}
@media (min-width: 720px) {
  header .header__primary .header__search {
    max-width: 300px;
  }
}
header .header__primary .header__search .fa {
  position: absolute;
  top: 5px;
  right: 0px;
  font-size: 16px;
  color: #212121;
  padding: 0 20px;
}
header .header__primary .header__search input {
  height: 30px;
  background: #fff;
  border-left: 1px solid #fbfbfb;
  border-right: 1px solid #fbfbfb;
  line-height: 80px;
  padding: 0 10px 0 20px;
  border-radius: 25px;
  font-size: 14px;
  line-height: 18px;
}
header .header__primary .header__search input::-webkit-input-placeholder {
  color: rgba(0,0,0,0.5);
}
header .header__primary .header__search input::-moz-placeholder {
  color: rgba(0,0,0,0.5);
}
header .header__primary .header__search input:-moz-placeholder {
  color: rgba(0,0,0,0.5);
}
header .header__primary .header__search input:-ms-input-placeholder {
  color: rgba(0,0,0,0.5);
}
header .header__inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
}
header .header__secondary {
  background-color: #fff;
  height: 55px;
  line-height: 55px;
}
header .header__secondary .header__menu {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
header .header__secondary .header__menu .header__cart {
  position: relative;
  border-left: 1px solid rgba(0,0,0,0.3);
  margin-left: 0px;
  padding-left: 20px;
}
header .header__secondary .header__menu .header__cart .header__cart__cant {
  position: absolute;
  z-index: 1;
  top: -7px;
  right: -7px;
  width: 18px;
  height: 18px;
  line-height: 18px;
  text-align: center;
  border-radius: 50%;
  overflow: hidden;
  background-color: #4f2b83;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}
header .header__secondary .header__menu .header__cart img {
  width: 30px;
}
header .header__secondary .header__item--ham {
  display: block;
}
@media (min-width: 1090px) {
  header .header__secondary .header__item--ham {
    display: none;
  }
}
header .header__actions {
  display: none;
}
header .header__secondary {
  background-color: #fff;
  z-index: 0;
}
header .header__wrap {
  position: relative;
  max-width: 1300px;
  margin: 0 auto;
  height: 100%;
  padding: 0 10px;
}
header .header__primary .header__inner .header__socials {
  display: none;
}
header .header__inner {
  position: relative;
  height: 100%;
  width: 100%;
}
header.header--search-in .header__search {
  display: block;
  -webkit-animation: slideDown 0.2s cubic-bezier(0.77, 0, 0.175, 1);
          animation: slideDown 0.2s cubic-bezier(0.77, 0, 0.175, 1);
}
header.header--search-out .header__search {
  -webkit-animation: slideUpOut 0.2s cubic-bezier(0.77, 0, 0.175, 1) both;
          animation: slideUpOut 0.2s cubic-bezier(0.77, 0, 0.175, 1) both;
}
header .header__actions {
  display: none;
  text-align: center;
  position: relative;
}
header .header__actions ul li {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 12px;
  line-height: 18px;
  font-weight: 500;
  transition: 0.2s;
}
header .header__actions ul li a {
  transition: 0.2s;
}
header .header__actions ul li:hover {
  background-color: #fff;
}
header .header__actions ul li:hover a {
  color: $newcolor_primary;
}
header .header__actions .header__action {
  display: inline-block;
  margin: 0px 5px;
}
header.header--search-in .header__search {
  display: block;
  -webkit-animation: slideDown 0.4s cubic-bezier(0.77, 0, 0.175, 1);
          animation: slideDown 0.4s cubic-bezier(0.77, 0, 0.175, 1);
}
header.header--search-out .header__search {
  -webkit-animation: slideUpOut 0.4s cubic-bezier(0.77, 0, 0.175, 1) both;
          animation: slideUpOut 0.4s cubic-bezier(0.77, 0, 0.175, 1) both;
}
header .header__logo {
  -webkit-animation: fadeIn 0.4s ease;
          animation: fadeIn 0.4s ease;
  line-height: 45px;
  float: left;
}
header .header__logo img {
  vertical-align: middle;
  display: inline-block;
  width: 110px;
}
header .header__logo.header__logo--color {
  display: none;
}
header .header__nav,
header .header__nav__mobile {
  display: none;
  z-index: 1;
}
header .header__nav .header__nav__back,
header .header__nav__mobile .header__nav__back,
header .header__nav .header__nav__close,
header .header__nav__mobile .header__nav__close {
  position: absolute;
  top: 0;
  width: 50px;
  height: 50px;
  z-index: 100;
  display: none;
}
header .header__nav .header__nav__back div,
header .header__nav__mobile .header__nav__back div,
header .header__nav .header__nav__close div,
header .header__nav__mobile .header__nav__close div {
  height: 2px;
  background: #76777a;
  width: 15px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -1px;
  border-radius: 2px;
  margin-left: -7.5px;
}
header .header__nav .header__nav__close,
header .header__nav__mobile .header__nav__close {
  right: 0;
}
header .header__nav .header__nav__close div,
header .header__nav__mobile .header__nav__close div {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
header .header__nav .header__nav__close div:last-child,
header .header__nav__mobile .header__nav__close div:last-child {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
header .header__nav .header__nav__back,
header .header__nav__mobile .header__nav__back {
  left: 0;
  -webkit-animation: slideFadeLeft 0.5s ease;
          animation: slideFadeLeft 0.5s ease;
}
header .header__nav .header__nav__back div:first-child,
header .header__nav__mobile .header__nav__back div:first-child {
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 10px;
}
header .header__nav .header__nav__back div:last-child,
header .header__nav__mobile .header__nav__back div:last-child {
  -webkit-transform-origin: left bottom;
          transform-origin: left bottom;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  width: 10px;
}
header .header__ham {
  position: relative;
  background-color: transparent;
  width: 45px;
  height: 42px;
  padding: 3px 0;
  display: inline-block;
  vertical-align: middle;
  border-radius: 5px;
  height: 45px;
  text-align: center;
  height: 25px;
}
header .header__ham span {
  display: block;
  height: 3px;
  border-radius: 5px;
  margin: 0 auto 4px;
  background: #b01f8c;
  width: 30px;
  transition: 0.2s ease;
}
header .header__right {
  position: relative;
  float: right;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  height: 40px;
  line-height: 40px;
}
header .header__right ul {
  display: none;
}
header .header__right .header__buttons {
  display: -ms-flexbox;
  display: flex;
  padding-left: 20px;
  border-left: 1px solid #c9aeef;
}
header .header__right .header__buttons .btn {
  padding: 0px 15px;
  margin: 0 3px;
  min-width: initial;
}
@media (min-width: 720px) {
  header .header__right .header__buttons .btn {
    min-width: 100px;
    padding: 0px 10px;
  }
}
header .header__right .header__item {
  float: left;
  min-width: 40px;
  cursor: pointer;
}
header .header__right .header__item.header__item--social {
  display: none;
}
header .header__right .header__item.header__item--ham {
  padding: 0px 7px;
  line-height: 45px;
}
@media (min-width: 720px) {
  header .header__right .header__item.header__item--ham {
    display: none;
  }
}
header .header__right .header__item.header__item--button {
  margin-right: 40px;
  display: none;
}
header .header__right .header__item.header__item--search {
  position: relative;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  overflow: hidden;
  background-color: $newcolor_secondary;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  min-width: 30px;
}
header .header__right .header__item.header__item--search img {
  width: 15px;
}
header .header__right .header__item.header__item--user {
  position: relative;
  margin-left: 10px;
}
header .header__right .header__item.header__item--user:hover .header__item__menu ul {
  display: block;
}
header .header__right .header__item .header__item__nav ul {
  position: absolute;
  top: 100%;
  height: auto;
  left: 0;
  background: #fff;
  width: 200px;
  padding: 10px 0;
  display: none;
  -webkit-animation: heightMd 0.5s ease;
          animation: heightMd 0.5s ease;
  box-shadow: rgba(0,0,0,0.05) 0px 6px 24px 0px, rgba(0,0,0,0.08) 0px 0px 0px 1px;
}
header .header__right .header__item .header__item__nav ul li {
  display: block;
}
header .header__right .header__item .header__item__nav ul li a {
  display: block;
  line-height: 22px;
  padding: 10px 20px;
  opacity: 0.6;
  color: #212121;
  font-size: 15px;
  font-weight: 500;
}
header .header__right .header__item .header__item__nav ul li a:hover {
  opacity: 1;
}
header .header__right .header__item .header__item__nav ul li a img {
  float: left;
  margin: 5px;
  width: 20px;
  opacity: 1;
}
header .header__right .header__item .header__item__nav ul li:after {
  display: none;
}
header.header--color .header__secondary,
header.header--hover .header__secondary,
header.header--static .header__secondary {
  background: #fff;
}
header.header--color .header__logo.header__logo--color,
header.header--hover .header__logo.header__logo--color,
header.header--static .header__logo.header__logo--color {
  display: block;
}
header.header--color .header__logo.header__logo--white,
header.header--hover .header__logo.header__logo--white,
header.header--static .header__logo.header__logo--white {
  display: none;
}
@media (max-width: 1090px) {
  header .header__nav__mobile {
    display: none;
    line-height: 22px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: right;
    z-index: 9999999;
  }
  header .header__nav__mobile .header__nav__opacity {
    background-color: rgba(0,0,0,0.5);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: 0.3s;
    opacity: 0;
  }
  header .header__nav__mobile .header__nav__supramobile .menu li a .fa-angle-down {
    display: none;
  }
  header .header__nav__mobile .header__nav__nav {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    color: #212121;
    -webkit-animation: slideLeft 0.5s ease;
            animation: slideLeft 0.5s ease;
    overflow-y: scroll;
    border-top: 5px solid #25215f;
  }
  header .header__nav__mobile .header__nav__nav .header__nav__nav__header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: justify;
        justify-content: space-between;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(0,0,0,0.07);
    padding: 20px;
  }
  header .header__nav__mobile .header__nav__nav .header__nav__nav__header .header__nav__isotipo img {
    width: 80px;
  }
  header .header__nav__mobile .header__nav__nav .header__nav__nav__body {
    padding: 20px;
    padding-top: 0;
    padding-bottom: 0;
  }
  header .header__nav__mobile .header__nav__nav .header__nav__nav__body.header__nav__nav__body--light {
    padding-top: 50px;
    background-color: #fbfbfb;
    border-top: 1px solid rgba(0,0,0,0.07);
  }
  header .header__nav__mobile .header__nav__nav .header__nav__nav__body.header__nav__nav__body--light h4 {
    color: #25215f;
    font-weight: 300;
  }
  header .header__nav__mobile .header__nav__nav .header__nav__nav__body .header__nav__nav__menu ul,
  header .header__nav__mobile .header__nav__nav .header__nav__nav__body .header__nav__nav__submenu ul {
    padding-bottom: 0;
    text-align: right;
  }
  header .header__nav__mobile .header__nav__nav .header__nav__nav__body .header__nav__nav__menu ul li,
  header .header__nav__mobile .header__nav__nav .header__nav__nav__body .header__nav__nav__submenu ul li {
    border-bottom: 1px solid rgba(0,0,0,0.07);
  }
  header .header__nav__mobile .header__nav__nav .header__nav__nav__body .header__nav__nav__menu ul li:last-child,
  header .header__nav__mobile .header__nav__nav .header__nav__nav__body .header__nav__nav__submenu ul li:last-child {
    border-bottom: 0;
  }
  header .header__nav__mobile .header__nav__nav .header__nav__nav__body .header__nav__nav__menu ul li a,
  header .header__nav__mobile .header__nav__nav .header__nav__nav__body .header__nav__nav__submenu ul li a {
    color: #212121;
    font-weight: 300;
    padding: 15px 0px;
    display: block;
    font-size: 14px;
    line-height: 18px;
  }
  header .header__nav__mobile .header__nav__nav .header__nav__nav__body .header__nav__nav__menu ul li a .fa,
  header .header__nav__mobile .header__nav__nav .header__nav__nav__body .header__nav__nav__submenu ul li a .fa {
    float: left;
    opacity: 0.5;
    margin-left: 10px;
    position: relative;
    top: 4px;
    font-size: 18px;
  }
  header .header__nav__mobile .header__nav__nav .header__nav__nav__body .header__nav__nav__menu ul li .header__nav__school,
  header .header__nav__mobile .header__nav__nav .header__nav__nav__body .header__nav__nav__submenu ul li .header__nav__school {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
  }
  header .header__nav__mobile .header__nav__nav .header__nav__nav__body .header__nav__nav__menu ul li .header__nav__school .header__nav__school__icon,
  header .header__nav__mobile .header__nav__nav .header__nav__nav__body .header__nav__nav__submenu ul li .header__nav__school .header__nav__school__icon {
    margin-right: 10px;
    width: 30px;
  }
  header .header__nav__mobile .header__nav__nav .header__nav__nav__body .header__nav__nav__menu ul li .header__nav__school .header__nav__school__icon img,
  header .header__nav__mobile .header__nav__nav .header__nav__nav__body .header__nav__nav__submenu ul li .header__nav__school .header__nav__school__icon img {
    width: 30px;
  }
  header .header__nav__mobile .header__nav__nav .header__nav__nav__body .header__nav__nav__menu ul li .header__nav__school .header__nav__school__text a,
  header .header__nav__mobile .header__nav__nav .header__nav__nav__body .header__nav__nav__submenu ul li .header__nav__school .header__nav__school__text a {
    font-size: 14px;
    line-height: 18px;
    font-weight: 300;
  }
  header .header__nav__mobile .header__nav__nav .header__nav__nav__body .header__nav__nav__menu ul li ul,
  header .header__nav__mobile .header__nav__nav .header__nav__nav__body .header__nav__nav__submenu ul li ul {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    display: none;
    box-shadow: rgba(0,0,0,0.05) 0px 6px 24px 0px, rgba(0,0,0,0.08) 0px 0px 0px 1px;
    z-index: 2;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    height: 100vh;
    padding: 10px 20px;
    padding-top: 55px;
    border-top: 1px solid rgba(0,0,0,0.07);
  }
  header .header__nav__mobile .header__nav__nav .header__nav__nav__body .header__nav__nav__menu ul li ul.ul--in,
  header .header__nav__mobile .header__nav__nav .header__nav__nav__body .header__nav__nav__submenu ul li ul.ul--in {
    display: block;
    -webkit-animation: slideLeft 0.5s ease;
            animation: slideLeft 0.5s ease;
    z-index: 99;
  }
  header .header__nav__mobile .header__nav__nav .header__nav__nav__body .header__nav__nav__menu ul li ul.ul--out,
  header .header__nav__mobile .header__nav__nav .header__nav__nav__body .header__nav__nav__submenu ul li ul.ul--out {
    display: block;
    -webkit-animation: slideRightOut 0.5s ease both;
            animation: slideRightOut 0.5s ease both;
  }
  header .header__nav__mobile .header__nav__nav .header__nav__nav__body .header__nav__nav__menu ul li ul li.header__nav__title,
  header .header__nav__mobile .header__nav__nav .header__nav__nav__body .header__nav__nav__submenu ul li ul li.header__nav__title {
    color: #212121;
    font-weight: 300;
    padding: 15px 0px;
    display: block;
    font-size: 14px;
    line-height: 18px;
    position: absolute;
    top: 0;
    left: 0;
    margin-left: 50px;
    border-bottom: none;
  }
  header .header__nav__mobile .header__nav__nav .header__nav__nav__body .header__nav__nav__menu ul li ul li a,
  header .header__nav__mobile .header__nav__nav .header__nav__nav__body .header__nav__nav__submenu ul li ul li a {
    font-weight: 300;
  }
  header .header__nav__mobile .header__nav__nav .header__nav__nav__body .header__nav__nav__submenu {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(0,0,0,0.07);
  }
  header .header__nav__mobile .header__nav__nav .header__nav__nav__body .header__nav__nav__submenu ul li {
    border: none;
  }
  header .header__nav__mobile .header__nav__nav .header__nav__nav__body .header__nav__nav__submenu ul li a {
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
    padding: 10px 0px;
  }
  header .header__nav__mobile .header__nav__nav .header__nav__nav__footer {
    padding: 20px;
  }
  header .header__nav__mobile .header__nav__nav .header__nav__nav__footer .header__nav__buttons {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    margin-bottom: 10px;
  }
  header .header__nav__mobile .header__nav__nav .header__nav__nav__footer .header__nav__buttons .btn {
    max-width: 100%;
    width: 100%;
  }
  header .header__nav__mobile .header__nav__nav .header__nav__nav__footer .header__nav__buttons .btn:first-child {
    margin-bottom: 10px;
  }
  header .header__nav__mobile .header__nav__bg {
    -webkit-animation: fadeIn 0.5s ease;
            animation: fadeIn 0.5s ease;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    height: 5000%;
    background: #212121;
    opacity: 0.5;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
  }
  header .header__nav__mobile .header__nav__close {
    display: block;
  }
  header .header__nav__mobile.header__nav--ul-in .header__nav__back {
    display: block;
  }
  header.header--nav-in .header__nav__mobile {
    display: block;
  }
  header.header--nav-in .header__nav__mobile .header__nav__opacity {
    -webkit-animation: fadeIn 0.3s ease both;
            animation: fadeIn 0.3s ease both;
    opacity: 1;
  }
  header.header--nav-out .header__nav__mobile {
    display: block;
  }
  header.header--nav-out .header__nav__mobile .header__nav__opacity {
    -webkit-animation: fadeOut 0.3s ease both;
            animation: fadeOut 0.3s ease both;
  }
  header.header--nav-out .header__nav__mobile .header__nav__bg {
    -webkit-animation: fadeOut 0.5s ease both;
            animation: fadeOut 0.5s ease both;
  }
  header.header--nav-out .header__nav__mobile .header__nav__nav {
    -webkit-animation: slideRightOut 0.5s ease both;
            animation: slideRightOut 0.5s ease both;
  }
}
@media (min-width: 720px) {
  header {
    height: 140px;
    line-height: 140px;
  }
  header .header__wrap {
    padding: 0 40px;
  }
  header .header__wrap .header__nav .header__menu nav {
    margin-right: 20px;
  }
  header .header__nav__supramobile {
    display: none !important;
  }
  header .header__secondary {
    height: 100px;
    line-height: 100px;
  }
  header .header__secondary .header__inner {
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  header .header__secondary .header__inner .header__socials {
    display: inline-block;
    float: right;
  }
  header .header__primary {
    display: block;
  }
  header .header__primary .header__inner .header__socials {
    display: none;
  }
  header .header__logo {
    margin-left: 0px;
    margin-right: 40px;
    line-height: 85px;
    width: 200px;
  }
  header .header__logo img {
    width: 200px;
  }
  header .header__ham {
    margin-right: -20px;
  }
  header .header__actions {
    display: block;
  }
  header .header__socials {
    display: inline-block;
    line-height: 50px;
    margin-left: 10px;
  }
  header .header__actions {
    display: inline-block;
    line-height: 0;
  }
  header .header__actions .header__nav ul li:hover {
    background-color: #fff;
  }
  header .header__actions .header__nav ul li:hover a {
    color: #212121;
  }
  header .header__actions .header__nav ul li a {
    color: #fff;
    padding: 10px 10px;
    font-size: 14px;
    line-height: 40px;
  }
  header .header__actions .header__nav ul li ul li {
    width: 100%;
  }
  header .header__button {
    display: inline-block;
  }
  header .header__search {
    z-index: 50;
    display: inline-block;
  }
  header .header__nav {
    transition: ease-in-out all 0s;
  }
  header .header__nav .header__nav-close {
    display: none;
  }
  header .header__nav .header__nav__back {
    display: none;
  }
  header .header__nav ul {
    padding-top: 0;
    display: inline-block;
  }
  header .header__nav ul.header__nav__li__blocked {
    display: none !important;
  }
  header .header__nav .header__nav__left {
    text-align: left;
  }
  header .header__nav .header__nav__right {
    display: inline-block;
    text-align: right;
    float: right;
  }
  header .header__nav .header__nav__nav ul li .header__nav__submenu {
    left: initial;
    right: 0px;
    overflow: hidden;
  }
  header .header__nav .header__nav__nav ul li:first-child .header__nav__submenu {
    left: 0;
    right: initial;
  }
  header .header__nav .header__nav__nav ul li.header__nav__button {
    line-height: initial;
    height: initial;
  }
  header .header__nav .header__nav__nav ul li.header__nav__button .btn {
    position: relative;
    display: inline-block;
    padding: 8px 15px;
    background-color: #b01f8c;
    border: 1px solid #b01f8c;
    color: #fff;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    font-weight: 500;
    border-radius: 50px;
    min-width: 100px;
    transition: 0.3s;
  }
  header .header__nav .header__nav__nav ul li.header__nav__button .btn:hover {
    background-color: rgba(162,51,136,0.25);
    border-color: rgba(162,51,136,0);
    color: #b01f8c;
  }
  header .header__right ul {
    display: block;
  }
  header .header__right .header__item.header__item--cart {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    overflow: hidden;
    overflow: initial;
  }
  header .header__right .header__item.header__item--cart img {
    width: 20px;
  }
  header .header__right .header__item.header__item--search {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    overflow: hidden;
  }
  header .header__right .header__item.header__item--search img {
    width: 20px;
  }
  header .header__right .header__item.header__item--button {
    display: block;
  }
  header .header__right ul {
    float: left;
  }
  header .header__right ul li {
    display: inline-block;
    position: relative;
  }
  header .header__right ul li.header__nav__li {
    cursor: pointer;
  }
  header .header__right ul li.header__nav__li:hover .header__nav__li__blocked {
    display: block;
  }
  header .header__right ul li a {
    letter-spacing: 0.5px;
    position: relative;
    padding: 15px 10px;
    line-height: 50px;
    font-size: 15px;
    letter-spacing: 1px;
    font-weight: 500;
    color: #fff;
  }
  header .header__right ul li a .fa {
    margin-left: 5px;
  }
}
@media (min-width: 1090px) {
  header .header__primary .header__search {
    left: initial;
    right: 105%;
  }
  header .header__logo {
    margin-left: 0px;
    margin-right: 40px;
    line-height: 85px;
    width: 100px;
  }
  header .header__logo img {
    width: 100px;
  }
  header .header__nav {
    display: inline-block;
  }
  header .header__nav ul li {
    display: inline-block;
    position: relative;
  }
  header .header__nav ul li a {
    letter-spacing: 0.5px;
    position: relative;
    padding: 15px 8px;
    line-height: 50px;
    font-size: 13px;
    font-weight: 400;
    color: #212121;
  }
  header .header__nav ul li a .fa {
    margin-left: 5px;
  }
  header .header__nav ul li a:after {
    content: '';
    position: absolute;
    top: -15px;
    left: 0;
    width: 0%;
    height: 5px;
    background-color: $newcolor_primary;
    transition: 0.5s;
  }
  header .header__nav ul li:hover a:after {
    width: 100%;
  }
  header .header__nav ul li:hover ul {
    display: block;
  }
  header .header__nav ul li:hover .header__nav__submenu {
    display: block;
    border-radius: 0px 0px 9px 9px;
  }
  header .header__nav ul li ul {
    position: absolute;
    top: 98%;
    height: auto;
    left: 0;
    background: #fff;
    width: 200px;
    padding: 10px 0;
    display: none;
    -webkit-animation: heightMd 0.5s ease;
            animation: heightMd 0.5s ease;
    box-shadow: rgba(0,0,0,0.05) 0px 6px 24px 0px, rgba(0,0,0,0.08) 0px 0px 0px 1px;
  }
  header .header__nav ul li ul li {
    display: block;
    border-bottom: 1px solid rgba(0,0,0,0.05);
  }
  header .header__nav ul li ul li:hover {
    background-color: #fbfbfb;
  }
  header .header__nav ul li ul li a {
    display: block;
    font-size: 14px;
    line-height: 18px;
    padding: 10px 20px;
    color: #212121;
  }
  header .header__nav ul li ul li a:after {
    display: none;
  }
  header .header__nav ul li ul li a:hover {
    opacity: 1;
  }
  header .header__nav ul li ul li a .fa {
    -webkit-transform: rotate(0deg) !important;
            transform: rotate(0deg) !important;
  }
  header .header__nav ul li ul li:after {
    display: none;
  }
  header .header__nav ul li ul li:hover .sub-menu {
    display: block;
  }
  header .header__nav ul li ul.header__nav__li__blocked {
    display: none;
  }
  header .header__nav ul li .header__nav__submenu {
    position: absolute;
    top: 100%;
    height: auto;
    left: 0;
    width: 450px;
    padding: 0;
    -webkit-animation: heightMd 0.5s ease;
            animation: heightMd 0.5s ease;
    box-shadow: rgba(0,0,0,0.05) 0px 6px 24px 0px, rgba(0,0,0,0.08) 0px 0px 0px 1px;
    display: none;
    background-color: #fff;
  }
  header .header__nav ul li .header__nav__submenu .header__nav__submenu__relative {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
        align-items: flex-start;
    -ms-flex-pack: justify;
        justify-content: space-between;
    padding: 20px;
  }
  header .header__nav ul li .header__nav__submenu .header__nav__submenu__image {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
  }
  header .header__nav ul li .header__nav__submenu .header__nav__submenu__header {
    color: #212121;
    max-width: 50%;
    margin-right: 5px;
  }
  header .header__nav ul li .header__nav__submenu .header__nav__submenu__header h4 {
    color: #b01f8c;
    margin-bottom: 5px;
    font-weight: lighter;
  }
  header .header__nav ul li .header__nav__submenu .header__nav__submenu__header p {
    font-size: 14px;
    line-height: 18px;
  }
  header .header__nav ul li .header__nav__submenu .header__nav__submenu__body {
    max-width: 50%;
    margin-left: 5px;
  }
  header .header__nav ul li .header__nav__submenu .header__nav__submenu__body ul {
    position: initial;
    width: initial;
    display: block;
    box-shadow: none;
    background-color: initial;
  }
  header .header__nav ul li .header__nav__submenu .header__nav__submenu__body ul li {
    display: block;
    border: none;
    padding: 10px 5px;
    margin-bottom: 5px;
    border-bottom: 1px solid rgba(0,0,0,0.2);
  }
  header .header__nav ul li .header__nav__submenu .header__nav__submenu__body ul li:hover {
    background-color: #fbfbfb;
  }
  header .header__nav ul li .header__nav__submenu .header__nav__submenu__body ul li:last-child {
    border: none;
  }
  header .header__nav ul li .header__nav__submenu .header__nav__submenu__body ul li a {
    display: block;
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    padding: 0;
    color: #00a88b !important;
  }
  header .header__nav ul li .header__nav__submenu .header__nav__submenu__body ul li a:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    height: 200%;
    z-index: 2;
  }
  header .header__nav ul li .header__nav__submenu .header__nav__submenu__body ul li a:hover {
    opacity: 1;
  }
  header .header__nav ul li .header__nav__submenu .header__nav__submenu__body ul li a .fa {
    -webkit-transform: rotate(0deg) !important;
            transform: rotate(0deg) !important;
  }
  header .header__nav ul li .header__nav__submenu .header__nav__submenu__body ul li p {
    font-size: 12px;
    line-height: 16px;
    color: #212121;
    font-weight: 300;
    margin-bottom: 0;
  }
}
@media (min-width: 1200px) {
  header .header__logo {
    width: 150px;
  }
  header .header__logo img {
    width: 150px;
  }
  header .header__nav ul li a {
    letter-spacing: 0.5px;
    position: relative;
    padding: 15px 12px;
    line-height: 50px;
    font-size: 13px;
    font-weight: 400;
    color: #212121;
  }
}
@media (min-width: 1300px) {
  header .header__nav ul li a {
    letter-spacing: 0.5px;
    position: relative;
    padding: 15px 12px;
    line-height: 50px;
    font-size: 14px;
    font-weight: 400;
    color: #212121;
  }
}
@media (min-width: 720px) and (min-width: 720px) {
  header .btn {
    font-size: 18px;
    line-height: 24px;
    padding: 10px 30px;
    min-width: 200px;
  }
}
.iti {
  position: relative;
  display: inline-block;
}
.iti * {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.iti__hide {
  display: none;
}
.iti__v-hide {
  visibility: hidden;
}
.iti input,
.iti input[type=text],
.iti input[type=tel] {
  position: relative;
  z-index: 0;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-right: 36px;
  margin-right: 0;
}
.iti__flag-container {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  padding: 1px;
}
.iti__selected-flag {
  z-index: 1;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  height: 100%;
  padding: 0 6px 0 8px;
}
.iti__arrow {
  margin-left: 6px;
  width: 0;
  height: 0;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 4px solid #555;
}
.iti__arrow--up {
  border-top: none;
  border-bottom: 4px solid #555;
}
.iti__country-list {
  position: absolute;
  z-index: 2;
  list-style: none;
  text-align: left;
  padding: 0;
  margin: 0 0 0 -1px;
  box-shadow: 1px 1px 4px rgba(0,0,0,0.2);
  background-color: #fff;
  border: 1px solid #ccc;
  white-space: nowrap;
  max-height: 200px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
.iti__country-list--dropup {
  bottom: 100%;
  margin-bottom: -1px;
}
@media (max-width: 500px) {
  .iti__country-list {
    white-space: normal;
  }
}
.iti__flag-box {
  display: inline-block;
  width: 20px;
}
.iti__divider {
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #ccc;
}
.iti__country {
  padding: 5px 10px;
  outline: none;
}
.iti__dial-code {
  color: #999;
}
.iti__country.iti__highlight {
  background-color: rgba(0,0,0,0.05);
}
.iti__flag-box,
.iti__country-name,
.iti__dial-code {
  vertical-align: middle;
}
.iti__flag-box,
.iti__country-name {
  margin-right: 6px;
}
.iti--allow-dropdown input,
.iti--allow-dropdown input[type=text],
.iti--allow-dropdown input[type=tel],
.iti--separate-dial-code input,
.iti--separate-dial-code input[type=text],
.iti--separate-dial-code input[type=tel] {
  padding-right: 6px;
  padding-left: 52px;
  margin-left: 0;
}
.iti--allow-dropdown .iti__flag-container,
.iti--separate-dial-code .iti__flag-container {
  right: auto;
  left: 0;
}
.iti--allow-dropdown .iti__flag-container:hover {
  cursor: pointer;
}
.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
  background-color: rgba(0,0,0,0.05);
}
.iti--allow-dropdown input[disabled] + .iti__flag-container:hover,
.iti--allow-dropdown input[readonly] + .iti__flag-container:hover {
  cursor: default;
}
.iti--allow-dropdown input[disabled] + .iti__flag-container:hover .iti__selected-flag,
.iti--allow-dropdown input[readonly] + .iti__flag-container:hover .iti__selected-flag {
  background-color: transparent;
}
.iti--separate-dial-code .iti__selected-flag {
  background-color: rgba(0,0,0,0.05);
}
.iti--separate-dial-code .iti__selected-dial-code {
  margin-left: 6px;
}
.iti--container {
  position: absolute;
  top: -1000px;
  left: -1000px;
  z-index: 1060;
  padding: 1px;
}
.iti--container:hover {
  cursor: pointer;
}
.iti-mobile .iti--container {
  top: 30px;
  bottom: 30px;
  left: 30px;
  right: 30px;
  position: fixed;
}
.iti-mobile .iti__country-list {
  max-height: 100%;
  width: 100%;
}
.iti-mobile .iti__country {
  padding: 10px 10px;
  line-height: 1.5em;
}
.iti__flag {
  width: 20px;
}
.iti__flag.iti__be {
  width: 18px;
}
.iti__flag.iti__ch {
  width: 15px;
}
.iti__flag.iti__mc {
  width: 19px;
}
.iti__flag.iti__ne {
  width: 18px;
}
.iti__flag.iti__np {
  width: 13px;
}
.iti__flag.iti__va {
  width: 15px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .iti__flag {
    background-size: 5652px 15px;
  }
}
.iti__flag.iti__ac {
  height: 10px;
  background-position: 0px 0px;
}
.iti__flag.iti__ad {
  height: 14px;
  background-position: -22px 0px;
}
.iti__flag.iti__ae {
  height: 10px;
  background-position: -44px 0px;
}
.iti__flag.iti__af {
  height: 14px;
  background-position: -66px 0px;
}
.iti__flag.iti__ag {
  height: 14px;
  background-position: -88px 0px;
}
.iti__flag.iti__ai {
  height: 10px;
  background-position: -110px 0px;
}
.iti__flag.iti__al {
  height: 15px;
  background-position: -132px 0px;
}
.iti__flag.iti__am {
  height: 10px;
  background-position: -154px 0px;
}
.iti__flag.iti__ao {
  height: 14px;
  background-position: -176px 0px;
}
.iti__flag.iti__aq {
  height: 14px;
  background-position: -198px 0px;
}
.iti__flag.iti__ar {
  height: 13px;
  background-position: -220px 0px;
}
.iti__flag.iti__as {
  height: 10px;
  background-position: -242px 0px;
}
.iti__flag.iti__at {
  height: 14px;
  background-position: -264px 0px;
}
.iti__flag.iti__au {
  height: 10px;
  background-position: -286px 0px;
}
.iti__flag.iti__aw {
  height: 14px;
  background-position: -308px 0px;
}
.iti__flag.iti__ax {
  height: 13px;
  background-position: -330px 0px;
}
.iti__flag.iti__az {
  height: 10px;
  background-position: -352px 0px;
}
.iti__flag.iti__ba {
  height: 10px;
  background-position: -374px 0px;
}
.iti__flag.iti__bb {
  height: 14px;
  background-position: -396px 0px;
}
.iti__flag.iti__bd {
  height: 12px;
  background-position: -418px 0px;
}
.iti__flag.iti__be {
  height: 15px;
  background-position: -440px 0px;
}
.iti__flag.iti__bf {
  height: 14px;
  background-position: -460px 0px;
}
.iti__flag.iti__bg {
  height: 12px;
  background-position: -482px 0px;
}
.iti__flag.iti__bh {
  height: 12px;
  background-position: -504px 0px;
}
.iti__flag.iti__bi {
  height: 12px;
  background-position: -526px 0px;
}
.iti__flag.iti__bj {
  height: 14px;
  background-position: -548px 0px;
}
.iti__flag.iti__bl {
  height: 14px;
  background-position: -570px 0px;
}
.iti__flag.iti__bm {
  height: 10px;
  background-position: -592px 0px;
}
.iti__flag.iti__bn {
  height: 10px;
  background-position: -614px 0px;
}
.iti__flag.iti__bo {
  height: 14px;
  background-position: -636px 0px;
}
.iti__flag.iti__bq {
  height: 14px;
  background-position: -658px 0px;
}
.iti__flag.iti__br {
  height: 14px;
  background-position: -680px 0px;
}
.iti__flag.iti__bs {
  height: 10px;
  background-position: -702px 0px;
}
.iti__flag.iti__bt {
  height: 14px;
  background-position: -724px 0px;
}
.iti__flag.iti__bv {
  height: 15px;
  background-position: -746px 0px;
}
.iti__flag.iti__bw {
  height: 14px;
  background-position: -768px 0px;
}
.iti__flag.iti__by {
  height: 10px;
  background-position: -790px 0px;
}
.iti__flag.iti__bz {
  height: 14px;
  background-position: -812px 0px;
}
.iti__flag.iti__ca {
  height: 10px;
  background-position: -834px 0px;
}
.iti__flag.iti__cc {
  height: 10px;
  background-position: -856px 0px;
}
.iti__flag.iti__cd {
  height: 15px;
  background-position: -878px 0px;
}
.iti__flag.iti__cf {
  height: 14px;
  background-position: -900px 0px;
}
.iti__flag.iti__cg {
  height: 14px;
  background-position: -922px 0px;
}
.iti__flag.iti__ch {
  height: 15px;
  background-position: -944px 0px;
}
.iti__flag.iti__ci {
  height: 14px;
  background-position: -961px 0px;
}
.iti__flag.iti__ck {
  height: 10px;
  background-position: -983px 0px;
}
.iti__flag.iti__cl {
  height: 14px;
  background-position: -1005px 0px;
}
.iti__flag.iti__cm {
  height: 14px;
  background-position: -1027px 0px;
}
.iti__flag.iti__cn {
  height: 14px;
  background-position: -1049px 0px;
}
.iti__flag.iti__co {
  height: 14px;
  background-position: -1071px 0px;
}
.iti__flag.iti__cp {
  height: 14px;
  background-position: -1093px 0px;
}
.iti__flag.iti__cr {
  height: 12px;
  background-position: -1115px 0px;
}
.iti__flag.iti__cu {
  height: 10px;
  background-position: -1137px 0px;
}
.iti__flag.iti__cv {
  height: 12px;
  background-position: -1159px 0px;
}
.iti__flag.iti__cw {
  height: 14px;
  background-position: -1181px 0px;
}
.iti__flag.iti__cx {
  height: 10px;
  background-position: -1203px 0px;
}
.iti__flag.iti__cy {
  height: 14px;
  background-position: -1225px 0px;
}
.iti__flag.iti__cz {
  height: 14px;
  background-position: -1247px 0px;
}
.iti__flag.iti__de {
  height: 12px;
  background-position: -1269px 0px;
}
.iti__flag.iti__dg {
  height: 10px;
  background-position: -1291px 0px;
}
.iti__flag.iti__dj {
  height: 14px;
  background-position: -1313px 0px;
}
.iti__flag.iti__dk {
  height: 15px;
  background-position: -1335px 0px;
}
.iti__flag.iti__dm {
  height: 10px;
  background-position: -1357px 0px;
}
.iti__flag.iti__do {
  height: 14px;
  background-position: -1379px 0px;
}
.iti__flag.iti__dz {
  height: 14px;
  background-position: -1401px 0px;
}
.iti__flag.iti__ea {
  height: 14px;
  background-position: -1423px 0px;
}
.iti__flag.iti__ec {
  height: 14px;
  background-position: -1445px 0px;
}
.iti__flag.iti__ee {
  height: 13px;
  background-position: -1467px 0px;
}
.iti__flag.iti__eg {
  height: 14px;
  background-position: -1489px 0px;
}
.iti__flag.iti__eh {
  height: 10px;
  background-position: -1511px 0px;
}
.iti__flag.iti__er {
  height: 10px;
  background-position: -1533px 0px;
}
.iti__flag.iti__es {
  height: 14px;
  background-position: -1555px 0px;
}
.iti__flag.iti__et {
  height: 10px;
  background-position: -1577px 0px;
}
.iti__flag.iti__eu {
  height: 14px;
  background-position: -1599px 0px;
}
.iti__flag.iti__fi {
  height: 12px;
  background-position: -1621px 0px;
}
.iti__flag.iti__fj {
  height: 10px;
  background-position: -1643px 0px;
}
.iti__flag.iti__fk {
  height: 10px;
  background-position: -1665px 0px;
}
.iti__flag.iti__fm {
  height: 11px;
  background-position: -1687px 0px;
}
.iti__flag.iti__fo {
  height: 15px;
  background-position: -1709px 0px;
}
.iti__flag.iti__fr {
  height: 14px;
  background-position: -1731px 0px;
}
.iti__flag.iti__ga {
  height: 15px;
  background-position: -1753px 0px;
}
.iti__flag.iti__gb {
  height: 10px;
  background-position: -1775px 0px;
}
.iti__flag.iti__gd {
  height: 12px;
  background-position: -1797px 0px;
}
.iti__flag.iti__ge {
  height: 14px;
  background-position: -1819px 0px;
}
.iti__flag.iti__gf {
  height: 14px;
  background-position: -1841px 0px;
}
.iti__flag.iti__gg {
  height: 14px;
  background-position: -1863px 0px;
}
.iti__flag.iti__gh {
  height: 14px;
  background-position: -1885px 0px;
}
.iti__flag.iti__gi {
  height: 10px;
  background-position: -1907px 0px;
}
.iti__flag.iti__gl {
  height: 14px;
  background-position: -1929px 0px;
}
.iti__flag.iti__gm {
  height: 14px;
  background-position: -1951px 0px;
}
.iti__flag.iti__gn {
  height: 14px;
  background-position: -1973px 0px;
}
.iti__flag.iti__gp {
  height: 14px;
  background-position: -1995px 0px;
}
.iti__flag.iti__gq {
  height: 14px;
  background-position: -2017px 0px;
}
.iti__flag.iti__gr {
  height: 14px;
  background-position: -2039px 0px;
}
.iti__flag.iti__gs {
  height: 10px;
  background-position: -2061px 0px;
}
.iti__flag.iti__gt {
  height: 13px;
  background-position: -2083px 0px;
}
.iti__flag.iti__gu {
  height: 11px;
  background-position: -2105px 0px;
}
.iti__flag.iti__gw {
  height: 10px;
  background-position: -2127px 0px;
}
.iti__flag.iti__gy {
  height: 12px;
  background-position: -2149px 0px;
}
.iti__flag.iti__hk {
  height: 14px;
  background-position: -2171px 0px;
}
.iti__flag.iti__hm {
  height: 10px;
  background-position: -2193px 0px;
}
.iti__flag.iti__hn {
  height: 10px;
  background-position: -2215px 0px;
}
.iti__flag.iti__hr {
  height: 10px;
  background-position: -2237px 0px;
}
.iti__flag.iti__ht {
  height: 12px;
  background-position: -2259px 0px;
}
.iti__flag.iti__hu {
  height: 10px;
  background-position: -2281px 0px;
}
.iti__flag.iti__ic {
  height: 14px;
  background-position: -2303px 0px;
}
.iti__flag.iti__id {
  height: 14px;
  background-position: -2325px 0px;
}
.iti__flag.iti__ie {
  height: 10px;
  background-position: -2347px 0px;
}
.iti__flag.iti__il {
  height: 15px;
  background-position: -2369px 0px;
}
.iti__flag.iti__im {
  height: 10px;
  background-position: -2391px 0px;
}
.iti__flag.iti__in {
  height: 14px;
  background-position: -2413px 0px;
}
.iti__flag.iti__io {
  height: 10px;
  background-position: -2435px 0px;
}
.iti__flag.iti__iq {
  height: 14px;
  background-position: -2457px 0px;
}
.iti__flag.iti__ir {
  height: 12px;
  background-position: -2479px 0px;
}
.iti__flag.iti__is {
  height: 15px;
  background-position: -2501px 0px;
}
.iti__flag.iti__it {
  height: 14px;
  background-position: -2523px 0px;
}
.iti__flag.iti__je {
  height: 12px;
  background-position: -2545px 0px;
}
.iti__flag.iti__jm {
  height: 10px;
  background-position: -2567px 0px;
}
.iti__flag.iti__jo {
  height: 10px;
  background-position: -2589px 0px;
}
.iti__flag.iti__jp {
  height: 14px;
  background-position: -2611px 0px;
}
.iti__flag.iti__ke {
  height: 14px;
  background-position: -2633px 0px;
}
.iti__flag.iti__kg {
  height: 12px;
  background-position: -2655px 0px;
}
.iti__flag.iti__kh {
  height: 13px;
  background-position: -2677px 0px;
}
.iti__flag.iti__ki {
  height: 10px;
  background-position: -2699px 0px;
}
.iti__flag.iti__km {
  height: 12px;
  background-position: -2721px 0px;
}
.iti__flag.iti__kn {
  height: 14px;
  background-position: -2743px 0px;
}
.iti__flag.iti__kp {
  height: 10px;
  background-position: -2765px 0px;
}
.iti__flag.iti__kr {
  height: 14px;
  background-position: -2787px 0px;
}
.iti__flag.iti__kw {
  height: 10px;
  background-position: -2809px 0px;
}
.iti__flag.iti__ky {
  height: 10px;
  background-position: -2831px 0px;
}
.iti__flag.iti__kz {
  height: 10px;
  background-position: -2853px 0px;
}
.iti__flag.iti__la {
  height: 14px;
  background-position: -2875px 0px;
}
.iti__flag.iti__lb {
  height: 14px;
  background-position: -2897px 0px;
}
.iti__flag.iti__lc {
  height: 10px;
  background-position: -2919px 0px;
}
.iti__flag.iti__li {
  height: 12px;
  background-position: -2941px 0px;
}
.iti__flag.iti__lk {
  height: 10px;
  background-position: -2963px 0px;
}
.iti__flag.iti__lr {
  height: 11px;
  background-position: -2985px 0px;
}
.iti__flag.iti__ls {
  height: 14px;
  background-position: -3007px 0px;
}
.iti__flag.iti__lt {
  height: 12px;
  background-position: -3029px 0px;
}
.iti__flag.iti__lu {
  height: 12px;
  background-position: -3051px 0px;
}
.iti__flag.iti__lv {
  height: 10px;
  background-position: -3073px 0px;
}
.iti__flag.iti__ly {
  height: 10px;
  background-position: -3095px 0px;
}
.iti__flag.iti__ma {
  height: 14px;
  background-position: -3117px 0px;
}
.iti__flag.iti__mc {
  height: 15px;
  background-position: -3139px 0px;
}
.iti__flag.iti__md {
  height: 10px;
  background-position: -3160px 0px;
}
.iti__flag.iti__me {
  height: 10px;
  background-position: -3182px 0px;
}
.iti__flag.iti__mf {
  height: 14px;
  background-position: -3204px 0px;
}
.iti__flag.iti__mg {
  height: 14px;
  background-position: -3226px 0px;
}
.iti__flag.iti__mh {
  height: 11px;
  background-position: -3248px 0px;
}
.iti__flag.iti__mk {
  height: 10px;
  background-position: -3270px 0px;
}
.iti__flag.iti__ml {
  height: 14px;
  background-position: -3292px 0px;
}
.iti__flag.iti__mm {
  height: 14px;
  background-position: -3314px 0px;
}
.iti__flag.iti__mn {
  height: 10px;
  background-position: -3336px 0px;
}
.iti__flag.iti__mo {
  height: 14px;
  background-position: -3358px 0px;
}
.iti__flag.iti__mp {
  height: 10px;
  background-position: -3380px 0px;
}
.iti__flag.iti__mq {
  height: 14px;
  background-position: -3402px 0px;
}
.iti__flag.iti__mr {
  height: 14px;
  background-position: -3424px 0px;
}
.iti__flag.iti__ms {
  height: 10px;
  background-position: -3446px 0px;
}
.iti__flag.iti__mt {
  height: 14px;
  background-position: -3468px 0px;
}
.iti__flag.iti__mu {
  height: 14px;
  background-position: -3490px 0px;
}
.iti__flag.iti__mv {
  height: 14px;
  background-position: -3512px 0px;
}
.iti__flag.iti__mw {
  height: 14px;
  background-position: -3534px 0px;
}
.iti__flag.iti__mx {
  height: 12px;
  background-position: -3556px 0px;
}
.iti__flag.iti__my {
  height: 10px;
  background-position: -3578px 0px;
}
.iti__flag.iti__mz {
  height: 14px;
  background-position: -3600px 0px;
}
.iti__flag.iti__na {
  height: 14px;
  background-position: -3622px 0px;
}
.iti__flag.iti__nc {
  height: 10px;
  background-position: -3644px 0px;
}
.iti__flag.iti__ne {
  height: 15px;
  background-position: -3666px 0px;
}
.iti__flag.iti__nf {
  height: 10px;
  background-position: -3686px 0px;
}
.iti__flag.iti__ng {
  height: 10px;
  background-position: -3708px 0px;
}
.iti__flag.iti__ni {
  height: 12px;
  background-position: -3730px 0px;
}
.iti__flag.iti__nl {
  height: 14px;
  background-position: -3752px 0px;
}
.iti__flag.iti__no {
  height: 15px;
  background-position: -3774px 0px;
}
.iti__flag.iti__np {
  height: 15px;
  background-position: -3796px 0px;
}
.iti__flag.iti__nr {
  height: 10px;
  background-position: -3811px 0px;
}
.iti__flag.iti__nu {
  height: 10px;
  background-position: -3833px 0px;
}
.iti__flag.iti__nz {
  height: 10px;
  background-position: -3855px 0px;
}
.iti__flag.iti__om {
  height: 10px;
  background-position: -3877px 0px;
}
.iti__flag.iti__pa {
  height: 14px;
  background-position: -3899px 0px;
}
.iti__flag.iti__pe {
  height: 14px;
  background-position: -3921px 0px;
}
.iti__flag.iti__pf {
  height: 14px;
  background-position: -3943px 0px;
}
.iti__flag.iti__pg {
  height: 15px;
  background-position: -3965px 0px;
}
.iti__flag.iti__ph {
  height: 10px;
  background-position: -3987px 0px;
}
.iti__flag.iti__pk {
  height: 14px;
  background-position: -4009px 0px;
}
.iti__flag.iti__pl {
  height: 13px;
  background-position: -4031px 0px;
}
.iti__flag.iti__pm {
  height: 14px;
  background-position: -4053px 0px;
}
.iti__flag.iti__pn {
  height: 10px;
  background-position: -4075px 0px;
}
.iti__flag.iti__pr {
  height: 14px;
  background-position: -4097px 0px;
}
.iti__flag.iti__ps {
  height: 10px;
  background-position: -4119px 0px;
}
.iti__flag.iti__pt {
  height: 14px;
  background-position: -4141px 0px;
}
.iti__flag.iti__pw {
  height: 13px;
  background-position: -4163px 0px;
}
.iti__flag.iti__py {
  height: 11px;
  background-position: -4185px 0px;
}
.iti__flag.iti__qa {
  height: 8px;
  background-position: -4207px 0px;
}
.iti__flag.iti__re {
  height: 14px;
  background-position: -4229px 0px;
}
.iti__flag.iti__ro {
  height: 14px;
  background-position: -4251px 0px;
}
.iti__flag.iti__rs {
  height: 14px;
  background-position: -4273px 0px;
}
.iti__flag.iti__ru {
  height: 14px;
  background-position: -4295px 0px;
}
.iti__flag.iti__rw {
  height: 14px;
  background-position: -4317px 0px;
}
.iti__flag.iti__sa {
  height: 14px;
  background-position: -4339px 0px;
}
.iti__flag.iti__sb {
  height: 10px;
  background-position: -4361px 0px;
}
.iti__flag.iti__sc {
  height: 10px;
  background-position: -4383px 0px;
}
.iti__flag.iti__sd {
  height: 10px;
  background-position: -4405px 0px;
}
.iti__flag.iti__se {
  height: 13px;
  background-position: -4427px 0px;
}
.iti__flag.iti__sg {
  height: 14px;
  background-position: -4449px 0px;
}
.iti__flag.iti__sh {
  height: 10px;
  background-position: -4471px 0px;
}
.iti__flag.iti__si {
  height: 10px;
  background-position: -4493px 0px;
}
.iti__flag.iti__sj {
  height: 15px;
  background-position: -4515px 0px;
}
.iti__flag.iti__sk {
  height: 14px;
  background-position: -4537px 0px;
}
.iti__flag.iti__sl {
  height: 14px;
  background-position: -4559px 0px;
}
.iti__flag.iti__sm {
  height: 15px;
  background-position: -4581px 0px;
}
.iti__flag.iti__sn {
  height: 14px;
  background-position: -4603px 0px;
}
.iti__flag.iti__so {
  height: 14px;
  background-position: -4625px 0px;
}
.iti__flag.iti__sr {
  height: 14px;
  background-position: -4647px 0px;
}
.iti__flag.iti__ss {
  height: 10px;
  background-position: -4669px 0px;
}
.iti__flag.iti__st {
  height: 10px;
  background-position: -4691px 0px;
}
.iti__flag.iti__sv {
  height: 12px;
  background-position: -4713px 0px;
}
.iti__flag.iti__sx {
  height: 14px;
  background-position: -4735px 0px;
}
.iti__flag.iti__sy {
  height: 14px;
  background-position: -4757px 0px;
}
.iti__flag.iti__sz {
  height: 14px;
  background-position: -4779px 0px;
}
.iti__flag.iti__ta {
  height: 10px;
  background-position: -4801px 0px;
}
.iti__flag.iti__tc {
  height: 10px;
  background-position: -4823px 0px;
}
.iti__flag.iti__td {
  height: 14px;
  background-position: -4845px 0px;
}
.iti__flag.iti__tf {
  height: 14px;
  background-position: -4867px 0px;
}
.iti__flag.iti__tg {
  height: 13px;
  background-position: -4889px 0px;
}
.iti__flag.iti__th {
  height: 14px;
  background-position: -4911px 0px;
}
.iti__flag.iti__tj {
  height: 10px;
  background-position: -4933px 0px;
}
.iti__flag.iti__tk {
  height: 10px;
  background-position: -4955px 0px;
}
.iti__flag.iti__tl {
  height: 10px;
  background-position: -4977px 0px;
}
.iti__flag.iti__tm {
  height: 14px;
  background-position: -4999px 0px;
}
.iti__flag.iti__tn {
  height: 14px;
  background-position: -5021px 0px;
}
.iti__flag.iti__to {
  height: 10px;
  background-position: -5043px 0px;
}
.iti__flag.iti__tr {
  height: 14px;
  background-position: -5065px 0px;
}
.iti__flag.iti__tt {
  height: 12px;
  background-position: -5087px 0px;
}
.iti__flag.iti__tv {
  height: 10px;
  background-position: -5109px 0px;
}
.iti__flag.iti__tw {
  height: 14px;
  background-position: -5131px 0px;
}
.iti__flag.iti__tz {
  height: 14px;
  background-position: -5153px 0px;
}
.iti__flag.iti__ua {
  height: 14px;
  background-position: -5175px 0px;
}
.iti__flag.iti__ug {
  height: 14px;
  background-position: -5197px 0px;
}
.iti__flag.iti__um {
  height: 11px;
  background-position: -5219px 0px;
}
.iti__flag.iti__un {
  height: 14px;
  background-position: -5241px 0px;
}
.iti__flag.iti__us {
  height: 11px;
  background-position: -5263px 0px;
}
.iti__flag.iti__uy {
  height: 14px;
  background-position: -5285px 0px;
}
.iti__flag.iti__uz {
  height: 10px;
  background-position: -5307px 0px;
}
.iti__flag.iti__va {
  height: 15px;
  background-position: -5329px 0px;
}
.iti__flag.iti__vc {
  height: 14px;
  background-position: -5346px 0px;
}
.iti__flag.iti__ve {
  height: 14px;
  background-position: -5368px 0px;
}
.iti__flag.iti__vg {
  height: 10px;
  background-position: -5390px 0px;
}
.iti__flag.iti__vi {
  height: 14px;
  background-position: -5412px 0px;
}
.iti__flag.iti__vn {
  height: 14px;
  background-position: -5434px 0px;
}
.iti__flag.iti__vu {
  height: 12px;
  background-position: -5456px 0px;
}
.iti__flag.iti__wf {
  height: 14px;
  background-position: -5478px 0px;
}
.iti__flag.iti__ws {
  height: 10px;
  background-position: -5500px 0px;
}
.iti__flag.iti__xk {
  height: 15px;
  background-position: -5522px 0px;
}
.iti__flag.iti__ye {
  height: 14px;
  background-position: -5544px 0px;
}
.iti__flag.iti__yt {
  height: 14px;
  background-position: -5566px 0px;
}
.iti__flag.iti__za {
  height: 14px;
  background-position: -5588px 0px;
}
.iti__flag.iti__zm {
  height: 14px;
  background-position: -5610px 0px;
}
.iti__flag.iti__zw {
  height: 10px;
  background-position: -5632px 0px;
}
.iti__flag {
  height: 15px;
  box-shadow: 0px 0px 1px 0px #888;
  background-image: url("../img/flags.png");
  background-repeat: no-repeat;
  background-color: #dbdbdb;
  background-position: 20px 0;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .iti__flag {
    background-image: url("../img/flags@2x.png");
  }
}
.iti__flag.iti__np {
  background-color: transparent;
}
.loader-space {
  height: 300px;
  position: relative;
}
.loader {
  z-index: 18;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  height: 100%;
  display: block;
  -webkit-animation: fadeIn 0.4s ease;
          animation: fadeIn 0.4s ease;
  background-color: rgba(176,31,140,0.95);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  border-radius: 0 !important;
  border-top: initial !important;
  margin-left: initial !important;
  border: none !important;
}
.loader.out {
  -webkit-animation: fadeOut 0.2s ease both;
          animation: fadeOut 0.2s ease both;
}
.loader.loader-fixed {
  position: fixed;
}
.loader.loader-sm .loader-svg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 20px;
  margin-left: -10px;
  margin-top: -10px;
  padding: 0;
}
.loader svg {
  border-radius: 50%;
  padding: 10px;
  overflow: hidden;
  z-index: 1;
  -webkit-animation: loaderRotate 2s linear infinite;
          animation: loaderRotate 2s linear infinite;
  width: 150px;
  opacity: 1;
}
.loader svg circle {
  -webkit-animation: loaderDash 2s ease-in-out infinite;
          animation: loaderDash 2s ease-in-out infinite;
  stroke-linecap: round;
  stroke-width: 5;
  stroke: #fff;
  fill: none;
  opacity: 0.7;
}
.form__loader .loader {
  background: transparent;
}
.form__loader .loader svg circle {
  stroke: #b01f8c;
}
@-webkit-keyframes loaderRotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes loaderRotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes loaderDash {
  0% {
    stroke-dasharray: 0, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 100, 200;
    stroke-dashoffset: -20px;
  }
  100% {
    stroke-dasharray: 100, 200;
    stroke-dashoffset: -125px;
  }
}
@keyframes loaderDash {
  0% {
    stroke-dasharray: 0, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 100, 200;
    stroke-dashoffset: -20px;
  }
  100% {
    stroke-dasharray: 100, 200;
    stroke-dashoffset: -125px;
  }
}
.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 30;
  display: none;
  padding-top: 70px;
  transition: 0.5s;
}
@media (min-width: 720px) {
  .modal {
    padding-top: 0;
  }
}
.modal.modal--in {
  display: table;
  -webkit-animation: fadeIn 0.1s ease;
          animation: fadeIn 0.1s ease;
}
.modal.modal--in .modal__box {
  -webkit-animation: scaleFadeIn 0.5s 0.2s ease backwards;
          animation: scaleFadeIn 0.5s 0.2s ease backwards;
}
.modal.modal--out {
  display: table;
  -webkit-animation: fadeOut 1s ease both;
          animation: fadeOut 1s ease both;
}
.modal.modal--out .modal__box {
  -webkit-animation: scaleFadeOut 1s ease both;
          animation: scaleFadeOut 1s ease both;
}
.modal .modal__icon {
  margin-bottom: 20px;
}
.modal .modal__icon img {
  width: 80px;
}
.modal .modal__back {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);
}
.modal .modal__front {
  position: relative;
  width: 100%;
  height: 100%;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.modal .modal__box {
  position: relative;
  padding: 20px 10px;
  min-height: auto;
  border-radius: 5px;
  margin: 10px;
  text-align: center;
  z-index: 2;
  background: #fff;
}
@media (min-width: 720px) {
  .modal .modal__box {
    margin: 0 auto;
    padding: 30px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
}
.modal .modal__box .modal__content {
  margin-bottom: 20px;
}
.modal .modal__box.modal__box--lg {
  max-width: 900px;
}
.modal .modal__box .form__element {
  margin-bottom: 10px;
}
.modal .modal__box .form__buttons {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-direction: column;
      flex-direction: column;
}
@media (min-width: 720px) {
  .modal .modal__box .form__buttons {
    -ms-flex-direction: row;
        flex-direction: row;
  }
}
.modal .modal__box .form__buttons .btn {
  margin: 5px 0;
}
@media (min-width: 720px) {
  .modal .modal__box .form__buttons .btn {
    margin: 0 5px;
  }
}
.modal .modal__header {
  margin-bottom: 20px;
}
.modal .modal__close {
  position: absolute;
  top: 0px;
  right: 0px;
  color: #b01f8c;
  opacity: 1;
  font-weight: bold;
  font-size: 16px;
  transition: 0.5s;
}
@media (min-width: 720px) {
  .modal .modal__close {
    padding: 10px 15px;
    background-color: transparent;
    opacity: 0.7;
    font-size: 18px;
  }
}
.modal .modal__close:hover {
  cursor: pointer;
  opacity: 1;
}
.modal .modal__close span {
  margin-left: 10px;
}
.modal .modal__content {
  margin-bottom: 20px;
  margin: 0 auto;
  padding: 0 15px;
}
@media (min-width: 720px) {
  .modal .modal__content {
    padding: 0;
  }
}
.modal .modal__content p:first-child {
  line-height: 26px;
  font-size: 18px;
  color: #212121;
}
@media (min-width: 720px) {
  .modal .modal__content p:first-child {
    font-size: 20px;
  }
}
.modal .form__button {
  margin-top: 10px;
}
.modal .modal__button {
  max-width: 300px;
  margin: 0 auto;
}
.modal .modal__button a {
  margin-bottom: 20px;
}
@media (min-width: 720px) {
  .modal .modal__flex {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-align: center;
        align-items: center;
  }
}
.modal.modal--login .modal__box,
.modal.modal--resetpass .modal__box,
.modal.modal--register .modal__box {
  max-width: 500px;
}
.modal .modal--ejeemplosasd {
  display: block;
}
.modal.modal--blockfao {
  padding-top: 0;
}
.modal.modal--blockfao .modal__back {
  background: rgba(0,0,0,0.7);
}
.modal.modal--blockfao .modal__box {
  max-width: 100%;
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  border-radius: 0;
  margin: 0;
}
.modal.modal--blockfao .modal__box .modal__body {
  max-width: 800px;
  box-shadow: 0px 3px 6px rgba(0,0,0,0.161);
  background-color: #fff;
  padding: 20px;
  border-radius: 5px;
}
.modal.modal--blockfao .modal__box .modal__icon img {
  width: 120px;
}
.modal.modal--pipedrive-success .modal__close,
.modal.modal--pipedrive-error .modal__close {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  overflow: hidden;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  background-color: #b01f8c;
  color: #fff;
  opacity: 1;
}
.modal.modal--pipedrive-success .modal__close span,
.modal.modal--pipedrive-error .modal__close span {
  margin-left: 0;
}
.modal.modal--pipedrive-success .modal__box,
.modal.modal--pipedrive-error .modal__box {
  border-radius: 50px;
  padding: 20px 20px;
  padding-top: 30px;
  max-width: 500px;
}
@media (min-width: 720px) {
  .modal.modal--pipedrive-success .modal__box,
  .modal.modal--pipedrive-error .modal__box {
    padding: 50px 40px;
    padding-top: 60px;
  }
}
.modal.modal--pipedrive-success .modal__box .modal__header,
.modal.modal--pipedrive-error .modal__box .modal__header {
  margin-bottom: 0;
}
.modal.modal--pipedrive-success .modal__box .modal__icon,
.modal.modal--pipedrive-error .modal__box .modal__icon {
  position: absolute;
  top: 0px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.modal.modal--pipedrive-success .modal__box .modal__icon img,
.modal.modal--pipedrive-error .modal__box .modal__icon img {
  width: 50px;
}
@media (min-width: 720px) {
  .modal.modal--pipedrive-success .modal__box .modal__icon img,
  .modal.modal--pipedrive-error .modal__box .modal__icon img {
    width: 70px;
  }
}
.modal.modal--pipedrive-success .modal__box .btn,
.modal.modal--pipedrive-error .modal__box .btn {
  min-width: 150px;
}
.mapboxgl-popup-content {
  padding: 10px;
  background-color: #fff;
  min-width: 170px;
  border-radius: 5px;
  box-shadow: rgba(0,0,0,0.05) 0px 6px 24px 0px, rgba(0,0,0,0.08) 0px 0px 0px 1px;
}
.mapboxgl-popup-content .mapboxgl-popup-close-button {
  top: 2px;
  right: 5px;
  color: #212121;
  font-size: 22px;
  font-weight: bold;
}
.mapboxgl-popup-content img {
  max-width: 120px;
  padding: 10px;
}
@media (min-width: 480px) {
  .mapboxgl-popup-content img {
    max-width: 170px;
  }
}
.mapboxgl-popup-content span {
  background-color: #00a88b;
  color: #fff;
  font-size: 12px;
  line-height: 16px;
  padding: 2px 5px;
  border-radius: 5px;
  margin-bottom: 5px;
  display: inline-block;
}
.mapboxgl-popup-content h4 {
  font-size: 20px;
  color: #212121;
  margin-bottom: 5px;
  text-transform: capitalize;
  font-size: 16px;
  line-height: 18px;
  font-weight: 500;
}
.mapboxgl-popup-content p {
  color: #212121;
  margin-bottom: 5px;
  font-size: 10px;
  line-height: 12px;
  font-family: 'Roboto', sans-serif;
}
.mapboxgl-popup-content a {
  font-weight: bold;
  color: #212121;
  font-family: 'Roboto', sans-serif;
}
.mapboxgl-popup-content h1,
.mapboxgl-popup-content h2,
.mapboxgl-popup-content h3,
.mapboxgl-popup-content h4,
.mapboxgl-popup-content h5 {
  margin-bottom: 5px;
}
.mapboxgl-popup-content .boton-toltip {
  position: absolute;
  bottom: 5px;
  right: 0;
  font-size: 10px;
  font-weight: 900;
  padding: 0px 5px;
  background-color: #4f2b83;
  color: #fff;
  border-radius: 10px;
}
.popup {
  position: fixed;
  bottom: 10px;
  right: 10px;
  color: #212121;
  box-shadow: rgba(0,0,0,0.05) 0px 6px 24px 0px, rgba(0,0,0,0.08) 0px 0px 0px 1px;
  background-color: #fff;
  padding: 10px 20px;
  border-radius: 5px;
  min-height: 80px;
  z-index: 25;
  display: none;
}
.popup.popup--in {
  display: table;
  -webkit-animation: slideFadeUp 0.5s ease;
          animation: slideFadeUp 0.5s ease;
}
.popup.popup--out {
  display: table;
  -webkit-animation: slideDownOut 0.5s ease;
          animation: slideDownOut 0.5s ease;
}
.popup .popup__bar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.popup .popup__bar img {
  width: 100%;
}
.popup .popup__close {
  position: absolute;
  top: 0px;
  right: 5px;
  padding: 5px;
  cursor: pointer;
}
.popup .popup__close span {
  color: #212121;
  opacity: 0.5;
}
.popup .popup__body {
  display: -ms-flexbox;
  display: flex;
  min-height: 80px;
  -ms-flex-align: center;
      align-items: center;
}
.popup .popup__body .popup__icon {
  width: 20%;
  margin-right: 10px;
}
.popup .popup__body .popup__icon img {
  width: 50px;
}
.popup .popup__body .popup__text {
  width: 80%;
  font-weight: 400;
}
section {
  position: relative;
  background-color: #fff;
  color: #212121;
  overflow: hidden;
  text-align: left;
  border-bottom: 1px solid rgba(0,0,0,0);
}
section .section__title {
  font-weight: 300;
  margin-bottom: 10px;
  font-family: 'Roboto', sans-serif;
}
section .section__title.section__title__bottom {
  margin-bottom: 20px !important;
  margin-top: 20px;
}
section .section__description {
  font-weight: 400;
  margin-bottom: 25px;
}
@media (min-width: 720px) {
  section .section__description {
    font-size: 16px;
    line-height: 24px;
  }
}
section .section__moreboxs {
  display: none;
}
section .section__moreboxs>div {
  margin-bottom: 20px;
}
section .section__moreboxs.section__moreboxs--show {
  display: block;
}
section .section__header {
  position: relative;
}
section .section__header .section__breadcrumb {
  margin-bottom: 20px;
  text-align: left;
  max-width: 70%;
}
@media (min-width: 720px) {
  section .section__header .section__breadcrumb {
    margin-bottom: 40px;
  }
}
section .section__header .section__breadcrumb a {
  color: #76777a;
  font-size: 14px;
  line-height: 22px;
}
section .section__header .section__breadcrumb a.current {
  color: #b01f8c;
}
section .section__header .section__back {
  position: absolute;
  top: 0;
  right: 0;
}
section .section__header .section__back .btn {
  background-color: #fff;
  border-color: #818181;
  color: #818181;
  font-weight: 400;
  padding: 5px 10px;
  font-size: 14px;
}
section .section__header .section__back .btn span {
  float: left;
  position: relative;
  top: 1px;
  margin-right: 5px;
  margin-left: 0;
}
section .section__header .section__content {
  padding-top: 40px;
  text-align: center;
  max-width: 1000px;
  margin: 0 auto;
}
section .section__header .section__title {
  font-weight: bold;
}
section .section__breadcrumb {
  margin-bottom: 20px;
  color: #fff;
}
section .section__breadcrumb a {
  color: #fff;
  margin-right: 10px;
}
section .section__breadcrumb a.current {
  font-weight: bold;
}
section .section__breadcrumb a span {
  margin-left: 10px;
  font-weight: bold;
}
section .section__social {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  padding: 20px;
  max-width: 800px;
  margin: 0 auto;
}
section .section__social .section__social__logo {
  position: relative;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 50%;
  overflow: hidden;
  background-color: #b01f8c;
  margin: 0 10px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  border: 2px solid #b01f8c;
}
section .section__social .section__social__logo:hover {
  background-color: #fff;
}
section .section__social .section__social__logo:hover a {
  color: #b01f8c;
}
section .section__social .section__social__logo:hover svg path {
  fill: #b01f8c;
}
section .section__social .section__social__logo a {
  color: #fff;
  font-size: 24px;
  line-height: 24px;
}
section .section__social .section__social__logo a:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
section .section__social .section__social__logo svg {
  width: 20px;
}
section .section__social .section__social__logo svg path {
  fill: #fff;
}
section .section__contact {
  position: relative;
  max-width: 800px;
  overflow: hidden;
  border-radius: 5px;
  background-color: #25215f;
  height: 250px;
  margin: 0 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: end;
      justify-content: flex-end;
  padding: 20px;
  color: #fff;
  margin-top: 20px;
}
section .section__contact .section__bg {
  opacity: 0.7;
  width: 60%;
}
section .section__contact .section__bg .bg:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #25215f;
  background: linear-gradient(270deg, #25215f, transparent);
}
section .section__contact .section__box {
  position: relative;
  z-index: 3;
  padding: 10px;
  background-color: rgba(255,255,255,0.1);
  border: 1px solid rgba(255,255,255,0.2);
  border-radius: 5px;
}
section .section__contact .section__box .section__title {
  margin-bottom: 20px;
}
section .section__contact .section__eff {
  position: absolute;
  top: 0;
  right: 0%;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  opacity: 0.1;
}
section .section__contact .section__eff img {
  width: 300px;
}
section .section__filters .section__filter {
  position: relative;
  padding: 10px 0;
  margin: 5px;
  margin-left: 0;
  display: inline-block;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  transition: 0.2s ease;
  background-color: transparent;
  border: 1px solid #502c84;
  color: #502c84;
  padding: 5px 20px;
  border-radius: 24px;
  cursor: pointer;
}
@media (min-width: 480px) {
  section .section__filters .section__filter {
    margin: 0px 10px;
    font-size: 18px;
    line-height: 24px;
  }
}
section .section__filters .section__filter.current {
  background-color: #502c84;
  color: #fff;
}
section .section__filters .section__filter:hover {
  background-color: #502c84;
  color: #fff;
}
section .section__loader {
  z-index: 20;
}
section .section__loader .loader {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  background-color: rgba(0,0,0,0.5);
}
section .section__header {
  position: relative;
  text-align: center;
  margin-bottom: 40px;
}
section .section__header.section__header--flex {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}
section .section__header .section__title {
  margin-bottom: 20px;
}
section .section__header .section__description {
  margin-top: 10px;
}
section .section__footer {
  text-align: center;
  padding: 20px;
}
section .section__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  overflow: hidden;
}
section .section__video video {
  width: 100vw;
  height: 65vw;
  min-height: 100vh;
  min-width: 177.77vh;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
section .section__content {
  position: relative;
  color: #212121;
  text-align: left;
}
section .section__content>* {
  -webkit-animation: slideFadeUp 0.5s ease backwards;
          animation: slideFadeUp 0.5s ease backwards;
}
section .section__content>*:nth-child(1) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
section .section__content>*:nth-child(2) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
section .section__content>*:nth-child(3) {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
section .section__content>*:nth-child(4) {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
section .section__content>*:nth-child(5) {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
section .section__content.section--left {
  text-align: left;
}
section .section__content.section--right {
  text-align: right;
}
section .section__content.section--center {
  text-align: center;
}
section .section__content.section--justify {
  text-align: justify;
}
section .section__content blockquote {
  text-align: left;
}
section .section__content blockquote p {
  line-height: 26px;
  font-size: 18px;
  color: #212121;
}
@media (min-width: 720px) {
  section .section__content blockquote p {
    font-size: 20px;
  }
}
section .section__content ul {
  margin-bottom: 20px;
}
section .section__content ul li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 24px;
}
section .section__content ul li:before {
  content: "";
  width: 5px;
  height: 5px;
  line-height: 5px;
  text-align: center;
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  top: 9px;
  left: 0;
  background-color: #b01f8c;
}
@media (min-width: 480px) {
  section .section__content.section__content--2col {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px;
  }
}
@media (min-width: 480px) {
  section .section__content.section__content--3col {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px;
  }
}
@media (min-width: 720px) {
  section .section__content.section__content--3col {
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
  }
}
@media (min-width: 720px) {
  section .section__flex {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-align: center;
        align-items: center;
  }
}
section .section__wrap {
  position: relative;
  max-width: 1300px;
  margin: 0 auto;
  padding: 40px 20px;
}
@media (min-width: 720px) {
  section .section__wrap {
    padding: 100px 40px;
    max-width: 1300px;
  }
}
section .section__wrap.section__wrap--main {
  padding: 100px 20px 200px;
}
@media (min-width: 720px) {
  section .section__wrap.section__wrap--main {
    padding: 150px 100px 250px;
  }
}
section .section__wrap.section__wrap--main--2 {
  padding: 100px 20px 100px;
}
@media (min-width: 720px) {
  section .section__wrap.section__wrap--main--2 {
    padding: 150px 100px 150px;
  }
}
section .section__wrap.section__wrap--header {
  display: -ms-flexbox;
  display: flex;
  padding: 20px 20px 60px;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-pack: start;
      justify-content: flex-start;
}
@media (min-width: 720px) {
  section .section__wrap.section__wrap--header {
    padding: 10px 50px 80px;
  }
}
section .section__wrap.section__wrap--header--cart {
  display: -ms-flexbox;
  display: flex;
  padding: 100px 20px 200px;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-pack: start;
      justify-content: flex-start;
}
@media (min-width: 720px) {
  section .section__wrap.section__wrap--header--cart {
    padding: 50px 50px 100px;
  }
}
section .section__wrap.section__wrap--tutorial {
  padding: 100px 20px 200px;
}
@media (min-width: 720px) {
  section .section__wrap.section__wrap--tutorial {
    padding: 100px 20px 300px;
  }
}
@media (min-width: 720px) {
  section .section__wrap.section__wrap--md {
    padding: 60px;
  }
}
@media (min-width: 720px) {
  section .section__wrap.section__wrap--sm {
    padding: 40px 20px;
  }
}
@media (min-width: 720px) {
  section .section__wrap.section__wrap--xs {
    padding: 20px;
    padding-bottom: 100px;
  }
}
@media (min-width: 720px) {
  section .section__wrap.section__wrap--lg {
    padding: 60px 40px;
  }
}
@media (min-width: 960px) {
  section .section__wrap.section__wrap--lg {
    padding: 80px 40px;
  }
}
section .section__wrap.section--sm {
  max-width: 800px;
}
section .section__wrap.section--md {
  max-width: 960px;
}
section .section__wrap.section--lg {
  max-width: 1100px;
}
section.section--dark {
  background: #25215f;
  color: #fff;
}
section.section--light {
  background: #fbfbfb;
  color: #212121;
}
section.section--white {
  background-color: #fff !important;
  color: #212121;
}
section.section--white {
  background-color: #fff;
  color: #212121;
}
section.section--color-primary {
  background: #b01f8c;
  color: #fff;
}
section.section--color-secundary {
  background: #b01f8c;
  color: #fff;
}
section.section--gray {
  background: #76777a;
  color: #fff;
}
section.section--grayten {
  background: grayter;
  color: #fff;
}
section.section--header {
  margin-top: 70px;
}
@media (min-width: 720px) {
  section.section--header {
    margin-top: 140px;
  }
}
section.section--main {
  margin-top: 60px;
  color: #4f2b83;
  background-color: #fff;
  border-bottom: none;
}
@media (min-width: 720px) {
  section.section--main {
    margin-top: 140px;
  }
}
section.section--main .section__line {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 4;
}
section.section--main .section__line img {
  width: 100%;
  max-width: 100%;
}
section.section--main .section__clipath {
  position: relative;
  background: #f1effe;
  background: linear-gradient(45deg, #faf9ff 0%, #f1effe 100%);
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
          clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
  z-index: 3;
}
@media (min-width: 720px) {
  section.section--main .section__clipath {
    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 80%, 0% 100%);
            clip-path: polygon(0 0, 100% 0%, 100% 80%, 0% 100%);
  }
}
section.section--main .section__clipath .slider-bullets {
  display: none;
}
section.section--main .section__video {
  opacity: 0.4;
}
section.section--main .section__bg {
  opacity: 0.4;
}
section.section--main .section__body .section__wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column-reverse;
      flex-direction: column-reverse;
}
@media (min-width: 720px) {
  section.section--main .section__body .section__wrap {
    display: block;
  }
}
section.section--main .section__body .section__content {
  background-color: #fff;
  color: #4f2b83;
  min-height: 250px;
  padding: 15px;
  border-radius: 27px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  z-index: 2;
}
@media (min-width: 720px) {
  section.section--main .section__body .section__content {
    background-color: transparent;
    max-width: 60%;
    padding: 20px;
  }
}
section.section--main .section__body .section__content .section__title {
  font-size: 30px;
  line-height: 33px;
}
@media (min-width: 720px) {
  section.section--main .section__body .section__content .section__title {
    font-size: 38px;
    line-height: 42px;
  }
}
section.section--main .section__body .section__content .btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 400;
}
section.section--main .section__body .section__image {
  position: relative;
  top: 20px;
}
@media (min-width: 720px) {
  section.section--main .section__body .section__image {
    position: absolute;
    top: initial;
    right: 10%;
    bottom: 20%;
  }
}
section.section--main .section__body .section__image img {
  width: 200px;
}
@media (min-width: 720px) {
  section.section--main .section__body .section__image img {
    width: auto;
  }
}
section.section--main--2 {
  margin-top: 95px;
  border-bottom: none;
}
@media (min-width: 720px) {
  section.section--main--2 {
    margin-top: 138px;
  }
}
section.section--main--2 .section__line {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 4;
}
section.section--main--2 .section__line img {
  width: 100%;
  max-width: 100%;
}
section.section--main--2 .section__content {
  color: #fff;
  max-width: 80%;
}
@media (min-width: 720px) {
  section.section--main--2 .section__content {
    max-width: 60%;
  }
}
section.section--main--2 .section__content .section__title {
  font-weight: bold;
  font-size: 36px;
  line-height: 48px;
}
@media (min-width: 720px) {
  section.section--main--2 .section__content .section__title {
    font-size: 56px;
    line-height: 64px;
  }
}
section.section--main--2 .section__content p {
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 20px;
}
@media (min-width: 720px) {
  section.section--main--2 .section__content p {
    font-size: 32px;
    line-height: 48px;
  }
}
section.section--main--2 .section__content .btn:hover {
  background-color: #fff;
  border-color: #b01f8c;
}
section.section--categories {
  background-color: #fff;
  overflow: initial;
}
section.section--categories .section__wrap {
  z-index: 3;
  margin-top: -200px;
}
@media (min-width: 720px) {
  section.section--categories .section__wrap {
    padding: 20px;
  }
}
section.section--clients .section__clients .swiper-wrapper {
  padding: 40px 0px;
}
section.section--clients .section__clients .swiper-pagination {
  position: relative;
  width: 100%;
}
section.section--clients .section__clients .swiper-pagination .swiper-pagination-bullet {
  width: 20px;
  height: 6px;
  border-radius: 0%;
  display: inline-block;
  margin: 0 5px;
  transition: 0.2s ease;
  background-color: #404040;
  border: 1px solid #76777a;
  opacity: 0.3;
  -webkit-transform: scale(1) !important;
          transform: scale(1) !important;
}
section.section--clients .section__clients .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #b01f8c;
  opacity: 1;
}
section.section--clients .section__client {
  position: relative;
  overflow: hidden;
  color: #000;
  box-shadow: rgba(0,0,0,0.05) 0px 6px 24px 0px, rgba(0,0,0,0.08) 0px 0px 0px 1px;
  background-color: #fff;
  padding: 10px;
  border-radius: 5px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  min-height: 120px;
  margin: 5px;
}
@media (min-width: 720px) {
  section.section--clients .section__client {
    padding: 20px;
    min-height: 150px;
  }
}
section.section--clients .section__client:hover .section__img img {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}
section.section--clients .section__client .section__img img {
  width: auto;
  height: auto;
  max-width: 100px;
  max-height: 60px;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  transition: 0.3s;
}
@media (min-width: 720px) {
  section.section--clients .section__client .section__img img {
    max-width: 150px;
    max-height: 80px;
  }
}
section.section--stats .section__eff {
  position: absolute;
  bottom: 0px;
  left: -100px;
  opacity: 0.3;
}
@media (min-width: 720px) {
  section.section--stats .section__eff {
    bottom: initial;
    top: 0px;
    opacity: 1;
  }
}
section.section--alliances .section__footer {
  margin-top: 30px;
}
@media (min-width: 720px) {
  section.section--alliances .section__footer {
    margin-top: 60px;
  }
}
section.section--joinus {
  background-color: #25215f;
}
section.section--joinus .section__body {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 15px;
}
section.section--joinus .section__body .section__title {
  color: #fff;
  text-align: center;
  font-size: 28px;
  line-height: 34px;
}
section.section--joinus .section__body .btn {
  background-color: #25215f;
  color: #fff;
  border-color: #fff;
}
section.section--joinus .section__body .btn:hover {
  background-color: #fff;
  color: #25215f;
}
section.section--options .section__body {
  margin-bottom: 40px;
}
section.section--options .section__body .section__options.section__options--sm {
  max-width: 1000px;
  margin: 0 auto;
}
section.section--options .section__body .section__options .section__title {
  text-align: center;
  margin-bottom: 20px;
}
@media (min-width: 720px) {
  section.section--options .section__body .section__options .section__title {
    margin-bottom: 40px;
  }
}
section.section--options .section__footer {
  padding: 20px;
  text-align: center;
}
section.section--options.section--options--plans {
  background-color: #fbfbfb;
}
section.section--options.section--options--plans .section__wrap {
  padding: 76px 20px 86px;
}
@media (min-width: 720px) {
  section.section--options.section--options--plans .section__wrap {
    padding: 76px 100px 0px;
  }
}
section.section--options.section--options--landing {
  background-color: #fff;
}
section.section--options.section--options--landing .section__body .section__description {
  padding: 0px 30px;
}
section.section--benefits .slider-bullets {
  bottom: -40px;
}
section.section--news .section__wrap,
section.section--news .section__header {
  position: relative;
}
section.section--news .section__wrap .section__breadcrumb,
section.section--news .section__header .section__breadcrumb {
  margin-bottom: 20px;
  text-align: left;
  max-width: 70%;
}
@media (min-width: 720px) {
  section.section--news .section__wrap .section__breadcrumb,
  section.section--news .section__header .section__breadcrumb {
    margin-bottom: 40px;
  }
}
section.section--news .section__wrap .section__breadcrumb a,
section.section--news .section__header .section__breadcrumb a {
  color: #76777a;
  font-size: 14px;
  line-height: 22px;
}
section.section--news .section__wrap .section__breadcrumb a.current,
section.section--news .section__header .section__breadcrumb a.current {
  color: #b01f8c;
}
section.section--news .section__wrap .section__back,
section.section--news .section__header .section__back {
  position: absolute;
  top: 0;
  right: 0;
}
section.section--news .section__wrap .section__back .btn,
section.section--news .section__header .section__back .btn {
  background-color: #fff;
  border: 1px solid #818181;
  color: #818181;
  font-weight: 400;
}
section.section--news .section__wrap .section__back .btn span,
section.section--news .section__header .section__back .btn span {
  float: left;
  position: relative;
  top: 1px;
  margin-right: 5px;
  margin-left: 0;
}
section.section--news .section__wrap .section__content,
section.section--news .section__header .section__content {
  padding-top: 40px;
  text-align: center;
  max-width: 1000px;
  margin: 0 auto;
}
section.section--news .section__body {
  margin-bottom: 40px;
}
section.section--news .section__header .section__header__flex {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-direction: column;
      flex-direction: column;
}
@media (min-width: 720px) {
  section.section--news .section__header .section__header__flex {
    -ms-flex-direction: row;
        flex-direction: row;
  }
}
section.section--news .section__footer {
  padding: 20px;
  text-align: center;
}
section.section--newsall {
  margin-top: 70px;
}
@media (min-width: 720px) {
  section.section--newsall {
    margin-top: 140px;
  }
}
section.section--newsall .section__header {
  position: relative;
}
section.section--newsall .section__header .section__breadcrumb {
  margin-bottom: 20px;
  text-align: left;
  max-width: 70%;
}
@media (min-width: 720px) {
  section.section--newsall .section__header .section__breadcrumb {
    margin-bottom: 40px;
  }
}
section.section--newsall .section__header .section__breadcrumb a {
  color: #76777a;
  font-size: 14px;
  line-height: 22px;
}
section.section--newsall .section__header .section__breadcrumb a.current {
  color: #b01f8c;
}
section.section--newsall .section__header .section__back {
  position: absolute;
  top: 0;
  right: 0;
}
section.section--newsall .section__header .section__back .btn {
  background-color: #fff;
  border: 1px solid #818181;
  color: #818181;
  font-weight: 400;
}
section.section--newsall .section__header .section__back .btn span {
  float: left;
  position: relative;
  top: 1px;
  margin-right: 5px;
  margin-left: 0;
}
section.section--newsall .section__header .section__content {
  padding-top: 40px;
  text-align: center;
  max-width: 1000px;
  margin: 0 auto;
}
section.section--newsall .section__body {
  margin-bottom: 40px;
}
section.section--newsall .section__body .col-box {
  display: none;
}
section.section--newsall .section__body .shownew {
  display: block;
}
section.section--newsall .section__header .section__header__flex {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-direction: column;
      flex-direction: column;
}
@media (min-width: 720px) {
  section.section--newsall .section__header .section__header__flex {
    -ms-flex-direction: row;
        flex-direction: row;
  }
}
section.section--newsall .section__footer {
  padding: 20px;
  text-align: center;
}
section.section--results .section__body {
  margin-bottom: 40px;
  max-width: 1200px;
  margin: 0 auto;
}
section.section--results .section__header .section__header__flex {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-direction: column;
      flex-direction: column;
}
@media (min-width: 720px) {
  section.section--results .section__header .section__header__flex {
    -ms-flex-direction: row;
        flex-direction: row;
  }
}
section.section--results .section__footer {
  padding: 20px;
  text-align: center;
}
@media (min-width: 720px) {
  section.section--message .section__wrap {
    padding-bottom: 20px;
  }
}
section.section--message .section__header .section__content {
  padding-top: 0;
}
section.section--message .section__body {
  text-align: center;
}
section.section--message .section__body .section__description {
  position: relative;
  padding: 0 30px;
  max-width: 90%;
  margin: 0 auto;
}
@media (min-width: 720px) {
  section.section--message .section__body .section__description {
    padding: 0 80px;
  }
}
section.section--message .section__body .section__description:after {
  content: "“";
  position: absolute;
  top: -40px;
  left: 0;
  font-size: 120px;
  line-height: 120px;
  color: #0090b9;
}
@media (min-width: 720px) {
  section.section--message .section__body .section__description:after {
    font-size: 180px;
    line-height: 180px;
  }
}
section.section--message .section__body .section__description:before {
  content: "”";
  position: absolute;
  top: -30px;
  right: 0;
  font-size: 120px;
  line-height: 120px;
  color: #0090b9;
}
@media (min-width: 720px) {
  section.section--message .section__body .section__description:before {
    font-size: 180px;
    line-height: 180px;
  }
}
section.section--cases .section__header {
  max-width: 900px;
  margin: 0 auto;
  margin-bottom: 40px;
}
section.section--cases .section__body {
  margin-bottom: 60px;
}
section.section--cases .section__cases {
  max-width: 1200px;
  margin: 0 auto;
}
section.section--cases .section__cases .slide {
  padding: 20px;
}
section.section--text .section__body {
  position: relative;
  background-color: #fafafa;
  padding: 40px;
  border-radius: 40px;
  max-width: 1000px;
  margin: 0 auto;
}
section.section--text .section__body .section__image {
  position: absolute;
  top: -20px;
  right: -40px;
}
section.section--text .section__body .section__image--2 {
  position: absolute;
  left: -10px;
  bottom: -35px;
}
section.section--text .section__body .section__title {
  text-align: center;
  color: #4f2b83;
  margin-bottom: 20px;
}
section.section--text .section__body .section__description {
  text-align: center;
}
section.section--text .section__body .section__description:first-child {
  margin-bottom: 0;
}
section.section--content .section__description {
  width: 85%;
  margin: 0 auto;
  text-align: center;
}
section.section--content .section__comillas {
  position: absolute;
  top: 47px;
}
section.section--content .section__comillas span {
  display: inline-block;
  font-size: 200px;
  line-height: 200px;
  color: #0090b9;
}
section.section--content .section__comillas.section__comillas--right {
  right: 145px;
}
section.section--content .section__comillas.section__comillas--left {
  left: 145px;
}
section.section--contact {
  background-color: #fbfbfb;
  margin-top: 70px;
}
@media (min-width: 720px) {
  section.section--contact {
    margin-top: 140px;
  }
}
section.section--contact .section__header {
  position: relative;
}
section.section--contact .section__header .section__breadcrumb {
  margin-bottom: 20px;
  text-align: left;
  max-width: 70%;
}
@media (min-width: 720px) {
  section.section--contact .section__header .section__breadcrumb {
    margin-bottom: 40px;
  }
}
section.section--contact .section__header .section__breadcrumb a {
  color: #76777a;
  font-size: 14px;
  line-height: 22px;
}
section.section--contact .section__header .section__breadcrumb a.current {
  color: #b01f8c;
}
section.section--contact .section__header .section__back {
  position: absolute;
  top: 0;
  right: 0;
}
section.section--contact .section__header .section__back .btn {
  background-color: rgba(255,255,255,0);
  border-color: #818181;
  color: #818181;
  font-weight: 400;
}
section.section--contact .section__header .section__back .btn span {
  float: left;
  position: relative;
  top: 1px;
  margin-right: 5px;
  margin-left: 0;
}
section.section--contact .section__header .section__content {
  padding-top: 40px;
  text-align: center;
  max-width: 1000px;
  margin: 0 auto;
}
section.section--contact .section__body {
  max-width: 800px;
  margin: 0 auto;
}
section.section--contact .section__body .section__form {
  position: relative;
  padding: 10px;
  max-width: 600px;
  margin: 0 auto;
}
@media (min-width: 720px) {
  section.section--contact .section__body .section__form {
    padding: 20px;
  }
}
section.section--contact .section__body .section__form .form__button {
  text-align: center;
}
section.section--contact .section__body .section__form .form__button .btn {
  width: 100%;
}
section.section--contact .section__body .section__form .form__element span {
  font-style: italic;
  color: #b01f8c;
  font-size: 14px;
}
section.section--contact .section__body .section__form textarea {
  height: 200px;
}
section.section--media.section--media--top {
  margin-top: 70px;
}
@media (min-width: 720px) {
  section.section--media.section--media--top {
    margin-top: 140px;
  }
}
section.section--media .section__image {
  position: relative;
  margin-bottom: 20px;
}
@media (min-width: 720px) {
  section.section--media .section__image {
    margin-bottom: 0;
  }
}
section.section--media .section__image .section__image__circle {
  position: relative;
  width: 200px;
  height: 200px;
  line-height: 200px;
  text-align: center;
  border-radius: 50%;
  overflow: hidden;
  z-index: 3;
  box-shadow: rgba(0,0,0,0.05) 0px 6px 24px 0px, rgba(0,0,0,0.08) 0px 0px 0px 1px;
  margin: 0 auto;
  margin-bottom: 40px;
}
@media (min-width: 720px) {
  section.section--media .section__image .section__image__circle {
    width: 300px;
    height: 300px;
    line-height: 300px;
    text-align: center;
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: 0px;
  }
}
@media (min-width: 960px) {
  section.section--media .section__image .section__image__circle {
    width: 321px;
    height: 321px;
    line-height: 321px;
    text-align: center;
    border-radius: 50%;
    overflow: hidden;
  }
}
section.section--media .section__image .section__eff {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
}
section.section--media .section__image .section__eff img {
  width: 800px;
}
section.section--media .section__content {
  position: relative;
  color: #25215f;
  text-align: justify;
}
@media (min-width: 720px) {
  section.section--media .section__content {
    padding: 20px;
    padding-right: 40px;
  }
}
section.section--media .section__content h1 strong,
section.section--media .section__content h2 strong,
section.section--media .section__content h3 strong,
section.section--media .section__content h4 strong,
section.section--media .section__content h5 strong {
  color: #b01f8c;
}
section.section--media .section__content p,
section.section--media .section__content .section__description {
  color: #212121;
  opacity: 0.7;
  font-weight: 500;
  font-size: 18px;
  line-height: 32px;
}
section.section--media .section__content blockquote {
  font-style: italic;
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
}
@media (min-width: 720px) {
  section.section--media .section__content blockquote {
    font-size: 20px;
    line-height: 32px;
  }
}
section.section--media .section__content .section__price {
  font-size: 32px;
  line-height: 43px;
  color: #00a88b;
  font-weight: bold;
  margin-bottom: 20px;
}
section.section--media .section__content .section__price span {
  color: #888;
  font-size: 14px;
  font-weight: normal;
}
@media (min-width: 720px) {
  section.section--media .section__content .section__price {
    font-size: 36px;
    line-height: 48px;
  }
}
section.section--media .section__content .section__iva {
  font-size: 12px;
  line-height: 12px;
  color: #888;
  margin: -13px 0px 15px;
}
section.section--media .section__content .section__info {
  font-size: 13px;
  line-height: 22px;
  margin-bottom: 20px;
  font-style: italic;
  color: #502c84;
}
section.section--media.section--media--alliances {
  background-color: #fff;
}
section.section--media.section--media--alliances .section__eff {
  position: absolute;
  top: 0px;
  left: -200px;
  opacity: 0.1;
}
@media (min-width: 720px) {
  section.section--media.section--media--alliances .section__eff {
    bottom: initial;
    top: 60px;
    opacity: 1;
    width: 800px;
  }
}
section.section--media.section--media--alliances .section__eff img {
  width: 800px;
}
section.section--media.section--media--alliances .section__wrap {
  border-bottom: 1px solid rgba(0,0,0,0.1);
}
section.section--media.section--media--alliances .section__avatar {
  position: relative;
  z-index: 3;
  margin: 0 auto;
  margin-bottom: 40px;
}
@media (min-width: 720px) {
  section.section--media.section--media--alliances .section__avatar {
    margin-bottom: 0px;
  }
}
section.section--media.section--media--alliances .section__body__body {
  position: relative;
}
@media (min-width: 720px) {
  section.section--media.section--media--alliances .section__body__body {
    padding: 20px;
  }
}
section.section--media.section--media--alliances .section__body__body .section__title {
  margin-bottom: 30px;
  max-width: 80%;
  position: relative;
}
section.section--media.section--media--alliances .section__body__body .section__disclaimer {
  font-size: 13px;
  font-style: italic;
  color: #502c84;
}
section.section--media.section--media--alliances .section__body__body ul {
  list-style: none;
}
section.section--media.section--media--alliances .section__body__body ul li {
  margin-bottom: 10px;
}
section.section--media.section--media--alliances .section__body__body ul li:before {
  content: "✓";
}
section.section--media.section--media--alliances .section__content {
  position: relative;
}
@media (min-width: 720px) {
  section.section--media.section--media--alliances .section__content {
    padding: 20px;
  }
}
section.section--media.section--media--alliances .section__content .section__title {
  margin-bottom: 30px;
  max-width: 80%;
  position: relative;
}
section.section--media.section--media--alliances .section__content .section__title:after {
  content: "”";
  position: absolute;
  top: 80px;
  right: -80px;
  color: #0090b9;
  font-size: 250px;
}
section.section--media.section--media--alliances .section__content blockquote {
  font-style: italic;
  font-size: 18px;
  line-height: 30px;
  font-weight: 300;
}
@media (min-width: 720px) {
  section.section--media.section--media--alliances .section__content blockquote {
    font-size: 18px;
    line-height: 32px;
  }
}
section.section--cart {
  margin-top: 70px;
  background-color: #fbfbfb;
}
@media (min-width: 720px) {
  section.section--cart {
    margin-top: 140px;
  }
}
section.section--cart.section--invoice .section__body .section__buttons {
  display: none;
}
section.section--cart.section--invoice .section__body .section__buttons.section__buttons--show {
  display: -ms-flexbox !important;
  display: flex !important;
}
section.section--cart.section--cart--new .section__wrap {
  max-width: 100%;
}
section.section--cart.section--cart--new .section__body.section__body--xs {
  max-width: 100%;
  margin: 0 auto;
}
section.section--cart.section--cart--new .section__body .section__payment.section__payment--block {
  position: relative;
  opacity: 1;
}
section.section--cart.section--cart--new .section__body .section__payment.section__payment--block:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0);
  z-index: 2;
}
section.section--cart.section--cart--new .section__body .section__payment.section__payment--block .section__number {
  background-color: #76777a !important;
}
section.section--cart.section--cart--new .section__body .section__result.section__result--block {
  position: relative;
  opacity: 1;
}
section.section--cart.section--cart--new .section__body .section__result.section__result--block .section__buttons {
  position: relative;
  opacity: 1;
}
section.section--cart.section--cart--new .section__body .section__result.section__result--block .section__buttons:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background-color: rgba(0,0,0,0);
  z-index: 2;
}
section.section--cart.section--cart--new .section__body .section__result.section__result--block .section__number {
  background-color: #76777a !important;
}
section.section--cart.section--cart--new .section__body .section__form.section__form--block {
  position: relative;
  opacity: 1;
}
section.section--cart.section--cart--new .section__body .section__form.section__form--block:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0);
  z-index: 2;
}
section.section--cart.section--cart--new .section__body .section__form.section__form--block .section__number {
  background-color: #76777a !important;
}
section.section--cart.section--cart--new .section__body .section__form.section__form--block .select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #d6d6d6 !important;
}
section.section--cart.section--cart--new .section__body .section__form .section__form__header .section__title {
  font-size: 18px;
  line-height: 24px;
}
section.section--cart.section--cart--new .section__body .section__form .section__form__product .section__form__product__header .section__title {
  max-width: 100%;
}
section.section--cart.section--cart--new .section__body .section__form__product__item {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(0,0,0,0.1);
}
section.section--cart.section--cart--new .section__body .section__form__product__item.section__form__product__item--current--block {
  position: relative;
  opacity: 1;
}
section.section--cart.section--cart--new .section__body .section__form__switch {
  margin-bottom: 10px;
}
section.section--cart.section--cart--new .section__body .section__form__switch .section__form__switch__text {
  font-size: 16px;
}
section.section--cart.section--cart--new .section__body .section__form__switch .switch label {
  cursor: pointer;
  text-indent: -9999px;
  width: 45px;
  height: 25px;
  display: block;
  border-radius: 100px;
  position: relative;
}
section.section--cart.section--cart--new .section__body .section__form__switch .switch label:after {
  width: 18px;
  height: 18px;
}
section.section--cart.section--cart--new .section__body .section__form--products.current {
  border: 1px solid #b01f8c;
}
section.section--cart.section--cart--new .section__body .section__form--billing.current {
  border: 1px solid #b01f8c;
}
section.section--cart.section--cart--new .section__body .section__payment.current,
section.section--cart.section--cart--new .section__body .section__result.current {
  border: 1px solid #b01f8c;
}
section.section--cart .section__header .section__breadcrumb {
  margin-bottom: 40px;
  text-align: left;
}
section.section--cart .section__header .section__breadcrumb a {
  color: #76777a;
  font-size: 14px;
  line-height: 22px;
}
section.section--cart .section__header .section__breadcrumb a.current {
  color: #b01f8c;
}
section.section--cart .section__header .section__title {
  text-align: center;
}
section.section--cart .section__header .section__info {
  color: #212121;
  box-shadow: rgba(0,0,0,0.05) 0px 6px 24px 0px, rgba(0,0,0,0.08) 0px 0px 0px 1px;
  padding: 10px;
  border-radius: 5px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  text-align: left;
  margin-bottom: 40px;
  margin-top: 40px;
}
section.section--cart .section__header .section__info .section__image {
  width: 100px;
  height: 100px;
  line-height: 100px;
  text-align: center;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 20px;
  min-width: 100px;
}
section.section--cart .section__header .section__info .section__image img {
  width: 100px;
}
section.section--cart .section__header .section__cart .section__icon {
  margin-bottom: 20px;
}
section.section--cart .section__header .section__cart .section__icon img {
  width: 70px;
}
section.section--cart .section__header .section__steps {
  position: relative;
  max-width: 600px;
  margin: 0 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-bottom: 40px;
}
section.section--cart .section__header .section__steps.section__steps--2:before {
  width: 45%;
}
section.section--cart .section__header .section__steps.section__steps--3:before {
  width: 95%;
}
section.section--cart .section__header .section__steps:after {
  content: "";
  position: absolute;
  top: 25px;
  left: 10px;
  width: 95%;
  height: 5px;
  background-color: rgba(0,0,0,0.1);
  z-index: 1;
}
section.section--cart .section__header .section__steps:before {
  content: "";
  position: absolute;
  top: 25px;
  left: 10px;
  width: 0%;
  height: 5px;
  background-color: #b01f8c;
  z-index: 2;
}
section.section--cart .section__header .section__steps .section__step {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  margin: 0 2px;
  max-width: 50px;
  text-align: center;
  z-index: 3;
}
section.section--cart .section__header .section__steps .section__step.section__step--current .section__step__number {
  background-color: #b01f8c;
  color: #fff;
}
section.section--cart .section__header .section__steps .section__step .section__step__number {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 50%;
  overflow: hidden;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  background-color: #fff;
  color: #b01f8c;
  border: 2px solid #b01f8c;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
}
section.section--cart .section__header .section__steps .section__step .section__step__text {
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
}
section.section--cart .section__body {
  display: none;
}
section.section--cart .section__body.section__body--show {
  display: block;
}
section.section--cart .section__body.section__body--xs {
  max-width: 700px;
  margin: 0 auto;
}
section.section--cart .section__body .section__init {
  color: #212121;
  box-shadow: rgba(0,0,0,0.05) 0px 6px 24px 0px, rgba(0,0,0,0.08) 0px 0px 0px 1px;
  background-color: #fff;
  padding: 20px;
  border-radius: 5px;
  margin-bottom: 20px;
}
section.section--cart .section__body .section__init .section__init__header {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(0,0,0,0.1);
}
section.section--cart .section__body .section__init .section__init__body .section__buttons {
  -ms-flex-direction: column;
      flex-direction: column;
  padding: 0;
}
section.section--cart .section__body .section__init .section__init__body .section__buttons .btn:first-child {
  margin-bottom: 10px;
}
section.section--cart .section__body .section__buttons a {
  font-weight: 500;
}
section.section--cart .section__body .section__form__switch {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding: 10px;
  border: 1px solid rgba(0,0,0,0.1);
  border-radius: 12px;
}
section.section--cart .section__body .section__form__switch .section__form__switch__text {
  font-size: 12px;
  line-height: 16px;
  margin-bottom: 0;
}
section.section--cart .section__body .section__form {
  color: #212121;
  box-shadow: rgba(0,0,0,0.05) 0px 6px 24px 0px, rgba(0,0,0,0.08) 0px 0px 0px 1px;
  background-color: #fff;
  padding: 10px;
  margin-bottom: 20px;
  border-radius: 5px;
}
@media (min-width: 720px) {
  section.section--cart .section__body .section__form {
    padding: 20px 10px;
  }
}
section.section--cart .section__body .section__form .section__form__header {
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(0,0,0,0.1);
}
section.section--cart .section__body .section__form .section__form__header .section__form__header__flex {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 10px;
}
section.section--cart .section__body .section__form .section__form__header .section__form__header__flex .section__number {
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  border-radius: 50%;
  overflow: hidden;
  min-width: 25px;
  background-color: #00a88b;
  color: #fff;
  margin-right: 10px;
  font-weight: bold;
}
section.section--cart .section__body .section__form .section__form__header .section__form__header__flex .section__title {
  margin-bottom: 0;
}
section.section--cart .section__body .section__form .section__form__body {
  margin-bottom: 10px;
}
section.section--cart .section__body .section__form .section__form__body .form__button {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  min-height: 60px;
}
@media (min-width: 720px) {
  section.section--cart .section__body .section__form .section__form__body .form__button {
    -ms-flex-align: end;
        align-items: flex-end;
  }
}
section.section--cart .section__body .section__form .section__form__body .form__button .btn img {
  position: relative;
  top: 1px;
  float: right;
  margin-left: 10px;
}
section.section--cart .section__body .section__form .section__form__body .form__buttons {
  margin-top: 10px;
  margin-bottom: 10px;
}
section.section--cart .section__body .section__form .section__form__body .form__buttons .btn {
  max-width: 100%;
  width: 100%;
}
section.section--cart .section__body .section__form .section__form__body .form__buttons .form__alert {
  display: none;
  background-color: #b01f8c;
  color: #fff;
  padding: 5px;
  margin-bottom: 10px;
  text-align: center;
  border-radius: 5px;
}
section.section--cart .section__body .section__form .section__form__body .form__buttons .form__alert.form__alert--show {
  display: block;
}
section.section--cart .section__body .section__form .section__form__body .form__buttons .form__alert p {
  margin-bottom: 10px;
}
section.section--cart .section__body .section__form .section__form__body .form__buttons .form__alert a {
  text-decoration: underline;
}
section.section--cart .section__body .section__form .section__form__body .form__buttons .form__alert p,
section.section--cart .section__body .section__form .section__form__body .form__buttons .form__alert a {
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 0;
  font-weight: 500;
  color: #fff;
}
section.section--cart .section__body .section__form .section__form__body .form__buttons .form__alert .fa {
  margin-right: 10px;
}
section.section--cart .section__body .section__form .section__form__body .form__buttons .form__alert p {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 18px;
}
section.section--cart .section__body .section__form .section__form__footer .section__message {
  color: #a71d81;
  font-weight: 600;
}
section.section--cart .section__body .section__form .section__form__product {
  overflow: hidden;
  position: relative;
  background-color: #fff;
  padding: 0px;
  margin-bottom: 10px;
  box-shadow: 0px 0px 6px rgba(0,0,0,0.102);
  border: 1px solid #e5e5e5;
  border-radius: 10px;
  margin-bottom: 20px;
}
section.section--cart .section__body .section__form .section__form__product .section__form__product__header {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  padding: 14px 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 5px;
}
section.section--cart .section__body .section__form .section__form__product .section__form__product__header .section__title {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 22px;
  font-weight: 300;
  max-width: 70%;
  margin-right: 10px;
}
@media (min-width: 720px) {
  section.section--cart .section__body .section__form .section__form__product .section__form__product__header .section__title {
    margin-right: 0;
  }
}
section.section--cart .section__body .section__form .section__form__product .section__form__product__header .section__elements {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
section.section--cart .section__body .section__form .section__form__product .section__form__product__header .section__elements.section__elements--nonetrash .section__steps {
  border-right: none;
  margin-right: 0px;
  padding-right: 0px;
}
section.section--cart .section__body .section__form .section__form__product .section__form__product__header .section__steps {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
  -ms-flex-align: center;
      align-items: center;
  margin-right: 10px;
  padding-right: 10px;
  border-right: 1px solid rgba(0,0,0,0.1);
}
@media (min-width: 720px) {
  section.section--cart .section__body .section__form .section__form__product .section__form__product__header .section__steps {
    margin-right: 20px;
    padding-right: 20px;
  }
}
section.section--cart .section__body .section__form .section__form__product .section__form__product__header .section__steps .section__step {
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  border-radius: 50%;
  overflow: hidden;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  background-color: #e4e4e4;
  color: #959595;
  margin: 0 3px;
}
@media (min-width: 720px) {
  section.section--cart .section__body .section__form .section__form__product .section__form__product__header .section__steps .section__step {
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 5px;
  }
}
section.section--cart .section__body .section__form .section__form__product .section__form__product__header .section__steps .section__step span {
  font-weight: bold;
  font-size: 12px;
  line-height: 16px;
}
section.section--cart .section__body .section__form .section__form__product .section__form__product__header .section__steps .section__step.section__step--current {
  background-color: #00a88b;
  color: #fff;
  box-shadow: 0px 0px 6px rgba(0,0,0,0.161);
}
section.section--cart .section__body .section__form .section__form__product .section__form__product__header .section__trash:hover span {
  color: #ea5455;
}
section.section--cart .section__body .section__form .section__form__product .section__form__product__header .section__trash span {
  color: #76777a;
  font-size: 16px;
  transition: 0.2s;
}
@media (min-width: 720px) {
  section.section--cart .section__body .section__form .section__form__product .section__form__product__header .section__trash span {
    font-size: 24px;
  }
}
section.section--cart .section__body .section__form .section__form__product .section__form__product__header .section__form__product__number {
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  border-radius: 50%;
  overflow: hidden;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  background-color: #00a88b;
  color: #fff;
  margin-right: 20px;
  font-weight: bold;
  font-size: 14px;
  line-height: 18px;
}
section.section--cart .section__body .section__form .section__form__product .section__form__product__body {
  padding: 10px;
}
section.section--cart .section__body .section__form .section__form__product .section__form__product__body .btn {
  font-weight: 400;
}
section.section--cart .section__body .section__form .section__form__product .section__form__product__body .section__infonotario {
  padding: 10px;
}
section.section--cart .section__body .section__form .section__form__product .section__form__product__body .section__infonotario .section__title {
  margin-bottom: 0;
}
section.section--cart .section__body .section__form .section__form__product .section__loaderproduct {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
section.section--cart .section__body .section__form .section__form__product .section__loaderproduct .loader {
  background-color: rgba(176,31,140,0.6);
}
section.section--cart .section__body .section__form .section__form__product .section__form__product__item {
  display: none;
}
section.section--cart .section__body .section__form .section__form__product .section__form__product__item.section__form__product__item--current {
  display: block;
}
section.section--cart .section__body .section__form .section__form__product .section__form__product__item .section__form__product__payment__header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 30px;
  padding: 0 10px;
}
section.section--cart .section__body .section__form .section__form__product .section__form__product__item .section__form__product__payment__header .section__title {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
section.section--cart .section__body .section__form .section__form__product .section__form__product__item .section__form__product__payment__header .section__form__switch {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding: 10px;
  border: 1px solid rgba(0,0,0,0.1);
  border-radius: 12px;
}
section.section--cart .section__body .section__form .section__form__product .section__form__product__item .section__form__product__payment__header .section__form__switch .section__form__switch__text {
  font-size: 12px;
  line-height: 16px;
  margin-bottom: 0;
}
section.section--cart .section__body .section__form .section__form__product .section__form__product__item .section__title {
  margin-bottom: 30px;
  font-weight: 300;
}
section.section--cart .section__body .section__form .section__form__product .section__form__product__item .form__buttons {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
section.section--cart .section__body .section__form .section__form__product .section__form__product__item .form__buttons .btn {
  margin: 5px 0;
}
section.section--cart .section__body .section__form .section__form__product .section__form__product__item .section__form__product__resumen {
  padding: 10px;
  margin-bottom: 20px;
}
section.section--cart .section__body .section__form .section__form__product .section__form__product__item .section__form__product__resumen .section__form__product__finish .section__form__product__header {
  display: block;
  text-align: center;
  background-color: #fff;
  max-width: 500px;
  margin: 0 auto;
}
section.section--cart .section__body .section__form .section__form__product .section__form__product__item .section__form__product__resumen .section__form__product__finish .section__form__product__header .section__form__product__icon {
  margin-bottom: 10px;
}
section.section--cart .section__body .section__form .section__form__product .section__form__product__item .section__form__product__resumen .section__form__product__finish .section__form__product__header .section__form__product__icon img {
  width: 60px;
}
section.section--cart .section__body .section__form .section__form__product .section__form__product__item .section__form__product__resumen .section__form__product__finish .section__form__product__body {
  height: 350px;
  overflow-y: scroll;
  overflow-x: hidden;
}
section.section--cart .section__body .section__form .section__form__product .section__form__product__item .section__form__product__resumen .section__form__product__finish .section__form__product__body::-webkit-scrollbar {
  width: 5px;
}
section.section--cart .section__body .section__form .section__form__product .section__form__product__item .section__form__product__resumen .section__form__product__finish .section__form__product__body::-webkit-scrollbar-track {
  background-color: #fbfbfb;
}
section.section--cart .section__body .section__form .section__form__product .section__form__product__item .section__form__product__resumen .section__form__product__finish .section__form__product__body::-webkit-scrollbar-thumb {
  background-color: #4f2b83;
  border-radius: 5px;
}
section.section--cart .section__body .section__form .section__form__product .section__form__product__item .section__form__product__resumen .section__form__product__finish .section__form__product__body table {
  display: block;
  width: 100%;
  text-align: left;
  border-collapse: collapse;
  overflow-x: auto;
  white-space: nowrap;
  background-color: #fff;
}
@media (min-width: 960px) {
  section.section--cart .section__body .section__form .section__form__product .section__form__product__item .section__form__product__resumen .section__form__product__finish .section__form__product__body table {
    display: table;
    overflow: initial;
    white-space: initial;
  }
}
section.section--cart .section__body .section__form .section__form__product .section__form__product__item .section__form__product__resumen .section__form__product__finish .section__form__product__body table thead th {
  padding: 10px;
}
section.section--cart .section__body .section__form .section__form__product .section__form__product__item .section__form__product__resumen .section__form__product__finish .section__form__product__body table tbody tr {
  background-color: #f5f5f5;
  border-bottom: 1px solid #fff;
}
section.section--cart .section__body .section__form .section__form__product .section__form__product__item .section__form__product__resumen .section__form__product__finish .section__form__product__body table tbody td {
  padding: 15px;
  font-size: 14px;
  line-height: 18px;
  width: 100%;
  max-width: 50%;
}
section.section--cart .section__body .section__form .section__form__product .section__form__product__item .section__form__product__resumen .section__form__product__finish .section__form__product__body table tbody td:first-child {
  font-weight: 500;
}
section.section--cart .section__body .section__form .section__form__product .section__form__product__item .section__form__product__resumen .section__form__product__finish .section__form__product__body table tbody td:last-child {
  text-align: right;
}
section.section--cart .section__body .section__form .section__form__switch {
  padding: 10px;
  border-radius: 5px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
section.section--cart .section__body .section__payment {
  color: #212121;
  box-shadow: rgba(0,0,0,0.05) 0px 6px 24px 0px, rgba(0,0,0,0.08) 0px 0px 0px 1px;
  background-color: #fff;
  padding: 20px 10px;
  border-radius: 5px;
  margin-bottom: 40px;
}
section.section--cart .section__body .section__payment .section__payment__header {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(0,0,0,0.1);
}
section.section--cart .section__body .section__payment .section__payment__header .section__payment__header__flex {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
section.section--cart .section__body .section__payment .section__payment__header .section__payment__header__flex .section__number {
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  border-radius: 50%;
  overflow: hidden;
  background-color: #00a88b;
  color: #fff;
  margin-right: 10px;
  font-weight: bold;
}
section.section--cart .section__body .section__payment .section__payment__header .section__payment__header__flex .section__title {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 24px;
}
section.section--cart .section__body .section__payment .section__payment__body {
  margin-bottom: 10px;
}
section.section--cart .section__body .section__payment .section__payment__body .section__payment__options {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin-bottom: 20px;
}
section.section--cart .section__body .section__payment .section__payment__body .section__payment__options .section__payment__option {
  padding: 10px;
  border: 1px solid rgba(0,0,0,0.1);
  border-radius: 5px;
  width: 100%;
  text-align: center;
}
section.section--cart .section__body .section__payment .section__payment__body .section__payment__options .section__payment__option.section__payment__option--selected {
  border-color: #00a88b;
}
section.section--cart .section__body .section__payment .section__payment__body .section__payment__options .section__payment__option:first-child {
  margin-right: 10px;
}
section.section--cart .section__body .section__payment .section__payment__body .section__payment__options .section__payment__option .section__payment__icon {
  width: 100px;
  margin: 0 auto;
  margin-bottom: 5px;
}
section.section--cart .section__body .section__payment .section__payment__body .section__payment__options .section__payment__option input {
  position: relative;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  margin-right: 10px;
  transition: 0.05s;
  background-color: #d0d0d0;
}
section.section--cart .section__body .section__payment .section__payment__body .section__payment__options .section__payment__option input:checked {
  background-color: #f2f2f2;
  border: 7px solid #00a88b;
}
section.section--cart .section__body .section__print {
  color: #212121;
  box-shadow: rgba(0,0,0,0.05) 0px 6px 24px 0px, rgba(0,0,0,0.08) 0px 0px 0px 1px;
  background-color: #fff;
  padding: 20px;
  border-radius: 5px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}
section.section--cart .section__body .section__print .section__icon {
  margin-right: 10px;
}
section.section--cart .section__body .section__print .section__icon img {
  width: 40px;
}
section.section--cart .section__body .section__print .section__text {
  font-weight: 600;
}
section.section--cart .section__body .section__ticket {
  padding: 20px;
  margin-bottom: 20px;
  background: #f5f5f5;
  box-shadow: 0px 3px 6px rgba(0,0,0,0.102);
  border: 1px solid #f5f5f5;
  border-radius: 7px;
}
section.section--cart .section__body .section__ticket .section__ticket__flex {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
section.section--cart .section__body .section__ticket .section__ticket__flex .section__ticket__info {
  max-width: 70%;
}
section.section--cart .section__body .section__ticket .section__ticket__flex .section__ticket__info p {
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  font-style: italic;
  color: #797979;
}
section.section--cart .section__body .section__ticket .section__ticket__flex .section__number span {
  color: #502c84;
  font-size: 28px;
  line-height: 36px;
  font-weight: bold;
}
section.section--cart .section__body .section__result {
  color: #212121;
  background-color: #fff;
  padding: 20px;
  border-radius: 5px;
  margin-bottom: 20px;
  box-shadow: 0px 3px 6px rgba(0,0,0,0.102);
  border: 1px solid #d6d6d6;
}
section.section--cart .section__body .section__result .section__result__header {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(0,0,0,0.1);
  text-align: left;
}
section.section--cart .section__body .section__result .section__result__header .section__result__header__flex {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 10px;
}
section.section--cart .section__body .section__result .section__result__header .section__result__header__flex .section__number {
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  border-radius: 50%;
  overflow: hidden;
  min-width: 25px;
  background-color: #00a88b;
  color: #fff;
  margin-right: 10px;
  font-weight: bold;
}
section.section--cart .section__body .section__result .section__result__header .section__result__header__flex .section__title {
  margin-bottom: 0;
}
section.section--cart .section__body .section__result .section__result__header .section__orden {
  padding: 5px;
  border: 1px solid rgba(0,0,0,0.1);
  margin: 20px 0;
}
section.section--cart .section__body .section__result .section__result__header .section__orden h4 {
  margin-bottom: 0;
  color: #4f2b83;
  font-weight: bold;
}
section.section--cart .section__body .section__result .section__result__header .section__orden span {
  display: block;
  font-weight: 500;
}
section.section--cart .section__body .section__result .section__result__body {
  margin-bottom: 10px;
}
section.section--cart .section__body .section__result .section__result__body .section__result__products {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(0,0,0,0.1);
  width: 100%;
  overflow-x: scroll;
}
@media (min-width: 960px) {
  section.section--cart .section__body .section__result .section__result__body .section__result__products {
    overflow-x: initial;
  }
}
section.section--cart .section__body .section__result .section__result__body .section__result__products .section__labels {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  font-size: 12px;
  font-weight: bold;
  padding: 0px 10px;
}
section.section--cart .section__body .section__result .section__result__body .section__result__products .section__labels .section__info {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  gap: 65px;
  min-width: 280px;
}
section.section--cart .section__body .section__result .section__result__body .section__result__products .section__labels .section__info .section__guaranty {
  min-width: 64px;
}
section.section--cart .section__body .section__result .section__result__body .section__result__products .section__product {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 2px;
  background: #f5f5f5 0% 0% no-repeat padding-box;
  padding: 13px;
}
section.section--cart .section__body .section__result .section__result__body .section__result__products .section__product:last-child {
  margin-bottom: 0;
}
section.section--cart .section__body .section__result .section__result__body .section__result__products .section__product p {
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 0;
}
section.section--cart .section__body .section__result .section__result__body .section__result__products .section__product .section__name {
  display: inline-block;
  font-size: 14px;
  margin-right: 20px;
}
section.section--cart .section__body .section__result .section__result__body .section__result__products .section__product .section__info {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  gap: 65px;
}
section.section--cart .section__body .section__result .section__result__body .section__result__products .section__product .section__info .section__guaranty {
  min-width: 63.22px;
  text-align: center;
}
section.section--cart .section__body .section__result .section__result__body .section__result__desc {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(0,0,0,0.1);
}
section.section--cart .section__body .section__result .section__result__body .section__result__desc .section__result__desc__delete {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  margin-top: 10px;
  background-color: #f5f5f5;
  padding: 10px 10px;
  padding-bottom: 30px;
}
section.section--cart .section__body .section__result .section__result__body .section__result__desc .section__result__desc__delete p {
  margin-bottom: 0;
}
section.section--cart .section__body .section__result .section__result__body .section__result__desc .section__result__desc__delete span {
  padding: 2px 10px;
  background-color: #e5e5e5;
  border-radius: 5px;
  border-radius: 50px;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: bold;
  color: #b01f8c;
}
section.section--cart .section__body .section__result .section__result__body .section__result__desc .section__result__desc__delete .section__result__desc__delete__button {
  background-color: #fff;
  color: #b01f8c;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  border-radius: 50%;
  overflow: hidden;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  font-size: 14px;
  cursor: pointer;
}
section.section--cart .section__body .section__result .section__result__body .section__result__desc .section__result__desc__delete .section__result__desc__delete__button span {
  background-color: #fff;
}
section.section--cart .section__body .section__result .section__result__body .section__result__desc .section__result__desc__delete .section__result__desc__delete__message {
  position: absolute;
  bottom: 5px;
  left: 0;
  padding: 0px 10px;
  text-align: center;
}
section.section--cart .section__body .section__result .section__result__body .section__result__desc .section__result__desc__delete .section__result__desc__delete__message p {
  font-size: 12px;
  line-height: 16px;
}
section.section--cart .section__body .section__result .section__result__body .section__result__desc .form__element {
  position: relative;
}
section.section--cart .section__body .section__result .section__result__body .section__result__desc .form__element .form__button {
  position: absolute;
  top: 25px;
  right: 5px;
  z-index: 2;
}
section.section--cart .section__body .section__result .section__result__body .section__result__desc .form__element .form__button .btn {
  font-size: 12px;
  line-height: 16px;
  padding: 5px 10px;
  min-width: 150px;
}
section.section--cart .section__body .section__result .section__result__footer .section__total .section__name,
section.section--cart .section__body .section__result .section__result__footer .section__total .section__value {
  color: #4f2b83;
  font-size: 18px !important;
  line-height: 24px !important;
}
section.section--cart .section__body .section__result .section__result__footer .section__subtotal,
section.section--cart .section__body .section__result .section__result__footer .section__total {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
}
section.section--cart .section__body .section__result .section__result__footer .section__subtotal .section__name,
section.section--cart .section__body .section__result .section__result__footer .section__total .section__name,
section.section--cart .section__body .section__result .section__result__footer .section__subtotal .section__value,
section.section--cart .section__body .section__result .section__result__footer .section__total .section__value {
  font-size: 14px;
  line-height: 18px;
}
section.section--cart .section__body .section__result .section__result__footer .section__subtotal.section__total--cart2 .section__name,
section.section--cart .section__body .section__result .section__result__footer .section__total.section__total--cart2 .section__name,
section.section--cart .section__body .section__result .section__result__footer .section__subtotal.section__total--cart2 .section__value,
section.section--cart .section__body .section__result .section__result__footer .section__total.section__total--cart2 .section__value {
  font-size: 18px;
  font-weight: 500;
  color: #502c84;
}
section.section--cart .section__body .section__result .section__result__footer .section__total {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid rgba(0,0,0,0.1);
  font-weight: bold;
}
section.section--cart .section__body .section__buttons {
  margin-top: 10px;
  padding: 5px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
}
section.section--cart .section__body .section__buttons form {
  width: 100%;
}
section.section--cart .section__body .section__buttons .section__alert {
  display: none;
  background-color: #b01f8c;
  color: #fff;
  padding: 5px;
  margin-bottom: 10px;
  text-align: center;
  border-radius: 5px;
  width: 100%;
}
section.section--cart .section__body .section__buttons .section__alert.section__alert--show {
  display: block;
}
section.section--cart .section__body .section__buttons .section__alert p {
  margin-bottom: 10px;
}
section.section--cart .section__body .section__buttons .section__alert a {
  text-decoration: underline;
}
section.section--cart .section__body .section__buttons .section__alert p,
section.section--cart .section__body .section__buttons .section__alert a {
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 0;
  font-weight: 500;
  color: #fff;
}
section.section--cart .section__body .section__buttons .section__alert .fa {
  margin-right: 10px;
}
section.section--cart .section__body .section__buttons .section__alert p {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 18px;
}
section.section--cart .section__body .section__buttons .btn {
  margin: 5px;
  min-width: initial;
  width: 100%;
  border-color: #a23388;
}
section.section--cart .section__body .section__products {
  color: #212121;
  box-shadow: 0px 3px 6px rgba(0,0,0,0.102);
  border: 1px solid #d6d6d6;
  background-color: #fff;
  padding: 10px;
  border-radius: 5px;
}
@media (min-width: 720px) {
  section.section--cart .section__body .section__products {
    padding: 20px;
  }
}
section.section--cart .section__body .section__products .section__product__header {
  padding-bottom: 10px;
}
section.section--cart .section__body .section__products .section__product__footer .btn {
  max-width: 100%;
  width: 100%;
}
section.section--share .section__wrap {
  padding: 0px;
}
section.section--share .section__body {
  border-top: 2px solid rgba(0,0,0,0.1);
  max-width: 900px;
  margin: 0 auto;
}
section.section--share .section__body .section__social {
  padding: 40px;
}
section.section--red .section__lists .section__lists__header {
  margin-bottom: 40px;
}
section.section--red .section__lists .section__lists__header .section__lists__filters .section__filter {
  display: inline-block;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 18px;
  background-color: transparent;
  border: 1px solid #502c84;
  color: #502c84;
  margin: 5px;
  border-radius: 25px;
  cursor: pointer;
  transition: 0.3s;
}
section.section--red .section__lists .section__lists__header .section__lists__filters .section__filter.current {
  background-color: #502c84;
  color: #fff;
}
section.section--red .section__lists .section__lists__header .section__lists__filters .section__filter:hover {
  background-color: #502c84;
  color: #fff;
}
section.section--red .tab__header {
  border-bottom: 1px solid #000;
}
section.section--red .section__map {
  padding: 20px;
  box-shadow: rgba(0,0,0,0.05) 0px 6px 24px 0px, rgba(0,0,0,0.08) 0px 0px 0px 1px;
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 500px;
}
@media (min-width: 720px) {
  section.section--red .section__map {
    height: 800px;
  }
}
section.section--red .section__map .section__map__map {
  width: 100%;
  height: 500px;
}
@media (min-width: 720px) {
  section.section--red .section__map .section__map__map {
    height: 800px;
  }
}
section.section--red .section__map .section__map__map .marker {
  background-image: url("../img/icons/pin.svg");
  background-size: cover;
  width: 40px;
  height: 40px;
  cursor: pointer;
}
section.section--red .section__map .section__map__map #mapglobal,
section.section--red .section__map .section__map__map canvas {
  height: 500px;
}
@media (min-width: 720px) {
  section.section--red .section__map .section__map__map #mapglobal,
  section.section--red .section__map .section__map__map canvas {
    height: 800px;
  }
}
section.section--tutoriales {
  margin-top: 70px;
}
@media (min-width: 720px) {
  section.section--tutoriales {
    margin-top: 140px;
  }
}
section.section--tutoriales .section__header {
  position: relative;
}
section.section--tutoriales .section__header .section__breadcrumb {
  margin-bottom: 20px;
  text-align: left;
  max-width: 70%;
}
@media (min-width: 720px) {
  section.section--tutoriales .section__header .section__breadcrumb {
    margin-bottom: 40px;
  }
}
section.section--tutoriales .section__header .section__breadcrumb a {
  color: #76777a;
  font-size: 14px;
  line-height: 22px;
}
section.section--tutoriales .section__header .section__breadcrumb a.current {
  color: #b01f8c;
}
section.section--tutoriales .section__header .section__back {
  position: absolute;
  top: 0;
  right: 0;
}
section.section--tutoriales .section__header .section__back .btn {
  background-color: #fff;
  border: 1px solid #818181;
  color: #818181;
  font-weight: 400;
}
section.section--tutoriales .section__header .section__back .btn span {
  float: left;
  position: relative;
  top: 1px;
  margin-right: 5px;
  margin-left: 0;
}
section.section--tutoriales .section__header .section__content {
  padding-top: 40px;
  text-align: center;
  max-width: 1000px;
  margin: 0 auto;
}
section.section--singlenew {
  background-color: #fbfbfb;
  margin-top: 70px;
}
@media (min-width: 720px) {
  section.section--singlenew {
    margin-top: 140px;
  }
}
section.section--singlenew .section__loader .loader {
  z-index: 50;
}
section.section--singlenew .section__header {
  position: relative;
}
section.section--singlenew .section__header .section__breadcrumb {
  margin-bottom: 20px;
  text-align: left;
  max-width: 70%;
}
@media (min-width: 720px) {
  section.section--singlenew .section__header .section__breadcrumb {
    margin-bottom: 40px;
  }
}
section.section--singlenew .section__header .section__breadcrumb a {
  color: #76777a;
  font-size: 14px;
  line-height: 22px;
}
section.section--singlenew .section__header .section__breadcrumb a.current {
  color: #b01f8c;
}
section.section--singlenew .section__header .section__back {
  position: absolute;
  top: 0;
  right: 0;
}
section.section--singlenew .section__header .section__back .btn {
  background-color: transparent;
  border: 1px solid #818181;
  color: #818181;
  font-weight: 400;
}
section.section--singlenew .section__header .section__back .btn span {
  float: left;
  position: relative;
  top: 1px;
  margin-right: 5px;
  margin-left: 0;
}
section.section--singlenew .section__header .section__content {
  padding-top: 40px;
  text-align: center;
  max-width: 1000px;
  margin: 0 auto;
}
section.section--singlenew .section__body {
  max-width: 900px;
  margin: 0 auto;
}
section.section--singlenew .section__body .section__request {
  background: #f5f5f5 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px rgba(0,0,0,0.102);
  border: 1px solid #f5f5f5;
  border-radius: 7px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  padding: 20px;
  margin-bottom: 40px;
}
section.section--singlenew .section__body .section__request .section__request__text {
  font-size: 20px;
  line-height: 26px;
  font-weight: 300;
  color: #212121;
  margin-bottom: 0;
}
section.section--singlenew .section__body .section__request .section__request__value {
  font-size: 28px;
  line-height: 32px;
  font-weight: bold;
  color: #502c84;
  margin-bottom: 0;
}
section.section--singlenew .section__body .section__result .section__result__box {
  color: #212121;
  background-color: #fff;
  padding: 20px;
  border-radius: 5px;
  margin-bottom: 20px;
  box-shadow: 0px 3px 6px rgba(0,0,0,0.102);
  border: 1px solid #d6d6d6;
  margin-bottom: 40px;
}
section.section--singlenew .section__body .section__result .section__result__box .section__icon {
  margin-bottom: 20px;
}
section.section--singlenew .section__body .section__result .section__result__box .section__result__content {
  text-align: center;
}
section.section--singlenew .section__body .section__result .section__result__box .section__result__content .section__description {
  color: #502c84;
}
section.section--singlenew .section__body .section__result .section__result__box .section__result__content .section__subtitle {
  color: #212121;
  font-size: 14px;
  line-height: 18px;
  font-weight: 300;
}
section.section--singlenew .section__body .section__result .section__result__buttons {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
section.section--singlenew .section__body .section__result .section__result__buttons .btn {
  max-width: 100%;
  width: 100%;
}
section.section--singlenew .section__body .section__result .section__result__buttons .btn:first-child {
  margin-bottom: 20px;
}
section.section--singlenew .section__body .section__revocation {
  display: none;
}
section.section--singlenew .section__body .section__revocation.section__revocation--show {
  display: block;
}
section.section--singlenew .section__body .section__revocation .section__revocation__box {
  color: #212121;
  background-color: #fff;
  padding: 20px;
  border-radius: 5px;
  margin-bottom: 20px;
  box-shadow: 0px 3px 6px rgba(0,0,0,0.102);
  border: 1px solid #d6d6d6;
  margin-bottom: 40px;
}
section.section--singlenew .section__body .section__revocation .section__revocation__box .section__revocation__header {
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(0,0,0,0.1);
  text-align: left;
}
section.section--singlenew .section__body .section__revocation .section__revocation__box .section__revocation__body .section__revocation__options {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
section.section--singlenew .section__body .section__revocation .section__revocation__box .section__revocation__body .section__revocation__options .section__revocation__option {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  padding: 20px;
  border: 1px solid rgba(0,0,0,0.1);
  min-height: 150px;
  border-radius: 5px;
  width: 100%;
  max-width: 50%;
}
section.section--singlenew .section__body .section__revocation .section__revocation__box .section__revocation__body .section__revocation__options .section__revocation__option:first-child {
  margin-right: 10px;
}
section.section--singlenew .section__body .section__revocation .section__revocation__box .section__revocation__body .section__revocation__options .section__revocation__option .section__revocation__icon {
  margin-bottom: 10px;
}
section.section--singlenew .section__body .section__revocation .section__revocation__box .section__revocation__body .section__revocation__options .section__revocation__option .section__revocation__text {
  text-align: center;
  margin-bottom: 10px;
}
section.section--singlenew .section__body .section__revocation .section__revocation__box .section__revocation__body .section__revocation__options .section__revocation__option .section__revocation__text span {
  font-size: 14px;
  line-height: 18px;
  font-weight: 300;
  opacity: 1;
}
section.section--singlenew .section__body .section__revocation .section__revocation__box .section__revocation__body .section__revocation__options .section__revocation__option label:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  width: 100%;
  height: 100%;
  z-index: 1;
}
section.section--singlenew .section__body .section__revocation .section__revocation__box .section__revocation__body .section__revocation__options .section__revocation__option label input {
  margin-right: 0;
}
section.section--singlenew .section__body .section__revocation .section__revocation__buttons .section__revocation__buttons__flex {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
section.section--singlenew .section__body .section__revocation .section__revocation__buttons .form__alert {
  display: none;
  background-color: #b01f8c;
  color: #fff;
  padding: 5px;
  margin-bottom: 10px;
  text-align: center;
  border-radius: 5px;
}
section.section--singlenew .section__body .section__revocation .section__revocation__buttons .form__alert.form__alert--show {
  display: block;
}
section.section--singlenew .section__body .section__revocation .section__revocation__buttons .form__alert p {
  margin-bottom: 10px;
}
section.section--singlenew .section__body .section__revocation .section__revocation__buttons .form__alert a {
  text-decoration: underline;
}
section.section--singlenew .section__body .section__revocation .section__revocation__buttons .form__alert p,
section.section--singlenew .section__body .section__revocation .section__revocation__buttons .form__alert a {
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 0;
  font-weight: 500;
  color: #fff;
}
section.section--singlenew .section__body .section__revocation .section__revocation__buttons .form__alert .fa {
  margin-right: 10px;
}
section.section--singlenew .section__body .section__revocation .section__revocation__buttons .form__alert p {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 18px;
}
section.section--singlenew .section__body .section__revocation .section__revocation__buttons .btn {
  max-width: 100%;
  width: 100%;
}
section.section--singlenew .section__body .section__revocation .section__revocation__buttons .btn:first-child {
  margin-bottom: 20px;
}
section.section--singlenew .section__body .section__revocation .section__revocation__buttons .btn img {
  display: inline-block;
  margin-left: 10px;
  float: initial;
  position: absolute;
}
section.section--singletutorial {
  background-color: #fbfbfb;
  margin-top: 70px;
}
@media (min-width: 720px) {
  section.section--singletutorial {
    margin-top: 140px;
  }
}
section.section--singletutorial .section__header {
  position: relative;
}
section.section--singletutorial .section__header .section__breadcrumb {
  margin-bottom: 20px;
  text-align: left;
  max-width: 70%;
}
@media (min-width: 720px) {
  section.section--singletutorial .section__header .section__breadcrumb {
    margin-bottom: 40px;
  }
}
section.section--singletutorial .section__header .section__breadcrumb a {
  color: #76777a;
  font-size: 14px;
  line-height: 22px;
}
section.section--singletutorial .section__header .section__breadcrumb a.current {
  color: #b01f8c;
}
section.section--singletutorial .section__header .section__back {
  position: absolute;
  top: 0;
  right: 0;
}
section.section--singletutorial .section__header .section__back .btn {
  background-color: #fff;
  border-color: #818181;
  color: #818181;
  font-weight: 400;
}
section.section--singletutorial .section__header .section__back .btn span {
  float: left;
  position: relative;
  top: 1px;
  margin-right: 5px;
  margin-left: 0;
}
section.section--singletutorial .section__header .section__content {
  padding-top: 40px;
  text-align: center;
  max-width: 1000px;
  margin: 0 auto;
}
section.section--singletutorial .section__header .section__videoyoutube {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  cursor: pointer;
  margin: 40px 0;
}
@media (min-width: 720px) {
  section.section--singletutorial .section__header .section__videoyoutube {
    height: 400px;
  }
}
section.section--singletutorial .section__header .section__videoyoutube:hover .section__play {
  opacity: 1;
}
section.section--singletutorial .section__header .section__videoyoutube .section__bg {
  opacity: 1;
}
section.section--singletutorial .section__header .section__videoyoutube .section__play {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  padding: 10px;
  background-color: #25215f;
  border-radius: 5px;
  opacity: 0.7;
  z-index: 3;
  cursor: pointer;
  transition: 0.3s;
}
section.section--singletutorial .section__header .section__videoyoutube .section__play img {
  width: 80px;
}
section.section--aboutus {
  color: #4f2b83;
  background-color: #fff;
  border-bottom: none;
}
section.section--aboutus .section__wrap {
  padding-bottom: 50px;
}
section.section--aboutus .section__line {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 4;
}
section.section--aboutus .section__line img {
  width: 100%;
  max-width: 100%;
}
section.section--aboutus .section__clipath {
  position: relative;
  background: #f1effe;
  background: linear-gradient(45deg, #faf9ff 0%, #f1effe 100%);
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
          clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
  z-index: 3;
}
@media (min-width: 720px) {
  section.section--aboutus .section__clipath {
    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 80%, 0% 100%);
            clip-path: polygon(0 0, 100% 0%, 100% 80%, 0% 100%);
  }
}
section.section--aboutus .section__clipath .slider-bullets {
  display: none;
}
section.section--aboutus .section__video {
  opacity: 0.4;
}
section.section--aboutus .section__bg {
  opacity: 0.4;
}
section.section--aboutus .section__header .section__title {
  font-size: 28px;
  color: #515151;
  font-weight: 500;
}
section.section--aboutus .section__header .section__description {
  color: #515151;
  font-size: 16px;
}
section.section--aboutus .section__body .section__wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column-reverse;
      flex-direction: column-reverse;
}
@media (min-width: 720px) {
  section.section--aboutus .section__body .section__wrap {
    display: block;
  }
}
section.section--aboutus .section__body .section__image img {
  border-radius: 30px;
}
@media (min-width: 720px) {
  section.section--aboutus .section__body .section__image img {
    max-width: 490px;
  }
}
section.section--aboutus .section__footer {
  padding: 60px 0px 80px;
}
section.section--aboutus .section__footer .section__title {
  font-weight: 500;
  font-size: 28px;
  color: #515151;
  margin-bottom: 30px;
}
section.section--banner--2 {
  background-color: #25215f;
  color: #fff;
}
section.section--banner--2 .section__body .section__content {
  color: #fff;
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
}
section.section--banner--2 .section__body .section__content .section__title {
  margin-bottom: 40px;
}
section.section--plans .section__plans {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-direction: column;
      flex-direction: column;
  width: 100%;
}
@media (min-width: 960px) {
  section.section--plans .section__plans {
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-direction: row;
        flex-direction: row;
  }
}
section.section--our--partners {
  margin-top: 70px;
}
@media (min-width: 720px) {
  section.section--our--partners {
    margin-top: 140px;
  }
}
section.section--our--partners .section__header {
  max-width: 800px;
  margin: 0 auto;
  margin-bottom: 40px;
}
section.section--companyvalues .section__valuecompanies {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: center;
      justify-content: center;
}
section.section--companyvalues .section__valuecompanies .article--valuecompany {
  margin-bottom: 20px;
  width: 100%;
}
@media (min-width: 960px) {
  section.section--companyvalues .section__valuecompanies .article--valuecompany {
    -ms-flex: 0 0 30%;
        flex: 0 0 30%;
    margin: 10px;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
  }
}
section.section--companyvalues .section__body {
  max-width: 1000px;
  margin: 0 auto;
}
section.section--solutions--corp {
  background-color: #fafafa;
}
section.section--solutions--corp .section__header .section__title {
  margin-bottom: 0px;
  postion: relative;
  padding-bottom: 30px;
}
section.section--solutions--corp .section__header:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100px;
  height: 1px;
  background-color: #4f2b83;
}
section.section--solutions--corp .section__body {
  margin-bottom: 20px;
}
section.section--solutions--corp .section__body .swiper-container {
  padding: 20px;
}
section.section--solutions--corp .section__body .swiper-pagination {
  position: relative;
  width: 100%;
  top: 20px;
}
section.section--solutions--corp .section__body .swiper-pagination .swiper-pagination-bullet {
  width: 20px;
  height: 6px;
  border-radius: 0%;
  display: inline-block;
  margin: 0 5px;
  transition: 0.2s ease;
  background-color: #404040;
  border: 1px solid #76777a;
  opacity: 0.3;
  -webkit-transform: scale(1) !important;
          transform: scale(1) !important;
}
section.section--solutions--corp .section__body .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #b01f8c;
  opacity: 1;
}
section.section--banner .section__banner {
  position: relative;
  background-color: #25215f;
  color: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  overflow: hidden;
}
section.section--banner .section__banner .section__bg {
  opacity: 0.2;
}
section.section--banner .section__banner .section__content {
  color: #fff;
  max-width: 70%;
  text-align: center;
  padding: 40px 0;
}
section.section--testimonies {
  background-color: #fbfbfb;
}
section.section--testimonies .section__testimonies .swiper-pagination {
  position: relative;
  width: 100%;
}
section.section--testimonies .section__testimonies .swiper-pagination .swiper-pagination-bullet {
  width: 20px;
  height: 6px;
  border-radius: 0%;
  display: inline-block;
  margin: 0 5px;
  transition: 0.2s ease;
  background-color: #404040;
  opacity: 0.3;
  -webkit-transform: scale(1) !important;
          transform: scale(1) !important;
}
section.section--testimonies .section__testimonies .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #b01f8c;
  opacity: 1;
}
section.section--testimonies .section__testimonies .section__testimony {
  background-color: #fff;
  padding: 20px;
  border-radius: 40px;
  box-shadow: rgba(0,0,0,0.15) 0px 5px 15px 0px;
  margin: 20px;
}
@media (min-width: 720px) {
  section.section--testimonies .section__testimonies .section__testimony {
    padding: 40px;
    margin: 40px;
  }
}
section.section--testimonies .section__testimonies .section__testimony .section__name {
  color: #b01f8c;
  font-weight: 600;
}
section.section--testimonies .section__testimonies .section__testimony .section__image {
  margin-bottom: 20px;
}
@media (min-width: 720px) {
  section.section--testimonies .section__testimonies .section__testimony .section__image {
    margin-bottom: 0;
  }
}
section.section--team .section__header {
  margin-bottom: 60px;
}
section.section--team .section__header .section__title {
  font-size: 25px;
}
section.section--team .section__body {
  max-width: 1000px;
  margin: 0 auto;
}
@media (min-width: 720px) {
  section.section--team .section__body .slider-bullets {
    bottom: -13%;
  }
}
section.section--fao {
  margin-top: 80px;
  height: 100%;
}
section.section--fao .section__header {
  text-align: left;
}
section.section--fao .section__header .section__subtitle {
  font-size: 20px;
  line-height: 20px;
  font-weight: 400;
}
section.section--fao .section__header .section__title {
  font-weight: 300;
  color: #4f2b83;
  position: relative;
}
section.section--fao .section__header .section__title:after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 40px;
  height: 3px;
  background-color: #b01f8c;
}
section.section--fao .section__header .section__description {
  font-size: 12px;
  line-height: 16px;
  color: rgba(0,0,0,0.7);
}
section.section--fao .section__body .section__fao .section__box {
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0px 3px 6px rgba(0,0,0,0.161);
  margin-bottom: 20px;
  border: 1px solid #f4f4f4;
}
section.section--fao .section__body .section__fao .section__box .section__box__header {
  padding: 10px 15px;
  margin-bottom: 10px;
  border-bottom: 1px solid rgba(0,0,0,0.1);
}
section.section--fao .section__body .section__fao .section__box .section__box__header .section__title {
  margin-bottom: 0;
  font-size: 18px;
  line-height: 20px;
}
section.section--fao .section__body .section__fao .section__box .section__box__body {
  padding: 10px 15px;
}
section.section--fao .section__body .section__fao .section__box .section__box__body .section__files .section__file {
  position: relative;
  background-color: #efefef;
  padding: 10px;
  color: #b01f8c;
  margin-bottom: 5px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  border-radius: 5px;
  overflow: hidden;
}
section.section--fao .section__body .section__fao .section__box .section__box__body .section__files .section__file:last-child {
  margin-bottom: 10px;
}
section.section--fao .section__body .section__fao .section__box .section__box__body .section__files .section__file:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0px;
  height: 100%;
  background-color: #b01f8c;
}
section.section--fao .section__body .section__fao .section__box .section__box__body .section__files .section__file.current {
  padding-left: 20px;
  background-color: #e5e5e5;
}
section.section--fao .section__body .section__fao .section__box .section__box__body .section__files .section__file.current:after {
  width: 10px;
}
section.section--fao .section__body .section__fao .section__box .section__box__body .section__files .section__file .section__namefile {
  font-size: 14px;
  line-height: 14px;
  margin-bottom: 0px;
  font-weight: bold;
  max-width: 80%;
  overflow: hidden;
}
section.section--fao .section__body .section__fao .section__box .section__box__body .section__files .section__file .section__namefile:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  width: 80%;
}
section.section--fao .section__body .section__fao .section__box .section__box__body .section__files .section__file .section__deletefile {
  cursor: pointer;
}
section.section--fao .section__body .section__fao .section__box .section__box__body .section__files .section__file .section__deletefile span,
section.section--fao .section__body .section__fao .section__box .section__box__body .section__files .section__file .section__deletefile a {
  color: #76777a;
}
section.section--fao .section__body .section__fao .section__box .section__box__body .section__uploads {
  position: relative;
  text-align: center;
  padding: 20px;
  border-radius: 8px;
  border: 1px dashed rgba(0,0,0,0.3);
  cursor: pointer;
}
section.section--fao .section__body .section__fao .section__box .section__box__body .section__uploads #pdf-form {
  position: initial;
  cursor: pointer;
}
section.section--fao .section__body .section__fao .section__box .section__box__body .section__uploads p {
  font-size: 14px;
  line-height: 18px;
  font-weight: 300;
  color: rgba(0,0,0,0.7);
  font-style: italic;
  margin-bottom: 0;
}
section.section--fao .section__body .section__fao .section__box .section__box__body .section__uploads .section__inputfile {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  opacity: 0;
  cursor: pointer;
}
section.section--fao .section__body .section__fao .section__box .section__box__body .section__people {
  border-radius: 8px;
  padding: 10px;
  box-shadow: 0px 3px 6px rgba(183,183,183,0.161);
  border: 1px solid #f4f4f4;
}
section.section--fao .section__body .section__fao .section__box .section__box__body .section__people .section__title {
  font-size: 14px;
  line-height: 18px;
  color: #212121;
  font-weight: bold;
  margin-bottom: 5px;
}
section.section--fao .section__body .section__fao .section__box .section__box__body .section__people .section__product {
  font-size: 12px;
  line-height: 16px;
  font-weight: 300;
  color: #212121;
  position: relative;
  padding-left: 15px;
  margin-bottom: 0;
}
section.section--fao .section__body .section__fao .section__box .section__box__body .section__people .section__product:after {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  width: 7px;
  height: 7px;
  line-height: 7px;
  text-align: center;
  border-radius: 50%;
  overflow: hidden;
  background-color: #008000;
}
section.section--fao .section__body .section__fao .section__button .form__alert {
  display: none;
  background-color: #b01f8c;
  color: #fff;
  padding: 5px;
  margin-bottom: 10px;
  text-align: center;
  border-radius: 5px;
}
section.section--fao .section__body .section__fao .section__button .form__alert.form__alert--show {
  display: block;
}
section.section--fao .section__body .section__fao .section__button .form__alert p {
  margin-bottom: 10px;
}
section.section--fao .section__body .section__fao .section__button .form__alert a {
  text-decoration: underline;
}
section.section--fao .section__body .section__fao .section__button .form__alert p,
section.section--fao .section__body .section__fao .section__button .form__alert a {
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 0;
  font-weight: 500;
  color: #fff;
}
section.section--fao .section__body .section__fao .section__button .form__alert .fa {
  margin-right: 10px;
}
section.section--fao .section__body .section__fao .section__button .form__alert p {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 18px;
}
section.section--fao .section__body .section__fao .section__button .btn {
  display: block;
  max-width: 100%;
  width: 100%;
}
section.section--fao .section__body .section__fao .section__filepdf {
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0px 3px 6px rgba(0,0,0,0.161);
  margin-bottom: 20px;
  border: 1px solid #f4f4f4;
  min-height: 600px;
}
section.section--fao .section__body .section__fao .section__filepdf .section__filepdf__header {
  padding: 10px 15px;
  margin-bottom: 10px;
  border-bottom: 1px solid rgba(0,0,0,0.1);
}
section.section--fao .section__body .section__fao .section__filepdf .section__filepdf__header .section__title {
  margin-bottom: 0;
}
section.section--fao .section__body .section__fao .section__filepdf .section__filepdf__body {
  position: relative;
}
section.section--fao .section__body .section__fao .section__filepdf .section__filepdf__body .section__tabs .section__tabs__list .section__tab {
  padding: 5px;
}
section.section--fao .section__body .section__fao .section__filepdf .section__filepdf__body .section__tabs .section__tabs__list .section__tab.active {
  background-color: #b01f8c;
  color: #fff;
}
section.section--fao .section__body .section__fao .section__filepdf .section__filepdf__body .section__tabs .section__tab__content {
  display: none;
}
section.section--fao .section__body .section__fao .section__filepdf .section__filepdf__body .section__tabs .section__tab__content.show {
  display: block;
}
section.section--fao .section__body .section__fao .section__filepdf .section__filepdf__body .section__firma.firma {
  border-radius: 8px;
  border: 1px solid #e5e5e5;
  background-color: #f5f5f5;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  padding: 10px;
}
section.section--fao .section__body .section__fao .section__filepdf .section__filepdf__body .section__firma.firma .section__firma__header {
  margin-right: 10px;
}
section.section--fao .section__body .section__fao .section__filepdf .section__filepdf__body .section__firma.firma .section__firma__header .section__logo {
  position: relative;
  display: inline-block;
}
section.section--fao .section__body .section__fao .section__filepdf .section__filepdf__body .section__firma.firma .section__firma__header .section__logo span {
  font-size: 9px;
  line-height: 12px;
}
section.section--fao .section__body .section__fao .section__filepdf .section__filepdf__body .section__firma.firma .section__firma__header .section__logo img {
  width: 60px;
}
section.section--fao .section__body .section__fao .section__filepdf .section__filepdf__body .section__firma.firma .section__firma__body p {
  font-size: 12px;
  line-height: 16px;
  margin-bottom: 0;
}
section.section--faq .tabs .tabs__header {
  margin-bottom: 40px;
}
section.section--faq .tabs .faq__question {
  font-size: 16px;
  font-weight: 500;
}
section.section--faq .tabs .faq__answer .section__content .section__description p:last-child {
  margin-bottom: 0;
}
section.section--faq .tabs .faq__answer .section__content .section__description ul li {
  font-size: 14px;
  line-height: 18px;
}
section.section--faq .tabs .faq__answer .section__content .section__description ul li:last-child {
  margin-bottom: 0;
}
section.section--faq .tabs .faq__answer .section__content .section__description ul li::before {
  background-color: #502c84;
}
section.section--faq .tabs .faq__answer .section__content .section__description ul:last-child {
  margin-bottom: 0;
}
section.section--manuals .tabs .tabs__header {
  margin-bottom: 40px;
}
section.section--manuals .tabs .faq__question {
  font-size: 16px;
}
section.section--breadcrumb {
  margin-top: 60px;
  color: #4f2b83;
  background-color: #fbfbfb;
  border-bottom: none;
}
@media (min-width: 720px) {
  section.section--breadcrumb {
    margin-top: 140px;
  }
}
section.section--breadcrumb .section__wrap {
  padding-bottom: 0;
}
section.section--breadcrumb .section__header {
  margin-bottom: 0;
}
section.section--breadcrumb .section__breadcrumb {
  text-align: left;
  max-width: 70%;
  margin-bottom: 0;
}
section.section--breadcrumb .section__breadcrumb a {
  color: #76777a;
  font-size: 14px;
  line-height: 22px;
}
section.section--breadcrumb .section__breadcrumb a.current {
  color: #b01f8c;
}
section.section--404 {
  margin-top: 90px;
  color: #4f2b83;
  background-color: #fbfbfb;
  border-bottom: none;
}
@media (min-width: 720px) {
  section.section--404 {
    margin-top: 140px;
  }
}
section.section--404 .section__content {
  text-align: center;
  margin-bottom: 60px;
}
section.section--404 .section__content .section__title {
  color: #4f2b83;
  font-weight: 500;
}
section.section--404 .section__content .section__subtitle {
  display: block;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 10px;
}
@media (min-width: 720px) {
  section.section--404 .section__content .section__subtitle {
    font-size: 20px;
    line-height: 24px;
  }
}
section.section--404 .section__content p {
  opacity: 0.7;
  margin-bottom: 20px;
}
@media (min-width: 720px) {
  section.section--404 .section__image {
    margin-bottom: 80px;
  }
}
section.section--404 .section__image img {
  max-width: 60%;
}
@media (min-width: 720px) {
  section.section--404 .section__image img {
    max-width: 100%;
  }
}
section.section--button {
  background-color: transparent;
}
section.section--button:hover {
  background-color: transparent;
}
section.section--button .section__button {
  text-align: center;
}
section.section--button .section__button .btn {
  position: relative !important;
  display: inline-block !important;
  padding: 8px 20px !important;
  background-color: #b01f8c !important;
  border: 1px solid #b01f8c !important;
  color: #fff !important;
  font-size: 14px !important;
  line-height: 18px !important;
  text-align: center !important;
  font-weight: 500 !important;
  border-radius: 50px !important;
  min-width: 150px !important;
  transition: 0.3s !important;
}
@media (min-width: 720px) {
  section.section--button .section__button .btn {
    font-size: 18px !important;
    line-height: 24px !important;
    padding: 10px 30px !important;
    min-width: 200px !important;
  }
}
section.section--button .section__button .btn span {
  margin-left: 10px !important;
}
section.section--button .section__button .btn:hover {
  background-color: rgba(162,51,136,0.25) !important;
  border-color: rgba(162,51,136,0) !important;
  color: #b01f8c !important;
}
section.section--button .section__button .btn img {
  float: left !important;
}
section.section--why .section__title {
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
section.section--why .section__title:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100px;
  height: 1px;
  background-color: #25215f;
}
section.section--features--partners .section__header {
  max-width: 800px;
  margin: 0 auto;
  margin-bottom: 40px;
}
section.section--features--partners .section__header .section__title {
  font-weight: bold;
  color: #25215f;
}
section.section--header {
  margin-top: 0px;
  font-family: 'Roboto', sans-serif;
  background-color: transparent;
}
@media (min-width: 720px) {
  section.section--header {
    margin-top: 0px;
  }
}
section.section--typepartners .section__header {
  max-width: 800px;
  margin: 0 auto;
  margin-bottom: 60px;
}
section.section--typepartners .section__header .section__title {
  font-weight: bold;
  color: #25215f;
}
.bodyRevocaFracaso,
.bodyRevocaExito {
  display: none;
}
.bodyRevocaFracaso.show,
.bodyRevocaExito.show {
  display: block;
}
.slider {
  position: relative;
  width: 100%;
}
.slider .slider-slides {
  position: relative;
  overflow: hidden;
}
.slider .slide {
  position: relative;
  overflow: hidden;
  display: none;
}
.slider .slide.slide-current {
  display: block;
  z-index: 1;
}
.slider .slide.slide-out {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 2;
}
.slider .slider-bullets {
  display: block;
  position: absolute;
  z-index: 3;
  width: 100%;
  text-align: center;
  bottom: -13%;
}
.slider .slider-bullets .slider-bullets-limit {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 20px;
}
@media (min-width: 720px) {
  .slider .slider-bullets .slider-bullets-limit {
    padding: 0 40px;
  }
}
.slider .slider-bullets .slider-bullet {
  width: 20px;
  height: 6px;
  border-radius: 0%;
  display: inline-block;
  margin: 0 5px;
  transition: 0.2s ease;
  background-color: #404040;
  border: 1px solid #76777a;
  opacity: 0.3;
}
.slider .slider-bullets .slider-bullet.slider-bullet-current {
  background-color: #b01f8c;
  opacity: 1;
}
.slider .slider-bullets .slider-bullet:hover {
  cursor: pointer;
}
.slider .slider-navigation {
  display: none;
}
.slider .slider-navigation .slider-nav {
  position: absolute;
  background: #b01f8c;
  color: #fff;
  opacity: 1;
  z-index: 3;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border: 0;
  text-align: center;
  font-size: 150%;
  transition: 0.2s ease;
  top: 47%;
  display: none;
}
@media (min-width: 720px) {
  .slider .slider-navigation .slider-nav {
    display: block;
    opacity: 0.7;
    background: #b01f8c;
    width: 40px;
    height: 50px;
    top: 50%;
    line-height: 50px;
    color: #fff;
    font-size: 200%;
    display: block;
    margin-top: -25px;
  }
}
.slider .slider-navigation .slider-nav.slider-nav-left {
  left: -5px;
}
@media (min-width: 720px) {
  .slider .slider-navigation .slider-nav.slider-nav-left {
    left: -80px;
  }
}
.slider .slider-navigation .slider-nav.slider-nav-right {
  right: -5px;
}
@media (min-width: 720px) {
  .slider .slider-navigation .slider-nav.slider-nav-right {
    right: -80px;
  }
}
.slider .slider-navigation .slider-nav:hover {
  cursor: pointer;
}
@media (min-width: 720px) {
  .slider .slider-navigation .slider-nav:hover {
    opacity: 1;
  }
}
.slider.slider-dir-left .slide.slide-current,
.slider.slider-dir-right .slide.slide-current {
  -webkit-animation: fadeIn 0.5s cubic-bezier(0.77, 0, 0.175, 1);
          animation: fadeIn 0.5s cubic-bezier(0.77, 0, 0.175, 1);
}
.slider.slider-dir-left .slide.slide-out,
.slider.slider-dir-right .slide.slide-out {
  -webkit-animation: fadeOut 0.5s cubic-bezier(0.77, 0, 0.175, 1) both;
          animation: fadeOut 0.5s cubic-bezier(0.77, 0, 0.175, 1) both;
}
.slider.slider--main .slider-navigation {
  position: absolute;
  z-index: 2;
  top: 40%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  max-width: 1300px;
  width: 100%;
}
.slider.slider--main .slider-navigation .slider-nav {
  top: 15%;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  border-radius: 50%;
  overflow: hidden;
  background-color: #4f2b83;
  opacity: 1;
}
.slider.slider--main .slider-navigation .slider-nav span {
  color: #fff;
}
.slider.slider--main .slider-navigation .slider-nav.slider-nav-left {
  left: -5px;
  top: 44%;
}
@media (min-width: 720px) {
  .slider.slider--main .slider-navigation .slider-nav.slider-nav-left {
    left: 20px;
  }
}
.slider.slider--main .slider-navigation .slider-nav.slider-nav-right {
  right: -5px;
  top: 44%;
}
@media (min-width: 720px) {
  .slider.slider--main .slider-navigation .slider-nav.slider-nav-right {
    right: 20px;
  }
}
.slider.slider--main .slider-bullets {
  display: none;
  top: 40px;
}
.slider.slider--main--2 .slider-navigation {
  position: absolute;
  z-index: 2;
  top: 45%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: none;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  max-width: 1300px;
  width: 100%;
}
.slider.slider--main--2 .slider-navigation .slider-nav {
  top: 15%;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  border-radius: 50%;
  overflow: hidden;
  background-color: #4f2b83;
  opacity: 1;
}
.slider.slider--main--2 .slider-navigation .slider-nav span {
  color: #fff;
}
.slider.slider--main--2 .slider-navigation .slider-nav.slider-nav-left {
  left: -5px;
  top: 44%;
}
@media (min-width: 720px) {
  .slider.slider--main--2 .slider-navigation .slider-nav.slider-nav-left {
    left: 20px;
  }
}
.slider.slider--main--2 .slider-navigation .slider-nav.slider-nav-right {
  right: -5px;
  top: 44%;
}
@media (min-width: 720px) {
  .slider.slider--main--2 .slider-navigation .slider-nav.slider-nav-right {
    right: 20px;
  }
}
.slider.slider--main--2 .slider-bullets {
  display: block;
  bottom: 40px;
}
.slider.slider--main--2 .slider-bullets .slider-bullet {
  background-color: #fff;
  opacity: 1;
  border: none;
  width: 30px;
}
.slider.slider--main--2 .slider-bullets .slider-bullet-current {
  background-color: #b01f8c;
}
.slider.slider--cases .slider-bullets .slider-bullet {
  background-color: #76777a;
  border: none;
}
.slider.slider--cases .slider-bullets .slider-bullet.slider-bullet-current {
  border: none;
  background-color: #b01f8c;
}
.slider.slider--cases .slider-navigation .slider-nav {
  background: transparent;
  font-size: 70px;
  top: 110%;
}
.slider.slider--cases .slider-navigation .slider-nav.slider-nav-left {
  left: 20px;
}
.slider.slider--cases .slider-navigation .slider-nav.slider-nav-righ {
  right: 20px;
}
.slider.slider--news .slide {
  padding: 10px;
}
.supernav {
  position: fixed;
  top: 80px;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 18;
  display: none;
  line-height: 22px;
}
@media (min-width: 720px) {
  .supernav {
    top: 135px;
  }
}
.supernav .supernav__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #212121;
  opacity: 0.25;
}
.supernav .supernav__line {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 4;
}
.supernav .supernav__line img {
  width: 100%;
  max-width: 100%;
}
.supernav .supernav__els {
  position: relative;
  background: #fbfbfb;
  box-shadow: rgba(0,0,0,0.05) 0px 6px 24px 0px, rgba(0,0,0,0.08) 0px 0px 0px 1px;
  -webkit-animation: heightMd 0.5s ease;
          animation: heightMd 0.5s ease;
}
.supernav .supernav__title {
  color: #4f2b83;
  margin-bottom: 20px;
}
.supernav .supernav__description {
  color: #212121;
  font-size: 16px;
  line-height: 24px;
}
.supernav .supernav__el {
  max-width: 1260px;
  margin: 0 auto;
  -webkit-animation: fadeIn 0.5s ease;
          animation: fadeIn 0.5s ease;
  display: none;
}
.supernav .supernav__el.supernav__el--in {
  display: block;
}
.supernav .supernav__el.supernav__el--solutions .supernav__left ul {
  -webkit-column-count: 3;
     -moz-column-count: 3;
          column-count: 3;
}
.supernav .supernav__flex {
  display: -ms-flexbox;
  display: flex;
}
.supernav .supernav__left {
  background-color: #fff;
  width: 100%;
  max-width: 60%;
  padding: 40px;
}
.supernav .supernav__left ul {
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
  margin-bottom: 40px;
}
.supernav .supernav__left ul li a {
  position: relative;
  display: inline-block;
  color: #212121;
  padding: 10px 0;
  font-size: 14px;
  line-height: 22px;
  font-weight: 500;
}
.supernav .supernav__left .supernav__left__footer .supernav__left__link a {
  font-size: 16px;
  line-height: 24px;
}
.supernav .supernav__right {
  background-color: #fbfbfb;
  width: 100%;
  max-width: 40%;
  padding: 40px;
}
.supernav .supernav__right .supernav__right__grup .supernav__icon {
  margin-bottom: 10px;
}
.supernav .supernav__right .supernav__right__grup .supernav__icon img {
  width: 150px;
  margin: initial;
}
.supernav.supernav--in {
  display: block;
  -webkit-animation: fadeIn 0.2s ease both;
          animation: fadeIn 0.2s ease both;
}
.supernav.supernav--out {
  display: block;
  -webkit-animation: fadeOut 0.2s ease both;
          animation: fadeOut 0.2s ease both;
}
@font-face {
  font-family: 'swiper-icons';
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format('woff');
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #4f2b83;
}
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: initial;
  overflow: hidden;
  list-style: none;
  padding: 0;
/* Fix of Webkit flickering */
  z-index: 1;
}
.swiper-container-vertical > .swiper-wrapper {
  -ms-flex-direction: column;
      flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  transition-property: -webkit-transform;
  transition-property: transform;
  -moz-box-sizing: content-box;
       box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
          transform: translate3d(0px, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.swiper-container-multirow-column > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-direction: column;
      flex-direction: column;
}
.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-container-pointer-events {
  -ms-touch-action: pan-y;
      touch-action: pan-y;
}
.swiper-container-pointer-events.swiper-container-vertical {
  -ms-touch-action: pan-x;
      touch-action: pan-x;
}
.swiper-slide {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: -webkit-transform;
  transition-property: transform;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  -ms-flex-align: start;
      align-items: flex-start;
  transition-property: -webkit-transform, height;
  transition-property: transform, height;
}
.swiper-container-3d {
  -webkit-perspective: 1200px;
          perspective: 1200px;
}
.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0,0,0,0.5), rgba(0,0,0,0));
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0,0,0,0.5), rgba(0,0,0,0));
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0,0,0,0.5), rgba(0,0,0,0));
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0,0,0,0.5), rgba(0,0,0,0));
}
.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
/* For Firefox */
  -ms-overflow-style: none;
/* For Internet Explorer and Edge */
}
.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
:root {
  --swiper-navigation-size: 24px;
/*
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 30%;
  margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  background-color: #b01f8c;
  color: #fff;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: rgba(0,0,0,0.15) 0px 5px 15px 0px;
  transition: 0.2s;
}
.swiper-button-prev,
.swiper-button-next {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  overflow: hidden;
  top: 27%;
}
@media (min-width: 720px) {
  .swiper-button-prev,
  .swiper-button-next {
    top: 30%;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    overflow: hidden;
  }
}
.swiper-button-prev:after {
  font-size: 14px;
}
@media (min-width: 720px) {
  .swiper-button-prev:after {
    position: relative;
    top: 4px;
    left: -2px;
    font-size: 24px;
  }
}
.swiper-button-next:after {
  font-size: 14px;
}
@media (min-width: 720px) {
  .swiper-button-next:after {
    position: relative;
    top: 4px;
    left: -2px;
    font-size: 24px;
  }
}
.swiper-button-prev:hover,
.swiper-button-next:hover {
  background-color: #fff;
  color: #b01f8c;
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
  font-weight: bold;
  position: relative;
}
.swiper-button-next:after {
  left: 1px;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 4%;
  right: auto;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 2%;
}
@media (min-width: 720px) {
  .swiper-button-prev,
  .swiper-container-rtl .swiper-button-next {
    left: 4%;
  }
}
.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  content: 'prev';
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 4%;
  left: auto;
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 2%;
}
@media (min-width: 720px) {
  .swiper-button-next,
  .swiper-container-rtl .swiper-button-prev {
    right: 4%;
  }
}
.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  content: 'next';
}
.swiper-button-prev.swiper-button-white,
.swiper-button-next.swiper-button-white {
  --swiper-navigation-color: #fff;
}
.swiper-button-prev.swiper-button-black,
.swiper-button-next.swiper-button-black {
  --swiper-navigation-color: #000;
}
.swiper-button-lock {
  display: none;
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
          transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
          transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
}
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 50%;
  background: #000;
  opacity: 0.2;
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}
.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
          transform: translate3d(0px, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms -webkit-transform, 200ms top;
  transition: 200ms transform, 200ms top;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms -webkit-transform, 200ms left;
  transition: 200ms transform, 200ms left;
}
.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms -webkit-transform, 200ms right;
  transition: 200ms transform, 200ms right;
}
.swiper-pagination-progressbar {
  background: rgba(0,0,0,0.25);
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}
.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
          transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-white {
  --swiper-pagination-color: #fff;
}
.swiper-pagination-black {
  --swiper-pagination-color: #000;
}
.swiper-pagination-lock {
  display: none;
}
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0,0,0,0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0,0,0,0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-scrollbar-lock {
  display: none;
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  text-align: center;
}
.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.swiper-slide-zoomed {
  cursor: move;
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
          transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
          animation: swiper-preloader-spin 1s infinite linear;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube {
  overflow: visible;
}
.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
          transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}
.swiper-container-cube .swiper-cube-shadow:before {
  content: '';
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  -webkit-filter: blur(50px);
  filter: blur(50px);
}
.swiper-container-flip {
  overflow: visible;
}
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.switch {
  height: 25px;
  line-height: 0;
  margin-right: 10px;
}
.switch input[type=checkbox] {
  height: 0;
  width: 0;
  visibility: hidden;
}
.switch label {
  cursor: pointer;
  text-indent: -9999px;
  width: 35px;
  height: 20px;
  background: #d3d3d3;
  display: block;
  border-radius: 100px;
  position: relative;
}
.switch label:after {
  content: '';
  position: absolute;
  top: 3px;
  left: 3px;
  width: 14px;
  height: 14px;
  background: #fff;
  border-radius: 90px;
  transition: 0.3s;
}
.switch input:checked + label {
  background: #00a88b;
}
.switch input:checked + label:after {
  left: calc(100% - 4px);
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
.switch label:active:after {
  width: 19px;
}
.tabs .tabs__header {
  display: block;
  text-align: center;
  color: #000;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  white-space: nowrap;
  padding: 0 20px;
  line-height: 42px;
  margin-right: -20px;
}
@media (min-width: 720px) {
  .tabs .tabs__header {
    padding: 0 40px;
    margin-right: initial;
  }
}
@media (min-width: 960px) {
  .tabs .tabs__header {
    overflow: visible;
    white-space: normal;
  }
}
.tabs .tabs__header .tab {
  position: relative;
  padding: 10px 0;
  margin: 0px 17px;
  margin-left: 0;
  display: inline-block;
  font-size: 14px;
  line-height: 18px;
  font-weight: bold;
  transition: 0.2s ease;
  background-color: transparent;
  border: 1px solid #502c84;
  color: #502c84;
  padding: 5px 20px;
  font-weight: 400;
  border-radius: 50px;
}
@media (min-width: 480px) {
  .tabs .tabs__header .tab {
    margin: 0px 10px;
    font-size: 18px;
    line-height: 24px;
    padding: 5px 30px;
  }
}
.tabs .tabs__header .tab:hover {
  cursor: pointer;
  text-decoration: none;
}
.tabs .tabs__header .tab.tab--current {
  background: #502c84;
  color: #fff;
}
.tabs .tabs__header .tab:hover {
  background: #502c84;
  color: #fff;
}
.tabs .tabs__header.tabs__header--red {
  padding: 0px 0px 50px;
  margin: 60px 0px;
  border-bottom: 1px solid #b2b2b2;
}
.tabs .tabs__body {
  background: transparent;
  margin: 0 auto;
  text-align: center;
}
.tabs .tabs__body .tab {
  display: none;
}
.tabs .tabs__body .tab.tab--current {
  display: block;
}
.tabs.tabs--login .tabs__header {
  min-height: initial;
}
.tabs.tabs--login .tabs__header .tab {
  font-size: 16px;
  line-height: 18px;
  border-radius: 0;
  position: relative;
  border: none;
  color: #212121;
  opacity: 0.3;
}
.tabs.tabs--login .tabs__header .tab span {
  float: left;
  margin-right: 10px;
  padding: 1px 3px;
  background-color: #76777a;
  color: #76777a;
  font-size: 14px;
  line-height: 16px;
}
.tabs.tabs--login .tabs__header .tab:after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 0;
  height: 5px;
  background-color: #00a88b;
  transition: 0.3s;
}
.tabs.tabs--login .tabs__header .tab.tab--current {
  background-color: initial;
  color: #212121;
  opacity: 1;
}
.tabs.tabs--login .tabs__header .tab.tab--current:after {
  width: 100%;
}
.tabs.tabs--login .tabs__header .tab.tab--current span {
  opacity: 1;
  background-color: #00a88b;
  color: #fff;
}
.tabs.tabs--login .tabs__header .tab .form__option {
  z-index: 5;
}
.tabs.tabs--payment .tabs__header {
  min-height: initial;
  text-align: left;
  padding-left: 0;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.tabs.tabs--payment .tabs__header .tab {
  font-size: 16px;
  line-height: 18px;
  border-radius: 0;
  position: relative;
  border: none;
  color: #212121;
  opacity: 0.3;
  padding: 0;
}
.tabs.tabs--payment .tabs__header .tab span {
  float: left;
  margin-right: 10px;
  padding: 3px 5px;
  background-color: #76777a;
  color: #76777a;
  font-size: 14px;
  line-height: 18px;
  border: 1px solid rgba(0,0,0,0.6);
  position: relative;
  top: -3px;
}
.tabs.tabs--payment .tabs__header .tab.tab--current {
  background-color: initial;
  color: #212121;
  opacity: 1;
}
.tabs.tabs--payment .tabs__header .tab.tab--current span {
  opacity: 1;
  background-color: #00a88b;
  color: #fff;
  border-color: #00a88b;
}
.tabs.tabs--payment .tabs__header .tab .form__option {
  z-index: 5;
}
.wp {
  max-width: 1300px;
  margin: 0 auto;
  overflow: hidden;
  color: #515151;
}
.wp p {
  font-weight: 400;
  margin-bottom: 20px;
  color: #515151;
}
@media (min-width: 720px) {
  .wp p {
    font-size: 14px;
    line-height: 22px;
  }
}
.wp img {
  margin-bottom: 40px;
}
@media (min-width: 960px) {
  .wp img.alignright {
    float: right;
    margin-left: 40px;
  }
}
@media (min-width: 960px) {
  .wp img.alignleft {
    float: left;
    margin-right: 40px;
  }
}
.wp img.aligncenter {
  margin: 0 auto;
}
.wp h1,
.wp h2,
.wp h3,
.wp h4,
.wp p,
.wp ol,
.wp ul,
.wp table,
.wp blockquote,
.wp pre,
.wp iframe {
  margin-bottom: 20px;
}
.wp h1:last-child,
.wp h2:last-child,
.wp h3:last-child,
.wp h4:last-child,
.wp p:last-child,
.wp ol:last-child,
.wp ul:last-child,
.wp table:last-child,
.wp blockquote:last-child,
.wp pre:last-child,
.wp iframe:last-child {
  margin-bottom: 20px;
}
.wp h1,
.wp h2,
.wp h3,
.wp h4,
.wp h5 {
  font-weight: 400;
}
.wp ol {
  list-style-type: decimal;
  margin-left: 20px;
}
.wp ul {
  margin-bottom: 40px;
}
.wp ul li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 22px;
}
.wp ul li:before {
  content: "";
  width: 5px;
  height: 5px;
  line-height: 5px;
  text-align: center;
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  top: 9px;
  left: 0;
  background-color: #b01f8c;
}
.wp blockquote {
  padding: 10px 10px;
  padding-left: 20px;
  border-left: 2px solid color;
  font-size: 1.2em;
  line-height: 1.5em;
  font-style: italic;
  position: relative;
  border-left: 4px solid #0090b9;
  margin-bottom: 20px;
}
.wp pre {
  background: rgba(0,0,0,0.05);
  padding: 10px sep;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.wp a {
  text-decoration: none;
}
.wp a:hover:not(.btn) {
  text-decoration: underline;
}
.wp a.descarga {
  padding: 5px 10px;
  background-color: #e5e5e5;
  color: #b01f8c;
  border-radius: 50px;
  font-weight: 500;
}
.yt-video {
  max-width: auto;
  margin: 0 auto;
  position: relative;
  cursor: pointer;
  overflow: hidden;
  background: #212121;
  margin-bottom: 20px;
}
.yt-video:hover .video-bg {
  -webkit-transform: scale(1.1) rotate(3deg);
          transform: scale(1.1) rotate(3deg);
}
.yt-video iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
  -webkit-animation: fadeIn 0.5s 0.8s ease backwards;
          animation: fadeIn 0.5s 0.8s ease backwards;
}
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';src:url('../fonts/fontawesome-webfont.eot?v=4.7.0');src:url('../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'),url('../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),url('../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'),url('../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'),url('../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{-webkit-filter:none;filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-vcard:before,.fa-address-card:before{content:"\f2bb"}.fa-vcard-o:before,.fa-address-card-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}

