@charset "UTF-8";
/* Reseteamos los margin y paddings de todas las etiquetas */
* {
  margin: 0;
  padding: 0;
  border: 0;
  box-sizing: border-box;
  vertical-align: baseline;
}

/* Configuramos anclas suaves */
html {
  scroll-behavior: smooth;
  font-size: 62.5%;
}

/* Configuramos la tipografía para toda la web */
body {
  font-size: 16px;
  min-height: 100vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1.4em;
  hyphens: auto;
  font-smooth: always;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Evitamos problemas con las imágenes */
img, picture, video, iframe, figure {
  max-width: 100%;
  width: 100%;
  display: block;
  object-fit: cover;
  object-position: center center;
}

/* Evitamos problemas con los SVG */
svg {
  width: 100%;
  display: block;
  fill: currentColor;
}

/* Reseteamos los enlaces para funcionar como cajas */
a {
  display: block;
  text-decoration: none;
  color: inherit;
  font-size: inherit;
}

/* Excepciones para enlaces dentro de párrafos */
p a {
  display: inline;
}

/* Quitamos los puntos de los <li> */
li, ul, ol {
  list-style-type: none;
}

/* Desactivamos estilos por defecto de las principales etiquetas de texto */
h1, h2, h3, h4, h5, h6, p, span, a, strong, blockquote, i, b, u, em {
  font-size: 1em;
  font-weight: inherit;
  font-style: inherit;
  text-decoration: none;
  color: inherit;
}

/* Evitamos problemas con los pseudoelementos de quotes */
blockquote:before, blockquote:after, q:before, q:after {
  content: none;
}

/* Nivelamos problemas de tipografías y colocación de formularios */
form, input, textarea, select, button, label {
  display: block;
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  hyphens: auto;
  background-color: transparent;
  appearance: none;
}

/* Reseteamos las tablas */
table, tr, td {
  border-collapse: collapse;
  border-spacing: 0;
}

@font-face {
  font-family: "Righteous";
  src: url("/font/Righteous/Righteous-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "WorkSans";
  src: url("/font/Work_Sans/static/WorkSans-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "WorkSans";
  src: url("/font/Work_Sans/static/WorkSans-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "WorkSans";
  src: url("/font/Work_Sans/static/WorkSans-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "WorkSans";
  src: url("/font/Work_Sans/static/WorkSans-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "WorkSans";
  src: url("/font/Work_Sans/static/WorkSans-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "WorkSans";
  src: url("/font/Work_Sans/static/WorkSans-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
}
/* MENU */
.contenedor-header {
  background-color: #1e2326;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 99;
}
.contenedor-header header {
  max-width: 1100px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 20px;
}
.contenedor-header a {
  font-family: "Righteous";
  font-size: 36px;
  color: #1CB698;
  text-decoration: none;
}
.contenedor-header ul {
  display: flex;
  list-style: none;
}
.contenedor-header nav ul li a {
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 1px;
  color: #fff;
  margin: 0 15px;
  padding: 3px;
  transition: color 0.5s;
}
.contenedor-header nav ul li a:hover {
  color: #1CB698;
}

.inicio {
  background: linear-gradient(to top, rgba(30, 35, 38, 0.8), rgb(30, 35, 38)), url(../img/fondohero.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100vh;
  color: #fff;
  display: flex;
  align-items: center;
}
.inicio .contenido-banner {
  padding: 20px;
  background-color: #1e2326;
  max-width: 350px;
  margin: auto;
  text-align: center;
  border-radius: 40px;
}
.inicio .contenido-banner img {
  margin-top: 400px;
  border: 10px solid #1CB698;
  display: block;
  width: 80%;
  margin: auto;
  border-radius: 100%;
}
.inicio .contenido-banner h1 {
  margin-top: 40px;
  padding-bottom: 10px;
}
.inicio .contenido-banner h2 {
  font-size: 16px;
  padding-top: 15px;
  font-family: "WorkSans";
}
.inicio .contenido-banner .redes a {
  color: #fff;
  display: inline-block;
  text-decoration: none;
  border: 1px solid #fff;
  border-radius: 100%;
  width: 42px;
  height: 42px;
  line-height: 42px;
  margin: 40px 5px;
  font-size: 20px;
  transition: 0.3s;
}
.inicio .contenido-banner .redes a:hover {
  background-color: #1CB698;
}

/* SOBRE MI */
.sobremi {
  background-color: #1e2326;
  color: #fff;
  padding: 50px 20px;
}
.sobremi .contenido-seccion {
  width: 1100px;
  margin: auto;
}
.sobremi .contenido-seccion h2 {
  font-size: 48px;
  font-family: "Righteous";
  text-align: center;
  padding: 20px 0px 50px 0px;
}
.sobremi .contenido-seccion p {
  margin-bottom: 20px;
}
.sobremi .contenido-seccion p span {
  color: #1CB698;
  font-weight: bold;
}
.sobremi .fila {
  display: flex; /* Esto debería funcionar para crear un diseño en dos columnas */
}
.sobremi .fila .col {
  width: 50%;
  padding-top: 50px;
}
.sobremi .fila .col h3 {
  margin-bottom: 25px;
}
.sobremi .fila .col ul {
  list-style: none;
  padding: 0;
}
.sobremi .fila .col ul li {
  margin: 12px 0;
}
.sobremi .fila .col ul li strong {
  display: block;
  color: #1CB698;
  width: 130px;
  font-family: "WorkSans";
  font-size: 16px;
}
.sobremi .fila .col ul li span {
  background-color: #1CB698;
  padding: 3px;
  font-weight: bold;
  border-radius: 5px;
  text-transform: uppercase !important;
}
.sobremi .fila .col .contenedor-intereses {
  display: flex;
  flex-wrap: wrap;
}
.sobremi .fila .col .contenedor-intereses .interes {
  width: 100px;
  height: 100px;
  background-color: #252A2E;
  border-radius: 10px;
  margin: 0 15px 15px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s;
}
.sobremi .fila .col .contenedor-intereses .interes:hover {
  background-color: #1CB698;
}
.sobremi .fila .col .contenedor-intereses .interes i {
  font-size: 30px;
  margin-bottom: 10px;
}
.sobremi .fila .col .contenedor-intereses .interes span {
  text-transform: uppercase;
}
.sobremi button {
  margin-top: 50px !important;
  cursor: pointer;
  background-color: rgba(0, 255, 0, 0);
  border: 2px solid #fff;
  width: fit-content;
  display: flex;
  margin: 20px auto;
  padding: 10px 22px;
  font-size: 16px;
  color: #fff;
  position: relative;
  z-index: 10;
}
.sobremi button i {
  padding-left: 10px;
}
.sobremi button .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #1CB698;
  z-index: -1;
  transition: 1s;
}
.sobremi button:hover .overlay {
  width: 100%;
}

/* SECCIÓN SKILLS */
.skills {
  background-color: #252A2E;
  color: #fff;
  padding: 50px 20px;
}

.skills .contenido-seccion {
  max-width: 1100px;
  margin: auto;
}

.skills h2 {
  font-size: 48px;
  font-family: "Righteous";
  text-align: center;
  padding: 20px 0 70px 0;
}

.skills .fila {
  display: flex;
}

.skills .fila .col {
  width: 50%;
  padding: 0 20px;
}

.skills .fila .col h3 {
  margin-bottom: 25px;
}

.skills .skill > span {
  font-weight: bold;
  display: block;
  margin-bottom: 10px;
}

.skills .skill .barra-skill {
  height: 8px;
  width: 80%;
  background-color: #131517;
  position: relative;
  margin-bottom: 30px;
}

.skills .skill .progreso {
  background-color: #1CB698;
  position: absolute;
  top: 0;
  left: 0;
  height: 8px;
}

.skills .skill .barra-skill span {
  position: absolute;
  height: 40px;
  width: 40px;
  background-color: #1CB698;
  border-radius: 50px;
  line-height: 40px;
  text-align: center;
  top: -17px;
  right: -15px;
  font-size: 14px;
}

/* Estas clases se agregarán dinámicamente mediante JavaScript */
.skills .skill .javascript {
  width: 0%;
  animation: javascript 2s forwards;
}

@keyframes javascript {
  0% {
    width: 0%;
  }
  100% {
    width: 70%;
  }
}
.skills .skill .htmlcss {
  width: 0%;
  animation: htmlcss 2s forwards;
}

@keyframes htmlcss {
  0% {
    width: 0%;
  }
  100% {
    width: 90%;
  }
}
.skills .skill .bootstrap {
  width: 0%;
  animation: bootstrap 2s forwards;
}

@keyframes bootstrap {
  0% {
    width: 0%;
  }
  100% {
    width: 85%;
  }
}
.skills .skill .wordpress {
  width: 0%;
  animation: wordpress 2s forwards;
}

@keyframes wordpress {
  0% {
    width: 0%;
  }
  100% {
    width: 81%;
  }
}
.skills .skill .prestashop {
  width: 0%;
  animation: prestashop 2s forwards;
}

@keyframes prestashop {
  0% {
    width: 0%;
  }
  100% {
    width: 55%;
  }
}
.skills .skill .comunicacion {
  width: 0%;
  animation: comunicacion 2s forwards;
}

@keyframes comunicacion {
  0% {
    width: 0%;
  }
  100% {
    width: 80%;
  }
}
.skills .skill .trabajo {
  width: 0%;
  animation: trabajo 2s forwards;
}

@keyframes trabajo {
  0% {
    width: 0%;
  }
  100% {
    width: 85%;
  }
}
.skills .skill .creatividad {
  width: 0%;
  animation: creatividad 2s forwards;
}

@keyframes creatividad {
  0% {
    width: 0%;
  }
  100% {
    width: 90%;
  }
}
.skills .skill .dedicacion {
  width: 0%;
  animation: dedicacion 2s forwards;
}

@keyframes dedicacion {
  0% {
    width: 0%;
  }
  100% {
    width: 96%;
  }
}
.skills .skill .adaptacion {
  width: 0%;
  animation: adaptacion 2s forwards;
}

@keyframes adaptacion {
  0% {
    width: 0%;
  }
  100% {
    width: 94%;
  }
}
.curriculum {
  background-color: #1e2326;
  color: #fff;
  padding: 50px 20px;
}
.curriculum .contenido-seccion {
  max-width: 1100px;
  margin: auto;
}
.curriculum h2 {
  font-size: 48px;
  font-family: "Righteous";
  text-align: center;
  padding: 20px 0 70px 0;
}
.curriculum .fila {
  display: flex;
  justify-content: space-between;
}
.curriculum .fila .col {
  width: 49%;
  padding: 0 20px;
}
.curriculum .fila .col h3 {
  font-size: 28px;
  font-family: "Righteous";
  margin-bottom: 25px;
}
.curriculum .fila .izquierda {
  border-right: 2px solid #252A2E;
}
.curriculum .fila .derecha {
  border-left: 2px solid #252A2E;
}
.curriculum .fila .item {
  padding: 25px;
  margin-bottom: 30px;
  background-color: #252A2E;
  position: relative;
}
.curriculum .fila .item h4 {
  font-size: 20px;
  margin-bottom: 10px;
}
.curriculum .fila .item span {
  padding-bottom: 5px;
}
.curriculum .fila .item .casa {
  color: #1CB698;
  font-size: 22px;
  font-weight: bold;
  display: block;
}
.curriculum .fila .item .fecha {
  display: block;
  color: #1CB698;
  margin-bottom: 10px;
}
.curriculum .fila .item p {
  line-height: 24px;
}
.curriculum .fila .item .conectori {
  height: 2px;
  background-color: #1CB698;
  width: 47px;
  position: absolute;
  top: 50%;
  right: -47px;
  z-index: 5;
}
.curriculum .fila .item .conectori .circuloi {
  display: block;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background-color: #1CB698;
  float: right;
  position: relative;
  bottom: 4px;
}
.curriculum .fila .item .conectord {
  height: 2px;
  background-color: #1CB698;
  width: 47px;
  position: absolute;
  top: 50%;
  left: -47px;
  z-index: 5;
}
.curriculum .fila .item .conectord .circulod {
  display: block;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background-color: #1CB698;
  float: left;
  position: relative;
  bottom: 4px;
}
.curriculum .fila .izq {
  border-right: 2px solid #1CB698;
  margin-right: 20px;
}
.curriculum .fila .der {
  border-left: 2px solid #1CB698;
  margin-left: 20px;
}

.portfolio {
  background-color: #252A2E;
  color: #1e2326;
  padding: 50px 20px;
}
.portfolio .contenido-seccion {
  max-width: 1500px;
  margin: auto;
}
.portfolio h2 {
  font-size: 48px;
  font-family: "Righteous";
  text-align: center;
  padding: 20px 0 70px 0;
  color: #fff;
}
.portfolio .galeria {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}
.portfolio .galeria .proyecto {
  position: relative;
  max-width: 340px;
  height: fit-content;
  margin: 10px;
  cursor: pointer;
  text-align: center;
}
.portfolio .galeria .proyecto img {
  width: 100%;
  height: 100%;
  object-fit: fit;
  justify-content: space-between;
}
.portfolio .galeria .proyecto .overlay {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: linear-gradient(rgba(28, 182, 152, 0.8), rgba(28, 182, 152, 0.8));
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: opacity 1s;
  font-size: 18px;
  letter-spacing: 3px;
  opacity: 0;
}
.portfolio .galeria .proyecto .overlay h3 {
  margin-bottom: 20px;
  transition: margin-bottom 1s;
}
.portfolio .galeria .proyecto .overlay p {
  color: #fff;
}
.portfolio .galeria .proyecto:hover .overlay {
  opacity: 1;
}
.portfolio .galeria .proyecto:hover .overlay h3 {
  margin-bottom: 0;
  color: #fff;
}
.portfolio .galeria .proyecto:hover .overlay p {
  color: #fff;
}

/* SECCIÓN CONTACTO */
.contacto {
  background-image: url(../img/contact_bg.png);
  background-color: #1e2326;
  color: #fff;
  padding: 50px 0;
}
.contacto .contenido-seccion {
  max-width: 1100px;
  margin: auto;
}
.contacto h2 {
  font-size: 48px;
  font-family: "Righteous";
  text-align: center;
  padding: 20px 0 70px 0;
}
.contacto .fila {
  display: flex;
}
.contacto .col {
  width: 50%;
  padding: 10px;
  position: relative;
}
.contacto .col input,
.contacto .col textarea {
  display: block;
  width: 100%;
  padding: 18px;
  border: none;
  margin-bottom: 20px;
  background-color: #252A2E;
  color: #fff;
  font-size: 18px;
  font-family: "WorkSans";
}
.contacto .col iframe {
  width: 600px;
  height: 560px;
}
.contacto .col img {
  width: 100%;
}
.contacto .col .info {
  position: absolute;
  top: 40%;
  background-color: #252A2E;
  padding: 20px;
  max-width: 350px;
  left: 50%;
  transform: translate(-50%, -50%);
}
.contacto .col .info ul {
  list-style: none;
}
.contacto .col .info ul li {
  margin-bottom: 20px;
  display: flex;
}
.contacto .col .info ul li i {
  color: #1CB698;
  display: inline-block;
  margin-right: 20px;
}
.contacto .col .info ul li i a {
  display: flex;
  font-size: 14px;
}
.contacto button {
  cursor: pointer;
  background-color: rgba(0, 255, 0, 0);
  border: 2px solid #fff;
  width: fit-content;
  display: block;
  margin: 20px auto;
  padding: 10px 22px;
  font-size: 16px;
  color: #fff;
  position: relative;
  z-index: 10;
  margin-top: 50px !important;
}
.contacto button i {
  padding-left: 10px;
}
.contacto button .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #1CB698;
  z-index: -1;
  transition: 1s;
}
.contacto button:hover .overlay {
  width: 100%;
}

footer {
  background-color: #252A2E;
  color: #fff;
  padding: 50px 0 30px 0;
  text-align: center;
  position: relative;
  width: 100%;
}
footer .redes {
  margin-bottom: 20px;
}
footer .redes a {
  color: #fff;
  display: inline-block;
  text-decoration: none;
  border: 1px solid #fff;
  border-radius: 100%;
  width: 42px;
  height: 42px;
  line-height: 42px;
  margin: 40px 5px;
  font-size: 20px;
  transition: 0.3s;
}
footer .redes a:hover {
  background-color: #1CB698;
}
footer .arriba {
  display: block;
  width: 50px;
  height: 50px;
  background-color: #1CB698;
  color: #fff;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -25px;
  border-radius: 50%;
  line-height: 50px;
  font-size: 18px;
}

nav ul li {
  font-family: "WorkSans";
  font-weight: 700;
}

h1 {
  font-size: 42px;
  font-family: "Righteous";
}

h2 {
  font-size: 15px;
  font-weight: normal;
  font-family: "Righteous";
}

h3 {
  font-size: 28px;
  line-height: 28px;
  font-family: "Righteous";
}

h4 {
  font-family: "Righteous";
  font-size: 18px !important;
}

p {
  font-family: "WorkSans";
  font-size: 16px;
  line-height: 22px;
}

a {
  font-family: "WorkSans";
  color: #fff;
  font-size: 16px;
}

span {
  font-family: "WorkSans";
}

/* RESPONSI */
/* RESPONSIVE */
.nav-responsive {
  background-color: #1CB698;
  color: #fff;
  padding: 5px 10px;
  border-radius: 5px;
  cursor: pointer;
  display: none;
}

/* Dispositivos tablet */
@media screen and (max-width: 1024px) {
  /* Navegación */
  .contenedor-header header ul {
    display: none;
  }
  nav {
    display: block;
  }
  nav.responsive {
    display: block;
    position: absolute;
    right: 0;
    top: 75px; /* Añadir "px" para que el valor funcione correctamente */
    background-color: #252A2E;
    width: 180px;
  }
  nav.responsive ul {
    display: block !important;
  }
  nav.responsive ul li {
    border-bottom: 1px solid #fff;
    padding: 10px 0;
  }
  .nav-responsive {
    display: block;
  }
  /* Sobre mí */
  .sobremi .fila {
    display: flex;
  }
  .sobremi .contenido-seccion {
    width: 100%;
    margin: auto;
  }
  /* Skills */
  .skills .fila {
    display: flex;
    flex-direction: column;
  }
  .skills .fila .col {
    width: 100%;
    margin-bottom: 30px;
  }
  /* Currículum */
  .curriculum .contenido-seccion {
    width: 100%;
    margin: auto;
  }
  .curriculum .fila {
    display: flex;
    flex-direction: column;
  }
  .curriculum .fila .col {
    width: 100%;
    margin-bottom: 30px;
  }
  .curriculum .fila .izq {
    border-right: 2px solid #1CB698;
    margin-right: 20px;
  }
  .curriculum .fila .der {
    margin-right: 20px;
  }
  /* Contacto */
  .contacto .contenido-seccion {
    width: 100%;
    margin: auto;
  }
  .contacto .fila {
    display: flex;
    flex-direction: column;
  }
  .contacto .fila .col {
    width: 100%;
    margin-bottom: 30px;
  }
  .contacto .fila .col iframe {
    width: 100%;
    height: 560px;
  }
}
/* Dispositivos móviles */
@media screen and (max-width: 767px) {
  /* Sobre mí */
  .sobremi .fila {
    display: block;
  }
  .sobremi .contenido-seccion {
    width: 100%;
    margin: auto;
  }
  /* Contenedor de intereses */
  .contenedor-intereses {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr); /* 3 columnas */
    gap: 10px; /* Espacio entre los elementos */
  }
  .contenedor-intereses .interes {
    padding: 10px;
  }
}
/*ESTILOS PAGINA DE REDIRECCIONAMIENTO DE FORMULARIO*/
.inicio2 {
  background: linear-gradient(to top, rgba(30,35,38,0.8), rgba(30,35,38,1)), 
              url(../img/contacto.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100vh;
  color: #fff;
  display: flex;
  align-items: center;
  margin: 0 auto;
}

.inicio2 
.contenido-banner2 {
    padding: 40px;
    background-color: #1e2326;
    /*max-width: 350px;*/
    height: 50%;
    width: 50%;
    margin: auto;
    text-align: center;
    border-radius: 40px;
}
@media(min-width: 768px) and (max-width: 1024px){
  .inicio2 
  .contenido-banner2 {
     
      height: 35%;
      width: 90%;
     
  }
}
@media(max-width: 767px){
  .inicio2 
  .contenido-banner2 {
    padding: 90px 10px; 
    margin-top: 25%;
      height: 80%;
      width: 93%;    
  }
  .inicio2 
  .contenido-banner2 h1{
    font-size: 25px;
    line-height: 25px;
  }
}
.inicio2 
.contenido-banner2
h1 {
  margin-top: 40px;
  padding-bottom: 10px;
  color: #fff;
}
.inicio2 
.contenido-banner2

h2{
  font-size: 20px;
  padding: 20px;
  font-family: 'WorkSans';
  color: #fff; 
}
.redes a{
  
    color: #fff;
    display: inline-block;
    text-decoration: none;
    border: 1px solid #fff;
    border-radius: 100%;
    width: 42px;
    height: 42px;
    line-height: 42px;
    margin: 40px 5px;
    font-size: 20px;
    transition: 0.3s;
}
.redes a:hover{
    background-color: #1CB698;
  }

.inicio2 
.contenido-banner2 span{
   font-size: 20px; 
  font-family: 'WorkSans';
  color: #fff;
  
}
/*END FORMULARIO*/
/*# sourceMappingURL=styles.css.map */