html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption,
th,
td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q,
blockquote {
  quotes: none;
}

q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

body {
  background: url("../images/bg.jpg") no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  font-family: 'Open Sans', sans-serif;
  color: #475569;
}

h1 {
  text-align: center;
  margin: 3rem 0 1.5rem;
}

h1 img {
  max-width: 100%;
}

h2 {
  color: #0074BF;
  font-size: 26pt;
  font-family: 'Overpass', sans-serif;
  font-weight: 700;
  letter-spacing: -1px;
  margin-bottom: .5rem;
}

h2,
p {
  text-align: center;
}

section {
  width: 100%;
  float: left;
  margin: 50px 0;
}

footer {
  width: 60%;
  margin: 0 auto 30px auto;
  font-size: 11pt;
  line-height: 140%;
}

#selector-centros {
  width: 65%;
  margin: 0 auto;
}

#selector-centros li {
  width: 50%;
  height: 125px;
  float: left;
  padding: 6px;
  box-sizing: border-box;
}

#selector-centros li a {
  background: rgba(255, 255, 255, 0.4);
  display: block;
  height: 100%;
  text-decoration: none;
  color: #0074BF;
  padding-left: 125px;
  padding-right: 25px;
  border-radius: .75rem;
  overflow: hidden;
  display: flex;
  align-items: center;
  transition: 200ms ease background-color;
}

#selector-centros li a:hover {
  background: #fff;
  cursor: pointer;
  transition: 200ms ease background-color;
}

#selector-centros li a .logo-centro {
  height: 100%;
  background: white;
  margin-left: -125px;
  float: left;
}

#selector-centros li a .logo-centro img {
  height: 100%;
  padding: 15px;
  box-sizing: border-box;
  max-width: 113px;
}

#selector-centros li a h3 {
  font-size: 15pt;
  margin-left: 25px;
  line-height: 1.3em;
}

@media only screen and (max-width: 1200px) {

  #selector-centros {
    width: 85%;
  }
}

@media only screen and (max-width: 992px) {

  h2 {
    font-size: 23pt;
  }

  #selector-centros {
    width: 90%;
  }

  #selector-centros li {
    height: 100px;
  }

  #selector-centros li a {
    padding-left: 120px;
    padding-right: 20px;
  }

  #selector-centros li a .logo-centro {
    margin-left: -120px;
  }

  #selector-centros li a h3 {
    font-size: 13pt;
    margin-left: 20px;
  }

  footer {
    width: 90%;
  }

    #selector-centros li a .logo-centro img {
      max-width: 88px;
    }
}

@media only screen and (max-width: 768px) {

  #selector-centros li {
    width: 100%;
  }
}