html {
    scroll-behavior: smooth;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  overflow-x: hidden;
  font-family: 'Signika', sans-serif;
}

body {
    background-color: #fff;
    background-image: url(../img/Background.webp);
    background-size: cover;
    background-attachment: fixed;
}

.contLogo {
    display: flex;
    justify-content: center;
}

.animLogo{
    width: 300px;
    display: flex;
    justify-content: center;
}

.barraIntro {
    background-color: #929292;
    border-top: 3px solid;
    border-bottom: 3px solid;
    border-image: linear-gradient(90deg, rgba(238,64,35,1) 0%, rgba(252,184,19,1) 34%, rgba(80,183,72,1) 67%, rgba(0,113,187,1)) 1;
    filter: drop-shadow(0px 5px 12px rgb(35, 35, 35));
}

.sloganTitle {
    font-size: 1em;
    color: #fff;
    text-align: center;
    padding: 8px;
    margin: -14px 0 6px;
}

h1 {
    font-size: 2em;
    color: #fff;
    text-align: center;
    margin: 9px 0;
}

.menuNav{
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    gap: 12px;
    align-items: center;
    align-content: center;
}

.botonNav{
    background-color: #6e6e6e;
    color: #fff;
    margin: 16px 2px;
    padding: 6px 9px;
    border-radius: 21px;
    transition: ease 1s;
}

.botonNav:hover {
    background-color: #a6a6a6;
    border-radius: 9px;
    color: #272727;
    padding: 8px 11px;
    margin: 14px 2px;
}

h2 {
    font-size: 1em;
    color: #fff;
    text-align: center;
    margin: 16px 2px;
    padding: 6px 9px;
}

.contenidoHux{
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
}

.textos{
    width: 84vw;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    margin: 44px 0 24px;
}

@media (min-width: 700px) {
    .textos {
        flex-wrap: wrap;
        display: flex;
        align-content: center;
    }
}

.textContProg{
    display: none;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    gap: 12px;
}

.textContNoso{
    display: none;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    gap: 12px;
}

.textContCont{
    display: none;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    gap: 12px;
}

.textContTopo{
    display: none;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    gap: 12px;
}

.tituloContacto {
    width: 81vw;
    height: auto;
    margin: 12px 0 24px
}

a{
    display: flex;
    flex-direction: column;
    text-decoration: none;
}

.icosRedes{
    width: 80vw;
    display: flex;
    flex-direction: row;
    gap: 15px;
    justify-content: space-evenly;
}

.responsCont {
    display: flex;
    flex-direction: column;
}

@media (min-width: 700px) {
    .responsCont {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        gap: 54px;
        align-items: center;
        justify-content: center;
    }
}

.scuarePost {
    display: flex;
    width: 74vw;
    margin: 9px;
    justify-content: center;
    align-items: center;
}

@media (min-width: 700px) {
    .scuarePost {
        display: flex;
        width: 19vw;
        margin: 24px;
        justify-content: center;
        align-items: center;        
    }
}

.descripProgram{
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    gap: 12px;
    margin: 21px 0 30px;
    padding-bottom: 15px;
    border-bottom: solid 1px #444444;
}

.locutorFoto{
    border-radius: 50%;
    width: 180px;
    height: auto;
    display: flex;
    border: solid 1px #7b7b7b;
    background-color: rgba(159, 159, 159, .3)
}

.logoProgramas {
    width: 150px;
    height: auto;
    display: flex;
}

h5{
    color: black;
    text-align: center;
}

.acLogo {
    width: 220px;
    height: auto;
    border-radius: 50%;
    margin: 15px;
}

.parrNosotros {
    width: 72vw;
    text-align: justify;
}
  
h4 {
    color: rgb(75, 75, 75);
    text-align: center;
}

.webRedes {
    width: 74px;
    height: auto;
    display: flex;
    align-items: center;
}

.icoRedes {
    width: 60px;
    height: auto;
    margin: 3px;
}

.contenToponi {
    display: flex;
    flex-direction: column;
}

@media (min-width: 700px) {
    .contenToponi {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-content: center;
        justify-content: space-around;
        align-items: center;
        gap: 42px;      
    }
}

.textToponi {
    width: 72vw;
    display: flex;
    justify-content: center;
    margin: 24px 0px;
    flex-direction: column;
    align-items: center;
}

.imgTopo {
    width: 51vw;
    height: auto;
    margin: 9px 0 21px;
}

@media (min-width: 700px) {
    .imgTopo {
        width: 21vw;
        height: auto;
        margin: 18px 0 36px;
    }
}    

.explica {
    color: black;
    text-align: justify;
}

.lisentLive {
    color: rgb(255, 255, 255);
    filter: drop-shadow(0px 1px 1px rgb(37, 37, 37));
    background: #6e6e6e;
    border-radius: 21px;
    margin: 18px;
    padding: 9px 15px;
    filter: drop-shadow(0px 3px 1px rgb(51, 51, 51));
}

.reproductor {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin: 15px 0 51px;
    padding-bottom: 15px;
}

.contRep {
    width: 81vw;
    display: contents;
}

footer {
    position: relative;
    bottom: 0px;
    background: linear-gradient(90deg, rgba(238,64,35,1) 0%, rgba(252,184,19,1) 34%, rgba(80,183,72,1) 67%, rgba(0,113,187,1) 100%);
}

.textFoot {
    margin: 6px 0px;
    font-size: .60em;
    color: rgb(0, 0, 0);
    text-align: center;
    font-weight: lighter;
    filter: drop-shadow(0px 2px 1px rgb(62, 62, 62));
}