
html {
    scroll-behavior: smooth;
}

body {
    padding-top: 86px;
    font-family: 'Lato', sans-serif;
    /*padding-bottom: 70px;*/
}
h1,h2,h3, h4, h5 { font-family: 'Oswald', sans-serif; }

.pt15 {
    padding-top: 15px;
}
.pt60 {
    padding-top: 60px;
}
.pt120 {
    padding-top: 120px;
}
.img-90pc {
    width: 90%;
    height: auto;
    display: block;
    margin: 0 auto;
}

.tx-rojo {
    font-weight: 600;
    color: red;
}
.tx-azul {
    font-weight: 600;
    color: #224373;
}

.back-to-top {
    position: fixed;
    right: 20px;
    bottom: 20px;
    width: 45px;
    height: 45px;
    background-color: #224373;
    color: #fff;
    font-size: 24px;
    text-align: center;
    line-height: 45px;
    border-radius: 50%;
    text-decoration: none;
    z-index: 999;
    transition: background 0.3s ease;
}
.back-to-top:hover {
    background-color: #224373;
    color: #fff;
}
.back-to-top {
    opacity: 0;
    pointer-events: none;
}
body.scrolled .back-to-top {
    opacity: 1;
    pointer-events: auto;
}

/* nav */
.navbar-brand {
    height: 80px;
    width: auto;
    padding: 15px;
}
.minavbar {
    background-color: #EBEBEB !important;
}
.navbar {
    background-color: #EBEBEB;
}
.navbar-dark .navbar-nav .nav-link {
    color: rgba(255,255,255,0.9);
    transition: color 0.2s ease;
}
.navbar-dark .navbar-nav .nav-link:hover {
    color: #ffffff;
}
.navbar-nav .nav-link.btn {
    background-color: #224373; /* azul institucional */
    color: #ffffff !important;
    padding: 6px 14px;
    border-radius: 4px;
}
.navbar-nav .nav-link.btn:hover {
    background-color: #224373;
    color: #ffffff;
}
@media (max-width: 991px) {
    .navbar-nav .nav-link.btn {
        margin-left: 0;
        margin-top: 10px;
        text-align: center;
    }
}



/* hero */
.hero {
    position: relative;
    height: 60vh;
    overflow: hidden;
    background: #000;
}
.hero-video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    transform: translate(-50%, -50%);
    object-fit: cover;
    z-index: 1;
}
.hero-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.45);
    z-index: 2;
}
.hero-content {
    position: relative;
    z-index: 3;
    height: 100%;
    display: flex;
    align-items: center;
}
.hero-title {
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    color: rgba(255,255,255,0.85);
    font-weight: 600;
    line-height: 1.15;
    max-width: 900px;
    font-size: 3.5rem; /* BASE DESKTOP */
}

.hero-title .line {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    opacity: 0;
    transform: translateY(calc(-50% + 40px));
    transition: opacity .6s ease, transform .6s ease;
    color: #fff;
    text-shadow: 0 6px 18px rgba(31, 78, 140,0.45);
}
.hero-title .line::after {
    content: attr(data-text);
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    transform: scaleY(-1);
    opacity: 0.25;
    color: #fff;
    mask-image: linear-gradient(to bottom, rgba(31, 78, 140,.5), transparent);
    -webkit-mask-image: linear-gradient(to bottom, rgba(31, 78, 140,.5), transparent);
}
.hero-title .line.active {
    opacity: 1;
    transform: translateY(-50%);
}
@media (max-width: 1199px) {
    .hero-title {
        font-size: 3rem;
        max-width: 720px;
    }
}
@media (max-width: 767px) {
    .hero-title {
        font-size: 2.4rem; /* NO baja más */
        max-width: 100%;
    }
    .hero-content {
        margin-left: 0.5rem !important;
        padding-right: 1.25rem;
    }
}
@media (prefers-reduced-motion: reduce) {
    .hero-title .line {
        transition: none;
    }
}




/* noticias */
.noticias-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 0 15px; /* evita que en móvil quede pegado al borde */
}
@media (min-width: 768px) {
    .noticias-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}
.noticia-item {
    background: #f2f2f2;
    padding: 12px;
    border-radius: 6px;
}
.noticia-fuente {
    font-family: 'Oswald', sans-serif;
    font-size: 1.2em;
    color: #1f4e8c !important;
    font-weight: 600;
    text-align: left;
    line-height: 0;
}
.noticia-fecha {
    font-family: 'Oswald', sans-serif;
    font-size: 0.9em;
    color: #555555 !important;
    text-align: right !important;
    margin: -15px 5px 5px 0;
}
.noticia-imagen {
    width: 100%;
    height: auto;
    display: block;
    margin-bottom: 6px;
    border-radius: 4px;
}
.noticia-fuente a {
    color: #444;
    text-decoration: underline;
    display: block;
    text-align: right;
    margin-top: 4px;
    font-weight: 400;
}
.noticia-fuente a:hover {
    color: #1f4e8c;
}





/* 3 boxes abajo ELIMINADOS */
.bottom-boxes {
    height: 70px;
    z-index: 1050;
}
.box {
    text-decoration: none;
    height: 70px;
    color: #fff;
    font-weight: 600;
    font-size: 0.9em;
}
.box-1 { background-color: #215797; }
.box-2 { background-color: #187fc4; }
.box-3 { background-color: #215797; }
.box:hover {
    opacity: 0.9;
    text-decoration: none;
    color: #fff;
}
.box-icon {
    height: 36px;
    margin-right: 10px;
}
.box-text {
    font-size: 1.2em;
    font-weight: 500;
    line-height: 1;
    display: inline-block;
}
/* 3 boxes abajo */




/* bloque2 modelos */
#modelos h2 {
    font-size: 2em;
    font-weight: 700;
    color: #215797;
    text-align: center;
    margin-bottom: 1.5rem;
    text-transform: uppercase;
}

.card-img-top {
    padding: 50px 50px 0 50px;
}
.card-title {
    padding-left: 30px;
    font-size: 1.75em;
    color: #224373;
    font-weight: 700;
}
.card-text {
    padding-left: 30px;
    font-size: 1em;
    color: #555;
}
.card-btn-centrado {
    width: 50%;
    padding: 0 25%;
}
.card .btn {
    width: 50%;
    font-size: 0.8em;
    text-align: center;
    color: #fff;
    background-color: #224373;
    transition: all 0.3s ease;
}
.card .btn:hover {
    color: #fff;
    background-color: #187fc4;
}
.card .btn {
    text-decoration: none;
}
.card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.card:hover {
    transform: scale(1.02);
    z-index: 10;
    box-shadow: 0 15px 35px rgba(0,0,0,0.12);
    transform: translateY(-2px);
}
.tx-destacado {
    font-size: 1em !important;
    font-weight: 600;
    color: #1f4e8c !important;
}
/* bloque2 modelos */



/* bloque1 */
.bloque1 h1 {
    font-size: 2em;
    font-weight: 700;
    color: #224373; /* azul */
    text-align: center;
    margin-bottom: 1.5rem;
    text-transform: uppercase;
}
.bloque1 h2 {
    font-size: 1.8em;
    font-weight: 700;
    color: #224373; /* azul */
    text-align: center;
    margin-bottom: 1.5rem;
    text-transform: uppercase;
}
.bloque1 p {
    font-size: 0.85em;
    color: #555; /* gris oscuro */
    text-align: justify;
    line-height: 1.7em;
}
.bloque1 .check-list {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

.bloque1 .check-list li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 0.85em;
    color: #555;
    line-height: 1.7em;
}

.bloque1 .check-list li i {
    color: #224373; /* azul */
    margin-top: 5px;
    min-width: 14px;
}






/* bloque3 */

.bloque-3 .row {
    display: flex;
}
.bloque-3-img {
    display: flex;
    align-items: center;
    justify-content: center;
}
.bloque-3-img-inner {
    padding: 20px;
    width: 100%;
    height: 100%;
}
.bloque-3-img-inner img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}
.bloque-3-texto {
    background-color: #224373; /* gris */
    display: flex;
    align-items: center;
}
.bloque-3-contenido {
    padding: 30px;
    color: #fff;
}
.bloque-3-contenido h3 {
    font-size: 1.5em;
    font-weight: 700;
    color: #fff;
    text-align: left;
    margin-bottom: 15px;
}
.bloque-3-contenido p {
    font-size: 1em;
    line-height: 1.25em;
    color: #fff;
    text-align: left;
    margin: 0;
    padding: 7px 0;
}


/* encabezado */
.bloque-enc {
    width: 100%;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    position: relative;
}
.bloque-enc-overlay {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;      /* vertical centro */
    justify-content: flex-start;  /* horizontal izquierda */
    padding-left: 8%;         /* separación del borde */
}
@media (max-width: 768px) {
    .bloque-enc {
        height: 250px !important; /* menos alto */
        background-position: center 20%;
        background-attachment: scroll; /* evita problemas en mobile */
    }

    .bloque-enc-overlay {
        justify-content: center; /* opcional: centra el título */
        padding-left: 0;
        text-align: center;
    }
}




.bloque-enc-overlay p {
    font-family: 'Oswald', sans-serif;
    font-size: 4em;
    font-weight: 600;
    margin: 0;
    color: rgba(31, 78, 140, 0.6);
    -webkit-text-stroke: 1px rgba(255, 255, 255, 0.6);
    text-stroke: 1px #ffffff;
}


/* frase */
.bloque-frase {
    width: 100%;
    background-size: cover;
    background-position: right;
    background-attachment: fixed;
    position: relative;
}
.bloque-frase-centro {
    width: 100%;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    position: relative;
}
.bloque-frase-overlay {
    position: absolute;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.8); /* 80% oscuro */
    display: flex;
    align-items: center;
    justify-content: center;
}
.bloque-frase-overlay2 {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;      /* vertical centro */
    justify-content: flex-start;  /* horizontal izquierda */
    padding-left: 8%;         /* separación del borde */
}

.bloque-frase-overlay2 p {
    font-family: 'Oswald', sans-serif;
    font-size: 4em;
    font-weight: 600;
    margin: 0;
    color: rgba(31, 78, 140, 0.6);
    -webkit-text-stroke: 1px rgba(255, 255, 255, 0.6);
    text-stroke: 1px #ffffff;
}
@media (max-width: 768px) {
    .bloque-frase-overlay2 p {
        font-size: 2.4em !important;
    }
}

.bloque-frase-contenido {
    color: #fff;
    font-size: 2em;
    text-align: center;
    padding: 0 20px;
    line-height: 1.3em;
}

.bloque-frase-conc {
    height: 400px;
    background-image: url("images/seccion-concesionarios.jpg");
}
.bloque-frase-mant {
    height: 400px;
    background-image: url("images/seccion-mantenciones.jpg");
}
.bloque-frase-gara {
    height: 400px;
    background-image: url("images/seccion-garantias.jpg");
}
.bloque-frase-quie {
     height: 400px;
     background-image: url("images/seccion-quienessomos.jpg");
}
.bloque-frase-flot {
    height: 400px;
    background-image: url("images/seccion-flotas.jpg");
}
.bloque-frase-serv {
    height: 400px;
    background-image: url("images/seccion-servicios.jpg");
}
.bloque-frase-mode {
    height: 400px;
    background-image: url("images/seccion-modelos.jpg");
}
.bloque-frase-LK614 {
    height: 400px;
    background-image: url("images/seccion-LK614.jpg");
}
.bloque-frase-LK1016 {
    height: 400px;
    background-image: url("images/seccion-LK1016.jpg");
}

.bloque-frase-fulltop {
    width: 100%;
    height: 400px; /* ajustable */
    background-image: url("/images/seccion-quienessomos.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    position: relative;
}
@media (max-width: 768px) {
    .bloque-frase-fulltop {
        height: 260px;
    }
}

/* titulos de secciones */
.page-title-wrapper {
    position: relative;
    padding: 4rem 0;
}
.page-title {
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.08em;
    line-height: 1.15;
    margin: 0;
    overflow: hidden;
}
.title-line {
    position: relative; /* CLAVE para el reflejo */
    display: inline-block;
    color: rgba(255,255,255,0.95);
    font-size: 4rem;
    text-shadow:
            0 3px 10px rgba(0,0,0,0.25),
            0 15px 40px rgba(0,0,0,0.15);

    opacity: 0;
    transform: translateY(40px);
    animation: titleIn 0.9s ease-out forwards;
}
.title-line::after {
    content: attr(data-text);
    display: block;

    margin-top: 0.15em;
    transform: scaleY(-0.55); /* 🔥 más chico */
    transform-origin: top;

    font-size: 85%; /* 🔥 reduce tamaño */
    color: rgba(0,140,255,0.35);
    opacity: 0.35;

    mask-image: linear-gradient(
            to bottom,
            rgba(0,0,0,0.55),
            rgba(0,0,0,0.25),
            transparent
    );

    line-height: 1;
}
@keyframes titleIn {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
@media (max-width: 1199px) {
    .title-line {
        font-size: 2.8rem;
    }
}
@media (max-width: 767px) {
    .page-title-wrapper {
        padding: 3rem 1.25rem;
    }
    .title-line {
        font-size: 2.2rem;
    }
}
@media (prefers-reduced-motion: reduce) {
    .title-line {
        animation: none;
        opacity: 1;
        transform: none;
    }
    .title-line::after {
        display: none;
    }
}



/* modelos */
.specs-strip {
    padding: 25px 10px;
}
.specs-container {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}
.spec-img {
    flex: 1 1 22%;
    text-align: center;
}
.spec-img img {
    width: 100%;
    height: auto;
    max-width: 280px;
}

.bloques-img {
    display: flex;
    gap: 20px;
    padding: 20px;
}
/*
.bloque-item {
    position: relative;
    flex: 1;
    overflow: hidden;
    border-radius: 6px;
}
.bloque-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}*/
.bloque-item {
    position: relative;
    text-align: center;
}

.bloque-item img {
    width: 100%;
    height: auto;
    display: block;
}

.bloque-texto {
    position: absolute;
    top: 15px;
    left: 15px;
    color: #fff;
    font-size: 1.6rem;
    font-weight: 600;
    text-shadow: 0 2px 6px rgba(0,0,0,0.6);
    z-index: 2;
}
.bloque-prox {
    margin-top: 10px;
    font-weight: 700;
    color: #1f4e8c;
    font-size: 1rem;
    letter-spacing: .5px;
    text-transform: uppercase;
}
@media (max-width: 768px) {
    .bloques-img {
        flex-direction: column;
    }
}
.bloque-item img {
    transition: transform .4s ease;
}
.bloque-item:hover img {
    transform: scale(1.05);
}


/* Diseño Exterior */
.galeria-contenedor {
    display: flex;
    gap: 20px;
    align-items: flex-start;
}
.galeria-thumbs {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 120px;
}
.galeria-contenedor2 {
    display: flex;
    gap: 20px;
    align-items: center;
}
.galeria-thumbs2 {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 120px;
}
.thumb {
    width: 100%;
    cursor: pointer;
    border: 2px solid transparent;
    transition: all .3s ease;
    background: #f2f2f2;
    padding: 5px;
}
.thumb:hover {
    transform: scale(1.05);
}
.thumb.active {
    border-color: #1f4e8c;
}
.galeria-main {
    flex: 1;
    /*background: linear-gradient(to bottom, #ffffff 70%, #0e1b24);*/
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    min-height: 450px;
}

.galeria-main img {
    max-width: 100%;
    height: auto;
    transition: opacity .3s ease;
}
@media (max-width: 768px) {

    .galeria-contenedor,
    .galeria-contenedor2 {   /* 🔥 FALTABA ESTE */
        flex-direction: column;
        gap: 10px;
    }

    .galeria-main {
        min-height: auto;
        padding: 10px 0;
        width: 100%;          /* seguridad extra */
    }

    .galeria-thumbs {
        flex-direction: row;
        width: 100%;
        justify-content: center;
        flex-wrap: wrap;
        gap: 8px;
    }

    .thumb {
        width: 90px;
        padding: 4px;
    }
}




/* diseño interior */
.interior-section {
    padding: 60px 0;
}
.interior-container {
    display: flex;
    gap: 40px;
    align-items: flex-start;
}
.interior-menu {
    width: 35%;
}
.interior-item {
    padding: 14px 18px;
    margin-bottom: 10px;
    background: #f2f2f2;
    cursor: pointer;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    transition: 0.3s;
    border-left: 4px solid transparent;
}
.interior-item:hover {
    background: #e6e6e6;
}
.interior-item.active {
    background: #1f4e8c;
    color: white;
    border-left: 4px solid #0d2f57;
}
.interior-display {
    width: 65%;
    text-align: center;
}
.interior-display img {
    width: 100%;
    max-height: 420px;
    object-fit: cover;
}
.interior-display p {
    margin-top: 20px;
    font-size: 1rem;
    color: #555;
}
@media (max-width: 768px) {
    .interior-section {
        width: 98%;
        margin: auto;
    }
    .interior-container {
        flex-direction: column;
    }
    .interior-menu,
    .interior-display {
        width: 100%;
    }
}


/* versiones */
.versiones {
    background: #ffffff;
    padding: 20px 0;
    font-family: 'Oswald', sans-serif;
}
.card-version {
    background: #f5f5f5; /* gris suave elegante */
    border-radius: 16px;
    text-align: center;
    padding: 30px 20px 40px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.06);
    margin-bottom: 30px;
    transition: 0.3s;
    border: 1px solid #e6e6e6;
}
.card-version:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 35px rgba(0,0,0,0.08);
}
.modelo-img {
    max-height: 140px;
    object-fit: contain;
    margin-bottom: 20px;
}
.card-version h3 {
    font-size: 24px;
    margin-bottom: 20px;
}
.specs {
    list-style: none;
    padding: 0;
    font-size: 1em;
    line-height: 2.5em;
    margin-bottom: 25px;
}
.specs .valor {
    font-weight: 600;
    font-size: 1.25em;
}
.btn-cotizar {
    display: inline-block;
    background: #0a4d8c;
    color: #fff;
    padding: 10px 35px;
    border-radius: 6px;
    text-decoration: none;
    font-size: 16px;
    transition: 0.3s;
}
.btn-cotizar:hover {
    color: #fff;
    background: #083d6d;
    text-decoration: none;
}
.faq-tit {
    text-align: left;
    padding-top: 15px;
    font-size: 1em;
}






/* boton contacto */

.contenedor-boton {
    text-align: center;
    margin-top: 20px;
}
.btn-contacto {
    display: inline-block;
    background-color: #1f4e8c; /* azul institucional */
    color: #ffffff;
    font-size: 1.1em;
    padding: 14px 32px;
    border-radius: 10px;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s ease;
}
.btn-contacto:hover {
    background-color: #163a69; /* azul más oscuro */
    color: #fff;
}
.btn-contacto:active {
    transform: scale(0.98);
}



/* form serv cliente */
.form-servicio {
    background: #f2f2f2;
}
.form-box {
    padding: 10px 20px;
}
.form-box label {
    font-weight: 600;
    display: block;
    margin-top: 15px;
    margin-bottom: 5px;
    color: #333;
}
.form-control {
    width: 100%;
    border: 1px solid #ddd;
    border-radius: 2px;
    padding: 5px;
    font-size: 14px;
    box-shadow: none;
}
.select-cortado {
    min-height: 22px;
}
textarea.form-control {
    resize: none;
}
.check-legal {
    margin-top: 20px;
    font-size: 13px;
    color: #333;
}
.check-legal input {
    margin-right: 8px;
}
.form-botones {
    margin-top: 25px;
    display: flex;
    justify-content: space-between;
}
.btn-enviar {
    background: #0b4f94;
    color: #fff;
    border: none;
    padding: 10px 30px;
    border-radius: 6px;
}
.btn-enviar:hover {
    background: #083b6f;
}
.contacto-mapa {
    width: 100%;
    height: 400px;
    border: 0;
}



/* bloque5 */

.bloque-5 .row {
    display: flex;
}
.bloque-5-img {
    display: flex;
    align-items: center;
    justify-content: center;
}
.bloque-5-img-inner {
    padding: 20px;
    width: 100%;
    height: 100%;
}
.bloque-5-img-inner img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}
.bloque-5-texto {
    background-color: #224373; /* gris */
    display: flex;
    align-items: center;
}
.bloque-5-contenido {
    padding: 30px;
    color: #fff;
}
.bloque-5-contenido h3 {
    font-size: 1.5em;
    font-weight: 700;
    color: #fff;
    text-align: left;
    margin-bottom: 15px;
}
.bloque-5-contenido h4 {
    font-size: 1.25em;
    padding: 10px 0;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 2px;
}
.bloque-5-contenido p {
    font-size: 0.85em;
    line-height: 1.25em;
    color: #fff;
    text-align: left;
    margin-bottom: 8px;
    padding-top: 10px;
}
.bloque-5-contenido .nombre {
    font-size: 1.2em;
    font-weight: 700;
    color: #fff; /* azul */
}

/* fichas */
.modal-title {
    font-size: 1.4em;
    font-weight: 700;
    color: #224373; /* azul */
    text-align: center;
    margin-top: 1.5rem;
    padding-left: 15px;
    text-transform: uppercase;
}
.tabla-ficha {
    width: 100%;
    border-collapse: collapse;
    margin: 0;
}
.tabla-ficha td {
    padding: 10px 12px;
    font-size: 0.8em;
    vertical-align: top;
}
.tabla-ficha .item {
    width: 50%;
    color: #777; /* gris */
    background-color: #f2f2f2;
    font-weight: 500;
}
.tabla-ficha .valor {
    width: 50%;
    color: #000;
    background-color: #ffffff;
    font-weight: 400;
}
.tabla-ficha,
.tabla-ficha tr,
.tabla-ficha td {
    border: none;
}
.galeria-ficha {
    display: flex;
    gap: 10px;
    padding: 10px 5px;
}

.galeria-ficha img {
    width: 15.5%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    display: block;
}

@media (max-width: 576px) {
    .tabla-ficha td {
        display: block;
        width: 100%;
    }
    .tabla-ficha .item {
        background-color: #e9e9e9;
    }
    .galeria-ficha {
        flex-wrap: wrap;
    }
    .galeria-ficha img {
        width: calc(33.333% - 10px);
    }

}

/* pie */

.footer-lk {
    background-color: #1a1a1a;
    color: #fff;
    padding: 40px 0 20px 0;
    font-size: 0.85em;
}

.footer-logo {
    max-width: 180px;
}

.footer-lk ul, .form-contacto ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-lk ul li, .form-contacto ul li {
    margin-bottom: 10px;
}

.footer-lk a {
    color: #fff;
    text-decoration: none;
}
.form-contacto a {
    color: #000;
    text-decoration: none;
}

.footer-lk a:hover {
    color: #f7941d;
}
.form-contacto a:hover {
    color: #1f4e8c;
}

.footer-contacto i, .form-contacto i, .footer-links i {
    margin-right: 8px;
}

.footer-links ul li {
    text-align: left;
}

.footer-copy {
    margin-top: 30px;
    padding-top: 15px;
    border-top: 1px solid rgba(255,255,255,0.2);
    font-size: 0.8em;
}
