@font-face {
    font-family: 'Renstoria';
    src: url('../fonts/renstoria.woff2') format('woff2'),
         url('../fonts/renstoria.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Lufgablack';
    src: url('../fonts/lufga-black-webfont.woff2') format('woff2'),
         url('../fonts/lufga-black-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Lufgabold';
    src: url('../fonts/lufga-bold-webfont.woff2') format('woff2'),
         url('../fonts/lufga-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Lufgaitalic';
    src: url('../fonts/lufga-italic-webfont.woff2') format('woff2'),
         url('../fonts/lufga-italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Lufgalight';
    src: url('../fonts/lufga-light-webfont.woff2') format('woff2'),
         url('../fonts/lufga-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Lufgaregular';
    src: url('../fonts/lufga-regular-webfont.woff2') format('woff2'),
         url('../fonts/lufga-regular-webfont.woff') format('woff');
    font-weight: normal;
}

@font-face {
    font-family: 'Lufgasemibold';
    src: url('../fonts/lufga-semibold-webfont.woff2') format('woff2'),
         url('../fonts/lufga-semibold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Lufgathin';
    src: url('../fonts/lufga-thin-webfont.woff2') format('woff2'),
         url('../fonts/lufga-thin-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

h1 {
  font-family: Renstoria;
  font-size: 38px;
}

h2 {
  font-family: Renstoria;
  font-size: 24px;
}

h3 {
  font-family: Lufgalight;
  font-size: 34px;
}

h4 {
  font-family: Lufgasemibold;
  font-size: 21px;
}

h5 {
  font-family: Lufgathin;
  font-size: 46px;
}

h6 {
  font-family: Lufgaregular;
}

p {
  font-family: Lufgaregular;
  font-size: 16px;
}

.lufga {
  font-family: Lufgaregular;
}

.renstoria {
  font-family: Renstoria;
}

blockquote {
    line-height: 28px;
    font-weight: 500;
    font-style: italic;
    padding: 5px 0 5px 20px;
    border-left: 3px solid #67b9b1;
    margin: 0 0 20px;
}

.zindex1 {
  z-index: 1 !important;
}
.zindex2 {
  z-index: 2 !important;
}
.zindex3 {
  z-index: 3 !important;
}
.zindex4 {
  z-index: 4 !important;
}
.zindex5 {
  z-index: 5 !important;
}

#sp-header .row {
    --bs-gutter-x: 1.5rem;
}

/* último item menu destaque */
.sp-megamenu-parent>li:last-child>a {
    padding: 0px 10px 0px 10px;
    background: #e0ff62;
    color: #592d83;
    border-radius: 25px 0px 25px 0px;
    font-weight: 500;
}

/* Estilo do form */
.contact1-form {
  margin: 0 auto !important;
  width: 95% !important;
}
.contact1-form-title {
  	font-family: Lufgasemibold;
  	font-size: 26px;
    display: block !important;
    font-size: 18px !important;
    color: #592d83 !important;
    line-height: 1.2 !important;
    text-align: center !important;
    padding-bottom: 15px !important;
  	padding-top: 15px !important;
}


.input1 {
    height: 50px !important;
    border: none !important;
    border-radius: 25px !important;
    padding-left: 30px !important;
    width: 100% !important;
    font-size: 15px !important;
    color: #592d83 !important;
}

.input2 {
    height: 50px !important;
    border: none !important;
    border-radius: 25px !important;
    padding-left: 30px !important;
    width: 100% !important;
    font-size: 15px !important;
    color: #592d83 !important;
  	background: #f2f2f2 !important;
}

select{
    background: url(/images/institucional/icones/arrow-down.png) no-repeat right #f2f2f2 !important;
    -webkit-appearance: none !important;
    background-position-x: 95% !important;
}

.wrap-input1 {
    position: relative !important;
    width: 100% !important;
    z-index: 1 !important;
    margin-bottom: 16px !important;
}
.container-contact1-form-btn {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    flex-wrap: wrap !important;
  	padding-top: 25px !important;
    justify-content: center !important;
}
.contact1-form-btn {
    min-width: 193px !important;
    height: 50px !important;
    border: none !important;
    border-radius: 25px !important;
    background: #57b846 !important;
    font-size: 15px !important;
    color: #f2f2f2 !important;
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    padding: 0 25px !important;
  	margin-bottom: -40px;
}
/* fim estilo do form */

/* zindex do popup */
.mfp-wrap {
    z-index: 9998;
}
.mfp-bg {
    z-index: 9997;
}

/* Form Atendimento Online Estela */

.white-popup-block {
  font-family: Lufgaregular;
  border-radius: 20px;
}

.profile{
  width: 70px;
  height: 70px;
  border-radius: 100%;
  margin-right: 5px;
}
.speech-wrapper{
  padding: 30px 7px;
  display: flex;
}
.bubble{
    height: auto;
    display: block;
    background: #592b82;
    border-radius: 12px;
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
    position: relative;
    margin: 0 0 5px;
}
.txt{
      padding: 11px 20px 11px 20px;
}
.name{
        font-weight: 600;
        font-size: 14px;
        margin: 0 0 4px;
        color: #3cffec;
}
.message{
        font-size: 13px;
        margin: 0;
        color: #fff;
}
.bubble-arrow {
      position: absolute;
      width: 0;
      bottom:42px;
      left: -16px;
      height: 0;
}
.bubble-arrow:after {
      content: "";
      position: absolute;
      border: 0 solid transparent;
      border-top: 9px solid #592b82;
      border-radius: 0 20px 0;
      width: 15px;
      height: 30px;
      transform: rotate(145deg);
}

/*Fim Form atendimento online Estela */