@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,200;0,300;0,400;0,500;0,700;1,100&display=swap");

/* =============== 
    Global Css
=================== */
:root {
  /* --main-color: #7857fe; */
  /* --main-color: #023e8a; */
  --kongue-1: #0455bf;
  --konguea-2: #048abf;
  --konguea-3: #f2b705;
  --konguea-4: #f29f05;
  --konguea-5: #f22e2e;

  /* Colores del reproductor */
  --pink: #ff74a4;
  --violet: #9f6ea3;
  --lighblack: #ffffff;
  --darkwhite: #cecaca;
  --pinkshadow: #ffcbdd;
  --lightbshadow: rgba(0, 0, 0, 0.15);

  /* Otros colores */
  /* --main-color: #0096c7; */
  --main-color: #0455bf;
  --color-1: #023e8a;
  --color-2: #0077b6;
  --color-3: #0096c7;
  --color-4: #ff5400;
  --color-5: #ff6d00;
  --color-6: #ff8500;
  --color-7: #ff9100;
  --color-8: #ff9e00;
  --bg-dark: #2b2c2f;
  --main-to-dark-color: var(--main-color);
  --dark-to-main-color: var(--bg-dark);
  --shadow-black-100: 0 5px 15px rgba(0, 0, 0, 0.1);
  --shadow-black-300: 0 5px 15px rgba(0, 0, 0, 0.3);
  --black-900: #000000;
  --black-400: #555555;
  --black-100: #f7f7f7;
  --publicidad-100: #e0d5d5;
  --black-000: #ffffff;
  --black-alpha-100: rgba(0, 0, 0, 0.05);
  --main-alpha: rgba(2, 32, 138, 0.4);
}
body {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 400;
  overflow-x: hidden;
  background-color: #ffffff;
  line-height: 1.5;
}
body.dark {
  background-color: var(--bg-dark);
  --black-400: var(--bg-dark);
  --black-100: var(--bg-dark);
  --main-to-dark-color: var(--bg-dark);
  --dark-to-main-color: var(--kongue-1);
  --shadow-black-100: var(--shadow-black-300);
  --black-alpha-100: rgba(255, 255, 255, 0.05);
  --black-900: #ffffff;
  --black-400: #bbbbbb;
  --black-000: var(--bg-dark);
  --publicidad-100: #2b373d;
  --main-color: var(--bg-dark);
}
* {
  margin: 0;
  padding: 0;
  outline: none !important;
}
img {
  max-width: 100%;
  vertical-align: middle;
}
ul {
  list-style: none;
}
.btn-1 {
  background-color: #ffffff;
  padding: 8px 12px;
  border: none;
  border-radius: 30px;
  color: var(--main-color);
  font-size: 13px;
  font-weight: 500;
  transition: all 0.5s ease;
  box-shadow: var(--shadow-black-300);
}
.btn-1:focus {
  box-shadow: var(--shadow-black-300);
}
.btn-1:hover {
  color: #ffffff;
  background-color: var(--main-color);
}
.btn-2 {
  background-color: var(--kongue-1);
  padding: 12px 35px;
  border: none;
  border-radius: 30px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  transition: all 0.5s ease;
  box-shadow: var(--shadow-black-100);
}
.donacion {
  position: absolute;
  right: 40px;
  display: flex;
  flex-direction: column;
}
.btn-2:focus {
  box-shadow: var(--shadow-black-100);
}
.btn-2:hover {
  color: var(--main-color);
  background-color: #ffffff;
}
/* -------------------------- Animacines --------------------------- */
@keyframes pulse_01 {
  0% {
    transform: scale(0.8);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 16px rgba(255, 255, 255, 0);
  }
  100% {
    transform: scale(0.9);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
.section-padding {
  padding: 80px 0;
}
.section-title {
  margin-bottom: 60px;
}
/* ------------  separador publiciad ------------- */
.separador-publicidad {
  padding: 30px 10px;
  background-color: var(--publicidad-100);
  text-align: center;
}
.public-item .public-link img {
  box-shadow: var(--shadow-black-100);
}
/* ------- banners de auspiciadores --------- */
.banner-item .img-box {
  height: 250px;
  width: 250px;
  display: inline-block;
}
.banner-item .img-box img {
  width: 100%;
}

/* ----------------- Fin del Separador publicidad  -----------------*/
.section-title h3 {
  font-size: 40px;
  color: var(--color-2);
  font-weight: 700;
  text-transform: capitalize;
  text-align: center;
}
.section-title h3 span {
  color: var(--color-5);
}
.owl-carousel .owl-dots {
  padding: 0 15px;
  text-align: center;
  margin-top: 20px;
}
.owl-carousel button.owl-dot {
  height: 7px;
  width: 30px;
  background-color: #dddddd;
  display: inline-block;
  margin: 0 5px;
  border-radius: 5px;
}
.owl-carousel button.owl-dot.active {
  background-color: var(--kongue-1);
}
/* ================  Navbar  ================== */
.navbar {
  background-color: transparent;
  padding: 20px 0;
  transition: all 0.4s ease;
  display: flex;
  justify-content: space-around;
  text-align: center;
  align-items: center;
}
.navbar.navbar-shrink {
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
  background-color: var(--main-color);
  padding: 10px 0;
}
.navbar .navbar-brand {
  width: 280px;
}
.navbar .nav-item {
  margin-left: 40px;
}
.navbar .nav-item .nav-link {
  color: #ffffff;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 400;
  padding: 5px 0;
  position: relative;
}
.navbar .nav-item .nav-link::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 1px;
  background-color: #ffffff;
  transition: all 0.5s ease;
  transform: scale(0);
}
.navbar .nav-item .nav-link.active::before,
.navbar .nav-item .nav-link:hover::before {
  transform: scale(1);
}
/* ===================  Home Section  ====================== */
.home {
  min-height: 100vh;
  padding: 150px 0;
  background-color: var(--main-color);
  position: relative;
}
.home .content {
  position: relative;
  z-index: 888;
  color: #ffffff;
  width: 70%;
  margin-top: 50px;
  margin-bottom: 40px;
  display: none;
}
.home .content.active {
  display: block;
}
.home::before {
  z-index: 1;
  content: "";
  position: absolute;
  background-color: var(--main-alpha);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.home-text h2 {
  font-size: 60px;
  font-weight: 700;
  margin: 0 0 20px;
  line-height: 48px;
}
.home-text h2 span {
  font-size: 50px;
  font-weight: 300;
  color: var(--color-5);
}
.home-text p {
  font-size: 18px;
  font-weight: 300;
  line-height: 28px;
  margin: 0;
}
.home .home-btn {
  margin-top: 40px;
}
.home .home-btn .audio-play-btn {
  margin-left: 50px;
  height: 50px;
  width: 50px;
  font-size: 16px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.3);
  background-color: var(--main-color);
  color: #ffffff;
  animation: pulse_01 1.5s ease infinite;
}
.home .home-btn .audio-play-btn:hover {
  background-color: var(--color-4);
  animation: none;
}
.home .home-btn .audio-play-btn i {
  line-height: 50px;
}
/* ----------  Iconos Redes Sociales ------------- */
.home .media-icons {
  z-index: 888;
  position: absolute;
  right: 30px;
  display: flex;
  flex-direction: column;
}
.donacion .btn-1 {
  font-size: 12px;
  right: 20px;
}
.home .media-icons a {
  color: #ffffff;
  font-size: 20px;
  transition: 0.3s ease;
}
.home .media-icons a:not(:last-child) {
  margin-bottom: 20px;
}
.home .media-icons a:hover {
  transform: scale(1.3);
  color: var(--color-5);
}
/*  ---------- icono barra menu ------------ */
.home video {
  z-index: 000;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.slider-navigation {
  z-index: 888;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translateY(80px);
  margin-top: 20px;
}
.slider-navigation .nav-btn {
  width: 14px;
  height: 14px;
  background-color: #ffffff;
  border-radius: 50%;
  cursor: pointer;
  box-shadow: var(--shadow-black-300);
  transition: 0.3s ease;
}
.slider-navigation .nav-btn.active {
  background: var(--color-8);
}
.slider-navigation .nav-btn:not(:last-child) {
  margin-right: 20px;
}
.slider-navigation .nav-btn:hover {
  transform: scale(1.3);
}
.video-slide {
  position: absolute;
  clip-path: circle(0% at 0 50%);
}
.video-slide.active {
  clip-path: circle(150% at 0 50%);
  transition: 2s ease;
  transition-property: clip-path;
}
/* -------------------   Section Programas    -------------------------  */
.conduce {
  font-size: 18px;
  font-weight: 800;
  color: var(--konguea-1);
}
.programs .program-item {
  box-shadow: var(--shadow-black-100);
  margin: 15px;
  padding: 30px;
  border-radius: 10px;
  text-align: center;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.programs .program-item::before,
.programs .program-item::after {
  content: "";
  position: absolute;
  z-index: -1;
  border-radius: 50%;
  transition: all 0.5s ease;
  opacity: 0;
}
.programs .program-item::before {
  height: 20px;
  width: 20px;
  background-color: var(--color-3);
  left: -20px;
  top: 40%;
}
.programs .program-item:hover::before {
  left: 10px;
  opacity: 1;
}
.programs .program-item::after {
  height: 30px;
  width: 30px;
  background-color: var(--color-5);
  right: -30px;
  top: 80%;
}
.programs .program-item:hover::after {
  opacity: 1;
  right: -15px;
}
.programs .program-item .icon {
  height: 60px;
  width: 60px;
  margin: 0 auto 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 30px;
  /* color: var(--color-2); */
  color: var(--konguea-2);
  position: relative;
  z-index: 1;
  transition: all 0.5s ease;
}
.programs .program-item .icon::before {
  content: "";
  position: absolute;
  left: 100%;
  top: 0;
  width: 100%;
  height: 100%;
  /* background-color: var(--main-color); */
  background-color: var(--kongue-1);
  transition: all 0.5s ease;
  z-index: -1;
  opacity: 0;
}
.programs .program-item:hover .icon {
  color: #ffffff;
  font-size: 20px;
}
.programs .program-item:hover .icon::before {
  left: 0;
  border-radius: 50%;
  opacity: 1;
}
.programs .program-item .icon i {
  line-height: 60px;
}
.programs .program-item h4 {
  font-size: 22px;
  margin: 0 0 20px;
  color: var(--black-900);
  font-weight: 500;
  text-transform: uppercase;
}
.programs .program-item h4 span {
  font-size: 18px;
  font-weight: 300;
  color: var(--color-5);
  text-transform: capitalize;
}
.programs .program-item p {
  font-size: 16px;
  line-height: 26px;
  font-weight: 300;
  color: var(--black-400);
  margin: 0 0 15px;
}
.programs .program-item p span {
  color: var(--color-2);
}
/* ----------------- Podcasts Section ---------------- */
.podcasts {
  background-color: var(--black-100);
}
.podcast-item {
  margin: 15px;
  box-shadow: var(--shadow-black-100);
}
.podcast-item img {
  width: 100%;
  max-width: 250px;
  display: block;
  margin: auto;
}
.podcasts p {
  color: var(--black-400);
  font-size: 16px;
  line-height: 30px;
  margin-top: 20px;
}
.podcasts .pod {
  text-decoration: none;
  font-weight: 500;
  color: var(--color-2);
  padding: 0 12px;
}
.podcasts .pod:hover {
  color: var(--color-5);
}
/* ---------------------- Section Proyectos ------------------ */
.proyects {
  background-image: url("../img/app-bg.jpg");
  background-position: center top;
  background-attachment: fixed;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}
.proyects .section-title h3 {
  color: var(--color-2);
}
.proyects::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: var(--main-to-dark-color);
  opacity: 0.8;
}
.proyect-item {
  background-color: var(--black-000);
  padding: 30px;
  text-align: center;
  border-radius: 10px;
  box-shadow: var(--shadow-black-100);
}
.proyect-item .proy {
  font-size: 30px;
  color: var(--color-5);
  display: inline-block;
}
.proyect-item h4 {
  font-size: 25px;
  color: var(--black-900);
  margin: 20px 0;
  font-weight: 500;
}
.proyect-item p {
  font-size: 16px;
  color: var(--black-400);
  font-weight: 300;
  margin: 0 0 30px;
  line-height: 26px;
}
/* ---------------------- Team -------------------- */
.team {
  background-color: var(--black-100);
}
.team-item {
  margin: 15px;
  padding: 30px;
  border-radius: 10px;
  box-shadow: var(--shadow-black-100);
}
.team-item h4 {
  font-size: 30px;
  color: var(--black-900);
  font-weight: 500;
  margin: 15px 0 0px;
}
.team-item span {
  display: block;
  font-size: 20px;
  font-weight: 300;
  color: var(--color-5);
}
.team-item p {
  font-size: 16px;
  color: var(--black-400);
  font-weight: 300;
  margin: 10px 0;
}
.social-media {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 0;
}
.social-media .link {
  font-size: 20px;
  color: var(--color-2);
  padding: 0 10px;
  transition: all 0.5s ease;
}
.social-media .link:hover {
  transform: scale(1.3);
  color: var(--color-4);
}
/* -----------------  Section preguntas y respuestas "preg" ---------- */
.preg .accordion-item:not(:last-child) {
  margin-bottom: 20px;
}
.preg .accordion-header {
  box-shadow: var(--shadow-black-100);
  padding: 20px 50px 20px 30px;
  transition: all 0.5s ease;
  cursor: pointer;
  position: relative;
}
.preg .accordion-header::before {
  content: "\f067";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  height: 30px;
  width: 30px;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 16px;
  text-align: center;
  line-height: 30px;
  color: var(--black-400);
  transition: all 0.5s ease;
}
.preg .accordion-header:not(.collapsed)::before {
  content: "\f068";
  color: #ffffff;
}
.preg .accordion-header:not(.collapsed) {
  background-color: var(--kongue-1);
  box-shadow: none;
}
.preg .accordion-header {
  position: relative;
}
.preg .accordion-header h4 {
  font-size: 18px;
  font-weight: 800;
  color: var(--black-400);
  margin: 0;
  transition: all 0.5s ease;
}
.preg .accordion-header:not(.collapsed) h4 {
  color: #ffffff;
}
.preg .accordion-body {
  padding: 30px 30px;
  background-color: var(--black-100);
}
.preg .accordion-body p {
  font-weight: 300;
  font-size: 16px;
  color: var(--black-400);
  line-height: 26px;
  margin: 0;
}
/* -------------- Contacto Section ------------------ */
.contact {
  background-color: var(--black-100);
}
.contact-info h4 {
  font-size: 22px;
  color: var(--black-900);
  font-weight: 900;
  margin: 0 0 40px;
}
.contact-info-item {
  position: relative;
  padding-left: 55px;
  margin-bottom: 30px;
}
.contact-info-item .icon {
  position: absolute;
  width: 40px;
  height: 40px;
  left: 0;
  top: 0;
  padding: 10px;
  font-size: 16px;
  color: var(--kongue-1);
  border: 2px solid var(--kongue-1);
  border-radius: 50%;
  text-align: center;
  line-height: 38px;
}
.client .imgBx {
  display: flex;
  /* align-items: center; */
  justify-content: center;
  flex-flow: wrap;
}
.client .imgBx a {
  padding: 10px;
  box-shadow: var(--shadow-black-100);
  margin: 0 5px;
}
.client .imgBx a img {
  width: 150px;
  /* margin: 20px 30px; */
  transition: 0.3s ease all;
}
.client .imgBx a img:hover {
  transform: scale(1.2);
}

/* Modo oscuro */
body.dark .contact-info-item .icon {
  color: var(--color-6);
  border: 2px solid var(--color-6);
}
.contact-info-item h5 {
  font-size: 20px;
  font-weight: 500;
  margin: 0 0 10px;
  color: var(--black-900);
}
.contact-info-item p,
.contact-info-item .correo,
.contact-info-item .phone {
  font-size: 16px;
  font-weight: 300;
  margin: 0;
  line-height: 24px;
  color: var(--black-400);
}
.contact-info-item .correo,
.contact-info-item .phone {
  text-decoration: none;
  font-weight: 500;
}
.contact-info-item .correo:hover,
.contact-info-item .phone:hover {
  color: var(--color-6);
}
.contact-form .form-group {
  margin-bottom: 25px;
}
.contact-form .form-control {
  height: 52px;
  border: 1px solid transparent;
  box-shadow: var(--shadow-black-100);
  border-radius: 30px;
  padding: 0 24px;
  color: var(--black-900);
  background-color: var(--black-000);
  transition: all 0.5s ease;
}
.contact-form textarea.form-control {
  height: 140px;
  padding-top: 12px;
  resize: none;
}
.control-form .form-control:focus {
  border-color: var(--kongue-1);
}
/* -------------- Footer ------------------ */
.footer {
  background-color: var(--main-color);
  padding: 50px 0 100px 0;
  /* margin-bottom: 1000px; */
}
.footer-col h4 {
  font-size: 18px;
  font-weight: 500;
  color: #ffffff;
  margin: 0 0 25px;
  text-transform: capitalize;
}
.footer-col p {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.9);
}
.footer-col ul {
  margin: 0;
}
.footer-col ul li:not(:last-child) {
  margin-bottom: 10px;
}
.footer-col ul li a {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.7);
  font-weight: 300;
  display: block;
  text-transform: capitalize;
  text-decoration: none;
  transition: 0.5s ease;
}
.footer-col ul li a:hover {
  padding-left: 10px;
  color: var(--color-6);
  font-weight: 900;
}
.footer .copyrigth-text,
.privacidad {
  margin-top: 10px;
  padding: 20px 0;
  text-align: center;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.7);
  font-weight: 300;
}

.linea {
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.footer .privacidad a {
  color: #ffffff;
  margin: 0 10px;
  text-decoration: none;
  font-size: 17px;
  transition: all 0.5s ease;
}
.footer .privacidad a:hover {
  color: var(--color-6);
}

/* ========  Responsive  =============  */
@media (max-width: 991px) {
  .navbar-toggler {
    background-color: var(--dark-to-main-color);
    box-shadow: var(--shadow-black-100);
    height: 34px;
    width: 34px;
    padding: 0;
    font-size: 18px;
    color: #ffffff;
  }
  .navbar-nav {
    background-color: var(--dark-to-main-color);
    box-shadow: var(--shadow-black-300);
  }
  .navbar .nav-item {
    margin: 0;
    padding: 5px 15px;
  }
  .navbar.navbar-shrink .navbar-toggler,
  .navbar.navbar-shrink .navbar-nav {
    background-color: var(--main-color);
  }
  .col-md-12 {
    padding: 0;
  }
  .home-text h2 {
    font-size: 55px;
  }
  .home-text h2 span {
    font-size: 38px;
  }
  .proyect-item {
    margin-bottom: 30px;
  }
  .footer-col {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .navbar > .container {
    padding: 0 15px;
  }
  .home-text {
    margin-bottom: 0;
    padding: 0 15px;
  }
  .home .home-btn .audio-play-btn i {
    line-height: 30px;
    margin: 0 0 10px;
  }
  .contact-form {
    margin-top: 20px;
  }
  .footer-col {
    margin-bottom: 30px;
  }
  .home video {
    display: none;
  }
}
@media (max-width: 575px) {
  .home-text h2 {
    font-size: 25px;
    font-weight: 700;
    line-height: 25px;
  }
  .home-text h2 span {
    font-size: 23px;
  }
  .home-text p {
    font-size: 16px;
  }
  .home .home-btn {
    margin-top: 30px;
  }
  .slider-navigation {
    margin-top: 0px;
  }
}
@media (max-width: 400px) {
  .radio-right,
  .right-content,
  .right-icon {
    display: block;
    margin-right: 2%;
  }
  .right-content .donar span {
    display: none;
  }
}
