/* Poppins Font Styles */
.poppins-thin {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.poppins-extralight {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: normal;
}

.poppins-light {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.poppins-regular {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.poppins-medium {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.poppins-semibold {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.poppins-bold {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.poppins-extrabold {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: normal;
}

.poppins-black {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.poppins-thin-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.poppins-extralight-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: italic;
}

.poppins-light-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.poppins-regular-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.poppins-medium-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: italic;
}

.poppins-semibold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: italic;
}

.poppins-bold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.poppins-extrabold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: italic;
}

.poppins-black-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: italic;
}


body {font-family: "Poppins", sans-serif;}
p.text-small {font-size: 10px;}

p span,
li span{ font-weight: 700;}
section.politica h2 {color: #0070B9;margin-top: 24px;}

ol.eared li h2 {margin-top: 24px; text-transform: none; color:#0070B9; font-size: 24px;}



ol.eared ul {margin-bottom: 16px;}

footer {
  background-color: #f8f9fa;
}

footer p{font-size: 12px; margin-bottom: 8px;}

footer a.link-secondary {font-weight: 600;}

footer ul li {
    margin: 0.5rem 0; /* Añade un margen de 0.5rem arriba y abajo */
  }

footer img {height: 30px; width: auto;}

h2.featurette-heading {
  color:#0070B9
}

.image-container {
  position: relative;
  display: inline-block; /* Asegura que se ajuste al tamaño de la imagen */
}

.image-container img {
  width: 100%; /* Ajusta el tamaño según tus necesidades */
  height: auto;
}

.centered-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white; /* Cambia según el diseño */
  font-size: 1.5rem; /* Ajusta el tamaño del texto */
  font-weight: bold; /* Opcional: negrita */
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.7); /* Hace el texto más legible */
}


/* Placeholder and Example Dividers */
.bd-placeholder-img {
  font-size: 1.125rem;
  text-anchor: middle;
  user-select: none;
}

.bd-placeholder-img-lg {
  font-size: 3.5rem;
}

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

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

/* Icons */
.bi {
  vertical-align: -0.125em;
  fill: currentColor;
}

/* Navigation */
.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;
}

/* Buttons */
.btn-bd-primary {
  --bd-violet-bg: #712cf9;
  --bd-violet-rgb: 112.520718, 44.062154, 249.437846;

  --bs-btn-font-weight: 600;
  --bs-btn-color: var(--bs-white);
  --bs-btn-bg: var(--bd-violet-bg);
  --bs-btn-border-color: var(--bd-violet-bg);
  --bs-btn-hover-color: var(--bs-white);
  --bs-btn-hover-bg: #6528e0;
  --bs-btn-hover-border-color: #6528e0;
  --bs-btn-focus-shadow-rgb: var(--bd-violet-rgb);
  --bs-btn-active-color: var(--bs-btn-hover-color);
  --bs-btn-active-bg: #5a23c8;
  --bs-btn-active-border-color: #5a23c8;
}

/* Mode Toggle */
.bd-mode-toggle {
  z-index: 1500;
}

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

/* Navbar Brand */
a.navbar-brand.logo img {
  height: 50px;
  width: auto;
}


#myCarousel img.img-fluid {height: 100%; width: auto;}

.featurette {
  display: flex;
  align-items: center; /* Alinea verticalmente los elementos al centro */
}

.featurette .col-md-7,
.featurette .col-md-5 {
  display: flex;
  flex-direction: column; /* Asegura que el contenido interno fluya en columna */
  justify-content: center; /* Alinea el contenido interno verticalmente */
}

img.img-fluid.padding{padding: 24px;}