/*Theme Name: theme02
Theme URI: https://logicalweb.bo
Version: 1.0
Description: Tema hijo de twentytwentyfive
Author: Juan Jesus Campos Quiroga
Author URI: https://logicalweb.bo
Template: twentytwentyfive
*/
html{
	scroll-behavior: smooth;
	
}

a, button, *{
	text-decoration:none !important;
	outline:none !important;
}

p, span, a, h1, h2, h3, h4, h5, h6, label, button {
 -webkit-transition: all 500ms ease; 
}

.link a:hover{
	color: #7dbc26 !important;
}

/*ICONOS*/

.calc-icon{
	font-size: 45px;
	color:#7dbc26;
}

.icon-header{
	color: #7dbc26;
  font-size: 55px;
}

.icon-header-2{
	color: white;
  font-size: 55px;
}

.icon-section{
	font-size: 40px;
  background: #f4f4f4;
  padding: 10px;
  border-radius: 5px;
  transition: all 500ms ease;
  color: #7dbc26;
	display: flex;
  justify-content: center;
	width: fit-content;
}

.icon-section:hover{
	background: #7dbc26;
	color: white;
}

.icon-contact{
	display:flex;
	justify-content:center;
	font-size:3rem;
	color: #7dbc26;
}

.blog-icon-post{
	font-size: 16px;
  border: 1px solid #e1e1e1;
  border-radius: 50%;
  text-align: center;
  color: #606060;
  padding: 12px;
  font-weight: 400;
}

.tags a{
	color: #111;
  background: #ffffff;
  border-radius: 5px;
  text-align: center;
  padding: 8px 20px;
	font-size:15px;
}

.tags a:hover{
	background:#7dbc26;
	color:white;
}

.icon-footer-2{
	font-size:40px;
	color: #7dbc26 ;
}

.ri-message-2-line{
	font-size: 2rem;
  color: white;
  background: #7dbc26;
  padding: 15px;
  border-radius: 99px;
}

/*BOTONES*/

.section-button .section-button-t:hover{
	background: #7dbc26;
	color: white;
	border-radius:5px !important;
}

.section-button .section-button-t2:hover{
	background: #7dbc26;
	color: white;
}

.section-button-t:hover{
	background: white;
	color: #7dbc26;
}




/*HEADER*/

header.wp-block-template-part {
    display: contents;
}

.header-b {
    position: sticky !important;
    top: 0;
    width: 100%;
    z-index: 999;
	background-color:white
}

div.header-b.scrolled,
.header-b.scrolled {
    background: white !important;
}

.footer_menu .footer_nav_link a{
    transition: transform 0.3s ease !important;
}


.content-menu-header .footer_nav_link:hover a{
	color: #7dbc26 !important;
}
.content-menu-header .footer_nav_link_2:hover a{
	color: #7dbc26 !important;
}

.content-menu-header .footer_nav_link a[aria-current="page"]{
    color: #7dbc26 !important;
}

.content-menu-footer .footer_nav_link a[aria-current="page"]{
    color: #7dbc26 !important;
}

ul.content-menu-header {
    display: flex !important;
    align-items: center !important;
    gap: 0 !important; 
    padding: 0 !important;
    list-style: none !important;
}

ul.content-menu-header .wp-block-navigation-item {
    position: relative !important;
    padding-left: 25px !important;
    padding-right: 25px !important;
    display: flex !important;
    align-items: center !important;
}

ul.content-menu-header .wp-block-navigation-item:not(:last-child)::after {
    content: "" !important;
    position: absolute !important;
    right: 0 !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    width: 1px !important;
    height: 22px !important;
    background-color: #e2e8f0 !important;
    opacity: 0.8 !important;
}

.content-menu-header .footer_nav_link:hover > a {
    color: #7dbc26 !important;
}
.content-menu-header .footer_nav_link_2:hover > a {
    color: #7dbc26 !important;
}

ul.content-menu-header .wp-block-navigation-item:hover > .wp-block-navigation-item__content {
    color: #7cb827 !important;
}

ul.content-menu-header .wp-block-navigation__submenu-container .wp-block-navigation-item__content {
    color: #091125 !important;
}

ul.content-menu-header .wp-block-navigation__submenu-item:hover > .wp-block-navigation-item__content {
    color: #7cb827 !important;
}

ul.content-menu-header .wp-block-navigation__submenu-container {
    display: block !important; /* Forzamos que permanezca en el layout para poder animarlo */
    opacity: 0 !important;
    visibility: hidden !important;
    transform: translateY(15px) !important; /* Empieza 15px más abajo */
    transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s ease !important;
    
    /* Mantén tus estilos de fondo o bordes aquí si el tema los pierde, por ejemplo: */
    position: absolute !important;
    background-color: #ffffff !important; 
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.08) !important;
    border-radius: 8px !important;
    padding: 15px !important;
}

/* 2. Estado Activo (Al hacer hover en el elemento padre, el submenú sube y se aclara) */
ul.content-menu-header .wp-block-navigation-item:hover > .wp-block-navigation__submenu-container {
    opacity: 1 !important;
    visibility: visible !important;
    transform: translateY(0) !important; /* Sube fluidamente a su posición original */
}

/*MIGA DE PAN*/

.migaja-pan ol{
	justify-content:center;
}

/*REPETIBLE*/

.group-w{
	width: fit-content;
  padding: 0px 10px;
}


/*INICIO*/

.camera-grid {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr)) !important;
    gap: 20px !important;
   /* padding: 20px !important;*/
    background-color: transparent !important; 
}
.tab-container {
	padding:0 !important;
}

#uagb-tabs__tab2, #uagb-tabs__tab3{
	display:none !important;
}

.uagb-tabs__body-wrap{
	padding: 110px 0px !important; 
}

.camera-card {
    background-color: #091125 !important;    
    border: 1.5px solid rgba(255, 255, 255, 0.08) !important; 
    border-radius: 6px !important;
    padding: 35px 20px 25px 20px !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    text-align: center !important;
    position: relative !important;
    cursor: pointer !important;
    box-sizing: border-box !important;
    transition: border-color 300ms ease-in-out !important;
}

.camera-card .card-icon svg {
    width: 45px !important;
    height: 45px !important;
    color: #ffffff !important;
    margin-bottom: 20px !important;
}

.camera-card .card-title {
    color: #ffffff !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    margin: 0 0 25px 0 !important;
    line-height: 1.4 !important;
}

.camera-card::after {
    content: "" !important;
    position: absolute !important;
    bottom: 0 !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    width: 35px !important;
    height: 3px !important;
    background-color: #7cb827 !important; 
    border-radius: 3px 3px 0 0 !important;
    transition: opacity 250ms ease !important;
}

.camera-card .card-arrow-container {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 42px !important;
    height: 42px !important;
    border-radius: 50% !important;
    background-color: transparent !important; 
    color: rgba(255, 255, 255, 0.4) !important; 
    transition: background-color 350ms ease, color 350ms ease, transform 400ms cubic-bezier(0.4, 0, 0.2, 1) !important;
	font-size:40px;
}

.camera-card .card-icon{
	font-size:70px;
}

.camera-card .card-arrow-container svg {
    width: 16px !important;
    height: 16px !important;
}

.camera-card:hover {
    border-color: #7cb827 !important;
}
.camera-card:hover::after {
    opacity: 0 !important;
}

.camera-card:hover .card-arrow-container {
    background-color: #7cb827 !important;
    color: #ffffff !important;             
    transform: rotate(180deg) !important;  
}


/***********************************************************************************/

ul.uagb-tabs__panel.uagb-tabs__panel {
    display: flex !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 auto !important;
    padding: 0 !important;
    background: transparent !important;
    border: none !important;
}

ul.uagb-tabs__panel li.uagb-tab {
    flex: 1 !important;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
}
ul.uagb-tabs__panel li.uagb-tab a.uagb-tabs-list .uagb-tabs-icon,
ul.uagb-tabs__panel li.uagb-tab a.uagb-tabs-list svg:not(::before):not(::after) {
    display: none !important;
}

ul.uagb-tabs__panel li.uagb-tab a.uagb-tabs-list {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    padding: 24px 40px !important;
    height: auto !important;
    text-decoration: none !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    position: relative !important;
    box-sizing: border-box !important;
    border: none !important;
    border-radius: 0 !important;
    transition: all 300ms ease-in-out !important;
}
ul.uagb-tabs__panel li.uagb-tab.uagb-tabs__active a.uagb-tabs-list {
    color: #ffffff !important;
    background-color: #0e1726 !important;
    background-image: repeating-linear-gradient(45deg, rgba(255,255,255,0.02) 0px, rgba(255,255,255,0.02) 2px, transparent 2px, transparent 10px) !important;
	font-size:20px !important;
}

ul.uagb-tabs__panel li.uagb-tab:not(.uagb-tabs__active) a.uagb-tabs-list {
    background-color: #1e2538 !important;
    color: #a0aec0 !important;
}

ul.uagb-tabs__panel li.uagb-tab a.uagb-tabs-list::before {
    content: "" !important;
    display: inline-block !important;
    width: 24px !important;
    height: 24px !important;
    margin-right: 16px !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    transition: filter 300ms ease !important;
}

ul.uagb-tabs__panel li#uagb-tabs__tab0 a.uagb-tabs-list::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%23ffffff' stroke-width='1.5'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M12 21v-8.25M15.75 21v-8.25M8.25 21v-8.25M3 9l9-6 9 6m-1.5 12V10.332A48.36 48.36 0 0012 9.75c-2.685 0-5.3.223-7.854.653V21M8.25 21h7.5'/%3E%3C/svg%3E") !important;
}
ul.uagb-tabs__panel li#uagb-tabs__tab0:not(.uagb-tabs__active) a.uagb-tabs-list::before {
    filter: opacity(0.5) !important;
}
ul.uagb-tabs__panel li#uagb-tabs__tab1 a.uagb-tabs-list::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%23ffffff' stroke-width='1.5'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M2.25 12l8.954-8.955c.44-.439 1.152-.439 1.591 0L21.75 12M4.5 9.75v10.125c0 .621.504 1.125 1.125 1.125H9.75v-4.875c0-.621.504-1.125 1.125-1.125h2.25c.621 0 1.125.504 1.125 1.125V21h4.125c.621 0 1.125-.504 1.125-1.125V9.75M8.25 21h8.25'/%3E%3C/svg%3E") !important;
}
ul.uagb-tabs__panel li#uagb-tabs__tab1:not(.uagb-tabs__active) a.uagb-tabs-list::before {
    filter: opacity(0.5) !important;
}
ul.uagb-tabs__panel li.uagb-tab a.uagb-tabs-list::after {
    content: "" !important;
    position: absolute !important;
    right: 40px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    width: 18px !important;
    height: 18px !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}

ul.uagb-tabs__panel li.uagb-tab.uagb-tabs__active a.uagb-tabs-list::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%237cb827' stroke-width='2.5'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M19 9l-7 7-7-7'/%3E%3C/svg%3E") !important;
}

ul.uagb-tabs__panel li.uagb-tab:not(.uagb-tabs__active) a.uagb-tabs-list::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%23a0aec0' stroke-width='2.5'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M9 5l7 7-7 7'/%3E%3C/svg%3E") !important;
}


.btn-flecha-blanco {
    display: inline-flex !important; 
    align-items: center !important;
    justify-content: center !important;
    width: 52px !important;          
    height: 52px !important;         
    background-color: #ffffff !important; 
    border-radius: 8px !important;    
    text-decoration: none !important;
    box-sizing: border-box !important;
    
    transition: background-color 300ms ease, transform 300ms ease, box-shadow 300ms ease !important;
}

.btn-flecha-blanco i.link {
    color: #7cb827 !important;       
    font-size: 28px !important;       
    line-height: 1 !important;
    display: block !important;
    transition: color 300ms ease !important;
}

.btn-flecha-blanco:hover {
    background-color: #091125 !important; 
    transform: scale(1.05) !important;     
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15) !important; 
}

.btn-flecha-blanco:hover i.link {
    color: #ffffff !important;
}

.ban-container{
	width: fit-content;
	position: absolute;
  left: -210px;
  top: 0px;
}

.ban-container::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  border: 1px solid #091125;
  border-radius: 4px;
  left: 8px;
  top: 8px;
  z-index: -1;
}

.step-item-container {
    display: flex !important;
    align-items: flex-start !important;
    gap: 25px !important;
    margin-bottom: 40px !important;
}

.step-octagon-wrapper {
    position: relative !important;
    width: 95px !important;
    height: 95px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex-shrink: 0 !important;
}

.step-octagon-wrapper::before {
    content: "" !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 100 100'%3E%3Cpolygon points='30,4 70,4 96,30 96,70 70,96 30,96 4,70 4,30' stroke='%237cb827' stroke-width='2' stroke-dasharray='6,4'/%3E%3C/svg%3E") !important;
    z-index: 1 !important;
}

.step-octagon-wrapper::after {
    content: "" !important;
    position: absolute !important;
    bottom: -22px !important; 
    left: 50% !important;
    transform: translateX(-50%) !important;
    
    width: 9px !important;
    height: 9px !important;
    background-color: #7cb827 !important;
    border-radius: 50% !important;
    
    box-shadow: 0 -8px 0 -2px #7cb827, 0 8px 0 -2px #7cb827 !important;
    z-index: 1 !important;
}

.step-octagon-inner {
    width: 76px !important;
    height: 76px !important;
    background-color: #f8f9fa !important;
    clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%) !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    z-index: 2 !important; 
}

/* Estilo del Icono */
.step-octagon-inner .step-icon {
    font-size: 30px !important;
    color: #7cb827 !important;
    line-height: 1 !important;
    display: block !important;
}

.step-text-side {
    padding-top: 4px !important;
}
.step-meta-number {
    color: #7cb827 !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    display: block !important;
    margin-bottom: 4px !important;
}
.step-main-title {
    font-size: 22px !important;
    font-weight: 700 !important;
    color: #091125 !important;
    margin: 0 0 8px 0 !important;
}
.step-description {
    font-size: 15px !important;
    color: #666666 !important;
    margin: 0 !important;
    line-height: 1.5 !important;
}

.image{
	position: relative !important;
  display: block !important;
	margin-left: -380px !important;
}



/*Sobre Nosotros*/

.div-ray::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 30px; 
    height: 100%; 
    border-top: 2.5px solid #7dbc26;
    border-left: 2.5px solid #7dbc26;
    box-sizing: border-box;
}


.div-ray::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 30px; 
    height: 100%; 
    border-bottom: 2.5px solid #7dbc26;
    border-right: 2.5px solid #7dbc26;
    box-sizing: border-box;
}

.video-inner {
  position: relative;
  top: 9rem;
  z-index: 99;
  text-align: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 5px;
  overflow: hidden;
}

.wp-block-cover__inner-container .is-layout-flow .wp-block-cover-is-layout-flow{
	
	width:1200px !important;
}

/*SOCIALES*/

.tarjeta-equipo {
    position: relative;
    /*max-width: 300px;*/
    background: #f4f4f4; 
    padding: 15px 15px 30px 15px !important;
    border-radius: 10px;
    font-family: sans-serif;
}

.foto-perfil {
    width: 100%;
    display: block;
    border-radius: 8px;
}

.info-tarjeta {
    position: relative;
    background: white;
    text-align: center;
    padding: 30px 20px 20px;
    margin: -130px 10px 0 10px !important; 
    box-shadow: 0 5px 15px rgba(0,0,0,0.08);
    z-index: 2;
}

.cargo {
    color: #7dbc26;
    font-size: 14px;
    display: block;
    margin-bottom: 8px;
}

.nombre {
    margin: 0;
    font-size: 22px;
    color: #000;
}


.contenedor-compartir {
    position: absolute;
    top: -25px; 
    left: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.redes-sociales {
    background: white;
    width: 50px;
    border-radius: 25px 25px 0 0;
    padding: 15px 0 35px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    box-shadow: 0 -4px 10px rgba(0,0,0,0.05);
    
    position: absolute;
    bottom: 25px; 
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    transition: all 0.3s ease;
    z-index: 1;
}

.redes-sociales a {
    color: #000;
    text-decoration: none;
    font-size: 16px;
    position: relative;
    width: 100%;
    text-align: center;
}

.redes-sociales a:not(:last-child)::after {
    content: "";
    position: absolute;
    bottom: -8px;
    left: 15px;
    right: 15px;
    border-bottom: 1px solid #eee;
}

.redes-sociales a:hover {
    color: #7dbc26;
}

.boton-compartir {
    width: 50px;
    height: 50px;
    background-color: #7dbc26;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 2; 
	color:white;
	font-size:1.5rem;
}

.tarjeta-equipo:hover .info-tarjeta .contenedor-compartir .redes-sociales {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

/*SERVICIOS*/

.servicios-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 20px;
    box-sizing: border-box;
}

.servicio-card {
    position: relative;
    width: 100%;
    max-width: 380px;
    height: 440px;
    border-radius: 8px;
    overflow: hidden;
    display: flex !important;
    align-items: flex-end;
    padding: 35px !important;
    box-sizing: border-box;
    margin: 0 auto;
    background-size: cover;
    background-position: center;
    z-index: 1;
}

.servicio-card::before {
    content: "";
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    background: linear-gradient(to bottom, rgba(15, 26, 46, 0.55), rgba(11, 18, 31, 0.88));
    z-index: 1;
    transition: background 0.4s ease;
}
.servicio-card:hover::before {
    background: linear-gradient(to bottom, rgba(11, 18, 31, 0.8), rgba(7, 11, 20, 0.96));
}

.servicio-card::after {
    position: absolute;
    right: 25px;
    bottom: 20px;
    font-size: 130px;
    font-weight: 800;
    font-family: system-ui, -apple-system, sans-serif;
    color: transparent;
    -webkit-text-stroke: 1px rgba(255, 255, 255, 0.14);
    z-index: 2;
    line-height: 1;
    transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    pointer-events: none;
}

.servicios-container > div:nth-child(1).servicio-card::after { content: "01"; }
.servicios-container > div:nth-child(2).servicio-card::after { content: "02"; }
.servicios-container > div:nth-child(3).servicio-card::after { content: "03"; }

.servicio-card:hover::after {
    bottom: 58%;
    -webkit-text-stroke: 1px rgba(255, 255, 255, 0.05);
}
.card-content {
    position: relative;
    z-index: 3;
    width: 100%;
    display: flex;
    flex-direction: column;
}

.card-icon-box {
    width: 55px;
    height: 55px;
    background: white;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
    transition: all 0.4s ease;
	font-size:2rem;
}
.card-icon-box svg {
    width: 28px;
    height: 28px;
    fill: #7dbc26;
    transition: fill 0.4s ease;
}
.servicio-card:hover .card-icon-box {
    background: #7dbc26;
  color: white;
}
.servicio-card:hover .card-icon-box svg {
    fill: white;
}

.card-subtitle {
    color: rgba(255, 255, 255, 0.75) !important;
    font-size: 12px !important;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin: 0 0 8px 0 !important;
}
.card-title {
    color: white !important;
    font-size: 24px !important;
    margin: 0 0 15px 0 !important;
    font-weight: 700 !important;
}

.card-description {
    color: rgba(255, 255, 255, 0.7) !important;
    font-size: 14px !important;
    line-height: 1.6 !important;
    margin: 0 !important;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: max-height 0.4s ease, opacity 0.4s ease, margin-bottom 0.4s ease;
}
.servicio-card:hover .card-description {
    max-height: 100px; 
    opacity: 1;
    margin-bottom: 25px !important;
}

.card-button-wrapper {
    position: relative;
    width: 100%;
}

.card-button-wrapper::before {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 0;
    right: 0;
    height: 3px;
    background: #7dbc26;
    transition: opacity 0.3s ease;
}
.servicio-card:hover .card-button-wrapper::before {
    opacity: 0;
}

.card-button-wrapper a, 
.card-button-wrapper .wp-block-button__link {
    display: inline-flex !important;
    align-items: center;
    color: white !important;
    text-decoration: none !important;
    font-weight: 600 !important;
    font-size: 15px !important;
    background: transparent !important;
    padding: 0 !important;
    border: none !important;
    border-radius: 0 !important;
    transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1) !important;
}

.servicio-card:hover .card-button-wrapper a,
.servicio-card:hover .card-button-wrapper .wp-block-button__link {
    background: #7dbc26 !important;
    padding: 12px 28px !important;
    border-radius: 5px !important;
}

@media (max-width: 992px) {
    .servicios-container {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
}

@media (max-width: 650px) {
    .servicios-container {
        grid-template-columns: 1fr;
    }
}

/************************************************************************************/

.x-card-servicio {
    background: #ffffff !important; 
    position: relative !important;
    overflow: hidden !important;
    border-radius: 4px !important;
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.05) !important; 
    transition: all 0.3s ease !important;
}


.x-card-servicio h3, 
.x-card-servicio h2, 
.x-card-servicio p {
    color: #141f30 !important; 
}

.x-foto-servicio {
    position: relative !important;
    overflow: hidden !important;
    display: block !important;
    line-height: 0 !important; 
}

.x-foto-servicio img {
    width: 100% !important;
    height: auto !important;
    display: block !important;
    transition: transform 0.4s ease !important;
}

.x-foto-servicio::before {
    content: "" !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    background: rgba(20, 31, 48, 0.75) !important; 
    opacity: 0 !important;
    z-index: 2 !important;
    transition: opacity 0.35s ease !important;
    pointer-events: none !important;
}

.x-foto-servicio::after {
    content: "→" !important;
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) scale(0.7) !important; 
    width: 55px !important;
    height: 55px !important;
    background: #7cb827 !important;
    color: #ffffff !important;
    font-size: 26px !important;
    font-weight: bold !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    border-radius: 0px !important; 
    opacity: 0 !important;
    z-index: 3 !important;
    transition: all 0.35s cubic-bezier(0.25, 1, 0.5, 1) !important;
    pointer-events: none !important;
}

.x-card-servicio:hover .x-foto-servicio::before {
    opacity: 1 !important;
}

.x-card-servicio:hover .x-foto-servicio::after {
    opacity: 1 !important;
    transform: translate(-50%, -50%) scale(1) !important; 
}

.x-card-servicio:hover .x-foto-servicio img {
    transform: scale(1.05) !important;
}

/************************************************************************************************/

.inner-box .inner {
    position: relative !important;
    transition: all 0.3s ease !important;
    overflow: visible !important;
    padding-top: 45px !important; 
}

.inner-box .icon-box {
    width: 65px !important;
    height: 65px !important;
    max-width: 65px !important; 
    border-radius: 50% !important;
    background: #ffffff !important; 
    border: 1px solid #e4e4e4 !important;
    
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    
    position: absolute !important;
    top: 0 !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important; 
    z-index: 10 !important;
    transition: all 0.35s ease !important;
    box-shadow: 0 4px 10px rgba(0,0,0,0.03) !important; 
	text-align: center;
  font-size: 1.5rem;
}

.inner-box .icon-box img,
.inner-box .icon-box svg,
.inner-box .icon-box i {
    width: 28px !important;
    height: 28px !important;
    object-fit: contain !important;
    transition: all 0.35s ease !important;
}


.inner-box:hover .icon-box {
    background-color: #7cb827 !important;
    background: #7cb827 !important;
    border-color: #7cb827 !important;
}

.inner-box:hover .icon-box svg,
.inner-box:hover .icon-box svg path {
    fill: #ffffff !important;
}

.inner-box:hover .icon-box img {
    filter: brightness(0) invert(1) !important;
}

.inner-box:hover .icon-box i,
.inner-box:hover .icon-box span {
    color: #ffffff !important;
}

.inner-box .inner::after {
    content: "" !important;
    position: absolute !important;
    bottom: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 4px !important;
    background-color: #7cb827 !important;
    transform: scaleX(0) !important;
    transform-origin: left !important;
    transition: transform 0.35s cubic-bezier(0.25, 1, 0.5, 1) !important;
    border-bottom-left-radius: 5px !important; 
    border-bottom-right-radius: 5px !important;
}

.inner-box:hover .inner::after {
    transform: scaleX(1) !important;
}


/*SERVICIOS ESPECIFICOS*/

.wp-block-group:has(.custom-logo-container) {
    background-color: #ffffff !important;  
    padding: 25px !important;              
    border-radius: 12px !important;         
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.05) !important; 
}

.custom-logo-container {
    grid-column: 1 !important;             
    grid-row: 1 / span 2 !important;       
    
    width: 54px !important;
    height: 60px !important;
    background-color: #7cb827 !important;  
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%) !important;
    
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin-top: 2px !important;            
}

.custom-logo-container i {
    color: #ffffff !important;             
    font-size: 26px !important;      
    line-height: 1 !important;
    display: inline-block !important;
}

.ri-checkbox-circle-fill{
	font-size: 45px;
  color: #7cb827;
}

.contenedor-paso {
    position: relative;
    padding-top: 40px; 
}

.tarjeta-proceso {
    background-color: #ffffff !important;
    border-radius: 8px !important;
    padding: 30px 24px !important;
    text-align: center !important;
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.05) !important;
    transition: all 0.35s cubic-bezier(0.25, 1, 0.5, 1) !important; 
    position: relative;
    z-index: 2;
    cursor: pointer;
}
.tarjeta-proceso .icono-verde {
    color: #7cb827 !important;
    font-size: 40px !important;
    margin-bottom: 15px !important;
    transition: opacity 0.2s ease !important;
}

.tarjeta-proceso .titulo-proceso {
    color: #091125 !important;
    font-size: 20px !important;
    font-weight: 700 !important;
    margin: 0 !important;
    transition: color 0.3s ease !important;
}
.tarjeta-proceso .elemento-hover {
    opacity: 0 !important;
    visibility: hidden !important;
    height: 0 !important;
    transition: all 0.3s ease !important;
}

.tarjeta-proceso .bloque-desplegable {
    max-height: 0 !important;
    opacity: 0 !important;
    overflow: hidden !important;
    transition: max-height 0.35s ease, opacity 0.3s ease !important;
}


.tarjeta-proceso:hover {
    background-color: #091125 !important; 
    transform: translateY(-55px) !important;
    padding-top: 25px !important;
    padding-bottom: 25px !important;
}

.tarjeta-proceso:hover .titulo-proceso {
    color: #ffffff !important;
}

.tarjeta-proceso:hover .elemento-normal {
    display: none !important;
}

.tarjeta-proceso:hover .elemento-hover {
    opacity: 1 !important;
    visibility: visible !important;
    height: auto !important;
    margin-bottom: 25px !important;
}

.tarjeta-proceso .punto-activo {
    width: 24px !important;
    height: 24px !important;
    background-color: #7cb827 !important;
    border-radius: 50% !important;
    margin: 0 auto !important;
    border: 4px solid rgba(124, 184, 39, 0.3) !important; 
    background-clip: padding-box !important;
}

.tarjeta-proceso:hover .bloque-desplegable {
    max-height: 150px !important; 
    opacity: 1 !important;
    margin-top: 15px !important;
}

/* Detalles internos del despliegue */
.tarjeta-proceso .separador-verde {
    width: 40px !important;
    height: 3px !important;
    background-color: #7cb827 !important;
    margin: 0 auto 15px auto !important;
}

.tarjeta-proceso .descripcion-proceso {
    color: #a0a5b5 !important;
    font-size: 14px !important;
    line-height: 1.6 !important;
    margin: 0 !important;
}

.contenedor-paso:hover .tarjeta-proceso h5{
	color:white;
}

.tarjeta-icono-box{
	transition: all 500ms ease;
}

.tarjeta-icono-box:hover{
	background: #ffffff !important;
  box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 10%);
}



/*CONTACTO*/

.section-button .section-button-t .wp-block-button__link {
    transition: all 0.4s ease !important;
}

.section-button .section-button-t .wp-block-button__link:hover {
    background-color: #7cb827 !important; 
    background: #7cb827 !important;
    color: #ffffff !important; 
}


.section-button .section-button-b .wp-block-button__link {
    position: relative !important;
    background-color: #7cb827 !important; 
    background: #7cb827 !important;
    color: #ffffff !important; 
    overflow: hidden !important; 
    z-index: 1 !important; 
    transition: color 450ms ease !important;
}

.section-button .section-button-b .wp-block-button__link::before {
    content: "" !important;
    position: absolute !important;
    top: 0 !important;
    left: 50% !important;
    width: 350px !important;  
    height: 350px !important; 
    background: #ffffff !important; 
    border-radius: 50% !important; 
    

    transform: translate(-50%, -360px) !important; 
    transition: transform 700ms cubic-bezier(0.25, 1, 0.5, 1) !important; 
    z-index: -1 !important; 
}


.section-button .section-button-b .wp-block-button__link:hover::before {
  
    transform: translate(-50%, -120px) !important; 
}

.section-button .section-button-b .wp-block-button__link:hover {
    color: #7cb827 !important; 
    background-color: #7cb827 !important;
}


/*2*/
/* =======================================================
   ESTILOS DEL BOTÓN (Burbuja azul + letras blancas)
   ======================================================= */

/* Aseguramos que el texto esté al frente y la burbuja no se desborde */
.section-button .section-button-b2 .wp-block-button__link {
    position: relative !important;
    overflow: hidden !important; /* Esencial para que la burbuja circular no se salga del botón */
    z-index: 1 !important;        /* Mantiene el texto por encima del efecto */
    transition: color 400ms ease !important;
}

/* La burbuja oculta arriba esperando el hover */
.section-button .section-button-b2 .wp-block-button__link::before {
    content: "" !important;
    position: absolute !important;
    top: 0 !important;
    left: 50% !important;
    width: 350px !important;  
    height: 350px !important; 
    background: #091125 !important; /* Color de la burbuja (Azul oscuro) */
    border-radius: 50% !important; 
    
    transform: translate(-50%, -360px) !important; 
    transition: transform 700ms cubic-bezier(0.25, 1, 0.5, 1) !important; 
    z-index: -1 !important; 
}

/* Al hacer hover, la burbuja baja y expande el azul oscuro */
.section-button .section-button-b2 .wp-block-button__link:hover::before {
    transform: translate(-50%, -120px) !important; 
}

/* Estado hover general del botón */
.section-button .section-button-b2 .wp-block-button__link:hover {
    color: #ffffff !important;            /* CORREGIDO: Las letras se quedan en blanco */
    background-color: #091125 !important; /* El fondo base se acopla al color de la burbuja */
}

/************************************************************************************************/


/* Forzamos al contenedor a usar Flexbox */
.cf7-responsive-form {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 20px !important;
    width: 100% !important;
    box-sizing: border-box !important;
}


.cf7-responsive-form p {
    display: contents !important;
}
.cf7-responsive-form br {
    display: none !important;
}

.cf7-responsive-form .field-half {
    width: calc(50% - 10px) !important;
}

.cf7-responsive-form .field-full,
.cf7-responsive-form .field-submit {
    width: 100% !important;
}

@media (max-width: 768px) {
    
    .cf7-responsive-form .field-half {
        width: 100% !important;
    }
    .cf7-responsive-form {
        gap: 15px !important;
    }
}

.cf7-responsive-form input[type="text"],
.cf7-responsive-form input[type="email"],
.cf7-responsive-form textarea {
    width: 100% !important;
    box-sizing: border-box !important;
    background-color: #f5f5f5 !important;
    border: 1px solid #eaeaea !important;
    border-radius: 4px !important;
    padding: 15px 20px !important;
    font-size: 15px !important;
    color: #333333 !important;
    transition: all 0.3s ease !important;
}

.cf7-responsive-form textarea {
    height: 140px !important;
    resize: vertical !important;
}

.cf7-responsive-form input:focus,
.cf7-responsive-form textarea:focus {
    background-color: #ffffff !important;
    border-color: #7cb827 !important;
    outline: none !important;
}

.cf7-responsive-form .form-button-wrapper {
    position: relative !important;
    display: flex !important;
    width: 100% !important;    
    background-color: #7cb827 !important; 
    border-radius: 4px !important;
    overflow: hidden !important; 
    z-index: 1 !important;
}

.cf7-responsive-form .form-button-wrapper::before {
    content: "" !important;
    position: absolute !important;
    top: -210% !important; 
    left: -5% !important;
    width: 110% !important;
    height: 200% !important;
    background: #091125 !important; 
    border-radius: 0 0 50% 50% !important; 
    transition: top 600ms cubic-bezier(0.4, 0, 0.2, 1) !important; 
    z-index: -1 !important;
}

.cf7-responsive-form .wpcf7-submit {
    background: transparent !important;
    border: none !important;
    color: #ffffff !important; 
    padding: 15px 20px !important; 
    font-size: 15px !important;
    font-weight: 600 !important;
    cursor: pointer !important;
    box-shadow: none !important;
    display: block !important;
    width: 100% !important;       
    text-align: center !important; 
}

.cf7-responsive-form .form-button-wrapper:hover::before {
    top: 0 !important; 
}

.cf7-responsive-form .form-button-wrapper:hover .wpcf7-submit {
    color: #ffffff !important; 
}

/********************************************************************************/

/*BLOG*/

.group-blog{
	position: relative !important;
  margin: 0px 20px;
	margin-top: -45px !important;
  z-index: 1;
}

.blog-row{
	position: absolute;
  top: -15px;
}

.blog-row .icon-blog{
	font-size:14px;
	color:white;
}
	
.blog-category a{
	font-size: 14px;
}
	
/*PAGINACION*/


.elementor-pagination,
.nav-links,
.pagination-container {
    display: flex !important;
    justify-content: center !important; 
    align-items: center !important;
    gap: 10px !important; 
   
    background: transparent !important; 
}

.pagination-b,
.pagination-n,
.page-numbers {
    background-color: #f4f4f4 !important; 
    color: #091125 !important;           
    border: 1px solid #f4f4f4 !important; 
    border-radius: 6px !important;
    padding: 10px 18px !important;       
    font-size: 15px !important;
    font-weight: 600 !important;
    text-decoration: none !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    cursor: pointer !important;
    min-width: 45px !important;          
    box-sizing: border-box !important;
    
    transition: background-color 300ms ease, border-color 300ms ease, color 300ms ease !important;
}

.pagination-b i, .pagination-n i,
.pagination-b svg, .pagination-n svg {
    fill: #091125 !important;
    color: #091125 !important;
    transition: fill 300ms ease, color 300ms ease !important;
}

.page-numbers.current,
.pagination-number.active {
    background-color: #7cb827 !important; 
    border-color: #7cb827 !important;
    color: #ffffff !important;       
    cursor: default !important;
}

.pagination-b:hover,
.pagination-n:hover,
.page-numbers:not(.current):hover,
 {
    background-color: #7cb827 !important; 
    border-color: #7cb827 !important;
    color: #ffffff !important;          
}


.pagination-b:hover i, .pagination-n:hover i,
.pagination-b:hover svg, .pagination-n:hover svg {
    fill: #ffffff !important;
    color: #ffffff !important;
}

/*Blog INDIVIDUAL*/

.wp-block-categories-list, 
.wp-block-categories {
  
    padding: 0 !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 12px !important; 
}
.wp-block-categories-list li.cat-item {
    list-style: none !important;
    list-style-type: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.wp-block-categories-list li.cat-item::marker {
    display: none !important;
    content: "" !important;
}

.wp-block-categories-list .cat-item a {
    display: flex !important;
    align-items: center !important;
    position: relative !important;
    width: 100% !important;
    box-sizing: border-box !important;
    background-color: #ffffff !important;
    color: #444444 !important;           
    padding: 14px 20px !important;      
    border-radius: 6px !important;        
    border: 1px solid #eaeaea !important; 
    text-decoration: none !important;
    font-size: 18px !important;
    font-weight: 500 !important;
    transition: all 300ms ease-in-out !important;
}

.wp-block-categories-list .cat-item a::before {
    content: "" !important;
    display: inline-block !important;
    width: 18px !important;
    height: 18px !important;
    margin-right: 12px !important;
    /* Dibujo vectorial de la carpeta en gris */
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%23777777' stroke-width='1.8'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M2.25 12.75V12A2.25 2.25 0 014.5 9.75h1.52c.314 0 .611-.124.83-.344l1.012-1.014a3.34 3.34 0 012.355-.978H19.5a2.25 2.25 0 012.25 2.25v7.5a2.25 2.25 0 01-2.25 2.25H4.5a2.25 2.25 0 01-2.25-2.25z'/%3E%3C/svg%3E") !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    transition: all 300ms ease-in-out !important;
}

.wp-block-categories-list .cat-item a::after {
    content: "" !important;
    position: absolute !important;
    right: 20px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    width: 12px !important;
    height: 12px !important;
 
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%23ffffff' stroke-width='2.5'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M9 5l7 7-7 7'/%3E%3C/svg%3E") !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    opacity: 0 !important; /* Oculta al inicio */
    transition: all 300ms ease-in-out !important;
}

.wp-block-categories-list .cat-item a:hover {
    background-color: #7cb827 !important; 
    border-color: #7cb827 !important;
    color: #ffffff !important;           
    padding-right: 45px !important;     
}

.wp-block-categories-list .cat-item a:hover::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%23ffffff' stroke-width='1.8'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M2.25 12.75V12A2.25 2.25 0 014.5 9.75h1.52c.314 0 .611-.124.83-.344l1.012-1.014a3.34 3.34 0 012.355-.978H19.5a2.25 2.25 0 012.25 2.25v7.5a2.25 2.25 0 01-2.25 2.25H4.5a2.25 2.25 0 01-2.25-2.25z'/%3E%3C/svg%3E") !important;
}
.wp-block-categories-list .cat-item a:hover::after {
    opacity: 1 !important;
    right: 18px !important; 
}


/****************************************************************************************************/


ul.wp-block-categories-list.tag-list {
    
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 10px 12px !important;  
	flex-direction: inherit !important;
}
ul.wp-block-categories-list.tag-list li.cat-item {
    list-style: none !important;
    list-style-type: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

ul.wp-block-categories-list.tag-list li.cat-item::marker {
    display: none !important;
    content: "" !important;
}

ul.wp-block-categories-list.tag-list li.cat-item a {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    background-color: #ffffff !important; 
    color: #444444 !important;           
    border: 1px solid #eaeaea !important; 
    border-radius: 6px !important;        
    padding: 10px 18px !important;        
    text-decoration: none !important;
    font-size: 18px !important;
    font-weight: 500 !important;
    white-space: nowrap !important;       
    
    transition: background-color 250ms ease, border-color 250ms ease, color 250ms ease !important;
}

ul.wp-block-categories-list.tag-list li.cat-item a::before {
    content: "" !important;
    display: inline-block !important;
    width: 16px !important;
    height: 16px !important;
    margin-right: 8px !important;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%23555555' stroke-width='1.8'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M9.568 3H5.25A2.25 2.25 0 003 5.25v4.318c0 .597.237 1.17.659 1.591l9.581 9.581c.699.699 1.78.872 2.607.33a18.095 18.095 0 005.223-5.223c.542-.827.369-1.908-.33-2.607L11.16 3.66A2.25 2.25 0 009.568 3z'/%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M6 6h.008v.008H6V6z'/%3E%3C/svg%3E") !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    transition: background-image 250ms ease !important;
}


ul.wp-block-categories-list.tag-list li.cat-item a:hover {
    background-color: #7cb827 !important;
    border-color: #7cb827 !important;     
    color: #ffffff !important;          
}


.wp-block-categories-list .tag-list a::after{
	 display: none !important;
    content: "" !important;
}
}

/*TIENDA*/






/*FOOTER*/

footer{
	margin:0 !important;
}

.footer-sub-container{
	position: relative !important;
  top: -3rem !important;
}




.footer_menu .footer_nav_link a{
    transition: transform 0.3s ease !important;
}


.content-menu-footer li a:hover{
	color: #7dbc26 !important;
}

.content-menu-footer a[aria-current="page"]{
    color: #7dbc26 !important;
}

/*RESPONSIVE*/

@media (max-width: 700px) {
	
	
	.counter-res{
		text-align:center !important;
	}
	
	#n2-ss-2item4,#n2-ss-2item7,#n2-ss-2item1{
		font-size:30px !important;
	}
	.column-inicio-res{
		padding: 0px 20px !important;
	}
	
	.image{
		margin-left: -100px !important;
	}
	.ban-container{
		display:none !important;
	}
	
	.footer-sub-container{
		display:flex;
		flex-wrap:wrap !important;
	} 
}

@media (max-width: 991px) {
    
    .wp-block-navigation__responsive-container,
    .wp-block-navigation__responsive-container-dialog,
    .wp-block-navigation__responsive-container-inside,
    .wp-block-navigation__responsive-container-content {
        background-color: #0a1128 !important;
        padding: 0 !important;
        margin: 0 !important;
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
    }

    ul.content-menu-header {
        background-color: #0a1128 !important;
        margin-top: 70px !important; 
        margin-bottom: 0 !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding: 0 !important;
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
    }

    .wp-block-navigation__responsive-container-close,
    .wp-block-navigation__responsive-container-close svg {
        color: #ffffff !important;
        fill: #ffffff !important;
    }
    ul.content-menu-header .wp-block-navigation-item {
        display: block !important;
        width: 100% !important;
        max-width: 100% !important;
        position: relative !important;
        margin: 0 !important;
        padding: 0 !important;
        background-color: transparent !important;
        border-bottom: 1px solid rgba(255, 255, 255, 0.07) !important; 
        box-sizing: border-box !important;
    }

    ul.content-menu-header .wp-block-navigation-item.current-menu-item::before,
    ul.content-menu-header .wp-block-navigation-item:hover::before {
        content: "" !important;
        position: absolute !important;
        left: 0 !important;
        top: 0 !important;
        width: 4px !important;
        height: 100% !important;
        background-color: #ffffff !important;
        z-index: 2 !important;
    }

    ul.content-menu-header .wp-block-navigation-item__content {
        display: block !important;
        color: #ffffff !important; 
        font-size: 14px !important;
        font-weight: 500 !important;
        text-transform: uppercase !important; 
        letter-spacing: 1px !important;
        padding: 18px 65px 18px 24px !important;
        text-decoration: none !important;
        position: relative !important;
        z-index: 5 !important;
        width: 100% !important;
        box-sizing: border-box !important;
    }

    ul.content-menu-header .wp-block-navigation-submenu__toggle,
    ul.content-menu-header .wp-block-navigation-item__toggle {
        position: absolute !important;
        right: 0 !important; 
        left: auto !important;
        top: 0 !important;
        bottom: 0 !important;
        height: 100% !important;
        width: 55px !important; 
        background-color: rgba(255, 255, 255, 0.04) !important; 
        border-left: 1px solid rgba(255, 255, 255, 0.07) !important; 
        border-top: none !important;
        border-right: none !important;
        border-bottom: none !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        margin: 0 !important; 
        padding: 0 !important;
        box-sizing: border-box !important;
        z-index: 10 !important; 
        cursor: pointer !important;
    }

    ul.content-menu-header .wp-block-navigation-submenu__toggle svg,
    ul.content-menu-header .wp-block-navigation-item__toggle svg {
        width: 12px !important;
        height: 12px !important;
        fill: #ffffff !important; 
        color: #ffffff !important;
        pointer-events: none !important;
    }

   
    ul.content-menu-header .wp-block-navigation__submenu-container {
        display: none !important; 
        position: relative !important;
        top: 0 !important;
        left: 0 !important;
        width: 100% !important;
        box-shadow: none !important;
        background-color: rgba(0, 0, 0, 0.2) !important;
        padding: 0 !important;
        border-top: 1px solid rgba(255, 255, 255, 0.04) !important;
        overflow: hidden !important;
    }
    ul.content-menu-header .wp-block-navigation-item:has(button[aria-expanded="true"]) > .wp-block-navigation__submenu-container,
    ul.content-menu-header .wp-block-navigation-submenu__toggle[aria-expanded="true"] ~ .wp-block-navigation__submenu-container,
    ul.content-menu-header .wp-block-navigation-item__toggle[aria-expanded="true"] ~ .wp-block-navigation__submenu-container,
    ul.content-menu-header .wp-block-navigation-item.is-opened > .wp-block-navigation__submenu-container,
    ul.content-menu-header .wp-block-navigation-item.is-open > .wp-block-navigation__submenu-container {
        display: block !important; 
    }

    ul.content-menu-header .wp-block-navigation__submenu-container .wp-block-navigation-item {
        border-bottom: 1px solid rgba(255, 255, 255, 0.04) !important;
    }

    ul.content-menu-header .wp-block-navigation__submenu-container .wp-block-navigation-item__content {
        padding: 14px 65px 14px 40px !important;
        font-size: 13px !important;
        text-transform: none !important; 
        color: rgba(255, 255, 255, 0.8) !important; 
    }
    
    ul.content-menu-header .wp-block-navigation-item:not(:last-child)::after {
        display: none !important;
    }
}