@keyframes pulse {
	0% {
		transform: scale(1);
	}

	50% {
		transform: scale(1.1);
	}

	100% {
		transform: scale(1);
	}
}

.pulse {
	animation: pulse 2s infinite;
}


/*END ANIMAÇÕES*/

.widget-zone .swiper-slide-inner {
    height: 450px;
    background-repeat: no-repeat;
    background-position: center;
	background-size: cover;
    border-radius: 10px;
}

.widget-zone .title-zone {
    position: absolute;
    top: 41%;
    left: -242px;
    display: inline-block;
    text-align: right;
    line-height: 1.2em;
    transform: matrix(0, -1, 1, 0, 0, 0);
    z-index: 100;
}

.widget-zone .title-zone  .masked-text {
      font-family: 'Montserrat', sans-serif;
      font-size: 72px;
      font-weight: 800;
      text-transform: uppercase;
      fill: none;
      stroke-width: 5px;
      stroke-linejoin: round;
}

.widget-zone .swiper-slide {
    overflow: visible;
}

.widget-zone .zone-content {
	z-index: 99;
    position: absolute;
    bottom: 0;
    padding-bottom: 44px;
    padding-left: 44px;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
}

.widget-zone .swiper-slide-inner::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    border-radius: 10px;
    z-index: 50;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
}

.widget-zone .swiper-slide:hover .swiper-slide-inner::after,
.widget-zone .swiper-slide:hover .zone-content{
    opacity: 1;
    visibility: visible;
    transition: 0.5s;
}


.widget-zone .zone-content p {
    font-family: Figtree;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.2em;
    color: white;
}

.widget-zone .zone-content a {
    padding: 13px 44px;
    font-family: Figtree;
    font-size: 20px;
    font-style: normal;
    font-weight: 800;
    border-radius: 50px;
    text-transform: uppercase;
}

.widget-zone .swiper-content{
   	margin-bottom: 40px;
    padding-right: 40px;
}

.widget-zone .navigation {
    display: flex;
    justify-content: center;
    margin-top: 50px;
    align-items: center;
}

.widget-zone .navigation .swiper-button-prev::after, 
.widget-zone .navigation .swiper-button-next::after{
    font-size: 25px
}

.widget-zone .navigation .swiper-button-prev, 
.widget-zone .navigation .swiper-button-next {
    position: static;
    margin: 0;
    border: 1px solid white;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 17px;
}

.widget-zone .navigation span.swiper-side {
    margin: 0 22px;
    font-size: 20px;
    font-family: 'Figtree';
    color: white;
    font-weight: 400;
}

.widget-zone .navigation .swiper-button-prev:hover, .widget-zone .navigation .swiper-button-next:hover {
    background: #FE2D2F;
    border: #FE2D2F;
    transition: 0.5s;
}

/*ZONE PLAN*/

.zone-plan-zyrgon .container-card {
    width: 100%;
    position: relative;
    height: 100%;
    padding: 43px 160px;
    min-height: 645px;
}

.zone-plan-zyrgon .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    background-size: cover;
    background-position: top right;
    background-repeat: no-repeat;
}

.zone-plan-zyrgon .plano-title {
    font-size: 100px;
    font-weight: 900;
    text-transform: uppercase;
    font-family: 'Figtree';
    line-height: 1em;
    border-radius: 50px;
    color: white;
    margin-bottom: 32px;
}

.zone-plan-zyrgon .plano-subtitle {
    font-size: 24px;
    color: white;
    font-weight: 400;
    font-family: 'Figtree';
    line-height: 1.2em;
}

.zone-plan-zyrgon .plano-money-info {
    display: flex;
    flex-direction: column;
}

.zone-plan-zyrgon .valor-completo-plano {
    display: flex;
}

.zone-plan-zyrgon .valor-plano {
    font-family: 'Figtree';
    font-size: 96px;
    font-weight: 800;
    line-height: 1em;
    color: #FE2D2F;
}

.zone-plan-zyrgon .valor-min {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-left: 5px;
    margin-top: 4px;
}

.zone-plan-zyrgon .coin-plano {
    font-family: 'Figtree';
    font-size: 48px;
    font-weight: 800;
    line-height: 1.2em;
    color: #FE2D2F;
}

.zone-plan-zyrgon .tempo-plano {
    font-family: 'Figtree';
    font-size: 18px;
    font-weight: 600;
    line-height: 1.2em;
    margin-top: 1px;
    color: white;
}

.zone-plan-zyrgon .descricao-valor {
    width: 100%;
    text-align: left;
    font-family: 'Figtree';
    font-size: 24px;
    font-weight: 800;
    color: white;
	line-height: 1.2em;
}

.zone-plan-zyrgon .info-about-plan {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-bottom: 80px;
}

.zone-plan-zyrgon .list-plano ul {
    list-style: none;
    padding: 0;
	margin: 0;
    text-align: left;
}

.zone-plan-zyrgon .list-plano li {
    font-family: 'Figtree';
    font-size: 24px;
    font-weight: 600;
    line-height: 1.2em;
    display: flex;
    align-items: center;
    color: white;
    margin-bottom: 16px;
}

.zone-plan-zyrgon .list-plano li:last-child {
    margin-bottom: 0;
}

.zone-plan-zyrgon .list-plano li::before {
    content: '';
    margin-right: 20px;
    border: solid #FE2D2F;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 5px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.zone-plan-zyrgon .button-plano a {
    display: inline-block;
    padding: 13px 44px;
    background-color: #FE2D2F;
    color: white;
    text-decoration: none;
    border-radius: 50px;
    font-size: 20px;
    font-family: 'Figtree';
    text-transform: uppercase;
    font-weight: 800;
    transition: background-color 0.3s;
	line-height: 1.2em;
}

.zone-plan-zyrgon .button-plano a:hover {
    background-color: #fff;
	color: #FE2D2F;
}

.zone-plan-zyrgon .swiper-button-prev::after, 
.zone-plan-zyrgon .swiper-button-next::after{
    font-size: 25px
}

.zone-plan-zyrgon .swiper-button-prev{
	left: -35px;
}

.zone-plan-zyrgon .swiper-button-next{
	right: -35px
}

.zone-plan-zyrgon {
    padding: 0 35px;
}

.zone-plan-zyrgon .swiper-button-prev, 
.zone-plan-zyrgon .swiper-button-next {
    margin: 0;
    border: 1px solid white;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 17px;
    background: #231F20;
}


.zone-plan-zyrgon .swiper-button-prev:hover, 
.zone-plan-zyrgon .swiper-button-next:hover {
    background: #FE2D2F;
    border: #FE2D2F;
    transition: 0.5s;
}

.zone-plan-zyrgon .swiper-pagination-bullet {
    width: 24px;
    height: 24px;
    border: 2px solid white;
    opacity: 1;
    background: transparent;
    box-shadow: 0px 0px 16px 5px #00000080;
}

.zone-plan-zyrgon .swiper-pagination-bullet-active {
    background: white !important;
}

.zone-plan-zyrgon .swiper-pagination {
    bottom: 22px !important;
}

/*VALOR EDIT*/

.valor-edit {
    display: flex;
    justify-content: end;
}

.valor-edit .when-plan {
    width: 100%;
    text-align: left;
    font-family: 'Figtree';
    font-size: 35px;
    font-weight: 400;
    color: white;
    line-height: 1.2em;
}

.valor-edit .plano-money-info {
	display: inline-block;
}

.valor-edit .valor-completo-plano {
    display: flex;
}

.valor-edit .valor-plano {
    font-family: 'Figtree';
    font-size: 128px;
    font-weight: 800;
    line-height: 1em;
    color: #FE2D2F;
}

.valor-edit .valor-min {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-left: 5px;
    margin-top: 4px;
}

.valor-edit .coin-plano {
    font-family: 'Figtree';
    font-size: 64px;
    font-weight: 800;
    line-height: 1.2em;
    color: #FE2D2F;
}

.valor-edit .tempo-plano {
    font-family: 'Figtree';
    font-size: 20px;
    font-weight: 600;
    line-height: 1.2em;
    margin-top: 1px;
	color: white;
}

.valor-edit .descricao-valor {
    width: 100%;
    text-align: left;
    font-family: 'Figtree';
    font-size: 35px;
    font-weight: 800;
    color: white;
	line-height: 1.2em
}

.valor-other-page  .valor-edit .when-plan{
	font-size: 24px
}

.valor-other-page  .valor-edit .valor-plano{
	font-size: 96px
}

.valor-other-page  .valor-edit .coin-plano{
	font-size: 48px
}

.valor-other-page  .valor-edit .tempo-plano{
	font-size: 20px
}

.valor-other-page  .valor-edit .descricao-valor{
	font-size: 30px;
	font-weight: 800
}



@media screen and (max-width: 1280px) and (min-width: 1025px){

	.zone-plan-zyrgon .plano-title{
		font-size: 80px
	}
	
}

@media screen and (max-width: 1024px) and (min-width: 768px){
	
	.zone-plan-zyrgon .container-card {
		padding: 23px 50px;
		min-height: 545px;
	}
	
	.zone-plan-zyrgon .plano-title {
        font-size: 65px;
    }
	
	.zone-plan-zyrgon .swiper-button-prev, .zone-plan-zyrgon .swiper-button-next {
		width: 50px;
		height: 50px;
	}
	
	.widget-zone{
		padding: 0 10px
	}
	
	.zone-plan-zyrgon {
		padding: 0 25px;
	}
	
	.zone-plan-zyrgon .swiper-button-prev{
		left: -25px;
	}

	.zone-plan-zyrgon .swiper-button-next{
		right: -25px
	}
	
}

@media screen and (max-width: 767px){
	
	.valor-edit .tempo-plano {
		font-size: 11px;
	}
	
	.valor-edit .coin-plano {
		font-size: 32px;
	}
	
	.valor-edit .valor-plano {
		font-size: 64px;
	}
	
	.valor-edit .when-plan {
		font-size: 14px;
		margin-bottom: -5px;
	}
	
	.valor-edit .descricao-valor {
		font-size: 14px;
		margin-top: -2px
	}

	.zone-plan-zyrgon .container-card{
		padding: 60px 8%;
	}
	
	.zone-plan-zyrgon .plano-title {
		font-size: 10vw;
	}
	
	.zone-plan-zyrgon .plano-subtitle {
		font-size: 14px;
		font-weight: 900;
	}
	
	.zone-plan-zyrgon .valor-plano {
		font-size: 64px;
	}
	
	.zone-plan-zyrgon .coin-plano {
		font-size: 32px;
	}

	.zone-plan-zyrgon .tempo-plano {
    	font-size: 11px;
    	font-weight: 400;
	}
	
	.zone-plan-zyrgon .descricao-valor {
		font-size: 14px;
	}
	
	.zone-plan-zyrgon .info-about-plan {
		display: block;
		margin-bottom: 30px;
	}
	
	.zone-plan-zyrgon .list-plano li {
		font-size: 14px;
		font-weight: 800;
	}
	
	.zone-plan-zyrgon .list-plano {
		margin-top: 20px;
	}
	
	.zone-plan-zyrgon .button-plano a {
		font-size: 14px;
		padding: 14px 56px;
	}
	
	.zone-plan-zyrgon .swiper-pagination{
		display: none
	}
	
	.zone-plan-zyrgon .swiper-button-prev, .zone-plan-zyrgon .swiper-button-next {
		width: 40px;
		height: 40px;
		top: 48%;
	}
	
	.zone-plan-zyrgon .swiper-button-prev::after, .zone-plan-zyrgon .swiper-button-next::after {
		font-size: 20px;
	}
	
	.zone-plan-zyrgon {
		padding: 0 25px;
	}
	
	.zone-plan-zyrgon .swiper-button-prev {
		left: -20px;
	}
	
	.zone-plan-zyrgon .swiper-button-next {
		right: -20px;
	}
	
	.widget-zone .navigation span.swiper-side {
		font-size: 14px;
	}
	
	.widget-zone .navigation .swiper-button-prev, 
	.widget-zone .navigation .swiper-button-next {
		width: 40px;
		height: 40px;
	}
	
	.widget-zone .navigation .swiper-button-prev::after, 
	.widget-zone .navigation .swiper-button-next::after{
		font-size: 20px;
	}
	
	.widget-zone h2 {
		font-size: 58px;
	}
	
	.widget-zone .zone-content {
		padding-left: 50px;
	}
	
	.widget-zone .zone-content a {
		padding: 14px 56px;
		font-size: 14px;
	}
	.widget-zone .zone-content p {
		font-size: 14px;
	}
	
}
