/*.servicios{
    border-radius: 2px;
	box-shadow:  12px 12px 16px #bebebe,
                -12px -12px 16px #ffffff;
    }
    a:hover img.servicios {
    box-shadow: 5px 2px 10px black;
    }
    
.servicios{
        
        width: 160px;
        height: 160px;
        
    }
*/
.facturacion-aifa {
    position:absolute;
    left:722px;
}
a:hover img.servicios {
    box-shadow: 5px 2px 12px black;
    }

.logos {
    object-fit: contain;
    width: 150px;
    height: 150px;
}
img{
    display: block;
    margin: 0px auto;
    }

.servicios {
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
    height: auto;
    border-radius: 15px;
    object-fit: contain;
    border-radius: 20px;
    box-shadow: 12px 12px 16px #b1acac, -12px -12px 16px #f7f0f0;
}

.serviciosAIFA {
    width: 350px;
    height: 250px;
    border-radius: 15px;
    border-radius: 20px;
    
}


a:hover img.servicios2 {
    box-shadow: 5px 2px 12px black;
    }

.servicios2 {
    width: 40%;
    margin-left: 10%;
    margin-right: 10%;
    margin-bottom: 3%;
    height: auto;
    border-radius: 10px;
    object-fit: contain;
    border-radius: 20px;
    box-shadow: 12px 12px 16px #b1acac, -12px -12px 16px #f7f0f0;
    }

    h3 {
        text-align: center;
        font-size: 140%;
    }

    p {
        text-align: center;
        margin-left: 10%;
        margin-right: 10%;
        font-size: 80%;

    }

    @media handheld and (min-width: 30em) {
        .table {
            margin-left: 10%;
            margin-right: 10%;
            display: grid;
            grid-template-columns: 80%;
        }

        .table>div {
            margin: 3%;
            padding: 1%;
        }
    }

    @media (min-width: 30em) {
        .table {
            margin-left: 12%;
            margin-right: 12%;
            display: grid;
            grid-template-columns: 25% 25% 25%;
        }

        .table>div {
            margin: 3%;
            padding: 1%;
        }

        iframe {
            width: 50%;
            height: 300px;
        }

    }

    #pie {
        font-weight: bold;
        margin-top: 20px;
    }