#survey-nav,
.navbar-light .navbar-nav .nav-link{
    background-color: #421944 !important;
    color: #fff !important;
}

.card-body.bg-light {
    background-color: #FBF6FF !important;
}


.navbar-toggler-icon{
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='rgba(255, 255, 255, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E") !important;
}
.fruity .navbar-collapse {
  box-shadow: inset 0 0px 0 hsla(0,0%,100%,.1) !important;
}

.img-1{
    margin-right: 20px;
    margin-bottom: 25px;
}

.img-2{
    width: 134px;
    margin-right: 20px;
    margin-bottom: 25px;
}

.footer {
    background-color: #421944 !important;
    position: relative;
    height: 100px;
    @media (max-width: 639px) {
        margin-top: 30px;
    }
    
    @media (min-width: 640px) and (max-width: 799px) {
        margin-top: 50px;
    }
    
    @media (min-width: 800px) and (max-width: 1023px) {
        margin-top: 60px;
    }
    
    @media (min-width: 1024px) {
        margin-top: 80px;
    }
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow: visible; /* Evita estouro lateral */
}

.footer .lines {
    width: 100%;
    max-height:110px;
    background-repeat: repeat-x;
    position: absolute; /* Se precisar sobrepor algo */
    
    @media (max-width: 639px) {
        top:-15px;
    }
    
    @media (min-width: 640px) and (max-width: 799px) {
        top:-25px;
    }
    
    @media (min-width: 800px) and (max-width: 1023px) {
        top:-30px;
    }
    
    @media (min-width: 1024px) {
        top:-40px;
    }
    left: 0;
}
body {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

html, body{
  height: 100%;
  display: grid;
  margin: 0;
  grid-template-rows: 1fr auto;
}

.question-number{
    @media (max-width: 639px) {
        font-size: 18pt;
    }
    
    @media (min-width: 640px) and (max-width: 799px) {
        font-size: 20pt;
    }
    
    @media (min-width: 800px) and (max-width: 1023px) {
        font-size: 24pt;
    }
    
    @media (min-width: 1024px) {
        font-size: 24pt;
    }
    
}

.question-text{
    @media (max-width: 639px) {
        font-size: 18pt;
    }
    
    @media (min-width: 640px) and (max-width: 799px) {
        font-size: 20pt;
    }
    
    @media (min-width: 800px) and (max-width: 1023px) {
        font-size: 24pt;
    }
    
    @media (min-width: 1024px) {
        font-size: 24pt;
    }
    
}

.group-description .well h1 {
    @media (max-width: 639px) {
        font-size: 18pt !important;
    }
    
    @media (min-width: 640px) and (max-width: 799px) {
        font-size: 20pt !important;
    }
    
    @media (min-width: 800px) and (max-width: 1023px) {
        font-size: 24pt !important;
    }
    
    @media (min-width: 1024px) {
        font-size: 24pt !important;
    }
}


.group-description div.col-12.well {
    background-color: inherit !important;
    border: none !important;
    box-shadow: none !important;
    font-size: 24pt !important;
}

.dropdown-menu {
  overflow-y: auto;
      @media (max-width: 639px) {
        max-height: 200px;
    }
    
    @media (min-width: 640px) and (max-width: 799px) {
        max-height: 350px;
    }
    
    @media (min-width: 800px) and (max-width: 1023px) {
        max-height: 500px;
    }
    
    @media (min-width: 1024px) {
        max-height: 500px;
    }
}

.ls-label-question{
    hyphens: none;
}

#surveyListFooter.footer {
    display: none !important;
}

#surveys-list-jumbotron img {
    display: none !important;
}

#surveys-list-jumbotron span.text-center {
    display: none !important;
}


#limesurvey .row.navigator.space-col{
    padding-right: 0.6em;
    padding-left: 0.6em;
}

:root{
    --bs-body-font-family: "Montserrat, sans-serif";
}


