/* ===   General Functions === */
/* ===   General Styles === */
html {
  font-size: calc(0.7vw + 8px);
}

.scrolldiv {
  background: #fff;
}

.idealperfeito {
  width: 100vw;
}

.wrap-body {
  margin-left: auto;
  margin-right: auto;
  max-width: 1400px;
}

/* === Proportional Widths and Heights === */
.heightWA {
  height: calc(min(1.4vw, 1400px * 1.4 / 100 ) + 11px);
}

.heightPageBorder {
  height: calc(min(3vw, 1400px * 3 / 100 ) + 20px);
}

.gapGrid {
  height: calc(min(2vw, 1400px * 2 / 100 ) + 10px);
}

/* FONTS AND TEXT */
body {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  color: #333333;
  background: #ffffff;
  overflow-x: hidden;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Lato", Helvetica, Arial, sans-serif;
  line-height: 1.1;
}

h1,
h2,
h3,
.h1,
.h2,
.h3 {
  font-weight: 300;
}

h4,
h5,
h6,
.h4,
.h5,
.h6 {
  font-weight: 400;
}

h1,
.h1 {
  font-size: 2.5rem;
  display: inline;
  border-width: 0 0 2px 0;
  border-style: solid;
  border-color: #16a085;
  padding: 3vh 4vh 1vh 4vh;
}

h2,
.h2 {
  font-size: 2rem;
}

h3,
.h3 {
  font-size: 1.2rem;
  color: #000;
  line-height: 1.5rem;
}

.h3a {
  color: #fff;
  font-size: 1.2rem;
  line-height: 1.7rem;
  padding-bottom: 1.2rem;
}

.h3b {
  color: #000;
  font-size: 1.2rem;
  line-height: 1.5rem;
  padding-bottom: 2.3rem;
}

.h3bw {
  color: #fff;
  font-size: 1.2rem;
  line-height: 1.5rem;
  padding-bottom: 2.3rem;
}

h4,
.h4 {
  font-size: 1.2rem;
}

p {
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5;
  color: #515157;
}

.txtsmall {
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-size: 1.4rem;
  line-height: 3rem;
  font-weight: 200;
  vertical-align: text-bottom;
}

.txtmoney {
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-size: 3rem;
  color: #5c3;
  font-weight: 900;
  line-height: 3.9rem;
  vertical-align: text-bottom;
}

.title1 {
  color: #51839e;
  font-size: 3rem;
  font-weight: normal;
  text-align: left;
  line-height: calc(3.6vw + 10px);
}

.title12 {
  margin-left: 0px;
  margin: 0 0 30px 0;
  padding: 0;
  color: #51839e;
  font-size: 3rem;
  font-weight: bold;
  text-align: left;
  line-height: calc(3.6vw + 14px);
}

.title14 {
  margin-left: 0px;
  margin: 0 0 30px 0;
  padding: 0;
  font-size: 2.8rem;
  font-weight: 300;
  text-align: left;
  line-height: calc(3.6vw + 14px);
}

.fntHighlight1 {
  font-weight: 600;
}

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

/* BUTTONS AND LINKS */
a {
  color: #1abc9c;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

a:hover {
  color: #3e3e3e;
  text-decoration: none;
}

.ilk_btn {
  color: #FFF;
  font-size: 1.5rem;
  font-weight: 600;
  text-shadow: none;
  border: none;
  text-transform: uppercase;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  white-space: nowrap;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.ilk_btn:hover,
.ilk_btn:focus,
.ilk_btn.focus {
  color: #ccc;
  text-decoration: none;
}

.ilk_btn-lg1 {
  margin: 10px 20px;
  padding: 10px 20px;
  border-radius: 17px;
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  line-height: 1.42857143;
  background-color: #5800d5;
}

.ilk_btn-lg2 {
  padding: 10px 20px;
  border-radius: 10px;
  font-size: 1.1rem;
  letter-spacing: 0.1em;
  line-height: 1.42857143;
  background-color: #5800d5;
}

.ilk_btn_primary {
  background: #1abc9c;
  -webkit-box-shadow: 0 2px #16a085;
          box-shadow: 0 2px #16a085;
  border-radius: 5px;
  padding: 7px 20px;
  font-size: 1.2rem;
  font-weight: 600;
  text-shadow: none;
  border: none;
  text-transform: uppercase;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  white-space: nowrap;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.ilk_btnmnu {
  border-radius: 7px;
  padding: 7px 17px;
  font-size: 1rem;
  font-weight: 600;
  -webkit-box-shadow: 2px 2px #909090;
          box-shadow: 2px 2px #909090;
  background-color: #5800d5;
}

.ilk_btnhead {
  height: 38px;
  border-radius: 7px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 4px 7px;
  font-size: 1.6rem;
  font-weight: 600;
  -webkit-box-shadow: 2px 2px #909090;
          box-shadow: 2px 2px #909090;
  background-color: #5800d5;
}

/* MENU */
.ilk_navbar_ul {
  list-style: none;
}

.ilk_navbar {
  background-color: #fff;
  -webkit-box-shadow: 0 4px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 0 rgba(0, 0, 0, 0.1);
  -webkit-transition: all 1s ease-out;
  transition: all 1s ease-out;
  opacity: 0;
  z-index: 999;
  list-style: none;
  text-decoration: none;
  font-size: 1.1rem;
}

.ilk_navbar-nav li {
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.ilk_navbar-nav li a {
  margin: 0;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
}

.ilk_navbar-nav li a .active {
  margin: 0;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
}

.ilk_navbar-nav li a:hover {
  background-color: transparent;
  text-decoration: none;
}

.ilk_navbar-nav li a {
  color: #717171;
  list-style: none;
}

.ilk_navbar-nav .active a,
.ilk_navbar-nav .active a:hover {
  color: rgb(0, 0, 0);
  text-decoration: none;
  xborder-bottom: 3px solid rgb(255, 139, 202);
  border-bottom: 3px solid rgb(66, 139, 202);
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.fixtop {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
  opacity: 0.9;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

/* SECTIONS AND GRIDS */
section {
  padding: 0 0 0 0;
}

.sectionspacer {
  left: 0;
  top: 0px;
  height: 5px;
  background-color: #fff;
  visibility: visible;
}

.sectionspacertop {
  position: relative;
  height: 60px;
  background-color: #fff;
  visibility: visible;
}

.section1txtframe {
  padding: 40px 20px 10px 20px;
}

.gridMenu {
  display: grid;
  place-content: start start;
  place-items: center center;
  xgrid-template-columns: 5rem 5rem 5rem 5rem auto auto;
  grid-template-columns: -webkit-min-content -webkit-min-content -webkit-min-content -webkit-min-content auto auto;
  grid-template-columns: min-content min-content min-content min-content auto auto;
  -webkit-column-gap: 2rem;
     -moz-column-gap: 2rem;
          column-gap: 2rem;
}

.grid1 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-auto-flow: row;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-line-pack: space-evenly;
      align-content: space-evenly;
  justify-items: stretch;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  grid-template-areas: "description logo";
}

.grid2 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(40%, max(350px, 20%)), 1fr));
  gap: calc(2.5vw + 3px);
  grid-auto-flow: row;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-line-pack: space-evenly;
      align-content: space-evenly;
  justify-items: stretch;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.grid3 {
  display: grid;
  grid-template-columns: calc(2.5vw + 20px) auto;
  grid-template-rows: 45px auto;
  gap: 0px 0px;
  grid-auto-flow: column;
  justify-items: start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}

.grid3 > h4:first-child {
  grid-row: 1/3;
}

.grid4 {
  display: grid;
  grid-template-columns: 2rem 1fr 1fr;
  grid-template-rows: 1fr;
  gap: 1rem 5px;
  grid-auto-flow: row;
  xjustify-content: center;
  xalign-content: center;
}

.grid4 > legend {
  xjustify-self: center;
  xalign-self: center;
  grid-area: 1/1/1/3;
}

.grid4 > .form-group {
  grid-area: auto/2/auto/4;
}

.grid4 > div:nth-last-child(2) {
  grid-area: auto/2/auto/3;
  xbackground-color: #5c3;
}

.head2tb {
  top: 0px;
  margin: 0 0 30px 30px;
  padding: 0;
}

.showoncel {
  display: none;
}

.hideoncel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 650px) {
  .showoncel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .hideoncel {
    display: none;
  }
  .head2page {
    height: 70px;
    background-color: #ffffff;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .xsection1txtframe {
    padding: 0px 20px 0px 20px;
  }
  .gridMenu {
    xgrid-template-columns: 5rem 5rem 5rem 5rem 7rem;
    grid-template-columns: -webkit-min-content -webkit-min-content -webkit-min-content -webkit-min-content auto;
    grid-template-columns: min-content min-content min-content min-content auto;
    -webkit-column-gap: 1rem;
       -moz-column-gap: 1rem;
            column-gap: 1rem;
  }
  .grid1 {
    grid-template-columns: 1fr;
    grid-template-areas: "logo" "description";
  }
}
.gridcontainer {
  display: table;
  margin: 0 auto;
}

.gridcontainer .fa {
  font-size: 1.5rem;
  color: #16A085;
}

.gridcontainer .row div[class^=col-] .row {
  height: calc(5vmin + 130px);
}

.gridtitle-box {
  text-align: center;
  margin-top: calc(3vw + 60px);
  margin-bottom: calc(3vw + 50px);
}

.content-block {
  z-index: 100;
  background-color: #ffffff;
}

/* FORM CONTROL */
fieldset {
  border: 2px solid #fff;
  border-radius: 6px;
  padding: 25px 25px 5px 25px;
}

fieldset legend {
  color: #333;
  padding: 5px 10px;
  border: 2px solid #ffffff;
  border-radius: 6px;
}

.form-control {
  border: 2px solid #ecf0f1;
  color: #34495e;
  font-size: 1rem;
  line-height: 1.4;
  padding: 1.2rem 12px;
  margin: 0 0;
  border-radius: 6px;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: border 0.25s linear, color 0.25s linear, background-color 0.25s linear;
  transition: border 0.25s linear, color 0.25s linear, background-color 0.25s linear;
  width: 100%;
}

.form-group {
  margin-bottom: 0px;
}

.formIcon {
  padding: 1rem 0 0 0;
  font-size: 1.4rem;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.well-sm {
  padding: 9px;
  border-radius: 3px;
}