@font-face {
    font-family: 'fuente1';
    src: url('/fuentes/Kanit/Kanit-Regular.ttf'),
         url('/fuentes/Libre_Baskerville/LibreBaskerville-Regular.ttf');
    font-weight: normal;
    font-style: normal;
}

body{
    font-family: fuente1;
    padding: 0;
    margin: 0;
    background-color: #f5f5f5;
    
}

.roboto-thin {
    font-family: "Roboto", sans-serif;
    font-weight: 100;
    font-style: normal;
  }

.pt-serif-regular {
    font-family: "PT Serif", serif;
    font-weight: 400;
    font-style: normal;
}

.brand-logo img {
    height: 70px;
    margin-left: 50px;
}

/* Estilos para la barra de navegación superior */
.top-nav {
    background-color: #1d1c1c;
    color: #fff;
    padding: 3px 0;
    align-items: right;
    font-size: 24px;
    padding: 3px 0;
    display: flex;
    justify-content: space-between;
    
}

.top-nav ul {
    list-style-type: none;
    text-align: right;
}

.top-nav ul li {
    display: inline;
    margin: 0 10px;
}

.top-nav ul li a {
    color: #fff;
    margin-right: 10px;
    text-decoration: none;
}

/* Estilos para la barra de navegación secundaria */
.secondary-nav {
    background-color: #272727;
    padding: 3px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.secondary-nav ul li a{
    color: #fff;
    text-decoration: none;
    font-weight: bold;
}

.brand2-logo img {
    height: 50px;
}

.product-list {
    list-style-type: none;
    display: flex;
    align-items: center;
}

.product-list li {
    margin-right: 20px;
    margin: 0 20px;
}

/* Estilos para el carrusel de imágenes */
.slider-frame {
	width: 100%;
    height: 100%;
	margin: auto;
	overflow: hidden;
    background: #1d1c1d;
}

.slider-frame ul {
	display: flex;
	padding: 0px;
	width: 500%;
	animation: slide 25s infinite alternate ease-in-out;
}

.slider-frame li {
	width: 100%;
	list-style: none;
}

.slider-frame img {
	width: 100%;
    height: 830px;
}

@keyframes slide {
	0% {margin-left: 0;}
	20% {margin-left: 0;}
	
	20% {margin-left: -100%;}
	40% {margin-left: -100%;}
	
	40% {margin-left: -200%;}
	60% {margin-left: -200%;}
	
	60% {margin-left: -300%;}
	80% {margin-left: -300%;}

    80% {margin-left: -400%;}
	100% {margin-left: -400%;}
}

  .numero{
    background-color: #1d1c1c;
    color: #ffffff;
    padding: 3px 0;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
  }

  .numero p{
    color: #f5f5f5;
  }

  .best{
    align-items: center;
    text-align: center;
    text-decoration: underline;
  }
  /* Imagenes de las marcas */

.gallery {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.gallery a {
    margin: 20px;
    text-decoration: none;
    color: black;
    transition: transform 0.3s ease;
}

.gallery a:hover {
    transform: scale(1.07);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
}

.gallery img {
    width: 350px; 
    height: 200px;
    border: 1px solid #ebeaea;
    border-radius: 5px;
}

.inf{
    display: flex;
    margin-top: 50px;
    margin-bottom: 50px;
}
.info {
    max-width: 700px;
    height: 400px;
    margin: auto;
    padding: 20px;
    background-color: #f9f9f9;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.img-info{
    max-width: 400px;
    margin: auto;
    padding: 20px;
    background-color: #f9f9f9;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.img-info img{
    width: 400px;
}

h1 {
    color: #333;
}

p {
    color: #666;
    line-height: 1.5;
}

/* Estilos para el contenido principal */

.container {
    text-align: center;
}

h1 {
    font-size: 2em;
    margin-bottom: 20px;
    color: #111;
}

.card-container {
    display: flex;
    justify-content: center;
    margin: auto;
    gap: 20px;
    flex-wrap: wrap;
    margin-bottom: 50px;
}

.card {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    width: 300px;
    text-align: center;
    padding: 33px;
    transition: transform 0.3s, box-shadow 0.3s;
}

.card img {
    width: 100%;
    height: auto;
}

.card h2 {
    font-size: 1.5em;
    margin: 10px 0;
}

.card p {
    color: #888;
    margin: 10px 0;
}

.price {
    display: flex;
    justify-content: center;
    align-items: baseline;
    margin: 10px 0;
}

.current-price {
    font-size: 1.5em;
    color: #28a745;
    margin-right: 10px;
}

.original-price {
    font-size: 1em;
    color: #888;
    text-decoration: line-through;
}

button {
    background-color: #28a745;
    color: #fff;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

button:hover {
    background-color: #218838;
}

.card:hover {
    transform: translateY(-7px);
    box-shadow: 0 5px 15px rgba(167, 166, 166, 0.1);
}


/* FOOTER*/

.footer {
    background-color: #111;
    color: #fff;
    padding: 40px 0;
}
.footer-container {
    display: flex;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}
.footer-column {
    flex: 1;
}
.footer-column h3 {
    font-size: 16px;
    margin-bottom: 20px;
}
.footer-column ul {
    list-style: none;
    padding: 0;
}
.footer-column ul li {
    margin-bottom: 10px;
}
.footer-column ul li a {
    color: #bbb;
    text-decoration: none;
}
.footer-column ul li a:hover {
    color: #fff;
}
.footer-contact p {
    margin: 5px 0;
}
.footer-social a {
    margin-right: 10px;
    color: #bbb;
    text-decoration: none;
}

.footer-social img{
    width: 30px;
    height: 30px;
    margin-top: 10px;
    padding: 0 10px;
}

.footer-social a:hover {
    color: #fff;
}
.footer-newsletter input[type="email"] {
    padding: 10px;
    border: none;
    border-radius: 4px;
    margin-right: 10px;
}
.footer-newsletter button {
    padding: 10px 20px;
    border: none;
    border-radius: 4px;
    background-color: #f0ad4e;
    color: #111;
    cursor: pointer;
}
.footer-newsletter button:hover {
    background-color: #ec971f;
}



  
