/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
progress, sub, sup {
    vertical-align: baseline
}
button, hr, input {
    overflow: visible
}
[type=checkbox], [type=radio], legend {
    box-sizing: border-box;
    padding: 0
}
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}
body {
    margin: 0 !important;
}
article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
    display: block
}
audio, canvas, progress, video {
    display: inline-block
}
audio:not([controls]) {
    display: none;
    height: 0
}
[hidden], template {
    display: none
}
a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}
a:active, a:hover {
    outline-width: 0
}
abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted
}
b, strong {
    font-weight: bolder
}
dfn {
    font-style: italic
}
h1 {
    font-size: 2em;
    margin: .67em 0
}
mark {
    background-color: #ff0;
    color: #000
}
small {
    font-size: 80%
}
sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative
}
sub {
    bottom: -.25em
}
sup {
    top: -.5em
}
img {
    border-style: none
}
svg:not(:root) {
    overflow: hidden
}
code, kbd, pre, samp {
    font-family: monospace,monospace;
    font-size: 1em
}
figure {
    margin: 1em 40px
}
hr {
    box-sizing: content-box;
    height: 0
}
button, input, select, textarea {
    font: inherit;
    margin: 0
}
optgroup {
    font-weight: 700
}
button, select {
    text-transform: none
}
[type=reset], [type=submit], button, html [type=button] {
    -webkit-appearance: button
}
[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
    border-style: none;
    padding: 0
}
[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
    outline: ButtonText dotted 1px
}
fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}
legend {
    color: inherit;
    display: table;
    max-width: 100%;
    white-space: normal
}
textarea {
    overflow: auto
}
[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
    height: auto
}
[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}
[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}
::-webkit-input-placeholder {
    color: inherit;
    opacity: .54
}
::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

/*===============================================================
SUPEROESTE DEVELOPER STYLE
===============================================================*/

/*01 - BASES*/
/*===============================================================
01 - BASES
===============================================================*/
/* 01/A VARIABLES */
/*===============================================================
01/A - VARIABLES
===============================================================*/
:root {

    /*COLORS VARIABLES*/

    /*brand colors*/

    /*gray scale*/

    /*user colors*/

    /*opacity colors*/

    /*variables color atribute*/

    /* MEASURE VARIABLES */

    /*space definitions*/

    /*borders*/

    /*screen units*/

    /*TEXT VARIABLES*/

    /*size font*/

    /*font icons size*/

    /*font spaces*/

    /*effects*/

    /*CUSTOM SELECTORS*/
}
/* 01/B TYPOGRAPH */
/*===============================================================
01/B TYPOGRAPH
===============================================================*/
@font-face {
    font-family: 'icomoon';
    src: url('assets/fonts/icomoon.eot?o2urkl');
    src: url('assets/fonts/icomoon.eot?o2urkl#iefix') format('embedded-opentype'),
            url('assets/fonts/icomoon.ttf?o2urkl') format('truetype'),
            url('assets/fonts/icomoon.woff?o2urkl') format('woff'),
            url('assets/fonts/icomoon.svg?o2urkl#icomoon') format('svg');
    font-weight: normal;
    font-style: normal
}
body {
    font-size: 14px;
    font-style: Helvetica, sans-serif, Arial;
    font-weight: normal;
    line-height: 24px;
    color: #888
}
p {
    font-weight: normal;
    line-height: 24px
}
time, address {
    color: #bbb
}
a {
    color: #0B6AA0
}
h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
    line-height: 1.4em
}
h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong {
    font-size: 1.4em
}
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
    font-size: 0.8em
}
/* 01/C GRID-SETTING */
/*===============================================================
01/C - GRID-SETTING
===============================================================*/
/* 01/D BUTTON */
/*===============================================================
01/D - BUTTONS
===============================================================*/
button, input[type="button"], input[type="reset"], input[type="submit"], .btn {
    color: white;
    border-radius: 1px;
    font-size: 1em;
    font-family: Helvetica, sans-serif, Arial;
    font-weight: normal;
    background: #ED1C25;
    border: none;
    border-color: black;
    padding: 10px 20px;
    line-height: normal;
    text-transform: uppercase;
    display: inline-block;
    text-decoration: none;
    white-space: nowrap;
    box-sizing: border-box;
    letter-spacing: 0.1em;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease
}
button:focus, input[type="button"]:focus, input[type="reset"]:focus, input[type="submit"]:focus, .btn:focus, button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover, .btn:hover, button:active, input[type="button"]:active, input[type="reset"]:active, input[type="submit"]:active, .btn:active {
    background: #BA161D;
    color: white;
    outline: none;
    box-shadow: none;
    border-color: none
}
/* 01/E FORMS */
/*===============================================================
01/E - FORMS
===============================================================*/
fieldset {
    background: none;
    border: 1px solid #bbb;
    outline: 0;
    margin: 0;
    padding: 30px
}
legend {
    display: block;
    color: #888;
    margin-top: 20px;
    font-size: 1.4em;
    font-weight: bold;
    text-align: left
}
label {
    display: block;
    color: #ED1C25;
    margin: 1px 0;
    font-size: 0.8em;
    font-weight: bold;
    text-align: left
}
input[type="text"], input[type="password"], input[type="search"], input[type="email"], input[type="file"], input[type="number"], input[type="tel"], input[type="date"], input[type="time"], textarea, select {
    background: none;
    border: 0;
    border-bottom: 1px solid #bbb;
    border-radius: 1px;
    box-shadow: none;
    box-sizing: border-box;
    color: #888;
    padding: 5px;
    font-size: 1em;
    margin: 5px 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease
}
input[type="text"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="email"]:focus, input[type="file"]:focus, input[type="number"]:focus, input[type="tel"]:focus, input[type="date"]:focus, input[type="time"]:focus, textarea:focus, select:focus, input[type="text"]:hover, input[type="password"]:hover, input[type="search"]:hover, input[type="email"]:hover, input[type="file"]:hover, input[type="number"]:hover, input[type="tel"]:hover, input[type="date"]:hover, input[type="time"]:hover, textarea:hover, select:hover, input[type="text"]:active, input[type="password"]:active, input[type="search"]:active, input[type="email"]:active, input[type="file"]:active, input[type="number"]:active, input[type="tel"]:active, input[type="date"]:active, input[type="time"]:active, textarea:active, select:active {
    border-bottom: 1px solid #888;
    box-shadow: none;
    outline: none
}
textarea {
    resize: vertical;
    height: 105px
}
input[type="checkbox"], input[type="radio"] {
    display: inline;
    margin-right: 5px
}
/* 01/F LISTS */
/*===============================================================
01/F - LISTS
===============================================================*/
ul, ol {
    color: #888;
    padding-left: 15px
}
ul ul, ol ul, ul ol, ol ol {
    margin: 15px 0
}
ul li, ol li {
    line-height: 1.4em
}
dl {
    line-height: 1.4em;
    font-size: 1em;
    font-size: 0.8em
}
dt {
    margin: 10px 0
}
dd {
    margin: 10px 30px
}

/*02 - COMPONENTS*/
/*===============================================================
02 - COMPONENTS
===============================================================*/
/* 02/A TITLES */
/*===============================================================
02
===============================================================*/
.title {
    color: #ED1C25;
    font-weight: normal;
    text-transform: uppercase;
    position: relative;
    font-size: 20px
}
.title::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    margin-bottom: -5px;
    width: 80px;
    height: 1px;
    background: #DE7780
}
.title-banner {
    color: rgba(0, 0, 0, 0.5);
    box-sizing: border-box;
    font-size: 1em;
    font-weight: normal;
    margin: 10px 10%;
    padding: 10px;
    width: 80%;
    text-transform: uppercase;
    text-align: center;
    background: rgba(255, 255, 255, 0.5)
}
.title-news {
    font-size: 1em;
    font-weight: normal;
    letter-spacing: 0.1em;
    text-transform: uppercase
}
.title-page {
    font-size: 2em;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #ED1C25;
    text-align: center;
    font-weight: normal;
    margin: 30px auto;
    position: relative
}
.title-page span {
    margin: 0 20px
}
.title-section {
    font-size: 1.4em;
    font-weight: normal;
    text-transform: uppercase;
    color: #DE7780
}
.title-sidebar {
    font-weight: normal;
    text-transform: uppercase;
    margin: 0
}
@media  (min-width: 780px) {
    .title-page::after {
        content: "";
        width: 80px;
        height: 1px;
        position: absolute;
        background: #DE7780;
        top: 20px
    }
}
@media   (max-width: 779px) {
    .title-page {
        font-size: 1.4em
    }
    .title-section {
        font-size: 1em;
        font-weight: bold
    }
}
/* 02/B ICONS */
/*===============================================================
02/B - ICONS
===============================================================*/
[class^="icon-"], [class*=" icon-"] {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}
.icon-build:before {
    content: "\e7ee"
}
.icon-phone:before {
    content: "\e0cd"
}
.icon-card:before {
    content: "\e8a1"
}
.icon-mail-full:before {
    content: "\e159"
}
.icon-home:before {
    content: "\e88a"
}
.icon-down:before {
    content: "\e313"
}
.icon-left:before {
    content: "\e314"
}
.icon-right:before {
    content: "\e315"
}
.icon-up:before {
    content: "\e316"
}
.icon-offer:before {
    content: "\e54e"
}
.icon-mail:before {
    content: "\e0e1"
}
.icon-map:before {
    content: "\e55b"
}
.icon-mark:before {
    content: "\e55e"
}
.icon-plus:before {
    content: "\f055"
}
.icon-minus:before {
    content: "\f056"
}
.icon-cross:before {
    content: "\f057"
}
.icon-check:before {
    content: "\f058"
}
.icon-question:before {
    content: "\f059"
}
.icon-info:before {
    content: "\f05a"
}
.icon-alert:before {
    content: "\f06a"
}
.icon-twitter:before {
    content: "\f099"
}
.icon-facebook:before {
    content: "\f09a"
}
.icon-menu:before {
    content: "\f0c9"
}
.icon-google-plus:before {
    content: "\f0d5"
}
.icon-linkedin:before {
    content: "\f0e1"
}
.icon-comments:before {
    content: "\f0e6"
}
.icon-building:before {
    content: "\f1ad"
}
/* 02/C BUTTONS */
/*===============================================================
02
===============================================================*/
.btn-icon {
    height: auto;
    width: auto;
    padding: 10px
}
.btn-link {
    background: #eee;
    color: #888
}
/* 02/E THUMB */
/*===============================================================
02
===============================================================*/
/* 02/H FLEX-IMAGE */
/*=========================================================================
02/E - FLEX-image
=========================================================================*/
.flex-image {
    height: auto;
    max-height: 100%;
    max-width: 100%;
    position: relative;
    text-align: center;
    width: auto
}
.flex-image img {
    height: auto;
    max-width: 100%
}
/* 02/I FORM-SETS */
/*=========================================================================
02/D - FORM-SET
=========================================================================*/
.form-control {
    display: block;
    height: auto;
    margin: 5px 0;
    width: 100%
}
.form-control > * {
    display: block;
    width: 100%
}
.form-inline {
    display: block;
    height: auto;
    margin: 0;
    width: 100%
}
.form-inline .form-control {
    display: inline-block;
    height: auto;
    margin: 0 10px;
    width: auto
}
.form-inline .form-control:first-child {
    margin-left: 0
}
.form-inline .form-control:last-child {
    margin-right: 0
}
/* 02/J MENU */
/*===============================================================
02/J - MENU
===============================================================*/
.menu, .menu-drop {
    list-style: none;
    padding: 0;
    margin: 0;
    display: block
}
.menu > li {
    position: relative
}
.menu a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    text-decoration: none
}
@media  (min-width: 780px) {
    .menu > li {
        display: inline-block
    }
}
/* 02/L SOCIAL-LIST */
/*===============================================================
02
===============================================================*/
/* 02/M TAGS */
/*===============================================================
02
===============================================================*/
/* 02/M logo */
.logo {
    font-size: 30px;
    float: left;
    margin: 0;
    margin-top: 8px;
    line-height: 1em;
    text-transform: uppercase
}
.logo a {
    color: white;
    text-decoration: none
}
.logo small {
    display: block;
    line-height: 1em;
    font-size: 11px
}

/*03 - MODULES*/
/*===============================================================
03 - MODULES
===============================================================*/
/* 03/A BANNERS */
/*===============================================================
03
===============================================================*/
.banner {
    *zoom: 1;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto
}
.banner:before {
    content: '';
    display: table
}
.banner:after {
    content: '';
    display: table;
    clear: both
}
.banner-item {
    width: 100%;
    height: auto;
    position: relative
}
.banner-item main p {
    width: 100%;
    height: auto;
    margin: 0;
    display: block
}
.banner-item img {
    background: black;
    width: 100%;
    min-height: 480px;
    height: auto
}
.banner-item h1 {
    position: absolute;
    top: 0;
    left: 0;
    text-align: center
}
.banner-item footer p {
    width: 100%;
    position: absolute;
    bottom: 8px;
    height: 140px;
    left: 0;
    margin: 0;
    padding: 20px;
    background: rgba(0, 0, 0, 0.5);
    color: white;
    box-sizing: border-box
}
/* 03/B CARDS */
/*=========================================================================
03/C - CARDS
=========================================================================*/
.card-single, .card-double, .card-triple, .card-four, .card-grid, .card-list {
    *zoom: 1;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative
}
.card-single:before, .card-double:before, .card-triple:before, .card-four:before, .card-grid:before, .card-list:before {
    content: '';
    display: table
}
.card-single:after, .card-double:after, .card-triple:after, .card-four:after, .card-grid:after, .card-list:after {
    content: '';
    display: table;
    clear: both
}
.card-single .card, .card-double .card, .card-triple .card, .card-four .card, .card-grid .card, .card-list .card, .card-single .card-half, .card-double .card-half, .card-triple .card-half, .card-four .card-half, .card-grid .card-half, .card-list .card-half, .card-single .card-large, .card-double .card-large, .card-triple .card-large, .card-four .card-large, .card-grid .card-large, .card-list .card-large {
    *zoom: 1;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin: 20px 0
}
.card-single .card:before, .card-double .card:before, .card-triple .card:before, .card-four .card:before, .card-grid .card:before, .card-list .card:before, .card-single .card-half:before, .card-double .card-half:before, .card-triple .card-half:before, .card-four .card-half:before, .card-grid .card-half:before, .card-list .card-half:before, .card-single .card-large:before, .card-double .card-large:before, .card-triple .card-large:before, .card-four .card-large:before, .card-grid .card-large:before, .card-list .card-large:before {
    content: '';
    display: table
}
.card-single .card:after, .card-double .card:after, .card-triple .card:after, .card-four .card:after, .card-grid .card:after, .card-list .card:after, .card-single .card-half:after, .card-double .card-half:after, .card-triple .card-half:after, .card-four .card-half:after, .card-grid .card-half:after, .card-list .card-half:after, .card-single .card-large:after, .card-double .card-large:after, .card-triple .card-large:after, .card-four .card-large:after, .card-grid .card-large:after, .card-list .card-large:after {
    content: '';
    display: table;
    clear: both
}
.card-half:first-child {
    margin-top: 0
}
.card-half:last-child {
    margin-bottom: 0
}
.card-four .card {
    width: calc(99.99% * 1/2 - 5px);
    height: calc(99.99% * 1/2 - 5px)
}
.card-four .card:nth-child(1n) {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    clear: none
}
.card-four .card:last-child {
    margin-right: 0;
    margin-bottom: 0
}
.card-four .card:nth-child(2n) {
    margin-right: 0;
    float: right
}
.card-four .card:nth-child(2n + 1) {
    clear: left
}
.card-four .card:nth-last-child(-n + 2) {
    margin-bottom: 0
}
@media  (min-width: 780px) {
    .card-grid .card {
        width: calc(99.99% * 1/5 - 20px);
        height: calc(99.99% * 1/5 - 20px)
    }
    .card-grid .card:nth-child(1n) {
        float: left;
        margin-right: 25px;
        margin-bottom: 25px;
        clear: none
    }
    .card-grid .card:last-child {
        margin-right: 0;
        margin-bottom: 0
    }
    .card-grid .card:nth-child(5n) {
        margin-right: 0;
        float: right
    }
    .card-grid .card:nth-child(5n + 1) {
        clear: left
    }
    .card-grid .card:nth-last-child(-n + 5) {
        margin-bottom: 0
    }
    .card-grid .card-large {
        width: calc(99.99% * 2/5 - 15px);
        height: calc(99.99% * 2/5 - 15px)
    }
    .card-grid .card-large:nth-child(1n) {
        float: left;
        margin-right: 25px;
        margin-bottom: 25px;
        clear: none
    }
    .card-grid .card-large:last-child {
        margin-right: 0;
        margin-bottom: 0
    }
    .card-grid .card-large:nth-child(5n) {
        margin-right: 0;
        float: right
    }
    .card-grid .card-large:nth-child(5n + 1) {
        clear: left
    }
    .card-grid .card-large:nth-last-child(-n + 5) {
        margin-bottom: 0
    }
    .card-four .card {
        width: calc(99.99% * 1/4 - 18.75px);
        height: calc(99.99% * 1/4 - 18.75px)
    }
    .card-four .card:nth-child(1n) {
        float: left;
        margin-right: 25px;
        margin-bottom: 25px;
        clear: none
    }
    .card-four .card:last-child {
        margin-right: 0;
        margin-bottom: 0
    }
    .card-four .card:nth-child(4n) {
        margin-right: 0;
        float: right
    }
    .card-four .card:nth-child(4n + 1) {
        clear: left
    }
    .card-four .card:nth-last-child(-n + 4) {
        margin-bottom: 0
    }
    .card-four .card-large {
        width: calc(99.99% * 2/4 - 12.5px);
        height: calc(99.99% * 2/4 - 12.5px)
    }
    .card-four .card-large:nth-child(1n) {
        float: left;
        margin-right: 25px;
        margin-bottom: 25px;
        clear: none
    }
    .card-four .card-large:last-child {
        margin-right: 0;
        margin-bottom: 0
    }
    .card-four .card-large:nth-child(4n) {
        margin-right: 0;
        float: right
    }
    .card-four .card-large:nth-child(4n + 1) {
        clear: left
    }
    .card-four .card-large:nth-last-child(-n + 4) {
        margin-bottom: 0
    }
    .card-triple .card {
        width: calc(99.99% * 1/3 - 16.666666666666664px);
        height: calc(99.99% * 1/3 - 16.666666666666664px)
    }
    .card-triple .card:nth-child(1n) {
        float: left;
        margin-right: 25px;
        margin-bottom: 25px;
        clear: none
    }
    .card-triple .card:last-child {
        margin-right: 0;
        margin-bottom: 0
    }
    .card-triple .card:nth-child(3n) {
        margin-right: 0;
        float: right
    }
    .card-triple .card:nth-child(3n + 1) {
        clear: left
    }
    .card-triple .card:nth-last-child(-n + 3) {
        margin-bottom: 0
    }
    .card-triple .card-large {
        width: calc(99.99% * 2/3 - 8.333333333333332px);
        height: calc(99.99% * 2/3 - 8.333333333333332px)
    }
    .card-triple .card-large:nth-child(1n) {
        float: left;
        margin-right: 25px;
        margin-bottom: 25px;
        clear: none
    }
    .card-triple .card-large:last-child {
        margin-right: 0;
        margin-bottom: 0
    }
    .card-triple .card-large:nth-child(3n) {
        margin-right: 0;
        float: right
    }
    .card-triple .card-large:nth-child(3n + 1) {
        clear: left
    }
    .card-triple .card-large:nth-last-child(-n + 3) {
        margin-bottom: 0
    }
    .card-double .card {
        width: calc(99.99% * 1/2 - 12.5px);
        height: calc(99.99% * 1/2 - 12.5px)
    }
    .card-double .card:nth-child(1n) {
        float: left;
        margin-right: 25px;
        margin-bottom: 25px;
        clear: none
    }
    .card-double .card:last-child {
        margin-right: 0;
        margin-bottom: 0
    }
    .card-double .card:nth-child(2n) {
        margin-right: 0;
        float: right
    }
    .card-double .card:nth-child(2n + 1) {
        clear: left
    }
    .card-double .card:nth-last-child(-n + 2) {
        margin-bottom: 0
    }
    .card-double .card-large {
        width: calc(99.99% * 1/2 - 12.5px);
        height: calc(99.99% * 1/2 - 12.5px)
    }
    .card-double .card-large:nth-child(1n) {
        float: left;
        margin-right: 25px;
        margin-bottom: 25px;
        clear: none
    }
    .card-double .card-large:last-child {
        margin-right: 0;
        margin-bottom: 0
    }
    .card-double .card-large:nth-child(2n) {
        margin-right: 0;
        float: right
    }
    .card-double .card-large:nth-child(2n + 1) {
        clear: left
    }
    .card-double .card-large:nth-last-child(-n + 2) {
        margin-bottom: 0
    }
}
/* 03/C COMMENTS-SET */
/*===============================================================
03
===============================================================*/
/* 03/D NAVEGATION-HEADER */
/*===============================================================
03
===============================================================*/
.navegation-header {
    z-index: 99999
}
.navegation-header a {
    color: white;
    font-weight: bold;
    letter: 0.1em;
    text-transform: uppercase;
    font-size: 0.8em;
    box-sizing: border-box;
    overflow: hidden
}
.navegation-header a:hover {
    background: #BA161D
}
.navegation-header ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: block
}
.navegation-header ul > li {
    position: relative
}
.navegation-header ul a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    text-decoration: none
}
@media  (min-width: 780px) {
    .navegation-header {
        height: 60px
    }
    .navegation-header ul > li {
        line-height: 60px;
        height: 60px;
        width: 120px;
        text-align: center;
        display: inline-block
    }
}
@media   (max-width: 779px) {
    .navegation-header {
        position: absolute;
        right: 0;
        top: 60px;
        width: 100%;
        background: #ED1C25
    }
    .navegation-header ul {
        width: 100%;
        border-top: 1px solid white
    }
    .navegation-header ul > li {
        width: 100%
    }
    .navegation-header ul a {
        padding: 10px
    }
}
/* 03/E NAVEGATION-LIST */
/*===============================================================
03
===============================================================*/
/* 03/F SITE-MAP */
/*===============================================================
03
===============================================================*/
/* 03/G GRID-GALLERY */
/* 03/G news-thumb */
.news-thumb {
    *zoom: 1;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin: 30px 0
}
.news-thumb:before {
    content: '';
    display: table
}
.news-thumb:after {
    content: '';
    display: table;
    clear: both
}
.nt-header h3 {
    margin: 0
}
.nt-header time {
    font-size: 0.8em
}
.nt-main {
    *zoom: 1;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin: 0
}
.nt-main:before {
    content: '';
    display: table
}
.nt-main:after {
    content: '';
    display: table;
    clear: both
}
@media (min-width: 780px) {
    .nt-main p {
        min-height: 160px
    }
    .nt-footer button {
        width: 100%
    }
}
@media  (max-width: 779px) {
    .nt-footer a {
        float: right
    }
}
/* 03/G pagination */
/*===============================================================
03 - MODULES
===============================================================*/
.pagination {
    width: 100%;
    padding: 10px 0;
    text-align: center
}
.pagination li {
    margin: 5px;
    display: inline-block
}
.pagination li:first-child {
    margin-left: 0
}
.pagination li:last-child {
    margin-right: 0
}
.pagination a {
    background: #bbb;
    padding: 5px;
    color: white
}
.pagination a:hover {
    background: #ED1C25
}
@media   (max-width: 779px) {
    .pagination a {
        padding: 3px
    }
    .pagination li {
        margin: 3px
    }
}

/*04 - PAGES*/
/*===============================================================
04 - PAGES
===============================================================*/
/* 05/A INICIO */
.home-info {
    margin-bottom: 20px;
    *zoom: 1;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto
}
.home-info:before {
    content: '';
    display: table
}
.home-info:after {
    content: '';
    display: table;
    clear: both
}
.home-info p {
    padding-left: 60px;
    box-sizing: border-box;
    position: relative
}
.home-info i {
    position: absolute;
    font-size: 50px;
    top: 20px;
    left: 0;
    color: #ED1C25
}
.home-info a {
    float: right
}
.home-news {
    margin: 20px 0
}
@media (min-width: 780px) {
    .so-home {
        margin-bottom: 80px
    }
}
/* 05/B INSTITUCIONAL */
/*===============================================================
04
===============================================================*/
.so-institucional {
    margin-bottom: 80px
}
.so-institucional article {
    margin: 40px 0
}
/* 05/C OFERTAS */
/*===============================================================
04
===============================================================*/
.sale-set {
    *zoom: 1;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 60px
}
.sale-set:before {
    content: '';
    display: table
}
.sale-set:after {
    content: '';
    display: table;
    clear: both
}
.sale-nav label {
    display: inline-block;
    text-transform: uppercase
}
.sale-nav select {
    display: inline-block
}
.sale-item {
    text-align: center
}
.sale-item strong {
    color: #ED1C25
}
.sale-item img {
    width: 100%;
    height: 200px;
    background: #bbbb
}
@media   (max-width: 779px) {
    .sale-nav select {
        width: 100%
    }
}
/* 05/D NOTICIAS */
/*===============================================================
04
===============================================================*/
.news-set {
    margin-bottom: 30px
}
.news-set button {
    width: auto;
    float: right;
    margin: 10px 0
}
.news-set .nt-main p {
    min-height: 0
}
.news-single {
    margin: 60px 0
}
.news-single .single-header {
    text-align: center
}
.news-single .single-header .title-page {
    margin: 5px 0
}
.news-single .single-main img {
    max-width: 100%
}
.news-time {
    font-size: 14px
}
@media  (min-width: 780px) {
    .nt-image {
        width: calc(99.99% * 2/5 - 15px)
    }
    .nt-image:nth-child(1n) {
        float: left;
        margin-right: 25px;
        clear: none
    }
    .nt-image:last-child {
        margin-right: 0
    }
    .nt-image:nth-child(5n) {
        margin-right: 0;
        float: right
    }
    .nt-image:nth-child(5n + 1) {
        clear: left
    }
    .nt-descript {
        width: calc(99.99% * 3/5 - 10px)
    }
    .nt-descript:nth-child(1n) {
        float: left;
        margin-right: 25px;
        clear: none
    }
    .nt-descript:last-child {
        margin-right: 0
    }
    .nt-descript:nth-child(5n) {
        margin-right: 0;
        float: right
    }
    .nt-descript:nth-child(5n + 1) {
        clear: left
    }
}
/* 05/E CONTATOS */
/*===============================================================
04
===============================================================*/
.so-contatos {
    *zoom: 1;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 60px
}
.so-contatos:before {
    content: '';
    display: table
}
.so-contatos:after {
    content: '';
    display: table;
    clear: both
}
.contatos-info {
    padding: 30px;
    box-sizing: border-box;
    border: 1px solid #bbb;
    text-align: center
}
.contatos-info span {
    display: block;
    margin: 30px 0;
    line-height: 2em
}
.contatos-info a {
    color: #888;
    text-decoration: none;
    display: block
}
.contatos-form .form-control {
    margin: 20px 0
}
@media  (min-width: 780px) {
    .contatos-form, .contatos-info {
        width: calc(99.99% * 1/2 - 12.5px);
        height: 660px
    }
    .contatos-form:nth-child(1n), .contatos-info:nth-child(1n) {
        float: left;
        margin-right: 25px;
        clear: none
    }
    .contatos-form:last-child, .contatos-info:last-child {
        margin-right: 0
    }
    .contatos-form:nth-child(2n), .contatos-info:nth-child(2n) {
        margin-right: 0;
        float: right
    }
    .contatos-form:nth-child(2n + 1), .contatos-info:nth-child(2n + 1) {
        clear: left
    }
}

/*05 - TEMPLATES*/
/*===============================================================
05 - TEMPLATES
===============================================================*/
/* 05/A CONTAINER */
/*===============================================================
05
===============================================================*/
.container {
    *zoom: 1;
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto
}
.container:before {
    content: '';
    display: table
}
.container:after {
    content: '';
    display: table;
    clear: both
}
@media   (max-width: 779px) {
    .container {
        max-width: 90%
    }
}
/* 05/B HEADER */
/*===============================================================
05/A - HEADER
===============================================================*/
.header {
    *zoom: 1;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    background: #ED1C25;
    max-width: 100%;
    z-index: 99999;
}
.header:before {

    /*provisorio*/
    content: '';
    display: table
}
.header:after {

    /*provisorio*/
    content: '';
    display: table;
    clear: both
}
.header .btn-icon {
    display: none;
    height: 60px;
    width: 60px
}
@media  (min-width: 780px) {
    .header .navegation-header {
        width: auto;
        float: right
    }
}
@media   (max-width: 779px) {
    .header {
        height: 60px;
    }
    .header .btn-icon {
        display: block;
        position: absolute;
        right: 0;
        top: 0;
        font-size: 24px
    }
    .header .navegation-header {
        display: none
    }
}
/* 05/C FOOTER */
/*===============================================================
05
===============================================================*/
.footer {
    background: #ED1C25;
    *zoom: 1;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    color: white;
    font-size: 0.8em;
    line-height: 1em
}
.footer:before {
    content: '';
    display: table
}
.footer:after {
    content: '';
    display: table;
    clear: both
}
.footer-note {
    margin: 10px 0
}
.footer-note p {
    margin: 0;
    line-height: normal
}
.footer-info {
    margin: 10px 0
}
.footer-info span {
    display: block;
    height: auto;
    line-height: 1.4em
}
.footer-info address {
    color: white;
    font-style: normal
}
.footer-info a {
    color: white;
    display: block;
    text-decoration: none;
    font-style: normal
}
.footer-info i {
    padding: 0 2px
}
@media  (min-width: 780px) {
    .footer {
        padding: 30px 0
    }
    .footer-info {
        width: calc(99.99% * 3/4 - 6.25px)
    }
    .footer-info:nth-child(1n) {
        float: left;
        margin-right: 25px;
        clear: none
    }
    .footer-info:last-child {
        margin-right: 0
    }
    .footer-info:nth-child(4n) {
        margin-right: 0;
        float: right
    }
    .footer-info:nth-child(4n + 1) {
        clear: left
    }
    .footer-note {
        width: calc(99.99% * 1/4 - 18.75px)
    }
    .footer-note:nth-child(1n) {
        float: left;
        margin-right: 25px;
        clear: none
    }
    .footer-note:last-child {
        margin-right: 0
    }
    .footer-note:nth-child(4n) {
        margin-right: 0;
        float: right
    }
    .footer-note:nth-child(4n + 1) {
        clear: left
    }
    .footer-info span {
        width: calc(99.99% * 1/2 - 12.5px);
        height: calc(99.99% * 1/2 - 12.5px)
    }
    .footer-info span:nth-child(1n) {
        float: left;
        margin-right: 25px;
        margin-bottom: 25px;
        clear: none
    }
    .footer-info span:last-child {
        margin-right: 0;
        margin-bottom: 0
    }
    .footer-info span:nth-child(2n) {
        margin-right: 0;
        float: right
    }
    .footer-info span:nth-child(2n + 1) {
        clear: left
    }
    .footer-info span:nth-last-child(-n + 2) {
        margin-bottom: 0
    }
}
@media   (max-width: 779px) {
    .footer-note {
        margin: 30px 0
    }
    .footer-info span {
        margin: 20px 0
    }
}
/* 05/D MAIN */
/*===============================================================
05
===============================================================*/
.main {
    *zoom: 1;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto
}
.main:before {
    content: '';
    display: table
}
.main:after {
    content: '';
    display: table;
    clear: both
}
/* 05/E CONTENT */
/*===============================================================
05
===============================================================*/
@media  (min-width: 780px) {
    .content {
        width: calc(99.99% * 3/4 - 6.25px)
    }
    .content:nth-child(1n) {
        float: left;
        margin-right: 25px;
        clear: none
    }
    .content:last-child {
        margin-right: 0
    }
    .content:nth-child(4n) {
        margin-right: 0;
        float: right
    }
    .content:nth-child(4n + 1) {
        clear: left
    }
}
/* 05/F SIDEBAR */
/*===============================================================
05
===============================================================*/
.sidebar {
    width: calc(99.99% * 1/4 - 18.75px)
}
.sidebar:nth-child(1n) {
    float: left;
    margin-right: 25px;
    clear: none
}
.sidebar:last-child {
    margin-right: 0
}
.sidebar:nth-child(4n) {
    margin-right: 0;
    float: right
}
.sidebar:nth-child(4n + 1) {
    clear: left
}
.sidebar-item {
    margin: 40px 0
}
.sidebar-list {
    background: #eee;
    padding: 20px;
    list-style: none
}
.sidebar-list li {
    margin: 5px 0
}
.sidebar-list li::before {
    content: "- ";
    color: #888
}
.sidebar-list a {
    color: #888;
    text-decoration: none
}
.sidebar-list a:hover {
    color: #DE7780
}
@media   (max-width: 779px) {
    .sidebar {
        display: none
    }
}

/*# sourceMappingURL=map/style.css.map */
