body{
    background: #fff;
    background-image: url('../img/background.jpg');
}

.banda.text-right {
    box-shadow: inset 0px 3px 6px #00000029;
    background: #fff;
    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:#4D4F53;
    font-size: 18px;
    text-decoration: none;
}
.banda a:hover{
    color:#4D4F53;
    text-decoration: underline;
}


.header{
    padding: 50px 0 0 0;
    background: transparent;
    box-shadow: none;
}

/*@media (min-width: 992px) { .header{padding: 13px;} }*/

.logo{
    max-width: 188px; 
    /*height: 100px;
    max-height: 48px;*/
    padding-left: 0px;
}

.img-junta{
    max-width: 130px; 
}

@media (min-width: 576px) {  }

@media (min-width: 768px) {  }

@media (min-width: 992px) { }

@media (min-width: 1200px) {  }



@media (min-width: 768px) { .img-junta{max-width: 139px;} }
@media (min-width: 992px) { 
    .logo{
        max-width: 80%; 
        /*height: 100px;
        max-height: 48px;*/
        padding-left: 50px;
    }
    
    .img-junta{
        max-width: 230px; 
        padding-right: 50px;
    }
 }

.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;
}

.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: 100%;
    height: 100%;
    left: 0;
    top: 0;
  }



.txt-ponentes{
    text-align: right;
    font: Regular 18px/24px Open Sans;
    letter-spacing: 0px;
    color: #E9A55B;
    opacity: 1;
}

@media (min-width: 576px) {  }

@media (min-width: 768px) { .txt-ponentes{margin-top: 60px;} }

@media (min-width: 992px) { .txt-ponentes{margin-top: 80px;}}

@media (min-width: 1200px) { 
    .txt-ponentes{margin-top: 100px; padding: 0 40px 0 40px;} 

 
}


@media (min-width: 1800px) { 
   
    .logo{
        max-width: 417px; 
        /*height: 100px;
        max-height: 48px;*/
        padding-left: 50px;
    }
}