/*!
Theme Name: CADHAC
Theme URI: http://underscores.me/
Author: Melissa Treviño & Hector Rincon
Author URI: https://github.com/melytc
Description: A custom-made theme for CADHAC.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: cadhac

cadhac is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.
Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/

*/
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  font-family: 'Open Sans', 'Segoe UI', sans-serif;
  border-top: 25px solid #f6f6f6;
}

a {
  text-decoration: none;
}

img {
  max-width: 100%;
}

.ttu {
  text-transform: uppercase;
}

.tac {
  text-align: center;
}

.tar {
  text-align: right;
}

.flight {
  font-weight: 300;
}

/* Colors 
---------------------------------- */
.black {
  color: #000;
}

a.black:hover {
  color: black;
}

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

a.bg-black, button.bg-black {
  color: white;
}

a.bg-black:hover, a.bg-black:focus, button.bg-black:hover, button.bg-black:focus {
  background-color: black !important;
}

.white {
  color: #fff;
}

a.white:hover {
  color: #e6e6e6;
}

.bg-white {
  background-color: #fff !important;
}

a.bg-white, button.bg-white {
  color: white;
}

a.bg-white:hover, a.bg-white:focus, button.bg-white:hover, button.bg-white:focus {
  background-color: #e6e6e6 !important;
}

.text {
  color: #777;
}

a.text:hover {
  color: #5e5e5e;
}

.bg-text {
  background-color: #777 !important;
}

a.bg-text, button.bg-text {
  color: white;
}

a.bg-text:hover, a.bg-text:focus, button.bg-text:hover, button.bg-text:focus {
  background-color: #5e5e5e !important;
}

.primary {
  color: #109347;
}

a.primary:hover {
  color: #0b6531;
}

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

a.bg-primary, button.bg-primary {
  color: white;
}

a.bg-primary:hover, a.bg-primary:focus, button.bg-primary:hover, button.bg-primary:focus {
  background-color: #0b6531 !important;
}

.secondary {
  color: #74428f;
}

a.secondary:hover {
  color: #58326c;
}

.bg-secondary {
  background-color: #74428f !important;
}

a.bg-secondary, button.bg-secondary {
  color: white;
}

a.bg-secondary:hover, a.bg-secondary:focus, button.bg-secondary:hover, button.bg-secondary:focus {
  background-color: #58326c !important;
}

.lightgreen {
  color: #90c54c;
}

a.lightgreen:hover {
  color: #76a836;
}

.bg-lightgreen {
  background-color: #90c54c !important;
}

a.bg-lightgreen, button.bg-lightgreen {
  color: white;
}

a.bg-lightgreen:hover, a.bg-lightgreen:focus, button.bg-lightgreen:hover, button.bg-lightgreen:focus {
  background-color: #76a836 !important;
}

.paleyellow {
  color: #e8eaa7;
}

a.paleyellow:hover {
  color: #dde07e;
}

.bg-paleyellow {
  background-color: #e8eaa7 !important;
}

a.bg-paleyellow, button.bg-paleyellow {
  color: white;
}

a.bg-paleyellow:hover, a.bg-paleyellow:focus, button.bg-paleyellow:hover, button.bg-paleyellow:focus {
  background-color: #dde07e !important;
}

.accent {
  color: #f4c80f;
}

a.accent:hover {
  color: #c7a209;
}

.bg-accent {
  background-color: #f4c80f !important;
}

a.bg-accent, button.bg-accent {
  color: white;
}

a.bg-accent:hover, a.bg-accent:focus, button.bg-accent:hover, button.bg-accent:focus {
  background-color: #c7a209 !important;
}

.green2 {
  color: #299751;
}

a.green2:hover {
  color: #1e6f3b;
}

.bg-green2 {
  background-color: #299751 !important;
}

a.bg-green2, button.bg-green2 {
  color: white;
}

a.bg-green2:hover, a.bg-green2:focus, button.bg-green2:hover, button.bg-green2:focus {
  background-color: #1e6f3b !important;
}

p {
  color: #777;
}

strong {
  font-weight: 700;
}

small {
  font-size: 12px;
}

h1, h2, h3, h4, h5, h6 {
  color: #109347;
  margin: 0;
  font-weight: 700;
}

h2 {
  font-weight: 600;
}

.btn {
  border-radius: 0;
  display: block;
  font-weight: 600;
  padding: 8px 35px;
}

.sep {
  letter-spacing: .1rem;
}

.content {
  margin-bottom: 6%;
}

.smaller-container {
  width: 80%;
  margin: 0 auto;
}

.container-w90p {
  width: 90%;
  margin: 0 auto;
}

/* Header
------------------------ */
header.main {
  margin-top: 30px;
}

header.main a.language {
  color: #777;
  font-size: 10px;
  margin-right: 30px;
}

header.main section.main-nav {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  margin-top: 40px;
  padding: 0;
}

header.main li.menu-item > a {
  color: #777;
  font-weight: 600;
  margin: 0;
  padding: 15px 1rem 10px;
  display: block;
  text-transform: uppercase;
}
header.main li.menu-item {
  -webkit-transition: all 300ms;
  transition: all 300ms;
  border-top: 1px solid #ccc;
}
header.main li.menu-item.current-menu-item, header.main li.menu-item.menu-item:hover {
  border-color: #74428f;
}
header.main li.menu-item:hover a {
  text-decoration: none;
  color: #74428f;
}
header.main li.menu-item.current-menu-item a{
  color: #74428f;
}

header.main .logo {
  display: block;
  width: 260px;
}

header.main .logo img {
  display: block;
}

nav.navbar {
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  top: -1px;
}

.img-bg {
  -ms-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  position: relative;
  padding: 5% 0;
}

.img-bg .container {
  position: relative;
  z-index: 100;
}

.img-bg:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
}

.img-bg.bg-black-alpha:before {
  background: rgba(0, 0, 0, 0.5);
}

.img-bg.bg-purple-alpha:before {
  background: rgba(116, 66, 143, 0.8);
}

.content h1 {
  font-weight: 600;
}

/* Footer
---------------------------------- */
section.unete .bg-primary * {
  color: #fff;
}

section.unete .padthis {
  padding: 9% 8%;
}

section.unete h2 {
  margin-bottom: 20px;
}

section.unete p {
  margin-bottom: 40px;
}

section.unete a.btn.donate-link {
  display: inline-block;
  padding: .8rem 2.8rem;
  font-size: 1.5rem;
  letter-spacing: .1rem;
}

section.contacto {
  padding: 4% 0;
  background-color: #f6f6f6;
}

section.contacto h1 {
  color: #2a2a2a;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 25px;
}

section.contacto input {
  border-radius: 0;
}

section.contacto .logo {
  display: block;
  width: 260px;
}

section.contacto .social-media {
  width: 30px;
  margin: 0 10px 60px;
  opacity: .5;
}

section.contacto .social-media img {
  display: block;
}

section.contacto p {
  margin-top: 15px;
  font-size: 11px;
  color: #777;
}

section.contacto a {
  color: #444;
}

section.contacto p.dir {
  color: #999;
}

.banner * {
  color: white;
}

.banner h1 {
  font-size: 3.5rem;
  font-weight: 800;
}

/* Home
------------------------------------------ */
.content.home {
  margin-bottom: 0;
  /* 
	.banner {
		padding: 20% 0;
	} */
}

.content.home #sliderhome {
  max-height: 550px;
  overflow: hidden;
}

.content.home > section {
  padding: 6% 0;
}

.content.home section.one * {
  color: #74428f;
  text-align: center;
}

.content.home section.one .title {
  margin-bottom: 60px;
  font-size: 2.4rem;
}

.content.home section.one .label {
  font-weight: 600;
  color: #777;
}

.content.home section.one a {
  display: block;
}

.content.home section.one i.ico {
  width: 50%;
  display: block;
  margin: 0 auto;
  opacity: .8;
}

.content.home section.one .row .col {
  border-right: 1px solid #ccc;
}

.content.home section.one .row .col:last-child {
  border-right: 0 none;
}

.content.home section.one .smaller-container {
  width: 70%;
}

.content.home section.one .smaller-container .row:first-child {
  border-bottom: 1px solid #ccc;
}

.content.home section.one .smaller-container .row:first-child .col {
  padding-bottom: 2%;
}

.content.home section.one .smaller-container .row:last-child .col {
  padding-top: 2%;
}

section.two.noticias {
  background-color: #f4f4f4;
}

section.two.noticias h2 {
  color: #74428f;
  margin-bottom: 40px;
  font-size: 2.5rem;
}

section.two.noticias article.nota {
	min-height: 322px;
}
section.two.noticias article.nota figure.article-img a{
  display: block;
}
section.two.noticias article.nota figure.article-img img {
  object-fit: cover;
  height: 212px;
  width: 100%;
}
section.two.noticias article.nota figure.article-img {
  margin-bottom: 0;
  height: 212px;
  overflow: hidden;
}

section.two.noticias article.nota figcaption {
  background-color: #36323d;
  width: 100%;
  display: block;
  padding: 20px 15px;
  cursor: pointer;
}
section.two.noticias article.nota figcaption.extra-pad {
  padding: 30px 15px;
}

section.two.noticias article.nota h3.title {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 5px;
}

section.two.noticias article.nota h3.title a {
  color: white;
}

section.two.noticias article.nota .date {
  color: #999;
  font-size: .8rem;
}

section.two.noticias .newsgrid > .row {
  margin-bottom: 40px;
}

section.two.noticias .newsgrid > .row:last-child {
  margin-bottom: 0;
}

.aboutus.content {
  margin-bottom: 0;
}

.aboutus.content .banner {
  background-position: center center;
  padding: 15% 0;
}

.aboutus.content .banner.bg-black-alpha:before {
  background: rgba(0, 0, 0, 0.5);
}

.aboutus.content .acknowledgements {
  margin: 0px;
  padding: 0px;
}

.aboutus.content .bg-darkblue {
  background-color: #212d4c;
}

.aboutus.content .bg-darkblue * {
  color: #fff;
}

.aboutus.content .big-photo {
  padding: 0px;
}

.aboutus.content .row.nog > div {
  padding: 0;
}

@media (max-width: 576px) {
  .aboutus.content .one.one.one p {
    font-size: 14px;
  }
}

.aboutus.content .recs, .aboutus.content .semblanza {
  padding: 6%;
}

.aboutus.content .recs h2, .aboutus.content .semblanza h2 {
  margin-bottom: 30px;
}

@media (max-width: 900px) {
  .aboutus.content .recs, .aboutus.content .semblanza {
    font-size: 14px;
  }
}

@media (max-width: 768px) {
  .aboutus.content .consuelo {
    min-height: 400px;
    background-position: center top;
  }
}

.aboutus.content .reconocimientos .img-bg {
  height: 600px;
}

.aboutus.content .semblanza {
  padding: 5%;
}

.aboutus.content .semblanza p {
  line-height: 180%;
}

.aboutus.content .recs {
  background-color: #efefef;
  border-top: 4px solid #90c54c;
  height: 600px;
  overflow-y: scroll;
  position: relative;
}

.aboutus.content .awards-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
}

.aboutus.content .awards-list .award {
  margin-bottom: 20px;
}

.aboutus.content .awards-list .award .title {
  font-weight: 700;
  font-size: 1.2rem;
  -webkit-transition: all 300ms;
  transition: all 300ms;
}

.aboutus.content .awards-list .award .col-md-11 {
  padding-top: 5px;
}

.aboutus.content .awards-list .award a, .aboutus.content .awards-list .award a:hover {
  -webkit-text-decoration: underline dotted #444;
          text-decoration: underline dotted #444;
  color: #444;

}
.aboutus.content .awards-list .award a {
  display: block;
}

.aboutus.content .awards-list .award a:hover {
  text-decoration: none;
}

.aboutus.content .awards-list .award .desc {
  display: none;
}

.aboutus.content .awards-list .award.active .desc {
  display: block;
  margin-bottom: 0;
}

.aboutus.content .awards-list .award.active .title {
  font-size: 1.5rem;
  display: inline-block;
}

.aboutus.content .awards-list .award .circle {
  background: #90c54c;
  border-radius: 50%;
  border: 5px solid #fff;
  display: inline-block;
  position: relative;
  left: 5px;
  margin-right: 20px;
  width: 40px;
  height: 40px;
  -webkit-transition: all 300ms;
  transition: all 300ms;
}

.aboutus.content .awards-list .award.active .circle {
  background: #299751;
  width: 50px;
  height: 50px;
  left: 0;
}

.aboutus.content .one {
  padding: 4%;
}

.aboutus.content .one .desc {
  padding: 0 0 6%;
  line-height: 200%;
}

.aboutus.content .one .desc h2 {
  margin-bottom: 20px;
}

.aboutus.content .one .desc p {
  font-size: 1.2rem;
}

.aboutus.content .one .desc.first {
  padding-bottom: 0;
  padding-top: 6%;
}

/* Donaciones
------------------------------------------ */
.donaciones {
  margin-bottom: 0;
}

.donaciones .lh120p {
  line-height: 180%;
}

@media (max-width: 992px) {
  .donaciones .smaller-container {
    width: 100%;
  }
}

.donaciones .donation-widget {
  width: 70%;
  margin: 0 auto;
  padding: 6% 0;
}

@media (max-width: 768px) {
  .donaciones .donation-widget {
    width: 100%;
  }
}

.donaciones .donation-widget .row {
  margin-bottom: 30px;
}

.donaciones .donation-widget .option-select {
  border: 1px solid #ccc;
  color: #fff;
  font-size: 28px;
  font-weight: 700; 
}

.donaciones .donation-widget .option-select.lgray {
  color: #999;
}

.donaciones .donation-widget .option-select:hover {
  background-color: #7f5695;
  color: #fff;
}

.donaciones .donation-widget .option-select.active {
  background-color: #90c54c;
  color: #fff;
}

@media (max-width: 576px) {
  .donaciones .donation-widget .option-select {
    font-size: 18px;
  }
}

.donaciones .donation-widget .submit-btn {
  padding: 12px 0;
  font-size: 1.6rem;
  letter-spacing: .1rem;
  width: 100%;
  display: block;
  cursor: pointer;
}

.donaciones .donation-widget .paypal-logo {
  width: 200px;
  margin: 0 auto;
}

.donaciones .account-block {
  background-color: #eff4f0;
  border-bottom: 2px solid #90c54c;
  padding: 8% 10%;
}

.donaciones .account-block h2.title {
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .15rem;
  margin-bottom: 20px;
}

.donaciones .account-block p.name {
  margin: 0;
  color: #454746;
  font-weight: 700;
}

.donaciones #video {
  position: relative;
  padding-bottom: 40.93%;
  height: 0;
  overflow: hidden;
  margin-bottom: 6%;
}

.donaciones #video iframe {
  position: absolute;
  top: -20%;
  left: -2%;
  width: 105%;
  height: 140%;
}

/* Publicaciones
------------------------------------------ */
.publicaciones .banner {
  margin-bottom: 4%;
}

.publicaciones .banner .btn {
  background-color: #6b3e98;
  color: white;
  display: inline-block;
  font-size: 1.2rem;
  font-weight: 600;
  padding: 1.2rem 2.5rem;
}

.publicaciones .banner .btn:hover, .publicaciones .banner .btn:focus {
  background-color: #522f74;
}

.publicaciones .banner .container {
  padding: 5% 2%;
}

.publicaciones .banner h2 {
  color: white;
  font-family: 'Source Serif Pro', serif;
  font-size: 3rem;
  font-weight: 700;
  width: 40%;
  margin: 20px 0 40px;
}

@media (max-width: 1200px) {
  .publicaciones .banner h2 {
    width: 100%;
  }
}

.publicaciones h1 {
  color: #444;
  font-weight: 300;
  margin-bottom: 70px;
  font-size: 3rem;
}

.publicaciones .download-report.btn {
  border: 0 none;
  text-transform: uppercase;
  width: 250px;
  height: 50px;
  line-height: 2.2rem;
  margin-top: 20px;
}

.publicaciones .publication hr {
  margin: 50px 0 35px;
}
.publication .col-md-3 a {
  display: block;
}

.publicaciones .publication p.date {
  font-size: 14px;
  letter-spacing: .1rem;
  margin-bottom: 10px;
}

.publicaciones .publication h3.title {
  font-weight: 600;
  color: #2a2a2a;
  font-size: 24px;
  margin-bottom: 20px;
}

.publicaciones .publication p.extract {
  font-size: 16px;
  margin-bottom: 40px;
}

@media (max-width: 1200px) {
  .publicaciones .smaller-container {
    width: 100%;
  }
}

/* Comunicados - Detalles
------------------------------------------ */
.news .smaller-container {
  margin: 4% auto 8%;
}

.news .top p.date {
  border-bottom: 1px solid #ccc;
  font-size: 12px;
  letter-spacing: .05rem;
  padding-bottom: 5px;
}

.news .top h1.title {
  font-weight: 800;
  color: #2a2a2a;
  font-size: 2rem;
  margin-bottom: 20px;
}

.news .entry img {
  display: block;
  max-width: 100%;
  margin: 50px 0;
}

.news .entry hr {
  margin: 50px 0 35px;
}

.news .entry .body {
  font-size: 14px;
  line-height: 180%;
}

.news .more-news h5 {
  border-bottom: 1px solid #ccc;
  color: black;
  font-weight: 600;
  margin-bottom: 15px;
  padding-bottom: 8px;
}

.news .more-news a {
  display: inline-block;
  color: #777;
}

.news .more-news .news-preview {
  margin: 6px 0;
}

.news .more-news .news-preview .date {
  font-size: 12px;
  margin-bottom: 4px;
}

.news .more-news .news-preview .title {
  color: #2a2a2a;
  font-size: 14px;
  font-weight: 600;
}

/* Comunicados
------------------------------------------ */
.comunicados {
  margin-top: 4%;
}

.comunicados h1 {
  font-weight: 600;
  margin-bottom: 4%;
}

.comunicados .bloglist ._s-post a {
  display: inline-block;
}

.comunicados .bloglist ._s-post .date {
  font-size: .7rem;
  text-transform: uppercase;
  letter-spacing: .05rem;
  color: #777;
}

.comunicados .bloglist ._s-post .title {
  font-size: 1.4rem;
  margin-bottom: 10px;
}

.comunicados .bloglist ._s-post .title a {
  color: #109347;
}

.comunicados .bloglist ._s-post .extract {
  font-size: .8rem;
  line-height: 160%;
  margin-bottom: 5px;
}

.comunicados .bloglist ._s-post .readmore {
  font-size: .8rem;
}

.comunicados .bloglist ._s-post hr {
  width: 100%;
  display: block;
  margin: 30px 0 40px;
  border-color: #ddd;
}
.comunicados .bloglist ._s-post .post-img {
  max-height: 200px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .comunicados .bloglist ._s-post .post-img, .comunicados .bloglist ._s-post img {
    width: 100%;
  }
  .comunicados .bloglist ._s-post .post-img {
    max-height: 200px;
    overflow: hidden;
    margin-bottom: 30px;
  }
  .comunicados .bloglist ._s-post .date {
    margin-bottom: 10px;
  }
}

@media (max-width: 768px) {
  .comunicados h1 {
    margin: 40px 0;
  }
}
.comunicados .sidebar .search-form .search-submit{
  background-color: #90c54c;
  color: white;
  cursor: pointer;
  display: block;
  font-weight: 600;
  padding: 8px 35px;
  border: 0 none;
  transition: all 300ms;
}
.comunicados .sidebar .search-form .search-submit:active,
.comunicados .sidebar .search-form .search-submit:hover{
  background-color: #76a836;
}
.comunicados .sidebar .search-form .screen-reader-text{
  display: none;
}
.comunicados .sidebar .search-form label{
  width: 100%;
}
.comunicados .sidebar .category-filter select {
  width: 100%;
  height: 50px;
  padding: 10px;
}

.comunicados .sidebar section .label {
  color: #444;
  font-weight: 600;
}

.comunicados .sidebar input {
  width: 100%;
  height: 50px;
  padding: 10px;
  margin-bottom: 10px;
  border: 1px solid #ccc;
}

.comunicados .sidebar button {
  width: 100%;
}

.comunicados .sidebar > section {
  border-bottom: 1px solid #ccc;
  margin-bottom: 30px;
  padding-bottom: 30px;
}

.comunicados .sidebar > section p.desc {
  font-size: 14px;
}

.contact.content {
  margin: 0 0 8%;
}

.contact.content .smaller-container {
  margin-top: 4%;
}

@media (max-width: 1200px) {
  .contact.content .smaller-container {
    width: 100%;
  }
}

.contact.content h1 {
  margin-bottom: 3%;
}

.contact.content .contact-form .form-control {
  border-radius: 0;
  height: 50px;
}

.contact.content .contact-form textarea.form-control {
  resize: none;
  height: 200px;
  margin-bottom: 30px;
}

.contact.content .contact-form .submit.btn {
  height: 50px !important;
  color: white;
  transition: all 300ms;
}
.contact.content .contact-form .submit.btn:focus,
.contact.content .contact-form .submit.btn:hover {
  background-color: #0b6531 !important;
}

.contact.content .sidebar {
  background-color: #eff4f0;
  border-bottom: 2px solid #90c54c;
  padding: 8% 10%;
}

/* Desaparecidos
------------------------------------------ */
.content.desaparecidos aside.filters .download-data.btn {
  background: white;
  border: 2px solid #109347;
  color: #109347;
  display: inline-block;
  margin-bottom: 20px;
}

.content.desaparecidos aside.filters .download-data.btn:hover {
  background-color: #109347;
  color: white;
}

@media (max-width: 768px) {
  .content.desaparecidos aside.filters .download-data.btn {
    width: 100%;
    margin-top: 20px;
  }
}

.content.desaparecidos aside.filters section.filter {
  margin: 30px 0;
}

.content.desaparecidos aside.filters .form-check label {
  font-size: 1.1rem;
}

@media (max-width: 576px) {
  .content.desaparecidos h1 {
    font-size: 2rem;
  }
  .content.desaparecidos .banner {
    padding: 20% 0;
  }
}

.content.desaparecidos .fa-search {
  position: absolute;
  right: 10px;
  top: 5px;
}

.content.desaparecidos .main {
  margin-top: 4%;
  margin-bottom: 6%;
}

.content.desaparecidos .round-img {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  margin: 0 auto;
  display: block;
  margin-bottom: 15px;
  overflow: hidden;
  position: relative;
}

.content.desaparecidos .round-img img {
  width: 100%;
  height: 100%;
  display: block;
}

.content.desaparecidos .round-img .overlay {
  background-color: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 300ms;
  transition: all 300ms;
}

.content.desaparecidos .round-img svg {
  position: relative;
  top: 65px;
  width: 60px;
  height: 60px;
  z-index: 10;
}

.content.desaparecidos .search-alpha-form {
  margin-bottom: 60px;
  position: relative;
}

.content.desaparecidos .search-alpha-form input#q {
  width: 100%;
  border: 0 none;
  border-bottom: 1px solid #ccc;
  font-size: 1.8rem;
  padding: 8px 10px;
}

.content.desaparecidos .desaparecidos-wrap .row {
  margin-bottom: 30px;
}

.content.desaparecidos .person:hover .overlay {
  opacity: 1;
}

.content.desaparecidos .person .name {
  color: #2a2a2a;
  font-size: 1.2rem;
  font-weight: 600;
  text-align: center;
}

@media (max-width: 1200px) {
  .content.desaparecidos .container-w90p {
    width: 100%;
  }
}

/* Que Hacemos
------------------------------------------ */
.quehacemos.content {
  margin-bottom: 0;
}

.quehacemos.content .banner {
  padding: 15% 0;
  background-position: center bottom -110px;
}

.quehacemos.content .projnavitem {
  background-color: #f0f2f0;
  font-weight: 600;
  padding: 60px 2%;
  -webkit-transition: all 300ms;
  transition: all 300ms;
}
.quehacemos.content .projnavitem a{
  color: #999;
}

.quehacemos.content .projnavitem:hover, .quehacemos.content .projnavitem:focus {
  background-color: #d7d7d7;
  color: #444;
}

@media (max-width: 768px) {
  .quehacemos.content .projnavitem {
    padding: 20px 60px;
  }
}

.quehacemos.content section {
  padding: 6% 0;
}

.quehacemos.content section.project-bg, .quehacemos.content section.areanav {
  padding: 0;
}

.quehacemos.content .one {
  padding: 10% 0;
}

.quehacemos.content .one h2 {
  font-size: 2.5rem;
  margin-top: 20%;
}

@media (max-width: 992px) {
  .quehacemos.content .one h2 {
    margin-top: 0;
  }
}

.quehacemos.content .project h2 {
  color: #2a2a2a;
}

.quehacemos.content .project h2.title {
  font-size: 2.8rem;
  font-weight: 800;
  margin-bottom: 20px;
}

.quehacemos.content .project h3 {
  color: #444;
  font-weight: 600;
  margin-bottom: 30px;
}

.quehacemos.content .project-bg .title, .quehacemos.content .project-bg p {
  color: white;
}

.quehacemos.content .project-bg article.frame {
  padding: 15% 6%;
}

.quehacemos.content .photo-grid {
  position: relative;
}

.quehacemos.content .photo-grid .overlay-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: .3;
  pointer-events: none;
}

.quehacemos.content .topline {
  width: 100px;
  border-top: 1px solid #fff;
  display: inline-block;
  margin: 0 0 15px;
}

.quehacemos.content .topline.white {
  border-color: white;
}

.quehacemos.content .topline.purple {
  border-color: #bd9ad0;
}

.quehacemos.content .topline.green {
  border-color: #8ec441;
}

.quehacemos.content .project.right .order-2 {
  text-align: right;
}

.error.content {
  margin-bottom: 0;
}

.error.content .banner {
  padding: 10% 0;
}

.error.content .banner h1 {
  margin-bottom: 7px;
}

.error.content .banner p {
  margin-bottom: 5px;
}

.error.content .help h2 {
  font-weight: 600;
  margin-top: 40px;
  margin-bottom: 10px;
}

.error.content .help a {
  font-size: 14px;
  padding: 3px;
}

@media (max-width: 576px) {
  .error.content.error h1, .error.content h2 {
    font-size: 2rem !important;
    margin-bottom: 20px;
  }
  .error.content.error p {
    font-size: 14px;
  }
}
.globalSearchForm {
  border: 0 none;
  border-bottom: 1px solid #ccc;
  font-size: 20px;
  font-weight: 300;
  color: #222;
  padding-right: 35px;
}
.globalSearch {
  display: inline-block;
  margin-right: 40px;
  position: relative;
}
.globalSearch .searchBtn {
  background-image: url(img/search.svg);
  background-repeat: no-repeat;
  background-size: 25px;
  position: absolute;
  right: 0;
  top: 4px;
  width: 25px;
  height: 25px;
  background-color: transparent;
  border: 0 none;
  cursor: pointer;
}