body {
    font-family: "Poppins", serif;
    text-align: center;
    background-color: #f4f4f4;
    margin: 0;
    padding: 0;
}

.fixed-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #031B40;
    color: white;
    padding: 6px 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 10;
}
a{
    text-decoration: none;
    color:white
}
.logo {
    font-size: 1.5em;
    font-weight: bold;
    padding-left: 20px;
}

.certificacion {
    font-size: 1em;
    padding-right: 20px;
    margin-top: 6px;
    margin-bottom: 0px;
}

.highlight {
    color: #FFAA46;
}

.container-header {
    display: flex;
    flex-direction: row;
    margin-right: 20px;
    align-items: center;
}

.hero {
    margin-top: 78px;
}

.hero-text {
    position: absolute;
    left: 10%;
    color: white;
    text-align: left;
    bottom: 40%;
    max-width: 30%;
    display: flex;
    flex-direction: column;
    justify-content: center;

    h1 {
        font-size: 48px;
        font-weight: normal;
        text-align: left;
    }
}

.hero-image {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.cta-button {
    background-color: #005EB7;
    color: white;
    border: none;
    padding: 10px 20px;
    font-size: 16px;
    font-family: "Poppins", serif;
    cursor: pointer;
    border-radius: 5px;
}

.cta-button:hover {
    background-color: #004D95;
}

.highlight-blue {
    color: #56ACFF;
    font-weight: bold;
}

.container-button {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.play-button {
    width: 40px;
    height: 40px;
    background-color: #fff;
    color: #070a22;
    border: none;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    cursor: pointer;
    margin-left: 24px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.play-button:hover {
    background-color: #014ea1;
    ;
    color: #ffff;
}

.play-icon {
    font-size: 18px;
    margin-left: 2px;
}

.certificacion-section {
    background-color: #AFC8FF;
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-top: -10px;
    padding-top: 50px;
}

.certificacion-text {
    width: 63%;
    max-width: 747px;
    color: #fff;
    text-align: left;
    margin-top: 24px;
    margin-bottom: 60px;

    h2 {
        font-size: 33px;
        font-weight: 400;
        color: #e7e7e7;
    }

    span {
        font-weight: bold;
    }
    p{
        color: #e6e6e6;
        font-weight: 500;
    }
}

.certificacion-img {
    width: 20%;
    height: fit-content;
    margin-right: 54px;
}
@media (min-width: 540px) {
    .certificacion-img {
        align-self: flex-end;
    }
}

.solutions {
    padding: 50px 20px;
    background-color: #FFFFFF;

    h2 {
        color: #05244F;
        font-size: 33px;
        font-weight: 500;
    }
}

.solutions-container {
    display: flex;
    justify-content: center;
    margin-top: 50px;
    flex-direction: row;
    align-items: center;

}

.solution-card {
    height: calc(55% + 4px);
    width: 361px;
    height: 272px;
    border-radius: 12px;
    position: relative;

    h3 {
        font-size: 20px;
        margin: 8px 0px;
        font-weight: 600;
    }

    p {
        margin: 0px;
    }
}

.solution-icon {
    font-size: 50px;

}

.solution-img {
    width: 254px;
    height: fit-content;
}

.solution-text-left {
    z-index: 1;
    background-color: #FFFFFF;
    bottom: -20px;
    right: -20px;
    padding: 24px;
    position: absolute;
    width: 346px;
    height: 260px;
    border-radius: 12px;
}

.solution-text-right {
    z-index: 1;
    background-color: #FFFFFF;
    bottom: -20px;
    left: -20px;
    padding: 24px;
    position: absolute;
    width: 346px;
    height: 260px;
    border-radius: 12px;
}

.bottom {
    top: -20px;
}

.icon-blue {
    color: #125BA1;
}

.blue {
    background-color: #125BA1;
    margin-bottom: 200px;
    
}
.blue .solution-text-left{
    filter: drop-shadow(7px 6px 4px rgb(0, 0, 0, 0.25));
}
.red .solution-text-left{
    filter: drop-shadow(7px -6px 4px rgb(0, 0, 0, 0.25));
}
.green .solution-text-right{
    filter: drop-shadow(-7px 6px 4px rgb(0, 0, 0, 0.25));
}
.orange .solution-text-right{
    filter: drop-shadow(-7px -6px 4px rgb(0, 0, 0, 0.25));
}
.icon-green {
    color: #81A93F;
}

.green {
    background-color: #81A93F;
}

.icon-red {
    color: #E32628;

}

.red {
    background-color: #E32628;
}

.icon-orange {
    color: #F29222;
}

.orange {
    background-color: #F29222;
}

.solution-card img {
    width: 50px;
    height: 50px;
    margin-bottom: 15px;
}


.steps {
    padding: 40px 0px;
    background-color: #FFFFFF;
    display: flex;
    flex-direction: column;
    align-items: center;

    h2 {
        color: #05244F;
        font-size: 33px;
        font-weight: 500;
    }
}

.steps-container {
    display: flex;
    flex-direction: column;
    width: 1275px;
    align-items: center;
}

.step:nth-child(2n + 1) {
    display: flex;
    flex-direction: row-reverse;
    text-align: right;
}

.step {
    display: flex;
    width: 100%;
    margin-bottom: 20px;
    position: relative;
    justify-content: flex-end;
    margin-bottom: 0px;
    text-align: left;
}

.step-text {
    width: 46%;
}

.step h3 {
    font-size: 100px;
    font-weight: bold;
    color: #A5D3FF;
    margin-bottom: 20px;
    margin-top: 0px;
}

.setp-number {
    text-align: center;
    margin: 0px 20px
}

.step h4 {
    font-size: 20px;
    font-weight: 600;
    color: #1A344E;
    margin-bottom: 5px;
}

.step p {
    font-size: 16px;
    color: #272727;
}


hr {
    width: 64px;
    height: 0;
    border: medium none;
    border-top: 1px dashed #000 !important;
    transform: rotate(90deg);
}

.countdown {
    padding: 60px 20px 60px 20px;
    background-color: #050922;
    display: flex;
    flex-direction: row;
    justify-content: center;
    color: white;
    align-items: center;

    h2 {
        font-size: 40px;
        font-weight: 600;
    }

    p {
        font-size: 32px;
        margin: 0px 0px 24px 0px;
    }
}

.countdown-img {
    width: fit-content;
    height: fit-content;

}

.timer {
    display: flex;
    justify-content: center;
    gap: 40px;
    margin: 20px 0;
}

.time-box {
    background-color: #1e2238;
    backdrop-filter: blur(80%);
    padding: 30px;
    border-radius: 10px;
    text-align: center;
}

.time-box span {
    font-size: 60px;
    font-weight: bold;
    color: white;
}

.time-box small {
    display: block;
    font-size: 16px;
    color: white;
}

.cta-button-red {
    background-color: #AC0000;
    color: white;
    border: none;
    padding: 10px 20px;
    font-size: 16px;
    font-family: "Poppins", serif;
    cursor: pointer;
    border-radius: 5px;
    margin-top: 10px;
}

.cta-button-red:hover {
    background-color: #8B0000;
}

.countdown-text {
    margin-right: 5%;
}

.ai-feature {
    background-color: #031B40;
    padding: 24px 0px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.feature-text {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;

    h2 {
        color: white;
        font-size: 32px;
        font-weight: 400;
        width: 678px;
    }
}

.feature-header {
    background: white;
    color: #050922;
    display: inline-block;
    padding: 5px 15px;
    font-weight: bold;
    border-radius: 0px 5px 5px 0px;
    font-size: 22px;
    margin-bottom: 20px;
}

.feature-container {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
    margin: 0px 0px 20px 0px;
}

.feature-card {
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    width: 200px;
    border: 1px solid #fff;
}

.feature-card:hover {
    background-color: #050922;
    cursor: default;
}

.feature-card h3 {
    font-size: 18px;
    color: white;
    margin-bottom: 10px;
}

.feature-card p {
    font-size: 14px;
    color: #ccc;
}

.custom-solution {
    padding: 50px 20px;
    background-color: #050922;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: white;

    h2 {

        font-weight: 500;
        font-size: 33px;
        width: 80%;

        span {
            font-weight: 700;
        }
    }
}

.custom-solution-container {
    display: flex;
    justify-content: center;
    max-width: 80%;
    gap: 30px;
    align-items: center;
}

.custom-solution-text {
    flex: 1;
    text-align: left;
}

.custom-quote {
    background-color: #007bff;
    color: white;
    padding: 15px;
    border-radius: 5px;
    margin-top: 15px;
}

.experience-badge {
    background-color: #fd7e14;
    color: white;
    padding: 10px;
    display: inline-block;
    margin-top: 10px;
    border-radius: 5px;
    font-weight: bold;
}

.custom-solution-details {
    flex: 1;
    text-align: left;
    margin-left: 30px;

    h3 {
        font-size: 28px;
        font-weight: 500;
    }

    p {
        font-size: 18px;
    }
}

.challenges {
    padding: 50px 20px;
    background-color: #050922;
    text-align: center;
    color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.challenges-container {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 20px;
}

.challenge-header {
    display: flex;
    justify-content: space-evenly;


    h2 {
        font-size: 32px;
        font-weight: 500;
        margin: 0px;
        text-align: left;
        width: 54%;

    }

    button {
        margin-top: 0px;
        height: fit-content;
    }
}

.challenge-card {
    background-color: transparent;
    border: 1px solid #53ABFF;
    padding: 20px;
    border-radius: 10px;
    text-align: left;
    width: 220px;
}

.challenge-icon {
    color: #53ABFF;
    font-size: 34px;
}


.challenge-card h3 {
    font-size: 18px;
    color: white;
    margin-bottom: 10px;
}

.challenge-card p {
    font-size: 14px;
    color: #ccc;
}

.about {
    background-color: white;
}

.about-container {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin: auto;
    max-width: 1100px;
    padding: 50px 20px;
}

.about-content {
    text-align: left;
    width: 50%;

    h2 {
        color: #05244F;
        font-size: 33px;
        font-weight: 400;
        margin: 0px 0px 20px;
    }

    p {
        color: #272727;
    }

    span {
        font-weight: 600;
    }
}

.about-form {
    backdrop-filter: blur(10px);
    background-color: #F5F5F5;
    border: 1px solid #E0E0E0;
    border-radius: 10px;
    margin-left: 45px;
    padding: 30px;
    position: relative;
    text-align: left;
    width: 420px;

    button {
        width: 70%;
    }

    h2 {
        color: #00478E;
        font-size: 24px;
        font-weight: 500;
        margin-top: 0px;
    }
}

.about-image img {
    width: fit-content;
}

.advantages {
    padding: 50px 20px;
    text-align: center;
    display: flex;
    background-color: #ffffff;
    flex-direction: column;
    align-items: center;
    h2{
        color: #05244F;
        font-weight: 500;
        font-size: 28px;
        margin-bottom: 32px;
    }
}

.advantages-container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    margin-top: 20px;
    max-width: 1244px;
}

.advantage-card {
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    width: 20%;
}
.advantage-card:nth-child(5), .advantage-card:nth-child(6){
    width: 42% !important;
    display: flex;
    flex-direction: row;

}
.advantage-text{
    display: flex;
    flex-direction: column;
    text-align: left;
    margin-left: 24px;
    p{
        font-size: 16px;
    }
}

.light { background-color: #E6EEF4; color: #050922;}
.dark { background-color: #05244F; color: white; }

.advantage-card img {
    width: fit-content;
    height: fit-content;
    margin-bottom: 10px;
}

.advantage-card h3 {
    font-size: 18px;
    margin-bottom: 16px;
}

.registration {
    background-image: url("/assets/image/embudo/img-form.png");
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: right;
    align-items: center;
    padding: 50px 80px;
    color: white;
}
.registration-form {
    background-color: rgba(5, 5, 36, 0.7);
    padding: 30px;
    border-radius: 10px;
    width: 470px;
    text-align: left;
    backdrop-filter: blur(10px);
   
    button{
        width: 70%;
    }
}
.registration-button{
    display: flex;
flex-direction: column;
align-items: center;
}

.registration-form h2 {
    text-align: center;
    margin-bottom: 20px;
    font-weight: 500;
    font-size: 28px;
    margin-top: 0px;
}
.flag {
    width: 21px;
    height: 16PX;
    margin-left: 10px;
}
label {
    display: block;
    margin-top: 24px;
    font-weight: 400;

}
.highlight-bold{
    font-weight: 700;
}

input, .country-select, select {
    font-family: "Poppins", serif;
    width: 95%;
    padding: 10px;
    margin-top: 5px;
    border: none;
    border-radius: 5px;
    font-size: 14px;
    background-color: white;
    outline: none;
    font-weight: 400;
    color: #272727;
}
::placeholder {
    color: #272727;
  }

.whatsapp-container {
    display: flex;
    align-items: center;
    gap: 0px;
    background-color: white;
    margin-top: 5px;
    border-radius: 5px;
    margin-bottom: 40px;
    input{
        width: 100%;
        margin: 10px;
        padding: 0px 10px;
        border-left: 1px solid #A0A0A0;
        border-radius: 0px;
    }
}

.country-select {
    width: auto;
    background-color: white;
    font-size: 14px;
    border-radius: 0px;
    padding: 5px 0px;
    cursor: pointer;
    margin: 5px 0px  5px 5px;
}
.countdown-banner {
    background-image: url("/assets/image/embudo/header.png");
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 50px 80px;
    position: relative;
    margin-top: 78px;
    h2{
        font-size: 33px;
        font-weight: 600;
    }
}

.countdown-overlay {
    padding: 30px;
    border-radius: 10px;
    text-align: center;
    color: white;
    max-width: 900px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.countdown-timer {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin: 20px 0;
    border: 1px solid #ffff;
    width: 476px;
}

.timer-box {
    padding: 15px;
}

.timer-box span {
    font-size: 52px;
    font-weight:400;
    color: white;
}

.timer-box small {
    display: block;
    font-size: 14px;
    color: white;
}

.process-flow {
    padding: 50px 20px;
    text-align: center;
    background-color: #031B40;
}

.process-header {
    color: #ffffff;
    font-weight: bold;
    width: 90%;
    max-width: 1244px;
    margin: 0 auto 40px;
    font-size: 20px;
}
.div-icons{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 75%;
    max-width: 950px;
    img{
        width: fit-content;
        height: fit-content;
    }
}
.div-step{
    display: flex;
    flex-direction: row;
    width: 90%;
    justify-content: space-around;
    max-width: 1244px;
    min-width: 0;
}

.icon-responsive{
    display: none !important;
}

.process-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.process-step {
    max-width: 300px;
    text-align: center;
    color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    h3{
        font-size: 20px;
        font-weight: 600;
        margin-bottom: 20px;
        margin-top: 15px;
    }
    p{
         font-weight: 300;
    }
}

.icon-circle {
    width: 60px;
    height: 60px;
    font-size: 24px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 15px;
    color: white;
}

.process-arrow {
    width: 50px;
    height: 4px;
    background-color: #1E90FF;
}
.modal-blue{
    background-color: #050922;
    color: white;
}
.modal-text{
    text-align: left;
    h3{
        font-size: 40px;
        font-weight: 700;
        margin-bottom: 24px;
    }
    span{
        font-size: 24px;
        font-weight: 500;
    }
}
.div-close{
    display: flex !important;
    justify-content: flex-end;
    padding: 20px 20px 0px
}
.button-white {
    filter: invert(1)!important;
}
.modal-container{
    display: flex;
    flex-direction: row;
    
}
/* Breakpoint*/
@media (max-width:1560px) {
    .hero-text {
        top: calc(25% - 20px);
        max-width: 50%;
    }
}

@media (max-width: 1380px) {
    .hero-text {
        bottom: 20%;

        h1 {
            font-size: 38px;
        }
    }
}

@media (max-width: 1275px) {
    .steps-container {
        width: 875px;
    }

    .step-text {
        width: 44%;
    }
    .div-icons{
        display: none;
    }
    .icon-responsive{
        display: flex !important;
        margin: 0 auto 15px;
    }
    .div-step{
        justify-content: space-between;
        gap: 30px;
        min-width: 0;
        flex-wrap: wrap;
    }
    .process-step {
        flex: 1;
        min-width: 250px;
    }
}


@media (max-width: 990px) {
    .hero-text {
        max-width: 100%;
        margin-left: 30px;
        margin-right: 30px;
        align-items: center;
        height: fit-content;
        left: 0;

        h1 {
            text-align: center;
            font-size: 28px;
        }
    }

    .solution-img {
        width: 150px;
    }

    .countdown {
        flex-direction: column;
    }

    .countdown-text {
        margin-bottom: 54px;
        margin-right: 0px;
    }

    .feature-container {
        flex-direction: column;
        align-items: center;
    }

    .feature-card {
        width: 90%;
    }

    .challenges-container {
        flex-direction: column;
        align-items: center;
    }

    .challenge-card {
        width: 90%;
    }

    .custom-solution-text {
        img {
            max-width: 350px;
        }
    }

    .about-image {
        width: 40%;
        position: relative;
        text-align: center;
    }

    .about-image img {
        width: 350px;
    }

    .about-container {
        justify-content: space-evenly;
    }
    
    .registration-form {
        width: 90%;
    }
    .advantage-card {
        width: 27%;
    }
    .advantage-card:nth-child(5), .advantage-card:nth-child(6) {
        width: 27% !important; 
         flex-direction: column;
         align-items: center;
    }
    .advantage-card img {
        height: 71px;
    }
}

@media (max-width: 890px) {

    .solution-img {
        display: none;
    }

    .container-column {
        margin: 0px 24px;
    }

    .blue {
        margin-bottom: 50px;
    }

    .green {
        background-color: #81A93F;
        margin-bottom: 50px;
    }

    .steps-container {
        width: 770px;
    }

    .step-text {
        width: 43%;
    }

    .custom-solution-container {
        flex-direction: column;
    }

    .custom-solution-details {
        text-align: center;
        margin-left: 0px;

        h3 {
            font-size: 22px;
        }
    }

    .about-container {
        flex-direction: column;
    }

    .about-content {
        width: 90%;
        margin-bottom: 54px;
    }
    .img-fluid {
        max-width: fit-content;
        height: fit-content;
        margin-top: 30px;
    }
    .modal-container{
        flex-direction: column;
        align-items: center;
        padding: 30px 10px !important;
    }
    .modal-text{
        text-align: center;
    }
}


@media (max-width: 778px) {
    .fixed-header {
        p {
            display: none;
        }
    }
    .container-header {
        margin-right: 0px;
    }
    .solutions-container {
        flex-direction: column;
    }

    .blue,
    .green,
    .red,
    .orange {
        margin-bottom: 30px;
    }

    .solution-text-left,
    .solution-text-right {
        right: 0px;
        left: 0px;
        top: 0px;
        width: 90%;
        height: 272px;
        filter: drop-shadow(-4px 6px 10px rgb(0, 0, 0, 0.25)) !important;
    
    }

    .hero-text {
        h1 {
            font-size: 20px;
        }
    }

    .steps-container {
        width: 540px;

        h3 {
            font-size: 80px;
        }

        h4 {
            font-size: 16px;
        }
    }

    .step-text {
        width: 41%;
    }

    .feature-text {
        h2 {
            font-size: 28px;
            width: 100%;
        }
    }

    .feature-card {
        width: 80%;
    }

    .challenge-header {
        flex-direction: column;
        align-items: center;
    }

    .challenge-header {
        h2 {
            text-align: center;
            width: 100%;
            margin-bottom: 24px;
        }
    }
    .div-step{
        flex-wrap: wrap;
        justify-content: center;
        gap: 40px;
    }
    .process-step {
        min-width: 280px;
        max-width: 350px;
    }
    .advantage-card {
        width: 47%;
    }
    .advantage-card:nth-child(5), .advantage-card:nth-child(6) {
        width: 47% !important;
    }


}

@media (max-width: 540px) {
    .countdown-banner {
        margin-top: 66px;
        padding: 10px;
        width: 100%;
    }
    .countdown-overlay {
        width: 100%;
    }
    .countdown-timer {
        width: 100%;
    }
    .solutions {
        padding-bottom: 0px;
        h2{
            font-size: 28px;
        }
    }
    .steps {
        h2 {
            margin-bottom: 24px;
            font-size: 28px;
        }
    }
    

    .img-iso {
        width: 70px;
    }

    .img-logo {
        width: 200px;

    }

    .hero {
        margin-top: 65px;
    }

    .hero-text {
        top: 10%;

        h1 {
            font-size: 18px;
        }
    }

    .solutions {
        padding-bottom: 0px;
    }

    .certificacion-section {
        flex-direction: column;
        align-items: center;
        margin-top: 0px;
        padding-top: 30px;
    }

    .certificacion-text {
        width: 80%;

        h2 {
            font-size: 28px;
        }

        h2,
        p {
            text-align: center;
        }
    }

    .certificacion-img {
        width: 40%;
        margin-right: 0px;
    }

    p {
        font-size: 14px;
    }

    .steps-container {
        width: 90%;
    }

    .step:nth-child(2n + 1) {
        flex-direction: row;
        text-align: left;
    }

    .step-text {
        width: 100%;
    }

    .setp-number {
        margin-left: 0px;
    }

    .countdown {
        h2 {
            font-size: 28px;
        }

        p {
            font-size: 16px;
        }

        img {
            width: 300px;
        }

        span {
            font-size: 50px;
        }
    }

    .challenge-header {
        h2 {
            font-size: 28px;
        }
    }

    .custom-solution {
        h2 {
            font-size: 28px;
        }
    }

    .custom-solution-details {
        p {
            font-size: 14px;
        }
    }

    .about-content {
        h2 {
            font-size: 28px;
        }
    }
    .about-form{
        margin-left:0px;
        width: 100%;
    }
    .about-image {
        width: 100%;
    }
    .registration{
        padding: 50px 0px;
        justify-content: center;
    width: 100%;
    }
    .registration-form {
        padding: 20px;
        h2{
            font-size: 22px;
        }
    }
    .advantages {
        h2 {
            font-size: 22px;
            margin-bottom: 10px;
        }
    }
    .advantages-container{
        flex-direction: column;
    }
    .advantage-card {
        width: 100%;
        min-height: 100px;
        img{
            height: 60px;
        }
    }
    .advantage-card:nth-child(5), .advantage-card:nth-child(6) {
        width: 100% !important;
    }
}
.input-is-valid {
    border-color: green;
    padding-right: calc(1.5em + .75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(.375em + .1875rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem);
    border: var(--bs-border-width) solid green;
}
.input-is-valid:focus {
    border-color: rgb(9, 170, 9);
    box-shadow: 0 0 0 .25rem rgba(13, 143, 13, 0.25);
}
.input-is-invalid {
    border-color: rgb(219, 127, 127);
    padding-right: calc(1.5em + .75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(.375em + .1875rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem);
    border: var(--bs-border-width) solid rgb(219, 127, 127);
}
.input-is-invalid:focus {
    border-color: rgb(248, 143, 143);
    box-shadow: 0 0 0 .25rem rgba(207, 11, 11, 0.25);
}
.small {
    font-size: 11px;
}
.whatsapp-container {
    margin-bottom: 0 !important;
}

body {
    font-family: "Poppins", serif;
    text-align: center;
    background-color: #f4f4f4;
    margin: 0;
    padding: 0;
}
a{
    text-decoration: none;
    color:white
}
.fixed-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #031B40;
    color: white;
    padding: 6px 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 10;
}

.logo {
    font-size: 1.5em;
    font-weight: bold;
    padding-left: 20px;
}

.certificacion {
    font-size: 1em;
    padding-right: 20px;
    margin-top: 6px;
    margin-bottom: 0px;
}

.highlight {
    color: #FFAA46;
}

.container-header {
    display: flex;
    flex-direction: row;
    margin-right: 20px;
    align-items: center;
}

.hero {
    background-image: url("../image/Imagen-principal.png");
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 150px 100px;
    position: relative;
    margin-top: 78px;
}

.hero-text {
    color: white;
    text-align: left;
    width: 60%;
    max-width: 648px;
    display: flex;
    flex-direction: column;
    justify-content: center;

    h1 {
        font-size: 48px;
        font-weight: normal;
        text-align: left;
        margin-bottom: 24px;
    }
}

/* .hero-image {
    width: 100%;
    height: auto;
    object-fit: cover;
} */

.cta-button {
    background-color: #005EB7;
    color: white;
    border: none;
    padding: 10px 20px;
    font-size: 16px;
    font-family: "Poppins", serif;
    cursor: pointer;
    border-radius: 5px;
}

.cta-button:hover {
    background-color: #004D95;
}

.highlight-blue {
    color: #56ACFF;
    font-weight: bold;
}

.container-button {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.play-button {
    width: 40px;
    height: 40px;
    background-color: #fff;
    color: #070a22;
    border: none;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    cursor: pointer;
    margin-left: 24px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.play-button:hover {
    background-color: #014ea1;
    ;
    color: #ffff;
}

.play-icon {
    font-size: 18px;
    margin-left: 2px;
}

.certificacion-section {
    background-color: #00468B;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-end;
    margin-top: -10px;
    padding-top: 50px;
}

.certificacion-text {
    width: 63%;
    max-width: 747px;
    color: #fff;
    text-align: left;
    margin-top: 24px;
    margin-bottom: 24px;

    h2 {
        font-size: 33px;
        font-weight: 400;
    }

    span {
        font-weight: bold;
    }
}

.certificacion-img {
    width: 20%;
    height: fit-content;
    margin-left: 32px;
}

.solutions {
    padding: 50px 20px;
    background-color: #050922;

    h2 {
        color: #fff;
        font-size: 33px;
        font-weight: 500;
    }
}

.solutions-container {
    display: flex;
    justify-content: center;
    margin-top: 50px;
    flex-direction: row;
    align-items: center;

}

.solution-card {
    height: calc(55% + 4px);
    width: 361px;
    height: 272px;
    border-radius: 12px;
    position: relative;

    h3 {
        font-size: 20px;
        margin: 8px 0px;
        font-weight: 600;
    }

    p {
        margin: 0px;
    }
}

.solution-icon {
    font-size: 50px;

}

.solution-img {
    width: 254px;
    height: fit-content;
}

.solution-text-left {
    z-index: 1;
    background-color: #FFFFFF;
    bottom: -20px;
    right: -20px;
    padding: 24px;
    position: absolute;
    width: 346px;
    height: 260px;
    border-radius: 12px;
}

.solution-text-right {
    z-index: 1;
    background-color: #FFFFFF;
    bottom: -20px;
    left: -20px;
    padding: 24px;
    position: absolute;
    width: 346px;
    height: 260px;
    border-radius: 12px;
}

.bottom {
    top: -20px;
}

.icon-blue {
    color: #125BA1;
}

.blue {
    background-color: #125BA1;
    margin-bottom: 200px;
}

.icon-green {
    color: #81A93F;
}

.green {
    background-color: #81A93F;
    margin-bottom: 200px;
}

.icon-red {
    color: #E32628;

}

.red {
    background-color: #E32628;
}

.icon-orange {
    color: #F29222;
}

.orange {
    background-color: #F29222;
}

.solution-card img {
    width: 50px;
    height: 50px;
    margin-bottom: 15px;
}

.steps {
    padding: 40px 0px;
    background-color: #050922;
    display: flex;
    flex-direction: column;
    align-items: center;

    h2 {
        color: #fff;
        font-size: 33px;
        font-weight: 500;
    }
}

.steps-container {
    display: flex;
    flex-direction: column;
    width: 1275px;
    align-items: center;
}

.step:nth-child(2n + 1) {
    display: flex;
    flex-direction: row-reverse;
    text-align: right;
}

.step {
    display: flex;
    width: 100%;
    margin-bottom: 20px;
    position: relative;
    justify-content: flex-end;
    margin-bottom: 0px;
    text-align: left;
}

.step-text {
    width: 46%;
}

.step h3 {
    font-size: 100px;
    font-weight: bold;
    color: #D2E4F5;
    margin-bottom: 20px;
    margin-top: 0px;
}

.setp-number {
    text-align: center;
    margin: 0px 20px
}

.step h4 {
    font-size: 20px;
    font-weight: 600;
    color: #2492FF;
    margin-bottom: 5px;
}

.step p {
    font-size: 16px;
    color: #bbb;
}

hr {
    width: 64px;
    height: 0;
    border: medium none;
    border-top: 1px dashed white !important;
    transform: rotate(90deg);
}

.countdown {
    padding: 0px 20px 60px 20px;
    background-color: #050922;
    display: flex;
    flex-direction: row;
    justify-content: center;
    color: white;
    align-items: center;

    h2 {
        font-size: 40px;
        font-weight: 600;
    }

    p {
        font-size: 32px;
        margin: 0px 0px 24px 0px;
    }
}

.countdown-img {
    width: fit-content;
    height: fit-content;

}

.timer {
    display: flex;
    justify-content: center;
    gap: 40px;
    margin: 20px 0;
}

.time-box {
    background-color: #1e2238;
    backdrop-filter: blur(80%);
    padding: 30px;
    border-radius: 10px;
    text-align: center;
}

.time-box span {
    font-size: 60px;
    font-weight: bold;
    color: white;
}

.time-box small {
    display: block;
    font-size: 16px;
    color: white;
}

.cta-button-red {
    background-color: #AC0000;
    color: white;
    border: none;
    padding: 10px 20px;
    font-size: 16px;
    font-family: "Poppins", serif;
    cursor: pointer;
    border-radius: 5px;
    margin-top: 10px;
}

.cta-button-red:hover {
    background-color: #8B0000;
}

.countdown-text {
    margin-right: 5%;
}

.ai-feature {
    background-color: #0a2240;
    padding: 24px 0px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.feature-text {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;

    h2 {
        color: white;
        font-size: 32px;
        font-weight: 400;
        width: 678px;
    }
}

.feature-header {
    background: white;
    color: #050922;
    display: inline-block;
    padding: 5px 15px;
    font-weight: bold;
    border-radius: 0px 5px 5px 0px;
    font-size: 22px;
    margin-bottom: 20px;
}

.feature-container {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
    margin: 0px 0px 20px 0px;
}

.feature-card {
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    width: 200px;
    border: 1px solid #fff;
}

.feature-card:hover {
    background-color: #050922;
    cursor: default;
}

.feature-card h3 {
    font-size: 18px;
    color: white;
    margin-bottom: 10px;
}

.feature-card p {
    font-size: 14px;
    color: #ccc;
}

.custom-solution {
    padding: 50px 20px;
    background-color: #050922;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: white;

    h2 {

        font-weight: 500;
        font-size: 33px;
        width: 80%;

        span {
            font-weight: 700;
        }
    }
}

.custom-solution-container {
    display: flex;
    justify-content: center;
    max-width: 80%;
    gap: 30px;
    align-items: center;
}

.custom-solution-text {
    flex: 1;
    text-align: left;
}

.custom-quote {
    background-color: #007bff;
    color: white;
    padding: 15px;
    border-radius: 5px;
    margin-top: 15px;
}

.experience-badge {
    background-color: #fd7e14;
    color: white;
    padding: 10px;
    display: inline-block;
    margin-top: 10px;
    border-radius: 5px;
    font-weight: bold;
}

.custom-solution-details {
    flex: 1;
    text-align: left;
    margin-left: 30px;

    h3 {
        font-size: 28px;
        font-weight: 500;
    }

    p {
        font-size: 18px;
    }
}

.challenges {
    padding: 50px 20px;
    background-color: #050922;
    text-align: center;
    color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.challenges-container {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 20px;
}

.challenge-header {
    display: flex;
    justify-content: space-evenly;


    h2 {
        font-size: 32px;
        font-weight: 500;
        margin: 0px;
        text-align: left;
        width: 54%;

    }

    button {
        margin-top: 0px;
        height: fit-content;
    }
}

.challenge-card {
    background-color: transparent;
    border: 1px solid #53ABFF;
    padding: 20px;
    border-radius: 10px;
    text-align: left;
    width: 220px;
}

.challenge-icon {
    color: #53ABFF;
    font-size: 34px;
}


.challenge-card h3 {
    font-size: 18px;
    color: white;
    margin-bottom: 10px;
}

.challenge-card p {
    font-size: 14px;
    color: #ccc;
}

.about {
    background-color: white;
}

.about-container {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin: auto;
    max-width: 1100px;
    padding: 50px 20px;
}

.about-content {
    text-align: left;
    width: 50%;

    h2 {
        color: #05244F;
        font-size: 33px;
        font-weight: 400;
        margin: 0px 0px 20px;
    }

    p {
        color: #474747;
    }

    span {
        font-weight: 600;
    }
}

.about-form {
    backdrop-filter: blur(10px);
    background-color: #F5F5F5;
    border: 1px solid #E0E0E0;
    border-radius: 10px;
    margin-left: 45px;
    padding: 30px;
    position: relative;
    text-align: left;
    width: 420px;

    button {
        width: 70%;
    }

    h2 {
        color: #00478E;
        font-size: 24px;
        font-weight: 500;
        margin-top: 0px;
    }
}

.about-image img {
    width: fit-content;
}

.advantages {
    padding: 50px 20px;
    text-align: center;
    display: flex;
    background-color: #ffffff;
    flex-direction: column;
    align-items: center;
    h2{
        color: #05244F;
        font-weight: 500;
        font-size: 28px;
        margin-bottom: 32px;
    }
}

.advantages-container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    margin-top: 20px;
    max-width: 1244px;
}

.advantage-card {
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    width: 20%;
}
.advantage-card:nth-child(5), .advantage-card:nth-child(6){
    width: 42% !important;
    display: flex;
    flex-direction: row;

}
.advantage-text{
    display: flex;
    flex-direction: column;
    text-align: left;
    margin-left: 24px;
    p{
        font-size: 16px;
    }
}

.light { background-color: #E6EEF4; color: #050922;}
.dark { background-color: #05244F; color: white; }

.advantage-card img {
    width: fit-content;
    height: fit-content;
    margin-bottom: 10px;
}

.advantage-card h3 {
    font-size: 18px;
    margin-bottom: 16px;
}

.registration {
    background-image: url("../image/registro-imagen.png");
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: right;
    align-items: center;
    padding: 50px 80px;
    color: white;
}
.registration-form {
    background-color: rgba(148, 148, 148, 0.4);
    padding: 30px;
    border-radius: 10px;
    width: 470px;
    text-align: left;
    backdrop-filter: blur(10px);
   
    button{
        width: 70%;
    }
}
.registration-button{
    display: flex;
flex-direction: column;
align-items: center;
}

.registration-form h2 {
    text-align: center;
    margin-bottom: 20px;
    font-weight: 500;
    font-size: 28px;
    margin-top: 0px;
}
.flag {
    width: 21px;
    height: 16PX;
    margin-left: 10px;
}

label {
    display: block;
    margin-top: 24px;
    font-weight: 400;

}
.highlight-bold{
    font-weight: 700;
}

input, .country-select, select {
    font-family: "Poppins", serif;
    width: 95%;
    padding: 10px;
    margin-top: 5px;
    border: none;
    border-radius: 5px;
    font-size: 14px;
    background-color: #595b63;
    outline: none;
    font-weight: 300;
    color: white;
}
::placeholder {
    color: #D0D0D0;
  }

.whatsapp-container {
    display: flex;
    align-items: center;
    gap: 0px;
    background-color: #595b63;
    margin-top: 5px;
    border-radius: 5px;
    margin-bottom: 40px;
    input{
        width: 100%;
        margin: 10px;
        padding: 0px 10px;
        border-left: 1px solid white;
        border-radius: 0px;
    }
}

.country-select {
    width: auto;
    background-color: #595b63;
    font-size: 14px;
    border-radius: 0px;
    padding: 5px 0px;
    cursor: pointer;
    margin: 5px 0px  5px 5px;
}
.modal-blue{
    background-color: #050922;
    color: white;
}
.modal-text{
    text-align: left;
    h3{
        font-size: 40px;
        font-weight: 700;
        margin-bottom: 24px;
    }
    span{
        font-size: 24px;
        font-weight: 500;
    }
}
.div-close{
    display: flex !important;
    justify-content: flex-end;
    padding: 20px 20px 0px
}
.button-white {
    filter: invert(1)!important;
}
.modal-container{
    display: flex;
    flex-direction: row;
    
}
.funtion-IA {
    background: linear-gradient(to right, #375396, #5791CC);
    color: white;
    position: relative;
    padding: 120px 0px 70px;
  }
  .ia-etiqueta{
    position: absolute;
    top: 20px;
    left: 0;
  }
  .ia-badge {
    background-color: #013263;
    padding: 6px 12px;
    padding-right: 40px;
    font-weight: bold;
    display: inline-block;
  }
  .custom-card {
    border: 1px solid white;
    text-align: left;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.1);
    transition: transform 0.2s ease-in-out;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .custom-card:hover {
    transform: translateY(-5px);
  }
  .custom-card img {
    border-radius: 8px;
    width: 100%;
    height: auto;
   
  }

  .ia-icon{
    color: white;
    font-size: 30px;
  }
  .video-section {
    position: relative;
    height: 640px;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    overflow: hidden;
    margin-top: 78px;
  }

  .video-overlay {
    position: absolute;
    z-index: 2;
    background-image: url('/assets/image/Imagen-principal-fondo.png'); 
    background-size: cover;
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    
  }

  .play-button-video {
    font-size: 200px;
    color: white;
    cursor: pointer;
    display: inline-block;
    transition: transform 0.3s ease;
  }

  .play-button-video:hover {
    transform: scale(1.1);
  }

 
  .video-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    display: none;
  }

  .video-container video {
    width: 100%;
    height:100%;
    background-color: #050922;
  }

  .video-text h1 {
    font-weight: bold;
  }

  .highlight-video {
    background-color: #125BA1;
    color: white;
    padding: 2px 8px;
    font-weight: bold;
  }
  .text-video{
    font-size: 32px;
  }
  .section-IA {
    background: linear-gradient(to bottom, #1B42A0, #021135, #1B42A0);
    color: white;
    position: relative;
  }
  .container-ia{
    padding-top: 150px;
  }
  .container-title-ia{
    position: absolute;
    top: 30px;
    left: 0;
  }
   .ia-title{
    font-size: 70px;
    margin-left: -16px;
    font-weight: 700;
    margin-top: -22px;

   }
  .badge-ia {
    background-color: #0664C2;
    padding: 4px 30px;
    font-weight: bold;
    display: inline-block;
    margin-bottom: 1rem;
  }

  .highlight-blue-ia {
    background-color: #125BA1;
    padding: 2px 8px;
    font-weight: bold;
    color: white;
  }

  .custom-card {
    border: 1px solid #CECECE;
    border-radius: 10px;
    padding: 24px;
    margin-bottom: 2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .custom-card h4 {
    color: #ffffff;
    margin-bottom: 1rem;
  }

  .custom-card p {
    color: #dbe9ff;
  }

  .icon-box {
    padding: 8px 12px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 0.25rem;
    display: inline-block;
    border: 1px solid #8E8E8E;
    background-color: rgba(219, 219, 219, 0.2);
    backdrop-filter: blur(8px);
    i{
        font-size: 32px;
    }
  }

  

  .img-principal-ia{
    border-radius: 8px;
    width: 100%;
  }
@media (max-width: 1380px) {
    .hero-text {

        h1 {
            font-size: 38px;
        }
    }
}

@media (max-width: 1275px) {
    .steps-container {
        width: 875px;
    }

    .step-text {
        width: 44%;
    }

}

@media (max-width: 990px) {
    .hero-text {

        h1 {
            font-size: 28px;
        }
    }
    .hero {
        padding: 80px 100px;
    }

    .solution-img {
        width: 150px;
    }

    .countdown {
        flex-direction: column;
    }

    .countdown-text {
        margin-bottom: 54px;
        margin-right: 0px;
    }

    .feature-container {
        flex-direction: column;
        align-items: center;
    }

    .feature-card {
        width: 90%;
    }

    .challenges-container {
        flex-direction: column;
        align-items: center;
    }

    .challenge-card {
        width: 90%;
    }

    .custom-solution-text {
        img {
            max-width: 350px;
        }
    }

    .about-image {
        width: 40%;
        position: relative;
        text-align: center;
    }

    .about-image img {
        width: 350px;
    }

    .about-container {
        justify-content: space-evenly;
    }
    
    .registration-form {
        width: 100%;
    }
    .advantage-card {
        width: 27%;
    }
    .play-button-video {
        font-size: 100px;
    }
    .text-video{
        font-size: 20px;
      }
}

@media (max-width: 890px) {

    .solution-img {
        display: none;
    }

    .container-column {
        margin: 0px 24px;
    }

    .blue {
        margin-bottom: 50px;
    }

    .green {
        background-color: #81A93F;
        margin-bottom: 50px;
    }

    .steps-container {
        width: 770px;
    }

    .step-text {
        width: 43%;
    }

    .custom-solution-container {
        flex-direction: column;
    }

    .custom-solution-details {
        text-align: center;
        margin-left: 0px;

        h3 {
            font-size: 22px;
        }
    }

    .about-container {
        flex-direction: column;
    }

    .about-content {
        width: 90%;
        margin-bottom: 54px;
    }
    .img-fluid {
        max-width: fit-content;
        height: fit-content;
        margin-top: 30px;
    }
    .modal-container{
        flex-direction: column;
        align-items: center;
        padding: 30px 10px !important;
        
    }
    .modal-text{
        text-align: center;
    }
}



@media (max-width: 778px) {
    .fixed-header {

        p {
            display: none;
        }
    }
    .container-header {
        margin-right: 0px;
    }
    .solutions-container {
        flex-direction: column;
    }

    .blue,
    .green,
    .red,
    .orange {
        margin-bottom: 30px;
    }

    
    .solution-text-left, .solution-text-right {
        right: 0px;
        left: 0px;
        top: 0px;
        width: 90%;
        height: 272px;
    }


    .hero-text {
        h1 {
            font-size: 20px;
        }
    }

    .steps-container {
        width: 540px;

        h3 {
            font-size: 80px;
        }

        h4 {
            font-size: 16px;
        }
    }

    .step-text {
        width: 41%;
    }

    .feature-text {
        h2 {
            font-size: 28px;
            width: 100%;
        }
    }

    .feature-card {
        width: 80%;
    }

    .challenge-header {
        flex-direction: column;
        align-items: center;
    }

    .challenge-header {
        h2 {
            text-align: center;
            width: 100%;
            margin-bottom: 24px;
        }
    }

}

@media (max-width: 540px) {

    .img-iso {
        width: 70px;
    }

    .img-logo {
        width: 200px;

    }

    .hero {
        margin-top: 65px;
        padding: 100px 40px;
    }
    .hero-text {
        width: 100%;
        h1 {
            font-size: 28px;
            text-align: center;
        }
    }
    .container-button {
        justify-content: center;
    }

    .solutions {
        padding-bottom: 0px;
        h2{
            font-size: 28px;
        }
    }
    .steps {
        h2 {
            margin-bottom: 24px;
            font-size: 28px;
        }
    }

    .certificacion-section {
        flex-direction: column;
        align-items: center;
        padding-top: 30px;
    }

    .certificacion-text {
        width: 80%;

        h2 {
            font-size: 28px;
        }

        h2,
        p {
            text-align: center;
        }
    }

    .certificacion-img {
        width: 40%;
    }

    p {
        font-size: 14px;
    }

    .steps-container {
        width: 90%;
    }

    .step:nth-child(2n + 1) {
        flex-direction: row;
        text-align: left;
    }

    .step-text {
        width: 100%;
    }

    .setp-number {
        margin-left: 0px;
    }

    .countdown {
        h2 {
            font-size: 28px;
        }

        p {
            font-size: 16px;
        }

        img {
            width: 300px;
        }

        span {
            font-size: 50px;
        }
    }

    .challenge-header {
        h2 {
            font-size: 28px;
        }
    }

    .custom-solution {
        h2 {
            font-size: 28px;
        }
    }

    .custom-solution-details {
        p {
            font-size: 14px;
        }
    }

    .about-content {
        h2 {
            font-size: 28px;
        }
    }
    .about-image {
        width: 100%;
    }
    .registration{
        padding: 50px 20px;
    }
    .registration-form {
        padding: 20px;
        h2{
            font-size: 22px;
        }
    }
    .registration {
        justify-content: center;
    }
    .advantages {
        padding: 50px 20px;
        text-align: center;
        display: flex;
        background-color: #ffffff;
        flex-direction: column;
        align-items: center;
        h2{
            color: #05244F;
            font-weight: 500;
            font-size: 28px;
            margin-bottom: 32px;
        }
    }
    .about {
        background-color: white;
    }
    
    .about-container {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 50px 20px;
        max-width: 1100px;
        margin: auto;
    }
    
    .about-content {
        width: 50%;
        text-align: left;
    
        h2 {
            font-size: 33px;
            font-weight: 400;
            margin: 0px 0px 20px;
            color: #05244F;
        }
    
        span {
            font-weight: 600;
            
        }
        p{
            color: #272727;
        }
    }
    
    .about-form {
        width: 50%;
        position: relative;
        text-align: center;
        background-color: #F5F5F5;
        padding: 30px;
        border-radius: 10px;
        margin-left: 45px;
        width: 420px;
        text-align: left;
        backdrop-filter: blur(10px);
        border: 1px solid #E0E0E0;
       
        button{
            width: 70%;
        }
        h2{
            font-size: 24px;
            color: #00478E;
            font-weight: 500;
            margin-top: 0px;
        }
    }
    
    .about-image img {
        width: fit-content;
    }
    
    .advantages-container {
        display: flex;
        gap: 20px;
        justify-content: center;
        margin-top: 20px;
        max-width: 1244px;
        flex-wrap: wrap;
    }
    
    .advantage-card {
        padding: 20px;
        border-radius: 10px;
        text-align: center;
        width: 100%;
    }
    .advantage-card:nth-child(5), .advantage-card:nth-child(6){
        width: 100% !important;
        display: flex;
        flex-direction: row;
    
    }
    .advantage-text{
        display: flex;
        flex-direction: column;
        text-align: left;
        margin-left: 24px;
        p{
            font-size: 16px;
        }
    }
    
    .light { background-color: #E6EEF4; color: #050922;}
    .dark { background-color: #05244F; color: white; }
    
    .advantage-card img {
        width: fit-content;
        height: fit-content;
        margin-bottom: 10px;
    }
    
    .advantage-card h3 {
        font-size: 18px;
        margin-bottom: 16px;
    }
    .video-section{
        margin-top: 65px;
        height: 400px;
    }
    .item-alinear {
        flex-direction: column-reverse !important;
    }
    .img-fluid-IA{
        margin-bottom: 30px;
    }

}