/* el nesting esta en seccion tour y contacto 
   el extend esta en seccion contacto
*/
* {
  padding: 0;
  margin: 0;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

img {
  width: 100%;
}

.container-flui {
  display: flex;
  justify-content: center;
  flex-direction: row;
}

body {
  min-height: 100vh;
}

.title-page {
  padding: 5em 0 1em 1em;
  text-transform: uppercase;
  text-align: center;
  font-weight: bold;
}

li {
  list-style: none;
}

@media screen and (max-width: 900px) {
  footer {
    justify-content: center;
    align-items: center;
    flex-direction: column-reverse;
  }
  tr {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
}
@media screen and (max-width: 750px) {
  .data-form {
    width: 100%;
  }
}
.navbar {
  background-color: #000;
}

.logo-nav {
  height: 0.9em;
  width: auto;
  margin-bottom: 4.5px;
  margin-right: 0.35em;
}

.footer {
  padding: 1em;
  font-size: 0.9em;
  display: flex;
  justify-content: space-between;
  justify-items: center;
  align-items: center;
  background-color: #000;
  color: #fff;
}

.socials-footer {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 0;
}

.social {
  width: 2em;
  padding: 0.5em;
  filter: grayscale(100);
}

.copy {
  text-align: center;
}

.title-page-contact {
  text-transform: uppercase;
  text-align: center;
  font-weight: bold;
}

.contact-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  min-height: 110vh;
  color: #fff;
  background-image: url("../images/wp5377564-rufus-du-sol-wallpapers.jpeg");
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding: 1em;
}

.data-form {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 100%;
  max-width: 25em;
}

.data-form-textarea, .data-form input, .btn-enviar, .data-form label {
  margin: 0.25em;
  text-transform: uppercase;
  font-weight: bold;
}

.data-form input, .data-form textarea, .btn-enviar {
  border: 0px solid #fff;
  border-radius: 10px;
  width: 100%;
  padding: 0.5em;
  box-shadow: 5px 10px 10px rgba(82, 82, 82, 0.489);
}

.btn-enviar {
  height: 2.5em;
  color: #fff;
  background-color: #000;
}

.hr-contact {
  color: #fff;
  border: solid 0.5px;
  width: 90%;
  margin: 0.5em 0 0.5em;
}

.albums-background {
  background-color: #000;
  color: #fff;
}

.albums {
  grid-area: albums;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 2em;
  width: 100%;
}
.albums div {
  display: flex;
  justify-content: center;
  align-items: center;
}
.albums div iframe {
  margin: 1em;
  width: auto;
  border-radius: 10px;
  box-shadow: 5px 10px 10px #000;
}

.container-disco {
  background-image: url("../images/Rufus-Du-Sol-Joshua-Tree.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  color: #fff;
}

.container-photos {
  padding-bottom: 0.5em;
  color: #fff;
  background-color: #000;
}

.col-xl-6 img {
  padding: 0.5em 0 0.5em 0;
}

.img-name {
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 4em;
  text-align: center;
  font-weight: bold;
  background-image: url("../images/wp5377577-rufus-du-sol-wallpapers.jpeg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  color: #fff;
  grid-area: img-name;
}

.img-name-span:hover {
  transform: skew(-1deg);
}

.about-img {
  padding: 2em;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #000;
  color: #fff;
}

.about-text {
  line-height: 1.5;
  display: flex;
  justify-content: center;
  flex-direction: column;
  background-color: #000;
  color: #fff;
}

.text-padding-01 {
  padding: 1em 1em 0 1em;
}

.text-padding-02 {
  padding: 0 1em 0 1em;
}

.container-gallery {
  background-image: linear-gradient(#fff, #c4c4c4);
}

.btnbuy {
  font-weight: bold;
  color: #000;
  background-color: #fff;
  border: 0px solid #fff;
  border-radius: 10px;
  padding: 0.4em;
}

.shop-container {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
  padding: 2em;
}

.gallery-shop-item {
  padding: 1em;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  flex: 1 0 300px;
  max-width: 300px;
}

.hr-product {
  color: #000;
  border: solid 0.5px;
  width: 38%;
  margin-bottom: 1em;
}

.producto-info p {
  text-transform: uppercase;
  font-weight: 500;
}

.buy-prodduct {
  width: 50%;
  margin: 1em 0em 1em;
  font-size: 1.1em;
  font-weight: bold;
  height: 2.5em;
  border: solid 0.5px #000;
  border-radius: 10px;
  color: #fff;
  background-color: #000;
  box-shadow: 5px 10px 10px rgba(82, 82, 82, 0.489);
}

.buy-prodduct:hover, .btn-enviar:hover {
  background-color: #1e0000;
}

.buy-prodduct:active, .btn-enviar:active {
  background-color: #1b0a00;
  transform: translateY(2px);
}

.btnbuy:hover {
  background-color: #000;
  color: #fff;
}

.btn-enviar:active {
  background-color: #000;
  box-shadow: 2.5px 5px 5px rgba(82, 82, 82, 0.489);
  transform: translateY(2px);
}

table {
  padding: 2em 2em 2em 2em;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  min-height: 72.5vh;
}
table tr {
  border-top: 0.25px solid #fff;
  border-bottom: 0.25px solid #fff;
}
table tr th {
  padding: 1em 2em 1em 2em;
  text-transform: uppercase;
  font-size: 1.1em;
  color: #fff;
}

.tour-background-black {
  background-image: linear-gradient(#000, #393939);
  color: #fff;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

/*# sourceMappingURL=style.css.map */
