/*
Theme Name: Portal Descomplique
Author: Descomplique
Author URI: https://www.descomplique.com.br
Description: Tema responsivo desenvolvido para a Descomplique.
Version: 1.0
*/

/*Google Fonts*/
@import url("https://fonts.googleapis.com/css2?family=Nunito:wght@200;300;400;500;600;700;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
/* @import url("https://fonts.googleapis.com/css2?family=Noto+Sans+SC:wght@100;300;400;500;700;900&display=swap"); */
@import url("https://fonts.googleapis.com/css2?family=Abril+Fatface&family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap");

* {
  box-sizing: border-box;
}

body {
  margin: 0px;
  font-family: "Roboto", sans-serif;
}

@media (min-width: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 100% !important;
  }
}

.container-lg-default {
  max-width: 100%;
  padding-left: 60px;
  padding-right: 60px;
}

@media screen and (min-width: 10px) and (max-width: 800px) {
  .container-lg-default {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}

#bl-custos-reduzidos {
  position: absolute;
  z-index: 999;
  margin-top: -360px;
}

@media screen and (min-width: 10px) and (max-width: 1024px) {
  #bl-custos-reduzidos {
    position: inherit;
    z-index: auto;
    margin-top: auto;
  }
}

/**
* Smooth Scrolling - Css responsável por rolar a página quando usar a tag anchor link do html
*/
html {
  scroll-behavior: smooth;
}

/**
* Custom Topo
*/

.background-orange {
  border-top: solid 5px #313131;
  background-color: #f99a00;
}

.text-orange {
  color: #f99a00;
}

.topo-area {
  padding: 10px 0px;
}

.topo-area-left {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  /* min-height: 40px; */
  font-family: "Roboto";
  color: #fff;
}

.topo-area-ritht {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  float: right;
  /* min-height: 40px; */
  font-family: "Roboto";
  color: #fff;
}

@media screen and (min-width: 10px) and (max-width: 800px) {
  .topo-area {
    font-size: 15px;
  }

  .logo-menu {
    width: 200px;
    margin-top: 20px;
    margin-left: 20%;
  }

  .topo-area-ritht {
    float: initial;
  }

  .menu-btn-chamado {
    float: none !important;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    align-content: center;
  }
  .div-btn-abertura-chamado {
    text-align: center;
  }
}

p {
  margin-top: initial !important;
  margin-bottom: initial !important;
}

.header {
  padding: 0px;
  margin: 0px;
  height: 115px;
  width: 100% !important;
  background-color: #fff;
  color: #1f2d3d;
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.15), 0 0px 0px rgba(0, 0, 0, 0.22) !important;
}

.logo-menu {
  margin-top: 20px;
}

/**
* Classe do Menu Superior
*/
ul.menu {
  margin: 20px 0px;
  padding: 0px;
  list-style: none;
}

.header-menu > ul {
  float: inline-end;
  display: flex;
}

.header-menu > ul > li > a {
  padding: 28px 40px;
  line-height: 80px;
  font-family: "Roboto";
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
  color: #383637;
}

.header-menu > ul > li > a:hover {
  /* background-color: #6f2a84; */
  color: #f99a00;
}

@media screen and (min-width: 1240px) and (max-width: 1669px) {
  .header-menu > ul > li > a {
    padding: 10px 25px;
    font-size: 16px;
  }
  .menu-btn-chamado {
    margin-top: 20px !important;
  }
}

/**
* Classe do sub-menu
*/
ul.sub-menu {
  z-index: 999999999;
  position: absolute;
}

ul.sub-menu {
  width: 320px;
  margin: 15px 0px;
  padding: 0px 20px 0px 0px;
  list-style: none;
  background-color: #fff;
  display: none;
  border-left: solid 1px #e5e5ef;
  border-right: solid 1px #e5e5ef;
  border-bottom: solid 1px #e5e5ef;

  box-shadow: 0px 11.7981px 23.5962px rgb(143 149 178 / 15%);
}

ul.sub-menu > li.menu-item {
  padding: 5px 0px;
}

.sub-menu > li > a {
  font-family: "roboto";
  font-size: 18px;
  font-weight: 300;
  text-decoration: none;
  color: #313131;
}

.sub-menu > li.menu-item:before {
  font-size: 20px;
  font-family: "Font Awesome 5 Free";
  content: "\f0da";
  display: inline-block;
  margin-left: 10px;
  padding-right: 10px;
  vertical-align: middle;
  font-weight: 900;
  color: #f99a00;
}

li.current-menu-item,
li.current-menu-item > a,
.sub-menu > li > a:hover {
  color: #f99a00 !important;
}

.menu-btn-chamado {
  color: #fff;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #f99a00;
  border: 1px solid transparent;
  padding: 10px 30px;
  font-family: "Nunito";
  font-weight: 400;
  font-size: 18px;
  line-height: 1.5;
  border-radius: 0px;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  margin-top: 35px;
  float: right;
}

.menu-btn-chamado:hover {
  background-color: #313131;
  color: #fff;
  text-decoration: none;
}

.menu-btn-area-cliente {
  color: #fff;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #313131;
  border: 1px solid transparent;
  padding: 10px 30px;
  font-family: "Nunito";
  font-weight: 400;
  font-size: 18px;
  line-height: 1.5;
  border-radius: 0px;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
  border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  float: right;
}

.menu-btn-area-cliente:hover {
  background-color: #fff;
  color: #f99a00;
  text-decoration: none;
}

@media screen and (min-width: 10px) and (max-width: 960px) {
  .div-btn-abertura-chamado {
    flex: auto !important;
    max-width: 100% !important;
  }
}

footer {
  width: 100%;
  padding-top: 50px;
  padding-left: 60px;
  padding-right: 60px;
  color: #fff;
  background-color: #2e2f34;
  background-image: url("./img/footer-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

@media screen and (min-width: 10px) and (max-width: 800px) {
  footer {
    padding-left: 20px;
    padding-right: 20px;
  }

  .bg-form-news {
    width: 320px !important;
    margin-top: 40px !important;
  }
  .form-control-custom {
    width: 165px !important;
    height: 45px !important;
  }
}

.text-quem-somos-footer {
  max-width: 90%;
  font-family: "Noto Sans";
  font-size: 18px;
  font-weight: 200;
  line-height: 1.5;
  text-align: justify;
}

.texto-end-footer {
  font-family: "Noto Sans";
  font-size: 22px;
  font-weight: 300;
  line-height: 1.3;
}

.txt-link-contato {
  font-family: "Noto Sans";
  font-size: 18px;
  font-weight: 300;
  line-height: 1.3;
  color: #fff;
}

.txt-link-contato:hover {
  color: #f99a00;
  text-decoration: none;
}

/* Classes dos menus contidos no footer*/
ul#menu-footer-paginas-principais > li > a,
ul#menu-footer-servicos > li > a {
  font-family: "NOTO SANS";
  font-weight: 400;
  font-size: 17px;
  line-height: 2.2;
  color: #fff;
}

ul#menu-footer-paginas-principais > li > a:hover,
ul#menu-footer-servicos > li > a:hover {
  color: #f99a00;
}

#menu-footer-paginas-principais > li.menu-item:before,
#menu-footer-servicos > li.menu-item:before {
  font-size: 20px;
  font-family: "Font Awesome 5 Free";
  content: "\f0da";
  display: inline-block;
  padding-right: 10px;
  vertical-align: middle;
  font-weight: 900;
  color: #f99a00;
}

.footer-titles {
  font-size: 25px !important;
  font-family: "Noto Sans";
  font-weight: 700;
}

article > header {
}

.copyright {
  padding: 15px;
  font-family: "Nunito";
  font-size: 16px;
  font-weight: 400;
}

a {
  text-decoration: none;
  color: #6c757d;
}

a:hover {
  color: #f99a00;
}

/* 'Margin: 0 auto' centers block content on the page */
.wrap {
  /*padding-top: 4px;*/
  width: 100%; /*95%;*/
  margin: 0 auto;
}

.content-area {
  display: inline-block;
}

.content-thin {
  width: 100%;
}

.content-full-width {
  width: 100%;
}

@media screen and (max-width: 400px) {
  .content-area,
  .primary-sidebar {
    width: 100%;
  }
}

.content-area,
.primary-sidebar {
  display: inline-block;
}

.primary-sidebar {
  width: 25%;
  padding: 1%;
  vertical-align: top;
  background-color: #ececec;
}

@media screen and (max-width: 800px) {
  .article-loop {
    width: 99%;
  }
}

.article-loop {
  width: 45%;
  text-align: left;
  margin: 5px;
  padding: 10px;
}

.article-full {
  width: 100%;
  padding: 0%;
}

.article-loop,
.article-full {
  display: inline-block;
  vertical-align: top;
  background-color: #fff;
  border-radius: 4px;
  /* margin-bottom: 4px; */
}

/**
* Classes de conteúdos htmls incluso no editor
*/
.bl1-conteudo {
}
.img-bl-conteudo {
  padding-top: 10px;
}

.bl-title {
  font-family: "Nunito";
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  padding-bottom: 10px;
}

.bl-desc {
  font-family: "Nunito";
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  text-align: justify;
}

.color-default-black {
  color: #313131;
}

/**
* Classes do bloco Quem somos
*/

.img-redonda {
  border-radius: 50% !important;
  border: solid 4px #f99a00 !important;
}

.titulo-default-1 {
  font-family: "Roboto";
  font-size: 20px;
  font-weight: 700;
  color: #f99a00;
}

.titulo-default-2 {
  font-family: "Noto Sans", sans-serif;
  font-size: 40px;
  font-weight: 900;
  font-style: normal;
  color: #313131;
}

.titulo-qs-1 {
  font-family: "Roboto";
  font-size: 18px;
  font-weight: 700;
  color: #f99a00;
}

.titulo-qs-2 {
  font-family: "Noto Sans", sans-serif;
  font-size: 40px;
  font-weight: 900;
  font-style: normal;
  text-align: justify;
  color: #313131;
}

.titulo-qs-3 {
  font-family: "Noto Sans", sans-serif;
  font-size: 28px;
  font-weight: 700;
  font-style: normal;
  color: #313131;
}

.texto-qs-1 {
  font-family: "Noto Sans", sans-serif;
  font-size: 22px;
  font-weight: 400;
  font-style: normal;
  text-align: justify;
  line-height: inherit;
  color: #313131;
}

.img-marcador-laranja {
}

.list-qs-txt {
  font-family: "Noto Sans", sans-serif;
  font-size: 17px;
  font-weight: 400;
  font-style: normal;
  line-height: inherit;
  color: #313131;
}
.txt-qs-valores {
  font-family: "Roboto";
  font-size: 40px;
  font-weight: 900;
  color: #f99a00;
}
.txt-qs-desc {
  padding-top: 10px;
  font-family: "Noto Sans", sans-serif;
  font-size: 17px;
  font-weight: 300;
  font-style: normal;
  line-height: 0.8;
  color: #313131;
}
.flex-container {
  display: flex;
  flex-direction: row;
  align-items: center;
}

/**
* Classes do bloco Nosso objetivo
*/
.txt-bar-progress {
  font-family: "Noto Sans", sans-serif;
  font-size: 15px;
  font-weight: 300;
  font-style: normal;
  line-height: inherit;
  color: #fff;
}

.container-flexbox {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.text-black-default {
  color: #313131;
}
.text-orange-default {
  color: #f99a00;
}

.bl-obj-1 {
  min-width: 400px;
}
.bl-obj-2 {
  min-width: 300px;
}
.bl-obj-3 {
  min-width: 400px;
}

@media screen and (min-width: 10px) and (max-width: 800px) {
  .container-flexbox {
    flex-direction: column;
  }
  .bl-obj-1,
  .bl-obj-2,
  .bl-obj-3 {
    margin-bottom: 20px;
    min-width: 350px;
  }
}

/**
* Classes do bloco Organize sua ...
*/
.texto-organize {
  font-family: "Noto Sans", sans-serif;
  font-size: 20px;
  font-weight: 400;
  font-style: normal;
  text-align: justify;
  line-height: 1.3;
}

/*Custom CSS - Plugin image hover effects*/
.eihe-caption {
  cursor: pointer !important;
}

/*Custom CSS - Plugin Contact form*/
.input-form {
  border-radius: 0px !important;
  height: 45px !important;
  padding-left: 15px;
}
.botao-enviar {
  background-color: #f99a00 !important;
  border-radius: 0px !important;
  padding: 10px 20px !important;
  color: #fff !important;
}

.wpcf7 form .wpcf7-response-output {
  margin: 4em 64px 0.5em 1em !important;
}

@media screen and (min-width: 10px) and (max-width: 1024px) {
  .col-full-mobile {
    max-width: 100% !important;
  }
}

/**
 * Custom CSS - PLugin Post Slider
 */
.owl-nav {
  display: none;
}
.pic-read-btn {
  margin-top: 20px;
  padding: 10px;
  float: right;
  text-align: center;
  width: 150px;
  background: #f99a00;
}

.pic-postslider-content h2.pic-title {
    line-height: 30px !important;
}

/**
 * Custom CSS - Formulario footer Contact Form
 */

.texto-news-footer {
  font-family: "Noto Sans", sans-serif;
  font-size: 30px;
  font-weight: 700;
  font-style: normal;
  line-height: 2;
  color: #fff;
}

span.wpcf7-spinner {
  position: absolute;
}

.form-control-custom {
  width: 100%;
  height: 46px;
  padding: 10px;
  font-size: 1rem;
  font-weight: 400;
  color: #495057;
  background-color: #fff;
  border: 0px solid #ced4da;
  border-radius: 0px;
}

.bg-form-news {
  display: flex;
  flex-direction: row;
  padding: 10px;
  background: #fff;
  width: auto !important;
}

.btn.btn-news {
  padding: 10px 20px;
  background-color: #f99a00;
  color: #fff;
  font-family: "Noto Sans";
  font-size: 16px;
  border-radius: 0px;
}

@media screen and (min-width: 10px) and (max-width: 800px) {
  .texto-news-footer {
    font-size: 20px;
    line-height: 1.3;
  }
}

/* Custom CSS - Plugin Mobile Menu*/
.mob-menu-logo-holder {
  background: #313131;
}
img.mob-standard-logo {
  margin-top: 3px;
}

/*Css - Custom Card*/

.card {
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.125), 0 1px 3px rgba(0, 0, 0, 0.2);
  margin-bottom: 1rem;
}

.card-primary.card-outline {
  border-top: 3px solid #f99a00;
}

.bd-callout {
  padding: 1.25rem;
  margin-bottom: 1.25rem;
  border: 1px solid #eee;
  border-left-width: 0.25rem;
  border-radius: 0.25rem;
}

.bd-callout-warning {
  border-left-color: #f0ad4e;
}

/*CSS Custom - Bootstrap*/
.btn-warning {
  color: #313131;
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}

.text-warning {
  color: #f0ad4e !important;
}

/*CSS Custom - Plugin SweetAlert2*/
.swal2-modal {
  width: 600px !important;
}
div:where(.swal2-container) .swal2-html-container {
  font-family: "Noto Sans" !important;
  z-index: 1;
  justify-content: center;
  margin: 1em 1.6em 0.3em;
  padding: 0;
  overflow: auto;
  color: #818182 !important;
  font-size: 1.125em;
  font-weight: normal;
  line-height: inherit !important;
  text-align: left !important;
  word-wrap: break-word;
  word-break: break-word;
}
.cursor-pointer{
	cursor:pointer;
}

/*Fixa o menu no topo*/
.menuScroll {
	max-height: 115px;
	position: fixed;
	top: 0;
	z-index: 9999;
}

/*Customização do plugin: Chaty*/
.chaty-i-trigger .chaty-channel {
    bottom: 60px !important;
	right: -15px !important;
}

.chaty-channel-list {
    height: 124px !important;
    bottom: 60px !important;
    right: -18px !important;
}