/*DISPLAYNONE*/

h4{
	font-weight: bold;
}
.btn-apartado h2 {
   
    top: 10%;
}

#link-inscripcion h2{
	top: 25%;
}

.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;
}

.cabecera-nueva-sala{
	background-color:#f0f0f0; 
}

.boton-inscribete{
	color: #fff;
	background-color: #1c683f;
	font-weight: bold;
}

.boton-inscribete:hover{
	color: #fff;
	text-decoration: none;
	background-color: #19577d;
	
}

.colaboradores-span{
	background: #f8b931;
    font-weight: bold;
    width: fit-content;
}

/*PULSADO BOTONES AZULES*/
.pulsado:hover{
	background-color: white!important;	
	box-shadow: inset 0px 0px 0px 5px #1c683f;
}

.pulsado:hover h2,
.pulsado:hover h3{
	color: #1c683f!important;
}


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

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

.pulsado:hover .ponente-azul2,
.pulsado:hover .programa-azul2{
	display: initial;
}
/*FIN PULSADO BOTONES AZULES*/

/*PULSADO BOTONES AMARILLOS*/
.pulsado2:hover{
	background-color: white!important;	
	box-shadow: inset 0px 0px 0px 5px #1c683f;
}

.pulsado2:hover h2,
.pulsado2:hover h3{
	color: #1c683f!important;
}


.pulsado2:hover .ponente-azul,
.pulsado2:hover .programa-azul{
	display: none;
}

.pulsado2 .ponente-azul2,
.pulsado2 .programa-azul2{
	display: none;
}

.pulsado2:hover .ponente-azul2,
.pulsado2:hover .programa-azul2{
	display: initial;
}
/*FIN PULSADO BOTONES AMARILLOS*/

/*ACTIVADO BOTONES AZULES*/

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

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

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

.activado .ponente-azul2,
.activado .programa-azul2{
	display: initial;
}
/*FIN ACTIVADO BOTONES AZULES*/

/*ACTIVADO BOTONES AMARILLOS*/

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


.activado2 .ponente-azul,
.activado2 .programa-azul{
	display: none;
}

.activado2 .ponente-azul2,
.activado2 .programa-azul2{
	display: none;
}

.activado2 .ponente-azul2,
.activado2 .programa-azul2{
	display: initial;
}

/*FIN ACTIVADO BOTONES AMARILLOS*/

/*COLABORA INDEX*/
.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: -93px;
    top: 74px;
	color: white; 
	font-weight: bold;
}

.bordes{
	border-top: 10px solid #F8B930;
	border-left: 30px solid #F8B930;
}

/*FIN COLABORA INDEX*/

.boton-inscribete-form{
	width: 100%;
    text-align: center !important;
    background-color: #1c683f;
    color: white;
}

.iconos{
	font-size: 42px;
    color: white;
}

.w-85{
	width: 84%;
}

.titulo-fancy{
	font-weight: 800; 
	color: black; 
	font-size: 20px!important;
}


.tamano-fancy {
    max-width: 45%!important;
    width: 100%;
}

.fancybox-content {
    max-width: 90%;
}



.button-ponentes{
		height: 80px;
	}


.scroll-ponentes::-webkit-scrollbar {
  width: 10px;
}
.scroll-ponentes::-webkit-scrollbar-track {
  background: #f8b931;
}
.scroll-ponentes::-webkit-scrollbar-thumb {
  background: #19577d;
  
}

.alerta{
	z-index:99995; 
	display: none; 
	position: absolute;
	top: 0;
	left: 0;
}

/*FANCYBOX SALA*/
.animated-modal {
  max-width: 550px;
  border-radius: 4px;
  overflow: hidden;
  
  transform: translateY(-50px);
  transition: all .7s;
}

.animated-modal h2,
.animated-modal p {
  transform: translateY(-50px);
  opacity: 0;
  
  transition-property: transform, opacity;
  transition-duration: .4s;
}

/* Final state */
.fancybox-slide--current .animated-modal,
.fancybox-slide--current .animated-modal h2,
.fancybox-slide--current .animated-modal p {
  transform: translateY(0);
  opacity: 1;
}

/* Reveal content with different delays */
.fancybox-slide--current .animated-modal h2 {
  transition-delay: .1s;
}

.fancybox-slide--current .animated-modal p {
  transition-delay: .3s;
}
/*FIN FANCYBOX SALA*/


input[type="checkbox"]{
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
input[type="checkbox"] + label{
  position: relative;
  padding: 0rem 0 0 1.8rem;
  margin-bottom: 1rem;
  user-select: none;
  color: #fff;
}
input[type="checkbox"] + label:before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1.25rem;
  height: 1.25rem;
  border: 2px solid #1c683f;
  border-radius: 0rem;
  background: #fff;
  text-align: center;
  transition: background 200ms ease-out;
}
input[type="checkbox"] + label:after {
  content: "";
  position: absolute;
  transform: scale(0);
  transition: transform 200ms ease-out;
}

input[type="checkbox"] + label:after {
  background-color: transparent;
  content: "";
  display: block;
  position: absolute;
  left: 0.4rem;
  top: 0rem;
  width: 0.5rem;
  height: 1rem;
  opacity: 0.2;
  border-bottom: 3px solid #1c683f;
  border-right: 3px solid #1c683f;
  transform: rotate(45deg);
  transition: border-color 0.3s ease;
}
input[type="checkbox"]:checked + label:before {
  content: "";
}
input[type="checkbox"]:checked + label:after {
  content: "";
  opacity: 1;
}

select {
    color: #1e6589!important;
}

.btn-apartado:focus,
a:focus{
	outline: none;
	box-shadow: none!important;
}

@media (min-width: 1600px) {

	.container{
		max-width: 1400px;
	}
	.tarima{
		background-size: 2360px;
	}
}

@media (min-width: 1440px) {

	.container{
		max-width: 1350px;
	}
	.tarima{
		background-size: 2360px;
	}
}
@media (min-width: 992px) AND (max-width: 1267px){

	.w-85{
		width: 79%;
	}
}

@media (max-width: 1024px){
	.tamano-fancy {
    max-width: 100%!important;
    width: 100%;
}
}

@media (min-width: 768px){
	.scroll-ponentes{
		max-height:600px;
		overflow-y:scroll;  	
	}
}

@media (max-width: 768px){
#info h2{
	font-size: 20px!important
}
}

@media (max-width: 427px){

	.btn-custom {

    font-size: 12px!important;
}

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

	.fancybox-content {
    max-width: 100%;
}


	.button-ponentes{
		height: 70px;
	}
	
	.w-85{
		width: 80%;
	}

	.titulo-fancy{ 
	font-size: 24px!important;
}

 #info h2 {
    top: 18%;
}

 #link-inscripcion h2 {
    top: 20%;
}

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

	#resultado{
	max-width: 100%;
}



	#info h2 {
    font-size: 17px !important;
}

.bordes{
		border: 10px solid;
	
	}

	.txt-titulo-cabecera{ font-size:28px;}

	#cabecera h1 {
    line-height: 30px;
}
@media (max-width: 350px){
	.w-85{
		width: 75%;
	}


}
