	body > .container {
		padding: 60px 15px 0;
	}
	.navbar-nav .nav-link{
		font-size: 15px;
	}

	html {
		position: relative;
		min-height: 100%;
	}
	*{
		/*font-family: 'DIN Next LT Pro' !important;*/
	}
	.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: black;
		font-weight: 600;
	}
	h2{
		color: #1630BE;
		text-align: center;
		text-transform: uppercase;
		font-weight: 700;
		font-size: 23px;
		margin-bottom: 30px;
	}
	h1{
		color: #1630BE;
		text-align: center;
		font-weight: 700;
		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;
	}
	.header img{
		/*margin-top: 60px;*/

	}
	.h1_contendo{
		font-family: 'DIN Next LT Pro';
		font-weight: bold;
		font-style: normal;
		font-size: 30px;
		text-align: center;
		display: block;
		max-width:800px;
		margin: 2rem auto 0;
		padding: 30px 0;
		border-radius: 5px;
		background: white;
		color: #1630BE;
		box-shadow: 0px 5.60461px 7.00576px rgba(0, 0, 0, 0.1);
		/*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;
	}
	.button{
		border: none;
		font-weight: bold;
		font-style: normal;
		font-size: 19.272px;
		line-height: 25px;
		text-align: center;
		text-transform: uppercase;
		color: white;
		padding: 0.7em 1.8em 0.7em 1.8em;
		background: #1630BE;
		border-radius: 8px;
		box-shadow: 0px 5.50628px 6.88285px rgba(0, 0, 0, 0.1);
	}
	.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: black;
		border-width: 1px;
		height: 50px;
		padding-left: 60px;
		
		background: white;
		font-style: normal;

	}
	.form-group {
		position: relative;
		margin-bottom: 3rem;
	}

	.form-group .icono {
		position: absolute;
		top: 25px;
		left: 1.3rem;
		margin: auto;
		width: 23px;
		height: 23px;
		transform: translateY(-50%);

	}
	.form-group {
		display: flex;
		flex-wrap: wrap;
	}
	.form-group .icono{
		flex: 0 0 40px;
		margin-right: 15px;
	}
	
	.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;
	}
	.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{
		border: 4px solid #1630BE;
		font-size: 45px;
		display: flex;
		align-items: center;
		justify-content: center;
		font-weight: bold;
		color: #00F0FF;
		line-height: 45px;
		width: 95px;
		height: 95px;
		border-radius: 100%;
		background: white;
	}

	.counter_item .label{
		color: #000000;
		text-transform: uppercase;
		font-weight: bold;
		margin-top: 25px;
	}

	/*INICIO*/

	.titulos-principal{
		font-size: 20px;
		margin-top: 50px;
		margin-bottom: 35px;
		font-weight: 500;
	}

	.titulos-1{
		display: flex;
		text-align: center;
		justify-content: center;
	}
	.card-title, .card-text, .card-title1{
		margin-top: 0;
		color: 	#333333;
		font-family: 'DIN Next LT Pro';
	}

	.card-title{
		font-size: 32px;
		font-family: 'DIN Next LT Pro';
		font-weight: bold;
		/*min-height:  80px;*/
		line-height: 35px;
		margin-bottom: 8px !important;
		margin-top: 6px !important;
	}
	.card-text{
		font-size: 12px;
		line-height: 15px;
		color: #4F4F4F;
		font-weight: 500;
	}
	.card-texts{
		border: 25px;
		color: black;
		background: #FFFFFF;
		box-shadow: 0px 2.65241px 19.893px rgb(0 0 0 / 25%);
		max-width: 180px;
		font-size: 12px;
		padding: 4px 8px;
		font-family: 'DIN Next LT Pro';
		font-weight: normal !important;
		text-align: center;
		border-radius: 25px;
		margin-bottom: 0px;
	}
	.card{
		background: #FFFFFF;
		box-shadow: 0px 2.65241px 19.893px rgba(0, 0, 0, 0.25);
		border-radius: 12.3709px;
	}

	#expositores{
		margin-top: 30px;
		margin-bottom: 70px;
		font-weight: bold;
		font-size: 55px;
		color: #1630BE;
		font-family: 'DIN Next LT Pro';
	}
	.img-card{
		width: 45px;
		height: 45px;
		border-radius: 100%;
		margin-bottom: 20px;
		position: absolute;
		top: 0;
		right: 0;
	}




	/*PROGRAMA*/
	.lista_fucsia2 {
		list-style: none;
		padding-left: 20px;
		padding-right: 20px;
		padding-bottom: 20px;
		padding-top: 20px;
		/* box-shadow: 0px 4px 40px rgb(0 0 0 / 25%); */
		/* border: 4px solid #00FFFF; */
		border-radius: 20px;
		margin-bottom: 50px;
	}
	.lista_fucsia2 li {
		background-color: transparent;
		background: #FFFFFF;
		display: flex;
		/* justify-content: center; */
		margin-top: 12px;
		margin-bottom: 24px;
		border: 1px solid #C7C7C7;
		padding: 15px 12px 20px 12px;
		border-radius: 19.3477px;
	}
	/*.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: 15px;
		}
		.programa {
			margin-left: 10px;
		}
		.hora {
			background-color: transparent;
			padding-left: 30px;
			font-weight: bold;
			font-style: normal;
			width: 20%;
		}
		.lista_caja {
			width:80%;
		}
		.bold {
			width: 100%;
			margin-bottom: 0px !important;
			padding-bottom: 0px !important;
			font-weight: bold;
			font-style: normal;
			position: relative;
			line-height: 18px;
		}
		.bold:nth-child(1) {
			padding-right: 40px;
			padding-left: 40px;
			width: 60%;
		}
		.bold:nth-child(2) {
			width: 40%;
			/* padding-left: 40px; */
			text-align: center;
		}
		.bold-black {
			font-weight: bold;
		}
		.bold:nth-child(1)::before {
			content: " ";
			position: absolute;
			background: #1630BE;
			width: 6px;
			height: 32px;
			left: 0;
			top: 0;
			border-radius: 5px;
		}
		.bold:nth-child(1)::after {
			content: " ";
			position: absolute;
			background: #1630BE;
			width: 6px;
			height: 32px;
			right: 0;
			top: 0;
			border-radius: 25px;
		}

		.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;
	}


	/*STANDS*/

	#stands .botones{
		/* outline: 1px solid red; */
		display: flex;
		/* flex-direction: column; */
		align-items: stretch;
		justify-content: center;
	}


	#stands .botones .btn-primary{
		padding: 10px;
		border-radius: 7px;
	}
	#stands .botones .btn-primary:hover{
		color: white !important;
	}
	#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: #F4961C;
		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: 'DIN Next LT Pro';
		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: 600;
		background: #ffffff;
		display: flex;
		align-items: center;
	}
	.footer .logo{
		width: 110px;
		margin-top: 10px;
		margin-right: 50px;
	}
	.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%;
		}
	}
	@media only screen and (max-width: 760px){
		/*Lista*/
		.hora {
			background-color: transparent;
			padding-left: 5px;
			font-weight: bold;
			font-style: normal;
			width: 25%;
		}
		.lista_caja {
			width: 75%;
			flex-direction: column;
		}
		.bold:nth-child(1)::before {
			content: " ";
			position: absolute;
			background: #1630BE;
			width: 0px;
			height: 0px;
			left: 0;
			top: 0;
			border-radius: 5px;
		}
		.bold:nth-child(1)::after {
			content: " ";
			position: absolute;
			background: #1630BE;
			width: auto;
			left: 20px;
			height: 3px;
			right: 0;
			top: 100%;
			border-radius: 5px;
		}
		.bold:nth-child(1) {
			padding-right: 15px;
			padding-left: 15px;
			padding-bottom: 10px !important;
			width: 100%;
			margin-bottom: 10px;
			text-align: center;
		}
		.bold:nth-child(2) {
			width: 100%;
			padding-top: 12px !important;
			text-align: center;
		}
		.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;
		}
	}
	@media only screen and (max-width: 380px){

		/*LISTA*/

		.hora {
			background-color: transparent;
			padding-left: 5px;
			font-weight: bold;
			font-style: normal;
			width: 30%;
		}
		.lista_caja {
			width: 70%;
			flex-direction: column;
		}
		
		.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;
		}
	}