/* CSS Document */

.logo{
max-width: 174px;
height: auto;
margin-right: 25px;
}

header{
background-color: #000000;margin-bottom: 25px;
}

a{
color: #000;
text-decoration: none;
}


a:hover{
    color:#EF1D3D;
}



.bg-primary {
    background-color: #000000!important;
}

.btn-primary {
    color: #fff;
    background-color: #000;
    border-color: #000;
}
.btn-primary:hover {
    color: #fff;
    background-color: #4D4D4D;
    border-color: #4D4D4D;
}

.btn-check:focus+.btn-primary, .btn-primary:focus {
      color: #fff;
    background-color: #4D4D4D;
    border-color: #4D4D4D;
    box-shadow: 0 0 0 .25rem rgba(49,132,253,.5);
}

    footer {
    padding: 50px 100px;
    background-color: #222;
    color: #fff;
}

.footerTitle {
    font-size: 1.25rem;
    margin-bottom: 15px;
}

.footerList{
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.footerList li {
    margin-bottom: 3px;
}

.footerList a {
    font-weight: 300;
}

footer a {
    color: #fff;
    -webkit-transition: opacity .5s ease;
    transition: opacity .5s ease;
  font-size: 1rem;
  text-decoration: none;
}

footer a:hover {
    color: #fff;
    text-decoration: none;
    opacity: .75;
}

.footerSocial {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-right: 146px;
    margin-top: 25px;
}

.footerSocial>div:first-child {
    margin-left: 0;
}

.footerSocial>div {
    width: 35px;
    height: 35px;
    background-color: #fff;
    border-radius: 50%;
    margin: 0 10px;
}

.footerSocial>div a {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.footerSocial>div a i {
    color: #000;
    font-size: 1.25rem;
}

[class^="icon-"], [class*=" icon-"] {
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


.footerSocial>div a img {
    width: 20px;
}

.footerTop>div:not(.footerContact), .footerBot>div:not(.footerContact) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.separate {
    display: inline-block;
    padding-right: 15px;
    margin-right: 15px;
    position: relative;
    font-size: .875em;
}

.separate::after {
    content: '';
    position: absolute;
    top: 4px;
    right: 0;
    width: 1px;
    height: 14px;
    background-color: #fff;
}

.listaFooter{
  list-style-type: none;
    padding: 0;
    margin: 0;
    margin-top: 15px;
}

.listaFooter li{
    display: inline;
}

.text-wrap {
    background: #000;
    color: #fff;
}