.bg-grey {
    background: #292929;
    margin: -40px 0px;
    font-family: 'Merriweather Sans"', sans-serif;
        
}
.logo-footer {
    margin-bottom: 20px;
        
}
footer {
    color: #555454;
}
footer p, a {
    font-size: 17px;
    font-family: 'Merriweather Sans"', sans-serif;
}


footer h6 {
    font-family: 'Merriweather Sans"', sans-serif; /* Titulos de secciones (redes sociales,etc)*/ 
    font-size: 20px;
    margin-bottom: 40px;
    position: relative;
}
footer h6:after {
    position: absolute;
    content: "";
    background: #d15f85;
    width: 100%; /* Linea central)*/
    height: 1px;
    left: 0;
    bottom: -20px;

}
.btn-footer {
    color: grey;              
    text-decoration: none;
    border: 1px solid;
    border-radius: 43px;
    font-size: 17px;
    padding: 7px 30px;
    line-height: 10px;
                
}
.btn-footer:hover {
    text-decoration: none;
}
.form-footer input[type="text"] {
    border: none;
    border-radius: 16px 0 0 16px;
    outline: none;
    padding-left: 10px;
    
}
::placeholder {
    font-size: 10px;
    padding-left: 10px;
    font-style: italic;
}
 .form-footer input[type="button"] {
    border: none;
    background:#232323;
        margin-left: -5px;
    color: #fff;
    outline: none;
    border-radius: 0 16px 16px 0;
    padding: 2px 12px;
}
     .social .fa {
    color: grey;
    font-size: 22px;
    padding: 10px 15px;
    background: #3c3c3c;
}
     footer ul li {
    list-style: none;
    display: block;
}
  footer ul  {
   padding-left: 0;
}
footer ul  li a{
  text-decoration: none;
  color: grey;
  text-decoration:none;
  
}
a:hover {
    text-decoration: none;
    color: #f5f5f5 !important;

}

.logo-part {
    border-right: 4px solid grey;
    height: 100%;
    }

    div.map {
        height: 250px;
    }

.copyright {
        padding: 10px 0;
        background: #333;
        
        font-size: 15px;
      }
.margentop{
    padding-left: 60px !important;
}

.botcenter{
    align-items: center !important;
    justify-content: center !important;
    align-self: center !important;
}
.copyright {
    color: #FFFFFF;
    text-align: center;
}
span {
        color: #e72365;
      }