/*!***********************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/less-loader/dist/cjs.js!./src/less/components.less ***!
  \***********************************************************************************************************************************************/
.widget-callback .btn-callback {
  width: 80px;
  height: 80px;
  background: #2E2E2E;
  border-radius: 10px;
}
.widget-callback .btn-callback img {
  height: 52px;
}
.widget-callback .dropdown-menu.show {
  display: block !important;
}
.widget-callback .modal-callback {
  margin-left: 0.5rem !important;
  width: 414px;
  display: none;
}
.widget-callback .modal-callback .card-header {
  border: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.widget-callback .modal-callback .card-header .btn-close {
  border: solid 2px #808080;
  padding: 2px;
  font-size: 10px;
  width: 14px;
  height: 14px;
  border-radius: 0;
}
.widget-callback .modal-callback .card-header p {
  font-size: 1.5rem;
  font-weight: bold;
  color: #FFCC01;
}
.widget-callback .modal-callback .card-body {
  max-width: 414px;
  border-radius: 10px;
  padding: 1.5rem;
}
.widget-callback .modal-callback .card-body label {
  font-size: 1.2rem;
  color: #EAEAEA;
}
.widget-callback .modal-callback .card-body .iti.iti--allow-dropdown {
  width: 100%;
}
.widget-callback .modal-callback .card-body .iti__arrow {
  border-top: 4px solid #fff;
}
.widget-callback .modal-callback .card-body .form-control {
  background: #1B1B1B;
  border-color: #EAEAEA;
  color: #EAEAEA;
}
.widget-callback .modal-callback .card-body .contact-form select {
  height: 50px;
  border: 1px solid #EAEAEA;
  border-radius: 4px;
  padding: 6px 19px;
  width: 100%;
  color: #EAEAEA;
  background-color: #1B1B1B;
}
.widget-callback .modal-callback .card-body .btn-form-call {
  background: #FFCC01;
  font-size: 1.3em;
  font-weight: bolder;
  color: #2E2E2E;
  text-transform: uppercase;
  border-radius: 10px;
  height: 50px;
}
.dropend .dropdown-toggle::after {
  display: none;
}
.entry-content a {
  color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration: underline !important;
}
.entry-content a:hover,
a:focus {
  color: var(--green) !important;
}
li::marker:has(+ h3) {
  font-size: 22px;
  line-height: 30px;
  margin-top: 8px;
  font-weight: bold;
}
.category-widget {
  position: sticky;
  top: 1rem;
}
.category-widget li:hover {
  background: #fada5e;
  border-color: #fada5e;
}
:is(dir, menu, ol, ul) ul {
  list-style-type: disc !important;
}
ul li::marker {
  list-style-type: disc !important;
}
.cbtn i {
  vertical-align: sub;
}
.cbtn i::before {
  font-size: 1.3rem;
}
.cbtn:hover,
.cbtn:focus,
.green_btn:focus {
  color: #1D2033 !important;
}
.page_not_found h1 {
  -webkit-text-stroke-width: 3px;
}
.circulo {
  width: 30rem;
  height: 30rem;
  border-radius: 50%;
  background: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: 0px auto;
  padding: 3%;
}
.circulo h1 {
  font-size: 150px;
  line-height: 110px;
  color: #ffcc01;
}
li:has(> h3)::marker {
  font-size: 22px !important;
  font-weight: 700;
}
li:has(> div h3)::marker {
  font-size: 22px !important;
  font-weight: 700;
}
.header_right .call_us:before,
.header_right .call_us:after {
  position: relative !important;
}
@media (min-width: 1200px) and (max-width: 1335.98px) {
  #tr_header .d-block-lg {
    display: block !important;
  }
  #tr_header .d-block-lg .col-xl-2.col-md-3.align-self-center {
    width: 100%;
  }
  #tr_header .d-block-lg .col-xl-10.col-md-9 {
    width: 100%;
  }
  #tr_header .d-block-lg .col-xl-10.col-md-9 .header_right.d-flex.justify-content-end {
    justify-content: space-between !important;
  }
  #tr_header .header_right .call_us:before,
  #tr_header .header_right .call_us:after {
    display: none;
  }
  #tr_header .main-menu li:first-child {
    margin-left: 0;
  }
}
@media (max-width: 814.98px) {
  #tr_header .d-block-lg {
    display: block !important;
  }
  #tr_header .d-block-lg .col-md-9 {
    width: 100%;
  }
  #tr_header .call_us {
    padding-left: 0 !important;
  }
  #tr_header .site_logo {
    width: 100% !important;
  }
}
.card-form-newsletter {
  width: 400px;
  border-color: white;
  display: none;
}
@media (min-width: 768px) {
  .card-form-newsletter {
    width: 500px;
  }
}
.card-form-newsletter .card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #E2E2E2;
  border-color: white;
}
.card-form-newsletter aside.card-img {
  position: relative;
  display: inline-block;
}
.card-form-newsletter aside.card-img img {
  display: block;
}
.card-form-newsletter aside.card-img span {
  font-weight: bold;
  color: white;
  position: absolute;
  top: 50%;
  left: 10%;
  transform: translate(-6%, -50%);
  line-height: 1.5rem;
  font-size: 18px;
  text-align: center;
}
.card-form-newsletter aside.card-img span.text-submit {
  font-weight: bold;
  color: white;
  position: absolute;
  top: 50%;
  left: 48%;
  transform: translate(-50%, -50%);
  line-height: 2.5rem;
  font-size: 48px;
  text-align: center;
}
.card-form-newsletter p {
  color: #1D2033;
  line-height: 1.5rem;
}
.card-form-newsletter .contact-form li {
  width: 100% !important;
  margin-bottom: 1rem !important;
  float: none !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.card-form-newsletter .hidden-submit {
  display: none;
}
.form-check-input:checked {
  background-color: #1D2033;
  border-color: #FFCC01;
}
.form-check-input:focus {
  border-color: #FFCC01 !important;
  box-shadow: none !important;
}
.btn-close:focus {
  box-shadow: none;
}


/*# sourceMappingURL=app.css.map*/