body {
    font-family: 'Montserrat', sans-serif;!important;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;


}

.boti-bold-text{
    font-weight: 700;
    font-size: 60px;

}



a:link {
    color: #B1195D;
    text-decoration: underline;
}

a:visited {
    color: #B1195D;
}

a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #B1195D;
}


h1 {
    font-family: 'Montserrat', sans-serif;!important;
    font-style: normal;
    font-weight: 400;
    font-size: 65px;
}


#header-section {
    padding-top: 20px;
    padding-bottom: 20px;
    color:#fff;

}

#subheader-section {
    padding-top: 40px;
    padding-bottom: 20px;

}

#stepbystep-section {
    padding-top: 100px;
    padding-bottom: 100px;

}

#signup-section {
    padding-top: 80px;
    padding-bottom: 80px;
}

#footer-section {
    padding-top: 20px;
    padding-bottom: 20px;
}

#download-section {
    padding-top: 90px;
    padding-bottom: 90px;
}


#private-section {
    padding-top: 80px;
    padding-bottom: 80px;
}

.boti-pink {
    color: #B1195D;
}

.boti-grey {
    color: #666666;
}

.boti-white {
    color: #fff;
}

.boti-green {
    color: #BBC220;
}

.boti-bg-pink {
    background-color: #B1195D;
}

.boti-bg-green {
    background-color: #BBC220 !important;
    /*background-image: none !important;*/
}

.boti-bg-green-saldo {
    background-color: #BBC220 !important;
    background-image: none !important;
}

.boti-bg-yellow-saldo {
    background-color: #FFDE00 !important;
    background-image: none !important;
}

.boti-btn {
    background-color: #B1195D;
    border-radius: 50px;
    border:none;
    color: #fff;
    font-size: 25px;
    width: auto;
    line-height: 2;
    padding: 5px 50px;
}

.boti-btn:hover {
    background-color: #d9327d;
    color: #fff;
}

.boti-btn:link {
    border:none;
    font-size: 15px;
    width: auto;
    line-height: 2;
    padding: 5px 50px;
    background-color: #B1195D;
    background-image: none;
    border-radius: 50%;
    color: #fff;
    text-shadow: none;
}

.boti-round {
    background-image: none;
    background-color: #B1195D;
    border-radius: 50%;
    border: 1px solid #fff !important;
    text-shadow: none !important;
    padding: 5px;
    width: 40px;
    height: 40px;
    color: #ffffff !important;
    font-size: 20px;
    margin-left: 5px;

}

.boti-round:hover {
    background-color: #fff;
    color: #B1195D !important;

}

.boti-round-login {
    background-image: none;
    background-color: #B1195D;
    border-radius: 50px;
    font-size: 15px ! important;
    text-decoration: none !important;
    border: 1px solid #fff !important;
    text-shadow: none !important;
    padding: 8px 20px;
    width: auto;
    color: #ffffff !important;
    font-size: 20px;
    margin-left: 5px;

}

.boti-round-login:hover {
    background-color: #fff;
    color: #B1195D !important;

}

.boti-fb {
    background-color: #1773C1;
}

.boti-instag {
    background-color: #7842B1;
}


.boti-gplus {
    background-color: #D43F34;
}

.boti-ytube {
    background-color: #D62424;
}

#subheader-section .boti-btn {
    background-color: #B1195D;
    border-radius: 50px;
    border:none;
    color: #fff;
    font-size: 25px;
    width: 70%;
    line-height: 3.0;
    padding: 5px 30px;

}

#subheader-section  .boti-btn:hover {
    background-color: #d9327d;
    color: #fff;

}

.boti-bg-img-download {
    background-color: transparent;
    background-image: url('../images/download_app_bg.jpg');
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: cover;
    min-height: auto;
    background-size: 1600px 750px;

}

.boti-bg-img-subheader {
    background-image: url('../images/header_motifs.png');
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: cover;
    background-size: 468px 191px;
}


.nav-tabs>li>a {

    font-size: 20px;
    color: #999;
    text-decoration: none;
}


.nav-tabs>li.active>a {
    color: #B1195D;
    text-decoration: none;
}


.nav>li>a:hover {
    font-size: 20px;
    color: #fff;
    background-color: #B1195D;
    text-decoration: none;
}


.nav-tabs>li.active>a:focus {
    color: #B1195D;
    text-decoration: none;
}

#signup-section .input-lg, #signup-section .form-control, #signup-section select {
    border: 0px;
}


#header-section a:link{
    color: #fff;
    text-decoration: underline;
}

#header-section a:visited {
    color: #fff;
}

#header-section a:hover {
    color: #B1195D;
    text-decoration: none;
    background-color: #fff;
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}



.boti-mb-20 {
    margin-bottom: 20px;

}

.boti-mt-10 {
    margin-top: 10px;

}


/*
#myModal .boti-btn {
    width: 90%;
    line-height: 2.5;

}*/

.boti-alert-danger {
    background-image: none;
    background-color: #ff0000;
    color:#fff;
    border: none;

}


/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {

    #footer-section .mobilecenter {
        text-align: center;
    }




}
