@charset "UTF-8";
/*
Theme Name: IAD Theme
Author: Nett
Author URI: http://nett.mx/
Description: Theme for Interamerican Adventist Division
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html,
button,
input,
select,
textarea {
  color: #222;
}

html {
  font-size: 1em;
  line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */
audio,
canvas,
img,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical;
}

/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */
.browsehappy {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/* --------------------------------- SASS -------------------------------- */
/* ----------------------------- TIPOGRAFÍAS ------------------------------ */
.live-txt-big, .grid-frase-small {
  font-family: 'Gotham SSm A', 'Gotham SSm B', Helvetica, Arial, sans-serif;
  font-weight: 200;
}

body, .bloque-noticia-destacada.noticia-grande .blog-post-titulo, .file-titulo, .dropdown-menu-title {
  font-family: 'Gotham SSm A', 'Gotham SSm B', Helvetica, Arial, sans-serif;
  font-weight: 300;
}

.news-filtro-label, .blog-post-file .file-titulo, .hero-subtitulo, .team-member-nombre, .team-member-cargo, .search-blog-post-title, .event-title-card {
  font-family: 'Gotham SSm A', 'Gotham SSm B', Helvetica, Arial, sans-serif;
  font-weight: 400;
}

#menu-mobile .mm-listview > li > a, .bloque-noticia-destacada .blog-post-titulo, .feed-source-name, .live-txt-small, .blog-post-story-titulo,
.blog-post-resource .post-categoria, .dia-form label, .grid-cuadro-verde .encabezado-chico {
  font-family: 'Gotham SSm A', 'Gotham SSm B', Helvetica, Arial, sans-serif;
  font-weight: 500;
}

.dia-menu .navbar-nav > li > a, .navbar-brand, .txt-language, .footer-row-item, .post-categoria, .encabezado-chico, .btn-general,
.news-filtro-dropdown .dropdown-toggle, .discover-more-text, .separador-year, .resources-filtro-dropdown .dropdown-toggle,
.btn-file-download, .btn-file-share, .encabezado-chico-gris, .btn-dropdown-language .dropdown-toggle, .txt-download, .blog-post-type,
.search-message-text .texto-resaltado, .search-blog-post-description .texto-resaltado, .link-icon .texto-resaltado,
#eventos-calendario span[data-cal-date], #eventos-calendario .cal-row-head, .evento-titulo, .encabezado-extrachico, .event-card .blog-post-fecha,
.btn-blanco, .department-bloque .department-info, .encabezado-separador, .leadership-tabs .nav-tabs li.active a,
.team-member-contenedor.team-member-destacado .team-member-cargo, .unions-list a, .hashtag-container .ff-filter-holder .ff-type-all,
.hashtag-container .ff-loadmore-wrapper .ff-btn, .newsletter-btn-container input, .footer-inferior .footer-inferior-menu li a, .sitemap-encabezado {
  font-family: 'Gotham SSm A', 'Gotham SSm B', Helvetica, Arial, sans-serif;
  font-weight: 700;
}

.SOME {
  font-family: 'Gotham SSm A', 'Gotham SSm B', Helvetica, Arial, sans-serif;
  font-weight: 800;
}

.encabezado-mediano, .encabezado-principal, .feed-titulo, .grid-frase-big, .hero-titulo, .hero-servicio, .blog-post-story-titulo, .encabezado-contacto, .dia-number-big,
.formulario-buscar-modal .form-control, .home-stories-title {
  font-family: "Chronicle Display A", "Chronicle Display B", Georgia, serif;
  font-weight: 200;
}

blockquote {
  font-family: "Chronicle Display A", "Chronicle Display B", Georgia, serif;
  font-weight: 400;
}

.cuadro-color .blog-post-titulo, .blog-post-resource-titulo, .list-search-terms, .resource-project-contenedor .post-titulo {
  font-family: "Chronicle Display A", "Chronicle Display B", Georgia, serif;
  font-weight: 600;
}

.post-titulo, .blog-post-fullscreen .blog-post-titulo, .home-new-fullscreen .blog-post-titulo, .story-titulo, .file-project, .evento-dias,
.newsletter-encabezado {
  font-family: "Chronicle Display A", "Chronicle Display B", Georgia, serif;
  font-weight: 700;
}

/* ------------------------------- GENERAL -------------------------------- */
body {
  color: rgba(32, 32, 32, 0.8);
  font-size: 16px;
  line-height: 30px;
}

p {
  margin: 0 0 32px 0;
}

p:first-child {
  margin-top: 0px;
}

p:last-child {
  margin-bottom: 0px;
}

a, a:hover, a:focus, a:active {
  text-decoration: none;
}

button {
  background: transparent;
  border: none;
}

a, button {
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

a:focus, a:focus, button:focus, input:focus {
  outline: none;
}

/* Imágenes
Prevenir que las imágenes sean mayores al contenedor
NOTA: CAMBIAR CLASE DEL CONTENEDOR; */
body img {
  max-width: 100%;
  height: auto;
}

body figcaption {
  position: relative;
  margin-top: 18px;
  padding-bottom: 18px;
  color: rgba(101, 109, 118, 0.8);
  font-size: 12px;
  line-height: 14px;
  font-style: italic;
}

body figcaption:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 70px;
  height: 1px;
  background-color: #9DA8B3;
}

blockquote {
  margin-bottom: 32px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 19px;
  color: #202020;
  font-size: 20px;
  line-height: 32px;
  border-left: 5px solid #FFA92D;
}

.body-wrapper {
  position: relative;
}

.contenedor-cuerpo-post {
  max-width: 750px;
}

.contenedor-cuerpo-post.contenedor-cuerpo-centrado {
  margin-right: auto;
  margin-left: auto;
}

.contenedor-cuerpo-post, .contenedor-cuerpo-fullscreen {
  letter-spacing: -0.4px;
}

.contenedor-cuerpo-post .tiled-gallery, .contenedor-cuerpo-fullscreen .tiled-gallery {
  margin-bottom: 32px;
}

.contenedor-cuerpo-fullscreen {
  padding-right: 15px;
  padding-left: 15px;
  text-align: center;
}

.contenedor-cuerpo-fullscreen > img {
  margin-bottom: 32px;
  margin-right: auto;
  margin-left: auto;
}

.contenedor-cuerpo-fullscreen > img:last-child {
  margin-bottom: 0;
}

.contenedor-cuerpo-fullscreen > p, .contenedor-cuerpo-fullscreen > ul, .contenedor-cuerpo-fullscreen > h1 {
  max-width: 650px;
  margin-right: auto;
  margin-left: auto;
  text-align: left;
}

.page-template-services .contenedor-cuerpo-fullscreen > h1 {
    margin-bottom: 20px;
}

.services-no-team {
    margin-top: 40px;
}

.contenedor-cuerpo-post a, .contenedor-cuerpo-fullscreen a, .event-info-text a {
  color: #2F557F;
  word-break: break-word;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}

.contenedor-cuerpo-post a:hover, .contenedor-cuerpo-fullscreen a:hover, .event-info-text a:hover {
  color: rgba(47, 85, 127, 0.5);
}

.post-contenido {
  margin-bottom: 40px;
}

.separador-general {
  width: 70px;
  height: 1px;
  margin-right: auto;
  margin-left: auto;
  background-color: #202020;
}

.separador-vertical {
  margin-right: auto;
  margin-left: auto;
  width: 1px;
  height: 30px;
  background-color: rgba(255, 255, 255, 0.5);
}

.avatar-circulo {
  width: 140px;
  height: 140px;
  background-repeat: no-repeat;
  background-position: center;
  -o-background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  border-radius: 50%;
  background-color: #656D76;
}

.img-zoom-container {
  position: relative;
  display: block;
  overflow: hidden;
}

.img-zoom-container .img-zoom {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #656D76;
  background-repeat: no-repeat;
  background-position: center;
  -o-background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.img-zoom-container:hover .img-zoom {
  -ms-transform: scale(1.1) rotate(0.000001deg);
  -moz-transform: scale(1.1) rotate(0.000001deg);
  -o-transform: scale(1.1) rotate(0.000001deg);
  -webkit-transform: scale(1.1) rotate(0.000001deg);
  transform: scale(1.1) rotate(0.000001deg);
}

.encabezado-chico, .encabezado-principal, .encabezado-mediano, .encabezado-chico-gris {
  margin-top: 0;
  margin-bottom: 0;
}

.encabezado-principal {
  color: #656D76;
  font-size: 40px;
  line-height: 50px;
  letter-spacing: -0.65px;
}

.encabezado-mediano {
  color: #656D76;
  font-size: 40px;
  line-height: 50px;
  letter-spacing: -0.5px;
}

.encabezado-chico {
  color: rgba(101, 109, 118, 0.8);
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.encabezado-chico-gris {
  color: #656D76;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.encabezado-extrachico {
  color: #656D76;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.encabezado-separador {
  position: relative;
  margin-top: 0;
  margin-bottom: 0;
  color: #656D76;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-align: center;
}

.encabezado-separador span {
  z-index: 2;
  position: relative;
  display: inline-block;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #FFF;
}

.encabezado-separador:before {
  z-index: 1;
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background-color: rgba(101, 109, 118, 0.3);
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.btn-general, .btn-blanco {
  display: inline-block;
  background-color: #FFF;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  text-transform: uppercase;
}

.btn-general {
  padding: 20px 30px;
  color: #FFA92D;
  border: 1px solid #FFA92D;
  box-shadow: 2px 2px 3px rgba(101, 109, 118, 0.2);
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.btn-general:focus {
  color: #FFA92D;
  background-color: #FFF;
}

.btn-general:hover {
  color: #FFF;
  background-color: #FFA92D;
  box-shadow: 2px 6px 6px rgba(101, 109, 118, 0.2);
}

.btn-general:active {
  box-shadow: 2px 2px 3px rgba(101, 109, 118, 0.2);
}

.btn-blanco {
  display: inline-block;
  padding: 15px 30px;
  color: #656D76;
  border: 1px solid rgba(101, 109, 118, 0.2);
}

.btn-blanco:hover {
  color: #FFF;
  background-color: #656D76;
  border-color: #656D76;
}

.btn-share {
  padding-top: 11px;
  padding-bottom: 15px;
}

.btn-share:before {
  content: '';
  display: inline-block;
  position: relative;
  top: 4px;
  margin-right: 10px;
  width: 16px;
  height: 18px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px 18px;
  background-image: url("img/share-gris.svg");
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.btn-share:hover:before {
  background-image: url("img/share-blanco.svg");
}

.btn-transparente, .btn-transparente:focus {
  color: #FFF;
  background-color: transparent;
}

.btn-mas {
  padding: 10px 15px 10px 0;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0;
  line-height: 36px;
}

.btn-mas:before {
  content: '';
  display: inline-block;
  width: 52px;
  height: 36px;
  float: left;
  margin-right: 15px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 12px;
  background-image: url("img/icono-mas-naranja.svg");
  border-right: 1px solid #FFA92D;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.btn-mas:hover:before {
  border-color: #FFF;
  background-image: url("img/icono-mas-blanco.svg");
}

.btn-dropdown-language .dropdown-toggle {
  position: relative;
  min-width: 180px;
  padding: 12px 70px 10px 20px;
  background-color: #FFF;
  color: rgba(32, 32, 32, 0.3);
  font-size: 13px;
  line-height: 16px;
  letter-spacing: 1px;
  border: 1px solid #C1C5C8;
  text-align: left;
  text-transform: uppercase;
}

.btn-dropdown-language .dropdown-toggle .caret {
  position: absolute;
  display: block;
  margin: 0;
  width: 50px;
  height: 100%;
  top: 0;
  right: 0;
  border: none;
  border-left: 1px solid #C1C5C8;
}

.btn-dropdown-language .dropdown-toggle .caret:after {
  content: '';
  display: block;
  width: 11px;
  height: 7px;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  margin-right: auto;
  margin-left: auto;
  right: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("img/icono-dropdown-amarillo.svg");
  background-size: 11px 7px;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.btn-dropdown-language.open .dropdown-toggle {
  border-color: #FFA92D;
}

.btn-dropdown-language.open .caret:after {
  -ms-transform: translateY(-50%) rotate(180deg);
  -moz-transform: translateY(-50%) rotate(180deg);
  -o-transform: translateY(-50%) rotate(180deg);
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}

.btn-dropdown-language .dropdown-menu {
  min-width: 100%;
  padding: 0;
  border-radius: 0;
}

.btn-dropdown-language .dropdown-menu > li > a {
  padding: 10px 15px;
  background-color: #FFF;
  font-size: 13px;
  line-height: 16px;
  text-transform: uppercase;
}

.btn-dropdown-language .dropdown-menu > li > a:hover {
  background-color: #F2F2F2;
}

.btn-dropdown-language .dropdown-menu > li.active a {
  background-color: #F9F9F9;
  color: rgba(101, 109, 118, 0.4);
}

/* ------------------------------ OVERLAYS -------------------------------- */
.overlay-degro-degradado, .overlay-azul {
  z-index: 1;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.overlay-degro-degradado {
  background: rgba(0, 0, 0, 0.6);
  background: -o-linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.6));
  background: -moz-linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.6));
  background: -webkit-linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.6));
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.6));
}

.overlay-azul {
  background-image: url(img/img-blur-recurso.png);
  background-color: rgba(47, 85, 127, 0.85);
  background-repeat: no-repeat, repeat;
  background-size: cover;
}

/* -------------------------------- MENÚ ---------------------------------- */
#menu-mobile {
  background-color: #F8F8F9;
}

#menu-mobile #mm-1 {
  padding-top: 20px;
}

#menu-mobile #mm-1 .mm-navbar {
  display: none;
}

#menu-mobile #mm-1 .mm-navbar + .mm-listview {
  margin-bottom: 0;
}

#menu-mobile #mm-1:after {
  content: none;
}

#menu-mobile .mm-listview > li > a {
  color: #202020;
}

#menu-mobile .mm-listview > li > a.mm-next:before {
  content: none;
}

#menu-mobile .mm-listview > li.mm-selected > a, #menu-mobile .mm-listview > li.active > a {
  color: #FFA92D;
  background-color: transparent;
}

#menu-mobile .mm-listview > li:after {
  content: '';
  display: block;
  width: calc(100% - 40px);
  height: 1px;
  position: relative;
  border-color: rgba(0, 0, 0, 0.1);
  left: 20px;
}

#menu-mobile .formulario-buscar-mobile {
  padding: 0 20px;
}

#menu-mobile .formulario-buscar-mobile .form-group {
  margin-bottom: 0;
}

#menu-mobile .formulario-buscar-mobile .form-control {
  border-radius: 0;
}

#menu-mobile .mm-title {
  text-transform: capitalize;
}

#menu-mobile .idioma-switcher {
  text-transform: uppercase;
}

.dia-menu, .dia-menu-files {
  margin-bottom: 0;
  border: none;
  border-radius: 0;
  background-color: #FFF;
  border-bottom: 1px solid rgba(101, 109, 118, 0.3);
}

.dia-menu .navbar-brand, .dia-menu-files .navbar-brand {
  height: auto;
  padding: 15px 20px 15px;
  color: #FFF;
  text-align: center;
}

.dia-menu .navbar-brand:after, .dia-menu-files .navbar-brand:after {
  content: '';
  display: block;
  clear: both;
}

.dia-menu .logo-iasd, .dia-menu-files .logo-iasd {
  height: 54px;
  width: 186px;
}

.dia-menu .navbar-toggle, .dia-menu-files .navbar-toggle {
  position: absolute;
  top: 0;
  right: 0;
  margin-top: 26px;
  margin-bottom: 24px;
  margin-right: 10px;
  border: none;
  border-radius: 0;
}

.dia-menu .hamburger-box, .dia-menu-files .hamburger-box {
  display: block;
  width: 25px;
  height: 16px;
}

.dia-menu .hamburger-inner, .dia-menu .hamburger-inner::after, .dia-menu .hamburger-inner::before, .dia-menu-files .hamburger-inner, .dia-menu-files .hamburger-inner::after, .dia-menu-files .hamburger-inner::before {
  width: 25px;
  height: 2px;
  background-color: #656D76;
  border-radius: 1px;
}

.dia-menu .hamburger-inner::before, .dia-menu-files .hamburger-inner::before {
  top: -7px;
}

.dia-menu .hamburger-inner::after, .dia-menu-files .hamburger-inner::after {
  bottom: -7px;
}

.dia-menu.dia-menu-transparente {
  z-index: 4;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  background-color: rgba(47, 47, 47, 0.3);
  border-color: rgba(255, 255, 255, 0.2);
}

.dia-menu.dia-menu-transparente .hamburger-inner, .dia-menu.dia-menu-transparente .hamburger-inner::after, .dia-menu.dia-menu-transparente .hamburger-inner::before {
  background-color: #FFF;
}

.dia-menu-files #dia-menu-files {
  display: none;
}

.dia-menu-files .navbar-header {
  float: left;
}

.dia-menu-files .navbar-brand {
  padding-top: 0;
  padding-left: 0;
  padding-bottom: 0;
  background-color: #3E8391;
}

.dia-menu-files .navbar-brand:before {
  content: '';
  display: inline-block;
  width: 84px;
  height: 84px;
  float: left;
  border-right: 1px solid #FFF;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("img/icono-flecha-larga-izq-blanca.svg");
  background-size: 23px 13px;
}

.dia-menu-files .navbar-brand img {
  display: inline-block;
  float: left;
  margin-top: 15px;
  margin-left: 20px;
}

.single-post .dia-menu .navbar-nav > li.menu-item-news > a,
.single-post #menu-mobile .mm-listview > li.menu-item-news > a {
  color: #FFA92D;
}

.single-post .dia-menu .navbar-nav > li.menu-item-news > a:before, .single-post .dia-menu .navbar-nav > li.menu-item-news > a:after,
.single-post #menu-mobile .mm-listview > li.menu-item-news > a:before,
.single-post #menu-mobile .mm-listview > li.menu-item-news > a:after {
  background-color: #FFA92D;
}

.single-stories .dia-menu .navbar-nav > li.menu-item-stories > a,
.single-stories #menu-mobile .mm-listview > li.menu-item-stories > a {
  color: #FFA92D;
}

.single-stories .dia-menu .navbar-nav > li.menu-item-stories > a:before, .single-stories .dia-menu .navbar-nav > li.menu-item-stories > a:after,
.single-stories #menu-mobile .mm-listview > li.menu-item-stories > a:before,
.single-stories #menu-mobile .mm-listview > li.menu-item-stories > a:after {
  background-color: #FFA92D;
}

.single-project .dia-menu .navbar-nav > li.menu-item-resources > a,
.single-project #menu-mobile .mm-listview > li.menu-item-resources > a {
  color: #FFA92D;
}

.single-project .dia-menu .navbar-nav > li.menu-item-resources > a:before, .single-project .dia-menu .navbar-nav > li.menu-item-resources > a:after,
.single-project #menu-mobile .mm-listview > li.menu-item-resources > a:before,
.single-project #menu-mobile .mm-listview > li.menu-item-resources > a:after {
  background-color: #FFA92D;
}

.page-template-about-iad .dia-menu .navbar-nav > li.menu-item-about > a,
.page-template-about-iad #menu-mobile .mm-listview > li.menu-item-about > a, .page-template-about-sda .dia-menu .navbar-nav > li.menu-item-about > a,
.page-template-about-sda #menu-mobile .mm-listview > li.menu-item-about > a, .single-department .dia-menu .navbar-nav > li.menu-item-about > a,
.single-department #menu-mobile .mm-listview > li.menu-item-about > a {
  color: #FFA92D;
}

/*.page-template-about-iad .dia-menu .navbar-nav > li.menu-item-about > a:before, .page-template-about-iad .dia-menu .navbar-nav > li.menu-item-about > a:after,
.page-template-about-iad #menu-mobile .mm-listview > li.menu-item-about > a:before,
.page-template-about-iad #menu-mobile .mm-listview > li.menu-item-about > a:after, .page-template-about-sda .dia-menu .navbar-nav > li.menu-item-about > a:before, .page-template-about-sda .dia-menu .navbar-nav > li.menu-item-about > a:after,
.page-template-about-sda #menu-mobile .mm-listview > li.menu-item-about > a:before,
.page-template-about-sda #menu-mobile .mm-listview > li.menu-item-about > a:after, .single-department .dia-menu .navbar-nav > li.menu-item-about > a:before, .single-department .dia-menu .navbar-nav > li.menu-item-about > a:after,
.single-department #menu-mobile .mm-listview > li.menu-item-about > a:before,
.single-department #menu-mobile .mm-listview > li.menu-item-about > a:after {
  background-color: #FFA92D;
}*/

/* --------------------------------- HOME --------------------------------- */
.home-slider-contenedor .slick-initialized .slick-slide {
    margin: 0 auto;
}

.hero-fullscreen, .hero-general, .hero-news, .hero-resources-project, .hero-department {
  display: block;
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  -o-background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  background-color: #656D76;
}

.hero-fullscreen {
  height: 100vh;
  min-height: 568px;
}

.hero-titulo {
  margin-top: 0;
  margin-bottom: 0;
  color: #FFF;
  font-size: 40px;
  line-height: 35px;
  letter-spacing: -0.5px;
}

.hero-servicio {
  margin-top: 0;
  margin-bottom: 0;
  color: #FFF;
  font-size: 40px;
  line-height: 55px;
  letter-spacing: -0.5px;
}

.page-template-services .contenedor-cuerpo-fullscreen {
    margin: 30px auto;
}

.hero-general, .hero-department {
  min-height: 400px;
}

.hero-general .hero-info-contenedor, .hero-404 .hero-info-contenedor, .hero-department .hero-info-contenedor {
  color: #FFF;
}

.hero-general .hero-descripcion, .hero-404 .hero-descripcion, .hero-department .hero-descripcion {
  max-width: 410px;
  margin: 17px auto 0;
  font-size: 14px;
  line-height: 20px;
}

.hero-404 {
  background-image: url("img/hero-404.jpg");
}

.hero-404 .hero-descripcion {
  margin-bottom: 25px;
}

.hero-404 .btn-general {
  min-width: 150px;
}

.hero-info-contenedor {
  z-index: 3;
  margin-top: 42px;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  margin-right: auto;
  margin-left: auto;
  right: 0;
  left: 0;
}

.home-new-fullscreen {
  position: relative;
}

.home-new-fullscreen .home-new-info-wrapper {
  position: relative;
}

.home-new-fullscreen .home-new-info-wrapper .home-new-border {
  z-index: 2;
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: calc(100% + 10px);
  top: -5px;
  left: 5px;
  border: 1px solid #FFA92D;
}

.home-new-fullscreen .blog-post-info-wrapper {
  z-index: 3;
  position: relative;
  padding: 25px 15px 20px;
  background-color: #FFF;
  text-align: left;
}

.home-new-fullscreen .home-new-img {
  position: relative;
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  -o-background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}

.home-new-fullscreen .home-new-img:before {
  content: '';
  display: block;
  padding-top: 64.2857142857%;
}

.home-new-fullscreen .home-new-img.home-slide-video:after {
  content: '';
  display: block;
  width: 60px;
  height: 60px;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  margin-right: auto;
  margin-left: auto;
  right: 0;
  left: 0;
  background-color: #FFF;
  border-radius: 50%;
  box-shadow: 0 0 0 5px rgba(32, 32, 32, 0.1);
  background-repeat: no-repeat;
  background-position: 55% 50%;
  background-image: url("img/icono-play.svg");
  background-size: 12px 18px;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.home-new-fullscreen .home-new-img.home-slide-video:hover:after {
  background-image: url("img/icono-play-amarillo.svg");
  box-shadow: 0 0 0 5px rgba(255, 169, 45, 0.6);
}

.home-new-fullscreen .home-new-img, .home-new-fullscreen .home-new-info-wrapper {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

.home-new-fullscreen .blog-post-titulo, .home-new-fullscreen .blog-post-excerpt {
  overflow: hidden;
}

.home-new-fullscreen .blog-post-titulo, .blog-post-fullscreen .blog-post-titulo {
  font-size: 28px;
  line-height: 32px;
}

.blog-post-fullscreen .blog-post-titulo {
  max-height: 54px;
}

.home-new-fullscreen .blog-post-excerpt {
  max-height: 44px;
  color: rgba(32, 32, 32, 0.5);
  font-size: 14px;
  line-height: 22px;
}

.home-slider-contenedor, .home-slide {
  position: relative;
}

.home-slider.slick-dotted.slick-slider {
  margin-bottom: 0;
}

.home-slider-contenedor {
  background-color: #656D76;
}

.home-slider-contenedor .slick-dots {
  z-index: 10;
  bottom: 5px;
}

.home-slider-contenedor .slick-dots li {
  width: auto;
  height: auto;
  margin-right: 0;
  margin-left: 0;
}

.home-slider-contenedor .slick-dots li button {
  width: auto;
  height: auto;
}

.home-slider-contenedor .slick-dots li button:before {
  position: relative;
  opacity: 1;
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  background-color: rgba(216, 216, 216, 0.2);
  border-radius: 50%;
}

.home-slider-contenedor .slick-dots li.slick-active button:before {
  background-color: #FFA92D;
}

.home-slide .home-slide-background {
  z-index: 1;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: center;
  -o-background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}

.home-news-recent .news-recents {
  margin-bottom: 0;
}

.contenedor-gris {
  background-color: #F8F8F9;
}

.home-encabezado-contenedor {
  margin-top: 60px;
  margin-bottom: 36px;
  text-align: center;
}

.home-encabezado-contenedor .encabezado-mediano {
  margin-top: 12px;
  margin-bottom: 11px;
}

.home-encabezado-contenedor .home-seccion-descripcion {
  color: rgba(32, 32, 32, 0.5);
  font-size: 14px;
  line-height: 17px;
}

.home-frase-img {
  max-width: 100%;
  max-height: 60px;
  margin-right: auto;
  margin-left: auto;
}

.grid-contenedor {
  background-color: #ECEEF0;
}

.grid-contenedor:after {
  content: '';
  display: block;
  clear: both;
}
.home-grid-contenedor.grid-contenedor .col-md-12 {
  padding: 0px 0px;
}
.grid-rectangulo-vertical, .grid-cuadro, .grid-rectangulo {
  position: relative;
}

.grid-rectangulo-vertical:before, .grid-cuadro:before, .grid-rectangulo:before {
  content: '';
  display: block;
}

.grid-cuadro, .grid-25, .grid-50, .grid-rectangulo-vertical, .grid-rectangulo {
  display: inline-block;
  float: left;
  width: 100%;
}

.grid-cuadro {
  width: 50%;
  background-color: #ECEEF0;
}

.grid-cuadro:before {
  padding-top: 100%;
}

.grid-rectangulo-vertical, .grid-rectangulo {
  padding: 40px 15px;
}

.grid-rectangulo-vertical .btn-general, .grid-rectangulo .btn-general {
  min-width: 120px;
  padding: 11px 20px 10px;
  background-color: transparent;
  letter-spacing: 1px;
}

.grid-rectangulo-vertical .btn-general:hover, .grid-rectangulo .btn-general:hover {
  background-color: #FFA92D;
}

.grid-cuadro-verde {
  background-color: #3E8391;
}

.grid-cuadro-verde .home-events-icon {
  width: 30px;
  height: 30px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 21px;
  -o-background-size: contain;
  -moz-background-size: contain;
  -webkit-background-size: contain;
  background-size: contain;
  background-image: url("img/icono-events-home-blanco.svg");
}

.grid-cuadro-verde .encabezado-chico {
  padding-left: 2px;
  color: #FFF;
}

.grid-cuadro-verde .grid-cuadro-info-centrada {
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  margin-right: auto;
  margin-left: auto;
  right: 0;
  left: 0;
}

.grid-rectangulo-vertical {
  text-align: center;
}

.grid-rectangulo-vertical .icono-play-mini {
  display: block;
  margin-right: auto;
  margin-left: auto;
  max-height: 16px;
}

.grid-rectangulo-vertical .live-txt-small {
  margin-top: 12px;
  margin-bottom: 21px;
  color: rgba(32, 32, 32, 0.5);
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.grid-rectangulo-vertical .live-txt-big {
  margin-bottom: 21px;
  color: #6A6A6A;
  font-size: 20px;
  line-height: 30px;
}

.home-events-icon, .grid-rectangulo-gris {
  background-repeat: no-repeat;
  background-position: center;
}

.grid-rectangulo-gris {
  -o-background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  background-image: url("img/home-blur-background.jpg");
}

.grid-rectangulo-gris .grid-cuadro-info-centrada {
  text-align: center;
}

.grid-rectangulo-gris .btn-general {
  background-color: #FFF;
}

.grid-rectangulo-gris .encabezado-mediano {
  margin-bottom: 15px;
}

.grid-rectangulo-gris .encabezado-mediano:before {
  content: '';
  display: inline-block;
  width: 28px;
  height: 34px;
  margin-right: 13px;
  background-repeat: no-repeat;
  background-position: center;
  -o-background-size: contain;
  -moz-background-size: contain;
  -webkit-background-size: contain;
  background-size: contain;
  background-image: url("img/icono-stories-gris.svg");
}

.grid-cuadro-amarillo {
  background-color: #FFA92D;
}

.grid-cuadro-negro {
  background-color: #232323;
}

.grid-cuadro-verde, .grid-cuadro-negro {
  color: #FFF;
}

.grid-iasd-logo {
  max-width: 60px;
}

.grid-cuadro-background {
  background-color: #656D76;
  background-repeat: no-repeat;
  background-position: center;
  -o-background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}

.grid-cuadro-negro {
  padding-top: 50px;
  padding-bottom: 57px;
  text-align: center;
}

.grid-frase-big {
  margin-bottom: 3px;
  padding-right: 8px;
  font-size: 50px;
  line-height: 1.1;
  letter-spacing: -0.55px;
}

.grid-frase-small {
  font-size: 14px;
  line-height: 1.1;
  padding-left: 18px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

a.grid-cuadro {
  color: #2F557F;
}

a.grid-cuadro:hover {
  color: #2F557F;
  background-color: #c1c8ce;
}

a.grid-cuadro-verde {
  color: #FFF;
}

a.grid-cuadro-verde:hover {
  color: #FFF;
  background-color: #2f636d;
}

.grid-rectangulo .feed-titulo {
  max-height: 75px;
  margin-top: 12px;
  margin-bottom: 20px;
  font-size: 23px;
  line-height: 25px;
}

.feed-titulo {
  overflow: hidden;
  width: 100%;
  max-height: 80px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 20px;
}

.feed-titulo-bottom {
  position: absolute;
  bottom: 11px;
  left: 0;
  padding-left: 10px;
  padding-right: 10px;
}

.feed-source-name {
  margin-bottom: 0;
  font-size: 11px;
  line-height: 13px;
  color: #656D76;
  text-transform: uppercase;
}

.feed-source-top {
  position: absolute;
  top: 12px;
  left: 0;
  padding-left: 10px;
  padding-right: 10px;
}

/* ----------------------------- NEWS - BLOG ------------------------------ */
.news-recents {
  margin-bottom: 30px;
}

.bloque-superior, .bloque-noticia-destacada {
  padding: 15% 15px;
}

.bloque-superior {
  color: #656D76;
  background-color: rgba(224, 220, 217, 0.5);
}

.bloque-superior .encabezado-principal {
  margin-top: 10px;
  font-size: 35px;
  line-height: 45px;
}

.bloque-superior .icono-news, .bloque-superior .separador-general {
  display: inline-block;
  float: left;
}

.bloque-superior .icono-news {
  height: 21px;
}

.bloque-superior .separador-general {
  margin-top: 10px;
  margin-left: 10px;
}

.bloque-noticia-destacada {
  position: relative;
  overflow: hidden;
  display: block;
  color: #FFF;
  background-color: #656D76;
}

.bloque-noticia-destacada .overlay-degro-degradado {
  z-index: 2;
}

.bloque-noticia-destacada .bloque-info {
  z-index: 3;
  position: relative;
}

.bloque-noticia-destacada .blog-post-fecha {
  margin-bottom: 4px;
  font-size: 10px;
  line-height: 24px;
  text-transform: uppercase;
}

.bloque-noticia-destacada .blog-post-titulo {
  overflow: hidden;
  max-width: 430px;
  max-height: 90px;
  margin-top: 0;
  margin-bottom: 21px;
  font-size: 20px;
  line-height: 30px;
}

.bloque-noticia-destacada .bloque-img {
  z-index: 1;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: center;
  -o-background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  -ms-transform: rotate(0.01deg);
  transform: rotate(0.01deg);
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.bloque-noticia-destacada:hover, .bloque-noticia-destacada:focus {
  color: rgba(255, 255, 255, 0.5);
}

.bloque-noticia-destacada:hover .bloque-img {
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.bloque-noticia-destacada:hover .discover-more-text {
  color: rgba(255, 255, 255, 0.5);
}

.bloque-noticia-destacada:hover .discover-more-text:after {
  opacity: 0.5;
  right: -10px;
}

.cuadro-color {
  color: #202020;
  background-color: #DDE2E6;
}

.cuadro-color .blog-post-titulo {
  max-height: 120px;
  font-size: 35px;
  line-height: 40px;
  color: rgba(32, 32, 32, 0.5);
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.cuadro-color .discover-more-text:after {
  background-image: url("img/icono-flecha-chica-der-negra.svg");
}

.cuadro-color:hover {
  color: #202020;
  background-color: #C0D4E3;
}

.cuadro-color:hover .discover-more-text {
  color: #202020;
}

.cuadro-color:hover .blog-post-titulo {
  color: rgba(32, 32, 32, 0.5);
}

.noticia-grande .blog-post-fecha {
  margin-bottom: 6px;
}

.noticia-grande .blog-post-titulo {
  max-height: 105px;
  font-size: 30px;
  line-height: 35px;
}

.discover-more-text {
  display: inline-block;
  color: #202020;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.discover-more-text:after {
  content: '';
  display: inline-block;
  position: relative;
  width: 5px;
  height: 10px;
  right: 0;
  margin-left: 9px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 5px 10px;
  background-image: url("img/icono-flecha-chica-der-negra.svg");
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.discover-more-text.discover-blanco {
  color: #FFF;
}

.discover-more-text.discover-blanco:after {
  background-image: url("img/icono-flecha-chica-der-blanca.svg");
}

.discover-more-text.discover-amarillo {
  color: #FFA92D;
}

.discover-more-text.discover-amarillo:after {
  background-image: url("img/icono-flecha-chica-der-naranja.svg");
}

a.discover-more-text:hover:after {
  right: -10px;
}

.news-recent-separador-contenedor:after, .contenedor-noticias-chicas:after {
  content: '';
  display: block;
  clear: both;
}

.blog-news-contenedor {
  margin-bottom: 10px;
}

.blog-post-new {
  margin-bottom: 43px;
}

.blog-post-new .blog-post-info {
  margin-bottom: 23px;
  padding-top: 10px;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(101, 109, 118, 0.3);
}

.blog-post-new .blog-post-info:after {
  content: '';
  display: block;
  clear: both;
}

.blog-post-new .blog-post-info .post-categoria a {
  color: #2F557F;
}

.blog-post-new .blog-post-info .post-categoria a:hover {
  color: rgba(47, 85, 127, 0.5);
}

.blog-post-new .blog-post-fecha {
  margin-bottom: 0;
  color: rgba(32, 32, 32, 0.5);
  font-size: 11px;
  letter-spacing: 1px;
  line-height: 20px;
  text-transform: uppercase;
}

.blog-post-new .post-categoria {
  max-height: 20px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.blog-post-new .blog-post-excerpt {
  overflow: hidden;
  max-height: 72px;
  margin-top: 0;
  margin-bottom: 0;
  color: rgba(32, 32, 32, 0.6);
  font-size: 16px;
  line-height: 24px;
}

.blog-post-new .blog-post-excerpt a {
  color: inherit;
}

.blog-post-new .blog-post-excerpt a:hover {
  color: rgba(32, 32, 32, 0.3);
}

.blog-post-img-contenedor {
  overflow: hidden;
  display: block;
}

.blog-post-img-contenedor .blog-post-img {
  background-color: #656D76;
  background-repeat: no-repeat;
  background-position: center;
  -o-background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  -ms-transform: rotate(0.01deg);
  transform: rotate(0.01deg);
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.blog-post-img-contenedor .blog-post-img:before {
  content: '';
  display: block;
  padding-top: 61.11111%;
}

.blog-post-img-contenedor:hover .blog-post-img {
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.blog-post-fullscreen .blog-post-titulo, .home-new-fullscreen .blog-post-titulo {
  margin-top: 0;
  margin-bottom: 10px;
  color: #202020;
}

.blog-post-fullscreen .blog-post-titulo a, .home-new-fullscreen .blog-post-titulo a {
  color: #202020;
}

.blog-post-fullscreen .blog-post-titulo a:hover, .home-new-fullscreen .blog-post-titulo a:hover {
  color: rgba(32, 32, 32, 0.5);
}

.blog-post-fullscreen:before {
  content: '';
  display: block;
  padding-top: 54.6875%;
}

.blog-post-fullscreen .blog-post-info {
  margin-bottom: 11px;
}

.blog-post-fullscreen .separador-general {
  margin-left: 0;
}

.encabezado-filtros {
  margin-top: 38px;
  margin-bottom: 19px;
  text-align: center;
}

.news-filtros:after, .resources-filtros:after {
  content: '';
  display: block;
  clear: both;
}

.news-filtros {
  margin-bottom: 40px;
}

.news-filtro-label, .news-filtro-dropdown .dropdown-toggle, .resources-filtro-dropdown .dropdown-toggle {
  font-size: 11px;
  line-height: 13px;
  letter-spacing: 1px;
  text-align: center;
  text-transform: uppercase;
}

.news-filtro-label {
  padding-top: 5px;
  padding-bottom: 5px;
}

.news-filtro-dropdown, .resources-filtro-dropdown {
  border-radius: 0;
}

.news-filtro-dropdown .dropdown-toggle, .resources-filtro-dropdown .dropdown-toggle {
  position: relative;
  display: block;
  width: 100%;
  padding-top: 17px;
  padding-bottom: 16px;
  border-radius: 0;
}

.news-filtro-dropdown .dropdown-toggle .caret, .resources-filtro-dropdown .dropdown-toggle .caret {
  content: '';
  display: block;
  width: 10px;
  height: 6px;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 15px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10px 6px;
  border: none;
}

.news-filtro-dropdown .dropdown-menu, .resources-filtro-dropdown .dropdown-menu {
  overflow-y: scroll;
  max-height: 180px;
  margin-top: -1px;
  padding-top: 8px;
  padding-bottom: 8px;
  border-color: #D0D3D5;
  border-radius: 0;
}

.news-filtro-dropdown .dropdown-menu > li > a, .resources-filtro-dropdown .dropdown-menu > li > a {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #656D76;
  background-color: #FFF;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.news-filtro-dropdown .dropdown-menu > li > a:hover, .resources-filtro-dropdown .dropdown-menu > li > a:hover {
  background-color: #F2F2F2;
}

.news-filtro-dropdown .dropdown-menu > .active a, .resources-filtro-dropdown .dropdown-menu > .active a {
  color: rgba(101, 109, 118, 0.4);
  background-color: #F9F9F9;
}

.news-filtro-dropdown .dropdown-menu > .active a:hover, .resources-filtro-dropdown .dropdown-menu > .active a:hover {
  background-color: #F9F9F9;
}

.news-filtro-dropdown {
  margin-bottom: 10px;
}

.news-filtro-dropdown.open .dropdown-toggle {
  background-color: rgba(101, 109, 118, 0.2);
}

.news-filtro-dropdown .dropdown-toggle {
  background-color: rgba(247, 247, 248, 0.8);
  color: #2F557F;
  border-top: 1px solid #D0D3D5;
  border-bottom: 1px solid #D0D3D5;
}

.news-filtro-dropdown .dropdown-toggle:hover {
  background-color: rgba(101, 109, 118, 0.2);
}

.news-filtro-dropdown .dropdown-toggle .caret {
  background-image: url("img/icono-dropdown-azul.svg");
}

.news-filtro-dropdown.active .dropdown-toggle {
  background-color: #2F557F;
  color: #FFF;
}

.news-filtro-dropdown.active .dropdown-toggle .caret {
  background-image: url("img/icono-dropdown-blanco.svg");
}

.contenedor-paginacion {
  text-align: center;
}


.contenedor-loadmore {
  margin-bottom: 60px;
}

#moreNews .contenedor-paginacion {
    margin-bottom: 60px;
}

#main-resources .page-numbers, .contenedor-paginacion .page-numbers, .paginacion-ajax-botones-contenedor .page-numbers {
  letter-spacing: 0;
}

.resources-not-found {
  padding-top: 40px;
}

.resources-not-found, .resources-files-not-found {
  text-align: center;
}

.icono-not-found-cara, .icono-not-found-file {
  max-width: 56px;
  margin-bottom: 25px;
  margin-right: auto;
  margin-left: auto;
}

.loading-container {
  display: none;
}

.loading-container-interno {
  padding-top: 40px;
  padding-bottom: 40px;
}

.sk-spinner-pulse {
  width: 40px;
  height: 40px;
  margin-right: auto;
  margin-left: auto;
  background-color: #656D76;
  border-radius: 100%;
  -webkit-animation: sk-pulseScaleOut 1s infinite ease-in-out;
  animation: sk-pulseScaleOut 1s infinite ease-in-out;
}

@-webkit-keyframes sk-pulseScaleOut {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}

@keyframes sk-pulseScaleOut {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}

/* -------------------------------- NEWS ---------------------------------- */
.hero-news:before {
  content: '';
  display: block;
  padding-top: 47.65625%;
}

.contenedor-mt-negativo {
  background-color: #FFF;
}

.post-info-superior {
  margin-bottom: 27px;
  padding-top: 30px;
}

.post-info-superior .separador-general {
  margin-left: 0;
}

.post-info-superior .categories-container {
  margin-top: 24px;
  font-size: 11px;
  line-height: 20px;
}

.post-info-superior .categories-container .post-categoria {
  display: inline;
}

.post-categoria {
  display: block;
  margin-top: 0;
  margin-bottom: 0;
  color: #2F557F;
  font-size: 11px;
  line-height: 20px;
  letter-spacing: 1px;
  text-transform: uppercase;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

a.post-categoria:hover {
  color: rgba(47, 85, 127, 0.5);
}

.post-titulo {
  margin-top: 8px;
  margin-bottom: 22px;
  color: #202020;
  font-size: 35px;
  line-height: 45px;
  letter-spacing: -0.65px;
}

.post-info-contenedor:after {
  content: '';
  display: block;
  clear: both;
}

.post-info-contenedor .avatar-circulo {
  width: 34px;
  height: 34px;
  margin-bottom: 5px;
}

.post-info {
  margin-top: 0;
  margin-bottom: 0;
  color: rgba(101, 109, 118, 0.8);
  font-size: 14px;
  line-height: 20px;
}

.contenedor-info-traduccion {
  margin-top: 40px;
}

.contenedor-info-traduccion .separador-general {
  margin-left: 0;
  background-color: rgba(157, 168, 178, 0.3);
}

.contenedor-info-traduccion .post-info {
  margin-top: 25px;
  letter-spacing: 0.5px;
}

.contenedor-docs-realcionados {
  margin-bottom: 57px;
}

.contenedor-docs-realcionados:before {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  margin-right: auto;
  margin-left: auto;
  background-color: rgba(157, 168, 178, 0.3);
}

.contenedor-docs-realcionados ul {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

.contenedor-docs-realcionados ul li {
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 17px;
}

.contenedor-docs-realcionados ul li a {
  color: #2F557F;
  text-decoration: underline;
}

.contenedor-docs-realcionados ul li a:hover {
  color: rgba(47, 85, 127, 0.5);
}

.contenedor-docs-realcionados ul li:last-child {
  margin-bottom: 0;
}

.contenedor-docs-realcionados-interno {
  padding-top: 35px;
}

.contenedor-docs-realcionados-interno .encabezado-documentos {
  margin-bottom: 22px;
}

.encabezado-documentos {
  position: relative;
}

.encabezado-documentos:before {
  content: '';
  position: relative;
  top: 4px;
  display: inline-block;
  width: 19px;
  height: 22px;
  margin-right: 13px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 19px 22px;
  background-image: url("img/icono-docs.svg");
}

.contenedor-top-news {
  padding-top: 60px;
  padding-bottom: 10px;
  background-color: #F9F9F9;
  border-top: 1px solid #DCDFE3;
}

.encabezado-top-news {
  margin-top: 18px;
  margin-bottom: 27px;
}

.slick-initialized .team-member-contenedor { margin-bottom: 0; }

.slider-top-news.slick-initialized .blog-post-new {
  width: 220px;
}

.old-news-images-container {
  margin-top: 15px;
}

.old-news-images-container .old-image-contenedor {
  margin-bottom: 35px;
}

.old-news-images-container .old-image-contenedor:last-child {
  margin-bottom: 0;
}

.test-img-container {
  margin-top: 20px;
}

.test-img-container:after {
  content: '';
  display: block;
  clear: both;
}

.test-img-container img {
  display: inline-block;
  float: left;
  width: calc(33.33333% - 14px);
  margin-right: 20px;
}

.test-img-container img:last-child {
  margin-right: 0;
}

/* ------------------------------- STORIES -------------------------------- */
.story-fecha {
  margin-top: 0;
  margin-bottom: 4px;
  color: rgba(255, 255, 255, 0.5);
  font-size: 11px;
  line-height: 20px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.story-titulo {
  margin-top: 0;
  margin-bottom: 0;
  color: #FFFFFF;
  font-size: 35px;
  line-height: 45px;
  letter-spacing: -0.65px;
}

.blog-post-story {
  display: block;
  overflow: hidden;
  position: relative;
  background-color: #656D76;
}

.blog-post-story .story-img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #656D76;
  -ms-transform: rotate(0.01deg) scale(1.001);
  transform: rotate(0.01deg) scale(1.001);
  background-repeat: no-repeat;
  background-position: center;
  -o-background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.blog-post-story .blog-post-story-info {
  z-index: 2;
  position: absolute;
  width: 100%;
  max-width: 350px;
  left: 0;
  right: 0;
  bottom: 29px;
  margin-right: auto;
  margin-left: auto;
  padding: 0 15px;
  color: #FFF;
  text-align: center;
}

.blog-post-story .story-icon {
  display: block;
  width: 35px;
  height: 35px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 14px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("img/icono-stories-amarillo.svg");
  background-size: 14px 17px;
  background-color: rgba(32, 32, 32, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 50%;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.blog-post-story .blog-post-story-titulo {
  overflow: hidden;
  max-height: 50px;
  margin-top: 0;
  margin-bottom: 8px;
  color: #FFF;
  font-size: 20px;
  line-height: 25px;
}

.blog-post-story .blog-post-story-titulo a {
  color: #FFF;
}

.blog-post-story .blog-post-story-titulo a:hover {
  color: rgba(255, 255, 255, 0.5);
}

.blog-post-story .blog-post-story-fecha {
  margin-top: 0;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.5);
  font-size: 11px;
  line-height: 20px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.blog-post-story.hero-fullscreen .blog-post-story-titulo {
  max-width: 550px;
  max-height: 114px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 0;
  font-size: 30px;
  line-height: 38px;
}

.blog-post-story.hero-fullscreen .separador-vertical {
  margin-top: 12px;
}

.blog-post-story.hero-fullscreen .discover-more-text {
  margin-top: 18px;
}

a.blog-post-story:hover .story-img {
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

a.blog-post-story:hover .story-icon {
  background-color: rgba(255, 169, 45, 0.7);
  border-color: #FFF;
  background-image: url("img/icono-stories-blanco.svg");
}

.stories-blog-contenedor:after {
  content: '';
  display: block;
  clear: both;
}

.stories-blog-contenedor .contenedor-loadmore {
  margin-bottom: 40px;
}

.stories-blog-contenedor .blog-post-story:after, .stories-related-slider .blog-post-story:after {
  content: '';
  display: block;
  padding-top: 100%;
}

@-webkit-keyframes flechaAnimada {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@-moz-keyframes flechaAnimada {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@-o-keyframes flechaAnimada {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes flechaAnimada {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.contenedor-flecha-abajo {
  z-index: 4;
  position: absolute;
  width: 31px;
  left: 0;
  right: 0;
  bottom: 10px;
  margin-right: auto;
  margin-left: auto;
  padding: 10px;
}

.contenedor-flecha-abajo .flecha-abajo {
  width: 11px;
  height: 6px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("img/icono-flecha-chica-abajo-blanca.svg");
  background-size: 11px 6px;
}

.contenedor-flecha-abajo .flecha-abajo-animada {
  -webkit-animation-name: flechaAnimada;
  -webkit-animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-name: flechaAnimada;
  -moz-animation-duration: 2s;
  -moz-animation-iteration-count: infinite;
  -o-animation-name: flechaAnimada;
  -o-animation-duration: 2s;
  -o-animation-iteration-count: infinite;
  animation-name: flechaAnimada;
  animation-duration: 2s;
  animation-iteration-count: infinite;
}

.contenedor-flecha-abajo .flecha-abajo-animada.delay-medium {
  -webkit-animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
  -o-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.contenedor-flecha-abajo .flecha-abajo-animada.delay-large {
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  -o-animation-delay: 1s;
  animation-delay: 1s;
}

.hero-story-detail .separador-vertical {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -68px;
}

.social-share-wrapper {
  text-align: center;
}

.social-share-container {
  margin: 40px auto 41px;
}

.social-share-container:after {
  content: '';
  display: block;
  clear: both;
}

.social-share-container .dia-share-item {
  display: inline-block;
  width: 50%;
  height: 50px;
  float: left;
  border-left: 1px solid #D8D8D8;
  background-repeat: no-repeat;
  background-position: center;
}

.social-share-container .dia-share-item:last-child {
  border-left: none;
}

.social-share-container .social-counter {
  width: 100%;
  padding: 0 30px;
  color: #202020;
  font-size: 12px;
  line-height: 50px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.social-share-container .dia-btn-share-fb, .social-share-container .dia-btn-share-tw {
  border-bottom: 1px solid #D8D8D8;
}

.social-share-container .dia-btn-share-fb:hover, .social-share-container .dia-btn-share-tw:hover {
  background-color: rgba(0, 0, 0, 0.05);
}

.social-share-container .dia-btn-share-fb {
  background-image: url("img/icono-share-fb.svg");
  background-size: 9px 18px;
  cursor: pointer;
}

.social-share-container .dia-btn-share-tw {
  background-image: url("img/icono-share-tw.svg");
  background-size: 22px 18px;
}

.visible-xs .dia-btn-share-fb {
  background-image: url("img/fb.svg");
  background-size: 9px 18px;
}

.visible-xs .btn-tw {
  background-image: url(img/tw.svg);
  background-size: 22px 18px;
}

.visible-xs .btn-email {
  background-image: url(img/mail.svg);
  background-size: 22px 18px;
}

#dia-menu-files .dia-btn-share-fb {
  background-image: url("img/fb.svg");
  background-size: 9px 18px;
}

#dia-menu-files .btn-tw {
  background-image: url(img/tw.svg);
  background-size: 22px 18px;
}

#dia-menu-files .btn-email {
  background-image: url(img/mail.svg);
  background-size: 22px 18px;
}

#dia-menu-files .dropdown-menu {
  width: 100%;
}

.post-contenedor-img {
  margin-top: 40px;
  margin-bottom: 30px;
}

.post-contenedor-img:after {
  content: '';
  display: block;
  clear: both;
}

.post-contenedor-img .img-width-100 {
  width: 100%;
}

.post-contenedor-img img {
  margin-bottom: 10px;
  float: left;
}

.contenedor-encabezado-stories-related {
  margin-top: 29px;
  margin-bottom: 21px;
  padding-top: 31px;
  border-top: 1px solid rgba(101, 109, 118, 0.3);
}

.contenedor-encabezado-stories-related:after {
  content: '';
  display: block;
  clear: both;
}

.contenedor-encabezado-stories-related .encabezado-mediano {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 25px;
  line-height: 35px;
}

.stories-related-slider:after {
  content: '';
  display: block;
  clear: both;
}

.stories-related-slider .blog-post-story {
  float: left;
  width: 290px;
}

.stories-slider-paginacion {
  display: block;
  position: relative;
  margin-top: 5px;
  float: right;
}

.stories-slider-paginacion:after {
  content: '';
  display: block;
  clear: both;
}

.stories-slider-paginacion .slick-prev, .stories-slider-paginacion .slick-next {
  position: relative;
  display: inline-block;
  float: left;
  width: 30px;
  height: 30px;
  top: 0;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 13px 25px;
}

.stories-slider-paginacion .slick-prev:before, .stories-slider-paginacion .slick-next:before {
  content: none;
}

.stories-slider-paginacion .slick-prev:hover, .stories-slider-paginacion .slick-next:hover {
  opacity: 0.5;
}

.stories-slider-paginacion .slick-prev.slick-disabled, .stories-slider-paginacion .slick-next.slick-disabled {
  opacity: 0.3;
}

.stories-slider-paginacion .slick-prev {
  left: 0;
  background-image: url("img/icono-flecha-gris-izq.svg");
}

.stories-slider-paginacion .slick-next {
  right: 0;
  background-image: url("img/icono-flecha-gris-der.svg");
}

/* ------------------------------ RESOURCES ------------------------------- */
.contenedor-resources-filtros {
  z-index: 3;
  position: relative;
  margin-top: -87px;
}

.resources-filtro-label {
  display: block;
  padding: 18px 15px 17px;
  color: #FFF;
  font-size: 11px;
  line-height: 13px;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 14px;
}

.resources-filtros {
  margin-top: -1px;
  margin-bottom: 30px;
  background-color: #FFF;
  box-shadow: 0 2px 9px 0 rgba(101, 109, 118, 0.1);
}

.resources-filtro-dropdown .dropdown-toggle {
  color: rgba(32, 32, 32, 0.5);
  background-color: #FFF;
  border-bottom: 1px solid #EFF0F1;
}

.resources-filtro-dropdown .dropdown-toggle .caret {
  opacity: 0.4;
  background-image: url("img/icono-dropdown-negro.svg");
}

.resources-filtro-dropdown .dropdown-menu {
  min-width: 100%;
}

.resources-filtro-dropdown:hover .dropdown-toggle {
  background-color: #EFF0F1;
}

.resources-filtro-dropdown.open .dropdown-toggle {
  background-color: #DDD;
}

.form-resource-search .form-group {
  margin-bottom: 0;
}

.form-resource-search .form-group:after {
  content: '';
  display: block;
  clear: both;
}

.form-resource-search .form-control, .form-resource-search .btn-filtro-buscar {
  display: inline-block;
  float: left;
}

.form-resource-search .form-control {
  z-index: 10;
  position: relative;
  min-height: 47px;
  width: calc(100% - 47px);
  font-size: 14px;
  line-height: 17px;
  border-color: #FFF;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
}

.form-resource-search .form-control:focus {
  border-color: #FFA92D;
  outline-color: #FFA92D;
  -webkit-box-shadow: inset 0 1px 1px transparent, 0 0 8px #FFA92D;
  box-shadow: inset 0 1px 1px transparent, 0 0 8px #FFA92D;
}

.form-resource-search.focus .btn-filtro-buscar {
  -webkit-box-shadow: inset 0 1px 1px transparent, 0 0 8px #FFA92D;
  box-shadow: inset 0 1px 1px transparent, 0 0 8px #FFA92D;
}

.btn-filtro-buscar {
  width: 47px;
  height: 47px;
  background-color: #FFA92D;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("img/icono-buscar-blanco.svg");
  background-size: 12px;
}

.btn-filtro-buscar:hover {
  background-color: #f99300;
}

.contenedor-resources {
  /*padding-bottom: 70px;*/
}

.contenedor-resources .separador-year {
  position: relative;
  margin-top: 18px;
  margin-bottom: 27px;
  color: rgba(32, 32, 32, 0.5);
  font-size: 11px;
  line-height: 13px;
  letter-spacing: 2px;
}

.contenedor-resources .separador-year:after {
  content: '';
  display: block;
  position: absolute;
  width: calc(100% - (35px + 15px));
  height: 1px;
  top: 5px;
  right: 0;
  background-color: #D8D8D8;
}

.contenedor-loadmore {
  .margin-top: 40px;
}

#moreNews .contenedor-paginacion {
    margin-bottom: 40px;
}

.blog-post-resource, .blog-post-file {
  display: block;
  margin-bottom: 30px;
  background-color: #FFF;
}

.blog-post-resource .blog-post-resource-img-contenedor, .blog-post-file .blog-post-resource-img-contenedor {
  position: relative;
  overflow: hidden;
  display: block;
}

.blog-post-resource .blog-post-resource-img-contenedor:before, .blog-post-file .blog-post-resource-img-contenedor:before {
  content: '';
  display: block;
  padding-top: 61.0687022901%;
}

.blog-post-resource .blog-post-resource-img-contenedor .blog-post-resource-img, .blog-post-file .blog-post-resource-img-contenedor .blog-post-resource-img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #656D76;
  -ms-transform: rotate(0.01deg) scale(1.01);
  transform: rotate(0.01deg) scale(1.01);
  background-repeat: no-repeat;
  background-position: center;
  -o-background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.blog-post-resource .blog-post-resource-img-contenedor:hover .blog-post-resource-img, .blog-post-file .blog-post-resource-img-contenedor:hover .blog-post-resource-img {
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.blog-post-resource {
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-box-shadow: 0px 4px 50px -10px rgba(157, 168, 179, 0);
  -moz-box-shadow: 0px 4px 50px -10px rgba(157, 168, 179, 0);
  box-shadow: 0px 4px 50px -10px rgba(157, 168, 179, 0);
}

.blog-post-resource .blog-post-resource-info-contenedor {
  padding: 13px 15px 14px;
}

.blog-post-resource .blog-post-resource-info {
  margin-bottom: 9px;
}

.blog-post-resource .blog-post-resource-info:after {
  content: '';
  display: block;
  width: 20px;
  height: 1px;
  margin-top: 9px;
  background-color: rgba(101, 109, 118, 0.2);
}

.blog-post-resource .blog-post-resource-titulo {
  color: #2F557F;
}

.blog-post-resource .blog-post-resource-titulo a {
  color: inherit;
}

.blog-post-resource .blog-post-resource-titulo a:hover {
  color: rgba(47, 85, 127, 0.5);
}

.blog-post-resource .post-categoria {
  color: #656D76;
  font-size: 12px;
  letter-spacing: 0;
  text-transform: none;
}

.blog-post-resource .post-categoria:hover {
  color: rgba(101, 109, 118, 0.5);
}

.blog-post-resource .blog-post-resource-bottom-contenedor {
  height: 78px;
}

.blog-post-resource:hover {
  -webkit-box-shadow: 0px 4px 50px -10px rgba(157, 168, 179, 0.8);
  -moz-box-shadow: 0px 4px 50px -10px rgba(157, 168, 179, 0.8);
  box-shadow: 0px 4px 50px -10px rgba(157, 168, 179, 0.8);
}

.blog-post-resource-titulo {
  max-height: 52px;
  margin-top: 0;
  margin-bottom: 0;
  color: #656D76;
  font-size: 18px;
  line-height: 26px;
}

.blog-post-resource-titulo a {
  display: block;
  color: #656D76;
}

.blog-post-resource-titulo a:hover {
  color: rgba(101, 109, 118, 0.5);
}

.blog-post-resources-number {
  margin-top: 6px;
  font-size: 10px;
  line-height: 20px;
  text-transform: uppercase;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.resource-fecha {
  margin-bottom: 4px;
  color: rgba(32, 32, 32, 0.5);
  font-size: 10px;
  line-height: 20px;
  letter-spacing: 1px;
  text-transform: uppercase;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.home-resources-contenedor {
  position: relative;
  margin-top: 20px;
}

.home-resources-contenedor .blog-post-resource .blog-post-resource-bottom-contenedor {
  height: 52px;
}

.home-resources-contenedor .slick-next, .home-resources-contenedor .slick-prev {
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 13px 25px;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.home-resources-contenedor .slick-next:before, .home-resources-contenedor .slick-prev:before {
  content: none;
}

.home-resources-contenedor .slick-next.slick-disabled, .home-resources-contenedor .slick-prev.slick-disabled {
  opacity: 0.2;
}

.home-resources-contenedor .slick-next.slick-disabled:hover, .home-resources-contenedor .slick-prev.slick-disabled:hover {
  opacity: 0.2;
}

.home-resources-contenedor .slick-next, .home-resources-contenedor .slick-prev, .home-resources-contenedor .btns-calendario-separador {
  top: -50px;
}

.home-resources-contenedor .btns-calendario-separador {
  position: absolute;
  right: 45px;
}

.home-resources-contenedor .slick-prev {
  left: auto;
  right: 88px;
  background-image: url("img/icono-flecha-gris-izq.svg");
}

.home-resources-contenedor .slick-next {
  right: 15px;
  background-image: url("img/icono-flecha-gris-der.svg");
}

#main-resources, .loading-gif {
  float: left;
  width: 100%;
}

.search-container {
  display: none;
}

/* ------------------------- RESOURCES - DETAIL --------------------------- */
.hero-resources-project:before {
  content: '';
  display: block;
  padding-top: 43.75%;
}

.body-gris {
  background-color: #F8F8F9;
}

.body-gris .contenedor-mt-negativo, .body-gris .post-info-superior {
  background-color: #F8F8F9;
}

.resource-project-contenedor {
  margin-bottom: 30px;
}

.resource-project-contenedor .post-info-superior {
  margin-bottom: 0;
  padding-bottom: 40px;
  padding-top: 24px;
  text-align: center;
}

.resource-project-contenedor .post-info-superior .post-categoria {
  display: inline-block;
  margin-top: 0;
}

.resource-project-contenedor .resource-fecha {
  font-size: 11px;
  margin-bottom: 0;
}

.resource-project-contenedor .post-titulo {
  margin-top: 8px;
  margin-bottom: 24px;
}

.resource-project-contenedor .project-description {
  margin-top: 1px;
  margin-bottom: 49px;
}

.project-files-encabezado {
  margin-bottom: 40px;
  padding-top: 40px;
  border-top: 1px solid rgba(101, 109, 118, 0.15);
}

.blog-post-file .blog-post-resource-info {
  padding: 13px 15px 14px;
  height: 150px; /*dgc*/
  font-size: 12px;
  line-height: 19px;
}

.blog-post-file .resource-fecha {
  margin-bottom: 13px;
}

.blog-post-file .file-titulo {
  overflow: hidden;
  max-height: 52px;
  color: #202020;
  font-size: 18px;
  font-weight: 300;
  line-height: 26px;
  margin-bottom: 12px;
}

.blog-post-file .icono-archivo {
  z-index: 2;
  max-height: 45px;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  margin-right: auto;
  margin-left: auto;
  right: 0;
  left: 0;
}

.blog-post-file .blog-post-file-bottom {
  border-top: 1px solid #EEF0F1;
}

.blog-post-file .blog-post-file-bottom:after {
  content: '';
  display: block;
  clear: both;
}

.blog-post-file .blog-post-file-bottom .btn-file-download, .blog-post-file .blog-post-file-bottom .btn-file-share {
  float: left;
  width: 50%;
  font-size: 10px;
  line-height: 12px;
}

.blog-post-file .blog-post-file-bottom .btn-file-download {
  border-right: 1px solid #EEF0F1;
}

.blog-post-file .blog-post-file-bottom .btn-file-share {
  color: #FFA92D;
}

.blog-post-file .blog-post-file-bottom .btn-file-share:before {
  background-image: url("img/icono-share-amarillo.svg");
}

.btn-file-download, .btn-file-share {
  position: relative;
  display: inline-block;
  padding: 17px 10px 19px;
  background-color: #FFF;
  color: #2F557F;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 1px;
  text-align: center;
  text-transform: uppercase;
}

.btn-file-download:before, .btn-file-share:before {
  content: '';
  position: relative;
  display: inline-block;
  height: 14px;
  margin-right: 8px;
  background-repeat: no-repeat;
  background-position: center;
  -o-background-size: contain;
  -moz-background-size: contain;
  -webkit-background-size: contain;
  background-size: contain;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.btn-file-download:hover, .btn-file-share:hover {
  background-color: #EFF0F0;
}

.btn-file-download:before {
  top: 1px;
  width: 11px;
  background-image: url("img/icono-download.svg");
}

.btn-file-download.btn-download-borde:after {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 5px;
  left: 0;
  bottom: 0;
  background-color: #FFA92D;
}

.btn-file-share:before {
  top: 2px;
  width: 16px;
  background-image: url("img/icono-share.svg");
}

.resources-files-not-found {
  padding-top: 20px;
  padding-bottom: 26px;
}

/* -------------------------- RESOURCES - FILE ---------------------------- */
.file-encabezado {
  margin-top: 44px;
  margin-bottom: 30px;
  padding-bottom: 21px;
  border-bottom: 1px solid rgba(101, 109, 118, 0.15);
}

.file-titulo, .file-project {
  margin-top: 0;
}

.file-project {
  margin-bottom: 7px;
  color: rgba(101, 109, 118, 0.5);
  font-size: 20px;
  line-height: 25px;
  letter-spacing: -0.5px;
}

.file-titulo {
  margin-bottom: 0;
  color: #656D76;
  font-size: 20px;
  line-height: 30px;
}

.file-titulo a {
  color: inherit;
}

.file-titulo a:hover {
  color: rgba(101, 109, 118, 0.5);
}

.file-contenedor-externo {
  margin-bottom: 30px;
  padding: 10px;
  background-color: rgba(47, 85, 127, 0.03);
}

.file-contenedor-interno {
  padding: 10px;
  background-color: #FFF;
  text-align: center;
}

.file-contenedor-interno.file-icon-contenedor {
  padding-top: 60px;
  padding-bottom: 60px;
}

.file-contenedor-interno .icono-archivo-detalle {
  max-height: 80px;
}

.file-btns-contenedor {
  margin-bottom: 50px;
}

.file-btns-contenedor .btn-file-download, .file-btns-contenedor .btn-file-share {
  display: block;
  border: 1px solid #EFF0F0;
}

.file-btns-contenedor .btn-file-download {
  position: relative;
  margin-bottom: 0px;
}

/* ----------------------------- ABOUT - SDA ------------------------------ */
.acerca-descripcion {
  color: #656D76;
  font-size: 14px;
  line-height: 24px;
}

.about-contenedor-info {
  max-width: 970px;
  margin-right: 0;
  margin-bottom: 30px;
  padding: 19px 15px 30px;
  background-color: #FFF;
  box-shadow: 0px 0px 40px 0px rgba(101, 109, 118, 0.3);
}

.about-contenedor-info ul, .about-contenedor-info ol {
  padding-left: 30px;
}

.about-contenedor-info .encabezado-mediano {
  margin-bottom: 18px;
}

.about-contenedor-info .acerca-descripcion {
  margin-bottom: 17px;
}

.about-contenedor-info .separador-flotante {
  margin-top: 20px;
  margin-left: auto;
  margin-right: -15px;
}

.about-history-img-grande, .about-history-img-cuadro, .about-history-img-rectangulo {
  background-repeat: no-repeat;
  background-position: center;
  -o-background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  background-color: #656D76;
}

.about-history-img-grande:before, .about-history-img-cuadro:before, .about-history-img-rectangulo:before {
  content: '';
  display: block;
}

.about-history-img-cuadro {
  max-width: 440px;
}

.about-history-img-cuadro:before {
  padding-top: 109.0909090909%;
}

.about-history-img-rectangulo {
  max-width: 460px;
}

.about-history-img-rectangulo:before {
  padding-top: 65.5021834061%;
}

.about-history-img-grande {
  max-width: 640px;
}

.about-history-img-grande:before {
  padding-top: 79.6875%;
}

.about-sda-history, .about-church, .about-statements {
  padding-top: 60px;
  padding-bottom: 60px;
}

.about-sda-history-contenedor .acerca-descripcion p {
  margin-bottom: 17px;
}

.about-sda-history-contenedor .acerca-descripcion ol, .about-sda-history-contenedor .acerca-descripcion ul {
  margin-bottom: 0;
}

.about-statements {
  background-repeat: no-repeat;
  background-position: center;
  -o-background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  background-color: rgba(255, 169, 45, 0.1);
  background-image: url("img/background-statements.png");
  text-align: center;
}

.about-statements .encabezado-mediano {
  margin-top: 20px;
  margin-bottom: 17px;
}

.about-statements .acerca-descripcion {
  max-width: 450px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 33px;
}

.about-church {
  overflow: hidden;
  position: relative;
}

.about-church:after, .about-church:before {
  content: '';
  z-index: -1;
  opacity: 0.1;
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  -o-background-size: contain;
  -moz-background-size: contain;
  -webkit-background-size: contain;
  background-size: contain;
}

.about-church:before {
  background-image: url("img/icono-files.svg");
}

.about-church:after {
  background-image: url("img/icono-files-lupa.svg");
}

.about-church-manual .encabezado-mediano {
  margin-top: 13px;
  margin-bottom: 30px;
  text-align: center;
}

.about-church-manual .about-church-manual-text-contenedor {
  overflow: hidden;
  position: relative;
  max-height: 500px;
  margin-bottom: 39px;
}

.about-church-manual .about-church-manual-text-contenedor:after {
  content: '';
  display: block;
  z-index: 1;
  position: absolute;
  width: 100%;
  height: 100px;
  left: 0;
  bottom: 0;
  background: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.8) 50%, #FFF);
  background: -o-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.8) 50%, #FFF);
  background: -moz-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.8) 50%, #FFF);
  background: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.8) 50%, #FFF);
}

.about-church-links-contenedor {
  text-align: center;
}

.about-church-links-contenedor .contenedor-btns-50 {
  margin-bottom: 28px;
}

.about-church-links-contenedor .contenedor-btns-50:after {
  content: '';
  display: block;
  clear: both;
}

.about-church-links-contenedor .contenedor-btns-50 .btn-general {
  display: inline-block;
  float: left;
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
}

.about-church-links-contenedor .contenedor-btns-50 .btn-download {
  margin-top: -1px;
}

.btn-more .icono-mas {
  position: relative;
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-right: 8px;
}

.btn-more .icono-mas:before, .btn-more .icono-mas:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  margin-right: auto;
  margin-left: auto;
  right: 0;
  left: 0;
  background-color: #FFA92D;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.btn-more .icono-mas:before {
  width: 12px;
  height: 2px;
}

.btn-more .icono-mas:after {
  width: 2px;
  height: 12px;
}

.btn-more:hover .icono-mas:before, .btn-more:hover .icono-mas:after {
  background-color: #FFF;
}

.btn-download:before, .txt-download:before {
  content: '';
  display: inline-block;
  position: relative;
  top: 2px;
  margin-right: 9px;
  width: 11px;
  height: 14px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 11px 14px;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.btn-download {
  padding-top: 19px;
}

.btn-download:before {
  background-image: url("img/icono-download-amarillo.svg");
}

.btn-download:hover:before {
  background-image: url("img/icono-download-blanco.svg");
}

.txt-download {
  display: inline-block;
  color: #2F557F;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.txt-download:before {
  background-image: url("img/icono-download.svg");
}

.txt-download:hover {
  color: rgba(47, 85, 127, 0.5);
}

.txt-download:hover:before {
  opacity: 0.5;
}

.about-beliefs {
  padding-bottom: 60px;
}

.about-church-beliefs {
  padding-top: 39px;
}

.separador-flotante {
  width: 150px;
  height: 1px;
  background-color: #2F557F;
}

/* ---------------------------- ADVENTIST-IAD ----------------------------- */
.hashtag-container {
  padding-top: 40px;
  background-color: #F8F8F9;
}

.hashtag-container .ff-stream {
  padding-top: 0;
  padding-bottom: 60px;
}

.hashtag-container .ff-stream-wrapper {
  margin-top: 50px;
  margin-right: 0;
  margin-left: 0;
}

.hashtag-container .ff-filter-holder:first-child, .hashtag-container .ff-filter-holder {
  margin-top: 0;
  margin-bottom: 0;
}

.hashtag-container .ff-filter-holder {
  height: auto;
}

.hashtag-container .ff-filter-holder:before {
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #b2bbc4;
}

.hashtag-container .ff-filter-holder .ff-type-all {
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.hashtag-container .ff-filter-holder .ff-filter {
  min-width: 44px;
  height: 44px;
  margin-right: 10px;
  margin-left: 10px;
  line-height: 44px;
}

.hashtag-container .ff-filter-holder .ff-filter, .hashtag-container .ff-filter-holder .ff-search input {
  border-radius: 0 !important;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.hashtag-container .ff-filter-holder .ff-search {
  position: relative;
}

.hashtag-container .ff-filter-holder .ff-search:after {
  content: '';
  width: 15px;
  height: 100%;
  top: 0;
  right: 15px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("img/icono-buscar.svg");
  background-size: 15px;
}

.hashtag-container .ff-filter-holder .ff-search input {
  border: 1px solid #CDCDCD;
  height: 44px !important;
  padding: 14px 45px 15px 14px !important;
  color: #656D76;
  font-size: 14px;
  line-height: 17px;
}

.hashtag-container .ff-filter-holder .ff-search input:focus {
  border-color: #FFA92D;
}

.hashtag-container .ff-upic-round .picture-item__inner {
  border-radius: 0;
}

.hashtag-container .ff-sc-label1 .ff-icon-inner {
  padding: 6px 9px 6px 10px;
  border-radius: 2px;
}

.hashtag-container .ff-item-cont h4 {
  display: none;
}

.hashtag-container .ff-item-cont .ff-content {
  margin-top: calc(14% + 14px);
}

.hashtag-container .ff-loadmore-wrapper .ff-btn {
  height: auto;
  padding: 10px 15px 10px 0;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0;
  color: #FFA92D;
  background-color: #FFF !important;
  font-size: 14px;
  line-height: 36px;
  text-align: center;
  text-transform: uppercase;
  border: 1px solid #FFA92D;
  box-shadow: 2px 2px 3px rgba(101, 109, 118, 0.2);
  border-radius: 0;
}

.hashtag-container .ff-loadmore-wrapper .ff-btn:before {
  content: '';
  display: inline-block;
  width: 52px;
  height: 36px;
  float: left;
  margin-right: 15px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 12px;
  background-image: url("img/icono-mas-naranja.svg");
  border-right: 1px solid #FFA92D;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.hashtag-container .ff-loadmore-wrapper .ff-btn:hover {
  color: #FFF;
  background-color: #FFA92D !important;
  box-shadow: 2px 6px 6px rgba(101, 109, 118, 0.2);
}

.hashtag-container .ff-loadmore-wrapper .ff-btn:hover:before {
  border-color: #FFF;
  background-image: url("img/icono-mas-blanco.svg");
}

.hashtag-container .ff-loadmore-wrapper .ff-btn:focus {
  color: #FFA92D;
  background-color: #FFF !important;
}

.hashtag-container .ff-loadmore-wrapper .ff-btn:active {
  box-shadow: 2px 2px 3px rgba(101, 109, 118, 0.2);
}

.ff-filter-holder:before {
  position: absolute;
  content: '';
  height: 1px;
  background: #CDCDCD;
  top: 15px;
  left: 0;
  width: 100%;
  z-index: 0;
}

.ff-nav-info-keys, .ff-share-wrapper {
  display: none;
}

/* ----------------------------- ABOUT - IAD ------------------------------ */
.about-numbers-container .encabezado-mediano {
  margin-bottom: 11px;
}

.about-numbers-container .acerca-descripcion {
  margin-bottom: 13px;
}

.dia-numbers-slider {
  margin-right: -15px;
  margin-left: -15px;
}

.dia-numbers-slider:after {
  content: '';
  display: block;
  clear: both;
}

.dia-numbers-bloque {
  position: relative;
  width: 220px;
  height: 220px;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 15px;
  background-color: #FFF;
  box-shadow: 0 0 15px 0 rgba(101, 109, 118, 0.15);
}



.dia-numbers-bloque .dia-number-info {
  padding-right: 15px;
  padding-left: 15px;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
  
}

.dia-numbers-bloque .dia-number-big {
  display: block;
  margin-bottom: 14px;
  color: #FFA92D;
  font-size: 80px;
  line-height: 1;
}

.dia-numbers-bloque .dia-numbers-description {
  max-width: 190px;
  margin-top: 18px;
  margin-right: auto;
  margin-left: auto;
  color: #656D76;
  font-size: 14px;
  line-height: 24px;
}

.dia-numbers-bloque .separador-general {
  width: 50px;
}

.about-leadership-container, .iad-who-container, .about-departments, .about-numbers-container {
  padding-top: 50px;
}

.about-leadership-container .encabezado-mediano, .iad-who-container .encabezado-mediano, .about-departments .encabezado-mediano, .about-numbers-container .encabezado-mediano {
  margin-top: 18px;
}

.about-leadership-container {
    padding-bottom: 30px;
}

.about-leadership-container .encabezado-mediano {
  margin-bottom: 13px;
}

.leadership-tabs .nav-tabs {
  margin-bottom: 24px;
  margin-right: -15px;
  margin-left: -15px;
  border: none;
}

.leadership-tabs .nav-tabs li {
  width: 33.33333%;
}

.leadership-tabs .nav-tabs li a {
  margin: 0;
  padding: 10px 5px 0;
  color: rgba(47, 85, 127, 0.5);
  font-size: 12px;
  line-height: 22px;
  text-transform: uppercase;
  border-radius: 0;
}

.leadership-tabs .nav-tabs li a:after {
  content: '';
  display: block;
  width: 30%;
  height: 2px;
  margin-top: 8px;
  margin-right: auto;
  margin-left: auto;
  background-color: rgba(255, 169, 45, 0);
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.leadership-tabs .nav-tabs li a:hover {
  color: #2F557F;
}

.leadership-tabs .nav-tabs li a:hover:after {
  width: 55%;
  background-color: rgba(47, 85, 127, 0.3);
}

.leadership-tabs .nav-tabs li a, .leadership-tabs .nav-tabs li a:hover, .leadership-tabs .nav-tabs li a:focus {
  background-color: rgba(255, 255, 255, 0);
  border: none;
}

.leadership-tabs .nav-tabs li.active a {
  color: #2F557F;
}

.leadership-tabs .nav-tabs li.active a:after {
  width: 55%;
  background-color: #FFA92D;
}

.leadership-description, .countries-list, .institutions-list, .unions-list {
  color: #656D76;
  font-size: 14px;
  line-height: 24px;
}

.countries-list, .institutions-list, .unions-list {
  padding-left: 20px;
}

.countries-list, .institutions-list, .unions-list {
  margin-bottom: 0;
}

.unions-list, .institutions-list {
  color: #656D76;
}

.encabezado-uniones {
  margin-top: 16px;
}

.encabezado-countries {
  margin-bottom: 16px;
}

.countries-list li {
  margin-bottom: 5px;
}

.unions-list {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  line-height: 32px;
}

.unions-list li {
  position: relative;
  padding-left: 20px;
}

.unions-list li .union-identificador {
  display: block;
  position: absolute;
  top: 12px;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #656D76;
}

.unions-list li a {
  color: #2F557F;
}

.unions-list li a:hover {
  color: rgba(47, 85, 127, 0.5);
}

.unions-list li a:after {
  content: '';
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-left: 12px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("img/icono-link-amarillo.svg");
  background-size: 12px;
}

.leadership-description {
  margin-bottom: 23px;
}

.leadership-description p {
  margin-bottom: 22px;
}

.leadership-description p:last-child {
  margin-bottom: 0;
}

.team-members-slider {
  margin-top: 30px;
  margin-right: -15px;
  margin-left: -15px;
}

.team-members-slider:after {
  content: '';
  display: block;
  clear: both;
}

.team-member-contenedor {
  width: 190px;
  display: inline-block;
  float: left;
  margin-bottom: 50px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 5px;
  padding-left: 5px;
  text-align: center;
}

.team-member-contenedor:hover{outline: none;}

.team-member-contenedor:focus{outline: none;}


.team-member-contenedor .separador-general {
  width: 20px;
}

.team-member-contenedor.team-member-destacado .team-member-img {
  border-color: #FAD8A7;
}

.team-member-contenedor.team-member-destacado .team-member-nombre, .team-member-contenedor.team-member-destacado .team-member-cargo {
  color: #2F557F;
}

.team-member-img {
  width: 150px;
  height: 150px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 14px;
  background-color: #656D76;
  background-repeat: no-repeat;
  background-position: center;
  -o-background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  background-image: url("img/member-default.png");
  border: 5px solid #F8F8F9;
  border-radius: 50%;
}

.team-member-nombre, .team-member-cargo {
  margin-top: 0;
  color: #656D76;
}

.team-member-nombre {
  margin-bottom: 5px;
  font-size: 14px;
  line-height: 24px;
}

.team-member-cargo {
  margin-bottom: 12px;
  font-size: 11px;
  line-height: 17px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.team-members-extra {
  margin-bottom: 39px;
  text-align: left;
}

.team-members-extra:last-child {
  margin-bottom: 0;
}

.team-members-extra .encabezado-chico {
  margin-bottom: 7px;
  font-size: 11px;
  line-height: 18px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.team-members-extra .team-members-extra-txt {
  color: #656D76;
  font-size: 14px;
  line-height: 24px;
}

.iad-who-container {
  margin-bottom: 23px;
}

.iad-who-container .encabezado-mediano {
  margin-bottom: 42px;
}

.contenedor-uniones {
  position: relative;
  margin-bottom: 37px;
  margin-right: auto;
  margin-left: auto;
}

.institutions-container {
  padding-bottom: 63px;
}

.institutions-container .encabezado-separador {
  margin-bottom: 16px;
}

.institutions-list li {
  margin-bottom: 16px;
}

.institutions-list li:last-child {
  margin-bottom: 0;
}

.about-departments {
  text-align: center;
}

.about-departments .encabezado-mediano {
  margin-bottom: 29px;
}

.about-departments-container:after {
  content: '';
  display: block;
  clear: both;
}

.department-bloque {
  position: relative;
  display: inline-block;
  float: left;
  width: 50%;
}

.department-bloque:before {
  content: '';
  display: block;
  padding-top: 100%;
}

.department-bloque .department-info {
  z-index: 3;
  max-width: 200px;
  padding: 0 15px;
  color: #FFF;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  margin-right: auto;
  margin-left: auto;
  right: 0;
  left: 0;
  text-transform: uppercase;
}

.department-bloque .department-info h4 {
  font-size: 12px;
  line-height: 22px;
}

/* ---------------------------- DEPARTMENTS ------------------------------- */
.slick-initialized .slick-slide {
    margin: 0 15px;
}

.hero-department .hero-info-contenedor {
  padding-bottom: 40px;
}

.hero-department .hero-titulo {
  line-height: 48px;
}

.hero-department .hero-subtitulo {
  margin-top: 0;
  margin-bottom: 7px;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 5px;
  text-transform: uppercase;
}

.department-contenedor {
  margin-bottom: 60px;
}

.department-contenedor .contenedor-cuerpo-post {
  color: #656D76;
}

.department-members:after {
  content: '';
  display: block;
  clear: both;
}

.department-members-container {
  z-index: 1;
  position: relative;
  margin-top: -50px;
  margin-bottom: 31px;
  padding-bottom: 35px;
  text-align: center;
  border-bottom: 1px solid rgba(101, 109, 118, 0.2);
}

.department-members-container .team-member-contenedor {
  max-width: 150px;
  margin-bottom: 0;
  vertical-align: top;
}

.department-members-container .team-member-img {
  width: 100px;
  height: 100px;
  margin-bottom: 0;
  border: 4px solid #FFF;
}

.department-members-container .team-member-cargo {
  margin-bottom: 0;
}

.department-projects-related-contenedor .encabezado-chico-gris {
  margin-bottom: 20px;
}

.department-resource {
  margin-bottom: 30px;
}

.department-resource:after {
  content: '';
  display: block;
  clear: both;
}

.department-resource:last-child {
  margin-bottom: 0;
}

.department-resource .department-project-info-container {
  overflow: hidden;
  position: relative;
  width: calc(100% - 100px);
  height: 100px;
  background-color: #FFFFFF;
}

.department-resource .department-project-img, .department-resource .department-project-info-container {
  display: inline-block;
  float: left;
}

.department-resource .department-project-img {
  width: 100px;
  height: 100px;
}

.department-resource .department-project-info {
  width: 100%;
  padding: 15px;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.department-docs-related-contenedor, .department-events-contenedor, .department-projects-related-contenedor {
  margin-top: 30px;
  padding-top: 35px;
  border-top: 1px solid rgba(101, 109, 118, 0.2);
}

.department-docs-list, .department-events-list {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

.department-docs-list {
  padding-top: 24px;
}

.department-docs-list li {
  margin-bottom: 15px;
}

.department-docs-list li:last-child {
  margin-bottom: 0;
}

.department-docs-list .department-doc-related {
  display: inline-block;
  font-size: 14px;
}

.link-icon {
  position: relative;
  display: inline-block;
  padding-left: 40px;
  color: #2F557F;
  line-height: 30px;
}

.link-icon:after {
  content: '';
  display: block;
  clear: both;
}

.link-icon:before {
  content: '';
  position: absolute;
  display: inline-block;
  width: 30px;
  height: 30px;
  top: 0;
  left: 0;
  float: left;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("img/icono-link.svg");
  background-size: 13px;
  border: 1px solid #E0E2E4;
  border-radius: 50%;
}

.link-icon .texto-resaltado, .link-icon:before {
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.link-icon:hover {
  color: rgba(47, 85, 127, 0.5);
}

.link-icon:hover .texto-resaltado {
  color: rgba(255, 169, 45, 0.5);
}

.link-icon:hover:before {
  background-color: rgba(47, 85, 127, 0.2);
}

.department-events-contenedor .encabezado-chico-gris {
  margin-bottom: 11px;
}

.department-events-contenedor .nav-tabs {
  margin-bottom: 25px;
  border-bottom: 0;
}

.department-events-contenedor .nav-tabs > li:first-child {
  margin-right: 50px;
}

.department-events-contenedor .nav-tabs > li > a {
  margin-right: 0;
  padding: 8px 10px;
  color: rgba(47, 85, 127, 0.7);
  background-color: rgba(0,0,0,0);
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 2px;
  border: none;
  border-bottom: 2px solid rgba(0,0,0,0);
  border-radius: 0;
  text-transform: uppercase;
}

.department-events-contenedor .nav-tabs > li.active > a, .department-events-contenedor .nav-tabs > li.active > a:hover, .department-events-contenedor .nav-tabs > li.active > a:focus {
  color: #2F557F;
  border-top: 0;
  border-right: 0;
  border-left: 0;
  font-weight: 700;
  border-bottom: 2px solid #FFA92D;
  background: rgba(0,0,0,0);
}

.department-events-list li {
  margin-bottom: 14px;
}

.department-events-list li:last-child {
  margin-bottom: 0;
}

.department-events-list li a {
  display: inline-block;
  font-size: 14px;
  line-height: 24px;
  color: #2F557F;
}

.department-events-list li a:hover {
  color: rgba(47, 85, 127, 0.5);
}

.mapa-uniones {
    margin-bottom: 25px;
}
/* ------------------------------ CONTACTO -------------------------------- */
.contact-container {
  padding-top: 50px;
  padding-bottom: 50px;
}

.dia-form br {
  display: none;
}

.dia-form > p {
  margin-bottom: 0;
  text-align: center;
}

.dia-form .form-group {
  margin-bottom: 27px;
}

.dia-form .form-group.form-group-comments .form-control, .dia-form .form-group.form-group-select .form-control {
  padding: 12px 20px;
  border: 1px solid #B2B6BB;
}

.dia-form .form-group.form-group-comments .form-control:focus, .dia-form .form-group.form-group-select .form-control:focus {
  border-color: #FFA92D;
}

.dia-form .form-group.form-group-select .form-control {
  max-width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("img/icono-select.svg");
  background-size: 11px 6px;
  background-position: calc(100% - 20px) 50%;
}

.dia-form .form-group.form-group-select .chosen-container {
  padding: 0;
}

.dia-form .form-group.form-group-select .chosen-container.chosen-container-active {
  border-color: #FFA92D;
}

.dia-form .form-group.form-group-select .chosen-container .chosen-single {
  display: block;
  height: auto;
  padding: 17px 20px;
  background: none;
  font-size: 16px;
  line-height: 19px;
  border: none;
  border-radius: 0;
  box-shadow: none;
}

.dia-form .form-group.form-group-select .chosen-container .chosen-single div {
  display: none;
}

.dia-form .form-group.form-group-select .chosen-container .chosen-drop {
  margin-top: 1px;
  border-radius: 0;
  box-shadow: none;
}

.dia-form .form-group.form-group-select .chosen-container .chosen-drop .chosen-results {
  margin: 0;
  padding-left: 0;
}

.dia-form .form-group.form-group-select .chosen-container .chosen-drop .chosen-results li {
  color: #656D76;
  line-height: 19px;
  background-image: none;
}

.dia-form .form-group.form-group-select .chosen-container .chosen-drop .chosen-results .highlighted {
  color: #202020;
  background-color: #FFF;
}

.dia-form .form-group.form-group-select .chosen-container .chosen-drop .chosen-results .result-selected {
  color: rgba(101, 109, 118, 0.5);
}

.dia-form label {
  display: block;
  margin-bottom: 5px;
  color: #656D76;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.dia-form .form-control {
  min-height: 54px;
  padding: 12px 0;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #B2B6BB;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
}

.dia-form .form-control:focus {
  border-color: #FFA92D;
}

.dia-form .btn-general {
  display: block;
  width: 100%;
  margin-top: 30px;
}

.dia-form .wpcf7-not-valid-tip {
  display: none;
}

.dia-form .wpcf7-not-valid {
  border-color: #C94747 !important;
}

.dia-form .wpcf7-response-output {
  position: relative;
  margin: 0;
  padding: 19px 15px 17px 45px;
  color: #FFF;
  background-color: #2CC791;
  font-size: 12px;
  line-height: 16px;
  border: none;
  text-align: left;
}

.dia-form .wpcf7-response-output:before {
  content: '';
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  top: 15px;
  left: 15px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px;
  background-image: url("img/icono-contacto-correcto.svg");
}

.dia-form .wpcf7-validation-errors {
  color: #FFF;
  background-color: #C94747;
}

.dia-form .wpcf7-validation-errors:before {
  background-image: url("img/icono-contacto-error.svg");
}

.wpcf7 .dia-form .ajax-loader {
  background-image: none;
  width: 40px;
  height: 40px;
  margin-right: auto;
  margin-left: auto;
  background-color: #656D76;
  border-radius: 100%;
  -webkit-animation: sk-pulseScaleOut 1s infinite ease-in-out;
  animation: sk-pulseScaleOut 1s infinite ease-in-out;
}

.wpcf7 .dia-form .ajax-loader.is-active {
  margin-top: 30px;
  margin-bottom: 30px;
}

#contact-map-container {
  position: relative;
}

.contact-info {
  padding: 39px 15px 43px;
  background-color: #2F557F;
  color: #FFF;
}

.contact-info .separador-general {
  width: 40px;
  background-color: #FFF;
  margin-left: 0;
}

.encabezado-contacto {
  margin-top: 0;
  margin-bottom: 22px;
  font-size: 50px;
  line-height: 1;
  letter-spacing: -0.43px;
}

.contact-description {
  margin-top: 33px;
  margin-bottom: 18px;
  font-size: 18px;
  line-height: 28px;
}

.contact-info-text {
  position: relative;
  padding-left: 23px;
  font-size: 14px;
  line-height: 28px;
}

.contact-info-text:before {
  content: '';
  display: block;
  position: absolute;
  top: 6px;
  left: 0;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-position: center;
  -o-background-size: contain;
  -moz-background-size: contain;
  -webkit-background-size: contain;
  background-size: contain;
}

.contact-info-text a {
  color: #FFF;
  text-decoration: underline;
}

.contact-info-text a:hover {
  color: rgba(255, 255, 255, 0.5);
}

.contact-address {
  margin-bottom: 12px;
}

.contact-address:before {
  background-image: url("img/icono-ubicacion-amarillo.svg");
}

.contact-tel:before {
  background-image: url("img/icono-telefono-amarillo.svg");
}

.map-contenedor {
  height: 450px;
  background-repeat: no-repeat;
  background-position: center;
  -o-background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  background-color: #656D76;
}

.acf-map {
  width: 100%;
  height: 400px;
  border: #ccc solid 1px;
  margin: 20px 0;
}

.acf-map img {
  max-width: inherit !important;
}

/* -------------------------------- EVENTS -------------------------------- */
.events-list-container {
  margin-bottom: 20px;
}

.hero-event {
  overflow: hidden;
}

.hero-event-image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: center;
  -o-background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}

.calendario-encabezado {
  position: relative;
  margin-top: 50px;
  margin-bottom: 37px;
  text-align: center;
}

.calendario-encabezado .encabezado-mediano {
  margin-top: 0;
  margin-bottom: 0;
}

.calendario-encabezado:after {
  content: '';
  display: block;
  clear: both;
}

.event-detail-mt {
  z-index: 1;
  position: relative;
  margin-top: -90px;
  margin-bottom: 0px;
}

/*.event-card-detail, .event-card {
  background-color: #FFF;
}

.event-card-detail {
  box-shadow: 0 0 30px 0 rgba(101, 109, 118, 0.1);
}*/

.event-card-info-superior:after {
  content: '';
  display: block;
  clear: both;
}

.event-card-info-superior .event-info-container {
  padding: 16px 15px 17px;
  background-color: #F8F8F9;
}

.event-card-info-superior .event-info-container .separador-general {
  width: 30px;
  margin-left: 0;
  margin-bottom: 23px;
  background-color: rgba(101, 109, 118, 0.5);
}

.event-content-container {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(101, 109, 118, 0.2);
}

.evento-mes {
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.evento-dias {
  display: block;
  margin-bottom: 23px;
  color: #656D76;
  font-size: 35px;
  line-height: 1;
}

.evento-titulo {
  margin-top: 0;
  margin-bottom: 10px;
  color: #202020;
  font-size: 25px;
  line-height: 33px;
  letter-spacing: -0.4px;
}

.evento-titulo a {
  color: inherit;
}

.evento-titulo a:hover {
  color: rgba(32, 32, 32, 0.5);
}

.evento-departmento {
  margin-bottom: 20px;
  color: #656D76;
  font-size: 12px;
  line-height: 17px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.evento-departmento a {
  color: #2F557F;
}

.evento-departmento a:hover {
  color: rgba(47, 85, 127, 0.5);
}

.event-card-info-inferior {
  padding-top: 30px;
  /*border-bottom: 1px solid rgba(101, 109, 118, 0.2);*/
}

.event-card-info-inferior .encabezado-extrachico {
  position: relative;
  margin-top: 0;
  margin-bottom: 11px;
}

.event-card-info-inferior .encabezado-horario:before {
  background-image: url("img/icono-reloj-gris.svg");
}

.event-card-info-inferior .encabezado-ubicacion:before {
  background-image: url("img/icono-ubicacion-gris.svg");
}

.event-card-info-inferior .encabezado-links:before {
  background-image: url("img/icono-link.svg");
}

.event-content-container, .event-card-sidebar {
  padding-left: 15px;
  padding-right: 15px;
}

.event-description {
  max-width: 615px;
  margin-bottom: 30px;
}

.event-card-sidebar-item {
  margin-bottom: 30px;
}

.event-card-sidebar-item .encabezado-extrachico {
  position: relative;
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 25px;
}

.event-card-sidebar-item .encabezado-extrachico:before {
  content: '';
  opacity: 0.5;
  display: block;
  position: absolute;
  width: 15px;
  height: 15px;
  top: -1px;
  left: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 15px;
}

.event-card-sidebar-item .event-info-text {
  padding-left: 25px;
}

.event-info-text {
  color: rgba(101, 109, 118, 0.7);
  font-size: 16px;
  line-height: 26px;
}

.event-info-text a {
  display: inline-block;
  margin-bottom: 10px;
}

.events-related-contenedor {
  margin-bottom: 60px;
}

/*.slider-events-related:after {
  content: '';
  display: block;
  clear: both;
}

.slider-events-related.slick-initialized .event-card {
  width: 220px;
}*/

.event-card .img-zoom-container:before {
  content: '';
  display: block;
  padding-top: 61.1111111111%;
}

.event-card .blog-post-fecha {
  margin-bottom: 22px;
  color: #656D76;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.event-card .blog-post-fecha:after {
  content: '';
  display: block;
  width: 40px;
  height: 1px;
  margin-top: 26px;
  background-color: rgba(101, 109, 118, 0.2);
}

.event-card .blog-post-info {
  height: 166px;
  padding: 20px 15px;
  background: #ffffff;
}

.event-card .event-title-card {
  overflow: hidden;
  max-height: 52px;
  margin-top: 0;
  margin-bottom: 0;
  color: rgba(32, 32, 32, 0.6);
  font-size: 16px;
  line-height: 26px;
}

.event-card .event-title-card a {
  color: inherit;
}

.event-card .event-title-card a:hover {
  color: rgba(32, 32, 32, 0.3);
}

.blog-post-evento {
  position: relative;
  margin-bottom: 30px;
  background-color: #F8F8F9;
}

.blog-post-evento:after {
  content: '';
  display: block;
  clear: both;
}

.blog-post-evento .blog-post-evento-img:before {
  content: '';
  display: block;
  padding-top: 65.7894736842%;
}

.blog-post-evento .blog-post-evento-fecha {
  z-index: 1;
  position: relative;
  width: 150px;
  height: 150px;
  margin-top: -75px;
  margin-right: auto;
  margin-left: auto;
  color: #656D76;
  background-color: #FFF;
  text-align: center;
}

.blog-post-evento .blog-post-evento-fecha .fecha-centrada {
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  margin-right: auto;
  margin-left: auto;
  right: 0;
  left: 0;
}

.blog-post-evento .blog-post-evento-fecha .evento-mes {
  margin-bottom: 8px;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 2px;
}

.blog-post-evento .blog-post-evento-fecha .evento-dias {
  margin-bottom: 0;
  color: rgba(101, 109, 118, 0.6);
  font-size: 50px;
  line-height: 1;
}

.blog-post-evento .evento-titulo {
  overflow: hidden;
  max-height: 99px;
  margin-bottom: 15px;
}

.blog-post-evento .blog-post-evento-info {
  padding: 23px 15px 37px;
}

.blog-post-evento .blog-post-evento-ubicacion {
  color: #656D76;
  font-size: 12px;
  line-height: 14px;
}

.blog-post-evento .evento-departmento {
  margin-bottom: 20px;
}

.blog-post-evento .blog-post-evento-ubicacion {
  margin-bottom: 0;
}

#eventos-calendario {
  padding-bottom: 100px;
  border-top: 1px solid rgba(101, 109, 118, 0.2);
}

#eventos-calendario .cal-row-head {
  color: rgba(101, 109, 118, 0.5);
  text-transform: uppercase;
}

#eventos-calendario .cal-month-box, #eventos-calendario .cal-year-box, #eventos-calendario .cal-week-box, #eventos-calendario .cal-year-box .row-fluid, #eventos-calendario .cal-month-box .cal-row-fluid,
#eventos-calendario .cal-year-box [class*="span"], #eventos-calendario .cal-month-box [class*="cal-cell"] {
  border-color: rgba(101, 109, 118, 0.2);
}

#eventos-calendario .cal-month-box, #eventos-calendario .cal-year-box, #eventos-calendario .cal-week-box {
  border-radius: 0;
}

#eventos-calendario .cal-month-box {
  border-top: 2px solid rgba(101, 109, 118, 0.2);
  border-bottom: 2px solid rgba(101, 109, 118, 0.5);
}

#eventos-calendario span[data-cal-date] {
  cursor: default;
  color: #A2A8AD;
  font-size: 25px;
  line-height: 30px;
}

#eventos-calendario .event {
  width: 20px;
  height: 20px;
  margin-right: 5px;
  margin-bottom: 5px;
  border: none;
  border-radius: 50%;
  -webkit-box-shadow: none;
  box-shadow: none;
}

#eventos-calendario #cal-slide-content, #eventos-calendario #cal-slide-tick {
  background-image: none;
}

#eventos-calendario #cal-slide-content {
  background-color: #F9F9F9;
  -webkit-box-shadow: inset 0 0 3px 0 rgba(0, 0, 0, 0.08);
  box-shadow: inset 0 0 3px 0 rgba(0, 0, 0, 0.08);
}

#eventos-calendario #cal-slide-content a.event-item {
  color: #555555;
}

#eventos-calendario .cal-day-outmonth span[data-cal-date] {
  opacity: 0.2;
}

#eventos-calendario .cal-day-today {
  background-color: rgba(101, 109, 118, 0.05);
}

#eventos-calendario .cal-day-today span[data-cal-date] {
  opacity: 1;
}

#eventos-calendario .day-highlight:hover, #eventos-calendario .day-highlight {
  background-color: rgba(255, 169, 45, 0.2);
}

#eventos-calendario .day-highlight.dh-event-success:hover, #eventos-calendario .day-highlight.dh-event-success {
  background-color: rgba(62, 131, 145, 0.2);
}

#eventos-calendario .day-highlight.dh-event-info:hover, #eventos-calendario .day-highlight.dh-event-info {
  background-color: rgba(47, 85, 127, 0.2);
}

#eventos-calendario .day-highlight.dh-event-important:hover, #eventos-calendario .day-highlight.dh-event-important {
  background-color: rgba(32, 32, 32, 0.1);
}

#eventos-calendario .day-highlight.dh-event-special:hover, #eventos-calendario .day-highlight.dh-event-special {
  background-color: rgba(101, 109, 118, 0.2);
}

#eventos-calendario .day-highlight:hover .cal-day-today, #eventos-calendario .day-highlight .cal-day-today,
#eventos-calendario .day-highlight.dh-event-success:hover .cal-day-today, #eventos-calendario .day-highlight.dh-event-success .cal-day-today,
#eventos-calendario .day-highlight.dh-event-info:hover .cal-day-today, #eventos-calendario .day-highlight.dh-event-info .cal-day-today,
#eventos-calendario .day-highlight.dh-event-important:hover .cal-day-today, #eventos-calendario .day-highlight.dh-event-important .cal-day-today,
#eventos-calendario .day-highlight.dh-event-special:hover .cal-day-today, #eventos-calendario .day-highlight.dh-event-special .cal-day-today {
  background-color: transparent;
}

#eventos-calendario .event {
  background-color: #FFA92D;
}

#eventos-calendario .event-success {
  background-color: #3E8391;
}

#eventos-calendario .event-info {
  background-color: #2F557F;
}

#eventos-calendario .event-important {
  background-color: #202020;
}

#eventos-calendario .event-special {
  background-color: #656D76;
}

#eventos-calendario #cal-day-tick {
  line-height: 20px;
}

#eventos-calendario #cal-day-tick .glyphicon-chevron-down {
  font-family: none;
}

#eventos-calendario #cal-day-tick .glyphicon-chevron-down:before {
  content: '';
  display: block;
  width: 12px;
  height: 12px;
  background-image: url("img/icono-dropdown-negro.svg");
  background-repeat: no-repeat;
  background-position: center;
  -o-background-size: contain;
  -moz-background-size: contain;
  -webkit-background-size: contain;
  background-size: contain;
}

.calendario-switch-btns, .calendario-navegacion {
  margin-right: auto;
  margin-left: auto;
}

.calendario-switch-btns:after, .calendario-navegacion:after {
  content: '';
  display: block;
  clear: both;
}

.calendario-switch-btns .btn-eventos-listado, .calendario-switch-btns .btn-eventos-calendario, .calendario-navegacion .btn-eventos-listado, .calendario-navegacion .btn-eventos-calendario {
  display: inline-block;
  float: left;
}

.calendario-switch-btns {
  max-width: 90px;
  margin-bottom: 19px;
}

.calendario-switch-btns .btn-eventos-listado, .calendario-switch-btns .btn-eventos-calendario {
  width: 45px;
  height: 45px;
  border: 1px solid rgba(101, 109, 118, 0.2);
  background-repeat: no-repeat;
  background-position: center;
}

.calendario-switch-btns .btn-eventos-listado:hover, .calendario-switch-btns .btn-eventos-calendario:hover {
  background-color: rgba(101, 109, 118, 0.2);
}

.calendario-switch-btns .btn-eventos-listado.active, .calendario-switch-btns .btn-eventos-calendario.active {
  background-color: #656D76;
  border-color: #656D76;
}

.calendario-switch-btns .btn-eventos-listado {
  background-image: url("img/icono-lista-gris.svg");
  background-size: 16px 15px;
}

.calendario-switch-btns .btn-eventos-listado.active {
  background-image: url("img/icono-lista-blanco.svg");
}

.calendario-switch-btns .btn-eventos-calendario {
  margin-left: -1px;
  background-image: url("img/icono-calendario.svg");
  background-size: 17px 15px;
}

.calendario-switch-btns .btn-eventos-calendario.active {
  background-image: url("img/icono-calendario-blanco.svg");
}

.calendario-navegacion {
  max-width: 103px;
  margin-top: 19px;
}

.btn-calendario-prev, .btn-calendario-next, .btns-calendario-separador {
  display: inline-block;
  float: left;
  height: 30px;
}

.btn-calendario-prev, .btn-calendario-next {
  width: 30px;
  background-size: 13px 25px;
  background-repeat: no-repeat;
  background-position: center;
}

.btn-calendario-prev:hover, .btn-calendario-next:hover {
  opacity: 0.5;
}

.btns-calendario-separador {
  width: 1px;
  margin-right: 21px;
  margin-left: 21px;
  background-color: rgba(101, 109, 118, 0.2);
}

.btn-calendario-prev {
  background-image: url("img/icono-flecha-gris-izq.svg");
}

.btn-calendario-next {
  background-image: url("img/icono-flecha-gris-der.svg");
}

.tooltip.in {
  filter: alpha(opacity=100);
  opacity: 1;
}

.tooltip-inner {
  background-color: rgba(101, 109, 118, 0.9);
  border-radius: 0;
}

.tooltip.top .tooltip-arrow {
  border-top-color: rgba(101, 109, 118, 0.9);
}

.events-empty {
  padding-top: 30px;
  padding-bottom: 60px;
  text-align: center;
}

.events-empty .icono-no-events {
  max-width: 86px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 26px;
}

.events-empty .encabezado-chico, .resources-not-found .encabezado-chico, .resources-files-not-found .encabezado-chico {
  color: rgba(101, 109, 118, 0.5);
}

/* --------------------------------- LIVE --------------------------------- */
.live-container {
  z-index: 1;
  position: relative;
  margin-top: -200px;
  text-align: center;
}

.live-container .hero-titulo {
  margin-bottom: 26px;
}

.video-responsivo {
  margin-bottom: 50px;
}

.more-videos-container {
  margin-bottom: 50px;
}

.more-videos-container .encabezado-mediano {
  margin-top: 19px;
  margin-bottom: 20px;
}

.more-videos-list {
  margin-bottom: 11px;
}

.more-videos-list .video-link-wrapper {
  margin-bottom: 11px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.more-videos-list .video-link-wrapper a {
  display: inline-block;
  color: #2F557F;
  font-size: 14px;
  line-height: 24px;
}

.more-videos-list .video-link-wrapper a:hover {
  color: rgba(47, 85, 127, 0.5);
}

/* -------------------------------- LEGALS -------------------------------- */
.page-content {
  margin-top: 22px;
  margin-bottom: 50px;
}

/* -------------------------------- SEARCH -------------------------------- */
.encabezado-general-contenedor {
  padding-top: 18px;
  padding-bottom: 19px;
  border-bottom: 1px solid rgba(101, 109, 118, 0.2);
  text-align: center;
}

.search-pagination-content {
  margin-bottom: 60px;
}

.search-message-contenedor {
  margin-bottom: 30px;
  padding: 43px 15px;
  color: #656D76;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 2px;
  background-color: #F8F8F9;
  text-align: center;
  text-transform: uppercase;
}

.search-message-contenedor.search-message-not-found {
  margin-top: 30px;
  margin-bottom: 60px;
}

.search-message-contenedor.search-message-not-found .icono-search-not-found {
  max-width: 57px;
  margin-bottom: 15px;
}

.search-blog-post {
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(101, 109, 118, 0.2);
}

.search-blog-post:after {
  content: '';
  display: block;
  clear: both;
}

.search-blog-post:before {
  content: '';
  display: block;
  position: absolute;
  width: 50px;
  height: 3px;
  left: 0;
  bottom: -3px;
  background-color: #2F557F;
}

.search-blog-post .link-icon {
  margin-top: 13px;
}

.search-blog-post-img-container, .search-blog-post-info {
  display: inline-block;
  float: left;
}

.search-blog-post-img-container {
  margin-top: 14px;
  width: 165px;
}

.search-blog-post-info {
  margin-top: 9px;
  width: calc(100% - 165px);
  padding-left: 30px;
}

.blog-post-type {
  margin-bottom: 0;
  color: #656D76;
  font-size: 11px;
  line-height: 20px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.search-blog-post-img {
  width: 100%;
}

.search-blog-post-img:after {
  content: '';
  display: block;
  padding-top: 100%;
}

.search-blog-post-date {
  margin-bottom: 13px;
  color: rgba(32, 32, 32, 0.5);
  font-size: 11px;
  line-height: 20px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.search-blog-post-title, .search-blog-post-description {
  overflow: hidden;
}

.search-blog-post-title {
  max-height: 52px;
  margin-top: 0;
  margin-bottom: 13px;
  color: #202020;
  font-size: 18px;
  line-height: 26px;
}

.search-blog-post-title a {
  color: inherit;
}

.search-blog-post-title a .texto-resaltado {
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.search-blog-post-title a:hover {
  color: rgba(32, 32, 32, 0.5);
}

.search-blog-post-title a:hover .texto-resaltado {
  color: rgba(255, 169, 45, 0.5);
}

.search-blog-post-description {
  max-height: 60px;
  color: #656D76;
  font-size: 12px;
  line-height: 20px;
}

.texto-resaltado {
  color: #FFA92D;
}

/* ------------------------------- SITEMAP -------------------------------- */
.sitemap-container {
  padding-bottom: 100px;
}

.sitemap-container a {
  font-weight: 500;
  color: #2F557F;
}

.sitemap-container a:hover {
  color: rgba(47, 85, 127, 0.5);
}

.sitemap-container .sitemap-main-menu, .sitemap-container .sitemap-bottom-menu, .sitemap-container .sitemap-encabezado {
  text-transform: uppercase;
}

.sitemap-container .sitemap-encabezado:before, .sitemap-container .sitemap-main-menu a:before, .sitemap-container .sitemap-bottom-menu a:before {
  content: '';
  display: block;
  height: 1px;
  margin-bottom: 9px;
  background-color: rgba(101, 109, 118, 0.5);
}

.sitemap-container .sitemap-encabezado:before {
  margin-bottom: 31px;
}

.sitemap-container .sitemap-main-menu a:before, .sitemap-container .sitemap-bottom-menu a:before {
  width: 50px;
}

.sitemap-container .sitemap-main-menu {
  padding-top: 40px;
  padding-bottom: 10px;
}

.sitemap-container .sitemap-bottom-menu {
  padding-top: 17px;
}

.sitemap-container .link-container {
  margin-bottom: 19px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.sitemap-container .sitemap-about-menu .link-container, .sitemap-container .sitemap-departments-menu .link-container {
  margin-bottom: 12px;
}

.sitemap-container p {
  color: rgba(101, 109, 118, 0.8);
  margin-bottom: 0;
}

.sitemap-container ul {
  padding-left: 30px;
}

.sitemap-container ul ul {
  list-style: disc;
}

.sitemap-container ul ul ul {
  list-style: disc;
}

/* -------------------------------- FOOTER -------------------------------- */
footer {
  color: #FFFFFF;
  font-size: 11px;
  line-height: 15px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

footer .footer-row {
  position: relative;
}

footer .footer-row:after {
  content: '';
  display: block;
  clear: both;
}

footer .footer-row-item {
  display: block;
  padding: 20px 10px;
  color: #FFF;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}

footer .footer-row-item:hover {
  color: #FFF;
  background-color: rgba(0, 0, 0, 0.1);
}

footer .footer-encabezado {
  margin-bottom: 10px;
  color: #FFF;
}

.footer-superior {
  padding-top: 30px;
  background-color: #9DA8B3;
}

.footer-superior .logo-iasd-contenedor {
  position: relative;
  text-align: center;
}

.footer-superior .logo-iasd-contenedor .logo-iasd-footer {
  width: 65px;
  margin-right: auto;
  margin-left: auto;
}

.footer-superior .footer-social, .footer-superior .footer-more {
  text-align: center;
}

.footer-superior .footer-more {
  margin-top: 37px;
  margin-bottom: 37px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.footer-superior .footer-more .link-hope-channel span, .footer-superior .footer-more .link-find span {
  display: block;
}

.footer-superior .footer-more .link-hope-channel span img, .footer-superior .footer-more .link-find span img {
  max-height: 18px;
  margin-right: 8px;
}

.footer-superior .footer-more .link-find span img {
  position: relative;
  top: -1px;
}

.footer-superior .footer-social .footer-row-item {
  display: inline-block;
  width: 25%;
  float: left;
  height: 80px;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}

.footer-superior .footer-social .footer-row-item:last-child {
  border-right: none;
}

.footer-superior .footer-social .social-fb, .footer-superior .footer-social .social-tw, .footer-superior .footer-social .social-vimeo, .footer-superior .footer-social .social-flickr {
  background-repeat: no-repeat;
  background-position: center;
}

.footer-superior .footer-social .social-fb {
  background-image: url("img/icono-social-fb.svg");
  background-size: 9px 18px;
}

.footer-superior .footer-social .social-tw {
  background-image: url("img/icono-social-tw.svg");
  background-size: 22px 18px;
}

.footer-superior .footer-social .social-vimeo {
  background-image: url("img/icono-social-vimeo.svg");
  background-size: 18px;
}

.footer-superior .footer-social .social-flickr {
  background-image: url("img/icono-social-flickr.svg");
  background-size: 22px 10px;
}

.footer-inferior {
  padding: 22px 15px 36px;
  background-color: #97A1AB;
  text-align: center;
}

.footer-inferior .footer-inferior-menu {
  margin-bottom: 18px;
  padding-left: 0;
}

.footer-inferior .footer-inferior-menu:after {
  content: '';
  display: block;
  clear: both;
}

.footer-inferior .footer-inferior-menu li {
  list-style: none;
}

.footer-inferior .footer-inferior-menu li a {
  display: block;
  padding-top: 15px;
  padding-bottom: 15px;
  color: #FFF;
  text-align: center;
}

.footer-inferior .footer-inferior-menu li a:hover {
  color: rgba(255, 255, 255, 0.5);
}

.footer-inferior .footer-inferior-menu li.active a {
  color: #656D76;
}

.footer-inferior .copyright {
  margin-top: 0;
  color: rgba(255, 255, 255, 0.5);
  letter-spacing: 0;
  text-transform: none;
}

/* ------------------------------- FANCYBOX ------------------------------- */
.fancybox-bg {
  background-color: #1B1B1B;
}

.fancybox-button {
  background: transparent;
}

.fancybox-button:hover {
  opacity: 0.5;
  background: transparent;
}

.fancybox-container--ready .fancybox-bg {
  opacity: 0.8;
}

/* ------------------------------ NEWSLETTER ------------------------------ */
#notification_containers {
  text-align: center;
  line-height: 17px;
}

.dgd_stb_box {
  margin-bottom: 30px;
  padding: 28px 20px !important;
  color: rgba(114, 114, 114, 0.8);
  box-shadow: 0 0 10px 0 rgba(32, 32, 32, 0.3);
}

.dgd_stb_box.none {
  background-color: #FFF !important;
  border: 1px solid #FFA92D !important;
}

.dgd_stb_box .dgd_stb_box_close:before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  background-image: url("img/icono-cerrar-gris.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px;
}

.dgd_stb_box .newsletter-encabezado {
  position: relative;
  margin-top: 0;
  margin-bottom: 13px;
  padding-right: 35px;
  padding-left: 43px;
  color: #2F557F;
  font-size: 38px;
  line-height: 1;
}

.dgd_stb_box .newsletter-encabezado:before {
  content: '';
  position: absolute;
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-right: 13px;
  top: 3px;
  left: 0;
  background-repeat: no-repeat;
  background-position: center;
  -o-background-size: contain;
  -moz-background-size: contain;
  -webkit-background-size: contain;
  background-size: contain;
  background-image: url("img/icono-newsletter.svg");
}

.dgd_stb_box .newsletter-popup-contenedor > p, .dgd_stb_box .newsletter-popup-contenedor > form {
  margin: 0;
}

.dgd_stb_box .newsletter-form-dia {
  padding-top: 15px;
  padding-bottom: 15px;
  border-top: 1px solid rgba(101, 109, 118, 0.2);
}

.dgd_stb_box .newsletter-form-dia ::-webkit-input-placeholder {
  font-family: 'Gotham SSm A', 'Gotham SSm B', Helvetica, Arial, sans-serif;
  font-weight: 400;
  color: rgba(114, 114, 114, 0.5);
  font-size: 14px;
  line-height: 17px;
}

.dgd_stb_box .newsletter-form-dia ::-moz-placeholder {
  font-family: 'proxima-nova', Helvetica, Arial, sans-serif;
  font-weight: 400;
  color: rgba(114, 114, 114, 0.5);
  font-size: 14px;
  line-height: 17px;
}

.dgd_stb_box .newsletter-form-dia :-ms-input-placeholder {
  font-family: 'proxima-nova', Helvetica, Arial, sans-serif;
  font-weight: 400;
  color: rgba(114, 114, 114, 0.5);
  font-size: 14px;
  line-height: 17px;
}

.dgd_stb_box .newsletter-description {
  margin-bottom: 14px;
  font-size: 16px;
  line-height: 24px;
}

.dgd_stb_box #mc_embed_signup_scroll:after {
  content: '';
  display: block;
  clear: both;
}

.dgd_stb_box #mc_embed_signup_scroll > p {
  display: none;
}

.dgd_stb_box #mc_embed_signup_scroll .mc-field-group, .dgd_stb_box #mc_embed_signup_scroll .newsletter-btn-container {
  display: inline-block;
  width: 50%;
  float: left;
}

.dgd_stb_box #mc_embed_signup_scroll .mc-field-group input, .dgd_stb_box #mc_embed_signup_scroll .newsletter-btn-container input {
  display: block;
  width: 100%;
  padding: 12px 20px 11px;
  font-size: 14px;
  line-height: 17px;
}

.dgd_stb_box #mc_embed_signup_scroll .mc-field-group input {
  border: 1px solid #DEDEDE;
}

.dgd_stb_box #mc_embed_signup_scroll .mc-field-group input:focus {
  border-color: #202020;
}

.dgd_stb_box #mc_embed_signup_scroll .newsletter-btn-container input {
  color: #FFF;
  background-color: #FFA92D;
  border: 1px solid #FFA92D;
  text-transform: uppercase;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.dgd_stb_box #mc_embed_signup_scroll .newsletter-btn-container input:hover {
  background-color: #FFF;
  color: #FFA92D;
}

.dgd_stb_box .stb_social {
  display: none;
}

#dgd_scrollbox-34639 .dgd_stb_box_close, #dgd_scrollbox-34705 .dgd_stb_box_close, #dgd_scrollbox-34722 .dgd_stb_box_close {
  top: 41px;
  right: 20px;
}

/* ------------------------------ NOT MOBILE ------------------------------ */
.isNotMobile .home-resources-contenedor .slick-next:not(.slick-disabled):hover, .isNotMobile .home-resources-contenedor .slick-prev:not(.slick-disabled):hover {
  opacity: 0.5;
}

.isNotMobile.isNotIE .blog-post-story.hero-fullscreen .story-img {
  background-attachment: fixed;
}

/* -------------------------------- NOT IE -------------------------------- */
.isNotIE .home-slide {
  overflow: hidden;
}

.isNotIE .overlay-azul {
  background-image: url(img/img-blur-recurso.png);
  background-color: rgba(47, 85, 127, 0.85);
  background-repeat: no-repeat, repeat;
  background-size: cover;
}

.isNotIE .blog-post-file .blog-post-resource-img, .isNotIE .home-slide .home-slide-background, .isNotIE .hero-event-image {
  -o-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  -webkit-filter: blur(5px);
  filter: blur(5px);
}

.isNotIE .blog-post-file .blog-post-resource-img-contenedor:hover .blog-post-resource-img {
  -o-transform: scale(1.15);
  -moz-transform: scale(1.15);
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
}

/* ----------------------------- BREAKPOINTS ------------------------------ */
@media (max-width: 767px) {

  .resources-btn-view {
    min-width: auto;
  }
  .home-slider-contenedor .contenedor-flecha-abajo {
    display: none;
  }
  .grid-cuadro-amarillo .grid-cuadro-info-centrada {
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    margin-right: auto;
    margin-left: auto;
    right: 0;
    left: 0;
  }
  .grid-cuadro-verde .encabezado-chico {
    font-size: 14px;
    line-height: 17px;
  }
  .home-resources-contenedor .blog-post-resource {
    width: 220px;
  }
  .grid-rectangulo-gris .encabezado-mediano {
    line-height: 1;
  }
  .blog-post-fullscreen:before {
    content: none;
  }
  .blog-post-fullscreen .blog-post-fullscreen-container {
    margin-top: -30px;
  }
  .blog-post-fullscreen .blog-post-fullscreen-container .blog-post-info-wrapper {
    padding-top: 20px;
    padding-right: 15px;
    padding-left: 15px;
    background-color: #FFF;
  }
  .post-info-superior {
    margin-top: -30px;
    background-color: #FFF;
    padding-right: 15px;
    padding-left: 15px;
  }
  .news-filtro-dropdown .dropdown-menu, .resources-filtro-dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
  }
  .news-filtro-dropdown .dropdown-menu > li > a, .resources-filtro-dropdown .dropdown-menu > li > a {
    white-space: normal;
  }
  .story-titulo, .blog-post-story-titulo {
    max-width: 450px;
    margin-right: auto;
    margin-left: auto;
  }
  .social-share-container .dia-share-item {
    border-left: none;
  }
  .social-share-container .dia-share-item:first-child {
    border-left: 1px solid #D8D8D8;
  }
  .social-share-container .dia-btn-share-tw {
    float: right;
  }
  .social-share-container .social-counter {
    border-bottom: 1px solid #D8D8D8;
  }
  .stories-slider-paginacion {
    display: none;
  }
  .btn-dropdown-language {
    width: 100%;
    margin-top: 15px;
  }
  .btn-dropdown-language .dropdown-toggle {
    width: 100%;
  }
  .about-history-imgs-contenedor {
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 50px;
  }
  .about-history-imgs-contenedor .about-history-img-cuadro, .about-history-imgs-contenedor .about-history-img-rectangulo {
    width: 85%;
  }
  .about-history-imgs-contenedor .about-history-img-rectangulo {
    position: absolute;
    right: 0;
    bottom: 0;
  }
  .department-members-container {
    margin-right: -15px;
    margin-left: -15px;
  }
  .department-events-contenedor .nav-tabs > li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 0;
  }
  .department-events-contenedor .nav-tabs > li a {
    text-align: center;
  }
  .hashtag-container .ff-search:after {
    top: 3px;
  }
  .search-blog-post-img-container, .search-blog-post-info {
    display: block;
    float: none;
  }
  .search-blog-post-img-container {
    margin-top: 14px;
    width: 100px;
  }
  .search-blog-post-info {
    margin-top: 14px;
    width: 100%;
    padding-left: 0;
  }
  .search-blog-post-description {
    margin-bottom: 3px;
  }
  .calendario-wrapper #eventos-calendario .cal-row-head, .calendario-wrapper #eventos-calendario .cal-day-outmonth {
    display: none;
  }
  .calendario-wrapper #eventos-calendario .cal-year-box .row-fluid, .calendario-wrapper #eventos-calendario .cal-month-box .cal-row-fluid {
    border-bottom: none;
  }
  .calendario-wrapper #eventos-calendario .cal-month-box {
    border-top: none;
  }
  .calendario-wrapper #eventos-calendario .cal-month-day {
    height: 80px;
    border-bottom: 1px solid rgba(101, 109, 118, 0.2);
  }
  .calendario-wrapper #eventos-calendario .cal-year-box [class*="span"], .calendario-wrapper #eventos-calendario .cal-month-box [class*="cal-cell"] {
    min-height: 0;
    width: 100%;
    border-right: none;
  }
  .dgd_stb_box {
    width: 100% !important;
    max-width: 320px;
    margin-right: auto;
    margin-left: auto;
    right: 0;
    left: 0;
  }

  .sitemap-container {
    padding-bottom: 30px;
  }
  .sitemap-container .sitemap-about-menu .link-container {
    margin-bottom: 22px;
  }
}

@media (min-width: 768px) {
  .resources-btn-view {
    min-width: 160px;
  }
  .dia-menu > .container .navbar-brand, .dia-menu-files > .container .navbar-brand {
    margin-left: 0;
  }
  .dia-menu .navbar-brand, .dia-menu-files .navbar-brand {
    padding-left: 15px;
    padding-right: 15px;
  }
  .dia-menu .navbar-toggle, .dia-menu-files .navbar-toggle {
    margin-right: 15px;
  }
  .dia-menu {
    min-height: 85px;
  }
  .dia-menu-files .navbar-brand {
    padding-left: 0;
    padding-right: 20px;
  }
  .dia-menu-files .navbar-brand:before {
    background-size: 30px 17px;
  }
  .dia-menu-files #dia-menu-files {
    display: inline-block;
    margin-right: -15px;
    float: right;
  }
  .dia-menu-files #dia-menu-files ul {
    padding-left: 0;
    margin-bottom: 0;
  }
  .dia-menu-files #dia-menu-files ul:after {
    content: '';
    display: block;
    clear: both;
  }
  .dia-menu-files #dia-menu-files ul li {
    display: inline-block;
    float: left;
  }
  .dia-menu-files .btn-file-download, .dia-menu-files .btn-file-share {
    padding: 35px 20px 32px 20px;
    border-left: 1px solid #EFF0F0;
  }
  .hero-fullscreen {
    min-height: 768px;
  }
  .hero-general {
    height: 500px;
  }
  .hero-department {
    height: 430px;
  }
  .hero-titulo {
    font-size: 55px;
    line-height: 50px;
  }
  .hero-servicio {
    font-size: 55px;
    line-height: 70px;
  }
  .hero-general .hero-descripcion, .hero-404 .hero-descripcion, .hero-department .hero-descripcion {
    margin-top: 20px;
  }
  .contenedor-mt-negativo {
    margin-top: -90px;
  }
  .post-contenido {
    margin-bottom: 70px;
  }
  .encabezado-principal {
    font-size: 65px;
    line-height: 85px;
  }
  .encabezado-mediano {
    font-size: 50px;
    line-height: 60px;
  }
  .contenedor-cuerpo-fullscreen {
    padding-right: 0;
    padding-left: 0;
    /*.gallery, .tiled-gallery {
			max-width: 750px;
			margin-right: auto;
			margin-left: auto;
		}*/
  }
  .contenedor-cuerpo-fullscreen .tiled-gallery > .gallery-row {
    margin-right: auto;
    margin-left: auto;
  }
  .btn-mas {
    padding-right: 30px;
  }
  .btn-mas:before {
    margin-right: 30px;
  }
  .hero-info-contenedor {
    margin-top: 42px;
  }
  .home-new-fullscreen .home-new-info-wrapper {
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
  }
  .home-new-fullscreen .home-new-info-wrapper .home-new-border {
    height: calc(100% + 30px);
    top: -15px;
    left: 15px;
  }
  .home-new-fullscreen .blog-post-info-wrapper {
    max-width: 350px;
    padding: 40px 30px;
  }
  .home-new-fullscreen .home-new-img {
    max-width: calc(100% - 90px);
    height: 405px;
    margin-right: 0;
    margin-left: auto;
  }
  .home-new-fullscreen .home-new-img:before {
    content: none;
  }
  .home-new-fullscreen .home-new-img.home-slide-video:after {
    width: 75px;
    height: 75px;
    background-size: 16px 24px;
  }
  .home-encabezado-contenedor {
    margin-top: 100px;
    margin-bottom: 46px;
  }
  .home-encabezado-contenedor .encabezado-mediano {
    margin-top: 17px;
    margin-bottom: 16px;
  }
  .home-resources-contenedor {
    margin-bottom: 20px;
  }
  .home-slider-contenedor .slick-dots {
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    bottom: auto;
    margin-top: calc(269.5px);
  }
  .grid-rectangulo-vertical .grid-cuadro-info-centrada, .grid-cuadro .grid-cuadro-info-centrada, .grid-rectangulo .grid-cuadro-info-centrada {
    padding-left: 15px;
    padding-right: 15px;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    margin-right: auto;
    margin-left: auto;
    right: 0;
    left: 0;
  }
  .grid-25 {
    width: 25%;
  }
  .grid-25 .grid-cuadro {
    width: 100%;
  }
  .grid-50 {
    width: 50%;
  }
  .grid-rectangulo-vertical, .grid-rectangulo {
    padding: 0;
  }
  .grid-rectangulo:before {
    padding-top: 50%;
  }
  .grid-rectangulo .grid-cuadro-info-centrada {
    padding-left: 20px;
    padding-right: 20px;
  }
  .grid-rectangulo .feed-titulo {
    max-height: 50px;
  }
  .grid-rectangulo-left .grid-cuadro-info-centrada {
    text-align: left;
  }
  .grid-rectangulo-vertical {
    width: 25%;
  }
  .grid-rectangulo-vertical:before {
    padding-top: 200%;
  }
  .grid-cuadro-negro .grid-cuadro-info-centrada {
    padding-bottom: 6px;
  }
  .grid-frase-big {
    font-size: 50px;
  }
  .grid-frase-small {
    padding-left: 21px;
    font-size: 11px;
    letter-spacing: 4px;
  }
  .grid-rectangulo-gris .grid-cuadro-info-centrada {
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    margin-right: auto;
    margin-left: auto;
    right: 0;
    left: 0;
  }
  .grid-rectangulo-gris .encabezado-mediano {
    margin-bottom: 15px;
    line-height: 1;
  }
  .grid-rectangulo-gris .encabezado-mediano:before {
    width: 28px;
    height: 34px;
  }
  .feed-source-name {
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 1px;
  }
  .feed-titulo {
    max-height: 104px;
    font-size: 22px;
    line-height: 26px;
  }
  .feed-titulo-bottom {
    bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .feed-source-top {
    top: 13px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .news-recents {
    margin-bottom: 50px;
  }
  .news-recents:after {
    content: '';
    display: block;
    clear: both;
  }
  .bloque-superior, .cuadro-50, .contenedor-noticias-chicas {
    display: inline-block;
    width: 50%;
  }
  .contenedor-noticias-chicas, .bloque-superior, .cuadro-50 {
    float: left;
  }
  .noticia-grande, .cuadro-derecha {
    float: right;
  }
  .bloque-superior {
    position: relative;
    padding: 0;
  }
  .bloque-superior .encabezado-principal {
    font-size: 40px;
    line-height: 59px;
  }
  .bloque-superior .bloque-info {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    text-align: left;
  }
  .bloque-superior:before {
    content: '';
    display: block;
    padding-top: 47.65625%;
  }
  .bloque-noticia-destacada {
    position: relative;
    padding: 0;
  }
  .bloque-noticia-destacada .bloque-info {
    z-index: 3;
    position: absolute;
    left: 0;
    bottom: 16px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .bloque-noticia-destacada .blog-post-fecha {
    margin-bottom: 6px;
  }
  .bloque-noticia-destacada .blog-post-titulo {
    margin-bottom: 10px;
    max-height: 75px;
    font-size: 15px;
    line-height: 25px;
  }
  .bloque-noticia-destacada:before {
    content: '';
    display: block;
    padding-top: 95.3125%;
  }
  .cuadro-color .blog-post-titulo, .noticia-grande .blog-post-titulo {
    margin-bottom: 12px;
  }
  .cuadro-color .blog-post-titulo {
    max-height: 90px;
    font-size: 25px;
    line-height: 30px;
  }
  .noticia-grande .blog-post-titulo {
    max-height: 90px;
    font-size: 25px;
    line-height: 30px;
  }
  .blog-post-new {
    margin-bottom: 53px;
  }
  .blog-post-new .blog-post-excerpt {
    max-height: none;
    height: 72px;
  }
  .blog-post-new .blog-post-img {
    height: 135px;
  }
  .blog-post-new .blog-post-img:before {
    content: none;
  }
  .blog-post-largo .blog-post-excerpt {
    height: 60px;
    font-size: 20px;
    line-height: 30px;
  }
  .blog-post-fullscreen {
    position: relative;
    margin-bottom: 70px;
    padding: 0;
  }
  .blog-post-fullscreen .blog-post-img {
    z-index: 1;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-position: center;
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
  }
  .blog-post-fullscreen .blog-post-fullscreen-container {
    z-index: 2;
    width: 100%;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .blog-post-fullscreen .blog-post-info-wrapper {
    padding: 50px 30px 40px;
    background-color: #FFF;
  }
  .blog-post-fullscreen .blog-post-info {
    margin-top: 18px;
    margin-bottom: 10px;
    padding: 0;
    border: none;
  }
  .blog-post-fullscreen .blog-post-fecha, .blog-post-fullscreen .post-categoria {
    display: inline-block;
    float: left;
  }
  .blog-post-fullscreen .blog-post-fecha {
    margin-right: 40px;
  }
  .blog-post-fullscreen .blog-post-titulo, .home-new-fullscreen .blog-post-titulo {
    overflow: hidden;
    margin-top: 0;
    margin-bottom: 9px;
    font-size: 26px;
    line-height: 32px;
    letter-spacing: -0.5px;
  }
  .blog-post-fullscreen .blog-post-titulo{
    max-height: 96px;
  }
  .blog-post-fullscreen .blog-post-excerpt, .home-new-fullscreen .blog-post-excerpt {
    margin-bottom: 8px;
    height: 44px;
    font-size: 14px;
    line-height: 22px;
  }
  .news-filtros {
    border-top: 1px solid #D0D3D5;
    border-bottom: 1px solid #D0D3D5;
  }
  .news-filtro-label, .news-filtro-dropdown, .resources-filtro-dropdown {
    display: inline-block;
    float: left;
  }
  .news-filtro-label, .news-filtro-dropdown .dropdown-toggle {
    position: relative;
    height: 73px;
  }
  .news-filtro-label .filtro-texto-centrado, .news-filtro-dropdown .dropdown-toggle .filtro-texto-centrado {
    padding-left: 15px;
    padding-right: 15px;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    left: 0;
    text-align: left;
  }
  .news-filtro-dropdown .dropdown-toggle .filtro-texto-centrado {
    padding-right: 30px;
  }
  .news-filtro-label, .news-filtro-dropdown {
    border-right: 1px solid #D0D3D5;
  }
  .news-filtro-label:last-child, .news-filtro-dropdown:last-child {
    border-right: none;
  }
  .resources-filtro-dropdown {
    border-right: 1px solid #EFF0F1;
  }
  .news-filtro-label, .news-filtro-dropdown .dropdown-toggle, .resources-filtro-dropdown .dropdown-toggle {
    letter-spacing: 0;
  }
  .resources-filtro-dropdown .dropdown-toggle {
    padding-left: 15px;
    padding-right: 15px;
  }
  .news-filtro-label, .news-filtro-dropdown {
    width: 25%;
  }
  .news-filtro-dropdown, .resources-filtro-dropdown {
    margin-bottom: 0;
  }
  .news-filtro-dropdown .dropdown-toggle, .resources-filtro-dropdown .dropdown-toggle {
    border: none;
    text-align: left;
  }
  .news-filtro-dropdown .dropdown-menu, .resources-filtro-dropdown .dropdown-menu {
    margin-top: 0;
  }
  .news-filtro-dropdown .dropdown-menu {
    min-width: calc(100% + 1px);
    left: -1px;
  }
  .news-dropdown-mes .dropdown-menu {
    right: 0;
    left: auto;
  }
  
  .encabezado-filtros {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .news-filtros {
    margin-bottom: 50px;
  }
  .post-info-superior {
    margin-bottom: 42px;
    padding-top: 60px;
  }
  .post-info-superior .categories-container {
    margin-top: 34px;
  }
  .post-titulo {
    margin-top: 17px;
    margin-bottom: 18px;
    font-size: 45px;
    line-height: 60px;
  }
  .post-info-contenedor .avatar-circulo, .post-info-contenedor .post-info {
    display: inline-block;
    float: left;
  }
  .post-info-contenedor .avatar-circulo {
    margin-bottom: 0;
    margin-right: 10px;
  }
  .post-info-contenedor .post-info {
    line-height: 34px;
  }
  .contenedor-docs-realcionados:before {
    max-width: calc(100% - 100px);
  }
  .contenedor-docs-realcionados ul {
    padding-left: 32px;
  }
  .contenedor-top-news {
    padding-top: 100px;
    padding-bottom: 40px;
  }
  .encabezado-top-news {
    margin-top: 52px;
    margin-bottom: 48px;
  }
  .stories-blog-contenedor .contenedor-loadmore {
    margin-bottom: 70px;
  }
  .stories-blog-contenedor .blog-post-story {
    display: inline-block;
    float: left;
    width: 33.33333%;
  }
  .blog-post-story.hero-fullscreen .blog-post-story-titulo {
    max-height: 144px;
    font-size: 40px;
    line-height: 48px;
  }
  .blog-post-story.hero-fullscreen .separador-vertical {
    margin-top: 20px;
  }
  .blog-post-story.hero-fullscreen .discover-more-text {
    margin-top: 28px;
  }
  .story-fecha {
    margin-bottom: 13px;
  }
  .story-titulo {
    font-size: 45px;
    line-height: 55px;
  }
  .social-share-container .social-counter {
    width: auto;
    float: left;
  }
  .social-share-container .dia-btn-share-fb, .social-share-container .dia-btn-share-tw {
    float: right;
    width: 54px;
    border-bottom: none;
  }
  .post-contenedor-img .img-width-50 {
    width: calc(50% - 5px);
  }
  .post-contenedor-img .img-width-50:first-child {
    margin-right: 5px;
  }
  .post-contenedor-img .img-width-50:nth-child(2) {
    margin-left: 5px;
  }
  .contenedor-encabezado-stories-related {
    margin-top: 70px;
    padding-top: 37px;
  }
  .contenedor-encabezado-stories-related .encabezado-mediano {
    float: left;
    font-size: 30px;
    line-height: 40px;
  }
  .stories-related-slider .blog-post-story {
    width: 33.33333%;
  }
  .hero-resources .hero-info-contenedor {
    padding-bottom: 30px;
  }
  .contenedor-resources-filtros {
    margin-top: -88px;
  }
  .contenedor-loadmore {
    margin-top: 40px;
  }
  #moreNews .contenedor-paginacion {
    margin-bottom: 40px;
  }
  .resources-filtros .form-resource-search {
    display: inline-block;
    float: left;
  }
  .form-resource-search .form-group {
    display: block;
  }
  .form-resource-search .form-control {
    min-height: 60px;
    width: calc(100% - 60px);
  }
  .btn-filtro-buscar {
    width: 60px;
    height: 60px;
  }
  .blog-post-resource .blog-post-resource-img-contenedor, .blog-post-file .blog-post-resource-img-contenedor {
    height: 110px;
  }
  .blog-post-resource .blog-post-resource-img-contenedor:before, .blog-post-file .blog-post-resource-img-contenedor:before {
    content: none;
  }
  .blog-post-resource .blog-post-resource-info-contenedor {
    padding-right: 20px;
    padding-left: 20px;
  }
  .blog-post-file .blog-post-file-bottom .btn-file-download, .blog-post-file .blog-post-file-bottom .btn-file-share {
    width: 50%;
    border-right: none;
  }
  .blog-post-file .blog-post-file-bottom .btn-file-share {
    border-left: 1px solid #EEF0F1;
  }
  .resources-dropdown-departments {
    width: 32%;
  }

  .resources-dropdown-departments.filtrado, .resources-dropdown-initiatives.filtrado, .resources-dropdown-events.filtrado {
    width: 20%;
  }
  .form-resource-search.filtrado {
    width: 40%;
  }
  .resources-dropdown-year {
    width: 25%;
  }
  .form-resource-search {
    width: 43%;
  }
  .resources-filtro-dropdown .dropdown-toggle {
    padding-top: 24px;
    padding-bottom: 23px;
  }
  .resources-not-found {
    padding-top: 0px;
    padding-bottom: 60px;
  }
  .blog-post-resource-titulo {
    font-weight: 400;
  }
  .resource-project-contenedor {
    margin-bottom: 70px;
  }
  .resource-project-contenedor.contenedor-mt-negativo {
    margin-top: -70px;
  }
  .resource-project-contenedor .post-info-superior {
    padding-bottom: 43px;
    padding-top: 44px;
  }
  .resource-project-contenedor .post-titulo {
    margin-top: 9px;
    margin-bottom: 20px;
  }
  .resource-project-contenedor .project-description {
    margin-top: 18px;
    margin-bottom: 69px;
  }
  .project-files-encabezado:after {
    content: '';
    display: block;
    clear: both;
  }
  .project-files-encabezado .encabezado-chico-gris, .project-files-encabezado .btn-dropdown-language {
    display: inline-block;
  }
  .project-files-encabezado .encabezado-chico-gris {
    float: left;
    line-height: 40px;
  }
  .project-files-encabezado .btn-dropdown-language {
    float: right;
  }
  .resources-files-not-found {
    padding-bottom: 0;
  }
  .file-encabezado {
    margin-bottom: 40px;
  }
  .file-project {
    margin-bottom: 11px;
  }
  .file-titulo {
    font-size: 25px;
    line-height: 35px;
  }
  .file-contenedor-externo {
    margin-bottom: 100px;
    padding: 20px;
  }
  .file-contenedor-interno {
    padding: 30px;
  }
  .file-contenedor-interno.file-icon-contenedor {
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .file-contenedor-interno .icono-archivo-detalle {
    max-height: 100px;
  }
  .about-contenedor-info {
    position: relative;
    height: 530px;
    width: 85%;
    margin-left: auto;
    margin-right: 0;
    margin-bottom: 0;
    padding: 0;
  }
  .about-contenedor-info .about-contenedor-info-centrado {
    max-width: 420px;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    padding-right: 30px;
  }
  .about-contenedor-info .about-contenedor-info-centrado .acerca-descripcion {
    overflow: hidden;
    max-height: 260px;
  }
  .about-contenedor-info .encabezado-mediano {
    margin-bottom: 16px;
  }
  .about-contenedor-info .separador-flotante {
    margin-top: 40px;
    position: absolute;
    bottom: -41px;
    right: 0;
  }
  .about-sda-history, .about-church {
    padding-top: 100px;
  }
  .about-sda-history, .about-church, .about-beliefs {
    padding-bottom: 100px;
  }
  .about-statements {
    padding-top: 140px;
    padding-bottom: 140px;
  }
  .about-statements .encabezado-mediano {
    margin-top: 17px;
    margin-bottom: 16px;
  }
  .about-statements .acerca-descripcion {
    margin-bottom: 33px;
  }
  .about-church:before {
    width: 120px;
    height: 153px;
    top: 100px;
    right: -60px;
  }
  .about-church:after {
    width: 120px;
    height: 154px;
    left: -60px;
    bottom: 100px;
  }
  .about-church-contenedor, .about-sda-history-contenedor {
    position: relative;
  }
  .about-church-manual .encabezado-mediano {
    margin-top: 13px;
    margin-bottom: 50px;
  }
  .about-church-manual .about-church-manual-text-contenedor {
    max-height: 500px;
  }
  .about-church-links-contenedor .contenedor-btns-50 {
    width: 430px;
    margin-right: auto;
    margin-left: auto;
  }
  .about-church-links-contenedor .contenedor-btns-50 .btn-general {
    width: 50%;
  }
  .about-church-links-contenedor .contenedor-btns-50 .btn-download {
    margin-top: 0px;
    margin-left: -1px;
  }
  .about-history-img-grande, .about-history-img-cuadro, .about-history-img-rectangulo {
    z-index: 1;
    position: absolute;
    left: 0;
  }
  .about-history-img-grande, .about-history-img-rectangulo {
    bottom: 0;
  }
  .about-history-img-cuadro {
    width: 38%;
    bottom: 30px;
  }
  .about-history-img-rectangulo {
    z-index: 2;
    width: 40%;
    left: 15%;
  }
  .about-history-img-grande {
    width: 56%;
  }
  .about-departments, .about-numbers-container {
    padding-top: 100px;
  }
  .iad-who-container {
    padding-top: 70px;
  }
  .about-numbers-container .acerca-descripcion {
    margin-bottom: 43px;
  }
  .dia-numbers-slider {
    max-width: 940px;
    margin-right: auto;
    margin-left: auto;
  }
  .dia-numbers-bloque {
    width: 250px;
    height: 250px;
    margin-top: 0;
    margin-bottom: 0;
    float: left;
    box-shadow: none;
  }
  .dia-numbers-bloque .dia-number-big {
    margin-bottom: 15px;
    font-size: 100px;
  }
  .dia-numbers-bloque .dia-number-info {
    padding-right: 30px;
    padding-left: 30px;
  }
  .dia-numbers-bloque.number-bloque-centrado {
    z-index: 1;
    position: absolute;
    top: 30px;
    text-align: center;
    margin-right: auto;
    margin-left: auto;
    right: 0;
    left: 0;
    box-shadow: 0 0 30px 0 rgba(101, 109, 118, 0.15);
  }
  .dia-numbers-bloque.number-bloque-derecha {
    float: right;
  }
  .about-leadership-container {
    padding-top: 130px;
    padding-bottom: 30px;
  }
  .about-leadership-container .encabezado-mediano {
    margin-bottom: 31px;
  }
  .leadership-tabs .nav-tabs {
    display: inline-block;
    margin-right: auto;
    margin-left: auto;
  }
  .leadership-tabs .nav-tabs li {
    width: auto;
  }
  .leadership-tabs .nav-tabs li a {
    margin: 0;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 2px;
  }
  .team-members-slider {
    margin-top: 50px;
    margin-right: 0;
    margin-left: 0;
  }
  .team-member-contenedor.team-member-destacado {
    display: block;
    width: 100%;
  }
  .team-member-contenedor.member-width-25 {
    width: 25%;
  }
  .team-member-contenedor.member-width-33 {
    width: 33.33333%;
  }
  .team-member-contenedor.member-width-50 {
    width: 50%;
  }
  .team-member-contenedor.member-width-100 {
    width: 100%;
  }
  .team-member-contenedor.member-left {
    padding-left: 50px;
  }
  .team-member-contenedor.member-right {
    padding-right: 50px;
  }
  .institutions-container .encabezado-separador {
    margin-bottom: 27px;
  }
  .encabezado-countries {
    margin-bottom: 26px;
  }
  .encabezado-uniones {
    margin-top: 26px;
  }
  .unions-list {
    max-width: 480px;
  }
  .countries-list, .institutions-list {
    display: inline-block;
    float: left;
  }
  .institutions-list {
    width: 33.33333%;
    padding-right: 20px;
  }
  .countries-list, .department-bloque {
    width: 25%;
  }
  .countries-list {
    padding-right: 5px;
  }
  .about-leadership-container .encabezado-mediano, .iad-who-container .encabezado-mediano, .about-departments .encabezado-mediano {
    margin-top: 17px;
  }
  .about-departments {
    padding-top: 100px;
  }
  .about-departments .encabezado-mediano {
    margin-bottom: 48px;
  }
  .hero-department .hero-titulo {
    line-height: 60px;
  }
  .department-contenedor {
    margin-bottom: 100px;
  }
  .department-members {
    display: inline-block;
  }
  .department-members.fullwidth, .department-members.fullwidth-50 {
    display: block;
  }
  .department-members.fullwidth .team-member-contenedor, .department-members.fullwidth-50 .team-member-contenedor {
    max-width: 100%;
    margin-right: 0;
  }
  .department-members.fullwidth .team-member-contenedor {
    width: 33.33333%;
  }
  .department-members.fullwidth-50 .team-member-contenedor {
    width: 50%;
  }
  .department-members-container .team-member-contenedor {
    margin-right: 90px;
  }
  .department-members-container .team-member-contenedor:last-child {
    margin-right: 0;
  }
  .department-projects-related-contenedor {
    margin-top: 0;
    padding-top: 0;
    padding-left: 30px;
    border-top: none;
    border-left: 1px solid rgba(101, 109, 118, 0.2);
  }
  .department-events-contenedor {
    margin-top: 40px;
  }
  .calendario-encabezado .calendario-switch-btns, .calendario-encabezado .calendario-navegacion {
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .calendario-encabezado .calendario-navegacion {
    margin-top: 9px;
    left: 0;
  }
  .calendario-encabezado .calendario-switch-btns {
    right: 0;
    float: right;
  }
  .events-empty {
    padding-top: 31px;
    padding-bottom: 56px;
  }
  .slider-events-related {
    margin-bottom: 60px;
    display: inline-block;
    width: 100%;
  }
  .event-detail-mt {
    margin-top: -270px;
  }
  .event-card-info-superior {
    position: relative;
  }
  .event-card-info-superior .event-info-container {
    min-height: 360px;
    width: 360px;
    padding: 35px 40px;
  }
  .event-card-info-superior .evento-img {
    position: absolute;
    width: calc(100% - 360px);
    height: 100%;
    top: 0;
    right: 0;
    background-color: #333;
    background-repeat: no-repeat;
    background-position: center;
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
  }
  .event-card-info-inferior {
    padding-top: 60px;
    padding-bottom: 17px;
  }
  .event-content-container {
    margin-bottom: 0;
    padding-right: 40px;
    padding-left: 40px;
    padding-bottom: 0;
    border-bottom: none;
    border-left: 1px solid rgba(101, 109, 118, 0.2);
  }
  .event-card-sidebar {
    max-width: 340px;
    padding-right: 30px;
    padding-left: 0;
  }
  .event-description {
    margin-top: 21px;
    margin-bottom: 45px;
  }
  .event-card-sidebar-item {
    margin-bottom: 30px;
  }
  .evento-titulo {
    font-size: 30px;
    line-height: 38px;
  }
  .blog-post-evento {
    height: 250px;
    margin-bottom: 40px;
  }
  .blog-post-evento .blog-post-evento-img {
    height: 100%;
    position: absolute;
    width: 250px;
    height: 100%;
    left: 0;
    top: 0;
  }
  .blog-post-evento .blog-post-evento-fecha {
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 180px;
    height: 180px;
    left: 160px;
    margin-top: 0;
  }
  .blog-post-evento .blog-post-evento-fecha .evento-dias {
    font-size: 55px;
  }
  .blog-post-evento .blog-post-evento-info {
    width: calc(100% - 340px);
    padding: 0 30px;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
  }
  .blog-post-evento .evento-titulo {
    max-height: 114px;
  }
  .blog-post-evento .evento-departmento {
    margin-bottom: 20px;
  }
  .contact-container {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .dia-form .form-group {
    margin-bottom: 47px;
  }
  .dia-form .form-group.form-group-comments {
    margin-bottom: 0;
  }
  .contact-info {
    z-index: 1;
    max-width: 300px;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 10px;
    padding: 29px 20px 28px;
  }
  .encabezado-contacto {
    font-size: 40px;
  }
  .contact-description {
    margin-top: 23px;
    margin-bottom: 13px;
  }
  .contact-description, .contact-info-text {
    font-size: 13px;
    line-height: 22px;
  }
  .contact-info-text:before {
    top: 3px;
  }
  .hashtag-container {
    padding-top: 70px;
  }
  .hashtag-container .ff-stream {
    padding-bottom: 100px;
  }
  .hashtag-container .ff-loadmore-wrapper .ff-btn {
    margin-top: 40px;
  }
  .live-container {
    margin-top: -352px;
  }
  .live-container .hero-titulo {
    margin-bottom: 45px;
  }
  .video-responsivo {
    margin-bottom: 100px;
  }
  .more-videos-container {
    margin-bottom: 90px;
  }
  .more-videos-container .encabezado-mediano {
    margin-top: 16px;
    margin-bottom: 39px;
  }
  .more-videos-list {
    margin-bottom: 0;
  }
  .page-content {
    margin-top: 32px;
    margin-bottom: 90px;
  }
  .encabezado-general-contenedor {
    padding-top: 30px;
    padding-bottom: 19px;
  }
  .search-message-contenedor.search-message-not-found {
    min-height: 200px;
    margin-bottom: 100px;
  }
  .search-pagination-content {
    margin-bottom: 100px;
  }
  .search-blog-post {
    margin-bottom: 40px;
    padding-bottom: 40px;
  }
  .sitemap-container .sitemap-main-menu {
    padding-top: 60px;
    padding-bottom: 0;
  }
  .sitemap-container .sitemap-bottom-menu {
    padding-top: 21px;
  }
  .sitemap-container .sitemap-encabezado {
    margin-bottom: 12px;
  }
  .sitemap-container .sitemap-encabezado:before, .sitemap-container .sitemap-main-menu a:before, .sitemap-container .sitemap-bottom-menu a:before {
    margin-bottom: 21px;
  }
  .sitemap-container .link-container {
    margin-bottom: 39px;
  }
  .sitemap-container .sitemap-about-menu .link-container, .sitemap-container .sitemap-departments-menu .link-container {
    margin-bottom: 22px;
  }
  footer .footer-row-top {
    height: 70px;
  }
  footer .footer-row .footer-row-centrado {
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    margin-right: auto;
    margin-left: auto;
    right: 0;
    left: 0;
  }
  footer .footer-row-item {
    position: relative;
    display: inline-block;
    padding-top: 0;
    padding-bottom: 0;
    float: left;
    border-right: 1px solid rgba(255, 255, 255, 0.3);
  }
  footer .footer-row-item:hover {
    background-color: rgba(0, 0, 0, 0.1);
  }
  footer .footer-row-item:last-child {
    border-right: none;
  }
  .footer-superior {
    padding-top: 0;
  }
  .footer-superior:after {
    content: '';
    display: block;
    clear: both;
  }
  .footer-superior .logo-iasd-contenedor {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .footer-superior .footer-more, .footer-superior .footer-social {
    display: inline-block;
    float: left;
    width: 50%;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
  }
  .footer-superior .footer-social .footer-row-item, .footer-superior .footer-more .footer-row-item {
    height: 90px;
  }
  .footer-superior .footer-more {
    margin-top: 0;
    margin-bottom: 0;
    float: right;
    border-bottom: none;
  }
  .footer-superior .footer-more .footer-row-item {
    width: 50%;
  }
  .footer-superior .footer-more .link-hope-channel .footer-row-centrado, .footer-superior .footer-more .link-find .footer-row-centrado {
    max-width: 90px;
  }
  .footer-superior .footer-more .link-hope-channel .footer-row-centrado img, .footer-superior .footer-more .link-find .footer-row-centrado img {
    display: block;
    margin-bottom: 10px;
    margin-right: auto;
    margin-left: auto;
  }
  .footer-superior .footer-social {
    float: left;
    border-right: 1px solid rgba(255, 255, 255, 0.3);
  }
  .footer-inferior {
    padding-top: 12px;
    padding-bottom: 27px;
  }
  .footer-inferior .footer-inferior-menu {
    display: inline-block;
    margin-bottom: 6px;
    margin-right: auto;
    margin-left: auto;
  }
  .footer-inferior .footer-inferior-menu li {
    display: inline-block;
    float: left;
  }
  .footer-inferior .footer-inferior-menu li a {
    padding-right: 10px;
    padding-left: 10px;
  }
  .footer-inferior .footer-inferior-menu li:last-child {
    margin-right: 0;
  }
  .dgd_stb_box {
    max-width: 460px !important;
    margin-right: 50px;
  }
  .dgd_overlay {
    display: none !important;
  }
  .dia-numbers-bloque:last-child {
    margin-right: 0;
  }
  .dia-numbers-bloque .dia-number-info {
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);   
  }
} /* -- Termina min width 768 -- **/

@media (min-width: 768px) and (max-width: 991px) {
  .grid-rectangulo-gris .encabezado-mediano {
    font-size: 45px;
  }
  .news-filtro-label {
    text-align: left;
  }
  .news-filtro-dropdown .dropdown-toggle .caret {
    right: 10px;
  }
  .about-history-imgs-contenedor, .about-history-img-grande {
    z-index: 1;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    bottom: auto;
  }
  .about-history-imgs-contenedor {
    width: 251px;
  }
  .about-history-imgs-contenedor .about-history-img-cuadro {
    position: relative;
    bottom: auto;
    margin-bottom: 60px;
  }
  .about-history-img-rectangulo {
    left: auto;
    right: -20px;
  }
  .about-history-img-cuadro, .about-history-img-rectangulo {
    width: 100%;
  }
  .about-history-img-grande {
    width: 270px;
  }
  .hero-department .hero-info-contenedor {
    padding-bottom: 42px;
  }
  .department-resource .department-project-img, .department-resource .department-project-info-container {
    display: block;
    width: 100%;
  }
  .department-resource .department-project-info {
    display: block;
    width: 100%;
    height: auto;
  }
  footer {
    font-size: 10px;
    line-height: 14px;
    letter-spacing: 0;
  }
}

@media (min-width: 992px) {
  .dia-menu .container {
    position: relative;
  }
  .dia-menu .navbar-brand {
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 0;
    left: 15px;
  }
  .dia-menu .logo-iasd {
    height: 64px;
	width: 221px;
    margin-right: auto;
    margin-left: auto;
  }
  .dia-menu .navbar-nav {
    margin-bottom: 9px;
    margin-right: -25px;
  }
  .dia-menu .navbar-nav > li > a {
    position: relative;
    margin-right: 10px;
    margin-left: 10px;
    padding: 15px 0;
    font-size: 12px;
    color: #656D76;
    background-color: transparent;
    text-transform: uppercase;
  }
  .dia-menu .navbar-nav > li > a:before, .dia-menu .navbar-nav > li > a:after {
    opacity: 0;
    content: '';
    display: block;
    position: absolute;
    width: 50%;
    height: 1px;
    right: 0;
    background-color: #656D76;
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .dia-menu .navbar-nav > li > a:before {
    top: 10px;
    left: 0;
  }
  .dia-menu .navbar-nav > li > a:after {
    bottom: 10px;
    right: 0;
  }
  .dia-menu .navbar-nav > li > a.btn-menu-buscar:before, .dia-menu .navbar-nav > li > a.btn-menu-buscar:after {
    content: none;
  }
  .dia-menu .navbar-nav > li > a.btn-menu-buscar:hover {
    opacity: 0.5;
  }
  .dia-menu .navbar-nav > li > a:hover:before, .dia-menu .navbar-nav > li > a:hover:after {
    opacity: 1;
    width: 100%;
  }
  .dia-menu .navbar-nav > li:first-child > a {
    text-transform: none;
  }
  .dia-menu .navbar-nav > li.active > a {
    color: #FFA92D;
  }
  .dia-menu .navbar-nav > li.active > a:before, .dia-menu .navbar-nav > li.active > a:after {
    background-color: #FFA92D;
  }
  .dia-menu .menu-superior {
    margin-top: 18px;
    margin-bottom: 2px;
    margin-right: -30px;
  }
  .dia-menu .menu-superior:after {
    content: '';
    display: block;
    clear: both;
  }
  .dia-menu .menu-superior > ul {
    margin-bottom: 0;
    padding-left: 0;
    float: right;
  }
  .dia-menu .menu-superior > ul:after {
    content: '';
    display: block;
    clear: both;
  }
  .dia-menu .menu-superior > ul > li {
    display: inline-block;
    float: left;
  }
  .dia-menu .menu-superior > ul > li > a {
    display: block;
    padding: 9px 15px;
    color: rgba(101, 109, 118, 0.5);
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0;
    text-transform: uppercase;
  }
  .dia-menu .menu-superior > ul > li > a:hover {
    color: #656d76;
  }
  .dia-menu .menu-superior > ul > li.active > a {
    color: #FFA92D;
  }
  .dia-menu .menu-superior > ul > li.active > a:hover {
    color: rgba(255, 169, 45, 0.5);
  }
  .dia-menu .menu-superior > ul > li.active.link-live a:before {
    background-image: url("img/icono-live-amarillo.svg");
  }
  .dia-menu .menu-superior > ul > li.active.link-events a:before {
    background-image: url("img/icono-events-amarillo.svg");
  }
  .dia-menu .link-live a:before, .dia-menu .link-events a:before, .dia-menu .link-language:before {
    content: '';
    display: inline-block;
    position: relative;
    width: 10px;
    height: 10px;
    margin-right: 6px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 10px;
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .dia-menu .link-live a:before {
    width: 14px;
    background-image: url("img/icono-live.svg");
    background-size: 14px 10px;
  }
  .dia-menu .link-events a:before {
    background-image: url("img/icono-events.svg");
  }
  .dia-menu .link-language:before {
    background-image: url("img/icono-language.png");
  }
  .dia-menu .dropdown-language .dropdown-menu {
    min-width: 140px;
    margin-top: 0;
    padding: 0;
    border-radius: 0;
    -webkit-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.15);
    text-transform: uppercase;
  }
  .dia-menu .dropdown-language .dropdown-menu:after {
    content: '';
    display: block;
    clear: both;
  }
  .dia-menu .dropdown-language .caret {
    position: relative;
    top: -1px;
    margin-left: 4px;
    color: #202020;
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .dia-menu .btn-menu-buscar {
    margin-left: 10px;
  }
  .dia-menu .btn-menu-buscar .icono-buscar {
    display: block;
    width: 16px;
    height: 16px;
    margin-top: 1px;
    margin-bottom: 3px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 16px;
    background-image: url("img/icono-buscar.svg");
  }
  .dia-menu.dia-menu-transparente .menu-superior > ul > li > a {
    color: #FFF;
  }
  .dia-menu.dia-menu-transparente .menu-superior > ul > li > a:hover {
    color: rgba(255, 255, 255, 0.5);
  }
  .dia-menu.dia-menu-transparente .menu-superior > ul > li > a:hover:before {
    opacity: 0.5;
  }
  .dia-menu.dia-menu-transparente .menu-superior > ul > li > a:hover .caret {
    color: rgba(255, 255, 255, 0.5);
  }
  .dia-menu.dia-menu-transparente .menu-superior > ul > li.active > a {
    color: #FFA92D;
  }
  .dia-menu.dia-menu-transparente .menu-superior > ul > li.active > a:hover {
    color: rgba(255, 169, 45, 0.5);
  }
  .dia-menu.dia-menu-transparente .dropdown-language .caret {
    color: #FFF;
  }
  .dia-menu.dia-menu-transparente .link-live a:before {
    background-image: url("img/icono-live-blanco.svg");
  }
  .dia-menu.dia-menu-transparente .link-events a:before {
    background-image: url("img/icono-events-blanco.svg");
  }
  .dia-menu.dia-menu-transparente .link-language:before {
    background-image: url("img/icono-language-blanco.png");
  }
  .dia-menu.dia-menu-transparente .navbar-nav > li:not(.active) > a {
    color: #FFF;
  }
  .dia-menu.dia-menu-transparente .navbar-nav > li:not(.active) > a:before, .dia-menu.dia-menu-transparente .navbar-nav > li:not(.active) > a:after {
    background-color: #FFF;
  }
  .dia-menu.dia-menu-transparente .btn-menu-buscar .icono-buscar {
    background-image: url("img/icono-buscar-blanco.svg");
  }
  .dia-menu.dia-menu-transparente .navbar-nav > li.open, .dia-menu .navbar-nav > li.open {
    background-color: #FFF;
  }
  .dia-menu.dia-menu-transparente .navbar-nav > li.open > a, .dia-menu .navbar-nav > li.open > a {
    background-color: rgba(255, 255, 255, 0);
    color: #FFA92D;
  }
  .dia-menu.dia-menu-transparente .navbar-nav > li.open > a:after, .dia-menu.dia-menu-transparente .navbar-nav > li.open > a:before, .dia-menu .navbar-nav > li.open > a:after, .dia-menu .navbar-nav > li.open > a:before {
    content: none;
  }
  .dia-menu .dropdown {
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  /* ------------------------------- IS MOBILE ------------------------------ */
  .isMobile .dia-menu .logo-iasd {
    height: 54px;
	width 186px;
  }
  .isMobile #dia-menu-colapsable {
    display: none !important;
  }
  .isMobile .navbar-brand {
    position: static;
    top: auto;
    -ms-transform: none;
    -moz-transform: none;
    -o-transform: none;
    -webkit-transform: none;
    transform: none;
    padding: 15px 20px 15px;
    left: auto;
  }
  .isMobile .navbar-collapse.collapse {
    display: none !important;
  }
  .isMobile .navbar-toggle {
    display: inline-block;
  }
  .navbar-right .dropdown-about {
    right: -30px;
  }
  .dropdown-about {
    min-width: 600px;
    padding: 28px 30px 21px;
    border: none;
    border-radius: 0;
    transition: top 0.5s;
  }
  .dropdown-about:after {
    content: '';
    display: block;
    clear: both;
  }
  .dropdown-about .dropdown-col-50, .dropdown-about .dropdown-col-100 {
    display: inline-block;
    float: left;
  }
  .dropdown-about .dropdown-col-50 {
    width: 50%;
    margin-bottom: 24px;
  }
  .dropdown-about .dropdown-col-100 {
    width: 100%;
    margin-bottom: 14px;
  }
  .dropdown-about ul {
    padding: 0;
  }
  .dropdown-about li {
    line-height: 16px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .dropdown-about li a {
    color: #2F557F;
    font-size: 13px;
    line-height: 16px;
    padding: 0;
    font-weight: 500;
  }
  .dropdown-about li a:hover, .dropdown-about li a:focus, .dropdown-about li a:active {
    color: rgba(47, 85, 127, 0.5);
    background-color: #FFF;
  }
  .dropdown-about .dropdown-departments-list:after {
    content: '';
    display: block;
    clear: both;
  }
  .dropdown-about .dropdown-departments-list li {
    display: inline-block;
    float: left;
    width: 50%;
    margin-bottom: 15px;
    padding-right: 20px;
  }
  .dropdown-menu-title {
    display: block;
    margin-bottom: 13px;
    color: #656D76;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 2px;
    text-transform: uppercase;
  }
  .dia-menu-files .navbar-brand {
    position: relative;
    padding-right: 30px;
  }
  .dia-menu-files .navbar-brand .logo-iasd {
    height: 72px;
    margin-top: 19px;
    margin-bottom: 19px;
    margin-left: 30px;
  }
  .dia-menu-files .navbar-brand:before {
    width: 110px;
    height: 110px;
  }
  .dia-menu-files .btn-file-download, .dia-menu-files .btn-file-share {
    padding: 48px 30px 45px 30px;
  }
  .search-container {
    opacity: 0;
    display: block;
    position: absolute;
    width: 100%;
    top: 112px;
    left: 0;
    right: 0;
    height: 610px;
    padding-top: 53px;
    color: #FFF;
    background-color: #656D76;
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .search-container .encabezado-chico {
    margin-bottom: 18px;
    color: #FFFEFE;
    font-size: 11px;
    line-height: 22px;
    letter-spacing: 2px;
  }
  .search-container .list-search-terms {
    padding-left: 0;
    list-style: none;
  }
  .search-container .list-search-terms li {
    margin-bottom: 16px;
  }
  .search-container .list-search-terms li a {
    display: inline-block;
    color: rgba(255, 255, 255, 0.7);
    font-size: 32px;
    line-height: 1;
  }
  .search-container .list-search-terms li a:hover {
    color: #FFF;
  }
  .search-container .list-search-terms li:last-child {
    margin-bottom: 0;
  }
  .formulario-buscar-modal {
    position: relative;
    margin-bottom: 33px;
  }
  .formulario-buscar-modal .btn-buscar {
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 30px;
    background-image: url("img/icono-buscar-window.svg");
  }
  .formulario-buscar-modal .form-group {
    margin-bottom: 0;
  }
  .formulario-buscar-modal .form-control {
    height: auto;
    padding: 13px 45px 13px 0;
    background-color: rgba(255, 255, 255, 0);
    color: #FFF;
    font-size: 50px;
    line-height: 1;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 2px solid #FFF;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .formulario-buscar-modal .form-control:focus {
    border-color: #FFA92D;
    outline: none;
  }
  .search-open .search-container {
    z-index: 20;
    opacity: 1;
  }
  .search-open .dia-menu .btn-menu-buscar .icono-buscar {
    background-image: url("img/icono-cerrar-amarillo.svg");
    background-size: 12px;
  }
  .contenedor-mt-negativo {
    margin-top: -120px;
  }
  .hero-titulo {
    font-size: 65px;
    line-height: 60px;
  }
  .hero-servicio {
    font-size: 65px;
    line-height: 80px;
  }
  .hero-general .hero-descripcion, .hero-404 .hero-descripcion, .hero-department .hero-descripcion {
    margin-top: 19px;
  }
  .contenedor-detalle-noticia > *:not(.tiled-gallery) {
    max-width: 650px;
  }
  .contenedor-detalle-noticia .tiled-gallery {
    max-width: 750px;
    margin-right: auto;
    margin-left: auto;
  }
  .hero-info-contenedor {
    margin-top: 56px;
  }
  .home-new-fullscreen .home-new-info-wrapper .home-new-border {
    height: calc(100% + 40px);
    top: -20px;
    left: 20px;
  }
  .home-new-fullscreen .blog-post-info-wrapper {
    max-width: 420px;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .home-new-fullscreen .home-new-img {
    max-width: 650px;
    height: 420px;
  }
  .home-slider-contenedor .slick-dots {
    margin-top: calc(291px);
  }
  .home-resources-contenedor {
    margin-bottom: 40px;
  }
  .grid-iasd-logo {
    max-width: 80px;
  }
  .grid-rectangulo-vertical .live-txt-small {
    margin-bottom: 29px;
  }
  .grid-rectangulo-vertical .live-txt-big {
    margin-bottom: 31px;
    font-size: 25px;
    line-height: 35px;
  }
  .grid-rectangulo-gris .encabezado-mediano {
    margin-bottom: 23px;
  }
  .home-frase-img {
    max-height: 70px;
  }
  .grid-rectangulo .grid-cuadro-info-centrada {
    max-width: 600px;
    padding-right: 30px;
    padding-left: 30px;
  }
  .grid-rectangulo .feed-titulo {
    max-height: 80px;
    margin-top: 11px;
    margin-bottom: 21px;
    font-size: 30px;
    line-height: 40px;
  }
  .grid-cuadro-negro .grid-cuadro-info-centrada {
    padding-bottom: 10px;
  }
  .grid-frase-big {
    margin-bottom: 7px;
    padding-right: 10px;
    font-size: 60px;
  }
  .grid-frase-small {
    padding-left: 23px;
    font-size: 14px;
  }
  .feed-titulo {
    max-height: 140px;
    font-size: 32px;
    line-height: 35px;
  }
  .feed-titulo-bottom {
    bottom: 14px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .feed-source-top {
    top: 18px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .bloque-superior .encabezado-principal {
    margin-top: 11px;
    font-size: 50px;
    line-height: 70px;
  }
  .bloque-superior .bloque-info {
    padding-right: 30px;
    padding-left: 30px;
  }
  .bloque-noticia-destacada .bloque-info {
    bottom: 22px;
    padding-right: 25px;
    padding-left: 25px;
  }
  .blog-post-new {
    margin-bottom: 53px;
  }
  .blog-post-new .blog-post-info {
    padding-top: 14px;
    padding-bottom: 13px;
  }
  .blog-post-new .blog-post-img {
    height: 180px;
  }
  .blog-post-new .blog-post-fecha, .blog-post-new .post-categoria {
    width: 50%;
    display: inline-block;
    float: left;
  }
  .blog-post-new .blog-post-fecha {
    padding-right: 5px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .blog-post-new .post-categoria {
    padding-left: 5px;
    text-align: right;
  }
  .blog-post-new .blog-post-excerpt {
    height: 78px;
    font-size: 18px;
    line-height: 26px;
  }
  .blog-post-largo .blog-post-excerpt {
    height: 70px;
    font-size: 25px;
    line-height: 35px;
  }
  .blog-post-fullscreen .blog-post-img {
    height: 100%;
  }
  .blog-post-fullscreen .blog-post-info-wrapper {
    padding: 80px 40px 70px;
  }
  .blog-post-fullscreen .blog-post-info {
    margin-top: 23px;
    margin-bottom: 14px;
    padding: 0;
  }
  .blog-post-fullscreen .blog-post-fecha, .blog-post-fullscreen .post-categoria {
    width: auto;
    padding: 0;
  }
  .blog-post-fullscreen .blog-post-titulo, .home-new-fullscreen .blog-post-titulo {
    margin-bottom: 13px;
    font-size: 35px;
    line-height: 40px;
  }
  .blog-post-fullscreen .blog-post-titulo {
    max-height: 106px;
  }
  .blog-post-fullscreen .blog-post-excerpt, .home-new-fullscreen .blog-post-excerpt {
    margin-bottom: 13px;
    height: 44px;
    font-size: 14px;
    line-height: 22px;
  }
  .news-filtro-label, .news-filtro-dropdown .dropdown-toggle {
    height: 60px;
  }
  .news-filtro-dropdown .dropdown-toggle .filtro-texto-centrado {
    padding-right: 40px;
  }
  .news-filtro-dropdown .dropdown-toggle, .resources-filtro-dropdown .dropdown-toggle {
    padding-right: 40px;
    padding-left: 20px;
  }
  .post-titulo {
    font-size: 55px;
    line-height: 70px;
  }
  .blog-post-story .blog-post-story-info {
    padding-left: 30px;
    padding-right: 30px;
  }
  .blog-post-story.hero-fullscreen .blog-post-story-titulo {
    max-height: 174px;
    font-size: 50px;
    line-height: 58px;
  }
  .blog-post-story.hero-fullscreen .separador-vertical {
    margin-top: 19px;
  }
  .blog-post-story.hero-fullscreen .discover-more-text {
    margin-top: 28px;
  }
  .story-fecha {
    margin-bottom: 11px;
  }
  .hero-resources .hero-info-contenedor {
    padding-bottom: 40px;
  }
  .contenedor-resources-filtros {
    margin-top: -87px;
  }
  .resources-filtro-dropdown .dropdown-toggle {
    padding-top: 29px;
    padding-bottom: 28px;
  }
  .form-resource-search .form-control {
    min-height: 70px;
    width: calc(100% - 70px);
  }
  .btn-filtro-buscar {
    width: 70px;
    height: 70px;
  }
  .resources-dropdown-departments {
    width: 30%;
  }
  .resources-dropdown-departments.filtrado, .resources-dropdown-initiatives.filtrado, .resources-dropdown-events.filtrado {
    width: 20%;
  }
  .form-resource-search.filtrado {
    width: 40%;
  }
  .resources-dropdown-year {
    width: 25%;
  }
  .form-resource-search {
    width: 45%;
  }
  .blog-post-resource .blog-post-resource-img-contenedor, .blog-post-file .blog-post-resource-img-contenedor {
    height: 110px;
  }
  .resource-project-contenedor.contenedor-mt-negativo {
    margin-top: -140px;
  }
  .resource-project-contenedor .post-titulo {
    margin-top: 12px;
  }
  #dia-menu-files .dropdown-menu {
    width: 100%;
    min-width: 0;
    right: 0;
    left: auto;
  }
  .file-encabezado {
    margin-top: 54px;
    margin-bottom: 50px;
    padding-bottom: 26px;
  }
  .file-project {
    margin-bottom: 16px;
  }
  .file-titulo {
    font-size: 30px;
    line-height: 40px;
  }
  .file-contenedor-interno.file-icon-contenedor {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .file-contenedor-interno .icono-archivo-detalle {
    max-height: 144px;
  }
  .about-church:after {
    width: 250px;
    height: 320px;
    left: -125px;
  }
  .about-church-contenedor, .about-sda-history-contenedor {
    padding-bottom: 80px;
  }
  .about-history-img-rectangulo {
    width: 330px;
    left: 141px;
  }
  .about-history-img-cuadro {
    width: 360px;
  }
  .about-history-img-grande {
    width: 471px;
  }
  .about-numbers-container .acerca-descripcion {
    margin-bottom: 53px;
  }
  .about-leadership-container {
    padding-top: 150px;
    padding-bottom: 50px;
  }
  .dia-numbers-bloque {
    width: 350px;
    height: 350px;
  }
  .dia-numbers-bloque .dia-number-big {
    margin-bottom: 19px;
    font-size: 130px;
  }
  .dia-numbers-bloque .dia-number-info {
    padding-right: 70px;
    padding-left: 70px;
  }
  .dia-numbers-bloque .dia-numbers-description {
    margin-top: 23px;
  }
  .dia-numbers-bloque.number-bloque-centrado {
    top: 50px;
  }
  .department-bloque .department-info h4 {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 1.5px;
  }
  .mapa-uniones {
    z-index: 1;
    position: absolute;
    right: 0;
    top: 0;
    max-width: 480px;
    max-height: 100%;
  }
  .contact-info {
    max-width: 400px;
    padding: 39px 30px 39px;
  }
  .encabezado-contacto {
    margin-bottom: 27px;
    font-size: 50px;
  }
  .contact-description {
    margin-top: 28px;
  }
  .contact-description, .contact-info-text {
    font-size: 15px;
    line-height: 24px;
  }
  .contact-info-text:before {
    top: 4px;
  }
  .map-contenedor {
    height: 500px;
  }
  .hero-department .hero-info-contenedor {
    padding-bottom: 36px;
  }
  .hero-department .hero-titulo {
    line-height: 80px;
  }
  .blog-post-evento .blog-post-evento-img {
    width: 380px;
  }
  .blog-post-evento .blog-post-evento-fecha {
    left: 290px;
  }
  .blog-post-evento .blog-post-evento-info {
    width: calc(100% - 470px);
    padding-right: 40px;
    padding-left: 40px;
  }
  .event-card .blog-post-fecha {
    margin-bottom: 23px;
  }
  .event-card .blog-post-fecha:after {
    margin-top: 26px;
  }
  .event-card .blog-post-info {
    height: 184px;
    padding: 25px 20px;
  }
  .event-card .event-title-card {
    max-height: 56px;
    font-size: 18px;
    line-height: 28px;
  }
  .live-container {
    margin-top: -327px;
  }
  .live-container .hero-titulo {
    margin-bottom: 43px;
  }
  .more-videos-list .video-link-wrapper {
    margin-bottom: 21px;
  }
  .page-content {
    margin-top: 41px;
  }
  .encabezado-general-contenedor {
    padding-top: 50px;
    padding-bottom: 29px;
  }
  .search-message-contenedor.search-message-not-found .icono-search-not-found, .search-message-contenedor.search-message-not-found .search-message-text {
    display: inline-block;
  }
  .search-message-contenedor.search-message-not-found .icono-search-not-found {
    margin-bottom: 0;
  }
  .search-message-contenedor.search-message-not-found .search-message-text {
    position: relative;
    top: -5px;
  }
  .sitemap-container .menu-mayusculas, .sitemap-container .sitemap-encabezado {
    letter-spacing: 2px;
  }
  .footer-superior {
    position: relative;
  }
  .footer-superior .logo-iasd-contenedor {
    position: absolute;
    display: inline-block;
    width: 18%;
    height: 100%;
    top: 0;
    left: 0;
    float: left;
    padding-top: 0;
    padding-bottom: 0;
  }
  .footer-superior .logo-iasd-contenedor .logo-iasd-footer {
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    margin-right: auto;
    margin-left: auto;
    right: 0;
    left: 0;
  }
  .footer-superior .footer-more, .footer-superior .footer-social {
    float: right;
    border-top: none;
    border-left: 1px solid rgba(255, 255, 255, 0.3);
  }
  .footer-superior .footer-social {
    width: 35%;
    border-right: none;
  }
  .footer-superior .footer-more {
    width: 47%;
  }
  .footer-superior .footer-more .link-hope-channel .footer-row-centrado, .footer-superior .footer-more .link-find .footer-row-centrado {
    max-width: 105px;
  }
  .footer-superior .link-hope-channel span img, .footer-superior .link-find span img {
    margin-right: 15px;
  }
}

@media (min-width: 1200px) {
  .dia-menu .navbar-nav {
    margin-right: -30px;
  }
  .dia-menu .navbar-nav > li > a {
    margin-right: 15px;
    margin-left: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 14px;
  }
  .dia-menu .logo-iasd {
    height: 72px;
    width: 248px;
  }
  .dia-menu-files .btn-file-download, .dia-menu-files .btn-file-share {
    padding-right: 50px;
    padding-left: 50px;
  }
  .contenedor-mt-negativo {
    margin-top: -190px;
  }
  .home-new-fullscreen .home-new-info-wrapper .home-new-border {
    height: calc(100% + 60px);
    top: -30px;
    left: 30px;
  }
  .home-new-fullscreen .blog-post-info-wrapper {
    max-width: 510px;
    padding: 59px 40px;
  }
  .home-new-fullscreen .home-new-img {
    max-width: 700px;
    height: 450px;
  }
  .home-slider-contenedor .slick-dots {
    margin-top: calc(306px);
  }
  .grid-iasd-logo {
    max-width: 110px;
  }
  .home-frase-img {
    max-height: 85px;
  }
  .grid-rectangulo .feed-titulo {
    margin-top: 11px;
    margin-bottom: 31px;
  }
  .grid-rectangulo-vertical .live-txt-small {
    margin-bottom: 42px;
  }
  .grid-rectangulo-vertical .live-txt-big {
    max-width: 250px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 51px;
    font-size: 30px;
    line-height: 40px;
  }
  .grid-frase-big {
    margin-bottom: 4px;
    padding-right: 13px;
    font-size: 72px;
  }
  .grid-frase-small {
    padding-left: 28px;
    font-size: 17px;
    letter-spacing: 5px;
  }
  .feed-titulo {
    max-height: 175px;
  }
  .feed-titulo-bottom {
    bottom: 24px;
    padding-left: 30px;
    padding-right: 30px;
  }
  .feed-source-top {
    top: 28px;
    padding-left: 30px;
    padding-right: 30px;
  }
  .bloque-superior .encabezado-principal {
    margin-top: 20px;
    font-size: 60px;
    line-height: 80px;
  }
  .bloque-superior .bloque-info {
    padding-right: 40px;
    padding-left: 40px;
  }
  .bloque-noticia-destacada .bloque-info {
    bottom: 27px;
  }
  .bloque-noticia-destacada .blog-post-fecha {
    margin-bottom: 4px;
  }
  .bloque-noticia-destacada .blog-post-titulo {
    max-height: 120px;
    font-size: 20px;
    line-height: 30px;
  }
  .cuadro-color .blog-post-titulo {
    max-height: 160px;
    font-size: 35px;
    line-height: 40px;
  }
  .noticia-grande .bloque-info {
    padding-right: 35px;
    padding-left: 35px;
  }
  .noticia-grande .blog-post-titulo {
    margin-bottom: 17px;
    max-height: 105px;
    font-size: 30px;
    line-height: 35px;
  }
  .blog-post-new .blog-post-img {
    height: 220px;
  }
  .blog-post-fullscreen .blog-post-img {
    height: 100%;
  }
  .blog-post-fullscreen .blog-post-info-wrapper {
    padding: 110px 40px 100px;
  }
  .blog-post-fullscreen .blog-post-info {
    margin-top: 28px;
    margin-bottom: 18px;
  }
  .blog-post-fullscreen .blog-post-titulo, .home-new-fullscreen .blog-post-titulo {
    margin-bottom: 18px;
    font-size: 38px;
    line-height: 44px;
  }
  .blog-post-fullscreen .blog-post-titulo {
    max-height: 116px;
  }
  .blog-post-fullscreen .blog-post-excerpt, .home-new-fullscreen .blog-post-excerpt {
    margin-bottom: 18px;
    height: 44px;
    font-size: 14px;
    line-height: 22px;
  }
  .post-titulo {
    font-size: 65px;
    line-height: 80px;
  }
  .hero-resources .hero-info-contenedor {
    padding-bottom: 43px;
  }
  .contenedor-resources-filtros {
    margin-top: -87px;
  }
  .resources-filtro-dropdown .dropdown-toggle {
    padding-top: 34px;
    padding-bottom: 33px;
  }
  .form-resource-search .form-control {
    min-height: 80px;
    width: calc(100% - 80px);
  }
  .btn-filtro-buscar {
    width: 80px;
    height: 80px;
  }
  .blog-post-resource .blog-post-resource-img-contenedor, .blog-post-file .blog-post-resource-img-contenedor {
    height: 110px;
  }
  .story-fecha {
    margin-bottom: 10px;
  }
  .file-contenedor-interno.file-icon-contenedor {
    padding-top: 145px;
    padding-bottom: 145px;
  }
  .about-contenedor-info .about-contenedor-info-centrado {
    max-width: 440px;
    padding-right: 50px;
  }
  .about-history-img-rectangulo {
    width: 458px;
    left: 180px;
  }
  .about-history-img-cuadro {
    width: 440px;
  }
  .about-history-img-grande {
    width: 640px;
  }
  .mapa-uniones {
    max-width: 650px;
  }
  .contact-info {
    max-width: 440px;
    padding-top: 49px;
    padding-bottom: 53px;
    left: 30px;
  }
  .contact-description {
    font-size: 18px;
    line-height: 28px;
  }
  .contact-info-text {
    font-size: 14px;
    line-height: 28px;
  }
  .map-contenedor {
    height: 600px;
  }
  .footer-superior .footer-more .link-hope-channel .footer-row-centrado, .footer-superior .footer-more .link-find .footer-row-centrado {
    max-width: 100%;
  }
  .footer-superior .footer-more .link-hope-channel .footer-row-centrado img, .footer-superior .footer-more .link-find .footer-row-centrado img {
    display: inline-block;
    margin-bottom: 0;
    margin-right: 10px;
  }
  .footer-inferior {
    padding: 14px 0 13px;
  }
  .footer-inferior:after {
    content: '';
    display: block;
    clear: both;
  }
  .footer-inferior .copyright, .footer-inferior .footer-inferior-menu {
    display: inline-block;
  }
  .footer-inferior .copyright {
    width: 43.984375%;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
    line-height: 43px;
  }
  .footer-inferior .footer-inferior-menu {
    width: 56.015625%;
    float: right;
    margin-bottom: 0;
  }
  .footer-inferior .footer-inferior-menu li {
    width: 33.33333%;
    margin-right: 0;
  }
}

@media (min-width: 1400px) {
  .contenedor-uniones {
    max-width: 1280px;
    margin-right: auto;
    margin-left: auto;
  }
  .mapa-uniones {
    right: 70px;
  }
}

@media (min-width: 848px) and (max-width: 991px), (min-width: 1072px) and (max-width: 1199px), (min-width: 1280px) {
  .home-resources-contenedor {
    margin-top: 0;
  }
  .home-resources-contenedor .btns-calendario-separador {
    display: none!important;
  }
  .home-resources-contenedor .slick-next, .home-resources-contenedor .slick-prev {
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .home-resources-contenedor .slick-next {
    right: -25px;
  }
  .home-resources-contenedor .slick-prev {
    left: -25px;
  }
}

@media (min-width: 798px) and (max-width: 991px), (min-width: 1022px) and (max-width: 1199px), (min-width: 1230px) {
  .about-contenedor-info .separador-flotante {
    margin-right: -30px;
  }
}

/* ------------------------------- WP CORE -------------------------------- */
.alignnone {
  margin: 5px auto 20px auto;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 0 auto;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 0 20px;
}

a img.alignnone {
  margin: 5px auto 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 0 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px auto 20px auto;
}

.wp-caption.alignleft {
  margin: 5px 20px 0 0;
}

.wp-caption.alignright {
  margin: 5px 0 0 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 8px 4px 5px;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Image replacement
 */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */
  *text-indent: -9999px;
}

.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */
.hidden {
  display: none !important;
  visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */
.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.clearfix:after {
  clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.clearfix {
  *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}

@media print, (-o-min-device-pixel-ratio: 5 / 4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /*
     * Don't show links for images, or javascript/internal links
     */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
    /* h5bp.com/t */
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}

.a2a_svg {
  border-radius: 0 !important;
}

.a2a_kit {
  border-radius: 0 !important;
  padding: 26px 15px 20px 15px;
}

.tool-container.tool-bottom, .tool-container.tool-top {
  height: auto;
  background-color: #efedec;
}

.tool-container {
  background-size: 100% 100%;
  border-radius: 0px;
  position: absolute;
}

.tool-container.tool-bottom .tool-item, .tool-container.tool-top .tool-item {
  float: left;
  border-right: 0;
  border-left: 0;
}

.tool-item {
  width: 30px;
  height: 30px;
  -o-transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  transition: .5s;
  cursor: pointer;
}

.tool-container.tool-bottom .arrow {
  border-color: transparent transparent #efedec;
  left: 50%;
  top: -14px;
  margin-left: -7px;
}

.tool-container.tool-top .arrow {
  border-color: #efedec transparent transparent;
  left: 50%;
  bottom: -14px;
  margin-left: -7px;
}

.tool-item.selected, .tool-item:hover {
  background: #efedec;
}

.tool-top .tool-item:first-child:hover, .tool-bottom .tool-item:first-child:hover {
  border-radius: 0;
}

.tool-item:hover {
  opacity: 0.3;
}

.dia-btn-share-fb {
  cursor: pointer;
}

#dia-menu-files .dropdown-menu, .file-btns-contenedor .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  -webkit-box-shadow: none;
  padding: 0;
  border: 1px solid #EFF0F0;
  border-top: none;
}

#dia-menu-files .dropdown-menu li, .file-btns-contenedor .dropdown-menu li {
  width: 100%;
}

#dia-menu-files .dropdown-menu li a, .file-btns-contenedor .dropdown-menu li a {
  padding: 15px;
  text-transform: uppercase;
  color: #2F557F;
  font-weight: 500;
  -o-transition: unset;
  -moz-transition: unset;
  -webkit-transition: unset;
  transition: unset;
}

.file-btns-contenedor .dropdown-menu {
  width: 100%;
}

.dropdown-menu .dia-btn-share-fb, .dropdown-menu .btn-tw {
  border-bottom: 1px solid #EFF0F0 !important;
}

#svg-fb, #svg-tw, #svg-mail {
  background-color: #ffffff;
  margin: 0 auto;
}

#svg-fb:hover, #svg-tw:hover, #svg-mail:hover {
  background-color: #f5f5f5 !important;
}

.single-post .categories-container, .single-post .contenedor-sharing, .single-stories .contenedor-sharing, .single-stories .post-info-contenedor {
  display: inline-block;
}

.categories-container span, .separador-share {
  margin-left: 25px;
  margin-right: 25px;
}

.contenedor-sharing .btn-blanco.btn-share {
  padding: 7px 20px 11px 20px;
  color: #656D76;
}

.contenedor-sharing .btn-blanco.btn-share:hover {
  color: #FFF;
  background-color: #656D76;
  border-color: #656D76;
}

.separador-share {
  font-size: 11px;
}

.social-share-container {
  display: inline-block;
}

.social-share-container .avatar-circulo {
  margin-bottom: 0;
  margin-right: 10px;
  display: inline-block;
  float: left;
}

.social-share-container .post-info {
  display: inline-block;
}

.dropdown-menu .botones-sociales {
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: center;
}

#dia-menu-files .dropdown-menu li a, .visible-xs .dropdown-menu li a {
  height: 55px;
}

.js-tilt-glare {
  pointer-events: none;
}

.resources-btn-view {
  padding: 20px 30px;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: rgba(32, 32, 32, 0.5);
  font-size: 11px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 12px;
  background-color: #FFFFFF;
  text-transform: uppercase;
  display: inline-block;
}

.resources-btns-tipo {
  margin-bottom: 40px;
}

.resources-btns-container {
   box-shadow: 0 2px 9px 0 rgba(101, 109, 118, 0.1);
   display: inline-block;
}

.resources-activo, .resources-activo:hover, .resources-btn-view:hover  {
  background-color: #2F557F;
  color: #ffffff;
}

.file-depto, .file-depto a {
  font-size: 11px;
  line-height: 18px;
  color: #656D76;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 10px;
  max-height: 18px;
}

.file-resource, .file-resource a {
  font-size: 14px;
  line-height: 20px;
  color: rgba(101,109,118,0.7);
  font-weight: 300;
  margin-bottom: 10px;
  max-height: 20px;
}

.file-event, .file-event a {
  font-size: 11px;
  line-height: 18px;
  color: #656D76;
  font-weight: 300;
  margin-bottom: 10px;
  max-height: 18px;
}

.resources-dropdown-departments {
    max-height: 80px;
}

.resources-filtro-dropdown button {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.btn-ancho {
    width: 100%!important;
    border-left: none!important;
}

.mb-35 {
  margin-bottom: 35px!important;
}

.event-card-info-superior {
  -webkit-box-shadow: 0 25px 20px -20px rgba(101,109,118,.2);
  -moz-box-shadow: 0 25px 20px -20px rgba(101,109,118,.2);
  box-shadow: 0 25px 20px -20px rgba(101,109,118,.2);
}

.single-event .btn-share {
  background-color: #f8f8f9
}
.single-event .btn-share:hover {
  color: #FFF;
  background-color: #656D76;
  border-color: #656D76;
}

.lineahr {
    margin-top: 23px;
}

.lineahr hr {
    border-top: 1px solid rgba(101, 109, 118, 0.2);
    width: 100%;
}

.contenedor-loadmore {
    text-align: center;
}

.next.page-numbers {
    display: inline-block!important;
}

.blog .contenedor-paginacion {
    margin-bottom: 60px;
}

.file-titulo, .file-depto, .file-resource, .file-event {
  overflow: hidden;
}

.encabezado-notfound {
    margin-bottom: 30px;
}

#story-content {
    padding-bottom: 60px;
}

#ff-stream-3 {
  z-index: 1;
}

.g-recaptcha div {
  margin: 40px auto;
}

/* Ajustes recursos */
.resources-image-wrapper {
  display: flex;
}

.resources-image-wrapper:before {
  content: '';
  display: block;
  padding-top: 42%;
}

a.resources-image-wrapper:hover .resources-image {
  opacity: 0.5;
}

.resources-icon-wrapper {
  align-items: center;
  background-color: #2F557F;
  display: flex;
  flex-shrink: 0;
  justify-content: center;
  width: 70px;
}

.blog-post-file .resources-image-wrapper .icono-archivo {
  position: static;
  -ms-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -webkit-transform: none;
  transform: none;
}

.resources-image {
  background-color: #656D76;
  background-image: url('img/recursos-imagen-default.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transition:  0.5s opacity;
  width: 100%;
}


.reading-time {
    font-size: 14px;
    color: #666;
    font-style: italic;
    margin-bottom: 15px;
    display: block;
}

nav.dia-menu.navbar.donations-menu {
    display: flex
;
    align-items: center;
}