h2{
    font-family: 'brother';
    color: #18417c;
}
p{
    font-size: 1.4rem;
}
hr{
    width: 85%;
    margin: auto;
    margin-bottom: 3vw;
}
#puntos_residuales{
    padding-left: 8vw;
}
.titulo__privacidad{
    margin-bottom: 2em;
}
.cards{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    margin: 0 auto 3vw;
}
.card-body{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.card-body h5{
    font-weight: bold;
    font-size: 2rem;
    text-align: center;
}
.card-title{
    color: #18417c;
}
.card{
    overflow: hidden;
    border-radius: 25px;
    width: 20%!important;
    transition: 0.3s;
    max-width: 320px;
}
.card p{
    font-size: 1.2rem;
}
.card:hover{
    box-shadow: 0 14px 28px rgba(0,0,0,0.25), -8px 10px 10px rgba(0,0,0,0.22);
    position: relative;
    bottom: 3px;
    left: 5px;
}
.btn_azul{
    background-color: #0798d8;
}

/* VERSION VIEJA DE SERVICIOS
.txt_sec{
    padding: 0 5vw 3vw;
    width: 85%;
}
.servicio{
    display: flex;
    align-items: center;
    flex-direction: row;
}
.servicio i{
    position: relative;
    bottom: 2vw;
    font-size: 5em;
    color: #3d8aa9;
}
#metrologia{
    padding-top: 3vw;
    flex-direction: row-reverse;
    text-align: right;
}
#mantenimiento{
    margin-bottom: 4vw;
}
.sombraServ{
    background-color: #edf3f6;
} */
.servicio{
    width: 100%;
    display: flex;
    align-items: center;
    position: relative;
}
.servicio i{
    /* width: 100%; */
    position: absolute;
    text-align: center;
    font-size: 5em;
    color: white;
    left: 4%;
    top: 44%;
    opacity: 0.7;
}
.servicio img {
    border-radius: 50%;
    width: 60vh;
    aspect-ratio: 1/1;
    object-fit: cover;
    margin-left: -32vh;
}
.txt_sec{
    margin: auto;
    width: 75%;
    padding: 0 2vw;
}
.sombraServ{
    background-color: #edf3f6;
}
#metrologia img{
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

@media (min-device-width:670px) and (max-device-width:1050px){
    .cards{
        flex-direction: column;
        gap: 2em;
    }
    .card{
        flex-direction: row;
        margin: auto;
        width: 90%!important;
        height: 17em;
    }
    .card img{
        height: 17em;
        width: 37vw;;
        align-self: center;
        object-fit: cover;
    }
    .card{
        max-width: none;
    }
    #metrologia, #consultoria{
        padding: 5vw 0;
    }
}
@media (min-device-width:200px) and (max-device-width:669px){
    .cards{
        flex-direction: column;
        gap: 2em;
        margin: 0;
    }
    .card{
        width: 90%!important;
        margin: auto;
    }
    .card-body{
        text-align: center;
    }
    .titulo__privacidad{
        margin-bottom: 1em;
    }
    hr{
        margin: 2em auto;
    }
    /* .servicio{
        flex-direction: column;
        text-align: center;
    }
    .txt_sec{
        width: 95%;
    }
    #puntos_residuales{
        padding: 0;
    }
    #metrologia{
        flex-direction: column;
        text-align: center;
    }
    .sombraServ{
        margin: 4em 0;
        padding: 2em 0;
    } */

    .servicio{
        flex-direction: column;
        text-align: center;
    }
    .servicio img{
        width: 90vw;
        margin: 6vw auto;
    }
    .servicio i{
        width: 100%;
        text-align: center;
        left: 0;
        top: 45vw;
    }
    #consultoria, #metrologia{
        padding-bottom: 2em;
    }
    .txt_sec {
        width: 90%;
    }
}