.contGenerico{
  margin-top:50px;
  font-family: Arial, Helvetica, sans-serif;
}
.contnotificacion{
  width: 100%;
  background-color: #9DC4E5;
  padding: 5px;
  font-family: Arial, Helvetica, sans-serif;
}
.fecha_novedad{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color:darkgray;
}
.lead{
  font-family: "GothamRounded-Medium";
}
.contenido p {
  font-family: "GothamRounded-Medium";

}
.PreviewImagen{
  max-width: 200px;
  border: 10px solid white;
}
.masthead {
    height: 100vh;
    min-height: 500px;
    background-image: url('https://spseguros.com.ar/extras/files/mundial_dsk.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.form-trivia{
    font-family: "GothamRounded-Medium";
}
.info-description{
    font-family: "GothamRounded-Medium";
}
.descripcion-broken-trivia{
    width: 50%;
    font-size:15px;
    position: relative;
    left: 25%;
    background-color: #ffffff;
    padding: 10px;
    color: #6c757d;
}
#secTrivia{
    background-color: #ffffff;
    width: 50%;
    font-size:15px;
    position: relative;
    left: 25%;
    padding: 10px;
    color: #6c757d;
    top:-500px;
}
.trivia-descripcion{
    position:relative;
    top:-100px;
}
@media only screen and (max-width: 1000px) {
.NovedadesSection{
  display:none;
}
    .descripcion-broken-trivia{
        width: 100%;
        font-size:15px;
        left: 0px;
        position: relative;
        background-color: #ffffff;
        padding: 5px;
        color: #6c757d;
        top:-100px;
    }

    #secTrivia{
        background-color: #ffffff;
        width: 100%;
        font-size:15px;
        position: relative;
        left: 0%;
        padding: 10px;
        color: #6c757d;
        top:-500px;
    }

    .masthead {
        height: 100vh;
        min-height: 500px;
        background-image: url('https://spseguros.com.ar/extras/files/mundial_mobile.png');
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }
}
