.navbar-custom {
    min-height: 80px;
}
.navbar-collapse {
    margin-top: 20px;
}
.navbar-brand {
    height: 80px;
    padding: 0px;
}
.navbar-brand img {
    max-height: 70px;
}

/* Páginas interiores: empujar contenido bajo el navbar fijo */
.navbar-custom + .main,
.navbar-custom + section,
.navbar-custom + div {
    margin-top: 80px;
}
/* Hero section: empieza en y=0, el navbar transparente flota sobre ella */
.navbar-custom + section.home-section {
    margin-top: 0;
}

.module, .module-small {
    padding: 60px 0px 40px 0px;
}
.section {
    padding-top: 40px;
}

/* Page loader */
.page-loader {
    position: fixed;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: #fff;
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
}
.loader {
    font-size: 14px;
    color: #0c226b;
    letter-spacing: 2px;
    text-transform: uppercase;
}

/* Hero section */
.home-section {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    overflow: hidden;
}
.home-parallax {
    background-attachment: fixed;
}
.titan-caption {
    position: relative;
    z-index: 2;
    width: 100%;
    padding: 0 30px;
}
.titan-title-size-3 {
    font-size: 48px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: #fff;
    font-family: 'Roboto Condensed', sans-serif;
}
.btn-border-w {
    border: 2px solid #fff;
    color: #fff;
    background: transparent;
    padding: 12px 30px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-family: 'Roboto Condensed', sans-serif;
}
.btn-border-w:hover {
    background: #fff;
    color: #111;
}
.btn-circle {
    border-radius: 30px;
}

/* Module titles */
.module-title {
    font-size: 32px;
    font-family: 'Roboto Condensed', sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-align: center;
    margin-bottom: 20px;
    color: #111;
}
.module-subtitle {
    text-align: center;
    color: #555;
    font-size: 14px;
    margin-bottom: 30px;
    font-family: 'Volkhov', serif;
    font-style: italic;
}
.font-alt {
    font-family: 'Roboto Condensed', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.font-serif {
    font-family: 'Volkhov', serif;
}
hr.divider-w {
    border-color: #ccc;
    margin: 0 0 40px 0;
}
.pt-20 { padding-top: 20px; }
.mb-40 { margin-bottom: 40px; }
.mb-60 { margin-bottom: 60px; }

/* Features/services grid */
.features-item {
    text-align: center;
    padding: 30px 15px;
    margin-bottom: 30px;
}
.features-icon {
    font-size: 48px;
    color: #0c226b;
    margin-bottom: 20px;
}
.features-icon span {
    font-size: 48px;
}
.features-title {
    font-size: 16px;
    color: #111;
    margin-bottom: 15px;
}

/* BG colors */
.bg-gray { background: #f5f5f5; }
.bg-dark {
    background: #111;
    color: #aaa;
}
.bg-dark h5 { color: #fff; }
.bg-dark-30 { background: rgba(0,0,0,0.3); }

/* CTA section */
.module-small.bg-dark h4 {
    color: #fff;
    margin: 0 0 10px 0;
    font-size: 22px;
}
.module-small.bg-dark p {
    color: #aaa;
    margin: 0;
}
.module-small.bg-dark {
    padding: 30px 0;
}

/* Footer */
.footer {
    background: #111;
    padding: 20px 0;
    color: #aaa;
    font-size: 12px;
}
.footer a { color: #888; }
.footer a:hover { color: #fff; }
.footer-social-links a {
    color: #aaa;
    font-size: 20px;
    margin-right: 10px;
    display: inline-block;
}
.footer-social-links a:hover { color: #fff; }
.widget-title { color: #fff; font-size: 14px; margin-bottom: 15px; }

/* Contact list */
.contact-list {
    list-style: none;
    padding: 0;
    margin: 0 0 20px 0;
}
.contact-list li {
    padding: 10px 0;
    border-bottom: 1px solid #eee;
    color: #555;
}
.contact-list li i {
    color: #0c226b;
    margin-right: 10px;
    width: 16px;
}

/* Map section */
#map-section {
    height: 420px;
}
#map-section iframe {
    height: 100% !important;
    min-height: 420px;
}

/* Navbar scrolled: añade sombra */
.navbar-scrolled {
    box-shadow: 0 2px 10px rgba(0,0,0,0.2);
}

/* Navbar transparent en el top de página (solo desktop) */
@media (min-width: 768px) {
    .navbar-transparent {
        background: transparent !important;
        padding-bottom: 15px;
        padding-top: 15px;
        transition: background 0.4s ease-in-out, padding 0.4s ease-in-out;
    }
    .navbar-transparent .navbar-nav > li > a {
        color: rgba(255, 255, 255, 0.85);
    }
}

/* Buttons */
.btn-template-main {
    background: #0c226b;
    color: #fff;
    border: none;
    padding: 12px 30px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: 'Roboto Condensed', sans-serif;
    border-radius: 0;
}
.btn-template-main:hover {
    background: #0a1b56;
    color: #fff;
}

/* Nav link styles */
.navbar-custom .nav > li > a {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 12px;
    font-family: 'Roboto Condensed', sans-serif;
}

/* Checkbox custom */
.contactForm1 input[type="checkbox"] {
    position: absolute;
    height: inherit;
    width: inherit;
    opacity: 0;
    left: 0;
}
.contactForm1 .checkbox {
    position: relative;
    margin-right: 8px;
    background: #fff;
    display: inline-block;
    border: 2px solid #CFCFCF;
    margin-bottom: 0;
    height: 18px;
    width: 18px;
    top: 3px;
    vertical-align: middle;
}

/* Responsive */
@media (max-width: 992px) {
    .home-parallax {
        background-attachment: scroll;
    }
}
@media (max-width: 768px) {
    .titan-title-size-3 { font-size: 28px; }
    #map-section { height: 400px; }
    #map-section iframe { min-height: 400px !important; }
    .footer .footer-social-links { text-align: center; }
}
