* {
  font-family: 'roboto', sans-serif;
}

section#content {
  padding-top: 67px;
}

@media (max-width: 980px) {
  section#content {
    padding-top: 0;
  }
}

@media (max-width: 980px) {
  .pd {
    padding: 20px;
  }
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Antonio';
}

.menu-labsocial {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #363345;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.menu-labsocial #nav-main ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
}

.menu-labsocial #nav-main ul li {
  padding-left: 10px;
}

.menu-labsocial #nav-main ul li a {
  text-decoration: none;
}

@media (min-width: 980px) {
  .menu-labsocial {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (max-width: 980px) {
  .menu-labsocial {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 8px;
  }
}

.title-menu {
  font-family: 'Myriad Pro';
  font-weight: 600;
  font-size: 14px;
  color: white;
  position: relative;
  padding: 5px 10px;
  display: block;
}

.title-menu svg {
  fill: #f5af43;
  stroke: #f5af43;
}

.menu__submenu {
  position: absolute;
  display: none;
  position: absolute;
  padding: 10px 20px;
  z-index: 1000;
  border: 1px solid #e8e8e8;
  border-radius: 2px;
  -webkit-box-shadow: 0px 4px 3px -2px #00000087;
          box-shadow: 0px 4px 3px -2px #00000087;
  background: #363345;
  min-width: 200px;
  width: 100%;
}

.show-menu .menu__submenu {
  display: block;
}

.logo-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
      margin-top: 30px;
}

@media (max-width: 980px) {
  .logo-section {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[4];
        grid-template-columns: repeat(4, 1fr);
  }
  .logo-section img {
    width: 100%;
  }
}

.info-home {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
  justify-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 980px) {
  .info-home {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
    grid-gap: 60px;
  }
}

.info-home .info-section-img img {
  width: 400px;
}

@media (max-width: 980px) {
  .info-home .info-section-img img {
    width: 300px;
  }
}

.info-home .info-section-descripcion {
  color: gray;
  text-align: justify;
  width: 360px;
}

@media (max-width: 980px) {
  .info-home .info-section-descripcion {
    width: 270px;
  }
}

.info-home .link-info a {
  background-color: orange;
  padding: 10px 20px;
  border-radius: 50px;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 1px;
  color: white;
  margin-right: 20px;
}

.info-home-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 980px) {
  .info-home-text img {
    width: 300px;
  }
}

.info-icons {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
      grid-template-columns: repeat(4, 1fr);
  grid-gap: 30px;
  margin-top: 60px;
}

.info-icons .info-icons__box {
  -webkit-box-shadow: 2px 2px 5px -1px #00000087;
          box-shadow: 2px 2px 5px -1px #00000087;
  border-radius: 5px;
  text-align: center;
  padding: 20px;
  background-color: white;
}

.info-icons .info-icons__box:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: -webkit-transform 250ms;
  transition: -webkit-transform 250ms;
  transition: transform 250ms;
  transition: transform 250ms, -webkit-transform 250ms;
}

.info-icons .info-icons__box img {
  height: 57px;
}

.info-icons .info-icons__box h4 {
  color: orange;
  font-weight: bold;
  font-size: 26px;
  margin: 10px 0;
}

.info-icons .info-icons__box span {
  font-size: 12px;
  color: gray;
}

@media (max-width: 980px) {
  .info-icons {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
    margin-top: 20px;
  }
}

.cases-box {
  margin-top: 60px;
  background-color: #363345;
  color: white;
  padding: 60px 0;
  text-align: center;
}

@media (max-width: 980px) {
  .cases-box {
    margin-top: 20px;
  }
}

.cases-box h2 {
  color: orange;
}

.cases-box__item {
  display: -ms-grid;
  display: grid;
  grid-gap: 60px;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  margin-top: 40px;
}

.cases-box__item img {
  width: 100%;
}

.cases-box__item a {
  color: white;
  text-decoration: none;
}

.cases-box__item a:hover {
  color: orange;
}

.cases-box__item h5 {
  font-size: 24px;
  margin-top: 20px;
}

.cases-box__item h5:hover {
  opacity: 1;
}

.contenedor-item:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: -webkit-transform 250ms;
  transition: -webkit-transform 250ms;
  transition: transform 250ms;
  transition: transform 250ms, -webkit-transform 250ms;
}

@media (max-width: 980px) {
  .cases-box__item {
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
    grid-gap: 20px;
  }
}

.section-noticias__info {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.section-noticias__info h2 {
  font-family: antonio;
  color: #514E69;
}

.section-noticias__info a {
  background-color: orange;
  padding: 10px 20px;
  border-radius: 50px;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 1px;
  color: white;
  margin-right: 20px;
}

.section-noticias__info span {
  display: block;
  padding-bottom: 30px;
  padding-top: 10px;
  color: gray;
  width: 345px;
}

@media (max-width: 980px) {
  .section-noticias__info span {
    width: 270px;
  }
}

.post-noticias {
  margin-bottom: 60px;
  margin-top: 60px; 
}

.post-noticias img {
  width: 100%;
}

footer#footer {
  text-align: center;
  background-color: #363345;
  color: white;
  font-size: 12px;
}

.footer-background {
  background-color: #363345;
}

.footer-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 0px;
}

.footer-section span {
  color: white;
}

@media (max-width: 980px) {
  .footer-section {
    display: block;
  }
}

.footer-data {
  font-size: 16px;
  margin-top: 10px;
}

.footer-data a {
  color: white;
  text-decoration: none;
}

.footer-data a:hover {
  color: orange;
  text-decoration: underline;
}

.footer-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  text-align: initial;
  padding-top: 30px;
  border-top: 1px solid #514f68;
}

.footer-menu ul {
  list-style: none;
  padding: 0;
}

.footer-menu li {
  padding-bottom: 5px;
}

.footer-menu h6 {
  padding-bottom: 10px;
  color: orange;
  font-family: 'Antonio';
}

.footer-menu a {
  text-decoration: none;
  color: white;
}

.footer-info {
  width: 140px;
}

@media (max-width: 980px) {
  .footer-info {
    display: none;
  }
}

.footer-end {
  padding: 20px 0 20px 0px;
  background: #514f68;
}

@media (max-width: 980px) {
  .footer-quienes {
    display: none;
  }
}

.rrss-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}

.info-somos {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  grid-gap: 60px;
  margin-top: 60px;
}

.info-somos h4 {
  color: orange;
}

.seccion-somos {
  margin-top: 60px;
  text-align: center;  
  font-family: antonio;  
}

.seccion-somos h2 {
  font-size: 3rem;
  color: #363345;
}

.seccion-somos h5 {
  font-size: 2rem;
  color: #363345;
}

.seccion-ong {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
  grid-gap: 60px;
  margin-top: 60px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center
}

@media (max-width: 980px) {
  .seccion-ong {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
  }
}

.seccion-ong h4 {
  color: orange;
  margin-bottom: 20px;
}

.seccion-ong .text-j {
  color: gray;
}

.seccion-ong ul {
  color: gray;
}

.ong-imagen img {
  max-width: 100%;
}

.info-mision {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 60px;
  gap: 100px;
}

@media (max-width: 980px) {
  .info-mision {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.info-mision h4 {
  color: orange;
}

.info-mision span {
  display: block;
  width: 500px;
}

@media (max-width: 980px) {
  .info-mision span {
    width: auto;
  }
}

.info-mision .text-j {
  color: gray;
}

.info-mensaje {
  text-align: center;
  font-style: italic;
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.info-mensaje h3 {
  width: 900px;
}

.section-equipo {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[6];
      grid-template-columns: repeat(6, 1fr);
      grid-gap: 30px;
}

.section-equipo__caja {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.section-equipo__caja:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: 250ms;
  transition: 250ms;
}

.sector {
  margin-top: 60px;
  margin-bottom: 60px;
}

.sector h2 {
  font-size: 3rem;
  color: #363345;
}

.sector h5 {
  font-size: 2rem;
  color: #363345;
}

.title-team {
  border-top: 6px solid orange;
}

.show-team {
  display: none;
}

.show-menu .show-team {
  display: block;
  -webkit-transition: 2s;
  transition: 2s;
}

.show-team p {
  text-align: justify;
  width: 150px;
  font-size: 11px;
}

.seccion-impacto {
  margin-top: 60px;
  margin-bottom: 60px;
}

.seccion-impacto h2 {
  font-size: 3rem;
  color: #363345;
}

.seccion-impacto h5 {
  font-size: 2rem;
  color: #363345;
}

.info-impacto {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px;
  margin-bottom: 60px;
}

.info-impacto h4 {
  color: orange;
}

.info-impacto p {
  color: gray;
}

.info-impacto ul {
  color: gray;
}

.section-blog {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
      grid-template-columns: repeat(4, 1fr);
  grid-gap: 20px;
}

.section-blog .article-noticia {
  border: 1px solid;
  border-radius: 10px;
  background: #363345;
  padding: 15px 15px;
}

.section-blog .article-noticia:hover {
  box-shadow: 1px -1px 15px 5px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 1px -1px 15px 5px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 1px -1px 15px 5px rgba(0, 0, 0, 0.15);
  border: 3px solid orange;
}

.section-blog .article-noticia a {
  text-decoration: none;
}

.section-blog .article-noticia span {
  color: white;
  text-align: center;
  margin-bottom: 10px;
  font-size: 18px;
  height: 80px;
  display: block;
  line-height: 20px;
  font-family: 'Antonio';
}

.section-blog .article-noticia img {
  width: 100%;
}

.tool-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 40px;
}

.tool-pagination ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
}

.tool-pagination ul li {
  margin-right: 10px;
}

.tool-pagination a {
  color: orange;
}

.article-content {
  margin-top: 60px;
  margin-bottom: 60px;
}

.article-content h1 {
  text-align: center;
  margin-bottom: 60px;
  font-size: 3rem;
  color: #363345;
}

.article-body {
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 980px) {
  .article-body {
    font-size: 12px;
  }
}

.article-body .text-blog {
  text-align: justify;
  width: 500px;
  color: gray;
}

@media (max-width: 980px) {
  .article-body .text-blog {
    width: 300px;
  }
}

.article-body p img {
  margin: auto;
  display: block;
  max-width: 100%;
}

.article-body p iframe {
  width: 100%;
  height: 400px;
}

.post-art {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  margin-top: 60px;
}

@media (max-width: 980px) {
  .post-art {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.section-contacto {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.section-contacto .dates-contacto {
  width: 100%;
  text-align: center;
  padding-top: 60px;
}

.section-contacto .dates-contacto h2 {
  font-family: antonio;
  margin-bottom: 20px;
}

.section-contacto .dates-contacto a {
  color: gray;
}

.section-contacto .form-contacto {
  width: 100%;
  background: #514f68;
  color: white;
  padding-top: 60px;
  padding-bottom: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.section-contacto .form-contacto h2 {
  font-family: antonio;
  margin-bottom: 20px;
}

@media (max-width: 980px) {
  .section-contacto {
    display: block;
  }
  .section-contacto iframe {
    width: 100%;
  }
}

.section-metodologia {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-line-pack: center;
      align-content: center;
  background: #514f68;
}

.section-metodologia .info-metodologia {
  padding-top: 140px;
  color: white;
}

.section-metodologia .info-metodologia h2 {
  font-family: antonio;
}

.content-metodologia {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[6];
      grid-template-columns: repeat(6, 1fr);
  grid-gap: 20px;
  justify-items: center;
  padding: 80px;
}

.imagen-metodologia img {
  max-width: 100%;
}

.content-meotodologia__box h4 {
  color: #363345;
  font-weight: bold;
}

header.header {
  position: fixed;
  display: block;
  width: 100%;
  z-index: 10000;
}

@media (max-width: 980px) {
  header.header {
    position: fixed;
    top: 0;
    display: block;
    width: 100%;
    z-index: 10000;
  }
}

@media (max-width: 980px) {
  .menu-labsocial #nav-main ul {
    display: block;
    position: fixed;
    background: #363345;
    height: 100%;
    width: 100%;
    left: -1000px;
    transition: .3s;
  }
}

@media (max-width: 980px) {
  .menu-labsocial #nav-main ul.show-mobile-menu {
    left: 0;
  }
}

@media (max-width: 980px) {
  a.hdr-logo-link img {
    float: right;
  }
}

@media (max-width: 980px) {
  h1.hdr-logo {
    margin: 0;
  }
}

@media (min-width: 980px) {
  button.menu-button {
    display: none;
  }
}

@media (max-width: 980px) {
  .slider-box {
    margin-top: 55px;
  }
}

@media (max-width: 980px){
  .info-somos {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 20px;
    justify-items: center;
  }
}

.somos-box .text-j {
  color: gray;
}

@media (max-width: 980px) {
  .content-metodologia {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
    margin-top: 20px;
    padding: 0;
  }
}

.content-meotodologia__box p {
  color: gray;
  text-align: justify;
  width: 140px;
  font-size: 11px;
}

@media (max-width: 980px) {
  .content-meotodologia__box p {
    font-size: 11px;
  }
}

@media (max-width: 980px) {
  .section-metodologia {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
  }
}

@media (max-width: 980px) {
  .info-metodologia {
    padding-top: 60px !important;
    padding-bottom: 60px;
  }
}

.info-metodologia p {
  text-align: justify;
  display: block;
  width: 400px;
}

.info-metodologia h5 {
  font-size: 2rem;
}

.info-metodologia h2 {
  font-size: 3rem;
}

@media (max-width: 980px){
  .section-blog {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
  }
}

@media (max-width: 980px) {
  .info-impacto {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }
  .info-impacto img {
    width: 100%;
  }
}

@media (max-width: 980px) {
  .section-equipo {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    justify-items: center;
  }
}

.section-prensa {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
}

.section-prensa__caja img {
  width: 100%;
  height: 250px;
  margin-top: 16px;
  margin-bottom: 16px;
}

.section-prensa__caja {
  padding: 20px;
  background-color: #363345;
  border-radius: 10px;
  color: white;
  position: relative;
  height: 600px;
}

@media (max-width: 980px) {
  .section-prensa {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
  }
}

.section-prensa__caja a {
  -webkit-box-shadow: inset 0px 1px 0px 0px #fce2c1;
          box-shadow: inset 0px 1px 0px 0px #fce2c1;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(5%, #ffc477), to(#fb9e25));
  background: linear-gradient(to bottom, #ffc477 5%, #fb9e25 100%);
  background-color: #ffc477;
  border-radius: 6px;
  border: 1px solid #eeb44f;
  display: inline-block;
  color: white;
  cursor: pointer;
  font-family: roboto;
  font-size: 12px;
  font-weight: bold;
  padding: 6px 24px;
  text-decoration: none;
  text-shadow: 0px 1px 0px #cc9f52;
  bottom: 20px;
  position: absolute;
}

.section-prensa__caja a:hover {
  background: orange;
  color: white;
}

.mb {
  margin-bottom: 60px;
}

.sector-inclusion :nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.sector-inclusion {
  margin-bottom: 60px;
  padding: 60px;
}

@media (max-width: 980px) {
  .sector-inclusion {
    padding: 20px;
  }
}

.box-inclusion {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-gap: 40px;
}

.box-inclusion .text-inclusion h4 {
  margin-bottom: 20px;
  color: orange;
}

.box-inclusion .text-inclusion p {
  color: gray;
  width: 650px;
}

@media (max-width: 980px) {
  .box-inclusion .text-inclusion p {
    width: auto;
  }
}

.box-inclusion .text-inclusion ul {
  color: gray;
}

.box-inclusion .img-inclusion img {
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}

@media (max-width: 980px) {
  .box-inclusion .img-inclusion img {
    max-width: 100%;
  }
}

@media (max-width: 980px) {
  .box-inclusion {
    display: block;
    text-align: center;
    margin-bottom: 60px;
    font-size: 14px;
  }
}

.sector-proyecto {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px;
  padding: 20px;
}

.sector-proyecto .box-proyecto {
  border-radius: 10px;
  padding: 20px;
  border-radius: 10px;
  text-align: center;
  background-color: #363345;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sector-proyecto .box-proyecto h4 {
  margin-bottom: 16px;
}

.sector-proyecto .box-proyecto span {
  display: contents;
}

.sector-proyecto .box-proyecto p {
  font-size: 12px;
}

@media (max-width: 980px) {
  .sector-proyecto {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
    padding: 0;
  }
}

.sector.text-mid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
          padding: 20px;
}

.sector.text-mid a {
  background-color: orange;
  padding: 10px 20px;
  border-radius: 50px;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 1px;
  color: white;
  margin-right: 20px;
}

.sector.text-mid span {
  display: block;
  padding-top: 20px;
  padding-bottom: 20px;
  color: gray;
  text-align: justify;
  width: 550px;
}

@media (max-width: 980px) {
  .sector.text-mid span {
    width: auto;
  }
}

.sector.text-mid h1 {
  font-size: 3rem;
  color: #363345;
}

.sector.text-mid h4 {
  font-size: 2rem;
  color: #363345;
}

a.paoc-popup-click {
  -webkit-box-shadow: inset 0px 1px 0px 0px #fce2c1;
  box-shadow: inset 0px 1px 0px 0px #fce2c1;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(5%, #ffc477), to(#fb9e25));
  background: linear-gradient(to bottom, #ffc477 5%, #fb9e25 100%);
  background-color: #ffc477;
  border-radius: 6px;
  border: 1px solid #eeb44f;
  display: inline-block;
  color: white;
  cursor: pointer;
  font-family: Arial;
  font-size: 12px;
  font-weight: bold;
  padding: 6px 24px;
  text-decoration: none;
  text-shadow: 0px 1px 0px #cc9f52;
}

.paoc-popup-content {
  text-align: center;
}

.text-j {
  text-align: justify;
}

.text-w {
  width: 260px;
}

.img-emprendimiento {
  margin-top: 20px;
  margin-bottom: 20px;
}

.img-emprendimiento img {
  width: 230px;
}

[type=submit] {
  background-color: orange;
  padding: 10px 20px;
  border-radius: 50px;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 1px;
  color: white;
  margin-right: 20px;
}

.voluntario-info {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
          margin-bottom: 0;
}

.voluntario-info h4 {
  margin-top: 20px;
  margin-bottom: 20px;
  color: orange;
}

.voluntario-info .text-voluntario {
  width: 350px;
  text-align: justify;
  color: gray;
}


.img-voluntario {
  width: 100%;
}

.img-voluntario img {
  width: 100%;
  height: 100%;
}

.sector-voluntario {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 980px) {
  .sector-voluntario {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.button-contact {
  margin-top: 20px;
}

.button-contact a {
  background-color: orange;
  padding: 10px 20px;
  border-radius: 50px;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 1px;
  color: white;
  margin-right: 20px;
}

.donaciones-info h4 {
  margin-top: 20px;
  margin-bottom: 20px;
  color: orange;
}

.donaciones-info span {
  display: block;
  width: 325px;
  text-align: justify;
  color: gray;
}

.info-banco {
  -webkit-box-shadow: 2px 2px 5px -1px #00000087;
          box-shadow: 2px 2px 5px -1px #00000087;
  border-radius: 5px;
  padding: 20px 120px 0px 20px;
  height: 220px;
  margin-top: 30px;
}

.info-banco h4 {
  margin-bottom: 20px;
  color: orange;
}

.info-banco p {
  color: gray;
}

.partners-box {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[6];
      grid-template-columns: repeat(6, 1fr);
  margin-top: 30px;
  grid-gap: 30px;
}

.partners-box img {
  max-width: 100%;
}

@media (max-width: 980px) {
  .partners-box {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
  }
  .partners-box img {
    width: 100%;
  }
}

.news-letters .sector {
  border-top: 6px solid orange;
  text-align: center;
}

.memoria-sector {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.memoria-sector .sector {
  margin-top: 0;
}

.memoria-sector h5 {
  border-top: 6px solid orange;
  text-align: center;
}

.memoria-box {
  display: flex;
  align-items: center;
  margin-top: 60px;
  justify-content: space-evenly;
  background: #363345;
  color: white;
  padding: 20px;
  border-radius: 16px;
  border: 6px solid orange;
  width: 900px;
}

@media (max-width: 768px) {
  .memoria-box {
    width: 725px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
  }
}

@media (max-width: 768px) {
  .memoria-box {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.memoria-text {
  text-align: justify;
  width: 400px;
}

@media (max-width: 768px) {
  .memoria-text {
    width: 250px;
  }
}

@media (max-width: 768px) {
  img.memoria-img {
    max-width: 100%;
  }
}

a.linkPdf {
  -webkit-box-shadow: inset 0px 1px 0px 0px #fce2c1;
  box-shadow: inset 0px 1px 0px 0px #fce2c1;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(5%, #ffc477), to(#fb9e25));
  background: linear-gradient(to bottom, #ffc477 5%, #fb9e25 100%);
  background-color: #ffc477;
  border-radius: 6px;
  border: 1px solid #eeb44f;
  display: inline-block;
  color: white;
  cursor: pointer;
  font-family: roboto, sans-serif;
  font-size: 12px;
  font-weight: bold;
  padding: 6px 24px;
  text-decoration: none;
  text-shadow: 0px 1px 0px #cc9f52;
  bottom: 20px;
}
.slider-posting {
  margin: 30px 0;
}
/*# sourceMappingURL=main.css.map */
/*
 * Theme Name: My Timber Starter Theme
 * Description: Starter Theme to use with Timber
 * Author: Upstatement and YOU!
*/
