/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 9.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
.header-block {
    min-height: 0px;
    width: 100%;
}
.tablas table th{
    border-color: hsl(279.9deg 89.43% 55.49%);
    background-image: linear-gradient(-45deg, #be28db, #f12b7c, #fb908b);
    background-size: 100% 100%;
    padding: 20px;
    text-align: center;
    font-weight: 700;
	color:#fff
}
.dark .tablas td {
    color: #000000;
}

.tablas td{
    border-bottom: 1px solid #af28f3;
    font-size: .9em;
    line-height: 1.3;
    padding: .6em;
    text-align: center;
}





.tablas-02 table th{
	border-color: hsl(279.9deg 89.43% 55.49%);
    background-image: linear-gradient(-45deg, #ac2ff3, #8296fd, #4550ec);
    background-size: 100% 100%;
    padding: 20px;
    text-align: center;
    font-weight: 700;
	color:#fff
}
.dark .tablas-02 td {
    color: #000000;
}
.dark table {
    background-color: #fff;
    border: 2px solid #af28f3;
}
.tablas-02 td{
    border-bottom: 1px solid #af28f3;
    font-size: .9em;
    line-height: 1.3;
    padding: .6em;
    text-align: center;
}

.redes {
    position: fixed;
    right: 40px;
    bottom: 40px;
    width: 50px;
    display: flex;
    flex-flow: column;
    gap: 10px;
}




.redes a{
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
.redes a:hover{
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}
.dark .widget a, .dark a {
    color: rgb(175 39 242);
}
.header-bottom {
    min-height: 2px!important;
}
.button, button, input[type=button], input[type=reset], input[type=submit] {
    letter-spacing: .0em;
    line-height: 3.6em;
    min-height: 3.6em;
    padding: 0 2.8em;
}
.h2, h2 {
    font-size: 2.4em;
}
.lista strong{
	color:#af28f3;
}
.lista strong{
	color:#af28f3;
}
.lista ul li {
    list-style: none;
    position: relative;
    margin-left: 1.8em;
}
.lista ul li:before {
    position: absolute;
    z-index: 1;
    content: "";
    left: -27px;
    top: 2px;
    width: 20px;
    height: 20px;
    background-image: url(../../uploads/2026/01/play-rectangle-svgrepo-com.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.datos>.col-inner{
    background-color: #af28f3;
    background-image: linear-gradient(180deg, #af28f3 0%, #340c48 100%);
}
.datos .icon{
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
.datos:hover .icon {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}
.datos h3 {
    font-size: 2.0em;
}

.fondo {
    background: linear-gradient(-45deg, #f2750e, #af28f3, #2c083c, #631789);
    background-size: 400% 400%;
    background-size: 400% 400%;
    animation: gradient 14s ease infinite;
}
.second{
    background-image: linear-gradient(-45deg, #f2750e, #af28f3, #ba1eff, #631789, #f2750e, #af28f3, #ba1eff, #631789);
    color: transparent;
    background-size: contain;
    background-clip: text;
    -webkit-background-clip: text;
    background-size: 400% 400%;
    animation: gradient 10s ease infinite;
}
@keyframes gradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}
.flickity-page-dots {
    bottom: 0px;
}

.accordion-title {
    border-top: 1px solid #af28f3;
    padding: 0.8em 2.3em .8em 0;

}
.accordion .toggle {
    left: auto;
    right: 0;
    top: -0.1em;
}
.social-icons.follow-icons a.plain {
    color: rgb(175 40 243);
    font-size: 1.4em;
    transition: color .3s, opacity .3s, transform .3s;
}
.ux-menu-link--active .ux-menu-link__link, .ux-menu-link:hover .ux-menu-link__link {
    color: hsl(279.9deg 89.43% 55.49%);
}
.footer-wrapper h3 {
    color: #ffffff;
}
.primary.button:hover {
    background-position: right center;
	box-shadow: 0px 4px 8px hsl(279.9deg 73.11% 65.07% / 43%);
}
.primary {
    background-image: linear-gradient(to right, #af28f3 0%, #af28f3 51%, #340c48 100%);
    transition: 0.5s;
    background-size: 200% auto;
	border: 0;
}
.ux-menu-link__link {
    border-bottom-color: #151515;
}
.pricing-table .items {
    padding: 10px 10%;
}
.dark .pricing-table {
    border-color: hsl(279.9deg 89.43% 55.49%);
}
.dark .pricing-table .title {
    border-color: hsl(279.9deg 89.43% 55.49%);
}
.pricing-table .price {
    color: #ffffff;
    font-weight: 800;
    padding: .6em 15% 0;
    font-size: 2.4em;
}

.dark .pricing-table.basic .title {
    border-color: hsl(279.9deg 89.43% 55.49%);
    background-image: linear-gradient(-45deg, #be28db, #f12b7c, #fb908b);
    background-size: 100% 100%;
}
.dark .pricing-table.standard .title {
    border-color: hsl(279.9deg 89.43% 55.49%);
    background-image: linear-gradient(-45deg, #ac2ff3, #8296fd, #4550ec);
    background-size: 100% 100%;
}
.dark .pricing-table.premium .title {
	border-color: hsl(279.9deg 89.43% 55.49%);
    background-image: linear-gradient(-45deg, #1f0036, #e637b5, #83a9ff);
    background-size: 100% 100%;
}
.pricing-table {
    padding-bottom: 40px;
}
.pricing-table .price {
    color: #ffffff;
    font-weight: 800;
    padding: 1.2em 15% 0;
    font-size: 2.4em;
}
.pricing-table .items>div {
    border-bottom: 1px solid #ececec;
    padding: 13.5px 0;
    text-align: left;
}
.pricing-table .items>div .text{
	padding-left:36px;
	position: relative;
}
.footer-wrapper .dark a {
    color: #fff;
}
.pricing-table .items>div .text:before {
    position: absolute;
    z-index: 1;
    content: "";
    left: 4px;
    top: -6px;
    width: 28px;
    height: 28px;
    background-image: url(../../uploads/2026/01/check-svgrepo-com.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}
.tab-panels {
    padding-top: 3em;
}
.nav-pills>li>a {
    border-radius: 0px;
}
.nav-box>li>a, .nav-pills>li>a {
    line-height: 3.5em;
    padding: 0 2.75em;
}
.pricing-table .price:before{
    content: "$";
    position: initial;
    font-size: 18px;
    padding-right: 6px;
}

.nav.nav-pills.nav-uppercase.nav-size-large.nav-center{
    border: 1px solid #af28f3;
    padding: 5px;
    width: auto;
    margin-left: auto;
    margin-right: auto;
}

.pricing-table .title {
    padding: 1.0em 15%;
}
.tasia {
    width: auto;
    background-color: #000;
    padding: 10px 5px 20px 15px;
    display: inline-flex;
}
.tasia .button {
    padding: 0 1.0em;
	margin-bottom: 0em;
}
.reseller .button {
    padding: 0 1.0em;
	margin-bottom: 0em;
}
.reseller .button.is-outline {
    line-height: 3.19em;
}
.reseller.mau .button i {
    margin-left: 0em;
    margin-right: -0.2em;
}
.reseller .icon{
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
.reseller:hover .icon {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}
@media screen and (min-width: 850px) {
    .row-divided>.col+.col:not(.large-12) {
        border-left: 1px solid #191919;
    }

}


@media only screen and (max-width: 849px) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
	.h2, h2 {
		font-size: 2.0em;
	}
	.h1, h1 {
		font-size: 1.2em;
	}
}
@media only screen and (max-width: 549px) {
	.principal .section-bg img {
		height: 70%;
	}
    .h2, h2 {
        font-size: 1.8em;
    }
	.nav-box>li>a, .nav-pills>li>a {
		line-height: 3.5em;
		padding: 0 1.2em;
	}
	.tasia .button {
		padding: 0 0.6em;
		margin-bottom: 0em;
		font-size: .7em;
	}
	.redes {
		right: 10px;
	}
}
@media only screen and (max-width: 375px) {
    .principal .section-bg img {
        height: 60%;
    }
}