/*!
 * IE10 viewport hack for Surface/desktop Windows 8 bug
 * Copyright 2014-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@-ms-viewport {
  width: device-width;
}
@-o-viewport {
  width: device-width;
}
@viewport {
  width: device-width;
}

@font-face {
  font-family: 'Ubuntu', sans-serif;
  src: url(/assets/theme/fonts/PantonDemo-Light.otf);
}
@font-face {
  font-family: 'Ubuntu', sans-serif; font-weight:500;
  src: url(/assets/theme/fonts/PantonNarrowDemo-Black.otf);
}
@font-face {
  font-family: 'Ubuntu', sans-serif; font-weight:700;
  src: url(/assets/theme/fonts/PantonDemo-Black.otf);
}

@font-face {
  font-family: Montserrat;
  src: url(/assets/theme/fonts/Montserrat-Regular.otf);
}
@font-face {
  font-family: MontserratLight;
  src: url(/assets/theme/fonts/Montserrat-Light.otf);
}
@font-face {
  font-family: MontserratBold;
  src: url(/assets/theme/fonts/Montserrat-Bold.otf);
}


body {
  padding: 0px;
  margin: 0px;
  font-family: 'Ubuntu', sans-serif;
  overflow-x: hidden;
  transition: opacity 1s ease-in-out;
  -moz-transition: opacity 1s ease-in-out;
  -webkit-transition: opacity 1s ease-in-out;
}

select:invalid { display: none; }

.verticalAlignHelper {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.navbar {
  margin-bottom: 22px;
}

.sticky-menu{
  margin-bottom: 0px;
}

.navbar-toggle{
  float: left;
  margin-left: 1.2em;
}

.header_home{
  height: 100vh;
  background: url(/assets/theme/images/seaction-header.jpg);
  background-position-x: left;
  background-position-y: top;
  background-repeat: no-repeat;
  background-size: 100%;
}
.navbar-brand img{
  height: 5em;
  margin: 0.7em 4em;
}

.nav-right{
  float:right;
  margin: 1.5em 2.5em;
}

.nav-right a,
.nav-right a:hover,
.nav-right a:active,
.nav-right a:visited{
  text-decoration: none;
  font-family: 'Ubuntu', sans-serif; font-weight:500;
  background-color: transparent;
}

.nav-right .btn-cadastro-top,
.nav-right .btn-cadastro-top a,
.nav-right .btn-cadastro-top:hover,
.nav-right .btn-cadastro-top a:hover{
  background-color: #C32654 !important;
  color: white !important;
  border-radius: 60px;
  padding: 12px;
  text-align: center;
  font-size: x-large;
}
.nav-right .btn-cadastro-top a{
  color: white;
}

.nav-right .entrar-top:hover{
  background-color: transparent;
}
.nav-right .entrar-top a,
.nav-right .entrar-top a:hover{
  color: #C32654;
  background-color: transparent;
  font-size: x-large;
  padding: 24px;
}

.navbar-main,
.navbar-main:hover{
  margin: 1.5em 6em;
}
.navbar-main a,
.navbar-main li,
.navbar-main a:hover,
.navbar-main li:hover{
  color: white;
  margin: 0 1em;
  font-family: 'Ubuntu', sans-serif; font-weight:500;
  background-color: transparent !important;
}
.navbar-nav > li
.navbar-nav > li:hover {
  margin-right: 1em;
  margin-left: 5em;
  background-color: transparent;
}
.navbar-main > li > a > span {
  font-size: 1.7em;
}
.navbar-main > li.active > a > span,
.navbar-main > li > a > span:hover {
  border-bottom: 2px solid #fff;
}

.user-labels{
  font-size: 1.3em;
  color: #c32654;
  font-weight: 1000;
}

.sticky-menu .container-fluid{
  background-image: url(/assets/theme/images/float-menu-bg.png);
  height: 9em;
}
.sticky-menu img{
  position: absolute;
  top: 0;
  left: 0;
  height: 8.7em;
}

.sticky-menu a,
.sticky-menu li,
.sticky-menu a:hover,
.sticky-menu li:hover{
  color: #444;
  margin: 0 1em;
  font-family: 'Ubuntu', sans-serif; font-weight:500;
  background-color: transparent !important;
}
.sticky-menu .navbar-nav-left{
  float: none;
  position: absolute;
  left: 21%;
  top: 26%;
}

.sticky-menu li
.sticky-menu li:hover {
  margin-right: 1em;
  margin-left: 5em;
  background-color: transparent;
}

.sticky-menu .navbar-sticky > li > a > span {
  font-size: 1.7em;
}

.sticky-menu .navbar-sticky > li.active > a > span,
.sticky-menu .navbar-sticky > li > a > span:hover {
  border-bottom: 2px solid #444;
}


.left-home-container{
  padding-left: 11em;
  padding-top: 5em;
  padding-right: 3.5em;
  font-family: 'Ubuntu', sans-serif;
  color: white;
}

.left-home-container h1{
  font-size: 4em;
}
.left-home-container h2{
  font-size: 2.2em;
}

.right-home-form-container{
  background-color: rgba(240,240,240,0.8);
  padding: 5%;
  margin: 4em;
  border-radius: 10px;
}
.right-home-form-container small{
  color: #444;
  font-family: 'Ubuntu', sans-serif; font-weight:500;
}
.right-home-form-container select{
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1em;
  height: 4em;
  font-size: 1.4em;
  color: black;
  font-family: 'Ubuntu', sans-serif;
  background: url(/assets/theme/images/selectarrow.png) no-repeat right #fff;
}
.right-home-form-container select::-ms-expand {
  display: none;
}
.perguntesobre,
.perguntesobre:hover,
.perguntesobre:active{
  background-color: rgb(60, 60, 60);
  border: 3px solid rgb(60, 60, 60);
  color: white !important;
  padding: 1em;
  border-radius: 2em;
  transition: all 0.3s ease;
  text-decoration: none !important;
  cursor: pointer;
  margin-left: 10%;
}

.orange-btn{
  background-color: #F15A29;
  border: 3px solid #F15A29;
  color: white;
  padding: 1em;
  border-radius: 2em;
  transition: all 0.3s ease;
}

.orange-text{
  color: #F15A29;
  border: none;
  background: none;
  padding: 1em;
  font-size: 2em;
}

.orange-btn:disabled,
.orange-btn:disabled:hover{
  opacity: 0.6;
  background-color: #F15A29;
  border: 3px solid #F15A29;
  color: white;
  border-radius: 2em;
  transition: all 0.3s ease;
}
.orange-btn:disabled:hover{
  cursor: not-allowed;
}

.white-btn-border{
  border: 3px solid white;
}

.orange-btn:hover{
  background-color: #fff;
  color: #F15A29;
  transition: all 0.3s ease;
  text-decoration: none;
}

.white-btn{
  background-color: white;
  border: 3px solid white;
  color: #F15A29;
  padding: 1em;
  border-radius: 2em;
  transition: all 0.3s ease;
}

.white-btn:hover{
  background-color: #F15A29;
  color: white;
  transition: all 0.3s ease;
  text-decoration: none;
}

.right-home-form-container center{
  padding-top: 4em;
}

.right-home-form-container button{
  width: 60%;
  height: 4em;
  border-radius: 50px;
  font-size: 1.4em;
}


.home-flow-first-container{
  margin-top: -7em;
  padding: 2em 7em;
}
.home-flow-first{
  border-radius: 10px;
  background-color: white;
  padding: 3em;
}

.home-flow-second h2,
.home-flow-4 h2,
.home-flow-4b h2{
  font-size: 4em;
  color: #f15a29;
}
.home-flow-second h3,
.home-flow-4 h3,
.home-flow-4b h3{
  font-size: 1.5em;
  color: #777;
}

.home-flow-second ul,
.home-flow-4 ul,
.home-flow-4b ul {
  list-style: none;
  padding-left: 0;
}

.home-flow-second li,
.home-flow-4 li ,
.home-flow-4b li{
  display: flex;
  align-items: center; /* Alinha verticalmente o ícone com o texto */
  margin-bottom: 1em;
  position: relative;
  margin-left: 20px
}

.home-flow-second li::before,
.home-flow-4 li::before,
.home-flow-4b li::before {
  content: "";
  background-image: url('/assets/theme/images/check.png');
  background-size: contain;
  background-repeat: no-repeat;
  width: 1.2em; /* ajuste conforme o tamanho do ícone */
  height: 1.2em;
  margin-right: 10px;
  flex-shrink: 0;
}


.home-flow-second ul li,
.home-flow-4 ul li,
.home-flow-4b ul li {
  margin: 10px;
  vertical-align: middle;
  height: 2em;
  font-size: 1.5em;
  position:relative;
  color: #777;
}
.home-flow-second ul li{
  font-size: 1em;
}
.home-flow-second ul l,
.home-flow-4 h2,
.home-flow-4b h2{
  height: auto;
  vertical-align: middle;
}
.home-flow-second ul li span,
.home-flow-4 ul li span,
.home-flow-4b ul li span {
  position:absolute;
  line-height: 15px;
}
.home-flow-second-bottom b{
  font-size: 1.7em;
  color: #f15a29;
  font-family: 'Ubuntu', sans-serif; font-weight:500;
}
.home-flow-second-bottom{
  text-align: center;
}
.home-flow-second-bottom a{
  font-size: 1.5em;
  padding: 1.1em 3em;
}
.home-flow-second-bottom a:hover{
  text-decoration: none;
}

.home-flow-3{
  background-position-x: left;
  background-position-y: top;
  background-repeat: no-repeat;
  background-size: 100%;
  margin-top: 5%;
}
.home-flow-3-delimiter{
  background: url(/assets/theme/images/flow-3-bg.jpg);
  height: 35em;
  position:relative;
}

.home-flow-3-sqr-one{
  background-color: rgba(206,19,75,0.7);
  height: 50%;
  width: 30%;
  position: absolute;
  left: 8%;
  top: 19%;
  border-radius: 2em;
}
.home-flow-3-sqr-two{
  background-color: rgba(247,77,22,1);
  height: 50%;
  width: 30%;
  position: absolute;
  left: 11%;
  top: 25%;
  border-radius: 2em;
  padding: 2%;
  color: white;
}

.home-flow-3-sqr-two a{
  font-size: 1.5em;
  padding: 1em 4em;
  font-family: 'Ubuntu', sans-serif; font-weight:500;
}

.home-flow-4{
  background-color: #efefef;
  padding: 8em 5em 0 5em;
}
.home-flow-4b{
  background-color: #efefef;
  padding: 0 8em 3em 8em;
}

.home-flow-4-left{
  padding: 5em 4em;
  color: #777;
}
.home-flow-4-left h2{
  font-size: 4em;
}
.home-flow-5{
  background-color: #0093D7;
}
.home-flow-5-delimiter{
  height: 52em;
  position:relative;
}

.home-flow-5-sqr-one{
  background-color: #D2EBF7;
  height: 60%;
  width: 86%;
  position: absolute;
  right: 0%;
  top: 14%;
  border-radius: 1.5em 0 0 1.5em;
}

.home-flow-5-sqr-two{
  background-color: white;
  height: 65%;
  width: 89%;
  position: absolute;
  right: 0%;
  top: 20%;
  border-radius: 1.5em 0 0 1.5em;
  padding: 2%;
  color: #0093D7;
}

.home-flow-5-sqr-two h4{
  font-size: 1.5em;
  line-height: 1.5em;
  margin-top: 30px;
}

.home-flow-5-left-inner{
  background: url(/assets/theme/images/section-5.png);
  color: white;
  height: 30em;
  width: 30em;
  text-align: center;
  background-repeat: no-repeat;
  padding: 3em 3em;
  margin: 4em;
  background-size: cover;
}

.home-flow-5-item{
  padding-top: 5em;
}

.home-flow-5-left h2{
  font-size: 4em;
}

.home-flow-5-left h3{
  font-size: 1.7em;
}


.full-white-button{
  background-color: white;
  color: #0093D7;
  padding: 2em;
  text-decoration: none;
  font-family: 'Ubuntu', sans-serif; font-weight:500;
  padding: 1.3em 5em;
  border-radius: 4px;
  font-size: 1.3em;
  transition: all 0.2s ease;
}

.full-white-button:hover{
  text-decoration: none;
  background-color: #0093D7;
  color: white;
  border: 2px solid white;
  transition: all 0.2s ease;
}
.home-flow-6{
  background: url(/assets/theme/images/flow-6-bg.png);
  background-position-x: left;
  background-position-y: top;
  background-repeat: no-repeat;
  background-size: 100%;
}

.home-flow-6-delimiter{
  height: 40em;
  position:relative;
}

.home-flow-6-text{
  color:white;
  padding: 7em 12em;
  position: relative;
}


.home-flow-6-text h2{
  font-size: 2em;
  line-height: 1.3em
}

.home-flow-6-contacts{
  position: absolute;
  bottom: -3em;
  left: 50%;
  font-size: 1.4em;
  line-height: 2.3em;
}

.home-flow-6-contact-form{
  position: absolute;
  top: 6em;
  right: 17%;
  width: 30%;
}
.home-flow-6-contact-form-inner{
  -webkit-box-shadow: 0px 0px 15px 3px rgba(180,180,180,0.7);
  -moz-box-shadow: 0px 0px 15px 3px rgba(180,180,180,0.7);
  box-shadow: 0px 0px 15px 3px rgba(180,180,180,0.7);
  background-color: white;
  border-radius: 7px;
  min-height: 40em;
  padding: 1em 4em;
  z-index: 999;
  width: 40vw;
}

.home-flow-6-contact-form-inner input{
  font-size: 1.4em;
  height: 2em;
  color: black;
}

.home-flow-6-contact-form-inner textarea{
  font-size: 1.2em;
  color: black;
}

.home-flow-6-contact-form-inner h2{
  color: #C32654;
  font-size: 3em;
}
.purple-btn{
  background-color: #C32654 !important;
  color: white;
  border-radius: 60px;
  font-size: 1.6em;
  padding: 0.4em 1.4em;
  text-decoration: none;
  z-index: 999;
  border: none;
}


.purple-btn:hover{
  background-color: rgb(197, 5, 63) !important;
}


.purple-btn-noborder{
  color: white;
  border-radius: 5px;
  font-size: 1em;
  padding: 1em 3em;
}

.home-flow-7{
  background-color: #eee;
  background-position-x: left;
  background-position-y: top;
  background-repeat: no-repeat;
  background-size: 100%;
}

.home-flow-7-delimiter{
  padding-top: 10em;
  padding-bottom: 10em;
}

.home-flow-7-delimiter h2{
  font-size: 4em;
  color: #777;
}
.home-flow-7-delimiter h3{
  font-size: 1.7em;
  color: #777;
}
.home-flow-7-delimiter img{
  margin-left: 22px;
  -webkit-filter: grayscale(100%); 
  filter: grayscale(100%);
  transition: all 0.2s ease;
}
.home-flow-7-delimiter img:hover{
  -webkit-filter: grayscale(0%); 
  filter: grayscale(0%);
  transition: all 0.2s ease;
}
textarea{
  resize: none; 
}

.floatWa, .floatWa:hover{
  position: fixed;
  width: 80px;
  height: 80px;
  bottom: 1em;
  right: 1em;
  background-color: #009D00;
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  font-size: 53px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
  transform: translate3d(0px, 0px, 0px);
}

.theFloatWa {
  margin-top: 14px;
}

footer{
  background-color: #C32654;
  color:white;
  padding-top: 6em;
  padding-bottom: 3em;
}

.social-footer{
  display: table-cell;
}
.social-footer-holder{
  margin-left: 26%;
}
.social-tag{
  margin-left: 5px;
  font-size: 2em;
  padding: 4px;
  text-align: center;
  border-radius: 50%;
  background-color: white;
  width: 45px;
  height: 45px;
}
.social-footer a,
.social-footer a:hover{
  color: #C32654;
}

.footer-logo{
  height: 200px;
}
.footer-links,
.footer-links a,
.footer-links a:hover{
  padding-top: 40px;
  color:white;
  font-size: 22px;
}
.footer-links a,
.footer-links a:hover{
  text-decoration: none;
}

.footer-copy{
  padding-top: 40px;
}
.footer-links-bottom{
  padding-top: 22px;
}
.footer-links-bottom a,
.footer-links-bottom a:hover{
  color:white;
  text-decoration: underline;
}

.errormessage{
  color: red;
}

.modal-header .close {
  margin-top: -2px;
  color: black;
  opacity: 1;
  font-size: 4em;
  font-family: unset;
}

.modal-body input[type=text],
.modal-body input[type=tel],
.modal-body input[type=email],
.modal-body textarea,
.modal-body input[type=password]{
  font-size: 1.4em;
  min-height: 2em;
  color: black;
  border: none;
  box-shadow: none;
  border-bottom: 1px solid gray;
  border-radius: 0;
}
.modal-header,
.modal-body{
  border-bottom: none;
  color: #666;
  padding: 4% 10%;
}

.modal-header-red{
  background-color: #da243b;
}

.modal-header-blue{
  background-color: #2aa1c0;
}

.modal-body h4{
  font-family: 'Ubuntu', sans-serif; font-weight:500;
}
.control {
  font-family: arial;
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 5px;
  padding-top: 3px;
  cursor: pointer;
  font-size: 16px;
}
.control input {
      position: absolute;
      z-index: -1;
      opacity: 0;
  }
.control_indicator {
  position: absolute;
  top: 2px;
  left: 0;
  height: 22px;
  width: 22px;
  background: #e6e6e6;
  border: 0px solid #000000;
}
.control-radio .control_indicator {
  border-radius: 0;
}

.control:hover:not(:checked) input ~ .control_indicator{
  background: #C32654;
}

.control input:checked ~ .control_indicator{
  background: #0093D7;
}
.control:hover:not(:checked) input:not([disabled]):checked ~ .control_indicator,
.control input:not(:checked):focus ~ .control_indicator {
  background-color: #C32654;
}
.control input:disabled ~ .control_indicator
.control input:disabled:not(:checked):not(:focus) ~ .control_indicator {
  background: #e6e6e6;
  opacity: 0.6;
  pointer-events: none;
}
.control_indicator:after {
  box-sizing: unset;
  content: '';
  position: absolute;
  display: none;
}
.control input:checked ~ .control_indicator:after {
  display: block;
}
.control-checkbox .control_indicator:after {
  left: 8px;
  top: 4px;
  width: 3px;
  height: 8px;
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.control-checkbox input:disabled ~ .control_indicator:after {
  border-color: #7b7b7b;
}
.modal-footer{
  padding-top: 30px;
  font-size: 1.4em;
  text-align: left;
}
.modal-footer a{
  color: #C32654;
}

.divider-top{
  padding: 9% 0% 4% 35%;
  margin: auto;
  background: #d52628;
  background: -moz-linear-gradient(left, #d52628 0%, #f9923a 100%);
  background: -webkit-linear-gradient(left, #d52628 0%,#f9923a 100%);
  background: linear-gradient(to right, #d52628 0%,#f9923a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d52628', endColorstr='#f9923a',GradientType=1 );
  color: white;
}
.divider-top h1{
  font-size: 3em;
}

.divider-top p{
  font-size: 2em;
}

.sistemas-filter{
  background-color: #ddd;
  padding: 0 3%;
}

.sistemas-filter select {
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1em;
  height: 4em;
  font-size: 1em;
  padding-left: 0;
  color: black;
  font-family: 'Ubuntu', sans-serif;
  background: url(/assets/theme/images/selectarrowsmall.png) no-repeat right #fff;
}
.sistemas-filter select:disabled {
  background: url(/assets/theme/images/selectarrowsmalldisabled.png) no-repeat right;
}
.sistemas-filter option:disabled {
  display: none;
  visibility: hidden;
}

.user-img{    
  position: relative !important;
  height: auto !important;
  margin-right: 10px;
}

.sistemas-filter .col-lg-3{
  padding: 5px 15px;
}

.bigbutton {
  width: 60%;
  height: 75px;
  border-radius: 80px;
  font-size: 2em;
  padding-top: 0.5em;
}

.advisor-image{
  padding: 4% 15%;
}

.advisor-image img{
  width: 100%;
}

.divider-sistemas{
  width: 70%;
  border: 1px solid #999;
}

.advisor-wantsys{
  color:white;
  background: #c32654; /* Old browsers */
  background: -moz-linear-gradient(-45deg, #c32654 0%, #f15a2a 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #c32654 0%,#f15a2a 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #c32654 0%,#f15a2a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c32654', endColorstr='#f15a2a',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.advisor-wantsys .col-lg-7{
  padding: 10% 13%;
}
.advisor-wantsys .col-lg-7 h1{
  font-size: 3em;
}

.advisor-wantsys .col-lg-5{
  padding: 10% 0%;
  font-size: 1.5em;
}
.advisor-wantsys .col-lg-5 input{
  width: 60%;
  border-radius: 9px;
  border: none;
  padding: 10px;
  color: black;
}
.transparent-and-white-btn{
  color: white;
  border: 2px solid white;
  background-color: transparent;
  border-radius: 80px;
  height: 54px;
  padding: 10px 83px;
  transition: all 0.3s ease;
}


.transparent-and-white-btn:hover{
  color: #c32654;
  background-color: white;
  transition: all 0.3s ease;
}

.advisor-relatorios .col-lg-7{
  padding: 6% 5%;
}
.advisor-relatorios .col-lg-7 button{
  width: 40%;
  height: 60px;
  font-size: 18px;
}

.advisor-relatorios .col-lg-5{
  padding: 6% 0;
}
.advisor-relatorios h2{
  font-size: 21px;
  color: #fff;
  width: 230px;
  text-transform: uppercase;
}

.advisor-relatorios h3{
  font-size: 4em;
  color: #fff;
  margin: 1em 0;
}

.advisor-systems{
  padding-left: 15%;
}
.advisor-systems h3{
  color: #c32654;
  font-size: 22px;
  font-family: 'Ubuntu', sans-serif; font-weight:500;
}
.advisor-systems h3 span{
  color: #aaa;
  font-size: 18px;
  font-family: 'Ubuntu', sans-serif;
}

.system-div-block{
  margin-bottom: 50px;
  height: 400px;
}

button,
a,
.entrar-top,
.btn-cadastro-top{
  cursor: pointer;
}

.system-div-left{
  float: left;
  width: 32%;
  color: #666;
  font-size: 22px;
}
.system-div-left a{
  font-size: 22px;
  text-decoration: none;
  color: #666;
}

.system-div-left a:hover{
  color: #c32654;
  text-decoration: none;
  cursor: pointer;
}


.system-div-left-fav a{
  font-size: 22px;
  text-decoration: none;
  color: #c32654;
}

.system-div-left-fav a:hover{
  color: #666;
  text-decoration: none;
  cursor: pointer;
}


.system-div-right{
  float: left;
  width: 50%;
  color: #666;
  padding-left: 7%;
}

.system-div-right h4{
  font-size: 32px;
}

.system-div-right p{
  font-size: 18px;
}

.system-div-right a{
  color: #666;
  text-decoration: underline;
}

.system-image-div{
  border: 4px solid #666;
  border-radius: 6px;
  width: 250px;
  height: 250px;
  white-space: nowrap; /* this is required unless you put the helper span closely near the img */  
}

.system-image-div-fav{
  border: 4px solid #c32654;
  border-radius: 6px;
}

.system-image-div img,
.system-image-div-fav img{
  width: 95%;
  height: auto;
  vertical-align: middle;
}

.alert{
  position: fixed;
  top: 40%;
  left: 10%;
  width: 80%;
  min-height: 70px;
  font-size: 2em;
  text-align: center;
}

.read-mode-modal-body{
  font-size: 1.2em;
}

.pagination>li>a{
  font-size: 1.3em;
  color: #C32654;
  padding: 1em;
}
.pagination>li>a:disabled{
  font-weight: 700;
}

.termos_de_uso{
  width: 100%;
  margin: 5%;
}

.termos_de_uso p{
  max-width: 90vw;
}

.userHolder {
  font-size: x-large;
  padding-top: 10px;
  cursor: default !important;
}

.system-flow-2{
  width: 50% !important;
}

.system-flow-2-header{
  font-weight: 800;
  color: #666;
}

.system-div-bottom{
  padding-top: 40px;
  padding-bottom: 20px;
}
.system-div-bottom a {
  font-size: 22px;
  text-decoration: none;
  color: #666;
}

@media only screen and (min-height: 1024px) {
  .header_home{
    height: 40vh;
  }
  .system-div-block{
    height: 15vh;
  }
  .system-div-right{
    width: 65%;
  }
  .system-div-block {
    height: 18vh;
  }
}
@media only screen and (width: 768px) {
  .sticky-menu .container-fluid{
    height: 5em;
    position: absolute;
    top: -10px;
    left: -10px;
    width: 102%;
  }
  .navbar-brand img{
    height: 85px !important;
  }
  .sticky-menu .navbar-nav-left{
    left: 16%;
    top: 0%;
  }
  .topMenuImage{
    visibility: hidden;
  }
  .navbar-nav {
    background: #fff !important;
  }
  .sticky-menu .navbar-sticky > li > a > span {
    font-size: 1.2em;
  }
  .sticky-menu .nav-right {
    margin: 1% 0 !important;
    height: 0;
  }
  .nav-right .btn-cadastro-top, .nav-right .btn-cadastro-top a, .nav-right .btn-cadastro-top:hover, .nav-right .btn-cadastro-top a:hover {
    background-color: #C32654 !important;
    color: white !important;
    border-radius: 60px;
    padding: 5px;
    text-align: center;
    font-size: large;
    margin-top: 4px;
  }
  .nav-right .entrar-top a, .nav-right .entrar-top a:hover{
    font-size: large;
    margin-top: -5px;
  }
}
@media only screen and (max-width: 1366px) {
  .system-image-div {
    width: 200px;
    height: 200px;
  }
}
@media only screen and (max-width: 1024px) {
  .right-home-form-container select{
    background: url(/assets/theme/images/selectarrowsmall.png) no-repeat right #fff;
  }
  .divider-top{
    padding-top: 14%;
  }
  .navbar-main,
  .navbar-main:hover{
    margin: 0% 25%;
  }
  .navbar-main > li > a > span {
    font-size: 1.2em;
  }
  .navbar-brand img {
    margin: 0.7em 1em;
  }
  .nav-right {
    float: right;
    margin: -5% 0;
  }
  .sticky-menu a, .sticky-menu li, .sticky-menu a:hover, .sticky-menu li:hover {
    margin: 0 0.2em;
  }
  .sticky-menu .nav-right {
      float: right;
      margin: 3% 0;
  }
  .header_home {
    height: auto;
    background-size: cover;
  }
  .left-home-container {
    padding-left: 4em;
    padding-top: 5em;
    padding-right: 0;
    font-family: 'Ubuntu', sans-serif;
    color: white;
  }
  .right-home-form-container select {
    font-size: 14px;
    margin-left: 0;
    padding-left: 0;
  }
  .home-flow-second ul li {
    margin: 10px;
    vertical-align: middle;
    height: auto;
    line-height: auto;
    font-size: auto;
    position: relative;
    color: #777;
  }
  .home-flow-second ul li span {
      position: absolute;
      font-size: 13px;
      top: -15%;
  }
  .home-flow-first-container {
    margin-top: 5em;
    padding: 0em 0em;
  }
  .home-flow-second-bottom a {
    font-size: 14px;
    padding: 1.1em 3em;
  }
  .home-flow-3 {
    background: url(/assets/theme/images/flow-3-bg.jpg);
    background-position-x: center;
    background-position-y: top;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .home-flow-4{
    padding: 2em 2em 0 2em;
  }
  .home-flow-4-left h2 {
    font-size: 2em;
  }
  .home-flow-4-left {
    padding: 0;
    color: #777;
  }
  .home-flow-4-left h3{
    font-size: 12px;
  }
  .home-flow-5-left-inner {
    background: url(/assets/theme/images/section-5.png);
    color: white;
    height: 20em;
    width: 20em;
    text-align: center;
    background-size: contain;
    background-repeat: no-repeat;
    padding: 1em 0em;
    margin: 4em;
  }
  .home-flow-5-left h2 {
    font-size: 3em;
  }
  .home-flow-5-left h3 {
    font-size: 15px;
  }
  .full-white-button {
    background-color: white;
    color: #0093D7;
    padding: 2em;
    text-decoration: none;
    font-family: 'Ubuntu', sans-serif; font-weight:500;
    padding: 1.3em 2em;
    border-radius: 4px;
    margin-left: 15%;
    font-size: 1em;
  }
  .home-flow-5-item img{
    height: 100px;
  }
  .home-flow-5-sqr-one {
    height: 55%;
    width: 80%;
  }
  .home-flow-5-sqr-two {
    height: 55%;
    width: 85%;
  }
  .home-flow-5-delimiter {
    height: 40em;
    position: relative;
  }
  .home-flow-6-text h2 {
    font-size: 1.5em;
    line-height: 1.3em;
  }
  .home-flow-6-contacts {
    position: absolute;
    bottom: 0em;
    left: 18%;
    font-size: 1.4em;
    line-height: 2.3em;
  }
  .home-flow-6-contact-form-inner h2 {
    color: #C32654;
    font-size: 1.3em;
  }
  .home-flow-6-contact-form {
    position: absolute;
    top: 6em;
    right: 2%;
    width: 49%;
  }
  .home-flow-6 {
    background-size: cover;
  }
  .home-flow-7-delimiter img{
    height: 120px;
  }
  .advisor-wantsys .col-lg-5{
    padding: 10% 10%;
  }
  .bigbutton{
    padding-top: 18px;
  }
  .sistemas-filter .col-lg-3{
    padding: 5px 15px 0 15px;
  }
}

/* MOBILE CSS */
@media only screen and (max-width: 800px){
  html,body {
    margin: 0 auto;
    padding: 0;
    overflow-x: hidden;
    position:relative;
  }
  @-moz-document url-prefix() {
    .modal-body { height: auto; min-height: 100%; }
    .modal { height: auto; min-height: 100%; }
    .modal-dialog {
      width: 100%;
      height: 100%;
      min-height: 100%;
      padding: 0;
      margin: 0;
      top: 0;
      left: 0;
    }
    .sistemas-filter .col-lg-3{
      padding: 5px 15px 0 15px;
    }
    .modal-content {
      height: auto;
      min-height: 100%;
      border-radius: 0;
      border: 0px solid #000;
      margin: 0;
      padding: 0;
      top: 0;
      left: 0;
    }
  
  }
  .bigbutton{
    padding-top: 9px;
    height: 55px;
    float: none !important;
  }
  .divider-top{
    padding: 20% 0% 4% 10%;
    margin: 0;
    width: 96%;
    -webkit-box-sizing: initial;
    -moz-box-sizing: initial;
    box-sizing: initial;
  }
  .divider-top h1 {
    font-size: 2em;
    width: 80%;
  }
  .divider-top p {
    font-size: 1.5em;
    width: 80%;
  }
  .navbar-toggle .icon-bar{
    border: 2px solid white;
    width: 36px;
  }
  button .navbar-toggle{
    margin: 1em;
  }
  .navbar {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 100%;
  }
  .navbar-brand img {
    margin: 0;
    position: absolute;
    top: 10%;
    right: 15%;
    height: 57px;
  }
  .navbar-nav{
    background: #e85f32;
  }
  ul .navbar-nav{
    border-bottom: 1px solid white;
    margin-bottom: 30px;
  }
  #nav span,
  #nav a{
    color: white;
    font-weight: 800;
  }
  .left-home-container h1 {
    font-size: 1.7em;
  }
  .left-home-container h2 {
    font-size: 1em;
  }
  .left-home-container {
    padding: 0;
    margin: 0 10%;
    margin-top: 25%;
  }
  .right-home-form-container {
    margin: 10% 0% 10% 4%;
  }
  .right-home-form-container center {
    padding-top: 0em;
  }
  .right-home-form-container button {
    width: 85%;
    height: 2em;
    line-height: 0em;
    border-radius: 50px;
    font-size: 1.4em;
  }
  .home-flow-second{
    padding: 10%;
  }
  .home-flow-second h2 {
    font-size: 2em;
  }
  .home-flow-second ul li {
    margin: 10px;
    margin-top: 22px;
    height: auto;
    line-height: 22px;
    font-size: 22px;
  }
  .home-flow-second-bottom a {
    font-size: 12px;
    padding: 1em 1em;
  }
  .home-flow-3-delimiter {
    height: 25em;
    position: relative;
  }
  .home-flow-3-sqr-two {
    background-color: rgba(247,77,22,1);
    height: 60%;
    width: 80%;
    position: absolute;
    left: 11%;
    top: 25%;
    border-radius: 2em;
    padding: 2%;
    color: white;
  }
  .home-flow-3-sqr-two h2{
    font-size: 22px;
  }
  .home-flow-3-sqr-one {
    background-color: rgba(206,19,75,0.7);
    height: 60%;
    width: 80%;
    position: absolute;
    left: 8%;
    top: 19%;
    border-radius: 2em;
  }
  .home-flow-4b{
    background-color: #efefef;
    padding: 0;
  }
  .home-flow-second ul li, .home-flow-4 ul li, .home-flow-4b ul li {
      height: auto;
  }
  .home-flow-5-sqr-one {
    display:none;
  }
  .home-flow-5-sqr-two {
    background-color: white;
    height: auto;
    width: 100%;
    position: unset;
    right: 0%;
    margin-top: 60%;
    margin-left: 0;
    border-radius: 0;
    padding: 0% 15%;
    color: #0093D7;
  }
  .home-flow-5-delimiter{
    height: 30em;
  }
  .full-white-button{
    margin-left: 0;
  }
  .home-flow-6-text {
    color: white;
    padding: 1em 4em;
    position: relative;
  }
  .home-flow-6-contacts {
    position: unset;
    bottom: none;
    left: 15%;
    padding-top: 25px;
    font-size: 1.2em;
    line-height: 2.3em;
  }
  .home-flow-6-contact-form {
    position: unset;
    top: 0;
    margin-left: 1%;
    width: 98%;
  }
  .home-flow-6-contact-form-inner {
    padding: 1em 3em;
    width: 99%;
    margin-bottom: 20%;
  }
  .home-flow-7-delimiter {
    padding: 2em;
  }
  .home-flow-7-delimiter h2 {
    font-size: 2em;
    text-align: left;
  }
  .home-flow-7-delimiter h3 {
    font-size: 1em;
    text-align: left;
  }
  footer{
    padding-bottom: 8em;
  }
  .footer-copy {
    padding: 15px 29px;
  }
  .footer-links-bottom {
    padding: 25px;
  }
  .floatWa, .floatWa:hover {
    position: fixed;
    width: 50px;
    height: 50px;
    bottom: 15px;
    right: 15px;
    background-color: #009D00;
    color: #FFF;
    border-radius: 40px;
    text-align: center;
    font-size: 35px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
  }
  .theFloatWa {
    margin-top: 0px;
  }
  .sistemas-filter select{
    font-size: 1em;
  }
  .advisor-wantsys .col-lg-7 h1{
    font-size: 2em;
  }
  .advisor-wantsys .col-lg-5{
    padding: 10%;
  }
  .advisor-wantsys .col-lg-5 input{
    width: 100%;
  }
  .advisor-relatorios h3{
    font-size: 2em;
  }
  .advisor-relatorios .col-lg-7 button {
    width: 80%;
    height: 60px;
  }
  .modal-dialog {
    margin: -5px;
  }
  .modal-content{
    padding: 0;
  }
  .system-div-block{
    border-bottom: 1px dashed #c81050;
    height: auto;    
  }
  .system-div-left{
    float: none;
    width: 100%;
    color: #666;
    font-size: 22px;
  }
  .system-div-right{
    float: none;
    width: 88%;
  }

  .system-div-right a{
    color: #666;
    text-decoration: underline;
  }

  .system-image-div {
    width: 130px;
    height: 130px;
    border: 4px solid #666;
    border-radius: 6px;
    float: left;
  }
  .perguntesobre, .perguntesobre:hover, .perguntesobre:active {
    padding: 0.5em;
    font-size: 0.7em !important;
    text-decoration: none !important;
  }
  .system-div-left a {
    margin-left: 22px;
    font-size: 0.7em !important;
  }
  
  .system-flow-2{
    width: 80% !important;
  }

  .system-flow-2-header{
    font-size: 18px;
    line-height:22px;
  }

  .filterButtons{
    float: left;
    width: 45%;
    font-size: 1.5em;
    margin-bottom: 25px;
  }
}

@media only screen and (min-width: 1300px) {
  small {
    font-size: 1.4em;
  }
  .right-home-form-container select{
    font-size: 1.2em;
  }
  .nav-right {
    float: right;
    margin: 1.5em 1.5em;
  }
  .home-flow-4 .img-responsive{
    margin-top: 5%;
  }
  .home-flow-5-left-inner{
    padding: 5em 0em;
    margin: 1em;  
  }
  .full-white-button{
    padding: 1.3em 3em;
  }
  .home-flow-6-contact-form{
    right: 9%;
    width: 40%;
  }
  .social-footer-holder {
    margin-left: 15%;
  }
}
@media only screen and (min-width: 2000px){
  small {
    font-size: 2em;
  }
  .right-home-form-container select {
      font-size: 2.5em;
  }
  .left-home-container h2 {
    font-size: 3em;
  }
  .left-home-container h1 {
    font-size: 4em;
  }
  .home-flow-4 .img-responsive {
    margin-top: 5%;
  }
  .home-flow-5-left-inner {
    margin: 5em;
  }
  .social-footer-holder {
    margin-left: 33%;
  }
}
@media only screen and (min-width: 1000px){
  .social-footer-holder {
    margin-left: 33%;
  }
}


/* The side navigation menu */
.sidenav {
  height: 100%; /* 100% Full-height */
  width: 0; /* 0 width - change this with JavaScript */
  position: fixed; /* Stay in place */
  z-index: 1; /* Stay on top */
  top: 0; /* Stay at the top */
  left: 0;
  background: #d52628;
  background: -moz-linear-gradient(left, #d52628 0%, #f9923a 100%);
  background: -webkit-linear-gradient(left, #d52628 0%,#f9923a 100%);
  background: linear-gradient(to right, #d52628 0%,#f9923a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d52628', endColorstr='#f9923a',GradientType=1 );
  overflow-x: hidden; /* Disable horizontal scroll */
  padding-top: 60px; /* Place content 60px from the top */
  transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
}

/* The navigation menu links */
.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #fff;
  display: block;
  transition: 0.3s;
}

/* When you mouse over the navigation links, change their color */
.sidenav a:hover {
  color: #fff;
}

/* Position and style the close button (top right corner) */
.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#main {
  transition: margin-left .5s;
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}


@media only screen and (max-width: 800px) {
  .hidden-sm {
    visibility: visible;
  } 
  .social-footer-holder {
    margin-left: 34%;
  }
}

@media only screen and (max-width: 420px) {
  .hidden-xs{
    visibility: hidden;
    display: none;
  }
  .home-flow-5-sqr-two {
    background-color: white;
    height: auto;
    width: 100%;
    position: unset;
    right: 0%;
    margin-top: 150%;
    margin-left: 0;
    border-radius: 0;
    padding: 0% 15%;
    color: #0093D7;
  }
  .home-flow-5-delimiter{
    height: 65em;
  }
  .home-flow-5-left-inner{
    margin: 3em 1em 5em 1em;
  }
}

 
@media only screen and (min-width: 860px)  and (max-width: 870px) {
  .navbar-brand img {
    margin: 0.7em 1em;
  }
  .sticky-menu img {
    height: 5.7em;
  }
  .sticky-menu .container-fluid {
    height: 6.2em;
  }
  .sticky-menu .navbar-nav-left {
    left: 19%;
  }
  .sticky-menu .navbar-sticky > li > a > span {
    font-size: 1.3em;
  }
  .nav-right .btn-cadastro-top a{
    font-size: large;
  }
  .nav-right .btn-cadastro-top{
    padding: 0px;
  }
  .nav-right .entrar-top a, .nav-right .entrar-top a:hover {
    font-size: large;
    padding: 10px;
  }
  .left-home-container {
    padding-top: 8em;
  }
  .home-flow-3-sqr-two a {
    font-size: 1em;
    padding: 1em 3em;
  }
  .home-flow-second{
    padding: 0 5%;
  }
  .home-flow-second h2 {
    font-size: 4em;
    color: #f15a29;
  }
  .home-flow-3-sqr-one,
  .home-flow-3-sqr-two {
    width: 40%;
  }
  .home-flow-5-sqr-one {
    height: 60%;
    width: 57%;
  }
  .home-flow-5-sqr-two {
    height: 60%;
    width: 53%;
  }
  .home-flow-5-sqr-two h4 {
    font-size: 1em;
    line-height: 1.5em;
    margin-top: 30px;
  }
  .home-flow-6-text h2 {
    font-size: 1.3em;
    line-height: 1em;
    width: 40%;
  }
  .home-flow-6-text {
    padding: 7em 9em;
  }
  .home-flow-6-contacts {
    left: 14%;
  }
  .social-footer-holder {
    margin-left: 0;
  }
  .hidden-md{
    display: none;
    visibility: hidden;
  }
  .system-div-block-sp{
    display: block !important;
    visibility: visible !important;
  }
}

@media only screen and (min-width: 400px) and (max-width: 420px) {
  .social-footer-holder {
    margin-left: 0;
  }
  .home-flow-5-left-inner{
    height: 26em;
    width: 30em;
  }
  .home-flow-5-left h3 {
    font-size: 1.7em;
    width: 75%;
    margin-left: 7%;
  }
  .system-div-right {
    float: none;
    width: 93%;
    padding-left: 5%;
  }
  .home-flow-3-sqr-one, .home-flow-3-sqr-two {
    width: 75% !important;
  }
  .home-flow-6-text {
    padding: 2em 3em !important;
  }
  .home-flow-5-sqr-two {
    height: auto !important;
    width: auto !important;
  }
  .hidden-md{
    display: none;
    visibility: hidden;
  }
  .system-div-block-sp{
    display: block !important;
    visibility: visible !important;
  }
}

@media (max-width: 991px) and (min-width: 768px){
  .hidden-xs,.hidden-sm {
    display: none;
    visibility: hidden;
  }
  .sticky-menu{
    display: block !important;
    visibility: visible !important;
    position: fixed;
  }
  .system-div-block .hidden-xs .hidden-sm{
    display: block !important;
  }
  .system-div-block{
    height: auto !important;
  }
  .system-div-right{
    width: 45%;
    padding-right: 30px;
  }
  .perguntesobre, .perguntesobre:hover, .perguntesobre:active{
    margin: 0 !important;
    padding: 0.6em;
  }
  .system-image-div {
    width: 160px;
    height: 160px;
  }
  .system-div-left a{
    font-size: 20px;
  }
  .modal-dialog{
    width: 100%;
    margin-top: 0;
  }
}

@media only screen and (min-width: 730px) and (max-width: 740px){
  .social-footer-holder {
      margin-left: 0;
  }
  .home-flow-5{
    height: 1270px;
  }
  .home-flow-5-item {
    margin-bottom: 1em;
    height: 250px;
  }
  .home-flow-6-delimiter {
    position: inherit;
    height: 900px;
  }
  .home-flow-6-text {
    position: unset;
  }
}