@font-face {
    font-family: 'FilsonPro';
    src: url('./fonts/FilsonPro/FilsonProRegular.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'FilsonProBold';
    src: url('./fonts/FilsonPro/FilsonProBold.otf') format('opentype');
}
@font-face {
    font-family: 'Gelion';
    src: url('./fonts/Gelion/GelionRegular.ttf') format('opentype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'GelionBold';
    src: url('./fonts/Gelion/GelionBold.ttf') format('opentype');
}
body {
    font-family: 'FilsonPro', sans-serif;
}

/* botones de productos*/



/* Ajustar hover en pantallas grandes */
@media (min-width: 768px) {
    .dropdown-hover:hover .dropdown-menu {
        display: block;
        margin-top: 0; /* Eliminar espacio entre el menú y el enlace */
    }
}

/* Ajustes personalizados */
.navbar-toggler {
    background-color: white;
    border: none;
}

.header p {
    margin: 0;
}

.header{
    /*background-color:  #207bb6;*/
    background-color:  #2682ff;
    color: #ffffff;
    position: fixed; /* Fijar el menú */
    top: 0; /* Posicionarlo en la parte superior */
    width: 100%; /* Asegurarse de que abarque todo el ancho */
    z-index: 1000; /* Asegurarse de que esté por encima de otros elementos */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Opcional: Sombra para destacar */
}

.dropdown-menu {
    background-color: #007bff; /* Color de fondo del submenú */
}

.dropdown-menu .dropdown-item {
    color: white;
}

.dropdown-menu .dropdown-item:hover {
    background-color: #0056b3; /* Hover para el submenú */
}


.carousel-caption {
    background-color: rgba(0, 0, 0, 0.6); /* Fondo semi-transparente */
    padding: 15px;
    border-radius: 10px;
}
.carousel-caption h5,
.carousel-caption p {
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8); /* Sombra al texto */
}

.class_img_marcas{
    width: 70%;
    height: auto;
}



.portadas_paginas img {
    width: 100%; /* Ajusta el ancho al contenedor */
    height: auto; /* Mantiene la proporción de la imagen */
    display: block; /* Elimina espacio extra debajo de la imagen */
}

/* Ajustes para pantallas pequeñas */
@media screen and (max-width: 768px) {
    .portadas_paginas img {
        object-fit: cover; /* Asegura que la imagen se vea bien en el espacio */
    }
}

/********************EXPERTOS*************************/
/* Estilo de la sección */
.seccion-expertos {
    background-image: url('img/pagina/fondo_experto.png'); /* Ruta de la imagen de fondo */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    font-family: 'Gelion', sans-serif; /* Fuente Gelion aplicada */
}
/* Títulos */
.class_expertos_tit {
    font-size: 3.5rem;
    color: #000; /* Ajusta según sea necesario */
    font-family: 'GelionBold', sans-serif; /* Fuente Gelion aplicada */
}
/* Párrafo */
.class_expertos_p {
    font-size: 1.2rem;
    line-height: 1.6;
    color: #555; /* Color del texto */
}
/******************************************************/
/* Asegura que el modal se centre vertical y horizontalmente */
.modal-dialog-centered {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh; /* Ocupa toda la altura del viewport */
}

/* Personalización del contenido del modal */
.modal-content-custom {
    background: url('img/marcas/nord.png') no-repeat center center;
    background-size: cover;
    color: #fff;
    position: relative;
    max-width: 100%; /* Asegura que no se desborde */
    border-radius: 10px;
}

/* Establece el ancho máximo del modal */

.modal-dialog {
    margin: 0; /* Elimina márgenes externos */
    width: 100vw; /* 100% del ancho de la ventana */
    height: 100vh; /* 100% del alto de la ventana */
}
.modal-content {
    border-radius: 0; /* Elimina bordes redondeados */
    height: 100%; /* Asegúrate de ocupar todo el alto */
    display: flex;
    flex-direction: column;
}

.modal-body {
    flex: 1; /* Hace que el cuerpo del modal se expanda */
    overflow-y: auto; /* Habilita el desplazamiento si el contenido es muy largo */
    padding: 1rem; /* Ajusta los márgenes internos si es necesario */
}

/* Personalización del cuerpo del modal */
.modal-body-custom {
    background: rgba(255, 255, 255, 0.8);
    padding: 1.5rem;
    border-radius: 10px;
    max-height: 75vh; /* Se ajusta al tamaño del dispositivo */
    overflow-y: auto; /* Activa el scroll cuando el contenido es largo */
}

/* Personalización del encabezado */
.modal-header-custom {
    background-color: #86ace6; /* Azul igual al botón */
    color: white; /* Texto blanco */
    border-bottom: none; /* Quitar la línea de borde inferior si lo prefieres */
}

.modal-title-custom {
    color: white; /* Texto blanco para el título */
}


/* Ajustes responsivos */
@media (max-width: 768px) {
    /* Para dispositivos móviles */
    .modal-dialog {
        max-width: 90%; /* Reducimos el ancho en pantallas pequeñas */
        margin: 10px;
    }
    
    .modal-body-custom {
        padding: 1rem; /* Ajustamos el padding para pantallas pequeñas */
    }
}

@media (max-width: 576px) {
    /* Para pantallas extra pequeñas (móviles) */
    .modal-dialog {
        max-width: 100%; /* El modal ocupa todo el ancho */
        margin: 0;
    }

    .modal-body-custom {
        padding: 0.5rem; /* Ajuste más pequeño para contenido en pantallas muy pequeñas */
    }
}

/********SUMITOMO ********/
/* Estilo para el fondo de la imagen en el modal */
.seccion-carsumitomo {
    background-image: url('img/pagina/fondo_experto.png'); /* Ruta de la imagen de fondo */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    font-family: 'Gelion', sans-serif; /* Fuente Gelion aplicada */
    background-color: transparent !important; /* Elimina cualquier fondo predefinido */
}

/* Asegura que no haya fondo blanco y se mantenga el fondo personalizado */
.modal-content-custom {
    background: none !important; /* Elimina el fondo blanco */
    box-shadow: none; /* Opcional, elimina sombras si interferían */
}


/** MODAL**/
/* Personalización del fondo del modal */
.modal-content-custom {
    border-radius: 0; /* Elimina bordes redondeados */
    background-color: #fdfdfd; /* Fondo claro */
  }
  
  .modal-header-custom {
    background-color: #007bff; /* Color azul */
    color: #fff; /* Texto blanco */
  }
  
  .modal-body-custom {
    padding: 20px; /* Espaciado adicional */
    font-size: 1rem; /* Tamaño de fuente */
  }
  
  

/********************CODIGO ETICA************************/

/* Estilo de la sección */
.seccion-codigoetica {
    background-image: url('img/pagina/fondo_experto.png'); /* Ruta de la imagen de fondo */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    font-family: 'Gelion', sans-serif; /* Fuente Gelion aplicada */
}
/* Títulos */
.class_codigoetica_tit {
    font-size: 3.5rem;
    color: #000; /* Ajusta según sea necesario */
    font-family: 'GelionBold', sans-serif; /* Fuente Gelion aplicada */
}
/* Párrafo */
.class_codigoetica_p {
    font-size: 1.2rem;
    line-height: 1.6;
    color: #555; /* Color del texto */
    text-align: justify;
}
.class_codigoetica_p_j{
    font-size: 1.2rem;
    line-height: 1.6;
    color: #555; /* Color del texto */
    text-align: justify;
}

/* Párrafo */
.class_allmarcas_p {
    font-size: 1.2rem;
    line-height: 1.6;
    color: #555; /* Color del texto */
    text-align: center;
}
.class_allmarcas_p_j{
    font-size: 1.2rem;
    line-height: 1.6;
    color: #555; /* Color del texto */
    text-align: justify;
}


/* Botones de los modales */
.modal-button {
    background-color: #007bff; /* Azul estándar de Bootstrap */
    color: white; /* Texto blanco */
    border: none;
    padding: 10px 15px;
    font-size: 1rem;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.modal-button:hover {
    background-color: #0056b3; /* Azul más oscuro al pasar el cursor */
}

/********************MODALES*************************/
.modal-content-custom {
    background-color: #fff; /* Fondo blanco */
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Sombra */
}

.modal-header-custom {
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
}

.modal-title-custom {
    font-size: 1.5rem;
    font-weight: bold;
    color: #333; /* Color del título */
}

.modal-body-custom {
    font-size: 1rem;
    line-height: 1.5;
    color: #555; /* Texto más oscuro */
}

.modal-footer-custom {
    border-top: 1px solid #ddd;
    padding-top: 10px;
    text-align: right;
}

/* Estilo para cerrar el modal */
.modal-clos {
    background-color: #ff4747; /* Relleno */
    border: 2px solid red; /* Bordes visibles con grosor */
    width: 60px; /* Tamaño del círculo */
    height: 40px;
    border-radius: 50%; /* Forma de círculo */
    color: red; /* Color del texto dentro del círculo */
    font-size: 1.8rem; /* Tamaño del texto */
    font-weight: bold;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: background-color 0.3s;
    text-align: center;
}

.modal-close:hover {
    background-color: #d83a3a; /* Rojo más oscuro al pasar el cursor */
}


/********************MARCAS*************************/
/* Estilo de la sección */
.seccion-marcas {
    background-image: url('img/pagina/fondo_experto.png'); /* Ruta de la imagen de fondo */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    font-family: 'Gelion', sans-serif; /* Fuente Gelion aplicada */
}
/* Títulos */
.class_marcas_tit {
    font-size: 3.5rem;
    color: #000; /* Ajusta según sea necesario */
    font-family: 'GelionBold', sans-serif; /* Fuente Gelion aplicada */
}
/* SUBítulos */
.class_marcas_sub_tit {
    font-size: 2rem;
    color: #000; /* Ajusta según sea necesario */
    font-family: 'GelionBold', sans-serif; /* Fuente Gelion aplicada */
    text-align: center; /* Centrado del texto */
}
/* Párrafo */
.class_marcas_p {
    font-size: 1.2rem;
    line-height: 1.6;
    color: #555; /* Color del texto */
}
/* Párrafo */
.class_allmarcas_pp {
    font-size: 1.2rem;
    line-height: 1.6;
    color: #6e9dda; /* Color del texto */
}
/* Estilo del botón de aplicaciones */
.btn-aplicaciones {
    font-size: 1.2rem;
    color: #007BFF;
    font-family: 'Arial', sans-serif;
    cursor: pointer;
    text-decoration: underline;
    margin: 20px 0;
}

/* Fondo del modal */
.modal-overlay {
    display: none; /* Oculto por defecto */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1000;
}

/* Contenido del modal */
.modal-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    width: 80%;
    max-width: 800px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    z-index: 1001;
}

/* Botón para cerrar el modal */
.close-modal {
    color: #ff5c5c;
    font-size: 1.5rem;
    font-weight: bold;
    cursor: pointer;
    position: absolute;
    top: 10px;
    right: 10px;
    background: none;
    border: none;
}

/* Título dentro del modal */
.class_marcas_tit {
    font-size: 2rem;
    color: #000;
    font-family: 'Arial', sans-serif;
    margin-bottom: 10px;
}

/********************TABS*************************/
    /* CSS para tabs */
    .tabs {
        margin-top: 20px;
        display: flex;
        gap: 10px;
    }
    .tab-button {
        padding: 10px 20px;
        border: 1px solid #ddd;
        background-color: #f9f9f9;
        cursor: pointer;
        font-weight: bold;
    }
    .tab-button.active {
        background-color: #007bff;
        color: #fff;
    }
    .tab-content {
        display: none;
        margin-top: 20px;
    }
    .tab-content.active {
        display: block;
    }

/********************TECNOLOGIAS*************************/
/* Estilo de la tecnolgias */
.seccion-tecnologias {
    background-image: url('img/pagina/fondo_experto.png'); /* Ruta de la imagen de fondo */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    font-family: 'Gelion', sans-serif; /* Fuente Gelion aplicada */
}
/* Títulos */
.class_tecnologias_tit {
    font-size: 3.5rem;
    color: #000; /* Ajusta según sea necesario */
    font-family: 'GelionBold', sans-serif; /* Fuente Gelion aplicada */
}
/* Párrafo */
.class_tecnologias_p {
    font-size: 1.2rem;
    line-height: 1.6;
    color: #555; /* Color del texto */
    text-align: justify !important;
}



/***********************************/
/* Estilos para la sección de tecnologías */
/* Estilos generales */

.technologies {
    padding: 20px;
    background: #f8f9fa;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.technologies h2 {
    font-size: 2rem;
    font-weight: bold;
}

.technologies .highlight {
    color: #0072c6;
}

/* Estilos para las pestañas */
.nav-tabs {
    border-bottom: none;
}

.nav-tabs .nav-link {
    font-weight: bold;
    color: #fff;
    background-color: #5a5a5a;
    border: 1px solid #5a5a5a;
    border-radius: 10px 10px 0 0;
    margin-right: 2px;
    padding: 10px 20px;
    transition: all 0.3s ease;
}

.nav-link2 {
    background-color: #797979 !important;

}

.nav-tabs .nav-link:hover {
    background-color: #4a4a4a;
}

.nav-tabs .nav-link.active {
    background-color: #0072c6 !important;
    border-color: #0072c6 !important;
    color: #fff;
}

.tab-content {
    padding: 20px;
    background: #ffffff;
    border: 1px solid #ddd;
    border-radius: 0 5px 5px 5px;
}

/* Estilo para los logos */
.logos img {
    max-width: 150px;
    margin: 10px;
    transition: transform 0.3s;
}

.logos img:hover {
    transform: scale(1.1);
}

/* Fondo blanco semitransparente */
.background-overlay {
    background: rgba(255, 255, 255, 0.8);
    padding: 20px;
    border-radius: 10px;
}


/********************QUIENES SOMOS*************************/
/* Estilo de la tecnolgias */
.seccion-nosotros {
    background-image: url('img/pagina/fondo_experto.png'); /* Ruta de la imagen de fondo */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    font-family: 'Gelion', sans-serif; /* Fuente Gelion aplicada */
}
/* Títulos */
.class_nosotros_tit {
    font-size: 3.5rem;
    color: #000; /* Ajusta según sea necesario */
    font-family: 'GelionBold', sans-serif; /* Fuente Gelion aplicada */
}
/* Títulos */
.class_nosotros_tit_2 {
    font-size: 3.5rem;
    color: #000; /* Ajusta según sea necesario */
    font-family: 'FilsonProBold', sans-serif; /* Fuente Gelion aplicada */
}
/* Párrafo */
.class_nosotros_p {
    font-size: 1.2rem;
    line-height: 1.6;
    color: #555; /* Color del texto */
}

.nosotros-hr {
    border: 0; /* Quitar el estilo predeterminado */
    height: 10px; /* Define el grosor */
    width: 90%;
    background-color: #0072c6; /* Color azul sólido */
    opacity: 1; /* Asegura que no sea transparente */
    margin: 20px auto; /* Espaciado opcional */
    border-radius: 5px;

}
/* valores */
.valores-container {
    background-color: #2682ff; /* Fondo azul */
    border-radius: 20px; /* Bordes redondeados */
    padding: 20px; /* Espaciado interno */
    color: white; /* Texto blanco */
    text-align: center; /* Centrar contenido */
}
.valores-item {
    display: flex;
    align-items: center; /* Centra ícono y texto verticalmente */
    justify-content: center; /* Centra ícono y texto horizontalmente */
    margin: 10px 0; /* Reduce el espacio entre ítems */
}
.valores-item img {
    width: 50px; /* Tamaño ajustado para los íconos */
    height: 50px;
    margin-right: 10px; /* Espaciado entre ícono y texto */
}
.valores-title {
    font-weight: bold;
    color: #007bff;
}
/****************************************************/

.servicios-list {
    list-style: none; /* Quitar viñetas */
    padding: 0;
    margin: 0;
}
.servicios-list li {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    font-size: 1.2rem;
}
.servicios-list li img {
    width: 20px; /* Tamaño del ícono */
    height: 20px;
    margin-right: 10px; /* Espaciado entre ícono y texto */
}
.servicios-list li p {
    margin: 0; /* Eliminar márgenes */
}
.image-container img {
    border-radius: 10px; /* Bordes redondeados */
    max-width: 100%; /* Escala proporcional */
    height: auto;
}

/********************LLAMANOS*************************/
.class_llamanos_tit {
    font-size: 3.5rem;
    font-weight: bold;
    color: #000; /* Ajusta según sea necesario */
    font-family: 'GelionBold', sans-serif; /* Fuente Gelion aplicada */

}


/* Estilos personalizados */
.table {
    border-collapse: collapse;
    background-color: #fff;
}

.table th,
.table td {
    border: 1px solid #ddd;
    padding: 10px;
}



.table th {
    text-align: center;
    font-size: 14px;
}

.table td {
    font-size: 14px;
}

.shadow {
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.rounded {
    border-radius: 10px;
    overflow: hidden;
}







.footer {


    background-image: url('img/pagina/fondo_pie_pagina1.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0px 0px;
    font-size: 1rem;
    }

.class_mapa{
    width: 100%;
}

/* Links del footer */
.footer-link {
    color: #ffffff; /* Color del enlace */
    text-decoration: none;
}

.footer-link:hover {
    text-decoration: underline;
}

/* Íconos de redes sociales */
.social-icons  {
    width: 30px;
    height: 30px;
    transition: transform 0.3s ease;
}

.social-icons .icon:hover {
    transform: scale(1.1);
}

/* Texto inferior */
.footer-bottom {
    font-size: 0.9rem;
    color: #bbb;
}



/*
HEX #207bb6
HEX #c8dcea
HEX #1f3982
HEX #58c0d5
HEX #1254a1
HEX #40a4cd
HEX #6f9cc6
HEX #4989be
HEX #7eb2dc
HEX #545861
*/