#logos img {
    max-height: 88px;
}

#logos {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 45px;
}

#logometlac img {
    max-height: 120px;
}

#inicial {
    color: #594029;
}

#content {
    display: flex;
    align-items: center;
    justify-content: center;
}

#selector {
    display: none;
}

#info {
    display: none;
}

.titlePais,
.descripcionPais {
    color: #594029;
}

.linkPais {
    text-decoration: none;
    color: #fff!important;
    font-weight: 600;
    border-radius: 8px;
    background-color: #42AA12;
    padding: 12px 36px;
}

.linkPais:hover {
    color: #fff;
    cursor: pointer;
}

svg path {
    fill: #E6E7E8;
}

a path:hover {
    fill: #594029 !important;
}

@media(max-width:768px) {
    #logos {
        flex-direction: column;
    }

    #content {
        flex-direction: column;
    }

    #country-selector {
        border: solid 2px #42AA12;
        border-radius: 8px;
        padding: 12px 10px;
        font-size: 16px;
        max-width: 328px;
    }

    #selector {
        margin-bottom: 30px;
        display: flex;
        justify-content: center;
        color: #50535A;
    }
}