@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,700;1,800;1,900&family=Raleway:wght@400;500;700&display=swap');

:root{
    --rojo: #e50914;
    --eatIt: #00A8B1;
    --blanco: white;
    --gris: #303030;
    --gris-f: #757575;
    --negro: black;
    --tipo-principal: 'Inter', sans-serif;
    --tipoTitular: 'Poppins', 'sans-serif';
    --tipoEatIt: 'Raleway', 'sans-serif';
}

*{
    margin: 0;
    padding: 0;
    border: 0;
    box-sizing: border-box;
    vertical-align: baseline;
}
.img-100{
    max-width: 100%;
    width: 100%;
    height: 100%;
    display: flex;
    object-fit: cover;
    object-position: center center;
}

img{
    max-width: 100%;
}

a{
    text-decoration: none;
    color: inherit;
    cursor: none;
    object-fit: cover;
}

video{
    max-width: 100%;
    width: 100%;
    display: flex;
    object-fit: cover;
    object-position: center center;
}

p a{
    display: inline;
}

li{ 
    list-style-type: none;
}

tale,
tr,
td{
    border-collapse: collapse;
    border-spacing: 0;
}

html{
    scroll-behavior: smooth;
}

h1,
h2,
h3,
h4,
h5,
h6{
    color: inherit;
    font-weight: inherit;
    font-size: inherit;
}

::selection{
    background-color: var(--negro);
    color: var(--blanco)
}

form, button,
input,
textarea,
select{
    font-family: inherit;
    font-size: inherit;
    -webkit-hyphens: auto;
    hyphens: auto;
    background-color: transparent;
    display: flex;
    color: inherit;
}

body{
    font-family: var(--tipoTitular);
    font-weight: 300;
    min-height: 100vh;
    background-color: var(--negro);
    color: var(--blanco);
    font-smooth: always;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    cursor: none;
}
/* .referencias{
    font-size: xx-small;
} */

.circulos{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    filter: blur(40px);
    animation:circulo1 40s linear infinite both;
}

.circulos .circulo{
    position:absolute;
    width: 50%;
    height: 50%;
    animation:circulo1 100s linear infinite both;
}
.circulos .circulo1{
    top: 10%;
    left: 10%;
}

.circulos .circulo1 .path{
    fill: seagreen;
}
.circulos .circulo2{
    top: 10%;
    right: 10%;
}
.circulos .circulo2 .path{
    fill: rgb(111, 0, 155);
}
.circulos .circulo3{
    bottom: 0%;
    left: 10%;
}
.circulos .circulo3 .path{
    fill: rgb(165, 127, 1);
}
.circulos .circulo4{
    bottom: 0%;
    right: 10%;
}
.circulos .circulo4 .path{
    fill: rgb(0, 59, 155);
}

/* .header{
    background: rgba(0, 0, 0, .5);
    width: 100%;
    min-height: 5em;
    position: relative;
    padding: 1em 2em;

    display:flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
    z-index: 1;
} */
/* .header .nav{
    height: 100%;
} */
/* .header .ul{
    display: flex;
    flex-flow: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
} */
/* .header .li{
    margin:0 1em;
} */
/* .header .li .a{
    height: 100%;
} */
/* *****BARRA NAVEGACION***** */
.navbar{
    position: fixed;
    display: flex;
    width: 100%;
    height: 5em;
    padding: 1em 2em;
    background: rgba(0, 0, 0, .6);
    border-bottom: .5px solid rgb(255 255 255 / 50%);
    justify-content: space-between;
    align-items: center;
    z-index: 2;
}
.nav_items a{
    margin: .6em;
}
.nav_toggle{
    display: none;
}

@media (max-width: 700px){
    
    .nav_items{
        position: absolute;
        width: 100%;
        height: auto;
        top: 5em;
        left: 0;
        background: rgba(212, 212, 212, 0.158);
        display: flex;
        flex-direction: column;
        transform: translateX(-100%);
        transition: 0.3s ease all; 
    }
    .nav_items a{
        text-align: center;
    }
    .nav_toggle{
        display: flex !important;
        flex-direction: column;
    }
    .nav_toggle span{
        width: 2em;
        height: 2px;
        background: white;
        margin-bottom: 6px;
        border-radius: 2px;
        transform-origin: .45em 0px;
        transition: all 0.2s linear; /* animar el cambio del menú */
    }

    .close span{
        transform: rotate(45deg) translate(0px, 0px);
    }

    .close span:nth-child(2){
        display: none;
    }
    .close span:nth-child(3){
        transform: rotate(-45deg) translate(-5px, 1px);
    }
    .open{
        transform: translateX(0) !important;
    }
}

.main{
    background: rgba(0, 0, 0, .5);
    text-align: center;
    position: relative;
    z-index: 1;
}


/* CARDS */
.card-datos{
    width: 80%;
    text-align: left;
    padding: 1em;
    border-radius: 2em;
    margin: 2em auto;
    left: 10%;
    margin-left: 2em;
    position: relative;
}
.card-border{
    padding: 2em;
    border-radius: 2em;
    border: 1px solid rgb(255,255,255,.3);
}

.card-datos::before{
    content: '';
    position: absolute;
    width: 25px;
    height: 25px;
    left: -48px;
    background-color: white;
    border-radius: 50%;
}

.card-datos>h5{
    font-size: large;
    font-weight: 600;
}
.card-datos .anyos{
    display: flex;
    justify-content: space-between;
    font-size: smaller;
    font-style: italic;
}
.card-datos .texto{
    margin: 2em 0;
}

/* END CARDS */

/* TIMELINE */
.timeline{
    position: relative;
    margin: 0 auto;
}
.timeline::before{
    content: '';
    position:absolute;
    width: 2px;
    background-color: rgb(255,255,255,.6);
    top: 0;
    bottom: 0;
    left: 10%;
    margin-left: -3px;
}
/* END TIMELINE */

.seccion{
    width: 100%;
    min-height: 100vh;
    display: flex;
    flex-flow: column wrap;
    justify-content: center;
    align-items: center;
}
.seccion .info{
    font-size: 1.2em;
    animation: aparecer1 2s ease 1 both;
}

.seccion-expe{
    width: 80%;
    margin: auto;
    padding: 4em 0 8em 0;
}

.seccion .ul{
    margin: 2em 0 0;
    display: flex; 
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
}

.seccion .ul .li{
    border: 1px solid rgba(194, 194, 194, 0.377);
    border-radius: 20px;
    margin: 0 1em;
    padding: 1em 1.1em;
    font-weight: 300;
    font-size: .6em;
    transition: all .5s ease; 
    animation: aparecer1 2s ease 1 backwards.5s;
}
.seccion .ul>:nth-child(2) .li{
    animation-delay: .5s;
}
.seccion .ul .li:hover{
    border-color: white;
}

.info div{
    margin: 2em 0 0;
}

.link{
    border: 1px solid rgba(194, 194, 194, 0.377);
    border-radius: 20px;
    margin: 0 1em;
    padding: 1em 1.1em;
    font-size: .8rem;
    animation: aparecer1 2s ease 1 backwards.5s;
}
.link:hover{
    border-color: white;
    background-color: rgba(0,0,0,.3);
}

.seccion .titulo{
    font-family: var(--tipoTitular);
    font-weight: 600;
    font-size: 5em;
    line-height: 1em;

}

h2{
    font-family: var(--tipoTitular);
    font-weight: 600;
    font-size: 4em;
    max-width: 100%;
}
.seccion .h3{
    /* font-family: var(--tipo-titular); */
    font-family: var(--tipoTitular);
    font-size: 3em;
    color: rgba(255, 255, 255, 0.7);
    /* font-style: italic; */
}
.seccion .subtitulo{
    margin: 2em 4em;
    font-family: var(--tipoTitular);
    font-size: 1.2em;
    color: rgba(255, 255, 255, 0.7);
}

.apart-tit{
    font-size: 1.3em;
    font-weight: bold;
    margin: 1em 0;
}

.foto-personal{
    margin: 0 auto;
        /* filter: grayscale(); */
    clip-path: circle(50%);
    max-width: 15em;
}

.button{
    font-size:medium;
    width: 80%;
    padding: .5em;
    margin: 1em auto;
    border-radius: 20px;
    border: 1px solid var(--eatIt);
    transition: all .5s ease; /* cambio de color menos inmediato */
}
.button:hover{
    background-color: #00a8b14d;
    box-shadow: var(--eatIt);
}
/* ******************************************************************** */
.seccionMini{
    width: 100%;
    background-color: white;
    color: black;
    display: flex;
    flex-flow: column wrap;
    justify-content: center;
    align-items: center;
}
.color{
    padding-top: 1em;
    background-color: #d6f5f7;
}

.italic{
    font-style: italic;
}

.bold{
    font-weight: bold;
}

.lista-fotos{
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
}

.lista-fotos>img{
    width: 35%;
    margin: 1em;
    border-radius: 10px;
    filter: drop-shadow(0.5em 0.5em 10px #a0a0a07a);
}
#azul{
    filter: drop-shadow(0.5em 0.5em 10px #00a8b150);
}

.seccionMini .foto-trabajo{
    max-width: 60%;
    height: auto;
    position: relative;
    top: -5em;
    filter: drop-shadow(.2em .2em 20px #040f0f7a);
}
.grafico{
    margin: 1.5em auto auto auto;
    object-fit: contain;
    filter: drop-shadow(.1em .1em 20px #aaaaaa7a);
}

.contenido{
    width: 80%;
    padding: 2em 0;
}


.contenido .listado{
    margin: 1em 0;
    text-align: left;
    justify-content: center;

}
.contenido p{
    font-size: .9em;
}

.content-text{
    padding: 2em 0;
}

.content-col{
    margin-top: 2em;
    margin-bottom: 0;
}

.listado>li{
    display: relative;
    margin: 0 0 .2em 0;
    padding-left: 1.5em;
} 
.listado>li>svg{
    position: absolute;
    width: 1.5rem;
    padding: .2em .5em 0 0;
    fill: var(--eatIt);
    transform: translateX(-100%);
}
.col-s{
    align-items: center;
    margin: auto 0; 
}
.col-s>img{
    height: auto;
    align-items: center;
    /* margin: auto 0; */
}

.logo{
    background-color: #fcfcfc;
    height: 10em;
    width: 10em;
    margin: 0 auto;
    border-radius: 10px;
    border: .5px solid #D4D4D4;
}
.logo>img{
    width: auto;
    padding: 1em;
    margin: 0 auto;
}

.esquema{
    margin: 2em 0;
}
.esquema .dibujo{
    /* margin: 2em 0; */
    padding: 1em 0;
}
.esquema .dibujo>div{
    /* background-color: #fafafa;
    border: dashed 1px #d4d4d4; */
    background-color: #e5f9fa;
    border: dashed 1px #83cace;
    max-width: 7em;
    margin: 0 auto;
    border-radius: 50%;
}
.dibujo>div>img{
    padding: 2em;
}

.about .h2{
    margin: 0 0 1rem;
}
.about .p{
    max-width: 40rem;
    margin: 1em 0;
    text-align: left;

}
.about .rrss{
    width: 100%;
    margin-top: 2em;
}
.rrss p{
    margin: auto 0;
    font-size: .8em;
}
.about li{
    display: flex;
    margin: 1em 1em;
}
.about .a{
    margin: 0 1em;
    padding: .8em;
} 
.about .icono{
    width: 3em;
    height: 3em;
    border-radius: 40px;
    border: 1px solid rgba(194, 194, 194, 0.377);
}
.about .icono:hover{
    border: 1px solid var(--blanco);
}
.about svg{
    position: relative;
    
}
.about svg:hover{
    border-color: #e50914;
}

.footer{
    background: rgba(0, 0, 0, .5);
    padding: 2em 0;
    text-align: center;
    color: var(--blanco);
    z-index: 2;
}

.grid{
    display: grid;
    width: 80%;
    margin: 2em auto;
    gap: 2em;
    grid-template-columns: 1fr 1fr;
}

.card-img{
    text-align: left;
    padding: 1.5em;
}
.card-img:hover{
    background-color: rgba(0,0,0,.3);
    border-color: white;
}
.card-img h5{
    padding: .8em 0;
    font-size: large;
    font-weight: 600;
}
.card-img img{
    border-radius: 1em;
}

.chip{
    padding: .3em .9em;
    font-size: smaller;
    border-radius: 1.5em;
    border: 1px solid rgb(255,255,255,.3);
}
.chip-list{
    padding: 1em 0;
}

@media screen and (min-width: 600px) {
    .esquema{
        display: flex; 
        flex-direction: row;
        
        justify-content:space-between;
    }
    .content-col{
        display: flex;
        justify-content:space-between;
    }
    .content-col .col-s{
        width: 40%;
        padding: 0 0 0 1em;
    }
    .content-col .col-m{
        width: 50%;
        /* margin: auto 0; */
        padding: 0 1em;
    }
    .content-col .col-l{
        width: 60%;
        margin: auto 0;
        padding: 0 1em;
    }
    .lista-fotos>img{
        width: 20%;
        /* justify-content: space-between; */
    }
    .button{
        width: 35%;
    }
    .about .rrss{
        display: flex;
        flex-flow: row wrap;
        justify-content: center;
        align-items: center;
    }
}


@keyframes circulo1{
    from{
        transform:rotate(0deg) scale(1.6);
    }
    to{
        transform:rotate(360deg) scale(1.6);
    }
}

@keyframes aparecer1{
    from{
        opacity: 0;
        transform: translateY(50%);
    }
    to{
        opacity: 1;
        transform: translateY(0%);
    }
}

#cursor{
    width: 1.5em; /* 1em ~ 16px : 1.5x16=24:2=12*/
    height: 1.5em;
    background-color: white;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 3;
    pointer-events: none;
    border-radius: 50%;
    mix-blend-mode: difference;
}
#cursor.mini{
    /* transform: scale(0.7); */
    transform: scale(2);
    transition:all .1s linear;
}