/*
Theme Name: GiancorBDS
Text Domain: GiancorBDS
Version: 1.0
Tested up to: .0
Requires at least: 4.7
Requires PHP: 8.0
Description: Web personalizada desde 0
Author: Darlinn Córdova - Corpcora - Sector4
Author URI: https://sector4.pe/
Theme URI: https://sector4.pe
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on August 2, 2024 */
	@font-face {
    font-family: 'conthraxsemi_bold';
    src: url('fonts/conthrax-semibold-webfont.woff2') format('woff2'),
         url('fonts/conthrax-semibold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
	.fontlogoa{
            font-family: 'conthraxsemi_bold' !important;
           font-size: 2.2rem;
  line-height: 0;
  letter-spacing: 4px;
  margin-top: 10px;
  position: relative;
  top: 10px;
           
        }
        .fontlogob{
            
  font-family: "Montserrat", sans-serif !important;
  font-optical-sizing: auto;
  font-weight: 100;
  font-style: normal;
 font-size: 0.88rem;
  line-height: 0;
  position: relative;
  top: -4px;

        }
   
        body {
            font-family: 'Segoe UI', Roboto, "Helvetica Neue", Arial, sans-serif;
            color: #333;
        }

        /* NAVBAR */
        .navbar {
            padding-top: 1.5rem;
            padding-bottom: 1.5rem;
            transition: background-color 0.3s;
        }
        .navbar.scrolled{
          background:rgba(0, 20, 40, 0.85);
        }
        .navbar-brand {
            font-weight: 700;
            letter-spacing: 1px;
            font-size: 1.5rem;
        }
        .nav-link {
            text-transform: uppercase;
            font-size: 0.85rem;
            font-weight: 600;
            letter-spacing: 0.5px;
            margin-left: 1rem;
        }

        /* HERO SECTION */
        .hero-section {
            /* Usamos un color oscuro o imagen de fondo para simular el video */
            background: linear-gradient(rgba(0, 20, 40, 0.6), rgba(0, 20, 40, 0.6)), url('https://images.unsplash.com/photo-1559297434-fae8a1916a79?auto=format&fit=crop&q=80&w=2000');
            background-size: cover;
            background-position: center;
            height: 90vh; /* Casi pantalla completa */
            display: flex;
            align-items: center;
            color: white;
            position: relative;
        }
        .hero-content h1 {
            font-size: 3.5rem;
            font-weight: 700;
            line-height: 1.2;
            margin-bottom: 1.5rem;
        }
        .scroll-down {
            position: absolute;
            bottom: 30px;
            left: 50%;
            transform: translateX(-50%);
            animation: bounce 2s infinite;
        }

        /* ABOUT / STATS */
        .stat-number {
            font-size: 3rem;
            font-weight: 300;
            color: #002d5b; /* Azul corporativo */
            line-height: 1;
        }
        .stat-label {
            font-size: 0.9rem;
            text-transform: uppercase;
            color: #6c757d;
            font-weight: 600;
        }
        .section-padding {
            padding: 5rem 0;
        }

        /* BUSINESS MODEL (Fondo gris) */
        .bg-light-pattern {
            background-color: #f8f9fa;
            /* Aquí podrías añadir una imagen de fondo de líneas onduladas sutiles */
        }
        
        /* TARJETAS (Stories) */
        .card-custom {
            border: none;
            transition: transform 0.3s;
        }
        .card-custom:hover {
            transform: translateY(-5px);
        }
        .card-img-top {
            height: 250px;
            object-fit: cover;
        }
        .card-category {
            font-size: 0.75rem;
            text-transform: uppercase;
            color: #888;
            font-weight: 700;
            margin-bottom: 0.5rem;
            display: block;
        }
        .card-title {
            font-weight: 600;
            color: #002d5b;
        }

        /* FOOTER */
        footer {
            background-color: #111;
            color: #ccc;
            font-size: 0.9rem;
        }
        footer h5 {
            color: white;
            text-transform: uppercase;
            font-size: 0.85rem;
            letter-spacing: 1px;
            margin-bottom: 1.5rem;
        }
        footer a {
            color: #999;
            text-decoration: none;
        }
        footer a:hover {
            color: white;
        }
        .stock-ticker {
            border-top: 1px solid #333;
            padding-top: 1.5rem;
        }

        /* Animación scroll */
        @keyframes bounce {
            0%, 20%, 50%, 80%, 100% {transform: translateY(0) translateX(-50%);}
            40% {transform: translateY(-10px) translateX(-50%);}
            60% {transform: translateY(-5px) translateX(-50%);}
        }
        :root {
    --primary-blue: #002d4b; /* El azul marino de Clarksons */
    --accent-teal: #009688;
}



.hero-section {
    background: linear-gradient(rgba(0, 45, 75, 0.7), rgba(0, 45, 75, 0.7)), 
                url('https://images.unsplash.com/photo-1524522173746-f628baad3644?q=80&w=2000') center/cover no-repeat;
    height: 80vh;
    padding-top: 80px;
}

.color-primary {
    color: var(--primary-blue);
}

.ls-2 {
    letter-spacing: 2px;
}

/* Efecto hover estilo Clarksons en las tarjetas */
.feature-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
}

.feature-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0,0,0,0.1) !important;
}

.feature-card .card-image {
    transition: transform 0.5s ease;
}

.feature-card:hover .card-image {
    transform: scale(1.05);
}

.btn-link:hover {
    color: var(--accent-teal) !important;
}

.hero-video-banner {
    height: 50vh;
    min-height: 600px;
    background-color: #002d4b; /* Color de respaldo */
}
.home .hero-video-banner {
    height: 100vh;
    min-height: 600px;
    background-color: #002d4b; /* Color de respaldo */
}

.video-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.bg-video {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Esto hace que el video actúe como background-size: cover */
}

.video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(85deg, rgba(0, 45, 75, 0.65) 0%, rgba(0, 45, 75, 0.05) 100%);
    z-index: 1;
}
.home .video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(75deg, rgba(0, 45, 75, 0.85) 0%, rgba(0, 45, 75, 0.2) 100%);
    z-index: 1;
}

.text-teal {
    color: #00828f;
}

/* Animación de entrada suave */
.animate-up {
    animation: fadeInUp 1s ease forwards;
    opacity: 0;
    transform: translateY(30px);
}

@keyframes fadeInUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Línea de scroll estilo Clarksons */
.scroll-down-line {
    position: absolute;
    bottom: 0;
    left: 50px;
    width: 1px;
    height: 80px;
    background: rgba(255,255,255,0.2);
    z-index: 2;
}

.scroll-down-line::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 30px;
    background: #fff;
    animation: scrollMove 2s infinite;
}

@keyframes scrollMove {
    0% { transform: translateY(0); opacity: 0; }
    50% { opacity: 1; }
    100% { transform: translateY(50px); opacity: 0; }
}

  
  /* Contenedor principal con fondo blanco */
        .gallery-bg {
            background-color: #ffffff;
            padding: 40px 0;
        }

        /* Sistema de Grilla Mosaico */
        .mosaic-grid {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            grid-auto-rows: 200px;
            gap: 15px;
        }

        .mosaic-item {
            position: relative;
            overflow: hidden;
            border-radius: 4px; /* Bordes sutiles y modernos */
            background-color: #f8f9fa;
        }

        .mosaic-item img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: all 0.4s ease-in-out;
            filter: grayscale(20%); /* Un toque sobrio que encaja con ingeniería */
        }

        .mosaic-item:hover img {
            transform: scale(1.08);
            filter: grayscale(0%);
        }

        /* Definición de tamaños basados en tu imagen de referencia */
         .w-6 { grid-column: span 6; }
        .h-6 { grid-row: span 6; }
        .w-5 { grid-column: span 5; }
        .h-5 { grid-row: span 5; }
        .w-4 { grid-column: span 4; }
        .h-4 { grid-row: span 4; }
         .w-3 { grid-column: span 3; }
        .h-3 { grid-row: span 3; }
         .w-2 { grid-column: span 2; }
        .h-2 { grid-row: span 2; }
         .w-1 { grid-column: span 1; }
        .h-1 { grid-row: span 1; }

        /* Responsivo para móviles */
        @media (max-width: 768px) {
            .mosaic-grid {
                grid-template-columns: repeat(2, 1fr);
                grid-auto-rows: 150px;
            }
            .w-2 { grid-column: span 2; }
        }
        /* Estilos personalizados para Giancor */
        .breadth-section {
            background-color: #ffffff;
            /* El patrón de ondas se puede agregar como imagen de fondo */
            background-image: url('path-to-your-wave-pattern.svg'); 
            background-position: left center;
            background-repeat: no-repeat;
            background-size: 50% auto;
            min-height: 500px;
            display: flex;
            align-items: center;
        }

        .category-label {
            color: #002B5B; /* Azul corporativo */
            font-weight: 700;
            letter-spacing: 2px;
            font-size: 0.8rem;
            text-transform: uppercase;
            border-top: 3px solid #002B5B;
            padding-top: 10px;
            display: inline-block;
            margin-bottom: 2rem;
        }

        .main-heading {
            color: #1a1a1a;
            font-size: 3.5rem;
            font-weight: 800;
            line-height: 1.1;
            margin-bottom: 2rem;
        }

        .description-text {
            color: #555;
            font-size: 1.1rem;
            line-height: 1.6;
            max-width: 90%;
        }

        /* Columna derecha con imagen y overlay */
        .image-container {
            position: relative;
            height: 100%;
            min-height: 500px;
        }

        .image-container img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        .image-overlay {
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            padding: 40px;
            background: linear-gradient(transparent, rgba(0,0,0,0.7));
            color: white;
        }

        .overlay-label {
            font-size: 0.75rem;
            text-transform: uppercase;
            letter-spacing: 1px;
            margin-bottom: 10px;
        }

        .report-link {
            display: flex;
            align-items: center;
            color: white;
            text-decoration: none;
            margin-top: 20px;
            font-weight: 600;
        }

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

        .icon-circle {
            width: 30px;
            height: 30px;
            background: white;
            color: black;
            border-radius: 50%;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            margin-right: 10px;
        }

        @media (max-width: 991px) {
            .main-heading { font-size: 2.5rem; }
            .breadth-section { background-size: cover; }
          .fontlogoa{
            font-family: 'conthraxsemi_bold' !important;
           font-size: 1.8rem;
  line-height: 0;
  letter-spacing: 4px;
  margin-top: 10px;
  position: relative;
  top: 10px;
           
        }
        .fontlogob{
            
  font-family: "Montserrat", sans-serif !important;
  font-optical-sizing: auto;
  font-weight: 100;
  font-style: normal;
 font-size: 0.67rem;
  line-height: 0;
  position: relative;
  top: -4px;

        }
        }

        /* COBERTURA*/

        /* Ajuste de altura del banner */
        .main-banner {
            height: 85vh; /* Ocupa el 85% de la pantalla */
            min-height: 500px;
        }

        .carousel-item {
            height: 85vh;
            min-height: 500px;
           
        }

        /* Imagen con overlay oscuro para que el texto resalte */
        .banner-img {
            object-fit: cover;
            
            height: 100%;
            opacity: 0.9; 
        }

        /* Posicionamiento del contenido tipo "Insights" */
        .carousel-caption {
            text-align: left;
            bottom: 15%;
            left: 10%;
            right: 10%;
            max-width: 600px;
        }

        /* Etiquetas redondeadas superiores */
        .banner-tag {
            background: rgba(255, 255, 255, 0.9);
            color: #333;
            padding: 5px 20px;
            border-radius: 50px;
            font-size: 0.75rem;
            font-weight: 700;
            text-transform: uppercase;
            margin-right: 10px;
            display: inline-block;
            margin-bottom: 30px;
        }

        .insight-label {
            color: #fff;
            letter-spacing: 2px;
            font-size: 0.9rem;
            font-weight: 600;
            margin-bottom: 15px;
            display: block;
        }

        .banner-title {
            font-size: 3.5rem;
            font-weight: 800;
            line-height: 1.1;
            margin-bottom: 20px;
        }

        .banner-description {
            font-size: 1.1rem;
            line-height: 1.6;
            opacity: 0.9;
            margin-bottom: 30px;
        }

        /* Botón de acción con flecha */
        .btn-insight {
            color: #fff;
            text-decoration: none;
            font-weight: 700;
            display: flex;
            align-items: center;
            gap: 10px;
        }

        .btn-insight .arrow-circle {
            width: 35px;
            height: 35px;
            background: #002B5B; /* Azul Giancor */
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        /* Indicadores redondos personalizados */
        .carousel-indicators [data-bs-target] {
            width: 12px;
            height: 12px;
            border-radius: 50%;
            margin: 0 8px;
        }

        @media (max-width: 768px) {
            .banner-title { font-size: 2.2rem; }
            .carousel-caption { bottom: 10%; left: 5%; }
        }


      /* CLIENTES */

      .client-section {
           
           
            overflow: hidden;
        }

      .client-section  .client-slider {
            display: flex;
            width: calc(300px * 32); /* Ajustar según número de logos */
            animation: scroll 40s linear infinite;
        }

       .client-section .client-slider:hover {
            animation-play-state: paused; /* Se detiene al pasar el mouse */
        }

      .client-section  .slide {
            width: 300px;
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 0 40px;
        }

     .client-section   .slide img {
            width: 100%;
            max-width: 150px;
            height: auto;
            filter: grayscale(100%); /* Efecto elegante */
            opacity: 0.6;
            transition: all 0.3s ease;
        }

      .client-section  .slide img:hover {
            filter: grayscale(0%);
            opacity: 1;
            transform: scale(1.1);
        }

        /* Animación de desplazamiento */
        @keyframes scroll {
            0% { transform: translateX(0); }
            100% { transform: translateX(calc(-300px * 7)); } /* Mitad del total para bucle infinito */
        }

     .client-section   .section-title-small {
            color: #002B5B;
            font-weight: 700;
            letter-spacing: 2px;
            font-size: 0.8rem;
            text-transform: uppercase;
        }

:root {
    --clark-blue-dark: #002d4b;
    --clark-yellow: #f9c852;
    --clark-mint: #97ead2;
    --clark-mint-dark: #74d8bb;
}

.bg-clark-blue { background-color: var(--clark-blue-dark); color: white; }
.bg-clark-yellow { background-color: var(--clark-yellow); }
.bg-clark-mint { background-color: var(--clark-mint); }
.bg-clark-mint-dark { background-color: var(--clark-mint-dark); }

.info-card {
    min-height: 450px;
    border: none;
    transition: all 0.3s ease;
}

.ls-2 { letter-spacing: 2px; }

/* Overlay de Ondas para el bloque azul */
.waves-overlay-dark {
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    /* Aquí usas la imagen blue-wave-light.webp que subiste */
    background-image: url('blue-wave-light.webp');
    background-size: cover;
    opacity: 0.15;
    z-index: 0;
}

.z-1 { z-index: 1; position: relative; }

/* Botón Circular Estilo Clarksons */
.btn-circle-dark {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: var(--clark-blue-dark);
    color: white;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease;
}

.btn-link-dark:hover .btn-circle-dark {
    transform: scale(1.1);
}

.image-overlay-blue {
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    background: rgba(0, 45, 75, 0.4);
}

.btn-play-pause {
    background: transparent;
    border: 1px solid white;
    color: white;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    font-size: 0.8rem;
}




