	body > .container {
		padding: 60px 15px 0;
	}
	.navbar-nav .nav-link{
		font-size: 15px;
	}
	.invalid-feedback{
		color: white;
		margin-top: 10px !important;
		margin-left: 8px;
	}
	.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link{
		color: #003DA6;
		font-weight: bold;
		text-transform: none !important;
	}
	.navbar-light .navbar-toggler{
		color: white;
		border-color: white;
	}
	/*.navbar-light .navbar-toggler-icon {
    	background-image: url("/asset/img/burger.svg") !important;
	}
*/

	.form {
		/*min-height: 500px;*/
		background: linear-gradient(320.32deg, #003DA6 5.46%, #009BD9 102.13%);
		border-radius: 15px;
	}
	.card-body-login {
		padding: 5rem 2rem;
		min-height: 500px;
		background: linear-gradient(320.32deg, #003DA6 5.46%, #009BD9 102.13%);
		border-radius: 15px;
		height: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
		flex-direction: column;
	}

	html {
		position: relative;
		min-height: 100%;
	}

	*{
		font-family: 'Poppins' !important;
		/* font-family: 'Open Sans', sans-serif;*/
	}
	.fecha::-webkit-inner-spin-button {
		display: none;
	}
	.fecha::-webkit-calendar-picker-indicator {
		opacity: 0;
		position: absolute;
		left: 0;
		width: 150px;
	}

	.navbar-expand-md .navbar-nav .nav-link {
		color: #003DA6;
		font-weight: bold;
		font-size: 14px;
		padding: 8px !important;
		padding-left: 15px;
		text-transform: normal;
	}

	.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show>.nav-link{
		color: #003DA6; 
		/*background-color: white;*/

	}
	.nav-link.active{
		color: #003DA6 !important; 	
	}
	
	.navbar-light .navbar-nav .nav-link:focus{
		color: 003DA6 !important;
	}
	.navbar-light .navbar-nav .nav-link:hover{
		color: #003DA6 !important;
	}
	
	.nav-link {
		padding: 0 .7rem !important;
	}
	.error {
		color: #fff;
		text-align: center;
		font-size: 13px;
		margin-bottom: 10px;
	}
	h2{
		color: #243E6E;
		text-align: left;
		text-transform: uppercase;
		font-weight: 600;
		font-size: 23px;
		margin-bottom: 30px;
	}
	h1{
		color: #243E6E;
		text-align: center;
		font-weight: 500;
		margin-bottom: 30px;
		margin-top: 5px;
	}
	a{
		text-decoration: none;
		width: auto!important;
	}
	.h1{
		color: #1630BE;
		font-size: 58px;
		font-weight: bold;
		margin-bottom: 60px;
	}
	.header{
		max-width: 1400px;
		margin: 0 auto;
	}
	
	.bg-lights{
		/*position: absolute;
		width: 100%;*/
		background: transparent;
		padding-bottom: 0;
		padding-top: 0;
	}
	nav .logo {
		padding: 10px;
		max-width: 180px;
	}
	.h1_contendo{
		font-family: 'Poppins';
		font-weight: 700;
		font-style: normal;
		font-size: 30px;
		text-align: center;
		display: block;
		max-width: 800px;
		margin: 2rem auto 0;
		padding: 20px 0;
		border-radius: 5px;
		background: white;
		color: #000;
		box-shadow: 0px 5.50628px 6.88285px rgb(0 0 0 / 10%);
		 transform: translateY(-80%);
	}


	/*BTN*/
	.btn-primary{
		background: #1630BE;
		border-color: #1630BE;
		color: black;
		text-transform: uppercase;
		padding: 10px 30px;
		font-weight: 600;
		outline: none !important;
		border-radius: 15px;
		font-size: 1.2rem;
	}
	.button{
		border: none;
		font-weight: 500;
		font-style: normal;
		font-size: 19.272px;
		line-height: 25px;
		text-align: center;
		text-transform: uppercase;
		color: white;
		padding: 0.7em 1.8em 0.5em 1.8em;
		background: #FF6600;

		border-radius: 8px;
		box-shadow: 0px 5.50628px 6.88285px rgb(0 0 0 / 10%);
	}
	.button2{
		border: none;
		font-weight: bold;
		font-size: 19.272px;
		line-height: 25px;
		text-align: center;
		text-transform: none;
		color: white;
		padding: 0.7em 2.1em 0.5em 2.1em;
		min-width: 205px;
		background: #2D2926;
		border-radius: 8px;
		margin-right: 100px;
		box-shadow: 0px 5.50628px 6.88285px rgba(0, 0, 0, 0.1);
	}
	.button4{
		border: none;
		font-weight: bold;
		font-size: 19.272px;
		line-height: 25px;
		text-align: center;
		text-transform: none;
		color: white;
		min-width: 205px;
		padding: 0.7em 2.1em 0.5em 2.1em;
		background: #D52A3F;
		border-radius: 8px;
		box-shadow: 0px 5.50628px 6.88285px rgba(0, 0, 0, 0.1);
	}

	.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;
	}


	/*INPUT*/
	input.form-control {
		/*border-color: #243E6E;
		border-width: 1px;*/
		border: none;

		height: 40px;
		padding-left: 50px;
		font-size: 15px;
		border-radius: 25px;
		background: white;
		font-style: normal;

	}
	select.form-control{
		padding-left: 60px;
	}
	select.form-control {
		/*border-color: #243E6E;
		border-width: 1px;*/
		border: none;
		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;
		font-style: normal;
		border-radius: 58px;
	}
	.form-group {
		position: relative;
		margin-bottom: 15px;
	}

	.form-group .icono {
		position: absolute;
		width: 18px;
		height: 18px;
		top: 20px;
		left: 1.3rem;
		margin: auto;
		transform: translateY(-50%);

	}
	.form-group {
		display: flex;
		flex-wrap: wrap;
	}
	.form-group .icono{
		flex: 0 0 40px;
		margin-right: 15px;
	}

	.form-group i {
		position: absolute;
		right: 16px;
		width: 14px;
		height: 14px;
		display: block;
		top: 12px;
		right: 10px;
		transition: all 0.25s ease;
		cursor: pointer;
	}
	.i {
		position: absolute;
		top: 10px;
		right: 19px;
	}
	.i img {
		width: 12px;
	}
	select {
		appearance: none;
		-webkit-appearance: none;
		-moz-appearance: none;
		
	}
	.form-control:focus,
	.form-control:active {
		border-color: black;
		outline:none !important;
		box-shadow: none;
		background: white;
	}
	.form-check-input:focus,.form-check-input:active{
		outline:none !important;
		box-shadow: none;
	}
	#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 !important;
		box-shadow: none;
	}
	#campos .input-group-text {
		border-radius: .25rem 0 0 .25rem;
		background-color: white;
		border-color: #000;
		border-width: 2px;
		border-right: none;
	}

	.custom-select.is-valid, .form-control.is-valid, .was-validated .custom-select:valid, .was-validated .form-control:valid{
		border-color: black;
	}
	.form-check-input.is-valid~.form-check-label, .was-validated .form-check-input:valid~.form-check-label{
		color: #EF1D26 !important;
	}
	.legal_text {
		font-size: 16px;
		color: black;
	}
	.form-check-input {
		position: absolute;
		margin-top: .3rem;
		margin-left: -1.25rem;
	}

	/*RELOJ*/
	.circle {
		width: 105px;
		height: 105px;
		border-radius: 50%;
		display: flex;
		text-align: center;
		align-items: center;
		justify-content: center;
background:  linear-gradient(320.32deg, #003DA6 5.46%, #009BD9 102.13%);

	}
	.counter_content {
		display: flex;
		justify-content: space-around;
		margin-top: 30px;
		margin-bottom: 50px;
		width: 60%;
		margin: 0 auto;
		margin-top: 25px;
		max-width: 1500px;

	}
	.counter_item {
		text-align: center;

	}
	.counter_item .nro {
		
		font-size: 45px;
		display: flex;
		align-items: center;
		justify-content: center;
		font-weight: bold;
		color: #FF6600;
		line-height: 45px;
		width: 95px;
		height: 95px;
		border-radius: 100%;
		background: white;
		/* border: 3px solid #0066FF; */
	}

	.counter_item .label {
		color: #000000;
		text-transform: uppercase;
		font-weight: normal;
		margin-top: 25px;
	}

/*INICIO*/

	.titulos-principal{
		font-size: 18px;
		margin-top: 50px;
		margin-bottom: 35px;
		font-weight: 500;
	}

	.titulos-1{
		display: flex;
		text-align: center;
		justify-content: center;
	}
	.card-body{
		padding: 20px !important;
	}
	.card-title, .card-text, .card-title1{
		margin-top: 0;
		color: 	#00FFFF;
		font-family: 'Poppins';
	}

	.card-title{
		font-size: 18px;
		/*font-family: 'Poppins';*/
		font-weight: 600;
		/*min-height:  80px;*/
		line-height: 22px;
		margin-bottom: 8px !important;
		margin-top: 6px !important;
		padding-right: 5px;
	}
	.card-text{
		font-size: 14px;
		line-height: 15px;
		color: #839CD7;
		font-weight: 500;
	}
	.card-texts{
		border: 25px;
		color: black;
		
		max-width: 300px;
		font-size: 12px;
		padding: 6px 8px;
		font-family: 'Poppins';
		font-weight: normal !important;
		text-align: center;
		border-radius: 25px;
		margin-bottom: 0px;
	}
	.card{
		background: transparent;
		border: none;
		/*box-shadow: 0px 2.05241px 11.893px rgba(0, 0, 0, 0.25);*/
		/*border-radius: 12.3709px;*/
		min-height: 70px;
		margin-bottom: 30px;

		display: flex;
	}

	#expositores{
		margin-top: 30px;
		margin-bottom: 70px;
		font-weight: bold;
		font-size: 55px;
		color: #1630BE;
		font-family: 'Poppins';
	}
	.img-card{
		width: 45px;
		height: 45px;
		border-radius: 100%;
		margin-bottom: 20px;
		position: absolute;
		top: 0;
		right: 0;
	}




	/*PROGRAMA*/
	.h2-programa button {
		background: none;
		border: none;
		cursor: pointer;
		margin: 0 14px;
	}
	.h2-programa span{
		color: white;

	}
	.lista_fucsia2 {
		border: 1px solid rgba(255, 255, 255, 1);
		list-style: none;
		padding-left: 30px;
		padding-right: 30px;
		padding-bottom: 40px;
		/*padding-top: 40px;*/
		/*background: #FFFFFF;
		box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);*/
		/*background: radial-gradient(110.83% 84.7% at 50% 50%, #00B5F3 0%, #003B91 48.44%);*/
		border-radius: 15px;
		border-radius: 20px;
		margin-bottom: 50px;
		color: white;
	}
	.title-bloque{
		padding-top: 30px;
		color: white;
		background: transparent;
		border: none;
		font-size: 20px;
	}
	.lista_fucsia2 li {
		/*background: #FFFFFF;*/
		/*box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);*/
		/*border-radius: 15px;*/
		padding: 20px 0 5px;
		color: white;
		display: flex;
		justify-content: center;
		margin-top: 0px;
		margin-bottom: 15px;
		border-bottom: 1px solid rgba(255, 255, 255, 1);
	}
	.lista_fucsia2 .li-title{
		background: none;
		box-shadow: none;
		color: white;
	}
	.li-title .hora{
		display: none;
	}
	.li-title .lista_caja{
		width: 100%;
	}
	/*.lista_fucsia2 li::before {
		content: ' ';
		background-image: url('img/flecha_lista2.svg');
		background-repeat: no-repeat;
		background-size: contain;
		background-position: center center;
		font-weight: bold; 
		display: inline-block;
		width: 25px;
		height: 25px;
		margin-right: 5px; 
		}*/
		.lista_fucsia2 li{
			font-size: 12px;
		}
		.lista {
			display: grid;
			width: 100%;
			grid-template-columns: 1.4fr 1fr 1fr 1fr;
			grid-gap: 20px;
		}
		.lista_programa {
			padding: 1rem;
			background: #FFFFFF;
			box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
			border-radius: 17px;
			position: relative;
		}
		.lista_programa::before {
			content: '';
			width: 14px;
			height: 30px;
			background: #EA0029;
			border-radius: 25px;
			position: absolute;
			top: 23%;
			left: -7px;
		}
		.lista_programa h6 {
			font-style: normal;
			font-weight: 600;
			font-size: 15px;
			line-height: 21px;
		}
		.lista_programa p {
			font-size: 12px;
			line-height: 19px;
		}
		.programa {
			margin-left: 10px;
		}
		.hora {
			background-color: transparent;
			/*padding-left: 30px;*/
			font-weight: 500;
			width: 20%;
		}
		.lista_caja {
			width:80%;
		}
		.li-foro .hora{
			width: 20%;
		}
		.li-foro .lista_caja{
			width: 80%;
		}
		.bold {
			width: 50%;
			margin-bottom: 0px !important;
			padding-bottom: 0px !important;
			font-weight: 500;
			font-style: normal;
			position: relative;
			padding-right: 10px;
			line-height: 18px;
			margin: 0 10px;
			/*display: flex;
			flex-direction: column;
			justify-content: center;*/
			/*align-items: center;*/
		}
		.bold-black {
			font-weight: bold;
		}

		.imagen_programa{
			padding: 12px 26px;
			color: #000000;	
			border: 2px solid #1630BE;
			border-radius: 54px;
			text-align: center;
			margin-bottom: 35px;
			font-size: 20px;
			font-size: 17px;
			margin-right: 40px;

		}
		.imagen_programa2{
			background: #ffffff;
			font-size: 17px;
			padding: 12px 26px;
			border: 2px solid #1630BE;
			border-radius: 54px;
			text-align: center;
			margin-bottom: 35px;
			color: #000000;

		}
		.imagen_programa3{
			font-size: 17px;
			padding: 12px 26px;
			border: 2px solid #1630BE;
			border-radius: 54px;
			text-align: center;
			margin-bottom: 35px;
			color: #000000;

		}
		.imagen_programa2:nth-child(1){
			margin-right: 40px;
		}
		.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: #2C3088;
		padding: 15px 60px;
		color: white;
		font-weight: 700;
		border-radius: 10px;
		font-size: 20px;
	}
	.image_button2{
		background: #A8C679;
		padding: 15px 83px;
		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;
	}
	.imagen_programa  img{
		margin-right: 10px;
	}
	.imagen_programa2  img{
		margin-right: 10px;
	}
	.imagen_programa a:hover, .imagen_programa2 a:hover{
		color: black;
		text-decoration: none;
	}

	.imagen_programa.selected, .imagen_programa2.selected{
		background: #1630BE;
		color: white;
	}

	/*FECHAS*/
	.div_pro {
		display: inline-block;
		text-align: center;
		font-size: 21px;
		cursor: pointer;
	}
	.imagen_pro {
		padding: .6rem 1rem;
		background: #FFFFFF;
		box-shadow: 0px 3.26606px 3.26606px rgb(0 0 0 / 25%);
		border-radius: 14.3303px;
		color: #000;
		font-weight: 500px;
	}
	.imagen_pro.selected {
		background-color: #EA0029;
		color: white !important;
	}
	.a_pro {
		padding: 3px 14px;
		background: #FFFFFF;
		border: 1px solid #EA0029;
		margin-top: 10px;
		color: black;
		text-align: center;
		border-radius: 10px;
	}
	.box_pro {
		display: grid;
		grid-template-columns: repeat(4,85px);
		grid-gap: 14px;
		justify-content: center;
	}
	/*STANDS*/

	#stands .botones{
		/* outline: 1px solid red; */
		display: flex;
		/* flex-direction: column; */
		align-items: stretch;
		justify-content: center;
		background-color: transparent;
		position: absolute;
		top: 88%;
	}


	#stands .botones .btn-primary{
		padding: 10px 20px;
		border-radius: 7px;
	}
	#stands .botones .btn-primary:hover{
		color: white !important;
		background: black;
	}
	#stands .botones .btn-primary span{
		display: none;
	}

	#stands .botones .btn{
		margin: .5rem;
		color: white;
		justify-content: center;
	}


	#stands .botones .btn img{
		max-width: 32px;
	}

	#stands .botones .btn{
		margin: .5rem;
		color: #000;
		background: white;
		border: none;
		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;
	}

	.auspiciador img {
		max-height: 575px;
	}
	.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: 'Poppins';
		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;
	}
	/*final stands*/

	/*FOOTER*/
	.footer > .container {
		padding-right: 15px;
		padding-left: 15px;

	}
	.footer {
		width: 100%;
		height:60px;
		font-weight: 500;
		background: linear-gradient(320.32deg, #003DA6 5.46%, #009BD9 102.13%);

		display: flex;
		align-items: center;
		position: absolute;
		bottom: 0;
		/*display: none;*/
	}
	.footer_lg p {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 0px;
}
	.footer .logo{
		/*width: 80px;*/
		height: 45px;
		margin-top: 0px;
		margin-right: 10px;
		/*margin-bottom: 20px;*/
	}
	.footer .logo:nth-child(2){
		height: 40px;
		object-fit: contain;
	}
	.sociales a img {
		width: 22px;
		height: 22px;
	}
	.sociales a {
		margin-left: 0px;
		margin-right: 30px;
	}

	/* 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(/asset/img/flecha_der.svg);
		background-position: center center;
		background-size: contain;
		background-repeat: no-repeat;
	}
	.slick-next{
		background-image: url(/asset/img/flecha_izq.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: 1000px){
		/*LISTA*/
		.hora {
			width: 30%;
		}
		.lista_caja {
			width:70%;
		}
		/*Ponentes*/
		.no-gutters .col-md-5, .no-gutters .col-md-7{
			width: 100%;
		}
		.lista {
			grid-template-columns: repeat(2, 1fr) !important;
		}
		.bold {
			padding-bottom: 10px;
			width: 100%;
			padding-left: 18px;
			padding-right: 10px;
			margin-bottom: 20px !important;
		}
	}
	.auspiciador {
		width: 100%;
		display: flex;
		justify-content: center;
		flex-direction: column;
		align-items: center;
		position: relative;
		margin-top: 20px;
		padding: 2rem 0;
	}
	@media only screen and (min-width: 768px){
		.auspiciador {
			/* min-height: 60vh; */
			display: flex;
			justify-content: center;
			flex-direction: column;
			align-items: center;
			position: relative;
			padding: 0;
			/* background-color: red; */
			margin: 0;
		}
	}
	@media only screen and (max-width: 760px){
		.logo{
			max-width: 120px !important;
		}
		nav .container{
			justify-content: inherit !important;
		}
		.navbar-light .navbar-toggler {
			margin-left: auto;
		}
			.footer {
				height: auto;
				padding: 1rem 0;
			}
		.footer .container {
			align-items: center;
			justify-content: center;
			flex-direction: column !important;
		}
		.sociales{
			margin: 10px auto !important;
		}
		/*Lista*/
		#stands .auspiciador {
			height: auto;
		}
		.card-title{
			font-size: 14px;
		}
		.li-foro .hora{
			width: 100%;
			margin-bottom: 10px;
		}
		.li-foro .lista_caja{
			width: 100%;
		}
		.lista_fucsia2 .li-foro{
			flex-direction: column;
		}
		.bold-title{
			font-size: 15px !important;
			padding-left: 0;
		}
		.h2-programa span{
			font-size: 18px;
		}
		
		nav .logo {
			padding: 0px 0;
		}
		.counter_item .nro {
			font-size: 38px;
			/* line-height: 40px; */
		}
		h1 {
			font-size: 24px;
		}
		.h1_contendo {
			text-align: center;	
			padding: 0.8em 0;
			font-size: 28px;
			line-height: 29px;
		}
		.hora {
			background-color: transparent;
			padding-left: 10px;
			width: 25%;
		}
		.lista_caja {
			width: 75%;
			flex-direction: column;
		}
		
		.lista_fucsia2 li {
			font-size: 12px;
		}
		.imagen_programa {
			margin-right: 0px;
		}
		.imagen_programa2:nth-child(1) {
			margin-right: 0px; 
		}

		/*RELOJ*/
		.counter_content {
			width: 100%;
		}
		.counter_item .nro {
			font-size: 38px;
			/* line-height: 40px; */
		}

		/*footer*/
		.sociales a {
			margin-right: 10px;
		}

		/*SLICK*/
		#stands .slick-prev {
			left: 0px;
		}
		#stands .slick-next {
			right: 0px;
		}
		.lista_fucsia2 li {
			font-size: 12px;
		}
	}
	
	@media only screen and (max-width: 480px){
		nav .logo{
			max-width: 100px;
		}
		.circle {
			width: 90px;
			height: 90px;
		}
		.h2-programa span {
			font-size: 14px;
		}
		.h2-programa button{
			padding-left: 0;
			padding-right: 0;
			margin: 0 10px;
		}
		.h2-programa button img {
			max-width: 22px;

		}
		.footer .logo{
			/*width: 80px;*/
			height: 30px;
			margin-top: 0px;
			margin-right: 10px;
			margin-bottom: 12px;
		}
		.footer .logo:nth-child(2){
			height: 30px;
			object-fit: contain;
		}
		.counter_item .nro {
			font-size: 38px;
			display: flex;
			align-items: center;
			justify-content: center;
			line-height: 45px;
			width: 85px;
			height: 85px;
		}
		.counter_item .label {
			font-size: 14px;
		}
		.lista_fucsia2 li {
			margin-bottom: 40px;
			flex-direction: column;
		}
		.lista_fucsia2 .li-title{
			margin-bottom: 10px;
		}
		.hora {
			width: 100%;
			padding-left: 20px;
			padding-bottom: 8px;
		}
		.lista_caja {
			flex-direction: column;
			margin-left: auto;
			margin-right: auto;
			width: 100%;
		}
		.bold {
			width: auto;
			margin-bottom: 5px;
			padding-top: 15px;
			padding-left: 5px;
			padding-right: 5px;
		}

	}

	@media only screen and (max-width: 380px){

		/*LISTA*/
		.h2-programa span{
			font-size: 14px;
		}
		.card-title{
			font-size: 12px;
			line-height: 20px;
		}
		.h2-programa button{
			margin:  0 3px;
		}
		.h2-programa button img{
			max-width: 22px;
		}
		.hora {
			width: 100%;
			padding-left: 20px;
			padding-bottom: 8px;
		}
		.lista_caja {
			padding-right: 10px;
		}
		.box_pro {
			grid-template-columns: repeat(2,85px) !important;
		}
		.lista {
			grid-template-columns: repeat(1, 1fr) !important;
		}
		
		.botones{
			flex-direction: column;
		}
		.imagen_programa {
			margin-right: 0px;
		}

		/*RELOJ*/

		.circle {
			width: 70px;
			height: 70px;
		}
		.counter_item .nro {
			font-size: 28px;
			display: flex;
			align-items: center;
			justify-content: center;
			line-height: 45px;
			width: 65px;
			height: 65px;
		}
		.counter_item .label {
			font-size: 14px;
		}
		.counter_item .label {
			font-size: 14px;
		}
	}
	@media only screen and (max-width: 340px){
		.h2-programa span{
			font-size: 12px;
		}
		.h2-programa button{
			margin:  0 0px;
			padding-left: 0;
			padding-right: 0;

		}
		.h2-programa button img{
			max-width: 17px;
			padding-top: 5px;
		}
		.logo{
			max-width: 100px !important;
		}
	}
	@media only screen and (max-width: 300px){
		.h2-programa span{
			font-size: 11px;
		}
		.h2-programa button{
			margin:  0 0px;
			padding-left: 0;
			padding-right: 0;

		}
		.h2-programa button img{
			max-width: 14px;
			padding-top: 5px;
		}
	}