/* Minification failed. Returning unminified contents.
(3327,1): run-time error CSS1019: Unexpected token, found '@import'
(3327,9): run-time error CSS1019: Unexpected token, found 'url(https://fonts.googleapis.com/css?family=Lato:400,100,100italic,300,300italic,400italic,700italic,700,900italic,900)'
(3328,1): run-time error CSS1019: Unexpected token, found '@import'
(3328,9): run-time error CSS1019: Unexpected token, found 'url(https://fonts.googleapis.com/css?family=Raleway:400,100,200,300,500,600,700,800,900)'
(3329,1): run-time error CSS1019: Unexpected token, found '@import'
(3329,9): run-time error CSS1019: Unexpected token, found 'url(https://fonts.googleapis.com/css?family=Raleway:400,100,200,300,500,600,700,800,900)'
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */

html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */

a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */

input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  box-sizing: content-box; /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

.simplefilter li {
    color: white;
    cursor: pointer;
    display: inline-block;
    text-transform: uppercase;
    padding: 1rem 2rem;
}

.simplefilter li {
    background-color: #585858;
}

.simplefilter li.active {
    background-color: #212121;
}

.filtr-container {
    transition: height 500ms ease-out;
}

.push-down {
    margin-bottom: 50px;
}

.filtr-item {
    padding: 1rem;
}

@media only screen and (max-width: 767px) {

    .simplefilter li {
        color: white;
        cursor: pointer;
        display: inline-block;
        text-transform: uppercase;
        padding: .15em .30em;
    }

}
html,
body {
    min-height: 100%;
    overflow-x: hidden;
    font-family: 'QuadonW00-Regular','Open Sans', 'sans-serif';
}

a:link {
    text-decoration: none;
}


/*=======================================================================
    FONTES
=========================================================================*/
@font-face {
    font-family: "QuadonW00-Regular";
    src: url("../fonts/Quandon/3df69735a1d2eed66c960a5536487362.eot?#iefix");
    src: url("../fonts/Quandon/3df69735a1d2eed66c960a5536487362.eot?#iefix") format("embedded-opentype"), url("../fonts/Quandon/3df69735a1d2eed66c960a5536487362.woff2") format("woff2"), url("../fonts/Quandon/3df69735a1d2eed66c960a5536487362.woff") format("woff"), url("../fonts/Quandon/3df69735a1d2eed66c960a5536487362.ttf") format("truetype"), url("../fonts/Quandon/3df69735a1d2eed66c960a5536487362.svg#QuadonW00-Regular") format("svg");
}

@font-face {
    font-family: 'et-line';
    src: url('../fonts/et-line.eot');
    src: url('../fonts/et-line.eot?#iefix') format('embedded-opentype'), url('../fonts/et-line.woff') format('woff'), url('../fonts/et-line.ttf') format('truetype'), url('../fonts/et-line.svg#et-line') format('svg');
    font-weight: normal;
    font-style: normal;
}

.fonte01 {
    /* h1 - 32px*/
    font-size: 2em;
}

.fonte02 {
    /* h2 - 24px*/
    font-size: 1.5em;
}

.fonte03 {
    /* h3 - 18.72px*/
    font-size: 1.17em;
}

.fonte04 {
    /* h4 - 16px*/
    font-size: 1em;
}

.fonte05 {
    /* h5 - 13.28px*/
    font-size: .83em;
}

.fonte06 {
    /* h5 - 10.72px*/
    font-size: .67em;
}

.textojustificado{
    text-align:justify;
}






.section {
    position: relative;
    padding-top: 4vw;
    padding-bottom: 4vw;
}

.titulosection {
    text-transform: uppercase;
    font-size: 25px;
    font-style: italic;
    color: #222;
    text-shadow: 1px 1px 1px rgba(0,0,0,1);
    color: rgba(255, 255,255, 1);
}

.titulosectionblack {
    text-transform: uppercase;
    font-size: 25px;
    font-style: italic;
    text-shadow: 2px 2px 1px rgba(60,60,60,0.5);
    color: rgba(0,0,0, 1);
}



.marginy5vt {
    margin-top: 5vh;
}

.marginy5vb {
    margin-bottom: 5vh;
}

.padingx5vt {
    padding-top: 5vh;
}

.padingx10vt {
    padding-top: 10vh;
}

.padingx12vt {
    padding-top: 12vh;
}

.padingx15vt {
    padding-top: 15vh;
}

.padingx20vt {
    padding-top: 20vh;
}

.padingx25vt {
    padding-top: 25vh;
}

.padingx30vt {
    padding-top: 30vh;
}

.padingx40vt {
    padding-top: 40vh;
}


.padingx3vw {
    padding-left: 3vw;
    padding-right: 3vw;
}

.padingy3vh {
    padding-top: 3vh;
    padding-bottom: 3vh;
}

.padingx5vw {
    padding-left: 5vw;
    padding-right: 5vw;
}

.padingy5vh {
    padding-top: 5vh;
    padding-bottom: 5vh;
}

.padingx10vw {
    padding-left: 10vw;
    padding-right: 10vw;
}

.padingy10vh {
    padding-top: 10vh;
    padding-bottom: 10vh;
}

.padingy20vh {
    padding-top: 20vh;
    padding-bottom: 20vh;
}

img {
    max-width: 100%;
    height: auto;
}

.fixed,
.absolute {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.fixed {
    position: fixed;
}

.container-fluid {
    padding-right: 0px;
    padding-left: 0px;
    margin-right: 0px;
    margin-left: 0px;
    height: auto;
}

.centrarelemento {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.Faixa_texto {
    font-family: 'QuadonW00-Regular';
    font-size: 15px;
    text-align: center;
    /*text-shadow: 0px 1px 1px rgba(0,0,0,0.75);*/
    color: rgba(255,252,255,1);
}

.Faixa_texto p {
    line-height: 0.8;
}

.Areadevidro {
    padding-top: 5vh;
    padding-bottom: 5vh;
    background-color: rgba(0,0,0,0.1);
}

@media screen and (min-width: 577px) {

    .suportetop {
        padding-top: 10vh;
    }
   
}

@media screen and (max-width: 576px) {

    .suportetop {
        padding-top: 2vh;
    }

}


/*=======================================================================
    AREA MENU SUPERIOR
=========================================================================*/
.AREA-MENUSUPERIOR {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 9999999;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

    .AREA-MENUSUPERIOR img {
        height: 100px;
    }




/*=======================================================================
    Spinner Body
=========================================================================*/
.spinner-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #0094ff;
    z-index: 999999;
}

.spinner {
    position: absolute;
    top: 30%;
    left: 48%;
}

.sk-cube-grid {
    width: 40px;
    height: 40px;
    margin: 100px auto;
}

    .sk-cube-grid .sk-cube {
        width: 33%;
        height: 33%;
        background-color: #fff;
        float: left;
        -webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
        animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
    }

    .sk-cube-grid .sk-cube1 {
        -webkit-animation-delay: 0.2s;
        animation-delay: 0.2s;
    }

    .sk-cube-grid .sk-cube2 {
        -webkit-animation-delay: 0.3s;
        animation-delay: 0.3s;
    }

    .sk-cube-grid .sk-cube3 {
        -webkit-animation-delay: 0.4s;
        animation-delay: 0.4s;
    }

    .sk-cube-grid .sk-cube4 {
        -webkit-animation-delay: 0.1s;
        animation-delay: 0.1s;
    }

    .sk-cube-grid .sk-cube5 {
        -webkit-animation-delay: 0.2s;
        animation-delay: 0.2s;
    }

    .sk-cube-grid .sk-cube6 {
        -webkit-animation-delay: 0.3s;
        animation-delay: 0.3s;
    }

    .sk-cube-grid .sk-cube7 {
        -webkit-animation-delay: 0s;
        animation-delay: 0s;
    }

    .sk-cube-grid .sk-cube8 {
        -webkit-animation-delay: 0.1s;
        animation-delay: 0.1s;
    }

    .sk-cube-grid .sk-cube9 {
        -webkit-animation-delay: 0.2s;
        animation-delay: 0.2s;
    }

@-webkit-keyframes sk-cubeGridScaleDelay {
    0%, 70%, 100% {
        -webkit-transform: scale3D(1, 1, 1);
        transform: scale3D(1, 1, 1);
    }

    35% {
        -webkit-transform: scale3D(0, 0, 1);
        transform: scale3D(0, 0, 1);
    }
}

@keyframes sk-cubeGridScaleDelay {
    0%, 70%, 100% {
        -webkit-transform: scale3D(1, 1, 1);
        transform: scale3D(1, 1, 1);
    }

    35% {
        -webkit-transform: scale3D(0, 0, 1);
        transform: scale3D(0, 0, 1);
    }
}

/*=======================================================================
    AREA SLIDE INICIAL
=========================================================================*/

#carouselinicial .carousel-item {
    height: 100vh;
    max-width: 100%;
    background: no-repeat scroll center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#carouselinicial .carousel-inner {
    width: 100%;
}

#carouselinicial .carousel-caption {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0;
    z-index: 8;
}


/*=======================================================================
    AREA BEM VINDO
=========================================================================*/

.Bem_vindo {
    color: #bf050b;
    text-shadow: 0px 3px 3px rgba(0,0,0,0.5);
	font-family: 'QuadonW00-Regular';
}


/*=======================================================================
    AREA DESTAQUE
=========================================================================*/
.cxdestaque {
    cursor: default;
}

    .cxdestaque a:hover {
        text-decoration: none;
    }

.destaque_texto {
    color: #666;
    text-align: center;
    text-shadow: 0px 3px 3px rgba(0,0,0,0.5);
}


/*=======================================================================
    SLIDE DESTAQUE
=========================================================================*/

.slidedestaque {
    background: linear-gradient(190deg,rgba(226,12,24,1) 0%,rgba(121,8,14,1) 75%);
    width: 100%;
    background-size: cover;
    overflow: hidden;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12) !important;
}


#fullsliderdest {
    width: 100%;
    height: 100%;
    position: relative;
    -o-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -webkit-transform: none !important;
    transform: none !important;
}

#fullsliderdest .carousel-control.left, #fullsliderdest .carousel-control.right {
    background-image: none;
    filter: none;
    height: 80px;
    width: 50px;
    margin-top: 12%;
    margin-left: 10px;
    margin-right: 10px;
    padding-top: 27px;
}

#fullsliderdest .carousel-caption{
    position:unset;

}

#fullsliderdest .item {
    padding: 0px;
    width: 100%;
    height: 100%;
    overflow: hidden;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
}


/*=======================================================================
    Noticias
=========================================================================*/

.titulonoticias {
    color: rgba(0,0,0,1);
    text-shadow: 0px 3px 3px rgba(0,0,0,0.5);
}

@media screen and (max-width: 576px) {

    .titulonoticias {
        font-size: x-large;
    }
}

.DuvidasNoticias {
    text-align: center;
}

#FormDuvidasNot {
    display: none;
}

    #FormDuvidasNot .form-control:focus {
        color: #ccc;
        box-shadow: none;
        font-size: 15px;
    }

        #FormDuvidasNot .form-control:focus:-moz-placeholder {
            color: #000;
            font-size: 15px;
        }

        #FormDuvidasNot .form-control:focus:-ms-input-placeholder {
            color: #000;
            font-size: 15px;
        }

        #FormDuvidasNot .form-control:focus:-webkit-input-placeholder {
            color: #000;
            font-size: 15px;
        }

    #FormDuvidasNot .footer-input {
        background: rgba(255,255,255,0.75);
        color: #000;
    }

#ShowFormDuvNot {
    font-size: 25px;
    color: rgba(0,0,0,0.50);
    word-spacing: 0.1em;
    letter-spacing: 1px;
    padding: 0px;
    margin: 0px;
    text-decoration: none;
}

#FormDuvidasNot .btn-primary-outline {
    background-color: transparent;
    border-color: #0094ff;
    width: 100%;
    height: 40px;
    color: #0094ff;
    font-size: 15px;
    word-spacing: 0.1em;
    letter-spacing: 1px;
    font-weight: 400;
}

#FormDuvidasNot form-control {
    color: black;
}

#FormDuvidasNot .form-control:focus {
    color: black;
}


@media screen and (max-width: 720px) {
    .TextoTopdataSize40 {
        font-size: 0px;
    }

    .DuvidasNoticias {
        text-align: center;
    }

    #ShowFormDuvNot {
        font-size: 20px;
        color: rgba(0,0,0,0.50);
        word-spacing: 0.1em;
        letter-spacing: 1px;
        padding: 0px;
        margin: 0px;
        text-decoration: none;
    }

    #FormDuvidasNot {
        padding-right: 15px;
        color: rgba(0,0,0,1);
    }
}

/*=======================================================================
    NewsLetter
=========================================================================*/
#NEWSLETTER {
    width: 100%;
}

.SubNewsLetter {
    text-align: center;
    background-color: rgb(51,51,51);
}

#FormNewsLetter {
    display: none;
}

    #FormNewsLetter .form-control:focus {
        color: #ccc;
        box-shadow: none;
        font-size: 15px;
    }

    #FormNewsLetter .form-control:-moz-placeholder {
        color: #000;
        font-size: 15px;
    }

    #FormNewsLetter .form-control:-ms-input-placeholder {
        color: #000;
        font-size: 15px;
    }

    #FormNewsLetter .form-control:-webkit-input-placeholder {
        color: #000;
        font-size: 15px;
    }

    #FormNewsLetter .footer-input {
        background: rgba(255,255,255,0.75);
        color: #000;
    }

#ShowFormNewsLetter {
    font-size: 25px;
    color: rgba(255, 255,255, 1);
    word-spacing: 0.1em;
    letter-spacing: 1px;
    padding: 0px;
    margin: 0px;
    text-decoration: none;
}

    #ShowFormNewsLetter a {
        padding-top: 50%;
    }

#FormNewsLetter .btn-primary-outline {
    background-color: transparent;
    border-color: #0094ff;
    width: 100%;
    height: 40px;
    color: #0094ff; 
    font-size: 15px;
    word-spacing: 0.1em;
    letter-spacing: 1px;
    font-weight: 400;
}

#FormNewsLetter form-control {
    color: black;
}

#FormNewsLetter .form-control:focus {
    color: black;
}

@media screen and (max-width: 720px) {

    .TextoTopdataSize40 {
        font-size: 0px;
    }

    .DuvidasNoticias {
        text-align: center;
    }

    #ShowFormNewsLetter {
        font-size: 20px;
        color: rgba(255,255,255,1);
        word-spacing: 0.1em;
        letter-spacing: 1px;
        padding: 0px;
        margin: 0px;
        text-decoration: none;
    }

    #FormNewsLetter {
        padding-right: 15px;
    }
}



/*=======================================================================
    AREA VOLTAR AO INICIO
=========================================================================*/
.scroll-top {
    right: 0px;
    bottom: 30px;
    background: #000;
    border-radius: 5px;
    width: 50px;
    height: 50px;
    cursor: pointer;
    text-align: center;
    z-index: 9999;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
    padding-top: 2px
}

    .scroll-top i {
        padding: 10px 15px;
        font-size: 25px;
        color: #fff
    }

    .scroll-top:hover {
        background-color: #f8f8f8;
    }

        .scroll-top:hover i {
            color: #666;
        }

/*=======================================================================
    FONTES
=========================================================================*/

/* Use the following CSS code if you want to use data attributes for inserting your icons */
[data-icon]:before {
    font-family: 'et-line';
    content: attr(data-icon);
    speak: none;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
}

/* Use the following CSS code if you want to have a class per icon */
/*
Instead of a list of all class selectors,
you can use the generic selector below, but it's slower:
[class*="icon-"] {
*/
.icon-mobile, .icon-laptop, .icon-desktop, .icon-tablet, .icon-phone, .icon-document, .icon-documents, .icon-search, .icon-clipboard, .icon-newspaper, .icon-notebook, .icon-book-open, .icon-browser, .icon-calendar, .icon-presentation, .icon-picture, .icon-pictures, .icon-video, .icon-camera, .icon-printer, .icon-toolbox, .icon-briefcase, .icon-wallet, .icon-gift, .icon-bargraph, .icon-grid, .icon-expand, .icon-focus, .icon-edit, .icon-adjustments, .icon-ribbon, .icon-hourglass, .icon-lock, .icon-megaphone, .icon-shield, .icon-trophy, .icon-flag, .icon-map, .icon-puzzle, .icon-basket, .icon-envelope, .icon-streetsign, .icon-telescope, .icon-gears, .icon-key, .icon-paperclip, .icon-attachment, .icon-pricetags, .icon-lightbulb, .icon-layers, .icon-pencil, .icon-tools, .icon-tools-2, .icon-scissors, .icon-paintbrush, .icon-magnifying-glass, .icon-circle-compass, .icon-linegraph, .icon-mic, .icon-strategy, .icon-beaker, .icon-caution, .icon-recycle, .icon-anchor, .icon-profile-male, .icon-profile-female, .icon-bike, .icon-wine, .icon-hotairballoon, .icon-globe, .icon-genius, .icon-map-pin, .icon-dial, .icon-chat, .icon-heart, .icon-cloud, .icon-upload, .icon-download, .icon-target, .icon-hazardous, .icon-piechart, .icon-speedometer, .icon-global, .icon-compass, .icon-lifesaver, .icon-clock, .icon-aperture, .icon-quote, .icon-scope, .icon-alarmclock, .icon-refresh, .icon-happy, .icon-sad, .icon-facebook, .icon-twitter, .icon-googleplus, .icon-rss, .icon-tumblr, .icon-linkedin, .icon-dribbble {
    font-family: 'et-line';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
}

    .icon-mobile:before {
        content: "\e000";
    }

    .icon-laptop:before {
        content: "\e001";
    }

    .icon-desktop:before {
        content: "\e002";
    }

    .icon-tablet:before {
        content: "\e003";
    }

    .icon-phone:before {
        content: "\e004";
    }

    .icon-document:before {
        content: "\e005";
    }

    .icon-documents:before {
        content: "\e006";
    }

    .icon-search:before {
        content: "\e007";
    }

    .icon-clipboard:before {
        content: "\e008";
    }

    .icon-newspaper:before {
        content: "\e009";
    }

    .icon-notebook:before {
        content: "\e00a";
    }

    .icon-book-open:before {
        content: "\e00b";
    }

    .icon-browser:before {
        content: "\e00c";
    }

    .icon-calendar:before {
        content: "\e00d";
    }

    .icon-presentation:before {
        content: "\e00e";
    }

    .icon-picture:before {
        content: "\e00f";
    }

    .icon-pictures:before {
        content: "\e010";
    }

    .icon-video:before {
        content: "\e011";
    }

    .icon-camera:before {
        content: "\e012";
    }

    .icon-printer:before {
        content: "\e013";
    }

    .icon-toolbox:before {
        content: "\e014";
    }

    .icon-briefcase:before {
        content: "\e015";
    }

    .icon-wallet:before {
        content: "\e016";
    }

    .icon-gift:before {
        content: "\e017";
    }

    .icon-bargraph:before {
        content: "\e018";
    }

    .icon-grid:before {
        content: "\e019";
    }

    .icon-expand:before {
        content: "\e01a";
    }

    .icon-focus:before {
        content: "\e01b";
    }

    .icon-edit:before {
        content: "\e01c";
    }

    .icon-adjustments:before {
        content: "\e01d";
    }

    .icon-ribbon:before {
        content: "\e01e";
    }

    .icon-hourglass:before {
        content: "\e01f";
    }

    .icon-lock:before {
        content: "\e020";
    }

    .icon-megaphone:before {
        content: "\e021";
    }

    .icon-shield:before {
        content: "\e022";
    }

    .icon-trophy:before {
        content: "\e023";
    }

    .icon-flag:before {
        content: "\e024";
    }

    .icon-map:before {
        content: "\e025";
    }

    .icon-puzzle:before {
        content: "\e026";
    }

    .icon-basket:before {
        content: "\e027";
    }

    .icon-envelope:before {
        content: "\e028";
    }

    .icon-streetsign:before {
        content: "\e029";
    }

    .icon-telescope:before {
        content: "\e02a";
    }

    .icon-gears:before {
        content: "\e02b";
    }

    .icon-key:before {
        content: "\e02c";
    }

    .icon-paperclip:before {
        content: "\e02d";
    }

    .icon-attachment:before {
        content: "\e02e";
    }

    .icon-pricetags:before {
        content: "\e02f";
    }

    .icon-lightbulb:before {
        content: "\e030";
    }

    .icon-layers:before {
        content: "\e031";
    }

    .icon-pencil:before {
        content: "\e032";
    }

    .icon-tools:before {
        content: "\e033";
    }

    .icon-tools-2:before {
        content: "\e034";
    }

    .icon-scissors:before {
        content: "\e035";
    }

    .icon-paintbrush:before {
        content: "\e036";
    }

    .icon-magnifying-glass:before {
        content: "\e037";
    }

    .icon-circle-compass:before {
        content: "\e038";
    }

    .icon-linegraph:before {
        content: "\e039";
    }

    .icon-mic:before {
        content: "\e03a";
    }

    .icon-strategy:before {
        content: "\e03b";
    }

    .icon-beaker:before {
        content: "\e03c";
    }

    .icon-caution:before {
        content: "\e03d";
    }

    .icon-recycle:before {
        content: "\e03e";
    }

    .icon-anchor:before {
        content: "\e03f";
    }

    .icon-profile-male:before {
        content: "\e040";
    }

    .icon-profile-female:before {
        content: "\e041";
    }

    .icon-bike:before {
        content: "\e042";
    }

    .icon-wine:before {
        content: "\e043";
    }

    .icon-hotairballoon:before {
        content: "\e044";
    }

    .icon-globe:before {
        content: "\e045";
    }

    .icon-genius:before {
        content: "\e046";
    }

    .icon-map-pin:before {
        content: "\e047";
    }

    .icon-dial:before {
        content: "\e048";
    }

    .icon-chat:before {
        content: "\e049";
    }

    .icon-heart:before {
        content: "\e04a";
    }

    .icon-cloud:before {
        content: "\e04b";
    }

    .icon-upload:before {
        content: "\e04c";
    }

    .icon-download:before {
        content: "\e04d";
    }

    .icon-target:before {
        content: "\e04e";
    }

    .icon-hazardous:before {
        content: "\e04f";
    }

    .icon-piechart:before {
        content: "\e050";
    }

    .icon-speedometer:before {
        content: "\e051";
    }

    .icon-global:before {
        content: "\e052";
    }

    .icon-compass:before {
        content: "\e053";
    }

    .icon-lifesaver:before {
        content: "\e054";
    }

    .icon-clock:before {
        content: "\e055";
    }

    .icon-aperture:before {
        content: "\e056";
    }

    .icon-quote:before {
        content: "\e057";
    }

    .icon-scope:before {
        content: "\e058";
    }

    .icon-alarmclock:before {
        content: "\e059";
    }

    .icon-refresh:before {
        content: "\e05a";
    }

    .icon-happy:before {
        content: "\e05b";
    }

    .icon-sad:before {
        content: "\e05c";
    }

    .icon-facebook:before {
        content: "\e05d";
    }

    .icon-twitter:before {
        content: "\e05e";
    }

    .icon-googleplus:before {
        content: "\e05f";
    }

    .icon-rss:before {
        content: "\e060";
    }

    .icon-tumblr:before {
        content: "\e061";
    }

    .icon-linkedin:before {
        content: "\e062";
    }

    .icon-dribbble:before {
        content: "\e063";
    }





.AREA-MENUSUPERIOR a:focus,
.AREA-MENUSUPERIOR a:hover {
    color: #212529; /*Cor do texto*/
}

.AREA-MENUSUPERIOR .navbar {
    color: #212529;
    margin-bottom: 0;
    border-radius: 0;
    padding: 1% 1%;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 1rem;
    letter-spacing: .1rem;
    background: rgba(255,255,255,1) !important; /*COR DA BARRA DE MENUS */
}

.AREA-MENUSUPERIOR .navbar-brand img {
    margin-left: 100px;
    float: left;
    height: 7rem;
}

.AREA-MENUSUPERIOR .navbar-nav li {
    padding-right: 0.5rem;
}


.AREA-MENUSUPERIOR .navbar-nav .nav-link.active,
.AREA-MENUSUPERIOR .navbar-nav .nav-link:hover {
    color: red; /* Cor do menu quando passamos com o rato */
}

.AREA-MENUSUPERIOR .navbar-shrink img {
    height: 4rem;
    transition: 0.1s;
}

.AREA-MENUSUPERIOR .navbar-shrink {
    background: rgba(255,255,255,1) !important; /*ALTERA COR DA BARRA AO FAZER  */
    -webkit-box-shadow: 0 4px 6px -6px #222;
    -moz-box-shadow: 0 4px 6px -6px #222;
    box-shadow: 0 4px 6px -6px #222;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    transition: 0.4s;
    padding: 0px;
}

.AREA-MENUSUPERIOR .navbar-shrink .row.ola {
    height: 1.2rem;
}

#menugeral .navbar {
    background: rgba(0,0,0,0) !important;
}

#menulogin a {
    color: rgba(0,0,0,.5);
    -webkit-appearance: none;
    text-indent: -9999px;
}

#menulogin a:hover {
    text-decoration: none;
}

#menulogin.navbar-right {
    float: right !important;
    margin-right: 15px;
  
}

#menulogin .row.ola {
    margin: 0;
    text-align: center;
    font: 400 11px/1.8 "Lato", sans-serif;
    color: #777777;
    -webkit-appearance: none;
}

#menulogin .row.portal {
    margin: 0;
    padding: 0;
    text-align: right;
    color: #777777;
    -webkit-appearance: none;
    display:block;
}





/*=======================================================================
    AREA SLIDE INICIAL
=========================================================================*/
#rodape .row {
    margin: 0px;
    padding-left: 30px;
    padding-right: 30px;
}

footer {
    /*background-color: rgba(27,27,27,0.7);*/
    background-color: rgb(51,51,51);
    padding-top: 30px;
    width: 100%;
}

footer p, footer a, footer li {
    color: #ccc
}

footer a:hover {
    color: #ccc;
    text-decoration:none;
}

footer .titulogrupo {
    color: #fff;
}

footer ul.footer-nav {
    float: right
}

footer ul.footer-nav li {
    display: inline-block;
    margin-left: 15px
}

footer ul.footer-nav li:first-child {
    margin-left: 0
}

footer ul.footer-nav li a {
    display: inline-block;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out
}

footer ul.footer-nav li a:hover {
    color: #fff
}

footer .copyright-section {
    padding: 15px 0;
    font-size: 11px;
    letter-spacing: 0.5px;
    border-top: 1px solid rgba(255, 255, 255, .06)
}

footer .copyright-section p {
    font-size: 11px;
    text-transform: uppercase
}


/*=======================================================================
    AREA SCROLL TOP
=========================================================================*/
.s-back-to-top {
    position: fixed;
    right: 3.125rem;
    bottom: -3.125rem;
    display: block;
    width: 1.875rem;
    height: 3rem;
    z-index: 9;
    background: #13b1cd;
    border-radius: 3.125rem;
    text-align: center;
    transition-duration: 300ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.s-back-to-top:before {
    display: block;
    transition-duration: 300ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.s-back-to-top:hover {
    background: #fff;
}

.s-back-to-top:hover:before {
    color: #13b1cD;
}

.s-back-to-top:focus, .s-back-to-top:hover {
    text-decoration: none;
}

/* The button becomes visible */
.s-back-to-top.-is-visible {
    bottom: 3.125rem;
    opacity: .8;
}

.s-back-to-top.-is-visible:hover {
    opacity: 1;
}

/* If the user keeps scrolling down, the button is out of focus and becomes less visible */
.s-back-to-top.-zoom-out {
    opacity: .6;
}
/******** PAINEL LOGIN ********/

.LOGIN {
    width: 100%;
    height: 100vh;
}

.BackgroundLogin {
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    width: 100%;
}

#FormLogin,
#FormLoginFP,
#FormLoginConf,
#FormLoginSemEmail,
#FormLoginResetPass,
#FormLoginConfPass {
   
}

#FormLogin .form-control,
#FormLoginFP .form-control,
#FormLoginResetPass .form-control {
    height: 40px;
    width: 100%;
    font-size: 13px;
    font-weight: 400;
    color: #FFFFFF;
    background: #fafafa;
    border: none;
    box-shadow: none;
    border-radius: 0;
    padding-left: 15px;
}

#FormLogin input, select, textarea,
#FormLoginFP input,
#FormLoginConf input,
#FormLoginResetPass input,
#FormLoginConfPass input {
    max-width: 100%;
    margin-bottom: 10px;
    color: #FFFFFF;
    font-size: 15px;
}

#FormLogin .form-control::-moz-placeholder,
#FormLoginFP .form-control::-moz-placeholder,
#FormLoginResetPass .form-control::-moz-placeholder {
    color: #FFFFFF;
}

#FormLogin .form-control:-ms-input-placeholder,
#FormLoginFP .form-control:-ms-input-placeholder,
#FormLoginResetPass .form-control:-ms-input-placeholder {
    color: #FFFFFF;
}

#FormLogin .form-control::-webkit-input-placeholder,
#FormLoginFP .form-control::-webkit-input-placeholder,
#FormLoginResetPass .form-control::-webkit-input-placeholder {
    color: #FFFFFF;
}

#FormLogin .form-control:focus,
#FormLoginFP .form-control:focus,
#FormLoginResetPass .form-control:focus {
    color: #FFFFFF;
    box-shadow: none;
    font-size: 15px;
}

#FormLogin .form-control:focus::-moz-placeholder,
#FormLoginFP .form-control:focus::-moz-placeholder,
#FormLoginResetPass .form-control:focus::-moz-placeholder {
    color: #FFFFFF;
    font-size: 15px;
}

#FormLogin .form-control:focus:-ms-input-placeholder,
#FormLoginFP .form-control:focus:-ms-input-placeholder,
#FormLoginResetPass .form-control:focus:-ms-input-placeholder {
    color: #FFFFFF;
    font-size: 15px;
}

#FormLogin .form-control:focus::-webkit-input-placeholder,
#FormLoginFP .form-control:focus::-webkit-input-placeholder,
#FormLoginResetPass .form-control:focus::-webkit-input-placeholder {
    color: #FFFFFF;
    font-size: 15px;
}

#FormLogin .footer-input,
#FormLoginFP .footer-input,
#FormLoginResetPass .footer-input {
    background: rgba(0, 0, 0, 0.15);
}

#FormLogin .btn-primary-outline,
#FormLoginFP .btn-primary-outline,
#FormLoginResetPass .btn-primary-outline {
    background-color: transparent;
    border-color: #e52b50;
    width: 100%;
    color: #e52b50;
    font-size: 15px;
    word-spacing: 0.1em;
    letter-spacing: 1px;
    font-weight: 800;
}

#FormLogin .form-group,
#FormLoginFP .form-group,
#FormLoginResetPass .form-group {
    /*border: 1px solid #bdbdbd;*/
}

.formloginbackground {
    background: rgba(0, 0, 0, 0.30);
    margin: 40px;
}

#FormLogin .alert,
#FormLoginFP .alert,
#FormLoginResetPass .alert {
    padding: 5px 0 0 5px;
}

#FormLogin a:hover,
#FormLoginFP a:hover,
#FormLoginConf a:hover,
#FormLoginResetPass a:hover,
#FormLoginConfPass a:hover {
    color: white;
}

/******************* PÁGINA EMPRESA *****************/

/**************************
SECÇÃO QUEM SOMOS
**************************/
#s_quemsomos {
    width: 100%;
    /*background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;*/
    height: 100%;
    font-family: 'QuadonW00-Regular';
}

.casossucessotitulo {
    background: linear-gradient(190deg,rgba(50,153,204,1) 0%,rgba(35,107,142,1) 75%);
    width: 100%;
    background-size: cover;
    overflow: hidden;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12) !important;
}

.CSSImageQuemSomos {
    display: block;
    margin-left: 10%;
    margin-top: 10%;
    width: 80%;
    min-height: 350px;
    -moz-box-shadow: 1px 2px 4px rgba(0, 0, 0,0.5);
    -webkit-box-shadow: 1px 2px 4px rgba(0, 0, 0, .5);
    box-shadow: 1px 2px 4px rgba(0, 0, 0, .5);
    padding: 10px;
    background: white;
}


/**************************
BLOCO - > TIMELINE
**************************/
.TituloSeparadorT {
    text-align: center;
}


#vmap {
    width: 100%; 
    height: 100vh;
}





/**************************
BLOCO - > CASOS DE SUCESSO
**************************/
nav#filter a {
    background-color: #EEE;
    color: #555;
}

nav#filter a:hover, nav#filter a.current {
    background-color: #44BCDD;
    color: #fff;
}


#portfolio article p {
    margin-bottom: 1.45em; /*set next row on the baseline*/
}

nav#filter {
    margin-bottom: 1.5em;
}

nav#filter li {
    display: inline-block;
    margin: 0 0 0 5px;
}

nav#filter a {
    padding: 4px 12px;
    line-height: 20px;
    text-decoration: none;
}

.portfolio-modal .modal-dialog {
    max-width: 50%;
}

.portfolio-items article img {
    width: 100%;
    height: 100%;
}

.portfolio-item {
    display: block;
    position: relative;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    box-shadow: 1px 2px 4px rgba(0, 0, 0, .5);
    padding: 10px;
    background: white;
}

.portfolio-item img {
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}

.portfolio-item .portfolio-desc {
    display: block;
    opacity: 0;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    color: rgba(220, 220, 220);
}

.portfolio-item:hover .portfolio-desc {
    padding-top: 20%;
    height: 100%;
    transition: all 200ms ease-in-out 0s;
    opacity: 1;
}

.portfolio-item .portfolio-desc a {
    color: #fff;
}

.portfolio-item .portfolio-desc a:hover {
    /*text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.7);*/
    text-decoration: none;
}

.portfolio-item .portfolio-desc .folio-info {
    top: -20px;
    padding: 30px;
    height: 0;
    opacity: 0;
    position: relative;
}

.portfolio-item:hover .folio-info {
    height: 100%;
    opacity: 1;
    transition: all 500ms ease-in-out 0s;
    top: 5px;
}

.portfolio-item .portfolio-desc .folio-info h5 {
    text-transform: uppercase;
}

.portfolio-item .portfolio-desc .folio-info p {
    color: #ffffff;
    font-size: 12px;
}

.portfolio-item .portfolio-desc {
    background-color: rgba(0, 0, 0, 0.5);
}




/*******************
BLOCO - > PARCERIAS
*******************/

.parcerias-item {
    align-content: center;
    margin: 0 5vw 5vw 0;
    display: block;
    position: relative;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.parcerias-item img {
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}

.parcerias-items article img {
    width: 70%;
    min-height: 100px;
    padding-bottom: 30%;
}

.close {
    position: absolute;
    right: 15px;
    width: 32px;
    height: 32px;
    opacity: 0.3;
}

    .close:hover {
        opacity: 1;
    }

    .close:before, .close:after {
        position: absolute;
        left: 15px;
        content: ' ';
        height: 33px;
        width: 2px;
        background-color: #333;
    }

    .close:before {
        transform: rotate(45deg);
    }

    .close:after {
        transform: rotate(-45deg);
    }


@media only screen and (max-width: 767px) {


    .CSSImageQuemSomos {
        display: block;
        margin-left: 5%;
        margin-top: 10%;
        width: 90%;
        min-height: 70vw;
        -moz-box-shadow: 1px 2px 4px rgba(0, 0, 0,0.5);
        -webkit-box-shadow: 1px 2px 4px rgba(0, 0, 0, .5);
        box-shadow: 1px 2px 4px rgba(0, 0, 0, .5);
        padding: 10px;
        background: white;
    }


    .portfolio-modal .modal-dialog {
        max-width: 95%;
        margin: 1.75rem auto;
    }

    .portfolio-item{
        margin-left:20px;
        margin-right:20px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .padingy10vh {
        padding-top: 3vh;
        padding-bottom: 3vh;
    }

    .padingx5vw {
        padding-top: 3vw;
        padding-bottom: 3vw;
    }


    .casossucessotitulo h1 {
        margin: 0;
    }

    #vmap {
        width: 100%;
        height: 40vh;
    }

    .padingy20vh {
        padding-top: 20vh;
        padding-bottom: 5vh;
    }

    .h4, h4 {
        font-size: 1rem;
    }

    .pb-3, .py-3 {
        padding-bottom: 0rem !important;
    }

    .pt-3, .py-3 {
        padding-top: 0rem !important;
    }

    .mb-3, .my-3 {
        margin-bottom: 0rem !important;
    }

    .mt-3, .my-3 {
        margin-top: 0rem !important;
    }

    dl, ol, ul {
        margin-top: 10px;
    }

    #s_casossucesso .titulosection {
        font-size: 18px;
    }

    .modal.show .modal-dialog {
        margin-top: 15vh;
    }

    .modal-body h2 {
        font-size: 18px;
    }


}

/******************* PÁGINA Noticia *****************/


#s_l_noticias{
    background-color:gray;

}

.fixo {
    z-index: 199;
    position: fixed;
    width: 28.5%;
    top: 80px;
}

/************************
    Grelha Destaques   
*************************/
#GridDestaques {
    margin-left: 5%;
    margin-right: 5%;
    /*Centrar Elemento*/
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}

#GridDestaques .box {
    padding-top: 0px;
    height: 300px;
    width: 290px;
    margin-bottom: 30px;
    -webkit-box-shadow: 0px 2px 3px -1px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 2px 3px -1px rgba(0,0,0,0.75);
    box-shadow: 0px 2px 3px -1px rgba(0,0,0,0.75);
    background-color: #fff;
    border-radius: 25px 70px 10px 10px;
}

#GridDestaques .ThumbnailNoticia {
    width: 290px;
    height: 150px;
    -webkit-box-shadow: 0px 2px 3px -1px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 2px 3px -1px rgba(0,0,0,0.75);
    box-shadow: 0px 2px 3px -1px rgba(0,0,0,0.75);
    border-radius: 25px 70px 0px;
}



/************************
    Noticias   
*************************/


.Noticias_Pesquisa {
    padding: 0px 2vw 2vw 2vw;
}

.Noticias_Pesquisa_loader {
    padding: 1vw 2vw 2vw 4vw;
}



@media screen and (max-width: 320px) {

    .ListaNoticias {
        margin: 0px;
        padding: 2vw 2vw 2vw 2vw;
    }
}

@media screen and (min-width: 325px) and (max-width: 480px) {

    .ListaNoticias {
        margin: 0px;
        padding: 0px;
    }
}

.post-item .entry {
    background-color: white;
    border: 1px solid #eee;
    margin-bottom: 2vw;
    padding: 2vw 2vw 2vw 2vw;
    -webkit-box-shadow: 0px 2px 3px -1px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 2px 3px -1px rgba(0,0,0,0.75);
    box-shadow: 0px 5px 5px -1px rgba(0,0,0,0.75);
}

.entry .post-excerpt {
    padding: 0 20px;
}

.post-meta {
    background-color: rgba(156, 155, 155, 0.25);
    border-top: 1px solid #4e595f;
    font-size: 13px;
    margin: 20px 0 0;
    padding: 0 20px 10px;
}

.post-meta > span {
    border-right: 1px solid #4e595f;
    display: inline-block;
    font-size: 12px;
    margin: 10px 10px 0 0;
    padding-right: 10px;
}

.post-meta > span:last-child {
    border-right: 0;
}

.post-meta > span > i {
    margin-right: 5px;
}

.post-meta a:hover {
    color: #6CB670;
}

.post-excerpt .more {
    margin-top: 20px;
}

.post-excerpt .more a {
    display: inline-block;
    font-size: 13px;
    padding: 10px 25px;
}

.post-excerpt .more a:hover {
    background-color: #6CB670;
    color: #fff;
}





.Noticias_Categorias {
    padding: 0 2vw 2vw 2vw;
}

Noticias_Categorias .list-group {
    margin-bottom: 30px;
}

.Noticias_Categorias .Noticias_Categorias_T {
    color: #fff;
    text-align: center;
    margin-bottom: -5px;
    background: rgb(51, 122, 183);
    padding: 15px 20px;
}

Noticias_Categorias .list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #eee;
    color: #000;
}

    Noticias_Categorias .list-group-item:first-child {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }

    Noticias_Categorias .list-group-item:last-child {
        margin-bottom: 0;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }

    Noticias_Categorias .list-group-item > .badge {
        float: right;
        border-radius: 0;
        background-color: #fff;
        color: #000;
    }


@media only screen and (max-width: 767px) {

    #n_categorias .affix {
        position: sticky;
        top: 0;
        width: 30vw;
        -webkit-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out;
    }

    #s_destaques .padingx30vt {
        padding-top: 15vh;
    }


}

/******************* PÁGINA SOLUCOES *****************/



/****************************
BLOCO - > MODULOS VERTICAIS 
*****************************/
.parcerias-items article img {
    width: 70%;
    padding-bottom: 30%;
}

.parcerias-item.modvert {
    display: block;
    position: relative;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.parcerias-item.modvert img {
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}

.portfolio-item.modvert .portfolio-desc {
    padding-top: 20%;
    height: 100%;
    transition: all 200ms ease-in-out 0s;
    opacity: 1;
}

.portfolio-item.modvert .folio-info {
    height: 100%;
    opacity: 1;
    transition: all 500ms ease-in-out 0s;
    top: 5px;
}


.portfolio-item.modvert .portfolio-desc {
    background-color: rgba(0, 0, 0, 0.5);
}


/****************************

*****************************/
.alinharelementos {
    max-width: 560px;
    text-align: center;
    margin: 0 auto;
}

.contact-info-boxD {
    padding-left: 20px;
    padding-right: 20px;
    margin-right: 30px;
    background-color: rgba(255, 255, 255,0.9);
    box-shadow: 0 1px 6px -2px #000;
    height: 100%;
}


.painel {
    background-color: #b3b3b3;
    opacity: 1;
    width: 95%;
    height: 85%;
    margin-top: 5%;
    margin-bottom: 5%;
    border: 1px solid #BFBFBF;
    background-color: white;
    box-shadow: 0px 0px 10px 2px #fff;
}


.team-boxE {
    margin-left: 50px;
    margin-right: 50px;
    padding-top: 10px;
    background-color: rgba(255, 255, 255,0.9);
    box-shadow: 0 1px 6px -2px #000;
    height: 100%;
    -webkit-transition: all 370ms cubic-bezier(0.34, 1.61, 0.7, 1);
    -moz-transition: all 370ms cubic-bezier(0.34, 1.61, 0.7, 1);
    -o-transition: all 370ms cubic-bezier(0.34, 1.61, 0.7, 1);
    -ms-transition: all 370ms cubic-bezier(0.34, 1.61, 0.7, 1);
    transition: all 370ms cubic-bezier(0.34, 1.61, 0.7, 1);
}

.team-boxC {
    margin-left: 50px;
    margin-right: 50px;
    padding-top: 10px;
    background-color: rgba(255, 255, 255,0.9);
    box-shadow: 0 1px 6px -2px #000;
    height: 100%;
    -webkit-transition: all 370ms cubic-bezier(0.34, 1.61, 0.7, 1);
    -moz-transition: all 370ms cubic-bezier(0.34, 1.61, 0.7, 1);
    -o-transition: all 370ms cubic-bezier(0.34, 1.61, 0.7, 1);
    -ms-transition: all 370ms cubic-bezier(0.34, 1.61, 0.7, 1);
    transition: all 370ms cubic-bezier(0.34, 1.61, 0.7, 1);
}

.team-boxD {
    margin-left: 50px;
    margin-right: 50px;
    padding-top: 10px;
    background-color: rgba(255, 255, 255,0.9);
    box-shadow: 0 1px 6px -2px #000;
    height: 100%;
    -webkit-transition: all 370ms cubic-bezier(0.34, 1.61, 0.7, 1);
    -moz-transition: all 370ms cubic-bezier(0.34, 1.61, 0.7, 1);
    -o-transition: all 370ms cubic-bezier(0.34, 1.61, 0.7, 1);
    -ms-transition: all 370ms cubic-bezier(0.34, 1.61, 0.7, 1);
    transition: all 370ms cubic-bezier(0.34, 1.61, 0.7, 1);
}

.team-boxE:hover, .team-boxD:hover, .team-boxC:hover {
    -webkit-transform: scale(1.03);
    -moz-transform: scale(1.03);
    -o-transform: scale(1.03);
    -ms-transform: scale(1.03);
    transform: scale(1.03);
    box-shadow: 0 26px 50px -10px rgba(0, 0, 0, 0.38), 0 10px 20px 0px rgba(0, 0, 0, 0.2), 0 15px 10px -10px rgba(0, 0, 0, 0.2);
}

.team-box-info {
    line-height: 10px;
    display: block;
    overflow: hidden;
    margin-bottom: 20px;
}

#s_servico .info-boxE {
    margin-left: 30px;
    padding-top: 10px;
    background-color: rgba(255, 255, 255,0.9);
    box-shadow: 0 1px 6px -2px #000;
    height: 100%;
}

#s_servico .info-boxD {
    padding-left: 20px;
    padding-right: 20px;
    margin-right: 30px;
    background-color: rgba(255, 255, 255,0.9);
    box-shadow: 0 1px 6px -2px #000;

}

.info-box {
    font-size: 15px;
    margin: 0 0 15px 20px;
    padding-left: 0;
}

.info-box h3 {
    font-size: 15px;
    font-weight: 400;
    float: left;
    width: 102px;
    margin-right: 12px;
    line-height: 28px;
}

.info-box h3 i {
    color: #222222;
    margin-right: 10px;
}

.info-box span {
    line-height: 28px;
    display: block;
    overflow: hidden;
}



.mvimagem {
    margin-top: 2vh;
    margin-bottom: 2vh;
}

.mvtexto {
    margin-bottom: 2vh;
}

@media only screen and (max-width: 767px) {
    #dialogsoft {
        margin-top: 10px;
        margin-left: 0px;
        /*background-color: #fff;*/
        border: 1px solid transparent;
        border-radius: 4px;
        -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
        box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    }

    #dialoghard {
        margin-top: 10px;
        margin-left: 0px;
        /*background-color: #fff;*/
        border: 1px solid transparent;
        border-radius: 4px;
        -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
        box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    }

    #s_servico .padingx30vt {
        padding-top: 15vh;
    }

    #s_servico .info-boxD {
        padding-left: 0px;
        padding-right: 0px;
        margin-right: 0px;
        background-color: rgba(255, 255, 255,0.9);
        box-shadow: 0 1px 6px -2px #000;
    }

    .info-boxD {
        margin-left: 0px;
    }

    .painel {
        width: 100%;
        height: 92%;
    }

    .CSSTextoServico {
        margin: 5% 10% 0 10%;
    }

    .mvtitulo.fonte02 {
        /* fonte04 */
        font-size: 1em;
    }

    .mvsubtitulo.fonte03 {
        /* fonte05 */
        font-size: .83em;
        margin-top: 2vh;
    }

    .mvtexto.fonte03 {
        /* fonte05 */
        font-size: .83em;
    }

    .mvdata.fonte03 {
        /* fonte06 */
        font-size: .67em;
    }

}


.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}

.pagination > li {
  display: inline;
}

.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.428571429;
  text-decoration: none;
  background-color: #ffffff;
  border: 1px solid #dddddd;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  background-color: #eeeeee;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #ffffff;
  cursor: default;
  background-color: #428bca;
  border-color: #428bca;
}

.pagination > .disabled > span,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #999999;
  cursor: not-allowed;
  background-color: #ffffff;
  border-color: #dddddd;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
}

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none;
}

.pager:before,
.pager:after {
  display: table;
  content: " ";
}

.pager:after {
  clear: both;
}

.pager:before,
.pager:after {
  display: table;
  content: " ";
}

.pager:after {
  clear: both;
}

.pager li {
  display: inline;
}

.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 15px;
}

.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}

.pager .next > a,
.pager .next > span {
  float: right;
}

.pager .previous > a,
.pager .previous > span {
  float: left;
}

.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #999999;
  cursor: not-allowed;
  background-color: #ffffff;
}
.TituloCont {
    padding-top: 30vh;
}



#s_contactos {
    width: 100%;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    font-family: 'QuadonW00-Regular';
}

.TituloContactos {
    text-align: center;
    word-spacing: 0.1em;
    letter-spacing: 1px;
    width: 100%;
    height: 100px;
    background-color: rgba(0,0,0,0.5);
}

    .TituloContactos .TextoTituloContactos {
        font-family: 'QuadonW00-Regular';
        font-size: 40px;
        color: white;
        text-shadow: 0px 1px 1px rgba(0,0,0,0.75);
        padding-top: 15px;
    }

#mapacontactos {
    height: 500px;
    margin-left: 30px;
    margin-right: 30px;
}

#s_contactos .contact-info-boxE {
    margin-left: 30px;
    padding-top: 10px;
    background-color: rgba(255, 255, 255,0.9);
    box-shadow: 0 1px 6px -2px #000;
    height: 100%;
}

#s_contactos .contact-info-boxD {
    padding-left: 20px;
    padding-right: 20px;
    margin-right: 30px;
    background-color: rgba(255, 255, 255,0.9);
    box-shadow: 0 1px 6px -2px #000;
    height: 100%;
}

.contact-info-box {
    font-size: 15px;
    margin: 0 0 15px 20px;
    padding-left: 0;
}

    .contact-info-box h3 {
        font-size: 15px;
        font-weight: 400;
        float: left;
        width: 102px;
        margin-right: 12px;
        line-height: 28px;
    }

        .contact-info-box h3 i {
            color: #222222;
            margin-right: 10px;
        }

    .contact-info-box span {
        line-height: 28px;
        display: block;
        overflow: hidden;
    }

.titulos_25 {
    font-size: 25px;
    color: rgba(0,0,0,0.50);
    word-spacing: 0.1em;
    letter-spacing: 1px;
    padding: 0px;
    margin: 0px;
    padding-top: 2%;
    text-decoration: none;
    text-align: center;
}

.s-scroll-to-section {
    text-align: center;
    color: rgba(0,0,0,0.70);
    font-size: 18px;
}

    .s-scroll-to-section i {
        position: relative;
        left: 50%;
        text-align: center;
    }



@media screen and (max-width: 767px) {

    .TituloCont {
        padding-top: 15vh;
    }

    .contact-info-boxE {
        margin-left: 0px;
        padding-left: 0px;
        margin-right: 20px;
        padding-top: 10px;
        background-color: rgba(255, 255, 255,0.9);
        box-shadow: 0 1px 6px -2px #000;
    }

    #s_contactos .contact-info-boxE {
        margin-left: 20px;
    }

    .contact-info-box h3 {
        font-weight: 400;
        float: left;
        width: 20px;
    }

    .contact-info-box {
        padding-left: 0;
        margin-left: 0px;
        word-spacing: 0.1em;
    }

    .contact-info-box span {
        display: block;
        overflow: hidden;
        padding-right: 10px;
    }

    .contact-info-boxD {
        margin-left: 20px;
        margin-right: 20px;
        padding-left: 20px;
        padding-right: 20px;
        background-color: rgba(255, 255, 255,0.9);
        box-shadow: 0 1px 6px -2px #000;
    }

    #s_contactos .contact-info-boxD {
        margin-right: 20px;
    }

    #mapacontactos {
        margin-left: 20px;
        margin-right: 20px;
    }


}


.avatar {
    border: 3px solid #666;
    border-radius: 50%;
    overflow: hidden;
    max-width: 200px;
    margin: 0 auto;
}

    .avatar img {
        width: 100%;
        height: auto;
    }

.description {
    max-width: 560px;
    text-align: center;
    margin: 0 auto;
}

.TextoTituloTeam {
    font-family: 'QuadonW00-Regular';
    font-size: 40px;
    color: white;
    text-shadow: 0px 1px 1px rgba(0,0,0,0.75);
    padding-top: 15px;
}

@media screen and (max-width: 767px) {

    .team-boxE {
        margin-left: 10px;
        margin-right: 10px;
        padding-top: 10px;
        background-color: rgba(255, 255, 255,0.9);
        box-shadow: 0 1px 6px -2px #000;
        height: 100%;
    }

    .team-boxD {
        margin-left: 10px;
        margin-right: 10px;
        padding-top: 10px;
        background-color: rgba(255, 255, 255,0.9);
        box-shadow: 0 1px 6px -2px #000;
        height: 100%;
    }

    .team-boxC {
        margin-left: 10px;
        margin-right: 10px;
        padding-top: 10px;
        background-color: rgba(255, 255, 255,0.9);
        box-shadow: 0 1px 6px -2px #000;
        height: 100%;
    }

    .TextoTituloTeam {
        font-family: 'QuadonW00-Regular';
        font-size: 19px;
        color: white;
        text-shadow: 0px 1px 1px rgba(0,0,0,0.75);
        padding-top: 15px;
    }

    .TituloContactos {
        height: 10vh;
    }
}


/******************* PÁGINA DETALHES *****************/

#paginadetalhe {
    margin: 20vh 10px 10px 10px;
}



@media screen and (max-width: 720px) {

    #paginadetalhe {
        margin: 15vh 10px 10px 10px;
    }

}

/* Start: Recommended Isotope styles */

/**** Isotope Filtering ****/


.mv01 {
    margin-left: 5%;
    /*background-color: #fff;*/
    
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}

@media screen and (max-width: 720px) {

    .mv01 {
        margin-left: 5%;
        margin-right: 5%;
        /*background-color: #fff;*/
        border: 1px solid transparent;
        border-radius: 4px;
        -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
        box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    }

}

    .mv01-group {
    }

        .mv01-group .mv01 {
            margin-bottom: 0;
            border-radius: 4px;
        }

            .mv01-group .mv01 + .mv01 {
                margin-top: 5px;
            }

        .mv01-group .mv01-heading {
            border-bottom: 0;
            background-color: rgba(255,255,255,0.5);
            padding: 10px 10px 10px 10px;
           
        }

            .mv01-group .mv01-heading + .panel-collapse > .mv01-body,
            .mv01-group .mv01-heading + .panel-collapse > .list-group {
                padding-left: 10px;
                padding-top: 10px;
                padding-right: 10px;
            }

        .mv01-group .panel-footer {
            padding: 10px 10px 10px 10px;
            border-top: 0;
        }

            .mv01-group .panel-footer + .panel-collapse .mv01-body {
                border-bottom: 1px solid #ddd;
            }


    .mv01-default {
        border-color: #ddd;
        background-color: rgba(255,252,255,0.7);
    }

        .mv01-default > .mv01-heading {
            color: #000;
            border-color: #ddd;
        }

            .mv01-default > .mv01-heading + .panel-collapse > .mv01-body {
                border-top-color: #ddd;
            }

            .mv01-default > .mv01-heading .badge {
                color: #f5f5f5;
                background-color: #333;
            }

        .mv01-default > .panel-footer + .panel-collapse > .mv01-body {
            border-bottom-color: #ddd;
        }

    .mv01 .table > tbody > tr > td {
        border-color: transparent;
        color: black;
    }

    .mv01 a:link {
        text-decoration: none;
        color: black;
    }

    .mv01 a:hover {
        color: gray;
    }
/* Efeito01 
    
    - Sombra.
    - Realce projetado ao passar com o rato.
    - Utilizar com paineis.
    
 */

.efeito01 {
    box-shadow: 0 1px 1px -2px #000;
    height: 100%;
    -webkit-transition: all 370ms cubic-bezier(0.34, 1.61, 0.7, 1);
    -moz-transition: all 370ms cubic-bezier(0.34, 1.61, 0.7, 1);
    -o-transition: all 370ms cubic-bezier(0.34, 1.61, 0.7, 1);
    -ms-transition: all 370ms cubic-bezier(0.34, 1.61, 0.7, 1);
    transition: all 370ms cubic-bezier(0.34, 1.61, 0.7, 1);
}

.efeito01:hover {
    -webkit-transform: scale(1.03);
    -moz-transform: scale(1.03);
    -o-transform: scale(1.03);
    -ms-transform: scale(1.03);
    transform: scale(1.03);
    box-shadow: 0 0px 0px -10px rgba(0, 0, 0, 0.38), 0 0px 0px 0px rgba(0, 0, 0, 0.2), 0 0px 0px -10px rgba(0, 0, 0, 0.2);
}

/* ======================== */
/*   Syed Sahar Ali Raza   	*/
/* ========================	*/
@import url(https://fonts.googleapis.com/css?family=Lato:400,100,100italic,300,300italic,400italic,700italic,700,900italic,900);
@import url(https://fonts.googleapis.com/css?family=Raleway:400,100,200,300,500,600,700,800,900);
@import url(https://fonts.googleapis.com/css?family=Raleway:400,100,200,300,500,600,700,800,900);


#generic_price_table {
    background-color: #f0eded;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.4);
    transition: 0.3s;
}

    /*PRICE COLOR CODE START*/
    #generic_price_table .generic_content {
        background-color: #fff;

    }

        #generic_price_table .generic_content .generic_head_price {
            background-color: #ddd;
        }

            #generic_price_table .generic_content .generic_head_price .generic_head_content .head_bg {
                border-color: #666 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #666;
            }

            #generic_price_table .generic_content .generic_head_price .generic_head_content .head span {
                color: #ffffff;
            }

            #generic_price_table .generic_content .generic_head_price .generic_price_tag .price .sign {
                color: #414141;
            }

            #generic_price_table .generic_content .generic_head_price .generic_price_tag .price .currency {
                color: #414141;
            }

            #generic_price_table .generic_content .generic_head_price .generic_price_tag .price .cent {
                color: #414141;
            }

            #generic_price_table .generic_content .generic_head_price .generic_price_tag .month {
                color: #414141;
            }

        #generic_price_table .generic_content .generic_feature_list ul li {
            color: #666;
        }

            #generic_price_table .generic_content .generic_feature_list ul li span {
                color: #414141;
            }

            

        #generic_price_table .generic_content .generic_price_btn a {
            border: 1px solid #3498DB;
            color: #3498DB;
        }

        #generic_price_table .generic_content.active .generic_head_price .generic_head_content .head_bg,
        #generic_price_table .generic_content:hover .generic_head_price .generic_head_content .head_bg {
            border-color: #3498DB rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #3498DB;
            color: #fff;
        }

        #generic_price_table .generic_content:hover .generic_head_price .generic_head_content .head span,
        #generic_price_table .generic_content.active .generic_head_price .generic_head_content .head span {
            color: #fff;
        }

        #generic_price_table .generic_content:hover .generic_price_btn a,
        #generic_price_table .generic_content.active .generic_price_btn a {
            background-color: #3498DB;
            color: #fff;
        }

#generic_price_table {
    margin: 0px;
    font-family: 'Raleway', sans-serif;
}

.row .table {
    padding: 5px 0;
}

/*PRICE BODY CODE START*/

#generic_price_table .generic_content {
    overflow: hidden;
    position: relative;
    text-align:center;
}


    #generic_price_table .generic_content .generic_head_price {
        margin: 0 0 15px 0;
    }

        #generic_price_table .generic_content .generic_head_price .generic_head_content {
            margin: 0 0 10px 0;
        }

            #generic_price_table .generic_content .generic_head_price .generic_head_content .head_bg {
                border-style: solid;
                border-width: 40px 1411px 23px 399px;
                position: absolute;
            }

            #generic_price_table .generic_content .generic_head_price .generic_head_content .head {
                padding-top: 10px;
                position: relative;
                z-index: 1;
            }

                #generic_price_table .generic_content .generic_head_price .generic_head_content .head span {
                    font-family: "Raleway",sans-serif;
                    font-size: 20px;
                    font-weight: 400;
                    letter-spacing: 2px;
                    margin: 0;
                    padding: 0;
                    text-transform: uppercase;
                }

        #generic_price_table .generic_content .generic_head_price .generic_price_tag {
            padding: 0 0 15px;
        }

            #generic_price_table .generic_content .generic_head_price .generic_price_tag .price {
                padding-top: 10px;
                display: block;
            }

                #generic_price_table .generic_content .generic_head_price .generic_price_tag .price .sign {
                    display: inline-block;
                    font-family: "Lato",sans-serif;
                    font-size: 28px;
                    font-weight: 400;
                    vertical-align: middle;
                }

                #generic_price_table .generic_content .generic_head_price .generic_price_tag .price .currency {
                    font-family: "Lato",sans-serif;
                    font-size: 60px;
                    font-weight: 300;
                    letter-spacing: -2px;
                    line-height: 60px;
                    padding: 0;
                    vertical-align: middle;
                }

                #generic_price_table .generic_content .generic_head_price .generic_price_tag .price .cent {
                    display: inline-block;
                    font-family: "Lato",sans-serif;
                    font-size: 24px;
                    font-weight: 400;
                    vertical-align: bottom;
                }

            #generic_price_table .generic_content .generic_head_price .generic_price_tag .month {
                font-family: "Lato",sans-serif;
                font-size: 18px;
                font-weight: 400;
                letter-spacing: 3px;
                vertical-align: bottom;
            }

    #generic_price_table .generic_content .generic_feature_list ul {
        list-style: none;
        padding: 0;
        margin: 2vw;
    }

        #generic_price_table .generic_content .generic_feature_list ul li {
            font-family: "Lato",sans-serif;
            font-size: 18px;
            padding: 0 0;
            transition: all 0.3s ease-in-out 0s;
        }

            #generic_price_table .generic_content .generic_feature_list ul li:hover {
                /*
                    transition: all 0.3s ease-in-out 0s;
                -moz-transition: all 0.3s ease-in-out 0s;
                -ms-transition: all 0.3s ease-in-out 0s;
                -o-transition: all 0.3s ease-in-out 0s;
                -webkit-transition: all 0.3s ease-in-out 0s;

                */
            }

            #generic_price_table .generic_content .generic_feature_list ul li .fa {
                padding: 0 10px;
            }

    #generic_price_table .generic_content .generic_price_btn {
        margin: 20px 0 32px;
    }

        #generic_price_table .generic_content .generic_price_btn a {
            border-radius: 50px;
            -moz-border-radius: 50px;
            -ms-border-radius: 50px;
            -o-border-radius: 50px;
            -webkit-border-radius: 50px;
            display: inline-block;
            font-family: "Lato",sans-serif;
            font-size: 18px;
            outline: medium none;
            padding: 12px 30px;
            text-decoration: none;
            text-transform: uppercase;
        }

        #generic_price_table .generic_content,
        #generic_price_table .generic_content:hover,
        #generic_price_table .generic_content .generic_head_price .generic_head_content .head_bg,
        #generic_price_table .generic_content:hover .generic_head_price .generic_head_content .head_bg,
        #generic_price_table .generic_content .generic_head_price .generic_head_content .head h2,
        #generic_price_table .generic_content:hover .generic_head_price .generic_head_content .head h2,
        #generic_price_table .generic_content .price,
        #generic_price_table .generic_content:hover .price,
        #generic_price_table .generic_content .generic_price_btn a,
        #generic_price_table .generic_content:hover .generic_price_btn a {
            transition: all 0.3s ease-in-out 0s;
            -moz-transition: all 0.3s ease-in-out 0s;
            -ms-transition: all 0.3s ease-in-out 0s;
            -o-transition: all 0.3s ease-in-out 0s;
            -webkit-transition: all 0.3s ease-in-out 0s;
        }

@media (max-width: 320px) {
}

@media (max-width: 767px) {
    #generic_price_table .generic_content {
        margin-bottom: 75px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    #generic_price_table .col-md-3 {
        float: left;
        width: 50%;
    }

    #generic_price_table .col-md-4 {
        float: left;
        width: 50%;
    }

    #generic_price_table .generic_content {
        margin-bottom: 75px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
}

@media (min-width: 1200px) {
}

#generic_price_table_home {
    font-family: 'Raleway', sans-serif;
}

.text-center h1,
.text-center h1 a {
    color: #7885CB;
    font-size: 30px;
    font-weight: 300;
    text-decoration: none;
}

.demo-pic {
    margin: 0 auto;
}

    .demo-pic:hover {
        opacity: 0.7;
    }

#generic_price_table_home ul {
    margin: 0 auto;
    padding: 0;
    list-style: none;
    display: table;
}

#generic_price_table_home li {
    float: left;
}

    #generic_price_table_home li + li {
        margin-left: 10px;
        padding-bottom: 10px;
    }

    #generic_price_table_home li a {
        display: block;
        width: 50px;
        height: 50px;
        font-size: 0px;
    }

#generic_price_table_home .blue {
    background: #3498DB;
    transition: all 0.3s ease-in-out 0s;
}

#generic_price_table_home .emerald {
    background: #2ECC71;
    transition: all 0.3s ease-in-out 0s;
}

#generic_price_table_home .grey {
    background: #7F8C8D;
    transition: all 0.3s ease-in-out 0s;
}

#generic_price_table_home .midnight {
    background: #34495E;
    transition: all 0.3s ease-in-out 0s;
}

#generic_price_table_home .orange {
    background: #E67E22;
    transition: all 0.3s ease-in-out 0s;
}

#generic_price_table_home .purple {
    background: #9B59B6;
    transition: all 0.3s ease-in-out 0s;
}

#generic_price_table_home .red {
    background: #E74C3C;
    transition: all 0.3s ease-in-out 0s;
}

#generic_price_table_home .turquoise {
    background: #1ABC9C;
    transition: all 0.3s ease-in-out 0s;
}

    #generic_price_table_home .blue:hover,
    #generic_price_table_home .emerald:hover,
    #generic_price_table_home .grey:hover,
    #generic_price_table_home .midnight:hover,
    #generic_price_table_home .orange:hover,
    #generic_price_table_home .purple:hover,
    #generic_price_table_home .red:hover,
    #generic_price_table_home .turquoise:hover {

        border-bottom-left-radius: 50px;
        border-bottom-right-radius: 50px;
        border-top-left-radius: 50px;
        border-top-right-radius: 50px;
        transition: all 0.3s ease-in-out 0s;
    }

#generic_price_table_home .divider {
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
    padding: 20px;
}

    #generic_price_table_home .divider span {
        width: 100%;
        display: table;
        height: 2px;
        background: #ddd;
        margin: 50px auto;
        line-height: 2px;
    }

#generic_price_table_home .itemname {
    text-align: center;
    font-size: 50px;
    padding: 50px 0 20px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 40px;
    text-decoration: none;
    font-weight: 300;
}

#generic_price_table_home .itemnametext {
    text-align: center;
    font-size: 20px;
    padding-top: 5px;
    text-transform: uppercase;
    display: inline-block;
}

#generic_price_table_home .footer {
    padding: 40px 0;
}

.price-heading {
    text-align: center;
}

    .price-heading h1 {
        color: #666;
        margin: 0;
        padding: 0 0 50px 0;
    }

.demo-button {
    background-color: #333333;
    color: #ffffff;
    display: table;
    font-size: 20px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    margin-bottom: 50px;
    outline-color: -moz-use-text-color;
    outline-style: none;
    outline-width: medium;
    padding: 10px;
    text-align: center;
    text-transform: uppercase;
}

.bottom_btn {
    background-color: #333333;
    color: #ffffff;
    display: table;
    font-size: 28px;
    margin: 60px auto 20px;
    padding: 10px 25px;
    text-align: center;
    text-transform: uppercase;
}

.demo-button:hover {
    background-color: #666;
    color: #FFF;
    text-decoration: none;
}

.bottom_btn:hover {
    background-color: #666;
    color: #FFF;
    text-decoration: none;
}

/*
    code by Iatek LLC 2018 - CC 2.0 License - Attribution required
    code customized by Azmind.com
*/
@media (min-width: 768px) and (max-width: 991px) {
    /* Show 4th slide on md if col-md-4*/
    #carousel-multiparc .carousel-inner .active.col-md-4.carousel-item + .carousel-item + .carousel-item + .carousel-item {
        position: absolute;
        top: 0;
        right: -33.3333%; /*change this with javascript in the future*/
        z-index: -1;
        display: block;
        visibility: visible;
    }
}

@media (min-width: 576px) and (max-width: 768px) {
    /* Show 3rd slide on sm if col-sm-6*/
    #carousel-multiparc .carousel-inner .active.col-sm-6.carousel-item + .carousel-item + .carousel-item {
        position: absolute;
        top: 0;
        right: -50%; /*change this with javascript in the future*/
        z-index: -1;
        display: block;
        visibility: visible;
    }
}

@media (min-width: 576px) {
    #carousel-multiparc .carousel-item {
        margin-right: 0;
    }
    /* show 2 items */
    #carousel-multiparc .carousel-inner .active + .carousel-item {
        display: block;
    }

    #carousel-multiparc .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left),
    #carousel-multiparc .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item {
        transition: none;
    }

    #carousel-multiparc .carousel-inner .carousel-item-next {
        position: relative;
        transform: translate3d(0, 0, 0);
    }
    /* left or forward direction */
    #carousel-multiparc .active.carousel-item-left + .carousel-item-next.carousel-item-left,
    #carousel-multiparc .carousel-item-next.carousel-item-left + .carousel-item,
    #carousel-multiparc .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item {
        position: relative;
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }
    /* farthest right hidden item must be also positioned for animations */
    #carousel-multiparc .carousel-inner .carousel-item-prev.carousel-item-right {
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
        display: block;
        visibility: visible;
    }
    /* right or prev direction */
    #carousel-multiparc .active.carousel-item-right + .carousel-item-prev.carousel-item-right,
    #carousel-multiparc .carousel-item-prev.carousel-item-right + .carousel-item,
    #carousel-multiparc .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item {
        position: relative;
        transform: translate3d(100%, 0, 0);
        visibility: visible;
        display: block;
        visibility: visible;
    }
}
/* MD */
@media (min-width: 768px) {
    /* show 3rd of 3 item slide */
    #carousel-multiparc .carousel-inner .active + .carousel-item + .carousel-item {
        display: block;
    }

    #carousel-multiparc .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item + .carousel-item {
        transition: none;
    }

    #carousel-multiparc .carousel-inner .carousel-item-next {
        position: relative;
        transform: translate3d(0, 0, 0);
    }
    /* left or forward direction */
    #carousel-multiparc .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item + .carousel-item {
        position: relative;
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }
    /* right or prev direction */
    #carousel-multiparc .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item + .carousel-item {
        position: relative;
        transform: translate3d(100%, 0, 0);
        visibility: visible;
        display: block;
        visibility: visible;
    }
}
/* LG */
@media (min-width: 991px) {
    /* show 4th item */
    #carousel-multiparc .carousel-inner .active + .carousel-item + .carousel-item + .carousel-item {
        display: block;
    }

    #carousel-multiparc .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item + .carousel-item + .carousel-item {
        transition: none;
    }
    /* Show 5th slide on lg if col-lg-3 */
    #carousel-multiparc .carousel-inner .active.col-lg-3.carousel-item + .carousel-item + .carousel-item + .carousel-item + .carousel-item {
        position: absolute;
        top: 0;
        right: -25%; /*change this with javascript in the future*/
        z-index: -1;
        display: block;
        visibility: visible;
    }
    /* left or forward direction */
    #carousel-multiparc .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item + .carousel-item + .carousel-item {
        position: relative;
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }
    /* right or prev direction //t - previous slide direction last item animation fix */
    #carousel-multiparc .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item + .carousel-item + .carousel-item {
        position: relative;
        transform: translate3d(100%, 0, 0);
        visibility: visible;
        display: block;
        visibility: visible;
    }
}


/* Small devices (landscape phones, 544px and up) */
@media only screen and (min-width: 1500px) {
    #carouselinicial .carousel-item {
        width: 100%;
        height: 65vh;
    }
}

@media only screen and (min-width: 1199px) {
	#carouselinicial .carousel-item {
        width: 100%;
        height: 80vh;
    }
}

@media only screen and (max-width: 991px) {
	
	/* PÁGINA INDEX - CAROUSELINICIAL */
    #carouselinicial {
        margin-top: 55px;
    }
	
	 #carouselinicial .carousel-item {
        width: 100%;
        height: 30vh;
    }
}

@media only screen and (max-width: 767px) {

    .AREA-MENUSUPERIOR .navbar-brand img {
        margin-left: 10px;
    }

    .AREA-MENUSUPERIOR .navbar-nav li {
        padding-left: 1rem;
    }


    /* PÁGINA INDEX - CAROUSELINICIAL */
    #carouselinicial {
        margin-top: 50px;
    }

    #carouselinicial .carousel-item {
        width: 100%;
        height: 40vh;
    }

    #carouselinicial .carousel-caption {
        margin-top: -25vh;
    }

    #carouselinicial .carousel-caption .py-4 {
        font-size: 15px;
        font-family: Nunito;
        text-transform: uppercase;
        line-height: 15px;
        padding-bottom: 1.5rem !important;
        padding-top: 1.5rem !important;
    }


    /* PÁGINA INDEX - BEM VINDO */
    .Bem_vindo {
        font-size: x-large;
    }

    .TextoBemVindo {
        margin-left: 5px;
        margin-right: 5px;
    }


    /* PÁGINA INDEX - DESTAQUES (texto responsivo) */
    .card-secondary h6 {
        font-size: 15px;
    }

    .card-title h4 {
        font-size: 20px;
    }

    .padingy10vh {
        padding-top: 3vh;
        padding-bottom: 3vh;
    }

    .padingx5vw {
        padding-top: 3vw;
        padding-bottom: 3vw;
    }

    .slidedestaque .pb-3, .slidedestaque .py-3 {
        padding-top: 0px;
        margin-top: 0px;
        padding-bottom: 0px;
        margin-bottom: 0px;
    }

    #titulodestaque .titulosection {
        font-size:18px;
    }

    #generic_price_table .generic_content {
        margin-bottom: 0px;
    }

    #generic_price_table .generic_content .generic_head_price .generic_price_tag .price {
        padding-top: 25px;
        display: block;
        font-size: 10px;
        margin-left: 5px;
        margin-right: 5px;
    }

    #generic_price_table .generic_content .generic_head_price .generic_head_content .head span {
        font-family: "Raleway",sans-serif;
        font-size: 15px;
        font-weight: 200;
        letter-spacing: 2px;
        margin-left: 5px;
        margin-right: 5px;
        padding: 0;
        text-transform: uppercase;
    }

    #fullsliderdest .carousel-caption {
        margin-left: 10px;
        margin-right: 10px;
    }

    /* PÁGINA INDEX - DESTAQUES (texto e imagem responsivo) */
    .TituloDetNot {
        font-size: 16px;
    }

    .Texto1DetNot {
        font-size: 14px;
    }

    .Texto2DetNot {
        font-size: 12px;
    }

    .Texto3DetNot {
        font-size: 10px;
    }

    .Texto4DetNot {
        font-size: 8px;
    }

    .Texto5DetNot {
        font-size: 6px;
    }

    div.imagem-responsiva-centrada img {
        display: block;
        margin: 5px auto;
        max-width: 100%;
    }


}

@media only screen and (max-width: 576px) {

	#carouselinicial .carousel-item {
        width: 100%;
        height: 20vh;
    }
    

}

@media only screen and (max-width: 375px) {

	#carouselinicial .carousel-item {
        width: 100%;
        height: 25vh;
    }
    

}

@media only screen and (max-width: 360px) {

	#carouselinicial .carousel-item {
        width: 100%;
        height: 20vh;
    }
    

}


/* ----------- iPhone 4 and 4S ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 480px)
  and (-webkit-min-device-pixel-ratio: 2) {

}

/* Portrait */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 480px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait) {
}

/* Landscape */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 480px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: landscape) {

}

/* ----------- iPhone 5, 5S, 5C and 5SE ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 568px)
  and (-webkit-min-device-pixel-ratio: 2) {

}

/* Portrait */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 568px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait) {
}

/* Landscape */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 568px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: landscape) {

}

/* ----------- iPhone 6, 6S, 7 and 8 ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 667px) 
  and (-webkit-min-device-pixel-ratio: 2) { 

}

/* Portrait */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 667px) 
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait) { 

}

/* Landscape */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 667px) 
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: landscape) { 

}

/* ----------- iPhone 6+, 7+ and 8+ ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 414px) 
  and (max-device-width: 736px) 
  and (-webkit-min-device-pixel-ratio: 3) { 
	#carouselinicial .carousel-item {
        width: 100%;
        height: 20vh;
    }
}

/* Portrait */
@media only screen 
  and (min-device-width: 414px) 
  and (max-device-width: 736px) 
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: portrait) { 
	#carouselinicial .carousel-item {
        width: 100%;
        height: 25vh;
    }
}

/* Landscape */
@media only screen 
  and (min-device-width: 414px) 
  and (max-device-width: 736px) 
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: landscape) { 
	#carouselinicial .carousel-item {
        width: 100%;
        height: 70vh;
    }
}

/* ----------- iPhone X ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 812px) 
  and (-webkit-min-device-pixel-ratio: 3) { 

}

/* Portrait */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 812px) 
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: portrait) { 

}

/* Landscape */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 812px) 
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: landscape) { 

}

/* ----------- Galaxy S3 ----------- */

/* Portrait and Landscape */
@media screen 
  and (device-width: 360px) 
  and (device-height: 640px) 
  and (-webkit-device-pixel-ratio: 2) {

}

/* Portrait */
@media screen 
  and (device-width: 320px) 
  and (device-height: 640px) 
  and (-webkit-device-pixel-ratio: 2) 
  and (orientation: portrait) {

}

/* Landscape */
@media screen 
  and (device-width: 320px) 
  and (device-height: 640px) 
  and (-webkit-device-pixel-ratio: 2) 
  and (orientation: landscape) {


}

/* ----------- Galaxy S4, S5 and Note 3 ----------- */

/* Portrait and Landscape */
@media screen 
  and (device-width: 320px) 
  and (device-height: 640px) 
  and (-webkit-device-pixel-ratio: 3) {

}

/* Portrait */
@media screen 
  and (device-width: 320px) 
  and (device-height: 640px) 
  and (-webkit-device-pixel-ratio: 3) 
  and (orientation: portrait) {

}

/* Landscape */
@media screen 
  and (device-width: 320px) 
  and (device-height: 640px) 
  and (-webkit-device-pixel-ratio: 3) 
  and (orientation: landscape) {
	  

}

/* ----------- Galaxy S6 ----------- */

/* Portrait and Landscape */
@media screen 
  and (device-width: 360px) 
  and (device-height: 640px) 
  and (-webkit-device-pixel-ratio: 4) {

}

/* Portrait */
@media screen 
  and (device-width: 360px) 
  and (device-height: 640px) 
  and (-webkit-device-pixel-ratio: 4) 
  and (orientation: portrait) {

}

/* Landscape */
@media screen 
  and (device-width: 360px) 
  and (device-height: 640px) 
  and (-webkit-device-pixel-ratio: 4) 
  and (orientation: landscape) {

}

/* ----------- Galaxy A51 ----------- */

@media only screen and (min-device-width: 412px) and (orientation: portrait) { /* Your Styles... */ }
@media only screen and (min-device-width: 914px) and (orientation: landscape) { 
	/* PÁGINA INDEX - CAROUSELINICIAL */
    #carouselinicial {
        margin-top: 70px;
    }
	
#carouselinicial .carousel-item {
        width: 100%;
        height: 90vh;
    }
}







@font-face {
    font-family: 'ecoico';
    src: url('/fonts/timelineicons/ecoico.eot');
    src: url('/fonts/timelineicons/ecoico.eot?#iefix') format('embedded-opentype'), url('/fonts/timelineicons/ecoico.woff') format('woff'), url('/fonts/timelineicons/ecoico.ttf') format('truetype'), url('/fonts/timelineicons/ecoico.svg#ecoico') format('svg');
    font-weight: normal;
    font-style: normal;
}
/* Made with http://icomoon.io/ */

.cbp_tmtimeline {
    margin: 30px 0 0 0;
    padding: 0;
    list-style: none;
    position: relative;
}

    /* The line */
    .cbp_tmtimeline:before {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        width: 10px;
        background: #afdcf8;
        left: 20%;
        margin-left: -10px;
    }

    .cbp_tmtimeline > li {
        position: relative;
    }


    /* The date/time */
        .cbp_tmtimeline > li .cbp_tmtime {
            display: block;
            width: 25%;
            padding-right: 7vw;
            position: absolute;
        }

        .cbp_tmtimeline > li .cbp_tmtime span {
            display: block;
            text-align: right;
        }

            .cbp_tmtimeline > li .cbp_tmtime span:first-child {
                font-size: 2em;
                color: #3594cb;
            }

            .cbp_tmtimeline > li .cbp_tmtime span:last-child {
                font-size: 0.9em;
                color: #bdd0db;
                
            }

    .cbp_tmtimeline > li:nth-child(odd) .cbp_tmtime span:last-child {
        color: #6cbfee;
    }

    /* Right content */
    .cbp_tmtimeline > li .cbp_tmlabel {
        margin: 0 20% 35px 25%;
        background: #3594cb;
        color: #fff;
        padding: 1em;
        font-size: 1em;
        font-weight: 300;
        line-height: 1.4;
        position: relative;
        border-radius: 5px;
    }

    .cbp_tmtimeline > li:nth-child(odd) .cbp_tmlabel {
        background: #6cbfee;
    }

    .cbp_tmtimeline > li .cbp_tmlabel h4 {
        margin-top: 0px;
        padding: 0 0 10px 0;
        border-bottom: 1px solid rgba(255,255,255,0.4);
    }

    /* The triangle */
    .cbp_tmtimeline > li .cbp_tmlabel:after {
        right: 100%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-right-color: #3594cb;
        border-width: 10px;
        top: 10px;
    }

    .cbp_tmtimeline > li:nth-child(odd) .cbp_tmlabel:after {
        border-right-color: #6cbfee;
    }

    /* The icons */
    .cbp_tmtimeline > li .cbp_tmicon {
        width: 40px;
        height: 40px;
        font-family: 'ecoico';
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        font-size: 1.4em;
        line-height: 40px;
        -webkit-font-smoothing: antialiased;
        position: absolute;
        color: #fff;
        background: #46a4da;
        border-radius: 50%;
        box-shadow: 0 0 0 8px #afdcf8;
        text-align: center;
        left: 20%;
        top: 0;
        margin: 0 0 0 -25px;
    }

.cbp_tmicon-phone:before {
    content: "\e000";
}

.cbp_tmicon-screen:before {
    content: "\e001";
}

.cbp_tmicon-mail:before {
    content: "\e002";
}

.cbp_tmicon-earth:before {
    content: "\e003";
}

/* Example Media Queries */
@media screen and (max-width: 65.375em) {

    .cbp_tmtimeline > li .cbp_tmtime span:last-child {
        font-size: 1.5em;
    }

    #aa_timeline{
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media screen and (max-width: 47.2em) {
    .cbp_tmtimeline:before {
        display: none;
    }

    .cbp_tmtimeline > li .cbp_tmtime {
        width: 100%;
        position: relative;
        padding: 0 0 20px 0;
    }

        .cbp_tmtimeline > li .cbp_tmtime span {
            text-align: left;
        }

    .cbp_tmtimeline > li .cbp_tmlabel {
        margin: 0 0 30px 0;
        padding: 1em;
        font-weight: 400;
        font-size: 95%;
    }

        .cbp_tmtimeline > li .cbp_tmlabel:after {
            right: auto;
            left: 20px;
            border-right-color: transparent;
            border-bottom-color: #3594cb;
            top: -20px;
        }

    .cbp_tmtimeline > li:nth-child(odd) .cbp_tmlabel:after {
        border-right-color: transparent;
        border-bottom-color: #6cbfee;
    }

    .cbp_tmtimeline > li .cbp_tmicon {
        position: relative;
        float: right;
        left: auto;
        margin: -55px 5px 0 0px;
    }
}


