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 {
    min-height: 680px;
    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);
    background: rgb(59, 232, 176);
    background: -moz-linear-gradient(-90deg, rgba(59, 232, 176, 1) 0%, rgba(26, 175, 208, 1) 100%);
    background: -webkit-linear-gradient(-90deg, rgba(59, 232, 176, 1) 0%, rgba(26, 175, 208, 1) 100%);
    background: linear-gradient(-90deg, rgba(59, 232, 176, 1) 0%, rgba(26, 175, 208, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#3be8b0", endColorstr="#1aafd0", GradientType=1);
    min-height: clamp(500px, 50.4vw, 680px);
}

#intro .solution {
    padding: 50px 0 50px 60px;
    box-sizing: border-box;
    display: flex;
    width: 60%;
    flex-direction: column;
    align-items: flex-start;
}

#intro .solution h1 {
    font-weight: 700;
    line-height: 1.3em;
    font-size: clamp(1.4rem, 3.8vw, 1.9rem);
    color: #FFF;
    margin: 0 0 .5em 0;
    max-width: 450px;
}

#intro .solution h2 {
    font-weight: 700;
    font-size: clamp(2.2rem, 5.8vw, 4.4rem);
    color: #000;
    margin: 0 0 clamp(10px, 2.2vw, 15px) 0;
}

#intro .solution h3 {
    font-weight: 700;
    line-height: 1.3em;
    font-size: clamp(1.4rem, 3.8vw, 2.3rem);
    color: #FFF;
    margin: 0 0 .5em 0;
}

#intro .solution p {
    font-weight: 500;
    font-size: clamp(1.0rem, 4.0vw, 1.4rem);
    line-height: 1.4em;
    padding: 0;
    color: #000;
    margin-bottom: 1.5em;
    max-width: 520px;
}

#intro a {
    font-weight: 700;
    font-size: clamp(0.5rem, 5.4vw, 1.1rem);
    line-height: 1.3em;
    /* margin-bottom: 30px; */
    color: #FFF;
    transition: all .2s;
    border: 2px solid #FFF;
    padding: 7px 15px;
    display: inline-block;
    border-radius: 8px;
    transition: all .2s;
}

#intro a:hover {
    background-color: rgba(0, 0, 0, .2);
}

#intro .pageWidth {
    display: flex;
    justify-content: flex-end;
    position: relative;
    z-index: 1;
}

#intro .photo {
    width: 44%;
    position: absolute;
    top: 20px;
    bottom: 0;
    left: 0;
    z-index: 1;
}

#intro .photo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: 100% 100%;
}

#intro .misc {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url("intro_misc.svg");
    background-repeat: no-repeat;
    background-position: right 0;
    background-size: auto 100%;
    opacity: .15;
}

@media screen and (max-width: 1100px) {
    #intro .solution h1 {
        max-width: 100%;
    }

    #intro .solution p {
        max-width: 100%;
    }
}

@media screen and (max-width: 800px) {
    #intro {
        margin-top: 0px;
        flex-direction: column-reverse;
        min-height: auto;
    }

    #intro .misc {
        background-position: 20px 0;
    }

    #intro .photo {
        height: clamp(300px, 100vw, 400px);
        width: 100%;
        position: relative;
        top: 0;
        margin-top: 30px;
    }

    #intro .photo img {
        object-position: 50% 100%;
    }

    #intro .solution {
        display: block;
        width: 100%;
        padding: 60px 30px 0 30px;
    }
}

@media screen and (max-width: 600px) {
    #intro .solution {
        padding: 50px 20px 0 20px;
    }

    #intro .pageWidth {
        display: block;
        margin-bottom: 10px;
    }
}

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

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

    #intro .solution {
        padding: 40px 0 0 0;
    }

    #intro .solution .actions a {
        padding: 11px 18px;
    }
}

@media screen and (max-width: 380px) {
    #intro .pageWidth {
        display: block;
        margin-bottom: 20px;
    }
}



/* CLOUD ==================================================== */
#cloud {
    /*     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;
    position: relative;
    background-color: var(--gris-2);
}

#cloud .box {
    border: 2px solid #FFF;
    border: 2px solid var(--gris-5);
    background-color: #FFF;
    border-radius: 40px;
    margin-bottom: 40px;
    position: relative;
    color: #000;
}

#cloud .box .data {
    /* padding: 100px 40px 100px 40px; */
    padding: var(--paddingMedium) 20px;
    position: relative;
    z-index: 1;
    text-align: center;
}

#cloud .pageWidth .user {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left bottom;
    position: absolute;
    top: -30px;
    left: -30px;
    bottom: 0;
    width: 52%;
    z-index: 1;
}

.webp #cloud .pageWidth .user {
    background-image: url(cloud/user.webp);
}

.nowebp #cloud .pageWidth .user {
    background-image: url(cloud/user.png);
}

#cloud .pageWidth .misc {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left bottom;
    background-image: url(cloud/misc.svg);
    position: absolute;
    top: 0;
    left: -30px;
    bottom: 0;
    width: 52%;
    z-index: 0;
    opacity: .3;
}

#cloud .pageWidth .skyline {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left bottom;
    position: absolute;
    top: 0;
    left: 30px;
    bottom: 30px;
    width: 52%;
    z-index: 0;
}

.webp #cloud .pageWidth .skyline {
    background-image: url(skyline.webp);
}

.nowebp #cloud .pageWidth .skyline {
    background-image: url(skyline.png);
}

#cloud .pageWidth .data h2 {
    font-weight: 700;
    font-size: clamp(1.2rem, 3.8vw, 1.9rem);
    margin-bottom: 5px;
    text-transform: uppercase;
    color: var(--purpura-1);
}

#cloud .pageWidth .data h3 {
    font-weight: 400;
    font-size: clamp(1.6rem, 3.8vw, 2.8rem);
    margin: 0 auto;
    max-width: 700px;
}


#cloud .pageWidth ul {
    display: flex;
    font-weight: 200;
    font-size: 20px;
    color: #273347;
}

#cloud .pageWidth ul li {
    width: 20%;
    box-sizing: border-box;
    padding: 0px 15px 0 15px;
    position: relative;
}

#cloud .pageWidth ul li i {
    font-size: 40px;
    color: #FFF;
    color: var(--purpura-2);
    margin-bottom: 6px;
}

#cloud .pageWidth ul li h3 {
    font-weight: 700;
    font-size: 18px;
    line-height: 1.3em;
    padding: 0;
    margin: 0 0 5px 0;
    color: #FFF;
    color: #000;
    transition: all 0.4s;
}

#cloud .pageWidth .data h3 strong {
    font-weight: 700;
}

#cloud .pageWidth p {
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    padding: 0;
    margin: 0;
    color: #FFF;
    color: var(--gris-9);
}

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






@media screen and (max-width: 960px) {
#cloud .pageWidth .data h3 br {
        display: none;
    }
}

@media screen and (max-width: 860px) {
    #cloud .pageWidth ul {
        flex-wrap: wrap;
        margin: 0 auto;
    }

    #cloud .pageWidth h2 {
        font-size: 30px;
    }

    #cloud .pageWidth h2.cloud {
        font-size: 23px;
    }

    #cloud .pageWidth ul li {
        width: 33%;
        box-sizing: border-box;
        padding: 0px 15px 20px 15px;
        text-align: center;
    }
}

@media screen and (max-width: 800px) {
    #cloud .box .data {
        /* margin-left: 0%; */
        /* padding: 30px 20px 280px 20px; */
        position: relative;
        z-index: 1;
        text-align: center;
    }

    #cloud .pageWidth .user {
        background-position: center bottom;
        position: absolute;
        top: 160px;
        left: -30px;
        bottom: 0;
        width: 100%;
        z-index: 1;
    }

    #cloud .pageWidth .misc {
        background-position: center center;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        width: 90%;
        z-index: 0;
        opacity: .3;
    }

    #cloud .pageWidth .skyline {
        background-position: center bottom;
        background-size: 80%;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 30px;
        width: 100%;
        z-index: 0;
    }
}

@media screen and (max-width: 700px) {
    #cloud .pageWidth .user {
        top: 180px;
    }

    #cloud .pageWidth .misc {
        background-size: cover;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        width: 90%;
        z-index: 0;
        opacity: .3;
    }
}

@media screen and (max-width: 600px) {
    #cloud .pageWidth ul li {
        width: 50%;
    }

    #cloud .pageWidth .user {
        top: 220px;
    }

    #cloud .pageWidth .misc {
        background-size: cover;
        width: 100%;
        border-radius: 40px;
        overflow: hidden;
    }
}

@media screen and (max-width: 450px) {
    #cloud .pageWidth ul li {
        width: 100%;
    }

    #cloud .pageWidth .user {
        top: 280px;
    }
}

/* ADVANTAGE =============================================================== */
#advantage {
    background-color: #FFFFFF;
    padding: var(--paddingMedium) 0;
    position: relative;
}

#advantage .wrapper {
    position: relative;
    min-height: 492px;
    display: flex;
    align-items: center;
    overflow-x: hidden;
    z-index: 1;
}

#advantage .wrapper p {
    width: 50%;
    font-size: 21px;
    line-height: 34px;
    font-weight: 300;
    box-sizing: border-box;
    padding-right: 30px;
}

#advantage h2 {
    color: var(--verde-1);
    font-weight: 700;
    font-size: 43px;
    font-size: clamp(1.6rem, 3.8vw, 2.8rem);
    margin-bottom: 1.2em;
    text-align: center;
}

#advantage h3 {
    width: 50%;
    font-weight: 400;
    font-size: 27px;
    line-height: 34px;
    margin-bottom: 20px;
    margin-top: 0;
}

#advantage .photo.notebook {
    background: url(notebook.png) no-repeat center center;
    background-size: auto 100%;
    display: block;
    position: absolute;
    right: auto;
    left: auto;
    width: 100%;
    top: 0;
    bottom: 0;
    height: 492px;
}

#advantage .photo.tablet {
    background: url(tablet.png) no-repeat center center;
    background-size: auto 100%;
    display: block;
    position: absolute;
    right: auto;
    left: auto;
    width: 100%;
    top: 0;
    bottom: 0;
    height: 492px;
}

#advantage .pageWidth div ul {
    width: 50%;
}

#advantage .pageWidth div ul li {
    margin-top: 40px;
    font-size: 20px;
    font-weight: 300;
    color: #1b2432;
}

#advantage .pageWidth div ul li strong {
    margin-bottom: 7px;
    display: inline-block;
    font-size: 24px;
    font-weight: 400;
}

#advantage .pageWidth div ul li:first-child {
    margin-top: 0;
}

@media screen and (max-width: 1010px) {
    #advantage h2 br {
        display: none;
    }
}

@media screen and (max-width: 950px) {
    #advantage .pageWidth div .photo {
        width: 50%;
        margin-right: 40px;
        box-sizing: border-box;
    }
}

@media screen and (max-width: 800px) {
    #advantage .texture {
        width: 50%;
    }

    #advantage .wrapper {
        position: relative;
        min-height: auto;
        display: block;
        align-items: center;
        height: 350px;
    }

    #advantage h3 {
        width: 100%;
    }

    #advantage .wrapper p {
        width: 100%;
    }

    #advantage .photo.notebook {
        right: auto;
        left: auto;
        width: 100%;
        height: 350px;
        background-position-x: center;
        background-size: contain;
    }

    #advantage .photo.tablet {
        right: auto;
        left: auto;
        width: 100%;
        height: 350px;
        background-position-x: center;
        background-size: contain;
    }

    #advantage .wrapper .pageWidth {
        padding-top: 392px;
    }
}

@media screen and (max-width: 640px) {
    #advantage .pageWidth div {
        flex-direction: column;
    }
}

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

    #advantage .wrapper,
    #advantage .photo.notebook,
    #advantage .photo.tablet {
        height: 220px;
    }

    #advantage .wrapper .pageWidth {
        padding-top: 240px;
    }
}

@media screen and (max-width: 450px) {
    #advantage .pageWidth {
        padding: 0 20px;
    }

    #advantage h3 {
        font-size: 21px;
        line-height: 30px;
    }

    #advantage .wrapper p {
        font-size: 17px;
        line-height: 26px;
    }
}


/* ADVICE =============================================================== */
#advice {
    /* min-height: 680px; */
    display: flex;
    justify-content: flex-end;
    position: relative;
    padding-top: var(--paddingMedium);
}

#advice .solution {
    padding: 50px 0 100px 30px;
    font-weight: 300;
    box-sizing: border-box;
    display: flex;
    width: 50%;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    color: #2b3346;
}

#advice .solution h2 {
    font-weight: 300;
    font-size: 60px;
    color: #273347;
    margin-bottom: 15px;
}

#advice h3 {
    font-weight: 700;
    font-size: clamp(1.55rem, 4.5vw, 2.5rem);
    line-height: 1.2em;
    margin: 0 0 .6em 0;
    color: var(--purpura-1);
}

#advice .solution p {
    font-weight: 500;
    font-size: clamp(1.0rem, 4.0vw, 1.2rem);
    line-height: 1.4em;
    margin-bottom: 1.4em;
}

#advice .solution p strong {
    /*     color: #02CEFF; */
    font-weight: 700;
}

#advice .solution .actions a {
    font-size: 20px;
    color: #FFFFFF;
    margin: 0 auto;
    display: flex;
    align-items: center;
    padding: 12px 25px;
    border-radius: 6px;
    transition: all 0.2s;
    font-weight: 700;
    transition: all .2s;
    background: rgb(255, 203, 0);
    background: -moz-linear-gradient(270deg, rgba(255, 203, 0, 1) 0%, rgba(246, 147, 0, 1) 50%, rgba(255, 109, 139, 1) 100%);
    background: -webkit-linear-gradient(270deg, rgba(255, 203, 0, 1) 0%, rgba(246, 147, 0, 1) 50%, rgba(255, 109, 139, 1) 100%);
    background: linear-gradient(270deg, rgba(255, 203, 0, 1) 0%, rgba(246, 147, 0, 1) 50%, rgba(255, 109, 139, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffcb00", endColorstr="#ff6d8b", GradientType=1);
}


#advice .solution .actions a:hover {
    background: rgb(228, 182, 0);
    background: -moz-linear-gradient(270deg, rgba(228, 182, 0, 1) 0%, rgba(232, 139, 0, 1) 50%, rgba(223, 96, 122, 1) 100%);
    background: -webkit-linear-gradient(270deg, rgba(228, 182, 0, 1) 0%, rgba(232, 139, 0, 1) 50%, rgba(223, 96, 122, 1) 100%);
    background: linear-gradient(270deg, rgba(228, 182, 0, 1) 0%, rgba(232, 139, 0, 1) 50%, rgba(223, 96, 122, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e4b600", endColorstr="#df607a", GradientType=1);
}




#advice .pageWidth .wrapper {
    display: flex;
    justify-content: flex-end;
    position: relative;
    z-index: 1;
    /* margin:  unset; */
}

#advice .photo {
    width: 50%;
    background: url(advice.png) no-repeat center bottom;
    background-size: contain;
}

#advice .pageWidth a.contact {
    position: absolute;
    right: 10px;
    bottom: -31px;
    z-index: 10;
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg version='1.2' baseProfile='tiny' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50 44'%3E%3Cpath fill='%23FC636B' d='M49 20.5C49 31.3 38.3 40 25 40c-3.6 0-7-.7-10.1-1.8C12.6 40 8 43 1.8 43c-.3 0-.6-.2-.7-.5s-.1-.5.1-.8c0 0 4-4.3 5.1-9C3 29.4 1 25.2 1 20.5 1 9.7 11.7 1 25 1s24 8.7 24 19.5z'/%3E%3Cpath fill='%23FFF' d='M16 20.5c0-1.7-1.3-3-3-3s-3 1.3-3 3 1.3 3 3 3 3-1.3 3-3zm12 0c0-1.7-1.3-3-3-3s-3 1.3-3 3 1.3 3 3 3 3-1.3 3-3zm12 0c0-1.7-1.3-3-3-3s-3 1.3-3 3 1.3 3 3 3 3-1.3 3-3z'/%3E%3Cpath fill='%23FD9A00' d='M1.8 44c-.7 0-1.3-.4-1.6-1.1-.3-.6-.2-1.3.3-1.9 0 0 3.5-3.8 4.7-8C1.9 29.5 0 25 0 20.5 0 9.2 11.2 0 25 0s25 9.2 25 20.5S38.8 41 25 41c-3.4 0-6.7-.6-9.9-1.7C12.6 41.2 7.9 44 1.8 44zM25 2C12.3 2 2 10.3 2 20.5c0 4.2 1.7 8.2 5.1 11.5l.4.4-.2.6c-1 4.1-3.9 7.8-5 9 5.6-.2 9.9-2.9 12-4.6l.4-.4.5.2c3.1 1.2 6.4 1.8 9.7 1.8 12.7 0 23-8.3 23-18.5S37.7 2 25 2zm12 22.5c-2.2 0-4-1.8-4-4s1.8-4 4-4 4 1.8 4 4-1.8 4-4 4zm0-6c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm-12 6c-2.2 0-4-1.8-4-4s1.8-4 4-4 4 1.8 4 4-1.8 4-4 4zm0-6c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm-12 6c-2.2 0-4-1.8-4-4s1.8-4 4-4 4 1.8 4 4-1.8 4-4 4zm0-6c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2z'/%3E%3C/svg%3E");
    background-position: 0 0;
    width: 68px;
    height: 62px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

#advice .pageWidth a.contact:hover {
    background-image: url("data:image/svg+xml,%3Csvg version='1.2' baseProfile='tiny' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50 44'%3E%3Cpath fill='%23e04d55' d='M49 20.5C49 31.3 38.3 40 25 40c-3.6 0-7-.7-10.1-1.8C12.6 40 8 43 1.8 43c-.3 0-.6-.2-.7-.5s-.1-.5.1-.8c0 0 4-4.3 5.1-9C3 29.4 1 25.2 1 20.5 1 9.7 11.7 1 25 1s24 8.7 24 19.5z'/%3E%3Cpath fill='%23FFF' d='M16 20.5c0-1.7-1.3-3-3-3s-3 1.3-3 3 1.3 3 3 3 3-1.3 3-3zm12 0c0-1.7-1.3-3-3-3s-3 1.3-3 3 1.3 3 3 3 3-1.3 3-3zm12 0c0-1.7-1.3-3-3-3s-3 1.3-3 3 1.3 3 3 3 3-1.3 3-3z'/%3E%3Cpath fill='%23FD9A00' d='M1.8 44c-.7 0-1.3-.4-1.6-1.1-.3-.6-.2-1.3.3-1.9 0 0 3.5-3.8 4.7-8C1.9 29.5 0 25 0 20.5 0 9.2 11.2 0 25 0s25 9.2 25 20.5S38.8 41 25 41c-3.4 0-6.7-.6-9.9-1.7C12.6 41.2 7.9 44 1.8 44zM25 2C12.3 2 2 10.3 2 20.5c0 4.2 1.7 8.2 5.1 11.5l.4.4-.2.6c-1 4.1-3.9 7.8-5 9 5.6-.2 9.9-2.9 12-4.6l.4-.4.5.2c3.1 1.2 6.4 1.8 9.7 1.8 12.7 0 23-8.3 23-18.5S37.7 2 25 2zm12 22.5c-2.2 0-4-1.8-4-4s1.8-4 4-4 4 1.8 4 4-1.8 4-4 4zm0-6c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm-12 6c-2.2 0-4-1.8-4-4s1.8-4 4-4 4 1.8 4 4-1.8 4-4 4zm0-6c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm-12 6c-2.2 0-4-1.8-4-4s1.8-4 4-4 4 1.8 4 4-1.8 4-4 4zm0-6c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2z'/%3E%3C/svg%3E");
    background-position: 0 0;
}

@media screen and (max-width: 1000px) {
    #advice .pageWidth .wrapper {
        flex-direction: column-reverse;
    }

    #advice .solution {
        width: 100%;
        padding: 50px 0 30px 0;
    }

    #advice .photo {
        width: 100%;
        height: 410px;
    }
}

@media screen and (max-width: 650px) {
    #advice .solution {
        padding-top: 0;
    }
}



/* SCREENSHOT =======================================================================  */
#screenshot {
    position: relative;
    margin-top: 0;
    background-color: var(--gris-2);
    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);
}

#screenshot .wrapper {
    padding: var(--paddingMedium) 0;
}

#screenshot .pageWidth {
    align-items: center;
    /* color: #eff0f1; */
    text-align: center;
    z-index: 1;
}

#screenshot h2 {
    color: #000;
    font-weight: 700;
    font-size: 43px;
    font-size: clamp(1.6rem, 3.8vw, 2.8rem);
    margin-bottom: 0.8em;
    text-align: center;
}

#screenshot h3 {
    font-weight: 300;
    font-size: 21px;
    text-transform: uppercase;
    margin: 0 0 10px 0;
    /* color: #ffd200; */
    color: #FFFFFF;
    color: #CDCFD7;
}

#screenshot p {
    font-weight: 500;
    font-size: clamp(1.0rem, 4.0vw, 1.4rem);
    line-height: 1.4em;
    max-width: 870px;
    margin: 0 auto 0 auto;
    color: #000;
    /* text-align: left; */
}

#screenshot p strong {
    font-weight: 700;
}

#screenshot .photo {
    max-width: 900px;
    height: 402px;
    margin: 0 auto 40px auto;
    background: url(screenshot.jpg) no-repeat center 0;
    background-size: contain;
    position: relative;
}

@media screen and (max-width: 900px) {
    #screenshot .photo {
        margin: 0 20px 60px auto;
        margin-top: 60px;
    }
}

@media screen and (max-width: 850px) {
    #screenshot p {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
    }
}

@media screen and (max-width: 600px) {
    #screenshot .photo {
        margin: 0 20px;
        height: 320px;
        background-position-y: center;
    }
}

@media screen and (max-width: 550px) {
    #screenshot h3 {
        font-size: 23px;
    }
}

@media screen and (max-width: 450px) {
    #screenshot .photo {
        margin: 0 20px;
        height: 362px;
    }

    #screenshot h3 {
        font-size: 18px;
    }
}

@media screen and (max-width: 380px) {
    #screenshot .photo {
        height: 339px;
    }
}

/* HERRAMIENTAS =======================================================================  */
#tools {
    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;
}

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

#tools .box {
    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;
}

#tools .box p {
    font-weight: 500;
    font-size: clamp(1.0rem, 4.0vw, 1.2rem);
    line-height: 1.4em;
    color: var(--gris-9);
}

#tools .box h3 {
    font-weight: 700;
    font-size: clamp(1.55rem, 4.5vw, 2.2rem);
    line-height: 1.2em;
    color: #000;
    margin: 0.5em auto;
    text-align: center;
}