*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.containerBody{
    background-color: #ffffff;
    padding-top: 10px;
   
}

.container-fluid {
    background-color: #f0eff0;
    height: 40px; 
    top: 0;
    width: 100%;
}

.navbarAll {
  background-color: #ffffff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);

}

.titleh1{
 padding-bottom: 40px;
}

/* CONTENEDOR LINKS */
.navbar-nav {
    margin-left: auto;
    margin-right: 30px;
    gap: 22px; 
}

/* LOGO */
.logonav {
    height: 40px;  
    padding: 0;
    margin-left: 4px;
}

/* ITEMS */
.nav-item {
    font-size: 18px;
    cursor: pointer;
}

/* LINKS GENERALES */
.nav-link {
    font-size: 20px;
    cursor: pointer;
    color: #333;
    padding: 6px 0; 
    transition: color 0.3s ease;
}


.nav-link:hover,
.nav-link:active {
    color: #ca3b10 !important;
}

/* BOTÓN SESIÓN */
.sesion-item {
    background-color: #5C5C5A;
    border-radius: 5px;
}

.sesion-link:hover {
    background-color: #a3bde4;
    border-radius: 5px;
}

.ServSection{
    margin-top: -22px;
}

/*Acordión*/
.accordion {
    max-width: 700px;
    margin: 30px auto;
}

.accordion-item {
     border: none !important;
    box-shadow: none !important;
     margin-bottom: 11px;
     
     
}
.accordion-header {
    padding: 0;     
}

.accordion-button {
    background-color: #f9f9f9 !important; 
    padding-left: 29px !important;     
    font-weight: 600;
    font-size: 17px;
    color: #333;
    
}

.accordion-button:focus {
    outline: none !important;
    box-shadow: none !important;
}

.accordion-button:not(.collapsed) {
    background-color: #e73c2a !important; 
    color: #ffffff !important; 
    border-radius: 6px;
}

.accordion-body {
    background-color: #e73c2a;
    color: white;
    margin-top: 0;
    border-radius: 0 0 6px 6px; 
    font-size: 15px;
    

}

.accordion-button::after {
    display: none !important;
}

.accordion-button::before {
    content: "+";
    position: absolute;
    left: 0.5rem;
    font-size: 1.3rem;
    font-weight: bold;
    color: #e73c2a;
}

.accordion-button:not(.collapsed)::before {
    content: "-";
    color: #ffffff;
}


/* ===== SECCIÓN SOLUCIONES ===== */

.SolSection {
    background: #fbfbfb;
    padding-top: 30px;   
    padding-bottom: 40px;

}

.titleSection {
   text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}

.titleSection h1 {
    font-size: 32px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

.lineTitle {
    display: block;
    width: 30px;
    height: 3px;
    background-color: #EA6523;
    margin: 0 auto 10px auto;
}

.solTabs {
    justify-content: center;
    border-bottom: none;
    margin-top: 10px;
}

.solTabs .nav-link {
    border: none;
    background: transparent;
    color: #555;
    font-weight: 600;
    padding: 10px 25px;
    margin: 0 10px;
    transition: 0.2s ease;
}

.solTabs .nav-link:hover {
    color: #EA6523;
}

.solTabs .nav-link.active {
    color: #EA6523;
    border-bottom: 2px solid #EA6523;
}

.solContent {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
    flex-wrap: wrap;
    padding: 20px;
}

.solImage img {
    max-width: 450px;
    width: 100%;
    border-radius: 8px;
}

.solText {
    max-width: 600px;
    text-align: left;
    font-size: 15px;
    line-height: 1.6;
    color: #666;
}

/* RESPONSIVE */
@media (max-width: 768px) {
    .solContent {
        flex-direction: column;
        text-align: center;
    }

    .solText {
        text-align: center;
    }
}

/* ===== SECCIÓN CLIENTES ===== */

.ClientesSection {
    margin-top: 5px;
}

.clientesTitle {
    font-size: 24px;
    font-weight: 700;
    color: #333;
    margin-bottom: 15px;
}

.clientesList {
    padding-left: 18px;
    font-size: 15px;
    line-height: 1.6;
    color: #555;
        list-style: none; 
    padding-left: 20px;
}

.clientesList li {
        position: relative;
    margin-bottom: 10px;
}

.clientesList li::before {
    content: "•";         
    color: #EA6523;      
    font-size: 20px;      
    position: absolute;
    left: -15px;          
    top: 0;
}

.ClientesSection img {
    max-width: 95%;
    border-radius: 8px;
}


/* Responsive */
@media (max-width: 768px) {
    .ClientesSection .row {
        text-align: center;
    }

    .clientesList {
        text-align: left;
        margin: 0 auto;
        max-width: 90%;
    }
}

/* ===== SECCIÓN LA EMPRESA ===== */

.EmpresaSection {
    margin-top: 10px;
    background: #fbfbfb; 
      padding-top: 5px; 
    padding-bottom: 60px; 
    border-radius: 10px; 
}

.empresaRow {
    row-gap: 40px;
}

.empresaItem {
    text-align: left;
    gap: 15px;
}

.empresaItem h4 {
    font-size: 18px;
    font-weight: 700;
    color: #333;
    margin-bottom: 5px;
}

.empresaItem p {
    color: #666;
    font-size: 15px;
    line-height: 1.5;
    max-width: 400px;
}

.empresaIcon {
    font-size: 35px;
    color: #e73b2b;
    min-width: 45px;
    display: flex;
    justify-content: center;
    align-items: start;
    margin-right: 10px;
}

/* RESPONSIVE */
@media (max-width: 768px) {
    .empresaItem {
        text-align: center;
        flex-direction: column;
        align-items: center;
    }

    .empresaItem p {
        max-width: 90%;
    }
}

.ContactoSection {
    background: #ffffff;
    padding-top: 60px;
    padding-bottom: 60px;
}

.ContactoSection .linea-naranja {
    width: 40px;
    height: 4px;
    background: #e73b2b;
    margin: 0 auto 10px auto;
    border-radius: 3px;
}

.iconoContacto {
    width: 45px;
    height: 45px;
}

.footer {
  background: #000;
  color: #fff;
  padding: 20px 0;
  text-align: center;
  font-size: 14px;
}

.footer-text {
  margin: 0 0 15px 0;
}

.footer-links {
  display: flex;
  justify-content: center;
  gap: 25px;
}

.footer-links a {
  color: #fff;
  text-decoration: none;
}

.footer-links a:hover {
  text-decoration: underline;
}

.btnFlotante {
    position: fixed;
    bottom: 100px;
    right: 20px;
    background: #e73b2b;
    color: white;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10%;
    font-size: 22px;
    text-decoration: none;
    font-weight: bold;
    /* transition: 0.3s; */
}

.btnFlotante:hover {
    background: #e73b2b;
}


/*Carousel*/
.carousel {
    overflow: hidden;
}

.carouselServicios {
  max-width: 500px;
  height: 300px;
   margin-top: 60px; 
}

.carouselServicios img {
  height: 100%;
  object-fit: cover;
}



/* --- RESPONSIVE --- */
@media (max-width: 768px) {
    .titleSection h1 {
        font-size: 32px;
    }
    .accordion-button {
        font-size: 16px;
    }
}

/* Ítems de la sección empresa */
.empresaItem {
    margin-bottom: 25px;
    align-items: flex-start;
}

/* Ícono de cada ítem */
.empresaIcon {
    margin-right: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.empresaIcon img {
    width: 80px;
    height: auto;
    object-fit: contain;
}



/* Forzar que el icono y el título estén uno al lado del otro y centrados */
.nuestrasMarcasTitle {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 10px;
    text-align: center;
}

/* Asegurar que el <h4> no se corte ni se expanda raro */
.nuestrasMarcasTitle h4 {
    margin: 0;
    display: inline-block;
    white-space: nowrap;
}


.nuestrasMarcasTitle .empresaIcon {
    margin-right: 10px;
}

/* Forzar que el texto quede alineado a la izquierda en las columnas */
.marcasCol .empresaItem {
    align-items: flex-start;
}


.marcasCol {
    display: flex;
    justify-content: center;
}

.marcasCol .empresaItem {
    max-width: 700px;   /* ancho controlado para centrar visualmente */
    margin: 0 auto;     /* centrado dentro del col */
}

.marcasCol .empresaItem img {
    width: 80px;
    height: auto;
}