@charset "UTF-8";
@font-face {
  font-family: "AvenirLTStdBook";
  src: url("../fonts/AvenirLTStdBook.eot");
  src: url("../fonts/AvenirLTStdBook.eot") format("embedded-opentype"), url("../fonts/AvenirLTStdBook.woff2") format("woff2"), url("../fonts/AvenirLTStdBook.woff") format("woff"), url("../fonts/AvenirLTStdBook.ttf") format("truetype"), url("../fonts/AvenirLTStdBook.svg#AvenirLTStdBook") format("svg"); }

@font-face {
  font-family: "AvenirLTStdRoman";
  src: url("../fonts/AvenirLTStdRoman.eot");
  src: url("../fonts/AvenirLTStdRoman.eot") format("embedded-opentype"), url("../fonts/AvenirLTStdRoman.woff2") format("woff2"), url("../fonts/AvenirLTStdRoman.woff") format("woff"), url("../fonts/AvenirLTStdRoman.ttf") format("truetype"), url("../fonts/AvenirLTStdRoman.svg#AvenirLTStdRoman") format("svg"); }

@font-face {
  font-family: "AvenirLTStdHeavy";
  src: url("../fonts/AvenirLTStdHeavy.eot");
  src: url("../fonts/AvenirLTStdHeavy.eot") format("embedded-opentype"), url("../fonts/AvenirLTStdHeavy.woff2") format("woff2"), url("../fonts/AvenirLTStdHeavy.woff") format("woff"), url("../fonts/AvenirLTStdHeavy.ttf") format("truetype"), url("../fonts/AvenirLTStdHeavy.svg#AvenirLTStdHeavy") format("svg"); }

@font-face {
  font-family: "AvenirLTStdBlack";
  src: url("../fonts/AvenirLTStdBlack.eot");
  src: url("../fonts/AvenirLTStdBlack.eot") format("embedded-opentype"), url("../fonts/AvenirLTStdBlack.woff2") format("woff2"), url("../fonts/AvenirLTStdBlack.woff") format("woff"), url("../fonts/AvenirLTStdBlack.ttf") format("truetype"), url("../fonts/AvenirLTStdBlack.svg#AvenirLTStdBlack") format("svg"); }

@font-face {
  font-family: "BentonSansRegular";
  src: url("../fonts/BentonSansRegular.eot");
  src: url("../fonts/BentonSansRegular.eot") format("embedded-opentype"), url("../fonts/BentonSansRegular.woff2") format("woff2"), url("../fonts/BentonSansRegular.woff") format("woff"), url("../fonts/BentonSansRegular.ttf") format("truetype"), url("../fonts/BentonSansRegular.svg#BentonSansRegular") format("svg"); }

@font-face {
  font-family: "BentonSansMedium";
  src: url("../fonts/BentonSansMedium.eot");
  src: url("../fonts/BentonSansMedium.eot") format("embedded-opentype"), url("../fonts/BentonSansMedium.woff2") format("woff2"), url("../fonts/BentonSansMedium.woff") format("woff"), url("../fonts/BentonSansMedium.ttf") format("truetype"), url("../fonts/BentonSansMedium.svg#BentonSansMedium") format("svg"); }

@font-face {
  font-family: "BentonSansBold";
  src: url("../fonts/BentonSansBold.eot");
  src: url("../fonts/BentonSansBold.eot") format("embedded-opentype"), url("../fonts/BentonSansBold.woff2") format("woff2"), url("../fonts/BentonSansBold.woff") format("woff"), url("../fonts/BentonSansBold.ttf") format("truetype"), url("../fonts/BentonSansBold.svg#BentonSansBold") format("svg"); }

.text--left {
  text-align: left; }

.text--right {
  text-align: right; }

.text--center {
  text-align: center; }

.font--light {
  font-weight: 300; }

.font--regular {
  font-weight: 400; }

.font--medium {
  font-weight: 600; }

.font--heavy {
  font-weight: 700; }

.titular {
  font-family: "Source Sans Pro", sans-serif; }
  .titular--principal {
    font-size: 3rem; }
  .titular--secundario {
    font-size: 2rem; }
  .titular--terciario {
    font-size: 1.5rem; }

.size-75rem {
  font-size: 0.75rem !important; }

.size-8rem {
  font-size: 0.8rem !important; }

.size-85rem {
  font-size: 0.85rem !important; }

.text--color--secundario, .text--color--darkblue {
  color: #005fa9; }

.text--color--mediumblue {
  color: #00a0e9; }

.text--color--lightblue {
  color: #56b9e5; }

.text--color--amarillo {
  color: #ffd800; }

.text--color--principal {
  color: #464646; }

.text--color--negro {
  color: #000000; }

.text--color--blanco {
  color: #ffffff; }

.text-fam--serif {
  font-family: "Source Sans Pro", sans-serif; }

body {
  font-family: "AvenirLTStdBook", sans-serif;
  font-weight: 400;
  letter-spacing: 0.015em; }

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

h1 {
  font-size: 2.5em; }

h2 {
  font-size: 2em; }

h3 {
  font-size: 1.375em; }

h4 {
  font-size: 1.125em; }

h5 {
  font-size: 1em; }

h6 {
  font-size: 0.875em; }

p {
  font-size: 1em;
  line-height: 1.25; }
  p ~ p {
    margin-top: 1.35em; }

strong {
  font-weight: 700; }

ul {
  padding: 0;
  list-style-type: none; }

a {
  color: inherit;
  text-decoration: none; }

button {
  background: transparent;
  border: none;
  cursor: pointer; }

/* @include media-min(320px) { } */
.container {
  width: 88%;
  margin-left: auto;
  margin-right: auto; }
  .container--mobile {
    width: 100%; }
  @media only screen and (min-width: 1024px) {
    .container--mobile {
      width: 88%; } }

.row {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-content: space-between;
  align-items: center; }
  .row-flow--column {
    flex-flow: column wrap; }
    @media only screen and (min-width: 1024px) {
      .row-flow--column {
        flex-flow: row wrap; } }
  .row.align-items--start {
    align-items: flex-start; }
  .row.align-items--end {
    align-items: flex-end; }
  .row.align-items--stretch {
    align-items: stretch; }
  .row.align-items--center {
    align-items: center; }
  .row--width100 {
    width: 100%; }
  .row--evenly {
    justify-content: space-evenly; }
  .row--around {
    justify-content: space-around; }
  .row--center {
    justify-content: center; }
  .row--start {
    justify-content: flex-start; }
  .row--end {
    justify-content: flex-end; }

.maskOverflow-X {
  width: 100%;
  overflow-x: auto; }

.opcionesEnvioProcCompra {
  border-collapse: collapse;
  margin-top: 1rem;
  margin-bottom: 2rem;
  width: 100%;
  min-width: 930px; }
  .opcionesEnvioProcCompra tr {
    height: 130px; }
  .opcionesEnvioProcCompra tr:nth-child(even) td {
    background-color: #ffffff; }
  .opcionesEnvioProcCompra .opcionEnvioImg {
    padding-left: 2rem;
    width: 230px; }
    .opcionesEnvioProcCompra .opcionEnvioImg label {
      padding-left: 3rem !important; }
    .opcionesEnvioProcCompra .opcionEnvioImg img {
      height: 50px; }
    .opcionesEnvioProcCompra .opcionEnvioImg img + span,
    .opcionesEnvioProcCompra .opcionEnvioImg i + span {
      text-transform: uppercase;
      text-align: center; }
  .opcionesEnvioProcCompra .recogidaTienda .opcionEnvioImg i {
    font-size: 2.5rem;
    color: #005fa9; }
  .opcionesEnvioProcCompra .recogidaTienda .opcionEnvioImg i + span {
    display: inline-block;
    padding-left: .15rem;
    text-align: left; }
  .opcionesEnvioProcCompra .infoOpcion {
    font-size: .9rem; }
  .opcionesEnvioProcCompra .infoOpcion + td {
    padding-right: 2.5rem; }
  .opcionesEnvioProcCompra span > span {
    display: block; }
  @media only screen and (max-width: 1023px) {
    .opcionesEnvioProcCompra {
      max-width: 100%;
      min-width: 0; }
      .opcionesEnvioProcCompra td, .opcionesEnvioProcCompra tr {
        display: block; }
      .opcionesEnvioProcCompra tr {
        height: auto; }
      .opcionesEnvioProcCompra td {
        width: 100% !important;
        position: relative;
        padding-bottom: 1rem; }
        .opcionesEnvioProcCompra td.opcionEnvioImg {
          padding-top: .5rem; }
        .opcionesEnvioProcCompra td.infoOpcion {
          padding: 0 2rem 2rem; } }

.text--left {
  text-align: left; }

.text--right {
  text-align: right; }

.text--center {
  text-align: center; }

.display--block {
  display: block; }

.display--inline {
  display: inline; }

.display--inlineblock {
  display: inline-block; }

.display--desktop {
  display: none; }
  @media only screen and (min-width: 768px) {
    .display--desktop {
      display: block; } }

@media only screen and (min-width: 768px) {
  .display--mobile {
    display: none !important; } }

@media only screen and (min-width: 1024px) {
  .display--mobile-extend {
    display: none !important; } }

.overflow--hidden {
  overflow: hidden; }

h1,
.h1 {
  font-size: 3rem; }

h2,
.h2 {
  font-size: 2.7rem; }

h3,
.h3 {
  font-size: 1.375rem; }

h4,
.h4 {
  font-size: 1.125rem; }

h5,
.h5 {
  font-size: 1rem; }

h6,
.h6 {
  font-size: 0.875rem; }

h1,
h2,
h3,
h4,
.h1,
.h2,
.h3,
.h4 {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 600; }

p {
  font-size: 1rem;
  font-weight: 400;
  font-family: "Source Sans Pro", sans-serif; }
  
  .heroTop__ipad h2{
      text-align: center;
    max-width: 361px;
    font-size: 35px;
    color:#0a5faa; }

ul {
  padding: 0;
  list-style-type: none; }

a {
  text-decoration: none; }

.tachado {
  text-decoration: line-through;
  font-weight: 500;
  display: inline-block;
  opacity: 0.8;
  margin-right: 0.6rem; }

.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.nooutline {
  outline: none !important; }

.bgr-darkblue {
  background-color: #005fa9; }

.bgr-mediumblue {
  background-color: #00a0e9; }

.bgr-lightblue {
  background-color: #56b9e5; }

.bgr-gengrey {
  background-color: #f9fafa; }

.bgr-yellow {
  background-color: #ffd800; }

@keyframes bounce {
  0% {
    transform: translate(0, 0) rotate(90deg); }
  50% {
    transform: translate(0, 5px) rotate(90deg); }
  100% {
    transform: translate(0, 0px) rotate(90deg); } }

@keyframes camera {
  0% {
    transform: translate(10px, 0);
    transform: rotate(5deg); }
  30% {
    transform: translate(-5px, 0);
    transform: rotate(-1deg); }
  50%,
  100% {
    transform: translate(0, 0);
    transform: rotate(0deg); } }

@keyframes marquee {
  0% {
    left: 0; }
  100% {
    left: -100%; } }

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: 0; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-slider .slick-list, .slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }

.slick-track:after, .slick-track:before {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }

[dir=rtl] .slick-slide {
  float: right; }

.slick-slide img {
  display: block; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.slick-loading .slick-list {
  background: #fff url(ajax-loader.gif) center center no-repeat; }

@font-face {
  font-family: slick;
  font-weight: 400;
  font-style: normal;
  src: url(fonts/slick.eot);
  src: url(fonts/slick.eot?#iefix) format("embedded-opentype"), url(fonts/slick.woff) format("woff"), url(fonts/slick.ttf) format("truetype"), url(fonts/slick.svg#slick) format("svg"); }

.slick-next, .slick-prev {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: 0;
  background: 0 0; }

.slick-next:focus, .slick-next:hover, .slick-prev:focus, .slick-prev:hover {
  color: transparent;
  outline: 0;
  background: 0 0; }

.slick-next:focus:before, .slick-next:hover:before, .slick-prev:focus:before, .slick-prev:hover:before {
  opacity: 1; }

.slick-next.slick-disabled:before, .slick-prev.slick-disabled:before {
  opacity: .25; }

.slick-next:before, .slick-prev:before {
  font-family: slick;
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }

[dir=rtl] .slick-prev {
  right: -25px;
  left: auto; }

.slick-prev:before {
  content: '←'; }

[dir=rtl] .slick-prev:before {
  content: '→'; }

.slick-next {
  right: -25px; }

[dir=rtl] .slick-next {
  right: auto;
  left: -25px; }

.slick-next:before {
  content: '→'; }

[dir=rtl] .slick-next:before {
  content: '←'; }

.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center; }

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer; }

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: 0;
  background: 0 0; }

.slick-dots li button:focus, .slick-dots li button:hover {
  outline: 0; }

.slick-dots li button:focus:before, .slick-dots li button:hover:before {
  opacity: 1; }

.slick-dots li button:before {
  font-family: slick;
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: .25;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-dots li.slick-active button:before {
  opacity: .75;
  color: #000; }

header {
  width: 100%; }

.header__time {
  background-color: #000000;
  text-align: center;
  padding: 0.75em 1em; }
  .header__time p {
    color: #ffffff;
    font-family: "AvenirLTStdRoman", sans-serif;
    font-size: 0.875em; }
    @media all and (min-width: 1024px) {
      .header__time p {
        font-size: 1em; } }
    .header__time p button {
      text-decoration: underline;
      color: #ffffff; }

.header__distribuidor-text {
  background-color: #aaabab; }

.header__content {
  text-align: center;
  padding: 0.875em 2em; }
  @media all and (min-width: 768px) {
    .header__content {
      text-align: left;
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 0.875em 1em;
      max-width: 1500px;
      margin: 0 auto; } }
  @media all and (min-width: 1280px) {
    .header__content {
      padding: 0.875em 5em; } }

@media all and (min-width: 768px) {
  .header__logo {
    flex: 1 1 0; } }

.header__logo img {
  width: 100%;
  max-width: 220px; }

.header__logo svg {
  max-width: 220px; }

@media all and (min-width: 768px) {
  .header__call {
    display: flex;
    align-items: center;
    flex: 1 1 0;
    justify-content: center; } }

@media all and (min-width: 1280px) {
  .header__call {
    align-items: flex-start; } }

@media all and (min-width: 768px) {
  .header__call svg {
    width: 28px; } }

@media all and (min-width: 1280px) {
  .header__call svg {
    width: 53px; } }

.header__call span {
  font-family: "AvenirLTStdRoman", sans-serif;
  font-weight: 800;
  font-size: 1.65em;
  color: #005fa9;
  padding-left: 0.25em; }
  @media all and (min-width: 1280px) {
    .header__call span {
      font-size: 2.65em; } }

.header__atencion {
  font-family: "BentonSansRegular", sans-serif;
  font-size: 1em;
  color: #464646; }
  @media all and (min-width: 768px) {
    .header__atencion {
      flex: 1.1 1 0;
      text-align: right; } }
  @media all and (min-width: 1280px) {
    .header__atencion {
      font-size: 1.5em;
      flex: 1 1 0; } }
  .header__atencion a {
    font-family: "BentonSansMedium", sans-serif;
    text-decoration: underline; }

.mainFooter {
  padding: 0;
  margin-bottom: 7em; }
  @media all and (min-width: 1200px) {
    .mainFooter {
      margin-bottom: 0; } }
  .mainFooter p {
    font-family: "AvenirLTStdRoman", sans-serif; }
  .mainFooter--middle, .mainFooter--bottom {
    padding: 1rem 0; }
    .mainFooter--middle a, .mainFooter--bottom a {
      opacity: 1;
      transition: opacity 0.25s ease-in-out; }
      .mainFooter--middle a:hover, .mainFooter--bottom a:hover {
        opacity: 0.8; }
  .mainFooter--middle {
    flex-wrap: nowrap; }
    .mainFooter--middle .adtProtege a {
      margin: 0.75rem 0;
      display: block; }
    .mainFooter--middle > div {
      width: 100%;
      margin: 1em 1em;
      text-align: center; }
      @media all and (min-width: 768px) {
        .mainFooter--middle > div {
          margin: 1em 2em; } }
      @media all and (min-width: 1024px) {
        .mainFooter--middle > div {
          width: auto; }
          .mainFooter--middle > div.adtWelcome p {
            text-align: right; } }
    .mainFooter--middle .text--color--blanco {
      font-size: 0.68em; }
      @media all and (min-width: 768px) {
        .mainFooter--middle .text--color--blanco {
          font-size: 1em; } }
    .mainFooter--middle svg {
      max-width: 50px; }
      @media all and (min-width: 768px) {
        .mainFooter--middle svg {
          max-width: none; } }
  .mainFooter .backToTop {
    position: fixed;
    bottom: 30px;
    transform: translateY(200px);
    right: 2vw;
    z-index: 100;
    transition: all 0.55s ease-in-out; }
    .mainFooter .backToTop .fa-arrow-up {
      color: #6fd3ff;
      font-size: 2.2rem;
      transition: transform 0.35s ease-in-out; }
    .mainFooter .backToTop.hit {
      transform: none; }
    .mainFooter .backToTop:hover .fa-arrow-up {
      transform: translateY(-10px); }
    @media all and (min-width: 1280px) {
      .mainFooter .backToTop .fa-arrow-up {
        font-size: 2.7rem; } }
  .mainFooter .avisoCookies {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 200;
    background-color: rgba(0, 0, 0, 0.87);
    padding: 1.5rem 4vw 1.65rem;
    transition: transform 0.75s ease-in-out;
    transform: translateY(250px);
    justify-content: center; }
    .mainFooter .avisoCookies.hit {
      transform: none; }
    .mainFooter .avisoCookies .closeCookies {
      position: absolute;
      top: 0.75rem;
      right: 1.5rem;
      font-size: 1.8rem;
      color: #c7cbce; }
      @media only screen and (min-width: 1400px) {
        .mainFooter .avisoCookies .closeCookies {
          right: 2rem; } }
    .mainFooter .avisoCookies p,
    .mainFooter .avisoCookies a {
      color: #ffffff; }
    .mainFooter .avisoCookies a {
      text-decoration: underline; }
    .mainFooter .avisoCookies p {
      width: 75%;
      max-width: 900px;
      text-align: center;
      padding-bottom: 1rem;
      font-family: "AvenirLTStdRoman", sans-serif; }
      @media only screen and (min-width: 1024px) {
        .mainFooter .avisoCookies p {
          text-align: left;
          padding-right: 1rem;
          padding-bottom: 0; } }
    .mainFooter .avisoCookies br {
      display: none; }
    .mainFooter .avisoCookies .btnGEN {
      padding: 0.6rem 1rem 0.75rem;
      font-size: 1.2rem; }
    @media only screen and (min-width: 1024px) {
      .mainFooter .avisoCookies br {
        display: block; } }
    @media only screen and (min-width: 1280px) {
      .mainFooter .avisoCookies {
        justify-content: space-between;
        padding: 2.2rem 7vw; } }
    @media only screen and (min-width: 1440px) {
      .mainFooter .avisoCookies {
        padding: 2.2rem 15vw; } }
    @media only screen and (min-width: 2200px) {
      .mainFooter .avisoCookies {
        padding: 2.2rem 20vw; } }

.fixed {
  display: none;
  width: 100%; }
  .fixed .mod-fixed--mob {
    width: 100%;
    padding-top: 1em !important;
    padding-bottom: 1em !important;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
    border-radius: 8px;
    display: block; }
    @media all and (min-width: 1200px) {
      .fixed .mod-fixed--mob {
        display: none; } }
    .fixed .mod-fixed--mob .promo__box-price {
      text-align: center;
      position: relative;
      display: flex;
      align-items: baseline;
      justify-content: center;
      width: 100%; }
      .fixed .mod-fixed--mob .promo__box-price .box-price__text-blue {
        font-size: 0.75em;
        font-family: "BentonSansMedium", sans-serif;
        color: #56b9e5;
        font-size: 1em; }
      .fixed .mod-fixed--mob .promo__box-price .box-price__price span.box-price__text-blue {
        font-family: "BentonSansMedium", sans-serif;
        color: #56b9e5;
        font-size: 1em; }
      .fixed .mod-fixed--mob .promo__box-price .box-price__price {
        font-size: 1em;
        font-family: "AvenirLTStdHeavy", sans-serif;
        margin-top: 0;
        color: #245fa4; }
        .fixed .mod-fixed--mob .promo__box-price .box-price__price span {
          font-size: 1.5em;
          line-height: 0.875;
          font-family: "AvenirLTStdBlack", sans-serif; }
    .fixed .mod-fixed--mob .button-fix {
      background-color: #000000;
      font-family: "AvenirLTStdHeavy", sans-serif;
      font-weight: 800;
      color: #ffffff;
      font-size: 15px;
      border-radius: 60px;
      padding: 0.5em 3em;
      margin: 1em auto 0;
      display: block;
      max-width: 290px;
      text-align: center;
      transition: all 0.5s ease-in-out; }
      .fixed .mod-fixed--mob .button-fix:hover {
        background-color: #444648;
        transition: all 0.5s ease-in-out; }
  .fixed .form-fixed--desktop {
    width: 100%;
    padding-top: 0.5em !important;
    padding-bottom: 0.5em !important;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    background-color: rgba(255, 255, 255, 0.75);
    display: none; }
    @media all and (min-width: 1200px) {
      .fixed .form-fixed--desktop {
        display: block; } }
    .fixed .form-fixed--desktop .header__logo svg {
      max-width: 130px;
      max-height: 60px; }
    .fixed .form-fixed--desktop .section__content {
      padding-top: 0;
      padding-bottom: 0;
      display: flex;
      align-items: center;
      justify-content: space-between; }
    .fixed .form-fixed--desktop form {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding-left: 2em; }
      .fixed .form-fixed--desktop form > div {
        flex: 1 1 0;
        padding: 0 0.5em; }
      .fixed .form-fixed--desktop form > div {
        flex: 1.25 1.25 0; }
        .fixed .form-fixed--desktop form > div input.checkbox__custom.no-visible + label {
          padding-bottom: 0;
          font-size: 0.7em; }
      .fixed .form-fixed--desktop form .wrapFormItem,
      .fixed .form-fixed--desktop form .btnsGroup {
        flex: 1 1 0;
        padding: 0 0.5em; }
      .fixed .form-fixed--desktop form.formNewClient .regNewUser span {
        font-size: 16px; }
      .fixed .form-fixed--desktop form.formNewClient input.form--item {
        font-size: 0.875em;
        margin: 0 !important;
        padding: 0.75em 1em;
        background: #fafafa;
        border: 1px solid #cccccc;
        color: #464646; }
        .fixed .form-fixed--desktop form.formNewClient input.form--item:active, .fixed .form-fixed--desktop form.formNewClient input.form--item:focus {
          border-color: #a1adb3; }
      .fixed .form-fixed--desktop form.formNewClient .regNewUser {
        margin-bottom: 0; }
  .fixed.fix {
    position: fixed;
    z-index: 2;
    bottom: 0;
    display: block; }
    @media all and (min-width: 1200px) {
      .fixed.fix {
        top: 0;
        bottom: inherit; } }

.heroTop__promo {
  margin-top: -6em;
  width: 100%; }
  @media all and (min-width: 768px) {
    .heroTop__promo {
      padding-right: 2em;
      margin-top: 0;
      width: auto; } }
  .heroTop__promo .promo__box {
    /*background-color: #0a5faa;*/
    /*padding: 1.7em 1.5em;*/
    border-radius: 1em;
    color: #ffffff;
    font-family: "AvenirLTStdBook", sans-serif;
    text-align: center;
    max-width: 395px;
    margin: 0 auto;
    margin-top: 6em;
    position: relative; margin-bottom: 131px;}
    @media all and (min-width: 1024px) {
      .heroTop__promo .promo__box {
        max-width: 495px;
        padding: 1.7em 2.5em; } }
    @media all and (min-width: 1024px) {
      .heroTop__promo .promo__box {
        font-size: 0.85em; } }
    @media all and (min-width: 1280px) {
      .heroTop__promo .promo__box {
        font-size: 0.9em; } }
    @media all and (min-width: 1440px) {
      .heroTop__promo .promo__box {
        margin-top: 6em;
        margin-left: 6vw;
        font-size: 0.9em; } }
    .heroTop__promo .promo__box::after {
      content: "";
      display: block;
      width: 1.75em;
      height: 1.75em;
      /*background-color: #0a5faa;*/
      border-radius: 8px;
      position: absolute;
      bottom: -24px;
      right: 35%;
      transform: translateY(-50%) rotate(45deg); }
      
        
 p.ahora {
 
    margin-left: 40px;
   line-height: 24px;
    margin-top: 30px;
    margin-bottom: 0;
    width: 56px;
    font-family: 'AvenirBlack', 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;
}
span.cero {
    color: #245fa4;
}
p.price-label-meses {
    font-size: 27px;
    line-height: 24px;
    color: #56B9E5;
    margin-top: -52px;
     font-family: 'AvenirBlack', sans-serif;
    font-weight: 900;
    margin-bottom: 0;
    padding-top: 10px;
    padding-left: 58px;
    text-align: center;
}
p.price-verano {
       font-family: 'AvenirBlack', sans-serif;
    font-weight: 900;
    font-size: 37px;
    line-height: 1em;
    margin-top: -50px;
    margin-bottom: 0;
    margin-left:52px;
    text-align: center;
}
p.price-verano strong {
    font-family: 'AvenirBlack', sans-serif;
    font-weight: 900;
    font-size: 100px;
    line-height: 1em;
} 
 p.price {
    font-family: 'AvenirExtraBold', sans-serif;
    font-weight: 800;
    font-size: 30px;
    line-height: 1em;
    margin-top: -40px;
    margin-bottom: 0;
    text-align: center;
}

 p.price strong {
    font-family: 'AvenirBlack', sans-serif;
    font-weight: 900;
    font-size: 100px;
    line-height: 1em;
}
 
      @media all and (min-width: 1024px) {
        .heroTop__promo .promo__box::after {
          width: 3.25em;
          height: 3.25em;
          top: 50%;
          right: -21px;
          transform: translateY(-50%) rotate(45deg); } }
  .heroTop__promo .promo__tit {
    font-size: 1.125em;
    font-family: "AvenirLTStdHeavy", sans-serif;
    padding-bottom: 0.25em; }
    @media all and (min-width: 768px) {
      .heroTop__promo .promo__tit {
        font-size: 2.25em;
        padding-bottom: 0.125em; } }
  .heroTop__promo .promo__text {
    font-size: 0.75em;
    font-family: "BentonSansRegular", sans-serif;
    padding-bottom: 0.75em; }
    @media all and (min-width: 768px) {
      .heroTop__promo .promo__text {
        font-size: 1.25em; } }
    .heroTop__promo .promo__text strong {
      font-family: "BentonSansBold", sans-serif; }
  .heroTop__promo .promo__box-price {
    position: relative; }
    .heroTop__promo .promo__box-price .box-price__text-blue {
      font-size: 0.75em;
      font-family: "BentonSansMedium", sans-serif;
      color: #56b9e5;
      font-size: 1.2em;
      position: absolute;
      top: 0.75em;
      right: 0.65em; }
      @media all and (min-width: 768px) {
        .heroTop__promo .promo__box-price .box-price__text-blue {
          font-size: 2.3em; } }
    .heroTop__promo .promo__box-price .box-price__price {
      font-size: 1.9em;
      font-family: "AvenirLTStdHeavy", sans-serif;
      margin-top: 0; }
      @media all and (min-width: 768px) {
        .heroTop__promo .promo__box-price .box-price__price {
          font-size: 3.45em; } }
      .heroTop__promo .promo__box-price .box-price__price span {
        font-size: 3em;
        line-height: 0.875; }
        @media all and (min-width: 768px) {
          .heroTop__promo .promo__box-price .box-price__price span {
            font-size: 3em; } }
  .heroTop__promo .promo__box-gratis {
    border: 1px solid #56b9e5;
    border-radius: 2px;
    margin-top: 0.25em; }
    .heroTop__promo .promo__box-gratis .box-gratis__tit {
      background-color: #56b9e5;
      font-size: 1em;
      font-family: "AvenirLTStdHeavy", sans-serif;
      padding: 0.5em;
      position: relative; }
      @media all and (min-width: 768px) {
        .heroTop__promo .promo__box-gratis .box-gratis__tit {
          font-size: 1.75em;
          padding: 0.2em; } }
      .heroTop__promo .promo__box-gratis .box-gratis__tit::after {
        position: absolute;
        top: 29px;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        width: 0.75em;
        height: 0.75em;
        border-radius: 3px;
        background-color: #56b9e5;
        transform: rotate(45deg);
        content: ""; }
        @media all and (min-width: 1024px) {
          .heroTop__promo .promo__box-gratis .box-gratis__tit::after {
            top: 31px; } }
    .heroTop__promo .promo__box-gratis .box-gratis__text {
      font-size: 0.6875em;
      font-family: "AvenirLTStdHeavy", sans-serif;
      margin-top: 0;
      text-transform: uppercase;
      padding: 1em 0.75em 0.75em; }
      @media all and (min-width: 768px) {
        .heroTop__promo .promo__box-gratis .box-gratis__text {
          font-size: 1.25em; } }

.heroTop__ipad img {
  width: 100%;
  max-width: 164px;
  position: relative;
  left: 20%;
  margin-top: 0.5em; }
  @media all and (min-width: 768px) {
    .heroTop__ipad img {
      margin-top: 0.75em;
      max-width: 364px;
      position: static;
      left: inherit; } }
  @media all and (min-width: 1024px) {
    .heroTop__ipad img {
      margin-top: 8.75em; } }
  @media all and (min-width: 1280px) {
    .heroTop__ipad img {
      margin-top: 4.75em; } }

.heroTop__form {
  background-color: #ffffff;
  border-radius: 1.25em;
  box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.1);
  max-width: 449px;
  margin-top: 4em; }
  @media all and (min-width: 768px) {
    .heroTop__form {
      margin-top: 0; } }
  .heroTop__form form {
    padding: 2.5em 1.5em;
    color: #464646; }
    @media all and (min-width: 768px) {
      .heroTop__form form {
        padding: 2.5em; } }

.heroTop__call {
  text-align: center;
  padding: 2em 1em 0; }
  .heroTop__call .call__tit {
    font-size: 1em;
    font-family: "BentonSansBold", sans-serif;
    color: #245fa4; }
  .heroTop__call .call__phone {
    background-color: #245fa4;
    color: #ffffff;
    font-size: 1.25em;
    font-family: "AvenirLTStdRoman", sans-serif;
    font-weight: 800;
    border-radius: 60px;
    padding: 0.75em 2em 0.5em;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1;
    margin-top: 1em; }
    .heroTop__call .call__phone svg {
      width: 20px;
      height: 20px;
      margin-right: 0.35em; }
  .heroTop__call .call__atencion {
    font-size: 1em;
    font-family: "BentonSansRegular", sans-serif; }
    .heroTop__call .call__atencion a {
      text-decoration: underline;
      font-weight: 800; }

.button {
  background-color: #000000;
  font-family: "AvenirLTStdHeavy", sans-serif;
  font-weight: 800;
  color: #ffffff;
  font-size: 15px;
  border-radius: 60px;
  padding: 0.5em 3em;
  margin: 1em auto 0;
  display: block;
  max-width: 290px;
  text-align: center;
  transition: all 0.5s ease-in-out; }
  @media all and (min-width: 1024px) {
    .button {
      font-size: 21px;
      max-width: 375px; } }
  .button:hover {
    background-color: #444648;
    transition: all 0.5s ease-in-out; }

/* AJUSTES SLICK CARRUSEL [btns interacción]
------------------------------------------------------*/
.slick-slider .slick-next,
.slick-slider .slick-prev {
  top: 30%;
  width: 50px;
  height: 88px;
  transition: opacity 0.2s ease-in-out;
  z-index: 1; }
  .slick-slider .slick-next::before,
  .slick-slider .slick-prev::before {
    font-style: normal;
    font-variant: normal;
    font-size: 5rem;
    font-weight: 300;
    font-family: "Font Awesome 5 Pro";
    opacity: 1;
    transition: color 0.2s ease-in-out;
    color: #464646; }
  .slick-slider .slick-next:hover::before,
  .slick-slider .slick-prev:hover::before {
    opacity: 0.8; }
  @media all and (min-width: 768px) {
    .slick-slider .slick-next,
    .slick-slider .slick-prev {
      top: 50%; } }

.slick-slider .slick-prev {
  left: -10px; }
  .slick-slider .slick-prev::before {
    content: "\f104"; }
  @media all and (min-width: 768px) {
    .slick-slider .slick-prev {
      left: -40px; } }

.slick-slider .slick-next {
  right: -10px; }
  .slick-slider .slick-next::before {
    content: "\f105"; }
  @media all and (min-width: 768px) {
    .slick-slider .slick-next {
      right: -40px; } }

.slick-slider .slick-dots {
  bottom: -5px; }

.slick-slider .slick-dots li {
  margin: 0 1.5px; }

.slick-slider .slick-dots li button {
  width: 12px;
  height: 12px; }

.slick-slider .slick-dots li button:before {
  content: "";
  background-color: #c1c1c1;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  opacity: 1; }

.slick-slider .slick-dots li.slick-active button:before {
  background-color: #005fa9; }

.slider-icons {
  padding: 2em 2em 1em; }
  @media all and (min-width: 992px) {
    .slider-icons {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      grid-gap: 50px;
      grid-auto-rows: minmax(100px, auto);
      padding: 0; } }
  .slider-icons .icons__item-slider {
    text-align: center; }
    @media all and (min-width: 992px) {
      .slider-icons .icons__item-slider {
        text-align: left;
        display: flex;
        justify-content: space-between; } }
    .slider-icons .icons__item-slider svg {
      margin-bottom: 1em; }
    @media all and (min-width: 992px) {
      .slider-icons .icons__item-slider .box-svg {
        width: 12%;
        text-align: center; } }
    .slider-icons .icons__item-slider p {
      font-family: "AvenirLTStdBook", sans-serif;
      font-size: 1em;
      color: #464646; }
      @media all and (min-width: 992px) {
        .slider-icons .icons__item-slider p {
          width: 86%;
          font-size: 1.3em; } }
      .slider-icons .icons__item-slider p strong {
        font-family: "AvenirLTStdHeavy", sans-serif; }
  .slider-icons .slick-dots {
    bottom: -1em;
    left: 0; }
    .slider-icons .slick-dots li {
      width: auto;
      height: auto;
      margin: 0 5px; }
      .slider-icons .slick-dots li button {
        width: 9px;
        height: 9px; }
        .slider-icons .slick-dots li button:before {
          width: 9px;
          height: 9px; }
      .slider-icons .slick-dots li.slick-active button {
        width: 16px;
        height: 16px; }
        .slider-icons .slick-dots li.slick-active button:before {
          width: 16px;
          height: 16px;
          background-color: #56b9e5; }

.smart__head {
  background: linear-gradient(97.72deg, #005fa9 45.04%, #56b9e5 108.89%);
  text-align: center;
  color: #ffffff;
  padding: 1em 0 7em; }
  @media all and (min-width: 1280px) {
    .smart__head .section__content {
      padding: 4em 5em 5em; } }
  .smart__head h1 {
    font-family: "AvenirLTStdHeavy", sans-serif;
    font-size: 1.5em;
    margin-bottom: 0.5em; }
    @media all and (min-width: 1024px) {
      .smart__head h1 {
        font-size: 3em;
        margin-bottom: 0.25em; } }
  .smart__head p {
    font-size: 1em;
    font-family: "BentonSansRegular", sans-serif; }
    @media all and (min-width: 1024px) {
      .smart__head p {
        font-size: 1.75em; } }

.smart__content {
  margin: 0 auto;
  margin-top: -7em;
  max-width: 1600px; }
  @media all and (min-width: 1280px) {
    .smart__content .slider-smart {
      padding-bottom: 5em; } }
  .smart__content .slider-smart .smart__item-slider {
    padding: 3em 0.875em 3.93753em; }
    @media all and (min-width: 768px) {
      .smart__content .slider-smart .smart__item-slider {
        padding: 3em 1.5em 3.93753em; } }
    @media all and (min-width: 1200px) {
      .smart__content .slider-smart .smart__item-slider {
        padding: 3em 1.5em 3.93753em; } }
    @media all and (min-width: 1200px) {
      .smart__content .slider-smart .smart__item-slider[data-slick-index="1"] {
        transform: scale(1.05);
        transition: 0.5s all ease-in-out;
        margin-top: -1em; }
        .smart__content .slider-smart .smart__item-slider[data-slick-index="1"] .smart__item-slider__content {
          box-shadow: 4px 4px 30px rgba(0, 0, 0, 0.1); }
        .smart__content .slider-smart .smart__item-slider[data-slick-index="1"] .item-slider__bottom {
          border: none;
          padding: 3em 2.5em; } }
    .smart__content .slider-smart .smart__item-slider.slick-active {
      margin-top: -1em;
      transition: all 0.5s ease-in-out; }
    .smart__content .slider-smart .smart__item-slider .item-slider__top {
      position: relative; }
      .smart__content .slider-smart .smart__item-slider .item-slider__top p {
        position: absolute;
        top: 1em;
        left: 1em;
        font-family: "AvenirLTStdBlack", sans-serif;
        font-size: 1.25em;
        background-color: #56b9e5;
        color: #ffffff;
        padding: 0.75em 1.25em 0.5em; }
      .smart__content .slider-smart .smart__item-slider .item-slider__top img {
        width: 100%;
        border-radius: 6px 6px 0px 0px; }
      .smart__content .slider-smart .smart__item-slider .item-slider__top__icons {
        position: absolute;
        top: 70%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
        margin: 0 auto;
        text-align: center; }
        @media all and (min-width: 768px) {
          .smart__content .slider-smart .smart__item-slider .item-slider__top__icons {
            top: 50%; } }
        .smart__content .slider-smart .smart__item-slider .item-slider__top__icons svg {
          margin: 0 0.5em;
          width: 33px; }
          @media all and (min-width: 768px) {
            .smart__content .slider-smart .smart__item-slider .item-slider__top__icons svg {
              width: auto; } }
    .smart__content .slider-smart .smart__item-slider .item-slider__bottom {
      padding: 3em 1.25em;
      border: 2px solid rgba(183, 189, 192, 0.1);
      border-top: none; }
      .smart__content .slider-smart .smart__item-slider .item-slider__bottom h2 {
        font-family: "BentonSansMedium", sans-serif;
        font-size: 0.9375em;
        margin-bottom: 0.25em;
        color: #303538; }
        @media all and (min-width: 1024px) {
          .smart__content .slider-smart .smart__item-slider .item-slider__bottom h2 {
            font-size: 1.5em; } }
      .smart__content .slider-smart .smart__item-slider .item-slider__bottom ul li {
        display: flex;
        justify-content: flex-start;
        padding: 1.75em 0;
        border-bottom: 1px solid #b7bdc0; }
        .smart__content .slider-smart .smart__item-slider .item-slider__bottom ul li:last-child {
          border: none; }
        .smart__content .slider-smart .smart__item-slider .item-slider__bottom ul li svg {
          margin-right: 0.6em;
          width: 18px;
          height: 14px;
          margin-top: 0.25em; }
        .smart__content .slider-smart .smart__item-slider .item-slider__bottom ul li p {
          font-family: "BentonSansRegular", sans-serif;
          font-size: 0.8175em;
          color: #303538;
          width: 90%; }
          @media all and (min-width: 1024px) {
            .smart__content .slider-smart .smart__item-slider .item-slider__bottom ul li p {
              font-size: 0.9375em; } }

.house__head {
  position: relative;
  z-index: 1; }
  .house__head h2 {
    font-family: "AvenirLTStdBook", sans-serif;
    font-size: 1.25em;
    color: #464646;
    text-align: center;
    line-height: 1.35; }
    .house__head h2 strong {
      font-family: "AvenirLTStdHeavy", sans-serif; }
    @media all and (min-width: 768px) {
      .house__head h2 {
        font-size: 1.75em; } }
    @media all and (min-width: 1280px) {
      .house__head h2 {
        font-size: 2.25em; } }
    @media all and (min-width: 1440px) {
      .house__head h2 {
        font-size: 2.5em; } }

.house__icon-mobile {
  text-align: center;
  padding-top: 2em; }

.house__content {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  max-width: 1600px;
  padding: 0em; }
  @media all and (min-width: 1024px) {
    .house__content {
      padding: 1em 4em 1em 2.5em; } }
  @media all and (min-width: 1280px) {
    .house__content {
      padding: 2em 5em; } }
  .house__content__top {
    overflow: hidden; }
    @media all and (min-width: 1024px) {
      .house__content__top {
        display: flex;
        justify-content: space-between;
        overflow: inherit; } }

.house__controls {
  position: relative;
  overflow: scroll;
  max-width: 900px;
  margin: 0 auto; }
  @media all and (min-width: 1024px) {
    .house__controls {
      width: 75%;
      overflow: inherit;
      max-width: none; } }
  @media all and (min-width: 1280px) {
    .house__controls {
      width: 70%; } }
  .house__controls .house__controls__img--none {
    opacity: 0;
    transition: all 1s ease-in-out;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    transition: all 0.5s ease-in-out; }
  .house__controls .perimetral-active {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    transition: all 0.5s ease-in-out;
    opacity: 1; }
  .house__controls img {
    max-width: 900px; }
    @media all and (min-width: 1024px) {
      .house__controls img {
        width: 100%;
        max-width: none; } }
  .house__controls__button {
    position: absolute;
    z-index: 2;
    transform: scale(0.8);
    transition: all 0.8s ease-in-out; }
    @media all and (min-width: 1024px) {
      .house__controls__button {
        transform: scale(0.8); } }
    @media all and (min-width: 1600px) {
      .house__controls__button {
        transform: none; } }
    .house__controls__button::before {
      content: "";
      background-color: rgba(3, 94, 169, 0.5);
      width: 0;
      height: 0;
      border-radius: 50%;
      display: block;
      position: absolute;
      top: 50%;
      left: 50%;
      z-index: 0;
      transform: translate(-50%, -57%);
      transition: all 0.8s ease-in-out; }
    .house__controls__button::after {
      content: "";
      background-color: rgba(3, 94, 169, 0.5);
      width: 0;
      height: 0;
      border-radius: 50%;
      display: block;
      position: absolute;
      top: 50%;
      left: 50%;
      z-index: 0;
      transform: translate(-50%, -57%);
      transition: all 0.8s ease-in-out; }
    .house__controls__button.is-active {
      transition: all 0.8s ease-in-out; }
      .house__controls__button.is-active svg {
        position: relative;
        z-index: 1; }
      .house__controls__button.is-active::before {
        width: 75px;
        height: 75px; }
      .house__controls__button.is-active::after {
        width: 95px;
        height: 95px; }
    .house__controls__button:hover {
      transform: scale(0.9) !important;
      transition: all 0.8s ease-in-out; }
      .house__controls__button:hover::before {
        width: 75px;
        height: 75px;
        transition: all 0.4s ease-in-out; }
      .house__controls__button:hover::after {
        width: 95px;
        height: 95px;
        transition: all 0.4s ease-in-out; }
    .house__controls__button.button-placa {
      top: 169px;
      left: 50px; }
      .house__controls__button.button-placa.is-active::before, .house__controls__button.button-placa:hover::before {
        background-color: rgba(3, 94, 169, 0.5); }
      .house__controls__button.button-placa.is-active::after, .house__controls__button.button-placa:hover::after {
        background-color: rgba(3, 94, 169, 0.5); }
    .house__controls__button.button-conectividad {
      top: 145px;
      left: 248px; }
      .house__controls__button.button-conectividad.is-active::before, .house__controls__button.button-conectividad:hover::before {
        background-color: rgba(3, 181, 122, 0.5); }
      .house__controls__button.button-conectividad.is-active::after, .house__controls__button.button-conectividad:hover::after {
        background-color: rgba(3, 181, 122, 0.5); }
    .house__controls__button.button-video {
      top: 128px;
      left: 496px; }
      .house__controls__button.button-video.is-active::before, .house__controls__button.button-video:hover::before {
        background-color: rgba(184, 50, 103, 0.5); }
      .house__controls__button.button-video.is-active::after, .house__controls__button.button-video:hover::after {
        background-color: rgba(184, 50, 103, 0.5); }
    .house__controls__button.button-proteccion {
      top: 249px;
      left: 346px; }
      .house__controls__button.button-proteccion.is-active::before, .house__controls__button.button-proteccion:hover::before {
        background-color: rgba(255, 129, 72, 0.5); }
      .house__controls__button.button-proteccion.is-active::after, .house__controls__button.button-proteccion:hover::after {
        background-color: rgba(255, 129, 72, 0.5); }
    .house__controls__button.button-interior {
      top: 340px;
      left: 240px; }
      .house__controls__button.button-interior.is-active::before, .house__controls__button.button-interior:hover::before {
        background-color: rgba(85, 185, 229, 0.5); }
      .house__controls__button.button-interior.is-active::after, .house__controls__button.button-interior:hover::after {
        background-color: rgba(85, 185, 229, 0.5); }
    .house__controls__button.button-perimetral {
      top: 213px;
      left: 639px; }
      .house__controls__button.button-perimetral.is-active::before, .house__controls__button.button-perimetral:hover::before {
        background-color: rgba(3, 94, 169, 0.5); }
      .house__controls__button.button-perimetral.is-active::after, .house__controls__button.button-perimetral:hover::after {
        background-color: rgba(3, 94, 169, 0.5); }
    @media all and (min-width: 1024px) {
      .house__controls__button.button-placa {
        top: 25%;
        left: 5%; }
      .house__controls__button.button-conectividad {
        top: 22%;
        left: 28%; }
      .house__controls__button.button-video {
        top: 19%;
        left: 55%; }
      .house__controls__button.button-proteccion {
        top: 39%;
        left: 38%; }
      .house__controls__button.button-interior {
        top: 52%;
        left: 27%; }
      .house__controls__button.button-perimetral {
        top: 32%;
        left: 71%; } }
    .house__controls__button > svg {
      pointer-events: none;
      position: relative;
      z-index: 1; }

@media all and (min-width: 1024px) {
  .house__box-slider {
    width: 25%; } }

@media all and (min-width: 1280px) {
  .house__box-slider {
    width: 30%; } }

.house__box-slider .box__js-house {
  display: none;
  opacity: 0;
  transition: all 0.8s ease-in-out; }

.house__box-slider .box-slider__texts h3 {
  font-family: "AvenirLTStdHeavy", sans-serif;
  font-size: 1.25em;
  color: #245fa4;
  text-align: center;
  line-height: 1.35;
  margin-bottom: 1em; }
  @media all and (min-width: 1280px) {
    .house__box-slider .box-slider__texts h3 {
      font-size: 1.875em; } }

.house__box-slider .box-slider__texts p {
  font-family: "BentonSansRegular", sans-serif;
  font-size: 1em;
  color: #838787;
  text-align: center;
  margin-bottom: 2em; }
  @media all and (min-width: 1280px) {
    .house__box-slider .box-slider__texts p {
      font-size: 1.2em;
      margin-bottom: 3em; } }

.house__box-slider .box-slider__slider-house .slider-house .house__item-slider {
  padding: 1em 3.5em;
  min-height: 150px;
  display: flex;
  flex-direction: column;
  justify-content: space-between; }
  @media all and (min-width: 1024px) {
    .house__box-slider .box-slider__slider-house .slider-house .house__item-slider {
      min-height: 350px; } }
  @media all and (min-width: 1280px) {
    .house__box-slider .box-slider__slider-house .slider-house .house__item-slider {
      min-height: 400px; } }
  .house__box-slider .box-slider__slider-house .slider-house .house__item-slider img {
    margin: 0 auto;
    width: 100%;
    object-fit: contain;
    height: 100%;
    max-height: 200px; }
    @media all and (min-width: 1280px) {
      .house__box-slider .box-slider__slider-house .slider-house .house__item-slider img {
        max-height: 340px; } }
  .house__box-slider .box-slider__slider-house .slider-house .house__item-slider p {
    text-align: center;
    font-family: "BentonSansRegular", sans-serif;
    font-size: 1em;
    color: #000000;
    text-align: center; }
    @media all and (min-width: 1024px) {
      .house__box-slider .box-slider__slider-house .slider-house .house__item-slider p {
        transform: translateY(-6em); } }
    @media all and (min-width: 1280px) {
      .house__box-slider .box-slider__slider-house .slider-house .house__item-slider p {
        font-size: 1.2em;
        transform: translateY(-1em); } }

.house__box-slider .box-slider__slider-house .slider-house .slick-arrow {
  font-family: inherit;
  width: 11px;
  height: 22px;
  top: 35%;
  left: 0; }
  .house__box-slider .box-slider__slider-house .slider-house .slick-arrow::before {
    font-family: inherit;
    content: url("../img/arrow.svg");
    width: 11px;
    height: 22px;
    font-size: 0;
    display: block; }
  .house__box-slider .box-slider__slider-house .slider-house .slick-arrow.slick-next {
    right: 0;
    top: 36%;
    left: inherit; }
    .house__box-slider .box-slider__slider-house .slider-house .slick-arrow.slick-next::before {
      transform: rotate(-180deg); }

.house__content__bottom {
  padding-bottom: 3em; }
  .house__content__bottom .box-slider__slider-icons {
    padding: 2em 1em 2em; }
    @media all and (min-width: 992px) {
      .house__content__bottom .box-slider__slider-icons {
        padding: 2em 0em 5em; } }

.panel__head {
  position: relative;
  z-index: 1;
  padding: 1em 0em 3em; }
  @media all and (min-width: 768px) {
    .panel__head {
      padding: 1em 0em 3em; } }
  @media all and (min-width: 1280px) {
    .panel__head {
      padding: 3em 4em 6em; } }
  .panel__head h2 {
    font-family: "AvenirLTStdBook", sans-serif;
    font-size: 1.25em;
    color: #464646;
    text-align: center;
    line-height: 1.35; }
    .panel__head h2 strong {
      font-family: "AvenirLTStdHeavy", sans-serif; }
    @media all and (min-width: 768px) {
      .panel__head h2 {
        font-size: 1.75em; } }
    @media all and (min-width: 1280px) {
      .panel__head h2 {
        font-size: 2.25em; } }
    @media all and (min-width: 1440px) {
      .panel__head h2 {
        font-size: 2.5em; } }

@media all and (min-width: 1024px) {
  .panel__content {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 80px;
    grid-auto-rows: minmax(100px, auto); } }

.panel__img img {
  width: 100%; }
  @media all and (min-width: 1024px) {
    .panel__img img {
      object-fit: cover;
      height: 100%;
      border-radius: 70px; } }
  @media all and (min-width: 1440px) {
    .panel__img img {
      object-fit: unset;
      border-radius: 0;
      height: auto; } }

@media all and (min-width: 992px) {
  .panel__icons .slider-icons {
    grid-gap: 40px 80px; } }

.panel__icons .slider-icons .icons__item-slider {
  display: block;
  text-align: center; }
  .panel__icons .slider-icons .icons__item-slider .box-svg {
    width: 100%; }
  .panel__icons .slider-icons .icons__item-slider p {
    width: 100%; }
    @media all and (min-width: 1024px) {
      .panel__icons .slider-icons .icons__item-slider p {
        font-size: 1.1em; } }
    @media all and (min-width: 1366px) {
      .panel__icons .slider-icons .icons__item-slider p {
        font-size: 1.25em; } }
    @media all and (min-width: 1600px) {
      .panel__icons .slider-icons .icons__item-slider p {
        font-size: 1.3em; } }

.panel__icons .slider-icons .icons__item-slider svg {
  max-width: 42px;
  max-height: 38px; }
  @media all and (min-width: 1024px) {
    .panel__icons .slider-icons .icons__item-slider svg {
      margin-bottom: 1.5em;
      max-width: 45px;
      max-height: 39px; } }
  @media all and (min-width: 1600px) {
    .panel__icons .slider-icons .icons__item-slider svg {
      margin-bottom: 1.5em;
      max-width: none;
      max-height: none; } }

.central__content {
  position: relative; }

.central__texts {
  z-index: 1; }
  @media all and (min-width: 768px) {
    .central__texts {
      position: absolute;
      top: 3em;
      left: 3em;
      width: 55%;
      max-width: 715px; } }
  @media all and (min-width: 768px) and (min-width: 1366px) {
    .central__texts {
      left: 5em; } }
  @media all and (min-width: 1600px) {
    .central__texts {
      top: 4em;
      left: 7em; } }
  @media all and (min-width: 1800px) {
    .central__texts {
      left: 12em; } }
  @media all and (min-width: 1920px) {
    .central__texts {
      left: 16em; } }
  @media all and (min-width: 2000px) {
    .central__texts {
      left: 23em; } }
  .central__texts h3 {
    font-family: "AvenirLTStdRoman", sans-serif;
    font-size: 1.25em;
    color: #245fa4;
    margin-bottom: 0.75em;
    padding: 0em 2.5rem; }
    @media all and (min-width: 768px) {
      .central__texts h3 {
        font-size: 1.5em;
        padding: 0; } }
    @media all and (min-width: 1024px) {
      .central__texts h3 {
        font-size: 2em;
        padding: 0; } }
    @media all and (min-width: 1366px) {
      .central__texts h3 {
        font-size: 2.2em; } }
    @media all and (min-width: 1600px) {
      .central__texts h3 {
        font-size: 2.4em; } }
    .central__texts h3 strong {
      font-family: "AvenirLTStdHeavy", sans-serif; }
  .central__texts p {
    font-family: "BentonSansRegular", sans-serif;
    font-size: 0.875em;
    color: #a1abb2;
    margin-bottom: 1.25em;
    padding: 0em 2.5rem; }
    @media all and (min-width: 768px) {
      .central__texts p {
        margin-bottom: 2em;
        max-width: 345px;
        padding: 0; } }
    @media all and (min-width: 1024px) {
      .central__texts p {
        font-size: 1em;
        margin-bottom: 2em;
        max-width: 345px;
        padding: 0; } }
    @media all and (min-width: 1366px) {
      .central__texts p {
        font-size: 1.25em;
        max-width: 490px; } }
    @media all and (min-width: 1600px) {
      .central__texts p {
        max-width: 545px; } }
  .central__texts ul {
    background-color: #245fa4;
    text-align: center;
    padding: 1em 0;
    margin-top: 3em; }
    @media all and (min-width: 768px) {
      .central__texts ul {
        background-color: transparent;
        text-align: left;
        padding: 0; } }
    .central__texts ul li {
      padding: 1em 0; }
      @media all and (min-width: 768px) {
        .central__texts ul li {
          display: flex;
          align-items: center;
          margin-bottom: 1em;
          padding: 0; } }
      .central__texts ul li svg {
        fill: #ffffff; }
        @media all and (min-width: 768px) {
          .central__texts ul li svg {
            margin-right: 1em;
            min-width: 50px;
            fill: #245fa4; } }
        .central__texts ul li svg path {
          fill: #ffffff; }
          @media all and (min-width: 768px) {
            .central__texts ul li svg path {
              fill: #245fa4; } }
      .central__texts ul li p {
        color: #ffffff;
        font-size: 1em; }
        @media all and (min-width: 768px) {
          .central__texts ul li p {
            color: #245fa4;
            margin-bottom: 0; } }
        @media all and (min-width: 1024px) {
          .central__texts ul li p {
            color: #245fa4;
            font-size: 1.25em;
            margin-bottom: 0; } }

.central__img img {
  width: 100%; }
  @media all and (min-width: 768px) {
    .central__img img {
      object-fit: cover;
      height: 100%;
      min-height: 480px;
      object-position: -228px 0px; } }
  @media all and (min-width: 1024px) {
    .central__img img {
      min-height: 540px;
      object-position: inherit; } }
  @media all and (min-width: 1600px) {
    .central__img img {
      min-height: none; } }

.opiniones__head {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 2em; }
  @media all and (min-width: 992px) {
    .opiniones__head {
      flex-direction: row;
      justify-content: space-between;
      align-items: flex-start; } }
  .opiniones__head h3 {
    font-family: "AvenirLTStdBlack", sans-serif;
    font-size: 1.25em;
    color: #245fa4;
    margin-bottom: 0.75em;
    text-align: center; }
    @media all and (min-width: 768px) {
      .opiniones__head h3 {
        font-size: 1.5em; } }
    @media all and (min-width: 992px) {
      .opiniones__head h3 {
        text-align: left; } }
    @media all and (min-width: 1366px) {
      .opiniones__head h3 {
        font-size: 2.2em; } }
    @media all and (min-width: 1600px) {
      .opiniones__head h3 {
        font-size: 2.4em; } }

.opiniones__total {
  display: flex;
  flex-direction: column;
  align-items: center; }
  @media all and (min-width: 360px) {
    .opiniones__total {
      align-items: flex-end;
      flex-direction: row; } }
  .opiniones__total__svg {
    margin-right: 1em;
    line-height: 0; }
    @media all and (min-width: 768px) {
      .opiniones__total__svg {
        margin-right: 2em; } }
    .opiniones__total__svg svg {
      max-width: 140px; }
      @media all and (min-width: 768px) {
        .opiniones__total__svg svg {
          max-width: none; } }
  .opiniones__total__text p {
    font-family: Helvetica, sans-serif;
    font-size: 0.75em;
    color: #000000;
    line-height: 1.75; }
    @media all and (min-width: 768px) {
      .opiniones__total__text p {
        font-size: 1em; } }
    .opiniones__total__text p span {
      font-weight: 700; }

.opiniones__content {
  padding-bottom: 1em; }

@media all and (min-width: 992px) {
  .opiniones__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 50px;
    grid-auto-rows: minmax(100px, auto); } }

@media all and (min-width: 1280px) {
  .opiniones__list {
    grid-gap: 90px; } }

.opiniones__list__item {
  background-color: #ffffff;
  padding: 3em 2em;
  text-align: center;
  margin: 1em auto 1.25em;
  box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.04);
  border-radius: 20px;
  max-width: 400px; }
  @media all and (min-width: 992px) {
    .opiniones__list__item {
      margin-bottom: 0;
      max-width: none; } }

.opiniones__valoraciones {
  padding-bottom: 2em; }

.opiniones__tit {
  font-family: "AvenirLTStdHeavy", sans-serif;
  font-size: 1em;
  color: #464646; }
  @media all and (min-width: 1280px) {
    .opiniones__tit {
      font-size: 1.35em; } }
  @media all and (min-width: 1600px) {
    .opiniones__tit {
      font-size: 1.5em; } }

.opiniones__text {
  font-family: "BentonSansRegular", sans-serif;
  font-size: 0.875em;
  color: #838787; }
  @media all and (min-width: 1280px) {
    .opiniones__text {
      font-size: 1.125em; } }
  @media all and (min-width: 1600px) {
    .opiniones__text {
      font-size: 1.25em; } }

.opiniones__name {
  font-family: "AvenirLTStdHeavy", sans-serif;
  font-size: 1em;
  color: #464646; }
  @media all and (min-width: 1280px) {
    .opiniones__name {
      font-size: 1.35em; } }
  @media all and (min-width: 1600px) {
    .opiniones__name {
      font-size: 1.5em; } }

.distribuidor__sello {
  line-height: 1; }
  .distribuidor__sello svg {
    max-width: 300px;
    height: auto; }
    @media all and (min-width: 768px) {
      .distribuidor__sello svg {
        height: inherit;
        max-width: none; } }

.distribuidor__texts {
  text-align: center;
  margin-top: 2em; }
  @media all and (min-width: 768px) {
    .distribuidor__texts {
      margin-left: 2.5em;
      margin-top: 0;
      text-align: left; } }

.distribuidor__tit {
  font-family: "BentonSansRegular", sans-serif;
  font-size: 1.25em;
  color: #464646;
  line-height: 1; }
  .distribuidor__tit strong {
    font-family: "BentonSansMedium", sans-serif; }

.distribuidor__text-small {
  font-family: "BentonSansRegular", sans-serif;
  font-size: 0.875em;
  color: #464646;
  margin-top: 0.5em; }

/* FORMULARIOS
----------------------*/
::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #f9fafa; }

:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #f9fafa;
  opacity: 1; }

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #f9fafa;
  opacity: 1; }

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #f9fafa; }

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #f9fafa; }

::placeholder {
  /* Most modern browsers support this now. */
  color: #f9fafa; }

.formNewClient ::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #c7cbce;
  font-size: 1em;
  font-family: "BentonSansRegular", sans-serif; }

.formNewClient :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #c7cbce;
  opacity: 1;
  font-size: 1em;
  font-family: "BentonSansRegular", sans-serif; }

.formNewClient ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #c7cbce;
  opacity: 1;
  font-size: 1em;
  font-family: "BentonSansRegular", sans-serif; }

.formNewClient :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #c7cbce;
  font-size: 1em;
  font-family: "BentonSansRegular", sans-serif; }

.formNewClient ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #c7cbce;
  font-size: 1em;
  font-family: "BentonSansRegular", sans-serif; }

.formNewClient ::placeholder {
  /* Most modern browsers support this now. */
  color: #c7cbce;
  font-size: 1em;
  font-family: "BentonSansRegular", sans-serif; }

select {
  padding: 0 1rem 0 0.5rem;
  background-image: url(../img/icons/angle-arrow-down.png);
  background-size: 10px;
  background-position: 98% 58%;
  cursor: pointer; }
  select[name="currency"] {
    background-position: 85% 58%; }
  select[name="categoriaSearch"] {
    background-position: 100% 55%; }
  select[name="currencyMoile"], select[name="langMobile"] {
    background-image: url(../img/icons/angle-arrow-right.png);
    background-position: 96.5% 55%;
    background-size: 12px; }

.form--item {
  padding: 0.875rem 1rem;
  width: 100%;
  display: block; }
  .searchSite .form--item {
    padding: 0.2rem 1rem; }

.btnForm,
.form--item,
select {
  outline: none !important; }

input.checkbox__custom.no-visible {
  opacity: 0;
  position: absolute; }
  input.checkbox__custom.no-visible + label {
    padding-left: 2rem;
    position: relative;
    background-repeat: no-repeat;
    background-position: left 3px; }

input.checkbox__custom.no-visible + label {
  background-image: url("../img/forms/checkbox-unchecked.png");
  font-size: 0.875em;
  font-family: "BentonSansRegular", sans-serif;
  padding-bottom: 2em;
  color: rgba(30, 30, 30, 0.75); }

input.checkbox__custom.no-visible:checked + label {
  background-image: url("../img/forms/checkbox-checked.png"); }

input[type="checkbox"] + label,
input[type="radio"] + label {
  cursor: pointer; }

input[type="number"].no-spinners {
  -moz-appearance: textfield; }
  input[type="number"].no-spinners::-webkit-inner-spin-button, input[type="number"].no-spinners::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0; }

.inputNumberWrap {
  border: 1px solid #dddddd; }
  .pedidosTable--procCompra .inputNumberWrap {
    width: 120px;
    margin: 0 auto; }
  .inputNumberWrap [class*="inputNumber"] {
    width: 33px;
    background-color: #efefef;
    cursor: pointer;
    position: relative; }
    .inputNumberWrap [class*="inputNumber"]::before {
      position: absolute;
      transform: translate(-50%, -50%);
      line-height: 0.5; }
  .inputNumberWrap .inputNumberUp::before {
    top: 42%;
    left: 50%;
    font-size: 1.75rem; }
  .inputNumberWrap .inputNumberDown::before {
    content: "";
    width: 42%;
    top: 51%;
    left: 46%;
    height: 1px;
    background-color: #464646; }

/* ========================================================================== */
.btnForm {
  padding: 0.3rem 0.6rem 0.3rem 0;
  font-size: 1.2rem; }

@media all and (min-width: 768px) {
  .wrapFormItem:first-child {
    width: 90%; } }

@media all and (min-width: 1024px) {
  .wrapFormItem:first-child {
    width: 85%; }
  .buscaEnSite {
    border-bottom: none; } }

/* ==================================================================== */
.formNewClient {
  width: 100%;
  margin: 0 auto; }
  @media all and (min-width: 1024px) {
    .formNewClient {
      margin: 0 0; } }
  .formNewClient h3 {
    font-size: 2.2rem;
    margin-bottom: 1em; }
    .formNewClient h3.form__tit {
      color: #245fa4;
      font-size: 1em;
      font-family: "AvenirLTStdHeavy", sans-serif;
      text-align: center; }
      @media all and (min-width: 768px) {
        .formNewClient h3.form__tit {
          font-size: 1.25em; } }
    .formNewClient h3 span {
      display: block;
      font-size: 3.2rem;
      line-height: 1; }
    .formNewClient h3 + div {
      margin: 0 0 0.8rem; }
      .formNewClient h3 + div p {
        font-size: 1.15rem; }
      .formNewClient h3 + div img {
        width: 60px; }
      .formNewClient h3 + div + p {
        margin-bottom: 1.5rem; }
  .formNewClient .personalizado {
    font-size: 1.7em; }
  .formNewClient .al-contratar {
    font-size: 1.5rem;
    line-height: 1; }
  .formNewClient input.form--item {
    background-color: #ffffff;
    margin: 0.75rem 0;
    margin: 1.5rem 0 1.5rem;
    background: #fafafa;
    border: 1px solid #a1adb3;
    border-radius: 29px;
    font-size: 0.875em;
    font-family: "BentonSansRegular", sans-serif; }
    @media all and (min-width: 768px) {
      .formNewClient input.form--item {
        font-size: 1em; } }
    .formNewClient input.form--item.telfNewClient {
      margin-bottom: 1.75rem; }
  .formNewClient label {
    font-size: 0.875em;
    padding-top: 0;
    font-family: "BentonSansRegular", sans-serif; }
    @media all and (min-width: 768px) {
      .formNewClient label {
        font-size: 1em; } }
    .formNewClient label a {
      color: #464646;
      text-decoration: underline; }
  .formNewClient .regNewUser {
    width: 100%;
    margin-top: 0;
    margin-bottom: 1rem;
    border-radius: 60px;
    color: #ffffff;
    background-color: #242629;
    padding: 1em; }
    .formNewClient .regNewUser:hover {
      background-color: #444648;
      transition: all 0.5s ease-in-out; }
    .formNewClient .regNewUser span {
      font-size: 15px;
      padding-right: 0.75rem;
      font-weight: 800;
      font-family: "AvenirLTStdHeavy", sans-serif; }
      @media all and (min-width: 768px) {
        .formNewClient .regNewUser span {
          font-size: 21px; } }
    .formNewClient .regNewUser i {
      font-size: 2.2rem; }
  .formNewClient--bottom a > p {
    font-size: 2.5rem;
    line-height: 1.1;
    padding-bottom: 0.2rem; }
  .formNewClient .wrapFormItem__legal {
    flex-wrap: wrap;
    margin-top: 1em; }
    .formNewClient .wrapFormItem__legal svg {
      width: 65px; }
      @media all and (min-width: 768px) {
        .formNewClient .wrapFormItem__legal svg {
          width: 85px; } }
    .formNewClient .wrapFormItem__legal .textLegal {
      width: 70%;
      font-size: 0.75rem;
      /*@include media-min($breakpoint-s) {
        font-size: 1rem;
      }*/ }

.section__content {
  max-width: 1550px;
  margin: 0 auto;
  padding: 3em 1em; }
  @media all and (min-width: 768px) {
    .section__content {
      padding: 3em 1em; } }
  @media all and (min-width: 1280px) {
    .section__content {
      padding: 5em 5em; } }

.section__heroTop {
  
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
  margin-top: 3em; }
  @media all and (min-width: 768px) {
    .section__heroTop {
    
      margin-top: 0em;
      background-size: cover; } }
  .section__heroTop .section__content {
    display: flex;
    flex-direction: column;
    align-items: center; }
    @media all and (min-width: 1360px) {
      .section__heroTop .section__content {
        flex-direction: row;
        justify-content: space-between;
        align-items: flex-start; } }
    @media all and (min-width: 1280px) {
      .section__heroTop .section__content {
        padding: 5em 5em 2em; } }

.section__house {
  background: radial-gradient(31.05% 31.05% at 37.43% 42.87%, #ffffff 0%, rgba(255, 255, 255, 0) 100%), #f9fafa;
  position: relative; }
  .section__house::after {
    content: "";
    display: block;
    width: 100%;
    height: 10vh;
    background: linear-gradient(180deg, #ffffff -30.15%, rgba(255, 255, 255, 0) 100%);
    position: absolute;
    top: 34%;
    left: 0;
    z-index: 0; }
  .section__house .house__head .section__content {
    padding: 3em 1em 0; }
    @media all and (min-width: 1024px) {
      .section__house .house__head .section__content {
        padding: 3em 1em; } }
    @media all and (min-width: 1280px) {
      .section__house .house__head .section__content {
        padding: 5em 5em; } }
  .section__house .section__content {
    max-width: 1650px; }

.section__panel .section__content {
  max-width: 1650px;
  margin: 0 auto;
  padding: 2em 1em 3em; }
  @media all and (min-width: 768px) {
    .section__panel .section__content {
      padding: 2em 2em 3em; } }
  @media all and (min-width: 1280px) {
    .section__panel .section__content {
      padding: 3em 4em 6em; } }

.section__opiniones {
  background-color: #f9fafa;
  position: relative; }
  @media all and (min-width: 768px) {
    .section__opiniones .section__content {
      padding: 3em 2em; } }
  @media all and (min-width: 1024px) {
    .section__opiniones .section__content {
      padding: 3em; } }
  @media all and (min-width: 1280px) {
    .section__opiniones .section__content {
      padding: 5em 5em; } }

.section__distribuidor {
  background: linear-gradient(0deg, #d4d3d1 0%, rgba(223, 223, 223, 0.2) 90%); }
  @media all and (min-width: 768px) {
    .section__distribuidor {
      background: linear-gradient(0deg, #d4d3d1 0%, white 90%); } }
  .section__distribuidor .section__content {
    display: flex;
    flex-direction: column;
    align-items: center; }
    @media all and (min-width: 768px) {
      .section__distribuidor .section__content {
        padding: 1em 2em;
        display: flex;
        flex-direction: row;
        align-items: center; } }
    @media all and (min-width: 1024px) {
      .section__distribuidor .section__content {
        padding: 1em 3em; } }
    @media all and (min-width: 1280px) {
      .section__distribuidor .section__content {
        padding: 1em 4em; } }

html {
  scroll-behavior: smooth; }

body {
  font-size: 16px;
  color: #464646;
  font-family: "Source Sans Pro", sans-serif; }

* {
  line-height: 1.4;
  box-sizing: border-box; }

.js-visible {
  display: block !important;
  opacity: 1 !important;
  transition: all 0.8s ease-in-out;
  position: absolute;
  top: -3em;
  left: 50%;
  transform: translateX(-50%);
  background-color: white;
  max-width: 90%;
  min-width: 300px;
  padding: 4em 2em 2em;
  border-radius: 30px; }
  @media all and (min-width: 768px) {
    .js-visible {
      max-width: 60%;
      padding: 4em 3em 2em; } }
  @media all and (min-width: 1024px) {
    .js-visible {
      position: static;
      top: inherit;
      left: inherit;
      transform: none;
      max-width: none;
      padding: 0;
      border-radius: 0;
      background-color: transparent; } }

.js-close {
  position: absolute;
  right: 2.5em;
  top: 2.5em; }
  
  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: 22px;
    font-size: 16px;
    line-height: 10px;
    padding: 12px 12px;
    width: 100%;
    max-width: 100%;
}
    
	@media (min-width: 1500px){
		.section__heroTop .section__content {
    			padding: 5em 5em 2em;
		}	
	}
  @media (min-width: 1360px){
    img.pastilla_oferta_movil {
      display: none;
    
    }
  }
	@media (min-width: 1280px){
		.section__heroTop {
    			
    		}
		.section__heroTop .section__content {
   			 padding: 5em 1em 2em !important;
		}
		
		.section__heroTop {
    		background-image: url('/assets/img/promocion/Landing_Promo_Primavera_2025.jpg');   background-position:  center; min-height: 775px;
  
	}
	}
	
	@media (max-width: 1360px){
	.section__heroTop {
    			  background-image: url('/assets/img/promocion/Home-imagen-mobile-primavera-2025.jpg');     background-position: inherit;   background-size: contain;
		}
		
	

	}	
  @media (max-width: 1360px){
    img.pastilla_oferta {
      display: none !important;
    }
  }
	
	
@media only screen and (max-width: 1360px){
		img.pastilla_oferta {
  		  display: none !important;
		}
		.section__content{
			padding:0;
		}
		
		.heroTop__promo {
    			 margin-top: 375px;
    			 text-align: center;
    			 min-height: 375px; 
    		}
    		.heroTop__form {
   			 margin-top: -128px;
		}
}
@media only screen and (max-width: 778px){
  .heroTop__promo {
    margin-top: 275px;
  }
  .section__heroTop {
    background-image: url( '/assets/img/promocion/Home-imagen-mobile-primavera-2025.jpg'); background-size: auto; background-position: top center;
  }
}

.heroTop__ipad {
    display: none;
}

/*politica cookies*/

.btn-cookies {
  text-align: center;
  display: block;
  margin: 0 auto;
  padding: 2em 1em 0.5em;
  font-size: 0.875em;
  text-decoration: underline;
}
@media only screen and (min-width: 768px){
  .btn-cookies {
    text-align: right;
  }
}
.mainContent--cookies {
  padding-bottom: 6rem;
  color: #464646;
}
.mainContent--cookies div {
  /*padding: 0rem 0 1rem;*/
  max-width: 1200px;
  margin: 0 auto;
}
.mainContent--cookies a {
  text-decoration: underline;
}
.mainContent--cookies div h1 {
  text-align: center;
  font-family: "AvenirLTStdHeavy", sans-serif;
  font-size: 2.5rem;
  line-height: 1.125;
  margin-bottom: 2.5rem;
}
.mainContent--cookies div span, .mainContent--cookies div p {
  font-family: "BentonSansRegular", sans-serif;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #464646;
  margin-bottom: 1.25rem;
  margin-top: 0.5rem;
  display: block;
}
.mainContent--cookies div ul li {
  font-family: "BentonSansRegular", sans-serif;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #464646;
  margin-bottom: 1.25rem;
  margin-top: 0.5rem;
  display: block;
}

.mainContent--cookies table {
  border-spacing: 0;
  border-collapse: 0;
}
.mainContent--cookies table td {
  border: 0 solid #464646;
  padding: 1em;
}
.mainContent--cookies .CookieDeclarationType {
  margin: 46px 0 46px 0;
  border: 0;
  padding: 0;
}
.mainContent--cookies .CookieDeclarationTableHeader {
  font-weight: bold;
  border-bottom: 4px solid #245fa4;
  text-align: left;
  padding: 15px;
  overflow: hidden;
}
.mainContent--cookies p.CookieDeclarationTypeHeader {
  font-family: "AvenirLTStdHeavy", sans-serif;
  font-size: 1.25em;
  color: #245fa4;
  line-height: 1.25;
  margin-bottom: 1em;
}

.distribuidor__sello img {
  max-width: 300px;
  height: auto;
}
.fixed .form-fixed--desktop .header__logo img {
  max-width: 130px;
  max-height: 60px;
  width:auto;
}

/* logo 150 */
.section__distribuidor {
  background: transparent;
}
.box__distribuidor-content {
  display: block!important;
}
@media only screen and (min-width: 1024px){
  .box__distribuidor-content {
    display: flex!important;
    justify-content: space-between!important;
  }
  .section__distribuidor {
    background: linear-gradient(0deg, #d4d3d1 0%, white 90%);
  }
}
.box__distribuidor-texts {
  text-align: center!important;
  padding: 1.25em 0!important;
}
.box__distribuidor-texts .distribuidor__texts {
  text-align: center;
  margin: 1.25em 0 0;
}
@media only screen and (min-width: 1024px){
  .box__distribuidor-texts .distribuidor__texts {
    text-align: left;
    margin: 0;
    margin-left: 2.5em;
  }
}
.distribuidor__logo150 {
  margin: 2em 0;
}
@media only screen and (min-width: 1024px){
  .box__distribuidor-texts {
    display: flex;
    align-items: center;
    text-align: left;
    margin-top: 0;
    padding: 0!important;
  }
  .distribuidor__logo150 {
    margin: 0px;
  }
}
.distribuidor__logo150--desktop {
  display: none;
}
.distribuidor__logo150--mobile {
  display: block;
}
@media only screen and (min-width: 1024px){
  .distribuidor__logo150--desktop {
    display: block;
  }
  .distribuidor__logo150--mobile {
    display: none;
  }
}

@media only screen and (min-width: 768px) { 
  .box__content-footer {
    display: flex;
  }
}
.box__logo-150-footer-land {
  display: flex;
  padding: 2em 0 0;
  justify-content: center;
}
.box__logo-150-footer-land img {
  max-width: 70px;
}
@media only screen and (min-width: 768px) { 
  .box__logo-150-footer-land {
    justify-content: flex-start;
    padding: 0;
    width: 30%;
  }
}
.box__logo-150-footer-land img.logo-150-footer-land {
  max-width: 145px;
  margin-left: 2em;
}
@media only screen and (min-width: 768px) { 
  .box__logo-150-footer-land img.logo-150-footer-land {
    max-width: 166px;
    
  }
  .mainFooter--middle {
    width: 70%;
  }
}

.mainFooter--middle > div {
  text-align: left;
}
.mainFooter {
  margin-bottom: 8em;
  padding: 0;
}
@media only screen and (min-width: 480px) {
  .mainFooter {
    margin-bottom: 10em;
  }
}
@media only screen and (min-width: 768px) {
  .mainFooter {
    margin-bottom: 14em;
    padding: 2em 0;
  }
}
@media only screen and (min-width: 1024px) {
  .mainFooter {
    margin-bottom: 14em;
  }
}
@media only screen and (min-width: 1200px) {
  .mainFooter {
    margin-bottom: 0;
  }
}
