/* fonts */
@import url("https://fonts.googleapis.com/css?family=Lato:100,100i,300,300i,400,400i,700,700i,900,900i");
/* font-family: 'Lato', sans-serif; */
/* general */
html {
  position: relative;
  min-height: 100%;
  overflow-x: hidden;
}

body {
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  margin-bottom: 80px;
}

@media (max-width: 768px) {
  body, html {
    font-size: 12px;
    margin-bottom: 0px;
  }
}

.no-padding {
  padding-left: 0px;
  padding-right: 0px;
}

.center-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

.center-content.left-content {
  width: 90%;
  left: 25px;
  height: auto;
  top: 50%;
  transform: translate(0%, -50%);
  margin-left: initial;
}

@media (max-width: 768px) {
  .center-content {
    position: absolute;
    top: 50%;
    left: initial;
    transform: translate(0%, -50%);
    z-index: 2;
    width: 90%;
    left: 50%;
    margin-left: -45%;
  }
}

a {
  -moz-transition: all ease 0.1s;
  -webkit-transition: all ease 0.1s;
  -ms-transition: all ease 0.1s;
  transition: all ease 0.1s;
}

a:focus {
  outline: none;
}

.space {
  width: 100%;
  height: 100px;
}

@media (max-width: 768px) {
  .space {
    height: 103px;
  }
}

@media (min-width: 768px) {
  .no-padding-left {
    padding-left: 0px;
  }
}

/* row-vertical */
@media (min-width: 992px) {
  .row-vertical {
    display: table;
    width: 100%;
    table-layout: fixed;
  }
  .row-vertical > div {
    display: table-cell;
    vertical-align: middle;
    float: none;
  }
}

.btn:focus, .btn:active:focus, .btn.active:focus {
  outline: thin dotted;
  outline: none;
  outline-offset: 0;
}

/* isotope */
#filters {
  font-size: 20px;
  font-weight: bold;
}

.isotope {
  margin: 0px;
  background-color: #006092;
}

.isotope > div {
  padding-left: 0px;
  padding-right: 0px;
}

.isotope .element-item {
  overflow: hidden;
}

@media (min-width: 992px) {
  .isotope .element-item.filtered {
    width: 25% !important;
  }
}
.isotope .element-item.filtered .isotope-item {
  padding-bottom: 100% !important;
}

.isotope .isotope-item {
  position: relative;
  display: block;
  overflow: hidden;
  color: white;
}

.isotope .isotope-item .isotope-caption-center {
  width: 80%;
  border: 1px solid red;
  margin: 0 auto;
}

.isotope .isotope-item figure {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  -moz-transition: all ease 0.2s;
  -webkit-transition: all ease 0.2s;
  -ms-transition: all ease 0.2s;
  transition: all ease 0.2s;
}

.isotope .isotope-item .mask {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}

.isotope .isotope-item .mask.black {
  background-color: rgba(0, 0, 0, 0.65);
}

.isotope .isotope-item .mask.cyan {
  background-color: rgba(3, 147, 191, 0.65);
}

.isotope .isotope-item .mask.orange {
  background-color: rgba(232, 78, 4, 0.35);
}

.isotope .isotope-item .mask.darkblue {
  background-color: #073763;
}

.isotope .isotope-item .mask.green {
  background-color: rgba(0, 164, 124, 0.65);
}

.isotope .isotope-item .mask.red {
  background-color: red;
}

.isotope .isotope-item .mask.gradient.blue-green {
  background: #005f92;
  background: -moz-linear-gradient(45deg, #005f92 0%, #005f92 15%, #86bd28 83%, #86bd28 100%);
  background: -webkit-gradient(left bottom, right top, color-stop(0%, #005f92), color-stop(15%, #005f92), color-stop(83%, #86bd28), color-stop(100%, #86bd28));
  background: -webkit-linear-gradient(45deg, #005f92 0%, #005f92 15%, #86bd28 83%, #86bd28 100%);
  background: -o-linear-gradient(45deg, #005f92 0%, #005f92 15%, #86bd28 83%, #86bd28 100%);
  background: -ms-linear-gradient(45deg, #005f92 0%, #005f92 15%, #86bd28 83%, #86bd28 100%);
  background: linear-gradient(45deg, #005f92 0%, #005f92 15%, #86bd28 83%, #86bd28 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#005f92', endColorstr='#86bd28', GradientType=1 );
}

.isotope .isotope-item .isotope-caption {
  width: 100%;
  padding: 15px;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 2;
}

.isotope .isotope-item h3 {
  padding: 4px 8px;
  margin: 8px 0;
  font-size: 14px;
  border: 2px solid white;
  letter-spacing: .1em;
  display: inline-block;
  text-transform: uppercase;
}

.isotope .isotope-item h4 {
  font-size: 21px;
  margin: 0;
  font-weight: 700;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .isotope .isotope-item h4 {
    font-size: 24px;
  }
}
@media (min-width: 1400px) {
  .isotope .isotope-item h4 {
    font-size: 28px;
  }
}

.isotope .isotope-item h5 {
  font-size: 14px;
}

.isotope .isotope-item.h-50 {
  padding-bottom: 50%;
  background-color: #0355BD;
}

.isotope .isotope-item.h-100 {
  padding-bottom: 100%;
  background-color: #00A769;
}

.isotope .isotope-item.h-150 {
  padding-bottom: 150%;
  background-color: #D9415D;
}

.isotope .isotope-item:hover {
  text-decoration: none;
}

.isotope .isotope-item:hover figure {
  transform: scale(1.1);
}

.isotope .isotope-item:hover .gradient {
  -moz-transition: all ease 0.1s;
  -webkit-transition: all ease 0.1s;
  -ms-transition: all ease 0.1s;
  transition: all ease 0.1s;
}

.isotope .isotope-item:hover .gradient.darkblue {
  background-color: #e84e04;
}

.isotope .isotope-item:hover .gradient.blue-green {
  background: #005f92;
  background: -moz-linear-gradient(45deg, #005f92 0%, #005f92 35%, #86bd28 100%);
  background: -webkit-gradient(left bottom, right top, color-stop(0%, #005f92), color-stop(35%, #005f92), color-stop(100%, #86bd28));
  background: -webkit-linear-gradient(45deg, #005f92 0%, #005f92 35%, #86bd28 100%);
  background: -o-linear-gradient(45deg, #005f92 0%, #005f92 35%, #86bd28 100%);
  background: -ms-linear-gradient(45deg, #005f92 0%, #005f92 35%, #86bd28 100%);
  background: linear-gradient(45deg, #005f92 0%, #005f92 35%, #86bd28 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#005f92', endColorstr='#86bd28', GradientType=1 );
}

@media (max-width: 768px) {
  .isotope .isotope-item {
    padding-bottom: 50% !important;
  }
  .isotope .isotope-item h4 {
    line-height: 1.2;
    font-size: 21px;
  }
  .isotope .isotope-item h3 {
    font-size: 16px;
  }
  .isotope .isotope-item .isotope-caption {
    text-align: center !important;
  }
}

/* hamburguer icon */
#nav-icon3 {
  width: 45px;
  height: 40px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

#nav-icon3 span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: #006092;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

#nav-icon3 span:nth-child(1) {
  top: 5px;
}

#nav-icon3 span:nth-child(2), #nav-icon3 span:nth-child(3) {
  top: 18px;
}

#nav-icon3 span:nth-child(4) {
  top: 31px;
}

#nav-icon3.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}

#nav-icon3.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#nav-icon3.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#nav-icon3.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}

.hamburger-wrap, #nav-icon3 {
  display: inline-block;
  vertical-align: middle;
}

.hamburger-wrap > span {
  font-size: 10px;
  color: #006092;
  font-weight: 900;
  letter-spacing: 3px;
  display: block;
  margin-left: 2.5px;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  padding: 0 30px;
  width: 100%;
  z-index: 1000;
  background-color: #fff;
}

header .header-inner {
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 100px;
}

header .header-inner .header-col {
  display: table-cell;
  vertical-align: middle;
}

header .header-inner .header-col:first-of-type {
  width: 40%;
}

header .header-inner .header-col:last-of-type {
  width: 60%;
}

header.border-footer {
  border: 1px solid #e1e1e1;
}

header .reporte-social {
  display: inline-block;
  vertical-align: middle;
  margin-left: 30px;
}

header .reporte-social img, header .reporte-social span {
  display: block;
  vertical-align: middle;
}

header .reporte-social span {
  color: #183b6b;
}

header .header-right {
  float: right;
  margin-top: 6px;
}

header .header-right .redes-sociales {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -2px;
}

header .header-right .redes-sociales ul {
  margin: 0px;
}

header .header-right .buscar {
  margin-left: 25px;
  margin-right: 25px;
  display: inline-block;
  vertical-align: middle;
  color: #a7a7a7;
}

header .header-right .buscar span {
  margin-right: 5px;
  letter-spacing: 3px;
  font-weight: bold;
  color: #006092;
}

header .header-right .buscar .search {
  border: 1px solid #a7a7a7;
  text-align: center;
  padding: 5px 7px;
  border-radius: 5px;
  cursor: pointer;
}

header .header-right .buscar i {
  -webkit-transition: .1s ease-in-out;
  -moz-transition: .1s ease-in-out;
  -o-transition: .1s ease-in-out;
  transition: .1s ease-in-out;
}

header .header-right .buscar i:hover, header .header-right .buscar i.active {
  background-color: #073763;
  color: white;
  border-color: #073763;
}

header .header-right a:last-of-type {
  color: #006092;
  font-weight: bold;
  letter-spacing: 3px;
}

header .header-right a:last-of-type:hover {
  text-decoration: none;
}

header .logo-osde {
  margin: 0 auto;
}

@media (max-width: 996px) {
  .space {
    height: 60px;
  }
  header {
    padding-left: 15px;
    padding-right: 15px;
    height: 60px;
    overflow: hidden;
  }
  header .header-inner {
    height: 60px;
  }
  header .logo-osde {
    display: inline-block;
  }
  header .reporte-social.sm-view {
    display: inline-block !important;
    vertical-align: middle;
    text-align: left;
    margin-left: 0;
    margin-top: 3px;
  }
  header .reporte-social.sm-view span {
    margin-top: 8px;
  }
  .center-logo-wrap {
    text-align: right;
  }
}

@media (max-width: 768px) {
  .reporte-social {
    margin-left: 15px !important;
    margin-right: 0px !important;
    float: right;
  }
  .reporte-social.sm-view span {
    font-size: 21px;
    margin-top: 0px !important;
  }
}

/* nav-menu */
.nav-menu-left li + li {
  margin-left: 0;
}

.nav-menu-left li > a {
  border-radius: 0;
  color: #006092;
}

.nav-menu-left li > a:hover,
.nav-menu-left li > a:focus {
  background-color: transparent;
}

.nav-menu-left li > a > span {
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.nav-menu-left li > a .nav-icon {
  position: relative;
  height: 24px;
  margin-bottom: 2px;
}

.nav-menu-left li > a .nav-icon i {
  display: block;
  height: 4px;
  width: 40px;
  border-radius: 2px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -20px;
  margin-top: -2px;
  background: #006092;
  -moz-transition: all ease-in-out 0.3s;
  -webkit-transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}

.nav-menu-left li > a .nav-icon i:first-child {
  margin-top: -12px;
}

.nav-menu-left li > a .nav-icon i:last-child {
  margin-top: 8px;
}

.nav-menu-left li > a .nav-icon.open i {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  margin-top: -2px;
}

.nav-menu-left li > a .nav-icon.open i:nth-child(2) {
  background: transparent;
}

.nav-menu-left li > a .nav-icon.open i:last-child {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
}

.header-row {
  height: 32px;
  text-align: right;
}

.header-row + .header-row {
  margin-top: 10px;
  height: 28px;
}

.header-brand {
  margin-right: 3px;
  display: inline-block;
}

.header-brand > .img-responsive {
  height: 32px;
  width: auto;
}

.nav-menu-right {
  display: inline-block;
}

.nav-menu-right li + li {
  margin-left: 20px;
}

.nav-menu-right li {
  height: 28px;
  line-height: 28px;
  letter-spacing: .1em;
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
  color: #006092;
}

.nav-menu-right li > a {
  padding: 0;
  height: 28px;
  line-height: 28px;
  border-radius: 0;
  letter-spacing: .1em;
  font-weight: bold;
  text-transform: uppercase;
  color: #006092;
}
.nav-menu-right li > a:hover,
.nav-menu-right li > a:focus {
  background-color: transparent;
  color: #00A769;
}

.nav-menu-right li.social:after {
  content: '';
  display: table;
  clear: both;
}
.nav-menu-right li.social > span {
  display: block;
  float: left;
}
.nav-menu-right li.social > a {
  float: left;
  height: 28px;
  width: 28px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  border-radius: 4px;
}
.nav-menu-right li.social > a:hover,
.nav-menu-right li.social > a:focus {
  background-color: #00A769;
}

.nav-menu-right li > a > .fa {
  border: 1px solid #a7a7a7;
  padding: 5px 7px;
  border-radius: 4px;
  letter-spacing: 0;
  text-align: center;
  color: #a7a7a7;
  -moz-transition: all ease 0.1s;
  -webkit-transition: all ease 0.1s;
  -ms-transition: all ease 0.1s;
  transition: all ease 0.1s;
}

.nav-menu-right li > a:hover > .fa,
.nav-menu-right li > a:focus > .fa,
.nav-menu-right li > a.active > .fa {
  color: #fff;
  background-color: #00A769;
  border-color: #00A769;
}

/* search-bar */
.search-bar {
  position: absolute;
  top: 100%;
  right: -340px;
  max-width: 340px;
  width: 100%;
  padding: 30px;
  background-color: #006092;
  z-index: 999;

  -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;
}
.search-bar.open {
  right: 0;
}
@media (max-width: 996px) {
  .search-bar {
    position: fixed;
    top: auto;
    bottom: -60px;
    left: 0;
    right: 0;
    padding: 5px;
    max-width: 100%;
  }
  .search-bar.open {
    bottom: 0;
  }
}

.search-bar .form-control {
  border-radius: 0;
  border: none;
  background-color: #fff;
  box-shadow: none;
  line-height: 48px;
  height: 48px;
  padding: 0 12px;
  font-size: 18px;
}
.search-bar .btn {
  border-radius: 0 !important;
  border: none !important;
  line-height: 48px;
  height: 48px;
  padding: 0 8px;
  font-size: 24px;
}

/* flickity */
.carousel {
  padding-bottom: 30%;
}

.carousel .flickity-viewport {
  position: absolute;
  width: 100%;
}

@media (max-width: 996px) {
  .carousel {
    padding-bottom: 50%;
  }
}

@media (max-width: 768px) {
  .carousel {
    padding-bottom: 80%;
  }
}

.carousel-cell {
  width: 100%;
  height: 100%;
  background: #8C8;
  margin: 0px !important;
  margin-right: 0px !important;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.carousel-cell .s-caption {
  color: white;
  text-align: center;
  width: 80%;

  -moz-transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -ms-transition: all .3s ease;
  transition: all .3s ease;
}
.carousel-cell:hover .s-caption.inverse {
  color: #006092 !important;
}

.carousel-cell:hover .s-caption.inverse h3 {
  border-color: #006092;
}

.carousel-cell .s-caption h3 {
  font-size: 21px;
  font-weight: bold;
  letter-spacing: .2em;
  border: 2px solid white;
  margin: 0px;
  padding: 6px 24px;
  text-align: center;
  display: inline-block;
  text-transform: uppercase;
  white-space: nowrap;


  -moz-transition: border .3s ease;
  -webkit-transition: border .3s ease;
  -ms-transition: border .3s ease;
  transition: border .3s ease;
}

.carousel-cell .s-caption h4 {
  margin: 15px 0;
  text-transform: uppercase;
  font-size: 50px;
  font-weight: 700;
  line-height: 1;
}

.carousel-cell .s-caption h5 {
  font-size: 20px;
}

.carousel-cell .mask {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: green;
  opacity: 0.3;

  -moz-transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -ms-transition: all .3s ease;
  transition: all .3s ease;
}
.carousel-cell:hover .mask {
  opacity: 0;
}

@media (max-width: 996px) {
  .carousel-cell .s-caption h3 {
    padding: 6px 15px;
    font-size: 18px;
  }
  .carousel-cell .s-caption h4 {
    font-size: 36px;
  }
}

@media (max-width: 768px) {
  .carousel-cell .s-caption h3 {
    padding: 6px 15px;
    font-size: 16px;
  }
  .carousel-cell .s-caption h4 {
    margin-top: 10px;
    font-size: 28px;
  }
}

.flickity-prev-next-button {
  display: none;
}

/* position dots in gallery */
.flickity-page-dots {
  bottom: 25px;
}

/* white circles */
.flickity-page-dots .dot {
  width: 12px;
  height: 12px;
  opacity: 1;
  background: transparent;
  border: 2px solid white;
}

/* fill-in selected dot */
.flickity-page-dots .dot.is-selected {
  background: white;
}

/* submenu */
.submenu {
  background: #016191;
  background: -moz-linear-gradient(left, #016191 0%, #7bb818 92%, #7bb818 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #016191), color-stop(92%, #7bb818), color-stop(100%, #7bb818));
  background: -webkit-linear-gradient(left, #016191 0%, #7bb818 92%, #7bb818 100%);
  background: -o-linear-gradient(left, #016191 0%, #7bb818 92%, #7bb818 100%);
  background: -ms-linear-gradient(left, #016191 0%, #7bb818 92%, #7bb818 100%);
  background: linear-gradient(to right, #016191 0%, #7bb818 92%, #7bb818 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#016191', endColorstr='#7bb818', GradientType=1 );
}

.submenu h1 {
  margin: 0px;
  color: white;
  font-size: 16px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: .2em;
  padding-top: 15px;
  padding-bottom: 10px;
}

.submenu ul {
  margin: 0px;
  padding-bottom: 10px;
}

.submenu ul li {
  position: relative;
  padding-left: 10px;
  padding-right: 10px;
}

.submenu ul li:before {
  content: '';
  width: 1px;
  height: 10px;
  background-color: white;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -5px;
}

.submenu ul li:last-child:before {
  visibility: hidden;
}

.submenu ul li a {
  color: white;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .1em;
}

.submenu ul li a:hover {
  color: #87bd26;
}

.submenu ul li a:focus {
  color: #87bd26;
}

.submenu ul li.active a {
  color: #87bd26;
}

.submenu.affix {
  width: 100%;
  top: 0;
  left: 0;
  margin-top: 99px;
  z-index: 30;
}

/* navigation menu */
.navigation-menu {
  width: 340px;
  background-color: #073763;
  position: fixed;
  top: 100px;
  left: -360px;
  z-index: 999;
  -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;
}
@media (min-width: 996px) {
  .navigation-menu {
    max-height: calc(100% - 100px);
    overflow: hidden;
    overflow-y: auto;
  }
}

.navigation-menu.open {
  left: 0px;
}

.navigation-menu .navigation-menu-inner {
  position: relative;
  width: 100%;
  height: 100%;
}

.navigation-menu .close-arrow {
  width: 25px;
  height: 25px;
  background-image: url(../pics/close-icon.png);
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  float: right;
  margin-top: 15px;
  margin-right: 15px;
  margin-bottom: 0px;
}

.navigation-menu ul {
  list-style: none;
}

.navigation-menu .main-ul {
  margin: 10px 40px;
  padding: 0;
  clear: both;
}

.navigation-menu .main-ul li {
  padding: 7px 0;
  margin-right: 40px;
}

.navigation-menu .main-ul li a {
  font-weight: 600;
  color: white;
  text-decoration: none;
  font-size: 17px;
  letter-spacing: 2px;
}

.navigation-menu .main-ul li a:hover {
  color: #86bd28;
}

.navigation-menu .main-ul li a:focus {
  color: #86bd28;
}

.navigation-menu .main-ul li.active a {
  color: #86bd28;
}

.navigation-menu .main-ul.home-style {
  margin-top: 100px;
  margin-bottom: 100px;
}

.navigation-menu .main-ul.home-style li {
  padding-bottom: 30px;
}

.navigation-menu .main-ul.home-style li:last-child {
  border-bottom: 0px solid #839bb1;
}

.navigation-menu .second-ul {
  margin-right: 40px;
}

.navigation-menu .second-ul h3 {
  color: #89bc2f;
  font-size: 16px;
  margin-bottom: 15px;
}

.navigation-menu .second-ul li {
  padding-bottom: 10px;
}

.navigation-menu .second-ul li a {
  color: white;
  font-size: 17px;
  font-weight: 300;
  text-decoration: none;
}

.navigation-menu .second-ul li a:hover {
  color: #86bd28;
}

.navigation-menu .second-ul li:first-child {
  border-top: 1px solid #839bb1;
}

.navigation-menu .second-ul li.social:after {
  content: '';
  display: table;
  clear: both;
}
.navigation-menu .second-ul li.social > a {
  display: block;
  float: left;
  padding: 0 4px;
  border-radius: 3px;
  background-color: #fff;
}
.navigation-menu .second-ul li.social > a+a {
  margin-left: 2px;
}


.navigation-menu .descargar-reporte {
  display: block;
  padding-left: 40px;
  padding-right: 40px;
  background-image: url("../pics/descargar-reporte.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding-top: 20px;
  padding-bottom: 20px;
}

.navigation-menu .descargar-reporte:hover {
  text-decoration: none;
}

.navigation-menu .descargar-reporte h4 {
  color: white;
  font-size: 15px;
  letter-spacing: .2em;
  line-height: 21px;
  text-transform: uppercase;
}

.navigation-menu .descargar-reporte span {
  width: 36px;
  height: 36px;
  display: block;
  background-image: url("../pics/download-icon.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

@media (max-width: 996px) {
  .navigation-menu {
    width: 100%;
    height: auto;
    top: 60px;
    left: -100%;
    bottom: 0;
  }
  .navigation-menu .navigation-menu-inner {
    padding-bottom: 200px;
    overflow-y: auto;
  }
  .navigation-menu .descargar-reporte {
    position: absolute;
    width: 100%;
    bottom: 0px;
    padding: 0 40px 15px;
  }
  .submenu.affix {
    margin-top: 65px !important;
  }
}

.search-pop {
  display: none;
  background-color: #073763;
  position: fixed;
  width: 100%;
  top: 100px;
  left: 0;
  bottom: 0;
  z-index: 0;
  padding: 15px 60px;
  opacity: 0;
  -webkit-transition: .15s ease-in-out;
  -moz-transition: .15s ease-in-out;
  -o-transition: .15s ease-in-out;
  transition: .15s ease-in-out;
}
@media (max-width: 996px) {
  .search-pop {
    top: 60px;
  }
}

.search-pop .search-close-wrap {
  text-align: right;
}

.search-pop .search-close-wrap .search-close {
  width: 25px;
  height: 25px;
  background-image: url(../pics/close-icon.png);
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
}

.search-pop .search-close-wrap h6 {
  color: white;
  margin-right: 10px;
  font-weight: 600;
  letter-spacing: 1px;
}

.search-pop .search-close-wrap h6, .search-pop .search-close-wrap .search-close {
  display: inline-block;
  vertical-align: middle;
}

.search-pop input {
  background-color: transparent;
  border: 0px;
  color: white;
  font-size: 80px;
  font-weight: bold;
  margin-left: 15px;
}

.search-pop input:focus {
  border-color: transparent;
  color: white;
  outline: none;
}

.search-pop h3 {
  color: white;
  font-size: 14px;
  margin-left: 15px;
  letter-spacing: 1px;
}

.search-pop.open {
  opacity: 1;
  z-index: 899;
}

/* hero */
.hero {
  width: 100%;
  padding-bottom: 20%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

@media (max-width: 996px) {
  .hero {
    padding-bottom: 40%;
  }
}

@media (max-width: 768px) {
  .hero {
    padding-bottom: 60%;
  }
}

.nota-header {
  background-color: #0393bf;
}
.nota-header .container-fluid {
  padding-right: 120px;
  padding-left: 120px;
}

.nota-header .breadcrumb {
  margin-top: 15px;
  background-color: transparent;
  padding-left: 0px;
}

.nota-header .breadcrumb li {
  text-transform: uppercase;
  color: #fff;
}

.nota-header .breadcrumb li a {
  text-transform: uppercase;
  color: white;
}

.nota-header h1 {
  color: white;
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 40px;
  max-width: 800px;
}

.nota-header .beside-title {
  color: white;
}

.nota-header .beside-title h4 {
  margin: 0px;
  font-weight: bold;
  font-size: 20px;
}

.nota-header .beside-title p {
  font-size: 18px;
}

.nota-header .beside-title .btn-outline {
  border-radius: 0px;
  background-color: rgba(255,255,255,.1);
  font-weight: bold;
  padding: 10px 20px;
  padding-right: 25px;
  border: 2px solid rgba(255,255,255,.4);
  -webkit-transition: .1s ease-in-out;
  -moz-transition: .1s ease-in-out;
  -o-transition: .1s ease-in-out;
  transition: .1s ease-in-out;
}

.nota-header .beside-title .btn-outline:before {
  content: '';
  background-image: url("../pics/download-icon.png");
  width: 25px;
  height: 25px;
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  margin-right: 10px;
}

.nota-header .beside-title .btn-outline:hover, .nota-header .beside-title .btn-outline:focus, .nota-header .beside-title .btn-outline:active {
  border-color: white;
  box-shadow: none;
}

@media (max-width: 996px) {
  .nota-wrapper {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }
  .nota-header .container-fluid {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }
  .beside-title {
    margin-top: 25px;
    margin-bottom: 40px;
  }
  .nota-bottom-header .redes-sociales {
    text-align: center;
    margin-bottom: 40px;
  }
  .nota-bottom-header h2 {
    text-align: center;
  }
}

.nota-bottom-header {
  background-color: rgba(0,0,0,0.1);
}

.nota-bottom-header h2 {
  color: white;
  font-size: 24px;
  margin: 0px;
  padding-top: 30px;
  padding-bottom: 30px;
}

.nota-bottom-header .redes-sociales ul {
  margin: 0px;
  display: inline-block;
}

.nota-bottom-header .redes-sociales ul li a {
  color: rgba(255,255,255,.5);
  text-decoration: none;
  font-size: 24px;
}

.nota-bottom-header .redes-sociales ul li a:hover {
  color: white;
}

.nota-bottom-header .redes-sociales ul li + li {
  margin-left: 18px;
}

.nota-wrapper {
  padding: 30px 120px;
}

.nota-wrapper .highlighted-text {
  font-size: 18px;
  color: #0387af;
  text-transform: uppercase;
  line-height: 26px;
}

.nota-wrapper p {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #777777;
  font-size: 16px;
  line-height: 1.8;
  text-align: justify;
}

.nota-wrapper p.footnote {
  line-height: 1.4;
  font-size: 11px;
}

.nota-wrapper p span {
  color: #0393bf;
}

.nota-wrapper figure {
  margin-top: 40px;
  margin-bottom: 40px;
}

.nota-wrapper figure img {
  margin: 0 auto;
}

.nota-wrapper figure figcaption {
  text-align: center;
  margin-top: 5px;
  font-size: 13px;
  color: #999;
}

.nota-wrapper .aside-quote {
  color: #0393bf;
  font-size: 27px;
  text-transform: uppercase;
  line-height: 35px;
}

.nota-wrapper ul li {
  color: #777777;
  font-size: 16px;
  line-height: 26px;
}

.leer-mas-notas {
  margin-bottom: 60px;
}

.leer-mas-notas .related-news-item {
  margin-bottom: 30px; 
}

.leer-mas-notas p {
  color: #006092;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: bold;
  line-height: 20px;
  margin: 0px;
}

.leer-mas-notas a {
  display: block;
  overflow: hidden;
  position: relative;
}

.leer-mas-notas a:hover .figure-item {
  transform: scale(1.1);
}

.leer-mas-notas a:hover .overlay {
  opacity: 1;
}

.leer-mas-notas a:hover .overlay h3 {
  left: 50%;
  letter-spacing: 4px;
}

.leer-mas-notas a .figure-item {
  position: relative;
  width: 100%;
  padding-bottom: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #0393bf;
  -webkit-transition: .2s ease-out;
  -moz-transition: .2s ease-out;
  -o-transition: .2s ease-out;
  transition: .2s ease-out;
}

.leer-mas-notas a .overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(3, 147, 191, 0.5);
  opacity: 0;
  -webkit-transition: .2s ease-out;
  -moz-transition: .2s ease-out;
  -o-transition: .2s ease-out;
  transition: .2s ease-out;
}

.leer-mas-notas a .overlay h3 {
  position: absolute;
  top: 50%;
  left: 30%;
  transform: translate(-50%, -50%);
  margin: 0px;
  color: white;
  font-size: 15px;
  letter-spacing: 0px;
  -webkit-transition: .2s ease-out;
  -moz-transition: .2s ease-out;
  -o-transition: .2s ease-out;
  transition: .2s ease-out;
}

.leer-mas-notas .figure-item-title {
  font-size: 14px;
  text-decoration: none;
  color: #777777;
  margin-top: 5px;
  line-height: 22px;
}
.leer-mas-notas .figure-item-title > span {
  display: inline-block;
  max-width: 90%;
  margin-right: 4px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: middle;
}
.leer-mas-notas .figure-item-title > .fa {
  vertical-align: middle;
}

.leer-mas-notas .figure-item-title:hover {
  color: #0393bf;
}

.leer-mas-notas .figure-item-title span {
  color: #0393bf;
}

@media (max-width: 996px) {
  .leer-mas-notas .overlay {
    opacity: 1 !important;
  }
}

@media (max-width: 768px) {
  .leer-mas-notas .row > div {
    margin-top: 35px;
  }
  .leer-mas-notas h3 {
    left: 50% !important;
    letter-spacing: 4px !important;
  }
}

.comenta-nota {
  margin-bottom: 40px;
  border-top: 1px solid #acacac;
  border-bottom: 1px solid #acacac;
  padding: 20px 15px;
}

.comenta-nota p {
  margin: 0px;
  font-weight: bold;
}

.comenta-nota .btn-comment {
  background-color: #86bd28;
  border-color: #86bd28;
  font-size: 13px;
  font-weight: bold;
  padding: 10px 30px;
  letter-spacing: 1px;
  margin: 0px;
}

.comenta-nota .btn-comment:hover {
  background-color: white;
  color: #86bd28;
  border-color: #86bd28;
}

.highlighted-box {
  padding: 30px;
  margin-bottom: 30px;
}
.highlighted-box.violet {
  background-color: #854794;
}
.highlighted-box.orange {
  background-color: #ef8048;
}
.highlighted-box.osde-blue {
  background-color: #455cac;
}
.highlighted-box.waterblue {
  background-color: #63c2c5;
}
.highlighted-box.skyblue {
  background-color: #4dc2ee;
}
.highlighted-box.yellow {
  background-color: #ffd765;
}
.highlighted-box.salmon {
  background-color: #eb5d45;
}
.highlighted-box.pink {
  background-color: #f9ccc0;
}
.highlighted-box img {
  width: 100px;
  height: 100px;
  margin: 0 auto;
  display: block;
  margin-bottom: 20px;
}

.highlighted-box.full-width {
  height: auto;
  margin-bottom: 20px;
  padding: 20px;
}

.highlighted-box.full-width h3 {
  font-size: 32px;
  margin-bottom: 25px;
}

.highlighted-box.full-width p {
  font-size: 20px;
  line-height: initial;
}

.highlighted-box.text-white h4,
.highlighted-box.text-white h3,
.highlighted-box.text-white p,
.highlighted-box.text-white small {
  color: #fff !important;
}

.highlighted-box.text-black h4,
.highlighted-box.text-black h3,
.highlighted-box.text-black p,
.highlighted-box.text-black small { 
  color: #333 !important;
}

.highlighted-box h3 {
  margin-top: 0;
  margin-bottom: 15px;
  font-weight: 700;
}

.highlighted-box p {
  margin-top: 0;
  margin-bottom: 10px;
  line-height: 1.4; 
}
.highlighted-box p:last-of-type {
  margin-bottom: 0;
}

.stats-box img {
  display: block;
  margin: 0 auto;
}

.stats-box span {
  display: block;
  text-align: center;
  font-size: 24px;
}

.stats-box h3 {
  margin: 0px;
  font-weight: bold;
  font-size: 18px;
  text-transform: uppercase;
  text-align: center;
}

.embed-responsive {
  margin-bottom: 40px;
}

.contact-content {
  padding-left: 120px;
  padding-right: 120px;
}

.contact-content h1 {
  font-weight: bold;
  font-size: 42px;
  color: #183b6b;
  margin: 15px 0;
  padding: 0;
  text-transform: uppercase;
}
.contact-content .lead {
  font-weight: 400;
  color: #777777;
  line-height: 1.6;
}
.contact-content .lead b {
  color: #00A769;
}

.contact-content form {
  margin-bottom: 80px;
}

.contact-content form .form-control:focus {
  border-color: #64bac1;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: none;
}

.contact-content form .form-group {
  margin-bottom: 20px;
}

.contact-content form .form-group label {
  color: #006092;
  letter-spacing: 2px;
}

.contact-content form button {
  float: right;
  margin-right: 15px;
  background-color: #48bac1;
  color: white;
  border-color: #48bac1;
  font-size: 12px;
  padding: 8px 70px;
  -webkit-transition: .1s ease-out;
  -moz-transition: .1s ease-out;
  -o-transition: .1s ease-out;
  transition: .1s ease-out;
}

.contact-content form button:hover {
  background-color: white;
  border-color: #48bac1;
  color: #48bac1;
}

.contact-content aside {
  padding-right: 0px;
  padding-left: 60px;
}

.contact-content aside h3 {
  color: #006092;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 14px;
  font-weight: 600;
}

.contact-content aside .mailto {
  color: #183b6b;
  font-weight: bold;
  font-size: 30px;
  line-height: 30px;
  margin-bottom: 80px;
  display: block;
}

.contact-content aside .mailto span {
  color: #48bac1;
  text-decoration: none;
}

.contact-content aside .mailto:hover {
  color: #48bac1;
  text-decoration: none;
}

.contact-content aside .nuestras-redes li + li {
  padding-left: 20px;
}

@media (max-width: 996px) {
  .contact-content {
    padding-left: 15px;
    padding-right: 15px;
  }
  .contact-content aside {
    padding-left: 0px;
  }
  .contact-content .mailto {
    margin-bottom: 40px !important;
  }
  .contact-content .nuestras-redes {
    margin-bottom: 40px;
  }
  .contact-content h1 {
    text-align: center;
  }
}

/* footer */
footer {
  width: 100%;
  background-color: #f7f7f7;
  padding: 20px 60px;
  height: 80px;
  position: absolute;
  bottom: 0;
}

footer h6 {
  font-size: 14px;
  color: #999999;
  text-align: center;
}

footer .container-fluid .row div:last-of-type {
  text-align: right;
  margin-top: 10px;
  margin-bottom: 10px;
}

footer .container-fluid .row div:last-of-type i {
  font-size: 14px;
}

footer .container-fluid .row div:last-of-type a {
  color: #183b6b;
  text-decoration: none;
  font-size: 14px;
}

footer .container-fluid .row div:last-of-type a:hover {
  color: #86bd28;
}

@media (max-width: 768px) {
  footer {
    height: auto !important;
    position: relative;
  }
  footer .logo-footer {
    margin: 0 auto;
    display: block;
    margin-bottom: 15px;
    margin-top: 5px;
  }
  footer .container-fluid .row div:last-of-type {
    text-align: center;
  }
}

/* others */
.img-thumbnail {
  border-radius: 0 !important;
}

.cursor-default {
  cursor: default !important;
}

/* blue-green-gradient */
.blue-green-gradient {
  background: #016191;
  background: -moz-linear-gradient(left, #016191 0%, #7bb818 92%, #7bb818 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #016191), color-stop(92%, #7bb818), color-stop(100%, #7bb818));
  background: -webkit-linear-gradient(left, #016191 0%, #7bb818 92%, #7bb818 100%);
  background: -o-linear-gradient(left, #016191 0%, #7bb818 92%, #7bb818 100%);
  background: -ms-linear-gradient(left, #016191 0%, #7bb818 92%, #7bb818 100%);
  background: linear-gradient(to right, #016191 0%, #7bb818 92%, #7bb818 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#016191', endColorstr='#7bb818', GradientType=1 );
}