﻿
/*CSS BOTON SOPORTE*/
.botonSoporte:hover {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}

.botonSoporte {
    text-align: center;
    vertical-align: middle;
    padding: 0.385rem 1.00rem;
    font-size: 1rem;
    line-height: 1.5;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    color: #17a2b8;
    border-radius: 50rem !important;
    border: 1px solid #17a2b8;
    text-decoration: none;
    font-weight: 400;
}
