@charset "utf-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;600;700");
/*******************************************************
    GOBMX [TOPBAR + FOOTER]
*******************************************************/
#gobmx-topbar h1,
#gobmx-topbar h2,
#gobmx-topbar h3,
#gobmx-topbar h4,
#gobmx-topbar h5,
#gobmx-topbar h6,
#gobmx-footer h1,
#gobmx-footer h2,
#gobmx-footer h3,
#gobmx-footer h4,
#gobmx-footer h5,
#gobmx-footer h6 {
    margin: 1.3em 0px;
    font-family: "Montserrat", sans-serif;
    font-size: 13px;
    font-weight: 300;
    color: #ffffff;
    line-height: 1.3em;
    letter-spacing: initial !important;
    text-transform: none;
    cursor: default;
}
#gobmx-topbar h1,
#gobmx-footer h1 {
    font-size: 54px;
}
#gobmx-topbar h2,
#gobmx-footer h2 {
    font-size: 38px;
}
#gobmx-topbar h3,
#gobmx-footer h3 {
    font-size: 28px;
}
#gobmx-topbar h4,
#gobmx-footer h4 {
    font-size: 24px;
}
#gobmx-topbar h5,
#gobmx-footer h5 {
    font-size: 18px;
}
#gobmx-topbar h6,
#gobmx-footer h6 {
    font-size: 16px;
}
/* -------------------------------------------------- */
#gobmx-topbar,
#gobmx-footer {
    position: relative;
    margin: 0px;
    padding: 0px;
    font-family: "Montserrat", sans-serif;
    font-size: 13px;
    font-weight: 300;
    line-height: 1.4em;
    color: #ffffff;
    text-align: left;
    text-transform: none;
    background-color: #13322b;
    cursor: default;
}
#gobmx-footer p {
    margin: 1.4em 0px;
    padding: 0px;
}
#gobmx-topbar a,
#gobmx-footer a {
    color: #ffffff;
    text-decoration: none;
}
#gobmx-topbar a:hover,
#gobmx-topbar a:focus,
#gobmx-footer a:hover,
#gobmx-footer a:focus {
    color: #ffffff;
    text-decoration: none;
    outline: none !important;
}
#gobmx-footer a:hover,
#gobmx-footer a:focus {
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
/*******************************************************
    GOBMX [TOPBAR]
*******************************************************/
#gobmx-topbar {
    height: 48px;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    background-color: #0c231e;
    z-index: 9999;
    cursor: default;
}
#gobmx-topbar .navbar {
    position: relative;
    height: 48px;
    min-height: 48px;
    margin: 0px;
    padding: 6px 0px;
    border: none;
}

/* -------------------------------------------------- */
#gobmx-topbar .navbar .navbar-header {
    position: relative;
    margin: 0px;
    padding: 0px;
}
/* -------------------------------------------------- */
#gobmx-topbar .navbar .navbar-header .navbar-toggle {
    position: relative;
    top: 0px;
    right: 0px;
    width: inherit;
    height: 38px;
    float: right;
    margin: 0px;
    padding: 0px 10px;
    font-size: 20px;
    line-height: 0px;
    color: #ffffff;
    text-align: center;
    border: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    background-image: none;
    background-color: rgba(255, 255, 255, 0);
}
@media (min-width: 768px) {
    #gobmx-topbar .navbar .navbar-header .navbar-toggle {
        display: none;
    }
}
#gobmx-topbar .navbar .navbar-header .navbar-toggle .icon-bar {
    background-color: #ffffff;
}
#gobmx-topbar .navbar .navbar-header .navbar-toggle:hover .icon-bar,
#gobmx-topbar .navbar .navbar-header .navbar-toggle:focus .icon-bar {
    background-color: #777777;
}
/* -------------------------------------------------- */
#gobmx-topbar .navbar .navbar-header a.navbar-brand {
    display: block;
    width: 122px;
    height: 36px;
    margin: 0px !important;
    padding: 0px !important;
    font-size: inherit;
    line-height: inherit;
}
#gobmx-topbar .navbar .navbar-header a.navbar-brand > img {
    display: block;
    width: 100%;
    height: auto;
}
/* -------------------------------------------------- */
#gobmx-topbar .navbar .navbar-collapse {
    margin: 0px;
    padding: 0px;
    background-color: rgba(12, 35, 30, 1);
}
#gobmx-topbar .navbar .navbar-collapse .navbar-nav {
    margin: 0px;
    text-align: right;
}
#gobmx-topbar .navbar .navbar-nav li {
    display: inline-block;
}
#gobmx-topbar .navbar .navbar-nav > li > a {
    display: block;
    margin: 0px;
    padding: 0px 15px;
    font-size: 16px;
    font-weight: 300;
    color: #ffffff;
    line-height: 36px;
    text-transform: none;
    background-color: rgba(255, 255, 255, 0);
}
#gobmx-topbar .navbar .navbar-nav > li > a::before {
    display: none;
}
#gobmx-topbar .navbar .navbar-nav > li > a:hover,
#gobmx-topbar .navbar .navbar-nav > li > a:focus {
    color: #d4c19c;
    background-color: rgba(255, 255, 255, 0.1);
}
#gobmx-topbar .navbar ul.navbar-nav > li > a > .fa {
    font-size: 16px;
    line-height: 36px;
    display: block;
}
/* -------------------------------------------------- */
@media (max-width: 768px) {
    #gobmx-topbar .navbar .navbar-collapse {
        border-top: 1px solid #dac6a1;
        margin: 4px -15px 0px -15px;
        padding: 0px 15px;
    }
}
/*******************************************************
    GOBMX [FOOTER]
*******************************************************/
#gobmx-footer {
    background-color: #13322b;
}
#gobmx-footer .list-info {
    position: relative;
    margin: 50px 0px 40px 0px;
    padding: 0px;
}
#gobmx-footer .list-info h5 {
    margin-top: 0px;
}
#gobmx-footer .list-info ul {
    position: relative;
    margin: 0px;
    padding: 0px;
}
#gobmx-footer .list-info ul li {
    position: relative;
    margin: 0px 0px 0.6em 0px;
    padding: 0px;
    list-style-type: none;
}
#gobmx-footer .list-info .logo_footer {
    display: block;
    max-width: 90%;
    margin: 0px;
    padding: 0px;
}
/* -------------------------------------------------- */
#gobmx-footer .list-info .social-icon {
    display: block;
    width: 22px;
    height: 22px;
    margin-right: 5px;
    text-indent: initial;
    border: none;
    background-image: url(images/gobmx_icons.png);
}
#gobmx-footer .list-info .social-icon.facebook {
    background-position: 0px 0px;
}
#gobmx-footer .list-info .social-icon.instagram {
    background-position: -22px 0px;
}
#gobmx-footer .list-info .social-icon.twitter {
    background-position: -44px 0px;
}
#gobmx-footer .list-info .social-icon.youtube {
    background-position: -66px 0px;
}
#gobmx-footer .list-info .social-icon.pinteres {
    background-position: -88px 0px;
}
#gobmx-footer .list-info .social-icon.vimeo {
    background-position: -110px 0px;
}
#gobmx-footer .list-info .social-icon.feed {
    background-position: -132px 0px;
}
#gobmx-footer .list-info .social-icon.flickr {
    background-position: -154px 0px;
}
#gobmx-footer .list-info .social-icon:hover,
#gobmx-footer .list-info .social-icon:focus {
    border: none;
    opacity: 0.5;
}
/* -------------------------------------------------- */
#gobmx-footer .footer-pleca {
    position: relative;
    width: 100%;
    height: 40px; /*50*/
    margin: 0px;
    padding: 0px;
    background-image: url(images/gobmx_pleca.svg);
    background-repeat: repeat-x;
    background-size: auto 50px;
    background-color: #12322b;
}
/* -------------------------------------------------- */
@media (max-width: 768px) {
    #gobmx-footer {
        text-align: center;
    }
    #gobmx-footer .list-info h5 {
        margin-top: 2.8em;
    }
    #gobmx-footer .list-info .logo_footer {
        max-width: 240px;
        margin: auto;
    }
}
/* -------------------------------------------------- */
