/* @font-face {
    src: url('../frutiger_ssv/Frutiger\ LT\ Std\ 55\ Roman\ Italic.otf');
    font-family: 'Frutiger';
} */

h3 {
    font-family: 'Frutiger', sans-serif;
}

#Sistema {
    /* width: 100%; */
    /* height:100%; */
    /* width: 500px;
    height:200px; */
    overflow: hidden;
}

.row {
    margin-right: 0px !important;
    margin-left: 0px !important;
}

#Sol{
    width: 300px;
    overflow: hidden;
}

nav.navbar {
    /* background: #73B142; */
    /* background: #FFEB3B; */
    background: #fff !important;
    padding: 0px 16px;
    box-shadow: 0px 0px 5px black;
    padding: 0px 16px;
}

.subcribe form button {
    background: #60942f;
}

#requisitos > div.subcribe > div > div > div.col-md-4.col-sm-6 > h3 {
    margin: 0;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.nav.navbar a, nav.navbar ul li a {
    color: #135470 !important;
    /* font-family: 'Frutiger';
    font-weight: bold; */
}

.about_section h3,.about_section h4 {
    color: #135470;
    /* font-size: 25px; */
}

.about_section h4 {
    /* font-size: 28px; */
}

.degrader {
    background: linear-gradient(#fff 0%, #a9d279 60%, ##a9d279 100%);
}
.layout_padding {
    padding: 50px 0;
}

.navbar ul {
    /* background-color: #5f9833; */
}

.subcribe form button:hover,
.subcribe form button:focus {
    background: #4caf50;
    cursor: pointer;
}

.navbar-light .navbar-toggler {
    background: #5f9833;
}

.cor-azul{
    background-color: #00c4ff;
}
.cor-azul-escuro{
    color: #041c3e !important;
}
.cor-azul-re{
    color: #135470 !important;
}
.degrader{
    background: linear-gradient(#fff 0%, #a9d279 100%);
}
.font-branca{
    color: #ffffff;
}
.subcribe {
    background: #026583;
}
.testimonial_blog {
    box-shadow: 50px 50px 0 0 #026583;
}

@media (max-width: 992px) {
    .navbar ul {
        background-color: white !important;
    }
}

@media screen and (min-width: 992px) {
    div.collapse {
        height: 95px;
    }

    .navbar-nav {
        height: 100%;
    }

    .nav-link {
        padding: 10px !important;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .nav-item {
        padding: 0 !important;
    }

    /* .nav-link:hover {
    background: #026583;
    color: white !important;
    } */
    
    .subcribe {
        padding: 40px;
    }
}

@media (max-width: 992px) {
    .navbar ul {
        background-color: #fff !important;
    }
}

ul {
    padding: 0px;
}

@media (max-width: 572px) {
    .requisitos li div:nth-child(1) {
        float: unset !important;
        clear: both !important;
        display: block !important;
        margin: auto;
    }

    .requisitos li div:nth-child(2) {
        margin: 0px !important;
        /* min-height: 100px; */
        text-align: center !important;
        justify-content: center;
    }
}

footer {
    margin: 0;
    padding: 0px;
}

footer .copyright  {
    margin: 0px;
    background: red;
    border-top: 0px;
    background:#afd583;
}

ul.requisitos li h4 {
    text-align: justify;
}

ul.requisitos li {
    padding: 10px;
}

ul.requisitos li + li {
    border-top: 1px solid #ccc;
}

ul.requisitos p {
    margin: 0px;
}

.fixed-top {
    position: fixed !important;
    top: 0 !important;
    right: 0 !important;
    left: 0 !important;
    z-index: 1030 !important;
}

body {
    padding-top: 95px;
}

a {
  text-decoration: none;
  color: inherit;
}
p {
  font-size: 1.1em;
  margin: 1em 0;
  word-wrap: break-word;
}
.description {
  margin: 1em auto 2.25em;
}

/* body {
  width: 40%;
  min-width: 300px;
  max-width: 400px;
  margin: 1.5em auto;
  color: #333; */
/* } */

h1 {
  font-family: 'Pacifico', cursive;
  font-weight: 400;
  font-size: 2.5em;
}

ul {
  list-style: none;
  padding: 0;
}

ul.accordion  li,
ul.accordion  p {
    background: #fff;
    color: #000 !important;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif !important;
    font-weight: 400;
    font-size: 17px;
    position: relative;
}

ul .inner {
  padding-left: 1em;
  overflow: hidden;
  display: none;
  padding-right: 17px;
}

.inner a.toggle {
    background: #607D8B !important;
}

ul.accordion li.open::after {
    content: '-';
}

ul.accordion li::after {
    content: '+';
    position: absolute;
    top: 8px;
    right: 20px;
    font-size: 30px;
    line-height: 30px;
    color: #fff;
    user-select: none;
}

ul .inner.show {

}
ul li {
  margin: .5em 0;
}
ul li a.toggle {
  width: 100%;
  display: block;
  background: #8BC34A;
  color: #fefefe;
  padding: .75em;
  padding-right: 50px;
  /* border-radius: 0.15em; */
  transition: background .3s ease;
}

/* ul li a.toggle:hover {
  background: rgba(0, 0, 0, 0.9);
} */

#perguntas {
    background: #009688;
}

#perguntas a,
#perguntas h3,
#perguntas p {
    color: #fff;
}

.navbar-light .navbar-toggler {
    background: #8BC34A;
}

.modal-dialog {
    max-width: 800px;
    margin: 30px auto;
}

.modal-body {
  position:relative;
  padding:0px;
}
.close {
  position:absolute;
  right:-30px;
  top:0;
  z-index:999;
  font-size:2rem;
  font-weight: normal;
  color:#fff;
  opacity:1;
}

.card-sorteados {
    position: relative; 
    display: flex; 
    min-height: 150px; 
    /* width: 250px;  */
    background-color: #002d0038; 
    box-shadow: 8px 8px 15px #00000066; 
    padding: 15px; 
    margin: 10px; 
    flex-direction: column; 
    justify-content: space-between; 
    border-radius: 10px;
    transition: all 0.2s ease-out;
    cursor: default;
    color: #FFF; 
    font-family: Arial, Helvetica, sans-serif;
}

.card-sorteados:hover {
    transform: scale(1.04);
}