
@import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300..700&display=swap');


/* basics */
body {font-family: "Space Grotesk", sans-serif;color: #111111; padding-top:92px; background-color:#dddddd}
a {display:inline-block; text-decoration:none; color:#1f2f5f}
strong {font-weight:700}
.absoluta-vertical {-webkit-transform:translate(0%,-50%);-ms-transform:translate(0%,-50%);transform:translate(0%,-50%);}
.absoluta-horizontal {-webkit-transform:translate(-50%,0%);-ms-transform:translate(-50%,0%);transform:translate(-50%,0%);}
.absoluta-total {-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);}

.text-primary {color: #2a3475 !important }
.text-secondary {color: #4895e4 !important }
.bg-primary {background:#2a3475 !important}
.bg-header {background-color:#dddddd}
.bg-secondary {background:#4895e4 !important}
.bg-cielo {background:#ebf4fc;}
.bg-gris-secundario {background:#eeeeee;}
.bg-bk{background:#dddddd;}
.bg-hero {background-color: #f3f9ff;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3E%3Cpath fill='%234895e4' fill-opacity='0.36' d='M1 3h1v1H1V3zm2-2h1v1H3V1z'%3E%3C/path%3E%3C/svg%3E");}
.bg-grey {background:#444444 !important}
.cover {background-size:cover !important; }
.bg-center {background-position:center center !important; }
.bg-top-center {background-position:top center !important; }
.bg-no-repeat {background-repeat:no-repeat}
.bg-bloq-sol1{background-color: rgba(91, 143, 199, 0.5);}
.bg-bloq-sol2{background-color: rgba(47, 62, 127, 0.5);}
.auto-full-w {  width: auto;}
.cabecera-background {    height: calc(100vh - 55px);
    position: relative;
    display: flex;
    align-items: center;

}

.subrayado-soft {
  position: relative;
  display: inline-block;
  color: #2a3475; 
margin-bottom:16px
}

.subrayado-soft::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -8px; /* separación del texto */
  width: 100%;
  height: 6px; /* grosor del subrayado */
  
  /* degradado azul */
  background: linear-gradient(
    90deg,
    #2a3475 0%,
    #3f4fb3 50%,
    #6c7ae0 100%
  );

  border-radius: 3px; /* suaviza bordes */
  opacity: 0.4; /* efecto “soft” */
}

.fs-mini {font-size:10px}
.proyecto-recomendador{font-size:15px}
.logos-peu {width:70%}

.vertical-absolute {top:50%;transform: translateY(-50%) }
.horizontal-absolute {left:50%;transform: translateX(-50%) }
.negro-opacity{background-color:rgba(0,0,0,0.4)}
.actionbutton{background-color:#2a3475 !important}
.actionbutton:hover {background-color:#444444 !important}

.elpost img{max-width:100%}

.offcanvas{background:#eeeeee !important;}

.back-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
    z-index: 10;
    padding: 6px 12px;
	}

.orange {color:#d93025}
.blanc {color:#000000}

.cabecera-background-delimitado {    height: calc(100vh - 55px);
    position: relative;
    display: flex;
    align-items: center;

}

.background-delimitado70 {    height: calc(75vh - 55px);
    position: relative;
    display: flex;
    align-items: center;

}

.background-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.6;
    z-index: 0;
}
.background-overlay-oscuro { opacity: 0.1;}

.cabecera-background .container {
    position: relative;
    z-index: 1;
}

.cabecera-background-delimitado .container {
    position: relative;
    z-index: 1;
}

p.cabecera {line-height: 1.6em;font-weight:300; padding-bottom: .5rem !important;font-size: 1.25rem !important; }
.scroll-flecha { display: inline-block; animation: bounce 1.5s infinite; text-decoration: none; transition: transform 0.2s ease-in-out;}
.scroll-flecha:hover {transform: scale(1.2); }
/* cards reversades */

  .icon-card {
            perspective: 1000px;
            height: 200px;
            margin-bottom: 30px;
        }
        
        .icon-flip {
            position: relative;
            width: 100%;
            height: 100%;
            text-align: center;
            transition: transform 0.6s;
            transform-style: preserve-3d;
            cursor: pointer;
        }
        
        .icon-card:hover .icon-flip {
            transform: rotateY(180deg);
        }
        
        .icon-front, .icon-back {
            position: absolute;
            width: 100%;
            height: 100%;
            backface-visibility: hidden;
            border-radius: 15px;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            padding: 20px;
            box-shadow: 0 4px 15px rgba(0,0,0,0.1);
            transition: all 0.3s ease;
        }
        
        .icon-front {
            background-color: #eeeeee;
            color: #2a3475;
            border: 1px solid #eaeaea;
        }
        
        .icon-back {
            background-color: #2a3475;
            color: white;
            transform: rotateY(180deg);
        }
        
        .icon-front i {
            font-size: 3rem;
            margin-bottom: 15px;
        }
        
        .icon-back i {
            font-size: 3rem;
            margin-bottom: 15px;
        }
        
        .icon-title {
            font-size: 1.1rem;
            font-weight: 600;
            margin: 0;
        }
        
        .section-title {
            text-align: center;
            margin-bottom: 50px;
            color: #333;
        }
        
        .container-icons {
            padding: 60px 0;
        }
        
        /* Efecto adicional de elevación */
        .icon-card:hover .icon-front,
        .icon-card:hover .icon-back {
            transform: translateY(-5px);
            box-shadow: 0 8px 25px rgba(0,0,0,0.15);
        }
        
        .icon-card:hover .icon-back {
            transform: rotateY(180deg) translateY(-5px);
        }
.card-hover {
  transition: all 0.3s ease;
  will-change: transform;
}

.card-hover:hover {
  transform: translateY(-8px); /* sube la caja */
  box-shadow: 0 15px 30px rgba(42, 52, 117, 0.15); /* sombra azul suave */
}

/* medidas vídeos publicados en el servidor */
.video-instagram-vertical {
    width: 100%;

    object-fit: cover; 
}

.feature-item {
    height: 100%;
    padding: 30px 20px;
    border: 1px solid #2a3475;
    border-radius: 16px;
    background-color: #fff;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.04);
    transition: all 0.25s ease;
}

.feature-item:hover {
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
    transform: translateY(-4px);
}



.feature-item:hover ul li {background-color:#2a3475 !important; color:#fff;}

.feature-icon img {
    width: 56px;
    height: auto;
}

.feature-text ul {
    padding-left: 18px;
    margin: 0;
}

.feature-text li {
    font-size: 0.95rem;
    line-height: 1.55;
    margin-bottom: 10px;
	 transition: 
        background-color 0.25s ease,
        color 0.25s ease;
}

.feature-text li:last-child {
    margin-bottom: 0;
}

.feature-text li {
    position: relative;
    z-index: 1;
}

.feature-text li::before {
    content: "";
    position: absolute;
    top: -16px;
    bottom: -16px;
    left: 50%;
    width: 1px;
    /*background-color: #f8f9fa; mismo tono que bg-light */
    transform: translateX(-50%);
    z-index: -1; /* CLAVE: va detrás */
}

/* Ajuste para que no sobresalga arriba y abajo */
.feature-text li:first-child::before {
    top: 50%;
}

.feature-text li:last-child::before {
    bottom: 50%;
}

/* CAM Model home */
.cam-wrapper {
    position: relative;
    width: 420px;
    height: 420px;
    margin: 60px auto;
}


/*--------------------------------------------------------------
# Clients Section
--------------------------------------------------------------*/
.clients {
  overflow-x: hidden;
  padding: 20px 0;
  /* Responsive adjustments */
}

.clients .clients-slider {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: 20px 0;
}

.clients .clients-slider:not(:last-child) {
  margin-bottom: 20px;
}

.clients .clients-track {
  display: flex;
  width: fit-content;
  animation-duration: 30s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

.clients .clients-track.track-1 {
  animation-name: scroll-left;
}

.clients .clients-track.track-2 {
  animation-name: scroll-right;
}

.clients .clients-track:hover {
  animation-play-state: paused;
}

.clients .clients-slide {
  flex: 0 0 auto;
  width:200px;
  height: 100px;
  margin: 0 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--surface-color);
  border-radius: 10px;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.clients .clients-slide::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, color-mix(in srgb, var(--default-color), transparent 96%), transparent);
  transition: 0.5s;
}

.clients .clients-slide:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.clients .clients-slide:hover::before {
  left: 100%;
}

.clients .clients-slide:hover img {
  filter: none;
  opacity: 1;
}

.clients .clients-slide img {
  max-width: 90%;
  max-height: 70%;
  filter: grayscale(100%);
  opacity: 0.7;
  transition: all 0.3s ease;
}

@keyframes scroll-left {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-2080px);
  }
}

@keyframes scroll-right {
  0% {
    transform: translateX(-2080px);
  }

  100% {
    transform: translateX(0);
  }
}

@media (max-width: 991px) {
  .clients .clients-slide {
    width: 180px;
    height: 90px;
    margin: 0 20px;
  }

  @keyframes scroll-left {
    0% {
      transform: translateX(0);
    }

    100% {
      transform: translateX(-1760px);
    }
  }

  @keyframes scroll-right {
    0% {
      transform: translateX(-1760px);
    }

    100% {
      transform: translateX(0);
    }
  }
}

@media (max-width: 767px) {
  .clients .clients-slide {
    width: 150px;
    height: 75px;
    margin: 0 15px;
  }

  @keyframes scroll-left {
    0% {
      transform: translateX(0);
    }

    100% {
      transform: translateX(-1440px);
    }
  }

  @keyframes scroll-right {
    0% {
      transform: translateX(-1440px);
    }

    100% {
      transform: translateX(0);
    }
  }
}


/* buttons */
.btn-primary {background-color:#2a3475; border-color:#2a3475}
.btn-secondary {background-color:#4895e4 ; border-color:#4895e4 }

.btn-primary:hover {background-color:#444;  }
.btn-secondary {background-color:#transparent; border-color:#000; color:#000}

.border-primary {  border-color:#4895e4; }
.border-top-extra {border-top:8px solid #2a3475; }
.border-top-extra:hover {border-top:8px solid #4895e4; }
ul li::marker {
  color: #4895e4;
}

.custom-card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.custom-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
}

.arrow-icon {
  opacity: 0;
  transform: translateX(20px);
  transition: all 0.3s ease;
}

.custom-card:hover .arrow-icon {
  opacity: 1;
  transform: translateX(0);
}


.hr-custom {
    width: 80px;
    height: 4px;
    background-color: #4895e4;
    border: none;
    margin-left: 0;
    opacity: 1;
	}

	.col-5ths {
  flex: 0 0 20%;
  max-width: 20%;
}
/* FONTS */

.fs-menu {font-size:0.9rem;}
.fw-500  {font-weight:500}


.border-primary {border-color:#2a3475 !important}
select {cursor:pointer; }

.btn-ollearis {
  background-color: #2a3475; /* Color base */
  transition: all 0.3s ease;
}

.btn-ollearis i {
  transition: margin-left 0.3s ease;
}

.btn-ollearis:hover {
  background-color: #444444; /* Un tono más oscuro opcional, o puedes mantener #0d6efd si ya lo usas de base */
  text-decoration: none;
}

.btn-ollearis:hover i {
  margin-left: 8px;
}
.link-card {

  transition: all 0.3s ease;
}
.rounded-color{  transition: all 0.3s ease;
}
.rounded-color:hover .rounded-circle {background-color:#ffffff !important; transform: translateY(-5px);}

.object-fit-cover {
  object-fit: cover;
}

.link-card:hover {
  background-color: #4895e4;
  color: #fff;
  text-decoration: none;
}

.link-card:hover h5,
.link-card:hover p,
.link-card:hover i {
  color: #fff;
}

img.logo {width:130px}
.w-70 {width:70%}

.container-mid {width:600px; }
.min-custom-height {
  min-height: calc(100dvh - 72.3px);
}

.bg-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-position: 130% 0;
  background-repeat: no-repeat;
  background-size: auto;
  opacity: 0.2;
  z-index: 1;
  pointer-events: none;
}

/* header video */

.hero-section {
  height: calc(100vh - 92px);
  position: relative;
}

.hero-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

.hero-dark-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); /* oscuridad del vídeo */
  z-index: 1;
}

.hero-overlay {
  z-index: 1;
}

.scroll-arrow {
  bottom: 30px; /* distancia desde la parte inferior */
  z-index: 2;
  cursor: pointer;
  transition: transform 0.3s ease;
}

.scroll-arrow:hover {
  transform: translate(-50%, -5px);
}


/* bloque bk foto texto home */
.item-zonas {
  height: 380px;
  position: relative;
}

.nombre-zona {
  top: 50%;
  width: 100%;
  padding: 0 20px;
  left: 0;
  transform: translateY(-50%);
  z-index: 2;
  pointer-events: none;
  text-align: center;
}

.zona {
  position: relative;
  color: #ffffff !important;
  overflow: hidden;
}

/* Capa de fondo transparente */
.zona-bg {
  background-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  inset: 0;
  z-index: 0;
}

/* Contenido que aparece encima */
.zona-encima {
  transform: translateY(100%);
  opacity: 0;
  transition: transform 0.5s ease, opacity 0.5s ease;

background: linear-gradient(0deg, rgba(17,17,17,0.6671043417366946) 1%, rgba(17,17,17,0) 85%);

  z-index: 1;
  position: relative;
}

.zonas:hover .zona-encima {
  transform: translateY(0);
  opacity: 1;
}

.zonas:hover p a {
  color: #ffffff !important;
}

/* por si el overlay tapa el hover */
.zona-bg { pointer-events: none; }

/* animación del zoom únicamente donde pongas zoom-card + zoom-bg */
.zoom-bg {
  transition: transform 0.2s ease-in-out;
  transform-origin: center;
  will-change: transform;
}

/* disparamos el efecto desde el contenedor, así funciona aunque el enlace lo cubra */
.zoom-card:hover .zoom-bg,
.zoom-card:focus-within .zoom-bg { /* accesible con teclado */
  transform: scale(1.06);
}

/* opcional: ligera sombra al hacer hover */

/* opcional: oscurecer un pelín la capa */
.zona-bg {
  position: absolute; inset: 0;
  background: rgba(0,0,0,0.0);
  transition: background 0.1s ease-in-out;
  border-radius: inherit;
}
.zoom-card:hover .zona-bg,
.zoom-card:focus-within .zona-bg {
  background: rgba(0,0,0,0.1);
}

/* evita activar en dispositivos sin hover real */
@media (hover: hover) and (pointer: fine) {
  .zoom-card:hover .zoom-bg { transform: scale(1.06); }
}

/* respeto a usuarios con movimiento reducido */
@media (prefers-reduced-motion: reduce) {
  .zoom-bg, .zona-bg { transition: none; }
}

.about-section {
  display: flex;
  align-items: flex-start;
  gap: 40px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
}

.about-text {
  flex: 1;
  font-size: 16px;
  line-height: 1.7;
  color: #333;
}

.about-text h2 {
  font-size: 24px;
  margin-bottom: 20px;
  color: #111;
}

.about-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.about-list li {
  margin-bottom: 15px;
  padding-left: 44px;
  position: relative;
}


.about-list li::before {
  content: "\F633"; /* código unicode del icono */
  font-family: "bootstrap-icons";
  position: absolute;
  left: 0;
  top: 3px;
  font-size: 1.8rem;
  color: #2a3475 ; /* color corporativo */
  line-height: 1;
}

.about-image {
  flex: 1;
  text-align: center;
}

.about-image img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 6px 18px rgba(0,0,0,0.15);
}



.absolute-a-relative {position:absolute}















/* RESPONSIVE */


@media (max-width: 990px) {

.col-5ths {
  flex: 0 0 100%;
  max-width:100%

}

.container-mid {
        width: 100%;
    }
.absolute-a-relative {position:relative}
.item-zonas{height:250px}
}

@media (max-width: 640px) {
.logos-peu {width:90%}
}

/* =========================================================
   OLLEARIS - GLOBAL DESIGN SYSTEM
========================================================= */

/* =========================
   Section spacing
========================= */

.section-spacing {
    padding-top: 100px;
    padding-bottom: 100px;
}

@media (max-width: 991px) {

    .section-spacing {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}

@media (max-width: 576px) {

    .section-spacing {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}

/* =========================
   Labels
========================= */

.section-label {
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #7C6A36;
    margin-bottom: 15px;
}

/* =========================
   Main titles
========================= */

.section-title {
    font-size: 46px;
    font-weight: 700;
    line-height: 1.15;
    color: #1f2f5f;
    margin-bottom: 0;
}

@media (max-width: 991px) {

    .section-title {
        font-size: 38px;
    }
}

@media (max-width: 576px) {

    .section-title {
        font-size: 30px;
    }
}

/* =========================
   Subtitles
========================= */

.section-subtitle {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.4;
    color: #b9af92;
    margin-top: 20px;
    margin-bottom: 0;
}

@media (max-width: 576px) {

    .section-subtitle {
        font-size: 20px;
    }
}

/* =========================
   Paragraphs / text
========================= */

.section-text {
    font-size: 18px;
    line-height: 1.8;
    color: #4d4d4d;
    margin-bottom: 0;
}

@media (max-width: 576px) {

    .section-text {
        font-size: 16px;
        line-height: 1.7;
    }
}

/* =========================
   Cards
========================= */

.custom-card {
    background: #ffffff;
    border-radius: 24px;
    padding: 40px 35px;
    box-shadow: 0 15px 40px rgba(0,0,0,0.06);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.custom-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 50px rgba(0,0,0,0.10);
}

@media (max-width: 576px) {

    .custom-card {
        padding: 30px 24px;
        border-radius: 20px;
    }
}

/* =========================
   Icons
========================= */

.custom-icon-circle {
    width: 75px;
    height: 75px;
    border-radius: 50%;
    background: #1f2f5f;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
}

.custom-icon-circle i {
    font-size: 34px;
    color: #ffffff;
}

@media (max-width: 576px) {

    .custom-icon-circle {
        width: 65px;
        height: 65px;
    }

    .custom-icon-circle i {
        font-size: 28px;
    }
}

/* =========================
   Buttons
========================= */

.btn-primary {
    background-color: #1f2f5f;
    border-color: #1f2f5f;
    border-radius: 50px;
    transition: all 0.3s ease;
}

.btn-primary:hover {
    background-color: #b9af92;
    border-color: #b9af92;
    color: #1f2f5f;
}

/* =========================
   Image wrappers
========================= */

.image-wrapper {
    background: #ffffff;
    border-radius: 30px;
    padding: 30px;
    box-shadow: 0 20px 50px rgba(0,0,0,0.08);
}

.image-wrapper img {
    width: 100%;
    border-radius: 20px;
    display: block;
}

@media (max-width: 576px) {

    .image-wrapper {
        padding: 15px;
        border-radius: 20px;
    }

    .image-wrapper img {
        border-radius: 12px;
    }
}

/* =========================
   Lists
========================= */

.custom-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.custom-list li {
    position: relative;
    padding-left: 32px;
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 1.7;
    color: #4d4d4d;
}

.custom-list li::before {
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #b9af92;
    position: absolute;
    left: 0;
    top: 11px;
}

@media (max-width: 576px) {

    .custom-list li {
        font-size: 16px;
        line-height: 1.7;
    }
}