@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

/*para resetear css*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-decoration: none;
  list-style: none;
}

body {
  background-color: black;
  font-family: "Poppins", sans-serif;
}

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

.swiper-button-prev::after {
  font-size: 25px;
}

.swiper-button-next::after {
  font-size: 25px;
}

.swiper-button-next {
  color: #db241b;
}

.swiper-button-prev {
  color: #db241b;
}

.swiper-pagination-bullet {
  background-color: #d3d2d2;
  opacity: 1;
}

.swiper-pagination-bullet-active {
  background-color: #db241b;
}

.menu {
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  z-index: 1000;
}

.navbar {
  display: flex;
}

.menu-1 {
  margin-right: 180px;
}

.menu-2 {
  margin-left: 180px;
  display: flex;
  align-items: center;
}

.logo-1 {
  width: 0;
}

.logo-2 {
  width: 150px;
}

.socials {
  display: flex;
}

.social {
  margin: 0 10px;
  height: 40px;
  width: 40px;
  border: 1px solid #db241b;
  border-radius: 50%;
}

.social:hover {
  background-color: #db241b;
}

.social img {
  margin: 8px 0 0 10px;
}

.menu .navbar ul li {
  position: relative;
  float: left;
}

.menu .navbar ul li a {
  font-size: 18px;
  padding: 20px;
  color: #ffffff;
  display: block;
}

.menu .navbar ul li a:hover {
  color: red;
}

#menu {
  display: none;
}

.menu-icono {
  width: 25px;
}

.menu label {
  cursor: pointer;
  display: none;
}

.header-content {
  margin-top: 200px;
  padding-bottom: 50px;
}

.slider {
  display: flex;
  align-items: center;
}

.slider-txt {
  margin-left: 85px;
  width: 50%;
}

.slider-txt h1 {
  font-size: 70px;
  color: white;
  text-transform: uppercase;
  font-weight: 800;
}

.slider-txt p {
  font-size: 18px;
  color: #a7a7a7a7;
}

.botones {
  margin-top: 50px;
}

.btn-1 {
  display: inline-block;
  padding: 15px 35px;
  border: 2px solid red;
  color: white;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-right: 20px;
  border-radius: 50px;
}

.btn-1:hover {
  background-color: red;
}

.slider-img {
  width: 50%;
}

.slider-img img {
  margin-right: 225px;
  width: 550px;
}

.products {
  background-color: #0d0d0d;
}

.tabs {
  display: flex;
  flex-wrap: wrap;
  padding: 100px 0px;
}

.tabs label {
  width: 15%;
  order: 1;
  display: block;
  padding: 20px 0;
  text-align: center;
  cursor: pointer;
  color: gray;
  font-weight: 700;
  transition: background ease 0.2s;
}

.tabs .tab {
  order: 99;
  flex-grow: 1;
  width: 100%;
  display: none;
  padding-top: 25px;
}

.tabs input[type="radio"] {
  display: none;
}

.tabs input[type="radio"]:checked + label {
  border-bottom: 2px solid red;
  color: white;
}

.produc {
  display: flex;
  align-items: center;
  padding: 25px;
  margin: 0 10px;
}

.produc-img {
  width: 50%;
  text-align: left;
}

.produc-img h4 {
  display: inline-block;
  padding: 5px 7px;
  line-height: 15px;
  color: white;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 800px;
  border: 2px solid gray;
  border-radius: 3px;
  margin-bottom: 50px;
}

.produc-img img {
  width: 150px;
  height: 120px;
}

.product-txt {
  width: 50px;
  margin-left: 10px;
  text-align: left;
}

.product-txt h4 {
  color: white;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 800;
  margin-bottom: 5px;
}

.product-txt p {
  color: gray;
  font-size: 16px;
  margin-bottom: 15px;
}

.product-txt span {
  color: white;
  font-size: 18px;
  font-weight: 800;
}

.info {
  padding: 100px 0px;
  display: flex;
  align-items: center;
}

.info-img {
  width: 50%;
}

.info-img img {
  width: 500px;
  height: 250px;
}

.info-txt {
  width: 50%;
}

.info-txt h2 {
  font-size: 75px;
  color: white;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 25px;
}

.info-txt p {
  font-size: 18px;
  color: gray;
  margin-bottom: 50px;
}

.btn-2 {
  display: inline-block;
  padding: 15px 35px;
  background-color: red;
  color: white;
  font-weight: 800;
  text-transform: uppercase;
  border-radius: 50px;
}

.btn-2:hover {
  background-color: rgb(65, 55, 55);
}

.horario {
  padding: 100px 0px;
  background-color: #0d0d0d;
}

.horario-info h2 {
  font-size: 75px;
  color: white;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 50px;
}

.horario-txt {
  display: flex;
  justify-content: space-between;
}

.txt {
  color: white;
}

.txt h4 {
  font-size: 18px;
  color: gray;
  margin-bottom: 30px;
}

.txt p {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 15px;
}

.map {
  filter: grayscale(100%) invert(92%) contrast(93%);
}

.footer {
  padding: 100px 0px;
  display: flex;
  justify-content: space-between;
}

.links h4 {
  color: white;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.links ul li a {
  color: white;
  font-size: 16px;
  margin-bottom: 5px;
  display: inline-block;
}

@media (max-width: 991px) {
  .menu {
    padding: 20px;
    justify-content: space-between;
  }

  .menu-2 {
    display: none;
  }

  .logo-1 {
    width: 100px;
  }

  .logo-2 {
    width: 0;
  }

  .menu label {
    display: initial;
  }
  .menu .navbar {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background-color: #181818;
    display: none;
  }

  .menu .navbar ul li {
    width: 100px;
  }

  #menu:checked 
}
