@media screen {
body {  /*font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif*/	font-weight: normal;    font-style: normal;    cursor:default;	margin-bottom: 60px;}
.imprimir {display: none;}
html {  position: relative;  min-height: 100%;}
body > .container {  padding: 50px 15px; min-height: 285px;}
a {color: #192e6a;    text-decoration:none;    background-color: transparent;}
.display-3 {    font-size: 2.8rem;
    line-height: 1.2;
    letter-spacing: -.02em;
    font-family: "Montserrat", Sans-serif;
    font-weight: bold;
    color: #2a5092;	}
.text-primary {    color: #17a2b8!important;}
.imageGallery img {    width: 50%;}	
/*.container-fluid {    width: 70%;}*/
body {    background-color: #f3f3f5;}
	
@media (max-width: 768px) {
	body > .container {    padding: 0px;    min-height: 285px;    max-width: 90%;    margin-bottom: 25px;}
}

@media (max-width: 568px) {
	
	body > .container {  padding: 30px 15px; min-height: 285px; max-width: 100%;}
	.display-3 {    font-size: 1.8rem;}
	.lead {    font-size: 13px;    font-weight: 400;    margin-bottom: 10px!Important;    letter-spacing: -.02em;}
	
}