/* SOLUTIONS =================================== */
#solutions {
    background-color: #1B2432;
    padding: var(--paddingMedium) 0;
    position: relative;
    display: flex;
    flex-direction: column;
}

#solutions.gray {
    background-color: #f8f8f9;
}

#solutions .pageWidth {
    text-align: center;
    z-index: 1;
}

#solutions .texture {
    height: clamp(100px, 25vw, 225px);
    background: url("texture_go_top_center_full.svg") no-repeat center top;
    width: calc(100% - 20px);
    z-index: 0;
    margin: 0 auto 30px auto;
}

#solutions .pageWidth h2 {
    font-weight: 700;
    font-size: 47px;
    font-size: clamp(1.9rem, 4.5vw, 2.8rem);
    color: #FFF;
    margin: 0 0 2em 0px;
}

#solutions .pageWidth h2 strong {
    font-weight: 700;
    color: #FFF;
}

#solutions .pageWidth ul {
    display: flex;
    flex-wrap: wrap;
}

#solutions .pageWidth ul li {
    width: 25%;
    margin-bottom: 30px;
    text-align: center;
}

#solutions .pageWidth ul li i {
    font-size: 80px;
    color: var(--negro);
    background-color: #fff;
    border-radius: 50%;
    transition: all 0.2s;
    width: 120px;
    height: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 10px auto;
}

#solutions .pageWidth ul li:nth-child(1) i, #solutions .pageWidth ul li:nth-child(3) i, #solutions .pageWidth ul li:nth-child(6) i, #solutions .pageWidth ul li:nth-child(8) i {
    background: rgb(2,199,255);
    background: -moz-linear-gradient(90deg, rgba(2,199,255,1) 0%, rgba(59,240,202,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(2,199,255,1) 0%, rgba(59,240,202,1) 100%);
    background: linear-gradient(90deg, rgba(2,199,255,1) 0%, rgba(59,240,202,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#02c7ff",endColorstr="#3bf0ca",GradientType=1);
}

#solutions .pageWidth ul li:nth-child(2) i, #solutions .pageWidth ul li:nth-child(4) i, #solutions .pageWidth ul li:nth-child(5) i, #solutions .pageWidth ul li:nth-child(7) i {
    background: rgb(255,203,0);
    background: -moz-linear-gradient(90deg, rgba(255,203,0,1) 0%, rgba(246,147,0,1) 50%, rgba(255,109,139,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(255,203,0,1) 0%, rgba(246,147,0,1) 50%, rgba(255,109,139,1) 100%);
    background: linear-gradient(90deg, 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);
}

#solutions .pageWidth ul li:hover i {
    color: #FFF;
}

#solutions .pageWidth ul li h4 {
    font-weight: 600;
    font-size: 22px;
    color: #FFF;
    margin: 0 0 6px 0px;
    text-transform: uppercase;
}

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

@media screen and (max-width: 910px) {
    #solutions .pageWidth ul li {
        width: 33%;
    }

    #solutions .pageWidth ul li:nth-child(1) i, #solutions .pageWidth ul li:nth-child(3) i, #solutions .pageWidth ul li:nth-child(5) i, #solutions .pageWidth ul li:nth-child(7) i {
        background: rgb(2,199,255);
        background: -moz-linear-gradient(90deg, rgba(2,199,255,1) 0%, rgba(59,240,202,1) 100%);
        background: -webkit-linear-gradient(90deg, rgba(2,199,255,1) 0%, rgba(59,240,202,1) 100%);
        background: linear-gradient(90deg, rgba(2,199,255,1) 0%, rgba(59,240,202,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#02c7ff",endColorstr="#3bf0ca",GradientType=1);
    }

    #solutions .pageWidth ul li:nth-child(2) i, #solutions .pageWidth ul li:nth-child(4) i, #solutions .pageWidth ul li:nth-child(6) i, #solutions .pageWidth ul li:nth-child(8) i {
        background: rgb(255,203,0);
        background: -moz-linear-gradient(90deg, rgba(255,203,0,1) 0%, rgba(246,147,0,1) 50%, rgba(255,109,139,1) 100%);
        background: -webkit-linear-gradient(90deg, rgba(255,203,0,1) 0%, rgba(246,147,0,1) 50%, rgba(255,109,139,1) 100%);
        background: linear-gradient(90deg, 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);
    }
}

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

    #solutions .pageWidth h2 br {
        display: none;
    }

        #solutions .pageWidth ul li:nth-child(1) i, #solutions .pageWidth ul li:nth-child(4) i, #solutions .pageWidth ul li:nth-child(5) i, #solutions .pageWidth ul li:nth-child(8) i {
        background: rgb(2,199,255);
        background: -moz-linear-gradient(90deg, rgba(2,199,255,1) 0%, rgba(59,240,202,1) 100%);
        background: -webkit-linear-gradient(90deg, rgba(2,199,255,1) 0%, rgba(59,240,202,1) 100%);
        background: linear-gradient(90deg, rgba(2,199,255,1) 0%, rgba(59,240,202,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#02c7ff",endColorstr="#3bf0ca",GradientType=1);
    }

    #solutions .pageWidth ul li:nth-child(2) i, #solutions .pageWidth ul li:nth-child(3) i, #solutions .pageWidth ul li:nth-child(6) i, #solutions .pageWidth ul li:nth-child(7) i {
        background: rgb(255,203,0);
        background: -moz-linear-gradient(90deg, rgba(255,203,0,1) 0%, rgba(246,147,0,1) 50%, rgba(255,109,139,1) 100%);
        background: -webkit-linear-gradient(90deg, rgba(255,203,0,1) 0%, rgba(246,147,0,1) 50%, rgba(255,109,139,1) 100%);
        background: linear-gradient(90deg, 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);
    }
}

@media screen and (max-width: 600px) {
    #solutions .pageWidth ul li h4 {
        font-size: 18px;
    }
}

@media screen and (max-width: 440px) {
    #solutions .pageWidth ul li h4 {
        font-size: 16px;
    }

    #solutions .pageWidth h2 {
        font-size: 33px;
    }

    #solutions .pageWidth ul li i {
        font-size: 60px;
        width: 90px;
        height: 90px;
    }
}
