body{
	/*background-color:#807878;*/
	background-color:#333333;
	
}

.jumbotron2 {
   /* background-color: #807878 !important;*/
	background-color:#333333 !important;
}
.jumbotron {
   /* background-color: #807878 !important;*/
	background-color:#333333 !important;
}

.bg-light {
    background-color: #333333 !important;
}

.navbar-toggler {

background-color: #ffff !important;

}

.grisidioma{
color:#ffffff !important;
}

.bmn__wrapper {
    background-color: #333333;
}
.display-textomenu {
 
    color:  #ffff !important;
 
}

.card {
        margin: 0 auto !important; /* Added */
        float: none !important; /* Added */
        margin-bottom: 10px !important; /* Added */
}

.card-text:last-child {
    font-weight: bold;
    color: gray;
}
.card-body {
 
    padding: 0.1rem;
}
.antijumbotron{
padding-top: 0rem !important;
padding-bottom:0rem !important;
}

.ml-25 {
    margin-left: 2.5rem !important;
}

.textonormal {
    color: #F8F8F6 !important;
	font-size: 0.98rem !important;
    line-height: 1.2rem !important;
}
.fondopaginasaudio {
   /* background-color: #807878 !important;*/
      background-color: #333333 !important;
}


.vjs-text-track-cue{

	inset: 0px !important;
	font-size: min(max(12px, 2vw), 12px) !important;

}

/* ----------- iPhone 6, 6S, 7 and 8 ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 667px) 
  and (-webkit-min-device-pixel-ratio: 2) { 

}

/* Portrait */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 667px) 
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait) { 
  
  .vjs-text-track-display {
 
   /* left: -35% !important;*/
 
}

}

/* ----------- iPhone 5, 5S, 5C and 5SE ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 568px)
  and (-webkit-min-device-pixel-ratio: 2) {

}

/* Portrait */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 568px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait) {
  
  .vjs-text-track-display {
 
    /*left: -35% !important;*/
 
}
  
  
}

/* Landscape */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 568px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: landscape) {

}



