@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;
}

header {
    background-image: url(imagen/bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    }

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

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

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

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

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

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

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

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

.navbar {
    display: flex;
}

.menu-1 {
    margin-right: 180px;
    display: flex;
    align-items: center;
}

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

.menu .navbar ul {
    list-style: none;
}

.logo-1 {
    width: 0px;
    }

.logo-2 {
    width: 220px;
}

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

.menu .navbar ul li a {
    font-size: 14px;
    padding: 20px;
    color: #fdfdfd;
    display: block;
    text-transform: uppercase;
}

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

#menu{
    display: none;
}

.menu-icono {
    width: 25px;
}

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

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

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

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

.slider-txt h1 {
    font-size: 30px;
    font-weight: 800px;
    color: #fdfdfd;
    text-transform: uppercase;

}

.slider-txt p {
    font-size: 15px;
    color: #a0a0a0;
    text-align: justify;
}

.slider-img {
    width: 55%;
}
.slider-img img {
    margin-right: 225px;
    width: 700px;
}

.botones {
    margin-top: 30px;
}

.btn-1 {
    display: inline-block;
    background: linear-gradient(90deg,#e70b25 0%, #900314 100%);
    padding: 10px 35px;
    margin-right: 20px;
    color: #fdfdfd;
    border-radius: 25px;
}

.btn-2 {
    display: inline-block;
    border: 1px solid #fdfdfd;
    padding: 10px 35px;
    margin-right: 20px;
    color: #fdfdfd;
    border-radius: 25px;
}

.btn-1:hover {
    background: linear-gradient(#f3032f 0%, #bc0217 100%);
}
.btn-2:hover {
    border: 1px solid #fa0d29;
}

.icon {
    width: 20px;
}

.product-menu{
    padding: 50px 0 150px 0;
}

.title{
    color: #fdfdfd;
    font-size: 45px;
    text-transform: uppercase;
    margin-bottom: 45px;
}

.product{
    display: flex;
    position: relative;
}

.hoja{
    right: 0;
    position: absolute;
    bottom: -130px;
    width: 150px;
}

.menu-nav{
display: flex;
margin-bottom:45px;
}

.tab{
margin-right: 20px;
text-align: center;
padding: 10px 35px;
border-radius: 25px;
color: #a0a0a0;
font-size: 16px;
font-weight: 800;
background-color: #24252a;
cursor: pointer;
}

.tab.active{
background: linear-gradient(90deg, #e70b25 0%, #900314 100%);
color: #fdfdfd;
}

.tab.active::after{
content: "";
position: absolute;
width: 100%;
}

.tab-content{
display: none;
}

.tab-content.visible{
display: initial;
}

.box-container-1,
.box-container-2,
.box-container-3,
.box-container-4 {
display: grid;
grid-template-columns: repeat(auto-fit,minmax(250px, 1fr));
gap: 20px;
}

.box-1,
.box-2,
.box-3,
.box-4 {
background-image: url(imagen/bg-p.jpg);
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
padding: 20px;
border-radius: 5px;
z-index: 1000;
box-shadow: 0 5px 10px rgba(0,0 ,0 , 0.2);
display: none;
}

.box-1:nth-child(1),
.box-1:nth-child(2),
.box-1:nth-child(3),
.box-1:nth-child(4) {
display: inline-block;
}

.box-2:nth-child(1),
.box-2:nth-child(2),
.box-2:nth-child(3),
.box-2:nth-child(4) {
display: inline-block;
}

.box-3:nth-child(1),
.box-3:nth-child(2),
.box-3:nth-child(3),
.box-3:nth-child(4) {
display: inline-block;
}

.box-4:nth-child(1),
.box-4:nth-child(2),
.box-4:nth-child(3),
.box-4:nth-child(4) {
  display: inline-block;
}

.image{
margin-bottom: 20px;
text-align: center;
}

.image img{
width: 180px;
}

.content h3 {
font-size: 20px;
color: #fdfdfd;
}

.content p{
font-size: 15px;
color: #a0a0a0;
line-height: 2;
padding: 15px 0;
}

.btn{
display: inline-block;
padding: 10px 30px;
border: 1px solid #334;
color: #334;
font-size: 16px;
}

.btn:hover{
background-color: rgb(220, 20,60);
border-color: rgb(220, 20,60);
color: #fdfdfd;
}

.icons{
display: flex;
align-items: center;
justify-content: space-between;
margin-top: 20px;
padding-top: 15px;
border-top: 1px solid#334;
}

.price{
font-size: 14px;
color: #a0a0a0;
}

.buy{
padding: 1px 15px 0px 15px;
border-radius: 15px;
background: linear-gradient(90deg, #f7a743 0%, #fd8d03 100%);
}

.buy img{
width: 15px;
}

.load-more{
margin-top: 50px;
display: inline-block;
padding: 13px 35px;
border-radius: 25px;
border: 1px solid #a0a0a0;
color: #a0a0a0;
font-size: 16px;
cursor: pointer;

}

.load-more:hover{
background: linear-gradient(90deg, #e70b25 0%, #900314 100%);
border-color: rgb(220, 20,60);
color: #fdfdfd;
}

.info{
background-image: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url(imagen/bg-info.jpg);
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
height: 50vh;
}

.info-content{
display: flex;
position: relative;
}

.info-txt{
width: 60%;
margin-top: 85px;
}

.info-txt h2{
color: #fdfdfd;
font-size: 55px;
margin-bottom:25px;
}

.info-txt p{
font-size: 20px;
color: #a0a0a0;
margin-bottom: 25px;
}

.info-sec{
display: flex;
}

.info-1{
display: flex;
}

.info-1 img{
width: 75px;
margin-left: 10px;
}

.info-2{
margin-left: 25px;
}

.info-2 h3{
color: #fdfdfd;
font-size: 25px;
}

.info-2 p{
color: #a0a0a0;
font-size: 16px;
}

.info-img{
position: absolute;
right: -55px;
top: -103px;
}

.info-img img{
width: 600px;
}

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

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

.links-socials h4{
color: #fdfdfd;
text-transform: uppercase;
margin-bottom: 20px;
}

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

.social-icons {
	display: flex;
	gap: 0.2rem;
}

.social-icons span {
	width: 3rem;
	height: 3rem;
	display: flex;
	align-items: center;
	justify-content: center;
}

.social-icons span i {
	color: #ffffff;
	font-size: 1.5rem;
  height: 40px;
  width: 40px;
  border: 1px solid #dd241b;
  border-radius: 50%;
  padding: 7px 0px 0px 10px;
}

.social-icons span i:hover{
background-color: #dd241b;
}

.copyright {
	display: flex;
	justify-content: space-between;
	padding-top: 1rem;
	border-top: 1px solid #f7a743;
  padding-left: 50px;
  padding-bottom: 20px;
}

.copyright p {
	font-weight: 300px;
	font-size: 13px;
  color: #d3d2d2;
}

@media(max-width:991px){

.menu{
padding: 0 40px 20px 30px;
justify-content: space-between;
}

.menu-2{
  margin: -20px 0px 0px 0px;
  align-content: center;
}

.logo-1{
  width: 150px;
}

.logo-2{
  width: 0;
}

.menu label{
display: initial;
}

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

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

.menu .navbar ul li:hover{
color: #a0a0a0;
}

#menu:checked ~ .navbar{
  display: initial;
}

.header-content{
  padding: 40px;
  margin-top: 100px;
}

.slider {
  flex-direction: column;
  padding: 50px 0px 0px 0;
}

.slider-txt{
  margin-left: 0;
  width: 100%;
  text-align: center;
  margin-bottom: 50px;
}

.slider-txt h1{
  font-size: 30px;
}

.product-menu h2{
  font-size: 30px;
}

.slider-txt p{
  font-size: 12px;
  margin-left: 20px;
  margin-right: 20px;
}

.botones {
  flex-direction: column;
  align-items: center;
}

.btn-1{
  padding: 10px 25px;
  font-size: 14px;
  margin-right: 20px;
}

.btn-2{
  margin: 0 0 10px 0;
}

.slider-img{
  width: 100%;
  text-align: center;
}

.slider-img img{
  margin-right: 0px;
  width: 100%;
}

.swiper-horizontal > .swiper-pagination-bullet,
.swiper-pagination-bullet,.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: -7px;
}

.btn-1,
.btn-2{
  flex-direction: column;
  align-items: center;
  margin-bottom: 30px;
}

.product-menu{
  padding: 30px;
}

.title{
  margin-bottom: 20px;
}

.hoja{
  display: none;
}

.menu-nav{
  flex-direction: column;
  align-items: center;
}

.tab{
  margin-bottom: 25px;
}

.box-container{
  grid-template-columns: 1fr;
}

.box .image{
  height: 200px;
}

.info{
  padding: 30px;
  height: 70vh;
}

.info-txt h2{
  font-size: 30px;
}

.info-content{
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.info-txt{
  width: 100%;
  margin-top: 0px;
}

.info-txt p{
  margin-bottom: 5px;
  font-size: 15px;
  text-align: justify;
}

.info-sec{
  flex-direction: column;
  padding: 0px 35px ;
}

.info-1{
  flex-direction: column;
  align-items: center;
  padding-top: 15px;
}

.info-2{
  margin-top: 10px;
  margin-left: 0;
}

.info-img img{
  display: none;
}

.footer{
  padding:30px;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.links h4{
  margin: 25px 0 10px 0;
}

.links-socials .social-icons span i{
  color: #ffffff;
	font-size: 1.5rem;
  height: 40px;
  width: 40px;
  margin: 0 20px;
  border: 1px solid #dd241b;
  border-radius: 50%;
  padding: 7px 0px 0px 0px;
}

.copyright {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1.2rem;
}

}