.bg-footer{
    background-color: #424242;
    width: 100%;
    padding: 2% 0%;
}

.bg-footer h2{
    color: #F05A24;
    font-size: 25px;
    font-family: 'gotham-bold';
    text-align: center;
    margin-bottom: 2%;
}

.title-continent{
    font-size: 20px;
    font-family: 'gotham-bold';
    color: white;
    text-decoration: none;
    margin-bottom: 5%;
}

.title-city{
    font-size: 18px;
    font-family: 'gotham-book';
    color: white;
    text-decoration: none;
}

.number-city{
    font-size: 15px;
    font-family: 'gotham-book';
    color: white;
    text-decoration: none;
}

.mail-footer{
    font-size: 15px;
    font-family: 'gotham-book';
    color: white;
    text-decoration: none;
}

.mail-footer:hover{
    color: #F05A24;
}

.content-data{
    display: flex;
    justify-content: space-between;
    margin-bottom: 2%;
}

.content-footer-iz{
padding-left: 10%;
}

.content-icon{
    display: flex;
    justify-content: space-evenly;
} 

.icon-social-media{
    color: white;
}


.icon-social-media:hover{
    color: #F05A24;
}

.logo-footer{
    width: 200px; 
    padding-bottom: 10px;
}

.content-bvn p{
    font-size: 12px;
    font-family: 'gotham-book';
    color: #414242;
}
.content-bvn{
    justify-content: space-between;
    padding: 1% 1% 0%;
    display: flex;
}

.content-country{
    margin-bottom: 5%;
}

@media only screen and (max-width: 820px) {
  .content-footer-iz {
        padding-left: 6%;
    }

    .bg-footer {
        padding: 5% 5%;
    }
    
    .logo-footer{
    width: 150px; 
    }

}

@media only screen and (max-width: 767.98px) {
    .bg-footer h2{
    text-align: left;
    margin-bottom: 5%;
    }

    .bg-footer h2{
        font-size: 22px;
    }

    .title-continent{
        font-size: 18px;
    }

    .title-city{
        font-size: 16px;
    }

    .number-city{
        font-size: 13px;
    }

    .mail-footer{
        font-size: 13px;
    }

  /*  .content-mobile{
        text-align: center;
    }*/

    .content-bvn{
        display: block;
        text-align: center;
    }

   .content-footer-iz {
        padding-left: 0%;
    }
    .title-continent {
    margin-bottom: 2%;


}