/* PRIMEIRA SEÇÃO */
body {
    overflow-x: hidden; /* Hide scrollbars */
}
/* SEGUNDA SEÇÃO */
.container {
    overflow-x: hidden;
    position: relative;
    padding:0;
}
.imgMulher {
    width: 100%;
}
.text-container {
    position: absolute;
    top: 12%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: left;
    width:100%;
    padding: 0 !important;
}
.paragrafoB{
    width:600px;
}
.paragrafoC{
    width:400px;
    color:white;
}
.paragrafoD{
    width:600px;
    text-align: center;
    color:black;
}
#paragrafoD{
    display:flex;
    justify-content: center;
}
.button-ta2 {
    display: flex;
    justify-content: left;
}
.h2 {
    margin-bottom: 20px;
    color: #0e1a59;
    font-size: 2em;
    font-weight: 900;
}
#h2-3 {
    margin-bottom: 20px;
    color: white;
    width: 340px;
    font-size: 2em;
    font-weight: 900;
}
#h2-crie{
    width: 450px;
}
.h3 {
    margin-bottom: 20px;
    color: #0e1a59;
    font-size: 2em;
    font-weight: bolder;
    font-weight: 900;
}
.p_solucao {
    font-weight: bold;
}
ul {
    list-style-type: none;
    padding: 1rem 0 1rem 0 !important;
}
.button-ta {
    display: flex;
    justify-content: center;
    align-items: center;
}
.button-talk {
    color:white;
    background-color: #36ed79;
    font-weight: 500;
    border-radius: 5px;
    padding: 15px 60px;
    display: flex;
    align-items: center;
}
.button-talk:hover {
    color:white;
    background: linear-gradient(to right, #36ed79, #0f8e3f);
    transition: 2s;
}
.botoes-flex {
    display:flex;
    font-size: 9px;
    justify-content: center;
}
#coluna-md4 {
    display: flex;
    align-items: center;
}
.line-butt {
    border: 1px solid black;
    padding: 20px 34px;
    width: 100%;
    border-radius: 65px;
    margin: 12px;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    font-size: 12px;
}
.button-Geral-2 {
    font-weight: bold;
    color:#36ed79;
}
/* TERCEIRA SEÇÃO */ 
.h3 {
    margin-bottom: 20px;
    color: #0e1a59;
    font-size: 2em;
    width: 300px;
    font-weight: bolder;
    font-weight: 900;
}
.p-s {
    text-align:left;
}
.text-container-2 {
    position: absolute;
    top: 70%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: left;
    width:100%;
    padding: 0 !important;
}
.secao_solucoes{
    padding: 100px 0;
}

@media only screen and (max-width: 1050px) {
    .text-marg{
        margin: 0 15px;
    }
    .text-container{
        top: 15.5%;
    }
    .p-s{
        text-align:center;
    }
    #paraB {
        margin-bottom: 250px;
    }
    .text-container-2{
        top: 78%;
    }
    .h2 {
        width:300px;
    }
    .h3 {
        text-align: center;
        width: 100%;
    }
    #h2-2 {
        display:flex;
        margin: 2em 0;
    justify-content: center;
    }
    #paragrafoD{
        display:flex;

    }
    #h2-crie{
        width: 242px;
    }
    #h2-3{
        width: 196px;
        color: white;
    }
    .p_solucao {
        margin-top: 4em;
    }
    .paragrafoB {
        width: 166px;
        font-size: 10px;
        margin-bottom: 3rem;
    }
    .paragrafoD {
        width: 381px;
        font-size: 12px;
    }
    .paragrafoC {
        width: 152px;
        font-size: 10px;
        color: white;
    }
    #coluna-md4 {
        display:flex;
        justify-content: center;
        text-align:center;
    }
    .button-ta2 {
        display: contents;
    }
    .button-ta {
        display: contents;
    }
    #button-ta2 {
        display: none;
    }
    .button-talk{
        display:flex;
        justify-content:center;
    }
}
