/* --- Inicio de articulos.css --- */
/* Reset general */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Georgia', serif;
  background-color: #f9f6f2;
  color: #3d3d3d;
}

/* Top Bar */
.top-bar {
  background-color: #d4c3b2;
  height: 30px;
}

/* Encabezado principal */
.header {
  width: 100%;
  background-color: white;
  border-bottom: 1px solid #ddd;
}

/* Primera fila de cabecera */
.header-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 40px;
  position: relative;
}

/* Links izquierdos */
.left-links {
  display: flex;
  gap: 20px;
}

.left-links a {
  text-decoration: none;
  color: #3d3d3d;
  font-size: 12px;
}

/* Logo en el centro */
.logo {
  font-family: 'Georgia', serif;
  font-size: 28px;
  color: #8b2e2e;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

/* Opciones a la derecha */
.right-options {
  display: flex;
  align-items: center;
  gap: 15px;
}

.right-options select,
.right-options input[type="text"] {
  padding: 5px 10px;
  border-radius: 4px;
  border: 1px solid #ccc;
  font-size: 12px;
}

/* Barra de navegación */
.nav-bar {
  display: flex;
  justify-content: center;
  margin-top: 10px;
  background-color: white;
}

.nav-bar ul {
  display: flex;
  list-style: none;
  gap: 30px;
  padding: 10px 0;
}

.nav-bar a {
  text-decoration: none;
  color: #3d3d3d;
  font-size: 14px;
  font-weight: bold;
}

/* Hover en navegación */
.nav-bar a:hover {
  color: #8b2e2e;

}
.section-title {
  text-align: center;
  font-size: 20px;
  margin: 40px 0 30px;
  color: #3d3d3d;
}

h1 {
  text-align: center;
  font-size: 22px;
  margin-top: 20px;
}

main section {
  padding: 20px 50px;
}

h2 {
  font-size: 14px;
  margin-bottom: 15px;
  text-transform: uppercase;
  color: #333;
  margin: 30px 20px;
}

.article {
  display: flex;
  align-items: flex-start;
  margin: 0 auto 40px; /* auto centra el bloque */
  background-color: white;
  padding: 20px;
  border-radius: 5px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  max-width: 1000px; /* ajusta según lo ancho que quieras los artículos */
  cursor: pointer;
}
.article:hover {
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  transform: translateY(-2px);
  background-color: #f5f5f5;
}
.article img {
  width: 200px;
  height: auto;
  object-fit: cover;
  margin-right: 20px;
  border-radius: 5px;
}

.article-text {
  max-width: 600px;
  padding: 0 20px; /* 20px de espacio a izquierda y derecha */
}
 
.article-text h3 {
  font-size: 13px;
  margin-bottom: 5px;
  margin: 0 20px;
}

.article-text p {
  font-size: 12px;
  line-height: 1.5;
  margin: 0 20px;
}

/* Footer */
footer {
  background: #4d3b2f;
  color: white;
  font-size: 12px;
  padding: 15px 20px;
}

.footer-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.footer-links a {
  color: white;
  margin-left: 15px;
  text-decoration: none;
}

/* --- Inicio de bellezacss.css --- */
/* Reset general */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Georgia', serif;
  background-color: #fff;
  color: #3d3d3d;
}

/* Top Bar */
.top-bar {
  background-color: #d4c3b2;
  height: 30px;
}

/* Encabezado principal */
.header {
  width: 100%;
  background-color: white;
  border-bottom: 1px solid #ddd;
}

/* Primera fila de cabecera */
.header-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 40px;
  position: relative;
}

/* Links izquierdos */
.left-links {
  display: flex;
  gap: 20px;
}

.left-links a {
  text-decoration: none;
  color: #3d3d3d;
  font-size: 12px;
}

/* Logo en el centro */
.logo {
  font-family: 'Georgia', serif;
  font-size: 28px;
  color: #8b2e2e;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

/* Opciones a la derecha */
.right-options {
  display: flex;
  align-items: center;
  gap: 15px;
}

.right-options select,
.right-options input[type="text"] {
  padding: 5px 10px;
  border-radius: 4px;
  border: 1px solid #ccc;
  font-size: 12px;
}

/* Barra de navegación */
.nav-bar {
  display: flex;
  justify-content: center;
  margin-top: 10px;
  background-color: white;
}

.nav-bar ul {
  display: flex;
  list-style: none;
  gap: 30px;
  padding: 10px 0;
}

.nav-bar a {
  text-decoration: none;
  color: #3d3d3d;
  font-size: 14px;
  font-weight: bold;
}

/* Hover en navegación */
.nav-bar a:hover {
  color: #8b2e2e;
}

/* Título principal */
.main-title {
	font-size: 36px;
color: #3d3d3d;
  font-family: 'Georgia', serif;
  letter-spacing: 1px;
  text-align: left;
  margin: 40px 40px 20px 40px;
}

/* Carrusel */
.beauty-carousel {
  padding: 40px 20px;
  background-color: #f9f4f0;
  text-align: center;
}

.carousel-subtitle {
  font-size: 20px;
  font-weight: normal; /* Letras más finas */
  color: #3d3d3d;
  font-family: 'Georgia', serif;
  text-align: left;
  margin: 60px 40px 10px 40px; /* margen para separación del borde */
}

.carousel-container {
  position: relative;
  max-width: 1000px;
  margin: auto;
  overflow: hidden;
}

.carousel-track {
  display: flex;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  gap: 20px;
  padding: 10px;
  scroll-padding: 10px; 
}

.carousel-card img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 10px;
}

.carousel-card {
  scroll-snap-align: start;
  flex: 0 0 calc(50% - 20px);  
  min-width: calc(50% - 20px);
  background-color: white;
  border: 1px solid #ccc;
  padding: 15px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
  border-radius: 10px;
}


.carousel-card p {
  font-size: 14px;
  color: #3d3d3d;
}

.carousel-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(255, 255, 255, 0.6);
  border: none;
  font-size: 22px;
  cursor: pointer;
  padding: 10px;
  z-index: 1;
  color: #8b2e2e;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.carousel-btn.prev {
  left: 10px;
}

.carousel-btn.next {
  right: 10px;
 
}
/* video */
.beauty-video {
  padding: 40px 20px;
  background-color: #fff;
  text-align: center;
}

.video-subtitle {
  font-size: 20px;
  font-family: 'Georgia', serif;
  color: #3d3d3d;
  margin-bottom: 20px;
}

.video-wrapper {
  max-width: 800px; 
  margin: 0 auto;
  aspect-ratio: 16 / 9;
  position: relative;
}

.video-wrapper iframe {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}.piel-carousel .carousel-card {
  flex: 0 0 60%;
  min-width: 60%;
  max-width: 300px;
  margin: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px;
}

.piel-carousel .carousel-card img {
  height: 500px;
  width: 70%;
  object-fit: cover;
  border-radius: 10px;
  margin-bottom: 10px;
}

.piel-carousel .carousel-card p {
  font-size: 13px;
  text-align: center;
}

.piel-carousel .carousel-container {
  padding: 20px 0;
}

.piel-carousel {
  padding: 20px 10px;
  background-color: #f9f4f0;
}


/* Botones específicos para evitar conflictos con otros carruseles */
.piel-carousel .carousel-btn {
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  background-color: rgba(255, 255, 255, 0.6);
  border: none;
  padding: 10px;
  cursor: pointer;
  z-index: 2;
}

.piel-carousel .prev {
  left: 10px;
}

.piel-carousel .next {
  right: 10px;
}.fragancia-carousel {
  padding: 40px 20px;
  background-color: #f9f4f0;
}

.fragancia-carousel .carousel-container {
  position: relative;
  max-width: 1000px;
  margin: auto;
  overflow: hidden;
}

.fragancia-carousel .carousel-track {
  display: flex;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  gap: 20px;
  padding: 10px;
}

.fragancia-carousel .carousel-card {
  flex: 0 0 calc(50% - 20px); 
  min-width: calc(50% - 20px);
  background-color: white;
  border: 1px solid #ccc;
  padding: 15px;
  border-radius: 10px;
  scroll-snap-align: start;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

.fragancia-carousel .carousel-card img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 10px;
}

.fragancia-carousel .carousel-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(255, 255, 255, 0.6);
  border: none;
  font-size: 22px;
  cursor: pointer;
  padding: 10px;
  z-index: 1;
  color: #8b2e2e;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.fragancia-carousel .carousel-btn.prev {
  left: 10px;
}

.fragancia-carousel .carousel-btn.next {
  right: 10px;
}.dual-vertical-carousel {
  display: flex;
  justify-content: center;
  gap: 3rem;
  padding: 2rem;
  flex-wrap: wrap;
}

.vertical-carousel-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.carousel-title {
  font-size: 1.5rem;
  margin-bottom: 1rem;
  text-align: center;
}

.vertical-carousel {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-height: 500px;
  overflow: hidden;
  position: relative;
  width: 260px;
}

.vertical-track {
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  scroll-behavior: smooth;
  gap: 1rem;
  width: 100%;
}

.vertical-card {
  flex: 0 0 auto;
  text-align: center;
}

.vertical-card img {
  width: 100%;
  border-radius: 10px;
}

.vertical-btn {

  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(255, 255, 255, 0.6);
  border: none;
  font-size: 22px;
  cursor: pointer;
  padding: 10px;
  z-index: 1;
  color: #8b2e2e;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.vertical-btn.up {
  margin-top: 10px; /* Espacio para que no se vea cortada */
}

/* Footer */
footer {
  background: #4d3b2f;
  color: white;
  font-size: 12px;
  padding: 15px 20px;
}

.footer-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.footer-links a {
  color: white;
  margin-left: 15px;
  text-decoration: none;
}


/* --- Inicio de csscelebridades.css --- */
/* Reset general */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Georgia', serif;
  background-color: #fff;
  color: #3d3d3d;
}

/* Top Bar */
.top-bar {
  background-color: #d4c3b2;
  height: 30px;
}

/* Encabezado principal */
.header {
  width: 100%;
  background-color: white;
  border-bottom: 1px solid #ddd;
}

/* Primera fila de cabecera */
.header-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 40px;
  position: relative;
}

/* Links izquierdos */
.left-links {
  display: flex;
  gap: 20px;
}

.left-links a {
  text-decoration: none;
  color: #3d3d3d;
  font-size: 12px;
}

/* Logo en el centro */
.logo {
  font-family: 'Georgia', serif;
  font-size: 28px;
  color: #8b2e2e;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

/* Opciones a la derecha */
.right-options {
  display: flex;
  align-items: center;
  gap: 15px;
}

.right-options select,
.right-options input[type="text"] {
  padding: 5px 10px;
  border-radius: 4px;
  border: 1px solid #ccc;
  font-size: 12px;
}

/* Barra de navegación */
.nav-bar {
  display: flex;
  justify-content: center;
  margin-top: 10px;
  background-color: white;
}

.nav-bar ul {
  display: flex;
  list-style: none;
  gap: 30px;
  padding: 10px 0;
}

.nav-bar a {
  text-decoration: none;
  color: #3d3d3d;
  font-size: 14px;
  font-weight: bold;
}

/* Hover en navegación */
.nav-bar a:hover {
  color: #8b2e2e;
}
  
 /* Título principal */


.main-title {
	font-size: 36px;
color: #3d3d3d;
  font-family: 'Georgia', serif;
  letter-spacing: 1px;
  text-align: left;
  margin: 40px 40px 20px 40px;
}
/* Carrusel */
.entrevistas-carousel {
  padding: 40px 20px;
  background-color: #f9f4f0;
  text-align: center;
}

.carousel-subtitle {
  font-size: 20px;
  font-weight: normal; /* Letras más finas */
  color: #3d3d3d;
  font-family: 'Georgia', serif;
  text-align: left;
  margin: 60px 40px 10px 40px; /* margen para separación del borde */
}
.carousel-description {
  font-size: 14px;
  color: #666;
  font-style: Georgia;
  margin: 0 40px 20px 40px; 
  font-family: 'Georgia', serif;
}

.carousel-container {
  position: relative;
  max-width: 1000px;
  margin: auto;
  overflow: hidden;
}

.carousel-track {
  display: flex;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  gap: 20px;
  padding: 10px;
  scroll-padding: 10px; 
}

.carousel-card img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 10px;
}

.carousel-card {
  scroll-snap-align: start;
  flex: 0 0 calc(50% - 20px);  
  min-width: calc(50% - 20px);
  background-color: white;
  border: 1px solid #ccc;
  padding: 15px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
  border-radius: 10px;
}


.carousel-card p {
  font-size: 14px;
  color: #3d3d3d;
}

.carousel-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(255, 255, 255, 0.6);
  border: none;
  font-size: 22px;
  cursor: pointer;
  padding: 10px;
  z-index: 1;
  color: #8b2e2e;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.carousel-btn.prev {
  left: 10px;
}

.carousel-btn.next {
  right: 10px;
}
 
.card-subtitle {
  font-size: 16px;
  font-weight: bold;
  margin: 10px 0 5px;
  color: #3d3d3d;
  text-align: left;
}

.toggle-description {
  margin-top: 5px;
  background-color: #8b2e2e;
  color: white;
  border: none;
  padding: 6px 12px;
  border-radius: 6px;
  cursor: pointer;
  font-size: 13px;
}

.card-description {
  display: none;
  text-align: left;
  margin-top: 10px;
  font-size: 14px;
  color: #444;
}

.card-description strong {
  display: block;
  margin-bottom: 4px;
  font-weight: bold;
}
.metgala-carousel .carousel-card {
  flex: 0 0 calc(30% - 20px); /* Más estrecho */
  min-width: calc(30% - 20px);
  background-color: white;
  border: 1px solid #ccc;
  padding: 15px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
  border-radius: 10px;
  scroll-snap-align: start;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.metgala-carousel .carousel-card img {
  width: 100%;
  height: 400px; /* Más alto para hacerlo vertical */
  object-fit: cover;
  border-radius: 10px;
  margin-bottom: 10px;
}

.metgala-carousel .card-subtitle {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #3d3d3d;
  text-align: center;
}

.metgala-carousel .card-description {
  display: none;
  font-size: 14px;
  text-align: left;
  margin-top: 10px;
  margin-bottom: 12px; 
}
.mini-carousel-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  padding: 40px;
  background-color: #fdf9f7;
}

.mini-carousel {
  width: 220px;
  background: #fff;
  padding: 10px;
  border-radius: 10px;
  box-shadow: 0 4px 6px rgba(0,0,0,0.1);
  text-align: center;
  position: relative;
}

.brand-title {
  font-size: 14px;
  font-weight: bold;
  color: #8b2e2e;
  margin-bottom: 10px;
  font-family: 'Georgia', serif;
}

.brand-title span {
  font-size: 12px;
  color: #444;
  display: block;
}

.mini-carousel .carousel-container {
  position: relative;
  overflow: hidden;
}

.mini-carousel .carousel-track {
  display: flex;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  overflow-x: auto;
  gap: 10px;
}

.mini-carousel .carousel-card {
  flex: 0 0 100%;
  scroll-snap-align: start;
}

.mini-carousel .carousel-card img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  border-radius: 8px;
}

.mini-carousel .carousel-btn {
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
  background: rgba(255,255,255,0.8);
  border: none;
  color: #8b2e2e;
  font-size: 18px;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  cursor: pointer;
  z-index: 2;
}

.mini-carousel .carousel-btn.prev {
  left: 5px;
}

.mini-carousel .carousel-btn.next {
  right: 5px;
}.carousel-card {
  position: relative;
  overflow: hidden;
}

.brand-info {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(139, 46, 46, 0.9);
  color: white;
  padding: 10px;
  font-size: 12px;
  font-family: 'Georgia', serif;
  opacity: 0;
  transform: translateY(100%);
  transition: all 0.3s ease;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

.carousel-card:hover .brand-info {
  opacity: 1;
  transform: translateY(0);
}
.street-style {
  padding: 40px 20px;
  background-color: #fdf8f4;
  text-align: center;
}

.style-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 25px;
  max-width: 1000px;
  margin: 30px auto 0 auto;
}

.style-card {
  background-color: white;
  border: 1px solid #ccc;
  border-radius: 12px;
  box-shadow: 0 4px 6px rgba(0,0,0,0.1);
  overflow: hidden;
  transition: transform 0.2s;
}

.style-card:hover {
  transform: translateY(-5px);
}

.style-card img {
  width: 100%;
  height: 280px;
  object-fit: cover;
}

.style-card p {
  font-size: 13px;
  color: #3d3d3d;
  padding: 10px;
  font-family: 'Georgia', serif;
  text-align: left;
}
footer {
  background: #4d3b2f;
  color: white;
  font-size: 12px;
  padding: 15px 20px;
}

.footer-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.footer-links a {
  color: white;
  margin-left: 15px;
  text-decoration: none;
}


/* --- Inicio de contactanosSerica.css --- */
/* Reset general */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Georgia', serif;
  background-color: #fff;
  color: #3d3d3d;
}

/* Top Bar */
.top-bar {
  background-color: #d4c3b2;
  height: 30px;
}

/* Encabezado principal */
.header {
  width: 100%;
  background-color: white;
  border-bottom: 1px solid #ddd;
}

/* Primera fila de cabecera */
.header-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 40px;
  position: relative;
}

/* Links izquierdos */
.left-links {
  display: flex;
  gap: 20px;
}

.left-links a {
  text-decoration: none;
  color: #3d3d3d;
  font-size: 12px;
}

/* Logo en el centro */
.logo {
  font-family: 'Georgia', serif;
  font-size: 28px;
  color: #8b2e2e;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

/* Opciones a la derecha */
.right-options {
  display: flex;
  align-items: center;
  gap: 15px;
}

.right-options select,
.right-options input[type="text"] {
  padding: 5px 10px;
  border-radius: 4px;
  border: 1px solid #ccc;
  font-size: 12px;
}

/* Barra de navegación */
.nav-bar {
  display: flex;
  justify-content: center;
  margin-top: 10px;
  background-color: white;
}

.nav-bar ul {
  display: flex;
  list-style: none;
  gap: 30px;
  padding: 10px 0;
}

.nav-bar a {
  text-decoration: none;
  color: #3d3d3d;
  font-size: 14px;
  font-weight: bold;
}

/* Hover en navegación */
.nav-bar a:hover {
  color: #8b2e2e;

}

.section-title {
  text-align: center;
  margin: 30px 0 10px;
  font-size: 22px;
  font-weight: bold;
}

.subsection {
  padding: 20px;
}

.subsection h3 {
  font-size: 16px;
  margin-bottom: 15px;

}
.beige {
  background-color: #f9f4f0;
}
/* Encabezado con fondo crema */
.encabezado-contacto {
  background-color: #f9f4ef;
  text-align: center;
  padding: 40px 20px;
}

.encabezado-contacto h1 {
  font-size: 24px;
  color: #6a3e2e;
  margin-bottom: 10px;
}

.encabezado-contacto p {
  font-size: 16px;
  color: #555;
  line-height: 1.5;
}

.encabezado-contacto em {
  font-style: italic;
}

/* Fondo blanco desde el formulario */
.formulario-container {
  background-color: #fff;
  max-width: 700px;
  margin: 0 auto;
  padding: 40px 20px;
  text-align: left;
}

.formulario h2 {
  font-size: 16px;
  color: #173f74;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.formulario label {
  font-size: 12px;
  display: block;
  margin-bottom: 5px;
  margin-top: 20px;
}

.formulario input,
.formulario textarea {
  width: 100%;
  padding: 10px;
  font-size: 14px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.formulario textarea {
  resize: vertical;
  min-height: 100px;
}

.formulario button {
  margin-top: 30px;
  padding: 12px 24px;
  background-color: #eab6b2;
  border: none;
  color: white;
  font-weight: bold;
  border-radius: 4px;
  cursor: pointer;
  display: block;
  margin-left: auto;
  margin-right: auto;
  transition: background-color 0.3s;
}

.formulario button:hover {
  background-color: #d89692;
}

.nota {
  font-size: 12px;
  color: #999;
  margin-top: 40px;
  text-align: center;
}
.info-serica {
  max-width: 900px;
  margin: 0 auto;
  padding: 40px 20px;
  color: #333;
}

.datos-serica h2,
.redes-serica h2 {
  font-size: 18px;
  color: #173f74;
  margin-bottom: 20px;
}

.dato {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  margin-bottom: 20px;
  background-color: #f5f8fe;
  border: 1px solid #dbe2ef;
  border-radius: 6px;
  padding: 10px;
}

.dato img {
  width: 32px;
  height: 32px;
}

.dato div {
  font-size: 14px;
  line-height: 1.4;
}

.nota-info {
  font-size: 12px;
  color: #555;
  font-style: italic;
  margin-top: 10px;
}

.redes-serica ul {
  list-style: none;
  padding: 0;
  margin: 20px 0 0;
}

.redes-serica li {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 15px;
  font-size: 14px;
}

.redes-serica img {
  width: 28px;
  height: 28px;
}
/* Footer */
.footer {
  background-color: #d4c3b2;
  color: #fff;
  padding: 40px 20px 10px 20px;
  font-size: 12px;
}

.footer-container {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.footer-section {
  max-width: 200px;
}

.footer-section h4 {
  margin-bottom: 10px;
  font-size: 14px;
}

.footer-section ul {
  list-style: none;
  padding: 0;
}

.footer-section li {
  margin-bottom: 5px;
}

.footer-section a {
  color: #fff;
  text-decoration: none;
}

.footer-bottom {
  text-align: center;
  font-size: 10px;
  border-top: 1px solid #fff;
  padding-top: 10px;
}

/* --- Inicio de cssSerica.css --- */
/* Reset general */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Georgia', serif;
  background-color: #fff;
  color: #3d3d3d;
}

/* Top Bar */
.top-bar {
  background-color: #d4c3b2;
  height: 30px;
}

/* Encabezado principal */
.header {
  width: 100%;
  background-color: white;
  border-bottom: 1px solid #ddd;
}

/* Primera fila de cabecera */
.header-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 40px;
  position: relative;
}

/* Links izquierdos */
.left-links {
  display: flex;
  gap: 20px;
}

.left-links a {
  text-decoration: none;
  color: #3d3d3d;
  font-size: 12px;
}

/* Logo en el centro */
.logo {
  font-family: 'Georgia', serif;
  font-size: 28px;
  color: #8b2e2e;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

/* Opciones a la derecha */
.right-options {
  display: flex;
  align-items: center;
  gap: 15px;
}

.right-options select,
.right-options input[type="text"] {
  padding: 5px 10px;
  border-radius: 4px;
  border: 1px solid #ccc;
  font-size: 12px;
}

/* Barra de navegación */
.nav-bar {
  display: flex;
  justify-content: center;
  margin-top: 10px;
  background-color: white;
}

.nav-bar ul {
  display: flex;
  list-style: none;
  gap: 30px;
  padding: 10px 0;
}

.nav-bar a {
  text-decoration: none;
  color: #3d3d3d;
  font-size: 14px;
  font-weight: bold;
}

/* Hover en navegación */
.nav-bar a:hover {
  color: #8b2e2e;
}

/* Hero Section */
.hero {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f9f4f0;
  padding: 40px 0;
  flex-wrap: wrap;
}

.hero img {
  max-width: 60%;
}

.hero-text {
  max-width: 35%;
  padding: 20px;
}

.hero-text h2 {
  font-size: 24px;
  color: #7a4e2c;
  margin-bottom: 10px;
}

.hero-text p {
  font-size: 14px;
  margin-bottom: 15px;
}

.hero-text button {
  background-color: #d4c3b2;
  border: none;
  padding: 10px 20px;
  font-size: 14px;
  cursor: pointer;
}
.btn-link {
  display: inline-block;
  background-color: #8b2e2e;
  color: white;
  padding: 8px 16px;
  border-radius: 6px;
  text-decoration: none;
  font-size: 13px;
  transition: background-color 0.3s;
}

.btn-link:hover {
  background-color: #732424;
}

/* Categories Section */
.categories {
  display: flex;
  justify-content: space-around;
  margin: 40px 20px;
  flex-wrap: wrap;
}

.category-card {
  text-align: center;
  max-width: 250px;
}

.category-card img {
  width: 90%;
  height: 280px;
}

.category-card h3 {
  margin: 10px 0;
  font-size: 16px;
}

.category-card p {
  font-size: 12px;
}

/* Recent Articles */
.recent-articles {
  background-color: #f9f4f0;
  padding: 40px 20px;
  text-align: center;
}

.recent-articles h2 {
  margin-bottom: 30px;
  font-size: 22px;
  color: #3d3d3d;
}

.articles-grid {
  display: flex;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
}

.article-card {
  background-color: #fff;
  width: 280px;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
  padding-bottom: 20px;
}

.article-card img {
  width: 100%;
}

.article-card h4 {
  margin: 15px;
  font-size: 16px;
}

.article-card p {
  font-size: 12px;
  margin: 0 15px 15px;
}

.article-card button {
  background-color: #e5d3cb;
  border: none;
  padding: 8px 12px;
  font-size: 12px;
  margin: 0 15px;
  cursor: pointer;
}

/* Newsletter */
.newsletter {
  padding: 40px 20px;
  text-align: center;
}

.newsletter h3 {
  margin-bottom: 10px;
  font-size: 18px;
}

.newsletter p {
  font-size: 12px;
  margin-bottom: 20px;
}

.newsletter-form {
  display: flex;
  justify-content: center;
  gap: 10px;
}

.newsletter-form input {
  padding: 8px;
  width: 250px;
}

.newsletter-form button {
  padding: 8px 16px;
  background-color: #e5d3cb;
  border: none;
  cursor: pointer;
}

/* Footer */
.footer {
  background-color: #d4c3b2;
  color: #fff;
  padding: 40px 20px 10px 20px;
  font-size: 12px;
}

.footer-container {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.footer-section {
  max-width: 200px;
}

.footer-section h4 {
  margin-bottom: 10px;
  font-size: 14px;
}

.footer-section ul {
  list-style: none;
  padding: 0;
}

.footer-section li {
  margin-bottom: 5px;
}

.footer-section a {
  color: #fff;
  text-decoration: none;
}

.footer-bottom {
  text-align: center;
  font-size: 10px;
  border-top: 1px solid #fff;
  padding-top: 10px;
}


/* --- Inicio de moda.css --- */

/* Reset general */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Georgia', serif;
  background-color: #fff;
  color: #3d3d3d;
}

/* Top Bar */
.top-bar {
  background-color: #d4c3b2;
  height: 30px;
}

/* Encabezado principal */
.header {
  width: 100%;
  background-color: white;
  border-bottom: 1px solid #ddd;;
}

/* Primera fila de cabecera */
.header-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 40px;
  position: relative;
}

/* Links izquierdos */
.left-links {
  display: flex;
  gap: 20px;
}

.left-links a {
  text-decoration: none;
  color: #3d3d3d;
  font-size: 12px;
}

/* Logo en el centro */
.logo {
  font-family: 'Georgia', serif;
  font-size: 28px;
  color: #8b2e2e;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

/* Opciones a la derecha */
.right-options {
  display: flex;
  align-items: center;
  gap: 15px;
}

.right-options select,
.right-options input[type="text"] {
  padding: 5px 10px;
  border-radius: 4px;
  border: 1px solid #ccc;
  font-size: 12px;
}

/* Barra de navegación */
.nav-bar {
  display: flex;
  justify-content: center;
  margin-top: 10px;
  background-color: white;
}

.nav-bar ul {
  display: flex;
  list-style: none;
  gap: 30px;
  padding: 10px 0;
}

.nav-bar a {
  text-decoration: none;
  color: #3d3d3d;
  font-size: 14px;
  font-weight: bold;
}

/* Hover en navegación */
.nav-bar a:hover {
  color: #8b2e2e;

}
/* Título principal */
.main-title {
	font-size: 36px;
color: #3d3d3d;
  font-family: 'Georgia', serif;
  letter-spacing: 1px;
  text-align: left;
  margin: 40px 40px 20px 40px;
}


.subsection {
  padding: 20px;
}

.subsection h3 {
  font-size: 20px;
  font-weight: normal; /* Letras más finas */
  color: #3d3d3d;
  font-family: 'Georgia', serif;
  text-align: left;
  margin: 60px 40px 10px 40px; /* margen para separación del borde */;

}
.beige {
  background-color: #f9f4f0;
}

.image-row {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}

.image-row div {
  width: 160px;
  text-align: center;
}

.image-row img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  border-radius: 4px;
}

.image-row p {
  font-size: 12px;
  margin-top: 8px;
}

footer {
  background: #4d3b2f;
  color: white;
  font-size: 12px;
  padding: 15px 20px;
}

.footer-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.footer-links a {
  color: white;
  margin-left: 15px;
  text-decoration: none;
}


/* --- Inicio de SobreNosotras.css --- */
/* Reset general */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Georgia', serif;
  background-color: #fff;
  color: #3d3d3d;
}

/* Top Bar */
.top-bar {
  background-color: #d4c3b2;
  height: 30px;
}

/* Encabezado principal */
.header {
  width: 100%;
  background-color: white;
  border-bottom: 1px solid #ddd;
}

/* Primera fila de cabecera */
.header-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 40px;
  position: relative;
}

/* Links izquierdos */
.left-links {
  display: flex;
  gap: 20px;
}

.left-links a {
  text-decoration: none;
  color: #3d3d3d;
  font-size: 12px;
}

/* Logo en el centro */
.logo {
  font-family: 'Georgia', serif;
  font-size: 28px;
  color: #8b2e2e;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

/* Opciones a la derecha */
.right-options {
  display: flex;
  align-items: center;
  gap: 15px;
}

.right-options select,
.right-options input[type="text"] {
  padding: 5px 10px;
  border-radius: 4px;
  border: 1px solid #ccc;
  font-size: 12px;
}

/* Barra de navegación */
.nav-bar {
  display: flex;
  justify-content: center;
  margin-top: 10px;
  background-color: white;
}

.nav-bar ul {
  display: flex;
  list-style: none;
  gap: 30px;
  padding: 10px 0;
}

.nav-bar a {
  text-decoration: none;
  color: #3d3d3d;
  font-size: 14px;
  font-weight: bold;
}

/* Hover en navegación */
.nav-bar a:hover {
  color: #8b2e2e;
}/* Reset básico */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Georgia', serif;
  background-color: #ffffff;
  color: #2e2e2e;
  line-height: 1.6;
}

/* Cabecera principal */
.hero {
  background-color: #f8f6f4;
  text-align: center;
  padding: 20px;
}

.cabecera-img {
  width: 50%;
  max-height: 350px;
  object-fit: cover;
  margin-bottom: 10px;
}

.hero h1 {
  font-size: 48px;
  color: #8b2e2e;
  margin-bottom: 10px;
}

.slogan {
  font-style: italic;
  color: #444;
  text-align: center;
  
}

/* Contenido principal */
.contenedor {
  max-width: 900px;
  margin: 40px auto;
  padding: 0 20px;
}

/* Secciones generales */
section {
  margin-bottom: 50px;
}

h2 {
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 15px;
  color: #1f1f1f;
}

p, ul {
  font-size: 16px;
  text-align: justify;
  margin-bottom: 20px;
}

/* Tabla del equipo */
table {
  margin: 20px auto;
  text-align: center;
  border-collapse: collapse;
  border: 2px solid #3d3d3d;
}

table td {
  padding: 10px;
  border: 2px solid #3d3d3d;

}

/* ¿Por qué escogernos? */
.por-que .contenido {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 20px;
}

.por-que ul {
  flex: 1;
  padding-left: 20px;
}

.por-que img {
  max-width: 250px;
  height: auto;
  object-fit: cover;
  border-radius: 4px;
}

/* Únete */
.unete ul {
  padding-left: 20px;
  margin-bottom: 20px;
}

.boton-unete {
  background-color: #e3b6b6;
  color: white;
  border: none;
  padding: 10px 30px;
  font-weight: bold;
  cursor: pointer;
  opacity: 0.6;
  border-radius: 5px;
}

.frase-final {
  margin-top: 20px;
  font-size: 14px;
  text-align: center;
  color: #555;
}

.footer {
  background-color: #d4c3b2;
  color: #fff;
  padding: 40px 20px 10px 20px;
  font-size: 12px;
}

.footer-container {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.footer-section {
  max-width: 500px;
}

.footer-section h4 {
  margin-bottom: 10px;
  font-size: 14px;
}

.footer-section ul {
  list-style: none;
  padding: 0;
}

.footer-section li {
  margin-bottom: 5px;
}

.footer-section a {
  color: #fff;
  text-decoration: none;
}

.footer-bottom {
  font-size: 10px;
  border-top: 1px solid #fff;
  padding-top: 10px;
  text-align: center;
}

/* --- Inicio de tienda.css --- */
/* Reset general */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Georgia', serif;
  background-color: #fff;
  color: #3d3d3d;
}

/* Top Bar */
.top-bar {
  background-color: #d4c3b2;
  height: 30px;
}

/* Encabezado principal */
.header {
  width: 100%;
  background-color: white;
  border-bottom: 1px solid #ddd;
}

/* Primera fila de cabecera */
.header-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 40px;
  position: relative;
}

/* Links izquierdos */
.left-links {
  display: flex;
  gap: 20px;
}

.left-links a {
  text-decoration: none;
  color: #3d3d3d;
  font-size: 12px;
}

/* Logo en el centro */
.logo {
  font-family: 'Georgia', serif;
  font-size: 28px;
  color: #8b2e2e;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

/* Opciones a la derecha */
.right-options {
  display: flex;
  align-items: center;
  gap: 15px;
}

.right-options select,
.right-options input[type="text"] {
  padding: 5px 10px;
  border-radius: 4px;
  border: 1px solid #ccc;
  font-size: 12px;
}

/* Barra de navegación */
.nav-bar {
  display: flex;
  justify-content: center;
  margin-top: 10px;
  background-color: white;
}

.nav-bar ul {
  display: flex;
  list-style: none;
  gap: 30px;
  padding: 10px 0;
}

.nav-bar a {
  text-decoration: none;
  color: #3d3d3d;
  font-size: 14px;
  font-weight: bold;
}

/* Hover en navegación */
.nav-bar a:hover {
  color: #8b2e2e;

}

.section-title {
  text-align: center;
  margin: 30px 0 10px;
  font-size: 22px;
  font-weight: bold;
}

.subsection {
  padding: 20px;
}

.subsection h3 {
  font-size: 16px;
  margin-bottom: 15px;

}
.beige {
  background-color: #f9f4f0;
}
.tienda {
  padding: 50px 60px;
  max-width: 1200px;
  margin: 0 auto;
}

.tienda-title {
  font-size: 32px;
  text-align: center;
  color: #59391b;
  font-weight: bold;
  margin-bottom: 30px;
}

.tienda-flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 30px;
}

.tienda-description {
  flex: 1;
  font-size: 16px;
  line-height: 1.6;
  color: #3d3d3d;
  max-width: 750px;
}
/* Menú desplegable*/
.custom-select {
  min-width: 200px;
  position: relative;
}

.custom-select select {
  width: 100%;
  padding: 10px 12px;
  font-size: 14px;
  border-radius: 5px;
  border: 1px solid #ccc;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  background-color: white;
  cursor: pointer;
}

.subsection-title {
  font-size: 22px;
  margin-top: 50px;
  font-weight: bold;
  color: #000;
}
.carrusel-section {
  margin: 60px auto;
  padding: 0 40px;
  max-width: 1200px;
}

.subsection-title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #111;
}

.carousel-container {
  position: relative;
  overflow: hidden;
}

.carousel {
  display: flex;
  gap: 40px;
  transition: transform 0.5s ease-in-out;
  scroll-behavior: smooth;
  overflow: hidden;
}

.carousel-item {
  flex: 0 0 auto;
  width: 200px;
  text-align: left;
}

.carousel-item img {
  width: 100%;
  border-radius: 10px;
  margin-bottom: 10px;
}

.carousel-item p {
  font-size: 14px;
  line-height: 1.4;
  color: #333;
}

.carousel-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: white;
  border: none;
  font-size: 24px;
  cursor: pointer;
  padding: 10px;
  z-index: 10;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  border-radius: 50%;
}

.carousel-btn.left {
  left: -10px;
}

.carousel-btn.right {
  right: -10px;
}
.iconos-finales {
  display: flex;
  justify-content: center;
  gap: 80px;
  padding: 40px 0;
}

.icono-bloque {
  text-align: center;
  color: #555;
  transition: transform 0.3s ease;
}

.icono-bloque i {
  font-size: 48px;
  margin-bottom: 10px;
}

.icono-bloque p {
  font-size: 14px;
  color: #3d3d3d;
  font-style: italic;
}

.icono-bloque:hover {
  transform: scale(1.1);
  color: #8b2e2e;
}
.carousel-item img {
  width: 100%;
  height: 300px; /* o el alto que prefieras */
  object-fit: cover;
  border-radius: 8px;
}
/* Footer */
.footer {
  background-color: #d4c3b2;
  color: #fff;
  padding: 40px 20px 10px 20px;
  font-size: 12px;
}

.footer-container {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.footer-section {
  max-width: 200px;
}

.footer-section h4 {
  margin-bottom: 10px;
  font-size: 14px;
}

.footer-section ul {
  list-style: none;
  padding: 0;
}

.footer-section li {
  margin-bottom: 5px;
}

.footer-section a {
  color: #fff;
  text-decoration: none;
}

.footer-bottom {
  text-align: center;
  font-size: 10px;
  border-top: 1px solid #fff;
  padding-top: 10px;
}


