@charset "UTF-8";
/**
 * Loading first in the style.scss & classic-editor.scss
 */
/**
 * General - https://wordpress.org/documentation/article/css/
 */

html, body{
  font-family: "Encode Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}

body {
  margin: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #000;
  background-color: #fff;
  /* -webkit-font-smoothing: antialiased; */
  /* -moz-osx-font-smoothing: grayscale; */
}

.encode-sans {
  font-family: "Encode Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 100 900;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}

/* boton general */
.btn{
  display: inline-flex;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: white;
  border-radius: 0.375rem;
  background-color: #FF5800;
}
.btn:hover{
  /* background-color: #42145F; */
  color: white;
  background-color: #FF5800;
}
.btn.small{
  font-size: 1rem;
  line-height: 1.5rem;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

.entry-content{
  margin-left: -10px;
  margin-right: -10px;

  h1,h2,h3,h4,h5,h6 {
    margin-block-start: 0.5rem;
    margin-block-end: 1rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    color: #42145f; 
  }

  h1 {
    font-size: 2.5rem;
    font-weight: 600;
  }

  h2 {
    font-size: 2rem;
    font-weight: 600;
    margin-block-start: 3rem;
    margin-block-end: 1rem;
  }

  h3 {
    font-size: 1.75rem;
    margin-block-start: 2rem;
    margin-block-end: 1rem;
  }

  h4 {
    font-size: 1.5rem;
  }

  h5 {
    font-size: 1.25rem;
  }

  h6 {
    font-size: 1rem;
  }
  
  p {
    margin-block-start: 0;
    margin-block-end: 0.9rem;
  }

  hr {
    box-sizing: content-box; /* 1 */
    height: 0; /* 1 */
    overflow: visible; /* 2 */
  }

  a {
    background-color: transparent;
    text-decoration: none;
    font-weight: 500;
    color: #42145F;
  }
  & a:hover, a:active {
    color: #FF5800;
  }
  & a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none;
  }
  & a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
    color: inherit;
    text-decoration: none;
  }
  & a:not([href]):not([tabindex]):focus {
    outline: 0;
  }
  & a.elementor-button:hover{
    color: white;
  }

  b,
  strong {
    font-weight: 600;
  }

  img {
    border-style: none;
    height: auto;
    max-width: 100%;
  }

  figcaption {
    font-size: 16px;
    color: #333333;
    line-height: 1.4;
    font-style: italic;
    font-weight: 400;
  }

  [hidden] {
    display: none;
  }

  /**
  * Table styling
  */
  table {
    background-color: transparent;
    width: 100%;
    margin-block-end: 15px;
    font-size: 0.9em;
    border-spacing: 0;
    border-collapse: collapse;
  }
  table th,
  table td {
    padding: 15px;
    line-height: 1.5;
    vertical-align: top;
    border: 1px solid rgba(128, 128, 128, 0.5019607843);
  }
  table th {
    font-weight: bold;
  }
  table thead th,
  table tfoot th {
    font-size: 1em;
  }
  table caption + thead tr:first-child th,
  table caption + thead tr:first-child td,
  table colgroup + thead tr:first-child th,
  table colgroup + thead tr:first-child td,
  table thead:first-child tr:first-child th,
  table thead:first-child tr:first-child td {
    border-block-start: 1px solid rgba(128, 128, 128, 0.5019607843);
  }
  table tbody > tr:nth-child(odd) > td,
  table tbody > tr:nth-child(odd) > th {
    background-color: rgba(128, 128, 128, 0.0705882353);
  }
  table tbody tr:hover > td,
  table tbody tr:hover > th {
    background-color: rgba(128, 128, 128, 0.1019607843);
  }
  table tbody + tbody {
    border-block-start: 2px solid rgba(128, 128, 128, 0.5019607843);
  }
  @media (max-width: 767px) {
    table table {
      font-size: 0.8em;
    }
    table table th,
    table table td {
      padding: 7px;
      line-height: 1.3;
    }
    table table th {
      font-weight: 400;
    }
  }

  /**
  * List styling
  */
  dl,
  dt,
  dd,
  ol,
  ul,
  li {
    margin-block-start: 0;
    margin-block-end: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
  }

  ul{
    font-size: 1.2rem;
    line-height: 1.75rem;
    margin-left: 0.1rem !important;
    margin-bottom: 2rem !important;

    li {
      list-style: none;
      list-style-position: outside;
      position: relative;
      padding-left: 2rem;
    }

    & li::before {
      content: url("data:image/svg+xml,%3Csvg data-slot='icon' fill='none' stroke-width='3' stroke='%23FF5800' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg' aria-hidden='true'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='m8.25 4.5 7.5 7.5-7.5 7.5'%3E%3C/path%3E%3C/svg%3E");
      position: absolute;
      left: 0;
      top: 3px;
      display: inline-block;
      width: 1em;
      height: 1em;
      margin-right: 0.25rem;
      vertical-align: text-top;
    }
  }

  /* TODO: ol (numbers) */
  ol{
    font-size: 1.2rem;
    line-height: 1.75rem;
    margin-left: 2.2rem !important;
    margin-bottom: 2rem !important;

    li {
      list-style:decimal;
      list-style-position: outside;
      font-size: 1.4rem;
      color: #000;
    }

  }

}








.page-content a,
.comments-area a {
  text-decoration: underline;
}

.alignright {
  float: right;
  margin-left: 1rem;
}

.alignleft {
  float: left;
  margin-right: 1rem;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.alignwide {
  margin-left: -80px;
  margin-right: -80px;
}

.alignfull {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  max-width: 100vw;
  width: 100vw;
}
.alignfull img {
  width: 100vw;
}

.wp-caption {
  margin-block-end: 1.25rem;
  max-width: 100%;
}
.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}
.wp-caption img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption-text {
  margin: 0;
}

.gallery-caption {
  display: block;
  font-size: 0.8125rem;
  line-height: 1.5;
  margin: 0;
  padding: 0.75rem;
}

.pagination {
  display: flex;
  justify-content: space-between;
  margin: 20px auto;
}

.bypostauthor {
  font-size: inherit;
}

.hide {
  display: none !important;
}

.post-password-form p {
  width: 100%;
  display: flex;
  align-items: flex-end;
}

.post-password-form [type=submit] {
  margin-inline-start: 3px;
}

/**
 * Utility styles
 */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #eeeeee;
  clip: auto !important;
  clip-path: none;
  color: #333333;
  display: block;
  font-size: 1rem;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 12px 24px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar. */
}

/**
 * Post item in archive pages
 */
.post .entry-title a {
  text-decoration: none;
}
.post .wp-post-image {
  width: 100%;
  /* max-height: 500px; */
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 991px) {
  .post .wp-post-image {
    max-height: 400px;
  }
}
@media (max-width: 575px) {
  .post .wp-post-image {
    max-height: 300px;
  }
}

/**
 * Comments
 */
#comments .comment-list {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0.9em;
}
#comments .comment,
#comments .pingback {
  position: relative;
}
#comments .comment .comment-body,
#comments .pingback .comment-body {
  display: flex;
  flex-direction: column;
  padding-block-start: 30px;
  padding-block-end: 30px;
  padding-inline-start: 60px;
  padding-inline-end: 0;
  border-block-end: 1px solid #cccccc;
}
#comments .comment .avatar,
#comments .pingback .avatar {
  position: absolute;
  left: 0;
  border-radius: 50%;
  margin-inline-end: 10px;
}
html[dir=rtl] #comments .comment .avatar, body.rtl #comments .comment .avatar,
html[dir=rtl] #comments .pingback .avatar,
body.rtl #comments .pingback .avatar {
  left: auto;
  right: 0;
}

#comments .comment-meta {
  display: flex;
  justify-content: space-between;
  margin-block-end: 0.9rem;
}
#comments .reply,
#comments .comment-metadata {
  font-size: 11px;
  line-height: 1;
}
#comments .children {
  position: relative;
  list-style: none;
  margin: 0;
  padding-inline-start: 30px;
}
#comments .children li:last-child {
  padding-block-end: 0;
}
#comments ol.comment-list .children:before {
  display: inline-block;
  font-size: 1em;
  font-weight: normal;
  line-height: 100%;
  content: "↪";
  position: absolute;
  top: 45px;
  left: 0;
  width: auto;
}
html[dir=rtl] #comments ol.comment-list .children:before, body.rtl #comments ol.comment-list .children:before {
  content: "↩";
  left: auto;
  right: 0;
}

@media (min-width: 768px) {
  #comments .comment-author,
  #comments .comment-metadata {
    line-height: 1;
  }
}
@media (max-width: 767px) {
  #comments .comment .comment-body {
    padding: 30px 0;
  }
  #comments .children {
    padding-inline-start: 20px;
  }
  #comments .comment .avatar {
    position: inherit;
    float: left;
  }
  html[dir=rtl] #comments .comment .avatar, body.rtl #comments .comment .avatar {
    float: right;
  }
}

/**
 * Responsive layouts
 */
.site-header .header-inner, .site-header:not(.dynamic-header), .site-footer .footer-inner, .site-footer:not(.dynamic-footer), .page-header .entry-title {/*body:not([class*=elementor-page-]) .site-main*/
  margin-inline-start: auto;
  margin-inline-end: auto;
  width: 100%;
}

@media (max-width: 575px) {
  .site-header .header-inner, .site-header:not(.dynamic-header), .site-footer .footer-inner, .site-footer:not(.dynamic-footer), .page-header .entry-title {/*body:not([class*=elementor-page-]) .site-main*/
    padding-inline-start: 10px;
    padding-inline-end: 10px;
  }
}
@media (min-width: 576px) {
  .site-header .header-inner, .site-header:not(.dynamic-header), .site-footer .footer-inner, .site-footer:not(.dynamic-footer), .page-header .entry-title {/*body:not([class*=elementor-page-]) .site-main*/
    max-width: 500px;
  }
  .site-header.header-full-width .header-inner {
    max-width: 100%;
  }
  .site-footer.footer-full-width .footer-inner {
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .site-header .header-inner, .site-header:not(.dynamic-header), .site-footer .footer-inner, .site-footer:not(.dynamic-footer), .page-header .entry-title {/*body:not([class*=elementor-page-]) .site-main*/
    max-width: 600px;
  }
  .site-header.header-full-width {
    max-width: 100%;
  }
  .site-footer.footer-full-width {
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .site-header .header-inner, .site-header:not(.dynamic-header), .site-footer .footer-inner, .site-footer:not(.dynamic-footer), .page-header .entry-title {/*body:not([class*=elementor-page-]) .site-main*/
    max-width: 800px;
  }
  .site-header.header-full-width {
    max-width: 100%;
  }
  .site-footer.footer-full-width {
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .site-header .header-inner, .site-header:not(.dynamic-header), .site-footer .footer-inner, .site-footer:not(.dynamic-footer), .page-header .entry-title {/*body:not([class*=elementor-page-]) .site-main*/
    max-width: 1140px;
  }
  .site-header.header-full-width {
    max-width: 100%;
  }
  .site-footer.footer-full-width {
    max-width: 100%;
  }
}
.site-header + .elementor {
  min-height: calc(100vh - 320px);
}

/* paginas de soluciones */
.solucion-mod .header-back{
  position:relative;
  /* gradient to bottom: #42145F to #FF5800 */
  background: linear-gradient(180deg, #42145F 50%, #FF5800 100%);
  padding-bottom:110px;
  overflow:hidden;
}

.solucion-mod .header-back::after{
  content:'';
  position:absolute;
  bottom:0; left:0;
  border-left:50vw solid #fff;
  border-right:50vw solid #fff;
  border-top:100px solid transparent;
  z-index: 0;
}


/* accordion Soluciones */

.solucion-mod .tab input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
.solucion-mod .tab__content {
  max-height: 0;
  overflow: hidden;
  transition: all 0.35s;
}
.solucion-mod .tab input:checked ~ .tab__content {
  max-height: 20rem;
}

.solucion-mod .accordion {
  color: #FF5800;
  border-radius: 0.5rem;
  overflow: hidden;
}
.solucion-mod .tab__label,
.solucion-mod .tab__close {
  display: flex;
  color: #FF5800;
  font-size: 1.2rem;
  font-weight: 600;
  background: transparent;
  cursor: pointer;
}
.solucion-mod .tab__label {
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #FF5800;
}
.solucion-mod .tab__label::after {
  content: "\002B";
  width: 1em;
  height: 1em;
  text-align: center;
  transition: all 0.35s;
}
.solucion-mod .tab input:checked + .tab__label::after {
  content: "\2212";
}
.solucion-mod .tab__content p {
  color: black;
  margin: 0;
  padding: 1rem;
}
.solucion-mod .tab__close {
  justify-content: flex-end;
  padding: 0.5rem 1rem;
  font-size: 0.75rem;
}

/* card soluciones */
.solucion-mod .card {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 360px;
  perspective: 500px;
}

.solucion-mod .card .content {
  position: absolute;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 15px rgba(0,0,0,0.1);
  transition: transform 1s;
  transform-style: preserve-3d;
}

.solucion-mod .card:hover .content {
  transform: rotateY( 180deg ) ;
  transition: transform 0.5s;
}

.solucion-mod .card .front,
.solucion-mod .card .back {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  position: absolute;
  height: 100%;
  width: 100%;
  padding-left: 3rem;
  padding-right: 3rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  border-radius: 0.5rem;
  text-align: center;
  backface-visibility: hidden;
}

.solucion-mod .card .front {
  background-color: #ebebeb;
}

.solucion-mod .card .back {
  background-image: linear-gradient(to top right, #FF5800, #42145F);
  color: white;
  transform: rotateY( 180deg );
}

/* tabs for sectores */
.sector-tabs .sector-tabs-list > ul > li span{
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 0.25rem;
  color: #42145F;
  cursor: pointer;
}
.sector-tabs .sector-tabs-list > ul > li:hover span,
.sector-tabs .sector-tabs-list > ul > li.active span{
  font-weight: 600;
}

.sector-tabs .sector-tabs-list > ul > li:hover span::before,
.sector-tabs .sector-tabs-list > ul > li.active span::before{
  /* url encode #FF5800 is   */
  content: url('data:image/svg+xml,<svg data-slot="icon" fill="none" stroke-width="2" stroke="%23FF5800" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" aria-hidden="true"><path stroke-linecap="round" stroke-linejoin="round" d="m8.25 4.5 7.5 7.5-7.5 7.5"/></svg>');
  display: inline-block;
  width: 1.25em;
  height: 1.25em;
  margin-left: -1.5rem;
}
.sector-tabs .sector-tabs-content > div{
  position: absolute;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  z-index: 0;
}
.sector-tabs .sector-tabs-content > div.active{
  position: relative;
  opacity: 1;
  visibility: visible;
  z-index: 1;
  transition: opacity 0.3s;
}

/* Post Pagination */
.post-pagination {
  display: flex;
  justify-content: space-between;
  margin: 2.5rem auto 0;
}
.post-pagination > ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.75rem;
  list-style: none;
  padding: 0;
  margin: 0 auto;
  font-weight: 600;
}
.post-pagination .page-numbers li {
  display: inline-block;
  margin: 0;
}
.post-pagination .page-numbers li span,
.post-pagination .page-numbers li a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  border-radius: 50%;
  color: #FF5800;
  width: 3.5rem;
  height: 3.5rem;
  text-decoration: none;
}

.post-pagination .page-numbers li:last-child span,
.post-pagination .page-numbers li:last-child a{
  width: auto !important;
  height: auto !important;
}

@media (max-width: 1024px) {
  .post-pagination > ul {
    gap: 0.25rem !important;
    width: 100%;
  }
  .post-pagination .page-numbers li span,
  .post-pagination .page-numbers li a {
    width: 2.5rem !important;
    height: 2.5rem !important;
  }
}
.post-pagination .page-numbers li .current {
  background-color: #42145F;
  color: white;
}
.post-pagination .page-numbers li a.prev,
.post-pagination .page-numbers li a.next{
  background-color: transparent;
  width: auto;
  height: auto;
  padding: 1rem;
  color: #FF5800;
}
