 @import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');
	.espaciado{
		height: 100px;
	}

    .seccioncaja{
        display: flex;
        justify-content: center;
        align-items: center;
/*        min-height: 50vh;*/
    }
    .box{
        width:800px;
        border-bottom: 20px solid #343a40;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;

        border-top: 20px solid #343a40;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
    }
    
    .box h2{
        font-family: 'Poppins', sans-serif;
        color: #fff;
        background: #343a40;
        padding: 10px 20px;
        font-size: 20px;
        font-weight: 500;
        width: 100%;
        display: flex;
        justify-content: center;
        text-align: center;
    }

    .box h2.h2titulo{
        font-family: 'Poppins', sans-serif;
        color: #fff;
        background: #343a40;
        padding: 10px 20px;
        font-size: 18px;
        font-weight: 500;
        width: 100%;
        display: flex;
        justify-content: center;
        text-align: center;
    }

    .box ul{
        position: relative;
        background:#fff;
    }
    .box ul:hover li{
        opacity: 0.2;
    }
    .box ul li{
        list-style: none;
        padding: 10px;
        width:100%;
        background:#fff;
        box-shadow: 0 5px 25px rgba(0,0,0,0.2);
        transition: transform 0.5s;
    }
       .box ul li:hover{
        transform:scale(1.1);
        z-index: 100;
        background: #8F9294;
        box-shadow: 0 5px 25px rgba(0,0,0,0.3);
        color:#fff;
        opacity: 1;
       }
       .box ul li span{
        width: 20px;
        height:20px;
        text-align: center;
        line-height: 20px;
        background: #343a40;
        color: #fff;
        display: inline-block;
        border-radius: 50%;
        margin-right: 10px;
        font-size: 12px;
        font-weight: 600;
        transform: translateY(-2px);
       }
       .box ul li:hover span{
        background: #fff;
        color: #343a40;
       }
       a.linkestadisticaslxv{
        font-family: 'Poppins', sans-serif;
        text-decoration: none;
        font-size: 13px;
       }
        a.linkestadisticaslxv2{
        font-family: 'Poppins', sans-serif;
        text-decoration: none;
        font-size: 15px;
       }
       .Estilo61encdxfichas {
        font-size: 9px;
        color: #4d5656;
        display:block;
        line-height: initial;
        font-family: Verdana, Arial, Helvetica, sans-serif; 
        }
        a{
            text-decoration: none;
            color: black;
        }

        a:visited{
            text-decoration: none;
            color: black;
        }
        a:link{
            text-decoration: none;
            color: black;
        }

       @media screen and (max-width: 760px) {
    .Estilo61encdxfichas{
        display:none;
         visibility:hidden;
         overflow: hidden;
    }
    .lineapiefichas{
        width: auto;
    }

    .encabesadofichaspas{
        width: auto;
    }
    .logofichaspasadas {
        width: auto;
    }
    .logofichaspasadas img{
        width: 200px;
    }
    .titulofichaspasadas{
        width: 0;
    }
    .serviciosfichaspasadas{
        width: 0;
    }
    .tablafechaestad{
        width:100%;
    }
    .box{
        width:90%;
    }
}