/* inicial */
* {
  margin: 0;
  padding: 0;
  border: none;
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0) !important;
  -webkit-focus-ring-color: rgba(255, 255, 255, 0) !important;
  outline: none !important;
}
body {
  color: #000;
  font-family: sans-serif;
  background-color: #fff;
}
li {
  vertical-align: bottom;
  list-style: none;
}
a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
a:focus {
  outline: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
  font-size: 1em;
}
section,
header,
footer,
aside,
nav,
article,
iframe {
  display: block;
}
div,
input,
section,
article,
textarea,
li,
header,
footer,
aside {
  box-sizing: border-box;
}
input,
textarea,
select {
  font-family: inherit;
}
img {
  max-width: 100%;
}
/* clearfix optimizado, ie8+ */
.group::after {
  content: "";
  display: table;
  clear: both;
}
.clear {
  clear: both;
}
.hide {
  display: none;
}
.fancybox-overlay {
  max-width: none;
}
.compartir .at-icon-wrapper {
  display: none;
}
/* fin inicial */

.grecaptcha-badge {
  z-index: 900;
}
