﻿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;
}

/* estilocolorfondo */
#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;
}

.card-img-top {
        margin-bottom: 0px; /* Controla el espacio debajo de la imagen */
    }

.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;
}

.carousel-caption h5 {
    font-family: 'Times New Roman', Times, serif;
    font-size: 100px;
    bottom: 60px;
}

.carousel-caption p {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 30px;
}

#iniciod {
    backdrop-filter: blur(100px);
    width: 100%;
    padding: 40px;
    border-radius: 20px;
    display: flex;
    justify-content: space-around;
}

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; 

 }
   
 }

.section-title {
    font-size: 2.5rem;
    font-weight: bold;
    color: rgb( 20 20 20);
  
  }
  
  .section-subtitle {
    font-size: 1.2rem;
    color: #777;
   
    
  }

  .card {
    border-radius: 10px;
    background-color: rgb(56, 110, 185);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    margin-bottom: 10px;
  }



  .nombreAsesor{
    color: #ffffff;
  }

  .card-subtitle{
    color: #E1DFDD;
}
  
  
  .card:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  }

  .cardAsesores {
    background-color: black;
    color: white;
    display: flex;
    flex-direction: column; 
    height: 100%;            
    min-height: 350px;      
    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;           
}


  .cardServicios:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  }

  .card-title {
    color: #000000;
    font-size: 1.5rem;
    font-weight: bold;
  }
  
  .card-body {
    padding: 0;
  }
 /* sistema */
  .sistema{
    padding: 2rem; 
  }

  /* asesores */
  .asesores{
    padding: 1rem; 
  }

  @media (max-width: 768px) {
    .card-body {
      padding: 1rem;
    }
.derechos{
    font-size: 2px;
}

  }
  
    #content_inicio {
        width: 85% !important;
    }

    #Inicio {
        height: auto;
    }

    #iniciod {
        padding: 15px;
        flex-direction: column;
    }  

    @media (max-width: 768px) {
       
        
        .contenedor-direccion iframe {
            width: 50%; 
            height: 300px; 
        }
    }

    
.tarjetas-container {
    display: flex;
    justify-content: space-around;
    gap: 5px;
    flex-wrap: wrap;
    max-width: 200%;
}

.tarjeta {
    background-color: rgb(0, 0, 0);
    color: rgb(0, 0, 0);
    width: 18%; 
  
    text-align: center;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.4s ease, background-color 0.4s ease; 
    
}

.tarjeta:hover {
    background-color: #141414;
    transform: scale(1.1);
}

.cardAsesores:hover {
    background-color: #141414;
    transform: scale(1.1);
}


@media (max-width: 600px) {
    .tarjetas-container {
        flex-direction: column;
        align-items: center;
    }

    .tarjeta {
        width: 80%; 
        margin-bottom: 15px;
    }
}
.sistema {
    font-weight: bold;  
    font-size: 25px;
    text-decoration: none;
    color: #FFFFFF;
  
}

a {
    text-decoration: none;
}