@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Roboto+Serif:ital,opsz,wght@0,8..144,100..900;1,8..144,100..900&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Roboto Serif", serif;
}

h1 {
  font-size: 3.5em;
}

h2 {
  font-size: 2.7em;
}

h3 {
  font-size: 2em;
}

p {
  font-size: 1.25em;
}

ul {
  list-style: none;
}

li {
  font-size: 1.25em;
}

button {
  font-size: 1.5em;
  font-weight: bold;
  padding: 10px 20px;
  border-radius: 10px;
  border: 2px solid rgba(189, 74, 66, 0.0352941176);
  box-shadow: 2px 2px 10px #645c5c;
  color: white;
  background-color: #d13227;
}

.boton-quiero-revender {
  margin-top: 20px;
}

button:hover {
  background-color: #9c3129;
}

.container {
  max-width: 1400px;
  margin: auto;
}

header {
  background: linear-gradient(90deg, rgb(211, 3, 35) 0%, rgb(133, 20, 20) 37%, rgb(133, 20, 20) 71%, rgb(211, 3, 35) 100%);
}

header .logo {
  margin: 0;
  padding: 20px 25px;
  font-size: 4em;
  color: #edfffa;
}

header .container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

header .nav {
  display: flex;
  flex-direction: column;
  text-align: center;
  padding-bottom: 25px;
}

header a {
  padding: 5px 12px;
  text-decoration: none;
  font-size: 1.35em;
  font-weight: bold;
  color: #edfffa;
}

header :hover {
  color: rgba(241, 19, 4, 0.8078431373);
}

#hero {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-direction: column;
  height: 90vh;
  color: #edfffa;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.007), rgba(0, 0, 0, 0.007)), url(../media/imagenestudio.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

#hero h1 {
  color: #edfffa;
}

#hero button {
  font-size: 1.55em;
}

#somos-yakuzatattoo .contenedor {
  text-align: center;
  padding: 200px 12px;
  background: linear-gradient(90deg, rgb(211, 3, 35) 0%, rgb(133, 20, 20) 37%, rgb(133, 20, 20) 71%, rgb(211, 3, 35) 100%);
}

.color-yakuza {
  color: #ffc120;
}

.texto {
  color: #edfffa;
}

.contenedor {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  background: linear-gradient(90deg, rgb(211, 3, 35) 0%, rgb(133, 20, 20) 37%, rgb(133, 20, 20) 71%, rgb(211, 3, 35) 100%);
}

.carta {
  position: relative;
  width: 300px;
  height: 350px;
  margin: 20px;
}

.carta .face {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  border-radius: 10px;
  overflow: hidden;
  transition: 0.5s;
}

.carta .front {
  transform: perspective(600px) rotateY(0deg);
  box-shadow: 0 5px 10px #000;
}

.carta .front img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.carta .front h3 {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 45px;
  line-height: 45px;
  color: #edfffa;
  background-color: rgba(94, 91, 91, 0.767);
  text-align: center;
}

.carta .back {
  transform: perspective(600px) rotateY(180deg);
  background-color: rgba(92, 14, 14, 0.747);
  padding: 15px;
  color: #edfffa;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: center;
  box-shadow: 0 5px 10px #000;
}

.carta .back .link {
  border-top: solid 1px #edfffa;
  height: 50px;
  line-height: 50px;
}

.carta .back .link a {
  color: #edfffa;
}

.carta .back h3 {
  font-size: 30px;
  margin-top: 20px;
  letter-spacing: 2px;
}

.carta .back p {
  letter-spacing: 1px;
  font-size: small;
}

.carta:hover .front {
  transform: perspective(600px) rotateY(180deg);
}

.carta:hover .back {
  transform: perspective(600px) rotateY(360deg);
}

#caracteristicas .container {
  text-align: center;
  padding: 250px 12px;
  background: linear-gradient(90deg, rgb(211, 3, 35) 0%, rgb(133, 20, 20) 37%, rgb(133, 20, 20) 71%, rgb(211, 3, 35) 100%);
}

#caracteristicas li {
  color: #ffc120;
  margin: 15px 0px;
  font-weight: bold;
}

.footer {
  position: relative;
  width: 100%;
  background: linear-gradient(90deg, rgb(211, 3, 35) 0%, rgb(133, 20, 20) 37%, rgb(133, 20, 20) 71%, rgb(211, 3, 35) 100%);
  min-height: 100%;
  padding: 20px 50px;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.social-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin: 10px 5px;
  flex-wrap: wrap;
}

.icon-elem {
  list-style: none;
}

.icon {
  color: #edfffa;
  font-size: 32px;
  display: inline-block;
  margin: 0 10px;
  transition: 0.5s;
}

.icon:hover {
  transform: translateY(-10px);
}

.menu {
  display: flex;
  justify-content: center;
  position: relative;
  align-items: center;
  margin: 10px 0;
  flex-wrap: wrap;
}

.menu-elem {
  list-style: none;
}

.menu-icon {
  color: #edfffa;
  font-size: 20px;
  display: inline-block;
  text-decoration: none;
  margin: 5px 10px;
  opacity: 0.75;
  transition: 0.3s;
}

.menu-icon:hover {
  opacity: 1;
}

.text {
  color: #edfffa;
  text-align: center;
  margin-top: 15px;
  margin-bottom: 10px;
  font-size: 20px;
}

.formulario {
  background: linear-gradient(90deg, rgb(211, 3, 35) 0%, rgb(133, 20, 20) 37%, rgb(133, 20, 20) 71%, rgb(211, 3, 35) 100%);
  min-height: 100vh;
  width: 100%;
  display: flex;
}

.form {
  background-color: #d30323;
  width: 90%;
  margin: auto;
  max-width: 400px;
  border-radius: 1em;
  padding: 3.5em 1.5em;
}

.form-container {
  width: 100%;
  display: grid;
  gap: 1em;
  grid-auto-columns: 100%;
}

.form-titulo {
  color: #edfffa;
  text-align: center;
  font-size: 2em;
  margin-bottom: 2em;
}

.form-input {
  font-size: 1rem;
  padding: 0.8em 1em;
  outline: none;
  border: none;
  border: 1px solid #bbb7b7;
}

.form-input--message {
  resize: none;
  padding: 1.8em 1em;
  margin-bottom: 1.5em;
}

.form-cta {
  background-color: #ffc120;
  color: #edfffa;
  border: none;
  font-size: 1em;
  font-weight: 300;
  padding: 1.5em 0;
  border-radius: 0.2em;
  cursor: pointer;
  font-weight: 500;
}

.ubicacion {
  background: linear-gradient(90deg, rgb(211, 3, 35) 0%, rgb(133, 20, 20) 37%, rgb(133, 20, 20) 71%, rgb(211, 3, 35) 100%);
  min-height: 100vh;
  width: 100%;
  display: flex;
  flex-direction: column;
}

.mapa-container {
  background-color: #d30323;
  width: 100%;
  display: flex;
  flex-direction: column;
  margin: auto;
  max-width: 700px;
  border-radius: 1em;
  padding: 3.5em 1.5em;
}

.mapa-titulo {
  width: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #edfffa;
  font-size: 2em;
  margin-bottom: 1em;
}

p.mapa-text {
  color: #edfffa;
  text-align: center;
  font-size: 2em;
  margin-bottom: 1em;
}

.mapa-google {
  width: 100%;
  height: 300px;
  border: 0;
}

.vidriera {
  background: linear-gradient(90deg, rgb(211, 3, 35) 0%, rgb(133, 20, 20) 37%, rgb(133, 20, 20) 71%, rgb(211, 3, 35) 100%);
}

.titulovid {
  display: flex;
  align-items: center;
  justify-content: center;
}

.h1vidriera {
  color: #edfffa;
  margin: 40px;
}

img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.galeria-container {
  width: 90%;
  max-width: 1100px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  grid-auto-rows: auto;
  gap: 40px;
}

.galeria-container img {
  height: 100%;
}/*# sourceMappingURL=style.css.map */