/*--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------         Celular
*/

.visitas-cont {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
  border: 10px solid #000;
  height: 300px;
  box-shadow: var(--sombra);
}
.visitas-desc {
  position: absolute;
  right: 25px;
  bottom: 0px;
  color: #fff;
  background-color: rgba(0, 0, 0, .7);
  display: flex;
  align-items: flex-start;
  justify-content: start;
  text-align: right;
  padding: 20px 0;
  width: 90%;
  text-align: left;
  height: 100%;
}
.visitas-desc h1 {
  font-size: 1.3em;
  font-weight: 300;
  color: #fff;
}
.visitas-desc h2 {
  font-size: .8em;
  font-weight: 500;
  color: var(--gris1);
}
.visitas-desc h3 {
  font-size: .6em;
  font-weight: 600;
  color: #fff;
  display: none;
}
.visit-text {
  padding-bottom: 10px;
}
.modelo img {
  position: absolute;
  bottom: 10px;
  right: 10px;
  height: 40%;
  z-index: 5;
}
.visitas {
  z-index: 10;
  padding-left: 15px;
}
.lugar:nth-child(even) {
  background-color: var(--gris2);
  border-top: 1px solid var(--gris2);
  border-bottom: 1px solid var(--gris2);
}
.lugar {
  padding: 40px 10px;
  text-align: justify;
}
.lugar-tit {
  background-color: #000;
  color: #fff;
  padding: 10px;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 30px;
  text-align: center;
}
.video iframe {
  width: 100%;
  height: 300px;
}
.promo {
  position: absolute;
  top: 10px;
  right: 25px;
  background-color: var(--rojo);
  font-weight: 500;
  color: #fff;
  padding: 5px 20px;
}
#tit-visitas {
  background-color: var(--gris2);
  border-bottom: 1px solid #ccc;
  padding: 0;
}
#tit-visitas h1 {
  font-size: 1.2em;
  font-weight: 600;
  margin-top: 40px;
  margin-bottom: 0;
}
.visit-text img {
  margin-top: -20px;
}
/*--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------         Tablet vertical
*/

@media (min-width: 768px) and (max-width: 1199px) {
  #tit-visitas {
    padding-top: 20px;
  }
  .visitas-cont {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
    border: 10px solid #000;
    height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: var(--sombra);
  }
  .visitas-desc {
    position: absolute;
    right: inherit;
    bottom: inherit;
    color: #fff;
    border: 3px solid #111;
    background-color: rgba(0, 0, 0, .7);
    display: flex;
    align-items: flex-start;
    justify-content: end;
    text-align: right;
    padding: 20px 40px;
    width: 94%;
    height: 100%;
  }
  .visitas-desc h1 {
    font-size: 2.1em;
    font-weight: 300;
    color: #fff;
  }
  .visitas-desc h2 {
    font-size: .9em;
    font-weight: 500;
    color: var(--gris2);
  }
  .visitas-desc h3 {
    font-size: .7em;
    font-weight: 600;
    color: var(--gris2);
  }
  .visit-desc h1 {
    margin-top: 60px;
  }
  .visit-text {
    padding-top: 10px;
  }
  .visitas {
    z-index: 10;
  }
  .modelo img {
    position: absolute;
    bottom: 10px;
    left: 10px;
    height: 40%;
    z-index: 5;
  }
  .lugar:nth-child(even) {
    border-top: 1px solid var(--gris2);
    border-bottom: 1px solid var(--gris2);
  }
  .lugar {
    padding: 50px 30px;
    text-align: justify;
  }
  .lugar-tit {
    background-color: #000;
    color: #fff;
    padding: 10px;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 20px;
    text-align: left;
  }
  .video iframe {
    width: 100%;
    height: 300px;
  }
  .promo {
    position: absolute;
    top: 10px;
    right: 25px;
    background-color: var(--rojo);
    font-weight: 500;
    color: #fff;
    padding: 8px 20px;
  }
  #tit-visitas h1 {
    font-size: 1.5em;
    margin-top: 0px;
  }
}
/*--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------         Monitor
*/

@media (min-width: 1200px) {
  .visitas-cont {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border: 10px solid #000;
    height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: var(--sombra);
  }
  .visitas-desc {
    position: absolute;
    right: inherit;
    bottom: inherit;
    color: #fff;
    border: 3px solid #000;
    background-color: rgba(0, 0, 0, .7);
    display: flex;
    align-items: center;
    justify-content: end;
    text-align: right;
    padding: 20px 40px;
    width: 95%;
  }
  .visitas-desc h1 {
    font-size: 2.1em;
    font-weight: 200;
    color: #fff;
  }
  .visitas-desc h2 {
    font-size: .9em;
    font-weight: 400;
    color: var(--gris2);
  }
  .visitas-desc h3 {
    font-size: .7em;
    font-weight: 500;
    color: var(--gris2);
  }
  .visit-desc h1 {
    margin-top: 60px;
  }
  .visit-text {
    padding-top: 40px;
  }
  .modelo img {
    position: absolute;
    bottom: 120px;
    left: 50px;
    height: 40%;
  }
  .lugar:nth-child(even) {
    background-color: var(--gris1);
  }
  .lugar {
    padding: 50px;
    text-align: justify;
  }
  .lugar-tit {
    background-color: #000;
    color: #fff;
    padding: 10px;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 30px;
    text-align: center;
  }
  .video iframe {
    width: 100%;
    height: 345px;
  }
  .promo {
    position: absolute;
    top: 10px;
    right: 25px;
    background-color: var(--rojo);
    font-weight: 400;
    color: #fff;
    padding: 5px 20px;
  }
  #tit-visitas h1 {
    font-size: 1.5em;
    margin-top: 0px;
  }
}