/*
Theme Name:   Baua
Description:  Baua Theme - Template
Author:       Digital Vision
Version:      1.0.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  aedesit-trad
*/
@import url("https://cdnjs.cloudflare.com/ajax/libs/normalize/8.0.1/normalize.min.css");
@import url("https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.3.1/css/bootstrap.min.css");
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.11.2/css/all.min.css");
@import url("https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.7.2/animate.min.css");
@import url("https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.9.0/slick.min.css");
@import url("https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.9.0/slick-theme.min.css");
@import url("https://cdnjs.cloudflare.com/ajax/libs/jquery.swipebox/1.4.4/css/swipebox.min.css");
@font-face {
  font-family: 'Merriweather';
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/merriweather/v25/u-4l0qyriQwlOrhSvowK_l5-eR7lXcf_.ttf) format('truetype');
}
@font-face {
  font-family: 'Merriweather';
  font-style: italic;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/merriweather/v25/u-4l0qyriQwlOrhSvowK_l5-eR7NWMf_.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v29/KFOkCnqEu92Fr1MmgWxP.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v29/KFOlCnqEu92Fr1MmSU5vAw.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v29/KFOmCnqEu92Fr1Me5Q.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v29/KFOlCnqEu92Fr1MmEU9vAw.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v29/KFOlCnqEu92Fr1MmWUlvAw.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v29/KFOlCnqEu92Fr1MmYUtvAw.ttf) format('truetype');
}
a {
  color: #0094CD;
}
.bg-light {
  background: #F4F6F9 !important;
}
.bg-blue {
  background: #0094CD;
}
.grey-left {
  position: relative;
}
.grey-left:before {
  content: '';
  position: absolute;
  top: 0;
  right: 99%;
  left: -9999em;
  bottom: 0;
  background: #F4F6F9;
  z-index: -1;
}
.h-125 {
  height: calc(100% + 140px);
}
.container {
  max-width: 1410px;
}
body {
  font-family: 'Roboto', sans-serif;
  color: #333333;
  font-size: 14px;
}
h1,
h2 {
  font-family: 'Merriweather', cursive;
  font-style: italic;
}
h1 {
  font-size: 50px;
  font-weight: 900;
}
h2 strong {
  font-size: 38px;
  font-weight: 300;
  margin-bottom: 30px;
  display: block;
}
h2 span {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 300;
  font-style: normal;
}
h2 span:before {
  content: '';
  width: 30px;
  height: 1px;
  background: #0094CD;
  display: inline-block;
  margin-right: 10px;
  position: relative;
  top: -5px;
}
h3 {
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
}
.btn {
  font-size: 16px;
  text-transform: uppercase;
  border-radius: 5px;
  border: 3px solid rgba(245, 245, 245, 0.5);
  padding: 7px 30px;
}
#page404 strong.title {
  font-size: 82px;
  color: #0094CD;
  line-height: 1.2;
}
#page404 .content404 {
  font-size: 16px;
}
#page404 .content404 strong {
  font-size: 28px;
  opacity: 0.65;
  line-height: 1.1;
  margin: 5px 0px 10px;
  display: block;
}
#page404 .row.r404 > div {
  margin: auto;
}
#page404 img {
  width: 100%;
}
i.fas.fa-bars.menu-mobile {
  display: none;
}
.content-wrap {
  overflow-x: hidden;
  padding-top: 110px;
}
.menu-wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 25;
  background: #fff;
}
.menu-wrap.navbar_fixed {
  box-shadow: 0 30px 75px rgba(0, 0, 0, 0.05);
}
.menu-wrap.navbar_fixed .navbar-brand img {
  width: 75px;
}
.menu-wrap .wpml-ls-display {
  display: none;
}
#lang_selector {
  display: flex;
  margin-left: auto;
}
#lang_selector .wpml-ls-statics-shortcode_actions {
  margin: auto 0;
}
#lang_selector .wpml-ls-current-language a {
  color: #0094CD;
}
#lang_selector ul {
  padding: 0;
  margin: 0;
}
#lang_selector a {
  text-transform: uppercase;
  color: #333333;
  font-weight: 700;
}
.navbar-brand {
  padding: 15px 0;
}
.navbar-brand img {
  width: 110px;
  transition: all 0.2s linear;
}
#cd-navigation {
  margin: 0;
  padding: 0;
  list-style: none;
}
#cd-navigation li {
  display: inline-block;
}
#cd-navigation li a {
  font-size: 16px;
  text-transform: uppercase;
  color: #333333;
  font-weight: 700;
}
#header {
  padding: 115px 0;
  overflow: hidden;
  position: relative;
  display: block;
}
#header:before {
  content: '';
  width: 75vw;
  height: 75vw;
  position: absolute;
  top: 50%;
  right: 40vw;
  transform: translateY(-50%);
  background: rgba(0, 148, 205, 0.75);
  border-radius: 50%;
}
#header .col-wrap h1,
#header .col-wrap strong,
#header .col-wrap p {
  color: #fff;
}
#header .col-wrap strong {
  font-size: 19px;
  display: block;
  font-weight: 600;
  margin: 15px 0 25px;
}
#header .col-wrap .content-footer {
  margin-top: 30px;
}
#intro,
#impact,
#words,
#members,
#become_member,
#support_member,
#contact {
  padding: 70px 0;
}
#presentation {
  position: relative;
  z-index: 2;
}
#presentation .content {
  padding: 95px 95px 140px 0;
}
#impact .impact-list {
  padding-top: 45px;
}
#impact .impact-list .sector-item {
  margin-bottom: 30px;
}
#impact .impact-list .sector-item .content {
  padding: 10px 15px;
  display: flex;
  border-radius: 10px;
}
#impact .impact-list .sector-item .content img {
  width: 32px;
  margin-right: 30px;
}
#impact .impact-list .sector-item .content h3 {
  font-size: 16px;
}
#impact .bg-blue {
  padding-left: 95px;
  position: relative;
}
#impact .bg-blue:before {
  content: '';
  position: absolute;
  top: -240px;
  left: 0;
  right: -9999em;
  bottom: -70px;
  background: #0094CD;
  z-index: -1;
}
#impact .number-item {
  margin: 30px 0 40px 0;
}
#impact .number-item .content {
  display: flex;
}
#impact .number-item .content .left {
  width: 95px;
  flex: 0 0 95px;
}
#impact .number-item .content img {
  max-width: 70px;
  margin-right: 30px;
}
#impact .number-item .content h3 {
  font-weight: 600;
  font-size: 24px;
}
#impact .number-desc {
  color: #fff;
  padding-top: 30px;
  margin-top: 30px;
  border-top: 1px solid #fff;
}
#words .h-125 {
  margin-top: 30px;
}
#exig1 {
  padding: 165px 0 70px;
}
#exig1 h2 {
  padding-top: 20px;
}
#exig2,
#mission {
  padding: 120px 0 70px;
}
.member-item {
  border: 4px solid #F4F6F9;
  display: block;
  margin-bottom: 30px;
}
#support_member {
  font-size: 18px;
  font-weight: 300;
  position: relative;
}
#support_member .btn {
  margin-top: 30px;
}
#support_member:before {
  content: '';
  position: absolute;
  z-index: -1;
  background: #0094CD;
  top: -240px;
  left: 0;
  right: 0;
  height: 245px;
  display: block;
}
#become_member {
  width: 85vw;
  margin: 0 auto;
}
#mission h2 {
  padding: 20px 0 35px;
}
#mission .mission-item h3 {
  margin: 30px 0 10px;
}
#contact .content {
  font-size: 18px;
  font-weight: 300;
  padding-right: 30px;
}
#contact .content strong {
  font-weight: 700;
  margin: 30px 0;
  display: block;
}
#contact .coords {
  font-size: 18px;
  font-weight: 300;
}
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 textarea {
  width: 100%;
  padding: 8px 15px;
  border-radius: 10px;
  border: 3px solid rgba(39, 51, 75, 0.25);
  margin-bottom: 20px;
}
.wpcf7 textarea {
  height: 165px;
}
.wpcf7 input[type="submit"] {
  background: #0094CD;
  border: 3px solid rgba(39, 51, 75, 0.25);
  color: #fff;
  text-transform: uppercase;
  border-radius: 10px;
  padding: 8px 35px;
  float: right;
}
footer.footer {
  color: #0094CD;
}
#copy_cookies a {
  color: #0094CD !important;
  text-decoration: none !important;
  border: none !important;
  cursor: pointer;
}
@media screen and (max-width: 1300px) {
  #cd-navigation li a {
    font-size: 14px;
    padding: 0 10px;
  }
  h1 {
    font-size: 40px;
  }
  h2 strong {
    font-size: 32px;
  }
  #header .col-wrap strong {
    font-size: 16px;
  }
  .btn,
  #impact .impact-list .sector-item .content h3,
  #contact .coords {
    font-size: 14px;
  }
  #impact .number-item .content h3 {
    font-size: 19px;
  }
  #become_member {
    width: 100%;
  }
}
@media screen and (max-width: 1200px) {
  .col-md-4.sector-item {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media screen and (max-width: 992px) {
  #header:before {
    width: 100vw;
    height: 100vw;
  }
  #navbar {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  #header:before {
    right: 0;
    border-radius: 0;
  }
  #presentation .content {
    padding: 30px;
  }
  .bg-image {
    margin: 30px 0;
    min-height: 320px;
  }
  #impact {
    padding-bottom: 0;
  }
  #impact .bg-blue {
    padding: 70px 15px;
    margin: 0 -15px;
  }
  #impact .bg-blue:before {
    display: none;
  }
  .h-125 {
    height: inherit !important;
    margin: 30px 0 !important;
  }
  #exig1 {
    padding: 70px 0;
  }
  .partner-list .col-md-2 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media screen and (max-width: 575px) {
  .menu-wrap .col-sm-2,
  .menu-wrap .col-sm-10 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-4.sector-item {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
