* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;

}
html {
    font-size: 62.5%;
    scroll-behavior: smooth;
}
html, body{
    max-width: 100% !important;
    overflow-x: hidden !important
}
a {
    text-decoration: none;
    color: inherit;
}
li{
    list-style: none;
}

.header a{
    position: relative;
    text-decoration: none;
}


body {
    box-sizing: border-box;
    overflow-y: hidden;
    position: relative;
    font-family: 'Roboto', sans-serif;
    min-height: 100%;
    width: 100%;
    background-color: #fafafa;
}
::-webkit-scrollbar {
    width: 12px;
}

::-webkit-scrollbar-thumb {
    background-color: #81358a6c;
    border-radius: 10px;
}
  
::-webkit-scrollbar-thumb:hover {
    background-color: #81358ad3;
}
section[id]{
    scroll-margin-top: 10rem;
}

.header-main {
    position: fixed;
    right: 0;
    height: 10rem;
    left: 0px;
    top: 0px;
    z-index: 1000;
    background: #FFFFFF;
    box-shadow: 0px 18px 18px rgba(0, 0, 0, 0.25);
}
.header_content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header-logo_container{
    position: relative;
    height: 10rem;
    display: flex;
    margin-left: 5%;
    align-items: center;
}
.header-logo_img{
    min-width: 15rem;
    max-width: 15rem;
    width: 100%;
    position: relative;
    top: 2.5rem;
    left: 15%;
}

.link-img{
    width: 25%;
    display: inline-block;
}
.header-logo_img::before{
    content: '';
    position: absolute;
    width: 100%;
    height: 4px;
    border-radius: 4px;
    background-color: transparent;
    top: -3rem;
    left: 0;
    transform-origin: right;
    transform: scaleX(0);
    transition: transform .2s ease-in-out;
}
.header-logo_img:hover::before {
    transform-origin: left;
    transform: scaleX(1);
}
.menu {
    display: flex;
}
.header_main{
    position: relative;
    margin-top: -1em;
    margin-right: 8rem;
}

.header_link {
    color: #81358A;
    line-height: 187.5%; /* 1.875rem */
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 400;
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    padding-top: 2rem;
}

.home-hero{
    min-height: 96rem;
    max-height: 120rem;
    position: relative;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(75.78deg, #81358A -11.04%, rgba(129, 53, 138, 0) 100%), url(./imagenes/background.png);
    background-size: cover;
    background-repeat: no-repeat;
}
.home_container{
    position: absolute;
    top: 35rem;
    left: 8rem;
}
.home-title{
    position: absolute;
    width: 95rem;
    top: 4rem;
    height: 130px;
    color: #FFF;
    font-family: Roboto;
    font-size: 6rem;
    font-style: normal;
    font-weight: 900;
    line-height: 120%;
}
.home-title-sub{
    position: absolute;
    width: 780px;
    top: 30rem;
    height: 101px;
    font-size: 28px;
    color: #ffffff;
    font-family: Roboto;
    font-style: normal;
    font-weight: 250;
    line-height: 130%;
}

.home-submit{
    background: #FFD700;
    border-radius: 3rem;
    border: none;
    position: absolute;
    width: 273px;
    height: 53px;
    left: 5rem;
    top: 75rem;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    align-items: center;
    justify-content: center;
    color: #81358A;
    display: flex;
    margin-top: 1.2rem;
    margin-left: 3rem;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-transition-property: color;
    transition-property: color;
    overflow: hidden;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.home-submit:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: none;
    background: #81358acc;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.home-submit:hover, .home-submit:focus, .home-submit:active {
    color: #ffffff;
}

.service-hero{
    background: url(./imagenes/close-up-puzzle-background\ 1.svg);
    background-position: 100% 130%;
    background-repeat: no-repeat;
    background-color: #fff;
    height: 100%;
    min-height: 120rem;
    max-height: 130rem;
    position: relative;
    width: 100%;
}
.service_container{
    position: absolute;
    top: 17%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 95%;
}

.service-title{
    color: #81358A;
    font-style: normal;
    display: flex;
    justify-content: center;
    text-align: center;
    font-size: 5rem;
    font-family: Roboto;
    font-weight: 700;
    line-height: 187.5%;
}
.service-title-sub{
    color: #2D2D2B;
    font-style: normal;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    text-align: center;
    font-size: 3rem;
    font-family: Roboto;
    font-weight: 300;
    line-height: 140%;
}
.service_main{
    position: absolute;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    max-width: 130rem;
    gap: 5rem;
    justify-content: center;
    top: 66%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.service-cards1{
    display: flex;
    width: 40rem;
    min-width: 40rem;
    height: 30rem;
    border-radius: 3rem 0.5rem 0.5rem 0.5rem;
    background: #FFF;
    box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.25);
    flex-direction: column;
}

.service-cards2{
    display: flex;
    width: 40rem;
    min-width: 40rem;
    height: 30rem;
    border-radius: 3rem 0.5rem 0.5rem 0.5rem;
    background: #FFF;
    box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.25);
    flex-direction: column;
}
.service-cards3{
    display: flex;
    width: 40rem;
    min-width: 40rem;
    height: 30rem;
    border-radius: 3rem 0.5rem 0.5rem 0.5rem;
    background: #FFF;
    box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.25);
    flex-direction: column;
}
.service-cards4{
    display: flex;
    width: 40rem;
    min-width: 40rem;
    height: 30rem;
    border-radius: 3rem 0.5rem 0.5rem 0.5rem;
    background: #FFF;
    box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.25);
    flex-direction: column;
}
.service-cards5{
    display: flex;
    width: 40rem;
    min-width: 40rem;
    height: 30rem;
    border-radius: 3rem 0.5rem 0.5rem 0.5rem;
    background: #FFF;
    box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.25);
    flex-direction: column;
}
.service-card-header{
    display: flex;
    width: 100%;
}
.service-card_text{
    position: relative;
    left: 50%;
    top: 10%;
    transform: translate(-50%);
    width: 85%;
    color: #525252;
    font-size: 16px;
    font-family: Roboto;
    font-weight: 300;
    line-height: 160%;
    color: #2D2D2B;
    font-style: normal;
    line-height: 140%;
}

.service_img{
    margin: 2rem 0rem 0rem 2rem;
    width: 5rem;
    height: 5rem;
}

.service-img_title{
    color: var(--Negro-KIUVI, #2D2D2B);
    font-family: Roboto;
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    color: #2D2D2B;
    margin: 4rem 0rem 0rem 2.5rem;
    width: 90%;
}

.proceso-main-container{
    background-repeat: no-repeat;
    background-image: url(./imagenes/Filtro\ violeta\ HERO.svg), url(./imagenes/Puntos.svg);
    background-size: 100%, 30%;
    background-position: 100% 50%, -20% 4%;
    height: 190rem;
    min-height: 120rem;
    max-height: 190rem;
    position: relative;
    width: 100%;
}
.proceso-container{
    position: absolute;
    width: 100rem;
    min-width: 30rem;
    top: 10%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.proceso_main{
    position: absolute;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    max-width: 130rem;
    gap: 2rem;
    justify-content: center;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.proceso-cards1{
    background-image: url("./imagenes/flecha\ KIUVI.svg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 15rem 7rem;
    padding: 4rem;
    display: flex;
    width: 45rem;
    min-width: 45rem;
    height: 70rem;
    border-radius: 3rem;
    flex-direction: column;
    background-color: #A26CAB;
    filter: drop-shadow(0px 8px 16px rgba(0, 0, 0, 0.25));
}
.proceso-cards2{
    background-image: url("./imagenes/flecha\ KIUVI.svg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: -30rem 7rem;
    padding: 4rem;
    display: flex;
    width: 45rem;
    min-width: 40rem;
    height: 70rem;
    border-radius: 3rem ;
    flex-direction: column;
    background-color: #92509A;
    filter: drop-shadow(0px 8px 16px rgba(0, 0, 0, 0.25));
}
.proceso-cards3{
    background-image: url("./imagenes/flecha\ KIUVI.svg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: -80rem 11rem;
    padding: 4rem;
    display: flex;
    width: 45rem;
    min-width: 40rem;
    height: 70rem;
    border-radius: 3rem ;
    flex-direction: column;
    background-color: #82348B;
    filter: drop-shadow(0px 8px 16px rgba(0, 0, 0, 0.25));
}
.proceso-cards4{
    background-image: url("./imagenes/flecha\ KIUVI.svg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: -5rem -64rem;
    position: relative;
    left: 50%;
    padding: 4rem;
    display: flex;
    width: 45rem;
    min-width: 40rem;
    height: 70rem;
    border-radius: 3rem ;
    flex-direction: column;
    background-color: #A26CAB;
    filter: drop-shadow(0px 8px 16px rgba(0, 0, 0, 0.25));
}
.proceso-cards5{
    background-image: url("./imagenes/flecha\ KIUVI.svg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: -49rem -64rem;
    position: relative;
    left: 50%;
    padding: 4rem;
    display: flex;
    width: 45rem;
    min-width: 40rem;
    height: 70rem;
    border-radius: 3rem ;
    flex-direction: column;
    background-color: #92509A;
    filter: drop-shadow(0px 8px 16px rgba(0, 0, 0, 0.25));
}

.proceso-title{
    color: #81358A;
    font-style: normal;
    display: flex;
    justify-content: center;
    text-align: center;
    font-size: 5rem;
    font-family: Roboto;
    font-weight: 700;
    line-height: 187.5%;
}
.proceso-sub{
    color: #2D2D2B;
    font-style: normal;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    text-align: center;
    font-size: 3rem;
    font-family: Roboto;
    font-weight: 300;
    line-height: 140%;
}
.proceso-card_text{
    position: relative;
    top: 6rem;
    color: #FFF;
    font-family: Roboto;
    font-size: 2.3rem;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    height: 28rem;
}
.proceso-card_text4{
    position: relative;
    top: 6rem;
    color: #FFF;
    font-family: Roboto;
    font-size: 2.3rem;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    height: 22rem;
}
.proceso-card_text5{
    position: relative;
    top: 9rem;
    color: #FFF;
    font-family: Roboto;
    font-size: 2.3rem;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    height: 25rem;
}
.proceso-title-card{
    width: 20rem;
    color: #FFF;
    font-family: Roboto;
    font-size: 5rem;
    font-style: normal;
    font-weight: 250;
    line-height: 100%;
}
.proceso-title-card5{
    width: 20rem;
    color: #FFF;
    font-family: Roboto;
    font-size: 5rem;
    font-style: normal;
    font-weight: 250;
    line-height: 100%;
}
.proceso-sub-card{
    position: relative;
    top: 2.5rem;
    color: #FFDE00;
    font-family: Roboto;
    font-size: 2.6rem;
    font-style: normal;
    font-weight: 800;
    line-height: 120%;
}
.proceso-sub-card4{
    height: 12rem;
    position: relative;
    top: 2.5rem;
    color: #FFDE00;
    font-family: Roboto;
    font-size: 2.6rem;
    font-style: normal;
    font-weight: 800;
    line-height: 120%;
}
.proceso-card-quality{
    position: relative;
    padding: 1rem;
    top: 12rem;
    border: 2px solid white;
    color: #FFF;
    border-radius: 4rem;
    text-align: center;
    font-family: Roboto;
    font-size: 2.4rem;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
}
.clienteconfian{
    padding-top: 50px;
    /* background-image: url(./imagenes/BACKGROUND_3.svg); */
    background-repeat: no-repeat;
    background-position: 0% 10%;
    background-size: 25%;
    color: #000000;
    position: relative;
    width: 100%;
    top: 60rem;
    height: 61rem;
}

.cliente-container{
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

.cliente-title{
    text-align: center;
    width: 100%;
    height: 2.5rem;
    justify-content: center;
    display: flex;
    color: #81358A;
    font-family: Roboto;
    font-style: normal;
    font-size: 5rem;
    font-weight: 700;
    line-height: 187.5%;
}
.reseñaspage{
    background-image: url(./imagenes/BACKGROUND_4.svg);
    background-repeat: no-repeat;
    background-position: 0rem -35rem;
    background-size: cover;
    padding-top: 50px;
    color: #000000;
    height: 100%;
    min-height: 90rem;
    max-height: 120rem;
    position: relative;
    width: 100%;
}
.reseñas-container{
    position: absolute;
    top: 10%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.reseñas-title{
    text-align: center;
    font-size: 48px;
    width: 100%;
    height: 2.5rem;
    justify-content: center;
    display: flex;
    color: #81358A;
    font-size: 4rem;
    font-family: Roboto;
    font-style: normal;
    font-weight: 300;
    line-height: 187.5%;
}
.porquetrabajar{
    background: url(./imagenes/BACKGROUND_6.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0rem 60rem;
    color: #000000;
    height: 220rem;
    position: relative;
    width: 100%;
}
.soluciones-main{
    border-radius: 0rem 0rem 30rem 0rem;
    background: linear-gradient(45deg, #81358A 14.71%, rgba(129, 53, 138, 0.00) 100%), url(./imagenes/group-young-business-people-working-office\ 2.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 55rem;
}
.soluciones-title{
    display: block;
    position: relative;
    top: 7rem;
    left: 6%;
    width: 80rem;
    height: 4.4375rem;  
    color: var(--amarillo-kiuvi, #FFD700);
    font-family: Roboto;
    font-size:5rem;
    font-style: normal;
    font-weight: 600;
    line-height: 187.5%;
}
.soluciones-sub{
    display: block;
    position: relative;
    top: 15rem;
    left: 6%;
    width: 100rem;
    height: 12rem;
    color: #FFF;
    font-family: Roboto;
    font-size: 4rem;
    font-style: normal;
    font-weight: 200;
    line-height: 120%;
}
.soluciones-container{
    transform: translate(-50%, -50%);
    position: absolute;
    left: 50%;
    top: 75rem;
    width: 90%;
}
#accordion{
    width: 90%;
    position: relative;
    left: 5%;
}
.soluciones-submit{
    background: #FFD700;
    border-radius: 3rem;
    border: none;
    position: absolute;
    left: 50%;
    top: 105rem;
    transform: translate(-50%, -50%);
    width: 270px;
    height: 45px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    align-items: center;
    justify-content: center;
    color: #81358A;
    display: flex;
    -webkit-transition-property: color;
    transition-property: color;
    overflow: hidden;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.soluciones-submit:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: none;
    background: #81358acc;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.soluciones-submit:hover, .soluciones-submit:focus, .soluciones-submit:active {
    color: #ffffff;

}
.card{
    display: grid;
    position: relative;
    top: 50rem;
    width: 90%;
    max-width: 140rem;
    min-width: 120rem;
    left: 50%;
    transform: translate(-50%, -50%);
    max-height: 60rem;
    height: 60rem;
    background: #FAFAFA;
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.16);
    border-radius: 250px 4px 4px 4px;
}
.card-hero{
    background: url(./imagenes/BACKGROUND_2.svg);
    background-size: cover;
    background-position: 10% 35%;
    background-repeat: no-repeat;
    background-color: #fafafa;
    width: 100%;
    height: 100rem;
}
.card-img{
    float: left;
    width: 42rem;
    height: 60rem;
    border-radius: 250px 0px 0px 0px;
}
.card-form{
    position: absolute;
    left: 46rem;
    top: 4rem;
    width: 60%;
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 1.5rem;
}
.form-title{
    color: #81358A;
    font-family: Roboto;
    font-size: 3.5rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.form-subtext{
    color: #000;
    width: 55rem;
    min-width: 55rem;
    max-width: 55rem;
    font-family: Roboto;
    font-size: 1.2rem;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}
.card-form-text{
    display: flex;
    width: 100%;
    align-items: flex-start;
    gap: 2.6875rem;
}
.form-text{
    width: 100%;
    display: flex;
    flex-direction: column;
    color: #2D2D2B;
    font-family: Roboto;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.input-form{
    color: #2D2D2B;
    background-color: rgba(255, 255, 255, 1);
    border-color: transparent;
    height: 3rem;
    font-family: Roboto;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    outline: none;
}
.textarea-form{
    outline: none;
    border-radius: 0.25rem;
    background: #FFF;
    width: 100%;
    height: 15rem;
    resize: none;
    background-color: rgba(255, 255, 255, 1);
    border-color: transparent;
    color: #2D2D2B;
    font-family: Roboto;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}
.input-form::placeholder{
    opacity: 0.5;
}
.submit-button {
    margin-top: 3rem;
    display: flex;
    width: 100%;
    height: 5rem;
    padding: 0.625rem 2.5rem;
    justify-content: center;
    align-items: center;
    color: #81358A;
    font-family: Roboto;
    font-size: 2.5rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border-radius: 2rem;
    background: var(--amarillo-kiuvi, #FFD700);
    border: none;
    cursor: pointer;
    outline: none;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-transition-property: color;
    transition-property: color;
    overflow: hidden;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.submit-button:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: none;
    background: #81358acc;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.submit-button:hover, .submit-button:focus, .submit-button:active {
    color: #ffffff;
}
.submit-button:hover:before, .submit-button:focus:before, .submit-button:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.footer{
    display: flex;
    width: 100%;
    height: 35rem;
    flex-shrink: 0;
    background: #81358A;
    justify-content: space-between;
}
.logo-footer{
    width: 17rem;
    margin-bottom: 2rem;
}
.footer-description{
    color: #FFF;
    font-family: Roboto;
    font-size: 1.7rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 3rem;
    width: 40rem;
}
.footer-mail{
    color: #FFF;
    font-family: Roboto;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 400;
    line-height: 186.3%;
}
.footer-item-princ{
    color: #FFF;
    margin-bottom: 2rem;
    font-family: Roboto;
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.footer-item {
    margin-top: 1rem;
    color: #FFF;
    font-family: Roboto;
    font-size: 1.2rem;
    font-style: normal;
    font-weight: 400;
    line-height: 186.3%;
}
.contacto-footer{
    color: #FFF;
    font-family: Roboto;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 0.5rem;
}
.contacto-text{
    color: #FFF;
    font-family: Roboto;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 400;
    line-height: 186.3%;
}
.contacto-tel{
    color: #FFF;
    font-family: Roboto;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 400;
    line-height: 186.3%;
}
.row4 li{
    height: 20rem;
    width: 30rem;
    display: inline;
}

.copy-footer{
    display: flex;
    left: 50%;
    position: absolute;
    margin-top: 23rem;
    color: #FFF;
    font-family: Roboto;
    font-size: 1.1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 190.6%;
    transform: translate(-50%, -50%);
}
.bookacall{
    background: url(./imagenes/BACKGROUND_6.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0rem -3rem;
    color: #000000;
    height: 92rem;
    max-height: 92rem;
    position: relative;
    width: 100%;
}
/* .bookacall-hero{
    display: flex;
    position: absolute;
    top: 60%;
    width: 100rem;
    left: 50%;
    transform: translate(-50%, -50%);
    max-height: 60rem;
    height: 60rem;
    background: #FAFAFA;
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.16);
    border-radius: 250px 4px 4px 4px;
}
.bookacall-info-hero{
    width: 19rem;
    height: 9.5rem;
    padding: 10rem 0 0 10rem;
    width: 60rem;
} */
.calendly-inline-widget{
    position: relative;
    width: 200rem;
    max-width: 200rem;
    left: 50%;
    transform: translate(-50%, 20%);
}

.call-img{
    width: 65px;
    height: 65px;
    border-radius: 50%;
}
.namecall{
    padding-top: 1rem;
    color: #424242;
    text-align: left;
    font-size: 20px;
    font-family: Roboto;
    font-weight: 300;
    line-height: 140%;
}
.titlecall{
    padding-top: 1rem;
    color: #81358A;
    text-align: left;
    font-size: 24px;
    font-family: Roboto;
    font-weight: 400;
    line-height: 140%;
}
.descrmeet{
    padding-top: 3rem;
    color: #424242;
    text-align: left;
    font-size: 18px;
    font-family: Roboto;
    font-weight: 300;
    line-height: 140%;
}
.callinformation{
    padding-top: 3rem;
    color: #424242;
    text-align: left;
    font-size: 18px;
    font-family: Roboto;
    font-weight: 300;
    line-height: 140%;
}

.calendly-badge-widget .calendly-badge-content {
    width: 25rem !important;
    height: 5rem !important;
    font-size: 16px !important;
}


.calendly-badge-content{
    position: relative;
    top: -2rem;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-transition-property: color;
    transition-property: color;
    overflow: hidden;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.calendly-badge-content:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: none;
    background: #81358a25;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.calendly-badge-content:hover, .calendly-badge-content:focus, .calendly-badge-content:active {
    color: #ffffff;
}
.calendly-badge-content:hover:before, .calendly-badge-content:focus:before, .calendly-badge-content:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.nosotros-hero{
    background-color: #fafafa;
    height: 100%;
    min-height: 100rem;
    max-height: 120rem;
    position: relative;
    width: 100%;
    min-height: 120rem;
    max-height: 130rem;
    width: 100%;
}
.nosotros_container{
    position: absolute;
    top: 20%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 95%;
}
.nosotros-title{
    text-align: center;
    position: relative;
    top: -10rem;
    width: 100%;
    height: 2.5rem;
    justify-content: center;
    display: flex;
    color: #81358A;
    font-family: Roboto;
    font-style: normal;
    font-size: 5rem;
    font-weight: 700;
    line-height: 187.5%;
}
.nosotros-title-sub{
    color: #2D2D2B;
    font-style: normal;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    text-align: center;
    font-size: 3rem;
    font-family: Roboto;
    font-weight: 300;
    line-height: 140%;
}
.nosotros_main{
    position: absolute;
    display: flex;
    max-width: 150rem;
    min-width: 150rem;
    gap: 7rem;
    justify-content: center;
    top: 135rem;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
}
.nosotros-cards1{
    width: 56rem;
    height: 22rem;
    border-radius: 0.5rem 0.5rem 17rem 1rem;
    background: #FFF;
    box-shadow: 0px 8px 90px 20px rgba(45, 45, 43, 0.20);
}

.nosotros-cards2{
    width: 56rem;
    height: 22rem;
    border-radius: 0.5rem 0.5rem 17rem 1rem;
    background: #FFF;
    box-shadow: 0px 8px 90px 20px rgba(45, 45, 43, 0.20);
}
.nosotros_img1{
    border-radius: 0rem 0rem 8rem 0rem;
    background: url("./imagenes/javinosotros.png");
    background-size: 100%;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
}

.nosotros_img2{
    border-radius: 0rem 0rem 8rem 0rem;
    background: url("./imagenes/tominosotros.png");
    background-size: 100%;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
}

.nosotros-card_text{
    padding: 0rem 0rem 0rem 3rem;
    width: 40rem;
    height: 10rem;
    color: #000;
    font-family: Roboto;
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 400;
    line-height: 157.5%; 
}
.nosotros-linkedin{
    display: flex;
    position: relative;
    border-radius: 0.5rem;
    top: 25rem;
    width: 43rem;
    height: 6rem;
    background: url("./imagenes/linkedin.svg"),#0077B7;
    background-position: center;
    left: 50%;
    transform: translate(-50%, -50%);
    background-repeat: no-repeat;
}
.css-ahj2mt-MuiTypography-root {
    font-size: 2rem;
}
.css-hnc78o-MuiPaper-root-MuiAccordion-root{
    border-bottom: 1px solid #81358A;
    box-shadow: none;
}
.css-1qk4fwt-MuiPaper-root-MuiAccordion-root{
    margin-left: 5%;
    width: 90%;
    box-shadow: none;
    border-bottom: 1px solid #81358A;
}


@media only screen and (max-width: 800px){
    .nosotros-title-sub{
        margin-top: -3rem;
        font-size: 2.5rem;
    }
    .nosotros-title{
        margin-top: 0rem;
    }
    .nosotros-hero{
        min-height: 170rem;
    }
    .nosotros_container{
        top: 13%;
    }
    .nosotros_main{
        position: absolute;
        display: flex;
        min-width: 0;
        flex-direction: column;
        justify-content: center;
        top: 145rem;
        left: 50%;
        width: 100%;
        transform: translate(-50%, -50%);
        align-items: center;
    }
    .nosotros-cards1{
        width: 35rem;
        height: 14rem;
        border-radius: 0rem 0rem 6rem 0rem;
    }
    .nosotros-cards2{
        width: 35rem;
        height: 14rem;
        border-radius: 0rem 0rem 6rem 0rem;
    }
    .nosotros_img1{
        height: 100%;
        border-radius: 0rem 0rem 5rem 0rem;
    }
    .nosotros_img2{
        height: 100%;
        border-radius: 0rem 0rem 5rem 0rem;
    }
    .nosotros-linkedin{
        width: 35rem;
    }
    .nosotros-card_text{
        padding: 0rem 0rem 0rem 2rem;
        width: 35rem;
        height: 13rem;
        color: #000;
        font-family: Roboto;
        font-size: 1.4rem;
        font-style: normal;
        font-weight: 400;
        line-height: 187.5%; 
    }
    body{
        overflow: hidden;
    }
    
    .home-hero{
        position: relative;
        width: 100%;
        height: 100%;
        min-height: 60rem;
        background-image: linear-gradient(75.78deg, #81358A -11.04%, rgba(129, 53, 138, 0) 100%), url(./imagenes/background.png);
        background-size: cover;
        background-position: 60% 30%;
        background-repeat: no-repeat;
    }
    .home_container{
        position: absolute;
        top: 35rem;
        left: 8rem;
    }
    .home-title{
        position: absolute;
        width: 35rem;
        top: -20rem;
        left: -5rem;
        height: 7rem;
        color: #FFF;
        font-family: Roboto;
        font-size: 3.125rem;
        font-style: normal;
        font-weight: 700;
        line-height: 120%;
    }
    .home-title-sub{
        width: 30rem;
        left: -5rem;
        top: 1.6rem;
        height: 101px;
        color: #FFF;
        font-family: Roboto;
        font-size: 2rem;
        font-style: normal;
        font-weight: 200;
        line-height: 120%;
    }
    .home-submit{
        top: 50rem;
        left: 0rem;
    }
    .service-hero{
        height: 100%;
        min-height: 300rem;
    }
    .service-title{
        position: relative;
        font-size: 4rem;
        top: -8rem;
        left: 50%;
        transform: translate(-50%, -50%);
        max-width: 45rem;
    }
    .service-title-sub{
        position: relative;
        left: 50%;
        transform: translate(-50%, -50%);
        top: 12rem;
        max-width: 45rem;
        font-size: 2.8rem;
    }
    .service_main{
        position: relative;
        display: grid;
        gap: 5rem;
        grid-template-columns: none;
        grid-auto-rows:unset;
        left: 50%;
        top: 175rem;
        transform: translate(-50%, -50%);
        justify-items: center;
    }
    .service-card-header{
        display: flex;
        width: 100%;
        height: 7rem;
        align-items: center;
    }

    .service-cards1{
        min-width: 35rem;
        height: 30rem;
        width: 35rem;
        display: flex;
        margin-left: 0;
    }
    .service-cards2{
        height: 35rem;
        min-width: 35rem;
        width: 35rem;
        display: flex;
    }
    .service-cards3{
        height: 40rem;
        min-width: 35rem;
        width: 35rem;
        display: flex;
        margin-right: 0;
    }
    .service-cards4{
        height: 25rem;
        min-width: 35rem;
        width: 35rem;
        display: flex;
        margin-left: 0;
    }
    .service-cards5{
        height: 35rem;
        min-width: 35rem;
        width: 35rem;
        display: flex;
        margin-left: 0;
    }
    
    .service-card_text{
        max-width: 30rem;
        text-align: center;
        width: 100%;
        padding: 0;
        font-size: 1.8rem;
    }
    .service_img{
        height: 100%;
    }
    .service-img_title{
        margin: 2rem 0rem 0rem 2rem;
    }
    .service-submit{
        top: 110rem;
    }
    .proceso-main-container{
        height: 465rem;
        max-height: none;
        background-repeat: no-repeat;
        background-size: 100%, 0%;
        background-position: 10% 74%;
    }
    .proceso-title{
        position: relative;
        left: 50%;
        transform: translate(-50%, -50%);
        top: -14rem;
        font-size: 3.7rem;
    }
    .proceso-container{
        top: 40rem;
        width: 90%;
    }
    .proceso-sub{
        position: relative;
        left: 50%;
        transform: translate(-50%, -50%);
        top: -13rem;
        font-size: 2.8rem;
    }
    .proceso_main{
        top: 250rem;
        position: relative;
        display: grid;
        gap: 5rem;
        grid-template-columns: none;
        grid-auto-rows:unset;
        left: 50%;
        transform: translate(-50%, -50%);
        justify-items: center;
    }
    .proceso-cards1{
        width: 35rem;
        min-width: 35rem;
        height: 80rem;
        background-image: none;
        background-color: #92509A;
    }
    .proceso-cards2{
        width: 35rem;
        min-width: 35rem;
        height: 80rem;
        background-image: none;
        background-color: #92509A;
    }
    .proceso-cards3{
        width: 35rem;
        min-width: 35rem;
        height: 80rem;
        background-image: none;
        background-color: #92509A;
    }
    .proceso-cards4{
        width: 35rem;
        min-width: 35rem;
        height: 80rem;
        background-image: none;
        background-color: #92509A;
        position: unset;
    }
    .proceso-cards5{
        width: 35rem;
        min-width: 35rem;
        height: 80rem;
        background-image: none;
        background-color: #92509A;
        position: unset;
    }
    .proceso-title-card5{
        font-size: 4.3rem;
    }
    .proceso-card-quality{
        font-size: 2.3rem;
        top: 19rem;
    }
    .proceso-card_text{
        font-size: 2.1rem;
    }
    .proceso-card_text4{
        font-size: 2.1rem;
        top: 9rem;
    }
    .proceso-card_text5{
        font-size: 2.1rem;
    }
    .proceso-submit{
        position: relative;
        top: 165rem;
    }
    .cliente-title{
        font-size: 3.7rem;
    }
    .clienteconfian{
        position: absolute;
        top: 165rem;
    }
    .cliente-container{
        top: 15%;
    }
    .soluciones-main{
        position: relative;
        width: 100%;
        height: 60rem;
        min-height: 40rem;
        background-size: 80rem;
        background-position: 70% 0%;
        background-repeat: no-repeat;
        border-radius: 0;
    }
    .soluciones-title{
        width: 30rem;
        font-size: 4rem;
        position: relative;
        left: 6%;
        top: 5%;
        line-height: 110%;
        font-weight: 600;
    }
    .soluciones-sub{
        font-size: 2.3rem;
        width: 93%;
        position: relative;
        left: 5%;
        top: 28rem;
        color: #FFF;
        font-style: normal;
        font-weight: 300;
        line-height: 120%;
    }
    .porquetrabajar{
        max-height: 210rem;
        height: 210rem;
    }
    .soluciones-submit{
        top: 115rem;
    }
    .card-hero{
        height: 150rem;
    }
    .card{
        top: 80rem;
        max-width: 45rem;
        min-width: 0;
        width: 100%;
        height: 135rem;
        max-height: 160rem;
    }
    .card-img{
        max-width: 45rem;
        width: 100%;
        float: none;
        background-size: cover;
        background-repeat: no-repeat;
    }
    .card-form{
        width: 90%;
        max-width: 38rem;
        left: 50%;
        top: 95rem;
        transform: translate(-50%, -50%);
    }
    .card-form-text{
        display: grid;
        width: 100%;
        max-width: 35rem;
        gap: 1rem;
    }
    .form-text{
        width: 100%;
    }
    .textarea-form{
        width: 100%;
        max-width: 35rem;
    }
    .form-title{
        font-size: 3rem;
    }
    .form-subtext{
        width: 100%;
        min-width: 0;
        max-width: 35rem;
    }
    .submit-button{
        width: 100%;
        min-width: 0;
        max-width: 35rem;
    }
    .css-1k6riie-MuiButtonBase-root-MuiButton-root{
        margin-left: 3.5rem !important;
    }
    #footer{
        flex-direction: column !important;
    }
    .row1 {
        margin: 4rem 0 0 2rem !important;
    }
    .row2 {
        margin: 4rem 0 0 2rem !important;
    }
    .row4 {
        position: relative;
        left: -8rem;
        margin: 1rem 0 0 0 !important;
    }
    .copy-footer{
        width: 23rem;
        margin-top: 30rem;
    }
    .img-linkedin {
        width: 10rem !important;
    }
    #footer {
        height: 35rem !important;
    }
    .footer-description{
        width: 15rem;
        font-size: 1.4rem;
    }
    .logo-footer {
        width: 12rem !important;
    }
    .contacto-tel {
        font-size: 1.4rem !important;
    }
    .footer-mail {
        font-size: 1.4rem;
    }
    .contacto-footer{
        margin-bottom: 3.5rem;
    }
    .contacto-text {
        font-size: 1.4rem;
        width: 18rem;
        
    }
}

@media (max-width: 1400px) and (min-width: 800px){
    .service_main {
        grid-template-columns: 2fr 1fr;
        gap: 5rem;
    }
    .service-hero{
        max-height: 160rem;
        height: 160rem;
    }
    .proceso_main{
        top: 135rem;
        display: grid;
        grid-template-columns: 2fr 1fr;
        grid-auto-rows:unset;
        justify-items: center;
    }
    .proceso-container{
        top: 10%;
    }
    .proceso-main-container{
        max-height: 300rem;
        height: 300rem;
        background-position: 100% 70%, -20% 4%;
    }
    .proceso-cards1{
        background-image: none;
        background-color: #92509A;
    }
    .proceso-cards2{
        background-image: none;
        background-color: #92509A;
    }
    .proceso-cards3{
        background-image: none;
        background-color: #92509A;
    }
    .proceso-cards4{
        left: 0%;
        background-image: none;
        background-color: #92509A;
    }
    .proceso-cards5{
        background-image: none;
        background-color: #92509A;
    }
    .proceso_main{
        top: 150rem;
    }
    .proceso-card-quality{
        font-size: 2.3rem;
    }
    .proceso-card_text{
        font-size: 2.1rem;
    }
    .row2{
        margin: 4rem 1rem 0 3rem !important;
    }
    .row1{
        margin: 4rem 1rem 0 3rem !important;
    }
}

.embla1 {
    position: relative;
    top: 20rem;
    height: 10rem;
}
  
  .embla__viewport1 {
    height: 30rem;
    overflow: hidden;
}
  
  .embla__viewport1.is-draggable {
    cursor: move;
    cursor: grab;
}
  
  .embla__viewport1.is-dragging {
    cursor: grabbing;
}
  
  .embla__container1 {
    height: 30rem;
    display: flex;
    will-change: transform;
}
  
  .embla__slide1 {
    flex: 0 0 auto;
    position: relative;
    padding-left: 5rem;
    padding-right: 5rem;
    counter-increment: embla;
}
  
  .embla__slide__inner1 {
    background-color: transparent;
    position: relative;
    border-radius: 0.5rem;
    min-height: 200px;
    padding-bottom: 46%;
    font-size: 5rem;
}
  
  .embla__slide__inner1:before {
    color: transparent;
    font-weight: 300;
    line-height: 1;
    content: counter(embla);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
  
  .autoplay1 {
    margin-top: 40px;
    margin-left: 20px;
}
.title-error{
    margin-top: -5rem;
    position: relative;
    color: #F0285A;
    font-family: Roboto;
    font-style: normal;
    font-weight: bolder;
    font-size: 8rem;
    line-height: 90px;
    text-transform: uppercase;
}
.subtitle-error{
    margin-top: -8rem;
    position: relative;
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 4rem;
    line-height: 42px;
    color: #81358A;
}
.descr-error{
    margin-top: -8rem;
    position: relative;
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 20px;
    color: #81358A;
}
.link-volver{
    font-size: 1.6rem;
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    text-transform: uppercase;
    background-color: #81358a0a;
    color: #81358A;
    border: solid 1px #81358A;
    border-radius: 20px;
    padding: 20px 30px;
    position: relative;
}
.error-hero{
    display: flex;
    height: 90rem;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8rem;
}
.logoerrorpage{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.logocontenedor{
    width: 30rem;
}
.footer-copyright{
    top: 99%;
    left: 50%;
    transform: translate(-50%, -50%);
}
#footer{
    display: flex;
    width: 100%;
    height: 25rem;
    flex-shrink: 0;
    background: #81358A;
    justify-content: space-between;
}
.row1 {
    margin: 4rem 0 0 8rem;
}
.row2 {
    margin: 4rem 0 0 0;
}
.row4{
    margin: 10rem 30rem 0 0rem;
}
.content-section {
    display: flex;
    width: 100%;
    height: 20rem; 
    justify-content: space-between;
}
.footer-bottom-section {
    width: 100%;
}
.logo-footer{
    width: 20rem;
    margin-bottom: 2rem;
}
.footer-item-princ{
    color: #FFF;
    margin-bottom: 2rem;
    font-family: Roboto;
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.footer-item {
    margin-top: 1rem;
    color: #FFF;
    font-family: Roboto;
    font-size: 1.2rem;
    font-style: normal;
    font-weight: 400;
    line-height: 186.3%;
}
.row4 li{
    height: 20rem;
    width: 30rem;
    display: inline;
}

.footer-copyright{
    display: block;
    align-items: center;
    justify-content: center;
    left: 43%;
}
.footer-copyright-text{
    color: #FFF;
    font-family: Roboto;
    font-size: 1.3rem;
    font-style: normal;
    font-weight: 400;
    line-height: 190.6%;
}
.css-ahj2mt-MuiTypography-root {
    font-size: 2rem;
}
.css-hnc78o-MuiPaper-root-MuiAccordion-root{
    border-bottom: 1px solid #81358A;
    box-shadow: none;
}
.css-1qk4fwt-MuiPaper-root-MuiAccordion-root{
    margin-left: 5%;
    width: 90%;
    box-shadow: none;
    border-bottom: 1px solid #81358A;
}
.newsletter-hero{
    height: 150rem;
}
.newsletter-hero{
    background: url(./imagenes/BACKGROUND_2.svg);
    background-size: cover;
    background-position: 10% 35%;
    background-repeat: no-repeat;
    background-color: #fafafa;
    width: 100%;
    height: 100rem;
}
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
  }