/* Sass Document */
*::-moz-selection {
  background: #1C132C;
  color: #fff; }
*::selection {
  background: #1C132C;
  color: #fff; }

body {
  font-size: 16px;
  line-height: 24px;
  font-family: neue-haas-grotesk-display, sans-serif;
  font-weight: 500;
  font-style: normal;
  overflow-x: hidden;
  color: #1C132C; }

img {
  max-width: 100%; }

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

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

.medium {
  font-family: neue-haas-grotesk-display, sans-serif;
  font-weight: 600;
  font-style: normal; }

.light {
  font-family: neue-haas-grotesk-display, sans-serif;
  font-weight: 200;
  font-style: normal; }

.azul {
  color: #1C132C; }

.blanco {
  color: #ffffff; }

.gris {
  color: #999999; }

.grisf {
  color: #4D4D4E; }

.bg-azul {
  background: #1C132C; }

.bg-blanco {
  background: #ffffff; }

.bg-grisc {
  background: #F2F2F2; }

/*------------------------------------fin base------------------------------------- */
.modal-dialog {
  max-width: 960px; }
  .modal-dialog .modal-content {
    background: transparent;
    border: 0; }

.cerrar {
  width: 40px;
  height: 40px;
  border-radius: 40px;
  background: #fff;
  color: #1C132C;
  border: 0;
  position: absolute;
  right: 0;
  top: -10px; }

.w__navbar {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .w__navbar .navbar-brand img {
    width: 240px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  .w__navbar.fijo {
    background: #1C132C; }
    .w__navbar.fijo .navbar-brand img {
      width: 180px; }

.dropdown-toggle {
  background: none;
  border: 0;
  color: #fff;
  outline: none; }

.idioma {
  border-bottom: 1px solid #fff; }
  .idioma a {
    font-size: 12px;
    color: #fff; }

.navbar-toggler-icon {
  width: 30px;
  height: 2px;
  background: #fff;
  display: block; }

.dropdown-menu {
  background: #1C132C;
  border: 0; }

.navbar-nav button {
  outline: 0;
  font-size: 14px; }
  .navbar-nav button:hover .raya {
    width: 20px;
    opacity: 1; }
.navbar-nav a {
  color: #fff;
  font-size: 14px; }
  .navbar-nav a .raya {
    width: 5px;
    margin: auto;
    height: 2px;
    background: #ffffff;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 0; }
  .navbar-nav a:hover .raya {
    width: 20px;
    opacity: 1; }
  .navbar-nav a.active .raya {
    width: 20px;
    opacity: 1; }

.caption {
  position: absolute;
  width: 100%;
  text-align: center;
  height: 39px;
  margin: auto;
  bottom: 0;
  top: 0; }

.w__navbar {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 100; }

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

.grid {
  display: grid;
  height: 1000px;
  grid-template-columns: 25% 25% 25% 25%;
  grid-template-rows: 200px 200px 200px 200px 200px; }
  .grid .item {
    margin: 5px; }
    .grid .item .overlay2 {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.3);
      z-index: 1;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease; }
    .grid .item a {
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease;
      opacity: 0;
      position: relative;
      top: 20px;
      color: #fff;
      z-index: 3; }
    .grid .item:hover .overlay2 {
      background: rgba(0, 0, 0, 0.5); }
    .grid .item:hover a {
      top: 0px;
      opacity: 1; }
  .grid .item--1 {
    grid-column: 1/3;
    grid-row: 1/2;
    background: url(../images/franser--corporativos.jpg) no-repeat center/cover; }
  .grid .item--2 {
    grid-column: 3/5;
    grid-row: 1/2;
    background: url(../images/franser--Interiores.jpg) no-repeat center/cover; }
  .grid .item--3 {
    grid-column: 1/3;
    grid-row: 2/3;
    background: url(../images/franser--Comercial--Bolerama.jpg) no-repeat center/cover; }
  .grid .item--4 {
    grid-column: 3/5;
    grid-row: 2/3;
    background: url(../images/franser--Restaurantes-El-Lago.jpg) no-repeat center/cover; }
  .grid .item--5 {
    grid-column: 1/3;
    grid-row: 3/4;
    background: url(../images/franser--hoteles.jpg) no-repeat center/cover; }
  .grid .item--6 {
    grid-column: 3/5;
    grid-row: 3/4;
    background: url(../images/franser--Automoritz-Seat.jpg) no-repeat center/cover; }
  .grid .item--7 {
    grid-column: 1/3;
    grid-row: 4/5;
    background: url(../images/franser--Industria-Aeropersonal.jpg) no-repeat center/cover; }
  .grid .item--8 {
    grid-column: 3/5;
    grid-row: 4/5;
    background: url(../images/franser--Universidades-Unitec.jpg) no-repeat center/cover; }
    .grid .item--9 {
      grid-column: 1/3;
      grid-row: 5/6;
      background: url(../images/franser--Hospitales-Metropolitano.jpg) no-repeat center/cover; }
    .grid .item--10 {
      grid-column: 3/5;
      grid-row: 5/6;
      background: url(../images/franser--proceso.jpg) no-repeat center/cover; }
    .grid .item--11 {
      grid-column: 1/5;
      grid-row: 6/7;
      background: url(../images/franser--residencial.jpg) no-repeat center/cover; }

footer {
  font-size: 14px; }
  footer a {
    color: #fff;
    font-size: 14px; }
    footer a:hover {
      color: #fff; }
  footer .boletin {
    border: 2px solid #ffffff;
    background: none;
    color: #fff;
    width: 350px;
    padding: 6px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    footer .boletin:focus {
      background: #fff;
      color: #1C132C; }
    footer .boletin:hover {
      background: #fff;
      color: #1C132C; }
  footer input[type=submit] {
    background: #fff;
    border: 0;
    width: 40px;
    height: 40px; }
  footer .disclaimers {
    border-top: 1px solid #fff; }

.border--top {
  border-top: 1px solid #1C132C; }

.border--bottom {
  border-bottom: 1px solid #1C132C; }

.border--ambos {
  border-top: 1px solid #1C132C;
  border-bottom: 1px solid #1C132C; }

.btn--video {
  position: absolute;
  width: 70px;
  height: 70px;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2; }

.etapas {
  height: 500px; }
  .etapas.etapas--factibilidad {
    background: url(../images/franser--factibilidad.jpg) no-repeat center/cover; }
  .etapas.etapas--preconstruccion {
    background: url(../images/franser--preconstruccion.jpg) no-repeat center/cover; }
  .etapas.etapas--construccion {
    background: url(../images/franser--construccion.jpg) no-repeat center/cover; }
  .etapas.etapas--puesta-en-marcha {
    background: url(../images/franser--puesta-en-marcha.jpg) no-repeat center/cover; }
  .etapas.etapas--presupuesto-programa {
    background: url(../images/franser--presupuesto-programa.jpg) no-repeat center/cover; }
  .etapas .etapas--flechas__left {
    position: absolute;
    right: -1px;
    margin: auto;
    top: 0;
    bottom: 0; }
  .etapas .etapas--flechas__right {
    position: absolute;
    left: -1px;
    margin: auto;
    top: 0;
    bottom: 0; }

.img--clientes {
  background: url(../images/franser--clientes-img.jpg) no-repeat center/cover; }

.f13 {
  font-size: 13px; }

.btn--negro {
  color: #1C132C; }

.input {
  width: 100%;
  border: 0;
  border-bottom: 2px solid #1C132C;
  padding: 10px;
  margin-bottom: 10px; }

.submit {
  background: #000000;
  color: #fff;
  padding: 12px;
  border: 0; }

.min {
  min-width: 100%; }

.fgde{
    font-size: 24px;
    line-height: 32px;
  }
.wrapp__gale {
    height: 400px;
}
.times{
  font-family: 'Times New Roman', Times, serif;
}
.f22{
  font-size: 22px;
  line-height: 30px;
}
.f22-r{
  font-size: 15px;
  line-height: 23px;
}

@media (min-width: 990px) {
  .grid {
    height: 1300px;
    grid-template-columns: 25% 25% 25% 25%;
    grid-template-rows: 25% 25% 25% 25%; }
    .grid .item {
      margin: 5px; }
    .grid .item--1 {
      grid-column: 1/3;
      grid-row: 1/3; }
    .grid .item--2 {
      grid-column: 3/4;
      grid-row: 1/2; }
    .grid .item--3 {
      grid-column: 4/5;
      grid-row: 1/2; }
    .grid .item--4 {
      grid-column: 3/5;
      grid-row: 2/3; }
    .grid .item--5 {
      grid-column: 1/2;
      grid-row: 3/4; }
    .grid .item--6 {
      grid-column: 2/3;
      grid-row: 3/4; }
    .grid .item--7 {
      grid-column: 3/4;
      grid-row: 3/4; }
    .grid .item--8 {
      grid-column: 4/5;
      grid-row: 3/4; }
      .grid .item--9 {
        grid-column: 1/2;
        grid-row: 4/5; }
      .grid .item--10 {
        grid-column: 4/5;
        grid-row: 4/5; }
      .grid .item--11 {
        grid-column: 2/4;
        grid-row: 4/5; } }

@media (min-width: 1000px) {
  .f22-r{
    font-size: 13px;
    line-height: 21px;
  }
}

@media (min-width: 1024px) {
  .f22-r{
    font-size: 15px;
    line-height: 26px;
  }
}

@media (min-width: 1134px) {
  .f22-r{
    font-size: 18px;
    line-height: 26px;
  }
}

@media (min-width: 1462px) {
  .f22-r{
    font-size: 22px;
    line-height: 30px;
  }
}

  @media (min-width: 1600px) {
  .fgde{
    font-size: 28px;
    line-height: 36px;
  }
}

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