.fullscreen-section {
  position: relative;
  height: 100vh;
  overflow: hidden;
}

.fullscreen-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}

.content-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: white;
  z-index: 1;
}
.content-overlay h1 {
  font-size: 50px;
  text-shadow: 1px 1px 1px #000;
  position: relative;
  font-family: emoji;
  letter-spacing: 3pt;
  font-weight: BOLD;
}
.content-overlay h1:after {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 3px;
  background-color: #09ccbd;
}
.content-overlay p {
  text-align: center;
  color: #fff;
  font-size: 20px;
  padding-top: 0.5em;
  text-shadow: 1px 1px 1px #000;
  background: rgba(128, 128, 128, 0.3490196078);
}

.tabs {
  display: flex;
  justify-content: center;
  border-radius: 5px;
}

.tab-button {
  flex-grow: 1;
  background-color: transparent;
  border: 1px solid rgba(128, 128, 128, 0.5019607843);
  padding: 10px 20px;
  cursor: pointer;
}

.tab-button.active {
  background-color: #09ccbd;
  color: #fff;
}

.tab-content .tab-pane {
  display: none;
  margin-top: 1em;
}

.tab-content .tab-pane.active {
  display: block;
  width: 100%;
}

.socialesShare {
  text-align: center;
}
.socialesShare h3 {
  color: #616161;
  font-family: "Dancing Script", cursive;
  font-size: 26px;
  margin-bottom: 10px;
}
.socialesShare .redes-sociales {
  display: flex;
  justify-content: center;
}
.socialesShare .redes-sociales a {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin: 5px;
  border-radius: 50%;
  background: #09ccbd;
  color: white;
  text-align: center;
  font-size: 20px;
  transition: box-shadow 0.3s ease;
}
.socialesShare .redes-sociales a:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.boton2023 {
  font-size: 13px;
  border: 1px solid #0c8178;
  padding: 0.4em;
  background: #0c8178;
  color: #fff;
  display: block;
  text-align: center;
  margin: auto !important;
  width: 100px;
  border-radius: 2px;
  margin-top: 0.5em !important;
  transition: all 0.3s ease;
  cursor: pointer;
}
.boton2023:hover {
  color: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.relacionados {
  margin-top: 2em;
  margin-bottom: 2em;
}
.relacionados .recorrido {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 1em;
}
.relacionados .linea {
  width: 30px;
  height: 1px;
  background-color: #0c8178;
  margin: auto;
  margin-bottom: 1em;
}
.relacionados .cuerpo {
  width: 100%;
  display: flex;
  margin-top: 0.6em;
  margin-bottom: 0.2em;
}
.relacionados .cuerpo .right {
  float: right;
}
.relacionados .categorias {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 1.2em;
}
.relacionados .categorias a {
  margin-right: 0.8em;
  color: #0c8178;
  font-size: 10px;
  position: relative;
  display: inline-block;
  font-weight: bold;
  border-bottom: 1px solid transparent;
  text-transform: uppercase;
}
.relacionados .categorias a:hover {
  color: #545454;
}
.relacionados .categorias a:hover:after {
  transform: scale(1);
  transform-origin: bottom left;
}
.relacionados .categorias a::after {
  content: "";
  position: absolute;
  width: 50%;
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: #0c8178;
  transform: scale(0);
  transform-origin: bottom right;
  transition: transform 0.6s ease;
}
.relacionados img {
  height: 240px;
  width: 100%;
  object-fit: cover;
}
.relacionados h2 {
  font-family: "Dancing Script";
  margin-bottom: 2em;
  font-size: 30px;
  color: #000;
  position: relative;
  color: #545454;
  text-align: center;
}
.relacionados h2::after {
  content: "";
  display: block;
  width: 45px;
  height: 3px;
  background: #0c8178;
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
}
.relacionados h5 {
  color: #0c8178;
  font-size: 14px;
  text-align: center;
  position: relative;
  font-weight: 600;
  text-transform: uppercase;
}

.contenidoBLogs h2 {
  color: #201f1f;
  position: relative;
  padding-bottom: 0.3em;
}
.contenidoBLogs h2:before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 30px;
  height: 3px;
  background: #09ccbd;
}

.tab-content h2 {
  color: #000;
  padding-bottom: 0.4em;
  position: relative;
  text-transform: uppercase;
  font-size: 20px;
}
.tab-content h2::before {
  content: "";
  display: block;
  background-color: #09ccbd;
  width: 30px;
  height: 3px;
  position: absolute;
  bottom: -5px;
  left: 0;
}
.tab-content h3 {
  color: #484848;
  font-size: 16px;
  font-style: italic;
}

.boton-editar {
  position: fixed;
  float: left;
  margin-top: 50vh;
  background: #0c8178;
  padding: 0.4em 1em;
  color: #fff;
  border-radius: 5px;
  margin-left: -4em;
  transition: 1s ease;
}
.boton-editar:hover {
  margin-left: -0.4em;
  color: #fff;
  transition: 0.4s ease;
}

#similares {
  background: #fff;
  padding: 1em;
  border-radius: 10px;
  transition: 1s ease;
}
#similares:hover {
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  transition: 1s ease;
}
#similares .categorias {
  display: inline-block;
}

@keyframes zoom-infinite {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}
.blogContenedor {
  position: relative;
  height: 450px;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.4);
}
.blogContenedor .zoom-infinite {
  animation: zoom-infinite 10s infinite alternate linear;
  transform-origin: center;
}
.blogContenedor p {
  font-size: 16px;
}
.blogContenedor .tags {
  background: #0c8178;
  color: #fff;
  padding: 0.2em 1em;
  border-radius: 5px;
  font-size: 14px;
  cursor: pointer;
}
.blogContenedor .tags:hover {
  background: #12aea1;
}

.tituloBlog {
  font-family: "Dancing Script", cursive;
  font-size: 42px;
  color: #000;
  font-weight: 400;
  position: relative;
  margin-bottom: 1em;
}
.tituloBlog:before {
  content: "";
  position: absolute;
  width: 40px;
  height: 3px;
  background: #09ccbd;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
}

.relaciones {
  margin-bottom: 5em;
  /* .card {
    max-height: 420px;
  } */
}

.blogsRelacionados {
  padding: 0.1em;
}
.blogsRelacionados:hover .div {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  transition: 0.6s ease;
}
.blogsRelacionados .div {
  border: 1px solid rgba(75, 75, 75, 0.1215686275);
  margin-bottom: 0.6em;
  border-radius: 4px;
  overflow: hidden;
  background: #fff;
}
.blogsRelacionados img {
  width: 100%;
  height: 140px;
  object-fit: cover;
}
.blogsRelacionados h3 {
  font-size: 14px;
  text-align: center;
  color: #000;
  margin-top: 0.4em;
  padding: 0.2em;
  position: relative;
  transition: 0.4s ease;
  font-weight: 500;
  font-family: "elegante";
}
.blogsRelacionados h3:hover {
  color: #0c8178;
  transition: 0.4s ease;
}
.blogsRelacionados h3:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 2px;
  background: #09ccbd;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
}
.blogsRelacionados p {
  text-align: center;
  font-size: 13px;
}

.tags {
  padding: 1em;
  margin-top: -2em;
}
.tags:hover .div {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  transition: 0.6s ease;
}
.tags h3 {
  font-size: 25px;
  text-align: center;
  color: #1d1c1c;
  font-family: "Dancing Script", cursive;
  position: relative;
}
.tags h3:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 2px;
  background: #09ccbd;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
}
.tags .div {
  background: #fff;
  border: 1px solid rgba(75, 75, 75, 0.1215686275);
  padding: 0.6em;
  text-align: center;
  margin-top: 1.4em;
}
.tags .div a {
  color: #000;
  padding: 0.3em;
  border-radius: 4px;
  display: inline-block;
  margin-bottom: 0.5em;
  font-size: 14px;
  font-weight: 500;
  border-bottom: 1px solid #09ccbd;
  transition: 0.5s ease;
  cursor: pointer;
}
.tags .div a:hover {
  background: #09ccbd;
  color: #fff;
  transition: 0.5s ease;
}

@media only screen and (max-width: 480px) {
  .content-overlay h1 {
    font-size: 25px !important;
  }
  .relaciones {
    margin-bottom: 2em;
  }
}

/*# sourceMappingURL=nuevos.css.map */
