/*------------------ ficha --------------------*/
.imagen_ficha::after{
content: "";
    display: block;   
    height: 20px; /* Ajusta la altura según necesites */
    background-image: url("../img/rayas.png");
    background-repeat: repeat-x;
    background-size: contain;
    margin-bottom: 40px;
}




#ficha_tarta .contenido_interior h2{ font-size: clamp(2.3rem, 5vw, 3.125rem);   
    padding-bottom: 15px;
    line-height: 100%;}

#ficha_tarta b {   
    font-weight: bolder;
    color: #000;
   
}

.cabecero_ficha_tarta{ background-image: url("../img/fondo_interior_muu.jpg");
    position: relative;
    background-position: center center !important;
    background-repeat: no-repeat;
    background-size: cover;}
.imagen_logotipo{max-height: 81px;}

.cabecero_ficha_tarta h1{
    color: #fff;
    z-index: 100;
    position: relative;
    text-align: center;
    line-height: 100%;
    font-size: clamp(2rem, 1.551rem + 2.25vw, 4.5rem);
}
#ficha_tarta .contenido_interior {text-align: justify;}

/* Extra small devices (portrait phones, less than 576px)*/
@media (width <= 575.98px){
    .imagen_logotipo{max-width: 110px; max-height:58px ;}
    
}

/* Small devices (landscape phones, 576px and up)*/
@media (576px <= width <= 767.98px) {
  
 
}

/* Medium devices (tablets, 768px and up)*/
@media (768px <= width <= 991.98px) {
    
}
/* Medium devices (tablets, 768px and up)*/
@media (768px <= width <= 991.98px) and (orientation: portrait) {
    
}


/* Large devices l (desktops, 992px and up)*/
@media (992px <= width <= 1199.98px) {
    
}

/* Large devices l (desktops, 992px and up)*/
@media (992px <= width <= 1199.98px)  and (orientation: portrait)  {
    
}


/* Extra large devices xl(large desktops, 1200px and up)*/
@media (1200px <= width <= 1399px) {
    .contenido_interior {text-align: justify;}
  
    
}
/* Extra large devices xl(large desktops, 1400px and up)*/
@media (width >= 1400px){
.contenido_interior {text-align: justify;}
   
    
}



