﻿body {
    background-color: #f1f4f6;
    margin: 0;
    width: 100%;
    height: 100%;
    font-size: 14px;
}

.font-cd{
    font-size: 14px !important;
    font-family: Arial, Helvetica, sans-serif;
}

.font-16 {
    font-size: 16px !important;
}


#pnMensajes b {
    margin-bottom: 5px;
    color: #269c9c;
    font-size: 15px;
}

#pnMensajes hr {
    background-color: #ebebeb;
    height: 1px;
    border: 0;
}

.loader {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: .72;
    z-index: 1001;
    filter: alpha(opacity=60);
}

h2{border-bottom: none;}

.logo-cliente{border-bottom: none !important; }

#ctl00_pnUsuario tbody tr td{
    border-bottom: none !important;
}

#ctl00_tablePerfil tbody tr td {
    border-bottom: none !important;
}

.btn-aceptar {
    margin-top: 15px;
    box-shadow: inset 0px 1px 0px 0px #bbdaf7;
    background: linear-gradient(to bottom, #79bbff 5%, #378de5 100%);
    background-color: #79bbff;
    border-radius: 28px;
    border: 1px solid #84bbf3;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-family: Arial;
    font-size: 15px;
    font-weight: bold;
    padding: 8px 45px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #528ecc;
    margin: 0 auto;
    display: block;
}

    .btn-aceptar:hover {
        background: linear-gradient(to bottom, #378de5 5%, #79bbff 100%);
        background-color: #378de5;
    }

    .btn-aceptar:active {
        position: relative;
        top: 1px;
    }
.container-fluid {
    background-color: #f1f4f6;
    display: flex;
    flex-direction: column;
    margin: 0;
    min-height: 100vh;
    width: 100%;
    box-sizing: border-box;
}

.header-recursos {
    background-color: aquamarine;
}

.modal-dialog {
    position: relative;
    display: table; 
    overflow-y: auto;
    overflow-x: auto;
    width: auto;
    min-width: 300px;
}

.vtooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
}

    .vtooltip .tooltiptext {
        visibility: hidden;
        background-color: black;
        color: #fff;
        text-align: center;
        border-radius: 6px;
        padding: 5px 0;
        /* Position the tooltip */
        position: absolute;
        z-index: 1;
        top: 100%;
        left: 50%;
        margin-left: -60px;
    }

    .vtooltip:hover .tooltiptext {
        visibility: visible;
    }

.app-page-title {
    background: rgba(255, 255, 255, 0.45);
}

.bold {
    font-weight: bold;
}

.widget-numbers {
    font-weight: bold;
    font-size: 2.5rem;
    display: block;
    line-height: 1;
    margin: 1rem auto;
}

.text-habilitado {
    font-size: 20px;
}

.center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #FFF;
    padding: 30px;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 18px 50px -10px;
}

.help-body {
    font-family: Inter, system-ui, Avenir, Helvetica, Arial, sans-serif;
    line-height: 1.5;
    font-weight: 500;
    font-size: 14px;
    color: #213547;
    margin: 0;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    background: white;
}

.header {
    background-color: #005eb8;
    padding: 1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-logo {
    color: white;
    font-size: 1.2rem;
    font-weight: bold;
}

.header-actions {
    display: flex;
    gap: 1rem;
}

.header-button {
    background-color: transparent;
    color: white;
    border: 1px solid white;
    padding: 0.5rem 1rem;
    border-radius: 4px;
    cursor: pointer;
    text-decoration: none;
    font-size: 14px;
}

.hero-section {
    background: linear-gradient(180deg, #0088cc 20%, #3a7fdf 100%);
    padding: 3rem 0;
    min-height: 300px;
    position: relative;
}

    .hero-section::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 150px;
        background: white;
        clip-path: polygon(0 50%, 100% 0, 100% 100%, 0% 100%);
    }

.help-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
    text-align: center;
    position: relative;
    z-index: 1;
}

.help-title {
    color: white;
    font-size: 2.5rem;
    margin-bottom: 2rem;
    padding-bottom: 2rem;
}

.search-container {
    margin-bottom: 2rem;
}

.search-input {
    width: 100%;
    max-width: 600px;
    padding: 1rem;
    border-radius: 25px;
    border: none;
    font-size: 1rem;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.faq-links {
    color: white;
    margin-bottom: 4rem;
}

    .faq-links a {
        color: white;
        margin: 0 0.5rem;
        text-decoration: underline;
    }

.cards-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    margin-top: -50px;
    padding: 0 2rem;
}

@media (max-width: 768px) {
    .cards-container {
        grid-template-columns: 1fr;
    }
}

.help-card {
    background-color: white;
    border-radius: 8px;
    padding: 2rem;
    text-align: center;
    box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease;
}

    .help-card:hover {
        transform: translateY(-5px);
    }

.card-icon {
    width: 55px;
    height: 55px;
    margin-bottom: 0.5rem;
}

.help-card h3 {
    color: #213547;
    margin: 0.5rem 0;
    font-size: 1.2rem;
}

.help-card p {
    color: #666;
    margin-bottom: 1rem;
    font-size: 0.9rem;
}

.view-more {
    color: #005eb8;
    text-decoration: none;
    font-size: 0.9rem;
    font-weight: 500;
}

    .view-more:hover {
        text-decoration: underline;
    }

.modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 1000;
}

.modal-content {
    position: relative;
    width: 80%;
    max-width: 800px;
    margin: 50px auto;
    background-color: white;
    padding: 20px;
    border-radius: 8px;
}

.close-modal {
    position: absolute;
    right: 3px;
    top: 2px;
    font-size: 20px;
    cursor: pointer;
    color: #666;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

    .video-container video {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

.container {
    max-width: 900px;
    margin: 2rem auto;
    padding: 1rem;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

h2 {
    color: #005a9c;
    margin-top: 1.5rem;
}

.faq {
    margin-bottom: 1.5rem;
}

.faq-title {
    font-weight: bold;
}

.footer {
    text-align: center;
    font-size: 0.9rem;
    color: #777;
    margin-top: 2rem;
    padding-top: 1rem;
}

.faq-body {
    font-family: Inter, system-ui, Avenir, Helvetica, Arial, sans-serif;
    line-height: 1.6;
    font-weight: 500;
    font-size: 14px;
    background-color: #f9f9f9;
    color: #333;
    margin: 0;
    padding: 0;
}

.help-header {
    background: linear-gradient(180deg, #0088cc 20%, #3a7fdf 80%);
    color: #fff;
    padding: 1rem;
    text-align: center;
}

#search {
    width: 95%;
    padding: 0.6rem;
    margin-bottom: 1.5rem;
    font-size: 1rem;
    border: 1px solid #ccc;
    border-radius: 5px;
}