/* Articulo --------------------------------------------------------------------------------------------------------*/
.articulo-heading {
  background-color: #2A485A;
  padding: 10px 0px;
  margin-bottom: 20px;
}

.articulo-heading-title {
  color: #fff;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
}

.articulo-card-img {
  object-fit: cover;
  width: 100%;
  display: block;
}

.articulo-video-outer {
  margin-bottom: 40px;
}
.articulo-video-outer .video-slider-box {
  width: auto;
  border-radius: 0;
  max-height: inherit;
}
.articulo-video-outer .video-slider-box::before {
  border-radius: 0;
}
.articulo-video-outer .video-slider-box .block-list-img {
  border-radius: 0;
}

.articulo-left {
  padding-bottom: 60px;
}

.articulo-body-text h3 {
  color: #36424A;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 2.25rem;
}
.articulo-body-text blockquote {
  padding: 30px;
  background-color: #E5F5F7;
  margin-bottom: 40px;
  font-weight: 700;
}
.articulo-body-text p {
  color: #36424A;
  font-size: 1.25rem;
  line-height: 2.25rem;
  padding-bottom: 36px;
}
.articulo-body-text a {
  color: #E55302;
  text-decoration: underline;
}
.articulo-body-text a:hover {
  text-decoration: none;
}

.download-not {
  color: #868E92 !important;
  font-size: 0.875rem !important;
  line-height: 1.375rem;
}

.articulo-body-text ol {
  list-style: decimal;
  padding-bottom: 40px;
  padding-left: 30px;
}
.articulo-body-text ol li {
  color: #36424A;
  font-size: 1.25rem;
  line-height: 2.25rem;
}

.articulo-body-text ul {
  list-style: disc;
  padding-bottom: 40px;
  padding-left: 20px;
}
.articulo-body-text ul li {
  color: #36424A;
  font-size: 1.25rem;
  line-height: 2.25rem;
  padding-bottom: 36px;
}
.articulo-body-text ul li:last-child {
  padding-bottom: 0px;
}

.page-scroll-to-top-link {
  float: right;
}

.page-scroll-icon {
  width: 36px;
  height: 36px;
  border-radius: 36px;
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.1);
  display: block;
}

.document-list-outer {
  padding: 40px 0;
}

.document-list-title {
  color: #36424A;
  font-size: 1.0625rem;
  line-height: 2.25rem;
  font-weight: 600;
  text-transform: uppercase;
  padding-bottom: 20px;
}

.document-list-item {
  padding: 13px 0;
}

.document-list-item-link {
  position: relative;
  color: #E55302 !important;
  font-size: 1rem;
  text-decoration: underline;
  line-height: 1.875pxrem;
  padding: 10px 10px 10px 35px;
  display: block;
}
.document-list-item-link:hover {
  text-decoration: none;
}

.document-list-item-icon {
  height: 30px;
  display: block;
  position: absolute;
  left: 0;
  top: 7px;
}

.tags-list {
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}

.tags-list-btn {
  color: #E55302;
  font-size: 0.875rem;
  line-height: 1.5625rem;
  background: #fff;
  border: 1px solid #D7D9DB;
  border-radius: 50px;
  padding: 15px;
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.05);
  margin-right: 5px;
  margin-bottom: 10px;
}
.tags-list-btn:last-child {
  margin-right: 0;
}
.tags-list-btn:hover {
  background-color: #E55302;
  color: #fff;
  border-color: #E55302;
}

.articulo-header {
  padding-bottom: 20px;
}

.articulo-header-title {
  color: #36424A;
  font-size: 2.125rem;
  line-height: 2.625rem;
  font-weight: 600;
  padding-bottom: 30px;
}

.articulo-header-text {
  color: #36424A;
  font-size: 1.375rem;
  padding-bottom: 30px;
}

.version-link {
  color: #36424A;
  font-size: 0.875rem;
  line-height: 1.5rem;
  text-decoration: underline;
  margin-right: 10px;
}
.version-link:hover {
  color: #E55302;
}

.version-icon {
  width: 24px;
  height: 24px;
  border-radius: 24px;
  display: block;
  margin-right: 10px;
}

.article-action-item-text {
  color: #36424A;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.6875rem;
  margin-left: 10px;
  display: block;
}
.article-action-item-text:hover {
  color: #E55302;
}

.articulo-date-outer {
  color: #9BA0A4;
  font-size: 1.0625rem;
  line-height: 1.75rem;
  padding-bottom: 15px;
}
.articulo-date-outer em {
  padding: 0 15px;
}

.articulo-date {
  color: #9BA0A4;
}
.articulo-date:hover {
  color: #E55302 !important;
}

.articulo-innerpage-link-outer {
  padding: 20px 0;
}

.articulo-body-text .articulo-innerpage-link-listing {
  list-style: none;
  padding-bottom: 0;
  padding-left: 0;
}
.articulo-body-text .articulo-innerpage-link-listing li {
  padding-bottom: 0;
}

.articulo-innerpage-link {
  cursor: pointer;
  color: #E55302;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.125rem;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  max-width: 100%;
  border-radius: 5px;
  padding: 14px 40px 14px 14px;
  border: 1px solid rgba(54, 66, 74, 0.1);
  position: relative;
  display: block;
  margin-bottom: 5px;
}
.articulo-innerpage-link::before {
  content: "";
  position: absolute;
  top: 16px;
  right: 10px;
  width: 15px;
  height: 15px;
  background: url("../../imag/ic-drop-arrow.svg") no-repeat center/13px 7px;
}

.articulo-innerpage-link-item {
  position: relative;
}

.download-link-outer {
  text-align: left;
}

.document-list-filter {
  justify-content: space-between;
  align-items: center;
}
.document-list-filter__box {
  align-items: baseline;
}
.document-list-filter__title {
  font-size: 0.875rem;
  font-weight: 600;
  color: #333333;
}
.document-list-filter__select {
  padding: 10px 45px 10px 10px;
  margin-left: 5px;
  border: 0;
  box-shadow: none;
  font-size: 0.875rem;
  color: #333333;
  font-weight: 400;
  transition: 0.3s all ease;
  cursor: pointer;
}
.document-list-filter__select:hover {
  color: #E55302;
}
.document-list-filter__select-outer:after {
  width: 0.4em;
  height: 0.4em;
  border-right: 0.15em solid #E55302;
  border-top: 0.15em solid #E55302;
  transform: rotate(135deg);
  margin-right: 0.5em;
  top: 15px;
  right: 23px;
}

.CUERPO .media {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  margin: 30px 0;
}
.CUERPO .cont_video iframe {
  width: 100%;
}
.CUERPO .media iframe, .CUERPO .media object, .CUERPO .media embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.CUERPO .contsubtit {
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 1;
  width: 100%;
  margin: 30px 0;
}
.CUERPO .contsubtit .titsubtit {
  text-decoration: none;
  font-size: 2.125rem;
  line-height: 2.5625rem;
  max-width: 90%;
  line-height: 1.5;
  font-weight: 700;
}
.CUERPO .contsubtit .linksubtit {
  text-align: center;
  font-size: 0.875rem;
  color: #fff;
  padding: 5px;
  border-radius: 5px;
  transition: 0.3s all ease;
}
.CUERPO .contsubtit .linksubtit a {
  color: #fff;
}
.CUERPO .contsubtit .linksubtit:hover {
  transform: translateY(-2px);
}
.CUERPO p {
  font-size: 1.25rem;
  line-height: 2.25rem;
  padding-bottom: 36px;
  color: #36424A;
}
.CUERPO p img {
  max-width: 100%;
  width: auto;
}
.CUERPO img {
  max-width: 100%;
  width: auto;
}
.CUERPO a {
  color: #E55302;
  text-decoration: underline;
}
.CUERPO a:hover {
  text-decoration: none;
  transition: 0.3s all ease;
}
.CUERPO strong {
  font-weight: 700 !important;
}
.CUERPO i {
  font-style: italic;
}
.CUERPO .destacado {
  color: #E55302;
  font-size: 1.25rem;
  text-transform: uppercase;
  font-weight: 700;
}
.CUERPO .azulbold {
  font-weight: 700;
  color: #2A485A;
}
.CUERPO .gris {
  color: #36424A;
}
.CUERPO .azul {
  color: #2A485A;
}
.CUERPO .naranjo {
  color: #E55302;
}
.CUERPO .negro {
  color: #000000;
}
.CUERPO .rojo {
  color: #E55302;
}
.CUERPO .verde {
  color: #2A485A;
}
.CUERPO .amarillo {
  color: #E55302;
}
.CUERPO .blanco {
  color: #fff;
}
.CUERPO h1, .CUERPO h2, .CUERPO h3, .CUERPO h4, .CUERPO h5, .CUERPO h6 {
  color: #36424A;
  line-height: 1.3;
  font-weight: 700;
  margin-bottom: 10px;
}
.CUERPO h1 {
  font-size: 2.625rem;
}
.CUERPO h2 {
  font-size: 2.125rem;
}
.CUERPO h3 {
  font-size: 1.5625rem;
  line-height: 1.4;
}
.CUERPO h4 {
  font-size: 1.25rem;
  line-height: 1.4;
}
.CUERPO h5 {
  font-size: 1.125rem;
  line-height: 1.6;
}
.CUERPO h6 {
  font-size: 1rem;
  line-height: 1.6;
}
.CUERPO .titulos {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  font-size: 30px;
  font-weight: 700;
  color: #36424A;
}
.CUERPO .subtit {
  font-size: 2.125rem;
  line-height: 2.5625rem;
  line-height: 1.5;
  margin: 0;
  padding: 0;
  color: #36424A;
  width: 100%;
}
.CUERPO .subtit-sinlink {
  font-size: 2.125rem;
  line-height: 2.5625rem;
  margin: 0;
  padding: 0;
  color: #36424A;
  width: 100%;
}
.CUERPO .resalta {
  font-weight: 700;
  font-size: 17px;
}
.CUERPO address {
  font-size: 12px;
  font-weight: normal;
  color: #36424A;
  font-style: italic;
}
.CUERPO pre {
  font-size: 11px;
  font-weight: normal;
  color: #36424A;
  text-align: justify;
  text-indent: 10px;
}
.CUERPO blockquote {
  padding: 30px;
  background-color: #E5F5F7;
  margin-bottom: 40px;
  font-weight: 700;
  font-size: 1.375rem;
  line-height: 2.5rem;
}
.CUERPO blockquote.cita_med {
  width: 50%;
  margin-right: 25px;
  margin-bottom: 10px;
  float: left;
}
.CUERPO .tr-estilo-fondorojo {
  background-color: #E55302;
  color: #fff;
  font-weight: 700;
}
.CUERPO .td-estilo-fondorojo {
  background-color: #E55302;
  color: #fff;
  font-weight: 700;
}
.CUERPO .tr-estilo-fondogris {
  background-color: #E6E6E6;
}
.CUERPO .td-estilo-fondogris {
  background-color: #E6E6E6;
}
.CUERPO .table-center {
  margin: auto;
}
.CUERPO .table-right {
  float: right;
}
.CUERPO .table-left {
  float: left;
}
.CUERPO .table-responsive {
  margin: 20px 0;
  overflow: auto;
  width: 100%;
}
.CUERPO td {
  padding: 17px 3px;
}
.CUERPO table, .CUERPO table td strong {
  font-weight: bold;
  font-size: 0.75rem;
  line-height: 1.25rem;
  margin: 0;
}
.CUERPO table, .CUERPO table td {
  border-collapse: collapse;
  color: #36424A;
  font-weight: normal;
  text-align: left;
  font-size: 0.75rem;
  line-height: 1.25rem;
  vertical-align: top;
}
.CUERPO tr, .CUERPO th {
  padding: 0;
}
.CUERPO th {
  color: #fff;
  background-color: #36424A;
  font-size: 0.75rem;
  line-height: 1.25rem;
  padding: 15px;
  text-align: left;
  vertical-align: middle;
  font-style: normal;
  font-weight: initial;
}
.CUERPO table {
  clear: both;
  margin: 20px auto;
  padding: 2px;
  border-collapse: collapse;
  empty-cells: show;
  border: none;
  background: #fff;
  width: 100%;
  font-style: normal;
}
.CUERPO table a {
  border-bottom: none;
}
.CUERPO table thead {
  border-top: 1px solid #E6E6E6;
}
.CUERPO tr:first-child {
  border-top: none;
}
.CUERPO tr:last-child {
  border-bottom: none;
}
.CUERPO tr:nth-child(even) {
  background-color: #F9F9F5;
}
.CUERPO td {
  padding: 15px;
  text-align: left;
  vertical-align: middle;
}
.CUERPO ul, .CUERPO ol {
  list-style: disc;
  font-size: 1.25rem;
  line-height: 2.25rem;
  color: #36424A;
  padding-left: 20px;
  padding-bottom: 40px;
}
.CUERPO ul li, .CUERPO ol li {
  color: #36424A;
  font-size: 1.25rem;
  line-height: 2.25rem;
  padding-bottom: 36px;
}
.CUERPO ul li:last-child, .CUERPO ol li:last-child {
  padding-bottom: 0px;
}
.CUERPO figure {
  display: table;
  margin: 0 20px 20px;
  font-size: smaller;
  color: #36424A;
  font-style: italic;
  text-align: center;
}
/* Responsive Media Queries --------------------------------------------------------------------------------------------------------*/
@media (max-width: 768px) {
  .CUERPO blockquote.cita_med {
    width: 100%;
    float: none;
  }
  .CUERPO p {
    font-size: 1.125rem;
  }
  .CUERPO .contsubtit .titsubtit {
    font-size: 1.25rem;
  }
  .CUERPO ul li, .CUERPO ol li {
    font-size: 1.125rem;
  }
}
@media (max-width: 375px) {
  .document-list-filter {
    flex-direction: column;
    align-items: baseline;
  }
}
@media (max-width: 576px) {
  .document-list-filter {
    flex-direction: column;
    align-items: baseline;
  }
}
@media (min-width: 768px) {
  .articulo-header {
    padding-bottom: 40px;
  }
  .articulo-header-title {
    font-size: 3.125rem;
    line-height: 3.8125rem;
  }
  .articulo-header-text {
    font-size: 1.625rem;
    line-height: 2.5625rem;
  }
  .document-list-title {
    font-size: 1.875rem;
    line-height: 3rem;
  }
  .articulo-innerpage-link-outer {
    padding: 40px 0;
  }
  .version-link {
    margin-right: 30px;
  }
  .articulo-video-outer {
    margin-bottom: 60px;
  }
}
@media (min-width: 1024px) {
  .articulo-outer {
    display: flex;
  }
  .articulo-left {
    max-width: 340px;
    width: 100%;
    padding-left: 20px;
  }
  .articulo-innerpage-link-listing {
    display: flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
  }
  .articulo-innerpage-link-item {
    margin: 0 10px 0px 0px;
  }
  .articulo-innerpage-link-item:last-child {
    margin-right: 0px;
  }
}
@media (min-width: 1440px) {
  .articulo-left {
    min-width: 466px;
    padding-left: 40px;
  }
}
@media (min-width: 576px) {
  .articulo-card {
    max-width: 73%;
    margin: 0 auto;
  }
}
@media (min-width: 768px) {
  .articulo-card {
    max-width: 64%;
    margin: 0 auto;
  }
}

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