@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap');

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    /*margin-bottom: 60px;*/
    font-family: 'Roboto', sans-serif;
    letter-spacing: 1px;
}

.pointer {
    cursor: pointer;
}

.pointer:hover {
    font-weight: bold;
}

textarea {
    resize: none;
}

.fundoCinza {
    background-color: rgba(246, 246, 246, 1);
}

.totalheight {
    height: 100%;
    max-height: 100%;
}

.fullwidht {
    width: 100%;
    max-width: 100%;
}

.alerta {
    border: 2px solid #f90000;
}

.letraAmarela {
    color: #ffdf2b;
}

.texto-esquerda {
    text-align: left;
}

.gradiente-principal {
    background-color: rgba(0, 65, 71, 1);
    color: white;
}

.gradiente-principal:first-child {
    min-height: 100vh;
}

.fonte-18 {
    font-size: 18px;
}

@media only screen and (min-width: 768px) { 
    .margem-direita {
        margin-right: 100px;
    }
}

@media only screen and (max-width: 768px) {  
    .margem-direita {
        margin-right: 0;
    }
}

li.customIcon { 
    list-style: none;
} 

.mt-n1 {
    margin-top: -3rem !important;
}

.scaleIcons {
    transform: scale(2.2);
}