/* Estilos Consorcio */
body {color: #53565a; font-family: 'Open Sans', sans-serif; font-size: 1.4rem;}
.navbar {height: 55px;}
.navbar-brand {color:#ffffff;}
.brand-name { font-weight: bold; font-size: 18px; line-height: 25px; align-items: center; text-align: right; color: #ffffff;}
.logo {width: 145px;}

.bg-primary {background-color:#003da5!Important;}
.bg-light {background-color: #f8f9fa!important;}
.bg-dark {background-color: #000000!important;}
.text-primary {color: #003da5!important;}

.rounded {border-radius: 8px!important;}
.shadow { box-shadow: 0px 0px 8px rgba(148, 148, 148, 0.25)!important;}
.border { border: 1px solid #e1e1e1;}
.btn {width: 224px; height: 56px; border-radius: 8px;}
.btn-outline-red { border-color: #af003e; color: #af003e;}
.btn-outline-red:hover {color: #ffffff; background-color: #af003e; border-color: #af003e;}
.btn-outline-primary {border-color: #003da5; color:#003da5;}
.btn-outline-primary:hover {color: #ffffff; background-color: #003da5; border-color: #003eda5;}
.btn-primary {background: #003da5;}
.btn-primary:hover {background: #00215a;}
.text-success { color: #84bd00!important;}

.numero {font-size:4.2rem;}
.w65 {font-size: 6.5rem;}



@media only screen and (max-width: 425px) {
.pl-md-3, .px-md-3 { padding-left: 1rem!important;}
.pr-md-3, .px-md-3 { padding-right: 1rem!important;}
.pt-md-3, .py-md-3 {margin-top: 1rem!important;}
}