/*
Theme Name: Ficha Reducida DGT
Theme URI: https://tusitio.com
Description: Child theme de Hello Elementor personalizado como Ficha Reducida DGT
Author: Tu Nombre
Author URI: https://tusitio.com
Template: hello-elementor
Version: 1.0.0
Text Domain: fichareducidadgt
*/

/* Puedes añadir aquí tus estilos personalizados */
.azul {
    color: #1848E0;
}
.ambar {
    color: #FFB110;
}
.page-content a.enlace {
	text-decoration:underline;
	font-weight:600;
}
.blanco{    color: #fff;
    font-weight: 700;}
.centro {
    text-align: center;
}
.is-mail .elementor-icon-list-icon {
    background: #EDF1FE;
    color: #1848E0;
	    width: 34px;
    height: 34px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: transform .15s ease, box-shadow .15s ease;
}

.is-wa .elementor-icon-list-icon {
    background: #DCFCE7;
    color: #16A34A;
		    width: 34px;
    height: 34px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: transform .15s ease, box-shadow .15s ease;
}
.elementor-counter-number-suffix,.elementor-counter-number-prefix{
    color: #1848E0;
}
.mono-ref {
    font-family: 'JetBrains Mono', monospace;
    font-size: 11px;
    color: #1848E0;
    background: #EDF1FE;
    padding: 2px 6px;
    border-radius: 4px;
}

.mono-ref2 {
    font-family: 'JetBrains Mono', monospace;
    font-size: 11px;
    color: #FFB110;
    background: #fff9ec;
    padding: 2px 6px;
    border-radius: 4px;
}
.service-card {
    transition: border-color .2s, box-shadow .2s, transform .2s;
}
.card-accent-blue {
    border-top-color: #1848E0!important;
}
.card-accent-violet  {
    border-top-color: #0D9488!important;
}
.service-card.card-accent-amber {
    border-top-color: #F59E0B!important;
}
.service-card.card-accent-blue:hover {
    background: #FFFFFF !important;
    border-color: #1848E050 !important;
    box-shadow: 0 4px 20px rgba(24, 72, 224, .12), 0 1px 4px rgba(24, 72, 224, .06);
}
.service-card.card-accent-amber:hover {
    background: #FFFFFF !important;
    border-color: #F59E0B50 !important;
    box-shadow: 0 4px 20px rgba(245, 158, 11, .12), 0 1px 4px rgba(245, 158, 11, .06);
}
.service-card.card-accent-violet:hover {
    background: #FFFFFF !important;
    border-color: #F0FDFA !important;
    box-shadow: 0 4px 20px rgba(124, 58, 237, .12), 0 1px 4px rgba(124, 58, 237, .06);
}
.process-card {
    box-shadow: 0 2px 12px rgba(0, 0, 0, .05);
}

.step-num {
    border-radius: 50%;
    background: #edf1fe;
    border: 1.5px solid #C7D4FC;
	color: #1848E0;
    transition: background .2s, border-color .2s, color .2s;
}
.step:hover .step-num {
    background: #1848E0;
    border-color: #1848E0;
	 color: #fff!important;
}
.step:hover .step-num p {
	 color: #fff!important;
}
.team-tag .elementor-icon-list-text{
    background: #F4F4F2;
    border: 1px solid #E6E6E3;
    border-radius: 100px;
    padding: 3px 10px;
}

.team-tag li{
    margin-bottom: 6px!important;
}
.floating-badge-1 {
    animation: float 4s ease-in-out infinite;
}
@keyframes float {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-6px);
    }
}
.hero-label-dot {
	 display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #1848E0;
    animation: pulse 2s infinite;
	margin-right: 6px;
}

@keyframes pulse {
0%, 100% {
    opacity: 1;
}
50% {
    opacity: .4;
}
}

.topbar-dot {
	display: inline-block;
	margin-right: 6px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #22C55E;
    flex-shrink: 0;
    animation: pulse 2s infinite;
}
.elementor-sticky--active {
    box-shadow: 0 2px 24px rgba(10, 10, 9, .09);
}
.steps .e-con-inner::before {
    content: '';
    position: absolute;
    top: 55px;
    left: calc(12.5% + 22px);
    right: calc(12.5% + 22px);
    height: 1px;
    background: #C4C4C0;
}

.migas a span{
	color: #9A9A97!important;
	text-decoration: underline;
}


body.elementor-kit-7 .posttxt h2 {
  font-size: 24px;
  font-weight: 700;
  color: #0A0A09;
}



body.elementor-kit-7 .posttxt h3 {
  font-size: 18px;
  font-weight: 600;
  color: #0A0A09;
}
body.elementor-kit-7 .posttxt h4 {
  font-size: 16px;
  font-weight: 600;
  color: #0A0A09;
}
body.elementor-kit-7 .posttxt strong{
    font-weight: 600;
}
.bckb .elementor-icon {
	background:#EDF1FE;
    width: 28px;
    height: 28px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
}
.bckg .elementor-icon {
	background:#f0fdf4;
    width: 28px;
    height: 28px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
}

.bckb1 .elementor-icon {
		background:#EDF1FE;
    width: 32px;
    height:32px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
}

body.elementor-kit-7 .posttxt blockquote {
    background: #FAFAFA;
    margin: 0 0 1rem 0;
    padding: 1rem 1rem;
    border-top: 2px solid #1848E0;
    font-size: 15px;
    border-radius: 14px 14px 14px 14px;
}
body.elementor-kit-7 .posttxt a {
    color: #1848E0;
    text-decoration:underline;
}

.wa-fab{position:fixed;bottom:28px;right:28px;z-index:999;width:56px;height:56px;border-radius:50%;background:#22C55E;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 20px rgba(34,197,94,.45),0 2px 8px rgba(0,0,0,.15);transition:transform .2s,box-shadow .2s;text-decoration:none}
.wa-fab:hover{transform:scale(1.08) translateY(-2px);box-shadow:0 8px 28px rgba(34,197,94,.55),0 2px 8px rgba(0,0,0,.15)}
.wa-fab::before{content:'';position:absolute;width:56px;height:56px;border-radius:50%;background:rgba(34,197,94,.3);animation:wa-pulse 2.5s ease-out infinite}
@keyframes wa-pulse{0%{transform:scale(1);opacity:.8}100%{transform:scale(1.75);opacity:0}}

@media (max-width: 767px) {
    .steps .e-con-inner::before {
        display: none;
    }
}