/**
* 2008-2022 Prestaworld
*
* NOTICE OF LICENSE
*
* The source code of this module is under a commercial license.
* Each license is unique and can be installed and used on only one website.
* Any reproduction or representation total or partial of the module, one or more of its components,
* by any means whatsoever, without express permission from us is prohibited.
*
* DISCLAIMER
*
* Do not alter or add/update to this file if you wish to upgrade this module to newer
* versions in the future.
*
* @author    prestaworld
* @copyright 2008-2022 Prestaworld
* @license https://opensource.org/licenses/AFL-3.0 Academic Free License version 3.0
* International Registered Trademark & Property of prestaworld
*/

@import 'https://fonts.googleapis.com/css?family=Open+Sans:300,400,400i,600,700,800';

.bttn-white {
    position: relative;
    background: #482cbf;
    background: -webkit-linear-gradient(45deg, rgba(72, 44, 191, 1) 0%, rgba(106, 198, 240, 1) 100%);
    background: -o-linear-gradient(45deg, rgba(72, 44, 191, 1) 0%, rgba(106, 198, 240, 1) 100%);
    background: linear-gradient(45deg, rgba(72, 44, 191, 1) 0%, rgba(106, 198, 240, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#482cbf', endColorstr='#6ac6f0', GradientType=1);
    overflow: hidden;
    z-index: 1;
    margin-right: 10px;
    border: none
}

.bttn-white:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: -1;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    opacity: 1
}

.bttn-white.active,
.bttn-white:hover {
    color: #fff
}

.bttn-white.active:before,
.bttn-white:hover:before {
    opacity: 0
}

.bttn-default,
.bttn-white {
    padding: 12px 30px;
    background-color: #fff;
    display: inline-block;
    color: #768ede;
    text-transform: uppercase;
    border-radius: 50px;
    letter-spacing: 1.5px;
    font-weight: 700;
    font-size: 14px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    border: none
}

#tfmain .bttn-default .lnr,
#tfmain .bttn-white .lnr {
    margin-right: 10px
}
#tfmain .upper {
    text-transform: uppercase
}
#tfmain .price-box {
    border-radius: 5px;
    overflow: hidden;
    text-align: center;
    color: #8790af;
    -webkit-box-shadow: 0 0 15px -5px rgba(0, 0, 0, .1);
    box-shadow: 0 0 15px -5px rgba(0, 0, 0, .1);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

/* #tfmain .price-box:hover {
    -webkit-box-shadow: 0 0 50px -15px #4d43c6;
    box-shadow: 0 0 50px -15px #4d43c6
} */

#tfmain .price-box .price-header {
    min-height: 340px;
    background-color: #f2f3fc;
    padding: 30px;
    color: #768ede;
    background: #482cbf;
    background: -webkit-linear-gradient(45deg, rgba(72, 44, 191, 1) 0%, rgba(106, 198, 240, 1) 100%);
    background: -o-linear-gradient(45deg, rgba(72, 44, 191, 1) 0%, rgba(106, 198, 240, 1) 100%);
    background: linear-gradient(45deg, rgba(72, 44, 191, 1) 0%, rgba(106, 198, 240, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#482cbf', endColorstr='#6ac6f0', GradientType=1);
    position: relative;
    overflow: hidden;
    z-index: 2;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

#tfmain .price-box .price-header:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #f2f3fc;
    z-index: -1;
    opacity: 1;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

/* #tfmain .price-box:hover .price-header {
    color: #fff
}

#tfmain .price-box:hover .price-header:before {
    opacity: 0
} */

#tfmain .price-box .price-header .price-icon {
    font-size: 60px;
    margin-bottom: 10px
}

#tfmain .price-box .price-header h4 {
    font-weight: 700;
    font-size: 18px;
    letter-spacing: 3px
}

#tfmain .price-box .price-body {
    padding: 35px
}

#tfmain .price-box .price-body ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: left;
    padding-left: 30px;
}

#tfmain .price-box .price-rate {
    margin-top: 15px;
    color: #768ede;
    margin-bottom: 25px;
    font-size: 20px
}

#tfmain .price-box .price-rate sup {
    top: -20px;
    font-size: 26px
}

#tfmain .price-box .price-rate .rate {
    font-size: 44px
}

#tfmain .price-box .price-footer {
    margin-top: 15px;
    margin-bottom: 40px
}

#tfmain .price-box .price-footer .bttn-white {
    padding: 13px 50px
}

#tfmain .price-box .price-footer .bttn-white:before {
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    border-radius: 100px;
    left: 2px;
    top: 2px
}
#tfmain .bttn-white {
    right: 0;
    top: 0;
    margin-right: 0
}
#tfmain .price-list {
    max-height: 140px;
    min-height: 140px;
    overflow: auto;
}
#tfmain .tfbottom {
    margin-bottom: 20px;
}
#tfmain .presta-desc {
    margin-top: 12px;
    font-size: 14px;
    text-align: left;
    height: 120px;
    overflow:auto;
}
.presta-no-plan {
    color: #de1111;
    text-align: center;
}
.presta-bullet {
    color: #1d1c1c;
    font-size: 14px;
}
.presta-features-content {
    margin-bottom: 5px;
}
.presta-card {
    margin-top: 12px;
}
.presta-modal-footer {
    margin-top: 10px;
}
.presta-modal-close {
    float:right;
}
.presta-modal-purchase-btn {
    float:right;
    margin-right: 15px;
}
.presta-prime-features {
    list-style-type: square;
}

/* Multiplicalia: cambios de estilo 

#module-tfprimemembershippro-primelist h1 {
	padding-top: 7px;
	color: #fb2245;
	margin-bottom: 30px;
	font-size: 28px;
	text-align: center;
}

#module-tfprimemembershippro-primelist .page-header {
	padding: 20px 10px;
	border-radius: 0 0 5px 5px;
	background: #f7f7f7;
    margin-top: 20px;
}

#module-tfprimemembershippro-primelist .page-header .btn-primary {
	padding: 10px;
	background: #fb2245;
	border-radius: 3px;
	box-shadow: 0 0 3px rgba(0,0,0,0.5);
    white-space: inherit;
    width: 230px;
}

#module-tfprimemembershippro-primelist .page-header .btn-primary:hover {
    text-decoration: underline;
}

#module-tfprimemembershippro-primelist .page-header .btn-primary i{
    margin-right: 5px;
}

#module-tfprimemembershippro-primelist .page-content > .row {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

.img-header img{
    width: 100%;
}

#module-tfprimemembershippro-primelist .price-box a:hover{
    cursor: default;
}

#tfmain .price-box .price-header{
    min-height: 305px;
}

#tfmain .presta-desc{
    height: 100%;
    overflow: hidden;
}

#tfmain .price-box .price-header{
    padding: 15px;
}

#module-tfprimemembershippro-primelist .page-content > .row .price-box{
    height: 100%;
}

#module-tfprimemembershippro-primelist #tfmain .price-box .price-body .features_list{
    padding-left: 0;
}

#module-tfprimemembershippro-primelist .features_list li{
    margin-bottom: 15px;
    overflow: hidden;
}

#module-tfprimemembershippro-primelist .features_list li i{
    color: #008000;
    float: left;
    font-size: 20px;
}

#module-tfprimemembershippro-primelist .features_list li div{
    float: left;
    margin-left: 3px;
    width: calc(100% - 23px);
    font-size: 16px;
    line-height: 20px;
}
*/


/* Icono objetivo a alcanzar */
/* #module-tfprimemembershippro-primelist .plan-1 .features_list li:nth-child(2) i::before,
#module-tfprimemembershippro-primelist .plan-2 .features_list li:nth-child(3) i::before,
#module-tfprimemembershippro-primelist .plan-2 .features_list li:nth-child(4) i::before,
#module-tfprimemembershippro-primelist .plan-3 .features_list li:nth-child(3) i::before{
    content: "\f135";
    color: #008000;
} */

/* Icono no incluido */
#module-tfprimemembershippro-primelist .plan-1 .features_list li:nth-child(n + 7) i::before,
#module-tfprimemembershippro-primelist .plan-2 .features_list li:nth-child(n + 7) i::before,
#module-tfprimemembershippro-primelist .plan-3 .features_list li:nth-child(n + 9) i::before
{
    color: #ee2222;
    content: "\f00d";
}

@media (min-width: 768px) and (max-width: 960px){

    #module-tfprimemembershippro-primelist #tfmain .page-content .row > div{
        padding-left: 5px;
        padding-right: 5px;
    }

    #tfmain .price-box .price-header{
        padding: 10px;
    }

    #tfmain .price-box .price-body{
        padding: 15px;
    }
}

@media (max-width: 767px){
    
    #module-tfprimemembershippro-primelist .page-header .btn-primary{
        margin-top: 20px;
    }

    #module-tfprimemembershippro-primelist .page-content > .row > div{
        margin-bottom: 25px;
    }


}

/* Estilos formulario safety club 

#safety-club-form-anchor{
    visibility: hidden;
    position: relative;
    top: -200px;
}

#safety-club-form {
	margin: 60px 0 20px 0;
    padding: 0 10px;
	display: block;
	overflow: hidden;
    scroll-behavior: smooth;
}

#safety-club-form h2 {
	color: #fb2245;
	margin: 20px 0 60px 0;
	text-align: center;
}

#safety-club-form .sc-form{
    margin-right: 3%;
    width: 47%;
}

#safety-club-form .sc-info{
    background: #fafafa;
    box-shadow: 0 0 7px rgba(0,0,0,0.2);
    padding: 0;
}

#safety-club-form .sc-info img{
    max-width: 100%;
    margin-bottom: 40px;
}

#safety-club-form .sc-info .sc-content{
    padding: 0 40px;
}

#safety-club-form .sc-info p{
    margin-bottom: 20px;
    line-height: 20px;
}

#safety-club-form .sc-info .tag{
    color: #920034;
    font-weight: bold;
    font-size: 17px;
}

#safety-club-form #login-form .forgot-password a {
	display: block;
	text-align: center;
	margin-bottom: 10px;
}

#safety-club-form #login-form #submit-login {
	margin: 0 auto;
}

#safety-club-form .bottom-register-b2b {
	text-align: center;
}

#safety-club-form .bottom-register-b2b span {
	display: block;
	margin-bottom: 10px;
}

#safety-club-form #login-form #submit-login {
	margin: 0 auto;
}

#safety-club-form .bottom-register-b2b .register-login-form-b2b {
	color: #fff;
	background: #6dcb67;
	padding: 15px 23px;
	display: inline-block;
	font-weight: 700;
	border-radius: 3px;
}

#safety-club-form .register-login-form-b2b:hover {
	text-decoration: underline;
}


@media (max-width: 767px){

    #safety-club-form{
        margin-top: 30px;
    }

    #safety-club-form .sc-form{
        margin-right: 0;
        margin-bottom: 20px;
        width: 100%;
    }

    #safety-club-form h2{
        margin: 10px 0 40px 0;
    }
}
*/



/* ── Beneficios Safety Club ───────────────────────────────────── */

#tfmain .header-text{
    display: flex;
    flex-direction: column;
}
#tfmain .card-block{
    padding: var(--spacing-3);
}

/* Banner CTA */
#tfmain .sc-banner{
	margin: 0;
	padding: var(--space-3);
}
#tfmain .sc-banner .sc-title {
  font-size: var(--font-size-lg);
}
#tfmain .sc-banner .sc-desc {
  font-size: var(--font-size-md);
}


#tfmain .sc-banner .sc-actions{
    display: none;
}



.sc-benefits-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 1rem;
	margin-bottom: 2rem;
}

.sc-benefit-card {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	gap: .75rem;
	padding: 1.5rem 1rem;
	background: #fff;
	border: 1px solid var(--border-color, #e5e5e5);
	border-radius: var(--border-radius-sm, 6px);
	transition: box-shadow .2s, transform .2s;
}

.sc-benefit-card:hover {
	box-shadow: 0 4px 16px rgba(0,0,0,.1);
	transform: translateY(-2px);
}

.sc-benefit-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 64px;
	height: 64px;
	border-radius: 50%;
	background: var(--section-color, #f5f5f5);
	flex-shrink: 0;
}

.sc-benefit-icon .icon {
	font-size: 2rem;
	color: var(--brand-primary, #E71A3C);
	line-height: 1;
}

.sc-benefit-text {
	font-size: .875rem;
	font-weight: 600;
	color: var(--primary, #374556);
	line-height: 1.4;
	margin: 0;
}

@media (max-width: 991px) {
	.sc-benefits-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 480px) {
	.sc-benefits-grid { grid-template-columns: 1fr; }
}