* {
    font-family: 'Poppins', sans-serif;
}

.tab-content {
    padding: 1rem;
}

.light-bg {
    background: #fafafa;
}

.main {
    position: relative;
}

.navbar {
    background: rgba(26, 62, 88, 1);
    backdrop-filter: blur(4px);
    z-index: 999999;
}

.navbar .container-fluid {
    padding-left: 4rem;
    padding-right: 4rem;
}

.navbar-brand img {
    width: 433px;
}

.navbar-brand span {
    font-weight: 600;
    font-size: 18px;
    line-height: 27px;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-left: 15px;
}

.navbar .navbar-nav .nav-item .nav-link {
    color: #FFFFFF;
    font-weight: 600;
    font-size: 18px;
    line-height: 27px;
}

.navbar .navbar-nav .nav-item .nav-link:hover {
    color: #FFB800;
}

.navbar .navbar-nav li:first-child {
    margin-right: 30px;
}

.navbar .navbar-nav li:nth-child(2) {
    margin-right: 30px;
}

.navbar .navbar-nav li:nth-child(3) {
    margin-right: 30px;
}

.navbar-toggler {
    border: none;
}

.navbar-toggler:focus {
    box-shadow: none;
}

.navbar .dropdown-toggle::after {
    content: none;
}

.dropdown-menu li {
    margin-right: 0 !important;
}

/* Hero Section */
.hero {
    height: 65vh;
    position: relative;
    background-image: url('../images/hero.png');
    margin-top: 109px;
}

.hero-vector {
    position: absolute;
    right: 0;
    height: 100%;
    width: 50%;
    object-fit: cover;
    z-index: 0;
}

.hero-circle {
    position: absolute;
    left: 0;
    top: -56.817px;
    z-index: -1;
    max-width: 100%;
}

.hero-circle2 {
    position: absolute;
    right: 20%;
    bottom: 36.817px;
    z-index: -1;
}

.hero-circle3 {
    position: absolute;
    right: 0;
    top: -56.817px;
    z-index: -1;
}

.hero-circle4 {
    position: absolute;
    right: 0;
    top: 12.817px;
    z-index: 0;
}

.hero-logo {
    position: absolute;
    right: 20px;
    bottom: 12px;
    z-index: 0;
    width: 250px;
}

.hero-title {
    color: #ffffff;
    font-family: Poppins;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 30px;
}

.hero-content {
    color: #FFFFFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.hero-primary-text {
    color: #7FCCC8;
}

.hero-btn-1 {
    padding: 14px 28px;
    border-radius: 8px;
    background: var(--primary-colour-default, #1A9D9F);
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
}

.hero-btn-2 {
    border-radius: 8px;
    padding: 14px 28px;
    border: 1px solid var(--primary-colour-light, #7FCCC8);
    color: #7FCCC8;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
}

.carousel .caption {
    position: absolute;
    color: #FFFFFF;
    top: 220px;
    z-index: 15;
    width: 100%;
    text-align: center;
    font-weight: 400;
    font-size: 46px;
    line-height: 74px;
    white-space: break-spaces;
}

.carousel .caption p {
    margin-bottom: 0;
}

.carousel-inner {
    height: 65vh;
}

.carousel-item {
    position: relative;
}

.carousel-item .overlay {
    position: absolute;
    background-color: #0000001C;
    width: 100%;
    height: 100%;
    top: 0;
    opacity: 1;
}

.carousel-indicators {
    top: 165px;
    bottom: unset;
}

.carousel-indicators button {
    text-indent: 0;
    margin: 0 10px !important;
    width: 15px !important;
    height: 15px !important;
    border: 1px solid white !important;
    border-radius: 100%;
    line-height: 30px;
    color: #fff;
    background-color: transparent !important;
    transition: all 0.25s ease;
}

.carousel-indicators .active {
    background-color: #FFFFFF !important;
    border: none !important;
    width: 17px !important;
    height: 17px !important;
}

/* Seating section */
.seating {
    position: relative;
    width: 100%;
    margin-top: 32px;
    z-index: 9999;
}

#myTabContent {
    background: #1A3E58;
    border-radius: 18px;
    padding: 30px;
}

#myTab {
    padding-left: 60px;
    border-bottom: none;
}

#myTab .nav-item {
    border-radius: 8px 8px 0 0;
    margin-right: 10px;
}

#myTab .nav-item .nav-link {
    border-radius: 8px 8px 0 0;
    background: transparent;
    border: 1px solid #1A3E58;
    border-bottom: none;
    color: #1A3E58;
}

#myTab .nav-item .nav-link.active {
    background: #1A3E58;
    border: none;
    color: #FFFFFF;
    border-radius: 8px 8px 0 0;
}

#myTabContent .card {
    height: 375px;
}

/* Senado */
.parties {
    padding-left: 0 !important;
}

.parties li {
    list-style: none;
    display: flex;
    align-items: center;
    font-size: 12px;
    margin-bottom: 16px;
    cursor: pointer;
}

.parties li img {
    margin-right: 10px;
    width: 15px;
    height: 15px;
}

.parties li:hover {
    font-weight: bold !important;
}

.person:hover img {
    filter: none;
}

.footer {
    background: #1A3E58;
    color: #FFFFFF;
    text-align: center;
    padding: 15px;
    border-bottom: 6px solid #307083;
}

.footer p {
    margin-bottom: 0;
}

.footer .social-links {
    gap: 20px;
}

.ver-mas {
    background: linear-gradient(90deg, #AEE2F2 6.14%, #D9EBF8 57.61%, #E2F0FA 98.5%);
    border: none;
    color: #1A3E58;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
}

.avt {
    aspect-ratio: 1;
    object-fit: cover;
    border-radius: 50%;
    filter: grayscale(1);
}

/* Methodology */
.breadcrumb-m {
    height: 308px;
    background-image: url('../images/method_banner.png');
    position: relative;
    display: flex;
    align-items: end;
    justify-content: center;
    background-size: cover;
}

.m-card-container {
    --bs-gutter-y: 1.5rem;
}

.m-space-bottom {
    margin-bottom: 90px;
}

.m-space-top {
    margin-bottom: 90px;
}

.m-title {
    color: #1A3E58;
    font-weight: bold !important;
    font-size: 18px;
    text-align: center;
}

.blue-box {
    background-color: #1A3E58;
    color: #ffffff;
    padding: 32px;
    border-radius: 12px;
    height: 100%;
}

.blue-box-title {
    font-weight: bold !important;
    font-size: 18px !important;
    text-align: center !important;
    color: #ffffff !important;
    margin-bottom: 30px;
}

.blue-box-content p {
    font-size: 14px !important;
    text-align: left !important;
    color: #ffffff !important;
}

.m-card {
    border-radius: 12px;
    background: var(--background-colour-light, #FFF);
    /* card shadow */
    box-shadow: 2px 4px 15px 0px rgba(0, 0, 0, 0.07);
    padding: 24px;
    height: 100%;
}

.m-card-title {
    color: var(--primary-colour-default, #1A9D9F) !important;
    font-size: 18px !important;
    font-weight: bold !important;
}

.m-card-title a {
    color: var(--primary-colour-default, #1A9D9F) !important;
    text-decoration: none;
}

.m-card-title a:hover {
    color: var(--primary-colour-default, #1A9D9F) !important;
    text-decoration: underline;
}

.m-space-y {
    --bs-gutter-y: 1rem;
}

.m-card-content {
    color: #000000;
    font-size: 18px;
}

.caution {
    border-radius: 22px;
    background: rgba(48, 112, 131, 0.18);
    padding: 30px;
}

.caution p {
    color: var(--text-colour-default, #585B60) !important;
    font-size: 16px;
    font-weight: 400;
    margin-top: 20px;
    margin-bottom: 0;
}

.voting-cage {
    border-radius: 12px;
    background: var(--background-colour-default, #F4F5F5);
    padding: 24px;
}

.voting-cage-title {
    color: #595959;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.voters {
    display: flex;
    padding: 0px 12px;
    align-items: flex-start;
    align-content: flex-start;
    gap: 9px;
    align-self: stretch;
    flex-wrap: wrap;
}

.voting-cage-footer {
    color: var(--primary-colour-default, #1A9D9F);
    font-size: 14px;
    font-weight: 400;
}

.voting-cage-footer a {
    color: var(--primary-colour-default, #1A9D9F);
    text-decoration: none;
}

/* About Us Page */
.breadcrumb {
    height: 270px;
    background-image: url('../images/slider/slide1.png');
    position: relative;
    display: flex;
    align-items: end;
    justify-content: center;
}

.breadcrumb .overlay {
    position: absolute;
    background-color: #000000;
    width: 100%;
    height: 100%;
    top: 0;
    opacity: 0.7;
    z-index: 0;
}

.breadcrumb .title {
    color: #ffffff;
    font-size: 56px;
    font-weight: 400;
    z-index: 1;
    margin-bottom: 1rem;
    text-align: center;
}

.font-38 {
    font-size: 38px !important;
}

.about {
    margin-top: 80px;
    margin-bottom: 80px;
}

.about h2 {
    color: #1A3E58;
    font-weight: 700;
    font-size: 36px;
}

.about h4 {
    color: #1A3E58;
    font-weight: 700;
}

.about p {
    color: #1A3E58;
    font-size: 18px;
    font-weight: 400;
}

.our-values, .who-are-we {
    margin-top: 60px;
}

.our-values .accordion .accordion-header button {
    color: #1A3E58;
    font-size: 23px;
    font-weight: 700;
}

.our-values .accordion .accordion-item {
    border-bottom: none;
}

/* Senado */
.senado {
    padding-left: 5rem;
    padding-right: 5rem;
}

.senado .row {
    --bs-gutter-y: 1rem;
    margin-bottom: 20px;
}

.senado-title {
    font-weight: 500;
    font-size: 18px;
    text-transform: capitalize;
}

.senado .card {
    border: none;
    background: #FFFFFF;
    box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.11);
    border-radius: 8px;
}

.senado .card .card-body .row {
    --bs-gutter-y: 1rem;
}

.senado-active {
    color: #1A3E58;
    font-weight: bold;
}

.empty-box {
    background: #F6F6F6;
    border-radius: 12px;
    padding: 26px 16px;
}

.profile {
    /* border: 0px solid #1A3E58; */
    border-radius: 4px;
    padding: 1rem;
    color: #1A3E58;
    text-decoration: none;
    font-weight: bold;
    font-size: 16px;
    background: var(--Gradient-Blue, linear-gradient(90deg, #AEE2F2 6.14%, #D9EBF8 57.61%, #E2F0FA 98.5%));
}

.profile-active {
    color: #ffffff !important;
    background: #1A3E58 !important;
}

.radius8 {
    border-radius: 8px !important;
}

.progress {
    border-radius: 1rem;
}

.avatar img {
    border-radius: 50%;
    width: 140px;
    height: 140px;
    object-fit: cover;
}

.avatar h3 {
    font-size: 18px;
    margin-bottom: 0;
}

.avatar h4 {
    font-size: 15px;
}

.member-info {
    background: #F6F6F6;
    padding: 16px;
    border-radius: 8px;
}

.profile-info {
    background: #F6F6F6;
    border-radius: 8px;
}

.profile-info ul {
    margin-bottom: 0;
    list-style: none;
    padding: 16px;
}

.profile-info ul li:not(:last-child) {
    padding-bottom: 10px;
}

.profile-info ul li a{
    text-decoration: none;
    color: #1A3E58;
}

.party-circle {
    width: 15px;
    height: 15px;
    border-radius: 50%;
}

.ranges {
    overflow: auto;
    margin-left: 1rem;
}

/* Utilities */
.font-primary-color {
    color: #1A3E58 !important;
}

.font-success-color {
    color: #068340;
}

.font-secondary-color {
    color: #595959;
}

.font-red-color {
    color: #EB222E !important;
}

.home-btn {
    text-decoration: none;
    font-weight: 600;
    font-size: 12px;
    color: #1A3E58;
    border: 1px solid #1A3E58;
    border-radius: 8px;
    padding: 10px 20px 10px 20px;
    display: inline-flex;
    align-items: center;
}

.mt-8 {
    margin-top: 4rem;
}

.collapse-transition {
    -webkit-transition: height 1s ease;
    -moz-transition: height 1s ease;
    -o-transition: height 1s ease;
    transition: height 1s ease;
}

.bg-primary {
    background-color: #1A3E58 !important;
}

.bg-secondary {
    background: #307083 !important;
}

.bg-white {
    color: #ffffff;
}

.extra-border {
    border: 4px solid #1A3E58;
    border-radius: 12px;
}

.rounded-border {
    border-radius: 12px;
}

.left-rounded-border {
    border-radius: 8px 0 0 8px !important;
}

.right-rounded-border {
    border-radius: 0 8px 8px 0 !important;
}

.no-border-radius {
    border-radius: 0 !important;
}

.no-text-decoration {
    text-decoration: none;
    color: #000000;
}

.preloader {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.lds-spinner {
    color: official;
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}
.lds-spinner div {
    transform-origin: 40px 40px;
    animation: lds-spinner 1.2s linear infinite;
}
.lds-spinner div:after {
    content: " ";
    display: block;
    position: absolute;
    top: 3px;
    left: 37px;
    width: 6px;
    height: 18px;
    border-radius: 20%;
    background: #1A3E58;
}
.lds-spinner div:nth-child(1) {
    transform: rotate(0deg);
    animation-delay: -1.1s;
}
.lds-spinner div:nth-child(2) {
    transform: rotate(30deg);
    animation-delay: -1s;
}
.lds-spinner div:nth-child(3) {
    transform: rotate(60deg);
    animation-delay: -0.9s;
}
.lds-spinner div:nth-child(4) {
    transform: rotate(90deg);
    animation-delay: -0.8s;
}
.lds-spinner div:nth-child(5) {
    transform: rotate(120deg);
    animation-delay: -0.7s;
}
.lds-spinner div:nth-child(6) {
    transform: rotate(150deg);
    animation-delay: -0.6s;
}
.lds-spinner div:nth-child(7) {
    transform: rotate(180deg);
    animation-delay: -0.5s;
}
.lds-spinner div:nth-child(8) {
    transform: rotate(210deg);
    animation-delay: -0.4s;
}
.lds-spinner div:nth-child(9) {
    transform: rotate(240deg);
    animation-delay: -0.3s;
}
.lds-spinner div:nth-child(10) {
    transform: rotate(270deg);
    animation-delay: -0.2s;
}
.lds-spinner div:nth-child(11) {
    transform: rotate(300deg);
    animation-delay: -0.1s;
}
.lds-spinner div:nth-child(12) {
    transform: rotate(330deg);
    animation-delay: 0s;
}
@keyframes lds-spinner {
    0% {
      opacity: 1;
    }
    100% {
      opacity: 0;
    }
}

/* Project */
.project-breadcrumb {
    height: 105px;
}

.project-title {
    color: #1A3E58;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.project-subtitle {
    border: 1px solid #307083;
    border-radius: 12px;
    padding: 12px 8px;
}

.project, .member-information {
    padding-left: 4rem;
    padding-right: 4rem;
}

.tags {
    margin-left: 0px;
}

.tag {
    padding: 4px 6px 4px 6px;
    border-radius: 4px;
    color: #CBCBCB;
    font-weight: 600;
    background: #F9F9F9;
    font-size: 12px;
    white-space: nowrap;
}

.tag-active {
    background: #7FCCC8;
    color: #1A3E58;
}

.active-phase {
    background-color: #7FCCC8 !important;
}

.active-phase a {
    color: #ffffff !important;
}

.member-progress {
    margin-top: 20px;
    border-radius: 8px;
    background: #7FCCC8;
    padding: 8px;
    margin-left: 0px;
}

.member-progress .progress-container {
    background-color: #ffffff;
}

.si {
    color: #068340;
    font-size: 12px;
    font-weight: 500;
}

.absent {
    color: #6a6a6a;
    font-size: 12px;
    font-weight: 500;
}

.no {
    color: #EB222E;
    font-size: 12px;
    font-weight: 500;
}

.project-item {
    background: #F9F9F9;
    border-radius: 56px;
    padding: 12px 16px;
    color: #1A3E58;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    white-space: nowrap;
}

.project-item a {
    text-decoration: none;
    color: #1A3E58;
    font-size: 16px;
    font-weight: 500;
}

.project-item:hover a {
    color: #ffffff;
}

.project-item:hover {
    color: #ffffff !important;
    background: #7FCCC8;
}

.project-date {
    font-size: 12px;
    font-weight: 500;
    color: #000000;
}

.project-impact {
    color: #1A3E58;
    font-size: 12px;
    font-weight: 600;
    padding: 12px 16px;
    border: 2px solid #1A3E58;
    border-radius: 56px;
    text-decoration: none;
    white-space: nowrap;
}

.project-impact:hover {
    background: #1A3E58;
    color: #ffffff;
}

.progress-visual {
    width: 100%;
}

.member-information {
    background: #FAFAFA;
    padding-top: 16px;
    padding-bottom: 16px;
    margin-top: 16px;
}

.member-information .card {
    border: 0;
}

#v-pills-tab {
    gap: 1rem;
}

.sideway-tab {
    writing-mode: tb-rl;
    transform: rotate(180deg);
    font-size: 12px;
    font-weight: 500;
    border-radius: 0px 12px 12px 0 !important;
    color: #1A3E58;
    border: 1px solid #1A3E58;
    border-left: 0;
    background-color: #ffffff !important;
    -webkit-appearance: none;
}

.sideway-tab.active {
    background-color: #1A3E58 !important;
}

.tab-left-curve {
    border-radius: 12px 0px 0px 12px !important;
}

.tab-right-curve {
    border-radius: 0px 12px 12px 0px !important;
}

.normal-tab {
    font-size: 12px;
    font-weight: 500;
    color: #1A3E58;
    border: 1px solid #1A3E58;
    width: 50%;
}

.normal-tab.active {
    background-color: #1A3E58 !important;
}

#v-pills-tabContent {
    border-radius: 12px 12px 12px 12px;
}

.tax-reform {
    border-left: 5px solid #1A3E58;
}

.tax-reform a:first-child {
    font-size: 18px;
    font-weight: 500;
    color: #1A3E58;
    margin-bottom: 0;
    text-decoration: none;
}

.tax-reform p:first-child {
    font-size: 18px;
    font-weight: 500;
    color: #1A3E58;
    margin-bottom: 0;
}

.tax-reform p:last-child {
    font-size: 16px;
    font-weight: 400;
    color: #000000;
    margin-bottom: 0;
}

.object-container {
    padding: 2.5rem;
}

#object {
    cursor: pointer;
}

.object {
    color: #1A3E58;
    font-weight: 400;
    font-size: 18px;
}

.object-text {
    font-size: 16px;
    font-weight: 300;
}

.authors {
    padding-top: 24px;
}

.authorimg {
    width: 27px;
    height: 27px;
    object-fit: cover;
    border-radius: 50%;
}

.author-header {
    color: #1A3E58;
    font-size: 18px;
    font-weight: 400;
}

.author-name {
    font-size: 16px;
    font-weight: 300;
    color: #595959;
    margin-top: 16px;
}

.author-name button {
    background-color: #ECECEC;
    font-size: 16px;
    font-weight: 300;
    color: #000000;
    border: none;
    padding-left: 2rem;
    padding-right: 2rem;
    white-space: nowrap;
}

.author-name button:hover {
    background-color: #1A3E58;
}

.other-info {
    margin-top: 26px;
    border-top: 1px solid #1A3E58;
    border-bottom: 1px solid #1A3E58;
    padding: 16px;
}

.info-value p:first-child {
    font-size: 18px;
    font-weight: 400;
    color: #1A3E58;
}

.info-value p:last-child {
    font-size: 16px;
    font-weight: 400;
    color: #595959;
}

.other-info img {
    width: 22px;
    height: 18px;
    margin-top: 5px;
}

.summary {
    background: #EAF1F5;
    border-radius: 5px;
    padding: 13px 16px 13px 16px;
    color: #000000;
    font-size: 16px;
    font-weight: 400;
}

.ponentes-modal-text {
    color: #000000;
    font-size: 12px;
    text-decoration: none;
    font-weight: 300;
}

.popover {
    /* left: 125px !important; */
    border: none !important;
    border-radius: 8px 8px 8px 0 !important;
    box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.11) !important;
}

.popover-body {
    padding: 5px 15px 5px 15px;
    color: #1A3E58;
    font-weight: 500;
    font-size: 12px;
}

.popover-arrow {
    display: none !important;
}

.project-pop {
    color: #595959 !important;
}

#ponentes-modal button {
    background: #EEEEEE !important;
    color: #000000;
    font-size: 12px;
    font-weight: 300;
    border: none !important;
}

#authors-modal button {
    background: #EEEEEE !important;
    color: #000000;
    font-size: 12px;
    font-weight: 300;
    border: none !important;
}

.afinidad .card {
    min-height: 600px;
    padding: 16px 26px;
    text-align: center;
}

.member-profile p {
    font-weight: 500;
    font-size: 10px;
    color: #000000;
}

.back-btn {
    background: #F0F0F0;
    border-radius: 4px;
    font-weight: 400;
    font-size: 16px;
    color: #000000;
    padding: 17px 21px;
    text-decoration: none;
}

.chart-stat {
    /* background: #ffffff; */
    border-radius: 12px;
    padding-right: 0.75rem;
    padding: 17px 0px;
    overflow: auto;
}

.chart-stat div:first-child {
    margin-right: 1rem !important;
}

.chart-stat div:nth-child(2) {
    margin-right: 1rem !important;
}

.afinidad-info {
    padding-left: 4rem;
    padding-right: 4rem;
}

.impactobutton {
    background-image: url('../images/impactobg.png');
    background-size: cover;
    padding: 10px;
    display: block;
    width: 100%;
    border-radius: 10px;
    color: #ffffff;
    text-decoration: none;
}

/* Mobile Member Info Card */
.mobile-card .card {
    background: #FAFAFA !important;
    border-radius: 12px;
}

.mobile-profile {
    padding: 1rem;
    color: #1A3E58;
    text-decoration: none;
    font-weight: bold;
    font-size: 16px;
    background: #FFFFFF;
    box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.11);
    border-radius: 4px;
}

.progress-indicator {
    color: #1A3E58;
    font-weight: 300;
    font-size: 12px;
}

.vertical-progress {
    width: 10px;
    height: 60px;
    background: #e9ecef;
    border-radius: 22px;
    position: relative;
}

.progress-value {
    background: #068340;
    border-radius: 22px;
    width: 10px;
    height: 50%;
    bottom: 0;
    position: absolute;
}

.mobile-member-info h3 {
    font-size: 14px;
    font-weight: 500;
    color: #000000;
}

.mobile-member-info h4 {
    font-size: 12px;
    font-weight: 400;
    color: #000000;
}

.alta {
    color: #b2d581;
    font-weight: 600;
    font-size: 16px;
}

.media {
    color: #ffeb84;
    font-weight: 600;
    font-size: 16px;
}

.muy-bajo {
    color: #f9696b;
    font-weight: 600;
    font-size: 16px;
}

.baja {
    color: #fba977;
    font-weight: 600;
    font-size: 16px;
}

.muy-alta {
    color: #63be7b;
    font-weight: 600;
    font-size: 16px;
}

.afinidad-active {
    border: 4px solid #1A3E58;
    border-radius: 12px;
    padding: 10px;
    margin-bottom: 20px;
    margin-top: 10px;
}

.chart-header {
    color: #000000;
    font-size: 20;
}

.hide-parties-box {
    display: block;
}

.info-panel {
    background: #1A3E58;
    border-radius: 18px;
    padding: 30px;
}

.info {
    border-radius: 14px;
    background-color: #ffffff;
    padding: 1rem;
}

/* New Design */
.expand-all {
    color: #1A3E58;
    border: 1px solid #1A3E58;
    border-radius: 10px;
    width: max-content;
    padding: 8px;
    font-weight: 600;
    font-size: 12px;
    cursor: pointer;
}

.accordion-item {
    border: none !important;
    border-radius: 0 !important;
}

.accordion-button:not(.collapsed) {
    background-color: transparent !important;
}

.accordion-button {
    border-radius: 0 !important;
    padding-left: 0 !important;
    border-bottom: 1px solid #7FCCC8 !important;
}

.accordion-button:focus {
    border-bottom: 1px solid #7FCCC8 !important;
    box-shadow: none !important;
}

.tab-pane-content-box {
    max-height: 580px;
    overflow: auto;
}

.accodian-text {
    font-size: 14px;
    margin-bottom: 0;
    color: #595959;
}

.accodian-text-primary {
    font-size: 14px;
    margin-bottom: 0;
    color: #7FCCC8;
}

.observation {
    background-color: #F4F5F5;
    padding: 15px;
    border-radius: 12px;
}

.footer-title {
    color: #7FCCC8;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    text-align: left;
}

.footer-info-text {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    text-align: left;
}

.footer-info-text-right {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: right;
}

.footer-info-text-right a {
    color: #ffffff;
    text-decoration: underline;
    font-weight: 400;
}

.footer-link {
    text-align: right;
}

.footer-link a {
    color: var(--primary-colour-light, #7FCCC8);
    font-family: Poppins;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-decoration-line: underline;
}

.sub-title {
    color: #585B60;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
}

.project-header {
    border-radius: 8px;
    background: var(--Gradient-Blue, linear-gradient(90deg, #AEE2F2 6.14%, #D9EBF8 57.61%, #E2F0FA 98.5%));
    padding: 15px;
}

.project-header p {
    color: #000;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 0;
    text-align: center;
}

.project-list-item {
    display: flex;
    justify-content: space-between;
    border-bottom: 0.5px solid var(--Text-Colour-Disabled, #CBCBCB);
    padding: 12px;
}

.project-list-button {
    border-radius: 8px;
    background: var(--Bar-Fill, #7FCCC8);
    padding: 8px 32px;
    text-decoration: none;
    color: #fff;
}

.projects-box {
    position: relative;
    padding-top: 80px;
    padding-bottom: 80px;
}

.ellipse1 {
    position: absolute;
    left: 0;
    top: -106px;
    z-index: -1;
}

.ellipse2 {
    position: absolute;
    right: -42.5px;
    top: 0;
    z-index: -1;
}

.empty-projects {
    text-align: center;
    padding-top: 15px;
}

.rightcard {
    position: relative;
}

.rightcard h2 {
    position: absolute;
    top: -6px;
    width: 100%;
    text-align: center;
    color: white;
}

/* Phase 3 */
.analisis {
    position: relative;
    width: 100%;
    padding: 32px;
    background-color: #F7F8F8;
}

.analisis-title {
    color: #1A3E58;
    font-size: 24px;
    font-weight: 600;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    border-bottom: 2px solid var(--Secondary-Colour-Light, #1A9D9F);
    padding-bottom: 10px;
}

.thumbnails {
    padding-top: 32px;
    padding-bottom: 32px;
}

/* the slides */
.slick-slide {
    padding: 0 20px;
}

.slick-next:before {
    content: '' !important;
}

.slick-prev:before {
    content: '' !important;
}

/* .slick-list {
    padding-left: 16px !important;
    padding-right: 16px !important;
} */

.slick-next {
    right: 0 !important;
}

.slick-prev {
    left: -10px !important;
}

.slick-track {
    margin-left: 0 !important;
}

.thumb-carousel-item {
    position: relative;
    background-color: #fff;
    padding: 14px;
    box-shadow: 2px 4px 15px 0px rgba(0, 0, 0, 0.07);
    border-radius: 6px;
}
  
.thumb-carousel-item img {
    width: 100%;
    height: 145px;
    object-fit: cover;
    border-radius: 10px;
}
  
.thumb-carousel-caption {
    padding: 20px 0px 0px 0px;
}
  
.thumb-carousel-caption h3 {
    color: #1A3E58;
    font-size: 16px;
    font-weight: bold;
}
  
.thumb-btn {
    border: 1px solid #1A9D9F;
    color: #1A9D9F;
    padding: 5px 10px;
    font-size: 14px;
    font-weight: 600;
    border-radius: 5px;
    cursor: pointer;
    text-decoration: none;
}

.analisis-footer {
    padding-top: 32px;
}

.analisis-footer p {
    font-size: 14px;
    font-weight: 500;
}

.floating-btns {
    position: fixed;
    right: 0;
    top: 50%;
    z-index: 99999;
}

.expand-arrow {
    background-color: #1A9D9F;
    border-radius: 2px;
    padding-top: 33px;
    padding-bottom: 33px;
}

.collapse-arrow {
    background-color: #1A3E58;
    border-radius: 2px;
    padding-top: 33px;
    padding-bottom: 33px;
}

.fab {
    border-radius: 8px;
    padding: 16px 32px;
    background-color: #1A9D9F;
    text-decoration: none;
    color: #FFFFFF;
}

.lost-member {
    border: 3px solid #EB222E;
    filter: none !important;
}

.lost-icon {
    position: absolute;
    right: 20px;
}

/* Responsive */
@media only screen and (max-width: 600px) {
    .rightcard h2 {
        font-size: 16px;
    }

    .lost-icon {
        position: absolute;
        right: 9px;
    }

    .hero-title {
        font-size: 18px;
    }

    .hero-content {
        font-size: 12px;
    }
    
    .navbar {
        background-color: #1A3E58;
    }

    .navbar .container-fluid {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .navbar-brand {
        margin-right: 0;
    }

    .navbar-brand img {
        width: 250px;
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .navbar-brand span {
        display: none;
    }

    .brand-text {
        display: block !important;
        font-weight: 600;
        font-size: 14px;
        line-height: 27px;
        text-transform: uppercase;
        color: #FFFFFF;
    }

    .seating {
        position: relative;
        width: 100%;
        margin-top: 32px;
    }

    .carousel .caption {
        font-size: 20px;
        line-height: 30px;
        top: 130px;
    }

    .carousel-indicators {
        top: unset;
        bottom: 5px;
    }

    #myTab {
        padding-left: 0;
    }

    #myTab .nav-item .nav-link {
        border: 1px solid #1A3E58;
        color: #1A3E58;
        border-bottom: none;
    }

    #myTabContent {
        border-radius: 0 18px 18px 18px;
    }

    #myTabContent .row > div:last-child {
        display: none;
    }

    #myTabContent .row > div:first-child {
        margin-bottom: 30px !important;
    }

    #myTabContent .row > div:first-child .parties:last-child {
        display: block !important;
    }

    .ver-mas {
        width: 100%;
    }

    .senado {
        padding-left: 20px;
        padding-right: 20px;
    }

    .font-38 {
        font-size: 26px !important;
    }

    .select-party {
        display: block !important;
    }

    .page-title {
        display: none !important;
    }

    .party-list {
        height: 200px;
        overflow: auto;
    }

    .party-selector {
        display: block !important;
    }

    .back-container {
        display: none;
    }

    .project-breadcrumb {
        height: 80.125px !important;
    }

    /* .progress-visual {
        display: none;
    } */

    .member-progress {
        background: #ffffff;
    }

    .mobile-card {
        display: block;
    }

    .desktop-card {
        display: none;
    }

    .member-information {
        background: #ffffff;
    }

    .project, .member-information {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    #v-pills-tab {
        display: none;
    }

    #h-pills-tab {
        display: flex;
    }

    #v-pills-tabContent {
        background: #ffffff !important;
    }

    .afinidad-info {
        display: none;
    }

    .object-container {
        padding: 1rem;
    }

    .afinidad .card {
        min-height: auto;
        box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.11);
        border-radius: 4px;
        margin-bottom: 15px;
    }

    #chartBox1, #chartBox2, #chartBox3, #chartBox4 {
        width: 200px !important;
    }

    .afinidad-info {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .mobile-stat {
        display: block;
    }

    .desktop-stat {
        display: none;
    }

    .member-progress {
        margin-left: 0;
    }

    .tags {
        margin-left: 0;
    }

    .profile {
        font-size: 13px;
        padding: 0.5rem;
    }

    .hero {
        height: 50vh;
        margin-top: 83px;
    }

    .carousel-inner {
        height: 50vh;
    }

    .hide-parties-box {
        display: none;
    }

    .no-member-card {
        border: none !important;
        background: transparent !important;
        box-shadow: none !important;
        border-radius: 0 !important;
    }

    .no-member-card .card-body {
        padding: 0 !important;
    }

    .member-info-box {
        border: none !important;
        background: #FFFFFF !important;
        box-shadow: none !important;
        border-radius: 0 !important;
    }

    .mobile-button {
        padding: 0;
        border: none;
        justify-content: center !important;
    }

    .mobile-button img {
        display: none;
    }

    .ranges {
        margin-left: 0;
    }
}

@media only screen and (min-width: 600px) {
    .rightcard h2 {
        font-size: 16px;
    }

    .lost-icon {
        position: absolute;
        right: 17px;
    }    

    .navbar {
        background-color: #1A3E58;
    }

    .navbar .container-fluid {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .navbar-brand {
        margin-right: 0;
    }

    .navbar-brand img {
        width: 250px;
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .navbar-brand span {
        display: none;
    }

    .brand-text {
        display: block !important;
        font-weight: 600;
        font-size: 14px;
        line-height: 27px;
        text-transform: uppercase;
        color: #FFFFFF;
    }

    .seating {
        position: relative;
        width: 100%;
        margin-top: 32px;
    }

    .seating .container {
        max-width: 100%;
    }

    .carousel .caption {
        font-size: 20px;
        line-height: 30px;
        top: 130px;
    }

    .carousel-indicators {
        top: unset;
        bottom: 5px;
    }

    #myTab {
        padding-left: 0;
    }

    #myTab .nav-item .nav-link {
        border: 1px solid #1A3E58;
        color: #1A3E58;
        border-bottom: none;
    }

    #myTabContent {
        border-radius: 0 18px 18px 18px;
    }

    #myTabContent .row > div:last-child {
        display: none;
    }

    #myTabContent .row > div:first-child {
        margin-bottom: 30px;
    }

    #myTabContent .row > div:first-child .parties:last-child {
        display: block !important;
    }

    .ver-mas {
        width: 100%;
    }

    .senado {
        padding-left: 20px;
        padding-right: 20px;
    }

    .font-38 {
        font-size: 30px !important;
    }

    .select-party {
        display: block !important;
    }

    .page-title {
        display: none !important;
    }

    .party-list {
        height: 200px;
        overflow: auto;
    }

    .party-selector {
        display: block !important;
    }

    .back-container {
        display: none;
    }

    .project-breadcrumb {
        height: 80.125px !important;
    }

    /* .progress-visual {
        display: none;
    } */

    .member-progress {
        background: #ffffff;
    }

    .mobile-card {
        display: block;
    }

    .desktop-card {
        display: none;
    }

    .member-information {
        background: #ffffff;
    }

    .project, .member-information {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    #v-pills-tab {
        display: none;
    }

    #h-pills-tab {
        display: flex;
    }

    #v-pills-tabContent {
        background: #ffffff !important;
    }

    .afinidad-info {
        display: none;
    }

    .object-container {
        padding: 1rem;
    }

    .afinidad .card {
        min-height: auto;
        box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.11);
        border-radius: 4px;
        margin-bottom: 15px;
    }

    #chartBox1, #chartBox2, #chartBox3, #chartBox4 {
        width: 200px !important;
    }

    .mobile-stat {
        display: block;
    }

    .desktop-stat {
        display: none;
    }

    .member-progress {
        margin-left: 0;
    }

    .tags {
        margin-left: 0;
    }

    .profile {
        font-size: 13px;
        padding: 0.5rem;
    }

    .hero {
        height: 50vh;
        margin-top: 83px;
    }

    .carousel-inner {
        height: 50vh;
    }

    .hide-parties-box {
        display: none;
    }

    .no-member-card {
        border: none !important;
        background: transparent !important;
        box-shadow: none !important;
        border-radius: 0 !important;
    }

    .no-member-card .card-body {
        padding: 0 !important;
    }

    .member-info-box {
        border: none !important;
        background: #FFFFFF !important;
        box-shadow: none !important;
        border-radius: 0 !important;
    }

    .mobile-button {
        padding: 0;
        border: none;
        justify-content: center !important;
    }

    .mobile-button img {
        display: none;
    }

    .ranges {
        margin-left: 0;
    }
}

@media only screen and (min-width: 768px) {
    .rightcard h2 {
        font-size: 16px;
    }

    .lost-icon {
        position: absolute;
        right: 10px;
    }    

    .navbar {
        background: rgba(26, 62, 88, 1);
        backdrop-filter: blur(4px);
    }

    .navbar .container-fluid {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .navbar-brand {
        margin-right: 1rem;
    }
    
    .navbar-brand img {
        width: 433px;
    }
    
    .navbar-brand span {
        font-weight: 600;
        font-size: 18px;
        line-height: 27px;
        text-transform: uppercase;
        color: #FFFFFF;
        margin-left: 15px;
    }

    .seating {
        position: relative;
        width: 100%;
        margin-top: 32px;
    }

    .seating .container {
        max-width: 100%;
    }

    .carousel .caption {
        font-size: 30px;
        line-height: 40px;
        top: 220px;
    }

    #myTab {
        padding-left: 0;
    }

    #myTab .nav-item .nav-link {
        border: 1px solid #1A3E58;
        color: #1A3E58;
        border-bottom: none;
    }

    #myTabContent {
        border-radius: 0 18px 18px 18px;
    }

    #myTabContent .row > div:last-child {
        display: block;
    }    

    .parties li {
        align-items: start;
    }

    .carousel-indicators {
        top: 165px;
        bottom: unset;
    }

    #myTabContent .row > div:first-child .parties:last-child {
        display: none !important;
    }

    .ver-mas {
        width: unset;
    }

    .senado {
        padding-left: 20px;
        padding-right: 20px;
    }

    .font-38 {
        font-size: 30px !important;
    }

    .select-party {
        display: none !important;
    }

    .page-title {
        display: block !important;
    }

    .party-list {
        height: auto;
        overflow: auto;
    }

    .party-selector {
        display: none !important;
    }

    .back-container {
        display: block;
    }

    .project-breadcrumb {
        height: 105.125px !important;
    }

    .progress-visual {
        display: block;
    }

    .member-progress {
        background: #1A3E58;
    }

    .mobile-card {
        display: block;
    }

    .desktop-card {
        display: none;
    }

    .member-information {
        background: #ffffff;
    }

    .project, .member-information {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    #v-pills-tab {
        display: none;
    }

    #h-pills-tab {
        display: flex;
    }

    #v-pills-tabContent {
        background: #ffffff !important;
    }

    .afinidad-info {
        display: none;
    }

    .object-container {
        padding: 2.5rem;
    }

    .afinidad .card {
        min-height: auto;
        box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.11);
        border-radius: 4px;
        margin-bottom: 15px;
    }

    #chartBox1, #chartBox2, #chartBox3, #chartBox4 {
        width: 200px !important;
    }

    .mobile-stat {
        display: block;
    }

    .desktop-stat {
        display: none;
    }

    .member-progress {
        margin-left: 0;
    }

    .tags {
        margin-left: 0;
    }

    .profile {
        font-size: 13px;
        padding: 0.5rem;
    }

    .hero {
        height: 50vh;
        margin-top: 109px;
    }

    .carousel-inner {
        height: 50vh;
    }

    .hide-parties-box {
        display: block;
    }

    .no-member-card {
        border: none !important;
        background: #FFFFFF !important;
        box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.11) !important;
        border-radius: 8px !important;
    }

    .no-member-card .card-body {
        padding: 1.5rem!important;
    }

    .member-info-box {
        border: none !important;
        background: #FFFFFF !important;
        box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.11) !important;
        border-radius: 8px !important;
    }

    .mobile-button {
        padding: 1rem;
        border: 0px solid #1A3E58;
        justify-content: space-between !important;
    }

    .mobile-button img {
        display: block;
    }

    .progress-text {
        display: block;
    }

    .ranges {
        margin-left: 0rem;
    }
}

@media only screen and (min-width: 992px) {
    .rightcard h2 {
        font-size: 16px;
    }

    .navbar {
        background: rgba(26, 62, 88, 1);
        backdrop-filter: blur(4px);
    }

    .lost-icon {
        position: absolute;
        right: 10px;
    }    
    
    .navbar-brand {
        margin-right: 1rem;
    }

    .navbar-brand img {
        width: 433px;
    }
    
    .navbar-brand span {
        font-weight: 600;
        font-size: 18px;
        line-height: 27px;
        text-transform: uppercase;
        color: #FFFFFF;
        margin-left: 15px;
    }

    .seating {
        position: relative;
        width: 100%;
        margin-top: 32px;
    }

    .carousel .caption {
        font-size: 30px;
        line-height: 54px;
        top: 220px;
    }

    #myTab {
        padding-left: 60px;
    }

    #myTab .nav-item .nav-link {
        border: 1px solid #1A3E58;
        border-bottom: none;
        color: #1A3E58;
    }

    #myTabContent {
        border-radius: 18px;
    }

    #myTabContent .row > div:last-child {
        display: block;
    }
    
    .carousel-indicators {
        top: 165px;
        bottom: unset;
    }

    .senado {
        padding-left: 20px;
        padding-right: 20px;
    }

    .font-38 {
        font-size: 38px !important;
    }

    .project-breadcrumb {
        display: block;
    }

    .mobile-card {
        display: none;
    }

    .desktop-card {
        display: block;
    }

    .member-information {
        background: #FAFAFA;
    }

    .project, .member-information {
        padding-left: 4rem;
        padding-right: 4rem;
    }

    #v-pills-tab {
        display: flex;
    }

    #h-pills-tab {
        display: none;
    }

    #v-pills-tabContent {
        background: #1A3E58 !important;
    }

    .afinidad-info {
        display: block;
    }

    .afinidad .card {
        min-height: 600px;
    }

    #chartBox1, #chartBox2, #chartBox3, #chartBox4 {
        width: 80% !important;
    }

    .mobile-stat {
        display: none;
    }

    .desktop-stat {
        display: block;
    }

    .member-progress {
        margin-left: 0px;
    }

    .tags {
        margin-left: 0px;
    }

    .profile {
        font-size: 16px;
        padding: 1rem;
    }

    .hero {
        height: 65vh;
    }

    .carousel-inner {
        height: 65vh;
    }

    .ranges {
        margin-left: 1rem;
    }
}

@media only screen and (min-width: 1200px) {
    .rightcard h2 {
        font-size: 20px;
    }

    .lost-icon {
        position: absolute;
        right: 10px;
    }    

    .navbar {
        background: rgba(26, 62, 88, 1);
        backdrop-filter: blur(4px);
    }

    .navbar .container-fluid {
        padding-left: 4rem;
        padding-right: 4rem;
    }
    
    .navbar-brand {
        margin-right: 1rem;
    }

    .navbar-brand img {
        width: 433px;
    }
    
    .navbar-brand span {
        font-weight: 600;
        font-size: 18px;
        line-height: 27px;
        text-transform: uppercase;
        color: #FFFFFF;
        margin-left: 15px;
    }

    .seating {
        position: relative;
        width: 100%;
        margin-top: 32px;
    }

    #myTab .nav-item .nav-link {
        border: 1px solid #1A3E58;
        border-bottom: none;
        color: #1A3E58;
    }

    #myTabContent .row > div:last-child {
        display: block;
    }    

    .seating .container {
        max-width: 1140px;
    }

    .carousel-indicators {
        top: 165px;
        bottom: unset;
    }

    .carousel .caption {
        font-size: 40px;
        line-height: 60px;
    }   

    .senado {
        padding-left: 5rem;
        padding-right: 5rem;
    }    
}

@media only screen and (min-width: 1400px) {
    .rightcard h2 {
        font-size: 24px;
    }

    .lost-icon {
        position: absolute;
        right: 20px;
    }    

    .navbar {
        background: rgba(26, 62, 88, 1);
        backdrop-filter: blur(4px);
    }
    
    .navbar-brand {
        margin-right: 1rem;
    }

    .navbar-brand img {
        width: 433px;
    }
    
    .navbar-brand span {
        font-weight: 600;
        font-size: 18px;
        line-height: 27px;
        text-transform: uppercase;
        color: #FFFFFF;
        margin-left: 15px;
    }

    .seating {
        position: relative;
        width: 100%;
        margin-top: 32px;
    }

    #myTab .nav-item .nav-link {
        border: 1px solid #1A3E58;
        border-bottom: none;
        color: #1A3E58;
    }

    #myTabContent .row > div:last-child {
        display: block;
    }    

    .seating .container {
        max-width: 1340px;
    }

    .carousel-indicators {
        top: 165px;
        bottom: unset;
    }

    .carousel .caption {
        font-size: 40px;
        line-height: 60px;
    }    
}

.search-box {
    display: flex;
    align-items: center;
    background: white;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 10px 15px;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
    gap: 10px;
}

.search-box i {
    color: #aaa;
    margin-right: 10px;
}

.search-box input {
    border: none;
    outline: none;
    font-size: 16px;
    flex: 1;
}

.search-results-title {
    margin-top: 20px;
    font-size: 16px;
    font-weight: bold;
}

.results {
    margin-top: 10px;
    max-height: 400px;
    overflow-y: auto;
    padding-right: 10px;
}

.category {
    background: #eee;
    padding: 15px;
    border-radius: 8px;
    margin-bottom: 10px;
}

.category-title {
    font-weight: bold;
    color: #1a202c;
    margin-bottom: 5px;
}

.no-results {
    color: #777;
}

/* For Webkit Browsers (Chrome, Safari) */
::-webkit-scrollbar {
    width: 8px; /* Adjust width as needed */
    border-radius: 10px;
}

::-webkit-scrollbar-track {
    background: #e3ebf2; /* Light track color */
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    background: #196775; /* Dark teal scrollbar thumb */
    border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
    background: #155a67; /* Slightly darker on hover */
}

.project-pdf {
    text-decoration: none;
    color: #1A3E58;
}

.project-pdf:hover {
    color: #155a67;
}