*{margin:0;padding:0;box-sizing: border-box;  list-style-type: square;}

body {
    font-family: Poppins, sans-serif;
    background-color: #6c2370;
}

header{
    height:100vh;
}

.h2{
    font-family: Poppins, sans-serif;    
}

p{
    font-family: Poppins, sans-serif;
}

.navbar {
    height:110px;
}

.fondo {
    background-image: url(./img/cabecera_ordenador_comic2025.jpg);
    height:100%;
    width: 100%;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size:cover;
}

.logo{
    display: flex;
    float: left;
    width: 90px;
    height:80px;
    align-items: center;
  }
  
  .logo img{
    width: 90px;
    padding: 0px;
    margin-top: 40px;
    margin-left:20px;
    float: left;
    cursor:pointer;
  }

#programa {
    display: flex;
    height: 80px;
    float: right;
    margin: 15px;
    cursor: pointer;
}

.frase {
    display: flex;
    align-items: center;
    cursor:auto;
}


.programa{
    position: relative ;
}

.programacion{
    color:white;
    text-align: center;
    font-size: clamp(1.5rem, 2.5vw, 2rem);      
    font-weight: 1000;        
}

.canal {
    position: absolute;
    opacity: 0;
    bottom: 50%;
    right: 5%;
    background-color: black;
    color: white;
    padding: 20px;
    width:118px;
    border-radius: 30px;
    display: flex;
    justify-content: center;  /* Centra el contenido horizontalmente */
    align-items: center;      /* Centra el contenido verticalmente */
    text-align: center; 
}

.canal a{
    color: white;
    text-decoration: none;
    font-weight:bold; 
}


.img-container {
    height:40vh;
    margin-left: 10vh;
    margin-top: 10%;
}


@media screen and (max-width: 1200px){
    .fondo {
        background-image: url(./img/cabecera_tablet_comic2025\ copia\ 2.jpg);
    }  

}

@media screen and (max-width: 900px){
    .fondo {
        background-image: url(./img/cabecera_tablet_comic2025\ copia.jpg);
    }  

}


@media screen and (max-width: 750px){
    .fondo {
        background-image: url(./img/cabecera_movil_comic2025.jpg);
    }

    
    .programacion img{
        display:none;
    }

    .formulario img {
        display: none;
    }

    .input-group.left {
        width: 100%;
    }

    .input-group.right {
        width: 100%;
    }

    .canal {
        left: 5%;
        bottom: 20%;
    }


}

@media screen and (min-width: 600px){
    .programacion2 img {
        display: none;
    }
}