/* Estilos generales */
body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #ADD8E6;
    color: #333;
}

/* Encabezado */
header {
    background-color: #1E90FF;
    color: white;
    padding: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}


.header-content h6 {
    margin: 2px 40px 0;
    color: black;
}

.contact-button a {
    background-color: #1E90FF;
    color: black;
    box-shadow: 0 15px 10px rgba(255, 255, 255, 0.2);
}

.contact-button a:hover {
    background-color: white;
}

/* Sección de Introducción */
.introduction {
    padding: 40px;
    text-align: center;
    background-color: #87CEEB;
}

.introduction p {
    margin: 20px 0;
    font-size: 18px;
}

/* Galería de Proyectos */
.projects {
    padding: 40px;
    text-align: center;
}

.projects h2 {
    font-size: 24px;
    margin-bottom: 20px;
}

.gallery {
    display: flex;
    justify-content: center;
    align-items: center;
}

.gallery img {
    width: 80%;
    max-width: 600px;
    border-radius: 8px;
}

/* Tarjetas de Información */
.info-cards {
    display: flex;
    justify-content: space-around;
    padding: 40px;
    background-color: #F0F0F0;
}

.card {
    width: 30%;
    background-color: gray;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    text-align: center;
    padding: 20px;
}

.card img {
    width: 100%;
    border-radius: 8px 8px 0 0;
}

.card h3 {
    margin: 15px 0 10px;
    font-size: 18px;
    color: #333;
}

.card p {
    font-size: 14px;
    color: #666;
}

/* Pie de Página */
footer {
    text-align: center;
    padding: 20px;
    background-color: #FFF;
    color: #666;
    font-size: 14px;
}

.footer-links a {
    color: #666;
    text-decoration: none;
    margin: 0 5px;
}

.footer-links a:hover {
    text-decoration: underline;
}
.cx{
   height: 440px;
}
.boton{
    width: 370px;
    height: 100px;
}
.boton2{
    width: 350px;
    height: 88px;
    border-radius: 5px;
    align-content: center;
}