@charset "UTF-8";
/*================================================================================================================*/
/*=                                             = *  Instiglio  * =                                              =*/
/*=                                         = *  Marketeros agencia  * =                                         =*/
/*=                                           = *  copyright 2020  * =                                           =*/
/*================================================================================================================*/
/*= 1. Reset =*/
/*= 2. Navegacion =*/
/*= 3. Home =*/
/*= 4. Team =*/
/*=================================================================================================================*/
/*=================================================================================================================*/
/*=                                                 = 1. Reset =                                                  =*/
/*=================================================================================================================*/
@font-face {
  font-family: "Gill Sans MT Std";
  src: url("GillSansMTStd-Medium.woff2") format("woff2"), url("GillSansMTStd-Medium.woff") format("woff"), url("GillSansMTStd-Medium.svg#GillSansMTStd-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gill Sans MT";
  src: url("GillSansMT.woff2") format("woff2"), url("GillSansMT.woff") format("woff"), url("GillSansMT.svg#GillSansMT") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gill Sans MT";
  src: url("GillSansMT-Bold.woff2") format("woff2"), url("GillSansMT-Bold.woff") format("woff"), url("GillSansMT-Bold.svg#GillSansMT-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
html {
  scroll-behavior: smooth;
}

html,
body {
  overflow-x: hidden !important;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  margin: 0;
  padding: 0;
}

.entry-content {
  margin: 0 !important;
}

.home .site .site-main .entry-header,
.entry-footer {
  display: none;
}

.page {
  margin: 0 !important;
}

a,
p {
  font-family: var(--texto);
}

p {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font-family: var(--titulo);
  font-weight: unset;
}

ul,
li {
  margin: 0;
  padding: 0;
}

.home div#content {
  margin-bottom: -60px;
}

.entry-title {
  display: none;
}

/*=================================================================================================================*/
/*=                                               = 2. Navegacion =                                               =*/
/*=================================================================================================================*/
.site-header {
  position: fixed;
  z-index: 9999;
  width: 100%;
  background-color: #fff;
  box-shadow: 0px 10px 44px -6px rgba(0, 0, 0, 0.15);
  top: 0;
}

.site-header > .logo {
  width: 20%;
}

.site-header > .logo > a {
  display: block;
}

.site-header > .logo > a > img {
  height: 38px;
}

.site-header > .main-navigation .menu {
  display: flex;
}

.site-header > .main-navigation .menu > li {
  margin-right: 40px;
}

.site-header > .main-navigation .menu > li.contacto {
  margin-left: auto;
}

.site-header > .main-navigation .menu > li.contacto,
.site-header > .main-navigation .menu > li.lang-item {
  margin-right: 12px;
}

.site-header > .main-navigation .menu > li.contacto > a {
  background-color: var(--azul);
  color: #fff;
  padding: 5px 20px;
  font-weight: 600;
  border-radius: 5px;
}

.site-header > .main-navigation .menu > li.lang-item > a {
  padding: 3px 5px;
  border-radius: 5px;
  border: 1px solid #414242;
  display: block;
  width: 32px;
  position: relative;
  color: rgba(0, 0, 0, 0);
}

.site-header > .main-navigation .menu > li.lang-item > a::after {
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: var(--negro);
  line-height: 15px;
  display: block;
  position: absolute;
}

.site-header > .main-navigation .menu > li.lang-item.current-lang > a::after {
  color: #fff;
}

.site-header > .main-navigation .menu > li.lang-item.current-lang > a {
  background-color: var(--azul);
}

.site-header > .main-navigation .menu > li > a {
  color: var(--negro);
  font-size: var(--texto) !important;
}

.entry-content {
  margin-top: 4em !important;
}

.item-contact {
  background: var(--azul);
  padding: 0.5em 1em;
  border-radius: 5px;
}
.item-contact a {
  color: var(--white) !important;
}

/*=================================================================================================================*/
/*=                                                  = 3. Home =                                                  =*/
/*=================================================================================================================*/
.bannerHome .sliderHome {
  margin: 0;
  padding: 0;
}

.bannerHome .slideHome > div {
  margin: 0 auto;
  align-items: center;
  display: flex;
  padding-top: 100px;
}

.bannerHome .slideHome .titulo p {
  color: #fff;
  text-transform: uppercase;
  font-size: 50px;
  width: 50%;
  line-height: 50px;
  margin-bottom: 1.5rem;
}

.bannerHome .slideHome .titulo p strong {
  font-size: 3.5rem;
  font-weight: 500;
  line-height: 1.1;
}

.bannerHome .slideHome .desc p {
  color: #fff;
  font-size: 18px;
  max-width: 61ch;
  margin-bottom: 30px;
}

.bannerHome .slideHome .accion > a {
  background-color: rgba(0, 0, 0, 0);
  color: #fff;
  font-family: var(--texto);
  font-weight: 600;
  font-size: 18px;
  padding: 0;
}

.bannerHome .slideHome .accion > a:hover {
  background-color: rgba(0, 0, 0, 0);
  color: #fff;
}

.bannerHome .slick-slider .slick-dots {
  padding: 0;
  transform: translateY(-50%);
  bottom: inherit;
  height: 100%;
  width: auto;
  right: 3%;
  top: 50%;
  display: flex !important;
  flex-direction: column;
  justify-content: center;
}

.bannerHome .slick-slider .slick-dots > li {
  margin: 0;
}

.whoWeAre {
  background-color: var(--gris-claro);
  padding-top: 4em;
}

.whoWeAre .desc {
  margin: 0;
}

.whoWeAre .apendice {
  margin-bottom: 10px;
}

.whoWeAre .apendice p {
  text-transform: uppercase;
  color: var(--azul);
  font-size: 17px;
  padding-bottom: 10px;
  position: relative;
}

.whoWeAre .apendice p::after {
  content: "";
  width: 80px;
  height: 2px;
  background-color: var(--azul);
  bottom: 0;
  left: 0;
  position: absolute;
}

.whoWeAre .titulo {
  line-height: 1.2;
  font-weight: 500;
  color: var(--negro);
}
.whoWeAre .titulo h2 {
  font-size: 2em;
}

.whoWeAre .colImagenes > div > .wpb_wrapper {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}

.whoWeAre .colImagenes > div > .wpb_wrapper > div.imagen {
  width: 49%;
  margin: 0;
}

.featuredProjects {
  padding-top: 50px;
}

.featuredProjects .encabezado {
  text-align: center;
  margin-bottom: 60px;
}

.featuredProjects .encabezado h2 {
  font-weight: normal;
  color: var(--azul);
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.featuredProjects .encabezado h2::after {
  content: "";
  width: 80px;
  height: 2px;
  background-color: var(--azul);
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  position: absolute;
}

.featuredProjects .filaContenedor {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 0.8fr 1.2fr;
  gap: 16px 8px;
  grid-template-areas: "bloqueUno bloqueDos" "bloqueUno bloqueTres";
  height: 570px;
  margin-bottom: 40px;
}

.featuredProjects .filaContenedor::before,
.featuredProjects .filaContenedor::after {
  display: none;
}

.featuredProjects .filaContenedor > .bloqueUno {
  grid-area: bloqueUno;
  width: 100%;
}

.featuredProjects .filaContenedor > .bloqueUno > div {
  height: 100%;
}

.featuredProjects .filaContenedor > .bloqueDos {
  grid-area: bloqueDos;
  width: 100%;
}

.featuredProjects .filaContenedor > .bloqueDos > div {
  height: 100%;
}

.featuredProjects .filaContenedor > .bloqueTres {
  grid-area: bloqueTres;
  width: 100%;
}

.featuredProjects .filaContenedor > .bloqueTres > div {
  height: 100%;
}

.featuredProjects .filaContenedor .texto {
  text-align: right;
  color: #fff;
  width: 85%;
  margin: 0 auto;
}

.featuredProjects .filaContenedor .texto > p {
  margin: 0;
}

.featuredProjects .filaContenedor .texto > p.apendice {
  text-transform: uppercase;
  position: relative;
  font-size: 17px;
  padding-bottom: 10px;
  margin-bottom: 15px;
}

.featuredProjects .filaContenedor .texto > p.apendice::after {
  content: "";
  width: 80px;
  height: 2px;
  background-color: #fff;
  bottom: 0;
  right: 0;
  position: absolute;
}

.featuredProjects .filaContenedor .texto > p.titulo {
  text-transform: capitalize;
  font-size: 28px;
  line-height: 30px;
}

.featuredProjects .filaContenedor .texto > p.lugar {
  font-size: 25px;
}

.featuredProjects .filaContenedor > div > div {
  position: relative;
  z-index: 1;
}

.featuredProjects .filaContenedor > div > div::after {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  -webkit-transition: 0.4s all ease;
  -o-transition: 0.4s all ease;
  transition: 0.4s all ease;
  position: absolute;
  z-index: -1;
}

.featuredProjects .filaContenedor > div:hover > div::after {
  opacity: 1;
}

.featuredProjects .actionProjects {
  margin: 0;
}

.featuredProjects .actionProjects a {
  background-color: transparent !important;
  border: none !important;
  padding: 0;
  color: var(--azul) !important;
  font-family: var(--texto);
  font-size: 17px;
  font-weight: 700;
}

.featuredProjects .filaPartners {
  margin-top: 100px;
  margin-bottom: 10px;
}

.featuredProjects .filaPartners .titulo h2 {
  font-size: 28px;
  font-weight: 500;
  color: var(--azul);
  line-height: 35px;
  padding-bottom: 20px;
  position: relative;
}

.featuredProjects .filaPartners .titulo h2::after {
  content: "";
  width: 80px;
  height: 2px;
  background-color: var(--azul);
  bottom: 0;
  left: 0;
  position: absolute;
}

.blog .btn-arrow {
  width: 100%;
}
.blog .btn-arrow a {
  max-width: 100%;
  justify-content: center;
}

.blogHome {
  padding-bottom: 80px;
}

.blogHome .encabezado {
  text-align: center;
}

.blogHome .encabezado h2 {
  font-weight: normal;
  color: var(--negro);
  margin-bottom: 30px;
  padding-bottom: 10px;
  position: relative;
}

.blogHome .encabezado h2::after {
  content: "";
  width: 35px;
  height: 2px;
  background-color: var(--azul);
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  position: absolute;
}

.blogHome .ult-carousel-wrapper {
  padding: 0;
}

.blogHome .slick-slider button.slick-prev {
  left: -40px;
}

.blogHome .slick-slider button.slick-next {
  right: -40px;
}

.blogHome .slick-slider button::after {
  content: "";
  width: calc(100% + 20px);
  height: calc(100% + 20px);
  border-radius: 50%;
  background-color: #fff;
  -webkit-box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.14);
  -moz-box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.14);
  box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.14);
  top: 50%;
  left: 50%;
  position: absolute;
  -webkit-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  -o-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
  -webkit-transition: 0.4s transform ease;
  -o-transition: 0.4s transform ease;
  transition: 0.4s transform ease;
  z-index: -1;
}

.blogHome .slick-slider button:hover:after {
  -webkit-transform: translate(-50%, -50%) scale(1.2);
  -ms-transform: translate(-50%, -50%) scale(1.2);
  -o-transform: translate(-50%, -50%) scale(1.2);
  transform: translate(-50%, -50%) scale(1.2);
}

.blogHome .slick-slider .slick-list {
  overflow: visible;
}

.blogHome .slick-slider .slick-list .slick-slide .vc_grid-container .vc_grid-item-mini {
  min-height: 320px;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
}

.blogHome .slick-slider .slick-list .slick-slide .vc_grid-container .vc_grid-item-mini > div:last-of-type {
  margin-top: auto;
}

.blogHome .slick-slider .slick-list .slick-slide .vc_grid-container .vc_gitem-col {
  padding: 0;
}

.blogHome .slick-slider .slick-list .slick-slide .vc_grid-container .vc_gitem-col > .categoria {
  margin-bottom: 0px;
  text-align: left;
}

.blogHome .slick-slider .slick-list .slick-slide .vc_grid-container .vc_gitem-col > .categoria a {
  text-transform: uppercase;
  color: var(--azul);
  padding-bottom: 5px;
  margin-bottom: 10px;
  display: block;
  position: relative;
}

.blogHome .slick-slider .slick-list .slick-slide .vc_grid-container .vc_gitem-col > .categoria > div:hover {
  background-color: rgba(0, 0, 0, 0) !important;
}

.blogHome .slick-slider .slick-list .slick-slide .vc_grid-container .vc_gitem-col > .categoria a::after {
  content: "";
  width: 20px;
  height: 2px;
  background-color: var(--azul);
  bottom: 0;
  left: 0;
  position: absolute;
}

.blogHome .slick-slider .slick-list .slick-slide .vc_grid-container .vc_gitem-col > .titulo h3 {
  font-size: 25px;
  font-weight: normal;
  padding-right: 20px;
  line-height: 31px;
}

.blogHome .actionProjects {
  margin: 0;
}

.blogHome .actionProjects > a {
  background-color: transparent !important;
  border: none !important;
  padding: 0;
  color: var(--azul) !important;
  font-size: 17px;
  font-weight: 700;
  font-family: var(--texto);
}

.impact .btn-arrow {
  width: 100%;
}
.impact .btn-arrow a {
  max-width: 100%;
  justify-content: center;
}

.contactUsHome {
  text-align: center;
}

.contactUsHome .texto h2 {
  font-weight: normal;
  font-size: 2em;
  line-height: 1.2;
  color: var(--azul);
}

.contactUsHome .action {
  margin: 0;
}

.contactUsHome .action > a {
  background-color: transparent !important;
  border: none !important;
  padding: 0;
  color: var(--azul) !important;
  font-size: 17px;
  font-weight: 700;
  font-family: var(--texto);
}

.site-footer {
  background-color: var(--gris-claro);
}
.site-footer br {
  display: none;
}
.site-footer .foot-privacy {
  font-size: 0.9em;
  color: var(--negro);
}
.site-footer .foot-privacy a {
  text-decoration: none;
  color: var(--black);
}

.site-footer > .footerTop {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.site-footer > .footerTop > section:nth-child(1) {
  width: 30%;
}

.site-footer > .footerTop > section:nth-child(1) .offices {
  text-decoration: none;
  color: #174a85;
  font-family: var(--texto);
  font-weight: bold;
  font-size: 18px;
  line-height: 18px;
  position: relative;
  padding-right: 20px;
}

.site-footer > .footerTop > section:nth-child(1) .offices::after {
  content: "";
  width: 15px;
  height: 15px;
  background-image: url(https://www.instiglio.org/wp-content/uploads/2020/10/Icon-feather-arrow-up.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  position: absolute;
}

.site-footer > .footerTop > section:nth-child(2) {
  width: 40%;
}

.site-footer > .footerTop > section:nth-child(2) > .textwidget {
  display: flex;
  padding-right: 50px;
}

.site-footer > .footerTop > section:nth-child(2) > .textwidget > ul {
  margin: 0;
  width: 50%;
  list-style: none;
}

.site-footer > .footerTop > section:nth-child(2) > .textwidget > ul > li {
  margin-bottom: 8px;
}

.site-footer > .footerTop > section:nth-child(2) > .textwidget > ul > li > a {
  text-decoration: none;
  color: #174a85;
  font-family: var(--texto);
  font-size: 18px;
}

.site-footer > .footerTop > section:nth-child(2) > .textwidget > ul > ul {
  margin: 0;
  list-style: none;
}

.site-footer > .footerTop > section:nth-child(2) > .textwidget > ul > ul > li {
  margin-bottom: 8px;
}

.site-footer > .footerTop > section:nth-child(2) > .textwidget > ul > ul > li > a {
  text-decoration: none;
  color: #414242;
  font-family: var(--texto);
  font-size: 18px;
  position: relative;
  padding-left: 20px;
}

.site-footer > .footerTop > section:nth-child(2) > .textwidget > ul > ul > li > a::before {
  content: "";
  width: 8px;
  height: 1px;
  background-color: #174a85;
  left: 0;
  top: 50%;
  position: absolute;
}

.site-footer > .footerTop > section:nth-child(3) {
  width: 30%;
}

.site-footer > .footerTop > section > h2 {
  color: var(--azul);
  font-weight: normal;
  font-size: 28px;
  padding-bottom: 20px;
  margin-bottom: 30px;
  position: relative;
}

.site-footer > .footerTop > section > h2::after {
  content: "";
  width: 80px;
  height: 2px;
  background-color: var(--azul);
  bottom: 0;
  left: 0;
  position: absolute;
}

.site-footer > .footerTop > section > .textwidget > p {
  width: 90%;
  font-size: 18px;
  color: var(--negro);
}

.site-footer > .footerTop > section ul.redes {
  margin: 0;
  list-style: none;
  display: flex;
}

.site-footer > .footerTop > section ul.redes > li {
  margin-right: 10px;
}

.site-footer > .footerTop > section ul.redes > li > a {
  display: flex;
  width: 32px;
  height: 32px;
  border: 1px solid var(--azul);
  justify-content: center;
  align-items: center;
  border-radius: var(--radius);
  -webkit-transition: 0.4s all ease;
  -o-transition: 0.4s all ease;
  transition: 0.4s all ease;
}

.site-footer > .footerTop > section ul.redes > li > a > img {
  height: 50%;
}

.site-footer > .footerTop > section ul.redes > li > a:hover {
  background-color: var(--azul) !important;
}

.site-footer > .footerTop > section ul.redes > li > a:hover img {
  -webkit-filter: brightness(15);
  -o-filter: brightness(15);
  filter: brightness(15);
}

.site-footer > .footerTop > section:nth-child(2) {
  padding-left: 50px;
}

.site-footer > .footerTop > section ul.contacto {
  margin: 0;
  list-style: none;
}

.site-footer > .footerTop > section ul.contacto > li {
  position: relative;
  margin-bottom: 20px;
  padding-left: 40px;
}

.site-footer > .footerTop > section ul.contacto > li::after {
  content: "";
  width: 20px;
  height: 20px;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
}

.site-footer > .footerTop > section ul.contacto > li:nth-child(2) {
  margin-bottom: 30px;
}

.site-footer > .footerTop > section ul.contacto > li:nth-child(1):after {
  background-image: url(https://www.instiglio.org/wp-content/uploads/2020/10/Icon-material-email.svg);
}

.site-footer > .footerTop > section ul.contacto > li:nth-child(2):after {
  background-image: url(https://www.instiglio.org/wp-content/uploads/2020/10/Icon-material-local-phone.svg);
}

.site-footer > .footerTop > section ul.contacto > li:nth-child(3):after {
  background-image: url(https://www.instiglio.org/wp-content/uploads/2020/10/edificio-de-oficinas.svg);
}

.site-footer > .footerTop > section ul.contacto > li > a {
  color: var(--negro);
  text-decoration: none;
}

.site-footer > .footerTop > section ul.contacto > li:nth-child(3) > a {
  font-weight: 700;
  color: var(--azul);
  padding-right: 20px;
  position: relative;
  font-family: var(--texto);
}

.site-footer > .footerTop > section ul.contacto > li:nth-child(3) > a::after {
  content: "";
  width: 12px;
  height: 12px;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  background-image: url(https://www.instiglio.org/wp-content/uploads/2020/10/Icon-feather-arrow-up.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
}

.site-footer > .footerBot {
  text-align: center;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding: 30px 0;
  color: #656565;
}

.site-footer > .footerBot img {
  width: 180px;
  margin-bottom: 5px;
}

.site-footer > .footerBot p {
  margin: 0;
}

.site-footer > .footerBot a {
  color: #656565;
  text-decoration: none;
}

.subMenu {
  list-style: none;
  margin: 0;
}
.subMenu a {
  text-decoration: none;
  color: var(--texto);
}
.subMenu a::before {
  content: "-";
  margin-right: 0.5em;
  color: var(--azul);
}

/*=================================================================================================================*/
/*=                                               = X. Responsive =                                               =*/
/*=================================================================================================================*/
@media (max-width: 1080px) {
  .whoWeAre .sliderContenedor button.slick-prev {
    left: 15px;
  }

  .whoWeAre .sliderContenedor button.slick-next {
    right: 15px;
  }

  .featuredProjects {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }

  .blogHome .slick-slider button.slick-prev {
    left: 15px;
  }

  .blogHome .slick-slider button.slick-next {
    right: 15px;
  }

  .site-footer > .footerTop > section form > .email {
    width: 100%;
  }

  .site-footer > .footerTop > section:nth-child(2) > .textwidget > ul > li > a,
.site-footer > .footerTop > section:nth-child(2) > .textwidget > ul > ul > li > a {
    font-size: 15px;
  }
}
@media (max-width: 900px) {
  html.activo,
body.activo {
    overflow: hidden !important;
  }

  .site-header > .logo {
    width: 35%;
    z-index: 99;
    position: relative;
  }

  .site-header > .logo > a {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .site-header > .main-navigation > div > ul.menu {
    width: 100%;
    height: 100%;
    flex-direction: column;
    top: 0;
    left: 0;
    opacity: 0;
    position: fixed;
    visibility: hidden;
    background-color: #fff;
    transition: 0.4s all ease;
    padding: 10em 30px;
    z-index: -1;
  }

  .site-header.activo > .main-navigation > div > ul.menu {
    opacity: 1;
    visibility: visible;
  }

  .site-header > .main-navigation > div > ul.menu > li {
    width: 100%;
    margin: 0;
    margin-bottom: 20px;
  }

  .item-contact {
    width: fit-content !important;
  }

  .site-header > .main-navigation .menu > li.contacto,
.site-header > .main-navigation .menu > li.lang-item {
    margin-right: 0px;
  }

  .bannerHome .slick-slider .slick-dots {
    right: 5%;
  }

  .bannerHome .slideHome > div {
    width: 90%;
    padding-top: 100px;
    padding-bottom: 50px;
  }

  .bannerHome .slideHome .titulo p {
    width: 100%;
    text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.51);
    font-size: 40px;
    line-height: 40px;
  }

  .bannerHome .slideHome .titulo p strong {
    font-size: 2rem;
  }

  .bannerHome .slideHome .desc p {
    width: 100%;
  }

  .ult-carousel-wrapper {
    margin: 0;
    padding: 0;
  }

  .whoWeAre {
    padding: 2em;
  }

  .whoWeAre .colImagenes > div > .wpb_wrapper {
    flex-wrap: wrap;
  }

  .whoWeAre .colImagenes > div > .wpb_wrapper > div.imagen {
    width: 100%;
    margin-bottom: 2em;
  }

  .whoWeAre .imagen-2 {
    margin-top: 2em !important;
  }

  .whoWeAre .sliderContenedor {
    padding: 0;
    margin-top: 2rem;
  }
  .whoWeAre .sliderContenedor .ult-carousel-wrapper {
    padding: 0;
  }

  .whoWeAre .sliderContenedor .slick-list .item {
    flex-wrap: wrap;
  }

  .whoWeAre .sliderContenedor .slick-list .item > div {
    width: 100%;
  }

  .whoWeAre .sliderContenedor .slick-list .item .imagen > figure > div {
    height: 200px;
  }

  .whoWeAre .sliderContenedor .slick-list .item > div:last-of-type {
    padding-right: 0px;
    padding: 20px 30px;
  }

  .whoWeAre .apendice p {
    margin-bottom: 20px;
  }

  .whoWeAre .titulo h2 {
    font-size: 25px;
  }

  .featuredProjects .filaContenedor {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    height: auto;
  }

  .featuredProjects .filaContenedor > div {
    height: 300px;
    width: 100%;
  }

  .featuredProjects .filaPartners {
    margin-top: 50px;
    text-align: center;
  }

  .featuredProjects .filaPartners .titulo h2::after {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .blogHome .slick-slider .slick-list .slick-slide .vc_grid-container .vc_gitem-col > .categoria {
    display: block !important;
  }

  .site-footer > .footerTop > section {
    width: 100% !important;
    margin-bottom: 50px;
  }

  .site-footer > .footerTop > section:nth-child(2) {
    padding-left: 0px;
  }

  .site-footer > .footerTop > section:last-of-type {
    margin: 0;
  }

  .site-footer > .footerTop > section:nth-child(2) > .textwidget {
    padding-right: 0px;
  }
}
:root {
  --titulo: "Gill Sans MT";
  --texto: "Gill Sans MT";
  --azul: #174a85;
  --azulClaro: #4F81BD;
  --gris-claro: #f9fcfe;
  --black: #0d0d0d;
  --negro: #414242;
  --error: #f43b3b;
  --sucess: #009688;
  --hr: rgba(112, 112, 112, 0.2);
  --white: #fff;
  --anim: rgba(23, 74, 133, 0.2);
  --header-h: 76.6px;
  --radius: 5px;
  --c-whatsapp-bg: hsl(142, 50%, 49%);
  --c-whatsapp-shadow: hsl(142, 60%, 49%);
}

@keyframes animTextoUno {
  0% {
    transform: translateX(0%);
  }
  50% {
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(0%);
  }
}
@keyframes animTextoDos {
  0% {
    transform: translateX(0%);
  }
  50% {
    transform: translateX(-100%);
    @media screen and (min-width: 67.5em) {
      transform: translateX(-50%);
    }
  }
  100% {
    transform: translateX(0%);
  }
}
@keyframes animTextoTres {
  0% {
    transform: translateX(0%);
  }
  50% {
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(0%);
  }
}
@keyframes animTextoCuatro {
  0% {
    transform: translateX(0%);
  }
  50% {
    transform: translateX(60%);
  }
  100% {
    transform: translateX(0%);
  }
}
@keyframes animTextoCinco {
  from {
    transform: translateX(5%);
  }
  to {
    transform: translateX(-100%);
  }
}
.font-title, .filter-impact .btn-arrow button, .filter-impact-flex, .impact .text-info li, .impact .info-text, .rt-prefix, .post .entry-content p a, .row-form .form .wpcf7-response-output, .row-form .form strong, .team-row-container .row-team .card .overlay-show, .counter-numbers .wpb_wrapper, .home-text-anim .text, footer .footer-form-row, .site-header .container-search .search, .ult_modal, .site-footer .foot-privacy {
  font-family: "Gill Sans MT", sans-serif;
}
.font-w-regular, .impact .info-map .text strong, .post .entry-content p strong {
  font-weight: 400;
}
.font-w-bold, .impact-container-text .impact-item-container .impact-items .impact-btn, .post .entry-content p a, .post .entry-content a, .work-info .text h2, .work-text-ani, .work .title h2,
.work .title h3, .contact-row .title-country, .contact-row .title, .main-info-partners-row .links p a:focus, .team-row-container .row-team .card .overlay-show, .team-row-container .row-team .card .text h3, .who-values-container .values-title, .full-info-row .col-3 .text-ani-p, .full-info-row .col-3 .image .title-image, .partners .title-partners, .home-text-anim .text, .btn-arrow a,
.btn-arrow em,
.btn-arrow button, .container-modal .image h3, .site-footer .foot-privacy a {
  font-weight: 600;
}

.wpcf7-form {
  font-family: var(--titulo);
}

.wpcf7-response-output {
  color: var(--white);
  border: none !important;
  border-radius: var(--radius);
  text-align: center;
  margin: 0 !important;
}

.sent .wpcf7-response-output {
  background: var(--sucess);
}

.invalid .wpcf7-response-output {
  background: var(--error);
}

.nav-links {
  margin: 2em 0;
}

.nav-next,
.nav-previous {
  text-align: center !important;
}
.nav-next a,
.nav-previous a {
  background: var(--azul);
  padding: 0.5em 1em;
  text-decoration: none;
  color: var(--white);
  border-radius: 5px;
}

.space-scroll {
  scroll-margin-top: 12em;
}
@media screen and (min-width: 67.5em) {
  .space-scroll {
    scroll-margin-top: 6em;
  }
}

/*=================================================================================================================*/
/*=                                                 = SOBREESCRIBO ESTILOS MODAL  =                                                  =*/
/*=================================================================================================================*/
.ult-overlay-close {
  position: absolute !important;
}
@media screen and (min-width: 48em) {
  .ult-overlay-close {
    top: calc(10vh + 2em) !important;
    right: calc(10% + 2em) !important;
  }
}
.ult-overlay-close-inside {
  background: url(https://www.instiglio.org/wp-content/uploads/2021/02/x.svg) no-repeat center center !important;
}

.ult_modal {
  width: 100% !important;
}
.ult_modal-auto-top .ult_modal {
  margin: 0 !important;
}
.ult_modal-content {
  border: none !important;
  box-shadow: unset !important;
}
.ult_modal-body {
  margin: 0 auto !important;
}
@media screen and (min-width: 48em) {
  .ult_modal-body {
    width: 80% !important;
    height: 80vh !important;
  }
}

.container-modal {
  align-items: center;
  gap: 2em;
  height: 100%;
}
@media screen and (min-width: 48em) {
  .container-modal {
    grid-template-columns: 30% auto;
  }
}
.container-modal .image img {
  width: 13em;
}
.container-modal .image h3 {
  font-size: 1em;
  color: var(--azul);
}
.container-modal .text p strong,
.container-modal .text p a {
  color: var(--azul);
}
.container-modal .text p strong {
  font-weight: 400;
}

/*=================================================================================================================*/
/*=                                                 = SOBREESCRIBO ESTILOS MENU  =                                                  =*/
/*=================================================================================================================*/
#site-navigation {
  width: 100%;
}
@media screen and (min-width: 67.5em) {
  #site-navigation {
    width: initial;
  }
}

@media screen and (max-width: 48em) {
  #mega-menu-menu-1 {
    padding: 0 4% !important;
    margin-top: 1em !important;
    padding-bottom: 1em !important;
  }
}

.mega-menu-menu-1 li a {
  font-family: "Gill Sans MT", sans-serif !important;
}
.mega-menu-menu-1 li a:hover {
  color: var(--negro) !important;
  background: none !important;
}
.mega-menu-menu-1 .mega-menu {
  position: static !important;
}
.mega-menu-menu-1 .mega-menu-link {
  background: none !important;
  color: var(--negro) !important;
}
.mega-menu-menu-1 .mega-menu-wrap {
  position: static !important;
  width: 100% !important;
}
@media screen and (min-width: 67.5em) {
  .mega-menu-menu-1 .mega-menu-wrap {
    width: initial !important;
  }
}
.mega-menu-menu-1 .mega-menu-wrap .mega-toggle-animated-inner, .mega-menu-menu-1 .mega-menu-wrap .mega-toggle-animated-inner::before, .mega-menu-menu-1 .mega-menu-wrap .mega-toggle-animated-inner::after {
  background: var(--azul) !important;
}
.mega-menu-menu-1 .mega-menu-wrap .mega-menu-toggle {
  background-color: var(--white) !important;
  padding: 1em 4%;
  height: auto !important;
}
.mega-menu-menu-1 .mega-current-menu-item a {
  background: none !important;
  color: var(--azul) !important;
  font-weight: 600 !important;
}
.mega-menu-menu-1 .mega-sub-menu a {
  background-color: var(--gris-claro) !important;
}
.mega-menu-menu-1 .mega-sub-menu a:hover {
  background: var(--white) !important;
}
.mega-menu-menu-1 .mega-item-contact {
  background: var(--azul) !important;
  margin-right: 1.5em !important;
  border-radius: var(--radius) !important;
}
.mega-menu-menu-1 .mega-item-contact .mega-menu-link {
  color: var(--white) !important;
}
@media screen and (max-width: 48em) {
  .mega-menu-menu-1 .mega-item-contact {
    margin-bottom: 1.5em !important;
  }
}
.mega-menu-menu-1 .mega-item-contact a:hover {
  color: var(--white) !important;
}
.mega-menu-menu-1 .mega-lang-item {
  border: 1px solid var(--negro) !important;
  display: inline-block !important;
  border-radius: var(--radius) !important;
}
@media screen and (min-width: 67.5em) {
  .mega-menu-menu-1 .mega-lang-item {
    margin-left: 1em !important;
    position: absolute !important;
    right: 4em !important;
  }
}
.mega-menu-menu-1 .mega-lang-item a {
  color: var(--negro) !important;
  overflow: hidden !important;
  width: 3em !important;
}
.mega-menu-menu-1 .mega-lang-item a:hover {
  color: var(--negro) !important;
}
@media screen and (max-width: 48em) {
  .mega-menu-menu-1 .mega-lang-item a {
    width: 5.8ch !important;
    line-height: 1.6 !important;
    height: 1.6em !important;
  }
}
.mega-menu-menu-1 .mega-current-lang {
  background: var(--azulClaro) !important;
  border-color: var(--azulClaro) !important;
  margin-right: 4em !important;
}
@media screen and (max-width: 48em) {
  .mega-menu-menu-1 .mega-current-lang {
    margin-right: 1em !important;
    margin-left: 0 !important;
  }
}
.mega-menu-menu-1 .mega-current-lang a {
  color: var(--white) !important;
}
.mega-menu-menu-1 .mega-current-lang a:hover {
  color: var(--white) !important;
}

/*=================================================================================================================*/
/*=                                        = SOBREESCRIBO ESTILOS POP UP MAKER =                                                  =*/
/*=================================================================================================================*/
.pum-container {
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  background-color: none !important;
  margin-bottom: 0 !important;
  top: unset !important;
  bottom: -5px !important;
  left: 0 !important;
}

.pum-close {
  font-family: "Gill Sans MT" !important;
  padding: 0.4em 0.8em !important;
  line-height: 1 !important;
  font-size: 1.3em !important;
  outline: none !important;
  background-color: var(--azul) !important;
}

/*=================================================================================================================*/
/*=                                                 = UTILIDADES =                                                  =*/
/*=================================================================================================================*/
.grid, .main-search .search-grid, .impact-container, .blog-grid .blog-card, .contact-row .address,
.contact-row .code,
.contact-row .country,
.contact-row .phone, .row-form .form-container, .counter-numbers .wpb_wrapper, footer .footer-form-row, .container-modal {
  display: grid;
}

.flex, .filter-impact-flex details summary, .filter-impact-flex, .filter-impact, .impact-container-text .impact-item-container .impact-items, .blog-grid .blog-card-text .date-container, .post .entry-content, .post, .categories ul, .contact-row .title-country, .main-info-partners-row .slick-prev, .main-info-partners-row .slick-next, .main-info-partners-row .links p a, .main-info-partners-row .links p, .team-row-container .row-team .card .overlay-show, .who-info .image-row .img .btn-img, .who-info .image-row .img .title-img .wpb_wrapper, .full-info-row .col-3, .img .projects-img .gradient, footer .footerBot .copy1, .site-header .container-search .search-container, .c-card-full, .c-date-container, .btn-arrow a,
.btn-arrow em,
.btn-arrow button {
  display: flex;
}
@media screen and (max-width: 48em) {
  .flex, .filter-impact-flex details summary, .filter-impact-flex, .filter-impact, .impact-container-text .impact-item-container .impact-items, .blog-grid .blog-card-text .date-container, .post .entry-content, .post, .categories ul, .contact-row .title-country, .main-info-partners-row .slick-prev, .main-info-partners-row .slick-next, .main-info-partners-row .links p a, .main-info-partners-row .links p, .team-row-container .row-team .card .overlay-show, .who-info .image-row .img .btn-img, .who-info .image-row .img .title-img .wpb_wrapper, .full-info-row .col-3, .img .projects-img .gradient, footer .footerBot .copy1, .site-header .container-search .search-container, .c-card-full, .c-date-container, .btn-arrow a,
.btn-arrow em,
.btn-arrow button {
    flex-wrap: wrap;
  }
}

.mayus, .impact .projects-1 .text-p h3, .counter-numbers .wpb_wrapper .stats-text, .full-info-row .col-3 .text-ani-p, .blogHome .row-blog .text h4, .home-text-anim .text, .sliderContenedor .slick-list .item .apendice, .mega-menu-menu-1 .mega-lang-item a {
  text-transform: uppercase;
}

.ma, .impact .quote .text, .impact .projects-1 .text-p, .post .entry-content img, .work-info .text, .work .title, .countries-section .countries-row .img-flag, .countries-section .text-container .title-team hr, .who-info .text, .who-info .title-sub, .who-info .title hr, .full-info-row .title hr, .main-info .text, .home .title hr, .contactUsHome .texto h2 {
  margin-right: auto;
  margin-left: auto;
}
.mt-5, .post .entry-header .entry-title::after, .blog-column .title-blog-container .title-blog, .publications-row .card .text h3, .publications-row .card .text hr, .main-info-partners-row .title hr, .countries-section .text-container .title-team hr, .who-values-row .text hr, .who-info .image-row .img .title-img .wpb_wrapper hr, .who-info .title hr, .full-info-row .title hr, .container-modal .image h3 {
  margin-top: 0.5rem;
}
.mt-10, .main-search .search-grid .text .summary, .impact .projects-1 .text-p hr, .post .entry-content .rt-reading-time, .blog-column, .work-info .text p, .work .title hr, .publications-row .card .btn-arrow, .publications-row .card .text p, .team-row-container .row-team .card .text .flag-icon, .blogHome .btn-arrow, .img .projects-img .gradient .btn-arrow, .home .title hr, .contactUsHome .btn-arrow, .sliderContenedor .slick-list .item .desc, .sliderContenedor .slick-list .item .titulo, .whoWeAre .titulo, .whoWeAre .btn-arrow a {
  margin-top: 1rem;
}
.mt-20, .main-search .search-grid, .impact .projects-1 .text, .impact .projects-logos, .blog-grid .blog-card, .post .entry-content p:first-of-type, .post .entry-content, .team, .team-row-container, .countries-section, .counter-home, .partners, .home-who-info .btn-projects {
  margin-top: 2rem;
}
.mt-30, .team-row-container .row-team, .who-values-container, .c-grid-projects {
  margin-top: 3rem;
}
.mt-40, .impact .contact-educated, .impact .contact-fond, .work-contactUsHome, .work .image, .publications-contact, .contact-row, .blogHome {
  margin-top: 4rem;
}

.tc {
  text-align: center;
}

/*=================================================================================================================*/
/*=                                                 = COMPONENTES =                                                  =*/
/*=================================================================================================================*/
.btn-arrow {
  display: inline-block;
}
.btn-arrow a,
.btn-arrow em,
.btn-arrow button {
  text-decoration: none;
  color: var(--white);
  align-items: center;
  gap: 1em;
  max-width: 300px;
}
.btn-arrow a::after,
.btn-arrow em::after,
.btn-arrow button::after {
  content: "";
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 1em;
  height: 1em;
}
.btn-arrow-white a::after,
.btn-arrow-white em::after {
  background-image: url(https://www.instiglio.org/wp-content/uploads/2021/02/arrow-r-white.svg);
}
.btn-arrow-blue a,
.btn-arrow-blue em,
.btn-arrow-blue button {
  color: var(--azul);
}
.btn-arrow-blue a::after,
.btn-arrow-blue em::after,
.btn-arrow-blue button::after {
  background-image: url(https://www.instiglio.org/wp-content/uploads/2021/02/arrow.svg);
}

.c-banner-section-row {
  min-height: 350px;
  color: var(--white);
}
.c-banner-section-row .text {
  max-width: 700px;
}
.c-banner-section-row .text .title {
  margin: 0;
  font-size: 2em;
  line-height: 1;
}
@media screen and (max-width: 48em) {
  .c-banner-section-row .text .title {
    line-height: 1;
  }
}
@media screen and (min-width: 48em) {
  .c-banner-section-row .text .title {
    font-size: 2.5em;
  }
}
.c-banner-section-row .text p {
  max-width: 500px;
  margin-top: 1em;
}

.sliderContenedor .slick-list {
  overflow: visible !important;
}
.sliderContenedor .slick-list .item {
  margin: 0;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  justify-content: space-between;
  align-items: center;
  background: #f9fcfe;
}
@media screen and (max-width: 48em) {
  .sliderContenedor .slick-list .item {
    flex-direction: column;
  }
}
@media screen and (max-width: 48em) and (max-width: 48em) {
  .sliderContenedor .slick-list .item .ult-item-wrap {
    width: 100%;
  }
}
@media screen and (max-width: 48em) and (max-width: 48em) {
  .sliderContenedor .slick-list .item .ult-item-wrap:nth-child(2) {
    padding: 1em;
  }
}
@media screen and (max-width: 48em) and (max-width: 48em) {
  .sliderContenedor .slick-list .item .ult-item-wrap:nth-child(2) .ult-item-wrap {
    padding: 0;
  }
}
@media screen and (max-width: 48em) and (max-width: 48em) {
  .sliderContenedor .slick-list .item .titulo {
    font-size: 1em !important;
  }
}
@media screen and (max-width: 48em) and (max-width: 48em) {
  .sliderContenedor .slick-list .item .imagen figure div {
    height: initial;
  }
}
.sliderContenedor .slick-list .item .apendice {
  color: var(--azul);
  display: inline-block;
}
.sliderContenedor .slick-list .item .titulo {
  color: var(--black);
  max-width: 43ch;
  font-size: 1.3em;
  line-height: 1.2;
}
.sliderContenedor .slick-list .item > div {
  width: 47%;
}
.sliderContenedor .slick-list .item > div:last-of-type {
  padding-right: 30px;
}
.sliderContenedor .slick-list .item > div .wpb_column {
  width: 100%;
}
.sliderContenedor .slick-list .item .vc_column-inner {
  padding: 0;
}
.sliderContenedor .slick-list .item .imagen > figure > div {
  overflow: hidden;
  width: 100%;
  height: 380px;
  position: relative;
}
.sliderContenedor .slick-list .item .imagen > figure > div > img {
  width: 100%;
  height: auto;
}
@supports (-o-object-fit: cover) or (object-fit: cover) {
  .sliderContenedor .slick-list .item .imagen > figure > div > img {
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
}
.sliderContenedor button {
  box-sizing: border-box;
  font-size: 20px !important;
  z-index: 1;
}
.sliderContenedor button:hover::after {
  -webkit-transform: translate(-50%, -50%) scale(1.2);
  -ms-transform: translate(-50%, -50%) scale(1.2);
  -o-transform: translate(-50%, -50%) scale(1.2);
  transform: translate(-50%, -50%) scale(1.2);
}
.sliderContenedor button::after {
  content: "";
  width: calc(100% + 30px);
  height: calc(100% + 30px);
  border-radius: 50%;
  background-color: #fff;
  -webkit-box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.14);
  -moz-box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.14);
  box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.14);
  top: 50%;
  left: 50%;
  position: absolute;
  -webkit-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  -o-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
  -webkit-transition: 0.4s transform ease;
  -o-transition: 0.4s transform ease;
  transition: 0.4s transform ease;
  z-index: -1;
}
.sliderContenedor button .slick-prev {
  left: -40px;
}
.sliderContenedor button .slick-next {
  right: -40px;
}

.contactUsHome {
  padding: 6em 0 !important;
}
@media screen and (min-width: 48em) {
  .contactUsHome {
    padding: 8em 0 !important;
  }
}
.contactUsHome .texto {
  margin-bottom: 0 !important;
}
.contactUsHome .texto h2 {
  font-size: 2em;
  max-width: 28ch;
}
@media screen and (min-width: 48em) {
  .contactUsHome .texto h2 {
    font-size: 3em;
  }
}
.contactUsHome .btn-arrow {
  margin-bottom: 0 !important;
}

.c-date-container {
  align-items: center;
  gap: 1em;
  color: var(--azul);
}
.c-date-container .date-blog {
  border-right: 1px solid var(--azul);
  padding-right: 1em;
}
.c-date-container .date-blog h6 {
  font-size: 1em;
}
.c-date-container .category-blog div:hover {
  background: none !important;
}

.c-card-full {
  gap: 1em;
}
@media screen and (max-width: 48em) {
  .c-card-full {
    padding: 0 4%;
  }
}
.c-card-full .card {
  background: var(--gris-claro);
  border-radius: 3px;
  overflow: hidden;
  border: 1px solid var(--hr);
  border-top: none;
}
.c-card-full .card .vc_column-inner {
  padding: 0;
}
.c-card-full .card .title-card {
  background: var(--azul);
  color: var(--white);
  font-size: 1.4em;
  padding: 0.3em 0;
  margin: 0;
}
.c-card-full .card .content-card {
  margin: 0;
  padding: 1.5em;
}

/*=================================================================================================================*/
/*=                                                 = ESTILOS GENERALES PAGINA =                                                  =*/
/*=================================================================================================================*/
em {
  font-style: normal !important;
}

.site-main,
.site-main-blog,
.container-search {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 4%;
}
@media screen and (min-width: 48em) {
  .site-main,
.site-main-blog,
.container-search {
    max-width: 90%;
    padding: 0;
  }
}
@media screen and (min-width: 87.5em) {
  .site-main,
.site-main-blog,
.container-search {
    padding: 0 4%;
  }
}

.entry-content {
  padding: 0 4%;
}
@media screen and (min-width: 48em) {
  .entry-content {
    padding: 0;
  }
}

@media screen and (max-width: 48em) {
  .site-header .container-search {
    padding: 0;
  }
}
@media screen and (min-width: 67.5em) {
  .site-header .container-search {
    display: grid;
    padding: 1em 0;
    align-items: center;
    grid-template-columns: 20% auto;
  }
}
.site-header .container-search .logo {
  display: none;
}
@media screen and (min-width: 67.5em) {
  .site-header .container-search .logo {
    display: block;
  }
}
.site-header .container-search .search-container {
  flex-wrap: nowrap;
  justify-content: center;
}
@media screen and (min-width: 67.5em) {
  .site-header .container-search .search-container {
    justify-content: flex-end;
    margin-right: 6em;
  }
}
.site-header .container-search .search {
  width: 100%;
  display: none;
}
@media screen and (min-width: 48em) {
  .site-header .container-search .search {
    flex-basis: 20%;
  }
}
@media screen and (min-width: 67.5em) {
  .site-header .container-search .search {
    display: block;
  }
}
@media screen and (min-width: 87.5em) {
  .site-header .container-search .search {
    flex-basis: 30%;
  }
}
.site-header .container-search .search-mobile {
  display: block;
  padding: 2% 4%;
}
@media screen and (min-width: 67.5em) {
  .site-header .container-search .search-mobile {
    display: none;
  }
}
.site-header .container-search .search .probox {
  border-radius: 6px !important;
  border: 1px solid var(--hr) !important;
  height: initial !important;
  padding: 5px !important;
}

.vc_btn3-color-blue {
  background-color: var(--azul) !important;
}

.bannerHome .slideHome > div {
  width: 100%;
  padding: 15% 5%;
}
@media screen and (min-width: 48em) {
  .bannerHome .slideHome > div {
    padding: 0 5%;
  }
}
@media screen and (min-width: 87.5em) {
  .bannerHome .slideHome > div {
    max-width: 1400px;
    padding: 0;
  }
}
.bannerHome .slick-dots li {
  width: initial;
  height: initial;
}
.bannerHome .slick-dots i::before {
  content: "";
  width: 0.5em;
  height: 1em;
  background: var(--white);
  display: block;
  border-radius: 1em;
}
.bannerHome .slick-active i {
  transition: 400ms all ease-in-out;
}
.bannerHome .slick-active i::before {
  height: 1.5em;
}

#primary {
  margin-top: var(--header-h);
}

footer {
  padding: 6% 6% 1%;
}
footer .footerBot .copy1 {
  justify-content: space-between;
}
footer .footer-form-row {
  grid-template-columns: 80% auto;
  gap: 0.5em;
}
footer .footer-form-row p {
  display: none;
}
footer .footer-form-row input {
  outline: none;
}
footer .footer-form-row .btn-form {
  background: var(--azul);
  color: var(--white);
  border: none;
}

.image-slider {
  height: 25em;
}
@media screen and (min-width: 87.5em) {
  .image-slider {
    height: 30em;
  }
}
.image-slider > div {
  height: 100%;
}

/*=================================================================================================================*/
/*=                                                 = ESTILOS HOME  =                                                  =*/
/*=================================================================================================================*/
.home h2 {
  font-size: 40px;
}
.home .title hr {
  width: 35px;
  height: 2px;
  background: var(--azul);
}

.bannerHome .slideHome {
  height: 35em;
}
@media screen and (min-width: 67.5em) {
  .bannerHome .slideHome {
    height: 75vh;
  }
}

.home-text-anim .text {
  font-size: 6.5em;
  color: var(--anim);
  animation: animTextoDos 10s infinite reverse;
}
@media screen and (min-width: 67.5em) {
  .home-text-anim .text {
    font-size: 8.5em;
  }
}

.whatWeDoSlider .image-slider {
  height: 15em;
}
@media screen and (min-width: 67.5em) {
  .whatWeDoSlider .image-slider {
    height: 23em;
  }
}

.home-who-info .img .vc_column-inner {
  padding: 0;
}
.home-who-info .btn-projects {
  width: 100%;
  display: flex !important;
  justify-content: center;
}
@media screen and (max-width: 48em) {
  .home-who-info .slick-slide {
    margin: 0 !important;
  }
}
@media screen and (min-width: 48em) {
  .home-who-info .image-row-mt {
    margin-top: 15px;
  }
}

.partners .title-partners {
  color: var(--azul);
  font-size: 1.3em;
  line-height: 1.2;
  margin: 0;
}
.partners .title-partners p {
  margin-bottom: 1em;
}
.partners .title-partners hr {
  width: 35px;
  background: var(--azul);
  height: 2px;
}
.partners .ult-carousel-wrapper {
  margin-bottom: 0;
  padding-bottom: 0;
}

.img {
  padding: 0 !important;
}
.img .big_link {
  width: 0 !important;
  height: 0 !important;
}
.img .container-slider {
  padding: 0;
  margin: 0;
}
.img .container-slider .slick-dots {
  position: relative;
  top: -6em;
}
.img .slick-list {
  padding: 0 !important;
}
.img .projects-img {
  height: 400px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: var(--white);
}
.img .projects-img .gradient {
  flex-direction: column;
  align-items: flex-end;
  background: linear-gradient(34deg, rgba(255, 255, 255, 0) 0%, rgba(187, 187, 187, 0) 48%, black 100%);
  height: 100%;
  padding: 2em;
}
.img .projects-img .gradient .projects-subtitle {
  font-size: 1.1em;
}
.img .projects-img .gradient .projects-title {
  font-size: 1.6em;
  max-width: 24ch;
  text-align: right;
  line-height: 1.2;
}
.img .projects-img .gradient hr {
  width: 3em;
  margin: 0.5em 0;
}
.img .projects-img .gradient .btn-arrow {
  text-decoration: none;
}

.counter-home {
  margin-bottom: 3em;
}

.blogHome {
  padding-bottom: 0;
}
.blogHome .ult-item-wrap:focus {
  outline: none !important;
}
.blogHome .vc_grid-item-mini > div:last-of-type {
  margin-top: 0 !important;
}
.blogHome .row-blog .text {
  text-align: left;
}
.blogHome .row-blog .text h4 {
  font-size: 16px;
  color: var(--azul) !important;
  letter-spacing: 1px;
  position: relative;
}
.blogHome .row-blog .text h4::after {
  content: "";
  width: 20px;
  height: 2px;
  background-color: var(--azul);
  bottom: 0;
  left: 0;
  position: absolute;
  bottom: -5px;
}
.blogHome .row-blog .text p {
  font-size: 25px;
  margin: 0.5em 0;
}
.blogHome .row-blog .post-blog .vc_gitem-post-data {
  display: none;
}
.blogHome .blog-home-grid {
  margin-bottom: 0 !important;
}
.blogHome .blog-publications .vc_grid-item-mini {
  min-height: unset !important;
}
/*=================================================================================================================*/
/*=                                                 = HOME END  =                                                  =*/
/*=================================================================================================================*/
/*=================================================================================================================*/
/*=                                                 = AREAS OF WORK =                                                  =*/
/*=================================================================================================================*/
.post-611 .full-info-row .col-3 .image .vc_column-inner {
  min-height: 737px;
}

.main-info {
  color: var(--azul);
}
.main-info .title {
  font-size: 1.2em;
  line-height: 1.4;
}
@media screen and (min-width: 48em) {
  .main-info .title {
    font-size: 1.5em;
  }
}
.main-info .text {
  color: var(--negro);
  font-size: 1em;
  max-width: 900px;
}
@media screen and (min-width: 48em) {
  .main-info .text {
    font-size: 1.2em;
  }
}

.full-info {
  background: var(--gris-claro);
  padding: 3em 0 0;
}
.full-info-row .title {
  font-size: 1.2em;
  color: var(--azul);
}
.full-info-row .title hr {
  width: 10%;
  background: var(--azul);
}
.full-info-row .col-3 .image .vc_column-inner {
  min-height: 80vh;
  height: 100%;
}
.full-info-row .col-3 .image .title-image {
  color: var(--white);
  font-size: 1.5em;
  line-height: 1.2;
}
.full-info-row .col-3 .text {
  background: var(--white);
  padding: 2em 0.5em;
}
@media screen and (min-width: 48em) {
  .full-info-row .col-3 .text {
    padding: 2em;
  }
}
.full-info-row .col-3 .text hr {
  width: 20%;
  background: var(--azul);
  height: 2px;
}
.full-info-row .col-3 .text-ani {
  overflow: hidden;
  align-self: center;
}
.full-info-row .col-3 .text-ani-p {
  color: var(--anim);
  font-size: 4em;
  white-space: nowrap;
}
@keyframes animTextoSiete {
  0% {
    transform: translateX(0%);
  }
  50% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0%);
  }
}
@keyframes animTextoSeis {
  0% {
    transform: translateX(-100%);
  }
  50% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}
.full-info-row .col-3 .text-ani-1 {
  animation: animTextoSiete 10s infinite both;
}
.full-info-row .col-3 .text-ani-2 {
  animation: animTextoSeis 10s infinite both;
}
.full-info-row .col-3 .text-ani-3 {
  animation: animTextoCuatro 10s infinite both;
}
@media screen and (max-width: 48em) {
  .full-info-row .col-3-order .image {
    order: 1;
  }
}
@media screen and (max-width: 48em) {
  .full-info-row .col-3-order .text {
    order: 2;
  }
}
@media screen and (max-width: 48em) {
  .full-info-row .col-3-order .text-ani {
    order: 3;
  }
}

@media screen and (min-width: 48em) {
  .counter-numbers .wpb_wrapper {
    grid-template-columns: repeat(4, 1fr);
  }
}
.counter-numbers .wpb_wrapper .stats-number {
  color: var(--azul);
  font-size: 2.2em !important;
}
.counter-numbers .wpb_wrapper .stats-text {
  font-weight: bold;
  font-size: 1em !important;
}
.counter-numbers .wpb_wrapper .counter_suffix,
.counter-numbers .wpb_wrapper .counter_prefix {
  color: var(--azul);
}

/*=================================================================================================================*/
/*=                                                 = AREAS OF WORK END =                                                  =*/
/*=================================================================================================================*/
/*=================================================================================================================*/
/*=                                                 = WHO WE ARE =                                                  =*/
/*=================================================================================================================*/
.who {
  margin-bottom: 1em;
}
.who-info {
  color: var(--azul);
}
.who-info .title {
  font-size: 1.5em;
}
@media screen and (min-width: 48em) {
  .who-info .title {
    font-size: 2em;
  }
}
.who-info .title hr {
  background: var(--azul);
  height: 2px;
  width: 5%;
}
.who-info .title-sub {
  font-size: 1.2em;
  max-width: 700px;
  line-height: 1.4;
}
@media screen and (min-width: 48em) {
  .who-info .title-sub {
    font-size: 1.5em;
  }
}
.who-info .text {
  color: var(--negro);
  max-width: 900px;
}
.who-info .image-row .img .vc_column-inner {
  height: 400px;
}
.who-info .image-row .img .title-img {
  color: var(--white);
  margin-bottom: 1em;
}
.who-info .image-row .img .title-img-large h3 {
  max-width: 95% !important;
}
.who-info .image-row .img .title-img .wpb_wrapper {
  align-items: flex-end;
  flex-direction: column;
}
.who-info .image-row .img .title-img .wpb_wrapper h3 {
  max-width: 30ch;
}
.who-info .image-row .img .title-img .wpb_wrapper hr {
  background: var(--white);
  height: 2px;
  width: 20%;
}
.who-info .image-row .img .btn-img {
  justify-content: flex-end;
  gap: 1em;
  color: var(--white);
}
.who-info .image-row .img .btn-img::after {
  content: "";
  background: url(https://www.instiglio.org/ite/wp-content/uploads/2021/02/arrow-right-1.svg) center/contain no-repeat;
  width: 1em;
}
.who-values-container {
  background: var(--gris-claro);
  position: relative;
}
.who-values-container::before {
  content: "";
  background: var(--gris-claro);
  position: absolute;
  right: -20%;
  top: 0;
  width: 20%;
  height: 100%;
}
.who-values-container .values-title {
  font-size: 2em;
  color: var(--azul);
  padding: 1em;
}
.who-values-container .values-title hr {
  background: var(--azul);
  width: 5%;
}
@media screen and (max-width: 48em) {
  .who-values-container .values-title hr {
    margin-right: auto;
    margin-left: auto;
  }
}
.who-values-row {
  background: var(--gris-claro);
  position: relative;
}
.who-values-row::before {
  content: "";
  background: var(--gris-claro);
  position: absolute;
  right: -20%;
  top: 0;
  width: 20%;
  height: 100%;
}
.who-values-row .text h3 {
  color: var(--azul);
  font-size: 1.2em;
}
.who-values-row .text hr {
  background: var(--azul);
  width: 8%;
}
@media screen and (max-width: 48em) {
  .who-values-row .text hr {
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (max-width: 48em) {
  .who-values-row-text {
    text-align: center;
  }
}

/*=================================================================================================================*/
/*=                                                 = WHO WE ARE END =                                                  =*/
/*=================================================================================================================*/
/*=================================================================================================================*/
/*=                                                 = TEAM AND BOARD =                                                  =*/
/*=================================================================================================================*/
.team-category {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (min-width: 48em) {
  .team-category {
    display: block;
  }
}
@media screen and (max-width: 48em) {
  .team-category::before {
    display: none !important;
  }
}
.team-category .card img {
  width: 10em;
}

.countries-section {
  padding: 2em 0;
  background: #f9f9f9;
}
@media screen and (min-width: 48em) {
  .countries-section {
    padding: 4em 0;
  }
}
.countries-section .text-container .title-team {
  font-size: 1.3em;
  color: var(--azul);
  margin-bottom: 1em;
}
@media screen and (max-width: 48em) {
  .countries-section .text-container .title-team {
    text-align: center;
  }
}
.countries-section .text-container .title-team hr {
  width: 2em;
  background: var(--azul);
  height: 2px;
}
@media screen and (min-width: 48em) {
  .countries-section .text-container .title-team hr {
    margin-right: 0;
    margin-left: 0;
  }
}
@media screen and (max-width: 48em) {
  .countries-section .text-container {
    text-align: center;
  }
}
@media screen and (max-width: 48em) {
  .countries-section .countries-row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 48em) and (max-width: 48em) {
  .countries-section .countries-row::before {
    display: none;
  }
}
.countries-section .countries-row .img-flag {
  width: 4em;
  margin-bottom: 1em;
}

@media screen and (max-width: 48em) {
  .team-row-container .row-team {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 48em) {
  .team-row-container .row-team::before {
    display: none;
  }
}
.team-row-container .row-team .card .text {
  margin-bottom: 1.5em;
}
.team-row-container .row-team .card .text img {
  width: 7em;
}
.team-row-container .row-team .card .text h2 {
  font-size: 1.4em;
}
.team-row-container .row-team .card .text h3 {
  font-size: 1em;
  color: var(--azul);
}
.team-row-container .row-team .card .text .flag-icon {
  width: 2em;
}
.team-row-container .row-team .card .link {
  margin-bottom: 1.5em;
}
.team-row-container .row-team .card .link img {
  padding: 0.5em;
  border: 1px solid var(--azul);
  box-sizing: content-box;
  width: 1.2em;
}
.team-row-container .row-team .card .overlay-show {
  color: var(--azul) !important;
  gap: 1em;
  justify-content: center;
  align-items: center;
}
.team-row-container .row-team .card .overlay-show::after {
  content: "";
  background: url(https://www.instiglio.org/wp-content/uploads/2021/02/arrow.svg) center/contain no-repeat;
  width: 1em;
  height: 1em;
}
.team-row-container .title-team {
  color: var(--azul);
  font-size: 1.4em;
}
.team-row-container .title-team hr {
  width: 2em;
  background: var(--azul);
  height: 2px;
}

/*=================================================================================================================*/
/*=                                                 = TEAM AND BOARD END =                                                  =*/
/*=================================================================================================================*/
/*=================================================================================================================*/
/*=                                                 = PARTNERS AND CLIENTS =                                                  =*/
/*=================================================================================================================*/
.main-info-partners-row .title {
  color: var(--azul);
  font-size: 1.2em;
}
@media screen and (max-width: 48em) {
  .main-info-partners-row .title {
    line-height: 1;
  }
}
@media screen and (min-width: 48em) {
  .main-info-partners-row .title {
    font-size: 1.5em;
  }
}
.main-info-partners-row .title hr {
  background: var(--azul);
  height: 2px;
  width: 10%;
}
.main-info-partners-row .links p {
  gap: 0.6em;
}
.main-info-partners-row .links p a {
  text-decoration: none;
  color: var(--azul);
  white-space: nowrap;
  font-size: 0.95em;
  gap: 0.5em;
  align-items: center;
}
.main-info-partners-row .links p a::before {
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 2em;
  height: 2em;
}
.main-info-partners-row .links p a:nth-of-type(1)::before {
  background-image: url("https://www.instiglio.org/wp-content/uploads/2021/03/government-entities.svg");
}
.main-info-partners-row .links p a:nth-of-type(2)::before {
  background-image: url("https://www.instiglio.org/wp-content/uploads/2021/03/donor.svg");
}
.main-info-partners-row .links p a:nth-of-type(3)::before {
  background-image: url("https://www.instiglio.org/wp-content/uploads/2021/03/foundation.svg");
}
.main-info-partners-row .links p a:nth-of-type(4)::before {
  background-image: url("https://www.instiglio.org/wp-content/uploads/2021/03/service.svg");
}
.main-info-partners-row .links p a:nth-of-type(5)::before {
  background-image: url("https://www.instiglio.org/wp-content/uploads/2021/03/universities.svg");
}
.main-info-partners-row .row-items .title {
  font-size: 1em;
}
@media screen and (min-width: 48em) {
  .main-info-partners-row .row-items .title {
    font-size: 1.2em;
  }
}
.main-info-partners-row .slick-slide {
  border: 1px solid var(--hr);
}
.main-info-partners-row .slick-prev, .main-info-partners-row .slick-next {
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.16);
  padding: 1.2em;
  transition: 300ms transform ease-in-out, 300ms box-shadow ease-in-out;
}
.main-info-partners-row .slick-prev:hover, .main-info-partners-row .slick-prev:focus, .main-info-partners-row .slick-next:hover, .main-info-partners-row .slick-next:focus {
  background-color: var(--gris-claro) !important;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.3);
  padding: 1.2em;
}
.main-info-partners-row .hr {
  background: var(--hr);
}

/*=================================================================================================================*/
/*=                                                 = PARTNERS AND CLIENTS END =                                                  =*/
/*=================================================================================================================*/
/*=================================================================================================================*/
/*=                                                 = CONTACT =                                                  =*/
/*=================================================================================================================*/
.row-form {
  color: #878787;
}
@media screen and (min-width: 48em) {
  .row-form .form {
    padding: 2em 4em;
  }
}
.row-form .form .title h3 {
  font-size: 2.2em;
  color: var(--azul);
}
@media screen and (max-width: 48em) {
  .row-form .form .title h3 {
    margin-top: 1em;
  }
}
@media screen and (min-width: 48em) {
  .row-form .form .title h3 {
    font-size: 3em;
  }
}
.row-form .form .title hr {
  background: var(--azul);
  width: 15%;
  height: 2px;
  margin-bottom: 1em;
}
.row-form .form .title h4 {
  color: var(--negro);
  font-size: 1.3em;
}
@media screen and (min-width: 48em) {
  .row-form .form .title h4 {
    font-size: 1.6em;
  }
}
.row-form .form br {
  display: none;
}
.row-form .form p {
  margin: 1.5em 0 0;
}
.row-form .form strong {
  font-size: 0.9em;
  font-weight: 400;
}
.row-form .form input,
.row-form .form label {
  width: 100%;
}
.row-form .form input,
.row-form .form textarea {
  padding: 0.5em;
  outline: none;
}
.row-form .form input:focus,
.row-form .form textarea:focus {
  border-color: var(--azul);
}
.row-form .form textarea {
  height: 6em;
}
.row-form .form .btn-submit {
  width: initial;
  background: var(--azul);
  padding: 0.8em 1.5em;
  color: var(--white);
  border-radius: 5px;
  border: none;
}
.row-form .form .wpcf7-response-output {
  background: var(--azul);
  color: var(--white);
  border: none;
  border-radius: 5px;
  text-align: center;
  margin-top: 2em !important;
}
.row-form .form .sent .wpcf7-response-output {
  background: var(--sucess);
}
.row-form .form .invalid .wpcf7-response-output {
  background: var(--error);
}
.row-form .form-container {
  gap: 1em;
}
@media screen and (min-width: 48em) {
  .row-form .form-container {
    grid-template-columns: 60% auto;
  }
}
@media screen and (max-width: 48em) {
  .row-form .image {
    display: none !important;
  }
}
.row-form .image .vc_column-inner {
  height: 100%;
}

.contact-row {
  margin-bottom: 4em;
}
.contact-row .title {
  font-size: 1.2em;
  margin-bottom: 1em;
  white-space: nowrap;
}
@media screen and (min-width: 48em) {
  .contact-row .title {
    font-size: 1.5em;
  }
}
.contact-row .title-country {
  font-size: 1.2em;
  color: var(--azul);
  gap: 1em;
  align-items: center;
  margin-bottom: 1em;
}
.contact-row .title-country::before {
  content: "";
  width: 1.5em;
  height: 1.5em;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.contact-row .col::before {
  background-image: url("https://www.instiglio.org/wp-content/uploads/2021/02/colombia.svg");
}
.contact-row .usa::before {
  background-image: url("https://www.instiglio.org/wp-content/uploads/2021/02/usa.svg");
}
.contact-row .lima::before {
  background-image: url("https://www.instiglio.org/wp-content/uploads/2021/02/lima.svg");
}
.contact-row .nairobi::before {
  background-image: url("https://www.instiglio.org/wp-content/uploads/2021/02/kenia.svg");
}
.contact-row .rabat::before {
  background-image: url("https://www.instiglio.org/wp-content/uploads/2021/02/morocoo.svg");
}
.contact-row .card {
  border-right: 1px solid var(--hr);
}
.contact-row .address,
.contact-row .code,
.contact-row .country,
.contact-row .phone {
  margin-bottom: 0.5em;
  grid-template-columns: 10% auto;
  align-items: center;
  gap: 1em;
}
.contact-row .address::before,
.contact-row .code::before,
.contact-row .country::before,
.contact-row .phone::before {
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  width: 1em;
  height: 1em;
}
.contact-row .address::before {
  background-image: url("hhttps://www.instiglio.org/wp-content/uploads/2021/02/Icon-material-home.svg");
}
.contact-row .code::before {
  background-image: url("https://www.instiglio.org/wp-content/uploads/2021/02/gps.svg");
}
.contact-row .country::before {
  background-image: url("https://www.instiglio.org/wp-content/uploads/2021/02/Icon-material-location-on.svg");
}
.contact-row .phone::before {
  background-image: url("https://www.instiglio.org/wp-content/uploads/2021/02/Icon-awesome-phone-alt.svg");
}
.contact-row .f-start {
  align-items: flex-start;
}
@media screen and (max-width: 48em) {
  .contact-row .vc_empty_space {
    height: 1em !important;
  }
}

/*=================================================================================================================*/
/*=                                                 = CONTACT END =                                                  =*/
/*=================================================================================================================*/
/*=================================================================================================================*/
/*=                                                 = PUBLICATIONS =                                                  =*/
/*=================================================================================================================*/
.post-674 .post-thumbnail,
.post-737 .post-thumbnail {
  display: none;
}

.publications-row .card .text {
  margin-bottom: 0;
}
.publications-row .card .text h2 {
  color: var(--azul);
  line-height: 1.3;
  font-size: 1.3em;
}
.publications-row .card .text hr {
  margin-bottom: 0;
  background: var(--azul);
}
.publications-row .card .text h3 {
  font-size: 1em;
}
/*=================================================================================================================*/
/*=                                                 = PUBLICATIONS END =                                                  =*/
/*=================================================================================================================*/
/*=================================================================================================================*/
/*=                                                 = CAREERS =                                                  =*/
/*=================================================================================================================*/
.banner-main .vc_column-inner {
  padding-top: 0 !important;
}

.work .title {
  max-width: 750px;
}
@media screen and (max-width: 48em) {
  .work .title {
    padding: 0 4%;
  }
}
.work .title h2 {
  font-size: 2em;
  color: var(--azul);
}
@media screen and (min-width: 48em) {
  .work .title h2 {
    font-size: 3em;
  }
}
.work .title h3 {
  font-size: 1.4em;
}
@media screen and (min-width: 48em) {
  .work .title h3 {
    font-size: 1.8em;
  }
}
.work .title hr {
  background: var(--hr);
}
.work .title p {
  font-size: 1.1em;
}
.work-text-ani {
  font-size: 3.5em;
  color: var(--anim);
  white-space: nowrap;
  animation: animTextoCinco 8s ease-in-out infinite alternate;
}
@media screen and (min-width: 67.5em) {
  .work-text-ani {
    font-size: 7.5em;
  }
}

.work-info .text {
  max-width: 850px;
}
.work-info .text h2 {
  color: var(--azul);
  font-size: 1.2em;
}
@media screen and (min-width: 48em) {
  .work-info .text h2 {
    font-size: 1.4em;
  }
}
.work-info .title {
  font-size: 1.3em;
  color: var(--azul);
}
@media screen and (min-width: 48em) {
  .work-info .title {
    font-size: 1.6em;
  }
}

/*=================================================================================================================*/
/*=                                                 = CAREERS END =                                                  =*/
/*=================================================================================================================*/
/*=================================================================================================================*/
/*=                                                 = SECCION BLOG =                                                  =*/
/*=================================================================================================================*/
.categories {
  margin: 2em 0;
  border-bottom: 1px solid var(--hr);
}
.categories .widget {
  margin: 0 0 1em;
}
.categories .widgettitle {
  display: none;
}
.categories ul {
  gap: 1em;
  list-style: none;
  margin: 0;
}
.categories ul a {
  text-decoration: none;
  color: var(--azul);
}

@media screen and (max-width: 48em) {
  .blog-single .vc_grid-item-mini {
    display: flex;
    flex-direction: column;
  }
}
@media screen and (max-width: 48em) {
  .blog-single .vc_grid-item-mini div {
    width: 100%;
  }
}
.blog-single .c-date-container {
  flex-wrap: nowrap;
}
@media screen and (min-width: 48em) {
  .blog-single .container-blog-single {
    padding: 0 1em;
  }
}
.blog-single .container-blog-single .title-blog {
  font-size: 1.2em;
  line-height: 1.2;
}
@media screen and (min-width: 67.5em) {
  .blog-single .container-blog-single .title-blog {
    font-size: 1.5em;
  }
}
.blog-column .c-date-container {
  padding: 0.5em 0 0;
}
.blog-column .c-date-container .date-blog,
.blog-column .c-date-container .category-blog {
  margin: 0;
}
.blog-column .title-blog-container {
  padding: 0;
}
.blog-column .title-blog-container .title-blog {
  font-size: 0.9em;
}

.post {
  flex-direction: column;
}
.post .entry-header,
.post .entry-content {
  width: 100%;
  max-width: 700px;
  margin: 0 auto !important;
}
.post .post-thumbnail {
  order: 1;
  display: none;
}
.post .entry-header {
  order: 2;
}
.post .entry-header .entry-title {
  display: block;
  font-size: 1.8em;
  color: var(--azul);
  line-height: 1.2;
}
@media screen and (max-width: 48em) {
  .post .entry-header .entry-title {
    padding: 0 4%;
  }
}
@media screen and (min-width: 48em) {
  .post .entry-header .entry-title {
    padding: 0;
    font-size: 2.2em;
  }
}
.post .entry-header .entry-title::after {
  content: "";
  display: block;
  width: 20%;
  height: 2px;
  background: var(--azul);
}
.post .entry-header .entry-title a {
  color: var(--azul);
}
.post .entry-header .entry-meta {
  display: none;
}
.post .entry-content {
  order: 3;
  flex-direction: column;
}
.post .entry-content a {
  color: var(--azul);
  text-decoration: none;
}
.post .entry-content iframe {
  width: 100%;
}
.post .entry-content img {
  display: block;
}
.post .entry-content .shared-counts-wrap {
  order: -1;
  margin: 0;
}
.post .entry-content .shared-counts-wrap svg {
  fill: var(--azul) !important;
}
.post .entry-content .shared-counts-wrap .shared-counts-icon {
  border: 1px solid var(--azul);
  transition: 300ms all ease-in-out;
}
.post .entry-content .shared-counts-wrap .shared-counts-icon:hover svg {
  fill: var(--white) !important;
}
.post .entry-content .shared-counts-wrap .shared-counts-icon:hover {
  background: var(--azul);
}
.post .entry-content .shared-counts-wrap .shared-counts-button {
  margin-right: 0.5em;
}
.post .entry-content h3,
.post .entry-content h4,
.post .entry-content h5,
.post .entry-content h6 {
  font-size: 1.2em;
}
.post .entry-content h2 {
  color: var(--azul);
  margin-bottom: 1em;
  font-size: 1.5em;
}
.post .entry-content p a {
  color: var(--azul);
  text-decoration: none;
}
.post .entry-content p strong {
  color: var(--azul);
}
.post .entry-footer {
  max-width: 700px;
  margin: 0 auto !important;
  order: 4;
}

.page-id-1558 .vc_btn3-color-blue {
  color: var(--azul) !important;
}
.page-id-1558 .vc_btn3-color-blue::before {
  content: "Cargar más";
  color: var(--white);
  position: absolute;
}

.site-main-blog {
  margin-top: calc(var(--header-h) + 3em) !important;
}
@media screen and (min-width: 67.5em) {
  .site-main-blog {
    margin-top: calc(var(--header-h) + 2em) !important;
  }
}

/*=================================================================================================================*/
/*=                                                 = BLOG END =                                                  =*/
/*=================================================================================================================*/
/*=================================================================================================================*/
/*=                                                 = SECCION CATEGORY =                                                  =*/
/*=================================================================================================================*/
.c-header-blog {
  margin-top: calc(var(--header-h)+9em);
}
.c-header-blog .title-blog {
  font-size: 1.8em;
  color: var(--azul);
}

.blog-grid .blog-card {
  gap: 1em 2em;
}
@media screen and (min-width: 67.5em) {
  .blog-grid .blog-card {
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 3em;
  }
}
.blog-grid .blog-card-img img {
  width: 100%;
  object-fit: cover;
  height: 300px;
}
.blog-grid .blog-card-text .date-container {
  color: var(--azul);
}
.blog-grid .blog-card-text .date-container .category {
  border-right: 1px solid var(--azul);
  padding-right: 1em;
}
.blog-grid .blog-card-text .date-container p {
  margin-right: 1em;
}
.blog-grid .blog-card-text .title {
  font-size: 1.3em;
  color: var(--texto);
  text-decoration: none;
}
@media screen and (min-width: 48em) {
  .blog-grid .blog-card-text .title {
    font-size: 2.25em;
  }
}
.blog-grid .blog-card-text .title p {
  font-size: 0.7em;
  color: var(--negro);
}
@media screen and (min-width: 48em) {
  .blog-grid .blog-card-text .title p {
    font-size: 0.45em;
  }
}

/*=================================================================================================================*/
/*=                                                 = SECCION CATEGORY END =                                                  =*/
/*=================================================================================================================*/
/*=================================================================================================================*/
/*=                                                 = SECCION IMPACT  =                                                  =*/
/*=================================================================================================================*/
.impact-container {
  gap: 1em;
}
@media screen and (min-width: 67.5em) {
  .impact-container {
    grid-template-columns: repeat(3, 1fr);
  }
}
.impact-container-text {
  height: 80vh;
}
@media screen and (min-width: 48em) {
  .impact-container-text {
    height: 70vh;
  }
}
.impact-container-text .impact-item-container {
  position: relative;
  height: 100%;
}
.impact-container-text .impact-item-container .post-thumbnail {
  height: 100%;
}
.impact-container-text .impact-item-container .post-thumbnail img {
  object-fit: cover;
  height: 100%;
}
.impact-container-text .impact-item-container .impact-items {
  position: absolute;
  top: 0;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
  color: var(--white);
  padding: 1em;
  transition: 400ms all ease-in-out;
}
@media screen and (max-width: 48em) {
  .impact-container-text .impact-item-container .impact-items {
    background: rgba(23, 75, 135, 0.9);
  }
}
.impact-container-text .impact-item-container .impact-items .impact-btn {
  all: unset;
  color: var(--white);
  display: flex;
  gap: 0.5em;
  align-items: center;
}
.impact-container-text .impact-item-container .impact-items .impact-btn::after {
  content: "";
  background: url(https://www.instiglio.org/wp-content/uploads/2021/03/arrow-white.svg) center/contain no-repeat;
  width: 1em;
  height: 1em;
  display: inline-block;
}
@media screen and (min-width: 48em) {
  .impact-container-text .impact-item-container .impact-items .impact-des, .impact-container-text .impact-item-container .impact-items .impact-btn {
    display: none;
  }
}
@media screen and (min-width: 48em) {
  .impact-container-text .impact-item-container .impact-items:hover {
    background: rgba(23, 75, 135, 0.9);
  }
}
.impact-container-text .impact-item-container .impact-items:hover .impact-title {
  opacity: 0;
}
.impact-container-text .impact-item-container .impact-items:hover .impact-des, .impact-container-text .impact-item-container .impact-items:hover .impact-btn {
  display: flex;
}

.impact .c-banner-section-row {
  min-height: 500px;
}
.impact .c-banner-section-row .title {
  text-shadow: 3px 3px 6px rgba(37, 37, 37, 0.6);
}
@media screen and (min-width: 48em) {
  .impact .c-banner-section-row .title {
    font-size: 2em;
  }
}
.impact .post-thumbnail {
  display: none;
}
.impact .info-map .text {
  font-size: 1.2em;
}
.impact .info-map .text strong {
  color: var(--azul);
}
.impact .info-map .card .title-card {
  font-size: 1.2em;
}
.impact .info-map .card .content-card {
  padding: 0.5em;
}
.impact .projects-logos .title {
  font-size: 1.5em;
  color: var(--azul);
}
.impact .projects-logos .title p {
  margin-bottom: 0.5em;
}
.impact .projects-logos .title hr {
  background: var(--azul);
  width: 40%;
}
@media screen and (max-width: 48em) {
  .impact .projects-logos img {
    width: 14em;
  }
}
.impact .projects-1 .text .vc_column-inner,
.impact .projects-1 .image .vc_column-inner {
  padding: 0;
}
.impact .projects-1 .image {
  min-height: 14em;
}
@media screen and (min-width: 67.5em) {
  .impact .projects-1 .image {
    min-height: 450px;
  }
}
.impact .projects-1 .image .vc_column-inner {
  height: 100%;
}
.impact .projects-1 .image .wpb_single_image {
  margin: 0;
}
.impact .projects-1 .text {
  padding: 0 2em;
  background: var(--gris-claro);
  box-shadow: 10px 6px 21px -8px rgba(0, 0, 0, 0.16);
}
@media screen and (min-width: 67.5em) {
  .impact .projects-1 .text {
    margin-top: 0;
  }
}
.impact .projects-1 .text-p {
  max-width: 60ch;
  font-size: 1.1em;
}
.impact .projects-1 .text-p h3 {
  font-size: 2em;
  color: var(--azul);
}
.impact .projects-1 .text-p hr {
  width: 20%;
  background: var(--azul);
  height: 2px;
}
.impact .projects-2 .text {
  background: none;
  box-shadow: none;
}
.impact .info-text a {
  color: var(--azul);
}
.impact .text-info {
  font-size: 1.1em;
}
.impact .text-info li::marker {
  color: var(--azul);
}
.impact .list-info,
.impact .info-text {
  margin: 1em 0;
}
@media screen and (min-width: 67.5em) {
  .impact .list-info,
.impact .info-text {
    margin: 3em 2em;
  }
}
.impact .list-info {
  color: var(--azul);
  max-width: 700px;
}
.impact .quote {
  background: var(--gris-claro);
  padding: 2em 0;
  margin: 2em 0 0;
}
.impact .quote .text {
  max-width: 800px;
}
@media screen and (min-width: 48em) {
  .impact .quote .text {
    font-size: 1.2em;
  }
}
.impact .quote .text strong {
  color: var(--azul);
}
.filter-impact {
  border-bottom: 1px solid rgba(112, 112, 112, 0.4);
  padding-bottom: 1em;
  margin-bottom: 2em;
  align-items: center;
}
.filter-impact-flex details {
  margin-right: 1em;
  cursor: pointer;
}
.filter-impact-flex details summary {
  list-style: none;
  color: var(--azul);
  align-items: center;
}
.filter-impact-flex details summary::after {
  content: "";
  background: url(https://www.instiglio.org/wp-content/uploads/2021/04/arrow-back.svg) center/contain no-repeat;
  width: 0.8em;
  height: 0.8em;
  margin-left: 0.5em;
}
.filter-impact-flex details .scroll-impact {
  height: 12em;
  overflow: hidden;
  overflow-y: unset;
}
.filter-impact-flex details .scroll-impact::-webkit-scrollbar {
  width: 5px;
}
.filter-impact-flex details .scroll-impact::-webkit-scrollbar-thumb {
  background: var(--azul);
  border-radius: 10px;
}
.filter-impact-flex details .scroll-impact::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.filter-impact-flex details .scroll-impact label {
  display: block;
  padding: 0.5em 1.5em 0 0;
}
.filter-impact .btn-arrow {
  align-self: flex-start;
}
.filter-impact .btn-arrow button {
  cursor: pointer;
  background: none;
  border-color: var(--azul);
}

/*=================================================================================================================*/
/*=                                                 = SECCION IMPACT END =                                                  =*/
/*=================================================================================================================*/
/*=================================================================================================================*/
/*=                                                 =  SECCCION SEARCH =                                                  =*/
/*=================================================================================================================*/
.main-search .search-grid {
  gap: 1em 2em;
}
@media screen and (min-width: 67.5em) {
  .main-search .search-grid {
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 3em;
  }
}
.main-search .search-grid .post-thumbnail {
  display: block;
  order: -1;
}
.main-search .search-grid .post-thumbnail img {
  width: 100%;
  object-fit: cover;
  height: 300px;
}
.main-search .search-grid .text {
  color: var(--negro);
  text-decoration: none;
}
.main-search .search-grid .text p {
  margin: 0;
}
.main-search .search-grid .text .title-search {
  font-size: 1.3em;
  color: var(--azul);
  text-decoration: none;
}
@media screen and (min-width: 48em) {
  .main-search .search-grid .text .title-search {
    font-size: 2.25em;
  }
	
	
	
}
.main-search .probox {
  margin-bottom: 4em !important;
}

/*=================================================================================================================*/
/*=    SÍ VA A EDITAR LA PAGINA NO LO HAGA EN EL ESTILOS-MK.CSS SI NO HAGALO EN ESTILOS-MK.SCSS 
       VISUAL STUDIO CODE TIENE UNA EXTENSION LLAMADA LIVE SASS COMPILER LA PODRIA BUSCAR EN EXTENSIONES O 
       ESTE ES EL LINK https: //marketplace.visualstudio.com/items?itemName=ritwickdey.live-sass 
       O AGREGAR LOS ESTILOS NUEVOS AL FINAL DEL ESTILOS-MK.CSS GRACIAS :) =*/
/*=================================================================================================================*/

/*# sourceMappingURL=estilos-mk.css.map */


/*=================================================================================================================*/
/*=                                                 =  PAGINA EQUIPOS - CATEGORIAS =                                                  =*/
/*=================================================================================================================*/
.equipos-categorias-container .categoria-container .equipo-info-container{
	display: grid;
	 grid-template-columns: repeat(auto-fill, minmax(290px, 1fr));
}

.equipos-categorias-container .categoria-container .equipo-info-container .equipo-info {
	display: grid;
	place-items: center;
	margin-bottom: 4rem;
}

.equipos-categorias-container .categoria-container .equipo-info-container .equipo-info .linkedin-enlace img{
	padding: 0.5em;
    border: 1px solid var(--azul);
    box-sizing: content-box;
    width: 19px;
	height: 18px;
}
/* Estilo del modal */
.modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    justify-content: center;
    align-items: center;
}

.modal-content-equipo {
    background-color: #fff;
    padding: 20px;
    max-width: 80%;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.contenido-modal-interno{
	display: flex;
	gap: 20px;
	align-items:center;
}

.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.ver-perfil-btn{
	color: var(--azul) !important;
    gap: 7px;
    justify-content: center;
    align-items: center;
	display: flex;
	position: relative;
	cursor: pointer;
	align-items: center;
	font-weight: bold;
	font-family: "Gill Sans MT", sans-serif;
}


.ver-perfil-btn::after{
	content: "";
    background: url(https://www.instiglio.org/wp-content/uploads/2021/02/arrow.svg) ;
    width: 1em;
    height: 10px;
	background-repeat: no-repeat;
	display: block;
	transition: all .2s;
}

.ver-perfil-btn:hover:after{
	transform: translatex(5px)
}
.linkedin-enlace{
	margin: 5px 0;
}
.img-person{
	margin-bottom: 1.5em;
	border-radius: 50%;
	object-fit: cover;
	width: 112px;
	height: 112px;
	filter: grayscale(1);
}

.equipo-info .cargo-equipo{
	font-size: 1em;
    color: var(--azul);
	text-align: center;
	font-weight: bold;
	margin-bottom: 10px;
}

.equipo-info h3{
	font-size: 1.4em;
}
h2.title-category{
	color: var(--azul);
    font-size: 38px;
	position:relative;
	margin: 1.5em 0;
}
h2.title-category::after{
	background-color: var(--azul);
    content: "";
	position: absolute;
	bottom: -5%;
	width: 7%;
	left: 0;
	height: 1px;
}
.img-pais-equipo{
	height: 21px;
	width: 32px;
	margin: 1.3rem 0;
}
#modal-descripcion{
	    font-family: 'Gill Sans MT';
}

