@charset "UTF-8";
html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*, *:before, *:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

.debug-media-queries::before {
  background: white;
  border: 1px solid #777;
  color: #000000;
  font: small-caption;
  padding: 3px 6px;
  pointer-events: none;
  position: fixed;
  left: 5px;
  bottom: 50px;
  z-index: 100;
}
@media screen and (min-width: 30em) {
  .debug-media-queries::before {
    content: "S";
  }
}
@media screen and (min-width: 48em) {
  .debug-media-queries::before {
    content: "M";
  }
}
@media screen and (min-width: 60em) {
  .debug-media-queries::before {
    content: "L";
  }
}
@media screen and (min-width: 75em) {
  .debug-media-queries::before {
    content: "XL";
  }
}

html {
  scroll-behavior: smooth;
}

.screen-reader {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}
.screen-reader:active, .screen-reader:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: normal;
  width: auto;
}

body {
  font-family: "Open Sans", arial, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.8);
}
@media screen and (min-width: 48em) {
  body {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 60em) {
  body {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 75em) {
  body {
    font-size: 22px;
    font-size: 1.375rem;
  }
}

a {
  text-decoration: none;
  color: #ff725c;
}
a:hover {
  color: #357edd;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Fredoka One", arial, sans-serif;
  color: rgba(0, 0, 0, 0.7);
  line-height: 1.25;
}

h1, .h1 {
  font-size: 30px;
  font-size: 1.875rem;
}
@media screen and (min-width: 48em) {
  h1, .h1 {
    font-size: 32px;
    font-size: 2rem;
  }
}
@media screen and (min-width: 60em) {
  h1, .h1 {
    font-size: 34px;
    font-size: 2.125rem;
  }
}
@media screen and (min-width: 75em) {
  h1, .h1 {
    font-size: 36px;
    font-size: 2.25rem;
  }
}

h2, .h2 {
  font-size: 26px;
  font-size: 1.625rem;
}
@media screen and (min-width: 48em) {
  h2, .h2 {
    font-size: 28px;
    font-size: 1.75rem;
  }
}
@media screen and (min-width: 60em) {
  h2, .h2 {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
@media screen and (min-width: 75em) {
  h2, .h2 {
    font-size: 32px;
    font-size: 2rem;
  }
}

h3, .h3 {
  font-size: 22px;
  font-size: 1.375rem;
}
@media screen and (min-width: 48em) {
  h3, .h3 {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 60em) {
  h3, .h3 {
    font-size: 26px;
    font-size: 1.625rem;
  }
}
@media screen and (min-width: 75em) {
  h3, .h3 {
    font-size: 28px;
    font-size: 1.75rem;
  }
}

h4, .h4 {
  font-size: 18px;
  font-size: 1.125rem;
}
@media screen and (min-width: 48em) {
  h4, .h4 {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 60em) {
  h4, .h4 {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
@media screen and (min-width: 75em) {
  h4, .h4 {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

h5, .h5 {
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (min-width: 48em) {
  h5, .h5 {
    font-size: 16px;
    font-size: 1rem;
  }
}
@media screen and (min-width: 60em) {
  h5, .h5 {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 75em) {
  h5, .h5 {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

img {
  max-width: 100%;
}

ul {
  list-style: none;
}

.block-group {
  *zoom: 1;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.block-group:before {
  display: table;
  content: "";
  line-height: 0;
}
.block-group:after {
  display: table;
  content: "";
  line-height: 0;
  clear: both;
}

.block-group-child {
  clear: none;
  float: left;
  margin: 0 !important;
}

.block {
  float: left;
  width: 100%;
}

.header-container {
  background-color: #fff;
  color: rgba(0, 0, 0, 0.8);
  text-align: center;
  padding-top: 0.5rem;
}

.header-logo {
  display: block;
  width: 40%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 48em) {
  .header-logo {
    width: 50%;
  }
}

.header-logo-image {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
@media screen and (min-width: 48em) {
  .header-logo-image {
    margin-top: 4rem;
  }
}

.header-slogan {
  margin-top: 0.5rem;
  margin-bottom: 0;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #aaa;
}
@media screen and (min-width: 48em) {
  .header-slogan {
    font-size: 16px;
    font-size: 1rem;
  }
}

.nav-top {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2rem;
}

.border-t {
  border-top-style: dotted;
  border-top-width: 1px;
  border-color: rgba(0, 0, 0, 0.3);
}

.border-b {
  border-bottom-style: dotted;
  border-bottom-width: 1px;
  border-color: rgba(0, 0, 0, 0.3);
}

.nav-top-mobile {
  font-size: 18px;
  font-size: 1.125rem;
  color: rgba(0, 0, 0, 0.8);
  display: inline-block;
  padding: 1rem;
}
@media screen and (min-width: 30em) {
  .nav-top-mobile {
    display: none;
  }
}
@media screen and (min-width: 60em) {
  .nav-top-mobile {
    font-size: 16px;
    font-size: 1rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.nav-top-mobile:hover {
  background-color: #ffdfdf;
  color: rgba(0, 0, 0, 0.8);
}

.nav-top-link {
  font-size: 18px;
  font-size: 1.125rem;
  color: rgba(0, 0, 0, 0.8);
  display: none;
  padding: 1rem;
}
@media screen and (min-width: 30em) {
  .nav-top-link {
    display: inline-block;
  }
}
@media screen and (min-width: 60em) {
  .nav-top-link {
    font-size: 20px;
    font-size: 1.25rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.nav-top-link:hover {
  background-color: #ffdfdf;
  color: rgba(0, 0, 0, 0.8);
}

.ntl-current {
  color: #ff725c;
  cursor: default;
}
.ntl-current:hover {
  background-color: #ffdfdf;
  color: #ff725c;
}

.footer {
  width: 100%;
  background-color: #ffdfdf;
  margin-top: 6rem;
  margin-left: auto;
  margin-right: auto;
}

.nav-footer-container {
  max-width: 64rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0.5rem;
  padding: 2rem;
}

.nav-footer-blocks {
  width: 100%;
}
@media screen and (min-width: 30em) {
  .nav-footer-blocks {
    padding: 2rem;
  }
}
@media screen and (min-width: 48em) {
  .nav-footer-blocks {
    width: 50%;
  }
}
@media screen and (min-width: 60em) {
  .nav-footer-blocks {
    width: 33.33333%;
  }
}

.nav-footer-links {
  list-style: none;
  padding-left: 0;
  max-width: 32rem;
  margin-left: auto;
  margin-right: auto;
}

.nav-footer-link {
  line-height: 1.5;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  margin-left: -0.5rem;
}
.nav-footer-link a {
  font-size: 18px;
  font-size: 1.125rem;
  display: inline-block;
  color: #000;
  border-radius: 0.25rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.nav-footer-link a:hover {
  color: #ff725c;
}

.nav-footer-help {
  max-width: 64rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.nav-footer-help-links {
  text-align: center;
  margin-top: 0;
  margin-bottom: 2rem;
}
.nav-footer-help-links a {
  font-size: 14px;
  font-size: 0.875rem;
  display: inline-block;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  color: #555;
}
.nav-footer-help-links a:hover {
  color: #ff725c;
}

.copyright {
  font-size: 14px;
  font-size: 0.875rem;
  display: block;
  text-align: center;
}

.copyright-name {
  text-transform: uppercase;
  font-weight: bold;
}

.home-container {
  background-color: #fff;
  max-width: 64rem;
  margin-left: auto;
  margin-right: auto;
}

.home-titles {
  margin-top: 6rem;
  margin-bottom: 0.5rem;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 400;
  padding-left: 1rem;
  padding-right: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #aaa;
  text-align: center;
}
@media screen and (min-width: 60em) {
  .home-titles {
    font-size: 24px;
    font-size: 1.5rem;
    margin-top: 8rem;
    margin-bottom: 2rem;
  }
}

.block-home-destaque {
  margin-top: 2rem;
  max-width: 64rem;
  padding: 0.25rem;
  margin-left: auto;
  margin-right: auto;
}

.box-about {
  margin-top: 2rem;
  width: 100%;
}

.box-about-text {
  width: 100%;
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: 2rem;
  padding-right: 2rem;
  background-color: #e8fdf5;
}
@media screen and (min-width: 48em) {
  .box-about-text {
    width: 50%;
  }
}

.box-about-text-small {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.7);
}
@media screen and (min-width: 48em) {
  .box-about-text-small {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 60em) {
  .box-about-text-small {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.box-about-image-block {
  width: 100%;
}
@media screen and (min-width: 48em) {
  .box-about-image-block {
    width: 50%;
  }
}

.box-about-image {
  height: 0;
  position: relative;
  padding-bottom: 100%;
}

.box-about-image-container {
  display: table;
  text-align: center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  margin-bottom: 1rem;
}
@media screen and (min-width: 48em) {
  .box-about-image-container {
    margin-bottom: 4rem;
  }
}
@media screen and (min-width: 60em) {
  .box-about-image-container {
    margin-bottom: 0;
    padding-right: 1rem;
  }
}

.box-about-image-inner {
  display: table-cell;
  vertical-align: middle;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.content-container {
  margin-top: 0;
  max-width: 64rem;
  padding-left: 1rem;
  padding-right: 1rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 48em) {
  .content-container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.content-inner {
  padding-top: 2rem;
}
@media screen and (min-width: 30em) {
  .content-inner {
    padding-top: 4rem;
  }
}

.content-title {
  width: 100%;
  color: rgba(0, 0, 0, 0.7);
  margin-top: 1rem;
  margin-bottom: 1rem;
  text-align: center;
  font-size: 28px;
  font-size: 1.75rem;
}
@media screen and (min-width: 48em) {
  .content-title {
    font-size: 32px;
    font-size: 2rem;
  }
}
@media screen and (min-width: 60em) {
  .content-title {
    font-size: 48px;
    font-size: 3rem;
  }
}

.content-subtitle {
  font-family: "Open Sans", arial, sans-serif;
  width: 100%;
  color: rgba(0, 0, 0, 0.5);
  margin-bottom: 4rem;
  margin-top: -1rem;
  text-align: center;
  font-size: 18px;
  font-size: 1.125rem;
}
@media screen and (min-width: 48em) {
  .content-subtitle {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
@media screen and (min-width: 60em) {
  .content-subtitle {
    font-size: 26px;
    font-size: 1.625rem;
  }
}

.content-date {
  font-family: "Open Sans", arial, sans-serif;
  width: 100%;
  color: rgba(0, 0, 0, 0.7);
  margin-bottom: 4rem;
  margin-top: -1rem;
  text-align: center;
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (min-width: 48em) {
  .content-date {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 60em) {
  .content-date {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

.content-text .content-intro {
  padding-top: 8rem;
  padding-bottom: 8rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 30em) {
  .content-text .content-intro {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
.content-text .content-intro p {
  display: block;
  letter-spacing: 0.1em;
  color: rgba(0, 0, 0, 0.7);
  font-weight: 100;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28px;
  font-size: 1.75rem;
}
@media screen and (min-width: 48em) {
  .content-text .content-intro p {
    font-size: 32px;
    font-size: 2rem;
  }
}
@media screen and (min-width: 60em) {
  .content-text .content-intro p {
    font-size: 36px;
    font-size: 2.25rem;
  }
}

.content-text {
  font-size: 20px;
  font-size: 1.25rem;
  letter-spacing: 0.1em;
  margin-top: 6rem;
  margin-bottom: 6rem;
  color: rgba(0, 0, 0, 0.7);
}
@media screen and (min-width: 30em) {
  .content-text {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 48em) {
  .content-text {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
@media screen and (min-width: 60em) {
  .content-text {
    padding-left: 6rem;
    padding-right: 6rem;
  }
}

.content-text img, .content-text p img {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.content-text blockquote {
  margin-left: 0;
  margin-right: 0;
  padding-right: 0;
  margin-top: 4rem;
  color: #aaa;
}
.content-text blockquote p {
  font-size: 32px;
  font-size: 2rem;
  font-weight: 100;
  margin-top: 0;
  margin-bottom: 0;
  text-align: center;
  line-height: 1.25;
}
@media screen and (min-width: 60em) {
  .content-text blockquote p {
    font-size: 36px;
    font-size: 2.25rem;
  }
}

.content-text li::before {
  display: inline-block;
  width: 1rem;
  height: 16px;
  height: 1rem;
  margin-right: 0.5rem;
  margin-left: -24px;
  content: "–";
  color: #ff725c;
}

.content-text li ul, .content-text li ul li ul {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.content-text li ul li::before {
  color: #357edd;
}

.content-text li ul li ul li::before {
  color: #aaa;
}

.video-frame-container {
  position: relative;
  height: 0;
  position: relative;
  padding-bottom: 56.25%;
  margin-bottom: 4rem;
}

.video-frame {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
}

.item-new {
  width: 100%;
  margin-top: 2rem;
  margin-bottom: 0.5rem;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
@media screen and (min-width: 30em) {
  .item-new {
    margin-top: 4rem;
  }
}
.item-new .item-image {
  font-size: 28px;
  font-size: 1.75rem;
}
@media screen and (min-width: 48em) {
  .item-new .item-image {
    font-size: 32px;
    font-size: 2rem;
  }
}
@media screen and (min-width: 60em) {
  .item-new .item-image {
    font-size: 48px;
    font-size: 3rem;
  }
}

.item1, .item2 {
  width: 50%;
  margin-bottom: 0.5rem;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  font-size: 18px;
  font-size: 1.125rem;
}
@media screen and (min-width: 48em) {
  .item1, .item2 {
    font-size: 22px;
    font-size: 1.375rem;
    width: 25%;
  }
}
@media screen and (min-width: 60em) {
  .item1, .item2 {
    font-size: 26px;
    font-size: 1.625rem;
  }
}

.item2 {
  width: 100%;
  font-size: 22px;
  font-size: 1.375rem;
}
@media screen and (min-width: 30em) {
  .item2 {
    width: 50%;
  }
}
@media screen and (min-width: 48em) {
  .item2 {
    font-size: 26px;
    font-size: 1.625rem;
  }
}
@media screen and (min-width: 60em) {
  .item2 {
    font-size: 30px;
    font-size: 1.875rem;
  }
}

.item-container1x1 {
  height: 0;
  position: relative;
  padding-bottom: 100%;
}

.item-container16x9 {
  height: 0;
  position: relative;
  padding-bottom: 56.25%;
}

.item-link {
  display: table;
  text-align: center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  background-size: cover;
  font-family: "Fredoka One", arial, sans-serif;
  text-decoration: none;
  color: #fff;
  background-color: #9eebcf;
}
.item-link:hover {
  color: #fff;
  opacity: 0.8;
}

.box-photo-container {
  background-size: cover;
}

.item-image {
  display: table-cell;
  vertical-align: middle;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding-left: 2rem;
  padding-right: 2rem;
}
.item-image span {
  text-shadow: 0px 2px 0px rgba(0, 0, 0, 0.4);
}

.item-related-container {
  margin-top: 2rem;
  max-width: 64rem;
  padding: 0.25rem;
  margin-left: auto;
  margin-right: auto;
}

.item-related-title {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 600;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  letter-spacing: 0.1em;
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.no-item {
  font-size: 20px;
  font-size: 1.25rem;
  letter-spacing: 0.1em;
  text-align: center;
  margin-top: 6rem;
  margin-bottom: 6rem;
  color: rgba(0, 0, 0, 0.7);
}
@media screen and (min-width: 30em) {
  .no-item {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 48em) {
  .no-item {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
@media screen and (min-width: 60em) {
  .no-item {
    padding-left: 6rem;
    padding-right: 6rem;
  }
}

.section-center {
  max-width: 64rem;
  width: 100%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.blog-post-cats {
  font-size: 16px;
  font-size: 1rem;
  margin-left: 0;
  margin-right: 1rem;
  margin-bottom: 0.5rem;
  display: inline-block;
}

.blog-post-cats-title {
  margin-left: 2rem;
}

.blog-post-nav {
  margin-top: 0.5rem;
}

.blog-post-link {
  font-size: 20px;
  font-size: 1.25rem;
}

.blog-post-cats-link, .blog-cat-link {
  background: url(../images/inesrocio_icon.png);
  background-size: auto;
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 30px 30px;
  padding: 10px 5px;
}

.blog-post-prev {
  display: inline-block;
  float: left;
  width: 50%;
}
.blog-post-prev .blog-post-dir:before {
  content: "←";
  margin-right: 0.25rem;
}

.blog-post-next {
  display: inline-block;
  float: right;
  width: 50%;
  text-align: right;
}
.blog-post-next .blog-post-dir:after {
  content: "→";
  margin-left: 0.25rem;
}

.blog-post-dir {
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  margin-top: 0;
  margin-bottom: 0;
  color: rgba(0, 0, 0, 0.7);
}

.blog-post-title {
  display: none;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  padding-top: 0.25rem;
}
@media screen and (min-width: 30em) {
  .blog-post-title {
    display: block;
  }
}

.blog-archive-nav {
  margin-bottom: 2rem;
}

.blog-cat {
  font-family: "Fredoka One", arial, sans-serif;
  width: 100%;
  float: left;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 2rem;
  padding-right: 2rem;
}
@media screen and (min-width: 48em) {
  .blog-cat {
    width: 50%;
  }
}
@media screen and (min-width: 60em) {
  .blog-cat {
    width: 33.33333%;
  }
}

.blog-cat-link {
  padding: 5px 10px;
  display: block;
}
.blog-cat-link span {
  display: block;
  margin-left: 2rem;
}

.image-top {
  height: 0;
  position: relative;
  padding-bottom: 56.25%;
}

.image-top-container {
  display: table;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  max-width: 64rem;
}

.text-over-image-container {
  position: absolute;
  display: table;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.text-over-image {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  font-family: "Fredoka One", arial, sans-serif;
  font-size: 28px;
  font-size: 1.75rem;
  text-decoration: none;
  color: #fff;
  text-shadow: 0px 2px 0px rgba(0, 0, 0, 0.4);
  padding-left: 4rem;
  padding-right: 4rem;
}
@media screen and (min-width: 30em) {
  .text-over-image {
    padding-left: 6rem;
    padding-right: 6rem;
  }
}
@media screen and (min-width: 48em) {
  .text-over-image {
    font-size: 32px;
    font-size: 2rem;
    padding-left: 16rem;
    padding-right: 16rem;
  }
}
@media screen and (min-width: 60em) {
  .text-over-image {
    font-size: 48px;
    font-size: 3rem;
  }
}

.images-content {
  margin-left: auto;
  margin-right: auto;
}

.images-content-container {
  width: 100%;
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 60em) {
  .images-content-container {
    width: 33%;
    padding-right: 0.5rem;
  }
}

.images-content-inner {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-size: cover;
  background-position: center center;
}

.image-content-featured {
  display: block;
  width: 100%;
}

.button {
  display: inline-block;
  text-decoration: none;
  font-size: 16px;
  font-size: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  margin-top: 2rem;
  margin-left: 0.25rem;
  margin-right: 0.25rem;
  text-align: center;
  letter-spacing: 0.1em;
  border-style: solid;
  border-width: 1px;
  border-radius: 0.25rem;
  color: rgba(0, 0, 0, 0.7);
  border-color: rgba(0, 0, 0, 0.4);
}
.button:hover {
  background-color: #ff725c;
  color: #fff;
}
.button-social-icon {
display: inline-block;
width: 1em;
height: 1em;
stroke-width: 0;
stroke: currentColor;
overflow: visible;
fill: currentColor;
pointer-events: none;
padding-left: 3px;
padding-top: 3px;
margin-right: 5px;
}
@media screen and (min-width: 48em) {
  .button {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 60em) {
  .button {
    font-size: 20px;
    font-size: 1.25rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 2rem;
    padding-right: 2rem;
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
}

.button-small {
  font-size: 14px;
  font-size: 0.875rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
@media screen and (min-width: 48em) {
  .button-small {
    font-size: 16px;
    font-size: 1rem;
  }
}
@media screen and (min-width: 60em) {
  .button-small {
    font-size: 18px;
    font-size: 1.125rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.active .slide {
  display: block !important;
  visibility: hidden;
  transition: left 0.5s ease-out;
  border-style: none;
  border-width: 0px;
  display: none;
  position: absolute;
  z-index: 5;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
}
.active .slide.current {
  visibility: visible;
  left: 0;
}
.active .slide.next {
  left: 100%;
}
.active .slide.next.in-transition {
  visibility: visible;
}
.active .slide.prev {
  left: -100%;
}
.active .slide.prev.in-transition {
  visibility: visible;
}

.carousel-back {
  background-color: #fff;
}

.carousel-inner {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 48em) {
  .carousel-inner {
    max-width: 64rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media screen and (min-width: 75em) {
  .carousel-inner {
    max-width: 80rem;
    padding-left: 4rem;
    padding-right: 4rem;
  }
}

.carousel {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.carousel ul {
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 30em) {
  .carousel ul {
    padding-bottom: 1rem;
  }
}
.carousel ul li:before {
  display: none;
}
.carousel.active {
  height: 100%;
  position: relative;
  height: 288px;
  height: 18rem;
}
@media screen and (min-width: 30em) {
  .carousel.active {
    height: 320px;
    height: 20rem;
  }
}
@media screen and (min-width: 48em) {
  .carousel.active {
    height: 448px;
    height: 28rem;
  }
}
@media screen and (min-width: 60em) {
  .carousel.active {
    height: 576px;
    height: 36rem;
  }
}
.carousel.with-slidenav .slide {
  padding-top: 1rem;
}

.slide {
  position: relative;
  margin-bottom: 1rem;
  border-style: none;
  border-width: 0px;
  width: 100%;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 288px;
  height: 18rem;
}
@media screen and (min-width: 30em) {
  .slide {
    height: 320px;
    height: 20rem;
  }
}
@media screen and (min-width: 48em) {
  .slide {
    height: 448px;
    height: 28rem;
  }
}
@media screen and (min-width: 60em) {
  .slide {
    height: 576px;
    height: 36rem;
  }
}
.slide article {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  display: none;
}
@media screen and (min-width: 30em) {
  .slide article {
    display: block;
    bottom: 15%;
  }
}
@media screen and (min-width: 60em) {
  .slide article {
    bottom: 10%;
  }
}
.slide h4 {
  display: inline-block;
  float: right;
  font-size: 20px;
  font-size: 1.25rem;
  margin: 0;
  padding: 0.25rem;
  text-align: right;
  background-color: rgba(255, 255, 255, 0.8);
}
.slide p {
  font-size: 12px;
  font-size: 0.75rem;
  padding: 1rem;
  text-align: center;
  max-width: 60%;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 0.25rem;
  display: inline-block;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 30em) {
  .slide p {
    font-size: 14px;
    font-size: 0.875rem;
    padding: 0.5rem;
  }
}
.slide a {
  display: block;
  text-align: right;
}
.slide.current {
  display: block;
  z-index: 999;
}

.btn-prev, .btn-next {
  cursor: pointer;
  position: absolute;
  z-index: 999;
  opacity: 0.6;
  bottom: 0;
  padding-bottom: 0;
  border-style: none;
  border-width: 0px;
  background-color: rgba(255, 255, 255, 0.05);
  bottom: 0;
  transition: 0.4s ease-out;
}
@media screen and (min-width: 30em) {
  .btn-prev, .btn-next {
    bottom: 40%;
    padding: 1rem;
    transition: padding 0.4s ease-out;
  }
}
.btn-prev:hover, .btn-prev:focus, .btn-next:hover, .btn-next:focus {
  padding-left: 1rem;
  padding-right: 1rem;
}
.btn-prev img, .btn-next img {
  padding: 0;
  background-color: transparent;
}

.btn-prev {
  left: 0;
  border-radius: 0 0.25em 0.25em 0;
}

.btn-next {
  right: 0;
  border-radius: 0.25em 0 0 0.25em;
}

.slidenav {
  display: none;
}
@media screen and (min-width: 30em) {
  .slidenav {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 9999;
    display: block;
  }
}
.slidenav li {
  display: inline-block;
  margin: 0;
}

.slidenav button {
  border-style: none;
  border-width: 0px;
  transition: padding 0.4s ease-out;
  cursor: pointer;
  font-size: 26px;
  font-size: 1.625rem;
  background-image: url(../images/ico-slide-stop-play.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-color: transparent;
  width: 41px;
  height: 41px;
  line-height: 8px;
  color: #fff;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  vertical-align: middle;
}
.slidenav button.current {
  border-style: none;
  border-width: 0px;
}
.slidenav button:hover, .slidenav button:focus, .slidenav button.current:hover, .slidenav button.current:focus {
  opacity: 1;
}

.btn-next:focus,
.btn-prev:focus,
.slidenav button:focus,
.slidenav button.current:focus {
  outline: none;
}

.pagination {
  max-width: 64rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 4rem;
  text-align: center;
}

.MarkupPagerNav {
  display: block;
  color: #777777;
  padding-left: 0;
}

.MarkupPagerNav li {
  /* todos os links */
  display: inline;
  list-style: none;
  margin: 0;
  padding: 12px;
  font-size: 0.875rem;
  text-decoration: none;
}

@media screen and (max-width: 30em) {
  .MarkupPagerNav li {
    display: none;
  }
}
.MarkupPagerNav li.MarkupPagerNavOn,
.MarkupPagerNav li.MarkupPagerNavOn:hover {
  border: 1px solid #777777;
  border-radius: 0.25rem;
  font-weight: 500;
}

.MarkupPagerNav li.MarkupPagerNavOn:hover {
  border: 1px solid #FF725C;
}

.MarkupPagerNav li.MarkupPagerNavOn a span {
  color: #FF725C;
}

@media screen and (max-width: 30em) {
  .MarkupPagerNav li.MarkupPagerNavNext {
    display: inline;
  }
}
@media screen and (max-width: 30em) {
  .MarkupPagerNav li.MarkupPagerNavPrevious {
    display: inline;
  }
}
.MarkupPagerNav li.MarkupPagerNavPrevious a span:before {
  content: "←";
  padding-right: 0.5rem;
}

.MarkupPagerNav li.MarkupPagerNavNext a span:after {
  content: "→";
  padding-left: 0.5rem;
}

.MarkupPagerNav li a:link,
.MarkupPagerNav li a:hover,
.MarkupPagerNav li a:visited {
  color: #777777;
  padding: 12px;
  text-decoration: none;
}

.MarkupPagerNav li a:hover {
  color: #FF725C;
}

.MarkupPagerNav li.MarkupPagerNavSeparator,
.MarkupPagerNav li.MarkupPagerNavSeparator:hover {
  margin-left: 10px;
  background-color: transparent;
}
