* {
  border: 0;
  margin: 0;
  padding: 0;
}

.blocker{z-index: 99 !important;}

.modal-receita h3{
    margin: 20px 0;
}

.modal-receita li{
    list-style: none;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 10px;
    color: #3F1C16;
}

.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  height: 0px;
  float: none;
}

.f-left {
  float: left;
}

.f-right {
  float: right;
}

.centralize {
  margin: 0 auto;
}

.center {
  max-width: 1170px;
  margin: 0 auto;
  width: 100%;
}

.center .inner-center {
  padding: 0 15px;
}

.msg {
  font-size: 13px;
}

.title {
  margin-top: 93px;
  margin-bottom: 19px;
}

.box-description p {
  margin-bottom: 10px;
}

.section {
  padding-top: 100px;
}

a {
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
}

img {
  width: 100%;
}

h1 {
  font-family: "Kalam", sans-serif;
  font-size: 40px;
  color: #3F1C16;
  font-weight: 400;
  line-height: 40px;
}

h2 {
  font-family: "Kalam", sans-serif;
  font-size: 35px;
  color: #3F1C16;
  font-weight: 400;
  line-height: 40px;
  text-align: center;
}

h3 {
  font-family: "Kalam", sans-serif;
  font-size: 20px;
  color: #EA9A00;
  font-weight: 400;
  line-height: 25px;
}

p {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  color: #2d3037;
  line-height: 25px;
  font-weight: 300;
  margin-bottom: 20px;
}

label{
    font-family:'Roboto', sans-serif;
    font-size: 18px;
}

span {
  display: inline-block;
}

.alert {
  color: #db2a27 !important;
  border-color: #db2a27 !important;
}

.successful {
  color: #088054 !important;
}

.grid::after {
  content: "";
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  height: 0px;
  float: none;
}

.owl-dots {
  text-align: center;
  margin-top: 20px;
}

.owl-dot {
  width: 10px !important;
  height: 10px !important;
  border: 1px solid #fff !important;
  border-radius: 100%;
  margin: 0 5px;
}

.owl-dot.active {
  width: 12px !important;
  height: 12px !important;
  background: #fff !important;
}

select {
  width: 100%;
  background: transparent;
  -webkit-appearance: none !important;
  -webkit-border-radius: 0px;
  /*background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMTJweCIgeT0iMHB4IiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIzcHgiIHZpZXdCb3g9IjAgMCA2IDMiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDYgMyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBvbHlnb24gcG9pbnRzPSI1Ljk5MiwwIDIuOTkyLDMgLTAuMDA4LDAgIi8+PC9zdmc+);*/
  background-position: 100% center;
  background-repeat: no-repeat;
  border-bottom: 2px solid #898989;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  color: #898989;
  line-height: normal;
  border-radius: 0;
  height: 19px;
  cursor: pointer;
}

select::-ms-expand {
  background: #fff;
}

select:focus {
  outline: thin dotted;
  outline: 0px auto -webkit-focus-ring-color;
  outline-offset: 0px;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: "";
}

button:focus {
  outline: thin dotted;
  outline: 0px auto -webkit-focus-ring-color;
  outline-offset: 0px;
}

input {
  background: transparent;
  width: 100%;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  color: #3F1C16;
}

input:focus {
  outline: 0;
  background: transparent;
}

input:-internal-autofill-selected {
  background-color: #000 !important;
}

textarea {
  background: transparent;
  resize: none;
  width: 100%;
  color: #3F1C16;
  font-size: 18px;
  height: 150px;
  font-family: "Roboto", sans-serif;
}

textarea:focus {
  outline: 0;
  background: transparent;
}

::-webkit-input-placeholder {
  color: #3F1C16;
  font-size: 18px;
}

:-moz-placeholder {
  color: rgba(45, 48, 55, 0.6);
  font-size: 15px;
}

::-moz-placeholder {
  color: rgba(45, 48, 55, 0.6);
  font-size: 15px;
}

:-ms-input-placeholder {
  color: rgba(45, 48, 55, 0.6);
  font-size: 15px;
}

/*Selecmenu*/

.ui-selectmenu-button.ui-button {
  width: 100%;
}

.ui-button {
  border: none;
  background: transparent;
  font-weight: normal;
  color: #3F1C16;
  padding: 0;
  margin: 0;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
  border: none;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  background: transparent !important;
  border: none !important;
}

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
  color: #3F1C16 !important;
}

.ui-button:hover,
.ui-button:focus {
  border: none;
  background: transparent !important;
  font-weight: normal !important;
  color: #3F1C16 !important;
  width: 100%;
  -webkit-appearance: none !important;
  -webkit-border-radius: 0px;
  /*background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMTJweCIgeT0iMHB4IiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIzcHgiIHZpZXdCb3g9IjAgMCA2IDMiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDYgMyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBvbHlnb24gcG9pbnRzPSI1Ljk5MiwwIDIuOTkyLDMgLTAuMDA4LDAgIi8+PC9zdmc+);*/
  background-position: 100% center;
  background-repeat: no-repeat;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  line-height: normal;
  border-radius: 0;
  cursor: pointer;
}

.ui-selectmenu-button.ui-button {
  width: 100%;
}

.ui-button {
  border: none;
  border-bottom: 2px solid #3F1C16;
  background: transparent;
  font-weight: normal;
  color: #898989;
  padding: 0;
  margin: 0;
}

.ui-button:hover,
.ui-button:focus {
  border: none;
  border-bottom: 2px solid #3F1C16;
  background: transparent !important;
  font-weight: normal !important;
  color: #3F1C16 !important;
  width: 100%;
  -webkit-appearance: none !important;
  -webkit-border-radius: 0px;
  /*background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMTJweCIgeT0iMHB4IiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIzcHgiIHZpZXdCb3g9IjAgMCA2IDMiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDYgMyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBvbHlnb24gcG9pbnRzPSI1Ljk5MiwwIDIuOTkyLDMgLTAuMDA4LDAgIi8+PC9zdmc+);*/
  background-position: 100% center;
  background-repeat: no-repeat;
  border-bottom: 2px solid #3F1C16;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  line-height: normal;
  border-radius: 0;
  cursor: pointer;
}

.ui-widget-content {
  color: #898989;
}

.ui-widget {
  font-size: 18px !important;
  font-family: "Roboto", sans-serif !important;
}

.ui-selectmenu-text {
  margin: 0;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  background: transparent;
  border: none;
}

.ui-button .ui-icon {
  background: none;
  width: 0;
  height: 0;
  border: 5px solid;
  border-color: #fff transparent transparent transparent;
}

span:focus {
  outline: none;
}

select:focus,
textarea:focus,
button:focus {
  outline: none;
}

/******************* header *******************/

header {
  position: absolute;
  width: 100%;
  top: 0;
  height: 100px;
  background: #3F1C16;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  padding: 0 60px;
}

header .links {
  display: flex;
  justify-content: flex-end;
  width: 100%;
}

header .links li {
  display: inline-flex;
  margin: 0px 10px;
}

header .links a {
  color: #EA9A00;
  font-size: 19px;
  font-family: "Roboto", sans-serif;
}

header .links a::after{
    content: '';
    width: 0;
    height: 2px;
    background: #EA9A00;
    display: block;
    opacity: 0;
    transition: .3s;
}

header .links a:hover::after{
    opacity: 1;
    width: 100%;
}

header .links a.links_button::after{display: none;}

header .links .links_button {
  border: 1px solid #EA9A00;
  padding: 5px 15px;
  border-radius: 20px;
  transition: .3s;
}

header .links .links_button:hover
{
    transform: scale(1.05)
}

/***************** footer ********************/

header {
  position: absolute;
  width: 100%;
  bottom: 0;
}

/***************** loader ********************/

#modal_loading {
  width: 100px !important;
  height: 100px;
}

.overlay {
  display: none;
}

.loader {
  border: 10px solid #f3f3f3;
  border-radius: 50%;
  border-top: 10px solid #ae2b31;
  width: 40px;
  height: 40px;
  -webkit-animation: spin 2s linear infinite;
  /* Safari */
  animation: spin 1.5s linear infinite;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

/* Safari */

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

