body {
    margin: 0;
    font-family: 'Helvetica', sans-serif;
    text-align: center;
    background-color: #fae3b1;
    color: #333;
}

header {
    background-color: #000000;
}

footer {
	font-size: 14px;
	text-align: center;
	color: gray;
}


.main {
  font-family: Arial,sans-serif;
  font-style: normal;
  font-size: 16px;
  font-weight: normal;
  text-decoration: none;
  color: #4A4A4A;
  text-align: center;
  border: 3px;
}

h1 {
  font-family: Arial,sans-serif;
  font-style: normal;
  font-size: 24px;
  font-weight: normal;
  text-decoration: none;
  text-align: center;
  border: 3px;
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}


.mainQuote {
    padding: 40px 20px;
}

.mainQuote img {
	max-height: 800px; /* Ensure the image doesn't exceed the screen height */
	height: auto; /* Maintain the aspect ratio */
	width: auto; /* Prevent the image from stretching */
	display: block; /* Remove default inline spacing */
	margin: 0 auto; /* Center the image horizontally */
	margin-left: auto;
    margin-right: auto;
}

img {
	max-width: 100%; /* Ensure the image doesn't exceed the screen width */
	height: auto; /* Maintain the aspect ratio */
	width: auto; /* Prevent the image from stretching */
	display: block; /* Remove default inline spacing */
	margin: 0 auto; /* Center the image horizontally */
}

nav {
    background-color: #ffc974;
    padding: 12px 0;   
}

nav ul {
    list-style: none;
    padding: 0;
    display: flex;
    justify-content: center;
    background-color: #ffc974;
    margin: 0;
	gap: 10px;
    overflow-x: auto;
    white-space: nowrap;	
}

nav ul li {
    margin: 0 10px;
}

nav ul li a {
    text-decoration: none;
    color: #444;
    font-weight: bold;
	padding: 10px 10px;
    transition: all 0.3s ease;
}

nav ul li a.active,
nav ul li a:hover {
    background-color: #fae3b1;
    border-radius: 10px;
    color: #000;
}

nav ul li a.submenu{
	font-weight: normal;
	border-radius: 10px;
}


@media screen and (max-width: 768px) {
	nav ul {
		list-style: none;
		padding: 0;
		display: flex;
		justify-content: center;
		background-color: #ffc974;
		margin: 0;
		gap: 0px;
		overflow-x: auto;
		white-space: nowrap;	
	}
	
	nav ul li {
    margin: 0 3px;
	}

	nav ul li a {
		text-decoration: none;
		color: #444;
		font-weight: bold;
		padding: 3px 3px;
		transition: all 0.3s ease;
	}

	nav ul li a.active,
	nav ul li a:hover {
		background-color: #fae3b1;
		border-radius: 3px;
		color: #000;
	}
	
	nav ul li a.submenu{
	font-weight: normal;
	background-color: #fae3b1;
	border-radius: 10px;
}


}

.scroll-menu {
  overflow-x: auto;
  white-space: nowrap;
  background-color: #ffc974;
}

.scroll-menu ul {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
}

.scroll-menu li {
  flex: 0 0 auto;
}

.scroll-menu a {
  display: block;
  padding: 5px 5px;
  text-decoration: none;
  color: #444;
  white-space: nowrap;
}

.logo {
    max-height: 200px;
	max-width: 100%; /* Ensure the image doesn't exceed the screen width */
}

.canal-container {
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: center;
      flex-wrap: wrap;
      padding: 40px 20px;
      gap: 40px;
      text-align: left;
    }

.canal-images {
  display: flex;
  flex-direction: row;        
  align-items: center;         
  gap: 10px;                   
  flex-wrap: wrap;            
}

.canal-images-small {
  width: 150px; 
  height: auto;
  display: flex;
  flex-direction: row;        
  align-items: center;         
  gap: 10px;                   
  flex-wrap: wrap;
  border-radius: 50%;  
}

.canal-avatar {
  max-width: 300px;
  border-radius: 50%;
}

.canal-rosa {
  max-width: 400px;
  display: block;
}

.canal-info {
  max-width: 500px;
}

.canal-info h1 {
  margin-bottom: 15px;
}

.canal-info h2 {
  margin-bottom: 15px;
  font-size: 1.8em;
}

.canal-info-subtitulo {
  text-align: center;
  font-size: 0.9em !important;       
  font-weight: normal;   
  color: #666;            
  margin-top: -2px;    
  margin-bottom: 5px !important;
}

.canal-info p {
  font-size: 1.1em;
  margin-bottom: 20px;
}

.canal-info a {
  color: #4A4A4A;
  text-decoration: none;
  font-size: 1.1em;
}

.canal-info a:visited {
  color: #4A4A4A;
}

.canal-info a:hover {
  color: #333333;
  text-decoration: underline;
}

.canal-info a:active {
  color: #2C2C2C;
}

.social-links a {
  margin-right: 15px;
  display: inline-block;
}

.social-links img {
  width: 32px;
  height: 32px;
  transition: transform 0.2s ease;
}

.social-links img:hover {
  transform: scale(1.1);
}


.socialmedia {
  padding: 40px 20px;
  background-color: #fae3b1;
  text-align: center;
}

.socialmedia h2 {
  font-size: 1.8em;
  margin-bottom: 30px;
}

.socialmedia-list {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  max-width: 600px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.socialmedia-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: flex-start;
  background-color: #ffecc6;
  padding: 15px 20px;
  border-radius: 8px;
  box-shadow: 0 0 8px rgba(0,0,0,0.05);
}

.socialmedia-list img {
  width: 32px;
  height: 32px;
}

.socialmedia-list span {
  min-width: 80px;
}

.socialmedia-list a {
  color: #444;
  text-decoration: none;
  transition: color 0.3s;
  font-weight: normal;
}

.socialmedia-list a:hover {
  color: #000;
  text-decoration: none;
}

.wide {
   max-width: 800px;
}

.text-mobile {
  display: none;
}

.text-desktop {
  display: inline;
}

@media screen and (max-width: 768px) {
  .text-mobile {
    display: inline;
  }

  .text-desktop {
    display: none;
  }
}

.text-bold {
  font-weight: bold;	
}


.video-info {
  display: flex;
  flex-direction: column; 
  flex-grow: 1; 
}

.video-container-pc {
  display: block;
}

.video-container-mobile {
  display: none;
}

@media screen and (max-width: 768px){
	.video-container-pc {
	  display: none;
	}

	.video-container-mobile {
	  display: block;
	}
}

.video-wrapper {
  position: relative;
  width: 100%;
  max-width: 800px; /* o el ancho máximo que quieras en PC */
  margin: 0 auto;
  padding-bottom: 56.25%; /* 16:9 ratio */
  height: 0;
  overflow: hidden;
}

.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.status {
  font-size: 0.9em; 
  color: #999; 
}

.titulo {
  font-size: 1.1em;
  color: #333; 
  margin-top: 5px; 
}

.descripcion {
  font-size: 0.85em; 
  color: #666; 
  margin-top: 5px;
  line-height: 1.4; 
  font-weight: normal; 
}


.video-navigation {
  list-style-type: disc !important;
  display: flex;
  justify-content: center;
  gap: 5px;
  margin-bottom: 5px;
  flex-direction: column;
  padding: 10px 15px;
  background-color: #ffecc6;
}

.video-index {
  list-style-type: circle !important;
  padding-left: 20px;
  margin: 0;           
}

.video-index-empty
{
  list-style-type: none !important;
  font-size: 1em;  
  font-weight: bold !important;
}

.video-index li {
  margin-bottom: 5px;
}

.nav-link {
  color: #444;
  text-decoration: none;
  font-weight: normal !important;
  font-family: Roboto, sans-serif !important;
  font-size: 1em;
}

.nav-link:hover {
  color: #000;
}

.upcoming {
  text-align: center;
  padding: 80px 20px 0px;
  background-color: #fae3b1;
}

.upcoming h1 {
  font-size: 3em;
  font-weight: bold;
  color: #933d0e;
  margin: 0;
}


.impressum a {
  color: inherit;        
  text-decoration: none;
  cursor: pointer;
}

.impressum a:hover,
.impressum a:focus,
.impressum a:active {
  color: inherit;        
  text-decoration: none; 
}
