body{
    background: #fff;
    background-image: url('../img/fondo_sin_logo.jpg');
    background-repeat: no-repeat;
}

.banda.text-right {
    box-shadow: inset 0px 3px 6px #00000029;
    background: #54565A;
    z-index: 100;
    position: relative;
    width: 100%;
    padding: 5px 40px 5px 40px;
    font-size: 16px;
    height: 58px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.banda a{
    color:#fff;
    font-size: 18px;
    text-decoration: none;
}
.banda a:hover{
    color:#888;
}

.header{
    padding: 50px 0 0 0;
    background: transparent;
    box-shadow: none;
}


.logo{
    max-width: 120%;
    padding-left: 65px;
}

/*.logo.es {
    max-width: 119%;
    padding-left: 68px;
}*/

@media (max-width: 1200px) {
    .logo, .logo.es{
        max-width: 400px;
        padding-left: 95px;
    }

    .col-md-8.col-12 {
        max-width: 100%;
    }

    .row {
        display: flex;
        flex-direction: column;
    }
}

@media (max-width: 1024px) {
    body {
       background-image: url('../img/fondo_movil_sin_logo.png');
       background-size: cover;
       background-repeat: no-repeat;
       background-position: 50% 15%;
    }
}


@media (max-width: 1000px) {
    .logo, .logo.es {
        padding-left: 120px;
    }

}

@media (max-width: 600px) {
    .logo, .logo.es{
        max-width: 300px;
    }

    body {
       background-image: url('../img/fondo_movil_sin_logo.png');
       background-size: cover;
       background-repeat: no-repeat;
       background-position: top center;
    }
    

}


.jw-icon.jw-icon-display.jw-button-color.jw-reset {
    background-color: #4D4F53;
    border-radius: 50%;
}


.enlace_idioma{
	text-decoration: underline; 
	color: #636569;
	font-weight: 700;
}
.header .align-items-end {
    align-items: center!important;
    justify-content: flex-start;
    display: flex;
}
.header .text-right {
    text-align: right!important;
    justify-content: flex-end;
}

.player_container {
    background: #fff!important;
}

.containerVideo {
    margin-top:20px;
    width: 100%;
    padding-top: 56.25%;
    margin-bottom: 20px;
    position: relative; /* If you want text inside of it */
  }

  @media (min-width: 992px) { .containerVideo{margin-top:30px; margin-bottom: 0px;} }

  .containerVideo .videoplayer {
    position: absolute;
    width: 85%;
    height: 100%;
    left: 100px;
    top: 35px;
  }


  @media (max-width: 1200px) {  
    .containerVideo .videoplayer {       
       width: 95%;
       left: 25px; 
    }
  }


@media (max-width: 1050px) { 
    
     .containerVideo .videoplayer {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }

    
}

@media (max-width: 767px) { 
      .col-12.col-md-4.d-flex.align-items-start.justify-content-center{
        flex: 0 0 25%;
        max-width: 25%;
      }

      .justify-content-center{
        justify-content: start !important;
      }

      .logo, .logo.es {
        max-width: 300px;
        padding-left: 0px;
    }
}
