@font-face {
  font-family: "CircularStd-Book";
  font-style: normal;
  font-weight: normal;
  src: local("CircularStd-Book"),
    url("fonts/CircularStd-Book.ttf") format("truetype");
}
@font-face {
  font-family: "CircularStd-Medium";
  font-style: normal;
  font-weight: normal;
  src: local("CircularStd-Medium"),
    url("fonts/CircularStd-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "CircularStd-Bold";
  font-style: normal;
  font-weight: normal;
  src: local("CircularStd-Bold"),
    url("fonts/CircularStd-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "CircularStd-Black";
  font-style: normal;
  font-weight: normal;
  src: local("CircularStd-Black"),
    url("fonts/CircularStd-Black.ttf") format("truetype");
}
body,
div,
p {
  margin: 0;
  padding: 0;
}

body {
  font-family: "CircularStd-Book", "CircularStd-Medium", "CircularStd-Bold", "CircularStd-Black";
  font-weight: 300;
  letter-spacing: 0.0625em;
  overflow-y: hidden;
  max-width: 100%;
  width: 100%;
}
/* loader  */

.wrapper {
  position: fixed;
  width: 100%;
  height: 100vh;
  background-image: url("assets/Back.jpg");
  background-size: cover;
  z-index: 12;
}

.loader {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 150px;
  height: 20vh;
  text-align: center;
  z-index: 12;
}
.Logo {
  position: relative;
  width: 150px;
}
.loader img {
  width: 100px;
}
.loader img.interno {
  transform: translateY(-86px);
  width: 60px;
}
/* End Loader */
/* media queries  */

/* Menu top */
.menuTop {
  margin: 0 2.5%;
}
nav {
  width: 95%;
  padding-top: 20px;
  height: 50px;
  margin: 0 auto;
  position: fixed;
  background: transparent;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  text-transform: uppercase;
  color: #ffffff;
  border-bottom: 1px solid #fff;
  z-index: 11;
  overflow: hidden;
}

nav div {
  display: inline-block;
  transform: translateY(200%);
  -webkit-transform: translateY(200%);
  -moz-transform: translateY(200%);
  -ms-transform: translateY(200%);
  -o-transform: translateY(200%);
}
.menu-item {
  flex: 1;
}
.menu-item a {
  text-decoration: none;
  color: #ffffff;
  font-family: "CircularStd-Book";
}
nav a.active {
  color: #abf0d1;
}
nav a.desactive {
  color: #ffffff;
}
.menu-item a:hover {
  color: #abf0d1;
}
.menu-left {
  text-align: left;
}
.menu-left span {
  padding-right: 30px;
}

.menu-center {
  text-align: center;
}
.menu-center .brand-logo img {
  width: 150px;
  margin-bottom: 15px;
}

.menu-right {
  text-align: right;
}
.menu-right a {
  font-size: 10px;
}
.menu-right a span {
  font-size: 15px;
}
nav a span {
  font-size: 15px;
}
@media screen and (max-width: 1200px) {
  nav a span {
    font-size: 12px;
  }
  .menu-left span {
    padding-right: 5px;
  }

  .menu-center {
    text-align: center;
  }
  .menu-right a {
    font-size: 10px;
  }
}
@media screen and (max-width: 800px) {
  nav.menu {
    font-size: 12px;
    justify-content: space-between;
    order: 0;
  }
  .menu-left {
    flex: none;
    order: 2;
  }

  .menu-center {
    order: 1;
    text-align: left;
  }
  .menu-right {
    display: none;
  }
}
@media screen and (max-width: 420px) {
  nav.menu {
    font-size: 12px;
    justify-content: space-between;
    order: 0;
    border-bottom: 1px solid #fff;
    padding-bottom: 10px;
  }
  .menu-left {
    flex: none;
    order: 2;
  }

  .menu-center {
    order: 1;
    text-align: left;
    margin-right: 15px;
    margin-bottom: 8px;
  }
  .menu-center .brand-logo img {
    width: 100px;
    margin-bottom: 0px;
  }
  .menu-right {
    display: none;
  }
}
@media screen and (max-width: 350px) {
  nav.menu {
    font-size: 12px;
    padding-bottom: 10px;
  }
  .menu-left {
    flex: none;
    order: 2;
  }

  .menu-center {
    order: 1;
    text-align: left;
    margin-bottom: 8px;
  }
  .menu-center .brand-logo img {
    width: 100px;
    margin-bottom: 0px;
  }
  .menu-right {
    display: none;
  }
}
/* end Menu top */
/* Section Home */
/* header  */
#slide-1{
  background-image: url("assets/BackHome.jpg");
  background-size: cover;
}
.header {
  position: absolute;
  transform: translate(8%, 60%);
  -webkit-transform: translate(8%, 60%);
  -moz-transform: translate(8%, 60%);
  -ms-transform: translate(8%, 60%);
  -o-transform: translate(8%, 60%);
}
.header h1 {
  font-family: "CircularStd-Black";
  font-size: 9vw;
  font-weight: 500;
  margin: 0;
  padding: 0;
  padding-top: 5px;
  mix-blend-mode: overlay;
  line-height: 0.85em;
  overflow: hidden;
}
.header-1 span {
  display: inline-block;
  color: #cccccc;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
}
.header-2 span {
  display: inline-block;
  color: #abf0d1;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
}

/* hero-container */
.section-inf {
  display: inline-block;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  margin: 0;
  padding: 0;
}
.content-text {
  position: absolute;
  width: 33vw;
  right: 2%;
  bottom: 5%;
  text-align: right;
  color: #cccccc;
  overflow: hidden;
}
.content-text .subtilte h3 {
  font-size: 1.6vw;
  font-family: "CircularStd-Bold";
  font-weight: 400;
}
.content-text .subtilte h3 strong {
  font-size: 1.6vw;
  font-family: "CircularStd-Bold";
  font-weight: 400;
}
.content-text .textp {
  color: #cccccc;
  font-family: "CircularStd-Medium";
  font-size: 1.1vw;
}
@media screen and (max-width: 1300px) {
  .header {
    padding: 0 20px;
    top: 15%;
    left: 2%;
    text-align: left;
    transform: translate(0, 0);
  }
  .header h1 {
    font-size: 11vw;
    line-height: 0.85em;
  }
  .content-text {
    width: 40vw;
  }
  .content-text .subtilte h3,
  .content-text .subtilte h3 strong {
    font-size: 25px;
  }
  .content-text .textp {
    font-size: 15px;
  }
}

@media screen and (max-width: 992px) {
  .header h1 {
    font-size: 11vw;
    line-height: 1em;
  }
  .content-text {
    width: 50vw;
  }
  .content-text .subtilte h3,
  .content-text .subtilte h3 strong {
    font-size: 2.4vw;
  }
  .content-text .textp {
    font-size: 2vw;
  }
}

@media screen and (max-width: 768px) {
  .content-text .subtilte h3,
  .content-text .subtilte h3 strong {
    font-size: 3.3vw;
  }
  .content-text .textp {
    font-size: 2.5vw;
  }
}
@media screen and (max-width: 480px) {
  .header {
    left: 0;
    top: 17%;
  }
  .header h1 {
    font-size: 16vw;
    line-height: 1em;
  }
  .content-text {
    width: 85vw;
  }
  .content-text .subtilte h3,
  .content-text .subtilte h3 strong {
    font-size: 5.5vw;
  }

  .content-text .textp {
    font-size: 4.5vw;
  }
}

/* End Section Home */
.slides-container {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  /* overflow: hidden; */
  z-index: 10;
}

.slide {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

/* Second Section Nosotros */
#slide-2 {
  background-image: url("assets/About.jpg");
  background-size: cover;
}
.contentNosotrosText {
  position: absolute;
  width: 75vw;
  left: 15%;
  top: 40%;
  opacity: 1;
}
.nosotrosHeading {
  color: #abf0d1;
  font-size: 15px;
  margin: 0px;
  padding: 0px;
  font-style: italic;
  overflow: hidden;
}
.nosotrosHeading span {
  font-family: "CircularStd-Book";
  display: inline-block;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
}
.nosotrosBody {
  color: #cccccc;
  font-size: 2.3vw;
}
.nosotrosBody h4 {
  font-weight: 500;
  margin-top: 20px;
  margin-bottom: 25px;
  overflow: hidden;
}
.nosotrosBody h4 span {
  font-family: "CircularStd-Book";
  display: inline-block;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
}
.nosotrosBody h4 span strong {
  font-family: "CircularStd-Bold", sans-serif; 
  color: #cccccc;
}
@media screen and (max-width: 992px) {
  .contentNosotrosText {
    width: 70vw;
    left: 20%;
    top: 55%;
  }
  .nosotrosBody {
    color: #cccccc;
    font-size: 2.4vw;
  }
}

@media screen and (max-width: 768px) {
  #slide-2 {
    background-image: linear-gradient(
        180deg,
        rgba(0, 0, 0, 0.31) 0%,
        rgba(0, 0, 0, 0.47) 100%
      ),
      url("assets/About.jpg");
    background-size: cover;
  }
  .contentNosotrosText {
    left: 0%;
    padding: 0 15%;
    top: 45%;
  }
  .nosotrosBody {
    color: #cccccc;
    font-size: 20px;
  }
}
@media screen and (max-width: 480px) {
  #slide-2 {
    background-image: linear-gradient(
        180deg,
        rgba(0, 0, 0, 0.7) 0%,
        rgba(0, 0, 0, 0.7) 100%
      ),
      url("assets/About.jpg");
    background-size: cover;
  }
  .contentNosotrosText {
    left: 0%;
    padding: 0 auto;
    top: 35%;
  }
  .nosotrosBody {
    font-size: 18px;
  }
}
/* End Second Section */
/* Third Section */
#slide-3 {
  background-color: #000;
}
.edificioImg {
  position: absolute;
  bottom: 5%;
  opacity: 0;
  overflow: hidden;
}
.edificioImg img {
  width: auto;
  height: 90vh;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
}
.contentProyectosText {
  position: absolute;
  display: flex;
  width: 40vw;
  top: 33%;
  right: 10%;
  z-index: 2;
}
.proyectosBody {
  position: absolute;
  transition: 0.2s all;
  margin: 0;
  padding: 0;
}

.proyectosBody h2 {
  font-family: "CircularStd-Black";
  font-weight: 500;
  font-size: 7vw;
  color: #cacaca;
  margin: 0;
  padding: 0;
}
.proyectosBody h3 {
  font-family: "CircularStd-Bold";
  font-weight: 500;
  position: absolute;
  font-size: 3vw;
  color: #cacaca;
  margin: 0;
  padding: 0;
  margin-top: -1vw;
  margin-left: -5vw;
}
.proyectosBody h4 {
  font-family: "CircularStd-Book";
  font-weight: 500;
  font-size: 2.2vw;
  color: #cacaca;
  margin: 0;
  margin-bottom: 15px;
  padding: 0;
}
.proyectosBody .arrowBack,
.proyectosBody .arrowFront {
  font-size: 25px;
  font-weight: 900;
  color: #abf0d1;
  background: rgba(171, 240, 209, 0.05);
  width: 30px;
  text-align: center;
  cursor: pointer;
  border-radius: 50%;
  margin: 0;
  padding: 5px;
  transition: 0.3s all;
}
.arrowBack {
  opacity: 0;
}
.proyectosBody .arrowBack:hover,
.proyectosBody .arrowFront:hover {
  background: rgba(171, 240, 209, 0.1);
}

.proyectosBody p {
  font-family: "CircularStd-Book";
  font-weight: 400;
  font-size: 1.1vw;
  line-height: 1em;
  color: #cacaca;
  margin-bottom: 15px;
}
.proyectosHeading {
  color: #abf0d1;
  font-size: 15px;
  margin-bottom: 50px;
  font-style: italic;
}
.projectMacondo {
  z-index: 1;
  position: relative;
  height: 45vh;
  width: 50vw;
}
#slide-3 .container{
  position: absolute;
  top: calc(100% - 65vh);
  width: 100vw;
  display: flex;
  opacity: 0;
}
#slide-3 .block {
  position: relative;
  width: 50vw;
  height: 55vh;
  margin: 10px 30px 20px 80px;
  object-fit: cover;
}
#slide-3 .controlSlide {
  position: absolute;
  bottom: 3%;
  left: 5.5%;
  opacity: 0;
}
#slide-3 .controlSlide button{
  cursor: pointer;
  background: rgba(255, 255, 255, 0.034);
  border: none;
  margin: 0;
  padding:0px 5px 5px 5px;
  border-radius: 50%;
  color: #CACACA;
  font-size: 30px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
#slide-3 .controlSlide button:hover{
  background: rgba(171, 240, 209, 0.1);
}
@media screen and (max-width: 1000px) {
  .contentProyectosText {
    width: 45vw;
  }
  .edificioImg img {
    height: 80vh;
    opacity: 0.5;
  }
  .proyectosBody p {
    font-size: 14px;
    margin-bottom: 5px;
  }
  .proyectosBody h2 {
    font-size: 45px;
  }
  .proyectosBody h3 {
    font-size: 22px;
  }
  .proyectosBody h4 {
    font-size: 20px;
    color: #cacaca;
    cursor: pointer;
    margin: 0;
    padding: 0;
  }
  .projectMacondo {
    z-index: 1;
    position: relative;
    height: 45vh;
    width: 60vw;
  }
}
@media screen and (max-width: 800px) {
  .contentProyectosText {
    width: 60vw;
    top: 35%;
    right: 5%;
  }
  .proyectosBody p {
    font-size: 12.5px;
    margin-bottom: 5px;
  }
  .projectMacondo {
    z-index: 1;
    position: relative;
    height: 45vh;
    width: 70vw;
  }
  .proyectosBody h3 {
    margin-top: -15px;
    margin-left: -35px;
  }
}
@media screen and (max-width: 600px) {
  .contentProyectosText {
    width: 75vw;
  }
  .edificioImg img {
    height: 80vh;
    opacity: 0.3;
  }
  .proyectosBody p {
    font-size: 12px;
  }
  .proyectosBody h2 {
    font-size: 35px;
  }
  .proyectosBody h3 {
    font-size: 19px;
  }
  .proyectosBody h4 {
    font-size: 16px;
  }
}
@media screen and (max-width: 480px) {
  #slide-3 .container{
    position: absolute;
    top: calc(100% - 45vh);
    width: 100vw;
    display: flex;
    opacity: 0;
  }
  #slide-3 .block {
    position: relative;
    width: 90vw;
    height: 30vh;
    margin: 10px 10px 10px 10px;
  }
  #slide-3 .controlSlide button{
  padding:0px 5px 8px 5px;
  }
  #slide-3 .controlSlide button:hover{
  background: rgba(255, 255, 255, 0.034);
  }
}
/* End Third Section */
/* Fourth Section */
#slide-4 {
  position: relative;
  background-image: url("assets/BackContact.jpg");
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
}
.contactForm {
  position: relative;
  width: 50vw;
  padding: 80px 30px 100px 30px;
  background: rgba(0, 0, 0, 0.85);
}
.contactForm h2 {
  font-family: "CircularStd-Black";
  font-weight: 500;
  overflow: hidden;
}
.contactForm h2 span {
  display: inline-block;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
}
#contact,
#contact input[name="submit"] {
  position: relative;
}
#contact input,
#contact textarea,
#contact button {
  box-sizing: border-box;
}
#contact input,
#contact textarea {
  font-family: "CircularStd-Book";
  font-weight: 400;
  font-size: 15px;
  width: 100%;
  padding: 0.5em;
  border: none;
}
#contact input,
#contact textarea {
  margin: 0 0 1em;
  border: 1px solid #ABF0D1;
  border-radius: 2px;
  outline: none;
  color: #fff;
  background: transparent;
}
#contact input.invalid,
#contact textarea.invalid {
  border-color: #d5144d;
}
#contact textarea {
  height: 6em;
}
#contact {
  text-align: right;
}
#contact input[type="submit"],
#contact button {
  font-family: "CircularStd-Book";
  text-transform: uppercase;
  border: 1px solid #cccccc;
  margin-top: 30px;
  padding: 4px;
  width: 180px;
  background: transparent;
  color: #cccccc;
  cursor: pointer;
  transition: 0.3s all;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -ms-transition: 0.3s all;
  -o-transition: 0.3s all;
}
#contact input[type="submit"]:hover,
#contact button:hover {
  background: rgba(0, 0, 0, 0.8);
}

.contactTitle {
  font-family: "CircularStd-Book";
  position: absolute;
  color: #cacaca;
  font-weight: 900;
  font-size: 5vw;
  bottom: 0%;
  margin: 0;
  left: -30%;
}
.footer {
  bottom: 0;
  background: #000;
  width: 100%;
  padding: 0px 15px 15px 15px;
  position: absolute;
  box-shadow: rgba(0, 0, 0, 1) 10px 22px 70px 80px;
}
.footer div {
  width: 95%;
  margin: 0 2.5%;
}
.footer div hr {
  border: 0;
  height: 0.8px;
  background: #cacaca;
  padding: 0;
}
.footer div p {
  font-family: "CircularStd-Book";
  font-size: 12px;
  padding: 5px 0px;
  color: #cacaca;
}
@media screen and (min-width: 30em) {
  #contact input,
  #contact textarea,
  #contact button {
    width: 100%;
    line-height: 1.5;
  }
  #contact textarea {
    height: 10em;
  }
}
@media screen and (max-width: 480px) {
  .contactForm {
    position: relative;
    width: 80vw;
    padding: 50px 30px;
  }
  .contactTitle {
    position: absolute;
    bottom: 0%;
    left: 5%;
    color: #ffffff;
    font-weight: 900;
    font-size: 10vw;
  }
}
/* End Fourth Section */

.go-prev,
.go-next {
  cursor: pointer;
  font-weight: bold;
  text-decoration: underline;
}

.fill:hover,
.fill:focus {
  box-shadow: inset 0 0 0 2em var(--hover);
}
.fill {
  --color: #cacaca;
  --hover: #cacacaa1;
}
.proyectosBody button:hover,
.proyectosBody button:focus {
  border-color: var(--hover);
  color: #fff;
}
.proyectosBody button {
  background: none;
  color: #cacaca;
  border: 1px solid #cacaca;
  border-radius: 2px;
  font: inherit;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
  padding: 0.5em 0;
  margin: 0 0 15px 0;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
}

.proyectosBody button a {
  color: #cacaca;
  padding: 1em 3em;
  text-decoration: none;
}
/* @media screen and (max-width: 480px) {
  .proyectosBody button { }
  .proyectosBody button a{}
} */
.text-send {
  overflow: hidden;
}
.text-send span {
  display: inline-block;
  margin: 0;
  padding: 0;
  color: #cacaca;
  font-size: 16px;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
}
