@charset "UTF-8";

/* Brand color: #d71c52
   Secondary color: #e7c0cc
*/


*, *:before, *:after {
  box-sizing: border-box;
  outline:none;
  }


html, body, div, span, object, iframe, figure, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, code, em, img, small, strike, strong, sub, sup, tt, b, u, i, ol, ul, li, fieldset, form, label, table, caption, tbody, tfoot, thead, tr, th, td, main, canvas, embed, footer, header, nav, section, video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  text-size-adjust: none;
  text-decoration: none; }


footer, header, nav, section, main {
  display: block; }


body {
  line-height: 1; }


ol, ul {
  list-style: none; }


blockquote, q {
  quotes: none; }


blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none; }


table {
  border-collapse: collapse;
  border-spacing: 0; }


input {
  -webkit-appearance: none;
  border-radius: 0; }



body {
  max-width: 768px;
  margin: 0 auto; }

.containerLP {
  display: block;
  background-color: #FBFBFB;
  border-radius: 15px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
  padding: 32px 16px;
  position: relative;
  text-align: center;
  margin-top: -40px;
  /*min-height: 575px; */ }

.containerLP h3:first-child {
    margin: 0; }

.container {
  display: block;
  background-color: #ECECEC;
  border-radius: 15px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
  padding: 32px 16px;
  position: relative;
  text-align: center;
  margin-top: -40px;
  min-height: 0px; }

  .container h3:first-child {
    margin: 0; }


hr.clear {
  clear: both;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 0px;
  border: none; }


@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("src/fonts/Roboto/Roboto-Regular.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("src/fonts/Roboto/Roboto-Bold.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url("src/fonts/Iconfont/MaterialIconsRound-Regular.otf") format("otf"), url("src/fonts/Iconfont/MaterialIconsRound-Regular.woff2") format("woff2"); }

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased; }



html, body {
  font-family: "Roboto", Arial, sans-serif;
  color: #000000;
  font-weight: 500; }

  html, body {
    font-size: 12px; }
    @media screen and (min-width: 320px) {

      html, body {
        font-size: calc(12px + 4 * ((100vw - 320px) / 880)); } }
    @media screen and (min-width: 1200px) {

      html, body {
        font-size: 16px; } }


h1, h2, h3, h4, form legend {
  color: #d71c52;
  margin-bottom: 16px;
  line-height: 1.2;
  font-weight: 700; }



.text--xxxl {
  font-size: 24.8832px; }
  @media screen and (min-width: 320px) {

    .text--xxxl {
      font-size: calc(24.8832px + 35.8668 * ((100vw - 320px) / 880)); } }
  @media screen and (min-width: 1200px) {

    .text--xxxl {
      font-size: 60.75px; } }


h1, .text--xxl {
  font-size: 2.0736rem; }

  h1, .text--xxl {
    font-size: 20.736px; }
    @media screen and (min-width: 320px) {

      h1, .text--xxl {
        font-size: calc(20.736px + 19.764 * ((100vw - 320px) / 880)); } }
    @media screen and (min-width: 1200px) {

      h1, .text--xxl {
        font-size: 40.5px; } }


h2, .text--xl {
  font-size: 1.728rem; }

  h2, .text--xl {
    font-size: 20.736px; }
    @media screen and (min-width: 320px) {

      h2, .text--xl {
        font-size: calc(20.736px + 19.764 * ((100vw - 320px) / 880)); } }
    @media screen and (min-width: 1200px) {

      h2, .text--xl {
        font-size: 40.5px; } }


h3, .text--lg {
  font-size: 1.44rem; }

  h3, .text--lg {
    font-size: 20.736px; }
    @media screen and (min-width: 320px) {

      h3, .text--lg {
        font-size: calc(20.736px + 6.264 * ((100vw - 320px) / 880)); } }
    @media screen and (min-width: 1200px) {

      h3, .text--lg {
        font-size: 27px; } }


h4, .text--md {
  font-size: 1.2rem; }

  h4, .text--md {
    font-size: 14.4px; }
    @media screen and (min-width: 320px) {

      h4, .text--md {
        font-size: calc(14.4px + 12.6 * ((100vw - 320px) / 880)); } }
    @media screen and (min-width: 1200px) {

      h4, .text--md {
        font-size: 27px; } }


.text--sm, small {
  font-size: 12px; }
  @media screen and (min-width: 320px) {

    .text--sm, small {
      font-size: calc(12px + -0.8888888889 * ((100vw - 320px) / 880)); } }
  @media screen and (min-width: 1200px) {

    .text--sm, small {
      font-size: 11.1111111111px; } }


.text--xs {
  font-size: 12px; }
  @media screen and (min-width: 320px) {

    .text--xs {
      font-size: calc(12px + 1.3333333333 * ((100vw - 320px) / 880)); } }
  @media screen and (min-width: 1200px) {

    .text--xs {
      font-size: 13.3333333333px; } }


p {
  font-size: 16px;
  line-height: 20px; }


a {
  color: #ff0000; }

  a:visited {
    color: #0000ff; }


b, strong {
  font-weight: bold; }


.container h2, .container h3, .container h4 {
  margin-top: 8px; }

.container ul, .container ol, .container p {
  margin-bottom: 16px; }

.container ul, .container ol {
  list-style-position: outside;
  padding-left: 24px; }

.container ul {
  list-style-type: disc; }

.container ol {
  list-style-type: decimal; }

.container ul li, .container ol li {
  line-height: 1.5; }

.container em {
  font-style: italic; }

.container u {
  text-decoration: underline; }



.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }


.text-left {
  text-align: left; }



.font-green {
  color: #0CC665; }


.font-yellow {
  color: #FF9838; }




.scale-up-hor-left {
  -webkit-animation: scale-up-hor-left 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  animation: scale-up-hor-left 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) both; }

@-webkit-keyframes scale-up-hor-left {
  0% {
    -webkit-transform: scaleX(0.4);
    transform: scaleX(0.4);
    -webkit-transform-origin: 0% 0%;
    transform-origin: 0% 0%; }
  100% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 0% 0%;
    transform-origin: 0% 0%; } }
@keyframes scale-up-hor-left {
  0% {
    -webkit-transform: scaleX(0.4);
    transform: scaleX(0.4);
    -webkit-transform-origin: 0% 0%;
    transform-origin: 0% 0%; }
  100% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 0% 0%;
    transform-origin: 0% 0%; } }


.scale-up-center {
  -webkit-animation: scale-up-center 1s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  animation: scale-up-center 1s cubic-bezier(0.39, 0.575, 0.565, 1) both; }

@-webkit-keyframes scale-up-center {
  0% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5); }
  50% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }
@keyframes scale-up-center {
  0% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5); }
  50% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }


.header {
  bottom:  0px;
  display: block;
  position: relative;
 /* background-image: url(background.jpg); */
  background-color: #d71c52;
  /*padding: 24px 0 0; */
  text-align: center;
  text-transform: uppercase; }

  @media screen and (min-width: 1200px) {
    .header img {
      display: inline-block;
      margin: 8px;
      height: 8vw;
      min-height: 50px; 
      padding: 10px 0;
    }
  }
  
  @media screen and (max-width: 1199px) {
    .header img {
      display: inline-block;
      margin: 8px;
      height: 30vw;
      min-height: 50px; 
      padding: 10px 0;
    }
  }

  .header h4 {
    display: block;
    margin-top: 0px;
    padding: 8px 16px;
    padding-bottom: 32px;
    background-color: #EC7400;
    color: #FFFFFF;
    border-radius: 15px; 
    margin-bottom: 19px;}


.btn-home {
  position: absolute;
  left: 16px;
  top: 24px;
  color: #FFFFFF; }

  .btn-home * {
    color: #FFFFFF; }

.footer {
  text-align: center;
  padding: 16px; }

  .footer h4 {
    color: #000000;
    margin-bottom: 0; }

.progress {
  position: relative; margin-bottom:40px; }

  .progress #certificate {
    position: absolute;
    top: -4px;
    right: 30%; }

  .progress #trophy {
    position: absolute;
    top: -4px;
    right: -4px; }


.progress-bar {
  position: relative;
  height: 8px;
  display: block;
  width: 100%;
  background-color: #FFFFFF;
  border-radius: 4px;
  background-clip: padding-box;
  margin: 16px 0 1rem 0;
  overflow: hidden; }


.progress-bar .determinate {
  position: absolute;
  background-color: inherit;
  top: 0;
  bottom: 0;
  background-color: #0CC665;
  border-radius: 4px; }




.tabs {
  overflow: hidden;
  margin-top: 16px; }


.tab {
  width: 100%;
  color: #000000;
  overflow: hidden;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
  background: #FFFFFF;
  border-radius: 15px;
  margin-bottom: 16px; }
  @media screen and (min-width: 1200px) {

    /*.tab {
      display: inline-block;
      width: 47.5%;
      margin: 1%;
      float: left; }*/ }

  .tab input {
    display: none; }

  .tab-label {
    position: relative;
    display: flex;
    padding: 16px;
    padding-left: 40px;
    font-weight: 700;
    cursor: pointer;
    font-size: 18px; }

    .tab-label .material-icons {
      font-size: 20px;
      position: absolute;
      left: 16px;
      top: 14px; }

    .tab-label::after {
      font-family: 'Material Icons';
      content: "expand_more";
      font-size: 24px;
      position: absolute;
      right: 16px;
      top: 13px;
      text-align: center;
      transition: all .35s; }

  .tab-content {
    max-height: 0;
    padding: 0 16px;
    color: #000000;
    background: #FFFFFF;
    transition: all .35s;
    border-radius: 15px; }

  .tab-close {
    display: flex;
    justify-content: flex-end;
    padding: 16px;
    background: #FFFFFF;
    cursor: pointer; }

    .tab-close {
      font-size: 17.28px; }
      @media screen and (min-width: 320px) {

        .tab-close {
          font-size: calc(17.28px + 9.72 * ((100vw - 320px) / 880)); } }
      @media screen and (min-width: 1200px) {

        .tab-close {
          font-size: 27px; } }


input:checked + .tab-label::after {
  transform: rotate(180deg); }

input:checked ~ .tab-content {
  max-height: 100vh;
  padding: 0 16px 16px; }


.tab-disabled * {
  opacity: .5; }



.btn-md, .btn-lg {
  background-color: #E5E5E5;
  color: #000000;
  text-decoration: none;
  outline: none;
  cursor: pointer;
  text-align: center;
  outline: none;
  border: 0; }


.btn-md {
  display: inline-block;
  padding: 8px 16px;
  margin-top: 16px;
  border-radius: 16px; }

  .btn-md {
    font-size: 12px; }
    @media screen and (min-width: 320px) {

      .btn-md {
        font-size: calc(12px + -0.8888888889 * ((100vw - 320px) / 880)); } }
    @media screen and (min-width: 1200px) {

      .btn-md {
        font-size: 11.1111111111px; } }

  .btn-md .material-icons {
    font-size: 16px;
    float: left;
    margin-right: 8px; }

  .btn-md span {
    display: inline-block;
    line-height: 16px; }


.btn-lg {
  width: 100%;
  display: block;
  padding: 16px 24px;
  margin: 0 auto;
  margin-top: 16px;
  font-size: 1.2rem;
  font-size: 20px;
  max-width: 425px;
  border-radius: 28px;
  font-weight: 700; }

  .btn-lg .material-icons {
    font-size: 24px;
    float: left;
    margin-right: 8px; }

  .btn-lg span {
    display: inline-block;
    line-height: 24px; }


.btn-box .btn-md {
  width: calc(50% - 16px); }

.btn-box .btn-md:nth-child(odd) {
  margin-right: 8px; }

.btn-box .btn-md:nth-child(even) {
  margin-left: 8px; }

.btn-box .btn-md:nth-child(1) {
  margin-top: 0; }

.btn-box .btn-md:nth-child(2) {
  margin-top: 0; }


.btn-default {
  background-color: #E5E5E5;
  color: #000000 !important; }


.btn-active {
  background-color: #0CC665;
  color: #FFFFFF !important; }


.btn-sair {
  background-color: #d71c52;
  color: #FFFFFF !important; }


.btn-border-active {
  border: 2px solid #0CC665;
  background-color: rgba(0, 0, 0, 0);
  color: #0CC665 !important; }



.btn-extra {
  display: block;
  position: relative;
  width: 100%;
  padding: 16px 48px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
  background: #FFFFFF;
  border-radius: 15px;
  margin: 16px 0;
  color: #000000;
  text-decoration: none; }

  .btn-extra span.material-icons {
    position: absolute;
    top: 16px;
    left: 16px; }

  .btn-extra p {
    color: #000000;
    text-align: left;
    text-decoration: none;
    margin-bottom: 0;
    padding-top: 3px; }

  .btn-extra i.material-icons {
    color: #000000;
    position: absolute;
    top: calc(50% - 12px);
    bottom: 0;
    right: 16px;
    height: 24px; }



.btn-back {
  position: absolute;
  top: 24px;
  left: 16px;
  color: #000000 !important; }



.card {
  width: 100%;
  color: #000000;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
  background: #FFFFFF;
  border-radius: 15px;
  margin-top: 32px;
  margin-bottom: 16px;
  padding: 24px 16px; }

label {
	display:block;
	text-align:left;
	font-weight:400;
	padding:15px 0 10px;

	}

input[type=text],
text-area,
select,
.input-padrao {
	display: inline-block;
    position: relative;
    border-radius: 15px;
    padding: 8px 16px;
    width: 100%;
    font-size: 16px;
    background: #FFFFFF;
    border: 2px solid #ECECEC;
    color: #000000;
    text-align: left;
    line-height: 20px;
    min-height: 44px;
}

.radio,
.checkbox {
	padding-top: 15px;
	padding-left: 20px;
	position: relative;
	display: block;
	text-align:left;
	display:block;
}
.radio input,
.checkbox input {
  opacity: 0;
  position: absolute;
  z-index: 1;
  cursor: pointer;
  margin-left: -20px;
}
.radio input:checked + label::before,
.checkbox input:checked + label::before {
  border-color: #d71c52;
}
.radio input:checked + label::after,
.checkbox input:checked + label::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 13px;
  height: 13px;
  left: 2px;
  top: 1px;
  margin-left: -20px;
  border: 1px solid #d71c52;
  border-radius: 50%;
  background-color: #d71c52;
}
.radio label,
.checkbox label {
  display: inline-block;
  position: relative;
  padding:0;
  padding-left: 5px;
}
.radio label::before,
.checkbox label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 17px;
  height: 17px;
  left: 0;
  top: -2px;
  margin-left: -20px;
  border: 1px solid #ccc;
  border-radius: 50%;
  background-color: #fff;
}
.radio.disabled label,
.checkbox.disabled label {
  color: #ccc;
}
.radio.disabled label::before,
.checkbox.disabled label::before {
  opacity: 0.54;
  border-color: #ccc;
}
.checkbox input:checked + label::before {
  border-color: #d71c52;
  background-color: #d71c52;
}
.checkbox input:checked + label::after {
  font-family: 'Material Icons';
  content: "check";
  font-size: 13px;
  color: #fff;
  top: -1px;
  left: 1px;
  border-color: transparent;
  background-color: transparent;
}
.checkbox label::before {
  border-radius: 2px;
}

.erroTexto{
	color:red;
}

.checkmark {
  display: block;
  margin-bottom: 16px; }

  .checkmark input[type=checkbox],
  .checkmark input[type=option] {
    display: none; }

  .checkmark .letter {
    position: absolute;
    left: 16px;
    top: 8px;
    background-color: #d71c52;
    color: #FFFFFF;
    display: inline-block;
    width: 24px;
    height: 24px;
    text-align: center;
    line-height: 24px;
    border-radius: 50%; }

  .checkmark input[type=checkbox] + label,
  .checkmark input[type=option] + label {
    display: inline-block;
    position: relative;
    border-radius: 15px;
    padding: 8px 16px 8px 48px;
    width: 100%;
    font-size: 16px;
    background: #FFFFFF;
    border: 2px solid #ECECEC;
    color: #000000;
    text-align: left;
    line-height: 20px;
    min-height: 44px; }

  .checkmark input[type=checkbox]:checked + label,
  .checkmark input[type=option]:checked + label {
    background: #e7c0cc;
    border: 2px solid #e7c0cc; }

    .checkmark input[type=checkbox]:checked + label .check-alt,
    .checkmark input[type=option]:checked + label .check-alt {
      color: #FFFFFF; }

  .checkmark .label-name {
    display: block;
    padding-top: 3px; }

  .checkmark input[type=checkbox]:checked + label div.check-alt,
  .checkmark input[type=option]:checked + label div.check-alt {
    display: block; }

  .checkmark .check-alt {
    width: 24px;
    height: 24px;
    position: absolute;
    top: 8px;
    left: 16px;
    display: none;
    stroke-width: 4;
    stroke-miterlimit: 10;
    animation: scale 0.5s ease-in-out;
    background-color: #d71c52;
    border-radius: 50%; }

@keyframes scale {
  0% {
    transform: none; }
  50% {
    transform: scale3d(1.2, 1.2, 1); }
  100% {
    transform: none; } }


.notification {
  display: block;
  position: relative;
  width: 100%;
  padding: 16px 16px 16px 48px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
  background: #FFF5EA;
  border-radius: 15px;
  margin: 16px 0;
  color: #000000;
  text-decoration: none;
  text-align: left !important; }

  .notification span.material-icons {
    position: absolute;
    top: 16px;
    left: 16px; }

  .notification p {
    color: #000000;
    text-align: left;
    text-decoration: none;
    margin-bottom: 0;
    padding-top: 3px; }

a.notification {
  padding: 16px 48px;
}

  .notification i.material-icons {
    color: #000000;
    position: absolute;
    top: calc(50% - 12px);
    bottom: 0;
    right: 16px;
    height: 24px; }

.video-container {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100vh;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
  border-radius: 15px;
  margin-top: 24px; }

  .video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

  .video-container::after {
    padding-top: 56.25%;
    display: block;
    content: ''; }



.feedback img {
  margin: 16px;
  height: 86px; }

.feedback h3 {
  color: #000000; }

 .erroTexto p {
	font-size: calc(12px + 4 * ((100vw - 320px) / 880));
	display: block;
    text-align: left;
    font-weight: 400;
    padding: 15px 0 10px;
    padding-left: 25px;
    color: #000 !important;
    position: relative;
}

span.erroTexto {
  position:relative;
  color: #000 !important;
  padding-left: 25px;
  display: block;
  text-align:left;
}

span.erroTexto::before,
.erroTexto p::before {
  font-family: 'Material Icons';
  content: "error";
  color: #F44336 !important;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
  font-size: 18px;
  position: absolute;
  left:0; top: -4px
}

.erroTexto p::before {
  left:0; top: 15px
}

.rating {
	display: inline-block;
	margin-top: 10px;
}

.rating .rate {
  font-size: 0;
  display: inline-flex;
  flex-flow: row-reverse;
}
.rating .rate label {
  font-size: 26px;
  display: inline-block;
  padding: 10px 10px;
}

.rating input[type=radio] {
  position: absolute;
  height: 1px;
  width: 0;
  opacity: 0.1;
}

.rating.rating-star input:checked + label ~ label {
  color: #FFC107;
}

.rating-star .rate label {
  color: #ccc;
}

.rating-thermometer .rate label {
  color: #a3a3a3;
}

.rating-star .rate input:checked + label {
  transform: scale(1.2);
  color: #FFC107;
}

.rating-thermometer .rate input:checked + label.emoji-excited {
  transform: scale(1.2);
  color: #00bf63;
}

.rating-thermometer .rate input:checked + label.emoji-satisfied {
  transform: scale(1.2);
  color: #1289A7;
}

.rating-thermometer .rate input:checked + label.emoji-neutral {
  transform: scale(1.2);
  color: #F79F1F;
}

.rating-thermometer .rate input:checked + label.emoji-dissatisfied {
  transform: scale(1.2);
  color: #EE5A24;
}

.rating-thermometer .rate input:checked + label.emoji-sad {
  transform: scale(1.2);
  color: #EA2027;
}

.depoimentos {
	padding: 30px 10px;
	border-radius: 10px;
	background-color: rgba(255,255,255,0.3);
	margin-bottom: 24px;
}

.depoimentos.owl-carousel .owl-nav button.owl-prev,
.depoimentos.owl-carousel .owl-nav button.owl-next {
	border-radius: 5px !important;
    padding: 0px 10px 4px !important;
    background-color: rgba(255,255,255,0.6) !important;
    font-size: 26px !important;
    line-height: 26px;
    margin: 20px 10px 0;
	box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 5%);
}

.btn-encerrar {
  background-color: #6A6A6A;
  color: #FFFFFF !important; }

.alert-warning {
  color: #664d03;
  background-color: #fff3cd;
  border-color: #ffecb5;
}

.alert {
  position: relative;
  padding: 1rem 1rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-radius: .25rem;
}

/* Inserindo style do alerta na home 12/05/2023 */
.alerta-painel {
  gap: 20px;
  width: 100%;
  color: #000;
  display: flex;
  padding: 20px;
  overflow: hidden;
  margin-top: 16px;
  line-height: 20px;
  background: #ffeaa7;
  text-align: justify;
  align-items: center;
  margin-bottom: 16px;
  border-radius: 15px;
  flex-direction: column;
  justify-content: center;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
}

.fechar-alerta {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#fechar-alerta {
  cursor: pointer;
}

.titulo-alerta {
  gap: 5px;
  display: flex;
  font-size: 20px;
  align-items: center;
}

.paragrafo-descricao{
  text-align: left !important; 
  padding: 25px 5px 0px 5px !important;
}


.obs{
  font-size: 13px;
  color:black;
  padding-bottom: 15px;
  text-align: left;
}

.titulo{
  color: white;
  width: 100%;
  background-color: #d71c52;
  padding: 15px 0;
  border-radius: 15px 15px 0px 0px;
  letter-spacing: 4px;
  font-family: "Roboto", Arial, sans-serif;
  font-size: 17px;
  text-transform: uppercase;
  font-weight: bold;;
}

.info-bloco{
  padding-top: 15px;
}