html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: #111111;
  font-family: "Public Sans", Arial, sans-serif;
}

.u-block-body.is-active {
  background-color: rgba(0, 0, 0, 0.6);
  width: 100vw;
  height: 100vh;
  z-index: 9999;
  position: fixed;
  overflow: hidden;
}

.ct-widget {
  z-index: 999999999 !important;
}

.stripe-loading-indicator {
  z-index: 999999999 !important;
}

.stripe-loading-indicator .stripe,
.stripe-loading-indicator .stripe-loaded {
  background: #000 !important;
}

@font-face {
  font-family: "Public Sans";
  src: url(/themes/olivermaura/assets/fonts/PublicSans-Regular.ttf);
  font-weight: normal;
}

@font-face {
  font-family: "Public Sans";
  src: url(/themes/olivermaura/assets/fonts/PublicSans-ExtraBold.ttf);
  font-weight: 800;
}

@font-face {
  font-family: "Public Sans";
  src: url(/themes/olivermaura/assets/fonts/PublicSans-LightItalic.ttf);
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: "Lora";
  src: url(/themes/olivermaura/assets/fonts/Lora-Regular.ttf);
  font-weight: normal;
}

@font-face {
  font-family: "Lora";
  src: url(/themes/olivermaura/assets/fonts/Lora-Bold.ttf);
  font-weight: 700;
}

.u-display-none {
  display: none !important;
}

.u-padding-left-m {
  padding-left: 40px;
}

.u-title {
  font-family: Lora, sans-serif;
  font-size: 56px;
  font-weight: bold;
  line-height: 71px;
  margin: 0;
}

.u-title-cont {
  display: flex;
}

.u-title:after {
  display: block;
  content: "";
  border-top: 4px solid #111111;
  width: 62px;
  margin-top: 37px;
}

.u-subtitle {
  color: #707070;
  font-family: "Public Sans", sans-serif;
  font-size: 25px;
  line-height: 35px;
  padding-top: 20px;
}

.u-suptitle {
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
}

@media (max-width: 768px) {
  .u-title {
    font-family: Lora, sans-serif;
    font-size: 56px;
    font-weight: bold;
    line-height: 71px;
  }

  .u-title-cont {
    flex-flow: column;
  }

  .u-title:after {
    margin-top: 15px;
  }

  .u-subtitle {
    padding-left: 0;
  }
}

@media (max-width: 568px) {
  .u-title {
    font-size: 40px;
    line-height: 40px;
  }

  .u-subtitle {
    font-size: 20px;
    line-height: 25px;
  }
}

.u-shadow--nav {
  box-shadow: 0px -1px 5px 0px rgba(0, 0, 0, 0.75);
}

.hamburger {
  display: none;
}

.c-nav {
  z-index: 99999;
  position: fixed;
  width: 100%;
  height: 112px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 800;
  font-size: 17px;
  background-color: #fff;
}

.c-nav__space {
  height: 112px;
  display: block;
}

.c-nav__wrapper {
  height: 100%;
  width: 100%;
  padding: 30px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.c-nav__logo {
  display: none;
}

.c-nav__list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  height: 100%;
  display: inline-block;
}

.c-nav__list--lang {
  font-size: 12px;
  list-style-type: none;
  margin: 0 0 0 123px;
  padding: 0;
  height: 100%;
  display: inline-block;
  position: relative;
}

.c-nav__list--elem {
  margin-left: 78px;
  display: inline-block;
  height: 100%;
}

.c-nav__list--elem:first-of-type {
  margin-left: 0;
}

.c-nav__list--elem-lang {
  margin-left: 78px;
  display: inline-block;
  height: 100%;
}

.c-nav__list--elem--lang-cont {
  display: none;
}

.c-nav__list--link {
  display: flex;
  align-items: center;
  height: 100%;
  color: inherit;
  text-decoration: none;
}

.c-nav__list--link-active {
  border-bottom: solid 2px #000;
}

.c-nav__list--link-lang {
  display: flex;
  align-items: center;
  height: 100%;
  color: inherit;
  text-decoration: none;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  text-transform: uppercase;
}

.c-nav__sublist {
  position: absolute;
  top: 70px;
  right: 8px;
  list-style-type: none;
  margin: 0;
  padding: 0;
  font-size: 12px;
  height: 35px;
  overflow: hidden;
  transition: all 0.2s linear;
  text-transform: uppercase;
}

.c-nav__sublist li {
  padding: 2px 0 6px 0;
}

.c-nav__sublist li a {
  color: inherit;
  text-decoration: none;
}

.c-nav__noheight {
  height: 0 !important;
}

@media (max-width: 1500px) {
  .c-nav__list--lang {
    margin: 0 0 0 60px;
  }

  .c-nav__list--elem {
    margin-left: 30px;
    font-size: 14px;
  }

  .c-nav__list--elem-lang {
    margin-left: 0;
  }
}

@media (max-width: 768px) {
  .hamburger {
    display: block;
    padding: 0;
    outline: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
  }

  .c-nav__wrapper {
    justify-content: space-between;
  }

  .c-nav__logo {
    display: block;
    height: 40%;
  }

  .c-nav__list {
    display: none;
    position: absolute;
    width: 100%;
    left: 0;
    top: 140px;
    height: auto;
    background-color: #fff;
    box-shadow: 0px 7px 10px -6px rgba(0, 0, 0, 0.75);
  }

  .c-nav__list--show {
    display: block;
  }

  .c-nav__list--lang {
    margin: 0;
    display: none;
  }

  .c-nav__list--elem {
    display: block;
    margin: 0;
    border-top: solid 1px #000;
    padding: 0;
  }

  .c-nav__list--elem--lang-cont {
    display: flex;
    justify-content: center;
  }

  .c-nav__list--elem--lang-cont a {
    color: inherit;
    font-weight: bold;
    display: block;
    padding: 0 8px;
    margin: 14px 10px;
    border-radius: 8px;
    text-decoration: none;
    text-transform: uppercase;
    border: solid 1px dimgrey;
  }

  .c-nav__list--link {
    display: flex;
    height: 40px;
    padding: 20px;
  }

  .c-nav__sublist {
    background-color: #fff;
    position: absolute;
    left: -30px;
    top: 110px;
    width: 100vw;
    height: 100px;
    box-shadow: 0px 7px 10px -6px rgba(0, 0, 0, 0.75);
  }

  .c-nav__sublist li {
    margin: 0;
    border-top: solid 1px #000;
    padding: 0;
  }

  .c-nav__sublist li a {
    display: flex;
    align-items: center;
    padding-left: 30px;
    height: 50px;
  }
}

.c-header {
  display: flex;
  height: 738px;
  padding-bottom: 80px;
}

.c-header__img-cont {
  width: 38%;
}

.c-header__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.c-header__text-cont {
  padding: 120px 0 0 120px;
  max-width: 480px;
}

.c-header__text-cont {
  font-family: "Lora";
}

.c-header__text--name {
  font-weight: bold;
  font-size: 158px;
  line-height: 152px;
  margin: 0;
}

.c-header__text--description {
  font-size: 87px;
  line-height: 152px;
}

.c-header__text--company {
  font-family: "Public Sans", sans-serif;
  font-weight: bold;
  font-size: 26px;
  line-height: 30px;
}

.c-header__text--since {
  font-family: "Public Sans", sans-serif;
  font-weight: 300;
  font-style: italic;
  font-size: 26px;
  line-height: 30px;
}

@media (max-width: 1500px) {
  .c-header {
    height: 500px;
    padding-bottom: 40px;
  }

  .c-header__text-cont {
    padding: 0px 0 0 60px;
    max-width: 480px;
  }

  .c-header__text--name {
    font-size: 125px;
    line-height: 125px;
  }

  .c-header__text--description {
    font-size: 68px;
    line-height: 126px;
  }

  .c-header__text--company {
    font-size: 23px;
    line-height: 20px;
  }

  .c-header__text--since {
    font-size: 23px;
  }
}

@media (max-width: 768px) {
  .c-header {
    height: 500px;
    padding-bottom: 40px;
  }

  .c-header__text-cont {
    padding: 0px 0 0 60px;
    max-width: 480px;
    width: 50%;
  }

  .c-header__img-cont {
    width: 50%;
  }

  .c-header__text--name {
    font-size: 90px;
    line-height: 80px;
  }

  .c-header__text--description {
    font-size: 50px;
    line-height: 95px;
  }

  .c-header__text--company {
    font-size: 23px;
    line-height: 20px;
  }

  .c-header__text--since {
    font-size: 23px;
  }
}

@media (max-width: 568px) {
  .c-header {
    height: auto;
  }

  .c-header__text-cont {
    padding: 0 0 0 0;
    max-width: none;
    width: 100%;
    text-align: center;
  }

  .c-header__img-cont {
    display: none;
  }
}

.c-partners {
  padding-top: 80px;
  padding-bottom: 120px;
  border-bottom: solid 1px rgba(0, 0, 0, 0.1);
}

.c-partners__wrapper {
  width: 70%;
  margin: 0 auto;
  display: flex;
}

.c-partners__images {
  display: flex;
  justify-content: space-between;
  padding-top: 120px;
}

.c-partners__image-cont {
  width: 45%;
  position: relative;
}

.c-partners__image-cont:hover .c-partners__social {
  opacity: 100;
  transition: all 0.1s linear;
}

.c-partners__social {
  transition: all 0.1s linear;
  opacity: 0;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  display: flex;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  box-sizing: border-box;
  color: #fff;
  padding: 30px;
}

.c-partners__social--name {
  font-size: 30px;
  font-weight: bold;
  text-align: left;
  width: 40%;
}

.c-partners__social--role {
  text-align: center;
}

.c-partners__social--description {
  padding-top: 20px;
}

.c-partners__social--rrss {
  text-decoration: none;
  color: inherit;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 10px;
  letter-spacing: 3px;
  padding-top: 25px;
}

.c-partners__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.c-partners__left-side {
  margin-left: 120px;
}

@media (max-width: 1500px) {
  .c-partners {
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .c-partners__wrapper {
    width: 90%;
  }

  .c-partners__images {
    padding-top: 60px;
  }
}

@media (max-width: 992px) {
  .c-partners__social {
    padding: 10px;
  }

  .c-partners__social--rrss-cont {
    padding-top: 15px;
  }

  .c-partners__social--name {
    font-size: 20px;
  }

  .c-partners__social--description {
    padding-top: 10px;
    font-size: 12px;
  }
}

@media (max-width: 992px) {
  .c-partners__image-cont:focus .c-partners__social {
    opacity: 100;
    transition: all 0.1s linear;
  }
}

@media (max-width: 768px) {
  .c-partners__wrapper {
    flex-flow: column;
  }

  .c-partners__left-side {
    margin-left: 0;
  }

  .c-partners__image-cont:focus .c-partners__social {
    opacity: 100;
    transition: all 0.1s linear;
  }
}

.c-services {
  padding-bottom: 80px;
  padding-top: 70px;
  border-bottom: solid 1px rgba(0, 0, 0, 0.1);
}

.c-services__wrapper {
  margin: 0 150px 0 15%;
}

.c-services__services {
  padding-top: 110px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 80px;
}

.c-services__services--text {
  font-size: 20px;
  font-weight: 800;
  letter-spacing: 2.5px;
  line-height: 24px;
  display: list-item;
  list-style-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='-1 -1 2 2'><circle r='1' /></svg>");
}

@media (max-width: 1500px) {
  .c-services {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .c-services__wrapper {
    margin: 0 65px 0 5%;
  }

  .c-services__services {
    padding-top: 60px;
    grid-gap: 40px;
  }
}

@media (max-width: 992px) {
  .c-services__wrapper {
    margin: 0 5% 0 5%;
  }

  .c-services__services {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .c-services__services {
    grid-template-columns: 1fr;
    grid-gap: 35px;
    padding-left: 20px;
    padding-top: 30px;
  }

  .c-services__services--text {
    font-size: 16px;
    letter-spacing: 1.5px;
    line-height: 17px;
  }
}

.c-team {
  padding-top: 70px;
  padding-bottom: 80px;
}

.c-team__wrapper {
  margin: 0 150px 0 15%;
}

.c-team__image {
  padding-top: 60px;
}

.c-team__image img {
  width: 100%;
}

@media (max-width: 1500px) {
  .c-team {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .c-team__wrapper {
    margin: 0 65px 0 5%;
  }
}

@media (max-width: 768px) {
  .c-team__wrapper {
    margin: 0 5% 0 5%;
  }
}

.c-collaborators {
  padding-top: 80px;
  padding-bottom: 90px;
  border-bottom: solid 1px rgba(0, 0, 0, 0.1);
}

.c-collaborators__wrapper {
  margin: 0 150px 0 15%;
}

.c-collaborators__collaborators {
  padding-top: 120px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.c-collaborators__collaborators--img {
  height: 100%;
  width: auto;
}

@media (max-width: 1500px) {
  .c-collaborators {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .c-collaborators__wrapper {
    margin: 0 65px 0 5%;
  }

  .c-collaborators__collaborators {
    padding-top: 60px;
  }

  .c-collaborators__collaborators--img {
    padding-bottom: 40px;
  }
}

@media (max-width: 768px) {
  .c-collaborators__wrapper {
    margin: 0 5% 0 5%;
  }
}

@media (max-width: 568px) {
  .c-collaborators__collaborators {
    width: 100%;
  }

  .c-collaborators__collaborators--img {
    width: 45%;
    height: auto;
    padding-left: 0;
  }
}

.c-contacto {
  padding-top: 80px;
  padding-bottom: 120px;
  border-bottom: solid 1px rgba(0, 0, 0, 0.1);
}

.c-contacto__wrapper {
  margin: 0 150px 0 15%;
  display: flex;
  height: 800px;
}

.c-contacto__left-side {
  width: 49%;
  height: 100%;
}

.c-contacto__right-side {
  width: 51%;
  height: 100%;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}

.c-contacto__info {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  width: 60%;
  padding-top: 60px;
}

.c-contacto__info--icon {
  height: 22px;
  width: 22px;
  padding-right: 17px;
}

.c-contacto__info--dir {
  display: flex;
  grid-row: 1/span 2;
  max-width: 190px;
}

.c-contacto__info--mail {
  display: flex;
}

.c-contacto__info--tel {
  display: flex;
}

.c-contacto__map-cont {
  height: 100%;
}

.c-contacto__map {
  height: 100%;
  width: 100%;
}

@media (max-width: 1500px) {
  .c-contacto {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .c-contacto__wrapper {
    height: 500px;
    margin: 0 65px 0 5%;
    flex-flow: column;
  }

  .c-contacto__info {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .c-contacto__info {
    grid-template-columns: 3fr 1fr;
    width: 100%;
  }

  .c-contacto__info--dir {
    max-width: none;
  }

  .c-contacto__wrapper {
    margin: 0 5% 0 5%;
  }

  .c-contacto__left-side {
    width: 100%;
  }

  .c-contacto__right-side {
    width: 100%;
  }
}

@media (max-width: 568px) {
  .c-contacto__map-cont {
    height: 200px;
  }

  .c-contacto__info {
    grid-template-columns: 1fr;
    grid-gap: 20px;
  }

  .c-contacto__info--dir {
    grid-row: 1;
  }
}

.c-footer {
  color: #707070;
  font-size: 16px;
  line-height: 28px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.c-footer a {
  color: inherit;
  text-decoration: none;
}

.c-footer a:hover {
  text-decoration: underline;
}

.c-notfound {
  width: 100%;
  height: 90vh;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
}

.c-notfound__title {
  font-weight: bold;
  font-size: 60px;
  font-family: "Lora";
  color: #111111;
  padding-bottom: 40px;
  text-align: center;
}

.c-notfound a {
  color: inherit;
  font-weight: bold;
  padding-top: 20px;
  text-decoration: none;
}

