/**
 * Reset some basic elements
 */
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
body, h1, h2, h3, h4, h5, h6,
p, blockquote, pre, hr,
dl, dd, ol, ul, figure {
  margin: 0;
  padding: 0;
}

/**
 * Basic styling
 */
body {
  font: 400 16px/1.5 -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  color: #111;
  background-color: #fdfdfd;
  -webkit-text-size-adjust: 100%;
  -webkit-font-feature-settings: "kern" 1;
  -moz-font-feature-settings: "kern" 1;
  -o-font-feature-settings: "kern" 1;
  font-feature-settings: "kern" 1;
  font-kerning: normal;
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}

/**
 * Set `margin-bottom` to maintain vertical rhythm
 */
h1, h2, h3, h4, h5, h6,
p, blockquote, pre,
ul, ol, dl, figure,
.highlight {
  margin-bottom: 15px;
}

/**
 * `main` element
 */
main {
  display: block; /* Default value of `display` of `main` element is 'inline' in IE 11. */
}

/**
 * Images
 */
img {
  max-width: 100%;
  vertical-align: middle;
}

/**
 * Figures
 */
figure > img {
  display: block;
}

figcaption {
  font-size: 14px;
}

/**
 * Lists
 */
ul, ol {
  margin-left: 30px;
}

li > ul,
li > ol {
  margin-bottom: 0;
}

/**
 * Headings
 */
h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
}

/**
 * Links
 */
a {
  color: #2a7ae2;
  text-decoration: none;
}
a:visited {
  color: rgb(22.9483471074, 86.2541322314, 168.5516528926);
}
a:hover {
  color: #111;
  text-decoration: underline;
}
.social-media-list a:hover {
  text-decoration: none;
}
.social-media-list a:hover .username {
  text-decoration: underline;
}

/**
 * Blockquotes
 */
blockquote {
  color: #828282;
  border-left: 4px solid #e8e8e8;
  padding-left: 15px;
  font-size: 18px;
  letter-spacing: -1px;
  font-style: italic;
}
blockquote > :last-child {
  margin-bottom: 0;
}

/**
 * Code formatting
 */
pre,
code {
  font-size: 15px;
  border: 1px solid #e8e8e8;
  border-radius: 3px;
  background-color: #eef;
}

code {
  padding: 1px 5px;
}

pre {
  padding: 8px 12px;
  overflow-x: auto;
}
pre > code {
  border: 0;
  padding-right: 0;
  padding-left: 0;
}

/**
 * Wrapper
 */
.wrapper {
  max-width: -webkit-calc(1320px - (30px * 2));
  max-width: calc(1320px - 30px * 2);
  margin-right: auto;
  margin-left: auto;
  padding-right: 30px;
  padding-left: 30px;
}
@media screen and (max-width: 800px) {
  .wrapper {
    max-width: -webkit-calc(1320px - (30px));
    max-width: calc(1320px - (30px));
    padding-right: 15px;
    padding-left: 15px;
  }
}

/**
 * Clearfix
 */
.footer-col-wrapper:after, .wrapper:after {
  content: "";
  display: table;
  clear: both;
}

/**
 * Icons
 */
.svg-icon {
  width: 16px;
  height: 16px;
  display: inline-block;
  fill: #828282;
  padding-right: 5px;
  vertical-align: text-top;
}

.social-media-list li + li {
  padding-top: 5px;
}

/**
 * Tables
 */
table {
  margin-bottom: 30px;
  width: 100%;
  text-align: left;
  color: rgb(62.9, 62.9, 62.9);
  border-collapse: collapse;
  border: 1px solid #e8e8e8;
}
table tr:nth-child(even) {
  background-color: rgb(247.3, 247.3, 247.3);
}
table th, table td {
  padding: 9.999999999px 15px;
}
table th {
  background-color: rgb(239.65, 239.65, 239.65);
  border: 1px solid rgb(221.8, 221.8, 221.8);
  border-bottom-color: rgb(201.4, 201.4, 201.4);
}
table td {
  border: 1px solid #e8e8e8;
}

/**
 * Site header
 */
.site-header {
  border-bottom: 1px solid #e8e8e8;
  min-height: 55.95px;
  position: relative;
}
.site-header .style1 {
  background-color: #003770;
}
.site-header .style1 .trigger {
  display: flex;
  justify-content: center;
  gap: 80px;
}
.site-header .style1 a {
  color: white;
  font-size: 18px;
  line-height: 27px;
  padding: 12px 0;
}
@media screen and (max-width: 600px) {
  .site-header .style1 {
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.2509803922);
  }
  .site-header .style1 .site-nav input ~ .trigger {
    display: none;
  }
  .site-header .style1 .site-nav input:checked ~ .trigger {
    display: block;
  }
}

/* Estilos para el contenedor del slider */
.css-slider {
  display: flex;
  overflow-x: scroll;
  scrollbar-width: none;
  gap: 20px;
  flex-wrap: nowrap;
}

/* Ocultar la barra de scroll en navegadores basados en Webkit */
.css-slider::-webkit-scrollbar {
  display: none;
}

.site-title {
  font-size: 26px;
  font-weight: 300;
  line-height: 54px;
  letter-spacing: -1px;
  margin-bottom: 0;
  float: left;
}
.site-title, .site-title:visited {
  color: rgb(66.25, 66.25, 66.25);
}
.site-title img {
  margin: 20px;
}
@media screen and (max-width: 600px) {
  .site-title {
    height: 80px;
    float: right;
  }
  .site-title img {
    margin: 10px auto;
  }
}

.site-nav {
  text-align: center;
}
.site-nav .nav-trigger {
  display: none;
}
.site-nav .menu-icon {
  display: none;
}
.site-nav .page-link {
  color: #111;
  line-height: 1.5;
}
.site-nav .page-link:not(:last-child) {
  margin-right: 20px;
}
@media screen and (max-width: 600px) {
  .site-nav {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #fdfdfd;
    border: 1px solid #e8e8e8;
    text-align: center;
  }
  .site-nav label[for=nav-trigger] {
    display: block;
    float: left;
    width: 79px;
    height: 79px;
    z-index: 2;
    cursor: pointer;
    background-color: #E8E8E8;
  }
  .site-nav .menu-icon {
    padding: 24px;
    display: block;
    float: left;
    width: 36px;
    height: 36px;
    line-height: 0;
    text-align: center;
  }
  .site-nav .menu-icon > svg {
    width: 36px;
    height: 36px;
    fill: rgb(66.25, 66.25, 66.25);
  }
  .site-nav input ~ .trigger {
    clear: both;
    display: none;
    background-color: white;
  }
  .site-nav input:checked ~ .trigger {
    display: block;
    min-height: 30vh;
    padding-bottom: 5px;
    z-index: 10;
  }
  .site-nav input:checked ~ .trigger a {
    margin: 30px auto;
  }
  .site-nav .page-link {
    display: block;
    margin-left: 20px;
    padding: 5px 10px;
  }
  .site-nav .page-link:not(:last-child) {
    margin-right: 0;
  }
  .site-nav .nav-link {
    color: #111 !important;
    display: block;
    width: 100vw;
  }
}

/**
 * Site footer
 */
.site-footer {
  border-top: 1px solid #e8e8e8;
  padding: 30px 0;
}

.footer-heading {
  font-size: 18px;
  margin-bottom: 15px;
}

.contact-list,
.social-media-list {
  list-style: none;
  margin-left: 0;
}

.footer-col-wrapper {
  font-size: 15px;
  color: #828282;
  margin-left: -15px;
}

.footer-col {
  float: left;
  margin-bottom: 15px;
  padding-left: 15px;
}

.footer-col-1 {
  width: -webkit-calc(35% - (30px / 2));
  width: calc(35% - 30px / 2);
}

.footer-col-2 {
  width: -webkit-calc(20% - (30px / 2));
  width: calc(20% - 30px / 2);
}

.footer-col-3 {
  width: -webkit-calc(45% - (30px / 2));
  width: calc(45% - 30px / 2);
}

@media screen and (max-width: 800px) {
  .footer-col-1,
  .footer-col-2 {
    width: -webkit-calc(50% - (30px / 2));
    width: calc(50% - 30px / 2);
  }
  .footer-col-3 {
    width: -webkit-calc(100% - (30px / 2));
    width: calc(100% - 30px / 2);
  }
}
@media screen and (max-width: 600px) {
  .footer-col {
    float: none;
    width: -webkit-calc(100% - (30px / 2));
    width: calc(100% - 30px / 2);
  }
}
/**
 * Page content
 */
.page-content {
  padding: 30px 0;
  flex: 1;
}

.page-heading {
  font-size: 32px;
}

.post-list-heading {
  font-size: 28px;
}

.post-list {
  margin-left: 0;
  list-style: none;
}
.post-list > li {
  margin-bottom: 30px;
}

.post-meta {
  font-size: 14px;
  color: #828282;
}

.post-link {
  display: block;
  font-size: 24px;
}

/**
 * Posts
 */
.post-header {
  margin-bottom: 30px;
}

.post-title {
  color: #003770;
  margin-top: 18px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 20px;
  font-size: 42px;
}
@media screen and (max-width: 800px) {
  .post-title {
    font-size: 36px;
  }
}

.post-content {
  margin-bottom: 30px;
}
.post-content p, .post-content li {
  margin-bottom: 18px;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: #303030;
}
.post-content h2 {
  font-size: 32px;
}
@media screen and (max-width: 800px) {
  .post-content h2 {
    font-size: 28px;
  }
}
.post-content h3 {
  font-size: 26px;
}
@media screen and (max-width: 800px) {
  .post-content h3 {
    font-size: 22px;
  }
}
.post-content h4 {
  font-size: 20px;
}
@media screen and (max-width: 800px) {
  .post-content h4 {
    font-size: 18px;
  }
}

/**
 * Syntax highlighting styles
 */
.highlight {
  background: #fff;
}
.highlighter-rouge .highlight {
  background: #eef;
}
.highlight .c {
  color: #998;
  font-style: italic;
}
.highlight .err {
  color: #a61717;
  background-color: #e3d2d2;
}
.highlight .k {
  font-weight: bold;
}
.highlight .o {
  font-weight: bold;
}
.highlight .cm {
  color: #998;
  font-style: italic;
}
.highlight .cp {
  color: #999;
  font-weight: bold;
}
.highlight .c1 {
  color: #998;
  font-style: italic;
}
.highlight .cs {
  color: #999;
  font-weight: bold;
  font-style: italic;
}
.highlight .gd {
  color: #000;
  background-color: #fdd;
}
.highlight .gd .x {
  color: #000;
  background-color: #faa;
}
.highlight .ge {
  font-style: italic;
}
.highlight .gr {
  color: #a00;
}
.highlight .gh {
  color: #999;
}
.highlight .gi {
  color: #000;
  background-color: #dfd;
}
.highlight .gi .x {
  color: #000;
  background-color: #afa;
}
.highlight .go {
  color: #888;
}
.highlight .gp {
  color: #555;
}
.highlight .gs {
  font-weight: bold;
}
.highlight .gu {
  color: #aaa;
}
.highlight .gt {
  color: #a00;
}
.highlight .kc {
  font-weight: bold;
}
.highlight .kd {
  font-weight: bold;
}
.highlight .kp {
  font-weight: bold;
}
.highlight .kr {
  font-weight: bold;
}
.highlight .kt {
  color: #458;
  font-weight: bold;
}
.highlight .m {
  color: #099;
}
.highlight .s {
  color: #d14;
}
.highlight .na {
  color: #008080;
}
.highlight .nb {
  color: #0086B3;
}
.highlight .nc {
  color: #458;
  font-weight: bold;
}
.highlight .no {
  color: #008080;
}
.highlight .ni {
  color: #800080;
}
.highlight .ne {
  color: #900;
  font-weight: bold;
}
.highlight .nf {
  color: #900;
  font-weight: bold;
}
.highlight .nn {
  color: #555;
}
.highlight .nt {
  color: #000080;
}
.highlight .nv {
  color: #008080;
}
.highlight .ow {
  font-weight: bold;
}
.highlight .w {
  color: #bbb;
}
.highlight .mf {
  color: #099;
}
.highlight .mh {
  color: #099;
}
.highlight .mi {
  color: #099;
}
.highlight .mo {
  color: #099;
}
.highlight .sb {
  color: #d14;
}
.highlight .sc {
  color: #d14;
}
.highlight .sd {
  color: #d14;
}
.highlight .s2 {
  color: #d14;
}
.highlight .se {
  color: #d14;
}
.highlight .sh {
  color: #d14;
}
.highlight .si {
  color: #d14;
}
.highlight .sx {
  color: #d14;
}
.highlight .sr {
  color: #009926;
}
.highlight .s1 {
  color: #d14;
}
.highlight .ss {
  color: #990073;
}
.highlight .bp {
  color: #999;
}
.highlight .vc {
  color: #008080;
}
.highlight .vg {
  color: #008080;
}
.highlight .vi {
  color: #008080;
}
.highlight .il {
  color: #099;
}

/* menu main */
body {
  font-family: "Poppins", sans-serif;
}

.m-top-60 {
  margin-top: 60px;
}

@media screen and (max-width: 600px) {
  header.site-header {
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.2509803922);
    z-index: 2;
  }
}

.site-header .style1 .nav-link.active::after,
.site-header .style1 .nav-link:hover::after {
  content: "";
  display: block;
  width: 66px;
  height: 2px;
  background-color: #ffb81c;
  margin: 5px auto 0;
  transition: all 0.3s ease;
}

.site-header .trigger {
  gap: 40px;
}

.site-header a {
  text-decoration: none !important;
}

.site-header .style2 {
  background-color: #EEEEEE;
}

.site-header .style2 .nav-link.active::after,
.site-header .style2 .nav-link:hover::after {
  content: "";
  display: block;
  width: 66px;
  height: 4px;
  background-color: #0073CF;
  margin: 15px auto 0;
  transition: all 0.3s ease;
}

.site-header .style2 .trigger {
  padding-top: 20px;
  justify-content: center;

}
@media screen and (max-width: 600px) {
  .site-header .style2 .trigger {
    justify-content: flex-start;
  }
}

.site-header .style2 .nav-link {
  color: #303030;
  flex-shrink: 0;
}
.site-header .style2 .nav-link.active {
  font-weight: 700;
}

.section-space {
  margin-top: 70px;
  margin-bottom: 70px;
}

.banner-hero {
  margin-top: 40px;
  display: flex;
  background-color: #f5f5f5;
  position: relative;
}

.banner-hero .container-left {
  width: 74%;
  background-color: #0073CF;
  padding: 118px 25% 118px 8%;
  box-sizing: border-box;
}

.banner-hero .title {
  font-size: 60px;
  font-weight: 700;
  line-height: 1.08;
  color: #ffffff;
  margin-bottom: 28px;
}

.banner-hero .description {
  font-size: 20px;
  line-height: 1.55;
  color: #ffffff;
}

.banner-hero .container-right img {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 55%;
}

.bg-bar {
  height: 23px;
  background: linear-gradient(to right, white 13%, #BCBCBC 13% 64%, #0073CF 64%);
}

.acerca-de {
  margin-top: 100px;
}

.acerca-de .overlap {
  display: flex;
  justify-content: space-between;
  padding: 95px 8%;
  gap: 40px;
  border: 1px solid #0073CF;
}

.acerca-de .subtitle {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 20px;
  color: #232536;
}

.acerca-de .description {
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  margin: 20px 0;
  color: #333333;
}

.acerca-de .separator {
  width: 1px;
  background: #BCBCBC;
}

.about-us,
.our-mission {
  flex: 1;
}

.about-us .title {
  font-weight: 600;
  font-size: 36px;
  line-height: 48px;
  color: #003770;
}

.about-us .link {
  font-weight: 600;
  font-size: 20px;
  line-height: 32px;
  text-decoration: underline;
  text-decoration-style: solid;
  color: #0073CF;
}

.our-mission .title {
  font-weight: 500;
  font-size: 28px;
  line-height: 40px;
  letter-spacing: -1px;
  margin: 20px 0;
  color: #232536;
}

.coming-soon {
  margin-top: 96px;
  background-color: #F0F4FF;
  border-radius: 12px;
  display: flex;
  gap: 50px;
}

.coming-soon .container-left {
  width: 50%;
  background-image: url("../assets/img/bg-comingsoon.svg");
  background-size: cover;
  background-repeat: no-repeat;
  padding: 100px 18% 150px 8%;
  border-bottom-left-radius: 12px;
  border-top-left-radius: 12px;
  background-position: right top;
}

.coming-soon .container-left .title {
  font-weight: 700;
  font-size: 40px;
  line-height: 48px;
  color: #fff;
  margin-bottom: 20px;
}

.coming-soon .container-left .description {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
}

* {
  box-sizing: border-box;
}

.coming-soon .container-right {
  width: 50%;
  padding-right: 5%;
}

.coming-soon .container-right .title {
  margin-top: 90px;
  font-weight: 700;
  font-size: 30px;
  line-height: 38px;
  color: #111928;
}

.coming-soon .container-right .description {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #637381;
}

p, h1, h2, h3 {
  margin: 0;
}

.coming-soon .counter {
  display: flex;
  flex-direction: row;
  gap: 20px;
  margin-top: 20px;
}

.coming-soon .counter .card {
  border: 1px solid #0073CF;
  padding: 24px 20px;
  background: white;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  border-radius: 6px;
  gap: 10px;
  flex: 1;
}

.coming-soon .card_number {
  font-weight: 700;
  font-size: 48px;
  line-height: 40px;
  text-align: center;
  color: #0073CF;
}

.coming-soon .card_title {
  font-weight: 500;
  font-size: 13px;
  line-height: 16px;
  letter-spacing: -2%;
  color: #606060;
  text-align: center;
}

.onpechequea {
  margin-top: 190px;
  margin-bottom: 90px;
  display: flex;
  align-items: flex-end;
  position: relative;
}

.onpechequea .subtitle {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 26px;
  color: #033972;
}

.onpechequea .title {
  font-weight: 600;
  font-size: 48px;
  line-height: 64px;
  color: #003770;
  margin-bottom: 26px;
}

.onpechequea .description {
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: #444444;
  margin-bottom: 26px;
}

.onpechequea .button {
  display: inline-block;
  padding: 16px 48px;
  background: #003770;
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  transition: background 0.3s ease;
  text-decoration: none;
}

.onpechequea .button:hover {
  background: #0073CF;
}

.onpechequea .content-left {
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.1);
  padding: 109px 82px;
  width: 55%;
}

.onpechequea .content-right {
  position: absolute;
  right: 0;
  top: -100px;
  z-index: -1;
  background-color: #0E89E4;
  width: 70%;
  border-radius: 10px;
}

.onpechequea .content-right img {
  width: 70%;
  display: flex;
  margin-left: auto;
  margin-right: 0;
}

.enlaces {
  display: flex;
  justify-content: space-between;
}
.enlaces-title {
  font-weight: 600;
  font-size: 32px;
  line-height: 48px;
  text-align: center;
  color: #232536;
  margin-bottom: 30px;
}

.enlaces.relacionados .card {
  padding: 24px 28px;
  border-radius: 10px;
  border: 1px solid #0073CF;
  box-shadow: 0 2px 11px 0 rgba(0, 0, 0, 0.2509803922);
  display: flex;
  box-sizing: border-box;
  flex-wrap: wrap;
  align-content: center;
}

.enlaces .card {
  flex-basis: 23%;
  border: 1px solid #e5e5e5;
  padding: 28px 32px;
  text-decoration: none;
  box-sizing: border-box;
}

.enlaces .card:hover {
  background-color: #f3f3f3;
  border-color: #d3d3d6;
}

.enlaces .card .title {
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #303030;
  margin-bottom: 4px;
}

.enlaces .card .description {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #444444;
}

footer {
  background: #003770;
}

.footer {
  color: #fff;
  padding: 15px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  font-size: 14px;
  font-weight: 500;
}

.footer h4 {
  margin-bottom: 8px;
  color: #ffb81c;
  font-size: 16px;
}
@media (min-width: 821px) {
  footer .wrapper{
    display: flex;
    gap: 40px;
  }
}
@media (max-width: 820px) {
  .banner-hero .container-left {
    width: 100%;
    padding: 32px 24px 10px;
  }
  .banner-hero .title {
    font-size: 36px;
  }
  .banner-hero .description {
    font-size: 16px;
  }
  .banner-hero .container-right {
    background: linear-gradient(to top, #fff 20%, #0073CF 20%);
    margin-top: -2px;
  }
  .banner-hero .container-right img {
    position: relative;
    width: calc(100% + 60px);
    margin-left: -30px;
  }
  .acerca-de .overlap {
    padding: 56px 14px;
  }
  .acerca-de .separator {
    width: 100%;
    height: 1px;
  }
  .about-us .title, .our-mission .title {
    font-size: 24px;
    line-height: 36px;
  }
  .coming-soon {
    margin-top: 36px;
  }
  .coming-soon .container-left {
    padding: 74px 48px 74px 24px;
    width: 100%;
    background: url("../assets/img/coming-soon-bg-mb-top.svg");
    background-repeat: no-repeat;
    background-size: cover;
    border-bottom-left-radius: 0;
  }
  .coming-soon .container-right {
    padding: 12px;
    width: 100%;
  }
  .coming-soon .container-left .title {
    font-size: 36px;
    line-height: 48px;
  }
  .coming-soon .container-right .title {
    margin-top: 0;
  }
  .coming-soon .counter {
    gap: 10px;
  }
  .coming-soon .counter .card {
    padding: 24px 4px;
    border: 1px solid #DFE4EA;
    gap: 0;
  }
  .coming-soon .card_number {
    font-size: 22px;
    color: #303030;
  }
  .onpechequea {
    margin-top: 0;
  }
  .onpechequea .content-right {
    position: relative;
    top: 0;
  }
  .onpechequea .content-right {
    margin-right: -30px;
  }
  .onpechequea .content-right, .onpechequea .content-right img {
    width: 100vw;
  }
  .onpechequea .content-left {
    padding: 40px 24px;
    width: 100%;
    position: relative;
  }
  .onpechequea .content-left::before {
    content: "";
    background: #B5B9B9;
    height: 100px;
    width: calc(100% + 60px);
    position: absolute;
    top: 0;
    left: -30px;
    opacity: 0.3;
    z-index: -1;
  }
  .onpechequea .title {
    font-size: 36px;
    line-height: 48px;
  }
  .gallery-quelegimos .gallery {
    flex-direction: column;
  }
  .gallery-quelegimos figure {
    width: 70% !important;
    max-width: 240px !important;
    margin: auto;
  }
  .banner-hero,
  .acerca-de .overlap,
  .coming-soon, .onpechequea, .enlaces {
    flex-direction: column;
  }
  .enlaces {
    gap: 16px;
  }
}
/* timeline */
button {
  cursor: pointer;
}

.tabs-link {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 40px;
}

.tab-link {
  background-color: transparent;
  border: none;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
}

.tab-link[aria-selected=true],
.tab-link:hover {
  color: #003770;
  padding-bottom: 14px;
  border-bottom: 2px solid #003770;
}

.tab-buttons {
  display: flex;
  justify-content: center;
  gap: 16px;
  margin-bottom: 20px;
  padding: 30px;
  flex-wrap: wrap;
}

.tab-buttons button {
  font-weight: 700;
  font-size: 13px;
  text-transform: uppercase;
  padding: 10px 20px;
  border-radius: 8px;
  border: 1px solid #444444;
  color: #666;
  background-color: transparent;
  transition: all ease-in-out 0.3s;
}

.tab-buttons button[aria-selected=true],
.tab-buttons button:hover {
  background-color: #0073CF;
  color: #fff;
  border: 1px solid #0073CF;
}

.tab-link-panel {
  display: none;
}

.tab-link-panel .month-content-panel {
  border-top: 1px solid #D5D5D5;
  padding: 30px;
  background-color: #f5f5f5;
}

.entries {
  max-width: 800px;
  margin: auto;
  position: relative;
  left: -5px;
}

.entries:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 2px;
  height: 100%;
  background-color: #0073CF;
}

.entries .entry {
  width: calc(50% - 32px);
  float: right;
  padding: 20px;
  clear: both;
  text-align: left;
}

.entries .entry-wrapper .entry {
  padding: 20px;
  border-radius: 10px;
  border: 1px solid #0073CF;
  box-shadow: 0 2px 11px 0 rgba(0, 0, 0, 0.2509803922);
  box-sizing: border-box;
}

.entries .entry-wrapper:nth-child(even) .entry {
  float: left;
}

.entries .entry-wrapper::after {
  content: "";
  display: block;
  clear: both;
}

.entries .entry img {
  width: 50px;
}

.entries .entry:after {
  content: "";
  display: block;
  clear: both;
}

.entries .entry:not(:first-child) {
  margin-top: -60px;
}

.entries .entry .title {
  margin-bottom: 12px;
  position: relative;
  font-weight: 700;
  font-size: 24px;
  color: #0073CF;
}

.entries .entry .title:before {
  content: "";
  position: absolute;
  max-width: 29px;
  width: 29px;
  height: 29px;
  border: 3px solid #0073CF;
  border-radius: 100%;
  top: 50%;
  transform: translateY(-50%);
  left: -68px;
  z-index: 1000;
  box-sizing: border-box;
  background: #0073CF;
  background: radial-gradient(circle, rgb(0, 115, 207) 0%, rgb(0, 115, 207) 37%, rgb(245, 245, 245) 41%, rgb(245, 245, 245) 90%, rgb(0, 115, 207) 100%);
}

.entries .entry-wrapper:nth-child(even) .entry {
  text-align: right;
}

.entries .entry-wrapper:nth-child(even) .entry .title:before {
  left: calc(100% + 38px);
}

.entries .entry .title.big:before {
  width: 24px;
  height: 24px;
  transform: translate(8px, -50%);
}

.entries .entry .body p {
  line-height: 1.4em;
}

.entries .entry:nth-child(even) {
  text-align: left;
  float: right;
}

.entries .entry:nth-child(even) .title:before {
  left: -63px;
}

.entries .entry:nth-child(even) .title.big:before {
  transform: translate(-8px, -50%);
}

.entries .entry img {
  grid-area: image;
}

.entries .entry .title {
  grid-area: title;
}

.entries .entry .description {
  font-weight: 500;
  font-size: 16px;
  grid-area: description;
  color: #303030;
}

.entries .entry-wrapper:nth-child(even) .entry {
  display: grid;
  grid-template-areas: "image title" "image description";
}

.entries .entry-wrapper:nth-child(odd) .entry {
  display: grid;
  grid-template-areas: "title image" "description image";
}

.timeline {
  margin-bottom: 70px;
}

.timeline .note {
  margin: 20px auto 0;
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  color: #606060;
  max-width: 800px;
}

.container-masreciente {
  position: relative;
  margin-bottom: 60px !important;
}

.container-masreciente::after {
  content: "";
  display: block;
  width: 70vw;
  height: 100%;
  background: #F2F2F2;
  border-radius: 10px;
  position: absolute;
  top: 0;
  z-index: -1;
  left: -23%;
}

.container-masreciente .title {
  width: 90%;
  border-bottom: 1px solid rgba(0, 44, 90, 0.3019607843);
  padding-top: 50px;
  margin-bottom: 50px;
  padding-bottom: 30px;
  font-weight: 700;
  letter-spacing: -1px;
  text-transform: none;
  color: #003770;
}
.container-masreciente .post-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 30px;
}
@media screen and (max-width: 600px) {
  .container-masreciente .post-list {
    display: flex;
    flex-direction: column;
    gap: 0;
  }
}
.container-masreciente .category {
  margin: 10px !important;
  position: absolute;
  z-index: 2;
  padding: 12.5px 15px;
  background-color: #039698;
  border-radius: 6px;
  font-weight: 700;
  font-size: 13px;
  line-height: 20px;
  text-transform: uppercase;
  color: #fff;
}
.container-masreciente .post-item {
  border-radius: 16px;
  border-bottom-color: color-mix(in srgb, currentColor 20%, transparent);
  border-bottom-width: 1px;
  padding-top: 0;
  padding-bottom: 0;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.1019607843);
  background-color: #ffffff;
}
.container-masreciente .post-detail {
  padding: 20px;
}
.container-masreciente h3 {
  margin-top: 10px;
}
.container-masreciente .post-link {
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  color: #222;
}

.post-image {
  text-align: center;
  margin: auto;
}

.masreciente-post-category a {
  text-decoration: none;
}

/* content page*/
.content-page .title {
  font-weight: 700;
  font-size: 48px;
  line-height: 64px;
  letter-spacing: 0;
  text-align: center;
  color: #003770;
  margin-bottom: 45px;
}

.content-page .description {
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0;
  color: #222;
  margin-bottom: 40px;
  text-align: center;
}

@media (max-width: 820px) {
  .container-masreciente {
    margin-bottom: 80px !important;
  }
  .container-masreciente::after {
    width: 100%;
    left: 0;
  }
  .content-page .title {
    font-size: 36px;
  }
  .entries .entry {
    width: calc(100% - 32px);
    text-align: left !important;
    float: right !important;
  }
  .entries .entry .title {
    font-size: 18px;
  }
  .entries .entry .description {
    font-size: 14px;
  }
  .entries .entry-wrapper {
    margin-bottom: 30px !important;
  }
  .entries .entry-wrapper .entry {
    grid-template-areas: "title image" "description image" !important;
  }
  .entries::before {
    left: 0;
  }
  .entries .entry .title:before {
    left: -68px !important;
  }
}
.section-peruanos .title-1 {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #232536;
}
.section-peruanos .title-2 {
  font-weight: 600;
  font-size: 28px;
  line-height: 40px;
  letter-spacing: -1px;
  color: #222222;
  margin: 20px 0;
}
.section-peruanos .content-text p, .section-peruanos .content-text li {
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #444444;
}
.section-peruanos .content-icon {
  margin-top: 42px;
  display: flex;
  gap: 60px;
}
@media screen and (max-width: 600px) {
  .section-peruanos .content-icon {
    flex-direction: column;
  }
}
.section-peruanos .content-icon .item-title {
  font-weight: 700;
  font-size: 24px;
  line-height: 24px;
  color: #003770;
  margin-bottom: 20px;
}
.section-peruanos .content-icon .item-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #444;
}
.section-peruanos .item {
  display: flex;
  gap: 20px;
  align-items: flex-start;
}
.section-peruanos .item img {
  width: 50px;
  height: auto;
}

.peruanos-iconos .wp-block-group {
  align-items: flex-start;
  flex: 50px;
}

.peruanos-iconos .wp-block-group figure {
  width: 50px;
}

.enlaces-relacionados {
  max-width: 720px !important;
}

.enlaces-relacionados .wp-block-group figure,
.enlaces-relacionados .wp-block-group div {
  flex: 1;
}

.gallery-quelegimos {
  background-color: #F4F4F4;
  padding: 100px 0;
}
.gallery-quelegimos .title {
  font-weight: 700;
  font-size: 40px;
  line-height: 48px;
  text-align: center;
  color: #003770;
}
.gallery-quelegimos .description {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  margin-top: 12px;
}
.gallery-quelegimos .gallery {
  display: flex;
  gap: 50px;
  margin-top: 60px;
}
.gallery-quelegimos .gallery figure {
  position: relative;
}

.gallery-quelegimos {
  counter-reset: count -1;
}

.gallery-quelegimos figure {
  counter-increment: count 1;
}

.gallery-quelegimos figure::after {
  position: absolute;
  bottom: 0;
  font-size: 32px;
  color: #003770;
  font-weight: 700;
  margin-right: 20px;
}

.gallery-quelegimos .gallery figure:nth-child(1)::after {
  content: "1";
}

.gallery-quelegimos .gallery figure:nth-child(2)::after {
  content: "2";
}

.gallery-quelegimos .gallery figure:nth-child(3)::after {
  content: "60";
  left: -30px;
}

.gallery-quelegimos .gallery figure:nth-child(4)::after {
  content: "130";
  left: -40px;
}

.gallery-quelegimos .gallery figure:nth-child(5)::after {
  content: "5";
  left: -10px;
}

.material-informativo {
  margin-top: 32px;
}

.material-informativo .card {
  grid-column-gap: 18px;
  padding: 20px;
  border-radius: 10px;
  display: grid;
  grid-template-areas: "image title" "image description";
}

.material-informativo .card img {
  grid-area: image;
}

.material-informativo .card h3 {
  grid-area: title;
  font-size: 16px !important;
  line-height: 16px !important;
  color: #003770 !important;
}

.material-informativo .card p {
  grid-area: description;
  font-size: 14px !important;
}

/* videos */
.videos {
  display: flex;
  gap: 32px;
  max-width: 1092px;
  margin: 0 auto 45px;
}

.videos .sidebar {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 18px;
  padding: 30px;
  flex-grow: 1;
  max-width: 362px;
  border-right: 1px solid #cbcbcc;
}

.videos .title-video {
  font-weight: 500;
  color: #606060;
  font-size: 18px;
  line-height: 26px;
}

.videos button {
  border: none;
  background: none;
  box-shadow: none;
  padding: 0;
  width: 100%;
  cursor: pointer;
}

.videos .item {
  display: grid;
  align-items: start;
  gap: 14px;
  padding: 10px;
  grid-template-columns: 20px auto 20px;
  text-align: left;
  background-color: #ffffff;
}

.videos .ic-play {
  background-image: url("../assets/img/ic_play-sec.svg");
  background-repeat: no-repeat;
  background-size: cover;
  width: 26px;
  height: 26px;
}

.videos .ic-arrow {
  background-image: url("../assets/img/ic_arrow-right-sec.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
  margin-left: auto;
}

.videos button[aria-selected=true] .item,
.videos button:hover .item {
  background-color: #f5f5f5;
  border-bottom: 1px solid #0073cf !important;
}

.videos button[aria-selected=true] .ic-arrow,
.videos button:hover .ic-arrow {
  background-image: url("../assets/img/ic_arrow-right.svg");
}

.videos button[aria-selected=true] .ic-play,
.videos button:hover .ic-play {
  background-image: url("../assets/img/ic_play.svg");
}

.videos button[aria-selected=true] .btn-title,
.videos button:hover .btn-title {
  color: #0073cf;
}

.videos .btn-title {
  color: #606060;
  position: relative;
  font-weight: 600;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 22px;
}

.videos .container-video {
  flex: 1;
}

.videos .container-video .title {
  font-weight: 700;
  color: #003770;
  font-size: 28px;
  line-height: 36px;
  margin-bottom: 20px;
}

.videos .container-video iframe {
  width: 100%;
}

.videos .videos-list {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 12px;
}

.page-voto .content-cards {
  display: flex;
  gap: 22px;
}
.page-voto .card {
  box-shadow: 0 1px 3px 0 rgba(166, 175, 195, 0.4);
  border-radius: 10px;
  padding: 40px;
  flex-grow: 1;
  flex-basis: 50%;
}
.page-voto .card ul {
  list-style-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.99961 0.506348C4.30273 0.506348 0.505859 4.30322 0.505859 9.0001C0.505859 13.697 4.30273 17.522 8.99961 17.522C13.6965 17.522 17.5215 13.697 17.5215 9.0001C17.5215 4.30322 13.6965 0.506348 8.99961 0.506348ZM8.99961 16.2563C5.00586 16.2563 1.77148 12.9938 1.77148 9.0001C1.77148 5.00635 5.00586 1.77197 8.99961 1.77197C12.9934 1.77197 16.2559 5.03447 16.2559 9.02822C16.2559 12.9938 12.9934 16.2563 8.99961 16.2563Z' fill='white'/%3E%3Cpath d='M11.4177 6.38463L8.07086 9.64713L6.55211 8.1565C6.29898 7.90338 5.90523 7.9315 5.65211 8.1565C5.39898 8.40963 5.42711 8.80338 5.65211 9.0565L7.45211 10.8003C7.62086 10.969 7.84586 11.0534 8.07086 11.0534C8.29586 11.0534 8.52086 10.969 8.68961 10.8003L12.3177 7.31275C12.5709 7.05963 12.5709 6.66588 12.3177 6.41275C12.0646 6.15963 11.6709 6.15963 11.4177 6.38463Z' fill='white'/%3E%3C/svg%3E%0A");
}
.page-voto .card ul li {
  margin-top: 24px;
  font-weight: 400;
}
.page-voto .card p {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
}
.page-voto .subtitle {
  font-weight: 600;
  font-size: 28px;
  line-height: 64px;
  text-align: center;
  margin: 20px auto;
}
.page-voto .card-1 {
  background-color: #0073CF;
  color: #fff;
}
.page-voto .card-1 a {
  color: #fff;
  text-decoration: underline;
}
.page-voto .card-2 {
  background: #F4F4F4;
  color: #303030;
}
.page-voto .card-2 ul {
  list-style-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_523_728)'%3E%3Cpath d='M8.99961 0.506348C4.30273 0.506348 0.505859 4.30322 0.505859 9.0001C0.505859 13.697 4.30273 17.522 8.99961 17.522C13.6965 17.522 17.5215 13.697 17.5215 9.0001C17.5215 4.30322 13.6965 0.506348 8.99961 0.506348ZM8.99961 16.2563C5.00586 16.2563 1.77148 12.9938 1.77148 9.0001C1.77148 5.00635 5.00586 1.77197 8.99961 1.77197C12.9934 1.77197 16.2559 5.03447 16.2559 9.02822C16.2559 12.9938 12.9934 16.2563 8.99961 16.2563Z' fill='%23303030'/%3E%3Cpath d='M11.4177 6.38463L8.07086 9.64713L6.55211 8.1565C6.29898 7.90338 5.90523 7.9315 5.65211 8.1565C5.39898 8.40963 5.42711 8.80338 5.65211 9.0565L7.45211 10.8003C7.62086 10.969 7.84586 11.0534 8.07086 11.0534C8.29586 11.0534 8.52086 10.969 8.68961 10.8003L12.3177 7.31275C12.5709 7.05963 12.5709 6.66588 12.3177 6.41275C12.0646 6.15963 11.6709 6.15963 11.4177 6.38463Z' fill='%23303030'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_523_728'%3E%3Crect width='18' height='18' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
.page-voto .card-2 p {
  color: #003770;
}
.page-voto .enlaces {
  margin: 30px auto;
  max-width: 300px;
}
.page-voto .enlaces .card {
  margin: auto;
  padding: 24px;
}
.page-voto .enlaces img {
  width: 48px;
}
.page-voto .enlaces .title {
  text-align: left;
}
.page-voto .enlaces .description {
  text-align: left;
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .m-top-60 {
    margin-top: 30px;
  }
  .videos {
    flex-direction: column;
  }
  .videos .sidebar {
    padding: 0;
    max-width: 100%;
    width: 100%;
    border-right: 0;
    border-bottom: 1px solid #cbcbcc;
  }
  .videos .btn-title {
    font-size: 16px;
  }
  .videos .container-video .title {
    font-size: 24px;
    line-height: 30px;
  }
  .page-voto .content-cards {
    flex-direction: column;
  }
}

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