    a:not(.btn){
    color: #d54215;
    }
        .btn.btn-primary{
    background-color: #d54215;
    border-color: #d54215;
    }
    .btn.btn-primary:hover{
    background-color: #d54215;
    border-color: #be3b13;
    }
    .btn.btn-primary.focus, .btn.btn-primary:focus{
    box-shadow: 0 0 0 0.2rem rgba(190,59,19,.5);
    }
    .btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle{
    background-color: #d54215;
    border-color: #be3b13    }
    .loading-container .ball-pulse > div{
    background-color: #d54215;
    }
body {
    color: #373a3c;
    font-family: 'Open Sans', 'Arial', sans-serif;
}

img {
    max-width:100%;
}

.introduction-container {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-image: url('/media/03aaaddf-f77c-4c34-8bb3-a96b274c5ebc.png');
  	/*border-bottom: 3px solid #6c757d;*/
  	border-top: 0px solid #ea0a8e;
    box-shadow: 0px 5px 5px grey;
    padding-top: 0px!important;
    max-height: 440px;
}

.introduction-container .card {
  opacity:0;
}

.introduction-container h2 {
      font-size: 60px;
      font-weight: bold;
      color: #fff;
      text-align: left;
   }

.introduction-container > .container {
    max-width: 1170px;
}

.introduction-container .col {
    padding: 0;
}

.introduction-container .card {
    padding: 60px 30px;
}

h1, h2, h3, h4 {
    font-weight: lighter;
}

@media (min-width: 500px) {
.introduction-container {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left center;
  	}
}

@media (min-width: 768px) {
    .introduction-container .card {
        width: 50%;
        float: left;
        min-height: 320px;
    }

    .introduction-container {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left center;
  }
}

@media (min-width: 992px) {
    .introduction-container .card {
        width: 40%;
        float: left;
        padding: 90px 40px;
        min-height: 600px;
    }
    .introduction-container {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left center;
  }
}

.navbar {
    background-color: #fff !important;
    padding: 0;
}

.navbar > .container {
    max-width: 1170px;
    background-image: url('');
    background-repeat: no-repeat;
    background-position: right;
    background-size: contain;
}
.navbar .navbar-brand {
  	text-indent: -999999px;
    background-image: url('/media/871d0284-7e7b-4279-9980-dd026c3045a5.svg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left center;
    width: 175px;
    height: 58px;
  	margin-top:10px;
  	margin-bottom:10px
}

.navbar .navbar-collapse .d-md-block #navbar-locale {
    padding-top: 20px;
}

.navbar .navbar-collapse a {
    text-transform: lowercase;
    color: #000 !important;
    font-weight: 300;
}

.card {
    border: none;
    border-radius: 0;
}

footer {
    border-top: 1px solid #d0d0d0;
    background: #f7f7f7;
    padding: 65px 0 38px;
    color: #363636;
}

footer > .container {
    max-width: 1440px;
    padding: 0 8.19444vw;
}

@media (max-width: 992px) {
    footer {
        padding: 24px;
        padding-top: 0px;
        padding-bottom: 27px;
    }

    footer > .container {
        padding: 0;
    }

    footer strong {
        margin-top: 32px;
        display: block;
    }
}

footer a {
    color: #363636;
    font-size: 14px;
    word-break: break-word;
    display: block;
}

footer a:hover {
    text-decoration: none;
    color: #2f3132;
}

footer a.item {
    margin-top: 11px;
}

footer strong {
    text-transform: uppercase;
    font-size: 14px;
}

footer .menu a:after {
    display: inline-block;
    position: relative;
    top: 0;
    width: 5px;
    height: 9px;
    margin-left: 9px;
    background-size: 5px 9px;
    content: '';
    background-repeat: no-repeat;
}



footer .footer-socials strong {
    display: block;
    margin-bottom: 12px;
}

footer .footer-socials a {
    float: left;
    margin: 0 18px 18px 0;
    border-radius: 100%;
    background-color: #393939;
    color: #f7f7f7;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 20px;
}

footer .footer-socials a:hover {
    background-color: #d54215;
}

footer .menu-support .item {
    display: block;
    position: relative;
    padding-left: 0px;
    line-height: 1.49;
}


a:hover, a:focus {
    text-decoration: none;
}

.campaign-list-container .card {
    background-color: #fafafa;
  	color: #000;
    text-align: center;	
  	border-radius: 0px
}

.campaign-list-container .card .btn.float-right {
    float: none !important;
}
@media (min-width: 768px) {
    .campaign-list-container .col-sm-12 {
        flex: 0 0 50%;
        max-width: 50%;
    }
}