.navbar-dark .navbar-nav .nav-link {
  color: #fff !important;
}

.fixed-width {
  max-width: 700px;
}

.slider-work {
  background-position: center;
  background-size: auto;
}

.fixed-top.scrolled {
  padding-top: 0.5rem;
  background-color: #18A0FB !important;
  transition: background-color 200ms linear;
}
.fixed-top.scrolled h2 {
  font-size: 2rem;
}

#portada {
  color: white;
}
#portada .carousel-inner {
  background-size: cover !important;
}
#portada .caption {
  z-index: 9;
}
#portada h1 {
  font-size: 2em;
  font-weight: bolder;
}
#portada h4 {
  font-size: 1em;
  font-weight: 300 !important;
}
#portada .carousel-item:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #1f1c1c;
  opacity: 0.6;
}
#portada .btn-bg {
  background: #18A0FB;
}
#portada .btn {
  color: white;
  padding-top: 4px;
  padding-bottom: 4px;
}
#portada .btn-no-bg {
  background: transparent;
  border: 1px solid #18A0FB;
}

.section {
  overflow-x: hidden;
}
.section .row {
  margin-left: 0px;
  margin-right: 0px;
}
.section h2 {
  font-weight: bolder !important;
}

#section-1 img {
  max-width: 100%;
}

#section-2 {
  min-height: 80vh;
  background: #F3F3F3;
}
#section-2 .container-fluid, #section-2 .row {
  min-height: 80vh;
}
#section-2 ul li {
  margin-top: 1em;
}

#section-3 .button {
  background: transparent !important;
  border: unset !important;
  padding-left: 0px;
  display: inline-block;
  padding-bottom: 5px;
  position: relative;
}
#section-3 button:focus {
  outline: 0;
}
#section-3 .button.isChecked {
  font-weight: bolder;
}
#section-3 .button.isChecked:before {
  content: "";
  position: absolute;
  width: 50px;
  height: 1px;
  bottom: 0;
  left: 0;
  border-bottom: 3px solid #18A0FB;
}

#footer {
  background: #F3F3F3;
}
#footer a, #footer p, #footer a:hover {
  color: #333;
  text-decoration: none !important;
}
#footer .btn {
  background: #18A0FB;
  color: white;
  border-radius: 0px;
}
#footer #form_contact_validator .row > * {
  padding-left: 0;
}

/*  WHAAAP */
.boton-flotante {
  z-index: 100000;
}

.flotante .fa-whatsapp {
  top: 10px;
  position: relative;
}

.flotante-izq {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 25px;
  right: 30px;
}

a.flotante-izq:hover {
  transform: scale(1.1);
}

/* ---- grid ---- */
.grid {
  max-width: 1200px;
  margin: auto;
  overflow-y: hidden;
  margin-bottom: 50px;
  position: relative;
}

/* clear fix */
.grid:after {
  content: "";
  display: block;
  clear: both;
}

/* ---- .grid-item ---- */
.grid-item {
  float: left;
  width: 25%;
  position: relative;
}
.grid-item div {
  background-size: cover;
}
.grid-item a {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 5px;
}
.grid-item:before {
  content: "";
  float: left;
  padding-top: 100%;
  /* initial ratio of 1:1*/
}

@media (min-width: 601px) {
  .fixed-top {
    padding-top: 50px;
  }
  .fixed-top h2 {
    font-size: 2em;
  }
}
@media (max-width: 600px) {
  .fixed-top {
    padding-top: 20px;
  }

  .navbar-nav {
    width: fit-content;
  }

  #portada .carousel-inner {
    background-size: unset !important;
    background-position: right !important;
  }
  #portada h1 {
    font-size: 2.3em;
    margin-bottom: 20px;
  }
  #portada h4 {
    font-size: 0.8em;
  }

  .order-xs-last {
    order: 6 !important;
  }

  .grid-item {
    width: 45vw;
    height: 45vw;
  }
}

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