* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html {
    scroll-behavior: smooth;
}
body{

    font-family: 'Montserrat', sans-serif;
    background-color: rgb(99, 35, 172);
    background-size: cover;
    background-position: center;
    color: rgb(255, 255, 255);
}

nav {
    top: 0;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0);
    backdrop-filter: blur(10px);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    z-index: 10;
}

/*PERSONALIZACION DE LA BARRA DE NAVEGACION PC*/
.navbar-custom{
    background-color: rgba(0, 0, 0, 0);
    box-shadow: -1px 5px 48px 5px rgba(0,0,0,0.76);
    -webkit-box-shadow: -1px 5px 48px 5px rgba(0,0,0,0.76);
    -moz-box-shadow: -1px 5px 48px 5px rgba(0,0,0,0.76);
}
.nav-wrapper ul li a {
    background-color: transparent;
    width: 200px;
    text-align: center;
    box-shadow: none;
    font-size: large;
    font-weight: 600;
}
.selec-navbar{
    border-bottom: 3px solid #652692;
}
/*PERSONALIZACION DE LA BARRA DE NAVEGACION TELEFONO*/

.btn-mobile{
    font-weight: 600;
}
.btn-mobile:hover{
    color: white !important;
    background-color: black !important;
}
.center-navbar{
    display: flex;
    justify-content: center;
    width: 100%;
}
.sidenav{
    padding-top: 5%;
    background-color: #141517;
}
.sidenav li a{
    color: white;
}
.btn-sidenav{
    font-size: 12px !important;
    font-weight: 700 !important;
    background-color: #fff;
    color: #421edf !important;
    border-radius: 9px;
    padding: 0 10% !important;
    border: 2px solid #421edf;
    overflow: hidden;
    text-overflow: ellipsis;
}

/*FOOTER*/

.icons-redes{
    display: flex;
    justify-content: center;
}
.icons-redes li{
    margin: 2%;
}
.c-grey{
    color: grey;
}
.c-grey:hover{
    color: #652692;
}

.div-color{
    border: 2px solid #1e1e21;
    margin-bottom: 3%;
}
.pie{
    background-color: #141517;
}

/*Imagenes*/
  #foto1 ,#foto2,#foto3,#foto4 ,#foto5 ,#foto6,#foto7,#foto8{
    border-radius: 5%;
    height: 160px;
    width: 400px;
    background-color: #000000;
    margin: 2%;
    box-shadow: 2px 1px 53px 2px rgba(0,0,0,0.5);
    -webkit-box-shadow: 2px 1px 53px 2px rgba(0,0,0,0.5);
    -moz-box-shadow: 2px 1px 53px 2px rgba(0,0,0,0.5);
}
  
.button--glass {
    background-color: rgba(253, 99, 47, 0);
}

.button--glass:hover {
    background-color: rgba(151, 40, 216, 0.3);
}

#navbar-items{
    background-color: rgba(0, 0, 0, 0.89);
}

/* header */

.header {
    position: relative;
    background-image: url(../images/FONDO\ CIUDAD\ URBANA.png);
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 8%;
    height: 26vh;
    flex-wrap: wrap;
}

.div-suscribirse{
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.div-redes{
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex: 1;
}

.div-redes .fixed-action-btn {
    position: absolute;
    align-items: center;
    bottom: auto;
    right: auto;
    margin: auto;

}

/* boton flotante animacion */

.boton-animado {
  --color: #421edf;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 65px; /* Tamaño típico btn-large */
  height: 65px;
  border-radius: 50%;
  background-color: white;
  color: var(--color);
  transition: color 0.5s ease-in-out;
  overflow: hidden;
  z-index: 1;
  border: 2px solid var(--color);
}

.boton-animado::before {
  content: "";
  position: absolute;
  z-index: -1;
  background: var(--color);
  width: 200%;
  height: 200%;
  top: 100%;
  left: 100%;
  border-radius: 50%;
  transition: all 0.6s ease-in-out;
}

.boton-animado:hover {
  color: #fff;
}

.boton-animado:hover::before {
  top: -50%;
  left: -50%;
}

.boton-animado:active::before {
  background: #000;
  transition: background 0s;
}

.boton-animado:hover .color-comments {
  color: white !important;
}

.fixed-action-btn ul li a {
  background-color: transparent;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.fixed-action-btn ul li a:hover {
  background-color: #421edf !important;
  color: white !important; /* para que el ícono se vea blanco sobre fondo morado */
}

.fixed-action-btn ul li a:hover i {
  color: white !important;
}


.color-comments{
    color:#421edf !important;
}
.border-icon {
    outline: 2px solid #421edf;

}
/* boton suscribite */ 
.boton-suscribete {
    --color: #421edf;
    font-family: inherit;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 9em;
    height: 3em;
    line-height: 2.5em;
    cursor: pointer;
    overflow: hidden;
    border: 2px solid var(--color);
    transition: color 0.5s;
    font-size: 18px;
    border-radius: 9px;
    font-weight: 600;
    position: relative;
    color: var(--color);
    z-index: 1;
    -webkit-tap-highlight-color: transparent;
    user-select: none;
}

.boton-suscribete::before {
    content: "";
    position: absolute;
    z-index: -1;
    background: var(--color);
    height: 150px;
    width: 200px;
    border-radius: 70%;
    top: 100%;
    left: 100%;
    transition: all 0.7s;
}

.boton-suscribete:hover {
    color: #fff;
}

.boton-suscribete:hover:before {
    top: -50px;
    left: -20px;
    background: var(--color) ;
}

.boton-suscribete:focus,
.boton-suscribete:active {
    background-color: #fff !important;
    box-shadow: none !important;
    outline: none !important;
    color: var(--color) !important;
}

.boton-suscribete:active:before {
    background: rgba(151, 40, 216, 0.3) !important;
    transition: background 0.7s !important;
}



@media (max-width: 630px) {
  .div-suscribirse .boton-suscribete{
    display: none;
  }
}
#nav-btn{
    display: none !important;
}
@media (max-width: 630px) {
  .logo{
    height: 40%;
  }
  .header{
    height: 20vh;
  }
  .div-redes .fixed-action-btn{
    position: fixed;
    right: 23px;
    bottom: 23px;
  }

}


.texto{
    text-align: center;
    margin-top: 10px;
    max-width: 1300px;
    max-height: 1700px;
    margin-left: auto;
    margin-right: auto;
}


.card{
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    padding: 20px;
    background: rgba(255,255,255,0.1);
    box-shadow: 0 8px 32px rgba(0,0,0,0.25);
    backdrop-filter: blur(12px);
    border-radius: 20px;
    text-align: center;
    border:1px solid rgba(255,255,255,0.2);
    gap: 1em;
}

.card h2{
    margin: 0;
}



/* logo */

.div-logo{
    z-index: 5;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.logo{
    height: 60%;
    width: auto;
    max-width: 170px;
    margin-top: 12%;
}

@media (min-height: 800px){
    .header{
        max-height: 185px;
    }
}

.transmision-container{
    width: 100%;
    aspect-ratio: 16 / 9;
    position: relative;
}
.transmision-container iframe{
    width: 100%;
    height: 100%;
    display: block;
}

.div-title{
    width: 100%;
}

h1 {
  font-size: clamp(1.8rem, 8vw, 3.5rem);
  font-weight: 600;
}

.div-publi{
    width: 100%;
    aspect-ratio: 16 / 9;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.publi{
    width: 80%;
    display: block;
}

/* Oculta el menú normal debajo de 768px */
@media only screen and (max-width: 630px) {
  .hide-on-mobile {
    display: none !important;
  }
}

/* Oculta el icono del menú móvil en pantallas grandes */
@media only screen and (min-width: 631px) {
  .icon-mobile {
    display: none !important;
  }
}

.logo-menu-mobile{
    width: 100%;
    height: auto;
}


