html {
  scroll-behavior: smooth !important;
}
body {
  letter-spacing: 0px !important;
  word-spacing: 0px !important;
}
h1,
h2,
h3,
h4,
p,
#logo a,
.font-primary {
  word-spacing: 0px !important;
  letter-spacing: 0px !important;
}

/*Font*/

@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&family=Rozha+One&display=swap');

::selection {
  background: hsl(182 43.2% 49%) !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-h1 {
  font-size: 4rem !important;
}
.t-h2 {
  font-size: 3rem !important;
}
.t-h3 {
  font-size: 2rem !important;
}
.t-m {
  font-size: 1rem !important;
}
.t-p {
  font-size: 1.25rem !important;
}
.t-b {
  font-size: 1.5rem !important;
}
.t-c {
  font-size: 0.875rem !important;
}

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

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

.azureish-white {
  color: hsl(183 39% 88.4%) !important;
}
.blizzard-blue {
  color: hsl(183 62.5% 78%) !important;
}
.t-rotate {
  color: hsl(183 62.5% 78%) !important;
}
.verdigris {
  color: hsl(182 43.2% 49%) !important;
}
.keppel {
  color: hsl(183 43.2% 43.5%) !important;
}
.rich-black {
  color: hsl(182 100% 12.5%) !important;
}
.black {
  color: hsl(0 0% 0%) !important;
}
.white {
  color: hsl(0 0% 100%) !important;
}

.bg-azureish-white {
  background: hsl(183 39% 88.4%) !important;
}
.bg-azureish-white-opacity {
  background: hsla(183 39% 88.4% / 0.35) !important;
}
.bg-blizzard-blue {
  background: hsl(183 62.5% 78%) !important;
}
.bg-verdigris {
  background: hsl(182 43.2% 49%) !important;
}
.bg-keppel {
  background: hsl(183 43.2% 43.5%) !important;
}
.bg-rich-black {
  background: hsl(182 100% 12.5%) !important;
}
.bg-black {
  background: hsl(0 0% 0%) !important;
}
.bg-white {
  background: hsl(0 0% 100%) !important;
}
.shadow-texto {
  text-shadow: 2px 2px 20px rgba(0, 0, 0, 0.7);
}
.manrope {
  font-family: 'Manrope', sans-serif !important;
}
.rozha-one {
  font-family: 'Rozha One', serif !important;
}
/*Menú*/
#header-wrap {
  background-color: hsl(182 43.2% 49%);
  border-color: transparent;
}
.is-expanded-menu .sticky-header #header-wrap {
  background-color: hsl(182 43.2% 49%);
  border-color: transparent;
}
#header.sticky-on-scrollup.show-sticky-onscroll.sticky-header #header-wrap {
  margin-top: 0px;
  background: hsl(0 0% 0%);
  border-color: transparent;
}
.is-expanded-menu #header.sticky-header-shrink {
  --cnvs-header-height-shrink: 80px !important;
}
#header.sticky-on-scrollup.sticky-header #header-wrap {
  --cnvs-header-height-shrink: 80px !important;
}
.header-wrap-clone {
  height: 100px;
}
.menu-container > .menu-item > .menu-link {
  text-transform: none !important;
  cursor: pointer;
}
.is-expanded-menu #header.sticky-header-shrink #header-wrap #logo img {
  padding-top: 13px;
  padding-bottom: 13px;
  height: auto;
}
#header-wrap #logo img {
  padding-top: 13px;
  padding-bottom: 13px;
}
a.menu-link {
  font-family: 'Manrope', sans-serif;
  font-size: 1rem !important;
  font-weight: 600;
  color: hsl(0 0% 100%) !important;
  transition: 0.3s all ease-in-out !important;
}
.menu-item.current > .menu-link {
  color: hsl(0 0% 100% / 0.5) !important;
}
a.menu-link:hover {
  color: hsl(0 0% 100% / 0.5) !important;
}
#wrapper.header-overlay::after {
  opacity: 0 !important;
}
a.menu-link:hover:not(.current) {
  color: hsl(0 0% 100% / 0.5) !important;
}

a.menu-link:focus {
  outline: none;
}

/*Footer*/
.line {
  clear: both;
  position: relative;
  width: 100%;
  margin: var(--cnvs-section-margin) 0;
  border-top: 2px solid hsla(0 0% 88.6% / 0.5);
}

.contact-footer a {
  color: hsla(0 0% 100% / 0.5) !important;
  padding-right: 1rem;
  transition: 0.3s all ease-in-out;
}

.contact-footer a:last-child {
  padding-right: 0;
}

.contact-footer a:hover {
  color: hsl(0 0% 100%) !important;
}

.contact-footer a i {
  font-size: 30px;
  color: hsla(0 0% 100% / 0.5) !important;
  transition: 0.3s all ease-in-out;
}

.contact-footer a:hover i {
  font-size: 30px;
  color: hsl(0 0% 100%) !important;
}

.contact-footer h3 {
  font-size: 2rem !important;
}
.copy-footer span {
  color: hsla(0 0% 100% / 0.5) !important;
  transition: 0.3s all ease-in-out;
  font-size: 1rem;
  font-family: 'Manrope', sans-serif !important;
  font-weight: 500 !important;
}
.terms-privacy-footer span {
  color: hsla(0 0% 100% / 0.5) !important;
  transition: 0.3s all ease-in-out;
  font-size: 1rem;
  font-family: 'Manrope', sans-serif !important;
  font-weight: 500 !important;
  cursor: pointer;
}
.copy-footer a,
.terms-privacy-footer a {
  font-family: 'Manrope', sans-serif !important;
  color: hsla(0 0% 100% / 0.5) !important;
  transition: 0.3s all ease-in-out;
  font-size: 1rem;
  font-weight: 500;
}

.copy-footer a:hover,
.terms-privacy-footer span:hover {
  color: hsl(0 0% 100%) !important;
}

#content-aliados {
  scroll-margin-top: 100px;
}

#content-contact {
  scroll-margin-top: 40px;
}

#gotoTop {
  display: none;
}
.grecaptcha-badge {
  position: fixed;
  z-index: 3 !important;
  bottom: 40px !important;
  opacity: 0.5 !important;
  right: 20px;
  z-index: 1;
}
/* WhatsApp style */
.float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 40px;
  left: 30px;
  background-color: #25d366;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0);
  transition: all 0.2s ease-in-out;
  z-index: 4;
}
.my-float {
  margin-top: 16px;
}
.float:hover {
  color: #fff;
  background-color: #21c15d;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.25);
  transition: all 0.2s ease-in-out;
}
.bd-radius {
  border-radius: 12px !important;
}
html,
body {
  overflow-x: hidden;
}

/*SLIDER*/
#slider {
  background: transparent
    url('../img/planeacion-financiera-imagen-principal-desk.jpg') no-repeat
    center bottom;
  background-size: cover;
  background-attachment: fixed;
  height: calc(100vh - 100px) !important;
  display: flex;
}

#slider .row {
  height: calc(100vh - 100px) !important;
  display: flex;
  align-items: flex-end;
}

.text-with-svg {
  position: relative !important;
  display: inline-block;
  z-index: 1;
}

.text-with-svg::before {
  content: '';
  position: absolute;
  top: 25%;
  left: 50%;
  width: 210px;
  height: 210px;
  background: url('../img/planeacion-financiera-estrella.svg') center center
    no-repeat;
  background-size: contain;
  opacity: 0.4;
  transform: translate(-50%, -50%);
  z-index: -1;
  pointer-events: none;
}

.t-rotate,
.t-rotate span {
  padding: 0;
  margin: 0;
  transform: none !important;
}

.btn-soft-blue {
  background-color: hsl(182 43.2% 49%) !important;
  color: hsl(0 0% 100%) !important;
  border-radius: 12px;
  font-family: 'Manrope', sans-serif !important;
  font-weight: 600 !important;
  font-size: 1.25rem;
  padding: 10px 25px;
}
.btn-soft-blue:hover {
  background-color: hsl(183 43.2% 43.5%) !important;
  color: hsl(0 0% 100%) !important;
  transition: 0.3s all ease-in-out !important;
}

/*Te identificas*/

.fbox-icon i {
  border-radius: 15%;
}
.text-with-svg-two {
  position: relative !important;
  display: inline-block;
  z-index: 1;
}
/*Video*/

.mfp-iframe-holder .mfp-content {
  max-width: var(--cnvs-mfp-iframe-max-width);
  height: auto;
}

.mfp-iframe-holder .mfp-close {
  background-color: transparent;
}

.mfp-iframe-holder .mfp-close {
  font-size: 35px;
  top: -40px;
}

/* efecto fade en video */
.mfp-fade.mfp-bg {
  opacity: 0;
  transition: opacity 0.3s ease-out;
}

.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}

.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  transform: scale(0.95);
  transition: opacity 0.3s ease-out, transform 0.3s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
  transform: scale(1);
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
  transform: scale(0.95);
}

/* fin efecto fade en video */

.text-with-svg-two::before {
  content: '';
  position: absolute;
  top: 25%;
  left: 50%;
  width: 210px;
  height: 210px;
  background: url('../img/planeacion-financiera-estrella.svg') center center
    no-repeat;
  background-size: contain;
  opacity: 0.4;
  transform: translate(-50%, -40%);
  z-index: -1;
  pointer-events: none;
}
.margin-video {
  margin-bottom: 40px !important;
}
.feature-box h3 {
  margin-bottom: 1.5rem;
  line-height: 1.2;
  font-weight: 800;
}
.video-text h3.t-h3 {
  margin-left: 0;
  padding-left: 0;
}
.about-me p {
  margin-left: 0;
  padding-left: 0;
}
.video-text ul,
ul.about-me {
  margin-left: 0;
  padding-left: 30px;
  list-style-position: outside;
}

.video-text ul li,
ul.about-me li {
  margin-bottom: 10px;
}

.video-text ul li:last-child,
ul.about-me li:last-child {
  margin-bottom: 0;
}

::marker {
  color: hsl(182 43.2% 49%) !important;
  font-size: 1.5rem !important;
}
.play-video i {
  border: 2px solid white;
  background: transparent !important;
}
/*Curso*/
.rounded-curso {
  border-radius: 16px !important;
}
.fbox-content p {
  margin-top: 0;
}
/*Contacto*/
.block-form-7 .form-control {
  --cnvs-input-btn-input-bg: var(--cnvs-contrast-200);
  --cnvs-input-btn-input-color: var(--cnvs-contrast-1000);
  --cnvs-input-focus-color: var(--cnvs-input-btn-input-color);
}

/*Testimonios*/
.text-with-svg-three {
  position: relative !important;
  display: inline-block;
  z-index: 1;
}
/*Video*/

.play-video i {
  transition: 0.3s all ease-in-out !important;
}
i.icon-video {
  background: hsl(0 0 100%);
}
.play-video:hover i {
  background-color: hsl(0 0 100%) !important;
  color: hsl(182 43.2% 49%) !important ;
}

.text-with-svg-three::before {
  content: '';
  position: absolute;
  top: 25%;
  left: 50%;
  width: 210px;
  height: 210px;
  background: url('../img/planeacion-financiera-estrella.svg') center center
    no-repeat;
  background-size: contain;
  opacity: 0.4;
  transform: translate(-50%, -70%);
  z-index: -1;
  pointer-events: none;
}
.testimonial-image {
  width: 7rem !important;
}
.bi-quote::before {
  content: '' !important;
}

.owl-dots {
  text-align: center;
  margin-top: 20px;
}

.owl-dot {
  display: inline-block !important;
  width: 12px !important;
  height: 12px !important;
  margin: 5px !important;
  border-radius: 50% !important;
  background-color: hsl(183 39% 88.4%) !important;
  transition: all 0.3s ease !important;
}

.testimonials-carousel .owl-dots .owl-dot {
  opacity: 1;
}

.owl-dot.active {
  background-color: hsl(183 43.2% 43.5%) !important;
  transform: scale(1.2);
}
.testimonials-carousel .owl-item {
  opacity: 0.3;
}
#contactform label {
  display: block;
  text-align: left !important;
  margin-bottom: 0.7rem;
  font-size: 1rem !important;
  font-weight: 600 !important;
  font-family: 'Manrope', sans-serif !important;
  color: hsl(182 100% 12.5%);
}
input .form-control,
textarea.form-control {
  font-family: 'Manrope', sans-serif !important;
  font-size: 1rem !important;
  font-weight: 600;
  color: hsl(182 100% 12.5%);
}
input {
  height: 50px !important;
}
.form-control {
  font-family: 'Manrope', sans-serif !important;
  font-size: 1rem !important;
  font-weight: 600;
  color: hsl(182 100% 12.5%);
  box-shadow: none;
  border-radius: 12px;
  border: 0.5px solid hsla(182 100% 12.5% /0.3);
}
.form-control:focus {
  box-shadow: none !important;
  border-radius: 16px;
  border: 0.5px solid hsla(182 100% 12.5% /0.3);
}
.text-with-svg-four {
  position: relative !important;
  display: inline-block;
  z-index: 1;
}

.text-with-svg-four::before {
  content: '';
  position: absolute;
  top: 25%;
  left: 50%;
  width: 210px;
  height: 210px;
  background: url('../img/planeacion-financiera-estrella.svg') center center
    no-repeat;
  background-size: contain;
  opacity: 0.4;
  transform: translate(-50%, -75%);
  z-index: -1;
  pointer-events: none;
}
.invalid-feedback {
  display: block !important;
  font-size: 0.875rem;
  font-family: 'Manrope', sans-serif;
  font-weight: 500;
  color: hsl(22 100% 40.8%);
  text-align: right;
  margin-top: 0.25rem;
}
#oc-testi .owl-nav button.owl-prev,
#oc-testi .owl-nav button.owl-next {
  position: absolute;
  z-index: 999;
  opacity: 1 !important;
}
.owl-carousel .owl-nav [class*='owl-'] {
  background: hsl(182 43.2% 49%) !important;
  color: hsl(0 0% 100%) !important;
  transition: 0.3s all ease-in-out !important;
  border-radius: 15%;
  border: transparent !important;
}
.owl-carousel .owl-nav [class*='owl-']:hover {
  background-color: hsl(183 43.2% 43.5%) !important;
}
#oc-testi .owl-nav {
  opacity: 1 !important;
  visibility: visible !important;
}
.container-parallax img {
  width: 230px !important;
}

#oc-testi .owl-stage-outer {
  overflow: visible !important;
}

#oc-testi .oc-item {
  padding: 10px;
}

#oc-testi .card.shadow {
  z-index: 2;
  position: relative;
}

/* Modal */

.modal-privacy .modal-header,
.modal-terms .modal-header {
  background-color: hsl(182 43.2% 49%);
}

.btn-close {
  opacity: 1;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3E%3Cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3E%3C/svg%3E");
}

.legal-link {
  color: hsl(182 43.2% 49%);
  transition: all 0.3s;
}

.legal-link:hover {
  color: hsl(183 43.2% 43.5%);
}

ul.legal-list {
  padding-left: 30px;
}

ul.legal-list li {
  margin-bottom: 10px;
}

ul.legal-list li:last-child {
  margin-bottom: 0;
}

/*Media Queries*/
/* @media (max-width: 992px) {
  .slider-img-mobile img {
    max-width: 80% !important;
  }
} */
@media (min-width: 1024px) and (max-width: 1366px) {
  .header-row {
    flex-wrap: nowrap;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .slider-img-mobile img {
    max-width: 70% !important;
    height: auto;
  }
  .slider-text-mobile {
    padding-bottom: 0px !important;
  }
}
@media (max-width: 992px) {
  /*Menú*/
  .container-mobile {
    max-width: 100%;
    position: fixed;
    margin-top: 0px;
    background: hsla(0 0% 0% / 0.3);
    padding: 0 0px;
    overflow-x: hidden !important;
    left: 0;
    right: 0;
    width: 100%;
    max-width: 100vw;
    box-sizing: border-box;
  }

  .container-mobile {
    background: hsla(0 0% 0% / 0.3);
    transition: none;
    overflow-x: hidden !important;
  }

  body.scrolled .container-mobile {
    background: #000;
    overflow-x: hidden !important;
  }

  .cnvs-hamburger .cnvs-hamburger-inner,
  .cnvs-hamburger .cnvs-hamburger-inner::before,
  .cnvs-hamburger .cnvs-hamburger-inner::after {
    background: hsl(0, 0%, 100%);
  }
  .primary-menu-trigger {
    padding: 0px;
  }
  .menu-item:not(:first-child) {
    border-top: none;
  }
  .mobile-primary-menu {
    background: #000;
    width: 100%;
    padding: 0 25px;
    box-sizing: border-box;
  }
  .cnvs-hamburger {
    --cnvs-hamburger-size: 1.8rem;
    --cnvs-hamburger-width: 2px;
    --cnvs-hamburger-offset: 9px;
  }
  a.menu-link {
    font-family: 'Manrope', sans-serif;
    font-size: 1rem !important;
    transition: 0.3s all ease-in-out !important;
    cursor: pointer;
  }

  .owl-carousel .owl-nav [class*='owl-'] {
    opacity: 1;
    left: calc(-1 * var(--cnvs-owl-nav-sizes) / 2);
  }

  .owl-carousel .owl-nav .owl-next {
    left: auto;
    right: calc(-1 * var(--cnvs-owl-nav-sizes) / 2);
  }
  .owl-carousel:hover .owl-nav .owl-next {
    right: calc(-1 * var(--cnvs-owl-nav-sizes) / 2);
  }
  .owl-carousel:hover .owl-nav .owl-prev {
    left: calc(-1 * var(--cnvs-owl-nav-sizes) / 2);
  }
}

@media (min-width: 992px) {
  #header:not(.sticky-header) #header-wrap .container {
    box-shadow: none;
  }
}
@media (max-width: 991px) {
  .parrafo-creando {
    padding-top: 50px !important;
  }
}
@media (max-width: 767px) {
  .t-h1 {
    font-size: 2rem !important;
  }
  .t-h2 {
    font-size: 2rem !important;
  }
  .t-h3 {
    font-size: 1.5rem !important;
  }
  .cnvs-hamburger .cnvs-hamburger-inner,
  .cnvs-hamburger .cnvs-hamburger-inner::before,
  .cnvs-hamburger .cnvs-hamburger-inner::after {
    background: hsl(0, 0%, 100%);
  }
  body:not(.is-expanded-menu)
    #header:not([data-mobile-sticky='true'])
    #header-wrap {
    position: fixed;
  }
  #slider {
    background: transparent
      url('../img/planeacion-financiera-imagen-principal-mob.jpg') no-repeat
      center bottom;
    background-size: cover;
    background-attachment: scroll;
    height: auto !important;
    padding-top: 100px;
  }

  .slider-text-mobile {
    text-align: center !important;
    align-items: center !important;
  }
  .slider-text-mobile h1 {
    font-size: 2rem !important;
    text-align: center !important;
  }
  .slider-text-mobile p {
    display: none !important;
  }
  .slider-text-mobile a {
    text-align: center !important;
  }
  .slider-img-mobile img {
    margin-top: 30px !important;
  }

  .container,
  .container-fluid,
  .container-parallax {
    padding-left: 25px !important;
    padding-right: 25px !important;
  }

  .last-creando {
    margin-bottom: 0px !important;
    padding-bottom: 0px !important;
  }
  .last-metas {
    margin-bottom: 40px !important;
  }
  #metodo {
    margin-top: 20px !important;
  }
  .title-metodo-mobile {
    text-align: left !important;
  }
  .title-about-me {
    margin-top: 40px !important;
  }
  .text-he-sido {
    padding-bottom: 0px !important;
  }
  .text-with-svg-four h2 {
    padding-bottom: 50px !important;
  }

  .card-body.text-with-svg-four {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  .container-parallax img {
    width: 200px !important;
  }

  #header-wrap #logo img {
    height: auto;
    padding-top: 13px;
    padding-bottom: 13px;
    max-width: 160px;
  }
}
@media (max-width: 375px) and (max-width: 667px) {
  .slider-img-mobile img {
    max-width: 70% !important;
    height: auto;
    padding-bottom: 0px;
  }
  .slider-img-mobile img {
    margin-top: -54px !important;
  }
}
