.hp-head .h1 {
  color: black;
  top: 10vh;
  width: 70%; }

.hp-head .back-img-head {
  -o-object-position: 60% !important;
  object-position: 60% !important; }

@media (max-width: 850px) {
  .hp-head .h1 {
    top: 10vh;
    width: 100%; } }

.visites-main-container {
  width: calc(100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 20vh; }
  .visites-main-container iframe {
    width: calc(100% - 0px);
    margin-top: 15px;
    height: 70vh;
    border-radius: 15px; }
