@import url("https://fonts.googleapis.com/css?family=Barlow:200,300,400,500,600,700,800,900|Teko:300,400,500,600,700&display=swap");

body{
    background-color: #eeefef;
}

.coverage-area {
    background: #f8f9fa;
}

.coverage-area .section-tittle span {
    color: #c00d1a;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    display: block;
    margin-bottom: 15px;
}

.coverage-area .section-tittle h2 {
    font-size: 52px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 20px;
    color: #0b0b2b;
    
}

.coverage-area .section-tittle p {
    font-size: 18px;
    color: #666;
    line-height: 1.8;
    max-width: 750px;
    margin: auto;
}

.single-coverage {
    position: relative;
    margin-bottom: 30px;
}

.coverage-img {
    overflow: hidden;
    border-radius: 15px;
    box-shadow: 0 15px 35px rgba(0,0,0,.08);
}

.coverage-img img {
    width: 100%;
    height: 650px;
    object-fit: cover;
    border-radius: 15px;
    transition: .5s;
}

.single-coverage:hover .coverage-img img {
    transform: scale(1.05);
}

.coverage-cap {
    position: absolute;
    bottom: 30px;
    left: 30px;
    background: rgba(15,15,15,.85);
    padding: 25px 30px;
    border-radius: 12px;
    max-width: 400px;
    z-index: 2;
}

.coverage-cap h4 {
    color: #fff;
    font-size: 24px;
    margin-bottom: 10px;
    font-weight: 700;
}

.coverage-cap p {
    color: rgba(255,255,255,.85);
    margin: 0;
    line-height: 1.7;
}

@media (max-width: 991px) {
    .coverage-area .section-tittle h2 {
        font-size: 34px;
    }

    .coverage-img img {
        height: auto;
    }

    .coverage-cap {
        left: 20px;
        right: 20px;
        bottom: 20px;
        max-width: unset;
    }
}

.footer-logo{
    width: 220px;
}

.logo-navbar{
    width: 150px;
}

.projectSwiper {
    padding-bottom: 60px;
}

.project-card {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,.08);
    transition: .4s;
}

.project-card:hover {
    transform: translateY(-8px);
}

.project-card .project-img {
    overflow: hidden;
}

.project-card .project-img img {
    width: 100%;
    height: 320px;
    object-fit: cover;
    transition: .5s;
}

.project-card:hover .project-img img {
    transform: scale(1.05);
}

.project-content {
    padding: 25px;
}

.project-content h4 {
    font-size: 24px;
    margin-bottom: 15px;
    font-weight: 700;
    color: #0b0b2b;
}

.project-content p {
    font-size: 15px;
    line-height: 1.8;
    color: #666;
    margin-bottom: 20px;
}

.project-btn {
    display: inline-block;
    background: #c00d1a;
    color: #fff;
    padding: 12px 25px;
    border-radius: 4px;
    font-weight: 600;
    transition: .3s;
}

.project-btn:hover {
    background: #1f2b7b;
    color: #fff;
}

.swiper-pagination-bullet {
    width: 12px;
    height: 12px;
}

.swiper-pagination-bullet-active {
    background: #c00d1a;
}


.btn-wsp{
	position: fixed;
	width: 55px;
	height: 55px;
	line-height: 55px;
	bottom: 30px;
	left: 30px;
	background: #0df053;
	color: #fff;
	border-radius: 50px;
	text-align: center;
	font-size: 30px;
	box-shadow: 0px 1px 10px rgba(0,0,0,0.3);
	z-index: 100;
}

.btn-wsp:hover{
	color: #0df053;
	background: #fff; 
}

.project-gallery .gallery-item {
    overflow: hidden;
    border-radius: 8px;
}

.project-gallery .gallery-item img {
    width: 100%;
    height: 320px;
    object-fit: cover;
    transition: .4s;
}

.project-gallery .gallery-item:hover img {
    transform: scale(1.05);
}

.project-cta {
    background: #f8f9fa;
}

.project-cta .cta-wrapper h2 {
    font-size: 36px;
    font-weight: 700;
    line-height: 1.2;
    font-family: Teko, sans-serif !important;
    margin-bottom: 20px;
}

.project-cta .cta-wrapper p {
    max-width: 700px;
    margin: 0 auto 30px;
    color: #666;
    font-size: 18px;
    line-height: 1.8;
}

.gallery-item {
    overflow: hidden;
    border-radius: 8px;
    position: relative;
}

.gallery-item img {
    width: 100%;
    height: 320px;
    object-fit: cover;
    transition: .4s;
}

.gallery-item:hover img {
    transform: scale(1.06);
}

.gallery-item::after {
    content: "+";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 65px;
    height: 65px;
    background: rgba(31,43,123,.85);
    color: white;
    font-size: 32px;
    font-weight: 700;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: .3s;
    pointer-events: none;
}

.gallery-item:hover::after {
    opacity: 1;
}

.slider-height-project {
    min-height: 380px;
}

.hero-background-project {
    position: relative;
    width: 100%;
   
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    overflow: hidden;
}

.hero-background-project::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(11, 11, 43, 0.55); /* overlay oscuro */
    z-index: 1;
}

.hero-background-project .container {
    position: relative;
    z-index: 2;
}

.hero-background-project .hero-cap h2 {
    color: #fff;
    margin-bottom: 15px;
}

.hero-background-project .project-location {
    color: #fff;
    font-size: 18px;
    display: inline-block;
    margin-bottom: 10px;
}

.hero-background-project .breadcrumb {
    background: transparent;
    padding: 0;
}

.hero-background-project .breadcrumb-item,
.hero-background-project .breadcrumb-item a {
    color: rgba(255,255,255,.85);
}

.hero-background-project .breadcrumb-item.active {
    color: #c00d1a;
}

@media (max-width: 768px) {
    .slider-height-project {
        min-height: 320px;
    }

    .hero-background-project {
        background-position: center;
    }

    .hero-background-project .hero-cap h2 {
        font-size: 34px;
    }
}

.video-hero {
    position: relative;
    width: 100%;
    height: 100vh;
    min-height: 700px;
    overflow: hidden;
}

.video-hero video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: translate(-50%, -50%);
}

.video-overlay {
    position: absolute;
    inset: 0;
    background: rgba(11, 11, 43, 0.45);
    z-index: 1;
}

.hero-content {
    position: relative;
    z-index: 2;
    height: 100%;
    display: flex;
    align-items: center;
}



@media (max-width: 991px) {
    .video-hero {
        height: 100vh;
        min-height: 600px;
    }

   
}


.sound-btn {
    position: absolute;
    right: 30px;
    bottom: 30px;
    z-index: 3;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 14px 18px;
    border: 1px solid rgba(255,255,255,.2);
    border-radius: 50px;
    background: rgba(255,255,255,.12);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: .35s ease;
    box-shadow: 0 8px 25px rgba(0,0,0,.25);
}

.sound-btn i {
    font-size: 16px;
}

.sound-btn:hover {
    background: #c00d1a;
    border-color: #c00d1a;
    transform: translateY(-2px);
}

.sound-btn.active {
    background: rgba(255,255,255,.18);
    border-color: rgba(255,255,255,.35);
}

@media (max-width: 768px) {
    .sound-btn {
        right: 15px;
        bottom: 15px;
        padding: 10px 14px;
        font-size: 12px;
        gap: 8px;
    }

    .sound-btn span {
        display: inline-block;
        font-size: 12px;
    }

    .sound-btn i {
        font-size: 14px;
    }
}

.project-content{
    margin-bottom: 15px;
}

.count-bg{
    background: #7f3535 !important;
}

.hero-kicker {
    display: inline-block;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.hero-title {
    font-size: 78px;
    font-weight: 800;
    line-height: .95;
    color: #fff !important;
    margin-bottom: 25px;
    text-transform: uppercase;
}

.hero-title span {
    display: block;
    color: #c00d1a;
}

.hero-subtitle {
    max-width: 650px;
    color: rgba(255,255,255,.9);
    font-size: 20px;
    line-height: 1.8;
    margin-bottom: 35px;
}

.hero-buttons {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.hero-btn-primary {
    background: #c00d1a;
    color: #fff;
    padding: 14px 32px;
    border-radius: 50px;
    font-weight: 600;
}

.hero-btn-primary:hover {
    background: #fff !important;
    color: #c00d1a !important;
}

.hero-btn-secondary {
    background: rgba(255,255,255,.12);
    border: 1px solid rgba(255,255,255,.2);
    backdrop-filter: blur(8px);
    color: #fff;
    padding: 14px 32px;
    border-radius: 50px;
    font-weight: 600;
}

.hero-btn-secondary:hover {
    background: #fff !important;
    color: #0b0b2b !important;
}

@media (max-width: 991px) {
    .hero-title {
        font-size: 52px;
    }

    .hero-subtitle {
        font-size: 17px;
    }
}

@media (max-width: 575px) {
    .hero-title {
        font-size: 38px;
    }

    .hero-kicker {
        font-size: 12px;
        letter-spacing: 2px;
    }

    .hero-subtitle {
        font-size: 15px;
        line-height: 1.6;
    }

    .hero-buttons {
        flex-direction: column;
        gap: 12px;
    }

    .hero-btn-primary,
    .hero-btn-secondary {
        width: 100%;
        text-align: center;
    }
}

.about-video-box {
    position: relative;
    width: 100%;
    height: 650px;
    overflow: hidden;
    border-radius: 8px;
}

.about-video-box video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    display: block;
    border-radius: 8px;
}

.about-video-box video {
    width: 100%;
    display: block;
    border-radius: 8px;
}

.video-play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 85px;
    height: 85px;
    border-radius: 50%;
    border: none;
    background: rgba(255, 94, 20, .95);
    color: white;
    font-size: 24px;
    cursor: pointer;
    z-index: 3;
    transition: .3s ease;
    box-shadow: 0 10px 30px rgba(0,0,0,.25);
}

.video-play-btn:hover {
    transform: translate(-50%, -50%) scale(1.08);
}

.video-controls {
    position: absolute;
    left: 20px;
    bottom: 20px;
    display: flex;
    align-items: center;
    gap: 12px;
    background: rgba(0,0,0,.55);
    backdrop-filter: blur(10px);
    padding: 12px 18px;
    border-radius: 50px;
    z-index: 4;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
}

.video-controls.active {
    opacity: 1;
    visibility: visible;
}

.control-btn {
    width: 40px;
    height: 40px;
    border: none;
    border-radius: 50%;
    background: rgba(255,255,255,.12);
    color: white;
    cursor: pointer;
    transition: .3s;
}

.control-btn:hover {
    background: #ff5e14;
}

#volumeControl {
    width: 100px;
    accent-color: #ff5e14;
}

@media (max-width: 768px) {
    .video-play-btn {
        width: 65px;
        height: 65px;
        font-size: 18px;
    }

    .video-controls {
        padding: 10px 14px;
        gap: 8px;
    }

    #volumeControl {
        width: 70px;
    }
}


.service-card{
    background:#fff;
    border-radius:8px;
    overflow:hidden;
    box-shadow:0 8px 25px rgba(0,0,0,.08);
    transition:.35s;
    height:100%;
}

.service-card:hover{
    transform:translateY(-8px);
    box-shadow:0 15px 35px rgba(0,0,0,.12);
}

.service-card img{
    width:100%;
    height:250px;
    object-fit:cover;
}

.service-card-content{
    padding:30px;
}

.service-card-content h3{
    font-size:24px;
    margin-bottom:15px;
    color:#0b0b2b;
    font-weight:700;
}

.service-card-content p{
    color:#6c757d;
    margin-bottom:20px;
    line-height:1.8;
}

.service-card-content ul{
    margin:0;
    padding:0;
    list-style:none;
}

.service-card-content ul li{
    position:relative;
    padding-left:28px;
    margin-bottom:12px;
    color:#444;
    font-size:15px;
    
}

.service-card-content ul li:before{
    content:"✓";
    position:absolute;
    left:0;
    top:0;
    width:24px;
    height:24px;
    background:#d61f2c;
    color:#fff;
    border-radius:50%;
    text-align:center;
    line-height:24px;
    font-size:14px;
    font-weight:bold;
    
}

@media(max-width:991px){

    .service-card{
        margin-bottom:30px;
    }

}

/* =========================================
   MEDIA DE LAS CARDS DE SERVICIOS
========================================= */

.service-media {
    width: 100%;
    height: 250px;
    position: relative;
    overflow: hidden;
    background: #111;
}

/* Imagenes del Swiper */

.service-media .swiper-slide {
    width: 100%;
    height: 100%;
}

.service-media .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}


/* =========================================
   SWIPER
========================================= */

.service-swiper {
    width: 100%;
    height: 250px;
}

.service-swiper .swiper-button-next,
.service-swiper .swiper-button-prev {
    width: 38px;
    height: 38px;
    background: rgba(0, 0, 0, .55);
    border-radius: 50%;
}

.service-swiper .swiper-button-next:after,
.service-swiper .swiper-button-prev:after {
    font-size: 16px;
    color: #fff;
    font-weight: bold;
}

.service-swiper .swiper-button-next {
    right: 15px;
}

.service-swiper .swiper-button-prev {
    left: 15px;
}

.service-swiper .swiper-pagination {
    bottom: 12px;
}

.service-swiper .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background: #fff;
    opacity: .7;
}

.service-swiper .swiper-pagination-bullet-active {
    opacity: 1;
}


/* =========================================
   VIDEOS
========================================= */

.service-video {
    position: relative;
}

.service-card-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}


/* Overlay sutil */

.service-video::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to top,
        rgba(0,0,0,.25),
        transparent 45%
    );
    pointer-events: none;
}


/* =========================================
   BOTON PLAY / PAUSA
========================================= */

.video-control {
    position: absolute;
    bottom: 15px;
    right: 15px;

    width: 42px;
    height: 42px;

    border: 0;
    border-radius: 50%;

    background: rgba(255,255,255,.95);
    color: #111;

    display: flex;
    align-items: center;
    justify-content: center;

    cursor: pointer;

    z-index: 5;

    transition: all .3s ease;
}

.video-control:hover {
    transform: scale(1.08);
    background: #fff;
}

.video-play-icon {
    font-size: 13px;
    line-height: 1;
}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 767px) {

    .service-media,
    .service-swiper {
        height: 230px;
    }

}