/* ----------------------------------------------------------------
	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-lg {
  padding-top: 75px !important;
}

.pt-md {
  padding-top: 50px !important;
}

.pt-sm {
  padding-top: 25px !important;
}

.pb-xlg {
  padding-bottom: 100px !important;
}

.pb-none {
  padding-bottom: none !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-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 {
  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;
}

.centiacrm-gris-claro {
  color: #f6f6f6 !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;
  font-optical-sizing: auto;
  font-weight: weight;
  font-style: normal;
  letter-spacing: 0px !important;
}

.raleway {
  font-family: 'Raleway', sans-serif;
  font-optical-sizing: auto;
  font-weight: weight;
  font-style: normal;
}

.menu-link {
  font-family: 'Raleway', sans-serif;
  letter-spacing: 0px;
  color: #666666;
  font-weight: 500;
  font-size: 20px;
  transition: 0.2s ease-in;
}

.menu-link:hover {
  color: #000000 !important;
  transition: 0.2s ease-in;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: 'Raleway', sans-serif;
}

.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 {
  right: 50px;
  border-radius: 50px;
  bottom: 120px;
}

#gotoTop:hover {
  background-color: #f29d00;
}
/*Slider*/
#slider {
  z-index: 3;
}

.owl-carousel {
  --cnvs-owl-full-nav-hover-bgcolor: #f29d00 !important;
}

.owl-carousel .owl-nav [class*='owl-']:hover {
  background-color: #f29d00 !important;
}

.img-integrations {
  max-width: 100px;
}

.heading-block::after {
  margin-top: 80px !important;
  margin-bottom: 80px !important;
  width: 64px;
  border-top: 3px solid #f29d00;
}

.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;
}

/*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-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/centiacrm-app-back.jpg') no-repeat;
  background-size: cover;
  background-position: center center;
  background-position-x: center;
  background-position-y: center;
  background-attachment: fixed;
}

.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;
}

/*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 {
  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;
}

.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;
}

@media (min-width: 992px) {
  .align-self-lg-end {
    align-self: flex-end !important;
    min-height: 600px;
  }
}

@media screen and (max-width: 990px) {
  #header-wrap {
    padding-top: 20px;
    padding-bottom: 15px;
  }

  .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: 16px;
    padding-left: 16px;
  }

  .cnvs-hamburger {
    --cnvs-hamburger-size: 1.5rem;
    --cnvs-hamburger-width: 3px;
  }

  .float {
    bottom: 40px !important;
    left: 20px !important;
  }

  .display-3 {
    font-size: 3em;
  }

  .p-menu-mob {
    padding: 30px 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;
  }

  .slider-element {
    padding-top: 0px !important;
  }

  .ps-none {
    padding: 0px !important;
  }

  .heading-block h2 {
    font-size: 40px;
    line-height: 1.2;
  }

  .t-1-5 {
    font-size: 20px !important;
  }

  .t-2 {
    font-size: 24px !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: 2rem !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: 24px !important;
  }

  .img-center {
    text-align: center !important;
  }

  .al-left {
    text-align: left !important;
  }

  .mb-footer {
    margin-bottom: 32px;
  }
}
