/* 
CORES PRINCIPAIS
#FF5733  
#f57633 
#fba558 
*/

body {
  color: #666;
}

.box-menu {
  background: #f57633 ;
}

.bg-color {
  background: #FF5733;
}

.bg-carousel {
  background-image: url("../images/bg.jpg");
}

.form-busca {
  margin-top: 40px;
}

.btn-color {
  color: #fff !important;
  background-color: #FF5733;
  border-color: #FF5733;
}

.btn-color:hover {
  color: #fff;
  background-color: #FF5733;
  border-color: #FF5733;
}

/* .btn-color:focus,
.btn-color.focus {
    box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
} */

.btn-color.disabled,
.btn-color:disabled {
  color: #fff;
  background-color: #FF5733;
  border-color: #FF5733;
}

.btn-color:not(:disabled):not(.disabled):active,
.btn-color:not(:disabled):not(.disabled).active,
.show > .btn-color.dropdown-toggle {
  color: #fff;
  background-color: #FF5733;
  border-color: #FF5733;
}

/* .btn-color:not(:disabled):not(.disabled):active:focus,
.btn-color:not(:disabled):not(.disabled).active:focus,
.show>.btn-color.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
} */

.btn-color2 {
  color: #FF5733 !important;
  background-color: #fba558;
  border-color: #fba558;
}

.btn-color2:hover {
  color: #fff;
  background-color: #fba558;
  border-color: #fba558;
}

/* .btn-color2:focus,
.btn-color2.focus {
    box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
} */

.btn-color2.disabled,
.btn-color2:disabled {
  color: #fff;
  background-color: #FF5733;
  border-color: #FF5733;
}

.btn-color2:not(:disabled):not(.disabled):active,
.btn-color2:not(:disabled):not(.disabled).active,
.show > .btn-color2.dropdown-toggle {
  color: #fff;
  background-color: #FF5733;
  border-color: #FF5733;
}

/* .btn-color2:not(:disabled):not(.disabled):active:focus,
.btn-color2:not(:disabled):not(.disabled).active:focus,
.show>.btn-color2.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
} */

.titulo-form {
  color: #FF5733;
  font-weight: bold;
  padding: 10px 0;
}

.link-color {
  color: #FF5733;
}

.btn-color:hover {
  color: #ffffff;
}

.btn-color:focus,
.btn-color.focus {
  /* box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5); */
}

.card-footer {
  background-color: #fff !important;
}

.card-title a {
  text-decoration: none;
  color: #fba558;
  font-size: 16px;
}

.box-busca {
  background-color: #FF5733;
  padding: 15px;
}

.box-busca-2 {
  padding: 15px;
}

.form-trans {
  display: block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  background-color: transparent;
  background-clip: padding-box;
  border: none;
  border-bottom: 1px solid #f57633;
  border-radius: none;
  transition: none;
}

.form-trans:focus {
  background-color: none;
  border-color: none;
  outline: 0;
  box-shadow: none;
}

::-webkit-input-placeholder {
  color: #f57633;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: #f57633;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #f57633;
}

:-ms-input-placeholder {
  color: #f57633;
}

.titulopagina {
  color: #666;
  border-bottom: 1px dotted #FF5733;
  margin: 15px 0;
  padding: 15px 0;
}

.subtitulo {
  color: #FF5733;
  padding: 15px 0;
}

.breadcrumb a {
  color: #666;
}

.frete {
  font-size: 14px;
  color: #999;
  font-weight: bold;
  margin-top: 15px;
}

.divtop {
  background: #FF5733;
  padding: 10px;
}

.bg-hover:hover {
  border: 1px solid #ccc;
}

.admicon {
  color: #fba558 !important;
}

.admicon:hover {
  color: #fff !important;
}

.menu-topo ul li a:hover,
.social li a:hover {
  color: #fba558 !important;
}

.linknoticia,
h1,
h2,
h3,
h4,
h5 {
  color: #FF5733;
}

.linknoticia:hover {
  color: #FF5733;
}

.divide {
  height: 5px;
  background-color: #FF5733;
}

.pricingTable {
  text-align: center;
  background: #f1f1f1;
  padding: 30px 0;
}

.pricingTable .title {
  font-size: 22px;
  font-weight: 600;
  color: #2e282a;
  text-transform: uppercase;
  margin: 0 0 30px 0;
}

.pricingTable .price-value {
  padding: 30px 0;
  background: #ba5289;
  margin-bottom: 30px;
  position: relative;
}

.pricingTable .price-value:before {
  content: "";
  border-top: 15px solid #fff;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  position: absolute;
  top: 0;
  left: 46%;
}

.pricingTable .month {
  display: block;
  font-size: 15px;
  font-weight: 900;
  color: #fff;
  text-transform: uppercase;
}

.pricingTable .amount {
  display: inline-block;
  font-size: 50px;
  color: #fff;
  position: relative;
}

.pricingTable .currency {
  position: absolute;
  top: -1px;
  left: -35px;
}

.pricingTable .value {
  font-size: 20px;
  position: absolute;
  top: 21px;
  right: -27px;
}

.pricingTable .pricing-content {
  padding: 0;
  margin: 0 0 30px 0;
  list-style: none;
}

.pricingTable .pricing-content li {
  font-size: 16px;
  color: #868686;
  line-height: 35px;
}

.pricingTable .pricingTable-signup {
  display: inline-block;
  padding: 8px 40px;
  background: #fca4a7;
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  text-transform: capitalize;
  border: 2px solid #fca4a7;
  border-radius: 30px;
  transition: all 0.5s ease 0s;
}

.pricingTable .pricingTable-signup:hover {
  background: #fff;
  color: #fca4a7;
}

@media only screen and (max-width: 990px) {
  .pricingTable {
    margin-bottom: 30px;
  }
}

.fones {
  font-size: 18px;
}

.fones i:nth-child(2) {
  margin-left: 15px;
}

.fones i {
  color: #fba558;
}

.fones2 i {
  color: #FF5733;
}

.icons-footer a {
  color: #ffffff;
}

.icons-footer a:hover {
  color: #fba558;
}

.largezoom {
  width: 175px;
  height: 175px;
  position: absolute;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  /*Multiple box shadows to achieve the glass effect*/
  /*-webkit-box-shadow: 0 0 0 7px rgba(255, 255, 255, 0.85),  0 0 7px 7px rgba(0, 0, 0, 0.25),  inset 0 0 40px 2px rgba(0, 0, 0, 0.25);*/
  /*-moz-box-shadow: 0 0 0 7px rgba(255, 255, 255, 0.85),  0 0 7px 7px rgba(0, 0, 0, 0.25),  inset 0 0 40px 2px rgba(0, 0, 0, 0.25);*/
  /*box-shadow: 0 0 0 7px rgba(255, 255, 255, 0.85),  0 0 7px 7px rgba(0, 0, 0, 0.25),  inset 0 0 40px 2px rgba(0, 0, 0, 0.25);*/
  /*Lets load up the large image first*/
  /*hide the glass by default*/
  display: none;
}

/*To solve overlap bug at the edges during magnification*/

.smallzoom {
  display: block;
}

.button-badge {
  text-decoration: none;
  padding: 1rem 1.5rem;
  position: relative;
  display: inline-block;
  border-radius: 0.2rem;
  transition: all ease 0.4s;
}

.alert-badge {
  position: relative;
  padding: 2px 6px;
  border: 1px solid transparent;
  border-radius: 100%;
}

.badgebtn {
  position: absolute;
  top: 5px;
  right: 5px;
  font-size: 10px;
}

.submenu-pregao {
  margin-top: 40px !important;
}

.submenu-pregao a {
  text-decoration: none;
  color: #FF5733;
  font-size: 14px;
  font-weight: bold;
}

.submenu-pregao a:hover {
  color: #fba558;
}

.head-tabela {
  color: #ffffff !important;
  background-color: #FF5733;
}

.head-tabela2 {
  color: #FF5733 !important;
  background-color: #cccccc;
}

.bg-cinza {
  background: #f1f1f1 !important;
}

.tabela-pregao {
  font-size: 12px !important;
}

.btn-primary {
  color: #fff;
  background-color: #f57633;
  border-color: #f57633;
}

.btn-primary:hover {
  color: #fff;
  background-color: #FF5733;
  border-color: #FF5733;
}

/* .btn-primary:focus,
.btn-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
} */

.btn-primary.disabled,
.btn-primary:disabled {
  color: #fff;
  background-color: #f57633;
  border-color: #f57633;
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #f57633;
  border-color: #f57633;
}

/* .btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show>.btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
} */

.btn-secondary {
  color: #fff;
  background-color: #FF5733;
  border-color: #FF5733;
}

.btn-secondary:hover {
  color: #fff;
  background-color: #FF5733;
  border-color: #FF5733;
}

/* .btn-secondary:focus,
.btn-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(45, 80, 115, 0.5);
} */

.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #fff;
  background-color: #FF5733;
  border-color: #FF5733;
}

.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #FF5733;
  border-color: #FF5733;
}

/* .btn-secondary:not(:disabled):not(.disabled):active:focus,
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.show>.btn-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
} */

.footer-principal {
  background-color: #FF5733 !important;
}

.footer-copyright {
  background-color: #f57633 !important;
}

.btn-link {
  color: #FF5733 !important;
}

.navbar a,
.nav-link {
  color: #fff !important;
}

.navbar a:hover,
.nav-item .nav-link:hover {
  color: #fba558 !important;
}

a {
  color: #f57633 !important;
}

.logo {
  margin: 15px 0 10px 0;
}

.logo a img {
  max-height: 100px !important;
}

.txt-color {
  color: #FF5733 !important;
}

.btn-outline-primary {
  color: #FF5733;
  border-color: #FF5733;
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #FF5733;
  border-color: #FF5733;
}

.btn-outline-primary:focus,
.btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5) !important;
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
  color: #FF5733;
  background-color: transparent;
}

.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #FF5733;
  border-color: #FF5733;
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5) !important;
}

.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:hover {
  color: #fff !important;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:focus,
.btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active,
.btn-outline-secondary:not(:disabled):not(.disabled).active,
.show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-warning {
  color: #212529;
  background-color: #f57633;
  border-color: #f57633;
}

.btn-warning:hover {
  color: #212529;
  background-color: #FF5733;
  border-color: #FF5733;
}

.btn-warning:focus,
.btn-warning.focus {
  box-shadow: 0 0 0 0.2rem #FF5733;
}

.btn-warning.disabled,
.btn-warning:disabled {
  color: #212529;
  background-color: #f57633;
  border-color: #f57633;
}

.btn-warning:not(:disabled):not(.disabled):active,
.btn-warning:not(:disabled):not(.disabled).active,
.show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #FF5733;
  border-color: #FF5733;
}

.btn-warning:not(:disabled):not(.disabled):active:focus,
.btn-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem #FF5733;
}

input.labelauty:checked + label {
  background-color: #f57633 !important;
  color: #ffffff !important;
}

.nav-link {
  color: #fff !important;
}

.dropdown-menu .submenu-link {
  color: #FF5733 !important;
  }
  
  .dropdown-menu .link-drop {
  color: #999 !important;
  }

.submenu-link:hover,
.submenu-link:active {
  color: #f57633;
}

@media only screen and (max-width: 992px) {
  .dropdown-menu .submenu-link {
      color: #f57633 !important;
  }
}