@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;900&display=swap');

body
{
    overflow: hidden;
    font-family: 'Inter';
}

::-webkit-scrollbar
{
    display: none;
}

html,body
{
    /* overflow-x: hidden; */
    color:black;
    /* font-family:'Opens Sans',helvetica; */
    height:100%;
    width:100%;
    margin: 0px;
    padding: 0px;
}

body {
    overflow: hidden;
    font-family: 'Inter' !important;
}

.avatar-sm2
{
    height: 2rem;
    width:2rem;
}

.aplicaciones
{
    border: 4px solid #8B8A8A;
    border-radius: 1.1rem !important;
}

.aplicaciones:hover
{
    border: 4px solid red !important;
}

.card-body
{
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 2.5rem 2rem 1.65rem 2rem;
}

#paises div img
{
    /*height:92%;*/
	height:auto;
    max-width: 81%;
    display:block;
    margin:auto;
}

#paises div:hover
{
    background: #C9C9C9;
}

.selected
{
    background: #ff000082 !important;
}
