@font-face {
    font-family: 'Inter-ExtraLight';
    src: url('/assets/fonts/Inter-ExtraLight.woff2') format('woff2');
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: 'Inter-Black';
    src: url('/assets/fonts/Inter-Black.woff2') format('woff2');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'AnonymousPro-Regular';
    src: url('/assets/fonts/AnonymousPro-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'AnonymousPro-Bold';
    src: url('/assets/fonts/AnonymousPro-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin: 10px 0;
}

body {
    background-image: url("/assets/landing/fondo.jpg");
    background-color: black;
    background-size: cover;
    background-repeat: no-repeat;
    color: white;
}

.section-ia {
    padding: 20px;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.mg-b {
    margin-bottom: 7%;
}

header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo {
    width: 151px;
}

.btn-login {
    background: white;
    color: black;
    border: none;
    padding: 8px 20px;
    border-radius: 20px;
    font-weight: bold;
    cursor: pointer;
}

.hero-content {
    margin-top: 50px;
}

.hero-text {
    text-align: center;
    width: 100%;
}

.hero-text h1 {
    font-size: 55px;
    font-weight: bold;
    line-height: 1.3;
    color: white;
    font-family: 'Inter-Black';
}

.hero-text p {
    font-size: 31px;
    line-height: 0.5;
    color: white;
    font-family: 'Inter-ExtraLight';
}

.hero-text h1 span {
    color: #f8c52e;
}

.hero-text .btn-primary {
    margin-top: 20px;
    background-color: white;
    color: black;
    border: none;
    padding: 10px 30px;
    border-radius: 20px;
    font-weight: bold;
    cursor: pointer;
    font-family: 'Inter-Black';
}

.hero-robot .video-robot {
    width: 120px;
    transform: rotate(10deg);
    margin-right: 7%;
}

.infoCont {
    padding: 0 43px;
    width: 66.66%;
}

.imgAsistente {
    padding: 0 43px;
    display: flex;
    justify-content: start;
    width: 33.33%;
}

.hero-bottom {
    position: relative;
    margin-top: 10px;
}

.hero-bottom p {
    font-size: 30px;
    line-height: 1.5;
    font-family: 'AnonymousPro-Regular';
}

.flechaCont {
    display: flex;
    justify-content: end;
}

.arrow {
    width: 20%;
    margin-top: 20px;
}

.phone {
    margin-top: 10px;
    width: 66%;
    /* o un valor fijo como 300px */
    height: auto;
    /* mantiene la proporción */
    object-fit: cover;
}

.implement {
    margin-top: 20px;
}

.implement-title {
    text-align: center;
    width: 100%;
}

.implement-title h1 {
    font-size: 47px;
    font-weight: bold;
    line-height: 1.3;
    color: white;
    padding: 0px 143px;
    font-family: 'Inter-Black';
}

.implement-text {
    text-align: start;
    margin-top: 50px;
    width: 100%;
}

.implement-text p {
    font-size: 29px;
    line-height: 1.9;
    color: white;
    padding: 0px 113px;
    font-family: 'AnonymousPro-Regular';
}

.service {
    text-align: start;
    margin-top: 50px;
    width: 50%;
}

.imgService {
    width: 50%;
}

.videoService {
    padding: 0 43px;
    display: flex;
    justify-content: center;
    object-fit: cover;
    margin: 0 auto;
    width: 100%;
}

.hero-robot {
    padding: 0 43px;
    display: flex;
    justify-content: end;
    object-fit: cover;
    margin: 0 auto;
    width: 100%;
}

.service h1 {
    text-align: center;
    align-items: center;
    display: block;
    font-size: 38px;
    font-weight: bold;
    font-family: 'Inter-Black';
}

.service h2 {
    text-align: center;
    align-items: center;
    display: block;
    font-size: 24px;
    margin-bottom: 35px;
    font-weight: normal;
    font-family: 'AnonymousPro-Regular';
}

.service p {
    font-size: 30px;
    line-height: 1.2;
    color: white;
    font-family: 'AnonymousPro-Regular';
}

.step {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 15px;

}

.num {
    color: #f5c518;
    font-weight: bold;
    font-size: 40px;
    min-width: 46px;
    font-family: 'Inter-Black';
}

.text {
    margin: 0;
    line-height: 1.5;
}

.planes h1 {
    margin-top: 50px;
    color: #FFD700;
    text-align: center;
    font-size: 50px;
    margin-bottom: 67px;
    font-family: 'Inter-Black';
}

.contenedor-planes {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 40px 20px;
    gap: 20px;
}

.plan-card {
    background-color: rgba(0, 0, 0, 0.7);
    border: 2px solid #FFD700;
    border-radius: 10px;
    padding: 12px;
    width: 391px;
    text-align: left;
    /* Añadir estas líneas */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.plan-card h2 {
    text-align: center;
    color: #FFD700;
    margin-bottom: 45px;
    font-family: 'Inter-Black';
    font-size: 40px;
}

.plan-card h3 {
    font-size: 20px;
    margin-bottom: 45px;
    text-align: center;
    font-family: 'AnonymousPro-Regular';
}

.plan-card ul {
    list-style-type: none;
    padding: 0;
    margin-bottom: 25px;
}

.plan-card li {
    font-family: 'AnonymousPro-Regular';
    font-size: 17px;
}

.plan-card li::before {
    content: "✔️ ";
    color: #FFD700;
}


.btnContainer {
    display: flex;
    justify-content: center;
}

.btnContainer button {
    padding: 10px 20px;
    background-color: #FFD700;
    color: black;
    font-weight: bold;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-family: 'Inter-Black';
}

.btnContainer button:hover {
    background-color: #e6c200;
}

.footer {
    background: linear-gradient(to bottom, #000000, #484848);
    padding: 0px 0px 22px 0px;
    color: white;
}

.footer-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.footer-section {
    text-align: center;
}

.logo-section {
    width: 25%;
}

.logo-section img {
    height: auto;
    width: 50%;
    max-width: 100%;
}

.logo-section p {
    text-align: left;
    font-size: 16px;
    padding: 0px 0px 10px 27px;
    font-family: 'AnonymousPro-Regular';
}

.navigation-title {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
    font-family: 'Inter-Black';
}

.footer-title {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
    font-family: 'Inter-Black';
}

.networks-title {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
    text-align: start;
    font-family: 'Inter-Black';
}

.footer-links {
    list-style: none;
    padding: 0;
    margin-top: 20px;
    font-size: 14px;
}

.footer-links li {
    margin-bottom: 10px;
    font-family: 'AnonymousPro-Bold';
}

.navigation-links {
    list-style: none;
    padding: 0;
    margin-top: 20px;
    font-size: 14px;
}

.navigation-links li {
    margin-bottom: 10px;
    font-family: 'AnonymousPro-Bold';
}

.footer-social {
    display: flex;
    gap: 7px;
    justify-content: start;
    flex-wrap: wrap;
    margin-top: 10px;
}

.info-section {
    text-align: left;
    width: 25%;
    padding-top: 70px;
}

.navigation-section {
    text-align: left;
    width: 25%;
    padding-top: 70px;
}

.contact-section {
    width: 25%;
    padding-top: 70px;
}

.social-icon {
    width: 30px;
    height: 30px;
}

.footer-bottom {
    background-color: #f4f4f4;
    padding: 10px;
    margin-top: 30px;
    text-align: center;
}

.footer-bottom .footer-text {
    color: #333;
    font-size: 14px;
    margin: 0;
}

.margin-l-custom {
    margin-left: 60px;
}

.navigation-links a {
    color: #fff;
    text-decoration: none;
}

.navigation-links a:hover {
    text-decoration: underline;
}

.typing-container {
    max-width: 100%;
    overflow-wrap: break-word;
    white-space: normal;
}

section {
    view-timeline-name: --section;
    view-timeline-axis: block;

    animation-timeline: --section;
    animation-name: show;

    animation-range: entry 20% cover 60%;
    animation-fill-mode: both;
}

@keyframes show {
    from {
        opacity: 0;
        scale: 25%;
    }

    to {
        opacity: 1;
        scale: 100%;
    }
}

@media (min-width: 1400px) {

    .mg-b {
        margin-bottom: 12px;
    }

    .hero-text h1 {
        font-size: 80px;
        font-weight: bold;
        line-height: 1.3;
        color: white;
    }

    .hero-text p {
        font-size: 43px;
        line-height: 0.5;
        color: white;
    }

    .hero-text .btn-primary {
        margin-top: 20px;
        background-color: white;
        color: black;
        border: none;
        padding: 10px 30px;
        border-radius: 20px;
        font-weight: bold;
        cursor: pointer;
        width: 324px;
        font-size: 21px;
    }

    .hero-robot {
        padding: 0px;
        display: flex;
        justify-content: end;
        object-fit: cover;
        margin: 0 auto;
        width: 100%;
    }

    .hero-robot .video-robot {
        width: 10%;
        transform: rotate(10deg);
        margin-right: 7%;
    }

    .imgAsistente {
        padding: 0px 0px;
        display: flex;
        justify-content: start;
        width: 40%;
    }

    .hero-bottom p {
        font-size: 41px;
        line-height: 1.5;
        margin-left: 34px;
    }

    .infoCont {
        padding: 0px 0px;
        width: 60%;
    }

    .flechaCont {
        display: flex;
        justify-content: end;
    }

    .arrow {
        width: 18%;
        margin-top: 20px;
    }

    .phone {
        margin-top: 10px;
        width: 38%;
        height: auto;
        object-fit: cover;
        margin-left: 150px;
    }

    .implement-title {
        text-align: center;
        width: 100%;
    }

    .implement-title h1 {
        font-size: 50px;
        font-weight: bold;
        line-height: 1.3;
        color: white;
        padding: 0px 20px;
    }

    .implement-text {
        text-align: start;
        margin-top: 50px;
        width: 100%;
    }

    .implement-text p {
        font-size: 41px;
        line-height: 1.9;
        color: white;
        padding: 0px 0px;
        margin-left: 50px;
    }

    .imgService {
        width: 47%;
    }

    .videoService {
        padding: 0px 20px;
        display: flex;
        justify-content: flex-end;
        object-fit: cover;
        margin-left: 103px;
        width: 89%;
    }

    .service {
        text-align: start;
        margin-top: 50px;
        width: 53%;
    }

    .service h1 {
        text-align: center;
        align-items: center;
        display: block;
        font-size: 50px;
        font-weight: bold;
    }

    .service h2 {
        text-align: center;
        align-items: center;
        display: block;
        font-size: 32px;
        margin-bottom: 35px;
        font-weight: normal;
    }

    .service p {
        font-size: 41px;
        line-height: 1.2;
        color: white;
    }

    .step {
        display: flex;
        align-items: flex-start;
        gap: 10px;
        margin-bottom: 15px;
        margin-left: 35px;
    }

    .num {
        color: #f5c518;
        font-weight: bold;
        font-size: 50px;
        min-width: 26px;
    }

    .plan-card {
        background-color: rgba(0, 0, 0, 0.7);
        border: 2px solid #FFD700;
        border-radius: 10px;
        padding: 25px;
        width: 503px;
        text-align: left;
        /* Añadir estas líneas */
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .planes h1 {
        margin-top: 0px;
        color: #FFD700;
        text-align: center;
        font-size: 50px;
        margin-bottom: 67px;
    }

    .plan-card h2 {
        text-align: center;
        color: #FFD700;
        margin-bottom: 20px;
        font-size: 39px;
    }

    .plan-card h3 {
        font-size: 25px;
        margin-bottom: 45px;
        text-align: center;
    }

    .plan-card li {
        font-size: 25px;
    }

    .plan-card button {
        display: block;
        margin-top: auto;
        /* Esto lo empuja al final del flex */
        padding: 10px 20px;
        background-color: #FFD700;
        color: black;
        font-weight: bold;
        border: none;
        border-radius: 5px;
        cursor: pointer;
        align-self: center;
        font-size: 20px;
    }
}

@media (max-width: 992px) {

    .mg-b {
        margin-bottom: 15%;
    }

    .hero-text h1 {
        font-size: 40px;
        font-weight: bold;
        line-height: 1.3;
        color: white;
    }

    .hero-text p {
        font-size: 25px;
        line-height: 0.5;
        color: white;
    }

    .hero-robot {
        padding: 0px;
        display: flex;
        justify-content: end;
        object-fit: cover;
        margin: 0 auto;
        width: 100%;
    }

    .hero-robot .video-robot {
        width: 16%;
        transform: rotate(10deg);
        margin-right: 7%;
    }

    .imgAsistente {
        padding: 0 20px;
        display: flex;
        justify-content: center;
        width: 100%;
    }

    .hero-bottom p {
        font-size: 28px;
        line-height: 1.5;
    }

    .infoCont {
        padding: 0 20px;
        width: 100%;
    }

    .flechaCont {
        display: flex;
        justify-content: end;
    }

    .arrow {
        width: 17%;
        margin-top: 20px;
    }

    .phone {
        margin-top: 10px;
        width: 30%;
        height: auto;
        object-fit: cover;
    }

    .implement-title {
        text-align: center;
        width: 100%;
    }

    .implement-title h1 {
        font-size: 34px;
        font-weight: bold;
        line-height: 1.3;
        color: white;
        padding: 0px 20px;
    }

    .implement-text {
        text-align: start;
        margin-top: 50px;
        width: 100%;
    }

    .implement-text p {
        font-size: 28px;
        line-height: 1.9;
        color: white;
        padding: 0px 20px;
    }

    .imgService {
        width: 100%;
    }

    .videoService {
        padding: 0 20px;
        display: flex;
        justify-content: center;
        object-fit: cover;
        margin: 0 auto;
        width: 74%;
    }

    .service {
        text-align: start;
        margin-top: 50px;
        width: 100%;
    }

    .service h1 {
        text-align: center;
        align-items: center;
        display: block;
        font-size: 34px;
        font-weight: bold;
    }

    .service h2 {
        text-align: center;
        align-items: center;
        display: block;
        font-size: 19px;
        margin-bottom: 35px;
        font-weight: normal;
    }

    .service p {
        font-size: 28px;
        line-height: 1.2;
        color: white;
    }

    .step {
        display: flex;
        align-items: flex-start;
        gap: 10px;
        margin-bottom: 15px;
        margin-left: 30px;
    }

    .num {
        color: #f5c518;
        font-weight: bold;
        font-size: 38px;
        min-width: 26px;
    }

    .planes h1 {
        margin-top: 0px;
        color: #FFD700;
        text-align: center;
        font-size: 34px;
        margin-bottom: 67px;
    }

    .footer-title,
    .navigation-title,
    .navigation-links,
    .networks-title {
        font-size: 16px;
    }

    .logo-section p {
        font-size: 16px;
        padding: 0px 10px 10px 15px;
    }

    .navigation-links li {
        font-size: 14px;
        padding: 0px 0px 0px 0px;
    }

    .margin-l-custom {
        margin-left: 20px;
    }

    .footer-links li {
        margin-bottom: 10px;
        font-size: 14px;
    }

    .social-icon {
        width: 30px;
        height: 30px;
    }

    .footer-social {
        margin-top: 14px;
    }

    .logo-section img {
        height: auto;
        object-fit: contain;
        width: 71%;
        max-width: 100%;
    }
}

@media (max-width: 768px) {

    .mg-b {
        margin-bottom: 0%;
    }

    .hero-text h1 {
        font-size: 40px;
        font-weight: bold;
        line-height: 1.3;
        color: white;
    }

    .hero-text p {
        font-size: 25px;
        line-height: 0.5;
        color: white;
    }

    .hero-robot {
        padding: 0px;
        display: flex;
        justify-content: end;
        object-fit: cover;
        margin: 0 auto;
        width: 100%;
    }

    .hero-robot .video-robot {
        width: 16%;
        transform: rotate(10deg);
        margin-right: 7%;
    }

    .imgAsistente {
        padding: 0 20px;
        display: flex;
        justify-content: center;
        width: 100%;
    }

    .hero-bottom p {
        font-size: 28px;
        line-height: 1.5;
    }

    .infoCont {
        padding: 0 20px;
        width: 100%;
    }

    .flechaCont {
        display: flex;
        justify-content: end;
    }

    .arrow {
        width: 20%;
        margin-top: 20px;
    }

    .phone {
        margin-top: 10px;
        width: 39%;
        height: auto;
        object-fit: cover;
    }

    .implement-title {
        text-align: center;
        width: 100%;
    }

    .implement-title h1 {
        font-size: 34px;
        font-weight: bold;
        line-height: 1.3;
        color: white;
        padding: 0px 20px;
    }

    .implement-text {
        text-align: start;
        margin-top: 50px;
        width: 100%;
    }

    .implement-text p {
        font-size: 28px;
        line-height: 1.9;
        color: white;
        padding: 0px 20px;
    }

    .imgService {
        width: 100%;
    }

    .videoService {
        padding: 0 20px;
        display: flex;
        justify-content: center;
        object-fit: cover;
        margin: 0 auto;
        width: 74%;
    }

    .service {
        text-align: start;
        margin-top: 50px;
        width: 100%;
    }

    .service h1 {
        text-align: center;
        align-items: center;
        display: block;
        font-size: 34px;
        font-weight: bold;
    }

    .service h2 {
        text-align: center;
        align-items: center;
        display: block;
        font-size: 19px;
        margin-bottom: 35px;
        font-weight: normal;
    }

    .service p {
        font-size: 28px;
        line-height: 1.2;
        color: white;
    }

    .step {
        display: flex;
        align-items: flex-start;
        gap: 10px;
        margin-bottom: 15px;
    }

    .num {
        color: #f5c518;
        font-weight: bold;
        font-size: 38px;
        min-width: 26px;
    }

    .planes h1 {
        color: #FFD700;
        text-align: center;
        font-size: 24px;
        margin-bottom: 67px;
    }
}

@media (max-width: 576px) {

    .logo {
        width: 93px;
    }

    .mg-b {
        margin-bottom: 0%;
    }

    .hero-text h1 {
        font-size: 27px;
        font-weight: bold;
        line-height: 1.3;
        color: white;
    }

    .hero-text p {
        font-size: 17px;
        line-height: 0.5;
        color: white;
    }

    .hero-robot {
        padding: 0px;
        display: flex;
        justify-content: end;
        object-fit: cover;
        margin: 0 auto;
        width: 100%;
    }

    .hero-robot .video-robot {
        width: 64px;
        transform: rotate(10deg);
        margin-right: 7%;
    }

    .imgAsistente {
        padding: 0 20px;
        display: flex;
        justify-content: center;
        width: 100%;
    }

    .hero-bottom p {
        font-size: 18px;
        line-height: 1.5;
    }

    .infoCont {
        padding: 0px 0px;
        width: 100%;
    }

    .flechaCont {
        display: flex;
        justify-content: end;
    }

    .arrow {
        width: 20%;
        margin-top: 20px;
    }

    .phone {
        margin-top: 10px;
        width: 37%;
        height: auto;
        object-fit: cover;
    }

    .implement-title {
        text-align: center;
        width: 100%;
    }

    .implement-title h1 {
        font-size: 24px;
        font-weight: bold;
        line-height: 1.3;
        color: white;
        padding: 0px 0px;
    }

    .implement-text {
        text-align: start;
        margin-top: 50px;
        width: 100%;
    }

    .implement-text p {
        font-size: 17px;
        line-height: 1.9;
        color: white;
        padding: 0px 0px;
    }

    .imgService {
        width: 100%;
    }

    .videoService {
        padding: 0 20px;
        display: flex;
        justify-content: center;
        object-fit: cover;
        margin: 0 auto;
        width: 74%;
    }

    .service {
        text-align: start;
        margin-top: 50px;
        width: 100%;
    }

    .service h1 {
        text-align: center;
        align-items: center;
        display: block;
        font-size: 24px;
        font-weight: bold;
    }

    .service h2 {
        text-align: center;
        align-items: center;
        display: block;
        font-size: 19px;
        margin-bottom: 35px;
        font-weight: normal;
    }

    .service p {
        font-size: 17px;
        line-height: 1.2;
        color: white;
    }

    .step {
        display: flex;
        align-items: flex-start;
        gap: 10px;
        margin-bottom: 15px;
        margin-left: 0px;
    }

    .num {
        color: #f5c518;
        font-weight: bold;
        font-size: 33px;
        min-width: 26px;
    }

    .planes h1 {
        color: #FFD700;
        text-align: center;
        font-size: 28px;
        margin-bottom: 67px;
    }

    .plan-card h2 {
        text-align: center;
        color: #FFD700;
        margin-bottom: 45px;
        font-family: 'Inter-Black';
        font-size: 25px;
    }

    .plan-card h3 {
        font-size: 20px;
        margin-bottom: 45px;
        text-align: center;
        font-family: 'AnonymousPro-Regular';
    }

    .footer {
        padding: 11px 11px 20px 11px;
    }

    .logo-section,
    .info-section,
    .navigation-section,
    .contact-section {
        width: 50%;
        padding-top: 6px;
    }

    .footer-title,
    .footer-links,
    .navigation-title,
    .navigation-links,
    .networks-title {
        font-size: 16px;
        text-align: center;
    }

    .logo-section p {
        font-size: 16px;
        padding: 0px 0px 0px 0px;
        text-align: center;
        display: none;
    }

    .margin-l-custom {
        margin-left: 15px;
    }

    .social-icon {
        width: 30px;
        height: 30px;
    }

    .navigation-links li {
        font-size: 14px;
        padding: 0px 0px 0px 0px;
    }

    .margin-l-custom {
        margin-left: 20px;
    }

    .footer-links li {
        margin-bottom: 10px;
        font-size: 14px;
    }

    .logo-section img {
        height: auto;
        width: 61%;
        max-width: 100%;
    }

    .footer-social {
        margin-top: 14px;
        justify-content: center;
    }
}

@media (min-width: 576px) and (max-width: 790px) {

    .footer-section {
        padding-bottom: 10px;
        justify-content: center;
    }

    .logo-section,
    .info-section,
    .navigation-section,
    .contact-section {
        width: 50%;
        padding-top: 6px;
        text-align: center;
    }

    .footer-title,
    .navigation-title,
    .navigation-links,
    .networks-title {
        font-size: 16px;
        text-align: center;
    }

    .logo-section p {
        font-size: 16px;
        padding: 0px 10px 10px 15px;
        display: none;
    }

    .navigation-links li {
        font-size: 14px;
        padding: 0px 0px 0px 0px;
    }

    .margin-l-custom {
        margin-left: 20px;
    }

    .footer-links li {
        margin-bottom: 10px;
        font-size: 14px;
    }

    .social-icon {
        width: 30px;
        height: 30px;
    }

    .footer-social {
        margin-top: 14px;
        justify-content: center;
    }

    .logo-section img {
        height: auto;
        width: 50%;
        max-width: 100%;
    }
}