/* @font-face {
    font-family: 'myriad';
    src: url('../fonts/myriad/MyriadPro-Light.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Lato';
    src: url('../fonts/myriad/MyriadPro-SemiboldCond.woff') format('woff');
    font-weight: normal;
    font-style: normal;
} */

@font-face {
    font-family: 'Linearicons-Free';
    src: url('../fonts/myriad/Linearicons-Free.eot?w118d');
    src: url('../fonts/myriad/Linearicons-Free.eot?#iefixw118d') format('embedded-opentype'), url('../fonts/myriad/Linearicons-Free.woff2?w118d') format('woff2'), url('../fonts/myriad/Linearicons-Free.woff?w118d') format('woff'), url('../fonts/myriad/Linearicons-Free.ttf?w118d') format('truetype'), url('../fonts/myriad/Linearicons-Free.svg?w118d#Linearicons-Free') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'themify';
    src: url('../fonts/themify/themify.eot?-fvbane');
    src: url('../fonts/themify/themify.eot?#iefix-fvbane') format('embedded-opentype'), url('../fonts/themify/themify.woff?-fvbane') format('woff'), url('../fonts/themify/themify.ttf?-fvbane') format('truetype'), url('../fonts/themify/themify.svg?-fvbane#themify') format('svg');
    font-weight: normal;
    font-style: normal;
}
/* fonts */
@font-face {
    font-family: 'Lato';
    src: url('../fonts/lato/Lato-Regular.eot');
    src: url('../fonts/lato/Lato-Regular.woff2') format('woff2'), url('../fonts/lato/Lato-Regular.woff') format('woff'), url('../fonts/lato/Lato-Regular.ttf') format('truetype'), url('../fonts/lato/Lato-Regular.svg#Lato-Regular') format('svg'), url('../fonts/lato/Lato-Regular.eot?#iefix') format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Lato';
    src: url('../fonts/lato/Lato-Italic.eot');
    src: url('../fonts/lato/Lato-Italic.woff2') format('woff2'), url('../fonts/lato/Lato-Italic.woff') format('woff'), url('../fonts/lato/Lato-Italic.ttf') format('truetype'), url('../fonts/lato/Lato-Italic.svg#Lato-Italic') format('svg'), url('../fonts/lato/Lato-Italic.eot?#iefix') format('embedded-opentype');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Lato';
    src: url('../fonts/lato/Lato-Bold.eot');
    src: url('../fonts/lato/Lato-Bold.woff2') format('woff2'), url('../fonts/lato/Lato-Bold.woff') format('woff'), url('../fonts/lato/Lato-Bold.ttf') format('truetype'), url('../fonts/lato/Lato-Bold.svg#Lato-Bold') format('svg'), url('../fonts/lato/Lato-Bold.eot?#iefix') format('embedded-opentype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Lato';
    src: url('../fonts/lato/Lato-BoldItalic.eot');
    src: url('../fonts/lato/Lato-BoldItalic.woff2') format('woff2'), url('../fonts/lato/Lato-BoldItalic.woff') format('woff'), url('../fonts/lato/Lato-BoldItalic.ttf') format('truetype'), url('../fonts/lato/Lato-BoldItalic.svg#Lato-BoldItalic') format('svg'), url('../fonts/lato/Lato-BoldItalic.eot?#iefix') format('embedded-opentype');
    font-weight: bold;
    font-style: italic;
}
.v-center {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

.font-lato {
    font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.alert {
    padding: 8px;
    font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
    border: none;
    border-radius: 5px;
    color: #fff;
    font-weight: 700;
}

.alert-danger {
    color: #fff;
    background-color: rgba(255, 169, 0, 0.72);
    border: none;
}

.alert-warning {
    background-color: #d18438;
}

.img-adaptative {
    max-width: 100%;
    height: auto;
}

.img-full {
    width: 100%;
    height: auto !important;
}


/* Tamanhos de Fontes */

.fontsize-xs {
    font-size: 11px;
}

.fontsize-sm {
    font-size: 15px;
}

.fontsize-md {
    font-size: 20px;
}

.fontsize-lg {
    font-size: 25px;
}

.fontsize-xl {
    font-size: 33px;
}

.fontsize-xxl {
    font-size: 53px;
}


/* Dividers */

.divider-top {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #c8c8c8;
}

.divider-right {
    margin-right: 10px;
    padding-right: 10px;
    border-right: 1px solid #c8c8c8;
}

.divider-bottom {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #c8c8c8;
}

.divider-left {
    margin-left: 10px;
    padding-left: 10px;
    border-left: 1px solid #c8c8c8;
}


/* Cores genéricas, para div inteiras */


/* Cores genéricas, para textos */

.text-white {
    color: #fff;
}

.text-white.a {
    color: #fff;
}

.text-white a {
    color: #fff;
}

.text-red {
    color: #f56954 !important;
}

.text-red.a {
    color: #f56954;
}

.text-red a {
    color: #f56954;
}

.text-yellow {
    color: #f39c12 !important;
}

.text-yellow.a {
    color: #f39c12;
}

.text-yellow a {
    color: #f39c12;
}

.text-aqua {
    color: #00c0ef !important;
}

.text-aqua.a {
    color: #00c0ef;
}

.text-aqua a {
    color: #00c0ef;
}

.text-blue {
    color: #0073b7 !important;
}

.text-blue.a {
    color: #0073b7;
}

.text-blue a {
    color: #0073b7;
}

.text-dark-blue {
    color: #08456e !important;
}

.text-dark-blue.a {
    color: #08456e;
}

.text-dark-blue a {
    color: #08456e;
}

.text-black {
    color: #222 !important;
}

.text-black.a {
    color: #222;
}

.text-black a {
    color: #222;
}

.text-light-blue {
    color: #3c8dbc !important;
}

.text-light-blue.a {
    color: #3c8dbc;
}

.text-light-blue a {
    color: #3c8dbc;
}

.text-light-blue-two {
    color: #3B5775 !important;
}

.text-light-blue-two.a {
    color: #3B5775;
}

.text-light-blue-two a {
    color: #3B5775;
}

.text-green {
    color: #00a65a !important;
}

.text-green.a {
    color: #00a65a;
}

.text-green a {
    color: #00a65a;
}

.text-navy {
    color: #001F3F !important;
}

.text-navy.a {
    color: #001F3F;
}

.text-navy a {
    color: #001F3F;
}

.text-teal {
    color: #39CCCC !important;
}

.text-teal.a {
    color: #39CCCC;
}

.text-teal a {
    color: #39CCCC;
}

.text-olive {
    color: #3D9970 !important;
}

.text-olive.a {
    color: #3D9970;
}

.text-olive a {
    color: #3D9970;
}

.text-lime {
    color: #01FF70 !important;
}

.text-lime.a {
    color: #01FF70;
}

.text-lime a {
    color: #01FF70;
}

.text-orange {
    color: #FF851B !important;
}

.text-orange.a {
    color: #FF851B;
}

.text-orange a {
    color: #FF851B;
}

.text-fuchsia {
    color: #F012BE !important;
}

.text-fuchsia.a {
    color: #F012BE;
}

.text-fuchsia a {
    color: #F012BE;
}

.text-purple {
    color: #932ab6 !important;
}

.text-purple.a {
    color: #932ab6;
}

.text-purple a {
    color: #932ab6;
}

.text-maroon {
    color: #85144B !important;
}

.text-maroon.a {
    color: #85144B;
}

.text-maroon a {
    color: #85144B;
}


/*
text-red
text-yellow
text-aqua
text-blue
text-black
text-light-blue
text-green
text-navy
text-teal
text-olive
text-lime
text-orange
text-fuchsia
text-purple
text-maroon
*/


/* Rolagens */

.rol-vert {
    display: block;
    overflow: auto;
    overflow-x: hidden;
}

.rol-hor {
    display: block;
    overflow: auto;
    overflow-y: hidden;
}

.rol-hor-vert {
    display: block;
    overflow: auto;
}

.overflow-hide {
    overflow: hidden;
}

.width-grid-auto {
    width: auto;
}

.width-grid-1 {
    width: 60px;
}

.width-grid-2 {
    width: 140px;
}

.width-grid-3 {
    width: 220px;
}

.width-grid-4 {
    width: 300px;
}

.width-grid-5 {
    width: 380px;
}

.width-grid-6 {
    width: 460px;
}

.width-grid-7 {
    width: 540px;
}

.width-grid-8 {
    width: 620px;
}

.width-grid-9 {
    width: 700px;
}

.width-grid-10 {
    width: 780px;
}

.width-grid-11 {
    width: 860px;
}

.width-grid-12 {
    width: 940px;
}

.height-grid-auto {
    height: auto;
}

.height-grid-1 {
    height: 60px;
}

.height-grid-2 {
    height: 140px;
}

.height-grid-3 {
    height: 220px;
}

.height-grid-4 {
    height: 300px;
}

.height-grid-5 {
    height: 380px;
}

.height-grid-6 {
    height: 460px;
}

.height-grid-7 {
    height: 540px;
}

.height-grid-8 {
    height: 620px;
}

.height-grid-9 {
    height: 700px;
}

.height-grid-10 {
    height: 780px;
}

.height-grid-11 {
    height: 860px;
}

.height-grid-12 {
    height: 940px;
}

.cursor-default:hover {
    cursor: default;
}

.cursor-pointer:hover {
    cursor: pointer;
}

.cursor-help:hover {
    cursor: help;
}

.cursor-text:hover {
    cursor: text;
}

.cursor-move:hover {
    cursor: move;
}

.cursor-wait:hover {
    cursor: wait;
}

.cursor-progress:hover {
    cursor: progress;
}

.cursor-crosshair:hover {
    cursor: crosshair;
}

.pos-absolute {
    position: absolute;
}

.pos-relative {
    position: relative;
}

.pos-fixed {
    position: fixed;
}

input[type=checkbox],
input[type=radio] {
    margin: 8px 0 0;
    line-height: normal;
}

.checkbox label,
.radio label {
    margin-bottom: 0;
    font-weight: 200;
}

.text-shadowned {
    text-shadow: 0px 2px 6px rgba(0, 0, 0, 0.86);
}

html {
    font-size: 100%;
}

p {
    font-size: 1em;
}

body {
    font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.1em;
    /* color: #315357; */
    color: #808080;
    font-weight: 100;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

a {
    color: #53b7f6;
    text-decoration: none;
}

a:hover,
a:focus {
    color: #80ccfa;
    text-decoration: underline;
}

a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

a.nounderline {
    text-decoration: none !important;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6 .h6 {
    font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: -0.03em;
    margin: 0;
    font-weight: 100;
}

h1,
.h1 {
    font-size: 6.854em;
}

@media (max-width: 768px) {
    h1,
    .h1 {
        font-size: 6em;
    }
}

@media (max-width: 480px) {
    h1,
    .h1 {
        font-size: 5em;
    }
}

h2,
.h2 {
    font-size: 4.236em;
}

@media (max-width: 768px) {
    h2,
    .h2 {
        font-size: 3.8em;
    }
}

@media (max-width: 480px) {
    h2,
    .h2 {
        font-size: 3em;
    }
}

h3,
.h3 {
    font-size: 2.618em;
}

@media (max-width: 768px) {
    h3,
    .h3 {
        font-size: 2.4em;
    }
}

@media (max-width: 480px) {
    h3,
    .h3 {
        font-size: 2em;
    }
}

h4,
.h4 {
    font-size: 1.618em;
}

@media (max-width: 768px) {
    h4,
    .h4 {
        font-size: 1.4em;
    }
}

@media (max-width: 480px) {
    h4,
    .h4 {
        font-size: 1.2em;
    }
}

h5,
.h5 {
    font-size: 1em;
    text-transform: uppercase;
}

h6,
.h6 {
    font-size: 0.8em;
    text-transform: uppercase;
}

small,
.font_small {
    font-size: 0.618em;
}

.mc {
    margin-left: auto;
    margin-right: auto;
}

.mt-0 {
    margin-top: 0;
}

.mr-0 {
    margin-right: 0;
}

.mb-0 {
    margin-bottom: 0;
}

.ml-0 {
    margin-left: 0;
}

.pt-0 {
    padding-top: 0;
}

.pr-0 {
    padding-right: 0;
}

.pb-0 {
    padding-bottom: 0;
}

.pl-0 {
    padding-left: 0;
}

.m-all {
    margin: 15px;
}

.p-all {
    padding: 15px;
}

.ml-neg-md {
    margin-left: -20px;
}

.pd-0 {
    padding: 0;
}

.mg-0 {
    margin: 0;
}

@media (max-width: 767px) {
    .mc-sm {
        margin-right: auto;
        margin-left: auto;
    }
    .mt-xs {
        margin-top: 4px;
    }
    .mr-xs {
        margin-right: 4px;
    }
    .mb-xs {
        margin-bottom: 4px;
    }
    .ml-xs {
        margin-left: 4px;
    }
    .mt-sm {
        margin-top: 8px;
    }
    .mr-sm {
        margin-right: 8px;
    }
    .mb-sm {
        margin-bottom: 8px;
    }
    .ml-sm {
        margin-left: 8px;
    }
    .mt-md {
        margin-top: 11px;
    }
    .mr-md {
        margin-right: 11px;
    }
    .mb-md {
        margin-bottom: 11px;
    }
    .ml-md {
        margin-left: 11px;
    }
    .mt-lg {
        margin-top: 23px;
    }
    .mr-lg {
        margin-right: 23px;
    }
    .mb-lg {
        margin-bottom: 23px;
    }
    .ml-lg {
        margin-left: 23px;
    }
    .mt-xl {
        margin-top: 38px;
    }
    .mr-xl {
        margin-right: 38px;
    }
    .mb-xl {
        margin-bottom: 38px;
    }
    .ml-xl {
        margin-left: 38px;
    }
    .pt-xs {
        padding-top: 4px;
    }
    .pr-xs {
        padding-right: 4px;
    }
    .pb-xs {
        padding-bottom: 4px;
    }
    .pl-xs {
        padding-left: 4px;
    }
    .pt-sm {
        padding-top: 8px;
    }
    .pr-sm {
        padding-right: 8px;
    }
    .pb-sm {
        padding-bottom: 8px;
    }
    .pl-sm {
        padding-left: 8px;
    }
    .pt-md {
        padding-top: 11px;
    }
    .pr-md {
        padding-right: 11px;
    }
    .pb-md {
        padding-bottom: 11px;
    }
    .pl-md {
        padding-left: 11px;
    }
    .pt-lg {
        padding-top: 23px;
    }
    .pr-lg {
        padding-right: 23px;
    }
    .pb-lg {
        padding-bottom: 23px;
    }
    .pl-lg {
        padding-left: 23px;
    }
    .pt-xl {
        padding-top: 38px;
    }
    .pr-xl {
        padding-right: 38px;
    }
    .pb-xl {
        padding-bottom: 38px;
    }
    .pl-xl {
        padding-left: 38px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .mc-md {
        margin-right: auto;
        margin-left: auto;
    }
    .mt-xs {
        margin-top: 4px;
    }
    .mr-xs {
        margin-right: 4px;
    }
    .mb-xs {
        margin-bottom: 4px;
    }
    .ml-xs {
        margin-left: 4px;
    }
    .mt-sm {
        margin-top: 8px;
    }
    .mr-sm {
        margin-right: 8px;
    }
    .mb-sm {
        margin-bottom: 8px;
    }
    .ml-sm {
        margin-left: 8px;
    }
    .mt-md {
        margin-top: 11px;
    }
    .mr-md {
        margin-right: 11px;
    }
    .mb-md {
        margin-bottom: 11px;
    }
    .ml-md {
        margin-left: 11px;
    }
    .mt-lg {
        margin-top: 23px;
    }
    .mr-lg {
        margin-right: 23px;
    }
    .mb-lg {
        margin-bottom: 23px;
    }
    .ml-lg {
        margin-left: 23px;
    }
    .mt-xl {
        margin-top: 38px;
    }
    .mr-xl {
        margin-right: 38px;
    }
    .mb-xl {
        margin-bottom: 38px;
    }
    .ml-xl {
        margin-left: 38px;
    }
    .pt-xs {
        padding-top: 4px;
    }
    .pr-xs {
        padding-right: 4px;
    }
    .pb-xs {
        padding-bottom: 4px;
    }
    .pl-xs {
        padding-left: 4px;
    }
    .pt-sm {
        padding-top: 8px;
    }
    .pr-sm {
        padding-right: 8px;
    }
    .pb-sm {
        padding-bottom: 8px;
    }
    .pl-sm {
        padding-left: 8px;
    }
    .pt-md {
        padding-top: 11px;
    }
    .pr-md {
        padding-right: 11px;
    }
    .pb-md {
        padding-bottom: 11px;
    }
    .pl-md {
        padding-left: 11px;
    }
    .pt-lg {
        padding-top: 23px;
    }
    .pr-lg {
        padding-right: 23px;
    }
    .pb-lg {
        padding-bottom: 23px;
    }
    .pl-lg {
        padding-left: 23px;
    }
    .pt-xl {
        padding-top: 38px;
    }
    .pr-xl {
        padding-right: 38px;
    }
    .pb-xl {
        padding-bottom: 38px;
    }
    .pl-xl {
        padding-left: 38px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .mc-lg {
        margin-right: auto;
        margin-left: auto;
    }
    .mt-xs {
        margin-top: 5px;
    }
    .mr-xs {
        margin-right: 5px;
    }
    .mb-xs {
        margin-bottom: 5px;
    }
    .ml-xs {
        margin-left: 5px;
    }
    .mt-sm {
        margin-top: 10px;
    }
    .mr-sm {
        margin-right: 10px;
    }
    .mb-sm {
        margin-bottom: 10px;
    }
    .ml-sm {
        margin-left: 10px;
    }
    .mt-md {
        margin-top: 15px;
    }
    .mr-md {
        margin-right: 15px;
    }
    .mb-md {
        margin-bottom: 15px;
    }
    .ml-md {
        margin-left: 15px;
    }
    .mt-lg {
        margin-top: 30px;
    }
    .mr-lg {
        margin-right: 30px;
    }
    .mb-lg {
        margin-bottom: 30px;
    }
    .ml-lg {
        margin-left: 30px;
    }
    .mt-xl {
        margin-top: 50px;
    }
    .mr-xl {
        margin-right: 50px;
    }
    .mb-xl {
        margin-bottom: 50px;
    }
    .ml-xl {
        margin-left: 50px;
    }
    .pt-xs {
        padding-top: 5px;
    }
    .pr-xs {
        padding-right: 5px;
    }
    .pb-xs {
        padding-bottom: 5px;
    }
    .pl-xs {
        padding-left: 5px;
    }
    .pt-sm {
        padding-top: 10px;
    }
    .pr-sm {
        padding-right: 10px;
    }
    .pb-sm {
        padding-bottom: 10px;
    }
    .pl-sm {
        padding-left: 10px;
    }
    .pt-md {
        padding-top: 15px;
    }
    .pr-md {
        padding-right: 15px;
    }
    .pb-md {
        padding-bottom: 15px;
    }
    .pl-md {
        padding-left: 15px;
    }
    .pt-lg {
        padding-top: 30px;
    }
    .pr-lg {
        padding-right: 30px;
    }
    .pb-lg {
        padding-bottom: 30px;
    }
    .pl-lg {
        padding-left: 30px;
    }
    .pt-xl {
        padding-top: 50px;
    }
    .pr-xl {
        padding-right: 50px;
    }
    .pb-xl {
        padding-bottom: 50px;
    }
    .pl-xl {
        padding-left: 50px;
    }
}

@media (min-width: 1200px) {
    .mc-xl {
        margin-right: auto;
        margin-left: auto;
    }
    .mt-xs {
        margin-top: 8px;
    }
    .mr-xs {
        margin-right: 8px;
    }
    .mb-xs {
        margin-bottom: 8px;
    }
    .ml-xs {
        margin-left: 8px;
    }
    .mt-sm {
        margin-top: 15px;
    }
    .mr-sm {
        margin-right: 15px;
    }
    .mb-sm {
        margin-bottom: 15px;
    }
    .ml-sm {
        margin-left: 15px;
    }
    .mt-md {
        margin-top: 23px;
    }
    .mr-md {
        margin-right: 23px;
    }
    .mb-md {
        margin-bottom: 23px;
    }
    .ml-md {
        margin-left: 23px;
    }
    .mt-lg {
        margin-top: 45px;
    }
    .mr-lg {
        margin-right: 45px;
    }
    .mb-lg {
        margin-bottom: 45px;
    }
    .ml-lg {
        margin-left: 45px;
    }
    .mt-xl {
        margin-top: 75px;
    }
    .mr-xl {
        margin-right: 75px;
    }
    .mb-xl {
        margin-bottom: 75px;
    }
    .ml-xl {
        margin-left: 75px;
    }
    .pt-xs {
        padding-top: 8px;
    }
    .pr-xs {
        padding-right: 8px;
    }
    .pb-xs {
        padding-bottom: 8px;
    }
    .pl-xs {
        padding-left: 8px;
    }
    .pt-sm {
        padding-top: 15px;
    }
    .pr-sm {
        padding-right: 15px;
    }
    .pb-sm {
        padding-bottom: 15px;
    }
    .pl-sm {
        padding-left: 15px;
    }
    .pt-md {
        padding-top: 23px;
    }
    .pr-md {
        padding-right: 23px;
    }
    .pb-md {
        padding-bottom: 23px;
    }
    .pl-md {
        padding-left: 23px;
    }
    .pt-lg {
        padding-top: 45px;
    }
    .pr-lg {
        padding-right: 45px;
    }
    .pb-lg {
        padding-bottom: 45px;
    }
    .pl-lg {
        padding-left: 45px;
    }
    .pt-xl {
        padding-top: 75px;
    }
    .pr-xl {
        padding-right: 75px;
    }
    .pb-xl {
        padding-bottom: 75px;
    }
    .pl-xl {
        padding-left: 75px;
    }
}

html,
body {
    min-height: 100%;
    -webkit-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#wrapper {
    overflow-x: hidden;
}

.roundHex {
    position: relative;
    margin: 0 auto;
    border-radius: 10px;
    height: 300px;
    width: 180px;
    box-sizing: border-box;
    -webkit-transition: all 1s;
    transition: all 1s;
    border: 10px solid transparent;
}

.roundHex:before,
.roundHex:after {
    content: "";
    border: inherit;
    position: absolute;
    top: -10px;
    left: -10px;
    background: inherit;
    border-radius: inherit;
    height: 100%;
    width: 100%;
}

.roundHex:before {
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg);
}

.roundHex:after {
    -webkit-transform: rotate(-60deg);
    -ms-transform: rotate(-60deg);
    transform: rotate(-60deg);
}

.roundHex+.white {
    background-color: #ffffff;
}

.roundHex+.green {
    background-color: #003A40;
}

.form-control {
    font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.has-float-label {
    display: block;
    position: relative;
    margin-top: 30px;
    margin-bottom: 0;
}

.has-float-label label,
.has-float-label>span {
    position: absolute;
    left: 0;
    /* left: 0.75rem; */
    /* top: 0; */
    top: -2em;
    cursor: text;
    font-size: 0.7rem;
    opacity: 1;
    -webkit-transition: all .2s;
    transition: all .2s;
    z-index: 3;
    line-height: 1;
    padding: 0 1px;
}

.has-float-label label::after,
.has-float-label>span::after {
    content: " ";
    display: block;
    position: absolute;
    background: transparent;
    height: 2px;
    top: 50%;
    left: -0.2em;
    right: -0.2em;
    z-index: -1;
}

.has-float-label .log-svg {
    margin-top: -5px;
    opacity: .5;
}
.has-float-label .log-svg[src*="lock"] {
    padding: 1px 4px;
}
.has-float-label .form-control {
    border: 0;
    border-radius: 0;
    border-bottom: 1px solid #01bcaa;
    box-shadow: none;
    font-size: 2rem;
    margin-bottom: 30px;
    height: auto;
}

.has-float-label .form-control::-webkit-input-placeholder {
    opacity: 1;
    -webkit-transition: all .2s;
    transition: all .2s;
}

.has-float-label .form-control::-moz-placeholder {
    opacity: 1;
    -webkit-transition: all .2s;
    transition: all .2s;
}

.has-float-label .form-control:-ms-input-placeholder {
    opacity: 1;
    -webkit-transition: all .2s;
    transition: all .2s;
}

.has-float-label .form-control::placeholder {
    opacity: 1;
    -webkit-transition: all .2s;
    transition: all .2s;
}

.has-float-label .form-control:placeholder-shown:not(:focus)::-webkit-input-placeholder {
    opacity: 0;
}

.has-float-label .form-control:placeholder-shown:not(:focus)::-moz-placeholder {
    opacity: 0;
}

.has-float-label .form-control:placeholder-shown:not(:focus):-ms-input-placeholder {
    opacity: 0;
}

.has-float-label .form-control:placeholder-shown:not(:focus)::placeholder {
    opacity: 0;
}

.has-float-label .form-control:placeholder-shown:not(:focus)+* {
    font-size: 110%;
    opacity: .5;
    top: 1em;
}

.input-group .has-float-label {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-bottom: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.input-group .has-float-label .form-control {
    width: 100%;
    border-radius: 0.25rem;
}

.input-group .has-float-label:not(:last-child),
.input-group .has-float-label:not(:last-child) .form-control {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    border-right: 0;
}

.input-group .has-float-label .input-group .has-float-label:not(:first-child),
.input-group .has-float-label .input-group .has-float-label:not(:first-child) .form-control {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.btn-wire-green {
    background-color: transparent;
    text-transform: uppercase;
    font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #01bcaa;
    font-size: 120%;
    border: 1px solid #01bcaa;
    border-radius: 1em;
}




/*---------------------------
css alterado em 15/03/18
Autor: Diogo Moraes 

tela login
 -------------------------- */

#login {
    background-color: #F0F4F7;
}

#login #wrapper {
    overflow-x: initial;
}

#login .card-login {
    margin: 28px 0;
    border: none;
    border-radius: 4px;
    background-color: #FFF;
    /* box-shadow: 0 19px 38px rgba(0, 0, 0, 0.26); */
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    text-align: center;
}

#login .card-login .panel-body {
    margin: 0;
    padding: 28px 40px;
}
#login .card-login .panel-body .login-topo {
    margin-bottom: 44px;
}
#login .has-float-label {
    margin-top: 32px;
}
#login .margin-top-p {
    margin-top: 15px;
}
#login .has-float-label .form-control {
    border-radius: 4px;
    background-color: transparent;
    color: #808080 !important;
    border: 1px solid #D8D8D8;
    font-size: 1rem;
    height: 49px;
    margin-bottom: 0;
}
#login .has-float-label .form-control:focus {
    
    border: 1px solid #00A091;
    box-shadow: 0 4px 4px rgba(0,0,0,0.10);
    
}
#login .has-float-label .form-control.select {
    appearance: none;
    -webkit-appearance: none;
    position: relative;
}
#login .has-float-label .form-control.select:after {
    content: "▼";
    position: absolute;
    /* top: -5px; */
    right: 6px;
    font-size: 50%;
    line-height: 39px;
    pointer-events: none;
    color: #808080;
}
#login .has-float-label .form-control select {
    border: none;
    box-shadow: none;
    background: transparent;
    background-image: none;
    -webkit-appearance: none;
    width: 100%;
    height: 35px;
    font-size: 0.8rem;
    
}
#login .has-float-label .form-control select:focus {
    outline: none;
}
#login .has-float-label .form-control.select:focus {
    border: 1px solid #00A091;
    box-shadow: 0 4px 4px rgba(0,0,0,0.10);
}
#login .has-float-label .form-control .loader {
    position: absolute;
    width: 20px;
    margin-top: 9px;
    right: 0;
    margin-right: 22px;
}
#login .has-float-label .log-svg {
    margin-top: -2px;
    opacity: .5;
    /* width: 18px; */
    fill: currentColor;
}

.st0 {
    fill: currentColor;
}

#login ul {
    list-style-type: none;
}

#login p {
    color: #34495E;
}

#login .login-topo p:last-child {
    margin-bottom: 32px;
    margin-top: 16px;
}

#login .alert {
    border-radius: 4px;
    font-weight: normal;
    text-align: center;
    font-size: 0.9rem;
}

#login .alert-danger {
    color: #943B3B;
    background-color: #FFE8E8;
    border: none;
}
#login .btn-wire-default,
#login .btn-wire-green {
    font-size: 0.9rem;
    border: none;
    border-radius: 4px;
    width: 100%;
    padding: 12px;
    height: 45px;
    text-transform: unset;
    font-weight: bolder;
    transition: 0.5s;
}
#login .btn-wire-default {
    background-color: #C4C4C4;
    color: #FFF;
}
#login .btn-wire-green {
    background-color: #00CC66;
    color: #FFF;
}
#login .btn-wire-default:hover,
#login .btn-wire-green:hover {
    filter: brightness(0.9);
    box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.05);
}
#login .btn-wire-green[disabled] {
    background-color: #D5DDE5;
}
#login .btn.btn-link {
    color: #00AE9D;
}

#login input:-webkit-autofill {
    background-color: rgba(0, 0, 0, 0.9) !important;
    color: #fff !important;
}

#login .has-float-label .form-control:placeholder-shown:not(:focus)+* {
    font-size: 0.8rem;
    opacity: .5;
    top: 1rem;
    left: 0.75rem;
}

#login .has-float-label label,
#login .has-float-label>span {
    color: #808080 !important;
    /* font-weight: normal; */
    /* left: 0;
    top: -1.3rem; */
}
 

/* Modificaçoes no CSS em 15/03/2018 
Autor: Diogo Alves*/


/* --------------------------------
Tela de Logout e erro
--------------------------------- */

.sicoob-style {
    background-color: #F0F4F7;
}

.sicoob-style header,
.sicoob-style footer {
    display: none;
}

.sicoob-style #content {
    padding: 72px 28px 28px 28px;
    border-radius: 4px;
    box-shadow: 0 19px 38px rgba(0, 0, 0, .26);
    max-width: 900px;
    min-height: 256px;
    margin: 0 auto;
    color: #34495E;
    margin-top: 40px;
    border-top: 4px solid #00AE9D;
}

.sicoob-style #content {
    background: white;
    background-image: url(../img/logos/logo-sicoob-v.png);
    background-repeat: no-repeat;
    background-size: 128px;
    background-position: 28px 28px;
}

.sicoob-style #content p {
    font-family: "Helvetica Neue", Helvetica, Arial, Sans-serif;
    font-weight: 400;
    font-size: 0.9rem;
}

.sicoob-style #content h3 {
    color: #00AE9D;
    margin-bottom: 30px;
}

.sicoob-style #content a {
    color: #00CC66;
}

.sicoob-style #content a:hover {
    color: #FFF;
}

.sicoob-style #content a:link,
.sicoob-style #content a:visited {
    color: #00CC66;
}


/* --------------------------
tela de erro
--------------------------- */

.sicoob-style.ss-error #content {
    border-top: 4px solid #EB5757;
}

.sicoob-style.ss-error #content h3 {
    color: #EB5757;
}


/* ------------------------------
 animacao 
 ---------------------------- */

.sicoob-style #content {
    -webkit-animation: slide-in-top 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    animation: slide-in-top 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}


/* frames */

@-webkit-keyframes slide-in-top {
    0% {
        -webkit-transform: translateY(-1000px);
        transform: translateY(-1000px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes slide-in-top {
    0% {
        -webkit-transform: translateY(-1000px);
        transform: translateY(-1000px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}