@import url("https://fonts.googleapis.com/css2?family=Kanit:wght@200;300;400;600&display=swap");
* {
  box-sizing: border-box; }

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  list-style-type: none;
  text-decoration: none; }

header {
  display: flex;
  width: 100%;
  height: 100px;
  justify-content: space-between;
  align-items: center; }
  header .logo {
    width: 50%; }
    header .logo img {
      width: 200px; }
  header .icono {
    margin: 0 15px; }
    header .icono a {
      color: black;
      display: inline-block;
      margin: 0 5px; }
    header .icono button {
      border: none;
      background-color: white;
      border: none;
      color: black;
      font-size: 20px;
      background-color: white;
      padding: 10px 20px;
      transition: all 0.3s; }
      header .icono button a i--hover {
        color: white; }
      header .icono button--hover {
        cursor: pointer;
        background-color: white; }
      header .icono button--focus {
        outline: none; }

@media screen and (min-width: 768px) {
  header {
    height: fit-content; }
    header .logo {
      width: 80%; }
      header .logo img {
        width: 300px; }
    header .icono {
      margin: 0 15px;
      font-size: 2rem; } }

.banner {
  width: 100%;
  height: 295px;
  background-image: url(../assets/banner.jpg);
  background-position: center;
  background-size: cover;
  display: flex; }
  .banner .bg-banner {
    margin-top: 15px;
    display: flex;
    background-color: rgba(255, 168, 0, 0.59);
    width: 100%;
    height: 105px;
    justify-content: center;
    align-items: center; }
    .banner .bg-banner p {
      text-align: center;
      font-size: 20px;
      text-transform: uppercase;
      font-family: 'Kanit', sans-serif; }

.temporada {
  width: 100%;
  height: 320px;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: 'Kanit', sans-serif;
  margin: 35px auto; }
  .temporada .temporada--title {
    margin: 1rem auto; }
    .temporada .temporada--title p {
      text-transform: uppercase; }
  .temporada .temporada--img {
    background-image: url(../assets/sale.jpg);
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover; }
    .temporada .temporada--img .temporada--img__bg {
      width: 100%;
      height: 100%;
      background-color: rgba(58, 58, 56, 0.59);
      display: flex;
      align-items: center;
      justify-content: center; }
      .temporada .temporada--img .temporada--img__bg p {
        padding: 25px 0;
        font-size: 64px;
        color: #FFC632;
        text-align: center;
        font-weight: 600; }

@media screen and (min-width: 768px) {
  .banner {
    height: 600px; }
    .banner .bg-banner {
      margin-top: 45px;
      display: flex;
      background-color: rgba(255, 168, 0, 0.59); }
      .banner .bg-banner p {
        font-size: 40px; }
  .temporada {
    height: 620px;
    margin: 55px auto; }
    .temporada .temporada--title p {
      font-size: 40px;
      margin: 15px 0; }
    .temporada .temporada--img .temporada--img__bg {
      background-color: rgba(58, 58, 56, 0.849); }
      .temporada .temporada--img .temporada--img__bg p {
        font-size: 94px; } }

.destacados {
  display: flex;
  flex-direction: column;
  align-items: center; }
  .destacados--title {
    font-family: 'Kanit', sans-serif; }
  .destacados--img {
    margin: 15px 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    justify-content: center; }
    .destacados--img div {
      width: 142px;
      height: 142px; }
      .destacados--img div img {
        width: 100%;
        object-fit: cover; }
  .destacados--button {
    width: 250px;
    height: 50px;
    display: flex;
    background-color: #FFC632;
    align-items: center;
    justify-content: center;
    border-radius: 10px; }
    .destacados--button p {
      font-family: 'Kanit', sans-serif;
      text-transform: uppercase; }
      .destacados--button p a {
        text-decoration: none;
        color: black; }

@media screen and (min-width: 768px) {
  .destacados--title {
    font-size: 40px; }
  .destacados--img {
    grid-template-columns: repeat(3, 1fr);
    justify-content: space-around; }
    .destacados--img div {
      width: 242px;
      height: 242px; }
      .destacados--img div img {
        width: 100%;
        object-fit: cover; }
  .destacados--button {
    transition: all 1s ease-in-out; }
    .destacados--button:hover {
      transform: scale(1.2); } }

.sucursales {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin: 45px 0; }
  .sucursales--title {
    display: flex;
    justify-content: center;
    font-family: 'Kanit', sans-serif;
    text-transform: uppercase;
    margin: 15px 0; }
  .sucursales--boxesBox {
    display: flex;
    flex-direction: column; }
    .sucursales--boxesBox .sucursales--bigbox {
      display: flex;
      flex-direction: column; }
      .sucursales--boxesBox .sucursales--bigbox .sucursales_title {
        width: 100%;
        height: 30px;
        background-color: #D9D9D9;
        display: flex;
        align-items: center;
        padding-left: 10px; }
        .sucursales--boxesBox .sucursales--bigbox .sucursales_title--text {
          background-color: black;
          height: 100%;
          width: fit-content;
          display: flex;
          align-items: center; }
          .sucursales--boxesBox .sucursales--bigbox .sucursales_title--text p {
            color: white;
            font-family: 'Kanit', sans-serif;
            padding: 0 5px; }
      .sucursales--boxesBox .sucursales--bigbox .sucursales_box {
        align-self: center;
        margin: 5px 0;
        width: 95%;
        height: 83px;
        border: 1px solid rgba(255, 124, 50, 0.24);
        display: flex;
        flex-direction: column;
        font-family: 'Kanit', sans-serif;
        justify-content: center;
        padding-left: 10px; }
        .sucursales--boxesBox .sucursales--bigbox .sucursales_box .title {
          font-weight: 600;
          color: black; }
        .sucursales--boxesBox .sucursales--bigbox .sucursales_box p {
          color: #8E8E8E; }

@media screen and (min-width: 768px) {
  .sucursales--title p {
    font-size: 40px; }
  .sucursales--boxesBox {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-around;
    gap: 15px; }
    .sucursales--boxesBox .sucursales--bigbox {
      width: 45%; }
      .sucursales--boxesBox .sucursales--bigbox .sucursales_title {
        width: 100%;
        height: 30px;
        background-color: #D9D9D9;
        display: flex;
        align-items: center;
        padding-left: 10px; }
        .sucursales--boxesBox .sucursales--bigbox .sucursales_title--text {
          background-color: black;
          height: 100%;
          width: fit-content;
          display: flex;
          align-items: center; }
          .sucursales--boxesBox .sucursales--bigbox .sucursales_title--text p {
            color: white;
            font-family: 'Kanit', sans-serif;
            padding: 0 5px; }
      .sucursales--boxesBox .sucursales--bigbox .sucursales_box {
        align-self: center;
        margin: 5px 0;
        width: 100%;
        height: 83px;
        border: 1px solid rgba(255, 124, 50, 0.24);
        display: flex;
        flex-direction: column;
        font-family: 'Kanit', sans-serif;
        justify-content: center;
        padding-left: 10px; }
        .sucursales--boxesBox .sucursales--bigbox .sucursales_box .title {
          font-weight: 600;
          color: black; }
        .sucursales--boxesBox .sucursales--bigbox .sucursales_box p {
          color: #8E8E8E; } }

footer {
  height: 160px;
  width: 100%;
  background-color: black;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  padding: 20px 0; }
  footer .footer_title p {
    color: #ffffff;
    font-family: 'Kanit', sans-serif;
    text-transform: uppercase; }
  footer .footer_redes {
    display: flex;
    width: 50%;
    justify-content: space-around; }

.product__main section {
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
  align-items: center; }
  .product__main section .main__box {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: space-around;
    gap: 15px;
    width: 80%;
    margin: 25px auto; }
    .product__main section .main__box .card {
      display: flex;
      flex-direction: column;
      justify-content: center;
      width: 250px;
      height: 430px; }
      .product__main section .main__box .card img {
        height: 200px;
        width: 200px;
        align-self: center; }
      .product__main section .main__box .card .card-body {
        margin: 0px;
        padding: 10px; }
        .product__main section .main__box .card .card-body span {
          font-family: 'Kanit', sans-serif;
          text-transform: uppercase; }
      .product__main section .main__box .card .card-content {
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        padding: 10px;
        font-family: 'Kanit', sans-serif; }
        .product__main section .main__box .card .card-content p {
          font-size: 1rem;
          line-height: normal; }
  .product__main section .finalizarCompra {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: center;
    background-color: rgba(110, 110, 101, 0.575);
    color: white;
    padding: 15px;
    max-width: 400px; }

@media screen and (min-width: 1024px) {
  .product__main section {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    align-items: flex-start;
    margin: 25px auto;
    width: 90%; }
    .product__main section .main__box {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      align-items: space-around;
      gap: 15px;
      width: 80%;
      margin: 0 auto; } }

.main__pay--form {
  width: 80%;
  max-width: 600px;
  margin: 0 auto; }
  .main__pay--form form {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 60vh;
    gap: 15px;
    width: 100%; }
    .main__pay--form form p {
      text-align: center;
      font-family: 'Kanit', sans-serif; }
    .main__pay--form form input {
      border: 1px solid rgba(192, 192, 192, 0.521);
      padding: 10px; }
    .main__pay--form form #submit {
      background-color: rgba(35, 89, 236, 0.842);
      color: white;
      font-weight: bolder;
      max-width: 50%;
      align-self: center; }

@media screen and (min-width: 768px) {
  .main__pay--form form {
    height: 70vh;
    gap: 25px; }
    .main__pay--form form p {
      font-size: 25px; } }
