/* BODY = Componentes do site */
html,
body {
    background-color: #212025 !important;
    background: #212025 !important;
    
}

body::-webkit-scrollbar-track
{
	border-radius: 10px;
	background-color: #212025;
}

body::-webkit-scrollbar
{
	width: 12px;
    border-radius: 10px;
	background-color: #212025;
}

body::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	background-color: #36393F;
}


textarea::-webkit-scrollbar-track
{
	border-radius: 10px;
	background-color: #212025;
}

textarea::-webkit-scrollbar
{
	width: 12px;
    border-radius: 10px;
	background-color: #212025;
}

textarea::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	background-color: #36393F;
}

.nav-topo{
  z-index: 998 !important;
}


.bg-preto{
    background: #16161b;
}

.bg-cinza {
    background: #212025;
}

.bg-cinza-escuro{
    background: #2F3136 !important;
}

.bg-cinza-claro{
    background:#36393F !important;
    border-top-right-radius:13px;
    border-top-left-radius:13px;
}

.bg-branco{
  background:#FFFFFF;
}

.borda-redonda{
    border-radius:13px;
}

.espacamento{
    margin-top: 15px !important;
    margin-bottom: 8px !important;
    margin-left: 15px;
}

.esp-top{
  margin-top: 7px !important;
}

.texto-branco{
    color:#E1E1E6 !important;
    font-size:small;
}

.texto-verde{
  color:#74DA27;
}

.texto-cinza{
  color:#4c4f55 !important;
  font-size:small;
}

.texto-cinza-claro{
  color:#c1c1c1;
}

.texto-cinza-claro button{
  color: #c1c1c1 !important;
}

.txt-modelos{
    color:#E1E1E6;
    font-size: 14px !important;
    width:100% !important;
    line-height: 130% !important;
    max-height: 404px;
    min-height: 404px;
    background-color: #16161B !important;
    border:1 !important;
    border-color:#303339 !important;
    border-radius: 13px !important;
    padding:13px ;
    resize: none !important;
    -webkit-transition: all .6s ease-out;
    -moz-transition: all .6s ease-out;
    -ms-transition: all .6s ease-out;
    -o-transition: all .6s ease-out;
}

.txt-modelos:focus {
    color: #E1E1E6 !important;
    outline-color: #74DA27 !important;
    border-color: #74DA27 !important;
    border-style:solid;
    border-width: 1px;
    outline: 0 !important;
    
  }

  .txt-modelos::-moz-selection {
    background: #737579;
    color: #c1c1c1;
  }
  
  .txt-modelos::selection {
    background: #737579;
    color:#c1c1c1;
  }

  .btn-secondary{
      color: #E1E1E6 !important;
      background-color:#303339 !important;
      border:none !important;
  }
  .btn-secondary:hover{
    color:#74DA27 !important;
  }

  .btn-clear{
      color: #dc3545 !important;
      background-color: none !important;
  }
  .btn-clear:hover{
    color: #E1E1E6 !important;
}

.btn-clear button{
  color: #dc3545 !important;
  background-color: none !important;
}

.btn-modal-cancelar{
  background-color:#E1E1E6 !important;
  color: #303339 !important;
}

.btn-menu{
    font-size:15px !important;
    background: none;
    border: 0;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
}

.btn-menu:hover{
    color:#74DA27 !important;
}

#menu-texto{
margin-top: 0 !important;
border-radius: 13px;

}

.menu-txt{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.spans {
    padding-inline-start: auto !important;
    padding-inline-end: auto !important;
    padding-left: auto !important;
    padding-right: auto !important;
    font-size: 20px !important;
    margin-top:auto !important;
    margin-bottom: auto !important;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: justify !important;
}

/* PARTE CONVERT TEXT BOX */

.frame {
    width: 100%;
    height: 323px;
    margin-top: 20px !important;
    min-height: auto;
}



@import url("https://fonts.googleapis.com/css?family=Titillium+Web");
* {
  font-family: "Poppins", sans-serif;
}
.navbar .navbar-brand {
  font-size: 30px;
}
.navbar .nav-item {
  padding: 10px 20px;
}
.navbar .nav-link {
    color:#E1E1E6;
  font-size: 15px;
  margin-left: 10px;
}
.navbar .nav-link:hover {
    color:#74DA27;
  font-size: 15px;
  margin-left: 10px;
}

.fa-bars {
  color: #ffffff !important;
  font-size: 30px;
}

.esp100{
  margin-left: calc(var(--bs-gutter-x)/ -1) !important;
  margin-right: calc(var(--bs-gutter-x)/ -1) !important;
}


/*TOOTIP BOTÕES */
[data-tooltip] {
    position: relative;
    z-index: 2;
    cursor: pointer;
  }
  

  [data-tooltip]:before,
  [data-tooltip]:after {
    visibility: hidden;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    pointer-events: none;
  }
  
 
  [data-tooltip]:before {
    position: absolute;
    bottom: 150%;
    left: 50%;
    margin-bottom: 5px;
    margin-left: -80px;
    padding: 7px;
    width: 160px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #000;
    background-color: #19A64B;
    color: #fff;
    content: attr(data-tooltip);
    text-align: center;
    font-size: 14px;
    line-height: 1.2;
  }
  

  [data-tooltip]:after {
    position: absolute;
    bottom: 150%;
    left: 50%;
    margin-left: -5px;
    width: 0;
    border-top: 5px solid #000;
    border-top: 5px solid #19A64B;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    content: " ";
    font-size: 0;
    line-height: 0;
  }
  

  [data-tooltip]:hover:before,
  [data-tooltip]:hover:after {
    visibility: visible;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
  }
 
  


/* FIM PARTE CONVERT TEXT BOX */

/* BOTÃO DESGRAÇADO, NUNCA APAGAR! */
#save {
    width: 1px !important;
    height: 1px !important;
    color: #36393F !important;
    background-color: #212025 !important;
    border: none !important;
    outline: none !important;
    position: fixed !important;
}


/* CSS EMOJI PICKER */
body {
  background: linear-gradient(313deg, rgba(238,238,238,1) 0%, rgba(240,239,210,1) 100%);
}

* {
box-sizing: border-box;
}

/*
.center {
position: absolute;
top: 50%;
left: 50%;
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}

.container {
  display: flex;
  justify-content: center;
  align-items: center;
}
*/

.emoji {
  font-size: 30px;
  position: relative;
  cursor: pointer;
  margin-left: 10px;
}

.emoji > span {
  padding: 10px;
  border: 1px solid transparent;
  transition: 100ms linear;
}

.emoji > span:hover {
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #e7e7e7;
  box-shadow: 0 7px 14px 0 rgb(0 0 0 / 12%);
}

#emoji-picker {
  padding: 6px;
  font-size: 20px;
  z-index: 1;
  position: absolute;
  display: none;
  width: 189px;
  border-radius: 4px;
  top: 53px;
  right: 0;
  background: #fff;
  border: 1px solid #e7e7e7;
  box-shadow: 0 7px 14px 0 rgb(0 0 0 / 12%);
}

.my-emoji {
  cursor: pointer;
  width: 35px;
  height: 35px;
  display: inline-block;
  text-align: center;
  padding-top: 4px;
}

.my-emoji:hover {
  background-color: #e7e7e7;
  border-radius: 4px;
}

.emoji-arrow {
  position: absolute;
  width: 0;
  height: 0;
  top: 0;
  right: 18px;
  box-sizing: border-box;
  border-color: transparent transparent #fff #fff;
  border-style: solid;
  border-width: 4px;
  transform-origin: 0 0 0;
  transform: rotate(135deg);
}

#text-area {
  font-family: sans-serif, monospace;
  font-size: 20px;
  min-height: 70px;
  min-width: 500px;
  border-radius: 10px;
  padding: 20px;
  border: 1px solid #c1c1c1;
}


.bx{
  font-size: 18px !important;
}

.font-nav-emoji {
  font-size: 16px !important;
  color:white !important;
  margin: 0px !important;
  padding: 0px !important;
}

.border-bt-cinza{
  border-bottom: 1px solid #212025 !important;
}

.border-tp-cinza{
  border-top: 1px solid #212025 !important;
}

.border-none{
  border: none !important;
}

.margin-btn{
  margin: 3px !important;
}



.pd-top {
  padding-top: 120px !important;
}


.sub-lista{
  margin-top: -60px;
  margin-left: 30px;
  border: 1px !important;
  border-style: solid !important;
  border-color:rgb(42, 42, 43) !important;
  
}

.marcadores{
  font-size:10.3px;
  color:#c1c1c1;
}


/* FOOTER STYKE */

.footer{
  /*background-color: #16161B !important;*/
  padding:5vh;
  text-align:center;
  width: 100% !important;
  

  position: relative !important;
  text-align: center !important;
  justify-content: center !important;
  display: flex !important;
  flex-wrap: wrap;
  z-index: 2;
  margin-bottom:1% !important;
  bottom: -550px !important;
  }


  .footer .row{
  width:100%;
  bottom: 0 !important;
  margin-top:30px !important;
  padding:0.6% 0%;
  color:gray;
  font-size:0.8em;
  }
  
  .footer .row a{
  text-decoration:none;
  color:gray;
  transition:0.5s;
  }
  
  .footer .row a:hover{
  color:#74DA27;
  }
  
  .footer .row ul{
  width:100%;
  }
  
  .footer .row ul li{
  display:inline-block;
  margin:0px 30px;
  }
  
  .footer .row a i{
  font-size:2em;
  margin:0% 1%;
  }

  @media (max-width:720px){
    .img-rodape{
      background-image: none !important;
    }
  }
  
  @media (max-width:720px){
  .footer{
  text-align:center;
  padding:5%;
  }
  .footer .row ul li{
  display:block;
  margin:10px 0px;
  text-align:center;
  }
  .footer .row a i{
  margin:0% 3%;
  }
  }

  .iconfooter {
    font-size: 4vh !important;
    margin-left: 20px !important;
    margin-right: 20px !important;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
  }

  .iconfooter:hover{
    color:#74DA27 !important;
  }

.center {
  text-align: center !important;
  justify-content: center !important;
  display: flex !important;
  font-size: 15px !important;
}



@import url("https://fonts.googleapis.com/css?family=Lato");
* {
  box-sizing: border-box;
  -webkit-animation: fadeIn 0.5s;
          animation: fadeIn 0.5s;
}

.input {
  border: 0;
  border-radius: 4px;
  font-size: 16px;
  line-height: 16px;
  outline: 0;
  padding: 10px 12px;
  position: relative;
  text-align: left;
  width: 230px;
}
.input::-moz-placeholder {
  color: #cfcfcf;
  text-align:left;
}
.input:-ms-input-placeholder {
  color: #cfcfcf;
  text-align: left;
}
.input::placeholder {
  color: #cfcfcf;
  text-align: left;
}
.input__marker {
  background-color: #74DA27;
  color: #74DA27;
  border-radius: 4px;
  display: block;
  font-size: 12px;
  padding: 4px 6px;
  margin-left: 5px;
  position: absolute;
  transform: translate(5%, -70%);
  transition: top 0.1s ease 0s, left 0.1s ease 0s;
  white-space: nowrap;
  width: auto;
  z-index: 9999;
}
.input__marker:after {
  background-color: #74DA27;
  content: '';
  height: 10px;
  position: absolute;
  width: 15px;
  z-index: -1;
}
.input__marker--position:after {
  bottom: 0;
  left: 0;
  transform: translate(-10%, 10%) rotate(-15deg) skewX(-40deg);
}
.input__marker--selection {
  transform: translate(-50%, -100%);
}
.input__marker--selection:after {
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0) rotate(45deg);
}
.input__marker--custom {
  transform: translate(16px, 16px);
}
.input__marker--custom:after {
  display: none;
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}


.branco{
    color:#E1E1E6 !important;
    text-align: left !important;
    margin-top: 25px !important;
    font-weight: bold;
    margin-bottom: 0 !important;
  }

.txtspan {
    margin-top: 25px !important;
    margin-bottom: 0 !important;
}

/* REDES SOOCIAIS */
::selection{
  color: #fff;
  background: #19A64B;
}
.popup{
  position: absolute;
  left: 50%;

  z-index: 999;
}
.redesocial3{
  outline: none;
  cursor: pointer;
  font-weight: 500;
  border-radius: 4px;
  border: 2px solid transparent;
  transition: background 0.1s linear, border-color 0.1s linear, color 0.1s linear;
}

.popup{
  background: #fff;
  padding: 25px;
  border-radius: 15px;
  top: -150%;
  max-width: 380px;
  width: 100%;
  opacity: 0;
  pointer-events: none;
  box-shadow: 0px 10px 15px rgba(0,0,0,0.1);
  transform: translate(-50%, -50%) scale(1.2);
  transition: top 0s 0.2s ease-in-out,
              opacity 0.2s 0s ease-in-out,
              transform 0.2s 0s ease-in-out;
}
.popup.show{
  top: 50%;
  opacity: 1;
  pointer-events: auto;
  transform:translate(-50%, -50%) scale(1);
  transition: top 0s 0s ease-in-out,
              opacity 0.2s 0s ease-in-out,
              transform 0.2s 0s ease-in-out;

}
.popup :is(.redesocial, .iconsRedes, .field){
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.popup .redesocial{
  padding-bottom: 15px;
  border-bottom: 1px solid #ebedf9;
}
.redesocial .redesocial2{
  font-size: 21px;
  font-weight: 600;
}
 .close, .iconsRedes a{
  display: flex;
  flex-direction: row;
  align-items: center;
  border-radius: 50%;
  justify-content: center;
  transition: all 0.3s ease-in-out;
}
 .close{
  color: #878787;
  font-size: 17px;
  background: #f2f3fb;
  height: 33px;
  width: 33px;
  cursor: pointer;
}
 .close:hover{
  background: #ebedf9;
}
.popup .content{
  margin: 20px 0;
}
.popup .iconsRedes{
  margin-bottom: 0 !important;
  margin-left: 0 !important;
  margin-right: 30px !important;
  margin-top: 0 !important;
  padding-top: 5px !important;
  padding-bottom: 0px !important;
}
.content p{
  font-size: 16px;
}
.content .iconsRedes a{
  height: 50px;
  width: 50px;
  font-size: 20px;
  text-decoration: none;
  border: 1px solid transparent;
}
.iconsRedes a i{
  transition: transform 0.3s ease-in-out;
}
.iconsRedes a:nth-child(1){
  color: #1877F2;
  border-color: #b7d4fb;
}
.iconsRedes a:nth-child(1):hover{
  background: #1877F2;
}
.iconsRedes a:nth-child(3){
  color: #46C1F6;
  border-color: #b6e7fc;
}
.iconsRedes a:nth-child(3):hover{
  background: #46C1F6;
}
.iconsRedes a:nth-child(1){
  color: #e1306c;
  border-color: #f5bccf;
}
.iconsRedes a:nth-child(1):hover{
  background: #e1306c;
}

.iconsRedes a:nth-child(2){
  color: #0088cc;
  border-color: #b3e6ff;
}
.iconsRedes a:nth-child(2):hover{
  background: #0088cc;
}
.iconsRedes a:hover{
  color: #fff;
  border-color: transparent;
}
.iconsRedes a:hover i{
  transform: scale(1.2);
}
.content .field{
  margin: 12px 0 -5px 0;
  height: 45px;
  border-radius: 4px;
  padding: 0 5px;
  border: 1px solid #e1e1e1;
}
.field.active{
  border-color: #7d2ae8;
}
.field i{
  width: 50px;
  font-size: 18px;
  text-align: center;
}
.field.active i{
  color: #7d2ae8;
}
.field {
  width: 100%;
  height: 100%;
  border: none;
  outline: none;
  font-size: 15px;
}
.field .redesocial3{
  color: #fff;
  padding: 5px 18px;
  background: #7d2ae8;
}
.field .redesocial3:hover{
  background: #8d39fa;
}


@media (max-width:720px){
  .footer{
  text-align:center;
  padding:5%;
  }
  .row ul li{
  display:block;

  text-align:center;
  }
  .row a i{
  margin:0% 3%;
  }
  }

.center {
  text-align: center !important;
  justify-content: center !important;
  display: flex !important;

}

.site-footer
{
  background-color:#212025;
  padding:45px 0 20px !important;
  font-size:15px !important;
  line-height:24px !important;
  color:#737373 !important;
}
.site-footer hr
{
  border-top-color:#bbb;
  opacity:0.5
}
.site-footer hr.small
{
  margin:20px 0
}
.site-footer h6
{
  color:#fff;
  font-size:16px;
  text-transform:uppercase;
  margin-top:5px;
  letter-spacing:2px
}
.site-footer a
{
  color:#737373;
}
.site-footer a:hover
{
  color:#74DA27 !important;
  text-decoration:none;
}
.footer-links
{
  padding-left:0;
  list-style:none
}
.footer-links li
{
  display:block
}
.footer-links a
{
  color:#737373
}
.footer-links a:active,.footer-links a:focus,.footer-links a:hover
{
  color:#74DA27 !important;
  text-decoration:none;
}

.footer-links.inline li
{
  display:inline-block
}
.site-footer .social-icons
{
  text-align:right
}
.site-footer .social-icons a
{
  width:40px;
  height:40px;
  line-height:40px;
  margin-left:6px;
  margin-right:0;
  border-radius:100%;
  background-color:#33353d
}
.copyright-text
{
  margin:0
}
@media (max-width:991px)
{
  .site-footer [class^=col-]
  {
    margin-bottom:30px
  }
}
@media (max-width:767px)
{
  .site-footer
  {
    padding-bottom:0
  }
  .site-footer .copyright-text,.site-footer .social-icons
  {
    text-align:center
  }
}
.social-icons
{
  padding-left:0;
  margin-bottom:0;
  list-style:none
}
.social-icons li
{
  display:inline-block;
  margin-bottom:4px
}
.social-icons li.title
{
  margin-right:15px;
  text-transform:uppercase;
  color:#96a2b2;
  font-weight:700;
  font-size:13px
}
.social-icons a{
  background-color:#eceeef;
  color:#818a91;
  font-size:16px;
  display:inline-block;
  line-height:44px;
  width:44px;
  height:44px;
  text-align:center;
  margin-right:8px;
  border-radius:100%;
  -webkit-transition:all .2s linear;
  -o-transition:all .2s linear;
  transition:all .2s linear
}
.social-icons a:active,.social-icons a:focus,.social-icons a:hover
{
  color:#fff;
  background-color:#29aafe
}
.social-icons.size-sm a
{
  line-height:34px;
  height:34px;
  width:34px;
  font-size:14px
}
.social-icons a.facebook:hover
{
  background-color:#3b5998;
  color: #CFB9B3 !important;
}
.social-icons a.twitter:hover
{
  background-color:#00aced;
  color: white !important;
}
.social-icons a.linkedin:hover
{
  background-color:#007bb6;
  color: white !important;
}
.social-icons a.instagram:hover
{
  /* background:linear-gradient(45deg, #405DE6, #5851DB, #833AB4, #C13584, #E1306C, #FD1D1D) !important; */
  background-color: #5851DB;
  color: white !important;
}
@media (max-width:767px)
{
  .social-icons li.title
  {
    display:block;
    margin-right:0;
    font-weight:600
  }
}

@import url("https://fonts.googleapis.com/css?family=Lato");
* {
  box-sizing: border-box;
  -webkit-animation: fadeIn 0.5s;
          animation: fadeIn 0.5s;
}


.btn-flags{
  display: flex ;
  flex-wrap: wrap;
}

.flags{
  margin-left:7px !important;
  padding-left: 0 !important;
  padding-right: 0 !important;

}


#textbox::-moz-selection {
  background: #737579;
  color: #c1c1c1;
}

#textbox::selection {
  background: #737579;
  color:#c1c1c1;
}

::selection{
  background: #737579;
    color:#c1c1c1;
}


.activeNav {
  color: #74DA27 !important;
}