/**ajustes movile ***/

@media (max-width: 767px) {

  .container-fluid {
    padding: 0px;
  }

  .bd-placeholder-img-lg {
    font-size: 3.5rem;
  }

  .img-aros {
    height: 75vh;
    width: auto;
    object-fit: cover;
  }

  .img-logo {
    width: 27%;
    margin-left: 10%;
  }

  .cornerimage {
    position: absolute;
    top: 25%;
    left: 25%;
  }

  .texto-header {
    position: absolute;
    bottom: 30%;
  }

  .sub-header {
    font-size: 1.1rem !important;
  }

  .texto-header h3 {
    font-size: 2.2rem;
  }
.text-1 {
  top: -70px;
}
  .logo-lugar {
    position: absolute;
    width: 150px;
    top: -53px;
    right: -35px;
}

footer .col-md-4 {
  text-align: center;
}

.bl {
  border-top: 1px solid white;
  border-bottom: 1px solid white;
  border-left: 0px solid white;
  border-right: 0px solid white;
  
}

.text1 {
  display: inline-block;
  font-size: 1.4em;
  font-weight: 900;
  margin: 0;
  position: relative;
  top: -30px;
  left: -20px;
  line-height: 1;
  color: white;
  margin-bottom: 10px;
}

.text-lugar {
  font-size: 1.3rem;
}


}