body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}

@media screen and (max-width: 1100px) {
    .pageWidth {
        padding: 0 10px;
    }
}

/* INTRO =============================================================== */
#intro {
    display: flex;
    justify-content: flex-end;
    margin-top: 89px;
    position: relative;
    background: rgb(154, 119, 255);
    background: -moz-linear-gradient(90deg, rgba(154, 119, 255, 1) 0%, rgba(2, 199, 255, 1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(154, 119, 255, 1) 0%, rgba(2, 199, 255, 1) 100%);
    background: linear-gradient(90deg, rgba(154, 119, 255, 1) 0%, rgba(2, 199, 255, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#9a77ff",endColorstr="#02c7ff",GradientType=1);
    padding: var(--paddingMedium) 0;
}

#intro .texture {
    background: url("../../site/resources/texture_go_bottom_left_black.svg") no-repeat left bottom;
    width: 44%;
    top: 20px;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    z-index: 0;
    opacity: 0.15;
}

#intro .solution {
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: clamp(20px, 5vw, 50px);
}

#intro .solution img {
    width: 156px;
    width: clamp(96px, 20vw, 156px);
    height: auto;
}

#intro .solution h1 {
    font-weight: 700;
    font-size: clamp(2.4rem, 5.7vw, 4.8rem);
    line-height: 1.2em;
    color: #000;
    margin-left: 30px;
}

#intro .description {
    margin: 0 auto;
    max-width: 800px;
    text-align: center;
}

#intro .description p {
    font-weight: 500;
    line-height: 1.2em;
    font-size: clamp(1.1rem, 3vw, 1.6rem);
    margin: 0 0 1.2em 0;
    color: #fff;
}

#intro .description p:last-of-type {
    margin-bottom: 0;
}

#intro .pageWidth {
    position: relative;
    z-index: 1;
}

/* Responsive - - - - - - - - - - - - - - - - - - - - - - */
@media screen and (max-width: 800px) {
    #intro {
        margin-top: 0px;
    }

    #intro .texture {
        width: 66%;
        min-width: 300px;
    }
}

@media screen and (max-width: 400px) {
    #intro .solution {
        flex-direction: column;
    }

    #intro .solution h1 {
        margin-left: 0;
    }
}

/* APPS ======================================*/
#apps {
    background: rgb(255, 255, 255);
    background: -moz-radial-gradient(circle, rgba(255, 255, 255, 1) 0%, rgba(215, 215, 215, 1) 100%);
    background: -webkit-radial-gradient(circle, rgba(255, 255, 255, 1) 0%, rgba(215, 215, 215, 1) 100%);
    background: radial-gradient(circle, rgba(255, 255, 255, 1) 0%, rgba(215, 215, 215, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#d7d7d7",GradientType=1);
    padding: var(--paddingMedium) 0;
}

#apps h2 {
    font-weight: 700;
    font-size: clamp(1.7rem, 4.5vw, 2.8rem);
    color: var(--negro);
    text-align: center;
    max-width: 800px;
    margin: 0 auto 1.4em auto;
}

/* Fix para posición en header fixed */
#apps ul.appList > div {
    padding-top: 120px;
    margin-top: -120px;
}

#apps ul.appList .iconWrapper img:nth-child(1) {
    margin-right: 20px;
}

#apps ul.appList > li, #apps ul.appList > div > li {
    background-color: #fff;
    box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.1);
    padding: 40px var(--paddingMedium);
    border-radius: 20px;
    margin-bottom: 40px;
    display: flex;
    align-items: center;
    flex-direction: column;
    position: relative;
}

#apps ul.appList li li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 0.4em;
}

#apps ul.appList li li i {
    position: absolute;
    top: 4px;
    left: 0;
    color: var(--purpura-2);
}

#apps #deals ul {
    margin-bottom: 20px;
}

#apps img {
    width: 156px;
    width: clamp(60px, 20vw, 86px);
    height: auto;
    /* margin-right: 20px; */
}

#apps p, #apps ul li {
    font-weight: 500;
    font-size: clamp(1rem, 4vw, 1.2rem);
    line-height: 1.4em;
    color: #49505b;
}

#apps p.note {
    font-size: clamp(0.5rem, 3vw, 0.9rem);
    line-height: 1.4em;
    color: #676d76;
    margin: 2em 0 0 0;
}

#apps h3 {
    font-weight: 700;
    font-size: clamp(1.55rem, 4.5vw, 2.2rem);
    color: var(--negro);
    margin: 0.65em auto 0.5em auto;
    margin: 0.5em auto;
    line-height: 1.2em;
    text-align: center;
}

#apps #tiendanube .stamp img {
    position: absolute;
    top: 1.8em;
    right: 1.8em;
    width: 120px;
    transform: rotate(10deg);
}

@media screen and (max-width: 550px) {
    #apps #tiendanube .stamp img {
        top: 2.8em;
        right: 1em;
        width: 90px;
    }
}

@media screen and (max-width: 360px) {
    #apps #tiendanube .stamp img {
        top: 2.8em;
        right: .8em;
        width: 80px;
    }
}

#apps p {
    margin-bottom: 1.4em;
}

#apps p.highlight {
    font-weight: 700;
    font-size: clamp(1rem, 4vw, 1.37rem);
    line-height: 1.4em;
    text-align: center;
    color: #49505b;
}

#apps p strong, #apps p.note strong {
    color: var(--azul-3);
}

#apps h4 {
    font-weight: 700;
    font-size: clamp(1.2rem, 4.5vw, 1.4rem);
    color: var(--purpura-1);
    margin-bottom: 0.5em;
    line-height: 1.2em;
}

#apps .wrapper {
    flex: 1;
    height: 0;
    position: relative;
    padding-bottom: 56.5%;
    margin-bottom: 20px;
    height: 0;
    width: 100%;
    border-radius: calc(var(--radiusV) * 0.3);
    overflow: hidden;
}

#apps .wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent !important;
}

#apps .note {
    flex: 1;
}

#apps .note p {
    /* background-color: var(--purpura-5); */
    /* padding: 30px; */
    /*     text-align: center; */
    font-weight: 700;
    font-size: 23px;
    line-height: 1.3em;
    color: var(--purpura-2);
    color: var(--verde-1);
    color: var(--negro);
    /* border-radius: 10px; */
    margin-bottom: 10px;
}

#apps .note span {
    font-weight: 500;
    display: block;
    font-size: 12px;
    line-height: 1.4em;
    margin-bottom: 10px;
    color: var(--gris-8);
}

#apps .download {
    display: flex;
    padding: 10px;
    background-color: var(--gris-3);
    background-color: var(--purpura-5);
    background-color: var(--verde-5);
    margin-bottom: 40px;
    border-radius: 10px;
    /* justify-content: flex-start; */
    align-items: flex-start;
}

#apps .download a {
    font-size: clamp(1.2rem, 5.8vw, 1.3rem);
    font-weight: 700;
    line-height: 1.2em;
    flex: 1;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.4em;
    color: var(--gris-8);
    margin: 0 auto 0.5em auto;
    max-width: 860px;
    text-align: center;
    text-transform: uppercase;
    display: inline-block;
}

#apps .download picture {
    display: flex;
    align-items: flex-start;
    background: #fff;
    padding: 5px;
    margin-right: 13px;
    /* height: 0; */
    /* padding-top: 100%; */
}

#apps .pageWidth > ul > li .download img {
    max-width: 150px;
    /* height: auto; */
    width: 100%;
    margin: 0;
}

#apps #portalDeAutogestion ul:first-of-type {
    margin-bottom: 60px;
}

#apps ul.appList #finnappAgro li {
    padding-bottom: 0;
}

#apps .finnappContent {
    /* margin-top: 20px; */
}

#apps .finnappContent .download img {
    max-width: 150px;
    /* height: auto; */
    width: 100%;
    margin: 0;
}

#apps .finnappContent .finnAppWrapper {
    display: flex;
    font-size: 18px;
    line-height: 1.8em;
}

#apps .finnappContent .finnAppWrapper > div {
    flex: 1;
    margin-right: 0px;
    padding-right: 20px;
}

#apps .finnappContent .finnAppWrapper .phone {
    width: 350px;
    height: 410px;
    flex: initial;
    height: auto;
    background-image: url(app_in_phone.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right bottom;
}

#apps .finnappContent .finnAppWrapper ul {
    margin-bottom: 2em;
}

#tools .finnappContent .finnAppWrapper h4 {
    color: var(--negro);
}

#apps .finnappContent .finnAppWrapper ul li {
    font-weight: 500;
    display: flex;
    align-items: flex-start;
}

#apps .finnappContent .finnAppWrapper i {
    margin-right: 4px;
    margin-top: 1px;
}

/* Responsive - - - - - - - - - - - - - - - - - - - - - - */
/* Eliminación de fix para posición en header fixed */
@media screen and (max-width: 1000px) {
    #apps .finnappContent .finnAppWrapper {
        flex-direction: column;
    }

    #apps .finnappContent .finnAppWrapper > div {
    padding-right: 0;
}

    #apps .finnappContent .finnAppWrapper .phone {
        margin: 30px auto 0;
        height: 410px;
    }
}

@media screen and (max-width: 750px) {
    #apps ul.appList > div {
        padding-top: 20px;
        margin-top: -20px;
    }
}

@media screen and (max-width: 750px) {
    #apps ul.appList > div li {
        flex-direction: column;
    }
}

@media screen and (max-width: 500px) {
    #apps .finnappContent .download {
        flex-direction: column;
    }

    #apps .finnappContent .download picture {
        margin-bottom: 20px;
        margin-right: 0;
    }
}

@media screen and (max-width: 450px) {
    #apps ul.appList > div > li {
        padding: 40px 20px;
    }
        #apps .finnappContent .finnAppWrapper .phone {
        margin: 30px auto 0;
        height: 300px;
        width: 100%;
    }
}
