@charset "UTF-8";
html {
  font-size: 16px;
}

@font-face {
  font-family: "Roboto";
  font-weight: normal;
  font-style: normal;
  src: local("Roboto") url("fonts/roboto-regular-webfont.woff") format("woff"), url("fonts/roboto-regular-webfont.woff2") format("woff2");
}
@font-face {
  font-family: "Roboto";
  src: local("Roboto"), url("fonts/roboto-black-webfont.woff") format("woff"), url("fonts/roboto-black-webfont.woff2");
  font-weight: 900;
  font-style: normal;
}
/* @font-face {
    font-family: 'Roboto';
    src: local('Roboto') ,url('fonts/roboto-black-webfont.woff') format('woff'),url('fonts/roboto-black-webfont.woff2');
    font-weight: bold;
    font-style: normal;
} */
* {
  font-family: "Roboto", sans-serif, "Times New Roman";
  line-height: 1.6;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

.container {
  background: linear-gradient(180deg, rgb(23, 26, 49) 0%, rgb(6, 5, 13) 43%);
  height: 100%;
  width: 100%;
}

.content {
  margin: auto;
  margin-top: 40px;
  width: 70%;
}

/*
@font-face {
    font-family: ;
    src: url();
}*/
/*mod black*/
/*ligth*/
header {
  position: sticky;
  top: 0;
  display: flex;
  justify-content: center;
  z-index: 10000;
}

.nav-burger-label {
  display: none;
}

#burger {
  display: none;
}

.nav-ul-burger {
  display: none;
}

.nav-porfolio {
  margin-top: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none;
  gap: 2.2rem;
  background-color: #1F2937;
  width: fit-content;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  border-radius: 3rem;
}
.nav-porfolio li {
  padding: 0.8rem 0px;
}
.nav-porfolio li a {
  color: #FFFFFF;
  text-decoration: none;
}

.btn-hover:hover {
  background-color: #FFFFFF;
  color: #1F2937;
}

.profile {
  margin-top: 8rem;
  width: 100%;
}

.content-profile {
  height: 120px;
  width: 130px;
  display: inline-block;
}

.item-profile {
 

  display: flex;
  border: solid 1px rgb(23, 26, 49);
  height: 100%;
  border-radius: 999999px;
}

.vacant {
  position: relative;
  margin-left: 3rem;
  width: 200px;
  height: 46px;
  background-color: #1F2937;
  color: rgb(209, 213, 219);
  border-radius: 3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  cursor: pointer;
}
.vacant::before {
  position: absolute;
  /* background-image: conic-gradient(rgb(44, 182, 10) 20deg,transparent 120deg); */
  background-image: conic-gradient(rgb(57, 125, 237) 20deg, transparent 120deg);
  border-radius: 3rem;
  content: "";
  width: 250px;
  height: 180px;
  animation: vacant-free 2s linear infinite;
}
@keyframes vacant-free {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.vacant::after {
  position: absolute;
  content: "Disponible para trabajar";
  background-color: #1F2937;
  width: 195px;
  height: 43px;
  border-radius: 3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Roboto", sans-serif, "Times New Roman";
}

/*.vacant::after{

    top: .8px;
    left: 8px;
    width: 90%;
    height: 80%;
    border-radius: 3rem;
    padding: .15rem 0.2rem;
    display: flex;
    justify-content: center;
    align-items: center;


} */
.content-profile-all {
  display: flex;
  align-items: center;
}

.title-h1 {
  margin-top: 2rem;
  color: #FFFFFF;
  font-size: 2.5rem;
}

.btn-contact {
  background-color: #1F2937;
  padding: 1rem 1.8rem;
  border-radius: 5rem;
  text-decoration: none;
  color: #FFFFFF;
}

.profile-btns {
  margin-top: 4rem;
}

.btn-contact:first-child {
  margin-right: 3rem;
}

.text-profile {
  margin-top: 1.5rem;
  color: rgb(209, 213, 219);
  font-size: 1.25rem;
  font-family: "Roboto";
  font-weight: normal;
}
.text-profile strong {
  color: #FEF08A;
}

.content-experience {
  margin: auto;
  margin-top: 0;
  width: 70%;
}

.title-h2 {
  font-size: 2rem;
  color: #FFFFFF;
  margin-bottom: 20px;
  padding-top: 80px;
}
.title-h2 i {
  margin-right: 1.3rem;
}

.article-item-1 {
  display: flex;
  margin-bottom: 2.3rem;
}

.article-img {
  /* height: 300px; */
  width: 40%;
  aspect-ratio: 16 / 9;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 16px;
  min-height: 380px;
  border: 1px solid rgb(23, 26, 49);
  overflow: hidden;
}


.article-img-0 {
  background-image: url("../assets/Avancy.png");
}

.article-img-1 {
  background-image: url("../assets/Weather-app.png");
}

.article-img-2 {
  background-image: url("../assets/menu-tienda.png");
}

.article-img-3 {
  background-image: url("../assets/read-and-write.png");
}

.article-img-hover {
  height: 100%;
  width: 100%;
  color: #FFFFFF;
  opacity: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.article-img-hover:hover {
  background-color: #1F2937;
  opacity: 0.85;
  color: #FFFFFF;
  cursor: pointer;
}
.article-img-hover span {
  font-size: 2rem;
  font-weight: bold;
}

.item-explain-1 {
  width: 50%;
  margin-left: 2rem;
}
.item-explain-1 h3 {
  font-size: 1.6rem;
  color: #FFFFFF;
  margin-bottom: 25px;
}
.item-explain-1 p {
  color: rgb(209, 213, 219);
}

.article-tecnology-1 {
  margin-bottom: 20px;
  /*  .tecnology-imagen-1{
       display: inline-block;
       color:c.$title;
       background-color: c.$btns;
       padding:1rem 3.3rem;
       border-radius: 5rem;
       position: relative;
       &::after{
           position: absolute;
           top: 10px;
           left: 10px;
           content:'';
           background-image: url('../../images/laravel-color.svg');
           width: 32px;
           height: 32px;
       }
   } */
}
.article-tecnology-1 svg {
  margin-right: 10px;
}

.btns-proyects {
  margin-top: 20px;
  display: flex;
}

.btn-github {
  margin-right: 20px;
  padding: 0.4rem 1.9rem;
  border-radius: 5rem;
  background-color: #1F2937;
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  color: #FFFFFF;
}
.btn-github svg {
  margin-right: 10px;
}

.btn-view-page {
  padding: 0.4rem 2.2rem;
  border-radius: 5rem;
  background-color: #1F2937;
  display: inline-flex;
  align-items: center;
  color: #FFFFFF;
}

.soon {
  text-decoration: none;
}

/* .title-h2-now{

    padding-top: 40px;
} */
.skills-item {
  height: 345px;
  color: #FFFFFF;
  background-color: rgba(31, 41, 55, 0.4);
  border: solid 1px rgb(23, 26, 49);
  border-radius: 0.8rem;
}
.skills-item h3 {
  margin-top: 1rem;
  font-size: 1.5rem;
  text-align: center;
  margin-bottom: 3rem;
}

.skills-items-1 {
  color: #397ded;
}

.skills-items-2 {
  color: #397ded;
}

.skills-items-3 {
  color: #397ded;
}

.content-skills-galery {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0 10px;
  /*  background-color: rgb(252, 187, 103); */
}

/* .termianl{
    text-align: center;
} */
.skills-item-1 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  justify-content: center;
  /* flex-wrap: wrap; */
  gap: 1.5rem 0px;
  padding: 0 3rem;
  list-style: none;
}
.skills-item-1 li {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.2rem;
  color: rgb(209, 213, 219);
}
.skills-item-1 li svg {
  height: 2.6rem;
  width: 2.6rem;
}

@media only screen and (min-width: 2000px) {
  .content {
    max-width: 2000px;
  }
  .content-experience {
    max-width: 2000px;
  }
}
@media only screen and (max-width: 385px) {
   .btn-github{
    margin-right: 0;
  }
  .btn-view-page {
    padding: .7rem 2.2rem;
  }
  .btns-proyects{
    flex-direction: column;
    justify-content: center;
    gap: 10px;
    width: 100%;
  }
  .content-profile-all {
    justify-content: space-evenly;
  }
  .vacant::after {
    padding: 0 20px;
    text-align: center;
    width: fit-content;
  }
  .vacant {
    width: fit-content;
  }
  .btn-contact:first-child {
    margin-right: 0rem;
  }
  .profile-btns {
    display: flex;
    justify-content: space-evenly;
  }
  .nav-porfolio {
    display: none;
  }
  header {
    display: block;
  }
  .nav-burger-label {
    display: flex;
    justify-content: end;
  }
  .nav-burger-label i {
    position: absolute;
    z-index: 20000;
    width: fit-content;
    font-size: 3rem;
    color: #FFFFFF;
    margin-right: 10px;
  }
  /* Mostrar la lista si el checkbox está marcado */
  #burger:checked ~ .nav-ul-burger {
    position: absolute;
    width: 100%;
    top: 10px;
    display: block;
    margin: auto;
    background-color: #171A31;
  }
  #burger:checked ~ .nav-ul-burger li {
    text-align: center;
    padding: 10px 0px;
  }
  #burger:checked ~ .nav-ul-burger li a {
    text-decoration: none;
    color: #FFFFFF;
    margin-bottom: 20px;
    padding: 0.5rem 2rem;
  }
  #content-phone {
    width: 100%;
    margin: 0;
    padding: 0 15px;
  }
  .vacant {
    margin-left: 1rem;
  }
  /* .container{
      /* background: linear-gradient(180deg, rgba(23,26,49,.9) 0%, rgb(6, 5, 13,.9) 43%); */
  /* } */
  .span-center-hover {
    display: flex;
    justify-content: center;
    text-align: center;
  }
  .content-skills-galery {
    display: block;
  }
  
  #skills-items-3 {
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 20px 20px;
  }
  #skills-items-3 li:first-child {
    grid-column: 1/span 1;
  }
  #skills-items-3 li:last-child {
    grid-column: 1/span 1;
    grid-row: 2/span 1;
  }
  .skills-items-2 {
    margin-bottom: 20px;
  }
  .skills-items-1 {
    margin-bottom: 20px;
  }
  
  .container-skills {
    grid-template-columns: repeat(9, 1fr);
  }
  #skills-items-2 {
    grid-column: span 3;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
  }
  #skills-items-2 li:first-child {
    justify-self: end;
  }
  #skills-items-2 li:nth-child(3) {
    justify-self: start;
  }
  .article-item-1 {
    flex-direction: column;
  }
  .article-img {
    width: 100%;
    height: 200px;
  }
  .article-tecnology-1 {
    display: none;
  }
  .item-explain-1 {
    width: 90%;
    margin-left: 0;
    margin-top: 1.6rem;
  }
  .right-links {
    display: none;
  }
  .content-experience {
    width: 100%;
    padding: 0 15px;
  }
}
/* Estilos para teléfonos (menos de 768px) */
@media only screen and (min-width: 386px) and (max-width: 768px) {
  
  .btn-github{
    margin-right: 0;
  }
  .btn-view-page {
    padding: .7rem 2.2rem;
  }
  .btns-proyects{
    flex-direction: column;
    justify-content: center;
    gap: 10px;
    width: 100%;
  }
  .nav-porfolio {
    display: none;
  }
  header {
    display: block;
  }
  .nav-burger-label {
    display: flex;
    justify-content: end;
  }
  .nav-burger-label i {
    position: absolute;
    z-index: 20000;
    width: fit-content;
    font-size: 3rem;
    color: #FFFFFF;
    margin-right: 10px;
  }
  /* Mostrar la lista si el checkbox está marcado */
  #burger:checked ~ .nav-ul-burger {
    position: absolute;
    width: 100%;
    top: 10px;
    display: block;
    margin: auto;
    background-color: #171A31;
  }
  #burger:checked ~ .nav-ul-burger li {
    text-align: center;
    padding: 10px 0px;
  }
  #burger:checked ~ .nav-ul-burger li a {
    text-decoration: none;
    color: #FFFFFF;
    margin-bottom: 20px;
    padding: 0.5rem 2rem;
  }
  #content-phone {
    width: 100%;
    margin: 0;
    padding: 0 15px;
  }
  .vacant {
    margin-left: 1rem;
  }
  /* .container{
      /* background: linear-gradient(180deg, rgba(23,26,49,.9) 0%, rgb(6, 5, 13,.9) 43%); */
  /* } */
  .span-center-hover {
    display: flex;
    justify-content: center;
    text-align: center;
  }
  .content-skills-galery {
    display: block;
  }
  
  .skills-items-1 li:first-child {
    grid-column: 1/span 1;
    grid-row: 1/span 1;
  }
  .skills-items-1 li:nth-child(5) {
    grid-row: 2/span 1;
    grid-column: 1/span 1;
  }
  #skills-items-3 {
    grid-template-columns: repeat(6, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 20px 20px;
  }
  #skills-items-3 li:first-child {
    grid-column: 2/span 1;
  }
  #skills-items-3 li:last-child {
    grid-column: 2/span 1;
    grid-row: 2/span 1;
  }
  .skills-items-2 {
    margin-bottom: 20px;
  }
  .skills-items-1 {
    margin-bottom: 20px;
  }
  .skills-items-1 li:first-child {
    grid-column: 2/span 1;
  }
  .skills-items-1 li:nth-child(5) {
    grid-row: 2/span 1;
    grid-column: 2/span 1;
  }
  .container-skills {
    grid-template-columns: repeat(9, 1fr);
  }
  #skills-items-2 {
    grid-column: span 3;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
  }
  #skills-items-2 li:first-child {
    justify-self: end;
  }
  #skills-items-2 li:nth-child(3) {
    justify-self: start;
  }
  .article-item-1 {
    flex-direction: column;
  }
  .article-img {
    width: 100%;
    height: 200px;
  }
  .article-tecnology-1 {
    display: none;
  }
  .item-explain-1 {
    width: 90%;
    margin-left: 0;
    margin-top: 1.6rem;
  }
  .right-links {
    display: none;
  }
  .content-experience {
    width: 100%;
    padding: 0 15px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1099px) {
  .content-skills-galery {
    grid-template-columns: 1fr;
    gap: 20px 0;
  }
  #skills-items-1 {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 20px 20px;
  }
  #skills-items-3 {
    grid-template-columns: repeat(6, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 20px 20px;
  }
  #skills-items-3 li:first-child {
    grid-column: 2/span 1;
  }
  #skills-items-3 li:last-child {
    grid-column: 2/span 1;
    grid-row: 2/span 1;
  }
  .skills-items-1 li:first-child {
    grid-column: 1/span 1;
  }
  .skills-items-1 li:nth-child(5) {
    grid-row: 2/span 1;
    grid-column: 1/span 1;
  }
  .container-skills {
    grid-template-columns: repeat(9, 1fr);
  }
  #skills-items-2 {
    grid-column: span 3;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
  }
  #skills-items-2 li:first-child {
    justify-self: end;
  }
  #skills-items-2 li:nth-child(3) {
    justify-self: start;
  }
  .article-item-1 {
    flex-direction: column;
  }
  .article-img {
    width: 90%;
    height: 300px;
  }
  .item-explain-1 {
    width: 90%;
    margin-left: 0;
    margin-top: 1.6rem;
  }
  .right-links {
    display: none;
  }
}
/*  .skills-items-3{
     grid-column: 1/span 2;

          ul{

             grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
             grid-template-rows: 1fr 1fr;

             gap: 10 0px;
             li:first-child{
                 grid-column: 2/span 1;
             }
             li:last-child{
                 grid-row: 2/span 1;
                 grid-column: 2/span 1;
             }
          }
     } */
/* Estilos para tablets (768px a 1024px) */
@media only screen and (min-width: 1100px) and (max-width: 1300px) {
  /*configurar los svg*/
  .content-skills-galery {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
  .skills-items-3 {
    grid-column: 1/span 2;
  }
  .skills-items-3 ul {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 10 0px;
  }
  .skills-items-3 ul li:first-child {
    grid-column: 2/span 1;
  }
  .skills-items-3 ul li:last-child {
    grid-row: 2/span 1;
    grid-column: 2/span 1;
  }
}
/* Estilos para desktops (más de 1024px) */
/* @media only screen and (min-width: 1201px){} */
footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #FFFFFF;
  height: 120px;
  width: 100%;
}

.right-links a {
  text-decoration: none;
  color: #FFFFFF;
}
.right-links .link-contacto {
  margin-left: 80px;
}

/*# sourceMappingURL=app.css.map */
