.gm-carrusel-planes {
	overflow: hidden;
	padding: 40px 0;
	position: relative;
	text-align: center;
}
.gm-carrusel-planes > .titulo {
    font-size: 32px;
    line-height: 36px;
    margin: 10px 32px 30px;
    font-family: Lato-Bold;
    text-align: center;
    font-weight: 700;
}

.gm-carrusel-planes .item .titulo {
    font-size: 24px;
	line-height: 26px;
}
.gm-carrusel-planes .item{
	height: 310px;
	display: flex;
	flex-flow: column;
	justify-content: center;
	padding: 80px 24px 16px;
	box-shadow: 0px 12px 34px rgba(0,0,0,0.09);
	border-radius: 16px;
	background-color: white;
    margin-bottom: 24px;
}

.gm-carrusel-planes .item img{
	margin-bottom: 10px;
	width: 84px;
	height: 84px;
	margin: 0 auto;
}

.gm-carrusel-planes .item .titulo{
	/* height: 60px; */
/* 	margin-bottom: 15px; */
    margin-top: 16px;
	font-size: 24px;
	line-height: 26px;
	color: #000 !important;
	display: flex;
	align-items: center;
	justify-content: center;
	/* margin-bottom: 0; */
}

.gm-carrusel-planes .item .texto{
	color: #707070 !important;
	line-height: 28px;
	font-size: 16px;
/* 	height: 90px;
	max-width: 90%;
	margin: 0px auto 0; */
}

/* .gm-carrusel-planes .item .boton .wcom-mac-button.button-trans-green-light{
	padding-right: 15px;
	background-image: none;
	margin: 0;
	width: 100%;
	background-color: white;
	border-color: #387002;
} */

/* Owl carousel overwrites */
.gm-carrusel-planes .owl-stage-outer{
	overflow: visible !important;
}

.gm-carrusel-planes .owl-dots .owl-dot span {
    background-color: rgba(138, 189, 55, 0.33) !important;
}
.gm-carrusel-planes .owl-dots .owl-dot.active span {
    background-color: #8ABD37 !important;
}
/* .gm-carrusel-planes .btn-carousel-bottom {
	max-width: 300px;
	margin-left: auto;
	margin-right: auto;
} */
.gm-carrusel-planes .btn-carousel-bottom .button-text {
	text-transform: none;
}
.gm-carrusel-planes .btn-carousel-bottom {
	margin-top: 50px;
}
.gm-carrusel-planes .wcom-button.button-green {
	background: #387002;
    border: 1px solid #387002;
    font-size: 16px;
    font-family: Lato-Regular;    
    width: 239px;

}
/* .gm-carrusel-planes .wcom-button.button-green:active,
.gm-carrusel-planes .wcom-button.button-green:hover,
.gm-carrusel-planes .wcom-button.button-green:focus {
	background: #2B5701 !important;
    border-color: #2B5701 !important;
	
} */

@media screen and (min-width: 992px) and (max-width: 1199px) {
	.gm-carrusel-planes .item {
		padding: 36px 22px 0;
		height: 296px;
	}
	.gm-carrusel-planes .item .texto{
		max-width: 100%;
	}
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.gm-carrusel-planes .item{
		height: 350px;
    	padding: 24px 22px 0;
	}
}

@media screen and (max-width: 767px) {
	.gm-carrusel-planes .item{
		max-width: 500px;
	}
	.gm-carrusel-planes .item img{
		width: 60px !important;
		height: 60px;
	}
	.gm-carrusel-planes .item .titulo {
	/* 	margin-top: -5px; */
	}
	.gm-carrusel-planes .btn-carousel-bottom {
		margin-top: 25px;
	}
}
