/*_____ styles/css/blue/scrollTopArrow.css*/
.pi-scroll-top-arrow {
  position: fixed;
  bottom: -55px;
  right: 50px;
  z-index: 1000;
  width: 50px;
  height: 50px;
  line-height: 48px;
  border: 1px solid transparent;
  border-radius: 3px;
  font-size: 18px;
  font-family: fontello;
  text-align: center;
  cursor: pointer;
  opacity: 0;
  -webkit-transition: all 0.1s ease-in-out 0s;
  -moz-transition: all 0.1s ease-in-out 0s;
  -ms-transition: all 0.1s ease-in-out 0s;
  -o-transition: all 0.1s ease-in-out 0s;
  transition: all 0.1s ease-in-out 0s;
}

/*.pi-scroll-top-arrow:after {
    content: '\e8c5';
  }*/
.pi-scroll-top-arrow.pi-active {
  bottom: 40px;
  opacity: 1;
}

.pi-scroll-top-arrow.pi-active.pi-scroll-top-arrow-footer {
  bottom: 80px;
}

@media (max-width: 992px) {
  .pi-scroll-top-arrow {
    right: 30px;
  }
}

@media (max-width: 768px) {
  .pi-scroll-top-arrow {
    right: 20px;
  }
}

.pi-scroll-top-arrow {
  border-color: rgba(255, 255, 255, 0.5);
  background: rgba(0, 91, 202, 0.8);
  color: rgba(250, 250, 250, 0.5);
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.pi-scroll-top-arrow:hover {
  border-color: rgba(255, 255, 255, 1);
  background: rgba(65, 151, 255, 0.5);
  border-width: 2px;
  color: #ffffff;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.pi-scroll-top-arrow:after {
  color: #FFF;
  font-weight: bold;
}


.pi-section-white {
  color: #666e70;
}



/* Panel flotante */
.panel-flotante {
  max-width: 60px;
  background-color: #FFF;
  position: fixed;
  bottom: 0;
  right: 0;
  padding-top: 5px;
  border-radius: 5px;
}

.panel-flotante .col-md-2 {
  position: relative;
}

.panel-flotante .col-md-2:before {
  content: '';
  height: 30px;
  border-left: 1px solid #FFF;
  position: absolute;
  left: 0;
  top: 0;
  margin-right: 2px;

}

.panel-flotante .col-md-2:last-child::before {
  content: '';
  height: 30px;
  border-left: 1px solid #005BCA;
  position: absolute;
  left: 0;
  top: 0;
  margin-right: 2px;
}

.pi-img-center {
  margin-left: auto;
  margin-right: auto;
}


.pi-img-w {
  margin-bottom: 20px;
  position: relative;
}

.pi-img-left {
  float: left;
  margin-right: 25px;
}

.pi-img-right {
  float: right;
  margin-left: 25px;
}

.pi-img-center {
  margin-left: auto;
  margin-right: auto;
}

.pi-img-w img {
  display: inline-block;
  position: relative;
  z-index: 1;
  width: 100%;
}

.pi-gallery .pi-gallery-item img, .pi-img-w img {
  height: auto !Important;
}








/* NEW BUTTONS */

/*------------------------------------
  $Sprites
 ------------------------------------*/
.block--gov-accessibility {
  position: fixed;
  right: 0;
  bottom: 0;
  top: 30vh;
  width: 50px !important;
  border-radius: 5px 0 0 5px;
  z-index: 3;
}

.block--gov-accessibility .active {
  width: auto !important;
}

.block--gov-accessibility div.images {
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 8px 0 !important;
  background-color: #004884;
  border-radius: 12px;
  border: 2px solid white;
}

.block--gov-accessibility div.images a {
  margin: 5px 0;
  text-align: center;
  padding: 3px 2px;
}

.block--gov-accessibility div.images a .image-icon div {
  cursor: pointer;
  margin: 0 auto;
  position: relative;
  height: 26px;
  width: 27px;
  background-image: url("../css/images/spr-govco.png") !important;
  background-repeat: no-repeat;
}

.block--gov-accessibility div.images a .image-icon #contraste {
  background-position: 0px -180px;
}

.block--gov-accessibility div.images a .image-icon #menos {
  background-position: 0px -206px;
}

.block--gov-accessibility div.images a .image-icon #mas {
  background-position: 0px -232px;
}

.block--gov-accessibility div.images a .image-icon #relevo {
  background-position: 0px -258px;
}

.block--gov-accessibility div.images a label {
  display: none;
  color: white;
  font-family: WorkSans !important;
  font-size: 0.8rem;
  margin-left: 30px;
}

.block--gov-accessibility div.images a:hover {
  transform: translateX(-150px);
  background-color: #3366CC;
  width: 250px;
  text-align: left;
  padding: 5px;
  border-radius: 10px;
  transition: all 0.4s ease-in-out;
}

.block--gov-accessibility div.images a:hover .image-icon div {
  margin: 0 auto;
  position: absolute;
}

.block--gov-accessibility div.images a:hover label {
  display: inline-block !important;
}






/* Slider Empresas Gobierno */

.img-thumbnail-interes {
  display: inline-block;
  max-width: 100%;
  height: auto;
  padding: 17px;
  /*margin-top: 10px;*/
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

/* Slider Main */

.main-slide-eiti {
  background-color: rgba(19, 40, 86, 0.84);
  padding: 10px;
}

.main-letter-eiti {
  color: #ffffff;
}




/* Titulo Slider */

.field-content a {
  color: #fff;
  line-height: 1.9;
  font-size: 17px;
}


.owl-carousel .views-field.views-field-title {
  background: #132856;
  text-align: center;
  min-height: 50px;
  padding-top: 13px;
  padding-bottom: 10px;
}




/* Indicadores */



/* inicio estilos modulo indicadores*/

@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/material_icons/MaterialIcons-Regular.eot);
  /* For IE6-8 */
  src: local('Material Icons'),
    local('MaterialIcons-Regular'),
    url(../fonts/material_icons/MaterialIcons-Regular.woff2) format('woff2'),
    url(../fonts/material_icons/MaterialIcons-Regular.woff) format('woff'),
    url(../fonts/material_icons/MaterialIcons-Regular.ttf) format('truetype');
}

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  width: 3rem;

  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;

  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;

  /* Support for IE. */
  font-feature-settings: 'liga';
}

.indicadores-home {
  font-family: 'Roboto', sans-serif;
  margin-left: 0px;
}

.indicador_1, .indicador_2, .indicador_3, .indicador_4 {
  border-right: #c5c5c5 1px solid;
}

.indicador_1 {
  width: 20%;
  float: left;
}

.indicador_2 {
  width: 20%;
  float: left;
}

.indicador_3 {
  width: 20%;
  float: left;
}

.indicador_4 {
  width: 20%;
  float: left;
}

.indicador_5 {
  width: 20%;
  float: left;
}

.indicador-content {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.indi-num_cent {
  text-align: center;
  width: -webkit-fill-available;
}

.indi-graf {
  margin: 0;
}

.indi-name, .indi-name_s {}

.icon-home {
  color: #4d1726;
  font-weight: bold;
  float: left;
  margin-right: 6px;
}

.indi-num {
  float: left;
  margin-right: 0px;
}

.indi-num h2 {

  color: #c8085a;
  line-height: 12px;
  margin: 0;
}

.indi-num p, .indi-num_cent p {
  font-size: 1rem;
  font-weight: 400;
  color: #515151;
  margin: 6px 0px;
  line-height: 2rem;
}

.indicador_5>.indi-num {
  margin: -15px 0;
  width: -webkit-fill-available;
}

.indi-name, .indi-name_s {
  float: left;
  margin: 0 1rem;
}

.indi-name h1, .indi-name_s h1 {
  /*margin: -10px 0;*/
  margin: -10px 0px 0px 0px;
  line-height: 2rem;
}

.indi-name h1 a, .indi-name_s h1 a {
  font-weight: 900;
  color: #132856;
  line-height: 12px;
  font-family: 'Roboto', sans-serif;
}

.indi-name h1 a:hover, .indi-name_s h1 a:hover, .indi-name p a:hover {
  text-decoration: underline;
}

.indi-name h1 a {
  font-size: 1.8rem;
  line-height: 1.7rem;
}

.indi-name_s h1 {
  font-size: 1.4rem;
}

.indi-name p a {
  font-size: 1.2rem;
  font-weight: 700;
  color: #515151;
  margin: 7px 0px;
  line-height: 16px;
  font-family: 'Roboto', sans-serif;
}

@media (max-width: 1366px) {
  .indicador_1, .indicador_2, .indicador_3, .indicador_4, .indicador_5 {
    width: 19%;
  }

  .indicador_4, .indicador_5 {
    padding-top: 10px;
  }

  .indi-name, .indi-name_s {
    text-align: center;
  }

  .icon-home {
    display: none;
  }

  .indicador_1, .indicador_2, .indicador_3, .indicador_4 {
    margin-right: 1em;
  }

  .indi-name, .indi-name_s {
    margin: 0;
  }

  .indicador_5>.indi-num {
    margin: 0;
  }
}

@media (max-width: 1199px) {
  .indi-graf {
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .indi-name, .indi-name_s {
    margin: 5px auto 0 auto;
    text-align: center;
  }

  .indi-name_s h1 {
    font-size: 14px;
  }

  .indi-name h1, .indi-name_s h1 {
    line-height: 15px;
  }

  .indicador_4>.indi-num_cent {
    padding-bottom: 2px;
  }

  .indicador_5>.icon-home {
    width: 15%;
    margin-top: 10px;
  }

  .indicador_5>.indi-name {
    width: 75%;
    margin: 5px -15px 0 -15px;
  }

  .indicador_5>.indi-num {
    margin-top: -2px;
    width: 100%;
    margin-right: 0;
  }

  .indi-name p {
    margin: 0 0 4px 0;
    line-height: 12px;
  }

  .indicadores-home {
    margin-left: 0%;
  }

}


@media (max-width: 1039px) {
  .indicador_1, .indicador_2, .indicador_3, .indicador_4, .indicador_5 {
    width: 18%;
  }
}



@media (max-width: 991px) {
  .indicador_5>.indi-name {
    margin: 5px -5px 0 -5px;
  }

  .indi-name h1, .indi-name_s h1 {
    font-size: 13px;
    line-height: 14px;
  }

  .indi-name p {
    line-height: 1.2rem;
  }

  .imaHomeRow {
    display: block;
  }
}

@media (max-width: 680px) {
  .indicador_1>a>.indicador-content>.indi-name {
    padding-bottom: 11px;
  }

  .indicador_1, .indicador_2, .indicador_3 {
    width: 30%;
  }

  .indicador_4, .indicador_5 {
    width: 48%;
    margin-top: 3rem;
  }
}

@media (max-width: 649px) {
  .indicador_1, .indicador_2, .indicador_3 {
    width: 30%;
  }

  .indicador_4, .indicador_5 {
    width: 48%;
    margin-top: 3rem;
  }

  .indi-name_s h1 {
    font-size: 12px;
    line-height: 13px;
  }

  .indicador_1>.indi-name {
    padding-bottom: 8px;
  }

  .indicador_3>.indi-name_s {
    padding-bottom: 8px;
  }

  .indicador_4>.indi-num_cent {
    padding-bottom: 9px;
  }

  .indicador_5>.indi-name {
    margin: 5px -10px 0 -10px;
  }

}

@media (max-width: 558px) {
  .indicador_1, .indicador_2, .indicador_3 {
    width: 29%;
  }

  .indicador_4, .indicador_5 {
    width: 48%;
    margin-top: 3rem;
  }

  .indicador_1, .indicador_2, .indicador_3 {
    margin-bottom: 15px;
  }

  .indicador_5>.icon-home {
    width: 10%;
  }

  .indicador_5>.indi-name {
    width: 90%;
    margin: 5px -40px 0 -40px;
  }

  .indicador_1>.indi-name {
    padding-bottom: 0px;
  }

  .indicador_3>.indi-name_s {
    padding-bottom: 0px;
  }

  .indi-name h1, .indi-name_s h1 {
    font-size: 15px;
    line-height: 16px;
  }

  .indicador_5>a>.indicador-content>.indi-num {
    margin-top: -15px;
  }
}

@media (max-width: 430px) {
  .indicador_5>.indi-name {
    margin: 5px -20px 0 -20px;
  }
}

@media (max-width: 370px) {
  .indicador_5>.indi-name {
    margin: 5px -5px 0 -5px;
  }

  .indi-name h1, .indi-name_s h1 {
    font-size: 14px;
    line-height: 15px;
  }
}

/* fin estilos modulo indicadores*/
/*FIN ESTILOS REDISEÑO HOME 2019*/






/* ESTILOS INFORME 2017 */



/* ESTILOS EY INFORME 2017*/

.eiti-container {
  color: #666;
  font-family: 'open_sansregular', sans-serif;
  font-size: 14px;
  /*margin-bottom: 50px;*/
}

.eiti-container p {
  font-family: 'open_sansregular', sans-serif;
  font-size: 14px;
  line-height: 1.5;
  /*margin: 0 0 30px;*/
}

.eiti-container h1,
.eiti-container h2,
.eiti-container h3,
.eiti-container h4,
.eiti-container h5,
.eiti-container h6 {
  font-family: 'open_sansregular', sans-serif;
}

.eiti-container h2 {
  border-bottom: 1px solid #165b89;
  color: #165b89;
  font-family: 'open_sansbold', sans-serif !important;
  font-size: 2em;
  font-weight: bold !important;
  line-height: 1.5;
  margin: 25px 0px 30px 0px;
  text-align: left;
}


.eiti-container h3 {
  color: #165b89;
  font-family: 'open_sanslight', sans-serif;
  font-size: 1.5em;
  font-weight: lighter;
  padding: 15px 0;
  text-align: left;
}

.eiti-container h4 {
  background: #165b89;
  color: #fff;
  font-family: 'open_sanslight', sans-serif;
  font-size: 1.5em;
  font-weight: lighter;
  padding: .5em;
  text-align: center;
}

.eiti-container h5 {
  color: #165b89;
  font-family: 'open_sanssemibold', sans-serif;
  font-size: 1em;
  font-weight: bold;
  line-height: 1.2;
}

.eiti-container h5 a {
  color: #165b89;
}

.eiti-container ol {
  list-style: lower-latin;
}

.eiti-container li {
  font-family: 'open_sansregular', sans-serif;
}

.eiti-container p.small {
  font-size: small;
  line-height: 1.2;
}

.eiti-container span {
  font-family: 'open_sansbold', sans-serif;
  font-weight: bold;
}

.eiti-container strong {
  font-family: 'open_sansbold', sans-serif;
  color: #165b89;
  font-weight: bold;
}

.eiti-container b {
  font-family: 'open_sansbold', sans-serif;
  font-weight: bold;
}

.eiti-logos {
  border-bottom: 1px solid #00AFD7;
  display: inline-block;
  margin-bottom: 15px;
  width: 100%;
}

.eiti-texts {
  display: inline-block;
  padding-bottom: 30px;
}

.eiti-container table {
  /*border-collapse: collapse;
  font-size: 0.75em;
  margin: 30px 0;
  width: 100%;*/
}

.eiti-container th {
  background: #00AFD7;
  color: white;
  font-family: 'open_sansbold', sans-serif;
  text-align: center !important;
}

.eiti-container tr {
  vertical-align: top;
}

.eiti-container tr:nth-of-type(odd) {
  background: #ebf9fc;
}

.eiti-container th, td {
  border: 1px solid #eee;
  padding: 10px;
  text-align: left;
}

.eiti-container tfoot td {
  background: #00AFD7;
  color: #fff;
}

.eiti-container .numeral {
  list-style: decimal;
}

.eiti-container blockquote {
  background: #eee;
  border: none;
  font-size: 1em;
  margin: 30px;
  padding: 30px;
}

.eiti-container img {
  vertical-align: middle;
  width: 80%;
  margin-bottom: 15px;
}

/* ============================== Featured ============================== */
.eiti-featured {
  position: relative;
  width: 100%;
}

.eiti-featured p {
  color: #fff;
  font-size: small;
  margin: 1em;
  text-align: center;
}

.eiti-hexagon-1 {
  background-color: #0091cd;
  height: 173.21px;
  margin: 86.60px 0;
  position: relative;
  width: 300px;
}

.eiti-hexagon-1:before,
.eiti-hexagon-1:after {
  border-left: 150px solid transparent;
  border-right: 150px solid transparent;
  content: "";
  position: absolute;
  width: 0;
}

.eiti-hexagon-1:before {
  border-bottom: 86.60px solid #0091cd;
  bottom: 100%;
}

.eiti-hexagon-1:after {
  border-top: 86.60px solid #0091cd;
  top: 100%;
  width: 0;
}

.eiti-hexagon-2 {
  background-color: #4BB9B4;
  height: 103.92px;
  left: 0;
  margin: 51.96px 0;
  opacity: .75;
  position: absolute;
  top: 13em;
  transition: all .3s ease;
  width: 180px;
}

.eiti-hexagon-2:before,
.eiti-hexagon-2:after {
  border-left: 90px solid transparent;
  border-right: 90px solid transparent;
  content: "";
  position: absolute;
  width: 0;
}

.eiti-hexagon-2:before {
  border-bottom: 51.96px solid #4BB9B4;
  bottom: 100%;
}

.eiti-hexagon-2:after {
  border-top: 51.96px solid #4BB9B4;
  top: 100%;
  width: 0;
}

.eiti-hexagon-3 {
  background-color: #e0ffa4;
  height: 46.19px;
  left: -3em;
  margin: 23.09px 0;
  opacity: .75;
  position: absolute;
  top: 13em;
  transition: all .3s ease;
  width: 80px;
}

.eiti-hexagon-3:before,
.eiti-hexagon-3:after {
  border-left: 40px solid transparent;
  border-right: 40px solid transparent;
  content: "";
  position: absolute;
  width: 0;
}

.eiti-hexagon-3:before {
  border-bottom: 23.09px solid #e0ffa4;
  bottom: 100%;
}

.eiti-hexagon-3:after {
  border-top: 23.09px solid #e0ffa4;
  top: 100%;
  width: 0;
}

.eiti-hexp:hover .eiti-hexagon-1 {
  left: 5px
}

.eiti-hexp:hover .eiti-hexagon-2 {
  top: 248px;
  left: 121px;
}

.eiti-hexp:hover .eiti-hexagon-3 {
  top: 268px;
  left: 33px;
}


/* ============================== Table Infographics ============================== */

table.eiti-infographic {
  border-collapse: collapse;
  margin: 0;
  text-align: center;
  width: 100%;
}

table.eiti-infographic td,
table.eiti-infographic th {
  border: 1px solid #FFFFFF;
  padding: 5px;
}

table.eiti-infographic tbody td {
  font-size: 14px;
}

table.eiti-infographic td:nth-child(even) {
  background: #fff;
}

table.eiti-infographic thead th:first-child {
  border-left: none;
}

table.eiti-infographic tr:nth-of-type(odd) {
  background: #fff;
}

/* ============================== Table Enterprises ============================== */

.eiti-green {
  background-color: #B9D15E;
  border: 1px solid #fff;
}

.eiti-yellow {
  background-color: #FFE117;
  border: 1px solid #fff;
}

.eiti-btn-primary {
  background-color: #B9D15E;
  border-color: #fff;
  border-radius: 0;
  margin: 15px 0;
}

.eiti-btn-secondary {
  background-color: #FFE117;
  border-color: #fff;
  border-radius: 0;
  margin: 15px 0;
}

/* ============================== Table with 2 equal-width columns ============================== */

.eiti-table-cols-2 {
  table-layout: fixed;
  width: 100%;
}

.eiti-table-cols-2 td {
  word-wrap: break-word;
  width: 50%;
}

/* ============================== Table with 3 equal-width columns ============================== */

.eiti-table-cols-3 {
  table-layout: fixed;
  width: 100%;
}

.eiti-table-cols-3 td {
  word-wrap: break-word;
  width: 33.33%;
}

/* ============================== Table with 4 equal-width columns ============================== */

.eiti-table-cols-4 {
  table-layout: fixed;
  width: 100%;
}

.eiti-table-cols-4 td {
  word-wrap: break-word;
  width: 25%;
}

/* ============================== Table with 8 equal-width columns ============================== */

.eiti-table-cols-8 {
  table-layout: fixed;
  width: 100%;
}

.eiti-table-cols-8 td {
  word-wrap: break-word;
  width: 12.5%;
}

/* ============================== Slider Before/After ============================== */

.twentytwenty-horizontal .twentytwenty-handle:before, .twentytwenty-horizontal .twentytwenty-handle:after, .twentytwenty-vertical .twentytwenty-handle:before, .twentytwenty-vertical .twentytwenty-handle:after {
  background: white;
  content: " ";
  display: block;
  position: absolute;
  z-index: 30;
  -webkit-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
}

.twentytwenty-horizontal .twentytwenty-handle:before, .twentytwenty-horizontal .twentytwenty-handle:after {
  left: 50%;
  height: 9999px;
  margin-left: -1.5px;
  width: 3px;
}

.twentytwenty-vertical .twentytwenty-handle:before, .twentytwenty-vertical .twentytwenty-handle:after {
  height: 3px;
  margin-top: -1.5px;
  top: 50%;
  width: 9999px;
}

.twentytwenty-before-label, .twentytwenty-after-label, .twentytwenty-overlay {
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
}

.twentytwenty-before-label, .twentytwenty-after-label, .twentytwenty-overlay {
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

.twentytwenty-before-label, .twentytwenty-after-label {
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  transition-property: opacity;
}

.twentytwenty-before-label:before, .twentytwenty-after-label:before {
  color: white;
  font-size: 13px;
  letter-spacing: 0.1em;
}

.twentytwenty-before-label:before, .twentytwenty-after-label:before {
  background: rgba(255, 255, 255, 0.2);
  line-height: 38px;
  padding: 0 20px;
  position: absolute;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

.twentytwenty-horizontal .twentytwenty-before-label:before, .twentytwenty-horizontal .twentytwenty-after-label:before {
  margin-top: -19px;
  top: 50%;
}

.twentytwenty-vertical .twentytwenty-before-label:before, .twentytwenty-vertical .twentytwenty-after-label:before {
  left: 50%;
  margin-left: -45px;
  text-align: center;
  width: 90px;
}

.twentytwenty-left-arrow, .twentytwenty-right-arrow, .twentytwenty-up-arrow, .twentytwenty-down-arrow {
  border: 6px inset transparent;
  height: 0;
  position: absolute;
  width: 0;
}

.twentytwenty-left-arrow, .twentytwenty-right-arrow {
  margin-top: -6px;
  top: 50%;
}

.twentytwenty-up-arrow, .twentytwenty-down-arrow {
  left: 50%;
  margin-left: -6px;
}

.twentytwenty-container {
  overflow: hidden;
  z-index: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
}

.twentytwenty-container img {
  display: block;
  max-width: 100%;
  position: absolute;
  top: 0;
}

.twentytwenty-container.active .twentytwenty-overlay, .twentytwenty-container.active :hover.twentytwenty-overlay {
  background: rgba(0, 0, 0, 0);
}

.twentytwenty-container.active .twentytwenty-overlay .twentytwenty-before-label,
.twentytwenty-container.active .twentytwenty-overlay .twentytwenty-after-label, .twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-before-label,
.twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-after-label {
  opacity: 0;
}

.twentytwenty-container * {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.twentytwenty-before-label {
  opacity: 0;
}

.twentytwenty-before-label:before {
  content: attr(data-content);
}

.twentytwenty-after-label {
  opacity: 0;
}

.twentytwenty-after-label:before {
  content: attr(data-content);
}

.twentytwenty-horizontal .twentytwenty-before-label:before {
  left: 10px;
}

.twentytwenty-horizontal .twentytwenty-after-label:before {
  right: 10px;
}

.twentytwenty-vertical .twentytwenty-before-label:before {
  top: 10px;
}

.twentytwenty-vertical .twentytwenty-after-label:before {
  bottom: 10px;
}

.twentytwenty-overlay {
  -webkit-transition-property: background;
  -moz-transition-property: background;
  transition-property: background;
  background: rgba(0, 0, 0, 0);
  z-index: 25;
}

.twentytwenty-overlay:hover {
  background: rgba(0, 0, 0, 0.5);
}

.twentytwenty-overlay:hover .twentytwenty-after-label {
  opacity: 1;
}

.twentytwenty-overlay:hover .twentytwenty-before-label {
  opacity: 1;
}

.twentytwenty-before {
  z-index: 20;
}

.twentytwenty-after {
  z-index: 10;
}

.twentytwenty-handle {
  border: 3px solid white;
  cursor: pointer;
  height: 38px;
  left: 50%;
  margin-left: -22px;
  margin-top: -22px;
  position: absolute;
  top: 50%;
  width: 38px;
  z-index: 40;
  -webkit-border-radius: 1000px;
  -moz-border-radius: 1000px;
  border-radius: 1000px;
  -webkit-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
}

.twentytwenty-horizontal .twentytwenty-handle:before {
  bottom: 50%;
  margin-bottom: 22px;
  -webkit-box-shadow: 0 3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: 0 3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 0 3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
}

.twentytwenty-horizontal .twentytwenty-handle:after {
  top: 50%;
  margin-top: 22px;
  -webkit-box-shadow: 0 -3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: 0 -3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 0 -3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
}

.twentytwenty-vertical .twentytwenty-handle:before {
  left: 50%;
  margin-left: 22px;
  -webkit-box-shadow: 3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: 3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
}

.twentytwenty-vertical .twentytwenty-handle:after {
  margin-right: 22px;
  right: 50%;
  -webkit-box-shadow: -3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: -3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: -3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
}

.twentytwenty-left-arrow {
  border-right: 6px solid white;
  left: 50%;
  margin-left: -17px;
}

.twentytwenty-right-arrow {
  border-left: 6px solid white;
  right: 50%;
  margin-right: -17px;
}

.twentytwenty-up-arrow {
  border-bottom: 6px solid white;
  top: 50%;
  margin-top: -17px;
}

.twentytwenty-down-arrow {
  border-top: 6px solid white;
  bottom: 50%;
  margin-bottom: -17px;
}

/* ============================== Timeline ============================== */

.body-wrap {
  background-color: #fff;
  min-height: 500px;
  margin: 0 auto;
  font-size: 12px;
}

.pres-timeline {
  font-family: 'open_sansregular', sans-serif;
  font-size: 12px;
  color: #666;
  width: 100%;
  margin: 30px 0;
}

.pres-timeline>div>div {
  padding: 1em 0;
  box-sizing: border-box;
}

.pres-timeline .periods-container, .pres-timeline .cards-container {
  overflow: hidden;
  box-sizing: border-box;
  position: relative;
  min-height: 100px;
  transition: height 0.5s ease-in-out;
  background-color: #FFF;
}

.periods-container:before {
  background-image: linear-gradient(left, #FFF, rgba(248, 248, 248, 0));
  left: 0;
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  height: 100%;
  width: 100px;
}

.periods-container:after {
  background-image: linear-gradient(right, #FFF, rgba(248, 248, 248, 0));
  right: 0;
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  height: 100%;
  width: 100px;
}

.periods-container .btn-back, .periods-container .btn-next {
  display: inline-block;
  width: 15%;
  height: 100%;
  position: absolute;
  cursor: pointer;
  z-index: 10;
  transition: 0.3s ease-in-out;
}

.periods-container .btn-back:hover, .periods-container .btn-next:hover {
  background-color: rgba(0, 0, 0, 0.05);
}

.periods-container .btn-back.hide, .periods-container .btn-next.hide {
  display: none;
}

.periods-container .btn-back {
  left: 0;
}

.periods-container .btn-next {
  right: 0;
}

.periods-container section {
  width: 70%;
  height: 0;
  position: absolute;
  margin-left: 15%;
  border-bottom: 5px solid #dfe3e6;
  padding: 1.5em;
  box-sizing: border-box;
  transition: opacity 0.2s ease, height 0.3s ease, -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, opacity 0.2s ease, height 0.3s ease;
  transition: transform 0.3s ease-in-out, opacity 0.2s ease, height 0.3s ease, -webkit-transform 0.3s ease-in-out;
  bottom: 0;
  opacity: 0;
  background-color: #fff;
}

.periods-container section.active {
  height: auto;
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  z-index: 5;
}

.periods-container section.active .title, .periods-container section.active p {
  display: block;
}

.periods-container section.prev {
  height: auto;
  opacity: 0.4;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  z-index: 0;
}

.periods-container section.prev .year {
  text-align: right;
}

.periods-container section.next {
  height: auto;
  opacity: 0.4;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  z-index: 0;
}

.periods-container section .year {
  font-size: 3em;
  font-weight: 900;
  padding: 15px 0;
}

.periods-container section .title {
  color: #4A4A4A;
  font-size: 3em;
  font-weight: 900;
  display: none;
}

.periods-container section p {
  display: none;
}

.timeline-container {
  position: relative;
  width: 100%;
  height: 50px;
  overflow: hidden;
}

.timeline-container:before {
  background-image: linear-gradient(left, #FFF, rgba(248, 248, 248, 0));
  left: 0;
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  height: 100%;
  width: 100px;
}

.timeline-container:after {
  background-image: linear-gradient(right, #FFF, rgba(248, 248, 248, 0));
  right: 0;
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  height: 100%;
  width: 100px;
}

.timeline-container .timeline {
  position: absolute;
  display: block;
  height: 50px;
  transition: left 0.3s ease-in-out;
}

.timeline-container .timeline ol {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #dfe3e6;
  list-style: none;
  padding-left: 210px;
  padding-right: 300px;
}

.timeline-container .timeline ol li {
  display: inline-block;
  padding: 5px;
  margin-top: -11px;
  margin-left: 80px;
  border-radius: 50%;
  border: 3px solid #7f9298;
  background-color: #FFF;
  position: relative;
  cursor: pointer;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.timeline-container .timeline ol li.active {
  box-shadow: none;
}

.timeline-container .timeline ol li.active:before {
  content: "";
  display: block;
  height: 25px;
  width: 1px;
  position: absolute;
  top: -25px;
  transition: opacity 0.3s ease-in-out;
}

.timeline-container .timeline ol li.active:after {
  content: "";
  display: block;
  height: 25px;
  width: 1px;
  position: absolute;
  bottom: -25px;
  transition: opacity 0.3s ease-in-out;
}

.timeline-container .btn-back, .timeline-container .btn-next {
  display: inline-block;
  position: absolute;
  cursor: pointer;
  margin-top: -2px;
  z-index: 11;
  transition: all 0.3s ease;
}

.timeline-container .btn-back.hide, .timeline-container .btn-next.hide {
  display: none;
}

.timeline-container .btn-back:hover, .timeline-container .btn-next:hover {
  border-color: #7f9298;
}

.timeline-container .btn-back {
  left: 1em;
}

.timeline-container .btn-next {
  right: 1em;
}

.cards-container:before {
  background-image: linear-gradient(left, #FFF, rgba(248, 248, 248, 0));
  left: 0;
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  height: 100%;
  width: 100px;
}

.cards-container:after {
  background-image: linear-gradient(right, #FFF, rgba(248, 248, 248, 0));
  right: 0;
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  height: 100%;
  width: 100px;
}

.cards-container section {
  width: 70%;
  position: absolute;
  margin-left: 15%;
  margin-bottom: 2em;
  border: 1px solid #f5f7f6;
  padding: 1.5em;
  box-sizing: border-box;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  top: 0;
  opacity: 0;
  border-radius: 0;
  background-color: #fff;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.15);
}

.cards-container section.active {
  height: auto;
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  z-index: 5;
}

.cards-container section.prev {
  height: auto;
  opacity: 0.4;
  -webkit-transform: translateX(-105%);
  transform: translateX(-105%);
  z-index: 0;
}

.cards-container section.next {
  height: auto;
  opacity: 0.4;
  -webkit-transform: translateX(105%);
  transform: translateX(105%);
  z-index: 0;
}

.cards-container section .year {
  text-align: center;
  font-size: 2em;
  margin: 0;
}

.cards-container section .title {
  font-weight: 400;
}

.cards-container section img {
  width: 100%;
}

h5.year {
  padding: 15px 0;
}



/* ============================== Inicio ============================== */

.eiti-container .eiti-top {
  float: left;
  margin: 30px 0 15px 0;
}

.eiti-container .social ul {
  display: inline-flex;
}

.eiti-container .social li {
  list-style: none;
  margin: 5px;
}

.eiti-container .eiti-nav {
  background: #0091cd;
  border-radius: 0;
  float: left;
  margin-bottom: 15px;
  width: 100%;
}

.eiti-container li.nav-item {
  float: left;
  list-style: none;
}

.eiti-container li.nav-item a {
  color: #fff;
  line-height: 2;
  padding-right: 15px;
  text-transform: uppercase;
}


.eiti-container .informe {
  background: #0091cd;
  float: left;
  width: 100%;
}

.eiti-container .generalidades {
  background: #4bb8b4;
  margin: 0 -15px;
}

.eiti-container button {
  background-color: none;
  border: 1px solid #0090cc;
  border-radius: 0;
  /*color: #fff;*/
  font-size: 1em;
  font-weight: lighter;
  margin: 15px;
  padding: 5px 15px;
}

.eiti-container .center-block {
  background: #0091cd;
  display: block;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  padding: 15px;
}

.eiti-container #cadena {
  padding: 30px 0 0 0;
}

/*.arrow {
    display: inline-block;
    width: 15px;
    height: 15px;
    border-top: 2px solid #0091cd;
    border-right: 2px solid #0091cd;
    margin: 5% 0;
    float: left;
  }

  .arrow-right {
    transform: rotate(45deg);
  }*/

.eiti-bottom {
  border-top: 1px solid #0091cd;
  padding-top: 30px;
}

.eiti-container .lateral li {
  border-bottom: 1px solid #666;
  list-style: none;
  padding: 10px 0;
}

.eiti-container .lateral li a {
  color: #165b89;
}








/* NUEVOS NOTICIAS */



/*------------------------------------
	Animate.css
------------------------------------*/
.animations {
  -webkit-animation-duration: .3s;
  animation-duration: .3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@keyframes slideInUp {
  0% {
    -webkit-transform: translateY(1rem);
    transform: translateY(1rem);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0rem);
    transform: translateY(0rem);
    opacity: 1;
  }

  0% {
    -webkit-transform: translateY(1rem);
    transform: translateY(1rem);
    opacity: 0;
  }
}

@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: transform;
    -webkit-opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0);
    -webkit-opacity: 1;
  }

  0% {
    -webkit-transform: translateY(1rem);
    -webkit-opacity: 0;
  }
}

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@keyframes slideInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -5%, 0);
    transform: translate3d(0, -5%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes slideInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -5%, 0);
    transform: translate3d(0, -5%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}


/*------------------------------------
 Lazyload images
------------------------------------*/
.image-wrapper {
  /*background color if image is loading slow*/
  /*background-color: #f6f6f6; se cambio*/
  overflow: hidden;
  width: 100%;
  position: relative;
  /*background: linear-gradient(to left, #f6f6f6 0%, #e0e0e0 15%, #f6f6f6 40%, #f6f6f6 100%); se cambio*/
  background-size: 400% 700% !important;
  background-position: center center !important;
  -webkit-animation: AnimationSea 1.5s infinite linear forwards;
  animation: AnimationSea 1.5s infinite linear forwards;
}

@-webkit-keyframes AnimationSea {
  from {
    background-position: 100% 0;
  }

  to {
    background-position: 20% 0;
  }
}

@keyframes AnimationSea {
  from {
    background-position: 100% 0;
  }

  to {
    background-position: 20% 0;
  }
}

.image-single-wrapper {
  width: 100%;
  min-height: 18rem;
}

.lazy {
  width: 100%;
  transition: 500ms ease-in-out;
  opacity: 1;
}

.lazy.loaded {
  opacity: 1;
}

.hover-a:hover .image-wrapper {
  opacity: 0.9;
}

.ajax-tabs {
  min-height: 20rem;
}

.loaders {
  opacity: .7;
  font-size: 2.5rem;
  text-align: center;
  margin-top: 100px;
}

/*------------------------------------
	Ratio Thumbnail images
	Tutorial calculate the ratio space example size 400x250px is 250/400*100 = 62.5%
------------------------------------*/
.ratio_category, .ratio_demo1, .ratio_demo2, .ratio_single, .ratio_203-114, .ratio_110-77, .ratio_115-80, .ratio_165-92, .ratio_180-123, .ratio_230-129, .ratio_251-141, .ratio_327-278, .ratio_376-376, .ratio_372-208, .ratio_400-250, .ratio_800-450, .ratio_763-422, .ratio_540-470, .ratio_540-460, .ratio_540-454, .ratio_540-304, .ratio_466-261, .ratio_360-202, .ratio_220-150, .ratio_230-230, .ratio_337-337, .ratio_99-68, .ratio_160-112, .ratio_640-640, .ratio_1140-535, .ratio_900-500, .ratio_950-500, .ratio_1200-900 {
  height: 0;
}

.ratio_category, .ratio_demo1 {
  padding-bottom: 25%;
}

.ratio_demo2 {
  padding-bottom: 55%;
}

.ratio_1108-520 {
  padding-bottom: 46.9314079%;
}

.ratio_1140-535 {
  padding-bottom: 46.9314079%;
}

.ratio_900-500, .ratio_763-422 {
  padding-bottom: 55.3555556%;
}

.ratio_466-261, .ratio_165-92, .ratio_230-129, .ratio_360-202, .ratio_203-114, .ratio_251-141, .ratio_372-208 {
  padding-bottom: 56.0085837%;
}

.ratio_800-450 {
  padding-bottom: 56.25%;
}

.ratio_540-304 {
  padding-bottom: 56.2962963%;
}

.ratio_400-250 {
  padding-bottom: 62.5%;
}

.ratio_single {
  padding-bottom: 66.6666667%;
}

.ratio_220-150, .ratio_99-68, .ratio_180-123 {
  padding-bottom: 68.1818182%;
}

.ratio_160-112, .ratio_115-80, .ratio_110-77 {
  padding-bottom: 69.5%;
}

.ratio_1200-900 {
  padding-bottom: 75%;
}

.ratio_540-454 {
  padding-bottom: 84%;
}

.ratio_327-278 {
  padding-bottom: 85.012905%;
}

.ratio_540-460 {
  padding-bottom: 85.1851852%;
}

.ratio_540-470 {
  padding-bottom: 87.037037%;
}

.ratio_640-640, .ratio_230-230, .ratio_337-337, .ratio_376-376 {
  padding-bottom: 99.999%;
}



/*------------------------------------
	Block title
------------------------------------*/
.block-title-1 h1, .block-title-1 h2, .block-title-1 h3, .block-title-1 h4, .block-title-1 h5, .block-title-1 h6, .block-title-6 h1 span, .block-title-6 h2 span, .block-title-6 h3 span, .block-title-6 h4 span, .block-title-6 h5 span, .block-title-6 h6 span, .block-title-14 h1 span, .block-title-14 h2 span, .block-title-14 h3 span, .block-title-14 h4 span, .block-title-14 h5 span, .block-title-14 h6 span, .center-backline span, .center-backline-lg span, .six-block-title span {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.center-backline:before, .center-backline-lg:before {
  content: "";
  position: absolute;
  height: 2px;
  top: 45%;
  background-color: #6c63ff;
  left: 0;
  right: 0;
}

.center-backline span, .center-backline-lg span {
  max-width: 100%;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.block-title-1 {
  position: relative;
  margin-bottom: 1.5rem;
  padding-bottom: 0.5rem;
  border-bottom: #dee2e6 2px solid;
}

.block-title-1 h1, .block-title-1 h2, .block-title-1 h3, .block-title-1 h4, .block-title-1 h5, .block-title-1 h6 {
  display: inline;
}

.block-title-2 {
  position: relative;
  margin-bottom: 1.5rem;
  padding-bottom: 0.5rem;
  border-bottom: #dee2e6 2px solid;
}

.block-title-2 h1, .block-title-2 h2, .block-title-2 h3, .block-title-2 h4, .block-title-2 h5, .block-title-2 h6 {
  display: inline;
}

.block-title-3 {
  position: relative;
  margin-bottom: 1.5rem;
  padding-bottom: 0.5rem;
  border-bottom: #dee2e6 2px solid;
}

.block-title-3 h1, .block-title-3 h2, .block-title-3 h3, .block-title-3 h4, .block-title-3 h5, .block-title-3 h6 {
  display: inline;
}

.block-title-4 {
  position: relative;
  margin-bottom: 1.5rem;
  padding-bottom: 0.5rem;
  border-bottom: #dee2e6 2px solid;
}

.block-title-4 h1, .block-title-4 h2, .block-title-4 h3, .block-title-4 h4, .block-title-4 h5, .block-title-4 h6 {
  display: inline;
}

.block-title-5 {
  position: relative;
  margin-bottom: 1.5rem;
  padding-bottom: 0.3rem;
  border-bottom: #dee2e6 2px solid;
}

.block-title-5 h1, .block-title-5 h2, .block-title-5 h3, .block-title-5 h4, .block-title-5 h5, .block-title-5 h6 {
  display: inline;
}

.block-title-5 h1 span, .block-title-5 h2 span, .block-title-5 h3 span, .block-title-5 h4 span, .block-title-5 h5 span, .block-title-5 h6 span {
  padding-bottom: 0.45rem;
  border-bottom: #dee2e6 2px solid;
}

.block-title-6 {
  position: relative;
  margin-bottom: 1.5rem;
}

.block-title-6 h1, .block-title-6 h2, .block-title-6 h3, .block-title-6 h4, .block-title-6 h5, .block-title-6 h6 {
  border-bottom: #dee2e6 2px solid;
}

.block-title-6 h1 span, .block-title-6 h2 span, .block-title-6 h3 span, .block-title-6 h4 span, .block-title-6 h5 span, .block-title-6 h6 span {
  margin-bottom: -2px;
  display: inline-block;
  position: relative;
}

.block-title-7 {
  position: relative;
  margin-bottom: 0;
}

.block-title-8 {
  position: relative;
  margin-bottom: 1.5rem;
}

.block-title-8 h1 span, .block-title-8 h2 span, .block-title-8 h3 span, .block-title-8 h4 span, .block-title-8 h5 span, .block-title-8 h6 span {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  position: relative;
  display: block;
}

.block-title-9 {
  position: relative;
  margin-bottom: 1.5rem;
}

.block-title-9 h1 span, .block-title-9 h2 span, .block-title-9 h3 span, .block-title-9 h4 span, .block-title-9 h5 span, .block-title-9 h6 span {
  padding-left: 1rem;
  border-left: #dee2e6 5px solid;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  display: block;
  position: relative;
}

.block-title-10 {
  position: relative;
  margin-bottom: 1.5rem;
}

.block-title-10 h1 span, .block-title-10 h2 span, .block-title-10 h3 span, .block-title-10 h4 span, .block-title-10 h5 span, .block-title-10 h6 span {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  display: block;
  position: relative;
}

.block-title-11 {
  position: relative;
  margin-bottom: 0;
}

.block-title-11 h1 span, .block-title-11 h2 span, .block-title-11 h3 span, .block-title-11 h4 span, .block-title-11 h5 span, .block-title-11 h6 span {
  padding-left: 0;
}

.block-title-12 {
  position: relative;
  margin-bottom: 1.5rem;
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
}

.block-title-12 h1, .block-title-12 h2, .block-title-12 h3, .block-title-12 h4, .block-title-12 h5, .block-title-12 h6 {
  float: left;
  margin-right: 1rem;
}

.block-title-13 {
  position: relative;
  margin-bottom: 1.5rem;
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
}

.block-title-13 h1, .block-title-13 h2, .block-title-13 h3, .block-title-13 h4, .block-title-13 h5, .block-title-13 h6 {
  float: left;
  margin-right: 1rem;
}

.block-title-14 {
  position: relative;
  margin-bottom: 1.5rem;
}

.block-title-14 h1 span, .block-title-14 h2 span, .block-title-14 h3 span, .block-title-14 h4 span, .block-title-14 h5 span, .block-title-14 h6 span {
  display: inline-block;
  position: relative;
}

.block-title-15 {
  position: relative;
  margin-bottom: 1.5rem;
}

.block-title-15 h1, .block-title-15 h2, .block-title-15 h3, .block-title-15 h4, .block-title-15 h5, .block-title-15 h6 {
  border-bottom: #dee2e6 2px solid;
}

.center-backline:before {
  margin-top: -.5px;
  margin-bottom: 0;
}

.center-backline-lg:before {
  margin-top: -0.5rem;
}

@media (max-width: 767.98px) {
  .center-backline:before {
    left: 5px;
    right: 5px;
  }
}

.title-box-stripe {
  margin-top: -0.4rem;
}

.stripe-line {
  background: url(../img/assets/stripe.png);
  height: 12px;
  overflow: hidden;
  margin-top: 0;
}

.title-box-dot {
  margin-top: -0.4rem;
}

.dot-line {
  background: url(../img/assets/dot.png);
  height: 12px;
  overflow: hidden;
  margin-top: 0;
}

.title-arrow:before {
  content: '';
  width: 2.5rem;
  height: 2px;
  position: absolute;
  top: 2rem;
  background: #6c63ff;
}

.u-backline:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #6c63ff;
  margin-top: 1.5rem;
}

.box-title:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  bottom: -.5rem;
  left: 50%;
  border-top-color: #6c63ff;
  border-width: 0.5rem;
  border-bottom: 0;
  margin-left: -10px;
}

.box-title.border-primary:before {
  border-top-color: #6c63ff;
}

.box-title.border-secondary:before {
  border-top-color: #000;
}

.box-title.border-success:before {
  border-top-color: #00b191;
}

.box-title.border-info:before {
  border-top-color: #17a2b8;
}

.box-title.border-warning:before {
  border-top-color: #ffc107;
}

.box-title.border-danger:before {
  border-top-color: #d72924;
}

.box-title.border-light:before {
  border-top-color: #f6f6f6;
}

.box-title.border-dark:before {
  border-top-color: #1b1b1b;
}

.box-title.border-pink:before {
  border-top-color: #d6456a;
}

.box-title.border-purple:before {
  border-top-color: #7952B3;
}

.six-block-title span {
  margin-bottom: -2px;
  display: inline-block;
  position: relative;
}

.nav-block-link, .nav-block-link1, .nav-block-link2, .nav-block-link3, .nav-block-link4, .nav-block-link5, .nav-block-link6, .nav-block-link7, .nav-block-more {
  position: absolute;
  top: 0;
  right: 3.2rem;
  margin: auto 0;
  z-index: 2;
  line-height: 30px;
  text-align: right;
  border: 0;
}

.nav-block-link li, .nav-block-link1 li, .nav-block-link2 li, .nav-block-link3 li, .nav-block-link4 li, .nav-block-link5 li, .nav-block-link6 li, .nav-block-link7 li, .nav-block-more li {
  display: inline-block;
  margin-right: 1.5rem;
}

.nav-block-link li a, .nav-block-link1 li a, .nav-block-link2 li a, .nav-block-link3 li a, .nav-block-link4 li a, .nav-block-link5 li a, .nav-block-link6 li a, .nav-block-link7 li a, .nav-block-more li a {
  color: #1b1b1b;
}

.nav-block-link li a:hover, .nav-block-link1 li a:hover, .nav-block-link2 li a:hover, .nav-block-link3 li a:hover, .nav-block-link4 li a:hover, .nav-block-link5 li a:hover, .nav-block-link6 li a:hover, .nav-block-link7 li a:hover, .nav-block-more li a:hover {
  color: #6c63ff;
}

.nav-block-link li a.nav-tabs .nav-item, .nav-block-link1 li a.nav-tabs .nav-item, .nav-block-link2 li a.nav-tabs .nav-item, .nav-block-link3 li a.nav-tabs .nav-item, .nav-block-link4 li a.nav-tabs .nav-item, .nav-block-link5 li a.nav-tabs .nav-item, .nav-block-link6 li a.nav-tabs .nav-item, .nav-block-link7 li a.nav-tabs .nav-item, .nav-block-more li a.nav-tabs .nav-item {
  margin-bottom: 3px;
}

.nav-block-link li a.nav-link, .nav-block-link1 li a.nav-link, .nav-block-link2 li a.nav-link, .nav-block-link3 li a.nav-link, .nav-block-link4 li a.nav-link, .nav-block-link5 li a.nav-link, .nav-block-link6 li a.nav-link, .nav-block-link7 li a.nav-link, .nav-block-more li a.nav-link {
  display: inline;
  border: 0;
  color: #1b1b1b;
  background-color: transparent;
  padding: 0.5rem 0rem;
}

.nav-block-link li a.nav-link.active, .nav-block-link li a.nav-link:hover, .nav-block-link1 li a.nav-link.active, .nav-block-link1 li a.nav-link:hover, .nav-block-link2 li a.nav-link.active, .nav-block-link2 li a.nav-link:hover, .nav-block-link3 li a.nav-link.active, .nav-block-link3 li a.nav-link:hover, .nav-block-link4 li a.nav-link.active, .nav-block-link4 li a.nav-link:hover, .nav-block-link5 li a.nav-link.active, .nav-block-link5 li a.nav-link:hover, .nav-block-link6 li a.nav-link.active, .nav-block-link6 li a.nav-link:hover, .nav-block-link7 li a.nav-link.active, .nav-block-link7 li a.nav-link:hover, .nav-block-more li a.nav-link.active, .nav-block-more li a.nav-link:hover {
  color: #6c63ff;
  background-color: transparent;
}

.nav-block-link li.active a, .nav-block-link1 li.active a, .nav-block-link2 li.active a, .nav-block-link3 li.active a, .nav-block-link4 li.active a, .nav-block-link5 li.active a, .nav-block-link6 li.active a, .nav-block-link7 li.active a, .nav-block-more li.active a {
  color: #6c63ff;
}

.nav-block-more li {
  margin-right: 1rem;
}

.nav-block-more {
  right: 0;
}

@media (max-width: 767.98px) {
  .nav-block-link, .nav-block-link1, .nav-block-link2, .nav-block-link3, .nav-block-link4, .nav-block-link5, .nav-block-link6, .nav-block-link7 {
    width: 50%;
  }
}

@media (max-width: 991.98px) {
  .nav-block-link, .nav-block-link1, .nav-block-link2, .nav-block-link3, .nav-block-link4, .nav-block-link5, .nav-block-link6, .nav-block-link7 {
    overflow: hidden;
    width: 60%;
    height: 2rem;
  }

  .nav-block-more {
    width: inherit;
  }
}

/*------------------------------------
  News Block
------------------------------------*/
.block-area, .widget {
  position: relative;
  clear: both;
  margin-bottom: 1.5rem;
}

.block-area .btn, .widget .btn {
  margin-bottom: 0.5rem;
}

.sticky {
  margin-bottom: 1.5rem;
}

.first-pt-0 article:first-child {
  padding-top: 0 !important;
}

.block-primary a {
  color: #6c63ff;
}

.block-primary a:hover {
  color: #6c63ff !important;
}

.block-primary a.badge {
  color: #fff !important;
  background-color: #6c63ff;
}

.block-primary a.btn:hover {
  color: #fff !important;
}

.block-primary h1>a, .block-primary h2>a, .block-primary h3>a, .block-primary h4>a, .block-primary h5>a, .block-primary h6>a, .block-primary .h1>a, .block-primary .h2>a, .block-primary .h3>a, .block-primary .h4>a, .block-primary .h5>a, .block-primary .h6>a {
  color: #1b1b1b;
}

.block-primary h1>a:hover, .block-primary h2>a:hover, .block-primary h3>a:hover, .block-primary h4>a:hover, .block-primary h5>a:hover, .block-primary h6>a:hover, .block-primary .h1>a:hover, .block-primary .h2>a:hover, .block-primary .h3>a:hover, .block-primary .h4>a:hover, .block-primary .h5>a:hover, .block-primary .h6>a:hover {
  color: #6c63ff !important;
}

.block-primary .hover-a:hover h1>a, .block-primary .hover-a:hover h2>a, .block-primary .hover-a:hover h3>a, .block-primary .hover-a:hover h4>a, .block-primary .hover-a:hover h5>a, .block-primary .hover-a:hover h6>a, .block-primary .hover-a:hover .h1>a, .block-primary .hover-a:hover .h2>a, .block-primary .hover-a:hover .h3>a, .block-primary .hover-a:hover .h4>a, .block-primary .hover-a:hover .h5>a, .block-primary .hover-a:hover .h6>a {
  color: #6c63ff !important;
}

.block-primary .hover-a:hover h1>a.text-white, .block-primary .hover-a:hover h2>a.text-white, .block-primary .hover-a:hover h3>a.text-white, .block-primary .hover-a:hover h4>a.text-white, .block-primary .hover-a:hover h5>a.text-white, .block-primary .hover-a:hover h6>a.text-white, .block-primary .hover-a:hover .h1>a.text-white, .block-primary .hover-a:hover .h2>a.text-white, .block-primary .hover-a:hover .h3>a.text-white, .block-primary .hover-a:hover .h4>a.text-white, .block-primary .hover-a:hover .h5>a.text-white, .block-primary .hover-a:hover .h6>a.text-white {
  color: #fff !important;
}

.block-primary .sub-card ul li a {
  color: #1b1b1b !important;
}

.block-primary .sub-card ul li a:hover {
  color: #6c63ff !important;
}

.block-secondary a {
  color: #000;
}

.block-secondary a:hover {
  color: #000 !important;
}

.block-secondary a.badge {
  color: #fff !important;
  background-color: #000;
}

.block-secondary a.btn:hover {
  color: #fff !important;
}

.block-secondary h1>a, .block-secondary h2>a, .block-secondary h3>a, .block-secondary h4>a, .block-secondary h5>a, .block-secondary h6>a, .block-secondary .h1>a, .block-secondary .h2>a, .block-secondary .h3>a, .block-secondary .h4>a, .block-secondary .h5>a, .block-secondary .h6>a {
  color: #1b1b1b;
}

.block-secondary h1>a:hover, .block-secondary h2>a:hover, .block-secondary h3>a:hover, .block-secondary h4>a:hover, .block-secondary h5>a:hover, .block-secondary h6>a:hover, .block-secondary .h1>a:hover, .block-secondary .h2>a:hover, .block-secondary .h3>a:hover, .block-secondary .h4>a:hover, .block-secondary .h5>a:hover, .block-secondary .h6>a:hover {
  color: #000 !important;
}

.block-secondary .hover-a:hover h1>a, .block-secondary .hover-a:hover h2>a, .block-secondary .hover-a:hover h3>a, .block-secondary .hover-a:hover h4>a, .block-secondary .hover-a:hover h5>a, .block-secondary .hover-a:hover h6>a, .block-secondary .hover-a:hover .h1>a, .block-secondary .hover-a:hover .h2>a, .block-secondary .hover-a:hover .h3>a, .block-secondary .hover-a:hover .h4>a, .block-secondary .hover-a:hover .h5>a, .block-secondary .hover-a:hover .h6>a {
  color: #000 !important;
}

.block-secondary .hover-a:hover h1>a.text-white, .block-secondary .hover-a:hover h2>a.text-white, .block-secondary .hover-a:hover h3>a.text-white, .block-secondary .hover-a:hover h4>a.text-white, .block-secondary .hover-a:hover h5>a.text-white, .block-secondary .hover-a:hover h6>a.text-white, .block-secondary .hover-a:hover .h1>a.text-white, .block-secondary .hover-a:hover .h2>a.text-white, .block-secondary .hover-a:hover .h3>a.text-white, .block-secondary .hover-a:hover .h4>a.text-white, .block-secondary .hover-a:hover .h5>a.text-white, .block-secondary .hover-a:hover .h6>a.text-white {
  color: #fff !important;
}

.block-secondary .sub-card ul li a {
  color: #1b1b1b !important;
}

.block-secondary .sub-card ul li a:hover {
  color: #000 !important;
}

.block-success a {
  color: #00b191;
}

.block-success a:hover {
  color: #00b191 !important;
}

.block-success a.badge {
  color: #fff !important;
  background-color: #00b191;
}

.block-success a.btn:hover {
  color: #fff !important;
}

.block-success h1>a, .block-success h2>a, .block-success h3>a, .block-success h4>a, .block-success h5>a, .block-success h6>a, .block-success .h1>a, .block-success .h2>a, .block-success .h3>a, .block-success .h4>a, .block-success .h5>a, .block-success .h6>a {
  color: #1b1b1b;
}

.block-success h1>a:hover, .block-success h2>a:hover, .block-success h3>a:hover, .block-success h4>a:hover, .block-success h5>a:hover, .block-success h6>a:hover, .block-success .h1>a:hover, .block-success .h2>a:hover, .block-success .h3>a:hover, .block-success .h4>a:hover, .block-success .h5>a:hover, .block-success .h6>a:hover {
  color: #00b191 !important;
}

.block-success .hover-a:hover h1>a, .block-success .hover-a:hover h2>a, .block-success .hover-a:hover h3>a, .block-success .hover-a:hover h4>a, .block-success .hover-a:hover h5>a, .block-success .hover-a:hover h6>a, .block-success .hover-a:hover .h1>a, .block-success .hover-a:hover .h2>a, .block-success .hover-a:hover .h3>a, .block-success .hover-a:hover .h4>a, .block-success .hover-a:hover .h5>a, .block-success .hover-a:hover .h6>a {
  color: #00b191 !important;
}

.block-success .hover-a:hover h1>a.text-white, .block-success .hover-a:hover h2>a.text-white, .block-success .hover-a:hover h3>a.text-white, .block-success .hover-a:hover h4>a.text-white, .block-success .hover-a:hover h5>a.text-white, .block-success .hover-a:hover h6>a.text-white, .block-success .hover-a:hover .h1>a.text-white, .block-success .hover-a:hover .h2>a.text-white, .block-success .hover-a:hover .h3>a.text-white, .block-success .hover-a:hover .h4>a.text-white, .block-success .hover-a:hover .h5>a.text-white, .block-success .hover-a:hover .h6>a.text-white {
  color: #fff !important;
}

.block-success .sub-card ul li a {
  color: #1b1b1b !important;
}

.block-success .sub-card ul li a:hover {
  color: #00b191 !important;
}

.block-info a {
  color: #17a2b8;
}

.block-info a:hover {
  color: #17a2b8 !important;
}

.block-info a.badge {
  color: #fff !important;
  background-color: #17a2b8;
}

.block-info a.btn:hover {
  color: #fff !important;
}

.block-info h1>a, .block-info h2>a, .block-info h3>a, .block-info h4>a, .block-info h5>a, .block-info h6>a, .block-info .h1>a, .block-info .h2>a, .block-info .h3>a, .block-info .h4>a, .block-info .h5>a, .block-info .h6>a {
  color: #1b1b1b;
}

.block-info h1>a:hover, .block-info h2>a:hover, .block-info h3>a:hover, .block-info h4>a:hover, .block-info h5>a:hover, .block-info h6>a:hover, .block-info .h1>a:hover, .block-info .h2>a:hover, .block-info .h3>a:hover, .block-info .h4>a:hover, .block-info .h5>a:hover, .block-info .h6>a:hover {
  color: #17a2b8 !important;
}

.block-info .hover-a:hover h1>a, .block-info .hover-a:hover h2>a, .block-info .hover-a:hover h3>a, .block-info .hover-a:hover h4>a, .block-info .hover-a:hover h5>a, .block-info .hover-a:hover h6>a, .block-info .hover-a:hover .h1>a, .block-info .hover-a:hover .h2>a, .block-info .hover-a:hover .h3>a, .block-info .hover-a:hover .h4>a, .block-info .hover-a:hover .h5>a, .block-info .hover-a:hover .h6>a {
  color: #17a2b8 !important;
}

.block-info .hover-a:hover h1>a.text-white, .block-info .hover-a:hover h2>a.text-white, .block-info .hover-a:hover h3>a.text-white, .block-info .hover-a:hover h4>a.text-white, .block-info .hover-a:hover h5>a.text-white, .block-info .hover-a:hover h6>a.text-white, .block-info .hover-a:hover .h1>a.text-white, .block-info .hover-a:hover .h2>a.text-white, .block-info .hover-a:hover .h3>a.text-white, .block-info .hover-a:hover .h4>a.text-white, .block-info .hover-a:hover .h5>a.text-white, .block-info .hover-a:hover .h6>a.text-white {
  color: #fff !important;
}

.block-info .sub-card ul li a {
  color: #1b1b1b !important;
}

.block-info .sub-card ul li a:hover {
  color: #17a2b8 !important;
}

.block-warning a {
  color: #ffc107;
}

.block-warning a:hover {
  color: #ffc107 !important;
}

.block-warning a.badge {
  color: #fff !important;
  background-color: #ffc107;
}

.block-warning a.btn:hover {
  color: #fff !important;
}

.block-warning h1>a, .block-warning h2>a, .block-warning h3>a, .block-warning h4>a, .block-warning h5>a, .block-warning h6>a, .block-warning .h1>a, .block-warning .h2>a, .block-warning .h3>a, .block-warning .h4>a, .block-warning .h5>a, .block-warning .h6>a {
  color: #1b1b1b;
}

.block-warning h1>a:hover, .block-warning h2>a:hover, .block-warning h3>a:hover, .block-warning h4>a:hover, .block-warning h5>a:hover, .block-warning h6>a:hover, .block-warning .h1>a:hover, .block-warning .h2>a:hover, .block-warning .h3>a:hover, .block-warning .h4>a:hover, .block-warning .h5>a:hover, .block-warning .h6>a:hover {
  color: #ffc107 !important;
}

.block-warning .hover-a:hover h1>a, .block-warning .hover-a:hover h2>a, .block-warning .hover-a:hover h3>a, .block-warning .hover-a:hover h4>a, .block-warning .hover-a:hover h5>a, .block-warning .hover-a:hover h6>a, .block-warning .hover-a:hover .h1>a, .block-warning .hover-a:hover .h2>a, .block-warning .hover-a:hover .h3>a, .block-warning .hover-a:hover .h4>a, .block-warning .hover-a:hover .h5>a, .block-warning .hover-a:hover .h6>a {
  color: #ffc107 !important;
}

.block-warning .hover-a:hover h1>a.text-white, .block-warning .hover-a:hover h2>a.text-white, .block-warning .hover-a:hover h3>a.text-white, .block-warning .hover-a:hover h4>a.text-white, .block-warning .hover-a:hover h5>a.text-white, .block-warning .hover-a:hover h6>a.text-white, .block-warning .hover-a:hover .h1>a.text-white, .block-warning .hover-a:hover .h2>a.text-white, .block-warning .hover-a:hover .h3>a.text-white, .block-warning .hover-a:hover .h4>a.text-white, .block-warning .hover-a:hover .h5>a.text-white, .block-warning .hover-a:hover .h6>a.text-white {
  color: #fff !important;
}

.block-warning .sub-card ul li a {
  color: #1b1b1b !important;
}

.block-warning .sub-card ul li a:hover {
  color: #ffc107 !important;
}

.block-danger a {
  color: #d72924;
}

.block-danger a:hover {
  color: #d72924 !important;
}

.block-danger a.badge {
  color: #fff !important;
  background-color: #d72924;
}

.block-danger a.btn:hover {
  color: #fff !important;
}

.block-danger h1>a, .block-danger h2>a, .block-danger h3>a, .block-danger h4>a, .block-danger h5>a, .block-danger h6>a, .block-danger .h1>a, .block-danger .h2>a, .block-danger .h3>a, .block-danger .h4>a, .block-danger .h5>a, .block-danger .h6>a {
  color: #1b1b1b;
}

.block-danger h1>a:hover, .block-danger h2>a:hover, .block-danger h3>a:hover, .block-danger h4>a:hover, .block-danger h5>a:hover, .block-danger h6>a:hover, .block-danger .h1>a:hover, .block-danger .h2>a:hover, .block-danger .h3>a:hover, .block-danger .h4>a:hover, .block-danger .h5>a:hover, .block-danger .h6>a:hover {
  color: #d72924 !important;
}

.block-danger .hover-a:hover h1>a, .block-danger .hover-a:hover h2>a, .block-danger .hover-a:hover h3>a, .block-danger .hover-a:hover h4>a, .block-danger .hover-a:hover h5>a, .block-danger .hover-a:hover h6>a, .block-danger .hover-a:hover .h1>a, .block-danger .hover-a:hover .h2>a, .block-danger .hover-a:hover .h3>a, .block-danger .hover-a:hover .h4>a, .block-danger .hover-a:hover .h5>a, .block-danger .hover-a:hover .h6>a {
  color: #d72924 !important;
}

.block-danger .hover-a:hover h1>a.text-white, .block-danger .hover-a:hover h2>a.text-white, .block-danger .hover-a:hover h3>a.text-white, .block-danger .hover-a:hover h4>a.text-white, .block-danger .hover-a:hover h5>a.text-white, .block-danger .hover-a:hover h6>a.text-white, .block-danger .hover-a:hover .h1>a.text-white, .block-danger .hover-a:hover .h2>a.text-white, .block-danger .hover-a:hover .h3>a.text-white, .block-danger .hover-a:hover .h4>a.text-white, .block-danger .hover-a:hover .h5>a.text-white, .block-danger .hover-a:hover .h6>a.text-white {
  color: #fff !important;
}

.block-danger .sub-card ul li a {
  color: #1b1b1b !important;
}

.block-danger .sub-card ul li a:hover {
  color: #d72924 !important;
}

.block-light a {
  color: #f6f6f6;
}

.block-light a:hover {
  color: #f6f6f6 !important;
}

.block-light a.badge {
  color: #fff !important;
  background-color: #f6f6f6;
}

.block-light a.btn:hover {
  color: #fff !important;
}

.block-light h1>a, .block-light h2>a, .block-light h3>a, .block-light h4>a, .block-light h5>a, .block-light h6>a, .block-light .h1>a, .block-light .h2>a, .block-light .h3>a, .block-light .h4>a, .block-light .h5>a, .block-light .h6>a {
  color: #1b1b1b;
}

.block-light h1>a:hover, .block-light h2>a:hover, .block-light h3>a:hover, .block-light h4>a:hover, .block-light h5>a:hover, .block-light h6>a:hover, .block-light .h1>a:hover, .block-light .h2>a:hover, .block-light .h3>a:hover, .block-light .h4>a:hover, .block-light .h5>a:hover, .block-light .h6>a:hover {
  color: #f6f6f6 !important;
}

.block-light .hover-a:hover h1>a, .block-light .hover-a:hover h2>a, .block-light .hover-a:hover h3>a, .block-light .hover-a:hover h4>a, .block-light .hover-a:hover h5>a, .block-light .hover-a:hover h6>a, .block-light .hover-a:hover .h1>a, .block-light .hover-a:hover .h2>a, .block-light .hover-a:hover .h3>a, .block-light .hover-a:hover .h4>a, .block-light .hover-a:hover .h5>a, .block-light .hover-a:hover .h6>a {
  color: #f6f6f6 !important;
}

.block-light .hover-a:hover h1>a.text-white, .block-light .hover-a:hover h2>a.text-white, .block-light .hover-a:hover h3>a.text-white, .block-light .hover-a:hover h4>a.text-white, .block-light .hover-a:hover h5>a.text-white, .block-light .hover-a:hover h6>a.text-white, .block-light .hover-a:hover .h1>a.text-white, .block-light .hover-a:hover .h2>a.text-white, .block-light .hover-a:hover .h3>a.text-white, .block-light .hover-a:hover .h4>a.text-white, .block-light .hover-a:hover .h5>a.text-white, .block-light .hover-a:hover .h6>a.text-white {
  color: #fff !important;
}

.block-light .sub-card ul li a {
  color: #1b1b1b !important;
}

.block-light .sub-card ul li a:hover {
  color: #f6f6f6 !important;
}

.block-dark a {
  color: #1b1b1b;
}

.block-dark a:hover {
  color: #1b1b1b !important;
}

.block-dark a.badge {
  color: #fff !important;
  background-color: #1b1b1b;
}

.block-dark a.btn:hover {
  color: #fff !important;
}

.block-dark h1>a, .block-dark h2>a, .block-dark h3>a, .block-dark h4>a, .block-dark h5>a, .block-dark h6>a, .block-dark .h1>a, .block-dark .h2>a, .block-dark .h3>a, .block-dark .h4>a, .block-dark .h5>a, .block-dark .h6>a {
  color: #1b1b1b;
}

.block-dark h1>a:hover, .block-dark h2>a:hover, .block-dark h3>a:hover, .block-dark h4>a:hover, .block-dark h5>a:hover, .block-dark h6>a:hover, .block-dark .h1>a:hover, .block-dark .h2>a:hover, .block-dark .h3>a:hover, .block-dark .h4>a:hover, .block-dark .h5>a:hover, .block-dark .h6>a:hover {
  color: #1b1b1b !important;
}

.block-dark .hover-a:hover h1>a, .block-dark .hover-a:hover h2>a, .block-dark .hover-a:hover h3>a, .block-dark .hover-a:hover h4>a, .block-dark .hover-a:hover h5>a, .block-dark .hover-a:hover h6>a, .block-dark .hover-a:hover .h1>a, .block-dark .hover-a:hover .h2>a, .block-dark .hover-a:hover .h3>a, .block-dark .hover-a:hover .h4>a, .block-dark .hover-a:hover .h5>a, .block-dark .hover-a:hover .h6>a {
  color: #1b1b1b !important;
}

.block-dark .hover-a:hover h1>a.text-white, .block-dark .hover-a:hover h2>a.text-white, .block-dark .hover-a:hover h3>a.text-white, .block-dark .hover-a:hover h4>a.text-white, .block-dark .hover-a:hover h5>a.text-white, .block-dark .hover-a:hover h6>a.text-white, .block-dark .hover-a:hover .h1>a.text-white, .block-dark .hover-a:hover .h2>a.text-white, .block-dark .hover-a:hover .h3>a.text-white, .block-dark .hover-a:hover .h4>a.text-white, .block-dark .hover-a:hover .h5>a.text-white, .block-dark .hover-a:hover .h6>a.text-white {
  color: #fff !important;
}

.block-dark .sub-card ul li a {
  color: #1b1b1b !important;
}

.block-dark .sub-card ul li a:hover {
  color: #1b1b1b !important;
}

.block-pink a {
  color: #d6456a;
}

.block-pink a:hover {
  color: #d6456a !important;
}

.block-pink a.badge {
  color: #fff !important;
  background-color: #d6456a;
}

.block-pink a.btn:hover {
  color: #fff !important;
}

.block-pink h1>a, .block-pink h2>a, .block-pink h3>a, .block-pink h4>a, .block-pink h5>a, .block-pink h6>a, .block-pink .h1>a, .block-pink .h2>a, .block-pink .h3>a, .block-pink .h4>a, .block-pink .h5>a, .block-pink .h6>a {
  color: #1b1b1b;
}

.block-pink h1>a:hover, .block-pink h2>a:hover, .block-pink h3>a:hover, .block-pink h4>a:hover, .block-pink h5>a:hover, .block-pink h6>a:hover, .block-pink .h1>a:hover, .block-pink .h2>a:hover, .block-pink .h3>a:hover, .block-pink .h4>a:hover, .block-pink .h5>a:hover, .block-pink .h6>a:hover {
  color: #d6456a !important;
}

.block-pink .hover-a:hover h1>a, .block-pink .hover-a:hover h2>a, .block-pink .hover-a:hover h3>a, .block-pink .hover-a:hover h4>a, .block-pink .hover-a:hover h5>a, .block-pink .hover-a:hover h6>a, .block-pink .hover-a:hover .h1>a, .block-pink .hover-a:hover .h2>a, .block-pink .hover-a:hover .h3>a, .block-pink .hover-a:hover .h4>a, .block-pink .hover-a:hover .h5>a, .block-pink .hover-a:hover .h6>a {
  color: #d6456a !important;
}

.block-pink .hover-a:hover h1>a.text-white, .block-pink .hover-a:hover h2>a.text-white, .block-pink .hover-a:hover h3>a.text-white, .block-pink .hover-a:hover h4>a.text-white, .block-pink .hover-a:hover h5>a.text-white, .block-pink .hover-a:hover h6>a.text-white, .block-pink .hover-a:hover .h1>a.text-white, .block-pink .hover-a:hover .h2>a.text-white, .block-pink .hover-a:hover .h3>a.text-white, .block-pink .hover-a:hover .h4>a.text-white, .block-pink .hover-a:hover .h5>a.text-white, .block-pink .hover-a:hover .h6>a.text-white {
  color: #fff !important;
}

.block-pink .sub-card ul li a {
  color: #1b1b1b !important;
}

.block-pink .sub-card ul li a:hover {
  color: #d6456a !important;
}

.block-purple a {
  color: #7952B3;
}

.block-purple a:hover {
  color: #7952B3 !important;
}

.block-purple a.badge {
  color: #fff !important;
  background-color: #7952B3;
}

.block-purple a.btn:hover {
  color: #fff !important;
}

.block-purple h1>a, .block-purple h2>a, .block-purple h3>a, .block-purple h4>a, .block-purple h5>a, .block-purple h6>a, .block-purple .h1>a, .block-purple .h2>a, .block-purple .h3>a, .block-purple .h4>a, .block-purple .h5>a, .block-purple .h6>a {
  color: #1b1b1b;
}

.block-purple h1>a:hover, .block-purple h2>a:hover, .block-purple h3>a:hover, .block-purple h4>a:hover, .block-purple h5>a:hover, .block-purple h6>a:hover, .block-purple .h1>a:hover, .block-purple .h2>a:hover, .block-purple .h3>a:hover, .block-purple .h4>a:hover, .block-purple .h5>a:hover, .block-purple .h6>a:hover {
  color: #7952B3 !important;
}

.block-purple .hover-a:hover h1>a, .block-purple .hover-a:hover h2>a, .block-purple .hover-a:hover h3>a, .block-purple .hover-a:hover h4>a, .block-purple .hover-a:hover h5>a, .block-purple .hover-a:hover h6>a, .block-purple .hover-a:hover .h1>a, .block-purple .hover-a:hover .h2>a, .block-purple .hover-a:hover .h3>a, .block-purple .hover-a:hover .h4>a, .block-purple .hover-a:hover .h5>a, .block-purple .hover-a:hover .h6>a {
  color: #7952B3 !important;
}

.block-purple .hover-a:hover h1>a.text-white, .block-purple .hover-a:hover h2>a.text-white, .block-purple .hover-a:hover h3>a.text-white, .block-purple .hover-a:hover h4>a.text-white, .block-purple .hover-a:hover h5>a.text-white, .block-purple .hover-a:hover h6>a.text-white, .block-purple .hover-a:hover .h1>a.text-white, .block-purple .hover-a:hover .h2>a.text-white, .block-purple .hover-a:hover .h3>a.text-white, .block-purple .hover-a:hover .h4>a.text-white, .block-purple .hover-a:hover .h5>a.text-white, .block-purple .hover-a:hover .h6>a.text-white {
  color: #fff !important;
}

.block-purple .sub-card ul li a {
  color: #1b1b1b !important;
}

.block-purple .sub-card ul li a:hover {
  color: #7952B3 !important;
}

/*------------------------------------
	Breaking news
------------------------------------*/
.navigation-box {
  top: 0.8rem;
  right: 0.8rem;
  width: 2rem;
  position: absolute;
}

.aribudin {
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  text-overflow: ellipsis;
}

.page-link.disabled {
  cursor: not-allowed;
}

@media (max-width: 767.98px) {
  .breaking-box .carousel-item {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}

@media (min-width: 768px) {
  .breaking-box .carousel-item {
    line-height: 2.25rem;
  }
}

/*------------------------------------
	Back to top
------------------------------------*/
.back-top {
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s 0s, visibility 0s 0.3s;
}

.back-top.backtop-is-visible {
  transition: opacity 0.3s 0s, visibility 0s 0s;
  z-index: 99;
  visibility: visible;
  opacity: 1;
}

.back-top.backtop-fade-out {
  transition: opacity 0.3s 0s, visibility 0s 0s;
  opacity: 0.5;
}

.no-touch .back-top:hover {
  transition: opacity 0.3s 0s, visibility 0s 0s;
  background-color: #6c63ff;
  opacity: 1;
}



/*------------------------------------
 Border Child
------------------------------------*/
.border-top-first-0>li, .border-top-first-0>article {
  border-top: 1px solid #dee2e6;
}

.border-top-first-0>li:first-child, .border-top-first-0>article:first-child {
  border-top: none;
}

.border-top-first-0>a {
  border-top: 1px solid #dee2e6;
}

.border-top-first-0>a:first-child {
  border-top: none;
}

.border-left-first-0>li, .border-left-first-0>article {
  border-left: 1px solid #dee2e6;
}

.border-left-first-0>li:first-child, .border-left-first-0>article:first-child {
  border-left: none;
}

.border-left-first-0>a {
  border-left: 1px solid #dee2e6;
}

.border-left-first-0>a:first-child {
  border-left: none;
}

.border-right-last-0>li, .border-right-last-0>article {
  border-right: 1px solid #dee2e6;
}

.border-right-last-0>li:last-child, .border-right-last-0>article:last-child {
  border-right: none;
}

.border-right-last-0>a {
  border-right: 1px solid #dee2e6;
}

.border-right-last-0>a:last-child {
  border-right: none;
}

.border-bottom-last-0>li, .border-bottom-last-0>article {
  border-bottom: 1px solid #dee2e6;
}

.border-bottom-last-0>li:last-child, .border-bottom-last-0>article:last-child {
  border-bottom: none;
}

.border-bottom-last-0>a {
  border-bottom: 1px solid #dee2e6;
}

.border-bottom-last-0>a:last-child {
  border-bottom: none;
}

.hr-after {
  background: #1b1b1b;
  height: 1px;
  width: 5rem;
}

.border-top-first-0>li, .border-top-first-0>article {
  border-top: 1px solid #dee2e6;
}

.border-top-first-0>li:first-child, .border-top-first-0>article:first-child {
  border-top: none;
}

.border-top-first-0>a {
  border-top: 1px solid #dee2e6;
}

.border-top-first-0>a:first-child {
  border-top: none;
}

.border-left-first-0>li, .border-left-first-0>article {
  border-left: 1px solid #dee2e6;
}

.border-left-first-0>li:first-child, .border-left-first-0>article:first-child {
  border-left: none;
}

.border-left-first-0>a {
  border-left: 1px solid #dee2e6;
}

.border-left-first-0>a:first-child {
  border-left: none;
}

.border-right-last-0>li, .border-right-last-0>article {
  border-right: 1px solid #dee2e6;
}

.border-right-last-0>li:last-child, .border-right-last-0>article:last-child {
  border-right: none;
}

.border-right-last-0>a {
  border-right: 1px solid #dee2e6;
}

.border-right-last-0>a:last-child {
  border-right: none;
}

.border-bottom-last-0>li, .border-bottom-last-0>article {
  border-bottom: 1px solid #dee2e6;
}

.border-bottom-last-0>li:last-child, .border-bottom-last-0>article:last-child {
  border-bottom: none;
}

.border-bottom-last-0>a {
  border-bottom: 1px solid #dee2e6;
}

.border-bottom-last-0>a:last-child {
  border-bottom: none;
}

@media (min-width: 576px) {
  .border-top-first-sm-0>li, .border-top-first-sm-0>article {
    border-top: 1px solid #dee2e6;
  }

  .border-top-first-sm-0>li:first-child, .border-top-first-sm-0>article:first-child {
    border-top: none;
  }

  .border-top-first-sm-0>a {
    border-top: 1px solid #dee2e6;
  }

  .border-top-first-sm-0>a:first-child {
    border-top: none;
  }

  .border-left-first-sm-0>li, .border-left-first-sm-0>article {
    border-left: 1px solid #dee2e6;
  }

  .border-left-first-sm-0>li:first-child, .border-left-first-sm-0>article:first-child {
    border-left: none;
  }

  .border-left-first-sm-0>a {
    border-left: 1px solid #dee2e6;
  }

  .border-left-first-sm-0>a:first-child {
    border-left: none;
  }

  .border-right-last-sm-0>li, .border-right-last-sm-0>article {
    border-right: 1px solid #dee2e6;
  }

  .border-right-last-sm-0>li:last-child, .border-right-last-sm-0>article:last-child {
    border-right: none;
  }

  .border-right-last-sm-0>a {
    border-right: 1px solid #dee2e6;
  }

  .border-right-last-sm-0>a:last-child {
    border-right: none;
  }

  .border-bottom-last-sm-0>li, .border-bottom-last-sm-0>article {
    border-bottom: 1px solid #dee2e6;
  }

  .border-bottom-last-sm-0>li:last-child, .border-bottom-last-sm-0>article:last-child {
    border-bottom: none;
  }

  .border-bottom-last-sm-0>a {
    border-bottom: 1px solid #dee2e6;
  }

  .border-bottom-last-sm-0>a:last-child {
    border-bottom: none;
  }
}

@media (min-width: 768px) {
  .border-top-first-md-0>li, .border-top-first-md-0>article {
    border-top: 1px solid #dee2e6;
  }

  .border-top-first-md-0>li:first-child, .border-top-first-md-0>article:first-child {
    border-top: none;
  }

  .border-top-first-md-0>a {
    border-top: 1px solid #dee2e6;
  }

  .border-top-first-md-0>a:first-child {
    border-top: none;
  }

  .border-left-first-md-0>li, .border-left-first-md-0>article {
    border-left: 1px solid #dee2e6;
  }

  .border-left-first-md-0>li:first-child, .border-left-first-md-0>article:first-child {
    border-left: none;
  }

  .border-left-first-md-0>a {
    border-left: 1px solid #dee2e6;
  }

  .border-left-first-md-0>a:first-child {
    border-left: none;
  }

  .border-right-last-md-0>li, .border-right-last-md-0>article {
    border-right: 1px solid #dee2e6;
  }

  .border-right-last-md-0>li:last-child, .border-right-last-md-0>article:last-child {
    border-right: none;
  }

  .border-right-last-md-0>a {
    border-right: 1px solid #dee2e6;
  }

  .border-right-last-md-0>a:last-child {
    border-right: none;
  }

  .border-bottom-last-md-0>li, .border-bottom-last-md-0>article {
    border-bottom: 1px solid #dee2e6;
  }

  .border-bottom-last-md-0>li:last-child, .border-bottom-last-md-0>article:last-child {
    border-bottom: none;
  }

  .border-bottom-last-md-0>a {
    border-bottom: 1px solid #dee2e6;
  }

  .border-bottom-last-md-0>a:last-child {
    border-bottom: none;
  }
}

@media (min-width: 992px) {
  .border-top-first-lg-0>li, .border-top-first-lg-0>article {
    border-top: 1px solid #dee2e6;
  }

  .border-top-first-lg-0>li:first-child, .border-top-first-lg-0>article:first-child {
    border-top: none;
  }

  .border-top-first-lg-0>a {
    border-top: 1px solid #dee2e6;
  }

  .border-top-first-lg-0>a:first-child {
    border-top: none;
  }

  .border-left-first-lg-0>li, .border-left-first-lg-0>article {
    border-left: 1px solid #dee2e6;
  }

  .border-left-first-lg-0>li:first-child, .border-left-first-lg-0>article:first-child {
    border-left: none;
  }

  .border-left-first-lg-0>a {
    border-left: 1px solid #dee2e6;
  }

  .border-left-first-lg-0>a:first-child {
    border-left: none;
  }

  .border-right-last-lg-0>li, .border-right-last-lg-0>article {
    border-right: 1px solid #dee2e6;
  }

  .border-right-last-lg-0>li:last-child, .border-right-last-lg-0>article:last-child {
    border-right: none;
  }

  .border-right-last-lg-0>a {
    border-right: 1px solid #dee2e6;
  }

  .border-right-last-lg-0>a:last-child {
    border-right: none;
  }

  .border-bottom-last-lg-0>li, .border-bottom-last-lg-0>article {
    border-bottom: 1px solid #dee2e6;
  }

  .border-bottom-last-lg-0>li:last-child, .border-bottom-last-lg-0>article:last-child {
    border-bottom: none;
  }

  .border-bottom-last-lg-0>a {
    border-bottom: 1px solid #dee2e6;
  }

  .border-bottom-last-lg-0>a:last-child {
    border-bottom: none;
  }
}

@media (min-width: 1200px) {
  .border-top-first-xl-0>li, .border-top-first-xl-0>article {
    border-top: 1px solid #dee2e6;
  }

  .border-top-first-xl-0>li:first-child, .border-top-first-xl-0>article:first-child {
    border-top: none;
  }

  .border-top-first-xl-0>a {
    border-top: 1px solid #dee2e6;
  }

  .border-top-first-xl-0>a:first-child {
    border-top: none;
  }

  .border-left-first-xl-0>li, .border-left-first-xl-0>article {
    border-left: 1px solid #dee2e6;
  }

  .border-left-first-xl-0>li:first-child, .border-left-first-xl-0>article:first-child {
    border-left: none;
  }

  .border-left-first-xl-0>a {
    border-left: 1px solid #dee2e6;
  }

  .border-left-first-xl-0>a:first-child {
    border-left: none;
  }

  .border-right-last-xl-0>li, .border-right-last-xl-0>article {
    border-right: 1px solid #dee2e6;
  }

  .border-right-last-xl-0>li:last-child, .border-right-last-xl-0>article:last-child {
    border-right: none;
  }

  .border-right-last-xl-0>a {
    border-right: 1px solid #dee2e6;
  }

  .border-right-last-xl-0>a:last-child {
    border-right: none;
  }

  .border-bottom-last-xl-0>li, .border-bottom-last-xl-0>article {
    border-bottom: 1px solid #dee2e6;
  }

  .border-bottom-last-xl-0>li:last-child, .border-bottom-last-xl-0>article:last-child {
    border-bottom: none;
  }

  .border-bottom-last-xl-0>a {
    border-bottom: 1px solid #dee2e6;
  }

  .border-bottom-last-xl-0>a:last-child {
    border-bottom: none;
  }
}



.card-full {
  background-color: transparent !important;
  border: 0;
}

.card-full .card-title:last-child {
  margin-bottom: 0;
}

.card-full .card-body {
  padding: 0;
  padding-top: 1rem;
}

.card-full .no-gutters .card-body {
  padding: 1.25rem;
}



/*------------------------------------
	Zoom Effect
------------------------------------*/
.overflow {
  position: relative;
  overflow: hidden;
}

.overflow img {
  position: relative;
  display: block;
}

.overflow video {
  position: relative;
  display: block;
}

.zoom img {
  transition: all 0.2s linear;
}

.zoom video {
  transition: all 0.2s linear;
}

.zoom:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.zoom:hover video {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}


.featured-3 .ratio {
  padding-bottom: 55.3555556%;
  height: 0;
}

.featured-3 .newsbox .ratio {
  padding-bottom: 56.0085837%;
}

.featured-3 .newsbox>article:nth-child(1) {
  padding-bottom: 0.125rem;
}

.featured-3 .newsbox>article:nth-child(2) {
  padding-top: 0.125rem;
}


/*------------------------------------
	Background Shadow
------------------------------------*/
.bg-shadow {
  /*background: linear-gradient(to bottom, rgba(179, 171, 171, 0) 0%, rgba(48, 48, 48, 0.71) 49%, rgba(19, 19, 19, 0.8) 100%);*/
  background-color: rgba(19, 40, 86, 0.84);
}

.bg-lg-shadow {
  background-color: rgba(19, 40, 86, 0.84);
  /*background: linear-gradient(to bottom, rgba(16, 11, 11, 0) 0%, rgba(0, 0, 0, 0.67) 49%, rgba(19, 19, 19, 0.88) 100%);*/
}

.bg-shadow-two {
  background: rgba(53, 53, 53, 0.75);
}

.bg-full-shadow {
  position: absolute;
  background: #000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .2;
  transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  z-index: 2;
}

.news-date {
  color: #1bc2ee;
}


/*------------------------------------
	Video Background
------------------------------------*/
.background-video {
  position: relative;
  background-color: #000;
  height: 75vh;
  min-height: 25rem;
  width: 100%;
  overflow: hidden;
}

.background-video iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  z-index: 0;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.background-video video {
  width: auto;
  height: auto;
}

.background-video .video-youtube-area {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}

.background-video .container {
  position: relative;
  z-index: 2;
}

.background-video .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #000;
  opacity: 0.5;
  z-index: 1;
}

.mini-line {
  margin: 1rem auto;
  width: 6rem;
  border-top: #6c63ff 3px solid;
}

@media (max-width: 767.98px) {
  .background-video {
    height: 30vh;
    min-height: 0;
  }
}

@media (min-width: 576px) {
  .background-video {
    height: 40vh;
    min-height: 20rem;
  }
}

@media (min-width: 768px) {
  .background-video {
    height: 50vh;
    min-height: 20rem;
  }
}

@media (min-width: 992px) {
  .background-video {
    height: 75vh;
    min-height: 25rem;
  }
}

/*

.display-1 {
  font-size: 3.6rem;
  font-weight: 400;
  line-height: 1.2;
}

.display-2 {
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1.2;
}

.display-3 {
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.2;
}

.display-6 {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.2;
}

@media (min-width: 576px) {
  .h1-sm {
    font-size: 1.5rem;
  }
  .h2-sm {
    font-size: 1.375rem;
  }
  .h3-sm {
    font-size: 1.25rem;
  }
  .h4-sm {
    font-size: 1.125rem;
  }
  .h5-sm {
    font-size: 1rem;
  }
  .h6-sm {
    font-size: 0.875rem;
  }
  .lead-sm {
    font-size: 1.25rem;
    font-weight: 300;
  }
  .display-1-sm {
    font-size: 3.6rem;
    font-weight: 400;
    line-height: 1.2;
  }
  .display-2-sm {
    font-size: 2.4rem;
    font-weight: 400;
    line-height: 1.2;
  }
  .display-3-sm {
    font-size: 2rem;
    font-weight: 400;
    line-height: 1.2;
  }
  .display-6-sm {
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 1.2;
  }
} */

@media (min-width: 768px) {
  .h1-md {
    font-size: 1.5rem;
  }

  .h2-md {
    font-size: 1.375rem;
  }

  .h3-md {
    font-size: 1.25rem;
  }

  .h4-md {
    font-size: 1.125rem;
  }

  .h5-md {
    font-size: 1rem;
  }

  .h6-md {
    font-size: 0.875rem;
  }

  .lead-md {
    font-size: 1.25rem;
    font-weight: 300;
  }

  .display-1-md {
    font-size: 3.6rem;
    font-weight: 400;
    line-height: 1.2;
  }

  .display-2-md {
    font-size: 2.4rem;
    font-weight: 400;
    line-height: 1.2;
  }

  .display-3-md {
    font-size: 2rem;
    font-weight: 400;
    line-height: 1.2;
  }

  .display-6-md {
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 1.2;
  }
}

@media (min-width: 992px) {
  .h1-lg {
    font-size: 1.5rem;
  }

  .h2-lg {
    font-size: 1.375rem;
  }

  .h3-lg {
    font-size: 1.25rem;
  }

  .h4-lg {
    font-size: 1.125rem;
  }

  .h5-lg {
    font-size: 1rem;
  }

  .h6-lg {
    font-size: 0.875rem;
  }

  .lead-lg {
    font-size: 1.25rem;
    font-weight: 300;
  }

  .display-1-lg {
    font-size: 3.6rem;
    font-weight: 400;
    line-height: 1.2;
  }

  .display-2-lg {
    font-size: 2.4rem;
    font-weight: 400;
    line-height: 1.2;
  }

  .display-3-lg {
    font-size: 2rem;
    font-weight: 400;
    line-height: 1.2;
  }

  .display-6-lg {
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 1.2;
  }
}

@media (min-width: 1200px) {
  .h1-xl {
    font-size: 1.5rem;
  }

  .h2-xl {
    font-size: 1.375rem;
  }

  .h3-xl {
    font-size: 1.25rem;
  }

  .h4-xl {
    font-size: 1.125rem;
  }

  .h5-xl {
    font-size: 1rem;
  }

  .h6-xl {
    font-size: 0.875rem;
  }

  .lead-xl {
    font-size: 1.25rem;
    font-weight: 300;
  }

  .display-1-xl {
    font-size: 3.6rem;
    font-weight: 400;
    line-height: 1.2;
  }

  .display-2-xl {
    font-size: 2.4rem;
    font-weight: 400;
    line-height: 1.2;
  }

  .display-3-xl {
    font-size: 2rem;
    font-weight: 400;
    line-height: 1.2;
  }

  .display-6-xl {
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 1.2;
  }
}


/*------------------------------------
	Z index
------------------------------------*/
.z-index-5 {
  z-index: 5;
}

.z-index-10 {
  z-index: 10;
}

.z-index-20 {
  z-index: 20;
}

.z-index-50 {
  z-index: 50;
}

.z-index-100 {
  z-index: 100;
}

.z-index-500 {
  z-index: 500;
}

.z-index-1000 {
  z-index: 1000;
}

/*------------------------------------
 Font weight
------------------------------------*/
.font-weight-500 {
  font-weight: 500;
}

.font-weight-600 {
  font-weight: 600;
}

.font-weight-800 {
  font-weight: 800;
}

.font-weight-900 {
  font-weight: 900;
}

.font-size-1 {
  font-size: 1rem;
}

.font-size-2 {
  font-size: 2rem;
}

.font-size-3 {
  font-size: 3rem;
}

.font-size-4 {
  font-size: 4rem;
}

.font-size-5 {
  font-size: 5rem;
}

.m-module {
  margin: 2rem;
}

.mt-module {
  margin-top: 2rem;
}

.mr-module {
  margin-right: 2rem;
}

.mb-module {
  margin-bottom: 2rem;
}

.ml-module {
  margin-left: 2rem;
}

.mt-minus {
  margin-top: -2.5rem;
}

.mt-minus-sm {
  margin-top: -1rem;
}

.mt-minus-md {
  margin-top: -3rem;
}

.mt-minus-lg {
  margin-top: -6rem;
}

/*------------------------------------
	Space
------------------------------------*/
/*top*/
.t-0 {
  top: 0;
}

.t-1 {
  top: 1rem;
}

.t-2 {
  top: 2rem;
}

.t-3 {
  top: 3rem;
}

.t-4 {
  top: 4rem;
}

/*bottom*/
.b-0 {
  bottom: 0;
}

.b-1 {
  bottom: 1rem;
}

.b-2 {
  bottom: 2rem;
}

.b-3 {
  bottom: 3rem;
}

.b-4 {
  bottom: 4rem;
}

/*right*/
.r-0 {
  right: 0;
}

.r-1 {
  right: 1rem;
}

.r-2 {
  right: 2rem;
}

.r-3 {
  right: 3rem;
}

.r-4 {
  right: 4rem;
}

/*left*/
.l-0 {
  left: 0rem;
}

.l-1 {
  left: 1rem;
}

.l-2 {
  left: 2rem;
}

.l-3 {
  left: 3rem;
}

.l-4 {
  left: 4rem;
}

.no-margin {
  right: 0;
  bottom: 0;
  left: 0;
}

/*------------------------------------
  Space Percent
------------------------------------*/
/*top*/
.top-1 {
  top: 10%;
}

.top-2 {
  top: 20%;
}

.top-3 {
  top: 30%;
}

.top-4 {
  top: 40%;
}

.top-5 {
  top: 50%;
}

/*bottom*/
.bottom-1 {
  bottom: 10%;
}

.bottom-2 {
  bottom: 20%;
}

.bottom-3 {
  bottom: 30%;
}

.bottom-4 {
  bottom: 40%;
}

.bottom-5 {
  bottom: 50%;
}

/*right*/
.right-1 {
  right: 10%;
}

.right-2 {
  right: 20%;
}

.right-3 {
  right: 30%;
}

.right-4 {
  right: 40%;
}

.right-5 {
  right: 50%;
}

/*left*/
.left-1 {
  left: 10%;
}

.left-2 {
  left: 20%;
}

.left-3 {
  left: 30%;
}

.left-4 {
  left: 40%;
}

.left-5 {
  left: 50%;
}

.h-0 {
  height: 0;
}

.gap-0, .gap-05, .gap-075, .gap-1, .gap-15, .gap-2, .gap-25, .gap-3, .gap-4 {
  width: 100%;
  clear: both;
}

.gap-0 {
  height: .1px;
}

.gap-05 {
  height: 0.5rem;
}

.gap-075 {
  height: 0.75rem;
}

.gap-1 {
  height: 1rem;
}

.gap-15 {
  height: 1.5rem;
}

.gap-2 {
  height: 2rem;
}

.gap-25 {
  height: 2.5rem;
}

.gap-3 {
  height: 3rem;
}

.gap-4 {
  height: 4rem;
}

/*------------------------------------
	Border width
------------------------------------*/
.border-none {
  border-width: 0 !important;
}

.border-1 {
  border-width: 1px !important;
}

.border-2 {
  border-width: 2px !important;
}

.border-3 {
  border-width: 3px !important;
}

.border-4 {
  border-width: 4px !important;
}

.border-5 {
  border-width: 5px !important;
}

.border-smooth {
  border-color: rgba(255, 255, 255, 0.12) !important;
}

.border-smooth-light {
  border-color: #e0e0e0 !important;
}

.border-0 {
  border-width: 0px !important;
}

.border-1 {
  border-width: 1px !important;
}

.border-2 {
  border-width: 2px !important;
}

.border-3 {
  border-width: 3px !important;
}

.border-4 {
  border-width: 4px !important;
}

.border-5 {
  border-width: 5px !important;
}

@media (min-width: 576px) {
  .border-sm-0 {
    border-width: 0px !important;
  }

  .border-sm-1 {
    border-width: 1px !important;
  }

  .border-sm-2 {
    border-width: 2px !important;
  }

  .border-sm-3 {
    border-width: 3px !important;
  }

  .border-sm-4 {
    border-width: 4px !important;
  }

  .border-sm-5 {
    border-width: 5px !important;
  }
}

@media (min-width: 768px) {
  .border-md-0 {
    border-width: 0px !important;
  }

  .border-md-1 {
    border-width: 1px !important;
  }

  .border-md-2 {
    border-width: 2px !important;
  }

  .border-md-3 {
    border-width: 3px !important;
  }

  .border-md-4 {
    border-width: 4px !important;
  }

  .border-md-5 {
    border-width: 5px !important;
  }
}

@media (min-width: 992px) {
  .border-lg-0 {
    border-width: 0px !important;
  }

  .border-lg-1 {
    border-width: 1px !important;
  }

  .border-lg-2 {
    border-width: 2px !important;
  }

  .border-lg-3 {
    border-width: 3px !important;
  }

  .border-lg-4 {
    border-width: 4px !important;
  }

  .border-lg-5 {
    border-width: 5px !important;
  }
}

@media (min-width: 1200px) {
  .border-xl-0 {
    border-width: 0px !important;
  }

  .border-xl-1 {
    border-width: 1px !important;
  }

  .border-xl-2 {
    border-width: 2px !important;
  }

  .border-xl-3 {
    border-width: 3px !important;
  }

  .border-xl-4 {
    border-width: 4px !important;
  }

  .border-xl-5 {
    border-width: 5px !important;
  }
}

/*------------------------------------
 Border Child
------------------------------------*/
.border-top-first-0>li, .border-top-first-0>article {
  border-top: 1px solid #dee2e6;
}

.border-top-first-0>li:first-child, .border-top-first-0>article:first-child {
  border-top: none;
}

.border-top-first-0>a {
  border-top: 1px solid #dee2e6;
}

.border-top-first-0>a:first-child {
  border-top: none;
}

.border-left-first-0>li, .border-left-first-0>article {
  border-left: 1px solid #dee2e6;
}

.border-left-first-0>li:first-child, .border-left-first-0>article:first-child {
  border-left: none;
}

.border-left-first-0>a {
  border-left: 1px solid #dee2e6;
}

.border-left-first-0>a:first-child {
  border-left: none;
}

.border-right-last-0>li, .border-right-last-0>article {
  border-right: 1px solid #dee2e6;
}

.border-right-last-0>li:last-child, .border-right-last-0>article:last-child {
  border-right: none;
}

.border-right-last-0>a {
  border-right: 1px solid #dee2e6;
}

.border-right-last-0>a:last-child {
  border-right: none;
}

.border-bottom-last-0>li, .border-bottom-last-0>article {
  border-bottom: 1px solid #dee2e6;
}

.border-bottom-last-0>li:last-child, .border-bottom-last-0>article:last-child {
  border-bottom: none;
  border-bottom: 1px solid #dee2e6;
  /* Se adiciono */
}

.border-bottom-last-0>a {
  border-bottom: 1px solid #dee2e6;
}

.border-bottom-last-0>a:last-child {
  border-bottom: none;
}

/* Fila Todas las noticias */

.color-tnoticias-i {
  color: #1bc2ee;
}

.color-tnoticias-a {
  color: #188fbb;
}

/* Containers colors */

.bg-redes {
  background-color: #ffffff !important;
}

.bg-informacion {
  background-color: #132856 !important;
  background-image: url(/media/filer_public/06/18/06188164-a387-41e3-ae5c-d033733e2813/headermap.png);
}

.bg-redes .card {
  border: 1px solid #ffffff !important;
}


.bg-slider-empresas {
  background-color: #f6f7fb !important;
}

.bg-slider-empresas .card {
  background-color: #f6f7fb !important;
  border: 1px solid #f6f7fb !important;
}

.border-redes {
  border-top: 2px solid #132856d6 !important;
  border-bottom: 2px solid #132856d6 !important;

}

.bg-noticias {
  background-color: #E2ECFD !important;
}

.bg-videos {
  background-color: #195c8b !important;
}

.back-datos {
  background-color: #0091cd;
}

.back-menu-new {
  min-height: 100px;
  background-color: #132856d6 !important;
}

.color-menu-new {
  color: #ffffff !important;
}



/* ESTILOS EITI COLOMBIA PAGE */



.legend .responsive-header {
  display: none;
}

.legend .legend_header {
  margin-bottom: 5px;
}

.legend .legend_title {
  line-height: 1.8em;
}

.legend .legend_footer {
  color: #555;
}

.legend .responsive-legend {
  display: block;
}

.legend i {
  width: 16px;
  height: 16px;
  float: left;
  margin-right: 0.5em;
  margin-top: 0.4em;
}

.legend i.satisfactory_progress {
  background-color: #2D8B2A;
}

.legend i.meaningful_progress {
  background-color: #84AD42;
}

.legend i.inadequate_progress___suspended {
  background-color: #FAC433;
}

.legend i.no_progress {
  background-color: #C00000;
}

.legend i.yet_to_be_assessed_against_the_2016_standard {
  background-color: #6CBCE3;
}

.legend i.suspended {
  background-color: #FF6600;
}

.legend i.other {
  background-color: #808080;
}

.legend i.suspended_for_missing_deadline {
  background-color: #FAC433;
  background-size: 11px;
  background-repeat: no-repeat;
  background-position-x: 3px;
  background-position-y: 2px;
}

.legend i.suspended_due_to_political_instability {
  background-color: #FAC433;
  background-size: 10px;
  background-repeat: no-repeat;
  background-position-x: 3px;
}

.legend h2 {
  line-height: 1.25em;
}

.legend h2 span {
  font-size: 12px;
  cursor: pointer;
  color: #0078A8;
}



/* La Iniciativa */


/*------------------------------------
	Big Grid
------------------------------------*/
.featured-1 .ratio {
  padding-bottom: 84.888%;
  height: 0;
}

.featured-1 .newsbox .ratio {
  padding-bottom: 84.777%;
}

.featured-1 .newsbox>article:nth-child(1) {
  padding-top: 0;
  padding-bottom: 0.125rem;
  padding-right: 0.125rem;
}

.featured-1 .newsbox>article:nth-child(2) {
  padding-top: 0;
  padding-bottom: 0.125rem;
  padding-left: 0.125rem;
}

.featured-1 .newsbox>article:nth-child(3) {
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
  padding-right: 0.125rem;
}

.featured-1 .newsbox>article:nth-child(4) {
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
  padding-left: 0.125rem;
}

.featured-2 .ratio {
  padding-bottom: 85.2%;
  height: 0;
}

.featured-2 .newsbox .ratio {
  padding-bottom: 84.77777%;
}

.featured-2 .newsbox>article:nth-child(1) {
  padding-top: 0;
  padding-bottom: 0.125rem;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.featured-2 .newsbox>article:nth-child(1) .ratio {
  padding-bottom: 42.4%;
}

.featured-2 .newsbox>article:nth-child(2) {
  padding-top: 0.125rem;
  padding-right: 0.125rem;
  padding-bottom: 0.125rem;
}

.featured-2 .newsbox>article:nth-child(3) {
  padding-top: 0.125rem;
  padding-left: 0.125rem;
  padding-bottom: 0.125rem;
}

.featured-3 .ratio {
  padding-bottom: 55.3555556%;
  height: 0;
}

.featured-3 .newsbox .ratio {
  padding-bottom: 56.0085837%;
}

.featured-3 .newsbox>article:nth-child(1) {
  padding-bottom: 0.125rem;
}

.featured-3 .newsbox>article:nth-child(2) {
  padding-top: 0.125rem;
}

.featured-4 .ratio {
  padding-bottom: 84.55555%;
  height: 0;
}

.featured-4 .newsbox .ratio {
  padding-bottom: 84.77777%;
}

.featured-4 .newsbox>article:nth-child(1) {
  padding-top: 0;
  padding-bottom: 0.125rem;
  padding-right: 0.125rem;
}

.featured-4 .newsbox>article:nth-child(2) {
  padding-top: 0;
  padding-left: 0.125rem;
  padding-bottom: 0.125rem;
}

.featured-4 .newsbox>article:nth-child(3) {
  padding-top: 0.125rem;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.featured-4 .newsbox>article:nth-child(3) .ratio {
  padding-bottom: 41.89%;
}

.featured-5 .newsbox-left .ratio {
  padding-bottom: 84.77777%;
  height: 0;
}

.featured-5 .newsbox-left>article:nth-child(1) {
  padding-top: 0;
  padding-bottom: 0.125rem;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.featured-5 .newsbox-left>article:nth-child(1) .ratio {
  padding-bottom: 42.15%;
}

.featured-5 .newsbox-left>article:nth-child(2) {
  padding-top: 0.125rem;
  padding-right: 0.125rem;
  padding-bottom: 0.125rem;
}

.featured-5 .newsbox-left>article:nth-child(3) {
  padding-top: 0.125rem;
  padding-left: 0.125rem;
  padding-bottom: 0.125rem;
}

.featured-5 .newsbox-right .ratio {
  padding-bottom: 84.777%;
  height: 0;
}

.featured-5 .newsbox-right>article:nth-child(1) {
  padding-top: 0;
  padding-bottom: 0.125rem;
  padding-right: 0.125rem;
}

.featured-5 .newsbox-right>article:nth-child(2) {
  padding-top: 0;
  padding-bottom: 0.125rem;
  padding-left: 0.125rem;
}

.featured-5 .newsbox-right>article:nth-child(3) {
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
  padding-right: 0.125rem;
}

.featured-5 .newsbox-right>article:nth-child(4) {
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
  padding-left: 0.125rem;
}

.featured-6 .newsbox .ratio {
  padding-bottom: 99.999%;
  height: 0;
}

.featured-6 .newsbox>article:nth-child(1) {
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
  padding-right: 0;
  padding-left: 0;
}

.featured-6 .newsbox>article:nth-child(2) {
  padding-top: 0.125rem;
  padding-left: 0;
  padding-right: 0.125rem;
}

.featured-6 .newsbox>article:nth-child(3) {
  padding-top: 0.125rem;
  padding-right: 0;
  padding-left: 0.125rem;
}

.featured-7 .ratio {
  padding-bottom: 64.22%;
  height: 0;
}

.featured-7 .newsbox .ratio {
  padding-bottom: 43%;
}

.featured-7 .newsbox>article:nth-child(1) {
  padding-top: 0;
  padding-bottom: 0.125rem;
}

.featured-7 .newsbox>article:nth-child(2) {
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}

.featured-7 .newsbox>article:nth-child(3) {
  padding-top: 0.125rem;
}

.featured-8 .newsbox-left .ratio {
  padding-bottom: 85%;
  height: 0;
}

.featured-8 .newsbox-left>article:nth-child(1) {
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
  padding-left: 0;
  padding-right: 0.125rem;
}

.featured-8 .newsbox-left>article:nth-child(2) {
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
  padding-left: 0.125rem;
  padding-right: 0;
}

.featured-8 .newsbox-center .ratio {
  padding-bottom: 85.6%;
  height: 0;
}

.featured-8 .newsbox-center>article:nth-child(1) {
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
  padding-left: 0;
  padding-right: 0;
}

.featured-8 .newsbox-right .ratio {
  padding-bottom: 85%;
  height: 0;
}

.featured-8 .newsbox-right>article:nth-child(1) {
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
  padding-left: 0;
  padding-right: 0.125rem;
}

.featured-8 .newsbox-right>article:nth-child(2) {
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
  padding-left: 0.125rem;
  padding-right: 0;
}

.featured-9 .newsbox-left .ratio, .featured-9 .newsbox-right .ratio {
  padding-bottom: 84.77777%;
  height: 0;
}

.featured-9 .newsbox-left>article:nth-child(1), .featured-9 .newsbox-right>article:nth-child(1) {
  padding-top: 0;
  padding-bottom: 0.125rem;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.featured-9 .newsbox-left>article:nth-child(1) .ratio, .featured-9 .newsbox-right>article:nth-child(1) .ratio {
  padding-bottom: 41.855555%;
}

.featured-9 .newsbox-left>article:nth-child(2), .featured-9 .newsbox-right>article:nth-child(2) {
  padding-top: 0.125rem;
  padding-right: 0.125rem;
  padding-bottom: 0.125rem;
}

.featured-9 .newsbox-left>article:nth-child(3), .featured-9 .newsbox-right>article:nth-child(3) {
  padding-top: 0.125rem;
  padding-left: 0.125rem;
  padding-bottom: 0.125rem;
}

.featured-10 .newsbox-left .ratio {
  padding-bottom: 84.77777%;
  height: 0;
}

.featured-10 .newsbox-left>article:nth-child(1) {
  padding-top: 0;
  padding-bottom: 0.125rem;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.featured-10 .newsbox-left>article:nth-child(1) .ratio {
  padding-bottom: 41.855555%;
}

.featured-10 .newsbox-left>article:nth-child(2) {
  padding-top: 0.125rem;
  padding-right: 0.125rem;
  padding-bottom: 0.125rem;
}

.featured-10 .newsbox-left>article:nth-child(3) {
  padding-top: 0.125rem;
  padding-left: 0.125rem;
  padding-bottom: 0.125rem;
}

.featured-10 .newsbox-right .ratio {
  padding-bottom: 84.77777%;
  height: 0;
}

.featured-10 .newsbox-right>article:nth-child(1) {
  padding-top: 0;
  padding-bottom: 0.125rem;
  padding-right: 0.125rem;
}

.featured-10 .newsbox-right>article:nth-child(2) {
  padding-top: 0;
  padding-left: 0.125rem;
  padding-bottom: 0.125rem;
}

.featured-10 .newsbox-right>article:nth-child(3) {
  padding-top: 0.125rem;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.featured-10 .newsbox-right>article:nth-child(3) .ratio {
  padding-bottom: 41.89%;
}

@media (max-width: 767.98px) {
  .featured-2 .ratio {
    padding-bottom: 50%;
  }

  .featured-2 .newsbox .ratio {
    padding-bottom: 84.77777%;
  }

  .featured-2 .newsbox>article:nth-child(1) .ratio {
    padding-bottom: 41.855555%;
  }

  .featured-4 .ratio {
    padding-bottom: 50%;
  }

  .featured-4 .newsbox .ratio {
    padding-bottom: 84.77777%;
  }

  .featured-6 .newsbox>article:nth-child(1) {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 576px) {
  .featured-3 .newsbox>article:nth-child(1) {
    padding-top: 0;
    padding-right: 0.125rem;
  }

  .featured-3 .newsbox>article:nth-child(2) {
    padding-top: 0;
    padding-left: 0.125rem;
  }

  .featured-7 .newsbox>article:nth-child(1) {
    padding-right: 0.125rem;
    padding-bottom: 0.125rem;
  }

  .featured-7 .newsbox>article:nth-child(2) {
    padding-top: 0;
    padding-left: 0.125rem;
    padding-bottom: 0.125rem;
  }

  .featured-7 .newsbox>article:nth-child(3) {
    padding-right: 0.125rem;
    padding-bottom: 0.125rem;
  }
}

@media (min-width: 768px) {
  .featured-6 .newsbox>article:nth-child(1) {
    padding-right: .1875rem;
  }

  .featured-6 .newsbox>article:nth-child(2) {
    padding-left: .09375rem;
    padding-right: .09375rem;
  }

  .featured-6 .newsbox>article:nth-child(3) {
    padding-left: .1875rem;
  }

  .featured-7 .ratio {
    padding-bottom: 64.22%;
  }

  .featured-7 .newsbox .ratio {
    padding-bottom: 43%;
  }

  .featured-7 .newsbox>article:nth-child(1) {
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 0.125rem;
  }

  .featured-7 .newsbox>article:nth-child(2) {
    padding-top: 0.125rem;
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 0.125rem;
  }

  .featured-7 .newsbox>article:nth-child(3) {
    padding-top: 0.125rem;
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 0.125rem;
  }

  .featured-8 .newsbox-left>article:nth-child(2) {
    padding-left: 0;
    padding-right: 0.125rem;
  }

  .featured-8 .newsbox-center>article:nth-child(1) {
    padding-left: 0.125rem;
    padding-right: 0.125rem;
  }

  .featured-8 .newsbox-right>article:nth-child(1), .featured-8 .newsbox-right>article:nth-child(2) {
    padding-left: 0.125rem;
    padding-right: 0;
  }
}

@media (min-width: 992px) {
  .featured-3 .newsbox>article:nth-child(1) {
    padding-top: 0;
    padding-left: 1rem;
    padding-right: 15px;
  }

  .featured-3 .newsbox>article:nth-child(2) {
    padding-top: 0.125rem;
    padding-left: 1rem;
    padding-right: 15px;
  }
}


/* Prueba portada */


.pruebatest {
  border: 1px solid #f6f7fb;
  background-color: #f6f7fb;
  width: 200px;

}

/* NEWS */

/*------------------------------------
  Post page
------------------------------------*/
.post-content {
  line-height: 1.75;
  font-size: 1rem;
  margin-bottom: 1.5rem;
  -webkit-font-smoothing: antialiased;
}

.post-content h1, .post-content h2, .post-content h3, .post-content h4, .post-content h5, .post-content h6 {
  margin-bottom: 1rem;
}

.post-content p {
  /*color: #666666; Se cambio*/
}

.post-content .align-left, .post-content img.align-left, .post-content .alignleft {
  float: left;
  margin-right: 1.2rem;
  margin-top: 4px;
}

.post-content .align-right, .post-content img.align-right, .post-content .alignright {
  float: right;
  margin-left: 1.2rem;
  margin-top: 4px;
}

.post-content .align-center, .post-content img.align-center, .post-content .aligncenter {
  text-align: center;
}

.post-content .align-center figcaption, .post-content img.align-center figcaption, .post-content .aligncenter figcaption {
  text-align: center;
}

.post-content ul, .post-content ol {
  /*color: #666666; se cambio*/
}

.post-content ul li, .post-content ol li {
  margin-left: 0;
  line-height: 24px;
}

.post-content img {
  max-width: 100%;
}

.post-content .wp-block-embed {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: auto;
}

.post-content .wp-block-embed.is-type-video {
  overflow: hidden;
}

.type-page {
  margin-bottom: 3rem;
}

.post-content figure {
  margin-bottom: 1rem;
}

.post-content figure .b-lazy {
  width: inherit;
}

.post-content figure figcaption {
  font-family: Verdana, sans-serif;
  text-align: left;
  font-size: 80%;
  font-style: italic;
  font-weight: 400;
  line-height: 1rem;
  color: #666666;
  padding: 5px 0;
}

.post-title {
  letter-spacing: -.1px;
  font-weight: 700;
}

.post-title h1 {
  font-weight: 500;
}

.before-arrow li {
  list-style: none;
  margin-left: 0 !important;
}

.before-arrow li:before {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 800;
  float: left;
  margin-right: 0.8rem;
  font-size: 0.8rem;
}

.children-ul {
  padding-left: 2rem;
}

.ql-editor {
  max-height: 40rem;
}

.u-blockquote, .wp-block-quote {
  border-left: #24c3ee 3px solid;
  background: #f6f6f6;
  padding: 1rem;
}

.u-blockquote::before, .wp-block-quote::before {
  content: "\f10d";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: inline-block;
  position: absolute;
  color: #e9ecef;
  font-size: 2rem;
  line-height: 1;
  font-style: normal;
}

.u-blockquote p, .u-blockquote footer, .wp-block-quote p, .wp-block-quote footer {
  margin-left: 3.5rem;
}

.wp-block-quote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

.wp-block-quote footer {
  margin-left: 0;
}

.wp-block-quote cite {
  margin-left: 3.5rem;
  display: block;
  font-size: 80%;
  color: #6c757d;
}

.post-page blockquote {
  border-left: #6c63ff 3px solid;
  background: #f6f6f6;
  padding: 1rem;
}

.post-page blockquote::before {
  content: "\f10d";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: inline-block;
  position: absolute;
  color: #e9ecef;
  font-size: 2rem;
  line-height: 1;
  font-style: normal;
}

.post-page blockquote p, .post-page blockquote footer {
  margin-left: 3.5rem;
}

.post-page .entry-title {
  margin-bottom: 1.5rem;
}

.post-page strong {
  color: #1b1b1b;
}

.dropcaps {
  float: left;
  display: block;
  margin: 0.7rem 0.7rem 0 0;
  padding: 2px 10px 5px;
  font-size: 3.5rem;
  line-height: 3.5rem;
  text-align: center;
  text-transform: uppercase;
  min-width: 3.5rem;
  min-height: 3.5rem;
}

.dropcaps.rounded-circle {
  font-size: 2.75rem;
  min-width: 4rem;
}

.dropcaps-one {
  color: #1b1b1b;
  font-size: 5rem;
  padding: 0 !important;
}

.next-post-right {
  text-align: right;
}

.prev-post-left {
  text-align: left;
}

.prev-post-left a, .next-post-right a {
  color: #1b1b1b;
  font-size: 1rem;
  font-weight: 500;
}

.prev-post-left a:hover, .next-post-right a:hover {
  color: #6c63ff;
}

.follow-us li {
  display: inline-block;
}

.post-type-icon {
  position: absolute;
  text-align: center;
  width: 2.5rem;
  height: 2.5rem;
  line-height: 32px;
  left: 50%;
  top: 50%;
  margin: -15px 0 0 -15px;
  font-size: 14px;
  transition: all 0.25s;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
}

@media (max-width: 991.98px) {
  .image-single-wrapper {
    min-height: 9rem;
  }

  .post-content .video-full {
    padding-bottom: 56% !important;
  }
}

@media (max-width: 767.98px) {
  .post-content .align-left, .post-content img.align-left, .post-content .alignleft {
    max-width: 15rem;
  }

  .post-content .align-right, .post-content img.align-right, .post-content .alignright {
    max-width: 15rem;
  }

  .prev-post-left {
    text-align: center;
    margin-bottom: 1rem;
  }

  .next-post-right {
    text-align: center;
  }
}

@media (max-width: 575.98px) {
  .post-content .align-left, .post-content img.align-left, .post-content .alignleft, .post-content .align-right, .post-content img.align-right, .post-content .alignright {
    float: inherit;
    text-align: center;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
  }

  .post-content .align-left figcaption, .post-content img.align-left figcaption, .post-content .alignleft figcaption, .post-content .align-right figcaption, .post-content img.align-right figcaption, .post-content .alignright figcaption {
    text-align: center;
  }

  .author-box {
    display: inherit;
    text-align: center;
  }
}

/*------------------------------------
  Suggestion post
------------------------------------*/
.suggestion-box {
  position: fixed;
  z-index: 999;
  bottom: 4rem;
  right: -18.3rem;
  width: 18.3rem;
  border: #dee2e6 1px solid;
  border-top: #6c63ff 4px solid;
  padding: 10px 20px 20px;
  transition: all .5s;
}

.suggestion-box.show {
  right: 0;
}

.suggestion-box.close {
  display: none;
}

.close-suggestion {
  position: absolute;
  left: 0;
  top: 0;
  padding: 1px 8px 3px;
  font-size: 1.2rem;
  cursor: pointer;
}

/*------------------------------------
	Comment
------------------------------------*/
.comment-list li {
  list-style: none;
  margin-top: 2rem;
}

.comment-list li .user-comment {
  border-bottom: #dee2e6 1px dashed;
  padding-bottom: 1rem;
}

.comment-list li .user-comment .comment-author .avatar {
  float: left;
  margin-right: 1rem;
}

.comment-list li .user-comment .title-comments .authors {
  font-weight: 700;
}

.comment-list li .user-comment .comment-content p {
  margin-bottom: 0;
}

.comment-list li .sub-comment {
  margin-left: 6rem;
}

.comment-list li .sub-comment .sub-comment {
  margin-left: 0;
}

.comment-awaiting-moderation {
  background: #ffc107;
}

@media (min-width: 576px) {
  .comment-list li .sub-comment .sub-comment {
    margin-left: 6rem;
  }

  .comment-list .title-comments .dates {
    float: right;
  }
}

.recentcomments a {
  font-style: italic;
  font-family: "Roboto", Helvetica, sans-serif !important;
  font-size: 0.875rem;
}

.recentcomments .comment-author-link {
  font-style: italic;
  font-family: "Roboto", Helvetica, sans-serif !important;
  font-size: 0.875rem;
}

.recentcomments .comment-author-link a.url {
  color: #6c63ff !important;
}

/* Imagenes con animacion Mapas */

#figuraParticipantes {
  position: relative;
  width: 1170px;
  height: 1104px;
  border: 1px solid black;
  border-radius: 20px;
  margin: 10px auto;
  overflow: hidden;
  background-color: white;
}

#figuraParticipantes:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-image: url('http://www.eiticolombia.gov.co/media/filer_public/a9/9d/a99df665-8c2f-4321-89ff-dc470062856f/participantespng__1170x0_q85_subsampling-2_upscale.png');
  background-size: cover;
  opacity: .4;
  width: 1170px;
  height: 1104px;
}

#capaRecorteParticipantes {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1170px;
  height: 1104px;
}

#imagenParticipantes {
  width: 1170px;
  height: 1104px;
  position: absolute;
  top: 0;
  left: 0;
  cursor: crosshair;
}

#figuraParticipantes area {
  display: block;
}

#figuraParticipantes area:nth-of-type(1):hover~#capaRecorteParticipantes {
  -webkit-clip-path: circle(cx="290"cy="794"r="269");
  clip-path: url(#A1);
}

#figuraParticipantes area:nth-of-type(2):hover~#capaRecorteParticipantes {
  -webkit-clip-path: circle(cx="875"cy="793"r="269");
  clip-path: url(#A2);
}

#figuraParticipantes area:nth-of-type(3):hover~#capaRecorteParticipantes {
  -webkit-clip-path: circle(cx="584"cy="288"r="270");
  clip-path: url(#A3);
}


/* Cinta Info */

.bg-info_para {
  color: #000;
  background-color: #00bdd7;
}

.infoPara {
  width: 100%;
}

.infoPara>h2 {
  position: relative;
  margin: 0px;
  text-transform: initial;
}

.infoPara>.recuadro>h2 {
  margin-top: 0px;
}

.infoPara>.recuadro>img {
  margin: auto;
}



.infoPara>h2:after {
  content: "";
  height: 5px;
  width: 40px;
  display: block;
  position: absolute;
  background: #ffffff;
  left: 0;
  top: 100%;
}


.infoPara .recuadro {
  display: inline-block;
  width: 18%;
}



@media screen and (min-width: 1px) and (max-width: 767px) {
  .infoPara .recuadro {
    width: 100%;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .infoPara .recuadro {
    width: 50%;
  }
}


.infoPara .recuadro>h2 a {
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  text-transform: uppercase !important;
  font-weight: 600;
  position: relative;
  margin-bottom: 30px;
  text-align: center;
}

.infoPara .recuadro>p {
  font-size: 12px;
  line-height: 1.3;
}

.infoPara .recuadro a {
  color: #FFF;
}



/* ESTILOS ICONOS CINTA */


.predefined-widget--value-chain .value-chain-list {
  font-weight: bold;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.predefined-widget--value-chain .value-chain-list>li {
  display: inline-block;
  padding: 1em 0;
}

.predefined-widget--value-chain .value-chain-list>li.first .title,
.predefined-widget--value-chain .value-chain-list>li.last .title {
  color: #7f7f7f;
}

.predefined-widget--value-chain .value-chain-list>li.first .icon,
.predefined-widget--value-chain .value-chain-list>li.last .icon {
  fill: #bbbbbb;
}

.predefined-widget--value-chain .value-chain-list>li.first {
  padding-right: 1.5rem;
}

.predefined-widget--value-chain .value-chain-list>li.last {
  padding-left: 1.5rem;
}

.predefined-widget--value-chain .value-chain-wrapper {
  margin: 0 0.75em;
  position: relative;
}

.predefined-widget--value-chain .value-chain-wrapper .arrow {
  position: absolute;
  right: -1.25em;
  top: 30%;
}

.predefined-widget--value-chain .value-chain-wrapper .arrow .icon {
  margin-top: -3em;
}


.predefined-widget--value-chain .value-chain-wrapper .chain-info {
  display: block;
  text-align: center;
  color: #132856;
}

.predefined-widget--value-chain .value-chain-wrapper .chain-info.active,
.predefined-widget--value-chain .value-chain-wrapper .chain-info:active {
  color: #f6a70a;
}

.predefined-widget--value-chain .value-chain-wrapper .chain-info:focus,
.predefined-widget--value-chain .value-chain-wrapper .chain-info:hover {
  color: #de9708;
}

.predefined-widget--value-chain .value-chain-wrapper .chain-info .icon {
  fill: #1bc2ee;
}

.predefined-widget--value-chain .value-chain-wrapper .chain-info:hover .icon {
  fill: #f6a70a;
}

.predefined-widget--value-chain .value-chain-wrapper .chain-info:hover .title {
  color: #f6a70a;
}

.predefined-widget--value-chain .value-chain-wrapper .title {
  margin: 1.5rem 0 0;
  padding: 0.5em 10%;
  font-size: 0.975rem;
  line-height: 1.3em;
  min-height: 4em;
  color: #1bc2ee;
}

@media (max-width: 51em) {
  .predefined-widget--value-chain .value-chain-list {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .predefined-widget--value-chain .value-chain-list>li {
    width: 10em;
    padding: 2em 0;
  }

  .predefined-widget--value-chain .value-chain-list>li.first {
    padding-right: 0;
    padding-bottom: 1.5rem;
  }

  .predefined-widget--value-chain .value-chain-list>li.last {
    padding-left: 0;
    padding-bottom: 1.5rem;
  }

  .predefined-widget--value-chain .value-chain-wrapper .title {
    min-height: 0;
    margin: 1.25rem 0 0;
  }

  .predefined-widget--value-chain .value-chain-wrapper .arrow {
    position: absolute;
    right: calc(50% - 7px);
    top: calc(100% + 2rem);
    bottom: 0;
    height: 0;
    margin-left: -5.5em;
  }

  .predefined-widget--value-chain .value-chain-wrapper .arrow .icon {
    margin-top: 0;
    -webkit-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg);
  }
}

@media (min-width: 51em) and (max-width: 76em) {
  .predefined-widget--value-chain .value-chain-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    text-align: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .predefined-widget--value-chain .value-chain-list>li {
    width: 10em;
  }
}

@media (min-width: 76em) {
  .predefined-widget--value-chain .value-chain-list {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .predefined-widget--value-chain .value-chain-list>li {
    -ms-flex: 1;
    -webkit-box-flex: 1;
    flex: 1;
  }
}


@media (max-width: 51em) {

  .main-header-inner,
  .main-content-inner,
  .main-footer {
    margin-left: 0.5em;
    margin-right: 0.5em;
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .site-navigation-toggle-wrapper {
    margin-left: 0;
  }

  .footer-column {
    margin-bottom: 2em;
  }

  .page-layout--widelayout .page-title-wrapper {
    margin-left: 0.5em;
    margin-right: 0.5em;
  }

  .single-narrow-row-wrapper,
  .single-fluid-row-wrapper {
    margin-left: 0.5em;
    margin-right: 0.5em;
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }
}

@media (min-width: 51em) {
  .single-narrow-row-wrapper {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0.5em;
    padding-right: 0.5em;
    width: 50em;
  }
}

@media (min-width: 51em) and (max-width: 76em) {

  .main-header,
  .main-content,
  .main-footer {
    margin: 0 auto;
    width: 50em;
  }

  .main-content-inner,
  .footer-identity {
    margin-left: 0.5em;
    margin-right: 0.5em;
  }

  .footer-column {
    display: inline;
    float: left;
    margin-left: 0.5em;
    margin-right: 0.5em;
    position: relative;
    width: 24em;
    margin-bottom: 2em;
  }

  .page-layout--widelayout .page-title-wrapper {
    margin: 0 auto;
    width: 50em;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 0.5em;
    padding-right: 0.5em;
  }

  .single-fluid-row-wrapper {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0.5em;
    padding-right: 0.5em;
    width: 50em;
  }
}

@media (max-width: 76em) {
  .site-navigation-toggle-wrapper {
    display: inline;
    float: left;
    margin-left: 0.5em;
    margin-right: 0.5em;
    position: relative;
    width: 4em;
    float: right;
    height: 90px;
    margin-right: 0;
  }

  .site-identity-wrapper {
    display: inline;
    float: left;
    margin-left: 0.5em;
    margin-right: 0.5em;
    position: relative;
    width: 6.5em;
    margin-left: 0;
  }

  .header-items {
    display: none;
  }
}

@media (min-width: 51em) {
  .single-narrow-row-wrapper {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0.5em;
    padding-right: 0.5em;
    width: 50em;
  }
}

@media (min-width: 51em) and (max-width: 76em) {

  .main-header,
  .main-content,
  .main-footer {
    margin: 0 auto;
    width: 50em;
  }

  .main-content-inner,
  .footer-identity {
    margin-left: 0.5em;
    margin-right: 0.5em;
  }

  .footer-column {
    display: inline;
    float: left;
    margin-left: 0.5em;
    margin-right: 0.5em;
    position: relative;
    width: 24em;
    margin-bottom: 2em;
  }

  .page-layout--widelayout .page-title-wrapper {
    margin: 0 auto;
    width: 50em;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 0.5em;
    padding-right: 0.5em;
  }

  .single-fluid-row-wrapper {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0.5em;
    padding-right: 0.5em;
    width: 50em;
  }
}

@media (max-width: 76em) {
  .site-navigation-toggle-wrapper {
    display: inline;
    float: left;
    margin-left: 0.5em;
    margin-right: 0.5em;
    position: relative;
    width: 4em;
    float: right;
    height: 90px;
    margin-right: 0;
  }

  .site-identity-wrapper {
    display: inline;
    float: left;
    margin-left: 0.5em;
    margin-right: 0.5em;
    position: relative;
    width: 6.5em;
    margin-left: 0;
  }

  .header-items {
    display: none;
  }
}

@media (min-width: 76em) {

  .site-navigation-toggle-wrapper {
    display: inline;
    float: left;
    margin-left: 0.5em;
    margin-right: 0.5em;
    position: relative;
    width: 4em;
    display: inline-block;
    width: auto;
    padding: 0 10px;
    margin: 0;
  }

  .site-identity-wrapper {
    display: inline;
    float: left;
    margin-left: 0.5em;
    margin-right: 0.5em;
    position: relative;
    width: 7.125em;
  }

  .header-language {
    display: inline;
    float: left;
    margin-left: 0.5em;
    margin-right: 0.5em;
    position: relative;
    width: 6.5em;
    display: inline-block;
    width: auto;
    margin: 0;
    float: right;
  }

  .header-site-search {
    display: inline;
    float: left;
    margin-left: 0.5em;
    margin-right: 0.5em;
    position: relative;
    width: 1.5em;
    display: inline-block;
    width: 2rem;
    margin: 0 1.5rem 0 .7rem;
    float: right;
    position: static;
  }

  .header-items {
    display: inline;
    float: left;
    margin-left: 0.5em;
    margin-right: 0.5em;
    position: relative;
    width: 45.875em;
    width: auto;
    margin-left: 54px;
  }

  .single-fluid-row-wrapper {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0.5em;
    padding-right: 0.5em;
    /*width: 75em;*/
  }

  .content-search-page {
    margin-left: -0.5em;
    margin-right: -0.5em;
  }

  .content-search-page .attachment-column-wrapper {
    display: inline;
    float: left;
    margin-left: 0.5em;
    margin-right: 0.5em;
    position: relative;
    width: 17.75em;
  }

  .content-search-page .main-column-wrapper {
    display: inline;
    float: left;
    margin-left: 0.5em;
    margin-right: 0.5em;
    position: relative;
    width: 55.25em;
  }

  .view-publications-search {
    margin-left: -0.5em;
    margin-right: -0.5em;
  }

  .view-publications-search .filters-column-wrapper {
    display: inline;
    float: left;
    margin-left: 0.5em;
    margin-right: 0.5em;
    position: relative;
    width: 17.75em;
  }

  .view-publications-search .main-column-wrapper {
    display: inline;
    float: left;
    margin-left: 0.5em;
    margin-right: 0.5em;
    position: relative;
    width: 55.25em;
  }

  .custom-doublelayout.layout-narrow-left-column {
    margin-left: -0.5em;
    margin-right: -0.5em;
  }

  .custom-doublelayout.layout-narrow-left-column .group-left {
    display: inline;
    float: left;
    margin-left: 0.5em;
    margin-right: 0.5em;
    position: relative;
    width: 17.75em;
  }

  .custom-doublelayout.layout-narrow-left-column .group-right {
    display: inline;
    float: left;
    margin-left: 0.5em;
    margin-right: 0.5em;
    position: relative;
    width: 55.25em;
  }

  .custom-doublelayout.layout-narrow-right-column {
    margin-left: -0.5em;
    margin-right: -0.5em;
  }

  .custom-doublelayout.layout-narrow-right-column .group-left {
    display: inline;
    float: left;
    margin-left: 0.5em;
    margin-right: 0.5em;
    position: relative;
    width: 55.25em;
  }

  .custom-doublelayout.layout-narrow-right-column .group-right {
    display: inline;
    float: left;
    margin-left: 0.5em;
    margin-right: 0.5em;
    position: relative;
    width: 17.75em;
  }
}


/*------------------------------------
	Box Shadow
------------------------------------*/
.shadow-lrb-lg {
  box-shadow: 0 0.4rem 2.2rem 0 rgba(27, 30, 36, 0.1);
}

.shadow-lrb-sm {
  box-shadow: 0 0.1rem 0.6rem 0 rgba(27, 30, 36, 0.1);
}

.shadow-b {
  box-shadow: 0 0.5rem 1rem -0.5rem rgba(0, 0, 0, 0.1);
}

.shadow-b-sm {
  box-shadow: 0 0.5rem 0.5rem -0.5rem rgba(0, 0, 0, 0.1);
}

.shadow-t {
  box-shadow: 0 -0.5rem 1rem -0.5rem rgba(0, 0, 0, 0.1);
}

.shadow-r {
  box-shadow: 0.5rem 0 1rem -0.5rem rgba(0, 0, 0, 0.1);
}

.shadow-l {
  box-shadow: -0.5rem 0 1rem -0.5rem rgba(0, 0, 0, 0.1);
}

.no-shadow {
  box-shadow: none !important;
}



/*------------------------------------
  Extra color
------------------------------------*/
.bg-blue {
  background-color: #4285f4 !important;
}

.text-blue {
  color: #4285f4 !important;
}

.border-blue {
  border-color: #4285f4 !important;
}

.bg-purple {
  background-color: #7952B3 !important;
}

.text-purple {
  color: #7952B3 !important;
}

.border-purple {
  border-color: #7952B3 !important;
}

.bg-pink {
  background-color: #d6456a !important;
}

.text-pink {
  color: #d6456a !important;
}

.border-pink {
  border-color: #d6456a !important;
}

.bg-yellow {
  background-color: #ffc107 !important;
}

.text-yellow {
  color: #ffc107 !important;
}

.border-yellow {
  border-color: #ffc107 !important;
}

.bg-black {
  background-color: #000 !important;
}

.text-black {
  color: #000 !important;
}

.border-black {
  border-color: #000 !important;
}

.bg-themes {
  background: #fff !important;
}

.bg-light-dark, .bg-light-black {
  background: #f6f6f6 !important;
}

.p-2-sm {
  padding: 0.625rem;
}

.zoom-3 {
  zoom: 0.25;
}


.companies {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.company {
  width: 220px;
  text-align: center;
  margin: 5px;
  border: 1px solid #e1e1e1;
  background: #ffffff;
  padding-top: 10px;
}

.company .img-wrapper {
  display: flex;
  height: 110px;
}

.company_p {
  color: #fff;
  background: #0079bb;
  font-weight: bold;
  margin: 5px 0;
  font-size: 13px;
  line-height: 1.3;
}

.company_d {
  font-size: 13px;
  line-height: 1.3;
}


.b-none {
  border: none !important;
}


.img-tabs .nav-item:first-child, .main-menu .main-menu-content .nav-item .tree-1 a:first-child {
  border-bottom: none;
}


.img-tabs img {
  /*width: 100px; Se cambio */
  width: 45px;
  margin: 0 auto;
}

.img-tabs a {
  opacity: 0.5;
  transition: all ease-in-out 0.3s;
}


.img-tabs a span i {
  height: 25px;
  width: 25px;
  border-radius: 100%;
  bottom: 10px;
  right: 70px;
}

.img-tabs a img {
  /*border: 3px solid;*/
}




.img-tabs a.active {
  opacity: 1;
  transition: all ease-in-out .3s;
}


.tab-with-img i {
  right: 10px;
}

.tab-with-img {
  position: relative;
}

.nav-item1 {
  background-color: #f6f7fb;
  width: calc(100%/4);
  text-align: center;
}

.tab-with-img .nav-link {
  position: relative;
}

.img-circle {
  border-radius: 50%;
}

.embed-responsive-4by3 {
  padding-bottom: 68% !important;
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.item-color-data {
  display: flex;
  padding-top: 10px;
  color: #195c8b;
}


.news {
  /* margin: 5px; */
  margin-bottom: 13px;
  margin-bottom: 20px;
  background: #f6f7f9;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
  padding: 10px;
  border: 1px #CCC solid !important;
}

.news:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}


.display-1-informes {
  font-size: 6rem;
  font-weight: 500;
  line-height: 0.75;
  color: #0070c0;
}

.card-informes {
  background: #e9ecef;
}

.center-block-datos {
  background: #0091cd;
  display: block;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  padding: 15px;
  height: 16rem;
}

.generalidades {
  background: #4bb8b4;
  margin: 0 -15px;
  height: 17rem;
}

.portada-informe2018 {
  /* margin-bottom: 13px; */
  margin-bottom: 2rem;
  /* background: #f3f3f3; */
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
  /* padding: 10px; */
  border: 1px #CCC solid !important;
  box-shadow: 0 19px 38px rgba(0, 0, 0, 0.30), 0 15px 12px rgba(0, 0, 0, 0.22);
}

.portada-informe2017 {
  /* margin-bottom: 13px; */
  margin-bottom: 2rem;
  /* background: #f3f3f3; */
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
  /* padding: 10px; */
  border: 1px #CCC solid !important;
  box-shadow: 0 19px 38px rgba(0, 0, 0, 0.30), 0 15px 12px rgba(0, 0, 0, 0.22);
}

.portada-informe2016 {
  /* margin-bottom: 13px; */
  margin-bottom: 2rem;
  background: #f3f3f3;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
  /* padding: 10px; */
  border: 1px #CCC solid !important;
  box-shadow: 0 19px 38px rgba(0, 0, 0, 0.30), 0 15px 12px rgba(0, 0, 0, 0.22);
}

.h-60 {
  width: 60%;
}

.h-70 {
  width: 70%;
}

.h-80 {
  width: 80%;
}

.zoom-6 {
  zoom: 0.58;
}

.zoom-5 {
  zoom: 0.45;
}

@media (max-width: 768px) {
  .zoom-6 {
    zoom: 0.37;
  }

}

@media (max-width: 768px) {
  .zoom-6 {
    zoom: 0.37;
  }

}

@media (max-width: 640px) {
  .zoom-6 {
    zoom: 0.32;
  }
}

@media (max-width: 430px) {
  .zoom-6 {
    zoom: 0.2;
  }
}

@media (max-width: 370px) {
  .zoom-6 {
    zoom: 0.173;
  }
}


.grid-margin {
  margin-bottom: 1.875rem;
}

@media (min-width: 576px) {
  .grid-margin-sm-0 {
    margin-bottom: 0;
  }
}

@media (min-width: 768px) {
  .grid-margin-md-0 {
    margin-bottom: 0;
  }
}

@media (min-width: 992px) {
  .grid-margin-lg-0 {
    margin-bottom: 0;
  }
}

@media (min-width: 1200px) {
  .grid-margin-xl-0 {
    margin-bottom: 0;
  }
}