.soluciones {
    background: #01465b;
    color: white;
    padding: 80px 100px;
    text-align: center;
    position: relative;
    clip-path: ellipse(100% 100% at center top);
}

.soluciones-header {
    max-width:550px;
    margin: 0 auto;
    text-align: center;
}

.soluciones-header img {
    width: 143px;
}

.soluciones-fondo {
    position: absolute;
    top: 270%;
    right: 0;
    width: 350px; 
    height: auto;
    z-index: 2;
}

.soluciones-fondo img {
    width: 100%;
}

.soluciones-header h2 {
    font-size: 32px;
    font-family: 'cocogoose Regular';
}

.soluciones-header p {
    font-size: 20px;
    text-align: center;
    margin: 20px 0;
    font-family: 'cocogoose light';
}

.linea {
    width: 500px;
    height: 2px;
    background: #59BBAA;
    margin: 10% auto;
}
.soluciones-grid {
    display: flex;
    justify-content: space-between;
    gap: 40px;
    width: 80%;
    margin: auto;
}

.soluciones-columna {
    display: flex;
    flex-direction: column;
    flex: 1;
    z-index: 4000;
}

.solucion{
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 4%;
    text-align: left;
}
.solucion1{
    display: flex;
    align-items: center;
    gap: 20px;
    padding-top: 12%;
    text-align: left;
}

.solucion img,
.solucion1 img {
    width: 80px;
    height: 80px;
}

.solucion h3,
.solucion1 h3 {
    font-size: 32px;
    font-family: 'Nexa-Bold', sans-serif;
    margin-bottom: 8px;
}

.solucion p,
.solucion1 p {
    font-family: 'Nexa', sans-serif;
    font-size: 20px;
    line-height: 1.5;
}

@media (max-width: 1300px) {
    .soluciones{
        padding-top: 20%;
        clip-path: ellipse(110% 100% at center top);
    }
    .soluciones-grid{
        display: flex;
        flex-direction: row;
        width: 100%;
    }
    .soluciones-header img {
        width: 100px;
    }
    .soluciones-header h2 {
        font-size: 26px;
    }
    .soluciones-header p {
        font-size: 18px;
    }
    .linea {
        width: 480px;
    }
    .solucion img,
    .solucion1 img {
        width: 60px;
        height: 60px;
    }
    
    .solucion h3,
    .solucion1 h3 {
        font-size: 23px;
    }
    
    .solucion p,
    .solucion1 p {
        font-family: 'cocogoose light';
        font-size: 16px;
        line-height: 1.5;
    }
    .soluciones-fondo {
        top: 220%;
        width: 260px; 
    }
    
    .soluciones-fondo img {
        width: 100%;
    }
}

@media (max-width: 1090px) {
    .soluciones {
        padding: 60px 80px;
        clip-path: ellipse(120% 100% at center top);
    }
    .soluciones-header h2 {
        font-size: 25px; 
    }
    .soluciones-header p {
        font-size: 15px; 
    }
    .linea {
        width: 400px;
    }
    .soluciones-grid {
        width: 100%;
        gap: 30px; 
    }
    .solucion h3,
    .solucion1 h3 {
        font-size: 25px;
    }
    .solucion p,
    .solucion1 p {
        font-size: 15px; 
    }
    .solucion img,
    .solucion1 img {
        width: 70px; 
        height: 70px;
    }
    .soluciones-fondo {
        position: absolute;
        top: 200%;
        right: 0;
        width: 260px; 
        height: auto;
        z-index: 1;
    }
}
@media (max-width: 768px) {
    .soluciones {
        padding: 15% 20px;
        clip-path: ellipse(130% 100% at center top);
    }

    .soluciones-header h2 {
        font-size: 22px; 
    }

    .soluciones-header p {
        font-size: 16px; 
    }

    .linea {
        width: 400px;
    }

    .soluciones-grid {
        width: 100%;
        gap: 10px; 
        padding: 0%;
        margin-bottom: 5% !important;
    }

    .solucion h3,
    .solucion1 h3 {
        font-size: 20px;
    }

    .solucion p,
    .solucion1 p {
        font-size: 13px; 
    }

    .solucion img,
    .solucion1 img {
        width: 60px; 
        height: 60px;
    }
    .soluciones-fondo {
        position: absolute;
        top: 170%;
        right: 0;
        width: 200px; 
        height: auto;
        z-index: 3000;
    }
}
@media screen and (max-width: 580px) and (orientation: portrait) {
    .soluciones{
        padding-top: 0%;
        clip-path: ellipse(155% 100% at center top);
    }
    .soluciones-grid{
        display: flex;
        flex-direction: column;
    }
    .soluciones-header img {
        width: 80px;
    }
    .soluciones-header h2 {
        font-size: 19px;
    }
    .soluciones-header p {
        font-size: 14px;
    }
    .linea {
        width: 350px;
    }
    .solucion,
    .solucion1 {
        padding: 4%;
    }

    .solucion img,
    .solucion1 img {
        width: 60px;
        height: 60px;
    }
    
    .solucion h3,
    .solucion1 h3 {
        font-size: 19px;
    }
    
    .solucion p,
    .solucion1 p {
        font-family: 'cocogoose light';
        font-size: 14px;
        line-height: 1.5;
    }
    .soluciones-fondo {
        /* position: absolute;
        top: 170%;
        right: 0;
        width: 200px; 
        height: auto;
        z-index: 3000; */
        display: none;
    }
}
