@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,400;0,500;1,400&family=Outfit:wght@900&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

h1, h2, h3, h4, p, a, input, textarea {
  margin: 0;
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
  color: black;
}

html {
  background-color: rgb(255, 251, 240);
  scroll-behavior: smooth;
}

body {
  background-color: rgb(255, 251, 240);
}

.mainColor {
  color: rgb(248, 177, 57);
}

.redColor {
  color: rgb(195, 58, 46);
}

.blueColor {
  color: rgb(100, 97, 165);
}

.greenColor {
  color: rgb(84, 173, 114);
}

.skyBlueColor {
  color: rgb(0, 127, 197);
}

.ver-mas-btn {
  border-radius: 30px;
  width: 9em;
  height: 3em;
  background-color: rgb(248, 177, 57);
  color: white;
  border-color: transparent;
  font-family: "Outfit", sans-serif;
  cursor: pointer;
}

.ver-mas-btn-1 {
  border-radius: 30px;
  width: 9em;
  height: 3em;
  background-color: rgb(248, 177, 57);
  color: white;
  border-color: transparent;
  font-family: "Outfit", sans-serif;
}

.ver-mas-btn-red {
  border-radius: 30px;
  width: 9em;
  height: 3em;
  background-color: rgb(195, 58, 46);
  color: white;
  border-color: transparent;
  font-family: "Outfit", sans-serif;
  cursor: pointer;
}

.ver-mas-btn-blue {
  border-radius: 30px;
  width: 9em;
  height: 3em;
  background-color: rgb(100, 97, 165);
  color: white;
  border-color: transparent;
  font-family: "Outfit", sans-serif;
  cursor: pointer;
}

.ver-mas-btn-green {
  border-radius: 30px;
  width: 9em;
  height: 3em;
  background-color: rgb(84, 173, 114);
  color: white;
  border-color: transparent;
  font-family: "Outfit", sans-serif;
  cursor: pointer;
}

.ver-mas-btn-skyBlue {
  border-radius: 30px;
  width: 9em;
  height: 3em;
  background-color: rgb(0, 127, 197);
  color: white;
  border-color: transparent;
  font-family: "Outfit", sans-serif;
  cursor: pointer;
}

.ver-mas-btn:hover {
  background-color: black;
  color: rgb(248, 177, 57);
  transition: all 1s;
}

.ver-mas-btn:not(:hover) {
  background-color: rgb(248, 177, 57);
  color: white;
  transition: all 1s;
}

.ver-mas-btn-1:hover {
  background-color: black;
  color: rgb(248, 177, 57);
  transition: all 1s;
}

.ver-mas-btn-1:not(:hover) {
  background-color: rgb(248, 177, 57);
  color: white;
  transition: all 1s;
}

.ver-mas-btn-red:hover {
  background-color: black;
  color: rgb(195, 58, 46);
  transition: all 1s;
}

.ver-mas-btn-red:not(:hover) {
  background-color: rgb(195, 58, 46);
  color: white;
  transition: all 1s;
}

.ver-mas-btn-blue:hover {
  background-color: black;
  color: rgb(100, 97, 165);
  transition: all 1s;
}

.ver-mas-btn-blue:not(:hover) {
  background-color: rgb(100, 97, 165);
  color: white;
  transition: all 1s;
}

.ver-mas-btn-green:hover {
  background-color: black;
  color: rgb(84, 173, 114);
  transition: all 1s;
}

.ver-mas-btn-green:not(:hover) {
  background-color: rgb(84, 173, 114);
  color: white;
  transition: all 1s;
}

.ver-mas-btn-skyBlue:hover {
  background-color: black;
  color: rgb(0, 127, 197);
  transition: all 1s;
}

.ver-mas-btn-skyBlue:not(:hover) {
  background-color: rgb(0, 127, 197);
  color: white;
  transition: all 1s;
}

.zoom:hover {
  transform: scale(1.1);
  transition: all 1s;
}

.zoom:not(hover) {
  transform: scale(1);
  transition: all 1s;
}

@media (max-width: 1000px) {
  .zoom:hover {
    transform: scale(1);
    transition: all;
  }
}
.Color-h:hover {
  color: rgb(248, 177, 57);
  transition: all 0.5s;
}

.Color-h:not(hover) {
  transition: all 1s;
}

.Color-h-red:hover {
  color: rgb(195, 58, 46);
  transition: all 0.5s;
}

.Color-h-red:not(hover) {
  transition: all 1s;
}

.Color-h-blue:hover {
  color: rgb(100, 97, 165);
  transition: all 1s;
}

.Color-h-blue:not(hover) {
  transition: all 1s;
}

.Color-h-green:hover {
  color: rgb(84, 173, 114);
  transition: all 1s;
}

.Color-h-green:not(hover) {
  transition: all 1s;
}

.Color-h-skyBlue:hover {
  color: rgb(0, 127, 197);
  transition: all 1s;
}

.Color-h-skyBlue:not(hover) {
  transition: all 1s;
}

@media (max-width: 1000px) {
  .Color-h:hover {
    color: black;
  }
  .Color-h-red:hover {
    color: black;
  }
  .Color-h-blue:hover {
    color: black;
  }
  .Color-h-green:hover {
    color: black;
  }
}
::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

::-webkit-scrollbar-thumb {
  background-color: rgb(248, 177, 57);
  border-radius: 30px;
}

::-webkit-scrollbar-track {
  background-color: rgb(255, 251, 240);
}

.flecha {
  position: fixed;
  right: 15px;
  bottom: 10px;
  z-index: 2;
  cursor: pointer;
  opacity: 0%;
}

.flecha:hover {
  transform: translateY(-20px);
  transition: all 1s;
}

.flecha:not(hover) {
  transition: all 1s;
}

.head-nav {
  position: sticky;
  top: 0;
  z-index: 2;
}

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 1rem;
  padding-right: 1rem;
  height: 10vh;
  width: 100%;
  background-color: rgba(255, 251, 240, 0.856);
}
.nav div {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-right: 1rem;
}
.nav div svg {
  position: absolute;
}
.nav a {
  width: auto;
  height: 100%;
  display: flex;
  justify-content: start;
  align-items: center;
}
.nav a img {
  width: 70%;
  max-width: 250px;
}

.hidden-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: rgba(255, 251, 240, 0.856);
  gap: 1rem;
  display: none;
  position: absolute;
  width: 100%;
  z-index: 2;
}
.hidden-nav p {
  font-family: "Outfit", sans-serif;
  font-size: 1.5rem;
  letter-spacing: -0.005em;
  line-height: 1em;
  text-align: center;
  margin-bottom: 1rem;
}

#x {
  display: none;
}

.pc-nav {
  position: sticky;
  background-color: rgba(255, 251, 240, 0.856);
  top: 0;
  z-index: 2;
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  padding-top: 0.5rem;
  height: 10vh;
}
.pc-nav img {
  width: 80%;
}
.pc-nav a {
  display: flex;
  justify-content: center;
  font-size: 1.6rem;
  font-family: "Outfit", sans-serif;
}

@media (min-width: 500px) {
  .head-nav {
    display: none;
  }
}
@media (max-width: 499px) {
  .pc-nav {
    display: none;
  }
}
.header-pc {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header-pc video {
  width: 90%;
}

.header-mobile {
  margin-bottom: 5rem;
  width: 100%;
}
.header-mobile img {
  width: 100%;
}

.pag {
  background-color: rgb(255, 251, 240);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-top: 1rem;
}

.pag-reverse {
  background-color: rgb(255, 251, 240);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-top: 1rem;
}

.info {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.info h1 {
  font-family: "Outfit", sans-serif;
  font-size: 2.5em;
  letter-spacing: -0.005em;
  line-height: 1em;
  text-align: center;
}
.info h2 {
  font-family: "Outfit", sans-serif;
  font-size: 2.5em;
  letter-spacing: -0.005em;
  line-height: 1em;
  text-align: center;
}
.info h3 {
  font-family: "Montserrat", sans-serif;
  font-size: 1.2em;
  font-weight: 400;
  padding: 1rem;
  text-align: center;
}

.img {
  display: flex;
  align-items: center;
  justify-content: center;
}
.img img {
  width: 80%;
  max-width: 400px;
}

@media (max-width: 1000px) {
  .img-2 {
    display: none;
  }
  .img-4 {
    display: none;
  }
}
@media (max-width: 999px) {
  .header-pc {
    display: none;
  }
}
@media (min-width: 540px) {
  .info h1 {
    font-size: 4.5rem;
  }
  .info h2 {
    font-size: 4.5rem;
  }
  .info h3 {
    font-size: 1.5rem;
  }
  .img img {
    max-width: 600px;
  }
  .nav a img {
    max-width: 400px;
  }
}
@media (min-width: 1000px) {
  .pag {
    flex-direction: row;
    margin-top: 0;
    padding: 3rem;
  }
  .pag-reverse {
    flex-direction: row-reverse;
    margin-top: 0;
    padding: 3rem;
  }
  .info {
    width: 50%;
    align-items: start;
    gap: 1rem;
  }
  .info h1 {
    text-align: start;
    font-size: 4.5rem;
  }
  .info h2 {
    text-align: start;
    font-size: 4.5rem;
  }
  .info h3 {
    text-align: start;
    font-size: 1.5rem;
    padding: 0;
  }
  .img {
    width: 50%;
  }
  .img img {
    max-width: 700px;
  }
  .header-mobile {
    display: none;
  }
}
.img-centrada {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 5rem;
}
.img-centrada img {
  width: 65%;
}

.img-2 {
  opacity: 0%;
  transition: all 1s;
}

.img-4 {
  opacity: 0%;
  transition: all 1s;
}

.footer-top {
  background-image: url(../img/marca/footer/Contacto\ -\ Web-06.svg);
  background-size: 100%;
  background-size: 240vh;
  height: 50%;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-rows: 1fr;
}
.footer-top a {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  margin-bottom: 5rem;
}
.footer-top a p {
  font-family: "Outfit", sans-serif;
  font-size: 1.5em;
  font-weight: 400;
}
.footer-top a img {
  width: 60%;
}

.footer-bottom {
  height: 15rem;
  width: 100%;
  background-color: rgb(26, 26, 26);
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
}

.footer-bottom div:first-child {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
}
.footer-bottom div:first-child p {
  font-family: "Outfit", sans-serif;
  font-size: 1em;
  font-weight: 200;
  color: rgb(255, 251, 240);
}

.footer-bottom div:nth-child(2) {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
}
.footer-bottom div:nth-child(2) p {
  font-family: "Outfit", sans-serif;
  font-size: 1.5em;
  font-weight: 200;
  color: rgb(255, 251, 240);
}
.footer-bottom div:nth-child(2) div {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
}
.footer-bottom div:nth-child(2) div img {
  width: 50px;
}

.slider-footer {
  width: 100%;
  height: auto;
  border-top: 5px solid black;
  border-bottom: 5px solid black;
  background-color: rgb(255, 251, 240);
  margin-bottom: 3rem;
  overflow: hidden;
}
.slider-footer p {
  font-family: "Outfit", sans-serif;
  font-size: 2em;
  letter-spacing: -0.005em;
  line-height: 1em;
}

@media (max-width: 919px) {
  .footer-top {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    background-size: 900vh;
  }
}
@media (max-width: 596px) {
  .footer-top {
    background-size: 800vh;
  }
  .footer-bottom div:first-child {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 80%;
  }
  .footer-bottom div:first-child p {
    font-family: "Outfit", sans-serif;
    font-size: 1em;
    font-weight: 200;
    color: rgb(255, 251, 240);
  }
}
@media (max-width: 540px) {
  .footer-bottom {
    flex-direction: column;
    height: 20rem;
    width: 100%;
    margin-bottom: 0;
  }
}
.no-key {
  font-family: "Montserrat", sans-serif;
}

.pag-info {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-top: 1.5rem;
  gap: 1rem;
}

.info-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.info-info h1 {
  font-family: "Outfit", sans-serif;
  font-size: 3em;
  letter-spacing: -0.005em;
  line-height: 1em;
  text-align: center;
}
.info-info h2 {
  font-family: "Outfit", sans-serif;
  font-size: 2.5em;
  letter-spacing: -0.005em;
  line-height: 1em;
  text-align: center;
}
.info-info h3 {
  font-family: "Montserrat", sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
  padding: 1rem;
  text-align: center;
}
.info-info div {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 1rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.info-info div a {
  font-family: "Outfit", sans-serif;
  font-size: 1.2rem;
  letter-spacing: -0.005em;
  line-height: 1em;
  text-align: center;
}
.info-info section {
  display: none;
}

.img-info {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.img-info img {
  width: 80%;
}

@media (min-width: 540px) {
  .info-info h1 {
    font-size: 4.5rem;
  }
  .info-info h2 {
    font-size: 4.5rem;
  }
  .info-info h3 {
    font-size: 1.5rem;
  }
  .info-info div a {
    font-size: 1.7rem;
  }
  .img-info img {
    max-width: 500px;
  }
}
@media (min-width: 1000px) {
  .pag-info {
    flex-direction: row;
    height: 90vh;
  }
  .info-info-tit h1 {
    padding-left: 5rem;
  }
  .info-info-tit div {
    padding-left: 5rem;
    align-items: start;
  }
  .info-info-tit button {
    margin-left: 5rem;
  }
  .info-info {
    align-items: start;
    padding-left: 1rem;
  }
  .info-info h1 {
    font-size: 5.5rem;
    text-align: left;
  }
  .info-info h2 {
    text-align: left;
  }
  .info-info h3 {
    text-align: left;
  }
  .info-info section {
    display: block;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: start;
    width: 100%;
  }
  .info-info section a {
    margin-right: 3rem;
    margin-top: 2rem;
    font-family: "Outfit", sans-serif;
    font-size: 1.7rem;
    letter-spacing: -0.005em;
    line-height: 1em;
    text-align: center;
  }
  .img-info img {
    max-width: 600px;
  }
}
.productos-tit {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  overflow: hidden;
  margin-top: 1rem;
}
.productos-tit header {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.productos-tit header img {
  width: 90%;
}
.productos-tit h3 {
  font-family: "Montserrat", sans-serif;
  font-size: 1.2em;
  font-weight: 400;
  display: flex;
  text-align: center;
  margin-top: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

.productos-filtros {
  width: 100%;
  height: auto;
  margin-top: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-top: 5px solid black;
  border-bottom: 5px solid black;
  padding: 1rem;
  background-color: white;
  gap: 0.5rem;
}
.productos-filtros p {
  font-family: "Outfit", sans-serif;
  font-size: 1.4em;
  letter-spacing: -0.005em;
  line-height: 1em;
}

.product-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr 1fr;
  gap: 2rem;
  row-gap: 2rem;
  padding: 3rem;
}
.product-container div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.product-container div img {
  width: 90%;
}
.product-container div h2 {
  font-family: "Outfit", sans-serif;
  font-size: 1.2em;
  letter-spacing: -0.005em;
  line-height: 1em;
  text-align: center;
}

@media (min-width: 1000px) {
  .productos-tit {
    margin-top: 4rem;
    margin-bottom: 1rem;
  }
  .productos-tit header img {
    width: 45%;
  }
  .productos-tit h3 {
    width: 60%;
    font-size: 1.25rem;
  }
  .product-container {
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr;
  }
  .productos-filtros {
    justify-content: space-around;
    flex-direction: row;
  }
  .productos-filtros p {
    cursor: pointer;
    font-size: 2em;
  }
  .productos-filtros p:hover {
    color: rgb(248, 177, 57);
    transition: all 0.5s;
  }
  .productos-filtros p:not(hover) {
    transition: all 1s;
  }
}/*# sourceMappingURL=main.css.map */