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: 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;
}


#Contacto {
background-color: rgb(255, 255, 255);
border-radius: 10px;
    display: flex;
    width: 80%;
    margin: 0 auto;
    margin-bottom: 50px;
    flex-wrap: wrap;
    gap: 20px;
    align-items: flex-start; 
    justify-content: space-between; 
    padding: 20px; 
}

#DatosContacto {
    flex: 1;
    max-width: 300px; 
    background-color: rgb(238, 238, 238);
    
    border: none;
    color: #000000;
}
@media (max-width: 768px) {
    #Contacto {
        flex-direction: column; 
        align-items: center; 
    }

    #Formulario, #DatosContacto {
        width: 90%;
    }

    .mb-0{
        font-size: 85%;
    }
}

#Formulario {
    width: 80%;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    color: black;
    flex: 2; 
    margin-right: 50px; 
 

}

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;
    }

    #iniciod {
        padding: 15px;
        flex-direction: column;
    }

    .input-custom {
        border-width: 1px; 
        border-color: #c7c6c6; 
      }
.bi{
    color: rgb(0, 0, 0);
}