/*
	IMPORTACIONES
-------------------------------------------------------------------------
-------------------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');




/* ------------------------------- */
/* --------Globals-------------- */
/* ------------------------------- */

/* h1 {
    font-family: "Inter", sans-serif;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; 
  } */
  
  /* h2 {
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    font-size: 40px;
    line-height: 48px;
    color: #000;
  } */
  
  /* .h2-num{
    font-family: "Inter", sans-serif;
    color: #FFF;
    font-size: 56px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
  } */
  
  /* .h2-num span{
    color: #FFF;
    font-family: "Inter", sans-serif;
    font-size: 56px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
  } */
  
  /* .h3{
    font-family: "Inter", sans-serif;
    font-size: 20px !important;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
  } */
  
  /* .h4{
    font-family: "Inter", sans-serif;
    font-size: 24px !important;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
  } */
  
  /* .text-button{
    color: #FFF;
    text-align: center;
    font-family: "Inter", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
  } */
  
  /* .t-agenda-demo{
      
    color: #FFF;
    text-align: center;
    font-family: "Inter", sans-serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
  } */
  
  /* .tsub-agenda-demo{
    font-family: "Inter", sans-serif;
    color: #FFF;
    text-align: center;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
  } */
  
  /* .number-herramienta{
    color: #057DCD;
    text-align: center;
    font-family: "Inter", sans-serif;
    font-size: 56px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; 
  } */
  
  .align-left{
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
  }
  
  .align-right{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    flex-wrap: nowrap;
  }
  
  .form-short{
    display: flex;
    padding: 12px 14px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 10px;
    flex: 1 0 0;
    border-radius: 5px;
    border: 1px solid rgba(0, 0, 0, 0.20);
    background: rgba(0, 0, 0, 0.05);
  }
  
  .pt-4{
    padding-top: 3rem !important;
  }
  
  .pb-6{
    padding-bottom: 5rem !important;
  }

  .div-form-color{
    border-radius: 20px;
    /* border: 2px solid rgba(10, 13, 23, 0.05); */
    background: #F5F5F5;
    backdrop-filter: blur(190px);
    display: flex;
    /* flex-direction: column; */
    align-items: center;

  }
  
  /* p {
    font-family: "Inter", sans-serif;;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 22.4px;
    text-align: justify;
  } */
  
  
  * {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
  }
  
  a {
    color: inherit;
    text-decoration: none;
  }
  
  /* .sub-hero {
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;

    font-style: normal;
    font-size: 22px;
    line-height: 27.2px;
  } */
  
  
  .t-white{
    color: #FFF;
  }
  
  /* .sub-porque-elegir{
      
    color: #000;
    text-align: center;
    font-family: Inter;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
  } */





/* .hero-inicio{
    width: 1920px; //esta no va
    height: 716px;
    flex-shrink: 0;
    background: linear-gradient(135deg, #0A1C30 17.54%, #057DCD 79.15%);
    display: flex;
    align-items: center;
} */

/* .sub-hero-2 {
    font-family: "Inter", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%; 
} */

/* -------------------------------- */
/* ----------- Services ----------- */
/* -------------------------------- */

.services{
    background-color: #f5f5f5f5;
}


/* -------------------------------- */
/* ---------- Funciones ----------- */
/* -------------------------------- */

.p-left-funciones{
    padding-left: 3rem;
}

.c-demo-functions{
    display: flex;
    /* width: 350px; */
    height: 170px;
    padding: 40px 38px;
    flex-direction: row;
    text-align: center;
    border-radius: 20px;
    background: #FFF;
    background: linear-gradient(135deg, #0A1C30 17.54%, #057DCD 79.15%);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    align-items: center;
  }
  
  .ico-services{
    margin-left: -66px;
  
  }
  
  .dt-functions{
    padding: 46px 0px 40px 27px;
  }
  
  /* .dfunctions{
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    gap: 24px 26px;
    align-self: stretch;
    flex-wrap: wrap;
  } */
  
  /* .tfunctions{
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
  } */
  
  .dradius-demo{
    border-radius: 52px;
    padding: 11px;
    background-color: #057DCD !important;
  }
  
  .dradius-demo-active{
    border-radius: 52px;
    padding: 11px;
    background-color: #057DCD !important;
  }

  /* Con ShortCuts todos cambia */

  

/* .pl-3{
   padding-left: 3rem; 
} */

/* .bold-cambia{
    color: #000;
    Desktop → Tablet/Body Large Bold
    font-family:"Inter", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%; 25.2px
} */

.align-center{
    display: flex;
    align-items: center;
}

/* .text-todo-cambia{
    color: #000;
    
    font-family:"Inter", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    padding-left: 2rem;
} */

/* .btn-demo-gratis{
    color: #FFF;

    Desktop → Tablet/Lead Bold
    font-family: "Inter", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%; 
} */


.d-ico-cambia{
    display: flex;
    width: 80.843px !important;
    height: 80.843px;
    padding: 20px;
    align-items: center;
    gap: 10px;
    border-radius: 26px;
    background: #FFF;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    background-color: #FFF !important;
}




.p-testimonal{
    padding-left: 3rem;
    padding-right: 4rem;
}



/* .p-testimonal{
    color: #000;
    font-family: "Inter", sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
} */

.dt-testimonal{
    display: flex;
    flex-direction: column;
    align-items: normal;
    align-self: center;
    border-radius: 20px;
    margin-left: -13rem;
    background: rgba(255, 255, 255, 0.80);
}

/* .t-centro-testimonial{
  color: #000;

  font-feature-settings: 'liga' off, 'clig' off;
  font-family: "Plus Jakarta Sans";
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  
} */



/* -------------------------------- */
/* --------- Agendar demo --------- */
/* -------------------------------- */

.demo{
    background-image: url(../img/inicio/agenda-demo.webp);
    background-repeat: no-repeat;
    background-size: cover;
}



.agenda-demo{
    /* background-image: url("../img/inicio/agenda-demo.webp"); */
    display: flex;
    /* width: 1920px; */
    height: 552px;
    padding: 160px 700px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
}


/* -------------------------------- */
/* --------- Agendar demo --------- */
/* -------------------------------- */


.dt-para-todos{
    padding: 40px 0px 40px 15px;
}


/* ------------------------------------------- */
/* --------- Porque Elegir Shortcuts --------- */
/* ------------------------------------------- */

.porque-elegir{
    /* width: 100%;
    height: 100%; */
    margin-right: -8rem;
}

.dlist-porque-elegir{
    margin-top: 3rem;
    margin-left: 1rem;
}


/* Extra Small (xs) - Menos de 576px */
@media (max-width: 575px){
/* Estilos para pantallas medianas */

    .hero-inicio {
      /* width: 1920px; */
      height: 768px;
      flex-shrink: 0;
      background: linear-gradient(135deg, #0A1C30 17.54%, #057DCD 79.15%);
      display: flex;
      align-items: center;
    }

    .img-demo{
      width: 27rem;
      z-index: 1;
      margin-left: -4rem !important;
      height: auto;
      max-width: 146% !important;
    }

    .xs-reverse{
      flex-direction: row !important;
    }

    .md-colum-reverse{
      flex-direction: column-reverse !important;
    }

    /* Services */

    .p-services {
      padding-top: 4rem !important;
    }

    .span-strong{
      font-size: 16px;
      font-style: normal;
      font-weight: 700;
      line-height: 140%;
    }

    .footer {
        background-color: #F5F5F5;
        padding: 0rem 0rem 0rem 0rem;
    }

    .ico-active{
        border-radius: 198px;
        padding: 1px 6px 6px 6px;
        background-color: #057dcd !important;
    }

    .ico-active:hover{
        border-radius: 198px;
        padding: 1px 6px 6px 6px;
        background-color: #057DCD !important;
    }

    .pl-3{
      padding-left: 2rem; 
      padding-right: 2rem; 
   }

  .d-todo-cambia{
    border-radius: 20px;
    /* border: 2px solid rgba(10, 13, 23, 0.05); */
    background-image: url("../img/inicio/con-shortcuts-todo-esto-cambia.webp");
    background-repeat:no-repeat;
    background-size: contain;
    /* height: 440px; */
    height: 24rem;
  }

  .d-testimonio{
    background-image: url("../img/inicio/testimonios.webp");
    border-radius: 20px;
    /* border: 2px solid rgba(10, 13, 23, 0.05); */
    /* background-image: url("../img/inicio/con-shortcuts-todo-esto-cambia.webp"); */
    background-repeat:no-repeat;
    background-size: contain;
    /* height: 440px; */
    height: 41rem;
    display: none;
  }

  .testimonal {
    flex-direction: column;
    align-self: center;
    border-radius: 20px;
    margin-left: 0rem;
    height: 31rem;
    margin-top: 0rem !important;
    width: 23rem !important;
    background: rgba(255, 255, 255, 0.80);
    align-content: center;
    justify-content: center;
    padding: 2rem;
    margin: 0rem 2rem;
    /* margin-right: 0rem; */
  }

  .porque-elegir-peluqueria{
    /* width: 33rem; */
    content: url(../img/inicio/porque-elegir-list-368.webp);
  }

  .dlist-porque-elegir {
    margin-top: 3rem;
    margin-left: 3rem;
}

}

/* Small (sm) - Igual o mayor a 576px */
@media (min-width: 576px) {
  /* Estilos para pantallas pequeñas */
      /* Estilos para pantallas medianas */
      

      .hero-inicio {
        /* width: 1920px; */
        height: 917px;
        flex-shrink: 0;
        background: linear-gradient(135deg, #0A1C30 17.54%, #057DCD 79.15%);
        display: flex;
        align-items: center;
      }
    
      .sm-reverse{
        flex-direction: column-reverse !important;
      }

      .d-todo-cambia{
        border-radius: 20px;
        /* border: 2px solid rgba(10, 13, 23, 0.05); */
        background-image: url("../img/inicio/con-shortcuts-todo-esto-cambia.webp");
        background-repeat:no-repeat;
        background-size: contain;
        /* height: 440px; */
        height: 24rem;
    }

    .d-testimonio{
      background-image: url("../img/inicio/testimonios.webp");
      border-radius: 20px;
      /* border: 2px solid rgba(10, 13, 23, 0.05); */
      /* background-image: url("../img/inicio/con-shortcuts-todo-esto-cambia.webp"); */
      background-repeat:no-repeat;
      background-size: contain;
      /* height: 440px; */
      height: 41rem;
    }
}




/* Medium (md) - Igual o mayor a 768px */
@media (min-width: 768px) {
/* Estilos para pantallas medianas */

  .py-6 {
    padding-top: 0rem;
  }

  .flex-md-row-demo{
    flex-direction: row !important;
  }

  .md-colum-reverse{
    flex-direction: column-reverse;
  }
  

  .d-hero{
    padding: 0rem 6rem !important;
  }

  .hero-inicio {
    /* width: 1920px; */
    height: 917px;
    flex-shrink: 0;
    background: linear-gradient(135deg, #0A1C30 17.54%, #057DCD 79.15%);
    display: flex;
    align-items: center;
  }


  .img-demo {
    width: 100%;
    margin-left: 0rem !important;
    height: auto;
  }

  .porque-elegir-peluqueria{
    /* width: 33rem; */
    content: url(../img/inicio/porque-elegir-768.webp);
  }

  .d-testimonio{
    content: url(../img/inicio/terminonio_768.png);
  }

    .testimonal {
      flex-direction: column;
      align-self: center;
      border-radius: 20px;
      margin-left: -21rem;
      margin-top: 30rem !important;
      height: 28rem;
      width: 39rem !important;
      background: rgba(255, 255, 255, 0.80);
      align-content: center;
      justify-content: center;
      padding: 3rem;
  }

  .pl-3{
    padding-left: 3rem; 
 }

 .d-todo-cambia{
  border-radius: 20px;
  /* border: 2px solid rgba(10, 13, 23, 0.05); */
  background-image: url("../img/inicio/con-shortcuts-todo-esto-cambia.webp");
  background-repeat:no-repeat;
  background-size: contain;
  /* height: 440px; */
  height: 34rem;
}

.d-testimonio{
  background-image: url("../img/inicio/testimonios.webp");
  border-radius: 20px;
  /* border: 2px solid rgba(10, 13, 23, 0.05); */
  /* background-image: url("../img/inicio/con-shortcuts-todo-esto-cambia.webp"); */
  background-repeat:no-repeat;
  background-size: contain;
  /* height: 440px; */
  height: 41rem;
}
    
}



/* Large (lg) - Igual o mayor a 992px */
@media (min-width: 992px) {
  /* Estilos para pantallas grandes */

  .img-demo{
    position: absolute;
    width: 64rem;
    margin-top: -19rem;
  }

  .hero-inicio {
    /* width: 1920px; */
    height: 716px;
    flex-shrink: 0;
    background: linear-gradient(135deg, #0A1C30 17.54%, #057DCD 79.15%);
    display: flex;
    align-items: center;
  }

  .porque-elegir-peluqueria{
    /* width: 33rem; */
    content: url(../img/inicio/porque-elegir-shortcuts-inicio-list.png);
  }

  .md-colum-reverse{
    flex-direction: column-reverse !important;
  }

  /* .img-demo {
    width: 100%;
    margin-left: 0rem !important;
    height: auto;
    position: absolute;
    width: 53rem;
    margin-left: -13rem !important;
    margin-top: -13rem;
  } */

  /* .h2-necesitas {
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    font-size: 35px;
    line-height: 48px;
    color: #000;
  } */
/* 
  .t-tu-salon {
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    font-size: 36px;
  } */

  /* .sub-hero-demo{
    color: #FFF;
    font-family: "Inter", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
  } */


  /* .sub-hero-demo-2{
    color: #FFF;

    font-family: "Inter", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
  } */

  /* .tfunctions-demo{
    color: #FFF;

    font-family: "Inter", sans-serif;
    font-size: 13px;
    text-align: left;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
  } */

  /* .con-shortcuts{
      font-family: "Inter", sans-serif;
      font-optical-sizing: auto;
      font-weight: 700;
      font-style: normal;
      font-size: 32px;
      line-height: 48px;
      color: #000;
  } */
  
  .flex-md-row-reverses {
    flex-direction: row !important;
  }

  /* .bold-cambia{
    color: #000;

    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    text-align: left;
  } */
  

  /* .text-todo-cambia{
    color: #000;

    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    text-align: left;
  } */

  .d-ico-cambia {
    display: flex;
    width: 70.843px !important;
    height: 70.843px;
    padding: 20px;
    align-items: center;
    gap: 10px;
    border-radius: 26px;
    background: #FFF;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    background-color: #FFF !important;
  }

  

  .d-todo-cambia {
    content: url(../img/inicio/con-shortcuts-todo-esto-cambia-1024.webp);
  
  }

  .testimonal {
    flex-direction: column;
    align-self: center;
    border-radius: 20px;
    margin-left: -12rem;
    height: 27rem;
    margin-top: 0rem !important;
    width: 36rem !important;
    background: rgba(255, 255, 255, 0.80);
    align-content: center;
    justify-content: center;
    padding: 2rem;
  }

  .d-testimonio {
    background-image: url(../img/inicio/testimonios.webp);
    border-radius: 20px;
    /* border: 2px solid rgba(10, 13, 23, 0.05); */
    /* background-image: url(../img/inicio/con-shortcuts-todo-esto-cambia.webp); */
    background-repeat: no-repeat;
    background-size: contain;
    /* height: 440px; */
    height: 40rem;
  }

  /* .title-estructura{
    color: #000;
    text-align: center;
    font-family: "Inter", sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; 
  } */

  .porque-elegir{
    width: 33rem;
    
  }

  .porque-elegir-peluqueria{
    width: 27rem;
  }

  .pl-3{
    padding-left: 3rem; 
  }

  .d-todo-cambia{
    border-radius: 20px;
    /* border: 2px solid rgba(10, 13, 23, 0.05); */
    background-image: url("../img/inicio/con-shortcuts-todo-esto-cambia.webp");
    background-repeat:no-repeat;
    background-size: contain;
    /* height: 440px; */
    height: 34rem;
  }

  .d-testimonio{
    background-image: url("../img/inicio/testimonios.webp");
    border-radius: 20px;
    /* border: 2px solid rgba(10, 13, 23, 0.05); */
    /* background-image: url("../img/inicio/con-shortcuts-todo-esto-cambia.webp"); */
    background-repeat:no-repeat;
    background-size: contain;
    /* height: 440px; */
    height: 41rem;
  }

  /* .tfunction{
      color: #FFF;
      font-family: "Inter", sans-serif;
      font-size: 14px;
      font-style: normal;
      font-weight: 400;
      line-height: 140%;
      text-align: left;
  } */
}



/* Extra Large (xl) - Igual o mayor a 1200px */
@media (min-width: 1200px) {
  /* Estilos para pantallas extra grandes */

  .md-colum-reverse{
    flex-direction: row !important;
  }

  .hero-inicio {
    /* width: 1920px; */
    height: 716px;
    flex-shrink: 0;
    background: linear-gradient(135deg, #0A1C30 17.54%, #057DCD 79.15%);
    display: flex;
    align-items: center;
  }

  .img-demo {
    position: absolute;
    width: 64rem;
    margin-top: -15rem;
    margin-left: -15rem !important;
}

  /* .img-demo {
    width: 100%;
    margin-left: 0rem !important;
    height: auto;
    position: absolute;
    width: 55rem;
    margin-left: -15rem !important;
    margin-top: -13rem;
  } */

  .flex-md-row-reverses {
    flex-direction: row !important;
  }

  .d-todo-cambia {
    border-radius: 20px;
    /* border: 2px solid rgba(10, 13, 23, 0.05); */
    content: url(../img/inicio/con-shortcuts-todo-esto-cambia.webp);
    background-repeat: no-repeat;
    background-size: contain;
    /* height: 440px; */
    height: 34rem;
  }

  .porque-elegir {
    width: 40rem;
}

  .testimonal{
    
    flex-direction: column;
    align-self: center;
    border-radius: 20px;
    margin-left: -12rem;
    height: 28rem;
    width: 46rem !important;
    /* width: 737px;
    height: 465px; */
    background: rgba(255, 255, 255, 0.80);
    align-content: center;
    justify-content: center;
    padding: 3rem;
    
  }

  .porque-elegir-peluqueria{
    /* width: 33rem; */
    content: url(../img/inicio/porque-elegir-shortcuts-inicio-list.png);
  }

  .pl-3{
    padding-left: 3rem; 
  }

  .d-todo-cambia{
    border-radius: 20px;
    /* border: 2px solid rgba(10, 13, 23, 0.05); */
    background-image: url("../img/inicio/con-shortcuts-todo-esto-cambia.webp");
    background-repeat:no-repeat;
    background-size: contain;
    /* height: 440px; */
    height: 34rem;
  }

  .d-testimonio{
    background-image: url("../img/inicio/testimonios.webp");
    border-radius: 20px;
    /* border: 2px solid rgba(10, 13, 23, 0.05); */
    /* background-image: url("../img/inicio/con-shortcuts-todo-esto-cambia.webp"); */
    background-repeat:no-repeat;
    background-size: contain;
    /* height: 440px; */
    height: 54rem;
  }

  .img-form{
    background-image: url(../img/peluqueria/negocio_exitoso.webp);
    background-position-y: center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 36rem !important;
  }

}


/* Extra Large (xl) - Igual o mayor a 1200px */
  @media (min-width: 1500px) {
/* Estilos para pantallas extra grandes */

  .xxl-colum-reverse{
    flex-direction: column-reverse !important;
  }

  .hero-inicio {
    /* width: 1920px; */
    height: 716px;
    flex-shrink: 0;
    background: linear-gradient(135deg, #0A1C30 17.54%, #057DCD 79.15%);
    display: flex;
    align-items: center;
  }

  .img-demo {
    position: absolute;
    width: 64rem;
    margin-top: -16rem;
    margin-left: -14rem !important;
    }

  /* .img-demo {
    width: 100%;
    margin-left: 0rem !important;
    height: auto;
    position: absolute;
    width: 55rem;
    margin-left: -15rem !important;
    margin-top: -13rem;
  } */

  .flex-md-row-reverses {
    flex-direction: row !important;
  }


  .d-testimonio {
    content: url(../img/inicio/testimonios.webp);
    border-radius: 20px;
    background-repeat: no-repeat;
    background-size: contain;
    height: 44  rem;
  }

  .d-todo-cambia {
    border-radius: 20px;
    content: url(../img/inicio/con-shortcuts-todo-esto-cambia.webp);
    background-repeat: no-repeat;
    background-size: contain;
    height: 34rem;
  }

  .testimonal{
    
    flex-direction: column;
    align-self: center;
    border-radius: 20px;
    margin-left: -12rem;
    height: 28rem;
    width: 46rem !important;
    /* width: 737px;
    height: 465px; */
    background: rgba(255, 255, 255, 0.80);
    align-content: center;
    justify-content: center;
    padding: 3rem;
    
  }

  .porque-elegir {
    width: 40rem;
    margin-right: -5rem !important;
  }

  .porque-elegir-peluqueria {
    /* width: 33rem; */
    content: url(../img/inicio/porque-elegir-shortcuts-inicio-list.png);
    margin-left: -3rem !important;
  }

  .d-todo-cambia{
    border-radius: 20px;
    /* border: 2px solid rgba(10, 13, 23, 0.05); */
    background-image: url("../img/inicio/con-shortcuts-todo-esto-cambia.webp");
    background-repeat:no-repeat;
    background-size: contain;
    /* height: 440px; */
    height: 34rem;
  }

  .pl-3{
    padding-left: 3rem; 
  }

  .d-testimonio{
    background-image: url("../img/inicio/testimonios.webp");
    border-radius: 20px;
    /* border: 2px solid rgba(10, 13, 23, 0.05); */
    /* background-image: url("../img/inicio/con-shortcuts-todo-esto-cambia.webp"); */
    background-repeat:no-repeat;
    background-size: contain;
    /* height: 440px; */
    height: 41rem;
  }

  .img-form{
    background-image: url(../img/peluqueria/negocio_exitoso.webp);
    background-position-y: center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 36rem !important;
  }

}