
*{
    font-family: "EB Garamond", serif;
    box-sizing: border-box;
}

body{
    background-color: #D2C9C6;
}
h3{
    margin-bottom: 50px !important;
}
a {
    color: #d09d08;
    text-decoration: none;
    transition: color 0.2s ease;
}
body a {
    color: #d09d08;
}

a:hover,
a:focus {
    color: #a87f05;
    text-decoration: underline;
}

.nav-item{
    font-size: 18px;
}

.bi{
    color: #d09d08;
    font-size: 24px;
}
.banner {
    background-image: url("../img/banner.jpg");
    height: 500px;
    background-size: cover;
    background-position: 20% center;
    background-repeat: no-repeat;
    filter: grayscale(80%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-left:50px;
    color:#D2C9C6;
    position: relative;
    min-height: 60vh;
}

.banner::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.45); /* controla contraste aquí */
    z-index: 0;
    }

.banner h1,
.banner p {
    position: relative;
    z-index: 1;
    }

.img-fluid{
    margin-bottom: 20px;
}
.logonav{
    width:50px !important;
}
.imgmi{
    width: 250px;
}
#servicio{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 50px;
}
.mi{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 50px;
}
.articulo{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap:24px;
}
#contacto{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 50px;
}
.copy{
    background-color:#6a6c78;
    color:#D2C9C6;
    padding: 24px 24px;
    text-align: center;
    margin-top: 50px;
}
.body-cv{
    width: 50%;
}
.resumen{
    display: flex;
    flex-direction: row;
    gap:24px;
}
.iconocopy{
    font-size: 12px !important;
    margin-left: 8px;
}
