@charset "UTF-8";
/*--naranja--*/
/*--fucsia--*/
/*--azul--*/
/*--verde--*/
/*--celeste--*/
/*--black--*/
button:focus {
  outline: 0 !important;
}

/*		General CSS		*/
body {
  background: #ffffff;
  padding: 90px 0 0;
  margin: 0px;
  font-size: 18px;
  font-family: Calibri;
  font-weight: 400;
  line-height: 1.5;
  color: #000000;
  cursor: url("../images/cursor.png"), url("../images/cursor.cur"), default; /* Older browsers and Firefox */
}

a {
  transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  color: #f33e07;
}
a:hover, a:focus {
  color: #f33e07 !important;
  text-decoration: none;
}
a {
  cursor: url("../images/cursor-2.png"), url("../images/cursor-2.cur"), default; /* Older browsers and Firefox */
}

.btn-link {
  transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  color: #FFF;
  position: relative;
  text-decoration: underline;
  font-size: 18px;
}
.btn-link:hover, .btn-link:active {
  color: rgba(255, 255, 255, 0.7) !important;
}
.btn-link.dark {
  color: #f33e07;
}
.btn-link.dark:hover, .btn-link.dark:active {
  color: #41b9e6 !important;
}

.small {
  font-size: 13px;
}

.mark {
  background-color: #f33e07;
  color: #FFF;
  font-weight: 500;
  display: inline;
}

.color1 {
  color: #f33e07;
}

.color2 {
  color: #ff0f64;
}

.color3 {
  color: #0555fa;
}

.color4 {
  color: #55be5a;
}

.color5 {
  color: #41b9e6;
}

.text-color {
  color: #000000;
}

.bg-color1 {
  background-color: #f33e07;
}

.bg-color2 {
  background-color: #ff0f64;
}

.bg-color3 {
  background-color: #0555fa;
}

.bg-color4 {
  background-color: #55be5a;
}

.bg-color5 {
  background-color: #41b9e6;
}

.border-color1 {
  border-width: 2px;
  border-style: solid;
  border-color: #f33e07;
}

.border-color2 {
  border-width: 2px;
  border-style: solid;
  border-color: #ff0f64;
}

.border-color3 {
  border-width: 2px;
  border-style: solid;
  border-color: #0555fa;
}

.border-color4 {
  border-width: 2px;
  border-style: solid;
  border-color: #55be5a;
}

.border-color5 {
  border-width: 2px;
  border-style: solid;
  border-color: #41b9e6;
}

.box-etapas {
  background-color: rgba(79, 33, 112, 0.6);
  border-radius: 20px;
}

h1, h2, h3, h4, h5 {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  color: #0555fa;
}

h2 {
  font-size: 50px;
  margin-bottom: 20px;
}

h3 {
  font-size: 35px;
  margin-bottom: 30px;
}

h4 {
  font-size: 28px;
}

h4 {
  font-size: 22px;
}

.h1 {
  font-size: 50px !important;
  font-weight: 700;
}

strong, .strong {
  font-weight: 700;
}

.btn-primary {
  background: #0555fa;
  color: #fff !important;
  border: 0;
  border-radius: 12px;
  padding: 10px 24px !important;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 16px;
  cursor: url("../images/cursor-2.png"), url("../images/cursor-2.cur"), default; /* Older browsers and Firefox */
}
.btn-primary:hover, .btn-primary:active, .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active {
  background: #ff0f64;
  color: #FFFFFF !important;
}
.btn-primary:active, .btn-primary:focus, .btn-primary:active:focus {
  background: #ff0f64;
  outline: 0 !important;
  box-shadow: none !important;
}

.btn-secondary {
  background: #FFF;
  color: #f33e07 !important;
  border: 2px solid #FFF;
  border-radius: 50px;
  padding: 10px 24px !important;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 20px;
}
.btn-secondary:hover, .btn-secondary:active, .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active {
  background: transparent;
  border: 2px solid #FFF;
  color: #fff !important;
}
.btn-secondary:active, .btn-secondary:focus, .btn-secondary:active:focus {
  background: transparent;
  border: 2px solid #FFF;
  color: #fff !important;
  outline: 0 !important;
  box-shadow: none !important;
}

.btn-lg {
  font-size: 22px;
}

.shadow {
  box-shadow: 0 4px 4px 0 rgba(27, 38, 188, 0.1), 0 1px 3px 0 rgba(0, 0, 0, 0.08);
}

.list {
  padding-left: 0;
}
.list li {
  list-style: none;
  padding-left: 32px;
  position: relative;
  margin-bottom: 16px;
}
.list li:before {
  background-image: url(../images/rayo-2.png);
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  height: 40px;
  position: absolute;
  top: -5px;
  left: -12px;
  width: 40px;
}
.list i {
  color: #0555fa;
  font-size: 20px;
}

.color-boxes {
  min-height: 480px;
  cursor: url("../images/cursor-2.png"), url("../images/cursor-2.cur"), default; /* Older browsers and Firefox */
}

.flip-box {
  position: relative;
  -webkit-backface-visibility: hidden;
  max-width: 100%;
  perspective: 1000px;
  -webkit-perspective: 1000px;
  cursor: url("../images/cursor-2.png"), url("../images/cursor-2.cur"), default; /* Older browsers and Firefox */
}

.flip-box-item {
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  perspective: 1000px;
  -webkit-perspective: 1000px;
}

.flip-box-item-front,
.flip-box-item-back {
  border-radius: 0px;
  min-height: 480px;
  transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
  -webkit-transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
  backface-visibility: hidden;
  box-shadow: 0 0rem 0.6rem rgba(0, 0, 0, 0.03) !important;
}

.flip-box-item-front {
  transform: rotateY(0deg);
  transform-style: preserve-3d;
}

.flip-box-item:hover .flip-box-item-front {
  transform: rotateY(-180deg);
  transform-style: preserve-3d;
}

.flip-box-item-back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transform: rotateY(180deg);
  transform-style: preserve-3d;
}

.flip-box-item:hover .flip-box-item-back {
  transform: rotateY(0deg);
  transform-style: preserve-3d;
}

.flip-box-item .inner {
  position: absolute;
  left: 0;
  width: 100%;
  padding: 50px 30px;
  outline: 1px solid transparent;
  perspective: inherit;
  z-index: -1;
  transform: translateY(-50%) translateZ(60px) scale(0.94);
  -webkit-transform: translateY(-50%) translateZ(60px) scale(0.94);
  -ms-transform: translateY(-50%) translateZ(60px) scale(0.94);
  top: 50%;
}
.flip-box-item .inner p {
  font-size: 16px;
  line-height: 1.2;
}
.flip-box-item .inner p:last-child {
  margin-bottom: 0;
}
.flip-box-item .inner p.h4 {
  font-size: 18px;
}

/*		Header 		*/
.fixed-top {
  z-index: 900;
}
.fixed-top li:not(:last-child) a {
  color: #000;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  position: relative;
}
.fixed-top li:not(:last-child) a:hover, .fixed-top li:not(:last-child) a:focus {
  color: #0555fa !important;
}
.fixed-top .btn-secondary:hover, .fixed-top .btn-secondary:active, .fixed-top .btn-secondary:not(:disabled):not(.disabled):active, .fixed-top .btn-secondary:not(:disabled):not(.disabled).active {
  color: #FFF !important;
}

.navbar-toggler {
  padding: 0;
  border: 0;
}
.navbar-toggler:focus {
  outline: 0;
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(5, 85, 250, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.navbar-nav .nav-link {
  padding-right: 10px;
  padding-left: 10px;
}

/*		Areas 		*/
.accordion-item {
  margin-bottom: 15px;
  border-radius: 5px !important;
  background-color: #ff0f64;
}

.accordion-body {
  font-size: 16px;
  color: #FFF;
}

.accordion-button {
  color: #FFF;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  background-color: transparent;
  cursor: url("../images/cursor-2.png"), url("../images/cursor-2.cur"), default !important; /* Older browsers and Firefox */
}
.accordion-button:focus {
  box-shadow: none;
}
.accordion-button:not(.collapsed) {
  color: #FFF;
  background-color: transparent;
}
.accordion-button::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

/*		Testimonios 		*/
#testimonios {
  position: relative;
}

.slider {
  margin-bottom: 24px;
}

.slick-track {
  display: flex;
  gap: 24px;
}

.slick-track .slick-slide {
  display: flex;
  flex-direction: column;
  height: auto;
}

.slick-dots {
  position: absolute;
  bottom: -65px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0px 5px 0;
  padding: 0;
  cursor: pointer;
  background-color: #41b9e6;
  border-radius: 50px;
}
.slick-dots li.slick-active {
  background-color: #ff0f64;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0;
  font-size: 0;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 5px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

.owl-brands img {
  max-width: 200px;
  width: 200px;
}

#etapas .badge {
  position: absolute;
  top: -40px;
  left: calc(50% - 30px);
  height: 60px;
  width: 60px;
  z-index: 9;
}
#etapas .badge h3 {
  margin-bottom: 0;
  line-height: 50px;
}

#beneficios .btn-plus {
  font-size: 45px;
  position: absolute;
  top: 20px;
  right: 20px;
}
#beneficios a {
  position: relative;
  width: 100%;
}
#beneficios a:hover {
  transform: translateY(-10px);
}

.modal p {
  font-size: 22px;
}

.ratio-9x16 {
  --bs-aspect-ratio: 180%;
}

/*		Phone Mockup 		*/
.phone-mockup {
  background: #1a1a1a;
  border-radius: 40px;
  padding: 12px;
  max-width: 320px;
  margin: 0 auto;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3), inset 0 0 0 2px #333;
}
.phone-mockup .phone-notch {
  width: 100px;
  height: 6px;
  background: #333;
  border-radius: 10px;
  margin: 0 auto 10px;
}
.phone-mockup .phone-screen {
  border-radius: 28px;
  overflow: hidden;
  background: #000;
}
.phone-mockup .phone-bar {
  width: 80px;
  height: 5px;
  background: #444;
  border-radius: 10px;
  margin: 10px auto 0;
}

/*		Polaroid 		*/
.polaroid {
  background: #fff;
  padding: 10px 10px 40px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
  transform: rotate(-2deg);
  max-width: 280px;
  margin: 0 auto;
}
.polaroid img {
  width: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  display: block;
}
.polaroid.rotate-right {
  transform: rotate(2deg);
}
.polaroid h4 {
  color: #000000;
}

/*		Floating Button 		*/
.btn-floating {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 999;
  background: #55be5a;
  color: #fff !important;
  border: 0;
  border-radius: 12px;
  padding: 14px 28px;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 16px;
  text-decoration: none;
  box-shadow: 0 4px 15px rgba(85, 190, 90, 0.4);
  transition: all 0.3s ease;
  cursor: url("../images/cursor-2.png"), url("../images/cursor-2.cur"), default;
}
.btn-floating:hover {
  background: #ff0f64;
  color: #fff !important;
  box-shadow: 0 6px 20px rgba(255, 15, 100, 0.5);
  transform: translateY(-3px);
}

/*		Footer 		*/
footer {
  position: relative;
  background: #0555fa;
  padding: 15px 0;
  color: #FFF;
}

footer .social a {
  color: #FFFFFF;
  font-size: 20px;
}
footer .social a:hover, footer .social a:active, footer .social a:focus {
  opacity: 0.6;
  color: #FFFFFF !important;
}

@media (max-width: 767px) {
  .navbar-nav {
    border-top: 1px solid #f8f9fa;
    padding: 10px 0;
  }
  .display-5 {
    font-size: 20px;
  }
  h2 {
    font-size: 40px;
  }
  body {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  body {
    padding: 80px 0 0;
  }
  #testimonios img {
    margin-top: 0;
    margin-bottom: 20px;
  }
  nav .nav-link.btn-secondary {
    padding: 6px 8px !important;
  }
  nav .navbar-brand {
    margin-right: 0;
  }
  nav .navbar-brand img {
    max-width: 100px;
  }
}
@media only screen and (max-device-width: 1024px) {
  #rbg-mondelideres-finanzas, .bg-oreo {
    background-attachment: scroll !important;
  }
}