@charset "UTF-8";
.bloque-entrada-post-contenido .post-cont .post-categories {
  margin: -4px -6px 36px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.bloque-entrada-post-contenido .post-cont .post-categories a {
  margin: 4px 6px;
  color: #ACB5BD;
}
.bloque-entrada-post-contenido .post-cont .post-categories a:focus {
  color: #bdc4ca;
}
.bloque-entrada-post-contenido .post-cont .post-categories a:hover {
  color: #cdd3d7;
}
.bloque-entrada-post-contenido .post-cont .post-details {
  padding-bottom: 16px;
  border-bottom: 1px solid;
  margin-bottom: 30px;
  color: #495057;
  font-size: 16px;
  line-height: 24px;
  display: -webkit-flex;
  display: flex;
}
.bloque-entrada-post-contenido .post-cont .post-details > span + span {
  margin-left: 30px;
}
.bloque-entrada-post-contenido .post-cont .post-client {
  margin-bottom: 16px;
  color: #495057;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  text-transform: uppercase;
}
.bloque-entrada-post-contenido .post-cont .post-text {
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
}
.bloque-entrada-post-contenido .post-cont .post-text > * {
  margin-bottom: 24px;
}
.bloque-entrada-post-contenido .post-cont .post-text ol > li, .bloque-entrada-post-contenido .post-cont .post-text ul > li {
  padding-left: 10px;
  margin-bottom: 8px;
}
.bloque-entrada-post-contenido .post-cont .post-text ol > li:last-child, .bloque-entrada-post-contenido .post-cont .post-text ul > li:last-child {
  margin-bottom: 0;
}
.bloque-entrada-post-contenido .post-cont .post-text ol ol, .bloque-entrada-post-contenido .post-cont .post-text ol ul, .bloque-entrada-post-contenido .post-cont .post-text ul ol, .bloque-entrada-post-contenido .post-cont .post-text ul ul {
  margin-top: 8px;
}
.bloque-entrada-post-contenido .post-cont .post-text ol {
  list-style-type: lower-alpha;
}
.bloque-entrada-post-contenido .post-cont .post-text ul > li::marker {
  content: "•";
  color: #009494;
}
.bloque-entrada-post-contenido .post-cont .post-text table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 14px;
  line-height: 20px;
}
.bloque-entrada-post-contenido .post-cont .post-text table tr > * {
  padding: 10px 15px;
  border: 1px solid #DDE2E5;
}
.bloque-entrada-post-contenido .post-cont .post-text a {
  color: #F3732B;
  font-weight: 400;
  text-decoration: underline;
}
.bloque-entrada-post-contenido .post-cont .post-text a:focus {
  color: #f58f55;
}
.bloque-entrada-post-contenido .post-cont .post-text a:hover {
  color: #f8ab80;
}
.bloque-entrada-post-contenido .post-cont .post-adjuntos h3 {
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  text-transform: uppercase;
}
.bloque-entrada-post-contenido .post-cont .post-adjuntos ul {
  margin-top: 8px;
}
.bloque-entrada-post-contenido .post-cont .post-adjuntos ul > li {
  padding-left: 10px;
  margin-bottom: 8px;
}
.bloque-entrada-post-contenido .post-cont .post-adjuntos ul > li::marker {
  content: "•";
  color: #009494;
}
.bloque-entrada-post-contenido .post-cont .post-adjuntos ul > li:last-child {
  margin-bottom: 0;
}
.bloque-entrada-post-contenido .post-cont .post-contact {
  color: #F7A71A;
  font-weight: 700;
}
.bloque-entrada-post-contenido .post-cont .post-contact .btn {
  margin-top: 20px;
}
.bloque-entrada-post-contenido .post-bottom {
  margin-top: 40px;
  display: -webkit-flex;
  display: flex;
}
.bloque-entrada-post-contenido .post-bottom .post-sharer {
  display: -webkit-flex;
  display: flex;
}
.bloque-entrada-post-contenido .post-bottom .post-sharer a + a {
  margin-left: 16px;
}

@media (min-width: 1440px) {
  .bloque-entrada-post-contenido .post-cont .post-left {
    width: 680px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .bloque-entrada-post-contenido .post-cont .post-left {
    width: 448px;
  }
}
@media (min-width: 1024px) {
  .bloque-entrada-post-contenido .post-cont {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .bloque-entrada-post-contenido .post-cont .post-right {
    width: 448px;
  }
  .bloque-entrada-post-contenido .post-cont .post-right .post-imgs {
    display: none;
  }
}
@media (max-width: 1023px) {
  .bloque-entrada-post-contenido .post-cont .post-left {
    display: none;
  }
  .bloque-entrada-post-contenido .post-cont .post-right .post-categories {
    -webkit-order: 3;
    order: 3;
  }
  .bloque-entrada-post-contenido .post-cont .post-right .post-tit {
    -webkit-order: 1;
    order: 1;
  }
  .bloque-entrada-post-contenido .post-cont .post-right .post-details {
    -webkit-order: 2;
    order: 2;
  }
  .bloque-entrada-post-contenido .post-cont .post-right .post-details ~ * {
    -webkit-order: 4;
    order: 4;
  }
  .bloque-entrada-post-contenido .post-cont .post-right .post-imgs {
    margin-top: 48px;
  }
}
@media (min-width: 768px) {
  .bloque-entrada-post-contenido .post-cont .post-imgs picture + picture {
    margin-top: 20px;
  }
  .bloque-entrada-post-contenido .post-cont .post-right .post-tit {
    margin-bottom: 50px;
    font-size: 48px;
    line-height: 52px;
  }
  .bloque-entrada-post-contenido .post-cont .post-right .post-text ol, .bloque-entrada-post-contenido .post-cont .post-right .post-text ul {
    padding-left: 50px;
  }
  .bloque-entrada-post-contenido .post-cont .post-right .post-text [style="padding-left: 30px;"] {
    padding-left: 50px !important;
  }
  .bloque-entrada-post-contenido .post-cont .post-right .post-adjuntos ul {
    padding-left: 50px;
  }
  .bloque-entrada-post-contenido .post-cont .post-right .post-contact {
    margin-top: 68px;
    font-size: 32px;
    line-height: 38px;
  }
  .bloque-entrada-post-contenido .post-bottom {
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .bloque-entrada-post-contenido .post-bottom .btn-black-invisible {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .bloque-entrada-post-contenido .post-cont .post-right .post-categories {
    font-size: 12px;
    line-height: 16px;
  }
  .bloque-entrada-post-contenido .post-cont .post-right .post-tit {
    margin-bottom: 30px;
    font-size: 32px;
    line-height: 38px;
  }
  .bloque-entrada-post-contenido .post-cont .post-right .post-text ol, .bloque-entrada-post-contenido .post-cont .post-right .post-text ul {
    padding-left: 20px;
  }
  .bloque-entrada-post-contenido .post-cont .post-right .post-text [style="padding-left: 30px;"] {
    padding-left: 20px !important;
  }
  .bloque-entrada-post-contenido .post-cont .post-right .post-adjuntos ul {
    padding-left: 20px;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .bloque-entrada-post-contenido .post-cont .post-right .post-imgs {
    margin-left: -20px;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .bloque-entrada-post-contenido .post-cont .post-right .post-imgs {
    margin-right: -20px;
  }
}
@media (max-width: 767px) {
  .bloque-entrada-post-contenido .post-cont .post-right .post-imgs picture + picture {
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .bloque-entrada-post-contenido .post-cont .post-right .post-contact {
    margin-top: 30px;
    font-size: 28px;
    line-height: 32px;
    text-align: center;
  }
  .bloque-entrada-post-contenido .post-cont .post-right .post-contact .btn {
    width: 100%;
    display: -webkit-flex;
    display: flex;
  }
}
@media (max-width: 767px) {
  .bloque-entrada-post-contenido .post-bottom {
    padding-top: 30px;
    border-top: 1px solid #DDE2E5;
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-align-items: center;
    align-items: center;
  }
  .bloque-entrada-post-contenido .post-bottom .btn-black-invisible {
    width: 100%;
    margin-top: 30px;
  }
}

/*# sourceMappingURL=bloque-entrada-post-contenido.css.map */
