@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap');

body {
    font-family: 'Roboto', sans-serif;
    font-weight: 400; /* Regular weight for general text */
    margin: 0;
    padding: 0;
    background-color: #f0f8ff; /* Fondo azul claro */
}

header {
    background-color: #1e90ff; /* Azul */
    color: white;
    padding: 1rem 0;
}

nav ul {
    list-style: none;
    display: flex;
    justify-content: center;
    padding: 0;
    margin: 0;
}

nav ul li {
    margin: 0 1rem;
}

nav ul li a {
    color: white;
    text-decoration: none;
}

.container {
    max-width: 1000px;
    margin: 0 auto;
    padding: 2rem;
}

.profile-img {
    width: 150px;
    height: 150px;
    border-radius: 50%;
}

#about {
    display: flex;
    align-items: center;
    text-align: center;
}

.about-text {
    margin-left: 2rem;
}

#projects {
    text-align: center;
}

.projects-grid {
    padding: 25px;
    display: flex;
    max-width: 1000px;
    justify-content: center;
    gap: 1rem;
    flex-wrap: wrap;
    
}

.project {
    border: 1px solid #ddd;
    padding: 1rem;
    width: 45%;
    box-sizing: border-box;
}

.project-links {
    margin-top: 1rem;
}

.project-links a {
    text-decoration: none;
    color: #1e90ff;
    font-size: 1rem;
    display: inline-flex;
    align-items: center;
    font-weight: 500; /* Medium weight for project links */
}

.project-links a i {
    margin-right: 0.5rem;
    font-size: 1.5rem;
}

#show-more-btn {
    margin-top: 1rem;
    padding: 0.5rem 1rem;
    background-color: #1e90ff;
    color: white;
    border: none;
    cursor: pointer;
    border-radius: 4px;
}

.hidden {
    display: none;
}

#skills ul {
    list-style: none;
    padding: 0;
    text-align: center;
}

#skills ul li {
    background-color: #f4f4f4;
    padding: 0.5rem;
    margin-bottom: 0.5rem;
    display: inline-block;
    margin-right: 0.5rem;
    display: flex;
    align-items: center;
}

#skills ul li i {
    margin-right: 0.5rem;
    font-size: 1.5rem;
}

footer {
    text-align: center;
    padding: 1rem 0;
    background-color: #1e90ff;
    color: white;
}

footer .social-links a {
    color: white;
    margin: 0 0.5rem;
    text-decoration: none;
    font-weight: 500; /* Medium weight for footer links */
}

body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f0f8ff; /* Fondo azul claro */
}

header {
    background-color: #1e90ff; /* Azul */
    color: white;
    padding: 1rem 0;
}

nav ul {
    list-style: none;
    display: flex;
    justify-content: center;
    padding: 0;
    margin: 0;
}

nav ul li {
    margin: 0 1rem;
}

nav ul li a {
    color: white;
    text-decoration: none;
}

.container {
    max-width: 1000px;
    margin: 0 auto;
    padding: 2rem;
}

.project-img {
    width: 100%;
    height: auto;
    margin-bottom: 1rem;
}


.project-links a {
    text-decoration: none;
    color: #1e90ff;
    font-size: 1rem;
    display: inline-flex;
    align-items: center;
}

.project-links a i {
    margin-right: 0.5rem;
    font-size: 1.5rem;
}

.brief-description {
    margin-top: 1rem;
}

#show-more-btn {
    margin-top: 1rem;
    padding: 0.5rem 1rem;
    background-color: #1e90ff;
    color: white;
    border: none;
    cursor: pointer;
    border-radius: 4px;
}

#show-more-my-btn {
    margin-top: 1rem;
    padding: 0.5rem 1rem;
    background-color: #1e90ff;
    color: white;
    border: none;
    cursor: pointer;
    border-radius: 4px;
}

.hidden {
    display: none;
}

.languages-used ul {
    list-style: none;
    padding: 0;
}

.languages-used ul li {
    background-color: #f4f4f4;
    padding: 0.5rem;
    margin-bottom: 0.5rem;
    display: inline-block;
    margin-right: 0.5rem;
    display: flex;
    align-items: center;
}

.languages-used ul li i {
    margin-right: 0.5rem;
    font-size: 1.5rem;
}

footer {
    text-align: center;
    padding: 1rem 0;
    background-color: #1e90ff;
    color: white;
}

footer .social-links a {
    color: white;
    margin: 0 0.5rem;
    text-decoration: none;
}

#detailed-description-my{
    font-size: 20px;
    font-family: 'Roboco';
}



.imagenPeque{
    /*
    max-width: 300px;
    
    justify-content: center;
    gap: 1rem;*/

  
    width: 100%;
    height: auto;
    
    border-radius: 8px;
    cursor: pointer;
    display: block;
    margin-bottom: 15px;

}
.btn {
    display: inline-block;
    padding: 5px 10px;
    background-color: #007bff;
    color: #fff;
    text-decoration: none;
    border: none;
    border-radius: 5px;
    cursor: pointer;
  }
  
  .btn:hover {
    background-color: #0056b3;
  }

  .detailed-description{
    font-size: 20px;
    font-family: 'Roboco';
    text-align: justify;
   line-height: 30px;
  }
 
/* Modal Styles */
.modal {
    display: none;
    position: fixed;
    z-index: 100;
    padding-top: 60px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.9);
}

.modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
}

#caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}

.modal-content, #caption {  
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
    from {-webkit-transform: scale(0)} 
    to {-webkit-transform: scale(1)}
}

@keyframes zoom {
    from {transform: scale(0.1)} 
    to {transform: scale(1)}
}

.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
    cursor: pointer;
}

.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

@media (max-width: 768px) {
    .project {
        flex: 1 1 100%; /* Full width on smaller screens */
    }
}
