html, body {
  font-family: "Roboto",sans-serif;
  line-height: 1.5;
font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
font-weight: normal;
color: rgba(0,0,0,0.87);

background-image: url(/img/fondo_administrativos.jpg);
background-size: cover;
background-repeat: no-repeat;
min-height: 100vh;
flex-direction: column;

margin-top:0 !important;
  padding-top:0 !important;
  /*min-width:800px !important;*/
}

.cabeza {
  padding: 15px 0;
  background-image: url(/img/fondo_azul_superior_main.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-color: 004370;
  border-bottom: 3px solid #00d1cb;
}

.containere {
  width: 70%;
  margin: 0 auto;
max-width: 1280px;
}

.imgResponsive {
  max-width: 100%;
  height: auto;
}

  @media only screen and (min-width: 1200px)
html {
  font-size: 15px;
}
@media (max-width: 600px) {
  .facet_sidebar {
    display: none;
  }
}

h4 {
  font-size: 2.28rem;
  line-height: 110%;
  margin: 1.52rem 0 .912rem 0;
}

::placeholder {
  color: black;
  font-size: 1.2em;
}

