/* ====================================================================
   SECCIÓN AXIS COMMUNICATIONS (CCTV & Video IP)
==================================================================== */

/* --- 1. Introducción (.about-intro) --- */
.feature-section{
  position: relative;
  padding: 60px 0px 60px 0px;
}

.bg-white { background-color: #ffffff; }

.about-intro {
    font-size: 24px !important;    /* Tamaño más grande y legible */
    line-height: 1.8 !important;   /* Mayor espacio entre líneas para lectura cómoda */
    color: #777;                /* Gris oscuro profesional */
    text-align: justify;           /* Opcional: para que el bloque se vea alineado */
}

/* ====================================================================
   2. SECCIÓN: CARACTERÍSTICAS DE CÁMARAS (Our Protection)
==================================================================== */

/** our-protection **/

.our-protection{
  position: relative;
}

.our-protection .title-box{
  margin-bottom: 86px;
}

.our-protection .inner-content{
  position: relative;
  margin: 0px -60px;
}

.our-protection .inner-content .single-item{
  position: relative;
  margin-bottom: 70px;
}

.our-protection .inner-content .single-item:last-child{
  margin-bottom: 0px;
}

.our-protection .inner-content .single-item .icon-box{
  position: absolute;
  top: 6px;
  width: 70px;
  height: 70px;
  line-height: 70px;
  background: #e94f1b;
  text-align: center;
  border-radius: 50%;
  transition: all 500ms ease;
}

.our-protection .inner-content .single-item:hover .icon-box{
  background: #222222;
}

.our-protection .inner-content .left-column .single-item{
  padding: 0px 0px 0px 100px;
}

.our-protection .inner-content .left-column .single-item .icon-box{
  left: 0px;
}

.our-protection .inner-content .right-column .single-item{
  padding: 0px 100px 0px 0px;
  text-align: right;
}

.our-protection .inner-content .right-column .single-item .icon-box{
  right: 0px;
}

.our-protection .inner-content .single-item .icon-box i:before{
  position: relative;
  font-size: 28px;
  color: #ffffff;
  margin: 0px;
}

.our-protection .inner-content .single-item h4 a{
  display: inline-block;
  margin-bottom: 6px;
}

.our-protection .inner-content .image-box{
  position: relative;
  text-align: center;
  margin-top: 3px;
}

.our-protection .inner-content:before{
  position: absolute;
  content: '';
  background: url(../images/background/map.png);
  width: 1000px;
  height: 530px;
  left: 100px;
  top: -60px;
  background-repeat: no-repeat;
}


/* Iconos de analíticas (Deep Learning, Fence Guard, etc.) */
/* Botones de compatibilidad mejorados */
.btn-compat-wrapper {
    display: flex;
    flex-wrap: wrap;       /* Permite que bajen si no caben */
    justify-content: center;
    gap: 8px;              /* Espacio entre botones */
    margin-bottom: 12px;
}

.btn-compat {
    padding: 3px 3px;
    font-size: 14px;
    border-radius: 10px;
    border: 1px solid transparent;
    white-space: nowrap;
}

/* Colores específicos */
.btn-unity { background: #eef4f9; color: #2c5d8a; border-color: #2c5d8a; }
.btn-alta { background: #f0f7f4; color: #387860; border-color: #387860; }

.brand-icon {
    width: 50px;      /* Ajusta este tamaño al que prefieras */
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    border: 1px solid #e2e8f0;
    background-color: #fff;
    transition: transform 0.2s;
}

.brand-icon:hover {
    transform: scale(1.1); /* Un pequeño efecto al pasar el mouse */
}

.brand-icon img {
    width: 100%;       /* Asegura que la imagen no toque los bordes */
    height: auto;
}

.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}
.vertical-align {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
}


.card { margin-top: 10px; }
.card .card-header { background-color: #fff; }
.card .card-header a { width: 100%; text-align: left;  }
.card .card-header a > i {
    float: right;
    font-size: 14px;
    margin-top: 2px;
    color: 
    #f26723;
}
h4.sub-title { padding-left: 20px; margin-bottom: 20px }
h4.sub-title::before{
    background: 
    #f26723 none repeat scroll 0 0;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    top: 100%;
    width: 80px;
}
.bg-imagen::before {
    background-image: url("../images/wrap_img.jpg");
    background-position: center center;
    background-size: cover;
    bottom: 0;
    content: "";
    right: 0;
    position: absolute;
    top: 0;
    width: 50%;
}

.section-infografia { margin-top: 20px;   }
.ul-bullet, .ul-bullet li { list-style:square; margin-left: 15px; }
.padding-10 { padding:10px 10px; }


/* --- 4. Casos de Uso (.video-use-cases) --- */

.about-section{
  position: relative;
  padding: 80px 0px 80px 0px;
}
.about-title { padding: 0 0 60px 0; }

.about-intro {
    font-size: 24px !important;    /* Tamaño más grande y legible */
    line-height: 1.8 !important;   /* Mayor espacio entre líneas para lectura cómoda */
    color: #777;                /* Gris oscuro profesional */
    text-align: justify;           /* Opcional: para que el bloque se vea alineado */
}

.about-intro .text-orange {
    font-size: 1.1em !important;   /* Un 10% más grande que el texto de alrededor */
    font-family: 'neuropolregular', sans-serif !important;
}

.video-gallery{
  text-align: center;
  position: relative;
  overflow: hidden;
}

.video-gallery:before{
  position: absolute;
  content: '';
  background: rgba(0, 0, 0, 0.60);
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  opacity: 0;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.video-gallery:hover:before{
  opacity: 1;
}

.video-gallery img {
  width: 100%;
}

.video-gallery .overlay-gallery {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: all 500ms ease;
}

.video-gallery .overlay-gallery .icon-holder{
  display: table;
  height: 100%;
  width: 100%;    
}

.video-gallery .overlay-gallery .icon-holder .icon{
  display: table-cell;
  vertical-align: middle;    
}

.video-gallery .overlay-gallery .icon-holder .icon a{
  position: relative;
  display: inline-block;
  font-weight: 700;
  font-size: 44px;
  color: #ffffff;
  margin: 0px;
}

.video-use-cases {
    background-color: #f8f9fa; /* Gris claro suave */
    padding: 60px 0;
}

.use-case-card {
    background: #ffffff;
    padding: 10px;
    border-radius: 12px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease;
    height: 100%; /* Igualar alturas en toda la fila */
}

.use-case-card:hover {
    transform: translateY(-5px); /* Efecto de elevación al pasar el mouse */
}

.use-case-card h3 {
    color: #2c3e50;
    font-size: 1.4rem;
    margin-bottom: 15px;
    border-bottom: 2px solid #ffcc00; /* Detalle amarillo Axis */
    padding-bottom: 10px;
    
    /* Cambios para centrar */
    display: block;          /* Cambiar de inline-block a block */
    text-align: center;      /* Centra el texto */
    margin-left: auto;       /* Junto con margin-right centra la línea amarilla */
    margin-right: auto;
    width: max-content;      /* Hace que la línea amarilla mida lo mismo que el texto */
    max-width: 100%;         /* Evita que se desborde en pantallas muy chicas */
}

.use-case-card p {
    color: #666;
    line-height: 1.6;
    font-size: 0.95rem;
}

.card-spacing {
    margin-bottom: 20px !important; /* Ajusta este valor a tu gusto */
}

/* ...............  */



.gallery-images li { width: 24%; margin: 0 0.5%; float: left; 
  list-style-type: none; position: relative; text-align: left; }

.gallery-images .single-item .icon-box{
  position: absolute;
  left: 0%;
  top: 0px;
  background: transparent;
  width: 100px;
  height: 100px;
  line-height: 100px;
  border: 1px solid #ebebeb;
  border-radius: 50%;
  text-align: center;
  transition: all 500ms ease; 
}

.gallery-images .single-item .icon-box::before {
    position: absolute;
    content: '';
    border: 1px dashed 
    #4c4c4c;
    width: 30px;
    height: 1px;
    left: 120%;
    bottom: 7%;
    margin-left: 0px;
    margin-bottom: 39px;
}

.gallery-images li:last-child .icon-box:before{
  display: none;
}


.gallery-images .single-item:last-child{
  margin-bottom: 0px;
}

.gallery-images .single-item:hover .icon-box{
  background: #e94f1b;
  border: 1px solid #e94f1b;
}

.gallery-images .single-item .icon-box i:before{
  position: relative;
  font-size: 45px;
  color: #e94f1b;
  margin: 0px;
  transition: all 500ms ease;
}

.gallery-images .single-item:hover .icon-box i:before{
  color: #ffffff;
}

.gallery-images h4 { text-align: left; margin-top: 110px; }


/* ..................... */



.about-section .video-content{
  position: relative;
  margin-right: 10px;
}

.about-section .video-content .about-title{
  position: relative;
  margin-bottom: 20px;
  padding-top: 26px;
}

.about-section .video-content .about-title:before{
  position: absolute;
  content: '';
  background: #e94f1b;
  width: 30px;
  height: 3px;
  left: 0px;
  top: 0px;
}

.about-section .video-content .about-title span{
  font-weight: 500;
}

.about-section .video-content .text p{
  margin-bottom: 31px;
}

.about-section .about-content .single-item{
  position: relative;
  padding: 3px 0px 0px 130px;
  margin-bottom: 61px;
}

.about-section .about-content .single-item .icon-box{
  position: absolute;
  left: 0px;
  top: 0px;
  background: transparent;
  width: 100px;
  height: 100px;
  line-height: 100px;
  border: 1px solid #ebebeb;
  border-radius: 50%;
  text-align: center;
  transition: all 500ms ease;
}

.about-section .about-content .single-item .icon-box:before{
  position: absolute;
  content: '';
  border: 1px dashed #4c4c4c;
  width: 1px;
  height: 28px;
  left: 50%;
  bottom: -71%;
  margin-left: 0px;
  margin-bottom: 39px;
}

.about-section .about-content .single-item:last-child .icon-box:before{
  display: none;
}

.about-section .about-content{
  position: relative;
  margin-left: 38px;
  margin-top: 0px;
}

.about-section .about-content .single-item:last-child{
  margin-bottom: 0px;
}

.about-section .about-content .single-item:hover .icon-box{
  background: #e94f1b;
  border: 1px solid #e94f1b;
}

.about-section .about-content .single-item .icon-box i:before{
  position: relative;
  font-size: 45px;
  color: #e94f1b;
  margin: 0px;
  transition: all 500ms ease;
}

.about-section .about-content .single-item:hover .icon-box i:before{
  color: #ffffff;
}


.about-section .about-content .single-item h4{ margin-top: 10px; }

.about-section .about-content .single-item h4 a{
  display: inline-block;
  /*margin-bottom: 10px;*/
}

/* --- Ajustes Móviles --- */
@media (max-width: 991px) {
    .our-protection .image-column {
        margin: 40px 0; /* Separa la imagen de los textos en móviles */
    }
    .our-protection .single-item {
        margin-bottom: 25px;
    }
}


.sec-title h2{
  position: relative;
  /*text-transform: uppercase;*/
  padding-top: 15px;
  padding-bottom:  15px;
  line-height: 39px;
  font-weight: 600;
  color:#e94f1b;

}

.sec-title h2:before{
  position: absolute;
  content: '';
  background: #000;
  width: 30px;
  height: 3px;
  left: 50%;
  margin-left: -25px;
  /*top: 0px;*/ bottom: -10px;
}

.sec-title.sin-linea h2:before {
  display: none;
}

.servicios .sec-title h2::before { left: 25px; }
.border-gray { border:1px solid #ddd; }

.title-text{
  position: relative;
  font-size: 20px;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  /*text-transform: uppercase;*/
  color: #000;
}

/* ====================================================================
   5. SECCIÓN DE VIDEO DEMOSTRATIVO (Axis)
==================================================================== */

.video-demo-section {
    position: relative;
    overflow: hidden;
    padding: 80px 0;
    background-color: #222222;
}

/* Imagen de fondo oscurecida */
.video-demo-section .bg-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
    opacity: 0.5;
}

/* Contenedor frontal para que quede sobre la imagen */
.video-demo-section .container {
    position: relative;
    z-index: 1;
}

/* Título de la sección de video */
.video-demo-section .form-title h2 {
    color: #ffffff;
    font-family: 'neuropolregular', sans-serif;
    font-size: 32px;
    margin-bottom: 40px;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.5); /* Sombra para resaltar sobre el fondo */
}

/* Contenedor del reproductor de YouTube */
.lite-youtube-wrapper {
    border: 5px solid #ffffff;
    width: 100%;
    height: 400px;
    display: block;
    border-radius: 8px; /* Un toque moderno */
    box-shadow: 0 10px 30px rgba(0,0,0,0.5);
}

/* Ajustes responsivos para celulares (Evita que el video sea más alto que ancho) */
@media (max-width: 767px) {
    .lite-youtube-wrapper {
        height: 250px;
    }
    .video-demo-section .form-title h2 {
        font-size: 24px;
        line-height: 1.4;
    }
}