body{
    background: #3a6fb6;
    font-family: 'Poppins', sans-serif;
    color:White;
}
  


h1, h2{
    font-weight: 500;
  
    
}

h4, h5, h6{
    font-weight: ;
 
    
}

h3{
    font-weight:400 ;
    text-transform: uppercase;
    font-size: 2.7em;
    
}

p{
    font-style: italic;
}



.white{
    color:white;
}



hr{
    border-top: 1px solid #ffffff75;
}


.m-top-25{
    margin-top: 25px;
}

.contenedor{
    padding: 10px 60px;
}

.bg-mesa-redonda{
    background: #b9005b;
    display: inline-block;
    padding: 0.35em 0.65em ;
    font-size: 1.75em;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
}

.preguntas .fas{
    color:white;
}

.preguntas h3, .preguntas p{
    opacity: 0.4;
}

.hora{
    color: #ffffff85;
}

.refrescar{
    background: white;
    padding: 10px 20px;
    border-radius:5px;
    border:none;
}

.refrescar:hover{
    background: black;
    color:white;
}
/*-------------------------------------------preguntas activas--------------------------------------*/
.preguntas .active{
    opacity: 1;
    font-weight: 600;
}

.preguntas .active .fas{
    color:#e53a2c;
}

