.tarjetaPlan{
	width: 410px;
	height: 258px;
	display: flex;
	padding: 40px 24px;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 16px;
	box-shadow: 0px 5px 22px 0px rgba(0, 0, 0, 0.12);
    border-radius: 20px;
    background-color: white;
	position: relative;
    left: 2.5%;
}

.owl-carousel .owl-item .imgPlan{
	width: 64px;
    height: 64px;
}

.gm-carrusel-planes .item .titulo {
	font-size: 24px;
	line-height: 28px;
	color: #2c2c2c;
	text-align: center;
}

.gm-carrusel-planes .item .texto {
	color: #707070;
	line-height: 28px;
	font-size: 16px;
	height: 90px;
	margin: 0 auto;
    text-align: center;
}

.carouselPlanes.owl-carousel.owl-loaded{
	display: flex;
	justify-content: center;
	height: 30vh;
}

.carouselPlanes .owl-stage-outer {
	display: flex;
	align-items: center;
	justify-content: center;
}

.gm-carrusel-planes>.titulo {
	font-size: 32px;
	line-height: 38px;
	margin: 10px auto 50px;
	font-family: Lato-Bold;
	text-align: center;
}

.gm-carrusel-planes .btn-carousel-bottom {
	max-width: 300px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
}

.gm-carrusel-planes .btn-carousel-bottom .button-text {
	text-transform: none;
}

.gm-carrusel-planes .item .boton .wcom-mac-button.button-trans-green-light .button-text,
.gm-carrusel-planes .item .boton .wcom-mac-button.button-trans-green-light:hover .button-text {
	color: #387002 !important;
}

.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;
}

.gm-carrusel-planes .wcom-button.button-green {
    background: #387002;
    border: 1px solid #387002;
    font-size: 16px;
    font-family: Lato-Regular;
	margin-bottom: 70px;
}

.gm-carrusel-planes .owl-stage-outer .owl-stage .owl-item .item:hover,
.gm-carrusel-planes .owl-stage-outer .owl-stage .owl-item .item:active,
.gm-carrusel-planes .owl-stage-outer .owl-stage .owl-item .item:focus {
	text-decoration: none;
	opacity: .7;
}

@media screen and (min-width: 1040px) and (max-width: 1321px) {
	.tarjetaPlan{
		width: 317px;
		height: 286px;
	}
}

@media screen and (min-width: 792px) and (max-width: 1039px) {
	.tarjetaPlan{
		width: 240px;
		height: 330px;
	}

	.tarjetaPlan[eu]{
		padding: 40px 20px;
	}

	.carouselPlanes.owl-carousel.owl-loaded {
		height: 40vh;
		flex-direction: column;
	}

	.carouselPlanes .owl-stage-outer {
		height: 40vh;
		width: 100vw;
	}
}

@media screen and (min-width: 768px) and (max-width: 791px) {
	.tarjetaPlan{
		width: 322px;
		height: 270px;
	}

	.carouselPlanes .owl-stage-outer {
		width: 140vw;
	}

	.carouselPlanes.owl-carousel.owl-loaded {
		height: 40vh;
		flex-direction: column;
	}

	.carouselPlanes .owl-stage-outer {
		height: 31vh;
		width: 143vw;
	}
}

@media screen and (min-width: 577px) and (max-width: 767px) {
	.tarjetaPlan{
		width: 260px;
		height: 300px;
	}

	.tarjetaPlan[eu]{
		padding: 40px 14px;
	}

	.carouselPlanes .owl-stage-outer {
		width: 140vw;
	}

	.carouselPlanes.owl-carousel.owl-loaded {
		height: 40vh;
		flex-direction: column;
	}

	.carouselPlanes .owl-stage-outer {
		height: 31vh;
		width: calc(100vw + 279px);
	}
}

@media screen and (min-width: 400px) and (max-width: 576px) {
	.tarjetaPlan{
		width: 322px;
		height: 270px;
	}

	.carouselPlanes .owl-stage-outer {
		width: 140vw;
	}

	.carouselPlanes.owl-carousel.owl-loaded {
		height: 40vh;
		flex-direction: column;
		overflow-x: hidden;
	}

	.carouselPlanes .owl-stage-outer {
		height: 31vh;
		width: calc(100vw + 680px);
	}
}

@media (max-width: 399px) {
	.tarjetaPlan{
		width: 310px;
		height: 270px;
	}

	.carouselPlanes .owl-stage-outer {
		width: 140vw;
	}

	.carouselPlanes.owl-carousel.owl-loaded {
		height: 40vh;
		flex-direction: column;
		overflow-x: hidden;
	}

	.carouselPlanes .owl-stage-outer {
		height: 31vh;
		width: calc(100vw + 680px);
	}
}

@media (max-height:720px) {
	.carouselPlanes.owl-carousel.owl-loaded {
		height: calc(40vh + 100px);
	}

	.carouselPlanes .owl-stage-outer {
		height: calc(31vh + 100px);
	}
}