@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");
}
@font-face {
  font-family: "OswaldBold";
  src: url("../fonts/Oswald-Bold.woff2") format("woff2"), url("../fonts/Oswald-Bold.woff") format("woff");
}
@font-face {
  font-family: "OswaldSemiBold";
  src: url("../fonts/Oswald-SemiBold.woff2") format("woff2"), url("../fonts/Oswald-SemiBold.woff") format("woff");
}
@font-face {
  font-family: "Oswald";
  src: url("../fonts/Oswald-Regular.woff2") format("woff2"), url("../fonts/Oswald-Regular.woff") format("woff");
}
.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: 0.15rem;
  text-align: left;
}
.opcionesEnvioProcCompra .infoOpcion {
  font-size: 0.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: 0.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;
}

.header__logo.display--desktop {
  display: none;
}
@media only screen and (min-width: 768px) {
  .display--desktop {
    display: block;
  }
  .header__logo.display--desktop {
    display: flex;
  }
}
@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;
}

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;
  -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;
}

@-webkit-keyframes bounce {
  0% {
    transform: translate(0, 0) rotate(90deg);
  }
  50% {
    transform: translate(0, 5px) rotate(90deg);
  }
  100% {
    transform: translate(0, 0px) rotate(90deg);
  }
}

@keyframes bounce {
  0% {
    transform: translate(0, 0) rotate(90deg);
  }
  50% {
    transform: translate(0, 5px) rotate(90deg);
  }
  100% {
    transform: translate(0, 0px) rotate(90deg);
  }
}
@-webkit-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 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);
  }
}
@-webkit-keyframes marquee {
  0% {
    left: 0;
  }
  100% {
    left: -100%;
  }
}
@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;
  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 {
  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;
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: 0;
  background: 0 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

header {
  width: 100%;
}

.header__time {
  background-color: #14232B;
  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__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;
  }
}
.header__logo {
  display: flex;
  align-items: center;
}
@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: 190px;
}
@media all and (min-width: 768px) {
  .header__call {
    display: flex;
    align-items: center;
    flex: 1 1 0;
    justify-content: flex-end;
  }
}
@media all and (min-width: 1280px) {
  .header__call {
    align-items: center;
  }
}
@media all and (min-width: 768px) {
  .header__call svg {
    width: 28px;
  }
}
@media all and (max-width: 1024px) {
  .header__call svg {
    width: 25px;
  }
}
@media all and (min-width: 1280px) {
  .header__call svg {
    width: 38px;
  }
}
.header__call span {
  font-family: "AvenirLTStdRoman", sans-serif;
  font-weight: 900;
  font-size: 1.5em;
  color: #005fa9;
  padding-left: 0.25em;
}
@media all and (max-width: 1366px) {
  .header__call span {
    font-size: 1.1em;
  }
}
.header__atencion {
  font-family: "BentonSansRegular", sans-serif;
  font-size: 1em;
  color: #464646;
  display: flex;
  justify-content: flex-end;
}

    
@media all and (max-width: 768px) {
  .header__atencion {
    position: absolute;
    top: 58px;
    right: 7px;
    font-size: 1.5em;
  }
}
@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;
}

.divider__logo {
  border-left: 2px solid #E8ECEB;
  height: 80px;
  margin: 0 35px;
}

@media only screen and (max-width: 768px) {
  .divider__logo {
    height: 46px;
    margin: 0 15px;
  }
}

.text-fixed {
  font-family: "BentonSansMedium", sans-serif;
  color: #278600;
  font-size: 1.3em;
}
@media all and (max-width: 1024px) {
  .text-fixed {
    margin: 0;
  }
}
@media all and (max-width: 1366px) {
  .text-fixed {
    font-size: 1em;
  }
}

.mainFooter {
  padding: 0;
  margin-bottom: 7em;
  color: #1D1D1B;
}
@media all and (min-width: 1200px) {
  .mainFooter {
    margin-bottom: 0;
  }
}
.mainFooter p {
  font-family: "AvenirLTStdRoman", sans-serif;
}
.mainFooter__logo {
  display: flex;
}
.mainFooter--middle.section__content {
  padding: 1em 5em;
}
@media all and (max-width: 1024px) {
  .mainFooter--middle.section__content {
    display: block;
    padding: 15px;
  }
}
.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 (max-width: 1024px) {
  .mainFooter--middle > div {
    justify-content: center;
    align-items: center;
    display: flex;
  }
  .mainFooter--middle > div .adtWelcome {
    flex: none;
    width: 50%;
  }
  .mainFooter--middle > div .adtWelcome p {
    text-align: left;
    font-size: 9px;
    margin-right: 15px;
  }
}
@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 {
  width: 100%;
  display: none;
}
@media all and (max-width: 1440px) {
  .fixed .header__logo svg {
    max-width: 150px;
  }
}
.fixed .formNewClient {
  display: flex;
  margin: 0 0;
  justify-content: center;
  align-items: center;
}
@media all and (max-width: 1024px) {
  .fixed .formNewClient {
    flex-direction: column;
  }
}
.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);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  background-color: rgba(255, 255, 255, 0.75);
  display: block;
}
.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;
  align-items: center;
  justify-content: center;
  padding-left: 1em;
  /*promolanding*/
  /*.wrapFormItem__legal {
    display: none;
  }*/
}
.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: none;
  width: 280px;
  margin-right: 20px;
}
@media all and (max-width: 1024px) {
  .fixed .form-fixed--desktop form .wrapFormItem,
.fixed .form-fixed--desktop form .btnsGroup {
    width: 100%;
  }
}
.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: #A1ADB2;
  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 .form-fixed--desktop form .wpcf7-response-output {
  position: absolute;
  bottom: -4em;
  left: 50%;
  transform: translateX(-50%);
  background-color: white;
}
.fixed .form-fixed--desktop form #wpcf7-f1687-o1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0;
}
.fixed .form-fixed--desktop form #wpcf7-f1687-o1 > div {
  flex: 1 1 0;
  padding: 0 0.5em;
}
.fixed .form-fixed--desktop form #wpcf7-f1687-o1 > div {
  flex: 1.25 1.25 0;
}
.fixed .form-fixed--desktop form #wpcf7-f1687-o1 > div input.checkbox__custom.no-visible + label {
  padding-bottom: 0;
  font-size: 0.7em;
}
.fixed .form-fixed--desktop form #wpcf7-f1687-o1 .wrapFormItem,
.fixed .form-fixed--desktop form #wpcf7-f1687-o1 .btnsGroup {
  flex: 1 1 0;
  padding: 0 0.5em;
}
.fixed .form-fixed--desktop form #wpcf7-f1687-o1 .screen-reader-response,
.fixed .form-fixed--desktop form #wpcf7-f1687-o1 .wpcf7-response-output {
  flex: 0 0 0;
}
@media all and (max-width: 1024px) {
  .fixed .form-fixed--desktop form {
    flex-direction: column;
  }
}
@media all and (max-width: 1280px) {
  .fixed .form-fixed--desktop .header__logo {
    display: none;
  }
}
@media all and (max-width: 1024px) {
  .fixed .form-fixed--desktop .wrapper-large, .fixed .form-fixed--desktop .formContratar-fixed {
    flex-direction: column;
  }
}
.fixed.fix {
  position: fixed;
  z-index: 2;
  bottom: 0;
  display: block;
}
@media all and (min-width: 1200px) {
  .fixed.fix {
    top: 0;
    bottom: inherit;
  }
}
@media all and (max-width: 1024px) {
  .fixed .formNewClient input.form--item {
    margin: 10px 0 0 0;
  }
}

.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: 290px;
  margin: 0 auto;
  position: relative;
}
@media all and (min-width: 768px) {
  .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 {
    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: -21px;
  right: 35%;
  transform: translateY(-50%) rotate(45deg);
}
@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: 25px;
  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: 768px) {
  .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 .formNewClient {
  padding: 2.5em 1.5em;
  color: #464646;
}
@media all and (min-width: 768px) {
  .heroTop__form .formNewClient {
    padding: 2.5em;
  }
}
@media all and (min-width: 1366px) {
  .heroTop__form .formNewClient {
    padding: 1.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;
  }
}
@media all and (min-width: 992px) and (max-width: 1366px) {
  .slider-icons {
    grid-gap: 10px;
  }
}
.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 (max-width: 1366px) {
  .slider-icons .icons__item-slider svg {
    height: 25px;
  }
}
@media all and (max-width: 1024px) {
  .slider-icons .icons__item-slider svg {
    height: 35px;
  }
}
@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;
  }
}
@media all and (max-width: 1366px) {
  .slider-icons .icons__item-slider p {
    font-size: 14px;
  }
}
.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;
}

@media all and (max-width: 1366px) {
  h3 {
    font-size: 16px;
  }
}
.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,
.smart__head h2 {
  font-family: "AvenirLTStdHeavy", sans-serif;
  font-size: 1.5em;
  margin-bottom: 0.5em;
  color: #ffffff;
}
@media all and (min-width: 1024px) {
  .smart__head h1,
.smart__head h2 {
    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: 0.5s all 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;
}
@media all and (max-width: 1366px) {
  .house__box-slider .box__js-house {
    padding-right: 10px;
  }
}
.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%;
  -o-object-fit: contain;
     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;
  }
}
@media all and (max-width: 1366px) {
  .house__content__bottom .box-slider__slider-icons {
    padding: 2em 1em 2em;
  }
}
.section__ventajas .button,
.section__panel .button,
.house__content__bottom .button {
  background-color: #A53334;
  font-family: "AvenirLTStdHeavy", sans-serif;
  font-weight: 800;
  color: #ffffff;
  font-size: 15px;
  border-radius: 60px;
  padding: 0.65em 3em;
  margin: 1em auto 0;
  display: block;
  max-width: 290px;
  text-align: center;
  transition: all 0.5s ease-in-out;
}

.section__ventajas .button{
  margin-top: 90px;
}
@media all and (min-width: 1366px) {
  .section__ventajas .button,
  .section__panel .button,
  .house__content__bottom .button {
    font-size: 21px;
    max-width: 375px;
  }
}
@media all and (min-width: 1024px) {
  .section__ventajas .button,
  .section__panel .button,
  .house__content__bottom .button {
    font-size: 14px;
    max-width: 290px;
  }
}
.section__ventajas .button,
.section__panel .button,
.house__content__bottom .button:hover {
  background-color: #A53334;
  transition: all 0.5s ease-in-out;
}

.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.8em;
  color: #464646;
  text-align: center;
  line-height: 1.35;
}
.panel__head h2 strong {
  font-family: "AvenirLTStdHeavy", sans-serif;
}
@media all and (max-width: 1366px) {
  .panel__head h2 {
    font-size: 1.75em;
  }
}
@media all and (min-width: 1440px) {
  .panel__head h2 {
    font-size: 2.25em;
  }
}
.panel__head h3 {
  text-align: center;
  color: #464646;
  font-weight: normal;
  font-family: "AvenirLTStdBook", sans-serif;
}
@media all and (max-width: 1366px) {
  .panel__head h3 {
    font-size: 1.25em;
  }
}
@media all and (max-width: 1366px) {
  .panel__head h3 h3 {
    font-size: 16px;
  }
}
@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 {
    width: 100%;
  }
}
@media all and (min-width: 1440px) {
  .panel__img img {
    -o-object-fit: unset;
       object-fit: unset;
    border-radius: 0;
    height: auto;
  }
}
.panel__icons {
  text-align: center;
  margin-top: 30px;
}
@media all and (min-width: 1024px) {
  .panel__icons {
    margin-top: 0;
    text-align: left;
  }
}
.panel__icons h2 {
  color: #464646;
  font-family: "AvenirLTStdHeavy", sans-serif;
  padding-left: 20px;
}
@media all and (max-width: 1366px) {
  .panel__icons h2 {
    font-size: 25px;
  }
}
.panel__icons ul {
  margin-top: 20px;
  margin-left: 25px;
  font-size: 1.3em;
  font-family: "BentonSansRegular", sans-serif;
  color: #464646;
}
@media all and (max-width: 1366px) {
  .panel__icons ul {
    font-size: 16px;
  }
}
.panel__icons ul li {
  background-image: url(../img/bullet.png);
  background-repeat: no-repeat;
  background-position: 0px 30px;
  text-align: left;
  padding: 30px 0px 30px 40px;
  border-bottom: 1px solid #B7BDC0;
}
@media all and (max-width: 1366px) {
  .panel__icons ul li {
    padding: 30px 0px 15px 40px;
    background-size: 20px;
  }
}
.panel__icons ul li strong {
  font-family: "BentonSansBold", sans-serif;
}
@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;
  display: flex;
  justify-content: space-between;
}
@media all and (max-width: 1024px) {
  .central__content {
    flex-direction: column;
  }
}
.central__texts h3 {
  font-family: "AvenirLTStdRoman", sans-serif;
  font-size: 1.25em;
  color: #303538;
  margin-bottom: 0.75em;
  padding: 0em 2rem;
  text-align: center;
}
@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: 1.8em;
    padding: 0;
    text-align: left;
  }
}
@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 2rem;
  text-align: center;
}
@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;
    text-align: left;
  }
}
@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 {
  padding: 1em 2em;
  margin-top: 3em;
}
@media all and (max-width: 1024px) {
  .central__texts ul {
    margin-top: 1.5em;
  }
}
@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 (max-width: 1024px) {
  .central__texts ul li {
    flex-direction: column;
    align-items: center;
    font-size: 16px;
  }
}
@media all and (min-width: 768px) {
  .central__texts ul li {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    padding: 0;
  }
}
.central__texts ul li svg {
  min-width: 15px;
  max-width: 24px;
}
@media all and (max-width: 1024px) {
  .central__texts ul li svg {
    max-width: 24px;
    margin-bottom: 15px;
  }
}
@media all and (min-width: 768px) {
  .central__texts ul li svg {
    margin-right: 1em;
    max-width: 50px;
    fill: #245fa4;
  }
}
@media all and (max-width: 1366px) {
  .central__texts ul li svg {
    max-width: 20px;
  }
}
@media all and (max-width: 1024px) {
  .central__texts ul li svg {
    max-width: 35px;
  }
}
@media all and (min-width: 768px) {
  .central__texts ul li svg path {
    fill: #245fa4;
  }
}
.central__texts ul li p {
  font-size: 1em;
  color: #464646;
}
@media all and (min-width: 768px) {
  .central__texts ul li p {
    margin-bottom: 0;
  }
}
@media all and (min-width: 1024px) {
  .central__texts ul li p {
    font-size: 1.25em;
    margin-bottom: 0;
  }
}
@media all and (max-width: 1366px) {
  .central__texts ul li p {
    font-size: 1em;
  }
}
.central__img img {
  width: 100%;
}
@media all and (min-width: 768px) {
  .central__img img {
    -o-object-fit: cover;
       object-fit: cover;
    height: 100%;
    min-height: 480px;
    -o-object-position: -228px 0px;
       object-position: -228px 0px;
  }
}
@media all and (min-width: 1024px) {
  .central__img img {
    min-height: 540px;
    -o-object-position: inherit;
       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: #464646;
  margin-bottom: 0.75em;
  text-align: center;
}
@media all and (max-width: 1366px) {
  .opiniones__head h3 {
    font-size: 24px;
  }
}
@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;
}

.section__calcular {
  padding-top: 60px;
}
.section__calcular .section__content {
  background-color: #DBDEDF;
  border-radius: 50px;
  position: relative;
  margin-bottom: 210px;
}
.section__calcular .section__content .panel__text h3 {
  font-size: 2.8em;
  font-family: "AvenirLTStdHeavy", sans-serif;
  line-height: 1.3em;
}
.section__calcular .section__content .panel__text .button {
  font-size: 21px;
  padding: 0.65em 3em;
  display: block;
  transition: all 0.5s ease-in-out;
  max-width: 375px;
  margin: 45px 0 0 0;
}
.section__calcular .section__content .panel__img {
  position: absolute;
  right: 4em;
  top: 6em;
  width: 50%;
}

.section__ventajas {
  background: radial-gradient(31.05% 31.05% at 37.43% 42.87%, #ffffff 0%, rgba(255, 255, 255, 0) 100%), #f9fafa;
}
@media all and (max-width: 1366px) {
  .section__ventajas {
    padding: 0 30px;
  }
}
.section__ventajas h2 {
  font-family: "AvenirLTStdHeavy", sans-serif;
  font-size: 2.5em;
  color: #464646;
  text-align: center;
  line-height: 1.35;
  margin-bottom: 40px;
}
@media all and (max-width: 1366px) {
  .section__ventajas h2 {
    font-size: 30px;
  }
}
@media (min-width: 1024px) {
  .section__ventajas .ventajas__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 50px;
    grid-auto-rows: minmax(100px, auto);
  }
}
.section__ventajas .ventajas__item {
  background-color: #FFFFFF;
  box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.04);
  padding: 3em 2em;
  border-radius: 20px;
}
@media all and (max-width: 1024px) {
  .section__ventajas .ventajas__item {
    margin-bottom: 30px;
  }
}
.section__ventajas .ventajas__icon {
  text-align: center;
}
@media all and (max-width: 1366px) {
  .section__ventajas .ventajas__icon svg {
    width: 32px;
  }
}
.section__ventajas .ventajas__title {
  color: #245fa4;
  font-family: "AvenirLTStdBook", sans-serif;
  text-align: center;
  font-size: 1.5em;
  margin-top: 20px;
}
@media all and (max-width: 1366px) {
  .section__ventajas .ventajas__title {
    font-size: 16px;
  }
}
.section__ventajas .ventajas__title strong {
  font-family: "AvenirLTStdHeavy", sans-serif;
}
.section__ventajas .ventajas__text {
  text-align: center;
  font-family: "BentonSansRegular", sans-serif;
  margin-top: 20px;
  font-size: 1.25em;
}
@media all and (max-width: 1366px) {
  .section__ventajas .ventajas__text {
    font-size: 14px;
  }
}

.mobile__call {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 17px 19px;
  background-color: #ffffff;
  box-shadow: 2.5039px 2.5039px 12.5195px rgba(0, 0, 0, 0.1);
}
@media all and (min-width: 1024px) {
  .mobile__call {
    display: none;
  }
}
.mobile__call img {
  margin-bottom: 20px;
}
.mobile__call-text {
  font-family: "BentonSansRegular", sans-serif;
  font-size: 14px;
}
.mobile__call-text a {
  font-family: "BentonSansMedium", sans-serif;
  text-decoration: underline;
}

@media all and (max-width: 1024px) {
  p.accept {
    margin: 10px 0 !important;
  }
}

.form-fixed--desktop .formNewClient label {
  font-family: "BentonSansRegular", sans-serif;
  font-size: 0.7em;
  color: #1E1E1E;
  width: 180px;
  margin-right: 60px;
}
@media all and (max-width: 1024px) {
  .form-fixed--desktop .formNewClient label {
    width: 100%;
    margin: 10px 0 0 0;
  }
  .form-fixed--desktop .formNewClient label br {
    content: " ";
    display: none;
  }
}

.form-fixed--desktop .wrapFormItem {
  flex: none;
  width: 280px;
}

.wrapper-large {
  width: 100%;
  max-width: 1900px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1900px) {
  .wrapper-large {
    padding: 0 20px;
  }
}

.pop-up_submit {
  justify-content: center;
  display: flex;
  align-items: center;
  background-color: #278600;
  width: 100%;
  margin-top: 0;
  margin-bottom: 1rem;
  border-radius: 60px;
  color: #ffffff;
  padding: 0.875rem;
  max-width: 235px;
}
@media all and (max-width: 1024px) {
  .pop-up_submit {
    max-width: 100%;
  }
}
.pop-up_submit:hover {
  background-color: #444648;
  transition: all 0.5s ease-in-out;
}
.pop-up_submit span {
  font-size: 15px;
  padding-right: 0.75rem;
  font-weight: 800;
  font-family: "AvenirLTStdHeavy", sans-serif;
}
@media all and (min-width: 768px) {
  .pop-up_submit span {
    font-size: 1.2em;
  }
}
.pop-up_submit i {
  font-size: 2.2rem;
}

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

.wrapper_footer {
  display: flex;
  justify-content: center;
  align-items: center;
}
.wrapper_footer p {
  margin-right: 25px;
}

@media all and (max-width: 1366px) {
  .central__image img {
    width: 75%;
    margin-left: 12.5%;
  }
}
@media all and (max-width: 1024px) {
  .central__image img {
    width: 100%;
    margin-left: 0;
  }
}

/* FORMULARIOS
----------------------*/

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #f9fafa;
  opacity: 1;
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #f9fafa;
}

::placeholder {
  /* Most modern browsers support this now. */
  color: #f9fafa;
}
.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 ::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;
}
select.form--item {
  margin: 0.75rem 0;
  margin: 1.5rem 0 1.5rem;
  background: #fafafa;
  border: 1px solid #a1adb3;
  border-radius: 29px;
  font-size: 0.775em;
  font-family: "BentonSansRegular", sans-serif;
  padding: 0.5rem 0.8rem;
  line-height: 1.5;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url(../img/icons/angle-arrow-down.png);
  background-size: 10px;
  background-position: 96% 50%;
  background-repeat: no-repeat;
}
@media all and (min-width: 1366px) {
  select.form--item {
    font-size: 1em;
    padding: 0.875rem 1rem;
    background-position: 96% 58%;
  }
}

.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);
}
@media all and (max-width: 1366px) {
  input.checkbox__custom.no-visible + label {
    font-size: 10px;
  }
}
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: #278600;
  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;
  }
}
@media all and (max-width: 1366px) {
  .formNewClient h3.form__tit {
    font-size: 1em;
  }
}
.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;
  padding: 0.5rem 0.8rem;
  line-height: 1.5;
}
@media all and (min-width: 1366px) {
  .formNewClient input.form--item {
    font-size: 1em;
    padding: 0.875rem 1rem;
  }
}
.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: 0.875rem;
}
@media all and (max-width: 1366px) {
  .formNewClient .regNewUser {
    font-size: 14px;
    padding: 0.7rem;
  }
}
.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: 1366px) {
  .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;
}
@media all and (max-width: 1366px) {
  .formNewClient .wrapFormItem__legal {
    margin: 0;
  }
}
.formNewClient .wrapFormItem__legal svg {
  width: 65px;
}
@media all and (min-width: 1366px) {
  .formNewClient .wrapFormItem__legal svg {
    width: 85px;
  }
}
.formNewClient .wrapFormItem__legal .textLegal {
  width: 70%;
  font-size: 0.75rem;
  /*@include media-min($breakpoint-s) {
    font-size: 1rem;
  }*/
}
@media all and (max-width: 1366px) {
  .formNewClient .wrapFormItem__legal .textLegal {
    font-size: 11px;
  }
}
.formNewClient .wrapFormItem span .wpcf7-not-valid-tip {
  padding: 0 20px 0;
  margin-top: -1.5em;
  color: #bd0101;
  font-family: "BentonSansRegular", sans-serif;
  font-size: 0.7em;
}

.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-color: #f9fafa;
  position: relative;
  overflow: hidden;
}
.section__heroTop .hero_bottom {
  background: rgba(148, 203, 137, 0.2);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 770px;
}
@media all and (min-width: 1024px) {
  .section__heroTop .hero_bottom {
    height: 90px;
  }
}
.section__heroTop .section__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  justify-content: center;
  z-index: 2;
}
@media all and (min-width: 1024px) {
  .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: 3em 5em 2em;
  }
}
.section__heroTop .section__content .hero__circle {
  width: 100%;
  margin-right: 0px;
  z-index: 10;
}
@media all and (min-width: 1024px) {
  .section__heroTop .section__content .hero__circle {
    width: 20%;
    margin-right: 30px;
  }
}
.section__heroTop .section__content .hero__circle img {
  width: 100%;
}
.section__heroTop .section__content .hero__circle .only-mobile {
  display: none;
}
@media all and (max-width: 1024px) {
  .section__heroTop .section__content .hero__circle .only-mobile {
    display: block;
    margin-bottom: 20px;
  }
}
@media all and (max-width: 1024px) {
  .section__heroTop .section__content .hero__circle .only-mobile h1 {
    width: 75%;
    font-family: "Oswald";
    font-style: normal;
    font-weight: normal;
    line-height: 125%;
    letter-spacing: -0.65251px;
    color: #154734;
    font-size: 32px;
  }
}
.section__heroTop .section__content .hero__circle .only-mobile h1 u, .section__heroTop .section__content .hero__circle .only-mobile h1 b {
  font-family: "OswaldSemiBold";
}
@media all and (min-width: 1024px) {
  .section__heroTop .section__content .hero__circle .only-mobile h1 {
    font-size: 3em;
  }
}
@media all and (max-width: 1366px) {
  .section__heroTop .section__content .hero__circle .only-mobile h1 {
    font-size: 32px;
  }
}
.section__heroTop .section__content .hero__circle .only-mobile .hero__undertext {
  font-size: 1.6rem;
  color: #154734;
}
.section__heroTop .section__content .hero__circle .only-mobile .hero__undertext span {
  text-decoration: line-through;
}
.section__heroTop .section__content .hero__text {
  align-self: center;
  display: flex;
  justify-content: center;
  width: 100%;
  z-index: 15;
  color: #FFFFFF;
}
@media all and (min-width: 1024px) {
  .section__heroTop .section__content .hero__text {
    width: 33%;
    align-self: flex-start;
    display: block;
  }
}
@media all and (max-width: 1024px) {
  .section__heroTop .section__content .hero__text {
    position: relative;
  }
}
.section__heroTop .section__content .hero__text h1 {
  width: 90%;
  font-family: "Oswald";
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
  letter-spacing: -0.65251px;
  color: #FFFFFF;
  font-size: 32px;
}
@media all and (max-width: 1024px) {
  .section__heroTop .section__content .hero__text h1 {
    width: 75%;
    display: none;
  }
}
.section__heroTop .section__content .hero__text h1 u, .section__heroTop .section__content .hero__text h1 b {
  font-family: "OswaldSemiBold";
}
@media all and (min-width: 1024px) {
  .section__heroTop .section__content .hero__text h1 {
    font-size: 3em;
  }
}
@media all and (max-width: 1366px) {
  .section__heroTop .section__content .hero__text h1 {
    font-size: 32px;
  }
}
.section__heroTop .section__content .hero__text .hero__girl {
  margin-bottom: 120px;
}
@media all and (min-width: 1024px) {
  .section__heroTop .section__content .hero__text .hero__girl {
    max-width: 80%;
    margin-left: 10%;
    margin-top: 140px;
    margin-bottom: 0;
  }
}
.section__heroTop .section__content .hero__text .hero__semaforo {
  position: absolute;
  right: 10px;
  top: 30%;
  max-width: 20%;
}
@media all and (min-width: 1024px) {
  .section__heroTop .section__content .hero__text .hero__semaforo {
    display: none;
  }
}
.section__heroTop .section__content .hero__text .hero__undertext {
  font-size: 1.6rem;
  color: #FFFFFF;
}
@media all and (max-width: 1024px) {
  .section__heroTop .section__content .hero__text .hero__undertext {
    display: none;
  }
}
.section__heroTop .section__content .hero__text .hero__undertext span {
  text-decoration: line-through;
}
.section__heroTop .section__content .wrapper__form {
  max-width: 449px;
  margin-top: 0;
}
@media all and (min-width: 1024px) {
  .section__heroTop .section__content .wrapper__form {
    width: 33%;
    margin-top: inherit;
    margin-bottom: 3em;
  }
}
.section__heroTop .section__content .wrapper__form .form__call {
  display: none;
  font-size: 1.4em;
  font-family: "BentonSansRegular", sans-serif;
  text-align: center;
  margin-bottom: -55px;
  color: #464646;
}
@media all and (min-width: 1024px) {
  .section__heroTop .section__content .wrapper__form .form__call {
    display: block;
  }
}
@media all and (max-width: 1366px) {
  .section__heroTop .section__content .wrapper__form .form__call {
    font-size: 16px;
    margin-bottom: -50px;
  }
}
.section__heroTop .section__content .wrapper__form .form__call a {
  text-decoration: none;
  font-family: "BentonSansMedium", sans-serif;
}
.section__heroTop .section__content .hero__form {
  background-color: #ffffff;
  border-radius: 1.25em;
  box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 20000;
}
@media all and (min-width: 1024px) {
  .section__heroTop .section__content .hero__form {
    margin-bottom: 80px;
  }
}
.section__heroTop .section__content .hero__form button {
  background-color: #278600;
}

@media all and (max-width: 1024px) {
  .section__heroTop .section__content .hero__form:before {
    display: none;
  }
}
@media all and (max-width: 1024px) {
  .section__heroTop .section__content .hero__form:after {
    display: none;
  }
}
.section__heroTop .section__content {
  width: 100%;
  max-width: 1920px;
  margin: 0;
  display: flex;
  justify-content: center;
}
.bg-hero{
  position: absolute;
  z-index: 1;
  top: 0;
}
.section__central {
  margin-top: 0;
  background: radial-gradient(31.05% 31.05% at 37.43% 42.87%, #ffffff 0%, rgba(255, 255, 255, 0) 100%), #f9fafa;
}
@media all and (min-width: 1024px) {
  .section__central {
    padding: 3em 3em;
  }
}
.section__house {
  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;
  text-align: center;
}
@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%, rgb(255, 255, 255) 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;
  }
}

.central-wrapper {
  background: radial-gradient(31.05% 31.05% at 37.43% 42.87%, #ffffff 0%, rgba(255, 255, 255, 0) 100%), #f9fafa;
}

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;
}/*# sourceMappingURL=style.css.map */
.botones__unicaja-header{
  display: none;
}

.botones__unicaja-header .col__botones{
  max-width: 30%;
}
.botones__unicaja-header,
.botones__unicaja{
  background: rgba(148, 203, 137, 0.2);
  text-align: center;
}

@media all and (max-width: 1024px) {
  .botones__unicaja{
    display: none;
  }
  .botones__unicaja-header{
    display: block;
    background: transparent;
  }
  .section__heroTop .hero_bottom{
    height: 850px;
  }
}
@media all and (max-width: 768px) {
  .section__heroTop .hero_bottom{
    height: 920px;
  }
}
.botones__unicaja-header .botones__content,
.botones__unicaja .botones__content{
  display: flex;
  max-width: 1000px;
  margin: 0 auto;
  padding: 1.5em 1em 1.5em;
  text-align: center;
  justify-content: space-between;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: #000000;
}

.small__text-big{
    max-width: 1450px;
    margin: 0 auto;
    padding: 3em 30px;
    font-family: "BentonSansRegular";
}

.small__text-big p{
  font-family: "BentonSansRegular";
  color: #464646;
}

.small__text-big .small__text-title{
  font-family: "AvenirLTStdRoman";
  font-style: normal;
  font-weight: 900;
  font-size: 20px;
  line-height: 15px;
  color: #000000;
}