body 
{
    font-family: 'Merriweather', serif !important;
}

h1 
{ 
    color: white;
    font-weight: bold;
}

.bandera {
    height: 50px;
    width: auto;
}

#avion {
    height:50px;
    width:auto;
}

@media only screen and (max-width: 768px) {
    .bandera {
        height: 30px;
        width: auto;
    }

    #avion {
        height: 30px;
        width: auto;
    }
}

.item-tab {
    margin: 2px 0px 1px 0px;
}

.link-pais {
    color: black;
}

.tab-pane {
    padding:5px 15px 5px 15px;
    overflow-y: scroll;
    max-height:300px;
}