﻿body {
}
.content-section {
    /*background-image: url('../../../assets/micrositios/genotropin/imgs/Fondolnding genotropin.svg');*/
    background-position: top right;
    background-size: 100%;
    background-repeat: no-repeat;
    
}
.content-subsection {
    
    width: 100%;
}

.content-cards-prods{
    gap: 5rem
}

.card-prod-suscrption {
    max-width: 100%;
    width: 28rem;
    background-color: white;
    border-radius: 1.5rem;
    box-shadow: 0 0 10px 0px #00000077;
    overflow: hidden
}
.info-title-sub1{
    background-color: #ffd443;
    font-size: 1.7rem;
    font-weight: 700;
    color: #0077BE;
    line-height: 1.15;
}
.info-title-sub2 {
    font-size: 2rem;
    font-weight: 700;
    color: #0077BE;
    height: 7rem;
    display: flex;
    align-items: center;
}

.get-back {
    width: -webkit-fill-available;
    align-items: center;
    color: white; 
    font-size: 1.7rem;
}

.meses-3{
    font-size: 1.5rem;
    font-weight: 900
}

.concept-prod{
    color: #0077be;
    font-size: 1.35rem;
    letter-spacing: .5;
    position: relative;
    z-index: 1
}

.offer-text{
    font-size: 3.2rem;
    font-weight: 600;
    line-height: 3.1rem;
    margin-top: 28%;
}

.btn-sub {
    font-size: 1.05rem;
    background-color: #0077be;
    border-radius: 9px;
    color: white;
    cursor: pointer;
    position: relative;
    z-index: 0;
    width: fit-content;
}

.title-geno{
    color: white; 
    font-size: 1.7rem
}

.content-image-card {
    max-width: 100%;
    position: absolute;
    top: -60px
}
.images-send{
    justify-content: space-evenly
}
.images-send img{
    width: 9rem
}

.content-geno .quest div:first-child{
    display: flex; 
    justify-content: space-between;
    cursor: pointer; 
}

.quest{
    border-bottom: 1px solid #0077be
}

.sign-plus {
    display: flex;
    align-items: center;
    border-radius: 50%;
    border: 1px solid #0077be;
    width: 1rem;
    height: 1rem;
    justify-content: center;
    align-self: center;
    color: #0077be;
}

.content-geno ul li{
    font-weight: 700;
}
.content-geno ul li span{
    font-weight: 500
}

.content-pagos img{
    width: 8rem
}

.arrow-colors{
    position: relative;
    overflow: hidden;
    height: 100%;
    display: flex;
    align-items: center;
}
.arrow-colors > div {
    position: absolute;
    width: 15rem;
    height: 15rem;
    transform: rotate(45deg);
}
.arrow-colors div:first-child {
    background-color: #0077be;
    z-index: 5;
    transform: rotate(0);
    width: 100%;
    height: 100%;
    left: 0;
    display: flex;
    justify-content: end;
    color: white;
    font-size: 1.4rem; 
    font-weight: 700;
    line-height: 1.2
}

.absol-snd {
    display: inline-table;
    position: absolute !important;
    top: 0;
    right: 0;
    padding: .2rem .5rem;
    background-color: #d56ff7;
    text-align: justify;
    line-height: 26px;
    box-shadow: -4px 4px 11px -3px #000;
}

@media(min-width: 568px){
    .arrow-colors div:first-child {
        font-size: 1.9rem;
    }
    .info-title-sub1{
        font-size: 2rem
    }
}