/* Minification failed. Returning unminified contents.
(322,27): run-time error CSS1034: Expected closing parenthesis, found ','
(322,27): run-time error CSS1042: Expected function, found ','
(322,30): run-time error CSS1062: Expected semicolon or closing curly-brace, found ')'
 */
@import url("https://fonts.googleapis.com/css?family=Lato:400,700|Montserrat:500,600,700|Niramit:400,600,700");
.clear {
  clear: both;
}

.field-validation-error {
  font-size: 11px;
  font-weight: 600;
  color: #D71313;
}

.form-group label.opcional:after {
  content: ' (opcional)';
  color: #9797A5;
}

a.navbar-brand, a.navbar-brand:hover, a.navbar-brand:active, a.navbar-brand:visited {
  padding: 0 0 7px 0 !important;
  border: none !important;
}

.form-control {
  font-size: 0.875rem;
}

.gradiente {
  background: #f9f9f9;
  background: -moz-linear-gradient(top, #f9f9f9 0%, #eef0ef 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #f9f9f9), color-stop(100%, #eef0ef));
  background: -webkit-linear-gradient(top, #f9f9f9 0%, #eef0ef 100%);
  background: -o-linear-gradient(top, #f9f9f9 0%, #eef0ef 100%);
  background: -ms-linear-gradient(top, #f9f9f9 0%, #eef0ef 100%);
  background: linear-gradient(to bottom, #f9f9f9 0%, #eef0ef 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#eef0ef', GradientType=0 );
}

* {
  outline: none;
  margin: 0;
  padding: 0;
}

html {
  height: 100%;
  font-size: 16px;
}

body {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  color: #524C4C;
  background: #F8F8F8;
  min-height: 100%;
  display: flex;
  flex-direction: column;
}

h1 {
  font-family: "Montserrat", sans-serif;
  font-size: 2.25rem;
  color: #D71313;
  font-weight: 600;
  margin-bottom: 25px;
}

h2 {
  font-size: 1.125rem;
  font-family: "Niramit", sans-serif;
  font-weight: 600;
  line-height: 1.75rem;
}

h3 {
  font-family: "Lato", sans-serif;
}

h4 {
  font-family: "Montserrat", sans-serif;
}

h5 {
  font-family: "Niramit", sans-serif;
  color: #333333;
}

header {
  width: 100%;
  min-height: 300px;
}

header .menu-principal {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  color: #545454;
  background: transparent;
  text-transform: uppercase;
  padding: 1.25rem 1rem;
}

header .menu-principal a.navbar-brand, header .menu-principal a.navbar-brand:hover {
  padding: 0 !important;
  /*@media screen and (max-width: $break-small) {
                width: 50%;
            }*/
}

header .menu-principal a.navbar-brand img, header .menu-principal a.navbar-brand:hover img {
  max-width: 100%;
  /*
                @media screen and (max-width: 600px) {
                    max-width: 70%;
                }

                */
}

header .menu-principal .navbar-nav .nav-item {
  margin-left: 20px;
}

header .menu-principal .navbar-nav > li.entrar {
  border: solid 3px #D71313;
  border-radius: 3px;
}

header .menu-principal .navbar-nav > li.entrar a {
  padding: 7px 12px;
  color: #D71313;
  font-weight: 600;
}

header .menu-principal .navbar-nav > li.entrar a:hover {
  color: #DB3A46;
}

header .menu-principal .navbar-nav > li.entrar:hover {
  border: solid 3px #DB3A46;
}

main {
  flex: 1;
  padding-bottom: 30px;
}

/* PESQUISAS */
.box-light {
  padding: 40px 0;
}

.box-light h1 {
  text-align: center;
}

.box-red {
  text-align: center;
  padding: 35px 0;
  background-color: #DB3A46;
  color: #fff;
}

.box-red h1 {
  color: #fff;
}

.box-apresentacao {
  text-align: center;
}

/* PARTICIPE */
.box-participe h2 {
  margin-bottom: 30px;
}

.box-participe form .form-control {
  font-family: "Niramit", sans-serif !important;
  background-color: #E1656D;
  border: none;
  color: #FFF;
  text-transform: uppercase;
  font-weight: 600;
  box-shadow: none;
}

.box-participe form .form-control::placeholder {
  color: #FFF;
  font-weight: 400;
}

.box-participe form button[type=submit] {
  background-color: #FFF;
  color: #DB3A46;
  font-weight: 600;
  text-transform: uppercase;
  border: none;
  line-height: 1.75;
}

/* CAROUSEL */
.box-pesquisas {
  min-height: 600px;
}

.box-pesquisas .multi-item-carousel {
  margin-bottom: 15px;
}

.box-pesquisas .multi-item-carousel .carousel-item .col {
  padding: 35px 45px 0 45px;
}

.box-pesquisas .multi-item-carousel .carousel-item .card {
  height: 485px;
}

.box-pesquisas .multi-item-carousel .card {
  border-radius: 5px;
  border: none;
  text-align: center;
}

.box-pesquisas .multi-item-carousel .card .card-header {
  height: 10px;
  padding: 0;
  background-color: #DB3A46;
  border-radius: 5px 5px 0 0;
}

.box-pesquisas .multi-item-carousel .card .card-body {
  padding: 15px 20px;
  margin-top: -3px;
  border-radius: 5px !important;
  background-color: #FFF;
}

.box-pesquisas .multi-item-carousel .card .card-body img {
  bottom: 0;
  width: 130px;
  height: 130px;
}

.box-pesquisas .multi-item-carousel .card .card-body h4 {
  margin-top: 35px;
  color: #D71313;
  font-weight: 600;
}

.box-pesquisas .multi-item-carousel .card .card-body h5 {
  font-family: "Niramit", sans-serif !important;
  font-weight: 600;
  font-size: 0.9rem !important;
  line-height: 1.25rem;
  min-height: 40px;
  margin-bottom: 20px !important;
}

.box-pesquisas .multi-item-carousel .card .card-body p {
  font-size: 0.8153rem !important;
  margin-bottom: 0;
}

.box-pesquisas .carousel i {
  color: #D71313 !important;
}

/* ORGANIZACIONAL*/
.box-como-fazemos {
  background-color: #f8f8f8 !important;
  text-align: center;
  padding-top: 50px;
}

.box-como-fazemos ul {
  text-align: left;
  margin-top: 15px;
}

.box-como-fazemos ul li {
  list-style: none;
  font-size: 1rem;
  margin-bottom: 10px;
}

.box-como-fazemos ul li:before {
  font-family: "Font Awesome 5 Free";
  content: '\f058';
  font-weight: 900;
  margin-right: 15px;
  color: #DB3A46;
}

/* CONTATO */
.contato-msg {
  text-align: center;
  background-color: #DB3A46 !important;
  color: #fff !important;
}

.contato-msg h1 {
  color: #fff;
}

.contato-msg p {
  font-size: 1.125rem;
  margin-bottom: 0px;
}

.contato-form .sombra {
  height: 3px;
  border-style: solid;
  border-color: #e5e4e4;
  border-width: 0 0 0 4.2rem;
}

.contato-form form label {
  margin-bottom: 3px;
  font-weight: 600;
}

.contato-form form button {
  background-color: #DB3A46 !important;
  color: RGB(255, 255, 255, 1) !important;
  border: 0;
  line-height: 1.75;
  width: 100px;
}

.contato-form form textarea {
  min-height: 115px;
}

.contato-form .form-control:focus {
  border-color: #DB3A46;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 0, 0, 0.6);
}

/* RODAPE */
.footer {
  padding: 25px 0;
  width: 100%;
  color: #fff;
  background-color: #DB3A46;
}

.footer h3 {
  font-size: 1.125rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
}

.footer a {
  color: #FFF;
  text-decoration: none;
}

.footer .redes-sociais {
  text-align: right;
}

