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("/assets/image/embudo/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;
    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;
    }

    span {
        font-weight: bold;
    }
}

.certificacion-img {
    width: 20%;
    height: fit-content;
    margin-left: 32px;
}
@media (min-width: 540px) {
    .certificacion-img {
        align-self: flex-end;
    }
}

.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: #050922;
}

.about-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 50px 20px;
    max-width: 1100px;
    margin: auto;
    color: white;
}

.about-content {
    width: 50%;
    text-align: left;

    h2 {
        font-size: 33px;
        font-weight: 400;
        margin: 0px 0px 20px;
    }

    span {
        font-weight: 600;
    }
}

.about-image {
    width: 50%;
    position: relative;
    text-align: center;
}

.about-image img {
    width: fit-content;
}
.advantages {
    padding: 50px 20px;
    background-image: url("/assets/image/embudo/fondo-ventajas.png");
    background-size: cover;
    background-position: center;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    h2{
         font-size: 33px;
         margin: 10px 0px;
    }
}

.advantages-container {
    display: flex;
    gap: 30px;
    max-width: 1224px;
    margin-top: 20px;
    justify-content: center;
    flex-wrap: wrap;
}

.advantage-card {
    background-color: rgba(219, 219, 219, 0.2);
    backdrop-filter: blur(8px);
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    color: white;
    width: 20%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 1px solid transparent;
    min-height: 262px;
    cursor: default;
    p{
        display: none;
        font: 16px;
    }
}
.advantage-card:hover{
    border: 1px solid #0393FF;
    background-color: rgba(2, 118, 163, 0.3);
    img{
        display: none;
    }
    p{
        display: block;
    }
}

.advantage-card img {
    height: 100px;
    width: auto;
    margin-bottom: 10px;
}

.advantage-card h3 {
    font-size: 20px;
    font-weight: 500;
}
.registration {
    background-image: url("/assets/image/embudo/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;
    
}



@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%;
    }
}

@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 {
        h2 {
            font-size: 28px;
        }
    }
    .advantages-container{
        flex-direction: column;
    }
    .advantage-card {
        width: 100%;
        min-height: 100px;
        img{
            height: 60px;
        }
    }
}
.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;
}