:root {
    /* primarios */
    --c-primary: #487A61;
    --c-secondary: #F5BD50;
    /* color pallet */
    --c-crsd-50: #f2f7f4;
    --c-crsd-100: #dfece3;
    --c-crsd-200: #c1d9ca;
    --c-crsd-300: #98bda8;
    --c-crsd-400: #6b9c82;
    --c-crsd-500: #487a61;
    --c-crsd-600: #37644e;
    --c-crsd-700: #2c5040;
    --c-crsd-800: #254033;
    --c-crsd-900: #1f352b;
    --c-crsd-950: #111d18;
}

body {
    background: rgb(107, 156, 130);
    background: linear-gradient(45deg, rgba(107, 156, 130, 1) 0%, rgba(193, 217, 202, 1) 100%);
    color: var(--c-crsd-950);
}

section {
    margin: 50px 0;
}

.finsax-bgGreen {
    background-color: var(--c-primary);
}

nav>ul li a,
.txt-sdry {
    color: var(--c-secondary);
}

.nav-link {
    color: var(--c-secondary) !important;
}
.navbar-toggler{
    background-color: var(--c-crsd-600) !important;
}

.smll-muted,
.smll-muted2 {
    font-size: 13px;
    color: var(--c-crsd-400);
}

.smll-muted2 {
    color: var(--c-crsd-950);
}

.card {
    background-color: var(--c-crsd-100);
}

.list-group-item {
    background-color: transparent !important;
}

#logohm {
    width: 90px;
    margin-right: 20px;
}

#logohm-sm {
    width: 50px;
    display: block;
}

.header {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    background-color: var(--c-primary);
    color: var(--c-secondary);
}

/* programacion */
.crssd-cp {
    background-color: var(--c-crsd-600);
    color: var(--c-crsd-50);
    padding: 48px 0;
}

.crssd-p-img {
    order: 2;
}

.crssd-p-img>img {
    width: 100%;
    height: 5.5rem;
    object-fit: cover;
    border-radius: 0.5rem;
}

/* new logos slider */
.sld-patrofsxz {
    width: 100%;
    display: flex;
    flex-shrink: 0;
    flex-direction: column;
    gap: 1rem 0;
    position: relative;
    padding: 1.5rem 0;
    overflow: hidden;
}

.loop-patrofsxz > .content-patrofsxz {
    display: flex;
    width: fit-content;
    animation-name: loop;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-direction: var(--direction);
    animation-duration: var(--duration);
    gap: 1rem;
}

@keyframes loop {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}
.patrofsxz{
   padding: 1rem;
   background-color: var(--c-crsd-400);
   border: 1px solid var(--c-crsd-500);
   border-radius: .3rem;
   width: 100px;
   max-height: 90px;
}
img.patrofsxz {
    width: auto;
    height: auto;
}
/* new logos slider */
header {
    position: relative;
    background-color: #508C6B;
    height: 60vh;
    min-height: 25rem;
    width: 100%;
    overflow: hidden;
}

header video {
    position: absolute;
    top: 50%;
}

body {
    background: rgb(107, 156, 130);
    background: linear-gradient(45deg, rgba(107, 156, 130, 1) 0%, rgba(193, 217, 202, 1) 100%);
    color: var(--c-crsd-950);
}

section {
    margin: 50px 0;
}

.finsax-bgGreen {
    background-color: var(--c-primary);
}

nav>ul li a,
.txt-sdry {
    color: var(--c-secondary);
}

.smll-muted,
.smll-muted2 {
    font-size: 13px;
    color: var(--c-crsd-400);
}

.smll-muted2 {
    color: var(--c-crsd-950);
}

header video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 0;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

header .container {
    position: relative;
    z-index: 2;
}

header .overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #345b48c0;
    z-index: 1;
}

.bg-finsaxHero {
    background-image: url('/assets/img/crssd_bg.png');
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
}

.topTop {
    background-color: #111d1892;
    border-radius: 8px;
    padding: .5rem .8rem;
    color: #98bda8;
    position: fixed;
    bottom: 30px;
    right: 20px;
    z-index: 99;
    font-size: 1.3rem;
    cursor: pointer;
    /* animation */
    animation: reveal both;
    animation-timeline: view();
    animation-range: entry 10% cover 30%;
}

@keyframes reveal {
    from {
        opacity: 0;
        translate: 0 500px
    }

    to {
        opacity: 1;
        translate: 0 0;
    }
}



/* Guests Section */
.guest-sax {
    overflow: hidden;
    height: 150px;
    transition: all ease-in .5s;
    interpolate-size: allow-keywords;
}

.guest-sax::after {
    /* degradado blanco */
    content: "";
    position: absolute;
    bottom: 40px;
    left: 0;
    width: 100%;
    height: 4rem;
    box-shadow: inset 0px -2rem 12px -1rem rgb(223, 236, 227);
    pointer-events: none;
    transition: all ease-in 0.5s;
}
/* read more */
.read-more__checkbox {
    clip: rect(0 0 0 0);
    clip-path: inset(100%);
    height: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    width: 1px;
  }
  label.readmore::before {
    content: attr(data-read-more);
  }
  .read-more__checkbox:checked label.readmore::before {
    content: attr(data-read-less);
  }
.readmore{
    cursor: pointer;
}
.read-more__checkbox:checked ~ .guest-sax{
    height: auto;
}
/* read more */
section.guestsSection{
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    margin: 2.5rem 0;
}
p.card-text.txt-14,
li.list-group-item.brdr-0{
    font-size: 14px !important;
    font-weight: 200;
}
li.list-group-item.brdr-0{
    border:transparent;
    padding: 4px 16px;
}
li.list-group-item.brdr-0:last-child{
    padding-bottom: 16px;
}
.guestsSection > div.card{
    margin-bottom: 1.4rem;
}
@media only screen and (width > 426px) {
    section.guestsSection {
        grid-template-columns: repeat(3, minmax(0, 2fr));
        gap: 20px;
    }
}
/* animation */
.card{
    animation:revealCard both;
animation-timeline: view();
animation-range: entry 20% cover 30%;
}
@keyframes revealCard {
    from {
        opacity: 0;
        translate: 0 500px
    }

    to {
        opacity: 1;
        translate: 0 0;
    }
}
/* Guests Section */

/* a link sax */
a.btn-sax{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
/* map view */
.map-sax{
    position: relative;
    background: url('/assets/img/map-zac24.jpg');
    box-shadow: inset 0 0 0 1000px rgba(17, 29, 24, 0.7);
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 45vh;
    height: auto;
    padding: 50px 0;
    color: var(--c-crsd-50);
}

/* Media Query for devices withi coarse pointers and no hover functionality */
@media only screen and (width > 426px) {
    header {
        height: 60vh;
    }

    .crssd-p-img {
        order: 0;
    }

    .crssd-p-img>img {
        height: auto;
        max-height: 90vh;
    }

    #logohm-sm {
        display: none;
    }
}