.card a {
	text-decoration: none;
	color: black;}

#cardContainer .card img {
	width: 100%;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;}

/*#atHome div.atBloqueB ul li:nth-child(1) div:hover {
	background-color: #FFEBDC;}*/
#atHome div.atBloqueB ul li:nth-child(1) div:hover {
	background-color: #E4FFEB;}
#atHome div.atBloqueB ul li:nth-child(2) div:hover {
	background-color: #E6FAFF;}
#atHome div.atBloqueB ul li:nth-child(3) div:hover {
	background-color: #FFF8E9;}
#atHome div.atBloqueB ul li:nth-child(4) div:hover {
	background-color: #ECECEC;}
#atHome div.atBloqueB ul li:nth-child(5) div:hover {
	background-color: #E8FEFF;}	

#atHome div.atBloqueB ul li a{
	color:#000;
	text-decoration: none;}

#atHome div.atBloqueB h4 {
	font-size: 1.3rem;}

#atHome div.atBloqueB .img-thumbnail {
	border: 0 solid #fff;}
.btn-outline-secondary {
	background-color: #FCFCFC;
	border-color: #e6e6e6;
	text-align: center;}
.banersec {
	border-width: 3px;
	background-color: #fff;
}

.imgportales{
	max-height: 60px; 
	max-width: 60px; 
	border:none;
}
	
.btn-outline-secondary .img-thumbnail {
	background-color: rgba(0,0,0, 0) !important;}
 
.bgcolor_1 {
	background-color: #ff8b31;}
.bgcolor_2 {
	background-color: #43ab60;}
.bgcolor_3 {
	background-color: #64bbd0;}
.bgcolor_4 {
	background-color: #ffca4b;}
.bgcolor_5 {
	background-color: #999;}
.bgcolor_6 {
	background-color: #8dc4c5;}

.carousel {
	align-content: center;
	overflow: hidden;
	margin-bottom: 20px;}

.carousel img{
	width: 100%;}

.carousel-inner {
	width:100%;}

.carousel-caption {
	background-color: rgba(40,135,165,0.9);
	color:#fff;}

.carousel-caption {
	position: absolute;
	right: 20%;
	bottom: 40px;
	left: 20%;
	padding: 20px 40px;
	color: #fff;}

.carousel-caption p {
	margin: 0px 10px 0px 10px;
	font-size: 0.9em;}

.white-text-with-blue-shadow {
	text-shadow: 1px 1px 2px rgba(40,135,165,1), 0 0 1em rgba(40,135,165,1), 0 0 0.2em rgba(40,135,165,1);
	color: white;}

.heading {
	display: block;
	text-align: center;}

.multi-carousel-container {
	cursor: grab;
	margin: 0 auto;
	max-width: 100%;
	overflow-x: hidden;
	position: relative;}

.multi-carousel-container.dragging, #multiCarousel.dragging {
	cursor: grabbing;}

.multi-carousel-inner {
	display: flex;
	transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);}

.multi-carousel-item, .clone {
	box-sizing: border-box;
	flex: 0 0 33.333333%;
	padding: 0 10px;
	position: relative; }

.multi-carousel-control-prev, .multi-carousel-control-next, .carousel-control-prev, .carousel-control-next  {
	align-items: center;
	border: none;
	cursor: pointer;
	display: flex;
	height: 40px;
	justify-content: center;
	position: absolute;
	text-decoration: none;
	top: 40%;
	width: 40px;
	z-index: 10;
	color:black;
	background-color: black;}

.multi-carousel-control-prev, .carousel-control-prev {
	left: 10px;}

.multi-carousel-control-next, .carousel-control-next {
	right: 10px;}

.img-container {
	overflow: hidden;}

.img-container img, #carouselInner img {
	height: 100%;
	object-fit: cover;
	object-position: top;
	pointer-events: none;
	user-drag: none;
	width: 100%;
	-webkit-user-drag: none;
	transition: transform 0.3s ease;}

.img-container:hover img {
	transform: translateZ(0) scale(1.05);}

.img-container .card {
	border: 0px solid red;
	border-radius:0;}

#multiCarousel {
	cursor: grab;
	touch-action: pan-y;}

#multiCarousel.dragging {
	user-select: none;
	-webkit-user-select: none;}

.sectiontrunc {
	height: 330px; 
	margin: 0 auto; }

.card-title{
	font-size: 1rem;
	min-height: 40px;
}
/*
.title-truncado{
	display: -webkit-box;
	-webkit-line-clamp: 2; 
	-webkit-box-orient: vertical;
	overflow: hidden;
	margin-bottom: 10px; }

.subtitle-truncado {
	display: -webkit-box;
	-webkit-line-clamp: 3; 
	-webkit-box-orient: vertical;
	overflow: hidden;
	margin-bottom: 10px; }*/

/*@media (max-width: 45em) {
	.multi-carousel-item, .clone {
		flex: 0 0 100%;}
	.text-body-secondary{
		display: none;
	}
}

@media (max-width: 1200px) {
	.multi-carousel-item, .clone {
		flex: 0 0 100%;}
	.text-body-secondary{
		display: none;
	}
}*/


