body {
    font-family: "Geogrotesque Light", sans-serif;
    color: white;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    text-decoration: none;
}

#Inicio {
    /* background-image: radial-gradient(circle at center center, #121F45, #e5e5f7), repeating-radial-gradient(circle at center center, #121F45, #121F45, 40px, transparent 80px, transparent 40px); */
    background-blend-mode: multiply;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    display: flex;
    align-items: center;
}

.top-logos {
    position: absolute;
    top: 0;
    width: 100%;
    background-color: rgb(0, 0, 0);
    z-index: 1; 
    padding: 25px 0; 
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.left-logo {
    margin-left: 20px;
    height: 12px;
}

.center-logo {
    transform: translateX(-50%);
    position: absolute;
    left: 50%;
    height: 130px;
   
}

.right-logo {
    margin-right: 20px;
    height: 60px;
}

.navbar {
    margin-top: 110px; 
}
.navbar {
    margin-top: 100px; 
}
.navbar-nav {
    display: flex;
    justify-content: center; 
    width: 100%;
}
.navbar-brand {
    margin-left: auto;
    margin-right: auto;
}
.nav-link{
    /* font-family: Volvo Broad; */
    font-weight: bold;
    font-size: 120%;
}

.social-icon {
    text-decoration: none;
    color: rgb(0, 0, 0);
    align-items: center;
    justify-content: center;
    font-size: 10px;
}

.social-text {
    margin-left: 10px;
    font-size: 12px;
    color: rgb(255, 255, 255);
}

.social-icon:hover {
    opacity: 0.8;
    transition: opacity 0.3s;
}

.derechos {
    font-size: 10px;
    color: rgb(0, 0, 0);
    display: flex;
    align-items: center;
    justify-content: center;
}


div .derechos {
    text-align: center;
    color: rgb(255, 255, 255);
    opacity: .8;
    font-family: 'Times New Roman', Times, serif;
    font-size: 17px;
}
div .derechos img {
    width: 7em;
    height: auto;
}

footer {
    color: rgb(255, 255, 255);
    text-align: center; 
}

.custom-footer .container-fluid{
    background-color:rgb(20 20 20);
}

.Logo {
    height: 20px;
}

#refacciones {
  flex-wrap: wrap;
  justify-content: center; 
  margin-top: 100px;

}

.cardAsesores {
    background-color: black;
    color: white;
    display: flex;
    flex-direction: column; 
    height: 100%;           
    min-height: 390px;       
    transition: transform 0.4s ease, background-color 0.4s ease; 
    border-radius: 10px;
   
}

.cardAsesores .card-body {
    background-color: black; 
    flex-grow: 1;            
    padding: 1.25rem;       
    border-radius: 10px;
}

.cardAsesores img {
    max-height: 350px;       
    object-fit: cover;       /
}

.cardAsesores .nombreAsesor,
.cardAsesores .card-subtitle {
    color: white;            
}

.cardAsesores:hover {
    background-color: #141414;
    transform: scale(1.1);
}


  @media (max-width: 768px) {
    .card-body {
      padding-bottom:  20px;
    }
}
.section-title {
    font-size: 2.5rem;
    font-weight: bold;
    color: rgb( 20 20 20);
  }
  
  .section-subtitle {
    font-size: 1.2rem;
    color: #777;
  }


@media (max-width: 768px) {
    .cardRefacciones {
        height: 600px; 
    }
    
    .cardRefacciones img {
        height: 300px; 
    }

  
    .col-6 {
        width: 50%; 
    }
}


@media (max-width: 768px) {
   
    .left-logo{
     width: 110px;
     height: auto;
 
    }
 
    .center-logo{
     width: 110px;
     height: auto;
 
    }
 
    .right-logo{
     width: 70px;
     height: auto;
    }
 
 
    .top-logos { 
     padding: 34px 0; 
  
 }
   
 }

.section-title {
    font-size: 2.5rem;
    font-weight: bold;
    color: rgb( 20 20 20);
  }
  
  .card-containerRefacciones {
    display: grid;
    grid-template-columns: repeat(4, 1fr); 
    grid-gap: 20px; 
  }

.BG{
    background-color: rgb(255, 255, 255);
}
  .cardRefacciones {
    border-radius: 1px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    /* margin-bottom: 10px; */
    display: flex;
    flex-direction: column;
    height: 100%;
    position: relative;
    margin-bottom: 10px;
  }
 
  .cardRefacciones .card-image-top {
    width: 110%;  
    height: auto;  
    object-fit: cover; 
    border-radius: 5px; 
}

.row {
    margin-left: -5px;  
    margin-right: -5px;  
}
.col-md-1, .col-lg-2 {
    padding-left: 0px;   
    padding-right: 0px; 
}

.contenedorProveedores {
    display: flex;         
    justify-content: center; 
    align-items: center;   
    height: 100%;          
    padding-top: 10px;
    padding-bottom: 20px;
}

.contenedorProveedores img {
    width: 1000px;       
    height: 450px;      
    object-fit: fill;   
}

.cardRefacciones:hover {
    transform: scale(1.2, 1.2);
    transition: 0.5s;
    z-index: 1;
}

.line-between-sections {
    border-top: 1px solid #ccc;
    margin: 20px 0; 
}
