section#banner_blog {
  height: -moz-fit-content;
  height: fit-content;
  min-height: -moz-fit-content;
  min-height: fit-content;
  padding: 1rem 0;
}
section#banner_blog .contenedor {
  height: -moz-fit-content;
  height: fit-content;
  aspect-ratio: 16/5;
  overflow: hidden;
  border-radius: 1rem;
  position: relative;
}
@media (max-width: 560px) {
  section#banner_blog .contenedor {
    border-radius: 0.5rem;
    aspect-ratio: 16/12;
  }
}
section#banner_blog .contenedor nav.ti-breadcrumb {
  position: absolute;
  top: 1rem;
  left: 1rem;
  z-index: 2;
}
section#banner_blog .contenedor picture {
  position: relative;
  height: 100%;
  width: 100%;
  z-index: 1;
  display: flex;
  opacity: 0.8;
}
section#banner_blog .contenedor picture img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
section#singleBlog {
  height: -moz-fit-content;
  height: fit-content;
  min-height: -moz-fit-content;
  min-height: fit-content;
}
section#singleBlog .contenedor {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 23rem;
  gap: 1rem;
}
@media (max-width: 1180px) {
  section#singleBlog .contenedor {
    grid-template-columns: minmax(0, 1fr) 18rem;
  }
}
@media (max-width: 1024px) {
  section#singleBlog .contenedor {
    display: flex;
    flex-direction: column;
  }
}
section#singleBlog .contenedor .contenido__blog h1 {
  color: #15253f;
  font-size: 1.563rem;
  font-family: "Exo", sans-serif;
  font-weight: bold;
  font-style: italic;
}
section#singleBlog .contenedor .contenido__blog-content * {
  color: #6678a1;
  font-weight: 100;
  line-height: 130%;
  font-size: 0.938rem;
}
section#singleBlog .contenedor .contenido__blog-content p {
  margin: 0.5rem 0;
}
section#singleBlog .contenedor .contenido__blog-content strong,
section#singleBlog .contenedor .contenido__blog-content b {
  color: #1f9ad7;
  font-weight: 800;
}
section#singleBlog .contenedor .contenido__blog-content h2,
section#singleBlog .contenedor .contenido__blog-content h3,
section#singleBlog .contenedor .contenido__blog-content h4 {
  font-size: 0.938rem;
  font-weight: 800;
  color: #1f9ad7;
}
@media (max-width: 780px) {
  section#singleBlog .contenedor .contenido__blog-content h2,
  section#singleBlog .contenedor .contenido__blog-content h3,
  section#singleBlog .contenedor .contenido__blog-content h4 {
    font-size: 1rem;
  }
}
section#singleBlog .contenedor .contenido__blog-content h2,
section#singleBlog .contenedor .contenido__blog-content h3,
section#singleBlog .contenedor .contenido__blog-content h4 {
  margin: 1rem 0;
}
section#singleBlog .contenedor .contenido__blog-content ul li,
section#singleBlog .contenedor .contenido__blog-content ol li {
  list-style-type: disc;
  margin-left: 1.5rem;
}
section#singleBlog .contenedor .contenido__blog-content ol li {
  list-style-type: decimal;
}
section#singleBlog .contenedor .contenido__blog-content > ul, section#singleBlog .contenedor .contenido__blog-content > ol {
  padding: 0.5rem 0;
}
section#singleBlog .contenedor .contenido__blog-content > ul ol li,
section#singleBlog .contenedor .contenido__blog-content > ul ul li, section#singleBlog .contenedor .contenido__blog-content > ol ol li,
section#singleBlog .contenedor .contenido__blog-content > ol ul li {
  padding: 0;
}
section#singleBlog .contenedor .contenido__blog-content img {
  max-width: 100%;
  border-radius: 1.5rem;
}
@media (max-width: 780px) {
  section#singleBlog .contenedor .contenido__blog-content img {
    border-radius: 0.8rem;
  }
}
section#singleBlog .contenedor .contenido__blog-content .heateor_sss_sharing_container {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-top: 1rem;
}
section#singleBlog .contenedor .contenido__blog-content .heateor_sss_sharing_container .heateor_sss_sharing_title {
  font-size: 1.125rem;
  color: #1f9ad7;
  font-weight: 100 !important;
}
section#singleBlog .contenedor .contenido__blog .contenido__blog-form-title {
  font-size: 1.563rem;
  font-weight: bold;
  font-family: "Exo", sans-serif;
  font-style: italic;
  color: #15253f;
}
section#singleBlog .contenedor .contenido__blog .contenido__blog-form .wpcf7.js form p {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.5rem;
}
@media (max-width: 560px) {
  section#singleBlog .contenedor .contenido__blog .contenido__blog-form .wpcf7.js form p {
    display: flex;
    flex-direction: column;
  }
}
section#singleBlog .contenedor .contenido__blog .contenido__blog-form .wpcf7.js form p label {
  width: 100%;
}
section#singleBlog .contenedor .contenido__blog .contenido__blog-form .wpcf7.js form p label:has(span[data-name=your-razon]) {
  grid-column: span 2;
}
section#singleBlog .contenedor .contenido__blog .contenido__blog-form .wpcf7.js form p label span {
  width: 100%;
}
section#singleBlog .contenedor .contenido__blog .contenido__blog-form .wpcf7.js form p label span input {
  width: 100%;
  padding: 0.5rem 1rem;
  border-radius: 3rem;
  border: 1px solid #bce1f3;
  background-color: #ffffff;
}
section#singleBlog .contenedor .contenido__blog .contenido__blog-form .wpcf7.js form p label span input::-moz-placeholder {
  color: #495879;
  font-weight: 100;
}
section#singleBlog .contenedor .contenido__blog .contenido__blog-form .wpcf7.js form p label span input::placeholder {
  color: #495879;
  font-weight: 100;
}
section#singleBlog .contenedor .contenido__blog .contenido__blog-form .wpcf7.js form p > button[type=submit] {
  margin-top: 1rem;
  padding: 0.5rem 1rem;
  border-radius: 3rem;
  color: #ffffff;
  font-size: 1.125rem;
  font-weight: normal;
  background: linear-gradient(85deg, #1f9ad7 37.44%, #2ba9ee 90.96%);
  position: relative;
  overflow: hidden;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  transition: all 0.5s ease;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
}
section#singleBlog .contenedor .contenido__blog .contenido__blog-form .wpcf7.js form p > button[type=submit]::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(85deg, #1f9ad7 37.44%, #2ba9ee 90.96%);
  border-radius: 3rem;
  opacity: 0;
  transition: all 0.5s ease;
  z-index: -1;
}
section#singleBlog .contenedor .contenido__blog .contenido__blog-form .wpcf7.js form p > button[type=submit] span {
  color: #ffffff;
  font-size: 1.125rem;
  font-weight: normal;
  position: relative;
  transition: all 0.3s ease;
  z-index: 2;
}
section#singleBlog .contenedor .contenido__blog .contenido__blog-form .wpcf7.js form p > button[type=submit] span::before {
  font-weight: normal;
  content: attr(data-title);
  position: absolute;
  font-size: 1.125rem;
  width: -moz-max-content;
  width: max-content;
  line-height: 1.2;
  opacity: 0;
  transition: all 0.3s ease;
}
section#singleBlog .contenedor .contenido__blog .contenido__blog-form .wpcf7.js form p > button[type=submit] svg {
  height: 1rem;
  width: 2rem;
  z-index: 2;
}
section#singleBlog .contenedor .contenido__blog .contenido__blog-form .wpcf7.js form p > button[type=submit] svg path {
  fill: #ffffff;
  transition: all 0.3s ease;
}
@media (max-width: 780px) {
  section#singleBlog .contenedor .contenido__blog .contenido__blog-form .wpcf7.js form p > button[type=submit] {
    font-size: 0.938rem;
    padding: 0.4rem 0.8rem;
  }
}
section#singleBlog .contenedor .relacionados {
  height: -moz-fit-content;
  height: fit-content;
  position: sticky;
  top: var(--header-h);
}
@media (max-width: 1024px) {
  section#singleBlog .contenedor .relacionados {
    display: none;
  }
}
section#singleBlog .contenedor .relacionados h2 {
  color: #15253f;
  font-size: 1.875rem;
  font-family: "Exo", sans-serif;
}
section#singleBlog .contenedor .relacionados .list_blogs .ti_card_blog {
  min-width: auto;
  width: 100%;
}/*# sourceMappingURL=index.css.map */