.banner-presupuesto {
  background: #0A1A34;
  position: sticky;
  top: 0;
  z-index: 999;
}
.banner-presupuesto .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 0.5rem;
}
@media only screen and (max-width: 991px) {
  .banner-presupuesto .container {
    padding: 1rem 0;
  }
}
@media only screen and (max-width: 768px) {
  .banner-presupuesto .container {
    flex-direction: column;
    padding: 2rem 0;
  }
}
.banner-presupuesto .contenedor {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 0.5rem;
}
@media only screen and (max-width: 991px) {
  .banner-presupuesto .contenedor {
    padding: 1rem 0;
  }
}
@media only screen and (max-width: 768px) {
  .banner-presupuesto .contenedor {
    flex-direction: column;
    padding: 1rem 0;
  }
}
.banner-presupuesto .img-1 {
  width: 80px;
  min-width: 80px;
  vertical-align: bottom;
  transform: translateY(3px);
}
@media only screen and (max-width: 1200px) {
  .banner-presupuesto .img-1 {
    width: 60px;
    min-width: 60px;
  }
}
@media only screen and (max-width: 991px) {
  .banner-presupuesto .img-1 {
    display: none;
  }
}
.banner-presupuesto .img-2 {
  width: 280px;
  min-width: 280px;
}
@media only screen and (max-width: 1200px) {
  .banner-presupuesto .img-2 {
    width: 220px;
    min-width: 220px;
  }
}
@media only screen and (max-width: 991px) {
  .banner-presupuesto .img-2 {
    display: none;
  }
}
.banner-presupuesto .texto-banner {
  min-width: 380px;
  padding: 1rem 1rem 1.2rem;
}
@media only screen and (max-width: 768px) {
  .banner-presupuesto .texto-banner {
    min-width: 0;
    padding: 0 0 0.5rem;
    text-align: center;
  }
}
.banner-presupuesto .texto-banner h4 {
  font-size: 20px;
  margin: 0 0 0.4rem;
  font-weight: 700;
  color: #fff;
}
.banner-presupuesto .texto-banner p {
  color: #fff;
  margin-bottom: 0;
  line-height: 1.3;
}
.banner-presupuesto .btn-banner {
  padding-right: 1rem;
}
.banner-presupuesto .btn-banner .btn {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  background: #E87D2E;
  border-radius: 5px;
  width: 208px;
  height: 32px;
  padding: 0 0.5rem 0.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

#seccion-3 {
  margin-bottom: 0;
  min-height: 14rem;
}
#seccion-3 .wrap {
  display: none;
}
@media only screen and (max-width: 991px) {
  #seccion-3 {
    display: none;
  }
}

html {
  overflow: visible;
}

body {
  overflow: visible;
}/*# sourceMappingURL=estilos-banner.css.map */