html {
  font-size: 14px;
}
.scrollspy-example h2 {
color:#00A47F !important;
    }
#list-term {
top:0;
right:0;
left:0;
bottom:0;
font-family: Nunito,"Helvetica Neue",Helvetica,Arial,sans-serif;
font-weight:bold;
}
.mision,
.vision,
.politica-integral,
.documentos {
margin: 13px 0 40px;
}
.window {
width: 100%;
    height: 100%;
    top: 0px;
    left: 300px;
    opacity:0;
    font-size:25px;
    }
.window a {
    height: 100%;
    width: 100%;
    display: block;
}
.scrollspy-example {
border-left:1px solid lightgray;
}

.list-group-item+.list-group-item {
border-top-width:1 !important;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.container {
  max-width: 960px;
}

.pricing-header {
  max-width: 700px;
}

.card-deck .card {
  min-width: 220px;
}

.border-top { border-top: 1px solid #e5e5e5; }
.border-bottom { border-bottom: 1px solid #e5e5e5; }

.box-shadow { box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05); }