:root{
--bs-heading-color: #0d1430;
}

@font-face {
  font-family: 'HelveticaBD';
  src: url('fonts/helveticabd.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Gobold';
  src: url('fonts/gobold-regular.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Gotham';
  src: url('fonts/Gotham-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Gotham';
  src: url('fonts/Gotham-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'MontserratSemiBold';
  src: url('fonts/montserrat-semibold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'MontserratMedium';
  src: url('fonts/montserrat-medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}
a {
    text-decoration: none;
}
p {
  font-family: 'Gotham', 'Helvetica', 'Arial', sans-serif;
  font-size: 1.75rem;
}
#seguimiento p.text-muted{
	font-size: 1rem!important;
}
footer, 
footer * {
  font-family: 'MontserratMedium', 'Helvetica', 'Arial', sans-serif;
  font-weight: 500;
}
footer strong {
	font-family: 'MontserratMedium', 'Helvetica', 'Arial', sans-serif;
    font-weight: bolder !important;
}
h5{
	font-family: 'MontserratSemiBold', 'Helvetica', 'Arial', sans-serif;
  font-weight: 700;
  font-size: 1.75rem;
}
p strong {
  font-family: 'Gotham';
  font-weight: 700;
}
.text-justify {
  text-align: justify !important;
}
h2 {
  font-family: 'MontserratSemiBold', 'Helvetica', 'Arial', sans-serif;
  font-weight: 600;
}
/* HERO */
.hero {
  position: relative;
  background-image: url('../img/fondo1.jpg');
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  min-height: 100vh;
  color: white;
  display: flex;
  align-items: center;
  z-index: 1;
}
.sticky-top{
	margin-top:0!important;
}
.nav-link {
	font-size: 1.5rem;
}
@media(min-width:993px){
	.lead {
    font-size: 1.75rem;
	}
	.teamlist{
    position: relative;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: anchor-center;
	}
	#capacitacion{
    margin-top: -31px;
    z-index: -1;
    position: relative;
	}
	#seguimiento p{
		text-align: justify;
	}
}
@media(max-width:992px){
	footer a{
    font-size: 1rem!important;
}

.sticky-top {
    z-index: 99999999;
    background-color: transparent !important;
}	
	p{
		font-size: 1.5rem;
		text-align:center;
	}	
	.navbar-expand-lg .navbar-nav {
    flex-direction: row;
    width: 100%;
    justify-content: space-evenly;
    flex-wrap: wrap;
}
.nav-link {
    font-size: 1rem;
}
.hero h1 {
	font-size: 2rem!important;
    text-align: center;
}
.hero .container {
    text-align: center!important;
}
}
#experiencia .container{
	display: flex;
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
}
/* Overlay degradado */
.hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, rgba(13, 20, 48, 0.7) 0%, rgba(13, 20, 48, 0.2) 100%);
  z-index: 0;
}

#mainMenu .container{
	margin-top: -32px;
	border-radius: 15px;
    padding: 10px 20px;
}
.navbar-expand-lg .navbar-nav {
	flex-direction: row;
	width: 100%;
	justify-content: space-evenly;
}
.navbar-nav .nav-link {
  font-family: 'Gobold', 'Helvetica', 'Arial', sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.hero h1 {
  font-family: 'HelveticaBD', 'Helvetica', 'Arial', sans-serif;
  font-weight: 700;
  font-size: 3rem;
  letter-spacing: 1px;
  text-shadow: 2px 2px 5px rgba(0,0,0,0.4);
}

.hero .container {
  text-align: left;
  z-index: 9;
}

.hero-logo {
  width: 20em;
  height: auto;
}

/* BOTÓN CTA */
.btn-cta {
  background-color: #27e5a2;
  color: #0d1430;
  border-radius: 50px;
  padding: 10px 40px;
  font-weight: 500;
  text-transform: uppercase;
}

/* COLORES PERSONALIZADOS */
.bg-fuccia {
  background-color: #27e5a2 !important;
}

.text-fuccia {
  color: #27e5a2 !important;
}

.bg-darkblue {
  background-color: #0d1430 !important;
}

.text-darkblue {
  color: #0d1430 !important;
}

/* SECCIONES */
.section-bg {
  background-image: url('../img/fondo2.jpg');
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

/* EQUIPO */
.team-photo {
  width: 150px;
  height: 150px;
  object-fit: cover;
  border: 3px solid #27e5a2;
  box-shadow: 0 0 10px rgba(13, 20, 48, 0.5);
}

/* FORMULARIO NEWSLETTER */
form input[type="email"] {
  border: 2px solid #0d1430;
  border-right: 0;
}

form button.btn-dark {
  background-color: #27e5a2;
  color: #fff!important;
  text-transform:uppercase;
  border: 2px solid #0d1430;
  border-left: 0;
}

form button.btn-dark:hover {
  background-color: #18204a ;
  color: #27e5a2!important;
}
.serv h2{
	text-transform:uppercase;
}
.serv .container{
	border-radius: 15px;
    padding: 10px 20px;
}
.serv{
   background: transparent;
}

#capacitacion::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, rgb(13 20 48 / 96%) 0%, rgb(13 20 48 / 42%) 100%);
  z-index: 0;
}
#capacitacion{
	position: relative;
}
#capacitacion h3{
    color:#fff!important;
}
#hero h1{
    color:#fff!important;	
}
#confianza h2{
	color: #27e5a2 !important;
}
.serv h2{
	color: #27e5a2 !important;
}
#capacitacion .container{
    z-index: 99999;
    position: relative;
}
.h3, h3 {
	font-size: 2.2rem;
}

#contacto .col-md-6 {
        text-align: center;
}
#contacto h3 {
	text-transform:uppercase;
}
.radio-derecha {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0 !important;
}
.radio-izquierda{
    border-bottom-left-radius: 0;
    border-top-left-radius: 0 !important;
}
#contacto {
    background-color: #e5e5e5;
}
footer h2{
	font-weight:400;
}
footer a{
	color:#00ff88;
}
#newsletter-message {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.95rem;
  margin-top: 10px;
  padding: 8px 14px;
  border-radius: 8px;
  display: inline-block;
  opacity: 0;
  transition: opacity 0.5s ease, background-color 0.5s ease;
}

/* Cuando el mensaje se muestra */
#newsletter-message.show {
  opacity: 1;
}

/* Éxito */
#newsletter-message.success {
  background-color: #d1f5d3;
  color: #155724;
  border: 1px solid #b2e2b5;
}

/* Error */
#newsletter-message.error {
  background-color: #f8d7da;
  color: #721c24;
  border: 1px solid #f5c6cb;
}
.link-estrategia {
  text-decoration: none;
  display: block;
}

/* Efecto base */
#estrategia {
  background-color: #00ff88; /* color fuccia actual */
  color: #0d1430; /* el azul oscuro que definiste */
  transition: background-color 0.4s ease, color 0.4s ease;
  cursor: pointer;
}

/* Efecto hover */
.link-estrategia:hover #estrategia {
  background-color: #0d1430!important; /* invierte colores al pasar */
  color: #00ff88!important;
}
#estrategia:hover {
    background-color: #0d1430!important; /* invierte colores al pasar */
  color: #00ff88!important;
}
#estrategia:hover h2{
  color: #00ff88!important;
}