.promo-3{
    background: url(https://www.conceconstruye.cl/wp-content/uploads/2023/11/topbanner-observatorio-infraestrucrura.jpg);
    background-size: cover;
}

.marg-bottom25 {
    margin-bottom: 25px;
}

.marg-top50 {
    margin-top: 50px;
}

.marg-bottom50 {
    margin-bottom: 50px;
}

.altas{
    text-transform: uppercase;
}

.social a{
    color: #000000 !important;
}
.social a .fa-instagram:after {
    background: #8134AF;
}
.social a .fa-tiktok:after {
    background: #000000;
}
.footer-1-3 .address-bold-line{
    color: #000000;
}

.conceconstruye_bg{
    background-color: #006edc !important;
    border-color: #006edc !important;
    box-shadow: 0 .225rem .25rem rgba(0,0,0,.075);

}

#header-2 .main-nav .nav .nav-item a{
    color: #ebebeb;
}

#header-2 .main-nav .nav .nav-item.active a{
    color: #fff;
    text-decoration: underline;
}

#header-2 .main-nav .nav{
    margin-top: 40px;
}

#header-2 .main-nav .nav .nav-item a:hover{
    color: #aaa;
}

#header-2 .brand-img {
    float: none;
    margin: 20px auto;
    text-align: center;
    max-width: 140px;

}

.footer-1-1 ul.social li{
    border: none !important;
}

.footer-1-1 h3, .footer-1-1 h4, .footer-1-1 .lead, .footer-1-1 li, .footer-1-1 a{
    color: #003d6b !important;
}

.footer-1-1 ul li{
    border-top: 1px solid #003d6b;
    line-height: 19px;
    padding: 6px 0;
}

.bg-pgmedia{
    background-color: #efefef;
}

.promo-3 h1 {
    font-size: 50px;
    color: #ffffff;
    font-weight: 600;
    padding: 120px 0px 0px 0px;
}

.bajada{
    color: #fff;
    font-size: 19px;
    font-weight: bold;
}

.content-1-3 .services-wrapper .icon span{
    color: #003d6b;
}

.content-1-3 .services-wrapper .icon {
    height: auto;
	width: 100%;
	border-radius: 50%;
	-o-border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	display: block;
	text-align: center;
	position: relative;
	margin: 0px;
    vertical-align: auto;
    padding: 30px 0px;
}

.altura-cajas-servicios{
    min-height: 250px;
    background-color: red;
}

.title-categorizacion{
    font-weight: bold;
}

.txt-categorizacion{
    font-weight: 400;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus{
    border-bottom: 4px solid #006edc !important;;
}

.tab-pane a, .tab-pane a:hover, .tab-pane a:focus{
    color: #003d6b;
}

.tab-pane p span{
    font-weight: bold;
}

/* ICONOS SOBRE IMG */

.image-overlay-container {
    position: relative;
    display: inline-block;
    width: 100%;
}

.image-overlay-container img {
    display: block;
    width: 100%;
    height: auto;
}

.overlay-icons {
    position: absolute !important;
    bottom: 10px !important;
    left: 50%;
    transform: translateX(-50%);
    z-index: 20;

    display: flex;
    flex-wrap: wrap;        /* PERMITE SALTO DE LÍNEA */
    justify-content: center;
    gap: 6px;

    width: auto;
    max-width: 90%;         /* IMPIDE DESBORDES EN MOBILE */
    height: auto;
    align-items: center;
}

.overlay-item {
    background: rgba(0,110,220,0.65);
    color: #fff;
    padding: 6px 10px;
    border-radius: 4px;
    font-size: 12px;
    white-space: nowrap;    /* mantiene cada ícono como un "bloque" */
}

.icono_proyecto_en_foto{
    margin-right: 8px;
}

/* ====== PROYECTOS ====== */
/* ====== HERO ====== */

.project-hero {
    background-color: #003f7d; /* fallback */
    color: #fff;
}

/* Contenedor del hero */
.project-hero-img {
    position: relative;
    width: 100%;
    max-height: 500px;        /* ALTURA MÁXIMA */
    overflow: hidden;         /* Recorta exceso de la imagen */
}

/* Imagen del hero */
.project-hero-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;        /* Mantiene proporciones */
    object-position: center;  /* Centra el recorte */
    display: block;
}

/* Título central sobre la imagen */
.project-hero-title {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    text-shadow: 0 2px 6px rgba(0,0,0,0.5);
    background: rgba(0,110,220,0.65);
    padding: 10px 20px;
    border-radius: 5px;
}

.project-hero-title h1 {
    font-size: 32px;
    font-weight: 700;
    margin: 0 0 5px;
}

.project-hero-title p {
    margin: 0;
    font-size: 18px;
    letter-spacing: 1px;
    color: #d4d4d4;
}

/* Datos clave sobre la imagen, abajo centrado */
.project-hero-meta {
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
    white-space: nowrap;
}

.project-hero-meta-item {
    display: inline-block;
    background: rgba(0,110,220,0.65);
    color: #fff;
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 12px;
    margin: 0 4px;
}

.project-hero-meta-item i {
    margin-right: 6px;
}

/* ====== CONTENEDOR GENERAL ====== */

.project-detail {
    background: #f5f7fb;
    padding: 40px 0 60px;
}

/* ====== CARDS DE RESUMEN ====== */

.project-summary {
    margin-bottom: 40px;
}

.project-summary-card {
    background: #ffffff;
    border-radius: 8px;
    padding: 15px 18px;
    margin-bottom: 20px;
    box-shadow: 0 3px 8px rgba(0,0,0,0.06);
}

.project-summary-card h4 {
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #0070b8;
    margin-top: 0;
    margin-bottom: 4px;
}

.project-summary-card p {
    margin: 0;
    font-size: 15px;
    font-weight: 600;
    color: #12324a;
}

/* ====== DESCRIPCIÓN + IMPACTO ====== */

.project-content-block {
    background: #ffffff;
    border-radius: 8px;
    padding: 25px 25px 20px;
    margin-bottom: 25px;
    box-shadow: 0 3px 8px rgba(0,0,0,0.04);
}

.project-content-block h3 {
    margin-top: 0;
    margin-bottom: 12px;
    font-size: 18px;
    color: #12324a;
}

.project-description p {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.6;
    color: #2f3e4d;
}

.project-impact-list {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

.project-impact-list li {
    margin-bottom: 10px;
    font-size: 14px;
    color: #2f3e4d;
}

.project-impact-list li i {
    color: #0070b8;
    margin-right: 6px;
}

/* ====== MULTIMEDIA ====== */

.project-media-title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #12324a;
}

.project-media-thumb {
    background: #d9e8f5;
    border-radius: 6px;
    overflow: hidden;
    margin-bottom: 15px;
}

.project-media-thumb img {
    width: 100%;
    height: auto;
    display: block;
}

/* ====== EVALUACIÓN & COMPARTIR ====== */

.project-rating {
    text-align: center;
    padding: 25px 15px 10px;
}

.project-rating h3 {
    font-size: 18px;
    margin-bottom: 6px;
}

.project-rating p {
    margin-bottom: 10px;
    font-size: 14px;
}

.project-stars {
    font-size: 22px;
    color: #ffcc33;
    margin-bottom: 10px;
}

.project-rating small {
    display: block;
    margin-top: 5px;
    color: #666;
    font-size: 12px;
}

.project-rating .btn {
    margin-top: 10px;
}

.project-share {
    text-align: center;
    padding: 25px 15px 5px;
}

.project-share h4 {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 12px;
    color: #12324a;
}

.project-share .btn-social {
    display: inline-block;
    margin: 0 4px 6px;
}

/* ====== RESPONSIVE ====== */

@media (max-width: 767px) {
    .project-hero-title h1 {
        font-size: 22px;
    }

    .project-hero-meta-item {
        display: block;
        margin: 3px 0;
        text-align: center;
    }

    .overlay-icons {
        bottom: 6px !important;
        max-width: 95%;
        gap: 4px;
    }

    .overlay-item {
        font-size: 11px;
        padding: 4px 8px;
    }
}

/* Contenedor general de la galería */
#owl-fotos {
    position: relative;
}

/* Aseguramos que Owl no esconda las flechas */
#owl-fotos .owl-nav {
    display: block !important;
    margin-top: 0;
}

/* Posicionamos las flechas al centro vertical, a los lados */
#owl-fotos .owl-nav .owl-prev,
#owl-fotos .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

#owl-fotos .owl-nav .owl-prev {
    left: 10px;
}

#owl-fotos .owl-nav .owl-next {
    right: 10px;
}

/* Estilo visual de las flechas */
#owl-fotos .owl-nav .glyphicon {
    font-size: 18px;
    color: #fff;
    background: rgba(0,0,0,0.4);
    padding: 6px 10px;
    border-radius: 4px;
}

/* Opcional: puntos de navegación */
#owl-fotos .owl-dots .owl-dot span {
    background: #ccc !important;
}

#owl-fotos .owl-dots .owl-dot.active span {
    background: #0070b8 !important;
}

/* Ajuste del punto donde se detiene el scroll para #proyectos */
.anchor-offset {
    position: relative;
    top: -140px;   /* prueba con 120, 140, 160 según tu header */
}

.pProyectosIndex{
    margin: 5px 0px 0px !important;
}

.h3ProyectosIndex{
    margin-bottom: 0px;
    margin-top: 10px;
    font-weight: 400;
}

.btnProyectosIndex{
    width: 100%;
    margin: 5px 0px;
    color: white !important;
}

.categoriaProyectosIndependientes{
    padding: 60px 0px 0px 0px;
}

a h3.h3ProyectosIndex{
    color: #003d6b !important;
}

.padanos{
    padding: 3px !important;
    margin-left: 5px !important;
    color: white;
    border-radius: 5px;
}

.bg-lista10{ background-color: #FF0000;} /*24*/
.bg-lista9{ background-color: #FF4500;} /*9*/
.bg-lista8{ background-color: #FF8C00;} /*8*/
.bg-lista7{ background-color: #FFB700;} /*7*/
.bg-lista6{ background-color: #FFD700;} /*6*/
.bg-lista5{ background-color: #CCDD00;} /*5*/
.bg-lista4{ background-color: #99CC00;} /*4*/
.bg-lista3{ background-color: #66BB00;} /*3*/
.bg-lista2{ background-color: #33AA00;} /*2*/
.bg-lista1{ background-color: #008000;} /*1*/

.noMarginRow{
    margin: 0px !important;
}