@charset "utf-8";
/*------------------------------------------------------

        CSS TOB: 

        1. RESETS
        2. COMMONS
        3. STRUCTURAL
        4. TYPO & LINKS
        5. MISC
                
---------------------------------------------------------*/

/*--------------------------------------------------------
        1.RESETS
--------------------------------------------------------*/

@font-face {
    font-family: "LevenimMT";
    src: url("fonts/LevenimMT/LevenimMT.woff2") format("woff2"), 
         url("fonts/LevenimMT/LevenimMT.woff") format("woff"), 
         url("fonts/LevenimMT/LevenimMT.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}



html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    /*  line-height: 25px; */
}

html {
    scroll-behavior: smooth;
}

/*--------------------------------------------------------
        2.COMMONS
--------------------------------------------------------*/


body {
    background: #fff;
    font: 16px/18px Arial, Helvetica, sans-serif;
}

.justify {
    text-align: justify;
    text-justify: inter-word;
}

.center-align {
    text-align: center;
}

/* JSP - adding to align content */
.container-siga {
    width: 80%;
    margin: 0 auto;
}

/*--------------------------------------------------------
        3.STRUCTURAL 
--------------------------------------------------------*/



.icons-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    justify-items: center;
    align-items: center;
}

.icon-item {
    width: 70%;
    height: 70s%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.icon-item img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.icon-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.icon-p {
    text-align: center;
    margin: 15px auto;
}


.icon_atendimentomarcacao,
.icon_atendimentos,
.icon_senhas,
.icon_corporatetv,
.icon_realtime,
.icon_performance,
.icon_manuais,
.icon_estatistica,
.icon_partilha,
.icon_transparencia,
.icon_eficiencia,
.icon_simplificacao,
.icons-vantagens {
    width: auto;
    height: 100px;
    margin-left: 15%;
    background-repeat: no-repeat;
    background-size: contain;

    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-basis: 12.5%;
    text-align: center;
}

.icon_simplificacao {
    background-image: url(../../Images/SobreOSiga/fancybox/dartboard-with-dart.png);
}

.icon_eficiencia {
    background-image: url(../../Images/SobreOSiga/fancybox/autonomy.png);
}

.icon_transparencia {
    background-image: url(../../Images/SobreOSiga/fancybox/handshake.png);
}

.icon_partilha {
    background-image: url(../../Images/SobreOSiga/fancybox/avatar.png);
}

.icon_estatistica {
    background-image: url(../../Images/SobreOSiga/fancybox/analytics.png);
}


.icon_manuais {
    background-image: url(../../Images/SobreOSiga/fancybox/open-book.png);
}

.icon_performance {
    background-image: url(../../Images/SobreOSiga/fancybox/stopwatch.png);
}

.icon_realtime {
    background-image: url(../../Images/SobreOSiga/fancybox/circular-arrow-clock.png);
}

.icon_corporatetv {
    background-image: url(../../Images/SobreOSiga/fancybox/computer-screen.png);
}

.icon_senhas {
    background-image: url(../../Images/SobreOSiga/fancybox/senhas.png);
}

.icon_atendimentos {
    background-image: url(../../Images/SobreOSiga/fancybox/atendimentos.png);
}

.icon_atendimentomarcacao {
    background-image: url(../../Images/SobreOSiga/fancybox/atendimento_marcacao.png);
}


/*----------------------------
i.-- Page Structure
-----------------------------*/



.homepage_text p {
    margin-bottom: 40px;
    font-size: 50%;
    text-align: center;
}

/*pages*/
.page {
    overflow: hidden;
    /*  width: 100%; */
    position: relative;
}


.page .content {
    max-width: 1200px;
    margin: 32px auto;

    /*padding-top: 60px;
    padding-bottom: 60px;*/

    min-height: 60vh;

}

.page .content.centeralign {
    text-align: center;
}

/*odd*/
.page.odd {
    background: #fff;
    color: #2a2a2a;
}

/*even*/
.page.even {
    background: #fff url(../../Images/SobreOSiga/pattern-page-odd.png) repeat;
    color: #2a2a2a;
}



/*----------------------------
ii.-- Header
-----------------------------*/

/*homepage*/
.logo-homepage {
    width: 144px;
    height: 39px;
    margin-bottom: 40px;
}

/*inner pages*/
.header {
    width: 100%;
    height: 50px;
    line-height: 50px;
    background: #fff;
    position: fixed;
    top: 0;
    z-index: 50;
    -moz-box-shadow: 10px 10px 8px #ccc;
    -webkit-box-shadow: 10px 10px 8px #ccc;
    box-shadow: 0px 0px 8px #ccc;
}

.header.header-main {
    display: block;
    /* JSP previous none */
}

.header.mobileHeader {
    position: relative;
    display: flex;
    display: block;
}


.header .inner {
    max-width: 100%;
    margin: auto;
}

.header .logo-pages {
    height: 50px;
    position: relative;
    float: left;
}

.header .logo-pages .logo {
    position: relative;
    bottom: 0;
}


/* main menu
----------------------------*/

.header .inner ul.navigation {
    list-style: none;
    float: right;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    margin: 0;
}

.header .inner ul.navigation li {
    float: left;
    padding: 0 5px;
}

.header .inner ul.navigation li:last-child {
    padding-right: 0;
}

.header .inner ul.navigation li a {
    font-family: 'Open Sans', sans-serif;
    color: #2a2a2a;
    text-decoration: none;
    padding: 5px 10px;
    transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
}

.header .inner ul.navigation li a:hover {
    color: #00A7E1;
}

.header .inner ul.navigation li a.active {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    padding: 5px 10px;
    background: #333;
    color: #EEEEEE;
    padding: 5px 10px;
    text-decoration: none;
}


/* mobile menu toggle
----------------------------*/

.header .inner .mobileMenuToggle {
    height: 26px;
    width: 100%;
    float: left;
    text-align: center;
    display: none;
    margin: 19px auto 15px auto;
}

.header .inner .mobileMenuToggle a,
.header .mobileMenuToggle.open a {
    width: 26px;
    height: 26px;
    float: left;
    position: relative;
    left: 50%;
    margin-left: -13px;
}

.header .inner .mobileMenuToggle a {
    background: url(../../Images/SobreOSiga/mobileMenu-toggle.png) center 0 no-repeat;
}

.header .inner .mobileMenuToggle.open a {
    background: url(../../Images/SobreOSiga/mobileMenu-toggle.png) center -26px no-repeat;
}



/*----------------------------
iii.-- Content
-----------------------------*/


/*homepage specific
----------------------------*/



#app-button-container {
    width: 100%;
    overflow: hidden;
    margin-bottom: 30px;
}

#app-button-container a#button-appstore {
    width: 205px;
    height: 73px;
    background: url(../../Images/SobreOSiga/button-appstore.png) 0 0 no-repeat;
    float: left;
}

#app-button-container a#button-appstore:hover {
    background-position: 0 -72px;
}

#app-button-container a#button-tweet {
    width: 205px;
    height: 73px;
    background: url(../../Images/SobreOSiga/button-tweet.png) 0 0 no-repeat;
    float: left;
}

#app-button-container a#button-tweet:hover {
    background-position: 0 -72px;
}

#app-button-container a#button-appstore:active,
#app-button-container a#button-tweet:active {
    position: relative;
    top: 1px;
}


.app-price {
    font: 30px/30px 'Open Sans', sans-serif;
    font-weight: bold;
    margin-bottom: 30px;
    width: 100%;
}

.app-price span.variation {
    font: 30px/30px 'Quicksand', sans-serif;
    font-weight: normal;
}

.note {
    font-size: 12px;
    font-weight: bold;
    opacity: 0.7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    width: 100%;
}

.note span {
    font: 30px/30px 'Open Sans', sans-serif;
    float: left;
    padding-right: 10px;
}

.page-down-arrow {
    width: 78px;
    height: 78px;

    left: 50%;
    margin-left: -32px;
    position: absolute;
    bottom: 15px;
    z-index: 1000;

}

/* Separator 1 Specific
----------------------------*/
.separator1 {
    background: url(../../Images/SobreOSiga/gallery/separador1.jpg) no-repeat;
}

/* Separator 2 Specific
----------------------------*/
.separator2 {
    background: url(../../Images/SobreOSiga/gallery/separador2.jpg) no-repeat;
}

/* Separator 3 Specific
----------------------------*/
.separator3 {
    background: url(../../Images/SobreOSiga/gallery/separador3.jpg) no-repeat;
}

/* Separator 4 Specific
----------------------------*/
.separator4 {
    background: url(../../Images/SobreOSiga/gallery/separador4.jpg) no-repeat;
}

/* Separator 5 Specific
----------------------------*/
.separator5 {
    background: url(../../Images/SobreOSiga/gallery/separador6.jpg) no-repeat;
}

/* Separator 6 Specific
----------------------------*/
.separator6 {
    background: url(../../Images/SobreOSiga/gallery/separador5.jpg) no-repeat;
}

/* Separator 7 Specific
----------------------------*/
.separator7 {
    background: url(../../Images/SobreOSiga/gallery/separador7.jpg) no-repeat;
}

div#highlight.highlight.fixed.separator6.fixed-desktop {
    height: 400px;
}

/*featured specific
----------------------------*/

.app-button {
    height: 50px;
    line-height: 14px;
    padding-left: 65px;
    float: left;
    color: #666;
    font-weight: bold;
    font-size: 16px;
    padding-top: 11px;
}

.app-button:hover {
    color: #fc7022 !important;
}

.app-button span {
    font-weight: normal;
    font-size: 12px;
    font-style: italic;
    color: #999 !important
}

.play {
    height: 50px;
    background: url(../../Images/SobreOSiga/button-app-play.png) 0 0 no-repeat;
    line-height: 14px;
    padding-left: 65px;
    float: left;
    color: #666;
    font-weight: bold;
    font-size: 16px;
    padding-top: 12px;
}

.sync {
    height: 50px;
    background: url(../../Images/SobreOSiga/cloud-icon.png) 0 11px no-repeat;
    line-height: 14px;
    padding-left: 75px;
    float: left;
    color: #666;
    font-weight: bold;
    font-size: 16px;
    padding-top: 12px;
}

.stripe-indicator-left {
    background: url(../../Images/SobreOSiga/stripe-long.png) left 100px no-repeat;
}

.stripe-indicator-right {
    background: url(../../Images/SobreOSiga/stripe-long.png) right 100px no-repeat;
}


/*highlight
----------------------------*/

.highlight {
    width: 100%;
    height: 530px;
    padding: 0;
    margin: 0;
    background-attachment: fixed;
    background-repeat: no-repeat;
    border-top: 5px solid rgba(0, 0, 0, 0.2);
    border-bottom: 5px solid rgba(0, 0, 0, 0.2);
    color: #fff;
    text-align: center;
    position: relative;

    background-size: cover;
}

.highlight .info-container {
    display: table;
    width: 100%;
    height: 100%;
    padding: 0 !important;
    margin: 0 !important;

}

/*non-repeated image*/
.highlight.fixed {
    background-attachment: fixed;
}

.highlight.fixed-desktop {
    background-attachment: fixed !important;
}

/*repeated image*/
.highlight.scroll {
    background-attachment: scroll;
}

.highlight .info-container .info {
    display: table-cell;
    vertical-align: middle;
}

.highlight .info-container .info a:hover {
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}

/*video + content*/
.highlight .info-container .info .info-inner {
    max-width: 1200px;
    /* JSP - previous 870px*/
    margin: auto;
}

.highlight .info-container .info .info-inner .video {
    margin: 0;
}

/*video only*/
.highlight .info-container .video {
    margin: auto;
}

.highlight .info-container .video video,
.highlight .info-container .video iframe,
.highlight .info-container .video object,
.highlight .info-container .video embed,
.highlight .info-container .video div {
    width: 100%;
    height: 100% !important;
    max-width: 100% !important;
    max-height: 100% !important;
}



/*signup
----------------------------*/

#signup {
    padding-top: 0px;
}

.signup {
    position: relative;
    width: 575px;
    margin: auto;
}

.signup p {
    margin-bottom: 0;
}

.signup input[type=text],
input[type=submit] {
    margin-bottom: 20px;
}

.signup input[type=text] {
    width: 450px;
    height: 60px;
    line-height: 60px;
    padding: 0 20px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    border: 1px solid transparent;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-bottomleft: 5px;
    float: left;
    background: #f3f3f3;
    -webkit-appearance: none;
    color: #666;
    font: 13px/18px Arial, Helvetica, sans-serif;
}

.signup input[type=submit].signupSubmit {
    width: 125px;
    height: 60px;
    background: url(../../Images/SobreOSiga/pattern-signup-button.png) repeat;
    color: #fff;
    line-height: 60px;
    border: none;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
    float: left;
    cursor: pointer;
}

.signup input[type=submit].signupSubmit:hover {
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}


/*states*/
.signup input[type=text].required {
    background: #f3f3f3 url(../../Images/SobreOSiga/input-required-light.png) right center no-repeat;
}

.signup input[type=text]:hover {
    background-color: #eee;
    color: #666;
}

.signup input[type=text]:focus {
    background-color: #fff;
    color: #999;
    border: 1px solid #ddd;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    outline: none;
}

/*messages*/
.signup .errorOutline {
    border: 1px solid #FC7022 !important;
}

.signup .errorMsg {
    color: #FC7022 !important;
}

#newsletter-msg {
    position: absolute;
    width: 100%;
    text-align: center;
}

#newsletter-loader,
.page.odd #newsletter-loader {
    float: left;
    clear: both;
    width: 100%;
    margin: -20px 0 10px;
    height: 10px;
    background: url(../../Images/SobreOSiga/loader2-white.gif) center bottom no-repeat;
    display: none;
}

.page.even #newsletter-loader {
    float: left;
    clear: both;
    width: 100%;
    margin: -20px 0 10px;
    height: 10px;
    background: url(../../Images/SobreOSiga/loader2-gray.gif) center bottom no-repeat;
    display: none;
}

.newsletter-title,
.newsletter-content,
.newsletter-thankyou,
.newsletter-thankyou-content {
    position: relative;
}

.calltoaction {
    color: #fff;
    background-color: #337ab7;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border: 1px solid #337ab7;
    padding: 10px;
}

.calltoaction:hover {
    color: #fff;
}


/*comment form
----------------------------*/

.form p {
    margin-bottom: 0;
}

.comment-form {
    margin-bottom: 20px;
    padding-bottom: 50px;
    overflow: hidden;
    border-bottom: 1px solid #e2e2e2;
}

input[type=text] {
    width: 300px;
    height: 45px;
    line-height: 45px;
    padding: 0 20px;
    margin-bottom: 20px;
}

textarea {
    width: 620px;
    height: 200px;
    padding: 20px;
    margin-bottom: 20px;
    overflow: auto;
}

.contactForm textarea {
    width: 560px;
}

input[type=text],
textarea {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

#msg {
    float: left;
    margin-left: 10px;
}

/*states*/
input[type=text],
textarea {
    background: #f3f3f3;
    -webkit-appearance: none;
    border: 1px solid #e6e6e6;
    color: #999;
    font: 13px/18px Arial, Helvetica, sans-serif;
}

input[type=text].required,
textarea.required {
    background: #f3f3f3 url(../../Images/SobreOSiga/input-required-light.png) right 13px no-repeat;
}

input[type=text]:hover,
textarea:hover {
    background-color: #eee;
    color: #666;
}

input[type=text]:focus,
textarea:focus {
    background-color: #fff;
    color: #999;
    border: 1px solid #ddd;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    outline: none;
}


/*blog
----------------------------*/

.content-inner-left {
    width: 620px;
    float: left;
    margin: 0 30px 0 0;
}

.content-inner-right {
    width: 620px;
    float: right;
    margin: 0 0 0 30px;
}

.blog-post {
    margin-bottom: 50px;
    padding-bottom: 50px;
    overflow: hidden;
}

.blog-post.post-last {

    margin-bottom: 20px;
}

.blog-post-info {
    width: 50px;
    float: left;
    margin-right: 30px;
    color: #666;
}

.blog-post-info span.month {
    font: 25px/18px 'Open Sans', sans-serif;
    font-weight: bold;
    text-transform: uppercase;
}

.blog-post-info span.day {
    font: 50px/40px 'Open Sans', sans-serif;
    font-weight: bold;
    text-transform: uppercase;
}

.blog-post-info span.year {
    font: 23px/18px 'Open Sans', sans-serif;
    font-weight: bold;
    text-transform: uppercase;
}

.blog-post-content {
    width: 620px;
    float: left;
}

.blog-post-content .blog-post-content-inner {
    width: 555px;
    float: left;
}

.blog-post-content .blog-post-type {
    width: 45px;
    height: 45px;
    background: #FC7022 url(../../Images/SobreOSiga/post-type.png) 0 0 no-repeat;
    float: left;
    margin-right: 20px;
}

.blog-post-content .blog-post-type.text {
    background-position: 0 0;
}

.blog-post-content .blog-post-type.image {
    background-position: 0 -45px;
}

.blog-post-content .blog-post-type.video {
    background-position: 0 -90px;
}

.blog-post-content p:last-child {
    margin-bottom: 0px;
}

.blog-post-content h5 {
    margin-bottom: 4px;
    text-transform: none;
}

.blog-post-content h5,
.blog-post-content h5 span {
    color: #666 !important;
}

.blog-post-content .blog-post-media {
    width: 100%;
    height: auto;
    float: left;
    margin-bottom: 30px;
    overflow: hidden;
}

.blog-post-content .blog-post-media img {
    width: 100%
}

.blog-post-content .blog-post-media .video video,
.blog-post-content .blog-post-media .video iframe,
.blog-post-content .blog-post-media .video object,
.blog-post-content .blog-post-media .video embed,
.blog-post-content .blog-post-media .video div {
    width: 100%;
    height: 100% !important;
    max-width: 100% !important;
    max-height: 100% !important;
}

.blog-post-content .blog-post-meta {
    width: 100%;
    float: left;
    color: #999;
    margin-bottom: 10px;
    font-size: 11px;
}

.blog-post-content .blog-post-meta ul {
    list-style: none;
}

.blog-post-content .blog-post-meta ul li {
    float: left;
    text-transform: none;
    margin-right: 5px;
}

.blog-post-content .blog-post-meta ul li.separator {
    color: #999;
    padding: 0 3px;
}

.blog-post-content .blog-post-meta ul li a,
.blog-post-content .blog-post-meta ul li span {
    color: #666;
    text-decoration: none;
    font-weight: bold;
}

.blog-post-content .blog-post-meta ul li a:hover {
    color: #FC7022;
    text-decoration: underline;
}

.blog-post-content p {
    margin-bottom: 20px;
}

.blog-post-content .blog-post-read-more {
    margin-bottom: 0px;
}

.blog-pagination {
    width: 100%;
    margin-bottom: 50px;
}

.blog-pagination ul {
    list-style: none;
    margin: 0;
}

.blog-pagination ul li {
    float: left;
    margin-right: 5px;
}

.blog-pagination ul li a {
    width: 20px;
    height: 20px;
    float: left;
    text-align: center;
    line-height: 22px;
}

.blog-post-navigation {
    width: 100%;
    margin-bottom: 50px;
}

.blog-post-navigation #previous-post {
    float: left;
}

.blog-post-navigation #next-post {
    float: right;
}

.blog-post-navigation #previous-post a,
.blog-post-navigation #next-post a {
    text-decoration: none;
}

.blog-post-navigation #previous-post a:hover,
.blog-post-navigation #next-post a:hover {
    text-decoration: underline;
}

.blog-post-comments {
    width: 100%;
    margin-bottom: 50px;
    overflow: hidden;
}

.blog-post-comments ul {
    list-style: none;
    margin: 0;
}

.blog-post-comments ul li {
    float: left;
    margin-bottom: 30px;
    padding-bottom: 30px;
    overflow: hidden;
    position: relative;
    z-index: 1;
    border-bottom: 1px solid #e2e2e2;
}

.blog-post-comments ul li:last-child {
    border-bottom: none !important;
}

.blog-post-comments ul li .comment {
    padding-left: 100px;
}

.blog-post-comments ul li .comment .author {
    font: 16px/18px 'Open Sans', sans-serif;
    font-weight: bold;
    margin-bottom: 2px;
    color: #999;
    text-transform: normal;
}

.blog-post-comments ul li .comment .author span {
    font-family: 'Quicksand', sans-serif;
    font-weight: normal;
}

.blog-post-comments ul li .comment .comment-meta {
    width: 100%;
    float: left;
    color: #999;
    margin-bottom: 20px;
    font-size: 11px;
}

.blog-post-comments ul li .comment .comment-meta a {
    color: #666;
    font-weight: bold;
}

.blog-post-comments ul li .comment .comment-meta a:hover {
    color: #FC7022;
    text-decoration: underline;
}

.blog-post-comments ul li .avatar {
    position: relative;
    width: 60px;
    height: 60px;
    position: relative;
    overflow: hidden;
    border: 3px solid #ccc;
}

.blog-post-comments ul li .avatar,
.blog-post-comments ul li .avatar img {
    float: left;
    overflow: hidden;
}

.blog-post-comments ul li .avatar img {
    position: relative;
    z-index: -1;
    max-width: 100%;
    margin: 0 auto;
    -ms-interpolation-mode: bicubic;
    vertical-align: baseline;
}

.response {
    margin: 30px 0 0 100px;
    padding-top: 30px;
    float: left;
    border-top: 1px solid #e2e2e2;
}


.response .response {
    margin: 30px 0 0 100px;
    padding-top: 30px;
    float: left;
}


.blog-post-response-last {
    margin-bottom: 0px !important;
    padding: 0 !important;
    border-bottom: none !important;
}

.blog-post-comment-last {
    margin-bottom: 0px !important;
    border-bottom: none !important;
}

/*pagination*/
.blog-post,
#sidebar ul li,
.blog-post-comments {
    border-bottom: 1px solid #e2e2e2;
}

.blog-pagination ul li a {
    border: 1px solid #e2e2e2;
    color: #666;
}

.blog-pagination ul li a:hover {
    border: 1px solid #FC7022;
    background: #FC7022;
    color: #fff;
}

.blog-pagination ul li a.active {
    background: #e2e2e2;
}

.blog-pagination ul li a.active:hover {
    background: #666;
    border: 1px solid #666;
}


/*sidebar
----------------------------*/

#sidebar.left {
    width: 220px;
    float: left;
}

#sidebar.right {
    width: 220px;
    float: right;
}

#sidebar ul {
    list-style: none;
    margin: 0;
}

#sidebar ul li {
    float: left;
    width: 100%;
    margin-bottom: 40px;
    padding-bottom: 40px;
}

#sidebar ul li:last-child {
    margin: 0px;
    padding: 0px;
    border: none !important;
}

#sidebar ul li h6.widgettitle {
    font-size: 20px;
}

#sidebar ul li h6.widgettitle,
#sidebar ul li h6.widgettitle span {
    color: #999 !important;
}

#sidebar ul li ul {
    list-style: none;
}

#sidebar ul li ul li {
    border: none !important;
}

#sidebar ul li ul li a {
    color: #666;
    text-decoration: none;
    font-weight: bold;
    width: 100%;
}

#sidebar ul li ul li p.date {
    color: #999;
    font-size: 11px;
    text-transform: uppercase;
}

#sidebar ul li ul li a:hover {
    color: #FC7022;
    text-decoration: underline;
}

/*widget:text*/
#sidebar ul li.widget-text ul li {
    margin: 5px;
    padding: 0;
    border: none;
}

#sidebar ul li.widget-text p:last-child {
    margin-bottom: 0px;
}

#sidebar ul li.widget-text ul.socialSmall {
    float: none;
    list-style: none;
    margin: 0;
    overflow: hidden;
    display: table;
}

#sidebar ul li.widget-text ul.socialSmall li {
    display: inline;
    width: auto;
    margin: 0;
}

#sidebar ul li.widget-text ul.socialSmall li a {
    width: 22px;
    height: 22px;
}

/*widget:recent posts*/
#sidebar ul li.widget-recent-post ul li {
    margin: 5px;
    padding: 0;
    border: none;
}

#sidebar ul li.widget-recent-post ul li p {
    margin-bottom: 0px;
}

/*widget:categories*/
#sidebar ul li.widget-categories ul li {
    margin: 0px;
    padding: 0;
    border: none;
}

/*widget:tags*/
#sidebar ul li.widget-tag-cloud a {
    -moz-border-bottom-colors: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    display: flex;

    float: left;
    font-size: 12px !important;
    margin: 0 10px 10px 0;
    padding: 3px 8px;
}

/*widget:search*/
#sidebar ul li.widget-search input[type=text].sidebar-searchform {
    width: 100%;
    height: 45px;
    line-height: 45px;
    padding: 0 20px;
    margin-bottom: 20px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

#sidebar ul li.widget-search p {
    margin-bottom: 0;
}

/*widget:twitter*/
#sidebar ul li.widget-twitter ul li {
    margin-bottom: 20px;
    overflow: hidden;
    border: none;
    padding: 0;
}

#sidebar ul li.widget-twitter ul li:last-child {
    margin-bottom: 0;
}

#sidebar ul li.widget-twitter ul li span.tweet_time {
    margin-top: 0;
    text-transform: uppercase;
    font-size: 11px;
    float: left;
    margin: 0 0 5px 20px;
}

#sidebar ul li.widget-twitter ul li span.tweet_time a {
    line-height: 12px;
}

#sidebar ul li.widget-twitter ul li span.tweet_text {
    color: #999;
    float: left;
    margin-left: 20px;
}

#sidebar ul li.widget-twitter ul li a {
    float: left;
    width: auto;
}

#sidebar ul li.widget-twitter ul li a.tweet_avatar img {
    margin-right: 10px;
}

#sidebar ul li.widget-twitter ul li {
    background: url(../../Images/SobreOSiga/tweet-quote.png) 0 0 no-repeat;
}

#sidebar ul li.widget-tag-cloud a {
    background: #353535;
    color: #eee !important;
}

#sidebar ul li.widget-tag-cloud a:hover {
    background: #FC7022;
    color: #fff !important;
}

#sidebar ul li input[type=text].sidebar-searchform {
    background-color: #eee;
    color: #999;
    border: 1px solid #e6e6e6;
    color: #999;
    font: 13px/18px Arial, Helvetica, sans-serif;
}

#sidebar ul li input[type=text].required.sidebar-searchform {
    background: #fff url(../../Images/SobreOSiga/input-required-light.png) right 13px no-repeat;
    border: 1px solid #e6e6e6;
}

#sidebar ul li input[type=text].sidebar-searchform:hover {
    background-color: #fff;
    color: #999;
    border: 1px solid #e6e6e6;
}

#sidebar ul li input[type=text].sidebar-searchform:focus {
    background-color: #fff;
    color: #999;
    border: 1px solid #ddd;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}




/*slider */
.flexslider {
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
}

/*navigation */
.flex-direction-nav {
    height: 0;
}

.flex-direction-nav li {
    margin: 0
}

.flex-direction-nav li a {
    width: 40px;
    height: 40px;
    display: flex;

    position: absolute;
    bottom: 0;
    top: auto;
    cursor: pointer;
    text-indent: -999em;
}

.flex-direction-nav li .prev {
    background: url(../../Images/SobreOSiga/project-nav.png) 0 -160px no-repeat;
    /*ie8 fallback*/
    background: rgba(0, 0, 0, 0.8) url(../../Images/SobreOSiga/ui_flex/bg_direction_nav.png) 0 0 no-repeat;
}

.flex-direction-nav li .next {
    background: url(../../Images/SobreOSiga/project-nav.png) 0 -200px no-repeat;
    /*ie8 fallback*/
    background: rgba(0, 0, 0, 0.8) url(../../Images/SobreOSiga/ui_flex/bg_direction_nav.png) 0 -40px no-repeat;
}

.flex-direction-nav li .prev {
    left: 0;
}

.flex-direction-nav li .next {
    right: auto;
    left: 41px;
}

.flex-direction-nav li .disabled {
    opacity: 0.3;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    cursor: default;
}

/*control */
.flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: auto;
    top: 13px;
    text-align: right;
    padding-right: 25px;
    left: -25px;
}

.flex-control-nav li {
    margin: 0 0 0 5px;
    display: inline-block;
    zoom: 1;
    *display: inline;
}


.flex-control-nav li a {
    width: 15px;
    height: 15px;
    display: flex;

    background: url(../../Images/SobreOSiga/ui_flex/bg_control_nav.png) no-repeat;
    cursor: pointer;
    text-indent: 999em;
}

.flex-control-nav li a:hover {
    background-position: 0 -15px;
}

.flex-control-nav li a.active {
    background-position: 0 -30px;
    cursor: default;
}

/*caption*/
.flex-caption {
    background: none;
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000, endColorstr=#4C000000);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000, endColorstr=#4C000000);
    zoom: 1;
}

.flex-caption {
    width: auto;
    padding: 0 15px;
    line-height: 40px;
    margin: 0;
    position: absolute;
    left: 82px;
    bottom: 0;
    background: rgba(0, 0, 0, .8);
    color: #fff !important;
    text-shadow: 0 0 0 rgba(0, 0, 0, 0);
    font-size: 14px;
    margin: 0 !important;
}



/*footer
----------------------------*/
#footer {
    position: relative;
    overflow: hidden;
    padding-top: 65px;
    padding-bottom: 10px;
    z-index: 1;
}

#footer .content {
    max-width: 870px;
    margin: auto;
    text-align: center;
    display: table;
    white-space: nowrap;
}

#footer .content .logo {
    margin-bottom: 20px;
}

#footer p.copyright {

    margin: 16px auto;
    text-align: center;

}

#footer #social-share {
    width: 200px;
    text-align: center;
    padding-left: 40px;
}

#footer #social-share .twitter-share-button {
    width: 100px !important;
}

/*odd*/
#footer.odd {
    background: url(../../Images/SobreOSiga/pattern-footer.png) repeat;
}

#footer.odd p.copyright {
    font: 12px/14px Arial, Helvetica, sans-serif;
    color: #555;
}

/*even*/

#footer.even {
    background-color: #fff;
}

#footer.even p.copyright {
    font: 12px/14px Arial, Helvetica, sans-serif;
    color: #555;
}



/*section buttons
----------------------------*/

/*general*/
.section-button {
    float: left;
    width: 100%;
    height: 20px;
    position: absolute;
    bottom: -5px;
    border-bottom: 5px solid #ddd;
    text-align: center;
}

.section-button a {
    line-height: 21px;
    position: relative;
    padding: 3px 24px;
}

.section-button a.page-up {
    background: url(../../Images/SobreOSiga/page-up.png) 0 0 no-repeat;
}

/*last page*/
.section-button.last-page {
    bottom: 0;
    border-bottom: none;
}

.section-button.last-page a.page-up {
    background: url(../../Images/SobreOSiga/page-up-footer.png) 0 0 no-repeat;
}


/*media
----------------------------*/

/*regular-thumbs*/
.thumb {
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.thumb a {
    float: left;
    cursor: pointer;
}

.thumb a .thumb-rollover {
    position: absolute;
    display: table;
    width: 100%;
    height: 100%;
    background: #ff5a00;

    background: rgba(0, 0, 0, 0.7);
    top: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.thumb a .thumb-rollover .thumbInfo {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    font: 13px 'Open Sans', sans-serif;
    font-weight: normal;
    color: #fff;
    text-align: center;
}

.thumb img,
.thumb a img {
    position: relative;
    z-index: -1;
    width: 100%;
    margin: 0 auto;
    -ms-interpolation-mode: bicubic;
    overflow: hidden;
    vertical-align: baseline;
}

/*thumb type*/
/*.thumb.feature{}*/
.thumb.xsmall {
    max-width: 123px;
    margin: 0 18px 18px 0;
    border: 2px solid #ccc;
    overflow: hidden;

}



/*fancybox-lightbox*/
.fancybox-html {
    display: none;
}

#fancybox-outer,
#fancybox-content iframe {
    background: #000 url(../../Images/SobreOSiga/logo-common.png) center center no-repeat;
}

#fancybox-content {
    border: 0px solid #000;
}

#fancybox-left,
#fancybox-right,
#fancybox-close {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

#fancybox-left-ico {
    background: rgba(0, 0, 0, 0.5) url(../../Images/SobreOSiga/fancybox/fancybox.png) -39px -22px no-repeat;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
}

#fancybox-left-ico:hover {
    background: rgba(0, 0, 0, 1) url(../../Images/SobreOSiga/fancybox/fancybox.png) -39px -22px no-repeat;
}

#fancybox-right-ico {
    background: rgba(0, 0, 0, 0.5) url(../../Images/SobreOSiga/fancybox/fancybox.png) -39px -62px no-repeat;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
}

#fancybox-right-ico:hover {
    background: rgba(0, 0, 0, 1) url(../../Images/SobreOSiga/fancybox/fancybox.png) -39px -62px no-repeat;
}

#fancybox-close {
    background: transparent url(../../Images/SobreOSiga/fancybox/fancybox.png) -40px 0px;
}

#fancybox-title-over {
    background: url(../../Images/SobreOSiga/fancybox/transparent-bkg.png) repeat;
    padding: 20px;
    width: 150px;
    display: block;
    left: 30px;
    position: relative;
    overflow: hidden;
}

#fancybox-title-over {
    color: #fff;
}

#fancybox-title-over .fancybox-num {
    font-size: 11px;
    margin-bottom: 10px;
}

#fancybox-title-over p {
    font-size: 11px;
    color: #eee;
    margin-bottom: 15px;
}


/*dividers
----------------------------*/

.divider {
    border-top: 1px solid #e2e2e2;
}




/*--------------------------------------------------------
        iv.--TYPOGRAPHY & LINKS
--------------------------------------------------------*/

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;

}

h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span {
    font-family: 'Quicksand', sans-serif;
    font-weight: normal;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    text-decoration: none;
    border-bottom: 0 !important;
}

a {
    color: #337ab7;
    text-decoration: none;
}

a:hover {
    color: #01a8d0;
}

p {
    margin-bottom: 20px;
}

p.info-focus {
    font: 18px/22px Arial, Helvetica, sans-serif;
    margin-bottom: 30px;
}

/*section title*/
h1 {
    font-size: 40px;
    line-height: 40px;
}

h2 {
    font-size: 38px;
    line-height: 38px;
}

h3 {
    font-size: 25px;
    line-height: 35px;
    margin: 50px 0;
}

h4 {
    font-size: 24px;
    line-height: 32px;
}

h5 {
    font-size: 21px;
    line-height: 28px;
}

h6 {
    font-size: 18px;
    line-height: 24px;
}

.highlight h1 {
    font-size: 95px;
    line-height: 70px;
    text-align: center;
}

.highlight h2 {
    font-size: 80px;
    line-height: 55px;
    text-align: center;
}

.highlight h3 {
    font-size: 65px;
    line-height: 50px;
    text-align: center;
}

.highlight h4 {
    font-size: 50px;
    line-height: 40px;
    text-align: center;
}

.highlight h5 {
    font-size: 40px;
    line-height: 30px;
    text-align: center;
}

.highlight h6 {
    font-size: 30px;
    line-height: 20px;
    text-align: center;
}

#fancybox-title-over h1,
#fancybox-title-over h2,
#fancybox-title-over h3,
#fancybox-title-over h4,
#fancybox-title-over h5,
#fancybox-title-over h6 {
    margin-bottom: 15px;
}

#fancybox-title-over h1 {
    font-size: 18px;
    line-height: 18px;
}

#fancybox-title-over h2 {
    font-size: 16px;
    line-height: 16px;
}

#fancybox-title-over h3 {
    font-size: 14px;
    line-height: 14px;
}

#fancybox-title-over h4 {
    font-size: 12px;
    line-height: 12px;
}

#fancybox-title-over h5 {
    font-size: 11px;
    line-height: 11px;
}

#fancybox-title-over h6 {
    font-size: 10px;
    line-height: 10px;
}


/*odd*/
.page.odd h1,
.page.odd h2,
.page.odd h3,
.page.odd h4,
.page.odd h5,
.page.odd h6 {
    color: #666;
}

.page.odd h1 a,
.page.odd h2 a,
.page.odd h3 a,
.page.odd h4 a,
.page.odd h5 a,
.page.odd h6 a {
    color: #666;
}

.page.odd span,
.page.odd h2 span,
.page.odd h3 span,
.page.odd h4 span,
.page.odd h5 span,
.page.odd h6 span {
    color: #666;
}

.page.odd h1 span a,
.page.odd h2 span a,
.page.odd h3 span a,
.page.odd h4 span a,
.page.odd h5 span a,
.page.odd h6 span a {
    color: #666;
}


/*even*/
.page.even h1,
.page.even h2,
.page.even h3,
.page.even h4,
.page.even h5,
.page.even h6 {
    color: #666;
}

.page.even h1 a,
.page.even h2 a,
.page.even h3 a,
.page.even h4 a,
.page.even h5 a,
.page.even h6 a {
    color: #666;
}

.page.even span,
.page.even h2 span,
.page.even h3 span,
.page.even h4 span,
.page.even h5 span,
.page.even h6 span {
    color: #666;
}

.page.even h1 span a,
.page.even h2 span a,
.page.even h3 span a,
.page.even h4 span a,
.page.even h5 span a,
.page.even h6 span a {
    color: #666;
}


/*highlight title*/
.highlight .info-container .info h1,
.highlight .info-container .info h2,
.highlight .info-container .info h3,
.highlight .info-container .info h4,
.highlight .info-container .info h5,
.highlight .info-container .info h6 {
    color: #fff;
    text-shadow: 3px 5px 0px rgba(0, 0, 0, 0.3);
}

.highlight .info-container .info h1 span,
.highlight .info-container .info h2 span,
.highlight .info-container .info h3 span,
.highlight .info-container .info h4 span,
.highlight .info-container .info h5 span,
.highlight .info-container .info h6 span {
    color: #fff;
}


/*focus title*/
.focus-title,
.focus-title span {
    color: #fc7022 !important;
}





/*--------------------------------------------------------
        v.--MISC
--------------------------------------------------------*/

.clearfix:after {
    content: ".";
    display: flex;

    height: 0;
    clear: both;
    visibility: hidden;
}

.left {
    float: left !important;
}

.right {
    float: right !important;
}

.last {
    margin: 0 !important;
}



/*style siga*/

.col_logo {
    position: absolute;
    top: 35%;
    left: 15%;

}

.homepage_text {
    position: absolute;
    left: 4%;
    top: 64%;
    font-size: 6em;
    color: #000;
    line-height: 30px;
    font-family: LevenimMT;

}

.home_image {
    background-size: cover;
}



/*pagina 2*/
#Apresentação .conteudo_texto p {
    font-size: 1.4em;
    line-height: 25px;
}

#Apresentação .content {
    padding-top: 6%;
    padding-bottom: 3%;
}

#Apresentação .highlight {
    height: 530px;
}

.column_one_third.last img {
    margin-top: 30%;
}

.column_one_third.last img .model {
    margin-top: 65%;
}

.vantagens_icon {
    text-align: center;
    margin-bottom: 1.5em;
}



div#wrapper div#Funcionalidades.page.even.section.scroll div.description1 ul.listasiga5 li {
    height: 50px;
}

.store a img {
    margin: 0;
    width: 15%
}


#Funcionalidades .conteudo_texto p {
    font-size: 1.5em;
    line-height: 40px;
}

#Funcionalidades .content {
    padding-top: 4%;
    padding-bottom: 0%;
}

div.page4_text {
    font-size: 2em;
    line-height: 40px;
    width: 60%;
    margin-top: 3.5%;
}

.page4_text_fila {
    position: relative;
    top: 50%;
    left: 30%;
    color: #FFF;
    font-size: 5em;
    text-align: center;
    width: 100%;
}


/* Página Adesão*/

.number_icon {
    float: left;
    margin-bottom: 2em;
    margin-right: 2em;
}

.item {
    padding-top: 10px;
    padding-left: 2em;
}

/*Media Queries*/



.page2_text.column_one_half.conteudo_texto {
    width: 65%;
}

.column_one_half.last.stripe-indicator-left {
    width: 30%;
    float: right;
}

.underline {
    text-decoration: underline;
}

.column_one_third.last .vantagens_icon img {
    margin-top: 0px;
}

.column_one_third.last p img {
    margin-top: 0px;
}

/*MODELO*/

.imagem.model {
    background-image: url('../images/gallery/logo_siga.png');
    height: 200px;
    top: 150px;
    background-repeat: no-repeat;
    background-size: contain;
}

.modelo {
    float: left;
}

.container_modelo {
    margin-bottom: 5px;
    border: 1px solid #01a8d0;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    /* future proofing */
    -khtml-border-radius: 10px;

}

.container_modelo1 {
    margin-bottom: 5px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;

    float: left;
    width: 75%;
}


.content_especificacoes {
    margin-bottom: 5px;
    float: left;
    margin-top: 1px;
    line-height: 1px;

}

.modelo img {
    padding: 21px;
    vertical-align: center;
}



.modelo_base {
    color: black;
    float: left;
    line-height: 48px;
    height: 51px;
    width: 300px;
    padding-left: 25px;
    padding-right: 8px;
    vertical-align: middle;
    border-right: 1px solid #01a8d0;

}

.def {
    line-height: 45px;
    height: 50px;
    vertical-align: middle;
    padding-left: 100px;
    margin-left: 320px;
    color: black;

}

.modelo_bottom {
    margin-top: 90%;
}

.adesao_bottom {
    margin-top: 30%;
}

.centeralign {
    text-align: center;
}

.adesao {
    margin-bottom: 45px;
}

.vantagens {
    margin-bottom: 75px;
}

#Vantagens div.column_one_fifth p {
    padding: 0px 30px 0px 30px;
}

.instituto {
    line-height: 100px;
    text-align: center;

}

.envelope {
    margin-top: 25px;
}

.home-mobile-image {
    height: 400px;
    background-size: cover !important;
    background-position: center !important;
}



ul {
    list-style-type: none;
    line-height: 19px;
    padding-left: 20px;
    margin-bottom: 30px;
}




.negrito {
    font-weight: bold;
    color: #000000;
}

.circle {

    height: 190px;
    border: 5px solid #01a8d0;
    background-size: cover;
    display: block;
    border-radius: 100px;
    -webkit-border-radius: 120px;
    -moz-border-radius: 100px;
    text-align: center;
    line-height: 196px;
    margin: 0 16px;
}

div#Indicadores.page.even.section.scroll div.content.clearfix div.column_one_third {
    width: 30%;
}

div#Clientes.page.even.section.scroll.mostra div.content.clearfix div.entidades div.column_one_third {
    width: 30%;
}

.indicadores_texto {

    font-size: 30px;
    line-height: 36px;
    font-weight: bold;
    color: #666;
    margin: 40px auto;

}

.indicadores_texto,
.circle {
    -webkit-animation: fadein 2s;
    /* Safari, Chrome and Opera > 12.1 */
    -moz-animation: fadein 2s;
    /* Firefox < 16 */
    -ms-animation: fadein 2s;
    /* Internet Explorer */
    -o-animation: fadein 2s;
    /* Opera < 12.1 */
    animation: fadein 2s;
}

@keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-moz-keyframes fadein {

    /* Firefox */
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-webkit-keyframes fadein {

    /* Safari and Chrome */
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-o-keyframes fadein {

    /* Opera */
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* Entidades*/
div#Entidades.page.even.section.scroll.mostra div.content.clearfix div.column_one_fifth {
    width: 19%;
}


#Entidades div.entidades div.column_one_fifth {
    padding-bottom: 0px;
    margin-bottom: 0px;
}



h1 {
    text-align: center;
    font-family: Tahoma, Arial, sans-serif;
    color: #06D85F;
    margin: 80px 0;
}


.box {
    width: 70%;
    background: rgba(255, 255, 255, 0.2);
    padding: 35px 35px 20px 35px;
    border: 5px solid #01a8d0;
    background-clip: padding-box;
    float: left;
    border-radius: 100px;
    -webkit-border-radius: 120px;
    -moz-border-radius: 100px;
    text-align: center;
    background-color: #FFF;
    box-shadow: 4px 8px 6px 3px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    margin: 0 32px;

}

/* Separador Funcionalidades*/

div.description1,
div.description2,
div.description3 {
    display: none;
}


div#wrapper div#Funcionalidades.page.even.section.scroll div.content.clearfix div.column_one_third div.box {
    width: 72%;
}

div#wrapper div#Funcionalidades.page.even.section.scroll div.content.clearfix div.column_one_third {
    width: 32%;
}

div#wrapper div#Funcionalidades.page.even.section.scroll div.content.clearfix div.column_one_third div.box:hover a.button span.indicadores_texto {
    color: #FFFFFF;
}

div.content div.entidades div.logos {
    width: 1000px;
    float: right;
    margin-left: 150px;
}


div#showMe1 {
    display: none;
}

div#showMe2 {
    display: none;
}

div#showMe3 {
    display: none;
}


/* ######################## */
/* ##### JSP | styles ##### */
/* ######################## */


/* ULs in the boby */
.ul_body {
    display: block !important;
}

/* Header Hero fix */

section {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 2em;
    color: #000;
    position: relative;
}

.column {
    flex-basis: 50%;
    padding: 0;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    z-index: 1;
}

.column1 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.column1 p {
    max-width: 100%;
    font-size: 3vw;
    line-height: 60px;
    font-family: "LevenimMT", sans-serif;
}

.column2 {
    background-image: url(../../Images/SobreOSiga/gallery/siga1920-e.png);
    background-size: cover;
    background-position: center;
    flex-grow: 1;
    background-size: auto 100%;
    background-repeat: no-repeat;
}

.logo {
    max-width: 100%;
    height: auto;
    max-height: 50vw;
}

.fontSistema {
    font-family: LevenimMT;
    margin: 16px auto;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(rgba(23, 76, 151, 0.1), rgba(23, 76, 151, 0.1));
    z-index: -1;
}

/* Módulos */

/* Módulos web start */
.button-wrapper {
    display: flex;
    justify-content: center;
    width: 100%;
}

.content-button {
    width: 70%;
    background: rgba(255, 255, 255, 0.2);
    padding: 35px 35px 20px 35px;
    border: 5px solid #01a8d0;
    background-clip: padding-box;
    float: left;
    border-radius: 100px;
    -webkit-border-radius: 120px;
    -moz-border-radius: 100px;
    text-align: center;
    background-color: #FFF;
    box-shadow: 4px 8px 6px 3px rgb(0 0 0 / 10%);
    cursor: pointer;
    margin: 0 16px;
}

.content-wrapper {
    width: 80%;
    margin: 50px auto;
}

.hidden-content {
    display: none;
}

.appStore-container {
    display: flex;
    grid-template-columns: repeat(1, 1fr);
    gap: 0;
    justify-items: center;
    align-items: center;
    width: 50%;
    float: left;
}



/* Módulos web end */

.button-modulos-container {
    display: flex;
    width: auto;
    margin: 0 auto;
    padding: 25px
}

.indicadores_texto_modulos {
    margin: 15px auto;
    font-size: 30px;
    line-height: 15px;
    font-weight: bold;
    color: #666;
}

/* SIGA EM NUMEROS */

.patern-bkgd {
    background: #fff url(../../Images/SobreOSiga/patterns/odd-pattern4.png);
    background-size: cover;
    background-repeat: repeat;
}

.sigaEmNumeros-container {
    display: flex;
    width: auto;
    margin: 0 auto;
    padding: 25px;
    justify-content: space-evenly;
}

.txt-sigaEmNumeros {
    font-size: 2vw;
    text-align: center;
    line-height: 55px;
    font-weight: 500;
    color: #666;
    margin: 0 32px;

}

.circle-numeros {
    border: 5px solid #01a8d0;
    padding: 25px;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 10px;
    display: grid;
}

.numb_size {
    font-size: 3vw;
    margin: 32px auto;
}

/* Logotipos */

.logotipos-container {
    display: grid;
    grid-template-columns: repeat(5, 1fr);

    gap: 15px;
    justify-items: center;
    align-items: center;
}

.logos-siga {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.logos-siga img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}


.h2-info-txt {
    width: 80%;
    margin: 0 auto;
}

.info-txt {
    font-size: 75px;
    line-height: 75px;
}

/* Apresentação */

.apresentacao-txt {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(auto, 1fr));

    grid-gap: 20px;

}

.store a img {
    margin: 0;
    width: 15%
}


/* MEDIA QUERIES */

@media only screen and (max-width: 3084px) {

    /* Home */

    .column1 p {
        max-width: 75%;
        font-size: 2.5vw;
        line-height: 120px;
        font-family: "LevenimMT", sans-serif;
    }

    .txt-sigaEmNumeros {
        font-size: 2vw;
        text-align: center;
        line-height: 50px;
        font-weight: 500;
        color: #666;
    }



}

@media only screen and (max-width: 1880px) {
    .txt-sigaEmNumeros {
        font-size: 2vw;
        text-align: center;
        line-height: 50px;
        font-weight: 500;
        color: #666;
    }


}

@media only screen and (max-width: 1200px) {
    .txt-sigaEmNumeros {
        font-size: 2vw;
        text-align: center;
        line-height: 32px;
        font-weight: 500;
        color: #666;
    }


}


@media only screen and (max-width: 992px) {

    /* Módulos */

    div#wrapper div#Funcionalidades.page.even.section.scroll div.content.clearfix div.column_one_third div.box {
        width: 100%;
    }

    .column_one_half,
    .column_one_third,
    .column_one_fourth,
    .column_one_fifth,
    .column_two_thirds,
    .column_three_fourths {
        float: left;
        margin-right: 0%;
        overflow: hidden;
        position: relative;
        margin-bottom: 0;
        padding-bottom: 0%;
        margin-top: 0;
    }

    /* Modules buttons */

    .button-modulos-container {
        display: grid;

        max-width: 992px;
        margin: 0 auto;
    }

    .button-modulos {
        background-color: #ffffff;
        color: #666;
        padding: 30px 50px;
        border: 5px solid #01a8d0;
        border-radius: 50px;
        cursor: pointer;
        width: 100%;
        max-width: 100%;
        margin: 1.5rem auto;
        display: block;


        background: rgba(255, 255, 255, 0.2);
        border: 5px solid #01a8d0;
        background-clip: padding-box;
        float: left;
        border-radius: 100px;
        -webkit-border-radius: 120px;
        -moz-border-radius: 100px;
        text-align: center;
        background-color: #FFF;
        box-shadow: 4px 8px 6px 3px rgb(0 0 0 / 10%);
        cursor: pointer;
    }

    .button-modulos img {
        height: 40px;
    }

    .indicadores_texto_modulos {
        margin: 15px auto;
        font-size: 30px;
        line-height: 15px;
        font-weight: bold;
        color: #666;
    }

    .description1,
    .description2,
    .description3 {
        display: block;
        width: 85%;
        margin: 0 auto;
    }



    .text-top {
        margin-top: 32px;
    }

    /* Siga em números */

    .indicadores_texto {
        font-size: 25px;
        line-height: 25px;
        font-weight: bold;
        color: #666;
        margin: 55px auto;
    }

    /* SIga em Numeros */

    .txt-sigaEmNumeros {
        font-size: 3vw;
    }

    .info-txt {
        font-size: 50px;
    }

    .store a img {
        margin: 0;
        width: 20%;
    }

}

@media only screen and (max-width: 830px) {

    .circle-numeros {
        border: 5px solid #01a8d0;
        padding: 25px;
        border-radius: 100px;
        margin: 32px 0;
        display: flex;
    }

    .sigaEmNumeros-container {
        display: grid;
        width: 100%;
        margin: 0 auto;
        padding: 25px;

    }

    .icons-container {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 45px;
        justify-items: center;
        align-items: center;
    }

    .store a img {
        margin: 0;
        width: 25%;
    }


}




@media only screen and (max-width: 768px) {

    /* LOGO SIGA */

    .logo {
        max-width: 60%;
        height: auto;
        max-height: 50vw;
    }

    .column1 p {
        max-width: 100%;
        font-size: 3vw;
        line-height: 35px;
        font-family: "LevenimMT", sans-serif;
    }

    /* Vantagens */

    .icons-container {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
        justify-items: center;
        align-items: center;
    }

    .icon-item {
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .icon-item img {
        max-width: 100%;
        max-height: 100%;
        object-fit: contain;
    }

    .icon-wrapper {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .icon-p {
        text-align: center;
        margin: 15px auto;
    }

    /* Siga em Numeros */



    .txt-sigaEmNumeros {
        font-size: 4vw;
    }

    .circle-numeros {
        border: 5px solid #01a8d0;
        padding: 25px;
        border-radius: 100px;
        margin: 32px 0;
        display: flex;
        width: 75%;
    }


    /* Título SEM FILAS DE ESPERA */

    .sem-filas {
        line-height: 85px;
    }


    /* Logotipos */

    .logotipos-container {
        display: grid;
        grid-template-columns: repeat(2, 1fr);

        gap: 20px;
        justify-items: center;
        align-items: center;
    }

    .logos-siga {
        width: 80%;

        display: flex;
        justify-content: center;
        align-items: center;
    }

    .logos-siga img {
        max-width: 100%;
        max-height: 100%;
        object-fit: contain;
    }

    .info-txt {
        font-size: 40px;
    }

    .desktop {
        width: 75px;
        height: auto;
    }

    .store a img {
        margin: 0;
        width: 30%;
    }
}


@media only screen and (max-width: 730px) {

    /* Módulos Quebra */

    .button-wrapper {
        display: grid;
        justify-content: inherit;
        width: 100%;
    }

    .content-button {
        width: 100%;
        background: rgba(255, 255, 255, 0.2);
        padding: 15px 35px 15px 35px;
        border: 5px solid #01a8d0;
        background-clip: padding-box;

        border-radius: 100px;
        -webkit-border-radius: 120px;
        -moz-border-radius: 100px;
        text-align: center;
        background-color: #FFF;
        box-shadow: 4px 8px 6px 3px rgb(0 0 0 / 10%);
        cursor: pointer;
        margin: 16px 16px;
    }

    .txt-sigaEmNumeros {
        font-size: 3vw;
    }

    .store a img {
        margin: 0;
        width: 32%;
    }
}

@media only screen and (max-width: 576px) {

    /* HOME */

    .logo {
        max-width: 50%;
        height: auto;
        max-height: 50vw;
    }

    /* Módulos */

    .button-wrapper {
        display: grid;
        justify-content: inherit;
        width: 100%;
    }

    .content-button {
        width: 100%;
        background: rgba(255, 255, 255, 0.2);
        padding: 15px 35px 15px 35px;
        border: 5px solid #01a8d0;
        background-clip: padding-box;

        border-radius: 100px;
        -webkit-border-radius: 120px;
        -moz-border-radius: 100px;
        text-align: center;
        background-color: #FFF;
        box-shadow: 4px 8px 6px 3px rgb(0 0 0 / 10%);
        cursor: pointer;
        margin: 16px 16px;
    }



    .description1 {
        margin: 32px auto;
    }

    /* Vantagens */

    .icon-item img {
        width: 50%;
        height: 50%;
        object-fit: contain;
    }

    /* SIga em numeros */
    .txt-sigaEmNumeros {
        font-size: 3.3vw;
    }

    .numb_size {
        font-size: 5vw;
        margin: 10px auto;
    }

    /* INFO */

    .h2-info-txt {
        width: 80%;
        margin: 0 auto;
    }

    .info-txt {
        font-size: 40px;
        line-height: 40px;
    }

    .logotipos-container {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
        justify-items: center;
        align-items: center;
    }

    .store a img {
        margin: 0;
        width: 32%;
    }

}

@media only screen and (max-width: 480px) {

    /* Home */
    .column2 {
        background-size: auto 50%;
    }

    /* Logotipos */

    .logotipos-container {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
        justify-items: center;
        align-items: center;
    }

    .container-siga {
        width: 100%;
        margin: 0 auto;
    }

    .logos-siga {
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .logos-siga img {
        max-width: 100%;
        max-height: 100%;
        object-fit: contain;
    }

    /* Módulos */

    .button-wrapper {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        justify-content: inherit;
        width: 91%;
    }

    .video-plchldr {
        width: 100%;
    }

    .appStore-container {
        display: flex;
        grid-template-columns: repeat(1, 1fr);
        gap: 0;
        justify-items: center;
        align-items: center;
    }

    .appStore-item {
        width: 100%;
        height: 100%;
    }

    .img-store {
        width: 28%;
    }

    /* Vantagens */

    .icons-container {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
        justify-items: center;
        align-items: center;
    }

    .icon-item {
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .icon-item img {
        max-width: 80%;
        max-height: 80%;
        object-fit: contain;
    }

    .icon-wrapper {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .icon-p {
        text-align: center;
        margin: 15px auto;
    }

    /* INFO */

    .h2-info-txt {
        width: 80%;
        margin: 0 auto;
    }

    .info-txt {
        font-size: 40px;
        line-height: 40px;
    }
}

@media only screen and (max-width: 375px) {

    /* Módulos */

    .button-modulos-container {
        padding: 0;
    }

    .button-modulos {
        width: 80%
    }

    .video-plchldr {
        width: 100%;
    }

    .store a img {
        margin: 0px 0px 0px 10px;
        width: 27%;
    }

    /* SIga em numeros */

    .sigaEmNumeros-container {
        display: grid;
        width: 80%;
        margin: 0 auto;
        padding: 25px;

    }

    .txt-sigaEmNumeros {
        font-size: 4vw;
        text-align: center;
        line-height: 32px;
        font-weight: 500;
        color: #666;
        margin: 0 10px;
    }


    .content-wrapper {
        width: 100%;
        margin: 50px auto;
    }

    .container-siga {
        width: 100%;
        margin: 0 auto;
    }

    .img-store {
        width: 27%;
    }

    .ul_body {
        display: block !important;
        width: 100%;
    }

}


/* O código css abaixo estava no html */

/* The Modal (background) */
.modal {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 1;
    /* Sit on top */
    padding-top: 100px;
    /* Location of the box */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4);
    /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
}

/* The Close Button */
.close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}