.hero-wrap.style6 {
  background: rgb(253, 254, 254);
  background-image: url('../img/costos/background.png') !important;
  background-size:cover;
  background-position: center;
  min-height: 80vh;
}


.text-shadow{
  text-shadow: 0px 3px 2px rgb(0 0 0 / 25%);
}
/* .header-wrap .navbar .navbar-nav .nav-item a {
  color: #4d4d4d !important;
  } */

h1,
h2,
h3,
h4,
h5,
h6, 
label {
  color: white;
}

p, a{
  color:#fff;
}


.grid-une{
  margin-top: -10vh;
}
.card-une{
  margin-top: 5vh
}
.avatar{
  width: 40%;
  height: auto;
}
.lines{
  position:absolute;
  top:0px;
  left:0px;
  height: 300px;
  width: 300px;
  background-image: url('../img/une/lines.png');
  z-index: 1;
}

.header-buro {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #218598;
  min-width: 200px;
}

.header-buro.title {
  display: flex;
  border-radius: 0px 0px 30px 30px;
  min-height: 95px;
  text-align: left;
  width: 20% !important;
  z-index: 1;
}

.header-une.horarios {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #3f9821;
  width: 70%;
  border-radius: 0px 30px 30px 0px;
  padding: 20px;
  z-index: 2;
}

.flex-center{
  position: relative;
}

.flex-center .background-lines{
  position: absolute;
  top: -50%;
  left: 50%;
  transform: translateX(-55%);
  width: 65vw;
  height: 100vh;
  z-index: -1;
  background-image: url(../img/une/lines.png);
  background-size: cover;
}

.container-une{
  width: 100%;
  height:auto;
  border:solid #173734 7px;
  border-radius: 20px;
  color: rgb(40, 40, 40);
  padding: 2vh 0vw 2vh 2vw;
  min-height: 50vh;
}

.container-une h3{
  color: #173734 !important;
}

.container-une h4{
  margin-top: 0;
  color: #575454 !important;
  text-decoration: underline;
}

.dark-text{
  margin-top: 0;
  color: #444444 !important;
}

.bold{
  font-weight: 800;
}

.title{
  font-size: 25px;
}

.container-une p{
  color: rgb(47, 47, 47);
}

.header-solicitud.steps {
  display: flex;
  border-radius: 0px 0px 60px 60px;
  min-height: 110px;
  margin-left: 15px;
  text-align: center;
  min-width: 50% !important;
  background-color: #00A099;
}


.white-text {
  color: white !important;
}
.dark-text {
  color: rgb(47, 47, 47) !important;
}

.info-colaborador {
  font-size: 18px !important;
  font-weight: bold;
}

span {
  font-size: 18px !important;
  font-weight: 300;
}

@media (max-width: 767px) {

 .grid-2{
  grid-template-columns: 1fr;
  }

  .grid-une{
    margin-top: 5vh;
  }

  .avatar-container{
    margin-top: 5vh;
  }
}

