@font-face {
    font-family: "Serif";
    src: url("/Tipografias/DMSerifDisplay-Regular.ttf") format("truetype");
}

@font-face {
    font-family: "GaretDelgada";
    src: url("/Tipografias/Garet-Book.ttf") format("truetype");
}

@font-face {
    font-family: "GaretGruesa";
    src: url("/Tipografias/Garet-Heavy.ttf") format("truetype");
}

a {
    text-decoration: none !important;
}

body,
html {
    overflow-x: hidden !important;
}

.web {
    display: block !important;
}

.responsivo {
    display: none !important;
}

.dis {
    visibility: hidden !important;
}

.dis2 {
    visibility: visible !important;
}

.logo-navbar {
    width: 150px;
    position: absolute;
    z-index: 999;
}

.a-navbar {
    color: black;
    font-family: 'GaretDelgada';
    font-size: 15px;
}

.a-navbar:hover {
    color: black;
    font-size: 16px;
}

.img-navbar {
    width: 25px;
    margin: 0px 6px;
}

.img-navbar2 {
    width: 20px;
    margin: 0px 20px 0px 25px;
}

.img-footer {
    width: 70%;
}

.img-footer2 {
    width: 30px;
    margin: 0px 6px;
}

.footer {
    background-color: #2C306B;
    padding: 30px 15px;
}

.titulo-footer {
    color: white;
    font-family: 'Serif';
}

.hr-footer {
    background-color: white;
    height: 1px;
    opacity: 1;
    margin-right: 5%;
}

.a-footer {
    color: white;
    font-family: 'GaretDelgada';
    font-size: 15px;
}

.a-footer:hover {
    color: white;
    font-size: 16px;
}

.a-footer2 {
    color: white;
    font-family: 'GaretDelgada';
    font-size: 12px;
    text-decoration: underline !important;
    margin-top: 10px;
}

.a-footer2:hover {
    color: white;
}

.fondo-azul {
    background-color: #2C306B;
}

.fondo-rojo {
    background-color: #D7121C;
}

.titulo-inicio {
    color: white;
    font-family: 'Serif';
    margin-bottom: 10px;
}

.pad-inicio {
    padding: 190px 50px 90px 50px;
}

.btn-rojo {
    background-color: #D7121C;
    border: 1px solid #D7121C;
    color: white;
    padding: 5px 15px;
    font-family: 'GaretDelgada';
    font-size: 15px;
}

.btn-rojo:hover {
    color: white;
}

.btn-transparenteB {
    background-color: transparent;
    border: 1px solid white;
    color: white;
    padding: 5px 15px;
    font-family: 'GaretDelgada';
    font-size: 15px;
}

.btn-transparenteB:hover {
    color: white;
}

.p-inicio {
    font-size: 15px;
    color: white;
    font-family: 'GaretDelgada';
    margin: 0;
}

.p-inicio2 {
    font-size: 15px;
    color: black;
    font-family: 'GaretDelgada';
    text-align: justify;
}

.p-inicio3 {
    font-size: 15px;
    color: black;
    font-family: 'GaretDelgada';
}

.school-hero-bar {
    padding: 10px 0px;
    border-radius: 14px;
    width: 100%;
}

.school-form {
    display: flex;
    width: 100%;
    background: #fff;
    border-radius: 14px;
    overflow: hidden;
}

.school-select-wrap {
    flex: 1;
    position: relative;
    border-right: 1px solid #eee;
}

.school-select-wrap select {
    width: 100%;
    height: 46px;
    border: 0;
    outline: none;
    background: transparent;
    padding: 0 48px 0 16px;
    font-size: 15px;
    color: #2b2b2b;
    font-family: 'GaretDelgada';

    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.school-select-wrap select:invalid {
    color: #8a8a8a;
}

.school-select-wrap::after {
    content: "";
    position: absolute;
    right: 18px;
    top: 50%;
    width: 8px;
    height: 8px;
    border-right: 2px solid #111;
    border-bottom: 2px solid #111;
    transform: translateY(-60%) rotate(45deg);
    pointer-events: none;
}

.school-btn {
    height: 46px;
    padding: 0 22px;
    border: 0;
    background: #D7121C;
    color: #fff;
    font-size: 15px;
    white-space: nowrap;
    transition: filter .2s ease;
    font-family: 'GaretDelgada';
}

.school-btn:hover {
    filter: brightness(.95);
}

.school-btn:active {
    filter: brightness(.90);
}

.school-select-wrap select:focus {
    box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0);
}

.inicio-hero {
    position: absolute;
    width: 100%;

    isolation: isolate;
}

.inicio-hero__img {
    display: block;
    width: 40%;
    height: auto;
}

.inicio-hero__overlay {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 62%;
    max-width: 520px;
    padding: 26px 26px 18px 26px;
}

.inicio-hero__overlay::before {
    content: "";
    position: absolute;
    inset: 0;
    background: #d7121c;
    opacity: 0.75;
    mix-blend-mode: multiply;
    z-index: 0;
}

.inicio-hero__overlay h2,
.inicio-hero__link {
    position: relative;
    z-index: 1;
}

.inicio-hero__overlay h2 {
    margin: 0 0 12px 0;
    color: #fff;
    font-family: 'Serif';
    font-size: clamp(22px, 2.3vw, 40px);
    line-height: 1.05;
}

.inicio-hero__link {
    color: rgba(255, 255, 255, 0.90);
    text-decoration: none;
    font-size: 14px;
    font-family: 'GaretDelgada';
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.inicio-hero__link:hover {
    color: #fff;
    text-decoration: underline;
}

.pad-inicio2 {
    padding-top: 150px;
    padding-bottom: 40px;
}

.img-logo2 {
    width: 50px;
}

.titulo-inicio2 {
    color: #D7121C;
    font-family: 'Serif';
    margin-bottom: 10px;
    margin-top: 10px;
}

.pad-inicio3 {
    padding-left: 50px;
}

.pad-inicio4 {
    padding-right: 250px;
}

.img-check {
    width: 60px;
    padding: 0px 10px;
}

.btn-azul {
    background-color: #2C306B;
    border: 1px solid #2C306B;
    color: white;
    padding: 5px 20px;
    font-family: 'GaretDelgada';
    font-size: 14px;
}

.btn-azul:hover {
    color: white;
}

.titulo-inicio3 {
    color: white;
    font-family: 'Serif';
    margin: 0px;
}

.p-inicio4 {
    font-size: 15px;
    color: white;
    font-family: 'GaretDelgada';
}

.fondo-gris {
    background-color: #F2F2F2;
}

.img-icono {
    width: 45%;
}

.img-icono2 {
    width: 27%;
}

.img-icono3 {
    width: 32%;
}

.titulo-inicio4 {
    color: white;
    font-family: 'GaretGruesa';
    margin: 0px;
}

.pad-inicio5 {
    padding-top: 30px;
    padding-bottom: 200px;
}

.pad-inicio6 {
    padding: 40px 50px;
}

.img-comillas {
    width: 50px;
}

.p-inicio5 {
    font-family: 'GaretDelgada';
    font-size: 15px;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 15px;
}

.img-avatar {
    width: 40px;
    height: auto;
}

.p-inicio6 {
    font-family: 'GaretGruesa';
    font-size: 20px;
    color: #2C306B;
    margin: 0px;
}

.p-inicio7 {
    font-family: 'GaretDelgada';
    font-size: 20px;
    color: #2C306B;
    margin: 0px;
}

.img-comillas2 {
    width: 50px;
    margin-left: 85%;
}

.mar-inicio {
    margin-top: -180px;
    padding-bottom: 20px;
}

/*----- NOSOTROS -----*/

.titulo-nosotros1 {
    color: white;
    font-family: 'Serif';
    margin: 0px;
    text-shadow: 1px 1px 2px black;
}

.banner-nosotros {
    background-position: center;
    background-size: cover;
    background-image: url('Fotos/Nosotros/Nosotros-01.png');
    padding: 200px 0px;
}

.titulo-nosotros2 {
    color: white;
    font-family: 'Serif';
    margin: 0px;
    padding: 10px 0px;
}

.pad-nosotros {
    padding-top: 30px;
    padding-bottom: 200px;
}

.titulo-nosotros3 {
    color: white;
    font-family: 'Serif';
    margin-bottom: 10px;
}

.p-nosotros {
    font-family: 'GaretDelgada';
    margin: 0px;
    color: white;
    text-align: justify;
}

.fondo-blanco {
    background-color: white;
}

.p-nosotros2 {
    font-family: 'GaretDelgada';
    margin: 0px;
    color: #2C306B;
    font-size: 15px;
}

.pad-nosotros2 {
    padding: 50px 40px;
}

.pad-nosotros3 {
    padding-bottom: 15px;
}

.mar-nosotros {
    margin-top: -180px;
    margin-bottom: 80px;
}

.icono-nosotros {
    width: 80px;
    margin-bottom: 20px;
    margin-top: -40px;
}

.p-nosotros3 {
    font-family: 'GaretGruesa';
    color: white;
}

.p-nosotros4 {
    font-family: 'GaretDelgada';
    color: white;
}

.pad-nosotros4 {
    padding: 0px 50px 15px 50px;
}

.pad-nosotros5 {
    padding: 0px 50px 62px 50px;
}

.p-nosotros5 {
    font-family: 'GaretGruesa';
    color: #2C306B;
    margin-bottom: 30px;
}

.p-nosotros6 {
    font-family: 'GaretDelgada';
    color: #2C306B;
}

.img-nosotros {
    height: 80px;
    width: auto;
    margin-bottom: 20px;
}

/*----- PAQUETES -----*/

.titulo-paquetes {
    font-family: 'Serif';
    color: white;
    margin: 0px;
}

.p-paquetes {
    font-family: 'GaretDelgada';
    color: white;
    margin: 0px;
}

.pad-paquetes {
    padding: 130px 15px 15px 15px;
}

.paquetes-wrap {
    background: #fff;
    padding: 24px 0 40px 0;
    font-family: GaretDelgada, sans-serif;
}

.paquetes-buscador {
    max-width: 520px;
    margin: 0 auto;
    display: grid;
    gap: 12px;
}

.paquetes-buscador select {
    width: 100%;
    border: 0;
    background: #f1f1f1;
    padding: 14px 14px;
    font-size: 14px;
    border-radius: 2px;
    outline: none;
    appearance: auto;
}

.paquetes-filtros select {
    width: 100%;
    border: 0;
    background: transparent;
    padding: 14px 14px;
    font-size: 14px;
    border-radius: 2px;
    outline: none;
    appearance: auto;
}

.btn-buscar-paquetes {
    border: 0;
    background: #26285f;
    color: #fff;
    padding: 10px 18px;
    border-radius: 2px;
    font-size: 13px;
    width: 120px;
    margin: 0 auto;
}

.paquetes-filtros {
    margin-top: 18px;
    display: flex;
    gap: 18px;
    justify-content: center;
    flex-wrap: wrap;
    font-size: 13px;
}

.paquetes-filtros .filtro-item {
    min-width: 160px;
    display: flex;
    align-items: center;
    gap: 6px;
    color: #444;
}

.paquetes-linea {
    height: 2px;
    background: #d40000;
    margin: 20px 0 22px 0;
}

.grid-paquetes {
    max-width: 1100px;
    margin: 0 auto;
}

.card-paquete {
    text-align: center;
    padding-bottom: 12px;
    margin-bottom: 22px;
}

.card-paquete img {
    width: 100%;
    height: 310px;
    object-fit: cover;
    display: block;
}

.card-paquete .nombre {
    margin-top: 10px;
    font-size: 13px;
    color: #777;
}

.card-paquete .precio {
    margin-top: 2px;
    color: #d40000;
    font-family: Serif, serif;
    font-weight: 600;
    font-size: 15px;
    letter-spacing: .2px;
}

.card-paquete .btn-agregar {
    border: 0;
    background: #26285f;
    color: #fff;
    padding: 7px 22px;
    border-radius: 2px;
    font-size: 14px;
    margin-top: 8px;
}

.btn-agregar {
    border: 0;
    background: #26285f;
    color: #fff;
    padding: 7px 22px;
    border-radius: 2px;
    font-size: 14px;
    margin-top: 8px;
}

.btn-cargar-mas {
    border: 1px solid #d40000;
    background: transparent;
    color: #d40000;
    padding: 7px 18px;
    border-radius: 2px;
    font-size: 12px;
}

.paquetes-status {
    text-align: center;
    color: #666;
    font-size: 13px;
    margin-top: 12px;
    display: none;
}

/*----- DETALLE -----*/

.pad-detalle {
    padding: 120px 15px 30px 15px;
}

.titulo-detalle {
    font-family: 'Serif';
    color: white;
    margin: 0px;
}

.titulo-detalle2 {
    font-family: 'GaretGruesa';
    color: #2C306B;
}

.p-detalle {
    font-family: 'GaretDelgada';
    color: black;
}

.hr-detalle {
    background-color: #2C306B;
    opacity: 1;
}

.p-detalle2 {
    font-family: 'GaretGruesa';
    color: #2C306B;
}

/*----- CARRITO -----*/

.pad-carrito {
    padding: 50px 15px;
}

.titulo-carrito {
    color: white;
    font-family: 'Serif';
}

.titulo-carrito2 {
    color: #2C306B;
    font-family: 'Serif';
}

.precio-carrito {
    font-family: 'GaretGruesa';
    color: #2C306B;
    margin-left: 30px;
    margin-bottom: 0px;
}

.p-carrito {
    font-family: 'GaretGruesa';
    color: #2C306B;
    margin-bottom: 0px;
}

.ul-carrito {
    color: #2C306B;
    font-family: 'GaretDelgada';
    list-style: none;
    padding-left: 0;
    margin: 0;
}

.pad-carrito {
    padding: 60px 60px 60px 60px;
}

.p-carrito2 {
    font-family: 'GaretDelgada';
    font-size: 14px;
    color: #2C306B;
    margin-bottom: 0px;
}

.p-carrito3 {
    font-family: 'GaretGruesa';
    color: #2C306B;
    margin-bottom: 0px;
    font-size: 16px !important;
}

.btn-carrito {
    font-family: 'GaretDelgada';
    color: white;
    font-size: 14px;
    background-color: #2C306B;
    padding: 5px 50px;
}

/* ----- MODAL PAGO (Stripe) ----- */
.modal-ec .modal-content {
    border-radius: 16px;
    border: 0;
    overflow: hidden;
    box-shadow: 0 18px 45px rgba(0, 0, 0, .18);
}

.modal-ec .modal-header {
    background: #2C306B;
    border: 0;
    padding: 14px 18px;
}

.modal-ec .modal-title {
    color: #fff;
    font-family: 'Serif';
    margin: 0;
    font-size: 20px;
}

.modal-ec .btn-close {
    filter: invert(1);
    opacity: .9;
}

.modal-ec .modal-body {
    padding: 18px;
}

.modal-ec .form-label {
    font-family: 'GaretGruesa';
    color: #2C306B;
    font-size: 13px;
    margin-bottom: 6px;
}

.modal-ec .form-control {
    border-radius: 10px;
    border: 1px solid #e2e2e2;
    padding: 10px 12px;
    font-family: 'GaretDelgada';
    font-size: 14px;
    color: #2C306B;
}

.modal-ec .total-modal {
    background: #F2F2F2;
    border-radius: 12px;
    padding: 10px 12px;
    margin-top: 14px;
    font-family: 'GaretDelgada';
    color: #2C306B;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.modal-ec .modal-footer {
    border: 0;
    padding: 0 18px 18px 18px;
    gap: 10px;
}

.btn-modal-cancel {
    background: #F2F2F2;
    border: 1px solid #e0e0e0;
    color: #2C306B;
    font-family: 'GaretDelgada';
    padding: 8px 14px;
    border-radius: 10px;
}

.btn-modal-pay {
    background: #2C306B;
    border: 1px solid #2C306B;
    color: #fff;
    font-family: 'GaretDelgada';
    padding: 8px 14px;
    border-radius: 10px;
    flex: 1;
}

.btn-modal-pay:hover {
    filter: brightness(.95);
}

.btn-loading {
    position: relative;
    pointer-events: none;
    opacity: .85;
}

.btn-loading::after {
    content: "";
    width: 16px;
    height: 16px;
    border: 2px solid rgba(255, 255, 255, .55);
    border-top-color: #fff;
    border-radius: 999px;
    display: inline-block;
    margin-left: 10px;
    vertical-align: -3px;
    animation: spin .8s linear infinite;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

/*----- RECIBO -----*/

.pad-recibo {
    padding: 90px 15px 40px 15px;
}

/*----- CONTACTO -----*/

.banner-contacto {
    background-image: url('/Fotos/Contacto/Contacto-01.png');
    background-position: center;
    background-size: cover;
    height: 400px;
}

.field {
    width: 100%;
}

.p-contacto {
    color: black;
    font-family: 'GaretGruesa';
}

.p-contacto2 {
    color: #D7121C;
    font-family: 'GaretGruesa';
    margin: 0px;
}

.p-contacto3 {
    color: #D7121C;
    font-family: 'GaretDelgada';
}

.contacto-form {
    width: 100%;
    font-family: 'GaretDelgada', sans-serif;
}

.contacto-form .field {
    margin-bottom: 8px;
}

.pad-contacto {
    padding-left: 3rem;
    padding-right: 3rem;
}

.contacto-form input,
.contacto-form textarea {
    width: 100%;
    background: white;
    border: none;
    outline: none;
    box-shadow: none;
    border-radius: 0;
    padding: 10px 14px;
    font-family: 'GaretDelgada', sans-serif;
    font-size: 13px;
    color: #8c8c8c;
    box-sizing: border-box;
}

.contacto-form input {
    height: 30px;
}

.contacto-form textarea {
    min-height: 36px;
    resize: none;
    padding-top: 10px;
}

.contacto-form input::placeholder,
.contacto-form textarea::placeholder {
    color: #9a9a9a;
    font-family: 'GaretDelgada', sans-serif;
    font-size: 13px;
    opacity: 1;
}

.contacto-form .btn-enviar {
    background: #2f3278;
    color: #ffffff;
    border: none;
    border-radius: 0;
    padding: 8px 26px;
    font-family: 'GaretDelgada', sans-serif;
    font-size: 13px;
    cursor: pointer;
    transition: 0.2s ease;
}

.contacto-form .btn-enviar:hover {
    opacity: 0.9;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.img-contacto {
    width: 30px;
    height: auto;
    margin-right: 15px;
}

.p-contacto4 {
    color: white;
    font-family: 'GaretGruesa';
    margin: 0px;
    font-size: 15px;
}

.p-contacto5 {
    color: white;
    font-family: 'GaretDelgada';
    margin: 0px;
    font-size: 15px;
}

.img-contacto2 {
    width: 30px;
    margin: 0px 10px 0px 0px;
}

/* Alerts */
.contacto-alert {
    padding: 12px 14px;
    border-radius: 6px;
    margin-bottom: 14px;
    font-size: 14px;
}

.contacto-alert.success {
    background: rgba(46, 204, 113, 0.18);
    color: #1e7e34;
}

.contacto-alert.error {
    background: rgba(231, 76, 60, 0.18);
    color: #a7281c;
}

.contacto-alert ul {
    margin: 8px 0 0 18px;
}

/*----- MI PERFIL -----*/

.perfil-wrapper {
    background: #F2F2F2;
    min-height: 100vh;
    font-family: 'GaretDelgada', sans-serif;
    padding-left: 0;
    padding-right: 0;
}

.sidebar-perfil {
    background: #fff;
    min-height: 100vh;
    box-shadow: 2px 0 8px rgba(0, 0, 0, 0.03);
    display: flex;
    justify-content: center;
    padding: 30px 15px;
    padding-top: 150px;
}

.sidebar-perfil-inner {
    width: 100%;
    max-width: 220px;
}

.perfil-tab {
    font-family: 'Serif', serif;
    font-size: 32px;
    line-height: 1.1;
    color: #2C306B;
    text-decoration: none;
    display: block;
    text-align: center;
    margin: 24px 0 14px 0;
    transition: .2s ease;
    word-break: break-word;
}

.perfil-tab:hover {
    color: #D7121C;
    text-decoration: none;
}

.perfil-tab.active {
    color: #D7121C;
}

.perfil-linea {
    width: 78px;
    height: 1px;
    background: #2C306B;
    margin: 0 auto;
}

.contenido-perfil {
    padding: 35px 28px;
}

.card-perfil {
    background: #fff;
    border: 0;
    border-radius: 0;
    position: relative;
    padding: 35px;
    height: 100%;
}

.card-perfil-datos {
    min-height: 176px;
}

.lapiz-btn {
    position: absolute;
    top: 8px;
    right: 8px;
    width: 24px;
    height: 24px;
    border-radius: 3px;
    border: 0;
    background: #D7121C;
    color: #fff;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}

.lapiz-btn:hover {
    background: #D7121C;
    color: #fff;
}

.foto-perfil-box {
    width: 100%;
    text-align: center;
    padding: 10px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 140px;
}

.foto-perfil {
    width: 140px;
    height: 140px;
    border-radius: 50%;
    object-fit: cover;
    display: block;
}

.input-perfil {
    border: 1px solid #ededed;
    border-radius: 0;
    height: 38px;
    font-size: 13px;
    color: #8d8d8d;
    font-family: 'GaretDelgada', sans-serif;
    background: #fff;
    padding-left: 14px;
}

.input-perfil::placeholder {
    color: #b2b2b2;
}

.input-perfil[readonly] {
    background: #fff;
    box-shadow: none;
}

.input-perfil:focus {
    border-color: #d7d7d7;
    box-shadow: none;
}

.seccion-tab {
    display: none;
}

.seccion-tab.active {
    display: block;
}

.tabla-simple {
    background: transparent;
    padding: 24px;
}

.bloque-tabla {
    margin-top: 24px;
    background: #fff;
    padding: 24px;
}

.header-bloque {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 18px;
    flex-wrap: wrap;
}

.titulo-seccion {
    font-family: 'Serif', serif;
    color: #2C306B;
    font-size: 30px;
    margin-bottom: 10px;
}

.titulo-seccion2 {
    font-family: 'Serif', serif;
    color: #D7121C;
    font-size: 30px;
    margin-bottom: 10px;
}

.titulo-bloque {
    font-family: 'Serif', serif;
    color: #2C306B;
    font-size: 24px;
    margin: 0;
}

.texto-seccion {
    font-family: 'GaretDelgada', sans-serif;
    color: #1E1E1D;
    font-size: 15px;
    margin-bottom: 0;
}

.titulo-modal {
    font-family: 'Serif', serif;
    color: #2C306B;
    font-size: 28px;
}

.label-modal {
    font-family: 'GaretDelgada', sans-serif;
    color: #2C306B;
    font-size: 14px;
    margin-bottom: 6px;
}

.btn-guardar-perfil,
.btn-agregar {
    background: #2C306B;
    color: #fff;
    border: 0;
    border-radius: 0;
    padding: 10px 22px;
    font-family: 'GaretDelgada', sans-serif;
}

.btn-guardar-perfil:hover,
.btn-agregar:hover {
    background: #2C306B;
    color: #fff;
}

.btn-cancelar-perfil {
    background: #e9e9e9;
    color: #1E1E1D;
    border: 0;
    border-radius: 0;
    padding: 10px 22px;
    font-family: 'GaretDelgada', sans-serif;
}

.mensaje-alerta {
    margin-bottom: 18px;
}

.lista-errores {
    margin-bottom: 0;
    padding-left: 18px;
}

.tabla-perfil {
    margin-bottom: 0;
}

.tabla-perfil thead th {
    color: #2C306B;
    font-weight: 600;
    border-bottom: 1px solid #dcdcdc;
    font-size: 14px;
    white-space: nowrap;
}

.tabla-perfil td {
    color: #1E1E1D;
    font-size: 14px;
    vertical-align: middle;
}

.sin-registros {
    color: #9a9a9a;
    font-size: 14px;
    margin: 0;
}

@media (max-width: 1199px) {
    .perfil-tab {
        font-size: 28px;
    }

    .contenido-perfil {
        padding: 28px 20px;
    }

    .foto-perfil {
        width: 125px;
        height: 125px;
    }
}

@media (max-width: 991px) {
    .sidebar-perfil {
        min-height: auto;
        padding: 20px 15px;
        justify-content: center;
        box-shadow: none;
        border-bottom: 1px solid #e8e8e8;
    }

    .sidebar-perfil-inner {
        max-width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
        gap: 8px 22px;
    }

    .perfil-tab {
        font-size: 24px;
        margin: 0;
    }

    .perfil-linea {
        display: none;
    }

    .contenido-perfil {
        padding: 20px 15px 28px 15px;
    }

    .card-perfil-datos {
        min-height: auto;
    }
}

@media (max-width: 767px) {
    .sidebar-perfil-inner {
        gap: 40px;
    }

    .perfil-tab {
        font-size: 22px;
    }

    .card-perfil {
        padding: 16px;
    }

    .foto-perfil-box {
        min-height: auto;
    }

    .foto-perfil {
        width: 115px;
        height: 115px;
    }

    .tabla-simple,
    .bloque-tabla {
        padding: 18px 16px;
    }

    .titulo-seccion {
        font-size: 25px;
    }

    .titulo-modal {
        font-size: 24px;
    }

    .titulo-bloque {
        font-size: 22px;
    }
}

.btn-cerrar-sesion {
    display: block;
    margin: 26px auto 0 auto;
    background: #D7121C;
    color: #fff;
    border: 0;
    border-radius: 0;
    padding: 10px 18px;
    text-align: center !important;
    text-decoration: none;
    font-family: 'GaretDelgada', sans-serif;
    transition: .2s ease;
}

.btn-cerrar-sesion:hover {
    background: #D7121C;
    color: #fff;
    text-decoration: none;
}

.pedidos-lista {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.card-pedido {
    background: #fff;
    padding: 18px 18px 14px 18px;
}

.top-pedido {
    font-size: 12px;
    color: #9a9a9a;
    margin-bottom: 8px;
}

.link-ver-pedido {
    color: #7d7d7d;
    text-decoration: underline !important;
    font-size: 11px;
    margin-left: 8px;
}

.body-pedido {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}

.left-pedido {
    display: flex;
    align-items: center;
    gap: 18px;
    flex: 1 1 420px;
}

.img-pedido {
    width: 92px;
    height: 92px;
    object-fit: cover;
    display: block;
}

.info-pedido {
    min-width: 180px;
    margin-right: 15px;
}

.label-pedido {
    color: #9a9a9a;
    font-size: 12px;
    line-height: 1.1;
}

.estado-pedido {
    font-family: 'Serif', serif;
    color: #D7121C;
    font-size: 20px;
    line-height: 1.1;
    margin-bottom: 8px;
}

.fecha-pedido {
    color: #9a9a9a;
    font-size: 12px;
    margin-bottom: 2px;
}

.total-pedido {
    font-family: 'Serif', serif;
    color: #D7121C;
    font-size: 18px;
    line-height: 1.1;
    margin-bottom: 6px;
}

.transaccion-pedido {
    color: #9a9a9a;
    font-size: 12px;
    line-height: 1.2;
    max-width: 220px;
    word-break: break-word;
}

.acciones-pedido {
    display: flex;
    align-items: end;
    justify-content: flex-end;
    min-width: 140px;
}

.btn-pedido {
    background: #2f3575;
    color: #fff;
    border: 0;
    padding: 7px 14px;
    font-size: 11px;
    text-decoration: none;
    display: inline-block;
}

.btn-pedido:hover {
    color: #fff;
    background: #262b62;
    text-decoration: none;
}

.cargar-mas-wrapper {
    text-align: center;
    margin-top: 14px;
}

@media (max-width: 767px) {
    .body-pedido {
        flex-direction: column;
        align-items: flex-start;
    }

    .left-pedido {
        width: 100%;
    }

    .acciones-pedido {
        width: 100%;
        justify-content: flex-start;
    }
}

.pagos-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    flex-wrap: wrap;
    margin-bottom: 18px;
}

.select-ordenar {
    width: 170px;
    border: 1px solid #ddd;
    border-radius: 0;
    font-size: 13px;
    color: #6d6d6d;
    box-shadow: none;
}

.pagos-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
}

.card-pago {
    background: #fff;
    padding: 18px 16px;
    text-align: center;
    min-height: 128px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.pedido-pago {
    color: #9a9a9a;
    font-size: 12px;
    margin-bottom: 10px;
    word-break: break-word;
}

.fecha-pago {
    color: #9a9a9a;
    font-size: 12px;
    margin-bottom: 4px;
}

.monto-pago {
    font-family: 'Serif', serif;
    color: #ef3d2f;
    font-size: 18px;
    line-height: 1.1;
    margin-bottom: 6px;
}

.transaccion-pago {
    color: #9a9a9a;
    font-size: 12px;
    line-height: 1.2;
    word-break: break-word;
}

.cargar-mas-wrapper {
    text-align: center;
    margin-top: 16px;
}

.btn-pago-cargar {
    background: #2f3575;
    color: #fff;
    border: 0;
    padding: 7px 16px;
    font-size: 11px;
    text-decoration: none;
    display: inline-block;
}

.btn-pago-cargar:hover {
    background: #262b62;
    color: #fff;
}

.btn-cancelar {
    background: red;
    color: #fff;
    border: 0;
    padding: 7px 16px;
    font-size: 11px;
    text-decoration: none;
    display: inline-block;
}

.btn-cancelar:hover {
    background: red;
    color: #fff;
}

@media (max-width: 1199px) {
    .pagos-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 991px) {
    .pagos-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 575px) {
    .pagos-grid {
        grid-template-columns: 1fr;
    }

    .select-ordenar {
        width: 100%;
    }
}

.card-pedido.oculto,
.card-pago.oculto {
    display: none !important;
}

.pedidos-lista {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.card-pedido {
    background: #fff;
    padding: 18px 18px 14px 18px;
}

.top-pedido {
    font-size: 12px;
    color: #9a9a9a;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.link-ver-pedido {
    color: #7d7d7d;
    text-decoration: underline;
    font-size: 11px;
}

.body-pedido {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}

.left-pedido {
    display: flex;
    align-items: center;
    gap: 18px;
    min-width: 0;
    flex: 1;
}

.img-pedido {
    width: 92px;
    height: 92px;
    object-fit: cover;
    display: block;
    flex-shrink: 0;
}

.acciones-pedido {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    flex: 1;
    min-width: 0;
}

.info-pedido {
    min-width: 0;
}

.label-pedido {
    color: #9a9a9a;
    font-size: 12px;
    line-height: 1.1;
}

.estado-pedido {
    font-family: 'Serif', serif;
    color: #ef3d2f;
    font-size: 20px;
    line-height: 1.1;
    margin-bottom: 8px;
}

.fecha-pedido {
    color: #9a9a9a;
    font-size: 12px;
    margin-bottom: 2px;
}

.total-pedido {
    font-family: 'Serif', serif;
    color: #ef3d2f;
    font-size: 18px;
    line-height: 1.1;
    margin-bottom: 6px;
}

.transaccion-pedido {
    color: #9a9a9a;
    font-size: 12px;
    line-height: 1.2;
    word-break: break-word;
}

.btn-pedido,
.btn-pago-cargar {
    background: #2f3575;
    color: #fff;
    border: 0;
    padding: 7px 16px;
    font-size: 11px;
    text-decoration: none;
    display: inline-block;
}

.btn-pedido:hover,
.btn-pago-cargar:hover {
    color: #fff;
    background: #262b62;
    text-decoration: none;
}

.cargar-mas-wrapper {
    text-align: center;
    margin-top: 16px;
}

.pagos-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    flex-wrap: wrap;
    margin-bottom: 18px;
}

.select-ordenar {
    width: 170px;
    border: 1px solid #ddd;
    border-radius: 0;
    font-size: 13px;
    color: #6d6d6d;
    box-shadow: none;
}

.pagos-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
}

.card-pago {
    background: #fff;
    padding: 18px 16px;
    text-align: center;
    min-height: 128px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.pedido-pago {
    color: #9a9a9a;
    font-size: 12px;
    margin-bottom: 10px;
    word-break: break-word;
}

.fecha-pago {
    color: #9a9a9a;
    font-size: 12px;
    margin-bottom: 4px;
}

.monto-pago {
    font-family: 'Serif', serif;
    color: #ef3d2f;
    font-size: 18px;
    line-height: 1.1;
    margin-bottom: 6px;
}

.transaccion-pago {
    color: #9a9a9a;
    font-size: 12px;
    line-height: 1.2;
    word-break: break-word;
}

@media (max-width: 1199px) {
    .pagos-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 991px) {
    .pagos-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .body-pedido {
        flex-direction: column;
        align-items: flex-start;
    }

    .left-pedido,
    .acciones-pedido {
        width: 100%;
    }

    .acciones-pedido {
        justify-content: flex-start;
    }
}

@media (max-width: 767px) {
    .card-pedido {
        padding: 16px;
    }

    .left-pedido {
        align-items: flex-start;
        gap: 14px;
    }

    .img-pedido {
        width: 78px;
        height: 78px;
    }

    .acciones-pedido {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }

    .estado-pedido {
        font-size: 18px;
    }

    .total-pedido {
        font-size: 17px;
    }
}

@media (max-width: 575px) {
    .pagos-grid {
        grid-template-columns: 1fr;
    }

    .select-ordenar {
        width: 100%;
    }

    .top-pedido {
        flex-direction: column;
        align-items: flex-start;
        gap: 4px;
    }

    .left-pedido {
        flex-direction: column;
        align-items: flex-start;
    }

    .img-pedido {
        width: 100%;
        max-width: 120px;
        height: auto;
        aspect-ratio: 1 / 1;
    }
}

@media only screen and (max-width: 600px) and (min-width: 0px) {

    /*----- GENERAL -----*/
    .web {
        display: none !important;
    }

    .responsivo {
        display: block !important;
    }

    .img-footer {
        width: 50%;
        margin-bottom: 15px;
    }

    .hr-footer {
        background-color: white;
        height: 1px;
        opacity: 1;
        margin-right: auto !important;
    }

    .pad-inicio {
        padding: 30px 20px 30px 20px;
    }

    .inicio-hero__overlay {
        width: 100%;
        max-width: none;
        padding: 18px 18px 14px 18px;
    }

    .inicio-hero__img {
        width: 100%;
    }

    .inicio-hero {
        position: relative !important;
        width: 100%;
    }

    .inicio-hero__img {
        width: 100% !important;
        height: auto;
        display: block;
    }

    .inicio-hero__overlay {
        width: 100%;
        max-width: none;
        left: 0;
        bottom: 0;
        padding: 18px 18px 14px 18px;
    }

    .pad-inicio2 {
        padding-top: 30px !important;
    }

    .pad-inicio3 {
        padding-left: 15px;
        margin-bottom: 10px;
    }

    .pad-inicio4 {
        padding-right: 15px;
    }

    .img-inicio {
        margin: 10px 0px;
    }

    .pad-nosotros {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .mar-nosotros {
        margin-top: 0px;
    }

    .pad-nosotros3 {
        padding: 0px 0px 15px 0px !important;
    }

    .mar-nosotros2 {
        margin-bottom: 50px !important;
    }

    .pad-paquetes {
        padding: 15px 15px 15px 15px;
    }

    .paquetes-filtros .filtro-item {
        min-width: 46%;
    }

    .card-paquete img {
        height: 250px;
    }

    .pad-contacto {
        padding-left: 1rem;
        padding-right: 1rem;
    }
}

.listado-perfil-cards {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.card-listado-perfil {
    background: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 14px;
    padding: 18px 20px;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.04);
    transition: all 0.2s ease;
}

.card-listado-perfil:hover {
    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.07);
    transform: translateY(-1px);
}

.item-listado {
    height: 100%;
}

.label-listado {
    display: block;
    font-size: 12px;
    font-weight: 700;
    color: #8b8b8b;
    text-transform: uppercase;
    letter-spacing: .4px;
    margin-bottom: 6px;
}

.item-listado p {
    margin: 0;
    font-size: 15px;
    color: #222;
    line-height: 1.45;
    word-break: break-word;
}

@media (max-width: 767.98px) {
    .card-listado-perfil {
        padding: 16px;
        border-radius: 12px;
    }

    .label-listado {
        font-size: 11px;
    }

    .item-listado p {
        font-size: 14px;
    }
}