@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-decoration: none;
  list-style: none;
}

body {
  background-color: #080202;
  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: #d8241b;
  opacity: 1;
}

.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;
}

.menu-2 .socials {
  display: flex;
  
}

.social {
  background-color: #d8241b;
  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: #db241b;
}

#menu {
  display: none;
}

.menu-icono {
  width: 25px;
}

.menu label {
  cursor: pointer;
  display: none;
}

.header-content {
  margin-top: 200px;
  padding-bottom: 50px;
}




.swiper-slide .slider {
  display: flex;
  /*display: grid;
  grid-template-columns: 1fr 1fr; /* Dos columnas del mismo tamaño */
  align-items: center;

}

.swiper-slide .slider .slider-txt {
  margin-left: 35px;
  width: 50%;
}

.swiper-slide .slider  .slider-txt h1 {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 70px;
  font-weight: 800;
}

.swiper-slide .slider  .slider-txt p {
  font-size: 18px;
  color: #a7a7a7;
}

.swiper-slide .slider .slider-img {
  width: 50%;
}

.swiper-slide .slider .slider-img img {
  margin-right: 225px;
  width: 550px;
}

.swiper-slide .slider .botones {
  margin-top: 50px;
}

.btn-1 {
  display: inline-block;
  padding: 15px 35px;
  border: 2px solid #db241b;
  color: #ffffff;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-right: 20px;
  border-radius: 50px;
}

.btn-1:hover {
  background-color: #d8241b;
}




.tabs {
  background-color: #0d0d0d;
  display: flex;
  flex-wrap: wrap;

}

.tabs label {
  width: 15%;
  order: 1;
  display: block;
  padding: 20px 0;
  text-align: center;
  cursor: pointer;
  color: #a7a7a7;
  font-weight: 600;
  font-size: 18px;
  text-transform: uppercase;
  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 #db241b;
  color: #ffffff;
}
.tabs input[type="radio"]:checked + label + .tab {
  display: block;
}

.product {
  background-color: #0d0d0d;
  display: flex;
  padding: 25px;
  margin: 0 10px;
}

.product-img {
  width: 50%;
  text-align: left;
}

.product-img h4 {
  display: inline-block;
  padding: 5px 7px;
  line-height: 15px;
  color: #ffffff;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 800;
  border: 2px solid #555555;
  border-radius: 10px;
  margin-bottom: 50px;
}

.product-img img {
  width: 150px;
  height: 120px;
}

.product-txt {
  width: 50%;
  margin-left: 10px;
  text-align: left;
}

.product-txt h4 {
  color: #ffffff;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 800;
  margin-bottom: 5px;
}

.product-txt p {
  color: #a7a7a7;
  font-size: 16px;
  margin-bottom: 15px;
}

.product-txt span {
  color: #ffffff;
  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: #ffffff;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 25px;
}

.info-txt p {
  font-size: 18px;
  color: #a7a7a7;
  margin-bottom: 50px;
}

.btn-2 {
  display: inline-block;
  padding: 15px 35px;
  background-color: #db241b;
  color: #ffffff;
  font-weight: 800;
  text-transform: uppercase;
  border-radius: 50px;
}

.btn-2:hover {
  background-color: #ab1c15;
}

.horario {
  padding: 100px 0px;
  background-color: #0d0d0d;
}

.horario-info h2 {
  font-size: 75px;
  color: #ffffff;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 50px;
}

.horario-txt {
  display: flex;
  justify-content: space-between;
}

.txt {
  color: #ffffff;
}

.txt h4 {
  font-size: 18px;
  color: #a7a7a7;
  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: #ffffff;
  text-transform: uppercase;
  margin-bottom: 25px;
}

.links ul li a {
  color: #ffffff;
  font-size: 16px;
  margin-bottom: 5px;
  display: inline-block;
}





@media (max-width: 1024px) {

  .menu {
    padding: 50px;
    margin-right: 30px;
    justify-content: space-between;
  }
  
  .menu-2 {
    display: none;
  }
  
  .logo-1 {
    width: 90px;
  }
  
  .logo-2 {
    width: 0;
  }
  
  .menu label {
    display: initial;
  }
  
  .menu .navbar {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background-color: #181818;
    display: none;
    transition: all 6s ease;
  }
  
  #menu:checked ~ .navbar {
    display: initial;
  }
  
  .header-content {
    padding: 30px;
    margin-top: 100px;
  }
  
  .swiper-slide .slider {
    flex-direction: column;
  }
  
  .swiper-slide .slider .slider-txt {
    margin-left: 0;
    width: 100%;
    text-align: center;
    margin-bottom: 50px;
  }
  
  .swiper-slide .slider .slider-txt h1 {
    font-size: 16px;
  }
  
  .swiper-slide .slider .btn-1 {
    padding: 10px 25px;
    font-size: 14px;
  }
  
  .swiper-slide .slider .slider-img {
    width: 100%;
    text-align: center;
  }
  
  .swiper-slide .slider .slider-img img {
    margin-right: 0px;
    width: 300px;
  }
  
  .swiper-horizontal > .swiper-pagination-bullets,
  .swiper-pagination-bullets,
  .swiper-pagination-horizontal,
  .swiper-pagination-custom,
  .swiper-pagination-fraction {
    bottom: -7px;
  }
  
.tabs {
  padding: 50px 50px;
  margin-right: -30px;
}



.swiper-button-next {
  color: #db241b;
}

.swiper-button-prev {
  color: #db241b;
}
  
  .tabs label {
    width: 33%;
  }
  
  .info {
    padding: 30px;
    flex-direction: column;
  }
  
  .info-img {
    width: 100%;
    text-align: center;
  }
  
  .info-img img {
    width: 400px;
    height: 200px;
    margin-bottom: 25px;
  }
  
  .info-txt {
    width: 100%;
    text-align: center;
  }
  
  .info-txt h2 {
    font-size: 50px;
  }
  
  .info-txt p {
    font-size: 16px;
  }
  
  .btn-1 {
    font-size: 16px;
  }
  
  .horario {
    padding: 30px;
    text-align: center;
  }
  
  .horario-info h2 {
    font-size: 50px;
    margin-bottom: 15px;
  }
  
  .horario-txt {
    flex-direction: column;
  }
  
  .socials {
    justify-content: center;
  }
  
  .social img {
    margin: 8px 0 0 0;
  }
  
  .footer {
    padding: 30px;
    flex-direction: column;
    text-align: center;
  }
  
  .links h4 {
    margin: 25px 0px 10px 0px;
  }
  
  
  
  }

@media (max-width: 991px) {


.menu {
  padding: 20px;
  justify-content: space-between;
}

.menu-2 {
  display: none;
}

.logo-1 {
  width: 10px;
}

.logo-2 {
  width: 0;
}

.menu label {
  display: initial;
}

.menu .navbar {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background-color: #181818;
  display: none;
  transition: all 6s ease;
}

#menu:checked ~ .navbar {
  display: initial;
}

.header-content {
  padding: 30px;
  margin-top: 100px;
}

.swiper-slide .slider {
  flex-direction: column;
}

.swiper-slide .slider .slider-txt {
  margin-left: 0;
  width: 100%;
  text-align: center;
  margin-bottom: 50px;
}

.swiper-slide .slider .slider-txt h1 {
  font-size: 16px;
}

.swiper-slide .slider .btn-1 {
  padding: 10px 25px;
  font-size: 14px;
}

.swiper-slide .slider .slider-img {
  width: 100%;
  text-align: center;
}

.swiper-slide .slider .slider-img img {
  margin-right: 0px;
  width: 300px;
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets,
.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: -7px;
}

.tabs {
  padding: 50px 0;
  margin-right: -10px;
}

.tabs label {
  width: 33%;
}

.info {
  padding: 30px;
  flex-direction: column;
}

.info-img {
  width: 100%;
  text-align: center;
}

.info-img img {
  width: 400px;
  height: 200px;
  margin-bottom: 25px;
}

.info-txt {
  width: 100%;
  text-align: center;
}

.info-txt h2 {
  font-size: 50px;
}

.info-txt p {
  font-size: 16px;
}

.btn-1 {
  font-size: 16px;
}

.horario {
  padding: 30px;
  text-align: center;
}

.horario-info h2 {
  font-size: 50px;
  margin-bottom: 15px;
}

.horario-txt {
  flex-direction: column;
}

.socials {
  justify-content: center;
}

.social img {
  margin: 8px 0 0 0;
}

.footer {
  padding: 30px;
  flex-direction: column;
  text-align: center;
}

.links h4 {
  margin: 25px 0px 10px 0px;
}



}

@media (max-width: 768px) {

body{

  margin-right: 30px;
  margin-left: 30px;
}
.header-content{
  display: flex;
  align-items: center;
  margin-right: -10px;
  margin-left: 20px;

}
.menu{
  padding-right: 20px;
  margin-right: 40px;

}

.logo-1 {
  width: 70px;
}

.horario{
  margin-right: -20px;
}


}

/********************************/
@media (max-width: 399px) {

  body{

    display: flex;
    justify-content: center;
    flex-direction: column;
    padding-right: 0;
    margin-right: -120px;
  }

  .menu{
    margin-right: -90px;
  }

  .menu-icono {

    padding-right: 0;
    margin-right: 0px;
    
  }
  
  .menu-2 {
    display: none;
  }
  
  .logo-1 {
    width: 60px;
  }
  
  .logo-2 {
    width: 0;
  }
  
  .menu label {
    display: initial;
  }
  
  .menu .navbar {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background-color: #181818;
    display: none;
    transition: all 6s ease;
  }
  
  #menu:checked ~ .navbar {

    display: grid;
    grid-template-columns: 1fr 1fr 1fr; /* Dos columnas del mismo tamaño */
    background-color: #ab1c15;
  }
  
  .header-content {
    padding: 30px;
    margin-top: 100px;
  }
  
  .swiper-slide .slider {
    flex-direction: column;
  }
  
  .swiper-slide .slider .slider-txt {
    margin-left: 0;
    width: 100%;
    text-align: center;
    margin-bottom: 50px;
  }
  
  .swiper-slide .slider .slider-txt h1 {
    font-size: 16px;
  }
  
  .swiper-slide .slider .btn-1 {
    padding: 10px 25px;
    font-size: 14px;
  }
  
  .swiper-slide .slider .slider-img {
    width: 100%;
    text-align: center;
  }
  
  .swiper-slide .slider .slider-img img {
    margin-right: 0px;
    width: 300px;
  }
  
  .swiper-horizontal > .swiper-pagination-bullets,
  .swiper-pagination-bullets,
  .swiper-pagination-horizontal,
  .swiper-pagination-custom,
  .swiper-pagination-fraction {
    bottom: -7px;
  }
  
  .tabs {
    padding: 50px;
    margin-right: -20px;
  }

.swiper-wrapper{
  display: flex;
  align-items: center;
  position: relative;
}

.swiper-button-prev::after {
display: flex;
font-size: 25px;
position: absolute;
z-index: 1100;

}

.swiper-button-next::after {
  font-size: 25px;
}

.swiper-button-next {
  color: #db241b;
}

.swiper-button-prev {
  color: #db241b;
}
  
.tabs label {
  width: 33%;
  font-size: 16px;
}


  
.info {
  padding: 30px;
  flex-direction: column;
}

.info-img {
  width: 100%;
    text-align: center;
}
  
.info-img img {
  width: 400px;
  height: 200px;
  margin-bottom: 25px;
}
  
.info-txt {
  width: 100%;
  text-align: center;
}
  
.info-txt h2 {
  font-size: 50px;
}
  
.info-txt p {
  font-size: 16px;
}
  
.btn-1 {
  font-size: 16px;
}
  
.horario {
  padding: 30px;
  text-align: center;
  margin-right: -20px;
}
  
.horario-info h2 {
  font-size: 50px;
  margin-bottom: 15px;
}
  
.horario-txt {
  flex-direction: column;
}
  
.socials {
  justify-content: center;
}
  
.social img {
  margin: 8px 0 0 0;
}
  
.footer {
  padding: 30px;
  flex-direction: column;
  text-align: center;
}
  
.links h4 {
  margin: 25px 0px 10px 0px;
}
  
  
  
}
