.fill {
  object-fit: cover;
  object-position: middle center;
}
.cover {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.shad {
  text-shadow: 0 -1px 0 rgba(128, 128, 128, 0.5);
}
.upper {
  text-transform: uppercase;
}
.light {
  font-weight: 300;
}
.regular {
  font-weight: 400;
}
.medium {
  font-weight: 500;
}
.semi {
  font-weight: 600;
}
.bold {
  font-weight: 700;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
body,
html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-family: "Lexend Deca", serif;
}
a,
a:hover {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
a,
a:hover {
  text-decoration: none;
}
hr.clear {
  background: none;
  border: 0;
  clear: both;
  display: block;
  float: none;
  font-size: 0;
  margin: 0;
  padding: 0;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
/*
Para el fill
.head-img {
      width: 100%;
      height: 415px;
      overflow: hidden;
      img {
        width: 100%;
        height: 415px;
        .fill;
      }
}*/
.brikel-logo svg {
  aspect-ratio: 5.29411765;
  fill: #000;
  width: 227px;
}
.brikel-logo.home-logo svg {
  fill: #FFF;
}
.navigation__link {
  color: #FFF;
}
.navigation__link:hover {
  color: #ced0d6 !important;
}
.navigation__item--current .navigation__link {
  color: #ced0d6 !important;
}
.social {
  align-items: center;
}
.head-cta {
  background: #000;
  padding: 12px 20px;
}
.head-cta svg {
  width: 12px;
  height: 12px;
  transform: rotate(180deg);
  margin-left: 30px;
  vertical-align: middle;
  fill: #FFFFFF;
}
.head-cta:hover {
  background: #FFF;
  color: #000!important;
}
.head-cta:hover svg {
  fill: #000;
}
.header--separator .header__container::before {
  border-top: none;
}
.header-in {
  padding: 20px 0;
  background: #FFF;
}
.header-in .navigation__link {
  color: #000;
}
@media (max-width: 767px) {
  .header-in .navigation__link {
    color: #FFF;
  }
}
.header-in .menu-toggle__line {
  border-top: solid 2px #000;
}
.header-in .menu-toggle::before,
.header-in .menu-toggle::after {
  border-top: solid 2px #000;
}
.header-in .menu-toggle--opened::before,
.header-in .menu-toggle--opened::after {
  border-top: solid 2px #FFF;
}
.header-in .head-cta {
  color: #FFF;
}
.header {
  background: rgba(0, 0, 0, 0.8);
  padding-top: 20px;
  padding-bottom: 20px;
}
.header--fixed {
  background: rgba(0, 0, 0, 0.8);
  padding-top: 20px;
  padding-bottom: 20px;
}
.header--fixed .brikel-logo svg {
  fill: #FFF;
}
.header--fixed .navigation__link {
  color: #FFF;
}
.header--fixed .head-cta {
  color: #FFF;
}
.header--fixed .menu-toggle__line {
  border-top: solid 2px #FFF;
}
.header--fixed .menu-toggle::before,
.header--fixed .menu-toggle::after {
  border-top: solid 2px #FFF;
}
@media (min-width: 768px) {
  .mobile-canvas {
    background: #000;
  }
}
@media (min-width: 992px) {
  .mobile-canvas {
    background: transparent;
  }
}
@media (max-width: 767px) {
  .mobile-canvas {
    background: #000;
    justify-content: flex-start;
  }
  .mobile-canvas .header__social {
    flex-direction: column;
    align-items: baseline;
  }
  .mobile-canvas .head-cta {
    color: #000;
    background: #FFF;
  }
}
.menu-toggle__line {
  border-top: solid 2px #FFF;
}
.menu-toggle::before,
.menu-toggle::after {
  border-top: solid 2px #FFF;
}
.cabeza {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
}
.slider-home .head-img {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  background: #000;
}
.slider-home .head-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: middle center;
  opacity: 0.5;
}
.hero-home {
  position: relative;
  background: url(https://uploads.prod01.london.platform-os.com/instances/831/assets/images/What%20Makes%20a%20Building%20a%20Skyscraper%20by%20Fred%20Mills%20via%20The%20B1M.jpg?updated=1605539718);
  object-fit: cover;
  object-position: middle center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-color: rgba(0, 0, 0, 0.3);
  background-blend-mode: darken;
}
.coso-gradient {
  position: absolute;
  top: 0;
  z-index: 2;
  right: 0;
  left: 0;
  bottom: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 30%, #000000 100%);
  display: block;
  width: 100%;
}
.home-flotante {
  position: absolute;
  top: 20vh;
  z-index: 5;
}
.vcard__header {
  padding-top: 45vh;
  margin-bottom: 80px;
  z-index: 5;
  position: relative;
}
.vcard__post {
  color: #FFF;
  font-size: 21px;
  font-weight: 300;
}
.arrow-link__text {
  text-transform: none;
  font-weight: 400;
}
.vcard__title {
  color: #FFF;
  font-size: 90px;
  font-weight: 300;
}
@media (max-width: 767px) {
  .vcard__title {
    font-size: 45px;
  }
}
.arrow-link--theme-yellow .arrow-link__text {
  color: #FFF;
}
.arrow-link--theme-yellow .arrow-link__icon svg {
  fill: #FFF;
}
.vcard__main {
  position: relative;
  z-index: 5;
}
.vcard__great {
  color: #FFF;
  border-top: 1px solid #FFF;
  border-bottom: 1px solid #FFF;
  font-weight: 300;
}
.vcard__great .hero-nav {
  text-align: right;
}
.vcard__great .hero-nav .dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #696867;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  margin-left: 17px;
}
.vcard__great .hero-nav .dot:hover {
  background: #FFF;
}
.vcard__great .hero-nav .dot.active {
  width: 40px;
  background: #FFF;
}
.about-video-section__statistics {
  margin: 50px 0;
}
.statistics__item-value {
  color: #FFF;
}
.statistics__item-text {
  color: #FFF;
}
.quienes-somos-home {
  background: #000;
  color: #FFF;
  padding: 30px 0 50px;
}
.quienes-somos-home .about {
  color: #FFF;
  border-bottom: 1px solid #FFF;
}
.quienes-somos-home .about h2 {
  font-size: 45px;
  color: #FFF;
  line-height: 1em;
  font-weight: 400;
}
@media (max-width: 767px) {
  .quienes-somos-home .about h2 {
    font-size: 26px;
  }
}
.quienes-somos-home .about p {
  margin-top: 40px;
  font-size: 22px;
  font-weight: 300;
}
@media (max-width: 767px) {
  .quienes-somos-home .about p {
    font-size: 18px;
    margin-top: 10px;
  }
}
.quienes-somos-home .about .statistics__item-text {
  text-transform: none;
  font-size: 18px;
  font-weight: 300;
}
@media (max-width: 767px) {
  .quienes-somos-home .about .statistics__item-text {
    font-size: 14px;
  }
}
.quienes-somos-home .about .statistics__item-value {
  font-weight: 300;
  font-size: 55px;
}
@media (max-width: 767px) {
  .quienes-somos-home .about .statistics__item-value {
    font-size: 24px;
  }
}
.quienes-somos-home .about .mb-3 {
  padding-bottom: 40px;
}
@media (max-width: 767px) {
  .quienes-somos-home .about .mb-3 {
    padding-bottom: 10px;
  }
}
.quienes-somos-home .logos-devs {
  padding: 70px 0 30px;
}
.quienes-somos-home .logos-devs img {
  max-width: 170px;
}
@media (max-width: 767px) {
  .quienes-somos-home .logos-devs img {
    max-width: 140px;
    margin-bottom: 30px;
  }
}
.about-us__stat {
  background: #FFF;
  padding: 180px 0 150px;
}
@media (max-width: 767px) {
  .about-us__stat {
    padding: 90px 0 0;
  }
}
.about-us__stat .pre-tit {
  font-weight: 300;
  font-size: 21px;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .about-us__stat .pre-tit {
    font-size: 16px;
    margin-bottom: 20px;
  }
}
.about-us__stat .titulo {
  font-weight: 400;
  font-size: 45px;
  line-height: 1em;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .about-us__stat .titulo {
    font-size: 26px;
  }
  .about-us__stat .titulo br {
    display: none;
  }
}
.about-us__stat p {
  font-size: 17px;
  font-weight: 300;
}
@media (max-width: 767px) {
  .about-us__stat p {
    font-size: 16px;
  }
}
.about-us__stat .about-video-section__main {
  justify-content: center;
}
.about-section {
  background: #FFF;
  padding: 100px 0 150px;
}
@media (max-width: 767px) {
  .about-section {
    padding: 0 0 20px;
  }
}
.about-section .about-section__wrapper {
  justify-content: center;
}
.about-section .about-section__wrapper h2 {
  font-weight: 400;
  font-size: 45px;
  line-height: 1em;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .about-section .about-section__wrapper h2 {
    font-size: 24px;
    margin-bottom: 10px;
  }
  .about-section .about-section__wrapper h2 br {
    display: none;
  }
}
.about-section .about-section__wrapper p {
  font-size: 17px;
  font-weight: 300;
}
@media (max-width: 767px) {
  .about-section .about-section__wrapper {
    flex-direction: column;
  }
}
.features {
  padding: 100px 0 150px;
  background: #FFF;
}
@media (max-width: 767px) {
  .features {
    padding: 0 0 80px;
  }
}
.features .features__text {
  color: #000;
}
.features .features__text h2 {
  font-weight: 400;
  font-size: 45px;
  line-height: 1em;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .features .features__text h2 {
    font-size: 24px;
    margin-bottom: 10px;
  }
  .features .features__text h2 br {
    display: none;
  }
}
.features .features__text p {
  font-size: 17px;
  font-weight: 300;
}
@media (max-width: 767px) {
  .features .escondete {
    display: none!important;
  }
}
.espaciador {
  display: block;
  margin-top: 150px;
}
@media (max-width: 767px) {
  .espaciador {
    margin: 40px 0 0 0;
  }
}
.member-card__title {
  font-size: 18px;
  text-transform: none;
  font-weight: 500;
  color: #000;
}
@media (max-width: 767px) {
  .member-card__title {
    display: none;
  }
}
.member-card__title span {
  font-size: 16px;
  font-weight: 300;
  display: inline-block;
  padding-left: 30px;
}
@media (max-width: 767px) {
  .member-card__title span {
    padding-left: 0;
  }
}
.member-card__title svg {
  width: 30px;
  height: 30px;
  fill: #000;
  position: absolute;
  right: 20px;
  top: 20px;
}
.boton-grande .arrow-link__text {
  color: #000;
}
.boton-grande .arrow-link__icon svg {
  fill: #000;
}
.partners-home {
  padding: 120px 0;
}
@media (max-width: 767px) {
  .partners-home {
    padding: 40px 0;
  }
}
.partners-home h2 {
  font-weight: 400;
  font-size: 45px;
  line-height: 1em;
  margin: 0px;
}
@media (max-width: 767px) {
  .partners-home h2 {
    font-size: 24px;
  }
}
.partners-home p {
  font-size: 22px;
  font-weight: 300;
}
@media (max-width: 767px) {
  .partners-home p {
    font-size: 16px;
  }
}
.partners-home .logos-partners img {
  max-width: 200px;
  width: 100%;
}
@media (max-width: 767px) {
  .partners-home .logos-partners img {
    width: 80%;
  }
}
.proyectamos-home {
  padding: 120px 0;
  background: #000;
  padding: 80px 0;
}
.proyectamos-home h2 {
  font-weight: 400;
  font-size: 45px;
  line-height: 1em;
  margin: 0px;
  color: #FFF;
}
@media (max-width: 767px) {
  .proyectamos-home h2 {
    font-size: 24px;
  }
}
.proyectamos-home p {
  font-size: 22px;
  font-weight: 300;
  color: #FFF;
}
@media (max-width: 767px) {
  .proyectamos-home p {
    font-size: 16px;
  }
}
.proyectamos-home .imagenes img {
  width: 100%;
}
.novedades-home {
  background: #FFF;
}
.novedades-home h2 {
  font-weight: 400;
  font-size: 45px;
  line-height: 1em;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .novedades-home h2 {
    font-size: 24px;
    margin-bottom: 0px;
  }
}
@media (max-width: 767px) {
  .novedades-home .member-card__title {
    display: block;
    font-size: 16px;
  }
  .novedades-home .member-card__title span {
    font-size: 13px;
  }
}
.novedades-home .carousel::before {
  background: #FFF;
}
.discuss-project {
  padding: 140px 0;
}
@media (max-width: 767px) {
  .discuss-project {
    padding: 80px 0;
  }
}
.discuss-project .discuss-project__wrapper {
  background: transparent;
}
.discuss-project h3 {
  font-weight: 400;
  font-size: 45px;
  line-height: 1.2em;
  margin: 0 0 130px;
  color: #000;
  text-align: left;
}
@media (max-width: 767px) {
  .discuss-project h3 {
    font-size: 24px;
    margin: 0 0 40px;
  }
}
.discuss-project .field__hint {
  text-transform: none;
}
.footer {
  background: #000;
  color: #FFF;
}
.footer .logo img {
  width: 130px;
}
@media (max-width: 767px) {
  .footer .logo img {
    width: 80px;
    margin-bottom: 30px;
  }
}
.footer h4 {
  font-weight: 300;
  font-size: 22px;
  line-height: 1.2em;
  margin: 0 0 30px;
  color: #FFF;
}
@media (max-width: 767px) {
  .footer h4 {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
.footer p {
  font-size: 14px;
  font-weight: 300;
  color: #FFF;
  line-height: 1.8em;
}
@media (max-width: 767px) {
  .footer p {
    margin-bottom: 20px;
  }
}
.footer p a {
  color: #FFF;
}
.footer p a:hover {
  color: #555;
}
.footer .field input {
  color: #FFF;
  border-bottom: 1px solid #FFF;
}
.footer .field .field__hint {
  color: #FFF;
  text-transform: none;
}
.footer .field .field__hint:hover {
  color: #777;
}
.footer .arrow-btn--size-large {
  width: 50px;
  height: 50px;
}
.footer .arrow-btn svg {
  fill: #FFF;
}
.footer .legales {
  border-top: 1px solid #FFF;
  color: #FFF;
  font-size: 12px;
  font-weight: 400;
  padding: 40px 0;
  margin-top: 40px;
}
.footer .legales .redes {
  text-align: right;
}
.footer .legales .redes a {
  padding: 0 0 0 20px;
  color: #FFF;
  font-size: 22px;
  line-height: 1em;
}
.footer .legales .redes a:hover {
  color: #555;
}
.projects-listing {
  margin-top: 150px;
}
@media (max-width: 767px) {
  .projects-listing {
    margin-top: 0;
  }
}
.projects-listing .projects-listing__container {
  left: 0;
  padding: 0 50px;
}
.projects-listing .pretit {
  font-size: 21px;
  font-weight: 300;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .projects-listing .pretit {
    font-size: 14px;
    margin-bottom: 20px;
  }
}
.projects-listing .projects-listing__title {
  font-size: 90px;
  font-weight: 300;
  max-width: 40%;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .projects-listing .projects-listing__title {
    font-size: 32px;
    max-width: 90%;
    margin-bottom: 20px;
  }
}
.projects-listing .projects-listing__category {
  margin-top: 20px;
  margin-bottom: 50px;
  font-size: 16px;
  font-weight: 300;
  max-width: 38%;
  text-transform: none;
  display: block;
}
.projects-listing .projects-listing__category:hover {
  color: #000;
}
@media (max-width: 767px) {
  .projects-listing .projects-listing__category {
    font-size: 16px;
    margin-top: 20px;
    max-width: 90%;
  }
}
.single-project {
  padding: 110px 0 0;
}
.single-project .pretit {
  font-size: 21px;
  font-weight: 300;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .single-project .pretit {
    font-size: 14px;
    margin-bottom: 20px;
  }
}
.single-project .single-project__hero h1 {
  font-size: 90px;
  font-weight: 300;
  margin: 0 0 80px;
  line-height: 1em;
}
@media (max-width: 767px) {
  .single-project .single-project__hero h1 {
    font-size: 32px;
    max-width: 90%;
    margin-bottom: 20px;
  }
}
.single-project .single-project__hero .single-project__icon {
  margin-bottom: 20px;
}
.single-project .single-project__hero-text {
  margin-top: 0px;
  font-size: 16px;
  font-weight: 300;
  text-transform: none;
}
.single-project .single-project__hero-text strong {
  font-size: 18px;
  font-weight: 500;
}
.single-project .single-project__hero-text:hover {
  color: #000;
}
@media (max-width: 767px) {
  .single-project .single-project__hero-text {
    font-size: 16px;
    margin-top: 20px;
    max-width: 90%;
  }
}
.single-project .meta h2 {
  font-size: 45px;
  font-weight: 400;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .single-project .meta h2 {
    font-size: 24px;
  }
}
.single-project .meta p {
  margin: 0;
  font-size: 22px;
  font-weight: 300;
}
@media (max-width: 767px) {
  .single-project .meta p {
    font-size: 18px;
  }
}
.single-project .blog-grid--listing .blog-grid__container {
  padding-top: 0;
  padding-bottom: 0;
}
.single-project .blog-grid h2 {
  font-size: 45px;
  font-weight: 400;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .single-project .blog-grid h2 {
    font-size: 24px;
  }
}
.single-project .blog-grid p {
  margin: 0;
  font-size: 22px;
  font-weight: 300;
}
.single-project .blog-grid p.lead {
  font-size: 22px;
}
@media (max-width: 767px) {
  .single-project .blog-grid p {
    font-size: 18px;
  }
}
.single-project .blog-grid .filter {
  margin-top: 80px;
}
.single-project .blog-grid .filter .filter__item {
  font-size: 21px;
  color: #9c9c9c;
  font-weight: 300;
}
.single-project .blog-grid .filter .filter__item--active {
  color: #000;
  font-weight: 500;
}
.single-project .novedades-home {
  background: transparent;
}
.single-project .carousel-section {
  padding: 0;
}
@media (max-width: 767px) {
  .single-project .galeria-owl {
    margin-bottom: 80px;
  }
}
.single-project .owl-carousel {
  position: relative;
}
.single-project .owl-carousel .item figure {
  width: 100%;
  /*height: 600px;
        overflow: hidden;*/
}
.single-project .owl-carousel .item figure img {
  width: 100%;
  /*height: 100%;
          .fill;*/
}
.single-project .owl-carousel .item figure figcaption {
  padding: 40px 0 0 0;
  font-size: 17px;
  font-weight: 500;
}
.single-project .owl-carousel .item figure figcaption span {
  font-weight: 300;
}
.single-project .owl-nav {
  position: absolute;
  right: 50px;
  margin-top: -40px;
  z-index: 8;
  text-align: right;
}
@media (max-width: 767px) {
  .single-project .owl-nav {
    position: relative;
    right: auto;
    margin-top: 0;
    z-index: 1;
    text-align: left;
  }
}
.single-project .owl-nav button {
  border: none;
  background: transparent;
}
.single-project .owl-nav .owl-prev img,
.single-project .owl-nav .owl-next img {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  opacity: 1;
}
.single-project .owl-nav .owl-prev:hover,
.single-project .owl-nav .owl-next:hover {
  background: transparent;
}
.single-project .owl-nav .owl-prev:hover img,
.single-project .owl-nav .owl-next:hover img {
  opacity: 0.5;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.whitebg {
  background: #FFF;
}
.graybg {
  background: #f7f7f7;
}
.single-project__services {
  padding: 100px 0;
}
.single-project__services .services-section__menu {
  right: -80%;
}
@media (max-width: 767px) {
  .single-project__services .services-section__menu {
    display: none;
  }
}
.services-section__list .services-section__item {
  margin-bottom: 20px;
  font-size: 26px;
  font-weight: 400;
}
@media (max-width: 767px) {
  .services-section__list .services-section__item {
    font-size: 18px;
    margin-bottom: 20px;
  }
}
.imagen-grande {
  margin: 150px 0;
}
@media (max-width: 767px) {
  .imagen-grande {
    margin: 60px 0;
  }
}
.imagen-grande h2 {
  font-size: 45px;
  font-weight: 400;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .imagen-grande h2 {
    font-size: 24px;
  }
}
.imagen-grande p {
  margin: 0;
  font-size: 22px;
  font-weight: 300;
}
@media (max-width: 767px) {
  .imagen-grande p {
    font-size: 18px;
  }
}
.imagen-grande img {
  width: 100%;
  margin-top: 50px;
}
.ubicacion {
  margin: 150px 0;
}
@media (max-width: 767px) {
  .ubicacion {
    margin: 60px 0;
  }
}
.ubicacion h2 {
  font-size: 45px;
  font-weight: 400;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .ubicacion h2 {
    font-size: 24px;
  }
}
.ubicacion h5 {
  font-size: 28px;
  font-weight: 400;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .ubicacion h5 {
    font-size: 22px;
  }
}
.ubicacion p {
  margin: 0;
  font-size: 22px;
  font-weight: 300;
}
@media (max-width: 767px) {
  .ubicacion p {
    font-size: 18px;
  }
}
.ubicacion p.small {
  font-size: 16px;
  margin: 0 0 20px;
}
@media (max-width: 767px) {
  .ubicacion p.small {
    font-size: 16px;
  }
}
.ubicacion ul {
  margin: 0;
  padding: 0;
}
.ubicacion li {
  font-weight: 300;
  list-style: none;
  font-size: 16px;
  margin: 0 0 20px;
}
.ubicacion img {
  max-width: 100%;
  margin-top: 50px;
}
.ubicacion .mapa {
  margin: 80px 0;
}
@media (max-width: 767px) {
  .ubicacion .mapa {
    margin: 60px 0 0;
  }
}
.contact .pretit {
  font-size: 21px;
  font-weight: 300;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .contact .pretit {
    font-size: 14px;
    margin-bottom: 20px;
  }
}
.contact h1 {
  font-size: 90px;
  font-weight: 300;
  margin: 0 0 80px;
  line-height: 1em;
}
@media (max-width: 767px) {
  .contact h1 {
    font-size: 32px;
    max-width: 90%;
    margin-bottom: 20px;
  }
}
.contact .contact-section__address {
  font-size: 16px;
  font-weight: 300;
}
.contact .discuss-project {
  padding: 0;
}
.contact .discuss-project__title {
  font-size: 45px;
  font-weight: 300;
}
.contact .contact-section__link {
  font-size: 24px;
  text-transform: none;
  font-weight: 300;
}
.contact .contact-section__link a {
  font-size: 24px;
  font-weight: 300;
  text-transform: none;
}
.contact .contact-section__link a:hover {
  color: #777;
}
.blog-grid .pretit {
  font-size: 21px;
  font-weight: 300;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .blog-grid .pretit {
    font-size: 14px;
    margin-bottom: 20px;
  }
}
.blog-grid h1 {
  font-size: 90px;
  font-weight: 300;
  margin: 0 0 80px;
  line-height: 1em;
}
@media (max-width: 767px) {
  .blog-grid h1 {
    font-size: 32px;
    max-width: 90%;
    margin-bottom: 20px;
  }
}
.blog-grid h6 {
  font-size: 22px;
  font-weight: 300;
}
@media (max-width: 767px) {
  .blog-grid h6 {
    font-size: 18px;
  }
}
.blog-grid .filter {
  margin-top: 80px;
}
.blog-grid .filter .filter__item {
  font-size: 21px;
  color: #9c9c9c;
  font-weight: 300;
}
.blog-grid .filter .filter__item--active {
  color: #000;
  font-weight: 500;
}
.blog-grid .news-card__content {
  background: #eef0fc;
}
.blog-grid .news-card__content .news-card__date {
  font-size: 15px;
  font-weight: 300;
}
.blog-grid .news-card__content .news-card__title {
  font-weight: 300;
  font-size: 33px;
  color: #000;
  text-decoration: none;
}
@media (max-width: 767px) {
  .blog-grid .news-card__content .news-card__title {
    font-size: 24px;
  }
}
.blog-grid .news-card__content .news-card__text {
  font-size: 15px;
  font-weight: 300;
}
.blog-grid .single-post__share .single-post__share-icon {
  font-size: 18px;
  color: #000;
}
.single-post .single-post__date {
  font-weight: 300;
  font-size: 15px;
}
.single-post .single-post__date a {
  color: #000;
}
.single-post iframe {
  width: 100%!important;
  aspect-ratio: 1;
  height: auto!important;
}
.single-post h1 {
  font-size: 45px;
  font-weight: 300;
  margin: 0 0 40px;
  line-height: 1em;
}
@media (max-width: 767px) {
  .single-post h1 {
    font-size: 32px;
    margin-bottom: 20px;
  }
}
.single-post h2 {
  font-size: 30px;
  font-weight: 300;
  margin: 0 0 30px;
  line-height: 1em;
}
@media (max-width: 767px) {
  .single-post h2 {
    font-size: 28px;
    margin-bottom: 20px;
  }
}
.single-post h3 {
  font-size: 28px;
  font-weight: 300;
  margin: 0 0 20px;
  line-height: 1em;
}
@media (max-width: 767px) {
  .single-post h3 {
    font-size: 26px;
    margin-bottom: 20px;
  }
}
.single-post h4 {
  font-size: 26px;
  font-weight: 300;
  margin: 0 0 20px;
  line-height: 1em;
}
@media (max-width: 767px) {
  .single-post h4 {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
.single-post h5 {
  font-size: 24px;
  font-weight: 300;
  margin: 0 0 20px;
  line-height: 1em;
}
@media (max-width: 767px) {
  .single-post h5 {
    font-size: 22px;
    margin-bottom: 20px;
  }
}
.single-post h6 {
  font-size: 22px;
  font-weight: 300;
  margin: 0 0 20px;
  line-height: 1em;
}
@media (max-width: 767px) {
  .single-post h6 {
    font-size: 18px;
    margin-bottom: 20px;
  }
}
.single-post li {
  font-size: 16px;
  font-weight: 300;
}
.single-post a {
  color: #000;
  text-decoration: underline;
}
.single-post a:hover {
  color: #777;
}
.single-post .intro p {
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: 300;
}
@media (max-width: 767px) {
  .single-post .intro p {
    font-size: 18px;
  }
}
.single-post p {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
}
@media (max-width: 767px) {
  .single-post p {
    font-size: 16px;
  }
}
.about-us__banner .first-banner__title {
  font-size: 90px;
  font-weight: 300;
}
@media (max-width: 767px) {
  .about-us__banner .first-banner__title {
    font-size: 32px;
  }
}
.about-us {
  padding-bottom: 0;
}
.about-us .about-us__stat {
  padding-bottom: 90px;
}
.about-us .statistics {
  margin-top: 90px;
}
@media (max-width: 767px) {
  .about-us .statistics {
    margin-top: 45px;
  }
}
.about-us .statistics__item {
  margin-bottom: 50px;
}
.about-us .statistics__item-value {
  color: #000;
  font-weight: 300;
}
@media (max-width: 767px) {
  .about-us .statistics__item-value {
    font-size: 32px;
  }
}
.about-us .statistics__item-text {
  color: #000;
  font-weight: 300;
  text-transform: none;
}
.logo-strip {
  background: #000;
  padding: 70px 0 30px;
  text-align: center;
}
.logo-strip img {
  max-width: 170px;
}
@media (max-width: 767px) {
  .logo-strip img {
    max-width: 140px;
    margin-bottom: 30px;
  }
}
.team .pre-tit {
  font-weight: 300;
  font-size: 21px;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .team .pre-tit {
    font-size: 16px;
    margin-bottom: 20px;
  }
}
.team .titulo {
  font-weight: 300;
  font-size: 90px;
  line-height: 1em;
  margin-bottom: 100px;
}
@media (max-width: 767px) {
  .team .titulo {
    font-size: 32px;
    margin-bottom: 30px;
  }
  .team .titulo br {
    display: none;
  }
}
.team p {
  font-size: 17px;
  font-weight: 300;
}
@media (max-width: 767px) {
  .team p {
    font-size: 16px;
  }
}
.team .member-card__info {
  background: #eef0fc;
}
.video-social {
  width: 100%;
  aspect-ratio: 1.77777778;
  border: none;
}
.videos-proyecto {
  width: 100%;
  aspect-ratio: 1.77777778;
  margin-top: 50px;
}
.download-brochure {
  margin-top: 50px;
}
.flechas-carru {
  position: absolute;
  top: 60%;
  z-index: 9999;
  left: 0;
  right: 0;
  width: 100%;
}
.flechas-carru .nav-btn {
  font-size: 32px;
  color: #FFF;
  background: #000;
  width: 50px;
  height: 50px;
  position: absolute;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.flechas-carru .nav-btn:hover {
  background: #FFF;
  color: #000;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.flechas-carru .nav-btn--next {
  right: 0;
  -webkit-border-radius: 10px 0 0 10px;
  -moz-border-radius: 10px 0 0 10px;
  border-radius: 10px 0 0 10px;
}
.flechas-carru .nav-btn--prev {
  left: 0;
  -webkit-border-radius: 0 10px 10px 0px;
  -moz-border-radius: 0 10px 10px 0px;
  border-radius: 0 10px 10px 0px;
}
.carousel__item:hover img {
  transform: rotate(0deg);
}
.project-preview img:hover {
  transform: rotate(0deg);
}
.padd-projects-home {
  padding: 100px 0;
}
@media (max-width: 767px) {
  .padd-projects-home {
    padding: 40px 0;
  }
}
.meta__info-item {
  padding: 30px 0;
}
.meta__info-item span {
  text-align: left;
}
.whatsapp {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 70px;
  height: 70px;
  z-index: 999999999999;
}
.whatsapp img {
  width: 100%;
}
@media (max-width: 767px) {
  .whatsapp {
    bottom: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
  }
}
.header__social .redes {
  margin-right: 20px;
}
.header__social .redes a i {
  font-size: 18px;
  color: #FFF;
}
.navigation__dropdown-item a {
  color: #FFF;
}
.btn-invertido {
  background: #000;
  color: #FFF;
  border-color: #FFF;
}
.btn-invertido:hover {
  background: #FFF;
  color: #000;
}
.newsletter-btn {
  padding: 10px 20px;
  min-width: auto;
}
.btn {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.slidebt {
  border: 1px solid #000;
}
.slidebt:hover {
  border: 1px solid #FFF;
}
.video-grid-center {
  background: #000;
  padding: 80px 0;
}
.video-grid-center.parabaout {
  margin-top: 150px;
}
@media (max-width: 767px) {
  .video-grid-center.parabaout {
    margin-top: 50px;
  }
}
.video-grid-center h2 {
  font-size: 45px;
  font-weight: 400;
  margin-bottom: 10px;
  color: #FFF;
}
@media (max-width: 767px) {
  .video-grid-center h2 {
    font-size: 24px;
  }
}
.video-grid-center .horizontal {
  width: 100%;
  aspect-ratio: 1.77777778;
}
.video-grid-center .vertical {
  height: 600px;
  aspect-ratio: 0.5625;
  margin: 20px auto;
  display: block;
}
.yt {
  width: 100%;
  display: block;
}
.yt-horizontal {
  aspect-ratio: 1.77777778;
  margin: 20px 0;
}
.yt-vertical {
  max-width: 420px;
  aspect-ratio: 0.5625;
  margin: 20px auto;
}
#mob {
  display: none;
}
@media (max-width: 767px) {
  #mob {
    width: 100%;
    background: #333;
    position: absolute;
    z-index: 888;
    padding: 50px 0 50px;
    margin: 0;
  }
  #mob ul {
    margin: 0;
    padding: 0;
  }
  #mob li {
    display: block;
    text-align: center;
    padding: 8px 0;
  }
}
.burger {
  display: none;
}
@media (max-width: 767px) {
  .burger {
    display: block;
    position: absolute;
    right: 20px;
    top: 20px;
  }
}
#nav-icon3 {
  width: 30px;
  height: 25px;
  position: relative;
  margin: 5px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
#nav-icon3 span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #FFF;
  border-radius: 3px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
#nav-icon3 span:nth-child(1) {
  top: 0px;
}
#nav-icon3 span:nth-child(2),
#nav-icon3 span:nth-child(3) {
  top: 10px;
}
#nav-icon3 span:nth-child(4) {
  top: 20px;
}
#nav-icon3.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}
#nav-icon3.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#nav-icon3.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#nav-icon3.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}
