﻿.py-4 {
  padding-bottom: 1.5rem !important;
  padding-top: 1.5rem !important
}

.mb-3 {
  margin-bottom: 1rem !important
}

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

.mt-xl-4 {
  margin-top: 1.5rem !important
}

.display-4 {
  font-size: calc(1.475rem + 2.7vw);
  font-weight: 800;
  line-height: 1.3
}

.pb-2 {
  padding-bottom: .5rem !important
}

.pb-lg-3 {
  padding-bottom: 1rem !important
}

.mt-sm-2 {
  margin-top: .5rem !important
}

.mt-lg-5 {
  margin-top: 3rem !important
}

.fs-lg {
  font-size: 1.125rem;
  line-height: 1.6
}

.mb-4 {
  margin-bottom: 1.5rem !important
}

.mb-lg-5 {
  margin-bottom: 3rem !important
}

.justify-content-lg-start {
  justify-content: flex-start !important
}

.justify-content-center {
  justify-content: center !important
}

.jarallax {
  position: relative;
  z-index: 0
}

.body {
  background-color: #FFFFFF;
}

.jarallax .jarallax-img {
  background-position: 50% !important;
  background-size: cover !important;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1
}

[data-disable-parallax-down=xs] {
  transform: none !important
}

@media (max-width:499.98px) {
  [data-disable-parallax-down=sm] {
    transform: none !important
  }
}

@media (max-width:767.98px) {
  [data-disable-parallax-down=md] {
    transform: none !important
  }
}

@media (max-width:991.98px) {
  [data-disable-parallax-down=lg] {
    transform: none !important
  }
}

@media (max-width:1199.98px) {
  [data-disable-parallax-down=xl] {
    transform: none !important
  }
}

@media (min-width:500px) {
  [data-disable-parallax-up=sm] {
    transform: none !important
  }
}

@media (min-width:768px) {
  [data-disable-parallax-up=md] {
    transform: none !important
  }
}

@media (min-width:992px) {
  [data-disable-parallax-up=lg] {
    transform: none !important
  }
}

@media (min-width:1200px) {
  [data-disable-parallax-up=xl] {
    transform: none !important
  }
}

.parallax {
  position: relative
}

.parallax-layer {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%
}

.parallax-layer:first-child {
  position: relative
}

.parallax-layer>img {
  display: block;
  width: 100%
}

.zindex-2 {
  z-index: 2 !important
}

@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Gabriela:wght@400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap');

.texto-ppal {
  font-family: 'Manrope-regular', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 3rem;
  line-height: 1.2;
  font-stretch: normal;
  color: #333;
}

.btn-orange-light {
  background-color: #fff;
  color: #ff7800;
  border: 1px solid #ff7800;
  border-radius: 0.375rem;
  transition: background-color 0.3s ease;
}

.btn-orange-light:hover {
  background-color: #fff;
  color: #808080;
  border: 1px solid #808080;
  transform: scale(1.1);
  transition: transform 0.2s;
}

.btn-lg {
  font-size: 1rem;
  padding: 0.50rem 1.25rem;
}

.bg-secondary {
  background-color: rgb(255, 120, 0, 0.05) !important;

}

.parallax {
  position: relative
}

.parallax-layer {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%
}

.parallax-layer:first-child {
  position: relative
}

.parallax-layer>img {
  display: block;
  width: 100%
}

.tilt-3d {
  transform-style: preserve-3d
}

.tilt-3d .tilt-3d-inner {
  transform: translateZ(2rem)
}

img-comparison-slider {
  display: block;
  --divider-width: 0.1875rem;
  --divider-color: #6366f1;
  --default-handle-opacity: 1
}

img-comparison-slider:focus {
  outline: none
}

@font-face {
  font-family: 'Gabriela';
  src: url('../fonts/Gabriela-Regular.ttf');
}

.fs-sm {
  font-size: .875rem !important;
  color: #808080;
}

.inputs-de-formularios {
  background-color: #FCE7D8;
  font-size: small;
  padding: 0.3rem;
}

.inputs-de-formularios:focus {
  background: #FFFFFF;
  border-color: #FF7800;
  box-shadow: 0 0 5px #FF7800;
}

input:-webkit-autofill {
  box-shadow: 0 0 0 1000px #FCE7D8 inset;
}

input:-webkit-autofill:focus {
  box-shadow: 0 0 0 1000px #FCE7D8 inset;
}

.navbar-sticky {
  position: sticky;
  top: 0;
  z-index: 1030;
  transition: box-shadow 0.2s;
}

.form-switch {
  padding-left: 3.375em
}

.bg-gris {
  background-color: #dedede !important;
}

.form-switch .form-check-input {
  --si-form-switch-bg: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E");
  background-image: var(--si-form-switch-bg);
  background-position: 0;
  border-radius: 2.875em;
  margin-left: -3.375em;
  transition: background-position .15s ease-in-out;
  width: 2.875em
}

@media (prefers-reduced-motion:reduce) {
  .form-switch .form-check-input {
    transition: none
  }
}

.form-switch .form-check-input:checked,
.form-switch .form-check-input:focus {
  --si-form-switch-bg: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E")
}

.form-switch .form-check-input:checked {
  background-position: 100%
}

.form-switch.form-check-reverse {
  padding-left: 0;
  padding-right: 3.375em
}

.form-switch.form-check-reverse .form-check-input {
  margin-left: 0;
  margin-right: -3.375em
}

.form-switch {
  margin-bottom: .5rem
}

.form-switch .form-check-input {
  background-color: #b4b7c9;
  border: unset;
  filter: none;
  height: 1.5rem;
  margin-top: unset
}

.form-switch .form-check-input:checked {
  background-color: #FF7800;
  box-shadow: 0 .5rem 1.125rem -.5rem rgba(99, 102, 241, .9)
}

.form-switch .form-check-input:disabled {
  box-shadow: none
}

.form-switch.mode-switch,
.form-switch.price-switch {
  display: flex;
  margin-bottom: 0;
  padding-left: 0
}

.form-switch.mode-switch .form-check-label,
.form-switch.price-switch .form-check-label {
  font-size: 1rem;
  font-weight: 600;
  transition: color .15s ease-in-out
}

.form-switch.mode-switch .form-check-label:first-of-type,
.form-switch.price-switch .form-check-label:first-of-type {
  color: #0b0f19;
  margin-right: .75rem;
  order: 1
}

.form-switch.mode-switch .form-check-label:last-of-type,
.form-switch.price-switch .form-check-label:last-of-type {
  margin-left: .75rem;
  order: 3
}

.form-switch.mode-switch .form-check-input,
.form-switch.price-switch .form-check-input {
  background-color: #ff7800;
  box-shadow: 0 .5rem 1.125rem -.5rem rgba(99, 102, 241, .9);
  margin-left: 0;
  order: 2
}

.form-switch.mode-switch .form-check-input:checked~.form-check-label:first-of-type,
.form-switch.price-switch .form-check-input:checked~.form-check-label:first-of-type {
  color: #565973
}

.form-switch.mode-switch .form-check-input:checked~.form-check-label:last-of-type,
.form-switch.price-switch .form-check-input:checked~.form-check-label:last-of-type {
  color: #0b0f19
}

.form-switch.mode-switch .form-check-input:checked {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 21 26'%3E%3Cpath fill='%23fff' d='M4 22.168C7.532 20.625 10 17.1 10 13S7.532 5.375 4 3.832A10 10 0 0 1 8 3c5.523 0 10 4.477 10 10S13.523 23 8 23a10 10 0 0 1-4-.832'/%3E%3C/svg%3E")
}

.form-switch.form-switch-success .form-check-input:checked {
  background-color: #22c55e;
  box-shadow: 0 .5rem 1.125rem -.5rem rgba(34, 197, 94, .9)
}

.form-text {
  color: var(--si-gray-600);
  font-size: .75rem;
  margin-top: .25rem
}

.titulo-iconos-ppal {
  font-size: 1rem;
  color: #808080;
}

.text-orange {
  color: #FF7800;
}

.navbar-stuck {
  animation: navbar-show .25s ease-in-out;
  box-shadow: 0 .275rem 1.25rem rgba(255, 120, 0, .05), 0 .25rem .5625rem rgba(255, 120, 0, .03);
  left: 0;
  position: fixed !important;
  top: 0;
  width: 100%;
  z-index: 1031
}

.navbar.position-absolute {
  left: 0;
  top: 0;
  width: 100%;
  z-index: 1030
}

@keyframes navbar-show {
  0% {
    transform: translateY(-100%)
  }

  to {
    transform: translateY(0)
  }
}

.navbar {
  --si-navbar-stuck-bg: #fff;
  --si-navbar-toggler-color: #33354d;
  box-shadow: 0 .275rem 1.25rem rgba(255, 120, 0, .05), 0 .25rem .5625rem rgba(255, 120, 0, .03);

}

.navbar.navbar-stuck {
  background-color: var(--si-navbar-stuck-bg)
}



.navbar.fixed-top {
  z-index: 1031;
  box-shadow: 0 .275rem 1.25rem rgba(255, 120, 0, .05), 0 .25rem .5625rem rgba(255, 120, 0, .03);
}

.navbar-dark {
  --si-navbar-stuck-bg: #0b0f19;
  --si-navbar-toggler-color: hsla(0, 0%, 100%, .85)
}

.navbar-upper {
  text-align: right;

}

.link-barra {
  text-decoration: none;
  display: block;
  color: #FF7800;
  margin-right: 5px
}


.link-barra:hover,
.nav-link:focus {
  text-decoration: none;
  color: #808080;
}

.link-barra.disabled {
  color: #808080;
  pointer-events: none;
  cursor: default;
}



.bd-placeholder-img {
  font-size: 1.125rem;
  text-anchor: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.barra-icono {
  color: #FF7800;
}

.barra-icono:hover {
  color: #808080;
}

.barra-reco {
  color: #808080;
  font-size: 2em;
}

.barra-reco:hover {
  color: #FF7800;
  font-size: 2em;
}


@media (min-width: 768px) {
  .bd-placeholder-img-lg {
    font-size: 3.5rem;
  }
}

.b-example-divider {
  width: 100%;
  height: 3rem;
  background-color: rgba(0, 0, 0, .1);
  border: solid rgba(0, 0, 0, .15);
  border-width: 1px 0;
  box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
}

.b-example-vr {
  flex-shrink: 0;
  width: 1.5rem;
  height: 100vh;
}

.bi {
  vertical-align: -.125em;
  fill: currentColor;
}

.nav-scroller {
  position: relative;
  z-index: 2;
  height: 2.75rem;
  overflow-y: hidden;
}

.nav-scroller .nav {
  display: flex;
  flex-wrap: nowrap;
  padding-bottom: 1rem;
  margin-top: -1px;
  overflow-x: auto;
  text-align: center;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

.navbar-orange {
  background-color: #ffffff;
}

.bg-orange {
  background-color: #FF7800;
}

.navbar-toggler {
  border: none !important;
}

.navbar-toggler:focus {
  box-shadow: none !important;
}

.btn-bot-comenzar {
  --bs-btn-color: #fff;
  --bs-btn-bg: #F39449;
  --bs-btn-hover-color: #212529;
  --bs-btn-hover-bg: #FF7800;
}

.btn-bot-standard-naranja {
  --bs-btn-color: #fff;
  --bs-btn-bg: #F39449;
  --bs-btn-hover-color: #212529;
  --bs-btn-hover-bg: #FF7800;
}

.titulo-standard-naranja {
  color: #F39449;
}

.btn-bot-saber-mas {
  --bs-btn-color: #fff;
  --bs-btn-bg: #7FCCFF;
  --bs-btn-hover-color: #212529;
  --bs-btn-hover-bg: #479BF2;
}


.btn-bd-primary {
  --bd-violet-bg: #FF7800;
  --bd-violet-rgb: 250, 120, 0;
  --bs-btn-font-weight: 600;
  --bs-btn-color: var(--bs-white);
  --bs-btn-bg: #FF7800;
  --bs-btn-border-color: #FF7800;
  --bs-btn-hover-color: var(--bs-white);
  --bs-btn-hover-bg: #E17828;
  --bs-btn-hover-border-color: #E17828;
  --bs-btn-focus-shadow-rgb: #FF7800;
  --bs-btn-active-color: var(--bs-btn-hover-color);
  --bs-btn-active-bg: #E17850;
  --bs-btn-active-border-color: #E17850;
}

.imagen-logo {
  margin-left: 0.5rem;
  max-width: 3rem;
}

.text-brand {
  font-family: 'Gabriela', serif;
  font-size: 2rem;
  font-weight: 700;
  color: #FF7800;
  margin-left: 0.5rem;
}

.bd-mode-toggle {
  z-index: 1500;
}

.bd-mode-toggle .dropdown-menu .active .bi {
  display: block !important;
}

.nav-link {
  font-size: 1rem;
  color: #FF7800;
  padding: 0;
  margin: 0;
}

.nav-icon {
  font-size: 1rem;
  color: #FF7800;
  padding: 0;
  margin: 0;
}

.nav-link:hover {
  transform: scale(1.05);
  transition: transform 0.2s;
  margin: 0;
  color: #808080 !important;
}

.boton-login {
  border: solid #FF7800;
  color: #FF7800;
  border-width: 2px;
  margin-top: 5px;
  padding-bottom: 5px;
}

.boton-login:hover {
  color: #808080;
  border: solid #808080;
  border-width: 2px;
}

@media (max-width: 768px) {
  .bar-menu {
    /*	margin-top:4em;*/
    padding-left: 1em;
    background-color: #FF7800;
  }

  .nav-link {
    color: #FF7800;
  }

  .nav-link:hover {
    transform: scale(1);
    margin: 0;
    color: #808080 !important;
  }

  .barra-icono {
    color: #FF7800;
  }

  .barra-icono:hover {
    color: #808080;
  }

  .imagen-logo {
    max-width: 8rem;
  }


  .alert-orange {
    border-color: #FF7800;
    background: #FCE7D8;
    padding: 2px;
    margin: 10px;
    font-size: small;
    color: #FF7800;
  }


  .inputs-de-formularios {
    background-color: #FCE7D8;
    font-size: small;
    padding: 0.3rem;
  }

  .inputs-de-formularios:focus {
    background: #FFFFFF;
    border-color: #FF7800;
    box-shadow: 0 0 5px #FF7800;
  }


  input:-webkit-autofill {
    box-shadow: 0 0 0 1000px #FCE7D8 inset;
  }

  input:-webkit-autofill:focus {
    box-shadow: 0 0 0 1000px #FCE7D8 inset;
  }

  .imagen-logo {
    margin-left: 0.5rem;
    max-width: 3rem;
  }

  .text-brand {
    font-family: 'Gabriela', serif;
    font-size: 2rem;
    font-weight: 700;
    color: #FF7800;
    margin-left: 0.5rem;
  }



}