/*Configuracion*/
@font-face {
  font-family: Reddit_Sans;
  src: url(../font/Reddit_Sans/static/Moderat-Regular.ttf);
}

* {
  scroll-behavior: smooth !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
li,
td,
input,
label,
span,
button,
div {
  font-family: "Reddit_Sans", sans-serif;
}

p {
  text-align: justify;
}

header {
  /* position: fixed; */
  width: 100%;
  /* top: 0%;*/
  z-index: 98;
}

main {
  display: grid;
  width: 100%;
}

body {
  min-height: 100vh;
  background: #f3f4f5;
  /*padding-top: 93px;*/
}

hr {
  border: 0;
  border-top: 1px solid;
  color: #e2e8f0;
  margin: 1rem 0;
  opacity: 1;
}

.z-index-formulario {
  z-index: 99 !important;
}

body::-webkit-scrollbar {
  width: 10px;
}

body::-webkit-scrollbar-thumb {
  background: #6a44abb4;
  border-radius: 30px;
}

body::-webkit-scrollbar-thumb:hover {
  background: #4a3079;
}

:root {
  --vyp-bg-primary: #6944ab;
  --vyp-color-primary: #6944ab;
  --vyp-color-title-primary: #1e293b;
  --vyp-color-paragraph-primary: #334155;
  --vyp-bg-secondary: #fff;
  --vyp-color-secondary: #64748b;
  --vyp-color-title-secondary: #4f4f4f;
  --vyp-bg-nav: #fff;
  --vyp-color-nav: #fff;
  --vyp-color-btn-header: #fff;
  --vyp-success: #38a169;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--vyp-color-title-primary);
  font-weight: 600;
  letter-spacing: -0.022rem;
}

h3 {
  font-size: 1.25rem;
}

p,
span {
  color: var(--vyp-color-paragraph-primary);
}

/**-------------------------BTN IR ARRIBA------------------------------------------**/
#progress {
  position: fixed;
  bottom: 20px;
  right: 10px;
  height: 45px;
  width: 45px;
  display: none;
  place-items: center;
  border-radius: 50%;
  cursor: pointer;
  z-index: 99;
}

#progress-value {
  display: block;
  height: calc(100% - 5px);
  width: calc(100% - 5px);
  background-color: #ffffff;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 20px;
}

/*---------------------Header----------------------*/
.span-header {
  letter-spacing: 0;
  font-weight: bold;
  display: block;
  margin: 0 auto;
  /*text-shadow: 0 0 80px rgba(255,255,255,.5);*/

  /* Clip Background Image */

  background: url("../img/text-fill-header.png") repeat-y;
  -webkit-background-clip: text;
  background-clip: text;

  /* Animate Background Image */

  -webkit-text-fill-color: transparent;
  -webkit-animation: aitf 80s linear infinite;

  /* Activate hardware acceleration for smoother animations */

  -webkit-transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
}

@-webkit-keyframes aitf {
  0% {
    background-position: 0% 50%;
  }

  100% {
    background-position: 100% 50%;
  }
}

.color-header-blog {
  color: var(--vyp-bg-primary);
}

.color-header-blog:hover {
  color: #533685;
}

.bg-top {
  background: linear-gradient(135deg, #4b2c82 0%, #5e3fa3 50%, #6a4bbd 100%);
}

.vyp-bg-primary {
  background: var(--vyp-bg-primary);
}

.vyp-bg-nav {
  background-color: var(--vyp-bg-nav);
}

.bg-menu {
  background-color: #fff;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
}

.glass {
  background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.1) rgba(255, 255, 255, 0)
  );
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  /*border-radius: 20px;*/
  box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.37);
  border-radius: 12px;
}

.btn-header {
  background: #00bf60;
  border: 1px solid #00bf60;
  color: var(--vyp-color-btn-header);
  transition: all 0.7s ease;
  font-size: 14px;
}

.btn-header:hover {
  background: #05993e;
  color: var(--vyp-color-btn-header);
}

.a-header {
  color: var(--vyp-color-title-primary) !important;
  font-size: 16px;
  border-radius: 0.25rem;
}

.a-header:hover {
  color: var(--vyp-bg-primary) !important;
}

.a-header:hover::after {
  width: 100%;
}

.a-header::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 1px;
  width: 0;
  height: 2px;
  background: #6944ab;
  transition: width 0.3s;
}

.btn-calcular {
  border: 1.5px solid #6944ab;
  color: #6944ab;
  border-radius: 0.25rem;
  font-size: 14px;
  transition: all 0.2s;
}

.btn-calcular:hover {
  background: #6944ab;
  color: #fff;
}

.btn-calcular-alterno {
  border: 1.5px solid #fff;
  color: #fff;
  border-radius: 0.25rem;
  transition: all 0.2s;
  background: #6944ab;
}

.btn-calcular-alterno:hover {
  background: #fff;
  border: 1.5px solid #6944ab;
  color: #6944ab;
}

.ul-header {
  background: var(--vyp-bg-primary);
}

.btn-contacto {
  color: white;
  background: #7255a5;
  border-radius: 0.25rem;
  transition: all 0.2s;
}

.btn-contacto:hover {
  background: #6944ab;
  color: white;
}

/*------------------------------------- Hero--------------------------------------*/
.hero {
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #a887f0;
}

.hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #212529;
  opacity: 0.5;
}

.hero-glass {
  backdrop-filter: blur(6px) saturate(102%);
  -webkit-backdrop-filter: blur(6px) saturate(102%);
  background-color: rgba(255, 255, 255, 0.45);
  border-radius: 12px;
  border: 1px solid rgba(209, 213, 219, 0.3);
}

.hero-link {
  position: absolute;
  bottom: 10px;
  left: 10px;
  color: rgb(235, 235, 235);
  text-decoration: none;
  font-size: 0.8em;
  letter-spacing: 1px;
}

@media (max-width: 576px) {
  .hero-link {
    font-size: 0.7em;
  }
}

#carruselHero {
  width: 100%;
  height: 100%;
  min-height: 100vh;
  max-height: 100vh;
  overflow: hidden;
}

#carruselHeroMovil {
  width: 100%;
  height: 100%;
  min-height: 100vh;
  max-height: 100vh;
  overflow: hidden;
}

/*----------------------------------Index-----------------------------------------*/
.btn-index {
  background: var(--vyp-color-nav);
  color: var(--vyp-bg-primary);
  font-weight: 600;
  border: 1px solid var(--vyp-bg-primary);
  transition: 0.3s;
}

.btn-index:hover {
  background: var(--vyp-bg-primary);
  color: var(--vyp-color-nav);
  font-weight: 700;
  font-size: 20px;
  transition: 0.3s;
}

.card-body-presentacion {
  color: var(--vyp-color-nav);
  font-weight: 500;
  font-size: 18px;
}

.presentacion-index {
  position: relative;
  background: no-repeat center center;
  background-size: cover;
  background-attachment: scroll;
}

.bg-card-presentacion {
  background: rgba(255, 255, 255, 0.219);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

.presentacion-index::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: black;
  opacity: 0.6;
}

.placeholder-img {
  position: relative;
  background-color: #f0f0f0;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 300px;
  border-radius: 16px;
  width: 100%;
}

.spinner-border {
  width: 3rem;
  height: 3rem;
}

#heroImage.d-none {
  display: none;
}

@media (min-width: 992px) {
  .placeholder-img {
    aspect-ratio: 16 / 9;
  }
}

.hero-vyp {
  background: linear-gradient(135deg, #4b2c82 0%, #5e3fa3 50%, #6a4bbd 100%);
  color: #fff;
  position: relative;
  min-height: 75vh;
  display: flex;
  align-items: center;
}

@media (max-width: 768px) {
  .hero-vyp {
    min-height: 95vh; /* más alto en móvil */
    padding-bottom: 120px; /* espacio para la ola */
  }
}

/* Badge */
.hero-badge {
  background: rgba(255, 255, 255, 0.15);
  padding: 6px 14px;
  border-radius: 20px;
  font-size: 12px;
  backdrop-filter: blur(6px);
  color: #fff;
}

/* Título */
.hero-title {
  font-size: 3.2rem;
  font-weight: 800;
  line-height: 1.15;
  color: #fff;
  letter-spacing: -0.02em;
}

.hero-title span {
  color: #d6c9ff;
}

/* Subtitulo */
.hero-subtitle {
  font-size: 20px;
  color: rgba(255, 255, 255, 0.75);
  max-width: 480px;
  line-height: 1.7;
  font-weight: 400;
}

/* Lista */
.hero-list {
  list-style: none;
  padding: 0;
  font-size: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.hero-list li {
  margin-bottom: 8px;
  color: rgba(255, 255, 255, 0.95);
  display: flex;
  align-items: center;
  gap: 8px;
}

@media (min-width: 992px) {
  .hero-list {
    align-items: flex-start; /* start en desktop */
  }
}

@media (max-width: 768px) {
  .hero-title {
    font-size: 2.2rem;
  }
}

/* Botón */
.hero-btn {
  background: #fff;
  color: #4b2c82;
  padding: 12px 20px;
  border-radius: 0.25rem;
  font-weight: 600;
  font-size: 14px;
  border: none;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
  transition: all 0.25s ease;
}

.hero-btn:hover {
  background: #ffffff;
  color: #4b2c82;
  transform: translateY(-2px) scale(1.02);
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.25);
}

/* Imagen */
.hero-image-wrapper {
  max-width: 420px;
  width: 100%;
}

.hero-image {
  border-radius: 16px;
  position: relative;
  z-index: 2;
}

/* Placeholder */
.hero-placeholder {
  width: 100%;
  height: 300px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Shapes */
.hero-shape {
  position: absolute;
  z-index: 1;
  opacity: 0.5;
}

.hero-shape-1 {
  top: -30px;
  left: -40px;
}

.hero-shape-2 {
  bottom: -30px;
  right: -40px;
}

/* Ola */
.hero-wave {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  z-index: 1;
}

.hero-wave svg {
  width: 100%;
  height: 100px;
  display: block;
}

/* FIX IMPORTANTE: contenido arriba */
.hero-vyp .container {
  position: relative;
  z-index: 2;
}

/*------------------------------------------------Servicios Index------------------------------------------------------------*/
.btn-servicios {
  color: var(--vyp-bg-primary);
  transition: all 400ms ease;
  background-color: var(--vyp-bg-nav);
  border: 1px solid #e2e8f0;
  border-radius: 0.5rem;
  box-shadow: 0 1px 3px rgba(17, 24, 39, 0.09);
}

.btn-servicios:hover {
  transform: translateY(-3%);
  box-shadow: 5px 5px 20px rgb(0, 0, 0, 0.2) !important;
}

.btn-servicios:hover p:first-of-type {
  color: var(--vyp-bg-primary) !important;
}

.p-servicios {
  color: var(--vyp-color-secondary);
  font-size: 17px;
  text-align: justify;
}

@media (max-width: 767px) {
  .p-servicios {
    font-size: 15.5px !important;
  }
}

.servicio-card {
  box-shadow: 0 4px 20px rgba(75, 44, 130, 0.06);
  transition: all 0.25s ease;
  background: #fff;
}

.servicio-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 30px rgba(75, 44, 130, 0.12);
}

/* Línea superior */
.linea-top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: var(--vyp-bg-primary);
}

/* Ícono */
.icono-servicio {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: rgba(105, 68, 171, 0.1);
  color: #6944ab;
  font-size: 1.2rem;
  flex-shrink: 0;
  transition: 0.25s;
}

/* Hover icono */
.servicio-card:hover .icono-servicio {
  background: #6944ab;
  color: #fff;
}

/* Flecha */
.flecha-servicio {
  color: #6944ab;
  transition: 0.2s;
}

.servicio-card:hover .flecha-servicio {
  transform: translateX(5px);
}

.span-servicio {
  font-size: 12px;
  color: var(--vyp-color-primary);
  font-weight: 500;
  transition: 0.2s;
}

.servicio-card:hover .span-servicio {
  transform: translateX(5px);
}

/*-------------------------------------------- Seccion servicios-------------------------------------------------------------*/
#list-tab .list-group-item.active {
  background-color: var(--vyp-bg-primary) !important;
  border-left: 3px solid #6944ab !important;
}

#list-tab .list-group-item.active span {
  color: #fff !important;
}

#list-tab .list-group-item:not(.active):hover {
  background-color: rgba(105, 68, 171, 0.08) !important;
}
/*--------------------------------------------Testimonial Index-------------------------------------------------------------*/

/*********************** Arrow Indication *************************/
.home .carousel-controls {
  position: absolute;
  left: 50%;
  bottom: 40px;
  z-index: 10;
  transform: translate(-50%);
}

.home .carousel-indicators {
  position: relative;
  margin: 0;
}

.home .carousel-indicators button {
  width: 70px;
  height: 70px;
  margin: 0 5px;
  border-radius: 50%;
  background-position: center;
  background-size: cover;
  border: 3px solid transparent;
  transition: all 0.3s ease;
}

.home .carousel-control-next img,
.home .carousel-control-prev img {
  width: 30px;
}

.home .carousel-control-next {
  right: -90px;
}

.home .carousel-control-prev {
  left: -90px;
}

.home .carousel-indicators button.active {
  border-color: #fff;
  transform: scale(1.2);
}

.home .carousel-control-next,
.home .carousel-control-prev {
  width: 60px;
  height: 60px;
  opacity: 1;
  z-index: 3;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  transition: all 0.3s ease;
}

.home .carousel-control-next:hover,
.home .carousel-control-prev:hover {
  box-shadow: 0 0 10px #fff;
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-30px);
  }

  100% {
    opacity: 1;
    transform: translateX(0px);
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(30px);
  }

  100% {
    opacity: 1;
    transform: translateX(0px);
  }
}

/*Responsive*/
@media (max-width: 767px) {
  .home .carousel-control-next,
  .home .carousel-control-prev {
    display: none;
  }

  .home .carousel-indicators button {
    width: 60px;
    height: 60px;
  }

  .home .carousel-item p {
    font-size: 25px;
  }
}

/*-----------------------------------------Contacto----------------------------------------------------*/
.titulo-card-contacto {
  color: #6944ab;
  letter-spacing: 2px;
  text-align: center;
}

.map-responsive-pc {
  position: relative;
  height: 100%;
  height: 100%;
}

.map-responsive-pc iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  border: 0;
}

.map-responsive-movil {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}

.map-responsive-movil iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.a-contacto {
  color: var(--vyp-color-secondary);
  text-underline-offset: 0.25em;
  text-decoration-color: rgba(107, 107, 107, 0.25);
  word-break: break-all;
  display: inline-block;
  max-width: 100%;
}

.a-contacto:hover {
  text-decoration-color: rgba(107, 107, 107, 1);
}

/*-----------------------------------------Card Contacto---------------------------------------------------*/
.div-contacto {
  background-color: var(--vyp-bg-secondary);
  font-size: 20px;
  font-weight: 500;
  color: var(--vyp-color-title-secondary);
}

.btn-bg.bg-2 .btn-2 button {
  color: var(--vyp-color-btn-header);
  background: #2cd46b;
  font-size: 20px;
  border-radius: 10px;
  border: none;
  padding: 10px;
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
}

.btn-bg.bg-2 .btn-2 button:hover {
  background: #05993e;
  color: var(--vyp-color-btn-header);
  font-size: 21px;
}

.btn-bg.bg-2 .btn-2 button:hover:before,
.btn-bg.bg-2 .btn-2 button:hover:after {
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
  width: 100%;
}

.btn-bg.bg-2 .btn-2 button:before,
.btn-bg.bg-2 .btn-2 button:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0px;
  width: 0px;
  height: 3px;
  background: var(--vyp-bg-primary);
  transition: all 0.4s ease;
}

.btn-bg.bg-2 .btn-2 button:after {
  top: inherit;
  left: inherit;
  bottom: 0;
  right: 0;
}

/*--------------------------------BLOG------------------------------------*/
.alert-purple {
  background-color: #fff;
  color: #595c69;
  border: 1px solid #dee2e6;
}

.subrayado {
  background: linear-gradient(transparent 65%, #cfeffc 65%, #cfeffc 100%);
}

.encabezado-card {
  overflow: hidden;
  /* Esconde el desbordamiento de la imagen */
}

.zoom-img {
  transition: transform 0.5s ease;
  /* Añade una transición suave */
}

.zoom-img:hover {
  transform: scale(1.2);
  /* Aplica el efecto de zoom */
}

.btn-close {
  background: none !important;
}

.resumen-post {
  font-weight: 500;
  color: #212529;
  font-size: 17px;
}

.p-contenido-post {
  font-size: 17px;
  color: #212529;
}

.parrafo-especial:first-letter {
  font-size: 70px;
  font-weight: bold;
  float: left;
  line-height: 50px;
  padding-right: 8px;
  margin-top: -3px;
}

.posts {
  box-shadow: 0px 1px 10px rgb(0, 0, 0, 0.2);
  transition: all 400ms ease;
}

.posts:hover {
  box-shadow: 5px 5px 20px rgb(0, 0, 0, 0.4);
  transform: translateY(-3%);
}

.encabezado-card {
  position: relative;
}

.encabezado-card span {
  position: absolute;
  top: 2%;
  right: 2%;
  font-weight: 600;
  letter-spacing: 2px;
}

.meta {
  font-style: italic;
  color: #6c757d;
  font-size: 0.8em;
}

.titulo-card-blog {
  color: #212529;
  font-weight: 600;
}

.cat-blog {
  font-weight: 100;
  font-size: 0.9em;
  color: var(--vyp-bg-primary);
  text-decoration: none;
}

.cat-blog:hover {
  font-weight: 600;
  font-size: 0.9em;
  color: var(--vyp-bg-primary);
}

.btn-blog {
  border: 1px solid var(--vyp-bg-primary);
  color: var(--vyp-bg-primary);
  background-color: var(--vyp-bg-nav);
  font-weight: 500;
  letter-spacing: 1px;
}

.btn-blog:hover {
  background-color: var(--vyp-bg-primary);
  color: var(--vyp-bg-nav);
}

.img-no-encontrado {
  width: 250px;
  height: 270px;
  object-fit: cover;
  border-radius: 60px;
}

.enlace-post {
  box-shadow: inset 0 0 0 0 var(--vyp-bg-primary);
  color: #568a27;
  padding: 0 0.25rem;
  margin: 0 -0.25rem;
  line-height: 1.5;
  text-underline-offset: 5px;
}

.img-content-post {
  width: 100%;
  object-fit: cover;
}

.img-contain-post {
  width: 100%;
  object-fit: contain;
}

.break {
  flex-wrap: nowrap;
}

.btn-cat-post {
  background: #f8f9fa;
  color: var(--vyp-bg-primary);
  border-color: #dee2e6;
}

.btn-cat-post:hover {
  background: #969696c8;
  color: var(--vyp-bg-primary);
  border-color: #dee2e6;
}

.cantidad-blog {
  color: #919191;
}

.share-facebook {
  color: #1dabfb;
  text-decoration: none;
  transition: all 300ms ease;
}

.share-facebook:hover {
  color: #135a83;
  text-decoration: none;
  transition: all 300ms ease;
}

.share-x {
  color: black;
  text-decoration: none;
  transition: all 300ms ease;
}

.share-x:hover {
  color: rgb(94, 94, 94);
  text-decoration: none;
  transition: all 300ms ease;
}

.share-whatsapp {
  color: #2cd46b;
  text-decoration: none;
  transition: all 300ms ease;
}

.share-whatsapp:hover {
  color: #127c3b;
  text-decoration: none;
  transition: all 300ms ease;
}

/*----------------------Modificacion de form label para inputs de calculo de pension--------------------------------------------------*/
.form-label {
  min-height: 38px;
  display: flex;
  align-items: center;
}

/*------------Footer------------------------*/
.footer {
  padding: 7em 0;
  text-align: center;
  background-color: #121212;
}

.menu-footer a {
  color: rgba(255, 255, 255, 0.6);
  margin: 0 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-decoration: none;
}

.menu-footer {
  margin-bottom: 30px;
}

.logo-footer {
  text-decoration: none;
  color: #ffffff;
}

.footer-heading {
  font-size: 30px;
  margin-bottom: 30px;
  font-weight: 700;
}

.pie_pagina {
  color: rgba(255, 255, 255, 0.3);
  margin-top: 0;
  margin-bottom: 1rem;
  text-align: center;
  display: block;
}

.sn-footer a {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.6);
  color: rgba(255, 255, 255, 0.6);
  height: 40px;
  width: 40px;
  display: block;
  margin: 0 10px 0 0;
  border-radius: 50%;
  position: relative;
  text-decoration: none;
  display: inline-block;
}

.facebook svg,
.linkedin svg,
.instagram svg {
  position: absolute;
  font-size: 20px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.facebook:hover {
  color: #1dabfb !important;
  transition: all 300ms ease;
}

.linkedin:hover {
  color: #086bca !important;
  transition: all 300ms ease;
}

.instagram:hover {
  color: #a83cb2 !important;
  transition: all 300ms ease;
}

#accordionFAQ .accordion-item:first-child {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}

#accordionFAQ .accordion-item:last-child {
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
}

#accordionFAQ {
  box-shadow: 0 4px 20px rgba(75, 44, 130, 0.1);
  border-radius: 12px;
  overflow: hidden;
}

#accordionFAQ .accordion-button {
  background: #fff;
  font-size: 0.9rem;
  padding: 0.75rem 1rem;
}

#accordionFAQ .accordion-button:not(.collapsed) {
  background: #f5f2ff;
  color: #4b2c82;
}

#accordionFAQ .accordion-body {
  background: #fff;
  padding: 1rem 1.25rem;
}

/*---------Variables--Bootstrap--5--------*/
.input-group-text {
  background-color: #f8f9fa;
  color: var(--vyp-bg-primary);
}

.btn-check:checked + .btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check) + .btn:active {
  background-color: #969696c8;
  border-color: #969696c8;
  color: var(--vyp-bg-primary);
}

.navbar-toggler {
  border: none !important;
}

.indicador-hero-prev,
.indicador-hero-next {
  background-color: #6641a74b !important;
  width: 5vh !important;
  height: 5vh !important;
  border-radius: 50% !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
}

.carousel .carousel-indicators button {
  background-color: var(--vyp-bg-primary) !important;
}

.carousel .carousel-indicators button.active {
  background-color: var(--vyp-bg-primary) !important;
}

.list-group-item.active {
  z-index: 2 !important;
  color: var(--vyp-color-nav) !important;
  background-color: var(--vyp-bg-primary) !important;
  border-color: var(--vyp-bg-primary) !important;
}

.dropdown-item.active {
  color: var(--vyp-bg-primary) !important;
  background-color: #969696c8 !important;
}

.dropdown-item:hover {
  color: var(--vyp-color-nav) !important;
  background-color: var(--vyp-bg-primary) !important;
}

.accordion-button {
  border-left: 3px solid var(--vyp-bg-primary);
  margin-top: 00px !important;
}

.accordion-button:active,
.accordion-button:focus {
  border: none !important;
  border-left: 3px solid #6944ab !important;
}

.accordion-item {
  border: none;
}

.accordion {
  --bs-accordion-btn-bg: #f5f5f5;
  --bs-accordion-active-bg: #6a44ab4d;
  --bs-accordion-active-color: #ffffff;
  --bs-accordion-btn-focus-box-shadow: none;
  --bs-accordion-bg: #f5f5f5;
}

.list-group {
  --bs-list-group-bg: #f5f5f5;
}

.accordion-button:not(.collapsed) {
  box-shadow: none;
}

.accordion-button::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-plus' viewBox='0 0 16 16'%3E%3Cpath d='M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4z'/%3E%3C/svg%3E");
  transition: all 0.5s;
}

.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-dash' viewBox='0 0 16 16'%3E%3Cpath d='M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8z'/%3E%3C/svg%3E");
}

.pagination > li.active > a {
  background: var(--vyp-bg-primary) !important;
  color: #fff !important;
}

.pagination > li > a {
  color: var(--vyp-bg-primary) !important;
}

.pagination .disabled > a {
  background: #969696c8 !important;
}

.active > .page-link,
.page-link.active {
  border: none;
}

.card {
  border-color: #00000000 !important;
}

.w-sm-100 {
  width: 100%;
}

.w-sm-50 {
  width: 50%;
}

.py-6 {
  padding-bottom: 2.5rem !important;
  padding-top: 2.5rem !important;
}

.py-7 {
  padding-bottom: 3rem !important;
  padding-top: 3rem !important;
}

.py-8 {
  padding-bottom: 3.5rem !important;
  padding-top: 3.5rem !important;
}

.pt-6 {
  padding-top: 2.5rem !important;
}

.pt-7 {
  padding-top: 3rem !important;
}

.pt-8 {
  padding-top: 3.5rem !important;
}

.pe-6 {
  padding-right: 2.5rem !important;
}

.pe-7 {
  padding-right: 3rem !important;
}

.pe-8 {
  padding-right: 3.5rem !important;
}

.pb-6 {
  padding-bottom: 2.5rem !important;
}

.pb-7 {
  padding-bottom: 3rem !important;
}

.pb-8 {
  padding-bottom: 3.5rem !important;
}

.ps-6 {
  padding-left: 2.5rem !important;
}

.ps-7 {
  padding-left: 3rem !important;
}

.ps-8 {
  padding-left: 3.5rem !important;
}

.gap-6 {
  gap: 2.5rem !important;
}

.gap-7 {
  gap: 3rem !important;
}

.gap-8 {
  gap: 3.5rem !important;
}

@media (min-width: 768px) {
  .w-md-100 {
    width: 100%;
  }

  .w-md-50 {
    width: 50%;
  }
}

@media (min-width: 992px) {
  .w-lg-100 {
    width: 100%;
  }

  .w-lg-50 {
    width: 50%;
  }
}

@media (min-width: 1200px) {
  .w-xl-100 {
    width: 100%;
  }

  .w-xl-50 {
    width: 50%;
  }
}

@media (min-width: 1400px) {
  .w-xl-100 {
    width: 100%;
  }

  .w-xxl-50 {
    width: 50%;
  }
}

.modal-title {
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  width: 100%;
}

.offcanvas {
  width: auto !important;
}

.list-group-item {
  margin-bottom: 15px !important;
  border: none !important;
  background-color: var(--vyp-bg-secondary) !important;
  color: var(--vyp-color-title-secondary) !important;
}

.list-group-item {
  border-left: 3px solid #6944ab !important;
  font-size: 17px !important;
  padding-left: 7px !important;
  padding-right: 7px !important;
  padding-top: 8px !important;
  padding-bottom: 8px !important;
  color: var(--vyp-color-title-secondary) !important;
}

@media (max-width: 767px) {
  .list-group-item {
    font-size: 15.5px !important;
  }
}

/*--.list-group-item:first-child {
  border-top-right-radius: 0% !important;
  border-top-left-radius: 0% !important;
}--*/

/*--.list-group-item:last-child {
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}--*/

@media (min-width: 992px) {
  .m-lg-6 {
    margin: 2.5rem !important;
  }

  .m-lg-7 {
    margin: 3rem !important;
  }

  .m-lg-8 {
    margin: 3.5rem !important;
  }

  .mx-lg-6 {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important;
  }

  .mx-lg-7 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }

  .mx-lg-8 {
    margin-left: 3.5rem !important;
    margin-right: 3.5rem !important;
  }

  .mx-lg-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .my-lg-6 {
    margin-bottom: 2.5rem !important;
    margin-top: 2.5rem !important;
  }

  .my-lg-7 {
    margin-bottom: 3rem !important;
    margin-top: 3rem !important;
  }

  .my-lg-8 {
    margin-bottom: 3.5rem !important;
    margin-top: 3.5rem !important;
  }

  .mt-lg-6 {
    margin-top: 2.5rem !important;
  }

  .mt-lg-7 {
    margin-top: 3rem !important;
  }

  .mt-lg-8 {
    margin-top: 3.5rem !important;
  }

  .me-lg-6 {
    margin-right: 2.5rem !important;
  }

  .me-lg-7 {
    margin-right: 3rem !important;
  }

  .me-lg-8 {
    margin-right: 3.5rem !important;
  }

  .mb-lg-6 {
    margin-bottom: 2.5rem !important;
  }

  .mb-lg-7 {
    margin-bottom: 3rem !important;
  }

  .mb-lg-8 {
    margin-bottom: 3.5rem !important;
  }

  .ms-lg-6 {
    margin-left: 2.5rem !important;
  }

  .ms-lg-7 {
    margin-left: 3rem !important;
  }

  .ms-lg-8 {
    margin-left: 3.5rem !important;
  }

  .m-lg-n6 {
    margin: -2.5rem !important;
  }

  .m-lg-n7 {
    margin: -3rem !important;
  }

  .m-lg-n8 {
    margin: -3.5rem !important;
  }

  .mx-lg-n6 {
    margin-left: -2.5rem !important;
    margin-right: -2.5rem !important;
  }

  .mx-lg-n7 {
    margin-left: -3rem !important;
    margin-right: -3rem !important;
  }

  .mx-lg-n8 {
    margin-left: -3.5rem !important;
    margin-right: -3.5rem !important;
  }

  .my-lg-n6 {
    margin-bottom: -2.5rem !important;
    margin-top: -2.5rem !important;
  }

  .my-lg-n7 {
    margin-bottom: -3rem !important;
    margin-top: -3rem !important;
  }

  .my-lg-n8 {
    margin-bottom: -3.5rem !important;
    margin-top: -3.5rem !important;
  }

  .mt-lg-n6 {
    margin-top: -2.5rem !important;
  }

  .mt-lg-n7 {
    margin-top: -3rem !important;
  }

  .mt-lg-n8 {
    margin-top: -3.5rem !important;
  }

  .me-lg-n6 {
    margin-right: -2.5rem !important;
  }

  .me-lg-n7 {
    margin-right: -3rem !important;
  }

  .me-lg-n8 {
    margin-right: -3.5rem !important;
  }

  .mb-lg-n6 {
    margin-bottom: -2.5rem !important;
  }

  .mb-lg-n7 {
    margin-bottom: -3rem !important;
  }

  .mb-lg-n8 {
    margin-bottom: -3.5rem !important;
  }

  .ms-lg-n6 {
    margin-left: -2.5rem !important;
  }

  .ms-lg-n7 {
    margin-left: -3rem !important;
  }

  .ms-lg-n8 {
    margin-left: -3.5rem !important;
  }

  .p-lg-6 {
    padding: 2.5rem !important;
  }

  .p-lg-7 {
    padding: 3rem !important;
  }

  .p-lg-8 {
    padding: 3.5rem !important;
  }

  .px-lg-6 {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }

  .px-lg-7 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }

  .px-lg-8 {
    padding-left: 3.5rem !important;
    padding-right: 3.5rem !important;
  }

  .py-lg-6 {
    padding-bottom: 2.5rem !important;
    padding-top: 2.5rem !important;
  }

  .py-lg-7 {
    padding-bottom: 3rem !important;
    padding-top: 3rem !important;
  }

  .py-lg-8 {
    padding-bottom: 3.5rem !important;
    padding-top: 3.5rem !important;
  }

  .pt-lg-6 {
    padding-top: 2.5rem !important;
  }

  .pt-lg-7 {
    padding-top: 3rem !important;
  }

  .pt-lg-8 {
    padding-top: 3.5rem !important;
  }

  .pe-lg-6 {
    padding-right: 2.5rem !important;
  }

  .pe-lg-7 {
    padding-right: 3rem !important;
  }

  .pe-lg-8 {
    padding-right: 3.5rem !important;
  }

  .pb-lg-6 {
    padding-bottom: 2.5rem !important;
  }

  .pb-lg-7 {
    padding-bottom: 3rem !important;
  }

  .pb-lg-8 {
    padding-bottom: 3.5rem !important;
  }

  .ps-lg-6 {
    padding-left: 2.5rem !important;
  }

  .ps-lg-7 {
    padding-left: 3rem !important;
  }

  .ps-lg-8 {
    padding-left: 3.5rem !important;
  }

  .gap-lg-6 {
    gap: 2.5rem !important;
  }

  .gap-lg-7 {
    gap: 3rem !important;
  }

  .gap-lg-8 {
    gap: 3.5rem !important;
  }

  .row-gap-lg-6 {
    row-gap: 2.5rem !important;
  }

  .row-gap-lg-7 {
    row-gap: 3rem !important;
  }

  .row-gap-lg-8 {
    row-gap: 3.5rem !important;
  }

  .column-gap-lg-6 {
    -moz-column-gap: 2.5rem !important;
    column-gap: 2.5rem !important;
  }

  .column-gap-lg-7 {
    -moz-column-gap: 3rem !important;
    column-gap: 3rem !important;
  }

  .column-gap-lg-8 {
    -moz-column-gap: 3.5rem !important;
    column-gap: 3.5rem !important;
  }
}
