#cta_center {
    width:100%;
}
#cta_center .cont_p7{
    max-width: 1920px;
    width: 100%;
    height: 347px;
    margin: 0 auto;
    text-align:center;
    display: flex;
    flex-direction: column;
    align-items: center;
}
#cta_center .cont_texto {
    max-width:1269px;
    width: 100%;
    }
#cta_center span { font-family: var(--font-bold); }

#cta_center .text{
    font-family: var(--font-regular);
    font-style: normal;
    font-weight: 400;
    font-size: 32px;
    line-height: 38px;
    align-items: center;
    text-align: center;
    text-transform:uppercase;
    color: #414141;
    margin-top: 104px;
    max-width: 1269px;
}
#cta_center .btn_principal{
    color: #ffffff;
    font-family: var(--font-bold);
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    text-transform:uppercase;
    width:340px;
    background: var(--color-regular);
    height:56px;
    margin-top: 32px;
    display: flex;
    align-content: center;
    justify-content: center;
    flex-wrap: wrap;
    transition:0.3s;
    
}
#cta_center .btn_principal:hover{
    background: var(--color-hover);
}
#cta_center + .separa {
    height: 80px;
}
@media (max-width:1366px){
    #cta_center .cont_p {
    height: 307px
    }
    #cta_center .text {
    font-size: 32px;
    line-height: 43px;
    margin-top: 88px;
    font-family: 'MontserratSemiBold';
    }
    #cta_center .btn_principal {
     width: 312px;
     font-size: 18px;
     line-height: 22px;
    }
}
@media (max-width:1280px){
    #cta_center .cont_texto {
    width: 60%;
    }
    #cta_center .cont_p {
    height: 307px
    }
    #cta_center .text {
    font-size: 32px;
    line-height: 43px;
    margin-top: 88px;
     font-family: 'MontserratSemiBold';
    }
    #cta_center .btn_principal {
     width: 312px;
     font-size: 18px;
     line-height: 22px;
    }
}
    
@media (min-width:320px) and (max-width:706px){
     #cta_center .cont_texto {
     width: 100%;
    }
    #cta_center .cont_p7 {
    height: 325px;
    }
    #cta_center .text {
    padding: 0 32px 0;
    font-size: 22px;
    line-height: 30px;
    margin-top: 64px;
    font-family: var(--font-regular);
    }
    #cta_center .btn_principal {
    width: 256px;
    height: 45px;
    font-size: 14px;
    padding: 0 32px 0 32px;
    line-height: 17px;
    text-transform: uppercase;
}

