*{
	margin: 0;
}

body {
    background-color: #000000;
    font-family: Arial, sans-serif;
    color: #333;
}

.container {
    max-width: 900px;
    margin: 0 auto;
    padding: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}

.site-header .header-inner {
    display: flex;
    justify-content: center;
    padding: 20px 0;
}

.site-logo img {
    max-width: 150px;
}

.content {
    padding: 20px;
	border-radius: 20px 20px 20px 20px;
	background-color: #E4E4E4;
}

.promo img {
    width: 100%;
    border-radius: 10px;
}

.info-box {
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
    margin-top: 20px;
}

.info-box h1 {
    font-size: 1.5em;
	color: #000000;
    font-family: "Montserrat", Sans-serif;
    font-size: 110%;
    font-weight: 900;
}

.info-box h2 {
    font-family: "Montserrat", Sans-serif;
    font-size: 85%;
    font-weight: 900;
}

.div-cta {
	width: 100%;
	text-align: center;
}

.cta-text {
    background-color: #61ce70;
    color: #fff;
    padding: 10px 20px;
    text-align: center;
    border-radius: 5px;
    display: inline-block;
    margin-top: 10px;
}

.cta-button {
    background-color: #61ce70;
    color: #fff;
    padding: 10px 20px;
    text-align: center;
    border-radius: 5px;
    display: inline-block;
    margin-top: 4%;
	font-weight: 800;
}

.cta-button:hover, .pricing-option:hover, .ticket-option:hover, .cta-text:hover, .promo-banner:hover{
	cursor: pointer;
}

.description {
    margin-top: 20px;
}

.info-box .emoji{
	height: 1em !important;
    width: 1em !important;
}

.info-box h1{
	color:#fff;
}

.text-destacar {
	color: #000000;
    font-family: "Montserrat", Sans-serif;
    font-size: 18px;
    font-weight: 700;
}

.text-normal {
	color: #0000009C;
    font-family: "Montserrat", Sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}

.text-intermediario {
	color: #0000009C;
    font-family: "Montserrat", Sans-serif;
    font-size: 16px;
    font-weight: 500;
}

.social-share {
    margin-top: 20px;
	text-align: center;
}

.social-share a {
    margin-right: 10px;
}

.pricing, .quotas {
    margin-top: 20px;
}

.pricing h3, .quotas h3 {
    margin-bottom: 10px;
}

.pricing-options {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
	margin-top: 2%;
	font-family: "Roboto", Sans-serif;
    font-weight: 500;
}

.pricing-option {
    background-color: #61CE70;
    border-radius: 5px;
    flex: 1 1 calc(33.333% - 10px);
    text-align: center;
    display: inline-block;
    line-height: 1;
    font-size: 90%;
	font-weight: 800;
    padding: 12px 24px;
    color: #fff;
    fill: #fff;
    transition: all .3s;
	position:relative;
	justify-content: center;
}

.ticket-option {
    background-color: #61CE70;
    border-radius: 5px;
    flex: 1 1 calc(12% - 10px);
    text-align: center;
    display: inline-block;
    line-height: 1;
    font-size: 90%;
	font-weight: 800;
    padding: 12px 24px;
    color: #fff;
    fill: #fff;
    transition: all .3s;
	position:relative;
	justify-content: center;
}

.ticket-best-option{
	position: absolute;
	width: 50%;
	left: 25%;
	padding: 1.5% 0 1.5% 1%;
	top: -30%;
	background-color: red;
	overflow: hidden;
	border-radius: 5px;
	font-size: 75%;
}

.pricing-best-option{
	position: absolute;
	width: 25%;
	left: 37.5%;
	padding: 1.2% 0 1.2% 1%;
	top: -35%;
	background-color: red;
	overflow: hidden;
	border-radius: 5px;
	font-size: 75%;
}

.site-footer {
    text-align: center;
    padding: 20px;
    background-color: #f1f1f1;
    border-top: 1px solid #ddd;
    margin-top: 20px;
}

.footer-inner{
	color: #fff;
	margin: 3%;
	text-align: center;
}

.div-premiado{
	width: 40%;
	margin: 5%;
}

@media screen and (max-width: 480px) {
	.container {
		max-width: 100%;
		width: 100%;
		margin: 0;
		padding: 0;
		box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
		border-radius: 10px;
	}
	.elementor-icon {
		width: 8%;
	}
	.pricing-option {
		font-size: 75%;
		margin-top: 2%;
	}
	.elementor-icon {
        width: 1em;
		height: 1em;
    }
	.div-premiado{
		width: 65%;
		margin: 5%;
	}
	.ticket-option {
		font-size: 80%;
		flex: 1 1 calc(3% - 10px);
	}
	.pricing-best-option{
		width: 70%;
		padding: 1.5% 0 1.2% 1%;
		top: -30%;
		left: 15%;
		font-size: 90%;
	}
	.ticket-best-option{
		width: 75%;
		padding: 1.5% 0 1.2% 2%;
		top: -30%;
		left: 12.5%;
		font-size: 80%;
		text-align: center;
	}
}

@media screen and (max-width: 380px) {
	.pricing-best-option{
		top: -15%;
	}
	.pricing-option {
		max-width: 100%;
	}
}

.elementor-icon{
	padding: 1%;
}

.elementor-grid-item{
	padding: 1%;
	text-align: center;
	margin: 1%;
}

.elementor *, .elementor :after, .elementor :before {
    box-sizing: border-box;
}

.e-font-icon-svg {
    width: 60%;
    height: 60%;
	filter: brightness(0) saturate(100%) invert(100%) sepia(1%) saturate(7490%) hue-rotate(209deg) brightness(102%) contrast(99%);
}

.elementor-867 .elementor-element.elementor-element-56eef9f.elementor-view-framed .elementor-icon, .elementor-867 .elementor-element.elementor-element-56eef9f.elementor-view-default .elementor-icon {
    fill: #09781A;
    color: #09781A;
    border-color: #09781A;
}

.elementor-icon i, .elementor-icon svg {
    width: 2em;
    height: 2em;
    position: relative;
}


.opacityEffect-noloop {
	opacity:1;
    -webkit-transition: opacity 0.5s;
    transition: opacity 1.9s;
    visibility:visible;
	animation: opacityOn 2s normal forwards;
    animation-delay: 0s;
	font-weight: 600;
}

.opacityEffect {
    animation: opacityOn 6s normal forwards;
	animation-iteration-count: infinite;
    animation-delay: 1s;
	font-weight: 600;
}

@keyframes opacityOn {
    0% {
        opacity: 1;
    }
    25% {
        opacity: 0.15;
    }
    50% {
        opacity: 1;
    }
    75% {
        opacity: 0.15;
    }
    100% {
        opacity: 1;
    }
}