@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;600;700&display=swap');

* {
    padding: 0px;
    margin: 0px;
}

.minh-100 {
    height: 100vh;
}

.menor {
    font-size: 13px;
}

#sup_menu {
    z-index: 5000;
    position: sticky;
    top: 0px;
    -webkit-box-shadow: 0px 7px 36px 0px rgba(0, 255, 217, 1);
    -moz-box-shadow: 0px 7px 36px 0px rgba(0, 255, 217, 1);
    box-shadow: 0px 7px 36px 0px rgba(0, 255, 217, 1);
}

#resp1 {
    font-size: 16px;
}

#resp {
    font-family: 'Quicksand', sans-serif;
    background: rgb(89, 89, 89);
    background: linear-gradient(0deg, rgba(89, 89, 89, 1) 0%, rgba(99, 99, 99, 0.6) 47%, rgba(89, 89, 89, 1) 100%);
    color: white;
    overflow: hidden;
    padding-left: 20px;
    border-radius: 10px;
    font-size: 18px;
}

#preg {
    font-family: 'Quicksand', sans-serif;
    background: rgb(21, 0, 64);
    background: linear-gradient(0deg, rgba(21, 0, 64, 1) 0%, rgba(0, 26, 96, 0.6) 35%, rgba(21, 0, 64, 1) 100%);
    color: white;
    overflow: hidden;
    padding: 20px;
    border-radius: 10px;
    font-size: 18px;
}