body {
    font-family: 'Poppins', sans-serif;
    color: #333;
}
:root {
    --dark-blue: #1d304b;
    --teal: #00b2a9;
    --yellow-btn: #f9b828;
    --orange-btn: #e76f34;
    --form-blue: #2c4a6e;
}
.bg-dark-blue {
    background-color: var(--dark-blue);
    color: #ffffff;
    background-image: url(https://corposuite.com.mx/solucion-erp/wp-content/uploads/2025/04/fondo-oracle-netsuite.webp);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.bg-dark-blue-2 {
    background-color: var(--dark-blue);
    color: #ffffff;
}
.btn-brand-yellow {
    background-color: var(--yellow-btn);
    color: #ffffff;
    font-weight: 600;
    padding: 10px 25px;
    border-radius: 50px;
    border: none;
    text-transform: uppercase;
}
.btn-brand-yellow:hover {
    background-color: #e0a824;
    color: #ffffff;
}
.btn-brand-orange {
    background-color: var(--orange-btn);
    color: #ffffff;
    font-weight: 600;
    padding: 10px 25px;
    border-radius: 8px;
    border: none;
    text-transform: uppercase;
    width: 100%;
}
.btn-brand-orange:hover {
    background-color: #d1612a;
    color: #ffffff;
}
.title-underline {
    position: relative;
    display: inline-block;
    padding-bottom: 10px;
}
.title-underline::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background-color: var(--teal);
}
.title-underline-center::after {
    left: 50%;
    transform: translateX(-50%);
    width: 50%;
}
.fs-5 {
    font-size: 1.15rem !important;
}
.hero-section {
    background-color: var(--dark-blue);
    background-image: linear-gradient(rgba(29, 48, 75, 0.85), rgba(29, 48, 75, 0.85)), url('https://corposuite.com.mx/solucion-erp/wp-content/uploads/2025/04/banner-oracle-netsuite-erp-scaled.webp');
    background-size: cover;
    background-position: center;
    color: #ffffff;
}
.hero-section .form-container {
    background-color: var(--form-blue);
    border-radius: 10px;
    padding: 30px;
}
.hero-section .form-label {
    color: #ffffff;
    margin-bottom: 0.5rem;
    font-size: 0.9rem;
}
.hero-section .form-control, .hero-section .form-select {
    border-radius: 10px;
}
.hero-section .form-control::placeholder {
    color: #aaa;
}
.benefit-box {
    border: 2px solid #ddd;
    border-radius: 10px;
    padding: 20px;
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    transition: all 0.3s ease;
}
.benefit-box:hover {
    border-color: var(--teal);
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
}
.benefit-box i {
    font-size: 2.5rem;
    color: var(--teal);
    margin-right: 20px;
}
.benefit-box span {
    font-size: 1.1rem;
    font-weight: 600;
}
.feature-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
}
.feature-item i {
    font-size: 2.5rem;
    color: var(--teal);
    margin-right: 20px;
}
.feature-item h3 {
    font-weight: 700;
    margin-bottom: 5px;
}
.feature-item img {
    max-width: 100px;
    padding: 0px 20px 0px 0px;
}
.offer-card {
    background-color: var(--form-blue);
    border-radius: 10px;
    padding: 25px;
    text-align: center;
    height: 100%;
}
.offer-card i {
    font-size: 3rem;
    margin-bottom: 15px;
}
.offer-card h3 {
    font-weight: 700;
    text-transform: uppercase;
}
.offer-card img {
    max-width: 90px;
    margin-bottom: 20px;
}
.industry-item {
    text-align: center;
}
.industry-item i {
    font-size: 3.5rem;
    margin-bottom: 10px;
}
.industry-item h6 {
    font-weight: 600;
     
}
.industry-item img {
   max-width: 120px;
    margin-bottom: 20px;
}
.checklist-item {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    font-size: 1.1rem;
}
.checklist-item i {
    font-size: 1.5rem;
    color: var(--yellow-btn);
    margin-right: 15px;
}
.corposuite-partner-box {
    background-color: var(--dark-blue);
    color: white;
    padding: 20px;
    border-radius: 10px;
}
.corposuite-benefit {
    display: flex;
    align-items: center;
    margin-top: 15px;
}
.corposuite-benefit i {
    font-size: 2.5rem;
    color: var(--teal);
    margin-right: 15px;
}
.corposuite-benefit span {
    background-color: #1b4163;
    color: white;
    padding: 5px 10px;
    border-radius: 3px;
}
.corposuite-benefit p {
    margin-bottom: 0;
    margin-left: 10px;
}
footer {
    background-color: var(--dark-blue);
    color: white;
    padding: 30px 0;
}
.footer-copyright {
    font-size: 0.9rem;
    color: #f8f9fa;
}
.footer-privacy-link {
    color: var(--yellow-btn);
    text-decoration: none;
}
.footer-privacy-link:hover {
    color: #e0a824;
    text-decoration: underline;
}
.fade-in-section {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}
.fade-in-section.is-visible {
    opacity: 1;
    transform: translateY(0);
}
h2 {
    font-size: 35px!important;
}
h1 span, h2 span {
    text-decoration: underline;
    text-decoration-color: #03ab87;
    text-decoration-thickness: 5px;
}
.fs-4 {
    font-size: 18px!important;
}
h3 {
    color: #1e2235;
}
.container.\#queofrece h3 {
    color: white;
}
.linea-separadora {
    width: 70%;
    height: 4px;
    background-color: #1b4163;
    margin: auto;
}

 
.solo-mobile {
  display: block; 
}

/* Media Query:
  
*/
@media (min-width: 768px) {
  .solo-mobile {
    display: none;
  }
  h1 {
    text-align: center;
  }
}
 
.solo-escritorio {
  display: none;
}

/* Media Query: */

@media (min-width: 768px) {
  .solo-escritorio {
    display: block; /* O 'flex', 'inline', etc. */
  }
}

.btn-brand-yellow {
    /* Otros estilos del botón */
    color: white !important; /* Asegura que el texto sea blanco */
    background-color: #ffc107; /* Ejemplo de color amarillo de marca */
    /* ... otros estilos de botón ... */
    
    /* Agrega una sombra de texto sutil para mejorar la legibilidad */
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5); /* Sombra negra suave */
}
