.centro {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

th.tresbtns {
    width: 7rem !important;
}

label.requerido::after{
    content: " * ";
    color: red;
}

.btn-info:hover {
    color: white !important;
}

.modal{
    left: 25%;
    width: 60% !important;
 }

.modal-backdrop {
    visibility: hidden !important;
}
.modal.in {
    background-color: rgba(61, 60, 60, 0.5);
}
.border {
    border: 5px solid rgb(8, 42, 234) !important;
   }
.titulod {
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size: 5rem;
    text-shadow:2px 1px 10px rgb(203, 9, 181) !important;
}
.sombra{
    filter: drop-shadow(4px 6px 12px rgb(203, 9, 181)) !important;
    width: 80%;
    height: 80%;
}
.circulo {
    width: 100px;
    height: 100px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    /* background: #5cb85c; */
}
.circulo2 {
    width: 300px;
    height: 300px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    /* background-image:  url(../assets/theme/login/images/logo.webp); */
}

#modal-vista_servcio.modal{
    left: 0%;
    width: 100% !important;
    background-color: rgba(0,0,0, 0.5) !important;
    opacity: 0.9;
 }



.card-img-top {
    max-height: 250px;
    overflow: hidden;
}

.card-title {
    font-weight: bold;
    text-align: center !important;
    align-items: center !important;
    text-transform: uppercase;
}

.alto{
    height: 600px !important;
}
