/* MEDIA PEQUES FEST */
.bioAutor00--pf{display: none;}

@media (min-width: 555px){
.contenedorCarrou00 > div {width: 24%;}
li.linkItem01--pf {
    display: inline-block;
    padding: 0px 20px 0px 20px;
    border-radius: 20px;
    border: none;
}

.fondoDetras00--pf {display: none;}
.pCab00--pf {background-color: unset;}
.lItem00--pf {
background-color: white;
}

.pieFotoCarrou00 {height: 148px;}
.pieFotoCarrou01 {
/*height: clamp(210px, 39%, 410px);*/
height: auto;
}

.logosContacto00--pf {gap: 0px;}

.cabRedesSociales--pf {
    display: flex;
    justify-content: center;
    gap: 50px;
}
.imgCarru00--pf {width: 100%;}
.contenedorCarrou00--pf > div {width: 35%;}
.tituloSobreFoto--pf {font-size: 1.7rem;top: 471px;}
.contenedorCarrou00 > .tituloCarrousel {bottom: 342px;}
.elemFechasObras00 {
    grid-template-areas:
        'imgFecha00'
        ' elementoFecha00'
        ' elementoFecha01'
        ' elementoFecha02'
        ' elementoFecha03';
    grid-template-columns: auto;
padding-left: 10px;
}

.imgFecha00 {width: unset;}
.elementoFecha00, .elementoFecha01, .elementoFecha02, .elementoFecha03 {line-height: 1.2rem;}
}

/* === MEDIA === */
@media (min-width: 820px){

.bioAutor00--pf{display: block;}

.logoCabezote00--pf {
width: 110px;
margin-right: 0px;
}

.tituloSobreFoto--pf {
    font-size: 1.4rem;
    top: 411px;
    line-height: 1.8rem;
    letter-spacing: -0.2px;
}

header.bioAutor00--pf, 
.tituloBioAutor00--pf, 
.subtituloBioAutor00--pf, 
.linkItem00--pf, 
.logosContacto00--pf {
max-width: 80%;
}

.pieFotoCarrou01{height: auto;}
.pieFotoCarrou00 {height: 71px;}
.imgFecha00 {width: 50px;}

.logosContacto00--pf {justify-content: flex-start;}
.contenedorCarrou00 > .tituloCarrousel {bottom: -27px;}
.fondoDetras00--pf {display: none;}

.contenedorheader00--pf{
display: grid;
    grid-template-areas:
        'cabRedesSociales--pf cabRedesSociales--pf'
        'panelCabezote00--pf linksCabezote00--pf';
    grid-template-columns: auto;
    grid-template-rows: auto auto;
    gap: 0px 0px;
    justify-items: center;
    justify-content: center;
}

/* Centra contenedor pero SOLO para pantalla grande */
.contenedorCarrou00 {
/*    justify-content: center;*/
    width: 85%;
    margin: 0 auto;
}

/* ddd */
.elemFechasObras00 {
    grid-template-areas:
        'imgFecha00 elementoFecha00'
        'imgFecha00 elementoFecha01'
        'imgFecha00 elementoFecha02'
        'imgFecha00 elementoFecha03';
    grid-template-columns: auto;
padding-left:unset;
}

.pCab00--pf {
    grid-template-columns: 120px 120px;
    grid-template-rows: auto;
    justify-items: end;
    height: auto;
    width: 320px;
background-color: unset;
}

.pCab00--pf, .linkItem01--pf{border-radius: 10px;}

.tituloCabezote00--pf {
    margin-right: 120px;
    line-height: 27px;
    letter-spacing: -1.2px;
    font-size: 1.8rem;
}

.linksCabezote00--pf {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.linkItem01--pf{
display: inline-block;
padding: 0px 10px 0px 10px; 
}
/*(min-width: 560px)*/
} 	

@media (min-width: 1100px){
.pieFotoCarrou01 {height: auto;}
}