h1, h2, h3, h4, h5, h6, p, ul, ol, pre, table, blockquote, input, button, select, textarea {
    margin-bottom: 18px;
    margin-top: 0;
    padding: 0;
}

p, span {
    font-weight: 400;
    text-align: justify;
}
h1, .h1 {
    font-size: 48px;
    line-height: 58px;
}
nav .btn,
.nav-bar .btn {
    margin: 0;
    height: auto;
}
.nav-utility {
    height: 45px;
    line-height: 43px;
    border-bottom: 1px solid #ccc;
    overflow: hidden;
    background-color: #efefef;
}
.nav-utility i {
    position: relative;
    top: 1px;
}
.nav-bar {
    height: 105px;
    max-height: 105px;
    line-height: 105px;
    border-bottom: 1px solid #ccc;
}
.logo {
    max-height: 94px;
}
.logo-light {
    display: none;
}
nav.nav-centered .logo {
    max-height: 100px;
    margin: 64px 0 40px 0;
}
nav.bg-dark .logo-light {
    display: inline;
}
nav.bg-dark .logo-dark {
    display: none;
}
.button-tabs .active .tab-title {
    background: #c52b3f;
    color: #fff;
}
.button-tabs .active .tab-title:hover {
    background: #d0d0d0;
}
.pagination li a:hover, .pagination li.active a, .pagination li.active:hover a {
    background: #c52b3f;
    color: #fff;
    border-color: #c52b3f;
}
.menu li a {
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    color: #292929;
    opacity: 0.8;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    max-width: 100%;
    white-space: normal;
}
.menu ul li:hover > a, .menu ul li.active > a {
    color: #c52b3f;
    font-weight: bold;
    opacity: 1;
}
.menu li .active  {
    color: #c52b3f;
    font-weight: bold;
    opacity: 1;
}
.footermenu .active > a {
    color: #c52b3f !important;
    font-weight: bold;
    opacity: 1;
}
h1.large {
    font-size: 68px;
    line-height: 78px;
    font-weight: 100;
}
.footer-1 .logo {
    max-height: 150px;
}
.footer-1 .sub {
    opacity: .7;
}
.footer-1 p {
    margin: 0 0 0 4px;
}
.menu li a:hover {
    color:#c52b3f !important;
}

.bg-secondary {
    background: #e0e0e0;
}

.back-to-top {
    position: absolute;
    left: 90%;
    bottom: 0;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}
section {
    padding: 0;
}
footer {
    padding: 70px 0;
    position: relative;
    overflow: hidden;
}
.spinner {
    width: 50px;
    height: 50px;
    margin: 0 auto;
    border-radius: 50%;
    box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1), 2px 1px 0px #c52b3f;
    -moz-animation: spin 0.7s linear infinite;
    -webkit-animation: spin 0.7s linear infinite;
    animation: spin 0.7s linear infinite;
    display: inline-block;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}

h2.uppercase {
    letter-spacing: 4px;
    margin-right: -10px;
}
p.lead {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-align: center;
}

h1.large {
    font-size: 66px;
    line-height: 72px;
    font-weight: 100;
}
.decretos {
    background-color: #fbfbfb;
    padding: 12px;
    margin-bottom: 6px;
}
.decretos h5 {
    font-size: 16px;
    line-height: 17px;
    font-weight: 400;
    margin-bottom: 10px;
}
.decretos p {
    margin-bottom: 4px;
}
.tituloorange {
	color:#f18d2b;
}
.controls-inside .flex-control-nav {
    bottom: 10px;
    z-index: 10;
}
a {
    font-weight: 600;
    color: #292929;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    cursor: poitner;
}
a:hover {
    color: #c52b3f;
    text-decoration: none;
}

.btn {
    font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
    border: 2px solid #c52b3f;
    padding: 0 26px;
    height: 40px;
    min-width: 150px;
    line-height: 36px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 0;
    color: #c52b3f;
    text-align: center;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    margin-right: 8px;
    margin-bottom: 24px;
}

.btn:visited {
    color: #c52b3f;
}
.btn:hover {
    background: #515451;
    color: #fff;
}

.menu > li > ul li a {
    color: #fff;
    height: auto;
    padding: 4px 10px;
}

textarea {
    width: 100%;
    border: none;
    background: #f5f5f5;
    margin-bottom: 24px;
    border-radius: 0;
    padding: 16px 20px;
}

input[type="submit"], button[type="submit"] {
    height: 50px;
    line-height: 48px;
    border: 2px solid #c52b3f;
    background: #e0e0e0;
    color: #fff;
    width: 50%;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
    border-radius: 0 !important;
}


.attempted-submit .field-error {
    outline: 2px solid #c52b3f !important;
}

.form-error {
    background: #c52b3f;
}


.bg-white {
	background-color: #fff;
}

.bg-light-gray {
	background-color: #fbfbfb;
}
.form-control {
    background: #f5f5f5;
    border: none;
    width: 100%;
    height: 50px;
    padding-left: 20px;
    font-weight: 500;
    margin-bottom: 24px;
    border-radius: 0;
    box-shadow: none;
}
.form-control:focus {
    outline: 1px solid #ccc;
    border-color: #ccc;
    box-shadow: none;
}
.mt-28 {
    margin-top: 28px;
}
@media only screen and (max-width: 999px) {
    .menu > li ul {
        position: relative;
        width: 100%;
        opacity: 1;
        visibility: visible;
        transform: translate3d(0, 0px, 0);
        -webkit-transform: translate3d(0, 0px, 0);
        -moz-transform: translate3d(0, 0px, 0);
        left: 0;
        background: #fff;
    }

    .menu > li > ul li a {
        color: #0c0c0c;
        height: auto;
        padding: 6px 24px;
    }
    .module.widget-handle {
        border-left: none;
        border-top: 0px solid #ccc;
        line-height: 40px;
        min-height: 40px;
    }
    .mobile-toggle {
        border-left: 0px solid #ccc !important;
        border-bottom: none !important;
    }
    h1.large {
        font-size: 40px;
        line-height: 48px;
        font-weight: 100;
    }
}

