#cta_center {
    width:100%;
}
#cta_center .cont_p7{
    background:#F5F5F5;
    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 strong {
    color:#D30D2B;
}

#cta_center .text{
     font-size: 38px;
    color: #1A1A1A;
    font-family: coves_bold-webfont, sans-serif;
    font-style: normal;
    font-weight: 700;
    line-height: 51px;
    margin-top: 104px;
    max-width: 1269px;
    text-transform:uppercase;
}
#cta_center .btn_principal{
    color: #ffffff;
    font-family: coves_bold-webfont, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    width:340px;
    background:#1C2B4D;
    height:56px;
    margin-top: 32px;
    display: flex;
    align-content: center;
    justify-content: center;
    flex-wrap: wrap;
    transition:0.3s;
    text-transform:uppercase;
}
#cta_center .btn_principal:hover{
    background:#414141;
}
#cta_center + .separa {
    height: 80px;
}
#historia #cta_center .epig{
    font-size: 18px;
    color: #414141;
    font-family: "quicksand-regular-webfont", Helvetica Neue, -apple-system, "system-ui", BlinkMacSystemFont, sans-serif;
    font-style: normal;
    font-weight: 700;
    margin-top: 64px;
    max-width: 1269px;
    text-transform:none;
    line-height: 140%;
}
#historia #cta_center .text{
    font-size: 18px;
    color: #414141;
    font-family: "quicksand-regular-webfont", Helvetica Neue, -apple-system, "system-ui", BlinkMacSystemFont, sans-serif;
    font-style: normal;
    font-weight: 700;
    margin-top: 24px;
    max-width: 1269px;
    text-transform:none;
    line-height: 140%;
}
#historia #cta_center .cont_p7{
    background:#F5F5F5;
    max-width: 100%;
    width: 100%;
    height: 347px;
    margin: 0;
    text-align:center;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.img-centrada{
    margin-top: -189px;
}
.img-centrada img{
    width:100%;
}
@media (max-width:1366px){
    #cta_center .cont_p {
    height: 307px
    }
    #cta_center .text {
    font-size: 32px;
    line-height: 43px;
    margin-top: 88px;
    font-family: coves_bold-webfont, sans-serif;
    }
    #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: coves_bold-webfont, sans-serif;
    }
    #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: coves_bold-webfont, sans-serif;
    }
    #cta_center .btn_principal {
    width: 256px;
    height: 45px;
    font-size: 14px;
    padding: 0 32px 0 32px;
    line-height: 17px;
    text-transform: uppercase;
}

