@charset "UTF-8";
/* 
 Theme Name:     ibwomen
 Author:         Tags78
 Author URI:     http://www.tags78.es
 Template:       Divi
 Version:        1.0 
*/
@font-face {
  font-family: 'Oswald';
  src: url("/wp-content/themes/ibwomen/fonts/Oswald-Light-2.eot");
  src: local("☺"), url("/wp-content/themes/ibwomen/fonts/Oswald-Light-2.woff") format("woff"), url("/wp-content/themes/ibwomen/fonts/Oswald-Light-2.ttf") format("truetype"), url("/wp-content/themes/ibwomen/fonts/Oswald-Light-2.svg") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Aileron Light';
  src: url("/wp-content/themes/ibwomen/fonts/Aileron-Light.eot");
  src: local("☺"), url("/wp-content/themes/ibwomen/fonts/Aileron-Light.woff") format("woff"), url("/wp-content/themes/ibwomen/fonts/Aileron-Light.ttf") format("truetype"), url("/wp-content/themes/ibwomen/fonts/Aileron-Light.svg") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Aileron Thin';
  src: url("/wp-content/themes/ibwomen/fonts/Aileron-Thin.eot");
  src: local("☺"), url("/wp-content/themes/ibwomen/fonts/Aileron-Thin.woff") format("woff"), url("/wp-content/themes/ibwomen/fonts/Aileron-Thin.ttf") format("truetype"), url("/wp-content/themes/ibwomen/fonts/Aileron-Thin.svg") format("svg");
  font-weight: normal;
  font-style: normal; }
/* VARIABLES */
/* ESTILS GENERALS */
body {
  font-family: 'Aileron Light'; }

h1, h2, h3 {
  -ms-transform: scale(1, 1.3);
  -webkit-transform: scale(1, 1.3);
  transform: scale(1, 1.3);
  line-height: 1.2em;
  padding-bottom: 20px;
  font-family: 'Oswald'; }

h1 {
  font-size: 40px !important; }

p, a, .toggle-cg h5 {
  color: #666; }

p {
  font-size: 17px;
  font-weight: 400;
  line-height: 1.2em;
  text-align: justify; }

.tres-blocs-padding p {
  padding: 0 7px 25px; }

/* Styling ols
 * From http://www.456bereastreet.com/archive/201105/styling_ordered_list_numbers
 */
ol {
  counter-reset: li;
  /* Initiate a counter */
  margin-left: 0;
  /* Remove the default left margin */
  padding-left: 2em !important;
  /* Remove the default left padding */ }
  ol > li {
    position: relative;
    /* Create a positioning context */
    list-style: none;
    /* Disable the normal item numbering */
    line-height: 1.7em; }
    ol > li:before {
      content: counter(li) ".";
      /* Use the counter as content */
      counter-increment: li;
      /* Increment the counter by 1 */
      /* Position and style the number */
      position: absolute;
      left: -2em;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      width: 2em;
      /* Some space between the number and the content in browsers that support
         generated content but not positioning it (Camino 2 is one example) */
      margin-right: 2px;
      /*font-family: 'Nexa Bold';*/ }

blockquote {
  margin: 1.5em 10px;
  padding: 0.5em 10px;
  quotes: "“" "”" "‘" "’";
  font-family: Times New Roman;
  border: none; }
  blockquote p {
    color: #333;
    font-size: 1.3em; }
  blockquote:before, blockquote:after {
    color: #009fe3;
    font-size: 4em;
    line-height: 0.1em;
    vertical-align: -0.4em;
    position: absolute; }
  blockquote:before {
    content: open-quote;
    top: 25px;
    left: 120px; }
  blockquote:after {
    content: close-quote;
    bottom: 0;
    right: 20px; }

::-webkit-scrollbar {
  width: 12px; }

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px; }

::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
  background-color: #489edc; }

/* placeholders formularis */
.et_pb_contact p input, .et_pb_contact p textarea {
  /*font-family: 'Nexa Light';*/ }

/* Textos */
.blau {
  color: #489edc; }

.vermell {
  color: #c7080d; }

.negre {
  color: #333; }

.gris {
  color: #c9c7c7; }

.negreta {
  font-weight: 700 !important; }

.negreta-nexa {
  font-family: 'Nexa Bold'; }

.blanc {
  color: #fff; }
  .blanc p {
    color: #fff; }

.esquerra {
  text-align: left; }

.dreta {
  text-align: right; }

.centrat {
  text-align: center; }

.athin {
  font-family: 'Aileron Thin'; }

.alight {
  font-family: 'Aileron Light'; }

/* Botons */
.child-btn div {
  background-color: #489edc;
  color: #fff;
  font-size: 18px;
  font-family: 'Aileron Light';
  padding: 12px 0;
  width: 150px;
  text-align: left; }

/* helpers divi */
.sense-padding, .sense-padding-top {
  padding-top: 0 !important; }

.sense-padding, .sense-padding-bottom {
  padding-bottom: 0 !important; }

/* IBWOMAN */
/* HEADER */
#main-header {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }

#main-header .logo_container a {
  float: left;
  width: 250px;
  margin-top: 15px; }

#quieres-participar {
  top: 32px;
  position: absolute;
  right: 0;
  font-size: 1.5em;
  text-align: right; }
  #quieres-participar a {
    color: #489edc; }

@media only screen and (max-width: 980px) {
  #quieres-participar {
    display: none; } }
#top-menu {
  display: table;
  margin-bottom: 5px; }
  #top-menu > li, #top-menu > li:last-child {
    padding: 0 11px;
    border-right: 1px #489edc solid;
    width: 130px;
    height: 35px;
    vertical-align: middle;
    display: table-cell; }
    #top-menu > li > a, #top-menu > li:last-child > a {
      font-size: 1.2em;
      line-height: 1.2em;
      font-weight: 300;
      color: #c2bebd;
      padding-bottom: 0 !important; }
  #top-menu ul.sub-menu {
    border-top: 13px solid #fff; }
    #top-menu ul.sub-menu li a {
      line-height: 1em; }

.et-cart-info {
  display: none; }

/* HOME */
#unete {
  position: absolute;
  bottom: 20%;
  left: calc(50% - 75px);
  display: none; }
  #unete div {
    background-color: #000;
    color: #fff;
    font-size: 18px;
    font-family: 'Aileron Light';
    padding: 12px 0;
    width: 150px;
    text-align: center; }

.tres-blocs-padding .et_pb_column_1_3 {
  padding: 0 30px; }

.leer-mas:after {
  content: url(/wp-content/uploads/2016/11/fletxa-blava-36.jpg);
  padding-left: 0px; }

#areas-actuacion {
  overflow: hidden;
  background: url(/wp-content/uploads/2016/11/ajuste-flecha.png);
  background-position: 30% top;
  background-repeat: no-repeat;
  background-size: contain; }
  #areas-actuacion h1 {
    margin: 80px 0 250px 12%; }

.pestanya-dreta {
  min-width: 360px;
  margin-left: 65%;
  margin-bottom: 60px;
  background-color: #244971;
  padding: 1px 15px; }
  .pestanya-dreta h3 {
    line-height: .7em;
    padding: 0 0 0 3px;
    margin: 1em 0;
    border-left-style: solid;
    border-left-width: 2px;
    color: #fff;
    font-family: 'Aileron Thin'; }
  .pestanya-dreta h3:nth-child(1) {
    border-left-color: #fbd008; }
  .pestanya-dreta h3:nth-child(2) {
    border-left-color: #42879f; }
  .pestanya-dreta h3:nth-child(3) {
    border-left-color: #8a709e; }
  .pestanya-dreta h3:nth-child(4) {
    border-left-color: #7b3a50; }

#calendari-home > div:first-child {
  width: 33%;
  margin-right: 0.5%; }
#calendari-home > div:nth-child(2) {
  width: 33%;
  margin-right: 1.5%; }
#calendari-home > div:nth-child(3) p {
  border-bottom: 1px solid #ddd;
  margin-bottom: 10px; }
  #calendari-home > div:nth-child(3) p:last-child {
    border-bottom: none; }
#calendari-home li {
  width: 50%;
  float: left;
  height: 6em;
  border: 3px #f8f8f8 solid;
  padding: 5px 20px; }
  #calendari-home li p.dates-calendari {
    font-size: 1.6em;
    text-align: left;
    padding-top: 5px;
    line-height: 1.1em;
    text-align: left; }
    #calendari-home li p.dates-calendari::first-line {
      font-weight: 700; }
  #calendari-home li.et_pb_tab_active a {
    color: #fff !important; }
  #calendari-home li .triangle-calendari {
    position: absolute;
    border-top: 18px solid transparent;
    border-right: 18px solid #f8f8f8;
    bottom: 3px;
    right: 4px; }
#calendari-home div {
  border: none; }
#calendari-home .et_pb_all_tabs {
  border: 3px #f8f8f8 solid;
  height: 390px; }
  #calendari-home .et_pb_all_tabs p, #calendari-home .et_pb_all_tabs h3 {
    color: #fff;
    line-height: 1.1em; }

.ai1ec-modal-content {
  background-color: #fff !important; }

.timely small {
  display: none !important; }

/* AREAS DE ACTUACION */
#objeto-fundacional p {
  color: #fff;
  padding-top: 15px; }
#objeto-fundacional li {
  font-size: 1.1em;
  color: #fff; }
#objeto-fundacional ul {
  padding-top: 15px;
  padding-bottom: 15px; }

.per-desplegar {
  display: none; }

#ver-mas-objeto-fundacional {
  background: #000 !important; }

/* ORGANOS DE GOBIERNO */
#organos-de-gobierno,
#patronato-org-gob,
#proyectos-especiales,
#areas-de-actuacion {
  padding: 0; }
  #organos-de-gobierno h2,
  #patronato-org-gob h2,
  #proyectos-especiales h2,
  #areas-de-actuacion h2 {
    padding-bottom: 0; }

#submenu-organos-gobierno {
  font-size: 1.2em;
  font-weight: 300;
  color: #c2bebd;
  padding: 0; }
  #submenu-organos-gobierno a {
    color: #c2bebd; }

.emodal-content {
  padding: 30px 30px 45px; }
  .emodal-content p, .emodal-content div {
    font-family: "Aileron Light" !important; }
  .emodal-content h3 {
    padding-top: 15px; }
  .emodal-content p {
    font-size: 1em;
    line-height: 1.3em;
    color: #444 !important; }
  .emodal-content p:nth-last-of-type(1) {
    padding-bottom: 20px; }

.modal-wrap {
  overflow: hidden; }

.modal-foto {
  float: left;
  width: 25%;
  text-align: center;
  padding: 40px 35px 0 0; }

.modal-contingut {
  float: left;
  width: 75%; }
  .modal-contingut a {
    color: #999; }
  .modal-contingut p:nth-last-of-type(1) {
    padding-bottom: 20px; }

.modal-conocer-otros-miembros {
  position: absolute;
  right: 55px;
  bottom: 16px;
  color: #bbb;
  line-height: .8em; }
  .modal-conocer-otros-miembros:after {
    content: 'E';
    font-family: "ETmodules" !important;
    font-size: 20px; }

.emodal {
  z-index: 99999 !important; }

.emodal-close {
  font-family: "Aileron" !important;
  position: absolute;
  top: -10px;
  right: -10px;
  background-color: #489edc;
  color: #fff;
  cursor: pointer;
  border-radius: 50%;
  width: 22px;
  font-size: 2em;
  padding-left: 3px; }

/* ORGANIGRAMA */
#mapa-organigrama-desktop,
#mapa-organigrama-mobil {
  text-align: center; }

#mapa-organigrama-mobil, #Map, #Map2 {
  display: none; }

.modal-anterior, .modal-siguiente {
  display: inline-block;
  padding-top: 20px;
  padding-bottom: 30px; }

.modal-anterior {
  float: left;
  padding-left: 30px; }
  .modal-anterior:before {
    content: 'D';
    margin-left: 50px;
    left: 0; }

.modal-siguiente {
  float: right;
  padding-right: 30px; }
  .modal-siguiente:after {
    content: 'E';
    margin-right: 50px;
    right: 0; }

.modal-siguiente:after, .modal-anterior:before {
  font-family: "ETmodules" !important;
  font-size: 20px;
  position: absolute; }

/* MUJERES EN CONSEJO */
.page-id-387 li {
  font-size: 16px; }

/* FORMACIÓN */
.llista-formacio ul {
  list-style: none;
  margin-left: -12px;
  font-size: 1.4em; }
  .llista-formacio ul li {
    margin-bottom: 20px;
    border-left: solid 2px #489edc;
    padding-left: 3px; }

/* PROYECTOS ESPECIALES */
.ver-mas {
  position: absolute;
  right: 0;
  bottom: -30px;
  font-size: 1.3em; }
  .ver-mas a {
    color: #489edc; }
  .ver-mas:after {
    content: 'E';
    font-family: "ETmodules" !important;
    font-size: 20px;
    color: #489edc; }

#inspiring-girls-titol {
  background-image: url(/wp-content/uploads/2016/12/logo-insp-seccion-proyectos-especiales.png);
  background-position: left -4px;
  background-repeat: no-repeat;
  background-size: 300px; }
  #inspiring-girls-titol h1 {
    margin-bottom: 20px;
    padding: 0 0 0 300px;
    line-height: 1.8em; }

.fondo-blau {
  background-color: #8fb4cf;
  padding: 30px;
  margin: 40px 0 0; }
  .fondo-blau p {
    color: #fff; }
    .fondo-blau p:first-line {
      font-weight: 700;
      padding-bottom: 20px; }

.fondo-blanc {
  background-color: #fff;
  padding: 30px;
  position: relative; }
  .fondo-blanc h3 {
    font-weight: 700; }
  .fondo-blanc p, .fondo-blanc h3 {
    text-align: center;
    color: #88acc5; }
    .fondo-blanc p:first-line, .fondo-blanc h3:first-line {
      color: #4687ca;
      font-size: 1.2em; }
    .fondo-blanc p:last-of-type, .fondo-blanc h3:last-of-type {
      padding-bottom: 30px; }

.fletxa-seguent {
  position: absolute;
  bottom: -50px;
  left: 46%;
  color: #28527f;
  line-height: .8em; }
  .fletxa-seguent:after {
    content: '\22';
    font-family: "ETmodules" !important;
    font-size: 90px; }

#women-for-good-display,
#women-for-good-display-dos,
#women-for-good-display-tres,
#women-for-good-display-cuatro {
  display: none; }

/* AREAS DE ACTUACION */
h1.areas-actuacion-titols {
  line-height: .8em;
  padding: 0 0 0 3px;
  margin: 1em 0;
  border-left-style: solid;
  border-left-width: 3px;
  display: inline-block; }
  h1.areas-actuacion-titols.vora-groga {
    border-left-color: #fbd008; }
  h1.areas-actuacion-titols.vora-blava {
    border-left-color: #42879f; }
  h1.areas-actuacion-titols.vora-lila {
    border-left-color: #8a709e; }
  h1.areas-actuacion-titols.vora-grana {
    border-left-color: #7b3a50; }

.post-493 .ver-mas {
  padding-left: 25px;
  position: initial;
  display: inline-block; }
  .post-493 .ver-mas.vora-groga a, .post-493 .ver-mas.vora-groga:after {
    color: #fbd008; }

#mujeres-ejecutivas-display,
#mujeres-ejecutivas-display-dos,
#mujeres-en-consejo-display {
  display: none; }

#mujeres-ejecutivas-display-dos h3 {
  padding-top: 40px;
  line-height: 1em; }

/* BLOG */
.post-567 h1 {
  color: #6c6d6f;
  padding-bottom: 0; }

@media only screen and (min-width: 981px) {
  .blog-i-noticies .et_pb_column_1_2 {
    width: 50%;
    margin-right: 0; } }
.blog-i-noticies img {
  max-height: 490px; }
.blog-i-noticies article:nth-of-type(1), .blog-i-noticies article:nth-of-type(2), .blog-i-noticies article:nth-of-type(3) {
  height: 245px;
  margin-bottom: 0 !important;
  border: none; }
  .blog-i-noticies article:nth-of-type(1) h2, .blog-i-noticies article:nth-of-type(2) h2, .blog-i-noticies article:nth-of-type(3) h2 {
    padding-top: 20px; }
    .blog-i-noticies article:nth-of-type(1) h2 a, .blog-i-noticies article:nth-of-type(2) h2 a, .blog-i-noticies article:nth-of-type(3) h2 a {
      font-size: 30px;
      color: #489edc; }
.blog-i-noticies article:nth-of-type(1) {
  background-color: #e8e8e6; }
.blog-i-noticies article:nth-of-type(2) {
  background-color: #bfbebc; }
.blog-i-noticies > div:nth-of-type(2) {
  padding-bottom: 0; }

#primera-noticia article, #primer-post article {
  max-width: 1080px;
  background-color: #131110;
  height: 100px;
  padding: 10px 30px;
  margin: 0 auto;
  overflow: hidden; }
#primera-noticia h2, #primer-post h2 {
  padding-top: 0;
  display: inline-block;
  float: left;
  padding-right: 30px; }
  #primera-noticia h2 > a, #primer-post h2 > a {
    color: #fff; }
#primera-noticia p, #primer-post p {
  color: #fff; }
#primera-noticia .post-content, #primer-post .post-content {
  padding-top: 10px; }

/* CONTACTO */
#nf-form-1-cont .nf-form-fields-required {
  display: none; }
#nf-form-1-cont nf-field {
  width: 49%;
  display: inline-block; }
  #nf-form-1-cont nf-field .nf-field-container {
    margin-bottom: 0; }
  #nf-form-1-cont nf-field:nth-of-type(1), #nf-form-1-cont nf-field:nth-of-type(3), #nf-form-1-cont nf-field:nth-of-type(5) {
    margin-right: 1%;
    float: left; }
  #nf-form-1-cont nf-field:nth-of-type(2), #nf-form-1-cont nf-field:nth-of-type(4), #nf-form-1-cont nf-field:nth-of-type(6) {
    float: right; }
  #nf-form-1-cont nf-field:nth-of-type(7), #nf-form-1-cont nf-field:nth-of-type(9) {
    width: 100%; }
  #nf-form-1-cont nf-field:nth-of-type(8) {
    width: 70%; }
  #nf-form-1-cont nf-field:nth-of-type(10) {
    width: 100%;
    text-align: right;
    color: #fff; }
    #nf-form-1-cont nf-field:nth-of-type(10) input[type="button"] {
      background: #489edc;
      border-radius: 3px;
      cursor: pointer; }
      #nf-form-1-cont nf-field:nth-of-type(10) input[type="button"]:hover {
        color: #fff; }
  #nf-form-1-cont nf-field .nf-error-wrap.nf-error {
    display: none; }
  #nf-form-1-cont nf-field input:not([type='button']), #nf-form-1-cont nf-field textarea {
    border: none;
    background: #fff; }
  #nf-form-1-cont nf-field li {
    display: inline-block; }
    #nf-form-1-cont nf-field li label {
      padding-right: 20px; }

/* FOOTER */
.et-social-icon a {
  color: #2893da; }

.et-social-icons {
  padding-top: 30px; }

#main-footer {
  border-top: 5px solid #489edc; }

#pre-footer {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
  background: #f8f8f8; }
  #pre-footer p {
    font-size: .9em;
    text-align: center; }

ul.et-social-icons {
  border-left: 1px solid #000;
  padding-bottom: 30px; }
  ul.et-social-icons li a {
    width: 40px;
    height: 40px;
    background-color: #489edc;
    color: #f8f8f8;
    border-radius: 50%; }
    ul.et-social-icons li a:before {
      line-height: 1.8em; }
    ul.et-social-icons li a:hover {
      color: #f8f8f8; }

/* QUIENES SOMOS */
#quienes-somos-objetivos li {
  font-size: 1.2em;
  color: #72727; }

#quienes-somos-objetivos-toggle ul {
  color: #727272; }

/* MEDIA RULES */
@media only screen and (min-width: 620px) {
  #areas-actuacion {
    min-height: 628px; } }
@media only screen and (max-width: 980px) {
  #main-header .logo_container a {
    float: none; }

  #unete {
    left: calc(50% - 40px); }
    #unete div {
      font-size: 14px;
      padding: 4px 0;
      width: 80px; }

  .pestanya-dreta {
    margin-left: 20%;
    margin-bottom: 0; }

  .modal-foto, .modal-contingut {
    float: none;
    display: block;
    width: 100%; }

  #footer-bottom h5, #footer-bottom p {
    text-align: center; } }
@media only screen and (max-width: 620px) {
  #mapa-organigrama-desktop {
    display: none; }

  #mapa-organigrama-mobil {
    display: block; } }
figcaption .mfp-title {
  display: none; }

/*# sourceMappingURL=style.css.map */
