@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;700&display=swap');
body {
  font-family: 'Montserrat', sans-serif;
}

.owl-carousel,
.owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative
}
.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0)
}
.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0)
}
.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%
}
.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: none
}
.no-js .owl-carousel,
.owl-carousel.owl-loaded {
  display: block
}
.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block
}
.owl-carousel.owl-hidden {
  opacity: 0
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden
}
.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab
}
.owl-carousel.owl-rtl {
  direction: rtl
}
.owl-carousel.owl-rtl .owl-item {
  float: right
}
.owl-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: both
}
.owl-carousel .owl-animated-in {
  z-index: 0
}
.owl-carousel .owl-animated-out {
  z-index: 1
}
.owl-carousel .fadeOut {
  animation-name: fadeOut
}
@keyframes fadeOut {
  0% {
    opacity: 1
  }

  100% {
    opacity: 0
  }
}
.owl-height {
  transition: height .5s ease-in-out
}
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity .4s ease
}
.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
  max-height: 0
}
.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d
}
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform .1s ease
}
.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3)
}
.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
  display: none
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity .4s ease
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%
}
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
del {
  text-decoration: line-through;
}
abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}
input,
select {
  vertical-align: middle;
  resize: none;
  outline: none;
}
li {
  list-style: none;
}
strong {
  font-weight: bold;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {
  display: inline-block;
}
* html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}
::-webkit-input-placeholder {
  color: #808080;
}
:-moz-placeholder {
  color: #808080;
}
::-moz-placeholder {
  color: #808080;
}
:-ms-input-placeholder {
  color: #808080;
}
body {
  font-family: 'Montserrat', sans-serif;
}
a {
  text-decoration: none;
}
@import url(http://fonts.googleapis.com/css?family=Andada);
.andada {
  font-family: 'Andada', serif;
}
body #s4-bodyContainer {
  min-width: inherit
}
a:active,
a:focus {
  outline: 0;
  border: none;
  -moz-outline-style: none;
  outline-style: none;
}
.footer__dropdown-links-container {
  height: 100%;
  max-height: 0;
  overflow: hidden;
  padding: 0;
  transition: max-height 0.5s ease;
}
.footer__dropdown-links-container.active {
  height: auto;
  max-height: 5rem;
}
.footer__dropdown-link {
  margin-right: 1rem;
}
.footer__dropdown-linkL:last-child {
  margin: 0;
}
.footer__dropdown-button.active {
  transform: rotate(90deg);
}
.footer__dropdown-title {
  color: #858585;
  line-height: 19px;
  cursor: pointer;
  display: inline-block;
  zoom: 1;
  padding: 0 30px 0 0;
  margin-bottom: 5px;

  font-size: 15px !important;
}
.footer__dropdown-button {
  background-color: transparent;
  border: 0;
}
.footer__dropdown-button img {
  width: 6px;
}
#ltrRedesSocialesTitulo {
  margin-bottom: 10px;
}
nav.menu .linkmenu h2 {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
.row>*,
.container {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.row>*:before,
.row>*:after,
.container:before,
.container:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  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;
}
[role="button"] {
  cursor: pointer;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
.container {
    width: 750px;
  }
}
@media (min-width: 992px) {
.container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
.container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.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: 15px;
  padding-right: 15px;
}
.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.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
.col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
.col-sm-12 {
    width: 100%;
  }
.col-sm-11 {
    width: 91.66666667%;
  }
.col-sm-10 {
    width: 83.33333333%;
  }
.col-sm-9 {
    width: 75%;
  }
.col-sm-8 {
    width: 66.66666667%;
  }
.col-sm-7 {
    width: 58.33333333%;
  }
.col-sm-6 {
    width: 50%;
  }
.col-sm-5 {
    width: 41.66666667%;
  }
.col-sm-4 {
    width: 33.33333333%;
  }
.col-sm-3 {
    width: 25%;
  }
.col-sm-2 {
    width: 16.66666667%;
  }
.col-sm-1 {
    width: 8.33333333%;
  }
.col-sm-pull-12 {
    right: 100%;
  }
.col-sm-pull-11 {
    right: 91.66666667%;
  }
.col-sm-pull-10 {
    right: 83.33333333%;
  }
.col-sm-pull-9 {
    right: 75%;
  }
.col-sm-pull-8 {
    right: 66.66666667%;
  }
.col-sm-pull-7 {
    right: 58.33333333%;
  }
.col-sm-pull-6 {
    right: 50%;
  }
.col-sm-pull-5 {
    right: 41.66666667%;
  }
.col-sm-pull-4 {
    right: 33.33333333%;
  }
.col-sm-pull-3 {
    right: 25%;
  }
.col-sm-pull-2 {
    right: 16.66666667%;
  }
.col-sm-pull-1 {
    right: 8.33333333%;
  }
.col-sm-pull-0 {
    right: auto;
  }
.col-sm-push-12 {
    left: 100%;
  }
.col-sm-push-11 {
    left: 91.66666667%;
  }
.col-sm-push-10 {
    left: 83.33333333%;
  }
.col-sm-push-9 {
    left: 75%;
  }
.col-sm-push-8 {
    left: 66.66666667%;
  }
.col-sm-push-7 {
    left: 58.33333333%;
  }
.col-sm-push-6 {
    left: 50%;
  }
.col-sm-push-5 {
    left: 41.66666667%;
  }
.col-sm-push-4 {
    left: 33.33333333%;
  }
.col-sm-push-3 {
    left: 25%;
  }
.col-sm-push-2 {
    left: 16.66666667%;
  }
.col-sm-push-1 {
    left: 8.33333333%;
  }
.col-sm-push-0 {
    left: auto;
  }
.col-sm-offset-12 {
    margin-left: 100%;
  }
.col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
.col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
.col-sm-offset-9 {
    margin-left: 75%;
  }
.col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
.col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
.col-sm-offset-6 {
    margin-left: 50%;
  }
.col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
.col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
.col-sm-offset-3 {
    margin-left: 25%;
  }
.col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
.col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
.col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
.col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
.col-md-12 {
    width: 100%;
  }
.col-md-11 {
    width: 91.66666667%;
  }
.col-md-10 {
    width: 83.33333333%;
  }
.col-md-9 {
    width: 75%;
  }
.col-md-8 {
    width: 66.66666667%;
  }
.col-md-7 {
    width: 58.33333333%;
  }
.col-md-6 {
    width: 50%;
  }
.col-md-5 {
    width: 41.66666667%;
  }
.col-md-4 {
    width: 33.33333333%;
  }
.col-md-3 {
    width: 25%;
  }
.col-md-2 {
    width: 16.66666667%;
  }
.col-md-1 {
    width: 8.33333333%;
  }
.col-md-pull-12 {
    right: 100%;
  }
.col-md-pull-11 {
    right: 91.66666667%;
  }
.col-md-pull-10 {
    right: 83.33333333%;
  }
.col-md-pull-9 {
    right: 75%;
  }
.col-md-pull-8 {
    right: 66.66666667%;
  }
.col-md-pull-7 {
    right: 58.33333333%;
  }
.col-md-pull-6 {
    right: 50%;
  }
.col-md-pull-5 {
    right: 41.66666667%;
  }
.col-md-pull-4 {
    right: 33.33333333%;
  }
.col-md-pull-3 {
    right: 25%;
  }
.col-md-pull-2 {
    right: 16.66666667%;
  }
.col-md-pull-1 {
    right: 8.33333333%;
  }
.col-md-pull-0 {
    right: auto;
  }
.col-md-push-12 {
    left: 100%;
  }
.col-md-push-11 {
    left: 91.66666667%;
  }
.col-md-push-10 {
    left: 83.33333333%;
  }
.col-md-push-9 {
    left: 75%;
  }
.col-md-push-8 {
    left: 66.66666667%;
  }
.col-md-push-7 {
    left: 58.33333333%;
  }
.col-md-push-6 {
    left: 50%;
  }
.col-md-push-5 {
    left: 41.66666667%;
  }
.col-md-push-4 {
    left: 33.33333333%;
  }
.col-md-push-3 {
    left: 25%;
  }
.col-md-push-2 {
    left: 16.66666667%;
  }
.col-md-push-1 {
    left: 8.33333333%;
  }
.col-md-push-0 {
    left: auto;
  }
.col-md-offset-12 {
    margin-left: 100%;
  }
.col-md-offset-11 {
    margin-left: 91.66666667%;
  }
.col-md-offset-10 {
    margin-left: 83.33333333%;
  }
.col-md-offset-9 {
    margin-left: 75%;
  }
.col-md-offset-8 {
    margin-left: 66.66666667%;
  }
.col-md-offset-7 {
    margin-left: 58.33333333%;
  }
.col-md-offset-6 {
    margin-left: 50%;
  }
.col-md-offset-5 {
    margin-left: 41.66666667%;
  }
.col-md-offset-4 {
    margin-left: 33.33333333%;
  }
.col-md-offset-3 {
    margin-left: 25%;
  }
.col-md-offset-2 {
    margin-left: 16.66666667%;
  }
.col-md-offset-1 {
    margin-left: 8.33333333%;
  }
.col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
.col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }
.col-lg-12 {
    width: 100%;
  }
.col-lg-11 {
    width: 91.66666667%;
  }
.col-lg-10 {
    width: 83.33333333%;
  }
.col-lg-9 {
    width: 75%;
  }
.col-lg-8 {
    width: 66.66666667%;
  }
.col-lg-7 {
    width: 58.33333333%;
  }
.col-lg-6 {
    width: 50%;
  }
.col-lg-5 {
    width: 41.66666667%;
  }
.col-lg-4 {
    width: 33.33333333%;
  }
.col-lg-3 {
    width: 25%;
  }
.col-lg-2 {
    width: 16.66666667%;
  }
.col-lg-1 {
    width: 8.33333333%;
  }
.col-lg-pull-12 {
    right: 100%;
  }
.col-lg-pull-11 {
    right: 91.66666667%;
  }
.col-lg-pull-10 {
    right: 83.33333333%;
  }
.col-lg-pull-9 {
    right: 75%;
  }
.col-lg-pull-8 {
    right: 66.66666667%;
  }
.col-lg-pull-7 {
    right: 58.33333333%;
  }
.col-lg-pull-6 {
    right: 50%;
  }
.col-lg-pull-5 {
    right: 41.66666667%;
  }
.col-lg-pull-4 {
    right: 33.33333333%;
  }
.col-lg-pull-3 {
    right: 25%;
  }
.col-lg-pull-2 {
    right: 16.66666667%;
  }
.col-lg-pull-1 {
    right: 8.33333333%;
  }
.col-lg-pull-0 {
    right: auto;
  }
.col-lg-push-12 {
    left: 100%;
  }
.col-lg-push-11 {
    left: 91.66666667%;
  }
.col-lg-push-10 {
    left: 83.33333333%;
  }
.col-lg-push-9 {
    left: 75%;
  }
.col-lg-push-8 {
    left: 66.66666667%;
  }
.col-lg-push-7 {
    left: 58.33333333%;
  }
.col-lg-push-6 {
    left: 50%;
  }
.col-lg-push-5 {
    left: 41.66666667%;
  }
.col-lg-push-4 {
    left: 33.33333333%;
  }
.col-lg-push-3 {
    left: 25%;
  }
.col-lg-push-2 {
    left: 16.66666667%;
  }
.col-lg-push-1 {
    left: 8.33333333%;
  }
.col-lg-push-0 {
    left: auto;
  }
.col-lg-offset-12 {
    margin-left: 100%;
  }
.col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
.col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
.col-lg-offset-9 {
    margin-left: 75%;
  }
.col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
.col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
.col-lg-offset-6 {
    margin-left: 50%;
  }
.col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
.col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
.col-lg-offset-3 {
    margin-left: 25%;
  }
.col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
.col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
.col-lg-offset-0 {
    margin-left: 0%;
  }
}
table {
  background-color: transparent;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table>thead>tr>th,
.table>tbody>tr>th,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>tbody>tr>td,
.table>tfoot>tr>td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
.table>thead>tr>th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}
.table>caption+thead>tr:first-child>th,
.table>colgroup+thead>tr:first-child>th,
.table>thead:first-child>tr:first-child>th,
.table>caption+thead>tr:first-child>td,
.table>colgroup+thead>tr:first-child>td,
.table>thead:first-child>tr:first-child>td {
  border-top: 0;
}
.table>tbody+tbody {
  border-top: 2px solid #dddddd;
}
.table .table {
  background-color: #ffffff;
}
.table-condensed>thead>tr>th,
.table-condensed>tbody>tr>th,
.table-condensed>tfoot>tr>th,
.table-condensed>thead>tr>td,
.table-condensed>tbody>tr>td,
.table-condensed>tfoot>tr>td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #dddddd;
}
.table-bordered>thead>tr>th,
.table-bordered>tbody>tr>th,
.table-bordered>tfoot>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>tbody>tr>td,
.table-bordered>tfoot>tr>td {
  border: 1px solid #dddddd;
}
.table-bordered>thead>tr>th,
.table-bordered>thead>tr>td {
  border-bottom-width: 2px;
}
.table-striped>tbody>tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table-hover>tbody>tr:hover {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table>thead>tr>td.active,
.table>tbody>tr>td.active,
.table>tfoot>tr>td.active,
.table>thead>tr>th.active,
.table>tbody>tr>th.active,
.table>tfoot>tr>th.active,
.table>thead>tr.active>td,
.table>tbody>tr.active>td,
.table>tfoot>tr.active>td,
.table>thead>tr.active>th,
.table>tbody>tr.active>th,
.table>tfoot>tr.active>th {
  background-color: #f5f5f5;
}
.table-hover>tbody>tr>td.active:hover,
.table-hover>tbody>tr>th.active:hover,
.table-hover>tbody>tr.active:hover>td,
.table-hover>tbody>tr:hover>.active,
.table-hover>tbody>tr.active:hover>th {
  background-color: #e8e8e8;
}
.table>thead>tr>td.success,
.table>tbody>tr>td.success,
.table>tfoot>tr>td.success,
.table>thead>tr>th.success,
.table>tbody>tr>th.success,
.table>tfoot>tr>th.success,
.table>thead>tr.success>td,
.table>tbody>tr.success>td,
.table>tfoot>tr.success>td,
.table>thead>tr.success>th,
.table>tbody>tr.success>th,
.table>tfoot>tr.success>th {
  background-color: #dff0d8;
}
.table-hover>tbody>tr>td.success:hover,
.table-hover>tbody>tr>th.success:hover,
.table-hover>tbody>tr.success:hover>td,
.table-hover>tbody>tr:hover>.success,
.table-hover>tbody>tr.success:hover>th {
  background-color: #d0e9c6;
}
.table>thead>tr>td.info,
.table>tbody>tr>td.info,
.table>tfoot>tr>td.info,
.table>thead>tr>th.info,
.table>tbody>tr>th.info,
.table>tfoot>tr>th.info,
.table>thead>tr.info>td,
.table>tbody>tr.info>td,
.table>tfoot>tr.info>td,
.table>thead>tr.info>th,
.table>tbody>tr.info>th,
.table>tfoot>tr.info>th {
  background-color: #d9edf7;
}
.table-hover>tbody>tr>td.info:hover,
.table-hover>tbody>tr>th.info:hover,
.table-hover>tbody>tr.info:hover>td,
.table-hover>tbody>tr:hover>.info,
.table-hover>tbody>tr.info:hover>th {
  background-color: #c4e3f3;
}
.table>thead>tr>td.warning,
.table>tbody>tr>td.warning,
.table>tfoot>tr>td.warning,
.table>thead>tr>th.warning,
.table>tbody>tr>th.warning,
.table>tfoot>tr>th.warning,
.table>thead>tr.warning>td,
.table>tbody>tr.warning>td,
.table>tfoot>tr.warning>td,
.table>thead>tr.warning>th,
.table>tbody>tr.warning>th,
.table>tfoot>tr.warning>th {
  background-color: #fcf8e3;
}
.table-hover>tbody>tr>td.warning:hover,
.table-hover>tbody>tr>th.warning:hover,
.table-hover>tbody>tr.warning:hover>td,
.table-hover>tbody>tr:hover>.warning,
.table-hover>tbody>tr.warning:hover>th {
  background-color: #faf2cc;
}
.table>thead>tr>td.danger,
.table>tbody>tr>td.danger,
.table>tfoot>tr>td.danger,
.table>thead>tr>th.danger,
.table>tbody>tr>th.danger,
.table>tfoot>tr>th.danger,
.table>thead>tr.danger>td,
.table>tbody>tr.danger>td,
.table>tfoot>tr.danger>td,
.table>thead>tr.danger>th,
.table>tbody>tr.danger>th,
.table>tfoot>tr.danger>th {
  background-color: #f2dede;
}
.table-hover>tbody>tr>td.danger:hover,
.table-hover>tbody>tr>th.danger:hover,
.table-hover>tbody>tr.danger:hover>td,
.table-hover>tbody>tr:hover>.danger,
.table-hover>tbody>tr.danger:hover>th {
  background-color: #ebcccc;
}
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
.table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #dddddd;
  }
.table-responsive>.table {
    margin-bottom: 0;
  }
.table-responsive>.table>thead>tr>th,
  .table-responsive>.table>tbody>tr>th,
  .table-responsive>.table>tfoot>tr>th,
  .table-responsive>.table>thead>tr>td,
  .table-responsive>.table>tbody>tr>td,
  .table-responsive>.table>tfoot>tr>td {
    white-space: nowrap;
  }
.table-responsive>.table-bordered {
    border: 0;
  }
.table-responsive>.table-bordered>thead>tr>th:first-child,
  .table-responsive>.table-bordered>tbody>tr>th:first-child,
  .table-responsive>.table-bordered>tfoot>tr>th:first-child,
  .table-responsive>.table-bordered>thead>tr>td:first-child,
  .table-responsive>.table-bordered>tbody>tr>td:first-child,
  .table-responsive>.table-bordered>tfoot>tr>td:first-child {
    border-left: 0;
  }
.table-responsive>.table-bordered>thead>tr>th:last-child,
  .table-responsive>.table-bordered>tbody>tr>th:last-child,
  .table-responsive>.table-bordered>tfoot>tr>th:last-child,
  .table-responsive>.table-bordered>thead>tr>td:last-child,
  .table-responsive>.table-bordered>tbody>tr>td:last-child,
  .table-responsive>.table-bordered>tfoot>tr>td:last-child {
    border-right: 0;
  }
.table-responsive>.table-bordered>tbody>tr:last-child>th,
  .table-responsive>.table-bordered>tfoot>tr:last-child>th,
  .table-responsive>.table-bordered>tbody>tr:last-child>td,
  .table-responsive>.table-bordered>tfoot>tr:last-child>td {
    border-bottom: 0;
  }
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
.visible-xs {
    display: block !important;
  }
table.visible-xs {
    display: table;
  }
tr.visible-xs {
    display: table-row !important;
  }
th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
.visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
.visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
.visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
.visible-sm {
    display: block !important;
  }
table.visible-sm {
    display: table;
  }
tr.visible-sm {
    display: table-row !important;
  }
th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
.visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
.visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
.visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
.visible-md {
    display: block !important;
  }
table.visible-md {
    display: table;
  }
tr.visible-md {
    display: table-row !important;
  }
th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
.visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
.visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
.visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
.visible-lg {
    display: block !important;
  }
table.visible-lg {
    display: table;
  }
tr.visible-lg {
    display: table-row !important;
  }
th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
.visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
.visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
.visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
.hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
.visible-print {
    display: block !important;
  }
table.visible-print {
    display: table;
  }
tr.visible-print {
    display: table-row !important;
  }
th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
.visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
.visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
.visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
.hidden-print {
    display: none !important;
  }
}
.logoNegro {
  position: relative;
  left: 16px;
  top: -3px;
}
.logoNegro img {
  max-width: 67px;
}
@media only screen and (min-width: 768px) {
.logoNegro {
    top: 0;
  }
}
.button,
.button-trasparent {
  color: black;
  background-color: white;
  padding: 11px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  font-weight: 600;
  position: relative;
  line-height: 20px;
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  -ms-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
  overflow: hidden;
}
.button:after,
.button-trasparent:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  background-color: #a33526;
  width: 0;
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  -ms-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
  z-index: 9;
}
.button:hover,
.button-trasparent:hover {
  color: white;
}
.button:hover span,
.button-trasparent:hover span {
  position: relative;
  z-index: 10;
}
.button:hover:after,
.button-trasparent:hover:after {
  width: 100%;
}
.button-store:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -1px;
  background: url("images/buttons/playstore.png") no-repeat center center;
  width: 18px;
  height: 18px;
  margin-right: 10px;
  background-size: contain;
  z-index: 11;
  position: relative;
}
.button-store.appstore:before {
  content: "";
  display: inline-block;
  background: url("images/buttons/apple.png") 0 0;
  background-size: unset;
  background-repeat: no-repeat;
  background-size: cover;
  width: 18px;
  height: 18px;
  top: -2px;
}
.button-store.appstore:hover:before {
  content: "";
  background: url("images/buttons/apple.png") 0 -18px;
  background-size: unset;
  background-repeat: no-repeat;
  background-size: cover;
  width: 18px;
  height: 18px;
  z-index: 11;
  position: relative;
}
.button-blue {
  background-color: #db4938;
  color: white;
}
.button-blue.appstore:before {
  content: "";
  display: inline-block;
  background: url("images/buttons/apple.png") 0 -18px;
  background-size: unset;
  background-repeat: no-repeat;
  background-size: cover;
  width: 18px;
  height: 18px;
  top: -2px;
}
.button-trasparent {
  background-color: transparent;
  border: 1px solid #db4938;
  color: #db4938;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 2px;
}
.button-trasparent span {
  font-weight: 400;
}
body {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 400;
}
body,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size-adjust: 0.5;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
a,
small,
ul,
ol,
li {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  color: #db4938;
}
p {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  margin-bottom: 20px;
}
h1 {
  font-size: 45px;
  line-height: 46px;
}
h2 {
  font-size: 35px;
  line-height: 43px;
}
h3 {
  font-size: 1.375em;
  line-height: 1.13636364;
  margin-bottom: 16px;
}
h4 {
  font-size: 1.125em;
  line-height: 1.11111111;
  margin-bottom: 14px;
}
h5 {
  font-size: 1em;
  line-height: 1;
  margin-bottom: 12px;
}
h6 {
  font-size: 0.85em;
  line-height: 1;
  margin-bottom: 10px;
}
blockquote {
  border-left: 6px solid #00407b;
  padding: 20px 20px 20px 40px;
  font-size: 18px;
  line-height: 1.25;
  margin-bottom: 30px;
  background: #e0e0e0;
  color: #222;
}
blockquote p {
  font-size: 18px;
  line-height: 1.25;
  margin: 0;
  color: #222;
}
p>a {
  text-decoration: underline;
}
a {
  color: #0451dd;
}
a:hover {
  color: #00407b;
}
a,
a:hover,
a:active,
a:focus {
  -webkit-transition: all 230ms ease-in-out;
  -moz-transition: all 230ms ease-in-out;
  -ms-transition: all 230ms ease-in-out;
  -o-transition: all 230ms ease-in-out;
  transition: all 230ms ease-in-out;
}
b,
strong {
  font-weight: 700;
}
i {
  font-style: italic;
}
@media all and (min-width: 768px) {
p {
    line-height: 1.375;
  }
h1 {
    font-size: 40px;
    line-height: 42px;
  }
h2 {
    font-size: 2em;
    line-height: 1.25;
  }
h3 {
    font-size: 1.5em;
    line-height: 1.25;
  }
h4 {
    font-size: 1.2em;
    line-height: 1.22222222;
  }
h5 {
    font-size: 1em;
    line-height: 1;
  }
h6 {
    font-size: 0.85em;
    line-height: 1;
  }
}
@media all and (min-width: 992px) {
h1 {
    font-size: 64px;
    line-height: 1.05;
  }
h2 {
    font-size: 45px;
    line-height: 47px;
  }
h3 {
    font-size: 1.75em;
    line-height: 1.25;
  }
}
body {
  
  background-color: #f0f5fa;
}
.only-desktop {
  display: none;
}
@media only screen and (min-width: 768px) {
.only-desktop {
    display: block;
  }
.only-mobile {
    display: none;
  }
}
.hero {
  
  padding: 0 0 20px 0;
  position: relative;
  overflow: hidden;

  background-repeat: no-repeat;

  background-size: cover;

  background-position: center center;
}
.hero .hero-points {
  position: absolute;
  top: -140px;
  right: -40px;
  width: 338px;
}
.hero:after {
  content: "";
  display: block;
  width: 380px;
  height: 380px;
  position: absolute;
  right: -50%;
  top: -20%;
  z-index: 9;
  opacity: 0.05;
  border-radius: 50%;
}
.hero:before {
  content: "";
  display: block;
  position: absolute;
  top: -62px;
  left: -45px;
  width: 328px;
  height: 246px;
  opacity: 0.3;
}
.hero h1,
.hero p {
  color: white;
  margin-bottom: 10px;
}
.hero p {
  margin-bottom: 20px;
}
.hero p br {
  display: none;
}
@media only screen and (min-width: 768px) {
.hero p br {
    display: inline-block;
  }
}
.hero .button,
.hero .button-trasparent {
  margin-bottom: 16px;
}
@media only screen and (min-width: 768px) {
.hero {
    
    padding: 46px 0 0 0;
  }
.hero .button,
  .hero .button-trasparent {
    margin: 0;
    display: inline-block;
    min-width: 120px;
    text-align: center;
  }
.hero .button.appstore,
  .hero .appstore.button-trasparent {
    margin-left: 10px;
  }
.hero:after {
    content: "";
    width: 184px;
    height: 184px;
    right: auto;
    left: -40px;
    top: auto;
    bottom: -40px;
  }
.hero:before {
    content: "";
    display: block;
    position: absolute;
    top: -62px;
    left: -45px;
    width: 328px;
    height: 246px;
    opacity: 0.3;
    display: none;
  }
}
@media only screen and (min-width: 992px) {
.hero:before {
    content: "";
    display: block;
    position: absolute;
    top: auto;
    bottom: -140px;
    left: 80px;
    width: 300px;
    height: 246px;
    opacity: 0.3;
  }
.hero:after {
    content: "";
    width: 384px;
    height: 384px;
    left: -200px;
    bottom: -220px;
  }
.hero p {
    font-size: 20px;
  }
.hero .button,
  .hero .button-trasparent {
    min-width: 124px;
    border-radius: 4px;
  }
}
@media only screen and (min-width: 768px) {
.hero .container {
    display: flex;
    align-items: center;
  }
.hero .container .hero-left,
  .hero .container .hero-right {
    width: 50%;
    order: 1;
  }
.hero .container .hero-left {
    order: 2;
  }
}
.hero-phone-box {
  position: absolute;
  z-index: 99;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  -webkit-transform: translateY(5px);
  -moz-transform: translateY(5px);
  -ms-transform: translateY(5px);
  -o-transform: translateY(5px);
  transform: translateY(5px);
}
@media only screen and (min-width: 768px) {
.hero-phone-box {
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
  }
}
.hero-phone {
  max-width: 200px;
}
@media only screen and (min-width: 768px) {
.hero-phone {
    max-width: 280px;
  }
}
@media only screen and (min-width: 992px) {
.hero-phone {
    top: -20px;
    position: relative;
  }
}
@media only screen and (min-width: 1200px) {
.hero-phone {
    max-width: 427px;
    top: 0px;
    left: 10px;
  }
}
.hero-figure {
  width: 100%;
  max-width: 270px;
  position: relative;
  z-index: 998;
  bottom: -20px;
  z-index: -20;
  opacity: 0;
}
@media only screen and (min-width: 768px) {
.hero-figure {
    max-width: 370px;
    z-index: -20;
    opacity: 0;
  }
}
@media only screen and (min-width: 992px) {
.hero-figure {
    bottom: 0px;
    z-index: -20;
    opacity: 0;
  }
}
@media only screen and (min-width: 1200px) {
.hero-figure {
    max-width: 623px;
    z-index: -20;
    opacity: 0;
  }
}
.hero-phone-figure {
  position: relative;
  text-align: center;
  overflow: hidden;
  margin-bottom: 28px;
  z-index: -20;
  opacity: 0;
}
.hero-phone-figure:after {
  content: "";
  height: 45px;
  width: 100%;
  bottom: 0;
  left: 0;
  background-color: #db4938;
  -webkit-mask: linear-gradient(transparent, #fff);
  mask: linear-gradient(transparent, #fff);
  display: block;
  position: absolute;
  z-index: 999;
  z-index: -20;
  opacity: 0;
}
@media only screen and (min-width: 768px) {
.hero-phone-figure {
    margin-bottom: 0;
    z-index: -20;
    opacity: 0;
  }
.hero-phone-figure:after {
    display: none;
    z-index: -20;
    opacity: 0;
  }
}
.credencial-showcase-wrap {
  overflow-x: hidden !important;
  overflow-y: scroll !important;
  display: none;
}
@media only screen and (min-width: 992px) {
.credencial-showcase-wrap {
    display: block;
  }
}
.credencial-showcase {
  width: 300% !important;
  display: flex;
  flex-wrap: nowrap;
  background-color: #f3f6fb;
  position: relative;
}
.credencial-showcase:after {
  content: "";
  position: absolute;
  display: block;
  bottom: 0;
  left: 9%;
  z-index: 1;
  width: 950px;
  height: 759px;
  background: url("../images/slider-credencial/bkg-bottom.png") no-repeat center bottom;
  background-size: contain;
}
.credencial-showcase:before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 20%;
  z-index: 1;
  width: 135px;
  height: 135px;
  border-radius: 50px;
  background: #00b79e;
  filter: blur(100px);
}
@media only screen and (min-width: 768px) {
.credencial-showcase:before {
    left: 0;
  }
}
.panel {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 9;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
.panel {
    height: 100vh;
  }
}
.slider-credencial {
  padding: 55px 0 25px 0;
  width: 100%;
}
.slider-credencial h2 {
  margin-bottom: 16px;
  font-size: 40px;
  line-height: 46px;
}
.slider-credencial p {
  max-width: 485px;
  font-size: 18px;
  line-height: 22px;
  height: 70px;
}
.slider-credencial .appstore {
  margin-top: 16px;
}
@media only screen and (min-width: 768px) {
.slider-credencial {
    display: flex;
    align-items: center;
    padding: 86px 15px;
  }
.slider-credencial .slider-credencial__col {
    width: 50%;
  }
.slider-credencial .slider-credencial__col .button,
  .slider-credencial .slider-credencial__col .button-trasparent {
    display: inline-block;
    width: 143px;
    border-radius: 4px;
    text-align: center;
  }
.slider-credencial .slider-credencial__col .button.appstore,
  .slider-credencial .slider-credencial__col .appstore.button-trasparent {
    margin-left: 20px;
  }
}
@media only screen and (min-width: 992px) {
.slider-credencial {
    max-width: 1000px;
  }
.slider-credencial h2 {
    font-size: 64px;
    line-height: 64px;
  }
.slider-credencial p {
    font-size: 22px;
    line-height: 26px;
    max-width: 500px;
  }
}
.slider-credencial__tag {
  background-color: #1ad2b9;
  color: white;
  font-weight: 600;
  display: inline-block;
  line-height: 28px;
  border-radius: 20px;
  padding: 4px 12px;
}
.slider-credencial__bajada {
  display: block;
  color: #db4938;
  margin: 16px 0;
}
.slider-credencial__imagen {
  width: 100%;
  height: auto;
  max-width: 240px;
  display: block;
  margin: 30px auto 0 auto;
}
@media only screen and (min-width: 768px) {
.slider-credencial__imagen {
    margin: 0 auto;
    max-width: 360px;
  }
}
.credencial-showcase-mobile {
  position: relative;
  background-color: #f5f5f5;
  text-align: center;
  padding: 44px 0;
  box-sizing: border-box;
}
.credencial-showcase-mobile article {
  background: url("../images/slider-credencial/bkg.png") no-repeat right top;
  background-size: contain;
  position: relative;
  padding: 0 24px;
}
.credencial-showcase-mobile article:before {
  content: "";
  display: block;
  height: 84px;
  width: 84px;
  background: #00b79e;
  filter: blur(85.085px);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  border-radius: 100px;
}
.credencial-showcase-mobile article.medio {
  background: none no-repeat left bottom;
  background-size: contain;
}
.credencial-showcase-mobile article.medio:before {
  content: "";
  display: block;
  height: 84px;
  width: 84px;
  background: #00b79e;
  filter: blur(85.085px);
  position: absolute;
  bottom: 90px;
  left: auto;
  right: 0;
  z-index: 1;
  border-radius: 100px;
}
.credencial-showcase-mobile small {
  text-transform: uppercase;
}
.credencial-showcase-mobile h2 {
  font-size: 40px;
  margin: 16px 0 44px 0;
}
.credencial-showcase-mobile p {
  font-size: 18px;
  line-height: 22px;
  max-width: 320px;
  margin: 0 auto;
}
.credencial-showcase-mobile hr {
  height: 1px;
  border: 0;
  width: 104px;
  background: #bdbdbd;
  margin: 32px auto;
}
.credencial-showcase-mobile h4 {
  font-size: 22px;
  line-height: 26px;
  margin-top: 20px;
}
.credencial-showcase-mobile article,
.credencial-showcase-mobile .button,
.credencial-showcase-mobile .button-trasparent {
  position: relative;
  z-index: 9;
}
.credencial-showcase-mobile:before {
  content: "";
  display: block;
  height: 84px;
  width: 84px;
  background: #00b79e;
  filter: blur(85.085px);
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  border-radius: 100px;
}
.credencial-showcase-mobile:after {
  content: "";
  display: block;
  height: 84px;
  width: 84px;
  background: #00b79e;
  filter: blur(85.085px);
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
  border-radius: 100px;
}
.credencial-showcase-mobile .contenedor-botones {
  padding: 44px 24px 0 24px;
  max-width: 320px;
  margin: 0 auto;
  position: relative;
}
.credencial-showcase-mobile .contenedor-botones:after {
  content: "";
  display: block;
  height: 84px;
  width: 84px;
  background: #00b79e;
  filter: blur(85.085px);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  border-radius: 100px;
}
.credencial-showcase-mobile .contenedor-botones .button-store {
  margin-bottom: 16px;
}
@media only screen and (min-width: 992px) {
.credencial-showcase-mobile {
    display: none;
  }
}
.como-usarla {
  background-color: #f0f5fa;
  padding: 56px 0;
}
.como-usarla .como-usarla__col:nth-of-type(1) {
  padding-left: 15px;
  padding-right: 15px;
}
.como-usarla .como-usarla__col .como-usarla__box {
  background-color: white;
  border-radius: 10px;
}
.como-usarla .como-usarla__col.right-col {
  background-color: transparent;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
.como-usarla {
    padding: 70px 0;
  }
.como-usarla .container {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: space-between;
  }
.como-usarla .container .como-usarla__col {
    width: 53%;
    background-color: white;
    border-radius: 10px;
  }
.como-usarla .container .como-usarla__col:nth-of-type(1) {
    padding-left: 0;
    padding-right: 0;
  }
.como-usarla .container .como-usarla__col .como-usarla__box {
    background-color: transparent;
    border-radius: 0;
  }
.como-usarla .container .como-usarla__col.right-col {
    background: linear-gradient(224.79deg, #e8634f 2.97%, #7a2418 96.51%);
    border-radius: 10px;
    width: 43%;
    position: relative;
  }
}
@media only screen and (min-width: 992px) {
.como-usarla {
    padding: 120px 0;
  }
}
.como-usarla__box {
  padding: 30px;
  margin-bottom: 16px;
  text-align: center;
}
.como-usarla__box h2 {
  font-size: 28px;
  line-height: 34px;
  margin-bottom: 16px;
}
.como-usarla__box p {
  font-size: 14px;
  line-height: 17px;
  max-width: 285px;
  margin-left: auto;
  margin-right: auto;
}
.como-usarla__box .button,
.como-usarla__box .button-trasparent {
  display: inline-block;
  width: 100%;
  text-align: center;
  max-width: 135px;
  margin: 0 7px;
}
@media only screen and (min-width: 768px) {
.como-usarla__box {
    padding: 60px 0px 60px 30px;
    display: flex;
    align-items: center;
    text-align: left;
    box-sizing: border-box;
    margin: 0;
    width: 100%;
    height: 100%;
  }
.como-usarla__box h2 {
    font-size: 34px;
    line-height: 40px;
  }
.como-usarla__box p {
    margin-left: 0;
  }
.como-usarla__box .button,
  .como-usarla__box .button-trasparent {
    margin: 0;
    width: 133px;
  }
.como-usarla__box .button:nth-of-type(2),
  .como-usarla__box .button-trasparent:nth-of-type(2) {
    margin-left: 5px;
  }
}
@media only screen and (min-width: 992px) {
.como-usarla__box {
    padding: 122px 0 122px 50px;
  }
.como-usarla__box h2 {
    font-size: 40px;
    line-height: 46px;
    margin-bottom: 20px;
  }
.como-usarla__box p {
    font-size: 18px;
    line-height: 22px;
    max-width: 100%;
    margin-bottom: 40px;
  }
.como-usarla__box .button,
  .como-usarla__box .button-trasparent {
    padding: 16px 13px;
  }
.como-usarla__box .button:nth-of-type(2),
  .como-usarla__box .button-trasparent:nth-of-type(2) {
    margin-left: 17px;
  }
}
@media only screen and (min-width: 1200px) {
.como-usarla__box {
    padding: 119px 103px;
  }
.como-usarla__box .button,
  .como-usarla__box .button-trasparent {
    border-radius: 4px;
  }
.como-usarla__box .button:nth-of-type(2),
  .como-usarla__box .button-trasparent:nth-of-type(2) {
    margin-left: 20px;
  }
}
@media (max-width: 600px) {
.como-usarla__slider {
    position: relative;
    left: -10px;
    overflow: visible;
  }
.como-usarla__slider .owl-carousel .owl-stage-outer {
    overflow: visible !important;
  }
}
@media only screen and (max-width: 767px) {
.como-usarla-buttons-mobile {
    display: flex;
  }
}
.como-usarla .container {
  width: 100%;
  padding: 0;
}
@media only screen and (min-width: 768px) {
.como-usarla .container {
    width: 750px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (min-width: 992px) {
.como-usarla .container {
    width: 970px;
  }
}
@media only screen and (min-width: 1200px) {
.como-usarla .container {
    width: 1170px;
  }
}
@media only screen and (min-width: 768px) {
.como-usarla__slider {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
  }
}
.owl-steps__content {
  background: linear-gradient(224.79deg, #e8634f 2.97%, #7a2418 96.51%);
  border-radius: 10px;
  text-align: center;
  width: 100%;
  padding: 30px;
  box-sizing: border-box;
  min-height: 324px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.owl-steps__content * {
  color: white;
}
.owl-steps__content p {
  font-size: 16px;
  line-height: 22px;
}
.owl-steps__content h3 {
  margin: 4px 0 10px 0;
}
.owl-steps__content a {
  font-weight: 600;
}
.owl-steps__content a:hover {
  opacity: 0.7;
  color: white;
}
@media only screen and (min-width: 768px) {
.owl-steps__content {
    background: none;
  }
}
.owl-pasos .owl-item {
  opacity: 0.5;
}
.owl-pasos .owl-item.active {
  opacity: 1;
}
.arrowN:before {
  content: url("../images/icons/arrow.svg");
  display: inline-block;
  height: 32px;
  width: 32px;
  margin: 0 10px;
}
.arrowN.arrowN-left::before {
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.arrowN:hover {
  opacity: 0.8;
}
.no-slide {
  opacity: 0.5;
  pointer-events: none;
}
.box-beneficios {
  background-color: white;
  padding: 36px 0;
}
.box-beneficios h3 {
  margin-bottom: 39px;
  padding-left: 15px;
  width: 200px;
}
.box-beneficios h3 br {
  display: none;
}
.box-beneficios h3:after {
  content: "";
  height: 2px;
  width: 47px;
  display: block;
  margin: 18px 0 0 0;
  background-color: #db4938;
}
@media only screen and (min-width: 768px) {
.box-beneficios h3 {
    width: 86%;
    margin-right: 0;
    margin-left: auto;
    font-size: 30px;
    line-height: 36px;
  }
.box-beneficios h3 br {
    display: block;
  }
.box-beneficios h3:after {
    content: "";
    width: 85px;
    margin-top: 40px;
  }
}
@media only screen and (min-width: 992px) {
.box-beneficios h3 {
    width: 86%;
    font-size: 40px;
    line-height: 46px;
  }
}
@media only screen and (min-width: 1200px) {
.box-beneficios h3 {
    width: 90%;
  }
}
@media only screen and (min-width: 1300px) {
.box-beneficios h3 {
    width: 71%;
  }
}
.box-beneficios .container {
  width: 100%;
  padding: 0;
}
@media only screen and (min-width: 768px) {
.box-beneficios .container {
    width: initial;
    padding-left: 15px;
    padding-right: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
  }
.box-beneficios .container .box-beneficios__col {
    width: 36%;
  }
.box-beneficios .container .box-beneficios__col.col-last {
    width: 64%;
  }
}
@media only screen and (min-width: 992px) {
.box-beneficios {
    padding-top: 120px;
  }
}
.box-beneficios .button-trasparent {
  background-color: #db4938;
  color: white;
  border-color: #db4938;
}
.box-beneficios .button-trasparent:hover {
  background-color: #a33526;
  border-color: #a33526;
  color: white;
}
@media only screen and (min-width: 768px) {
.box-beneficios .button-trasparent {
    display: inline-block;
    margin: 16px 0 0 14%;
    padding: 12px 24px;
  }
}
.beneficio figure {
  padding-bottom: 24px;
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 16px;
}
.beneficio figure img {
  border-radius: 8px;
}
.beneficio h4 {
  font-size: 18px;
  color: #db4938;
  font-weight: 400;
  margin-bottom: 8px;
}
@media only screen and (min-width: 768px) {
.beneficio h4 {
    font-size: 22px;
  }
}
.beneficio p {
  font-size: 16px;
  margin-bottom: 0;
}
.owl-beneficios .owl-stage {
  padding-left: 15px !important;
  overflow: hidden !important;
}
.slider-counter {
  width: 23px;
}
.slider-counter:before {
  content: "0";
}
.slider-counter-desktop {
  display: none;
}
.slider-counter-box {
  margin-top: 40px;
  padding-left: 15px;
  color: #db4938;
  font-weight: 600;
}
.slider-counter-box .cantidad {
  opacity: 0.2;
  margin-right: 44px;
  color: black;
}
.slider-counter-box .slider-counter,
.slider-counter-box .owl-nav {
  display: inline-block;
}
.slider-counter-box .owl-nav {
  margin-left: 20px;
  position: relative;
  top: -2px;
}
.slider-counter-box .owl-nav.disabled {
  display: none !important;
}
.slider-counter-box .owl-prev,
.slider-counter-box .owl-next {
  background-color: transparent;
  border: 0;
  width: 26px;
  padding: 0;
}
.slider-counter-box .owl-prev img,
.slider-counter-box .owl-next img {
  width: 100%;
}
.slider-counter-box .owl-prev {
  
  position: relative;
  top: 3px;
  margin-right: 24px;
}
.slider-counter-box .disabled {
  opacity: 0.2;
  filter: grayscale(100%);
}
@media only screen and (min-width: 768px) {
.slider-counter-box {
    position: relative;
    top: -42px;
    margin: 0;
  }
.slider-counter-box .owl-prev,
  .slider-counter-box .owl-next {
    width: 32px;
    padding: 0;
  }
.slider-counter-box .owl-prev {
    top: 2px;
  }
}
@media only screen and (min-width: 992px) {
.slider-counter-box {
    width: 240px;
    text-align: right;
  }
}
@media only screen and (min-width: 1300px) {
.slider-counter-box {
    width: 24%;
  }
}
@media only screen and (min-width: 768px) {
.slider-counter {
    display: none !important;
  }
.slider-counter-desktop {
    display: inline-block;
  }
.slider-counter-desktop:before {
    content: "0";
  }
}
.box-faqs {
  padding: 40px 0;
}
.box-faqs h2 {
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 40px;
}
@media only screen and (min-width: 768px) {
.box-faqs {
    padding: 77px 0;
  }
.box-faqs .container {
    display: flex;
  }
.box-faqs .container .box-faqs__col {
    width: 65%;
    position: relative;
  }
.box-faqs .container .box-faqs__col:nth-of-type(1) {
    width: 45%;
  }
.box-faqs h2 {
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 0;
  }
.box-faqs .button-trasparent {
    margin-bottom: 16px;
    margin-top: 244px;
    display: inline-block;
  }
}
@media only screen and (min-width: 992px) {
.box-faqs {
    padding: 120px 0;
  }
.box-faqs h2 {
    font-size: 40px;
    line-height: 46px;
  }
.box-faqs .button-trasparent {
    margin-top: 226px;
  }
}
@media only screen and (min-width: 1300px) {
.box-faqs .button-trasparent {
    margin-top: 290px;
  }
}
.accordion-item {
  padding: 0 0;
  margin: 0;
  overflow: hidden;
  margin-bottom: 16px;
}
.accordion-tab-container {
  display: flex;
  flex-flow: row nowrap;
  background-color: white;
  border-radius: 8px;
  padding: 23px 79px 23px 23px;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative;
}
.accordion-item h3 {
  font-size: 15px;
  line-height: 19px;
  font-weight: 400;
  margin: 0;
}
@media only screen and (min-width: 992px) {
.accordion-item h3 {
    font-size: 18px;
    line-height: 22px;
  }
}
.accordion-item span.accordion-caret {
  position: absolute;
  right: 0;
  top: 0;
  display: flex;
  height: 100%;
  width: 60px;
  align-items: center;
  justify-content: center;
}
.accordion-item span.accordion-caret span {
  background-color: #db4938;
  height: 1px;
  width: 14px;
  display: block;
}
.accordion-item span.accordion-caret span:nth-of-type(2) {
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  position: absolute;
}
.accordion-item .display {
  padding: 16px 24px 0 24px;
  margin-bottom: -16px;
  max-height: 0px;
  transition: max-height 0.3s ease;
  overflow: hidden;
}
.accordion-item .display p {
  font-size: 16px;
  line-height: 22px;
}
@media only screen and (min-width: 768px) {
.accordion-item .display p {
    font-size: 18px;
    line-height: 24px;
  }
}
.accordion-item.active .display {
  max-height: 500px;
  transition: max-height 1s ease;
  overflow: hidden;
}
.active .accordion-caret {
  transition: transform 0.2s ease-in-out;
}
.active .accordion-caret span:nth-of-type(2) {
  display: none;
}
.accordion-caret {
  transition: transform 0.2s ease-in-out;
}
.box-button {
  text-align: center;
  padding: 30px 0 40px 0;
}
.box-button a {
  display: inline-block;
}
.box-button a span {
  font-weight: 400;
}
.accordion-item ul {
  padding-left: 20px;
}
.accordion-item ul li {
  list-style: initial;
  list-style-position: outside;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 10px;
}
@media only screen and (min-width: 768px) {
.accordion-item ul li {
    font-size: 18px;
    line-height: 24px;
  }
}
.box-blue-app {
  position: relative;
  margin: 49px 0;
  padding: 30px;
  box-sizing: border-box;
}
.box-blue-app:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(73.12deg, #7a2418 7.86%, #db4938 51.46%, #e8634f 103.6%);
  border-radius: 8px;
  z-index: 1;
}
.box-blue-app .box-blue-app__col {
  position: relative;
  z-index: 9;
}
.box-blue-app .box-blue-app__col h3,
.box-blue-app .box-blue-app__col p {
  color: white;
  font-size: 28px;
  line-height: 34px;
}
.box-blue-app .box-blue-app__col p {
  font-size: 14px;
  line-height: 17px;
}
.box-blue-app .box-blue-app__col .button-content {
  padding-top: 24px;
}
.box-blue-app .box-blue-app__col .button-content a {
  border-radius: 4px;
  margin-bottom: 16px;
}
.box-blue-app .box-blue-app__col .button-content a:nth-of-type(2) {
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
.box-blue-app .box-blue-app__col p {
    margin-bottom: 0;
  }
.box-blue-app .box-blue-app__col .button-content a {
    width: 114px;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    margin-bottom: 0;
  }
.box-blue-app .box-blue-app__col .button-content a:nth-of-type(2) {
    margin-left: 3px;
  }
}
@media only screen and (min-width: 992px) {
.box-blue-app .box-blue-app__col h3 {
    font-size: 40px;
    line-height: 46px;
  }
.box-blue-app .box-blue-app__col p {
    font-size: 18px;
    line-height: 22px;
  }
.box-blue-app .box-blue-app__col .button-content a {
    width: 150px;
  }
.box-blue-app .box-blue-app__col .button-content a span {
    font-size: 16px;
  }
.box-blue-app .box-blue-app__col .button-content a:nth-of-type(2) {
    margin-left: 22px;
  }
}
@media only screen and (min-width: 768px) {
.box-blue-app {
    display: flex;
    align-items: center;
    justify-content: center;
  }
.box-blue-app .box-blue-app__col {
    width: 45%;
    padding-right: 40px;
  }
.box-blue-app .box-blue-app__col:nth-of-type(2) {
    width: 55%;
    padding: 0;
  }
.box-blue-app:before {
    content: "";
    max-width: 619px;
  }
}
@media only screen and (min-width: 1200px) {
.box-blue-app {
    padding: 90px 0 90px 102px;
  }
.box-blue-app .box-blue-app__col>div {
    padding: 58px 0 58px 0;
  }
.box-blue-app .box-blue-app__col>div p {
    max-width: 400px;
  }
.box-blue-app:before {
    content: "";
    max-width: 894px;
  }
}
.video {
  position: relative;
  border-radius: 6px;
  overflow: hidden;
}
.video * {
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  -ms-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}
.video .video-icon {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.6);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.video .video-icon span {
  background-color: white;
  display: block;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 39px;
  border-radius: 40px;
}
.video .video-icon span img {
  width: 10px;
  position: relative;
  left: 1px;
}
@media only screen and (min-width: 992px) {
.video .video-icon span {
    width: 66px;
    height: 66px;
    line-height: 66px;
  }
.video .video-icon span img {
    width: 12px;
  }
}
.video img {
  width: 100%;
  height: auto;
}
.to-video:hover .video-icon span {
  background-color: #e1e1e1;
}
.to-video:hover .video-icon img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.3);
}
.ocultar-sin-comercial {
  display: none;
}
.modal {
  display: none;
}
.modal .background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.95);
  z-index: 9999;
}
.modal .box {
  position: fixed;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 99999;
  top: 0;
  bottom: 0;
}
.box-flex {
  height: 100vh;
  width: 100%;
  position: relative;
  z-index: 99;
  display: flex;
  align-items: center;
  justify-content: center;
}
.box-flex .content {
  width: 100%;
  padding: 24px;
  max-width: 860px;
}
.modal .close {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  z-index: 999999;
  height: 64px;
  width: 64px;
  background-color: white;
  border-radius: 0 0 0 5px;
  text-align: center;
  line-height: 64px;
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  -ms-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}
.modal .close:hover {
  background-color: #d1d1d1;
}
.responsive-video {
  position: relative;
  padding-bottom: 52.15%;
  padding-top: 25px;
  height: 0;
}
.responsive-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.stop {
  overflow: hidden;
}
.video-caption {
  margin-top: 16px;
  padding: 0 15px;
}
.video-caption img,
.video-caption div {
  display: inline-block;
  vertical-align: top;
}
.video-caption img hr,
.video-caption div hr {
  background: white;
  border: 0;
  height: 1px;
  width: 200px;
  margin: 12px 0 8px 0;
}
.video-caption img *,
.video-caption div * {
  color: white;
}
.video-caption img {
  width: 48px;
  margin-right: 14px;
  margin-bottom: 15px;
}
.video-caption h4 {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 0;
}
.video-caption p {
  font-size: 14px;
  max-width: 350px;
}
@media only screen and (min-width: 992px) {
.video-caption h4 {
    font-size: 22px;
  }
.video-caption p {
    font-size: 16px;
  }
}
.box-prefooter {
  padding: 62px 24px;
  text-align: center;
}
.box-prefooter small {
  color: #db4938;
  display: block;
  margin-bottom: 20px;
}
.box-prefooter h2 {
  font-size: 40px;
  line-height: 46px;
  margin-bottom: 40px;
}
.box-prefooter h2 br {
  display: none;
}
.box-prefooter .button,
.box-prefooter .button-trasparent {
  margin-bottom: 16px;
  border-radius: 4px;
}
.box-prefooter .button:nth-of-type(2),
.box-prefooter .button-trasparent:nth-of-type(2) {
  margin-bottom: 40px;
}
.box-prefooter a.link {
  color: #3d3d3d;
  font-size: 14px;
}
.box-prefooter a.link:hover {
  color: #db4938;
}
@media only screen and (min-width: 768px) {
.box-prefooter .button,
  .box-prefooter .button-trasparent {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    margin: 0 5px 40px 5px;
    width: 145px;
    padding: 15px 10px;
  }
.box-prefooter h2 br {
    display: block;
  }
}
@media only screen and (min-width: 1200px) {
.box-prefooter {
    padding: 109px 0;
  }
.box-prefooter small {
    font-size: 18px;
  }
.box-prefooter h2 {
    font-size: 64px;
    line-height: 64px;
    margin-bottom: 62px;
  }
.box-prefooter .button,
  .box-prefooter .button-trasparent {
    margin-bottom: 48px;
  }
.box-prefooter .button:nth-of-type(2),
  .box-prefooter .button-trasparent:nth-of-type(2) {
    margin-bottom: 48px;
  }
}
.hero-faqs {
  padding: 38px 24px;
  text-align: center;
}
.hero-faqs h1 {
  font-size: 34px;
  line-height: 40px;
}
.hero-faqs h1:after {
  content: "";
  background-color: #db4938;
  width: 85px;
  height: 2px;
  display: block;
  margin: 20px auto;
}
@media only screen and (min-width: 768px) {
.hero-faqs {
    padding: 55px 0;
  }
.hero-faqs h1 {
    font-size: 40px;
    line-height: 46px;
  }
.hero-faqs h1 br {
    display: none;
  }
.hero-faqs p {
    font-size: 18px;
    line-height: 22px;
    max-width: 486px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (min-width: 992px) {
.hero-faqs {
    padding: 65px 0 0 0;
  }
}
.page-faqs .box-faqs h2 {
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 24px;
}
@media only screen and (min-width: 768px) {
.page-faqs .container .box-faqs__col {
    width: 65%;
  }
.page-faqs .container .box-faqs__col:nth-of-type(1) {
    width: 35%;
  }
}
@media only screen and (min-width: 992px) {
.page-faqs .box-faqs h2 {
    font-size: 34px;
    line-height: 40px;
  }
}
.scroll-fixed {
  padding: 0 0 20px 0;
  position: relative;
  overflow: hidden;
  text-align: center;
}
@media only screen and (min-width: 768px) {
.scroll-fixed {
    text-align: left;
  }
}
@media only screen and (min-width: 992px) {
.scroll-fixed {
    padding: 0 0 20px 0;
    position: relative;
  }
}
@media only screen and (min-width: 992px) {
.scroll-fixed .container-scroll {
    height: 100vh;
  }
}
.indicators {
  display: none;
}
@media only screen and (min-width: 992px) {
.indicators {
    position: absolute;
    right: 4rem;
    top: 15rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-top: 10vh;
  }
}
@media only screen and (min-width: 992px) {
.indicator {
    width: 100%;
    flex-grow: 1;
    margin: 8px 0;
    color: #c6c6c6;
  }
}
.indicators svg {
  width: 1.2rem;
}
.indicator--first {
  padding-left: 1px;
  display: flex;
  flex-direction: column;
  align-items: baseline;
}
.indicator--first span {
  padding-top: 1.25rem;
}
.indicator--last {
  padding-left: 1px;
  display: flex;
  flex-direction: column;
  align-items: baseline;
}
.arrow {
  fill: #db4938;
}
.arrow--active {
  fill: #c6c6c6 !important;
}
.indicator--last span {
  padding-bottom: 1.25rem;
}
.scroll-slide {
  margin: 4.625rem 0 8.125rem 0;
}
@media only screen and (min-width: 768px) {
.scroll-slide {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
  }
}
@media only screen and (min-width: 992px) {
.scroll-slide {
    height: 100vh;
    width: 100%;
    margin: 2.625rem 0 8.125rem 0;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
  }
}
.scroll-middle-side-container {
  position: relative;
  max-width: 285px;
  margin: auto;
}
@media only screen and (min-width: 768px) {
.scroll-middle-side-container {
    min-width: 285px;
    text-align: center;
    margin-right: 20px;
  }
}
@media only screen and (min-width: 992px) {
.scroll-middle-side-container {
    flex-basis: 60%;
    margin-right: auto;
    margin-left: 13rem;
  }
}
.scroll-main-image {
  max-width: 9.375rem;
  margin-bottom: 32.47px;
}
@media only screen and (min-width: 768px) {
.scroll-main-image {
    max-width: 11.48rem;
  }
}
@media only screen and (min-width: 992px) {
.scroll-main-image {
    max-width: 18.31rem;
  }
}
.scroll-right-side.container {
  display: none;
}
@media only screen and (min-width: 992px) {
.scroll-right-side.container {
    display: block;
  }
}
.scroll-qr-code {
  max-width: 4.375rem;
  position: absolute;
  top: 132px;
  left: 184px;
  box-shadow: 0px 14.1585px 28.317px rgba(46, 88, 163, 0.1);
  border-radius: 6.85795px;
}
@media only screen and (min-width: 768px) {
.scroll-qr-code {
    max-width: 6.75rem;
    border-radius: 10.6577px;
  }
}
@media only screen and (min-width: 992px) {
.scroll-qr-code {
    border-radius: 16.9902px;
    min-width: 10.8125rem;
    top: 251px;
    left: 222px;
  }
}
.scroll-decor-benefits {
  max-width: 6.1875rem;
  position: absolute;
  top: 91px;
  left: 19px;
  filter: drop-shadow(0px 10.0166px 20.0333px rgba(42, 82, 159, 0.1));
}
@media only screen and (min-width: 768px) {
.scroll-decor-benefits {
    max-width: 7.88rem;
    top: 107px;
    left: -13px;
  }
}
@media only screen and (min-width: 992px) {
.scroll-decor-benefits {
    min-width: 12.4rem;
    top: 174px;
    left: -98px;
  }
}
.scroll-decor-x10 {
  max-width: 3.5625rem;
  position: absolute;
  top: 199px;
  left: 35px;
  box-shadow: 0px 7.64428px 15.2886px rgba(164, 164, 164, 0.1);
}
@media only screen and (min-width: 768px) {
.scroll-decor-x10 {
    max-width: 4.5rem;
    top: 238px;
    left: 10px;
  }
}
@media only screen and (min-width: 992px) {
.scroll-decor-x10 {
    min-width: 7.163rem;
    top: 388px;
    left: -64px;
  }
}
.scroll-decor-x12 {
  max-width: 3.46875rem;
  position: absolute;
  top: 96px;
  left: 179px;
  box-shadow: 0px 7.64428px 15.2886px rgba(164, 164, 164, 0.1);
  border-radius: 11.0417px;
}
@media only screen and (min-width: 768px) {
.scroll-decor-x12 {
    border-radius: 14.0131px;
    max-width: 4.4rem;
    top: 110px;
    left: 187px;
  }
}
@media only screen and (min-width: 992px) {
.scroll-decor-x12 {
    border-radius: 22.0468px;
    min-width: 6.9375rem;
    top: 187px;
    left: 217px;
  }
}
.scroll-decor-x11 {
  max-width: 8.125rem;
  position: absolute;
  top: 140px;
  left: 167px;
}
@media only screen and (min-width: 768px) {
.scroll-decor-x11 {
    max-width: 10.33rem;
    top: 166px;
    left: 171px;
  }
}
@media only screen and (min-width: 992px) {
.scroll-decor-x11 {
    min-width: 16.276875rem;
    top: 273px;
    left: 177px;
  }
}
.scroll-decor-pins {
  max-width: 10.625rem;
  position: absolute;
  top: 83px;
  left: 62px;
  box-shadow: 0px 10.1497px 20.2995px rgba(42, 82, 159, 0.1);
  border-radius: 6.53545px;
}
@media only screen and (min-width: 768px) {
.scroll-decor-pins {
    border-radius: 8.16395px;
    max-width: 13.23125rem;
    top: 101px;
    left: 45px;
  }
}
@media only screen and (min-width: 992px) {
.scroll-decor-pins {
    border-radius: 12.878px;
    min-width: 20.873125rem;
    top: 162px;
    left: -6px;
  }
}
.scroll-decor-x2 {
  max-width: 10.8125rem;
  position: absolute;
  top: 140px;
  left: 41px;
  box-shadow: 0px 10.1497px 20.2995px rgba(42, 82, 159, 0.1);
  border-radius: 4.7156px;
}
@media only screen and (min-width: 768px) {
.scroll-decor-x2 {
    border-radius: 5.89064px;
    max-width: 13.5rem;
    top: 170px;
    left: 15px;
  }
}
@media only screen and (min-width: 992px) {
.scroll-decor-x2 {
    border-radius: 9.29205px;
    min-width: 21.381875rem;
    top: 269px;
    left: -56px;
  }
}
.scroll-decor-x1 {
  max-width: 10.8125rem;
  position: absolute;
  top: 214px;
  left: 78px;
  box-shadow: 0px 10.1497px 20.2995px rgba(42, 82, 159, 0.1);
  border-radius: 4.7156px;
}
@media only screen and (min-width: 768px) {
.scroll-decor-x1 {
    border-radius: 5.89064px;
    max-width: 13.5rem;
    top: 258px;
    left: 66px;
  }
}
@media only screen and (min-width: 992px) {
.scroll-decor-x1 {
    border-radius: 9.29205px;
    min-width: 21.381875rem;
    top: 414px;
    left: 25px;
  }
}
.scroll-decor-x5 {
  max-width: 3.625rem;
  position: absolute;
  top: 81px;
  left: 35px;
  box-shadow: 0px 10.1498px 20.2995px rgba(164, 164, 164, 0.1);
  border-radius: 9.96798px;
}
@media only screen and (min-width: 768px) {
.scroll-decor-x5 {
    border-radius: 12.4845px;
    max-width: 4.528rem;
    top: 96px;
    left: 17px;
  }
}
@media only screen and (min-width: 992px) {
.scroll-decor-x5 {
    border-radius: 19.6418px;
    min-width: 7.125rem;
    top: 157px;
    left: -67px;
  }
}
.scroll-decor-x4 {
  max-width: 3.125rem;
  position: absolute;
  top: 161px;
  left: 57px;
  border-radius: 9.96798px;
}
@media only screen and (min-width: 768px) {
.scroll-decor-x4 {
    border-radius: 12.4845px;
    max-width: 3.93rem;
    top: 196px;
    left: 38px;
  }
}
@media only screen and (min-width: 992px) {
.scroll-decor-x4 {
    border-radius: 19.6418px;
    min-width: 6.18rem;
    top: 318px;
    left: -35px;
  }
}
.scroll-decor-qr {
  max-width: 3.53125rem;
  position: absolute;
  top: 103px;
  left: 188px;
  border-radius: 9.96798px;
  filter: drop-shadow(0px 6.45774px 12.9155px rgba(46, 88, 163, 0.1));
}
@media only screen and (min-width: 768px) {
.scroll-decor-qr {
    border-radius: 12.4845px;
    max-width: 4.425rem;
    top: 127px;
    left: 200px;
  }
}
@media only screen and (min-width: 992px) {
.scroll-decor-qr {
    border-radius: 19.6418px;
    min-width: 6.963125rem;
    top: 202px;
    left: 221px;
  }
}
.scroll-decor-x3 {
  max-width: 2.6625rem;
  position: absolute;
  top: 218px;
  left: 193px;
  border-radius: 9.96798px;
  filter: drop-shadow(0px 4.86903px 9.73806px rgba(46, 88, 163, 0.1));
}
@media only screen and (min-width: 768px) {
.scroll-decor-x3 {
    border-radius: 12.4845px;
    max-width: 3.336rem;
    top: 266px;
    left: 206px;
  }
}
@media only screen and (min-width: 992px) {
.scroll-decor-x3 {
    border-radius: 19.6418px;
    min-width: 5.25rem;
    top: 424px;
    left: 227px;
  }
}
.scroll-decor-leaves {
  max-width: 4rem;
  position: absolute;
  top: 100px;
  left: 38px;
  border-radius: 9.26039px;
  box-shadow: 0px 14.2639px 28.5279px rgba(42, 82, 159, 0.1);
}
@media only screen and (min-width: 768px) {
.scroll-decor-leaves {
    border-radius: 11.4768px;
    max-width: 4.955rem;
    top: 122px;
    left: 17px;
  }
}
@media only screen and (min-width: 992px) {
.scroll-decor-leaves {
    border-radius: 18.2475px;
    min-width: 7.878125rem;
    top: 191px;
    left: -61px;
  }
}
.scroll-decor-x9 {
  max-width: 4.25rem;
  position: absolute;
  top: 149px;
  left: 179px;
  border-radius: 9.26039px;
  box-shadow: 0px 14.2639px 28.5279px rgba(42, 82, 159, 0.1);
}
@media only screen and (min-width: 768px) {
.scroll-decor-x9 {
    border-radius: 11.4768px;
    max-width: 4.955rem;
    top: 163px;
    left: 193px;
  }
}
@media only screen and (min-width: 992px) {
.scroll-decor-x9 {
    border-radius: 18.2475px;
    min-width: 7.878125rem;
    top: 287px;
    left: 216px;
  }
}
.scroll-decor-x8 {
  max-width: 4rem;
  position: absolute;
  top: 200px;
  left: 43px;
  border-radius: 9.26039px;
  box-shadow: 0px 14.2639px 28.5279px rgba(42, 82, 159, 0.1);
}
@media only screen and (min-width: 768px) {
.scroll-decor-x8 {
    border-radius: 11.4768px;
    max-width: 4.955rem;
    top: 214px;
    left: 22px;
  }
}
@media only screen and (min-width: 992px) {
.scroll-decor-x8 {
    border-radius: 18.2475px;
    min-width: 7.878125rem;
    top: 375px;
    left: -48px;
  }
}
.scroll-decor-people {
  max-width: 4rem;
  position: absolute;
  top: 113px;
  left: 178px;
  border-radius: 9.26039px;
  box-shadow: 0px 14.2639px 28.5279px rgba(42, 82, 159, 0.1);
}
@media only screen and (min-width: 768px) {
.scroll-decor-people {
    border-radius: 11.4768px;
    max-width: 4.955rem;
    top: 113px;
    left: 178px;
  }
}
@media only screen and (min-width: 992px) {
.scroll-decor-people {
    border-radius: 18.2475px;
    min-width: 7.878125rem;
    top: 215px;
    left: 218px;
  }
}
.scroll-decor-x6 {
  max-width: 4rem;
  position: absolute;
  top: 165px;
  left: 44px;
  border-radius: 9.26039px;
  box-shadow: 0px 14.2639px 28.5279px rgba(42, 82, 159, 0.1);
}
@media only screen and (min-width: 768px) {
.scroll-decor-x6 {
    border-radius: 11.4768px;
    max-width: 4.955rem;
    top: 177px;
    left: 23px;
  }
}
@media only screen and (min-width: 992px) {
.scroll-decor-x6 {
    border-radius: 18.2475px;
    min-width: 7.878125rem;
    top: 311px;
    left: -45px;
  }
}
.scroll-decor-x7 {
  max-width: 4rem;
  position: absolute;
  top: 211px;
  left: 178px;
  border-radius: 9.26039px;
  box-shadow: 0px 14.2639px 28.5279px rgba(42, 82, 159, 0.1);
}
@media only screen and (min-width: 768px) {
.scroll-decor-x7 {
    border-radius: 11.4768px;
    max-width: 4.955rem;
    top: 225px;
    left: 186px;
  }
}
@media only screen and (min-width: 992px) {
.scroll-decor-x7 {
    border-radius: 18.2475px;
    min-width: 7.878125rem;
    top: 395px;
    left: 212px;
  }
}
@media only screen and (min-width: 992px) {
.scroll-left-side-container {
    flex-basis: 25%;
    max-width: 25vw;
    height: auto;
  }
}
.scroll-left-side-container img {
  max-width: 3.5rem;
  margin-bottom: 16px;
  box-shadow: 0px 0px 40px rgba(46, 88, 163, 0.1);
}
.scroll-title {
  max-width: 16.5rem;
  margin-bottom: 8px;
  margin: 0 auto 8px auto;
}
@media only screen and (min-width: 768px) {
.scroll-title {
    max-width: 18.5rem;
  }
}
@media only screen and (min-width: 992px) {
.scroll-title {
    max-width: 24rem;
    margin: 0;
  }
}
@media only screen and (min-width: 768px) {
.scroll-title h2 {
    font-size: 2.5rem;
    line-height: 1.1;
  }
}
.scroll-subtitle {
  font-size: 1.375rem;
  color: #db4938;
  margin-bottom: 8px;
}
.scroll-text p {
  max-width: 16.5rem;
  margin: 0 auto;
  text-align: center;
  font-size: 1.125rem;
}
@media only screen and (min-width: 768px) {
.scroll-text p {
    text-align: left;
    margin: 0;
  }
}
.scroll-qr-code,
.scroll-decor-benefits,
.scroll-decor-x10,
.scroll-decor-x12,
.scroll-decor-x11,
.scroll-decor-pins,
.scroll-decor-x2,
.scroll-decor-x1,
.scroll-decor-x5,
.scroll-decor-x4,
.scroll-decor-qr,
.scroll-decor-x3,
.scroll-decor-leaves,
.scroll-decor-x9,
.scroll-decor-x8,
.scroll-decor-people,
.scroll-decor-x6,
.scroll-decor-x7 {
  z-index: 11;
}
.shadows-cel {
  position: relative;
}
.shadows-cel img {
  position: relative;
  z-index: 10;
}
.shadows-cel:before {
  content: "";
  background: #2a529f;
  position: absolute;
  bottom: 90px;
  right: -100px;
  opacity: 0.7;
  border-radius: 100px;
  filter: blur(200px);
  display: block;
  width: 194px;
  height: 194px;
  z-index: 1;
}
.shadows-cel:after {
  content: "";
  position: absolute;
  bottom: 10px;
  left: -100px;
  opacity: 0.7;
  background: #4657e3;
  opacity: 0.2;
  border-radius: 100px;
  filter: blur(200px);
  display: block;
  width: 194px;
  height: 194px;
  z-index: 1;
}
.shadows-cel span:before {
  content: "";
  background: #2a529f;
  position: absolute;
  top: 120px;
  left: -100px;
  opacity: 0.7;
  border-radius: 100px;
  filter: blur(200px);
  display: block;
  width: 194px;
  height: 194px;
  z-index: 1;
}
.container-box-camiseta {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 992px) {
.container-box-camiseta {
    height: 560px;
    display: flex;
    flex-direction: row;
    border-radius: 8px;
  }
}
.container-box-camiseta .text-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 20px;
  border-radius: 8px 8px 0 0;
  width: 100%;
  height: auto;
  background: linear-gradient(73deg, #7a2418 7.86%, #db4938 51.46%, #e8634f 103.6%);
}
@media only screen and (min-width: 992px) {
.container-box-camiseta .text-container {
    width: 60%;
    height: 100%;
    border-radius: 8px 0 0 8px;
  }
}
.container-box-camiseta .text-container .tag-container {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 24px;
}
@media only screen and (min-width: 992px) {
.container-box-camiseta .text-container .tag-container {
    padding-left: 84px;
    padding-right: 84px;
  }
}
.container-box-camiseta .text-container .tag-container .text-tag {
  color: var(--Grey-Scale-0, #fff);
  font-family: Montserrat;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  padding: 4px 12px;
  border-radius: 100px;
  background: var(--Extended-System-Cerulean, #0ae);
}
@media only screen and (min-width: 992px) {
.container-box-camiseta .text-container .tag-container .text-tag {
    font-size: 18px;
  }
}
.container-box-camiseta .text-container .text-title {
  color: #fff;
  font-feature-settings: "liga" off, "clig" off;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 32px;
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 24px;
}
@media only screen and (min-width: 992px) {
.container-box-camiseta .text-container .text-title {
    font-size: 40px;
    line-height: 46px;
    padding-left: 84px;
    padding-right: 84px;
  }
}
.container-box-camiseta .text-container .text-content {
  color: #f4f7fb;
  font-feature-settings: "liga" off, "clig" off;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  font-size: 18px;
  padding-left: 24px;
  padding-right: 24px;
}
@media only screen and (min-width: 992px) {
.container-box-camiseta .text-container .text-content {
    font-size: 20px;
    padding-left: 84px;
    padding-right: 84px;
  }
}
.container-box-camiseta .text-container .text-content .text-content-span {
  color: #f4f7fb;
  font-feature-settings: "liga" off, "clig" off;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.container-box-camiseta .text-container .button-camiseta-container {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 24px;
  padding-right: 24px;
  padding-bottom: 4px;
  cursor: pointer;
}
@media only screen and (min-width: 992px) {
.container-box-camiseta .text-container .button-camiseta-container {
    padding-left: 84px;
    padding-right: 84px;
  }
}
.container-box-camiseta .text-container .button-camiseta-container .text-button {
  border-radius: 8px;
  background: #fff;
  box-shadow: 5px 15px 85px 0px rgba(5, 81, 221, 0.1);
  color: #000;
  font-feature-settings: "liga" off, "clig" off;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  font-size: 12px;
  padding: 10px;
}
@media only screen and (min-width: 992px) {
.container-box-camiseta .text-container .button-camiseta-container .text-button {
    font-size: 16px;
    padding: 12px;
  }
}
.container-box-camiseta .camiseta-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
  border-radius: 0 0 8px 8px;
  width: 100%;
  height: 350px;
  background: rgb(12, 132, 235);
}
@media only screen and (min-width: 992px) {
.container-box-camiseta .camiseta-container {
    width: 40%;
    height: 100%;
    border-radius: 0 8px 8px 0;
  }
}
.container-box-camiseta .camiseta-container img {
  border-radius: 16px;
  scale: 0.4;
  z-index: 10;
}
@media only screen and (min-width: 992px) {
.container-box-camiseta .camiseta-container img {
    scale: 0.6;
  }
}
.container-box-camiseta .camiseta-container .dots1 {
  position: absolute;
  right: 0;
  top: 0;
  scale: 1.1;
  z-index: 2;
}
.container-box-camiseta .camiseta-container .dots2 {
  position: absolute;
  left: 0;
  bottom: 0;
  scale: 1.1;
  z-index: 2;
}
.hero-qr {
  display: none;
}
@media only screen and (min-width: 1200px) {
.hero-qr {
    background-color: #212121;
    border-radius: 8px;
    padding: 20px;
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-top: 18px;
    width: 267px;
  }
.hero-qr p {
    font-size: 14px;
    margin-bottom: 0;
  }
.hero-qr__content {
    justify-content: space-between;
    display: flex;
    flex-direction: column;
    height: 122px;
  }
}
.cdu-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: #fff;
  border-bottom: 1px solid #f0e3df;
  padding: 14px 0;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
}
.cdu-header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 24px;
}
.cdu-header__logo {
  display: flex;
  align-items: center;
  gap: 14px;
}
.cdu-header__logo img.logo-upc {
  height: 38px;
  display: block;
}
.cdu-header__sep {
  width: 1px;
  height: 32px;
  background: #e5d8d3;
  display: block;
}
.cdu-header__logo .cdu-tag {
  color: #db4938;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 1.5px;
  white-space: nowrap;
}
.cdu-header__nav {
  display: flex;
  align-items: center;
  gap: 28px;
}
.cdu-header__nav a {
  text-decoration: none;
  color: #444;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 500;
  transition: color 0.2s;
}
.cdu-header__nav a:hover {
  color: #db4938;
}
.cdu-header__cta {
  background: #db4938;
  color: #fff !important;
  padding: 10px 22px;
  border-radius: 999px;
  font-weight: 600 !important;
  transition: background 0.2s;
}
.cdu-header__cta:hover {
  background: #a33526;
  color: #fff !important;
}
@media (max-width: 768px) {
.cdu-header__nav a:not(.cdu-header__cta) {
    display: none;
  }
.cdu-header__logo .cdu-tag {
    display: none;
  }
}
.hero {
  background: linear-gradient(135deg, #db4938 0%, #a33526 60%, #7a2418 100%);
  position: relative;
  overflow: hidden;
}
.hero::before {
  content: "";
  position: absolute;
  top: -120px;
  right: -120px;
  width: 480px;
  height: 480px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.15) 0%, transparent 70%);
  pointer-events: none;
}
.hero::after {
  content: "";
  position: absolute;
  bottom: -200px;
  left: -150px;
  width: 540px;
  height: 540px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 231, 224, 0.12) 0%, transparent 70%);
  pointer-events: none;
}
.hero .container {
  position: relative;
  z-index: 2;
}
.hero-right h1,
.hero-right p {
  color: #fff;
}
.hero-right .button-content .button {
  background: #fff;
  color: #db4938;
}
.hero-right .button-content .button:hover {
  background: #fff1ec;
}
.hero-right .button-content .button span {
  color: #db4938;
  font-weight: 700;
}
.hero-phone-cdu {
  width: 100%;
  max-width: 360px;
  display: block;
  margin: 0 auto;
  filter: drop-shadow(0 30px 60px rgba(0, 0, 0, 0.35));
}
.hero-mini-link {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  margin-top: 26px;
  padding: 12px 18px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 999px;
  color: #fff;
  text-decoration: none;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  backdrop-filter: blur(6px);
  transition: background 0.2s;
}
.hero-mini-link:hover {
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
}
.hero-mini-link svg {
  width: 18px;
  height: 18px;
}
.slider-credencial__col h2 {
  color: #db4938;
}
.slider-credencial__col .slider-credencial__bajada {
  color: #db4938;
}
.slider-credencial__credential {
  width: 100%;
  max-width: 380px;
  margin: 0 auto;
  display: block;
  filter: drop-shadow(0 20px 40px rgba(218, 73, 56, 0.25));
}
.scroll-fixed .scroll-main-image {
  max-width: 280px;
}
.cta-cdu {
  background: linear-gradient(135deg, #db4938 0%, #a33526 100%);
  color: #fff;
  padding: 80px 24px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.cta-cdu::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 800px;
  height: 800px;
  transform: translate(-50%, -50%);
  background: radial-gradient(circle, rgba(255, 255, 255, 0.08) 0%, transparent 60%);
  pointer-events: none;
}
.cta-cdu__inner {
  position: relative;
  z-index: 2;
  max-width: 720px;
  margin: 0 auto;
}
.cta-cdu small {
  display: block;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 12px;
  font-weight: 600;
  opacity: 0.85;
  margin-bottom: 12px;
}
.cta-cdu h2 {
  font-family: Montserrat, sans-serif;
  font-size: 42px;
  font-weight: 700;
  line-height: 1.15;
  margin: 0 0 18px;
  color: #fff;
}
.cta-cdu p {
  font-size: 17px;
  opacity: 0.92;
  margin: 0 0 32px;
  font-family: Montserrat, sans-serif;
  line-height: 1.55;
}
.cta-cdu__buttons {
  display: flex;
  flex-direction: row;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
}
.cta-cdu__btn {
  display: inline-block;
  padding: 16px 36px;
  background: #fff;
  color: #db4938;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  font-size: 15px;
  border-radius: 999px;
  text-decoration: none;
  transition: transform 0.2s, box-shadow 0.2s;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}
.cta-cdu__btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  color: #a33526;
}
.cta-cdu__btn--ghost {
  background: transparent;
  color: #fff;
  border: 2px solid rgba(255, 255, 255, 0.5);
  box-shadow: none;
}
.cta-cdu__btn--ghost:hover {
  background: rgba(255, 255, 255, 0.15);
  color: #fff;
}
@media (max-width: 768px) {
.cta-cdu {
    padding: 60px 20px;
  }
.cta-cdu h2 {
    font-size: 30px;
  }
.cta-cdu p {
    font-size: 15px;
  }
}
.owl-beneficios .item .beneficio {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.08);
  transition: transform 0.25s, box-shadow 0.25s;
  cursor: pointer;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.owl-beneficios .item .beneficio:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 36px rgba(218, 73, 56, 0.18);
}
.owl-beneficios .item .beneficio figure {
  margin: 0;
  width: 100%;
  aspect-ratio: 4/3;
  overflow: hidden;
  background: #fafafa;
  position: relative;
}
.owl-beneficios .item .beneficio figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.owl-beneficios .item .beneficio .discount-badge {
  position: absolute;
  bottom: 12px;
  left: 12px;
  background: #db4938;
  color: #fff;
  padding: 6px 14px;
  border-radius: 999px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 700;
}
.owl-beneficios .item .beneficio .beneficio-body {
  padding: 18px 20px 22px;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.owl-beneficios .item .beneficio h4 {
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #222;
  margin: 0 0 6px;
  line-height: 1.25;
}
.owl-beneficios .item .beneficio p {
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  color: #777;
  margin: 0;
  line-height: 1.5;
}
.modal .video-caption img {
  max-height: 60px;
}
.cdu-modal {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.65);
  align-items: center;
  justify-content: center;
  padding: 20px;
  animation: fadeIn 0.2s ease-out;
}
.cdu-modal.show {
  display: flex !important;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}
.cdu-modal__panel {
  background: #fff;
  border-radius: 18px;
  max-width: 560px;
  width: 100%;
  max-height: 88vh;
  overflow-y: auto;
  position: relative;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.4);
}
.cdu-modal__close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #f5f5f5;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 22px;
  color: #444;
  border: 0;
  z-index: 2;
}
.cdu-modal__close:hover {
  background: #e0e0e0;
}
.cdu-modal__header {
  padding: 26px 30px 18px;
  border-bottom: 1px solid #f0e3df;
  background: linear-gradient(135deg, #fff1ec 0%, #fff 100%);
}
.cdu-modal__discount {
  display: inline-block;
  background: #db4938;
  color: #fff;
  padding: 6px 14px;
  border-radius: 999px;
  font-family: Montserrat;
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 10px;
}
.cdu-modal__header h3 {
  font-family: Montserrat;
  font-size: 22px;
  font-weight: 700;
  color: #222;
  margin: 0;
}
.cdu-modal__body {
  padding: 22px 30px 30px;
}
.cdu-modal__body p,
.cdu-modal__body li {
  font-family: Montserrat;
  font-size: 14px;
  line-height: 1.6;
  color: #444;
  margin: 0 0 12px;
}
.cdu-modal__row {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  margin: 18px 0 6px;
  padding: 14px 16px;
  background: #faf6f5;
  border-radius: 10px;
}
.cdu-modal__row>div {
  flex: 1 1 180px;
}
.cdu-modal__row strong {
  display: block;
  font-size: 11px;
  text-transform: uppercase;
  color: #888;
  margin-bottom: 4px;
  letter-spacing: 0.5px;
}
.cdu-modal__row span {
  font-size: 14px;
  color: #222;
  font-weight: 500;
}
.cdu-modal__conditions {
  margin-top: 18px;
}
.cdu-modal__conditions h4 {
  font-family: Montserrat;
  font-size: 13px;
  font-weight: 700;
  color: #db4938;
  margin: 0 0 8px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.cdu-modal__conditions ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cdu-modal__conditions li {
  padding: 6px 0;
  border-bottom: 1px solid #f0f0f0;
  font-size: 13px;
}
.cdu-modal__conditions li:last-child {
  border-bottom: 0;
}
.cdu-modal__conditions li strong {
  color: #444;
}
.cdu-modal__header h3#comercio-title {
  color: #db4938;
}
.cdu-form {
  margin-top: 6px;
}
.cdu-form,
.cdu-form *,
.cdu-form *::before,
.cdu-form *::after {
  box-sizing: border-box;
}
.cdu-hp {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.cdu-form__grid {
  display: grid;
  
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 14px 18px;
  width: 100%;
}
.cdu-field {
  display: flex;
  flex-direction: column;
  min-width: 0;
  
}
.cdu-field label {
  font-family: Montserrat;
  font-size: 13px;
  font-weight: 600;
  color: #444;
  margin-bottom: 6px;
}
.cdu-req {
  color: #db4938;
}
.cdu-field input {
  font-family: Montserrat;
  font-size: 16px;
  
  color: #222;
  padding: 11px 12px;
  border: 1px solid #e3d8d5;
  border-radius: 10px;
  background: #fff;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  transition: border-color 0.15s, box-shadow 0.15s;
}
.cdu-field input::placeholder {
  color: #b9b9b9;
}
.cdu-field input:focus {
  outline: none;
  border-color: #db4938;
  box-shadow: 0 0 0 3px rgba(219, 73, 56, 0.12);
}
.cdu-field--invalid input {
  border-color: #db4938;
  background: #fff7f5;
}
.cdu-field__error {
  display: none;
  font-family: Montserrat;
  font-size: 12px;
  color: #db4938;
  margin-top: 5px;
}
.cdu-field--invalid .cdu-field__error {
  display: block;
}
.cdu-form__submit {
  width: 100%;
  margin-top: 20px;
}
.cdu-form__submit[disabled] {
  opacity: 0.6;
  pointer-events: none;
}
.cdu-form__error {
  margin-top: 16px;
  padding: 12px 14px;
  border-radius: 10px;
  background: #fdecea;
  border: 1px solid #f5c6c0;
  color: #b3261e;
  font-family: Montserrat;
  font-size: 13px;
}
.cdu-form__error[hidden] {
  display: none;
}
.cdu-form__success {
  text-align: center;
  padding: 14px 6px 6px;
}
.cdu-form__success[hidden] {
  display: none;
}
.cdu-form__success-icon {
  width: 56px;
  height: 56px;
  margin: 0 auto 14px;
  border-radius: 50%;
  background: #db4938;
  color: #fff;
  font-size: 30px;
  line-height: 56px;
  font-weight: 700;
}
.cdu-form__success h4 {
  font-family: Montserrat;
  font-size: 20px;
  font-weight: 700;
  color: #222;
  margin: 0 0 8px;
}
.cdu-form__success .button-trasparent {
  display: inline-block;
  margin-top: 14px;
}
@media (max-width: 560px) {
.cdu-form__grid {
    grid-template-columns: 1fr;
  }
}
.cdu-footer {
  background: #1d1d1f;
  color: #c7c7c7;
  padding: 50px 24px 30px;
  font-family: Montserrat, sans-serif;
}
.cdu-footer__inner {
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  align-items: flex-start;
  justify-content: space-between;
}
.cdu-footer__brand {
  display: flex;
  flex-direction: column;
  gap: 18px;
  max-width: 320px;
}
.cdu-footer__brand img {
  height: 42px;
  width: auto;
  max-width: 100%;
  
  align-self: flex-start;
  object-fit: contain;
  
  display: block;
  background: #fff;
  padding: 8px 12px;
  border-radius: 8px;
}
.cdu-footer__brand p {
  font-size: 13px;
  line-height: 1.6;
  color: #999;
  margin: 0;
}
.cdu-footer__cols {
  display: flex;
  gap: 50px;
  flex-wrap: wrap;
}
.cdu-footer__col h5 {
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0 0 14px;
}
.cdu-footer__col ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cdu-footer__col li {
  margin-bottom: 8px;
}
.cdu-footer__col a {
  color: #aaa;
  text-decoration: none;
  font-size: 13px;
  transition: color 0.2s;
}
.cdu-footer__col a:hover {
  color: #db4938;
}
.cdu-footer__bottom {
  border-top: 1px solid #2d2d31;
  margin-top: 40px;
  padding-top: 24px;
  text-align: center;
  font-size: 12px;
  color: #777;
}
.hero-left {
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero-phone-figure {
  display: contents;
}
.hero-phone-box,
.hero-figure {
  display: none;
}
.hero .hero-qr {
  display: none !important;
}
.slider-credencial__col .slider-credencial__imagen {
  max-width: 360px;
  filter: drop-shadow(0 20px 50px rgba(218, 73, 56, 0.18));
}
.scroll-fixed .indicator {
  color: rgb(198, 198, 198);
}
.scroll-fixed .indicator.active {
  color: #db4938 !important;
}
.scroll-fixed .arrow path {
  fill: #db4938;
}
.slider-credencial__bajada {
  display: inline-block;
  padding: 6px 14px;
  background: rgba(218, 73, 56, 0.1);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 18px;
}
.owl-pasos .item .owl-steps__content p:first-child {
  color: #db4938;
  font-weight: 700;
}
.box-faqs h2 {
  color: #db4938;
}
.accordion-item.active h3 {
  color: #db4938;
}
.box-beneficios h3 {
  color: #fff;
}
.box-beneficios {
  background: linear-gradient(135deg, #db4938 0%, #a33526 100%);
}
.box-beneficios .slider-counter,
.box-beneficios .slider-counter-desktop,
.box-beneficios .cantidad {
  color: #fff;
}
.modal .box .close {
  background: transparent;
  cursor: pointer;
}
.como-usarla {
  background: #faf6f5;
}
@media (max-width: 992px) {
.hero {
    padding: 60px 20px 80px;
  }
.hero-left {
    display: none;
  }
.hero-right {
    text-align: center;
  }
.hero-right h1 {
    color: #fff;
    font-size: 36px;
    line-height: 1.1;
  }
.hero-right p {
    color: #fff;
    font-size: 16px;
  }
.hero-mini-link {
    margin: 26px auto 0;
  }
}
html,
body {
  overflow-x: hidden;
}
body {
  max-width: 100%;
}
.cdu-header .container {
  max-width: 100%;
}
@media (max-width: 768px) {
.cdu-header {
    padding: 10px 0;
  }
.cdu-header .container {
    padding: 0 16px;
  }
.cdu-header__logo img.logo-upc {
    height: 30px;
  }
.cdu-header__sep {
    display: none;
  }
.cdu-header__nav {
    gap: 0;
  }
.cdu-header__cta {
    padding: 8px 14px;
    font-size: 12px;
  }
.hero {
    padding: 50px 16px 80px;
  }
.hero .container {
    padding: 0;
  }
.hero-right {
    padding: 0 4px;
  }
.hero-right h1 {
    font-size: 32px !important;
    line-height: 1.1;
  }
.hero-right p {
    font-size: 14px;
  }
.hero-right .button-content .button {
    width: 100%;
    max-width: 320px;
  }
.hero-mini-link {
    font-size: 13px;
    padding: 10px 14px;
    max-width: 90%;
  }
.credencial-showcase-mobile {
    padding: 50px 20px 30px;
  }
.credencial-showcase-mobile h2 {
    font-size: 30px;
    color: #db4938;
  }
.credencial-showcase-mobile article img {
    max-width: 80px;
    height: auto;
  }
.owl-beneficios .item {
    padding: 6px;
  }
.box-beneficios .box-button {
    padding: 24px 16px 32px;
  }
.box-beneficios .box-button .button-trasparent {
    display: inline-flex;
    max-width: 320px;
    width: auto;
    margin: 0 auto;
    padding: 12px 28px;
  }
img {
    max-width: 100%;
    height: auto;
  }
.scroll-decor-benefits {
    transform: translateX(-30%) !important;
    max-width: 140px !important;
  }
.scroll-decor-pins {
    transform: translateX(30%) !important;
    max-width: 110px !important;
  }
.scroll-decor-qr {
    transform: translateX(25%) !important;
    max-width: 90px !important;
  }
.scroll-decor-leaves {
    transform: translateX(25%) !important;
    max-width: 110px !important;
  }
.scroll-decor-people {
    transform: translateX(-25%) !important;
    max-width: 120px !important;
  }
.indicators,
  .indicator,
  .indicator--first,
  .indicator--last {
    display: none !important;
  }
.scroll-middle-side-container {
    text-align: center;
  }
.scroll-main-image {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
.scroll-fixed {
    counter-reset: scroll-slide;
  }
.scroll-slide {
    counter-increment: scroll-slide;
  }
.scroll-left-side-container {
    text-align: center;
    padding: 0 20px;
  }
.scroll-left-side-container::before {
    content: "0" counter(scroll-slide);
    display: inline-block;
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 3px;
    color: #db4938;
    background: rgba(218, 73, 56, 0.08);
    padding: 6px 14px;
    border-radius: 999px;
    margin-bottom: 16px;
  }
}
@media (min-width: 769px) and (max-width: 1199px) {
.hero-right h1 {
    font-size: 48px;
  }
}
.box-beneficios .owl-nav button {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #fff !important;
  color: #db4938 !important;
  font-size: 18px;
  margin: 0 4px;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
}
.box-beneficios .owl-nav button:hover {
  background: #fff1ec !important;
}
.static-preview .scroll-slide {
  position: relative !important;
  top: auto !important;
  opacity: 1 !important;
  visibility: visible !important;
  margin-bottom: 80px;
}
.static-preview .scroll-fixed .container-scroll {
  position: relative !important;
}
.static-preview .scroll-middle-side-container,
.static-preview .scroll-left-side-container {
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
}
.static-preview .credencial-showcase {
  display: block !important;
  flex-direction: column !important;
  width: 100% !important;
  flex-wrap: wrap !important;
}
.static-preview .panel {
  width: 100% !important;
  position: relative !important;
  transform: none !important;
  padding: 60px 0 !important;
  display: block !important;
  overflow: visible !important;
}
.static-preview .panel+.panel {
  border-top: 1px solid #f0e3df;
}
.static-preview .indicators {
  display: none !important;
}
.static-preview .scroll-fixed {
  padding: 40px 0 !important;
}
.static-preview .scroll-fixed .container-scroll {
  height: auto !important;
  min-height: 0 !important;
}
.static-preview .credencial-showcase-wrap {
  overflow: visible !important;
  display: block !important;
  height: auto !important;
  min-height: 0 !important;
}
.static-preview .credencial-showcase {
  height: auto !important;
  min-height: 0 !important;
}
.static-preview .credencial-showcase:before,
.static-preview .credencial-showcase:after {
  display: none !important;
}
.static-preview .panel {
  height: auto !important;
  min-height: 0 !important;
}
.static-preview .scroll-slide {
  height: auto !important;
  min-height: 0 !important;
  margin: 40px 0 !important;
}
@media (min-width: 768px) {
.static-preview .panel {
    height: auto !important;
  }
}
@media (min-width: 992px) {
.static-preview .scroll-slide {
    height: auto !important;
  }
.static-preview .scroll-fixed .container-scroll {
    height: auto !important;
    min-height: 0 !important;
  }
}
@media (max-width: 420px) {
.cdu-header__logo img.logo-upc {
    height: 26px;
  }
.cdu-header__cta {
    padding: 7px 12px;
    font-size: 11px;
    letter-spacing: 0.2px;
  }
.hero {
    padding: 40px 12px 70px;
  }
.hero-right h1 {
    font-size: 28px !important;
  }
.hero-right p {
    font-size: 13px;
    line-height: 1.45;
    padding: 0 6px;
  }
.hero-right .button-content {
    padding: 0 10px;
  }
.hero-mini-link {
    font-size: 12px;
    padding: 9px 13px;
  }
}
.cdu-anchor {
  display: block;
  position: relative;
  top: 0;
}
#que-es,
#como-solicitarla,
#beneficios,
#faqs {
  scroll-margin-top: 90px;
}
.scroll-middle-side-container {
  overflow: visible !important;
}
.scroll-fixed {
  overflow: visible !important;
}
.scroll-fixed .container-scroll {
  overflow: visible !important;
}
.shadows-cel {
  overflow: visible !important;
}
.scroll-decor-benefits {
  max-width: 200px !important;
  min-width: 0 !important;
  top: auto !important;
  bottom: 6% !important;
  left: 0 !important;
  right: auto !important;
  transform: translateX(-50%) !important;
  filter: none;
}
@media only screen and (min-width: 992px) {
.scroll-decor-benefits {
    max-width: 280px !important;
    bottom: 6% !important;
    transform: translateX(-58%) !important;
  }
}
.scroll-decor-pins {
  max-width: 130px !important;
  min-width: 0 !important;
  top: 6% !important;
  right: 0 !important;
  left: auto !important;
  transform: translateX(60%) !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
@media only screen and (min-width: 992px) {
.scroll-decor-pins {
    max-width: 180px !important;
    top: 10% !important;
    transform: translateX(80%) !important;
  }
}
.scroll-decor-qr {
  max-width: 110px !important;
  min-width: 0 !important;
  border-radius: 0 !important;
  top: 8% !important;
  left: auto !important;
  right: 0 !important;
  transform: translateX(55%) !important;
  filter: drop-shadow(0 12px 24px rgba(0, 0, 0, 0.18));
}
@media only screen and (min-width: 992px) {
.scroll-decor-qr {
    max-width: 160px !important;
    top: 12% !important;
    transform: translateX(80%) !important;
  }
}
.scroll-decor-leaves {
  max-width: 130px !important;
  min-width: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  top: auto !important;
  bottom: 10% !important;
  right: 0 !important;
  left: auto !important;
  transform: translateX(55%) !important;
}
@media only screen and (min-width: 992px) {
.scroll-decor-leaves {
    max-width: 170px !important;
    bottom: 8% !important;
    transform: translateX(70%) !important;
  }
}
.scroll-decor-people {
  max-width: 150px !important;
  min-width: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  top: auto !important;
  bottom: 10% !important;
  left: 0 !important;
  right: auto !important;
  transform: translateX(-55%) !important;
}
@media only screen and (min-width: 992px) {
.scroll-decor-people {
    max-width: 200px !important;
    bottom: 8% !important;
    transform: translateX(-70%) !important;
  }
}
.box-prefooter {
  position: relative;
  padding: 80px 24px;
  text-align: center;
  background: #fff7f5;
  background-image: radial-gradient(ellipse at top, rgba(218, 73, 56, 0.06) 0%, transparent 60%);
  border-top: 1px solid #f0e3df;
}
.box-prefooter::before {
  content: "";
  position: absolute;
  top: 30px;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 4px;
  border-radius: 2px;
  background: #db4938;
  opacity: 0.85;
}
.box-prefooter small {
  display: inline-block;
  margin: 16px 0 18px;
  padding: 6px 16px;
  background: rgba(218, 73, 56, 0.12);
  color: #db4938;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}
.box-prefooter h4 {
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  font-weight: 700;
  color: #222;
  margin: 0 0 16px;
  line-height: 1.15;
}
.box-prefooter h4 br {
  display: none;
}
.box-prefooter>p {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: #555;
  max-width: 580px;
  margin: 0 auto 32px;
}
.box-prefooter>p a {
  color: #db4938;
  font-weight: 600;
  text-decoration: none;
  border-bottom: 1px solid rgba(218, 73, 56, 0.4);
}
.box-prefooter>p a:hover {
  border-bottom-color: #db4938;
}
.box-prefooter .button-content {
  margin-bottom: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 18px;
  justify-content: center;
  align-items: center;
}
.box-prefooter .button-content+.button-content {
  margin-top: 28px;
  padding-top: 28px;
  border-top: 1px solid rgba(218, 73, 56, 0.12);
}
.box-prefooter .button {
  background: #db4938;
  color: #fff;
  padding: 14px 34px;
  border-radius: 999px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  font-size: 14px;
  text-decoration: none;
  display: inline-block;
  transition: background 0.2s, transform 0.2s, box-shadow 0.2s;
  box-shadow: 0 6px 18px rgba(218, 73, 56, 0.25);
  margin: 0;
}
.box-prefooter .button:hover {
  background: #a33526;
  transform: translateY(-2px);
  box-shadow: 0 10px 28px rgba(218, 73, 56, 0.35);
}
.box-prefooter .button span {
  color: #fff;
}
.box-prefooter .link-blue {
  color: #db4938;
  font-size: 14px;
  text-decoration: none;
  padding: 6px 14px;
  border-radius: 999px;
  border: 1px solid rgba(218, 73, 56, 0.3);
  background: #fff;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  display: inline-block;
  transition: background 0.2s;
  margin: 4px;
}
.box-prefooter .link-blue:hover {
  background: rgba(218, 73, 56, 0.08);
}
.box-prefooter .button-content br {
  display: none;
}
@media (max-width: 768px) {
.box-prefooter {
    padding: 60px 20px;
  }
.box-prefooter h4 {
    font-size: 24px;
  }
.box-prefooter>p {
    font-size: 14px;
  }
}