.li{
    font-family:'Noteworthy Light';
    font-weight:normal;
    font-size:20px;
    color:#000;
  }


.section-contant{
    background-image: url(../img/i4.png);
    background-color:#f3f3f3;
    padding-top:5%;
    padding-bottom:5%; 
}

.section-map{
    background-image: url(../img/geometric-team.png);
    background-color:#f3f3f3;
    padding-top:5%;
    padding-bottom:5%; 
}

.contents .container{
width:80%;
padding-top:5%;
}

.contents .container p{
color:#949494;
}

.form{
    padding-top:3%;
}

 .btn-contacto a{
    background-color: #08bed8;
    border-radius: 30px;
  }

.contactanos{

    padding: 1.5rem .25rem 2.25rem;
    color: #fff;
    font-family: cooper_hewittmedium;
    background: #1c3643;
    background-image: url(../img/frankfurt_1.jpg);
    background-size: cover;
    background-position: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 351px;
}

.contactanos::before {
    content: "";
    background: #8e8e8e;
    display: block;
    position: absolute;
    margin-top: 0.5%;
    width: 100%;
    height: 43%;
    opacity: 0.7;
}

.patreon-footer-ad {
    display: inline-block;
    float: left;
    margin-right: 50px;
    margin-bottom: 20px;
}

.patreon-footer-ad img {
    max-width: 180px;
    max-height: 100%;
}