body {
    font-family: "Geogrotesque Light", sans-serif;
    background-color: rgb(255 255 255);
    color: white;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    text-decoration: none;
}

#Inicio {
    background-color: rgb(225, 225, 225);
    /* 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;
}


/* Barra de navegación */
.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;
}

@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; 
  
    
 }
   
 }
  .cardServicios{
    border-radius: 5px;
    background-color: rgb(255, 255, 255);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
   
    display: flex;
    flex-direction: column; 
    justify-content: flex-start; 
    height: 80%;
    
  }


li{
    color: #000000;
    text-align: justify;
    padding-left: 10px;
    padding-right:  10px;

}

  .cardServicios:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  }
  
  .card-title {
    color: #000000;
    font-size: 21px;
    font-weight: bold;
    padding: 1%;
  }
  
  .card-body {
    display: flex;
    flex-direction: column;   
    justify-content: flex-start;
    height: 50%; 
    margin: 10px;
   
  }

  .card-bodyi {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    flex-grow: 1; 
    height: auto; 
    
}



/* servicios */
  .servicios{
    padding: 2rem; 
  }

  @media (max-width: 768px) {
    .card-body {
      padding: 1rem;
    }
  }

  .cardAsesores:hover {
    background-color: #141414;
    transform: scale(1.1);
}


.cardAsesores {
    background-color: black;
    color: white;
    display: flex;
    flex-direction: column; 
    height: 100%;            
    min-height: 50px;       
    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);
}
.card-text{
    color: #000000;
   
}


.card.alert.alert-info {
    min-height: 250px; 
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

@media (max-width: 768px) {
    .card.alert.alert-info {
        min-height: 200px; 
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
}

.card-bodyi {
    flex-grow: 1; 

}

.card-bodyi {
    padding: 0 !important; 
    margin: 0 !important;  
}




  @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%; 
    }
    .card{
        margin-top:10%;
    }
}


@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);
  }
  

  a {
    text-decoration: none;
}