@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

html {
    font-size: 14px;
    position: relative;
    min-height: 100%;
}


/* Aplica align-top em todos os spans para corrigir o alinhamento ds icones */
span {
    vertical-align: top !important;
}

/*-------------------------------*/

.vh-60 {
    min-height: 60vh;
}

.vh-70 {
    min-height: 70vh;
}

.vh-80 {
    min-height: 80vh;
}

/*-------------------------------*/

@keyframes fadeInAnimation {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.FadeIn {
    opacity: 0;
    animation: fadeInAnimation 0.5s ease-in-out forwards;
}

/*-------------------------------*/

.siteMouseHover:hover {
    background-color: #ffffd7;
}

.siteMouseBorderHover-1:hover {
    border: solid !important;
    border-width: 1px !important;
}

.siteMouseBorderHover-2:hover {
    border: solid !important;
    border-width: 2px !important;
}

.siteMouseBorderShadowHover-1:hover {
    box-shadow: 0px 0px 2px 1px;
}

.siteBackground-img {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100vh;
}

.siteTransparence-85 {
    background-color: rgb(248 249 250 / 85%) !important;
}

.site-bg-silver {
    background-color:#efefef;
}
