body {
  
    /* background-image: url('../Multimedia/Imagenes/volvoportada.png'); */

    font-family: "Geogrotesque Light", sans-serif;
    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;
}
.section-title {
    font-size: 2.5rem;
    font-weight: bold;
    color: rgb( 20 20 20);
  }


  .section-subtitle {
    font-size: 1.2rem;
    color: #777;
 margin-bottom: 0;

  }

.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;
}

.img-fluid {
    max-width: 100%; 
    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;  
 }
 }
    #Inicio {
        height: auto;
    }
    

    .image-container {
        display: flex;
        justify-content: space-around;
        align-items: center;
        
    }
    .d-flex {
        display: flex;
        justify-content: center;
        gap: 10px; 
    }

    .imgi, .imgd {
        height: auto;
       max-width: 700px; 
        height:auto; 
    }

    .imgi {
        width:  400px; 
    }

    .imgd {
        width: 900px;
    }
    
    
    @media (max-width: 767px) {
        .imgd {
            width: 400px; 
        }
    }
  
@media (max-width: 767px) {
    .image-container {
        flex-direction: column;
        align-items: center;
    }

    .image-container img {
        margin-bottom: 15px; 
    }
}