@charset "utf-8";
h1,

h4,
h5,
h6 {
  color: #fff;
}
h3{
color: #fff;	
	
	
}
h2{
color:#000; 	
}
.text-secondary{
color:#fff; 	
	
	
}
a {
  color: #1e1e1e;
  transition: all 0.5s ease-in-out;
}

a:hover {
  color: #0078ff;
  text-decoration: none;
  transition: all 0.5s ease-in-out;
}

.p-r {
  position: relative;
}

@keyframes animate4 {
  0% {
    bottom: -100%;
  }
  50%,
  100% {
    bottom: 100%;
  }
}
.color-a {
  color: #0078ff;
}

.color-d {
  color: #f5f5f5;
}

.color-text-a {
  color: #4e4e4e;
}
.filter-btn {
  padding: 10px 20px !important;
  font-size: 1rem !important;
  border: 2px solid #0ff !important;
  background-color: transparent !important;
  color: #0ff !important;
  border-radius: 5px !important;
  margin: 5px 5px !important;
  cursor: pointer !important;
  text-transform: uppercase !important;
  font-weight: bold !important;
  transition: all 0.3s ease !important;
  box-shadow: 0 0 5px #0ff, 0 0 10px #0ff, 0 0 20px #0ff !important;
}

.filter-btn:hover,
.filter-btn.active {
  background-color: #0ff !important;
  color: #111 !important;
  box-shadow: 0 0 10px #0ff, 0 0 20px #0ff, 0 0 40px #0ff !important;
}

/* Opcional: animación neon */


.box-shadow,
.paralax-mf,
.service-box,
.work-box,
.card-blog {
  box-shadow: 0 13px 8px -10px rgba(0, 0, 0, 0.1);
}

.box-shadow-a,
.button:hover {
  box-shadow: 0 0 0 4px #cde1f8;
}

.display-5 {
  font-size: 2.5rem;
  font-weight: 300;
  line-height: 1.1;
}

.display-6 {
  font-size: 2rem;
  font-weight: 300;
  line-height: 1.1;
}

.bg-image {
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-position: center center;
}

.paralax-mf {
  position: relative; /* Contenedor relativo */
  background-size: cover;
  background-position: center;
  overflow: hidden;
}

/* Overlay semitransparente */
.overlay-mf {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(30,100,170,0.5);
  z-index: 1; /* debajo del contenido */
}
.display-table {
  width: 100%;
  height: 100%;
  display: table;
}

.table-cell {
  display: table-cell;
  vertical-align: middle;
}
.btn-neon {
  display: inline-block;
  padding: 12px 30px;
  color: #0ff;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1rem;
  border: 2px solid #0ff;
  border-radius: 8px;
  transition: 0.3s;
  text-transform: uppercase;
  letter-spacing: 1px;
  box-shadow: 0 0 0px #0ff, 0 0 5px #0ff, 0 0 10px #0ff, 0 0 20px #0ff;
  margin-top: 20px;
 margin-left:13px;  
}

.btn-neon:hover {
  color: #000;
  background-color: #0ff;
  box-shadow: 0 0 5px #0ff, 0 0 10px #0ff, 0 0 20px #0ff, 0 0 30px #0ff;
}
/*--/ Sections /--*/

.sect-4 {
  padding: 4rem 0;
}

.sect-pt4 {
  padding-top: 4rem;
}

.sect-mt4 {
  margin-top: 4rem;
}

/*--/ Title s /--*/

.title-s {
  font-weight: 600;
  color: #fff;
  font-size: 1.1rem;
}

/*--/ Title A /--*/

.title-box {
  margin-bottom: 4rem;
text-align: center
}

.title-a {
  font-size: 3rem;
  font-weight: bold;
  text-transform: uppercase;
text-align:center 
}

.subtitle-a {
  color: #fff;
}

.line-mf {
  width: 50px;
  height: 5px;
  background-color:#0078ff;
  margin: 0 auto;
}

/*--/ Title Left /--*/

.title-box-2 {
  margin-bottom: 3rem;
}

.title-left {
  font-size: 3rem;
  position: relative;
font-weight:bold; 
}

.title-left:before {
  content: '';
  position: absolute;
  height: 3px;
  width: 100px;
  bottom: -12px;
}

/*------/ Box /------*/

.box-pl2 {
  padding-left: 2rem;
}

.box-shadow-full {
  padding: 3rem 1.25rem;
  position: relative;
  background-color: #000;
  margin-bottom: 3rem;
  z-index: 2;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.06), 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}

/*------/ Socials /------*/

.socials {
  padding: 1.5rem 0;
}

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


.social-icons{
margin-top:15px; 	
	
	
}
.socials .ico-circle:hover {
  background-color: #0078ff;
  color: #fff;
  box-shadow: 0 0 0 3px #cde1f8;
  transition: all 500ms ease;
}

/*------/ Ul resect /------*/

.ul-resect,
.socials ul,
.list-ico,
.blog-wrapper .post-meta ul,
.box-comments .list-comments,
.widget-sidebar .list-sidebar,
.widget-tags ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.list-ico {
  line-height: 2;
}

.list-ico span {
  color: #fff;
  margin-right: 10px;
}

/*------/ Ico Circle /------*/

.ico-circle {
  height: 100px;
  width: 100px;
  font-size: 2rem;
  border-radius: 50%;
  line-height: 1.55;
  margin: 0 auto;
  text-align: center;
  box-shadow: 0 0 0 10px #0078ff;
  display: block;
}

/*------/ Owl Carousel /------*/

.owl-theme .owl-dots {
  text-align: center;
  margin-top: 18px;
}

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
}

.owl-theme .owl-dots .owl-dot span {
  width: 18px;
  height: 7px;
  margin: 5px 5px;
  background: #cde1f8;
  border: 0px solid #cde1f8;
  display: block;
  transition: all 0.6s ease-in-out;
  cursor: pointer;
}

.owl-theme .owl-dots .owl-dot:hover span {
  background-color: #cde1f8;
}

.owl-theme .owl-dots .owl-dot.active span {
  background-color: #1B1B1B;
  width: 25px;
}

/*--/ Scrolltop s /--*/

.scrolltop-mf {
  position: relative;
  display: none;
}

.scrolltop-mf span {
  z-index: 999;
  position: fixed;
  width: 42px;
  height: 42px;
  background-color: #0078ff;
  opacity: .7;
  font-size: 1.6rem;
  line-height: 1.5;
  text-align: center;
  color: #fff;
  top: auto;
  left: auto;
  right: 30px;
  bottom: 50px;
  cursor: pointer;
  border-radius: 50%;
}

/* Back to top button */

.back-to-top {
  position: fixed;
  display: none;
  background: #00F3FF;
  color: #fff;
  width: 44px;
  height: 44px;
  text-align: center;
  line-height: 1;
  font-size: 16px;
  border-radius: 50%;
  right: 15px;
  bottom: 15px;
  transition: background 0.2s;
  z-index: 11;
}
.back-to-top:hover{
box-shadow:2px 2px 20px #00F3FF;	
background:#00F3FF;	 	
	
	
}
.back-to-top i {
  padding-top: 12px;
  color: #fff;
}
.back-to-top i:hover{
color: #000;	
transition: all 0.5s ease-in-out; 	
	
	
}
.lead{
color:white;
	
	
}
span{
color:white;
	
	
	
}

.logo{
width:101px; 
height:49px;	
	
	
	
	
}
/*======================================
//--//   NAVBAR
======================================*/

/* Navbar links */
.navbar-b .nav-link {
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  text-decoration: none;
  position: relative;
  display: inline-block;
  padding-bottom: 6px; /* espacio para la línea */
  transition: color 0.3s ease;
  overflow: hidden; 
}

/* Subrayado animado (hover) */
.navbar-b .nav-link::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;           /* por defecto línea invisible */
  height: 3px;
  border-radius: 2px;
  background: linear-gradient(270deg, #0ff, #00f3ff, #0078ff, #0ff);
  background-size: 600% 100%;
  box-shadow: 0 0 5px #0ff, 0 0 10px #0ff, 0 0 20px #0078ff;
  transition: width 0.4s ease, box-shadow 0.4s ease;
  animation: neonSlide 3s linear infinite;
}
.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
background-color: black;
}
/* Hover */
.navbar-b .nav-link:hover::after {
  width: 60%;
  box-shadow: 0 0 10px #0ff, 0 0 20px #0ff, 0 0 30px #0078ff, 0 0 40px #0ff;
}

/* Link activo (indicador de página actual) */
.navbar-b .nav-link.active::after {
  width: 60%;   /* visible permanentemente */
  box-shadow: 0 0 10px #0ff, 0 0 20px #0ff, 0 0 30px #0078ff, 0 0 40px #0ff;
}
/*======================================
//--//   INTRO
======================================*/

.intro {
  height: 100vh;
  position: relative;
  color: #fff;
}

.intro .intro-content {
  text-align: center;
  position: absolute;
}


/* Capa oscura */
.overlay-itro {
  position: absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background: rgba(0,0,0,0.5);
  z-index:1;
}

/* Texto delante */
.intro-content {
  position: relative;
  z-index:1;
  color: #fff; /* obligatorio para que se vea */
}

.intro .intro-title {
  color: #fff;
  font-weight: 600;
  font-size: 3rem;
}

.intro .intro-subtitle {
  font-size: 1.5rem;
  font-weight: 300;
}

.intro .text-slider-items {
  display: none;
}

.intro-single {
  height: 350px;
}

.intro-single .intro-content {
  margin-top: 30px;
}

.intro-single .intro-title {
  text-transform: uppercase;
  font-size: 3rem;
}

.intro-single .breadcrumb {
  background-color: transparent;
  color: #0078ff;
}

.intro-single .breadcrumb .breadcrumb-item:before {
  color: #cde1f8;
}

.intro-single .breadcrumb .breadcrumb-item.active {
  color: #cde1f8;
}

.intro-single .breadcrumb a {
  color: #fff;
}

/*======================================
//--//   ABOUT
======================================*/
.about-img {
  padding-right: 10px;
margin-right:10px; 
}
.about-img {
padding-left:10px;
margin-left:400px; 
}
/*======================================
//--//   SERVICES
======================================*/

.service-box {
  background-color: #fff;
  padding: 2.5rem 1.3rem;
  border-radius: 1rem;
  margin-bottom: 3rem;
}

.service-box:hover .ico-circle {
  transition: all 500ms ease;
  color: #fff;
  background-color: #0078ff;
  box-shadow: 0 0 0 10px #cde1f8;
}

.service-box .service-ico {
  margin-bottom: 1rem;
  color: #1e1e1e;
}

.service-box .ico-circle {
  transition: all 500ms ease;
  font-size: 4rem;
}

.service-box .s-title {
  font-size: 1.4rem;
  text-transform: uppercase;
  text-align: center;
  padding: .4rem 0;
}

.service-box .s-description {
  color: #4e4e4e;
}

/*======================================
//--//   COUNTER
======================================*/

.counter-box {
  color: #fff;
  text-align: center;
}

.counter-ico {
  margin-bottom: 1rem;
}

.counter-ico .ico-circle {
  height: 60px;
  width: 60px;
  line-height: 1.8;
  box-shadow: 0 0 0 10px #cde1f8;
}

.counter-num .counter {
  font-size: 2rem;
  margin-bottom: 0;
}

/*======================================
//--//   PORTFOLIO
======================================*/

.work-box {
  margin-bottom: 3rem;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: #fff;
}

.work-box:hover img {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}

.work-img {
  display: block;
  overflow: hidden;
}

.work-img img {
  transition: all 1s;
}

.work-content {
  padding: 2rem 3% 1rem 4%;
}

.work-content .w-more {
  color: #4e4e4e;
  font-size: .8rem;
}

.work-content .w-more .w-ctegory {
  color: #0078ff;
}

.work-content .w-like {
  font-size: 2.5rem;
  color: #0078ff;
  float: right;
}

.work-content .w-like a {
  color: #0078ff;
}

.work-content .w-like .num-like {
  font-size: .7rem;
}

.w-title {
  font-size: 1.2rem;
}

/*======================================
//--//   TESTIMONIALS
======================================*/

.testimonials .owl-carousel .owl-item img {
  width: auto;
}

.testimonial-box {
  color: #fff;
  text-align: center;
}

.testimonial-box .author-test {
  margin-top: 1rem;
}

.testimonial-box .author-test img {
  margin: 0 auto;
}

.testimonial-box .author {
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  margin: 1rem 0;
  display: block;
  font-size: 1.4rem;
}

.testimonial-box .comit {
  font-size: 2rem;
  color: #0078ff;
  background-color: #fff;
  width: 52px;
  height: 52px;
  display: block;
  margin: 0 auto;
  border-radius: 50%;
  line-height: 1.6;
}

/*======================================
//--//   BLOG
======================================*/

.card-blog .card-body {
  position: relative;
}

.card-blog .card-category-box {
    position: absolute;
    text-align: center;
    top: -17px;
    left: 15px;
    right: 15px;
    line-height: 25px;
    overflow: hidden;
}

.card-blog .card-category {
  display: inline-block;
  color: #fff;
  padding: 0 15px 5px;
  overflow: hidden;
  background-color: #00335E;
  border-radius: 4px;
}

.card-blog .card-category .category {
  color: #fff;
  display: inline-block;
  text-transform: uppercase;
  font-size: .7rem;
  letter-spacing: .1px;
  margin-bottom: 0;
}

.card-blog .card-title {
  font-size: 1.3rem;
  margin-top: .6rem;
}

.card-blog .card-description {
  color: #4e4e4e;
}

.card-blog .post-author {
  display: inline-block;
}

.card-blog .post-date {
  color: #4e4e4e;
  display: inline-block;
  float: right;
}

/*======================================
//--//   BLOG-SINGLE
======================================*/

.post-box,
.form-comments,
.box-comments,
.widget-sidebar {
  padding: 2rem;
  background-color: #fff;
  margin-bottom: 3rem;
}

.blog-wrapper .article-title {
  font-size: 1.5rem;
}

.blog-wrapper .post-meta {
  margin: 1rem 0;
}

.blog-wrapper .post-meta ul {
  border-left: 4px solid #0078ff;
  margin-top: 1rem;
}

.blog-wrapper .post-meta ul li {
  display: inline-block;
  margin-left: 15px;
}

.blog-wrapper .post-meta ul a {
  color: #0078ff;
}

.blog-wrapper .post-meta ul span {
  color: #1e1e1e;
}

.blog-wrapper .blockquote {
  border-left: 4px solid #0078ff;
  padding: 18px;
  font-style: italic;
}

/*------/ Comments /------*/

.box-comments .list-comments li {
  padding-bottom: 40px;
}

.box-comments .list-comments .comment-avatar {
  display: table-cell;
  vertical-align: top;
}

.box-comments .list-comments .comment-avatar img {
  width: 80px;
  height: 80px;
}

.box-comments .list-comments .comment-author {
  font-size: 1.3rem;
}

.box-comments .list-comments .comment-details {
  display: table-cell;
  vertical-align: top;
  padding-left: 25px;
}

.box-comments .list-comments a {
  color: #0078ff;
}

.box-comments .list-comments span {
  color: #1e1e1e;
  font-style: italic;
}

.box-comments .comment-children {
  margin-left: 40px;
}

/*------/ Sidebar /------*/
.skills {
  position: relative;
  overflow: hidden;
  padding: 120px 20px;
  
  text-align: center;
  color: #00fff7;
  font-family: 'Orbitron', sans-serif;
}

.skills h2 {
  font-size: 3rem;
  margin-bottom: 70px;
  text-shadow: 0 0 15px #00fff7, 0 0 40px #ff00ff;
  position: relative;
  z-index: 2;
}

.orb-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, 220px); /* columnas de 220px fijos */
  justify-content: center; /* centra las columnas */
  gap: 50px; /* espacio entre orbs */
  margin-top: 60px; 
  position: relative;
  z-index: 2;
  padding: 20px;
}

/* Orbes */
.orb {
  width: 220px;   /* tamaño fijo */
  height: 220px;  /* tamaño fijo */
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border: 3px solid var(--color);
  box-shadow: 0 0 25px var(--color), inset 0 0 25px var(--color);
}

.orb::after {
  content: "";
  position: absolute;
  width: 150px;
  height: 150px;
  background: #050014;
  border-radius: 50%;
  border: 2px solid var(--color);
  box-shadow: inset 0 0 25px var(--color);
  z-index: 1;
}

.orb-inner {
  z-index: 2;
  font-size: 1.3rem;
  color: white;
  text-shadow: 0 0 12px var(--color);
  letter-spacing: 2px;
  font-weight: bold;
}

.orb span {
  position: absolute;
  bottom: -40px;
  font-weight: bold;
  color: var(--color);
  text-shadow: 0 0 12px var(--color);
}
/* Partículas */
.particles {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}

.particle {
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #00fff7;
  box-shadow: 0 0 8px #00fff7, 0 0 16px #ff00ff;
  opacity: 0.8;
}
/* COMPLETADO */

/*======================================
//--//   CONTACT
======================================*/

.footer-paralax {
  padding: 4rem 0 0 0;
}

.contact-mf {
  margin-top: 4rem;
}

/*======================================
//--//   FOOTER
======================================*/

footer {
  text-align: center;
  color: #fff;
  padding-bottom: 4rem;
background-color:black;
position: relative;
  z-index: 10;
}

footer .copyright {
  margin-bottom: .3rem;
}

footer .credits {
  margin-bottom: 0;
}

footer .credits a {
  color: #fff;
}
.social-icons {
  display: flex;
  justify-content: center;
  gap: 25px;
}

/* Base del icono */
.social-icons a {
  position: relative;
  font-size: 28px;
  color: #66fcf1;
}
/* Hover: efecto glitch */
.social-icons a:hover {
  animation: glitch 0.4s steps(2, end) infinite;
  color: #ffffff;
}

/* Capas de glitch usando sombras */
@keyframes glitch {
  0% {
    transform: translate(0);
    text-shadow: 
      1px 0 #f0f,
     -1px 0 #0ff;
  }
  25% {
    transform: translate(-1px, 1px);
    text-shadow: 
      -2px -1px #f0f,
       2px 1px #0ff;
  }
  50% {
    transform: translate(1px, -1px);
    text-shadow: 
      2px 1px #f0f,
     -2px -1px #0ff;
  }
  75% {
    transform: translate(-1px, 0);
    text-shadow: 
      -1px 1px #f0f,
       1px -1px #0ff;
  }
  100% {
    transform: translate(0);
    text-shadow: 
      1px 0 #f0f,
     -1px 0 #0ff;
  }
}
/*======================================
//--//   CONtaCT FORM
======================================*/

#sendmessage {
  color: #0078ff;
  border: 1px solid #0078ff;
  display: none;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#errormessage {
  color: red;
  display: none;
  border: 1px solid red;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#sendmessage.show,
#errormessage.show,
.show {
  display: block;
}

.validation {
  color: red;
  display: none;
  margin: 0 0 20px;
  font-weight: 400;
  font-size: 13px;
}
/* Navbar */

/* Links del menú */

/* Botón hamburguesa */
.navbar-toggler {
  border: none!important;
  background: transparent!important;
  width: 30px!important;
  height: 25px!important;
  display: flex!important;
  flex-direction: column!important;
  justify-content: space-between!important;
  cursor: pointer!important;
  padding: 0!important;
}

.navbar-toggler span {
  display: block!important;
  height: 3px!important;
  width: 100%!important;
  background-color: #fff!important;
  border-radius: 2px!important;
  transition: all 0.3s ease!important;
}

/* Estado inicial: 3 barras (botón collapsed) */
.navbar-toggler.collapsed span:nth-child(1),
.navbar-toggler.collapsed span:nth-child(2),
.navbar-toggler.collapsed span:nth-child(3) {
  transform: rotate(0) translateY(0)!important;
  opacity: 1!important;
}

/* Estado activo: X (cuando se abre el menú) */
.navbar-toggler:not(.collapsed) span:nth-child(1) {
  transform: rotate(45deg) translateY(9px)!important;
}
.navbar-toggler:not(.collapsed) span:nth-child(2) {
  opacity: 0!important;
}
.navbar-toggler:not(.collapsed) span:nth-child(3) {
  transform: rotate(-45deg) translateY(-9px)!important;
}
/*======================================
//--//   BUTTON
======================================*/



.button-big {
  padding: .9rem 2.3rem!important;
  font-size: 1.2rem!important;
}

.button-rouded {
  border-radius: 5rem!important;
}

.btn-lg {
  padding: .5rem 1rem!important;
  font-size: 1.25rem!important;
  line-height: 1.5;
  border-radius: .3rem;
}

@media (min-width: 577px) {
  .counter-box {
    margin-bottom: 1.8rem!important;
  }
}

@media (min-width: 767px) {
  .about-mf .box-pl2 {
    margin-top: 3rem!important;
    padding-left: 0rem!important;
  }

  .card-blog {
    margin-bottom: 3rem!important;
  }

  .contact-mf .box-pl2 {
    margin-top: 3rem!important;
    padding-left: 0rem!important;
  }
}

@media (min-width: 768px) {
  .box-shadow-full {
    padding: 3rem!important;
  }

  .navbar-b.navbar-trans .nav-item,
  .navbar-b.navbar-reduce .nav-item {
    padding-left: 10px!important;
  }

  .navbar-b.navbar-trans .nav-link:before,
  .navbar-b.navbar-reduce .nav-link:before {
    margin-left: 18px!important;
  }

  .intro .intro-title {
    font-size: 4.5rem!important;
  }

  .intro .intro-subtitle {
    font-size: 2.5rem!important;
  }

  .intro-single .intro-title {
    font-size: 3.5rem!important;
  }

  .testimonial-box .description {
    padding: 0 5rem!important;
  }

  .post-box,
  .form-comments,
  .box-comments,
  .widget-sidebar {
    padding: 3rem!important;
  }

  .blog-wrapper .article-title {
    font-size: 1.9rem!important;
  }

  .box-comments .list-comments .comment-author {
    font-size: 1.5rem!important;
  }
	
}

@media (min-width: 992px) {
  .testimonial-box .description {
    padding: 0 8rem!important;
  }
}

@media (min-width: 1200px) {
  .testimonial-box .description {
    padding: 0 13rem!important;
  }
}

@media (max-width: 1024px) {
  .bg-image {
    background-attachment: scroll!important;
  }
}

@media (max-width: 768px) {
  .back-to-top {
    bottom: 15px!important;
  }
}
@media (max-width: 767.98px) {
  .navbar-toggler{
    border: none!important;
    background: transparent!important;
    width: 30px!important;
    height: 25px!important;
    display: flex!important;
    flex-direction: column!important;
    justify-content: space-between!important;
    cursor: pointer!important;
    padding: 0!important;
  }

  .navbar-toggler span{
    display:block!important;
    height:3px!important;
    width:100%!important;
    background:#fff!important;
    border-radius:2px!important;
    transition:all .3s ease!important;
  }
}

@media (min-width: 768px) {
  .navbar-toggler{ display: none!important; }
}


