/* Fuentes */
@import url('https://fonts.cdnfonts.com/css/sf-mono');
@import url('https://fonts.googleapis.com/css2?family=La+Belle+Aurore&family=Share+Tech+Mono&family=VT323&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter&display=swap');
@import url('https://fonts.googleapis.com/css2?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,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Arimo:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap');
html
{
    font-family: 'poppins';
    scroll-behavior: smooth;
}

*
{
    margin: 0;
    box-sizing: border-box; 
    padding: 0;
    text-decoration: none;
    list-style: none;
}

::-webkit-scrollbar {
    width: 15px;
    margin-right: 5px;
  }

::-webkit-scrollbar-track {
    background-color: #060f1d;
  }
::-webkit-scrollbar-thumb {
    background-color: #64ffda;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 4px;
  }

body
{
    background: #0a192f;
    display: block;
    font-family: "Open Sans",sans-serif;
    color: #fff;
    margin-left: 12em;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
}




/* Menu lateral */


.menu
{
    width: 12em;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    display: flex;
    z-index: 3;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    margin: 0;
    padding: 0;
    box-shadow: 5px 5px 15px 5px #64ffda;
    animation: borde 5s infinite;
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.22s ease-in-out;
        /* fondo */
    background-color:#112240;
}





.lengueta
{
    height: 65px;
    width: 50px;
    background-color: #112240;
    vertical-align: bottom;
    border-right-style: outset;
    border-color: #64ffda;
    position: fixed;
    float: left;
    transform: scaleX(1.5);
    left: 200px;
    top: 0px;
    z-index: -999999999;
    display: flex;
    border-radius: 0px 9px 9px 0px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-shadow: 20px -10px 20px 0px rgb(2 12 27 / 70%);
    z-index: 8;
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.22s ease-in-out;


}

.lengueta:hover
{
    background-color: #0d254f;
    transition: all 300ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
    cursor: pointer;

}


@keyframes borde 
{
    25% {box-shadow: 5px 5px 15px 5px #64ffda;}
    50% {box-shadow: 0px 0px 15px 5px #64ffda;}
    75% {box-shadow:5px 5px 10px 8px #64ffda;}
    100% {box-shadow: 5px 5px 15px 5px #64ffda;}
}




/* menu logo */
.menu-logo
{
    background: #112240;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 2rem 0;
}

.menu-logo > .logo
{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.logo > img
{
     width: 115px !important;
     height: 100px !important;
}

.logo > span
{
    font-family: 'SF Mono', sans-serif;
    color: #d4d4d4;
    margin-top: 5px;
    font-size: 20px;
}

.logo > span:hover
{
    color: #06a756;
    transition: 0.2s ease-in;
}



.menu-logo > span
{
    font-family: 'SF Mono', sans-serif;
    color: #8892b0;
    font-size: 13px;
    margin-top: 1rem;
    text-align: center;
}

/* menu indices */

.main-menu
{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-top: 1px solid #a8b2d1;
    font-family: 'SF Mono', sans-serif;

}



.main-menu > a 
{
    text-align: center;
    width: 100%;
    display: block;
    font-size: 18px;
    line-height: 4.5rem;
    border-bottom: 1px solid #a8b2d1;
    -webkit-transition: color 0.3s, background-color 0.3s;
    -o-transition: color 0.3s, background-color 0.3s;
    transition: color 0.3s, background-color 0.3s;
    text-decoration: none;
}

.unselected
{
    color: #a8b2d1;

}

.selected
{
    color: #6efbdd;
}

.main-menu > a:hover
{
    color: #6efbdd;

}


.main-menu > a >span
{
    color: #6efbdd;
}


.social
{
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    
}

.social li 
{
    text-align: center;
}

.social li a, .social li a:link, .social li a:hover, .social li a:active,.social li a:active
{
    padding: 2rem 7px;
    color: white;
}

.otros
{
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    margin-top: 5px;
}

.otros li 
{
    text-align: center;
    cursor: pointer;
}

.otros li a, .otros li a:link, .otros li a:hover, .otros li a:active,.otros li a:active
{
    
    text-decoration: none;
    color: white;
}

.button-menu
{
    z-index: 200;
    width: 40px;
    height: 40px;
    border: none;
    display: flex;
    background: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

/* 
  Dibujamos una línea recta por cada span creando el tipico menu hamburguesa
*/

.button-menu span {
    width: 37px;
    height: 4px;
    margin-bottom: 5px;
    position: relative;
    background: #444444;
    border-radius: 3px;
    transform-origin: 4px 0px;
  }


/*Boton cv */
.download-button {
    position: relative;
    border-width: 0;
    color: white;
    font-size: 15px;
    font-weight: 600;
    border-radius: 4px;
    z-index: 1;
   }
   
   .download-button .docs {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    min-height: 40px;
    padding: 0 10px;
    border-radius: 4px;
    z-index: 1;
    background-color: #242a35;
    border: solid 2px #64ffda;
}
   
   .download-button:hover {
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
   }
   
   .download {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 90%;
    margin: 0 auto;
    z-index: -1;
    border-radius: 4px;
    transform: translateY(0%);
    background-color: #64ffda;
    border: solid 1px #64ffda;
   }
   
   .download-button:hover .download {
    transform: translateY(100%);
    cursor: pointer;
   }
   
   .download svg polyline,.download svg line {
    animation: docs 1s infinite;
   }
   
   @keyframes docs {
    0% {
     transform: translateY(0%);
    }
   
    50% {
     transform: translateY(-15%);
    }
   
    100% {
     transform: translateY(0%);
    }
   }


/* desplazar menu */

.body_move {
margin-left: 0px;
transition: margin-left 300ms cubic-bezier(0.785, 0.135, 0.15, 0.86);

}

.menu__side_move {
width: 0px;
height: 0px;
display: none;
visibility: hidden;
transition: all 0.25s ease-in-out;
-webkit-transition: all 0.22s ease-in-out;
}

.lengueta__side_move
{
left: 12px;
transition: all 0.25s ease-in-out;
-webkit-transition: all 0.22s ease-in-out;

}
.lengueta_mobile
{
    display: none;
    visibility: hidden;
}

.mobile
{
    visibility: hidden;

}
/* fin desplazar menu */
  


/* contenido*/


section
{
    margin: 0px auto;
    padding: 100px 0px;
    max-width: 1000px;
}

section[id]
{
  scroll-margin-bottom: 100px;  
}

.contenido
{
    display: flex;
    height: 100vh;
    min-height: 100vh;
    padding: 0px;
    background-color: #0a192f;
    justify-content: space-between;
    align-content: center;
    margin-left: 50px;
    flex-wrap: nowrap;
    flex-direction: column;
    align-items: center;
}

/* Sección de introducción */

.introduccion
{

    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;
    min-height: 100vh;
    scroll-snap-type: y mandatory;
}

.pre-titulo
{
    font-family: "SF Mono","Fira Code","Fira Mono","Roboto Mono",monospace;
    color: #64ffda;
    font-size: clamp(16px,7vw,20px);
    font-weight: 400;
    line-height: 1.1;
    margin: 0px 0px 30px 4px;
}

.titulo
{
    font-family: -apple-system, BlinkMacSystemFont, sans-serif;
    color: #ccd6f6;
    font-weight: 600;
    line-height: 1.1;
    font-size: clamp(40px,8vw,80px);
    margin: 0px;
}

.descripcion
{
    color: #8892b0;
    margin: 0px;
    font-size: clamp(20px,6vw,40px);
    line-height: 1.1;
    font-weight: 600;
}

.parrafo
{
    margin:20px 0px 50px;
    max-width: 930px;
    color: #8892b0;
    font-family: "Calibre","Inter","San Francisco","SF Pro Text",-apple-system,system-ui,sans-serif;
    -webkit-font-smoothing: antialiased;
    font-size: 18px;
    line-height: 1.3;
}

.email-link
{
    color:#64ffda;
    background-color: transparent;
    border: 1px solid #64ffda;
    border-radius: 4px;
    padding: 1.25rem 1.75rem;
    font-size: 14px;
    font-family:"SF Mono","Fira Code","Fira Mono","Roboto Mono",monospace;;
    line-height: 1;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.25s cubic-bezier(0.645,0.045,0.355,1); 
    margin-top: 50px;
}

.email-link:hover
{
    background-color: #1d3a6b;
}

/* Fin de sección introducción */

/* Sección sobremi */

.sobremi
{
    visibility: visible;
    opacity: 1;
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transition: opacity 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) 0.2s, transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) 0.2s;
    /* max-width: 900px; */
    font-family: -apple-system, BlinkMacSystemFont, sans-serif;
    color: #ccd6f6;
    scroll-snap-type: y mandatory;
    margin-top: 35em;

}

.titulo-sobremi::before
{
    position: relative;
    counter-increment: section 1;
    content: "0" counter(section) ".";
    margin-right: 10px;
    color: #64ffda;
    font-family: "SF Mono","Fira Code","Fira Mono","Roboto Mono",monospace;
    font-size: clamp(16,3vw,20px);
    font-weight: 400;
}

.titulo-sobremi
{
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    position: relative;
    width: 100%;
    font-size: clamp(26px,5vw,32px);
    white-space: nowrap;
    color: #ccd6f6;
    font-weight: 600;
    line-height: 1.1;
    margin: 10px 0px 40px;

}

.titulo-sobremi::after
{
    content: "";
    display: block;
    position: relative;
    top: -5px;
    width: 300px;
    height: 1px;
    margin-left: 20px;
    background-color: #ccd6f6;
}

.sobremi-contenido
{
    display: grid;
    grid-template-columns: 3fr 2fr;
    gap: 50px;
    margin-bottom: 50px;
}

.sobremi-texto > p
{
    margin: 0px 0px 15px;
}

.sobremi-imagen
{
    position: relative;
    max-width: 300px;
}

.sobremi-cards
{
    display: flex;
    flex-flow: wrap;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-around;
}

.card {
  flex: 1 1 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 10px;
  background-color: transparent;
  border: 5px solid #64ffda;
  border-radius: 4px;
  background-color: #112240;
}

.card-header {
    text-align: center;
    padding: 20px 0px;
    color: #fff;
    border-bottom: 2px solid #64ffda;
    border-width: 2px;
  }

.card-body
{
    padding: 30px 20px;
    text-align: center;
    font-size: 18px;
}

/* mediquerys de las cards */


@media screen and (max-width: 1000px) {
    .card {
      width: 40%;
    }
  }
  
  @media screen and (max-width: 620px) {
    .container {
      width: 100%;
    }
  
  
    .card {
      width: 80%;
    }
  }
  



  .marco
  {
      background: transparent;
      width: 300px !important;
      border: 3px solid #64ffda;
      border-radius: 4px;
      height: auto;
      -webkit-animation: scale-up-center 0.4s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
              animation: scale-up-center 0.4s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
  }
  
  
  @-webkit-keyframes scale-up-center {
      0% {
        -webkit-transform: scale(0.5);
                transform: scale(0.5);
      }
      100% {
        -webkit-transform: scale(1);
                transform: scale(1);
      }
    }
  
    
  
  .imagen-perfil 
  {
      width: 300px !important;
      height: auto;
      object-fit: cover;
      display: block;
      position: relative;
      transition: all .5s cubic-bezier(0.645, 0.045, 0.355, 1);
      margin-top: -10px;
      border-radius: 4px;
      right: 14px;
      bottom: 16px;
      filter: sepia(100%) hue-rotate(140deg);
  }
  
  .imagen-perfil:hover 
  {
      background-size: 100% 100%,100% 200%;
      background-position: 50%,50% 0%;
      transition: 
        .3s     background-size,
        .3s .3s background-position,
        .4s transform;
      filter: sepia(0%) hue-rotate(0deg);
  
  }

  /* Fin de sección sobremi */

  /* Sección educación */


  .educacion
  {
      /* height: 100vh; */
      visibility: visible;
      opacity: 1;
      transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
      transition: opacity 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) 0.2s, transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) 0.2s;
      /* max-width: 900px; */
      font-family: -apple-system, BlinkMacSystemFont, sans-serif;
      color: #ccd6f6;
      margin-top: 35em;
      scroll-snap-type: y mandatory;
  } 


  .titulo-educacion::before
  {
      position: relative;
      counter-increment: section 2;
      content: "0" counter(section) ".";
      margin-right: 10px;
      color: #64ffda;
      font-family: "SF Mono","Fira Code","Fira Mono","Roboto Mono",monospace;
      font-size: clamp(16,3vw,20px);
      font-weight: 400;
  }

  .titulo-educacion
{
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    position: relative;
    width: 100%;
    font-size: clamp(26px,5vw,32px);
    white-space: nowrap;
    color: #ccd6f6;
    font-weight: 600;
    line-height: 1.1;
    margin: 10px 0px 40px;
}


.titulo-educacion::after
{
    content: "";
    display: block;
    position: relative;
    top: -5px;
    width: 300px;
    height: 1px;
    margin-left: 20px;
    background-color: #ccd6f6;
}


.listado-educacion
{

    display: flex;
    position: relative;
    padding: 25px 0 20px 40px;
    flex-direction: column;
    align-items: flex-start;
    transition: all 0.25s cubic-bezier(0.645,0.045,0.355,1);
    background-color: #112240;
    margin: 20px;
    box-shadow: 5px 7px 30px 20px rgb(2 12 27 / 70%);
    border-radius: 6px;

    /* display: flex;
    position: relative;
    padding: 25px 0 20px 40px;
    flex-direction: column;
    align-items: flex-start; */
}

.listado-educacion:hover
{
    background-color: #1d3a6b;
}

.listado-educacion::before
{

    content: '';
    position: absolute;
    display: block;
    height: 95%;
    background-color: #f5f6f9;
    width: 1px;
    left: 15px;
    bottom: 5px;
    background-color: rgba(255,255,255,0.08);


    /* content: '';
    position: absolute;
    display: block;
    height: 100%;
    background-color: #f5f6f9;
    width: 1px;
    left: 15px;
    bottom: 5px;
    background-color: rgba(255,255,255,0.08); */
}

.listado-educacion::after
{
    /* content: '';
    position: absolute;
    display: block;
    height: 1px;
    background-color: #f5f6f9;
    width: calc(100% - 15px);
    left: 15px;
    bottom: 3px;
    background-color: rgba(255,255,255,0.08); */
}

.fecha-educacion
{
    display: inline-block;
    position: relative;
    font-size: 12px;
    font-weight: 500;
    margin: 0 0 5px -26px;
    color: #64ffda;
    background-color: transparent;
    padding: 0 10px;
    line-height: 23px;
    border: 2px solid #a6a7a8;
    border-radius: 3px;
    font-family: "SF Mono","Fira Code","Fira Mono","Roboto Mono",monospace;
}

.img-educacion
{
    position: absolute;
    width: 50px;
    right: 0;
    height: 50px;
    border: 2px solid white;
    border-radius: 50px;
    float: right;
    margin-right: 10px;
}

.centro-educacion
{
    display: inline-block;
    font-size: 13px;
    color: #9e9e9e;
    margin-left: 7px;
}

.titulo__educacion
{
    font-size: 16px;
    margin: 10px 0;

    font-family: "Poppins", Helvetica, sans-serif;
    font-weight: 600;
    font-style: normal;
    color: #eeeeee;
}

.titulo__educacion>a
{
    font-size: 16px;
    margin: 10px 0;

    font-family: "Poppins", Helvetica, sans-serif;
    font-weight: 600;
    font-style: normal;
    color: #eeeeee;
    border-bottom: 2px solid #06a756;
}

.descripcion-educacion
{
    font-family: "Poppins", Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    line-height: 1.75em;
    color: #a6a7a8;
    font-size: .95em;
}

.descripcion-des-educacion
{
    color: #8892b0;
    margin: 0px;
    font-size: clamp(20px,6vw,40px);
    line-height: 1.1;
    font-weight: 600;
    border-bottom: 3px solid #06a75640;
    position: relative;
    margin-left: 15px;
    display: inline-block;
    margin-bottom: 4px;
}



/* fin de sección de educación */

/* Sección de habilidades */


.habilidades
  {
      /* height: 100vh; */
      visibility: visible;
      opacity: 1;
      transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
      transition: opacity 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) 0.2s, transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) 0.2s;
      /* max-width: 900px; */
      font-family: -apple-system, BlinkMacSystemFont, sans-serif;
      color: #ccd6f6;
      margin-top: 35em;
      scroll-snap-type: y mandatory;
  } 


  .titulo-habilidades::before
  {
      position: relative;
      counter-increment: section 3;
      content: "0" counter(section) ".";
      margin-right: 10px;
      color: #64ffda;
      font-family: "SF Mono","Fira Code","Fira Mono","Roboto Mono",monospace;
      font-size: clamp(16,3vw,20px);
      font-weight: 400;
  }
  


.titulo-habilidades
{
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    position: relative;
    width: 100%;
    font-size: clamp(26px,5vw,32px);
    white-space: nowrap;
    color: #ccd6f6;
    font-weight: 600;
    line-height: 1.1;
    margin: 10px 0px 40px;
}


.titulo-habilidades::after
{
    content: "";
    display: block;
    position: relative;
    top: -5px;
    width: 300px;
    height: 1px;
    margin-left: 20px;
    background-color: #ccd6f6;
}

.subtitulo-habilidades::before
{
    display: block;
    position: absolute;
    content: '';
    width: 45%;
    background-color: #eee;
    height: 2px;
    bottom: 0;
    background-color: rgba(255,255,255,0.09);
}


.subtitulo-habilidades
{
    position: relative;
    display: inline-block;
    font-size: 25px;
    margin: 0 0 30px;
    padding-bottom: 6px;
    z-index: 1;
    font-family: "Poppins", Helvetica, sans-serif;
    font-weight: 600;
    font-style: normal;
    color: #eeeeee;
}

.subtitulo-habilidades::after
{
    display: block;
    position: absolute;
    content: '';
    width: 24px;
    background-color: #474fee;
    height: 2px;
    bottom: 0;
}

.skills-habilidades
{
    display: flex;
    width: 100%;
    word-wrap: break-word;
}

.izq-habilidades
{
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}

.der-habilidades
{
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}

.sub-skills
{
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 25px;
    margin: 15px;
    flex-wrap: wrap;
    box-shadow: 0 10px 30px -15px rgba(2,12,27,0.7);
    border-radius: 4px;
    background-color: #112240;
    transition: all 0.25s cubic-bezier(0.645,0.045,0.355,1);
    overflow: auto;
}

.sub-skills:hover
{
    background-color: #1d3a6b;

}

.skill-habilidades
{
    position: relative;
    width: 100%;
    height: 20px;
    margin-bottom: 17px;
    border-radius: 1px;
}

.barra
{
    position: relative;
    width: 100%;
    height: 3px;
    padding: 0;
    top: -10px;
    background-color: #007CED;
}


/* Fin de sección de habilidades */

/* Sección experiencia */


  .experiencia
  {
      /* height: 100vh; */
      visibility: visible;
      opacity: 1;
      transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
      transition: opacity 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) 0.2s, transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) 0.2s;
      /* max-width: 900px; */
      font-family: -apple-system, BlinkMacSystemFont, sans-serif;
      color: #ccd6f6;
      margin-top: 35em;
      scroll-snap-type: y mandatory;
  } 

  
  .titulo-experiencia::before
  {
      position: relative;
      counter-increment: section 4;
      content: "0" counter(section) ".";
      margin-right: 10px;
      color: #64ffda;
      font-family: "SF Mono","Fira Code","Fira Mono","Roboto Mono",monospace;
      font-size: clamp(16,3vw,20px);
      font-weight: 400;
  }
  


.titulo-experiencia
{
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    position: relative;
    width: 100%;
    font-size: clamp(26px,5vw,32px);
    white-space: nowrap;
    color: #ccd6f6;
    font-weight: 600;
    line-height: 1.1;
    margin: 10px 0px 40px;
}


.titulo-experiencia::after
{
    content: "";
    display: block;
    position: relative;
    top: -5px;
    width: 300px;
    height: 1px;
    margin-left: 20px;
    background-color: #ccd6f6;
}

.listado-experiencia
{
    list-style: none;
    padding: 0px;
    margin: 50px 0px 0px;
    display: grid;
    grid-template-columns: 20rem 20rem 20rem;
    gap: 30px;
    position: relative;
}

.exp-experiencia
{
    transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1) 0s, opacity 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) 0s, transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    visibility: visible;
    opacity: 1;
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}

.div-experiencia
{
    box-shadow: 0 10px 30px -15px rgba(2,12,27,0.7);
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    flex-direction: column;
    align-items: stretch;
    position: relative;
    height: 100%;
    padding: 2rem 1.75rem;
    border-radius: 4px;
    background-color: #112240;
    transition: all 0.25s cubic-bezier(0.645,0.045,0.355,1);
    overflow: auto;
    
}

.top-experiencia
{
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    margin-bottom: 15px;  

}

.izq-experiencia
{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.fecha-experiencia
{
    display: inline-block;
    position: relative;
    font-size: 12px;
    font-weight: 500;
    margin: 5px 0 5px 0px;
    color: #64ffda;
    background-color: transparent;
    padding: 0 10px;
    line-height: 23px;
    border: 2px solid #a6a7a8;
    border-radius: 3px;
    font-family: "SF Mono","Fira Code","Fira Mono","Roboto Mono",monospace;
}


.img-experiencia
{
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    margin-right: -10px;
    color: #a8b2d1;
    width: 60px;
    height: 60px;
    background-color: white;
    border-radius: 4px;
}


.subtitulo-experiencia
{
    margin: 0px 0px 10px;
    color: #00a394f7;
    font-size: 22px;
}

.experiencia-descripcion
{
    color: #e9eeff;
    font-size: 13px;
    font-family: poppins;
}

.listado-footer-experiencia
{
    display: flex;
    -webkit-box-flex: 1;
    flex-grow: 1;
    flex-wrap: nowrap;
    padding: 0px;
    margin: 20px 0px 0px;
    list-style: none;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.listado-footer-experiencia > li
{
    margin-right: 15px;
    line-height: 1.75;
    font-size: 12px;
    font-family:"SF Mono","Fira Code","Fira Mono","Roboto Mono",monospace ;
}

/* Fin de sección Experiencia */

/* Inicio de sección portfolio */
.portfolio
{
    /* height: 100vh; */
    visibility: visible;
    opacity: 1;
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transition: opacity 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) 0.2s, transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) 0.2s;
    max-width: 900px;
    font-family: -apple-system, BlinkMacSystemFont, sans-serif;
    color: #ccd6f6;
    margin-top: 35em;
    scroll-snap-type: y mandatory;
}

.titulo-portfolio::before
{
    position: relative;
    counter-increment: section 5;
    content: "0" counter(section) ".";
    margin-right: 10px;
    color: #64ffda;
    font-family: "SF Mono","Fira Code","Fira Mono","Roboto Mono",monospace;
    font-size: clamp(16,3vw,20px);
    font-weight: 400;
}



.titulo-portfolio
{
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  position: relative;
  width: 100%;
  font-size: clamp(26px,5vw,32px);
  white-space: nowrap;
  color: #ccd6f6;
  font-weight: 600;
  line-height: 1.1;
  margin: 10px 0px 40px;
}


.titulo-portfolio::after
{
  content: "";
  display: block;
  position: relative;
  top: -5px;
  width: 300px;
  height: 1px;
  margin-left: 20px;
  background-color: #ccd6f6;
}


.galeria-portfolio
{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-content: center;
    align-items: stretch;
    justify-content: center;
}

.filtro-portfolio
{
    display: flex;
    flex-flow: wrap;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.filtro-portfolio > .filtro-item
{
    color: #ffffff;
    font-size: 17px;
    border: 2px solid white;
    text-transform: uppercase;
    display: inline-block;
    border-radius: 20px;
    margin-right: 8px;
    display: flex;
    cursor: pointer;
    padding: 8px 20px 8px 20px;
    line-height: 1.2;
    transition: all 0.3s ease;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
}


.filtro-item.active
{
    color: white;
    background-color: #64ffda;

}

.work-portfolio
{
    width: 100%;
    margin: 100px auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
}


.card__wrap--outer,.gallery-item
{
    display: flex;
    flex-direction: row;
    width: 100%;
    padding: 12px;
}

.card__wrap--outer
{
    flex-wrap: wrap;
}



@media (min-width:1024px)
{
    .gallery-item
    {
        width: 33.33%;
    }
} 



.gallery-item-inner
{
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    width: 100%;
    background-color: #112240;
    box-shadow: 1px 1px 30px 11px rgb(2 12 27 / 70%);
    border-radius: 4px;
    transition: all 0.25s cubic-bezier(0.645,0.045,0.355,1);
}

.gallery-item-inner > img
{

    height: 250px;
    width: 100%;
    object-fit: cover;
}

.card__sub > small
{
    font-size: 14px;
}
.pull
{
    float: right;
    color: white;
}
.push
{
    float: right;
    color: white;
}
.card__item > h2
{
    font-size: 18px;
    font-weight: bold;
}

.card__item
{
    padding: 12px 18px 12px 18px;
}

.card__sub
{
    padding: 0 18px;
}

.card__footer
{
    padding: 18px;
    overflow: hidden;
    border-top: 1px solid #dedede;
    margin-right: 15px;
    line-height: 1.75;
    font-size: 12px;
    font-family: "SF Mono","Fira Code","Fira Mono","Roboto Mono",monospace;
}

.flexible
{
    flex-grow: 1;
}



.gallery .gallery-item.show{
	animation: fadeIn 0.5s ease;
}
@keyframes fadeIn{
	0%{
		opacity: 0;
	}
	100%{
		opacity: 1;
	}
}

.hide{
	display: none;
}




/* fin de seccion portfolio */

