@charset "UTF-8";
/* 
	sass --watch resources/sass/styles.scss assets/css/styles.css
 */
/*- libraries */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/*- end libraries */
@font-face {
  font-family: "ntbau";
  src: url("../fonts/ntbau-light-webfont.woff2") format("woff2"), url("../fonts/ntbau-light-webfont.woff") format("woff");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "ntbau";
  src: url("../fonts/ntbau-regular-webfont.woff2") format("woff2"), url("../fonts/ntbau-regular-webfont.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "ntbau";
  src: url("../fonts/ntbau-medium-webfont.woff2") format("woff2"), url("../fonts/ntbau-medium-webfont.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "ntbau";
  src: url("../fonts/ntbau-bold-webfont.woff2") format("woff2"), url("../fonts/ntbau-bold-webfont.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "ntbau";
  src: url("../fonts/ntbau-black-webfont.woff2") format("woff2"), url("../fonts/ntbau-black-webfont.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
h1, h2, h3, h4, h5, h6, p, .heading1, .heading2, .heading3, .heading4, .heading5, .heading6 {
  font-family: "ntbau", sans-serif;
  font-weight: 300;
}

h1 {
  text-align: center;
  font-weight: 500;
  font-size: 33.5px;
}

h2 {
  text-align: center;
  font-weight: 500;
  font-size: 18.5px;
}

.btn-new {
  color: red;
}

.btn-primary {
  background-color: #006F55;
  border-style: solid;
  box-shadow: none;
  border-width: 0px;
  outline: none;
  font-size: 15px;
  color: #fff;
  font-weight: normal;
  padding: 14px;
}
.btn-primary:hover, .btn-primary:focus {
  background-color: #006F55;
}

.btn-link {
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  padding: 0;
  font-size: 15.5px;
  font-weight: 300;
  outline: none;
}
.btn-link:hover, .btn-link:focus {
  outline: none;
  box-shadow: none;
  background-color: transparent;
  color: #fff;
}
.btn-link:after {
  content: " ";
  width: 12px;
  height: 12px;
  position: absolute;
  z-index: 2;
  right: -17px;
  top: 6px;
  background-image: url(../img/arrow.svg);
}

hr {
  margin: 47px 10px 54px;
  width: calc(100% - 20px);
}

.slider-full, .slider-simple {
  position: relative;
  width: 100%;
  margin-bottom: 0px !important;
}
.slider-full .slide, .slider-simple .slide {
  background-size: cover;
  height: 100vh;
  display: flex;
  align-items: center;
}
.slider-full .slide .center, .slider-simple .slide .center {
  margin: 0 auto;
}
.slider-full .slide .center p, .slider-simple .slide .center p {
  position: relative;
  width: 100%;
  color: #fff;
  text-align: center;
  text-align: center;
  color: #FFFFFF;
}
.slider-full .slide .center p.title, .slider-simple .slide .center p.title {
  font-size: 41px;
  line-height: 49px;
}
.slider-full .slide .center p.location, .slider-simple .slide .center p.location {
  font-family: "Oriole-Regular", sans-serif;
  font-size: 13px;
  font-weight: bold;
  line-height: 15px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.slider-simple .slide {
  max-height: 854px;
  height: 854px;
}
.slider-simple .slide.max-600 {
  max-height: 600px;
}
.slider-simple .slide.max-445 {
  max-height: 445px;
}
.slider-simple img {
  max-height: 854px;
  height: 854px;
}

.pagingInfo {
  position: relative;
  float: left;
  width: 100%;
  font-size: 23px;
  font-weight: bold;
  margin: 18px 0 0 0;
  font-family: "Oriole-Regular", sans-serif;
  color: #000;
}
.pagingInfo.big {
  font-size: 33px;
  margin: 19px 0 0 0;
}

.dots-vertical {
  position: absolute;
  right: 0px;
  top: calc(50% - 45px);
  z-index: 11;
}
.dots-vertical li {
  width: 30px;
  height: 30px;
  cursor: pointer;
  color: #fff;
  position: relative;
  list-style: none;
  background: transparent;
}
.dots-vertical li:before {
  content: " ";
  width: 10px;
  height: 10px;
  background: #FFC6B7;
  position: absolute;
  border-radius: 50%;
  left: calc(50% - 5px);
  top: calc(50% - 5px);
}
.dots-vertical li button {
  display: none;
}

.dots-horizontal {
  position: absolute;
  left: 0px;
  top: calc(80% - 45px);
  z-index: 11;
}
.dots-horizontal li {
  width: 30px;
  height: 30px;
  cursor: pointer;
  color: #fff;
  position: relative;
  list-style: none;
  background: transparent;
}
.dots-horizontal li:before {
  content: " ";
  width: 10px;
  height: 10px;
  background: #FFC6B7;
  position: absolute;
  border-radius: 50%;
  left: calc(50% - 5px);
  top: calc(50% - 5px);
}
.dots-horizontal li button {
  display: none;
}

.ir-arriba {
  position: relative;
  float: left;
}
.ir-arriba:after {
  content: " ";
  background-image: url(../img/arrow.svg);
  width: 13px;
  height: 13px;
  filter: brightness(0);
  transform: rotate(-90deg);
  z-index: 2;
  position: absolute;
  top: 7px;
  right: -18px;
  filter: brightness(1);
}

.link {
  position: relative;
  float: left;
  text-decoration: none;
  font-weight: 300;
  color: #000;
}
.link:after {
  content: " ";
  background-image: url(../img/arrow.svg);
  width: 13px;
  height: 13px;
  filter: brightness(0);
  transform: rotate(0deg);
  z-index: 2;
  position: absolute;
  top: 7px;
  right: -18px;
}
.link:hover {
  text-decoration: underline;
  color: #000;
}

.arrow {
  filter: brightness(0);
  width: 13px;
  height: 13px;
  margin-left: 5px;
}
.arrow.ir-arriba {
  position: relative;
  top: 7px;
  transform: rotate(-90deg);
}

@media (max-width: 640px) {
  .pagingInfo.big {
    font-size: 23px;
  }

  .dots-vertical {
    display: none !important;
  }

  hr {
    margin: 11px 10px 11px;
    width: calc(100% - 10px);
  }
}
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  -webkit-font-smoothing: antialiased;
  background-repeat: no-repeat;
  vertical-align: baseline;
}

.list-unstyled, .nolist {
  margin: 0;
  padding: 0;
  list-style: none;
}

body {
  background: #fff;
  font-family: "ntbau", sans-serif;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
}

.bg-pink-images {
  background-color: #FFE9E3;
  background-image: url(../img/background-menu.jpg);
  background-size: contain;
}

.bg-pink {
  background-color: #FFE9E3;
  background-size: cover;
}

footer {
  margin-top: 250px;
}
footer p {
  font-family: "ntbau", sans-serif;
  font-size: 16px;
  line-height: 29px;
}

.animate_inner {
  opacity: 0;
}

.container {
  max-width: 1440px;
}

main {
  top: -56px;
  margin-bottom: -56px;
}

.hero {
  position: relative;
  float: left;
  width: 100%;
  margin-bottom: 100px !important;
}
.hero .slide {
  height: calc(100vh - 100px);
  width: 100%;
  background-size: cover;
  background-position: center;
}
.hero .slide .container, .hero .slide .row {
  height: 100%;
}
.hero .slide .box-bottom {
  position: absolute;
  bottom: 62px;
}
.hero .slide .box-bottom p {
  color: #fff;
  font-weight: 500;
  font-size: 25px;
  line-height: 30px;
  max-width: 570px;
}
.hero .slide .box-bottom a {
  margin-top: 27px;
}

.home .texto-principal p {
  font-size: 41px;
  font-weight: 500;
  text-align: center;
  line-height: 49px;
  max-width: 1004px;
  margin: 0 auto 61px;
}
.home .texto-secundario {
  padding: 0 10px;
}
.home .texto-secundario p {
  font-size: 18px;
  font-weight: 500;
  margin: 0 auto;
  text-align: center;
  max-width: 570px;
  line-height: 22px;
}

.hero-black-over {
  width: calc(100% - 20px);
  background-color: #000;
  position: relative;
  float: none;
  margin: -320px auto 69px;
  max-width: 1280px;
  z-index: 2;
  padding: 66px 10px 135px;
}
.hero-black-over p {
  color: #fff;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.hero-black-over .superior p {
  font-size: 18px;
  max-width: 597px;
  line-height: 22px;
  margin: 3px auto 90px;
}
.hero-black-over .inferior p {
  font-size: 41px;
  max-width: 1050px;
  line-height: 49px;
  margin: 7px auto 0;
}

.content-proyectos-list {
  position: relative;
  float: right;
  width: 100%;
  max-width: 1170px;
}

.thumb-proyecto {
  width: 100%;
  max-width: calc(50% - 35px);
  height: 728px;
  position: relative;
  float: right;
  background-size: cover;
  background-position: center;
  margin-left: 35px;
  margin-bottom: 70px;
  text-decoration: none;
  padding: 56px 25px 0;
}
.thumb-proyecto span {
  color: #fff;
  font-size: 22px;
  font-family: "ntbau", sans-serif;
  font-weight: 500;
}

.row-imagenes-proyecto {
  margin-bottom: 100px;
}

.wrapper-center {
  margin-left: auto;
  margin-right: auto;
  max-width: 966px;
}

.proyecto .header-proyecto {
  margin-top: 173px;
}
.proyecto .header-proyecto .description {
  margin: 47px auto 39px;
  max-width: 966px;
}
.proyecto .header-proyecto .description p {
  font-size: 33.5px;
  text-align: center;
  line-height: 41px;
}
.proyecto .proyecto-mtb {
  margin-top: 100px;
  margin-bottom: 100px;
}
.proyecto .imagen-hero {
  height: 750px;
  width: 100%;
  background-size: cover;
  background-position: center;
}
.proyecto p {
  font-size: 25px;
  text-align: center;
  line-height: 30px;
  margin: 4px 0 4px;
}
.proyecto .imagen-proyecto {
  position: relative;
  width: 100%;
  height: 728px;
  background-size: cover;
  background-position: center;
}

.nosotros .hero .slide {
  height: 860px;
}
.nosotros .parent-content-bottom {
  height: calc(100% - 92px);
}
.nosotros .content-bottom {
  position: absolute;
  bottom: 0;
}
.nosotros .content-bottom .inner {
  position: relative;
  float: left;
  width: 100%;
}
.nosotros .content-bottom .inner .image-nosotros {
  width: 198px;
  margin-bottom: 80px;
}
.nosotros .image-nosotros-2 {
  width: 100%;
  margin-top: 100px;
  margin-bottom: 200px;
  background-position: center;
  background-size: cover;
  height: 382px;
}
.nosotros .col-derecha p {
  max-width: 650px;
  font-size: 25px;
  line-height: 31px;
  letter-spacing: 0.3px;
  margin-bottom: 31px;
}

.contacto .text-upper {
  margin-top: 255px;
  margin-bottom: 85px;
}
.contacto .text-upper p {
  text-align: center;
  font-size: 41px;
  font-weight: 500;
  line-height: 49.6px;
  max-width: 1060px;
  margin: 0 auto;
}
.contacto .direcciones {
  margin-bottom: 105px;
}
.contacto .direcciones .list .col-contacto .title {
  position: relative;
  float: left;
  width: 100%;
  text-align: center;
  font-weight: 500;
  font-size: 22px;
  text-decoration: underline;
  margin-bottom: 24px;
}
.contacto .direcciones .list .col-contacto a {
  text-decoration: none;
  color: #000;
  margin: 0 auto;
  float: none;
  display: table;
  font-size: 22px;
  font-weight: 500;
}
.contacto .direcciones .list .col-contacto p {
  text-align: center;
  font-size: 22px;
  line-height: normal;
  font-weight: 500;
  letter-spacing: 0.3px;
}
.contacto .image-contacto {
  width: 100%;
  height: 605px;
  background-position: center;
  background-size: cover;
}

.otros-proyectos .max-width {
  width: 471px !important;
}
.otros-proyectos .title-relacionados {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 13px;
}
.otros-proyectos .proyecto-relacionado {
  text-decoration: none;
  width: 100%;
  display: block;
}
.otros-proyectos .proyecto-relacionado .titulo {
  margin: 27px 0 0 0;
}
.otros-proyectos .proyecto-relacionado .imagen {
  width: 100%;
  height: 305px;
  background-size: cover;
  background-position: center;
}
.otros-proyectos .proyecto-relacionado .titulo p {
  text-align: center;
  font-size: 23px;
  color: #000;
  font-weight: 500;
}

.btn-volver-proyectos {
  font-size: 31px;
  margin: 0 auto;
  display: table;
  float: none;
  text-decoration: none;
  color: #000;
}
.btn-volver-proyectos:focus {
  outline: none;
}
.btn-volver-proyectos:hover {
  color: #000;
}

@media (min-width: 1024px) {
  .btn-volver-proyectos {
    margin: 0 auto 85px;
  }

  .contacto .direcciones .list .col-contacto:first-child {
    min-width: 385px;
  }
}
@media (min-width: 1440px) {
  .content-proyectos-list {
    right: calc(((100vw - 1440px)/2)*-1);
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .content-proyectos-list {
    right: -12px;
  }
}
@media (max-width: 992px) {
  body.menu-open {
    height: 100vh;
    overflow: hidden;
  }

  .container {
    padding: 0 28px;
  }

  .hero {
    margin-bottom: 43px !important;
  }
  .hero .slide {
    height: calc(100vh);
  }
  .hero .slide .box-bottom {
    bottom: 30px;
  }
  .hero .slide .box-bottom p {
    font-size: 22px;
    line-height: 26px;
    font-weight: 300;
  }
  .hero .slide .box-bottom a {
    margin-top: -8px;
  }

  .home .texto-principal p {
    font-size: 25px;
    line-height: 29px;
    margin: 0 auto 43px;
  }
  .home .texto-secundario p {
    font-size: 16px;
    line-height: 20px;
  }

  .nosotros .hero {
    margin-bottom: 0 !important;
  }
  .nosotros .hero .slide {
    height: 100vh;
  }
  .nosotros .col-izquierda p {
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 13px;
  }
  .nosotros .col-izquierda a {
    font-size: 16px;
    margin-bottom: 25px;
  }
  .nosotros .col-derecha p {
    font-size: 25px;
    line-height: 29px;
  }
  .nosotros .image-nosotros-2 {
    margin-top: 25px;
    margin-bottom: 0;
  }

  .hero-black-over {
    width: calc(100%);
    margin: 0 auto 69px;
    padding: 47px 10px 0;
  }
  .hero-black-over .superior {
    padding: 0 15px;
  }
  .hero-black-over .superior p {
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 44px;
  }
  .hero-black-over .inferior {
    padding: 1px 7px 49px;
  }
  .hero-black-over .inferior p {
    font-size: 25px;
    line-height: 28px;
  }

  .proyectos .container {
    padding: 0;
  }
  .proyectos .thumb-proyecto {
    max-width: 358px;
  }

  .proyecto .header-proyecto .description p {
    font-size: 25px;
    line-height: 29px;
    padding: 4px 54px 13px;
  }
  .proyecto .imagen-hero {
    height: 448px;
  }
  .proyecto .proyecto-mtb {
    margin-top: 29px;
    margin-bottom: 30px;
  }
  .proyecto .proyecto-mtb .wrapper-center {
    max-width: 624px;
  }
  .proyecto .proyecto-mtb .wrapper-center p {
    font-size: 16px;
    font-weight: 500;
    line-height: 19px;
  }
  .proyecto .row-imagenes-proyecto .imagen-proyecto {
    max-width: 100% !important;
  }
  .proyecto .row-imagenes-proyecto.columns-1 {
    margin-bottom: 0 !important;
  }
  .proyecto .row-imagenes-proyecto.columns-1 .imagen-proyecto {
    /*max-height: 505px;*/
    margin-bottom: 55px !important;
    height: auto !important;
  }
  .proyecto .row-imagenes-proyecto.columns-1 .imagen-proyecto img {
    display: block !important;
    width: 100%;
  }
  .proyecto .row-imagenes-proyecto.columns-2 {
    margin-bottom: 0 !important;
  }
  .proyecto .row-imagenes-proyecto.columns-2 .imagen-proyecto {
    /*max-height: 475px;*/
    margin-bottom: 55px !important;
    max-width: calc(100% - 18px) !important;
    height: auto !important;
  }
  .proyecto .row-imagenes-proyecto.columns-2 .imagen-proyecto img {
    display: block !important;
    width: 100%;
  }

  .contacto .text-upper {
    margin-top: 154px;
    margin-bottom: 61px;
  }
  .contacto .text-upper p {
    font-size: 25px;
    line-height: 29px;
  }
  .contacto .direcciones {
    margin-bottom: 23px;
  }
  .contacto .direcciones .list .col-contacto p, .contacto .direcciones .list .col-contacto a {
    font-size: 22px;
    line-height: 27px;
    font-weight: 500;
    letter-spacing: 0;
    max-width: 384px;
    margin: 0 auto 56px;
  }
  .contacto .image-contacto {
    height: 356px;
    max-width: calc(100% - 60px);
    margin: 0 auto;
  }
}
@media (max-width: 1270px) and (min-width: 641px) {
  .proyectos .content-proyectos-list {
    margin-top: 113px;
  }
  .proyectos .thumb-proyecto {
    max-width: calc(50% - 59px);
    height: 474px;
    margin-left: 59px;
    margin-bottom: 58px;
  }
}
@media (max-width: 992px) and (min-width: 641px) {
  .nosotros .container {
    padding: 0 21px;
  }
  .nosotros .hero-black-over {
    margin: 0 auto 35px;
    padding: 76px 10px 0;
  }
  .nosotros .hero-black-over .superior p {
    margin-bottom: 36px;
    max-width: 447px;
  }
  .nosotros .hero-black-over .inferior {
    padding: 1px 7px 82px;
  }
  .nosotros .hero-black-over .inferior p {
    line-height: 30px;
    max-width: 636px;
  }
  .nosotros .col-derecha p {
    margin-bottom: 29px;
  }
  .nosotros .col-izquierda a {
    margin-bottom: 37px;
  }
  .nosotros .image-nosotros-2 {
    margin-top: 10px;
    margin-bottom: 0;
    position: relative;
    float: left;
    height: 459px;
  }
}
@media (max-width: 1024px) and (min-width: 641px) {
  .home .hero {
    margin-bottom: 77px !important;
  }
  .home .hero .slide .box-bottom p {
    max-width: 465px;
  }
  .home .texto-principal {
    max-width: 635px;
    margin: 0 auto;
  }
  .home .texto-principal p {
    margin: 0 auto 82px;
  }
  .home .texto-secundario p {
    max-width: 525px;
  }
}
@media (max-width: 640px) {
  .hero-black-over {
    width: calc(100%);
    margin: 0 auto 33px;
  }

  .proyectos .container {
    padding: 0;
  }
  .proyectos .content-proyectos-list {
    margin-top: 114px;
  }
  .proyectos .content-proyectos-list .thumb-proyecto {
    margin-left: 0;
    max-width: 358px;
    float: left;
    height: 475px;
    margin-bottom: 55px;
    font-size: 16px;
    padding: 35px 17px 0;
  }
  .proyectos .content-proyectos-list .thumb-proyecto:nth-of-type(odd) {
    float: right;
  }

  .proyecto .header-proyecto .description p {
    padding: 2px 0 13px;
  }
  .proyecto .proyecto-mtb {
    margin-bottom: 12px;
  }
  .proyecto .proyecto-mtb .wrapper-center p {
    font-size: 16px;
    line-height: 19px;
    margin: 6px 0 6px;
  }
  .proyecto .imagen-hero {
    height: 210px;
  }
  .proyecto .row-imagenes-proyecto.columns-1 .imagen-proyecto {
    /*max-height: 236px;*/
    height: auto !important;
  }
  .proyecto .row-imagenes-proyecto.columns-1 .imagen-proyecto img {
    display: block !important;
    width: 100%;
  }
  .proyecto .row-imagenes-proyecto.columns-2 {
    margin-bottom: 0;
  }
  .proyecto .row-imagenes-proyecto.columns-2 .imagen-proyecto {
    /*max-height: 236px;*/
    height: auto !important;
    max-width: calc(100%) !important;
    margin-bottom: 55px !important;
  }
  .proyecto .row-imagenes-proyecto.columns-2 .imagen-proyecto img {
    display: block !important;
    width: 100%;
  }

  .contacto .text-upper {
    margin-top: 151px;
    margin-bottom: 0;
    padding: 0 25px;
  }
  .contacto .text-upper p {
    margin-bottom: 39px;
  }
  .contacto .direcciones .list .col-contacto:last-child a, .contacto .direcciones .list .col-contacto:last-child p {
    margin-bottom: 22px;
  }
  .contacto .image-contacto {
    height: 225px;
    max-width: calc(100% - 50px);
    margin: 0 auto;
  }

  .nosotros .col-derecha p {
    max-width: 650px;
    font-size: 25px;
    line-height: 31px;
    letter-spacing: 0.3px;
    margin-bottom: 31px;
  }
}
/* Header */
header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transition: 0.4s all ease-out;
  z-index: 9999;
}
header .containe-nav {
  padding: 0 15px;
}
header .logo {
  position: relative;
  float: left;
  transition: all 0.4s ease-out;
  height: 46px;
  align-items: center;
  display: flex;
  /*-webkit-filter: drop-shadow( 0px 0px 7px rgba(0, 0, 0, .1));
  filter: drop-shadow( 0px 0px 7px rgba(0, 0, 0, .1));*/
}
header .navbar {
  position: absolute;
  top: 0;
  z-index: 4;
  width: 100%;
  padding: 0;
}
header .navbar .container {
  padding: 35px 15px 40px;
  max-width: 1440px;
}
header .navbar .navbar-toggler {
  z-index: 2;
  margin: 16px 9px 0 0;
}
header .navbar .navbar-toggler.collapsed .navbar-toggler-icon {
  width: 32px;
  background-image: url(../img/hamburger.svg);
}
header .navbar .navbar-toggler .navbar-toggler-icon {
  width: 32px;
  background-image: url(../img/hamburger-close.svg);
}
header .navbar .navbar-toggler:focus {
  border-width: 0;
  outline: none;
  box-shadow: none;
}
header .navbar .navbar-brand {
  z-index: 2;
  margin-left: 22px;
}
header .navbar .navbar-brand img {
  width: 148px;
}
header .navbar .navbar-brand strong {
  color: #fff;
  font-size: 25.5px;
  font-weight: 300;
  position: relative;
  right: 0;
  margin: 20px 0 0 45px;
  line-height: 20px;
}
header .navbar .navbar-brand.open strong {
  opacity: 0;
}
header .navbar .navbar-brand.open img {
  filter: brightness(1);
}
header .navbarHeader {
  position: absolute;
  top: 0;
  left: 12px;
  width: calc(100% - 24px);
  background-color: #000;
  z-index: 1;
  padding: 0px 10px;
}
header .navbarHeader .list-links {
  float: none;
  margin: 60px auto;
  width: auto;
}
header .navbarHeader .list-links .navbar-brand {
  display: none;
}
header .navbarHeader .list-links li {
  position: relative;
  float: left;
  list-style: none;
  margin: 0 10px;
}
header .navbarHeader .list-links li a {
  color: #fff;
  text-decoration: none;
  font-size: 20.5px;
  text-transform: uppercase;
  line-height: 26px;
}
header .navbarHeader .list-links li a:hover {
  text-decoration: underline;
}
header .navbarHeader #menu-menu-header {
  padding: 0;
}
header .text-header {
  margin-top: 50px;
  margin-bottom: 100px;
}
header .text-header .widget-title {
  display: none;
}
header .text-header p {
  text-align: center;
  max-width: 400px;
  padding: 10px 0;
  margin: 0 auto;
  font-size: 20px;
  font-weight: 500;
  color: #fff;
}
header .text-header a {
  color: #fff;
  text-decoration: none;
}

.template-black header .navbar .navbar-brand img {
  filter: brightness(0);
}
.template-black header .navbar .navbar-toggler.collapsed .navbar-toggler-icon {
  filter: brightness(0);
}
.template-black.menu-open header .navbar .navbar-brand img {
  filter: brightness(1);
}

@media (min-width: 1024px) {
  .fixed-logo header .navbar .navbar-brand {
    position: fixed;
    top: 40px;
  }
  .fixed-logo header .navbar .navbar-toggler {
    position: absolute;
    right: 15px;
    top: 35px;
  }
}
@media (max-width: 992px) {
  header .text-header {
    margin-top: 0;
    margin-bottom: 60px;
  }
  header .text-header p {
    font-size: 18px;
    line-height: 22px;
  }
  header .text-header .textwidget p:last-child {
    margin-top: 23px;
  }
  header .navbarHeader {
    z-index: 2;
    left: 0;
    width: calc(100% - 0px);
  }
  header .navbarHeader .list-links {
    margin: 89px auto 45px;
  }
  header .navbarHeader .list-links .navbar-brand {
    margin: 0 auto 35px;
    float: none;
    display: table;
    padding: 10px 0;
  }
  header .navbarHeader .list-links ul {
    width: 100%;
    position: relative;
    float: left;
    padding: 0;
    margin: 0;
  }
  header .navbarHeader .list-links li {
    width: 100%;
    margin: 0;
  }
  header .navbarHeader .list-links li a {
    position: relative;
    float: left;
    width: 100%;
    text-align: center;
    padding: 8px 0;
    font-size: 28px;
  }
  header .navbar .container {
    padding: 13px 25px 13px;
  }
  header .navbar .navbar-toggler {
    margin: 13px -13px 0 0;
  }
  header .navbar .navbar-toggler[aria-expanded=true] {
    z-index: 3;
    margin: -38px auto 0;
    width: 100%;
  }
  header .navbar .navbar-brand {
    margin: 3px 0 0;
  }
  header .navbar .navbar-brand strong {
    display: none;
  }
}
footer {
  background-color: #000;
  padding: 73px 0 0 0;
  font-size: 18px;
  font-family: "ntbau", sans-serif;
  font-weight: 500;
}
footer .container-footer {
  padding: 0 15px;
}
footer p, footer a {
  font-family: "ntbau", sans-serif;
  font-weight: 500;
  font-size: 18px;
  color: #fff;
}
footer a {
  text-decoration: none;
}
footer a:hover {
  color: #fff;
  text-decoration: underline;
}
footer .footer-menu ul {
  padding: 0;
}
footer .footer-menu ul li {
  list-style: none;
}
footer .second-row {
  margin-top: 50px;
}
footer .direccion p {
  max-width: 310px;
}

@media (max-width: 992px) {
  footer {
    margin-top: 79px;
    padding: 30px 1px 20px;
  }
  footer p {
    font-size: 15px;
    line-height: 22px;
  }
  footer .row-end {
    margin-top: 20px;
  }
  footer .row-end p {
    font-size: 14px;
    margin-bottom: 0;
    line-height: 19px;
  }
  footer .footer-menu ul li {
    font-size: 16px;
    line-height: 18px;
  }
  footer a {
    font-size: 16px;
    line-height: 18px;
  }
  footer .second-row {
    margin-top: 5px;
  }
  footer .direccion {
    margin-bottom: 4px;
  }
  footer .direccion p {
    max-width: 269px;
    font-size: 16px;
    line-height: 19px !important;
  }
}
@media (max-width: 640px) {
  footer {
    margin-top: 47px;
  }
}

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