/*DISPLAYNONE*/

.scroll-ponentes::-webkit-scrollbar {
  width: 10px;
}
.scroll-ponentes::-webkit-scrollbar-track {
  background: #f9f6ec;
}
.scroll-ponentes::-webkit-scrollbar-thumb {
  background: rgb(155, 98, 165) !important;
  
}

.btn-apartado h2 {
   
    top: 30%;
}

.ponente-foto {
    width: unset; 
     height: unset; 
    background-color: unset; 
}

#resultado{
	max-width: 359px;
}

#ponentes h2 {
    font-weight: 800;
}

.respondido{
	background: #d4cabc;
}

.mensaje{
	max-width: 650px;
}

.boton-validacion:hover{
	color: #000!important;
}

.fondo-inicio-mat{
	background-image: url(../img/bg-inicio.jpg);
    background-repeat: no-repeat;
    background-color: white;
}

.txt-tit-mat {
    letter-spacing: -2px;
    font-size: 48px;
    font-weight: 700 !important;
    color: #7FB61B;
    text-align: right;
}

.txt-subtit-mat {
    letter-spacing: -2px;
    font-size: 35px;
    font-weight: 700 !important;
    color: #831758;
    text-align: right;
}

.txt-tit-mat-cabecera {
    letter-spacing: -2px;
    font-size: 34px;
    color: #358297;
    font-weight: bold;	
    
}

.txt-subtit-mat-cabecera {
    letter-spacing: -2px;
    font-size: 26px;
    color: #7fb61a;
    font-weight: bold;	
    
}
.cabecera-nueva-sala{
	background-color:#f0f0f0; 
}

.rotate-90
{
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
 
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
     transform-origin: 50% 50%;
    
}

.colabora{
	position: absolute;
    left: -72px;
    top: 47px;
    color: white;
    font-weight: bold;
    line-height: 17px;
}

.colabora2{
	position: absolute;
    left: -98px;
    top: 65px;
    color: white;
    font-weight: bold;
    line-height: 17px;
}

.bordes{
	border-top: 10px solid #03637D;
	border-left: 55px solid #03637D;
}

.bordes2{
	border-top: 10px solid #9B63A5;
	border-left: 55px solid #9B63A5;
}

.pulsado:hover{
	background-color: white!important;
	
	box-shadow: inset 0px 0px 0px 5px #1c627c;
	
}

.btn.focus, .btn:focus {
   
    box-shadow: 0 0 0 0rem rgba(0,123,255,.25)!important;
}

.color-programa{
	color: #A91C81;
}

.pulsado:hover h2{
	color: #1c627c!important;
}

.pulsado:hover h3{
	color: #1c627c!important;
}

.pulsado:hover .ponente-morado,
.pulsado:hover .programa-morado{
	display: none;
}

.pulsado .ponente-morado2,
.pulsado .programa-morado2{
	display: none;
}

.pulsado:hover .ponente-morado2,
.pulsado:hover .programa-morado2{
	display: initial;
}



.activado {
	background-color: white!important;
	box-shadow: inset 0px 0px 0px 5px #1c627c;
	
}
.activado h3,
.activado h2{
	color: #1c627c!important;
}


.activado .ponente-morado,
.activado .programa-morado{
	display: none;
}

.activado .ponente-morado2,
.activado .programa-morado2{
	display: none;
}

.activado .ponente-morado2,
.activado .programa-morado2{
	display: initial;
}





.scroll-ponentes{
	max-height:600px;
	overflow-y:scroll;  	
}


.menu-span{
	font-size: 20px;
}

.info-form{
	width: 100%;
	border:0;
	border-bottom: 10px solid;
    border-color: rgb(28 98 124 / 55%);
}

.info-form:focus,
.btn-apartado:focus{
	outline: none;
}

@media (max-width: 420px){


.txt-tit-mat-cabecera {
    font-size: 30px;

}
	.fondo-inicio-mat{
	background-image: none;
    
}

.txt-tit-mat {

    font-size: 38px;

}

.txt-subtit-mat {

    font-size: 28px;
}

	.scroll-ponentes{
		max-height:initial;
		overflow-y:initial;  	
	}

	.login-container{
		background: rgba(255, 255, 255, 0.4);
	}

	h2{
		font-size: 23px!important;
	}

	#resultado{
		max-width: 100%;
	}

	

	.fondo-inicio-mat{
		background-size: cover;
	}
	.bordes{
		border: 10px solid #68519C;
	
	}

	.bordes2{
		border: 10px solid #9B63A5;
	
	}

	.colabora{
		display: none;
	}

	.colabora2{
		display: none;
	}

	.button-ponentes{
		height: 70px;
	}

	.btn-apartado h2 {
   
    top: 30%;
}
}