body{
    margin: 0;
    background: lightgray;
}

:root{
    --main-color: white;
}

.bg{
    text-align: center;
    padding: 10px;
    height: 100vh;
    background-size: cover;
    box-sizing: border-box;
    filter: blur(3px);  /* Difuminado */
    background-position: center;
    background-repeat: no-repeat;
}

.bg-text{
    color: black;
    background-color: rgba(211, 211, 211, 0.5);
    font-weight: bold;
    border: 3px solid #f1f1f1;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    width: 80%;
    padding: 20px;
    text-align: center;
    font-family: 'Ubuntu', sans-serif;
}

.hero-lead{
    width: 80%;
    margin: 0 auto;
    font-size: 1.4rem;
    font-weight: 500;
}

.custom-section{
    padding-top: 50px;
}

.problem-item{
    height: 100%;
    padding: 18px;
    background: #f8f9fa;
    border-left: 4px solid #6c757d;
    font-weight: 600;
}

.cb{
    display: flex;
    align-items: start;
    justify-content: center;
    text-align: justify;
    flex-direction: column;
}

.card-text{
    color: black;
}

footer{
    background: black;
    padding: 20px 0;
    color: var(--main-color);
    margin-top: 40px;
    text-align: center;
}

.home{
    background-image: url(images/home3.jpg);
}

#foto{
    max-width: 50%;
    border-radius: 50%;
}

#proyectos { 
    scroll-margin-top: 80px; 
} 

#resumen img{
    width: 100%;
}

#cv{
    color: black;
}

#cv img{
    min-width: 48%;
}

#cv2{
    color: black;
}

.eyebrow{
    font-size:.8rem;
    letter-spacing:.08em;
    color:#6c757d;
}

.contact-cta{
    background: #f8f9fa;
}
