@charset "UTF-8";
/*
 Theme Name:   Divi Child
 Theme URI:    http://stopandgo.es
 Description:  Divi Child Theme
 Author:       Manifiesto
 Author URI:   http://stopandgo.es
 Template:     Divi
 Version:      1.0.0
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  Divi-child
*/
@import url("../Divi/style.css");
/* =Aquí empieza la personalización de tu tema
-------------------------------------------------------------- */
/*FONTS*/
@font-face {
  font-family: "GothamBlack";
  src: url("fonts/GothamBlack.woff2") format("woff2"), url("fonts/GothamBlack.woff") format("woff");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "GothamBook";
  src: url("fonts/GothamBook.woff2") format("woff2"), url("fonts/GothamBook.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "GothamBookLight";
  src: url("fonts/Gotham-Book.woff2") format("woff2"), url("fonts/Gotham-Book.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "GothamBookItalic";
  src: url("fonts/GothamBook-Italic.woff2") format("woff2"), url("fonts/GothamBook-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "GothamBold";
  src: url("fonts/GothamBold.woff2") format("woff2"), url("fonts/GothamBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "GothamBook500";
  src: url("fonts/Gotham-Book.woff2") format("woff2"), url("fonts/Gotham-Book.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
/*END FONTS*/
body {
  font-family: "GothamBook";
}

body:has(.mobile_nav.opened) {
  overflow-y: hidden;
  overflow: hidden;
}

#page-container {
  width: 100%;
  max-width: 2560px;
  margin: 0 auto;
}

#main-content {
  overflow-x: hidden;
}

img {
  max-width: 100%;
}

.text-center {
  text-align: center;
}
.text-center .et_pb_text {
  text-align: center;
}

.full-width-row {
  width: 100%;
  padding: 0;
  max-width: 2560px;
  display: flex;
}

header#main-header {
  max-width: 2560px;
  background-color: #1B1D1A;
}
header#main-header .container {
  width: 100%;
  /* max-width: 1820px; */
  max-width: 100%;
  padding: 0 5%;
}
@media (max-width: 992px) {
  header#main-header .container {
    padding: 0 15px;
  }
}
header#main-header .container .logo_container {
  width: 60%;
}
header#main-header .container .logo_container #logo {
  max-width: 100%;
}
header#main-header .container #et-top-navigation #top-menu-nav #top-menu li a {
  font-size: 16px;
  color: #9c9c9c;
  font-family: "GothamBookLight";
  position: relative;
  width: auto;
  font-weight: 300;
}
@media (max-width: 1140px) {
  header#main-header .container #et-top-navigation #top-menu-nav #top-menu li a {
    font-size: 14px;
  }
}
@media (max-width: 1050px) {
  header#main-header .container #et-top-navigation #top-menu-nav #top-menu li a {
    font-size: 12px;
  }
}
header#main-header .container #et-top-navigation #top-menu-nav #top-menu li.current_page_item a:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 55%;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #9c9c9c;
}
header#main-header .container #et-top-navigation #top-menu-nav #top-menu li.page-item-390 a, header#main-header .container #et-top-navigation #top-menu-nav #top-menu li.page-item-404 a, header#main-header .container #et-top-navigation #top-menu-nav #top-menu li.menu-item-408 a, header#main-header .container #et-top-navigation #top-menu-nav #top-menu li.menu-item-409 a, header#main-header .container #et-top-navigation #top-menu-nav #top-menu li.menu-item-700 a, header#main-header .container #et-top-navigation #top-menu-nav #top-menu li.menu-item-776 a, header#main-header .container #et-top-navigation #top-menu-nav #top-menu li.menu-item-838 a {
  display: inline-block;
}
header#main-header .container #et-top-navigation #top-menu-nav #top-menu li.page-item-390:after, header#main-header .container #et-top-navigation #top-menu-nav #top-menu li.page-item-404:after, header#main-header .container #et-top-navigation #top-menu-nav #top-menu li.menu-item-408:after, header#main-header .container #et-top-navigation #top-menu-nav #top-menu li.menu-item-409:after, header#main-header .container #et-top-navigation #top-menu-nav #top-menu li.menu-item-700:after, header#main-header .container #et-top-navigation #top-menu-nav #top-menu li.menu-item-776:after, header#main-header .container #et-top-navigation #top-menu-nav #top-menu li.menu-item-838:after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url("/wp-content/uploads/2019/03/padlock-grey.svg") no-repeat center;
  position: relative;
  margin-left: 5px;
  vertical-align: sub;
}
header#main-header .container #et-top-navigation #top-menu-nav #top-menu li.wpml-ls-current-language > a {
  display: inline-block;
}
header#main-header .container #et-top-navigation #top-menu-nav #top-menu li.wpml-ls-current-language:before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url("/wp-content/uploads/2019/03/lang.svg") no-repeat center;
  position: relative;
  margin-right: 5px;
  vertical-align: sub;
}
header#main-header .container #et-top-navigation #top-menu-nav #top-menu li.wpml-ls-current-language .sub-menu {
  padding: 0;
  top: 20px;
  width: 63px;
  background-color: #1f1f1f;
  /* border-top: 3px solid #003e52; */
  border-top: none;
}
header#main-header .container #et-top-navigation #top-menu-nav #top-menu li.wpml-ls-current-language .sub-menu li {
  padding: 0;
}
header#main-header .container #et-top-navigation #et_mobile_nav_menu .mobile_menu_bar {
  display: flex;
  flex-direction: column;
  gap: 4px;
  cursor: pointer;
}
header#main-header .container #et-top-navigation #et_mobile_nav_menu .mobile_menu_bar:before {
  color: #9c9c9c;
  display: none;
}
header#main-header .container #et-top-navigation #et_mobile_nav_menu .mobile_menu_bar span {
  cursor: pointer;
  height: 2px;
  width: 22px;
  background-color: #9c9c9c;
  margin-inline: auto;
  transition: all 0.8s ease;
}
header#main-header .container #et-top-navigation #et_mobile_nav_menu .mobile_nav.opened .mobile_menu_bar span:nth-child(1) {
  transform: rotate(45deg) translateY(8px);
}
header#main-header .container #et-top-navigation #et_mobile_nav_menu .mobile_nav.opened .mobile_menu_bar span:nth-child(2) {
  opacity: 0;
}
header#main-header .container #et-top-navigation #et_mobile_nav_menu .mobile_nav.opened .mobile_menu_bar span:nth-child(3) {
  transform: rotate(-45deg) translateY(-8px);
}
header#main-header .container #et-top-navigation #et_mobile_nav_menu .et_mobile_menu {
  /* border-top: 3px solid #003e52; */
  border-top: 3px solid #bfbfbf;
}
header#main-header .container #et-top-navigation #et_mobile_nav_menu #mobile_menu {
  padding: 3% 5%;
  padding-top: 32%;
  background-color: #ececec;
  height: calc(100dvh - 62px);
}
header#main-header .container #et-top-navigation #et_mobile_nav_menu #mobile_menu:before {
  /* color: #003e53; */
  color: #bfbfbf;
}
header#main-header .container #et-top-navigation #et_mobile_nav_menu #mobile_menu li a {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
  font-family: "GothamBold" !important;
  font-size: 21px !important;
  padding-block: 16px !important;
}
header#main-header .container #et-top-navigation #et_mobile_nav_menu #mobile_menu li.current-menu-item > a {
  color: #7B9C35;
}
header#main-header .container #et-top-navigation #et_mobile_nav_menu #mobile_menu li.wpml-ls-menu-item {
  display: flex;
}
header#main-header .container #et-top-navigation #et_mobile_nav_menu #mobile_menu li.wpml-ls-menu-item > a {
  display: none;
}
header#main-header .container #et-top-navigation #et_mobile_nav_menu #mobile_menu li.wpml-ls-menu-item > .sub-menu {
  width: 100%;
  flex-basis: 1;
  text-align: center;
  display: flex !important;
  align-items: center;
  gap: 14px;
  justify-content: center;
}
header#main-header .container #et-top-navigation #et_mobile_nav_menu #mobile_menu li.wpml-ls-menu-item > .sub-menu {
  padding: 0;
}
header#main-header .container #et-top-navigation #et_mobile_nav_menu #mobile_menu li.wpml-ls-menu-item > .sub-menu li {
  padding: 0;
}
header#main-header .container #et-top-navigation #et_mobile_nav_menu #mobile_menu li.wpml-ls-menu-item > .sub-menu li a {
  display: block;
  width: 100%;
  font-size: 17px !important;
}
header#main-header #bg-header {
  display: flex;
}
header#main-header #bg-header .colors {
  width: 25%;
  flex-basis: 25%;
  height: 15px;
}
header#main-header #bg-header .color1 {
  background-color: #bfbfbf;
}
header#main-header #bg-header .color2 {
  background-color: #bfbfbf;
}
header#main-header #bg-header .color3 {
  background-color: #bfbfbf;
}
header#main-header #bg-header .color4 {
  background-color: #bfbfbf;
}

.bg-aston {
  background-color: #003e52;
}

h1 {
  font-size: 36px;
  font-family: "GothamBlack";
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}
@media (max-width: 576px) {
  h1 {
    font-size: 22px;
  }
}

h2 {
  font-size: 32px;
  font-family: "GothamBlack";
  color: #68a2b9;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}
@media (max-width: 576px) {
  h2 {
    font-size: 24px;
  }
}

@media (max-width: 576px) {
  .et_pb_column_1_3 h2,
  .et_pb_column_1_4 h2 {
    font-size: 18px;
  }
}

.container-block {
  padding: 7% 5%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media (max-width: 768px) {
  .container-block {
    padding: 25px 15px;
  }
}

.title-description {
  color: #fff;
  font-size: 18px;
  margin-top: 20px;
}
@media (max-width: 768px) {
  .title-description {
    font-size: 16px;
  }
}

.et_pb_section .et_pb_divider {
  height: 1px;
}

.h500 {
  min-height: 500px;
}
@media (max-width: 768px) {
  .h500 {
    min-height: inherit;
  }
}

.h500-max {
  max-height: 500px !important;
}

.no-events {
  pointer-events: none;
}

.separator {
  display: block;
  margin: 35px 0 40px !important;
  height: 0;
  position: relative;
  border: 0;
}
@media (max-width: 768px) {
  .separator {
    margin: 20px 0 25px !important;
  }
}
.separator:before {
  content: "";
  display: block;
  position: relative;
  background-color: #fff;
  width: 60px;
  height: 1px;
  border-top: 0;
}

.home .et_pb_section {
  padding: 0;
}
.home .et_pb_section .et_pb_row {
  padding: 0;
}
@media (max-width: 768px) {
  .home .et_pb_section .et_pb_row.full-width-row {
    display: block;
  }
}
.home .et_pb_section .et_pb_row .et_pb_column {
  margin: 0;
}
.home .et_pb_section .et_pb_row .et_pb_column.et_pb_column_1_4 {
  width: 25%;
}
@media (max-width: 980px) {
  .home .et_pb_section .et_pb_row .et_pb_column.et_pb_column_1_4 {
    width: 50% !important;
  }
  .home .et_pb_section .et_pb_row .et_pb_column.et_pb_column_1_4.partners-container {
    width: 100% !important;
  }
}
@media (max-width: 768px) {
  .home .et_pb_section .et_pb_row .et_pb_column.et_pb_column_1_4 {
    width: 100% !important;
  }
}
.home .et_pb_section .et_pb_row .et_pb_column.et_pb_column_1_2 {
  width: 50%;
}
.home .et_pb_section .et_pb_row .et_pb_column.et_pb_column_1_3 {
  width: 33.3333333%;
}
.home .et_pb_section .et_pb_row .et_pb_column.et_pb_column_2_3 {
  width: 66.666666%;
}
.home .et_pb_section .et_pb_row .et_pb_column.et_pb_column_3_4 {
  width: 75%;
}
@media (max-width: 768px) {
  .home .et_pb_section .et_pb_row .et_pb_column.full-column-mobile {
    width: 100% !important;
  }
}
.home .et_pb_section.icons-container {
  padding: 70px 0;
  background-color: #ececec;
}
.home .et_pb_section.icons-container .et_pb_text_inner {
  text-align: center;
}
.home .et_pb_section.icons-container .et_pb_row.icons-row {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
@media (max-width: 576px) {
  .home .et_pb_section.icons-container .et_pb_row.icons-row {
    width: 100%;
    padding: 0 15px;
  }
}
.home .et_pb_section.icons-container .et_pb_row.icons-row.icons-row1 {
  margin-bottom: 95px;
}
@media (max-width: 992px) {
  .home .et_pb_section.icons-container .et_pb_row.icons-row.icons-row1 {
    margin-bottom: 50px !important;
  }
}
.home .et_pb_section.icons-container .et_pb_row.icons-row .et_pb_column {
  width: 100%;
  max-width: 225px;
}
@media (max-width: 992px) {
  .home .et_pb_section.icons-container .et_pb_row.icons-row .et_pb_column {
    max-width: 200px !important;
  }
}
@media (max-width: 768px) {
  .home .et_pb_section.icons-container .et_pb_row.icons-row .et_pb_column {
    max-width: 50% !important;
    padding: 0 15px;
  }
}
.home .et_pb_section.icons-container .et_pb_row.icons-row .et_pb_column .et_pb_image {
  text-align: center;
}
.home .et_pb_section.icons-container .et_pb_row.icons-row .et_pb_column:not(:first-child) {
  margin: 0 0 0 5%;
}
@media (max-width: 992px) {
  .home .et_pb_section.icons-container .et_pb_row.icons-row .et_pb_column:not(:first-child) {
    margin: 0;
  }
}
@media (max-width: 768px) {
  .home .et_pb_section.icons-container .et_pb_row.icons-row .et_pb_column:not(:first-child) {
    margin: 0 0 30px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .home .et_pb_section.icons-container .et_pb_row.icons-row .et_pb_column:nth-child(even) {
    margin-left: 20px;
    margin-bottom: 30px;
  }
}
.home .et_pb_section.icons-container .et_pb_row.icons-row .et_pb_column .et_pb_text {
  font-family: "GothamBlack";
  font-size: 14px;
  text-transform: uppercase;
  color: #7a97ab;
  letter-spacing: 0.2em;
  text-align: center;
}
.home .top-box,
.home .centered-box {
  padding: 15%;
}
@media (max-width: 768px) {
  .home .top-box,
  .home .centered-box {
    padding: 5%;
  }
}
.home .top-box .big-title,
.home .centered-box .big-title {
  margin-top: 74px;
}
@media (max-width: 768px) {
  .home .top-box .big-title,
  .home .centered-box .big-title {
    margin-top: 47px;
  }
}
.home .top-box br,
.home .centered-box br {
  display: none;
}
.home .top-box span,
.home .centered-box span {
  display: block;
}
.home .top-box {
  background-color: #68a2b9;
  margin-bottom: 40% !important;
}
.home .centered-box-container {
  padding-bottom: 30%;
}
@media (max-width: 768px) {
  .home .centered-box-container {
    padding-bottom: 0%;
    background-image: none;
  }
}
.home .centered-box-container .centered-box {
  background-color: #e2e2e2;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 5%;
  width: 100%;
  max-width: 355px;
}
.home .centered-box-container .centered-box .little-title,
.home .centered-box-container .centered-box .big-title {
  color: #aaaaaa;
}
.home .centered-box-container .centered-box .separator:before {
  background-color: #aaaaaa;
}
@media (max-width: 768px) {
  .home .centered-box-container .centered-box {
    position: relative;
    top: 0;
    left: 0;
    transform: translate(0, 0);
    max-width: 100%;
    margin-bottom: 0px;
  }
}
.home .home-text {
  font-size: 24px;
  font-family: "GothamBlack";
  text-transform: uppercase;
  padding: 45px 15px;
  color: #9c9c9c;
  line-height: 1.4em;
  position: relative;
  overflow: hidden;
  letter-spacing: 0.2em;
  background-color: #1f1f1f;
}
@media (max-width: 768px) {
  .home .home-text {
    font-size: 21px;
  }
}
.home .home-text .et_pb_text {
  margin-bottom: 0;
}
.home .home-text .et_pb_text:not(:first-child) {
  position: absolute;
  width: 100%;
  left: 0;
  top: 300%;
  transform: translateY(-50%);
}
.home .home-text .et_pb_text_0 {
  animation: slideHome1 12s ease-in-out infinite;
}
.home .home-text .et_pb_text_1 {
  animation: slideHome2 12s ease-in-out infinite;
}
.home .home-text .et_pb_text_2 {
  animation: slideHome3 12s ease-in-out infinite;
}
.home .home-text .et_pb_text_3 {
  animation: slideHome4 12s ease-in-out infinite;
}
.home .home-text .et_pb_text_4 {
  animation: slideHome5 12s ease-in-out infinite;
}
.home .little-title {
  text-transform: uppercase;
  font-size: 14px;
  font-family: "GothamBlack";
  color: #fff;
  margin-bottom: 0 !important;
  letter-spacing: 0.2em;
}
@media (max-width: 768px) {
  .home .little-title {
    margin-bottom: 20px !important;
  }
}
.home .susteinability {
  /* .little-title, */
}
.home .susteinability .big-title {
  font-size: 18px;
  font-family: "GothamBook";
  text-transform: none;
}
.home .big-title {
  font-size: 32px;
  line-height: 1.2em;
  color: #fff;
}
@media (max-width: 768px) {
  .home .big-title {
    font-size: 24px;
  }
}
.susteinability .home .big-title {
  font-size: 18px;
  font-family: "GothamBook";
}
.home .quote {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 300px;
  font-size: 24px;
  color: #fff;
  font-family: "GothamBookItalic";
  line-height: 1.4em;
  text-align: center;
}
.home .title-icons {
  font-family: "GothamBlack";
  color: #7a97ab;
  font-size: 24px;
  text-transform: uppercase;
  margin-bottom: 95px !important;
  letter-spacing: 0.2em;
}
@media (max-width: 992px) {
  .home .title-icons {
    margin-bottom: 50px !important;
  }
}
@media (max-width: 1660px) {
  .home .et_pb_row.et_pb_row_3.full-width-row {
    display: block;
  }
}
@media (max-width: 1660px) {
  .home .video-container {
    width: 100% !important;
  }
}
.home .video-container > .et_pb_video {
  height: 100%;
}
.home .video-container .et_pb_video_play {
  border: 1px solid #fff;
  border-radius: 50%;
  line-height: inherit;
  width: 96px;
  height: 96px;
  position: relative;
}
@media (max-width: 768px) {
  .home .video-container .et_pb_video_play {
    width: 48px;
    height: 48px;
  }
}
.home .video-container .et_pb_video_play:before {
  content: "E";
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
}
.home .partners-container {
  padding: 6% 4%;
  width: 75%;
  text-align: center;
}
@media (min-width: 2000px) {
  .home .partners-container {
    padding: 10% 5%;
  }
}
@media (max-width: 1660px) {
  .home .partners-container {
    width: 100% !important;
    padding: 5%;
  }
  .home .partners-container .big-title {
    margin-bottom: 40px;
  }
}
.home .partners-container .partners {
  color: #fff;
  font-size: 18px;
  text-align: center;
  max-width: 630px;
  margin: 0 auto 40px;
}
@media (max-width: 768px) {
  .home .partners-container .partners {
    font-size: 16px;
  }
}
.home .partners-container .et_pb_image {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  /* margin: 0 0 0 5%; */
}
@media (max-width: 1660px) {
  .home .partners-container .et_pb_image {
    max-width: 630px;
  }
}
@media (max-width: 992px) {
  .home .partners-container .et_pb_image {
    margin: 0 0 0 5% !important;
  }
}
@media (max-width: 768px) {
  .home .partners-container .et_pb_image {
    max-width: 90%;
  }
}
.home .partners-container .et_pb_image.et_pb_image_0 {
  margin: 0;
}
@media (max-width: 992px) {
  .home .partners-container .et_pb_image.et_pb_image_0 {
    margin: 0 !important;
  }
}
.home .et_pb_button_module_wrapper:has(.clickcolbutton), .home .clickcolbutton {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  border: 0 !important;
  background: transparent !important;
  color: transparent !important;
  z-index: 9999;
}
.home .plus-button-container {
  text-align: center;
  margin-bottom: 0 !important;
}
.home .plus-button-container.mt {
  margin-top: 30px;
}
.home .plus-button-container .plus-button {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.5);
}
.home .plus-button-container .plus-button:before {
  content: "";
  position: absolute;
  width: 55%;
  height: 1px;
  background-color: #fff;
  left: 50%;
  top: 50%;
  transform: translateX(-50%);
}
.home .plus-button-container .plus-button:after {
  content: "";
  position: absolute;
  width: 55%;
  height: 1px;
  background-color: #fff;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%) rotate(90deg);
}
.home .separator:before {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.home .rev_slider .tp-parallax-wrap {
  left: 5% !important;
}
.home .rev_slider .tp-caption {
  font-family: "GothamBold" !important;
  font-size: 32px !important;
  line-height: 1.2em !important;
}
@media (max-width: 768px) {
  .home .rev_slider .tp-caption {
    font-size: 24px !important;
  }
}
.home .n2-section-smartslider .n2-ss-layers-container {
  padding: 0 5%;
  box-sizing: border-box;
  position: relative;
  min-height: 685px;
}
.home .n2-section-smartslider .n2-ss-layers-container .n2-ss-layer {
  position: static;
}
.home .n2-section-smartslider .n2-ss-layers-container .n2-ss-layer .n2-ss-text {
  font-family: "GothamBold" !important;
  font-size: 32px !important;
  line-height: 1.2em !important;
  width: 850px !important;
  max-width: 100% !important;
  position: absolute;
  top: 16%;
  left: 0;
  white-space: wrap !important;
}
@media (max-width: 768px) {
  .home .n2-section-smartslider .n2-ss-layers-container .n2-ss-layer .n2-ss-text {
    font-size: 24px !important;
  }
}

@keyframes slideHome1 {
  0%, 17% {
    transform: translate(0);
    opacity: 1;
  }
  20% {
    transform: translateY(-300%);
    opacity: 0;
  }
  90% {
    transform: translateY(-300%);
    opacity: 0;
  }
  95% {
    transform: translateY(300%);
    opacity: 0;
  }
  97% {
    transform: translateY(300%);
    opacity: 0;
  }
}
@keyframes slideHome2 {
  0%, 17% {
    top: 300%;
    opacity: 0;
  }
  20%, 37% {
    top: 50%;
    opacity: 1;
  }
  40% {
    top: -300%;
    opacity: 0;
  }
  95% {
    top: -300%;
    opacity: 0;
  }
  97% {
    top: 300%;
    opacity: 0;
  }
  100% {
    top: 300%;
    opacity: 0;
  }
}
@keyframes slideHome3 {
  0%, 37% {
    top: 300%;
    opacity: 0;
  }
  40%, 57% {
    top: 50%;
    opacity: 1;
  }
  60% {
    top: -300%;
    opacity: 0;
  }
  95% {
    top: -300%;
    opacity: 0;
  }
  97% {
    top: 300%;
    opacity: 0;
  }
  100% {
    top: 300%;
    opacity: 1;
  }
}
@keyframes slideHome4 {
  0%, 57% {
    top: 300%;
    opacity: 0;
  }
  60%, 77% {
    top: 50%;
    opacity: 1;
  }
  80% {
    top: -300%;
    opacity: 0;
  }
  95% {
    top: -300%;
    opacity: 0;
  }
  97% {
    top: 300%;
    opacity: 0;
  }
  100% {
    top: 300%;
    opacity: 0;
  }
}
@keyframes slideHome5 {
  0% {
    top: -300%;
    opacity: 0;
  }
  3% {
    top: 300%;
    opacity: 0;
  }
  77% {
    top: 300%;
    opacity: 0;
  }
  80%, 97% {
    top: 50%;
    opacity: 1;
  }
  100% {
    top: -300%;
    opacity: 0;
  }
}
.locations .et_pb_section.et_pb_section_0 {
  padding: 0;
  height: 100%;
  background-color: #ececec;
}
.locations .et_pb_section.et_pb_section_0 .container-locations {
  padding: 5% !important;
  height: 100dvh;
  height: calc(100dvh - 95px);
  background-size: cover;
}
@media (max-width: 992px) {
  .locations .et_pb_section.et_pb_section_0 .container-locations {
    padding: 12% 5% 15% !important;
  }
}
.locations .et_pb_section.et_pb_section_0 .container-locations .et_pb_column {
  /* max-width: 1820px;
  margin: 0 auto !important; */
}
.locations .et_pb_section.et_pb_section_0 .container-locations .et_pb_column .separator:before {
  width: 140px;
}
.locations .et_pb_section.et_pb_section_0 .et_pb_row.et_pb_row_1 {
  min-height: calc(100dvh - 95px - 281px);
  width: 100% !important;
  max-width: 100% !important;
  padding-left: 25px;
  padding-right: 25px;
  margin-bottom: 75px;
}
.locations .et_pb_section.et_pb_section_0 .et_pb_row.et_pb_row_1 h1 {
  color: #9c9c9c;
}
.locations .et_pb_section.et_pb_section_0 .et_pb_row.et_pb_row_1 ul li {
  font-size: 20px;
  font-family: "GothamBlack";
  color: #9c9c9c;
  text-transform: uppercase;
}
.locations .et_pb_section.et_pb_section_0 .et_pb_row.et_pb_row_1 .separator:before {
  background-color: #9c9c9c;
}

.project-gallery .et_pb_section.et_pb_section_0 {
  background-color: #f3f3f3;
  padding: 0;
}
.project-gallery .et_pb_section.et_pb_section_0 .rev_slider {
  max-height: 500px !important;
}
.project-gallery .et_pb_section.et_pb_section_0 .rev_slider .tp-parallax-wrap {
  top: 95% !important;
  left: 95% !important;
  top: calc(95% - 75px) !important;
  left: calc(95% - 67px) !important;
}
.project-gallery .et_pb_section.et_pb_section_0 .rev_slider .tp-bgimg.defaultimg:after {
  content: "";
  position: absolute;
  background-color: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.project-gallery .et_pb_section.et_pb_section_0.projects-revslider-container .n2-ss-slide {
  min-height: 500px !important;
}
.project-gallery .et_pb_section.et_pb_section_0.projects-revslider-container img {
  min-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.project-gallery .et_pb_section.et_pb_section_0.projects-revslider-container .project-gallery-row-title {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  pointer-events: none;
}
.project-gallery .et_pb_section.et_pb_section_0 .et_pb_row {
  padding: 0;
}
.project-gallery .et_pb_section.et_pb_section_0 .project-gallery-row-title {
  /* padding: 5% 5% 10%; */
  padding: 5%;
}
@media (max-width: 992px) {
  .project-gallery .et_pb_section.et_pb_section_0 .project-gallery-row-title {
    padding: 12% 5% 15%;
  }
}
.project-gallery .et_pb_section.et_pb_section_0 .project-gallery-row-title .separator:before {
  width: 140px;
  background-color: #fff;
}
.project-gallery .gallery-container {
  padding-top: 5% !important;
  padding-bottom: 2% !important;
  padding-inline: 5% !important;
  max-width: 1920px;
  margin: 0 auto;
}
.project-gallery .gallery-container p {
  display: none;
}
.project-gallery .gallery-container .ngg-galleryoverview {
  margin: 0;
  background-color: #1f1f1f;
}
.project-gallery .gallery-container .ngg-galleryoverview .ngg-gallery-thumbnail a {
  margin: 0;
}
@media (max-width: 992px) {
  .project-gallery .gallery-container .ngg-pro-masonry .ngg-pro-masonry-item {
    height: auto !important;
  }
}
.project-gallery .gallery-container .ngg-pro-masonry .ngg-pro-masonry-item a {
  display: block;
  position: relative;
}
.project-gallery .gallery-container .ngg-pro-masonry .ngg-pro-masonry-item a:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  transition: opacity 0.2s ease-in-out;
}
.project-gallery .gallery-container .ngg-pro-masonry .ngg-pro-masonry-item a:hover:after {
  opacity: 0;
}
.project-gallery .gallery-container .ngg-pro-masonry .ngg-pro-masonry-item a[data-description=abac]:after {
  background: rgba(0, 0, 0, 0.5) url("/wp-content/uploads/2019/02/abac.svg") no-repeat center;
}
.project-gallery .gallery-container .ngg-pro-masonry .ngg-pro-masonry-item a[data-description=akua]:after {
  background: rgba(0, 0, 0, 0.5) url("/wp-content/uploads/2019/02/akua.svg") no-repeat center;
}
.project-gallery .gallery-container .ngg-pro-masonry .ngg-pro-masonry-item a[data-description=aspen]:after {
  background: rgba(0, 0, 0, 0.5) url("/wp-content/uploads/2019/02/aspen.svg") no-repeat center;
}
.project-gallery .gallery-container .ngg-pro-masonry .ngg-pro-masonry-item a[data-description=auren]:after {
  background: rgba(0, 0, 0, 0.5) url("/wp-content/uploads/2019/02/auren.svg") no-repeat center;
}
.project-gallery .gallery-container .ngg-galleryoverview {
  display: grid !important;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 10px;
  background-color: transparent;
}
@media (max-width: 980px) {
  .project-gallery .gallery-container .ngg-galleryoverview {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 600px) {
  .project-gallery .gallery-container .ngg-galleryoverview {
    grid-template-columns: 1fr;
  }
}
.project-gallery .gallery-container .ngg-galleryoverview a {
  display: block;
  position: relative;
}
.project-gallery .gallery-container .ngg-galleryoverview a:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  transition: opacity 0.2s ease-in-out;
}
.project-gallery .gallery-container .ngg-galleryoverview a:hover:after {
  opacity: 0;
}
.project-gallery .gallery-container .ngg-galleryoverview a[data-description=abac]:after {
  background: rgba(0, 0, 0, 0.5) url("/wp-content/uploads/2019/02/abac.svg") no-repeat center;
}
.project-gallery .gallery-container .ngg-galleryoverview a[data-description=akua]:after {
  background: rgba(0, 0, 0, 0.5) url("/wp-content/uploads/2019/02/akua.svg") no-repeat center;
}
.project-gallery .gallery-container .ngg-galleryoverview a[data-description=aspen]:after {
  background: rgba(0, 0, 0, 0.5) url("/wp-content/uploads/2019/02/aspen.svg") no-repeat center;
}
.project-gallery .gallery-container .ngg-galleryoverview a[data-description=auren]:after {
  background: rgba(0, 0, 0, 0.5) url("/wp-content/uploads/2019/02/auren.svg") no-repeat center;
}
.project-gallery .sl-wrapper .sl-image .sl-caption {
  display: none !important;
}

.sl-overlay {
  background-color: #ececec;
}

.sl-wrapper .sl-close,
.sl-wrapper .sl-counter,
.sl-wrapper .sl-navigation button.sl-next,
.sl-wrapper .sl-navigation button.sl-prev {
  /* color: #003e52; */
  color: #1f1f1f;
}

.sustainability {
  /* h1 {
    font-size: 32px;
  } */
}
.sustainability .et_pb_section.et_pb_section_0 {
  background-color: #f3f3f3;
  padding: 0;
}
.sustainability .et_pb_section.et_pb_section_0 .et_pb_row {
  padding: 0;
}
.sustainability .et_pb_section.et_pb_section_0 .sustainability-row-title {
  /* padding: 5% 5% 10%; */
  padding: 5%;
}
@media (max-width: 992px) {
  .sustainability .et_pb_section.et_pb_section_0 .sustainability-row-title {
    padding: 12% 5% 15%;
  }
}
.sustainability .et_pb_section.et_pb_section_0 .sustainability-row-title .separator:before {
  width: 140px;
  background-color: #fff;
}
.sustainability .title-description {
  color: #003e52;
  line-height: 1.4em;
}
.sustainability .container-block {
  align-items: flex-start;
  /* > * {
    width: 100%;
    flex-basis: 100%;
  } */
}
@media (max-width: 992px) {
  .sustainability .container-block-list {
    padding: 8% 0;
  }
}
.sustainability .container-block-list .et_pb_text {
  position: absolute;
  top: 55%;
  left: 0;
  transform: translateY(-50%);
  padding: 2% 5%;
  font-family: "GothamBold";
  font-size: 24px;
  background-color: #68a2b9;
  color: #fff;
  min-width: 415px;
}
@media (max-width: 992px) {
  .sustainability .container-block-list .et_pb_text {
    position: relative;
    left: 0;
    top: 0;
    transform: translateY(0);
    font-size: 21px;
  }
}
@media (max-width: 576px) {
  .sustainability .container-block-list .et_pb_text {
    font-size: 18px;
  }
}
.sustainability .container-block-list .et_pb_text ul {
  padding-bottom: 0;
  line-height: 1.4em;
}
.sustainability .container-block-list.container-block-list-right .et_pb_text {
  left: auto;
  right: 0;
}
.sustainability .et_pb_column {
  margin: 0;
  /* .et_pb_text {
    margin: 0;
  } */
}
.sustainability .et_pb_column.et_pb_column_1_3 {
  width: 33.3333333%;
}
@media (max-width: 992px) {
  .sustainability .et_pb_column.et_pb_column_1_3 {
    width: 100%;
  }
}
.sustainability .et_pb_column.et_pb_column_2_3 {
  width: 66.666666%;
}
@media (max-width: 992px) {
  .sustainability .et_pb_column.et_pb_column_2_3 {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .sustainability .et_pb_row {
    display: block;
  }
}
.sustainability .et_pb_row.et_pb_row_1 .et_pb_column, .sustainability .et_pb_row.et_pb_row_2 .et_pb_column {
  margin: 0;
}
.sustainability .et_pb_row.et_pb_row_1 .et_pb_column .et_pb_text, .sustainability .et_pb_row.et_pb_row_2 .et_pb_column .et_pb_text {
  margin: 0;
}
.sustainability .separator:before {
  background-color: #68a2b9;
}

.who-we-are .et_pb_section.et_pb_section_0 {
  background-color: #f3f3f3;
  padding: 0;
}
.who-we-are .et_pb_section.et_pb_section_0 .et_pb_row {
  padding: 0;
}
.who-we-are .et_pb_section.et_pb_section_0 .separator:before {
  width: 140px;
}
.who-we-are .et_pb_section.et_pb_section_0 .who-we-are-row-title,
.who-we-are .et_pb_section.et_pb_section_0 .who-we-are-row-description {
  padding: 5%;
}
@media (max-width: 992px) {
  .who-we-are .et_pb_section.et_pb_section_0 .who-we-are-row-title,
  .who-we-are .et_pb_section.et_pb_section_0 .who-we-are-row-description {
    padding: 12% 5% 15%;
  }
}
@media (max-width: 992px) {
  .who-we-are .et_pb_section.et_pb_section_0 .who-we-are-row-title:before,
  .who-we-are .et_pb_section.et_pb_section_0 .who-we-are-row-description:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
  }
}
@media (max-width: 576px) {
  .who-we-are .et_pb_section.et_pb_section_0 .who-we-are-row-title:before,
  .who-we-are .et_pb_section.et_pb_section_0 .who-we-are-row-description:before {
    background-color: rgba(0, 0, 0, 0.7);
  }
}
.who-we-are .et_pb_section.et_pb_section_0 .who-we-are-row-title .title-description,
.who-we-are .et_pb_section.et_pb_section_0 .who-we-are-row-description .title-description {
  max-width: 45%;
}
@media (max-width: 992px) {
  .who-we-are .et_pb_section.et_pb_section_0 .who-we-are-row-title .title-description,
  .who-we-are .et_pb_section.et_pb_section_0 .who-we-are-row-description .title-description {
    max-width: 100%;
  }
}
.who-we-are .bg-dark-grey {
  background-color: #e9e9e9;
}
.who-we-are .bg-light-grey {
  background-color: #f2f2f2;
}
@media (max-width: 980px) {
  .who-we-are .section-point {
    padding: 5%;
  }
}
.who-we-are .section-point .row-points {
  padding: 0;
  align-items: center;
}
@media (max-width: 980px) {
  .who-we-are .section-point .row-points {
    width: 100%;
  }
}
.who-we-are .section-point .row-points .points-icon-container .et_pb_image {
  text-align: center;
}
.who-we-are .section-point .row-points .points-icon-container .et_pb_image span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 980px) {
  .who-we-are .section-point .row-points .points-icon-container .et_pb_image span {
    position: relative;
    top: 0;
    left: 0;
    transform: none;
  }
}
.who-we-are .section-point .row-points .et_pb_text {
  color: #939393;
  font-size: 21px;
  line-height: 1.4em;
}
@media (max-width: 980px) {
  .who-we-are .section-point .row-points .et_pb_text {
    font-size: 18px;
  }
}
@media (max-width: 576px) {
  .who-we-are .section-point .row-points .et_pb_text {
    font-size: 16px;
  }
}
.who-we-are .section-point .row-points .et_pb_text h3 {
  font-family: "GothamBold";
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding: 0;
  color: #939393;
  letter-spacing: 0.2em;
}
@media (max-width: 576px) {
  .who-we-are .section-point .row-points .et_pb_text h3 {
    font-size: 16px;
  }
}
.who-we-are .section-point .row-points .et_pb_text a {
  color: #003e52;
  text-decoration: none;
}
.who-we-are .section-point .row-points .et_pb_text a:hover {
  text-decoration: underline;
}

.manuel-barreiro .et_pb_section.et_pb_section_0 {
  background-color: #f3f3f3;
  padding: 0;
}
.manuel-barreiro .et_pb_section.et_pb_section_0 .et_pb_row {
  padding: 0;
}
.manuel-barreiro .et_pb_section.et_pb_section_0 .separator:before {
  width: 140px;
}
.manuel-barreiro .et_pb_section.et_pb_section_0 .manuel-row-title,
.manuel-barreiro .et_pb_section.et_pb_section_0 .manuel-row-description {
  padding: 5%;
}
@media (max-width: 992px) {
  .manuel-barreiro .et_pb_section.et_pb_section_0 .manuel-row-title,
  .manuel-barreiro .et_pb_section.et_pb_section_0 .manuel-row-description {
    padding: 12% 5% 15%;
  }
}
@media (max-width: 992px) {
  .manuel-barreiro .et_pb_section.et_pb_section_0 .manuel-row-title:before,
  .manuel-barreiro .et_pb_section.et_pb_section_0 .manuel-row-description:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
  }
}
@media (max-width: 576px) {
  .manuel-barreiro .et_pb_section.et_pb_section_0 .manuel-row-title:before,
  .manuel-barreiro .et_pb_section.et_pb_section_0 .manuel-row-description:before {
    background-color: rgba(0, 0, 0, 0.7);
  }
}
.manuel-barreiro .et_pb_section.et_pb_section_0 .manuel-row-title .title-description,
.manuel-barreiro .et_pb_section.et_pb_section_0 .manuel-row-description .title-description {
  max-width: 45%;
}
@media (max-width: 992px) {
  .manuel-barreiro .et_pb_section.et_pb_section_0 .manuel-row-title .title-description,
  .manuel-barreiro .et_pb_section.et_pb_section_0 .manuel-row-description .title-description {
    max-width: 100%;
  }
}
.manuel-barreiro .bio-section .et_pb_row {
  width: 90% !important;
}
.manuel-barreiro .bio-section p {
  font-size: 16px;
}
.manuel-barreiro .bio-section ul.social {
  display: flex;
  list-style: none;
  padding: 0px;
  align-items: center;
}
.manuel-barreiro .bio-section ul.social li {
  margin-right: 20px;
}
.manuel-barreiro .bio-section ul.social li img {
  width: 30px;
  max-width: 30px;
}

.terms #page-container #et-main-area #main-content .entry-content .et_pb_section {
  background-color: #ececec;
  min-height: calc(100dvh - 97px - 175px);
}
.terms #page-container #et-main-area #main-content .entry-content .et_pb_section h3,
.terms #page-container #et-main-area #main-content .entry-content .et_pb_section h4 {
  font-family: "GothamBold";
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding: 0;
  color: #666;
}
.terms #page-container #et-main-area #main-content .entry-content .et_pb_section a {
  color: #666;
}
.terms #page-container #et-main-area #main-content .entry-content .et_pb_section a span {
  font-weight: 700 !important;
}

.contact .et_pb_section.et_pb_section_0 {
  min-height: calc(100dvh - 97px - 175px);
  background-color: #f3f3f3;
  padding: 0;
}
.contact .et_pb_section.et_pb_section_0 .et_pb_row {
  padding: 0;
  max-width: 1820px;
  margin: 0 auto;
}
.contact .et_pb_section.et_pb_section_0 .contact-row-title {
  padding: 5% 5% 2%;
}
@media (max-width: 768px) {
  .contact .et_pb_section.et_pb_section_0 .contact-row-title {
    padding-top: 13%;
  }
}
.contact .et_pb_section.et_pb_section_0 .contact-row-title h1 {
  color: #9c9c9c;
}
.contact .et_pb_section.et_pb_section_0 .container-contact-data {
  padding: 0 5% 6%;
}
@media (max-width: 768px) {
  .contact .et_pb_section.et_pb_section_0 .container-contact-data {
    display: flex;
    flex-direction: column;
    padding-bottom: 17%;
  }
}
.contact .et_pb_section.et_pb_section_0 .container-contact-data h3 {
  font-family: "GothamBold";
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding: 0;
  color: #939393;
}
@media (max-width: 576px) {
  .contact .et_pb_section.et_pb_section_0 .container-contact-data h3 {
    font-size: 16px;
  }
}
.contact .et_pb_section.et_pb_section_0 .container-contact-data .container-info-location p {
  padding-bottom: 0;
  line-height: 1.6em;
  font-size: 16px;
}
.contact .et_pb_section.et_pb_section_0 .container-contact-data .container-form .et_pb_text .et_pb_text_inner p {
  padding: 0;
}
.contact .et_pb_section.et_pb_section_0 .container-contact-data.investors-form {
  /* input[type='submit'] {
    pointer-events: none;
  } */
}
.contact .et_pb_section.et_pb_section_0 .container-contact-data.investors-form p {
  max-width: 400px;
}
.contact .et_pb_section.et_pb_section_0 .container-contact-data.investors-form .wpcf7-response-output.wpcf7-mail-sent-ok {
  border: 1px solid #f5c6cb !important;
  background-color: transparent !important;
  color: #721c24 !important;
  background-color: #f8d7da !important;
}
.contact .et_pb_section.et_pb_section_0 .container-contact-data.investors-form form em.wpforms-error {
  color: #721c24;
  font-size: 12px;
  margin-top: 17px !important;
  margin-bottom: 6px !important;
  display: none;
}
.contact .et_pb_section.et_pb_section_0 .container-contact-data.investors-form form.error em.wpforms-error {
  display: block;
}
.contact .et_pb_section.et_pb_section_0 .separator:before {
  background-color: #9c9c9c;
}
.contact .container-contact-data .wpforms-container {
  margin: 0px !important;
}
@media (max-width: 768px) {
  .contact .container-contact-data .wpforms-field-container {
    display: block;
  }
}
.contact .container-contact-data .wpforms-field-container label {
  font-size: 0;
}
.contact .container-contact-data .wpforms-field-container label br {
  display: none;
}
.contact .container-contact-data .wpforms-field-container textarea,
.contact .container-contact-data .wpforms-field-container input {
  max-width: 400px;
  width: 100%;
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid #c3c3c3;
  font-size: 15px;
  padding: 10px 0;
  margin-bottom: 25px;
  font-family: "GothamBook";
  line-height: 1.4em;
  border-radius: 0px !important;
}
.contact .container-contact-data .wpforms-field-container textarea:focus, .contact .container-contact-data .wpforms-field-container textarea:hover,
.contact .container-contact-data .wpforms-field-container input:focus,
.contact .container-contact-data .wpforms-field-container input:hover {
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
  border-bottom: 1px solid #c3c3c3 !important;
  box-shadow: none !important;
}
.contact .container-contact-data .wpforms-field-container textarea.wpforms-error,
.contact .container-contact-data .wpforms-field-container input.wpforms-error {
  margin-bottom: 0px !important;
  border: none !important;
  border-bottom: 1px solid #721c24 !important;
}
.contact .container-contact-data .wpforms-field-container textarea.wpforms-error::-moz-placeholder, .contact .container-contact-data .wpforms-field-container input.wpforms-error::-moz-placeholder {
  color: #721c24;
  opacity: 1;
}
.contact .container-contact-data .wpforms-field-container textarea.wpforms-error::placeholder,
.contact .container-contact-data .wpforms-field-container input.wpforms-error::placeholder {
  color: #721c24;
  opacity: 1;
}
.contact .container-contact-data .wpforms-field-container em.wpforms-error {
  color: #721c24;
  font-size: 12px;
  margin-top: 6px !important;
  margin-bottom: 25px !important;
}
.contact .container-contact-data .wpforms-field-container .wpforms-field {
  padding: 0px !important;
}
.contact .container-contact-data .wpforms-field-container span.wpcf7-not-valid-tip {
  font-size: 12px;
  color: #721c24;
  margin-bottom: 10px;
  margin-top: -10px;
}
.contact .wpforms-submit-container {
  display: flex;
  align-items: center;
  margin-top: 30px !important;
}
.contact .wpforms-submit-container button.wpforms-submit {
  display: block;
  border: 1px solid #c3c3c3;
  width: auto;
  font-family: "GothamBold";
  font-size: 18px;
  text-transform: uppercase;
  padding: 14px 18px 10px;
  color: #939393 !important;
  margin-top: 0px;
  margin-bottom: 0;
  background-color: transparent !important;
  height: auto !important;
  border-radius: 0px !important;
  cursor: pointer;
}
.contact .wpforms-submit-container button.wpforms-submit:hover {
  background-color: #c3c3c3 !important;
}
.contact .wpforms-submit-container button.wpforms-submit::after {
  display: none !important;
}
.contact .wpcf7-response-output {
  max-width: 400px;
  border: 1px solid #f5c6cb;
  background-color: transparent;
  color: #721c24;
  background-color: #f8d7da;
  margin-left: 0;
  margin-top: 20px;
  padding: 10px 15px;
}
.contact .wpcf7-response-output.wpcf7-mail-sent-ok {
  color: #155724;
  background-color: #d4edda;
  border: 1px solid #c3e6cb;
}

.error404 #main-content {
  min-height: calc(100dvh - 95px - 175px);
}
.error404 #main-content .container:before {
  content: none;
}
.error404 #main-content .container h1 {
  color: #68a2b9;
  margin-bottom: 20px;
}
.error404 #main-content .container p {
  font-size: 18px;
}
.error404 #sidebar {
  display: none;
}

footer#main-footer #footer-bottom {
  padding: 0;
  background-color: #1B1D1A;
}
footer#main-footer #footer-bottom > .container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  padding: 60px 5%;
  width: 100%;
  max-width: 2560px;
}
@media (max-width: 1200px) {
  footer#main-footer #footer-bottom > .container {
    display: flex;
    justify-content: space-between;
    gap: 8px;
  }
}
@media (max-width: 768px) {
  footer#main-footer #footer-bottom > .container {
    flex-wrap: wrap;
    text-align: center;
    padding: 40px 15px;
  }
}
footer#main-footer #footer-bottom > .container > div {
  flex-grow: 1;
}
@media (max-width: 768px) {
  footer#main-footer #footer-bottom > .container > div {
    width: 100%;
    flex-basis: 100%;
  }
  footer#main-footer #footer-bottom > .container > div:not(:last-child) {
    margin-bottom: 20px;
  }
}
footer#main-footer #footer-bottom > .container #footer-logo img {
  max-width: 175px;
  min-width: 120px;
  display: grid;
}
@media (max-width: 768px) {
  footer#main-footer #footer-bottom > .container #footer-logo img {
    margin-inline: auto;
  }
}
footer#main-footer #footer-bottom > .container #et-footer-nav {
  background-color: transparent;
  align-content: center;
}
@media (max-width: 576px) {
  footer#main-footer #footer-bottom > .container #et-footer-nav {
    margin-bottom: 0px !important;
  }
}
footer#main-footer #footer-bottom > .container #et-footer-nav .container {
  text-align: center;
  width: 100% !important;
  max-width: 100% !important;
}
footer#main-footer #footer-bottom > .container #et-footer-nav .container #menu-footer-menu,
footer#main-footer #footer-bottom > .container #et-footer-nav .container #menu-footer-menu-en {
  width: 100%;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
}
@media (max-width: 1200px) {
  footer#main-footer #footer-bottom > .container #et-footer-nav .container #menu-footer-menu,
  footer#main-footer #footer-bottom > .container #et-footer-nav .container #menu-footer-menu-en {
    gap: 0px;
  }
}
@media (max-width: 576px) {
  footer#main-footer #footer-bottom > .container #et-footer-nav .container #menu-footer-menu,
  footer#main-footer #footer-bottom > .container #et-footer-nav .container #menu-footer-menu-en {
    flex-direction: column;
  }
}
footer#main-footer #footer-bottom > .container #et-footer-nav .container #menu-footer-menu li,
footer#main-footer #footer-bottom > .container #et-footer-nav .container #menu-footer-menu-en li {
  padding-right: 0px !important;
}
@media (max-width: 1050px) {
  footer#main-footer #footer-bottom > .container #et-footer-nav .container #menu-footer-menu li,
  footer#main-footer #footer-bottom > .container #et-footer-nav .container #menu-footer-menu-en li {
    display: block;
    width: 100%;
    margin-bottom: 5px;
    padding-right: 0;
  }
}
footer#main-footer #footer-bottom > .container #footer-credits {
  color: #9c9c9c;
  align-content: center;
  text-align: right;
}
footer#main-footer #footer-bottom > .container #footer-credits #footer-info {
  display: inline-block;
  float: none;
  padding-bottom: 0;
  color: #9c9c9c;
}
@media (max-width: 768px) {
  footer#main-footer #footer-bottom > .container #footer-credits {
    text-align: center;
  }
}
footer#main-footer #footer-bottom > .container a {
  color: #9c9c9c;
  font-weight: normal;
}

/* cookies bar */
#cookie-law-info-bar {
  z-index: 99999 !important;
}
#cookie-law-info-bar .cli-bar-message p {
  padding: 0px !important;
  font-size: 15px !important;
}
#cookie-law-info-bar .cli-bar-btn_container {
  margin-top: 20px;
}
@media (max-width: 600px) {
  #cookie-law-info-bar .cli-bar-btn_container {
    width: 100%;
  }
}

/* cookie popup */
#cliSettingsPopup #wt-cli-privacy-save-btn {
  color: whitesmoke;
}

#cookie-law-info-bar {
  width: 900px !important;
  max-width: 900px !important;
  padding: 1.5rem !important;
}
#cookie-law-info-bar .cli-bar-btn_container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 44px !important;
  gap: 0.5rem;
}
@media (max-width: 600px) {
  #cookie-law-info-bar .cli-bar-btn_container {
    display: flex;
    flex-direction: column-reverse;
  }
}
#cookie-law-info-bar .cli-bar-btn_container a {
  margin: 0px !important;
  padding: 1em !important;
  text-align: center !important;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 17px !important;
  text-decoration: none;
  color: whitesmoke !important;
  background-color: #1B1D1A !important;
}
@media (max-width: 980px) {
  #cookie-law-info-bar {
    width: 90% !important;
  }
}
#cookie-law-info-bar .cli-bar-message {
  font-size: 16px;
}
#cookie-law-info-bar .cli-bar-message a {
  text-decoration: underline !important;
}
#cookie-law-info-bar .cli-bar-message p {
  font-size: 18px !important;
  line-height: 1.2 !important;
}
#cookie-law-info-bar .cli-bar-message p.title {
  font-size: 24px !important;
  padding-bottom: 8px !important;
}
@media (max-width: 600px) {
  #cookie-law-info-bar .cli-bar-message p.title {
    font-size: 18px !important;
  }
}

#wt-cli-privacy-title {
  font-size: 24px !important;
}
@media (max-width: 600px) {
  #wt-cli-privacy-title {
    font-size: 18px !important;
  }
}

.cli-privacy-content-text {
  font-size: 15px !important;
  line-height: 1.2 !important;
}

#wt-cli-privacy-save-btn {
  margin: 0px !important;
  padding: 1em !important;
  text-align: center !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 17px !important;
  border-radius: 0px !important;
  color: whitesmoke !important;
  background-color: #1B1D1A !important;
}
@media (max-width: 600px) {
  #wt-cli-privacy-save-btn {
    display: flex;
  }
}/*# sourceMappingURL=style.css.map */