/* Sass Document */
*::-moz-selection {
  background: #f1f1f2;
  color: #666; }
*::selection {
  background: #f1f1f2;
  color: #666; }

body {
  font-size: 16px;
  line-height: 23px;
  font-family: "Everett";
  font-weight: 400;
  font-style: normal;
  overflow-x: hidden; }

.newsletter{
  position: fixed;
  z-index: 200;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.4);
  top: 0;
  left: 0;
}
.quitar.abrir{
  display: none;
}
.newsletter--content{
  max-width: 500px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 0 30px rgba(0,0,0,0.6);
}
.cerrar{
  position: absolute;
  top: 0px;
  right: 0px;
  width: 40px;
  height: 40px;
  background: #fff;
  border-radius: 50px;
}
.fa-times{
  color: #000;
}

img {
  max-width: 100%; }
  img.imgg {
    max-width: inherit;
    margin: 0 10px; }

a {
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #000000; }
  a:hover {
    text-decoration: none;
    color: #000000; }

ul, li {
  list-style: none;
  margin: 0;
  padding: 0; }

@font-face {
  font-family: "Everett-medium";
  src: url("../font/Everett-Medium.woff2") format("woff2"), url("../font/Everett-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: "Everett";
  src: url("../font/Everett-Regular.woff2") format("woff2"), url("../font/Everett-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: "Everett-light";
  src: url("../font/Everett-Light.woff2") format("woff2"), url("../font/Everett-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap; }
/*------------------------------------base------------------------------------- */
.negro {
  color: #000000; }

.blanco {
  color: #ffffff; }

.bg-negro {
  background: #000000; }

.bg-blanco {
  background: #ffffff; }

.medium {
  font-family: "Everett-medium"; }

.regular {
  font-family: "Everett"; }

.light {
  font-family: "Everett-light"; }

.f12 {
  font-size: 12px; }

.justificado{
  text-align: justify;
}

/*------------------------------------fin base------------------------------------- */
#scroll {
  position: fixed;
  bottom: 120px;
  width: 100px;
  height: 30px;
  z-index: 2000;
  margin: auto;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 10px; }
  #scroll.quitar {
    display: none; }

body.no_scroll {
  overflow: hidden; }

svg g g g path {
  stroke: #000000; }

#arrow {
  border: 0;
  outline: none;
  background: none; }
#arrow2 {
  border: 0;
  outline: none;
  background: none; }

.navbar- {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 0.5rem; }
  .navbar- .navbar-brand {
    width: 50%; }

.navbar {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 100;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: rgba(255, 255, 255, 0); }
  .navbar.fijo {
    background: white; }
  .navbar.bl .nav-link {
    color: #ffffff; }
  .navbar.bl .sub--menu a {
    color: #ffffff; }
  .navbar.bl .idioma {
    color: #ffffff; }
    .navbar.bl .idioma a {
      color: #ffffff; }
  .navbar.bl.negro .nav-link {
    color: #000000; }
  .navbar.bl.negro .sub--menu a {
    color: #000000; }
  .navbar.bl.negro .idioma {
    color: #000000; }
    .navbar.bl.negro .idioma a {
      color: #000000; }
  .navbar.bl .container-fluid .navbar-brand .logo--largo svg path {
    fill: #ffffff; }
  .navbar.bl .container-fluid .navbar-brand .logo--largo.negro svg path {
    fill: #000000; }
  .navbar .logo--largo {
    position: relative;
    width: 220px;
    top: 13px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0 100%);
            clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0 100%); }
    .navbar .logo--largo.no_ver {
      -webkit-clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0 100%);
              clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0 100%); }
  .navbar .logo--monograma {
    position: absolute;
    top: 0px;
    width: 27px;
    left: 0;
    -webkit-clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0 100%);
            clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0 100%);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .navbar .logo--monograma.ver {
      -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0 100%);
              clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0 100%);
      display: block; }

.navbar-brand {
  width: 50%; }

.nav-link {
  font-size: 18px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #000000; }
  .nav-link:hover {
    color: #999; }
  .nav-link.activo {
    color: #999; }

.navbar-collapse {
  width: 100%;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end; }
  .navbar-collapse .sub--menu {
    width: 100%; }
    .navbar-collapse .sub--menu a {
      font-size: 16px;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      .navbar-collapse .sub--menu a:hover {
        color: #999; }

.slide .carousel-indicators {
  position: absolute;
  left: initial;
  right: 0;
  bottom: 0;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 0;
  list-style: none;
  margin: auto;
  top: 0;
  height: 190px; }
  .slide .carousel-indicators button {
    background: #ffffff;
    display: block;
    width: 12px;
    height: 12px;
    margin: 5px 0;
    border-radius: 30px;
    border: 1px solid #fff; }
    .slide .carousel-indicators button.active {
      background: transparent; }
.slide .carousel-item {
  height: 100vh; }

.estamos {
  height: 500px; }
  .estamos h1 {
    height: 55px; }
  .estamos.estamos--nosotros {
    background: url(../images/estamos--nosotros.jpg) no-repeat center/cover; }
  .estamos.estamos--nosotros--2 {
    height: 768px; }
  .estamos.estamos--premios {
    background: url(../images/estamos--premios.jpg) no-repeat center/cover; }
  .estamos.estamos--contacto {
    background: url(../images/estamos--contacto2.jpg) no-repeat top center/cover; }

.anim_text {
  -webkit-clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0 100%);
          clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0 100%);
  -webkit-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
  -webkit-transform: scale(1.1);
          transform: scale(1.1); }
  .anim_text.show {
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0 100%);
            clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0 100%);
    -webkit-transform: scale(1);
            transform: scale(1); }

.serv {
  height: 330px;
  -webkit-transition: all 1s ease 0s;
  transition: all 1s ease 0s; }
  .serv.serv--1 {
    background: #000; }
    .serv.serv--1:hover {
      background: #000 url(../images/arquitectura_over.jpg) no-repeat center/cover; }
  .serv.serv--2 {
    background: #333;
    -webkit-transition: all 1s ease 0s;
    transition: all 1s ease 0s; }
    .serv.serv--2:hover {
      background: #333 url(../images/urbanismo_over.jpg) no-repeat center/cover; }
  .serv.serv--3 {
    background: #666;
    -webkit-transition: all 1s ease 0s;
    transition: all 1s ease 0s; }
    .serv.serv--3:hover {
      background: #666 url(../images/interiores_over.jpg) no-repeat center/cover; }

.historia .row {
  border-bottom: 1px solid #414141; }

.equipo__team--foto---- {
  border: 1px solid #ccc;
  width: 250px;
  height: 250px;
  margin-bottom: 20px;
  border-radius: 300px; }

.bg__foto {
  height: 500px; }
  .bg__foto.bg__foto--nosotros {
    background: url(../images/balcazar--equipo--bg.jpg) no-repeat center/cover;
    background-attachment: fixed; }

.equipo__team--foto .ver1 {
  opacity: 1; }
.equipo__team--foto .ver2 {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
.equipo__team--foto:hover .ver2 {
  opacity: 1; }

.clip {
  -webkit-clip-path: circle(120px at center);
          clip-path: circle(120px at center); }

footer {
  border-top: 1px solid #CCCCCC; }

.proyectos {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc; }

.w__proyectos {
  border: 1px solid #ffffff;
  position: relative; }
  .w__proyectos.opacidad {
    opacity: 0.3; }
  .w__proyectos .w__proyectos--titulos {
    position: absolute;
    z-index: 2;
    bottom: 0px;
    left: 50px;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  .w__proyectos .overlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  .w__proyectos a:hover .w__proyectos--titulos {
    opacity: 1;
    bottom: 20px; }
  .w__proyectos a:hover .overlay {
    opacity: 1; }

.categorias {
  padding: 0;
  height: 0;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .categorias .categorias--a {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-family: "Everett-light"; }
    .categorias .categorias--a:hover {
      font-family: "Everett-medium"; }
  .categorias.abrir {
    padding: 35px 0;
    opacity: 1;
    height: 220px; }

.linea {
  opacity: 1;
  background: #000000; }

.bg__full {
  height: 900px; }
  .bg__full.bg__full--p1 {
    background: url(../images/balcazar--proyecto--02.jpg) no-repeat center;
    background-attachment: fixed; }

.w__premios li {
  padding: 20px 0;
  border-bottom: 2px solid #000;
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.leer {
  font-size: 12px; }

.inp {
  position: relative;
  margin-bottom: 20px; }
  .inp .input {
    border: 0;
    width: 100%;
    border-bottom: 1px solid #000;
    font-size: 14px;
    height: 35px;
    -moz-appearance: none;
    outline: none; }
  .inp .floating-label {
    position: absolute;
    pointer-events: none;
    left: 0px;
    top: 2px;
    -webkit-transition: 0.2s ease all;
    transition: 0.2s ease all; }

input:focus ~ .floating-label,
input:not(:focus):valid ~ .floating-label {
  -moz-appearance: none;
  top: -18px;
  bottom: 10px;
  left: 0px;
  font-size: 11px;
  opacity: 1;
  outline: none; }

textarea:focus ~ .floating-label,
textarea:not(:focus):valid ~ .floating-label {
  -moz-appearance: none;
  top: -18px;
  bottom: 10px;
  left: 0px;
  font-size: 14px;
  opacity: 1;
  outline: none; }

textarea {
  border: 0;
  width: 100%;
  border-bottom: 1px solid #000;
  font-size: 14px;
  -moz-appearance: none;
  outline: none; }

input[type="submit"] {
  background: #000000;
  border: 0;
  color: #ffffff;
  padding: 12px 22px; }

#intro {
  position: fixed;
  left: 0;
  right: 0;
  z-index: 200;
  top: 0;
  bottom: 0;
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: #fff; }
  #intro.no_ver {
    opacity: 0; }
  #intro.quitar {
    display: none; }

.trucos {
  background: #fff;
  width: 100%;
  height: 1600px; }

.pixels {
  position: fixed;
  top: 0;
  left: 0;
  width: 100px;
  z-index: 1000; }

.btn--nos {
  border: 0;
  background: none;
  outline: none; }

.raya {
  opacity: 1;
  background: #000000; }

.navbar-toggler {
  outline: none;
  border: 0;
  background: #000000; }

.navbar-toggler:focus {
  -webkit-box-shadow: 0 0 0 0rem;
          box-shadow: 0 0 0 0rem; }

.redess {
  position: fixed;
  z-index: 100;
  width: 97%;
  bottom: 0px;
  height: 50px;
  left: 0; }

[type="button"]:not(:disabled), [type="reset"]:not(:disabled), [type="submit"]:not(:disabled), button:not(:disabled) {
    cursor: pointer;
    outline: none;
}

.over{
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.over p{
  display: none;
}
.over:hover{
  font-family: "Everett-medium";
}
.over:hover p{
  display: block;
}

.galee{
  height: 560px;
}

@media (min-width: 1024px) {
  .navbar .logo--largo {
    width: 270px; }

  .navbar-collapse .sub--menu {
    width: auto; } }

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