/* _content/MudBlazorWebApp1/Components/Layout/MainLayout.razor.rz.scp.css */
[b-341cmnn93e] .button {
    color: white;
    font-family: sans-serif;
    text-transform: none;
    font-size: 0.96rem;
    background: initial !important;
    height: max-content;
   
}

[b-341cmnn93e] .buttonSelected {
    color: #49b4b4;
    font-family: sans-serif;
    text-transform: none;
    font-size: 0.96rem;
    background: initial !important;
    height: max-content
}

[b-341cmnn93e] .buttonDefault {
    border-radius: 50px;
   
    color: #ffffff;
    background-color: #51bcbc;
    border-color: #51bcbc;
    font-weight: 400;
    box-shadow: none !important;
    font-family: 'Work Sans', sans-serif;
}

[b-341cmnn93e] .buttonDefault2 {
    min-width: 155px;
    min-height: 40px;
    width: auto;
}


[b-341cmnn93e] .buttonDefaultNav {
    
    color: #fff;
    
    
    font-weight: 400;
   
    font-family: 'Work Sans', sans-serif;
}





[b-341cmnn93e] .selectedButtonNav:hover  {
    color: #49b4b4 !important;
}

[b-341cmnn93e] .selectedButtonH:hover {
    background-color: #6C00FF !important;
    border-color: #6C00FF;
}



/* _content/MudBlazorWebApp1/Components/Pages/Caracteristicas.razor.rz.scp.css */
[b-n5m4iird6o] .titulo {
    color: #54595F;
    font-size: 65px;
    font-weight: 500;
    line-height: 1.1em;
    font-family: 'Roboto', sans-serif;
}

[b-n5m4iird6o] .Subtitulo {
    color: #000;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.4em;
    font-family: 'Roboto', sans-serif;
}


[b-n5m4iird6o] .descripcion {
    font-family: 'Roboto', sans-serif;
    font-size: 1rem;
    font-weight: 300;
    color: #261a36;
}

[b-n5m4iird6o] .descripcion2 {
   font-family: 'Roboto', sans-serif;
    font-size: 0.9rem;
    font-weight: 300;
    color: #261a36;
}




@keyframes vibrate-b-n5m4iird6o {
    0% {
        transform: translateX(0) rotate(0deg);
    }

    25% {
        transform: translateX(4%) rotate(2deg);
    }

    50% {
        transform: translateX(-4%) rotate(-2deg);
    }

    75% {
        transform: translateX(2%) rotate(1deg);
    }

    100% {
        transform: translateX(0) rotate(0deg);
    }
}


[b-n5m4iird6o] .vibrating-svg:hover path {
    stroke: #6EC1E4; /* Cambia el color a un azul más claro */
    fill: #6EC1E4; /* Cambia el color de relleno a un azul más claro */
    animation: vibrate-b-n5m4iird6o 0.4s ease-out;
    transform-origin: bottom;
}


[b-n5m4iird6o] .vibrating-svg2:hover path {
    stroke: #4054B2; /* Cambia el color a un azul más claro */
    fill: #4054B2; /* Cambia el color de relleno a un azul más claro */
    
}


[b-n5m4iird6o] .background-image {
    background-image: url('images/bg_1-1.jpg'); /* Ruta de la imagen */
    background-size: cover; /* Escala la imagen para cubrir el área */
    background-position: center; /* Centra la imagen en el elemento */
}


[b-n5m4iird6o] .Subtitulo2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.6rem;
    font-weight: 600;
    color: white;
}

[b-n5m4iird6o] .backgroung-opacity {
    border-radius: 0px;
    justify-content: center;
    align-items: center;
    padding: 70px;
    z-index: 0;
    background-color: #A0D6ED;
}


@keyframes slideUp-b-n5m4iird6o {
    from {
        transform: translateY(100%);
        opacity: 0;
    }

    to {
        transform: translateY(0);
        opacity: 1;
    }
}

[b-n5m4iird6o] .animate-image {
    animation: slideUp-b-n5m4iird6o 3s ease-out;
}


[b-n5m4iird6o] .buttonDefault {
    border-radius: 50px;
    padding-top: 11px;
    padding-right: 35px;
    padding-bottom: 11px;
    padding-left: 35px;
    color: #ffffff;
    background-color: #51bcbc;
    border-color: #51bcbc;
    font-weight: 400;
    box-shadow: none !important;
    font-family: 'Work Sans', sans-serif;
}

[b-n5m4iird6o] .buttonDefault2 {
    min-width: 155px;
    width: auto;
}

[b-n5m4iird6o] .image-animate {
    transition: transform 0.3s ease-in-out; 
}

    [b-n5m4iird6o] .image-animate:hover {
        transform: translateY(-10px);
    }
/* _content/MudBlazorWebApp1/Components/Pages/Contacto.razor.rz.scp.css */
[b-oxaiw3y5wa] .backgroung-opacity {
    border-radius: 0px;
    justify-content: center;
    align-items: center;
    padding: 70px;
    z-index: 0;
    background-color: #A0D6ED;
}
[b-oxaiw3y5wa] .background-image {
    background-image: url('images/bg_1-1.jpg'); /* Ruta de la imagen */
    background-size: cover; /* Escala la imagen para cubrir el área */
    background-position: center; /* Centra la imagen en el elemento */
}

[b-oxaiw3y5wa] .Subtitulo {
    color: #000;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.4em;
    font-family: 'Roboto', sans-serif;
}


.contact-form-container[b-oxaiw3y5wa] {
    position: relative;
}

[b-oxaiw3y5wa] .modern-textfield .mud-input-control {
    border-radius: 12px !important;
}

[b-oxaiw3y5wa] .modern-textfield .mud-input-outlined .mud-input-outlined-border {
    border-width: 2px !important;
    border-color: #e2e8f0 !important;
    transition: all 0.3s ease !important;
}

[b-oxaiw3y5wa] .modern-textfield .mud-input-outlined:hover .mud-input-outlined-border {
    border-color: #cbd5e1 !important;
}

[b-oxaiw3y5wa] .modern-textfield .mud-input-outlined.mud-input-focused .mud-input-outlined-border {
    border-color: #667eea !important;
    box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1) !important;
}

[b-oxaiw3y5wa] .modern-textfield .mud-input-label {
    font-weight: 500 !important;
    color: #64748b !important;
}

[b-oxaiw3y5wa] .modern-textfield .mud-input-outlined.mud-input-focused .mud-input-label {
    color: #667eea !important;
}

[b-oxaiw3y5wa] .modern-select .mud-select {
    border-radius: 12px !important;
}

[b-oxaiw3y5wa] .modern-select .mud-input-outlined .mud-input-outlined-border {
    border-width: 2px !important;
    border-color: #e2e8f0 !important;
    transition: all 0.3s ease !important;
}

[b-oxaiw3y5wa] .modern-select .mud-input-outlined:hover .mud-input-outlined-border {
    border-color: #cbd5e1 !important;
}

[b-oxaiw3y5wa] .modern-select .mud-input-outlined.mud-input-focused .mud-input-outlined-border {
    border-color: #667eea !important;
    box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1) !important;
}

[b-oxaiw3y5wa] .modern-send-button:hover {
    transform: translateY(-2px) !important;
    box-shadow: 0 16px 40px rgba(102, 126, 234, 0.5) !important;
}

[b-oxaiw3y5wa] .modern-send-button:active {
    transform: translateY(0) !important;
}

[b-oxaiw3y5wa] .modern-send-button::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    transition: left 0.5s;
}

[b-oxaiw3y5wa] .modern-send-button:hover::before {
    left: 100%;
}

@keyframes float-b-oxaiw3y5wa {
    0%, 100% {
        transform: translateY(0px) rotate(-15deg);
    }

    50% {
        transform: translateY(-10px) rotate(-15deg);
    }
}

@keyframes spin-b-oxaiw3y5wa {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

[b-oxaiw3y5wa] .modern-send-button svg {
    transition: all 0.3s ease;
}

[b-oxaiw3y5wa] .modern-send-button:disabled svg {
    animation: spin-b-oxaiw3y5wa 1s linear infinite;
}

.floating-element-1[b-oxaiw3y5wa] {
    animation: float-b-oxaiw3y5wa 6s ease-in-out infinite;
}

@media (max-width: 768px) {
    [b-oxaiw3y5wa] .mud-container {
        padding: 1rem !important;
    }

    .form-card[b-oxaiw3y5wa] {
        padding: 2rem 1.5rem !important;
    }
}


.contact-cards-section[b-oxaiw3y5wa] {
    background: linear-gradient(180deg, #f8fafc 0%, #ffffff 100%) !important;
    padding: 80px 0 !important;
    border-radius: 0 !important;
    position: relative !important;
}

.contact-cards-container[b-oxaiw3y5wa] {
    position: relative;
    z-index: 2;
}

.section-header[b-oxaiw3y5wa] {
    text-align: center;
    margin-bottom: 4rem;
    position: relative;
}

.header-icon-wrapper[b-oxaiw3y5wa] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 50%;
    margin-bottom: 1.5rem;
    box-shadow: 0 10px 30px rgba(102, 126, 234, 0.3);
    position: relative;
    overflow: hidden;
}

    .header-icon-wrapper[b-oxaiw3y5wa]::before {
        content: '';
        position: absolute;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100%;
        background: linear-gradient(90deg, transparent, rgba(255,255,255,0.3), transparent);
        transition: left 0.8s ease;
    }

    .header-icon-wrapper:hover[b-oxaiw3y5wa]::before {
        left: 100%;
    }

[b-oxaiw3y5wa] .header-icon {
    color: white !important;
    font-size: 2.5rem !important;
    z-index: 2 !important;
    position: relative !important;
    transition: transform 0.3s ease !important;
}

.header-icon-wrapper:hover[b-oxaiw3y5wa]  .header-icon {
    transform: scale(1.1) rotate(5deg) !important;
}

[b-oxaiw3y5wa] .section-title {
    color: #1e293b !important;
    font-weight: 700 !important;
    font-size: clamp(2rem, 5vw, 3rem) !important;
    margin-bottom: 1rem !important;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    background-clip: text !important;
    line-height: 1.2 !important;
}

[b-oxaiw3y5wa] .section-subtitle {
    color: #64748b !important;
    font-size: clamp(1rem, 2.5vw, 1.2rem) !important;
    max-width: 600px !important;
    margin: 0 auto !important;
    line-height: 1.6 !important;
}

.cards-grid[b-oxaiw3y5wa] {
    position: relative;
}

.card-item[b-oxaiw3y5wa] {
    display: flex !important;
    justify-content: center !important;
}

[b-oxaiw3y5wa] .contact-card {
    border-radius: 24px !important;
    overflow: hidden !important;
    position: relative !important;
    height: 85% !important;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1) !important;
    transform-origin: center !important;
    cursor: pointer !important;
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
    backdrop-filter: blur(10px) !important;
    max-width: 400px !important;
    width: 100% !important;
}

    [b-oxaiw3y5wa] .contact-card:hover {
        transform: translateY(-12px) scale(1.03) !important;
        box-shadow: 0 30px 60px rgba(0,0,0,0.15) !important;
    }


[b-oxaiw3y5wa] .phone-card {
    background: #667eea !important;
    color: black !important;
    box-shadow: 0 20px 40px rgba(102, 126, 234, 0.3) !important;
}

    [b-oxaiw3y5wa] .phone-card:hover {
        box-shadow: 0 30px 60px rgba(102, 126, 234, 0.4) !important;
    }

[b-oxaiw3y5wa] .address-card {
    background: linear-gradient(135deg, #f093fb 0%, #51bcbc 100%) !important;
    color: white !important;
    box-shadow: 0 20px 40px rgba(240, 147, 251, 0.3) !important;
}

    [b-oxaiw3y5wa] .address-card:hover {
        box-shadow: 0 30px 60px rgba(240, 147, 251, 0.4) !important;
    }

[b-oxaiw3y5wa] .email-card {
    background: linear-gradient(135deg, #4facfe 0%, #00f2fe 100%) !important;
    color: white !important;
    box-shadow: 0 20px 40px rgba(79, 172, 254, 0.3) !important;
}

    [b-oxaiw3y5wa] .email-card:hover {
        box-shadow: 0 30px 60px rgba(79, 172, 254, 0.4) !important;
    }

.card-decoration[b-oxaiw3y5wa] {
    position: absolute;
    border-radius: 50%;
    z-index: 1;
}

.phone-decoration[b-oxaiw3y5wa] {
    top: -100px;
    right: -100px;
    width: 200px;
    height: 200px;
    background: rgba(255, 255, 255, 0.1);
    animation: float-decoration-b-oxaiw3y5wa 8s ease-in-out infinite;
}

.address-decoration[b-oxaiw3y5wa] {
    bottom: -80px;
    left: -80px;
    width: 160px;
    height: 160px;
    background: rgba(255, 255, 255, 0.08);
    animation: float-decoration-b-oxaiw3y5wa 6s ease-in-out infinite reverse;
}

.email-decoration[b-oxaiw3y5wa] {
    top: -60px;
    left: -60px;
    width: 120px;
    height: 120px;
    background: rgba(255, 255, 255, 0.12);
    animation: float-decoration-b-oxaiw3y5wa 7s ease-in-out infinite;
}

[b-oxaiw3y5wa] .card-content {
    padding: 3rem 2rem 2.5rem 2rem !important;
    text-align: center !important;
    position: relative !important;
    z-index: 2 !important;
    height: 100% !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: space-between !important;
}

.icon-wrapper[b-oxaiw3y5wa] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin: 0 auto 2rem auto;
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
}

.phone-icon-wrapper[b-oxaiw3y5wa] {
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    border: 2px solid rgba(255, 255, 255, 0.3);
}

.address-icon-wrapper[b-oxaiw3y5wa] {
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(10px);
    border: 2px solid rgba(255, 255, 255, 0.25);
}

.email-icon-wrapper[b-oxaiw3y5wa] {
    background: rgba(255, 255, 255, 0.18);
    backdrop-filter: blur(10px);
    border: 2px solid rgba(255, 255, 255, 0.3);
}

[b-oxaiw3y5wa] .contact-icon {
    font-size: 2.5rem !important;
    color: white !important;
    transition: transform 0.4s ease !important;
    z-index: 2 !important;
    position: relative !important;
}

[b-oxaiw3y5wa] .contact-card:hover .icon-wrapper {
    transform: scale(1.1) !important;
    box-shadow: 0 10px 25px rgba(0,0,0,0.2) !important;
}

[b-oxaiw3y5wa] .contact-card:hover .contact-icon {
    transform: rotate(10deg) scale(1.1) !important;
}

.card-text-content[b-oxaiw3y5wa] {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

[b-oxaiw3y5wa] .card-label {
    font-weight: 300 !important;
    letter-spacing: 1px !important;
    opacity: 0.9 !important;
    margin-bottom: 0.5rem !important;
    font-size: clamp(1rem, 2.5vw, 1.2rem) !important;
}

[b-oxaiw3y5wa] .card-main-text {
    font-weight: 700 !important;
    letter-spacing: 0.5px !important;
    margin-bottom: 0.5rem !important;
    line-height: 1.3 !important;
}

[b-oxaiw3y5wa] .phone-number {
    font-size: clamp(1.8rem, 4vw, 2.5rem) !important;
}

[b-oxaiw3y5wa] .address-line1 {
    font-size: clamp(1.5rem, 3.5vw, 2rem) !important;
}

[b-oxaiw3y5wa] .address-line2, [b-oxaiw3y5wa] .email-address {
    font-size: clamp(1.2rem, 3vw, 1.5rem) !important;
}

[b-oxaiw3y5wa] .card-sub-text {
    font-weight: 500 !important;
    opacity: 0.95 !important;
    margin-bottom: 1rem !important;
}

.card-divider[b-oxaiw3y5wa] {
    width: 60px;
    height: 3px;
    background: rgba(255, 255, 255, 0.4);
    border-radius: 2px;
    margin: 1rem auto;
    transition: width 0.3s ease;
}

[b-oxaiw3y5wa] .contact-card:hover .card-divider {
    width: 80px;
}

[b-oxaiw3y5wa] .card-description {
    opacity: 0.85 !important;
    font-size: clamp(0.9rem, 2vw, 1rem) !important;
    margin-bottom: 1.5rem !important;
    line-height: 1.5 !important;
}

[b-oxaiw3y5wa] .card-action-button {
    border: 2px solid rgba(255, 255, 255, 0.6) !important;
    color: white !important;
    border-radius: 25px !important;
    padding: 10px 24px !important;
    font-weight: 600 !important;
    text-transform: none !important;
    transition: all 0.3s ease !important;
    backdrop-filter: blur(10px) !important;
    background: rgba(255, 255, 255, 0.1) !important;
    margin-top: auto !important;
}

    [b-oxaiw3y5wa] .card-action-button:hover {
        background: rgba(255, 255, 255, 0.9) !important;
        transform: translateY(-2px) !important;
        box-shadow: 0 8px 20px rgba(0,0,0,0.2) !important;
    }

[b-oxaiw3y5wa] .phone-button:hover {
    color: #667eea !important;
}

[b-oxaiw3y5wa] .address-button:hover {
    color: #f093fb !important;
}

[b-oxaiw3y5wa] .email-button:hover {
    color: #4facfe !important;
}

/* ===== ANIMATIONS ===== */
@keyframes float-decoration-b-oxaiw3y5wa {
    0%, 100% {
        transform: translateY(0px) rotate(0deg);
    }

    33% {
        transform: translateY(-10px) rotate(2deg);
    }

    66% {
        transform: translateY(5px) rotate(-1deg);
    }
}


/* Extra Large screens */
@media (min-width: 1536px) {
    .contact-cards-section[b-oxaiw3y5wa] {
        padding: 100px 0 !important;
    }

    [b-oxaiw3y5wa] .card-content {
        padding: 3.5rem 2.5rem 3rem 2.5rem !important;
    }
}

/* Large screens */
@media (max-width: 1200px) {
    .section-header[b-oxaiw3y5wa] {
        margin-bottom: 3rem;
    }

    [b-oxaiw3y5wa] .contact-card {
        max-width: 100% !important;
    }
}

/* Medium screens */
@media (max-width: 960px) {
    .contact-cards-section[b-oxaiw3y5wa] {
        padding: 60px 0 !important;
    }

    .section-header[b-oxaiw3y5wa] {
        margin-bottom: 2.5rem;
    }

    .header-icon-wrapper[b-oxaiw3y5wa] {
        width: 70px;
        height: 70px;
        margin-bottom: 1rem;
    }

    [b-oxaiw3y5wa] .header-icon {
        font-size: 2rem !important;
    }

    [b-oxaiw3y5wa] .card-content {
        padding: 2.5rem 1.5rem 2rem 1.5rem !important;
    }

    .icon-wrapper[b-oxaiw3y5wa] {
        width: 70px;
        height: 70px;
        margin-bottom: 1.5rem;
    }

    [b-oxaiw3y5wa] .contact-icon {
        font-size: 2rem !important;
    }
}

/* Small screens */
@media (max-width: 600px) {
    .contact-cards-section[b-oxaiw3y5wa] {
        padding: 40px 0 !important;
    }

    .section-header[b-oxaiw3y5wa] {
        margin-bottom: 2rem;
    }

    .header-icon-wrapper[b-oxaiw3y5wa] {
        width: 60px;
        height: 60px;
    }

    [b-oxaiw3y5wa] .header-icon {
        font-size: 1.8rem !important;
    }

    [b-oxaiw3y5wa] .contact-card {
        margin-bottom: 1.5rem !important;
    }

    [b-oxaiw3y5wa] .card-content {
        padding: 2rem 1.5rem !important;
    }

    .icon-wrapper[b-oxaiw3y5wa] {
        width: 60px;
        height: 60px;
        margin-bottom: 1rem;
    }

    [b-oxaiw3y5wa] .contact-icon {
        font-size: 1.8rem !important;
    }

    [b-oxaiw3y5wa] .card-action-button {
        padding: 8px 20px !important;
        font-size: 0.9rem !important;
    }

    .card-divider[b-oxaiw3y5wa] {
        width: 50px;
        margin: 0.8rem auto;
    }
}

/* Extra small screens */
@media (max-width: 480px) {
    [b-oxaiw3y5wa] .card-content {
        padding: 1.5rem 1rem !important;
    }

    .header-icon-wrapper[b-oxaiw3y5wa] {
        width: 50px;
        height: 50px;
    }

    [b-oxaiw3y5wa] .header-icon {
        font-size: 1.5rem !important;
    }

    .icon-wrapper[b-oxaiw3y5wa] {
        width: 50px;
        height: 50px;
    }

    [b-oxaiw3y5wa] .contact-icon {
        font-size: 1.5rem !important;
    }
}

/* Hover effects disable on touch devices */
@media (hover: none) {
    [b-oxaiw3y5wa] .contact-card:hover {
        transform: none !important;
        box-shadow: 0 20px 40px rgba(0,0,0,0.1) !important;
    }

        [b-oxaiw3y5wa] .contact-card:hover .icon-wrapper {
            transform: none !important;
        }

        [b-oxaiw3y5wa] .contact-card:hover .contact-icon {
            transform: none !important;
        }
}
/* _content/MudBlazorWebApp1/Components/Pages/Error.razor.rz.scp.css */
/* _content/MudBlazorWebApp1/Components/Pages/Home.razor.rz.scp.css */



[b-itcxi43yqt] .titulo {
    font-family: 'Montserrat', sans-serif;
    font-size: 43px;
    font-size: 43px;
    font-weight: 600;
    line-height: 53px;
}



[b-itcxi43yqt] .titulo2 {
    font-family: 'Montserrat', sans-serif;
    
    font-weight: 400;
    line-height: 1.3;
    font-style: inherit;
    color: #261a36;
}

/*::deep .tituloTarjetas {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    line-height: 1.3;
    color: #261a36;
    font-size: 1.5625rem;
}*/

/*::deep .imageTarjetas {
    justify-content: end;
    width: 100%;
    height: 135px;
    
    
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: right;
}*/

[b-itcxi43yqt] .backgroung-opacity {
    border-radius: 0px;
    min-height: 750px;
    justify-content: center;
    align-items: center;
    padding: 70px;
    z-index: 0;
    background-color: #A0D6ED;
}

@keyframes slideUp-b-itcxi43yqt {
    from {
        transform: translateY(100%);
        opacity: 0;
    }

    to {
        transform: translateY(0);
        opacity: 1;
    }
}

[b-itcxi43yqt] .animate-image {
    animation: slideUp-b-itcxi43yqt 3s ease-out;
}
[b-itcxi43yqt] .background-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.5);
    /* Blanco semitransparente */
}

[b-itcxi43yqt] .descripcion {
    font-family: 'Montserrat', sans-serif;
    color: #FFFFFF;
    font-size: 25px;
    font-weight: 300;
    line-height: 32px;


}

[b-itcxi43yqt] .descripcion2 {
    font-family: 'Work Sans', sans-serif;
    font-size: 16px;
    font-weight: 300;
    color: #261a36;
}

/*::deep .descripcionTarjetas {
    font-family: 'Work Sans', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #261a36;
    line-height: 1.5;
}*/



[b-itcxi43yqt] .descripcionRelativa {
    font-family: 'Montserrat', sans-serif;
    color: #FFFFFF;
    font-size: 20px;
    font-weight: 300;
    line-height: 32px;
}


[b-itcxi43yqt] .descripcionC {
    font-family: 'Work Sans', sans-serif;
    color: white;
}

[b-itcxi43yqt] .buttonDefault {
    border-radius: 50px;
    padding-top: 11px;
    padding-right: 35px;
    padding-bottom: 11px;
    padding-left: 35px;
    color: #ffffff;
    background-color: #51bcbc;
    border-color: #51bcbc;
    font-weight: 400;
    box-shadow: none !important;
    font-family: 'Work Sans', sans-serif;
}

[b-itcxi43yqt] .buttonDefault2 {
    
min-width: 155px;
width: auto;

}


/*::deep .buttonCard {
    text-transform: none;
    box-shadow: none !important;
    font-family: 'Work Sans', sans-serif;
    font-size: 15px;
    font-weight: 300;
    color: #261a36;
    width: auto;
    height: auto;
    padding: 0px !important;
}*/

[b-itcxi43yqt] .custom-divider {
    border-left: 1.5px solid #4fbdbe;
    border-right: 1.5px solid #4fbdbe;
    
    

}


[b-itcxi43yqt] .selectedButtonH:hover {
    background-color: #6C00FF !important;
    border-color: #6C00FF;
}


[b-itcxi43yqt] .image-animate {
    transition: transform 0.3s ease-in-out; /* Duración y suavidad de la animación */
}

[b-itcxi43yqt] .image-animate:hover {
        transform: translateY(-10px); /* Mueve la imagen hacia arriba */
    }






/* Contenedor principal */
[b-itcxi43yqt] .imageTarjetas {
    height: 180px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    margin-bottom: 1.5rem;
}

/* Títulos de las tarjetas */
[b-itcxi43yqt] .tituloTarjetas {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    font-size: 1.25rem;
    font-weight: 600;
    color: #ffff;
    padding: 0.5rem 1rem;
    background: linear-gradient(to top, rgb(118, 106, 231)
    , transparent);
}

/* Versión móvil - centrar títulos */
@media (max-width: 600px) {
    [b-itcxi43yqt] .tituloTarjetas {
        text-align: center;
    }
}

/* Descripción de las tarjetas */
[b-itcxi43yqt] .descripcionTarjetas {
    color: #666;
    line-height: 1.6;
    font-size: 0.95rem;
    margin-bottom: 1.5rem;
    padding: 0 0.5rem;
}

/* Botones */
[b-itcxi43yqt] .buttonCard {
    color: #1976d2 !important;
    text-transform: none;
    font-weight: 500;
    justify-content: flex-start;
    padding-left: 0;
}

    .buttonCard:hover[b-itcxi43yqt] {
        background-color: rgba(25, 118, 210, 0.04) !important;
    }

/* Efecto hover para las tarjetas */
[b-itcxi43yqt] .MudPaper:hover .imageTarjetas {
    transform: scale(1.03);
    transition: transform 0.3s ease;
}

/* Ajustes responsive */
@media (min-width: 600px) {
    .imageTarjetas[b-itcxi43yqt] {
        height: 200px;
    }

    .tituloTarjetas[b-itcxi43yqt] {
        font-size: 1.35rem;
    }

    .descripcionTarjetas[b-itcxi43yqt] {
        font-size: 1rem;
    }
}

/* Contenedor de la tarjeta */
[b-itcxi43yqt] .MudItem {
    transition: all 0.3s ease;
    margin-bottom: 1.5rem;
}

    [b-itcxi43yqt] .MudItem:hover {
        transform: translateY(-5px);
        box-shadow: 0 10px 20px rgba(0,0,0,0.1);
    }
/* _content/MudBlazorWebApp1/Components/Pages/Servicio.razor.rz.scp.css */
