@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');

.parrafoscompendio{
		font-family: 'Poppins', sans-serif;
		font-size: 14px;
	}
	.espaciadointroduccion{
		padding-top: 50px;
	}

.Estilo61encdxfichas {
    font-size: 9px;
    color: #4d5656;
    display:block;
    line-height: initial;
    font-family: Verdana, Arial, Helvetica, sans-serif; 
}

a.botoncitocomp{
	font-family: 'Poppins', sans-serif;
	font-size:15px
}

.contadorcompendio span{
        font-family: 'Poppins', sans-serif;
        font-size: 16px;
        font-weight: bold;
    }
    .contadorcompendio img{
        width:180px;
    }
    .colorparrafo{
        color:black;
        text-align: justify;
        line-height: 2.5rem;
        font-weight: normal;
    }
    .margenesdiv{
        margin-left: 30rem;
        margin-right: 30rem;
    }

.titulopcom{
        width:calc(100% - 300px);
        justify-content: center;
        display: flex; 
        margin: 0 auto;
    }


button {
    margin: 11px;
    position: relative;
    padding: 1px 15px;
    border: none;
    outline: none;
	font-family: 'Poppins', sans-serif;
    color: #dcc2e4;
    cursor: pointer;
    transition: .5s;
    overflow: hidden;
}

button:hover {
    color: #111;
}

button span {
    position: absolute;
    background: #111;
    transition: .5s;
}

button span:nth-child(1) {
    width: 100%;
    height: 1px;
    top: 0;
    left: -100%;
}

button span:nth-child(2) {
    width: 100%;
    height: 1px;
    bottom: 0;
    right: -100%;
}

button span:nth-child(3) {
    width: 1px;
    height: 100%;
    bottom: -100%;
    left: 0;
}

button span:nth-child(4) {
    width: 1px;
    height: 100%;
    top: -100%;
    right: 0;
}

button:hover span:nth-child(1) {
    left: 0;
}

button:hover span:nth-child(2) {
    right: 0;
}

button:hover span:nth-child(3) {
    bottom: 0;
}

button:hover span:nth-child(4) {
    top: 0;
}

	@media (max-width: 760px){
	.tablacompendio{
			width:auto ;
			margin-right: 20px;
			margin-left: 20px;
		}
    .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;
    }
}

@media screen and (max-width:1200px){
        .margenesdiv{
        margin-left: 20rem;
        margin-right: 20rem;

        .titulopcom{
            width:calc(100% - 300px)
            justify-content: center;
            display: flex; 
            margin: 0 auto;
        }

    }
    }

     @media screen and (max-width:1000px){
        .margenesdiv{
        margin-left: 3rem;
        margin-right: 3rem;
    }
    .titulopcom{
            width:calc(100% - 100px)
        }
    }

    @media screen and (max-width:700px){
        .titulopcom{
                width: calc(100% - 70px);
        }
    }