/* CHAT */

section#chat {
  position: fixed;
  bottom: 14px;
  right: 15px;
  display: flex;
  width: 3.5rem;
  height: 3.5rem !important;
  border-radius: 7rem;
  padding: 0;
  z-index: 9999;
  cursor: pointer;
}

div.container-chat {
  display: flex;
  background: #26cb64;
  border-radius: 2rem;
  height: 100%;
  width: 100%;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  font-size: 2rem;
  color: #fff;
  border: 2px solid #ffffff24;
  /* box-shadow: 2px 3px 5px #0000004d; */
}

/* CHAT */

p {
  color: #959595;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 20px;
}

div.box-kit ul {
  color: #959595;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.7;
}

div.box-kit ul li {
    float: left;
    padding: 0.1rem 0.6rem;
    /* padding-left: 0.6rem; */
    margin-bottom: 0.4rem;
    margin-right: 0.7rem;
    gap: 1rem;
    /* flex-direction: row; */
    border: 1px solid #cfcfcf;
    border-radius: 0.4rem;
    list-style: none;
    font-size: 0.8rem;
    background-color: #fafafa;
}

div.box-mvv ul {
  
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 20px;
}

div.box-mvv ul li {
    list-style: inside;
    font-size: 0.875rem !important;
    font-weight: 400;
    line-height: 1.4;
    margin-bottom: 20px;
    color: #fff;
}

.wrap-numbers .numbers .item-number .into { 
  height: 25rem;
}

[link] {
  cursor:pointer;
  color:#fff !important;
}

[fixed] {
  position: fixed;
  top: 0;
  z-index: 9999;
  transition: all ease-in-out 300ms;
  box-shadow: 0px 0px 11px 0px #0000001c;
}

.contact-infos .box-contact [link=telefone] {
      font-weight: 500;
      color: var(--azul) !important;
}

.contact-infos .box-contact [link=email] {
      font-weight: 500;
      color: #575757 !important;
}

/* FORMULARIO */

/* form span.toggle {cursor: pointer; margin: 0;}
form span.toggle input {display: none;}
form span.toggle {display: table; position: relative; padding-left: 64px; color: #000; font-size: 16px; font-weight: 400; line-height: 26px; position: relative;}
form span.toggle a {color: var(--azul)}
form span.toggle a:hover {text-decoration: underline !important}
form span.toggle:before {content:""; width: 52px; height: 26px; position: absolute; top: 50%; transform: translate(0, -50%); left: 0; background: #CCC; border-radius: 50px; transition: .5s;}
form span.toggle:after {content:""; background: #FFF; transition: .5s; border-radius: 50%; width: 20px; height: 20px; box-shadow: 0px 5.219px 7.828px 1.305px rgba(20, 20, 20, 0.12), 0px 2.609px 5.219px 1.305px rgba(20, 20, 20, 0.07); position: absolute; top: 50%; transform: translate(0, -50%); left: 3px;}
form input:checked ~ span.toggle:before {background: var(--azul)}
form input:checked ~ span.toggle:after {left: 29px;}

input[name=aceite]{
    position: absolute;
    bottom: 0;
    z-index: 99;
    width: 4rem;
    opacity: 0;
    padding: 0;
    cursor: pointer;
} */



/* 
.contact-form {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.5rem;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  display: table;
  width: 100%;
  padding: 0 20px;
  border-radius: 50px;
  border: 1px solid #CFD0D3;
  background: #FFF;
  font-size: 14px;
  color: #6B6C6D;
  height: 50px;
} */


/* FORMULARIO */

div.box-text-single-article div.into ul, section.wrap-content-default ul {
  margin-bottom: 1rem;
}


div.box-text-single-article div.into ul li, section.wrap-content-default ul li {
  list-style: inside;
  font-size: 0.875rem;
  color: #959595;
}


.wrap-content-11 .carousel-testimonials .item-testimonial .box-left .infos span a {
  color: #33303E;
}

.wrap-content-11 .carousel-testimonials .item-testimonial .box-left .infos span a:hover {
  text-decoration: underline !important;
}

label {
  width: 100%;

}

span.label {
  display: table;
  color: #656565;
  font-size: 14px;
  font-weight: 700;
  height: 20px;
  margin-bottom: 5px;
  text-align: left;
}

button[data-button] {
  display: flex;
  margin-left: auto;
}


/* LIGHTBOX */


div.center-full {
  position: fixed;
  z-index: 999999;
  top: 0;
  width: 100%;
  height: 100% !important;
  /* background: #fff; */
}

div.loader {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 1ch;
  transition: opacity ease-in-out 800ms;
  display: none;
}

div.circulo {
  width: 40px;
  height: 40px;
  border: 3px solid var(--background-container);
  border-right-color: rgb(244 244 244);
  border-bottom-color: rgb(244 244 244);
  border-radius: 32px;
  transform: rotate(2deg);
  animation: loading infinite cubic-bezier(0.5, 0.25, 0.64, 0.83) 600ms;
}

div.loading {
  font-size: 12px;
  text-align: center;
}

@keyframes loading {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }

}

div.container-resultados {
  padding: 0.5rem;
  min-width: 12rem;
  background-color: #fff;
  border-radius: 8px;
  position: relative;
}


[close] {
  position: absolute;
  background-color: #F1F4EE;
  color: #000;
  height: 28px;
  min-width: 8.8px;
  font-size: 1.25rem;
  border-radius: 6px;
  border: 1px solid #dbdbdb;
}

div.lightbox {
  background-color: #00000094;
  z-index: 99999;
  width: 100.1%;
  height: 100%;
  position: fixed;

}

[prev],
[next],
[close] {
  height: 3rem;
  max-width: 9rem;
  min-width: 3rem;
  padding: 0 1.1rem 0 1.1rem;
  z-index: 8;
  background: rgb(0 0 0 / 22%);
  border: rgb(0 0 0 / 22%);
  border-radius: 42px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
  color: #fff;
  opacity: 0;
  transition: opacity ease-in-out 500ms;
  gap: 1rem;
}

[prev],
[next],
[close] {
  z-index: 9;
  opacity: 1;
}



[prev] {
  transform: translate(0, -50%);
  top: 50%;
  left: 0.5rem;
}

[content] {
  /* height: min(calc(100% - 1rem), 900px); */
  /* height: 801px; */
  /* background: white; */
}

[center] {
  position: absolute;
  top: 50%;
  left: 50%;
  transform-origin: center !important;
  transform: translate(-50%, -50%);
  z-index: 1000000001 !important;
}

[content] video {

  object-fit: cover;
  width: 100%;
  height: 100%;

}

[next] {
  transform: translate(0, -50%);
  top: 50%;
  right: 0.5rem;
}


[close] {
  top: 0.5rem;
  right: 0.5rem;
}

[prev] {
  left: 0.5rem;

}



div.pop {
  background-color: #fff;
  border: 1px solid #d4d6df !important;
  border-bottom: 5px solid #2d7e4e !important;
  height: 226px;
  width: min(325px, 100%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: fixed;
  border-radius: 0.5rem;
  gap: 1.5rem;
  z-index: 7;
  box-shadow: 4px 3px 9px 0px #5555551a;
  transition: all ease-in-out 500ms;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 552px);
  z-index: 1000;
  opacity: 0;
}


div.pop button {
  text-transform: uppercase;
  border: none;
  border-radius: 0.3rem;
  color: #065e29;
  font-weight: 700;
  font-size: 1rem;
  cursor: pointer;
  padding: 0.7rem 1.4rem;
  background: linear-gradient(90deg, #A9DC77 0%, #CAF99B 100%);
  border-radius: 3px;
  clip-path: polygon(calc(100% - 20px) 0, 100% 20px, 100% 100%, 0 100%, 0 0);
}


div.pop i {
  color: #43c589;
  font-size: 3rem;
}

div.pop-content {
  color: #4d4d4d;
  font-size: 0.9rem;
}

div.pop[central] {
  opacity: 1;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

div.resultado {
  display: flex;
  flex-direction: column;
  /* max-width: 350px; */
  align-items: center;
  justify-content: center;
  gap: 5ch;
  color: #666;
  border-radius: 15px;
  margin-top: 20px;
  border: none;
  height: 100vh;
}

div.retorno {
  background-color: #fffdfd;
  color: #e95656;
  border: 1px solid #ffd8d8;
  padding: 13px;
  border-radius: 12px;
  font-size: 14px;
  width: 100%;
  display: none;
}


/* LIGHTBOX */



/* HOS */

 header {
  position:unset;
  border:none;
  border-bottom: .5rem solid; /* espessura da borda */
  border-image: linear-gradient(
    90deg, 
    #3D9FCC 0%, 
    #70D4D3 17.5%, 
    #ADD48B 35.5%, 
    #EE8A6A 53%, 
    #D95480 68%, 
    #B54E7E 84%, 
    #90487C 100%
  ) 1;
 }


    .wrap-megamenu {
        display: none;
        position: absolute;
        background: #fff;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        padding: 10px;
        z-index: 1000;
    }
    .open-megamenu.active + .wrap-megamenu {
        display: block;
        top:156px;
    }



/* HOS */


@media only screen and (max-width: 1200px) {

 .box-text-single-article .share-fix {
    position: relative;
    width: 100%;
    display: flex;
    order: 12;
    top: auto;
  }

.form-grid input[type=checkbox] {
   bottom: 5rem;
}
  .box-text-single-article {
    padding: 30px 20px;
  }

  .box-text-single-article {
    flex-wrap: wrap;
    margin-bottom: 30px;
  }

  .box-text-single-article .into {
    width: 100%;
  }

  header .logo {
    display: table;
    margin: 0;
  }

  .contact-form {
    grid-template-columns: 1fr;
  }

  .wrap-related-blog .card-academy {
    margin-bottom: 30px;
    height: auto;
  }

  .form-filter {
    flex-direction: column;
  }


}