/*Separador horizontal*/ hr { margin: 0.5rem 0 !important; height: 4px !important; color: #67bd3c !important; opacity: 1 !important; box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); } /*Alerta tipo de operación*/ .badge { z-index: 1000 !important; position: absolute; background-color: #67bd3c !important; right:10px; top:10px; padding:5px 10px; box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); font-size: 0.8em !important; } .container-fluid{ padding: 20px; padding-top: 0; margin-top: 0; /*Fijar el ancho del contenedor*/ width: 970px !important; } .btn-primary { background-color: #67bd3c !important; border-color: #529332 !important; width: 100%; outline: none !important; } .btn-primary:active { background-color: #529332 !important; } .btn { font-size: 1em !important; font-weight: 700 !important; } .btn:focus, .btn:active:focus, .btn.active:focus { outline: 0 none !important; box-shadow: 0 0 4px 2px rgba(103, 189, 60, 0.8) !important; } .nav { border-color: #529332 !important; border-bottom: 4px !important; width: 970px !important; } /* Logo Viviendas La Plata */ .nav .nav-item img{ max-width: 300px; padding-left: 20px; padding-top: 10px; } .card { margin-top: 10px; box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); } .card-title { margin-bottom: 0 !important; } .card-body { padding-top: 0 !important; } .small, small { font-size: .65em !important; } .card img{ /*Recorta la foto*/ object-fit: cover; /*Altura del recorte*/ height: 180px; }