.hero-section {
    width: 100%;
    height: 600px;
    overflow: hidden;
}

.hero-content {
    width: 100%;
    height: 100%;
    border-radius: 20px;
    background: #0B0C10;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.left-hero {
    width: 50%;
    height: 100%;
    display: flex;
    gap: 30px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.left-hero .title {
    font-size: 120px;
    line-height: 0.8;
    align-self: flex-end;
    text-align: right;
    color: #fff;
    text-transform: uppercase;
}

.left-hero .title u {
    text-decoration: none;
    color: #66FCF1;
}

.left-hero p {
    width: 60%;
    text-align: right;
    align-self: flex-end;
    font-size: 14px;
    color: #fff;
}

.left-hero p u {
    text-decoration: none;
    font-weight: bold;
}

.social-botones {
    align-self: flex-start;
    margin-left: 70px;
    display: flex;
    flex-direction: row;
    gap: 10px;
    justify-content: center;
    align-items: center;
}

.botones {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #fff;
    color: #0B0C10;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.botones:hover {
    color: #fff;
}

.tikis:hover {
    background: #000;
}

.tikis {
    background: #66FCF1;
}

.whats:hover {
    background: #25D366;
}

.insta:hover {
    background: #E1306C;
}

.insta {
    background: #66FCF1;
}

.linked:hover {
    background: #0077B5;
}

.botones svg {
    width: 30px;
    height: 30px;
}

.right-hero {
    position: relative;
    width: 500px;
    height: 550px;
    background-color: #66FCF1;
    border-radius: 40px;
    margin: 20px 80px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.right-hero::after {
    content: "";
    position: absolute;
    width: 150px;
    height: 200px;
    top: -70px;
    right: -70px;
    border-radius: 40px 0px 40px 40px;
    background: #0B0C10;
}

.right-hero::before {
    content: "";
    position: absolute;
    width: 80px;
    height: 250px;
    bottom: -20px;
    left: -50px;
    border-radius: 20px;
    background: #0B0C10;
}

.hero-img {
    width: 100%;
    height: 200%;
    z-index: 1;
    border-radius: 40px;
    background: url(../image/graphic/porta-img.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    filter: grayscale(100%);
    cursor: pointer;
}

.about-section {
    width: 100%;
    height: 450px;
}

.about-section .about-content {
    position: relative;
    width: 100%;
    height: 100%;
    background: #0B0C10;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.about-section .about-content .title-about {
    position: absolute;
    top: 0;
    font-size: 150px;
    color: #fff;
    width: 200%;
}

.text-about {
    margin-top: 80px;
    display: flex;
    gap: 20px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.second-title {
    font-size: 30px;
    color: #66FCF1;
    font-weight: 700;
}

.second-title u {
    text-decoration: none;
    color: #fff;
    padding: 5px 10px;
    border-radius: 20px;
    border: 1px solid #fff;
}

.text {
    font-size: 20px;
    width: 65%;
    text-align: center;
    color: #fff;
}

.text u {
    text-decoration: none;
    color: #66FCF1;
    font-weight: 600;
}

.skills-section {
    position: relative;
    width: 100%;
    height: 60vh;
    background: #0B0C10;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    padding: 5px 20px;
    justify-content: flex-start;
    align-items: center;
}

.title-skill {
    color: #fff;
    font-size: 80px;
    text-transform: uppercase;
    width: 100%;
    text-align: center;
}

.title-skill u {
    text-decoration: none;
    color: transparent;
    -webkit-text-stroke: 1px #fff;
}

.skill-content {
    margin-top: 20px;
    width: 60%;
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
}

.skill {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 1px solid #fff;
    display: flex;
    gap: 5px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 12px;
    font-weight: 300;
    cursor: pointer;
    transition: 0.3s;
}

.skill:hover {
    transform: scale(1.1);
}

.skill svg {
    width: 40px;
    height: 40px;
}




.tabla-section {
    width: 100%;
    height: 250px;
}

.tabla-section .tabla-content {
    position: relative;
    width: 100%;
    height: 100%;
    background: #fff;
    border-radius: 20px 20px 0 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.tabla-section .tabla-content .title {
    position: absolute;
    top: 0;
    font-size: 100px;
    color: #0B0C10;
}

.tabla-section .tabla-content .title u {
    text-decoration: none;
    color: transparent;
    -webkit-text-stroke: 2px #0B0C10;
}

.tabla-section .tabla-content .indices {
    margin-top: 60px;
    width: 100%;
    display: flex;
    gap: 100px;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.tabla-section .tabla-content .indices .indice {
    width: 200px;
    height: 60px;
    text-decoration: none;
    border-radius: 12px;
    color: #0B0C10;
    border: 1px solid #0B0C10;
    background: #fff;
    display: flex;
    gap: 20px;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    cursor: pointer;
}

.tabla-section .tabla-content .indices .indice.active {
    color: #fff;
    background: #000;
}


.tabla-section .tabla-content .indices .indice svg {
    width: 30px;
    height: 30px;
}

.tabla-section .tabla-content .indices .indice:hover {
    color: #fff;
    background: #0B0C10;
}

.proyectos-section {
    width: 100%;
    height: auto;
}

.proyectos-section .proyectos-content {
    width: 100%;
    height: 100%;
    background: #0B0C10;
    border-radius: 0 0 20px 20px;
    padding: 40px;
    display: flex;
    gap: 40px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.proyectos-section .proyectos-content .proyecto {
    width: 90%;
    height: 400px;
    background: #fff;
    border-radius: 20px;
    box-shadow: 4px 4px 15px 5px #66FCF1;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    user-select: none;
}

.proyectos-section .proyectos-content .proyecto .proyect-left {
    width: 50%;
    height: 100%;
}

.proyect-img {
    max-width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px 0 0 20px;
}

.proyectos-section .proyectos-content .proyecto .proyect-right {
    width: 50%;
    height: 100%;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.proyectos-section .proyectos-content .proyecto .proyect-right .title {
    margin-top: 20px;
    font-size: 40px;
    font-weight: 100;
    color: #0B0C10;
    word-spacing: -5px;
}

.proyectos-section .proyectos-content .proyecto .proyect-right .title u {
    text-decoration: none;
    font-weight: bold;
}

.proyect-text {
    margin-top: 30px;
    color: #0B0C10;
}

.proyect-cta {
    margin-top: 30px;
    width: 150px;
    height: 60px;
    background: #fff;
    border-radius: 12px;
    border: 1px solid #0B0C10;
    box-shadow: 8px 8px 0px #0B0C10;
    text-decoration: none;
    color: #0B0C10;
    font-size: 16px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: ease 0.3s;
}

.proyect-cta:hover {
    background: #0B0C10;
    color: #fff;
    box-shadow: none;
}

.megacta-section {
    width: 100%;
    height: 500px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.megacta-section .cta-content {
    width: 80%;
    height: 450px;
    background: #0B0C10;
    border: 1px solid #66FCF1;
    border-radius: 20px;
    box-shadow: 0px 0px 20px 5px #66FCF1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.megacta-section .cta-content .text-cta {
    font-size: 90px;
    color: #fff;
    font-weight: 100;
}

.megacta-section .cta-content .text-cta u {
    text-decoration: none;
    font-weight: bold;
    text-shadow: 4px 4px 0 #45A29E;
}

.megacta-section .cta-content .action {
    font-size: 120px;
    text-transform: uppercase;
    color: #66FCF1;
    font-weight: bold;
    text-shadow: 0px 0px 10px #66FCF1;
}


.cta {
    --color: #66FCF1;
    font-family: inherit;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    margin-top: 30px;
    width: 170px;
    height: 50px;
    text-align: center;
    align-content: center;
    line-height: 12px;
    padding: 10px 20px;
    position: relative;
    cursor: pointer;
    overflow: hidden;
    border: 2px solid var(--color);
    transition: color 0.5s;
    z-index: 1;
    font-size: 17px;
    border-radius: 6px;
    font-weight: 500;
    color: var(--color);
}



.cta:before {
    content: "";
    position: absolute;
    z-index: -1;
    background: var(--color);
    height: 190px;
    width: 240px;
    border-radius: 50%;
}

.cta:hover {
    color: #0B0C10;
}

.cta:before {
    top: 100%;
    left: 100%;
    transition: all 0.7s;
}

.cta:hover:before {
    top: -30px;
    left: -30px;
}

.cta:active:before {
    background: #66FCF1;
    transition: background 0s;
}



/*======= Responsive Design Tables ======*/



@media (max-width:1024px) {

    .hero-content {
        width: 100%;
        height: 100%;
        border-radius: 20px;
        background: #0B0C10;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }

    .left-hero {
        width: 50%;
        height: 100%;
        display: flex;
        gap: 30px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .left-hero .title {
        font-size: 70px;
        align-self: flex-end;
        text-align: right;
        color: #fff;
    }

    .left-hero p {
        width: 70%;
        font-size: 12px;
    }

    .right-hero {
        margin: 20px 50px;
    }

    .about-section {
        width: 100%;
        height: 450px;
    }


    .about-section .about-content .title-about {
        font-size: 100px;
        width: 200%;
    }

    .skills-section {
        height: 30vh;
    }

    .title-skill {
        font-size: 60px;
    }

    .skill-content {
        margin-top: 25px;
        width: 80%;
    }

    .text-about {
        margin-top: 50px;
        display: flex;
        gap: 20px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .second-title {
        font-size: 20px;
    }

    .text {
        font-size: 16px;
        width: 65%;
    }


    .tabla-section .tabla-content .title {
        font-size: 80px;
    }

    .tabla-section .tabla-content .indices {
        margin-top: 40px;
        gap: 30px;
    }

}



/*===== Responsive Design Phone =====*/




@media (max-width:768px) {

    .hero-section {
        height: 800px;
    }

    .hero-content {
        flex-direction: column-reverse;
    }

    .left-hero {
        width: 100%;
        height: 50%;
        display: flex;
        gap: 20px;
        flex-direction: column;
    }

    .left-hero .title {
        font-size: 50px;
        align-self: auto;
        text-align: center;
        margin-bottom: 20px;
    }

    .left-hero p {
        width: 80%;
        text-align: justify;
        align-self: auto;
        font-size: 12px;
    }

    .social-botones {
        margin-left: 40px;
    }

    .botones {
        width: 40px;
        height: 40px;
    }

    .botones svg {
        width: 20px;
        height: 20px;
    }

    .right-hero {
        position: relative;
        width: 300px;
        height: 500px;
        background-color: #66FCF1;
        border-radius: 40px;
        margin: 10px 20px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .right-hero::after {
        width: 100px;
        height: 150px;
        top: -50px;
        right: -50px;
    }

    .right-hero::before {
        display: none;
    }

    .hero-img {
        height: 100%;
    }

    .about-section {
        width: 100%;
        height: 450px;
    }

    .about-section .about-content {
        position: relative;
        width: 100%;
        height: 100%;
        background: #0B0C10;
        border-radius: 20px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .about-section .about-content .title-about {
        font-size: 70px;
        width: 400%;
        transform: translateX(180px);
    }

    .text-about {
        margin-top: 20px;
        display: flex;
        gap: 80px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .second-title {
        width: 95%;
        text-align: center;
        line-height: 30px;
        font-size: 16px;
        height: 50px;
        color: #66FCF1;
        font-weight: 700;
    }

    .text {
        font-size: 14px;
        width: 75%;
    }

    .skills-section {
        height: 75vh;
        padding: 5px 10px;
    }

    .title-skill {
        font-size: 40px;
    }

    .skill-content {
        margin-top: 40px;
        width: 100%;
    }

    .skill {
        width: 90px;
        height: 90px;
    }

    .tabla-section {
        width: 100%;
        height: 500px;
    }

    .tabla-section .tabla-content {
        position: relative;
        width: 100%;
        height: 100%;
        background: #fff;
        border-radius: 20px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .tabla-section .tabla-content .title {
        top: 20px;
        font-size: 50px;
    }

    .tabla-section .tabla-content .indices {
        gap: 30px;
        flex-direction: column;
    }

    .tabla-section .tabla-content .indices .indice {
        font-size: 16px;
    }

    .proyectos-section .proyectos-content .proyecto {
        flex-direction: column;
    }

    .proyectos-section .proyectos-content .proyecto .proyect-left {
        width: 100%;
        height: 50%;
    }

    .proyectos-section .proyectos-content .proyecto .proyect-right {
        width: 100%;
        height: 50%;
        padding: 10px;
    }

    .proyectos-section .proyectos-content .proyecto .proyect-right .title {
        margin-top: 5px;
        font-size: 20px;
        word-spacing: 0px;
    }

    .proyect-img {
        border-radius: 20px;
    }

    .proyect-text {
        margin-top: 10px;
        font-size: 14px;
    }

    .proyect-cta {
        margin-top: 30px;
        width: 150px;
        height: 50px;
        font-size: 14px;
    }

    .megacta-section {
        height: 300px;
    }

    .megacta-section .cta-content {
        width: 80%;
        height: 250px;
    }

    .megacta-section .cta-content .text-cta {
        font-size: 30px;
    }

    .megacta-section .cta-content .action {
        font-size: 45px;
    }

}