.c-grouplist {
    max-width: var(--ancho);
    margin: 6px auto 40px;
    font-family: var(--fontFamily4);
}

.c-grouplist__controls {
    width: 100%;
    max-width: 40rem;
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 2.5rem;
    grid-template-areas: "search" "dropdown";
    margin: 0 auto 3.75rem;
    font-size: 1.5rem;
}

.c-grouplist__searchform {
    width: 100%;
    grid-area: search;
}

.c-searchform__input_container > button {
    position: absolute;
    background-color: inherit;
    border: none;
    right: 0;
    width: 1.5625rem;
    height: 1.5625rem;
    top: 16px;
}

.c-searchform__input_container input {
    width: 100%;
    border-bottom: .125rem solid #000;
    display: block;
    padding-top: 1rem;
    padding-bottom: 0.8rem;
    border-top-style: none;
    border-left-style: none;
    border-right-style: none;
    outline: none;
    font-size: 1.5rem;
}

.c-searchform__input_container {
    position: relative;
}

input::placeholder {
    font-size: 1.5rem;
}

/* .c-dropdown__list {
    list-style: none;
    margin: 0;
    cursor: pointer;
    background-color: #ededed;
    max-height: 0;
    overflow: hidden;
    padding: 0 1.25rem 0 .625rem;
    position: absolute;
    text-align: left;
    transition: height .35s ease-in-out;
    visibility: hidden;
    width: 100%;
} */
.c-grouplist__results-list {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.c-grouplist__result {
    display: grid;
    grid-template-columns: 30% 70%;
    grid-template-areas: "image"
        "content";
    margin: 0 0 1.5625rem!important;
    align-items: center;
}

.c-grouplist__result-content {
    border-width: 1px;
    border-style: solid;
    border-radius: 40px;
    padding: 1rem 2.5rem;
    box-shadow: 0px 10px 15px 3px #abb8c340;
    margin-bottom: 1rem;
}

.c-grouplist__result-name {
    font-size: 1.5rem;
    margin: 0 0 1rem;
    line-height: 1.5;
    text-transform: none;
}

.c-grouplist .datos {
    line-height: 1.5;
    font-size: 1.5rem;
    padding-bottom: 1rem;
    color: #737373;
    font-weight: 100;
}

p.autores {
    line-height: 1.5;
    font-size: 1.5rem;
    padding-bottom: 1rem;
}

.c-grouplist a {
    background: 0 100%/0px 0px linear-gradient(to bottom, #000000 0%, #000000 100%) repeat-x;
    border-radius: 0.3rem;
    transition: background-size .3s, color .3s;
}

header a {
    background: none;

    /* font-weight: 600; */
}

.c-grouplist .fecha {
    text-align: right;
    font-size: 1rem;
}

img.lazyloaded {
    border: 2px solid #332e2e;
    border-radius: 100px;
    max-width: 304px;
}

.pagination-numbers {
    justify-content: center;
    display: flex;
    height: 3rem;
    align-items: center;
}

.pagination-numbers2 {
    justify-content: center;
    height: 3rem;
    display: flex;
    align-items: center;
}

.pag {
    margin-right: 0.5rem;
    margin-left: 0.5rem;
    background-color: #ffffff;
    border-style: none;
    border-width: 1px;
    border-radius: 5px;
    width: 2rem;
    height: 2rem;
    transform: rotate(45deg);
    cursor: pointer;
    font-family: var(--fontFamily5);
    font-size: 1rem;
}

.pag span {
    transform: rotate(-45deg);
    display: block;
}

.pagination-numbers2 button {
    background-color: #efefef;
    border-style: none;
    border-width: 1px;
    border-radius: 5px;
    margin-right: 0.5rem;
    margin-left: 0.5rem;
    transform: rotate(45deg);
    font-family: var(--fontFamily5);
    font-size: 1.5rem;
    display: flex;
    width: 2rem;
    height: 2rem;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.pagination-numbers2 span {
    display: block;
    transform: rotate(-45deg);
}

.activado {
    background-color: #80e9ff;
}

.c-dropdown {
    min-height: 2.9375rem;
    position: relative;
    width: auto;
}

.c-dropdown__button {
    background-color: #fff;
    border: 0;
    border-bottom: 0.125rem solid #000;
    box-shadow: none;
    color: #000;
    cursor: pointer;
    display: block;
    font-size: 1.5rem;
    height: auto;
    padding: 0.75rem 3.125rem 0.75rem 0;
    position: relative;
    text-align: left;
    font-family: inherit;
    content: "";
}

.c-dropdown__button:after {
    content: "";
    display: inline-block;
    width: 14px;
    height: 14px;
    transform: rotate(135deg);
    border-width: 2px 2px 1px 1px;
    border-right: 1px solid;
    border-top: 1px solid;
    height: .625rem;
    position: absolute;
    right: .625rem;
    top: .8125rem;
    transition: all .35s;
    width: .625rem;
}

.c-dropdown__button.expanded:after {
    margin-top: .4375rem;
    transform: rotate(-45deg);
}

.c-dropdown__list.expanded {
    margin-bottom: 2.5rem;
    max-height: 60vh;
    overflow: auto;
    visibility: visible;
}

/* .c-dropdown__button {
    list-style: none;
    margin: 0;
    cursor: pointer;
    background-color: #ededed;
    max-height: 0;
    overflow: hidden;
    padding: 0 1.25rem 0 .625rem;
    position: absolute;
    text-align: left;
    transition: height .35s ease-in-out;
    visibility: hidden;
    width: 100%;
} */
.c-dropdown__button option:first-child {
    padding-top: 1.25rem;
}

.c-dropdown__button option {
    color: #000;
    cursor: pointer;
    font-size: 1.09375rem;
    padding: .625rem;
    text-decoration: none;
}

.punteado {
    background: linear-gradient(90deg,var(--guideDashedColor),var(--guideDashedColor) 50%,transparent 0,transparent);
    background-size: 8px 1px;
    height: 1px;
    bottom: -69px;
    position: relative;
}

.GuidesHomeHeroGraphic {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 120px;
    gap: 16px;
}

@media (min-width:900px) {
    .GuidesHomeHeroGraphic {
        margin-top: 100px;
        margin-bottom: 0;
        position: absolute;
        right: 16px;
        width: 50%;
        display: grid;
        grid-template-columns: repeat(3,254px);
        grid-template-rows: 115px 225px 115px 356px;
        justify-content: flex-end;
    }
}

.GuidesHomeHeroGraphic__card {
    margin: 0 auto 16px;
}

@media (min-width:600px) {
    .GuidesHomeHeroGraphic__card {
        margin: 0 16px 16px 0;
    }
}

@media (min-width:900px) {
    .GuidesHomeHeroGraphic__card {
        margin: 0;
    }
}

.GuidesHomeHeroGraphic__card:first-of-type {
    grid-column: 3;
    grid-row: 1;
}

.GuidesHomeHeroGraphic__card:nth-of-type(2) {
    grid-row: 2;
    grid-column: 2;
}

.GuidesHomeHeroGraphic__card:nth-of-type(3) {
    grid-row: 3;
    grid-column: 1;
}

.GuidesHomeHeroGraphic__card:nth-of-type(4) {
    grid-row: 3;
    grid-column: 3;
}

.GuidesHomeHeroGraphic__card:nth-of-type(5) {
    grid-row: 4;
    grid-column: 2;
}

.GuidesHomeHeroGraphic__card.GuidesCard.GuidesCard--variantAtlasGuides {
    --guidesCardFillColor: #fbb800;
    --guidesCardStrokeColor: #ffd767;
}

.GuidesHomeHeroGraphic__card.GuidesCard.GuidesCard--variantAtlasGuides:nth-of-type(3n - 1) {
    --guidesCardFillColor: #ff8319;
    --guidesCardStrokeColor: #ffad66;
}

.GuidesHomeHeroGraphic__card.GuidesCard.GuidesCard--variantBaaS {
    --guidesCardFillColor: #19c9c9;
    --guidesCardStrokeColor: #66dcdc;
}

.GuidesHomeHeroGraphic__card.GuidesCard.GuidesCard--variantBaaS:nth-of-type(3n - 1) {
    --guidesCardFillColor: #1bc2f6;
    --guidesCardStrokeColor: #67d7f9;
}

.GuidesHomeHeroGraphic__card.GuidesCard.GuidesCard--variantBusinessInsights {
    --guidesCardFillColor: #19c9c9;
    --guidesCardStrokeColor: #66dcdc;
}

.GuidesHomeHeroGraphic__card.GuidesCard.GuidesCard--variantBusinessInsights:nth-of-type(3n - 1) {
    --guidesCardFillColor: #1bc2f6;
    --guidesCardStrokeColor: #67d7f9;
}

.GuidesHomeHeroGraphic__card.GuidesCard.GuidesCard--variantProductResources {
    --guidesCardFillColor: #ff629c;
    --guidesCardStrokeColor: #ff97bd;
}

.GuidesHomeHeroGraphic__card.GuidesCard.GuidesCard--variantProductResources:nth-of-type(3n - 1) {
    --guidesCardFillColor: #a375ff;
    --guidesCardStrokeColor: #c2a3ff;
}

.GuidesHomeHeroGraphic__card.GuidesCard.GuidesCard--variantIndustryUpdates {
    --guidesCardFillColor: #1981e8;
    --guidesCardStrokeColor: #66abf0;
}

.GuidesHomeHeroGraphic__card.GuidesCard.GuidesCard--variantIndustryUpdates:nth-of-type(3n - 1) {
    --guidesCardFillColor: #635bff;
    --guidesCardStrokeColor: #918cff;
}

.GuidesHomeHeroGraphic__card.GuidesCard:nth-of-type(4).GuidesCard--variantAtlasGuides,
.GuidesHomeHeroGraphic__card.GuidesCard:nth-of-type(4).GuidesCard--variantBusinessInsights,
.GuidesHomeHeroGraphic__card.GuidesCard:nth-of-type(4).GuidesCard--variantIndustryUpdates,
.GuidesHomeHeroGraphic__card.GuidesCard:nth-of-type(4).GuidesCard--variantProductResources {
    --guidesCardFillColor: #2c326a;
    --guidesCardStrokeColor: #585e8d;
}

.GuidesCard {
    --guidesCardWidth: 254;
    position: relative;
    width: calc(var(--guidesCardWidth)*1px);
    height: 356px;
    color: #fff;
    cursor: pointer;
}

@media (prefers-reduced-motion:no-preference) {
    .GuidesCard {
        transition: transform .3s;
    }
}

.GuidesCard.GuidesCard--color3 {
    --guidesCardFillColor: #2c326a;
    --guidesCardStrokeColor: #585e8d;
}

.GuidesCard a {
    color: #fff;
}

.GuidesCard--variantAtlasGuides {
    --guidesCardFillColor: #fbb800;
    --guidesCardStrokeColor: #ffd767;
}

.GuidesCard--variantAtlasGuides.GuidesCard--color2 {
    --guidesCardFillColor: #ff8319;
    --guidesCardStrokeColor: #ffad66;
}

.GuidesCard.GuidesCard--variantBaaS {
    --guidesCardFillColor: #19c9c9;
    --guidesCardStrokeColor: #66dcdc;
}

.GuidesCard.GuidesCard--variantBaaS.GuidesCard--color2 {
    --guidesCardFillColor: #1bc2f6;
    --guidesCardStrokeColor: #67d7f9;
}

.GuidesCard--variantBusinessInsights {
    --guidesCardFillColor: #19c9c9;
    --guidesCardStrokeColor: #66dcdc;
}

.GuidesCard--variantBusinessInsights.GuidesCard--color2 {
    --guidesCardFillColor: #1bc2f6;
    --guidesCardStrokeColor: #67d7f9;
}

.GuidesCard--variantProductResources {
    --guidesCardFillColor: #ff629c;
    --guidesCardStrokeColor: #ff97bd;
}

.GuidesCard--variantProductResources.GuidesCard--color2 {
    --guidesCardFillColor: #a375ff;
    --guidesCardStrokeColor: #c2a3ff;
}

.GuidesCard--variantIndustryUpdates {
    --guidesCardFillColor: #1981e8;
    --guidesCardStrokeColor: #66abf0;
}

.GuidesCard--variantIndustryUpdates.GuidesCard--color2 {
    --guidesCardFillColor: #635bff;
    --guidesCardStrokeColor: #918cff;
}

.GuidesCard__card.Card {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 22px 24px;
    background: var(--guidesCardFillColor);
    border-radius: 6px;
}

.GuidesCard__shadow {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.GuidesCard:hover {
    transform: translateY(-8px);
}

.GuidesCard:hover:not(.GuidesCard--hasDisabledHoverArtMask) .GuidesCard__art.GuidesCardArt {
    transform: translateY(8px);
}

.GuidesCard:hover .GuidesCard__shadow:before {
    opacity: 0;
}

.GuidesCard:hover .GuidesCard__shadow:after {
    opacity: 1;
}

.GuidesCard__shadow:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 6px;
    box-shadow: 0 13px 27px -5px rgba(50,50,93,0.25),0 8px 16px -8px rgba(0,0,0,0.3);
}

@media (prefers-reduced-motion:no-preference) {
    .GuidesCard__shadow:before {
        transition: opacity .3s;
    }
}

.GuidesCard__shadow:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 6px;
    box-shadow: 0 50px 100px -20px rgba(50,50,93,0.25),0 30px 60px -30px rgba(0,0,0,0.3);
    opacity: 0;
}

@media (prefers-reduced-motion:no-preference) {
    .GuidesCard__shadow:after {
        transition: opacity .3s, transform .3s;
    }
}

.GuidesCard__art.GuidesCardArt {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: transform .3s;
}

.GuidesCard:not(:hover) .GuidesCard__cta {
    opacity: 0;
}

.GuidesCard__cta {
    position: relative;
    color: #fff;
}

@media (prefers-reduced-motion:no-preference) {
    .GuidesCard__cta {
        transition: opacity .3s;
    }
}

.GuidesCard__cta:hover {
    color: #fff;
}

.GuidesCard__text {
    position: relative;
}

.GuidesCard__category {
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 28px;
    letter-spacing: .2px;
    font-weight: var(--fontWeightSemibold);
    opacity: .64;
}

h1.GuidesCard__title {
    font-size: 23px;
    line-height: 28px;
    font-weight: var(--fontWeightBold);
    letter-spacing: 0;
}

.GuidesHomeHero.HeroSection.Section {
    --sectionPaddingTop: 0;
    z-index: 2;
}

@media (max-width:899px){
    .GuidesHomeHero.HeroSection.Section {
        --sectionPaddingBottom: 120px;
    }
}

@media (min-width:900px) and (max-width:1111px){
    .GuidesHomeHero.HeroSection.Section {
        --sectionPaddingBottom: 360px;
    }
}

@media (min-width:900px){
    .GuidesHomeHero.HeroSection.Section {
        --sectionOverflow: visible;
    }
}

.GuidesHomeHero__layout {
    position: relative;
}

.titulo {
    display: grid;
    row-gap: 25px;
    margin-bottom: 50px;
    margin-top: 50px;
}

.h3-p {
    color: #635bff;
    font-size: 18px;
}

.h2-p {
    font-size: 2rem;
}

/* .p-p {
    font-size: 18px;
    max-width: 810px;
} */
.seccion-pu {
    height: 326px;
    display: flex;

    /* width: 100% */
}

.seccion-pu_mascara {
    position: absolute;
    width: 100%;
    height: 100%;
}

.seccion-pu_cuadro {
    background-color: #f6f9fc;
    position: relative;
    top: 0;
    left: 0;
    transform-origin: 100% 0;
    height: 100%;
    width: 100%;
}

.seccion-pu_triangulo {
    background-color: #f6f9fc;
    background: inherit;
    height: 20%;
    transform: skewY(-6deg);
    transform-origin: 0;
}

