header {
    background-color: #BDE812;
}
body {
    background-color: #070475;
    font-family: 'Roboto', sans-serif;

}

.navbar {
    padding: 10px;
}

.navbar ul li a.nav-link a, li a.nav-link:visited {
    color: #070475;
    transition: font-size 5s linear;
    
    
}

.navbar ul li a.nav-link:hover {
    color: #FD0000;
    background-color: #070475;
    border-radius: 10%;
    margin-left: 5px;
    margin-right: 5px;
    animation: funenteGrande 2s ease-in-out;
    animation-delay: 1000ms;
}

@keyframes fuenteGrande {
    0% {
      transform:scale(1);
    }
    100% {
      transform: escale(1.1);
    }
  }

.navbar ul li a.nav-link.active {
    background-color: #070475;
    color: white;
    border-radius: 15%;
}

.opciones {
    padding-top: 50px;
    padding-bottom: 50px;;
    background-color: black;
    background-image: url("../images/backgroundverapaz2.png");
    color: aliceblue;
}

.carousel-caption {
    top: 50%;
    transform: translateY(-50%);
}

.footer{
    /* position: absolute;
    width: 100%;
    bottom: 0; */
    position:sticky;
    list-style: none;
}

.reproductor {
    display: none;
}
.radios {
   margin-top: 20px;
   margin-bottom: 20px;
}
.card-img-top {
    max-height: 250px;
}

.botones {
    padding-right: 15px;
    font-size: 2.5em;
}
.logos {
    max-height: 180px;
    padding:10px;
}
.cont1 {
    background-color: white;
    padding: 20px;
}
.cont2 {
    padding: 20px;
    background-color: #DB354B;
}
.separador {
    max-height: 50px;   
}

.noline {
    text-decoration: none;
    color:#DE364E;
}
.redes {
    color:#23684F;
}
input::placeholder {
    color:#23684F;
}