<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.cat-icon {
  position: absolute;
  top: 0;
  left: 20px;
  width: 36px;
  height: 36px;
  background: #fff;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.cat-icon span {
  font-size: 30px;
  margin-left: 3px;
  margin-top: 3px;
}

.cat-icon .et-pb-icon {
  font-family: 'icomoon','ETmodules','mapfre','icomoon-mapfre' !important;
}
 
/* Components variables */
/* Component helpers */
/* Responsive Font size */
/* Responsive Padding */
/* Responsive Padding */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

@media only screen and (min-width: 981px) {
  .visuallyhidden-desktop {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
}

/* 
  DIVI Icons mixin
  Include this in a :before element to use DIVI icons directly via CSSS
  Icon code can be included with the constants below.
*/
/*
  List of DIVI icons.
  The icons representation can be found in:
    https://dividezignsdivi-icon-com/divi-icon-codes/
*/
.code-container-wps {
  background: rgba(193, 193, 193, 0.35);
  color: #fff;
  width: 80%;
}

.title-wps {
  background: #2271b1;
  margin: 0;
  padding: 0.25rem 2rem;
  text-align: left;
  font-size: 1rem;
}

.title-doc-wps {
  background: #c31f09;
  margin: 0;
  padding: 0.25rem 2rem;
  text-align: center;
  font-size: 2rem;
}

.title-section-wps {
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  font-family: inherit;
  font-weight: 400;
  line-height: 1.5;
  color: #32325d;
}

.code-block-wps {
  padding: 10px 2rem 14px 2rem;
}

.text-wps {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.7;
  color: #080606;
}

.counterup {
  width: 40%;
  border-radius: 10px;
  transition: 0.5s;
  padding: 0 20px;
  border: 2px solid #130F40;
  box-sizing: border-box;
}

.counterup h2 {
  font-size: 55px;
  text-align: center;
  margin: 10px;
}

.counterup h3 {
  font-size: 23px;
  text-transform: capitalize;
  text-align: center;
}

.cont-select {
  display: flex;
}

.cont-select select {
  height: 20px;
  margin: auto 20px;
}

.cont-docu {
  background-color: white;
  padding: 10px 20px;
  max-width: 100%;
  font-size: 16px;
  line-height: 22px;
}

.cont-docu h2 {
  font-size: 30px;
  color: #50575e;
}

.cont-docu h3 {
  font-size: 25px;
  color: #50575e;
}

.cont-docu h4 {
  font-size: 18px;
}

.cont-docu p {
  font-size: 16px !important;
}

.cont-docu img {
  display: table;
  margin: 20px auto;
  max-width: 100%;
  height: auto;
}

.cont-docu ul {
  list-style: disc;
  list-style-position: inside;
  margin-left: 20px;
}

.cont-docu ul ul {
  list-style: circle;
  list-style-position: inside;
  margin-left: 10px;
  margin-top: 5px;
}

.tab-documentacion-list th, .tab-documentacion-list .submit {
  display: none;
}

.tab-ajustes th, .tab-ajustes .submit {
  display: table-cell;
}

.cont-docu h1 {
  font-size: 35px;
  font-weight: 600;
  margin-bottom: 20px;
}

#wpm_read_time {
  width: 44px !important;
}

.reading-time-icon {
  color: #9CB0BC;
  font-size: 24px !important;
  top: 5px;
  position: relative;
  margin-right: 8px;
}

@media (max-width: 640px) {
  .reading-time-icon {
    margin-right: 4px !important;
  }
  .read-time {
    font-weight: normal !important;
  }
  p.read-time svg {
    margin-right: 4px !important;
  }
}

.read-times {
  color: #9CB0BC !important;
  font-size: 16px;
}

.et_pb_post .entry-featured-image-url {
  margin-bottom: 16px !important;
}

.read-time {
  color: #9CB0BC !important;
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
}

.read-time .detalle_nombre_autor {
  font-weight: 700;
  font-size: 16px;
  line-height: 21px;
}

.read-time .detalle_date_published {
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  padding-right: 18px;
}

.et_pb_post .entry-title a {
  font-size: 16px !important;
}

.wps-read-time {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
}

.post-meta-wps {
  font-size: 16px !important;
  color: #9cb0bc !important;
  font-family: 'DM Sans',Helvetica,Arial,Lucida,sans-serif;
}

.read-time-text {
  font-size: 16px;
}

p.read-time svg {
  stroke: #9cb0bc;
  fill: #9cb0bc;
  position: relative;
  top: 5px;
  margin-right: 8px;
}

#show_href_lang_page thead tr th {
  padding: 10px !important;
}

.btn-delete {
  color: #d30300 !important;
  border-color: #d30300 !important;
}

.btn-discard-edit {
  background: #d30300;
  border-color: #d30300;
}

.btn-discard-edit, #btn-delete-version {
  background: #d30300;
  border-color: #d30300;
}

.btn-colores {
  box-shadow: none;
  color: #fff;
  display: inline-block;
  text-decoration: none;
  font-size: 13px;
  line-height: 2.15384615;
  min-height: 30px;
  margin: 10px 10px 10px 0;
  padding: 0 10px;
  border-width: 1px;
  border-style: solid;
  -webkit-appearance: none;
  border-radius: 3px;
  white-space: nowrap;
  box-sizing: border-box;
  cursor: pointer;
}

#btn-synchronize, #btn-save-configuration, .btn-save-edit {
  background: #2271b1;
  border-color: #2271b1;
}

#btn-synchronize {
  display: none;
}

#add_new {
  margin-left: 4px;
  padding: 4px 8px;
  position: relative;
  top: -3px;
  text-decoration: none;
  border: 1px solid #2271b1;
  border-radius: 2px;
  text-shadow: none;
  font-weight: 600;
  font-size: 13px;
  line-height: normal;
  color: #2271b1;
  background: #f6f7f7;
  cursor: pointer;
  display: none;
}

.btn-edit, .btn-delete {
  display: none;
}

#add_new.isActive, .btn-delete.isActive, .btn-edit.isActive, #btn-synchronize.isActive {
  display: inline-block;
}

.btn-save-edit:hover, #btn-save-configuration:hover, #btn-delete-version:hover, #btn-delete-version:focus, #btn-save-configuration:focus, .btn-save-edit:focus, .btn-discard-edit:hover, .btn-discard-edit:focus, #btn-synchronize:hover, #btn-synchronize:focus {
  color: #fff !important;
}

.tab-href-lang .form-table tr {
  display: none;
}

#show_href_lang_page tr {
  display: table-row;
}

.tab-href-lang .submit {
  display: none;
}

.tab-doc .submit {
  display: none;
}

.tab-doc .form-table th {
  display: none;
}

.text-area-links {
  width: 100%;
}

.view-wps {
  column-span: 2;
  width: 100%;
}

.cat-icon {
  position: absolute;
  top: 0;
  left: 20px;
  width: 36px;
  height: 36px;
  background: #fff;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.cat-icon span {
  font-size: 30px;
  margin-left: 3px;
  margin-top: 3px;
}

.cat-icon .et-pb-icon {
  font-family: 'icomoon','ETmodules','mapfre','icomoon-mapfre' !important;
}
</pre></body></html>