body {
  display: grid;
  min-height: 100vh;
  grid-template-rows: auto 1fr auto;
}

.navbar img {
  height: 2.8rem;
  width: auto;
  transition: all 0.6s;
}

@media (min-width: 991px) {
  .navbar img {
    margin-right: 2rem;
    height: 4.5rem;
  }
}
.navbar.top-nav-collapse {
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: #000;
  box-shadow: 0 0.2rem 0.3rem rgba(0, 0, 0, 0.2);
}

.navbar.top-nav-collapse img {
  height: 2.5rem;
  width: auto;
}

.portada {
  margin-top: 5rem;
}

.single .contenido {
  margin-top: 7rem;
}

@media (min-width: 768px) {
  .single .contenido {
    margin-top: 10rem;
  }
}
.contenido {
  margin-top: 6rem;
}
.contenido .descripcion p {
  margin-bottom: 0;
}
.contenido .descripcion, .contenido .titulo {
  color: #666;
}
.contenido .titulo h1 {
  margin-bottom: 0.8rem;
  line-height: 1;
}
.contenido .titulo p {
  margin-bottom: 0;
  font-size: 1.2rem;
  line-height: 1.4;
}

.page .contenido {
  margin-top: 7rem;
}

.coleccion .galeria-carteles {
  column-count: 1;
  column-gap: 1rem;
}
.coleccion ul {
  list-style: none;
  padding-left: 0;
}
.coleccion ul li {
  margin-bottom: 1.2rem;
}

@media (min-width: 768px) {
  .coleccion .galeria-carteles {
    column-count: 4;
    column-gap: 1.2rem;
  }
}
.page-id-275 .contenido img.about-me-tx {
  width: 75%;
  max-width: 34.375rem;
  display: block;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .page-id-275 .contenido img.about-me-tx {
    width: 70%;
    max-width: 25rem;
    display: block;
    margin: 0 auto;
  }
}
.wpcf7 input::placeholder {
  color: #ccc;
}
.wpcf7 textarea::placeholder {
  color: #ccc;
}

.footer {
  margin-top: 2rem;
  padding: 1.5rem 0;
}
.footer p {
  font-size: 0.8rem;
}

.wpcf7-form-control-wrap, .form-group label {
  width: 100%;
}

.wpcf7-form-control {
  margin: 0.5rem;
}

.wpcf7-not-valid-tip {
  margin-left: 1rem;
}

.wpcf7 form.spam .wpcf7-response-output,
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
  border: 2px solid #ff0000;
  background-color: #ff0000;
  color: #fff;
  text-align: center;
}

div.wpcf7-mail-sent-ok {
  border: 2px solid #398f14;
  background-color: #398f14;
  color: #fff;
  text-align: center;
}

.page div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
  border: 2px solid #ff0000;
}

.wpcf7-fo {
  background-color: #eee;
}

.wpcf7-fo label {
  font-size: 0.9rem;
  color: #84878a;
}

.wpcf7 form.sent .wpcf7-response-output {
  border-color: #46b450;
  background-color: #46b450;
  color: #fff;
  padding: 0.7rem;
  text-align: center;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
  border-color: #dc3232;
  background-color: #dc3232;
  color: #fff;
  padding: 0.7rem;
  text-align: center;
}

.tarjeta {
  position: relative;
  overflow: hidden;
}
.tarjeta img {
  width: 100%;
  height: 100%;
  transition: all 400ms ease-out;
  will-change: transform;
}
.tarjeta .nombre_proyecto {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  transition: all 400ms ease-out;
  opacity: 0;
  visibility: hidden;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.tarjeta:hover > .nombre_proyecto {
  opacity: 1;
  visibility: visible;
}

.tarjeta .nombre_proyecto h4 {
  color: #000;
  /*margin: 50% 0 15px;*/
  transition: all 400ms ease-out;
}

li.wpm-languages {
  width: unset;
}

.wpm-languages.menu-item > a img {
  margin-right: 5px;
  margin-left: 10px;
  width: 20px;
  height: auto;
  border-radius: 50%;
}

.wpm-language-switcher img {
  width: 1rem;
  height: auto;
}

span.ab-icon img {
  width: 1rem;
  height: auto;
}

.show .idioma {
  display: flex;
  flex-direction: row;
}

.idioma li a span {
  font-size: 0.8rem;
}/*# sourceMappingURL=style-custom.css.map */