*,
*::before,
*::after {
  box-sizing: border-box;
  outline : none;
}


body {
  background-color: #ffffff;
  color: #1D1D1B;
  font-family: 'Noto Sans', sans-serif;
  font-size: 16px;
  line-height: 19px;
  margin: 0;
}

body,
.page-container {
  overflow-x: hidden;
}


h1, h2, h3, h4, h5, h6 {
  font-family: 'Noto Sans', sans-serif;
  font-weight: 700;
  color: #005DAA;
  margin-top: 0;
  margin-bottom: 0;
  letter-spacing: 0.2px;
}

h1 {
  font-size: 35px;
  line-height: 50px;
}

h2 {
  font-family: 'Noto Sans', sans-serif;
  font-weight: 700;
  font-size: 26px;
  line-height: 1.5;
}

h3 {
  font-size: 24px;
  line-height: 33px;
}

h4 {
  font-size: 22px;
  line-height: 30px;
}

h5 {
  font-family: 'Noto Sans', sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
}

h5.strong {
  font-family: 'Noto Sans', sans-serif;
  font-weight: 800;
  font-size: 20px;
  line-height: 28px;
}

h6 {
  font-family: 'Noto Sans', sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
}

h6.strong {
  font-family: 'Noto Sans', sans-serif;
  font-weight: 800;
  font-size: 18px;
  line-height: 28px;
}

p:first-of-type {
  margin-top: 0;
}

p:last-of-type {
  margin-bottom: 0;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
}

figure {
  margin: 0;
}

small {
  font-size: 80%;
}


/*
* Container
*/
.container {
  width: 1100px;
  max-width: calc(100% - 24px);
}

.site-footer .container {
  width: 1000px;
}


/*
* Forms
*/
input[type=text],
input[type=number],
input[type=tel],
input[type=email],
input[type=password],
textarea,
select {
  background-color: #FAFAFA;
  border: 1px solid #A1ADB3;
  border-radius: 16px;
  font-size: 12px;
  line-height: 10px;
  padding: 8px 12px;
  width: 100%;
  max-width: 100%;
}

textarea {
  border-radius: 5px;
}

.form-container .form-row .form-col:not(.form-col-checkbox) label {
  display: block;
  font-size: 12px;
  line-height: 10px;
  color: #1D1D1B;
  margin-bottom: 7px;
}

.form-container .form-multi-row {
  display: flex;
  justify-content: space-between;
}

.form-container .form-row:not(:last-child) {
  margin-bottom: 12px;
}

.form-container .form-multi-row .form-col:first-child {
  margin-right: 12px;
}

.form-container .form-multi-row .form-col:last-child {
  margin-left: 12px;
}

.form-container .form-row .form-col-checkbox {
  display: flex;
  align-items: center;
  font-size: 12px;
  line-height: 11px;
}

.form-container .yslForm-form-control-wrap {
  margin-right: 9px;
}

.form-container .yslForm-list-item {
  margin: 0;
}

.form-container .yslForm-not-valid-tip {
  font-size: 12px;
  line-height: 17px;
}

.yslForm-form .yslForm-response-output {
  font-size: 12px;
  line-height: 17px;
  margin: 8px 0 0 0;
  padding: 8px !important;
  border-radius: 4px;
}


.ysl-block-cover .ysl-block-cover__background, .ysl-block-cover .ysl-block-cover__gradient-background, .ysl-block-cover-image .ysl-block-cover__background, .ysl-block-cover-image .ysl-block-cover__gradient-background, .ysl-block-cover-image.has-background-dim:not(.has-background-gradient):before, .ysl-block-cover.has-background-dim:not(.has-background-gradient):before {
  bottom: 0;
  left: 0;
  opacity: .5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.ysl-block-cover .has-background-dim:not([class*=-background-color]), .ysl-block-cover-image .has-background-dim:not([class*=-background-color]), .ysl-block-cover-image.has-background-dim:not([class*=-background-color]), .ysl-block-cover.has-background-dim:not([class*=-background-color]) {
  background-color: #000;
}
.ysl-block-cover, .ysl-block-cover-image {
  align-items: center;
  background-position: 50%;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  min-height: 430px;
  padding: 1em;
  position: relative;
}
.ysl-block-cover .ysl-block-cover__inner-container, .ysl-block-cover-image .ysl-block-cover__inner-container {
  color: #fff;
  width: 100%;
  z-index: 1;
}
/*
* General
*/
.menu .sub-menu {
  display: none;
}

.navigation-bar,
.flex-row {
  display: flex;
  width: 100%;
}

.flex-row.align-center {
  align-items: center;
}

.icon {
  display: inline-block;
  background-repeat: no-repeat;
  background-size: cover;
}

.icon.icon-youtube {
  background-image: url('../images/youtube.svg');
  width: 24px;
  height: 16px;
}

.icon.icon-linkedin {
  background-image: url('../images/linkedin.svg');
  width: 22px;
  height: 22px;
}

.icon.icon-twitter {
  background-image: url('../images/twitter.svg');
  width: 22px;
  height: 18px;
}
.icon.icon-facebook {
  background-image: url('../images/logo-facebook.svg');
  width: 16px;
  height: 22px;
  background-size: contain;
  background-repeat: no-repeat;
}
.icon.icon-instagram {
  background-image: url('../images/logo-instagram.svg');
  width: 23px;
  height: 23px;
  background-size: contain;
  background-repeat: no-repeat;
}

.icon.icon-news {
  background-image: url('../images/news.svg');
  width: 18px;
  height: 18px;
}

.button,
.ysl-block-button__link {
  display: inline-block;
  font-family: 'Noto Sans', sans-serif;
  font-weight: 800;
  font-size: 16px;
  line-height: 20px;
  color: #FFFFFF; 
  letter-spacing: 0.592626px;
  text-align: center;
  padding: 10px 24px;
  background-color: #242629;
  border: 1px solid #242629;
  border-radius: 35px;
  cursor: pointer;
  max-width: 100%;
}
.button .arrow-cta,
.ysl-block-button__link .arrow-cta {
  display: inline-block;
  padding-left: 5px;
  top: 2px;
  position: relative;
}
.button.squared {
  border-radius: 4px;
}

.button.long {
  min-width: 217px;
}

.button.full-width {
  width: 100%;
}

.button:hover,
.ysl-block-button__link:hover {
  background-color: #1D1D1B;
  border: 1px solid #464646;
}

.featherlight .featherlight-content iframe {
  max-width: 100%;
}

.featherlight .featherlight-content {
  padding: 0;
}

.yslForm-spinner {
  display: none;
}


/*
* .box__hero
*/
.site-header {
  background-color: #ffffff;
  padding-top: 13px;
  padding-bottom: 19px;
}

.site-header {
  padding-top: 0;
  padding-bottom: 0;
  top: 0;
  position: fixed;
  z-index: 10000;
  width: 100%;
  border-bottom: 1px solid #b0aeae;
}

.site-header .blocks {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.site-header .blocks-mobile {
  display: none;
}

.site-header .blocks:not(.blocks-mobile) .block:last-child {
  flex-grow: 1;
}

.site-header .blocks:not(.blocks-mobile) .block:first-child {
  flex-shrink: 0;
  margin-right: 43px;
}

.site-header .blocks:not(.blocks-mobile) .block:first-child img {
  display: block;
  width: 62px;
}

.site-header .top-navigation-bar {
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #E8E7E8;
  padding-bottom: 13px;
  padding-top: 13px;
}

.site-header .main-navigation-bar {
  align-items: flex-end;
}

.site-header ul {
  list-style: none;
}

.site-header .menu {
  display: flex;
}

.site-header .menu .sub-menu {
  position: absolute;
  top: 24px;
  background-color: #ffffff;
  color: #1D1D1B;
  font-family: 'Noto Sans', sans-serif;
  box-shadow: 0px 10px 14px rgba(0, 0, 0, 0.15);
  border-radius: 0px 0px 10px 10px;
  padding: 34px 32px 40px 32px;
  min-width: 260px;
  z-index: 999;
}

.site-header .menu .sub-menu li:not(:first-child) {
  padding-top: 12px;
}

.site-header .menu .sub-menu li:not(:last-child) {
  border-bottom: 1px solid #E8E7E8;
  padding-bottom: 12px;
}

.site-header .menu .menu-item-has-children > a {
  position: relative;
  display: inline-block;
}

.site-header .menu .menu-item-has-children > a:after {
  display: inline-block;
  content: "";
  background-image: url('../images/arrow-down.svg');
  background-repeat: no-repeat;
  background-size: cover;
  margin-left: 6px;
  width: 12px;
  height: 7px;
}


.site-header .menu .menu-item-has-children:hover .sub-menu {
  display: block;
}

.sub-menu a:hover {
  font-weight: 400;
}

.site-header .menu .menu-item-has-children:hover > a:after {
  transform: rotate(180deg);
}

.site-header .main-menu-container {
  flex-grow: 1;
}

.site-header .main-menu-container .menu > li {
  position: relative;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #005DAA;
  border-top: 3px solid #FFFFFF;
  padding-top: 9px;
  padding-bottom: 3px;
  margin-right: 60px;
}

.site-header .main-menu-container .menu > li:hover,
.site-header .main-menu-container .menu > li.current-menu-item {
  border-top: 3px solid #005DAA;
}
.site-header .main-menu-container .menu > li:hover a,
.site-header .main-menu-container .menu > li.current-menu-item a {
  font-weight: 400;
}

body:not(.mobile-menu-opened) .site-header .mobile-container {
  display: none;
}

.site-header .customers-menu-container .menu-item-has-children > a:after {
  margin-left: 15px;
}

.site-header .customers-menu-container > ul > li:first-child {
  position: relative;
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #005DAA;
}

.site-header .customers-menu-container > ul > li:first-child:before {
  display: inline-block;
  content: "";
  background-image: url('../images/customer-access.svg');
  background-repeat: no-repeat;
  background-size: cover;
  margin-right: 17px;
  width: 21px;
  height: 21px;
}

.site-header .customers-menu-container .sub-menu {
  top: 21px;
  right: 0;
  font-weight: 400;
  min-width: 300px;
}

.site-header .top-navigation-bar .number {
  font-family: 'Noto Sans', sans-serif;
  font-weight: 500;
}

.site-header .top-navigation-bar .navigation-item {
  position: relative;
  font-size: 14px;
  line-height: 17px;
  color: #1D1D1B;
}

.site-header .top-navigation-bar .separator {
  border-right: 1px solid #E8E7E8;
  width: 1px;
  height: 31px;
}

.site-header .top-navigation-bar .navigation-item-call {
  position: relative;
  font-weight: 700;
}
.site-header .top-navigation-bar .menu-item {
  position: relative;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
}
.site-header .top-navigation-bar .menu-item a {
  text-decoration: underline;
  color: #005DAA;
}
.site-header .top-navigation-bar .menu-item.menu-item-has-children a {
  text-decoration: none;
}
.site-header .top-navigation-bar .menu-item.menu-item-has-children li a {
  color: #1D1D1B;
}



/*
* Slick general
* (EstÃ¡ aquÃ­ por si mÃ¡s abajo hay que sobreescribir)
*/
ul.slick-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  list-style: none;
  margin-top: 30px;
  width: 100%;
}

ul.slick-dots li {
  background-color: #CBCBCB;
  border-radius: 50%;
  margin-left: 3px;
  margin-right: 3px;
  width: 6px;
  height: 6px;
  cursor: pointer;
}

ul.slick-dots li.slick-active {
  background-color: #56B9E5;
  width: 10px;
  height: 10px;
}

ul.slick-dots li button {
  display: none;
}


/*
* Content
*/
.site-content {
  min-height: 50vh;
  margin-top: 114px;
}

body.error404 .error404-container .title {
  margin-top: 10vh;
}

.home-popup-promo:not(.active),
.page-popup-promo:not(.active),
.pack-popup-promo:not(.active) {
  display: none;
}

.home-popup-promo,
.page-popup-promo,
.pack-popup-promo {
  position: absolute;
  top: -80px;
  right: 0;
  width: 300px;
  padding: 20px 17px;
  background-color: #FFFFFF;
  border-radius: 27px;
  filter: drop-shadow(0px 2.29403px 13.7642px rgba(0, 0, 0, 0.15));
  max-width: 100%;
}

.home-popup-promo h4 {
  margin-bottom: 10px;
}

.home-popup-promo .primary-text {
  font-size: 14px;
  line-height: 17px;
  color: #005DAA;
}

.home-popup-promo .primary-text strong {
  font-family: 'Noto Sans', sans-serif;
  font-weight: 700;
}

.home-popup-promo .price-label {
  font-size: 20px;
  line-height: 24px;
  color: #56B9E5;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 10px;
  padding-left: 64px;
  text-align: center;
}

.home-popup-promo .price {
  font-family: 'Noto Sans', sans-serif;
  font-weight: 800;
  font-size: 30px;
  line-height: 1em;
  color: #005DAA;
  margin-top: -40px;
  margin-bottom: 0;
  text-align: center;
}

.home-popup-promo .price strong {
  font-family: 'Noto Sans', sans-serif;
  font-weight: 900;
  font-size: 100px;
  line-height: 1em;
}

.home-popup-promo .gratis {
  position: relative;
  background-color: #005DAA;
  font-family: 'Noto Sans', sans-serif;
  font-weight: 900;
  font-size: 18px;
  line-height: 28px;
  color: #FFFFFF;
  text-transform: uppercase;
  text-align: center;
  padding-top: 2px;
  padding-bottom: 2px;
  margin-top: 10px;
  margin-bottom: 0;
  border-radius: 2.68581px !important;
}

.home-popup-promo .gratis:after {
  position: absolute;
  bottom: -6px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  width: 0; 
  height: 0; 
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #0A5FAA;
  content: "";
}

.home-popup-promo .secondary-text {
  font-family: 'Noto Sans', sans-serif;
  font-weight: 900;
  font-size: 12px;
  line-height: 17px;
  color: #005DAA;
  border: 1px solid #005DAA;
  padding-top: 9px;
  padding-bottom: 9px;
  margin-top: 0;
  margin-bottom: 13px;
  text-align: center;
  text-transform: uppercase;
}
.home-popup-promo img {
  width: 100%;
  margin-bottom: 10px;
}

div#contrata {
  font-size: 26px;
  font-weight: 400;
  text-align: center;
}
.home-popup-promo .ysl-block-button,
.home-popup-promo .ysl-block-button__link {
  width: 100%;
}

.home-popup-promo .ysl-block-columns {
  margin-top: 10px;
  margin-bottom: 0;
}

.home-popup-promo .caption {
  font-size: 9px;
  line-height: 10px;
  color: #242629;
}

.home-popup-promo:after {
  position: absolute;
  top: 130px;
  left: -15px;
  width: 0; 
  height: 0; 
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent; 
  border-right:15px solid #FFFFFF; 
  content: "";
}

.home-popup-promo-sticky {
  display: none;
  position: fixed;
  top: initial;
  bottom: 10px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 13px 16px;
  background-color: #FFFFFF;
  width: 1050px;
  max-width: 99%;
  z-index: 999999;
}

.home-popup-promo-sticky .ysl-block-group__inner-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.home-popup-promo-sticky .ysl-block-buttons {
  flex-shrink: 0;
  margin-right: 16px;
}

.home-popup-promo-sticky h4 {
  position: relative;
  background-color: #56B9E5;
  font-family: 'Noto Sans', sans-serif;
  font-weight: 900;
  font-size: 18px;
  line-height: 25px;
  color: #FFFFFF;
  padding: 8px 12px;
  text-transform: uppercase;
}

.home-popup-promo-sticky h4:after {
  position: absolute;
  top: 14px;
  right: -6px;
  width: 0; 
  height: 0; 
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent; 
  border-left: 6px solid #56B9E5; 
  content: "";
}

.home-popup-promo-sticky .secondary-text {
  flex-shrink: 0;
  font-family: 'Noto Sans', sans-serif;
  font-weight: 900;
  font-size: 14px;
  line-height: 19px;
  color: #56B9E5;
  border: 1px solid #56B9E5;;
  padding: 10px 12px;
  margin-bottom: 0;
  margin-right: 24px;
  text-transform: uppercase;
}

.home-popup-promo-sticky .price {
  flex-shrink: 0;
  align-self: flex-end;
  font-size: 15px;
  line-height: 18px;
  color: #56B9E5;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 18px;
}

.home-popup-promo-sticky .price strong {
  font-family: 'Noto Sans', sans-serif;
  font-weight: 800;
  font-size: 24px;
  line-height: 1em;
  color: #005DAA;
}

.home-alarma {
  text-align: center;
  color: #005DAA;
}
.home-popup-promo-sticky .price em {
  font-family: 'Noto Sans', sans-serif;
  font-style: normal;
  font-weight: 900;
  font-size: 50px;
  line-height: 1em;
}

.home-popup-promo-sticky .caption {
  font-size: 8px;
  line-height: 7px;
  color: #242629;
}

body.hero-scrolled .home-popup-promo,
body.hero-scrolled .page-popup-promo,
body.hero-scrolled .pack-popup-promo {
 /* display: none;*/
}

body.hero-scrolled .home-popup-promo-sticky {
  display: block;
}

.page-popup-promo {
  padding: 0;
  z-index: 9;
}



.page-popup-promo .gratis {
  background-color: #56B9E5;
  font-family: 'Noto Sans', sans-serif;
  font-weight: 900;
  font-size: 18px;
  line-height: 28px;
  color: #FFFFFF;
  text-transform: uppercase;
  text-align: center;
  padding-top: 2px;
  padding-bottom: 2px;
  margin-top: 10px;
  margin-bottom: 0;
}

.page-popup-promo .secondary-text {
  font-family: 'Noto Sans', sans-serif;
  font-weight: 900;
  font-size: 12px;
  line-height: 17px;
  border: 1px solid #56B9E5;
  padding-top: 9px;
  padding-bottom: 9px;
  margin-top: 0;
  margin-bottom: 0;
  text-align: center;
  text-transform: uppercase;
}



.page-popup-promo .price-label {
  font-size: 20px;
  line-height: 24px;
  color: #56B9E5;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 10px;
  padding-left: 64px;
  text-align: center;
}
.page-popup-promo .price-label-verano{
font-family: 'Noto Sans', sans-serif;
  font-weight: 900;
  font-size: 15px;
  line-height: 22px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 10px;
  text-align: center;
}

.page-popup-promo .ahora {
 line-height: 24px;
  margin-top: 30px;
  margin-bottom: 0;
  width: 56px;
  font-family: 'Noto Sans', sans-serif;
  font-weight: 900;
  font-size: 15px;
  text-transform: uppercase;
  border-top: 4px solid #56B9E5;
  padding-top: 5px;
  border-bottom: 4px solid #56B9E5;
  padding-bottom: 2px;
}

.ahora-home {
 line-height: 24px;
  margin-top: 30px;
  margin-bottom: 0;
  width: 56px;
  font-family: 'Noto Sans', sans-serif;
  font-weight: 900;
  font-size: 15px;
  text-transform: uppercase;
  border-top: 4px solid #56B9E5;
  padding-top: 5px;
  border-bottom: 4px solid #56B9E5;
  padding-bottom: 2px;
  color:#005DAA;
  margin-left: 4px;
}
span.cero {
  color: #005DAA;
}

span.cero-home {
  color: #56B9E5;
}
.price-label-meses-home {
  font-size: 27px;
  line-height: 24px;
  color: #56B9E5;
  margin-top: -52px;
   font-family: 'Noto Sans', sans-serif;
  font-weight: 900;
  margin-bottom: 0;
  padding-top: 10px;
  padding-left: 58px;
  text-align: center;
}

.price-label-meses-home {
  font-size: 27px;
  line-height: 24px;
  color: #56B9E5;
  margin-top: -52px;
   font-family: 'Noto Sans', sans-serif;
  font-weight: 900;
  margin-bottom: 0;
  padding-top: 10px;
  padding-left: 95px;
  text-align: center;
}
.price-verano-home {
     font-family: 'Noto Sans', sans-serif;
  font-weight: 900;
  font-size: 33px;
  line-height: 1em;
  margin-top: -35px;
  margin-bottom: 0;
  margin-left:79px;
  text-align: center;
  color:#005DAA;
}

.price-verano-home strong {
  font-family: 'Noto Sans', sans-serif;
  font-weight: 900;
  font-size: 83px;
  line-height: 1em;
  color:#005DAA;
  padding: 5px;
}

.post-135 h2.title {
  font-size: 31px !important;
  line-height: 32px !important;
  text-align: center!important;
  margin-top: -50px;
      margin-left: 300px;
}

.page-popup-promo .price-label-meses {
  font-size: 27px;
  line-height: 24px;
  color: #56B9E5;
  margin-top: -52px;
   font-family: 'Noto Sans', sans-serif;
  font-weight: 900;
  margin-bottom: 0;
  padding-top: 10px;
  padding-left: 79px;
  text-align: center;
}

.page-popup-promo .price-verano {
     font-family: 'Noto Sans', sans-serif;
  font-weight: 900;
  font-size: 31px;
  line-height: 1em;
  margin-top: -40px;
  margin-bottom: 0;
  margin-left:52px;
  text-align: center;
}
.page-popup-promo .price-verano strong {
  font-family: 'Noto Sans', sans-serif;
  font-weight: 900;
  font-size: 83px;
  line-height: 1em;
      padding: 5px;
}


.page-popup-promo .price {
  font-family: 'Noto Sans', sans-serif;
  font-weight: 800;
  font-size: 30px;
  line-height: 1em;
  margin-top: -40px;
  margin-bottom: 0;
  text-align: center;
}

.page-popup-promo .price strong {
  font-family: 'Noto Sans', sans-serif;
  font-weight: 900;
  font-size: 83px;
  line-height: 1em;
}

.page-popup-promo h4 {
  margin-bottom: 16px;
}

.page-popup-promo .caption {
  font-size: 9px;
  line-height: 10px;
  color: #242629;
  margin-top: 16px;
}

.page-popup-promo .form-container .form-row:nth-child(4) {
  margin-bottom: 14px;
}

.page-popup-promo .button {
  width: 100%;
}

.pack-popup-promo {
  padding: 0;
  z-index: 9;
}

.pack-popup-promo .ysl-block-group.header,
.pack-popup-promo .ysl-block-group.body {
  padding: 20px 16px;
}

.pack-popup-promo .ysl-block-group.header {
  position: relative;
  background-color: #0A5FAA;
  color: #FFFFFF;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}

.pack-popup-promo .title {
  font-size: 22px;
  line-height: 27px;
  margin-top: 0;
  margin-bottom: 0;
}

.pack-popup-promo .title-end {
  margin-bottom: 17px;
}

.pack-popup-promo .title strong {
  color: #56B9E5;
}

.pack-popup-promo .gratis {
  background-color: #56B9E5;
  font-family: 'Noto Sans', sans-serif;
  font-weight: 900;
  font-size: 18px;
  line-height: 28px;
  color: #FFFFFF;
  text-transform: uppercase;
  text-align: center;
  padding-top: 2px;
  padding-bottom: 2px;
  margin-top: 0;
  margin-bottom: 0;
}

.pack-popup-promo .secondary-text {
  font-family: 'Noto Sans', sans-serif;
  font-weight: 900;
  font-size: 12px;
  line-height: 17px;
  border: 1px solid #56B9E5;
  padding-top: 9px;
  padding-bottom: 9px;
  margin-top: 0;
  margin-bottom: 0;
  text-align: center;
  text-transform: uppercase;
}

.pack-popup-promo h4 {
  margin-bottom: 16px;
}

.pack-popup-promo .caption {
  font-size: 9px;
  line-height: 10px;
  color: #242629;
  margin-top: 16px;
}

.pack-popup-promo .form-container .form-row:nth-child(4) {
  margin-bottom: 14px;
}

.pack-popup-promo .button {
  width: 100%;
}




article .hero {
  position: relative; 
  background-repeat: no-repeat;
  background-size: cover;
      background-position: center center;
  padding-top: 150px;
  width: 100%;
  height: 81vh;
}

article .hero .container {
  position: relative;
  /* width:70%; */
}

article .hero .background-mask {
  position: absolute;
  top: 0;
  /* background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)); */
  width: 100%;
  height: 100%;
}

article .hero .play-icon {
  position: absolute;
  top: 300px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  background-image: url('../images/play-video.svg');
  background-repeat: no-repeat;
  background-size: cover;
  width: 80px;
  height: 80px;
  cursor: pointer;
  z-index: 999;
}

article .hero .excerpt {
  font-size: 20px;
  line-height: 24px;
  color: #242629;
  max-width: 290px;
}

article .hero .excerpt strong {
  font-family: 'Noto Sans', sans-serif;
  font-weight: 700;
}

article .box__hero:not(.style-1):not(.style-6) .inner-container h2.title {
  display: none;
}

article .box__hero.style-2 .hero {
  position: relative;
  overflow-y: hidden;
}

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

article .box__hero.style-2 .inner-container {
  text-align: center;
}

article .box__hero.style-2 .inner-container .excerpt {
  font-family: 'Noto Sans', sans-serif;
  font-weight: 800;
  font-size: 28px;
  line-height: 38px;
  margin: auto;
  width: 50%;
  max-width: 100%;
}

article .box__hero.style-2 .inner-container .excerpt strong {
  color: #005DAA;
}

article .box__hero.style-2 .hero:after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  background-image: url('../images/white-background-arc.png');
  background-repeat: no-repeat;
  background-position: bottom center;
  width: 100%;
  height: 75vh;
  content: "";
}

article .box__hero.style-3 .hero {
  height: 85vh;
  min-height: 750px;
}

article .box__hero.style-3 .inner-container .excerpt h5 {
  font-family: 'Noto Sans', sans-serif;
  font-weight: 700;
  color: #242629;
}

article .box__hero.style-3 .hero .background-mask {
  background: linear-gradient(180.51deg, rgba(255, 255, 255, 0.5) 0.44%, rgba(255, 255, 255, 0) 60.56%);
}

article .box__hero.style-4 .hero {
  background-position: center top -170px;
  height: 66vh;
}

article .box__hero.style-4 .hero .background-mask {
  background: linear-gradient(180.51deg, rgba(255, 255, 255, 0.5) 0.44%, rgba(255, 255, 255, 0) 60.56%);
}

article .box__hero.style-5 h2 {
  margin-bottom: 21px;
}

article .box__hero.style-5 h5 {
  color: #242629;
  margin-bottom: 29px;
}

article .box__hero.style-5 p {
  font-size: 14px;
  line-height: 17px;
  color: #242629;
}

article .box__hero.style-5 .hero {
  background-position: center top -220px;
  height: 66vh;
}

article .box__hero.style-5 .hero .excerpt {
  max-width: 370px;
}

article .box__hero.style-5 .hero .background-mask {
  background: linear-gradient(89.95deg, #FFFFFF 0.06%, rgba(255, 255, 255, 0) 37.76%);
}

article .box__hero.style-6 h2,
article .box__hero.style-6 .excerpt {
  color: #FFFFFF;
  text-align: center;
}

article .box__hero.style-6 h2 {
  margin-bottom: 15px;
}

article .box__hero.style-6 .excerpt {
  margin: auto;
  max-width: initial;
}

article .box__hero.style-6 .hero:after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  background-image: url('../images/grey-background-arc.png');
  background-repeat: no-repeat;
  background-position: bottom center;
  width: 100%;
  height: 75vh;
  content: "";
}

article .box__hero.style-7 .excerpt,
article .box__hero.style-7 .excerpt h2 {
  color: #FFFFFF;
}

article .box__hero.style-7 .hero:after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  background-image: url('../images/grey-background-arc.png');
  background-repeat: no-repeat;
  background-position: bottom center;
  width: 100%;
  height: 75vh;
  content: "";
}

article .box__hero.style-8 .hero {
  background-position: center bottom -100px;
}
article .box__hero.style-9 .hero {
  background-position: center center;
  height: 18vh;
  @media only screen and (min-width: 1024px) {
		height: 40vh;
	}
}
body.single-post .box__hero .hero {
  background-position: center;
}

body.single-post .box__hero .hero:after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  background-image: url('../images/white-background-arc.png');
  background-repeat: no-repeat;
  background-position: bottom center;
  width: 100%;
  height: 75vh;
  content: "";
}

body.single-pack article .box__hero {
  background: radial-gradient(31.05% 31.05% at 37.43% 42.87%, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%), #F9FAFA;
  padding-bottom: 63px;
}

body.single-pack article .hero {
  height: 60vh;
}

body.single-pack article .subhero {
  position: relative;
  margin-top: 0px;
}
body.single-pack article .subhero img {
  margin-top: -200px;
  width: 45%;
}

body.single-pack article .subhero .excerpt {
  font-size: 20px;
  line-height: 24px;
  color: #242629;
  width: 60%;
  margin-top: 6px;
}

body.single-pack article .subhero .excerpt strong {
  font-family: 'Noto Sans', sans-serif;
  font-weight: 700;
}

body.single-post article .container .entry {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
  padding-bottom: 85px;
}

body.single-post article .date {
  font-size: 14px;
  line-height: 17px;
  color: #8E8C95;
  text-align: center;
  margin-bottom: 22px;
}

body.single-post article .title {
  text-align: center;
  margin-bottom: 34px;
}

h1.title-post{
  font-family: 'Noto Sans', sans-serif;
  font-weight: 900;
  font-size: 28px;
  line-height: 1.5;
}


body.single-post article .excerpt {
  font-size: 14px;
  line-height: 17px;
  color: #303538;
  border-bottom: 2px solid #8E8C95;
  padding-bottom: 50px;
  margin-bottom: 23px;
}

body.single-post article .share {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: 'Noto Sans', sans-serif;
  font-weight: 800;
  font-size: 14px;
  line-height: 17px;
  color: #005DAA;
  margin-bottom: 55px;
}

body.single-post article .share .label {
  margin-right: 18px;
}

body.single-post article .share .social-icons a {
  display: inline-block;
  background-repeat: no-repeat;
  background-size: cover;
}

body.single-post article .share .social-icons a:not(:last-child) {
  margin-right: 12px;
}

body.single-post article .share .social-icons .youtube {
  background-image: url('../images/share-youtube.svg');
  width: 18px;
  height: 12px;
}

body.single-post article .share .social-icons .linkedin {
  background-image: url('../images/share-linkedin.svg');
  width: 17px;
  height: 17px;
}

body.single-post article .share .social-icons .twitter {
  background-image: url('../images/share-twitter.svg');
  width: 17px;
  height: 14px;
}

body.single-post article .entry-content {
  color: #303538;
}

body.single-post article .entry-content a {
  font-family: 'Noto Sans', sans-serif;
  font-weight: 800;
  font-size: 14px;
  line-height: 17px;
  color: #005DAA;
}

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: 90%;
  margin-left: auto;
  margin-right: auto;
}

.section--why {
  background-color: #F9FAFA;
  padding-top: 65px;
  padding-bottom: 65px;
}

.section--why h2 {
  color: #1D1D1B;
  margin-bottom: 86px;
  font-family: 'Noto Sans', sans-serif !important;;
  font-weight: 800;
}

.section--why .ysl-block-column {
  background-color: #FFFFFF;
  border-radius: 20px;
  filter: drop-shadow(0px 28px 44px rgba(0, 0, 0, 0.04));
  padding: 0 30px 25px 30px;
  text-align: center;
}

.section--why .ysl-block-image {
  margin-top: -20px;
  margin-bottom: 24px;
}

.section--why .ysl-block-image img {
  max-width: 68px;
}

.section--why h4 {
  font-family: 'Noto Sans', sans-serif;
  font-weight: 500;
  margin-bottom: 40px;
}

.section--why h4 strong {
  font-family: 'Noto Sans', sans-serif;
  font-weight: 900;
}

.section--smart-security,
.section--comparar-packs {
  background: linear-gradient(97.72deg, #005FA9 45.04%, #56B9E5 108.89%);
  padding-top: 45px;
  padding-bottom: 120px;
  color: #FFFFFF;
}

.section--smart-security h1,
.section--comparar-packs h1 {
  color: #FFFFFF;
}

.section--tabla-comparar-packs {
  margin-top: -50px;
  padding-bottom: 50px;
}

.section--packs-slider {
  margin-top: -50px;
  padding-bottom: 150px;
}

.section--packs-slider .pack-item-container:not(.featured) .pack-item {
  margin-top: 25px;
}

.section--packs-slider .header {
  position: relative;
  border-radius: 6px 6px 0px 0px;
  width: 100%;
  height: 185px;
  background: linear-gradient(0deg, 0, 0)!important;
}

.section--packs-slider .pack-item-container.featured .header {
  height: 210px;
}

.section--packs-slider .header .background-mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  filter: blur(1px);
}

.section--packs-slider .header .name {
  position: absolute;
  top: 23px;
  left: 23px;
  background-color: #56B9E5;
  border-radius: 2px;
  font-family: 'Noto Sans';
  font-weight: 900;
  font-size: 14px;
  line-height: 19px;
  color: #FFFFFF;
  padding: 10px 12px;
}

.section--packs-slider .body {
  background-color: #FFFFFF;
  padding: 17px 30px 0 30px;
  max-width: 295px;
}

@media only screen and (max-width: 770px) {
  .section--packs-slider .body {
      max-width: initial;
  }
}

.section--packs-slider .pack-item-container.featured .body {
  box-shadow: 4px 4px 30px rgba(0, 0, 0, 0.1);
}

.section--packs-slider .body .excerpt {
  color: #303538;
  margin-bottom: 15px;
  width: 70%;
}

.section--packs-slider .body .button-wrapper {
  margin-bottom: 22px;
}

.section--packs-slider .body .characteristics {
  font-size: 12px;
  line-height: 14px;
  color: #303538;
}

.section--packs-slider .body .characteristics ul {
  list-style: none;
}

.section--packs-slider .body .characteristics ul li {
  display: flex;
  padding-top: 18px;
  padding-bottom: 18px;
}

.section--packs-slider .body .characteristics ul li:not(:last-child) {
  border-bottom: 1px solid #B7BDC0;
}

.section--packs-slider .body .characteristics ul li:before {
  content: "";
  display: inline-block;
  background-image: url('../images/green-bullet.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 14px;
  height: 9px;
  margin-top: 6px;
  margin-right: 14px;
}

.section--packs-slider .body .bottom {
  font-family: 'Noto Sans', sans-serif;
  font-weight: 800;
  font-size: 14px;
  line-height: 20px;
  color: #44A0E3;
  text-align: center;
  border: 2px solid #44A0E3;
  padding-top: 8px;
  padding-bottom: 8px;
  margin-left: -31px;
  width: calc(100% + 61px);
}

.section--packs-slider .slick-list {
  margin-left: -50px;
}

.section--packs-slider .slick-slide {
  margin-left: 50px;
}
.pack-item-container.slick-slide.slick-current.slick-center {
  max-width: 295px !important;
}

.section--panel-header h2 {
  color: #1D1D1B;
  margin-bottom: 48px;
}

.section--panel.ysl-block-cover {
  position: relative;
  padding: 0;
  height: 285px;
  min-height: initial;
}

.section--panel img.ysl-block-cover__image-background {
  border-radius: 40px;
}

.section--panel .ysl-block-image {
  position: absolute;
  bottom: -25px;
  left: 40px;
}

.section--panel-info {
  background-color: #F9FAFA;
  padding-top: 130px;
  padding-bottom: 76px;
  margin-top: -90px;
}

.section--panel-info h5 {
  font-family: 'Noto Sans', sans-serif;
  font-weight: 500;
  font-size: 22px;
  line-height: 30px;
}

.section--panel-info .container .ysl-block-group__inner-container {
  width: 70%;
  margin: auto;
}

.section--cta-calculate .ysl-block-columns {
  background: radial-gradient(49.69% 49.69% at 64.08% 77.65%, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%), #DBDEDF;;
  border-radius: 70px;
  padding: 54px 65px;
  align-items: center;
  margin-bottom: 200px;
}

.section--cta-calculate .ysl-block-columns .ysl-block-column {
  position: relative;
}

.section--cta-calculate h3 {
  margin-bottom: 45px;
}

.section--cta-calculate .ysl-block-image {
  position: absolute;
  top: -88px;
}

.section--services-slider {
  padding-top: 55px;
  padding-bottom: 77px;
}

.section--testimonies {
  background-color: #F9FAFA;
  padding-top: 57px;
  padding-bottom: 58px;
}

.section--testimonies .ysl-block-columns {
  margin-bottom: 27px;
}

.section--testimonies .ysl-block-columns .ysl-block-column:last-of-type {
  display: flex;
  justify-content: flex-end;
}

.section--cta-contact {
  padding: 75px 0 75px 0;
  min-height: initial;
}

.section--cta-contact h3 {
  color: #005DAA !important;
  margin-bottom: 15px;
}

.section--cta-contact p {
  color: #1D1D1B !important;;
  margin-bottom: 18px;
  line-height: 24px;
  max-width: 395px;
}

.section--cta-contact.ysl-block-cover img.ysl-block-cover__image-background {
  /*object-position: top;*/
  object-position: 52%;
}
@media (min-width: 782px){
  .section--cta-contact.ysl-block-cover img.ysl-block-cover__image-background {
    object-position: top;
  }
}
.section--cta-referidos.ysl-block-cover img.ysl-block-cover__image-background {
  object-position: 60%;
}
.section--cta-contact .ysl-block-group__inner-container {
  width: 90%;
}


.section--horizontal-card {
  padding-top: 60px;
  padding-bottom: 45px;
}

.section--horizontal-card h2 {
  margin-bottom: 30px;
}

.section--horizontal-card h5 {
  color: #1D1D1B;
  margin-bottom: 19px;
}

.section--horizontal-card img {
  border-radius: 29px !important;
}

.section--horizontal-card p {
  font-size: 14px;
  line-height: 19px;
  color: #1D1D1B;
}

.section--como-actua-central {
  padding-top: 40px;
  padding-bottom: 80px;
}

.section--como-actua-central h2 {
  color: #1D1D1B;
  margin-bottom: 60px;
}

.section--como-actua-central img,
.section--como-actua-central .ysl-block-cover .has-background-dim:not(.has-background-gradient):before,
.section--como-actua-central .ysl-block-cover .has-background-dim:not([class*=-background-color]) {
  border-radius: 17px !important;
}

.section--como-actua-central .ysl-block-cover {
  position: relative;
  height: 234px;
  min-height: initial;
}

.section--como-actua-central .ysl-block-cover .ysl-block-cover__inner-container {
  position: absolute;
  bottom: 17px;
  font-size: 14px;
  line-height: 17px;
  color: #FFFFFF !important;
  text-align: center;
  width: 80%;
}

.section--como-actua-central .ysl-block-cover .ysl-block-cover__inner-container strong {
  font-family: 'Noto Sans', sans-serif;
  font-weight: 700;
}

.section--como-actua-central .primary-text {
  font-size: 20px;
  line-height: 23px;
  color: #242629;
}

.section--como-actua-central .secondary-text {
  font-size: 14px;
  line-height: 20px;
  color: #1D1D1B;
}

.section--componentes {
  background: radial-gradient(31.05% 31.05% at 37.43% 42.87%, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%), #F9FAFA;;
  padding-top: 40px;
  padding-bottom: 40px;
}

.section--componentes h2 {
  color: #1D1D1B;
  margin-bottom: 23px;
}

.section--componentes p {
  font-size: 20px;
  line-height: 24px;
  color: #242629;
  margin-bottom: 38px;
}

body.single-pack .section--componentes h2 {
  margin-bottom: 47px;
}


.section--cta-app {
  padding-bottom: 95px;
}
.section--cta-app .container > .ysl-block-group__inner-container {
  background: linear-gradient(0deg, #005FA9, #005FA9), #DBDEDF;
  border-radius: 40px;
  color: #FFFFFF;
  padding: 30px 60px;
}

.section--cta-app h2 {
  line-height: 38px;
  color: #FFFFFF;
  margin-bottom: 11px;
}

.section--cta-app .primary-text {
  font-family: 'Noto Sans', sans-serif;
  font-weight: 700;
  margin-bottom: 8px;
}

.section--cta-app .secondary-text {
  font-size: 14px;
  line-height: 17px;
  margin-top: 0;
  margin-bottom: 25px;
}

.section--cta-app .mobile-phone {
  display: none;
}

.section--cta-app ul {
  list-style: none;
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
  font-size: 12px;
  line-height: 21px;
}
.section--cta-app figure img {
  width: 80%;
}
.section--cta-webApp ul {
  line-height: 15px;
}
.section--cta-webApp figure img {
  width: 90%;
}

.section--cta-app ul li {
  display: flex;
  margin-bottom: 4px;
}

.section--cta-app ul li:before {
  content: "";
  display: block;
  flex-shrink: 0;
  background-image: url('../images/white-check.svg');
  background-repeat: no-repeat;
  background-size: cover;
  margin-right: 13px;
  width: 19px;
  height: 19px;
}

.section--cta-app .ysl-block-columns {
  margin-bottom: 0;
}

.section--cta-app .ysl-block-columns .ysl-block-column {
  position: relative;
}

.section--cta-app .ysl-block-column.left-column .ysl-block-image {
  position: absolute;
  top: -70px;
  margin-bottom: 0;
}

.section--cta-app .ysl-block-column.right-column .ysl-block-image img {
  width: 137px;
}

.section--cta-app .ysl-block-column.right-column .ysl-block-image.google-play {
  position: absolute;
  right: 0;
  top: 0;
}

.section--cta-app .ysl-block-column.right-column .ysl-block-image.app-store {
  position: absolute;
  right: 0;
  top: 50px;
}

.section--panel-inteligente {
  background-color: #F3F5F6;
  padding-top: 78px;
  padding-bottom: 78px;
}

.section--panel-inteligente h2 {
  margin-bottom: 80px;
}

.section--panel-inteligente .ysl-block-columns,
.section--panel-inteligente .ysl-block-image {
  margin-bottom: 0;
}

.section--como-funciona-hero {
  position: relative;
  margin-top: -80px;
  box-shadow: 0px 10.8854px 13.75px rgba(0, 0, 0, 0.06);
}

.section--como-funciona-hero .container .ysl-block-group__inner-container {
  background: radial-gradient(111.14% 111.14% at 8.37% 0%, #FFFFFF 0%, rgba(255, 255, 255, 0.5) 100%);
  border-radius: 12px;
  color: #000000;
  backdrop-filter: blur(57px);
  padding: 53px 100px 46px 100px;
}

article.post-801 .box__hero.style-2 .inner-container .excerpt {
  width: 570px;
  margin: 0;
  font-size: 28px;
  line-height: 38.25px;
  margin: 0 auto;
}

article.post-801 .hero .inner-container {
  margin-left: 0%;
  width: 100%;
   margin-top: -2%;
}
h2.has-text-align-center.title-como-funciona {
  background: radial-gradient(31.05% 31.05% at 37.43% 42.87%, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%), #F9FAFA;
  padding-top: 56px;
  margin-bottom: -59px;
  color: #1D1D1B;
  font-family: 'Noto Sans';
  font-weight: 400;
}

.section--pack-includes {
  padding-top: 60px;
  padding-bottom: 100px;
}

.section--pack-includes h2 {
  color: #1D1D1B;
  margin-bottom: 50px;
}

.section--pack-includes ul.categories {
  display: flex;
  list-style: none;
  align-items: center;
  justify-content: center;
  margin-bottom: 54px;
}

.section--pack-includes ul.categories li {
  font-family: 'Noto Sans', sans-serif;
  font-weight: 900;
  font-size: 14px;
  line-height: 20px;
  color: #56B9E5;
  cursor: pointer;
}

.section--pack-includes ul.categories li.active {
  border-bottom: 3px solid #005DAA;
}

.section--pack-includes ul.categories li:not(:first-child) {
  margin-left: 26px;
}

.section--pack-includes .item {
  background-color: #FFFFFF;
  filter: drop-shadow(0px 2.29167px 14.3229px rgba(0, 0, 0, 0.04));
  border-radius: 11.4583px;
  padding: 24px 16px 28px 16px;
  text-align: center;
  min-height: 214px;
}

.section--pack-includes .item .icon {
  margin-bottom: 30px;
}

.section--pack-includes .item .description {
  color: #1D1D1B;
}

.section--pack-includes .slick-track {
  margin-left: -80px;
}

/*.section--pack-includes .slick-list {
  overflow: initial;
  margin-left: -14px;
}*/

.section--pack-includes .slick-slide {
  margin-left: 14px;
}

.section--pack-includes .slick-track .slick-slide.hidden {
  visibility: hidden;
}


.adt-shortcode-pack-includes ul.slick-dots li {
  background-color: #CBCBCB;
  margin-left: 3px;
  margin-right: 3px;
  width: 80px;
  height: 4px;
  cursor: pointer;
  border-radius: 0%;
}

.adt-shortcode-pack-includes ul.slick-dots li.slick-active {
  background-color: #56B9E5;
  width: 80px;
  height: 4px;
}
.section--hogar-protegido {
  padding-top: 115px;
}

@media (max-width: 768px) {

}

.section--hogar-protegido h3 {
  margin-bottom: 18px;
}

.section--hogar-protegido .ysl-block-columns:first-of-type .ysl-block-column:first-of-type {
  font-size: 14px;
  line-height: 17px;
  padding-left: 30px;
}

.section--hogar-protegido .ysl-block-columns:last-of-type {
  margin-bottom: 0;
}

.section--hogar-protegido .ysl-block-image {
  margin-bottom: 0;
}

.section--hogar-protegido .ysl-block-cover {
  position: relative;
  min-height: 183px;
  width: 100%;
  max-height: 200px;
  margin: 1em 1em 3em;
}

.section--hogar-protegido .ysl-block-cover img,
.section--hogar-protegido .ysl-block-cover > span,
.section--hogar-protegido .ysl-block-cover .has-background-dim:not(.has-background-gradient):before {
  border-radius: 12px;
}

.section--hogar-protegido .ysl-block-cover .ysl-block-cover__inner-container {
  padding-left: 15%;
  padding-right: 15%;
}

.section--hogar-protegido .ysl-block-cover p {
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  font-size: 14px;
  line-height: 17px;
  color: #FFFFFF;
  width: 70%;
}

.section--video-panel {
  background-color: #F3F5F6;
  padding-bottom: 77px;
}

.section--video-panel .background-image {
  border-radius: 40px;
}

.section--video-ciberseguridad-hogar,
.section--video-ciberseguridad-negocio {
  padding-bottom: 60px;
}

.section--video-ciberseguridad-hogar h2,
.section--video-ciberseguridad-negocio h2 {
  margin-bottom: 30px;
}

.section--video-ciberseguridad-hogar h2 em {
  font-family: 'Noto Sans', sans-serif;
  font-weight: 400;
  font-style: normal;
}

.section--video-ciberseguridad-hogar p,
.section--video-ciberseguridad-negocio p {
  font-size: 20px;
  line-height: 1.5;
  color: #242629;
  width: 66%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 35px;
}

.section--video-ciberseguridad-hogar .background-image,
.section--video-ciberseguridad-negocio .background-image {
  border-radius: 40px;
}

.section--video-ciberseguridad-negocio .ysl-block-columns {
  margin-bottom: 24px;
}

.section--video-ciberseguridad-negocio h4 {
  font-size: 14px;
  line-height: 19px;
}

.section--video-ciberseguridad-negocio h4.informe {
  margin-bottom: 60px;
}

.section--video-ciberseguridad-negocio h4:before {
  display: inline-block;
  content: "";
  background-repeat: no-repeat;
  background-size: cover;
  margin-right: 12px;
  vertical-align: middle;
}

.section--video-ciberseguridad-negocio h4.analisis:before {
  background-image: url('../images/ciberseguridad-analisis.svg');
  width: 25px;
  height: 22px;
}

.section--video-ciberseguridad-negocio h4.antivirus:before {
  background-image: url('../images/ciberseguridad-antivirus.svg');
  width: 19px;
  height: 19px;
}

.section--video-ciberseguridad-negocio h4.informe:before {
  background-image: url('../images/ciberseguridad-informe.svg');
  width: 23px;
  height: 19px;
}

.quien-protege {
  max-width: 636px;
  margin: 0 auto;
}

.central__texts li {
  display: flex;
  align-items: center;
  margin-bottom: 1em;
  padding: 0;
}

.central__texts svg {
  margin-right: 1em;
  min-width: 50px;
  /*fill: #005DAA;*/
}

section.section__central {
  margin-top: 20px;
}
.section--video-app {
  padding-top: 60px;
  padding-bottom: 55px;
}

.section--video-app .background-image {
  border-radius: 40px;
}

.section--video-app .ysl-block-buttons {
  margin-top: 45px;
}

.section--calculadora {
  margin-top: -120px;
  padding-bottom: 63px;
}

.section--calculadora .container > .ysl-block-group__inner-container {
  background: radial-gradient(111.14% 111.14% at 8.37% 0%, #FFFFFF 0%, rgba(255, 255, 255, 0.2) 100%);
  backdrop-filter: blur(57.2917px);
  border-radius: 23px;
  padding: 38px;
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  min-height: 400px; /* TODO: borrar!! */
}

.section--contact-form {
  background-color: #F9FAFA;
  padding-bottom: 54px;
}

.section--contact-form .container .ysl-block-group__inner-container {
  position: relative;
  background-color: #FFFFFF;
  box-shadow: 0px 7.63949px 26.7382px rgba(0, 0, 0, 0.03);
  border-radius: 7px;
  width: 70%;
  padding: 47px 53px 41px 53px;
  margin-left: auto;
  margin-right: auto;
  margin-top: -68px;
}

.section--contact-form .caption {
  font-size: 9px;
  line-height: 14px;
  padding-top: 14px;
  margin-top: 27px;
  border-top: 1px solid #D8D8D8;
}

.section--contact-form .form-container .form-row:not(:last-child) {
  margin-bottom: 17px;
}

.section--contact-form .form-container .form-row .form-col:not(.form-col-checkbox) label {
  font-size: 14px;
  line-height: 17px;
}

.section--contact-grid {
  padding-top: 53px;
  padding-bottom: 48px;
}

.section--contact-grid .ysl-block-columns {
  margin-bottom: 0;
}

.section--contact-grid .ysl-block-image {
  margin-bottom: 24px;
}

.section--contact-grid h4 {
  font-size: 16px;
  line-height: 24px;
  color: #183B56;
  margin-bottom: 9px;
}

.section--contact-grid p {
  font-size: 14px;
  line-height: 19px;
  color: #5A7184;
  margin-bottom: 36px;
}

.section--contact-grid .ysl-block-button {
  width: 85%;
  margin: auto;
}

.section--contact-grid .ysl-block-button__link {
  width: 100%;
}

.section--faq {
  background-color: #F9FAFA;
  padding-bottom: 80px;
}

.section--faq .container .ysl-block-group__inner-container {
  position: relative;
  padding: 74px 61px 0 61px;
  margin-top: -100px;
}

.section--faq .container .ysl-block-group__inner-container:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 400px;
  background: radial-gradient(111.14% 111.14% at 8.37% 0%, #FFFFFF 0%, rgba(255, 255, 255, 0.5) 100%);
  backdrop-filter: blur(57.2917px);
  border-radius: 11px;
  content: "";
  z-index: 0;
}

.section--about-subhero {
  position: relative;
  margin-top: -200px;
}

.section--about-subhero .container .ysl-block-group__inner-container {
  background: radial-gradient(111.14% 111.14% at 8.37% 0%, #FFFFFF 0%, rgba(255, 255, 255, 0.5) 100%);
  backdrop-filter: blur(57.2917px);
  border-radius: 12px;
  padding: 34px 100px 60px 100px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.section--about-subhero h2 {
  margin-bottom: 40px;
}

.section--about-subhero p {
  color: #1D1D1B;
}

.section--about-cifras {
  padding-bottom: 87px;
}

.section--about-cifras h4 {
  font-family: 'Noto Sans', sans-serif;
  font-weight: 400;
  font-size: 64px;
  line-height: 87px;
  color: #005DAA;
}

.section--about-cifras p {
  color: #1D1D1B;
}

.section--about-cifras .container .ysl-block-group__inner-container {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.section--about-premios {
  background-color: #F9FAFA;
  padding-top: 86px;
  padding-bottom: 35px;
}

.section--about-premios h3 {
  margin-bottom: 28px;
}

.section--about-premios .ysl-block-columns.top p {
  font-size: 14px;
  line-height: 17px;
  max-width: 400px;
}

.section--about-premios .ysl-block-columns.top {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.section--about-premios .ysl-block-columns.top .ysl-block-column.logos,
.section--about-premios .ysl-block-columns.bottom .ysl-block-column.logos {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.section--about-premios .ysl-block-column.logos .ysl-block-image,
.section--about-premios .ysl-block-columns.bottom .ysl-block-column.logos > div {
  width: 50%;
}

.section--about-premios .ysl-block-columns.bottom {
  background-color: #FFFFFF;
  border-radius: 17px;
  padding: 30px;
}

.section--about-premios .ysl-block-columns.bottom p {
  font-size: 16px;
  line-height: 19px;
  color: #303538;
  padding-left: 30px;
}

.section--about-servicio {
  padding-top: 60px;
  padding-bottom: 63px;
}

.section--about-servicio h3 {
  margin-bottom: 31px;
  color: #FFFFFF !important;
}

.section--about-servicio p {
  font-size: 14px;
  line-height: 19px;
  color: #FFFFFF !important;
}

.section--about-servicio .ysl-block-columns {
  margin-bottom: 0;
}

.section--about-servicio .ysl-block-columns .ysl-block-column:last-of-type {
  padding-right: 30px;
}

.section--about-servicio .ysl-block-cover img.ysl-block-cover__image-background,
.section--about-servicio .ysl-block-cover .ysl-block-cover__gradient-background,
.section--about-servicio .ysl-block-cover .has-background-dim:not(.has-background-gradient):before {
  border-radius: 40px;
}

.section--about-slider {
  padding-top: 55px;
  padding-bottom: 55px;
  background-color: #0A5FAA;
  color: #FFFFFF;
}

.adt-shortcode-about-slider {
  margin: 0 auto !important;
}
.section--about-slider .ysl-block-columns {
  margin-bottom: 0;
}

.section--about-slider .ysl-block-columns .ysl-block-column.control {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.section--about-slider .ysl-block-columns .ysl-block-column.control h3 {
  color: #FFFFFF;
  font-family: 'Noto Sans', sans-serif;
  font-weight: 500;
  margin-bottom: 25px;
  max-width: 300px;
  margin: 0 auto;
}

.section--about-slider .ysl-block-columns .ysl-block-column.control p {
  font-size: 14px;
  line-height: 17px;
  margin: 0 auto;
  margin-bottom: 34px;
  max-width: 400px;
}

.section--about-slider .adt-about-slider-target .items .item-container:not(.active) {
  display: none;
}

.section--about-slider .adt-about-slider-target .items .item .image {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 280px;
}

.section--about-slider .adt-about-slider-target .items .item .text {
  display: flex;
  align-items: center;
  margin-top: 36px;
  border-top: 0.5px solid #FFFFFF;
  border-bottom: 0.5px solid #FFFFFF;
  height: 130px;
}

.section--calculadora-resultado {
  display: none;
  width: 70%;
  margin: auto;
}

.section--calculadora-resultado .ysl-block-image {
  margin-bottom: 0;
}

.section--calculadora-resultado .ysl-block-image img {
  width: 470px;
}

.section--calculadora-resultado h2 {
  color: #242629;
  margin-bottom: 1em;
}

.section--calculadora-resultado h2 strong {
  color: #005DAA;
}

.section--calculadora-resultado .caption {
  font-size: 16px;
  line-height: 22px;
  color: #1D1D1B;
  width: 77%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 34px;
}

.section--calculadora-resultado .calculadora-form-container {
  width: 75%;
  margin: auto;
}

.section--calculadora-resultado .calculadora-form-container .form-row:first-of-type label {
  font-size: 14px;
  line-height: 17px;
  margin-bottom: 10px;
}

.section--calculadora-resultado .calculadora-form-container .form-row:last-of-type {
  margin-top: 60px;
  text-align: center;
}

.section--model {
  background: radial-gradient(31.05% 31.05% at 37.43% 42.87%, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%), #F9FAFA;
  padding-top: 57px;
  padding-bottom: 50px;
}

.section--model h2.title {
  font-family: 'Noto Sans', sans-serif;
  font-weight: 400;
  margin-bottom: 40px;
  color: #1D1D1B;
}

.section--model h2.title strong {
  font-family: 'Noto Sans', sans-serif;
  font-weight: 800;
}

.section--news {
  background-color: #F9FAFA;
  padding-top: 60px;
  padding-bottom: 60px;
}

.adt-shortcode-news .item {
  background-color: #FFFFFF;
  box-shadow: 0px 2.29167px 13.75px rgba(0, 0, 0, 0.05);
  border-radius: 12px;
  margin-bottom: 50px;
}

.adt-shortcode-news .item .content {
  padding: 28px 25px 34px 25px;
}

.adt-shortcode-news .item .image {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 12px;
  width: 100%;
  height: 172px;
  margin-bottom: 28px;
}

.adt-shortcode-news .item.big .image {
  height: 215px;
}

.adt-shortcode-news .item .date {
  font-size: 12px;
  line-height: 14px;
  color: #8E8C95;
  margin-bottom: 12px;
}

.adt-shortcode-news .item .title {
  color: #005DAA;
  margin-bottom: 17px;
}

.adt-shortcode-news .item .excerpt {
  font-size: 14px;
  line-height: 17px;
  color: #303538;
  margin-bottom: 28px;
}

.adt-shortcode-news .item .link {
  font-family: 'Noto Sans', sans-serif;
  font-weight: 900;
  font-size: 14px;
  line-height: 19px;
  color: #1D1D1B;
}

.adt-shortcode-news .load-more {
  text-align: center;
}

.adt-shortcode-about-slider .items {
  /* display: none; */
}

.adt-shortcode-about-slider .rs-bg-color {
  background-color: #0A5FAA;
}

.adt-shortcode-about-slider .rs-tooltip-text {
  display: flex;
  justify-content: center;
  margin-left: 0 !important;
  left: initial !important;
  font-family: 'Noto Sans', sans-serif;
  font-weight: 300;
  font-size: 100px;
  line-height: 110px;
  letter-spacing: -0.02em;
  width: 100%;
  z-index: 3;
}

.adt-shortcode-about-slider .rs-handle-dot:after {
  background-color: #56B9E5;
  border: 1px solid transparent;
}

.adt-shortcode-about-slider .rs-border {
  border: 1px solid transparent;
}


.adt-shortcode-faq {
  position: relative;
  z-index: 1;
}

.adt-shortcode-faq .categories {
  list-style: none;
}

.adt-shortcode-faq .categories li {
  position: relative;
  font-size: 14px;
  line-height: 1em;
  color: #1D1D1B;
  margin-bottom: 23px;
  cursor: pointer;
}

.adt-shortcode-faq .categories li:before {
  display: inline-block;
  width: 36px;
  height: 0;
  margin-right: 12px;
  content: "";
}

.adt-shortcode-faq .categories li.active:before {
  background-color: #005DAA;
  height: 3px;
  vertical-align: middle;
}

.adt-shortcode-faq .categories li:hover:not(.active):before {
  background-color: #C0C0C0;
  height: 3px;
  vertical-align: middle;
}

.adt-shortcode-faq .help {
  background-color: #005DAA;
  border-radius: 6px;
  padding: 9px 20px;
  color: #FFFFFF;
  margin-bottom: 15px;
}

.adt-shortcode-faq .help .link {
  font-family: 'Noto Sans', sans-serif;
  font-weight: 700;
  color: #ffffff;
  text-decoration: underline;
}

.adt-shortcode-faq .faq-item {
  position: relative;
  background-color: #FFFFFF;
  border-radius: 6px;
  padding: 13px 13px 25px 13px;
  font-size: 14px;
  line-height: 17px;
  color: #000000;
  margin-bottom: 15px;
}

.adt-shortcode-faq .faq-item .icon {
  position: absolute;
  right: 15px;
  top: 15px;
  display: block;
  background-image: url('../images/faq-open.svg');
  background-repeat: no-repeat;
  width: 10px;
  height: 10px;
  cursor: pointer;
}

.adt-shortcode-faq .faq-item.opened .icon {
  background-image: url('../images/faq-close.svg');
}

.adt-shortcode-faq .faq-item:not(.opened) .content {
  display: none;
}

.adt-shortcode-faq .faq-item h4 {
  font-size: 16px;
  line-height: 24px;
}

.adt-shortcode-testimonies .item {
  background-color: #FFFFFF;
  box-shadow: 0px 2.29403px 14.3377px rgba(0, 0, 0, 0.04);
  border-radius: 12px;
  padding: 27px 22px 22px 22px;
  height: 100%;
}

.adt-shortcode-testimonies .item .rating {
  display: flex;
  justify-content: center;
  margin-bottom: 18px;
}

@media (max-width: 768px) {
  .adt-shortcode-testimonies .item .rating {
      margin-bottom: 35px;
  }
}

.adt-shortcode-testimonies .item .rating img {
  display: inline-block;
  margin-right: 2px;
}

.adt-shortcode-testimonies h4 {
  font-size: 16px;
  line-height: 22px;
  color: #1D1D1B;
  text-align: center;
}

.adt-shortcode-testimonies h4.title {
  margin-bottom: 22px;
}

.adt-shortcode-testimonies .comment {
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  margin-bottom: 17px;
}

.adt-shortcode-calculator .steps {
  display: flex;
  align-items: center;
  justify-content: space-between;
  list-style: none;
  margin-bottom: 38px;
}

.adt-shortcode-calculator .steps .step {
  width: 100%;
}

.adt-shortcode-calculator .steps .step:not(:first-child) {
  margin-left: 18px;
}

.adt-shortcode-calculator .steps .step {
  border-top: 4px solid #242629;
  font-size: 14px;
  line-height: 16px;
  color: #242629;
  padding-top: 9px;
}

.adt-shortcode-calculator .steps .step.active {
  border-top: 4px solid #005FA9;
  color: #0059A1;
}

.adt-shortcode-calculator .steps-numbers {
  font-size: 14px;
  line-height: 17px;
  color: #0059A1;
  margin-bottom: 9px;
}

.adt-shortcode-calculator .questions .next {
  text-align: right;
  margin-top: 60px;
}

.adt-shortcode-calculator .question h2 {
  text-align: center;
  margin-bottom: 27px;
}

.adt-shortcode-calculator .answers {
  display: flex;
  justify-content: center;
  align-items: center;
}

.adt-shortcode-calculator .answers.vertical {
  flex-direction: column;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
}

.adt-shortcode-calculator .answers.vertical .answer:not(:last-child) {
  margin-bottom: 20px;
}

.adt-shortcode-calculator .answers.vertical .answer {
  width: 100%;
}

.adt-shortcode-calculator .answers:not(.vertical) .answer:not(:last-child) {
  margin-right: 38px;
}

.adt-shortcode-calculator .answers .answer {
  background-color: #FFFFFF;
  border: 1px solid #005FA9;
  color: #005FA9;
}

.adt-shortcode-calculator .answers .answer:hover,
.adt-shortcode-calculator .answers .answer.active {
  background-color: #005FA9;
  color: #FFFFFF;
}

.adt-shortcode-simple-slider {
  position: relative;
}

.adt-shortcode-simple-slider h5 {
  margin-bottom: 16px;
}

.adt-shortcode-simple-slider.center .slick-slide {
  text-align: center;
}

.adt-shortcode-simple-slider.padding .slick-slide {
  padding-left: 40px;
  padding-right: 40px;
}

.adt-shortcode-simple-slider .arrows {
  position: absolute;
  top: 49%;
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.adt-shortcode-simple-slider .arrow {
  background-image: url('../images/slider-arrow.svg');
  background-repeat: no-repeat;
  background-size: cover;
  width: 12px;
  height: 21px;
  cursor: pointer;
}

.adt-shortcode-simple-slider .arrow-prev {
  transform: rotateY(180deg);
}

.adt-shortcode-services {
  position: relative;
}

.adt-shortcode-services .service-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  background-size: cover;
  border-radius: 24px;
  padding-left: 30px;
  padding-right: 30px;
  min-height: 420px;
}


.adt-shortcode-services .service-item-container:not(.slick-current) .service-item {
  background: #FFFFFF !important;
}

.adt-shortcode-services .service-item-container:not(.slick-current) .service-item .icon svg > path {
  stroke: #005DAA;
}
.adt-shortcode-services .service-item-container:not(.slick-current) .service-item .icon svg path {
  stroke: #005DAA;
}
.adt-shortcode-services .service-item .icon {
  margin-bottom: 19px;
}

.adt-shortcode-services .service-item h2 {
  font-family: 'Noto Sans', sans-serif;
  font-weight: 800;
  margin-bottom: 14px;
  line-height: 31px;
  font-size: 26px;
}

.adt-shortcode-services .service-item .description {
  color: #838787;
  font-size: 15px;
}

.adt-shortcode-services .service-item-container.slick-current .service-item h2,
.adt-shortcode-services .service-item-container.slick-current .service-item .description {
  color: #FFFFFF;
}

.adt-shortcode-services .arrows {
  position: absolute;
  top: 49%;
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.adt-shortcode-services .arrow {
  background-image: url('../images/slider-arrow.svg');
  background-repeat: no-repeat;
  background-size: cover;
  width: 12px;
  height: 21px;
  cursor: pointer;
}

.adt-shortcode-services .arrow-prev {
  transform: rotateY(180deg);
}

.adt-shortcode-services .slick-list {
  margin-left: -50px;
}

.adt-shortcode-services .slick-slide {
  margin-left: 50px;
}


.adt-shortcode-components,
.adt-shortcode-components-model {
  position: relative;
}

.adt-shortcode-components .component-item-container:not(.slick-current) .info {
  display: none;
}

.adt-shortcode-components .image {
  max-width: 210px;
  margin-bottom: 38px;
  transition: all 1.4s;
}

.adt-shortcode-components .component-item-container:not(.slick-current) .image {
  max-width: 170px;
}

.adt-shortcode-components .name {
  font-family: 'Noto Sans', sans-serif;
  font-weight: 800;
  margin-top: -80px;
  margin-bottom: 22px;
  text-align: center;
  max-width: 290px;
}

.adt-shortcode-components .excerpt {
  color: #1D1D1B;
  margin-bottom: 40px;
  text-align: center;
  max-width: 290px;
}

.adt-shortcode-components .component-item,
.adt-shortcode-components .info {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.adt-shortcode-components .arrows,
.adt-shortcode-components-model .arrows {
  position: absolute;
  top: 94px;
  left: 0;
  right: 0;
  margin: auto;
  display: flex;
  justify-content: space-between;
  width: 400px;
}

.adt-shortcode-components .arrow,
.adt-shortcode-components-model .arrow {
  background-image: url('../images/slider-arrow.svg');
  background-repeat: no-repeat;
  background-size: cover;
  width: 12px;
  height: 21px;
  cursor: pointer;
}

.adt-shortcode-components .arrow-prev,
.adt-shortcode-components-model .arrow-prev {
  transform: rotateY(180deg);
}

.adt-shortcode-components-model .arrows {
  top: 170px;
}
.adt-shortcode-components-model .component-item {
  text-align: center;
}

.adt-shortcode-components-model .name {
  font-family: 'Noto Sans', sans-serif;
  font-weight: 800;
  margin-bottom: 16px;    
}

.adt-shortcode-components-model .excerpt {
  margin-bottom: 22px;
}

.adt-shortcode-components-model .image img {
  max-width: 110px;
  margin: auto;
}

.adt-shortcode-list-slider .items:not(.slick-slider) {
  columns: 2;
  column-gap: 0;
}

.adt-shortcode-list-slider .items .item {
  font-family: 'Noto Sans', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #1D1D1B;
  padding-top: 19px;
  padding-left: 30px;
  padding-right: 30px;
  text-align: center;
  height: 76px;
}

.adt-shortcode-list-slider .items .item strong {
  font-family: 'Noto Sans', sans-serif;
  font-weight: 800;
}

.adt-shortcode-list-slider .items .item:not(:nth-child(3)),
.adt-shortcode-list-slider .items .item:not(:nth-child(6)),
.adt-shortcode-list-slider .items .item:not(:nth-child(9)) {
  border-bottom: 1px solid #B3B1B7;
}

.adt-shortcode-packs-compare .pack-item .header {
  background-color: #FFFFFF;
  border-radius: 6px;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 15px;
}

.adt-shortcode-packs-compare .pack-item .image {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 8px;
  max-width: 180px;
}

.adt-shortcode-packs-compare .pack-item .image img {
  width: 180px;
  height: 114px;
}

.adt-shortcode-packs-compare .pack-item .name {
  background-color: #56B9E5;
  border-radius: 2px;
  font-family: 'Noto Sans', sans-serif;
  font-weight: 900;
  font-size: 15px;
  line-height: 22px;
  color: #FFFFFF;
  text-align: center;
  padding: 9px 16px;
  max-width: 150px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 14px;
}

.adt-shortcode-packs-compare .item-container:not(.pack-item-container) {
  padding-top: 191px;
}

.adt-shortcode-packs-compare .item ul {
  list-style: none;
  font-size: 15px;
  line-height: 21px;
  color: #1D1D1B;
}

.adt-shortcode-packs-compare .item ul li {
  display: flex;
  align-items: center;
  height: 70px;
}

.adt-shortcode-packs-compare .item ul li:not(:last-child) {
  border-bottom: 1px solid #B7BDC0;
}

.adt-shortcode-packs-compare .pack-item ul li {
  justify-content: center;
}

.adt-shortcode-packs-compare .pack-item-container.featured ul li {
  background-color: #F3F5F6;
}

.adt-shortcode-packs-compare .pack-item-container.featured ul li:first-child {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}

.adt-shortcode-packs-compare .pack-item-container.featured .button-wrapper {
  background-color: #F3F5F6;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
}

.adt-shortcode-packs-compare .pack-item-container .highlight {
  display: none;
}

.adt-shortcode-packs-compare .pack-item-container .button-wrapper {
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 26px;
}

.adt-shortcode-video {
  height: 494px;
}

.adt-shortcode-video .background-image {
  display: flex;
  align-items: center;
  justify-content: center;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 100%;
}

.adt-shortcode-video .icon {
  cursor: pointer;
}


/*
* Footer
*/
.site-footer {
  background-color: #005DAA;
  color: #FFFFFF;
  padding-top: 70px;
  padding-bottom: 100px;
}

.site-footer ul {
  list-style: none;
}

.site-footer .top-navigation-bar {
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 27px;
}

.site-footer .top-navigation-bar .navigation-item-social {
  display: flex;
  align-items: center;
}

.site-footer .top-navigation-bar .navigation-item-social .contact,
.site-footer .top-navigation-bar .navigation-item-social .follow {
  font-family: 'Noto Sans', sans-serif;
  font-weight: 800;
  font-size: 14px;
  line-height: 19px;
}

.site-footer .top-navigation-bar .navigation-item-social .contact {
  display: flex;
  align-items: center;
  margin-right: 63px;
}

.site-footer .top-navigation-bar .navigation-item-social .contact .number {
  font-family: 'Noto Sans', sans-serif;
  font-size: 18px;
  line-height: 21px;
  font-weight: 700;
  margin-left: 10px;
}

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

.site-footer .top-navigation-bar .navigation-item-social .social {
  display: flex;
  align-items: center;
}

.site-footer .top-navigation-bar .navigation-item-social .icon:not(:last-child) {
  margin-right: 16px;
}

.site-footer .top-navigation-bar .navigation-item-logo img {
  width: 52px;
}

.site-footer .widgets-navigation-bar {
  justify-content: space-between;
}

.site-footer .widgets.column-1 {
  width: 22%;
}

.site-footer .widgets.column-1 .widget.widget_text {
  font-size: 12px;
  line-height: 19px;
}

.site-footer .widgets.column-1 .widget.widget_text:not(:last-of-type) {
  margin-bottom: 48px;
}

.site-footer .widgets.column-5 img {
  max-width: 137px;
}

.site-footer .widget .widget-title {
  font-size: 12px;
  line-height: 19px;
  color: #FFFFFF;
  text-transform: uppercase;
  opacity: .5;
  margin-bottom: 20px;
}

.site-footer .widget li {
  font-size: 12px;
  line-height: 19px;
  margin-bottom: 14px;
}

.site-footer .legal-navigation-bar {
  font-size: 10px;
  line-height: 19px;
  justify-content: space-between;
  align-items: center;
  /*margin-top: -20px;*/
}

.site-footer .legal-navigation-bar .menu,
.site-footer .legal-navigation-bar .copyright {
  opacity: .75;
}
.site-footer .legal-navigation-bar .copyright {
  max-width: 270px;
}
.site-footer .legal-navigation-bar .award img {
  max-width: 60px;
}

.site-footer .footer-menu-container ul {
  display: flex;
}

.site-footer .footer-menu-container ul li:not(:last-child) {
  margin-right: 35px;
}
.site-footer .widgets-navigation-bar a:hover {
  text-decoration: underline;
}

/*
* Media queries
*/

/*
@media only screen and (min-width : 1024px) {
  body.sticky-header .box__hero.site-header .main-navigation-bar {
      position: fixed;
      top: 0;
      width: 100%;
      z-index: 999999;
  }

  body.sticky-header {
      margin-top: 87px;
  }
}
*/



/* Breakpoint Gutenberg Blocks */
@media only screen and (max-width: 781px) {
  .section--why .ysl-block-column {
      margin-bottom: 40px;
  }
}

@media only screen and (max-width: 770px) {
  .form-container .form-multi-row {
      flex-direction: column;
  }

  .site-content {
      margin-top: 90px;
  }

  .form-container .form-multi-row .form-col:first-child {
      margin-right: 0;
      margin-bottom: 12px;
  }

  .form-container .form-multi-row .form-col:last-child {
      margin-left: 0;
  }

  article .hero {
      background-position: center bottom;
  }

  .home-popup-promo-sticky .ysl-block-buttons .ysl-block-button__link {
      width: 100%;
  }
  .home-popup-promo, .page-popup-promo, .pack-popup-promo  {
      position: relative;
      top: 0;
      margin-top: 88px;
      width: 300px;
  }
  body.single-pack article .subhero {
      position: relative;
      margin-top: 320px;
  }
  body.single-pack article .subhero .excerpt {
      width: 100%;
  }
  


  .adt-shortcode-services .arrows {
      display: none;
  }

  .adt-shortcode-components .arrows {
      width: 100%;
  }

  .adt-shortcode-testimonies .item {
      margin-bottom: 20px;
      height: auto;
  }

  .adt-shortcode-video {
      height: 150px;
  }

  .adt-shortcode-video .icon {
      width: 30px;
  }

  .adt-shortcode-packs-compare .item-container:not(.pack-item-container) {
      display: none;
  }

  .adt-shortcode-packs-compare .pack-item-container .item {
      margin-bottom: 30px;
  }

  .adt-shortcode-packs-compare .pack-item-container ul li {
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding-left: 8px;
      padding-right: 8px;
  }

  .adt-shortcode-packs-compare .pack-item-container .highlight {
      display: block;
  }

  

  .section--cta-app .container > .ysl-block-group__inner-container {
      padding: 29px;
  }

  .section--cta-app ul {
      columns: initial;
      -webkit-columns: initial;
      -moz-columns: initial;
      margin-bottom: 26px;
  }

  .section--cta-app ul li {
      margin-bottom: 12px;
  }

  .section--cta-app h2,
  .section--cta-app .primary-text,
  .section--cta-app .secondary-text {
      text-align: center;
  }

  .section--cta-app .ysl-block-column.left-column {
      display: none;
  }

  .section--cta-app .ysl-block-column.right-column .ysl-block-image.mobile-phone {
      display: block;
  }

  .section--cta-app .ysl-block-column.right-column .ysl-block-image:not(.mobile-phone) {
      position: relative;
      top: auto;
      right: auto;
      display: table-cell;
      margin-bottom: 0;
  }

  .section--cta-app .ysl-block-column.right-column .ysl-block-image.app-store {
      padding-left: 4px;
  }

  .section--packs-slider .container {
      width: 100%;
      max-width: 100%;
  }

  .section--packs-slider .pack-item-container:not(.featured) .pack-item {
      margin-top: 0;
  }

  .section--packs-slider .pack-item-container.featured .header {
      height: 320px;
  }

  .section--packs-slider .pack-item-container:not(.slick-current) .pack-item {
      margin-top: 30px;
  }

  .section--packs-slider .pack-item-container.slick-current .pack-item {
      width: 300px;
      max-width: 100%;
  }

  .section--packs-slider .pack-item-container.slick-current .header {
      height: 320px;
  }

  .section--packs-slider .pack-item-container.slick-current .body {
      box-shadow: 4px 4px 30px rgba(0, 0, 0, 0.1);
  }

  .section--packs-slider .slick-list {
      margin-left: 0;
  }

  .section--packs-slider .slick-slide {
      margin-left: 40px;
      margin-right: 40px;
  }

  .section--pack-includes .slick-track {
      margin-left: 0;
  }

  .section--services-slider {
      padding-top: 30px;
      padding-bottom: 40px;
  }

  .section--panel-info {
      margin-top: -60px;
  }

  .section--faq .container .ysl-block-group__inner-container {
      padding: 30px 20px;
  }

  .section--testimonies h3 {
      text-align: center;
      margin-bottom: 25px;
  }

  .section--video-panel {
      padding-bottom: 35px;
  }

  .section--video-ciberseguridad-hogar {
      background-color: #F9FAFA;
      padding-top: 30px;
      padding-bottom: 30px;
  }

  .section--video-ciberseguridad-hogar p, 
  .section--video-ciberseguridad-negocio p {
      font-size: 16px;
      line-height: 22px;
      margin-bottom: 17px;
  }

  .section--video-ciberseguridad-hogar h2, 
  .section--video-ciberseguridad-negocio h2 {
      margin-bottom: 24px;
  }

  .section--horizontal-card .ysl-block-columns .ysl-block-column:last-of-type {
      text-align: center;
  }

  .section--horizontal-card h2 {
      margin-bottom: 26px;
  }

  .section--hogar-protegido .ysl-block-columns:first-of-type .ysl-block-column:first-of-type {
      padding-left: 0;
      margin-bottom: 36px;
      text-align: center;
  }

  .section--hogar-protegido .ysl-block-columns:last-of-type .ysl-block-column:first-of-type {
      margin-bottom: 21px;
  }

  .section--contact-form .container .ysl-block-group__inner-container {
      padding: 8px;
      width: 100%;
  }

  .section--contact-grid .ysl-block-columns .ysl-block-column {
      margin-bottom: 40px;
  }

  .site-footer .widgets:first-child {
      width: 100%;
  }

  .section--about-subhero {
      margin-top: 0px;
  }
  .section--about-subhero .container .ysl-block-group__inner-container {
      padding: 24px 10px 24px 10px;
  }

  .section--about-slider .ysl-block-columns .ysl-block-column.control {
      display: contents;
  }
  .adt-shortcode.adt-shortcode-about-slider {
      margin: 0 auto;
  }
  .ysl-block-columns:not(.is-not-stacked-on-mobile)>.ysl-block-column:nth-child(2n) {
      margin-left: 0px !important;
      margin-top: 12px;
      /*flex-basis: min-content;*/
  }
  .components .slick-list.draggable {
      height: 500px !important;
  }
  .section--cta-calculate .ysl-block-buttons {
      margin-bottom: 94px !important;
  }
  .post-135 h2.title {
  margin-top: 0;
  margin-left: 0;
}
  
  
  

}


div.ysl-container-62335da1caa87.ysl-block-group.home-popup-promo.popup-promo.active{
  right: 15vw!important;
}

.extra-hero .title, .extra-hero .excerpt h2, .hero-excerpt {
  font-size: 62px;
  line-height: 86px;
}


@media (min-width: 769px) {
  article .hero .inner-container{
      margin-top: -5%;
      position: absolute;
      margin-left: -5%;
  }
}
 @media (min-width: 1600px) {
      article .hero .inner-container{
          margin-left: -10%;
      }
 }

@media (max-width: 768px) {
      article .hero{
      padding-top: 25px;
      }
      
      .post-135 .title {
  font-size:25px !important;
 
  margin-top: -20px;
      margin-left: 0px;
}

.excerpt.hero-excerpt {
  margin: 0 auto;
}

  }
  
  .ysl-container-6.ysl-block-group.page-popup-promo.popup-promo.active {
  margin: 0 auto;
}
  
@media (max-width: 1024px) {  
  .post-135 h2.title {
  margin-left: 0px;
}
}
.img-ipad-wrap {
  position: absolute;
  top: 25%;
}
@media (min-width: 769px) {
      .img-ipad-wrap {
          left: 34%;
      }
}

img.ysl-image-3510 {
  min-width: 500px;
  margin-top: -74px;
  margin-left: -63px;
}
@media (max-width: 769px) {
.post-135 h2.title {
  margin-left: 0px;
  font-size: 23px !important;
}
      .img-ipad-wrap {
          width: 60%;
          margin: auto;
          left: 20%;
          top: 23%;
      }
      section.ysl-container-62337e50e743d.ysl-block-group figure.ysl-block-image.size-large{
              width: 100px;
      }
      .home-popup-promo .caption {
          font-size: 8px;
          line-height: 10px;
          color: #242629;
              float: right;
          width: 200px;
              position: relative;
          margin-top: -100px;
      }
      
      .page-popup-promo .ahora {
     margin-left: 20px;
}

img.ysl-image-3510 {
      width: 90%;
      min-width: 300px !important;
    margin-top: -57px;
    margin-left: -63px;
    margin-bottom: -138px;
}

}
@media (max-width: 400px) {
  .img-ipad-wrap {
      top: 30%;
  }

}


/* MODAL MODAL FORM MODAL FORM INFORMATE */
/* MODAL MODAL FORM MODAL FORM INFORMATE */
/* MODAL MODAL FORM MODAL FORM INFORMATE */

.modal {
display:none;
position: fixed;
z-index: 1000; 
padding-top: 100px; 
left: 0;
top: 100px;
width: 100%; 
height: 100%; 
overflow: auto; 
background-color: rgb(0,0,0);
background-color: rgba(0,0,0,0.4);
}

/* Modal Content */
.modal-content {
position: relative;
background-color: #fefefe;
color:black;
margin: auto;
padding: 0 0 1em 0;
border: 1px solid #888;
width: 50%;
box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
-webkit-animation-name: animatetop;
-webkit-animation-duration: 0.4s;
animation-name: animatetop;
animation-duration: 0.4s;
border-radius: 1em;
}

/* Add Animation */
@-webkit-keyframes animatetop {
from {top:-300px; opacity:0}
to {top:0; opacity:1}
}

@keyframes animatetop {
from {top:-300px; opacity:0}
to {top:0; opacity:1}
}

/* The Close Button */
.modal-content .close {
color: white;
float: right;
font-size: 28px;
transform: scale(1);
transition: all 0.4s ease-in-out;
}

.modal-content .close:hover,
.modal-content .close:focus {
color: black;
text-decoration: none;
cursor: pointer;
transform: scale(0.9);
transition: all 0.4s ease-in-out;
}

.modal-header {
 padding: 1.5em;
  background-color: #fff;
  color: #005DAA;
  height: 50px;
  border-radius: 1em 1em 0 0;
}

.modal-body {
padding: 1em 2em 1em;
display: flex;
font-size: smaller;
}

.modal-body .txt{
  width: 50%;
  padding-right: 2em;
}

.modal--informate_title{
  color: #005DAA;
  margin-bottom: 1em;
}
.modal--informate_parrap a{
  color: #005DAA;
  font-weight: 600;
  text-decoration: underline;
  font-family: 'Noto Sans', sans-serif;
}
.modal input{
  margin-bottom: 1em;
}

.modal .accept{
  font-size: x-small;
  display: flex;
}
.modal .accept .check-accept{
     margin-right: 0.5em;
  margin-top: 0.25em;
}

.modal label{
  line-height: 2
}

.pop-up_submit{
  display: inline-block;
  font-family: 'Noto Sans', sans-serif;
  font-weight: 800;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  letter-spacing: 0.592626px;
  text-align: left;
  padding: 10px 40px;
  border: 1px solid #242629;
  border-radius: 35px;
  cursor: pointer;
  max-width: 100%;
  margin-top: 2em;
  background: url(/../img/flecha.svg) no-repeat 150px center;
  background-color: #242629;
  min-width: 200px;
}

.pop-up_submit:hover,
.pop-up_submit:focus{
  background-color: #1D1D1B;
  border: 1px solid #464646;
}

/* MODAL MODAL FORM MODAL FORM MOBILE */

@media (max-width: 1024px) {
  .modal-body{
      flex-direction: column;
      font-size: small;
  }
  .modal-body .txt{
      width: 100%;
      padding-bottom: 2em;
  }
  .modal-content {
      width: 70%;
  }
}


/* MODAL MODAL FORM MODAL FORM INFORMATE */
/* FIN FIN FIN FIN FIN */

.navigation-item-call{
  cursor: pointer;
}

.btn-contactar{
  background: url(/../img/flecha.svg) no-repeat 130px center;
  background-color: #242629;
  min-width: 190px;
  padding: 10px 40px;
  text-align: left;
}
.btn-contactar:hover,
.btn-contactar:focus{
  background-color: #1D1D1B;
  border: 1px solid #464646;
}
.section--packs-slider .body .excerpt {
font-family: 'Noto Sans'!important;
}

.ysl-container-12.ysl-block-columns.fondo-bodegon {
 display:none;
}
.ysl-container-10.ysl-block-column.fila-bodegon {
  background: none;
}

.ysl-container-11.ysl-block-column {
  background: none;
  margin-top:210px
}
.ysl-container-11 h2{
color:#005DAA;
font-size: 25px;
}

@media (min-width: 1124px) {

img.img_styky_movil{
display:none;
}
}



@media (max-width: 1124px) {

img.img_styky_ordenador {
display:none;
}
img.img_styky_movil{
margin-bottom: 12px

}
}

.is-layout-flow.ysl-block-group.page-popup-promo.popup-promo.active {
  margin-right: 30px;
}

.arrow-complete{
  display: none;
  background-image: url('../images/full_arrow.svg');
  background-repeat: no-repeat;
  background-size: cover;
  width: 20px;
  height: 21px;
  cursor: pointer;
  position: absolute;
  top: 50%;
}
@media (max-width: 769px) {
  .adt-shortcode.adt-shortcode-packs{
      position: relative;
  }

  .section--smart-security{
      padding-top: 500px;
  }

  .section--packs-slider{
      margin-top: -500px;
  }

  .arrow-complete{
      display: block;
  }

  .arrow-complete.arrow-prev{
      left: 10px;
  }
  .arrow-complete.arrow-next{
      right: 10px;
      transform: rotate(180deg);
  }
}

/*min-style*/
.ysl-block-cover .ysl-block-cover__image-background, .ysl-block-cover video.ysl-block-cover__video-background, .ysl-block-cover-image .ysl-block-cover__image-background, .ysl-block-cover-image video.ysl-block-cover__video-background {
  border: none;
  bottom: 0;
  box-shadow: none;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  -o-object-fit: cover;
  object-fit: cover;
  outline: none;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 0;
}

/*EXTRA*/
body {
  font-family: "BentonSans";
}

.extra-hero .title,
.extra-hero .excerpt h2,
.hero-excerpt {
  font-size: 35px;
  line-height: 46px;
  max-width: 350px;
}

article .hero .excerpt,
.hero .excerpt h5 {
  font-size: 23px;
  line-height: 30px;
  color: #242629;
  max-width: 350px;
  margin-bottom: 125px;
}

.home-popup-promo,
.page-popup-promo,
.pack-popup-promo {
  top: -100px;
}

.caption a {
    text-decoration: underline;
}
@media (min-width: 1440px) {
  /* Hero home */

  article .box__hero.style-2 .inner-container .excerpt {
    width: 100%;
    margin: 0;
    font-size: 62px;
    line-height: 86px;
  }

  article .box__hero.style-2 .play-icon {
    position: absolute;
    top: 473px;
  }

  /* Card */
  .home-popup-promo,
  .pack-popup-promo {
    width: 320px;
  }

  .hero h4.has-text-align-center {
    line-height: 50px;
    font-size: 28px;
  }

  body.single-pack article .subhero .excerpt p {
    font-size: 22px;
    line-height: 28px;
  }

  /*  */
  /*  */
}



/**/
@media (min-width: 769px) {
  article .hero .inner-container {
    margin-left: 1%;
  }
}
@media (min-width: 1280px) {
  article .hero .inner-container {
    margin-left: -5%;
  }
}
.page-popup-promo .ysl-block-group.body {
  padding: 20px 20px;
}

/*form validar*/
.yslForm-form.invalid .form-container .yslForm-form-control-wrap {
  display: block;
}
.form-container .yslForm-not-valid-tip {
  font-size: 11px;
  line-height: 12px;
  margin-top: 3px;
  padding-left: 7px;
}
.yslForm-form.invalid .yslForm-form-control-wrap.accept-info {
  display: inherit;
}
.yslForm-form.invalid .form-col-checkbox {
  position: relative;
  margin-bottom: 2.5em;
}
.yslForm-form.invalid .form-col-checkbox .yslForm-not-valid-tip {
  position: absolute;
  top: 17px;
  width: 266px;
}
.yslForm-form.invalid .form-container .form-row:not(:last-child) {
  margin-bottom: 10px;
}

.tit__mod-casa {
  font-family: "AvenirLTStdRoman", sans-serif;
  line-height: 38px;
  background-color: #f9fafa;
  padding: 1em 0 0.5em;
  margin-top: 1em;
  position: relative;
}
.tit__mod-casa strong {
  font-family: "AvenirLTStdHeavy", sans-serif;
}
.tit__mod-casa::before {
  content: "";
  display: block;
  width: 100%;
  height: 1em;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #f9fafa;
}
.tit__mod-casa::after {
  content: "";
  display: block;
  width: 100%;
  height: 1.5em;
  position: absolute;
  bottom: -28px;
  z-index: 999;
  left: 0;
  background-color: #f9fafa;
}
.section__house .top-shadow {
  display: none !important;
}
.section--hogar-protegido {
  box-shadow: 0 2.8854px 40.75px rgba(0, 0, 0, 0.18);
}
.ysl-block-button__link svg,
.adt-shortcode-calculator .next .button svg {
  margin-left: 0.875em;
  position: relative;
  top: 0.25em;
}

.modal--informate-sticky,
.modal--informate,
.modal--te-llamamos {
  z-index: 999999;
  top: 0;
  padding-top: 150px;
}
@media (max-width: 1129px) {
  .modal--informate-sticky,
  .modal--informate,
  .modal--te-llamamos {
    padding-top: 80px;
  }
  .home-popup-promo-sticky {
    width: 100%;
  }

  .home-popup-promo .caption {
    margin-top: 0;
  }
  .home-popup-promo .ysl-block-columns {
    flex-wrap: nowrap;
  }
}
@media (max-width: 1023px) {
  .home-popup-promo:after {
   
    content: "";
    z-index: -1;
  }
  .img-ipad-wrap {
    left: 27vw;
  }
  .img-ipad-wrap {
    top: 40%;
  }
}
@media (max-width: 900px) {
  .img-ipad-wrap {
    left: 18vw;
  }
}
@media (max-width: 768px) {
  .img-ipad-wrap {
    top: inherit;
    bottom: -23vw;
    left: 50%;
    transform: translateX(-48%);
    width: 40%;
  }
  .home-popup-promo::after {
    content: "";
    display: block !important;
    width: 40px !important;
    height: 40px !important;
    background-color: #ffffff;
    border-radius: 8px !important;
    position: absolute;
    top: initial !important;
    bottom: -31px !important;
    left: 50% !important;
    transform: translate(-50%, -50%) rotate(45deg) !important;
    border: 0 !important;
  }
 .home article .hero {
    height: 300px;
    /*background-image: url('https://adt.com.es/ysl-content/uploads/2022/09/Home-imagen-mobile-min.png') !important;*/
	
}
section.ysl-container-4.ysl-block-group.header {
    margin-top: 140px;
}


  }
  .home .extra-hero .title,
  .home article .hero .excerpt {
    /*width: 251px;*/
    max-width: none;
    margin: 0 auto;
    color: #000000;
    font-weight: 600;
  }
  .page .extra-hero .title,
  .page article .hero .excerpt {
    /*width: 251px;*/
    max-width: none;
    color: #000000;
    font-weight: 600;
  }
  @media only screen and (min-width: 768px) {
    .page .extra-hero .title,
    .page article .hero .excerpt {
    margin: 0 auto;
    }
  }
  .extra-hero .home-popup-promo {
   
    max-width: 370px;
    margin-left: auto;
    margin-right: auto;
        z-index: 888;
  }
  .bodegon-home {
    margin-top: 40em;
  }

  img.ysl-image-3510 {
    margin-left: 0px;
    margin-top: 0;
}

  article .hero .container {
    padding-bottom: 11em;
  }
  .adt-shortcode-list-slider .items .item:not(:nth-child(3)),
  .adt-shortcode-list-slider .items .item:not(:nth-child(6)),
  .adt-shortcode-list-slider .items .item:not(:nth-child(9)) {
    border: none;
  }
  .section--panel-info h5.has-text-align-right {
    text-align: center;
  }
  .ysl-block-columns:not(.is-not-stacked-on-mobile)
    > .ysl-block-column:nth-child(2n).home--text-colum-mob {
    flex-basis: unset !important;
  }

@media (max-width: 781px) {
  .ysl-container-5.ysl-block-column.is-vertically-aligned-center {
    flex-basis: auto !important;
}
.extra-hero .home-popup-promo {
    margin-top: 27em;
   
  }

}
@media (max-width: 500px) {
  .modal--informate-sticky,
  .modal--informate,
  .modal--te-llamamos {
    z-index: 999999;
    padding-top: 10px;
    left: 0;
  }
  .modal--informate-sticky .modal-content,
  .modal--informate .modal-content,
  .modal--te-llamamos .modal-content {
    width: 90%;
  }
  .img-ipad-wrap {
    top: inherit;
    bottom: -65vw;
    left: 50%;
    transform: translateX(-37%);
    width: 70%;
  }
  .img-ipad-wrap img {
    max-width: 75%;
  }
  article .hero .container {
    padding-bottom: 11em;
  }
}
@media (max-width: 320px) {
  .img-ipad-wrap {
    bottom: -42vw;
  }
}

.ayuda .extra-hero .title,
.ayuda .extra-hero .excerpt h2,
.ayuda .hero-excerpt {
  max-width: none;
}
.ayuda article .hero .inner-container {
  margin-left: 0;
  left: 50%;
  transform: translateX(-50%);
}
.ayuda article .hero {
  height: 65vh;
}
.faq-item h4 {
  font-size: 18px;
  line-height: 24px;
  margin: 1em 1em;
}
.faq-item .content {
  padding: 1em 2em;
}
.faq-item ul {
  padding-left: 1.5em;
  margin-top: 1em;
}
.faq-item ul li {
  margin-bottom: 1em;
}
.adt-shortcode-faq .faq-item .icon {
  top: 50%;
  transform: translateY(-50%);
}
.adt-shortcode-faq .faq-item.opened .icon {
  top: 2em;
  transform: none;
}
.section--faq .container .ysl-block-group__inner-container {
  margin-top: -250px;
}
.ayuda article .hero .background-mask {
  background: linear-gradient(
    179.45deg,
    rgba(0, 0, 0, 0.45) 25.24%,
    rgba(0, 0, 0, 0) 83.03%
  ) !important;
}
.contacto .extra-hero .title,
.contacto .extra-hero .excerpt h2,
.contacto .hero-excerpt {
  max-width: none;
}
.contacto article .hero .inner-container {
  margin-left: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
.section--faq .container .ysl-block-group__inner-container,
.section--contact-form .container .ysl-block-group__inner-container {
  margin-top: -100px;
}
/* .contacto article .hero {
  height: 65vh;
} */
.page-id-789 .extra-hero .title,
.page-id-789 .extra-hero .excerpt h2,
.page-id-789 .hero-excerpt {
  max-width: none;
}
.page-id-789 article .hero .inner-container {
  margin-left: 0;
  left: 50%;
  transform: translateX(-50%);
}
.page-id-796 .extra-hero .title,
.page-id-796 .extra-hero .excerpt h2,
.page-id-796 .hero-excerpt {
  max-width: none;
}
.page-id-796 article .hero .inner-container {
  margin-left: 0;
  left: 50%;
  transform: translateX(-50%);
}
.page-id-51 .extra-hero .title,
.page-id-51 .extra-hero .excerpt h2,
.page-id-51 .hero-excerpt,
.page-id-51 .excerpt.hero-excerpt,
.page-id-51 .excerpt.hero-excerpt h2 {
  max-width: none;
  text-align: center;
}
.page-id-51 article .hero .inner-container {
  margin-left: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 769px) {
  .ayuda article .hero .inner-container {
    left: inherit;
    transform: none;
  }
  .contacto article .hero .inner-container {
    left: inherit;
    transform: none;
  }
  .section--faq .container .ysl-block-group__inner-container,
  .section--contact-form .container .ysl-block-group__inner-container {
    margin-top: -70px;
    padding: 3em 2.5em;
  }
  .contacto article .hero {
    height: auto;
  }
  .page-id-789 article .hero .inner-container {
    left: inherit;
    transform: none;
  }
  .page-id-796 article .hero .inner-container {
    left: inherit;
    transform: none;
  }
  .page-id-51 article .hero .inner-container {
    left: inherit;
    transform: none;
  }
}

/* para que no pise whatsapp a las cookies de entrada pero quede encima del banenr anuncio banner de abajo*/
#contentWidgetBotsloversWhatsApp{
  position: absolute;
  z-index: 1000000;
}

div#ot-sdk-btn-floating {
    display: none !important;
}

@media (max-width: 800px) {
  .extra-hero .home-popup-promo {
    position: relative;
    /* top: 0;
    margin-top: 42px; */
    width: 100%;
   margin-top: 13em !important;
  }
  .home-popup-promo:after {
    display: none;
  }
  article .box__hero.style-2 .play-icon {
    position: absolute;
    top: 473px;
  }

  .section--packs-slider .pack-item-container.slick-current .pack-item {
    width: 100%;
  }
  .pack-popup-promo {
    top: 0px;
  }
}

.modalvideo{
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  background-color: rgba(0,0,0,0.7);
  width: 100%;
  height: 100%;
}

.modalvideo .modalcontent{
  position: fixed;
  width: 70vw;
  height: auto; 
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.modalvideo .closemodalvideo{
  position: fixed;
  right: 13vw;
  top: 11%;
  color: #FFFFFF;
  font-size: 20px;
}
.modalvideo video{
  width: 100%;
  height: auto;
}

.modalvideo iframe{
  width: 100%;
  height: 70vh;
}

@media (max-width: 800px) {
  .modalvideo .modalcontent{
    width: 95vw;
  }
  .modalvideo .closemodalvideo{
    right: 5vw;
    top: 25%;
  }
}

