

/*--------------------------------------------------------------
CUSTOM CSS - FOTOCASA PRO
--------------------------------------------------------------*/



/*--------------------------------------------------------------
Generals
--------------------------------------------------------------*/

.no-visibility{
  visibility: hidden;
}
.button-secondary,
.button-secondary:visited,
input[type="submit"].button-secondary,
input[type="submit"].button-secondary:visited{
  background-color: var(--color-white);
  border: 1px solid var(--color-white);
  color: var(--color-primary);
}
.button-secondary:active,
.button-secondary:focus,
.button-secondary:hover,
input[type="submit"].button-secondary:hover,
input[type="submit"].button-secondary:focus {
  outline: 0;
  background-color: var(--color-secondary);
  border: 1px solid var(--color-secondary);
  color: var(--color-white);
}
.button-secondary:focus,
input[type="submit"].button-secondary:focus {
  border-color:var(--color-primary);
}
/*button, .button, a.button, input[type="submit"]{
  display: inline-table;
}*/
.button + .button{
  margin-left: 1em;
  margin-left: var(--break);
}
.button-arrow::after{
  content: "→";
  font-size: 30px;
  margin-left: 12px;
  margin-right: -3px;
  vertical-align: -2px;
  line-height: 0;
}
.button-arrow-packs::after{
  content: "";
  display: block;
  width: 27px;
  height: 16px;
  background-image: url("https://crmmarketingwebfiles.blob.core.windows.net/marketing-static-content/fotocasa-pro/img/icons/icon_packs-arrow.svg");
  background-repeat: no-repeat;
  margin-left: var(--break);
  float: right;
  margin-right: -3px;
  margin-top: 2px;
}
.button-download-packs::after{
  content: "";
  display: block;
  width: 16px;
  height: 23px;
  background-image: url("https://crmmarketingwebfiles.blob.core.windows.net/marketing-static-content/fotocasa-pro/img/icons/icon_packs-download.svg");
  background-repeat: no-repeat;
  margin-left: var(--break);
  float: right;
  margin-top: -3px;
  transition: all 0.4s ease-in-out;
}
.primary-color{
  color: var(--color-primary);
}
.primary-background{
  background-color: var(--color-primary);
}
.secondary-background{
  background-color: var(--color-secondary);
}
.bluestripe{
  background-image: linear-gradient(180deg, #FFFFFF 0%, #FFFFFF 35%, #D9EAF8 35%, #D9EAF8 91%, #FFFFFF 91%, #FFFFFF 100%);
}
.multiline{
  position: relative;
  margin: 0;
  line-height: 1.8;
  overflow: hidden;
  text-shadow: none;
  padding: 0.15rem 0.4rem;
}
.multiline span {
  display: inline;
  color: var(--color-white);
  background: var(--color-primary);
  box-shadow: 5px 0 0 2px var(--color-primary), -5px 0 0 2px var(--color-primary);
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}
.multiline.habitaclia-color span{
  background-color: var(--color-primary-habitaclia);
  box-shadow: 5px 0 0 2px var(--color-primary-habitaclia), -5px 0 0 2px var(--color-primary-habitaclia);
}
.multiline.milanuncios-color span{
  background-color: var(--color-primary-milanuncios);
  box-shadow: 5px 0 0 2px var(--color-primary-milanuncios), -5px 0 0 2px var(--color-primary-milanuncios);
}
.multiline.white-color span{
  color: var(--color-primary);
  background-color: var(--color-white);
  box-shadow: 5px 0 0 2px var(--color-white), -5px 0 0 2px var(--color-white);
}
a .circle-icon{
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin: 1em auto 2em auto;
  margin: var(--break) auto calc(var(--break) * 2) auto;
  width: 200px;
  height: 200px;
  text-align: center;
  box-sizing: border-box;
  background: linear-gradient(162.27deg, #1E22AA 13.54%, #0072CE 87.89%);
  box-shadow: 0px 0px 80px rgba(0, 0, 0, 0.25);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
a:focus .circle-icon,
a:hover .circle-icon {
  background: linear-gradient(162.27deg, #1E22AA 13.54%, #1E22AA 87.89%);
}
a .circle-icon img{
  /*width: 64px;
  height: 64px;*/
  max-height: 85px;
  max-width: 92px;
}
.link-arrow{
  text-decoration: none;
}
.link-arrow::after{
  content: "→";
  margin-left: 12px;
  font-size: 30px;
  vertical-align: -2px;
}
.isologos-mini li{
  padding-left: calc(var(--break) / 4);
  padding-right: calc(var(--break) / 4);
}
.list-check{
  list-style: none;
}
.list-check li{
  position: relative;
  line-height: 24px;
  padding-bottom: calc(var(--break) * 1.5);
}
.nopointer{
  cursor: default;
}
.videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.list-check li::before{
  content: "";
  display: inline-block;
  position: relative;
  background: url(https://crmmarketingwebfiles.blob.core.windows.net/marketing-static-content/fotocasa-pro/img/icons/icon_checked_blue.svg) no-repeat center center;
  background-size: 20px;
  width: 22px;
  height: 22px;
  margin-bottom: -2px;
  margin-right: 5px;
  margin-left: calc(var(--break) * -1.5);
}
.swiper-pagination-bullet {
  background-color: var(--color-gray-soft);
  opacity: 1;
}
.swiper-pagination-bullet{
  height: 12px;
  width: 12px;
}
.swiper-button-next,
.swiper-button-prev{
  padding: 40px 20px;
  border-radius: 10px;
}
.swiper-button-next:hover,
.swiper-button-prev:hover {
  color: var(--color-white);
}
.swiper-button-next::after,
.swiper-button-prev::after {
  font-size: 20px;
  background-color: transparent;
  border-radius: 8px;
  padding: 9px 12px 8px 12px;
  transition: all 0.4s ease-in-out;
}
.swiper-button-next:hover::after,
.swiper-button-prev:hover::after {
  background-color: var(--color-black);
  opacity: 0.3;
}
@media screen and (max-width: 1024px) {
  .multiline br{
    display: none;
  }
  .multiline br.special{
    display: block;
  }
  .videoWrapper {
      margin-top: calc(var(--break) * 2);
      margin-bottom: calc(var(--break) * 2);
  }
}
@media screen and (max-width: 767px) {
  a .circle-icon {
    width: 150px;
    height: 150px;
    margin-bottom: 1em;
    margin-bottom: var(--break);
  }
  a .circle-icon img{
    width: 50px;
    height: 50px;
    margin: auto;
  }
}


/*--------------------------------------------------------------
Header
--------------------------------------------------------------*/

header .row .column{
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}
header .row .column + .column{
  justify-content: flex-end;
}
header nav{
  padding-right: calc(var(--break) * 1.25);
}
.nav-mobile{
  margin-top: var(--break);
}
.nav-main a,
.nav-mobile a {
  text-decoration: none;
  color: var(--color-base);
}
.nav-main li,
.nav-mobile li{
  position: relative;
  text-decoration: none;
  padding: calc(var(--break) / 1.25) calc(var(--break) * 1.25);
  transition: all 0.4s ease-in-out;
  touch-action: manipulation;
}
.nav-mobile li{
  display: block;
  max-width: 440px;
  width: calc(100% - 3rem);
  margin-left: auto;
  margin-right: auto;
  margin-bottom: var(--break);
  font-size: var(--step-1);
  text-align: center;
}
.nav-main ul > li:first-child,
.nav-mobile ul > li:first-child{
  cursor: default;
}
.nav-main li.active,
.nav-mobile li.active,
.nav-main li:hover,
.nav-mobile li:hover {
  background-color: var(--color-gray-light);
  border-radius: var(--radius);
  cursor: pointer;
}
.nav-main li .dropdown,
.nav-mobile li .dropdown {
  position: absolute;
  left: 0;
  opacity: 0;
  height: 0;
  background: var(--color-white);
  border-radius: var(--radius);
  visibility: hidden;
  width: 320px;
  text-align: left;
  z-index: 10000;
}
.nav-mobile li .dropdown {
  position: relative;
  height: 0;
  padding: 0;
}
.nav-mobile li .dropdown{
  background-color: transparent;
  text-align: center;
  width: auto;
  position: relative;
}
.nav-main li:hover .dropdown,
.nav-mobile li:hover .dropdown,
.nav-main li:focus-within .dropdown,
.nav-mobile li:focus-within .dropdown,
.nav-main li .dropdown:hover,
.nav-main li .dropdown:focus,
.nav-mobile li .dropdown:hover,
.nav-mobile li .dropdown:focus {
  visibility: visible;
  opacity: 1;
  height: auto;
  margin-top: calc(var(--break) / 1.4);
  padding: calc(var(--break) / 2);
  transition: all 0.4s ease;
  touch-action: manipulation;
}
.nav-main li ul li,
.nav-mobile li ul li {
  clear: both;
  width: 100%;
}
.nav-mobile li ul li:last-child{
  margin-bottom: 0;
}
.nav-mobile li li{
  font-size: 1em;
  font-size: var(--step-0);
}
.nav-mobile li li:hover,
.nav-mobile li li.active {
  background: var(--color-white);
}
.nav-main .button {
  font-weight: var(--font-regular);
}
.offcanvas-active{
  overflow: hidden;
}
.offcanvas{
  width:100vw;
  visibility: hidden;
  transform:translateX(-100%);
  transition:all .2s;
  border-radius:0;
  display:block;
  position: fixed;
  top: 60px;
  left: 0;
  height: calc(100% - 60px);
  z-index: 10000;
  background-color: var(--color-white);
  overflow-y: scroll;
  overflow-x: hidden;
}
.offcanvas.offcanvas-right {
  right: 0;
  left: auto;
  transform: translateX(100%);
}
.offcanvas.show{
  visibility: visible;
  transform: translateX(0);
  transition: transform 0.4s;
}
.burger-menu{
  border: none;
  box-shadow: none;
  background-color: transparent;
  padding: 0 16px 0 0;
  margin-top: 0;
  margin-bottom: 0;
}
.offcanvas-active .burger-menu{
  display: none;
}
.burger-menu svg{
  width: 24px;
  height: 24px;
}
.close-offcanvas{
  border: none;
  box-shadow: none;
  background-color: var(--color-white);
  padding: 0 16px 0 0;
  margin-top: 0;
  margin-bottom: 0;
  display: none
}
.offcanvas-active .close-offcanvas{
  display: block;
}
.close-offcanvas svg{
  fill: #404040;
  width: 17px;
  height: 17px;
  margin-left: 4px;
}
header .button[title=Acceder] svg{
  height: 24px;
  width: 24px;
  margin-bottom: -5px;
  margin-top: -4px;
}
header .button[title=Acceder] svg path{
  fill: currentColor;
}
@media only screen and (min-width: 1201px) {
  .burger-menu{
    display: none;
  }
}
@media only screen and (max-width: 1200px) {
  .burger-menu{
    display: inherit;
  }
  .nav-main{
    display: none;
  }
  header .row{
    flex-direction: row;
    flex-wrap: wrap;
  }
  header .row .column{
    flex: 0 0 50%;
    max-width: 50%;
  }
  .logo-main{
    height: 24px;
  }
  header .button{
    margin-top: calc(var(--break) / 2);
    margin-bottom: calc(var(--break) / 2);
  }
}
@media only screen and (max-width: 480px) {
  header.container{
    width: calc(100% - 1.5em);
  }
  header .button{
    padding: calc(var(--break) / 1.2) calc(var(--break) / 2.25);
  }
  header .button + .button {
    margin-left: 0.75rem;
  }
  .burger-menu{
    padding: 0 8px 0 0;
  }
  .logo-main{
    margin-top: 2px;
    height: 20px;
  }
}


/*--------------------------------------------------------------
Footer
--------------------------------------------------------------*/

.footer{
  background-color: var(--color-border);
}
.footer-divider img{
  width: 100%;
}
.footer-primary{
  padding-top: var(--break);
}
.footer-primary h4{
  font-size: var(--step-0);
  font-weight: var(--font-semibold);
  color: var(--color-primary);
  padding-bottom: var(--break);
}
.footer-primary li{
  font-size: var(--step--1);
  padding-bottom: var(--break);
}
.footer-primary li a{
  text-decoration: none;
}
.footer-primary li a:hover{
  text-decoration: underline;
}
.footer-social{
  text-align: right;
  padding-top: 0;
}
.footer-social a svg{
  fill:var(--color-primary);
  transition: all 0.4s ease-in-out;
  outline: 0;
  width: 42px;
  height: 42px;
}
.footer-social a:hover svg,
.footer-social a:focus svg{
  fill:var(--color-secondary);
  outline: 0;
}
.footer-copyright{
  background-color: var(--color-gray-soft);
  padding-top: var(--break);
  padding-bottom: calc(var(--break) / 1.5);
}
.footer-copyright .column{
  display: flex;
}
.footer-copyright ul{
  padding-top: 0;
  padding-left: calc(var(--break) * 2);
  line-height: 1.4;
  padding-bottom: 0;
  font-size: var(--step--1);
}
.footer-copyright p,
.footer-copyright li{
  line-height: 1.4;
  font-size: var(--step--1);
  color: var(--color-black);
  padding-bottom: 0;
  vertical-align: top;
}
.footer-copyright li{
  padding-bottom: 0;
}
.footer-copyright a{
  text-decoration: none;
  color: var(--color-black)
}
.footer-copyright a:hover{
  text-decoration: underline;
  color: var(--color-primary)
}
@media only screen and (max-width: 1024px) {
  .footer-primary {
    padding-top: calc(var(--break) * 2);
  }
  .footer-primary .column{
    padding-bottom: var(--break);
  }
  .footer-social{
    text-align: left;
  }
  .footer-copyright .column{
    flex-direction: column;
    padding-left: 0;
  }
  .footer-copyright ul{
    padding-left: 0;
  }
  .footer-copyright li{
    padding-bottom: calc(var(--break) / 2);
  }
  .footer-copyright p{
    padding-bottom: var(--break);
  }
}


/*--------------------------------------------------------------
Home
--------------------------------------------------------------*/

.swiper-container-home{
  overflow: hidden;
  position: relative;
}
.swiper-container-home.swiper-container-horizontal > .swiper-pagination-bullets{
  bottom: 1.5em;
}
.introduction-home h1,
.introduction-home p{
  padding-bottom: 0;
}
.introduction-home img{
  width: 75px;
  height: 75px;
}
.introduction-home .row.column-between{
  justify-content: space-between;
  flex-direction: row;
}
@media only screen and (max-width: 1024px) {
  .introduction-home .row.column-between{
    padding-bottom: calc(var(--break) * 1.5);
    justify-content: space-around;
  }
  .introduction-home h1,
  .introduction-home p{
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .swiper-container-home.swiper-container-horizontal > .swiper-pagination-bullets{
    bottom: 0.5em;
  }
}
@media only screen and (max-width: 480px) {
  .introduction-home img{
    width: 60px;
    height: 60px;
  }
}


/*--------------------------------------------------------------
Solutions-highlights
--------------------------------------------------------------*/

.solutions-highlights h2{
  color: var(--color-primary);
}
.solutions-highlights h3{
  font-size: var(--step-1);
  font-weight: var(--font-semibold);
  color: var(--color-primary);
}
.solutions-highlights a{
  text-decoration: none;
}
.solutions-highlights a h3{
  color: var(--color-secondary);
}
.solutions-highlights a:hover h3{
  color: var(--color-primary);
}
.solution-active a .circle-icon,
.solution-active a:focus .circle-icon,
.solution-active a:visited .circle-icon,
.solution-active a:hover .circle-icon{
  background: linear-gradient(162.27deg, #1E22AA 13.54%, #1E22AA 87.89%);
}
.solution-active h3{
  max-width: 190px;
  width: 100%;
  border-bottom: 6px solid var(--color-primary);
  margin-left: auto;
  margin-right: auto;
}
.solution-active a h3,
.solution-active a:focus h3,
.solution-active a:visited h3,
.solution-active a:hover h3{
  color: var(--color-primary);
}
.solutions-deck{
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-around;
  align-self: flex-start;
}
.solution-card-wrapper{
  display: flex;
  flex-direction: column;
  height: 100%;
}
.solution-card{
  position: relative;
  max-width: 390px;
  min-width: 320px;
  width: 100%;
  background: var(--color-white);
  border-radius: 14px;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.15);
  padding: var(--break) calc(var(--break) * 1.5);
  margin: calc(var(--break) * 2) var(--break) var(--void) var(--break);
}
.solution-card h3{
  font-size: var(--step-2);
  font-weight: var(--font-semibold);
  color: var(--color-primary);
}
.solution-card h3 + p{
  height: 90px;
  margin-top: calc(var(--break) / 2);
}
.solution-card ul + div{
  margin-top: auto;
}
.solution-card .button{
  margin-top: 0;
}
.solution-card .circle-icon{
  position: absolute;
  top: -70px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin: var(--break) auto calc(var(--break) * 2) auto;
  width: 100px;
  height: 100px;
  text-align: center;
  box-sizing: border-box;
  background: linear-gradient(162.27deg, #1E22AA 13.54%, #0072CE 87.89%);
  box-shadow: 0px 0px 80px rgba(0, 0, 0, 0.25);
  transition: all 0.4s ease-in-out;
}
.solution-card .circle-icon img{
  width: 40px;
  height: 40px;
  margin: auto;
}
@media only screen and (max-width: 901px) {
  .solution-card h3 + p{
    height: auto;
    padding-bottom: calc(var(--break) * 2);
  }
}
@media only screen and (max-width: 767px) {
  .solutions-highlights .column:not(:last-child){
    padding-bottom: calc(var(--break) * 2);
  }
}
@media screen and (max-width: 768px) and (min-width: 480px) {
  .solutions-highlights .row.column-6-for-medium {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .solutions-highlights .column-6-for-medium .column {
    flex: 0 0 50%;
    max-width: 50%;
  }
}


/*--------------------------------------------------------------
Client
--------------------------------------------------------------*/

.clients h2{
  color: var(--color-primary);
  position: relative;
  padding-bottom: 0;
}
.clients h2::after{
  content: "";
  display: block;
  margin: var(--break) auto 0 auto;
  height: 90px;
  width: 2px;
  background-color: var(--color-primary);
}
.clients img{
  padding-top: var(--break);
  padding-bottom: var(--break);
}


/*--------------------------------------------------------------
Backgrounds
--------------------------------------------------------------*/

.arch-dome,
.quarter-dome{
  background-color: var(--color-border);
}
.arch-dome-top-divider,
.arch-dome-bottom-divider,
.quarter-dome-divider{
  position: relative;
  z-index: 100;
}
.arch-dome-top-divider + .container,
.arch-dome-bottom-divider + .container,
.quarter-dome-divider + .container{
  z-index: 1000;
}
.quarter-dome-divider img{
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  max-width: 20vw;
}
.half-dome-divider{
  position: relative;
}
.arch-dome-top-divider img,
.arch-dome-bottom-divider img,
.half-dome-divider img{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
  width: 100%;
}
.arch-dome-bottom-divider img{
  top:initial;
  bottom:0;
}
@media screen and (max-width: 767px) {
  .arch-dome-top-divider img,
  .arch-dome-bottom-divider img,
  .quarter-dome-divider img,
  .half-dome-divider img{
    display: none;
  }
}


/*--------------------------------------------------------------
Heros
--------------------------------------------------------------*/

.hero {
  height: 800px;
  min-height: 350px;
  position: relative;
  overflow: hidden;
}
.hero .container{
    height: 100%;
}
.hero.with-subtitle .column{
  display: flex;
  flex-direction: column-reverse;
}
.hero-background{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
}
.hero-background img{
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.hero-circle{
  position: absolute;
  z-index: 10;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 100%;
}
.hero-circle svg{
  opacity: 0.8;
  position: absolute;
  z-index: 10;
  top: -25%;
  right: 40%;
  width: calc(800px + 50%);
  height: calc(800px + 50%);
}
.hero-circle.to-right svg{
  left: 40%;
  right: initial;
}
.hero-circle svg g{
  fill: var(--color-primary);
}
.hero-circle.secondary-color svg g{
  fill: var(--color-secondary);
}
.hero-circle.habitaclia-color svg g{
  fill: var(--color-primary-habitaclia);
}
.hero-circle.milanuncios-color svg g{
  fill: var(--color-primary-milanuncios);
}
.hero-circle.gray-color svg g{
  fill: var(--color-gray-medium);
}
.hero-circle.white-color svg g{
  fill: var(--color-white);
}
.hero-content{
  position: relative;
  z-index: 1000;
}
.hero h1,
.hero h2 {
  position: relative;
  margin: 0 auto;
  margin-top: calc(var(--break) / 2);
  margin-bottom: var(--break);
  padding-bottom: 0;
  line-height: 1.7;
  overflow: hidden;
  text-shadow: none;
}
.hero h2{
  font-size: var(--step-4);
}
.hero h2.subtitle{
  font-size: var(--step-1);
  color: var(--color-white);
  font-weight: var(--font-bold);
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0;
}
.hero h1.multiline,
.hero h2.multiline{
  margin-left: 0;
  margin-right: 0;
  padding: 0.15rem 1rem;
  margin-left: -0.5rem;
}
.hero h1.multiline span,
.hero h2.multiline span {
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  background-color: var(--color-secondary);
  box-shadow: 5px 0 0 2px var(--color-secondary), -5px 0 0 2px var(--color-secondary);
}
.hero h1.multiline.habitaclia-color span,
.hero h2.multiline.habitaclia-color span {
  color: var(--color-primary-habitaclia);
  background-color: var(--color-white);
  box-shadow: 5px 0 0 2px var(--color-white), -5px 0 0 2px var(--color-white);
}
.hero h1.multiline.milanuncios-color span,
.hero h2.multiline.milanuncios-color span {
  color: var(--color-primary-milanuncios);
  background-color: var(--color-white);
  box-shadow: 5px 0 0 2px var(--color-white), -5px 0 0 2px var(--color-white);
}
.hero h1.multiline.solutions-color span,
.hero h2.multiline.solutions-color span {
  background-color: var(--color-primary);
  box-shadow: 5px 0 0 2px var(--color-primary), -5px 0 0 2px var(--color-primary);
}
.hero h1.multiline.white-color span,
.hero h2.multiline.white-color span {
  color: var(--color-white);
  background-color: var(--color-primary);
  box-shadow: 5px 0 0 2px var(--color-primary), -5px 0 0 2px var(--color-primary);
}
.hero h1.multiline.cases-color span,
.hero h2.multiline.cases-color span {
  color: var(--color-white);
  background-color: var(--color-base);
  box-shadow: 5px 0 0 2px var(--color-base), -5px 0 0 2px var(--color-base);
}
.hero h2.subtitle.cases-color{
  color: var(--color-primary);
}
.hero-fotocasa .column:first-child{
  margin-top: calc(var(--void) / 2);
}
.hero-fotocasa .column:last-child{
  line-height: 0;
}
.hero .button{
  font-size: var(--step-1);
}
.hero .button-ghost,
.hero .button-ghost:visited {
  border-color: var(--color-white);
}
.hero .button-ghost:active,
.hero .button-ghost:focus,
.hero .button-ghost:hover {
  background-color: transparent;
  border-color: var(--color-white);
  color: var(--color-white);
}
@media only screen and (min-width: 1200px) {
  .hero h1.multiline.cases-color {
   max-width: 570px;
  }
}
@media only screen and (min-width: 1025px) {
  .hero {
    min-height: 700px;
  }
  .hero .row{
    flex-direction: row;
  }
  .hero-fotocasa .column:first-child{
    text-align: right;
    margin-top: 0;
  }
  .hero-milanuncios .column:last-child,
  .hero-habitaclia .column:last-child{
    display: flex !important;
    justify-content: flex-end;
    align-self: flex-end;
  }
  .hero-fotocasa .isologo{
    height: 92px;
    width: 116px;
  }
  .hero h1{
    margin-bottom: calc(var(--void) / 3);
  }
}
@media only screen and (max-width: 1024px) {
  .hero {
    max-height: 600px;
  }
  .hero-circle svg{
    width: calc(600px + 50%);
    height: calc(600px + 50%);
  }
  .swiper-container-home .hero-circle svg{
    display: none;
  }
  .hero h1,
  .hero h2{
    margin-left: initial;
    margin-right: initial;
  }
  .hero-fotocasa .row{
    justify-content: flex-end;
  }
  .hero-habitaclia .row,
  .hero-milanuncios .row{
    flex-direction: row;
  }
  .hero-recursos .row,
  .hero-formacion .row,
  .hero-fotocasapro-home .row,
  .hero-fotocasapro-home2 .row,
  .hero-fotocasapro-home3 .row{
    display: flex;
    align-items: flex-end;
    flex-direction: row;
  }
  .hero-fotocasapro-home h2,
  .hero-fotocasapro-home2 h2,
  .hero-fotocasapro-home3 h2{
    text-align: center;
    margin-left: 0;
  }
  .hero-fotocasa .row .column{
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }
  .hero-fotocasa .isologo{
    height: 80px;
    width: 100px;
    margin:0 auto;
  }
  .hero-milanuncios .hero-circle.to-right svg{
    left: initial;
    right: 40%;
  }
  .hero-fotocasapro-home h1,
  .hero-fotocasapro-home h2,
  .hero-fotocasapro-home2 h2,
  .hero-fotocasapro-home3 h2{
    margin-bottom: calc(var(--break) * 2);
  }
  .hero-fotocasapro-home .hero-content .column-6.text-left{
    text-align: center;
  }
  .hero button,
  .hero .button,
  .hero a.button{
    margin-top: 0;
    margin-bottom: calc(var(--break) * 3);
  }
}
@media only screen and (min-width: 768px) {
  .hero-habitaclia h1,
  .hero-milanuncios h1 {
    max-width: 60vw;
    margin-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .hero {
    max-height: 500px;
  }
  .hero-circle svg{
    width: calc(500px + 50%);
    height: calc(500px + 50%);
  }
  .hero-habitaclia .isologo{
    width: 200px;
    height: 52px;
  }
  .hero-fotocasapro-home h1,
  .hero-fotocasapro-home h2,
  .hero-fotocasapro-home2 h2,
  .hero-fotocasapro-home3 h2{
    margin-bottom: calc(var(--break) * 1.25);
  }
}
@media only screen and (max-width: 480px) {
  .hero {
    height: 350px;
  }
  .hero-content.container{
    width: calc(100% - 2em);
  }
  .hero-circle svg{
    width: calc(350px + 50%);
    height: calc(350px + 50%);
  }
  .hero h1,
  .hero h2 {
    font-size: var(--step-3);
  }
  .hero-fotocasa .isologo {
    height: 50px;
    width: 63px;
  }
  .hero-habitaclia .isologo{
    width: 180px;
    height: 46px;
  }
  .hero .button{
    font-size: 1em;
    font-size: var(--step-0);
  }
}
@media only screen and (max-width: 380px) {
  .hero h1,
  .hero h2 {
    font-size: var(--step-2);
  }
}


/*--------------------------------------------------------------
Introduction
--------------------------------------------------------------*/

.introduction-home{
  padding-bottom: calc(var(--break) / 2);
}
.introduction-home h1,
.introduction p{
  font-size: var(--step-2);
  padding-bottom: calc(var(--break) / 2);
}
.introduction span{
  color: var(--color-primary);
}


/*--------------------------------------------------------------
Tips
--------------------------------------------------------------*/

.tips-content h2{
  font-size: var(--step-2);
}
.tips-content p{
  font-size: var(--step-0);
  padding-top: calc(var(--break) / 2);
}
.tips-content p + p{
  padding-top: 0;
}
.tips-content{
  position: relative;
}
.tips-image{
  text-align: right;
  position: relative;
}
.fotocasapro-tips .tips-image.text-center{
  text-align: center;
}
.row-reverse .tips-image{
  text-align: left;
}
.tips-image img{
  border-radius:20px;
  filter: drop-shadow(0px 0px 30px rgba(0, 0, 0, 0.15));
  -webkit-filter: drop-shadow(0px 0px 30px rgba(0, 0, 0, 0.15));
  -moz-filter:  drop-shadow(0px 0px 30px rgba(0, 0, 0, 0.15));
  -ms-filter:  drop-shadow(0px 0px 30px rgba(0, 0, 0, 0.15));
  -o-filter: drop-shadow(0px 0px 30px rgba(0, 0, 0, 0.15));
}
/*Hack Safari*/
@media not all and (min-resolution:.001dpcm) { @media {
    .tips-image img{
    -webkit-filter: none;
  }
}}
.fotocasapro-tips .tips-image img,
.solutions-tips .tips-image img,
.photoservices-tips .tips-image img,
.data-tips .tips-image img,
.training-tips .tips-image img,
.resources-tips .tips-image img{
  border-radius:50%;
}
.fotocasapro-tips .first .full-logo{
  background-color: var(--color-primary);
  padding: calc(var(--break) / 2) var(--break) calc(var(--break) / 3) var(--break);
  margin-left: calc(var(--break) / 2);
}
.fotocasapro-tips .first .full-logo img{
  width: 257px;
  height: 46px;
}
.fotocasapro-tips .first .isologo img{
  height: 92px;
  width: 116px;
  margin-left: calc(var(--break) * 2);
  margin-bottom: calc(var(--break) * -1);
}
.fotocasapro-tips h2{
  margin-top: calc(var(--break) / 2);
}
.fotocasapro-tips .first h2,
.fotocasapro-tips .first p{
  margin-left: 270px;
}
.fotocasapro-tips .second .full-logo{
  background-color: var(--color-primary-habitaclia);
  padding: calc(var(--break) / 2) calc(var(--break) * 2) calc(var(--break) / 4)  calc(var(--break) * 2);
}
.fotocasapro-tips .second .full-logo img{
  width: 230px;
  height: 60px;
}
.fotocasapro-tips .second .isologo img{
  height: 80px;
  width: 80px;
  margin-right: calc(var(--void) * 1.5);
  margin-bottom: calc(var(--break) * -0.5);
}
.fotocasapro-tips .last .full-logo{
  background-color: var(--color-primary-milanuncios);
  padding: calc(var(--break) / 2) var(--break);
  margin-left: calc(var(--break) / 2);
}
.fotocasapro-tips .last .full-logo img{
  width: 300px;
  height: 57px;
}
.fotocasapro-tips .last .isologo img{
  height: 82px;
  width: 82px;
  margin-left: calc(var(--break) * 4);
  margin-bottom: calc(var(--break) * -1);
}
.fotocasapro-tips .last h2,
.fotocasapro-tips .last p{
  margin-left: 270px;
}
.fotocasapro-tips .parche{
  display: none;
}
.solutions-tips ul{
  padding-left: 20px;
}
@media only screen and (min-width: 1025px) {
  .tips-content h2{
    max-width: 580px;
  }
  .tips-content p{
    max-width: 580px;
  }
}
@media only screen and (max-width: 1250px) {
  .fotocasapro-tips .first h2,
  .fotocasapro-tips .first p,
  .fotocasapro-tips .last h2,
  .fotocasapro-tips .last p{
    margin-left: 100px;
  }
  .fotocasapro-tips .second .isologo img{
    margin-right: calc(1em * 3);
    margin-right: calc(var(--break) * 3);
  }
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .row.row-reverse.tips-item {
    flex-direction: row-reverse;
  }
  .fotocasapro-tips .parche{
    display: inline;
  }
}
@media only screen and (max-width: 1024px) {
  .tips-image,
  .row-reverse .tips-image{
    text-align: right;
    margin-top: calc(var(--void) / 4);
    margin-bottom: calc(var(--void) / 4);
  }
  .tips-image img{
    width: calc(100% -  2rem);
    margin: 0 auto;
  }
  .tips-image,
  .tips-image.text-center{
    text-align: right;
  }
  .row-reverse .tips-image,
  .row-reverse .tips-image.text-center{
    text-align: left;
  }
  .fotocasapro-tips .first h2,
  .fotocasapro-tips .first p,
  .fotocasapro-tips .last h2,
  .fotocasapro-tips .last p{
    margin-left: 0;
  }
  .fotocasapro-tips .first .isologo,
  .fotocasapro-tips .second .isologo,
  .fotocasapro-tips .last .isologo{
    display: none;
  }
  .fotocasapro-tips .second .full-logo{
    padding: calc(var(--break) / 2) var(--break) calc(var(--break) / 4)  var(--break);
    margin-left: calc(var(--break) / 2);
  }
  .fotocasapro-tips .first .isologo img{
    height: 80px;
    width: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .tips-image,
  .row-reverse .tips-image{
    text-align: center;
  }
  .tips-image img{
    width: 360px;
    max-width: 100%;
  }
  .fotocasapro-tips .first .isologo img{
    height: 50px;
    width: 63px;
  }
}


/*--------------------------------------------------------------
Circles and Squares
--------------------------------------------------------------*/

.rellax-wrapper{
  position: relative;
}
[class*="-oval-"],
[class*="-circle-"],
[class*="-square-"]{
  position: absolute;
  z-index: -1;
}
[class*="-oval-"],
[class*="-circle-"]{
  border-radius: 50%;
}
.home-circle-blue {
  width: 190px;
  height: 190px;
  background: var(--color-secondary);
  top: 50px;
  left: 190px;
}
.home-square-yellow {
  width: 273px;
  height: 116px;
  background: var(--color-secondary-habitaclia);
  border-radius: 20px;
  top: 50px;
  left: 180px;
}
.home-square-green {
  width: 345px;
  height: 271px;
  background: #C2DEA0;
  border-radius: 20px;
  top: 100px;
  left: 170px;
}
.home-circle-green {
  width: 175px;
  height: 175px;
  background: var(--color-primary-milanuncios);
  opacity: 0.4;
  top: 20px;
  left: 250px;
}
.fotocasa-square-blue {
  width: 350px;
  height: 290px;
  background: var(--color-secondary);
  border-radius: 20px;
  top: -30px;
  right: calc(50% - 150px);
}
.fotocasa-square-blue2 {
  width: 370px;
  height: 280px;
  background: var(--color-secondary);
  border-radius: 20px;
  bottom: 20px;
  right: calc(50% - 220px);
}
.fotocasa-circle-blue {
  width: 190px;
  height: 190px;
  background: var(--color-secondary);
  opacity: 0.3;
  top: -10px;
  right: calc(50% + 110px);
}
.habitaclia-square-yellow {
  width: 415px;
  height: 240px;
  background: var(--color-secondary-habitaclia);
  border-radius: 20px;
  top: 80px;
  left: 15%;
}
.habitaclia-square-yellow2 {
  width: 300px;
  height: 225px;
  background: var(--color-secondary-habitaclia);
  border-radius: 20px;
  top: 70px;
  left: 35%;
}
.habitaclia-square-yellow3 {
  width: 300px;
  height: 230px;
  background: var(--color-secondary-habitaclia);
  border-radius: 20px;
  top: -10px;
  left: 18%;
}
.milanuncios-square-green {
  width: 415px;
  height: 240px;
  background: var(--color-primary-milanuncios);
  border-radius: 20px;
  top: 30px;
  right: 130px;
}
.milanuncios-square-green2 {
  width: 300px;
  height: 225px;
  background: var(--color-primary-milanuncios);
  border-radius: 20px;
  top: 80px;
  left: 35%;
}
.milanuncios-square-green3 {
  width: 180px;
  height: 160px;
  opacity: 0.3;
  background: var(--color-primary-milanuncios);
  border-radius: 20px;
  bottom: -10px;
  left: 170px;
}
.milanuncios-circle-green {
  width: 175px;
  height: 175px;
  background: var(--color-primary-milanuncios);
  opacity: 0.5;
  top: 20px;
  right: calc(50% + 70px);
}
.solutions-circle-blue{
  width: 190px;
  height: 190px;
  background: var(--color-secondary);
  opacity: 0.6;
  top: -10px;
  left: 160px;
}
.solutions-circle-blue2{
  width: 160px;
  height: 160px;
  background: var(--color-secondary);
  opacity: 0.5;
  bottom: 0px;
  right: 160px;
}
.solutions-circle-blue3{
  width: 190px;
  height: 190px;
  background: var(--color-secondary);
  opacity: 0.7;
  bottom: 20px;
  left: 190px;
}
.photoservices-circle-blue{
  width: 190px;
  height: 190px;
  background: var(--color-secondary);
  opacity: 0.6;
  top: -10px;
  left: 180px;
}
.photoservices-circle-blue2{
  width: 160px;
  height: 160px;
  background: var(--color-secondary);
  opacity: 0.4;
  bottom: -10px;
  left: 50%;
}
.data-circle-blue{
  width: 190px;
  height: 190px;
  background: var(--color-secondary);
  opacity: 0.3;
  top: -10px;
  right: calc(50% + 50px);
}
.data-circle-blue2{
  width: 170px;
  height: 170px;
  background: var(--color-secondary);
  opacity: 0.3;
  bottom: -10px;
  left: 45%;
}
.data-circle-blue3{
  width: 160px;
  height: 160px;
  background: var(--color-secondary);
  opacity: 0.8;
  bottom: -5px;
  right: calc(50% + 80px);
}
.data-circle-blue4{
  width: 140px;
  height: 140px;
  background: var(--color-secondary);
  opacity: 0.4;
  top: 15px;
  left: 50%;
}
.training-circle-blue{
  width: 160px;
  height: 160px;
  background: var(--color-secondary);
  opacity: 0.8;
  bottom: -10px;
  right: calc(50% + 50px);
}
.training-circle-blue2{
  width: 170px;
  height: 170px;
  background: var(--color-secondary);
  opacity: 0.3;
  bottom: -10px;
  left: 45%;
}
.training-circle-blue3{
  width: 190px;
  height: 190px;
  background: var(--color-secondary);
  opacity: 0.3;
  top: -10px;
  right: calc(50% + 50px);
}
.training-circle-blue4{
  width: 140px;
  height: 140px;
  background: var(--color-secondary);
  opacity: 0.3;
  top: -10px;
  left: 50%;
}
.training-circle-blue5{
  width: 125px;
  height: 125px;
  background: var(--color-secondary);
  opacity: 0.8;
  bottom: 10px;
  right: calc(50% + 20px);
}
.resources-circle-blue{
  width: 160px;
  height: 160px;
  background: var(--color-secondary);
  opacity: 0.8;
  bottom: 10px;
  right: calc(50% + 50px);
}
.resources-circle-blue2{
  width: 170px;
  height: 170px;
  background: var(--color-secondary);
  opacity: 0.3;
  bottom: -10px;
  left: 45%;
}
.resources-circle-blue3{
  width: 190px;
  height: 190px;
  background: var(--color-secondary);
  opacity: 0.3;
  top: 0px;
  right: calc(50% + 50px);
}
.resources-circle-blue4{
  width: 170px;
  height: 170px;
  background: var(--color-secondary);
  opacity: 0.3;
  top: -10px;
  left: 45%;
}
.cases-square-blue1 {
  width: 360px;
  height: 270px;
  background: #B2D4F0;
  border-radius: 20px;
  bottom: -30px;
  left: 15%;
}
.cases-square-blue2 {
  width: 360px;
  height: 270px;
  background: #B2D4F0;
  border-radius: 20px;
  top: -20px;
  left: 15%;
}
.cases-square-yellow1 {
  width: 274px;
  height: 225px;
  background: var(--color-secondary-habitaclia);
  border-radius: 20px;
  top: -30px;
  right: 40px;
}
.cases-square-yellow2 {
  width: 260px;
  height: 285px;
  background: var(--color-secondary-habitaclia);
  border-radius: 20px;
  bottom: -30px;
  right: 60px;
}
.packs-oval-softblue {
  width: 20vw;
  height: 20vw;
  background: rgba(0, 114, 206, 0.21);
  top: 230px;
  right: -10px;
}
.packs-oval-softblue2 {
  width: 20vw;
  height: 20vw;
  background: rgba(0, 114, 206, 0.21);
  top: 10px;
  right: -20px;
}
.packs-oval-softblue3 {
  width: 380px;
  height: 380px;
  background: rgba(0, 114, 206, 0.21);
  bottom: 10%;
  left: -40px;
}
.packs-oval-softblue4 {
  width: 20vw;
  height: 20vw;
  background: rgba(0, 114, 206, 0.21);
  bottom: 10%;
  right:-20px;
}
.packs-oval-softblue5 {
  width: 380px;
  height: 380px;
  background: rgba(0, 114, 206, 0.21);
  top: calc(50% - 90px);
  left: calc(50% - 90px);
}
.packs-oval-blue{
  width: 290px;
  height: 290px;
  border: 4px solid var(--color-primary);
  left: 50%;
  top: 60%;
}
.packs-oval-blue2{
  width: 20vw;
  height: 20vw;
  border: 4px solid var(--color-primary);
  top: 10px;
  left: -20px;
}
.packs-oval-blue3{
  width: 280px;
  height: 280px;
  border: 4px solid var(--color-primary);
  top: 70px;
  right: 20px;
}
@media only screen and (max-width: 1300px) {
  .home-square-green {
    left: 10%
  }
}
@media only screen and (max-width: 1250px) {
  .fotocasa-square-blue {
    top: -30px;
    right: calc(50% - 100px);
  }
  .habitaclia-square-yellow {
    left: 5%;
  }
  .habitaclia-square-yellow2{
    left: 190px;
  }
  .habitaclia-square-yellow3{
    left: 0;
  }
  .milanuncios-square-green {
    right: 100px
  }
  .milanuncios-square-green2 {
    left:40%;
  }
  .milanuncios-square-green3{
    bottom: -35px;
  }
  .milanuncios-circle-green{
    right: calc(50% + 70px);
  }
  .solutions-circle-blue{
    top: -10px;
    left: 100px;
  }
  .solutions-circle-blue2{
    right: 100px;
  }
  .solutions-circle-blue3{
    left: 100px;
  }
  .photoservices-circle-blue{
    top: -20px;
    left: 315px;
  }
  .photoservices-circle-blue2{
    bottom: -10px;
    left: 50%;
  }
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .fotocasa-circle-blue{
    height: 140px;
    width: 140px;
    top: 0px;
    right: calc(50% + 90px);
  }
}
@media only screen and (max-width: 1024px) {
  [class*="-circle-"],
  [class*="-square-"]{
    display: none;
  }
  .fotocasa-circle-blue{
    display: initial;
  }
  .packs-oval-softblue {
    width: 140px;
    height: 140px;
    top: initial;
    bottom: 30px;
    right: initial;
    left: 30%;
  }
  .packs-oval-softblue2 {
    width: 200px;
    height: 200px;
    top: -10px;
    right: initial;
    left: 55%;
  }
  .packs-oval-softblue3 {
    width: 20vw;
    height: 20vw;
    top: initial;
    bottom: 40px;
    right: initial;
    left: 30%;
  }
  .packs-oval-softblue4 {
    width: 170px;
    height: 170px;
    top: initial;
    bottom: 40px;
    right: 30%;
  }
  .packs-oval-softblue5 {
    width: 30vw;
    height: 30vw;
    top: calc(50% - 20vw);
    left: calc(50% + 5vw);
  }
  .packs-oval-blue{
    width: 200px;
    height: 200px;
    top: 50%;
    left: 50%;
  }
  .packs-oval-blue2{
    width: 170px;
    height: 170px;
    top: 10%;
    left: 15%;
  }
  .packs-oval-blue3{
    width: 200px;
    height:  200px;
    top: calc(50% - 150px);
    right: initial;
    left: calc(50% + 100px);
  }
}
@media only screen and (max-width: 767px) {
  .fotocasa-circle-blue{
    display: none;
  }
  .packs-oval-softblue3 {
    width: 170px;
    height: 170px;
    bottom: 40px;
    left: 20%;
  }
  .packs-oval-softblue4 {
    bottom: 60px;
    right: 60px;
  }
  .packs-oval-softblue5 {
    width: 35vw;
    height: 35vw;
    top: calc(50% - 15vw);
    left: calc(50% + 4vw);
  }
  .packs-oval-blue{
    width: 150px;
    height: 150px;
    top: calc(50% + 50px);
    left: 50%;
  }
  .packs-oval-blue2{
    left: 1%;
  }
  .packs-oval-blue3{
    top: -6px;
    left: 52%;
  }

}


/*--------------------------------------------------------------
Milestones
--------------------------------------------------------------*/

.milestones{
  color: var(--color-white);
}
.milestones-fotocasa,
.milestones-home{
  background: linear-gradient(162.27deg, #1E22AA 13.54%, #0072CE 87.89%);
}
.milestones-habitaclia{
  background: linear-gradient(114.95deg, #FF6600 19.8%, #F2C94C 112.18%);
}
.milestones-milanuncios{
  background: linear-gradient(114.95deg, #18BA5D 19.8%, #22FE6D 112.18%);
}
.milestones-home .column{
  position: relative;
}
.milestones-home .row +.row{
  margin-top: 5em;
  margin-top: var(--void);
}
.milestones-fotocasa .isologo{
  height: 85px;
  width: 107px;
  margin: 0 auto;
}
.milestones-habitaclia .isologo{
  width: 46px;
  height: 80px;
  margin: 0 auto;
}
.milestones-milanuncios .isologo{
  width: 100px;
  height: 100px;
  margin: 0 auto;
}
.milestones .icon{
  width: 58px;
  height: 58px;
  margin: 0 auto;
  padding-bottom: var(--break);
}
.milestones .big-icon{
  width: 100px;
  height: 100px;
  margin: 0 auto;
  padding-bottom: var(--break);
}
.milestones p{
  font-size: var(--step-1);
  padding-bottom: 0;
  line-height: 1.3;
}
.milestones p span{
  font-size: calc(var(--step-4) * 2);
  font-weight: var(--font-bold);
}
.milestones-home.milestones-1columns .column-8{
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
.milestones-home.milestones-1columns .column-8 .milestone-number{
  order:-1;
}
@media only screen and (min-width: 1200px) {
  .milestones-home.milestones-1columns .column-8 p{
    font-size: var(--step-4);
  }
}
@media only screen and (min-width: 1025px) {
  .milestones-home .column::after{
    content: "";
    display: block;
    position: absolute;
    right: 0;
    width: 1px;
    height: 100%;
    background-color: var(--color-primary);
  }
  .milestones-home.milestones-2columns .column:first-child::after{
    display: none;
  }
  .milestones-home.milestones-1columns .column:after{
    display: none;
  }
  .milestones-home.milestones-2columns .column:nth-child(2)::before{
    content: "";
    display: block;
    position: absolute;
    left: 0;
    width: 1px;
    height: 100%;
    background-color: var(--color-primary);
  }
  .milestones-home.milestones-1columns .column-8 p{
    font-size: var(--step-3);
  }
  .milestones-home.milestones-1columns .column-8 p + p{
    text-align: left;
  }
  .milestones-home.milestones-1columns.milestones-knight .text-left p{
    font-size: var(--step-1);
  }
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .milestones-2columns .column-6-for-medium .column:first-child {
    flex:1 1 auto;
    max-width: 100%;
  }
  .milestones-2columns.milestones .column:nth-child(2){
      margin-bottom: 0;
  }
  .milestones-1columns.milestones p span {
    font-size: calc(var(--step-4) * 1.5);
  }
  .milestones-home.milestones-1columns .column-8 p{
    font-size: var(--step-2);
  }
}
@media only screen and (min-width: 768px) {
  .milestones .column{
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .milestones .column:not(:first-child){
    justify-content: flex-start;
  }
  .milestones-home.milestones-1columns .icon{
    margin-left: 2em;
    margin-right: 1em;
    padding: 0;
  }
}
@media only screen and (max-width: 1100px) {
  .milestones p span{
    font-size: calc(var(--step-4) * 1.5);
    font-weight: var(--font-bold);
  }
}
@media only screen and (max-width: 1024px) {
  .milestones .column:not(:last-child){
    margin-bottom: calc(var(--void) / 2);
  }
  .milestones .icon,
  .milestones .big-icon{
    padding-bottom: calc(var(--break) / 2);
  }
  .milestones p{
    text-align: center;
  }
  .milestones p span{
    font-size: calc(var(--step-4) * 1.25);
  }
  .milestones-home.milestones-1columns .column-8{
    justify-content: center;
  }
}
@media only screen and (max-width: 767px) {
  .milestones-fotocasa .isologo{
    width: 50px;
  }
  .milestones p span{
    font-size: var(--step-5);
  }
  .milestones-home.milestones-1columns .column-8{
    flex-direction: column;
    justify-content: center;
  }
  .milestones-home.milestones-1columns .column-8 .milestone-number{
    order:0;
  }
}


/*--------------------------------------------------------------
Banners
--------------------------------------------------------------*/

.banner-cta{
  height: 420px;
  position: relative;
  overflow: hidden;
}
.banner-image{
  position: absolute;
  z-index: -1;
  height: 100%;
}
.banner-image img{
  object-fit: cover;
  height: 100%;
  width: 100vw;
}
.banner-cta .container,
.banner-cta .row{
  height: 100%;
}
.banner-cta .row{
  padding-top: calc(var(--void) / 1.5);
  padding-bottom: calc(var(--void) / 1.5);
}
.banner-cta.to-right .row{
  justify-content: flex-end;
  text-align: right;
}
.banner-cta .column{
  display: flex;
  flex-direction: column;
}
.banner-cta h2 {
  position: relative;
  margin: 0;
  padding-bottom: 0;
  font-size: var(--step-3);
  line-height: 1.7;
  overflow: hidden;
  text-shadow: none;
}
.banner-cta h2 span {
  color: var(--color-base);
  background-color: var(--color-white);
  padding: 0.15rem 0.5rem;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}
.banner-cta.on-blue h2 span{
  color: var(--color-white);
  background-color: var(--color-primary);
}
.banner-cta p{
  color: var(--color-primary);
  font-weight: var(--font-bold);
}
.banner-cta.on-blue p{
  color: var(--color-base);
}
.banner-cta.subtitle-white p{
  color: var(--color-white);
}
.banner-cta .button {
  background-color: var(--color-primary);
  border: 1px solid var(--color-primary);
  color: var(--color-white);
  margin-top: auto;
  margin-bottom: 0;
  align-self: flex-start;
}
.banner-cta.to-right .button{
  align-self: flex-end;
}
.banner-cta.on-blue .button {
  background-color: var(--color-white);
  border-color: var(--color-white);
  color: var(--color-primary);
}
.banner-cta .button:active,
.banner-cta.on-blue .button:active,
.banner-cta .button:hover,
.banner-cta.on-blue .button:hover,
.banner-cta .button:focus,
.banner-cta.on-blue .button:focus {
  background-color: var(--color-secondary);
  border: 1px solid var(--color-secondary);
  color: var(--color-white);
}
.banner-cta .button:focus,
.banner-cta.on-blue .button:focus {
  border: 1px solid var(--color-primary);
}
@media only screen and (max-width: 1024px) {
  .banner-cta{
    height: 350px;
  }
  .banner-cta .row {
    padding-top: calc(var(--void) / 2);
    padding-bottom: calc(var(--void) / 2);
  }
}


/*--------------------------------------------------------------
Testimonials
--------------------------------------------------------------*/

.testimonials{
  width: calc(100% - 2em);
  margin: 0 auto;
}
.testimonials blockquote{
  display: flex;
  flex-direction: column;
  padding-left: calc(var(--break) * 3);
  padding-right: calc(var(--break) * 3);
}
.testimonials blockquote .blockquote-content .button{
  margin-top: 2rem;
}
.testimonials blockquote .blockquote-content p,
.testimonials blockquote > p{
  text-align: center;
  font-size: var(--step-2);
  padding-bottom: 0;
  font-weight: var(--font-light);
}
.testimonials blockquote .blockquote-content p i,
.testimonials blockquote > p i{
  font-weight: var(--font-light);
}
.testimonials blockquote footer{
  text-align: center;
  padding-top: calc(var(--break) * 2);
}
.testimonials blockquote footer img{
  border-radius: 50%;
  width: 124px;
  height: 124px;
  object-fit: cover;
  border: 6px solid var(--color-white);
  box-shadow: 0 0 0 2px var(--color-primary);
  margin-top: 6px;
}
.testimonials blockquote footer p{
  text-transform: uppercase;
  color: var(--color-primary);
  font-weight: var(--font-bold);
  font-size: calc(var(--step--1) + 2);
  margin-top: calc(var(--break) / 1.5);
  text-transform: none;
}
.testimonials blockquote footer p cite{
  font-weight: var(--font-light);
  font-style: normal;
  text-transform: none;
}
.testimonials .swiper-button-next,
.testimonials .swiper-button-prev{
  top: calc(50% - 60px);
}
.testimonials .swiper-pagination{
  position: relative;
  margin-top: calc(var(--void) / 3);
}
@media only screen and (min-width: 1025px) {
  .testimonials blockquote{
    flex-direction: row;
    padding-left: 0;
    padding-right: 0;
  }
  .testimonials blockquote .blockquote-content .text-center{
    text-align: right;
  }
  .testimonials blockquote > p{
    display: flex;
    align-items: center;
    flex: 0 058.33%;
    max-width:58.33%;
    text-align: right;
  }
  .testimonials blockquote .blockquote-content p{
    display: flex;
    align-items: center;
    text-align: right;
  }
  .testimonials blockquote footer{
    margin-left: 8.33%;
    flex: 0 0 33.33%;
    max-width: 33.33%;
    border-left: 2px solid var(--color-primary);
    padding-top: 0;
  }
  .testimonials.testimonials-cases blockquote footer p{
    margin-left: var(--break);
  }
  .testimonials.testimonials-cases blockquote footer p cite{
    display: block;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }
  .testimonials .swiper-pagination{
    margin-top: calc(var(--void) / 2);
  }
  .testimonials .swiper-button-next,
  .testimonials .swiper-button-prev{
    top: calc(50% - 80px);
  }
}
@media only screen and (max-width: 600px) {
  .testimonials blockquote .blockquote-content p i,
  .testimonials blockquote > p i{
    font-weight: var(--font-regular);
  }
}
@media only screen and (max-width: 600px) {
  .testimonials blockquote{
    padding-left: 0;
    padding-right: 0;
  }
  .testimonials .swiper-button-next,
  .testimonials .swiper-button-prev{
    display: none;
  }
}


/*--------------------------------------------------------------
Gallery with thumbnails
--------------------------------------------------------------*/

.image-gallery .swiper-container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}
.image-gallery .gallery-top {
  height: 80%;
  width: 100%;
}
.image-gallery .gallery-thumbs {
  height: 20%;
  box-sizing: border-box;
  padding: 10px 0;
}
.image-gallery .swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}
.image-gallery .swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  background-size: cover;
  background-position: center;
}
.image-gallery .gallery-top .swiper-slide{
  height: 930px;
}
.image-gallery .gallery-thumbs .swiper-slide {
  width: 25%;
  height: 100%;
  opacity: 0.7;
  display: inline-block;
  height: calc(100px - 12px);
  width: calc(100px - 12px) !important;
  border: 6px solid var(--color-white);
  cursor: pointer;
  transition: all 0.4s ease-in-out;
}
.image-gallery .gallery-thumbs .swiper-slide:hover{
  opacity: 1;
}
.image-gallery .gallery-thumbs .swiper-slide-thumb-active {
  opacity: 1;
  border: 6px solid var(--color-secondary);
}
@media only screen and (max-width: 1024px) {
  .image-gallery .gallery-top .swiper-slide{
    height: 680px;
  }
}
@media only screen and (max-width: 767px) {
  .image-gallery .gallery-top .swiper-slide{
    height: 510px;
  }
}
@media only screen and (max-width: 600px) {
  .image-gallery .gallery-top .swiper-slide{
    height: 400px;
  }
  .swiper-button-next,
  .swiper-button-prev{
    display:none;
  }
}
@media only screen and (max-width: 480px) {
  .image-gallery .gallery-top .swiper-slide{
    height: 320px;
  }
}
@media only screen and (max-width: 380px) {
  .image-gallery .gallery-top .swiper-slide{
    height: 250px;
  }
}


/*--------------------------------------------------------------
Formación
--------------------------------------------------------------*/

.podcast-list{
  padding-top: 1em;
  padding-top: var(--break);
  margin-left: calc(var(--break) / -1);
}
.podcast-list li{
  padding: 1em;
  padding: var(--break);
}
.podcast-list a:hover img{
  transform: scale(1.1);
}


/*--------------------------------------------------------------
Cases
--------------------------------------------------------------*/

.hero-cases .hero-content img{
  max-width: 290px;
  padding-bottom: calc(var(--break) * 3);
}
.hero-cases .hero-content img.neinor{
  max-width: 318px;
}
.hero-cases .hero-content img.knight{
  max-width: 235px;
}
.hero-cases .hero-content img.hola{
  max-width: 150px;
}
.cases-client-icon{
  max-width: 190px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: var(--break);
}
.case-content h2{
  font-weight: var(--font-bold);
  padding-bottom: calc(var(--break) / 1.5);
}
.cases-tips .tips-content h2{
  font-weight: var(--font-light);
}
.cases-tips .tips-content img{
  height: 80px;
  width: 80px;
  margin-bottom: var(--break);
}
@media only screen and (min-width: 768px) {
  .habitaclia-tips.cases-tips .tips-content{
    text-align: right;
  }
  .habitaclia-tips.cases-tips .tips-content h2{
    margin-left: auto;
  }
}
@media only screen and (max-width: 1024px) {
  .hero-cases .multiline br {
    display: initial;
  }
}
@media only screen and (max-width: 767px) {
  .hero-cases .hero-content img{
    max-width: 200px;
    padding-bottom: calc(var(--break) * 1.5);
  }
  .cases-tips .tips-image{
    margin-top: calc(var(--void) / 2);
  }
  .cases-tips .tips-image img{
    max-width: 600px;
    width: 100%;
    margin: 0 auto;
  }
  .cases-tips .tips-content img {
    height: 60px;
    width: 60px;
    margin-top: calc(var(--break) * -2);
  }
}
@media only screen and (max-width: 480px) {
  .hero-cases .hero-content img{
    max-width: 170px;
    padding-bottom: calc(var(--break) * 1.25);
  }
}


/*--------------------------------------------------------------
Form
--------------------------------------------------------------*/

input,
textarea,
select,
fieldset {
  margin-bottom: calc(var(--break) * 2);
}
label{
  font-size: 16px;
  color: var(--color-gray-medium)
}
label,
legend{
  margin-bottom:0;
}
label input{
  margin-top: 0;
}
.custom-select,
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea,
select {
  border: none;
  border-bottom: 1px solid var(--color-border);
  padding-left: 0;
  font-size: var(--step-0);
  color: var(--color-black);
}
select {
  -webkit-appearance:none;
}
.custom-select:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
  outline: 0;
  border: none;
  border-bottom: 1px solid var(--color-secondary);
}
::placeholder {
  color: var(--color-base);
  opacity: 1;
}
:-ms-input-placeholder {
  color: var(--color-base);
}
::-ms-input-placeholder {
  color: var(--color-base);
}
.legal{
  margin-top: calc(var(--break) * 1.5);
  margin-bottom: calc(var(--break) * 1.5);
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}
.legal span{
  line-height: 1.3;
  margin-top: -4px;
  font-weight: var(--font-regular);
}
.custom-select {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='24px' height='14px' viewBox='0 0 24 14' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3ESVG Layer%3C/title%3E%3Cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' stroke-linecap='round' stroke-linejoin='round'%3E%3Cg transform='translate(1.000000, 1.000000)' stroke='%23BDBDBD' stroke-width='1'%3E%3Cpolyline id='Path' points='0 0.5 11 11.5 22 0.5'%3E%3C/polyline%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.custom-select:focus {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='24px' height='14px' viewBox='0 0 24 14' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3ESVG Layer%3C/title%3E%3Cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' stroke-linecap='round' stroke-linejoin='round'%3E%3Cg transform='translate(1.000000, 1.000000)' stroke='%231E22AA' stroke-width='1'%3E%3Cpolyline id='Path' points='0 0.5 11 11.5 22 0.5'%3E%3C/polyline%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.custom-select .value {
  color: var(--color-base);
}
/*FORM WITH INPUTS & LABELS IN BOXES*/
.lp-required{
  display: none;
}
.boxes-form input,
.boxes-form textarea,
.boxes-form select,
.boxes-form fieldset {
    margin-bottom: var(--break);
}
.boxes-form label,
.boxes-form legend{
    position: relative;
}
.boxes-form label span{
    font-size: 14px;
    position: absolute;
    top: 0.5rem;
    left: 0.75rem;
    font-weight: normal;
    z-index: 100;
}
.boxes-form input[type="email"],
.boxes-form input[type="number"],
.boxes-form input[type="search"],
.boxes-form input[type="text"],
.boxes-form input[type="tel"],
.boxes-form input[type="url"],
.boxes-form input[type="password"],
.boxes-form textarea,
.boxes-form select{
    padding: 28px 0.75rem  0.5rem 0.75rem;
    border: 1px solid #CCCCCC;
}
.boxes-form .custom-select:focus,
.boxes-form input[type="email"]:focus,
.boxes-form input[type="number"]:focus,
.boxes-form input[type="search"]:focus,
.boxes-form input[type="text"]:focus,
.boxes-form input[type="tel"]:focus,
.boxes-form input[type="url"]:focus,
.boxes-form input[type="password"]:focus,
.boxes-form textarea:focus,
.boxes-form select:focus{
    border: 2px solid var(--color-secondary);
}
.boxes-form select{
	height: 64px;
}
.boxes-form .legal span {
  line-height: 1.3;
  margin-top: -10px;
  font-weight: var(--font-regular);
  margin-left: 10px;
}
.boxes-form div[data-form-block-id] .lookup-behavior{
  filter: none;
  background-position-x: calc(100% - 10px);
}
.form-container .onFormSubmittedFeedback{
  height: auto !important;
  width: auto !important;
  padding: 2em 0;
}
.form-container .onFormSubmittedFeedback .onFormSubmittedFeedbackMessage {
  padding: 30px 10px 40px 10px;
  color: var(--color-base);
  font-size: 1em;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  text-align: center;
}
.form-container .onFormSubmittedFeedback .onFormSubmittedFeedbackButton {
  min-width: auto;
  min-height: auto;
  border-radius: 8px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  color: var(--color-base);
  font-size: 1em;
  padding: calc(1em / 1.25) calc(1em * 1.5);
  font-weight: 400;
}
.form-container .onFormSubmittedFeedback .onFormSubmittedFeedbackButtonSuccess {
  color: var(--color-white);
  background-color: var(--color-primary);
  border: 1px solid var(--color-primary);
}


/*--------------------------------------------------------------
Cookies
--------------------------------------------------------------*/

#adevinta_consents_cookies_universal_widget p{
  font-size: 14px;
}

body > div:first-child,
.cookies-banner{
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10000;
}
.lp-privacy-container-v2{
  background: var(--color-white);
}
.lp-privacy-container .lp-banner-panel, .lp-privacy-container-v2 .lp-banner-panel{
  max-width: 900px;
  margin: 0 auto;
  display: flex;
}
.lp-banner-panel {
  padding: 1rem 1.5rem !important;
}
.lp-info-icon{
  display: none;
}
.lp-privacy-text {
  color: var(--color-black);
  text-align: left;
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 14px;
}
.lp-privacy-container a, .lp-privacy-container div, .lp-privacy-container-v2 a, .lp-privacy-container-v2 div{
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 14px;
}
.lp-privacy-text::before {
  content: "Tu privacidad es importante";
  font-family: 'Open Sans', Arial, sans-serif;
  display: block;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 10px;
}
.lp-privacy-container .lp-banner-panel .lp-privacy-link-text, .lp-privacy-container-v2 .lp-banner-panel .lp-privacy-link-text{
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 14px;
  margin-left: 4px;
}
.lp-privacy-close-button{
  margin-left: 1rem;
  margin-right: 0;
}
.lp-privacy-close-button img{
  width: 40px;
  min-width: 12px;
  margin-top: 8px;
}
/*NO DISPLAY DYNAMICS COOKIES BOX*/
.lp-privacy-container-v2{
  display: none !important;
}
.sui-TcfFirstLayer-body p{
  font-size: 12px;
}


/*--------------------------------------------------------------
Visita Express
--------------------------------------------------------------*/

.vista-express2 strong {
  font-weight: var(--font-bold);
}
.vista-express2 .benefits h2{
  padding-bottom: calc(var(--break) * 2);
}
.vista-express2 .benefits .tip{
  padding-bottom: calc(var(--break) * 1.5);
}
.vista-express2 .benefits .tip h3{
  font-size: var(--step-2);
}
.vista-express2  .tabs-block {
  display: flex;
  align-items: center;
  justify-content: center;
}
.vista-express2 .tabs {
  display: flex;
  width: 100%;
}
.vista-express2 .tabs > ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.vista-express2 .tabs > ul li {
    display: block;
}
.vista-express2 .tabs > ul li a,
.vista-express2 .tabs > ul li a:visited {
    display: flex;
    flex-wrap: wrap;
    text-decoration: none;
    color: var(--color-primary);
    background-color: var(--color-white);
    transition: all 0.3s ease-in-out;
    word-wrap: break-word;
    border: 1px solid var(--color-primary);
}
.vista-express2 .tabs > ul li a:hover,
.vista-express2 .tabs > ul li a:focus,
.vista-express2 .tabs > ul li a:active {
    outline: 0;
}
.vista-express2 .tabs > ul li a.active {
    background-color: var(--color-primary);
    color: var(--color-white);
}
.vista-express2 .tabs > ul li a:hover:not(.active) {
    background-color: var(--color-primary);
    color: var(--color-white);
}
.vista-express2 .tabs > ul li a > span {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.vista-express2 .tabs > ul li a > span.tab-label {
    width: 100%;
    display: block;
    border-left: 6px solid var(--color-white);
    padding: 1rem;
}
.vista-express2 .tabs > ul li a.active > span.tab-label {
    border-left-color: #8F91D0;
}
.vista-express2 .tabs section {
    display: none;
    padding-left: 1rem;
    padding-right: 1rem;
}
.vista-express2 .tabs section:not(:first-child) {
    padding-top: 1rem;
    padding-bottom: 1rem;
}
.vista-express2 .tabs section > * {
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.2s, transform 0.2s;
}
.vista-express2 .tabs section > *:nth-child(1) {
    transition-delay: 0.2s;
}
.vista-express2 .tabs section > *:nth-child(2) {
    transition-delay: 0.3s;
}
.vista-express2 .tabs section > *:nth-child(3) {
    transition-delay: 0.4s;
}
.vista-express2 .tabs section > *:nth-child(4) {
    transition-delay: 0.5s;
}
.vista-express2 .tabs section > *:nth-child(5) {
    transition-delay: 0.6s;
}
.vista-express2 .tabs section > *:nth-child(6) {
    transition-delay: 0.7s;
}
.vista-express2 .tabs section > *:nth-child(7) {
    transition-delay: 0.8s;
}
.vista-express2 .tabs section > *:nth-child(8) {
    transition-delay: 0.9s;
}
.vista-express2 .tabs section > *:nth-child(9) {
    transition-delay: 1s;
}
.vista-express2 .tabs section > *:nth-child(10) {
    transition-delay: 1.1s;
}
.vista-express2 .tabs section > *:nth-child(11) {
    transition-delay: 1.2s;
}
.vista-express2 .tabs section > *:nth-child(12) {
    transition-delay: 1.3s;
}
.vista-express2 .tabs section > *:nth-child(13) {
    transition-delay: 1.4s;
}
.vista-express2 .tabs section > *:nth-child(14) {
    transition-delay: 1.5s;
}
.vista-express2 .tabs section > *:nth-child(15) {
    transition-delay: 1.6s;
}
.vista-express2 .tabs section > *:nth-child(16) {
    transition-delay: 1.7s;
}
.vista-express2 .tabs section > *:nth-child(17) {
    transition-delay: 1.8s;
}
.vista-express2 .tabs section > *:nth-child(18) {
    transition-delay: 1.9s;
}
.vista-express2 .tabs section > *:nth-child(19) {
    transition-delay: 2s;
}
.vista-express2 .tabs section > *:nth-child(20) {
    transition-delay: 2.1s;
}
.vista-express2 .tabs section.active {
    display: block;
}
.vista-express2 .tabs section.active-content > * {
    opacity: 1;
    transform: translateY(0);
}
.vista-express2 .tab-inner-image,
.vista-express2 .tabs section h4{
    padding-top: var(--break);
}
.vista-express2 .tabs section p +ul{
    padding-top: 0;
}
@media screen and (min-width: 1025px) {
    .vista-express2 .benefits .row + .row{
        padding-top: calc(var(--break) * 2);
    }
    .vista-express2 .benefits .tip{
        padding-bottom: calc(var(--break) * 2);
    }
    .vista-express2 .banner p .button{
        margin-bottom: 0;
    }
}
.vista-express2 .intro .logo{
    display: none;
}
.vista-express2 .service h3{
    margin-top: 10px;
}
.vista-express2 .banner h3{
    color: var(--color-primary);
    font-weight: bold;
    background: url("https://crmmarketingwebfiles.blob.core.windows.net/marketing-static-content/fotocasa-pro_products/visita-express_highlight.jpg") no-repeat left center;
    margin-bottom: 1.5rem;
}
.vista-express2 .banner h3 span{
    padding-left: 1.75rem;
}
.vista-express2 .banner p{
    padding-left: 1.5rem;
    color: var(--color-primary);
}
.banner-horizontal{
    background: var(--color-border);
}
.banner-horizontal .container{
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 6em;
    padding-bottom: 6em;
    background: var(--color-border);
}
.banner-horizontal .row .row {
    border-radius: 16px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
    padding: 2rem 1rem 1.5rem 1rem;
    position: relative;
    background: var(--color-white);
}
.banner-horizontal .row .row > img{
    position: absolute;
    left: -50px;
    top: -50px;
}
.banner-horizontal .row .column-6:first-child{
    padding-left: 3rem;
}
.banner-horizontal .column h3{
    font-size: 32px;
    color: var(--color-primary);
    font-weight: 700;
    text-align: right;
}
.banner-horizontal .column p{
    font-size: 21px;
    padding-bottom: 0.5rem;
}
.vista-express2 .logo{
    height: 40px;
    width: auto;
}
video[poster] {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.vista-express2 .hero-content {
    display: flex;
    flex-direction: column;
}
.vista-express2 .hero h1{
    margin-left: 0;
    margin-right: 0;
    color: var(--color-white);
    font-weight: 400;
    font-size: 38px;
    line-height: 1.2;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
}
.vista-express2 .hero h1 strong{
    font-weight: 700;
}
.vista-express2 h2.subtitle{
    color: var(--color-white);
    font-weight: 400;
}
.vista-express2 .hero h5{
    padding-bottom: 0;
}
.vista-express2 .hero h5,
.vista-express2 .hero p,
.vista-express2 .hero p a{
    color: var(--color-white);
    font-weight: var(--font-regular);
}
.vista-express2 .hero p:last-child{
    padding-bottom: 0;
}
.vista-express2 .hero-wrapper {
    display: grid;
    grid-template-columns: 0.5fr 2fr 0.5fr repeat(3, 1fr);
    grid-template-rows: 1.25fr 0.4fr 2fr 0.15fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    height: 100%;
    position: relative;
    overflow: hidden;
    min-height: 100px;
}
.vista-express2 .hero-image {
    grid-area: 1 / 1 / 5 / 7;
    overflow: hidden;
    position: relative;
}
.vista-express2 .hero-image img{
    object-fit: cover;
    object-position: center -20px;
    height: 100%;
    width: 100%;
}
.vista-express2 .hero-circlebg {
    grid-area: 2 / 1 / 5 / 4;
    z-index: 100;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    position: relative;
    overflow: hidden;
}
.vista-express2 .hero-content {
    grid-area: 3 / 2 / 4 / 3;
    text-align: center;
}
.vista-express2 .hero-content h1{
    color: var(--color-white);
    line-height: 1.3;
}
.vista-express2 .hero-content h1 span{
    font-weight: 700;
}
.vista-express2 .svg-circle svg{
    position: absolute;
    height: auto;
    top: 0;
    left: -3px;
    z-index: -10;
}
.vista-express2 .svg-circle svg g{
    fill: var(--color-primary);
}
.banner-cta.banner-camaras{
    height: auto;
    background-color:var(--color-primary);
    padding-top: calc(var(--void) / 1.5);
    padding-bottom: calc(var(--void) / 1.5);
    padding-bottom: calc(var(--break) * 1.5);
}
.banner-cta.banner-camaras .row{
    padding-top: 0;
    padding-bottom: 0;
}
.banner-cta.banner-camaras h2 span{
    color:var(--color-primary);
}
.banner-cta.banner-camaras h5{
   color: var(--color-white);
}
.banner-cta.banner-camaras .column:first-child{
    align-items: center;
}
.banner-cta.banner-camaras img{
   object-fit: contain;
   margin-top: -1rem;
   max-width: 375px;
}
.banner-cta.banner-camaras .button{
    background-color: var(--color-border);
    border: 1px solid var(--color-border);
    color: var(--color-primary);
    margin-top: calc(var(--break) * 2);
}
@media screen and (min-width: 768px) {
    .vista-express2 .hero-content {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .vista-express2 .hero-wrapper{
        height: 650px;
    }
}
@media screen and (max-width: 1200px) {
    .vista-express2 .hero-wrapper {
        grid-template-columns: 0.5fr 2fr 1fr 0.5fr repeat(2, 1fr);
    }
    .vista-express2 .hero-circlebg {
        grid-area: 2 / 1 / 5 / 5;
    }
    .vista-express2 .hero-content {
        grid-area:  3 / 2 / 4 / 4;
    }
    .vista-express2 .svg-circle svg{
        left: 0;
    }
}
@media screen and (max-width: 1024px) {
    .tabs > ul.tab-head{
        padding-bottom: 2rem
    }
    .vista-express2 .multiline span {
        display: inline;
        color: var(--color-primary);
        background: var(--color-white);
        box-shadow: 5px 0 0 2px var(--color-white), -7px 0 0 2px var(--color-white);
    }
    .vista-express2 .tabs section{
        padding-left: 0;
        padding-right: 0;
    }
    .banner-horizontal{
        width: calc(100% - 10rem);
    }
    .banner-horizontal .row .row,
    .banner-horizontal .row h3{
        text-align: center;
    }
    .vista-express2 .logo{
        height: 40px;
        width: auto;
    }
    .vista-express2 .hero-wrapper {
        grid-template-columns: 0.5fr 2.5fr 1fr repeat(2, 0.5fr) 1fr;
        grid-template-rows: 1.25fr 0.25fr 1.25fr 0.25fr;
    }
    .vista-express2 .hero-circlebg {
        grid-area: 2 / 1 / 5 / 5;
    }
    .vista-express2 .hero-content {
        grid-area:  3 / 2 / 4 / 4;
    }
    .vista-express2 .intro  .column-7 + .column{
        padding-top: calc(5em / 2 );
        padding-top: calc(var(--void) / 2 );
    }
    .banner-horizontal{
        width: 100%;
        padding-top: 0;
        padding-bottom: 0
    }
    .banner-horizontal .container{
        width: calc(100% - 5rem);
        padding-top: 4em;
        padding-bottom: 4em;
    }
    .banner-cta.banner-camaras img{
       width: 300px;
       margin-top: 0
    }
}

@media screen and (max-width: 767px) {
    .vista-express2 .logo{;
        height: 60px;
        padding-top: 0.75rem;
        padding-bottom: 0.5rem
    }
    .vista-express2 .intro .logo{
        display: inline-block;
        margin-bottom: 1rem;
    }
    .banner-horizontal .column h3{
        font-size: 28px;
        padding-bottom: 1.5rem
    }
    .banner-horizontal .column p{
        font-size: 19px;
    }
    .banner-horizontal .row .row > img{
        position: relative;
        left: initial;
        top: initial;
        margin: 0 auto;
        width: 120px;
    }
    .vista-express2 .hero-wrapper {
        grid-template-columns: auto;
        grid-template-rows: 300px auto;
        margin-bottom: 0.5rem;
        max-height: initial;
    }
    .vista-express2 .hero-image {
        grid-area: 1 / -1;
    }
    .vista-express2 .hero-circlebg {
        display: none;
    }
    .vista-express2 .hero-content {
        grid-area: 2 / -1;
        padding-top: 0;
        padding-right: 0;
        padding-left: 0;
        width: calc(100% - 2em);
        margin-left: auto;
        margin-right: auto;
    }
    .vista-express2 .hero-content > div{
        background-color: var(--color-primary);
        margin-left: calc( -100vw / 2 + 100% / 2 );
        margin-right: calc( -100vw / 2 + 100% / 2 );
        max-width: 100vw;
    }
    .vista-express2 .hero-content h1{
        font-size: 1.75em;
    }
    .vista-express2 .hero-content h1,
    .vista-express2 .hero h5,
    .vista-express2 .hero p,
    .vista-express2 .hero p a {
        color: var(--color-primary);
    }
    .vista-express2 .hero h5{
        padding-bottom: 0
    }
    .banner-cta.banner-camaras{
        text-align: center;
    }
    .banner-cta.banner-camaras .button{
        align-self: center;
    }
    .banner-cta.banner-camaras h2{
        margin-bottom: 1.5rem;
    }
    .banner-cta.banner-camaras img{
       margin-top: -1.5em;
       padding-bottom: 2em
    }
 }

@media screen and (max-width: 480px) {
    .vista-express2 .hero-wrapper {
        grid-template-rows: 240px auto;
    }
    .vista-express2 .hero-image img{
        object-position: center;
    }
    .vista-express2 .intro .logo{
        margin-bottom: 1rem;
    }
    .vista-express2 .numbered-list{
        padding-left: 42px;
    }
    .vista-express2 .numbered-list li::before {
        left: calc(-1 * 46px);
        line-height: 32px;
        font-size: 20px;
        width: 32px;
        height: 32px;
    }
    .vista-express2 .hero-content h1{
        margin-bottom: 1.5rem;
    }
    .vista-express2 .details.half-split{
        padding-bottom: 0
    }
    .banner-cta.banner-camaras img{
       width: 270px;
    }
}



/*--------------------------------------------------------------
Packs HERO
--------------------------------------------------------------*/

.packs .hero {
  display: grid;
  grid-template-columns: 0.25fr 2.5fr 0.25fr repeat(3, 1fr);
  grid-template-rows: 1fr 2fr 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}
.packs .hero-background {
  grid-area: 1 / 1 / 4 / 7;
}
.packs .hero-circle {
  grid-area: 1 / 1 / 4 / 4;
}
.packs .hero-circle svg{
  opacity: 1;
  position: absolute;
  top: -25%;
  right: 30px;
  width: calc(800px + 50%);
  height: calc(800px + 50%);
}
.packs .hero-basic .hero-circle svg{
  transform: rotate(-32deg);
}
.packs .hero-content {
  grid-area: 1 / 2 / 4 / 3;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
  gap: var(--break);
}
.packs .hero-packs .hero-content{
  justify-content: flex-end;
}
.packs .hero-content img {
  height: 68px;
  align-self: flex-start;
  margin-top: var(--break);
}
.packs .hero-title{
  margin-top: auto;
  display: flex;
  flex-direction: column;
}
.packs .hero-packs .hero-title{
  margin-top: initial;
}
.packs .hero-content h1{
  font-size: var(--step-5);
  font-weight: var(--font-light);
  margin-bottom: calc(var(--break) / 2);
  line-height: 1.2;
  margin-top: 0;
  margin-left: 0;
}
.packs .hero-content h1 span{
  font-weight: var(--font-bold);
}
.packs .hero-content h2.subtitle{
  font-size: 16px;
  font-weight: var(--font-semibold);
  margin-top: var(--break);
}
.packs .hero-content p{
  padding-bottom: 0;
  display: none;
  color: var(--color-white);
  font-size: var(--step-2);
  font-weight: var(--font-light);
}
.packs .hero-packs .hero-content p{
  display: block;
}
@media screen and (min-width: 1600px) {
  .packs .hero-content h1{
    font-size: var(--step-6);
  }
  .packs .hero-content p{
    font-size: var(--step-3);
  }
}
@media screen and (min-width: 1201px) {
  .packs .hero-content p{
    padding-right: calc(var(--break) * 2);
  }
}
@media screen and (min-width: 768px) {
  .packs .hero-content {
    padding: calc(var(--break) * 4) calc(var(--break) * 4) calc(var(--break) * 5) 0;
  }
  .packs .hero-content p{
    display: block;
  }
  .packs .hero-content h2{
    display: none
  }
}
@media screen and (max-width: 1300px) {
  .packs .hero {
    grid-template-columns: 0.20fr 2.5fr 0.75fr 0.25fr repeat(2, 1fr);
  }
  .packs .hero-packs .hero-content{
    justify-content: center;
  }
  .packs .hero-circle svg{
    right: 60px;
  }
  .packs .hero-content h1 br{
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .packs .hero {
    grid-template-columns: 0.15fr 3.5fr 0.75fr repeat(3, 0.5fr);
  }
  .packs .hero-circle svg{
    right: 80px;
    top: -40%;
  }
  .packs .hero-content img {
    height: 55px;
  }
  .packs .hero-content h1{
    font-size: var(--step-4);
  }
  .packs .hero-content p{
    font-size: var(--step-1);
  }
}
@media screen and (max-width: 767px) {
  .packs .hero{
    max-height: initial;
    height: auto;
    display: block;
  }
  .packs .hero {
    grid-template-columns: auto;
    grid-template-rows: auto;
    background: var(--color-primary);
    grid-row-gap: 1.5em;
    padding-bottom: 1em
  }
  .packs .hero-background {
    grid-area: 1 / -1;
    position: relative;
    height: 325px;
  }
  .packs .hero-circle,
  .packs .hero-content img {
    display: none
  }
  .packs .hero-content {
    grid-area: 2 / -1;
    width: calc(100% - 4rem);
    margin-left: auto;
    margin-right: auto;
  }
  .hero:not(.hero-packs) .hero-title{
    flex-direction: column-reverse;
  }
  .packs .hero-content h1{
    font-size: var(--step-3);
    line-height: var(--font-height-heading);
    margin-top: 8px;
    margin-bottom: 0;
  }
  .packs .hero-content p{
    margin-top: 8px;
  }

}
@media screen and (max-width: 400px) {
  .packs .hero-content img {
    height: 45px;
  }
  .packs .hero-content {
    width: calc(100% - 2rem);
  }
}



/*--------------------------------------------------------------
Packs - Slider home
--------------------------------------------------------------*/

.special-packs .hero-circle svg{
  opacity: 1;
}

.hero.special-packs h2.multiline span{
  background-color: var(--color-white);
  color: var(--color-primary);
  box-shadow: 5px 0 0 2px var(--color-white), -5px 0 0 2px var(--color-white);
}

.hero.special-packs p{
  color: var(--color-white);
  font-size: var(--step-2);
  font-weight: var(--font-light);
}

.hero.special-packs:hover{
  cursor: pointer;
}

.hero.special-packs a::after{
  content: "";
  position: absolute;
  inset: 0;
}


/*--------------------------------------------------------------
Packs
--------------------------------------------------------------*/
.packs{
  overflow-x: hidden;
}
.packs .introduction h2{
  font-size: var(--step-2);
  font-weight: var(--font-semibold);
  padding-bottom: calc(var(--void) / 3 );
}
.packs .introduction p{
  font-size: var(--step-1);
}
.packs-video{
  overflow: hidden;
}
.packs-video img{
  position: absolute;
  right: -5vw;
  bottom: -4vw;
  max-width: 35vw;
}
.packs .multiline{
  font-size: var(--step-2);
  font-weight: var(--font-semibold);
}
.packs .multiline span {
  background-color: var(--color-secondary);
  box-shadow: 5px 0 0 2px var(--color-secondary), -5px 0 0 2px var(--color-secondary);
}
.packs .multiline + p {
  padding-top: calc(var(--break) * 2.5);
}
.packs .tip-with-icon{
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: var(--break);
}
.packs .tip-with-icon + .column{
  position: relative;
}
.packs-card-item {
  position: relative;
  height: auto;
  min-height: 340px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: var(--color-white);
  box-shadow: -7px 4px 21px 5px rgba(0, 0, 0, 0.11);
  border-radius: 20px;
  padding: calc(var(--break) * 1.5);
  transition: all 0.4s ease-in-out;
  touch-action: manipulation;
  margin: 21px;
}
.packs-card-with-link:hover{
  background-color: var(--color-primary);
}
.packs-card-item:not(.comparative-item) img{
  max-width: 190px;
  margin-left: auto;
  margin-right: auto;
  margin-top: var(--break);
  margin-bottom: var(--break);
}
.packs-card-item.packs-card-with-link img{
  margin-top: calc(var(--break) * 3);
  margin-bottom: calc(var(--break) * 2);
}
.packs-card-item h3{
  font-size: var(--step-1);
  font-weight: var(--font-semibold);
  background-color: var(--color-primary);
  color: var(--color-white);
  line-height: 1;
  margin-top: calc(var(--break) * 2);
  margin-bottom: calc(var(--break) * 2);
  padding: 16px 10px;
  border-radius: 4px;
  display: inline-block;
  transition: all 0.4s ease-in-out;
  touch-action: manipulation;
}
.packs-card-with-link:hover h3{
  background-color: var(--color-secondary);
}
.packs-card-item p{
  text-align: center;
  padding-bottom: 0;
  transition: all 0.4s ease-in-out;
  touch-action: manipulation;
}
.packs-card-item:not(.packs-card-with-link) p{
  margin-top: auto;
  margin-bottom: var(--break);
}
.packs-card-with-link:hover p{
  color: var(--color-white);
}
.packs-card-item a:not(.button) {
  display: block;
  z-index: 1;
  padding-top: calc(var(--break) * 2);
  margin-top: auto;
  transition: all 0.4s ease-in-out;
  touch-action: manipulation;
}
.packs-card-item a svg path{
  fill: var(--color-primary);
  transition: all 0.4s ease-in-out;
  touch-action: manipulation;
}
.packs-card-with-link:hover a svg path{
  fill: var(--color-white);
}
.packs-card-item a:not(.button)::after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: " ";
}
.pack-advantages,
.packs-table-responsive{
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
}
.pack-advantages .swiper-pagination-bullets,
.packs-table-responsive .swiper-pagination-bullets{
  position: relative;
  text-align: center;
  bottom: initial;
  left: initial;
  padding-top: calc(var(--break) * 2);
}
.pack-advantages .swiper-pagination-bullet {
  background-color: var(--color-white);
  border: 1px solid var(--color-secondary);
  opacity: 1;
}
.pack-advantages .swiper-pagination-bullet-active,
.pack-advantages .swiper-pagination-bullet:hover {
  background-color: var(--color-secondary);
}
.packs-table-responsive .swiper-pagination-bullet {
  background-color: var(--color-secondary);
  border: 1px solid var(--color-white);
  opacity: 1;
}
.packs-table-responsive .swiper-pagination-bullet-active,
.packs-table-responsive .swiper-pagination-bullet:hover{
  background-color: var(--color-white);
}
.packs-table-responsive .swiper-slide,
.pack-advantages .swiper-slide{
  display: flex;
  justify-content: center;
  height: auto;
}
.banner-packs.banner-cta{
  height: 570px;
}
.banner-packs.banner-cta .row {
  padding-top: calc(var(--void) * 1.5);
  padding-bottom: calc(var(--void) / 2);
}
.banner-packs.banner-cta h2{
  font-size: var(--step-2);
  font-weight: var(--font-bold);
  color: var(--color-primary);
  padding-bottom: calc(var(--break) / 2);
}
.banner-packs.banner-cta p{
  font-size: var(--step-1);
  font-weight: var(--font-regular);
  color: var(--color-base);
  padding-bottom: calc(var(--break) * 1.5);
}
.banner-packs.banner-cta .button{
  margin-top: initial;
  margin-bottom: calc(var(--break) * 3)
}
.banner-packs.banner-cta .button span{
  padding-left: calc(var(--break) / 1.5);
  vertical-align: -2px;
}
.banner-packs .inline-list{
  display: flex;
  flex-direction: colum;
  align-items: center;
  justify-content: center;
  gap: calc(var(--break) * 2);
  padding-left: var(--break);
}
.banner-packs .inline-list img{
  max-width: 170px;
  width: 100%;
}
.packs-table{
  background: var(--color-white);
  box-shadow: -7px 4px 21px 5px rgba(0, 0, 0, 0.11);
  border-radius: 20px;
  padding: 0 calc(var(--void) / 2) calc(var(--break) * 2) calc(var(--void) / 2);
}
.packs-table tbody th{
  padding-left: 0;
}
.packs-table thead th{
  text-align: center;
}
.packs-table thead th img,
.pack-header img{
  width: 85px;
  margin: -40px auto 0 auto;
}
.packs-table tbody th[rowspan]{
  vertical-align: baseline;
}
.packs-table td{
  color: var(--color-secondary);
  text-align: center;
  height: 78px;
}
.packs-table td.td-subtitle{
  color: var(--color-base);
  text-align: left;
}
.packs-table tbody th[rowspan] ~ td{
  padding-top: 1rem;
}
.packs-table a.button,
.pack-header a.button{
  padding: calc(var(--break) / 2.5) calc(var(--break) * 1.25);
  margin-top: -6px;
  font-weight: var( --font-semibold);
  border-radius: 6px;
}
.packs-table tr.tr-category{
  border-top: 2px solid var(--color-primary);
}
.packs-table .tr-category th{
  position: relative;
  font-size: var(--step-1);
  color: var(--color-primary);
  padding-top: 20px;
}
.packs-table .tr-category th::before{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 10px;
  border-top: 10px solid var(--color-primary);
  z-index: 10;
}
.packs-card-item.comparative-item{
  margin-top: 40px !important;
}
.pack-header img{
  margin-top: -65px;
}
.pack-details tr,
.pack-details th,
.pack-details td{
  padding-left: 0;
  padding-right: 0;
  display: block;
  border: none;
}
.pack-details td{
  font-size: 1rem;
  color: var(--color-secondary);
  text-align: center;
}
.pack-details td{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: var(--break);
  min-height: 52px;
  border-bottom: 1px solid var(--color-border);
}
.pack-details td:last-child {
  border-bottom: 0;
}
.pack-details td span{
  width: 80px;
  text-align: center;
}
.pack-details td::before {
  content: attr(data-label);
  color: var(--color-base);
  font-weight: var(--font-regular);
  text-align: left;
  text-transform: none;
  width: calc(100% - 80px);
}
.pack-details .tr-category {
  margin-top: calc(var(--break) * 1.5);
  border-top: 2px solid var(--color-primary);
}
.pack-details .tr-category th span{
  position: relative;
  color: var(--color-primary);
}
.pack-details .tr-category th span::before{
  content: "";
  display: block;
  position: absolute;
  top: -13px;
  left: 0;
  width: 100%;
  height: 10px;
  border-top: 10px solid var(--color-primary);
  z-index: 10;
}
.banner-packs-download .column{
  position: relative;
}
.banner-packs-download .banner-content{
  position: absolute;
  top:  28%;
  right: 7vw;
}
.banner-packs-download h3{
  font-size: var(--step-3);
  font-weight: var(--font-light);
  color: var(--color-white);
}
.banner-packs-download h3 br{
  display: none;
}
.banner-packs-download .banner-content h3{
  text-align: right;
  padding-right: var(--break);
}
.banner-packs-download .banner-content h3 br{
  display: block;
}
.banner-packs-download .banner-content .button{
  margin-right: calc(var(--break) * 2.5);
}
.banner-packs-download .button {
  background-color: var(--color-white);
  color: var(--color-primary);
}
.banner-packs-download .button:hover,
.banner-packs-download .button:focus {
  background-color: var(--color-secondary);
  color: var(--color-white);
}
.banner-packs-download .button-download-packs:hover::after,
.banner-packs-download .button-download-packs:focus::after {
  filter: brightness(0) invert(1);
}
.banner-packs-download .logo{
  width: 180px
}

@media screen and (min-width: 1025px) {
  .packs .tip-with-icon img{
    margin-top: -1.25rem
  }
}
@media screen and (max-width: 1300px) {
  .row .column.packs-table-wrapper {
    display: block;
    flex: 1 1 auto;
    margin-left: 0;
    max-width: 100%;
    width: 100%;
  }

  .banner-packs-download .banner-content h3{
    padding-right: 0;
  }
}
@media screen and (max-width: 1024px) {
  .packs .arch-dome-top-divider + .container{
    padding-top: 100px;
  }
  .packs .tip-with-icon{
    flex-direction: column;
    align-items: center;
    gap: calc(var(--break) / 2);
    justify-content: center;
    text-align: center;
    padding-bottom: calc(var(--break) * 1.5)
  }
  .packs .tip-with-icon .multiline + p {
    padding-top: calc(var(--break) * 1.5);
  }
  .packs .tip-without-icon + .column img,
  .packs .tip-with-icon + .column img{
    max-width: 400px;
    width: 86vw;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: calc(var(--break) * 2.5)
  }
  .packs .tip-without-icon + .column img{
    padding-bottom: var(--break);
    padding-bottom: 0;
  }
  .pack-advantages .swiper-pagination-bullets.show-medium-small{
    display: block !important;
  }
  .banner-packs.banner-cta {
    height: auto;
  }
  .banner-packs.banner-cta .row {
    padding-top: var(--void);
  }
  .banner-packs .inline-list{
    justify-content: flex-start;
  }
  .banner-packs .inline-list img{
    max-width: 100px;
  }
  .banner-packs-download .column{
    flex-direction: column;
    align-items: center;
  }
  .banner-packs-download img{
    padding-bottom: calc(var(--break) * 3);
  }
  .banner-packs-download img + img{
    padding-bottom: calc(var(--break) * 2);
  }
}
@media screen and (max-width: 920px) {
  .packs-table-wrapper{}
}
@media screen and (max-width: 767px) {
  .banner-packs.banner-cta{
    height: auto;
  }
  .packs .arch-dome-top-divider img,
  .arch-dome-bottom-divider img{
    display: block;
  }
  .packs-video img{
    display: none;
  }
  .packs-card-item{
    max-width: 380px;
    width: 100%;
  }
  .packs-card-item.comparative-item{
    max-width: 100%;
  }
  .packs .tip-with-icon img{
    max-height: 42px;
  }
  .packs-card-item {
    min-height: auto;
  }
}
@media screen and (max-width: 400px) {
  .pack-details td{
    font-size: 14px;
  }
}





