﻿.btn-custmon {
    background-color: #12304a;
    color: white;
    width: 160px;
}
.text-Motos {
    color: #26abe4;
    font-family: Arial;
}
    .btn-custmon:hover {
        background-color: #12304ad9 !important;
        color: white !important;
    }

.contenedor {
    position: relative;
    display: inline-block;
    text-align: center;
}

.texto-encima {
    position: absolute;
    top: 10px;
    left: 10px;
}

.centrado {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
}