body.foto-bg{
  background: #000;
  color: #fff;
}
body.foto-bg section.menu-woorx .cont-tel a{
  color: #fff;
}
body.foto-bg main.proyecto h2{
  text-transform: uppercase;
}
body.foto-bg main.proyecto h1, body.foto-bg main.proyecto h2{
  text-align: left;
}
body.foto-bg main.proyecto{
  height: auto;
}
body.foto-bg section.info-proyecto p{
  margin-top: 4rem;
  font-size: 1rem;
  text-align: justify;
}
body.foto-bg .icon--menu{
  fill: #fff;
}
main.proyecto{
  height: 50vh;
  text-align: center;
}
main.proyecto h2{
  font-size: 6rem;
  font-weight: 300;
}
main.proyecto h1{
  font-weight: 200;
  font-size: 1rem;
}
main.proyecto p{
  width: 50%;
  margin: 2rem auto;
  font-size: 1rem;
}
main.proyecto .container, main.proyecto .container .row{
  height: 100%;
}
section.info-proyecto p{
  font-size: 1.3rem;
  padding-right: 2rem;
}
section.info-proyecto .bg-grain{
  padding: 3rem;
}
section.info-proyecto .fecha-proyecto{
  color: #fff;
  display: block;
  margin: 0 auto 3rem auto;
}
section.info-proyecto .project-scope{
  color: #fff;
}
section.info-proyecto hgroup{
  padding-left: 2rem;
  color: #fff;
  margin: 2rem auto;
}
section.info-proyecto hgroup h2{
  font-size: 1rem;
  font-weight: 200;
}
section.info-proyecto .photo-slide{
  margin: 4rem auto;
}
button.btn-woorx .circle{
  background-color: #fff;
}
button.btn-woorx .circle .icon.arrow{
  background-color: #000;
}
button.btn-woorx .circle .icon.arrow::before{
  border-color: #000;
}
button.btn-woorx .button-text{
  color: #fff;
}
button:hover .button-text{
  color: #000;
}
a.btn-woorx .circle{
 background: #fff;
}
a.btn-woorx .circle .icon.arrow::before{
 border-color: #000;
}
a.btn-woorx .circle .icon.arrow{
 background: #000;
}
a.btn-woorx .button-text {
    color: #fff;
}
a:hover .button-text {
    color: #000;
}
.cont-info-proyecto{
  padding: 4rem 0;
}
.carousel-control-next, .carousel-control-prev{
  opacity: 1;
  width: 1rem;
  position: absolute;
}
.carousel-control-prev-icon{
  background-image: url('../img/left.webp');
  left: 0;
}
.carousel-control-next-icon{
  background-image: url('../img/right.webp');
  right: 0;
}
