/* Show it's not fixed to the top */

body {
  /*min-height: 75rem;*/
  background-color: white;

  font-family: 'Museo Sans 500';
  font-weight: 500;
}      
/*MURAL*/

.box_mural{
	background:rgba(190, 144, 212,0.3 );

	border-radius: 10px;
	margin-right: 10px;
	margin-top: 10px;
}
.titulo_mural{
	width: 100%;
	color: #6e2a8e;
	text-align: center;
	font-size: 40px;
	font-weight: 700;
	text-transform: uppercase;
}
.mural_p{
	line-height: 16px;
	padding-bottom: 3px;
	padding-top: 5px;
	color: black;
	font-size: 14px;
	text-align: left;
}
.mural_h1{
	font-size: 16px;
	margin-bottom: 0px;
	color: black;
	font-weight: 700;
	line-height: 13px;
	padding-top: 10px;
}

.boton_enviar{
	border: none;
	background: none;
	/*position: absolute;
	opacity: 1;
	right: 30px;
	padding-top: 10px;*/
}
.barra_mural{
	border: 1px solid #DDD7D7 !important;
	height: 60px !important;
}
.input_mural{
	
	border: none !important;
	background: transparent !important;
}
.input_mural:focus{
	background: transparent !important;
	border: none !important;
}
.btn_enviar{
	width: 47px;
}
/*TRIVIA*/

.fondo_trivia{
	background-image: url('https://conexionbelcorp.com/site/img/fondo_trivia.jpg');
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background-size: cover;

}

.border_popup{
	border: 1px solid white;
	width: 90%;
	height: 90%;
	border-radius: 5px;
	color: white;
	
}
.pop{
	justify-content: center;
	align-items: center;
	display: flex;
	flex-direction: column;
	height: 100%;
	width: 100%;
	text-align: center;
}
.popup_h1{
	font-size: 23px;
	font-weight: 500;
	width: 40%;
	margin: 0 auto;
	text-align: center;
	border-bottom: 2px solid white;
	line-height: 80px;
}
.win_h1{
	font-size: 50px;
	font-weight: 500;
	width: 70%;
	line-height: 55px;
	letter-spacing: 2px;
	margin: 0 auto 50px auto;
	text-align: center;
	
}
.popup_p{
	font-size: 25px;
	font-weight: 500;
	color: white;
	padding: 40px 0px;
	width: 60%;
	margin: 0 auto;
}

.btn_trivia{
	border-radius: 5px;
	border: 1px solid white;
	font-size: 19px;
	padding: 5px 30px;
	font-size: 23px;
	color: white;
	background: transparent;
}
.btn_trivia:hover{
	background: black;
	color: white;
	border-color: black;
}


.popup_trivia{
	padding: 30px 10px;
}
.popup_trivia h1{
	font-size: 45px;
}
.popup_trivia h2{
	font-size: 23px;
	font-weight: 500;
}
.popup_parrafo{
	font-size: 25px;
	line-height: 34px;
	margin-bottom: 50px;
}

.trivia_circle{
	border-radius: 50%;
	height: 50px;
	width: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 2px solid white;
	font-size: 28px;
}

.trivia_p{
	border-radius: 5px;
	padding: 5px 110px 0 25px;
	font-size: 28px;
	border: 2px solid white;
	margin-left: 30px;
	color: white;

}

.trivia_a{
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	color: white;
	cursor: pointer;
}
.trivia_a:hover{
	text-decoration: none;
	color: white ;
}
.trivia_a.activa{
	background: black;
}

/*
.trivia_circle:hover,.trivia_p:hover{
	background:#620FC2;
	color: white;
	verde 00FF47
	red E1251B
}*/
.trivia_a:hover .trivia_circle, .trivia_a:hover .trivia_p{
	background:#620FC2;

}
.seleccion .trivia_circle, .seleccion .trivia_p,
.seleccion:hover .trivia_circle, .seleccion:hover .trivia_p{
	background:#00FF47;
	
}


.error{
	background: #E1251B;
	
}

.logo_trivia{
	height: 400px;
}

.logo-trivia{
	position: absolute;
	bottom:12%;
	right: 10%;
}
@media only screen and (max-width: 600px){
	.popup_trivia h2 {
	    font-size: 20px;
	}

	.popup_trivia h1 {
	    font-size: 33px;
	}
	.popup_parrafo{
		font-size: 18px;
		line-height: 25px;
	}

	.trivia_circle{
		font-size: 18px;
		width: 38px;
		height: 38px;
	}
	.trivia_p {
	    
	    padding: 5px 20px 5px 25px;
	    font-size: 22px;
	    border: 2px solid white;
	    margin-left: 10px;
	}
	.logo_trivia{
		width: 60px;
	}
	.logo-trivia{
		bottom: 10%;
	}
	.popup_p{
		
		width: 100%;
		margin: 0 auto;
	}
}
@media only screen and (max-width: 480px){
	.trivia_circle{
		font-size: 14px;
		width: 30px;
		height: 30px;
	}
	.trivia_p {
	    
	    padding: 4px 20px 3px 25px;
	    font-size: 15px;
	    border: 2px solid white;
	    margin-left: 10px;
	}
	.logo_trivia {
	    width: 50px;
	}
	.logo-trivia {
	    bottom: 9%;
	}
	.btn_trivia {
	    
	    font-size: 18px;
	    padding: 5px 18px;
	}
	.win_h1 {
	    font-size: 35px;
	    
	    width: 90%;
	    line-height: 39px;
	    letter-spacing: 2px;
	    margin: 0 auto 40px auto;
	 
	}
}

@media only screen and (max-width: 380px){
	.popup_h1 {
	    font-size: 23px;
	    width: 80%;
	}
	.trivia_circle{
		font-size: 13px;
		width: 30px;
		height: 30px;
	}
	.trivia_p {
	    
	    padding: 4px 10px 3px 10px;
	    font-size: 14px;
	    border: 2px solid white;
	    margin-left: 10px;
	}
	.logo_trivia {
	    width: 45px;
	}
	.logo-trivia {
	    bottom: 7%;
	}
}
/*stans*/


	.btn1{
		position: absolute;
		bottom: 15%;
		left: 8%;

	}
	.btn2{
		position: absolute;
		bottom: 15%;
		left: 30%;

	}

.card-title1{

			 display: block;
			 margin-bottom: 10px;
			width: 190px;
			 padding-top: 8px;
			 padding-bottom: 8px;
			 text-align: center;

			font-size: 12px;
			 color: black;

			 background: #FFFFFF;
			box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.25);
			border-radius: 21.0684px;

		}
		.imagenes_ponentes img{

			border-radius: 10px 0 0 10px;
		}


.li_parrafo{
	font-size: 14px;
	text-align: justify;
	margin-left: 180px;
}
#expositores{
	margin-top: 80px;
	margin-bottom: 70px;
	font-weight: bold;
	color: #EF1D69;

}

#box_emoji_stickers b{
	display: none !important
}
.x_blab{
	padding: 0px !important;
}
*{
	font-family: 'Museo Sans 500';
}
b, strong{
	font-weight: 500 !important;
}
.bg-black{
	background-color: black !important;
}
#user_motto{
	/*display: none !important;*/
}
.container_chat{
	/*padding-left: 20px;
*/}
/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
.wlink{
	text-decoration: none;
	color: white;
}
.wlink:hover{
	text-decoration: none;
	color: white;
}

.btn-top-net{
	background-color: transparent;
	border-width: 0px;
}
.texto_bienvenida{
	text-align: center;
	font-weight: 600;
	font-size: 20px;
}

#ponentes_in > div{
	background-color: transparent;
	text-align: center
}

body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height:16px;
  line-height: 60px; /* Vertically center the text there */
  background-color: #f5f5f5;
  font-weight: 600;
  background: black;
}
nav{
	background-color: black;
}
.sociales a{
	margin-left: 0px;
	margin-right: 30px;
}

/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

body > .container {
  padding: 60px 15px 0;
}
.navbar-nav .nav-link{
	font-size: 15px;
}
.navbar-expand-md .navbar-nav .nav-link{
    /* padding-left: 2rem; */
}
.footer > .container {
  padding-right: 15px;
  padding-left: 15px;

}

code {
  font-size: 80%;
}
nav .logo{
	/* width: 100px; */
	width: 30px;

}
.footer .logo{
	width: 150px;
	margin-top: 10px;
}
.nombre_evento{
	background-color: transparent;
	flex-wrap: wrap;
	line-height: 18px;
	padding-left: 30px;
}

.top_registro{
	width: 100%;
}




  nav .logo{
	/* width: 80px; */
  }
  .footer .logo{
	  width: 90px;
	  height: 60px;

  }

  .nombre_evento span{
	  display: block;
	  font-size: 14px;
  }
  .nombre_evento{
	  padding-left: 10px;
  }
  .navbar-expand-md .navbar-nav .nav-link{
    padding-left: .5rem;
	}


}
.form-group{
	width: 100%;
	margin-bottom: 40px;
}


.bg-black {
  background-color: white;
}
.top_registro {
  max-width: 100%;
  display: block;
  margin: 0 auto;

}
.text_titulo{
	text-align: center;
	color: white;
	position: absolute;
	padding: 15px 50px 15px 50px;
	background: white;
	color: black;

}
.bg-black {
  background-color: white;
}
/*.top_registro {
  max-width: 960px;
  margin: 0 auto;
  display: block;
}
.top_registro img {
  margin-bottom: -7.3%;
}*/


		h2{
			color: white;
			font-weight: 500;
			font-size:27px;

		}
		h1{
			color: #FFFFFF;
			font-size: 70px;;
			font-weight: 500;
		}

		.forgot{
			text-decoration: none;
			font-size: 14px;
			color: #EF1D26;
			margin-bottom: 10px;
		}
		.forgot a{
			color: #EF1D26;
		}

		.pad_square{
			width: 163px;
			height: 211px;
			margin: 0 auto;
			display: block;
		}
		select{
			margin-bottom: 15px;
		}
		.alert{
			padding: 0px;
		}
		.alert-error{
			text-align: center;
		}
		.error{
			color: red;
			text-align: center;
			font-size: 13px;
			margin-bottom: 10px;
		}
		.custom-select.is-valid, .form-control.is-valid, .was-validated .custom-select:valid, .was-validated .form-control:valid{
			border-color: black;
		}

	    .form input.form-control {
			border-color: #6E2A8E;
			border-width: 1px;
			height: 50px;
			padding-left: 60px;
			/* background-image: url(/amerom/registro/img/ico1.svg) !important; */
			background-repeat: no-repeat;
			background-position: left calc(.975em + .1875rem) center !important;
			background-size: 19px;
			margin-bottom: 10px;
			background: white;

		}
		input.form-control {

			height: 50px;
			border-width: 1px;
			/* background-image: url("/amerom/registro/img/ico1.svg") !important; */
			background-repeat: no-repeat;
			background-position: left calc(.975em + .1875rem) center !important;
			background-size: 19px;
			margin-bottom: 10px;
			background: white;

		}
		input.form-control {

			height: 50px;

			/* background-image: url(/amerom/registro/img/ico1.svg) !important; */
			background-repeat: no-repeat;
			background-position: left calc(.975em + .1875rem) center !important;
			background-size: 19px;
			margin-bottom: 10px;
			background: white;
		}

		input.form-control.pass {
			/* background-image: url("/amerom/img/candado.svg") !important; */
		}
		textarea{
			border-radius: 5px;
			padding-top: 5px;
			padding-left: 12px;
		}

		.form-group {
			position: relative
		}

		.form-group .icono {
			position: absolute;
			top: 25px;
			left: 1.5rem;
			margin: auto;
			width: 22px;
			height: 22px;
			transform: translateY(-50%);

		}







		.radios{
			display: flex;
			margin-top: 20px;
		}
		.radios div:last-child{
			margin-left: 20px;
		}
		@media only screen and (max-width: 600px) {
			.radios{
				display: flex;
				flex-direction: column;
			}
			.radios div:last-child{
				margin-left: 0px;
			}.texto_bienvenida{
				font-size: 16px;
			}

		}
		.small{
			font-size: 12px;
		}
		.small a{
			font-weight: bold;
			color: black;
		}
		.modalidad-pago{
			width: 100%;
			height: 40px;
			margin-bottom: 15px;
		}
		h5{
			font-size: 16px;
			color: #EF1D26;
			font-weight: 700;
			margin-top: 30px;
		}
		.disclaimer{
			font-size: 11px;
		}
		.legal_text{
			font-size: 13px;
			color: black;
		}
		.form-check-input.is-valid~.form-check-label, .was-validated .form-check-input:valid~.form-check-label{
			color: #EF1D26 !important;
		}

		.card {
			background-color: transparent;
		}

		fieldset {
			background-color: transparent;
		}
		.btn-primary.disabled, .btn-primary:disabled{
			background-color: #04FFD8;
			border: none;
		}
		.btn-primary{
			background-color: #6E2A8E;

			border-color: #6E2A8E;
			text-transform: uppercase;
			padding: 10px 30px;
			font-weight: 600;
			outline: none !important;
			/* color: #333333; */
		}
		.btn-primary.disabled,
		.btn-primary:disabled{
			background-color: #ff3fbe;
			border-color: #ff3fbe;
			opacity: .75;
		}
		.btn-primary:hover{
			background-color: #000;
			border-color: #000;
			outline: none !important;
		}
		.btn-primary:active{
			background-color: #000 !important;
		    border-color: #000 !important;
		    outline: none !important;
		}
		.btn-primary.focus, .btn-primary:focus{
			box-shadow: none !important;
		}

		#campos .form-control {
			/*border-left: none;*/
			height: 50px;
			border-color: black;
			border-width: 1px;
			outline: none;
			order: 1;
			border-radius: 0.25rem;
			transition: none;
			font-family: 'Open Sans', sans-serif;


		}

		#campos .form-control:focus,
		#campos .form-control:active {
			border-color: black;
			outline: none;
			box-shadow: none;
			background: white;
		}
		/* Cambios*/
		.form-control:focus,
		.form-control:active{
			background: white;
			border-color: black;
			box-shadow: none;
		}


		.input-group {
			border-color: white;
			border-width: 2px;
			height: 50px;
			background-size: 19px;
			font-family: 'Verdana';
		}



		.input-group {
			border-color: white;
			border-width: 2px;
			height: 50px;
			background-size: 19px;
			font-family: 'Verdana';
		}

		.input-group:focus,
		.input-group:active {
			border-color: black;

		}

		#campos .form-control:focus+.input-group-prepend .input-group-text,
		#campos .form-control:active+.input-group-prepend .input-group-text {
			border-color: black;
			outline: none;
			box-shadow: none;
		}


		.input-group .input-group-prepend {
			order: 0;
		}

		#campos .input-group-text {
			border-radius: .25rem 0 0 .25rem;
			background-color: white;
			border-color: #000;
			border-width: 2px;
			border-right: none;
		}
		input:-webkit-autofill,
		input:-webkit-autofill:hover,
		input:-webkit-autofill:focus,
		input:-webkit-autofill:active  {
    	-webkit-box-shadow: 0 0 0 30px white inset !important;

		}

		input:-webkit-autofill {
    		-webkit-text-fill-color: black !important;

		}
		input:focus, input.form-control:focus {
			outline:none !important;
			outline-width: 0 !important;
			box-shadow: none;
			-moz-box-shadow: none;
			-webkit-box-shadow: none;


		}

.black_content{
	background-color: white;
	color: black;
	border-radius: 50px;
	border-radius: 50px;
	padding-bottom: 50px;
}
.image_button{
	/*max-width: 290px;
	opacity: 0.5;*/
	background: #0066FF;
	padding: 15px 40px;
	color: white;
	font-weight: 700;
	border-radius: 10px;
	font-size: 20px;
}
.image_button2{
	background: #ff3fbe;
	padding: 15px 78px;
	color: white;
	font-weight: 700;
	font-size: 20px;

}
.image_button:hover{
	color: white;
	text-decoration: none;
	background: black;
}
.image_button img{
	width: 100%;
	max-width: 320px;
}
.botonera_programa{
	display: flex;
	justify-content: space-between;
	align-items: center;
}


.botones a{
	margin-right: 30px;
	color: #FF3FBE;
	font-weight: 600;
}
.botones a.collapsed{
	opacity: 0.5;
}
.botones a:hover{

	color: black;
	text-decoration: none;

}







.image_button{
	text-decoration: none;
}
.counter_content {
    display: flex;
    justify-content: space-around;
    margin-bottom: 50px;
    width: 70%;

    margin: 70px auto 40px auto;

}
.counter_item {
    text-align: center;
}
.counter_item .nro{
	font-size: 80px;
	padding-top: 10px;
	font-weight: bold;
	color: white;
	width: 100px;
	height: 100px;

}
.counter_item .label{
	color: white;
	text-transform: uppercase;
	margin-top: 18px;
	font-weight: bold;
	font-size: 23px;
}
.hora{
	background-color: transparent;
	padding-left: 35px;
	padding-right: 40px;
	font-weight: 400;
}

.smaller{
	font-size: 10px !important;
}
.fucsia{
	color: #EF1D26;
}
.fucsia:hover{
	color: #EF1D26;
}

.lista_fucsia{
	list-style: none;
	padding-left: 0px;
}
.lista_fucsia li::before {
  content: ' ';  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  background-image: url('img/flecha_lista.svg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  color: red; /* Change the color */
  font-weight: bold; /* If you want it to be bold */
  display: inline-block; /* Needed to add space between the bullet and the text */
  width: 8px; /* Also needed for space (tweak if needed) */
  height: 8px;
  margin-right: 7px; /* Also needed for space (tweak if needed) */
}
.texto_lista{
	max-width: 452px;
}
.lista_fucsia3{
	list-style: none;
	padding-left: 0px;
}
.lista_fucsia3 li{
	background-color: transparent;
	display: flex;
	margin-top: 20px;
	margin-bottom: 20px;
}
.lista_fucsia3 li::before {
  content: ' ';  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  background-image: url('img/flecha_lista3.svg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  color: red; /* Change the color */
  font-weight: bold; /* If you want it to be bold */
  display: inline-block; /* Needed to add space between the bullet and the text */
  width: 25px; /* Also needed for space (tweak if needed) */
  height: 25px;
  margin-right: 7px; /* Also needed for space (tweak if needed) */
}




.lista_fucsia2{
	list-style: none;

	width: 55%
	max-width: 600px;
	padding-left: 20px;
		padding-right: 20px;
		padding-bottom: 20px;
		border-radius: 15px;
		background: #FFFFFF;
		box-shadow: 0px 4px 60px rgba(0, 0, 0, 0.15);
}
.lista_fucsia2 li{
	background-color: transparent;
	display: flex;
	margin-top: 20px;
	margin-bottom: 20px;
}
.lista_fucsia2 li::before {
  content: ' ';  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  background-image: url('img/flecha_lista2.svg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  color: red; /* Change the color */
  font-weight: bold; /* If you want it to be bold */
  display: inline-block; /* Needed to add space between the bullet and the text */
  width: 25px; /* Also needed for space (tweak if needed) */
  height: 25px;
  margin-right: 5px; /* Also needed for space (tweak if needed) */
}


.titulos_ponentes{
	text-decoration: none;
	font-weight: 700;
	color: black;
	text-align: center;
	font-size: 16px;
	margin-bottom: 40px;
	margin-top: 50px;
}

#programa span{
	display: block;
	font-size: 15px;
	margin-bottom: 10px;
}
.lista_fucsia li{
	font-size: 15px;
}
.lista_fucsia2 li{
	font-size: 15px;
}
.lista_fucsia3 li{
	font-size: 15px;
}
.logo_footer{
	max-width: 180px;
	max-height: 50px;
	margin: 0 auto;
	display: block;
	background-color: transparent;

}
.logo_footer_small{
	max-width: 220px;
	max-height: 70px;
	margin: 0 auto;
	display: block;
	background-color: transparent
}


.barra{
	background-color: #EF1D26;
	padding: 0px;
	border-radius: 6px;
	color: white;
	-webkit-box-shadow: 10px 10px 32px -5px rgba(0,0,0,0.13);
	-moz-box-shadow: 10px 10px 32px -5px rgba(0,0,0,0.13);
	box-shadow: 10px 10px 32px -5px rgba(0,0,0,0.13);
}

.barra .texto{
	padding: 12px;
	padding-left: 20px;
	display: flex;
	align-items: center;
}
.auspiciador_logo{
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #EF1D26;
	padding: 10px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;

}
.auspiciador_logo img{
	max-height: 50px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 20px;
	margin-right: 20px;
	max-width: 170px;
}



/*CSS NUEVO*/

.enlace_logo{
	width: 70px;
}

.button{
	border: none;
	font-family: 'Museo Sans 500';
	font-weight: 500;
	font-style: normal;
	font-size: 19.272px;
	line-height: 29px;
	text-align: center;
	text-transform: uppercase;
	color: white;
	padding: 0.75em 3em;
	background: #6E2A8E;
	box-shadow: 0px 5.50628px 6.88285px rgba(0, 0, 0, 0.1);
	border-radius: 6.88285px;
}

.contenedor_inicio p{

	color: white;
	font-size: 34px;
	font-family: 'Museo Sans 500';
	font-weight: 500;
	line-height: 37px;

}
.titulos_inicio{
	margin-top: 40px;
	margin-bottom: 25px;
	font-family: 'Museo Sans 500';
	font-weight: 500;
}

.contenedor_inicio h1{
	font-size: 75px;
	 font-family: 'Museo Sans 700';
	font-weight: 700;
	color: white;
	line-height: 75px;
	letter-spacing: 6px;
}
.contenedor_inicio h2{
	font-size: 40px;
	margin-bottom: 10px;
	font-weight: 400;
	color: white;
}



.imagen_button3{
	border: none;
	font-family: 'Museo Sans 500';
	font-weight: 500;
	font-style: normal;

	font-size: 22.272px;
	line-height: 29px;
	text-align: center;
	text-transform: uppercase;
	color: white;
	padding: 0.75em 3em;
	background: #6E2A8E;
	box-shadow: 0px 5.50628px 6.88285px rgba(0, 0, 0, 0.1);
	border-radius: 6.88285px;
	margin-top: 22px;

}
.imagen_button4{

	background: #bbbbbb;


}
.imagen_button3:hover{
	background: black;
	color: white;
	text-decoration: none;
}

.titulos_secundario{
	color: black;
	font-size: 35px;
	font-family: 'Museo Sans 500';
	font-weight: 500;
	margin-bottom: 0px;
	line-height: 34px;
}

.titulos-principal{
	font-family: 'Museo Sans 900';
	font-size: 55px;
	color: #6E2A8E;
	font-weight: bold;
}


.box_fecha{
	border: 1px solid #6E2A8E;
	font-family: 'Museo Sans 500';
	font-weight: 500;
	display: inline-block;
	width: 270px;
	padding-top: 18px;
	padding-bottom: 18px;
	border-radius: 10px;
	font-size: 28px;
	color: #6E2A8E ;
	background: white;
	text-decoration: none;

}

.box_fecha:hover,
.box_fecha.activa{
	color: white ;
	background: #6E2A8E;
	text-decoration: none;
}

.caja{
	height:60vh;
	overflow-y: scroll;
	margin-bottom: 2rem;
}
.caja::-webkit-scrollbar {
	height:550px;   /* Tamaño del scroll en vertical */
    height: 10px;    /* Tamaño del scroll en horizontal */
	background-color: #C4C4C4;
}
/* Ponemos un color de fondo y redondeamos las esquinas del thumb */
.caja::-webkit-scrollbar-thumb {
    background: #6E2A8E;
    border-radius: 4px;
}
/* Cambiamos el fondo y agregamos una sombra cuando esté en hover */
.caja::-webkit-scrollbar-thumb:hover {
    background: #6E2A8E;
    box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
}
/* Cambiamos el fondo cuando esté en active */
.caja::-webkit-scrollbar-thumb:active {
    background-color: black;
}

.caja_1 {
    background: white;
    color: black;
    height: 100px;
    margin-bottom: 15px;
    border-radius: 6px;
}
.caja_1 .caja_hora {
    color: #6E2A8E;
    font-size: 25px;
    font-weight: bold;
    padding: 0 35px 0 40px;
 
}
.titulos_caja h1{
	font-size: 20px;
	color: #000000;
	font-family: 'Museo Sans 500';
	font-weight: 500;
	margin-bottom: 0px;
	width: 600px;
}

.texto {
    font-size: 18px;
    font-family: 'Museo Sans 500';
    font-weight: 500;
    color: #6E2A8E ;
    margin-bottom: 0px;
}
.circle{
	margin-right: 45px;
	width: 100px;
	height: 100px;
	border-radius: 50%;
 	background: #CFCFCF;

}

.circle .reloj img{
	width: 36px;

}
.circle .reloj span{
	font-size: 20px;
	margin-top: 5px;
	font-family: 'Museo Sans 500';
	color: white;
}
/*h1,h2,h3,h4,h5,h6,p{

	font-family: 'Museo Sans 500';
	font-weight: 500;
}*/


.caja_1:hover .circle{
	background: #6E2A8E;
}



.logos_img img{
	margin-right: 40px;
	width: 100px;
}

.titulo-secundarios{
	font-size: 18px;
}
.logos_img img:nth-child(6){
	margin-right: 0px;
}
.cards{
	margin-bottom: 20px;
}
.main_content .card{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	border: none;
}
.cards img{
	width: 65px;
	height:65px;
	margin-bottom: 30px;

}
.card img{
  width: 230px;
  border-radius: 50%;
}
.card-body .card-title{
	color: black;
	margin-bottom: 0px;
	font-size: 24px;

}
.card .card-body .card-text{
	color: #6E2A8E;
	font-size: 20px;
	line-height: 23px;
}
.card-text{

	font-size: 16px;
	font-family: 'Museo Sans 500';

	text-align: center;


}
.card-textos{

	height: 93px;
}
.cards {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: none;
    border-radius: .25rem;
    max-width: 195px;
}


.logos_marcas{
	/*margin-top: 50px;
	margin-bottom: 50px;*/

}

.titulos-1 .texto{
	font-size: 40px;
	color: white;
	font-family: 'Museo Sans 500';
	font-weight: 500;
}
.agenda .titulos-1 {
    width: 75%;
    margin-top: 80px;
}

.sociales_nav .sociales img:hover{
	background: #cfcfcf49;

	border-radius: 50%;

}
.aviso_legal img{
	margin-right: 40px;
	padding-top: 15px;
}

/*css final*/


@media only screen and (max-width: 699px){
	.cards{
	width: 100%;

}
	.footer .logo{
		margin-top: 0px;
	}

	.caja_1{
		background: white;
		color: black;
		height: 90px;
		margin-bottom: 17px;
	}
	.caja_1 .caja_hora{
		font-size: 15px;
		padding: 0 20px;
		width: 120px;
	}
	.caja_1 .texto{
		font-size: 14px;
		margin-bottom: 0;
		padding-right: 10px;
		line-height: 17px;

	}
	.titulos_caja h1{
		font-size:16px;
		margin-bottom:3px;
		padding-top: 0px;
		padding-right: 5px;
		width: 400px;
		padding-right: 10px;
	}

	.circle{
		margin-right: 14px;
		width: 100px;
		height: 100px;
		border-radius: 50%;
	    background: #CFCFCF;

	}
	.circle .reloj img{
		width: 32px;
	}
	.circle .reloj span{
		font-size: 17px;
		margin-top: 5px;
	}

	.icon_logo{
		position: absolute;
		right:40px;
		bottom: 0;
	}

	.titulos_inicio h2{
		font-size: 28px;
	}
	.titulos_inicio h1{
		font-size: 48px;
	}
	.titulos_inicio p{
		font-size: 28px;
	}
	.counter_item .nro {
		font-size: 50px;

	}
	.counter_item .label {
		margin-top: 0px;
		font-size: 15px;
	}
	.counter_content {

		margin: 50px auto 40px auto;
	}


}

.auspiciador{
	width: 100%;
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
	position: relative;
	margin-top: 20px;
	padding: 2rem 0;
}





.auspiciador .titulo{
	text-decoration: underline;
	margin-bottom: 50px;
	color: #EF1D26;
	font-weight: 600;
}
.auspiciador .logo{
	max-width: 400px;
}
.auspiciador .logo.logo_big{
	height: 140px;
}
.auspiciador.dark{
	background-color: black;
}
.auspiciador .logo_top_au_1{
	position: absolute;
	left: 10px;
	top:10px;
}
.auspiciador .logo_top_au_2{
	position: absolute;
	left: 75px;
	top:18px;
}
.auspiciador img{
	/*margin-bottom: 40px;*/
}
:focus {
    outline: -webkit-focus-ring-color auto 0px;
}
button:focus{
	outline: none !important;
}
.tablas .col-md-4 img{
	width: 100%;
}
.info_sala{
	background-color: #4A4A4A;
	font-size: 12px;
	border-radius: 10px;
	padding: 0px;
	margin-top: 20px;
	margin-bottom: 20px;
}
#salas{
	margin-top: 30px;
}
.info_sala_btn{
	background-color: #EF1D26;
	font-weight: 600;
	width: 100%;
	height: 45px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: 700;
	font-size: 14px;
	    border-radius: 10px;
}
.info_sala ul li{
	padding-left: 0px;
}
.info_sala ul{
	padding-left: 13px;
	padding-top: 20px;
}
.info_sala .texto{
	padding: 17px;
	padding-top: 25px;
	min-height: 306px;
}
#programa .info_sala .texto .fucsia{
	font-weight: 700;
	font-size: 13px;
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 40px;
    height: 40px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
    /*background-color: red;*/
    background-color: transparent;
    z-index: 200;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev{
    left: 5px;
    background-image: url(img/flecha_izq.svg);
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
}
.slick-next{
    background-image: url(img/flecha_der.svg);
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: ' ';

}
[dir='rtl'] .slick-prev:before{
    content: ' ';


}

.slick-next
{
    right: 5px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: 5px;
}
.slick-next:before
{
    content: ' ';
}
[dir='rtl'] .slick-next:before
{
    content: ' ';
}

.content_fucsia{
	background-color: white;
	border-radius: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-width: 3px;
	padding-top: 20px;
	padding-bottom: 20px;
	border-color: #EF1D26;
	border-style: solid;
}
@media only screen and (max-width: 600px) {
	.info_sala .texto{
		min-height: auto;
	}

	.texto_lista{
		max-width: 230px;
	}
	.lista_fucsia2 li{
		font-size: 12px;

	}
	.imagenes_ponentes img{
		width: 109.07%;
		border-bottom-left-radius: 0px;

	}

}

	#programa span{
		font-size: 12px;
	}
	.lista_fucsia3 li{
		font-size: 12px;
	}
	.tablas .col-md-4 img{
		margin-bottom: 20px;
	}
	.info_sala{
		margin-bottom: 20px;
	}
	.content_fucsia{
		width: 75%;
	}
	.auspiciador img{
		width: 100%;
	}
	.content_fucsia img{
		width: 100%;
	}
	.slick-next{
	    right: 0px;
	}
	.slick-prev{
		left: 0px;
	}

}
@media only screen and (max-width: 600px) {

	h1{
		font-size: 50px;
	}
	.parrafo{
		font-size: 25px;
	}
	.hora{
		padding-left: 5px;
		padding-right: 5px;

		width: 120px;
	}

	.tabla{
		margin: 0 auto;
		display: block;
	}
	.logo_footer_small{
		margin: 0 auto;
		margin-bottom: 25px;
		max-width: 130px;
		display: block;
	}
	.logo_footer{
		margin: 0 auto;
		margin-bottom: 25px;
		max-width: 130px;
		display: block;
	}
	.logo_stringnet{
		margin-top: 30px;
	}
	.flechas{
		max-width: 50px;
	}
	.counter_item .nro{
		font-size: 38px;
		line-height: 40px;
	}
	.botonera_programa{
		flex-direction: column;
	}
	.counter_content{
		width: 100%;
	}
}





/*cambios*/
.titulos-1{
	display: flex;
	text-align: center;
	justify-content: center;
}
.titulos-2 .card-text{
	font-size: 18px;
	padding: 10px;
	width: 80%;
	margin: 0px auto;
}
.aviso_legal{
	padding-top: 180px;
}

.nombre{
	padding: 8px 20px;
	background: #FFFF00;
	border-radius: 50px;
	color: black;
	font-weight: 900;


}

.parrafo-principal p{

	color: black;
	margin-top: 20px;
	font-size: 15px;
	font-weight: 600px;


}
.parrafo-principal{
	margin-top: 40px;
}


.casilla{
	display: inline-block;
	width: 20px;
	height: 20px;
	border: 1px solid #EF1D26;
	border-radius: 3px;
	margin: 0;

	position: absolute;
	margin-top: .3rem;
	margin-left: -1.75rem;
}

.form-check-input:checked + .casilla{
	line-height: 20px;
	text-align: center;
	font-weight: bold;
	color: black;
	font-size: 14px;
}


.form-check-input:checked + .casilla::before{
	content: "\2714"
}


.item--nombre{
	color: #EF1D26;
	/*color: white;*/
}

.caja_li{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	align-content: center;

}


.menu_inicio{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	text-align: center;
	justify-content: center;
}
.button_final{
	padding: 5px 60px;
	border-radius: 50px;
	background: #EF1D69;
	font-weight: 700;
	color: white;
}
.button_final:hover{
	    color: white;
    text-decoration: none;
    background: black;
}

.span_1{
	padding: 5px 5px;
	border-radius: 50px;
	background: red;
	color: black;
	font-weight: 500;
	font-size: 12px;
	font-family: 'ITC Avant Garde Std Md';
	font-style: normal;
	display: block;
	background: #FFFFFF;
	box-shadow: 0px 4px 60px rgba(0, 0, 0, 0.25);
}
.h6_1{
	margin-top: 10px;
	font-size: 29px;
	font-weight: bold;
	font-family: 'ITC Avant Garde Std Md';

}
.p_1{
	font-size: 15px;
}
.gamming_img img{
	width: 90px;
}
.gamming_img img:nth-child(2){
	margin-right: 80px;
	margin-left: 80px;
}

@media (max-width: 600px) {
	.gamming_img img:nth-child(2){
		margin-right: 10vw;
		margin-left: 10vw;
	}
  }
.box_title{
	height: 295px;
	width: 100%;
}
.title{
	padding-top: 42px;
	font-size: 35px;
	font-weight: bold;
	letter-spacing: 5px;
	color: white;
	line-height: 38px;
	text-shadow: -1px -1px 1px rgb(255 255 255 / 10%), 1px 1px 1px rgb(0 0 0 / 50%);

}
.titulos h1{
	font-size: 90px;
    font-family: 'Museo Sans 500';
    font-weight: 500;
    color: white;

}
.titulos p{
	color: white;
	font-size: 40px;
	margin: 0px auto;
	font-family: 'Museo Sans 500';
	font-weight: 500;
}
.logo_marca {
    color: black;
    font-size: 33px;
    font-weight: bold;
    margin-bottom: 15px;
}
#encabezado .contenedor{

		max-width: 1450px;
		margin: 0 auto;
		height: 700px;
		background-image: url("https://stringnetlab.com/conexionbelcorp/site/img/banner_login.png");
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center bottom;
	}
	#encabezado .contenedor_inicio{
		max-width: 1450px;
		margin: 0 auto;
		position: relative;
		height: 1000px;
		background-image: url("https://stringnetlab.com/conexionbelcorp/site/img/banner1.png");
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
	}
	.icon_logo{
		position: absolute;
		right: 90px;
		bottom: 20%;
	}
	.banner_secundario{
		/* max-width: 1450px; */
		margin: 0 auto;
		position: relative;
		/* height: 1000px; */
		/* max-height: 1400px; */
		background-image: url("https://stringnetlab.com/conexionbelcorp/site/img/banner_secundario.png");
		background-repeat: no-repeat;
		background-size: cover;

	}
	.banner_footer{
		/* max-width: 1450px; */
		margin: 0 auto;
		height: 400px;
		background-image: url("https://stringnetlab.com/conexionbelcorp/site/img/banner_footer.png");
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center top;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: flex-end;
		padding-bottom: 40px;

	}
	.banner_footer .main_content .logos_marcas{

	}
	.banner_footer .main_content .logos_marcas img{
		width: 400px;
	}
	.form_footer {
		height: 1100px;
		padding-top: 90px;
	}

	.fixed{
	display: flex;
	justify-content: flex-end;
	width: 100%;
	cursor: pointer;
	position: absolute;
	bottom:15px;
	}

	.fixed span img{
		width: 65px;
	}




	.progress_container{
	width: 100%;
	height: 30px;
	position: absolute;
	bottom: 80px;
	background-color: transparent;
	display: flex;justify-content: center;
	align-items: center;
}
.progress{
	width: 200px;
	height: 3px;
}

@media only screen and (max-width: 600px) {
	#encabezado .contenedor{

		height: 400px;
	}
	#encabezado .contenedor_inicio{

		height: 900px;
	}
	.contenedor_inicio h2{
		font-size: 22px;
	}
	.contenedor_inicio h1{
		font-size: 40px;
	}
	.contenedor_inicio p{
		font-size: 22px;
	}
	.counter_content{
		margin-top: 0px;
		width: 90%;
	}
	.counter_item .nro{
		font-size: 45px;
		padding-top: 25px;
		font-weight: bold;
	}

	.counter_item .label{
		font-size: 20px;
	}

	.icon_logo{
		position: absolute;
		right:10px;
		bottom: 7%;

	}
	.icon_logo img{
		width: 100px;

	}
	.circle{
		width: 70px;
		height: 70px;
		margin-right: 25px;
	}
	.circle .reloj img{
		width: 25px;
		margin: 2px auto;
	}
	.circle .reloj span{
		font-size: 17px;
		margin-top: 2px;
	}

	.icon_logo{
		position: absolute;
		right:20px;
		bottom:6%;
	}
	.box_title{
		height: 166px;
		width: 100%;
	}
	.title{
		padding-top: 30px;
		font-size: 28px;
		font-weight: bold;
		color: white;
		line-height: 30px;
	}
	.titulos h1{
		font-size: 50px;
	    font-family: 'Museo Sans 500';
	    font-weight: 500;
	    color: white;
	}
	.titulos p{
		color: white;
		font-size: 35px;
		margin: 0px auto;
		line-height: 30px;
		font-family: 'Museo Sans 500';
		font-weight: 500;
	}
	.logo_marca {
	    color: black;
	    font-size: 23px;
	    font-weight: bold;
	    margin-bottom: 15px;
	}
	.img_marca{
		width: 340px;
	}
	.aviso_legal{
		padding-top: 200px;
	}



}



@media only screen and (max-width: 450px) {
	.counter_content{
		width: 100%;
	}


	.counter_item .nro{
		font-size: 35px;
		width: 2em;
	}

	.counter_item .label{
		font-size: 15px;
		color: white;
	}


}

	/* .logo_1{
		width: 80%;
		height: 70px;

	} */

	/* .logo_1{
		width: 80%;
		height: 70px;

	} */
	@media only screen and (max-width: 700px) {
		#encabezado .contenedor{


			height: 400px;
		}
		.titulos-principal{
			font-size: 30px;
		}
		.titulos-1 .texto{
			font-size: 38px;
			line-height: 42px;
		}
		.titulos_secundario {

			font-size:27px;

		}
		.titulos-1 h3{
			font-size: 22px;
			padding: 10px 30px;

		}
		.card-text{
			font-size: 18px;
		}
		.cards img {
			width: 120px;
			height: 120px;

		}
		.fixed{
			right: -11px;
			bottom: 15px;
		}

		.fixed span img{
			width: 45px;
		}

		#encabezado .contenedor_inicio{

			height: 750px;
		}
		.banner_secundario{
			position: relative;
			/* height: 750px; */
			width: 100%;
			max-height: 1400px;
			background-image: url("https://stringnetlab.com/conexionbelcorp/site/img/banner_secundario.png");
			background-repeat: no-repeat;
			background-size: cover;
			background-position: center;

		}
		.caja{
			height: auto;
			overflow: visible;
		}


		.banner_footer{
		position: relative;
		width: 100%;
		height: 300px;
		max-height: 1500px;
		background-image: url("https://stringnetlab.com/conexionbelcorp/site/img/banner_footer.png");
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;

		}
		.form_footer{
			padding-bottom: 90px;
		}
		/*.banner_footer .main_content .logos_marcas{
			height: 254px;
		}*/

		.banner_footer .main_content .logos_marcas h1{
			font-size: 1.5rem ;
		}
		.banner_footer .main_content .logos_marcas img{
		width: 300px;
		}


		.logos_img img{
			margin-bottom: 15px;
			margin-right: 5px;
		}


		.agenda .titulos-1{
			width: 100%;
		}
		.box_fecha {
			font-size: 24px;
			width: 200px;

		}

		.titulos-2{
			padding-bottom: 40px;
		}

	}


















#stands .botones{
	/* outline: 1px solid red; */
	display: flex;
	/* flex-direction: column; */
	align-items: stretch;
	justify-content: center;
}


#stands .botones .btn-primary{
	padding: 10px;
}
#stands .botones .btn-primary span{
	display: none;
}

@media only screen and (min-width: 768px) {

	#stands .botones{
		flex-direction: row;
		position: absolute;
		left: 5%;
		right: 5%;
		bottom: 10%;
	}

	#stands .botones .btn-primary{
		padding: 10px 30px;
	}
}


#stands .botones .btn{
	margin: .5rem;
	color: white;
	justify-content: center;
}


#stands .botones .btn img{
	max-width: 32px;
}

#stands .botones .btn{
	margin: .5rem;
	color: white;
	justify-content: center;
}

#stands .slick-dots{
	display: block;
	width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;

	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

#stands .slick-dots li
{
    position: relative;

    display: block;
    margin: 4px;
    padding: 0;
    cursor: pointer;
}


.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;
	border-radius: 10px;

    content: '';
    text-align: center;

    opacity: .25;
    color: black;
    background: #FF3FBE;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

@media only screen and (min-width: 768px) {

	#stands .botones .btn{
		margin: 0 .5rem;
	}
}

@media only screen and (min-width: 768px) {

	#stands .slick-prev{
		left: -45px;
	}

	#stands .slick-next{
		right: -45px;
	}

}

.main_content .slick-slide .card{
	margin-top: 3rem;
	margin-bottom: 3rem;
	transform: scale(.9);
	transition: all 150ms;
}

.main_content .slick-center .card{
	transform: scale(1.25);
	transition-delay: 150ms;
}

@media only screen and (max-width: 481px){

	.texto{
		font-size: 18px;
		line-height: 15px;
	}
	.caja_1{
		height: 86px;	
	}
	.caja_1 .caja_hora{
		font-size: 15px;
		padding: 0 0 0 15px;
		width: 100px;
		flex: 0 0 100px;
	}
	.titulos_caja h1 {
	    line-height: 16px;
	    width: 316px; 
	    padding-right: 12px;
	   
	}
	.caja_1 .texto {
	    /* width: 300px; */


	}
	.sociales_nav a{
		margin-right: 4px;
	}
	.titulos-2 .card-text{
		font-size: 18px;
		padding: 10px;
		width: 100%;
		margin: 0px auto;
	}
	.titulos-2{
		height: 380px;
	}
	.aviso_legal{
		padding-top: 0px;
	}
}
@media only screen and (max-width: 381px){

	.texto{
		font-size: 18px;
		line-height: 15px;
	}
	.caja_1{
		height: 100px;
	}
	.caja_1 .caja_hora{
		font-size: 15px;
		padding: 0 0 0 10px;
		width: 100px;
	}
	.titulos_caja h1 {
	    line-height: 14px;
	    width: 230px;
	    
	}
	.juntos{
		font-size: 13px !important;
	}
	.caja_1 .texto {
	    width: 230px;
	}
	.sociales_nav a img{
		width: 25px;
		height: 25px;
	}
	.nav a img{
		width: 25px;
		height: 25px;

	}
	.nav a{
		padding-left: 0px;
		padding-right: 0px;
	}
	.titulos-2{
		height: 230px;
	}
	.titulos-2 .card-text{
		font-size: 18px;
		padding: 10px;
		width: 100%;
		margin: 0px auto;
	}
	.titulos-2{
		height: 450px;
		margin-bottom: 20px;

	}
	.aviso_legal img:nth-child(3){
		margin-right: 0px;
	}
	.banner_footer .main_content .logos_marcas h1 {
	    font-size: 1.3rem;
	}
	.box_title{
		height: 166px;
		width: 100%;
	}
	.title{
		padding-top: 34px;
		font-size: 25px;
		line-height: 28px;
	}
	
	.titulos p{	
		font-size: 30px;
		line-height: 30px;
	}
}

#perfil .foto{
	position: relative;
	overflow: hidden;
	margin: 0 auto;
	border-radius: 100%;
}

#perfil .foto figcaption{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	display: grid;
	align-items: center;
	justify-content: center;
	background-color: rgba(0,0,0,0.3);
	opacity: 0;
	transition: opacity 250ms;
}

#perfil .foto:hover figcaption{
	opacity: 1;

}



#perfil .foto figcaption img{
	width: 48px;
	border-radius: 0;
}
