body,html {
    margin: 0px;
    font-family: 'Roboto' !important;
    font-size: 14px !important;   
}

#style-4::-webkit-scrollbar-track
{
	background-color: #dcdcdc;
}

#style-4::-webkit-scrollbar
{
	width: 5px;
	background-color: #F5F5F5;
}

#style-4::-webkit-scrollbar-thumb
{
	background-color: #b5b5b5;
	border: 0px solid #555555;
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
.bounce {
  -moz-animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
}
nav ul li {
    list-style: none;
    display: inline-block;
    margin: 0 auto;
}

nav li a {
    display: inline-block;
    margin: 0px 20px;
    text-align: center;
    color: #FFF;
    text-decoration: none;
    transition: 0.5s;
}
nav li a:hover {
    color: #ed6b00 !important;
    text-decoration: none;
}
nav #n1 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

nav #brand {
  font-weight: 400;
  padding: 10px;
  font-size: 1.2em;
  -webkit-transition: .2s;
  transition: .2s;
}

nav #n2 {
  width: 100%;
  position: absolute;
  text-align: right;
  top: 0;
  left: 0;
  background: transparent;
  margin: 0;
  padding: 25px;
}

nav #brand:hover, nav #n2 li:hover, nav #l:hover {
  color: #f50;
}

nav #n2 li {
  list-style-type: none;
  padding: 10px;
  -webkit-transition: .2s;
  transition: .2s;
  font-size: 14px;
}

nav #lh {
  position: absolute;
  width: 100%;
  height: 100%;
  display: none;
}

nav a {
  text-decoration: none;
  color: #fff;
}

nav #c {
  display: none;
}

nav #l {
  display: none;
  float: right;
  border: 0;
  outline: none;
  background: transparent;
  color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 10px;
  -webkit-transition: .2s;
  transition: .2s;
}

nav #l .bar {
  display: block;
  width: 20px;
  height: 3px;
  background: #fff;
  border-radius: 3px;
  -webkit-transition: .2s background, .5s transform, .5s opacity;
  transition: .2s background, .5s transform, .5s opacity;
}

nav #l .bar:nth-of-type(1) {
  margin-top: 2px;
}

nav #l .bar:nth-of-type(2) {
  margin-top: 5px;
  margin-bottom: 5px;
}

nav #l .bar:nth-of-type(3) {
  margin-bottom: 2px;
}

nav #l:hover .bar {
  background: #fff;
}

@media (max-width: 1024px) {
  nav #brand {
    display: inline-block;
  }

  nav #n1 {
    width: 100%;
    background: #58534d;
  }
nav #brand:hover, nav #n2 li:hover{
  color: #f50;
    background: #fff;
}
    nav #l:hover {
    color: #f50 !important;
    background: #58534d;
}
nav #n2 li {
    display: block;
    width: 100%;
    text-align: left;
    list-style-type: square;
    position: relative;
    background: #ed6b00;
  }

  nav #n2 {
    padding-top: 72px;
    background: transparent;
    -webkit-transition: 500ms;
    transition: 500ms;
      padding-left: 0px;
    padding-right: 0px;
  }

  nav #n2 a:nth-child(2n) {
    -webkit-transform: translateX(-120%);
            transform: translateX(-120%);
  }

  nav #n2 a:nth-child(2n-1) {
    -webkit-transform: translateX(-120%);
            transform: translateX(-120%);
  }

  nav #n2 a {
    display: block;
    -webkit-transition: .5s;
    transition: .5s;
  }

  nav #l {
    display: block;
  }

  nav #c:checked + #l .bar:nth-of-type(1) {
    -webkit-transform: rotate(45deg) translate(6px, 5px);
            transform: rotate(45deg) translate(6px, 5px);
  }

  nav #c:checked + #l .bar:nth-of-type(2) {
    opacity: 0;
  }

  nav #c:checked + #l .bar:nth-of-type(3) {
    -webkit-transform: rotate(-45deg) translate(6px, -6px);
            transform: rotate(-45deg) translate(6px, -6px);
  }

  nav #c:checked + #l + #n2 {
    z-index: 1;
  }

  nav #c:checked + #l + #n2 a {
      display: block;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }

  nav #c:checked + #l + #n2 + #lh {
    display: block;
    z-index: 0;
  }
}
li{
    list-style: none;
}
.actives{
    background-color: rgb(237, 107, 0)!important;
}
.tooltips{
    position: fixed;
    top:50%;
    right: 3%;
    z-index: 999;
}
.left-tooltip{
    display: block;
    border-radius: 50%;
    background-color: rgb(179, 179, 179);
    color: #fff;
    position: relative;
    margin-bottom: 10px;
    left: 0;
    top: 0;
    width: 11px;
    height: 11px;
    z-index: 162;
}
.left-tooltip:hover{
    background-color: rgb(237, 107, 0);
}

.left-tooltip .left-tooltip-text {
    visibility: hidden;
    background-color: rgba(0, 0, 0, 0.6);
    border: solid 1px #ed6b00;
    color: #fff;
    text-align: center;
    width: 96px;
    height: 24px;
    padding: 5px;
    position: absolute;
    right: 200%;
    top: -65%;
}
.left-tooltip .left-tooltip-text::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  margin-top: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent transparent #ed6b00;
}
.top-tooltip{
    display: block;
    border-radius: 50%;
    background-color: rgb(179, 179, 179);
    color: #fff;
    position: relative;
    margin-bottom: 10px;
    left: 0;
    /*top: 0;*/
    width: 11px;
    height: 11px;
    z-index: 162;
}
.top-tooltip:hover{
    background-color: rgb(237, 107, 0);
}

.top-tooltip .top-tooltip-text {
    visibility: hidden;
    background-color: #1e1e1e;
    /* border: solid 1px #ed6b00; */
    color: #8b8b8a;
    text-align: left;
    width: 250px;
    height: auto;
    padding: 5px;
    position: absolute;
    right: -120px;
    top: -185px;
    z-index: 999;
}
.top-tooltip .top-tooltip-text::after {
  /* content: ""; */
  position: absolute;
  top: 50%;
  left: 100%;
  margin-top: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent transparent #ed6b00;
}

.margin-tooltips-p{
    margin-top: -2px;
}

.left-tooltip:hover .left-tooltip-text {
  visibility: visible;
}
.top-tooltip:hover .top-tooltip-text{
    visibility: visible !important;
}
    #avances {
        height: 100vh;
        /*background-image: url(../images/bg1-mapa.jpg);*/
        background-image: url(https://www.ocensa.com.co/PublishingImages/hablemos-gestion/Banner20220122.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }
    .logo img {
        padding-top: 10px;
        padding-left: 25px;
}
.avance {
    font-size: 50px;
    color: rgb(250, 114, 3);
    position: absolute;
    left: 10px;
    font-weight: lighter;
    top: 0px;
    z-index: 157;
}

.contenedor-text1 {
      background-color: rgb(255, 255, 255);
      position: absolute;
      left: 100px;
      top: 75%;
      width: 320px;
      height: 76px;
      z-index: 156;
}

.contenedor-text2 {
    background-image: -moz-linear-gradient( 58deg, rgb(250,114,3) 0%, rgb(250,142,3) 100%);
    background-image: -webkit-linear-gradient( 58deg, rgb(250,114,3) 0%, rgb(250,142,3) 100%);
    background-image: -ms-linear-gradient( 58deg, rgb(250,114,3) 0%, rgb(250,142,3) 100%);
    position: absolute;
    left: 100px;
    top: 85.9%;
    width: 320px;
    height: 62px;
    z-index: 158;
}

.DELPROGRAMA {
    font-size: 35px;
    color: rgb(255, 255, 255);
    text-shadow: 0px 5px 1px rgba(0, 0, 0, 0.03);
    position: absolute;
    left: 30PX;
    top: 10px;
    z-index: 159;
    font-weight: lighter;
}

.arrow-position {
    position: absolute;
    left: 50%;
    top: 85%;
}

.pointer-icon {
    position: absolute;
    width: 20px;
}

.sucre {
    top: 22%;
    right: 46.6%;
}

.cordoba {
    top: 32%;
    left: 44.6%;
}

.antioquia {
    top: 51%;
    left: 48%;
}

.santander {
    top: 54.4%;
    right: 36.4%;
}

.boyaca {
    top: 65.5%;
    right: 30.9%;
}

.casanare {
    top: 71.3%;
    right: 24%;
}

.title-noticias {
    color: #ed6b00;
    border-left: solid 2px #ed6b00;
    padding-left: 10px;
    font-size: 18px;
    margin-bottom: 10px;
}

.special-padding {
    padding: 75px !important;
}

.box-noticias {
    border: solid 1px #d9d9d9;
    padding: 10px 0px;
    background-color:#fff;
    margin-bottom: 7px;
}

.no-padding {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.titulo-principal-noticia {
  font-size: 15px;
  line-height: 1;
  text-align: left;
    font-weight: bold;
}

.contenido-noticia {
    font-size: 12px;
    line-height: 1.2;
    margin-top: -5px;
}

.btn-noticias {
  color: #fff;
  background-color: #fa7203;
  border-color: #eea236;
}
.btn-eventos {
  color: #ed6b00;
  background-color: transparent;
  border: solid 1px #ed6b00 !important;
}
.btn-noticias:focus,.btn-noticias:hover,
.btn-noticias.focus {
  color: #fff !important;
  background-color: #e56803;
  border-color: #985f0d;
}
.btn-eventos:focus,.btn-eventos:hover,
.btn-eventos.focus {
  color: #fff !important;
  background-color: #ed6b00;
  border-color: #ed6b00;
}

#section2 {
    height:100vh;
    background-color:#fcfcfc;
}

#section3 {
    height:70vh;
    background-image:url(../images/section-3.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.title-eventos {
    color:#fff;
    font-size: 20px;
    text-align: center;
}
.title-videos {
    color:#8a8a8a;
    font-size: 20px;
    text-align: center;
}
.title-eventos:after {
    content: url(../images/icon-eventos.png);
    display: block;
    margin-top: -12px
}
.title-videos:after {
    content: url(../images/icon-eventos.png);
    display: block;
    margin-top: -12px
}



.tooltips-eventos {
    color:#FFF;
    padding-bottom: 20px;
}
.tooltips-eventos-before {
    display: block;
    background-image: url(../images/pointer-eventos.png);
    width: 43px;
    height: 69px;
    margin: auto;
    position: relative;
    margin-bottom: 10px;
}
.tooltips-eventos-after {
    display: block;
    border: solid 1px #ed6b00;
    background-color: transparent;
    border-radius: 50%;
    margin: auto;
    width: 20px;
    height: 20px;
}

.date-eventos {
    font-size: 12px;
    margin-top: -10px;
}

.tooltips-eventos-after:hover  {
    display: block;
    border: solid 1px #fff;
    background-color: #ed6b00;
    border-radius: 50%;
    position: relative;
    width: 20px;
    height: 20px;
}

.sub-title-eventos {
    font-size: 12px;
    display: block;
}

.tooltips-eventos-hover:hover .top-tooltip-text  {
    visibility: visible;
}
.tooltips-eventos-hover:hover .date-eventos  {
    color: #ed6b00;
}
.tooltips-eventos-hover:hover .tooltips-eventos-after {
    display: block;
    border: solid 1px #fff;
    background-color: #ed6b00;
    border-radius: 50%;
    width: 20px;
    height: 20px;
}

.lineas-eventos {
    padding-top: 82%;
    
}

.title-content-videos {
    font-size: 15px;
    margin: 10px 0px;
    color: rgb(108, 108, 108);
    text-align: left;
        font-weight: bold;
}

.content-videos {
  color: rgb(139, 139, 138);
  line-height: 1.2;
  text-align: left;
}

#section4 {
    height:80vh;
}


.tabs-below > .nav-tabs,
.tabs-right > .nav-tabs,
.tabs-left > .nav-tabs {
  border-bottom: 0;
}

.tab-content > .tab-pane,
.pill-content > .pill-pane {
  display: none;
}

.tab-content > .active,
.pill-content > .active {
  display: block;
}

.tabs-below > .nav-tabs {
  border-top: 1px solid #ddd;
}

.tabs-below > .nav-tabs > li {
  margin-top: -1px;
  margin-bottom: 0;
}

.tabs-below > .nav-tabs > li > a {
  -webkit-border-radius: 0 0 4px 4px;
     -moz-border-radius: 0 0 4px 4px;
          border-radius: 0 0 4px 4px;
}

.tabs-below > .nav-tabs > li > a:hover,
.tabs-below > .nav-tabs > li > a:focus {
  border-top-color: #ddd;
  border-bottom-color: transparent;
}

.tabs-below > .nav-tabs > .active > a,
.tabs-below > .nav-tabs > .active > a:hover,
.tabs-below > .nav-tabs > .active > a:focus {
  border-color: transparent #ddd #ddd #ddd;
}

.tabs-left > .nav-tabs > li,
.tabs-right > .nav-tabs > li {
  float: none;
}

.tabs-left > .nav-tabs > li > a,
.tabs-right > .nav-tabs > li > a {
  min-width: 74px;
  margin-right: 0;
  margin-bottom: 3px;
}

.tabs-left > .nav-tabs {
  float: left;
  /* margin-right: 19px; */
  border-right: 1px solid #ddd;
  padding: 0px;
}

.tabs-left > .nav-tabs > li > a {
  margin-right: -1px;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
  border-bottom: solid 1px #dcdcdc;
  border-radius: 0;
}

.tabs-left > .nav-tabs > li > a:hover,
.tabs-left > .nav-tabs > li > a:focus {
  border-color: #eeeeee #dddddd #eeeeee #eeeeee;
}

.tabs-left > .nav-tabs .active > a,
.tabs-left > .nav-tabs .active > a:hover,
.tabs-left > .nav-tabs .active > a:focus {
  
  *
  
border-right-color: #ffffff;
  
background-color: #fa7203;
  
border: 0;
  
color: #fff;
}

.tab-content {
    padding-top: 10px;
}

.footer {
    background-color:#f2f2f2;
    padding: 30px;
}

.scroll-noticias {
    overflow-y: auto;
    height: 500px;
    max-height: 500px;
}

.padding-text-tabs {
    padding-top: 10px;
}

.nav-padding {
    padding-top: 30px;
    font-size: 12px;
}

.points {
    height: 100vh;
    /* position: relative; */
    margin: -10px -15px -10px -15px;
    padding: 0;
    z-index: 0;
}

.lightbox-scroll {
    height:250px;
    max-height:250px;
    overflow:hidden;
    padding-top: 20px;
}
.lightbox-scroll:hover {
    height:250px;
    max-height:250px;
    overflow-y:auto;
}


.tres-tabs {
    width: 33%;
    text-align: center;
}

.cuatro-tabs {
    width: 25%;
    text-align: center;
}
.noticias-scroll {
    height: 481px;
    max-height: 481px;
    overflow: hidden;
}
.noticias-scroll:hover {
    height:481px;
    max-height:481px;
    overflow-y:auto;
}
@media screen and (min-width: 320px) and (max-width: 1024px){
    #section2 {
    height: auto;
    background-color:#fcfcfc;
}
    #section3 {
    height: auto;
    background-image:url(../images/section-3.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
    #section4 {
    height: auto;
}
    .logo img {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 25px;
    width: 170px !important;
    float: left;
}
    .contenedor-text1 {
    background-color: rgb(255, 255, 255);
    position: absolute;
    left: 0px;
    top: 75%;
    width: 230px;
    height: 60px;
    z-index: 156;
}
    .avance {
    font-size: 36px;
    color: rgb(250, 114, 3);
    position: absolute;
    left: 10px;
    font-weight: lighter;
    top: 0px;
    z-index: 157;
}
    .contenedor-text2 {
    background-image: -moz-linear-gradient( 58deg, rgb(250,114,3) 0%, rgb(250,142,3) 100%);
    background-image: -webkit-linear-gradient( 58deg, rgb(250,114,3) 0%, rgb(250,142,3) 100%);
    background-image: -ms-linear-gradient( 58deg, rgb(250,114,3) 0%, rgb(250,142,3) 100%);
    position: absolute;
    left: 0px;
    top: 85%;
    width: 230px;
    height: 50px;
    z-index: 158;
}
    .DELPROGRAMA {
    font-size: 24px;
    color: rgb(255, 255, 255);
    text-shadow: 0px 5px 1px rgba(0, 0, 0, 0.03);
    position: absolute;
    left: 30PX;
    top: 10px;
    z-index: 159;
    font-weight: lighter;
}
    .special-padding {
    padding: 20px !important;
}
    .mobile-no{
        display: none !important;
    }
}