/*------------------------------------------*/
/*	     01 - General & Basic Styles
/*------------------------------------------*/
body {
  font-size: 17px;
  line-height: auto;
}

body.dark {
  font-size: 17px;
  line-height: auto;
  background-color: #373535;
}

strong,
b {
  font-weight: 600;
}

.strong-verde {
  font-weight: 600;
  color: #1a90a6;
}

.strong-violeta {
  font-weight: 600;
  color: #882f80;
}

body.dark .strong-verde {
  color: #fff;
}

body.dark .strong-violeta {
  color: #fff;
}

img {
  height: auto;
}

ul {
  padding: 0;
  margin: 0;
}

a {
  transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  -webkit-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
}

a:hover {
  color: #444;
}

a,
a:hover {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins-Bold", sans-serif;
  margin: 0;
}

body.dark h1,
h5,
h6 {
  font-family: "Poppins-Bold", sans-serif;
  margin: 0;
  color: #fff;
}

h1 {
  font-size: 60px;
  /* line-height: 25px; */
}

h2 {
  font-size: 25px;
  line-height: 28px;
  color: #002855;
  margin-top: 20px;
}

body.dark h2 {
  color: #fff;
}

h3 {
  font-size: 22px;
  line-height: 24px;
  color: #5e3883;
  margin-top: 20px;
}

body.dark h3 {
  color: #fff;
}

h4 {
  font-size: 18px;
  line-height: 22px;
  text-align: left;
  color: #5e3883;
}

body.dark h4 {
  color: #fff;
}

h5 {
  font-size: 14px;
  line-height: 20px;
}

h6 {
  font-size: 12px;
  line-height: 18px;
}

p {
  color: #363636;
  font-family: "Poppins-Regular", sans-serif;
  line-height: normal;
  padding: 5px 0;
  margin-bottom: 0;
}

body.dark p {
  color: #fff;
  font-family: "Poppins-Regular", sans-serif;
  line-height: normal;
  padding: 5px 0;
}

#container {
  background-color: #fff;
}

/*------------------------------------------*/
/*	     Extra Styles
/*------------------------------------------*/

.texto-destacado {
  font-family: SUNFLOWER;
  text-align: center;
  font-size: 25px;
  color: #5e3887;
  margin: 20px 0;
  font-weight: bold; /* Aplica negrilla al texto */
}
.texto-destacado2 {
  text-align: center;
  font-size: 18px;
  color: #5e3887;
  margin: 20px 0;
  font-weight: bold; /* Aplica negrilla al texto */
}

.texto-instruccion {
  font-size: 15px;
  font-style: italic;
}

body.dark .texto-destacado {
  color: #fff;
  font-family: Poppins-Bold, sans-serif;
}

.texto-destacado-bold {
  font-family: "Poppins-Bold", sans-serif;
  font-size: 20px;
  text-align: center;
  color: #5e3887;
  margin: 20px 0;
}

body.dark .texto-destacado-bold {
  color: #fff;
  font-family: "Poppins-Bold", sans-serif;
}

.texto-referencia-card {
  font-size: 12px;
  color: gray;
  padding: 10px 20px;
}

body.dark .texto-referencia-card {
  color: #fff;
}

.cuadro-dialogo {
  align-items: center;
  margin: 20px;
  background-color: #f4ebff;
  border-radius: 130px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding: 25px;
  gap: 20px;
}

.cuadro-dialogo p {
  font-family: "Poppins-SemiBold", sans-serif;
  font-size: 18px;
  padding-right: 20px;
}

body.dark .cuadro-dialogo {
  background-color: #373535;
}

.contenedor-salome {
  align-items: flex-end;
  display: flex;
  flex-direction: row;
  gap: 20px;
  justify-content: center;
}

.contenedor-audios {
  display: flex;
  flex-direction: row;
  gap: 20px;
  margin: 20px auto;
  flex-wrap: wrap;
  justify-content: space-around;
}

.card-audio {
  display: flex;
  flex-direction: column;
}

.atributo-ob-icono {
  background-color: #882f80;
  padding: 10px;
  width: 40px;
  height: 65px;
  border-radius: 50px 0 0 50px;
}

.atributo-ob-detalle {
  order: solid 1px #f1f1f1;
  font-family: "Calibri-Light", sans-serif;
  line-height: normal;
  color: #535353;
  padding: 20px;
  border-radius: 10px;
  width: 100%;
  min-height: 80px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}

.video-embebido {
  max-width: 70%;
  margin: auto;
  padding: 30px 0;
}

.image-modal {
  margin: 30px 0;
  max-width: 90%;
}

/*------------------------------------------*/
/*	     02 - Header & Navigation
/*------------------------------------------*/

header {
  top: 0;
  width: 100%;
  z-index: 9999999;
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}

.top-bar-fijo {
  background-color: #5e3883;
  font-family: "Poppins-Medium", sans-serif;
  font-size: 12px;
  line-height: 30px;
  color: #fff;
  padding-top: 6px;
  padding-bottom: 6px;
  width: 100%;
}

body.dark .top-bar-fijo {
  background-color: #373535;
  font-family: "Poppins-Medium", sans-serif;
  font-size: 12px;
  line-height: 30px;
  color: #fff;
  padding-top: 6px;
  padding-bottom: 6px;
  width: 100%;
  border-bottom: solid 1px #000;
}

.contenedor-logos {
  display: flex;
  justify-content: space-between;
  align-items: center;
  justify-items: center;
}

@media (min-width: 0) and (max-width: 770px) {
  .logo {
    padding-left: 15px;
  }

  body.dark .logo {
    padding-left: 15px;
  }
}

/*------------------------------------------*/
/*			 11 - Footer Styles
/*------------------------------------------*/

footer {
  background-color: #5e3883;
  padding-top: 0px;
  color: #ccc;
}

body.dark footer {
  background-color: #000;
  padding-top: 0px;
  color: #ccc;
}

footer p {
  color: #ffffff;
}

footer a {
  color: #ccc;
  font-family: "Poppins-Medium", sans-serif;
}

footer a:hover {
  color: #666;
  text-decoration: underline;
}

.footer-widget {
  margin-bottom: -15px;
}

.copyright-section {
  padding: 15px 0;
  font-size: 12px;
  letter-spacing: 0.5px;
}

.linea-horizontal {
  width: 100%;
  height: 1px;
  border-top: solid 1px #001d3d;
  box-shadow: 1px 1px #173b64;
  margin: auto 10px;
}

.copyright-section p {
  font-size: 15px;
  text-transform: none;
}

ul.footer-nav {
  float: right;
  margin-bottom: 0 !important;
}

ul.footer-nav li {
  display: block;
  float: left;
  margin-left: 15px;
}

ul.footer-nav li:first-child {
  margin-left: 0;
}

ul.footer-nav li a {
  display: inline-block;
  text-transform: none;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

ul.footer-nav li a:hover {
  color: #fff;
}

.back-to-top {
  display: none;
  position: fixed;
  bottom: 18px;
  right: 15px;
}

.back-to-top i {
  display: block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  color: #fff;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  text-align: center;
  background-color: #444;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

ol,
ul {
  font-family: "Poppins-Regular", sans-serif;
  line-height: normal;
  margin-top: 2px;
  padding-left: 20px;
  margin-bottom: 14px;
  color: #363636;
}

body.dark ol,
ul {
  font-family: "Poppins-Regular", sans-serif;
  line-height: normal;
  margin-top: 2px;
  padding-left: 20px;
  margin-bottom: 14px;
  color: #fff;
}

li {
  margin-left: 20px;
  color: #363636;
}

body.dark li {
  color: #fff;
}

ol li::marker {
  color: #5e3883;
  font-family: poppins-bold;
  font-size: x-large;
}

body.dark ol li::marker {
  color: #fff;
}

.color-listas {
  color: #363636;
}

body.dark .color-listas {
  color: #f1f1f1;
}

/* Fonts */

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

@font-face {
  font-family: Poppins-Medium;
  src: url(../fonts/Poppins-Medium.ttf);
}

@font-face {
  font-family: Poppins-SemiBold;
  src: url(../fonts/Poppins-SemiBold.ttf);
}

@font-face {
  font-family: Poppins-Bold;
  src: url(../fonts/Poppins-Bold.ttf);
}

@font-face {
  font-family: SUNFLOWER;
  src: url(../fonts/MADE\ SUNFLOWER\ PERSONAL\ USE.OTF);
}

@font-face {
  font-family: Montserrat-Black;
  src: url(../fuentes/Montserrat-Black.otf);
}

@font-face {
  font-family: Montserrat-Bold;
  src: url(../fuentes/Montserrat-Bold.otf);
}

@font-face {
  font-family: Montserrat-ExtraBold;
  src: url(../fuentes/Montserrat-ExtraBold.otf);
}

@font-face {
  font-family: Montserrat-Light;
  src: url(../fuentes/Montserrat-Light.otf);
}

@font-face {
  font-family: Montserrat-Regular;
  src: url(../fuentes/Montserrat-Regular.otf);
}

@font-face {
  font-family: Aller_Bd;
  src: url(../fuentes/Aller_Bd.ttf);
}

@font-face {
  font-family: AvenirNext-Medium;
  src: url(../fuentes/AvenirNext-Medium.otf);
}

@font-face {
  font-family: Calibri;
  src: url(../fuentes/Calibri.ttf);
}

@font-face {
  font-family: Calibri-Light;
  src: url(../fuentes/Calibri-Light.ttf);
}

@font-face {
  font-family: Calibri-Bold;
  src: url(../fuentes/Calibri-Bold.ttf);
}

/* Fonts */

.contenedor-botones-ayudas {
  float: right;
  right: 0px;
}

.botones-ayudas {
  background-color: #5e3883;
  border: none;
  text-align: center;
  color: #fff;
}

body.dark .botones-ayudas {
  background-color: #373535;
  border: none;
  text-align: center;
  color: #f1f1f1;
}

.botones-ayudas:hover {
  background-color: #486bd0;
  border: none;
  color: #fff;
  border-radius: 50px;
}

body.dark .botones-ayudas:hover {
  background-color: #212020;
  border: none;
  color: #fff;
  border-radius: 50px;
}

.copy-title {
  background-image: url(../images/BG3.png);
  background-size: cover;
  background-position: center;
  width: 100%;
  padding: 35px 25px;
  font-family: "Poppins-Bold", sans-serif;
  font-size: 30px;
  color: #fff;
  text-align: center;
  /*border-bottom: solid 1px #f1f1f1;*/
  text-shadow: 0px 2px 6px rgba(0, 0, 0, 0.5);
  line-height: 38px;
}

body.dark .copy-title {
  background-image: none;
}

:root {
  --surface-color: #fff;
  --curve: 40;
}

* {
  box-sizing: border-box;
}

.cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 2rem;
  padding: 0;
  list-style-type: none;
}

.card {
  position: relative;
  display: block;
  height: 100%;
  border-radius: 8px;
  overflow: hidden;
  text-decoration: none;
  box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.15);
}

.card__image {
  width: 100%;
  height: auto;
}

.card__overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  border-radius: 2px;
  transform: translateY(100%);
  transition: 0.2s ease-in-out;
}

.card:hover .card__overlay {
  transform: translateY(0);
}

.card__header {
  position: relative;
  display: flex;
  align-items: center;
  gap: 2em;
  padding: 2em;
  transform: translateY(-100%);
  transition: 0.2s ease-in-out;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(0, 0, 0, 0)),
    to(rgba(0, 0, 0, 1))
  );
}

.card__arc {
  width: 80px;
  height: 80px;
  position: absolute;
  bottom: 100%;
  right: 0;
  z-index: 1;
}

.card__arc path {
  fill: var(--surface-color);
}

.card:hover .card__header {
  transform: translateY(0);
  transition: 0.1s ease-in-out;
}

.card__thumb {
  flex-shrink: 0;
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

.card__title {
  font-size: 22px;
  margin: 0 0 0.3em;
  color: #fff;
  font-family: "Poppins-Medium", sans-serif;
}

.card__tagline {
  display: block;
  margin: 1em 0;
  font-family: "MockFlowFont";
  font-size: 0.8em;
  color: #d7bdca;
}

.card__status {
  font-size: 14px;
  color: #fff;
  font-family: "Calibri-Light", sans-serif;
}

/* .card__description {
  padding: 0 2em 2em;
  font-family: "Calibri-Light", sans-serif;
  margin: 0;
  color: #f1f1f1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  background-color: #000;
}

body.dark .card__description {
  padding: 0 2em 2em;
  font-family: "Calibri-Light", sans-serif;
  margin: 0;
  color: #f1f1f1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  background-color: #000;
} */

.contenedor {
  max-width: 1109px;
  width: 90%;
  margin: auto;
}

.barrita {
  width: 30px;
  height: 2px;
  background-color: #d0eb00;
  margin: 0 2em 1em;
}

.color-card-des {
  background-color: #000;
  transition: 0.2s ease-in-out;
}

.content-text {
  padding: 25px 0 0 0;
}

body.dark .content-text {
  padding: 25px 0 0 0;
  color: #fff;
}

.texto-info-footer {
  color: #fff;
  font-family: "AvenirNext-Medium", sans-serif;
  line-height: auto;
  padding: 25px 15px 11px 15px;
}

.content-text-list {
  padding: 15px 0 15px 0;
}

body.dark .content-text-list {
  padding: 35px 0 30px 0;
}

body.dark .texto-info-footer {
  color: #fff;
  font-family: "AvenirNext-Medium", sans-serif;
  line-height: auto;
  padding: 25px 15px 11px 15px;
}

.linea-horizontal-f {
  width: 100%;
  height: 1px;
  border-bottom: solid 1px #3d4c68;
}

body.dark .linea-horizontal-f {
  width: 100%;
  height: 1px;
  border-bottom: solid 1px #000;
}

.container-brand {
  background-color: #fff;
}

body.dark .container-brand {
  background-color: #000;
}

.popup {
  position: fixed;
  top: -100vh;
  left: 0;
  z-index: 9999999;
  background: rgba(0, 0, 0, 0.75);
  width: 100vw;
  height: 100vh;
  opacity: 0;

  -webkit-transition: opacity 0.35s ease;
  -moz-transition: opacity 0.35s ease;
  -o-transition: opacity 0.35s ease;
  transition: opacity 0.35s ease;
}

.popup {
  width: 100%;
  max-width: 500px;
  position: fixed;
  /* To avoid scroll to target */
  left: 50%;
  top: -100vh;
  -webkit-transition: top 0.35s ease;
  -moz-transition: top 0.35s ease;
  -o-transition: top 0.35s ease;
  transition: top 0.35s ease;

  /* Trick to properly center the element by using negative 
  1/2 length of element as margin left and top */
  margin-left: -250px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  z-index: 9999999;
}

.popup h2 {
  padding: 20px;
  text-align: center;
  color: #02578f;
  margin: 0;
}

.popup h3 {
  padding: 20px 0 20px 0;
  text-align: center;
  color: #02578f;
  margin: 0;
}

.popup img {
  width: 100%;
  display: block;
}

/* The cancel button on popup dialog */
.popup a.closePopUp {
  font-family: "Poppins-Medium", sans-serif;
  color: #707070;
  position: absolute;
  top: 0.2em;
  right: 0.375em;
  margin: 0;
  padding: 5px;
  font-weight: bold;
  font-size: 1.5em;
  text-decoration: none;
}

/* The cancel button on popup dialog */
.popup a:hover {
  color: #555555;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* When popup is targeted, by clicking on link with #popup in HTML */
.popup:target {
  opacity: 1;
  top: 0;
}

.popup .closePopUpOutSide {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999991;
}

@media (max-width: 796px) {
  .contenedor-salome {
    flex-direction: column;
  }

  .popup ul {
    padding: 0 1em 0 1em;
  }
}

@media (max-width: 796px) {
  .popup ul {
    padding: 0 1em 0 1em;
  }
}

.bloque-actividad {
  background-color: #f1f1f1;
  border-radius: 5px;
  padding: 20px;
  margin-top: 10px;
  border-bottom: solid 1px #fff;
}

body.dark .bloque-actividad {
  background-color: #242424;
  border-radius: 5px;
  padding: 20px;
  margin-top: 10px;
  border-bottom: solid 1px #515151;
}

body,
html {
  margin: 0;
  padding: 0;
  height: 100%;
}

.titulo-recurso {
  font-family: "Poppins-Bold", sans-serif;
  font-size: 41pt;
  color: #ffffff;
  bottom: 90px;
  text-align: left;
  line-height: 45px;
}

.texto-complementario {
  font-size: 30pt;
  color: #ffffff;
  bottom: 40px;
  text-align: left;
  font-family: "Calibri-Bold", sans-serif;
  line-height: 35px;
  margin-top: 10px;
}

.button-container {
  padding-bottom: 100px;
  padding-left: 100px;
  padding-right: 50px;
}

/*-- Collapsed Acordon --*/

.accordion {
  width: 100%;
  margin: 1rem auto;
}

.accordion-item {
  background-color: #fff;
  color: #111;
  margin: 1rem 0;
  border-radius: 0.5rem;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.25);
}

body.dark .accordion-item {
  background-color: #000;
  color: #fff;
  margin: 1rem 0;
  border-radius: 0.5rem;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.25);
}

.accordion-item-header {
  font-family: "Poppins-Medium", sans-serif;
  padding: 20px;
  min-height: 3.5rem;
  line-height: 1.25rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
}

.accordion-item-header::after {
  content: "\002B";
  font-size: 2rem;
  position: absolute;
  right: 1rem;
}

.accordion-item-header.active::after {
  content: "\2212";
}

.accordion-item-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

.accordion-item-body-content {
  padding: 20px;
  line-height: 1.5rem;
  border-top: 1px solid;
  border-image: linear-gradient(to right, transparent, #34495e, transparent) 1;
}

@media (max-width: 767px) {
  html {
    font-size: 14px;
  }
}

/*-- Collapsed Acordon --*/

.big-title h1,
.big-title h2 {
  line-height: 25px;
  color: #002855;
}

.seccion1 {
  background-color: #fff;
  padding: 40px 0 25px 0;
}

body.dark .seccion1 {
  background-color: #212020;
  padding: 50px 0 40px 0;
}

.seccion2 {
  background-color: #f8f8f8;
  border-top: solid 1px #f1f1f1;
  border-bottom: solid 1px #f1f1f1;
  padding: 50px 0 40px 0;
}

body.dark .seccion2 {
  background-color: #212020;
  border-top: solid 1px #000;
  border-bottom: solid 1px #000;
  padding: 50px 0 40px 0;
}

.seccion3 {
  background-image: url(../images/BG4.png);
  background-size: cover;
  padding: 25px 0 25px 0;
}

body.dark .seccion3 {
  background-image: none;
  background-color: #212020;
  padding: 30px 0 30px 0;
  color: #fff;
}

.boton-destacado {
  background-color: #02578f;
  padding: 20px;
  font-family: "Poppins-Medium", sans-serif;
  color: #fff;
  width: 100%;
  border: none;
  border-radius: 8px;
  font-size: 18px;
  text-decoration: none;
  cursor: pointer;
  text-align: center;
}

body.dark .boton-destacado {
  background-color: #000;
  padding: 20px;
  font-family: "Poppins-Medium", sans-serif;
  color: #fff;
  width: 100%;
  border: none;
  border-radius: 8px;
  font-size: 18px;
  text-decoration: none;
  cursor: pointer;
  text-align: center;
}

.boton-destacado:hover {
  transform: scale(1.1);
  transition: all 0.3s ease;
  text-decoration: none;
}

.recursos {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px 0;
  gap: 15px;
}

.img-principal {
  max-height: 400px;
  margin: auto;
  display: block;
}

.marco-video {
  max-width: 900px;
  width: 90%;
  padding: 15px;
  border-radius: 20px;
  background-color: #e1e1e1;
  margin: auto;
}

.boton-infografia {
  background-color: #1a90a6;
  color: #fff;
  padding: 12px 15px;
  font-size: 14px;
  font-family: "Poppins-Medium", sans-serif;
  border: none;
  border-radius: 50px;
  cursor: pointer;
  text-decoration: none;
  margin: 5px;
}

body.dark .boton-infografia {
  background-color: #fff;
  color: #000;
}

.boton-infografia:hover {
  background-color: #486bd0;
  color: #fff;
}

body.dark .boton-infografia:hover {
  background-color: #373535;
  color: #fff;
}

.boton-card {
  background-color: #1a90a6;
  color: #fff;
  padding: 12px 15px;
  font-size: 14px;
  font-family: "Poppins-Medium", sans-serif;
  border: none;
  border-radius: 50px;
  cursor: pointer;
  text-decoration: none;
  margin: 5px;
}

.boton-card:hover {
  background-color: #486bd0;
  color: #fff;
}

.imagen-texto {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  align-items: center;
  margin-top: 20px;
}

.contenedor-cards-normales {
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
  /* max-width: 80%; */
  /* width: 1500px; */
  margin: 20px 0 40px 0;
}

.card-normal {
  flex-grow: 1;
  flex-basis: 200px;
  height: 450px;
  border-radius: 10px;
}

.imagen-card {
  background-size: cover;
  background-position: center;
  /* background-repeat: repeat; */
  height: 300px;
  width: auto;
  border-radius: 10px;
}

.texto-card-normal {
  font-family: "Poppins-Medium", sans-serif;
  font-size: 16px;
  color: #02578f;
  text-align: left;
  line-height: 17px;
  margin: 10px;
}

body.dark .texto-card-normal {
  color: #fff;
}

.fila {
  width: 100%;
  overflow: hidden;
}

.columna {
  float: left;
  margin-right: 2%;
  box-sizing: border-box;
  overflow: hidden;
}

/*POR DEBAJO DE 480PX UNA COLUMNA*/
.columna {
  width: 100%;
}

/*MAYOR 480PX*/
@media (min-width: 480px) {
  /*4 COLUMNAS SON DOS EN MAYOR A 480PX*/
  .cuatro_columnas .columna {
    width: 49%;
  }

  .cuatro_columnas .columna:nth-child(2n) {
    margin-right: 0;
  }

  /*6 COLUMNAS SON DOS EN MAYOR A 480PX*/
  .seis_columnas .columna {
    width: 49%;
  }

  .seis_columnas .columna:nth-child(2n) {
    margin-right: 0;
  }

  /*12 COLUMNAS SON TRES EN MAYOR A 480PX*/
  .doce_columnas .columna {
    width: 32%;
  }

  .doce_columnas .columna:nth-child(3n) {
    margin-right: 0;
  }
}

/*Fin @media 480px*/

/*MAYOR 780PX*/
@media (min-width: 780px) {
  /*ASIDE IZQUIERDA A PARTIR DE 780PX*/
  .aside_izquierda .aside {
    width: 23.5%;
  }

  .aside_izquierda .contenido {
    width: 74.5%;
    margin-right: 0;
  }

  /*ASIDE DERECHA A PARTIR DE 780PX*/
  .aside_derecha .contenido {
    width: 74.5%;
  }

  .aside_derecha .aside {
    width: 23.5%;
    margin-right: 0;
  }

  /*3 COLUMNAS A PARTIR DE 780PX*/
  .tres_columnas .columna {
    width: 32%;
  }

  .tres_columnas .columna:nth-child(3n) {
    margin-right: 0;
  }

  /*6 COLUMNAS SON DOS EN MAYOR A 780PX*/
  .seis_columnas .columna {
    width: 32%;
  }

  .seis_columnas .columna:nth-child(2n) {
    margin-right: 2%;
  }

  .seis_columnas .columna:nth-child(3n) {
    margin-right: 0;
  }

  /*12 COLUMNAS SON TRES EN MAYOR A 780PX*/
  .doce_columnas .columna {
    width: 23.5%;
  }

  .doce_columnas .columna:nth-child(3n) {
    margin-right: 2%;
  }

  .doce_columnas .columna:nth-child(4n) {
    margin-right: 0;
  }
}

/*Fin @media 780px*/

/*MAYOR 1024PX*/
@media (min-width: 1024px) {
  /*2 COLUMNAS A PARTIR DE 1024PX*/
  .dos_columnas .columna {
    width: 49%;
  }

  .dos_columnas .columna:nth-child(2n) {
    margin-right: 0;
  }

  /*4 COLUMNAS SON DOS EN MAYOR A 1024PX*/
  .cuatro_columnas .columna {
    width: 23.5%;
  }

  .cuatro_columnas .columna:nth-child(2n) {
    margin-right: 2%;
  }

  .cuatro_columnas .columna:nth-child(4n) {
    margin-right: 0;
  }

  /*6 COLUMNAS SON DOS EN MAYOR A 1024PX*/
  .seis_columnas .columna {
    width: 15%;
  }

  .seis_columnas .columna:nth-child(2n) {
    margin-right: 2%;
  }

  .seis_columnas .columna:nth-child(3n) {
    margin-right: 2%;
  }

  .seis_columnas .columna:nth-child(6n) {
    margin-right: 0;
  }

  /*12 COLUMNAS SON TRES EN MAYOR A 1024PX*/
  .doce_columnas .columna {
    width: 6.5%;
  }

  .doce_columnas .columna:nth-child(3n) {
    margin-right: 2%;
  }

  .doce_columnas .columna:nth-child(4n) {
    margin-right: 2%;
  }

  .doce_columnas .columna:nth-child(12n) {
    margin-right: 0;
  }
}

/*Fin @media 1024PX*/

/*Flip Card*/
#card-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.flip-card,
.flip-card-click {
  display: inline-block;
  background-color: transparent;
  width: 340px;
  height: 200px;
  margin-right: 12px;
  margin-bottom: 12px;
  perspective: 1000px;
}

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}

.flip-card:hover .flip-card-inner,
.flip-card:focus .flip-card-inner,
.flip-card:focus-within .flip-card-inner,
.flip-card:active .flip-card-inner,
.flip-card-click:focus .flip-card-inner,
.flip-card-click:active .flip-card-inner,
.flip-card-click.flipped .flip-card-inner {
  transform: rotateY(180deg);
}

.flip-card-inner:focus {
  outline: 5px solid #03c23c;
  cursor: pointer;
}

.flip-card-inner:hover {
  cursor: pointer;
}

.flip-card-front,
.flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-backface-visibility: hidden;
  /* Safari */
  backface-visibility: hidden;
}

.flip-card-front h2 {
  color: white;
  font-size: 16pt;
  font-weight: 500;
  padding: 10px;
}

.flip-card-front p,
.flip-card-back p {
  padding: 10px;
  font-size: 16pt;
  color: white;
  line-height: normal;
}

.flip-card-front {
  background: linear-gradient(255deg, #02578f 0.03%, #1a90a6 99.97%);
  border-radius: 10px;
}

.flip-card-back {
  background-color: #02578f;
  transform: rotateY(180deg);
  border-radius: 10px;
}

/*Flip Card*/

/*Tabla*/
table {
  width: 100%;
  border: 1px solid #c8c8c8;
}

th {
  width: 25%;
  text-align: left;
  vertical-align: top;
  border: 1px solid #c8c8c8;
  border-collapse: collapse;
  background-color: #1a90a6;
  font-family: "Poppins-Medium", sans-serif;
  color: #fff;
  text-align: center;
  padding: 20px;
}

td {
  width: 25%;
  text-align: left;
  vertical-align: top;
  border: 1px solid #c8c8c8;
  border-collapse: collapse;
  font-family: "Calibri-Light", sans-serif;
  line-height: normal;
  padding: 10px;
  color: #363636;
}

body.dark th {
  width: 25%;
  text-align: left;
  vertical-align: top;
  border: 1px solid #000;
  border-collapse: collapse;
  background-color: #000;
  font-family: "Poppins-Medium", sans-serif;
  color: #fff;
  text-align: center;
  padding: 20px;
  line-height: normal;
}

body.dark td {
  width: 25%;
  text-align: left;
  vertical-align: top;
  border: 1px solid #000;
  border-collapse: collapse;
  font-family: "Calibri-Light", sans-serif;
  padding: 10px;
  color: #fff;
  line-height: normal;
}

/*Tabla*/

.contenedor-atributo {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 10px 0;
}

.atributo-1 {
  background-color: #f1f1f1;
  border: solid 1px #f1f1f1;
  font-family: "Calibri-Bold", sans-serif;
  line-height: normal;
  color: #363636;
  padding: 20px;
  width: 160px;
  height: auto;
  border-radius: 10px 0 0 10px;
}

.atributo-2 {
  background-color: #fff;
  border: solid 1px #f1f1f1;
  font-family: "Calibri-Light", sans-serif;
  line-height: normal;
  color: #363636;
  padding: 20px;
  border-radius: 10px;
  width: 100%;
  min-height: 80px;
  display: flex;
  align-items: center;
}

.contenedor-bloques-pequenos {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  margin: 10px;
}

.bloque-pequeno {
  width: 100%;
  border-radius: 10px;
  padding: 15px;
  color: #fff;
  font-family: "Calibri-Light", sans-serif;
  line-height: normal;
  min-height: 100px;
  display: flex;
  align-items: center;
}

.p1 {
  background-color: #515182;
}

.p2 {
  background-color: #292978;
}

.p3 {
  background-color: #02578f;
}

/* Nav */

.container-nav {
  max-width: 1109px;
  width: 100%;
  margin: auto;
}

.base-nav {
  width: 100%;
  background-color: #5e3883;
  color: #fff;
  padding: 10px 0;
  z-index: 4000;
}

body.dark .base-nav {
  width: 100%;
  background-color: #000;
  color: #fff;
  padding: 10px 0;
  z-index: 4000;
}

.base-nav-scroll {
  width: 100%;
  background-color: #5e3883;
  color: #fff;
  padding: 10px 0;
  top: 0;
  position: fixed;
  z-index: 4000;
}

body.dark .base-nav-scroll {
  width: 100%;
  background-color: #000;
  color: #fff;
  padding: 10px 0;
  top: 0;
  position: fixed;
  z-index: 4000;
}

.base-nav a {
  color: #fff;
  text-decoration: none;
  font-family: "Calibri-Bold", sans-serif;
}

.nav-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.logo {
  letter-spacing: 15px;
  font-size: 1.3em;
}

.menu-icon {
  display: none;
}

.navigation ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.navigation ul li {
  display: inline-block;
}

.navigation ul li a {
  display: block;
  padding: 0.5rem 2rem;
  transition: all 0.4s linear;
  border-radius: 5px;
}

.navigation ul li a:hover {
  background-color: #486bd0;
}

body.dark .navigation ul li a:hover {
  background-color: #212020;
}

body.dark .nav-link-active2 {
  background-color: #373535 !important;
}

@media only screen and (max-width: 900px) {
  .menu-icon {
    display: block;
    cursor: pointer;
    text-decoration: none;
    font-family: "Calibri-Bold", sans-serif;
  }

  .navigation {
    width: 100%;
  }

  .navigation ul {
    display: none;
    margin-top: 1rem;
  }

  .navigation ul.show {
    display: block;
  }

  .navigation ul li {
    display: block;
  }

  .navigation ul li a {
    display: block;
    padding: 0.5rem 1rem;
    transition: all 0.4s linear;
    border-radius: 5px;
  }

  .navigation ul li a:hover {
    background-color: #486bd0;
  }
}

@media (max-width: 480px) {
  .imagen-texto {
    display: flex;
    flex-direction: column;
    /*     justify-content: space-between;
    gap: 30px;
    align-items: center;
    margin-top: 20px; */
  }

  .cuadro-dialogo {
    display: flex;
    flex-direction: column;
  }

  .cuadro-dialogo p {
    text-align: center;
    padding: 0;
  }

  .responsive-table {
    overflow-x: auto;
  }

  .boton-card {
    padding: 12px 30px;
  }

  .copy-title {
    font-size: 30px;
    padding: 20px 25px;
  }

  .recursos {
    display: flex;
    flex-direction: column;
  }

  .img-principal {
    max-width: 240px;
  }

  .contenedor-atributo {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    margin: 10px 0;
  }

  .atributo-ob-icono {
    width: 65px;
    height: 20px;
    border-radius: 50px 50px 0 0;
  }

  .card-normal {
    flex-grow: 1;
    flex-basis: 200px;
    height: 450px;
    border-radius: 10px;
  }

  .imagen-card {
    max-width: 240px;
  }

  .video-embebido {
    max-width: 100%;
  }

  .image-modal {
    max-width: 100%;
  }
}

@media (max-width: 1200px) {
  .card-normal {
    max-width: 240px;
  }

  .imagen-card {
    max-width: 240px;
  }

  .video-embebido {
    max-width: 100%;
  }

  .list.list-icons li {
    margin: 0;
  }
}

/*.nav-link-active {
  background-color: #486bd0 !important;
  border-radius: 5px;
}*/

body.dark .nav-link-active {
  background-color: #212020 !important;
  border-radius: 5px;
}

.modal {
  align-items: center;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.4);
  display: none;
  height: 100%;
  justify-content: center;
  left: 0;
  overflow: auto;
  top: 0;
  width: 100%;
  z-index: 4500;
}

.modal-content {
  background-color: #fefefe;
  border: 1px solid #888;
  margin-top: 0;
  max-height: 80vh;
  overflow-x: hidden;
  overflow-y: scroll;
  scrollbar-width: thin;
  scrollbar-color: #888 #fff;
  padding: 0 20px 20px 20px;
  position: absolute;
  width: 100%;
  z-index: 9999999;
}

body.dark .modal-content {
  background-color: #262626;
  border: #262626;
  scrollbar-color: #888 #262626;
}

.modal-backdrop {
  background-color: rgba(0, 0, 0, 0.4);
}

.close {
  color: #989596;
  font-size: 32px;
  opacity: 1;
  position: absolute;
  right: 20px;
  top: 10px;
}

body.dark .close {
  color: #fff;
}

@media (min-width: 1024px) {
  .modal-content {
    width: 100%;
    padding: 0 40px 40px 40px;
  }
}

.carousel-item h4 {
  font-weight: bold;
}

.carousel-inner {
  padding: 40px;
  background-color: #f8f9fa;
  border-radius: 10px;
  min-height: 250px; /* Mantener una altura mínima */
}

/* Ajuste de los controles de navegación para que no se superpongan al contenido */
.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 5%; /* Ajusta el ancho de los controles */
  z-index: 10; /* Mantener los controles por encima del fondo */
}

.carousel-control-prev {
  left: -5%; /* Mover el botón izquierdo fuera del carrusel */
}

.carousel-control-next {
  right: -5%; /* Mover el botón derecho fuera del carrusel */
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  background-color: #5e3883; /* Cambia el color de los íconos del carrusel */
}
.text-bg-morado {
  background-color: #5e3887;
  font-size: 16px; /* Tamaño del texto */
}

.text-bg-verde {
  background-color: #1a90a6;
  font-size: 16px; /* Tamaño del texto */
}

body.dark .text-bg-verde {
  background-color: #373535;
}

/* List */
.list li {
  margin-bottom: 13px;
}

.list.pull-left li {
  text-align: left;
}

.list.list-icons {
  list-style: none;
  padding-left: 0;
  padding-right: 0;
}

.list.list-icons li {
  position: relative;
  padding-left: 25px;
}

.list.list-icons.list-icons-style-2 li {
  padding-top: 5px;
  padding-left: 36px;
}

.listacustom li i {
  color: #5e3883; /* Color personalizado al icono */
  margin-left: -26px;
}

body.dark .listacustom li i {
  color: #fff;
}

.resaltado {
  background: #cfe2ff;
  padding: 15px;
  display: block;
  margin: 10px 0;
  border-radius: 10px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
}

body.dark .resaltado {
  background-color: #373535;
}

.accordion-button:not(.collapsed) {
  background: linear-gradient(
    135deg,
    #5e3887,
    #78adeb
  ); /* Degradado lineal de dos colores */
  color: #fff; /* Color del texto cuando está expandido */
}

.accordion-button:not(.collapsed)::after {
  color: #fff; /* Color del ícono cuando el panel está expandido */
}

.accordion-button::after {
  color: #5e3887; /* Color del ícono cuando el panel está colapsado */
}

.accordion-button:focus {
  box-shadow: none; /* Quita el box-shadow que aparece al enfocar */
  outline: none; /* Quita el outline (borde) del botón al enfocar */
}

.lista01-ol {
  list-style: none; /* Elimina los números predeterminados */
  padding: 0;
  margin: 0; /* Elimina márgenes por defecto */
}

.lista01-li {
  display: flex; /* Utiliza flexbox para alinear el círculo y el texto */
  align-items: flex-start; /* Alinea el círculo en la parte superior */
  margin: 0 auto; /* Margen automático para centrar el contenido horizontalmente */
  max-width: 90%; /* Ancho máximo del contenedor */
  border-bottom: 1px dotted gray; /* Línea punteada de separación */
  padding-bottom: 20px; /* Espacio debajo del ítem */
  margin-bottom: 30px; /* Espacio entre los ítems */
}

.lista01-circle {
  width: 50px; /* Tamaño del círculo */
  height: 50px; /* Tamaño del círculo */
  border-radius: 50%; /* Hace que el círculo sea redondo */
  background-color: #882f80; /* Color del círculo */
  color: white; /* Color del texto dentro del círculo */
  display: flex;
  justify-content: center; /* Centra el texto horizontalmente */
  align-items: center; /* Centra el texto verticalmente */
  margin-right: 15px; /* Espacio entre el círculo y el texto */
  font-size: 20px; /* Tamaño del texto */
  line-height: 50px; /* Alinea el número verticalmente dentro del círculo */
}

.lista01-content {
  flex: 1; /* Permite que el contenido ocupe el espacio restante */
}

.lista01-title {
  margin: 0; /* Elimina márgenes por defecto */
}
