@media (max-width: 1023px) {
	.video_movil {
		width: 70%;
	}

}

.slider {
	width: 80%;
	margin: 0 auto;
}

.slick-slide {
	margin: 0px 20px;
}

table.table-cont-not {
	max-width: 300px;
	margin: 0 auto;
	padding: 10px;
	color: #333;
	margin-top: 5%;
}

table.table-cont-not th {
	font-size: 14px;
	padding-top: 10px;
}

table.table-cont-not td {
	font-size: 13px;
	text-align: justify;
	padding-top: 5px;
}

.table-not>.buton-not {
	width: 100%;
	background: #1257AC;
	text-align: center;
	position: absolute;
	bottom: 0;
	padding: 5px;
}

.table-not>.buton-not:hover {
	background: #1257AC;
}

.table-not .buton-not a {
	text-decoration: none;
	color: #fff;

}

.table-not table.table-cont-not td img {
	border-radius: 10px;
	width: 100%;
}

.bg_blue_inst{
	color: white;
	text-decoration: none;
	font-weight: 15px;
  align-items: center;
	border-radius: 10px;
	padding: 10px;
}

.card-title{
	padding-top: 10px;

}

.table-not {
	position: relative;
	border: 1px solid #dedede;
	-webkit-box-shadow: 0px 2px 5px 0px rgba(143, 137, 143, 1);
	-moz-box-shadow: 0px 2px 5px 0px rgba(143, 137, 143, 1);
	box-shadow: 0px 2px 5px 0px rgba(143, 137, 143, 1);
	height: 350px;
	margin-top: 10%;
	margin-bottom: 10%;
}

.slick-slide img {
	width: 100%;
}

.slick-prev:before,
.slick-next:before {

	color: #1257AC;
}

.slick-slide {
	transition: all ease-in-out .3s;

}

.slick-current {
	opacity: 1;
}

body,
html {
	height: 100%;
	background-color: #1257AC !important;
	/*font-family: 'Montserrat', sans-serif !important;*/
	font-weight: normal !important;
}

.slideshow {
	position: relative;
	z-index: 1;
	height: 100%;
	max-width: 700px;
	margin: 50px auto;

	* {
		outline: none;
	}

	.slider {
		box-shadow: 0 20px 50px -25px rgba(0, 0, 0, 1);
	}

	.slider-track {
		transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
	}

	.item {
		height: 100%;
		position: relative;
		z-index: 1;

		img {
			width: 100%;
			transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
			transform: scale(1.2);
		}

		&.slick-active img {
			transform: scale(1);
			-webkit-animation: cssAnimation 8s 1 ease-in-out;
			-moz-animation: cssAnimation 8s 1 ease-in-out;
			-o-animation: cssAnimation 8s 1 ease-in-out;
			-ms-animation: cssAnimation 8s 1 ease-in-out;
			animation: cssAnimation 8s 1 ease-in-out;
		}
	}
}

@keyframes cssAnimation {
	from {
		-webkit-transform: scale(1) translate(0px);
	}

	to {
		-webkit-transform: scale(1.3) translate(0px);
	}
}

@-webkit-keyframes cssAnimation {
	from {
		-webkit-transform: scale(1) translate(0px);
	}

	to {
		-webkit-transform: scale(1.3) translate(0px);
	}
}

@-moz-keyframes cssAnimation {
	from {
		-moz-transform: scale(1) translate(0px);
	}

	to {
		-moz-transform: scale(1.3) translate(0px);
	}
}

@-o-keyframes cssAnimation {
	from {
		-o-transform: scale(1) translate(0px);
	}

	to {
		-o-transform: scale(1.3) translate(0px);
	}
}

@-ms-keyframes myMove {
	from {
		-o-transform: scale(1) translate(0px);
	}

	to {
		-o-transform: scale(1.3) translate(0px);
	}
}
