header {
  box-shadow: 0px 12px 20px 0px rgba(114, 133, 143, 0.05);
}

body{
  margin: 0 !important;
}



.cookie_container{
    max-width: 965px;
    margin: 0 auto;
    position: fixed;
    z-index: 100000;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width:100%;
    height: auto;
    background-color: rgba(13, 42 ,58 , 0.89);
    display: none;
    flex-direction: row;
    gap: 48px;
    background: #FFE2DE;
    box-shadow: 4px 4px 7px 0px rgba(0, 0, 0, 0.11);
    border-radius: 16px;
    /* Add the following properties */
    animation: slideUp 0.5s forwards;
    transition: opacity 0.5s;
    opacity: 0;
    bottom: -100px;
    padding: 24px 40px;
    align-items: center;
}


/* Add hover effect */
.cookie_container:hover {
    opacity: 1;
}

.cookies-ctn{
    display: flex;
    align-items: center;
    gap: 24px;
}

.cookies-ctn div{
    display: flex;
    align-items: center;
    gap: 24px;
}

.cookie_container.active{
    display: flex!important;
}
.cookie_container--text1{
    color: #ffffff;
    font-size: 14px;
}
.cookie_container--text2{
    font-family: "Alexandria", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0.525px;
    color: #003049;
}
.cookie_container--button{
    background: #792771;
    border-radius: 30px;
    padding: 14px 30px;
    font-family: "Alexandria", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    letter-spacing: 0.6px;
    color: #FFFFFF;
    min-width: 178px;
    border: none;
}



@media screen and (max-width:800px){

    .cookie_container {
        bottom: 0;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        padding: 24px 0;
        gap: 24px;
    }    

    @keyframes slideUp {
        0% {
        opacity: 0;
        bottom: -100px;
        }
        100% {
        opacity: 1;
        bottom: 0px;
        }
    }

    .cookies-ctn{
        flex-direction: column;
    }    

    .cookies-ctn div{
        gap: 1rem;
        align-items: start;
    }

    .cookie_container--button{
        width: 100%;
        max-width: 80%;
        margin: 0 auto;
    }

    .cookie_container.active{
        flex-direction: column!important;
        align-items: flex-start!important;
    }
    .cookie_container--text2{
        margin-bottom:7px;
        font-size: 13px;
        max-width: 80%;
        margin: 0 auto;
    }
}
#razon_social::placeholder {
  color: #8C90A3 !important;
  font-weight: 600 !important;
}

#consumo_luz_kw::placeholder {
  color: #8C90A3 !important;
}

#consumo_luz_euro::placeholder {
  color: #8C90A3 !important;
}

#consumo_gas_kw::placeholder {
  color: #8C90A3 !important;
}

#consumo_gas_euro::placeholder {
  color: #8C90A3 !important;
}

h6 {
  font-family: "Alexandria", sans-serif;
  color: #4E1B49 !important;
  margin: 0;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.75px;
}

h6 span{
  color: #F85842;
}

.stepper-alert{
  border-radius: 4px; 
  padding: 4px 12px;
  background: #FFE2DE;
  display: flex;
  gap: 8px;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 19px; /* 135.714% */
  letter-spacing: 0.525px;
  color: #4E1B49;
  font-family: "Alexandria", sans-serif;
}

.question-header{
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: center;
  justify-content: center;
}

.empresa-slctd {
  display: none;
  padding-top: 8px;
}

.dual-luz-ctn {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.dual-gas-ctn {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.bloque-input-consumo {
  display: flex;
  gap: 2rem;
  justify-content: center;
}

.input-consumo-ctn {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 12px;
}

.btn.active {
  background: #F7F0F7 !important;
  border: 2px solid #792771 !important;
  box-shadow: 2px 5px 12px 2px rgba(0, 48, 73, 0.10);
  color: #4E1B49 !important;
}

.btn-submit-one {
  background: #F85842;
  border-radius: 30px;
  padding: 14px 30px;
  font-family: "Alexandria", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  text-align: center;
  letter-spacing: 0.6px;
  color: #FFFFFF;
  max-width: 230px;
  width: 100%;
  box-shadow: 2px 5px 12px 2px rgba(0, 48, 73, 0.10);
  border: none;
  cursor: pointer;
}

.btn-submit-one:hover{
  background: #D64632;
  transition: all;
}

.btn-submit-ctn{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}

#error_message{
  color: #E30004;
  text-align: center;
  font-family: "Alexandria", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 19px; /* 158.333% */
  letter-spacing: 0.525px;
}

.banner-header {
  min-height: 72px;
  max-height: 72px;
  background-color: white;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 0 10%;
  z-index: 100;
  box-shadow: 2px 4px 20px 0px rgba(0, 0, 0, 0.10);
}
.banner-header .textprecio-limitado strong {
  color: #F85842;
}

.banner-header p {
  font-family: "Alexandria", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.6px;
  color: #F85842;
  padding: 0 0.75rem;
  margin-bottom: 0;
  margin-top: 0;
}

.factura-yes {
  display: flex;
  gap: 2rem;
  padding-top: 28px;
  flex-direction: column;
}

.factura-yes h6 {
  text-align: center;
}

.factura-yes span {
  color: red;
  font-weight: 700;
  font-size: 13px;
  display: none;
}

.empresa-slctd span {
  color: red;
  font-weight: 700;
  font-size: 13px;
  display: none;
}

.factura-yes-luz-gas {
  display: flex;
  flex-direction: column;
  gap: 60px;
}

// .factura-yes.luz-gas{
//     flex-direction: column;
// }

.factura-yes label {
  font-family: "Alexandria", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.6px;
  color: #4E1B49;
}

.empresa-slctd label {
  font-family: "Alexandria", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.6px;
  color: #4E1B49;
}

.factura-no {
  display: none;
  flex-direction: column;
  gap: 3.75rem;
  padding-top: 28px;
}

.factura-no h6 {
  text-align: center;
}

.switch-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: fit-content;
  height: 46px;
  background-color: white;
  border-radius: 10px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.switch-container2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: fit-content;
  height: 46px;
  background-color: #F3F3F3;
  border-radius: 10px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.switch-option {
  flex: 1;
  text-align: center;
  font-weight: bold;
  color: #AEB2B7;
  transition: background-color 0.3s ease, color 0.3s ease;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 198px;
  font-family: "Alexandria", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  border: 2px solid var(--Bordes, #C5BCC5);
  border-radius: 8px;
  letter-spacing: 0.6px;
}

.switch-option.active {
  background-color: #F7F0F7;
  font-family: "Alexandria", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.6px;
  color: #4E1B49;
  border-radius: 8px;
  border: 2px solid #4E1B49;
}

.switch-option-empresa {
  flex: 1;
  text-align: center;
  font-weight: bold;
  color: #AEB2B7;
  transition: background-color 0.3s ease, color 0.3s ease;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 198px;
  font-family: "Alexandria", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  border: 2px solid var(--Bordes, #C5BCC5);
  border-radius: 8px;
  letter-spacing: 0.6px;
}

.switch-option-empresa.active {
  background-color: #F7F0F7;
  font-family: "Alexandria", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.6px;
  color: #4E1B49;
  border-radius: 8px;
  border: 2px solid #4E1B49;
}

.comp_uptext {
  display: flex;
  flex-direction: column;
  align-items: center;

  & h1 {
    font-family: "Alexandria", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 48px;
    text-align: center;
    color: #4E1B49;
    margin-top: 0;
    margin-bottom: 12px;
  }

  & p {
    font-family: "Alexandria", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 19px; /* 135.714% */
    letter-spacing: 0.525px;
    color: #4E1B49;
    margin: 0;
  }
}

.block_question {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: center;
  /* max-width: 632px; */
  width: 100%;
}

.company-box{
  border-radius: 12px !important;
  min-width: 160px !important;
  max-width: 160px;
  min-height: 150px !important;
}

.company-box img{
  max-height: 50px;
}

.banner-nota {
  max-width: 701px;
  width: 100%;
  background: #FFF6E7;
  border-radius: 8px;
  padding: 10px 24px;
  font-family: "Alexandria", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  letter-spacing: 0.525px;
  color: #4E1B49;
  margin-bottom: 50px;
}



.top-banner-sorteo {
  background: #F77F00;
  font-family: "Alexandria", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.498726px;
  color: #FFFFFF;
  padding: 5px 28px;
  position: fixed;
  top: -5px;
  left: 0;
  z-index: 1050;
  width: 100%;
  text-align: center;
}


.cont__advice {
  background: #FFF6E7;
  border-radius: 8px;
  padding: 5%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;

  img {
    margin-right: 20px;
  }

  p {
    max-width: 350px;
    margin: 0;
  }

  @include respond(smallmobile) {
    img {
      margin-right: 15px;
      max-width: 38px
    }

    p {
      font-size: 13px;
      line-height: 18px;
    }
  }
}

.consumo-luz-kw::placeholder {
  font-family: "Alexandria", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.6px;
  color: #A9A9A9;
}

.consumo-luz-euro::placeholder {
  font-family: "Alexandria", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.6px;
  color: #A9A9A9;
}

.consumo-gas-kw::placeholder {
  font-family: "Alexandria", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.6px;
  color: #A9A9A9;
}

.consumo-gas-euro::placeholder {
  font-family: "Alexandria", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.6px;
  color: #A9A9A9;
}

.btn-form-back[disabled] {
  border: 1px solid grey;
}

.btn-omitir {
  min-width: 150px;
  min-height: 63px;
  background: #FFFFFF;
  border: 2px solid #EEEEEE;
  border-radius: 8px;
  color: #72858F;
  font-family: "Alexandria", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 23px;
  letter-spacing: 0.6px;
  margin-right: 1rem;
}

.btn-continuar {
  min-width: 150px;
  min-height: 63px;
  background: #F77F00;
  border-radius: 8px;
  color: #FCEDD4;
  font-family: "Alexandria", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 23px;
  letter-spacing: 0.6px;
  margin-left: 1rem;
}

.btn-ctn-omitcont {
  display: flex;
  justify-content: center;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(calc(-170px * 7));
  }
}

.slider {
  background: white;
  height: 100px;
  margin: auto;
  overflow: hidden;
  position: relative;
  width: 960px;
}

.slider::before,
.slider::after {
  content: "";
  height: 100px;
  position: absolute;
  width: 200px;
  z-index: 2;
}

.slider::after {
  right: 0;
  top: 0;
  transform: rotateZ(180deg);
}

.slider::before {
  left: 0;
  top: 0;
}

.slider .slide-track {
  animation: scroll 10s linear infinite;
  display: flex;
  width: calc(170px * 14);
}

.slider .slide {
  height: 100px;
  width: 170px;
}

.nav .nav__links li a {
  color: black;
  text-decoration: none;
}

.main__header {
  display: block;
}

.step6-btn-ctn {
  margin-top: 3rem;
  display: flex;
  justify-content: center;
}

.ul-step4 {
  width: 100% !important;
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  justify-content: center !important;
  max-height: 220px !important;
  padding: 0 !important;
}

.cnt__menu {
  display: none;
}

.progressbar-container-mob {
  width: 100%;
  min-height: 100px;
  display: none;
}

.steps-container>div h6 {
  margin-bottom: 50px;
  font-family: "Capitana";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  letter-spacing: 0.6px;
  color: #4E1B49;
}

.block_question>ul {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin-bottom: 0;
  gap: 1rem;
  margin-top: 1rem;
}

.block_question>div>ul {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin-bottom: 0;
  gap: 1.5rem;
  margin-top: 1rem;
}

.companies-ctn{
  display: flex;
  flex-direction: column;
}

.block_question ul li.services{
  padding: 0px 24px 0px 8px;
  gap: 10px;
}

.block_question ul li.services svg{
  max-width: 44px;
  max-height: 44px;
}

.block_question>ul>li {
  cursor: pointer;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  height: 60px;
  padding: 0px 24px;
  width: max-content;
  margin-bottom: 15px;
  border-radius: 100px;
  transition: 0.3s ease all;
  box-sizing: border-box;
  border: 2px solid #C5BCC5;
  background-color: #FFFFFF;
  box-shadow: 0 12px 20px 2px rgb(224 224 224 / 30%);
  font-family: "Alexandria", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  /* identical to box height */

  text-align: center;
  letter-spacing: 0.6px;

  /* Gris 2 */

  color: #A38EA1;
  margin-bottom: 0;
}

.block_question>div>ul>li {
  cursor: pointer;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  height: 60px;
  padding: 0px 24px;
  width: max-content;
  margin-bottom: 15px;
  border-radius: 100px;
  transition: 0.3s ease all;
  box-sizing: border-box;
  border: 2px solid #C5BCC5;
  background-color: #FFFFFF;
  box-shadow: 0 12px 20px 2px rgb(224 224 224 / 30%);
  font-family: "Alexandria", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  /* identical to box height */

  text-align: center;
  letter-spacing: 0.6px;

  /* Gris 2 */

  color: #A38EA1;
  margin-bottom: 0;
}

.comparador-container {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  max-width: 1440px;
  padding: 0 5%;
}

.comparador__progress_bar {
  width: 8px;
  height: 358px;
  //overflow: hidden;
  border-radius: 8px;
  //border: 1px solid black;
  background-color: #eeeeee;
  position: relative;
  // top: 80px;
  left: 10%;

  .line {
    width: 100%;
    height: 0;
    background-color: #f7b637;
    border-radius: 8px 8px 8px 8px;
    transition: 0.3s ease all;
    z-index: 0;

    .circle {
      position: absolute;
      left: -0.95rem;
      width: 39px;
      height: 40px;
      border-radius: 100%;
      background-color: #eeeeee;
      transition: 0.3s ease all;
      z-index: 1;

      &:nth-child(1) {
        top: 0;
      }

      &:nth-child(2) {
        top: 30%;
      }

      &:nth-child(3) {
        top: 60%;
      }

      &:nth-child(4) {
        top: 90%;
      }

      &.active {
        background-color: #f7b637 !important;
      }
    }
  }
}

.mobcomparador__progress_bar {
  width: 300px;
  height: 8px;
  //overflow: hidden;
  border-radius: 8px;
  //border: 1px solid black;
  background-color: #f7b637;
  position: relative;
  // top: 80px;
  margin: 0 auto;
  transform: rotate(180deg);

  .line {
    width: 0;
    height: 100%;
    background-color: #eeeeee;
    border-radius: 8px 8px 8px 8px;
    transition: 0.3s ease all;
    z-index: 0;

    .circle {
      position: absolute;
      top: -1rem;
      width: 39px;
      height: 40px;
      border-radius: 100%;
      background-color: #eeeeee;
      transition: 0.3s ease all;
      z-index: 1;

      &:nth-child(1) {
        right: 0;
      }

      &:nth-child(2) {
        right: 30%;
      }

      &:nth-child(3) {
        right: 60%;
      }

      &:nth-child(4) {
        right: 90%;
      }

      &.active {
        background-color: #f7b637 !important;
      }
    }
  }
}

.body-step4 {
  min-width: 620px;
}

.li-col1-step4 {
  min-width: 300px;
  max-height: 220px;
  margin-right: 0.625rem;
}

.li-col2-step4 {
  min-width: 300px;
  min-height: 220px;
  margin-left: 0.625rem;
}

.container-btn-form {
  display: flex;
  flex-direction: column;
  min-height: 124px;
  justify-content: space-between;
}

.container-btn-form button {
  min-width: 52px;
  min-height: 52px;
  border: 1px solid #4E1B49;
  border-radius: 30px;
  background: white;
}

/* // Bar ============================================ */
.loading-bar {
  border-radius: 60px;
  overflow: hidden;
  width: 100%;
}

.loading-bar span {
  display: block;
}

.bar {
  background: rgba(0, 0, 0, 0.075);
}

.loading {
  animation: loader 3s ease infinite;
  /* // Change the animation fill mode 'infinite' to 'forwards' to stop the animation from repeating. */
  background: #02D2C7;
  color: #fff;
  padding: 5px;
  width: 0;
}

/* // Vertical Centering ==============================
  // You don't need this to make it work on your site. */
.loading-bar {
  /* left: 50%; */
  max-width: 280px;
  /* position: absolute;
    top: 50%;
    transform: translate3d(-50%,-50%,0); */
  margin: 0 auto;
}

section.slide-option {
  margin: 50px 0 50px 0;
}

section.slide-option .no-marg {
  margin: 0 0 0 0;
}

div.highway-slider {
  display: flex;
  justify-content: center;
  width: 100%;
  height: 150px;
}

div.highway-slider div.highway-barrier {
  overflow: hidden;
  position: relative;
}

div.highway-slider ul.highway-lane {
  display: flex !important;
  height: 100% !important;
  align-items: center !important;
  flex-direction: row !important;
}

div.highway-slider ul.highway-lane li.highway-car {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  color: #343434;
}

.highway-car {
  border: none !important;
  box-shadow: none !important;
}

@keyframes translatestf {
  0% {
    transform: translateX(100%);
  }

  100% {
    transform: translateX(-500%);
  }
}

#stffull div.highway-barrier ul.highway-lane {
  width: 500%;
}

#stffull div.highway-barrier ul.highway-lane li.highway-car {
  animation: translatestf 30s linear infinite;
}

#stffull div.highway-barrier ul.highway-lane li.highway-car h4 {
  font-size: 28px;
}

@keyframes translateinfinite {
  100% {
    transform: translateX(calc(-800px));
  }
}

#infinite div.highway-barrier {
  background: #fff;
  // box-shadow: 0 3px 10px -3px rgba(0,0,0,0.3);
}

#infinite div.highway-barrier::before,
#infinite div.highway-barrier::after {
  content: " ";
  position: absolute;
  z-index: 9;
  width: 180px;
  height: 100%;
}

#infinite div.highway-barrier::before {
  top: 0;
  left: 0;
  background: linear-gradient(to right, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
}

#infinite div.highway-barrier::after {
  top: 0;
  right: 0;
  background: linear-gradient(to left, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
}

#infinite div.highway-barrier ul.highway-lane {
  // width: calc(4320px);
}

#infinite div.highway-barrier ul.highway-lane li.highway-car {
  min-width: 153px !important;
  animation: translateinfinite 8s linear infinite;
  height: auto !important;
}

#infinite div.highway-barrier ul.highway-lane li.highway-car span.fab {
  font-size: 65px;
}

/* ***************************
    COMPONENT COMPARE 
****************************** */
.cnt_compare {
  // position: absolute;
  width: 100%;
  min-height: 90vh;
  height: 100%;
  overflow-y: hidden !important;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding-top: 50px;
  overflow-y: hidden;
  gap: 120px;
  padding-bottom: 5rem;

  h4 {
    color: webColor(mainColor);
  }

  ul {}

  li {}

  &_box {
    box-sizing: border-box;
    border: 3px solid rgba(114, 133, 143, 0.11);
    border-radius: 20px;
    background-color: #FFFFFF;
    box-shadow: 0 12px 20px 2px rgba(224, 224, 224, 0.3);
  }

  &_inputs {
    display: none;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    opacity: 0;
    visibility: hidden;
    min-height: 65px;
    max-width: 467px;
    width: 100%;
    margin: 0 auto;

    button {
      padding: 0 20px;

      &.btn_blue {
        padding: 0 50px;
      }
    }

    &.active {
      opacity: 1;
      visibility: visible;
      display: flex;
    }

    span {
      font-size: 12px;
      max-width: 180px;
      width: 100%;
      text-align: center;

      a {
        color: #03a9f4;
      }
    }
  }

  &_errors {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    opacity: 0;
    visibility: hidden;
    min-height: auto;
    max-width: 467px;
    width: 100%;
    margin: 0 auto;
    margin-top: -20px;
    padding-bottom: 15px;

    span {
      width: 100%;
      display: block;
      margin: auto;
      text-align: center;
      font-size: fontSize(tiny);
      font-weight: 500;
      color: webColor(errorColor);
    }

    &.active {
      opacity: 1;
      visibility: visible;
    }
  }

  &_fetch {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(9 9 9 / 64%);
    z-index: 10000;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;

    .cnt_compare_box {
      padding: 20px;
      width: 370px;
      height: 370px;
      border-radius: 16px;
    }

    h5 {
      text-align: center;
    }

    p {
      text-align: center;
    }

    img {}

    &.active {
      opacity: 1;
      visibility: visible;
      pointer-events: all;
    }
  }

  &_modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(9 9 9 / 64%);
    z-index: 10000;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;

    .cnt_compare_box {
      padding: 20px;
      width: 370px;
      height: 370px;
      border-radius: 16px;
    }

    h5 {
      text-align: center;
    }

    p {
      text-align: center;
    }

    img {}

    &.active {
      opacity: 1;
      visibility: visible;
      pointer-events: all;
    }
  }

  &_results {
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    max-width: 960px;
    min-height: 450px;
    margin: 0 auto;
    opacity: 0;
    visibility: hidden;
    display: none;

    &.active {
      opacity: 1;
      visibility: visible;
      display: flex;
    }

    .filter {
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: flex-end;
      margin-bottom: 20px;

      select {
        font-size: fontSize(friendly);
        font-weight: 400;
        letter-spacing: 0.6px;
        color: webColor(claimColor);
        width: 170px;
        padding: 5px;
        border-radius: 8px;

        option {
          font-size: fontSize(friendly);
          font-weight: 400;
          letter-spacing: 0.6px;
          color: webColor(claimColor);
        }
      }

    }

    .cnt_data {}

    select {}

    option {}
  }

  &_progress {
    width: 100%;
    flex-direction: column;
    display: flex;
    width: 39px;
    min-height: 358px;

    .progressbar {
      min-height: 358px;
      counter-reset: step;
      margin: 0;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      padding: 0;
    }

    .progressbar li {
      list-style-type: none;
      position: relative;

      &::before {
        width: 39px;
        height: 40px;
        content: '1';
        background-color: #F7B637;
        display: block;
        border-radius: 20px;
        transition: all .8s;
        z-index: 2;
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        font-family: "Alexandria", sans-serif;
        font-style: normal;
        font-weight: 700;
        font-size: 14px;
        line-height: 20px;
        text-align: center;
        letter-spacing: 1.05px;
        color: #4E1B49;
      }

      &::after {
        min-width: 107px;
        width: 100%;
        height: 7px;
        content: '';
        position: absolute;
        background-color: #F7B637;
        top: -20px;
        left: -88%;
        z-index: 1;
        transition: all .8s;
        transform: rotate(90deg);
      }

      &:first-child {
        &::after {
          content: none;
        }
      }

      &.active {
        &::before {
          border-color: webColor(bgColor4);
          background-color: webColor(bgColor4);
          transition: all .8s;
        }

        &::after {
          background-color: webColor(bgColor4);
          transition: all .8s;
        }
      }
    }

    &.hidden {
      display: none;
    }

  }

  &_call {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(9 9 9 / 64%);
    z-index: 10000;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;

    .cnt_compare_box {
      position: relative;
      padding: 20px;
      width: 370px;
      height: 370px;
      border-radius: 16px;
    }

    .close {
      cursor: pointer;
      position: absolute;
      top: 0px;
      right: 10px;
      width: 40px;
      height: 40px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: fontSize(bigbtn)+3;
    }

    h4 {
      text-align: center;
      color: webColor(mainColor);
    }

    h6 {
      margin-top: 0;
      margin-bottom: 35px;
    }

    img {
      margin-bottom: 20px;
    }

    p {
      margin-bottom: 20px;
      width: 70%;
      text-align: center;
      color: webColor(mainColor);

      &.gold {
        margin-bottom: 0;
        color: webColor(bgColor4);
      }
    }

    span {
      color: webColor(txtTerciaryColor);
      font-size: fontSize(little);
      font-weight: 500;
    }

    &.active {
      opacity: 1;
      visibility: visible;
      pointer-events: all;
    }
  }

  @include respond(mobile) {
    width: 90%;
    margin-left: auto;
    margin-right: auto;

    &_inputs {
      flex-direction: column-reverse;
    }

    &_results {
      .cnt_data {
        .cnt_compare_box {
          flex-direction: column;
          padding: 20px 0;
        }
      }

      .cnt_data_company {
        width: 100%;
        max-width: initial;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
      }

      .cnt_data_info {

        border-left: none;
        padding: 32px 20px;
        width: 100%;
        max-width: initial;
      }

      .cnt_data_call {
        border-left: none;
        width: 100%;
        max-width: initial;
      }
    }



  }
}

/* ***************************
    COMPONENT DATA 
****************************** */
.cnt_data {
  ul {}

  li {
    margin-bottom: 20px;

    &.best {
      .cnt_compare_box {
        background-color: webColor(mainColor);
      }

      .cnt_data_company--value {
        h6 {
          color: webColor(bgColor) !important;
        }

        .valuation {

          background-color: webColor(claimColor) !important;

          span {
            color: webColor(bgColor) !important;
          }

          img {
            filter: brightness(2.3);
          }
        }
      }

      .cnt_data_info {
        border-color: webColor(txtTerciaryColor) !important;

        p {
          color: webColor(bgColor) !important;
        }
      }

      .cnt_data_call {
        border-color: webColor(txtTerciaryColor) !important;

        span {
          strong {
            color: webColor(bgColor) !important;
          }
        }

        button {
          color: webColor(mainColor) !important;
        }
      }

    }
  }

  .cnt_compare_box {
    padding: 20px 30px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }

  &_company {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;

    &--value {
      h6 {
        color: webColor(mainColor);
        font-size: fontSize(btn);
        line-height: 26px;
        margin-bottom: 20px;
      }

      span {
        font-size: fontSize(tiny);
        font-weight: 500;
        color: webColor(txtPremiumColor);
      }

      .valuation {
        height: 24px;
        width: 109px;
        border-radius: 3px;
        background-color: webColor(bgColor6);
        margin-bottom: 10px;

        span {
          font-size: fontSize(tiny)-2;
          font-weight: bold;
          color: webColor(txtTerciaryColor);
          display: flex;
          flex-direction: row;
          align-items: center;
          justify-content: center;
          width: 100%;
          height: 100%;
        }

        img {
          width: 15px;
          height: 15px;
          margin-right: 5px;
        }
      }
    }

    &--img {
      margin-right: 20px;

      .main {
        width: 120px;
        height: 120px;
        overflow: hidden;
      }

      .points {
        width: 60px;
        margin: auto;
      }

      img {
        width: 100%;
        margin: auto;
        display: block;
      }
    }
  }

  &_info {
    border-left: 1px solid;
    padding: 0 20px;

    p {
      font-size: fontSize(tiny);
      font-weight: 500;
      letter-spacing: 0.5px;
      margin-bottom: 10px;

    }

  }

  &_call {
    border-left: 1px solid;

    .price {
      text-align: center;
      margin-bottom: 15px;
    }

    span {
      font-size: fontSize(tiny);
      font-weight: 500;
      color: webColor(txtTerciaryColor);

      strong {
        font-size: fontSize(h5);
        font-weight: bold;
        letter-spacing: 0.9px;
        color: webColor(claimColor);
        margin-right: 10px;
      }
    }

    button {
      width: 100%;
      padding: 0 15px;
    }
  }

  [data-result] {
    display: none;
    opacity: 0;
    visibility: hidden;

    &.active {
      opacity: 1;
      visibility: visible;
      display: block;
    }
  }
}

/* ***************************
    SECTIONS 
****************************** */

//* SECTION HELLO *//
.section__hello {
  padding-top: 5vh;

  h4 {
    margin-top: 20px;
  }

  h3 {
    font-size: 42px;
    text-align: center;
  }

  p {
    width: 100%;
    max-width: 750px;
    text-align: center;
  }

  ul {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 750px;
  }

  li {
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 213px;
    width: 222.14px;
    margin-right: 20px;

    transition: 0.3s ease all;

    &:hover {
      transform: scale(0.95);
    }
  }

  img {
    height: 50px;
  }

  @include respond(mobile) {
    padding: 0;

    h3 {
      font-size: 42px;
      text-align: center;
      width: 270px;
      min-width: 270px;
      max-width: 270px;
    }

    h4 {
      margin-top: 0;
      margin-left: 20px;
      font-size: 22px;
    }

    p {
      font-size: 14px;
      // margin-bottom: 0!important;
    }

    ul {
      flex-wrap: wrap;
    }

    li {
      flex-direction: row;
      width: 100%;
      height: 125px;
      margin: 7px 0;
    }

    img {
      height: 40px;
    }
  }
}

//* SECTIONS STEPS *//
section[data-step] {
  position: absolute;
  width: 100%;
  max-width: 80%;
  margin: 0 auto;
  visibility: hidden;
  opacity: 0;
  height: auto;

  //display: none;
  h6 {
    margin-bottom: 50px;
    font-family: "Alexandria", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    letter-spacing: 0.6px;
    color: #4E1B49;
  }

  ul {
    // padding: 30px;
  }

  &.active {
    //height: 100%;
    //min-height: 450px;
    visibility: visible;
    opacity: 1;
    display: flex;
    flex-direction: row !important;
    justify-content: space-between !important;
    padding-left: 8rem;
    padding-right: 2rem;
    max-width: 100%;
  }

  .step_data {
    opacity: 0;
  }
}

section[data-step='1'] {

  ul {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0;
  }

  li {
    cursor: pointer;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    height: 64px;
    max-width: 300px;
    width: 100%;
    margin-bottom: 15px;
    // padding: 20px;
    border-radius: 8px;
    transition: 0.3s ease all;

    &.active {
      border: 3px solid webColor(mainColor);
      color: #FFFFFF;

      h6 {
        //  color: #FFFFFF;
      }

      strong {
        color: webColor(mainColor);
      }

      span {
        color: webColor(mainColor);
      }
    }

    strong {
      pointer-events: none;
      font-weight: bold;
      font-size: fontSize(friendly);
      line-height: 24px;
      letter-spacing: 0.6px;
      color: webColor(txtTerciaryColor);
    }

    span {
      pointer-events: none;
      font-weight: 400;
      font-size: fontSize(tiny);
      line-height: 18px;
      letter-spacing: 0.4px;
      color: webColor(txtTerciaryColor);
    }
  }

  @include respond(mobile) {
    flex-direction: column !important;

    li {
      justify-content: center;

      span {
        display: none;
      }
    }
  }
}

section[data-step='2'] {

  ul {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0;
  }

  li {
    cursor: pointer;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    height: 64px;
    max-width: 300px;
    width: 100%;
    margin-bottom: 15px;
    // padding: 20px;
    border-radius: 8px;
    transition: 0.3s ease all;

    &.active {
      border: 3px solid webColor(mainColor);
      color: #FFFFFF;

      h6 {
        //  color: #FFFFFF;
      }

      strong {
        color: webColor(mainColor);
      }

      span {
        color: webColor(mainColor);
      }
    }

    strong {
      pointer-events: none;
      font-weight: bold;
      font-size: fontSize(friendly);
      line-height: 24px;
      letter-spacing: 0.6px;
      color: webColor(txtTerciaryColor);
    }

    span {
      pointer-events: none;
      font-weight: 400;
      font-size: fontSize(tiny);
      line-height: 18px;
      letter-spacing: 0.4px;
      color: webColor(txtTerciaryColor);
    }
  }

  @include respond(mobile) {
    flex-direction: column !important;

    li {
      justify-content: center;

      span {
        display: none;
      }
    }
  }
}

section[data-step='3'] {

  ul {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0;
  }

  li {
    cursor: pointer;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    height: 64px;
    max-width: 300px;
    width: 100%;
    margin-bottom: 15px;
    // padding: 20px;
    border-radius: 8px;
    transition: 0.3s ease all;

    &.active {
      border: 3px solid webColor(mainColor);
      color: #FFFFFF;

      h6 {
        //  color: #FFFFFF;
      }

      strong {
        color: webColor(mainColor);
      }

      span {
        color: webColor(mainColor);
      }
    }

    strong {
      pointer-events: none;
      font-weight: bold;
      font-size: fontSize(friendly);
      line-height: 24px;
      letter-spacing: 0.6px;
      color: webColor(txtTerciaryColor);
    }

    span {
      pointer-events: none;
      font-weight: 400;
      font-size: fontSize(tiny);
      line-height: 18px;
      letter-spacing: 0.4px;
      color: webColor(txtTerciaryColor);
    }
  }

  @include respond(mobile) {
    flex-direction: column !important;

    li {
      justify-content: center;

      span {
        display: none;
      }
    }
  }
}

section[data-step='7'] {

  ul {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0;
  }

  li {
    cursor: pointer;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    height: 64px;
    max-width: 300px;
    width: 100%;
    margin-bottom: 15px;
    // padding: 20px;
    border-radius: 8px;
    transition: 0.3s ease all;

    &.active {
      border: 3px solid webColor(mainColor);
      color: #FFFFFF;

      h6 {
        //  color: #FFFFFF;
      }

      strong {
        color: webColor(mainColor);
      }

      span {
        color: webColor(mainColor);
      }
    }

    strong {
      pointer-events: none;
      font-weight: bold;
      font-size: fontSize(friendly);
      line-height: 24px;
      letter-spacing: 0.6px;
      color: webColor(txtTerciaryColor);
    }

    span {
      pointer-events: none;
      font-weight: 400;
      font-size: fontSize(tiny);
      line-height: 18px;
      letter-spacing: 0.4px;
      color: webColor(txtTerciaryColor);
    }
  }

  @include respond(mobile) {
    flex-direction: column !important;

    li {
      justify-content: center;

      span {
        display: none;
      }
    }
  }
}

section[data-step='8'] {

  ul {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0;
  }

  li {
    cursor: pointer;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    height: 64px;
    max-width: 300px;
    width: 100%;
    margin-bottom: 15px;
    // padding: 20px;
    border-radius: 8px;
    transition: 0.3s ease all;

    &.active {
      border: 3px solid webColor(mainColor);
      color: #FFFFFF;

      h6 {
        //  color: #FFFFFF;
      }

      strong {
        color: webColor(mainColor);
      }

      span {
        color: webColor(mainColor);
      }
    }

    strong {
      pointer-events: none;
      font-weight: bold;
      font-size: fontSize(friendly);
      line-height: 24px;
      letter-spacing: 0.6px;
      color: webColor(txtTerciaryColor);
    }

    span {
      pointer-events: none;
      font-weight: 400;
      font-size: fontSize(tiny);
      line-height: 18px;
      letter-spacing: 0.4px;
      color: webColor(txtTerciaryColor);
    }
  }

  @include respond(mobile) {
    flex-direction: column !important;

    li {
      justify-content: center;

      span {
        display: none;
      }
    }
  }
}

div[data-step='9'] {
  >h6 {
    margin-bottom: 0;
    margin-top: -25vh;
    font-size: 26px;
  }

  @include respond(mobile) {
    h6 {
      margin-top: 0;
    }

  }
}

section.section__step2_first {
  width: 100%;
  max-width: 750px;

  ul {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0;
    padding-bottom: 40px;
  }

  li {
    cursor: pointer;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    height: 64px;
    max-width: 467px;
    width: 120px;
    margin-right: 20px;
    margin-left: 20px;
    padding: 20px;
    border-radius: 8px;
    transition: 0.3s ease all;

    &.active {
      border: 3px solid webColor(mainColor);
      color: #FFFFFF;

      h6 {
        //  color: #FFFFFF;
      }

      strong {
        color: webColor(mainColor);
      }

      span {
        color: webColor(mainColor);
      }
    }

    strong {
      pointer-events: none;
      font-weight: bold;
      font-size: fontSize(friendly);
      line-height: 24px;
      letter-spacing: 0.6px;
      color: webColor(txtTerciaryColor);
    }

    span {
      pointer-events: none;
      font-weight: 400;
      font-size: fontSize(tiny);
      line-height: 18px;
      letter-spacing: 0.4px;
      color: webColor(txtTerciaryColor);
    }
  }

  @include respond(mobile) {}
}

section.section__step2 {
  ul {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    max-height: 220px;
    padding: 0;
  }

  li {

    &.active {
      img {
        visibility: visible;
        opacity: 1;
        transform: scale(1);
      }

    }

    &.unique {
      .cnt_compare_box {
        border: 3px solid webColor(mainColor);
      }
    }

  }

  img {
    // width: 51px;
    // height: 58px;
    // display: block;
    // margin-bottom: 40px;
    // visibility: hidden;
    // opacity: 0;
    // transform: scale(0.95);
    // transition: 0.3s ease all;
  }

  span {
    font-size: fontSize(friendly);
    font-weight: bold;
    color: webColor(mainColor);
  }

  .cnt_compare_box {
    transition: 0.3s ease all;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 300px;
    height: 63px;
    border-radius: 8px;
    margin-bottom: 1rem;
    font-family: "Alexandria", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 23px;
    text-align: center;
    letter-spacing: 0.6px;
    color: #72858F;
  }
}

section.section__step3 {
  max-width: 800px;

  ul {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    max-width: 100%;
    width: 100%;
  }

  li {
    cursor: pointer;
    width: 124px;
    height: 124px;
    transition: 0.3s ease all;
    margin: 0 10px;
    margin-bottom: 20px;

    &:hover {
      transform: scale(0.95);
    }

    &.active {
      .cnt_compare_box {
        border: 3px solid webColor(mainColor);
      }
    }
  }

  img {
    width: 100%;
  }

  span {
    font-weight: bold;
    font-size: fontSize(little);
    color: webColor(txtTerciaryColor);
  }

  .cnt_compare_box {
    padding: 10px;
    border-radius: 15px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
  }

  @include respond(mobile) {
    ul {
      padding: 0;
    }
  }
}

section.section__step4 {
  h6 {
    margin-bottom: 10px;
  }

  p {
    margin-bottom: 50px;
    max-width: 480px;
    text-align: center;
  }

  .cnt_compare_box {
    position: relative;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    height: 64px;
    max-width: 467px;
    width: 100%;
    margin-bottom: 40px;
    padding: 0;
    border-radius: 8px;
    transition: 0.3s ease all;

    &:last-child {
      margin-bottom: 0;
    }
  }

  label {
    position: absolute;
    top: -30px;
    font-weight: 600;
    letter-spacing: 0.5px;
    color: webColor(mainColor);
  }

  input {
    width: 100%;
    height: 100%;
    padding: 20px;
    border: none;
    font-weight: 500;
    letter-spacing: 0.5px;
    color: webColor(mainColor);
  }

  input::placeholder {
    color: webColor(txtTerciaryColor);
  }
}

.steps-container {
  position: relative;
  width: 100%;
  max-width: 700px;
  height: 100%;

  .step_data {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    visibility: hidden;
    opacity: 0;
  }
}

.slide-option {
  max-width: 800px;
}


@media screen and (max-width :450px) {
  .stepper-alert svg{
    min-width: 16px;
  }
  .banner-header{
    padding: 0 1rem;
  }
  .companies-ctn{
    flex-direction: row;
    gap: 1.5rem;
  }

  .companies-ctn ul{
    flex-direction: column;
  }
  .empresa-slctd {
    padding-top: 28px;
  }

  #bloque_razon {
    max-width: 300px !important;
    min-width: 300px !important;
  }

  .dual-luz-ctn {
    gap: 1rem;
  }

  .dual-gas-ctn {
    gap: 1rem;
  }

  .bloque-input-consumo {
    flex-direction: column;
  }

  .comp_uptext h1 {
    display: none;
  }

  .comp_uptext p {
    text-align: center;
    font-size: 14px;
    line-height: 21px;
    max-width: 80%;
  }

  .switch-container {
    max-width: 300px;
  }

  .block_question {
    gap: 1rem;
  }

  .block_question>ul {
    flex-direction: column;
  }

  .block_question>ul>li {
    max-width: 300px;
    width: 100%;
  }

  .block_question h6 {
    text-align: center;
    margin-bottom: 1rem;
  }

  .factura-yes {
    flex-direction: column;
  }

  .bill-no-inputs {
    flex-direction: column;
    align-items: center;
  }

  .banner-nota {
    position: unset;
  }

  .main__body {
    height: 89vh;
  }

  .btns-step5 {
    margin-top: 1rem !important;
  }

  .cnt_compare {
    width: auto;
    height: 100%;
    padding: 0 20px;
    padding-top: 40px;
    padding-bottom: 5rem;
    gap: 60px;
  }

  .btn-ctn-omitcont {
    flex-direction: column;
  }

  .btn-omitir {
    min-width: 300px;
    margin-right: 0;
    margin-bottom: 10px;
  }

  .btn-continuar {
    min-width: 300px;
    margin-left: 0;
  }

  .slide-option {
    max-width: 350px;
  }

  .main__body {
    height: 100%;
  }

  .container__fluid {
    height: 100%;
  }

  .step6-btn-ctn {
    margin-top: 1rem;
  }

  .mobcomparador__progress_bar {
    top: -50px;
  }

  .steps-container .step_data {
    justify-content: start;
  }

  .steps-container {
    // height: 85%;
    height: 70vh;
  }

  .steps-container>div h6 {
    margin-bottom: 1rem;
  }

  .cnt__menu {
    display: none !important;
  }

  .comparador-btns {
    display: none;
    height: 15%;
    width: 100%;
    height: 9vh;
  }

  .container-btn-form {
    flex-direction: row;
    justify-content: end;
    align-items: flex-start;
  }

  .steps-container>div li {
    height: 50px;
    font-size: 14px;
  }

  .steps-container .step_data ul>div {
    min-height: 50px !important;
  }

  .btn-form-back {
    margin-right: 0.5rem;
  }

  .btn-form-next {
    margin-left: 0.5rem;
  }

  .mobcomparador__progress_bar .line .circle {
    width: 0px;
  }

  .mobcomparador__progress_bar {
    width: 100%;
  }

  .comparador-container {
    flex-direction: column;
    width: 90%;
  }

  .progressbar-container-mob {
    display: flex !important;
    align-items: flex-end;
    height: 15%;
    min-height: 60px;
    max-height: 60px !important;
    max-height: 9vh !important;
  }

  .progressbar-container {
    display: none;
  }

  section[data-step].active {
    padding-left: 0;
    padding-right: 0;
    flex-direction: column !important;
    justify-content: space-around !important;
  }

  .cnt_compare_progress {
    min-height: auto;
    min-width: auto;
  }

  .cnt_compare_progress .progressbar {
    flex-direction: row;
    min-height: auto;
    min-width: 230px;
  }

  .cnt_compare_progress .progressbar li::after {
    transform: none;
    top: 15px;
    min-width: auto;
  }

  .container-progressbar {
    min-width: 230px;
  }

  .prev-after {
    display: none;
  }

  .progressbar-li {
    max-width: 39px !important;
    height: auto !important;
  }

  .body-step4 {
    min-width: auto !important;
  }

  .ul-step4 {
    max-height: fit-content !important;
    flex-direction: column !important;
  }

  .li-col1-step4 {
    min-width: auto !important;
    max-height: auto !important;
    margin-right: 0 !important;
  }

  .li-col2-step4 {
    min-width: auto !important;
    min-height: auto !important;
    margin-top: 1rem;
    margin-left: 0 !important;
  }

  #main__body {
    @include respond(mobile) {
      overflow-y: hidden;
    }
  }
}

.next-animation {
  position: absolute;
  width: 130%;
  height: 100%;
  background-color: transparent;
  opacity: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

  .animation-one {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 90%;
    max-width: 500px;
    text-align: center;
    margin-bottom: 40px;

    span {
      max-width: 450px;
    }

  }

  .animation-two {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 90%;
    max-width: 400px;
    text-align: center;

    span {
      font-size: 20px;
      max-width: 320px;
    }

    p {
      font-size: 16px;
      max-width: 280px;
    }
  }

  span {
    font-size: 26px;
    font-weight: 800;
    line-height: 30px;
    margin-bottom: 16px;
  }

  img {
    width: 33px;
    height: 33px;
    display: block;
    margin: auto;
    margin-top: 30px;
  }

  p {
    color: #084d71;
    font-size: 18px;
    font-weight: 600;
    line-height: 30px;
  }

  strong {
    font-size: 18px;
    font-weight: 700;
    color: #F77F00;
    text-decoration: underline;
  }

  @include respond(smallmobile) {
    width: 125%;
  }
}

body.iframe-page {
  overflow-x: hidden;
  border: 1px solid #d1d1d1;
  padding-bottom: 5px;
  box-sizing: content-box;
  height: 112vh;

  .progressbar-container-mob {
    display: block;
    display: flex !important;
    align-items: flex-end;
    height: 30px;
    min-height: auto;
    max-height: 60px !important;
    max-height: 9vh !important;
  }

  .progressbar-container {
    display: none;
  }

  .mobcomparador__progress_bar .line .circle {
    width: 0;
  }

  .mobcomparador__progress_bar {
    width: 100%;
  }

  .comparador-container {
    max-width: 100%;
    overflow-x: hidden;
    overflow-y: hidden;
  }

  .steps-container {
    >div {
      h6 {
        font-size: 16px;
        margin-top: 20px;
        margin-bottom: 20px;
      }

      li {
        height: 52px;
        min-width: 220px;
        width: 220px;
        font-size: 14px;
        margin-left: auto;
        margin-right: auto;
      }

      ul {
        margin-bottom: 0px !important;

        div {
          min-height: 46px !important;
        }
      }
    }

    .step_data {
      justify-content: flex-start;
      max-width: 100%;
      min-width: auto !important;
    }

  }

  .container-btn-form {
    flex-direction: row;
    height: auto;
    min-height: auto;
    width: 80px;
    margin-left: 20px;
    position: absolute;
    bottom: 0;
    right: 40px;
    display: flex;
    align-items: center;
    justify-content: center;

    button {
      min-width: 32px;
      min-height: 32px;
      width: 32px;
      height: 32px;
    }
  }

  .cookie_container {

    .cookie_container--text2 {
      font-size: 10px;
      line-height: 15px;
      font-weight: 300;
    }

    .cookie_container--text1 {
      font-size: 12px;

    }

    .cookie_container--button {
      font-size: 12px;
      font-weight: 500;
      min-height: 30px;
      height: 30px;
      padding: 0px 28px;
    }

    &.active {
      flex-direction: row !important;
      flex-wrap: nowrap !important;
      align-items: center !important;
      justify-content: space-between !important;
      padding: 3px 30px !important;
    }
  }

  .btns-step5 {
    margin-top: 2rem;

    button {
      font-size: 13px !important;
    }
  }

  .iframe_continue {
    background-color: #F77F00;
    color: white;
  }

  .iframe_change {
    color: #F77F00;
    background-color: white;
    border: 1px solid #f77f00;

  }

  #endIframeModal {
    .candado-ctn {
      margin-bottom: 40px;

      p {
        font-style: normal;
        font-weight: 500;
        font-size: 18px;
        line-height: 22px;
      }
    }

    .txt-titular-step1 {
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 30px;

      h4 {
        text-align: center;
      }

      img {
        display: block;
        margin-left: 15px;
      }
    }

    .modal-body {
      text-align: center;
      padding: 40px 60px;
    }
  }

  @include respond(smallmobile) {
    .steps-container {
      >div {
        h6 {
          font-size: 14px;
          line-height: 18px;
        }

        ul {

          >div {
            min-width: 200px !important;
          }
        }
      }
    }

    .top-banner-sorteo {
      font-size: 11px;
      line-height: 15px;
    }

    .btns-step5 {
      flex-direction: column;
      width: 100%;

      button {
        margin: auto !important;
        min-width: 200px !important;
        margin-bottom: 20px !important;
      }
    }

    .modal-llamada-container {
      >div:nth-child(3) {
        flex-direction: column !important;

        button {
          min-width: 200px !important;
          margin-bottom: 20px;
        }
      }
    }

    .txt-titular-step1 {
      flex-direction: column !important;

      h4 {
        margin-bottom: 15px;
      }
    }

    #modalDataUser .receive-code-ctn {
      flex-direction: column-reverse !important;
      width: 100%;
      margin: 0 auto !important;
    }

    #modalDataUser .one_container {
      left: inherit;
      top: 0;
    }
  }
}
