@font-face {
    font-family: 'MongolianBaiti';
    src: url('MongolianBaiti.woff2') format('woff2'),
        url('MongolianBaiti.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

.transparente{
    background-color: transparent;
}

.customFont:hover{
    color: #FFFFFF !important;
}

.input-group-text{
    height: 38px;
}

.fa{
    display: flex;
}

.mainContacto{
    font-family: 'MongolianBaiti';
}

.menuItem:hover{
    background-color: #373998 !important;
    opacity: 1;
}

@media only screen and (max-width: 595px) {
    .customFont{
        font-size: 0.5em;
    }
}

/* Small screen devices (600px and above) */
@media only screen and (min-width: 600px) {
    .customFont{
        font-size: 0.5em;
    }
}

/* Medium screen devices (768px and above) */
@media only screen and (min-width: 768px) {
    .customFont{
        font-size: 0.7em;
    }
}

/* Big screen devices (889px and above) */
@media only screen and (min-width: 889px) {
    .customFont{
        font-size: 0.7em;
    }
}

/* Extra big screen devices (1200px and above) */
@media only screen and (min-width: 1200px) {
    .customFont{
        font-size: 1em;
    }
}