.success-cases,
.soporte,
.platform,
.pensado-para-todos {
    position: relative;
    max-width: 1530px;
    display: flex;
    justify-content: center;
    background-image:  url("../img/Platform/colmena_platform_hex.svg");
    background-repeat: no-repeat;
    background-position: 3% 35%;
    margin: auto;
}

.platform {
    min-height: 670px;
}

.soporte {
    max-width: 1170px;
    background-image:  url("../img/index/soporte/colmena_soporte_hex_med.svg");
    background-position: 100% 06%;
    display: flex;
    align-items: flex-start;
    padding: 4rem 0;
}

.pensado-para-todos{
    background-image:  url("../img/index/pensado/colmena_pensado_hex.svg");
    background-position: 98% 45%;
    display: flex;
    flex-flow: wrap;
}

.success-cases {
    background-image: none;
    height: fit-content;
}

.success-frame,
.pensado-frame,
.platform-frame {
    display: flex;
    flex-direction: column;
    background-color: var(--bg-color-gray);
    border-radius: 40px;
    width: 1170px;
    height: 615px;
    position: relative;
}

.pensado-frame {
    height: fit-content;
}

.success-frame {
    background-color: var(--colmena-azul);
    color: white;
    height: 565px;
}

.success-title,
.pensado-title,
.platform-title {
    display: flex;
    justify-content: center;
    padding-top: 3rem;
    line-height: 1;
    font-family: "montserrat", sans-serif;
    font-weight: 600;
    font-size: 48px;
    text-align: center;
}

.success-title {
    line-height: 1.25;
}


.swiper,
.success-main,
.pensado-main,
.platform-main{
    height: 70%;
    width: 85%;
    display: flex;
    flex-direction: row;
    margin: 0 auto 0 auto;
    padding-top: 2rem;
}

.success-main {
    height: auto;
}

.pensado-main {
    padding-top: 1rem;
    padding-bottom: 4rem;
    max-width: 85%;
    justify-content: space-between;
}

.platform-main {
    justify-content: space-between;
    display: flex;
    flex-direction: row;
    padding: 2rem 0rem 0rem 1rem;
}

.pensado-left-col,
.platform-left-col {
    width: 40%;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.pensado-left-col {
    padding-top: 0.5rem;
}

.pensado-left-col-property,
.platform-left-col-property-pink,
.platform-left-col-property {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-content: center;
    border-radius: 14px;
    margin-bottom: 0.5rem;
}

.pensado-left-col-property {
    height: fit-content;
    justify-content: space-between;
}

.platform-left-col-property-pink {
    background-color: var(--colmena-accent);
    color: var(--bg-color-gray);
    box-shadow: 4px 13px 26px 0px #ff3f9b40;
}

.platform-left-col-property-pink:hover,
.platform-left-col-property:hover {
    cursor: pointer;
}

.platform-icon-dark,
.platform-icon-clear {
    width: 15%;
    align-content: center;
    display: flex;
}

.platform-icon-dark img,
.platform-icon-clear img {
    width: 4rem;
}

.pensado-icon {
    display: flex;
    align-self: baseline;
}

.platform-text {
    width: 70%;
    padding-bottom: 0.5rem;
}

.pensado-text {
    width: 80%;
    padding-bottom: 0.5rem;
}

.soporte-text {
    width: 60%;
    padding-left: 4rem;
    margin-right: 1rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.soporte-description {
    font-size: 18px;
    line-height: 1.75;
    padding: 1rem 0 1rem 0;
}

.soporte-items {
    line-height: 3;
    font-size: 14px;
    display: flex;
    justify-content: left;
    flex-wrap: wrap;
}

.soporte-item {
    white-space: nowrap;
    padding: 0 2rem 0 0;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}

.soporte-hex-small {
    left: 0;
    position: absolute;
    top: 80%;
}

.pensado-text h3,
.platform-text h3 {
    font-size: 21px;
    text-align: left;
    text-transform: none;
    margin: 1rem 0 1rem 0;
    font-weight: 900;
}

.platform-text h3 {
    letter-spacing: 0.5px;
}

.pensado-text h3 {
    font-size: 16px;
    line-height: normal;
    margin: 0.1rem 0rem 0.5rem 0rem;
    letter-spacing: 0;
    font-family: "metropolis-bold", sans-serif;
}

.pensado-text p,
.platform-text p {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.75;
}

.pensado-text p {
    letter-spacing: 0;
}

.platform-img {
    width: 55%;
    display: flex;
    align-items: center;
}

.platform-videos {
    width: 100%;
    right: 0;
    padding: 1rem;
}

.pensado-img {
    width: 55%;
    height: fit-content;
    max-width: 35rem;
    display: flex;
    justify-content: right;
    align-self: center;
}

.soporte-img {
    max-width: 50%;
    height: auto;
}

.comencemos-bar {
    position: absolute;
    border-radius: 0 0 40px 40px;
    padding-top: 0.25rem;
    bottom: 0;
    width: 100%;
    background-color: #46464608;
    text-align: center;
    height: 3.5rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    transition: all .3s cubic-bezier(0.5, 0.5, .35, 1);
}

.comencemos-bar p {
    font-family: "metropolis", sans-serif;
    font-size: 14px;
    font-weight: 600;
}

.comencemos-bar:hover {
    cursor: pointer;
    background-color: var(--colmena-accent);
    color: white;
}

.comencemos-arrow-clear,
.comencemos-arrow-dark {    
    transition: all .3s cubic-bezier(0.5, 0.5, .35, 1);
}

.comencemos-arrow-clear {    
    display: none;
}

.comencemos-bar:hover .comencemos-arrow-clear {
    display: block;
}

.comencemos-bar:hover .comencemos-arrow-dark {
    display: none;
}


.unsee {
    display: none;
}

.success-bg-left,
.success-bg-right {
    position: absolute;
    top: 28%;
}

.success-bg-left{
    left: 0;
}

.success-bg-right{
    right: 0;
}

.success-decoration-container {
    width: 100%;
    display: flex;
    justify-content: center;
}

.success-decoration {
    padding-top: 1rem;
    padding-bottom: 2.5rem;
}

@media screen and (max-width: 1240px) {
    .pensado-frame,
    .features-frame,
    .platform-frame {
        margin: 0 1rem 4rem 1rem;
    }

    .success-frame {
        margin: auto;
        width: 95%;
    }
    .soporte {
        margin-left: 1rem;
        padding-top: 60px;
    }
}

@media screen and (max-width: 1110px) {
    .soporte {
        flex-direction: column-reverse;
        height: fit-content;
    }

    .soporte-img {
        margin: auto;
        padding-bottom: 2rem;
    }

    .soporte-text {
        width: 70%;
        padding-bottom: 2rem;
        padding-left: 1rem;
    }
}

@media screen and (max-width: 1000px) {
    .platform {
        height: fit-content;
    }

    .platform-frame {
        padding-bottom: 4rem;
        height: 100%;
    }
    
    .platform-main {
        flex-direction: column-reverse;
        padding-top: 0;
        height: 80%;
        padding-left: unset;
    }

    .platform-left-col{
        width: 65%;
        padding-right: 0;
        padding: 1rem 0 1rem 0;
        min-width: 410px;
    }

    .platform-img {
        position: initial;
        width: 100%;
        justify-content: center;
        height: fit-content;
    }

    .platform-icon-clear,
    .platform-icon-dark {
        padding: 1rem 0 1rem 0;
    }

    .platform-videos {
        right: unset;
        left: 1rem;
    }
}

@media screen and (max-width: 1024px) {
    .pensado-main {
        flex-direction: column-reverse;
        padding-bottom: 2rem;
    }

    .pensado-img {
        align-self: center;
        padding-bottom: 1rem;
        width: 100%;
    }

    .pensado-left-col {
        align-self: center;
        padding-bottom: 2.25rem;
        width: 70%;
        min-height: 350px;
    }
}

@media screen and (max-width: 824px) {
    .pensado-left-col {
        width: 100%;
    }

    .pensado-main {
        padding-bottom: 0;
    }

    .pensado-text {
        padding-bottom: 2rem;
    }    

    .pensado-left-col {
        min-height: unset;
    }

    .soporte-img {
        margin: 0 1rem 0 1rem;
    }
}

@media screen and (max-width: 620px) {
    .platform-left-col {
        width: 100%;
        min-width: unset;
    }

    .soporte-img {
        max-width: 90%;
    }
}

@media screen and (max-width: 537px) {
    .soporte-text {
        width: 90%;
    }
}

@media screen and (max-width: 500px) {
    .platform-title,
    h2.success-title,
    .pensado-title {
        font-size: 36px;
        margin: 0 1rem;
    }
}

@media screen and (max-width: 430px) {
    .pensado-left-col-property,
    .platform-left-col-property-pink,
    .platform-left-col-property {
        height: fit-content;
    }

    .soporte-item {
        padding: unset;
    }

    .pensado-icon {
        width: 15%;
    }
}

@media screen and (max-width: 376px) {

    .platform-left-col {
        min-height: 480px;
    }

}

@media screen and (max-width: 350px)  {
    .soporte-items {
        font-size: 12px;
    }
}