#solution-section-one-mod {
    margin-top: 170px; /* Espacio para evitar interferencia con el navbar */
}

#solution-section-one-mod h3 {
    font-size: 39px;
    color: #FFA500;
    margin-bottom: 20px;
    font-weight: bold;
}

#solution-section-one-mod .resaltado {
    background-color: #ffc107;
    padding: 0 10px;
}

#solution-section-one-mod span {
    font-size: 18px;
    margin-bottom: 20px;
    display: block;
    color: #0096a3;
}

#solution-section-one-mod .btn2 {
    background-color: #FFA500;
    color: #FFFFFF;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
    border: 2px solid #ffd000;
}

#solution-section-one-mod .btn1 {
    color: #000000;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
    background-color: #f3f3f3;
    color: #00A4A7;
    border: 2px solid #0096a3;
}

#solution-section-one-mod .btn2:hover {
    background-color: #ffffff;
    color: #ff8800;
    border: 2px solid #ff8800;
}

#solution-section-one-mod .btn1:hover {
    border: 2px solid #0096a3;
    background-color: #0096a3;
    color: #FFFFFF;
}

#solution-section-one-mod .img-fluid {
    max-width: 100%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 768px) {
    #solution-section-one-mod .img-fluid {
        margin-top: 20px;
    }
}



/*Section 2*/

#solution-section-two {
    margin-top: 60px;
    background-color: #f3f3f3;
    padding: 40px 20px;
}

.solution-two-text h2 {
    font-size: 32px;
    color: #FFA500;
    font-weight: bold;
}

.solution-two-text p {
    font-size: 18px;
    color: #0096a3;
    margin-top: 20px;
}

.solution-two-text .btn.logo {
    background-color: #00A4A7;
    border: none;
    font-size: 13px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    text-align: center;
}

.solution-two-text .btn.logo img {
    max-height: 30px;
    margin-right: 3px;
}

.solution-two-text .btn.logo:hover {
    background-color: #008688;
    color: #fff;
}

.solution-advantages h4 {
    font-size: 24px;
    color: #FFA500;
    font-weight: bold;
    margin-top: 40px;
}

.solution-advantages ul {
    list-style-type: none;
    padding: 0;
    margin-top: 20px;
}

.solution-advantages ul li {
    font-size: 16px;
    color: #00A4A7;
    margin-bottom: 10px;
    padding-left: 20px;
    position: relative;
}

.solution-advantages ul li::before {
    content: "\2022";
    color: #FFA500;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

@media (max-width: 768px) {
    #solution-section-two {
        padding: 20px 10px;
    }

    .solution-two-text h2 {
        font-size: 28px;
    }

    .solution-two-text p {
        font-size: 16px;
    }

    .solution-two-text .btn.logo {
        font-size: 14px;

    }

    .solution-advantages h4 {
        font-size: 20px;
    }

    .solution-advantages ul li {
        font-size: 14px;
    }
}


/*section 3*/

#optimization-section {
    margin-top: 60px;
    background-color: #f3f3f3;
    padding: 40px 20px;
}

#optimization-section img {
    max-width: 100%;
    height: auto;
}

#optimization-section h2 {
    font-size: 32px;
    color: #FFA500;
    font-weight: bold;
}

#optimization-section p {
    font-size: 18px;
    color: #00A4A7;
    margin-top: 20px;
}

@media (max-width: 768px) {
    #optimization-section {
        padding: 20px 10px;
    }

    #optimization-section h2 {
        font-size: 28px;
    }

    #optimization-section p {
        font-size: 16px;
    }
}

/*Section 4*/

#solution-features-section {
    margin-top: 60px;
    background-color: #f3f3f3;
    padding: 40px 20px 0px 0px;
}

#solution-features-section h2 {
    font-size: 32px;
    color: #FFA500;
    font-weight: bold;
}

#solution-features-section .solution-feature-icon {
    width: 60px;
    height: 60px;
}

#solution-features-section h4 {

color:#FFA500;

}

#solution-features-section p {

    color:#00A4A7;

    }


#solution-features-section .solution-feature-title {
    font-size: 24px;
    color: #FFA500;
    font-weight: bold;
}

#solution-features-section .solution-feature-description {
    font-size: 16px;
    color: #00A4A7;
}

@media (max-width: 768px) {
    #solution-features-section {
        padding: 20px 10px;
    }

    #solution-features-section h2 {
        font-size: 28px;
    }

    #solution-features-section .solution-feature-title {
        font-size: 20px;
    }

    #solution-features-section .solution-feature-description {
        font-size: 14px;
    }

    #solution-features-section .solution-feature-icon {
        width: 40px;
        height: 40px;
    }
}

/*Section Video Solutions*/

.solution-video-section {
    background-color: #00A4A7;
    color: #ffffff;
    padding: 40px 20px;
}

.solution-title {
    font-size: 2.5rem;
    font-weight: bold;
    margin-bottom: 10px;
    color: #ffa000;
}

.solution-subtitle {
    font-size: 1.2rem;
    margin-bottom: 20px;
}

.solution-video-container {
    max-width: 800px;
    margin: 0 auto;
    border-radius: 20px;
    overflow: hidden;
}

.solution-video-container img {
    width: 100%;
    height: auto;
}

.solution-button {
    background-color: #ffa000;
    color: #ffffff;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    font-size: 1rem;
    cursor: pointer;
}

.solution-button:hover {
    background-color: #ff8800;
    color: #ffffff;
}

@media (max-width: 768px) {
    .solution-title {
        font-size: 2rem;
    }

    .solution-subtitle {
        font-size: 1rem;
    }

    .solution-video-container {
        width: 90%;
    }

    .solution-button {
        width: auto;
        padding: 10px 20px;
    }
}





/* Section 6 */
/* Section 6 */
.solution-section-6-button {
    background-color: #0080ff; /* Cambia el color según tus necesidades */
    border: none;
    border-radius: 5px;
    transition: 0.3s ease;
    font-size: 12px;
}

.solution-section-6-button:hover {
    background-color: #003060; /* Cambia el color según tus necesidades */
}

.solution-section-6-button-icon {
    width: 34px;
    padding: 5px;
}

.solution-section-6-column {
    margin-bottom: 10px; /* Ajusta el margen inferior si es necesario */
}

.solution-title {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 1rem;
}

.solution-description {
    font-size: 1rem;
    color: #6c757d;
}

.solution-section-6 {
    padding: 2rem 0;
    background-color: #f8f9fa; /* Fondo para toda la sección */
}




/* Section 7 */
.solution-section-7 {
    background-color: #be33b7; /* Fondo para la sección */
    padding: 23px;

}

.solution-section-7 h3 {
    padding-top: 40px;
    font-size: 2rem;
    font-weight: bold;
    color: #000000;
}

.solution-section-7 .solution-highlight {
    color: #000000; /* Color del texto resaltado */
}



.solution-section-7 .solution-btn {
    background-color: #d9534f; /* Color del botón */
    color: #fff;
    border: none;
    padding: 0.75rem 1.25rem;
    border-radius: 12px;
    text-transform: uppercase;
    transition: background-color 0.3s ease;
}

.solution-section-7 .solution-btn:hover {
    background-color: #c9302c; /* Color del botón al pasar el mouse */

}

.solution-section-7 .solution-img-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.solution-section-7 .img-fluid {
    border-radius: 0.25rem;
    width: 420px;
    height: 420px;
}
