@font-face {
  font-family: "Lato";
  src: url("fonts/Lato/Lato-Regular.ttf");
}
@font-face {
  font-family: "Lato";
  src: url("fonts/Lato/Lato-Black.ttf");
  font-weight: bold;
}
@font-face {
  font-family: "Lato";
  src: url("fonts/Lato/Lato-Light.ttf");
  font-weight: lighter;
}

/*@font-face {*/
/*  font-family: "Proxima Nova";*/
/*  src: url("fonts/ProximaNova-Regular.ttf");*/
/*}*/
/*@font-face {*/
/*  font-family: "Proxima Nova";*/
/*  src: url("fonts/ProximaNova-Semibold.ttf");*/
/*  font-weight: bold;*/
/*}*/
/*@font-face {*/
/*  font-family: "Proxima Nova";*/
/*  src: url("fonts/ProximaNova-Light.ttf");*/
/*  font-weight: lighter;*/
/*}*/

/*.navbar{*/
/*   padding: .5rem 0rem !important;*/
/*    background-color: #A7A337 !important;*/
/*    opacity: 0.3;*/
/*}*/

/*.navbar > div:not(.container-fluid){*/
/*     opacity: 1;*/
/*}*/

.hidden{
  display: none;
}

#mainNav {
  min-height: 56px;
}
#mainNav .navbar-toggler {
  font-size: 80%;
  padding: 0.75rem;
  color: #A7A337;
  border: 1px solid #A7A337;
}
#mainNav .navbar-toggler:focus {
  outline: none;
}
#mainNav .navbar-brand {
  color: #161616;
  font-weight: 700;
  padding: 0.9rem 0;
}
#mainNav .navbar-nav .nav-item:hover {
  color: fade(white, 80%);
  outline: none;
  background-color: transparent;
}
#mainNav .navbar-nav .nav-item:active, #mainNav .navbar-nav .nav-item:focus {
  outline: none;
  background-color: transparent;
}
#mainNav .navbar-nav .nav-item .btn-menu {
  padding: 7px 25px;
  background-color: #A7A337;
  vertical-align: middle;
  margin: 3px 0;
}
#mainNav .lang {
  margin: 10px 0 10px;
  text-align: right;
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
}
#mainNav .lang a {
  margin: 0 10px;
  color: rgba(255, 255, 255, 0.5);
}
#mainNav .lang a.active {
  color: #fff;
}
#mainNav .lang a:last-child {
  margin-right: 0;
}

.padding-modificado{
    padding-right:0 !important;
    padding-left: 0 !important;
}

.padding-agregado{
    padding-left: 15px;
    padding-right: 15px;
}



@media (min-width: 992px) {

    .padding-historia{
        padding-left: 30px;
    }

    .padding-nuestra {
    padding-top: 40px !important;
}


.row-modificado{
    margin-left: 0px !important;
  }

  #mainNav {
    padding-top: 0;
    padding-bottom: 10px;
    border-bottom: none;
    background-color: rgb(0,0,0,0.3);
    transition: background-color 0.3s ease-in-out;
  }
  #mainNav .navbar-brand {
    padding: 0.5rem 0;
    color: rgba(255, 255, 255, 0.5);
  }
  #mainNav .nav-link {
    transition: none;
    padding: 10px 15px;
    color: #fff;
    font-size: 14px;
  }
  #mainNav .nav-link:hover {
    color: rgba(255, 255, 255, 0.75);
  }
  #mainNav .nav-link:active {
    color: white;
  }

   #mainNav.navbar-shrink{
    padding-bottom: 25px;
  }
  #mainNav.navbar-shrink .navbar-brand {
    color: #161616;
  }
  #mainNav.navbar-shrink .nav-link {
    color: #161616;
    padding: 1.5rem 1.5rem 1.25rem;
    border-bottom: 0.25rem solid transparent;
  }
  #mainNav.navbar-shrink .nav-link:hover {
    color: #A7A337;
  }
  #mainNav.navbar-shrink .nav-link:active {
    color: #6d6b24;
  }
  #mainNav.navbar-shrink .nav-link.active {
    color: #A7A337;
    outline: none;
    border-bottom: 0.25rem solid #A7A337;
  }
  #mainNav.navbar-shrink .default-visible {
    display: none !important;
    opacity: 0;
  }
  #mainNav.navbar-shrink .scroll-visible {
    display: block;
    opacity: 1;
  }
  #mainNav .menu-container {
    margin-top: 20px;
  }
  #mainNav .main-logo {
    margin-top: 12px;
    margin-bottom: -25px;
    width: 175px !important;
  }

   #mainNav .main-logo-mini {
    margin-top: 28px;
    margin-bottom: -25px;
    width:175px !important;
  }

  #mainNav .default-visible {
    display: block;
    opacity: 1;
    transition: all 0.4s;
  }
  #mainNav .scroll-visible {
    display: none;
    opacity: 0;
    transition: all 0.4s;
  }
  #mainNav .menu-scroll ul {
    display: flex;
    flex-direction: row;
    margin-top: 25px;
    margin-right: 15px;
    margin-bottom: -25px;
    padding: 0;
    width: 85px;
    justify-content: space-between;
    list-style-type: none;
  }
}




@media (min-width: 1200px) {

    .padding-historia{
        padding-left: 30px;
    }

        .padding-nuestra {
        padding-top: 130px !important;
    }

    .margin-negative{
        margin-top: -75px;
    }

    .cover-slider{
        max-width: 60%;
        position: absolute;
        left: 50%;
        bottom: 40px;
        transform: translateX(-50%);
        /*transform: translate(-50%, -50%);*/
    }
}

/***
NAV hamburger
 */
/* nav toggle */
.nav-toggle {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
  cursor: pointer;
  height: 21px;
  right: 2rem;
  position: fixed;
  top: 44px;
  width: 35px;
  z-index: 1032;
  display: none;
  transition: all 0.5s ease;
}
.nav-toggle.show {
  display: inline;
}

.nav-toggle:hover {
  opacity: 0.8;
}

.nav-toggle .nav-toggle-bar,
.nav-toggle .nav-toggle-bar::after,
.nav-toggle .nav-toggle-bar::before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: all 0.5s ease;
  background: white;
  content: "";
  height: 2px;
  width: 100%;
}

.nav-toggle .nav-toggle-bar {
  margin-top: 0;
}

.nav-toggle .nav-toggle-bar::after {
  margin-top: 10px;
}

.nav-toggle .nav-toggle-bar::before {
  margin-top: -10px;
}

.nav-toggle.expanded .nav-toggle-bar {
  background: transparent;
}

.nav-toggle.expanded .nav-toggle-bar::after, .nav-toggle.expanded .nav-toggle-bar::before {
  background: white;
  margin-top: 0;
}

.nav-toggle.expanded .nav-toggle-bar::after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.nav-toggle.expanded .nav-toggle-bar::before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* nav */
.nav {
  transition: right 0.5s ease;
  background: #A6A310;
  color: white;
  cursor: pointer;
  font-size: 14px;
  height: 100vh;
  right: -20rem;
  padding: 6rem 47px 47px 47px;
  position: fixed;
  top: 0;
  width: 20rem;
  z-index: 1031;
}
.nav a {
  color: #E6E8DF;
  transition: all 0.5s ease;
}
.nav a:hover {
  color: #5D5F5E;
}

.nav.expanded {
  right: 0;
}

.nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.nav ul li {
  margin-bottom: 15px;
}
.nav ul li > ul {
  display: none;
  margin-top: 15px;
  margin-left: 20px;
}
.nav ul li.active ul {
  display: block;
}

.velo {
  transition: all 0.4s;
  visibility: hidden;
  opacity: 0;
}
.velo.show {
  visibility: visible;
  opacity: 1;
  position: fixed;
  height: 100vh;
  width: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 1030;
}

@media (min-width: 768px) and (max-width: 1200px) {
  #mainNav .navbar-brand img {
    width: 180px;
  }

  .nav.expanded {
    width: 40rem;
    padding: 10rem 7rem 0;
  }
  .nav.expanded ul li {
    margin-bottom: 30px;
  }
  .nav.expanded ul li a {
    font-size: 30px;
    line-height: 1.2;
  }
  .nav.expanded .btn-gray.standar {
    width: 210px;
    height: 50px;
    font-size: 22px;
    padding: 0;
    line-height: 50px;
    margin-top: 75px;
  }

  .nav-toggle {
    /*width: 60px;
    height: 50px;
    top: 35px;
    right: 3rem;*/
    width: 45px;
    height: 18px;
    top: 60px;
    right: 1rem;
  }
  .nav-toggle .nav-toggle-bar, .nav-toggle .nav-toggle .nav-toggle-bar::after, .nav-toggle .nav-toggle .nav-toggle-bar::before {
    height: 6px;
  }

  .nav-toggle .nav-toggle-bar::after {
    margin-top: 15px;
    height: 6px;
  }

  .nav-toggle .nav-toggle-bar::before {
    margin-top: -15px;
    height: 6px;
  }

  .margin-negative{
        margin-top: -30px;
    }

    .cover-slider{
        max-width: 80%;
        position: absolute;
        left: 50%;
        bottom: 40px;
        transform: translateX(-50%);
        /*transform: translate(-50%, -50%);*/
    }
}
@media (max-width: 767px) {
  .navbar-brand {
    margin-top: 5px;
    margin-left: 15px;
  }

  .nav-toggle {
    top: 29px;
  }

  #mainNav {
    padding: 0;
    right: 15px;
  }
  #mainNav .navbar-brand {
    margin-right: 0;
  }

  .nav.expanded ul li {
    margin-bottom: 15px;
  }
  .nav.expanded ul li a {
    font-size: 18px;
    line-height: 1.2;
  }
  .nav.expanded .btn-gray.standar {
    width: 150px;
    height: 40px;
    font-size: 18px;
    padding: 0;
    line-height: 40px;
    margin-top: 30px;
  }

  .margin-negative{
    margin-top: 0px;
    }

    .cover-slider{
        max-width: 100%;
        position: absolute;
        left: 50%;
        top: 50%;
        /*transform: translateX(-50%);*/
        transform: translate(-50%, -50%);
    }
}
footer {
    margin-top: 50px !important;
  background-color: #E6E8DF;
  color: #5D5F5E;
  padding-top: 38px;
  font-size: 16px;
}
footer .copyright {
  font-size: 10px;
  background-color: #087C7E;
  /*height: 68px;*/
  /*line-height: 68px;*/
  color: #fff;
}
footer .social-networks a {
  margin: 0 5px;
  color: #5d5f5e;
  font-size: 20px;
}
footer .newsletter input[type=email] {
  width: 255px;
  height: 36px;
  border: 2px solid #5d5f5e;
  background-color: #E6E8DF;
}
footer .newsletter input[type=submit] {
  margin-top: -2px;
  margin-left: -6px;
  vertical-align: middle;
  width: 50px;
  height: 36px;
  border: 2px solid #5d5f5e;
  background-color: #E6E8DF;
  background-image: url("/imgs/icon-btn-newsletter.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20%;
}

@media (min-width: 768px) and (max-width: 1200px) {
  footer {
    padding-top: 0;
  }
  footer .col-contact {
    order: 2;
    margin-bottom: 50px;
  }
  footer .col-newsletter {
    order: 1;
    margin-bottom: 50px;
  }
  footer .col-social {
    order: 3;
  }
  footer p {
    font-size: 16px;
  }
  footer .big-s {
    font-size: 23px;
  }
  footer .copyright {
    font-size: 12px;
    /*height: 134px;
    line-height: 134px;*/
    overflow-y: hidden;
  }
  footer .social-networks a {
    margin: 0 5px;
    color: #5d5f5e;
    font-size: 20px;
  }
  footer .newsletter input[type=email] {
    width: 85%;
    height: 60px;
    float: left;
    padding-left: 7%;
    font-size: 18px;
  }
  footer .newsletter input[type=submit] {
    width: 15%;
    height: 60px;
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  footer {
    padding-top: 0;
  }
  footer .col-contact {
    order: 2;
    margin-bottom: 50px;
  }
  footer .col-newsletter {
    order: 1;
    margin-bottom: 50px;
  }
  footer .col-social {
    order: 3;
  }
  footer p {
    font-size: 18px;
  }
  footer .big-s {
    font-size: 23px;
  }
  footer .copyright {
    font-size: 8px;
    height: auto;
    line-height: 50px;
    text-align: center;
  }
  footer .social-networks a {
    margin: 0 5px;
    color: #5d5f5e;
    font-size: 20px;
  }
  footer .newsletter input[type=email] {
    width: 85%;
    height: 60px;
    float: left;
    padding-left: 2%;
    font-size: 18px;
  }
  footer .newsletter input[type=submit] {
    width: 15%;
    height: 60px;
    margin-top: 0;
  }
}
.masthead {
  position: relative;
  width: 100%;
  height: auto;
  padding: 15rem 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
}
.masthead h1 {
  font-family: "Lato", sans-serif;
  font-size: 40px;
  line-height: 36px;
  color: #fff;
}
.masthead h2 {
  max-width: 300px;
  font-size: 20px;
  color: #fff;
}
.masthead .green-btn .icons {
  margin-left: 10px;
  vertical-align: middle;
}
@media (min-width: 768px) {
  .masthead h1 {
    font-size: 4rem;
    line-height: 4rem;
  }
}
@media (min-width: 992px) {
  .masthead {
    height: 100vh;
    padding: 0;
  }

  .mastheadbold{
    font-weight: bold;
    font-size: 37px !important;
  }
  .masthead h1 {
    font-size: 36px;
    max-width: 680px;
    line-height: 50px;
  }
  .masthead h2 {
    max-width: 680px;
    font-size: 26px;
  }
}
.masthead.nosotros {
  background-attachment: fixed;
}
.masthead.convocatorias {
  background-attachment: fixed;
}
.masthead.programas {
  background-attachment: fixed;
}
.masthead.seguimiento {
  background-attachment: fixed;
}
.masthead.aliados {
  background-attachment: fixed;
}

@media (max-width: 1200px) {
  section {
    overflow-x: hidden;
  }

  .masthead {
    overflow-x: hidden;
    height: 100vh;
    min-height: 100vh;
    padding: 9rem 0;
  }
  .masthead h1 {
    font-size: 25px;
    line-height: 27px;
  }
  .masthead h2 {
    font-size: 18px;
  }
  .masthead.convocatorias h1 {
    font-size: 20px;
    line-height: 25px;
  }
  .masthead.convocatorias h2 {
    font-size: 20px;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .masthead {
    padding: 9rem 0;
  }
  .masthead .back-image-dark {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    background: rgba(0, 0, 0, 0.3);
    z-index: 1;
  }
  .masthead h1 {
    font-size: 29px;
    line-height: 45px;
    z-index: 2;
    position: relative;
  }
  .masthead h2 {
    font-size: 24px;
    z-index: 2;
    position: relative;
  }
  .masthead.programas h1, .masthead.programas h2 {
    padding: 0 10%;
  }
  .masthead.home h1, .masthead.home h2 {
    padding: 0 10%;
    max-width: 100%;
  }
  .masthead.nosotros h1 {
    padding: 0 10%;
  }
  .masthead.convocatorias h1 {
    font-size: 37px;
    line-height: 45px;
  }
  .masthead.convocatorias h2 {
    font-size: 37px;
  }





}
.btn {
  box-shadow: 0 0.1875rem 0.1875rem 0 rgba(0, 0, 0, 0.1) !important;
  padding: 8px 15px;
  font-family: "Lato", sans-serif;
  border: 0;
  border-radius: 0;
  font-weight: lighter;
  cursor: pointer;
  background-position: right 20px center;
  background-repeat: no-repeat;
}
.btn.next {
  background-image: url("/imgs/next-arrow.svg");
}
.btn.down {
  background-image: url("/imgs/down-arrow.svg");
  background-position: right 34px center;
}
.btn.watch {
  background-image: url("/imgs/watch.svg");
  background-position: right 20px center;
}

.btn-primary {
  background-color: #A7A337;
}
.btn-primary:hover {
  background-color: #817e2a;
}
.btn-primary:focus {
  background-color: #817e2a;
  color: white;
}
.btn-primary:active {
  background-color: #6d6b24 !important;
}
.btn-primary.standar {
  width: 225px;
  text-align: left;
}

.btn-green {
  background-color: #104547;
  color: #E6E8DF;
}
.btn-green:hover {
  background-color: #071d1d;
  color: #E6E8DF;
}
.btn-green:focus {
  background-color: #071d1d;
  color: white;
}
.btn-green:active {
  background-color: #020809 !important;
}
.btn-green.standar {
  width: 217px;
  text-align: left;
}

.btn-gray {
  font-size: 14px;
  background-color: #E6E8DF;
  color: #A7A337;
}
.btn-gray:hover {
  background-color: #cfd3c1;
  color: #A7A337;
}
.btn-gray:focus {
  background-color: #cfd3c1;
  color: #A7A337;
}
.btn-gray:active {
  background-color: #c3c8b2 !important;
}
.btn-gray.standar {
  width: 130px;
  text-align: center;
}

a.btn-gray {
  color: #A7A337;
}

.btn-green-bg {
  background-color: #087C7E;
  color: white;
}
.btn-green-bg:hover {
  background-color: #054d4e;
  color: white;
}
.btn-green-bg:focus {
  background-color: #054d4e;
  color: white;
}
.btn-green-bg:active {
  background-color: #033536 !important;
}
.btn-green-bg.standar {
  width: 217px;
  text-align: left;
}

.investigation-section {
  position: relative;
  height: 100vh;
  /*background-image: url("/imgs/background-2.jpg");*/
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
  /*


  position: absolute;
  width: 100%;
  top: 0;
  overflow: hidden;
  left: 100%;
  transition: all 1s ease; */
}
.investigation-section.show {
  left: 0%;
}





@media (max-width: 1200px) {
  .investigation-section {
    height: 100vh;
    position: relative;
    width: 100%;
    top: 0;
    overflow: hidden;
    left: 0;
  }
  .investigation-section.show {
    left: 0%;
  }
}
.financing-section {
  position: relative;
  height: 100vh;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  /*Cambios*/

  /*Fin*/
}

.execution-section {
  position: relative;
  height: 100vh;
  /*background-image: url("/imgs/background-4.jpg");*/
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
}

.programs-section {
  position: relative;
  height: 100vh;
  background-color: #104547;
}
.programs-section .title-section {
  position: absolute;
  bottom: 5px;
  /*left: -20px;*/
  color: #fff;
  font-size: 50px;
  /* width: 375px; */
  /*line-height: 45px;*/
  text-align: left;
  top:110%;
}
.programs-section .map_test {
  position: absolute;
  /*top: 85px;*/
  width: 620px;
  height: 460px;
  /*background-image: url("/imgs/map.svg");*/
  /*background-size: 100%;*/
  /*background-position: center;*/
  /*background-repeat: no-repeat;*/
}
.programs-section .box-project {
  position: absolute;
  top: 20px;
  right: 30px;
  display: flex;
  padding: 25px;
  align-items: center;
  justify-items: center;
  background-color: #A7A337;
  width: 355px;
  height: 200px;
  z-index: 1;
}
.programs-section .box-project .btn-close {
  position: absolute;
  top: 20px;
  right: 20px;
}
.programs-section .box-project p {
  margin: 0;
  color: #fff;
  text-align: left;
}
.programs-section .box-project p .title {
  display: block;
  margin-bottom: 10px;
  font-size: 18px;
}
.programs-section .box-project .go-btn {
  position: absolute;
  right: 0;
  bottom: -48px;
  width: 68px;
  height: 48px;
  background-color: #e6e8df;
  padding: 10px 0;
}
.programs-section .programs-wall {
  /*top: 50px;*/
  right: 0;
  margin-left: auto;
}
.programs-section .programs-wall .program-item {
  position: relative;
  display: block;
  padding: 20px;
  overflow: hidden;
  background-color: #868686;
  height: 200px;
  background-position: center;
  background-size: cover;
}

.programs-section .programs-wall .program-item .title {
  display: block;
  color: #fff;
  text-align: left;
  font-size: 25px;
  font-weight: lighter;
  line-height: 30px;
}
.programs-section .programs-wall .program-item .hover-btn {
  position: absolute;
  display: flex;
  justify-content: space-between;
  align-items: center;
  left: 0;
  padding: 0 20px;
  bottom: -44px;
  width: 100%;
  height: 44px;
  color: #e6e8df;
  background-color: #A7A337;
  transition: bottom 0.5s;
}
.programs-section .programs-wall .program-item:hover .hover-btn {
  bottom: 0;
}

@media (max-width: 1200px) {
  .programs-section {
    height: 100%;
  }
  .programs-section .box-flex {
    display: flex;
    flex-wrap: wrap;
  }
  .programs-section .title-section {
    position: relative;
    bottom: 0;
    padding: 0;
    left: 0;
    font-size: 25px;
    width: 100%;
    line-height: 25px;
    margin-top: 25px;
    text-align: center;
    height: 60px;
  }
  .programs-section .map_test {
    order: 1;
    position: relative;
    top: 0;
    width: 100%;
    height: 300px;
    background-size: 100%;
    margin-bottom: 20px;
  }
  .programs-section .box-project {
    right: 5%;
    bottom: 0;
    margin: auto;
    display: inline-block;
    padding: 5px;
    width: 90%;
    height: 100px;
    z-index: 1;
  }
  .programs-section .box-project .btn-close {
    top: 0;
    right: 5px;
  }
  .programs-section .box-project .btn-close span {
    width: 10px;
  }
  .programs-section .box-project p {
    margin: 0;
    font-size: 11px;
  }
  .programs-section .box-project p .title {
    display: block;
    margin-bottom: 5px;
    font-size: 15px;
  }
  .programs-section .box-project .go-btn {
    bottom: -25px;
    width: 35px;
    height: 25px;
    padding: 0;
  }
  .programs-section .box-project .go-btn span {
    width: 22px;
    height: 16px;
  }
  .programs-section .programs-wall {
    top: 0;
    width: calc(100% + 30px);
    min-width: calc(100% + 30px);
    left: -15px;
  }
  .programs-section .programs-wall .program-item {
    padding: 10px;
  }
  .programs-section .programs-wall .program-item .title {
    font-size: 20px;
    line-height: 22px;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .programs-section .title-section {
    font-size: 35px;
    line-height: 35px;
  }
  .programs-section .map_test {
    height: 600px;
  }
  .programs-section .box-project {
    right: 10%;
    bottom: auto;
    width: 80%;
    height: 150px;
    padding: 20px 15px;
    top: -20px;
  }
  .programs-section .box-project .btn-close {
    top: 5px;
    right: 10px;
  }
  .programs-section .box-project .btn-close span {
    width: 20px;
  }
  .programs-section .box-project p {
    font-size: 22px;
    line-height: 1.2;
  }
  .programs-section .box-project p .title {
    margin-bottom: 5px;
    font-size: 28px;
  }
  .programs-section .box-project .go-btn {
    bottom: -35px;
    width: 45px;
    height: 35px;
    padding: 0;
  }
  .programs-section .box-project .go-btn span {
    width: 28px;
    height: 19px;
    top: 7px;
    position: relative;
  }
  .programs-section .programs-wall {
    margin-bottom: 50px;
  }
  .programs-section .programs-wall .program-item {
    padding: 25px 120px 25px 25px;
    height: 300px;
  }
  .programs-section .programs-wall .program-item .title {
    font-size: 37px;
    line-height: 42px;
  }
}
.donations-section {
  position: relative;
  height: 100vh;
  background-color: #E6E8DF;
}
.donations-section .container {
  overflow: hidden;
}
.donations-section h2 {
  margin-bottom: 35px;
  color: #104547;
  font-size: 45px;
}
.donations-section .donation-item {
  position: relative;
  float: left;
  width: 345px;
  height: 470px;
  background-size: cover;
  background-position: center;
}
.donations-section .donation-item.donation-1 {
  /* background-image: url("/imgs/donation-1.jpg"); */
}
.donations-section .donation-item.donation-2 {
  margin-left: 20px;
  /* background-image: url("/imgs/donation-2.jpg"); */
}
.donations-section .donation-item.donation-3 {
  margin-left: 20px;
  /* background-image: url("/imgs/donation-3.jpg"); */
}
.donations-section .donation-item .box-btn {
  transition: all 0.5s ease;
  position: absolute;
  margin: 0 auto;
  padding: 25px 55px 0 15px;
  left: 0;
  right: 0;
  bottom: 0;
  width: 260px;
  height: 175px;
  color: #e6e8df;
  text-align: left;
  background-color: #104547;
  font-size: 18px;
  line-height: 25px;
}
.donations-section .donation-item .box-btn .icons {
  position: absolute;
  bottom: 15px;
  right: 15px;
}
.donations-section .donation-item .box-btn:hover {
  background-color: #087C7E;
}

@media (max-width: 1200px) {
  .donations-section {
    position: relative;
    height: 100%;
    background-color: #E6E8DF;
  }
  .donations-section .container {
    overflow: hidden;
  }
  .donations-section h2 {
    margin-bottom: 15px;
    font-size: 25px;
    padding: 30px 50px 10px;
    line-height: 25px;
    height: 80px;
  }
  .donations-section .donation-item {
    height: 250px;
    width: calc(100% + 30px);
  }
  .donations-section .donation-item.donation-2 {
    margin-left: 0;
  }
  .donations-section .donation-item.donation-3 {
    margin-left: 0;
  }
  .donations-section .donation-item .box-btn {
    padding: 5px 60px 0 10px;
    width: 100%;
    height: 65px;
    font-size: 14px;
    line-height: 18px;
  }
  .donations-section .donation-item .box-btn .icons {
    top: 23px;
    right: 25px;
    width: 27px;
    height: 18px;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .donations-section {
    position: relative;
    height: 100%;
    background-color: #E6E8DF;
  }
  .donations-section .container-fluid {
    overflow: hidden;
    padding: 0 0 20px 0;
  }
  .donations-section .container-fluid .row {
    width: 100%;
  }
  .donations-section h2 {
    margin-bottom: 15px;
    font-size: 25px;
    padding: 30px 50px 10px;
    line-height: 25px;
    height: 80px;
  }
  .donations-section .donation-item {
    /*height: 500px;
    width: calc(100% + 30px);
    left: -15px;*/
    margin: 7px;
    position: relative;
    float: left;
    width: 30%;
    height: 460px;
    background-size: cover;
    background-position: center;
  }
  .donations-section .donation-item .box-btn {
    height: 100px;
    font-size: 18px;
    line-height: 20px;
  }
  .donations-section .donation-item .box-btn .icons {
    top: 54px;
    right: 50px;
    width: 48px;
    height: 24px;
  }
}
.news-section {
  position: relative;
  height: 100vh;
  background-color: #104547 !important;
  background-position: center;
  background-size: cover;
}
.news-section h2 {
  margin-bottom: 25px;
  text-align: left;
  color: #fff;
  font-size: 45px;
}
.news-section .news-wall {
  width: 1080px;
}
.news-section .news-wall .news-item {
  transition: all 0.5s ease;
  position: relative;
  display: block;
  padding: 20px;
  height: 275px;
  background-position: center;
  background-size: cover;
  text-align: left;
  font-size: 17px;
}
.news-section .news-wall .news-item .title {
  display: block;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: bold;
}
.news-section .news-wall .news-item .arrow-green-icon {
  position: absolute;
  left: 20px;
  bottom: 20px;
}
.news-section .news-wall .news-item.main-item {
  height: 550px;
}
.news-section .news-wall .news-item.news-1 {
  background-color: #e6e8df;
  color: #104547;
}
.news-section .news-wall .news-item.news-1:hover {
  background: #5D5F5E;
}
.news-section .news-wall .news-item.news-2 {
  background-color: #087c7e;
  color: #e6e8df;
}
.news-section .news-wall .news-item.news-2 .arrow-green-icon {
  left: auto;
  right: 20px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.news-section .news-wall .news-item.news-2:hover {
  background-color: #104547;
}
.news-section .news-wall .news-item.news-3 .box-btn {
  transition: all 0.5s ease;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 0 20px;
  width: 100%;
  height: 95px;
  font-size: 17px;
  color: #e6e8df;
  background-color: #A7A337;
  line-height:100%;
}
.news-section .news-wall .news-item.news-3 .box-btn .title {
  display: block;
  margin: 0;
  font-weight: bold;
}
.news-section .news-wall .news-item.news-3 .box-btn .arrow-gray-icon {
  width: 46px;
  height: 32px;
}
.news-section .news-wall .news-item.news-3 .box-btn:hover {
  background-color: #817e2a;
}
.news-section .news-wall .news-item.news-bg-1 {
  background-image: url("/imgs/news-1.jpg");
}
.news-section .news-wall .news-item.news-bg-2 {
  background-image: url("/imgs/news-2.jpg");
}
.news-section .news-wall .news-item.news-bg-3 {
  background-image: url("/imgs/news-3.jpg");
}

@media (max-width: 1200px) {
  .news-section.section-wall {
    height: 100%;
    min-height: 832px;
    background: #104547;
  }
  .news-section.section-wall h2 {
    margin-bottom: 15px;
    text-align: center;
    padding: 0;
    font-size: 25px;
    line-height: 60px;
    height: 60px;
    background-color: #104547;
  }
  .news-section.section-wall .inner-cancel {
    width: 100%;
  }
  .news-section.section-wall .news-wall {
    width: 100%;
  }
  .news-section.section-wall .news-wall .news-item {
    transition: all 0.5s ease;
    position: relative;
    display: block;
    padding: 20px;
    height: 275px;
    background-position: center;
    background-size: cover;
    text-align: left;
    font-size: 20px;
  }
  .news-section.section-wall .news-wall .news-item .title {
    margin-bottom: 0;
    font-size: 20px;
  }
  .news-section.section-wall .news-wall .news-item .arrow-green-icon {
    position: absolute;
    left: 20px;
    bottom: 20px;
  }
  .news-section.section-wall .news-wall .news-item.main-item {
    height: 350px;
  }
  .news-section.section-wall .news-wall .news-item.news-1 {
    background-color: #e6e8df;
    color: #104547;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 50px;
    padding: 0;
    text-align: center;
    line-height: 50px;
  }
  .news-section.section-wall .news-wall .news-item.news-2 {
    width: 50%;
    max-width: 50%;
    height: 150px;
    padding: 0;
  }
  .news-section.section-wall .news-wall .news-item.news-2 .title {
    width: 60%;
    height: 60%;
    top: 20%;
    left: 20%;
    position: relative;
    margin: 0;
    text-align: center;
  }
  .news-section.section-wall .news-wall .news-item.news-2 .icons {
    left: 0;
    right: 0;
    margin: auto;
  }
  .news-section.section-wall .news-wall .news-item.news-bg-3 {
    height: 150px;
    width: 50%;
    max-width: 50%;
  }
  .news-section.section-wall .news-wall .news-item.news-3 {
    width: 100%;
    max-width: 100%;
    height: 150px;
    padding: 0;
    position: relative;
    background-size: 50% 100%;
    background-repeat: no-repeat;
    background-position: 0;
  }
  .news-section.section-wall .news-wall .news-item.news-3 .box-btn {
    width: 50%;
    top: 0;
    bottom: 0;
    left: 50%;
    height: 100%;
    padding: 5px 25px;
    text-align: center;
    line-height: 20px;
    font-size: 14px;
  }
  .news-section.section-wall .news-wall .news-item.news-3 .box-btn span.title {
    margin: 0;
    font-weight: bold;
  }
  .news-section.section-wall .news-wall .news-item.news-3 .box-btn .arrow-gray-icon {
    width: 46px;
    height: 32px;
    bottom: 15px;
    margin: auto;
    top: auto;
    left: 0;
    right: 0;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .news-section.section-wall {
    height: 100%;
  }
  .news-section.section-wall h2 {
    margin-bottom: 15px;
    text-align: center;
    padding: 10px;
    font-size: 42px;
    line-height: 60px;
    height: 60px;
    background-color: #104547;
  }
  .news-section.section-wall .inner-cancel {
    width: 100%;
  }
  .news-section.section-wall .container-fluid {
    padding-left: 0;
    padding-right: 0;
  }
  .news-section.section-wall .news-wall {
    width: 100%;
  }
  .news-section.section-wall .news-wall .news-item {
    transition: all 0.5s ease;
    position: relative;
    display: block;
    padding: 20px;
    height: 450px;
    background-position: center;
    background-size: cover;
    text-align: left;
    font-size: 20px;
  }
  .news-section.section-wall .news-wall .news-item .title {
    margin-bottom: 0;
    font-size: 28px;
  }
  .news-section.section-wall .news-wall .news-item .arrow-green-icon {
    position: absolute;
    left: 20px;
    bottom: 20px;
  }
  .news-section.section-wall .news-wall .news-item.main-item {
    height: 350px;
  }
  .news-section.section-wall .news-wall .news-item.news-1 {
    background-color: #e6e8df;
    color: #104547;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100px;
    padding: 0;
    text-align: center;
    line-height: 100px;
  }
  .news-section.section-wall .news-wall .news-item.news-2 {
    width: 50%;
    max-width: 50%;
    height: 300px;
    padding: 0;
  }
  .news-section.section-wall .news-wall .news-item.news-2 .title {
    width: 60%;
    height: 60%;
    top: 20%;
    left: 20%;
    position: relative;
    margin: 0;
    text-align: center;
  }
  .news-section.section-wall .news-wall .news-item.news-2 .icons {
    left: 0;
    right: 0;
    margin: auto;
  }
  .news-section.section-wall .news-wall .news-item.news-bg-3 {
    height: 300px;
    width: 50%;
    max-width: 50%;
  }
  .news-section.section-wall .news-wall .news-item.news-3 {
    width: 100%;
    max-width: 100%;
    height: 300px;
    padding: 0;
    position: relative;
    background-size: 50% 100%;
    background-repeat: no-repeat;
    background-position: 0;
  }
  .news-section.section-wall .news-wall .news-item.news-3 .box-btn {
    width: 50%;
    top: 0;
    bottom: 0;
    left: 50%;
    height: 100%;
    padding: 5px 15px;
    text-align: center;
    line-height: 20px;
  }
  .news-section.section-wall .news-wall .news-item.news-3 .box-btn span.title {
    margin: 0;
    font-weight: bold;
    line-height: 50px;
    font-size: 28px;
  }
  .news-section.section-wall .news-wall .news-item.news-3 .box-btn .arrow-gray-icon {
    width: 46px;
    height: 32px;
    bottom: 15px;
    margin: auto;
    top: auto;
    left: 0;
    right: 0;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}
.masthead.news {
  /*background-image: url("/imgs/comunicacion/mountain.jpg");*/
  background-attachment: fixed;
  height: 500px;
  min-height: 500px;
}
.masthead.news h1 {
  font-size: 30px;
  max-width: 700px;
  line-height: 40px;
}

.is_hide {
  display: none;
}

.is_header {
  width: 482px;
}

.box-image.padding-10 {
  padding: 15px 10px;
}
.box-image:hover .is_hide {
  display: block;
}

.btn.down {
  background-size: 20px;
}

.icons.arrow-gray-icon {
  background-image: url("/imgs/arrow-gray.png");
  width: 35px;
  height: 24px;
  position: absolute;
  right: 15px;
  top: 15px;
}

.flex-zero {
  padding: 0;
}

.news-section {
  margin-bottom: 100px;
  position: relative;
  height: 100vh;
  background-color: #104547 !important;
  background-position: center;
  background-size: cover;
}
.news-section.section-comunication {
  background: #E6E8DF;
  height: 100%;
}
.news-section.section-comunication .carousel .carousel-item img {
  height: 450px;
  -o-object-fit: cover;
     object-fit: cover;
}
.news-section.section-comunication h2 {
  margin-bottom: 25px;
  text-align: left;
  color: #fff;
  font-size: 45px;
}
.news-section.section-comunication .news-top {
  width: 100%;
}
.news-section.section-comunication .news-bottom {
  width: 100%;
}
.news-section.section-comunication .news-wall {
  width: 1080px;
}
.news-section.section-comunication .news-wall .news-item {
  transition: all 0.5s ease;
  position: relative;
  display: block;
  padding: 20px;
  height: 275px;
  background-position: center;
  background-size: cover;
  text-align: left;
  font-size: 20px;
}
.news-section.section-comunication .news-wall .news-item .title {
  display: block;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: bold;
}
.news-section.section-comunication .news-wall .news-item .arrow-green-icon {
  position: absolute;
  left: 20px;
  bottom: 20px;
}
.news-section.section-comunication .news-wall .news-item.main-item {
  height: 550px;
}
.news-section.section-comunication .news-wall .news-item.news-1 {
  background-color: #104547;
  color: #e6e8df;
}
.news-section.section-comunication .news-wall .news-item.news-1:hover {
  background-color: #071d1d;
}
.news-section.section-comunication .news-wall .news-item.news-2 {
  background-color: #087c7e;
  color: #e6e8df;
}
.news-section.section-comunication .news-wall .news-item.news-2 .box-btn {
  transition: all 0.5s ease;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 0 20px;
  width: 100%;
  height: 95px;
  font-size: 20px;
  color: #e6e8df;
  background-color: #A7A337;
}
.news-section.section-comunication .news-wall .news-item.news-2 .box-btn .title {
  display: block;
  margin: 0;
  font-weight: bold;
}
.news-section.section-comunication .news-wall .news-item.news-2 .box-btn .arrow-gray-icon {
  width: 35px;
  height: 24px;
}
.news-section.section-comunication .news-wall .news-item.news-2 .box-btn:hover {
  background-color: #817e2a;
}
.news-section.section-comunication .news-wall .news-item.news-3 {
  background-color: #087c7e;
  color: #e6e8df;
}
.news-section.section-comunication .news-wall .news-item.news-3 .box-btn {
  transition: all 0.5s ease;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 0 20px;
  width: 100%;
  height: 95px;
  font-size: 20px;
  color: #e6e8df;
  background-color: #00898a;
}
.news-section.section-comunication .news-wall .news-item.news-3 .box-btn .title {
  display: block;
  margin: 0;
  font-weight: bold;
}
.news-section.section-comunication .news-wall .news-item.news-3 .box-btn .arrow-gray-icon {
  width: 35px;
  height: 24px;
}
.news-section.section-comunication .news-wall .news-item.news-3 .box-btn:hover {
  background-color: #005657;
}
.news-section.section-comunication .news-wall .news-item.news-bg-1 {
  background-image: url("/imgs/news-1.jpg");
}
.news-section.section-comunication .news-wall .news-item.news-bg-2 {
  background-image: url("/imgs/news-2.jpg");
}
.news-section.section-comunication .news-wall .news-item.news-bg-3 {
  background-image: url("/imgs/news-3.jpg");
}
.news-section.section-comunication .news-wall .new-box {
  padding: 0;
}
.news-section.section-comunication .news-wall .new-box .tooltip-new {
  height: 95px;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
}
.news-section.section-publication .filter-top {
  display: inline-block;
  min-width: 100%;
  text-align: left;
}
.news-section.section-publication .filter-top .height-header {
  height: 110px;
  vertical-align: top;
}
.news-section.section-publication .filter-top .height-header .uk-inline {
  top: 60px;
  margin-left: 40px;
}
.news-section.section-publication .filter-top .height-header .uk-inline:hover {
  border: 0;
}
.news-section.section-publication .filter-top .height-header .uk-inline button {
  text-transform: none;
  border: 0;
}
.news-section.section-publication .filter-top .height-header .uk-inline button:hover {
  border: 0;
}
.news-section.section-publication .filter-top .height-header .uk-inline .uk-dropdown {
  padding: 15px 0;
}
.news-section.section-publication .filter-top .height-header .uk-inline ul {
  list-style: none;
  padding: 0;
  margin-bottom: 0;
}
.news-section.section-publication .filter-top .height-header .uk-inline ul li {
  padding: 5px 15px;
}
.news-section.section-publication .filter-top .height-header .uk-inline ul li:hover {
  background-color: #A7A337;
}
.news-section.section-publication .filter-top .height-header .uk-inline ul li:hover a {
  color: #ffffff;
}
.news-section.section-publication .filter-top .height-header .uk-inline ul li a {
  text-decoration: none;
  color: #898c88;
}
.news-section.section-publication .filter-top .height-header .uk-inline span {
  margin-left: 10px;
  color: #A7A337;
}
.news-section.section-publication .filter-top .height-header .uk-pagination {
  display: inline-block;
  position: relative;
  top: 60px;
  margin: 0;
  float: right;
  line-height: 40px;
}
.news-section.section-publication .filter-top .height-header .uk-pagination li {
  display: inline-block;
}
.news-section.section-publication .filter-top h2 {
  display: inline-block;
}
.news-section.section-publication .filter-bottom {
  display: inline-block;
  min-width: 100%;
  height: 110px;
  text-align: left;
  padding-left: 20px;
}
.news-section.section-publication .filter-bottom .uk-search {
  width: 100%;
}
.news-section.section-publication .filter-bottom .uk-search .icon-int {
  line-height: 40px;
  position: absolute;
  font-size: 16px;
  top: 0;
  left: 10px;
  color: #898c88;
}
.news-section.section-publication .filter-bottom .uk-search .search-input {
  width: 345px;
  border: 1px solid #898c88;
  font-size: 16px;
  padding-left: 30px;
}
.news-section.section-publication .filter-bottom .uk-search label span {
  color: #A7A337;
}
.news-section.section-publication .box-container.noticia {
  text-align: left;
  padding: 15px;
}
.news-section.section-publication .box-container.noticia .sp-tag {
  font-size: 18px;
  color: #A7A337;
  margin: 50px 0 20px;
  text-transform: uppercase;
  display: inline-block;
}
.news-section.section-publication .box-container.noticia .h-title {
  text-align: left;
  color: #104547;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 35px;
}
.news-section.section-publication .box-container.noticia p {
  text-align: left;
  margin-bottom: 15px;
}
.news-section.section-publication .box-recent-news .item-new img {
  width: 100%;
}
.news-section.section-publication .box-recent-news .item-new {
  position: relative;
  margin-bottom: 20px;
}
.news-section.section-publication .box-recent-news .item-new img {
  width: 100%;
  height: 275px;
  -o-object-fit: cover;
     object-fit: cover;
}
.news-section.section-publication .box-recent-news .item-new .box-description {
  background-color: #A7A337;
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  padding: 7px 40px 7px 20px;
  text-align: left;
  min-height: 60px;
}
.news-section.section-publication .box-recent-news .item-new .box-description h4 {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  margin: 0;
}
.news-section.section-publication .box-recent-news .item-new .box-description label {
  color: #ffffff;
  font-size: 16px;
}
.news-section.section-publication .box-recent-news .item-new:hover .box-description {
  background-color: #104547;
}
.news-section .slide-info {
  position: absolute;
  right: 1px;
  left: 1px;
  padding: 15px;
  color: #ffffff;
  text-align: left;
  height: 85px;
}
.news-section .slide-info .icons.arrow-gray-icon {
  top: 30px;
}
.news-section .slide-info h3 {
  font-weight: 600;
  font-size: 15px;
  color: #ffffff;
  margin-bottom: 2px;
}
.news-section .slide-info p {
  font-size: 14px;
}
.news-section .slide-info.top {
  top: 0px;
  background-color: #104547;
}
.news-section .slide-info.top:hover {
  background-color: #071d1d;
}
.news-section .slide-info.bottom {
  bottom: 0px;
  background-color: #00898a;
}
.news-section .slide-info.bottom:hover {
  background-color: #005657;
}

.info-slider-dos{
    display: inline;
}

.info-slider {
 position: absolute;
  top: 40%;
  width: 40%;
  left: 30%;
  text-align: center;
}
.info-slider h4, .info-slider-dos h4 {
  color: #ffffff;
  margin-bottom: 5px;
  font-size: 16px;
  font-family: "Lato", sans-serif;
}
.info-slider p, .info-slider-dos p {
  margin-top: 0;
  font-size: 24px;
  line-height: 1.2;
  color: #ffffff;
  font-family: "Lato", sans-serif;
}
.info-slider button, .info-slider-dos button {
  border: 0;
  /*padding: 5px 15px;*/
  margin: 5px 7px;
  width: 205px;
}

.carousel-indicators li {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  display: inline-block;
  position: relative;
  top: 3px;
}
.carousel-indicators li.active {
  width: 16px;
  height: 16px;
  top: 0;
}

.box-container .box-item {
  /*width: calc(20% - 10px);*/
  margin: 0 5px;
  float: left;
  display: inline-block;
  position: relative;
}
.box-container .box-item .box-image {
  position: relative;
}
.box-container .box-item .box-image img {
  height: 270px;
  /* -o-object-fit: cover;
     object-fit: cover; */
}
.box-container .box-item .btn {
  position: absolute;
  left: 0;
  right: 0;
  top: calc(50% - 20px);
  margin: auto;
  text-align: center;
  width: 160px;
  background-position: right 14px center;
}
.box-container .box-new {
  margin-bottom: 50px;
}
.box-container .box-new .align-right {
  order: 2;
}
.box-container .box-new .box-image {
  padding: 0 0px;
}
.box-container .box-new .box-image img {
  width: 100%;
  min-height: 325px;
}
.box-container .box-new .box-description {
  text-align: left;
  padding: 30px 35px 0;
  height: 100%;
}
.box-container .box-new .box-description label {
  font-size: 12px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.box-container .box-new .box-description label span {
  color: #A7A337;
}
.box-container .box-new .box-description h4 {
  font-size: 25px;
  margin-bottom: 20px;
  font-weight: 800;
}
.box-container .box-new .box-description p {
  line-height: 1.2;
  font-size: 18px;
}
.box-container .box-new .box-description .btn {
  position: absolute;
  bottom: 0;
  display: inline-block;
}

.box-blog .btn {
  margin-top: 25px;
  text-align: center;
}
.box-blog .box-image {
  padding: 0 0px;
}
.box-blog .box-image img {
  width: 100%;
  min-height: 442px;
  height: 100%;
}
.box-blog .box-image .slide-info {
  width: 100%;
  left: 0px;
}
.box-blog .box-image .slide-info p {
  color: #ffffff;
}

.box-news .btn {
  margin-top: 25px;
  text-align: center;
}
.box-news .box-image img {
  height: 420px;
}

.box-pagination {
  margin-top: 50px;
}
.box-pagination ul {
  top: 60px;
  margin: 0;
  display: inline-block;
}
.box-pagination ul li {
  display: inline-block;
}
.box-pagination ul li a, .box-pagination ul li span {
  display: block;
  color: #A7A337;
  transition: color 0.1s ease-in-out;
  background-color: transparent;
  border-color: transparent;
}
.box-pagination ul li a:hover {
  color: #584721;
  background-color: transparent;
  border-color: transparent;
}
.box-pagination ul li.active span.page-link, .box-pagination ul li.disabled span.page-link {
  color: #A7A337;
  background-color: transparent;
  border-color: transparent;
  font-weight: 900;
}

@media (min-width: 768px) and (max-width: 1200px) {
  .masthead.news {
    height: 100vh;
  }

  .news-section.section-publication .is_header.head-tablet {
    width: 100%;
    padding: 15px;
    text-align: center;
  }
  .news-section.section-publication .filter-top {
    overflow-x: hidden;
  }
  .news-section.section-publication .filter-top .is_header {
    width: 100%;
    padding: 0;
    text-align: center;
  }
  .news-section.section-publication .filter-top .height-header {
    height: 80px;
  }
  .news-section.section-publication .filter-top .height-header .uk-inline {
    top: 20px;
    margin-left: 20px;
  }
  .news-section.section-publication .filter-top .height-header .uk-inline button {
    font-size: 25px;
    padding: 0 40px 0 0;
  }
  .news-section.section-publication .filter-top .height-header .uk-inline .uk-dropdown {
    padding: 15px 0;
  }
  .news-section.section-publication .filter-top .height-header .uk-inline ul li {
    padding: 10px 20px;
    font-size: 25px;
  }
  .news-section.section-publication .filter-top .height-header .uk-pagination {
    top: 20px;
    line-height: 40px;
    right: 30px;
  }
  .news-section.section-publication .filter-top .height-header .uk-pagination li {
    font-size: 20px;
  }
  .news-section.section-publication .filter-bottom {
    height: 150px;
    padding: 0 20px;
  }
  .news-section.section-publication .filter-bottom .uk-margin {
    margin-bottom: 10px;
  }
  .news-section.section-publication .filter-bottom .uk-search {
    width: 100%;
  }
  .news-section.section-publication .filter-bottom .uk-search .icon-int {
    line-height: 60px;
    font-size: 25px;
    left: 20px;
  }
  .news-section.section-publication .filter-bottom .uk-search .search-input {
    padding-left: 55px;
    width: 100%;
    font-size: 25px;
    height: 60px;
  }
  .news-section.section-publication .filter-bottom label span {
    font-size: 25px;
  }
  .news-section.section-publication .head-inform {
    padding: 0;
    width: 100%;
    text-align: center;
    background: #104547;
    font-weight: 600;
    margin-bottom: 0;
  }
  .news-section.section-publication .box-container.publicaciones .box-item {
    /*width: calc(25% - 15px);*/
    float: left;
  }
  .news-section.section-publication .box-container.publicaciones .box-item .box-image img {
    min-height: 270px;
  }
  .news-section.section-publication .box-container.publicaciones .box-item .btn {
    display: block;
  }
  .news-section.section-publication .box-container.publicaciones .box-item .box-info h5 {
    font-size: 18px;
  }
  .news-section.section-publication .box-container.publicaciones .box-item .box-info p {
    font-size: 16px;
  }
  .news-section.section-publication .box-container.informes .col-years {
    order: 2;
  }
  .news-section.section-publication .box-container.informes .col-inform {
    order: 1;
  }
  .news-section.section-publication .box-container.informes .box-years {
    margin-top: 0;
  }
  .news-section.section-publication .box-container.informes .box-years ul {
    width: 33%;
  }
  .news-section.section-publication .box-container.informes .box-inform {
    margin-top: 20px;
    margin-bottom: 50px;
  }
  .news-section.section-publication .box-container.informes .box-inform .box-image {
    float: left;
    width: 50%;
    margin-right: 0;
    padding: 0 20px;
  }
  .news-section.section-publication .box-container.informes .box-inform .box-description {
    float: left;
    width: 50%;
    padding: 0 20px;
  }
  .news-section.section-publication .box-container.informes .box-inform .box-description p {
    font-size: 22px;
    margin-bottom: 20px;
  }
  .news-section.section-publication .box-container.informes .box-inform .box-buttons {
    width: 100%;
    display: inline-block;
    padding: 0 18px;
  }
  .news-section.section-publication .box-container.informes .box-inform .box-buttons .btn {
    width: 48%;
    height: 60px;
    line-height: 60px;
    font-size: 25px;
    padding: 0 0 0 35px;
    margin-bottom: 25px;
  }
  .news-section.section-publication .box-container.informes .box-inform .box-buttons .btn.down {
    float: left;
  }
  .news-section.section-publication .box-container.informes .box-inform .box-buttons .btn.watch {
    background-size: 40px;
    float: right;
  }
  .news-section.section-publication .box-container.noticia {
    text-align: left;
    padding: 15px;
  }
  .news-section.section-publication .box-container.noticia .sp-tag {
    font-size: 25px;
    margin: 20px 0;
  }
  .news-section.section-publication .box-container.noticia .h-title {
    font-size: 45px;
    line-height: 1.2;
    margin-bottom: 35px;
  }
  .news-section.section-publication .box-container.noticia p {
    font-size: 25px;
    margin-bottom: 15px;
  }
  .news-section.section-publication .box-container.noticias .box-new {
    margin-bottom: 20px;
  }
  .news-section.section-publication .box-container.noticias .box-new .align-right {
    order: 0;
  }
  .news-section.section-publication .box-container.noticias .box-new .box-image {
    padding: 40px 0;
  }
  .news-section.section-publication .box-container.noticias .box-new .box-image img {
    width: 100%;
  }
  .news-section.section-publication .box-container.noticias .box-new .box-description {
    padding: 15px 0 0;
    height: 100%;
  }
  .news-section.section-publication .box-container.noticias .box-new .box-description label {
    font-size: 20px;
  }
  .news-section.section-publication .box-container.noticias .box-new .box-description h4 {
    font-size: 26px;
  }
  .news-section.section-publication .box-container.noticias .box-new .box-description p {
    font-size: 18px;
  }
  .news-section.section-publication .box-container.noticias .box-new .box-description .box-button {
    text-align: center;
  }
  .news-section.section-publication .box-container.noticias .box-new .box-description .box-button .btn {
    height: 60px;
    line-height: 60px;
    font-size: 28px;
    position: relative;
    padding: 0;
    text-align: center;
    margin-top: 20px;
    font-size:22px;
  }
  .news-section.section-publication .box-recent-news .item-new {
    margin-bottom: 20px;
  }
  .news-section.section-publication .box-recent-news .item-new img {
    height: 300px;
  }
  .news-section.section-publication .box-recent-news .item-new .box-description {
    padding: 7px 40px 7px 20px;
    min-height: 60px;
  }
  .news-section.section-publication .box-recent-news .item-new .box-description h4 {
    font-size: 25px;
    line-height: 1.1;
  }
  .news-section.section-publication .box-recent-news .item-new .box-description label {
    font-size: 25px;
    line-height: 1.1;
  }

  .box-blog .btn {
    margin-top: 25px;
    margin-bottom: 45px;
  }
  .box-blog .inner-container {
    width: 100%;
  }
  .box-blog .box-image {
    width: 100%;
  }
  .box-blog .box-image img {
    width: 100%;
    min-height: 100%;
  }

  .box-news .btn {
    margin-top: 25px;
    margin-bottom: 45px;
  }
  /*.box-news .box-image {
    width: 100%;
  }*/
  .box-news .box-image img {
    min-height: 100%;
  }
}
@media (max-width: 767px) {
  .masthead.news {
    height: 100vh;
  }

  .news-section.section-publication {
    overflow-x: hidden;
  }
  .news-section.section-publication .is_header.head-tablet {
    width: 100%;
    padding: 0;
    text-align: center;
    line-height: 60px;
    height: 60px;
    font-size: 25px;
  }
  .news-section.section-publication .filter-top .is_header {
    width: 100%;
    padding: 0;
    text-align: center;
    line-height: 60px;
    height: 60px;
    font-size: 25px;
  }
  .news-section.section-publication .filter-top .height-header {
    height: 80px;
  }
  .news-section.section-publication .filter-top .height-header .uk-inline {
    top: 20px;
    margin-left: 20px;
  }
  .news-section.section-publication .filter-top .height-header .uk-inline button {
    font-size: 14px;
    padding: 0 10px 0 0;
  }
  .news-section.section-publication .filter-top .height-header .uk-inline .uk-dropdown {
    padding: 10px 0;
  }
  .news-section.section-publication .filter-top .height-header .uk-inline ul li {
    padding: 10px 20px;
    font-size: 14px;
  }
  .news-section.section-publication .filter-top .height-header .uk-pagination {
    top: 15px;
    line-height: 40px;
    right: 20px;
    text-align: right;
    width: 100%;
  }
  .news-section.section-publication .filter-top .height-header .uk-pagination li {
    font-size: 20px;
  }
  .news-section.section-publication .filter-bottom {
    height: 120px;
    padding: 20px;
  }
  .news-section.section-publication .filter-bottom .uk-margin {
    margin-bottom: 10px;
  }
  .news-section.section-publication .filter-bottom .uk-search {
    width: 100%;
  }
  .news-section.section-publication .filter-bottom .uk-search .icon-int {
    line-height: 40px;
    font-size: 14px;
    left: 10px;
  }
  .news-section.section-publication .filter-bottom .uk-search .search-input {
    padding-left: 28px;
    width: 100%;
    font-size: 14px;
    height: 40px;
  }
  .news-section.section-publication .filter-bottom label {
    font-size: 14px;
  }
  .news-section.section-publication .filter-bottom label span {
    font-size: 14px;
  }
  .news-section.section-publication .head-inform {
    padding: 0;
    width: 100%;
    text-align: center;
    background: #104547;
    font-weight: 600;
    margin-bottom: 0;
    font-size: 25px;
    height: 60px;
    line-height: 60px;
  }
  .news-section.section-publication .box-container.publicaciones .box-item {
    /*width: calc(50% - 6px);*/
    float: left;
    margin: 0 3px;
  }
  .news-section.section-publication .box-container.publicaciones .box-item .box-image img {
    min-height: 270px;
  }
  .news-section.section-publication .box-container.publicaciones .box-item .btn {
    display: block;
    background-position: right 2px center;
    width: 95px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    padding: 0 0 0 5px;
    text-align: left;
  }
  .news-section.section-publication .box-container.publicaciones .box-item .box-info h5 {
    font-size: 12px;
  }
  .news-section.section-publication .box-container.publicaciones .box-item .box-info p {
    font-size: 11px;
  }
  .news-section.section-publication .box-container.informes .col-years {
    order: 2;
  }
  .news-section.section-publication .box-container.informes .col-inform {
    order: 1;
  }
  .news-section.section-publication .box-container.informes .box-years {
    margin-top: 0;
  }
  .news-section.section-publication .box-container.informes .box-years ul {
    width: 33%;
    padding: 0;
    font-size: 14px;
  }
  .news-section.section-publication .box-container.informes .box-inform {
    margin-top: 15px;
    margin-bottom: 20px;
  }
  .news-section.section-publication .box-container.informes .box-inform .box-image {
    float: left;
    width: 50%;
    margin-right: 0;
    padding: 0 5px;
  }
  .news-section.section-publication .box-container.informes .box-inform .box-description {
    float: left;
    width: 50%;
    padding: 0 5px;
  }
  .news-section.section-publication .box-container.informes .box-inform .box-description p {
    font-size: 12px;
    margin-bottom: 20px;
  }
  .news-section.section-publication .box-container.informes .box-inform .box-buttons {
    width: 100%;
    height: 40px;
    display: inline-block;
    margin-top: 20px;
    padding-left: 15px;
  }
  .news-section.section-publication .box-container.informes .box-inform .box-buttons .btn {
    width: 48%;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    padding: 0 0 0 15px;
    background-position: right 15px center;
    background-size: 16px;
  }
  .news-section.section-publication .box-container.informes .box-inform .box-buttons .btn.down {
    float: left;
  }
  .news-section.section-publication .box-container.informes .box-inform .box-buttons .btn.watch {
    background-size: 40px;
    float: right;
  }
  .news-section.section-publication .box-container.noticia .sp-tag {
    font-size: 14px;
    margin: 10px 0;
  }
  .news-section.section-publication .box-container.noticia .h-title {
    font-size: 16px;
    line-height: 1.2;
    margin-bottom: 15px;
  }
  .news-section.section-publication .box-container.noticia p {
    font-size: 14px;
    margin-bottom: 15px;
  }
  .news-section.section-publication .box-container.noticias .box-new {
    margin-bottom: 20px;
  }
  .news-section.section-publication .box-container.noticias .box-new .align-right {
    order: 0;
  }
  .news-section.section-publication .box-container.noticias .box-new .box-image {
    padding: 0;
  }
  .news-section.section-publication .box-container.noticias .box-new .box-image img {
    width: 100%;
  }
  .news-section.section-publication .box-container.noticias .box-new .box-description {
    /* padding: 15px 0 0; */
    height: 100%;
  }
  .news-section.section-publication .box-container.noticias .box-new .box-description label {
    font-size: 14px;
    margin-bottom: 15px;
  }
  .news-section.section-publication .box-container.noticias .box-new .box-description h4 {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .news-section.section-publication .box-container.noticias .box-new .box-description p {
    font-size: 14px;
    margin-bottom: 0;
  }
  .news-section.section-publication .box-container.noticias .box-new .box-description .box-button {
    text-align: center;
  }
  .news-section.section-publication .box-container.noticias .box-new .box-description .box-button .btn {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    position: relative;
    padding: 0;
    text-align: center;
    margin-top: 20px;
    width: 120px;
  }
  .news-section.section-publication .box-recent-news .item-new {
    margin-bottom: 20px;
  }
  .news-section.section-publication .box-recent-news .item-new img {
    height: 250px;
  }
  .news-section.section-publication .box-recent-news .item-new .box-description {
    padding: 5px 40px 5px 20px;
    min-height: 40px;
  }
  .news-section.section-publication .box-recent-news .item-new .box-description h4 {
    font-size: 16px;
    line-height: 1.1;
  }
  .news-section.section-publication .box-recent-news .item-new .box-description label {
    font-size: 14px;
    margin: 0;
    line-height: 1.1;
    float: left;
  }

  .box-blog .btn {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .box-blog .box-image {
    width: 100%;
  }
  .box-blog .box-image img {
    width: 100%;
    min-height: 100%;
  }

  .box-news .btn {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .box-news .box-image {
    width: 100%;
  }
  .box-news .box-image img {
    min-height: 100%;
  }
}
.news-section.section-publication {
  height: auto;
  background: #E6E8DF !important;
}
.news-section.section-publication h2 {
  margin-bottom: 25px;
  text-align: left;
  color: #fff;
  font-size: 45px;
}
.news-section.section-publication .is_hide {
  display: none;
}
.news-section.section-publication .back-hover {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.6);
}
.news-section.section-publication .is_header {
  min-width: 482px;
  width: auto;
  padding-right: 20px;
}
.news-section.section-publication .box-image.padding-10 {
  padding: 15px 7px;
}
.news-section.section-publication .box-image:hover .is_hide {
  display: block;
}
.news-section.section-publication .box-image:hover .back-hover {
  display: block;
}
.news-section.section-publication .btn.down {
  background-size: 20px;
}
.news-section.section-publication .icons.arrow-gray-icon {
  background-image: url("/imgs/arrow-gray.png");
  width: 35px;
  height: 24px;
  position: absolute;
  right: 15px;
  top: 15px;
}
.news-section.section-publication .flex-zero {
  padding: 0;
}
.news-section.section-publication.informs {
  background-color: #104547 !important;
}
.news-section.section-publication .box-container .box-item {
  /*width: calc(16% - 14px);*/
  margin: 0 7px;
  float: left;
  display: inline-block;
  position: relative;
  margin-bottom: 20px;
}
.news-section.section-publication .box-container .box-item .box-image {
  position: relative;
}
.news-section.section-publication .box-container .box-item .box-image img {
  /* width: 100%; */
}
.news-section.section-publication .box-container .box-item .box-info h5 {
  color: #A7A337;
  font-size: 15px;
  text-transform: uppercase;
  text-align: left;
  margin: 8px 0 5px;
  padding-left: 5px;
  font-weight: 600;
}
.news-section.section-publication .box-container .box-item .box-info p {
  font-size: 16px;
  text-align: left;
  padding-left: 5px;
  line-height: 1;
  font-weight: 600;
}
.news-section.section-publication .box-container .box-item .btn {
  position: absolute;
  left: 0;
  right: 0;
  top: calc(50% - 20px);
  margin: auto;
  text-align: center;
  width: 160px;
  background-position: right 14px center;
}

.news-section.section-publication .box-container .box-item .btn-2 {
  position: absolute;
  left: 0;
  right: 0;
  top: calc(70% - 20px) !important;
  margin: auto;
  text-align: center;
  width: 160px;
  background-position: right 14px center;
}

.news-section.section-publication .box-container .box-years {
  margin-top: 70px;
}
.news-section.section-publication .box-container .box-years ul {
  list-style: none;
  width: 50%;
  display: inline-block;
}
.news-section.section-publication .box-container .box-years ul li {
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 10px;
}
.news-section.section-publication .box-container .box-years .ul-left {
  float: left;
}
.news-section.section-publication .box-container .box-years .ul-right {
  float: right;
}
.news-section.section-publication .box-container .box-inform {
  margin-top: 70px;
  margin-bottom: 50px;
}
.news-section.section-publication .box-container .box-inform .box-image {
  width: 30%;
  display: inline-block;
  margin-right: 5%;
  vertical-align: top;
}
.news-section.section-publication .box-container .box-inform .box-image img {
  width: 100%;
}
.news-section.section-publication .box-container .box-inform .box-description {
  width: 30%;
  display: inline-block;
}
.news-section.section-publication .box-container .box-inform .box-description p {
  font-size: 20px;
  text-align: left;
  color: #ffffff;
  margin-bottom: 40px;
}
.news-section.section-publication .box-container .box-inform .box-description .btn {
  margin-bottom: 15px;
}

@media (min-width: 768px) and (max-width: 1200px) {
  .masthead.comunicacion h1 {
    font-size: 2.2rem;
    line-height: 3rem;
    padding: 0 2rem;
  }

  .news-section.section-comunication {
    height: 1250px;
    margin-bottom: 0;
  }
  .news-section.section-comunication .is_header {
    width: 100%;
    padding: 0;
    text-align: center;
    margin: 0;
    line-height: 110px;
    height: 110px;
  }
  .news-section.section-comunication h2.green-bg {
    width: 100%;
    padding: 0;
    text-align: center;
    margin: 0;
    line-height: 110px;
    height: 110px;
  }
  .news-section.section-comunication .news-wall {
    width: 100%;
  }
  .news-section.section-comunication .news-wall .news-item.main-item {
    height: 500px;
  }
  .news-section.section-comunication .news-wall .new-box .tooltip-new {
    height: 90px;
    font-size: 25px;
    padding: 10px 50px 10px 20px;
  }
  .news-section.section-comunication .news-wall .new-box .tooltip-new span {
    font-size: 30px;
  }
  .news-section.section-comunication .news-wall .news-top.new-box, .news-section.section-comunication .news-wall .news-bottom.new-box {
    width: 50%;
    height: 320px;
  }
  .news-section.section-comunication .news-wall .news-top.new-box a.tooltip-new, .news-section.section-comunication .news-wall .news-bottom.new-box a.tooltip-new {
    position: absolute;
    left: 100%;
    width: 100%;
    height: 320px;
  }
  .news-section.section-comunication .news-wall .news-top.new-box .box-btn, .news-section.section-comunication .news-wall .news-bottom.new-box .box-btn {
    height: 100%;
  }
  .news-section.section-comunication .news-wall .news-top.new-box .box-btn .box-btn-content, .news-section.section-comunication .news-wall .news-bottom.new-box .box-btn .box-btn-content {
    font-size: 26px;
  }
  .news-section.section-comunication .news-wall .news-top.new-box .box-btn .box-btn-content .title, .news-section.section-comunication .news-wall .news-bottom.new-box .box-btn .box-btn-content .title {
    font-size: 35px;
  }
  .news-section.section-comunication .news-wall .news-bottom.new-box {
    top: 100%;
    position: absolute;
  }
  .news-section.section-comunication .container-pad-0 {
    padding: 0;
    height: auto !important;
  }
  .news-section.section-comunication .box-poster {
    width: 100%;
  }
  .news-section.section-comunication .uk-slider.uk-slider-container .box-image.padding-10 {
    padding: 0;
  }
  .news-section.section-comunication .uk-slider.uk-slider-container .box-image img {
    height: 50vh;
  }
  .news-section.section-comunication .carousel {
    margin-bottom: 100px;
  }
  .news-section.section-comunication .carousel .carousel-item img {
    height: 450px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .news-section.section-comunication .carousel .info-slider {
    top: 25%;
    width: 80%;
    left: 10%;
  }
  .news-section.section-comunication .carousel .info-slider h4 {
    margin-bottom: 10px;
    font-size: 25px;
  }
  .news-section.section-comunication .carousel .info-slider p {
    font-size: 35px;
    margin-bottom: 25px;
  }
  .news-section.section-comunication .carousel .info-slider button {
    height: 60px;
    font-size: 25px;
    width: 285px;
  }

  .box-blog .box-image {
    padding: 0;
  }
  .box-blog .box-image img {
    width: 100%;
  }
  .box-blog .box-image .slide-info {
    width: 100%;
    left: 1px;
  }

  .news-section.no-section {
    height: auto;
    min-height: auto;
  }
}
@media (max-width: 767px) {
  .masthead.comunicacion h1 {
    font-size: 23px;
    line-height: 28px;
    padding: 0;
  }

  .news-section.section-comunication {
    height: 920px;
    margin-bottom: 0;
  }
  .news-section.section-comunication .is_header {
    width: 100%;
    padding: 0;
    text-align: center;
    margin: 0;
    height: 60px;
    line-height: 60px;
    font-size: 23px;
  }
  .news-section.section-comunication h2.green-bg {
    height: 60px;
    line-height: 60px;
    font-size: 23px;
    margin-bottom: 0;
    text-align: center;
  }
  .news-section.section-comunication .news-wall {
    width: 100%;
  }
  .news-section.section-comunication .news-wall .news-item.main-item {
    height: 350px;
  }
  .news-section.section-comunication .news-wall .new-box .tooltip-new {
    height: 90px;
    font-size: 12px;
    padding: 10px 15px 10px 10px;
  }
  .news-section.section-comunication .news-wall .new-box .tooltip-new span {
    font-size: 20px;
    line-height: 100%;
  }
  .news-section.section-comunication .news-wall .news-top.new-box, .news-section.section-comunication .news-wall .news-bottom.new-box {
    width: 50%;
    height: 200px;
  }
  .news-section.section-comunication .news-wall .news-top.new-box a.tooltip-new, .news-section.section-comunication .news-wall .news-bottom.new-box a.tooltip-new {
    position: absolute;
    left: 100%;
    width: 100%;
    height: 200px;
  }
  .news-section.section-comunication .news-wall .news-top.new-box .box-btn, .news-section.section-comunication .news-wall .news-bottom.new-box .box-btn {
    height: 100%;
    padding: 0 15px;
  }
  .news-section.section-comunication .news-wall .news-top.new-box .box-btn .box-btn-content, .news-section.section-comunication .news-wall .news-bottom.new-box .box-btn .box-btn-content {
    font-size: 12px;
  }
  .news-section.section-comunication .news-wall .news-top.new-box .box-btn .box-btn-content .title, .news-section.section-comunication .news-wall .news-bottom.new-box .box-btn .box-btn-content .title {
    font-size: 22px;
    line-height: 25px;
  }
  .news-section.section-comunication .news-wall .news-bottom.new-box {
    top: 100%;
    position: absolute;
    left: 50%;
  }
  .news-section.section-comunication .news-wall .news-bottom.new-box a.tooltip-new {
    left: -100%;
  }
  .news-section.section-comunication .container-pad-0 {
    padding: 0;
    height: auto !important;
  }
  .news-section.section-comunication .box-poster {
    width: 100%;
  }
  .news-section.section-comunication .uk-slider.uk-slider-container .box-image.padding-10 {
    padding: 0;
  }
  .news-section.section-comunication .uk-slider.uk-slider-container .box-image img {
    height: 345px;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .news-section.section-comunication .uk-slider.uk-slider-container .box-image .slide-info {
    padding: 10px 15px;
    height: 65px;
    top: 0;
  }
  .news-section.section-comunication .uk-slider.uk-slider-container .box-image .slide-info.bottom {
    bottom: 0;
  }
  .news-section.section-comunication .uk-slider.uk-slider-container .box-image .slide-info .icons.arrow-gray-icon {
    top: 20px;
  }
  .news-section.section-comunication .carousel {
    margin-bottom: 30px;
  }
  .news-section.section-comunication .carousel .carousel-item img {
    height: 240px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .news-section.section-comunication .carousel .info-slider {
    top: 15%;
    width: 80%;
    left: 10%;
  }
  .news-section.section-comunication .carousel .info-slider h4 {
    margin-bottom: 10px;
    font-size: 12px;
  }
  .news-section.section-comunication .carousel .info-slider p {
    font-size: 14px;
    margin-bottom: 35px;
  }
  .news-section.section-comunication .carousel .info-slider button {
    height: 35px;
    font-size: 13px;
    width: 150px;
    margin-bottom: 5px;
  }
  .news-section.section-comunication .carousel .carousel-indicators {
    margin-bottom: 0;
  }

  .box-blog .box-image {
    padding: 0;
  }
  .box-blog .box-image img {
    width: 100%;
  }
  .box-blog .box-image .slide-info {
    width: 100%;
    left: 1px;
  }

  .news-section.no-section {
    height: auto;
    min-height: auto;
  }
}
.masthead.contact {
  background-image: url("/imgs/comunicacion/mountain.jpg");
  background-attachment: fixed;
  min-height: 500px;
  height: 100vh;
}

.uk-modal.uk-open {
  opacity: 0.9;
}
.uk-modal .uk-search .uk-search-input {
  height: 40px;
  font-size: 25px;
  text-align: left;
  padding: 5px 0 5px 10px;
  border-bottom: 1px solid #666;
}

.is_header_large {
  width: 650px;
}

.section-contacto {
  padding: 70px 0;
}
.section-contacto .box-contacto {
  margin-bottom: 70px;
}
.section-contacto .box-contacts {
  text-align: left;
}
.section-contacto .box-contacts .item-contact {
  text-align: left;
  margin: 0 0 25px;
}
.section-contacto .box-contacts .item-contact h4 {
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 15px;
}
.section-contacto .box-contacts .item-contact ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
  margin: 0 0 15px;
}
.section-contacto .box-contacts label {
  text-align: left;
  font-size: 16px;
}
.section-contacto .box-formulario {
  text-align: left;
}
.section-contacto .box-formulario .title-box {
  text-align: left;
  padding: 0;
  height: 60px;
  line-height: 60px;
  margin-bottom: 10px;
}
.section-contacto .box-formulario .subtitle {
  text-align: left;
  margin-bottom: 20px;
  padding-left: 5px;
}
.section-contacto .box-formulario .subtitle a {
  color: #A7A337;
}
.section-contacto .box-formulario .form-default {
  border: 1px solid #000;
  padding: 3px 10px;
  border-radius: 0;
  margin-bottom: 15px;
  width: 100%;
  min-height: 40px;
  background-color: transparent;
  resize: none;
}
.section-contacto .box-formulario .btn {
  float: right;
  text-align: center;
  min-width: 150px;
}
.section-contacto .box-newsletter {
  height: 400px;
  background-color: #087C7E;
  text-align: center;
  color: #ffffff;
  margin-bottom: 70px;
}
.section-contacto .box-newsletter h3 {
  color: #ffffff;
  font-size: 40px;
  margin-bottom: 20px;
}
.section-contacto .box-newsletter p {
  font-size: 16px;
  margin-bottom: 35px;
}
.section-contacto .box-newsletter .form-default {
  border: 1px solid #fff;
  padding: 3px 10px;
  border-radius: 0;
  margin-bottom: 25px;
  width: 100%;
  min-height: 40px;
  background-color: transparent;
  resize: none;
}
.section-contacto .box-newsletter .form-default::-webkit-input-placeholder {
  color: #fff;
}
.section-contacto .box-newsletter .form-default:-ms-input-placeholder {
  color: #fff;
}
.section-contacto .box-newsletter .form-default::-ms-input-placeholder {
  color: #fff;
}
.section-contacto .box-newsletter .form-default::placeholder {
  color: #fff;
}
.section-contacto .box-newsletter .btn {
  text-align: center;
  min-width: 180px;
}
.section-contacto .box-questions {
  margin-top: 60px;
}
.section-contacto .box-questions .box-accordeon .uk-accordion li {
  border: 2px solid #e6e8df;
  margin-top: 0;
  padding: 0 20px;
}
.section-contacto .box-questions .box-accordeon .uk-accordion li .ak-title {
  font-size: 18px;
  text-align: left;
  line-height: 60px;
  margin: 0;
  color: #4a4a4a;
}
.section-contacto .box-questions .box-accordeon .uk-accordion li.uk-open {
  border: 2px solid #A7A337;
}
.section-contacto .box-questions .box-accordeon .uk-accordion li.uk-open .uk-accordion-title::before {
  content: "-";
  color: #A7A337;
}
.section-contacto .box-questions .box-accordeon .uk-accordion li .uk-accordion-title::before {
  font-size: 45px;
  line-height: 60px;
  text-align: center;
  color: #A7A337;
  content: "+";
  background-image: unset;
}
.section-contacto .box-questions .box-accordeon .uk-accordion-content {
  margin-top: 10px;
}
.section-contacto .box-questions .box-accordeon .uk-accordion-content .accordeon-content {
  padding-left: 20px;
  padding-right: 200px;
  text-align: left;
  font-size: 18px;
}
.section-contacto .box-questions .box-accordeon .box-accordeon .item-accordeon {
  cursor: pointer;
  display: inline-block;
  width: 100%;
  height: 79px;
  border-top: solid 2px rgba(155, 155, 155, 0.5);
}
.section-contacto .box-questions .box-accordeon .box-accordeon .item-accordeon .accordeon {
  display: inline-block;
  float: left;
  width: 75px;
  height: 75px;
  padding: 10px;
}
.section-contacto .box-questions .box-accordeon .box-accordeon .ak_title {
  font-size: 30px;
  text-align: left;
  color: #4a4a4a;
  display: inline-block;
  width: 100%;
  line-height: 1;
}

@media (min-width: 768px) and (max-width: 1200px) {
  .section-contacto .is_header_large {
    width: 530px;
    padding-left: 20px;
  }
  .section-contacto .colunm-directory {
    order: 1;
  }
  .section-contacto .column-contact {
    order: 2;
  }
  .section-contacto .box-formulario .form-default {
    resize: none;
    height: 60px;
    font-size: 25px;
    margin-bottom: 25px;
  }
  .section-contacto .box-formulario .btn {
    min-width: 150px;
  }
  .section-contacto .box-formulario textarea.form-default {
    height: 240px;
  }
  .section-contacto .box-contacts .item-contact {
    margin: 0 0 25px;
  }
  .section-contacto .box-contacts .item-contact h4 {
    font-size: 25px;
  }
  .section-contacto .box-contacts .item-contact ul {
    font-size: 22px;
  }
  .section-contacto .box-contacts label {
    font-size: 22px;
  }
  .section-contacto .box-newsletter {
    height: 630px;
    margin-bottom: 70px;
    padding-left: 15px;
  }
  .section-contacto .box-newsletter h3 {
    font-size: 35px;
    margin-bottom: 35px;
  }
  .section-contacto .box-newsletter p {
    font-size: 18px;
    margin-bottom: 35px;
    line-height: 1.2;
  }
  .section-contacto .box-newsletter .form-default {
    margin-bottom: 25px;
    height: 60px;
    font-size: 25px;
  }
  .section-contacto .box-newsletter .btn {
    height: 60px;
    margin-top: 50px;
    margin-bottom: 30px;
    min-width: 180px;
    font-size: 25px;
  }
  .section-contacto .box-questions {
    margin-top: 60px;
  }
  .section-contacto .box-questions .box-accordeon .uk-accordion li {
    margin-bottom: 25px;
  }
  .section-contacto .box-questions .box-accordeon .uk-accordion li .ak-title {
    font-size: 22px;
    line-height: 45px;
  }
  .section-contacto .box-questions .box-accordeon .uk-accordion li .uk-accordion-title::before {
    font-size: 65px;
    line-height: 70px;
  }
  .section-contacto .box-questions .box-accordeon .uk-accordion-content {
    margin-top: 10px;
  }
  .section-contacto .box-questions .box-accordeon .uk-accordion-content .accordeon-content {
    padding-right: 100px;
    font-size: 18px;
  }
  .section-contacto .box-questions .box-accordeon .uk-accordion-content .accordeon-content p {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .colunm-directory {
    order: 2;
  }

  .column-contact {
    order: 1;
  }

  .section-contacto {
    padding-top: 25px;
  }
  .section-contacto .is_header_large {
    width: 100%;
    padding-left: 0;
    font-size: 25px;
  }
  .section-contacto .box-formulario .title-box {
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 0;
    height: 45px;
  }
  .section-contacto .box-formulario .subtitle {
    font-size: 14px;
  }
  .section-contacto .box-formulario textarea.form-default {
    height: 150px;
  }
  .section-contacto .box-contacts {
    padding-top: 35px;
  }
  .section-contacto .box-newsletter {
    height: 480px;
    margin-bottom: 30px;
  }
  .section-contacto .box-newsletter h3 {
    font-size: 25px;
    margin-bottom: 20px;
  }
  .section-contacto .box-newsletter p {
    display: none;
  }
  .section-contacto .box-newsletter .form-default {
    margin-bottom: 25px;
    height: 60px;
    font-size: 18px;
  }
  .section-contacto .box-newsletter .btn {
    height: 60px;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 18px;
  }
  .section-contacto .box-questions {
    margin-top: 20px;
  }
  .section-contacto .box-questions .box-accordeon .uk-accordion li {
    margin-bottom: 25px;
  }
  .section-contacto .box-questions .box-accordeon .uk-accordion li .ak-title {
    font-size: 14px;
    line-height: 17px;
  }
  .section-contacto .box-questions .box-accordeon .uk-accordion li .uk-accordion-title::before {
    font-size: 35px;
    line-height: 40px;
  }
  .section-contacto .box-questions .box-accordeon .uk-accordion-content {
    margin-top: 10px;
  }
  .section-contacto .box-questions .box-accordeon .uk-accordion-content .accordeon-content {
    padding-right: 20px;
    padding-left: 10px;
    font-size: 14px;
  }
  .section-contacto .box-questions .box-accordeon .uk-accordion-content .accordeon-content p {
    font-size: 14px;
  }
}
.masthead.donacion {
  background: none;
  height: 100vh;
}
.masthead.donacion .carousel-item img {
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
}
.masthead.donacion .carousel-item .info-slider {
  width: 60%;
  left: 20%;
}
.masthead.donacion .carousel-item .info-slider h4 {
  font-size: 36px;
  line-height: 1.2;
  margin-bottom: 15px;
}
.masthead.donacion .carousel-item .info-slider p {
  font-size: 24px;
  line-height: 1.5;
}

.masthead.donacion-show {
  background: none;
  height: 350px;
  min-height: 350px;
}
.masthead.donacion-show .carousel-item img {
  height: 350px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.masthead.donacion-show .carousel-item .info-slider {
  width: 33%;
  left: 33%;
}
.masthead.donacion-show .carousel-item .info-slider h4 {
  font-size: 27px;
  line-height: 1.2;
  margin-bottom: 15px;
}
.masthead.donacion-show .carousel-item .info-slider p {
  font-size: 17px;
  line-height: 1.5;
}

.with-icon {
  position: relative;
  display: inline-block;
}
.with-icon span {
  position: absolute;
  right: 30px;
  top: 7px;
}

.section-donation .title-is {
  color: #104547;
  font-weight: 600;
  margin-bottom: 30px;
}
.section-donation .box-formulario {
  height: 500px;
  background-color: #087C7E;
  text-align: center;
  color: #ffffff;
  margin-bottom: 70px;
}
.section-donation .box-formulario h3 {
  color: #ffffff;
  font-size: 33px;
  margin-bottom: 20px;
}
.section-donation .box-formulario p {
  font-size: 16px;
  margin-bottom: 35px;
}
.section-donation .box-formulario .form-default {
  border: 1px solid #fff;
  padding: 3px 40px 3px 10px;
  border-radius: 0;
  min-height: 40px;
  background-color: transparent;
  color: #ffffff;
  -webkit-appearance: none;
}
.section-donation .box-formulario .form-default::-webkit-input-placeholder {
  color: #fff;
}
.section-donation .box-formulario .form-default:-ms-input-placeholder {
  color: #fff;
}
.section-donation .box-formulario .form-default::-ms-input-placeholder {
  color: #fff;
}
.section-donation .box-formulario .form-default::placeholder {
  color: #fff;
}
.section-donation .box-formulario .btn {
  text-align: center;
  min-width: 150px;
  margin-top: 30px;
}
.section-donation .box-formulario .box-radios label {
  margin: 2px 25px 0 5px;
  font-size: 18px;
  vertical-align: middle;
}
.section-donation .box-formulario .box-money label {
  width: 100%;
  display: inline-block;
  margin-bottom: 10px;
}
.section-donation .box-formulario .box-money button {
  width: 100px;
  display: inline-block;
  color: #fff;
  margin-bottom: 0;
  text-align: center;
  padding: 0;
}
.section-donation .box-formulario .box-money input {
  border: 1px solid #fff;
  padding: 3px 10px;
  border-radius: 0;
  width: 200px;
  min-height: 40px;
  background-color: transparent;
  resize: none;
  margin-bottom: 0;
}
.section-donation .box-formulario .box-money input::-webkit-input-placeholder {
  color: #fff;
}
.section-donation .box-formulario .box-money input:-ms-input-placeholder {
  color: #fff;
}
.section-donation .box-formulario .box-money input::-ms-input-placeholder {
  color: #fff;
}
.section-donation .box-formulario .box-money input::placeholder {
  color: #fff;
}
.section-donation .box-formulario .box-money .with-icon span {
  font-size: 18px;
}
.section-donation .box-formulario .box-money span {
  display: block;
  font-size: 14px;
}
.section-donation .box-causas .item-new {
  position: relative;
  margin-bottom: 20px;
}
.section-donation .box-causas .item-new img {
  width: 100%;
  height: 275px;
  -o-object-fit: cover;
     object-fit: cover;
}
.section-donation .box-causas .item-new .box-description {
  background-color: #104547;
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  padding: 7px 80px 7px 20px;
  text-align: left;
  min-height: 60px;
}
.section-donation .box-causas .item-new .box-description label {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
}
.section-donation .box-causas .item-new:hover .box-description {
  background-color: #A7A337;
}
.section-donation .box-other {
  padding-top: 50px;
  margin-bottom: 50px;
}
.section-donation .box-other .way-item {
  width: 50%;
  float: left;
  position: relative;
}
.section-donation .box-other .way-item img {
  height: 350px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom;
     object-position: bottom;
}
.section-donation .box-other .way-item label {
  position: absolute;
  top: 30px;
  left: 30px;
  right: 30px;
  color: #ffffff;
  font-size: 25px;
  width: 250px;
  text-align: left;
}

.section-donation-show {
  margin-bottom: 150px;
}
.section-donation-show .title-is {
  color: #104547;
  font-weight: 600;
  margin-bottom: 30px;
  text-align: center;
}
.section-donation-show .box-formulario {
  height: 300px;
  background-color: #087C7E;
  text-align: center;
  color: #ffffff;
  margin-bottom: 70px;
}
.section-donation-show .box-formulario .form-default {
  border: 1px solid #fff;
  padding: 3px 40px 3px 10px;
  border-radius: 0;
  min-height: 40px;
  background-color: transparent;
  color: #ffffff;
  -webkit-appearance: none;
}
.section-donation-show .box-formulario .form-default::-webkit-input-placeholder {
  color: #fff;
}
.section-donation-show .box-formulario .form-default:-ms-input-placeholder {
  color: #fff;
}
.section-donation-show .box-formulario .form-default::-ms-input-placeholder {
  color: #fff;
}
.section-donation-show .box-formulario .form-default::placeholder {
  color: #fff;
}
.section-donation-show .box-formulario .btn {
  text-align: center;
  min-width: 150px;
  margin-top: 30px;
}
.section-donation-show .box-formulario .box-radios label {
  margin: 2px 25px 0 5px;
  font-size: 18px;
  vertical-align: middle;
}
.section-donation-show .box-formulario .box-money label {
  width: 100%;
  display: inline-block;
  margin-bottom: 10px;
}
.section-donation-show .box-formulario .box-money button {
  width: 100px;
  display: inline-block;
  color: #fff;
  margin-bottom: 0;
  text-align: center;
  padding: 0;
}
.section-donation-show .box-formulario .box-money input {
  border: 1px solid #fff;
  padding: 3px 10px;
  border-radius: 0;
  width: 200px;
  min-height: 40px;
  background-color: transparent;
  resize: none;
  margin-bottom: 0;
}
.section-donation-show .box-formulario .box-money input::-webkit-input-placeholder {
  color: #fff;
}
.section-donation-show .box-formulario .box-money input:-ms-input-placeholder {
  color: #fff;
}
.section-donation-show .box-formulario .box-money input::-ms-input-placeholder {
  color: #fff;
}
.section-donation-show .box-formulario .box-money input::placeholder {
  color: #fff;
}
.section-donation-show .box-formulario .box-money .with-icon span {
  font-size: 18px;
}
.section-donation-show .box-formulario .box-money span {
  display: block;
  font-size: 14px;
}
.section-donation-show .box-description {
  padding: 50px 0;
}
.section-donation-show .box-data {
  text-align: left;
}
.section-donation-show .box-data label {
  font-weight: bold;
  color: #104547;
  margin-bottom: 20px;
  margin-top: 35px;
}
.section-donation-show .box-data .form-default {
  width: 100%;
  background: transparent;
  border-radius: 0;
  border: 1px solid #6E6E6E;
  height: 40px;
  margin-bottom: 15px;
  -webkit-appearance: none;
  color: #6E6E6E;
  padding-left: 10px;
}
.section-donation-show .box-data .form-default::-webkit-input-placeholder {
  color: #6E6E6E;
}
.section-donation-show .box-data .form-default:-ms-input-placeholder {
  color: #6E6E6E;
}
.section-donation-show .box-data .form-default::-ms-input-placeholder {
  color: #6E6E6E;
}
.section-donation-show .box-data .form-default::placeholder {
  color: #6E6E6E;
}
.section-donation-show .box-data .btn {
  text-align: center;
  min-width: 150px;
  margin-top: 30px;
}

@media (min-width: 768px) and (max-width: 1200px) {
  .masthead.donacion {
    padding: 0;
  }
  .masthead.donacion .carousel-item img {
    height: 100vh;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .masthead.donacion .carousel-item .info-slider {
    width: 75%;
    left: 13%;
    top: 35%;
  }
  .masthead.donacion .carousel-item .info-slider h4 {
    font-size: 39px;
    line-height: 1.2;
    margin-bottom: 30px;
  }
  .masthead.donacion .carousel-item .info-slider p {
    font-size: 32px;
    line-height: 1.2;
  }

  .masthead.donacion-show {
    padding: 0;
    height: 100vh;
    min-height: 100vh;
  }
  .masthead.donacion-show .carousel-item img {
    height: 100vh;
  }

  .section-donation-show {
    margin-bottom: 100px;
  }
  .section-donation-show .title-is {
    font-size: 40px;
  }
  .section-donation-show .info-description {
    font-size: 17px;
  }
  .section-donation-show .box-formulario {
    height: 550px;
    margin-bottom: 30px;
  }
  .section-donation-show .box-formulario h3 {
    font-size: 39px;
    margin-bottom: 20px;
  }
  .section-donation-show .box-formulario p {
    font-size: 24px;
    margin-bottom: 35px;
  }
  .section-donation-show .box-formulario .form-default {
    padding: 3px 40px 3px 15px;
    min-height: 60px;
    font-size: 24px;
  }
  .section-donation-show .box-formulario select.form-default {
    min-width: 320px;
  }
  .section-donation-show .box-formulario .btn {
    min-height: 60px;
    min-width: 180px;
    margin-top: 30px;
  }
  .section-donation-show .box-formulario .box-radios {
    margin-bottom: 30px;
  }
  .section-donation-show .box-formulario .box-radios label {
    margin: 2px 35px 0 5px;
    font-size: 24px;
  }
  .section-donation-show .box-formulario .box-money label {
    margin: 15px 0 30px;
    font-size: 24px;
  }
  .section-donation-show .box-formulario .box-money button {
    width: 20%;
    font-size: 24px;
    padding: 0;
    margin: 0 2.5% 30px 2.5%;
    float: left;
  }
  .section-donation-show .box-formulario .box-money input {
    font-size: 24px;
    padding: 3px 25px;
    width: 95%;
    min-height: 60px;
    margin: 0 2.5% 25px 2.5%;
  }
  .section-donation-show .box-formulario .box-money .with-icon {
    width: 100%;
  }
  .section-donation-show .box-formulario .box-money .with-icon span {
    font-size: 24px;
    line-height: 50px;
  }
  .section-donation-show .box-formulario .box-money span {
    display: block;
    font-size: 18px;
  }
  .section-donation-show .box-data {
    text-align: left;
  }
  .section-donation-show .box-data label {
    font-weight: bold;
    color: #104547;
    margin-bottom: 20px;
    margin-top: 35px;
    font-size: 24px;
  }
  .section-donation-show .box-data .form-default {
    height: 60px;
    margin-bottom: 15px;
    padding-left: 10px;
  }
  .section-donation-show .box-data .btn {
    height: 60px;
    font-size: 24px;
    text-align: center;
    min-width: 200px;
    margin-top: 30px;
  }

  .section-donation .box-formulario {
    height: 800px;
    margin-bottom: 30px;
  }
  .section-donation .box-formulario h3 {
    font-size: 39px;
    margin-bottom: 20px;
  }
  .section-donation .box-formulario p {
    font-size: 24px;
    margin-bottom: 35px;
  }
  .section-donation .box-formulario .form-default {
    padding: 3px 40px 3px 15px;
    min-height: 60px;
    font-size: 24px;
  }
  .section-donation .box-formulario select.form-default {
    min-width: 320px;
  }
  .section-donation .box-formulario .btn {
    /*min-height: 60px;*/
    min-width: 180px;
    margin-top: 30px;
  }
  .section-donation .box-formulario .box-radios {
    margin-bottom: 30px;
  }
  .section-donation .box-formulario .box-radios label {
    margin: 2px 35px 0 5px;
    font-size: 24px;
  }
  .section-donation .box-formulario .box-money label {
    margin: 15px 0 30px;
    font-size: 24px;
  }
  .section-donation .box-formulario .box-money button {
    width: 20%;
    font-size: 24px;
    padding: 0;
    margin: 0 2.5% 30px 2.5%;
    float: left;
  }
  .section-donation .box-formulario .box-money input {
    font-size: 24px;
    padding: 3px 25px;
    width: 95%;
    min-height: 60px;
    margin: 0 2.5% 25px 2.5%;
  }
  .section-donation .box-formulario .box-money .with-icon {
    width: 100%;
  }
  .section-donation .box-formulario .box-money .with-icon span {
    font-size: 24px;
    line-height: 50px;
  }
  .section-donation .box-formulario .box-money span {
    display: block;
    font-size: 18px;
  }
  .section-donation .box-causas .item-new {
    margin-bottom: 20px;
  }
  .section-donation .box-causas .item-new .box-description {
    padding: 7px 80px 7px 20px;
  }
  .section-donation .box-causas .item-new .box-description label {
    font-size: 24px;
    line-height: 1.1;
  }
  .section-donation .box-other {
    padding-top: 50px;
    margin-bottom: 50px;
  }
  .section-donation .box-other .way-item label {
    font-size: 30px;
    line-height: 1.2;
  }
}
@media (max-width: 767px) {
  .masthead.donacion {
    padding: 0;
  }
  .masthead.donacion .carousel-item img {
    height: 100vh;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .masthead.donacion .carousel-item .info-slider {
    width: 86%;
    left: 7%;
    top: 35%;
  }
  .masthead.donacion .carousel-item .info-slider h4 {
    font-size: 23px;
    line-height: 1.2;
    margin-bottom: 35px;
  }
  .masthead.donacion .carousel-item .info-slider p {
    font-size: 16px;
    line-height: 1.2;
  }

  .masthead.donacion-show {
    padding: 0;
    height: 100vh;
    min-height: 100vh;
  }
  .masthead.donacion-show .carousel-item img {
    height: 100vh;
  }

  .section-donation-show {
    margin-bottom: 100px;
  }
  .section-donation-show .title-is {
    font-size: 25px;
    margin-bottom: 15px;
  }
  .section-donation-show .info-description {
    font-size: 14px;
  }
  .section-donation-show .box-description {
    padding: 20px 15px;
  }
  .section-donation-show .box-formulario {
    height: 550px;
    margin-bottom: 30px;
  }
  .section-donation-show .box-formulario h3 {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .section-donation-show .box-formulario p {
    font-size: 14px;
    margin-bottom: 35px;
  }
  .section-donation-show .box-formulario .form-default {
    padding: 3px 40px 3px 15px;
    min-height: 60px;
    font-size: 24px;
  }
  .section-donation-show .box-formulario select.form-default {
    min-width: 225px;
    font-size: 16px;
  }
  .section-donation-show .box-formulario .btn {
    min-height: 40px;
    height: 40px;
    line-height: 40px;
    min-width: 120px;
    margin-top: 15px;
    padding: 0;
  }
  .section-donation-show .box-formulario .box-radios input {
    width: 30px;
  }
  .section-donation-show .box-formulario .box-radios label {
    margin: 0 35px 0 5px;
    font-size: 14px;
    width: 130px;
    text-align: left;
  }
  .section-donation-show .box-formulario .box-money label {
    margin: 15px 0 30px;
    font-size: 16px;
  }
  .section-donation-show .box-formulario .box-money button {
    width: 40%;
    font-size: 24px;
    padding: 0;
    margin: 0 5% 15px 5%;
    float: left;
  }
  .section-donation-show .box-formulario .box-money input {
    font-size: 24px;
    padding: 3px 25px;
    width: 90%;
    min-height: 60px;
    margin: 0 5% 25px 5%;
  }
  .section-donation-show .box-formulario .box-money .with-icon {
    width: 100%;
  }
  .section-donation-show .box-formulario .box-money .with-icon span {
    font-size: 24px;
    line-height: 50px;
  }
  .section-donation-show .box-formulario .box-money span {
    display: block;
    font-size: 13px;
  }
  .section-donation-show .box-data {
    text-align: left;
  }
  .section-donation-show .box-data label {
    margin-bottom: 20px;
    margin-top: 35px;
    font-size: 16px;
  }
  .section-donation-show .box-data .form-default {
    height: 40px;
    margin-bottom: 15px;
    padding-left: 10px;
    font-size: 13px;
  }
  .section-donation-show .box-data .btn {
    height: 40px;
    font-size: 16px;
    text-align: center;
    min-width: 120px;
    margin-top: 30px;
  }

  .section-donation .box-formulario {
    height: 700px;
    margin-bottom: 30px;
  }
  .section-donation .box-formulario h3 {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .section-donation .box-formulario p {
    font-size: 14px;
    margin-bottom: 35px;
  }
  .section-donation .box-formulario .form-default {
    padding: 3px 40px 3px 15px;
    min-height: 60px;
    font-size: 24px;
  }
  .section-donation .box-formulario select.form-default {
    min-width: 225px;
    font-size: 16px;
  }
  .section-donation .box-formulario .btn {
    min-height: 40px;
    height: 40px;
    line-height: 40px;
    min-width: 120px;
    margin-top: 15px;
    padding: 0;
  }
  .section-donation .box-formulario .box-radios input {
    width: 30px;
  }
  .section-donation .box-formulario .box-radios label {
    margin: 0 35px 0 5px;
    font-size: 14px;
    width: 130px;
    text-align: left;
  }
  .section-donation .box-formulario .box-money label {
    margin: 15px 0 30px;
    font-size: 16px;
  }
  .section-donation .box-formulario .box-money button {
    width: 40%;
    font-size: 24px;
    padding: 0;
    margin: 0 5% 15px 5%;
    float: left;
  }
  .section-donation .box-formulario .box-money input {
    font-size: 24px;
    padding: 3px 25px;
    width: 90%;
    min-height: 60px;
    margin: 0 5% 25px 5%;
  }
  .section-donation .box-formulario .box-money .with-icon {
    width: 100%;
  }
  .section-donation .box-formulario .box-money .with-icon span {
    font-size: 24px;
    line-height: 50px;
  }
  .section-donation .box-formulario .box-money span {
    display: block;
    font-size: 13px;
  }
  .section-donation .box-causas .title-is {
    font-size: 25px;
  }
  .section-donation .box-causas .item-new {
    width: calc(100% + 15px);
    left: -7px;
    margin-bottom: 20px;
  }
  .section-donation .box-causas .item-new img {
    height: 200px;
  }
  .section-donation .box-causas .item-new .box-description {
    padding: 5px 20px 5px 8px;
    min-height: 45px;
  }
  .section-donation .box-causas .item-new .box-description label {
    font-size: 13px;
    line-height: 1.1;
    margin: 0;
  }
  .section-donation .box-causas .item-new .box-description .icons.arrow-gray-icon {
    width: 25px;
    height: 20px;
    background-size: 20px;
    background-repeat: no-repeat;
    right: 5px;
    top: 3px;
  }
  .section-donation .box-other {
    padding-top: 50px;
    margin-bottom: 50px;
  }
  .section-donation .box-other .title-is {
    font-size: 25px;
  }
  .section-donation .box-other .container-way {
    width: calc(100% + 30px);
    left: -15px;
    position: relative;
  }
  .section-donation .box-other .container-way .way-item img {
    height: 200px;
  }
  .section-donation .box-other .container-way .way-item label {
    font-size: 18px;
    line-height: 1.2;
    width: 90%;
    left: 5%;
    top: 5%;
  }
}
body {
  font-family: "Lato", sans-serif;
  background-color: #E6E8DF;
  color: #5D5F5E;
  font-size: 20px;
  font-weight: lighter;
  overflow-x: hidden;
}

a {
  color: #A7A337;
}
a:focus, a:hover {
  text-decoration: none !important;
  color: #5a581e;
}

.bg-black {
  background-color: #161616 !important;
}

.bg-primary {
  background-color: #A7A337 !important;
}

.bg-green {
  background-color: #087C7E;
  color: #E6E8DF;
}

.bg-dark-green {
  background-color: #104547;
}

.text-primary {
  color: #A7A337 !important;
}

.text-green {
  color: #087C7E;
}

.text-gray {
  color: #E6E8DF;
}

.text-dark-gray {
  color: #5D5F5E;
}

.icons {
  display: inline-block;
  background-position: center;
  background-size: cover;
}
.icons.arrow-circle-icon {
  background-image: url("/imgs/arrow.png");
  width: 50px;
  height: 50px;
}
.icons.arrow-gray-icon {
  background-image: url("/imgs/arrow-gray.png");
  width: 35px;
  height: 24px;
}
.icons.arrow-black-icon {
  background-image: url("/imgs/arrow-black.png");
  width: 41px;
  height: 29px;
}
.icons.arrow-green-icon {
  background-image: url("/imgs/arrow-green.png");
  width: 47px;
  height: 33px;
}
.icons.btn-close-icon {
  background-image: url("/imgs/btn-close.png");
  width: 20px;
  height: 20px;
}
.icons.btn-newsletter-icon {
  background-image: url("/imgs/icon-btn-newsletter.png");
  width: 6px;
  height: 12px;
}

.step-desc {
  position: absolute;
  top: 50%;
  margin-top: -110px;
}
.step-desc.left {
  margin-left: -15px;
  left: 0;
}
.step-desc.right {
  margin-right: 0;
  right: 0;
}
.step-desc.right .step-num {
  color: #e6e8df !important;
}
.step-desc.right .block-1 {
  margin-left: auto;
  background-color: #247C7D;
  color: #e6e8df;
}
.step-desc.link .step-num {
  color: #e6e8df !important;
}
.step-desc.link .block-1 {
  position: relative;
  background-color: #247C7D;
  width: 265px;
}
.step-desc.link .block-2 {
  padding: 18px 45px;
  width: 570px;
}
.step-desc.link .btn-step-dec {
  transition: all 0.5s ease;
  position: absolute;
  top: 0;
  right: -100px;
  background-color: #A7A337;
  width: 100px;
  height: 100%;
  font-weight: lighter;
}
.step-desc.link .btn-step-dec a {
  position: absolute;
  left: 8px;
  bottom: 20px;
  color: #fff;
  width: 44px;
  display: block;
  text-transform: capitalize;
  line-height: 22px;
}
.step-desc.link .btn-step-dec a .icons {
  position: absolute;
  left: 45px;
  bottom: -3px;
}
.step-desc.link .btn-step-dec:hover {
  background-color: #817e2a;
}
.step-desc .block-1 {
  background-color: #A7A337;
  padding: 10px 40px;
  color: #fff;
  text-align: left;
  width: 350px;
  height: 95px;
}
.step-desc .block-1 .step-num {
  font-size: 16px;
  color: #d5d09f;
}
.step-desc .block-1 .step-title {
  font-size: 39px;
  line-height: 50px;
}
.step-desc .block-2 {
  display: flex;
  justify-items: center;
  align-items: center;
  width: 487px;
  height: 125px;
  padding: 18px 40px;
  font-size: 20px;
  text-align: left;
  color: #5d5f5e;
  background-color: #e6e8df;
}
.step-desc .block-2 span {
  display: block;
  line-height: 24px;
}

.next-step {
  display: block;
  position: absolute;
  top: 90%;
  /*margin-top: -25px;*/
  width: 200px;
  height: 50px;
  text-align: left;
  /*-webkit-transform: rotate(-90deg);*/
  /*        transform: rotate(-90deg);*/
  left: 50%;
}
/*.next-step.left {*/
/*  left: -37px;*/
/*  margin-left: -15px;*/
/*}*/
.next-step.right {
  right: -37px;
  margin-right: -15px;
}
.next-step .pull-left {
  float: left;
}
.next-step .text-container {
  margin-top: 8px;
  margin-left: 10px;
  line-height: 18px;
}
.next-step .text-container .next-step-title {
  color: #d5d09f;
  font-size: 18px;
}
.next-step .text-container .next-step-desc {
  font-size: 20px;
  color: rgba(255, 255, 255, 0.8);
}
.next-step .next-step-button {
  transition: all 0.5s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  border: 1px solid rgba(230, 232, 223, 0.5);
  background-color: #A7A337;
}
.next-step .next-step-button:hover {
  background-color: #a7a337;
}
.next-step .next-step-button span {
  display: block;
  background-image: url("/imgs/arrow-down.png");
  background-position: center;
  width: 13px;
  height: 15px;
  /*-webkit-transform: rotate(90deg);*/
  /*        transform: rotate(90deg);*/
}

/****
****
 GENERAL SECTIONS
****
 */
.f-16 {
  font-size: 16px !important;
}

p.green, h3.green {
  color: #087C7E !important;
}

section h2 {
  color: #5D5F5E;
  height: 110px;
  padding-left: 120px;
  line-height: 110px;
  font-size: 50px;
  margin-bottom: 0;
}
section h2.green-bg {
  width: 482px;
  color: #E6E8DF;
  background-color: #087C7E;
}
section h2.no-m {
  padding-left: 0;
  line-height: 55px;
  height: auto;
  margin-bottom: 20px;
}
section h2.green {
  color: #087C7E;
}
section h2.gray {
  color: #E6E8DF;
}
section h3 {
  font-size: 36px;
}

.header-img {
  width: 100%;
  height: 484px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.row.bottom {
  position: absolute;
  bottom: 0;
}

/****
****
 Nosotros page
****
 */
.nosotros-page .img-section {
  height: 564px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.nosotros-page .img-section.valores {
  /*background-image: url("/imgs/nosotros/valores.jpg");*/
}
.nosotros-page .menu-options .options {
  padding-top: 20px;
}
.nosotros-page .menu-options .options ul li {
  margin: 20px 0;
}
.nosotros-page .contain-plan .btn {
  margin-bottom: 15px;
}
.nosotros-page .contain-inform {
  padding-bottom: 100px;
}
.nosotros-page .contain-inform img {
  width: 50%;
  float: left;
  margin-right: 35px;
}
.nosotros-page .contain-inform .box-description {
  width: 43%;
  float: left;
}
.nosotros-page .contain-inform .btn {
  width: 217px;
  margin-top: 15px;
}
.nosotros-page .contain-inform .btn.down {
  background-color: #A7A337;
}

.operamos-ico {
  height: 140px;
  width: 100%;
  background-position: center center;
  margin-bottom: 90px;
  background-repeat: no-repeat;
}
.operamos-ico.uno {
  /*background-image: url("/imgs/nosotros/operamos1.svg");*/
}
.operamos-ico.dos {
  /*background-image: url("/imgs/nosotros/operamos2.svg");*/
}
.operamos-ico.tres {
  /*background-image: url("/imgs/nosotros/operamos3.svg");*/
}

.menu-options {
  margin-top: -126px;
}
.menu-options .text {
  padding-top: 176px;
}
.menu-options .options {
  background-color: #A7A337;
  color: #E6E8DF;
  padding-left: 68px;
}
.menu-options .options ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.menu-options .options ul li {
  cursor: pointer;
}
.menu-options .options ul li.active, .menu-options .options ul li:hover {
  color: #5D5F5E;
}

/**********************
***     Historia    ***
**********************/
.historia-page {
  position: relative;
  min-height: 900px;
}
.historia-page .bg-boa {
  position: absolute;
  height: 100%;
  top: 0;
  /*background-image: url("/imgs/nosotros/boa.jpg");*/
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top left;
}
.historia-page .crono-box {
  height: 208px;
  padding: 76px 0;
}
.historia-page .crono-box h2 {
  float: left;
}
.historia-page .crono-box .btn {
  margin-left: 20px;
  float: left;
  margin-top: 10px !important;
}

/**********************
***  Transparencia  ***
**********************/
.transparencia-page .header-img {
  /*background-image: url("/imgs/nosotros/transparencia.jpg");*/
}
.transparencia-page .ficha {
  padding-bottom: 20px;
  border-bottom: 1px solid #5D5F5E;
  margin-bottom: 50px;
}

/**********************
***      Bolsa      ***
**********************/
.bolsa-page {
  min-height: 700px;
  position: relative;
}
.bolsa-page > .container-fluid {
  padding-top: 130px;
}
.bolsa-page .bg-bird {
  position: absolute;
  height: 100%;
  top: 0;
  /*background-image: url("/imgs/nosotros/bird.jpg");*/
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center right;
}
.bolsa-page .vacantes {
  margin-bottom: 50px;
}
.bolsa-page .vacantes .item {
  background: #E6E8DF;
  font-size: 14px;
  padding: 0;
}
.bolsa-page .vacantes .item h4 {
  font-size: 25px;
}
.bolsa-page .vacantes .item .head {
  padding: 10px;
  border-bottom: 1px solid #5D5F5E;
}
.bolsa-page .vacantes .item .head p {
  margin-bottom: 0;
}
.bolsa-page .vacantes .item .body {
  padding: 10px;
}
.bolsa-page .vacantes .item .buttons div {
  height: 35px;
  line-height: 35px;
  text-align: center;
  float: left;
}
.bolsa-page .vacantes .item .buttons div.ver {
  /*width: 70%;*/
  width: 100%;
}
.bolsa-page .vacantes .item .buttons div.aplicar {
  background-color: #104547;
  width: 30%;
}

/**********************
***     Personal    ***
**********************/
.personal-page .header-img {
  /*background-image: url("/imgs/nosotros/personal.jpg");*/
  height: 643px;
}
.personal-page .menu {
  margin-top: -272px;
}
.personal-page .menu .item {
  background-color: #A7A337;
  color: #E6E8DF;
  height: 136px;
  font-size: 50px;
  line-height: 136px;
  text-align: center;
  cursor: pointer;
  transition: all 0.5s ease;
  background-image: url("/imgs/next-arrow.svg");
  background-position: right 30px center;
  background-repeat: no-repeat;
  background-size: 44px;
}
.personal-page .menu .item:hover, .personal-page .menu .item.active {
  background-color: #104547;
  background-image: url("/imgs/close.svg");
}
.personal-page .menu.sub-1 {
  /* background-image: url("/imgs/nosotros/personal-1.jpg"); */
   background-position: center bottom;
  background-repeat: no-repeat;
  background-size: contain;
    /* background-position: 80% 80%;
    background-repeat: no-repeat;
    background-size: 100%; */
}
.personal-page .menu.sub-2 {
  /* background-image: url("/imgs/nosotros/personal-2.jpg"); */
  background-position: center bottom;
  background-repeat: no-repeat;
  /* background-size: cover; */
  background-size: contain;
}
.personal-page .menu.sub-3 {
  background-image: none;
}
.personal-page .subs {
  display: none;
}
.personal-page .subs.show {
  display: block;
}
.personal-page .subs ul {
  list-style: none;
}
.personal-page .subs ul li {
  cursor: pointer;
  transition: all 0.5s ease;
  height: 68px;
  background-image: url("/imgs/next-arrow.svg");
  background-position: right 50px center;
  background-repeat: no-repeat;
  background-size: 30px;
  /*line-height: 70px;*/
  display: table;
  width: 100%;
  margin-bottom: 10px;
}

/**/
.personal-page .subs ul li.activo{

  background-image: url(/imgs/close.svg) !important;

}
/**/
.personal-page .subs ul li:hover {
  color: #A7A337;
}
.personal-page .subs ul li span {
  vertical-align: middle;
  display: table-cell;
}
.personal-page .subs.sub-1 {
  margin-top: -272px;
}
.personal-page .subs.sub-2 {
  margin-top: -136px;
}

/***********************
***   CONVOCATORIAS  ***
***********************/
.convocatorias-page h2.green-bg {
  width: auto;
  padding-right: 30px;
  margin-bottom: 40px;
}
.convocatorias-page .fichas .item {
  border: 1px solid #5D5F5E;
  padding: 15px 0px;
  margin-bottom: 40px;
}
.convocatorias-page .fichas .item h4 {
  font-size: 20px;
  margin-top: 10px;
  margin-bottom: 25px;
}
.convocatorias-page .fichas .item .contenido {
  border-bottom: 1px solid #5D5F5E;
  padding-bottom: 10px;
}
.convocatorias-page .fichas .item .fecha, .convocatorias-page .fichas .item .terminos {
  font-size: 14px;
  margin-bottom: 5px;
}
.convocatorias-page .fichas .item .btns .btn {
  width: 100%;
  text-align: left;
  margin-bottom: 10px;
}
.convocatorias-page .fichas .item .btns .btn.light {
  background-color: #087C7E;
}
.convocatorias-page .fichas .item .btns .btn.light:hover {
  background-color: #054d4e;
}
.convocatorias-page .modal-lg {
  max-width: 1100px;
  background-color: #E6E8DF;
  padding: 40px 30px;
}
.convocatorias-page .modal-lg .modal-content {
  border: none;
}
.convocatorias-page .modal-lg .modal-header {
  background-color: #E6E8DF;
  color: #A7A337;
  border: none;
}
.convocatorias-page .modal-lg .modal-header h5 {
  font-size: 36px;
}
.convocatorias-page .modal-lg .modal-body {
  background-color: #E6E8DF;
  color: #5D5F5E;
}

/***********************
***     PROGRAMAS    ***
***********************/
.programas-page h2.bg-primary {
  width: auto;
  padding-right: 30px;
  margin-bottom: 40px;
}

/***********************
***      ALIADOS     ***
***********************/
.nuestros-aliados > .container > .row {
  margin-bottom: 50px;
}
.nuestros-aliados > .container .row .logo {
  border: 1px solid #5D5F5E;
  height: 100px;
  width: 100px;
  line-height: 100px;
}

@media (max-width: 767px) {
  .step-desc {
    position: absolute;
    bottom: 0;
    margin-top: 0;
    top: auto;
  }
  .step-desc.left {
    margin-left: 0;
    left: 0;
  }
  .step-desc.right {
    margin-right: 0;
    right: 0;
  }
  .step-desc.right .step-num {
    color: #e6e8df !important;
  }
  .step-desc.right .block-1 {
    margin-left: auto;
    background-color: #247C7D;
    color: #e6e8df;
  }
  .step-desc.link .block-1 {
    position: relative;
    background-color: #247C7D;
    width: 100%;
  }
  .step-desc.link .block-2 {
    padding: 2px 15px;
    width: 100%;
  }
  .step-desc.link .btn-step-dec {
    right: 0;
    width: 100px;
  }
  .step-desc.link .btn-step-dec a {
    bottom: 0;
    width: 56px;
    line-height: 55px;
    font-size: 15px;
  }
  .step-desc.link .btn-step-dec a .icons {
    width: 18px;
    height: 12px;
    left: 65px;
    bottom: 0;
    top: 20px;
  }
  .step-desc .block-1 {
    padding: 2px 15px;
    width: 100%;
    height: 55px;
  }
  .step-desc .block-1 .step-num {
    font-size: 14px;
    line-height: 16px;
  }
  .step-desc .block-1 .step-title {
    font-size: 25px;
    line-height: 30px;
    margin: 0;
  }
  .step-desc .block-2 {
    width: 100%;
    height: 115px;
    padding: 15px 15px;
    font-size: 16px;
    text-align: left;
  }
  .step-desc .block-2 span {
    display: block;
    line-height: 24px;
  }

  .next-step {
    display: none;
  }
}
@media (max-width: 1200px) {
  section h2.green-bg {
    min-width: calc(100% + 30px);
    padding: 0;
    margin-bottom: 0;
    line-height: 27px;
    font-size: 25px;
    height: 60px;
    text-align: center;
    position: relative;
  }
  section h2.green-bg.one-line {
    line-height: 60px;
  }

  .news-section {
    background: #104547;
  }

  .box-flex {
    display: flex;
    flex-wrap: wrap;
  }
  .box-flex .flex-first {
    order: 0;
  }
  .box-flex .flex-second {
    order: 1;
  }

  .convocatorias-page h2.green-bg {
    min-width: calc(100% + 30px);
    padding: 0;
    margin-bottom: 0;
    line-height: 27px;
    font-size: 25px;
    height: 60px;
    text-align: center;
    left: -15px;
    position: relative;
  }
  .convocatorias-page h2.green-bg.one-line {
    line-height: 60px;
  }
  .convocatorias-page .box-convocatoria {
    padding: 20px 0;
  }
  .convocatorias-page .box-convocatoria h3 {
    font-size: 16px;
  }
  .convocatorias-page p {
    font-size: 16px;
  }
  .convocatorias-page .fichas .item {
    border: 1px solid #5D5F5E;
    padding: 15px 0px;
    margin-bottom: 40px;
  }
  .convocatorias-page .fichas .item h4 {
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .convocatorias-page .fichas .item .btns .btn {
    margin-bottom: 15px;
  }
  .convocatorias-page .modal .modal-dialog {
    padding: 20px 10px;
  }
  .convocatorias-page .modal .modal-dialog .modal-header h5 {
    font-size: 16px;
    line-height: 22px;
  }

  .programas-page h2.bg-primary {
    min-width: calc(100% + 30px);
    padding: 0;
    margin-bottom: 0;
    line-height: 60px;
    font-size: 25px;
    height: 60px;
    text-align: center;
    left: -15px;
    position: relative;
  }
  .programas-page .programs-section {
    margin-bottom: 25px;
  }

  .nuestros-aliados > .contain-enlaces {
    padding: 20px 15px;
  }
  .nuestros-aliados > .contain-enlaces .contain-logos {
    padding: 0 15px;
  }
  .nuestros-aliados > .contain-enlaces .contain-logos div.logo {
    height: 50px;
    width: 100%;
    line-height: 50px;
    margin-bottom: 15px;
  }

  /****
  ****
   Nosotros page
  ****
  */
  .nosotros-page .box-information {
    padding: 20px 15px;
  }
  .nosotros-page .box-information p {
    font-size: 15px;
    line-height: 18px;
  }
  .nosotros-page .box-information .green {
    font-size: 18px;
    line-height: 24px;
    color: #104547;
    font-weight: 600;
  }
  .nosotros-page .img-section {
    height: 250px;
  }
  .nosotros-page .contain-plan .green {
    text-align: center;
    font-size: 25px;
    width: 100%;
    padding: 0;
    font-weight: bold;
  }
  .nosotros-page .contain-plan p {
    font-size: 16px;
    line-height: 20px;
  }
  .nosotros-page .contain-plan .btn {
    width: 40%;
    margin: 0 5%;
    float: left;
    background-position: right 10px center;
    background-size: 18px;
  }
  .nosotros-page .contain-plan .btn.watch {
    background-size: 35px;
  }
  .nosotros-page .contain-inform {
    margin-bottom: 35px;
  }
  .nosotros-page .contain-inform .gray {
    text-align: center;
    font-size: 25px;
    width: 100%;
    padding: 0;
    font-weight: bold;
  }
  .nosotros-page .contain-inform img {
    width: 46%;
    margin: 0 2%;
    float: left;
  }
  .nosotros-page .contain-inform .box-description {
    width: 46%;
  }
  .nosotros-page .contain-inform p {
    font-size: 16px;
    line-height: 20px;
    width: 100%;
    margin: 0 2%;
    float: left;
  }
  .nosotros-page .contain-inform .btn {
    width: 43%;
    margin: 25px 3%;
    float: left;
    background-position: right 10px center;
    background-size: 16px;
  }
  .nosotros-page .contain-inform .btn.watch {
    background-size: 35px;
  }
  .nosotros-page .menu-options {
    margin-top: -250px;
    display: flex;
    flex-wrap: wrap;
  }
  .nosotros-page .menu-options .text {
    padding-top: 15px;
    order: 2;
  }
  .nosotros-page .menu-options .text p {
    font-size: 16px;
  }
  .nosotros-page .menu-options .text p.green {
    margin-bottom: 0;
    font-size: 18px;
  }
  .nosotros-page .menu-options .options {
    order: 0;
    padding: 20px 15px;
    height: 250px;
  }
  .nosotros-page .menu-options .options h2 {
    font-size: 18px;
    line-height: 20px;
    margin: 0 0 15px 0;
  }
  .nosotros-page .menu-options .options ul li {
    font-size: 18px;
    line-height: 34px;
    margin: 0;
  }

  .box-operamos .title-operamos {
    padding: 0;
    font-size: 30px;
    text-align: center;
    display: block;
    width: 100%;
  }
  .box-operamos .operamos-ico {
    height: 140px;
    margin-bottom: 40px;
  }

  /**********************
  ***     Historia    ***
  **********************/
  .historia-page {
    margin-bottom: 50px;
  }
  .historia-page .bg-boa {
    position: relative;
    height: 100vh;
  }
  .historia-page .contenido {
    padding: 0;
  }
  .historia-page .green {
    font-size: 25px;
  }
  .historia-page p {
    font-size: 17px;
    line-height: 22px;
  }
  .historia-page .bottom {
    position: relative;
  }
  .historia-page .text-inside {
    position: absolute;
    font-size: 18px;
    width: 50%;
    bottom: 3%;
  }
  .historia-page .bg-green {
    background: #104547;
  }
  .historia-page .crono-box {
    height: 100px;
    padding: 20px 0;
  }
  .historia-page .crono-box h2 {
    float: left;
    font-size: 25px;
    width: 55%;
    text-align: center;
  }
  .historia-page .crono-box .btn {
    background-color: #087C7E;
    background-size: 18px;
    background-position: right 10px center;
    margin-left: 0;
    width: 40%;
    margin-right: 5%;
    float: left;
    margin-top: 10px !important;
  }

  /**********************
  ***  Transparencia  ***
  **********************/
  .transparencia-page .container-transparencia {
    padding: 0 10px;
  }
  .transparencia-page .ml-n5 {
    margin-left: 0 !important;
  }
  .transparencia-page .mr-n5 {
    margin-right: 0 !important;
  }
  .transparencia-page .ficha {
    padding-bottom: 20px;
    border-bottom: 1px solid #5D5F5E;
    margin-bottom: 50px;
  }
  .transparencia-page .ficha h3 {
    font-size: 15px;
  }
  .transparencia-page .ficha .btn {
    width: 100%;
    height: 35px;
    line-height: 35px;
    background-size: 18px;
    background-position: right 10px center;
    padding: 0 0 0 10px;
  }

  /**********************
  ***      Bolsa      ***
  **********************/
  .bolsa-page {
    margin-bottom: 50px;
  }
  .bolsa-page > .container-fluid {
    padding-top: 0;
  }
  .bolsa-page .bg-bird {
    position: relative;
    height: 100vh;
    background-position: 75% center;
  }
  .bolsa-page .contenido {
    padding: 25px 15px;
  }
  .bolsa-page .contenido .pad-cust-0 {
    padding: 0;
  }
  .bolsa-page .contenido br {
    display: none;
  }
  .bolsa-page .contenido h2 {
    font-size: 25px;
    text-align: center;
    margin-bottom: 15px;
    line-height: 25px;
  }
  .bolsa-page .contenido p {
    font-size: 16px;
    line-height: 22px;
  }
  .bolsa-page .contenido .btn {
    background-size: 18px;
    background-position: right 4px center;
    margin-left: 0;
    width: 49%;
    margin-right: 1%;
    float: left;
    padding-left: 5px;
  }
  .bolsa-page .contenido .btn.btn-green {
    margin-right: 0;
    margin-left: 1%;
  }
  .bolsa-page .vacantes {
    margin-bottom: 50px;
  }
  .bolsa-page .vacantes .item h4 {
    margin: 0;
  }
  .bolsa-page .vacantes .item .head {
    padding: 15px 10px;
  }
  .bolsa-page .vacantes .item .head p {
    color: #104547;
    margin-bottom: 0;
  }
  .bolsa-page .vacantes .item .body {
    padding: 10px;
  }
  .bolsa-page .vacantes .item .body p {
    margin-bottom: 5px;
  }
  .bolsa-page .vacantes .item .buttons div {
    height: 35px;
    line-height: 35px;
    text-align: center;
    float: left;
  }
  .bolsa-page .vacantes .item .buttons div.ver {
    /*width: 60%;*/
    width: 100%;
  }
  .bolsa-page .vacantes .item .buttons div.aplicar {
    width: 40%;
  }

  /**********************
  ***     Personal    ***
  **********************/
  .personal-page {
    margin-bottom: 50px;
  }
  .personal-page .header-img {
    height: 100vh;
    background-position: 15% center;
  }
  .personal-page .no-gutters {
    margin-left: -15px;
    margin-right: -15px;
  }
  .personal-page .menu {
    margin-top: 0;
  }
  .personal-page .menu .item {
    height: 100px;
    font-size: 25px;
    line-height: 100px;
    text-align: left;
    padding-left: 20px;
    background-position: right 20px center;
    background-size: 35px;
  }
  .personal-page .menu.sub-1 {
    background-image: url("/imgs/nosotros/personal-1.jpg");
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .personal-page .menu.sub-2 {
    background-image: url("/imgs/nosotros/personal-2.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .personal-page .menu.sub-3 {
    background-image: none;
  }
  .personal-page .subs {
    display: none;
  }
  .personal-page .subs .p-5 {
    padding: 25px 15px !important;
  }
  .personal-page .subs .contain-personal {
    text-align: center;
  }
  .personal-page .subs .contain-personal br {
    height: 0;
  }
  .personal-page .subs.show {
    display: block;
  }
  .personal-page .subs ul {
    list-style: none;
    padding-left: 0;
  }
  .personal-page .subs ul li {
    height: 40px;
    line-height: 22px;
    background-position: right 10px center;
    background-size: 22px;
    margin-bottom: 20px;
    padding-right: 45px;
  }
  .personal-page .subs ul li:hover {
    color: #A7A337;
  }
  .personal-page .subs ul li span {
    vertical-align: middle;
    display: table-cell;
  }
  .personal-page .subs ul li br {
    display: none;
  }
  .personal-page .subs.sub-1 {
    margin-top: -220px;
  }
  .personal-page .subs.sub-2 {
    margin-top: -136px;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .step-desc {
    top: 80%;
  }
  .step-desc.right {
    margin-right: 0;
    right: auto;
    left: 0;
  }
  .step-desc.right .step-num {
    color: #e6e8df !important;
  }
  .step-desc.right .block-1 {
    margin-left: 0;
  }

  .next-step {
    display: none;
  }

  .news-section.section-wall {
    height: 100%;
    min-height: 100%;
  }

  .convocatorias-page h2.green-bg, .convocatorias-page h2.bg-primary {
    line-height: 110px;
    font-size: 42px;
    height: 110px;
  }
  .convocatorias-page h2.green-bg.one-line, .convocatorias-page h2.bg-primary.one-line {
    line-height: 110px;
  }
  .convocatorias-page .box-convocatoria {
    padding: 30px 0;
  }
  .convocatorias-page .box-convocatoria h3 {
    font-size: 29px;
  }
  .convocatorias-page p {
    font-size: 17px;
  }
  .convocatorias-page .fichas .item img {
    width: 100%;
  }
  .convocatorias-page .fichas .item h4 {
    font-size: 28px;
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .convocatorias-page .fichas .item .fecha {
    font-size: 24px;
  }
  .convocatorias-page .fichas .item .terminos {
    margin-bottom: 20px;
    font-size: 24px;
  }
  .convocatorias-page .fichas .item .btns .btn {
    margin-bottom: 15px;
  }
  .convocatorias-page .modal .modal-dialog {
    padding: 25px 11px;
    margin: 0 15px;
  }
  .convocatorias-page .modal .modal-dialog .modal-header h5 {
    font-size: 37px;
    line-height: 45px;
  }
  .convocatorias-page.nuestros-aliados > .contain-enlaces .contain-logos {
    width: 100%;
  }
  .convocatorias-page.nuestros-aliados > .contain-enlaces .contain-logos div.logo {
    height: 120px;
    line-height: 120px;
  }

  .programas-page h2.bg-primary {
    min-width: calc(100% + 30px);
    padding: 0;
    margin-bottom: 0;
    line-height: 110px;
    font-size: 42px;
    height: 110px;
    text-align: center;
    left: -15px;
    position: relative;
  }
  .programas-page .programs-section {
    margin-bottom: 25px;
  }
  .programas-page .programs-section .box-flex {
    width: 100%;
    max-width: 100%;
  }
  .programas-page .programs-section .programs-wall {
    padding: 0;
  }
  .programas-page .programs-section .map_test .box-project {
    right: 5%;
    width: 45%;
    height: 250px;
  }

  .nosotros-page h2.green-bg, .nosotros-page h2.bg-primary {
    line-height: 110px;
    font-size: 42px;
    height: 110px;
  }
  .nosotros-page h2.green-bg.one-line, .nosotros-page h2.bg-primary.one-line {
    line-height: 110px;
  }
  .nosotros-page .box-information {
    padding: 30px 15px;
  }
                                      /*.nosotros-page .box-information p {
                                        font-size: 24px;
                                        line-height: 28px;
                                        margin-bottom: 30px;
                                      }*/
  .nosotros-page .box-information .green {
    font-size: 24px;
    line-height: 30px;
  }
  .nosotros-page .img-section {
    height: 450px;
    margin: 0;
  }
  .nosotros-page .contain-plan .green {
    font-size: 42px;
  }
  .nosotros-page .contain-plan p {
    font-size: 18px;
    line-height: 28px;
  }
  .nosotros-page .contain-plan img {
    width: 50%;
  }
  .nosotros-page .contain-plan .btn {
    width: 60%;
    margin: 0 0 20px 0;
    background-position: right 10px center;
    background-size: 25px;
    height: 60px;
    line-height: 60px;
    font-size: 25px;
    padding: 0 20px;
  }
  .nosotros-page .contain-plan .btn.watch {
    background-size: 42px;
    width: 60%;
    margin-right: 0;
    margin-left: 0;
  }
  .nosotros-page .contain-inform {
    margin-bottom: 35px;
  }
  .nosotros-page .contain-inform .gray {
    font-size: 42px;
  }
  .nosotros-page .contain-inform img {
    width: 50%;
    margin: 0;
    margin-right: 25px;
  }
  .nosotros-page .contain-inform p {
    font-size: 24px;
    line-height: 30px;
    margin: 0;
  }
  .nosotros-page .contain-inform .btn {
    width: 50%;
    margin: 40px 25px 60px 0;
    background-position: right 10px center;
    background-size: 25px;
    background-color: #A7A337;
    height: 60px;
    line-height: 60px;
    font-size: 25px;
    padding: 0 20px;
  }
  .nosotros-page .contain-inform .btn.watch {
    background-size: 42px;
    width: 45%;
    margin-right: 0;
    margin-left: 0;
  }
  .nosotros-page .box-operamos .title-operamos {
    padding: 0;
    font-size: 30px;
    text-align: center;
    display: block;
    width: 100%;
  }
  .nosotros-page .box-operamos .operamos-ico {
    height: 140px;
    margin-bottom: 40px;
  }
  .nosotros-page .box-operamos .btn {
    height: 55px;
    line-height: 55px;
    font-size: 20px;
    padding: 0px 20px;
  }
  .nosotros-page .menu-options {
    margin-top: -220px;
  }
  .nosotros-page .menu-options .text {
    top: -170px;
    height: 100px;
    padding-right: 55%;
  }
  .nosotros-page .menu-options .text p {
    width: 382px;
    font-size: 18px;
  }
  .nosotros-page .menu-options .text p.green {
    font-size: 24px;
    margin-bottom: 15px;
  }
                                      /*.nosotros-page .menu-options .options {
                                        order: 0;
                                        padding: 50px 25px;
                                        height: 400px;
                                        margin-left: calc(50% - 15px);
                                      }*/
  .nosotros-page .menu-options .options h2 {
    font-size: 45px;
    line-height: 10px;
    margin: 0 0 25px 0;
  }
  .nosotros-page .menu-options .options ul li {
    font-size: 22px;
    line-height: 45px;
  }

  .historia-page {
    margin-bottom: 50px;
  }
  .historia-page .bg-boa {
    position: relative;
    height: 100vh;
  }
  .historia-page .green {
    font-size: 42px;
    margin: 100px 0 30px;
    text-align: center;
  }
  .historia-page .contenido {
    max-width: 100%;
  }
  .historia-page p {
    font-size: 17px;
    line-height: 30px;
    padding: 0 25px;
  }
  .historia-page .bg-primary {
    padding: 0 0 30px;
  }
  .historia-page .bottom {
    position: relative;
  }
  .historia-page .text-inside {
    font-size: 34px;
    width: 46%;
    left: 4%;
  }
  .historia-page .text-inside br {
    display: none;
  }
  .historia-page .bg-green {
    background: #104547;
  }
  .historia-page .crono-box {
    height: 150px;
    padding: 35px 0;
  }
  .historia-page .crono-box h2 {
    font-size: 42px;
    margin: 0;
    line-height: 80px;
  }
  .historia-page .crono-box .btn {
    background-size: 25px;
    font-size: 25px;
    padding: 0 20px;
    height: 60px;
    line-height: 60px;
  }

  .personal-page {
    margin-bottom: 50px;
  }
  .personal-page .menu {
    margin-top: 0;
  }
  .personal-page .menu .item {
    height: 120px;
    font-size: 42px;
    line-height: 120px;
    padding-left: 100px;
  }
  .personal-page .subs {
    font-size: 16px;
  }
  .personal-page .subs .contain-personal {
    text-align: center;
    font-size: 24px;
  }
  .personal-page .subs ul li {
    height: 60px;
    line-height: 25px;
    background-position: right 10px center;
    background-size: 35px;
    margin-bottom: 10px;
    padding-right: 85px;
    padding-left: 50px;
  }
  .personal-page .subs.sub-1 {
    margin-top: -240px;
  }
  .personal-page .subs.sub-2 {
    margin-top: -136px;
  }

  .bolsa-page {
    margin-bottom: 50px;
  }
  .bolsa-page > .container-fluid {
    padding-top: 0;
  }
  .bolsa-page .contenido {
    padding: 50px 15px 80px;
  }
  .bolsa-page .contenido h2 {
    font-size: 42px;
    margin-bottom: 20px;
    line-height: 42px;
  }
  .bolsa-page .contenido p {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 30px;
  }
  .bolsa-page .contenido .btn {
    background-size: 25px;
    height: 60px;
    line-height: 60px;
    font-size: 25px;
    padding: 0;
    background-position: right 15px center;
    margin-left: 0;
    width: 49%;
    margin-right: 1%;
    float: left;
    padding-left: 10px;
  }
  .bolsa-page .vacantes {
    margin-bottom: 80px;
  }
  .bolsa-page .vacantes .item .head {
    padding: 20px 15px;
  }
  .bolsa-page .vacantes .item .head h4 {
    font-size: 34px;
    margin-bottom: 5px;
  }
  .bolsa-page .vacantes .item .head p {
    font-size: 24px;
  }
  .bolsa-page .vacantes .item .body {
    padding: 25px 15px;
  }
  .bolsa-page .vacantes .item .body p {
    font-size: 24px;
  }
  .bolsa-page .vacantes .item .buttons div {
    height: 60px;
    font-size: 24px;
    line-height: 60px;
  }

  .transparencia-page .container-transparencia {
    padding: 0 10px;
  }
  .transparencia-page .ficha {
    margin-bottom: 50px;
  }
  .transparencia-page .ficha h3 {
    font-size: 24px;
    margin-bottom: 15px;
  }
  .transparencia-page .ficha .btn {
    width: 100%;
    height: 60px;
    line-height: 60px;
    background-size: 25px;
    font-size: 25px;
    padding: 0 10px;
  }
}



/****** Realizacion de Cambios *******/
/* Cambios nuevos*/
.col-lg-6-change{
  padding-top: 50px;
	padding-left: 0px;
	padding-right: 0px;
}

/* Design de row */
.map-design{
    position: absolute;
    /* top: 140px; */
    left: 50%;
    top: 60%;
    transform: translate(-50%, -50%);
    width: 95%;
    height: 498px;
    /* background-image: url(/imgs/map.svg); */
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
}
.row-map{
	height: 100%;
}

.row-info{
    padding-top: 100px;
    padding-left: 15%;
    padding-bottom: 25px;
    line-height: 25px;
	  height: auto;
}

.row-info-projects{
  padding-bottom: 25px;
  line-height: 25px;
	height: auto;
}

/* .col-info-container{
	padding-top: 100px;
	padding-left: 15%;
	padding-bottom: 50px;

} */

.col-proj-container{
	padding-top: 30px;
	padding-left: 15%;
	padding-bottom: 10px;
}

.titulo_programa{
	color: #087C7E;
	font-size: 36px;
	margin-bottom: 10px;
}

.forma_design_programas{
	padding-top: 100px;
    padding-left: 10%;
}

.desc_programa{
  text-align: justify;
	padding-right: 35px;
	    margin-bottom: 50px;
	    line-height: 20px;
}

.titulo_desc_proj{
	color: #E6E8DF;
	font-size: 30px;
	margin-bottom: 24px;
}

.item_proj{
	color: #E6E8DF;
	font-size: 18px;
	line-height: 50%;
}

.item_proj:hover{
	color: #104547	;
	font-size: 18px;

}

.hr-programa{
	width: 90%;
	margin-left: -10px;
	background-color: #E6E8DF;
}
.style-ver-mas{
	display: none;
}

.item_proj:hover .style-ver-mas{
	display: inline;
	text-align: right;

}

a:hover {
	text-decoration:none;
}

/* end Design de row */


/* Estilo de Row 2*/

.imagen-fondo-row{
	padding-top: 80px;
	height: 350px;


	text-align: center;
}

.texto-cifras-programas{
	color: white;
	font-size: 28px;
}

.format-cifras-programas{
	color: #087C7E;
	font-size: 56px;
	font-weight: bold;
}

.row-centrado{
	display: inline-block;
	margin-left: auto;
	margin-right: auto;
}
.button-programa-centrado{
	    margin-left: 38%;
}
.backgrondcolor-green{
	background-color: #A7A337;
}
/* Fin de Estilo Row2*/

/*Estilo Row 3*/

.style-image-article{
	width: 100%;
	height: 100%;
}

.format-text-article{
	color: #087C7E;
	font-size: 36px;
	padding-left: 6%;
  margin-top: 30px;
  margin-bottom: 10px;
}

.style-text-content{
	padding-left: 7%;
}

/*Fin Estilo Row 3*/

/*fin cambios nuevos*/




.dropdown_menu{
    position: relative;
    display: inline-block;
}


.nosotros-navbar:hover .dropdown-menu, .nuestro-navbar:hover .dropdown-menu{
      color: white;
      background-color: rgb(0,0,0,0.7);
      padding: 12px 16px;
      text-decoration: none;
      display: block;
      margin-top: -5px;
}

.container-fluid {
    padding-left: 0 !important;
}

.elemento-linea{
    width: 90%;
}



@media only screen and (min-width: 1200px){
.padding-nuestra{
  padding-top: 80px;
}
}
@media only screen and (min-width: 992px) and (max-width: 1199px){

    .padding-nuestra{
  padding-top: 80px;
}

    .nosotros-page .menu-options .options {
    order: 0;
    padding: 50px 25px;
    height: 400px;
    margin-left: calc(50% - 15px);
}

.nosotros-page .box-information p {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 20px;
}

.estilo_comite_tecnico_title {
    width: 100% !important;
    padding: 0 0rem 0 0rem !important;
}

}
@media only screen and (min-width: 768px) and (max-width: 991px){
    .nosotros-page .menu-options .options {
    order: 0;
    padding: 50px 25px;
    height: 400px;
    margin-left: calc(50% - 15px);
}
}
@media only screen and (min-width: 576px) and (max-width: 767px){
}
@media only screen and (max-width: 575px) {
}


/*	Estilo de Project	*/

.full-height{
	height: 100vh;
}

.drop-padding{
	padding-right: 0px !important;
	padding-left: 0px !important;
}

.drop-margin{
	margin-right: 0px !important;
	margin-left: 0px !important;
}

.full-screen{
	width: 100%;
	height: 100%;
}
.container-title{
	display: flex;
	justify-content: center;
	align-items: center;
}

.container-title-text{
    padding-top: 10%;
	text-align: center;
	width: 50%;
}

.design-project-map{
	position: relative;
	padding-right: 0px !important;
	padding-left: 0px !important;
	height: auto;
}

.design-project-map-box{
	width: 70%;
	height: 100px;
	background-color: #104547;
	position: absolute;
	top: 0;
	left: 0;
}

.design-project-section{
	padding-right: 0px !important;
	padding-left: 0px !important;
	display: flex;
	justify-content: center;
	align-items: center;
}

.design-project-section-container{
	width: 90%;
}

.design-title-compro{
	color: #087C7E;
    margin-bottom: 25px;
    font-weight: bold;
}

.design-project-program-box{
	padding-right: 5%;
	padding-left: 5%;
	padding-bottom: 3%;
	width: 100%;
	background-color: #104547;
}

.design-project-program-donar{
	padding-right: 2%;
	padding-left: 2%;
	padding-top: 1%;
	background-color: #A7A337;
	width: 60%;
	margin-left: auto;
	margin-right: auto;
	margin-top: -3%;
}

.fact-style-project{
	margin-bottom: 20px;
}

.drop-padding-h2{
    padding-left: 0px;
    font-size: 30px;
    line-height: 0px;
}
.design-project-section-container p{
    line-height: 100%;
}

.design-project-program-box p, .design-project-program-donar p {
    line-height: 100%;
    padding-top: 10px;
    color: white;
}

.style-fact-sheet-p{
    text-align: justify;
    color: white;
    padding-right: 25px;
    line-height: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
}

.map-design-row{
    width:100%;
    height:80%;
    position:absolute;
    bottom:10%;
}

/*	Fin de Estilos Project	*/

/* estilos de nav menu*/

.navmenu-li-item{
    margin-top: 15px;
    margin-bottom: 5px;
    line-height: 100%;
}

/*fin estilos nav menu*/


/* Estilos de footer */
.footer-link{
	margin-left: 15px;
  margin-right: 15px;
  font-size: 10pt;
  color: white;
  margin-bottom: 10px;
  margin-top: 10px;
}

.footer-link:hover{
	color: #A7A337;
}

.footer-hr {
  margin-top: 0;
  margin-bottom: 0;
  border: 0;
  border-top: 1px solid rgba(255,255,255,.1);
  width: 50%;
}

.footer-title{
  font-size: 9pt;
  margin-bottom: 10px;
  margin-top: 10px;
}
/* Fin Estilos de footer */
.nosotros-vision{
  margin-bottom: 25px;
}

.nosotros-vision-content{
  width: 80%;
}

.nosotros-section-article{
  margin-top: 50px;
}

.clase-dircor{
  background-color: white !important;
  margin-left: 0px;
  width: 100%;
  min-height: 80vh;
}

.div-contec{
    display: none ;
    background-color: white;
    width: 100%;
    padding: 20px !important;
    margin-bottom: 50px;
}

.show-info-personal{
    display: block !important;
}

.div-contec>p{
  margin-left: 15px;
  margin-right: 15px;
}

.estilo_comite_tecnico_title{
  width:80%;
  padding: 0 3rem 0 3rem !important;
}

.estilo_comi_tec_content{
  margin-left:0px !important;
  padding: 3rem !important;
}

.texto-noticias{
  font-size: 16px;
  line-height: 100%;
}

@media only screen and (min-width: 1200px){
  .per_comi_tec{
    padding-inline-start: 0px !important;
  }

  .margin-top-operamos{
      margin-top: 100px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px){
    .margin-top-operamos{
        margin-top: 0px;
    }
    .map-design {
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      width: 95%;
      height: 498px;
      background-size: 100%;
      background-position: center;
      background-repeat: no-repeat;
  }

  .row-info{
    padding-top: 100px;
      padding-left: 15%;
      padding-bottom: 25px;
      line-height: 25px;
      /*min-height: 50%;*/
  }

    .map-design-container{
      height: auto;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px){
    .margin-top-operamos{
        margin-top: 100px;
    }

    .map-design {
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      width: 95%;
      height: 498px;
      background-size: 100%;
      background-position: center;
      background-repeat: no-repeat;
  }

    .map-design-container{
      height: 500px;
    }

    .row-info{
      padding-top: 100px;
        padding-left: 15%;
        padding-bottom: 25px;
        line-height: 25px;
        /*min-height: 50% !important;*/
        height: auto;
    }


     #mainNav .main-logo-mini {
    margin-top: 25px;
    margin-bottom: -25px;
    width:60px !important;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px){

  .texto-noticias{
    font-size: 14px;
    line-height: 100%;
  }
    .margin-top-operamos{
        margin-top: 70px;
    }

     #mainNav .main-logo-mini {
    margin-top: 25px;
    margin-bottom: -25px;
    width:60px !important;
  }
  .logo-format-sm{
      width: 25%;
      display: inline-block;
  }
}
@media only screen and (max-width: 575px) {

  .texto-noticias{
    font-size: 14px;
    line-height: 100%;
  }
    .margin-top-operamos{
        margin-top: 10px;
    }

     #mainNav .main-logo-mini {
    margin-top: 0px;
    margin-bottom: 0px;
    width:60px !important;
  }

  .news-section.section-publication .box-container.publicaciones .box-item .box-image img {
    min-height: 250px;
  }

}



/****** fin de Realizacion de Cambios ******/

.programs-section .programs-wall {
  /*padding-top: 35px;*/
}

.container-footer{
  padding-left: 15px;

}



@media only screen and (max-width: 767px){
  .programs-section .programs-wall {
    padding-top: 0px;
    margin-bottom: 15px;
  }

  .row-info{
    padding-top: 50px;
    padding-left: 10%;
    /* padding-bottom: 0px; */
    line-height: 25px;
    height: auto
  }

  .item_proj{
    color: #E6E8DF;
    font-size: 18px;
    line-height: 100%;
  }

  .map-design{
    display: none;
  }

  .containter-can{
    padding-left: 15px !important;
  }

  .container-index-news{
    padding-right: 0px !important;
  }

  .container-footer{
    padding-left: 15px;
    height: auto;
  }

  .historia-page .container-fluid{
    padding-left: 15px !important;
  }

  .transparencia-page .header-img{
    background-position: 70% 50% !important;
  }

  .convocatorias-page .section-title .green-bg{
      padding-top: 15px;
    padding-right: 15px;
    padding-left: 15px;
  }

  .bolsa-page .container-fluid{
    padding-right: 15px !important;
    padding-left: 15px !important;
  }

  .bolsa-page .contenido .btn.btn-green{
    margin-top: 0px;
    margin-right: 0%;
    margin-left: 0%;
  }

  .news-section.section-publication h2{
    margin-bottom: 0px;
  }

  .news-section{
    margin-bottom: 0px;
  }

  .news-section.section-publication .box-container .box-inform .box-image img {
    width: 100%;
    padding-left: 15px;
  }

  .box-contacto .container-fluid,
  .box-newsletter .container-fluid{
    padding-left: 15px !important;
  }

  .imagen-fondo-row {
    padding-top: 80px;
    height: auto;
    text-align: center;
  }

  .button-programa-centrado {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
  }

  .button-programa-centrado .btn.btn-green{
    width: 100% !important;
  }

  .format-text-article {
    text-align: center;
    margin-top: 20px;
  }

  .style-text-content{
   padding-bottom: 20px;
  }

  .content-project-description{
    text-align: center;
  }

  .style-text-content .row .estilo-prueba{
    text-align: justify;
    line-height: normal;
  }

  .container-img-description{
    padding-right: 0px;
  }

  .design-project-map-box{
    width: 100%;
  }

  .full-screen.design-project-map{
    height: auto;
    padding-left: 15px !important;
  }

  .full-screen.design-project-section{
    height: auto;
    align-items: unset;
    text-align: justify;
  }

  .second-container-style .design-project-section .design-project-section-container{
    padding-left: 15px;
    margin-left: 0 !important;
    margin-right: 0 !important;

  }

  .design-title-compro{
    text-align: center;
  }
  .second-container-style{
    height: 100%;
  }

  .img-container-description{
    height: 100vh !important;
  }

  .third-container-style{
    height: 100%;
    padding-bottom: 20px;
  }

  .third-container-style .design-project-section{
    padding-top: 20px;
  }

  .third-container-style .design-project-section .design-project-section-container{
    padding-left: 15px;
    margin-left: 0% !important;
    margin-right: 0% !important;

  }

  .fourth-section-container{
    height: auto !important;
  }

  .fourth-section-container .full-screen .design-project-section-container{
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 15px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .fourth-section-container .full-screen .design-project-section-container h1{
    color: #A7A337;
    line-height: 100%;
  }
  .fourth-section-container .full-screen .design-project-section-container a{
    text-align: center;
  }

 .row.full-height.fourth-section-container .full-screen.design-project-map.container-title{
   height: 100vh !important ;
 }

 .logos-principal{
  padding-bottom: 25px;
}

.logos-principal img{
  padding: 15px 0;
}

.logo-format-sm{
  width:25%;
  display: inline-block;
}


}
.develop h2{
  padding-left: 0 !important;
}
.fourth-section-container .full-screen .design-project-section-container h1{
  color: #A7A337;
}

.fourth-section-container .full-screen .design-project-section-container{
  margin-left: 15%;
  margin-right: 5%;
}

.third-container-style .design-project-section .design-project-section-container{
  margin-left: 15%;
  margin-right: 5%;
  line-height: normal;
}

.second-container-style .design-project-section .design-project-section-container{
  margin-left: 15%;
  margin-right: 5%;
  padding-top: 20px;
  padding-bottom: 20px;
}

.content-project-description{
  margin-top: 30px;
}

/* Pruebas de car */
#clients {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

#clients .clients-wrap {
  display: block;
  width: 95%;
  margin: 0 auto;
  overflow: hidden;
}

#clients .clients-wrap ul {
  display: block;
  list-style: none;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}

#clients .clients-wrap ul li {
  display: block;
  float: left;
  position: relative;
  width: 220px;
  height: 100px;
  line-height: 100px;
  text-align: center;
}
#clients .clients-wrap ul li img {
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  -webkit-transition: 0 linear left;
  -moz-transition: 0 linear left;
  transition: 0 linear left;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";
  filter: alpha(opacity=65);
  opacity: 0.65;
}
#clients .clients-wrap ul li img:hover {
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1.0;
}
/* fin car */


/* .map_de_apa {
            /*background-color:#99e7ff;*/
            /* margin:10px;
            position:relative;
        } */

        /* .container_de_mapa {
            max-width: 800px;
            margin:auto;
        }

        position: relative;
		    display: inline-block;
		    text-align: center;
    } */

    .modal-content {
      /* 80% of window height */
      height: 90vh;
  }

  .modal-body {
      /* 100% = dialog height, 120px = header + footer */
      max-height: calc(100% - 120px);
      overflow-y: scroll;
  }

  .modal-body .row{
    height: 50% !important;
  }

  .pruebasModal{
    position: relative;
    display: inline-block;
    text-align: center;
    height: 100%;
  }

  .container_imagenes{
    height: 90%;
  }

  .container_description{
    height: 90%;
    background-color: #104547;
    padding: 10px 15px;
    color: white;

  }

  .botoncito{
    cursor: pointer;
    position: absolute;
    top: 5%;
    right: 5%;
    padding: 12px 16px;
    transform: translate(0%, -50%);
  }

  .bot_bio{
  position: absolute;
  left: 50%;
  top: 75%;
  transform: translate(-50%,-50%);
  }

  .ocultar{
    display: none;
  }

  .pruebasModal .container_imagenes img{
      height: 90%;
  }
  .texto-encima{
      position: absolute;
      padding: 10px;
      top: 5px;
      left: 5px;
      height: 85%;
      width: 95%;
      display: none;
      background-color: #104547;

  }

  .texto-encima p{
    padding-top: 10%;
    color: white;
  }

  .boton-encima{
    position: absolute;
      top: 80%;
      left: 50%;
      transform: translate(-50%, -50%);
  }

  .modalItemStyle{
    width: 100%;
    margin-bottom: 15px;
    margin-top: 15px;
    /* position: absolute;
    clip: rect(10px, 10px, 10px, 10px); */
  }

  @supports(object-fit: cover){
    .modalItemStyle{
      height: 100%;
      object-fit: cover;
      object-position: center center;
    }

    .modalItemStyleHover{
      height: 100%;
      object-fit: cover;
      object-position: center center;
    }
}

  .modalItemStyleHover{
    width: 100%;
    margin-bottom: 15px;
    margin-top: 15px;
    display: none;
  }

  .showClass{
    display: inline-block;
  }

		.map-responsive{
overflow:hidden;
/*padding-bottom:70%;*/
position:relative;
height:0;
}
.map-responsive iframe{
left:0;
top:0;
height:100%;
width:100%;
position:absolute;
}

.ifooter{
    display: inline-block;
    margin-left:25px;
    margin-right:25px;
    font-size: 12pt;
}

.ifooter a{
    color: white !important;
}


.carousel-inner .carousel-item-right.active,
.carousel-inner .carousel-item-next {
  transform: translateX(33.33%);
}

.carousel-inner .carousel-item-left.active,
.carousel-inner .carousel-item-prev {
  transform: translateX(-33.33%)
}

.carousel-inner .carousel-item-right,
.carousel-inner .carousel-item-left{
  transform: translateX(0);
}

.elementoTest .col-4{
    max-width: 100%;
    height: 50vh;
}

.carousel-projects .col-4{
  max-width: 100%;
  height: 95vh;
}

.carousel-projects .carousel-control-next {
right: -15%;
}

.carousel-projects .carousel-control-prev {
left: -15%;
}


.caja-donativos div{
    border: 1px solid white;
    display: inline-block;
    padding: 5px 25px;
}

.caja-donativos input{
  margin-right: 10px;
}

.sinborde{
    border: 0;
    background-color: #087C7E;
    color: white;
    width: 100px;
}

.sinborde::placeholder { color: white; }

.titulo-puesto{
    font-size: 12pt;
    line-height: 100%;
    font-weight: 600;
}

.desc-puesto{
    font-size: 11pt;
    line-height: 100%;
    text-align: justify;
}



.text_centered{
  position: absolute;
  top: 25%;
  left: 50%;
  transform: translate(-50%,-50%);
}

section h2.green-bg2 {
  min-width: 482px;
  width: auto;
  padding-right: 25px;
  color: #E6E8DF;
  background-color: #087C7E;
}

/**/
.masthead-donacion .info-slider {
  width: 60%;
  left: 20%;
}
.masthead-donacion .info-slider h4 {
  font-size: 36px;
  line-height: 1.2;
  margin-bottom: 15px;
}
.masthead-donacion .info-slider p {
  font-size: 24px;
  line-height: 1.5;
}

.button-new-comunication{
  margin-top: -50px;
  margin-bottom: 50px;
  text-align: center !important;
}

/**/

@media only screen and (max-width: 991px){
  .caja-donativos div{
    border: 1px solid white;
    display: block;
    padding: 5px 25px;
    margin-left: 15px;
    margin-top: 5px;
  }
  .section-donation .box-formulario select.form-default {
    width: calc(100% - 15px);
    font-size: 16px;
    margin-left: 15px;
  }

  /* Linea 4577 */
  .transparencia-page .ficha {
    padding-bottom: 20px;
    margin-left: 10px;
    margin-right: 10px;
    border-bottom: 1px solid #5D5F5E;
    margin-bottom: 50px;
  }

  .masthead-donacion .info-slider {
    position: absolute;
    top: 40%;
    width: 90%;
    left: 5%;
    text-align: center;
   }

   .masthead-donacion .info-slider h4{
     font-size: 23px;
     line-height: 1.2;
     margin-bottom: 35px;
   }

   .masthead-donacion .info-slider p{
    font-size: 16px;
    line-height: 1.2;
  }

  .masthead, .execution-section, .investigation-section, .financing-section {
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-attachment: inherit !important;
}


  .news-section.section-wall .news-wall .news-item.news-2 .title {
    width: 60%;
    height: 60%;
    top: 5%;
    left: 10%;
    position: relative;
    margin: 0;
    text-align: left;
  }

  .news-section.section-wall .news-wall .news-item .title {
    margin-bottom: 0;
    font-size: 22px;
  }

  .news-section .news-wall .news-item.news-3 .box-btn {
    margin-top:0px !important;
}

.news-section.section-wall .news-wall .news-item .arrow-green-icon {
    position: absolute;
    left: 95px !important;
    bottom: 20px;
  }

  .news-section.section-wall .news-wall .news-item.news-3 .box-btn {
    width: 50%;
    top: 0;
    bottom: 0;
    left: 50%;
    height: 100%;
    padding: 5px 25px;
    text-align: right;
    line-height: 20px;
    font-size: 14px;
}

.news-section.section-wall .news-wall .news-item.news-3 .box-btn .arrow-gray-icon {
    width: 46px;
    height: 32px;
    bottom: 15px;
    margin: auto;
    top: auto;
    left: -85px;
    right: 0;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

  .nosotros-page .menu-options .options {
    order: 0;
    padding: 10px 15px;
    height: 250px;
}

.news-section.section-publication .filter-top {
    text-align: center;
}

.news-section.section-publication .is_header {
     min-width: auto;
    width: auto;
    /* padding-right: 20px; */
}
.news-section.section-wall h2 {
    margin-bottom: 0px;
    text-align: center;
    padding: 0;
    font-size: 25px;
    line-height: 60px;
    height: 60px;
    background-color: #087c7e;
}


.news-section.section-publication .box-container.informes .box-inform .box-buttons .btn {
    width: 48%;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    padding: 0 0 0 15px;
    background-position: right 15px center;
    background-size: 16px;
}

.news-section.section-publication .box-container.informes .box-inform .box-buttons .btn.no-image{
  width: 100%;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  padding: 0 0 0 15px;
  background-position: right 15px center;
  background-size: 16px;
  margin-top: 5px;
}

.news-section.section-publication {
    height: auto;
    background: #E6E8DF;
    padding-bottom: 30px;
}


.button-new-comunication{
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center !important;
}

.padding-nuestra {
    /*margin-top: 70px;*/
    margin-bottom: 0px !important;

}

}

@media only screen and (min-width: 992px) and (max-width: 1199px){

.estilo_comite_tecnico_title {
    width: 100% !important;
    padding: 0 0rem 0 0rem !important;
}

.row-info {
    padding-top: 70px;
    padding-left: 15%;
    padding-bottom: 25px;
    line-height: 25px;
    /*height: 50%;*/
    font-size: 17px;
}

.titulo_programa {
    color: #087C7E;
    font-size: 30px;
    margin-bottom: 10px;
}

.format-cifras-programas {
    color: #087C7E;
    font-size: 45px;
    font-weight: bold;
}
.texto-cifras-programas {
    color: white;
    font-size: 20px;
}

.item_proj {
    color: #E6E8DF;
    font-size: 16px;
    line-height: 50%;
}

.second-container-style .design-project-section .design-project-section-container {
    font-size: 18px;
}

.fourth-section-container .full-screen .design-project-section-container{
    font-size: 16px;
}

.item_proj:hover{
	color: #104547	;
	font-size: 16px;

}
.news-design{
    padding-top: 20px;
}

.news-img-design {
    height: 100vh!important;
}

.news-section {
    margin-bottom: 0px;
}
.padding-nuestra {
    margin-bottom: 0px;

}

.news-section.text-center.section-publication .container-fluid.d-flex.justify-content-center.h-100{
    padding: 0px !important;
}

}

.gsc-input{
    background: none !important;
}

.gsc-search-button-v2{
  padding: 5px 10px !important;
  background-color: #087C7E !important;
  border-color: transparent !important;

}

@media only screen and (max-width: 992px) {
  .limit-by-line {
      overflow: hidden;
      display: -webkit-box;
      -webkit-line-clamp: 1;
      -webkit-box-orient: vertical;
    }
}


.dropdown-header{
    font-size: 1rem !important;
    color: #087C7E;
}





/**/
