.stripe{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: row;
    position: relative;
    height: 30.7vh;
    width: 100%;
}
.stripe::before{
    content: '';
    background-repeat: no-repeat;
    background-position:center;
    background-size: cover;
    position: absolute;
    background-image: url('/images/para-empresa/seguros/stripe/Vida.jpg');
    filter: brightness(0.7);
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}
.stripe-text{
    z-index: 1;
    color: white;
    text-shadow: 0px 0px 7px rgb(0 0 0 / 60%);
    font-size: 5vh;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
}
.speech-frase{
    font-family: 'Poppins', sans-serif;
    width: 60%;
    font-size: 3vh;
    margin: 4vh 0 0 0;
}
.speech-text{
    font-family: 'Poppins', sans-serif;
    width: 60%;
    font-size: 2.3vh;
    text-align: justify;
    margin: 3vh 0 0 0;
}
.speech-text-space{
    margin: 4vh 0 2vh 0;
    width: 60%;
}
.bolder{
    font-weight: bolder;
    color: #C49109;
}
.container-info{
    display: flex;
    align-items: center;
    flex-flow: row;
    width: 60vw;
    height: auto;
    border-radius: 2vh;
    margin: 3vh;
    background-color: #f5f5f5;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}
.info-title{
    color: #C49109;
    font-family: 'Poppins', sans-serif;
    font-size: 3vh;
    font-weight: bolder;
    margin: 0 0 1vh 3vw;
}
.info-text{
    width: 90%;
    font-family: 'Poppins', sans-serif;
    font-size: 1.9vh;
    margin: 0 0 0 3vw;
}
.info-text i{
    font-size: 0.8vh;
    color: #353535;
    margin: 0 1.5vh 0 0;
}
.info-img{
    width: 29.3vw;
    border-top-right-radius: 2vh;
    border-bottom-right-radius: 2vh;
    margin: 0 0 0 1.8vw;
}
.label-text{
    font-family: 'Poppins', sans-serif;
    width: 60%;
    font-size: 1.5vh;
    text-align: justify;
    margin-bottom: 1vh;
}