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

body {
  font-size: 16px;
  line-height: 23px;
  font-family: "AktivGrotesk";
  font-weight: normal;
  font-style: normal;
  overflow-x: hidden;
  color: #273851; }

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; }

/*------------------------------------base------------------------------------- */
.f12 {
  font-size: 12px; }

.f10 {
  font-size: 10px; }

.grande {
  font-size: 40px; }

.redondo {
  border-radius: 8px; }

.negro {
  color: #000000; }

.blanco {
  color: #ffffff; }

.azul {
  color: #273851; }

.crema {
  color: #EAEAEA; }

.naranja {
  color: #BE8055; }

.bg-negro {
  background: #000000; }

.bg-blanco {
  background: #ffffff; }

.bg-azul {
  background: #273851; }

.bg-crema {
  background: #EAEAEA; }

.bg-cremaf {
  background: #E0E1E1; }

.bg-naranja {
  background: #BE8055; }

.justificado {
  text-align: justify; }

@font-face {
  font-family: "Ivy Mode";
  src: url("../font/IvyMode-Light.woff2") format("woff2"), url("../font/IvyMode-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: "AktivGrotesk";
  src: url("../font/AktivGrotesk-Regular.woff2") format("woff2"), url("../font/AktivGrotesk-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }
.ivy {
  font-family: "Ivy Mode";
  font-weight: 300;
  font-style: normal; }

/*------------------------------------fin base------------------------------------- */
svg g g g path {
  stroke: #000000; }

.navbar {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 100;
  background: rgba(255, 255, 255, 0);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .navbar .navbar-brand {
    width: 250px; }
  .navbar .nav-link {
    font-size: 12px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: #ffffff;
    letter-spacing: 2px;
    opacity: 0.8; }
    .navbar .nav-link:hover {
      opacity: 1; }
    .navbar .nav-link.activo {
      color: #273851; }
  .navbar .redes--mail {
    position: absolute;
    top: 10px;
    left: 20px; }
    .navbar .redes--mail a {
      color: #fff;
      font-size: 10px;
      letter-spacing: 2px; }
  .navbar .redes--idioma {
    position: absolute;
    top: 10px;
    right: 20px; }
    .navbar .redes--idioma a {
      color: #fff;
      font-size: 10px;
      letter-spacing: 2px; }
  .navbar.fijo {
    background: white; }
    .navbar.fijo .navbar-brand {
      width: 150px; }
      .navbar.fijo .navbar-brand svg .st0 {
        fill: #273851; }
    .navbar.fijo .nav-link {
      color: #273851;
      opacity: 0.5; }
      .navbar.fijo .nav-link:hover {
        opacity: 1; }
      .navbar.fijo .nav-link.activo {
        opacity: 1;
        color: #273851; }
    .navbar.fijo .redes--mail a {
      color: #273851; }
    .navbar.fijo .redes--idioma a {
      color: #273851; }
  .navbar.fijo2 {
    background: white;
    border-bottom: 1px solid #f1f1f2; }
    .navbar.fijo2 .navbar-brand {
      width: 150px; }
      .navbar.fijo2 .navbar-brand svg .st0 {
        fill: #273851; }
    .navbar.fijo2 .nav-link {
      color: #273851;
      opacity: 0.5; }
      .navbar.fijo2 .nav-link:hover {
        opacity: 1; }
      .navbar.fijo2 .nav-link.activo {
        opacity: 1;
        color: #273851; }
    .navbar.fijo2 .redes--mail a {
      color: #273851; }
    .navbar.fijo2 .redes--idioma a {
      color: #273851; }

.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-toggler {
  outline: none;
  width: 56px;
  border: 0;
  background: #EAEAEA; }

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

.control--slide-home {
  position: absolute;
  bottom: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  left: 7%; }

.carousel-control-next, .carousel-control-prev {
  background: transparent;
  position: relative;
  top: 0;
  bottom: 0;
  z-index: 1;
  width: 40px;
  height: 40px;
  border: 1px solid #fff;
  border-radius: 50px;
  opacity: 1; }

.btn--solo {
  color: #BE8055;
  font-size: 12px;
  letter-spacing: 1px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .btn--solo .fa-solid {
    margin-right: 15px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  .btn--solo:hover {
    color: #BE8055; }
    .btn--solo:hover .fa-solid {
      margin-right: 20px; }
  .btn--solo.btn--blanco {
    color: #ffffff;
    font-size: 11px; }

.btn--solido {
  background: #BE8055;
  color: #ffffff;
  font-size: 10px;
  display: inline-block;
  padding: 12px 20px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .btn--solido .fa-solid {
    font-size: 12px;
    margin-right: 20px; }
  .btn--solido:hover {
    color: #ffffff;
    background: #273851; }

.btn--solido2 {
  background: #BE8055;
  color: #ffffff;
  font-size: 10px;
  display: inline-block;
  padding: 12px 20px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: 1px solid #BE8055; }
  .btn--solido2 .fa-solid {
    font-size: 12px;
    margin-right: 20px; }
  .btn--solido2:hover {
    color: #ffffff;
    background: #273851;
    border: 1px solid #BE8055; }

.btn--borde {
  background: #273851;
  color: #ffffff;
  font-size: 10px;
  display: inline-block;
  padding: 12px 20px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: 1px solid #BE8055; }
  .btn--borde .fa-solid {
    font-size: 12px;
    margin-right: 20px;
    color: #BE8055; }
  .btn--borde:hover {
    color: #ffffff;
    background: #273851;
    border: 1px solid #BE8055; }

.bicolor--1 {
  background: #273851;
  background: -webkit-gradient(linear, left bottom, left top, from(#ffffff), color-stop(20%, #ffffff), color-stop(20%, #ffffff), color-stop(21%, #ffffff), color-stop(21%, #BE8055), color-stop(22%, #BE8055), color-stop(22%, #273851), to(#273851));
  background: linear-gradient(0deg, #ffffff 0%, #ffffff 20%, #ffffff 20%, #ffffff 21%, #BE8055 21%, #BE8055 22%, #273851 22%, #273851 100%); }

.bicolor--2 {
  background: #EAEAEA;
  background: -webkit-gradient(linear, left bottom, left top, from(#EAEAEA), color-stop(18%, #EAEAEA), color-stop(18%, #ffffff), to(#ffffff));
  background: linear-gradient(0deg, #EAEAEA 0%, #EAEAEA 18%, #ffffff 18%, #ffffff 100%); }

.bicolor--3 {
  background: #EAEAEA;
  background: -webkit-gradient(linear, left bottom, left top, from(#ffffff), color-stop(50%, #ffffff), color-stop(50%, #EAEAEA), to(#EAEAEA));
  background: linear-gradient(0deg, #ffffff 0%, #ffffff 50%, #EAEAEA 50%, #EAEAEA 100%); }

.bicolor--4 {
  background: #EAEAEA;
  background: -webkit-gradient(linear, left bottom, left top, from(#ffffff), color-stop(95%, #ffffff), color-stop(95%, #EAEAEA), to(#EAEAEA));
  background: linear-gradient(0deg, #ffffff 0%, #ffffff 95%, #EAEAEA 95%, #EAEAEA 100%); }

.titulito {
  letter-spacing: 2px;
  font-size: 14px;
  line-height: 21px; }

.titulito2 {
  letter-spacing: 2px;
  font-size: 11px; }

.caption1 {
  position: absolute;
  bottom: 7%;
  left: 7%; }
  .caption1 .numero {
    font-size: 10px;
    letter-spacing: 2px; }
  .caption1 .nombre--proy {
    font-size: 13px;
    letter-spacing: 2px;
    width: 160px;
    margin: 0 0 0 26px; }

.w__salide {
  margin-left: 0px; }
  .w__salide .carousel-cell {
    width: 70%;
    height: 189px;
    margin-right: 10px;
    position: relative; }
  .w__salide .slide--titulo {
    position: absolute;
    top: 20px;
    left: 20px;
    color: #ffffff; }
  .w__salide .slide--caption {
    position: absolute;
    bottom: 20px;
    left: 20px;
    color: #ffffff;
    width: 80%; }
  .w__salide .slide--programa {
    margin-right: 120px; }
    .w__salide .slide--programa .circulo {
      width: 60px;
      height: 60px;
      border: 0px solid #fff;
      border-radius: 50px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease; }
  .w__salide .flickity-prev-next-button.previous {
    left: -70px; }
  .w__salide .flickity-prev-next-button.next {
    left: -18px; }
  .w__salide .flickity-prev-next-button {
    top: 50%;
    width: 54px;
    height: 54px; }
  .w__salide .flickity-button {
    position: absolute;
    background: #BE8055;
    border: 5px solid #fff;
    color: #ffffff; }
    .w__salide .flickity-button:hover {
      background: #BE8055; }
  .w__salide .flickity-prev-next-button .flickity-button-icon {
    position: absolute;
    left: 34%;
    top: 20%;
    width: 33%;
    height: 60%; }
  .w__salide:hover .circulo {
    border: 1px solid #fff; }

.entragados li {
  border-bottom: 1px dotted #BE8055; }

hr {
  opacity: 1;
  background: #BE8055; }

.banner--home {
  background: url(../images/banner-home.jpg) no-repeat center/cover; }
  .banner--home.banner--colaboradores {
    background: url(../images/banner-colaboradores.jpg) no-repeat center/cover; }

footer {
  border-top: 2px solid #BE8055; }
  footer a {
    color: #ffffff; }
    footer a:hover {
      color: #ffffff; }
  footer .footer--menu {
    border-top: 1px solid rgba(255, 255, 255, 0.4);
    border-bottom: 1px solid rgba(255, 255, 255, 0.4); }
    footer .footer--menu a {
      color: rgba(255, 255, 255, 0.5);
      font-size: 11px;
      letter-spacing: 1px;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      footer .footer--menu a:hover {
        color: white; }
  footer .titulito2 a:hover {
    color: #ffffff; }
  footer .derechos {
    color: rgba(255, 255, 255, 0.3);
    font-size: 10px;
    letter-spacing: 1px;
    border-top: 1px solid rgba(255, 255, 255, 0.4); }

.cover {
  height: 600px; }
  .cover.cover--proyecto {
    height: 800px; }

.cover--img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%; }

.resalto {
  background: #ffffff;
  height: 290px; }
  .resalto .texto-ch {
    color: #999;
    font-size: 12px;
    letter-spacing: 1px; }

.poss {
  position: relative;
  top: -80px; }

.plus {
  width: 30px;
  height: 30px;
  border-radius: 40px;
  background: #f1f1f2;
  margin: auto;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .plus:hover {
    background: #273851;
    color: #ffffff; }

.mas--info {
  -webkit-box-shadow: 0 0 16px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 16px rgba(0, 0, 0, 0.1);
  padding: 20px;
  position: absolute;
  z-index: 4;
  bottom: 80px;
  top: 0;
  margin: auto;
  height: 140px;
  color: #ffffff;
  font-size: 13px;
  background: #273851;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.efecto:hover .mas--info {
  opacity: 1; }

.submenu .submenu--link {
  letter-spacing: 1px;
  font-size: 12px;
  opacity: 0.5;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .submenu .submenu--link:hover {
    opacity: 1; }
  .submenu .submenu--link.activo {
    opacity: 1; }

.filtros {
  position: -webkit-sticky;
  position: sticky;
  top: 200px; }
  .filtros a {
    letter-spacing: 1px;
    font-size: 12px;
    padding: 10px 12px;
    display: block;
    margin-bottom: 2px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 0.5; }
    .filtros a:hover {
      opacity: 1;
      background: #EAEAEA; }
    .filtros a.activo {
      opacity: 1;
      background: #EAEAEA; }

.img__pos--proyecto {
  position: relative;
  top: -50px; }

.border--top {
  border-top: 3px solid #BE8055; }

.plano--titulo {
  letter-spacing: 1px;
  font-size: 12px; }
  .plano--titulo ul {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .plano--titulo ul li {
      width: 25%; }

.plano--info {
  letter-spacing: 1px;
  font-size: 12px; }
  .plano--info ul {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border-bottom: 1px dotted #BE8055;
    padding: 15px 0; }
    .plano--info ul li {
      width: 25%; }
  .plano--info.plano--vendido {
    color: #999; }

.input {
  border: 0;
  border-bottom: 1px solid #273851;
  background: none;
  width: 100%;
  padding: 10px;
  margin-bottom: 20px; }

input[type="submit"] {
  width: 140px;
  color: #fff;
  background: #273851;
  border: 0;
  padding: 10px; }

.google {
  width: 100%;
  height: 550px; }

.img--proy{
  height: 350px;
}
.img--proy img{
  object-fit: cover;
  height: 100%;
}
.btn-blanco:hover{
  color: #fff;
}

.overlay{
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);
  top: 0;
  left: 0;
  z-index: 1;
}

@media (min-width: 1024px) {
  .control--slide-home {
    bottom: 15%;}
  .w__salide {
    margin-left: 250px; }
    .w__salide .carousel-cell {
      width: 70%;
      height: 850px; }
    .w__salide .slide--titulo {
      top: 50px;
      left: 80px; }
    .w__salide .slide--caption {
      bottom: 100px;
      left: 80px; }

  .plano--info ul li {
    width: 14%; }

  .plano--titulo ul li {
    width: 14%; }

  .grande {
    font-size: 80px;
    line-height: 100%; } }

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