﻿/*Inner Header*/
.kmobile-inner-header {
    display: table;
    height: 245px;
    width: 100%;
    margin: 0;
}

@media (max-width: 767px) {
    .kmobile-inner-header {
        background-size: cover;
    }
}

.kmobile-inner-header .container {
    display: table-cell;
    vertical-align: middle;
}

.kmobile-inner-header .this-title {
    margin: 0;
    letter-spacing: 0.3px;
    font-family: "Playball", cursive;
    text-transform: capitalize;
    font-size: 55px;
    color: #fff;
}

    .kmobile-inner-header .this-title:after {
        content: '';
        width: 60px;
        height: 2px;
        background: #92ba19;
        display: inline-block;
        margin-left: 20px;
    }

.huichapan_header {
    background: url(../images/header/huichapan.jpg) no-repeat scroll center bottom;
}

.instalaciones_header {
    background: url(../images/header/instalaciones.jpg) no-repeat scroll center bottom;
}
.contacto_header {
    background: url(../images/header/contacto.jpg) no-repeat scroll center bottom;
}
.ofertas_header {
    background: url(../images/header/ofertas.jpg) no-repeat scroll center bottom;
}
.galeria_header {
    background: url(../images/header/galeria.jpg) no-repeat scroll center bottom;
}
.ubicacion_header {
    background: url(../images/header/ubicacion.jpg) no-repeat scroll center bottom;
}
.eventos_header {
    background: url(../images/header/eventos.jpg) no-repeat scroll center bottom;
}