#cta_center {
    width:100%;
}
.carousel-box {
    padding: 0px 0 150px 0;
}
.carousel-box .cont-tit p {
    font-family: 'notosans-regular';
}
.carousel-box .cont-tit .tit {
    padding-left: 0;
    margin-left: 0;
    text-align: left;
    font-size: 2rem;
    max-width: none!important;
    line-height: 2.625rem;
    text-transform: none;
    font-family: "notosans-bold"!important;
    color: #172154 !important;
}
#cta_center .cont_p7{
    background:#F5F5F5;
    width: 100%;
    margin: 0 auto;
    text-align:center;
    display: flex;
    flex-direction: column;
    align-items: center;
}
#cta_center .cont_texto {
    padding: 50px 182px 20px 182px;
}
#cta_center strong {
    color:#00A0DC;
}
#cta_center .text .titulo{
     font-size: 32px;
    color: #172154;
    font-family: "notosans-bold" !important;
    font-style: normal;
    font-weight: 700;
    line-height: 42px;
    max-width: 1269px;
    margin-bottom: 24px;
}
#cta_center .text .bajada{
     font-size: 18px;
    color: #414141;
    font-family: "notosans-regular" !important;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    max-width: 1269px;
    text-align:center;
}
#cta_center .text .bajada b{
    font-family: "notosans-bold" !important;
    
}
#cta_center .btn_principal{
    color: #ffffff;
    font-family: "notosans-bold" !important;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    width:340px;
    background:#00A0DC;
    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:#007EB5;
}
#cta_center + .separa {
    height: 0px;
}
@media (max-width:1366px){
    #cta_center .cont_p {
    height: 307px
    }
    #cta_center .text {
    font-size: 32px;
    line-height: 43px;
    margin-top: 88px;
    font-family: "notosans-bold" !important;
            display: flex;
        flex-wrap: wrap;
        align-content: center;
        justify-content: center;
    }
    #cta_center .btn_principal {
     width: 312px;
     font-size: 18px;
     line-height: 22px;
    }
}
@media (max-width:1280px){

    #cta_center .cont_p {
    height: 307px
    }
    #cta_center .text {
    font-size: 32px;
    line-height: 43px;
    margin-top: 88px;
    font-family: "notosans-bold" !important;
    }
    #cta_center .btn_principal {
     width: 312px;
     font-size: 18px;
     line-height: 22px;
    }
}
    
@media (min-width:320px) and (max-width:706px){
   /* .carousel-box {
    padding: 200px 0 150px 0 !important;
    }*/
     #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: "notosans-bold" !important;
    }
    #cta_center .btn_principal {
    width: 256px;
    height: 45px;
    font-size: 14px;
    padding: 0 32px 0 32px;
    line-height: 17px;
    text-transform: uppercase;
}

}
