.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-voce/seguros/stripe/Titulo.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-title{
    font-family: 'Poppins', sans-serif;
    width: 60%;
    font-size: 4vh;
    text-align: justify;
    text-decoration: underline;
    margin: 4vh 0 0 0;
    color: #C49109;
}
.speech-text{
    font-family: 'Poppins', sans-serif;
    width: 60%;
    font-size: 2.3vh;
    text-align: justify;
    margin: 6vh 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-bottom: 6vh;
    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.7vh;
    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;
}

@media all and (max-width: 1536px) {
    .info-img{
        margin-left: 3.7vw;
    }
}

@media all and (max-width: 1024px) {
    .info-img{
        margin: 0;
    }
    .speech-text{
        width: 100% !important;
        margin: 2vh 0 !important;
    }
}

@media all and (max-width: 414px){
    .speech-text{
        width: 80% !important;
        margin: 2vh 0 !important;
    }
    .speech-text-space{
        margin: 4vh 0 0 0;
    }
    .info-img{
        width: 100%;
        border-bottom-right-radius: 0;
        border-top-left-radius: 2vh;
        margin: 0;
    }
}

@media all and (max-width: 375px){
    .stripe-text{
        font-size: 4.5vh;
    }
}
