.blue_text_color{
    color: #1a2565;
}

.btn-bordered{
    border-radius: 7px;
    background: transparent;
    box-shadow: none;
    font-family: 'effra light', Arial, Helvetica, sans-serif;
    color: white !important;
    border: 1px solid #ffffff;
    padding: 2px 9px;
    margin-top: 5px;
    font-weight: 900;
}
.btn-bordered:hover {
    color: white;
    box-shadow: 2px 2px #ffffff90;
    transform: translateY(-2px);
    border: 1px solid #ffffff;
}

.text-intro h1, .text-intro h2, .text-intro h3, .text-intro h4 {
    color: #fff;
}

.features-container-with-background h2, .features-container-with-background div div div h4, .features-container-with-background div div div p{
    color: #fff !important;
}

#order_now{
    padding: 10px 95px;
    background: #19B951;
    border-radius: 7px;
    font-size: 30px;
    color: white;
}
#order_now:hover{
    text-decoration: none;
    color: white;
    background: #1db051;
    box-shadow: 5px 5px #19B95190;
    transform: translateY(-2px);
}
.btn_order_now{
    margin: 40px 0;
}
.btn_order_now a:focus{
    text-decoration: none;
}
.features-container h2, .features-container div div div h4{
    color: #1a2565;
}
.featureDownloadAppsDescription{
    font-size: 20px;
}

.img-big{
    width: 35em;
}
.img-mid{
    width: 21em;
}
.img-sm{
    width: 17em;
}
@media (max-width: 991px) {
    .img-mid-spacer{
        margin-top: 30px;
    }
}
.app_store_btn_link{
    cursor: pointer;
    
}
.app_store_btn_link picture img:hover{
    transform: scale(1.02);
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
#download_now{
    margin-top: 50px;
}
#download_now a{
    max-width: 50%;
    text-align: center;
    border: 2px solid;
    border-radius: 8px;
    padding: 15px 20%;
    border-color: #1a2565;
    font-family: "effra light", arial;
    font-weight: 900;
    font-size: 20px;
}
#download_now a:hover{
    text-decoration: none;
    color: #1a2565;
    background: transparent;
    box-shadow: 2px 2px #1a256590;
    transform: translateY(-2px);
}

@media (max-width: 991px) {
    #order_now{
        padding: 10px 20%;
    }
}
.six-more-reasons{
    max-width: 80%;
    margin: 0 auto;
    margin-bottom: 35px;
}

#title-subtitle ul{
    text-align: left;
    margin: 0px;
}
#title-subtitle ul li h4{
    margin: 5px;
}
#title-subtitle ul li{
    list-style: url(https://s3-sa-east-1.amazonaws.com/images.contelege.com.br/Landing/GV/arquivos-da-landing/en/check_icon.png);
}

.marginBottom{
    margin-bottom: 70px;
}
.bolder{
    font-weight: bold !important;
    font-family: "Effra", arial !important;;
}
.no_contracts h2 span{
    /* text-decoration: underline; */
    color: #000000;
}
.no_contracts{
    padding: 0 10%;
    margin-bottom: 30px;
}
@media (max-width: 400px) {
    .no_contracts h2{
        font-size: 27px;
    }
    .no_contracts{
        padding: 0;
    }
}
.background-black-lightest{
    background-color: #191a29 !important;
}
.background-black-lighter{
    background-color: #1a2565 !important;
}
#numero-central-vendas {
    color: white !important;
    margin-right: 20px;
}
#numero-central-vendas:hover{
    color: white !important;
}
@media only screen and (max-width: 768px)
{
        #numero-central-vendas {
        margin: 20px 125px 0 0;
    }
    .clienteBtn{
        margin-top: 18px;
    }
}
@media only screen and (min-width: 768px)
{
    #logo-desk {
        display: block;
        width: 12em;
    }
}

@media only screen and (max-width: 400px)
{
    .clienteBtn{
        font-size: 12px !important;
        padding: 2px 7px;
    }
    #numero-central-vendas {
        margin: 20px 115px 0 0;
        font-size: 12px !important;
    }
}

.product_big{
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    transform: scale(1.02);
    
}