@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  scroll-behavior: smooth;
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

body {
  font-weight: 400;
  font-size: 100%;
  font-family: "Noto Sans", sans-serif;
  color: #000000;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

p {
  font-size: 1em;
  line-height: 1.25;
}

strong {
  font-weight: 700;
}

ul {
  padding: 0;
  list-style-type: none;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  background: transparent;
  border: none;
  cursor: pointer;
}

img, svg {
  border-style: none;
  max-width: 100%;
  height: auto;
}

.text--left {
  text-align: left;
}
.text--right {
  text-align: right;
}
.text--center {
  text-align: center;
}
.text--blue {
  color: #005DAA;
}
.text--yellow {
  color: #FEBE1F;
}
.text--white {
  color: white;
}
.text--underline {
  text-decoration: underline;
}
.text--form {
  font-size: 14px;
}

p {
  line-height: 1.5;
}

.blue {
  color: #005DAA;
}

.display--block {
  display: block;
}
.display--inline {
  display: inline;
}
.display--none {
  display: none;
}

.overflow--hidden {
  overflow: hidden;
}

.margin-top--0 {
  margin-top: 0;
}
.margin-top--1 {
  margin-top: 16px;
}
.margin-top--2 {
  margin-top: 32px;
}
.margin-top--3 {
  margin-top: 48px;
}
.margin-bottom--0 {
  margin-bottom: 0 !important;
}
.margin-bottom--1 {
  margin-bottom: 16px;
}
.margin-bottom--2 {
  margin-bottom: 32px;
}
.margin-bottom--3 {
  margin-bottom: 48px;
}

.padding-top--0 {
  padding-top: 0;
}
.padding-top--1 {
  padding-top: 16px;
}
.padding-top--2 {
  padding-top: 32px;
}
.padding-top--3 {
  padding-top: 48px;
}
.padding-bottom--0 {
  padding-bottom: 0;
}
.padding-bottom--1 {
  padding-bottom: 16px;
}
.padding-bottom--2 {
  padding-bottom: 32px;
}
.padding-bottom--3 {
  padding-bottom: 48px;
}

.is-layout-flex {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
@media (min-width: 782px) {
  .is-layout-flex {
    flex-wrap: nowrap !important;
  }
}

.position--relative {
  position: relative;
}
.position--absolute {
  position: absolute;
}

.is-layout-flex--spaceAround {
  justify-content: space-around;
}
.is-layout-flex--spaceBetween {
  justify-content: space-between;
}
.is-layout-flex--spaceEvenly {
  justify-content: space-evenly !important;
}

.is-content-justification-left {
  justify-content: flex-start;
}
.is-content-justification-center {
  justify-content: center;
}

.is-layout-flow--70 {
  width: 100%;
}
@media (min-width: 782px) {
  .is-layout-flow--70 {
    width: 68%;
  }
}
.is-layout-flow--60 {
  width: 100%;
}
@media (min-width: 782px) {
  .is-layout-flow--60 {
    width: 58%;
  }
}
.is-layout-flow--48 {
  width: 100%;
}
@media (min-width: 782px) {
  .is-layout-flow--48 {
    width: 48%;
  }
}
.is-layout-flow--45 {
  width: 100%;
}
@media (min-width: 782px) {
  .is-layout-flow--45 {
    width: 45%;
  }
}
.is-layout-flow--40 {
  width: 100%;
}
@media (min-width: 782px) {
  .is-layout-flow--40 {
    width: 38%;
  }
}
.is-layout-flow--30 {
  width: 100%;
}
@media (min-width: 782px) {
  .is-layout-flow--30 {
    width: 32%;
  }
}
.is-layout-flow--25 {
  width: 100%;
}
@media (min-width: 782px) {
  .is-layout-flow--25 {
    width: 24%;
  }
}

.only-mobile {
  display: block;
}
@media (min-width: 1200px) {
  .only-mobile {
    display: none;
  }
}
.only-mobile--small {
  display: block;
}
@media (min-width: 782px) {
  .only-mobile--small {
    display: none;
  }
}
.only-mobile--medium {
  display: block;
}
@media (min-width: 992px) {
  .only-mobile--medium {
    display: none;
  }
}

.only-desktop {
  display: none;
}
@media (min-width: 1200px) {
  .only-desktop {
    display: block;
  }
}
.only-desktop--small {
  display: none;
}
@media (min-width: 782px) {
  .only-desktop--small {
    display: block;
  }
}
.only-desktop--medium {
  display: none;
}
@media (min-width: 992px) {
  .only-desktop--medium {
    display: block;
  }
}

.border-radius--top {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}
.border-radius--bottom {
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
}

.bg--grey {
  background-color: #F9FAFA;
}
.bg--blue {
  background-color: #005DAA;
}

.link-blue {
  color: #005DAA;
}

.aligncenter {
  text-align: center;
}

@keyframes bounce {
  0% {
    transform: translate(0, 0) rotate(90deg);
  }
  50% {
    transform: translate(0, 5px) rotate(90deg);
  }
  100% {
    transform: translate(0, 0px) rotate(90deg);
  }
}
@keyframes marquee {
  0% {
    left: 0;
  }
  100% {
    left: -100%;
  }
}
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: 0;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-list, .slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:after, .slick-track:before {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-loading .slick-list {
  background: #fff url(ajax-loader.gif) center center no-repeat;
}

@font-face {
  font-family: slick;
  font-weight: 400;
  font-style: normal;
  src: url(fonts/slick.eot);
  src: url(fonts/slick.eot?#iefix) format("embedded-opentype"), url(fonts/slick.woff) format("woff"), url(fonts/slick.ttf) format("truetype"), url(fonts/slick.svg#slick) format("svg");
}
.slick-next, .slick-prev {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: 0;
  background: 0 0;
}

.slick-next:focus, .slick-next:hover, .slick-prev:focus, .slick-prev:hover {
  color: transparent;
  outline: 0;
  background: 0 0;
}

.slick-next:focus:before, .slick-next:hover:before, .slick-prev:focus:before, .slick-prev:hover:before {
  opacity: 1;
}

.slick-next.slick-disabled:before, .slick-prev.slick-disabled:before {
  opacity: 0.25;
}

.slick-next:before, .slick-prev:before {
  font-family: slick;
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir=rtl] .slick-prev {
  right: -25px;
  left: auto;
}

.slick-prev:before {
  content: "←";
}

[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir=rtl] .slick-next {
  right: auto;
  left: -25px;
}

.slick-next:before {
  content: "→";
}

[dir=rtl] .slick-next:before {
  content: "←";
}

.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: 0;
  background: 0 0;
}

.slick-dots li button:focus, .slick-dots li button:hover {
  outline: 0;
}

.slick-dots li button:focus:before, .slick-dots li button:hover:before {
  opacity: 1;
}

.slick-dots li button:before {
  font-family: slick;
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "•";
  text-align: center;
  opacity: 0.25;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: #000;
}

.site-header .container {
  margin: 0 auto;
  width: 1200px;
}
.site-header .site-header .main-menu-container .menu > li {
  padding: 0;
  margin: 0;
}
.site-header .main-menu-container .menu > li {
  padding: 0;
  margin: 0;
}
.site-header .main-menu-container .menu > li > a {
  padding: 16px 25px 19px;
  display: block;
}
@media only screen and (min-width: 1300px) {
  .site-header .main-menu-container .menu > li > a {
    padding: 16px 30px 19px;
  }
}
.site-header .main-menu-container .menu > li:first-child > a {
  padding-left: 0;
}
.site-header .main-menu-container .sub-menu {
  top: 100%;
  padding: 6px 0;
}
.site-header .main-menu-container .sub-menu li > a {
  padding: 15px 30px;
  display: block;
}
.site-header .top-navigation-bar .navigation-item-call {
  font-weight: 400;
}

/* Header y footer */
@media only screen and (max-width: 1200px) {
  body {
    font-size: 14px;
    line-height: 18px;
  }
  .button {
    min-width: initial;
  }
  body.mobile-menu-opened .site-header {
    position: fixed;
    width: 100%;
    z-index: 999;
  }
  body.mobile-menu-opened:not(.customers-menu) .customers-mobile-menu-container,
  body.mobile-menu-opened.customers-menu .mobile-menu-container,
  body.mobile-menu-opened.customers-menu .contact-mobile-menu-container {
    display: none;
  }
  .site-header {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .site-header .blocks:not(.blocks-mobile) {
    display: none;
  }
  .site-header .blocks-mobile {
    display: flex;
  }
  .site-header .blocks-mobile .block-mobile-menu {
    position: relative;
    display: block;
  }
  .site-header .blocks-mobile .block-mobile-menu img {
    width: 18px;
    height: 12px;
    cursor: pointer;
  }
  .site-header .blocks-mobile .logo-container img {
    display: block;
    max-width: 60px;
  }
  .site-header .blocks-mobile .block-customers-mobile-menu img {
    width: 25px;
    height: 25px;
    cursor: pointer;
  }
  .site-header .mobile-container {
    position: absolute;
    top: 78px;
    right: 0;
    background-color: #ffffff;
    padding: 39px 12px 26px 12px;
    border-radius: 4px;
    box-shadow: 0px 7px 14px rgba(0, 0, 0, 0.25);
    width: 100vw;
    z-index: 999;
  }
  .site-header .menu {
    display: block;
  }
  .site-header .menu li {
    font-family: "Noto Sans", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
  }
  .site-header .mobile-menu-container .menu,
  .site-header .contact-mobile-menu-container .menu {
    flex-direction: column;
  }
  .site-header .mobile-menu-container .menu > li {
    color: #005DAA;
    margin-bottom: 26px;
  }
  .site-header .mobile-menu-container .menu .menu-item-has-children:not(.menu-item-opened) .sub-menu {
    display: none;
  }
  .site-header .mobile-menu-container .menu .menu-item-has-children.menu-item-opened .sub-menu {
    display: block;
  }
  .site-header .mobile-menu-container .menu .menu-item-has-children > a:after,
  .site-header .customers-mobile-menu-container .menu .menu-item-has-children > a:after {
    display: none;
  }
  .site-header .mobile-menu-container .menu .menu-item-has-children {
    position: relative;
  }
  .site-header .mobile-menu-container .menu .menu-item-has-children:after {
    position: absolute;
    top: 6px;
    right: 0;
    display: inline-block;
    content: "";
    background-image: url("../images/arrow-down.svg");
    background-repeat: no-repeat;
    background-size: cover;
    margin-left: 6px;
    width: 11px;
    height: 6px;
    content: "";
  }
  .site-header .mobile-menu-container .menu .sub-menu {
    position: relative;
    box-shadow: none;
    padding: 0px 20px 20px 20px;
    min-width: initial;
  }
  .site-header .mobile-menu-container .menu .sub-menu > li,
  .site-header .customers-mobile-menu-container .menu .sub-menu > li {
    color: #464646;
    border-bottom: none;
  }
  .site-header .mobile-menu-container .menu .sub-menu li:not(:first-child),
  .site-header .customers-mobile-menu-container .menu .sub-menu li:not(:first-child) {
    padding-top: 12px;
  }
  .site-header .mobile-menu-container .menu .sub-menu li:not(:last-child),
  .site-header .customers-mobile-menu-container .menu .sub-menu li:not(:last-child) {
    padding-bottom: 12px;
  }
  .site-header .customers-mobile-menu-container .menu > li {
    font-family: "Noto Sans", sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    color: #005DAA;
  }
  .site-header .customers-mobile-menu-container .menu > li:before {
    display: inline-block;
    background-image: url("../images/customer-access.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 25px;
    height: 25px;
    vertical-align: middle;
    margin-right: 13px;
    content: "";
  }
  .site-header .customers-mobile-menu-container .menu .sub-menu {
    display: block;
  }
  .site-header .customers-mobile-menu-container .menu .sub-menu {
    position: relative;
    box-shadow: none;
    padding: 0px 20px 20px 20px;
    min-width: initial;
  }
  .site-header .contact-mobile-menu-container {
    border-top: 1px solid #E8E7E8;
    padding-top: 30px;
  }
  .site-header .contact-mobile-menu-container .menu li {
    font-size: 16px;
    line-height: 19px;
    color: #3B3A40;
  }
  .site-header .contact-mobile-menu-container .menu li:not(:last-of-type) {
    margin-bottom: 30px;
  }
  .site-header .contact-mobile-menu-container .menu li .number {
    font-family: "Noto Sans", sans-serif;
    font-weight: 500;
  }
  article .hero .inner-container,
  .section--why .ysl-block-group__inner-container,
  .section--packs-slider .ysl-block-group__inner-container,
  .section--cta-contact .ysl-block-group__inner-container,
  .section--testimonies .ysl-block-group__inner-container {
    width: initial;
  }
  .home-popup-promo-sticky {
    top: initial;
    bottom: 0;
    padding: 11px 0 11px 0;
  }
  .home-popup-promo-sticky .ysl-block-group__inner-container {
    flex-direction: column;
  }
  .home-popup-promo-sticky h4,
  .home-popup-promo-sticky .secondary-text,
  .home-popup-promo-sticky .caption {
    display: none;
  }
  .home-popup-promo-sticky .price,
  .home-popup-promo-sticky .ysl-block-buttons {
    margin-right: 0;
  }
}
.site-footer .container {
  width: 1100px;
  margin: 0 auto;
}
.site-footer .legal-navigation-bar {
  margin-top: 32px;
}
@media only screen and (min-width: 1200px) {
  .site-footer .legal-navigation-bar {
    margin-top: 50px;
  }
}

@media only screen and (max-width: 1200px) {
  .site-footer {
    padding-top: 23px;
    padding-bottom: 120px;
  }
  .site-footer .top-navigation-bar .navigation-item-social {
    display: none;
  }
  .site-footer .top-navigation-bar .navigation-item-logo img {
    width: 49px;
  }
  .site-footer .widgets-navigation-bar {
    flex-wrap: wrap;
  }
  .site-footer .widgets {
    width: 50%;
  }
  .site-footer .widgets.column-1 {
    display: none;
  }
  .site-footer .widgets.column-5 img {
    width: 113px;
  }
  .site-footer .widget .widget-title {
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 6px;
  }
  .site-footer .legal-navigation-bar {
    font-size: 12px;
    flex-direction: row-reverse;
    align-items: center;
    display: block;
  }
  .site-footer .legal-navigation-bar .footer-menu-container {
    display: block;
  }
  .site-footer .legal-navigation-bar .footer-menu-container ul {
    /*margin-left: 10px;*/
    display: block;
  }
  .site-footer .legal-navigation-bar .copyright {
    font-size: 9px;
    line-height: 11px;
    margin-right: 30px;
  }
  .site-footer .legal-navigation-bar .award img {
    width: 53px;
  }
}
.site-footer .widgets-navigation-bar {
  flex-wrap: wrap;
}
.site-footer .widgets-navigation-bar .widget_media_image {
  margin-bottom: 16px;
}

.contact--w img {
  display: inline-block;
  padding-right: 10px;
}
.contact--w a {
  text-decoration: underline;
}

.contact--shop a {
  text-decoration: underline;
}

.site-footer .top-navigation-bar .navigation-item-social .contact .number {
  font-size: 15px;
  margin-left: 6px;
}

main {
  padding-top: 80px;
}
@media only screen and (min-width: 1200px) {
  main {
    padding-top: 116px;
  }
}

.box__hero--home .hero .legal-promo {
  justify-content: space-between;
}
.box__hero--home .hero .servicio-img {
  flex-basis: 22%;
}
.box__hero--home .hero .servicio-txt {
  flex-basis: 70%;
}

.box__hero--login h1 {
  font-size: 28px;
  font-weight: 700;
  color: white;
  text-align: center;
  max-width: 100% !important;
}
.box__hero--login .icons-hero {
  display: flex;
  margin-top: 25px;
}
.box__hero--login .icons-hero span {
  padding-right: 16px;
  text-align: center;
  max-width: 190px;
}
.box__hero--login .icons-hero svg {
  width: 33px;
  height: 35px;
}
.box__hero--login .icons-hero p {
  color: white;
  font-size: 16px;
  font-weight: 500;
}

.extra-hero .title, .extra-hero .excerpt h1, .hero-excerpt {
  font-size: 20px;
  line-height: 1.5;
  text-align: center;
  max-width: 350px;
}
@media only screen and (min-width: 768px) {
  .extra-hero .title, .extra-hero .excerpt h1, .hero-excerpt {
    text-align: left;
    font-size: 35px;
  }
}

.style-8 .hero {
  background-position: center bottom !important;
}

.page .box__hero--page {
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .page .box__hero--page {
    text-align: left;
  }
}
@media only screen and (min-width: 768px) {
  .page .box__hero--page .hero .excerpt {
    width: 300px;
    margin: 0 !important;
  }
}
.page .box__hero--page .hero .excerpt h1 {
  font-size: 28px;
  line-height: 1.25;
}
.page .box__hero--page .hero .excerpt p {
  font-size: 20px;
  font-weight: 400;
}
.page .box__hero--page .hero .legal-promo {
  justify-content: space-between;
}
.page .box__hero--page .hero .servicio-img {
  flex-basis: 22%;
}
.page .box__hero--page .hero .servicio-txt {
  flex-basis: 70%;
}
.page .box__hero--pack {
  background: radial-gradient(31.05% 31.05% at 37.43% 42.87%, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%), #F9FAFA;
  padding-bottom: 63px;
}
.page .box__hero--pack .hero {
  height: 100%;
}
@media only screen and (min-width: 768px) {
  .page .box__hero--pack .hero {
    height: 60vh;
  }
}
.page .box__hero--pack .subhero {
  margin-top: 45px;
}
@media only screen and (min-width: 1200px) {
  .page .box__hero--pack .subhero {
    margin-top: 0px;
  }
}
.page .box__hero--pack .subhero .excerpt {
  text-align: center;
  padding: 0 20px;
}
@media only screen and (min-width: 992px) {
  .page .box__hero--pack .subhero .excerpt {
    text-align: left;
    padding: 0;
  }
}
.page .box__hero--pack .subhero h2 {
  color: #000000;
  font-size: 20px;
  padding: 30px 0 10px;
  line-height: 1.25;
}
.page .box__hero--pack .subhero p {
  font-size: 16px !important;
}
@media only screen and (min-width: 992px) {
  .page .box__hero--pack .subhero p {
    font-size: 20px !important;
  }
}

.hero-text--white h1 {
  color: white !important;
}

@media only screen and (min-width: 768px) {
  .hero .excerpt {
    width: 300px;
    margin: 0 !important;
  }
  .style-6 .hero .excerpt {
    margin: 0 auto !important;
  }
  .box__hero--login.style-6 .hero .excerpt {
    margin: 0 !important;
    width: 500px;
    text-align: left;
  }
  .box__hero--login.style-6 .hero .excerpt p {
    font-size: 18px;
    line-height: 1.5;
    font-weight: 400;
  }
  .box__hero--login.style-6 .hero .inner-container h1 {
    max-width: 500px;
    text-align: left;
  }
  .box__hero--login.style-6 .hero .inner-container {
    margin-left: 5%;
  }
}
.hero .excerpt h1 {
  font-size: 28px;
  line-height: 1.5;
}

.hero .excerpt p {
  font-size: 20px;
  font-weight: 400;
}

.style-1 .hero video {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  width: 100%;
}

.sistemas-seguridad .hero h1 {
  color: #000000;
}
.sistemas-seguridad .hero h1 strong {
  color: #005DAA;
}
@media only screen and (min-width: 992px) {
  .sistemas-seguridad .hero .excerpt {
    width: 460px !important;
  }
}

.section--why {
  margin-top: 0px;
}
@media only screen and (min-width: 768px) {
  .section--why {
    margin-top: 0px;
  }
}
@media only screen and (min-width: 1024px) {
  .section--why .is-layout-flex {
    display: flex;
  }
}
.section--why .ysl-block-column {
  padding: 55px 31px 50px 31px;
  margin-bottom: 55px;
  flex-basis: auto !important;
}
@media only screen and (min-width: 782px) {
  .section--why .ysl-block-column {
    width: 33%;
    margin: 0 1.75% 0 1.75%;
  }
}
.section--why figure {
  position: relative;
}
.section--why figure img {
  margin-top: 0;
  margin-bottom: 24px;
  position: absolute;
  top: -65px;
  left: 50%;
  transform: translateX(-50%);
  width: 68px;
}
.section--why .ysl-block-heading {
  font-size: 18px;
  margin-bottom: 30px;
  line-height: 1.4;
}
.section--why .ysl-block-heading--tit {
  font-size: 30px;
  color: #000000;
  margin-bottom: 80px;
  font-weight: 700;
}
.section--why p {
  line-height: 1.5;
  margin-bottom: 16px;
}

.section__smart .smart__head {
  background: #005DAA;
  text-align: center;
  color: white;
  padding: 1em 0 7em;
}
@media only screen and (min-width: 1200px) {
  .section__smart .smart__head .section__content {
    padding: 3em 5em 2em;
  }
}
.section__smart .smart__head h2 {
  font-size: 1.5em;
  margin-bottom: 0.5em;
  color: white;
  font-size: 26px;
}
@media only screen and (min-width: 1024px) {
  .section__smart .smart__head h2 {
    font-size: 3em;
    margin-bottom: 25px;
    font-size: 30px;
  }
}
.section__smart .smart__head h3 {
  margin-bottom: 0.5em;
  color: white;
  font-size: 12px;
}
@media only screen and (min-width: 1024px) {
  .section__smart .smart__head h3 {
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 25px;
  }
}
.section__smart .smart__head p {
  font-size: 16px;
}
@media only screen and (min-width: 1024px) {
  .section__smart .smart__head p {
    font-size: 20px;
  }
}
.section__smart .smart__content {
  margin: 0 auto;
  margin-top: -7em;
  max-width: 1200px;
}
@media only screen and (min-width: 1200px) {
  .section__smart .smart__content .slider-smart {
    padding-bottom: 3em;
  }
}
.section__smart .smart__content .slider-smart .smart__item-slider {
  padding: 3em 0.875em 3.93753em;
}
@media only screen and (min-width: 768px) {
  .section__smart .smart__content .slider-smart .smart__item-slider {
    padding: 3em 1.5em 3.93753em;
  }
}
@media only screen and (min-width: 1200px) {
  .section__smart .smart__content .slider-smart .smart__item-slider {
    padding: 3em 1.5em 3.93753em;
  }
}
@media only screen and (min-width: 1200px) {
  .section__smart .smart__content .slider-smart .smart__item-slider[data-slick-index="1"] {
    margin-top: -20px;
  }
}
@media only screen and (min-width: 1200px) {
  .section__smart .smart__content .slider-smart .smart__item-slider[data-slick-index="1"] .item-slider__top {
    height: 254px;
  }
}
.section__smart .smart__content .slider-smart .smart__item-slider[data-slick-index="1"] img {
  object-fit: cover;
  height: 100%;
}
.section__smart .smart__content .slider-smart .smart__item-slider.slick-active {
  transition: all 0.5s ease-in-out;
}
@media only screen and (min-width: 1200px) {
  .section__smart .smart__content .slider-smart .smart__item-slider.slick-active {
    margin-top: -20px;
  }
}
@media only screen and (min-width: 1200px) {
  .section__smart .smart__content .slider-smart .smart__item-slider.slick-active .item-slider__top {
    height: 254px;
  }
}
.section__smart .smart__content .slider-smart .smart__item-slider.slick-active img {
  object-fit: cover;
  height: 100%;
}
.section__smart .smart__content .slider-smart .smart__item-slider .item-slider__top {
  position: relative;
}
.section__smart .smart__content .slider-smart .smart__item-slider .item-slider__top p {
  position: absolute;
  top: 1em;
  left: 1em;
  font-size: 14px;
  background-color: #FEBE1F;
  color: #000000;
  padding: 0.7em 1.25em 0.6em;
  font-weight: 600;
  border-radius: 2px;
}
.section__smart .smart__content .slider-smart .smart__item-slider .item-slider__top img {
  width: 100%;
  border-radius: 6px 6px 0px 0px;
  object-fit: cover;
  height: 100%;
  background-color: white;
}
@media only screen and (min-width: 1200px) {
  .section__smart .smart__content .slider-smart .smart__item-slider .item-slider__top img {
    min-height: inherit;
  }
}
.section__smart .smart__content .slider-smart .smart__item-slider .item-slider__top__icons {
  position: absolute;
  top: 70%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .section__smart .smart__content .slider-smart .smart__item-slider .item-slider__top__icons {
    top: 50%;
  }
}
.section__smart .smart__content .slider-smart .smart__item-slider .item-slider__top__icons svg {
  margin: 0 0.5em;
  width: 33px;
}
@media only screen and (min-width: 768px) {
  .section__smart .smart__content .slider-smart .smart__item-slider .item-slider__top__icons svg {
    width: auto;
  }
}
.section__smart .smart__content .slider-smart .smart__item-slider .item-slider__bottom {
  padding: 2em 1.25em;
  border: 2px solid rgba(183, 189, 192, 0.1);
  border-top: none;
}
.section__smart .smart__content .slider-smart .smart__item-slider .item-slider__bottom h2 {
  font-size: 12px;
  margin-bottom: 0.25em;
  color: #303538;
}
@media only screen and (min-width: 1024px) {
  .section__smart .smart__content .slider-smart .smart__item-slider .item-slider__bottom h2 {
    font-size: 16px;
    line-height: 1.4;
    min-height: 70px;
  }
}
.section__smart .smart__content .slider-smart .smart__item-slider .item-slider__bottom .button-wrapper {
  margin: 16px 0;
}
.section__smart .smart__content .slider-smart .smart__item-slider .item-slider__bottom ul li {
  padding: 1.75em 0;
  border-bottom: 1px solid #b7bdc0;
}
.section__smart .smart__content .slider-smart .smart__item-slider .item-slider__bottom ul li:last-child {
  border: none;
}
.section__smart .smart__content .slider-smart .smart__item-slider .item-slider__bottom ul li div {
  display: flex;
  justify-content: flex-start;
}
.section__smart .smart__content .slider-smart .smart__item-slider .item-slider__bottom ul li strong {
  font-size: 14px;
  font-weight: 500;
  padding: 0px 0 20px;
  display: block;
}
.section__smart .smart__content .slider-smart .smart__item-slider .item-slider__bottom ul li svg {
  margin-right: 0.6em;
  width: 18px;
  height: 14px;
  margin-top: 0.25em;
}
.section__smart .smart__content .slider-smart .smart__item-slider .item-slider__bottom ul li p {
  font-size: 12px;
  color: #303538;
  width: 90%;
}
@media only screen and (min-width: 1024px) {
  .section__smart .smart__content .slider-smart .smart__item-slider .item-slider__bottom ul li p {
    font-size: 12px;
  }
}
.section__smart .smart__content .slider-smart .smart__item-slider .bottom {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #44A0E3;
  text-align: center;
  border: 2px solid #44A0E3;
  padding-top: 8px;
  padding-bottom: 8px;
  width: 100%;
  display: block;
}

.section--panel .ysl-block-image {
  max-width: 250px;
  bottom: -53px;
}
.section--panel .ysl-block-image img {
  width: 100%;
}
.section--panel img.ysl-block-cover__image-background {
  border-radius: 40px;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

@media only screen and (min-width: 1024px) {
  .section--panel-info .content-text > div {
    width: 50%;
    margin: 0 auto 20px;
  }
}
.section--panel-info .tit-section {
  text-align: center;
  margin-bottom: 13px;
  margin-top: 20px;
}
@media only screen and (min-width: 768px) {
  .section--panel-info .tit-section {
    margin-top: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .section--panel-info .tit-section {
    margin-top: 0px;
  }
}
.section--panel-info .tit-section h3 {
  font-weight: 500;
}
@media only screen and (min-width: 768px) {
  .section--panel-info .tit-section h3 {
    text-align: center;
  }
}

.section--services-slider .arrows {
  display: none;
}
.section--services-slider .adt-shortcode-services .service-item {
  position: relative;
  border-radius: 0;
  transition: background ease 1s;
}
.section--services-slider .adt-shortcode-services .service-item h2,
.section--services-slider .adt-shortcode-services .service-item .description {
  transition: color ease 1s;
}
.section--services-slider .adt-shortcode-services .service-item path {
  transition: stroke ease 1s;
}
.section--services-slider .adt-shortcode-services .service-item-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  border-radius: 24px;
}
@media only screen and (min-width: 768px) {
  .section--services-slider .no-slick {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
  }
}
.section--services-slider .no-slick .service-item-container {
  width: 30%;
  max-width: 334px;
  margin: 1%;
}
.section--services-slider .no-slick .service-item-container .service-item {
  background: transparent !important;
}
.section--services-slider .no-slick .service-item-container .service-item h2, .section--services-slider .no-slick .service-item-container .service-item .description {
  color: white;
}
.section--services-slider .no-slick .service-item-container .service-item svg > path {
  stroke: white !important;
}
.section--services-slider .ysl-block-heading {
  color: #464646;
  margin-bottom: 20px;
  text-align: center;
  font-size: 28px;
}
.section--services-slider .ysl-block-text {
  color: #838787;
  margin-bottom: 48px;
  text-align: center;
  font-size: 20px;
  max-width: 80%;
  margin: 0 auto 60px;
}
.section--services-slider .service-item ul {
  padding: 0 16px;
  width: 90%;
  margin: 0 auto;
}
.section--services-slider .service-item ul li {
  text-align: left;
  list-style-type: disc;
  padding-bottom: 5px;
}

.opiniones__head {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 2em;
}
@media only screen and (min-width: 992px) {
  .opiniones__head {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }
}
.opiniones__head h3 {
  font-size: 20px;
  color: #005DAA;
  margin-bottom: 0.75em;
  text-align: center;
}
@media only screen and (min-width: 992px) {
  .opiniones__head h3 {
    text-align: left;
  }
}
@media only screen and (min-width: 1300px) {
  .opiniones__head h3 {
    font-size: 24px;
  }
}
.opiniones__total {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media only screen and (min-width: 360px) {
  .opiniones__total {
    align-items: flex-end;
    flex-direction: row;
  }
}
.opiniones__total__svg {
  margin-right: 1em;
  line-height: 0;
}
@media only screen and (min-width: 768px) {
  .opiniones__total__svg {
    margin-right: 2em;
  }
}
.opiniones__total__svg svg {
  max-width: 140px;
}
@media only screen and (min-width: 768px) {
  .opiniones__total__svg svg {
    max-width: none;
  }
}
.opiniones__total__text p {
  font-family: Helvetica, sans-serif;
  font-size: 0.75em;
  color: #000000;
  line-height: 1.75;
}
@media only screen and (min-width: 768px) {
  .opiniones__total__text p {
    font-size: 1em;
  }
}
.opiniones__total__text p span {
  font-weight: 700;
}
.opiniones__content {
  padding-bottom: 1em;
}
@media only screen and (min-width: 992px) {
  .opiniones__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 30px;
    grid-auto-rows: minmax(100px, auto);
  }
}
@media only screen and (min-width: 1200px) {
  .opiniones__list {
    grid-gap: 50px;
  }
}
.opiniones__list__item {
  padding: 3em 2em;
  text-align: center;
  margin: 1em auto 1.25em;
  box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.04);
  border-radius: 20px;
  max-width: 400px;
}
@media only screen and (min-width: 992px) {
  .opiniones__list__item {
    margin-bottom: 0;
    max-width: none;
  }
}
.opiniones__valoraciones {
  padding-bottom: 1em;
  max-width: 130px;
  margin: 0 auto;
}
.opiniones__valoraciones svg {
  width: 22px;
  height: auto;
}
.opiniones__tit {
  font-size: 16px;
  font-weight: 600;
}
@media only screen and (min-width: 1920px) {
  .opiniones__tit {
    font-size: 18px;
  }
}
.opiniones__text {
  font-size: 14px;
  color: #838787;
  padding: 16px 0;
}
.opiniones__name {
  font-size: 14px;
  font-weight: 600;
}

.section--hogar-protegido {
  padding-top: 25px;
}
@media only screen and (min-width: 768px) {
  .section--hogar-protegido {
    padding-top: 85px;
  }
}
.section--hogar-protegido .container {
  width: 980px;
}
.section--hogar-protegido .ysl-block-image img {
  max-width: 470px;
  width: 100%;
}
.section--hogar-protegido .ysl-img-cover {
  height: 200px;
  object-fit: cover;
  width: 100%;
}
.section--hogar-protegido .ysl-block-cover p {
  text-align: center;
}
.section--hogar-protegido .hogar-protegido--top {
  justify-content: space-between;
  align-items: center;
}
@media only screen and (min-width: 768px) {
  .section--hogar-protegido .hogar-protegido--top {
    padding-bottom: 40px;
  }
}
.section--hogar-protegido .hogar-protegido--top .is-layout-flow:first-child {
  padding-bottom: 30px;
  order: 2;
}
@media only screen and (min-width: 768px) {
  .section--hogar-protegido .hogar-protegido--top .is-layout-flow:first-child {
    flex-basis: 47%;
    padding-bottom: 0px;
    padding-left: 4%;
    order: inherit;
  }
}
.section--hogar-protegido .ysl-block-cover {
  display: block;
  padding: 0;
}
.section--hogar-protegido .ysl-block-cover .ysl-block-cover__inner-container {
  z-index: 1;
  position: relative;
}

.section__house {
  background: linear-gradient(#f9fafa 0%, #f9fafa 50%, #ffffff 50%, #ffffff 100%);
  position: relative;
  color: #464646;
  text-align: center;
  box-sizing: border-box;
}
.section__house *,
.section__house ::after,
.section__house ::before {
  box-sizing: border-box;
}
.section__house::before {
  content: "";
  width: 100%;
  height: 40px;
  display: block;
  position: absolute;
  top: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.1) 0%, rgba(245, 245, 245, 0) 100%);
}
@media all and (min-width: 1040px) {
  .section__house .display--mobile-extend {
    display: none;
  }
}
.section__house .house__head {
  padding-top: 40px;
}
.section__house .house__head .house__head__content {
  max-width: 680px;
  margin: 0 auto;
  padding: 0 15px;
}
.section__house .house__head .house__head__content h2 {
  margin-top: 0;
  margin-bottom: 25px;
  font-size: 20px;
  font-weight: normal;
  text-align: center;
  line-height: 1.36;
  color: #1D1D1B;
}
.section__house .house__head .house__head__content h2 strong {
  font-weight: bold;
}
@media all and (min-width: 768px) {
  .section__house .house__head .house__head__content h2 {
    margin-bottom: 20px;
    font-size: 28px;
  }
}
.section__house .house__head .house__head__content .house__icon-hand_mobile {
  margin-bottom: 30px;
}
.section__house .house__head .house__head__content .house__header__tabs {
  margin-bottom: 20px;
}
.section__house .house__head .house__head__content .house__header__tabs ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.section__house .house__head .house__head__content .house__header__tabs ul li {
  margin-bottom: 18px;
  text-align: center;
}
.section__house .house__head .house__head__content .house__header__tabs ul li .tab {
  display: inline-block;
  position: relative;
  color: #56B9E5;
  cursor: pointer;
  font-size: 17px;
  text-decoration: none;
  letter-spacing: 1px;
  margin-bottom: 0;
  outline: none;
}
.section__house .house__head .house__head__content .house__header__tabs ul li .tab:after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 0px;
  background: #245FA4;
  top: calc(100% + 10px);
  transform: scaleX(0);
  transition: all 0.25s ease-out;
}
.section__house .house__head .house__head__content .house__header__tabs ul li .tab:hover:after, .section__house .house__head .house__head__content .house__header__tabs ul li .tab:focus:after {
  height: 1px;
  transform: scaleX(1);
}
.section__house .house__head .house__head__content .house__header__tabs ul li .tab.active {
  margin-bottom: 14px;
}
.section__house .house__head .house__head__content .house__header__tabs ul li .tab.active::after {
  height: 4px;
  transform: scaleX(1);
  transition: all 0.1s ease-out;
}
@media all and (min-width: 768px) {
  .section__house .house__head .house__head__content .house__header__tabs ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
  }
  .section__house .house__head .house__head__content .house__header__tabs ul li {
    margin-bottom: 0;
  }
  .section__house .house__head .house__head__content .house__header__tabs ul li .tab {
    font-size: 14px;
    margin-bottom: 13px;
  }
  .section__house .house__head .house__head__content .house__header__tabs ul li .tab.active {
    margin-bottom: 13px;
  }
  .section__house .house__head .house__head__content .house__header__tabs ul li .tab.active::after {
    height: 3px;
  }
}
@media all and (min-width: 1040px) {
  .section__house .house__head .house__head__content h2 {
    margin-bottom: 50px;
  }
  .section__house .house__head .house__head__content .house__header__tabs {
    margin-bottom: 0;
  }
}
.section__house .house__content .house__content__top {
  position: relative;
  margin: 0 auto;
  height: 513px;
}
.section__house .house__content .house__content__top .house__controls {
  position: relative;
  z-index: 0;
  height: 100%;
  width: 658px;
  max-width: 100%;
  margin: 0 auto;
  overflow-x: auto;
}
.section__house .house__content .house__content__top .house__controls .house__controls__img,
.section__house .house__content .house__content__top .house__controls .house__controls__img_mobile,
.section__house .house__content .house__content__top .house__controls .house__controls__img__perimetral_sombra {
  position: absolute;
  top: 0;
  left: 0;
  width: 798px;
  height: 513px;
  z-index: 0;
  user-select: none;
}
.section__house .house__content .house__content__top .house__controls .house__controls__img_mobile {
  width: 658px;
  max-width: none;
}
.section__house .house__content .house__content__top .house__controls .house__controls__img {
  display: none;
}
.section__house .house__content .house__content__top .house__controls .house__controls__img__perimetral_sombra {
  width: 641px;
  height: 431px;
  top: 38px;
  left: 2px;
  transition: opacity 0.4s ease-in-out;
  transition-delay: 0.1s;
  opacity: 0;
  max-width: none;
}
.section__house .house__content .house__content__top .house__controls .house__controls__img__perimetral_sombra.show {
  opacity: 1;
}
.section__house .house__content .house__content__top .house__controls .house__controls__button {
  position: absolute;
  background: none;
  border: none;
  outline: none;
  margin: 0;
  padding: 0;
  cursor: pointer;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  transform: scale(0);
  transition: all 0.4s ease-out;
}
.section__house .house__content .house__content__top .house__controls .house__controls__button svg {
  display: block;
  position: relative;
  z-index: 1;
  width: 37px;
  height: 37px;
  transition: all 0.4s ease-out;
}
.section__house .house__content .house__content__top .house__controls .house__controls__button svg * {
  transition: all 0.4s ease-out;
}
.section__house .house__content .house__content__top .house__controls .house__controls__button::before, .section__house .house__content .house__content__top .house__controls .house__controls__button::after {
  content: "";
  background: rgba(0, 95, 169, 0.5);
  width: 0;
  height: 0;
  border-radius: 50%;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 0;
  transform: translate(-50%, -50%);
  transition: all 0.4s ease-out;
}
.section__house .house__content .house__content__top .house__controls .house__controls__button.show {
  transform: scale(0.85);
  transition: all 0.4s ease-out;
}
.section__house .house__content .house__content__top .house__controls .house__controls__button:hover, .section__house .house__content .house__content__top .house__controls .house__controls__button:focus, .section__house .house__content .house__content__top .house__controls .house__controls__button.active {
  transform: scale(1);
  transition: all 0.4s ease-out;
}
.section__house .house__content .house__content__top .house__controls .house__controls__button:hover svg circle, .section__house .house__content .house__content__top .house__controls .house__controls__button:focus svg circle, .section__house .house__content .house__content__top .house__controls .house__controls__button.active svg circle {
  fill: #005FA9 !important;
}
.section__house .house__content .house__content__top .house__controls .house__controls__button:hover svg path, .section__house .house__content .house__content__top .house__controls .house__controls__button:focus svg path, .section__house .house__content .house__content__top .house__controls .house__controls__button.active svg path {
  fill: #ffffff !important;
}
.section__house .house__content .house__content__top .house__controls .house__controls__button:hover::before, .section__house .house__content .house__content__top .house__controls .house__controls__button:focus::before, .section__house .house__content .house__content__top .house__controls .house__controls__button.active::before {
  width: 50px;
  height: 50px;
}
.section__house .house__content .house__content__top .house__controls .house__controls__button:hover::after, .section__house .house__content .house__content__top .house__controls .house__controls__button:focus::after, .section__house .house__content .house__content__top .house__controls .house__controls__button.active::after {
  width: 61px;
  height: 61px;
}
.section__house .house__content .house__content__top .house__controls .button-magnetico-exterior {
  top: 178px;
  left: 115px;
}
.section__house .house__content .house__content__top .house__controls .button-detector-exterior {
  top: 90px;
  left: 470px;
}
.section__house .house__content .house__content__top .house__controls .button-detector-perimetral-imagen {
  top: 284px;
  left: 322px;
}
.section__house .house__content .house__content__top .house__controls .button-camara-cra-interior {
  top: 290px;
  left: 410px;
}
.section__house .house__content .house__content__top .house__controls .button-camara-cra-exterior {
  top: 230px;
  left: 503px;
}
.section__house .house__content .house__content__top .house__controls .button-placa {
  top: 148px;
  left: 38px;
}
.section__house .house__content .house__content__top .house__controls .button-panel-inteligente {
  top: 144px;
  left: 150px;
}
.section__house .house__content .house__content__top .house__controls .button-teclado {
  top: 167px;
  left: 298px;
}
.section__house .house__content .house__content__top .house__controls .button-detectores-imagen {
  top: 80px;
  left: 256px;
}
.section__house .house__content .house__content__top .house__controls .button-detector-movimiento {
  top: 185px;
  left: 450px;
}
.section__house .house__content .house__content__top .house__controls .button-detector-inundacion {
  top: 218px;
  left: 216px;
}
.section__house .house__content .house__content__top .house__controls .button-detector-humo {
  top: 304px;
  left: 236px;
}
.section__house .house__content .house__content__top .house__controls .button-v-camara-cra-interior {
  top: 82px;
  left: 466px;
}
.section__house .house__content .house__content__top .house__controls .button-v-camara-cra-exterior {
  top: 230px;
  left: 504px;
}
.section__house .house__content .house__content__top .house__controls .button-termostato-inteligente {
  top: 80px;
  left: 224px;
}
.section__house .house__content .house__content__top .house__controls .button-enchufe-inteligente {
  top: 168px;
  left: 397px;
}
.section__house .house__content .house__content__top .house__box-sliders {
  padding: 20px 15px 0;
}
.section__house .house__content .house__content__top .house__box-sliders .house__tab__slider {
  display: none;
  position: absolute;
  max-width: 420px;
  width: calc(100% - 40px);
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background: #f9fafa;
  padding: 20px 30px 30px;
  z-index: 1;
  box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.12);
  border-radius: 20px;
}
.section__house .house__content .house__content__top .house__box-sliders .house__tab__slider .slick-arrow {
  text-indent: -99999px;
  position: absolute;
  top: 57%;
  background: none;
  border: none;
  margin: 0;
  padding: 0;
  width: 14px;
  height: 18px;
  background-size: 10px 16px;
  background-position: center center;
  background-repeat: no-repeat;
  cursor: pointer;
  z-index: 1;
}
.section__house .house__content .house__content__top .house__box-sliders .house__tab__slider .slick-prev {
  background-image: url(../images/casa/arrow-left.svg);
  left: 30px;
}
.section__house .house__content .house__content__top .house__box-sliders .house__tab__slider .slick-next {
  background-image: url(../images/casa/arrow-right.svg);
  right: 30px;
}
.section__house .house__content .house__content__top .house__box-sliders .house__tab__slider .slide__close_button {
  text-align: right;
}
.section__house .house__content .house__content__top .house__box-sliders .house__tab__slider .slide__close_button button.js-close {
  background: none;
  border: none;
  margin: 0;
  padding: 5px;
}
.section__house .house__content .house__content__top .house__box-sliders .house__tab__slider .slide__producto {
  display: flex;
  flex-direction: column;
}
.section__house .house__content .house__content__top .house__box-sliders .house__tab__slider .slide__producto > * {
  width: 100%;
}
.section__house .house__content .house__content__top .house__box-sliders .house__tab__slider .slide__producto .slide__close_button {
  display: none;
}
.section__house .house__content .house__content__top .house__box-sliders .house__tab__slider .slide__producto .slide_texts {
  color: #838787;
}
.section__house .house__content .house__content__top .house__box-sliders .house__tab__slider .slide__producto .slide_texts h3 {
  margin-top: 1em;
  margin-bottom: 1em;
  font-size: 22px;
  font-weight: bold;
  line-height: 27px;
  color: #245FA4;
}
.section__house .house__content .house__content__top .house__box-sliders .house__tab__slider .slide__producto .slide_texts p {
  font-size: 16px;
  line-height: 19.2px;
}
.section__house .house__content .house__content__top .house__box-sliders .house__tab__slider .slide__producto .slide_texts p:last-child {
  margin-bottom: 0;
}
.section__house .house__content .house__content__top .house__box-sliders .house__tab__slider .slide__producto .slide__img {
  margin-top: auto;
}
.section__house .house__content .house__content__top .house__box-sliders .house__tab__slider .slide__producto .slide__img img {
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  max-height: 300px;
}
@media all and (min-width: 660px) {
  .section__house .house__content .house__content__top .house__controls {
    width: 798px;
  }
  .section__house .house__content .house__content__top .house__controls .house__controls__img_mobile {
    display: none;
  }
  .section__house .house__content .house__content__top .house__controls .house__controls__img {
    display: block;
  }
}
@media all and (min-width: 1040px) {
  .section__house .house__content .house__content__top {
    max-width: 1040px;
    display: flex;
  }
  .section__house .house__content .house__content__top .house__controls {
    flex-shrink: 0;
    flex: 0 0 auto;
    margin: 0;
  }
  .section__house .house__content .house__content__top .house__box-sliders {
    position: relative;
    flex-shrink: 0;
    flex: 1 0 0%;
    width: 400px;
    margin: 0;
    margin-left: -158px;
  }
  .section__house .house__content .house__content__top .house__box-sliders .house__tab__slider {
    position: static;
    max-width: none;
    width: 100%;
    transform: none;
    background: none;
    padding: 0;
    box-shadow: none;
    border-radius: 0;
  }
  .section__house .house__content .house__content__top .house__box-sliders .house__tab__slider .slick-prev {
    left: 40px;
  }
  .section__house .house__content .house__content__top .house__box-sliders .house__tab__slider .slick-next {
    right: 40px;
  }
  .section__house .house__content .house__content__top .house__box-sliders .house__tab__slider .slide__producto {
    height: 513px;
  }
  .section__house .house__content .house__content__top .house__box-sliders .house__tab__slider .slide__producto .slide_texts h3 {
    font-size: 20px;
  }
}
.section__house .house__content .house__content__bottom {
  position: relative;
  max-width: 920px;
  margin: 0 auto;
  padding-bottom: 60px;
}
.section__house .house__content .house__content__bottom .house__bottom__slider {
  margin-top: 10px;
  margin-bottom: 34px;
  text-align: center;
}
.section__house .house__content .house__content__bottom .house__bottom__slider .item__slider {
  padding: 0 20px;
}
.section__house .house__content .house__content__bottom .house__bottom__slider .item__slider .icon {
  text-align: center;
  margin-bottom: 10px;
}
.section__house .house__content .house__content__bottom .house__bottom__slider .item__slider .icon img {
  display: inline-block;
}
@media all and (max-width: 767px) {
  .section__house .house__content .house__content__bottom .house__bottom__slider .item__slider .icon img {
    width: 30px;
    height: 35px;
  }
}
.section__house .house__content .house__content__bottom .house__bottom__slider .item__slider .text {
  font-size: 16px;
  line-height: 24px;
}
.section__house .house__content .house__content__bottom .house__bottom__slider .item__slider .text strong {
  font-weight: bold;
}
.section__house .house__content .house__content__bottom .house__bottom__slider .item__slider .text p {
  margin-top: 0;
}
.section__house .house__content .house__content__bottom .house__bottom__slider .item__slider .text p:last-child {
  margin-bottom: 0;
}
.section__house .house__content .house__content__bottom .house__bottom__slider .slick-dots {
  margin: 25px 0 0;
  padding: 0;
  list-style: none;
}
.section__house .house__content .house__content__bottom .house__bottom__slider .slick-dots li {
  display: inline-block;
  vertical-align: middle;
}
.section__house .house__content .house__content__bottom .house__bottom__slider .slick-dots li button {
  text-indent: -99999px;
  margin: 0 3px;
  padding: 0;
  outline: none;
  border: none;
  display: block;
  background: #C4C4C4;
  width: 6px;
  height: 6px;
  border-radius: 6px;
}
.section__house .house__content .house__content__bottom .house__bottom__slider .slick-dots li.slick-active button {
  background: #56B9E5;
  width: 10px;
  height: 10px;
}
@media all and (min-width: 768px) {
  .section__house .house__content .house__content__bottom .house__bottom__slider {
    margin-top: 0;
    margin-bottom: 50px;
    display: flex;
    flex-wrap: wrap;
    text-align: left;
  }
  .section__house .house__content .house__content__bottom .house__bottom__slider .item__slider {
    flex: 0 0 auto;
    width: 50%;
    padding: 0 15px;
    display: flex;
    margin-bottom: 24px;
  }
  .section__house .house__content .house__content__bottom .house__bottom__slider .item__slider .icon {
    flex: 0 0 auto;
    width: auto;
    padding-top: 4px;
    padding-right: 20px;
  }
  .section__house .house__content .house__content__bottom .house__bottom__slider .item__slider .text {
    flex: 1 0 0%;
    width: 100%;
    font-size: 14px;
    line-height: 19.12px;
  }
}
.section__house .house__content .house__content__bottom .house__bottom__calltoaction {
  text-align: center;
}
.section__house .house__content .house__content__bottom .house__bottom__calltoaction .button {
  display: inline-block;
  width: 228px;
  background: #242629;
  border: none;
  border-radius: 35.5575px;
  padding: 12px 20px;
  font-weight: bold;
  font-size: 16px;
  color: #FFFFFF;
  text-decoration: none;
  letter-spacing: 1px;
}
@media all and (min-width: 1040px) {
  .section__house .house__content .house__content__bottom {
    z-index: 1;
  }
}

.section__house__business {
  background: linear-gradient(#f9fafa 0%, #f9fafa 50%, #ffffff 50%, #ffffff 100%);
  position: relative;
  color: #464646;
  text-align: center;
  box-sizing: border-box;
}
.section__house__business *,
.section__house__business ::after,
.section__house__business ::before {
  box-sizing: border-box;
}
.section__house__business .top-shadow {
  display: table;
  width: 100%;
  box-shadow: 0px 0px 12px 8px #dfdfdf;
}
@media all and (min-width: 1040px) {
  .section__house__business .display--mobile-extend {
    display: none;
  }
}
.section__house__business .house__head {
  padding-top: 40px;
}
.section__house__business .house__head .house__head__content {
  max-width: 680px;
  margin: 0 auto;
  padding: 0 15px;
}
.section__house__business .house__head .house__head__content h2 {
  margin-top: 0;
  margin-bottom: 25px;
  font-size: 20px;
  font-weight: normal;
  text-align: center;
  line-height: 1.36;
}
.section__house__business .house__head .house__head__content h2 strong {
  font-weight: bold;
}
@media all and (min-width: 768px) {
  .section__house__business .house__head .house__head__content h2 {
    margin-bottom: 20px;
    font-size: 28px;
  }
}
.section__house__business .house__head .house__head__content .house__icon-hand_mobile {
  margin-bottom: 30px;
}
.section__house__business .house__head .house__head__content .house__header__tabs {
  margin-bottom: 20px;
}
.section__house__business .house__head .house__head__content .house__header__tabs ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.section__house__business .house__head .house__head__content .house__header__tabs ul li {
  margin-bottom: 18px;
  text-align: center;
}
.section__house__business .house__head .house__head__content .house__header__tabs ul li .tab {
  display: inline-block;
  position: relative;
  color: #56B9E5;
  cursor: pointer;
  font-size: 17px;
  text-decoration: none;
  letter-spacing: 1px;
  margin-bottom: 0;
  outline: none;
}
.section__house__business .house__head .house__head__content .house__header__tabs ul li .tab:after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 0px;
  background: #245FA4;
  top: calc(100% + 10px);
  transform: scaleX(0);
  transition: all 0.25s ease-out;
}
.section__house__business .house__head .house__head__content .house__header__tabs ul li .tab:hover:after, .section__house__business .house__head .house__head__content .house__header__tabs ul li .tab:focus:after {
  height: 1px;
  transform: scaleX(1);
}
.section__house__business .house__head .house__head__content .house__header__tabs ul li .tab.active {
  margin-bottom: 14px;
}
.section__house__business .house__head .house__head__content .house__header__tabs ul li .tab.active::after {
  height: 4px;
  transform: scaleX(1);
  transition: all 0.1s ease-out;
}
@media all and (min-width: 768px) {
  .section__house__business .house__head .house__head__content .house__header__tabs ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
  }
  .section__house__business .house__head .house__head__content .house__header__tabs ul li {
    margin-bottom: 0;
  }
  .section__house__business .house__head .house__head__content .house__header__tabs ul li .tab {
    font-size: 14px;
    margin-bottom: 13px;
  }
  .section__house__business .house__head .house__head__content .house__header__tabs ul li .tab.active {
    margin-bottom: 13px;
  }
  .section__house__business .house__head .house__head__content .house__header__tabs ul li .tab.active::after {
    height: 3px;
  }
}
@media all and (min-width: 1040px) {
  .section__house__business .house__head .house__head__content h2 {
    margin-bottom: 50px;
  }
  .section__house__business .house__head .house__head__content .house__header__tabs {
    margin-bottom: 0;
  }
}
.section__house__business .house__content .house__content__top {
  position: relative;
  margin: 0 auto;
  height: 513px;
}
.section__house__business .house__content .house__content__top .house__controls {
  position: relative;
  z-index: 0;
  height: 100%;
  width: 750px;
  max-width: 100%;
  margin: 0 auto;
  overflow-x: auto;
}
.section__house__business .house__content .house__content__top .house__controls .house__controls__img,
.section__house__business .house__content .house__content__top .house__controls .house__controls__img_mobile,
.section__house__business .house__content .house__content__top .house__controls .house__controls__img__perimetral_sombra {
  position: absolute;
  top: 40px;
  left: 0;
  width: 947px;
  height: 450px;
  z-index: 0;
  user-select: none;
}
.section__house__business .house__content .house__content__top .house__controls .house__controls__img_mobile {
  width: 750px;
  max-width: none;
}
.section__house__business .house__content .house__content__top .house__controls .house__controls__img {
  display: none;
}
.section__house__business .house__content .house__content__top .house__controls .house__controls__img__perimetral_sombra {
  width: 715px;
  height: 461px;
  top: 23px;
  left: -2px;
  transition: opacity 0.4s ease-in-out;
  transition-delay: 0.1s;
  opacity: 0;
  max-width: none;
}
.section__house__business .house__content .house__content__top .house__controls .house__controls__img__perimetral_sombra.show {
  opacity: 1;
}
.section__house__business .house__content .house__content__top .house__controls .house__controls__button {
  position: absolute;
  background: none;
  border: none;
  outline: none;
  margin: 0;
  padding: 0;
  cursor: pointer;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  transform: scale(0);
  transition: all 0.4s ease-out;
}
.section__house__business .house__content .house__content__top .house__controls .house__controls__button svg {
  display: block;
  position: relative;
  z-index: 1;
  width: 37px;
  height: 37px;
  transition: all 0.4s ease-out;
}
.section__house__business .house__content .house__content__top .house__controls .house__controls__button svg * {
  transition: all 0.4s ease-out;
}
.section__house__business .house__content .house__content__top .house__controls .house__controls__button::before, .section__house__business .house__content .house__content__top .house__controls .house__controls__button::after {
  content: "";
  background: rgba(0, 95, 169, 0.5);
  width: 0;
  height: 0;
  border-radius: 50%;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 0;
  transform: translate(-50%, -50%);
  transition: all 0.4s ease-out;
}
.section__house__business .house__content .house__content__top .house__controls .house__controls__button.show {
  transform: scale(0.85);
  transition: all 0.4s ease-out;
}
.section__house__business .house__content .house__content__top .house__controls .house__controls__button:hover, .section__house__business .house__content .house__content__top .house__controls .house__controls__button:focus, .section__house__business .house__content .house__content__top .house__controls .house__controls__button.active {
  transform: scale(1);
  transition: all 0.4s ease-out;
}
.section__house__business .house__content .house__content__top .house__controls .house__controls__button:hover svg circle, .section__house__business .house__content .house__content__top .house__controls .house__controls__button:focus svg circle, .section__house__business .house__content .house__content__top .house__controls .house__controls__button.active svg circle {
  fill: #005FA9 !important;
}
.section__house__business .house__content .house__content__top .house__controls .house__controls__button:hover svg path, .section__house__business .house__content .house__content__top .house__controls .house__controls__button:focus svg path, .section__house__business .house__content .house__content__top .house__controls .house__controls__button.active svg path {
  fill: #ffffff !important;
}
.section__house__business .house__content .house__content__top .house__controls .house__controls__button:hover::before, .section__house__business .house__content .house__content__top .house__controls .house__controls__button:focus::before, .section__house__business .house__content .house__content__top .house__controls .house__controls__button.active::before {
  width: 50px;
  height: 50px;
}
.section__house__business .house__content .house__content__top .house__controls .house__controls__button:hover::after, .section__house__business .house__content .house__content__top .house__controls .house__controls__button:focus::after, .section__house__business .house__content .house__content__top .house__controls .house__controls__button.active::after {
  width: 61px;
  height: 61px;
}
.section__house__business .house__content .house__content__top .house__controls .button-magnetico-exterior {
  top: 290px;
  left: 175px;
}
.section__house__business .house__content .house__content__top .house__controls .button-detector-exterior {
  top: 62px;
  left: 335px;
}
.section__house__business .house__content .house__content__top .house__controls .button-detector-perimetral-imagen {
  top: 338px;
  left: 303px;
}
.section__house__business .house__content .house__content__top .house__controls .button-camara-cra-exterior {
  top: 158px;
  left: 127px;
}
.section__house__business .house__content .house__content__top .house__controls .button-placa {
  top: 195px;
  left: 47px;
}
.section__house__business .house__content .house__content__top .house__controls .button-panel-inteligente {
  top: 141px;
  left: 525px;
}
.section__house__business .house__content .house__content__top .house__controls .button-teclado {
  top: 234px;
  left: 361px;
}
.section__house__business .house__content .house__content__top .house__controls .button-detectores-imagen {
  top: 350px;
  left: 313px;
}
.section__house__business .house__content .house__content__top .house__controls .button-detector-movimiento {
  top: 186px;
  left: 642px;
}
.section__house__business .house__content .house__content__top .house__controls .button-detector-inundacion {
  top: 142px;
  left: 236px;
}
.section__house__business .house__content .house__content__top .house__controls .button-detector-humo {
  top: 266px;
  left: 176px;
}
.section__house__business .house__content .house__content__top .house__controls .button-v-camara-cra-interior {
  top: 137px;
  left: 339px;
}
.section__house__business .house__content .house__content__top .house__controls .button-v-camara-cra-exterior {
  top: 197px;
  left: 72px;
}
.section__house__business .house__content .house__content__top .house__controls .button-termostato-inteligente {
  top: 245px;
  left: 284px;
}
.section__house__business .house__content .house__content__top .house__controls .button-enchufe-inteligente {
  top: 76px;
  left: 412px;
}
.section__house__business .house__content .house__content__top .house__box-sliders {
  padding: 20px 15px 0;
}
.section__house__business .house__content .house__content__top .house__box-sliders .house__tab__slider {
  display: none;
  position: absolute;
  max-width: 420px;
  width: calc(100% - 40px);
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background: #f9fafa;
  padding: 20px 30px 30px;
  z-index: 1;
  box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.12);
  border-radius: 20px;
}
.section__house__business .house__content .house__content__top .house__box-sliders .house__tab__slider .slick-arrow {
  text-indent: -99999px;
  position: absolute;
  top: 316px;
  background: none;
  border: none;
  margin: 0;
  padding: 0;
  width: 14px;
  height: 18px;
  background-size: 10px 16px;
  background-position: center center;
  background-repeat: no-repeat;
  cursor: pointer;
  z-index: 1;
}
.section__house__business .house__content .house__content__top .house__box-sliders .house__tab__slider .slick-prev {
  background-image: url(../images/casa-negocio/arrow-left.svg);
  left: 30px;
}
.section__house__business .house__content .house__content__top .house__box-sliders .house__tab__slider .slick-next {
  background-image: url(../images/casa-negocio/arrow-right.svg);
  right: 30px;
}
.section__house__business .house__content .house__content__top .house__box-sliders .house__tab__slider .slide__close_button {
  text-align: right;
}
.section__house__business .house__content .house__content__top .house__box-sliders .house__tab__slider .slide__close_button button.js-close {
  background: none;
  border: none;
  margin: 0;
  padding: 5px;
}
.section__house__business .house__content .house__content__top .house__box-sliders .house__tab__slider .slide__producto {
  display: flex;
  flex-direction: column;
}
.section__house__business .house__content .house__content__top .house__box-sliders .house__tab__slider .slide__producto > * {
  width: 100%;
}
.section__house__business .house__content .house__content__top .house__box-sliders .house__tab__slider .slide__producto .slide_texts {
  color: #838787;
}
.section__house__business .house__content .house__content__top .house__box-sliders .house__tab__slider .slide__producto .slide_texts h3 {
  margin-top: 1em;
  margin-bottom: 1em;
  font-size: 22px;
  font-weight: bold;
  line-height: 27px;
  color: #245FA4;
}
.section__house__business .house__content .house__content__top .house__box-sliders .house__tab__slider .slide__producto .slide_texts p {
  font-size: 16px;
  line-height: 19.2px;
}
.section__house__business .house__content .house__content__top .house__box-sliders .house__tab__slider .slide__producto .slide_texts p:last-child {
  margin-bottom: 0;
}
.section__house__business .house__content .house__content__top .house__box-sliders .house__tab__slider .slide__producto .slide__img {
  margin-top: auto;
}
.section__house__business .house__content .house__content__top .house__box-sliders .house__tab__slider .slide__producto .slide__img img {
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  max-height: 300px;
}
@media all and (min-width: 660px) {
  .section__house__business .house__content .house__content__top .house__controls {
    width: 947px;
  }
  .section__house__business .house__content .house__content__top .house__controls .house__controls__img_mobile {
    display: none;
  }
  .section__house__business .house__content .house__content__top .house__controls .house__controls__img {
    display: block;
  }
}
@media all and (min-width: 1040px) {
  .section__house__business .house__content .house__content__top {
    max-width: 1040px;
    display: flex;
  }
  .section__house__business .house__content .house__content__top .house__controls {
    flex-shrink: 0;
    flex: 0 0 auto;
    margin: 0;
  }
  .section__house__business .house__content .house__content__top .house__box-sliders {
    position: relative;
    flex-shrink: 0;
    flex: 1 0 0%;
    padding: 20px 0 0;
    width: 360px;
    margin: 0;
    margin-left: -267px;
  }
  .section__house__business .house__content .house__content__top .house__box-sliders .house__tab__slider {
    position: static;
    max-width: none;
    width: 100%;
    transform: none;
    background: none;
    padding: 0;
    box-shadow: none;
    border-radius: 0;
  }
  .section__house__business .house__content .house__content__top .house__box-sliders .house__tab__slider .slick-prev {
    left: 40px;
  }
  .section__house__business .house__content .house__content__top .house__box-sliders .house__tab__slider .slick-next {
    right: 40px;
  }
  .section__house__business .house__content .house__content__top .house__box-sliders .house__tab__slider .slide__producto {
    height: 513px;
  }
  .section__house__business .house__content .house__content__top .house__box-sliders .house__tab__slider .slide__producto .slide_texts h3 {
    font-size: 20px;
  }
  .section__house__business .house__content .house__content__top .house__box-sliders .house__tab__slider .slide__producto .slide_texts .less-margin-top-4 {
    margin-top: 4px;
  }
  .section__house__business .house__content .house__content__top .house__box-sliders .house__tab__slider .slide__producto .slide_texts .less-margin-top-10 {
    margin-top: 10px;
  }
}
.section__house__business .house__content .house__content__bottom {
  position: relative;
  max-width: 920px;
  margin: 0 auto;
  padding-bottom: 60px;
}
.section__house__business .house__content .house__content__bottom .house__bottom__slider {
  margin-top: 10px;
  margin-bottom: 34px;
  text-align: center;
}
.section__house__business .house__content .house__content__bottom .house__bottom__slider .item__slider {
  padding: 0 20px;
}
.section__house__business .house__content .house__content__bottom .house__bottom__slider .item__slider .icon {
  text-align: center;
  margin-bottom: 10px;
}
.section__house__business .house__content .house__content__bottom .house__bottom__slider .item__slider .icon img {
  display: inline-block;
}
@media all and (max-width: 767px) {
  .section__house__business .house__content .house__content__bottom .house__bottom__slider .item__slider .icon img {
    width: 30px;
    height: 35px;
  }
}
.section__house__business .house__content .house__content__bottom .house__bottom__slider .item__slider .text {
  font-size: 16px;
  line-height: 24px;
}
.section__house__business .house__content .house__content__bottom .house__bottom__slider .item__slider .text strong {
  font-weight: bold;
}
.section__house__business .house__content .house__content__bottom .house__bottom__slider .item__slider .text p {
  margin-top: 0;
}
.section__house__business .house__content .house__content__bottom .house__bottom__slider .item__slider .text p:last-child {
  margin-bottom: 0;
}
.section__house__business .house__content .house__content__bottom .house__bottom__slider .slick-dots {
  margin: 25px 0 0;
  padding: 0;
  list-style: none;
}
.section__house__business .house__content .house__content__bottom .house__bottom__slider .slick-dots li {
  display: inline-block;
  vertical-align: middle;
}
.section__house__business .house__content .house__content__bottom .house__bottom__slider .slick-dots li button {
  text-indent: -99999px;
  margin: 0 3px;
  padding: 0;
  outline: none;
  border: none;
  display: block;
  background: #C4C4C4;
  width: 6px;
  height: 6px;
  border-radius: 6px;
}
.section__house__business .house__content .house__content__bottom .house__bottom__slider .slick-dots li.slick-active button {
  background: #56B9E5;
  width: 10px;
  height: 10px;
}
@media all and (min-width: 768px) {
  .section__house__business .house__content .house__content__bottom .house__bottom__slider {
    margin-top: 0;
    margin-bottom: 50px;
    display: flex;
    flex-wrap: wrap;
    text-align: left;
  }
  .section__house__business .house__content .house__content__bottom .house__bottom__slider .item__slider {
    flex: 0 0 auto;
    width: 50%;
    padding: 0 15px;
    display: flex;
    margin-bottom: 24px;
  }
  .section__house__business .house__content .house__content__bottom .house__bottom__slider .item__slider .icon {
    flex: 0 0 auto;
    width: auto;
    padding-top: 4px;
    padding-right: 20px;
  }
  .section__house__business .house__content .house__content__bottom .house__bottom__slider .item__slider .text {
    flex: 1 0 0%;
    width: 100%;
    font-size: 14px;
    line-height: 19.12px;
  }
}
.section__house__business .house__content .house__content__bottom .house__bottom__calltoaction {
  text-align: center;
}
.section__house__business .house__content .house__content__bottom .house__bottom__calltoaction .button {
  display: inline-block;
  width: 228px;
  background: #242629;
  border: none;
  border-radius: 35.5575px;
  padding: 12px 20px;
  font-weight: bold;
  font-size: 16px;
  color: #FFFFFF;
  text-decoration: none;
  letter-spacing: 1px;
}
@media all and (min-width: 1040px) {
  .section__house__business .house__content .house__content__bottom {
    z-index: 1;
  }
}

@media only screen and (min-width: 768px) {
  .section--monitoreo .is-layout-flex {
    justify-content: space-evenly;
  }
}
.section--monitoreo .is-layout-flex .is-layout-flow {
  padding: 20px 10px;
}
@media only screen and (min-width: 768px) {
  .section--monitoreo .is-layout-flex .is-layout-flow {
    padding: 0 30px;
  }
}
@media only screen and (min-width: 768px) {
  .section--monitoreo .is-layout-flex .is-layout-flow::last-child {
    flex-basis: 75%;
  }
}
.section--monitoreo .is-layout-flex .is-layout-flow figure {
  height: 100%;
}
.section--monitoreo .is-layout-flex .is-layout-flow figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section--monitoreo .ysl-block-columns:not(.is-not-stacked-on-mobile) > .ysl-block-column:nth-child(2n) {
  flex-basis: auto;
}
.section--monitoreo .central__texts li {
  display: block;
}
@media only screen and (min-width: 768px) {
  .section--monitoreo .central__texts li {
    display: flex;
  }
}

@media only screen and (min-width: 768px) {
  .section--cta-app .container > .ysl-block-group__inner-container {
    padding: 29px 29px;
  }
}
.section--cta-app .is-layout-flex {
  flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .section--cta-app .is-layout-flex {
    flex-direction: row;
  }
}

.section--cta-webApp .container > .ysl-block-group__inner-container {
  background: #FEBE1F;
  color: #1D1D1B;
}
.section--cta-webApp h2 {
  color: #1D1D1B;
}
.section--cta-webApp ul li::before {
  content: "";
  background-image: url(../images/black-check.svg);
}
.section--cta-webApp ul li ul {
  padding-left: 10px;
  display: block;
  columns: unset;
}
.section--cta-webApp ul li ul li {
  display: flex;
}
.section--cta-webApp ul li ul li::before {
  background-image: none;
  content: "·";
  font-size: 30px;
  margin-right: 0;
}

.section--panel-inteligente {
  padding-bottom: 40px;
}
.section--panel-inteligente h2 {
  text-align: center;
  margin-bottom: 40px;
}
@media only screen and (min-width: 768px) {
  .section--panel-inteligente .content-flex {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}
@media only screen and (min-width: 768px) {
  .section--panel-inteligente .content-flex--item {
    width: 40%;
  }
}
@media only screen and (min-width: 768px) {
  .section--panel-inteligente .content-flex--item:first-child {
    width: 45%;
  }
}
.section--panel-inteligente .content-flex .slider-panel-control {
  padding-top: 30px;
}
.section--panel-inteligente .content-flex .slider-panel-control .strong {
  font-size: 18px;
}
@media only screen and (min-width: 1024px) {
  .section--panel-inteligente .content-flex .slider-panel-control .strong {
    font-size: 20px;
  }
}
.section--panel-inteligente .content-flex .slider-panel-control p {
  color: #777878;
}
.section--panel-inteligente .content-flex .arrows {
  top: 40%;
}

.section--video-ciberseguridad-negocio h2 {
  text-align: center;
}
.section--video-ciberseguridad-negocio p {
  width: 80%;
}

.ysl-block__cards-ciberseguridad {
  padding: 20px 0 80px;
}
@media only screen and (min-width: 768px) {
  .ysl-block__cards-ciberseguridad {
    display: flex;
    justify-content: space-between;
  }
}
.ysl-block__cards-ciberseguridad .card-ciberseguridad {
  background-color: #005DAA;
  padding: 20px 25px;
  border-radius: 30px;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.25);
  color: white;
  text-align: center;
  width: 90%;
  margin: 0 auto;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .ysl-block__cards-ciberseguridad .card-ciberseguridad {
    width: 32%;
    margin-bottom: 0px;
  }
}
.ysl-block__cards-ciberseguridad .card-ciberseguridad h3 {
  font-size: 20px;
  color: white;
  padding: 30px 0 25px;
  font-weight: 600;
}
@media only screen and (min-width: 1024px) {
  .ysl-block__cards-ciberseguridad .card-ciberseguridad h3 {
    font-size: 26px;
  }
}
.ysl-block__cards-ciberseguridad .card-ciberseguridad p {
  color: white;
  font-size: 14px;
  padding: 0 10px;
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  .ysl-block__cards-ciberseguridad .card-ciberseguridad p {
    font-size: 16px;
  }
}

.section--como-funciona-hero {
  box-shadow: none;
  margin-bottom: 90px;
  margin-top: 180px;
}
@media only screen and (min-width: 360px) {
  .section--como-funciona-hero {
    margin-top: 150px;
  }
}
@media only screen and (min-width: 768px) {
  .section--como-funciona-hero {
    margin-top: 80px;
  }
}
@media only screen and (min-width: 1600px) {
  .section--como-funciona-hero {
    margin-top: 200px;
  }
}
.section--como-funciona-hero .container .ysl-block-group__inner-container {
  padding: 53px 30px 46px 30px;
}
@media only screen and (min-width: 768px) {
  .section--como-funciona-hero .container .ysl-block-group__inner-container {
    padding: 53px 100px 46px 100px;
  }
}

.section--componentes {
  text-align: center;
}
.section--componentes p.has-text-align-center {
  max-width: 600px;
  margin: 20px auto 38px;
}

.section--como-actua-central h2 {
  text-align: center;
}

.section--about-premios {
  text-align: center;
  background-color: #005DAA;
  color: white;
  padding-top: 66px;
  padding-bottom: 55px;
}
.section--about-premios .ysl-block-heading {
  color: white;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 40px;
}
@media only screen and (min-width: 768px) {
  .section--about-premios .ysl-block-heading {
    font-size: 29px;
  }
}
.section--about-premios figure {
  padding-bottom: 20px;
  max-width: 93px;
}

.section--pack-includes {
  text-align: center;
}
.section--pack-includes .slick-slide {
  margin-left: 14px;
  padding-left: 40px;
}
.section--pack-includes .slick-slide .item {
  padding: 24px 34px 28px 34px;
  font-size: 14px;
  line-height: 1.5;
  min-height: 250px;
}

.section--about-servicio p {
  margin-bottom: 20px;
}
.section--about-servicio .ysl-block-cover__background {
  border-radius: 40px;
}
.section--about-servicio .ysl-block-cover__image-background {
  object-fit: cover;
}

.section--cta-contact {
  text-align: center;
  padding-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .section--cta-contact {
    text-align: left;
    padding-bottom: 75px;
  }
}
.section--cta-contact .is-layout-flex {
  justify-content: center;
}
@media only screen and (min-width: 768px) {
  .section--cta-contact .is-layout-flex {
    justify-content: flex-start;
  }
}
.section--cta-contact p {
  margin-bottom: 32px;
}

.section--about-slider .is-layout-flex--spaceBetween {
  display: block;
}
@media only screen and (min-width: 992px) {
  .section--about-slider .is-layout-flex--spaceBetween {
    display: flex;
  }
}
.section--about-slider .is-layout-flow--45 {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .section--about-slider .is-layout-flow--45 {
    width: 100%;
  }
}
@media only screen and (min-width: 992px) {
  .section--about-slider .is-layout-flow--45 {
    width: 45%;
  }
}
.section--about-slider .adt-shortcode-about-slider .rs-tooltip-text {
  font-size: 75px;
}

.section--faq .content p {
  margin-bottom: 20px;
}
.section--faq .content a {
  display: inline-block;
  color: #005DAA;
}
.section--faq .content a.ysl-block-button__link {
  color: white;
}
.section--faq .content ul li {
  list-style-type: disc;
}

.section--contact-form .text--extra {
  color: #777878;
  font-size: 14px;
  line-height: 1.5;
  border-top: 2px solid #D8D8D8;
  padding: 20px 0;
  margin: 20px 0 0;
}
.section--contact-form .text--extra a {
  color: #005DAA;
}
.section--contact-form .text--extra-legal {
  font-size: 10px;
  border: none;
  margin-top: 0;
  padding-top: 0;
  color: #1D1D1B;
}
.section--contact-form .text--extra-legal a {
  text-decoration: underline;
  color: #1D1D1B;
}
.section--contact-form .text--extra-top {
  border: none;
  margin-top: 0;
  font-size: 16px;
  margin-bottom: 20px;
}

.section--contact-grid .is-layout-flex--spaceBetween {
  align-items: center;
}
.section--contact-grid .is-layout-flex--spaceBetween p {
  min-height: 43px;
}

.section--contact-text .ysl-block__cards-ciberseguridad .card-ciberseguridad {
  padding: 60px 33px;
}
.section--contact-text .ysl-block__cards-ciberseguridad .card-ciberseguridad h3 {
  font-size: 18px;
  line-height: 1.5;
}
.section--contact-text .ysl-block__cards-ciberseguridad .card-ciberseguridad p {
  font-size: 14px;
  line-height: 1.5;
}

.contacto .title--sub {
  font-size: 18px;
  font-weight: 400;
  color: white;
  text-align: center;
  padding-top: 25vh;
  line-height: 1.5;
}
.contacto .title--sub a {
  text-decoration: underline;
}

.section--tabla-comparar-packs--smart .adt-shortcode-packs-compare .item-container:not(.pack-item-container) {
  padding-top: 177px;
}
@media all and (min-width: 770px) {
  .section--tabla-comparar-packs--smart .adt-shortcode-packs-compare .item-container:not(.pack-item-container) {
    padding-top: 166px;
  }
}
@media all and (min-width: 991px) {
  .section--tabla-comparar-packs--smart .adt-shortcode-packs-compare .item-container:not(.pack-item-container) {
    padding-top: 198px;
  }
}
@media all and (min-width: 1200px) {
  .section--tabla-comparar-packs--smart .adt-shortcode-packs-compare .item-container:not(.pack-item-container) {
    padding-top: 217px;
  }
}
.section--tabla-comparar-packs--smart .adt-shortcode-packs-compare .pack-item .name {
  min-height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.section--tabla-comparar-packs--smart .adt-shortcode-packs-compare .pack-item .image {
  max-width: 260px;
}
@media all and (min-width: 770px) {
  .section--tabla-comparar-packs--smart .adt-shortcode-packs-compare .pack-item .image {
    max-width: 160px;
  }
}
@media all and (min-width: 991px) {
  .section--tabla-comparar-packs--smart .adt-shortcode-packs-compare .pack-item .image {
    max-width: 220px;
  }
}
@media all and (min-width: 1200px) {
  .section--tabla-comparar-packs--smart .adt-shortcode-packs-compare .pack-item .image {
    max-width: 260px;
  }
}
.section--tabla-comparar-packs--smart .adt-shortcode-packs-compare .pack-item .image img {
  width: 100%;
  height: auto;
}
.section--tabla-comparar-packs--smart .adt-shortcode-packs-compare .pack-item p {
  text-align: center;
  color: #005DAA;
  font-weight: bold;
  padding: 0 10px 10px;
}
.section--tabla-comparar-packs--smart .adt-shortcode-packs-compare .item ul {
  padding-bottom: 40px;
}
.section--tabla-comparar-packs--smart .adt-shortcode-packs-compare .item ul li {
  font-size: 13px;
  line-height: 1.25;
  border-bottom: 1px solid #B7BDC0;
  height: 90px;
}
@media all and (min-width: 1200px) {
  .section--tabla-comparar-packs--smart .adt-shortcode-packs-compare .item ul li {
    font-size: 15px;
    line-height: 1.5;
  }
}
@media all and (min-width: 770px) {
  .section--tabla-comparar-packs--smart .table-grey {
    background-color: #F3F5F6;
  }
}
.section--tabla-comparar-packs--smart--yellow .pack-item .name {
  background-color: #FEBE1F;
}
.section--tabla-comparar-packs--smart--yellow .bullet-yellow {
  position: relative;
  padding-left: 10px;
  height: 110px !important;
}
.section--tabla-comparar-packs--smart--yellow .bullet-yellow div {
  display: flex;
  align-items: flex-start;
}
.section--tabla-comparar-packs--smart--yellow .bullet-yellow span {
  width: 5px;
  height: 5px;
  margin: 7px;
  padding: 4px;
  border-radius: 50px;
  background-color: #FEBE1F;
}

.section__niveles {
  background: linear-gradient(#f9fafa 0%, #f9fafa 50%, #ffffff 50%, #ffffff 100%);
  position: relative;
  color: #464646;
  text-align: center;
  box-sizing: border-box;
}
.section__niveles *,
.section__niveles ::after,
.section__niveles ::before {
  box-sizing: border-box;
}
.section__niveles::before {
  content: "";
  width: 100%;
  height: 40px;
  display: block;
  position: absolute;
  top: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.1) 0%, rgba(245, 245, 245, 0) 100%);
}
@media all and (min-width: 1040px) {
  .section__niveles .display--mobile-extend {
    display: none;
  }
}
.section__niveles .niveles__content--top {
  background-color: #f9fafa;
}
.section__niveles .niveles__content--top .section--pack-includes {
  padding-bottom: 50px;
}
.section__niveles .niveles__head {
  background-color: #005DAA;
  padding: 40px 20px;
}
.section__niveles .niveles__head .niveles__head__content {
  max-width: 680px;
  margin: 0 auto;
  padding: 0 15px;
}
.section__niveles .niveles__head .niveles__head__content h2 {
  margin-top: 0;
  margin-bottom: 25px;
  font-size: 20px;
  font-weight: normal;
  text-align: center;
  line-height: 1.36;
  color: white;
}
.section__niveles .niveles__head .niveles__head__content h2 strong {
  font-weight: bold;
}
@media all and (min-width: 768px) {
  .section__niveles .niveles__head .niveles__head__content h2 {
    margin-bottom: 20px;
    font-size: 28px;
  }
}
.section__niveles .niveles__head .niveles__head__content .niveles__icon-hand_mobile {
  margin-bottom: 30px;
}
.section__niveles .niveles__head .niveles__head__content .niveles__header__tabs {
  margin-bottom: 20px;
}
.section__niveles .niveles__head .niveles__head__content .niveles__header__tabs ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.section__niveles .niveles__head .niveles__head__content .niveles__header__tabs ul li {
  margin-bottom: 18px;
  text-align: center;
}
.section__niveles .niveles__head .niveles__head__content .niveles__header__tabs ul li .tab {
  display: inline-block;
  position: relative;
  color: white;
  cursor: pointer;
  font-size: 17px;
  text-decoration: none;
  letter-spacing: 1px;
  margin-bottom: 0;
  outline: none;
}
.section__niveles .niveles__head .niveles__head__content .niveles__header__tabs ul li .tab:after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 0px;
  background: white;
  top: calc(100% + 10px);
  transform: scaleX(0);
  transition: all 0.25s ease-out;
}
.section__niveles .niveles__head .niveles__head__content .niveles__header__tabs ul li .tab:hover:after, .section__niveles .niveles__head .niveles__head__content .niveles__header__tabs ul li .tab:focus:after {
  height: 1px;
  transform: scaleX(1);
}
.section__niveles .niveles__head .niveles__head__content .niveles__header__tabs ul li .tab.active {
  margin-bottom: 14px;
}
.section__niveles .niveles__head .niveles__head__content .niveles__header__tabs ul li .tab.active::after {
  height: 4px;
  transform: scaleX(1);
  transition: all 0.1s ease-out;
}
@media all and (min-width: 768px) {
  .section__niveles .niveles__head .niveles__head__content .niveles__header__tabs ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
  }
  .section__niveles .niveles__head .niveles__head__content .niveles__header__tabs ul li {
    margin-bottom: 0;
  }
  .section__niveles .niveles__head .niveles__head__content .niveles__header__tabs ul li .tab {
    font-size: 14px;
    margin-bottom: 13px;
  }
  .section__niveles .niveles__head .niveles__head__content .niveles__header__tabs ul li .tab.active {
    margin-bottom: 13px;
  }
  .section__niveles .niveles__head .niveles__head__content .niveles__header__tabs ul li .tab.active::after {
    height: 3px;
  }
}
@media all and (min-width: 1040px) {
  .section__niveles .niveles__head .niveles__head__content h2 {
    margin-bottom: 50px;
  }
  .section__niveles .niveles__head .niveles__head__content .niveles__header__tabs {
    margin-bottom: 0;
  }
}
.section__niveles .components .slick-arrow {
  top: 94px;
}
.section__niveles .components .slick-arrow::before {
  background-image: url("../images/slider-arrow.svg");
  width: 16px;
  height: 26px;
  display: block;
  background-repeat: no-repeat;
}
.section__niveles .components .slick-prev {
  z-index: 2;
  left: 0;
}
@media all and (min-width: 1000px) {
  .section__niveles .components .slick-prev {
    left: 30%;
  }
}
.section__niveles .components .slick-prev::before {
  content: "";
  transform: rotate(180deg);
}
.section__niveles .components .slick-next {
  z-index: 2;
  right: 0;
}
@media all and (min-width: 1000px) {
  .section__niveles .components .slick-next {
    right: 30%;
  }
}
.section__niveles .components .slick-next::before {
  content: "";
}

.section--video-app h2 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 20px;
}
.section--video-app p {
  font-size: 16px;
  color: #838787;
  margin-bottom: 20px;
}
@media all and (min-width: 1024px) {
  .section--video-app p {
    font-size: 20px;
  }
}
.section--video-app .ysl-block-buttons {
  justify-content: center;
  margin: 25px auto;
}
.section--video-app .ysl-block-buttons .ysl-block-button {
  margin: 20px 16px;
}

.section--model {
  padding-bottom: 0;
}
.section--model .is-layout-flex {
  margin-bottom: 40px;
}
.section--model .is-layout-flex .size-large img {
  width: 100%;
}
@media (min-width: 782px) {
  .section--model .is-layout-flex--reverse .is-layout-flow--48:first-child {
    order: 2;
  }
}

.app .section--cta-app {
  padding-top: 100px;
}

.section--formas-pago {
  padding: 50px 0;
}
.section--formas-pago h2 {
  color: #000000;
  padding-bottom: 30px;
}

.ysl-block__cards--formas-pago {
  padding: 20px 0 50px;
}
@media only screen and (min-width: 768px) {
  .ysl-block__cards--formas-pago {
    display: flex;
    justify-content: space-between;
  }
}
.ysl-block__cards--formas-pago ul.slick-dots {
  bottom: 0;
}
.ysl-block__cards--formas-pago .card--formas-pago {
  background-color: #005DAA;
  padding: 20px 25px;
  border-radius: 30px;
  color: white;
  text-align: center;
  width: 90%;
  margin: 0 20px;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .ysl-block__cards--formas-pago .card--formas-pago {
    width: 32%;
    margin-bottom: 0px;
  }
}
.ysl-block__cards--formas-pago .card--formas-pago h3 {
  font-size: 18px;
  color: white;
  padding: 30px 0 25px;
  font-weight: 600;
}
@media only screen and (min-width: 1024px) {
  .ysl-block__cards--formas-pago .card--formas-pago h3 {
    font-size: 20px;
  }
}
@media only screen and (min-width: 768px) {
  .ysl-block__cards--formas-pago .card--formas-pago .cont-text {
    min-height: 480px;
  }
}
.ysl-block__cards--formas-pago .card--formas-pago p {
  color: white;
  font-size: 14px;
  padding: 0 10px;
  width: 100%;
  margin-bottom: 20px;
  line-height: 1.5;
}
@media only screen and (min-width: 1024px) {
  .ysl-block__cards--formas-pago .card--formas-pago p {
    font-size: 16px;
  }
}
.ysl-block__cards--formas-pago .card--formas-pago p a {
  text-decoration: underline;
  font-weight: 300;
}
.ysl-block__cards--formas-pago .card--formas-pago .text--small {
  font-size: 14px;
}
.ysl-block__cards--formas-pago .card--formas-pago img {
  margin-bottom: 16px;
}
.ysl-block__cards--formas-pago .card--formas-pago .ysl-block-buttons {
  margin-top: 16px;
}

.section--facturas-grid h2 {
  color: #000000;
  padding-bottom: 50px;
}
.section--facturas-grid .is-layout-flex--spaceBetween {
  flex-wrap: wrap !important;
}
.section--facturas-grid .is-layout-flex--spaceBetween h4 {
  color: #000000;
  margin-bottom: 16px;
  font-weight: 600;
  min-height: 60px;
}
.section--facturas-grid .is-layout-flex--spaceBetween p {
  color: #838787;
  margin-bottom: 14px;
  min-height: 90px;
}
.section--facturas-grid .is-layout-flex--spaceBetween .is-layout-flow--30 {
  padding: 1em 2em;
}
@media only screen and (min-width: 768px) {
  .section--facturas-grid .is-layout-flex--spaceBetween .is-layout-flow--30 {
    padding: 2em 3em;
  }
}

.section--cesion > .ysl-block-group__inner-container {
  position: relative;
  padding-top: 40px;
}
.section--cesion > .ysl-block-group__inner-container::before {
  content: "";
  width: 100%;
  height: 150px;
  background-color: #005DAA;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.section--cesion > .ysl-block-group__inner-container .container {
  border-radius: 40px;
  background-color: white;
}
.section--cesion > .ysl-block-group__inner-container .container h2 {
  position: relative;
  z-index: 2;
  font-size: 28px;
}
.section--cesion > .ysl-block-group__inner-container .container .ysl-block-group__inner-container {
  margin-top: 0;
  padding-top: 45px;
}
.section--cesion > .ysl-block-group__inner-container .adt-shortcode-faq {
  padding-top: 30px;
}
.section--cesion > .ysl-block-group__inner-container .container .ysl-block-group__inner-container::before {
  background-color: #f9f9fa;
  height: 100%;
}

.section--facturas-grid--2 .is-layout-flex--spaceEvenly {
  flex-wrap: wrap !important;
}
.section--facturas-grid--2 .is-layout-flex--spaceEvenly h4 {
  color: #000000;
  margin-bottom: 16px;
  font-weight: 600;
}
@media only screen and (min-width: 768px) {
  .section--facturas-grid--2 .is-layout-flex--spaceEvenly h4 {
    min-height: 40px;
  }
}
.section--facturas-grid--2 .is-layout-flex--spaceEvenly p {
  color: #838787;
  margin-bottom: 14px;
}
.section--facturas-grid--2 .is-layout-flex--spaceEvenly p a {
  text-decoration: underline;
}
@media only screen and (min-width: 768px) {
  .section--facturas-grid--2 .is-layout-flex--spaceEvenly .cont-text {
    min-height: 180px;
  }
}
.section--facturas-grid--2 .is-layout-flex--spaceEvenly .is-layout-flow--30 {
  padding: 1em 2em;
  margin-bottom: 30px;
  border: 2px solid #005DAA;
  border-radius: 12px;
}
@media only screen and (min-width: 768px) {
  .section--facturas-grid--2 .is-layout-flex--spaceEvenly .is-layout-flow--30 {
    padding: 2em 3em;
  }
}

.descarga-de-formatos article .hero .excerpt {
  max-width: 400px;
}
.descarga-de-formatos article .hero .excerpt .ysl-block-button__link {
  margin-top: 16px;
}

.section--legal {
  padding: 10px 0 50px;
}
@media only screen and (min-width: 1024px) {
  .section--legal {
    padding: 50px 0 100px;
  }
}
.section--legal h2 {
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 20px;
}
.section--legal p {
  font-size: 14px;
  margin-bottom: 16px;
  line-height: 1.5;
}
.section--legal a {
  color: #005DAA;
  text-decoration: underline;
}

.blog {
  background-color: #F9FAFA;
}
.blog article .box__hero.style-7 .inner-container h2.title {
  display: block;
  color: white;
}

.box__hero--blog .hero.extra-hero {
  height: 50vh;
}
.box__hero--blog .excerpt.hero-excerpt {
  margin: 0;
}

.section--grid-blog {
  padding: 30px 0;
}
@media only screen and (min-width: 992px) {
  .section--grid-blog {
    padding: 50px 0;
  }
}
@media only screen and (min-width: 768px) {
  .section--grid-blog .content-blog {
    display: flex;
    justify-content: space-between;
  }
}
@media only screen and (min-width: 768px) {
  .section--grid-blog .content-blog .blog-list {
    order: 1;
    width: 65%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 54px 32px;
    grid-auto-rows: minmax(100px, auto);
  }
}
.section--grid-blog .content-blog .blog-item {
  background-color: white;
  padding: 0;
  border-radius: 12px;
}
@media only screen and (min-width: 768px) {
  .section--grid-blog .content-blog .blog-item--destacado {
    grid-column: 1/-1;
  }
}
.section--grid-blog .content-blog .blog-item__img {
  position: relative;
}
.section--grid-blog .content-blog .blog-item__img .img-post {
  width: 100%;
  height: 100%;
  max-height: 200px;
  object-fit: cover;
  object-position: center top;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}
.section--grid-blog .content-blog .blog-item__img .tag {
  background-color: #005DAA;
  color: white;
  font-size: 11px;
  font-weight: 500;
  padding: 5px 15px;
  position: absolute;
  top: 18px;
  left: 18px;
}
.section--grid-blog .content-blog .blog-item__text {
  padding: 25px;
}
.section--grid-blog .content-blog .blog-item__text .content-date {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 12px;
}
.section--grid-blog .content-blog .blog-item__text .content-date p {
  color: #838787;
  font-size: 12px;
  font-weight: 500;
}
.section--grid-blog .content-blog .blog-item__text .content-post .title {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  padding-bottom: 12px;
}
.section--grid-blog .content-blog .blog-item__text .content-post .text {
  font-size: 14px;
  color: #1D1D1B;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.section--grid-blog .content-blog .blog-item__text .content-post .btn-more--blue {
  color: #005DAA;
  font-size: 12px;
  text-decoration: underline;
  font-weight: 700;
  display: block;
  padding-top: 20px;
}
@media only screen and (min-width: 768px) {
  .section--grid-blog .content-blog .blog-post {
    order: 1;
    width: 65%;
  }
}
.section--grid-blog .content-blog .blog-post .blog-item__img .img-post {
  max-height: none;
}
.section--grid-blog .content-blog .blog-post .blog-item__text .content-post .title-post {
  font-size: 20px;
}
@media only screen and (min-width: 768px) {
  .section--grid-blog .content-blog .blog-post .blog-item__text .content-post .title-post {
    font-size: 28px;
  }
}
.section--grid-blog .content-blog .blog-post .indice {
  margin: 20px 0;
  line-height: 1.5;
}
.section--grid-blog .content-blog .blog-post h2 {
  font-size: 18px;
  margin: 20px 0;
}
@media only screen and (min-width: 768px) {
  .section--grid-blog .content-blog .blog-post h2 {
    font-size: 20px;
  }
}
.section--grid-blog .content-blog .blog-post h3, .section--grid-blog .content-blog .blog-post h4, .section--grid-blog .content-blog .blog-post h5, .section--grid-blog .content-blog .blog-post h6 {
  font-size: 16px;
  margin: 20px 0;
}
@media only screen and (min-width: 768px) {
  .section--grid-blog .content-blog .blog-post h3, .section--grid-blog .content-blog .blog-post h4, .section--grid-blog .content-blog .blog-post h5, .section--grid-blog .content-blog .blog-post h6 {
    font-size: 18px;
  }
}
.section--grid-blog .content-blog .blog-post p {
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 20px;
}
.section--grid-blog .content-blog .blog-post ul {
  list-style-type: disc !important;
  list-style-position: inside;
  font-size: 14px;
  line-height: 1.5;
}
.section--grid-blog .content-blog .blog-post ol {
  list-style: none;
  font-size: 14px;
  line-height: 1.5;
}
.section--grid-blog .content-blog .blog-post strong {
  font-weight: 600;
}
.section--grid-blog .content-blog .blog-post .content-date p {
  margin-bottom: 0;
}
.section--grid-blog .content-blog ul.share {
  list-style: none !important;
  display: flex;
  align-items: stretch;
  margin-top: 50px;
}
.section--grid-blog .content-blog ul.share li {
  font-size: 14px;
  font-weight: 700;
  color: #005DAA;
  margin-right: 10px;
}
.section--grid-blog .content-blog .blog-list--relacionados h2 {
  font-size: 28px;
  margin: 30px 0;
}
.section--grid-blog .content-blog .blog-list--relacionados .blog-list {
  list-style: none !important;
  width: 100%;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px 16px;
}
.section--grid-blog .content-blog .blog-list--relacionados .blog-list .blog-item__text {
  padding: 16px;
}
.section--grid-blog .content-blog .blog-list--relacionados .blog-list .blog-item__text h3 {
  margin: 0;
}
.section--grid-blog .content-blog .time img {
  padding-right: 5px;
}
@media only screen and (min-width: 768px) {
  .section--grid-blog .content-blog aside {
    width: 30%;
    order: 2;
  }
}
.section--grid-blog .content-blog aside .form-promo-blog {
  padding: 35px 28px;
  background-color: white;
  border-radius: 12px;
}
.section--grid-blog .content-blog aside .form-promo-blog h4 {
  text-align: center;
  padding-bottom: 12px;
}
.section--grid-blog .content-blog aside .form-promo-blog label {
  font-size: 12px;
  font-weight: 500;
  padding: 8px 0;
}
.section--grid-blog .content-blog aside .form-promo-blog .button {
  display: block;
  width: 100%;
  margin-top: 20px;
}
.section--grid-blog .content-blog aside .btn-suscribe {
  color: #005DAA;
  text-align: center;
  padding: 30px 10px;
  display: block;
  margin: 0 auto;
}
.section--grid-blog .ysl-block-buttons {
  text-align: center;
  padding: 3em 1em 0;
}

.section--cta-newsletter p {
  color: #000000;
  max-width: 350px;
  padding: 20px 0;
}
.section--cta-newsletter label {
  color: #1D1D1B;
  font-size: 14px;
  font-weight: 500;
  padding: 12px 0;
  display: inline-block;
}
.section--cta-newsletter input {
  max-width: 300px;
}

.filtros-blog--list {
  display: flex;
  align-items: center;
  padding: 40px 0 0;
  flex-wrap: wrap;
}
@media only screen and (min-width: 992px) {
  .filtros-blog--list {
    padding: 80px 0 0;
    justify-content: space-between;
  }
}
.filtros-blog .filtros-blog--item {
  order: 2;
  margin: 5px 5px;
}
@media only screen and (min-width: 992px) {
  .filtros-blog .filtros-blog--item {
    order: inherit;
  }
}
.filtros-blog .filtros-blog--search {
  display: block;
  width: 100%;
  order: 1;
}
@media only screen and (min-width: 992px) {
  .filtros-blog .filtros-blog--search {
    order: inherit;
    display: inline-block;
    width: auto;
  }
}
.filtros-blog .btn--filtros-blog {
  display: inline-block;
  padding: 10px 20px;
  border: 1px solid #838787;
  border-radius: 4px;
  min-height: 40px;
  color: #838787;
  font-size: 14px;
  transition: all 500ms ease-in-out;
}
.filtros-blog .btn--filtros-blog.active, .filtros-blog .btn--filtros-blog:hover {
  background-color: #005DAA;
  color: white;
  border: 1px solid #005DAA;
  transition: all 500ms ease-in-out;
}
.filtros-blog .search-blog {
  position: relative;
  display: block;
}
@media only screen and (min-width: 992px) {
  .filtros-blog .search-blog {
    display: inline-block;
  }
}
.filtros-blog .yslForm-validates-as-search-blog {
  min-height: 40px;
  padding: 10px 30px 10px 20px;
  border-radius: 4px;
  border: 1px solid #838787;
  color: #838787;
  max-width: 97%;
  width: 100%;
}
@media only screen and (min-width: 360px) {
  .filtros-blog .yslForm-validates-as-search-blog {
    max-width: 100%;
  }
}
.filtros-blog .lupa {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}

.login-app-smart .entry-content {
  background-color: #F9FAFA;
}

.section--contact-form--login {
  padding-top: 50px;
  padding-bottom: 50px;
}
.section--contact-form--login .yslForm {
  padding: 30px 50px;
  background-color: white;
  border-radius: 12px;
}
.section--contact-form--login .yslForm:last-child {
  text-align: center;
}
.section--contact-form--login .yslForm .ysl-block-buttons {
  margin-top: 100px;
}
.section--contact-form--login .yslForm h2 {
  font-size: 20px;
  color: #000000;
  padding-bottom: 20px;
}
.section--contact-form--login .yslForm .recuperar-pass {
  color: #005DAA;
  text-align: right;
  display: block;
  font-size: 12px;
}

.section--contact-form--login-pass .yslForm:last-child {
  text-align: left;
}

.section--warning--text {
  padding-bottom: 80px;
  text-align: center;
}
.section--warning--text img {
  vertical-align: middle;
  padding-right: 10px;
}
.section--warning--text a {
  color: #005DAA;
  text-decoration: underline;
}

.adt-shortcode-list-slider .items:not(.slick-slider) {
  columns: initial;
  column-gap: unset;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

@media only screen and (min-width: 1024px) {
  .adt-shortcode-list-slider .items .item {
    border-bottom: 1px solid #B3B1B7 !important;
    width: 50%;
  }
}
.adt-shortcode-list-slider .items .item:last-child {
  border-bottom: none !important;
}

.section--cta-calculate .ysl-block-columns {
  padding: 32px 16px;
  border-radius: 20px;
  margin-bottom: 100px;
}
@media only screen and (min-width: 768px) {
  .section--cta-calculate .ysl-block-columns {
    padding: 54px 65px;
    border-radius: 70px;
    margin-bottom: 150px;
  }
}
.section--cta-calculate .ysl-block-columns .ysl-block-column {
  width: 100%;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .section--cta-calculate .ysl-block-columns .ysl-block-column {
    width: 40%;
    text-align: left;
  }
  .section--cta-calculate .ysl-block-columns .ysl-block-column:last-child {
    width: 60%;
  }
}
.section--cta-calculate .ysl-block-columns .ysl-block-column .ysl-block-image {
  position: absolute;
  width: 100%;
  top: -106px;
}
@media only screen and (min-width: 768px) {
  .section--cta-calculate .ysl-block-columns .ysl-block-column .ysl-block-image {
    top: -110px;
    right: -50px;
  }
}
.section--cta-calculate .ysl-block-columns .ysl-block-column .ysl-block-buttons {
  justify-content: center;
}
@media only screen and (min-width: 768px) {
  .section--cta-calculate .ysl-block-columns .ysl-block-column .ysl-block-buttons {
    justify-content: flex-start;
  }
}

.section--video-ciberseguridad-negocio .quien-protege {
  justify-content: center;
}
@media only screen and (min-width: 770px) {
  .section--video-ciberseguridad-negocio .quien-protege {
    justify-content: space-between;
  }
}
.section--video-ciberseguridad-negocio .quien-protege div {
  padding: 10px;
  margin: 0 !important;
}
.section--video-ciberseguridad-negocio .informe {
  text-align: center;
}

.section--servicios-empresariales h2 {
  color: #005DAA;
  font-size: 24px;
  font-weight: 700;
  text-align: left;
}
.section--servicios-empresariales p {
  font-size: 14px;
  color: #000000;
  font-weight: 500;
  padding: 20px;
  text-align: center;
}
@media only screen and (min-width: 770px) {
  .section--servicios-empresariales p {
    text-align: left;
    padding: 20px 0;
  }
}
.section--servicios-empresariales .adt-shortcode-video {
  height: 60vw;
  max-height: 317px;
}
@media only screen and (min-width: 770px) {
  .section--servicios-empresariales .adt-shortcode-video {
    height: 28vw;
  }
}
.section--servicios-empresariales .adt-shortcode-video .background-image {
  border-radius: 17px;
}
.section--servicios-empresariales .section--consola-slider {
  padding: 50px 0 0;
}
@media only screen and (min-width: 770px) {
  .section--servicios-empresariales .section--consola-slider {
    padding: 100px 0 0;
  }
}
.section--servicios-empresariales .section--consola-slider .is-layout-flex--spaceBetween {
  align-items: flex-end;
}
.section--servicios-empresariales .slider-servicios-empresariales {
  max-width: 1100px;
  width: 90%;
  margin: 0 auto 0;
  text-align: center;
}
@media only screen and (min-width: 770px) {
  .section--servicios-empresariales .slider-servicios-empresariales {
    width: 95%;
    margin: 100px auto 20px;
  }
}
.section--servicios-empresariales .slider-servicios-empresariales .slick-slide {
  padding-left: 15px;
  padding-right: 15px;
}
@media only screen and (min-width: 770px) {
  .section--servicios-empresariales .slider-servicios-empresariales .slick-slide {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media only screen and (min-width: 1100px) {
  .section--servicios-empresariales .slider-servicios-empresariales .slick-slide {
    padding-left: 55px;
    padding-right: 55px;
  }
}
.section--servicios-empresariales .slider-servicios-empresariales p {
  text-align: center;
  color: #777878;
  font-size: 14px;
  line-height: 1.5;
}
@media only screen and (min-width: 770px) {
  .section--servicios-empresariales .slider-servicios-empresariales p {
    font-size: 16px;
  }
}
.section--servicios-empresariales .arrows {
  max-width: 1100px;
  margin: 0 auto;
  left: 50%;
  transform: translateX(-50%);
  padding: 0 20px;
}

.section__house__business .top-shadow {
  display: table;
  width: 100%;
  box-shadow: 0px 0px 23px 3px #dfdfdf;
}

article .hero {
  height: 91vh;
  min-height: 700px;
}
article .hero .hero-text-funciona {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}
article .hero .hero-text-funciona .inner-container {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}
article .hero .hero-text-funciona .inner-container .text-funciona {
  text-align: center;
  width: 90%;
  margin: 0 auto;
}
@media only screen and (min-width: 770px) {
  article .hero .hero-text-funciona .inner-container .text-funciona {
    width: 58%;
  }
}

.subhero .hero-bodegon {
  margin-top: -243px !important;
  width: 100% !important;
  max-width: 580px;
}
@media only screen and (min-width: 770px) {
  .subhero .hero-bodegon {
    width: 53% !important;
  }
}

.section--contact-ayuda {
  background-color: #F9FAFA;
  padding: 60px 0 30px;
  text-align: center;
  width: 100%;
}
.section--contact-ayuda .container {
  max-width: 760px;
  margin: 0 auto;
  width: 100%;
  padding: 0 20px;
}
.section--contact-ayuda p {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 40px;
}
@media only screen and (min-width: 770px) {
  .section--contact-ayuda p {
    font-size: 20px;
    font-weight: 500;
  }
}
.section--contact-ayuda .box__btn-ayuda a {
  color: #005DAA;
  text-decoration: underline;
  margin: 15px;
  display: block;
}
@media only screen and (min-width: 770px) {
  .section--contact-ayuda .box__btn-ayuda a {
    display: inline-block;
    margin: 0 15px;
  }
}

.text-tel {
  font-size: 10px;
  color: #A5A5A4;
  padding: 8px 3px 0;
}

.contacto--atencion .section--contact-form {
  padding: 40px 0;
}
@media only screen and (min-width: 770px) {
  .contacto--atencion .section--contact-form {
    padding: 60px 0;
  }
}
.contacto--atencion .section--contact-form .container .ysl-block-group__inner-container {
  margin-top: 0;
}

.contacto-comercial article .hero .inner-container {
  margin: 0 auto;
  width: 100%;
  max-width: 700px;
}

.contacto-agentes .box__hero--login .hero {
  padding-top: 8vw !important;
  height: 91vh !important;
}
.contacto-agentes .box__hero--login .inner-container {
  margin: -5% 0 0 !important;
  padding: 0 5%;
}
.contacto-agentes .box__hero--login h1 {
  max-width: 610px !important;
  font-size: 24px;
  line-height: 1.25;
}
@media only screen and (min-width: 770px) {
  .contacto-agentes .box__hero--login h1 {
    font-size: 32px;
  }
}
.contacto-agentes .box__hero--login p {
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 1.25;
}
@media only screen and (min-width: 770px) {
  .contacto-agentes .box__hero--login p {
    font-size: 18px;
  }
}
.contacto-agentes .box__hero--login .icons-hero {
  flex-wrap: wrap;
  justify-content: space-between;
}
.contacto-agentes .box__hero--login .icons-hero span {
  width: 48%;
  max-width: none;
}
@media only screen and (min-width: 770px) {
  .contacto-agentes .box__hero--login .icons-hero span {
    width: 24%;
  }
}
.contacto-agentes .box__hero--login .icons-hero span p {
  font-size: 16px;
}

.adt-terms {
  text-decoration: underline;
  color: #005DAA;
}

.section--agentes-cifras {
  background-color: #005DAA;
  color: white;
  width: 100%;
  padding: 50px 0;
}
.section--agentes-cifras h2 {
  color: white;
  text-align: center;
  font-size: 28px;
  padding: 40px 20px 20px;
}
.section--agentes-cifras p {
  color: white;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
  padding: 20px 20px 50px;
  max-width: 700px;
  margin: 0 auto;
}
.section--agentes-cifras h4 {
  font-size: 45px;
  color: white;
}
.section--agentes-cifras .is-layout-flow--30 {
  border-bottom: 2px solid white;
  margin: 0 auto;
}
@media only screen and (min-width: 782px) {
  .section--agentes-cifras .is-layout-flow--30 {
    border-right: 2px solid white;
    border-bottom: none;
  }
}
.section--agentes-cifras .is-layout-flow--30:last-child {
  border: none;
}
.section--agentes-cifras .is-layout-flow--30 p {
  padding: 20px;
}

.section--destacado-smart {
  padding: 25px 0 25px 0;
}
@media only screen and (min-width: 782px) {
  .section--destacado-smart {
    padding: 50px 0;
  }
}
.section--destacado-smart .ysl-block-column.left-column {
  flex: 1 1 45%;
}
.section--destacado-smart .ysl-block-column.left-column .ysl-block-image {
  top: 12px;
}
.section--destacado-smart .ysl-block-column.left-column .ysl-block-image img {
  width: 100%;
}
.section--destacado-smart .ysl-block-column.right-column {
  flex: 1 1 55%;
}
.section--destacado-smart .ysl-block-column.right-column .ysl-block-image img {
  width: 100%;
}
.section--destacado-smart .secondary-text {
  font-size: 16px;
  line-height: 1.5;
}
.section--destacado-smart h2 {
  margin-bottom: 22px;
}

.section--tit-img {
  text-align: center;
  padding: 25px 0 25px 0;
}
@media only screen and (min-width: 782px) {
  .section--tit-img {
    padding: 50px 0;
  }
}
.section--tit-img h2 {
  text-align: center;
  padding: 20px;
}
.section--tit-img .ysl-block-image__generic {
  text-align: center;
  margin: 0 auto;
  width: 100%;
  padding: 30px 0 0;
}
@media only screen and (min-width: 782px) {
  .section--tit-img .ysl-block-image__generic {
    padding: 30px 6vw 0;
  }
}
.section--tit-img .ysl-block-image__generic img {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.section--info-monitoreo {
  padding: 25px 0 25px 0;
}
@media only screen and (min-width: 782px) {
  .section--info-monitoreo {
    padding: 100px 0 50px 0;
  }
}
.section--info-monitoreo h2 {
  color: #000000;
}
.section--info-monitoreo .ysl-block-image__generic img {
  width: 100%;
  max-width: 160px;
}
@media only screen and (min-width: 782px) {
  .section--info-monitoreo .ysl-block-image__generic img {
    max-width: 890px;
  }
}

.section--info-circuito .ysl-block-image__generic img {
  width: 100%;
  max-width: 5000px;
}
@media only screen and (min-width: 782px) {
  .section--info-circuito .ysl-block-image__generic img {
    max-width: 600px;
  }
}

@media (min-width: 782px) {
  .section--tit-img-2cols {
    text-align: left;
  }
}
@media (min-width: 782px) {
  .section--tit-img-2cols h2 {
    text-align: left;
  }
}
.section--tit-img-2cols p {
  padding: 20px;
  line-height: 1.5;
  color: #1D1D1B;
}
.section--tit-img-2cols .is-layout-flex {
  align-items: flex-start;
  padding: 0;
  margin: 0 auto;
}
@media (min-width: 782px) {
  .section--tit-img-2cols .is-layout-flex {
    padding: 0 6vw;
  }
}
.section--tit-img-2cols figure {
  max-width: 240px;
  margin: 0 auto;
}
.section--tit-img-2cols img {
  border-radius: 10px;
  margin-top: 20px;
  width: 100%;
  display: block;
}
@media (min-width: 782px) {
  .section--tit-img-2cols .is-layout-flow--40 {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
}
@media (min-width: 782px) {
  .section--tit-img-2cols--mudanzas .is-layout-flex {
    padding: 0;
  }
}
.section--tit-img-2cols--mudanzas .is-layout-flex p {
  text-align: left;
}
.section--tit-img-2cols--mudanzas .is-layout-flex .ysl-block-button {
  padding: 20px;
}

.section--tit-img-2cols--quienes {
  padding: 25px 0 0px 0;
}
@media (min-width: 782px) {
  .section--tit-img-2cols--quienes {
    padding: 30px 0;
  }
}
.section--tit-img-2cols--quienes figure {
  max-width: none;
  margin: 0 auto;
}
.section--tit-img-2cols--quienes figure img {
  border-radius: 0;
}

.login-app-smart--hero {
  height: auto !important;
}
@media (min-width: 782px) {
  .login-app-smart--hero {
    height: auto !important;
  }
}
.login-app-smart--hero .icons-hero {
  flex-wrap: wrap;
  justify-content: center;
}
@media (min-width: 782px) {
  .login-app-smart--hero .icons-hero {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
}
.login-app-smart--hero .icons-hero span {
  width: 50%;
  padding: 10px;
}
@media (min-width: 782px) {
  .login-app-smart--hero .icons-hero span {
    width: auto;
    padding: 10px 16px 10px 10px;
  }
}

.hero-promos .excerpt h1 {
  font-size: 30px;
  line-height: 1.5;
  text-align: center;
}
@media (min-width: 782px) {
  .hero-promos .excerpt h1 {
    font-size: 40px;
    text-align: left;
  }
}

.hero-manuales .excerpt {
  max-width: 470px !important;
  width: 100%;
}
.hero-manuales .excerpt h1 {
  font-size: 30px;
  line-height: 1.5;
  text-align: center;
  color: white;
  max-width: none;
}
@media (min-width: 782px) {
  .hero-manuales .excerpt h1 {
    font-size: 40px;
    text-align: left;
  }
}
.hero-manuales .excerpt p {
  color: white;
  font-size: 26px;
  line-height: 1.5;
}

.section--facturas-grid--3 .is-layout-flex--spaceEvenly {
  justify-content: center !important;
}
.section--facturas-grid--3 .is-layout-flow--30 {
  border-color: #000000 !important;
  padding: 30px !important;
}
@media (min-width: 782px) {
  .section--facturas-grid--3 .is-layout-flow--30 {
    width: 30%;
    margin: 1.5%;
  }
}
.section--facturas-grid--3 .is-layout-flow--30 h4 {
  color: #000000;
  font-size: 16px;
  font-weight: 600;
  min-height: auto;
  line-height: 1.25;
}
.section--facturas-grid--3 .is-layout-flow--30 p {
  color: #000000;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 26px;
}
.section--facturas-grid--3 .is-layout-flow--30 .text--base {
  font-size: 12px;
  font-weight: 500;
  display: inline-block;
}
.section--facturas-grid--3 .is-layout-flow--30 .text--base img {
  padding-right: 5px;
  display: inline-block;
}
.section--facturas-grid--3 .is-layout-flow--30 .text--date {
  font-size: 12px;
  font-weight: 500;
  color: #005DAA;
  margin-top: 10px;
  margin-bottom: 0;
}

.section--manuales .is-layout-flow--30 {
  border: 0 !important;
  padding: 0px !important;
  text-align: left;
  background-color: white;
}
.section--manuales .is-layout-flow--30 figure {
  position: relative;
}
.section--manuales .is-layout-flow--30 figure img {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  width: 100%;
}
.section--manuales .is-layout-flow--30 figure::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.2;
  position: absolute;
  top: 0;
  left: 0;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}
.section--manuales .is-layout-flow--30 h4 {
  padding: 28px 25px 15px;
  color: #005DAA;
  margin-bottom: 0;
}
.section--manuales .is-layout-flow--30 p {
  padding: 0px 25px 15px;
  margin-bottom: 0;
}
.section--manuales .is-layout-flow--30 p a {
  font-size: 14px;
  text-decoration: none;
}
.section--manuales .is-layout-flow--30 .text--base {
  font-weight: 700;
  text-decoration: underline;
  padding: 0 25px 25px;
}

.section--center-text {
  text-align: center;
  padding: 80px 0;
}
.section--center-text .ysl-block-heading {
  margin-bottom: 20px;
}
.section--center-text .ysl-block-group__inner-container {
  max-width: 900px;
  margin: 0 auto;
}
.section--center-text p {
  margin-bottom: 20px;
  line-height: 1.5;
}
@media (min-width: 992px) {
  .section--center-text h3 {
    font-size: 28px;
  }
}

.bg--blue h3 {
  color: white;
}
@media (min-width: 992px) {
  .bg--blue h3 {
    font-size: 28px;
  }
}
.bg--blue p {
  color: white;
}

.tabla {
  width: 100%;
  max-width: 1000px;
  background-color: white;
  border-radius: 16px;
  padding: 30px 15px;
  text-align: center;
  margin: 40px auto;
}
@media (min-width: 992px) {
  .tabla {
    padding: 30px;
  }
}
.tabla table {
  margin: 0 auto;
  width: 100%;
  border-spacing: 0px;
}
.tabla table td {
  border-bottom: 1px solid black;
  padding: 20px;
}
.tabla table th {
  padding: 0 10px;
}
.tabla .table-dest-blue {
  background-color: #005DAA;
  padding: 15px 10px;
  color: white;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  border-radius: 6px;
}
.tabla .table-text {
  font-size: 16px;
  font-weight: 400;
}
.tabla--2col {
  max-width: 580px;
  width: 100%;
}
@media (min-width: 992px) {
  .tabla--4col {
    display: flex;
    justify-content: space-between;
  }
}
.tabla--4col .box-tr {
  display: block;
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .tabla--4col .box-tr {
    width: 23%;
  }
}

.box-get-free h4.has-text-align-center {
  line-height: 1.25;
  font-size: 26px;
}

.popup-promo {
  width: 100% !important;
}
@media (min-width: 480px) {
  .popup-promo {
    width: 100% !important;
    max-width: 350px;
  }
}

.form-container .form-row {
  display: flex;
}
.form-container .form-row .form-col {
  width: 100%;
  padding: 0 3px;
}
.form-container .form-row .form-col--pref {
  width: 35%;
}

.mauticform-label {
  font-weight: normal !important;
  font-size: 14px !important;
  line-height: 17px !important;
}

.mauticform-selectbox, .mauticform-input {
  border-radius: 16px !important;
}

.mauticform-button-wrapper .mauticform-button.btn-default, .mauticform-pagebreak-wrapper .mauticform-pagebreak.btn-default {
  display: inline-block !important;
  font-family: "Noto Sans", sans-serif !important;
  font-weight: 800 !important;
  font-size: 16px !important;
  line-height: 20px !important;
  color: #FFFFFF !important;
  letter-spacing: 0.592626px !important;
  text-align: center !important;
  padding: 10px 24px !important;
  background-color: #242629 !important;
  border: 1px solid #242629 !important;
  border-radius: 35px !important;
  cursor: pointer !important;
  max-width: 100% !important;
  min-width: 217px !important;
}

.mauticform-row.mauticform-required .mauticform-label:after {
  color: #242629 !important;
}

#mauticform_input_formulariocontactanos_camposobligatorios {
  font-size: 12px;
}

.mauticform-checkboxgrp-label {
  font-size: 12px;
}

/*form gracias*/
.form-exitoso {
  background-color: rgba(246, 246, 246, 0.865);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  padding: 40px 20px;
  text-align: center;
  height: 100%;
  border-radius: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.form-exitoso h3 {
  font-size: 28px !important;
  line-height: 1.25;
  font-weight: 700 !important;
  text-align: center;
  margin-bottom: 20px;
}

.alertas-form {
  font-size: 14px;
  color: red;
}

.mauticform-errormsg {
  font-size: 12px;
}

.cookies_banner {
  background-color: rgba(255, 255, 255, 0.75);
  width: 100%;
  min-height: 80px;
  padding: 20px;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  -webkit-box-shadow: 0px -8px 27px -13px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px -8px 27px -13px rgba(0, 0, 0, 0.75);
  box-shadow: 0px -8px 27px -13px rgba(0, 0, 0, 0.75);
}
.cookies_banner p {
  text-align: center;
  margin-bottom: 8px;
  font-size: 14px;
  line-height: 1.25;
}
@media only screen and (min-width: 768px) {
  .cookies_banner p {
    max-width: 70%;
  }
}
@media only screen and (min-width: 1024px) {
  .cookies_banner p {
    max-width: 50%;
  }
}

.cookies_buttons {
  margin-top: 10px;
  text-align: center;
}
.cookies_buttons a {
  margin-bottom: 10px;
}
@media only screen and (min-width: 768px) {
  .cookies_buttons a {
    margin-bottom: 0;
    margin-right: 10px;
  }
}

/*icons casa new*/
.section__house .house__content .house__content__top .house__controls .house__controls__button:hover svg.reverse path, .section__house .house__content .house__content__top .house__controls .house__controls__button:focus svg.reverse path, .section__house .house__content .house__content__top .house__controls .house__controls__button.active svg.reverse path {
  fill: #005DAA !important;
  stroke: white !important;
}

.section__house .house__content .house__content__top .house__controls .button-sensor-mov-cam {
  top: 82px;
  left: 260px;
}

/*responsive*/
/*hero responsive new*/
.extra-hero .title, .extra-hero .excerpt h1, .hero-excerpt {
  font-size: 20px;
  line-height: 1.5;
  text-align: center;
  max-width: 350px;
}
@media only screen and (min-width: 768px) {
  .extra-hero .title, .extra-hero .excerpt h1, .hero-excerpt {
    text-align: left;
    font-size: 35px;
  }
}

article .hero {
  height: 91vh;
  min-height: 700px;
}
article .hero .hero-text-funciona {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}
article .hero .hero-text-funciona .inner-container {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}
article .hero .hero-text-funciona .inner-container .text-funciona {
  text-align: center;
  width: 90%;
  margin: 0 auto;
}
@media only screen and (min-width: 770px) {
  article .hero .hero-text-funciona .inner-container .text-funciona {
    width: 58%;
  }
}

article .box__hero.box__hero--mb .img-hero--new {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
article .box__hero.box__hero--mb .inner-container {
  position: initial;
}
@media only screen and (min-width: 992px) {
  article .box__hero.box__hero--mb .inner-container {
    position: absolute;
  }
}
article .box__hero.box__hero--mb .home-popup-promo {
  position: initial;
  margin-top: 5em !important;
}
@media only screen and (min-width: 992px) {
  article .box__hero.box__hero--mb .home-popup-promo {
    position: absolute;
    margin-top: 0 !important;
  }
}
article .box__hero.box__hero--mb.box__hero-type2 .hero {
  height: 100%;
  min-height: auto;
}
@media only screen and (min-width: 992px) {
  article .box__hero.box__hero--mb.box__hero-type2 .hero {
    height: 85vh;
    min-height: 750px;
    padding-top: 50px;
  }
}
@media only screen and (min-width: 992px) {
  article .box__hero.box__hero--mb.box__hero-type2 .hero .inner-container {
    margin-top: 50px;
  }
}
article .box__hero.box__hero--mb.box__hero-type2 .container {
  padding-bottom: 0;
}
article .box__hero.box__hero--mb.box__hero-type2 .promo-form--new {
  background-color: white;
  max-width: 350px;
  margin: 0 auto 90px auto;
  padding: 0px;
  border-radius: 25px;
  transform: translateY(75px);
  position: static;
  box-shadow: 0px 0 17px rgba(210, 210, 210, 0.45);
}
@media only screen and (min-width: 992px) {
  article .box__hero.box__hero--mb.box__hero-type2 .promo-form--new {
    position: absolute;
    top: 0;
    right: 5%;
    transform: none;
  }
}
article .box__hero.box__hero--mb.box__hero-type2 .promo-form--new img {
  width: 100%;
}
article .box__hero.box__hero--mb.box__hero-type2 .promo-form--new .ysl-block-group__inner-container .body {
  padding: 25px 20px;
}

.box__hero--home .box__form {
  max-width: 350px;
  margin: 40px auto 0;
  background-color: white;
  border-radius: 25px;
  box-shadow: 0px 0 17px rgba(210, 210, 210, 0.45);
  position: relative;
}
@media only screen and (min-width: 992px) {
  .box__hero--home .box__form {
    position: absolute;
    top: 150px;
    right: 5%;
    margin-top: 0 !important;
  }
}
.box__hero--home .box__form .form {
  padding: 25px 20px;
}
.box__hero--home .box__form .form .caption {
  font-size: 12px;
}
@media only screen and (min-width: 992px) {
  .box__hero--home .box__form img {
    width: 100%;
  }
}

.promo-form--new .caption {
  font-size: 11px;
}

.page .hero .excerpt h1 {
  margin: 20px auto;
}

.section--why {
  margin-top: 0px;
}
@media only screen and (min-width: 782px) {
  .section--why .ysl-block-column {
    width: 33%;
    margin: 0 1.75% 0 1.75%;
  }
}

.section--cta-contact.ysl-block-cover {
  display: block;
}
@media only screen and (min-width: 768px) {
  .section--cta-contact.ysl-block-cover {
    display: flex;
  }
}
.section--cta-contact.ysl-block-cover img.ysl-block-cover__image-background {
  position: static;
  width: 100%;
  height: 100%;
  min-height: 304px;
  object-position: bottom 0px right -85px;
  margin-top: -18px;
  vertical-align: bottom;
}
@media only screen and (min-width: 768px) {
  .section--cta-contact.ysl-block-cover img.ysl-block-cover__image-background {
    position: absolute;
    min-height: auto;
    object-position: top;
    order: 1;
    margin-top: 0;
  }
}

.section--tabla-comparar-packs--smart .adt-shortcode-packs-compare .item ul li {
  font-size: 16px;
  opacity: 0.4;
}
@media only screen and (min-width: 770px) {
  .section--tabla-comparar-packs--smart .adt-shortcode-packs-compare .item ul li {
    opacity: 1;
  }
}
.section--tabla-comparar-packs--smart .adt-shortcode-packs-compare .item ul li:has(img) {
  opacity: 1;
}
.section--tabla-comparar-packs--smart .adt-shortcode-packs-compare .pack-item-container .highlight {
  padding-right: 20px;
}
@media only screen and (min-width: 770px) {
  .section--tabla-comparar-packs--smart .adt-shortcode-packs-compare .pack-item-container .highlight {
    padding-right: 0px;
  }
}

.section--monitoreo {
  padding-top: 0;
}
@media only screen and (min-width: 768px) {
  .section--monitoreo {
    padding-top: 60px;
  }
}
.section--monitoreo .is-layout-flex {
  display: block;
}
@media only screen and (min-width: 768px) {
  .section--monitoreo .is-layout-flex {
    justify-content: space-evenly;
    display: flex;
  }
}
.section--monitoreo .is-layout-flex .is-layout-flow {
  padding: 20px 10px;
}
@media only screen and (min-width: 768px) {
  .section--monitoreo .is-layout-flex .is-layout-flow {
    padding: 0 30px;
  }
}
@media only screen and (min-width: 768px) {
  .section--monitoreo .is-layout-flex .is-layout-flow::last-child {
    flex-basis: 75%;
  }
}
.section--monitoreo .is-layout-flex .is-layout-flow figure {
  height: 100%;
}
.section--monitoreo .is-layout-flex .is-layout-flow figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section--monitoreo .is-layout-flex .is-layout-flow .only-mobile--small {
  height: auto;
  margin-bottom: 20px;
}
.section--monitoreo .ysl-block-columns:not(.is-not-stacked-on-mobile) > .ysl-block-column:nth-child(2n) {
  flex-basis: auto;
}
.section--monitoreo .central__texts li {
  display: block;
  margin-bottom: 32px;
}
@media only screen and (min-width: 768px) {
  .section--monitoreo .central__texts li {
    display: flex;
  }
}
.section--monitoreo .central__texts li p {
  font-size: 18px;
}
@media only screen and (min-width: 768px) {
  .section--monitoreo .central__texts li p {
    font-size: 20px;
  }
}
.section--monitoreo p {
  font-size: 16px;
  line-height: 1.5;
}
@media only screen and (min-width: 768px) {
  .section--monitoreo p {
    font-size: 14px;
  }
}
.section--monitoreo h2 {
  margin-bottom: 16px;
}
.section--monitoreo h5 {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
}
@media only screen and (min-width: 768px) {
  .section--monitoreo h5 {
    font-size: 20px;
  }
}

.section--video-ciberseguridad-negocio h4 {
  font-size: 16px;
  line-height: 1.5;
}
.section--video-ciberseguridad-negocio h4::before {
  margin: 18px auto;
  display: block;
}
.section--video-ciberseguridad-negocio h4.analisis::before {
  width: 29px;
  height: 27px;
}
.section--video-ciberseguridad-negocio h4.antivirus::before {
  width: 23px;
  height: 23px;
}
.section--video-ciberseguridad-negocio h4.informe::before {
  width: 27px;
  height: 22px;
}
.section--video-ciberseguridad-negocio .adt-shortcode-video {
  height: 185px;
}
@media only screen and (min-width: 768px) {
  .section--video-ciberseguridad-negocio .adt-shortcode-video {
    height: 495px;
  }
}

.section--hogar-protegido p {
  font-size: 16px;
  opacity: 0.5;
}
.section--hogar-protegido .ysl-block-image {
  padding: 40px 10px 20px;
}
@media only screen and (min-width: 768px) {
  .section--hogar-protegido .ysl-block-image {
    padding: 0px;
  }
}
.section--hogar-protegido .ysl-block-image img {
  max-width: 470px;
  width: 100%;
}
.section--hogar-protegido .ysl-block-cover p {
  text-align: center;
  opacity: 1;
}
.section--hogar-protegido .hogar-protegido--top .is-layout-flow:first-child {
  padding: 10px 10px 30px;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .section--hogar-protegido .hogar-protegido--top .is-layout-flow:first-child {
    text-align: left;
  }
}

.section--servicios-empresariales h2 {
  text-align: center;
  margin: 20px 10px 30px;
}
@media only screen and (min-width: 770px) {
  .section--servicios-empresariales h2 {
    text-align: left;
  }
}
.section--servicios-empresariales .arrows {
  display: none;
}
@media only screen and (min-width: 770px) {
  .section--servicios-empresariales .arrows {
    display: flex;
  }
}

.section__house .house__head .house__head__content h2, .section__house__business .house__head .house__head__content h2 {
  color: #1D1D1B;
}

.section__house .house__head .house__head__content .house__header__tabs ul li .tab, .section__house__business .house__head .house__head__content .house__header__tabs ul li .tab {
  color: #005DAA;
  font-weight: 700;
}

.section__house .house__content .house__content__top .house__controls .house__controls__button, .section__house__business .house__content .house__content__top .house__controls .house__controls__button {
  width: 37px;
}

.section__house .house__content .house__content__bottom .house__bottom__slider, .section__house__business .house__content .house__content__bottom .house__bottom__slider {
  margin-bottom: 70px;
}

.section__house .house__content .house__content__bottom .house__bottom__slider .slick-dots li button, .section__house__business .house__content .house__content__bottom .house__bottom__slider .slick-dots li button {
  margin: 0;
}

.section--como-actua-central h2 {
  color: #005DAA;
  margin-bottom: 30px;
}
@media only screen and (min-width: 782px) {
  .section--como-actua-central h2 {
    color: #1D1D1B;
    margin-bottom: 60px;
  }
}
.section--como-actua-central .is-layout-flow--30 {
  margin-bottom: 30px;
  margin-top: 10px;
}
.section--como-actua-central .primary-text, .section--como-actua-central .secondary-text {
  text-align: center;
  font-size: 16px;
}
@media only screen and (min-width: 782px) {
  .section--como-actua-central .primary-text, .section--como-actua-central .secondary-text {
    text-align: left;
  }
}
@media only screen and (min-width: 782px) {
  .section--como-actua-central .primary-text {
    font-size: 20px;
  }
}

.section--pack-includes .slick-slide {
  margin-left: 0px;
  padding-left: 0px;
}
@media only screen and (min-width: 782px) {
  .section--pack-includes .slick-slide {
    margin-left: 10px;
    padding-left: 80px;
  }
}

.section--about-slider .adt-shortcode-about-slider .rs-tooltip-text {
  font-size: 40px;
  font-weight: 500;
}
@media only screen and (min-width: 992px) {
  .section--about-slider .adt-shortcode-about-slider .rs-tooltip-text {
    font-size: 75px;
    font-weight: 400;
  }
}
.section--about-slider .rs-control {
  margin: 10px auto 45px;
}
@media only screen and (min-width: 992px) {
  .section--about-slider .rs-control {
    margin: 0;
  }
}
.section--about-slider .ysl-block-columns .ysl-block-column.control h3 {
  font-size: 26px;
  line-height: 1.5;
  margin-bottom: 20px;
}
@media only screen and (min-width: 992px) {
  .section--about-slider .ysl-block-columns .ysl-block-column.control h3 {
    font-size: 24px;
    margin-bottom: 0px;
  }
}
.section--about-slider .ysl-block-columns .ysl-block-column.control p {
  font-size: 18px;
  line-height: 1.5;
}
@media only screen and (min-width: 992px) {
  .section--about-slider .ysl-block-columns .ysl-block-column.control p {
    font-size: 14px;
  }
}
.section--about-slider .ysl-block-columns .ysl-block-column .item p {
  font-size: 16px;
}

.section--about-subhero {
  margin-top: -300px;
}
@media only screen and (min-width: 768px) {
  .section--about-subhero {
    margin-top: -200px;
  }
}
.section--about-subhero .container .ysl-block-group__inner-container {
  padding: 24px 30px 24px 30px;
  width: 96%;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .section--about-subhero .container .ysl-block-group__inner-container {
    padding: 34px 100px 60px 100px;
    width: 90%;
    text-align: left;
  }
}
.section--about-subhero .container .ysl-block-group__inner-container h1 {
  line-height: 1.5;
}
.section--about-subhero .container .ysl-block-group__inner-container p {
  font-size: 16px;
}

.section--about-cifras .is-layout-flow--30 {
  margin-bottom: 25px;
  margin-top: 0 !important;
}
.section--about-cifras .is-layout-flow--30:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .section--about-cifras .is-layout-flow--30 {
    margin-bottom: 0;
  }
}

.section--about-servicio {
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .section--about-servicio {
    text-align: left;
  }
}
.section--about-servicio .is-layout-flow--45 {
  padding-right: 0 !important;
}
@media only screen and (min-width: 768px) {
  .section--about-servicio .is-layout-flow--45 {
    padding-right: 30px !important;
  }
}

.box__hero--prod {
  padding-bottom: 25px !important;
}
@media only screen and (min-width: 768px) {
  .box__hero--prod {
    padding-bottom: 63px !important;
  }
}
.box__hero--prod .subhero {
  max-width: 1100px;
  margin: 0 auto;
}
.box__hero--prod .subhero p.undo {
  font-size: 15px !important;
  margin-top: 10px;
}

.promo-form {
  max-width: 350px;
  background-color: white;
  position: static;
  margin: 45px auto;
  padding: 0;
  border-radius: 20px;
  box-shadow: 0px 0 17px rgba(210, 210, 210, 0.45);
}
@media only screen and (min-width: 768px) {
  .promo-form {
    position: absolute;
    top: -665px;
    right: 2%;
  }
}
@media only screen and (min-width: 1200px) {
  .promo-form {
    right: 0;
  }
}
.promo-form .body .ysl-block-group__inner-container {
  padding: 20px;
}
.promo-form img {
  margin-top: 0 !important;
  width: 100% !important;
}

.page .box__hero--pack .subhero p.caption {
  font-size: 12px !important;
}

article .box__hero.box__hero--prod .inner-container {
  position: relative;
}

.box__hero--blog .hero.extra-hero {
  height: 45vh;
  min-height: auto;
}
.box__hero--blog .hero.extra-hero::after {
  background-size: contain;
}
@media only screen and (min-width: 768px) {
  .box__hero--blog .hero.extra-hero::after {
    background-size: auto;
  }
}
.box__hero--blog .hero.extra-hero .inner-container h2.title {
  margin: 0 auto;
  font-size: 28px;
}
@media only screen and (min-width: 768px) {
  .box__hero--blog .hero.extra-hero .inner-container h2.title {
    margin: 0;
  }
}
.box__hero--blog .hero.extra-hero .inner-container .excerpt.hero-excerpt {
  margin: 0 auto;
  font-size: 22px;
}
@media only screen and (min-width: 768px) {
  .box__hero--blog .hero.extra-hero .inner-container .excerpt.hero-excerpt {
    margin: 0;
  }
}

article .box__hero.style-6 .hero::after {
  background-size: contain;
}
@media only screen and (min-width: 768px) {
  article .box__hero.style-6 .hero::after {
    background-size: auto;
  }
}

.contacto article .hero .inner-container {
  transform: none;
}
@media only screen and (min-width: 992px) {
  .contacto article .hero .inner-container {
    transform: translateX(-50%);
  }
}

article .box__hero--app .hero.extra-hero {
  height: 50vh;
  min-height: 500px;
}
@media only screen and (min-width: 768px) {
  article .box__hero--app .hero.extra-hero {
    height: 80vh;
  }
}
article .box__hero--app .excerpt.hero-excerpt {
  height: 50vh;
  min-height: 460px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  article .box__hero--app .excerpt.hero-excerpt {
    display: block;
    height: auto;
  }
}

.app .section--video-app {
  padding-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .app .section--video-app {
    padding-bottom: 55px;
  }
}
.app .section--model {
  padding-top: 0;
}
@media only screen and (min-width: 768px) {
  .app .section--model {
    padding-top: 57px;
  }
}
.app .section--como-actua-central {
  padding-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .app .section--como-actua-central {
    padding-bottom: 50px;
  }
}
.app .section--cta-app {
  padding-top: 0px;
}
@media only screen and (min-width: 768px) {
  .app .section--cta-app {
    padding-top: 50px;
  }
}

.section--como-funciona-hero {
  margin-top: 0;
  margin-bottom: 0;
}
@media only screen and (min-width: 360px) {
  .section--como-funciona-hero {
    margin-top: 0;
    margin-bottom: 0;
  }
}

.section--hogar-protegido {
  box-shadow: none;
}
@media only screen and (min-width: 992px) {
  .section--hogar-protegido {
    box-shadow: 0 2.8854px 40.75px;
  }
}

.section--tit-img-2cols--agentes .is-layout-flex {
  position: relative;
}
.section--tit-img-2cols--agentes img {
  margin-top: 10px;
  margin-bottom: 10px;
}
@media only screen and (min-width: 782px) {
  .section--tit-img-2cols--agentes figure {
    position: absolute;
    right: 10%;
    top: 0;
  }
}
@media only screen and (min-width: 782px) {
  .section--tit-img-2cols--agentes figure:nth-child(3) {
    top: 0px;
  }
}
@media only screen and (min-width: 782px) {
  .section--tit-img-2cols--agentes figure:nth-child(5) {
    top: 160px;
  }
}
@media only screen and (min-width: 782px) {
  .section--tit-img-2cols--agentes figure:nth-child(7) {
    top: 320px;
  }
}

.extra-hero .title, .extra-hero .excerpt h1, .hero-excerpt {
  font-size: 28px;
}
@media only screen and (min-width: 782px) {
  .extra-hero .title, .extra-hero .excerpt h1, .hero-excerpt {
    font-size: 35px;
  }
}

.home .extra-hero .title {
  font-size: 22px;
}
@media only screen and (min-width: 782px) {
  .home .extra-hero .title {
    font-size: 35px;
  }
}

.ayuda article .hero {
  height: 65vh;
  min-height: auto;
}

.sistemas-seguridad .hero h1 {
  line-height: 1.5;
  padding-bottom: 1.5em;
  font-size: 1.5em;
}
@media only screen and (min-width: 782px) {
  .sistemas-seguridad .hero h1 {
    font-size: 2em;
  }
}

@media (max-width: 992px) {
  .ayuda article .hero .inner-container {
    left: inherit;
    transform: none;
  }
}

@media (min-width: 1200px) {
  .section--como-funciona-hero {
    margin-top: -100px;
  }
}
.section--como-funciona-hero .is-layout-flow--45 p {
  text-align: center;
}
@media (min-width: 782px) {
  .section--como-funciona-hero .is-layout-flow--45 p {
    text-align: left;
  }
}

@media (min-width: 992px) {
  article .box__hero.style-1.box__hero--mb.box__hero-type2 .hero {
    padding-bottom: 56%;
    height: 100%;
    min-height: auto;
  }
}
article .box__hero.style-1.box__hero--mb.box__hero-type2 .hero video {
  min-height: auto;
}
.section--hogar-protegido .ysl-block-image {
  padding: 160px 10px 20px;
}
@media only screen and (min-width: 768px) {
  .section--hogar-protegido .ysl-block-image {
    padding: 0px;
  }
}

article .box__hero.box__hero--mb.box__hero-type2 .promo-form--new {
  transform: translateY(250px);
}
@media only screen and (min-width: 992px) {
  article .box__hero.box__hero--mb.box__hero-type2 .promo-form--new {
    transform: none;
  }
}

.login .error_form {
  color: red;
  font-size: 13px;
  font-style: italic;
  padding: 10px;
}
.section--como-funciona-hero {
  padding-top: 200px;
  padding-bottom: 30px;
  z-index: -1;
  background-color: #F8F8F8;
}
@media only screen and (min-width: 768px) {
  .section--como-funciona-hero {
    background-color: transparent;
  }
}
@media only screen and (min-width: 992px) {
  .section--como-funciona-hero {
    padding-top: 0;
    z-index: inherit;
  }
}
@media only screen and (min-width: 1200px) {
  .section--como-funciona-hero {
    margin-top: -100px;
    padding-top: 0;
    z-index: inherit;
  }
}
@media only screen and (min-width: 1300px) {
  .section--como-funciona-hero {
    margin-top: -200px;
  }
}

.section--como-funciona-hero .container .ysl-block-group__inner-container {
  max-width: 90%;
  margin: 0 auto;
  backdrop-filter: blur(17px);
}
@media only screen and (min-width: 768px) {
  .section--como-funciona-hero .container .ysl-block-group__inner-container {
    max-width: none;
  }
}
.login-app-smart--hero {
  height: inherit !important;
}

.text--center {
  text-align: center !important;
}

/*.elq-form*/
.elq-form input, .elq-form select {
  font-family: "Noto Sans", sans-serif !important;
  background-color: #FAFAFA;
  border: 1px solid #A1ADB3;
  border-radius: 16px;
  font-size: 12px !important;
  line-height: 10px !important;
  padding: 8px 12px;
}

.elq-form textarea {
  border-radius: 10px;
  border: 1px solid #A1ADB2;
  background-color: #FAFAFA;
  border-radius: 16px;
  font-size: 12px !important;
  line-height: 10px !important;
  padding: 8px 12px;
  font-family: "Noto Sans", sans-serif !important;
}

.elq-form .elq-label {
  font-size: 14px;
  padding-bottom: 5px;
}

.elq-form .elq-item-label {
  font-size: 13px;
  padding-bottom: 5px;
}

.LV_invalid {
  font-size: 11px;
}

.elq-form ::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #c7cbce;
  font-size: 1em;
  font-family: "Noto Sans", sans-serif;
}

.elq-form :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #c7cbce;
  opacity: 1;
  font-size: 1em;
  font-family: "Noto Sans", sans-serif;
}

.elq-form ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #c7cbce;
  opacity: 1;
  font-size: 1em;
  font-family: "Noto Sans", sans-serif;
}

.elq-form :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #c7cbce;
  font-size: 1em;
  font-family: "Noto Sans", sans-serif;
}

.elq-form ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #c7cbce;
  font-size: 1em;
  font-family: "Noto Sans", sans-serif;
}

.elq-form ::placeholder {
  /* Most modern browsers support this now. */
  color: #c7cbce;
  font-size: 1em;
  font-family: "Noto Sans", sans-serif;
}

.elq-form .elq-required {
  color: black !important;
}

.elq-form .submit-button-style {
  background-color: #0b5daa;
  display: inline-block;
  font-family: "Noto Sans", sans-serif !important;
  font-weight: 800;
  font-size: 16px !important;
  line-height: 20px !important;
  color: #FFFFFF;
  letter-spacing: 0.592626px;
  text-align: center;
  padding: 10px 24px;
  border-radius: 35px;
  cursor: pointer;
  max-width: 100%;
  width: 100%;
}

.elq-form .form-element-layout {
  padding: 5px 0px;
}/*# sourceMappingURL=style.css.map */

@media only screen and (max-width: 1200px) {
  .site-header .mobile-container {
    height: calc(100vh - 78px);
    overflow-y: auto;
  }
}

/*logo 150*/
.site-header .blocks:not(.blocks-mobile) .block:first-child img {
  width: 70px;
}

/*.site-header .top-navigation-bar {
  padding-bottom: 20px;
}

.site-header .main-menu-container .menu > li > a {
  padding-top: 20px;
}

@media only screen and (max-width: 1200px) {
  .site-header .blocks-mobile .logo-container img {
    max-width: 186px;
    width: 100%;
    padding: 5px 0;
  }
}

footer .navigation-item-logo {
  display: flex;
}
@media only screen and (max-width: 1200px) {
  footer .navigation-item-logo {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
}

footer .top-navigation-bar .navigation-item-logo .custom-logo-150 {
  width: 135px;
  margin-left: 20px;
}*/

.site-footer .top-navigation-bar {
  align-items: center;
}

.site-footer .top-navigation-bar .navigation-item-social .contact {
  margin-right: 44px;
}

@media only screen and (min-width: 1200px) {
  article .box__hero.box__hero--mb .inner-container {
    top: -2em;
  }
}
@media only screen and (min-width: 1200px) {
  article .box__hero.box__hero--mb .inner-container img {
    padding-bottom: 2em;
  }
}

.header--icon-tienda {
	vertical-align: text-top;
	margin-right: 0.5em;
}
@media only screen and (min-width: 768px) {
  .section--grid-blog .content-blog {
    display: block;
  }
}
@media only screen and (min-width: 1024px) {
  .section--grid-blog .content-blog {
    display: flex;
    justify-content: space-between;
  }
}
@media only screen and (min-width: 768px) {
  .section--grid-blog .content-blog aside {
    width: 100%;
  }
}
@media only screen and (min-width: 1024px) {
  .section--grid-blog .content-blog aside {
    width: 30%;
  }
}
.section--grid-blog .content-blog aside .form-promo-blog {
  padding: 35px 10px;
}
@media only screen and (min-width: 768px) {
  .section--grid-blog .content-blog .blog-list {
    width: 100%;
  }
}
@media only screen and (min-width: 1024px) {
  .section--grid-blog .content-blog .blog-list {
    width: 65%;
  }
}
/*404*/
.section--tit-img-2cols--404 .container {
  width: 1200px;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .section--tit-img-2cols--404 .container {
    padding-top: 80px;
  }
}
@media only screen and (min-width: 1024px) {
  .section--tit-img-2cols--404 .container {
    padding-top: 120px;
  }
}
.section--tit-img-2cols--404 .is-layout-flex {
  padding: 0;
}
.section--tit-img-2cols--404 .is-layout-flow--60 {
  order: 2;
}
@media only screen and (min-width: 768px) {
  .section--tit-img-2cols--404 .is-layout-flow--60 {
    order: inherit;
    padding: 0 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .section--tit-img-2cols--404 .is-layout-flow--60 {
    font-size: 20px;
  }
}
@media only screen and (min-width: 1300px) {
  .section--tit-img-2cols--404 .is-layout-flow--60 {
    padding: 0;
  }
}
.section--tit-img-2cols--404 .is-layout-flow--40 {
  align-items: center;
}
.section--tit-img-2cols--404 h1 {
  font-size: 80px;
  text-align: center;
  margin: 0.5em 0;
}
@media only screen and (min-width: 1024px) {
  .section--tit-img-2cols--404 h1 {
    font-size: 130px;
    margin-top: 0;
  }
}
.section--tit-img-2cols--404 .text-oops {
  font-size: 35px;
  font-weight: 700;
  color: #005DAA;
  text-align: center;
  padding: 10px 0 0;
}
@media only screen and (min-width: 768px) {
  .section--tit-img-2cols--404 .text-oops {
    text-align: left;
    position: absolute;
    top: 0;
    left: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .section--tit-img-2cols--404 .text-oops {
    font-size: 50px;
  }
}
@media only screen and (min-width: 1300px) {
  .section--tit-img-2cols--404 .text-oops {
    left: 0;
  }
}
.section--tit-img-2cols--404 h2 {
  font-size: 22px;
  font-weight: 500;
  color: #1D1D1B;
  padding: 0 0px;
}
@media only screen and (min-width: 1024px) {
  .section--tit-img-2cols--404 h2 {
    font-size: 28px;
  }
}
.section--tit-img-2cols--404 p {
  font-size: 16px;
  color: #1D1D1B;
  text-align: center;
  padding: 10px 0 20px;
  font-weight: 400;
}
@media only screen and (min-width: 768px) {
  .section--tit-img-2cols--404 p {
    text-align: left;
  }
}
@media only screen and (min-width: 1024px) {
  .section--tit-img-2cols--404 p {
    font-size: 20px;
  }
}
.section--tit-img-2cols--404 .is-content-justification-left {
  padding-top: 2em;
  justify-content: center;
}
@media only screen and (min-width: 768px) {
  .section--tit-img-2cols--404 .is-content-justification-left {
    justify-content: flex-start;
  }
}
.section--tit-img-2cols--404 .is-content-justification-left a {
  font-size: 14px;
  margin-right: 10px;
  margin-bottom: 20px;
}
.section--tit-img-2cols--404 .ysl-buttons-back {
  padding: 32px 0;
}
.section--tit-img-2cols--404 .ysl-buttons-back a {
  color: #005DAA;
  margin-right: 20px;
  font-weight: 500;
  font-size: 16px;
}
.section--tit-img-2cols--404 .ysl-buttons-back .btn-volverHome {
  position: relative;
  padding-left: 1.125em;
}
.section--tit-img-2cols--404 .ysl-buttons-back .btn-volverHome::before {
  display: inline-block;
  content: "";
  background-image: url(../images/arrow-down.svg);
  background-repeat: no-repeat;
  background-size: cover;
  margin-left: 0;
  width: 12px;
  height: 7px;
  transform: translateY(-50%) rotate(90deg);
  position: absolute;
  top: 50%;
  left: 0;
}
/*icono sirena*/
.section__house .house__content .house__content__top .house__controls .button-camara-cra-exterior:hover svg path, .section__house__business .house__content .house__content__top .house__controls .button-camara-cra-exterior:hover svg path {
  fill: transparent !important;
  stroke: white !important;
}
.section__house .house__content .house__content__top .house__controls .button-camara-cra-exterior:focus svg path, .section__house__business .house__content .house__content__top .house__controls .button-camara-cra-exterior:focus svg path {
  fill: transparent !important;
  stroke: white !important;
}
.section__house .house__content .house__content__top .house__controls .button-camara-cra-exterior.active svg path, .section__house__business .house__content .house__content__top .house__controls .button-camara-cra-exterior.active svg path {
  fill: transparent !important;
  stroke: white !important;
}

.section__house .house__content .house__content__top .house__controls .button-camara-cra-exterior {
  top: 126px;
  left: 94px;
}

/*alianzas tienda*/
.section--alianzas {
  max-width: 1200px;
  margin: 0 auto;
  padding: 50px 10px;
}
@media screen and (min-width: 1200px) {
  .section--alianzas {
    padding: 100px 0;
  }
}
.section--alianzas .list-alianzas .item-alianzas {
  background-color: white;
  border: 2px solid #D7D7D7;
  border-radius: 4px;
  margin-bottom: 2em;
}
.section--alianzas .list-alianzas .item-alianzas .alianzas-top {
  position: relative;
  padding: 0 0 0 20px;
  background-color: #F9FAFA;
}
@media screen and (min-width: 1024px) {
  .section--alianzas .list-alianzas .item-alianzas .alianzas-top {
    height: 360px;
  }
}
.section--alianzas .list-alianzas .item-alianzas img {
  object-fit: contain;
  object-position: bottom right;
  width: 100%;
  height: auto;
}
@media screen and (min-width: 1024px) {
  .section--alianzas .list-alianzas .item-alianzas img {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
  }
}
.section--alianzas .list-alianzas .item-alianzas h2 {
  color: #4D9AD0;
  font-size: 22px;
  font-weight: 600;
  padding: 10px 0;
  border-bottom: 1px solid #D7D7D7;
}
.section--alianzas .list-alianzas .item-alianzas .alianzas-bottom {
  padding-top: 0;
  background-color: #F9FAFA;
}
.section--alianzas .list-alianzas .item-alianzas .alianzas-bottom .faq-item {
  position: relative;
  padding: 1em 1em 1em 0;
  border-top: 1px solid #D7D7D7;
  margin-left: 20px;
}
.section--alianzas .list-alianzas .item-alianzas .alianzas-bottom .faq-item h4 {
  font-size: 12px;
  color: #000000;
  font-weight: 400;
  cursor: pointer;
  margin: 0;
}
.section--alianzas .list-alianzas .item-alianzas .alianzas-bottom .faq-item .content {
  font-size: 12px;
  line-height: 1.25;
  color: #727272;
  padding: 1em 0 0;
  margin: 0;
}
.section--alianzas .list-alianzas .item-alianzas .alianzas-bottom .faq-item .icon {
  position: absolute;
  right: 15px;
  top: 1.45em;
  display: block;
  background-image: url(../images/arrow-down.svg);
  background-repeat: no-repeat;
  width: 12px;
  height: 7px;
  cursor: pointer;
  transition: all 500ms ease-in-out;
}
.section--alianzas .list-alianzas .item-alianzas .alianzas-bottom .faq-item.opened .icon {
  top: 1.45em;
  transform: rotate(180deg);
  transition: all 500ms ease-in-out;
}
.section--alianzas .list-alianzas .item-alianzas .alianzas-bottom .faq-item:not(.opened) .content {
  display: none;
}
.section--alianzas .list-alianzas .item-alianzas--pyme .text-alianzas-2 {
  padding-bottom: 0.5em;
}
.section--alianzas .list-alianzas .item-alianzas--pyme .box-text-num {
  align-items: end;
}
.section--alianzas .list-alianzas .item-alianzas--pyme .promo-alianzas .box-text-alianzas-light {
  margin-top: 2.875em;
}
.section--alianzas .list-alianzas .item-alianzas--pyme .promo-alianzas .text-alianzas-num {
  font-size: 45px;
}
.section--alianzas .list-alianzas .item-alianzas--pyme .promo-alianzas .text-alianzas-costo {
  font-size: 26px;
  font-weight: 600;
  padding-left: 8px;
}
.section--alianzas .list-alianzas .item-alianzas--pyme .promo-alianzas .text-alianzas-dolar {
  padding-right: 6px;
}
.section--alianzas .list-alianzas .item-alianzas--pyme .promo-alianzas .text-alianzas-dolar--empty {
  width: 26px;
}

.promo-alianzas {
  padding-top: 1.5em;
  padding-right: 20px;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 1024px) {
  .promo-alianzas {
    padding-right: 0;
  }
}
.promo-alianzas .text-alianzas-1 {
  font-size: 22px;
  color: #000000;
  font-weight: 600;
}
.promo-alianzas .text-alianzas-2 {
  font-size: 18px;
  color: #727272;
}
.promo-alianzas .text-alianzas-dolar {
  font-size: 34px;
  color: #005DAA;
  line-height: 1;
  font-weight: 700;
}
.promo-alianzas .text-alianzas-num {
  font-size: 80px;
  color: #005DAA;
  line-height: 1;
  font-weight: 700;
}
.promo-alianzas .text-alianzas-costo {
  font-size: 30px;
  color: #005DAA;
  line-height: 1;
  font-weight: 700;
}
.promo-alianzas .text-alianzas-light {
  background-color: #4D9AD0;
  color: white;
  font-size: 18px;
  line-height: 1.25;
  font-weight: 600;
  border-radius: 100px;
  padding: 10px 30px;
  text-align: center;
  width: auto;
  display: inline-block;
  min-height: 56px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: 345px;
}
.promo-alianzas .text-alianzas-light span {
  font-weight: 400;
  font-size: 11px;
  display: block;
  text-transform: uppercase;
}
.promo-alianzas .text-alianzas-preLight {
  font-size: 15px;
  color: #4D9AD0;
  padding: 0 2em 0.5em 2em;
}
.promo-alianzas .text-alianzas-preLight span {
  font-size: 12px;
  color: #727272;
  font-weight: 400;
  display: block;
}
.promo-alianzas .text-alianzas-btn {
  display: block;
  font-weight: 800;
  font-size: 16px;
  line-height: 20px;
  color: #FFFFFF;
  letter-spacing: 0.592626px;
  text-align: center;
  padding: 18px 30px;
  background-color: #005DAA;
  border-radius: 35px;
  cursor: pointer;
  max-width: 100%;
  margin: 1.5em auto;
  transition: all 500ms ease-in-out;
}
.promo-alianzas .text-alianzas-btn:hover {
  background-color: #000000;
  transition: all 500ms ease-in-out;
}
@media screen and (min-width: 600px) {
  .promo-alianzas .text-alianzas-btn {
    position: absolute;
    bottom: 38%;
    left: 57%;
    display: inline-block;
    z-index: 2;
    width: 35%;
  }
}
@media screen and (min-width: 992px) {
  .promo-alianzas .text-alianzas-btn {
    position: absolute;
    bottom: -8%;
    left: 37%;
    width: auto;
  }
}
@media screen and (min-width: 1200px) {
  .promo-alianzas .text-alianzas-btn {
    left: 35%;
    bottom: -8%;
  }
}
.promo-alianzas .box-text-alianzas-light {
  margin-top: 3.875em;
  margin-bottom: 2em;
}
@media screen and (min-width: 992px) {
  .promo-alianzas .box-text-alianzas-light {
    margin-bottom: 0;
  }
}
.promo-alianzas .box-text-alianzas-light--pre {
  margin-top: 1em;
}

.box-text-num {
  display: flex;
  align-items: center;
}

@media screen and (min-width: 1300px) {
  .site-header .main-menu-container .menu > li > a {
    padding: 16px 29px 19px;
  }
}

/*h2 packs*/
.section--comparar-packs h2 {
  color: #FFFFFF;
  font-size: 2em;
  margin: 0.67em 0;
}

/*alianzas int*/
.section--bbll {
  padding-top: 53px;
  padding-bottom: 48px;
}
.section--bbll p {
  font-size: 14px;
  color: #727272;
}
.section--bbll p.text--blue {
  font-size: 18px;
  padding-bottom: 1em;
  color: #005DAA;
}

.section--componentes.section--componentes-alianzas {
  background-color: #F9FAFA;
}
@media screen and (min-width: 992px) {
  .section--componentes.section--componentes-alianzas {
    background-color: white;
  }
}

.section--alianzas-prod {
  padding-bottom: 4em;
  background-color: white;
}
@media screen and (min-width: 992px) {
  .section--alianzas-prod {
    background-color: #F9FAFA;
  }
}
.section--alianzas-prod .is-layout-flex .is-layout-flow:first-child {
  order: 2;
}
@media screen and (min-width: 768px) {
  .section--alianzas-prod .is-layout-flex .is-layout-flow:first-child {
    order: 1;
  }
}
.section--alianzas-prod .is-layout-flex .is-layout-flow:last-child {
  order: 1;
}
@media screen and (min-width: 768px) {
  .section--alianzas-prod .is-layout-flex .is-layout-flow:last-child {
    order: 2;
  }
}
.section--alianzas-prod .promo-alianzas {
  padding: 1.5em 1em;
}
.section--alianzas-prod .img-prod-alianza {
  position: relative;
  margin-top: -10em;
}
@media screen and (min-width: 768px) {
  .section--alianzas-prod .img-prod-alianza {
    margin-top: 0;
  }
}
.section--alianzas-prod .img-prod-alianza img {
  width: 100%;
}
@media screen and (min-width: 992px) {
  .section--alianzas-prod .text-alianzas-1 {
    font-size: 24px;
  }
}
@media screen and (min-width: 992px) {
  .section--alianzas-prod .text-alianzas-2 {
    font-size: 20px;
  }
}
@media screen and (min-width: 992px) {
  .section--alianzas-prod .text-alianzas-dolar {
    font-size: 40px;
  }
}
@media screen and (min-width: 992px) {
  .section--alianzas-prod .text-alianzas-num {
    font-size: 100px;
  }
}
@media screen and (min-width: 992px) {
  .section--alianzas-prod .text-alianzas-costo {
    font-size: 36px;
  }
}
.section--alianzas-prod .box-text-alianzas-light {
  margin-top: 0.875em;
}
.section--alianzas-prod .text-alianzas-light {
  max-width: 395px;
  font-size: 14px;
}
@media screen and (min-width: 992px) {
  .section--alianzas-prod .text-alianzas-light {
    font-size: 20px;
  }
}
.section--alianzas-prod .text-alianzas-light span {
  font-size: 10px;
}
@media screen and (min-width: 992px) {
  .section--alianzas-prod .text-alianzas-light span {
    font-size: 12px;
  }
}

.logo-alianza {
  position: absolute;
  right: 4vw;
  top: 4vh;
  z-index: 0;
}
@media screen and (min-width: 992px) {
  .logo-alianza {
    right: 3vw;
    bottom: 3vh;
    top: inherit;
  }
}
.logo-alianza img {
  max-width: 80px;
}

body article .box__hero.box__hero--alianza-int {
  background-color: white;
  padding-bottom: 25px;
}
@media screen and (min-width: 992px) {
  body article .box__hero.box__hero--alianza-int {
    background-color: #F9FAFA;
    padding-bottom: 50px;
  }
}

article .box__hero.box__hero--mb.box__hero--alianza-int .hero {
  height: 88vh;
  max-height: 390px;
  min-height: inherit;
}
@media screen and (min-width: 992px) {
  article .box__hero.box__hero--mb.box__hero--alianza-int .hero {
    max-height: none;
  }
}

article .box__hero.box__hero--mb.box__hero--alianza-int .promo-form--new {
  z-index: 1;
  right: -1vw;
}

.container--form-alianzas {
  padding: 1.5em 2em;
  background-color: white;
  border-radius: 25px;
  box-shadow: 2px 2px 11px rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 992px) {
  .container--form-alianzas {
    position: absolute;
    top: 21vh;
    right: 11vw;
    max-width: 350px;
  }
}
.container--form-alianzas h4 {
  text-align: center;
}
.container--form-alianzas form {
  padding: 1em 0 0;
}
.container--form-alianzas form .container-fluid {
  padding: 0;
}
.section--componentes-alianzas .adt-shortcode-components .image {
  margin-bottom: 70px;
}
.section--componentes-alianzas .adt-shortcode-components .arrows, .section--componentes-alianzas .adt-shortcode-components-model .arrows {
  top: 140px;
}

/*center slider*/
.section__niveles .niveles__content--top .section--pack-includes .container {
  width: 100%;
  max-width: none;
}

@media only screen and (min-width: 768px) {
  .section__niveles .niveles__content--top .section--pack-includes .container .slick-slider .slick-track {
    padding-left: 70px;
  }
}
@media only screen and (min-width: 768px) {
  .section--pack-includes .slick-slide {
    padding-left: 10px;
  }
}
.section--pack-includes .container {
  width: 100%;
  max-width: none;
}

.section--pack-includes .slick-track {
  margin: 0 auto !important;
}

/*formBlog fixed*/
@media only screen and (min-width: 800px) {
  .aside-blog__inner-container {
    position: sticky;
    top: 89px;
  }
}
@media only screen and (min-width: 1200px) {
  .aside-blog__inner-container {
    top: 122px;
  }
}

/*h1 hogar negocio*/
.page .hero .excerpt h1 {
  line-height: 1.25;
}

/*menu desktop*/
@media only screen and (min-width: 1300px) {
  .site-header .main-menu-container .menu > li > a {
    padding: 16px 28px 19px;
  }
}

/*sticky banner*/
.banner-sticky {
  display: none;
}
.banner-view .banner-sticky {
  background-color: transparent;
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999999;
  opacity: 1;
  transition: all 300ms 300ms;
  display: block;
}
@media only screen and (min-width: 1024px) {
  .banner-view .banner-sticky {
    bottom: 10px;
    display: none;
    opacity: 0;
    transform: translateY(100%);
  }
}
.banner-view .banner-sticky.is-visible {
  opacity: 1;
  transform: none;
  display: block;
}
.banner-view .banner-sticky .content-sticky-banner {
  width: 99%;
  max-width: 1100px;
  margin: 0 auto;
  background-color: white;
  padding: 0.75em 1.5em 0.25em;
}
@media only screen and (min-width: 1024px) {
  .banner-view .banner-sticky .content-sticky-banner {
    display: flex;
    justify-content: center;
    padding: 0.75em 1.5em 0.125em;
  }
}
.banner-view .banner-sticky .content-sticky-banner picture {
  width: 100%;
  text-align: center;
  display: block;
}
@media only screen and (min-width: 1024px) {
  .banner-view .banner-sticky .content-sticky-banner picture {
    width: 60%;
    text-align: left;
  }
}
.banner-view .banner-sticky .content-sticky-banner picture img {
  width: 100%;
  max-width: 270px;
}
@media only screen and (min-width: 1024px) {
  .banner-view .banner-sticky .content-sticky-banner picture img {
    max-width: none;
  }
}
.banner-view .banner-sticky .content-sticky-banner .box-button--sticky-banner {
  padding: 0 1.5em;
  margin: 0.5em auto;
  text-align: center;
}
@media only screen and (min-width: 1024px) {
  .banner-view .banner-sticky .content-sticky-banner .box-button--sticky-banner {
    width: 20%;
    margin: 0;
  }
}
.banner-view .banner-sticky .content-sticky-banner .box-button--sticky-banner .button {
  font-size: 13px;
}
.banner-view .banner-sticky .content-sticky-banner .text--sticky-banner {
  width: 20%;
  font-size: 10px;
  line-height: 1.2;
}
.banner-view .banner-sticky .content-sticky-banner .text--sticky-banner a {
  color: #005DAA;
}

@media only screen and (min-width: 1024px) {
  .banner-view .banner-sticky .content-sticky-banner {
    padding: 0.25em 1.5em 0.125em;
    align-items: center;
  }
}
@media only screen and (min-width: 1024px) {
  .banner-view .banner-sticky .content-sticky-banner {
    padding: 0.25em 1.5em 0.125em;
    align-items: center;
  }
}
/*modal banner sticky*/
.modal {
  z-index: 99999999;
  padding-top: 7%;
  padding-bottom: 5%;
  left: 0;
  top: 0;
}

@media only screen and (min-width: 1024px) {
  .modal-content {
    max-width: 500px;
  }
}
/*img promo*/
.box__hero--home .box__form img {
  margin-bottom: -25px;
}

article .box__hero.box__hero--mb.box__hero-type2 .promo-form--new img {
  width: 100%;
  margin-bottom: -25px;
}

.promo-form img {
  margin-bottom: -25px;
}

.box-get-free h4.has-text-align-center {
  line-height: 1.2;
  font-size: 22px;
  padding-bottom: 10px;
}
@media only screen and (min-width: 1200px) {
  article .box__hero.box__hero--mb .inner-container {
    top: 0em;
  }
}
/*trustpilot*/
.opiniones__head {
  padding-bottom: 0;
}

.opiniones__tit {
  font-size: 16px;
  font-weight: 600;
  color: #838787;
}
/*@media only screen and (min-width: 992px) {
  .opiniones__tit {
    min-height: 45px;
  }
}*/

.opiniones__name {
  font-size: 16px;
  font-weight: 600;
  color: #838787;
}

.opiniones__text {
  font-size: 13px;
  color: #1D1D1B;
  padding: 16px 0;
}

/*local SEO*/
@media only screen and (min-width: 992px) {
  .local-seo .extra-excerpt-2 {
    padding-top: 50px !important;
  }
}
@media only screen and (min-width: 992px) {
  .local-seo .box__hero--pack .subhero p {
    font-size: 16px !important;
  }
  .local-seo .box__hero--pack .subhero p strong {
    font-size: 20px !important;
    padding-bottom: 15px;
    display: block;
  }
}

@media only screen and (min-width: 1200px) {
  .section--tit-local {
    position: relative;
    z-index: 1;
    margin-bottom: -80px;
  }
}
.section--tit-local .ysl-block-group__inner-container {
  background-color: #005DAA;
}
.section--tit-local h2 {
  font-size: 36px;
  padding: 80px 20px 30px;
  color: #ffffff;
}
.subhero--seo {
	display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
}
.subhero .subhero--seo img.hero-bodegon {
	margin-top: 0 !important;
    max-width: 500px;
    padding-left: 2em;
}
@media only screen and (min-width: 768px) {
  .subhero--seo {
    flex-direction: row;
	}
}
/*ofertas exclusivas*/
.promo-alianzas {
  min-height: 282px;
}

/*ofertas exclusivas WISE*/
.section--logo-btn-extra img {
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
  display: block;
  padding-bottom: 2em;
}
.section--logo-btn-extra .button-wrapper {
  text-align: center;
  margin: 0 auto;
  padding-bottom: 5em;
}
.section--pack-includes .item .title {
  font-size: 1.125em;
  line-height: 1.5;
  color: #000000;
  font-weight: 600;
  padding-bottom: 2em;
}
/*migas*/
.breadcrumbs {
  padding: 30px 0 0;
  font-size: 12px;
  line-height: 1.25;
}
.breadcrumbs ol {
  list-style-type: none;
}
.breadcrumbs ol li {
  display: inline-block;
}
.breadcrumbs a {
  color: #005DAA;
  position: relative;
}
.breadcrumbs a::after {
  display: inline-block;
  content: "";
  background-image: url(../images/arrow-down.svg);
  background-repeat: no-repeat;
  background-size: cover;
  margin-left: 5px;
  width: 9px;
  height: 5px;
  transform: rotate(-90deg);
  margin-right: 3px;
  vertical-align: middle;
}
.breadcrumbs span {
  color: #838787;
}

@media only screen and (min-width: 992px) {
  .section--grid-blog {
    padding: 30px 0 50px;
  }
}
/*# sourceMappingURL=style.css.map */