/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/

div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-confirm) {
  border-radius: var(--swal2-confirm-button-border-radius);
  background: initial;
  background-color: #f29d00 !important;
  box-shadow: var(--swal2-confirm-button-box-shadow);
  color: var(--swal2-confirm-button-color);
  font-size: 1em;
}
select.error,
input.error {
  border-color: hsla(358, 71%, 47%, 1) !important;
  display: block;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
}
.invalid-feedback {
  display: block;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: hsla(358, 71%, 47%, 1);
}
.grecaptcha-badge {
  z-index: 1 !important;
  bottom: 40px !important;
  opacity: 0.5 !important;
}
/*margenes y paddings*/
.m-none {
  margin: none !important;
}

.p-none {
  padding: none !important;
}

.pt-none {
  padding-top: 0px !important;
}

.pt-xlg {
  padding-top: 100px !important;
}

.pt-xlg-form {
  padding-top: 100px !important;
}

.pt-lg {
  padding-top: 75px !important;
}

.pt-md {
  padding-top: 50px !important;
}

.pt-sm {
  padding-top: 25px !important;
}

.pt-car {
  padding-top: 50px !important;
}

.pb-xlg {
  padding-bottom: 100px !important;
}

.pb-none {
  padding-bottom: 0px !important;
}

.p-sm {
  padding: 10px !important;
}

.p-md {
  padding: 25px !important;
}

.p-lg {
  padding: 50px !important;
}

.pr-md {
  padding-right: 50px !important;
}

.pl-lg {
  padding-left: 100px !important;
}

.pl-sm {
  padding-left: 25px !important;
}

.mt-0 {
  margin-top: 0rem !important;
}

.mt-xlg {
  margin-top: 100px !important;
}

.mt-lg {
  margin-top: 75px !important;
}

.mt-md {
  margin-top: 50px !important;
}

.mt-sm {
  margin-top: 25px !important;
}

.mt-xs {
  margin-top: 15px !important;
}

.mt-none {
  margin-top: 0px !important;
}

.mb-xlg {
  margin-bottom: 100px !important;
}

.mb-lg {
  margin-bottom: 75px !important;
}

.mb-md {
  margin-bottom: 50px !important;
}

.mb-sm {
  margin-bottom: 25px !important;
}

.mb-xs {
  margin-bottom: 10px !important;
}

.mb-none {
  margin-bottom: 0px !important;
}

.mr-md {
  margin-right: 25px !important;
}

.mr-sm {
  margin-right: 10px !important;
}

.ml-sm {
  margin-left: 20px !important;
}
.ml-xsm {
  margin-left: 10px !important;
}

.ml-btn-dwn {
  margin-left: 10px !important;
}

::selection {
  background: #f29d00 !important;
  color: var(--cnvs-body-bg);
  text-shadow: none;
}

.centiacrm-naranja {
  color: #f29d00 !important;
}

.centiacrm-naranja-hover {
  color: #ffb122 !important;
}

.centiacrm-amarillo {
  color: #ffda33 !important;
}

.centiacrm-gris-oscuro {
  color: #272727 !important;
}

.centiacrm-gris-medio {
  color: #666666 !important;
}

.back-gris-medio {
  background-color: #666666;
}

.back-naranja {
  background-color: #f29d00 !important;
}

.all-ts {
  transition: all 0.5s ease;
}

.centiacrm-gris {
  color: #303030 !important;
}

.centiacrm-gris-claro {
  color: #f6f6f6 !important;
}
.centiacrm-white {
  color: #ffffff !important;
}
.t-100 {
  font-weight: 100 !important;
}

.t-200 {
  font-weight: 200 !important;
}

.t-300 {
  font-weight: 300 !important;
}

.t-400 {
  font-weight: 400 !important;
}

.t-500 {
  font-weight: 500 !important;
}

.t-600 {
  font-weight: 600 !important;
}

.t-700 {
  font-weight: 700 !important;
}

.t-800 {
  font-weight: 800 !important;
}

.t-1 {
  font-size: 16px !important;
}
.t-1-25 {
  font-size: 20px !important;
}

.t-1-5 {
  font-size: 24px !important;
}

.t-2 {
  font-size: 32px !important;
}

.t-2-5 {
  font-size: 40px !important;
}

.t-3 {
  font-size: 48px !important;
}

.t-3-5 {
  font-size: 56px !important;
}

.t-4 {
  font-size: 64px !important;
}

.lh-1-2 {
  line-height: 1.2 !important;
}

.lh-1-4 {
  line-height: 1.4 !important;
}

.bg-gray {
  background-color: #f6f6f6 !important;
}

.bg-dark-gray {
  background-color: #272727 !important;
}

.open-sans {
  font-family: 'Open Sans', sans-serif !important;
  font-optical-sizing: auto;
  font-style: normal;
  letter-spacing: 0px !important;
}

.raleway {
  font-family: 'Raleway', sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.menu-link {
  font-family: 'Raleway', sans-serif;
  letter-spacing: 0px;
  color: #303030;
  font-weight: 500;
  font-size: 20px;
  transition: 0.2s ease-in;
}

.menu-link:hover {
  color: #f29d00 !important;
  transition: 0.2s ease-in;
}

.btn-garantia {
  color: #f29d00;
  background-color: #fff;
}

.btn-garantia:hover {
  color: #ffb122;
  background-color: #fff;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: 'Raleway', sans-serif;
}

.fbox-content p {
  margin-top: 0rem;
}

.fbox-icon-3 {
  width: 40px !important;
}

.section-img img {
  width: 100%;
  border: 8px solid #fff;
  border-radius: 1rem;
}

.slide-imgs .iphone-img {
  position: relative;
  z-index: 1;
  width: 700px;
  -webkit-transform: perspective(1400px) rotateY(-20deg) rotateX(0deg)
    rotateZ(10deg) scale(0.9) translateX(0%) translateY(1%);
  transform: perspective(1400px) rotateY(-20deg) rotateX(0deg) rotateZ(0deg)
    scale(0.9) translateX(0%) translateY(1%);
  transition: transform 0.45s cubic-bezier(0.2, 0.7, 0.3, 1);
}

.slide-imgs:hover .iphone-img {
  -webkit-transform: perspective(1000px) rotateY(0deg) rotateX(0deg)
    rotateZ(0deg) scale(0.95) translateX(40%) translateY(8%);
  transform: perspective(1000px) rotateY(0deg) rotateX(0deg) rotateZ(0deg)
    scale(1.05) translateX(0%) translateY(0%);
}

#header-wrap #logo img {
  height: 30px;
}

.is-expanded-menu #header.sticky-header-shrink #header-wrap #logo img {
  height: 25px;
}

#header {
  --cnvs-header-transparent-border-color: rgba(var(--cnvs-contrast-rgb), 0.05);
}

.button:hover,
.btn:hover {
  transform: translateX(0px);
}

.button-rounded {
  border-radius: 0.5rem;
  font-family: 'Raleway', sans-serif;
  font-size: 20px;
  font-weight: 600;
  padding: 16px 24px;
}

.button-amber {
  color: #ffffff !important;
  background-color: #f29d00 !important;
  margin: 0px !important;
}

.button-amber:hover {
  background-color: #ffb122 !important;
}

.button.button-border {
  background-color: #f29d00 !important;
}

.button-amber.button-border:hover {
  background: #ffb122 !important;
}

.button.button-border:hover {
  background: #ffb122 !important;
}

.button-border.button-amber,
.button-border.button-light.button-amber {
  background: #f29d00 !important;
  border: 0px !important;
}

.button-amber.button-border.button-fill::before {
  background-color: #f29d00;
  color: #ffffff !important;
}

.button-amber.button-border.button-fill::after {
  background-color: #f29d00;
}

.button-naranja {
  background-color: #f29d00 !important;
  color: #ffffff !important;
  border-color: #f29d00 !important;
  transition: all 0.2s ease-in-out;
}

.button-naranja:hover {
  background-color: #ffb122 !important;
  color: #ffffff !important;
  transition: all 0.2s ease-in-out;
}

.button-fill {
  background-color: #f29d00 !important;
  margin: 0px !important;
}

.button-fill:hover {
  background-color: #ffb122 !important;
  border-color: #ffb122 !important;
}

.button-fill::before {
  background-color: #ffb122 !important;
  border-color: #ffb122 !important;
  color: #fff !important;
}

.button-fill::after {
  background-color: #f29d00 !important;
  border-color: #f29d00 !important;
}

.button.button-border.button-fill:hover {
  background: #f29d00 !important;
  color: #fff;
}

.button-header {
  margin-top: 7px !important;
}

.my-float {
  margin-top: 8px !important;
}

.float {
  transition: all 0.2s ease-in-out;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0) !important;
  left: 40px;
  bottom: 100px;
}

.float:hover {
  color: #fff !important;
  background-color: #21c15d !important;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.25) !important;
  transition: all 0.2s ease-in-out;
}

.stretched #gotoTop {
  left: 32px;
  border-radius: 50px;
  bottom: 32px;
}

#gotoTop:hover {
  background-color: #f29d00;
}

.badge {
  padding: 6px 14px !important;
}

/*Slider*/
#slider {
  z-index: 3;
}

.pt-hero {
  padding-top: 5rem !important;
}

.mw-80 {
  max-width: 110px !important;
}

#events .ev-card {
  background: #ffffff;
  border: 1px solid rgba(102, 102, 102, 0.255);
  transition:
    box-shadow 0.28s ease,
    transform 0.28s ease;
}

#events .ev-card:hover {
  box-shadow: 0 14px 40px rgba(102, 102, 102, 0.16);
  transform: translateY(-5px);
}

#events .ev-title {
  font-family: 'Raleway', sans-serif !important;
}

.heading-block-white::after {
  border-top: 0px solid #ffffff !important;
}

.table-centia {
  background: transparent;
  color: #fff;
  margin-bottom: 0;
}

.table-centia td {
  padding: 0.75rem 0;
  border-color: rgba(255, 255, 255, 0.3);
  color: #fff;
  background: transparent !important;
}

.table-centia tr:first-child td {
  border-top: 1px solid rgba(255, 255, 255, 0.35);
}

.table-centia tbody tr:hover td {
  background: transparent !important;
}

:root {
  --cnvs-form-color: #f29d00;
}

label {
  font-size: 0.925rem;
  font-weight: 500;
  text-transform: none;
  letter-spacing: 0;
  color: #666;
  margin-bottom: 2px;
}

.form-control:active,
.form-control:focus {
  border: 2px solid var(--cnvs-form-color);
  box-shadow: 0px 0px 0px 1px var(--cnvs-form-color);
}

.owl-carousel {
  --cnvs-owl-full-nav-hover-bgcolor: #f29d00 !important;
}

.owl-carousel .owl-nav [class*='owl-']:hover {
  background-color: #f29d00 !important;
}

.btn-check:checked + .btn,
:not(.btn-check) + .btn:active,
.btn:first-child:active,
.btn.active,
.btn.show {
  color: #ffb122;
  background-color: #fff;
  border-color: #ffb122;
}

.img-integrations {
  max-width: 100px;
}

.heading-block::after {
  margin-top: 80px !important;
  margin-bottom: 80px !important;
  width: 64px;
  border-top: none;
}

.heading-block-white::after {
  margin-top: 80px !important;
  margin-bottom: 80px !important;
  width: 64px;
  border-top: 3px solid #ffffff;
}

.heading-block-app::after {
  margin-top: 40px !important;
  margin-bottom: 40px !important;
  text-align: left;
}

.features-items .feature-box .fbox-icon i {
  font-size: 56px;
}

.iconlist li {
  font-size: 20px !important;
  font-family: 'Open Sans', sans-serif;
  font-weight: 500;
  color: #fff;
}

.toggle-content,
.accordion-content {
  padding: 32px 0;
}

.iconlist > li i:first-child,
.iconlist > li img:first-child {
  color: #fff;
}

.solo-mobile {
  display: none;
}

.menu-mobile-btn {
  display: none;
}

.btn-desktop {
  display: block;
}
/*price*/

.pricing-table .card {
  padding: 24px 24px;
}

.mb-mensual {
  margin-bottom: 150px !important;
}

.mb-trimestral {
  margin-bottom: 120px !important;
}

.mb-semestral {
  margin-bottom: 120px !important;
}

.button-demo {
  border: 1px solid #f29d00 !important;
  background-color: transparent !important;
  color: #666666 !important;
  transition: 0.2s ease-in;
  margin: 0px;
}

.button-demo:hover {
  border: 1px solid #f29d00 !important;
  background-color: #f29d00 !important;
  color: #ffffff !important;
  transition: 0.2s ease-in;
}
.toggle-includded {
  background: #f29d00 !important;
  border: none !important;
  transition: 0.2s all;
}
.toggle-includded-wrap {
  border: none !important;
}
.includded-services {
  background: transparent !important;
  border: none !important;
  transition: 0.2s all;
}
.toggle-includded:hover {
  background: #ffb122 !important;
}
.includded-services:hover {
  background: transparent !important;
}
.toggle-demo-services {
  border: 1px solid #dee2e6 !important;
  background-color: #fff !important;
  color: #666666 !important;
}
.toggle-demo-services:hover {
  border: 1px solid #dee2e6 !important;
  background-color: #f6f6f6 !important;
  color: #666666 !important;
}
.bg-black {
  transition: 0.2s ease-in;
  border: solid 0px !important;
  box-shadow: none !important;
}

.bg-black:hover {
  background-color: #333 !important;
  transition: 0.2s ease-in;
  border: solid 0px !important;
  box-shadow: none !important;
}

.bt-gray {
  background-color: #333 !important;
  transition: 0.2s ease-in;
  border: solid 0px !important;
  box-shadow: none !important;
}

.bt-gray:hover {
  background-color: #444 !important;
  transition: 0.2s ease-in;
  border: solid 0px !important;
  box-shadow: none !important;
}

.pricing-table .card p {
  font-size: 18px;
  line-height: 1.4 !important;
}
.bg-plan {
  background-image: url('../../images/centiacrm-app-back-mob.jpg') no-repeat !important;
  background-size: cover !important;
  background-position-x: center;
  background-position-y: center;
}

.back-app {
  background: url('../../images/centicrm-img-test-back.jpg') no-repeat;
  background-size: cover;
  background-position: center center;
  background-position-x: center;
  background-position-y: center;
  background-attachment: fixed;
}

.content-wrap-car {
  padding: 5rem 0 !important;
}

.quote-bubble {
  background-color: #dedede !important;
}

.quote-bubble.quote-bubble-left::before {
  border-right: var(--cnvs-bubble-radius) solid #dedede !important;
}

.quote-bubble::before {
  border-top: var(--cnvs-bubble-radius) solid #dedede !important;
}

.testimonios-scroll {
  max-height: 350px;
  overflow-y: auto;
  padding-right: 10px;
}

.mt-phone-btn {
  margin-top: 0px;
}

.text-center-left {
  text-align: center !important;
}

.testimonios-scroll::-webkit-scrollbar {
  width: 6px;
}

.testimonios-scroll::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 10px;
}

.app-mob {
  max-height: 700px;
  margin-left: 25%;
}

.bg-contact {
  background: url('../images/centiacrm-contact-back.jpg') no-repeat;
  background-size: cover;
  background-position-x: center;
  background-position-y: center;
}

.fbox-icon i,
.fbox-icon img {
  border-radius: 50%;
  background-color: white;
}

/*form*/

label {
  font-weight: var(--cnvs-form-label-font-weight);
  font-family: 'Raleway', sans-serif;
}

.form-control::placeholder {
  font-family: 'Raleway', sans-serif;
  color: #666666 !important;
}
.form-select::placeholder {
  font-family: 'Raleway', sans-serif;
  color: #666666 !important;
}
.disabled {
  color: #666666 !important;
}

.form-control:not(textarea) {
  font-family: 'Raleway', sans-serif;
  font-weight: 500;
  letter-spacing: 0px;
  font-size: 1.1em;
  height: 50px;
}

.input-group-lg > .form-control,
.input-group-lg > .form-select,
.input-group-lg > .input-group-text,
.input-group-lg > .btn {
  font-size: 1.1em;
  font-family: 'Raleway', sans-serif;
  font-weight: 500;
}

.line {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.line.line-sm {
  margin: 0 0;
}

.title-footer {
  font-family: 'Raleway', sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 8px !important;
}

.link-footer {
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  transition: 0.2s ease-in;
}

.link-footer:hover {
  opacity: 50%;
  transition: 0.2s ease-in;
}

pb-t {
  padding-bottom: 0px !important;
}

.social-footer {
  padding: 16px 14px 16px 22px !important;
  border: solid 1px #ffffff !important;
  color: #f29d00 !important;
  font-size: 24px !important;
}

.social-footer:hover {
  border: solid 1px #f29d00 !important;
}

.text-right {
  text-align: right !important;
}

.copyright-links a:hover {
  color: #ffffff !important;
  opacity: 1;
  text-decoration: underline;
}

.owl-carousel .owl-dots .owl-dot {
  background-color: #f29d00 !important;
}

.p-menu-mob {
  padding: none;
}

.hidden-xl {
  display: none;
}

.toggle-icon,
.accordion-icon {
  padding: 5px 0.375rem;
}

ul.no-bullet {
  list-style: none;
}

.switch-toggle-round:checked + label::before {
  background-color: #fff;
}
.switch-toggle-round + label::before,
.switch-toggle-round:checked + label::after {
  background-color: #f29d00;
}

.dropdown-menu.show .inner.show {
  max-height: 250px !important;
}

.bg-centia {
  background-color: #f29d001d;
}

.img-caracteristicas {
  background: #fff url('../../images/centiacrm-img-1.jpg') no-repeat right
    center;
  background-size: auto 100%;
}

.form-control-lg:not(textarea) {
  font-family: 'Raleway', sans-serif;
  font-weight: 500;
  letter-spacing: 0px;
  font-size: 1.1em;
  height: 50px;
}

textarea.form-control-lg {
  font-family: 'Raleway', sans-serif;
  font-weight: 500;
  letter-spacing: 0px;
  font-size: 1.1em;
}

@media (min-width: 993px) and (max-width: 1500px) {
  .img-caracteristicas {
    background-size: auto 70%;
  }
}

@media (min-width: 992px) {
  .align-self-lg-end {
    align-self: flex-end !important;
    min-height: 600px;
  }
  .gx-5 {
    --bs-gutter-x: 6rem;
  }
  .p-lg-6 {
    padding: 3rem 2rem !important;
    margin-bottom: 8rem !important;
  }
}

@media (max-width: 767px) {
  .content-wrap-car {
    padding: 0rem 0 !important;
  }
  .px-3 {
    padding-left: 0rem !important;
  }

  .pt-xlg-form {
    padding-top: 0px !important;
    padding-bottom: 5rem !important;
  }
}

@media screen and (max-width: 990px) {
  #header-wrap {
    padding-top: 20px;
    padding-bottom: 15px;
  }

  .solo-desktop {
    display: none;
  }

  .section-img img {
    width: 100%;
    border: 0px solid #fff;
    border-radius: 0rem;
  }

  .solo-mobile {
    display: block;
  }

  .text-center-left {
    text-align: left !important;
  }

  .mt-phone-btn {
    margin-top: 45px;
  }

  .pt-hero {
    padding-top: 1.5rem !important;
  }

  .testimonios-scroll {
    height: auto;
    max-height: none;
    overflow: visible;
  }

  .btn-desktop {
    display: none;
  }

  .menu-mobile-btn {
    display: block;
    padding-top: 20px;
    padding-bottom: 0px;
    text-align: center;
  }

  .menu-mobile-btn .button {
    width: 100%;
    margin-top: 10px;
  }

  .pt-car {
    padding-top: 0px !important;
  }

  .slider-element {
    padding-top: 0px !important;
  }

  .container {
    padding-right: 16px;
    padding-left: 16px;
  }

  .cnvs-hamburger {
    --cnvs-hamburger-size: 1.5rem;
    --cnvs-hamburger-width: 3px;
  }

  .p-menu-mob {
    padding: 40px 0px !important;
  }

  .menu-link {
    font-size: 16px;
  }

  .hidden-xl {
    display: inherit;
  }

  .hidden-sm {
    display: none;
  }

  .slide-imgs .iphone-img {
    -webkit-transform: perspective(1000px) rotateY(0deg) rotateX(0deg)
      rotateZ(0deg) scale(0.85) translateX(20%) translateY(0%) !important;
    transform: perspective(0px) rotateY(0deg) rotateX(0deg) rotateZ(0deg)
      scale(1.5) translateX(0%) translateY(0%) !important;
    margin: 100px 60px 100px;
    text-align: center !important;
  }

  .app-mob {
    max-height: 700px;
    margin-left: 0px;
  }

  .t-4 {
    font-size: 56px !important;
  }

  .al-left {
    text-align: left !important;
  }

  .mb-footer {
    margin-bottom: 32px;
  }
  .mb-trimestral {
    margin-bottom: 80px !important;
  }
}

@media screen and (max-width: 768px) {
  #header-wrap {
    padding-top: 20px;
    padding-bottom: 15px;
  }

  .container {
    padding-right: 24px;
    padding-left: 24px;
  }

  .cnvs-hamburger {
    --cnvs-hamburger-size: 1.5rem;
    --cnvs-hamburger-width: 3px;
  }

  .float {
    bottom: 40px !important;
    left: 20px !important;
  }

  .display-3 {
    font-size: 2.5em;
  }

  .p-menu-mob {
    padding-top: 30px !important;
    padding-bottom: 0px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  .menu-link {
    font-size: 16px;
  }

  .slide-imgs .iphone-img {
    -webkit-transform: perspective(1000px) rotateY(0deg) rotateX(0deg)
      rotateZ(0deg) scale(0.85) translateX(20%) translateY(0%) !important;
    transform: perspective(1000px) rotateY(0deg) rotateX(0deg) rotateZ(0deg)
      scale(1) translateX(0%) translateY(0%) !important;
    margin: 0px 0px 16px !important;
  }

  .ps-none {
    padding: 0px !important;
  }

  .heading-block h2 {
    font-size: 32px !important;
    line-height: 1.2;
  }

  .t-1-5 {
    font-size: 20px !important;
  }

  .t-2 {
    font-size: 24px !important;
  }

  .t-3 {
    font-size: 32px !important;
  }

  .t-4 {
    font-size: 48px !important;
  }

  .heading-block::after {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }

  .section {
    padding: 0px 0 !important;
    background-color: var(--cnvs-section-bg);
    overflow: hidden;
  }

  .mb-mensual {
    margin-bottom: 110px !important;
  }

  [class*='col-mb-'] > [class*='col-'] {
    padding-bottom: 40px !important;
  }

  .p-5 {
    padding: 3rem 1.5rem 4rem 1.5rem !important;
  }

  .app-mob {
    max-height: 600px;
    margin: auto;
  }

  .mt-xlg {
    margin-top: 40px !;
  }

  .back-app {
    background: url('../../images/centiacrm-app-back-mob.jpg') no-repeat;
    background-size: cover;
    background-position: center center;
    background-position-x: center;
    background-position-y: center;
    padding-top: 64px !important;
    padding-bottom: 64px !important;
  }

  .img-center {
    text-align: center !important;
  }

  .al-left {
    text-align: left !important;
  }

  .mb-footer {
    margin-bottom: 32px;
  }

  .block-header :nth-child(1) {
    order: 2;
  }

  .block-header :nth-child(2) {
    order: 1;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1240px;
  }
}
