/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

/*Registrar fuentes*/
@font-face {
    font-family: 'GT Walsheim';
    src: url('assets/fonts/GT-Walsheim-Regular.woff2') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'GT Walsheim';
    src: url('assets/fonts/GT-Walsheim-Bold.woff2') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
/* FORZAR GT WALSHIEM EN TODO EL SITIO */
html,
body,
button,
input,
textarea,
select,
p,
span,
a,
li,
strong,
em,
blockquote,
h1, h2, h3, h4, h5, h6 {
    font-family: 'GT Walsheim', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif !important;
}
/* Forzar Elementor */
.elementor-widget,
.elementor-widget-text-editor,
.elementor-heading-title,
.elementor-button,
.elementor-icon-list-text {
    font-family: 'GT Walsheim' !important;
}

/* =====================================
   ADVANCED HEADER & FOOTER
===================================== */

.ahf-wrapper {
    width: 100%;
    background: inherit;
}

.ahf-inner {
    max-width: var(--wd);
    margin: 0 auto;
    padding: 0 20px;
}

@media (max-width: 767px) {
    .ahf-inner {
        max-width: var(--wm);
    }
}
/*ESPACIADO*/
.e-con-inner {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}
/* MENU */
.menudesktop .e-con-inner {
  padding-right: 0px !important;
  padding-left: 0px !important;
}
#menu-menu li {
  padding-top: .75rem;
}
.autogestion {
  padding: .75rem;
  background-color: #ffe5e6;
  border-radius: 40px;
}
.autogestion:hover {
  background-color: #ffcbcd;
}
.shadow {
 box-shadow: 0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px 0 rgba(0,0,0,.06);
}
.current_page_item {
  text-decoration: underline;
  text-underline-offset: 8px; /* Ajusta este valor para dar más o menos espacio */
  text-decoration-thickness: 1px; /* Opcional: para controlar el grosor de la línea */
  color: #cdcdd2;
}

/*Menu Mobile*/
/* OVERLAY MENÚ */
.hamburger-overlay #menu-menu li {
padding-top: 1rem;
  text-decoration: none;
}
.hamburger-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #03051b;
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;

  /* Estado inicial: oculto y desplazado a la izquierda */
  opacity: 0;
  transform: translateX(-100%);
  transition: opacity 0.4s ease, transform 0.4s ease;
  pointer-events: none;
}
#hamburger-overlay ul {
  list-style: none !important;
  padding-inline-start: 0px !important;
  margin-left: 0px;
}
.hamburger-overlay.is-open {
  opacity: 1;
  transform: translateX(0);
  pointer-events: all;
}

.hamburger-overlay__inner {
  width: 100%;
  max-width: 480px;
  padding: 40px 35px;
  position: relative;
height: 100vh;
}

/* Botón X cerrar */
.hamburger-overlay__close {
background: none;
  border: none;
  color: #ffffff;
  font-size: 20px;
  cursor: pointer;
  margin-bottom: 20px;
  display: block;
  padding: 0;
  font-weight: 900 !important;
  margin-left: 0px;
  margin-top: 0px;
}
.hamburger-overlay #menu-item-105 {
  display: none;
}
.hamburger-overlay #menu-item-106 {
  display: none;
}
/* Links del menú */
.hamburger-overlay__nav {
  display: flex;
  flex-direction: column;
  gap: 28px;
  margin-bottom: 20px;
}

.hamburger-overlay__nav a {
  color: #ffffff !important;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none !important;
  transition: opacity 0.2s;
}

.hamburger-overlay__nav a:hover {
  opacity: 0.7;
}

/* Botón CTA */
.hamburger-overlay__cta {
  display: block;
  width: 100%;
  background-color: #171669 !important;
  color: #ffffff !important;
  text-align: center;
  padding: 10px;
  border-radius: 50px;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none !important;
  transition: background 0.2s;
}

.hamburger-overlay__cta:hover {
  background-color: #3d4fa8;
}
.hamburger-btn {
 display: flex;
  flex-direction: column;
  gap: 3px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
  margin-left: -10px;
  margin-top:8px;
}
.hamburger-btn:focus {
  background-color: transparent;
}
.hamburger-btn:hover {
  background-color: transparent;
}
#hamburger-close:hover {background-color: transparent;}
#hamburger-close:focus {background-color: transparent;}
.hamburger-btn span {
 display: block;
  width: 18px;
  height: 2px;
  background-color: #0f1235;
  border-radius: 3px;
}
/* Header nuevo */
.header-menu-lista .elementor-icon-list-items{
	display: flex !important;
    flex-wrap: nowrap !important;
}
.header-menu-lista .elementor-icon-list-items .elementor-inline-item{
	white-space: nowrap !important;
}

/* Footer */
.footeriunigo .is-active::after {
  display: none;
}
.no-bottom p{
	margin-bottom: 0px !important;
}
.ahf-wrapper.ahf-site_footer{
    --wd: 100% !important;
    --wm: 100% !important;
}
.ahf-site_footer .ahf-inner{
	padding: 0px !important;
}
.list-footer .elementor-icon-list-items{
flex-direction: column;
}
/* =====================================
   PAGINAS
===================================== */
/*Home hover botón*/

.page-template .e-con-inner h1 {
  padding-top: 30px;
}

/* Contenedor principal */
.contenedorhover {
    position: relative;
}
/*sombra boton completar*/

.completar .elementor-button {
  box-shadow: 0 4px 6px -1px rgba(0,0,0,0.1), 0 2px 4px -1px rgba(0,0,0,0.06);
}
/* Bloque que aparece */
.contenedorhover .mostrar {
     position: absolute;
    top: 20px;
    left: 100px;
    transform: translateY(-50%) scale(0.98);
    
    display: flex;
    align-items: center;
    gap: 12px;

    background: transparent;

    opacity: 0;
    visibility: hidden;
    filter: blur(4px);

    transition: 
        opacity 0.5s ease,
        filter 0.5s ease,
        transform 0.5s ease;
}


/* Imagen flecha */
.contenedorhover .mostrar img {
    width: 129px; /* ajustable */
    height: auto;
}

/* Texto */
.contenedorhover .textohover {
    font-size: 16px;
    font-weight: 400;
    color: #000;
    white-space: nowrap;
	margin-top:15px;
}

/* Mostrar con fade + pequeño desplazamiento */
.botonhover:hover ~ .contenidohover .mostrar {
   opacity: 1;
    visibility: visible;
    transform: translateY(-50%) scale(1);
    filter: blur(0);
}

/*Home Fin hover botón*/

.page-content .e-con-inner {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

/* Pagina Preguntas Frecuentes */
.accordion-customizaciones .e-n-accordion summary.e-n-accordion-item-title[aria-expanded="true"] {
  border-width: 1px 1px 0px 1px !important;
  border-radius: 15px 15px 0px 0px;
}
body .accordion-no-border  .e-n-accordion summary.e-n-accordion-item-title[aria-expanded="true"]{
	border: 0px !important;
    border-width: 0px !important;
}
.accordion-customizaciones .e-n-accordion-item{
	box-shadow: 
    0px 3px 6px rgba(0, 0, 0, 0.08),
    0px 10px 25px rgba(0, 0, 0, 0.15);
    border-radius: 15px 15px 15px 15px;
    border-bottom: 0px !important;
}
body .accordion-no-border  .e-n-accordion-item{
	box-shadow: none !important;
    border-radius: 0px !important;
    border-bottom: 1px solid rgb(205, 205, 210) !important;
}
body .accordion-no-border .e-n-accordion-item:last-child {
  border-bottom: none !important;
}
.lista-margin ul{
	margin-bottom: 12px;
}
/* Página beneficios*/
#card-9e77991-0 [data-sc-expanded="true"] {
  min-height: 183px;
}
#card-9e77991-2 [data-sc-expanded="true"] {
  min-height: 183px;
}
#card-9e77991-3 [data-sc-expanded="true"] {
  min-height: 135px;
}
@media (max-width: 1315px) and (min-width: 1025px) {
  #card-9e77991-2 [data-sc-expanded="true"]{
  	min-height: 183px !important;
  }
	#card-9e77991-0 [data-sc-expanded="true"]{
  	min-height: 183px !important;
  }
	#card-9e77991-3 [data-sc-expanded="true"]{
  	min-height: 135px !important;
  }
}


/* Pagina Planes */
.elementor-element.elementor-element-d2b875c.e-con-full.e-flex.e-con.e-child {
  margin-top: -20px;
  padding-top: 20px;
}
@media (min-width: 1024px) {
    .height-144{
        min-height: 72px;
    }
    .height-144 p{
    	margin-bottom: 0;
    }
    .heading-nowrap{
    	white-space: nowrap;
    }
}
#accordion-beneficios-planes .e-n-accordion-item-title-text{
	display: flex;
    align-items: center;
    justify-content: center;
}
.btn-mobile-16 a{
	font-size: 16px !important;
}

.tabs-planes .e-n-tab-title[aria-selected="true"]{
	font-weight: 700 !important;
}
.beneficios-radius-active summary.e-n-accordion-item-title {
  transition: none !important;
}

.beneficios-radius-active summary.e-n-accordion-item-title[aria-expanded="true"] {
  border-radius: 1rem 1rem 0 0 !important;
}

.beneficios-radius-active summary.e-n-accordion-item-title[aria-expanded="false"] {
  border-radius: 1rem !important;
}
/*SOlicitud de baja*/
.formiunigo{
  max-width:760px;
  width:100%;
  margin:0 auto;
}
label {
	font-size: 1rem;
    line-height: 1.25rem;
	font-family: 'GT Walsheim' !important;
}
/* CAMPOS */
.formiunigo input,
.formiunigo select,
.formiunigo textarea{
    width:100%;
    padding:12px 40px 12px 12px;
    border:2px solid #d1d5db;
    border-radius:8px;
    font-size:14px;
    outline:none;
    transition:all .2s ease;
}

/* CONTENEDOR TELEFONO */
.telefono-campos{
  display:flex;
  gap:10px;
}

/* CAMPOS */
.telefono-campos input{
  width:100%;
}

/* ANCHOS DESKTOP */
#caract{
  flex:0 0 25%;
}

#numero{
  flex:0 0 73.5%;
}
/* Quitar flechas en Chrome, Edge, Safari */
#caract::-webkit-outer-spin-button,
#caract::-webkit-inner-spin-button,
#numero::-webkit-outer-spin-button,
#numero::-webkit-inner-spin-button{
  -webkit-appearance: none;
  margin: 0;
}

/* Quitar flechas en Firefox */
#caract,
#numero{
  -moz-appearance: textfield;
}
/* MOBILE */
@media (max-width:600px){

.telefono-campos{
  flex-direction:column;
}

#caract,
#numero{
  flex:1;
  width:100%;
}

}
/* FOCUS */
.formiunigo input:focus,
.formiunigo select:focus,
.formiunigo textarea:focus{
    border-color:#000;
}

/* CAMPO VALIDO */
.formiunigo input:not([type="date"]):not([type="submit"]):valid{
border-color:#22c55e;
background-repeat:no-repeat;
background-position:right 12px center;
background-size:22px;
background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 24 24'%3E%3Ccircle cx='12' cy='12' r='10' fill='none' stroke='%2322c55e' stroke-width='2'/%3E%3Cpath d='M8 12.5l2.5 2.5L16 9.5' fill='none' stroke='%2322c55e' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

/* CAMPO INVALIDO */
.formiunigo input:not([type="date"]):not([type="submit"]):invalid:not(:placeholder-shown){
border-color:#ef4444;
background-repeat:no-repeat;
background-position:right 12px center;
background-size:22px;
background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 24 24'%3E%3Ccircle cx='12' cy='12' r='10' fill='none' stroke='%23ef4444' stroke-width='2'/%3E%3Cline x1='12' y1='7' x2='12' y2='13' stroke='%23ef4444' stroke-width='2' stroke-linecap='round'/%3E%3Ccircle cx='12' cy='17' r='1.5' fill='%23ef4444'/%3E%3C/svg%3E");
}
/* BOTON ENVIAR */
.formiunigo input[type="submit"]{
    background:#171669;
    color:#fff;
    border:none;
    padding:10px 40px;
    font-size:16px;
    font-weight:600;
    border-radius:40px;
    cursor:pointer;
    display:inline-block;
    width:auto;
	height:48px;
    box-shadow:0 6px 14px rgba(0,0,0,0.18);
    transition:all .2s ease;
}
.formiunigo input[type="submit"]:hover{
	background:#121b8a
}

/* LABEL */
.formiunigo label{
    display:block;
    margin-bottom:6px;
    font-weight:500;
}

/* ESPACIADO */
.formiunigo input,
.formiunigo select,
.formiunigo textarea{
    margin-bottom:18px;
}
select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;

    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%23000000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");

    background-repeat: no-repeat;
    background-position: right 20px center;
    background-size: 14px;

    padding-right: 45px;
}
/*fin solicitud de baja*/

/* Popup Contact */
.help-popup {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 416px;
  height: 75%;
  background: #fff;
  box-shadow: 0 0 20px rgba(0,0,0,.3);
  border-radius: 12px;
  display: none;
  z-index: 9999;
}

.help-container {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.help-header {
  background: #171669;
  color: white;
  padding: 16px 16px 64px 16px;
  position: relative;
  border-radius: 15px 15px 0px 0px !important;
}

.help-header button {
  position: absolute;
  top: 10px;
  background: none;
  color: white;
  border: none;
  font-size: 18px;
  cursor: pointer;
}

#help-close { right: 10px; }
#help-back { left: 10px; }

.help-body {
  padding: 16px;
  overflow-y: auto;
  margin-top: -80px;
  z-index: 9;
}

.card {
  background: #f5f5f5;
  padding: 15px;
  border-radius: 10px;
  margin-bottom: 15px;
}

.card button, .card a {
  display: block;
  margin-top: 10px;
}
#help-title{
    font-size: 32px;
    line-height: 36px;
    font-weight: 700;
    margin-top: 42px;
}
#help-subtitle{
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: white;
}
.chat-card {
  background: #fff;
  border-radius: 16px;
  padding: 16px 16px 0px 16px;
  box-shadow: 0 4px 12px rgba(0,0,0,.1);
}

.chat-title {
  font-weight: bold;
  margin-bottom: 12px;
  color: #000;
}

.chat-content {
  display: flex;
  align-items: flex-end;
  gap: 16px;
}

.chat-image {
  height: 120px;
  width: auto;
}

.chat-buttons {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-bottom: 16px;
}

.chat-buttons button {
  margin-top: 10px;
  padding: 14px 32px;
  border-radius: 999px;
  font-size: 16px;
  line-height: 16px;
  cursor: pointer;
  font-weight: 700;
}
.chat-buttons button.btn.outlined:hover{
    background-color: #d1d4f2;
    border-color: #131b8a;
    color: #131b8a;
}
.chat-buttons button.btn.primary{
	background-color: #131b8a;
}

.btn.primary {
  background: #1c1c6b;
  color: white;
  border: none;
}

.btn.outlined {
  background: transparent;
  color: #1c1c6b;
  border: 2px solid #1c1c6b;
}




#header-list .elementor-icon-list-items.elementor-inline-items{
	list-style: none !important;
}
#header-list .elementor-icon-list-items.elementor-inline-items li::marker{
	content: none;
}
.header-list .elementor-icon-list-items.elementor-inline-items{
	list-style: none !important;
}


.resena-card{
	justify-content: center;
    align-items: center;
    display: flex;
    width: 100%;
}
@media (max-width: 767px) {
    .resena-card{
        flex-direction: column !important;
        justify-content: center !important;
        align-items: center !important;
        gap: 0px !important;
    }
    .resena-texto{
    	font-size: 12px !important;
    }
    .resena-autor span{
    	font-size: 12px !important;
    }
    .resenas-slider-wrapper{
    	padding: 0px !important;
    }
    .section-numeros-home .elementor-widget-image-box{
    	width: 100%;
    }
    .section-numeros-home .elementor-image-box-wrapper{
        display: flex;
        flex-direction: row-reverse;
        align-items: center;
        justify-content: space-between;
    }
    .section-numeros-home .elementor-image-box-img{
    	width: 55% !important;
        display: flex !important;
        justify-content: end !important;
    }
    .section-numeros-home .elementor-image-box-content{
    	width: 45% !important;
    }
    .tarjetas-mobile-custom #card-2f94fed-0 .service-card-icon{
    	transform: translate(0px, 25px) !important;
    }

  body .contratar-item::after {
  	content: "";
    position: absolute;
    left: 2.3rem;
    top: 5rem;
    height: 1.5rem;
    border: 1px dashed #cdcdd2;
    width: 0;
  }

  body .contratar-item:last-child::after {
    display: none;
  }
}
.contratar-item::after {
  content: "";
  position: absolute;
  top: 50%; 
  right: -1.5rem;
  width: 1rem;
  border-top: 1px dashed #cdcdd2;
}

.contratar-item:last-child::after {
  display: none;
}

.politicas-custom ol{
	padding-left: 2rem;
    padding-right: 2rem;
}
.politicas-custom ol li {
  margin: 40px 0px;
}
.politicas-custom ol li:first-child {
  margin-top: 20px;
}
@media (max-width: 767px) {
	.politicas-custom ol{
	padding-left: 1rem;
    padding-right: 1rem;
}
}
/*FORMULARIO*/
.formiunigo {
font-family : GTWalsheim, Arial, Helvetica, sans-serif;
font-size : 16px;
line-height : 24px;
word-spacing : 0px;
	    background-color : #FFFFFF;
    color : #000000;
    border : 1px solid #D1D4F2;
    margin : 0 0 24px 0;
    padding : 24px 24px 24px 24px;
    transform : none;
    transition : all;
    box-sizing : border-box;
    box-shadow : rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px;
    border-top-left-radius : 16px;
    border-top-right-radius : 16px;
    border-bottom-left-radius : 16px;
    border-bottom-right-radius : 16px;}
.formiunigo input{
	font-family    : GTWalsheim, Arial, Helvetica, sans-serif;
    font-size : 16px;
    line-height : 20px;
    word-spacing : 0px;
    background-color : #FFFFFF;
    color : #000000;
    height : 38px;
    border : 1px solid #CDCDD2;
    padding : 8px 16px 8px 16px;
    display : inline-block;
    overflow : clip;
    cursor : text;
    transform : none;
    transition : border 0.3s;
    outline-offset : 2px;
    box-sizing : border-box;
    box-shadow : rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
    border-top-left-radius : 4px;
    border-top-right-radius : 4px;
    border-bottom-left-radius : 4px;
    border-bottom-right-radius : 4px;
}


.effect-shadow {
	filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.25));
}

.effect-shadow-others{
  filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.25));
}