/*======================= GOOGLE FONTS ========================*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600&family=Source+Sans+Pro:wght@200;300;400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Fira+Sans:ital,wght@0,300;0,400;1,300;1,400&family=Poppins:wght@400;500;600&family=Roboto:wght@700&display=swap');
@font-face{font-family:din-condensed-web;src:url(https://use.typekit.net/af/cfbead/0000000000000000000146b3/27/l?subset_id=2&fvd=n4&v=3) format("woff2"),url(https://use.typekit.net/af/cfbead/0000000000000000000146b3/27/d?subset_id=2&fvd=n4&v=3) format("woff"),url(https://use.typekit.net/af/cfbead/0000000000000000000146b3/27/a?subset_id=2&fvd=n4&v=3) format("opentype");font-weight:600;font-style:normal;font-stretch:normal;font-display:auto;}



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

body {
    font-family: 'Poppins', sans-serif;
    background-color: #1a1b1e;
    background-color: #15191f;
    
    /*background-color: #141414;*/
    /*background-color: #111111;*/
    /*background: #171717;*/
}

a {
   
}

ul {
    list-style: none;
}

.canvas {
    max-width: 950px;
    max-width: 1170px;
    margin: 0 auto;
    padding: 15px 85px 0;
    background-color: #f0f4f4;
    background-color: rgb(20, 20, 25);
    background-color: #131417;
    background-color: #1a1b1e;
    background-color: #15191f;
    /*background: #171717;*/
}

@media screen and (max-width: 800px) {
    .canvas {
        padding: 15px 45px 0;
    }
}

@media screen and (max-width: 500px) {
    .canvas {
        padding: 15px 25px 0;
    }
}

@media screen and (min-width: 1820px) {
    .canvas {
        max-width: 1300px;
    }
}

.canvas-space {
    padding-bottom: 230px;
}

.container {
    max-width: 768px;
    margin-left: 1.5rem;
    margin-right: 1.5rem;
}

.header {
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 100;
    /*background-color: hsl(250, 60%, 98%);*/
    background: rgba(255, 200, 0, 255);
    transition: .5s ease-in;
    
}

.page-divider {
    border-bottom: 1px solid #fff;
    border-bottom-width: 3px;
}

.top-divider {
    margin-top: 25px;
}

.page {
    margin-top: 0px;
    margin-bottom: 100px;
    position: relative;
}

hr {
    border-color: #8a8a8a;
    margin-bottom: 1.25rem;
    opacity: 25%;
}



/* ============================================================= */
/* ========================= TITLE PANEL ======================= */
/* ============================================================= */

.section-container {
    margin-top: 70px;
}

.section-container-about {
    margin-top: 20px;
}

.section-title-centered-about {
    margin-bottom: 60px;
    text-align: center;
}

.section-title {
    margin-bottom: 50px;
}

.section-title-centered {
    margin-bottom: 50px;
    text-align: center;
}

.section-title h2, .section-title-centered h2, .section-title-centered-about h2 {
    position: relative;
    margin-top: 10px;
    margin-bottom: 15px;
    padding-bottom: 15px;
}

.section-title h2::after {
    position: absolute;
    content: "";
    background: linear-gradient(to right, #5ca9fb 0%, #6372ff 100%);
    height: 4px;
    width: 60px;
    bottom: 0;
    left: 0;
}

.section-title-centered h2::after {
    position: absolute;
    content: "";
    background: linear-gradient(to right, #5ca9fb 0%, #6372ff 100%);
    height: 4px;
    width: 60px;
    bottom: 0;
    margin-left: -30px;
    left: 50%;
}

.section-title-centered-about h2::after {
    position: absolute;
    content: "";
    background: linear-gradient(to right, #5ca9fb 0%, #6372ff 100%);
    height: 4px;
    width: 60px;
    bottom: 0;
    margin-left: -30px;
    left: 50%;
}

.section-title-centered p {
    font-size: 18px;
    margin: 10px 0 10px;
    font-family: 'Open Sans', sans-serif;
    color: rgb(156, 156, 156);
    font-weight: 400;

    font-family: 'Quicksand',sans-serif;
    font-weight: 300;
    color: rgb(156, 156, 156);
    font-size: 15px;
    letter-spacing: 1.2px;
    margin-top: 20px;
}



h2 {
    font-family: 'Raleway', sans-serif;
    font-family: "din-condensed-web";
    text-transform: uppercase;
    margin: 0 0 20px 0;
    font-weight: 800;
    font-size: 36px;
    color: rgb(214, 214, 214);
}

/* ============================================================= */
/* ========================= TITLE PANEL ======================= */
/* ============================================================= */






/* ============================================================= */
/* ===================== INTRODUCTION PANEL ==================== */
/* ============================================================= */

.block {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
}

.block-intro {
    flex: 2;
}

.block-links {
    
    /*flex: 25%;*/
    padding-left: 2rem;
    margin-bottom: 1.5rem;
    flex-direction: column;
}


.block-links ul li {
    
    font-family: "Segoe Bold","Helvetica Neue","Lucida Grande",Arial,sans-serif;
    font-family: montserrat, sans-serif;
    
    font-size: .75em;
    text-transform: uppercase;
    vertical-align: middle;
    display: flex;
    align-items: center;
    letter-spacing: 2.5px;
    
}

.block-links ul li a {
    display: flex;
    align-items: center;
    font-weight: bold;
    text-decoration: none;
    color: #eaeaea;

    padding: 7px;
    background-color: transparent;
    border: 1px solid transparent;
    transition: all .3s;
    
}

.block-links ul li a:hover {
    background-color: rgba(255,255,255,.05);
    border: 1px solid rgba(255,255,255,.15);
    border-radius: .3em
}

.block-links .block-resume {
    margin-top: 35px;
    padding: 0.5em 0.75em;
    background-color: rgba(255,255,255,.05);
    border-radius: .3em;
    box-shadow: 2px 2px 6px rgba(0,0,0,.24);
}

.block-links .block-resume:hover {

    background-color: rgba(255,255,255,0.30);
}

.block-links .block-resume p {
    margin-right: 2.5em;
    margin-top: 10px;
}

.block-links .block-resume svg {
    margin-left: 2em;
    width: 28px;
    height: 28px;
}


.block-links ul li a svg {
    margin-right: 15px;
    width: 32px;
    height: 32px;
}

@media screen and (max-width: 767px) {

    .block {
        flex-wrap: wrap;
    }

    .block-links {
        display: flex;
        padding-left: 0;
    }
    
    .block-links ul {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        justify-content: center;
        
    }

    .block-links ul li {
        flex: 0 0 calc(30% - 10px);
    }

    .block-links .block-resume {
        margin-top: 25px;
    }
}

@media screen and (max-width: 450px) {
    .block-links ul {
        flex-wrap: nowrap;
        flex-direction: column;
        justify-content: center;
    }
}


blockquote {
    margin-right: 0;
    margin-left: 0;
    padding: 1.5em 1.5em;
    
    margin-top: 0;
    margin-bottom: 1.5rem;
    background-color: #2a3740;
    background-color: rgba(255,255,255,.05);
    /*background-color: rgba(35,36,39,0.95);*/
    border: 1px solid rgba(255,255,255,.15);
    border-left: solid 0.5em;
    border-left-color: #56aaae;
    border-left-color: rgba(255,255,255,.45);
    border-radius: 0em 0.3em 0.3em 0em;
    
}

blockquote, q {
    box-shadow: 2px 2px 6px rgba(0,0,0,.24);
    box-shadow: 0 9px 18px 0 rgb(0 0 0 / 25%);

}

blockquote p {
    font-family: montserrat,sans-serif;
    font-family: 'Open Sans', sans-serif;
    font-family: 'nunito', sans-serif;
    font-weight: 300;
    font-size: 15px;
    line-height: 1.5;
    letter-spacing: 1.05px;
    margin-bottom: 0.75rem;
    color: white;
    color: rgb(156, 156, 156);

    font-family: 'Quicksand',sans-serif;
    font-weight: 300;
    color: rgb(156, 156, 156);
    font-size: 15px;
    letter-spacing: 1.2px;
}

blockquote h4 {
    font-family: 'Raleway', sans-serif;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 10px;
}

.colored-word {
    color: linear-gradient(to right, #5ca9fb 0%, #6372ff 100%);
    color: #6372ff;
    font-weight: bold;
}

/* ============================================================= */
/* ===================== INTRODUCTION PANEL ==================== */
/* ============================================================= */





/* ============================================================= */
/* =================== PROFESIONAL PROJECTS ==================== */
/* ============================================================= */

.profesional-project
{
    padding-bottom: 1rem;
    padding-left: 0.2rem!important;
    padding-right: 0.2rem!important;
}

.profesional-project-cover
{
    position: relative;
    opacity: .75;
    transition: opacity var(--hover_transition_speed) ease;
    -webkit-box-shadow: 5px 5px 10px -2px rgba(0,0,0,.5);
    box-shadow: 5px 5px 10px -2px rgba(0,0,0,.5);
}

.video-overlay
{
    position: relative;
    height: auto
}

.video-overlay video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: var(--hover_transition_speed) ease;
    vertical-align: middle;
}

.video-overlay:hover video {
    opacity: 1;
}

.video-overlay img
{
    width: 100%;
}


.profesional-project-cover .profesional-project-info {
    padding: 0.7em;
    position: absolute;
    left: 0.5px;
    bottom: -1px;
    width: 100%;
    pointer-events: none;
    color: #fff;
    background-image: linear-gradient(rgba(0,0,0,0),rgba(33,37,43,0.5),rgb(33,37,43));
}

.profesional-project-cover .profesional-project-info .info {
    position: absolute;
    padding: 0.7em;
    bottom: 0;
    right: 0;
    text-align: right;
}

.profesional-project-cover .profesional-project-info h3 {
    
    font-family: "Source Sans Pro";
    
    margin-bottom: 0.2rem;
    font-weight: 800;
    line-height: 1.2;
    font-size: 2.2rem;
    letter-spacing: 2px;


    font-family: montserrat, sans-serif;
    font-family: "Source Sans Pro";
    font-family: "din-condensed-web";
    font-family: "Quicksand";

    font-weight: 500;
    font-style: normal;
    line-height: 1.3em;
    font-size: 2.75em;
    text-transform:uppercase;
    text-decoration: none;
    letter-spacing: 1.2px;
    text-shadow: 2px 2px #1E1E1E;
}

.profesional-project-cover .profesional-project-info h5 {
    font-family: "Source Sans Pro";
    font-family: "din-condensed-web";
    font-size: 1.4rem;
    margin-bottom: 0.2rem;
    color: rgba(255, 255, 255, 0.8);
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: 2px;


    font-family: "Source Sans Pro";
    font-size: 1.7em;
    line-height: 1.4em;
    text-transform: none;
    text-decoration: none;
    letter-spacing: 1px;
    font-weight: 300;
    font-style: normal;
}

.profesional-project-cover .profesional-project-info img {
    padding: 5px;

}

@media screen and (max-width: 850px) {
    .profesional-project-cover .profesional-project-info h3 {
        font-size: 1.6em;
    }

    .profesional-project-cover .profesional-project-info h5 {
        font-size: 1.2rem;
    }
}

@media screen and (max-width: 550px) {
    .profesional-project-cover .profesional-project-info h3 {
        font-size: 1em;
    }

    .profesional-project-cover .profesional-project-info h5 {
        font-size: .8rem;
    }
}

@media screen and (max-width: 350px) {
    .profesional-project-cover .profesional-project-info h3 {
        font-size: .6em;
    }

    .profesional-project-cover .profesional-project-info h5 {
        font-size: .4rem;
    }
}

/* ============================================================= */
/* =================== PROFESIONAL PROJECTS ==================== */
/* ============================================================= */





/* ============================================================= */
/* ==================== PERSONAL PROJECTS ====================== */
/* ============================================================= */

.project-list {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    grid-template-rows: auto;
    grid-template-columns: 1fr minmax(200px,1fr) 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    align-content: center;
    justify-content: center;
    display: grid;
    justify-items: center;
    grid-column: 2 / 3;

}

@media screen and (max-width: 900px) {
    .project-list {
        grid-template-columns: 1fr 1fr;
    }
}

@media screen and (max-width: 550px) {
    .project-list {
        grid-template-columns: 1fr;
    }
}

.list-container-two {
    display: flex;
    justify-content: space-between; /* Centrar los elementos horizontalmente */
    flex-wrap: wrap;
    align-items: flex-start;
}

.list-item-two {
    margin: 5px;
    flex: 0 0 calc(49% - 10px);
    margin-bottom: 20px;
}

@media screen and (max-width: 700px) {
    .list-item-two {
        flex: 0 0 calc(95% - 10px);
    }
}

.list-container-three {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}

.list-item-three {
    flex: 0 0 calc(33% - 10px);
    margin: 5px;
}

@media screen and (max-width: 1000px) {
    .list-item-three {
        flex: 0 0 calc(49% - 10px);
    }
}

@media screen and (max-width: 700px) {
    .list-item-three {
        flex: 0 0 calc(95% - 10px);
    }
}

.list-item {
    z-index: 1;
    grid-column-gap: 100px;
    grid-row-gap: 100px;
    background-color: transparent;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    display: flex;
   

}

.card {
    width: 100%;
    height: 100%;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    color: #e9ecef;
    background-color: rgba(255,255,255,.05);
    border: 1px solid rgba(255,255,255,.15);
    border-radius: 0.3em;
    transition: background-color .2s,box-shadow .2s;
    position: relative;
    overflow: hidden;
    box-shadow: 0 0 transparent;
}


.card-image-container {
    margin-left: 0;
    overflow: hidden;
    position: relative;
    z-index: 0;
}

.card-image {
    max-width: 100%;
    max-height: 100%;
    object-fit:contain;
   
    transition: transform 0.3s ease;
   
   
}

.card:hover {
    color: #e9ecef;
    background-color: rgba(255,255,255,.1);
    box-shadow: 0 3px 10px -2px rgba(0,0,0,.75)
}

.card:hover .card-link .card-image {
    transform: scale(1.1);
}

.card-contents {
    margin: 20px 20px 20px;
}

.tag-collection-list {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: wrap;
    display: flex;
}

.tag {
    color: #ced4da;
    background-color: rgba(255,255,255,.05);
    border-radius: 0.3rem;
    padding: 0.3rem 0.7rem;
    font-size: .75rem;
    transition: all .2s;
    display: inline-block;
    box-shadow: 0 5px 10px -3px rgba(2,2,2,.1);
}

.card-title {
    color: #e9ecef;
    flex: 1;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    font-size: 1.2em;
    font-weight: 700;
}

.card-description {
    color: #ced4da;
    font-size: 14px;
}

@media screen and (max-width: 800px) {
    .card-contents {
        margin: 16px 16px 16px;
    }
}

@media screen and (max-width: 650px) {

    .card-contents {
        margin: 12px 12px 12px;
    }

    .tag {
        font-size: .70rem;
    }

    .card-title {
        font-size: 1.1em;
    }

    .card-description {
        font-size: 12px;
    }
}

.card-date-container {
    height: 16px;
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    opacity: .5;
    flex-direction: row;
    align-items: center;
    margin-bottom: 20px;
    margin-left: 20px;
    font-size: .85em;
    display: flex;
    position: absolute;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: auto;
}

.card-detail {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    color: #fff;
    justify-content: flex-start;
    align-items: center;
    padding: 5px;
    display: flex;
}

.card-date {
    color: #fff;
}

.card-icon {
    width: 16px;
    height: 16px;
}

.card-link-gate
{
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
}

.card-link {
    z-index: 1;
    text-decoration: none;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
}

.project-button-container {
    margin-top: 50px;
    margin-bottom: 50px;
    text-align: center;
    display: flex;
    flex-direction: row;
    justify-content: center;
    justify-items: center;
    max-width: 100%;
}

.project-button {
    text-decoration: none;
    font-family: 'Source Sans Pro', sans-serif;

    padding: 0.85em 1.25em;
    background-color: rgba(255,255,255,.05);
    border-radius: 0.3em;
    box-shadow: 2px 2px 6px rgba(0,0,0,.24);
    border: 1px solid rgba(255,255,255,0.1);
    transition: all .3s;
   
    font-weight: 300;
    font-size: 18px;
    color: rgb(214, 214, 214);
}

.project-button:hover {
    background-color: rgba(255,255,255,0.30);
}

img {
    max-width: 100%;
    vertical-align: middle;
    display: inline-block;
}

video {
    width: 100%;
    height: auto;
    object-fit: fill;
}

p {
    margin-top: 0;
    margin-bottom: 10px;
}

/* ============================================================= */
/* ==================== PERSONAL PROJECTS ====================== */
/* ============================================================= */




/* ============================================================= */
/* ========================= FOOTER ============================ */
/* ============================================================= */

.footer-page {
    position: relative;
    margin-top: 40px;
    padding: 0px 0px;
    background-color: #121316;
    border-top: 1px solid #2E3138;
}

@media screen and (max-width: 767px) {
    .footer-page {
       margin-bottom: 50px;
    }
}

.footer-sidebar {
    max-width: 900px;
    margin: auto;
}

.footer-page .copy {
    text-align: center;
    font-size: 9pt;
    color: #8E94A6;
    margin-top: 10px;
    padding-top: 0.8em;
    padding-bottom: 0.8em;
    font-size: .8em;
}

.footer-links {
    justify-content: center;
    display: flex;
    flex-direction: row;
    align-items: center;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    border-bottom: 1px solid rgba(255,255,255,.15);
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    vertical-align: middle;
}

.footer-icon {
    background-color: transparent;
    border: 1px solid transparent;
    padding: 10px;
    transition: all .3s;
    vertical-align: middle;
}

.footer-icon:hover {
    background-color: rgba(255,255,255,.05);
    border: 1px solid rgba(255,255,255,.15);
    border-radius: .3em
}


.footer-icon img, .footer-icon svg {
    width: 32px;
    height: 32px;
    vertical-align: middle;
}

.github-icon svg
{
    width: 38px;
    height: 38px;
    vertical-align: middle;
}

.mail-icon svg
{
    width: 36px;
    height: 36px;
    vertical-align: middle;
}

/* ============================================================= */
/* ========================= FOOTER ============================ */
/* ============================================================= */



/* ============================================================= */
/* ========================= NAVBAR ============================ */
/* ============================================================= */

.nav-header {
    padding: 50px 85px 35px;
    padding-bottom: 45px;
    background-color: #121316;
    border-bottom: 1px solid #2E3138;
}

@media screen and (max-width: 895px) {
    .nav-header {
        padding: 50px 25px 35px;
    }
}

@media screen and (max-width: 767px) {
    .nav-header {
        width: 100%;
        position: fixed;
        bottom: 0;
        left: 0;
        z-index: 100;
        padding: 35px 30px 35px;
        padding-bottom: 35px;
        border-radius: 0.9rem 0.9rem 0 0;
        border-top: 1px solid #2E3138;
    }
}

.nav-container {
    max-width: 1150px;
    margin: 0 auto;
    height: 3rem;
    display: flex;
    justify-content: space-between;
    padding: 0px 85px 0;
}

@media screen and (min-width: 1820px) {
    .nav-container {
        max-width: 1300px;
    }
}


.nav-logo {
    font-family: "din-condensed-web";
    font-size: 40px;
    line-height: 1.2rem;
    text-transform: uppercase;
    letter-spacing: 0px;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    color: #fff;
    font-weight: 700;
}

.nav-title {
    color: #e9ecef;
    font-family: "Source Sans Pro";
    font-size: 16px;
    font-weight: 400px;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 7px 0px;
    color: #fff;
}

.nav-logo:hover {
    color: hsl(0, 69%, 61%);
    color: #6372ff;;
}

.nav-menu {

}

@media screen and (max-width: 767px) {

    .nav-container{
        justify-content: space-around;
    }

    .nav-menu {
        position: fixed;
        bottom: -100%;
        left: 0;
        width: 100%;
        background-color: hsl(250, 60%, 98%);
        background-color: #121316;
        padding: 0.75rem 1.5rem 0.75rem;
        box-shadow: 0 -1px 4px rgba(0, 0, 0, .15);
        border-radius: 0.9rem 0.9rem 0 0;
        transition: .3s ease-in-out;
        padding: 25px 25px 25px;
        border-top: 1px solid #2E3138;
        
    }

    .nav-profile {
       
    }

    
}

@media screen and (max-width: 350px) {
    .nav-header {
        padding: 35px .25px 35px;
    }
    .nav-menu {
        padding: 25px .25px 25px;
    }
}

.nav-list {
    display: flex;
    flex-direction: row;
    list-style: none;
    justify-content: center;
}

@media screen and (max-width: 767px) {
    .nav-list {
       justify-content: space-around;
    }
}

@media screen and (max-width: 350px) {

    .nav-menu {
        padding: 25px .25px 25px;
    }
}



.nav-item {
    margin-right: 5px;
    padding: 10px 10px;
}

.nav-link {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 1rem;
    
    color: rgba(255,255,255,.75);
    font-family: "Source Sans Pro";
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 400;
    padding: 8px 1px;
    text-decoration: none;
    letter-spacing: 2px;
    font-style: normal;

    position: relative;
}

.nav-link:hover {
    color:#f8f8f8;
}

.nav-link::after {

    display: block;
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 0;
    height: 3px;
    background: linear-gradient(to right, #6372ff 0%, #5ca9fb 100%);
    content: "";
    transition: width 0.2s;
}
  
.nav-link:hover::after,
.nav-link.active::after {
    width: 100%; /* Ancho completo en hover y página activa */
}

.nav-icon {
    font-size: 1.2rem;
    font-weight: 300;
}

.show-menu {
    bottom: 0;
}

.nav-buttons {
    display: flex;
    align-items: center;
}

.nav-close {
    position: absolute;
    right: 1.2rem;
    bottom: .5rem;
    font-size: 1.5rem;
    cursor: pointer;
    color:hsl(250, 8%, 15%);
    color: rgba(121, 121, 121, 0.75);
    
}

.nav-toggle {
    color: #fff;
    font-size: 1.4rem;
    cursor: pointer;
}

.nav-toggle:hover {
    color: hsl(0, 69%, 61%);
}


@media screen and (min-width: 767px) {

    .nav-icon, .nav-close, .nav-toggle {
        display: none;
    }

    .nav-menu {
        margin-left: auto;
    }
}

/* ============================================================= */
/* ========================= NAVBAR ============================ */
/* ============================================================= */












.block-caption {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 0.25rem 0.5rem;
 }
 .block-logo {
     flex: 25%;
     text-align: center;
     padding-top: 0.25rem;
     
 }
 .block-text {
     flex: 75%;
     padding-left: 1.2rem;
 }
 .block-caption svg {
     width: 2.4rem;
     height: 2.4rem;
     font-size: 2rem;
     flex: 30%;
 }
 
 .block-caption img {
     width: 3.5rem;
     height: 3.5rem;
     font-size: 3rem;
 }
 
 .block-caption p {
     color: rgb(234, 78, 112);
     font-family: 'Fira Sans';
     font-weight: 300;
     font-size: 1rem;
     line-height: 1.75rem;
 }


/* ============================================================= */
/* ========================== ABOUT ============================ */
/* ============================================================= */

.author-container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 5px;
}

.author-profile {
    flex: 1;
    text-align: center;
    padding: 10px;
    padding: 50px 10px;
}

.author-profile img {
    max-width: 100%;
    border-radius: 50%;
    margin: 0 auto;
    width: 200px;
    height: 200px;

}

.author-profile h2 {
    font-size: 2.3em;
    font-weight: 300;
    color: #fff;
    margin: 20px 0 10px 0;
    line-height: 1.25;
    text-rendering: optimizeLegibility;
}

.author-profile h3 {
    font-size: 1.13em;
    font-weight: 300;
    color: #AAAAAA;
    margin: 0px 0 10px 0;
}

.author-profile a {
    color: rgb(234, 78, 112);
    text-decoration: none;
    transition: color 0.6s ease;
    text-transform: capitalize;
}

.author-links {
   

    justify-content: center;
    display: flex;
    flex-direction: row;
    align-items: center;
  
    
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    vertical-align: middle;
}

.author-bio {
    flex: 2;
    padding: 10px;
    padding: 30px 10px;
}

.author-bio h1 {
    font-size: 2.5rem;
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2;
   
    color: white;
    font-family: 'Lato',sans-serif;
    font-weight: 300;
    letter-spacing: 1.2px;
}

.author-bio h2 {
    font-size: 2rem;
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2;
    
    color: white;
    text-transform: none;
    font-family: 'Quicksand',sans-serif;
    
    font-weight: 400;
    
    letter-spacing: 1.2px;
}

.author-bio p {
    text-align: justify;
    
    line-height: 1.6em;
    font-family: 'Fira Sans',sans-serif;
    font-family: 'Quicksand',sans-serif;
    color: #fff;
    color: rgb(220, 220, 220);
    
}

.author-bio a {
    color: rgb(234, 78, 112);
    text-decoration: none;
    transition: color 0.6s ease;
    text-transform: capitalize;
}

@media screen and (max-width: 900px) {
    .author-container {
        justify-content: center;
        align-items: center;
        flex-direction:column-reverse;
    }
}







.experience-canvas {
    padding: 1em 0px;
    margin: 1em 0px;
    background-color: rgba(0, 0, 0, 0.3);
   
}

.experience-container {
    max-width: 70em;
    margin: 0px auto;
    padding: 1.5em;
}

.experience-list {
    /*display: grid;
    flex-direction: column;
    grid-template-columns: 2fr 7fr;
    align-items: center;
    gap: 2em 1em;*/

    display: flex;
    align-items:start;
   
}

.experience-icon {
    display: flex;
    flex-direction: column;
}

.experience-icon img {
    margin-top: 10px;
    margin-bottom: 10px;
    max-width: 160px;
    margin-right: 50px;
    border-radius: 20px;
    margin-left: 40px;
    
}

.experience-item {
    flex: 1;
    font-weight: 300;
    color: rgb(156, 156, 156);
    letter-spacing: 1.2px;
    
}

.experience-item h1 {
    font-weight: 400;
    font-family: "din-condensed-web";
    text-transform: uppercase;
    margin: 0 0 5px 0;
    
    font-size: 36px;
    color: rgb(214, 214, 214);
}

.experience-item h4 {
    margin-top: 20px;
    margin-bottom: 20px;
    position: relative;
    font-family: "Source Sans Pro";
    font-weight: 400;
    font-size: 17px;
    font-style: italic;
    
}

.experience-item h4::after {
    position: absolute;
    content: "";
    background: linear-gradient(to right, #5ca9fb 0%, #6372ff 100%);
    height: 3px;
    width: 60px;
    bottom: -9px;
    left: 0;
}

.experience-item p {
    font-family: 'Quicksand',sans-serif;
    font-weight: 300;
    color: rgb(156, 156, 156);
    font-size: 15px;
    letter-spacing: 1.2px;
    line-height: 1.6em;
    
}

.experience-item ul {
    list-style-type:disc; /* Agrega puntos (viñetas) al inicio de cada elemento de lista */
    margin: 0; /* Elimina el margen predeterminado de la lista */
    padding-left: 20px; 
}

.experience-item ul li {
    font-family: 'Quicksand',sans-serif;
    font-weight: 300;
    color: rgb(156, 156, 156);
    font-size: 15px;
    letter-spacing: 1.2px;
    line-height: 1.6em; 
}

@media screen and (max-width: 767px) {
    .experience-list {
        justify-content: center;
        align-items: center;
        flex-direction:column-reverse;
    }
}




















.skill-container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}

.skill-column {
    flex: 1;
    
    padding-top: 20px;
    
    margin: 10px;
    text-align: center;
    align-items: center;
    vertical-align: middle;
}

@media screen and (max-width: 850px) {
    
    .skill-container {
        justify-content: center;
    }

    .skill-column {
        flex: 0 0 calc(30% - 10px);
    }
}

@media screen and (max-width: 550px) {
    
    .skill-column {
        flex: 0 0 calc(45% - 10px);
    }
}

.skill-item {
    margin: 15px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    vertical-align: middle;
}

.skill-item p {
    font-family: 'Quicksand',sans-serif;
    font-weight: 300;
    color: rgb(156, 156, 156);
    font-size: 15px;
    letter-spacing: 1.2px;
}

.skill-icon {
    width: 46px; /* Ajusta el tamaño de la imagen según sea necesario */
    height: 46px;
    margin-right: 5px;
    margin-bottom: 15px;
}

.skill-icon-irr {
    width: 84px;
    height: 28px;
    margin-right: 5px;
    margin-bottom: 18px;
}

.skill-icon-lang {
    width: 53px;
    height: 53px;
    margin-right: 5px;
    margin-bottom: 12px;

    width: 46px; /* Ajusta el tamaño de la imagen según sea necesario */
    height: 46px;
    margin-right: 5px;
    margin-bottom: 15px;
}

.skill-icon-engine {
    width: 64px;
    height: 64px;
    margin-right: 5px;
    margin-bottom: 8px;
}

/*.custom-img-container {
    position: relative;
    display: inline-block;
}

.custom-img-container:hover .popup {
    display: block;
}

.popup {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    
    padding: 0px;
    font-size: 12px;
    top: 40px; 
    left: -8px;
}*/

h3 {
    font-family: 'Raleway', sans-serif;
    font-family: "din-condensed-web";
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
    margin: 0 0 20px 0;
    font-weight: 800;
    font-size: 18px;
    color: rgb(214, 214, 214);
    margin-bottom: 40px;
}







/* ============================================================= */
/* ========================== ABOUT ============================ */
/* ============================================================= */




/* ============================================================= */
/* ========================== PROJECT ========================== */
/* ============================================================= */

.project-background
{
    background-color: #121212;
    background-color: #161718;
    background-color: #101214;
    background-color: #131418;
}

.project-header {
    width: 100%;
    height: 650px;
    position: relative;
    overflow: hidden;
}

@media screen and (min-width: 2400px) {
    .project-header {
        height: 850px;
    }
}

@media screen and (min-width: 3800px) {
    .project-header {
        height: 950px;
    }
}

.project-header-image {
   
    object-fit:cover;
    object-position: center;
    width: 100%;
    height: 100%;

}

.project-header-img {
    object-fit:cover;
    object-position: center;
    width: 100%;
    height: 100%;
}

.project-header-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    pointer-events: none;
}

.project-header-container {
    align-items:center;
    display: flex;
    flex-flow: column;
    height: 100%;
    justify-content:flex-end;
    margin: 0;
    padding: 0;
    padding-bottom: 50px;
    pointer-events: none;
    width: 100%;
    background: linear-gradient(rgba(50,13,13,.4),#0d0d0d);
    background: linear-gradient(rgba(50,13,13,.4),#15191f);
    background: linear-gradient(rgba(20,20,50,.4),#101214);
    background: linear-gradient(rgba(20,20,50,.4),#131418);


}

.project-header-text {
    max-width: 1150px;
    margin-left: auto;
    margin-right: auto;
    text-align:left;
    display: flex;
    flex-wrap: wrap;

}

@media screen and (min-width: 1820px) {
    .project-header-text {
        max-width: 1300px;
    }
}

.project-header-text-bg {
    /*background: linear-gradient(90deg,#6372ff,transparent);*/
    /*border-radius: 10px;*/
    margin-bottom: 20px;
    padding: 10px 10px 10px 20px;
    width: 100%;

    /*background: linear-gradient(to right, #6372ff, transparent),
    linear-gradient(to bottom, transparent, transparent),
    linear-gradient(to left, transparent, transparent),
    linear-gradient(to top, transparent, transparent),
    linear-gradient(to bottom right, #6372ff, transparent);
    background-origin: border-box;
    background-clip: content-box, padding-box, padding-box, padding-box, border-box;*/

    /*border: 2px solid #6372ff;
    background: transparent;*/

    
    background-image: linear-gradient(to right, #6372ff, transparent);


    border-left: solid 0.5em;
    border-left-color: #b9dbfe;
    
}

.project-header-text h1 {
    font-family: 'Raleway', sans-serif;
    font-family: "din-condensed-web";
    font-family: "Lato";
    font-family: 'Fira Sans', sans-serif;
    font-family: "din-condensed-web";
    
    text-transform: uppercase;
    
    font-weight: 800;
    letter-spacing: 2px;
    font-size: 100px;
    color: rgb(214, 214, 214);

    position: relative;
    margin-top: 10px;
    margin-bottom: 45px;
    padding-bottom: 15px;
}

.project-header-text h1::after {
    position: absolute;
    content: "";
    background: linear-gradient(to right, #5ca9fb 0%, #6372ff 100%);
    height: 10px;
    width: 200px;
    bottom: 0;
    left: 0px;
}

.project-header-text h5 {
    font-weight: 300;
    margin-bottom: 0.2rem;
    font-family: Nunito,sans-serif;
    font-family: 'Quicksand', sans-serif;
    font-size: 1.25rem;
    line-height: 1.6;
    color: #fff;
    font-style:normal;
    letter-spacing: 1.2px;

    
    font-size: calc(16.5px);
    font-weight: 200;

    max-width: 50em;
    padding-left: 20px;
   

}

.project-header-text p {
    font-size: 0.875em;
    color: rgba(255, 255, 255, 0.8);
    margin-top: 5px;
}

.project-header-text span {
    display: inline; 
    padding: 0px 0.5em; 
    font-size: 1em;
}

.project-header-text img {
    height: 24px; 
    border-radius: 100%; 
    vertical-align: middle; 
    margin-right: 0.5em;
}

.project-header-text svg {
    height: 20px; 
    padding-bottom: 2px;
    
    vertical-align: middle; 
    margin-right: 0.5em;
    text-align: center;
}




/*==== ARTICLE ====*/

.project-info-container {
    max-width: 1150px;
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;

    display: flex;
    flex-wrap: nowrap;

    margin-top: 30px;

    padding: 5px 35px 0;
}



@media screen and (max-width: 1920px) {
    .project-info-container {
        max-width: 1150px;
    }
}



.project-info-article {
    flex: 0 0 auto;
    width: 71%;
    padding-right: 1.5rem;
    margin-right: 1.5em;
}


/*==== ARTICLE TITLE ====*/
.project-info-article h1 {
    position: relative;
    margin-top: 10px;
    margin-bottom: 35px;
    padding-bottom: 15px;
    color: rgb(214, 214, 214);
}

.project-info-article h1::after {
    position: absolute;
    content: "";
    background: linear-gradient(to right, #5ca9fb 0%, #6372ff 100%);
    background: linear-gradient(90deg,#6372ff,transparent);
    height: 8px;
    width: 100%;
    bottom: 0;
    left: 0;
}


/*==== ARTICLE SUBTITLE ====*/
.project-info-article h2 {
    position: relative;
    margin-top: 10px;
    margin-bottom: 5px!important;
    padding-bottom: 5px;
    margin-top: 20px;

    font-family: 'Raleway', sans-serif;
    font-family: "din-condensed-web";
    font-family: 'Quicksand', sans-serif;
    text-transform: capitalize;
    
    font-weight: 800;
    font-size: 28px;
    color: rgb(214, 214, 214);
    color: #dddddd;
}

/*==== ARTICLE OTHER HEADINGS ====*/
.project-info-article h3 {
    font-size: 1.35rem;
    font-weight: 700;
    margin-bottom: 15px;
    margin-top: 15px;
    font-family: 'Quicksand', sans-serif;
    text-transform: capitalize;
    color: rgb(199, 199, 199);
}

.project-info-article h4 {
    font-size: 1.15rem;
    font-weight: 700;
    margin-bottom: 15px;
    margin-top: 15px;
    font-family: 'Quicksand', sans-serif;
    text-transform: capitalize;
    color: rgb(199, 199, 199);
}

.project-info-article h5 {
    font-size: 1.20rem;
    margin-bottom: 10px;
    font-weight: 500;
    font-family: 'Quicksand', sans-serif;
    text-transform: capitalize;
    color: rgb(214, 214, 214);
}

/*==== ARTICLE LIST ====*/


.project-info-article ul {
    font-family: 'Quicksand', sans-serif;
    list-style:disc;
    color: rgb(214, 214, 214);
    text-align: justify;
    line-height: 1.6em;
    padding-left: 2rem;
    margin-bottom: 0rem;
    margin-top: 0;
}

.project-info-article .features-list
{
    list-style:none;
}
.project-info-article ul li {
    margin-bottom: 5px;
    color: #adaeb2;
}

/*==== ARTICLE TEXT ====*/
.project-info-article p {
    text-align: justify;
    line-height: 1.6em;
    font-family: 'Quicksand',sans-serif;
    color: #fff;
    color: rgb(220, 220, 220);
    /*color: #85878b;*/
    color: #b9bbc0;
    color: #adaeb2;
    align-items: center;
}

.project-info-article p a {
    text-decoration: none;
    color: #1ABC9C;
    transition: .35s;
}

.project-info-article p em {
    color: gray;
    text-align: center;
    display: block;
    margin-bottom: 15px;
}

/*==== ARTICLE VIDEO ====*/
.project-info-article video {
    width: 100%;
    /*height: 100%;*/
    padding-bottom: 20px;
    padding-top: 0;
    justify-content: center;
}

/*==== ARTICLE IMAGE ====*/
.project-info-img {
    display: flex;
    justify-content: center;
}
.project-info-article img {
    /*width: 100%;*/
    /*height: 100%;*/
    
    margin: 15px auto;
    display: block;
    transition: .5s ease-in-out;
}

.project-info-article img:hover {
    filter: brightness(150%);
}

/*==== ARTICLE FLEX ====*/
.article-section-flex {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 5px;
    justify-content: space-between;
    vertical-align: middle;
    align-items: center;
}

.article-section-30 {
    flex: 0 0 auto;
    width: 32.8%;
}

.article-section-40 {
    flex: 0 0 auto;
    width: 40%;
    
}

.article-section-50 {
    flex: 0 0 auto;
    width: 49.5%;
}

.article-section-60 {
    flex: 0 0 auto;
    width: 55%;
   
}

.article-section-75 {
    flex: 0 0 auto;
    width: 75%;  
}

.article-section-25 {
    flex: 0 0 auto;
    width: 20%;
}

.article-section-gallery {
    margin: 5px auto!important;
}

/*==== ARTICLE CODE ====*/
.project-info-article code {  
    /*background-color: #181818;*/
    border-radius: 10px;
    width: 100%;
}

.highlighter-code {
    color: #eff;
    color: rgb(195, 90, 90);
    background-color: #263238;
    margin: 0;
    padding: 0.2em 0.4em;
    font-size: 115%;
    border-radius: 3px!important;
    font-weight:bolder;
}

.highlighter-element {

    color: #eff;
    color: #e7bb74;
    background-color: #263238;
    margin: 0;
    padding: 0.2em 0.4em;
    font-size: 115%;
    font-weight:bolder;
    border-radius: 3px!important;
}

/*==== ARTICLE NOTICE ====*/
.notice-callback {
    margin: 0.5em 0 !important;
    padding: 1em;
    background-color: #7d5537;
    color: #fff;
    background: linear-gradient(160deg, #7d5537 -150%, rgba(255, 255, 255, 0.05) 150%);
    border-radius: 0.25rem;
    -webkit-box-shadow: 0 0px 10px rgba(0,0,0,.3);
    box-shadow: 0 0px 10px rgba(0,0,0,.3);
}

.math-element
{
    color: #adaeb2;
    font-size: 1.20rem;
    text-align: center;
    margin-top: 1.5em;
}

.line-br
{
    line-height: 1.2;
}












/*------- INDEX -----*/

.project-info-index {
    flex: 0 0 auto;
    width: 27%;
}

.index-container {
    display: block;
    position: sticky;
    top: 70px;
}

.index-container h5 {
    font-size: 1.25rem;
    font-weight: 500;
    margin-bottom: 0.2rem;
    font-family: 'Quicksand',sans-serif;
    color: #fff;
    margin-bottom: 10px;
}

.index-list {
    height: 100%;
    position: relative;
}

.index-list:before {
    background-color: #1d1d1d;
    content: "";
    height: 100%;
    position: absolute;
    width: 3px;
}

.index-list-content {
    list-style: none;
    margin-top: 5px;
    padding-inline-start: 20px;
}

.index-list-content li
{
    padding: 1.5px 0px;
}

.index-item {
    color: #c7c7c7;
    font-size: small;
    margin-bottom: 5px;
    position: relative;
    transition: color .2s ease;
    -webkit-user-select: none;
    user-select: none;
    text-decoration: none;

    font-family: 'Quicksand',sans-serif;
    font-size: 1rem;
}

.index-item:after {
    background-color: initial;
    border-radius: 100px;
    bottom: 0;
    content: "";
    left: -20px;
    position: absolute;
    top: 0;
    transition: background-color .3s ease;
    width: 3px;
}

.index-item:hover {
    cursor: pointer;
    color: white;
}

.index-item-selected {
    color: #6372ff!important;
    height: 100%;
    position: relative;
}

.index-item-selected:after {
    background-color: #6372ff;
}

.index-subitem {
    padding-left: 20px;
}


@media screen and (max-width: 850px) {
    .project-info-container {
        flex-wrap: wrap;
        flex-direction: column-reverse;
        justify-content:center;
        margin-top: 0px;
        
    }

    .project-info-article {
        flex: 0 0 auto;
        width: 100%;
        padding-left: 2rem;
        padding-right: 2rem;
        margin-top: 30px;
    }

    .project-info-index {
        width: 100%;
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

/* ============================================================= */
/* ========================== PROJECT ========================== */
/* ============================================================= */




/* ============================================================= */
/* ========================== ARTICLE ========================== */
/* ============================================================= */

.article-card {
    position: relative;
    width: 100%;
    box-sizing: border-box;
    color: rgba(10,10,10,.9);
    margin-top: 0em;

    backdrop-filter: blur(5px);
    color: #e9ecef;
    background-color: rgba(255,255,255,.05);
    border: 1px solid rgba(255,255,255,.15);
    border-radius: 0.3em;
    transition: background-color .2s,box-shadow .2s;
    position: relative;
    overflow: hidden;
    box-shadow: 0 0 transparent;

    /* TEMPORAL */
    margin-bottom: 315px; 
}

.article-card a.article-card-container, .article-card a.article-card-container:hover {
    display: flex;
    text-decoration: none;
   

    overflow: hidden;
    color: inherit;
}

.article-card:hover {
    color: #e9ecef;
    background-color: rgba(255,255,255,.1);
    box-shadow: 0 3px 10px -2px rgba(0,0,0,.75);
}


.article-content {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    flex-basis: 100%;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 20px;
    overflow: hidden;
    font-family: 'Poppins', sans-serif;
}


.article-title {
    font-size: 1rem;
    line-height: 1em;
    font-weight: 600;
    margin-bottom: 10px;
}

.article-description {
    font-size: .9rem;
    line-height: 1.5em;
    margin-top: 3px;
    font-weight: 300;
    max-height: 44px;
    overflow-y:hidden;
    opacity: .7;
    margin-bottom: 5px;
}

.article-metadata {
    display: flex;
    align-items: center;
    margin-top: 10px;
    width: 100%;
    font-size: 1.4rem;
    font-weight: 500;
    white-space: nowrap;
    justify-content: flex-start;
}

.article-author {
    display: inline;
    font-size: .8rem;
    font-weight: 300;
    opacity: .9;
}

.article-thumbnail {
    
    position: relative;
    flex-grow: 1;
    min-width: 33%;
    

   
}

.article-thumbnail img {
 
    width: 300px;
    height: 150px;

    width: 100%;
    height: 100%;
    object-fit:cover;
    position: absolute;
    top: 0; 
    left: 0;
    border-radius: 0 8px 8px 0;
    box-shadow: none;
    transition: transform 0.3s ease;
}

.article-card:hover .article-thumbnail img{
   
    transform: scale(1.1);
}





/* ============================================================= */
/* ========================== ARTICLE ========================== */
/* ============================================================= */