﻿/*VARIABLES*/

:root {
    --color-primary: #2563eb;
    --color-secondary: #0d6efd;
    --color-warning: #fcb900;
    --color-info: #6ec1e4;
    --color-text: #1e293b;
    --color-muted: #64748b;
    --color-border: #e5e7eb;
    --shadow: 0 12px 30px rgba(0,0,0,.08);
    --radius: 24px;
}

/*ESTILOS GENERALES*/

body {
    margin: 0;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 11px;
    background: #f3f3f3;
    color: #333;
}

#global,
#cabecera {
    margin: 0 auto;
}

#principal {
    width: 5%;
    float: left;
}

.anuncios1 {
    width: 94%;
    float: right;
    box-shadow: var(--shadow);
}

.infoPanel {
    box-shadow: var(--shadow);
}


/*HEADER*/

.header {
    min-height: 100vh;
    background: linear-gradient( rgba(255,255,255,.88), rgba(255,255,255,.88) ), url("../Images/movilidad_transporte.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
    padding: 40px;
}


/*BOTONES*/

.css3Simple {
    border: 0;
    border-radius: 5px;
    padding-top: 10px;
    box-shadow: 2px 4px 6px #444;
}

.contornoBtn {
    background: #fff;
    border-radius: 5px;
}

.tx_dot_separator {
    width: 180px;
    height: 4px;
    background: #858585;
    border-radius: 4px;
}


/* MENU (Telerik)*/

#MegaDropDown {
    padding: 5px;
}

.menu-button {
    width: 50px !important;
    height: 50px !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    background: #ffffff !important;
    box-shadow: 0 4px 12px rgba(0,0,0,.12);
    font-size: 28px !important;
    font-weight: 300;
    color: #374151 !important;
    transition: all .25s ease;
}

    .menu-button:hover {
        background: #fcb900 !important;
        color: white !important;
        transform: scale(1.05);
    }

.RadMenu .rmRootLink {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    padding: 0 !important;
    margin: 0 !important;
    border-radius: 50% !important;
}

.RadMenu .rmItem {
    width: auto !important;
}

.RadMenu .rmRoundedCorners,
.RadMenu .rmTopFix,
.RadMenu .rmBottomFix,
.RadMenu .rmLeftFix,
.RadMenu .rmRightFix {
    display: none !important;
}

.RadMenu .rmSlide,
.RadMenu .rmGroup,
.RadMenu_Default,
.RadMenu_Default .rmRootGroup {
    background: transparent !important;
    border: none !important;
}


/*SITEMAP*/

#CatWrapper {
    width: 280px !important;
    background: #ffffff;
    border-radius: 22px;
    padding: 18px;
    border: 1px solid #edf2f7;
    box-shadow: 0 12px 30px rgba(0,0,0,.10), 0 3px 10px rgba(0,0,0,.05);
}

.menu-title {
    font-size: 18px;
    font-weight: 700;
    color: #1e293b;
    padding-bottom: 12px;
    margin-bottom: 15px;
    border-bottom: 1px solid #e2e8f0;
}

.RadSiteMap_Silk {
    background: transparent !important;
}

.RadSiteMap .rsmNode {
    margin: 8px 0;
}

.RadSiteMap .rsmLink {
    display: flex !important;
    align-items: center;
    padding: 12px 15px !important;
    border-radius: 14px;
    text-decoration: none !important;
    color: #2d3748 !important;
    font-size: 17px;
    font-weight: 500;
    transition: all .25s ease;
}

    /* Hover */
    .RadSiteMap .rsmLink:hover {
        background: #eff6ff !important;
        color: #2563eb !important;
        transform: translateX(4px);
    }

/* Iconos */
.RadSiteMap .rsmImage {
    width: 34px !important;
    height: 34px !important;
    margin-right: 14px !important;
    object-fit: contain;
}

/* Opción activa */
.RadSiteMap .rsmSelected {
    background: #2563eb !important;
    color: white !important;
    border-radius: 14px;
}


/*SERVICIOS*/

.servicios-container {
    display: flex;
    justify-content: center;
    align-items: stretch;
    flex-wrap: wrap;
    gap: 30px;
    padding: 30px;
}

.service-card,
.politica-card {
    width: 290px;
    height: 400px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 25px;
    background: rgba(255,255,255,.95);
    border: 1px solid var(--color-border);
    box-shadow: 5px 5px;
    transition: .25s;
}

    .service-card:hover,
    .politica-card:hover {
        transform: translateY(-8px);
    }

.service-icon {
    width: 90px;
    height: 90px;
    object-fit: contain;
    margin-top: 20px;
}

.service-title {
    display: block;
    margin-top: 18px;
    font-size: 20px;
    font-weight: 700;
    color: #1e293b;
}

.service-subtitle {
    display: block;
    margin-top: 8px;
    padding: 0 15px;
    font-size: 14px;
    color: #64748b;
    line-height: 1.5;
}


/*AGENDAMIENTO*/

.dias-container,
.horas-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}

.btn-dia {
    display: inline-block;
    min-width: 160px;
    padding: 12px 15px;
    border: 1px solid #d0d7de;
    border-radius: 12px;
    background: #ffffff;
    color: #333 !important;
    text-decoration: none !important;
    font-weight: 600;
    transition: all .3s ease;
    box-shadow: 0 2px 5px rgba(0,0,0,.1);
}

    .btn-dia:hover {
        background: #0d6efd;
        color: white !important;
        transform: translateY(-2px);
    }

    .btn-dia.selected {
        background: #0d6efd;
        color: white !important;
        border-color: #0d6efd;
    }
.btn-hora {
    display: inline-block;
    min-width: 100px;
    padding: 12px 18px;
    border: 2px solid #0d6efd;
    border-radius: 25px;
    background: white;
    color: #0d6efd !important;
    text-decoration: none !important;
    font-weight: bold;
    font-size: 16px;
    transition: all .3s ease;
}

    .btn-hora:hover {
        background: #0d6efd;
        color: white !important;
    }

/*RTV*/

.rtv-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.rtv-container {
    display: flex;
    justify-content: center;
    align-items: center; /* centra verticalmente */
    flex-wrap: wrap;
    gap: 35px;
    padding: 30px;
}

.rtv-card {
    width: 340px;
}

.card-button {
    width: 100% !important;
    height: 430px !important;
    border-radius: 24px !important;
    background: rgba(255,255,255,.95) !important;
    border: 1px solid #e5e7eb !important;
    box-shadow: 0 12px 30px rgba(0,0,0,.08);
    transition: all .25s ease;
    overflow: hidden;
}

.card-icon {
    width: 140px;
    height: 140px;
    object-fit: contain;
    margin-top: 20px;
}

.card-title {
    margin-top: 15px;
    font-size: 22px;
    font-weight: 700;
    color: #1e293b;
}

.card-description {
    margin-top: 15px;
    padding: 0 20px;
    font-size: 15px;
    color: #475569;
    line-height: 1.6;
}

.card-note {
    margin-top: 20px;
    padding: 0 20px;
    font-size: 14px;
    color: #64748b;
    font-style: italic;
}


/*POLÍTICAS*/

.datos-personales-check {
    display: inline-block;
    background: #fff;
    padding: 15px 30px;
    border-radius: 12px;
    border: 1px solid #e5e7eb;
    box-shadow: 0 4px 12px rgba(0,0,0,.08);
    font-size: 18px;
    font-weight: 600;
    color: #1e293b;
}

    .datos-personales-check input {
        transform: scale(1.5);
    }

.politicas-link {
    display: block;
    margin: 15px 0;
    color: var(--color-secondary);
    font-size: 18px;
    font-weight: 600;
}

/*RADGRID*/

.RadGrid {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0,0,0,.08);
}

.gridModerno {
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid #dee2e6;
}

    .gridModerno .rgHeader {
        background: #1f2937 !important;
        color: #fff !important;
    }

    .gridModerno .rgRow:hover,
    .gridModerno .rgAltRow:hover {
        background: #eef6ff !important;
    }

.grupoGrid {
    background: linear-gradient(90deg,#2563eb,#3b82f6) !important;
    color: #fff !important;
}

/*CAPTCHA*/

.contenido-agendamiento {
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
}

.captcha-card {
    margin-top: 30px;
    padding: 25px;
    border: 1px solid #dcdcdc;
    border-radius: 10px;
    background-color: #fafafa;
    box-shadow: 0 2px 8px rgba(0,0,0,.08);
}

.campo-formulario {
    margin-bottom: 20px;
    text-align: center;
}

.captcha-imagen {
    width: 186px;
    height: 55px;
}

.contenedor-boton {
    text-align: center;
    margin-top: 25px;
}


/*RESPONSIVE*/

@media (max-width:959px) {

    .description {
        min-height: 165px;
    }
}

@media (max-width:768px) {

    .header {
        padding: 20px;
    }

    .servicios-container {
        flex-direction: column;
    }

    .service-card,
    .politica-card {
        width: 100%;
        max-width: 340px;
    }
}
