html {
    scroll-behavior: smooth;
}
.boton-coti {
    display: inline-block !important;
    padding: 12px 25px !important;
    color: #fff !important;
    border: 2px solid #fff !important;
    background-color: transparent !important;
    text-decoration: none !important;
    border-radius: 6px !important;
    font-weight: 500;
    transition: all 0.3s ease !important;
}
.boton-coti:hover {
    background: #ff9d21 !important;
    border-color: #ff9d21 !important;
    color: #000 !important;
}
/*Estilos del Menu*/
.navbar-toggler {
    border-color: white !important;
}
/* NAVBAR TRANSLÚCIDA */
.navbar-custom 
{
    background-color: rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(6px);
    transition: background-color 0.3s ease, backdrop-filter 0.3s ease;
}

.navbar-custom a 
{
    color: white;
}

.navbar-custom a:hover
{
    color: #ffaa33;
}
.navbar-custom.scrolled a 
{
    color: black;
}
/* NAVBAR SÓLIDA CUANDO SE HACE SCROLL */
.navbar-custom.scrolled 
{
    background-color: rgba(255, 255, 255, 1);
    backdrop-filter: none;
}

.navbar-custom .nav-link 
{
    font-size: 1.2rem;
    font-weight: 500;
}
.logo{
    height:65px;
    width: 100%;
}
/* DIVIDER */

.divider{
height:1px;
background:linear-gradient(to right,transparent,#88a3cf,transparent);
}
.divider2{
height:1px;
background:linear-gradient(to right,transparent,#88a3cf,transparent);
margin-top: 50px;
margin-bottom:50px;
}
/* SECCIÓN HERO */
.hero-section {
    background-image: url('../img/home1.png');
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    padding: 120px 0;
    position: relative;
    color: white;
    background-attachment: fixed;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}
.hero-content {
  position: relative;
  z-index: 2;
}
.hero-title {
    font-size: 3.5rem;
    font-weight: 700;
    line-height: 1.2;
}
.hero-title span {
    color: #ffaa33;/*--#13d2c8; */
}
.hero-text {
    font-size: 1.2rem;
    margin-top: 20px;
    max-width: 480px;
    opacity: 0.9;
}
/*seccion about*/
.about-section {
    background: #f8f9fa;
}
.about{
  background-image: url('../img/rm222-mind-40.jpg');
      width: 100%;
    height: 100%;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
}
.about-title {
    font-size: 50px;
    font-weight: 800;
    margin-bottom: 20px;
    color: #102c5a;
    line-height: 1.3em;
}

.about-text {
    font-size: 1.1rem;
    line-height: 1.7;
    color:#798795;
}
.about-text2 {
    font-size: 1.1rem;
    line-height: 1.7;
    color:black;
}

.service-card {
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.10);
  transition: all 0.3s ease;
  height: 100%;
}

.service-card:hover {
  transform: translateY(-15px) scale(1.05);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.2);
}
.espacio {
padding-bottom: 70px;
}
.espacio_laterales {
padding-right:100px;
padding-left:100px;
}
.mas-button {
  display: inline-block;
  background: #194489;
  color: #ffffff;
  padding: 7px 40px;
  border-radius: 40px;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
  border: none;
      box-shadow: 2px 3px 5px 0px #00000047;
}
.mas-button:hover {

  background:#ff9d21;
  transform: scale(1.1);
}
.mas-button2 {
  display: inline-block;
  background: #ff9d21/*#194489*/;
  color: #ffffff;
  padding: 7px 40px;
  border-radius: 40px;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
  border: none;
      box-shadow: 2px 3px 5px 0px #00000047;
}
.mas-button2:hover {

  background:#194489;
  transform: scale(1.1);
}
.icon-box {
  width: 80px;
  height: 80px;
  margin: 0 auto;
  background: #e9f7f4;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.icon-box i {
  font-size: 36px;
  color: #ffaa33;
}
.card-rotated {
    transform: rotate(-4deg);
}
.card-rotated-2{
    transform: rotate(4deg);
}
.tech-pattern {
    width: 100%;
    height: 100%;
    background-image: url('../img/tech-pattern (1).jpg');
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
}
.cta-section {
  background-color:  #011633;
  min-height: 55vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 60px 20px;
}

.cta-content {
  max-width: 900px;
}

.cta-content h1 {
  color: #ffffff;
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 20px;
}

.cta-content p {
  color: #d1e5e4;
  font-size: 1.1rem;
  line-height: 1.6;
  margin-bottom: 35px;
}

.cta-button {
  display: inline-block;
  background: #ff9d21;
  color: #ffffff;
  padding: 14px 40px;
  border-radius: 40px;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
  box-shadow: 4px 2px 4px 1px #00000085;
}

.cta-button:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.4);
}
.footer {
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  background-image:
    linear-gradient(rgba(0,0,0,0.55), rgba(0,0,0,0.55)),
    url('../img/home1.png');

  color: #cfdede;
  padding: 70px 20px 20px;
  font-family: Arial, sans-serif;
}

/* Solo en escritorio (evita problemas en móviles) */
@media (min-width: 768px) {
  .footer {
    background-attachment: fixed;
  }
}

/* Títulos */
.footer h4 {
  color: #ffffff;
  margin-bottom: 15px;
  font-size: 0.95rem;
}

/* Listas */
.footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer ul li {
  margin-bottom: 10px;
  font-size: 0.9rem;
  cursor: pointer;
}

.footer ul li:hover {
  color: #ff9d21;
}

/* Marca */
.logo {
  font-size: 2rem;
  color: #ffffff;
}

.footer p {
  font-size: 0.95rem;
  line-height: 1.6;
}

.follow {
  display: block;
  margin: 15px 0 10px;
  color: #ff9d21;
}

/* Redes sociales */
.socials {
  display: flex;
  align-items: center;
}

.socials a {
  display: inline-flex;
  width: 36px;
  height: 36px;
  align-items: center;
  justify-content: center;
  border: 1px solid #ff9d21;
  color: #ffffff;
  border-radius: 50%;
  margin-right: 10px;
  text-decoration: none;
  transition: 0.3s;
}

.socials a:hover {
  background: #ff9d21;
  color: #000;
}

/* Contacto */
.contact li {
  display: flex;
  align-items: center;
  gap: 10px;
}

/* Newsletter */
.newsletter {
  display: flex;
  margin-top: 10px;
}

.newsletter input {
  flex: 1;
  padding: 10px;
  border: none;
  outline: none;
  border-radius: 20px 0 0 20px;
}

.newsletter button {
  background: #ff9d21;
  border: none;
  padding: 0 18px;
  cursor: pointer;
  border-radius: 0 20px 20px 0;
}

/* Footer bottom */
.footertri {
  text-align: center;
  margin-top: 40px;
  font-size: 0.85rem;
  color: white !important;
}

.logo-track {
  width: max-content;
  animation: scrollLogos 25s linear infinite;
}

.logo-item {
  flex: 0 0 auto;
  padding: 0 50px;
}

.logo-item img {
  height: 40px;
  opacity: 0.6;
  transition: opacity 0.3s ease;
}

.logo-item img:hover {
  opacity: 1;
}

/* Animación */
@keyframes scrollLogos {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
.about-list {
  list-style: none;
  padding: 0;
}

.about-list li {
  position: relative;
  padding-left: 25px;
color: #798795;
}
.about-list li::before {
  content: "✓";
  color:#ff9d21 !important;
  position: absolute;
  left: 0;
  font-weight: bold;
  top: 0;
  font-size:20px;
}
#particles-js {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
/* Wrapper centra todo el bloque en la página */
.logo-wrapper {
  display: flex;
  justify-content: center;
  width: 100%;
}

/* Área visible del slider */
.logo-slider {
  width: 90%;
  max-width: 1200px;
  overflow: hidden;
  padding: 30px 0;
}

/* Track animado */
.logo-track {
  display: flex;
  align-items: center;
  width: max-content;
  animation: scroll 25s linear infinite;
}

/* Logos */
.logo-track img {
  height: 70px;
  margin: 0 40px;
  opacity: 0.75;
  transition: 0.3s;
}

/* Hover */
.logo-track img:hover {
  opacity: 1;
  transform: scale(1.05);
}

/* Animación infinita */
@keyframes scroll {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

/* Responsive */
@media (max-width: 768px) {
  .logo-slider {
    width: 95%;
  }

  .logo-track img {
    height: 45px;
    margin: 0 20px;
  }

  .logo-track {
    animation-duration: 18s;
  }
}
/*about*/
.page-header {
  position: relative;
 /* height: 70vh;*/
  min-height: 400px;
  background-image: url('../img/header2.jpg');
  background-size: cover;
  background-position: center;
}

/* Overlay */
.page-header .overlay {
  position: absolute;
  inset: 0;
  background-color: rgba(1, 22, 51, 0.85); /* #011633 */
}

/* Texto */
.page-header h1 {
  font-size: 3.2rem;
}

/* Breadcrumb */
.breadcrumb-item + .breadcrumb-item::before {
  color: #ffffff;
}

/* Responsive */
@media (max-width: 768px) {
  .page-header {
    height: 50vh;
  }

  .page-header h1 {
    font-size: 2.2rem;
  }
}
/*intermedio*/
.counter-section {
  position: relative;
  padding: 100px 0;
  background-image: url('../img/bg-scaled.webp');
  background-size: cover;
  background-position: center;
}
.color_ico_inter{
    color:#ff9d21 !important;
}
.counter-box:hover i {
  color: white!important;
}
.counter-section .overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 23, 58, 0.96);
}

.counter-box {
  border: 3px solid rgba(255,255,255,0.26);
  padding: 40px 20px;
  transition: all 0.3s ease;
}

.counter-box:hover {
  border-color: rgba(255,255,255,0.1);
  transform: translateY(-5px);
  background-color:#ff9d21 !important;
  color:white !important;
}

.counter-box i {
  font-size: 62px;
  margin-bottom: 5px;
  display: inline-block;
}

.counter-box h5 {
  font-size: 16px;
  margin-bottom: 10px;
  font-weight: 500;
}

.counter-box h2 {
  font-size: 42px;
  font-weight: 700;
}
/*contaco*/
.contact-section {
  background-image: url('../img/5571508.jpg');
      width: 100%;
    height: 100%;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
}
.custom-input::-webkit-input-placeholder {
  color: #a7b0b9 !important;
}

.custom-input:-ms-input-placeholder {
  color:  #a7b0b9 !important;
}
.custom-input:focus::placeholder {
  color: white!important;
}
/* Inputs */
.custom-input {
  background-color: #e7e7e7;
  border: none;
  color: #fff;
  padding: 14px;
}

.custom-input:focus {
  box-shadow: none;
  background-color: #fcae33;
  color: #fff;
}

/* Botón */
.btn-submit {
  background-color: #13366e;
  color: #fff;
  padding: 14px;
  font-weight: 600;
  border-radius: 6px;
}

.btn-submit:hover {
  background-color: #fda529c7;
  color: #fff;
}
.text-decoration-none
{
      color: #ff9d21 !important;
}
/* Info boxes */
.info-box {
  display: flex;
  gap: 15px;
  padding: 20px;
  border-radius: 10px;
  background: #fff;
  border-left: 4px solid #fcae33;
  box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}

.info-box i {
  font-size: 28px;
  color: #fcae33;
}

.info-box h5 {
  margin-bottom: 5px;
  font-weight: 600;
}

.info-box p {
  margin: 0;
  font-size: 14px;
  color: #6c757d;
}
