.text-muted {
  padding-left: 1em;
  text-indent: -1.4em;
}
input[type="email"] {
  border: 1px solid #ced4da;
}
.carousel-indicators {
  position: relative;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding: 0;
  margin-right: 15%;
  margin-bottom: 1rem;
  margin-left: 15%;
  list-style: none;
}
.tooltip {
  z-index:2147483647;
}
.right_row {
    justify-content:flex-end;
}
.tl_title {
    font-weight:800;
}
.tl_desc {
    font-weight:400;
}
::-webkit-scrollbar {
    width: 0;  /* Remove scrollbar space */
    background: transparent;  /* Optional: just make scrollbar invisible */
}
/* Show position indicator in red */
::-webkit-scrollbar-thumb {
    display:none;
}
h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-weight: 800;
    line-height: 1.2;
}
.h3 {
    color:#DA7E07;
    font-size:1.4rem;
    font-weight:700;
}
html {
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased
}
ol li {
    font-size:1.2rem !important;
    font-weight:500;
    margin-bottom:7px;
    color: #606060;
}
ol li::marker {
    font-size:1.3;
    font-weight:800;
    color: #606060;
}
.center_titles {
  display:flex;
  flex-flow:row;
}
.center_titles div p {
    text-align:center;
    font-size:1.2rem;
    font-weight:500;
    justify-content:center;
    align-items:center;
    margin:14px auto 0 auto;
}
.center_titles div span {
    width: 80px;
    height: 80px;
    text-align:center;
    font-size:3.4rem;
    font-weight:800;
    justify-content:center;
    align-items:center;
    margin:0;
    border-radius:50%;
    background-color:rgb(243, 243, 243);
}
.highlight_items div {
    display:flex;
    flex-flow:column;
    align-items:center;
    justify-content:center;
    background-color:white;
    padding:20px;
    border-radius:7px;
    /* border: 2px solid #cececee8; */
}
/* .highlight_items div:hover {
    background-color:rgb(250, 250, 250);
} */
.highlight_items div:first-child {
    margin-right:20px;
}
.highlight_items div:last-child {
    margin-left:20px;
}
* {
    box-sizing: inherit
}

*:before,
*:after {
    box-sizing: inherit
}
span.edu_intro_txt1 {
    font-size:1.4rem;
    font-weight:800;
}
.edu_article h1 {
    font-size:1.8rem;
    font-weight:800;
}
.edu_article p {
    font-size:1.2rem;
    font-weight:400;
}
.edu_section p {
    font-size:1.2rem;
    font-weight:400;
}
.wcrp_fig img {
    display:block;
    margin:0 auto;
    width:75%;
    height:auto;
}
.edu_sect_whitespace {
    margin-top:30px;
}
.edu_bg_white {
    background-color:rgba(255, 255, 255, 0.719);
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    overflow:hidden;
}
.edu_bg_white:hover {
    background-color:rgb(255, 255, 255);
}
.accordion-flush {
    border-radius:6px;
    overflow:hidden;
    margin-bottom:14px;
}
.sect_orange div.edu_section div div .accordion-button {
    color:#DA7E07;
}
.sect_orange div.edu_section div div .accordion-button:not(.collapsed) {
    background-color: #DA7E07;
    box-shadow: inset 0 -1px 0 rgb(0 0 0 / 13%);
    color:white !important;
}
.edu_snap_container {
    display:flex;
    flex:1 1 96%;
    flex-flow:row;
    flex:1;
    width:96%;
    align-items:center;
    justify-content:center;
    background-color:#84a94c25;
    margin:0 auto;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    overflow:hidden;
}
.edu_snap_container div {
    display:flex;
    flex:1;
    min-height:100px;
    flex-flow:column;
    align-items:center;
    justify-content:center;
    cursor:pointer;
}
.edu_snap_container div:hover {
    background-color:rgba(255, 255, 255, 0.781);
}
.edu_snap_container div span {
    font-weight:700;
    margin-bottom:14px;
    color:rgb(66, 66, 66);
    text-align:center;
}
.snap_size {
    width:100px;
    height:100px;
}
.edu_snap_econo {
    background-image: url(../svg/education/snapshot_icons/economia-01.svg) ;
    background-repeat:no-repeat;
    background-position:center center;
    background-size:contain;
}
.edu_snap_edu {
    background-image: url(../svg/education/snapshot_icons/educacion-01.svg) ;
    background-repeat:no-repeat;
    background-position:center center;
    background-size:contain;
}
.edu_snap_hou {
    background-image: url(../svg/education/snapshot_icons/housing-01.svg) ;
    background-repeat:no-repeat;
    background-position:center center;
    background-size:contain;
}
.edu_snap_infra {
    background-image: url(../svg/education/snapshot_icons/infraestructura-01.svg) ;
    background-repeat:no-repeat;
    background-position:center center;
    background-size:contain;
}
.edu_snap_medio {
    background-image: url(../svg/education/snapshot_icons/medio_ambiente-01.svg) ;
    background-repeat:no-repeat;
    background-position:center center;
    background-size:contain;
}
.edu_snap_salud {
    background-image: url(../svg/education/snapshot_icons/salud-01.svg) ;
    background-repeat:no-repeat;
    background-position:center center;
    background-size:contain;
}
.edu_explora1 {
    border-radius:14px;
    border: 2px solid #84a94c;
    overflow:hidden;
    background-color:#f8ffec;
    margin:0 20px;
}
.new_sect {
    border-radius:14px;
    overflow:hidden;
    margin:0 20px;
    max-width:100%;
}
.sect_green {
    border: 2px solid #84a94c;
    background-color:#fafff2;
}
.sect_blue {
    border: 2px solid #007cba;
    background-color:#e9f8ff;
}
.sect_orange {
    border: 2px solid #e47107;
    background-color:#fdf6ef;
}
.sect_blue2 {
    border: 2px solid #00586e;
    background-color:#e7faff;
}
.sect_purp {
    border: 2px solid #92278f;
    background-color:#fff2ff;
}
.edu_vid_container {
    display:flex;
    flex:1;
    width:100%;
    max-width:1100px;
    align-items:center;
    justify-content:center;
}
.edu_vid_container iframe {
    border-radius:4px;
    overflow:hidden;
}
.bread_container {
    display: flex;
    width: 100%;
    max-width: 1100px;
    transition: all 1.1s ease-in-out;
    margin: 0 auto;
    padding: 0;
    align-items:center;
    justify-content:center;
    align-self:center;
}
div.breadcrumbs.scrollx {
    display:flex;
    width:100%;
    max-width:1100px;
    align-items:center;
    justify-content:center;
    align-self:center;
    margin:0 auto;
}
#main_edu_module {
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    justify-content: flex-start;
    padding: 0;
    margin: 30px auto;
    width: 100%;
    max-width:1100px;
    overflow:hidden;
    align-self:center;
    justify-self: center;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.edu_maxwidth {
    display: flex;
    flex:1;
    width: 100%;
    max-width: 1100px;
    transition: all 1.1s ease-in-out;
    margin: 0 auto;
}
.edu_article {
    display: flex;
    flex-flow:column;
    align-items:flex-start;
    justify-content:center;
    align-self:center;
    justify-self:center;
    flex:1;
    width:90%;
    max-width: 1100px;
    transition: all linear .7s;
    margin:0 40px;
}

/* Timeline Styling  */


#timeline {
    list-style: none;
    position: relative;
  }
  #timeline:before {
    top: 0;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 2px;
    background-color: #DA7E07;
    left: 50%;
    margin-left: -1.5px;
  }
  #timeline .clearFix {
    clear: both;
    height: 0;
  }
  .badgesize1 {
    width: 50px;
    height: 50px;
    margin-left: -25px;
    top: 20px;
  }
  .badgesize2 {
    width: 40px;
    height: 40px;
    margin-left: -20px;
    top: 20px;
  }
  .badgesize3 {
    width: 30px;
    height: 30px;
    margin-left: -15px;
    top: 28px;
  }
  .badgesize4 {
    width: 20px;
    height: 23px;
    margin-left: -12px;
    top: 32px;
  }
  #timeline .timeline-badge {
    color: #fff;
    font-size: 1.2em;
    text-align: center;
    position: absolute;
    left: 50%;
    background-color: #DA7E07;
    z-index: 100;
    border-top-right-radius: 50%;
    border-top-left-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
  }
  #timeline .timeline-badge span.timeline-balloon-date-day {
    font-size: 1.4em;
  }
  #timeline .timeline-badge span.timeline-balloon-date-month {
    font-size: .7em;
    position: relative;
    top: -10px;
  }
  #timeline .timeline-badge.timeline-filter-movement {
    background-color: #ffffff;
    font-size: 1.7em;
    height: 35px;
    margin-left: -18px;
    width: 35px;
    top: 40px;
  }
  #timeline .timeline-badge.timeline-filter-movement a span {
    color: #DA7E07;
    font-size: 1.3em;
    top: -1px;
  }
  #timeline .timeline-badge.timeline-future-movement {
    background-color: #ffffff;
    height: 35px;
    width: 35px;
    font-size: 1.7em;
    top: -16px;
    margin-left: -18px;
  }
  #timeline .timeline-badge.timeline-future-movement a span {
    color: #DA7E07;
    font-size: .9em;
    top: 2px;
    left: 1px;
  }
  #timeline .timeline-movement {
    /* border-bottom: dashed 1px #DA7E07; */
    position: relative;
  }
  #timeline .timeline-movement.timeline-movement-top {
    height: 60px;
  }
  #timeline .timeline-movement .timeline-item {
    padding: 20px 0;
  }
  #timeline .timeline-movement .timeline-item .timeline-panel {
    border: 1px solid #d4d4d4;
    border-radius: 3px;
    background-color: #FFFFFF;
    color: #666;
    padding: 10px;
    position: relative;
    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
  }
  #timeline .timeline-movement .timeline-item .timeline-panel .timeline-panel-ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  #timeline .timeline-movement .timeline-item .timeline-panel.credits .timeline-panel-ul {
    text-align: right;
  }
  #timeline .timeline-movement .timeline-item .timeline-panel.credits .timeline-panel-ul li {
    color: #666;
  }
  #timeline .timeline-movement .timeline-item .timeline-panel.credits .timeline-panel-ul li span.importo {
    color: #468c1f;
    font-size: 1.3em;
  }
  #timeline .timeline-movement .timeline-item .timeline-panel.debits .timeline-panel-ul {
    text-align: left;
  }
  #timeline .timeline-movement .timeline-item .timeline-panel.debits .timeline-panel-ul span.importo {
    color: #e2001a;
    font-size: 1.3em;
  }
  .scaledown {
    margin:40px 0;
  }
  .infographic_container {
      display:flex;
      flex:1;
      position:relative;
      z-index:1;
  }
  .info_overlay {
      display:block;
      position:absolute;
      z-index:999;
      width:320px;
      height:320px;
      margin:auto;
      top:0;
      left:0;
      right:0;
      bottom:0;
      border-radius:50%;
      background-image: url(../svg/education/infographic1_center_es-01.svg);
    background-repeat:no-repeat;
    background-position:bottom center;
    background-size:100% auto;
    background-color:rgba(255, 255, 255, 0.815);
  }
  .info_overlay2 {
    display:block;
    position:absolute;
    z-index:999;
    width:320px;
    height:320px;
    margin:auto;
    top:0;
    left:0;
    right:0;
    bottom:0;
    border-radius:50%;
    cursor:pointer;
    background-image: url(../svg/education/infographic1_center_es-02-01.svg);
  background-repeat:no-repeat;
  background-position:bottom center;
  background-size:100% auto;
  background-color:rgba(255, 255, 255, 0.815);
}
.info_overlay2:hover {
  border: 4px solid rgb(221, 221, 221);
}
  ul.sliceWrapper {
    position: relative;
    border: 4px solid rgb(221, 221, 221);
    padding: 0;
    width: 800px;
    height: 800px;
    border-radius: 50%;
    list-style: none;
    overflow: hidden;
    margin:auto;
  }
  .slice_es {
    background-image: url(../svg/education/mod2-infographic1-01.svg);
    background-repeat:no-repeat;
    background-position:bottom center;
    background-size:100% auto;
  }
  .slice_en {
    background-image: url(../svg/education/mod2-infographic1-02.svg);
    background-repeat:no-repeat;
    background-position:bottom center;
    background-size:100% auto;
  }
  
  ul.sliceWrapper li div.slice {
    position: absolute;
    left: -100%;
    width: 200%;
    height: 200%;
  }
  
  ul.sliceWrapper li {
    overflow: hidden;
    position: absolute;
    top: -50%;
    right: -50%;
    width: 100%;
    height: 100%;
    transform-origin: 0% 100%;
  }
  
  ul.sliceWrapper li:first-child {
    transform: rotate(0deg) skewY(162deg);
  }
  
  ul.sliceWrapper li:nth-child(2) {
    transform: rotate(72deg) skewY(162deg);
  }
  
  ul.sliceWrapper li:nth-child(3) {
    transform: rotate(144deg) skewY(162deg);
  }
  
  ul.sliceWrapper li:nth-child(4) {
    transform: rotate(216deg) skewY(162deg);
  }
  
  ul.sliceWrapper li:nth-child(5) {
    transform: rotate(288deg) skewY(162deg);
  }
  
  ul.sliceWrapper li:first-child .slice {
    background: #3f7a751c;
  }
  ul.sliceWrapper li:nth-child(2) .slice {
    background: #da7f0728;
  }
  ul.sliceWrapper li:nth-child(3) .slice {
    background: #e4e4e42d;
  }
  ul.sliceWrapper li:nth-child(4) .slice {
    background: #30332f28;
  }
  ul.sliceWrapper li:nth-child(5) .slice {
    background: #4996cd2c;
  }

  /* ul.sliceWrapper li:first-child .slice {
    background: #3f7a75;
  }
  
  ul.sliceWrapper li:nth-child(2) .slice {
    background: #DA7E07;
  }
  
  ul.sliceWrapper li:nth-child(3) .slice {
    background: #973a00;
  }
  
  ul.sliceWrapper li:nth-child(4) .slice {
    background: #30332f;
  }
  
  ul.sliceWrapper li:nth-child(5) .slice {
    background: #DA7E07;
  } */

  @media screen and (max-width: 900px) {
    .info_overlay {
        width:220px;
        height:220px;
    }
    .info_overlay2 {
      width:220px;
      height:220px;
  }
    ul.sliceWrapper {
      width: 600px;
      height: 600px;
    }
  }

@media (orientation: portrait) {
    .info_overlay {
        width:120px;
        height:120px;
    }
    .info_overlay2 {
      width:120px;
      height:120px;
  }
    ul.sliceWrapper {
      width: 340px;
      height: 340px;
    }
    .snap_size {
        width:220px;
        height:220px;
    }
    .edu_snap_container {
        display:flex;
        flex-flow:column;
        flex:1 1 100%;
        width:100%;
        align-items:center;
        justify-content:center;
        background-color:rgba(223, 223, 223, 0.404);
    }
    .edu_snap_container div {
        display:flex;
        flex:1 1 100%;
        flex-flow:column;
        align-items:center;
        justify-content:center;
        cursor:pointer;
        min-height:200px;
    }
    .bread_container {
        align-items:flex-start;
        justify-content: flex-start;
    }
    div.breadcrumbs.scrollx {
        align-items:flex-start;
        justify-content: flex-start;
    }
  }

