section, .container {
    position: relative;
    word-wrap: break-word;
}

/* *************** HEADER PROGRAMS INI *************** */
.ca-header {
    background-size: cover !important;
    height: 700px;
}

#pFormVol {
    background: url(/images/programas/programa-formacion-y-voluntariado.jpg) center no-repeat;
}

#pGruposVuln {
    background: url(/images/programas/grupos-vulnerables.jpg) center top no-repeat;
}

#pAdulMayores {
    background: url(/images/programas/bienestar-de-las-personas-mayores.jpg) center bottom no-repeat;
}

#pPrevAdic {
    background: url(/images/programas/atencion-y-prevencion-de-adicciones.jpg) center no-repeat;
}

#pViolMujer {
    background: url(/images/programas/prevencion-de-la-violencia-y-promocion-de-la-mujer.jpg) center no-repeat;
}

#pAtenEsc {
    background: url(/images/programas/centro-atencion-y-escucha.jpg) center no-repeat;
}

#pProgSalud {
    background: url(/images/programas/programa-de-salud.jpg) center no-repeat;
}

#pCasaMigr {
    background: url(/images/programas/casa-migrantes.jpg) center no-repeat;
}

#pCafeEnc {
    background: url(/images/programas/cafeteria-el-encuentro.jpg) center no-repeat;
}

#pCarEmerg {
    background: url(/images/programas/caritas-emergencias.jpg) center no-repeat;
}

.ca-header-text {
    height: 100%;
    position: relative;
}

.ca-header-content {
    position: absolute;
    width: 80%;
    left: 17%;
    top: 25%;
}

.cam-section-title {
    font-size: 3.2rem;
}

.ca-header-content p {
    font-size: 2rem;
    color: #FFF;
}
/* *************** HEADER ABOUTUS END *************** */ 

/* *************** PRODUCTS WHATDO INI *************** */
.ca-whatdo-title {
    top: -5rem;
    width: 45%;
    padding: 5rem 3rem; 
}

.ca-whatdo-info {
    width: 80%;
    margin: 0 auto;
    padding: 3rem 0 10rem 1rem;
}

.ca-whatdo-info p {
    font-size: 1.2rem;
    line-height: 1.5rem;
}
/* *************** PRODUCTS WHATDO END *************** */

/* *************** PRODUCTS IMPACT INI *************** */
.ca-impact {
    padding: 5rem 0;
    background: var(--gray);
}

.ca-impact-title {
    padding: 4rem;
    border: 1px #FFF solid;
}

.ca-impact-info {
    width: 80%;
    margin: 0 auto;
}

.ca-impact-info ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.ca-impact-info ul li {
    margin: 1rem 0;
    font-size: 1.2rem;
    color: #FFF;
}
/* *************** PRODUCTS IMPACT END *************** */

/* *************** PRODUCTS ATTENDANT INI *************** */
.ca-attendant {
    padding: 10rem 0;
}

.ca-attendant-avatar {
    width: 97%;
    height: 25rem;
    border-radius: 1rem 1rem 0 1rem;
}

.ca-attendant-name {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 75%;
    padding: 1rem;
    text-align: center;
}

.ca-attendant-name p {
    margin: 0;
    font-size: 1rem;
    line-height: 1rem;
    color: #FFF;
}

.ca-attendant-inf {
    flex-direction: column;
    justify-content: space-between;
    padding: 1rem;
    height: 500px;
}

.ca-attendant-info h2 {
    font-size: 2.6rem;
}

.ca-attendant-info a {
    color: var(--color-primary);
    font-size: 1.2rem;
}

.ca-attendant-message {
    font-size: 1.8rem;
    line-height: 2rem;
    color: var(--color-primary);
    margin: 0;
}
/* *************** PRODUCTS ATTENDANT END *************** */

.ca-attendant-avatar {
    overflow: hidden;
    position: relative;
}

.ca-attendant-avatar img {
    width: 100%;
}

@media (max-width: 1600px) {
    
}