@font-face {
    font-family: 'BebasKai';
    src: url('../fonts/BebasKai.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

/*======================================
LCOR
=======================================*/

:root{

    --amarillo:#f4b400;

    --negro:#111111;

    --blanco:#ffffff;

}

/******** HERO ********/

.hero-slider{

    position:relative;

    height:100vh;

    overflow:hidden;

}

.hero-slide{

    position:absolute;

    width:100%;

    height:100%;

    background-size:cover;

    background-position:center;

    opacity:0;

    transition:opacity 1.2s ease;

}

.hero-slide.active{

    opacity:1;

}

.hero-overlay{

    position:absolute;

    width:100%;

    height:100%;

    background:rgba(0,0,0,.55);

    z-index:1;

}

.hero-content{

    position:relative;

    z-index:2;

    color:#fff;

    max-width:650px;

    padding-top:220px;

    margin-left:9%;

}

.subtitle{

    display:block;

    font-size:18px;

    letter-spacing:3px;

    margin-bottom:20px;

}

.hero-content h1{

    font-size:62px;

    font-weight:800;

    line-height:70px;

    margin-bottom:25px;

}

.hero-content p{

    font-size:18px;

    line-height:32px;

    margin-bottom:40px;

}

.btn-cotizar{

    display:inline-block;

    background:#f4b400;

    color:#111;

    font-weight:bold;

    padding:16px 40px;

    border-radius:50px;

    transition:.3s;

    text-decoration:none;

}

.btn-cotizar:hover{

    background:#fff;
}

/* ==========================================
   LCOR - PERSONALIZACIÓN
========================================== */
/* ===== HERO SLIDER ===== */

.slide-inner .header-text{
    margin-top: 70px;
}
.slide-inner .header-text h2{
    font-size: 50px;
    font-weight: 800;
    line-height: 47px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.slide-inner .header-text h2 em{
    color:#F4B400;
    font-style: normal;
}

.titulo-superior{
    display:block;
    font-size:22px;
    font-weight:500;
    letter-spacing:4px;
    margin-bottom:18px;
    color:#FFFFFF;
}

.slide-inner .header-text p{
    font-size:16.5px;
    line-height:24px;
    color:#ffffff;
    max-width:650px;
    margin-bottom:0;
}
/* ==========================
   LCOR - PERSONALIZACIÓN
========================== */
.titulo-superior{
    display:block;
    font-size:49px;
    font-weight:500;
    letter-spacing:0px;
    text-transform:uppercase;
    margin-bottom:15px;
    color:#fff;
    text-align: justify;
}

/*=========================
  TÍTULO DE SECCIÓN
==========================*/

.section-heading{
    margin-bottom:90px;
}

.section-title{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:20px;
}

.section-title h2{
    font-size:30px;
    font-weight:700;
    color:#222;
    text-transform:uppercase;
    margin:0;
}

.section-title .div-dec{
    width:486px;
    height:1.5px;
    background:#000;
    border-radius:3px;
}
.info-item{
    margin-bottom:180px;
}



.servicio-card{
     text-align:center;
    transition:.3s;
}
.servicio-card:hover{
    transform:translateY(-8px);
    box-shadow:0 18px 40px rgba(0,0,0,.18);
}
.servicio-img{
    width:100%;
    display:block;
    border-radius:20px;
}
.servicio-icono{

    width:78px;

    height:78px;

    background:#fff;

    border-radius:50%;

    margin:-38px auto 15px;

    display:flex;

    justify-content:center;

    align-items:center;

    position:relative;

    z-index:20;

}

.servicio-icono img{
    width:40px;
}
.servicio-card h4{

    margin-top:10px;

    font-size:22px;

    font-weight:700;

    color:#333;

    text-transform:uppercase;

}

.service-box{
    text-align:center;
    margin-bottom:100px;
}
.service-image{
    width:85%;
    border-radius:12px;
    display:block;
}
.service-icon{
    width:40px;
    height:40px;
    background:#000;
    border:4px solid #f4b400;
    border-radius:50%;
    display:flex;
    justify-content:center;
    align-items:center;
    margin:-24px auto 10px;
    position:relative;
    z-index:5;
}
.service-icon img{
    width:20px;
}
.service-box h5{
    font-size:15px;
    font-weight:700;
    text-transform:uppercase;
    line-height:15px;
}
.primera-tarjeta{
    margin-top: -60px;
}

.nosotros-img{
    width: 100%;
    border-radius: 10px;
    display: block;
}


/* ===== Slider de Proyectos ===== */

.proyectos-slider{
    width: 100%;
    height: auto !important;
  
}

.proyectos-slider .swiper-wrapper{
    height: auto !important;
}

.proyectos-slider .swiper-slide{
    height: auto !important;
    min-height: auto !important;
    background: transparent !important;
}

.proyectos-slider img{
    display:block;
    width:100%;
    height:auto;
    border-radius:15px;
}