/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/
Description: Tema hijo de Hello Elementor.
Author: STUDIOGENESIS
Author URI: https://www.studiogenesis.es/
Template: hello-elementor
Version: 1.2.0
*/

/* Aquí puedes escribir tus estilos personalizados */


.sina-bp-grid{
	max-width:100vw;
}

.admin-bar #control-active{
	top:32px!important;
}

#control-active.active{
	background-color:#F1F5F9!important;
}

@media(min-width:1400px){
	.e-con>.e-con-inner{
		max-width:1320px;
	}
}
@media(max-width:767px){
	body{
		padding-top:90px
	}
}

.custom-hero{
	background: var(--degradado-hero, linear-gradient(196deg, #FFF 11.31%, #CAD4E2 63.28%, #B367C0 121.89%));
}
.custom-hero h1{
	color: #314158!important;
	font-family: 'Inter',sans-serif;
	font-size: 72px;
	font-style: normal;
	font-weight: 800!important;
	line-height: normal;
}
.custom-hero p{
	color: var(--slate-600, #45556C);
	font-family: "Inter",sans-serif!important;
	font-size: 32px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.custom-hero span{
	color: #45556C!important;
	font-family: "Inter",sans-serif!important;
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}

.custom-hero span strong{
	color:#8D349D!important;;
	font-family: "Inter",sans-serif!important;
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
@media(max-width:1638px){
	.custom-hero h1{
		font-size:48px
	}
	.custom-hero span{
		font-size:22px
	}
	.custom-hero p{
		font-size:19px
	}

}
@media(max-width:1199px){
	.custom-hero h1{
		font-size:44px
	}
	.custom-hero p{
		font-size:20px
	}
}
@media(max-width:991px){
	.custom-hero h1{
		font-size:36px
	}
	.custom-hero p{
		font-size:18px
	}
}

.nextyear-promo{
	background: #003777;	
}

.nextyear-promo p{
	color: #FFF;	
	font-family: "Inter",sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 150%;
	letter-spacing: -0.154px;
	margin:0;
	text-align:center

}

.nextyear-promo p a{
	text-decoration-line: underline;
	text-decoration-style: solid;
	text-decoration-skip-ink: auto;
	text-decoration-thickness: auto;
	text-underline-offset: auto;
	text-underline-position: from-font;
	color: #FFF;
}


.card-home-bons{
	border-radius: 16px;
	background: var(--slate-100, #F1F5F9);
	padding: 32px;
	gap: 0px;
	height:100%
}

.card-home-bons h3{
	color: #314158!important;
	font-family: "Inter",sans-serif;
	font-size: 32px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	margin-bottom:8px;
}
.card-home-bons p{
	color: var(--slate-600, #45556C);
	font-family: Inter;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.card-home-bons a{
	color: #8D349D!important;
	font-family: "Inter",sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	text-decoration:none!important;
	background-color:transparent!important;
	padding:0;
	border-radius:0;
	letter-spacing: -0.198px;
	margin:0 ;
	position:relative
}

.card-home-bons a span{
	text-align:left
}

@media(max-width:991px){
	.card-home-bons h3{
		font-size:24px
	}
	.card-home-bons p,.card-home-bons a{
		font-size:16px
	}
}

.card-home-bons a svg{
	fill:#8D349D;
}
.card-home-bons a span.elementor-button-text::after {
	width:0%;
	height:1px;
	background-color:  #8D349D!important;
	transition:.3s ease-in-out;
	bottom:-8px;
	left:0;
	content:'';
	position:absolute;
}
.card-home-bons a:hover span.elementor-button-text::after{
	width:100%
}
.card-home-bons .elementor-widget-image{
	margin-top:16px;
	margin-bottom:0;
}

.container-card-impacto{
	padding: 32px 24px;
	border-radius: 16px;
	background: #F8FAFC;
	box-shadow: 0 4px 30px 0 rgba(0, 0, 0, 0.15);
	gap:8px;
}
.container-card-impacto h3 span{
	color: #003777!important;
	font-family: "Inter",sans-serif;
	font-size: 32px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}

.container-card-impacto h3 {
	color: #003777!important;
	text-align: center;
	font-family: "Inter",sans-serif;
	font-size: 56px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	display:flex;
	flex-direction:column
}

.container-card-impacto p{
	color:#45556C!important;
	text-align: center;
	font-family: "Inter",sans-serif!important;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	margin:0;
	line-height: normal;
}

@media(max-width:991px){
	.container-card-impacto{
		height:100%;
	}
	.container-card-impacto h3{
		font-size:24px
	}
	.container-card-impacto h3 span{
		font-size:18px
	}
}

.super-section{
	width:calc(100vw - 64px);
	margin:0 32px 72px 32px;
	position:relative;
	border-radius:24px;
}

.super-section::before{
	width:100vw;
	background-color:#E2E8F0;
	position:absolute;
	height:200px;
	content:'';
	top:0;
	border-radius:0!important;
	left:-32px;
}
@media(max-width:1024px){
	.super-section{
		width:calc(100vw - 40px);
		margin:0 20px 32px 20px;
	}
	.super-section::before{
		left:-20px;
	}

}

@media(max-width:991px){
	.super-section{
		width:calc(100vw - 40px);
		margin:0 20px 32px 20px;
	}
	.super-section::before{
		left:-20px;
	}

}

.container-dinamiza{
	padding:64px 0;
	background-color:#E2E8F0;
}

.container-dinamiza h2{ 
	color: #314158!important;
	text-align: center;
	font-family: "Inter", sans-serif;
	font-size: 76px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.container-dinamiza h2 span{
	color:#ffffff;
	background-color: #247AC0!important;
	padding:0 12px;
}

.card-dinamiza{
	border-radius: 16px;
	background: var(--white, #FFF);
	padding: 32px;
	gap: 0;
	height:100%
	
}

.card-dinamiza h3{
	color: #314158!important;
	font-family: "Inter", sans-serif;
	font-size: 32px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	letter-spacing: -0.352px;
	margin-bottom:8px;
}

.card-dinamiza p{
	color:#45556C!important;
	font-family: "Inter", sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 150%; /* 27px */
	letter-spacing: -0.198px;
	margin-bottom:24px;
}

@media(max-width:1199px){
	.container-dinamiza{
		padding:32px 12px;
	}
	.container-dinamiza h2{
		font-size:56px
	}
	.card-dinamiza h3{
		font-size:32px
	}
	.card-dinamiza p{
		font-size:16px
	}
}

@media(max-width:991px){
	.container-dinamiza h2{
		font-size:40px
	}
	.card-dinamiza h3{
		font-size:24px
	}
	.card-dinamiza p{
		font-size:16px
	}
}
.card-dinamiza .elementor-widget-button{
	    margin: auto 0 0 0;
}
.card-dinamiza a{
	 color: #8D349D !important;
    font-family: "Inter", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-decoration: none !important;
    background-color: transparent !important;
    padding: 0;
    border-radius: 0;
    letter-spacing: -0.198px;
    position: relative;
	margin-bottom:24px
}

.card-dinamiza a svg{
	fill:#8D349D;
}
.card-dinamiza a span.elementor-button-text::after {
	width:0%;
	height:1px;
	background-color:  #8D349D!important;
	transition:.3s ease-in-out;
	bottom:-8px;
	left:0;
	content:'';
	position:absolute;
}
.card-dinamiza a:hover span.elementor-button-text::after{
	width:100%
}

.card-form{
	border-radius: 28px;
	background: rgba(0, 0, 0, 0.40);
	padding: 24px;
	gap: 24px;
}

.card-form .card-white{
	border-radius: 16px;
	background: var(--white, #FFF);display: flex;
	padding: 24px;
	flex-direction: column;
	align-items: flex-start;
	gap: 8px;
	align-self: stretch;
}
.card-form .card-white h3{
	margin:0;
	color: #000!important;
	font-family: "Inter", sans-serif!important;
	font-size: 24px!important;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.card-form .card-white li,
.card-form .card-white p{
	color: #000!important;
	font-family: "Inter", sans-serif!important;
	font-size: 18px!important;
	font-style: normal;
	font-weight: 500;
}
.card-form .card-white ul{
	margin:0 0 8px 0;
	padding:0 0 0 20px;
}

@media(max-width:991px){
	.card-form{
		padding:20px
	}
}

.tabs-section-home h2{
	color:#314158!important;;
	text-align: center;
	font-family: "Inter", sans-serif;
	font-size: 76px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}

.tabs-section-home h2 span{
	color:  #E2E8F0!important;
	font-family: "Inter", sans-serif;
	background:#247AC0;
	padding:2px 16px;
	background-color: 
	font-size: 76px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}


.tabs-section-home .card-tabs{
	padding:32px;
	border-radius: 16px;
	gap:0;
	background: #F1F5F9;
	height:100%
}

.tabs-section-home .card-tabs h3{
	color: #314158;
	font-family: "Inter", sans-serif;
	font-size: 32px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	margin: 24px 0 8px 0;
}

.tabs-section-home .card-tabs p{
	color:  #62748E;
	font-family: "Inter", sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 150%; /* 27px */
	letter-spacing: -0.198px;
}

.tabs-section-home .card-tabs a{
	color: #8D349D !important;
    font-family: "Inter", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-decoration: none !important;
    background-color: transparent !important;
    padding: 0;
    border-radius: 0;
    letter-spacing: -0.198px;
    position: relative;
    
}
@media(max-width:1199px){
	.tabs-section-home h2{
		font-size:36px
	}
	.tabs-section-home .card-tabs h3{
		font-size:24px;
		
	}
	.tabs-section-home .card-tabs p{
		font-size:16px;
	}
}
.tabs-section-home .card-tabs a span.elementor-button-text::after {
	width:0%;
	height:1px;
	background-color:  #8D349D!important;
	transition:.3s ease-in-out;
	bottom:-8px;
	left:0;
	content:'';
	position:absolute;
}
.tabs-section-home .card-tabs a:hover span.elementor-button-text::after{
	width:100%
}

.tabs-section-home .card-tabs a svg{
	fill:#8D349D;
}

.super-section-2{
	width: calc(100vw - 64px);
    margin: 0 32px;
    position: relative;
    border-radius: 24px;
	margin-bottom:40px;
}

.super-section-2::after{
	content:'';
	position:absolute;
	top:-44px;
	left:56px;
	width:60%;
	border-radius:24px 24px 0 0;
	height:44px;
	background-color:#247AC0;
}
@media(max-width:991px){
	.super-section-2::after{
		display:none;
	}
	.super-section-2{
		margin:0 20px 56px 20px;
		width:calc(100% - 40px)
	}

}
.blog-list-home .sina-bp-custom-1 .sina-bp {
	display:flex;
		flex-direction:row;
}

.blog-list-home .sina-bp-custom-1 .sina-bg-thumb{
	position:relative;
	width:50%
}

.blog-list-home .sina-bp-custom-1 .sina-bp-content{
	padding:120px 64px!important;
	border-radius:0 16px 16px 0 ;
	border: 1px solid var(--slate-300, #CAD5E2);
	width:50%
}

.blog-list-home .sina-bp-custom-1 .sina-bp img{
	height:100%;
	width:100%;
	object-fit: cover;
}
.recommended-post-custom article .info .category,
.custom-blog-banner span,
.blog-list-home .sina-bp-cats{
	display:flex!important;
	width:fit-content;
	color: #000!important;
	font-family: "Inter",sans-serif!important;
	font-size: 14px!important;
	text-transform:uppercase;
	font-style: normal!important;
	font-weight: 400!important;
	line-height: 18px!important;
	padding: 8px!important;
	border-radius: 8px!important;
	background:#CAD5E2!important;
	pointer-events:none;
	margin-bottom:24px!important;
	gap:4px;
}
.blog-list-home .sina-bp-cats a{
	line-height:18px!important;
	text-decoration:none;

}
.recommended-post-custom article .info .category,
.custom-blog-banner span{
	margin:0!important;
}

.blog-list-home .sina-bp-cats a{
}

.blog-list-home .sina-bp-cats .sina-bp-icon,
.blog-list-home .sina-bp-custom-6 .sina-bp-text{
	display:none;
	
}

.blog-list-home .sina-bp-custom-1 h2.sina-bp-title,
.blog-list-home .sina-bp-custom-1 h2.sina-bp-title a{
	color:  #314158!important;
	font-family: 'Inter',sans-serif!important;
	font-size: 32px!important;
	font-style: normal!important;
	font-weight: 600!important;
	line-height: normal!important;
	text-decoration:none;
	margin-bottom:16px
}

.blog-list-home .sina-bp-content{
	border-radius:0 0 16px 16px;
	border:1px solid   #CAD5E2;
	padding:48px!important;
}

.blog-list-home .sina-bp-custom-6 h2.sina-bp-title,
.blog-list-home .sina-bp-custom-6 h2.sina-bp-title a{
	color:  #314158!important;
	font-family: 'Inter',sans-serif!important;
	font-size: 24px!important;
	font-style: normal!important;
	font-weight: 600!important;
	line-height: normal!important;
	text-decoration:none;
	margin-bottom:16px
}
.blog-list-home .sina-bp-custom-1 .sina-bg-thumb{
	border-radius:24px 0 0 24px;
	overflow:hidden;
}
.blog-list-home .sina-bp-custom-6 .sina-bg-thumb{
	border-radius:24px 24px 0 0;
		overflow:hidden;

}

@media(max-width:991px){
	.blog-list-home .sina-bp-content,
	.blog-list-home .sina-bp-custom-1 .sina-bp-content{
		padding:20px!important
	}
}

.card-tabs-functions{
	border-radius: 16px;
	background-color: #F1F5F9!important;
	padding:32px
}

.card-tabs-functions h2{
	color: #314158!important;
	font-family: 'Inter',sans-serif!important;
	font-size: 32px;
	font-style: normal;
	margin-bottom:8px;
	font-weight: 700;	
}

@media(max-width:767px){
	.card-tabs-functions{
		padding:16px
	}
}

.custom-blog-banner{
	border-radius: 16px!important;
	background:#45556C!important;
	padding:64px!important;
	margin:24px 0!important;
}
.custom-blog-banner p{
	color:  #E2E8F0!important;
	font-family: 'Inter',sans-serif!important;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.custom-blog-banner h2{
	color:  #FFF!important;
	font-family: 'Inter',sans-serif!important;
	font-size: 32px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}
.custom-blog-banner img{
	mix-blend-mode: lighten;
}
@media(max-width:991px){
	.custom-blog-banner{
		border-radius: 12px!important;
		padding:20px!important;
		margin:12px 0!important;
	}
}



.social-media-custom h2{
	color:#314158!important;
	font-family:"Inter",sans-serif!important;
	font-size: 56px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}

.social-media-custom p{
	color:#45556C!important;
	text-align: center;
	font-family:"Inter",sans-serif!important;
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

@media(max-width:991px){
	.social-media-custom h2{
		font-size:40px
	}
}


/* blog singel css */

.hero-featured-image {
	background-size: cover;
	background-position: center;
	min-height:60vh;
	display:flex;
	position: relative;
}
@media(max-width:991px){
	.hero-featured-image {
		min-height:50vh;
	}
}
.hero-featured-image::after{
	content:"";
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color:#00000060;
	z-index:0;
	
}
.hero-featured-image .overlay {
	height:auto;
	display: flex;
	flex-direction:column;
	align-items: center;
	justify-content: center;
	margin: auto auto 0 auto !important;
	padding:64px 0;
	position:relative;
	z-index:1;
}
.hero-featured-image .overlay .post-category-tag{
	display:flex;
	margin:auto auto 12px 0;
	color: #000;
	font-family: "Inter",sans-serif;
	border-radius: 8px;
	background: #CAD5E2;
	padding: 8px;
	font-size: 14px;
	line-height:18px;
	text-transform:uppercase;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.hero-featured-image .overlay h1 {
	margin:0 auto 0 0;
	width:66%;
  	color: #FFF;
	font-family: "Inter",sans-serif;
	font-size: 64px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}

.custom-post-container{
	padding:72px 25% 72px 0;
}

.custom-post-container h2{
	color: #45556C!important;
	font-family: "Inter",sans-serif!important;
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	margin-bottom:12px;
	margin-top:32px;
}
.custom-post-container h3{
	color: #45556C!important;
	font-family: "Inter",sans-serif!important;
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	margin-bottom:8px;
	margin-top:20px;
}
.custom-post-container ul{
	margin:20px 0
}
.custom-post-container li,
.custom-post-container p{
	color: #45556C!important;
	font-family: "Inter",sans-serif!important;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	margin-bottom:4px;
}

.custom-post-container figure{
	margin:56px 0
}
.custom-post-container img{
	width:100%
}

.custom-post-container figcaption{
	color: #45556C!important;
	font-family: "Inter",sans-serif!important;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.custom-post-container blockquote {
	padding:16px 24px;
	margin:72px;
	border-left:12px solid #45556C10;
}

.custom-post-container blockquote p{
	color: #314158;
	font-family: "Inter",sans-serif!important;
	font-size: 40px;
	font-style: italic;
	font-weight: 400;
}

.post-recommendations{
	padding:72px 0;
}

.post-recommendations h2{
	color: #314158!important;
	font-family: "Inter",sans-serif!important;
	font-size: 56px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}

.recommended-post-custom{
	display:flex;
	flex-direction:row;
	flex-wrap:wrap;
	gap:48px;
	padding-top:24px;
}

.recommended-post-custom article{
	width:calc(50% - 24px);
}

.recommended-post-custom article .thumb{
	width:100%;
	height:430px;
	border-radius:16px 16px 0 0;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
}
@media(max-width:991px){
	.recommended-post-custom{
		gap:20px;
	}
	.recommended-post-custom article .thumb{
			height:250px;
	}

}
.recommended-post-custom article .info{
	display: flex;
	padding: 36px;
	flex-direction: column;
	align-items: flex-start;
	gap: 16px;
	align-self: stretch;
	border-radius:0 0 16px 16px;
	border: 1px solid #CAD5E2;
}

.recommended-post-custom article .info h3 a{
	margin:0;
	color:#314158!important;
	font-family: "Inter",sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}


@media(max-width:1200px){
	.custom-post-container{
		padding:72px 0 72px 0;
	}
}
@media (min-width: 576px) {
	.post-recommendations,
	.hero-featured-image .overlay{
		max-width: 500px;
	}
}
@media (min-width: 768px) {
	.post-recommendations,
	.hero-featured-image .overlay{
		max-width:calc(100vw - 40px);
	}
}
@media (min-width: 992px) {
	.post-recommendations,
	.hero-featured-image .overlay{
		max-width: 800px;
	}

}
@media (min-width: 1200px) {
	.post-recommendations,
	.hero-featured-image .overlay{
		max-width: 1140px;
		margin:auto;
	}
	
}
@media(min-width:1400px){
	.post-recommendations, .hero-featured-image .overlay,
	body:not([class*=elementor-page-]) .site-main{
		max-width:1320px;
	}
}
@media (min-width: 991px) {
	.cards-home h2{
		font-size:40px!important	
	}

}


/* conoce bonos intro */

.conoce-bonos-intro{}
.conoce-bonos-intro h1{
	color: #314158!important;
	font-family: "Inter",sans-serif;
	font-size: 64px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	display:flex;
	flex-direction:column;
}

.conoce-bonos-intro h1 span{
	color: #ffffff;
    background-color: #247AC0 !important;
    padding: 0 12px;
	width:fit-content;
	display:block

}


.conoce-bonos-intro p{
	color:  #45556C !important;
	font-family: "Inter",sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

@media (max-width: 991px) {
	.conoce-bonos-intro h1{
		font-size: 40px;
	}
	.conoce-bonos-intro p{
		font-size:20px
	}
}

.conoce-izan{
	background: #F1F5F9;
}

.conoce-izan h2{
	color:  #45556C!important;
	font-family: "Inter",sans-serif;
	font-size: 32px;
	font-style: normal;
	font-weight: 600;
	text-align:center;
	margin-top:24px
}
.conoce-izan p{
	color:  #45556C!important;
	font-family: "Inter",sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 32px;
	text-align:center;
}
.conoce-bonos-tabs{}

.valoraciones-bonos h2,
.conoce-bonos-tabs h2{
	color:  #314158!important;
	text-align: center;
	font-family: "Inter",sans-serif;
	font-size: 56px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.valoraciones-bonos p,
.conoce-bonos-tabs p{
	color:#45556C!important;
	text-align: center;
	font-family: "Inter",sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

@media (max-width: 991px) {
	.valoraciones-bonos h2,
	.conoce-bonos-tabs h2{
		font-size:32px;
	}
}
.valoraciones-bonos .valoraciones-bonos-card{
	padding:32px
}
.valoraciones-bonos .valoraciones-bonos-card h3{
	color:#003777!important;
	text-align: center;
	font-family: "Inter",sans-serif;
	font-size: 56px;
	font-style: normal;
	font-weight: 700;
	display:flex;
	flex-direction:column;
}
.valoraciones-bonos .valoraciones-bonos-card h3 span{
	font-size: 32px;
}
.valoraciones-bonos .valoraciones-bonos-card p{
	font-size: 20px;
}
@media(max-width:1024px){
	.valoraciones-bonos .valoraciones-bonos-card h3{
		font-size: 40px;
	}
	.valoraciones-bonos .valoraciones-bonos-card h3 span{
		font-size: 24px;
	}
	.valoraciones-bonos .valoraciones-bonos-card p{
		font-size: 16px;
	}
}
.conoce-bonos-tabs .card-tabs-caption{
	display: flex;
	padding: 32px;
	flex-direction: row;
	flex-wrap:wrap;
	border-radius: 16px;
	background: #F1F5F9;
}

.conoce-bonos-tabs .card-tabs-caption p{
	color:#45556C!important;
	font-family: "Inter",sans-serif;
	font-size: 18px;
	font-style: italic;
	font-weight: 400;
	margin-bottom:32px;
	text-align:left
}
.conoce-bonos-tabs .card-tabs-list{
	padding:0 56px;
	display:flex;
	flex-direction:column;
	gap:0;
}
.conoce-bonos-tabs .card-tabs-list h3{
	color:#45556C!important;
	font-family: "Inter",sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: 500;
	margin:0

}
.conoce-bonos-tabs .card-tabs-list ul{
	margin:12px 0 0 0;
	list-style:none;
}
.conoce-bonos-tabs .card-tabs-list ul li{
	position:relative;
}
.conoce-bonos-tabs .card-tabs-list ul li::before{
	background-image:url('/wp-content/uploads/2025/10/tabler-icon-check.svg)');
	background-position:center center;
	background-repeat:no-repeat;
	content:"";
	position:absolute;
	top:0%;
	left:-40px;
	width:24px;
	height:24px;
}
.conoce-bonos-tabs .card-tabs-list ul li{
	margin:0;
	color:#45556C!important;
	font-family: "Inter",sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;

}
@media(max-width:991px){
	.valoraciones-bonos .valoraciones-bonos-card{
		padding:20px
	}
	.conoce-bonos-tabs .card-tabs-list{
		padding:20px 0;
	}
}
.conoce-bonos-tabs .card-tabs-caption .elementor-image-box-title{
	color:#45556C!important;
	font-family: "Inter",sans-serif;
	font-size: 18px;
	font-weight: 600;
}

.contacta-form h2{
	color:#314158!important;
	font-family: "Inter",sans-serif;
	font-size: 32px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;	
}

.contacta-form p{
	color:#45556C!important;
	font-family: "Inter",sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
}

.footer-custom .legal-links ul{
	display:flex;
	flex-direction:row;
	gap:16px
}

.footer-custom .legal-links ul li{
	min-width:inherit;
}
@media(max-width:678px){
	.footer-custom .legal-links ul{
		flex-direction:column;
	}
}

.intro-caso-exito .card-bons-exit{
	display: flex;
	padding: 32px;
	flex-direction: column;
	border-radius: 16px;
	background:#F1F5F9;
}

.intro-caso-exito .card-bons-exit p{
	color: #45556C!important;
	font-family: "Inter",sans-serif;
	font-size: 24px;
	font-style: italic;
	font-weight: 400;

}

.intro-caso-exito h1{
	color: #314158!important;
	font-family: "Inter",sans-serif;
	font-size: 76px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
@media(max-width:991px){
	.intro-caso-exito span, .intro-caso-exito h2{
		font-size:24px!important;
		
	}
	.intro-caso-exito h1{
		font-size:40px!important;
	}
	.intro-caso-exito .card-bons-exit p{
		font-size:18px;
	}
}
.intro-caso-exito span,
.intro-caso-exito h2{
	color: #45556C!important;
	font-family: "Inter",sans-serif;
	font-size: 32px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-bottom:8px;
}

.intro-caso-exito p{
	color: #45556C!important;
	font-family: "Inter",sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	
}


#prefooter{
	max-width:900px;
	width:100%;
	border-radius: 24px;
	padding:64px;
	box-shadow: 0 4px 40px 0 rgba(49, 65, 88, 0.20);
	background: #E2E8F0;
	position:relative;
}

#prefooter::after{
	position:absolute;
	content:"";
	top:50%;
	left:50%;
	transform:translate(-50%, 0);
	background-color:#003777;
	height:50%;
	width:100vw;
	z-index:-1;
	
}

@media (max-width: 991px) {
	#prefooter{
		margin:0 20px;
		width:calc(100vw - 40px);
		padding:20px;
	}
}

.custom-calculator form{
	display:flex;
	flex-direction:row;
	flex-wrap:wrap;
	gap:12px;
	width:100%;
}

.custom-calculator div{
	display:flex;
	flex-direction:column;
	width:calc(50% - 12px);
}

.custom-calculator label{
	color:#fff;
	font-family: "Inter",sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	margin-bottom:12px
}
.custom-calculator input{
	padding: 8px 8px 8px 16pxx!important;
	border-radius: 8px!important;
	background:#FFF;
	font-family: "Inter",sans-serif;
	font-size: 16px;
}

.custom-calculator button{
	margin-top:4px;
	padding:12px;
	border-radius: 12px;
	background: #1D293D!important;
	border:none;
	color: #FFF;
	font-family: "Inter",sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
}
@media (max-width: 767px) {
	.custom-calculator button,
	.custom-calculator div{
		width:100%;
	}
	.card-form{
		padding:0;
	}
}

/* === Estilos personalizados Contact Form 7 === */
.form-container {
  display: flex;
  align-items: center;
  background-color: #fff;
  border-radius: 12px;
  padding: 6px;
  width: 100%;
  max-width: 420px;
  box-shadow: 0 0 0 1px rgba(0,0,0,0.1);
  margin-left: 0;
  margin-right: auto;
  justify-content: flex-start;
}

.form-container input[type="email"] {
  flex: 1;
  border: none;
  outline: none;
  font-size: 16px;
  padding: 10px 14px;
  border-radius: 10px;
  color: #2c2c2c;
}

.form-container input[type="email"]::placeholder {
  color: #4a5568;
}

.form-container input[type="submit"] {
  background-color: #8546A0;
  color: #fff;
  border: none;
  padding: 10px 20px;
  font-size: 15px;
  border-radius: 10px;
  cursor: pointer;
  transition: background-color 0.2s ease;
  margin-left: 6px;
}

.form-container input[type="submit"]:hover {
  background-color: #723b8a;
}
.form-container .elementor-shortcode form,
.form-container .elementor-shortcode,
.form-container .elementor-shortcode div,
.form-container p{
	width:100%;
	margin-bottom:0;
	display:flex;
	flex-direction:row;
	justify-content:space-between
	
	
}

.form-container  .wpcf7-spinner{
		display:none;
}

@media (max-width: 480px) {
  .form-container {
    flex-direction: column;
    align-items: stretch;
  }

  .form-container input[type="submit"] {
    margin-left: 0;
    margin-top: 8px;
  }
}

@media (max-width: 560px) {
	.form-container p {
		flex-direction: column;
    	align-items: stretch;
	}
	.form-container p br{
		display:none
	}
}


#prefooter h2{
	color: #1D293D!important;
	text-align: center;
	font-family: "Inter",sans-serif;
	font-size: 48px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}

#prefooter p{
	color: #1D293D!important;
	text-align: center;
	font-family: "Inter",sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
@media(max-width:991px){
	#prefooter h2{
		font-size:32px;
	}
	#prefooter p{
		font-size:20px;
	}

}
#prefooter #form-container{
	margin:0 auto;
}

.izan-controler h2{
	color:  #314158!important;
	text-align: center;
	font-family: "Inter",sans-serif;
	font-size: 64px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}

.izan-controler h2 span{
	color: #E2E8F0;
	font-family: "Inter",sans-serif;
	padding:0 12px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	background-color:#247AC0!important;
}
@media(max-width:991px){
	.izan-controler h2{
		font-size: 44px;
	}

}

.custom-exit-slider .sina-cs-item{
	background-color:#fff!important;
	border-radius:24px;
	overflow:hidden;
	
}

.custom-exit-slider h2{
	color:#314158!important;
	font-family: "Inter",sans-serif;
	font-size: 24px!important;
	font-style: italic!important;
	font-weight: 400!important;
	line-height: normal!important;
}

.custom-exit-slider h3{
	color: #45556C!important;
	font-family: "Inter",sans-serif;
	font-size: 20px!important;
	font-style: normal!important;
	font-weight: 500!important;
	line-height: normal!important;
}
.custom-exit-slider p{
	color: #45556C!important;
	font-family: "Inter",sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	display:flex;
	gap:24px;
	flex-direction:column;
	line-height: normal;
}
.custom-exit-slider a span,
.custom-exit-slider a{
	color:#8D349D!important;
	font-family: "Inter",sans-serif!important;
	font-size: 20px!important;
	font-style: normal!important;
	text-align:left!important;
	font-weight: 700!important;
	text-decoration:none!important;
	line-height: normal!important;
	padding:0;
	background-color:transparent!important;
}

.custom-exit-slider .owl-nav{
	margin-top:32px;
	display:flex;
	flex-direction:row;
	gap:20px;
}
.custom-exit-slider button.owl-prev,
.custom-exit-slider button.owl-next{
	position:relative!important;
	left:inherit!important;
	top:inherit!important;
	right:inherit!important;
	transform:inherit!important;
	opacity:1!important;
}

/* === Estilos personalizados Contact Form 7 === */
.form-container {
  display: flex;
  align-items: center;
  background-color: #fff;
  border-radius: 12px;
  padding: 6px;
  width: 100%;
  max-width: 440px!important;
  box-shadow: 0 0 0 1px rgba(0,0,0,0.1);
  margin-left: 0;
  margin-right: auto;
  justify-content: flex-start;
}

.form-container input[type="email"] {
  flex: 1;
  border: none;
  outline: none;
  font-size: 16px;
  padding: 10px 14px;
  border-radius: 10px;
  color: #2c2c2c;
}

.form-container input[type="email"]::placeholder {
  color: #4a5568;
}

.form-container input[type="submit"] {
  background-color: #8D349D;
  color: #fff;
  border: none;
  padding: 10px 20px;
  font-size: 15px;
  border-radius: 10px;
  cursor: pointer;
  transition: background-color 0.2s ease;
  margin-left: 6px;
}

.form-container input[type="submit"]:hover {
  background-color: #8D349D;
}

@media (max-width: 480px) {
  .form-container {
    flex-direction: column;
    align-items: stretch;
  }

  .form-container input[type="submit"] {
    margin-left: 0;
    margin-top: 8px;
  }
}

@media(min-width:991px){
	.custom-menu-controler #menu-typhonmenu {
		flex-direction:row;
		gap:12px;
	}
}
.custom-menu-controler #menu-typhonmenu li a{
	border:none;
    padding: 8px 12px;
    color: #000;
	height:auto;
	color:#45556C!important;
    font-size: 18px!important;
	display:inline;
    font-weight: 500!important;
	font-family:var(--inter)!important;   
	border-radius:8px;
	transition:.3s ease-in-out;
}
@media (max-width: 1200px) {
	.custom-menu-controler #menu-typhonmenu li a{
		font-size: 16px!important;
	}
}

.custom-menu-controler #menu-typhonmenu li:hover a,
.custom-menu-controler #menu-typhonmenu li.current-menu-item a{
	color:#003777!important;  
	background-color:#F1F5F9;
}
@media (max-width: 1024px) {
	.custom-menu-controler #menu-typhonmenu{
		background-color:#F1F5F9;
		top:60px!important;
		height:calc(100vh - 90px);
		padding:20px;
		flex-direction:column;
	}
	.custom-menu-controler #menu-typhonmenu::after {
	  content: "";
	  background-image: url('/wp-content/uploads/2025/08/bg-menu-icon.png');
	  background-position: right bottom;
	  background-repeat: no-repeat;
	  background-size: contain;
	  width: 100vw;
	  height: 50vh;
	  position: absolute;
	  left: 0;
	  bottom: -60px; /* más cerca del punto final */
	  opacity: 0;
	  z-index: -1;
	}

	@keyframes moveUp {
	  from {
		bottom: -60px;
		opacity: 0;
	  }
	  to {
		bottom: 0;
		opacity: 0.5;
	  }
	}

	#control-active.active .custom-menu-controler #menu-typhonmenu::after {
	  animation: moveUp 0.4s cubic-bezier(0.25, 1, 0.5, 1) .75s forwards;
	}



	.custom-menu-controler #menu-typhonmenu li{
		margin-bottom:8px;
	}
	.custom-menu-controler #menu-typhonmenu li a{
		border:none;
		color:#75ABDE!important;
		width:fit-content;
		font-size:32px!important;
		text-transform:uppercase;
		font-weight:700!important;
		padding: 0!important;
		text-align:left;
		font-family: "Inter",sans-serif!important;
	}
	.custom-menu-controler #menu-typhonmenu li.current-menu-item a{
		color:#003777!important;
		position:relative;
		padding-left:20px!important;
		
	}
	.custom-menu-controler #menu-typhonmenu li.current-menu-item a::after{
		position:absolute;
		content:"";
		height:4px;
		width:12px;
		background-color:#003777;
		top:calc(50% - 2px);
		left:0;
	}

}
.eael-simple-menu-toggle-text{
	display:none
}
.wpcf7-not-valid-tip{
	display:none;
}
.wpcf7 form.sent .wpcf7-response-output,
.wpcf7 form.invalid .wpcf7-response-output, 
.wpcf7 form.unaccepted .wpcf7-response-output, 
.wpcf7 form.payment-required .wpcf7-response-output{
    position: absolute;
    top: 40px;
    left: 0;
    border-radius: 8px;
    width: auto !important;
}

.wpcf7 form.sent .wpcf7-response-output{
	background-color:#46b450;
	color:#fff;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output{
	background-color:#FFB905;
		color:#fff;
}

#resultado-beneficios p{
	margin-bottom:0;
	color: #247AC0!important;
	font-family: var(--inter)!important;
	font-size: 48px!important;
	font-style: normal!important;
	font-weight: 700!important;
	line-height: normal!important;
}

@media(max-width:991px){
	#resultado-beneficios p{
		font-size:36px!important;
	}
}
.tiempo-lectura{
	position:relative;
	padding-bottom:16px;
	margin-bottom:24px!important;
	display:flex;
	flex-direction:row;
	gap:8px;
	align-items:center;
}


.tiempo-lectura::after{
	width:88px;
	position:absolute;
	content:"";
	bottom:0;
	left:0;
	border-bottom:4px solid #75ABDE;
}


.grid-shadow{
	position:relative;
}
.grid-shadow::before{
	position:absolute;
	content:"";
	top:0;
	left:0;
	width:25%;
	height:100%;
	background: linear-gradient(to right, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
	z-index:1;
}
.grid-shadow::after{
	content:"";
	z-index:1;
	position:absolute;
	top:0;
	right:0;
	width:25%;
	height:100%;
	background: linear-gradient(to left, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
}


@media(max-width:767px){
	.recommended-post-custom{
		flex-direction:column;
		gap:18px;
	}
	.recommended-post-custom article .info{
		padding:20px;
	}
	.recommended-post-custom article{
		width:100%;
	}
}
@media(max-width:991px){
	.hero-featured-image .overlay{
		padding:20px
	}
	.hero-featured-image .overlay h1 {
		font-size:36px;
		width:100%
	}
	.custom-post-container{
		padding:32px 10px;
	}
	.post-recommendations{
		padding:32px 10px;
	}
	.post-recommendations h2{
		font-size:32px;
	}
	
}



.page-contacta #pide-mobil{
	display:none;
}
.page-inicio #pide-mobil,
.page-funcionalidades #pide-mobil {
  opacity: 0;
  pointer-events: none; /* Evita que se pueda clicar mientras está oculto */
  transition: opacity 0.3s ease;
}

/* Clase que se añade al hacer scroll */
#pide-mobil.show-on-scroll {
  opacity: 1;
  pointer-events: auto;
}
@media (min-width: 1025px) {
	.custom-menu-controler #menu-typhonmenu li:last-of-type a{
		border-radius: 8px;
		padding:12px;
		color:#FFF!important;
		font-size: 18px;
		font-style: normal;
		font-weight: 500;
		background-color: #8D349D!important;
		margin-left:12px;
	}
}

.card-campanyas{
	padding:40px;
	border-radius: 16px;
	background: var(--white, #FFF);
	border:1px solid #CAD5E2;
	transition:.5s ease-in-out;
}
.card-campanyas:hover{
	border:2px solid #CAD5E2;

}
.card-campanyas .text-info p{
	color: #45556C!important;
	font-family: "Inter",sans-serif!important;
	font-size: 14px!important;
	font-style: normal!important;
	font-weight: 400!important;
	display:flex;
	flex-direction:column;
	text-align:center;
}
.card-campanyas .text-info p strong{
	color: #314158!important;
	font-family: "Inter",sans-serif!important;
	font-size: 18px!important;
	font-style: normal!important;
	font-weight: 600!important;
}
.card-campanyas a {
	background-color:transparent!important;
	padding:0!important;
	margin-top:20px;
}
.card-campanyas a span{
	color: #8D349D!important;
	font-family: "Inter",sans-serif!important;
	font-size: 16px!important;
	font-style: normal!important;
	font-weight: 700!important;
	text-decoration:none;
	line-height: normal!important;
}

@media(max-width:991px){
	.card-campanyas{
		padding:20px;
		border-radius: 16px;

	}
}


.row-card-hero span {
	color: #000!important;
	font-family: "Inter",sans-serif!important;
	font-size: 14px!important;
	font-style: normal!important;
	font-weight: 400!important;
	line-height: normal;
	display:flex;
	flex-direction:column;
}

.row-card-hero span b {
	color: #000!important;
	font-family: "Inter",sans-serif!important;
	font-size: 18px!important;
	font-style: normal!important;
	font-weight: 600!important;
	line-height: normal;
}

#reset-calculo.no-dis,
.control-display.dis-reset.no-dis,
.control-display.no-dis{
	display:none
}
@media(max-width:768px){
	.hero-featured-image .overlay,
	body:not([class*=elementor-page-]) .site-main{
		max-width:calc(100vw - 40px);
	}
	.recommended-post-custom article{
		width:calc(50% - 10px);
	}
	.recommended-post-custom article .info{
		height:calc(100% - 250px);
		padding:20px;
	}
}
@media(max-width:677px){
	.recommended-post-custom article{
		width:100%;
	}
}



.control-legal h2{
	color: #45556C!important;
	font-family: "Inter",sans-serif!important;
	font-size: 32px!important;
	margin:0!important;

}

.control-legal h3{
	color: #45556C!important;
	font-family: "Inter",sans-serif!important;
	font-size: 24px!important;
	margin:0!important;

}
.control-legal h4{
	color: #45556C!important;
	font-family: "Inter",sans-serif!important;
	font-size: 20px!important;
	margin:0!important;

}
.control-legal p{
	color: #45556C!important;
	font-family: "Inter",sans-serif!important;
	font-size: 18px!important;
	font-style: normal!important;
	font-weight: 400;
	margin:0!important:
}
.control-legal ul li a,
.control-legal p a{
	color: #003777!important;
	font-family: "Inter",sans-serif!important;
	font-size: 18px!important;
	text-decoration:underline
}



.left-col-exit h3{
	display:flex;
	flex-direction:column;
	gap:8px; 
	font-family:"Inter"l,sans-serif!important;
	font-size:20px!important;
	color:#45556C!important;
	font-size:300!important;
	
}

@media (max-width: 991px) {

	body:not([class*=elementor-page-]) .site-main{
		max-width: calc(100vw - 40px)
	}
}