@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}

body {
    font-family: 'Poppins', sans-serif;
    /* background-image: url("images/back9.jpg");
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat; */
    /* width: 100%;
    height: 100vh; */
}


 /*inicio del loader*/
    .loader {
      position: fixed;
      top: 0;
      left: 0;
      width:100%;
      height: 100%;
      
      z-index: 1005;
      background-color: #004f74;
    }

    .loader > .dot {
      position: absolute;
      top: 50%;
      left: 50%;
      z-index: 10;
      width: 160px;
      height: 100px;
      margin-top: -50px;
      margin-left: -80px;
      border-radius: 5px;
      background-color: #11000b;
      transform: preserve-3d;
      animation: dot1 3s cubic-bezier(.55,.3,.24,.99) infinite;
    }

    .loader > .dot:nth-child(2) {
      z-index: 11;
      width: 150px;
      height: 90px;
      margin-top: -45px;
      margin-left: -75px;
      border-radius: 3px;
      background-color: #30f5ff;
      animation-name: dot2;
    }

    .loader > .dot:nth-child(3) {
      z-index: 12;
      width: 40px;
      height: 20px;
      margin-top: 50px;
      margin-left: -20px;
      border-radius: 0 0 5px 5px;
      background-color: #fffeff;
      animation-name: dot3;
    }

    @keyframes dot1 {
      3%, 97% {
        width: 160px;
        height: 100px;
        margin-top: -50px;
        margin-left: -80px;
      }
      30%, 36% {
        width: 80px;
        height: 120px;
        margin-top: -60px;
        margin-left: -40px;
      }
      63%, 69% {
        width: 40px;
        height: 80px;
        margin-top: -40px;
        margin-left: -20px;
      }
    }

    @keyframes dot2 {
      3%, 97% {
        width: 150px;
        height: 90px;
        margin-top: -45px;
        margin-left: -75px;
      }
      30%, 36% {
        width: 70px;
        height: 96px;
        margin-top: -48px;
        margin-left: -35px;
      }
      63%, 69% {
        width: 32px;
        height: 60px;
        margin-top: -30px;
        margin-left: -16px;
      }
    }

    @keyframes dot3 {
      3%, 97% {
        width: 40px;
        height: 20px;
        margin-top: 50px;
        margin-left: -20px;
      }
      30%, 36% {
        width: 8px;
        height: 8px;
        margin-top: 49px;
        margin-left: -5px;
        border-radius: 8px;
      }
      63%, 69% {
        width: 16px;
        height: 4px;
        margin-top: -37px;
        margin-left: -8px;
        border-radius: 10px;
      }
    }

 







h1 {
    font-size: 2.5rem;
    font-weight: 700;
    color: rgb(3, 3, 3);
    text-transform: uppercase;
}



h6 {
    font-size: 1.1rem;
    color: rgb(24, 24, 49);
    display: inline;
    background: linear-gradient(120deg, rgba(255, 230, 0, 0.8) 90%, transparent 0%);
    background-repeat: no-repeat;
    background-size: 100% 0.5em;
    background-position: 0 90%;
}

nav {
    position: fixed;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 0.5vw 4vw;
    background: #0cddf5;
    box-shadow: 2px 2px 3px rgba(255, 255, 255, 0.95);
    z-index: 999;
   
}
.logo{
    text-decoration: none;
    font-weight: 900;
    letter-spacing: 1px;
    font-size: 2rem;
    background-color: #dcdcdcce;
    padding: 2px;
    border-radius: 3px;
    color: #6500a0;
}



nav .navigation {
    display: flex;
    align-items: center;
  justify-content: space-between;
  width: 100%;
}

nav .navigation ul {
  display: flex;
  align-items: center;
  margin-left: auto;
}

nav .navigation ul li {
    list-style: none;
    margin-left: 30px;
}

nav .navigation ul li a {
    text-decoration: none;
    color: rgb(221, 221, 238);
    font-size: 16px;
    font-weight: 500;
    transition: 0.3s ease;
}

nav .navigation ul li a:hover,
nav .navigation ul li a.active {
    color: #ec03e1;
    background-color: #07f7ef;
    padding: 2px;
    border-radius: 5px;
}
/*ESTO TIENE QUE VER CON EL CHATBOT*/

/*ESTO TIENE QUE VER CON EL CHATBOT*/

@keyframes blink {
  0%, 79.9% {
    background-color: #83019d;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  }

  80% {
    background-color: white;
    box-shadow: 0 0 12px 5px rgba(255, 255, 255, 0.8);
  }
  80.4% {
    background-color: #83019d;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  }

  81% {
    background-color: white;
    box-shadow: 0 0 12px 5px rgba(255, 255, 255, 0.8);
  }
  81.4% {
    background-color: #83019d;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  }

  82% {
    background-color: white;
    box-shadow: 0 0 12px 5px rgba(255, 255, 255, 0.8);
  }
  82.4% {
    background-color: #83019d;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  }

  83% {
    background-color: white;
    box-shadow: 0 0 12px 5px rgba(255, 255, 255, 0.8);
  }
  83.4% {
    background-color: #83019d;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  }

  100% {
    background-color: #83019d;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  }
}

#chatbot-toggler {
  position: fixed;
  bottom: 60px;
  right: 5px;
  border: none;
  height: 40px;
  width: 40px;
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #83019d;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  transition: all 0.1s ease;
  z-index: 1002;
  animation: blink 25s infinite;
}





body.show-chatbot #chatbot-toggler {
  transform: rotate(90deg);
}

#chatbot-toggler span {
  color: #ffffff;
  position: absolute;
   text-shadow: 
    -1px -1px 0 rgb(2, 234, 247),
    1px -1px 0 rgb(2, 234, 247),
    -1px 1px 0 rgb(2, 234, 247),
    1px 1px 0 rgb(2, 234, 247);
}

#chatbot-toggler span:last-child,
body.show-chatbot #chatbot-toggler span:first-child {
  opacity: 0;
}

body.show-chatbot #chatbot-toggler span:last-child {
  opacity: 1;
}

.chatbot-popup {
  position: fixed;
  border: 2px solid rgb(255, 255, 255);
  right: 55px;
  bottom: 70px;
  width: 420px;
  overflow: hidden;
  background: #c0f4fb;
  border-radius: 15px;
  opacity: 0;
  pointer-events: none;
  transform: scale(0.2);
  transform-origin: bottom right;
  box-shadow: 0 0 128px 0 rgba(0, 0, 0, 0.1),
    0 32px 64px -48px rgba(0, 0, 0, 0.5);
  transition: all 0.3s ease;
  z-index: 1001;
}

body.show-chatbot .chatbot-popup {
  opacity: 1;
  pointer-events: auto;
  transform: scale(1);
}

.chat-header {
  display: flex;
  align-items: center;
  padding: 15px 22px;
  background: #28ffd4;
  justify-content: space-between;
}

.chat-header .header-info {
  display: flex;
  gap: 10px;
  align-items: center;
}

.header-info .chatbot-logo {
  width: 35px;
  height: 35px;
  padding: 6px;
  fill: #5350C4;
  flex-shrink: 0;
  background: #fff;
  border-radius: 50%;
}

.header-info .logo-text {
  color: #920183;
  font-weight: 600;
  font-size: 1.31rem;
  letter-spacing: 0.02rem;
  text-transform: uppercase;
}

.chat-header #close-chatbot {
  border: none;
  color: #fff;
  height: 40px;
  width: 40px;
  font-size: 1.9rem;
  margin-right: -10px;
  padding-top: 2px;
  cursor: pointer;
  border-radius: 50%;
  background: none;
  transition: 0.2s ease;
}

.chat-header #close-chatbot:hover {
  background: #012893;
}

.chat-body {
  padding: 25px 22px;
  gap: 20px;
  display: flex;
  height: 460px;
  overflow-y: auto;
  margin-bottom: 92px;
  flex-direction: column;
  scrollbar-width: thin;
  scrollbar-color: #ccccf5 transparent;
}

.chat-body,
.chat-form .message-input:hover {
  scrollbar-color: #ccccf5 transparent;
}

.chat-body .message {
  display: flex;
  gap: 11px;
  align-items: center;
}

.chat-body .message .bot-avatar {
  width: 35px;
  height: 35px;
  padding: 6px;
  fill: #fff;
  flex-shrink: 0;
  margin-bottom: 2px;
  align-self: flex-end;
  border-radius: 50%;
  background: #5350C4;
}

.chat-body .message .message-text {
  padding: 12px 16px;
  max-width: 75%;
  font-size: 0.95rem;
}

.chat-body .bot-message.thinking .message-text {
  padding: 2px 16px;
}

.chat-body .bot-message .message-text {
  background: #d88bfa;
  border-radius: 13px 13px 13px 3px;
}

.chat-body .user-message {
  flex-direction: column;
  align-items: flex-end;
}

.chat-body .user-message .message-text {
  color: #ffffff;
  background: #6a03a5;
  border-radius: 13px 13px 3px 13px;
}

.chat-body .user-message .attachment {
  width: 50%;
  margin-top: -7px;
  border-radius: 13px 3px 13px 13px;
}

.chat-body .bot-message .thinking-indicator {
  display: flex;
  gap: 4px;
  padding-block: 15px;
}

.chat-body .bot-message .thinking-indicator .dot {
  height: 7px;
  width: 7px;
  opacity: 0.7;
  border-radius: 50%;
  background: #6F6BC2;
  animation: dotPulse 1.8s ease-in-out infinite;
}

.chat-body .bot-message .thinking-indicator .dot:nth-child(1) {
  animation-delay: 0.2s;
}

.chat-body .bot-message .thinking-indicator .dot:nth-child(2) {
  animation-delay: 0.3s;
}

.chat-body .bot-message .thinking-indicator .dot:nth-child(3) {
  animation-delay: 0.4s;
}

@keyframes dotPulse {

  0%,
  44% {
    transform: translateY(0);
  }

  28% {
    opacity: 0.4;
    transform: translateY(-4px);
  }

  44% {
    opacity: 0.2;
  }
}

.chat-footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: #17ffbd;
  padding: 15px 22px 20px;
}

.chat-footer .chat-form {
  display: flex;
  align-items: center;
  position: relative;
  background: #31cbd9;
  border-radius: 32px;
  outline: 1px solid #CCCCE5;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.06);
  transition: 0s ease, border-radius 0s;
}

.chat-form:focus-within {
  outline: 2px solid #5350C4;
}

.chat-form .message-input {
  width: 100%;
  height: 47px;
  outline: none;
  resize: none;
  border: none;
  max-height: 180px;
  scrollbar-width: thin;
  border-radius: inherit;
  font-size: 0.95rem;
  padding: 14px 0 12px 18px;
  scrollbar-color: transparent transparent;
  background-color: #f092fb;
  color: white;
}

.chat-form .chat-controls {
  gap: 3px;
  height: 47px;
  display: flex;
  padding-right: 6px;
  align-items: center;
  align-self: flex-end;
}

.chat-form .chat-controls button {
  height: 35px;
  width: 35px;
  border: none;
  cursor: pointer;
  color: #706DB0;
  border-radius: 50%;
  font-size: 1.15rem;
  background: none;
  transition: 0.2s ease;
}

.chat-form .chat-controls button:hover,
body.show-emoji-picker  {
  color: #ff01f7!important;
  background: #f1f1ff;
}
.chat-controls #emoji-picker, #file-upload{
    color: white;
}


.chat-form .chat-controls #send-message {
  color: #fff;
  display: none;
  background: #5350C4;
}

.chat-form .chat-controls #send-message:hover {
  background: #3d39ac;
}

.chat-form .message-input:valid~.chat-controls #send-message {
  display: block;
}

.chat-form .file-upload-wrapper {
  position: relative;
  height: 35px;
  width: 35px;
}

.chat-form .file-upload-wrapper :where(button, img) {
  position: absolute;
}

.chat-form .file-upload-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 50%;
 
}

.chat-form .file-upload-wrapper #file-cancel {
  color: #ff0000;
  background: #fff;
}

.chat-form .file-upload-wrapper :where(img, #file-cancel),
.chat-form .file-upload-wrapper.file-uploaded #file-upload {
  display: none;
}

.chat-form .file-upload-wrapper.file-uploaded img,
.chat-form .file-upload-wrapper.file-uploaded:hover #file-cancel {
  display: block;
}

em-emoji-picker {
  position: absolute;
  left: 50%;
  top: -337px;
  width: 100%;
  max-width: 350px;
  visibility: hidden;
  max-height: 330px;
  transform: translateX(-50%);
}

body.show-emoji-picker em-emoji-picker {
  visibility: visible;
  
}

/* Responsive media query for mobile screens */
@media (max-width: 520px) {
  #chatbot-toggler {
    right: 3px;
    bottom: 47px;
    z-index: 1001;
  }

  .chatbot-popup {
    left: 0px;
    bottom: 65px;
    height: 90%;
    border-radius: 3px;
    width: 90%;
  }

  .chatbot-popup .chat-header {
    padding: 12px 15px;
  }

  .chat-body {
    height: calc(90% - 55px);
    padding: 25px 15px;
  }

  .chat-footer {
    padding: 10px 15px 15px;
  }

  .chat-form .file-upload-wrapper.file-uploaded #file-cancel {
    opacity: 0;
  }
}







#menu-btn {
    width: 30px;
    height: 30px;
    display: none;
}

#menu-btn img {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
}

#menu-close {
    display: none;
}
#toggle-theme i,
#toggle-language i {
  font-size: 18px;
  color: rgb(255, 255, 255);
  transition: 0.3s ease;
  border-radius: 2px;
  background-color: #0032bc;
  padding: 6px;
}

#toggle-theme:hover i,
#toggle-language:hover i {
  color: #FDC93B;
}



/*CÓDIGO AÑADIDO RECIENTEMENTE EN ESTA PARTE*/
#home {
    background-image: linear-gradient(rgba(9, 5, 54, 0.3), rgba(5, 4, 46, 0.7)), url("images/back.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding-top: 40px;
    width: 100%;
    height: 100vh;
}

#home h2 {
    color: #fff;
    font-size: 2.6rem;
    letter-spacing: 1px;
}

#home p {
    width: 50%;
    color: #fff;
    font-size: 0.9rem;
    line-height: 25px;
}

#home .btn {
    margin-top: 30px;
}

#home a {
    text-decoration: none;
    font-size: 0.9rem;
    padding: 13px 35px;
    background: #fff;
    border-radius: 5px;
    font-weight: 600;
    transition: 0.3s ease;
}


#home a.yellow {
    text-decoration: none;
    font-size: 0.9rem;
    color: #fff;
    background: #FDC93B;
}

#home a.yellow:hover {
    background: #f7f3e9;
    color: rgb(21, 21, 100);
}




#features {
    padding: 5vw 8vw 0 8vw;
    text-align: center;
}

#features .fea-base {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    grid-gap: 1rem;
    margin-top: 50px;
}

#features .fea-box {
    background: #f3e4ff;
    padding: 2rem;
    text-align: start;
}

#features .fea-box i {
    font-size: 2.3rem;
    color: rgb(44, 44, 80);
}

#features .fea-box h3 {
    font-size: 1.2rem;
    font-weight: 600;
    color: rgb(1, 1, 83);
    padding: 13px 0 7px 0;
}
#features p{
    color: #750282;
    font-weight: 500;
    
}

#features .fea-box p {
    font-size: 0.9rem;
    font-weight: 500;
    color: rgb(189, 6, 213);
}

#course {
    padding: 8vw 8vw 0 8vw;
    text-align: center;
}
#course h1{
  background-color: #2fff78;
  border-radius: 3px;
}
#course .subtitle{
  background-color: #00fff7;
  margin: 3px;
  border-radius: 3px;
}

#course .course-box {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    grid-gap: 1rem;
    margin-top: 50px;
}

#course .course-box .courses {
    text-align: start;
    position: relative;
     background: #f3e4ff;
    height: 100%;
    border-radius: 3px;
}

#course .course-box .courses video {
    width: 100%;
    height: 40%;
    object-fit: cover;
    background-position: center;
    border-radius: 5px;
}

#course .course-box .courses .details {
   height: 290px;
   padding:5px;
}

#course .course-box .courses .details i {
    color: #FDC93B;
    font-size: .9rem;
}




/* Registration */

#registration {
    margin-top: 8vw;
    padding: 6vw 8vw 6vw 8vw;
    background-color: #be7af6;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#registration .reminder {
    color: #005158;
    
}

#registration .reminder h1 {
    color: #08e2ff;
}



#registration .form {
    background: #00ffc4;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    padding: 40px;
    box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37);
}

#registration .form input {
    margin: 15px 0;
    padding: 15px 10px;
    border: 1px solid rgb(84, 40, 241);
    outline: none;
}

#registration .form input::placeholder {
    color: #413c3c;
    font-size: 0.9rem;
    font-weight: 500;
}

#registration .btn {
    margin-top: 20px;
}

#registration a {
    text-decoration: none;
    font-size: 0.9rem;
    padding: 13px 35px;
    background: #fff;
    border-radius: 5px;
    font-weight: 600;
    transition: 0.3s ease;
}

#registration a.yellow {
    text-decoration: none;
    font-size: 0.9rem;
    color: #fff;
    background: #ff00d0;
}

#registration a.yellow:hover {
    background: #e4e0d6;
    color: rgb(21, 21, 100);
}



  #review-slider{
       
        background-color: #98fbd8;
        
    }

  #review-slider h1{
    text-align: center;
    font-size: 2rem;
  }
    #review-slider p{
    text-align: center;
  }
  .review-card {
    background:#00eaff;
    border-radius: 1.5rem;
    padding: 2rem;
    box-shadow: 5px 5px 5px rgba(255, 255, 255, 1);
    text-align: center;
    transition: opacity 0.4s ease;
    min-height: 180px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  blockquote {
    font-style: italic;
    font-size: 1.2rem;
    margin: 0 0 1rem 0;
    color: #0e0000;
    font-weight: 500;
  }

  .review-card p {
    font-weight: bold;
    color: #555;
    margin: 0;
  }

  .buttons {
    margin-top: 1.5rem;
    display: flex;
    justify-content: center;
    gap: 1rem;
   
  }

  .buttons button {
    padding: 0.6rem 1.2rem;
    font-size: 1rem;
    border: none;
    font-weight: 500;
    background-color: #5bfaff;
    color: rgb(0, 0, 0);
    border-radius: 0.8rem;
    cursor: pointer;
    transition: background-color 0.3s ease;
  }

  .buttons button:hover {
    background-color: #05f3e7;
  }







.pro-link {
    margin-top: 10px;
   
}

.pro-link i {
    padding: 10px 13px;
    border: 1px solid rgb(21, 21, 100);
    cursor: pointer;
    transition: 0.3s ease;
}

.pro-link i:hover {
    background: rgb(21, 21, 100);
    color: #fff;
    border: 1px solid rgb(21, 21, 100);
    cursor: pointer;
}

footer {
    
    padding: 8vw;
    /* background-color: #002347; */
    background-color: #43c6b7;
    /* display: grid;
    grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
    grid-gap: 1rem; */
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}

footer .footer-col {
    padding-bottom: 40px;
}

footer h3 {
    color: rgb(31, 32, 30);
    font-weight: 600;
    padding-bottom: 20px;
}

footer li {
    list-style: none;
    color: #61036a;
    padding: 10px 0;
    font-size: 15px;
    cursor: pointer;
    transition: 0.3s ease;
    font-weight: 500;
}

footer li:hover {
    color: rgb(241, 240, 245);
}

footer p {
    color: #7b838a;
}



footer input {
    width: 220px;
    padding: 15px 12px;
    background: #334F6C;
    border: none;
    outline: none;
    color: #fff;
}

footer input::placeholder {
    font-size: 0.9rem;
}



footer .copyright {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    flex-wrap: wrap;
}

footer .copyright p {
    color: #fff;
}

footer .pro-link {
    margin-top: 0;
}

footer .pro-link i {
    background: #0df8f0;
    color: #f207ea;
}

footer .pro-link i:hover {
    background: #FDC93B;
    color: #2c2c2c;
}
#toTopBtn {
  position: fixed;
  bottom: 5px;
  right: 5px;
  z-index: 1000;
  display: none;
  font-size: 24px;
  background-color: #03f2ff;
  color: rgb(0, 0, 0);
  border: none;
  border-radius: 10%;
  padding: 2px 8px;
  cursor: pointer;
  box-shadow:  0px 5px 5px rgba(255, 255, 255, 0.8);
  transition: opacity 0.5s;
}
#toTopBtn:hover {
  background-color: #ff44ff;
}



/* About Section */

#about-home {
    background-image: linear-gradient(rgba(9, 5, 54, 0.3), rgba(5, 4, 46, 0.7)), url("images/back1.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 100%;
    height: 60vh;
    padding-top: 100px;
}

#about-home h2 {
    color: #fff;
    font-size: 2.2rem;
    letter-spacing: 1px;
}

#about-container {
    display: flex;
    align-items: center;
    padding: 8vw 8vw 2vw 8vw;
}

#about-container .about-img {
    width: 60%;
    padding-right: 60px;
}

#about-container .about-img img {
    width: 100%;
}

#about-container .about-text {
    width: 40%;
}

#about-container .about-text h2 {
    color: #29303B;
    padding-bottom: 15px;
}

#about-container .about-text p {
    color: #686F7A;
    font-weight: 300;
}

#about-container .about-text .about-fe {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 30px;
}

#about-container .about-text .about-fe img {
    width: 50px;
    background-size: cover;
    background-position: center;
    margin-right: 20px;
}

#about-container .about-text .about-fe .fe-text {
    width: 90%;
}

#about-container .about-text .about-fe .fe-text h5 {
    font-size: 16px;
    color: #29303B;
}

#trust {
    text-align: center;
    padding: 8vw 8vw 0 8vw;
}

#trust .trust-images {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-top: 60px;
}

#trust .trust-images img {
    width: 90px;
    height: auto;
}


/* Blog Section */

#blog-container {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 8vw;
}

#blog-container .blogs {
    width: 60%;
}

#blog-container .blogs .post {
    padding-bottom: 60px;
}

#blog-container .blogs .post img {
    width: 100%;
    border-radius: 19px;
}

#blog-container .blogs .post h3 {
    padding: 15px 0 10px 0;
    color: #29303B;
}

#blog-container .blogs .post p {
    color: #757373;
    padding-bottom: 20px;
    text-align: justify;
}

#blog-container .blogs .post a {
    text-decoration: none;
    font-size: 0.9rem;
    padding: 13px 35px;
    background: #fff;
    border-radius: 5px;
    font-weight: 600;
    transition: 0.3s ease;
}



#blog-container .cate {
    width: 30%;
}

#blog-container .cate h2 {
    padding-bottom: 7px;
}

#blog-container .cate a {
    text-decoration: none;
    color: #757373;
}

#blog-container .cate p {
    padding: 10px 0;
    font-weight: 500;
}


/* Post Section */

#blog-container .postpage {
    width: 60%;
    margin: 0 auto;
}

#blog-container .postpage img {
    width: 100%;
    height: 70vh;
    object-fit: cover;
}

#blog-container .postpage p {
    padding-bottom: 60px !important;
    text-align: justify;
}


/* Course Inner */

#course-inner {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 8vw;
}

#course-inner .overview {
    width: 70%;
}

#course-inner .overview .course-img {
    width: 100%;
    height: 65vh;
    object-fit: cover;
    border-radius: 12px;
    margin-bottom: 20px;
}

#course-inner h3 {
    padding: 35px 0 25px 0;
    color: #29303B;
}

#course-inner p {
    color: #64626e;
}

#course-inner hr {
    height: 1px;
    background: rgba(236, 226, 229, 0.5);
    margin-top: 40px;
}

#course-inner .overview .course-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

#course-inner .overview .course-head .c-name {
    width: 70%;
}

#course-inner .overview .course-head h2 {
    color: #29303B;
}

#course-inner .overview .course-head .star {
    margin: 6px 0;
}

#course-inner .overview .course-head i {
    color: #FDC93B;
    font-size: .9rem;
}

#course-inner .overview .course-head p {
    font-size: 15px;
}

#course-inner .overview .course-head span {
    padding: 16px 22px 13px;
    border-radius: 5px;
    font-size: 24px;
    font-weight: 700;
    color: #5838fc;
    background: rgba(88, 56, 252, 0.1);
}

#course-inner .learn p {
    font-size: 15px;
    padding-bottom: 15px;
}

#course-inner .learn p i {
    color: #654ce4;
    font-weight: 700;
    margin-right: 20px;
}

#course-inner .tutor {
    display: flex;
    /* margin: 25px 0; */
}

#course-inner .tutor img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    margin-right: 20px;
}

#course-inner .tutor h5 {
    font-size: 16px;
}

#course-inner .tutor p {
    font-size: 15px;
}

#course-inner .enroll {
    width: 300px;
    padding: 0px 30px 30px 30px;
    border-radius: 11px;
    box-shadow: 0px 20px 40px 0px rgb(11 2 55 / 8%);
}

#course-inner .enroll h3 {
    padding-bottom: 10px;
}

#course-inner .enroll p {
    font-size: 15px;
    color: #64626e;
    margin: 15px 0;
}

#course-inner .enroll p i {
    color: #654ce4;
    font-weight: 500;
    width: 16px;
    height: 16px;
    line-height: 16px;
    margin-right: 18px;
    text-align: center;
}

#course-inner .enroll-btn {
    padding: 25px 0 20px 0;
    margin: auto;
    text-align: center;
}




/* Contact */

#contact {
    display: flex;
 
   justify-content: center;
    padding: 4vw;
}



#contact .getin h2 {
    font-size: 30px;
    color: #2c234d;
    font-weight: 800;
    line-height: .8;
    margin-bottom: 16px;
}

#contact .getin p {
    color: #686875;
    line-height: 24px;
    border-bottom: 1px solid #e5e4ed;
    margin-bottom: 33px;
    padding-bottom: 25px;
}

#contact .getin .getin-details h3 {
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #2c234d;
}

#contact .getin .getin-details div {
    display: flex;
}

#contact .getin .getin-details .get {
    font-size: 16px;
    line-height: 22px;
    color: #5838fc;
    margin-right: 20px;
}

#contact .getin .getin-details div p {
    font-size: 14px;
    border-bottom: none;
    line-height: 22px;
    margin-bottom: 15px;
}

#contact .getin .getin-details .pro-link i {
    margin-right: 8px;
}

#contact .form {
    width: 60%;
    background: #f7f6fa;
    padding: 40px;
    border-radius: 10px;
}

#contact .form h4 {
    font-size: 24px;
    color: #2c234d;
    line-height: 30px;
    margin-bottom: 8px;
}

#contact .form p {
    color: #686875;
    line-height: 24px;
    padding-bottom: 25px;
}

#contact .form .form-row {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

#contact .form .form-row input {
    width: 48%;
    font-size: 14px;
    font-weight: 400;
    border-radius: 3px;
    border: none;
    background: #fff;
    color: #7e7c87;
    outline: none;
    border: 1px solid transparent;
    padding: 20px 30px;
    margin-bottom: 20px;
}

#contact .form .form-col input,
#contact .form .form-col textarea {
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    border-radius: 3px;
    border: none;
    background: #ffffff;
    color: #7e7c87;
    outline: none;
    border: 1px solid transparent;
    padding: 10px 15px;
    margin-bottom: 20px;
}

#contact .form button {
    font-size: 0.9rem;
    padding: 7px 15px;
    background: #fff;
    border-radius: 5px;
    outline: none;
    border: none;
    font-weight: 600;
    cursor: pointer;
    color: #fff;
    background: rgb(21, 21, 100);
}






#map {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0.5rem;
  text-align: center;
}

.map-container {
  width: 90%;
  max-width: 900px;
  aspect-ratio: 4 / 3;
  position: relative;
}

.map-container iframe {
  width: 100%;
  height: 80%;
  border: 3px solid black;
}







@media (max-width:899px) {
    .logo {
  font-size: 1.4rem;
  
  text-decoration: none;
}
 .logo span{
    color:#430073 ;
    font-size: 1.5rem;
  
}


    nav {
        padding: 5px 7px;
    }
  
    nav .navigation ul {
        width: 230px;
        height: 80vh;
        border-radius: 5px;
        position: absolute;
        top: 0;
        right: -230px;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        background: rgba(29, 205, 250, 0.80);
        backdrop-filter: blur( 4.5px);
        -webkit-backdrop-filter: blur( 4.5px);
        border: 3px solid rgb(255, 255, 255);
        z-index: 99999;
        transition: 0.3s ease-in-out;
    }
    nav .navigation ul.active {
        right: -5px;
    }
    #menu-close {
        display: initial;
        font-size: 1.6rem;
        padding: 30px 0px 20px 20px;
        color: #fff;
    }
    nav .navigation ul li {
        padding: 20px 0px 20px 40px;
        margin-left: 0;
    }
    nav .navigation ul li a {
        color: #000000;
        font-weight: 800;
    }
 
    #menu-btn {
        display: initial;
    }


    /*CÓDIGO AÑADIDO EN ESTA PARTE*/
    #home {
        padding-top: 0px;
        width: 100%;
        height: 100vh;
    }
    #home h2 {
        font-size: 2.1rem;
        line-height: 45px;
    }
    #home p {
        width: 90%;
        color: #fff;
        font-size: 0.9rem;
        line-height: 25px;
    }



    #features {
        padding: 8vw 4vw 0 4vw;
    }
    #features h1{
      background-color: #30fd97;
      border-radius: 3px;
    }
    #course {
        padding: 8vw 4vw 0 4vw;
    }
    #registration {
        margin-top: 8vw;
        padding: 6vw 4vw;
    }
    #registration .reminder .time {
        display: flex;
        flex-wrap: wrap;
    }
    footer .pro-link {
        margin-top: 15px;
    }
    /* About Section */
    #about-container {
        padding: 8vw 4vw 2vw 4vw;
    }
    #about-container .about-img {
        padding-right: 30px;
    }
    #trust .trust-images img {
        width: 50px;
        height: auto;
    }
    /* Blog Section */
    #blog-container {
        padding: 8vw 4vw;
    }
    /* Post Section */
    #blog-container .postpage {
        width: 100%;
        margin-top: 30px;
    }
    #blog-container .postpage img {
        width: 100%;
        height: 50vh;
        object-fit: cover;
    }
    /* Course Inner */
    #course-inner {
        padding: 8vw 4vw;
        flex-direction: column;
    }
    #course-inner .overview {
        width: 100%;
        padding-bottom: 30px;
    }
    #course-inner .overview .course-img {
        width: 100%;
        height: 100%;
    }
    /* Contact */
    #contact {
        padding: 8vw 4vw;
    }

}

@media (max-width: 475px) {
    h1 {
        font-size: 2rem;
    }
    #registration {
        margin-top: 8vw;
        padding: 6vw 4vw 6vw 4vw;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
    }
    #registration .reminder .time {
        margin-top: 20px;
        justify-content: center;
        align-items: center;
    }
    #registration .form {
        margin-top: 20px;
        width: 100%;
    }
    footer input {
        width: 100%;
        margin-bottom: 15px;
    }
    /* About Section */
    #about-container {
        flex-direction: column-reverse;
    }
    #about-container .about-img {
        width: 100%;
        padding-right: 0px;
    }
    #about-container .about-text {
        width: 100%;
        padding-bottom: 20px;
    }
    #trust {
        text-align: center;
        padding: 8vw 4vw 0 4vw;
    }
    #trust .trust-images {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        margin-top: 40px;
    }
    #trust .trust-images img {
        width: 60px;
        margin: 10px 15px;
        height: auto;
    }
    /* Blog Section */
    #blog-container {
        flex-direction: column;
    }
    #blog-container .blogs {
        width: 100%;
    }
    #blog-container .cate {
        width: 100%;
    }
    #blog-container .postpage {
        width: 100%;
        margin-top: 70px;
    }
    /* Course_inner */
    #course-inner .overview .course-head h2 {
        font-size: 22px;
    }
    #course-inner .overview .course-head span {
        font-size: 22px;
    }
    #course-inner .enroll {
        width: 100%;
    }
    /* contact */
    #contact {
        display:inline-block;
       align-items: center;
    }

    #contact .getin {
        width: 100%;
        margin-bottom: 60px;
    }
}


/*CAMBIO DE TEMA DARK MODE*/
body.dark-theme {
  background-color: #0d1b39;
  color: #e0f7ff;
}

body.dark-theme nav {
  background-color: #0d1b39;
  box-shadow: none;
}
body.dark-theme .details{
  background-color: #43776b;
  
}
body.dark-theme #course .course-box .courses{
  background-color: #0d1b39;
  
}


body.dark-theme .logo {
  background-color: #2b4963;
  color: #00fff7;
}

body.dark-theme .logo span {
  color: #00bcbc;
}

body.dark-theme nav .navigation ul li a {
  color: #e0f7ff;
}

body.dark-theme nav .navigation ul li a:hover,
body.dark-theme nav .navigation ul li a.active {
  color: #00fff7;
}

body.dark-theme footer {
  background-color: #0d1b39;
}

body.dark-theme footer p,
body.dark-theme footer li {
  color: #04c0ea;
}

body.dark-theme footer li:hover {
  color: #00fff7;
}

body.dark-theme .blue,
body.dark-theme a.blue {
  background: #00bcbc;
  color: #010a1f !important;
  border-color: #00fff7;
}

body.dark-theme .blue:hover,
body.dark-theme a.blue:hover {
  background: #00fff7;
  color: #010a1f !important;
}

/* Tarjetas o secciones */
body.dark-theme .fea-box,
body.dark-theme .courses,
body.dark-theme .form,
body.dark-theme .enroll {
  background-color: #0d1b39;
  color: #e0e0ff;
}

body.dark-theme .fea-box h3,
body.dark-theme .fea-box p,
body.dark-theme .courses p {
  color: #ef5cff;
  font-weight: 500;
}
body.dark-theme #review-slider{
  background-color: #010a1f;
}
body.dark-theme h1, body.dark-theme h3{
  color: #ff51e5;
}
body.dark-theme h6 {
    font-size: 1.1rem;
    color: rgb(255, 254, 254);
    display: inline;
    background: linear-gradient(120deg, rgba(10, 190, 214, 0.8) 90%, transparent 0%);
    background-repeat: no-repeat;
    background-size: 100% 0.5em;
    background-position: 0 90%;
}

