/**
 * 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";
  font-family: "Poppins", sans-serif;
  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;
}
iframe{
  max-width: 100%;
}
.color-secondary{
  color: #ffb81c;
}
h1, h2, h3, h4, h5, h6,
p, blockquote, pre,
ul, ol, dl, figure,
.highlight {
  margin-bottom: 15px;
}
.weight-600{
  font-weight: 600;
}
/**
 * `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: #444;
  text-decoration: none;
}
a:visited {
  color: rgb(22.9483471074, 86.2541322314, 168.5516528926);
}
a:hover {
  color: #111;
}
.social-media-list a:hover {
  text-decoration: none;
}
.social-media-list a:hover .username {
  text-decoration: underline;
}
.flex-between{
  justify-content: space-between;
}
.flex-end{
  align-items: flex-end;
}
.underline{
  text-decoration: underline;
}
.bg-blue{
    background-color: #013773;
}
/**
 * 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;
}
.font-18{
  font-size: 18px !important;
  line-height: 24px !important;
}
.font-24{
  font-size: 24px !important;
  line-height: 28px !important;
}
.align-left{
  text-align: left !important;
}
.align-center{
  text-align: center;
}
.flex-justify-center{
  justify-content: center;
}
.flex-align-center{
  align-items: center;
}
.button{
  color: white;
  padding: 16px 48px;
  background: #003770;
  font-size: 18px;
  line-height: 24px;
  display: inline-block;
  border: 0;
}
.button:hover{
  text-decoration: none;
  color: white;
  opacity: 0.9;
}
.button:visited,
.button-style3:visited{
  color: white;
}
.button.disabled{
  cursor: no-drop;
  opacity: 70%;
}
.button-sec{
  background: white;
  padding: 16px 48px;
  color: #0073CF;
  line-height: 24px;
  display: inline-block;
  font-weight: 700;
  font-size: 24px;
 }
.button-sec:hover{
  text-decoration: none;
  color: #0073CF;
}
.button-sec:visited{
  color: #0073CF;
}
.button-style3{
  background: #DC2A20;
  color: white;
  padding: 8px 12px;
  border-radius: 3px;
  display: inline-flex;
  gap: 12px;
}
.button-style3:hover{
  text-decoration: none;
  color: white;
  opacity: 0.9;
}
.button-style3 img{
  width: 18px;
}
.button-style3.xl{
  font-size: 24px;
  font-weight: bold;
  padding: 10px 18px;
}
.button-style.md{
  width: 200px;
}
.m-b-0{
  margin-bottom: 0 !important;
}
.m-b-15{
  margin-bottom: 15px !important;
}
.m-b-40{
  margin-bottom: 40px;
}
.m-b-60{
  margin-bottom: 60px;
}
.m-b-100{
  margin-bottom: 100px;
}
.title-l{
  font-size: 32px;
  font-weight: 600;
}
/**
 * Wrapper
 */
.wrapper, .wrapper-flex {
  box-sizing: border-box;
  max-width: calc(1320px);
  margin-right: auto;
  margin-left: auto;
  padding-right: 30px;
  padding-left: 30px;
}

.css-slider::-webkit-scrollbar {
  display: none;
}

@media screen and (max-width: 1000px) {
  .wrapper, .wrapper-flex {
    padding-right: 25px;
    padding-left: 25px;
  }
  .align-center-mobile{
    text-align: center !important;
  }
  .column-reverse-mobile{
    flex-direction: column-reverse !important;
  }
  .content-page .socials-media{
    justify-content: center;
  }
  .css-slider {
    overflow-x: scroll;
    scrollbar-width: none;
    gap: 20px;
    flex-wrap: nowrap;
    scroll-snap-type: x proximity;
  }
}

.content-page .socials-media{
  display: flex;
  gap: 24px;
}
/**
 * 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: 56px;
  position: sticky;
  top: 0;
  background: white;
  z-index: 20;
}
.site-header .style1 {
  background-color: #003770;
}
.site-header .style1 .trigger {
  display: flex;
  justify-content: center;
  gap: 100px;
  align-items: center;
}
.site-header .style1 a {
  color: white;
  font-size: 18px;
  line-height: 27px;
  padding: 12px 0;
  position: relative;
}

@media screen and (max-width: 1000px) {
  .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;
  }
  .inline {
    display: inline-block;
  }
}

.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: 1000px) {
  .site-title {
    height: 80px;
    float: right;
    text-align: 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: 1000px) {
  .site-nav {
    position: absolute;
    top: 68px;
    left: 0;
    border: 1px solid #e8e8e8;
    text-align: center;
    width: 100%;
  }
  .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;
  }
  .content-counter{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: #0073CF;
    padding: 8px 32px;
    display: flex;
    justify-content: center;
    gap: 12px;
  }
  .counter{
    gap: 12px;
  }
  .counter .card{
    padding: 8px 14px;
  }
  .counter .card_number{
    font-size: 16px;
  }
  .counter-title{
    margin-top: 0;
    color: white;
    font-size: 14px;
  }
}

/**
 * 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) {
  .wrapper-flex{
    flex-direction: column;
  }
  .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: 50px 0;
  flex: 1;
}

.page-heading {
  font-size: 32px;
}
.flex{
  display: flex;
}
.flex-1{
  flex: 1;
}
.gap-10 {
  gap: 10px;
}
.gap-42{
  gap: 42px;
}

.border-radius-5 {
  border-radius: 5px;
}
.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;
}

.post-content h3 {
  font-size: 26px;
}

.post-content h4 {
  font-size: 20px;
}

@media screen and (max-width: 800px) {
  .post-content h2 {
    font-size: 28px;
  }
  .post-content h3 {
    font-size: 22px;
  }
  .post-content h4 {
    font-size: 18px;
  }
  .page-content {
    padding: 30px 0;
  }
}

/**
 * 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 !important;
}

@media screen and (max-width: 1000px) {
  header.site-header {
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.2509803922);
    padding-top: 68px;
  }
}

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

.site-header .style1 .nav-link.nav-yellow{
  background: #FDC62F;
  font-weight: 600;
  border: 5px;
  border-radius: 5px;
  padding: 25px 18px;
  color: #003770;
}

.site-header .style1 .nav-link.nav-yellow.active::after,
.site-header .style1 .nav-link.nav-yellow:hover::after {
  background-color: #003770;
}

.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;
  display: flex;

}
@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 {
  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: 48px;
  font-weight: 700;
  line-height: 55px;
  color: #ffffff;
  margin-bottom: 28px;
}

.banner-hero .description {
  font-size: 24px;
  line-height: 31px;
  color: #ffffff;
  max-width: 455px;
  font-weight: 500;
  }

.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: 64px;
}

.acerca-de .overlap {
  display: flex;
  justify-content: space-between;
  padding: 90px 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;
}

.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;
}

.counter {
  display: flex;
  align-items: center;
  gap: 20px;
}
.counter-title{
  font-size: 10px;
  font-weight: 700;
  margin-top: 20px;
}
.counter .card {
  border: 1px solid #0073CF;
  padding: 7px 12px;
  background: white;
  display: flex;
  flex-direction: column;
  border-radius: 6px;
  flex: 1;
}

.counter .card_number {
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  color: #0073CF;
}

.counter .card_title {
  font-weight: 500;
  font-size: 8px;
  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 .card.disabled{
  cursor: no-drop;
  color: #303030;
  opacity: 50%;
}

.enlaces-title {
  font-weight: 600;
  font-size: 24px;
  line-height: 48px;
  text-align: center;
  color: #232536;
  margin-bottom: 30px;
}

.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;
  font-size: 14px;
  font-weight: 500;
}
.footer .wrapper-flex{
  display: flex;
  justify-content: space-between;
  gap: 40px;
}
.footer .socials-media{
  display: flex;
  gap: 24px;
}
.footer a{
  color: white;
}
.footer h4 {
  margin-bottom: 8px;
  color: #ffb81c;
  font-size: 16px;
}
.boletin {
  color: white;
  padding: 60px 60px 0;
  background: #2570B7;
  position: relative;
  z-index: 0;
}
.boletin-md {
  padding: 45px 60px;
}
.boletin::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 50%;
  height: 90%;
  opacity: .6;
  background-image: url('../assets/img/boletin.png');
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
}
.boletin.bg-voto::before{
  background-image: url("../assets/img/voto.png");
  height: 100%;
  right: 10px;
  opacity: 50%;
  top: 0;
}
.boletin.bg-lectura {
  background: #D1912B;
}
.bg-lectura .button-sec {
  color: #D1912B;
}
.boletin.bg-cedula {
  background: #34A614;
  overflow: hidden;
}
.boletin.bg-cedula .button-sec {
  color: #27840D;
}
.boletin.bg-cedula::before{
  background-image: url("../assets/img/anfora-check.png");
  height: 100%;
  right: 0;
  width: 60%;
  top: 10px;
}
.bg-informativo {
  overflow: hidden;
}
.boletin.bg-informativo::before{
  width: 68%;
  opacity: 0.4;
}
.boletin.bg-lectura::before{
  background-image: url("../assets/img/boletin-lectura.png");
  height: 100%;
  right: 0;
  opacity: 0.3;
  width: 60%;
}
.boletin.no-bg::before {
  background-image: none;
}
.boletin .b-title{
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: white;
}
.boletin .button-sec{
  margin-bottom: 60px;
  padding: 28px 54px;
  border: 0;
}
.boletin .b-description{
  margin-top: 15px;
  font-weight: 700;
  font-size: 40px;
  color: white;
  line-height: 48px;
  margin-bottom: 60px;
}
.boletin-md .b-title {
  text-transform: uppercase;
}
.boletin-md .b-description {
  font-size: 32px;
  margin: 10px 0 24px 0;
}
.boletin-md .button-sec {
  margin-bottom: 0;
}
@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;
  }
  .counter {
    gap: 10px;
  }
  .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;
  }
  .content-cards-mm .card-mm {
    padding: 30px 20px !important;
  }
  .boletin{
    padding: 20px !important;
  }
  .boletin-md .button-sec {
    padding: 28px;
    font-size: 20px;
  }
  .boletin-md .b-description {
    width: 100%;
  }
}
/* 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 .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: 2;
  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 .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;
  text-align: justify;
}

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

.timeline {
  margin-bottom: 30px;
}

.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: 40px !important;
}

.container-masreciente .title {
  width: 100%;
  border-bottom: 1px solid rgba(0, 44, 90, 0.3019607843);
  padding-top: 30px;
  margin-bottom: 15px;
  padding-bottom: 15px;
  font-weight: 700;
  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;
}
.container-capa{
  position: relative;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom right;
  min-height: 100px;
}
.container-capa::after{
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 1px;
  background-color: rgba(0, 44, 90, 0.3019607843);
  bottom: -5px;
}
.container-capa.bg-cap1{
  background-image: url("../assets/img/bg-cap1.png");
}
.container-capa.bg-cap2{
  background-image: url("../assets/img/bg-cap2.png");
}
.container-capa.bg-cap3{
  background-image: url("../assets/img/bg-cap3.png");
}
.container-capa.bg-cap4{
  background-image: url("../assets/img/bg-cap4.png");
}
.container-capa .title {
  width: 100%;
  text-transform: none;
  color: #003770;
  padding-top: 48px;
  font-weight: 700;
  font-size: 24px;
  text-align: left;
  font-family: "Poppins", sans-serif;
}

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

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

/* content page*/
.content-page .title {
  font-weight: 700;
  font-size: 32px;
  letter-spacing: 0;
  text-align: center;
  color: #003770;
  margin-bottom: 30px;
}

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

@media (max-width: 820px) {
  .content-page .title {
    font-size: 32px;
  }
  .content-page .title-2 {
    line-height: 32px;
  }
  .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;
  }
  .content-maps .maps{
    flex-direction: column;
  }
}

.gallery-quelegimos {
  background-color: #F4F4F4;
  padding: 100px 0 60px;
}
.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: 18px;
  line-height: 24px;
  text-align: center;
  margin-top: 12px;
}
.gallery-quelegimos .gallery {
  display: flex;
  gap: 50px;
  margin-top: 60px;
  justify-content: center;
}
.gallery-quelegimos .gallery img{
  max-width: 240px
}
.gallery-quelegimos .gallery figure {
  position: relative;
}

.material-informativo {
  margin-top: 32px;
  gap: 20px;
  justify-content: center;
}

.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;
}

/* Section videos carousel*/
.section-videos-tabs{
  background: #FAFAFA;
  padding-top: 80px;
}
/* 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: 0 0 30px 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-primary.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;
  text-align: left;
}

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

.videos .videos-list {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 12px;
  max-height: 360px;
  overflow-y: auto;
  padding-right: 20px;
}
.videos .videos-list::-webkit-scrollbar {
  width: 7px;
}
.videos .videos-list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 0;
}
/* section videos carousel */
.section-videos-carousel{
  background: linear-gradient(180deg, #0676CF 0%, #013F8F 100%);
  padding: 80px 0 80px;
}
.section-videos-carousel h2{
  font-weight: 700;
  font-size: 28px;
  line-height: 48px;
  color: #fff;
}
.section-videos-carousel .description{
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  margin-top: 6px;
}
.section-videos-carousel .main-carousel-container{
    margin-top: 30px;
}

.videos .videos-list::-webkit-scrollbar-thumb {
  background: #0073cf;
  border-radius: 0;
}

.videos .videos-list::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.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;
}

/** page bicameralidad **/
.page-bicam .content-cards {
  display: flex;
  gap: 22px;
}
.page-bicam .card {
  border-radius: 10px;
  padding: 40px 40px 0;
  flex-grow: 1;
  flex-basis: 50%;
}
.page-bicam .card ul {
  list-style-image: url("img/ic_list_arrow.png");
}
.page-bicam .card ul li {
  margin-top: 24px;
  font-weight: 400;
}
.page-bicam .card p {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
}
.page-bicam .subtitle {
  font-weight: 700;
  font-size: 20px;
  text-align: center;
  margin: 40px auto;
  color: #003770;
  max-width: 840px;
}
.page-bicam .card-1 {
  background-color: #E6F6FC;
  color: #222;
}
.page-bicam .card p {
  color: #003770;
}
.content-maps .title{
  font-weight: 700;
  font-size: 24px;
  color: #0073CF;
}
.content-maps .subtitle{
  font-weight: 500;
  font-size: 18px;
  color: #404040;
}
.content-maps .maps{
  margin-top: 35px;
}
.content-maps .map{
  display: flex;
  align-items: center;
  gap: 30px;
}
.content-maps .map img{
  width: 40%;
}
.content-maps .map p{
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
}
.content-maps .map span{
  font-weight: 700;
  color: #1C3A69;
}
.section-camara .title{
  font-weight: 700;
  font-size: 32px;
  margin-bottom: 24px;
}
.section-camara .description{
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
}
.section-camara .description span{
  font-weight: 700;
  color: #003770;
}
.section-distritos{
  padding: 60px 0;
}
.section-distritos .title{
  font-weight: 700;
  font-size: 32px;
  color: #FFB81C;
  margin-bottom: 24px;
}
.section-distritos .description{
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  color: white;
  margin-bottom: 40px;
}
.section-distritos .c-distritos{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
}
.section-distritos .c-distritos p::after{
  content: "+";
  position: absolute;
  top: 20px;
  right: -29px;
  font-size: 26px;
}
.section-distritos .c-distritos p:last-child::after{
  display: none;
}
.section-distritos p{
  color: white;
  position: relative;
}
@media screen and (max-width: 600px) {
  .section-distritos .c-distritos {
    grid-template-columns: 1fr;
  }
  .section-distritos .c-distritos p::after{
    content: "+";
    position: absolute;
    bottom: -38px;
    top: initial;
    right: calc(50% - 9px);
    font-size: 26px;
  }
}
.color-lightblue{
  color: #0073CF;
}
.m-top-16{
  margin-top: 16px;
}
.m-top-20{
  margin-top: 20px;
}
.m-top-40{
  margin-top: 40px !important;
}


/** modal **/
.modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  bottom: 0;
  overflow-y: hidden;
  width: 100%;
  height: 100%;
  background-color: rgba(4, 19, 29, 0.84);
  align-items: center;    /* Centrado vertical */
  justify-content: center; /* Centrado horizontal */
  padding: 20px;
}

.modal-content {
  background-color: #fff;
  margin: 15% auto;
  padding: 50px 80px;
  border-radius: 8px;
  max-width: 690px;
  position: relative;
  box-shadow: 0 4px 15px rgba(0,0,0,0.2);
  font-family: Arial, sans-serif;
  text-align: center;
}
.modal-content h2{
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  font-size: 24px;
  margin: 32px auto 14px;
  color: #003770;
}
.modal-content p{
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: 500;
}
.modal-content .button{
  margin-top: 30px;
}
.close-btn {
  position: absolute;
  top: 50px;
  right: 40px;
  cursor: pointer;
  transition: color 0.3s;
  height: 22px;
  border: 0;
  background: none;
  padding: 0;
}

.close-btn img{
  height: 22px;
  width: 22px;
}

.close-btn:hover {
  color: #333;
}

.bg-light{
  background: #FAFAFA;
}
.bg-white{
  background: #fff;
}

.no-pad-b{
  padding-bottom: 0;
}

/** Section: Buscador sede **/
/* Filtros */
.filters-section {
  padding: 24px 24px 0;
  border-radius: 8px;
  display: flex;
  flex-wrap: wrap;
  gap: 34px;
  align-items: flex-end;
  margin-bottom: 2rem;
}

.filter-group {
  display: flex;
  flex-direction: column;
  flex: 1;
  min-width: 200px;
}

.filters-section label {
  font-weight: 400;
  margin-bottom: 10px;
  font-size: 18px;
  color: #111928;
}

.filters-section select {
  padding: 0 4px;
  outline: none;
  font-family: "Poppins", sans-serif;
  border: 16px solid transparent;
  border-radius: 6px;
  width: 100%;
}

.filters-section .select-wrapper {
  border: 1px solid #949494;
  border-radius: 6px;
  box-sizing: content-box;
}

.cards-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 1rem;
  padding: 0 24px 56PX;
}

.card {
  border-radius: 8px;
  box-shadow: 0px 5px 12px 0px rgba(0, 0, 0, 0.1);
  padding: 40px;
}

.card h2{
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  color: #0073CF;
  margin-bottom: 14px;
}

.card strong{
  font-weight: 500;
}

.card-body p {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  margin-top: 8px;
}

/*section descargas */
.cards-grid__descargas {
  gap: 12px;
  justify-content: center;
}
.cards-grid__descargas .card-wrapper {
  border-radius: 8px;
  border: 1px solid #D3D3D6;
  padding: 22px 16px 22px 20px;
  max-width: 256px;
}
.cards-grid__descargas .card-wrapper:hover {
  border: 1px solid #2570B7;
}
.cards-grid__descargas .card-body{
  gap: 18px;
}
.cards-grid__descargas .card-body__title {
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0;
  color: #003770;
}
@media (max-width: 600px) {
  .cards-grid__descargas {
    flex-wrap: wrap;
  }
  .cards-grid__descargas .card-wrapper {
    width: 100%;
    max-width: 366px;
  }
}

/*page miembro mesa */
.content-cards-mm{
  gap: 10px;
  max-width: 1092px;
}
.content-cards-mm .card-mm{
  padding: 40px 48px;
  gap: 10px;
  border-radius: 5px;
  border-width: 2px;
  border-style: solid;
}
.content-cards-mm .card-blue{
  border-color: #2570B7;
}
.content-cards-mm .card-red{
    border-color: #D54444;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.content-cards-mm .c-title{
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
  text-align: left;
}
.content-cards-mm .card-blue .c-title{
  color: #0073CF;
}
.content-cards-mm .card-red .c-title{
  color: #D54444;
}
.content-cards-mm .c-description{
  font-weight: 500;
  font-size: 18px;
  color: #404040;
  text-align: left;
  margin-top: 18px;
  margin-bottom: 20px;
}

.button-red{
  color: white;
  padding: 27px 48px;
  background: #D54444;
  line-height: 24px;
  display: inline-block;
  font-weight: 700;
  font-size: 20px;
  width: 100%;
  text-align: center;
}
.button-red:hover{
  text-decoration: none;
  background: #D54444;
  color: white;
  opacity: 0.9;
}
.button-red:visited,
.button-blue:visited{
    color: white;
}
.button-blue{
  color: white;
  padding: 27px 48px;
  background: #0073CF;
  line-height: 24px;
  display: inline-block;
  font-weight: 700;
  font-size: 20px;
  width: 100%;
  text-align: center;
}
.button-blue:hover{
  text-decoration: none;
  background: #0073CF;
  color: white;
  opacity: 0.9;
}

/* card style2 */
.cards-cedula{
  gap: 24px;
}
.card-cd{
  border-radius: 5px;
  border-width: 2px;
  border-style: solid;
  padding: 40px;
  color: #404040;
  font-weight: 500;
}
.card-cd .c-title{
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.card-cdblue{
  border-color: #2570B7;
  background: #F0F8FF;
}
.card-cyan{
  border-color: #FF3686;
  background: #FEF4F8;
}
.card-brown{
  border-color: #7C584A;
  background: #FDF0E9;
}
.card-green{
  border-color: #1B7B21;
  background: #F8FFF8;
}
.card-yellow{
  border-color: #F4A904;
  background: #FFFCF0;
}
.color-blue{
  color: #0073CF;
}
.color-cyan{
  color: #FF3686;
}
.color-brown{
  color: #7C584A;
}
.color-green{
  color: #1B7B21;
}
.color-yellow{
  color: #C38601;
}
.list-check {
  list-style-image: url(img/ic_list_arrow.png);
}
.list-check-red {
  list-style-image: url(img/ic_list-arrow-red.png);
}
.label1{
  font-weight: 700;
  font-size: 20px;
  text-transform: uppercase;
  color: white;
  background: #1C3A69;
  padding: 4px 20px;
}
.label2{
  font-weight: 700;
  font-size: 20px;
  text-transform: uppercase;
  color: #003770;
  padding: 4px 20px;
}
.label3{
  font-weight: 700;
  font-size: 36px;
  color: #0083FF;
}
.label4{
  font-weight: 800;
  font-size: 60px;
  color: white;
  background: #0083FF;
  padding: 4px 20px;
}
.label5{
  font-weight: 700;
  font-size: 24px;
  color: #1C3A69;
  margin-bottom: 10px;
}
.label6{
  font-weight: 600;
  font-size: 24px;
  color: #003770;
  background: #FFB81C;
  padding: 4px 20px;
}

@media (max-width: 600px) {
  .page-voto .content-cards, .page-bicam .content-cards{
    flex-direction: column;
  }
  .label1, .label2{
    font-size: 14px;
  }
  .label2{
    display: block;
  }
  .label3{
    font-size: 22px;
  }
  .label4{
    font-size: 34px;
  }
  .label5, .label6{
    font-size: 16px;
  }
}
@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;
  }
  .cards-grid{
    padding: 0 !important;
    grid-template-columns: 1fr;
  }
  .cards-grid .card{
    padding: 20px;
    max-width: 100%;
  }
}

/* Cards grid docs  */
.section-header {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: none;
  cursor: pointer;
  padding: 0;
  background-color: #fff;
}

.icon {
  transition: transform 0.3s ease;
}

.section-content {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.3s ease-out;
  overflow: hidden;
}

.collapsible-section.is-open .section-content {
  grid-template-rows: 1fr;
}

.collapsible-section.is-open .icon {
  background-image: url(../assets/img/ic-arrow-card-active.png);
}

.cards-grid-docs {
  min-height: 0;
  display: grid;
  flex-direction: column;
  gap: 15px;
  grid-template-columns: repeat(2, 1fr);
  align-items: start;
}

.cards-grid-docs .card {
  background: white;
  border: 1px solid #ddd;
  padding: 20px;
  border-radius: 8px;
  margin-bottom: 15px;
  box-shadow: none;
}
.cards-grid-docs img{
  max-width: 160px;
  max-height: 200px;
}
.collapsible-section .icon{
  background-image: url(../assets/img/ic-arrow-card.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 26px;
  height: 26px;
  margin-left: auto;
}
.container-title{
  width: 100%;
}

@media (min-width: 901px) {
  .section-content {
    margin-top: 16px;
    grid-template-rows: 1fr !important;
  }
  .icon { display: none; }
  .section-header { cursor: default; }

  .cards-grid-docs {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 900px) {
  .section-content{
    margin-top: 30px;
  }
  .collapsible-section.is-open .container-capa .title{
    color: #003770;
  }
  .container-capa .title{
    margin-left: 14px;
    width: 50%;
    font-size: 20px;
    color: #404040;
  }
  .container-capa .title, .container-capa .icon{
    margin-top: 24px;
    padding-top: 0;
  }
  .container-capa {
    background-size: cover;
  }
  .container-capa.bg-cap1{
    background-image: url("../assets/img/bg-cap1-mob.png");
  }
  .container-capa.bg-cap2{
    background-image: url("../assets/img/bg-cap2-mob.png");
  }
  .container-capa.bg-cap3{
    background-image: url("../assets/img/bg-cap3-mob.png");
  }
  .container-capa.bg-cap4{
    background-image: url("../assets/img/bg-cap4-mob.png");
  }
}

@media screen and (max-width: 1260px){
  .site-header .style2 .css-slider{
    overflow-x: scroll;
    scrollbar-width: none;
    gap: 20px;
    flex-wrap: nowrap;
    scroll-snap-type: x proximity;
  }
  .site-header .style2 .trigger {
    justify-content: flex-start;
  }
}
/* Page cedulas */
.cards-grid__cedula{
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 280px));
  gap: 15px;
}
.cards-grid__cedula .card-cedula{
  border-radius: 8px;
  border: 1px solid #D3D3D6;
  padding: 30px;
}
.cards-grid__cedula .card-cedula svg{
  fill: #A7A7A7;
}
.cards-grid__cedula .card-cedula:hover svg{
  fill: #2570B7;
}
.cards-grid__cedula .card-cedula:hover{
  border: 1px solid #2570B7;
}
.cards-grid__cedula .card-body{
  display: flex;
  align-items: center;
  gap: 16px;
}
.cards-grid__cedula .card-body__title{
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  color: #303030;
  margin-bottom: 16px;
}
.cards-grid__cedula .underline{
  font-size: 16px;
}
.content-page .title-2 {
  font-weight: 600;
  font-size: 32px;
  line-height: 64px;
  text-align: center;
  color: #303030;
  margin-bottom: 42px;
}
.content-page .title-3 {
  font-weight: 600;
  font-size: 24px;
  line-height: 48px;
  text-align: center;
  color: #303030;
  margin-bottom: 32px;
}