/* layer to fill all the screen*/
html, body {
    height: 100%;
    margin: 0;
}
#all {
    min-height: 100%;
}
/**/
/*--Flags*/
.flag-container{
    display: flex;
    flex-wrap: wrap;
}
.flag-item{
    display: flex;
    width: 71px;
    height: 45px;
    margin: 2px;
}
.flag-item a img{
    height: 45px;
    width: 71px;
}
.flag-item a img:hover{
    opacity: 0.5;
}
.flag-title{
    text-align: center;
    background-color: rgba(94, 94, 94, 0.1);
    font-size: 2rem;
    padding: 5px;
}

/*********** Mobile *********************/
@media (max-width: 891px){
    #content {
        flex-direction: column;
    }
    .flag-container{
        align-items: left;
        justify-content: space-evenly;
    }
    .flag-item a img{
        border: 1px solid rgb(198, 198, 198);
    }
    .container{
        padding: 0px;
        width: 100%;
        margin-top: 5px;
    }
    .navbar-header{
        margin:0px !important;
        padding:5px;
    }
    .row{
        margin: 0px !important;
        padding:5px;
    }
    .navbar-collapse{
        margin:0px !important;
    }
    .top-idioma {
        flex-direction: column;
        padding-right: 0px;
        padding-left: 0px;
        align-content: space-between;
        height:100%;
    }
    .social {
        text-align: center !important;

    }
}
/**************************************/

#windy {
    width: 100%;
    height: 700px;
    margin-bottom: 20px;
}

iframe {
    border: 0px;
}

/***For the text image ***/
.image-page{
    max-width:100%;
    padding: 0px;

}
.image-container{
    justify-content: center;
    display: flex;
    padding: 5px;
}

.navbar-brand {
    width: 120px;
}
.top-idioma {
    display: flex; 
    align-items:center;
}