.pasos .row {
  margin: 0;
}
.pasos .row .fondo {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.pasos .row .fondo:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}
.pasos .row .fondo .container {
  height: 100%;
}
.pasos .row .fondo .container .cont-text-portada {
  text-align: center;
  position: relative;
  color: #fff;
  text-shadow: 0px 0px 1em #000;
}
.pasos .row .fondo .container .cont-text-portada .titulo {
  font-size: 60px;
  font-weight: 700;
  margin-top: 5rem;
}
.pasos .row .fondo .container .cont-text-portada p {
  font-size: 25px;
  padding: 2rem 0;
}
.pasos .row .contenido {
  background-image: url(../img/servicios.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.azul {
  background: #17A2B8;
}

.pie {
  background: #171717;
  text-align: center;
  position: relative;
  color: #fff;
  text-shadow: 0px 0px 1em #000;
}

html, body {
  height: 100%;
  margin: 0;
  display: flex;
  flex-direction: column;
}

.redes {
  background: #2ea3f2;
  color: white;
  font-family: "ABeeZee", sans-serif !important;
  font-size: 13px;
}
.redes a {
  color: white;
}
.redes a .red {
  font-size: 17px;
}

.navbar {
  background: rgba(255, 115, 85, 0.61) !important;
  font-family: "ABeeZee", sans-serif !important;
  font-size: 14px;
}

.navbar ul li a {
  color: #fff !important;
}

.dropdown-menu {
  margin-top: 0;
  background: rgba(255, 115, 85, 0.61) !important;
}

.dropdown-item:hover {
  background: #2ea3f2 !important;
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
  color: #2ea3f2 !important;
}

.abs-center {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 90vh;
}

.container {
  position: relative;
  width: 50%;
}

.image {
  display: block;
  width: 100%;
  height: auto;
}

.overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #008CBA;
  overflow: hidden;
  width: 0;
  height: 100%;
  transition: 0.5s ease;
}

.container:hover .overlay {
  width: 100%;
}

.text {
  white-space: nowrap;
  color: white;
  font-size: 20px;
  position: absolute;
  overflow: hidden;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

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