html, body {
    width: 100%;
    overflow-x: hidden;
}

/* {
    outline: 1px solid red;
} */

body
{
    margin: 0;
    padding: 0;
    background-color: #F5EDE1;
}
/*Header*/
header
{
  font-family : Tahoma, Arial, sans-serif;
  padding: 2px;
  display: flex;
  justify-content: space-between;
  align-items: center;
	position: sticky;
  top: 0;
  z-index: 1000;
  background-color: #8D1914;
}

.logo {
  width: 150px;
  height: auto;
  margin: 15px;
  margin-left: 25px;
}

.menu {
  display: flex;
  gap: 40px;
  margin-right: 30px;
  align-Items: center;
}

.opciones {
  Font-family : Tahoma, Arial, sans-serif;
  Font-size: 15px;
  text-decoration: none;
  color: white;
  transition: transform 1s;
}

.opciones :hover {
  transform: scale(1.15);
}
/*Header*/
/*Cuerpo*/
.cuerpo {
  display: flex;
  align-items: flex-start;
}

main {
  flex: 7;
}
.contenido {
  background-color: rgba(141, 25, 20, 0.8);
  border-radius: 15px;
  margin: 25px;
  padding: 25px;
  display: flex;
  align-items: center;
	flex-direction: column;
}

aside {
  background-color: rgba(141, 25, 20, 0.8);
  border-radius: 15px;
  margin: 25px;
  margin-left: 0px;
  padding: 15px;
  padding-left: 0;
  padding-right: 0;
  flex: 2;
	display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
/*Main*/
/*Emisoras*/
.eskinas {
  background-color: rgba(141, 25, 20, 0.5);
  padding-top: 20px;
  padding: 15px;
  padding-bottom: 30px;
	margin: 40px;
	margin-top: 5px;
  border-radius: 20px;
  flex-direction: column;
  display: flex;
  justify-content: center;
}
/*Emisoras*/
/*Contenido*/
a {
  color: #8D1914;
  text-decoration: none;
}
h1 {
  font-family : Bahnschrift, Arial, sans-serif;
  font-size: 36px;
  color: #F5EDE1;
  text-align: center;
  margin: 10px;
}

h2 {
  font-family : Bahnschrift, Arial, sans-serif;
  font-size: 25px;
  color: #F5EDE1;
  text-align: center;
  margin-bottom: 10px;
  margin-top: 20px;
}

h4 {
  font-family : Bahnschrift, Arial, sans-serif;
  font-size: 20px;
  color: #F5EDE1;
  text-align: center;
  margin-bottom: 10px;
  margin-top: 20px;
}

h5 {
  font-family : Bahnschrift, Arial, sans-serif;
  margin: 10px;
  margin-bottom: 6px;
  margin-top: 6px;
  font-size: 18px;
  color: #F5EDE1;
}

h6 {
font-family : Bahnschrift, Arial, sans-serif;
  font-size: 16px;
  color: #B5B5B5;
  text-align: center;
}

strong {
  font-size: 133%;
}

.correo {
  color:#B5B5B5;
}

.imagenes {
  border-radius: 13px;
  width: 200px;
  height: auto;
}

.rslogos {
  width: 50px;
  height: auto;
  margin: 20px;
}

.rslogos-pie {
  width: 30px;
  height: auto;
  margin: 10px;
}

.redess {
  background: rgba(236, 199, 54, 0.4);
  border-radius: 20px;
	padding: 30px;
	padding-top: 0;
	padding-bottom: 0;
	margin-top: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 1s;
}

.redess :hover {
  transform: scale(1.05);
}

.refran {
  font-family : Bahnschrift, Arial, sans-serif;
  margin-top: 48px;
  font-size: 48px;
  color: #F5EDE1;
  text-align: center;
}
/*Contenido*/
/*Cuerpo*/
/*Footer*/
footer {
  background-color: #0F0F0F;
  color: white;
  font-family : Tahoma, Arial, sans-serif;
  padding: 2px;
	margin-top: 15px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

.footerr {
  color: white;
  font-family : Tahoma, Arial, sans-serif;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.pie {
  margin: 40px;
  margin-bottom: 50px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.pie2 {
  margin: 40px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
}


.menu-pie {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
}

.pie-logo {
  margin: 48px;
  margin-bottom: 15px;
  margin-left: 10px;
  height: auto;
  width: 150px;
}

.final {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  align-items: center;
  grid-column: 2;
}

.menu-legal {
  display: flex;
  gap: 20px;
  margin-left: 20px;
  justify-content: flex-start;
  align-items: center;
  grid-column: 1;
}

.fondo {
  display: grid;
  grid-template-columns: 33% auto 33%;
  flex-direction: column;
}
/*Footer*/
/*Reproductor*/
.boton-play {
  margin-top: 10px;
  background-color: #8D1914;
  display: flex;
  justify-content: center;
  color: #ECC736;
  padding: 12px 25px;
  border: none;
  border-radius: 10px;
  font-size: 18px;
  cursor: pointer;
  transition: background-color 0.5s, transform 0.2s;
}

.boton-play:hover {
  transform: scale(1.05);
  color: white;
}

.boton-play.active {
  background-color: #ECC736;
  color: #8D1914;
}

.emisora {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
/*Reproductor*/
/*Publicidad*/
.bloque-publicitario {
	margin: 25px;
	margin-top: 0;
	margin-bottom: 0;
	display: flex;
  align-items: center;
	justify-content: space-between;
	container-type: inline-size;
}
.publicidad {
  min-height: 80px;
	max-height: 130px;
	width: 32.5%;
	border-radius: 15px;
	background: #8D1914;
	display: flex;
	box-shadow: 0 0 8px rgba(1, 1, 1, 0.3);
	transition: transform 0.2s, box-shadow 0.2s;
}

.publicidad:hover {
  transform: scale(1.03);
	box-shadow: 0 0 10px rgba(1, 1, 1, 0.5);
}
/*Publicidad*/

@container (max-width: 780px) {
	/*Publicidad*/
	.publicidad1 {
		width: 49%;
	}
	
	.publicidad2 {
		width: 49%;
	}
	
	.publicidad3 {
		display: none;
	}
}

@container (max-width: 520px) {
	/*Publicidad*/
	.publicidad1 {
		width: 100%;
		margin: 0px;
	}
	
	.publicidad2 {
		display: none;
	}
}

/*MOVIL*//*MOVIL*//*MOVIL*/

@media (max-width: 900px) {
  .menu-legal {
      gap: 10px;
      margin-left: 15px;
    }

    .fondo {
      grid-template-columns: 50% 50%;
    }
}

@media (max-width: 760px) {
    /*Header*/
    header {
        justify-content: center;
        flex-direction: column;
    }

    .logo {
        width: 140px;
        height: auto;
        margin-left: 15px;
        margin-bottom: 5px;
    }

    .menu {
        gap: 20px;
        margin-right: 0px;
    }

    .opciones {
        Font-size: 14px;
    }

    .opciones:hover {
        transform: scale(1.06);
    }
    /*Header*/
    /*Cuerpo*/
    .cuerpo {
        align-items: center;
    }

    main {
        flex: auto;
    }
    .contenido {
        margin: 10px;
        padding: 14px;
    }

    aside {
        display: none;
        border-radius: 0px;
        margin: 0px;
        flex: none;
    }
    /*Main*/
    /*Contenido*/
    h1 {
        font-size: 32px;
        margin: 10px;
    }

    h2 {
        font-size: 20px;
        margin-bottom: 6px;
        margin-top: 12px;
    }
    
    h4 {
        font-size: 26px;
        margin-bottom: 6px;
        margin-top: 12px;
    }

    h5 {
        margin: 5px;
        margin-bottom: 4px;
        margin-top: 4px;
        font-size: 14px;
    }

    .rslogos {
        width: 36px;
        margin: 12px;
    }

    .rslogos-pie {
        width: 20px;
        height: auto;
        margin: 6px;
    }

    .redess {
        border-radius: 18px;
	    margin-top: 28px;
    }

    .refran {
        margin: 36px;
        margin-top: 42px;
        margin-bottom: 30px;
        font-size: 32px;
    }

    h6 {
        font-size: 10px;
    }
    /*Contenido*/
    /*Cuerpo*/
    /*Footer*/
    footer {
        padding: 4px;
    }

    .pie {
        margin: 4px;
        margin-bottom: 8px;
    }

    .pie2 {
        margin: 4px;
    }

    .pie-logo {
        margin: 38px;
        margin-bottom: 15px;
        margin-left: 10px;
        width: 130px;
    }
    /*Footer*/
		/*Publicidad*/
		.bloque-publicitario {
			margin: 10px;
		}
		/*Publicidad*/
}

@media (max-width: 350px) {
  .menu-legal {
      gap: 8px;
      margin-left: 5px;
    }

    .fondo {
      grid-template-columns: 60% 40%;
    }
}