/* Fuente agresiva estilo carrera */
body{
     background: radial-gradient(#777, #1a1a1a);
}
h2 {
    font-family: 'Racing', Impact, Haettenschweiler, sans-serif;
}

/* Banner principal */
#BannerInicio {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    background: radial-gradient(#777, #1a1a1a);
    padding: 80px 0px;
}

#BannerInicio img {
    padding: 40px 80px 40px 0px;
    width: 50%;
}

#BannerInicio div {
    color: white;
    max-width: 500px;
    text-shadow: #000 0 0 10px;
}

#BannerInicio h2 {
    font-size: 60px;
    color: rgb(191, 194, 8)
}

#BannerInicio p {
    font-size: 25px;
    padding-top: 10px;
}

#BannerInicio a {
    display: inline-block;
    padding: 15px;
    font-size: 25px;
    font-weight: bold;
    background-color: rgb(88, 88, 88);
    color: white;
    border-radius: 10px;
    box-shadow: #111 0 0 10px;
    margin-top: 20px;
    transition: color, background-color 0.3s ease;
}

#BannerInicio a:hover {
    background-color: rgb(87, 85, 85);
    color: #333;
}
.experiencia {
    background-color: #444;
    color: white;
    padding: 40px 20px;
}
/* Sección Acerca de */
#acercade {
    display: flex;
    flex-direction: row;
    align-items: center;
    background: radial-gradient(#777, #1a1a1a);
    color: white;
}

#acercade img {
    width: 50%;
    max-width: fit-content;
    max-height: 500px;
}

#acercade div {
    padding: 120px;
    width: 50%;
    height: auto;
    text-align: center;
}

#acercade h2 {
    color: rgb(235, 235, 28);
    margin-bottom: 30px;
    font-size: 40px;
}

#acercade p {
    font-size: 20px;}
footer{
    background-color: #111111; 
    color: white; 
    padding: 30px 20px; 
    font-size: 14px;
}
.contactos{
    display: flex; 
    flex-wrap: wrap; 
    justify-content: space-between; 
    max-width: 1200px; 
    margin: auto;
    flex: 1; 
    min-width: 250px;
}
.contacto{
    flex: 1; 
    min-width: 250px;
}
.menuz{
    color: white; 
    text-decoration: none;
}
.contacto a{
    color: white; 
    margin-right: 10px;
}
.copy{
    text-align: center;
}
.contacto ul li{
    list-style: none; 
    padding: 0;
}
.experiencia-compromiso p{
    color: #111;
}
