* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  min-height: 100vh;
  display: flex;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  background-color: #f4f4f4;
  color: #333;
  line-height: 1.6;
  flex-direction: column;
}

.header {
  background-color: #691C32;
  color: white;
  padding: 15px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
 }

.header .logo {
  display: flex;
  align-items: center;
}

.header .logo img {
  max-height: 100px;
  margin-right: 10px;
}

.header h1 {
  font-size: 1rem;
}

.menu-toggle {
  background: none;
  border: none;
  color: white;
  font-size: 1.5rem;
  cursor: pointer;
  display: none;
}

.nav ul {
  list-style: none;
  display: flex;
}

.nav ul li {
  margin-left: 20px;
}

.nav ul li a {
  color: white;
  text-decoration: none;
  font-weight: bold;
  font-size: 16px;

}

.carousel-container {
  width: 100%;
  overflow: hidden;
  position: relative;
  left: 18%;
  max-height: 80%;
 
}

.carousel {
	display: flex;
	transition: transform 0.5s ease-in-out;
	width: 80%;

}

.carousel img {
  
  width: 80%;
  height: auto;
  flex-shrink: 0;
  display: none;
}

.carousel img.active {
  display: block;
}

.content {
  padding: 15px;
  max-width: 1000px;
  margin: auto;
  background-color: #fff;
  margin-top: 15px;
  border-radius: 8px;
  flex: 1;
}

.section {
  margin-bottom: 30px;
}

.footer {
  width: 100%;
  background-color: #691C32;
  color: white;
  text-align: center;
  /*padding: 20px;*/
  padding: 1rem 0;
  margin-top: 20px;
}

.footer-links {
  margin-top: 10px;
}

.footer-links a {
  color: white;
  text-decoration: underline;
  margin: 0 10px;
}

@media (max-width: 768px) {
  .nav ul {
    flex-direction: column;
    display: none;
    background-color: #691C32;
    width: 100%;
  }

  .nav ul.show {
    display: flex;
  }

  .nav ul li {
    margin: 10px 0;
  }

  .menu-toggle {
    display: block;
  }

  .header h1 {
    font-size: 0.9rem;
  }
}


.Estilo3 {
	color: #9D2449;
	font-weight: bold;
}
.Estilo7 {font-size: 16px; }
.Estilo9 {color: #FFFFFF; font-weight: bold; font-size: 14px; }
.Estilo21 {
	font-size: 16px;
	font-weight: bold;
	color: #000000;
}
a:link {
	text-decoration: none;
	color: #000000;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #000000;
}
.Estilo22 {
	color: #1F86C8;
	font-weight: bold;
	font-size: 16px;
}
.Estilo24 {font-size: 16px; font-weight: bold;}
.aviso_privacidad {
	font-size: 16px;
	color: #FFFFFF;
}
.Avios {
	color: #FFFFFF;
	text-align: right;
}
.aviso_privacidad {
	color: #FFFFFF;
}

.Estilo44 {
	color: #000000;
	font-weight: bold;
	font-size: 36px;
}

Titulos {
	font-size: 36px;
	font-weight: bold;
}
