@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&subset=devanagari,latin-ext');
/* #Primary
================================================== */

body {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #212112;
    /*  background-image: url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/1462889/pat-back.svg');
    */
    background-position: center;
    background-repeat: repeat;
    background-size: 7%;
    background-color: #fff;
    overflow-x: hidden;
    transition: all 200ms linear;
}
::selection {
    color: #fff;
    background-color: #8167a9;
}
::-moz-selection {
    color: #fff;
    background-color: #8167a9;
}
/* #Navigation
================================================== */

.start-header {
    opacity: 1;
    transform: translateY(0);
    padding: 10px 0;
    box-shadow: 0 10px 30px 0 rgba(138, 155, 165, 0.15);
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.start-header.scroll-on {
    box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.15);
    padding: 5px 0;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.start-header.scroll-on .navbar-brand img {
    height: 28px;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.navigation-wrap {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1000;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.navbar {
    padding: 0;
}
.navbar-azul{
    background-color: #002B5E;
}
.navbar-brand img {
    height: 52px;
    width: auto;
    display: block;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.navbar-toggler {
    float: right;
    border: none;
    padding-right: 0;
}
.navbar-toggler:active, .navbar-toggler:focus {
    outline: none;
}
.navbar-light .navbar-toggler-icon {
    width: 24px;
    height: 17px;
    background-image: none;
    position: relative;
    border-bottom: 1px solid #000;
    transition: all 300ms linear;
}
.navbar-light .navbar-toggler-icon:after, .navbar-light .navbar-toggler-icon:before {
    width: 24px;
    position: absolute;
    height: 1px;
    background-color: #000;
    top: 0;
    left: 0;
    content: '';
    z-index: 2;
    transition: all 300ms linear;
}
.navbar-light .navbar-toggler-icon:after {
    top: 8px;
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
    transform: rotate(45deg);
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
    transform: translateY(8px) rotate(-45deg);
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
    border-color: transparent;
}
.nav-link {
    color: #FFFFFF !important;
    font-weight: 500;
    transition: all 200ms linear;
}
.nav-item:hover .nav-link {
    color: #8EC7B4 !important;
}
.nav-item.active .nav-link {
    color: #777 !important;
}
.nav-link {
    position: relative;
    padding: 5px 0 !important;
    display: inline-block;
}
.nav-item:after {
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 2px;
    content: '';
    background-color: #;
    opacity: 0;
    transition: all 200ms linear;
}
.nav-item:hover:after {
    bottom: 0;
    opacity: 1;
}
.nav-item.active:hover:after {
    opacity: 0;
}
.nav-item {
    position: relative;
    transition: all 200ms linear;
}
/* #Primary style
================================================== */

/* .bg-light {
    background-color: #fff !important;
    transition: all 200ms linear;
    } */
    .section {
        position: relative;
        width: 100%;
        display: block;
        padding: 20px;
    }
    .full-height {
        height: 100vh;
    }
    .over-hide {
        overflow: hidden;
    }
    .absolute-center {
        position: absolute;
        top: 50%;
        left: 0;
        width: 100%;
        margin-top: 40px;
        transform: translateY(-50%);
        z-index: 20;
    }
    h1 {
        font-size: 48px;
        line-height: 1.2;
        font-weight: 700;
        color: #212112;
        text-align: center;
    }
    h2 {
        font-size: 40px;
        line-height: 1.2;
        font-weight: 700;
        color: #212112;
        text-align: center;
        padding-top: 50px;
        margin-bottom: 50px;
    }
/*p{
    text-align: center;
    margin: 0;
    padding-top: 10px;
    opacity: 1;
    transform: translate(0);
/*    transition: all 300ms linear;
}*/

/*body.hero-anime p {
    opacity: 0;
    transform: translateY(40px);
    transition-delay: 1700ms;
}
h1 span {
    display: inline-block;
    transition: all 300ms linear;
    opacity: 1;
    transform: translate(0);
}
body.hero-anime h1 span:nth-child(1) {
    opacity: 0;
    transform: translateY(-20px);
}
body.hero-anime h1 span:nth-child(2) {
    opacity: 0;
    transform: translateY(-30px);
}
body.hero-anime h1 span:nth-child(3) {
    opacity: 0;
    transform: translateY(-50px);
}
body.hero-anime h1 span:nth-child(4) {
    opacity: 0;
    transform: translateY(-10px);
}
body.hero-anime h1 span:nth-child(5) {
    opacity: 0;
    transform: translateY(-50px);
}
body.hero-anime h1 span:nth-child(6) {
    opacity: 0;
    transform: translateY(-20px);
}
body.hero-anime h1 span:nth-child(7) {
    opacity: 0;
    transform: translateY(-40px);
}
body.hero-anime h1 span:nth-child(8) {
    opacity: 0;
    transform: translateY(-10px);
}
body.hero-anime h1 span:nth-child(9) {
    opacity: 0;
    transform: translateY(-30px);
}
body.hero-anime h1 span:nth-child(10) {
    opacity: 0;
    transform: translateY(-20px);
}
h1 span:nth-child(1) {
    transition-delay: 1000ms;
}
h1 span:nth-child(2) {
    transition-delay: 700ms;
}
h1 span:nth-child(3) {
    transition-delay: 900ms;
}
h1 span:nth-child(4) {
    transition-delay: 800ms;
}
h1 span:nth-child(5) {
    transition-delay: 1000ms;
}
h1 span:nth-child(6) {
    transition-delay: 700ms;
}
h1 span:nth-child(7) {
    transition-delay: 900ms;
}
h1 span:nth-child(8) {
    transition-delay: 800ms;
}
h1 span:nth-child(9) {
    transition-delay: 600ms;
}
h1 span:nth-child(10) {
    transition-delay: 700ms;
}
body.hero-anime h1 span:nth-child(11) {
    opacity: 0;
    transform: translateY(30px);
}
body.hero-anime h1 span:nth-child(12) {
    opacity: 0;
    transform: translateY(50px);
}
body.hero-anime h1 span:nth-child(13) {
    opacity: 0;
    transform: translateY(20px);
}
body.hero-anime h1 span:nth-child(14) {
    opacity: 0;
    transform: translateY(30px);
}
body.hero-anime h1 span:nth-child(15) {
    opacity: 0;
    transform: translateY(50px);
}
h1 span:nth-child(11) {
    transition-delay: 1300ms;
}
h1 span:nth-child(12) {
    transition-delay: 1500ms;
}
h1 span:nth-child(13) {
    transition-delay: 1400ms;
}
h1 span:nth-child(14) {
    transition-delay: 1200ms;
}
h1 span:nth-child(15) {
    transition-delay: 1450ms;
    }*/
    #switch, #circle {
        cursor: pointer;
        -webkit-transition: all 300ms linear;
        transition: all 300ms linear;
    }
    #switch {
        width: 60px;
        height: 8px;
        border: 2px solid #8167a9;
        border-radius: 27px;
        background: #000;
        position: relative;
        display: block;
        margin: 0 auto;
        text-align: center;
        opacity: 1;
        transform: translate(0);
        transition: all 300ms linear;
        transition-delay: 1900ms;
    }
    body.hero-anime #switch {
        opacity: 0;
        transform: translateY(40px);
        transition-delay: 1900ms;
    }
    #circle {
        position: absolute;
        top: -11px;
        left: -13px;
        width: 26px;
        height: 26px;
        border-radius: 50%;
        background: #000;
    }
    .switched {
        border-color: #000 !important;
        background: #8167a9 !important;
    }
    .switched #circle {
        left: 43px;
        box-shadow: 0 4px 4px rgba(26, 53, 71, 0.25), 0 0 0 1px rgba(26, 53, 71, 0.07);
        background: #fff;
    }
    .nav-item .dropdown-menu {
        transform: translate3d(0, 10px, 0);
        visibility: hidden;
        opacity: 0;
        max-height: 0;
        display: block;
        padding: 0;
        margin: 0;
        transition: all 200ms linear;
    }
    .nav-item.show .dropdown-menu {
        opacity: 1;
        visibility: visible;
        max-height: 999px;
        transform: translate3d(0, 0px, 0);
    }
    .dropdown-menu {
        padding: 10px!important;
        margin: 0;
        font-size: 13px;
        letter-spacing: 1px;
        color: #212121;
        background-color: #fcfaff;
        border: none;
        min-width: 70% !important;
        z-index: 99999 !important;
        border-radius: 3px;
        box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.15);
        transition: all 200ms linear;
    }
    .dropdown-toggle::after {
        display: none;
    }
    .dropdown-item {
        padding: 3px 15px;
        color: #212121;
        border-radius: 2px;
        transition: all 200ms linear;
        border-bottom:1px solid #5396E1;
    }
    .dropdown-item:hover, .dropdown-item:focus {
        color: #fff;
        background-color: rgba(129, 103, 169, .6);
    }
    body.dark {
        color: #fff;
        background-color: #1f2029;
    }
    body.dark h1 {
        color: #fff;
    }
    body.dark h1 span {
        transition-delay: 0ms !important;
    }
    body.dark p {
        color: #fff;
        transition-delay: 0ms !important;
    }
    body.dark .bg-light {
        background-color: #14151a !important;
    }
    body.dark .start-header {
        box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.15);
    }
    body.dark .start-header.scroll-on {
        box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.15);
    }
    body.dark .nav-link {
        color: #fff !important;
    }
    body.dark .nav-item.active .nav-link {
        color: #999 !important;
    }
    body.dark .dropdown-menu {
        color: #fff;
        background-color: #1f2029;
        box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.25);
    }
    body.dark .dropdown-item {
        color: #fff;
    }
    body.dark .navbar-light .navbar-toggler-icon {
        border-bottom: 1px solid #fff;
    }
    body.dark .navbar-light .navbar-toggler-icon:after, body.dark .navbar-light .navbar-toggler-icon:before {
        background-color: #fff;
    }
    body.dark .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
        border-color: transparent;
    }
/* #Media
================================================== */

@media (max-width: 767px) {
    h1 {
        font-size: 38px;
    }
    .nav-item:after {
        display: none;
    }
    .nav-item::before {
        position: absolute;
        display: block;
        top: 15px;
        left: 0;
        width: 11px;
        height: 1px;
        content: "";
        border: none;
        background-color: #000;
        vertical-align: 0;
    }
    .dropdown-toggle::after {
        position: absolute;
        display: block;
        top: 10px;
        left: -23px;
        width: 1px;
        height: 11px;
        content: "";
        border: none;
        background-color: #000;
        vertical-align: 0;
        transition: all 200ms linear;
    }
    .dropdown-toggle[aria-expanded="true"]::after {
        transform: rotate(90deg);
        opacity: 0;
    }
    .dropdown-menu {
        padding: 0 !important;
        background-color: transparent;
        box-shadow: none;
        transition: all 200ms linear;
    }
    .dropdown-toggle[aria-expanded="true"]+.dropdown-menu {
        margin-top: 10px !important;
        margin-bottom: 20px !important;
    }
    body.dark .nav-item::before {
        background-color: #fff;
    }
    body.dark .dropdown-toggle::after {
        background-color: #fff;
    }
    body.dark .dropdown-menu {
        background-color: transparent;
        box-shadow: none;
    }
}
/* #Link to page
================================================== */

.link-to-portfolio {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 200;
    cursor: pointer;
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 3px;
    background-position: center center;
    background-size: cover;
    background-image: url('https://ivang-design.com/ig-logo.jpg');
    box-shadow: 0 0 0 2px rgba(12, 12, 12, .1);
    transition: opacity .2s, border-radius .2s, box-shadow .2s;
    transition-timing-function: ease-out;
}
.link-to-portfolio:hover {
    opacity: 0.8;
    border-radius: 50%;
    box-shadow: 0 0 0 20px rgba(12, 12, 12, .1);
}
.borderPortadaEdit {
    position: relative;
    bottom: 50px;
    border-radius: 50px;
    z-index: -9;
}
.colorWhite h1 {
    color: #FFFFFF !important;
}
.colorWhite {
    color: #FFFFFF !important;
}
.menu-banner {
    position: relative;
    background-image: url('../img/banner.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.menu-banner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(132,200,176);
    background: rgb(0,43,94);
    background: -moz-linear-gradient(90deg, rgba(0,43,94,1) 3%, rgba(0,43,94,0.12788865546218486) 100%);
    background: -webkit-linear-gradient(90deg, rgba(0,43,94,1) 3%, rgba(0,43,94,0.12788865546218486) 100%);
    background: linear-gradient(90deg, rgba(0,43,94,1) 3%, rgba(0,43,94,0.12788865546218486) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#002b5e",endColorstr="#002b5e",GradientType=1);}

    .btn-busca{
        background: #002B5E !important;
        border: 1px solid #002B5E;
        color: #FFFFFF;
    }
    .btn-busca:hover{
        color: #8EC7B4;
    }
    .height-50{
        height: 50px;
    }
    .menu-banner .content {
        position: relative;
        z-index: 2;
        text-align: center;
        padding: 20px;
        color: white;
        /* Padding for smaller screens */
    }

    .menu-banner img {
        max-width: 100%;
        height: auto;
        position: relative;
        z-index: 1;
    }

    /* Responsive adjustments for smaller screens */
    @media (max-width: 768px) {
        .menu-banner {
            background-size: cover;
            background-position: center;
            min-height: 120vh; /* Adjust the height on smaller screens */
        }

        .menu-banner .content {
            padding: 10px;
            font-size: 0.9rem;
        }
    }

    .menu-banner2 {
        position: relative;
        background-image: url('../img/banner2.jpg');
        background-repeat: no-repeat;
        background-size: cover;
        height: 400px;
    }
    .menu-banner2::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgb(27, 69, 57, 0.9);
    }
    .menu-banner2 img {
        position: relative;
        z-index: 1;
        /* Asegura que la imagen esté sobre la capa verde */
    }
    .Card {
        padding: 1px;
        border-radius: var(--border-radius);
        background: linear-gradient(-67deg, rgba(200, 216, 231, 0.2), rgba(255, 255, 255, 0.8));
        overflow: hidden;
        box-shadow: -2px -2px 6px rgba(255, 255, 255, 0.6), 2px 2px 12px #c8d8e7;
        width: 100%;
    }
    .CardInner {
        padding: 16px 16px;
        background-color: #1;
        border-radius: var(--border-radius);
    }
    .container-buscar {
        display: flex;
    }
    .Icon {
        min-width: 46px;
        min-height: 46px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: var(--border-radius);
        margin-right: 12px;
        box-shadow: -2px -2px 6px rgba(255, 255, 255, 0.6), 2px 2px 12px #c8d8e7;
    }
    .Icon svg {
        transform: translate(-1px, -1px);
    }
    .InputContainer {
        width: 100%;
    }
    .inputSearhc {
        background-color: #e3edf7;
        padding: 16px 32px;
        border: none;
        display: block;
        font-family: "Orbitron", sans-serif;
        font-weight: 600;
        color: #a9b8c9;
        -webkit-appearance: none;
        transition: all 240ms ease-out;
        width: 100%;
    }
    .InputContainer {
        --top-shadow: inset 1px 1px 3px #c5d4e3, inset 2px 2px 6px #c5d4e3;
        --bottom-shadow: inset -2px -2px 4px rgba(255, 255, 255, .5);
        position: relative;
        border-radius: var(--border-radius);
        overflow: hidden;
    }
    .InputContainer:before, .InputContainer:after {
        left: 0;
        top: 0;
        display: block;
        content: "";
        pointer-events: none;
        width: 100%;
        height: 100%;
        position: absolute;
    }
    .InputContainer:before {
        box-shadow: var(--bottom-shadow);
    }
    .InputContainer:after {
        box-shadow: var(--top-shadow);
    }
    #btn_buscar {
        cursor: pointer;
    }
/*#contenedorBanner1 {
    padding-bottom: 100px;
}
*/

#conteneroBPerfil{
    background: rgba(245, 245, 245, 0.2);
}

.section-more-page{
    margin-top: 100px;*/
}
.section-more-page2 ul {
    --col-gap: 2rem;
    --row-gap: 2rem;
    --line-w: 0.25rem;
    display: grid;
    grid-template-columns: var(--line-w) 1fr;
    grid-auto-columns: max-content;
    column-gap: var(--col-gap);
    list-style: none;
    width: min(60rem, 90%);
    margin-inline: auto;
}
/* line */

.section-more-page2 ul::before {
    content: "";
    grid-column: 1;
    grid-row: 1 / span 20;
    background: rgb(225, 225, 225);
    border-radius: calc(var(--line-w) / 2);
}
/* columns*/

/* row gaps */

.section-more-page2 ul li:not(:last-child) {
    margin-bottom: var(--row-gap);
}
/* card */

.section-more-page2 ul li {
    grid-column: 2;
    --inlineP: 1.5rem;
    margin-inline: var(--inlineP);
    grid-row: span 2;
    display: grid;
    grid-template-rows: min-content min-content min-content;
}
/* date */

.section-more-page2 ul li .date {
    --dateH: 3rem;
    height: var(--dateH);
    margin-inline: calc(var(--inlineP) * -1);
    text-align: center;
    background-color: var(--accent-color);
    color: white;
    font-size: 1.25rem;
    font-weight: 700;
    display: grid;
    place-content: center;
    position: relative;
    border-radius: calc(var(--dateH) / 2) 0 0 calc(var(--dateH) / 2);
}
/* date flap */

.section-more-page2 ul li .date::before {
    content: "";
    width: var(--inlineP);
    aspect-ratio: 1;
    background: var(--accent-color);
    background-image: linear-gradient(rgba(0, 0, 0, 0.2) 100%, transparent);
    position: absolute;
    top: 100%;
    clip-path: polygon(0 0, 100% 0, 0 100%);
    right: 0;
}

/* circle */

.section-more-page2 ul li .date::after {
    content: "";
    position: absolute;
    width: 2rem;
    aspect-ratio: 1;
    background: var(--bgColor);
    border: 0.3rem solid var(--accent-color);
    border-radius: 50%;
    top: 50%;
    transform: translate(50%, -50%);
    right: calc(100% + var(--col-gap) + var(--line-w) / 2);
}
/* title descr */

.section-more-page2 ul li .title, .section-more-page2 ul li .descr {
    background: var(--bgColor);
    position: relative;
    padding-inline: 1.15rem;
}
.section-more-page2 ul li .title {
    overflow: hidden;
    padding-block-start: 1.5rem;
    padding-block-end: 1rem;
    font-weight: 500;
}
.section-more-page2 ul li .descr {
    padding-block-end: 1.5rem;
    font-weight: 300;
}
/* shadows */

.section-more-page2 ul li .title::before, .section-more-page2 ul li .descr::before {
    content: "";
    position: absolute;
    width: 90%;
    height: 0.5rem;
    background: rgba(0, 0, 0, 0.5);
    left: 50%;
    border-radius: 50%;
    filter: blur(4px);
    transform: translate(-50%, 50%);
}
.section-more-page2 ul li .title::before {
    bottom: calc(100% + 0.125rem);
}
.section-more-page2 ul li .descr::before {
    z-index: -1;
    bottom: 0.25rem;
}
@media (min-width: 40rem) {
    .section-more-page2 ul {
        grid-template-columns: 1fr var(--line-w) 1fr;
    }
    .section-more-page2 ul::before {
        grid-column: 2;
    }
    .section-more-page2 ul li:nth-child(odd) {
        grid-column: 1;
    }
    .section-more-page2 ul li:nth-child(even) {
        grid-column: 3;
    }
    /* start second card */
    .section-more-page2 ul li:nth-child(2) {
        grid-row: 2/4;
    }
    .section-more-page2 ul li:nth-child(odd) .date::before {
        clip-path: polygon(0 0, 100% 0, 100% 100%);
        left: 0;
    }
    .section-more-page2 ul li:nth-child(odd) .date::after {
        transform: translate(-50%, -50%);
        left: calc(100% + var(--col-gap) + var(--line-w) / 2);
    }
    .section-more-page2 ul li:nth-child(odd) .date {
        border-radius: 0 calc(var(--dateH) / 2) calc(var(--dateH) / 2) 0;
    }
}
.credits {
    margin-top: 1rem;
    text-align: right;
}
.credits a {
    color: var(--color);
}
.custom-section {
    background-color: #f8f9fa;
    /* Color de fondo */
    padding: 40px 0;
    /* Espaciado interno */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    /* Sombra */
    margin-bottom: 30px;
    /* Espaciado inferior */
}
/* Estilos para las columnas */

/* Styling for Specialist Tags */
.specialists-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: center;
    margin-top: 20px;
}

.specialist-tag {
    display: inline-block;
    background-color: #002B5E;
    color: #FFFFFF;
    padding: 8px 12px;
    border-radius: 20px;
    font-size: 0.875rem;
    cursor: pointer;
    transition: background-color 0.3s ease;
    white-space: nowrap;
    font-weight: bold;
}

.specialist-tag:hover {
    background-color: #ffffff;
    color: #111111;
}

/* Styling for the Ver Más button */
.btn-outline-primary {
    color: #111111;
    border: 0px solid #002B5E;
    border-radius: 25px;
    font-weight: bold;
    transition: all 0.3s ease;
}

.btn-outline-primary:hover {
    background-color:#95CCBB;
    color: #fff;
}


/* Responsive Tag Styling */
@media (max-width: 768px) {
    .specialist-tag {
        font-size: 0.7rem;
        padding: 1px 4px;
    }
}

.custom-col {
    border: 2px solid #163a3c;
    border-radius: 20px;
    margin-bottom: 20px;
    padding: 20px;
}
.icon-ofrecimiento {
    padding-bottom: 20px;
}
.widget {
    padding: 0;
    margin-top: 0;
    margin-bottom: 0;
    border-radius: 6px;
    -webkit-box-shadow: 0 4px 6px 0 rgb(85 85 85 / 8%), 0 1px 20px 0 rgb(0 0 0 / 7%), 0px 1px 11px 0px rgb(0 0 0 / 7%);
    -moz-box-shadow: 0 4px 6px 0 rgba(85, 85, 85, 0.08), 0 1px 20px 0 rgba(0, 0, 0, 0.07), 0px 1px 11px 0px rgba(0, 0, 0, 0.07);
    box-shadow: 0 4px 6px 0 rgb(85 85 85 / 8%), 0 1px 20px 0 rgb(0 0 0 / 7%), 0px 1px 11px 0px rgb(0 0 0 / 7%);
}
.widget.box .widget-header {
    padding: 0px 8px 0px;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
}
.widget .widget-header {
    border-bottom: 0px solid #f1f2f3;
}
.widget.box .widget-header {
    padding: 0px 8px 0px;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
}
.widget .widget-header {
    border-bottom: 0px solid #f1f2f3;
}
.widget .widget-header:after {
    clear: both;
}
.widget .widget-header:before, .widget .widget-header:after {
    display: table;
    content: "";
    line-height: 0;
}
.widget-content-area {
    padding: 20px;
    position: relative;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}
.story-container-1 {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%
}
.story-container-1 .single-create-story {
    height: 200px;
    width: 110px;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    margin-right: 10px;
    margin-bottom: 10px;
    background: #e4e4e4;
    text-align: center;
}
img.single-create-story-bg {
    width: 100%;
    height: 1220px;
    object-fit: cover;
}
.create-story-author img {
    height: 40px;
    width: 40px;
    margin-top: -20px;
    padding: 4px;
    background: #e4e4e4;
    border-radius: 50%;
}
.story-container-1 .single-story {
    height: 350px;
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    margin-right: 10px;
    margin-bottom: 10px;
}
.story-container-1 .single-story::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-image: linear-gradient(rgb(255 0 0 / 0%), black);
}
img.single-story-bg {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.story-container-1 .story-author {
    position: absolute;
    top: 50%;
    left: 0px;
    transform: translateY(-50%);
    right: 0px;
    text-align: center;
    z-index: 99;
    cursor: pointer;
}
.story-author img {
    height: 60px;
    width: 60px;
    border-radius: 50%;
    border: 1px solid white;
    padding: 4px;
}
.story-container-1 .story-author p {
    color: #fff;
    width: 100%;
    margin: 5px 0px 0px 0px;
    font-weight: 600;
    font-size: 12px;
}
.create-story-author p {
    margin: 0px;
    font-size: 13px;
    font-weight: 500;
}
#historias {
    position: relative;
    z-index: 9999;
}
#historias .container {
    display: flex;
    justify-content: center;
    align-items: center;
    /* Ajusta según sea necesario */
}
.ec-stars-wrapper {
    /* Espacio entre los inline-block (los hijos, los `a`) */
    font-size: 0;
    /* Podríamos quitarlo, pero de esta manera (siempre que no le demos padding), sólo aplicará la regla .ec-stars-wrapper:hover a cuando también se esté haciendo hover a alguna estrella */
    display: inline-block;
    margin-right: 50px;
    /*
   * El selector de hijo, es necesario para aumentar la especifidad
   */
}
.ec-stars-wrapper a {
    text-decoration: none;
    display: inline-block;
    /* Volver a dar tamaño al texto */
    font-size: 2px;
    font-size: 20px;
    color: #888;
    -moz-transition: text-shadow 0.5s ease;
    -o-transition: text-shadow 0.5s ease;
    -webkit-transition: text-shadow 0.5s ease;
    transition: text-shadow 0.5s ease;
    text-shadow: 0 0 0 rgba(0, 0, 0, 0.3);
    color: #163a3c;
}
.timeline {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 10px;
}
.timeline__event {
    background: #fff;
    margin-bottom: 2px;
    position: relative;
    display: flex;
    margin: 20px 0;
    border-radius: 8px;
    box-shadow: 0 30px 60px -12px rgba(50, 50, 93, 0.25), 0 18px 36px -18px rgba(0, 0, 0, 0.3), 0 -12px 36px -8px rgba(0, 0, 0, 0.025);
}
.timeline__event__title {
    font-size: 1rem;
    line-height: 1.4;
    text-transform: uppercase;
    font-weight: 600;
    color: #9251ac;
    letter-spacing: 1.5px;
}
.timeline__event__content {
    padding: 20px;
}
.timeline__event__date {
    color: #f6a4ec;
    font-size: 1rem;
    font-weight: 600;
    white-space: nowrap;
}
.timeline__event__icon {
    border-radius: 8px 0 0 8px;
    background: #9251ac;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-basis: 20%;
    font-size: 1rem;
    color: #9251ac;
    padding: 10px;
    width: 100%;
    max-width: 10%;
}
.timeline__event--type2:before {
    background: #9bd0b9;
    border-color: #9bd0b9;
}
.timeline__event--type2:after {
    background: #9bd0b9;
}
.timeline__event--type2 .timeline__event__date {
    color: #ffffff;
}
.timeline__event--type2 .timeline__event__icon {
    background: #002b5e;
    color: #9bd0b9;
}
.timeline__event--type2 .timeline__event__title {
    color: #9bd0b9;
}
.timeline__event--type3:before {
    background: #aff1b6;
    border-color: #24b47e;
}
.timeline__event--type3:after {
    background: #24b47e;
}
.timeline__event--type3 .timeline__event__date {
    color: #aff1b6;
}
.timeline__event--type3 .timeline__event__icon {
    background: #24b47e;
    color: #24b47e;
}
.timeline__event--type3 .timeline__event__title {
    color: #24b47e;
}
.timeline__event:last-child:after {
    content: none;
}
@media (max-width: 786px) {
    .timeline__event {
        flex-direction: column;
    }
    .timeline__event__icon {
        border-radius: 4px 4px 0 0;
    }
}
.card {
    isolation: isolate;
}
.media-object {
    --border-width: 1px;
    --radius: 24px;
    position: relative;
    border-radius: var(--radius);
    border: var(--border-width) solid transparent;
}
.media-object::before {
    content: " ";
    position: absolute;
    inset: calc(var(--border-width) * -1);
    z-index: -1;
    border: inherit;
    border-radius: inherit;
    background-image: conic-gradient(from var(--angle), #381D6A 80%, #E0D1FF 88%, #E0D1FF 92%, #381D6A 100%);
    background-origin: border-box;
    -webkit-mask: linear-gradient(black, black) content-box, linear-gradient(black, black);
    mask: linear-gradient(black, black), linear-gradient(black, black);
    -webkit-mask-clip: content-box, border-box;
    mask-clip: content-box, border-box;
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    animation: spin 3s linear infinite;
}
@supports not (background: paint(something)) {
    .media-object::before {
        background-image: conic-gradient(#381D6A 80%, #E0D1FF 88%, #E0D1FF 92%, #381D6A 100%);
    }
}
.media-object:hover::before {
    animation-play-state: paused;
}
@property --angle {
    syntax: "<angle>";
    inherits: true;
    initial-value: 0turn;
}
@keyframes spin {
    to {
        --angle: 1turn;
    }
}
.asociados {

    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#47a2db", endColorstr="#000000", GradientType=1);
    width: 100%;
    margin-top: 100px;
    border-radius: 24px;
    margin-bottom: 10px;
}
.col_asociado {
    padding: 40px !important;
}
.borderImg {
    border: 2px solid #FFFFFF;
    border-radius: 10px !important;
}
.orb-canvas {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: -1;
}
strong {
    font-weight: 600;
}
.overlay__inner {
    max-width: 36rem;
}
.overlay__title {
    font-size: 1.875rem;
    line-height: 2.75rem;
    font-weight: 700;
    letter-spacing: -0.025em;
    margin-bottom: 2rem;
}
.text-gradient {
    background-image: linear-gradient( 45deg, var(--base) 25%, var(--complimentary2));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-background-clip: text;
    -moz-text-fill-color: transparent;
}
.overlay__description {
    font-size: 1rem;
    line-height: 1.75rem;
    margin-bottom: 3rem;
}
.overlay__btns {
    width: 100%;
    max-width: 30rem;
    display: flex;
}
.overlay__btn {
    width: 50%;
    height: 2.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.875rem;
    font-weight: 600;
    color: var(--light-color);
    background: var(--dark-color);
    border: none;
    border-radius: 0.5rem;
    transition: transform 150ms ease;
    outline-color: hsl(var(--hue), 95%, 50%);
    font-size: 22px !important;
}
.overlay__btn:hover {
    transform: scale(1.05);
    cursor: pointer;
}
.overlay__btn--transparent {
    background: transparent;
    color: var(--dark-color);
    border: 2px solid var(--dark-color);
    border-width: 2px;
    margin-right: 0.75rem;
}
.overlay__btn-emoji {
    margin-left: 0.375rem;
}
/* Not too many browser support this yet but it's good to add! */

@media (prefers-contrast: high) {
    .orb-canvas {
        display: none;
    }
}
@media only screen and (max-width: 1140px) {
    .overlay {
        padding: 8rem 4rem;
    }
}
@media only screen and (max-width: 840px) {
    .overlay {
        padding: 4rem;
        height: auto;
    }
    .overlay__title {
        font-size: 1.25rem;
        line-height: 2rem;
        margin-bottom: 1.5rem;
    }
    .overlay__description {
        font-size: 0.875rem;
        line-height: 1.5rem;
        margin-bottom: 2.5rem;
    }
}
@media only screen and (max-width: 600px) {
    .overlay {
        padding: 1.5rem;
    }
    .overlay__btns {
        flex-wrap: wrap;
    }
    .overlay__btn {
        width: 100%;
        font-size: 0.75rem;
        margin-right: 0;
    }
    .overlay__btn:first-child {
        margin-bottom: 1rem;
    }
}
.transparent-image {
    border-radius: 20px;
    opacity: 1;
    /* Puedes ajustar el valor de 0 (completamente transparente) a 1 (sin transparencia) según tus preferencias */
}
.footer-section {
    position: relative;
    padding-top: 50px !important;
}
.footer-cta {
    border-bottom: 1px solid #373636;
}
.single-cta i {
    color: #163a3c;
    font-size: 30px;
    float: left;
    margin-top: 8px;
}
.cta-text {
    padding-left: 15px;
    display: inline-block;
}
.cta-text h4 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 2px;
}
.cta-text span {
    color: #757575;
    font-size: 15px;
}
.footer-content {
    position: relative;
    z-index: 2;
}
.footer-pattern img {
    position: absolute;
    top: 0;
    left: 0;
    height: 330px;
    background: #163a3c;
    background-position: 100% 100%;
}
.footer-logo {
    margin-bottom: 30px;
}
.footer-logo img {
    max-width: 200px;
}
.footer-text p {
    margin-bottom: 14px;
    font-size: 14px;
    color: #7e7e7e;
    line-height: 28px;
}
.footer-social-icon span {
    color: #111111;
    display: block;
    font-size: 20px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 20px;
}
.footer-social-icon a {
    color: #fff;
    font-size: 16px;
    margin-right: 15px;
}
.footer-social-icon i {
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 38px;
    border-radius: 50%;
}
.facebook-bg {
    background: #3B5998;
}
.twitter-bg {
    background: #55ACEE;
}
.google-bg {
    background: #DD4B39;
}
.footer-widget-heading h3 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 40px;
    position: relative;
}
.footer-widget-heading h3::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -15px;
    height: 2px;
    width: 50px;
    background: #002B5E;
}
.footer-widget ul li {
    display: inline-block;
    float: left;
    width: 50%;
    margin-bottom: 12px;
}
.footer-widget ul li a:hover {
    color: #163a3c;
}
.footer-widget ul li a {
    color: #878787;
    text-transform: capitalize;
}
.subscribe-form {
    position: relative;
    overflow: hidden;
}
.subscribe-form input {
    width: 100%;
    padding: 14px 28px;
    border: 1px solid #2E2E2E;
    color: #fff;
}
.subscribe-form button {
    position: absolute;
    right: 0;
    background: #163a3c;
    padding: 13px 20px;
    border: 1px solid #163a3c;
    top: 0;
}
.subscribe-form button i {
    color: #fff;
    font-size: 22px;
    transform: rotate(-6deg);
}
.copyright-area {
    background: #002B5E;
    padding: 25px 0;
    color: #FFFFFF !important;
}
.copyright-text p {
    margin: 0;
    font-size: 14px;
    color: #FFFFFF !important;
}
.copyright-text p a {
    color: #FFFFFF !important;
}
.footer-menu li {
    display: inline-block;
    margin-left: 20px;
}
.footer-menu li:hover a {
    color: #163a3c;
}
.footer-menu li a {
    font-size: 14px;
    color: #878787;
}
@media only screen and (max-width: 600px) {
    .overlay {
        padding: 1.5rem;
    }
    .overlay__btns {
        flex-wrap: wrap;
    }
    .overlay__btn {
        width: 100%;
        font-size: 0.75rem;
        margin-right: 0;
    }
    .overlay__btn:first-child {
        margin-bottom: 1rem;
    }
}
#testimonial {
}

.loginDoctor{
    margin-top: 100px;

}
.containerDivsLoginRegistro {

}
.divRegistroLogin {
    background: #002B5E;
}
.divRegistroLoginEspecialista {
    background: #5042F7;
}
.colorWhite {
    color: #FFFFFF !important;
    margin-top: 10px;
}
.icon {
    display: inline-block;
    width: 1em;
    height: 1em;
    stroke-width: 0;
    stroke: currentColor;
    fill: currentColor;
}
.background {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.background:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(45deg, rgba(209, 0, 42, 0.6) 0%, #0E5DC4 100%);
    opacity: 0.9;
}
.background img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    pointer-events: none;
    user-select: none;
}
.item-bg {
    width: 300px;
    height: 500px;
    position: absolute;
    top: 30px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 6px 26px 6px rgba(0, 0, 0, 0.25);
    opacity: 0;
    transition: all 0.3s;
    left: -30px;
}
.item-bg.active {
    left: 0;
    top: 0;
    opacity: 1;
}
.news-slider {
    z-index: 2;
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 60px;
}
@media screen and (max-width: 1300px) {
    .news-slider {
        max-width: 1000px;
    }
}
@media screen and (max-width: 576px) {
    .news-slider {
        margin-top: 45px;
    }
}
.news-slider__wrp {
    display: flex;
    align-items: flex-start;
    position: relative;
    z-index: 2;
}
.news-slider__item {
    width: 400px;
    flex-shrink: 0;
}
@media screen and (max-width: 992px) {
    .news-slider__item {
        width: 340px;
    }
}
.news-slider__item.swiper-slide {
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s;
}
.news-slider__item.swiper-slide-active, .news-slider__item.swiper-slide-prev, .news-slider__item.swiper-slide-next {
    opacity: 1;
    pointer-events: auto;
}
.news-slider__ctr {
    position: relative;
    z-index: 12;
}
.news-slider__arrow {
    background: #fff;
    border: none;
    display: inline-flex;
    width: 50px;
    height: 50px;
    justify-content: center;
    align-items: center;
    box-shadow: 0 6px 26px 6px rgba(0, 0, 0, 0.25);
    border-radius: 50%;
    position: absolute;
    top: 50%;
    z-index: 12;
    cursor: pointer;
    outline: none !important;
}
.news-slider__arrow:focus {
    outline: none !important;
}
.news-slider__arrow .icon-font {
    display: inline-flex;
}
.news-slider__arrow.news-slider-prev {
    left: 15px;
    transform: translateY(-50%);
}
.news-slider__arrow.news-slider-next {
    right: 15px;
    transform: translateY(-50%);
}
.news-slider__pagination {
    text-align: center;
    margin-top: 50px;
}
.news-slider__pagination .swiper-pagination-bullet {
    width: 13px;
    height: 10px;
    display: inline-block;
    background: #fff;
    opacity: 0.2;
    margin: 0 5px;
    border-radius: 20px;
    transition: opacity 0.5s, background-color 0.5s, width 0.5s;
    transition-delay: 0.5s, 0.5s, 0s;
}
.news-slider__pagination .swiper-pagination-bullet-active {
    opacity: 1;
    background: #ffffff;
    width: 100px;
    transition-delay: 0s;
}
@media screen and (max-width: 576px) {
    .news-slider__pagination .swiper-pagination-bullet-active {
        width: 70px;
    }
}
.news__item {
    padding: 40px;
    color: #111111;
    border-radius: 10px;
    display: block;
    transition: all 0.3s;
    margin: 10px;
    box-shadow: 1px 16px 5px 0px rgba(0, 0, 0, 0.75);
    -webkit-box-shadow: 1px 16px 5px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 1px 16px 5px 0px rgba(0, 0, 0, 0.75);
}
@media screen and (min-width: 800px) {
    .news__item:hover {
        color: #222222;
        transition-delay: 0.1s;
    }
    .news__item:hover .news-date, .news__item:hover .news__title, .news__item:hover .news__txt {
        opacity: 1;
        transition-delay: 0.1s;
    }
    .news__item:hover .news__img {
        box-shadow: none;
    }
}
.news__item.active {
    color: #222222;
}
.news__item.active .news-date, .news__item.active .news__title, .news__item.active .news__txt {
    opacity: 1;
}
.news__item.active .news__img {
    box-shadow: none;
}
@media screen and (max-width: 992px) {
    .news__item {
        padding: 30px;
    }
}
@media screen and (max-width: 576px) {
    .news__item {
        padding: 20px;
    }
}
.news-date {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 2px solid;
    display: inline-block;
    opacity: 0.7;
    transition: opacity 0.3s;
}
@media screen and (max-width: 576px) {
    .news-date {
        margin-bottom: 10px;
        display: inline-flex;
        align-items: center;
        padding-bottom: 0;
    }
}
.news-date__title {
    display: block;
    font-size: 32px;
    margin-bottom: 10px;
    font-weight: 500;
}
@media screen and (max-width: 576px) {
    .news-date__title {
        margin-right: 10px;
    }
}
.news-date__txt {
    font-size: 16px;
}
.news__title {
    font-size: 25px;
    font-weight: 500;
    opacity: 0.7;
    margin-top: 10px;
    margin-bottom: 15px;
    transition: opacity 0.3s;
}
@media screen and (max-width: 576px) {
    .news__title {
        font-size: 22px;
        margin-bottom: 10px;
    }
}
.news__txt {
    margin: 10px 0;
    line-height: 1.6em;
    font-size: 15px;
    opacity: 0.7;
    transition: opacity 0.3s;
}
.news__img {
    border-radius: 10px;
    box-shadow: 0 6px 26px 6px rgba(0, 0, 0, 0.25);
    height: auto;
    margin-top: 30px;
    width: 100%;
    transition: all 0.3s;
    transform-origin: 0% 0%;
}
@media screen and (max-width: 576px) {
    .news__img {
        height: 180px;
        margin-top: 20px;
    }
}
.news__img img {
    max-width: 100%;
    border-radius: 10px;
    height: 100%;
    width: 100%;
}
#tituloDos {
    font-size: 30px;
    letter-spacing: 3px;
    /* Puedes ajustar este valor según tus preferencias */
    line-height: 1.2;
    /* Ajusta este valor según la cantidad de espacio que desees entre líneas */
}
.slide-container {
    max-width: 1120px;
    width: 100%;
    padding: 40px 0;
}
.slide-content {
    margin: 0 40px;
    overflow: hidden;
    border-radius: 25px;
}
/*.card {
    border-radius: 25px;
    background-color: #FFF;
    }*/
/*.image-content, .card-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px 14px;
}
.image-content {
    position: relative;
    row-gap: 5px;
    padding: 25px 0;
    }*/
    .overlay {
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        background-color: #1f949b;
        border-radius: 25px 25px 0 25px;
    }
    .overlay::before, .overlay::after {
        content: '';
        position: absolute;
        right: 0;
        bottom: -40px;
        height: 40px;
        width: 40px;
        background-color: #1f949b;
    }
    .overlay::after {
        border-radius: 0 25px 0 0;
        background-color: #FFF;
    }
    .card-image {
        position: relative;
        height: 150px;
        width: 150px;
        border-radius: 50%;
        background: #FFF;
        padding: 3px;
    }
    .card-image .card-img {
        height: 100%;
        width: 100%;
        object-fit: cover;
        border-radius: 50%;
        border: 4px solid #1f949b;
    }
    .name {
        font-size: 18px;
        font-weight: 500;
        color: #333;
    }
    .description {
        font-size: 14px;
        color: #707070;
        text-align: center;
    }
    .button {
        border: none;
        font-size: 16px;
        color: #FFF;
        padding: 8px 16px;
        background-color: #1f949b;
        border-radius: 6px;
        margin: 14px;
        cursor: pointer;
        transition: all 0.3s ease;
    }
    .button:hover {
        background: #1f949b;
    }
    .swiper-navBtn {
        color: #1f949b !important;
        transition: color 0.3s ease;
    }
    .swiper-navBtn:hover {
        color: #1f949b;
    }
    .swiper-navBtn::before, .swiper-navBtn::after {
        font-size: 35px;
    }
    .swiper-button-next {
        right: 0;
    }
    .swiper-button-prev {
        left: 0;
    }
    .swiper-pagination-bullet {
        background-color: #1f949b;
        opacity: 1;
    }
    .swiper-pagination-bullet-active {
        background-color: #1f949b;
    }
    @media screen and (max-width: 768px) {
        .slide-content {
            margin: 0 10px;
        }
        .swiper-navBtn {
            display: none;
        }
    }
    /*reels*/

    #ig_reels {
        height: 100vh;
        animation: next_reel_change_effect 2s ease-in-out infinite;
    }
    #reels_right_action_nav ul li i.fa-comment-o {
        transform: rotateY(180deg);
    }
    /**/

    #reels_video {
        width: 100%;
        height: 100%;
    }
    #ig_reels:before {
        content: '';
        position: fixed;
        width: 100%;
        height: 100vh;
    }
    @keyframes next_reel_change_effect1 {
        0%, 100% {
            transform: translateY(0);
        }
        50% {
            transform: translateY(-100px);
        }
    }
    .container-fluid {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100vh;
        /* Ajusta la altura para ocupar toda la pantalla */
    }
    #ig_app {
        width: 100%;
    }
    #ig_reels {
        position: relative;
        /* Añade posición relativa */
    }
    #reels_info {
        position: absolute;
        color: #fff;
        text-align: left;
        bottom: 60px;
        left: 50%;
        /* Ajusta posición horizontal al centro */
        transform: translateX(-50%);
        /* Centra horizontalmente */
        width: 80%;
        /* Ajusta el ancho del contenido */
        max-width: 515px;
        /* Limita el ancho máximo */
        padding: 2px;
        /* Añade espacio interno */
        background-color: rgba(0, 0, 0, 0.5);
        /* Fondo semitransparente */
        box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
        /* Agrega sombra */
    }
    #reels_info img {
        width: 40px;
        border-radius: 100%;
    }
    #reels_info #reels_user button {
        margin-left: 0;
        /* Elimina el margen izquierdo */
    }
    #reels_info .reels_music {
        font-size: 14.5px;
        font-weight: 400;
        letter-spacing: 0.5px;
        margin-bottom: 5px;
    }
    #reels_info .reels_music span {
        font-weight: 600;
    }
    #modalBackground {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.5);
        /* Fondo semitransparente */
        z-index: 9999;
        /* Asegura que el fondo esté encima de otros elementos */
    }
    #modalContent {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 10000;
        /* Asegura que el contenido esté encima del fondo */
        padding: 20px;
        border-radius: 0;
        /* Sin bordes redondeados */
        box-sizing: border-box;
        /* Asegura que el padding esté incluido en el ancho/altura */
    }
    /*preguntas frecuentes*/

    /* Estilos para la clase cd__intro dentro de #miContainer */

    #miContainer2 {
        padding-top: 150px;
        margin-bottom: 30px;
        flex-direction: column;
    }
    /* Estilos para las clases cd__intro y cd__credit dentro de #miContainer */

    #miContainer .cd__intro, #miContainer .cd__credit {
        background: linear-gradient(-70deg, rgba(255, 255, 255, 1) 44%, rgba(97, 200, 114, 1) 62%, rgba(14, 119, 77, 1) 100%, rgba(0, 212, 255, 1) 100%) !important;
        display: flex;
        width: 100%;
        justify-content: center;
        align-items: center;
        color: #333;
        line-height: 1.5;
        text-align: center;
    }
    /* Estilos para el título h1 dentro de .cd__intro dentro de #miContainer */

    #miContainer .cd__intro h1 {
        font-size: 18pt;
        padding-bottom: 15px;
    }
    /* Estilos para el párrafo p dentro de .cd__intro dentro de #miContainer */

    #miContainer .cd__intro p {
        font-size: 14px;
    }
    /* Estilos para la clase cd__action dentro de #miContainer */

    #miContainer .cd__action {
        text-align: center;
        display: block;
        margin-top: 20px;
    }
    /* Estilos para el enlace a.cd__btn dentro de .cd__action dentro de #miContainer */

    #miContainer .cd__action a.cd__btn {
        text-decoration: none;
        color: #666;
        border: 2px solid #666;
        padding: 10px 15px;
        display: inline-block;
        margin-left: 5px;
    }
    /* Estilos para el enlace a.cd__btn:hover dentro de .cd__action dentro de #miContainer */

    #miContainer .cd__action a.cd__btn:hover {
        background: #fff;
        color: #fff;
        transition: .3s;
        -webkit-transition: .3s;
    }
    /* Estilos para el ícono antes de .cd__btn dentro de .cd__action dentro de #miContainer */

    #miContainer .cd__action .cd__btn:before {
        font-family: FontAwesome;
        font-weight: normal;
        margin-right: 10px;
    }
    .down:before {
        content: "\f019"
    }
    .back:before {
        content: "\f112"
    }
    /* Estilos para la clase cd__credit dentro de #miContainer */

    #miContainer .cd__credit {
        padding: 12px;
        font-size: 9pt;
        margin-top: 40px;
    }
    /* Estilos para el ícono antes de span dentro de .cd__credit dentro de #miContainer */

    #miContainer .cd__credit span:before {
        font-family: FontAwesome;
        color: #e41b17;
        content: "\f004";
    }
    /* Estilos para los enlaces dentro de .cd__credit dentro de #miContainer */

    #miContainer .cd__credit a {
        color: #333;
        text-decoration: none;
    }
    /* Estilos para los enlaces:hover dentro de .cd__credit dentro de #miContainer */

    #miContainer .cd__credit a:hover {
        color: #1DBF73;
    }
    /* Estilos para los enlaces:hover:after dentro de .cd__credit dentro de #miContainer */

    #miContainer .cd__credit a:hover:after {
        font-family: FontAwesome;
        content: "\f08e";
        font-size: 9pt;
        position: absolute;
        margin: 3px;
    }
    /* Estilos para la clase cd__main dentro de #miContainer */

    #miContainer .cd__main {
        background: #fff;
        padding: 20px;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
    }
    /* Estilos generales para la clase cd__main */

    .cd__main {
        display: flex;
        width: 100%;
    }
    /* Estilos para cd__main cuando el ancho de la pantalla es mayor o igual a 1360px */

    @media only screen and (min-width: 1360px) {
        #miContainer .cd__main {
            max-width: 1280px;
            margin-left: auto;
            margin-right: auto;
            padding: 24px;
        }
    }
    /* Estilos para la clase cd__main */

    .cd__main {
    /*    background: linear-gradient(var(--gradientViolet), var(--gradientBlue)) !important;
    */
}
/* Estilos para el elemento main */

#miMain {
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background: red;
}
/* Estilos para la clase card2 */

.card2 {
    border-radius: 2.5rem;
    /*    min-width: 33rem;
    */
    max-width: 92rem;
    margin: 0 5.5rem 6rem;
    /*padding: 0 2.3rem 4.8rem;*/
}
/* Estilos para la clase card2__box */

.card2__box {
    display: none;
}
/* Estilos para la clase card2__img */

.card2__img {
    position: relative;
}
/* Estilos para la clase card2__img-mobile */

.card2__img-mobile {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%) translateY(-60%);
    display: block;
    width: 100%;
    height: auto;
    max-width: 24rem;
}
/* Estilos para la clase card2__img-desktop */

.card2__img-desktop {
    display: none;
}
/* Estilos para la clase card2__text */

.card2__text {
    margin-top: 12.9rem;
}
/* Estilos para el título h1 dentro de .card2__text */

.card2__text h1 {
    margin: 0;
    padding-bottom: 1.5rem;
    font-size: 3.3rem;
    font-weight: 700;
    text-align: center;
    color: var(--textBlue);
}
/* Estilos para la clase accordion__item */

.accordion__item {
    border-bottom: 0.1rem solid var(--dividerGray);
}
/* Estilos para el título h2 dentro de .accordion__item */

.accordion__item h2 {
    margin: 0;
}
/* Estilos para el botón .accordion__title */

.accordion__title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 1.45rem 0.5rem;
    border: none;
    background: none;
    font-family: "Kumbh Sans", sans-serif;
    font-size: 1.4rem;
    color: var(--textVeryDarkBlue);
    text-align: left;
    transition: all 300ms ease-in-out;
}
/* Estilos para el botón .accordion__title al estar enfocado */

.accordion__title:focus, .accordion__title:focus-visible {
    z-index: 3;
    outline: solid rgba(255, 146, 113, 0.5);
    box-shadow: 0 0 0.4rem 0.4rem rgba(161, 72, 45, 0.25);
    border-radius: 0.3rem;
}
/* Estilos para el botón .accordion__title al pasar el mouse sobre él */

.accordion__title:hover {
    cursor: pointer;
    color: var(--textRed);
}
/* Estilos para el ícono después de .accordion__title */

.accordion__title::after {
    content: "";
    display: block;
    width: 1rem;
    height: 0.6rem;
    background-image: url("https://raw.githubusercontent.com/MizAndhre/FAQ-accordion-card2/2ff2a02d093554f14d0390a409e825669313a16e/images/icon-arrow-down.svg");
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    transition: transform 300ms ease-in-out;
}
/* Estilos para el texto dentro de .accordion__text */

.accordion__text {
    text-align: left;
    padding: 0.5rem 3rem 2.2rem 0.5rem;
    line-height: 1.5;
    color: var(--textDarkBlue);
}
/* Estilos específicos cuando .accordion__title está abierta */

.accordion__title.open {
    font-weight: 700;
    color: var(--textBlue);
}
/* Estilos específicos cuando .accordion__title está abierta y se gira el ícono */

.accordion__title.open::after {
    transform: rotate(180deg);
}
/* Estilos para .accordion__collapse que está colapsado */

.accordion__collapse.collapse {
    display: none;
}
/* Estilos para .accordion__collapse que está colapsando */

.accordion__collapse.collapsing {
    height: 0;
    overflow: hidden;
    transition: height 1s ease;
}
/* Estilos para .accordion__collapse que está abierto */

.accordion__collapse.open {
    display: block;
}
/* Estilos específicos cuando el ancho de la pantalla es mayor o igual a 56em */

@media (min-width: 56em) {
    /* Estilos para la clase card2 */
    .card2 {
        position: relative;
        display: flex;
        /*        padding: 6.1rem 9.4rem 8.4rem 0;
        */
        top: 100px;
        background-image: url("https://raw.githubusercontent.com/MizAndhre/FAQ-accordion-card2/2ff2a02d093554f14d0390a409e825669313a16e/images/bg-pattern-desktop.svg");
        background-size: 100%;
        background-position: -53rem -28rem;
    }
    /* Estilos para la clase card2__box */
    .card2__box {
        display: block;
        position: absolute;
        z-index: 1;
        top: 57%;
        left: 0;
        transform: translateX(-50%) translateY(-50%);
    }
    /* Estilos para la clase card2__img y .card2__text */
    .card2__img, .card2__text {
        flex: 1;
    }
    /* Estilos para la clase card2__img */
    .card2__img {
        display: flex;
        align-items: center;
        overflow: hidden;
        padding-right: 9.2rem;
    }
    /* Estilos para la clase card2__img-mobile */
    .card2__img-mobile {
        display: none;
    }
    /* Estilos para la clase card2__img-desktop */
    .card2__img-desktop {
        display: block;
        max-width: 47.2rem;
        transform: translateX(-8.4rem);
    }
    /* Estilos para .card2__text */
    .card2__text {
        margin-top: 0;
    }
    /* Estilos para el título h1 dentro de .card2__text */
    .card2__text h1 {
        padding-bottom: 2.1rem;
        text-align: left;
    }
    /* Estilos para .accordion__title */
    .accordion__title {
        font-size: 1.5rem;
    }
    /* Estilos para el texto dentro de .accordion__text */
    .accordion__text {
        line-height: 1.4;
        padding: 0.5rem 3rem 2rem 0.5rem;
    }
}
/* Estilos para el footer */

.attribution {
    text-align: center;
    font-size: 1.5rem;
    padding-bottom: 2rem;
    color: var(--dividerGray);
}
/* Estilos para los enlaces dentro de .attribution */

.attribution a {
    color: #fff;
    text-decoration: none;
    transition: color 200ms ease-in-out;
    font-weight: 700;
}
/* Estilos para los enlaces:hover dentro de .attribution */

.attribution a:hover {
    color: var(--textRed);
}
/* Estilos para los íconos */

.icons i {
    margin-top: 1rem;
    font-size: 2.5rem;
    padding-right: 1rem;
}
/*Doctore*/

.plx-card {
    transition: all 600ms ease;
    max-width: 1100px;
    display: flex;
    position: relative;
    overflow: hidden;
    margin: 10px 0;
    filter: drop-shadow(0 2px 1rem #112);
    border-radius: 4px;
}
.plx-card.bronze {
    overflow: visible;
}
@media screen and (max-width: 1000px) and (min-width: 700px) {
    .plx-card.bronze {
        left: 120px;
    }
}
@media screen and (min-width: 700px) {
    .plx-card.gold {
        height: 280px;
    }
    .plx-card.silver {
        height: 150px;
        border-radius: 2px;
    }
    .plx-card.bronze {
        height: 134px;
        width: 480px;
        display: inline-flex;
        margin: 30px 30px;
    }
}
@media screen and (max-width: 700px) {
    .plx-card {
        height: auto;
        width: auto;
        flex-direction: column;
        border-radius: 2px;
        margin: 25px 15px;
    }
    .plx-card.silver {
        height: 270px;
    }
    .plx-card.silver .flags {
        margin: 0 10px;
    }
    .plx-card.silver .links {
        text-align: right;
        justify-content: flex-end;
    }
    .plx-card.silver .links a {
        font-size: 24px;
        height: 30px;
        margin: -8px 5px 5px 5px;
        padding: 6px 0px 1px 0;
        border-radius: 2px;
        color: #FFFA;
        background: #8855DD;
    }
    .plx-card.silver .links a:hover {
        color: #FFF;
    }
}
.pxc-avatar {
    transition: all 600ms ease;
    display: flex;
    flex-direction: column;
    height: auto;
    width: 150px;
    justify-content: space-around;
}
.bronze .pxc-avatar img {
    width: 90px;
    height: 90px;
    top: -15px;
    left: -20px;
    position: absolute;
}
@media screen and (max-width: 700px) {
    .pxc-avatar {
        width: 100%;
        height: 100px;
        justify-content: space-around;
        align-items: center;
    }
    .silver .pxc-avatar img {
        position: absolute;
        width: 100px;
        height: 100px;
        top: -80px;
        right: 20px;
    }
    .bronze .pxc-avatar {
        height: 150px;
    }
    .bronze .pxc-avatar img {
        top: -105px;
        left: -10px;
        height: 80px;
        width: 80px;
    }
}
.pxc-avatar img {
    transition: all 600ms ease;
    width: 150px;
    height: 150px;
    border-radius: 100%;
    box-shadow: 0 1px 1rem rgba(10, 10, 25, 0.5);
    position: relative;
    z-index: 1;
}
@media screen and (max-width: 900px) {
    .pxc-avatar img {
        width: 125px;
        height: 125px;
    }
}
@media screen and (max-width: 700px) {
    .pxc-avatar img {
        margin-top: 100px;
    }
}
.pxc-bg {
    transition: all 600ms ease;
    border-radius: 2px;
    height: 100%;
    width: calc(100% - 75px);
    position: absolute;
    z-index: 0;
    pointer-events: none;
    left: 75px;
    background-size: cover;
    background-position: right;
    background-color: #205a5d;
}
.silver .pxc-bg {
    height: 100%;
    background-size: contain;
}
@media screen and (max-width: 700px) {
    .silver .pxc-bg {
        height: 60%;
        top: 30px;
    }
}
.bronze .pxc-bg {
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    width: 480px;
    height: 100%;
    max-height: 80px;
    border-radius: 0;
    background-position: 0 -10px;
}
@media screen and (max-width: 900px) {
    .pxc-bg {
        left: 50px;
    }
}
@media screen and (max-width: 700px) {
    .pxc-bg {
        left: 0;
        top: 0;
        height: 200px;
        width: 100%;
        border-radius: 0;
    }
    .silver .pxc-bg {
        background-position: top right;
    }
}
.pxc-subcard {
    transition: all 600ms ease;
    border-radius: 3px;
    background: #1f949b;
    width: 650px;
    margin: 25px 20px 25px -25px;
    z-index: 0;
    padding: 15px 25px 15px 40px;
    position: relative;
    display: flex;
    flex-direction: column;
    box-shadow: 0 1px 1rem rgba(10, 10, 25, 0.3);
}
@media screen and (min-width: 700px) {
    .silver .pxc-subcard {
        margin: 0 0 0 -75px;
        padding: 15px 25px 15px 90px;
    }
}
@media screen and (max-width: 700px) {
    .silver .pxc-subcard {
        padding: 15px;
        margin: 5px;
        flex: 0 1 auto;
    }
}
.bronze .pxc-subcard {
    position: absolute;
    bottom: 0;
    margin: 0;
    padding: 15px 10px 10px 70px;
    width: 80%;
    height: auto;
    max-height: 80px;
    border-radius: 0;
}
@media screen and (max-width: 900px) {
    .pxc-subcard {
        margin-right: 120px;
        margin-left: -32px;
        width: 80%;
    }
}
@media screen and (max-width: 700px) {
    .pxc-subcard {
        margin: 25px 15px 30px 15px;
        padding: 60px 25px 20px;
        height: auto;
        flex: 1 0 auto;
        width: 80%;
    }
    .silver .pxc-subcard {
        padding-top: 20px;
    }
}
.pxc-stopper {
    transition: all 600ms ease;
    height: 100%;
    width: calc(60%);
    background: #FFF8;
    display: block;
    position: absolute;
    z-index: 0;
    left: 75px;
}
.bronze .pxc-stopper {
    display: none;
}
@media screen and (max-width: 900px) {
    .pxc-stopper {
        left: 50px;
    }
}
@media screen and (max-width: 700px) {
    .pxc-stopper {
        left: 0;
        width: 100%;
        top: 200px;
        height: calc(100% - 200px);
        background: white;
        border-radius: 0;
    }
    .silver .pxc-stopper {
        height: 50%;
        bottom: 0;
        top: initial;
    }
}
.pxc-tags {
    position: absolute;
    bottom: -15px;
    right: 10px;
    height: 32px;
    overflow: hidden;
    text-align: right;
}
.silver .pxc-tags, .bronze .pxc-tags {
    display: none;
}
.pxc-tags div {
    color: white;
    display: inline-block;
    background: #8855DD;
    border-radius: 12px;
    padding: 2px 10px;
    line-height: 1.7;
    margin: 4px 4px;
    font-size: 12px;
    height: 20px;
}
@media screen and (max-width: 700px) {
    .pxc-tags {
        height: 64px;
        text-align: center;
        position: relative;
        width: 100%;
        bottom: 0;
        left: 0;
        margin-bottom: 10px;
    }
    .pxc-tags div {
        color: #8855DD;
        border: solid 1px #8855DD;
        background: transparent;
    }
}
.pxc-title {
    font-size: 24px;
    margin-bottom: 4px;
    color: white;
    width: calc(100% - 50px);
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    flex: 0 0 auto;
}
.bronze .pxc-title {
    font-size: 18px;
}
@media screen and (max-width: 700px) {
    .pxc-title {
        font-size: 16px;
        white-space: initial;
        overflow: initial;
        text-overflow: initial;
    }
}
.pxc-sub {
    font-size: 14px;
    margin: 2px 0 8px 0;
    flex: 1 1 auto;
    overflow: hidden;
    /*  -webkit-mask-image: linear-gradient(black 80%, transparent 100%);
    */
    color: #a6aad1;
}
.silver .pxc-sub {
    overflow: visible;
}
@media screen and (max-width: 700px) {
    .pxc-sub {
        font-size: 13px;
    }
}
.pxc-feats {
    font-size: 13px;
    color: #ffffff;
    flex: 1 1 auto;
    padding-bottom: 5px;
    margin-bottom: 5px;
    line-height: 1.3;
    overflow: hidden;
    /*  -webkit-mask-image: linear-gradient(black 50%, transparent 100%);
    */
}
.silver .pxc-feats, .bronze .pxc-feats {
    display: none;
}
@media screen and (max-width: 700px) {
    .pxc-feats {
        font-size: 12px;
        margin-top: 10px;
        text-align: center;
    }
}
.pxc-feats span:not(:first-child):before {
    content: " • ";
    margin: 3px;
}
.bottom-row {
    flex: 0 1 auto;
    margin-top: 10px;
    display: flex;
    justify-items: space-around;
    align-items: center;
}
@media screen and (max-width: 700px) {
    .bottom-row {
        border-top: solid 1px rgba(255, 255, 255, 0.05);
        padding-top: 5px;
    }
}
.bottom-row .pxc-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.bronze .bottom-row .pxc-info {
    display: none;
}
@media screen and (max-width: 700px) {
    .bottom-row .pxc-info {
        position: absolute;
        bottom: -28px;
        left: -10px;
        justify-content: space-between;
        width: 100%;
    }
    .bottom-row .pxc-info .region {
        color: #112;
        font-size: 13px;
        text-transform: uppercase;
    }
}
.bottom-row .links {
    display: flex;
    align-content: flex-end;
    flex: 1 0 auto;
    justify-content: flex-end;
}
.bottom-row .links a {
    color: #99D;
    font-size: 28px;
    text-align: center;
    width: 48px;
    height: 48px;
    display: inline-block;
    margin: 0 10px;
    cursor: pointer;
}
.bronze .bottom-row .links a {
    display: none;
}
.bottom-row .links a:hover {
    color: #EEF;
}
@media screen and (max-width: 700px) {
    .bottom-row .links {
        justify-content: center;
        margin-top: 10px;
        margin-bottom: -10px;
    }
    .bottom-row .links a {
        color: #a6aad1;
    }
}
.bottom-row .flags {
    overflow: hidden;
    height: 23px;
}
.bottom-row .flags span {
    margin: 2px 6px;
    background: white;
    border-radius: 3px;
    width: 24px;
    height: 16px;
    display: inline-block;
}
.bottom-row .region {
    color: white;
    margin-left: 8px;
}
.bronze .discordLink {
    display: flex !important;
    position: absolute;
    left: -5px;
    bottom: 5px;
    justify-content: space-around;
    align-items: center;
}
.opacityins {
    opacity: 0;
}
.collapsible-link {
    width: 100%;
    position: relative;
    text-align: left;
}
.collapsible-link::before {
    content: "\f107";
    position: absolute;
    top: 50%;
    right: 0.8rem;
    transform: translateY(-50%);
    display: block;
    font-family: "FontAwesome";
    font-size: 1.1rem;
}
.collapsible-link[aria-expanded="true"]::before {
    content: "\f106";
}
.card-header {
    padding: 0px !important;
}
.fa-arrow-circle-down {
    font-size: 30px;
    padding-left: 10px;
    margin-bottom: 10px;
}
.btn {
    white-space: normal !important;
}
.raddios-img {
    border-radius: 30px;
}
/* Utilities */

.user-card::after, .user-card img {
    border-radius: 50%;
}
.user-card, .user-stats {
    display: flex;
}
.user-card {
    padding: 2.5rem 2rem;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, .5);
    max-width: 100%;
    box-shadow: 0 0 30px rgba(0, 0, 0, .15);
    margin: 1rem;
    position: relative;
    transform-style: preserve-3d;
    overflow: hidden;
}
.user-card::before, .user-card::after {
    content: '';
    position: absolute;
    z-index: -1;
}
.user-card::before {
    width: 100%;
    height: 100%;
    border: 1px solid #FFF;
    border-radius: 10px;
    top: -.7rem;
    left: -.7rem;
}
.user-card::after {
    height: 15rem;
    width: 15rem;
    background-color: #4FA3D8;
    top: -8rem;
    right: -8rem;
    box-shadow: 2rem 6rem 0 -3rem #FFF
}
.user-card img {
    width: 8rem;
    min-width: 80px;
    box-shadow: 0 0 0 5px #FFF;
}
.user-info {
    margin-left: 1.5rem;
}
.user-name {
    margin-bottom: 1rem;
}
.user-name h2 {
    font-size: 1.3rem;
}
.user-name h4 {
    font-size: .8rem;
    color: #333
}
.user-text {
    font-size: 13px;
    margin-bottom: 1rem;
}
.user-stats {
    margin-bottom: 1rem;
}
.user-stats li {
    min-width: 5rem;
}
.user-stats li h3 {
    font-size: .99rem;
}
.user-stats li h4 {
    font-size: .75rem;
}
.user-links button {
    font-family: 'Poppins', sans-serif;
    min-width: 120px;
    padding: .5rem;
    border: 1px solid #222;
    border-radius: 5px;
    font-weight: bold;
    cursor: pointer;
    transition: all .25s linear;
}
.user-links .follow-btn, .user-links .view-btn:hover {
    background-color: #222;
    color: #FFF;
}
.user-links .view-btn, .user-links .follow-btn:hover {
    background-color: transparent;
    color: #222;
}
@media screen and (max-width: 600px) {
    .user-card {
        display: block;
    }
    .user-info {
        margin-left: 0;
        margin-top: 1.5rem;
    }
    .user-links button {
        min-width: 100px;
    }
}
.col-kit-calendario {
    background: #4FA3D8;
    color: #FFFFFF;
    padding: 10px;
    /* Puedes ajustar el grosor y el color del borde */
    border-radius: 10px 10px 0 0;
    /* Aquí se establece el radio de borde para las esquinas superiores */
    padding: 20px;
    /* Añade un poco de relleno para mejor visibilidad */
    margin-top: 10px;
    /* Añade un margen superior para separación del contenido superior */
}
#myc-container {
    background: #FFFFFF !important;
    -webkit-box-shadow: 0px 3px 5px -4px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 3px 5px -4px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 3px 5px -4px rgba(0, 0, 0, 0.75);
    padding: 25px;
    font-size: 12px !important;
}
.container-calendario {
    margin-top: 20px;
}
.col-md-especificaciones {
    margin: 30px;
}
.opinion-card {
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 20px;
    background-color: #f9f9f9;
}
.opinion-header {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
.opinion-header h5 {
    margin: 0;
    margin-left: 10px;
}
.opinion-body p {
    margin: 0;
}
.opinion-footer {
    font-size: 0.9em;
    color: #6c757d;
    margin-top: 10px;
}
.stars {
    color: #002B5E;
    /* Color azul para las estrellas */
    margin-left: 10px;
}
.user-card::before {
    content: "";
    background-image: url('../img/neuronas.jpg');
    background-size: cover;
    /* Asegura que la imagen cubra todo el elemento */
    background-position: center;
    /* Centra la imagen */
    position: absolute;
    /* Permite posicionar el pseudo-elemento dentro del padre */
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0.4;
    /* Ajusta la opacidad según tus necesidades */
    z-index: -1;
    /* Coloca el pseudo-elemento detrás del contenido del div */
}
.user-img {
    position: relative;
}
.user-stats {
    margin-bottom: 0;
}
.user-links {
    position: absolute;
    right: 0;
    top: 0;
}
.contenedorGeneral1 {
    padding: 80px;
    padding-top: 50px;
    position: relative;
    top: 40px;
}
.contenedorGeneral2 {
    padding: 80px;
    position: relative;
    bottom: 100px;
}



.content-item.grey {
	background-color:#F0F0F0;
}

.content-item h2 {
	font-weight:700;
	font-size:35px;
	line-height:45px;
	text-transform:uppercase;
}

.content-item h3 {
	font-weight:400;
	font-size:20px;
	color:#555555;
	margin:10px 0 15px;
	padding:0;
}

.content-headline {
	height:1px;
	text-align:center;
}

.content-headline h2 {
	background-color:#FFFFFF;
	display:inline-block;
	margin:-20px auto 0;
	padding:0 20px;
}

.grey .content-headline h2 {
	background-color:#F0F0F0;
}

.content-headline h3 {
	font-size:10px;
	color:#AAAAAA;
	display:block;
}



#comments form {
	margin-bottom:30px;
}

#comments .btn {
	margin-top:7px;
}

#comments form fieldset {
	clear:both;
}

#comments form textarea {
	height:100px;
}

#comments .media {
	border-top:1px dashed #DDDDDD;
	padding:20px 0;
	margin:0;
}

#comments .media > .pull-left {
    margin-right:20px;
}

#comments .media img {
	max-width:100px;
}

#comments .media h4 {
	margin:0 0 10px;
}

#comments .media h4 span {
	font-size:14px;
	float:right;
	color:#999999;
}

#comments .media p {
    font-size: 13px;
    margin-bottom:15px;
    text-align:justify;
}

#comments .media-detail {
	margin:0;
}

#comments .media-detail li {
	color:#AAAAAA;
	font-size:1px;
	padding-right: 10px;
	font-weight:600;
}

#comments .media-detail a:hover {
	text-decoration:underline;
}

#comments .media-detail li:last-child {
	padding-right:0;
}

#comments .media-detail li i {
	color:#666666;
	font-size:15px;
	margin-right:10px;
}

.about-us {
    /*    background-color: red !important;*/
}

.section-title {
    color: #002B5E;
    margin-bottom: 1rem;
}

.section-title-blue {
    color: #28a745;
    margin-bottom: 1rem;
}

.text-verde{
    color: #8ccab3;
    margin-bottom: 1rem;
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

.badge {
    font-size: 1rem;
    padding: 0.5rem 1rem;
}

.icono-blue{
    color: #002B5E;
}


.border-azul-sobre {
    border: 4px solid #ffffff; /* Borde blanco */
    padding: 5px; /* Espacio entre el borde blanco y el borde azul */
    box-shadow: 0 0 0 4px #9BD0B9; /* Borde azul alrededor del borde blanco */
}

.border-white-sobre {
    border: 4px solid #ffffff; /* Borde blanco */
    padding: 5px; /* Espacio entre el borde blanco y el borde azul */
    box-shadow: 0 0 0 4px #ffffff; /* Borde azul alrededor del borde blanco */
}

.border-azul {
    position: relative;
    display: inline-block;
}

.border-azul::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 50%; /* Altura de la "U" invertida */
    border-top: 4px solid #111111; /* Borde blanco en la parte superior */
    border-left: 4px solid #002B5E; /* Borde izquierdo azul */
    border-right: 4px solid #002B5E; /* Borde derecho azul */
    border-bottom: none; /* No se aplica borde en la parte inferior */
    border-radius: 50%;
    z-index: 1;
}

.border-azul img {
    position: relative;
    z-index: 2; /* Asegura que la imagen se mantenga encima del borde */
    border-radius: 50%; /* Mantén la imagen circular */
    display: block;
    width: 100%; /* Asegura que la imagen sea responsiva */
}


.buscarPaciente{
    background-image: url('../img/image.png');
    padding-top: 100px; 
    padding-bottom: 100px;
}

.tituloBuscarPaciente{
    color: #ffffff;
    text-shadow: -1px -1px 0 #52B25B, 1px -1px 0 #52B25B, -1px 1px 0 #52B25B, 1px 1px 0 #52B25B;
}
.morde-pagina-buscar{
    background:#0069D9;

}

.parallax {
    min-height: 50px; 
    background-attachment: fixed;
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: auto; /* o 'contain' si prefieres que se ajuste a la esquina sin cortar */
    position: relative;
    z-index: 1;
}

.parallax::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}


.parallax2 {
    background-image: url('../img/expednienteClinico.jpg');
    min-height: 500px; 
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
}

.parallax2::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(11, 77, 255, 0.2); /* Optional: Add a dark overlay for better text visibility */
    z-index: -1;
}

.bordered-text {
    color: white; /* Cambia el color del texto según lo necesites */
    text-shadow:
    -1px -1px 0 #002B5E,  
    -1px  1px 0 #002B5E,
    1px  1px 0 #002B5E,
    -2px -2px 0 #002B5E,  
    2px -2px 0 #002B5E,
    -2px  2px 0 #002B5E,
    2px  2px 0 #002B5E; /* Ajusta el color del borde según lo necesites */
}

.backgroudDrPerfiloTH{
    padding: 20px;
}
.backgroudDrPerfilo{
    background:rgba(0, 105, 217, 0.0);
    padding: 20px;
}

/* Custom Styles for Tabs */
/* styles.css */
.custom-tabs .nav-link {
    border: 12px solid #ffffff;
    border-radius: 0.25rem;
    padding: 0.752rem 1.25rem;
    margin-bottom: -1px;
    background-color: #ffffff; /* Color azul primario */
    color: #fff;
}

.custom-tabs .nav-link.active {
    border-bottom: 12px solid #ffffff;

    background-color: #2DA64A; /* Azul más oscuro para el estado activo */
    color: #ffffff !important;
    border-color: #2DA64A;;
}

.custom-tabs .nav-link:hover {
    background-color: #0056b3; /* Azul más oscuro para el estado hover */
    color: #ffffff !important;
    border-color: #0056b3;
}
.image-container {
    display: flex;
    gap: 5px; /* Espacio entre las imágenes */
    flex-wrap: wrap;
    justify-content: center;
}

.image-container img {
    width: 100px; /* Tamaño fijo para las imágenes */
    height: 100px; /* Tamaño fijo para las imágenes */
    object-fit: cover; /* Mantiene la proporción de la imagen y recorta si es necesario */
}

.border-azul-verde-sobre {
    border: 1px solid transparent; /* Grosor del borde */
    border-radius: 50%; /* Hace que el borde siga la forma circular de la imagen */
    padding: 2px; /* Espacio entre la imagen y el borde */
    background: linear-gradient(118deg, rgba(0,123,255,0.6166841736694677) 50%, rgba(44,167,73,1) 92%); /* Degradado del borde */
    -webkit-background-clip: border-box; /* Asegura que el fondo se recorte dentro del borde */
    background-clip: border-box;
}

.cedulaText{
    font-size: 13px;
}

.list-with-green-dots{
    font-size: 13px !important;
}

.list-with-green-dots li {
    position: relative;
    padding-left: 20px;
}

.list-with-green-dots li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 10px;
    height: 10px;
    background-color: green;
    border-radius: 50%;
    transform: translateY(-50%);
    font-size: 1px !important;
}

.certificadosMas{
    padding-top: 100px !important;
}

.certificadosMas .col-md-4 {
    display: flex;
    align-items: center;
}



.certificadosMas h3 {
    margin-right: 15px; /* Ajusta este valor según sea necesario */
}
.certificado-img {
  border-radius: 8px; /* Añade bordes redondeados */
  transition: transform 0.3s ease, box-shadow 0.3s ease; /* Transición suave para hover */
}

.certificado-img:hover {
  transform: scale(1.05); /* Agranda ligeramente la imagen */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Añade sombra */
}

.enfermedades ul {
    padding-left: 0;
    list-style-type: none;
}

.enfermedades li {
    margin-bottom: 10px;
    font-size: 1.1em;
}

.enfermedades i {
    margin-right: 10px;
    color: #002B5E; /* Color de los iconos */
}
.theadTablaPrecios{
    background: #002B5E;
    color: #ffffff;
}
.opiniones .opinion {
    margin-bottom: 20px;
    font-size: 1.1em;
}

.opiniones .opinion p {
    margin-bottom: 10px;
}
.btn-mapa{
  background: #002B5E !important;
}
.opiniones i {
    color: #002B5E; /* Color de los iconos */
    margin-right: 10px;
    font-size: 1.2em;
}

.rating {
    color: #ffcc00; /* Color de las estrellas */
}

.div-Btn-VermasSobremi {
    margin-top: 20px;
}

.div-Btn-VermasSobremi .btn {
    font-size: 1.2em;
}





/*galerya*/


.slicknav_menu {
    background: #f7f7f7;
    padding: 0;
    margin-bottom: 30px;
    text-align: left;
    display: none;
}

@media (max-width: 576px) {
    .slicknav_menu {
        display: block;
    }
}

.slicknav_btn {
    display: none;
}

.slicknav_nav ul {
    margin: 0;
}

.slicknav_nav .slicknav_row:hover {
    border-radius: 0;
    background: transparent;
    color: #222222;
}

.slicknav_nav a:hover {
    border-radius: 0;
    background: transparent;
    color: #222222;
}

.slicknav_nav .slicknav_row,
.slicknav_nav a {
    padding: 11px 25px;
    margin: 0;
    color: #222222;
    font-size: 16px;
    font-weight: 700;
    border-bottom: 1px solid #e9e9e9;
}

.slicknav_nav .slicknav_item a {
    border-bottom: none;
}

/*---------------------
   Hero section
   -----------------------*/

   .hero__section {
    padding-top: 120px;
    margin-bottom: 90px;
}

@media (max-width: 576px) {
    .hero__section {
        padding-top: 30px;
    }
}

.slide-item {
    padding: 0 5px;
    outline: none;
    cursor: pointer;
}

.slick-center.slide-item img {
    padding: 0;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.hero-slider .slick-track {
    -webkit-transition: all 0.1s;
    -o-transition: all 0.1s;
    transition: all 0.1s;
}

.slide-item img {
    height: 570px;
    padding: 65px 0;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

@media (max-width: 576px) {
    .slide-item img {
        padding: 0;
    }
}

.hero-text-slider {
    text-align: center;
    padding-top: 50px;
    max-width: 800px;
    margin: 0 auto;
}

/*---------------------
   Footer section
   -----------------------*/

   .footer__copyright__text {
    text-align: center;
    padding-bottom: 5px;
}

.footer__copyright__text p {
    font-size: 16px;
}

.footer__copyright__text i {
    color: #d32a2a;
}

.footer__copyright__text a {
    color: #7E858B;
    text-decoration: underline;
}

.footer__copyright__text a:hover {
    color: #8DB952;
}

.parallaxNone{
   /* background-image: url('../img/logoDrsConectaServicios5.png'); 
    background-repeat: no-repeat; 
    position: relative; top:100px*/
}

.seccion-Expediente{
    background: #0069D9;
}
.text-white{
    color: #FFFFFF;
}



.checkbox-group {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    max-width: 600px;
    user-select: none;
    & > * {
        margin: .5rem 0.5rem;
    }
}



.checkbox-group-legend {
    font-size: 1.5rem;
    font-weight: 700;
    color: #9c9c9c;
    text-align: center;
    line-height: 1.125;
    margin-bottom: 1.25rem;
}

.checkbox-input {
    // Code to hide the input
    clip: rect(0 0 0 0);
    clip-path: inset(100%);
    height: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    width: 1px;

    &:checked + .checkbox-tile {
        border-color: #2260ff;
        box-shadow: 0 5px 10px rgba(#000, 0.1);
        color: #2260ff;
        &:before {
            transform: scale(1);
            opacity: 1;
            background-color: #2260ff;
            border-color: #2260ff;
        }
        
        .checkbox-icon, .checkbox-label {
            color: #2260ff;
        }
    }
    
    &:focus + .checkbox-tile {
        border-color: #2260ff;
        box-shadow: 0 5px 10px rgba(#000, 0.1), 0 0 0 4px #b5c9fc;
        &:before {
            transform: scale(1);
            opacity: 1;
        }
    }
}

.checkbox-tile {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 7rem;
    min-height: 7rem;
    border-radius: 0.5rem;
    border: 2px solid #b5bfd9;
    background-color: #fff;
    box-shadow: 0 5px 10px rgba(#000, 0.1);
    transition: 0.15s ease;
    cursor: pointer;
    position: relative;

    &:before {
        content: "";
        position: absolute;
        display: block;
        width: 1.25rem;
        height: 1.25rem;
        border: 2px solid #b5bfd9;
        background-color: #fff;
        border-radius: 50%;
        top: 0.25rem;
        left: 0.25rem;
        opacity: 0;
        transform: scale(0);
        transition: 0.25s ease;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='192' height='192' fill='%23FFFFFF' viewBox='0 0 256 256'%3E%3Crect width='256' height='256' fill='none'%3E%3C/rect%3E%3Cpolyline points='216 72.005 104 184 48 128.005' fill='none' stroke='%23FFFFFF' stroke-linecap='round' stroke-linejoin='round' stroke-width='32'%3E%3C/polyline%3E%3C/svg%3E");
        background-size: 12px;
        background-repeat: no-repeat;
        background-position: 50% 50%;
    }

    &:hover {
        border-color: #2260ff;
        &:before {
            transform: scale(1);
            opacity: 1;
        }
    }
}

.checkbox-icon {
    transition: .375s ease;
    color: #494949;
    svg {
        width: 3rem;
        height: 3rem;
    }
}

.checkbox-label {
    color: #707070;
    transition: .375s ease;
    text-align: center;
}
.icono-tip_usu{
    font-size:30px;
}

#spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1000;
}



/*NUEVOS ESTILOS PRINCIPAL CON PROGRAMA*/

.full-height {
    min-height: calc(100vh - 80px); /* Adjust this if needed based on menu height */
}
.absolute-center {
    align-items: center;
    justify-content: center;
    text-align: center;
}
.menu-banner h1 {
    font-size: 3rem !important;
    font-weight: bold;
}
@media (max-width: 768px) {
    .menu-banner h1 {
        font-size: 2.2rem !important;
    }
    .menu-banner .form-control {
        width: 100%;
    }
}

/*reels*/

