﻿@media (min-width: 0) {
  .main {
    margin: auto;
    padding: 0;
  }
}

@media (min-width: 1200px) {
  .main {
    margin: auto;
    padding: 0;
  }
}

@media (min-width: 0) {
  .main .topo {
    position: relative;
    z-index: 300;
    height: auto;
    display: block;
  }

  .main .topo h1 {
    text-indent: -9999px;
    margin: 0;
    width: 120px;
    height: 72px;
    background: url(../img/logo_novo.png) 0 25px no-repeat;
    background-size: 100%;
  }

  .main .logo a {
    display: table;
    width: 100%;
  }
}

@media (min-width: 990px) {
  /*.main .topo{
		height: 120px;
	}*/

  .main .topo h1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 180px;
    height: 116px;
    background: url(../img/logo_novo.png) 0 20px no-repeat;
    background-size: contain;
  }
}

@media (min-width: 990px) {
  .main .topo {
    width: 100%;
    margin: auto;
    margin-bottom: 10px;
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    padding-bottom: 5px;
    display: table;
  }
}

@media (min-width: 990px) {
  .interna {
    margin-top: 100px;
  }
}

.interna h1 {
  font-size: 36px;
  color: #00bfd7;
  font-weight: bold;
  text-align: center;
}

/*Login********************/
@media (min-width: 0) {
  .login {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    padding: 20px;
    box-shadow: -20px 0px 100px #000;
    color: #fff;
    display: none;
    z-index: 9999999;
    font-size: 24px;
    display: none;
    color: #000;
  }

  .login input {
    width: 100%;
    padding: 8px 0;
    border: 1px solid #ccc;
    text-indent: 5px;
    color: #000;
  }

  .login h2 {
    font-weight: bold;
    text-align: center;
    background: transparent;
    color: #333;
    padding: 10px 0;
  }

  .login li {
    margin: 0 0 5px 0;
  }

  .login input[type="button"] {
    background: #52c0d3;
    color: #fff;
    border: 1px solid #ccc;
    padding: 10px 0;
    font-size: 24px;
    transition: ease 0.3s;
  }

  .login input[type="button"]:hover {
    background: #3092a2;
  }

  .login ul {
    margin: 60px 0 0 0;
  }

  .login .esqueceu {
    color: #52c0d3;
  }

  .login .btn-close {
    float: right;
    color: #fff;
    width: 40px;
    text-align: center;
    border-radius: 20px;
    padding: 7px 0 7px 0;
    font-weight: bold;
    background: #52c0d3;
  }

  .main .slogan h2 {
    color: #52c0d3;
    font-size: 20px;
    opacity: 0.8;
    width: 100%;
    text-align: center;
  }

  .main .slogan h2 strong {
    font-size: 24px;
  }

  .login .cont-login {
    width: 100%;
    padding: 20px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 200;
    background: #fff;
  }
}

@media (min-width: 1200px) {
  .main .slogan h2 {
    font-size: 24px;
    width: 70%;
    margin: 10px 0 0 40px;
    padding: 10px;
    text-align: left;
  }

  .main .slogan h2 strong {
    font-size: 30px;
  }

  .login .cont-login {
    font-size: 20px;
    height: auto;
    top: 10%;
    left: 50%;
    width: 600px;
    margin-left: -300px;
    color: #000;
    padding: 20px;
    box-shadow: 0 0 40px #000;
  }

  .login .esqueceu {
    color: #52c0d3;
  }

  .login ul {
    margin: 0 0 10px 0;
  }

  .login li {
    margin: 0 0 2px 0;
  }

  .login .btn-close {
    position: absolute;
    top: -8px;
    right: -9px;
  }
}

@media (min-width: 768px) {
  .main .topo h1 {
    padding: 0 0 42px 0;
  }
}

/***************************/
@media (min-width: 0) {
  ul.dados-usuario {
    padding: 2px 15px 5px 15px;
    color: #fff;
    background: #999;
    display: block;
    /*border-radius: 5px;*/
  }

  ul.dados-usuario a {
    border: 1px solid #000;
    padding: 3px 10px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fefcea+0,f1da36+100;Gold+3D */
    background: rgb(254, 252, 234);
    /* Old browsers */
    background: -moz-linear-gradient(
      top,
      rgba(254, 252, 234, 1) 0%,
      rgba(241, 218, 54, 1) 100%
    );
    /* FF3.6-15 */
    background: -webkit-linear-gradient(
      top,
      rgba(254, 252, 234, 1) 0%,
      rgba(241, 218, 54, 1) 100%
    );
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(
      to bottom,
      rgba(254, 252, 234, 1) 0%,
      rgba(241, 218, 54, 1) 100%
    );
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fefcea', endColorstr='#f1da36', GradientType=0);
    /* IE6-9 */
    border: 1px solid #000;
    border-radius: 5px;
    color: #000;
    font-size: 12px;
    transition: all 0.3s;
  }

  ul.dados-usuario a:hover {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f1da36+0,fefcea+100 */
    background: #f1da36;
    /* Old browsers */
    background: -moz-linear-gradient(top, #f1da36 0%, #fefcea 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #f1da36 0%, #fefcea 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #f1da36 0%, #fefcea 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f1da36', endColorstr='#fefcea', GradientType=0);
    /* IE6-9 */
    transition: all 0.3s;
  }

  ul.dados-usuario li {
    display: inline-table;
    margin: 0px 10px 0px 0px;
  }
}

@media (min-width: 768px) {
  ul.dados-usuario li {
    display: inline-table;
    font-size: 12px;
  }
}

/**********************/
@media (min-width: 0) {
  .cont-inst {
    padding: 10px;
    line-height: 18px;
  }

  .cont-inst h2 {
    background: #00bfd7;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    padding: 15px 20px;
    border-radius: 12px;
    font-size: 24px;
    margin-bottom: 20px;
    position: relative;
  }

  .cont-inst h4 {
    color: #00bfd7;
    font-weight: bold;
    margin: 15px 0 0 0;
  }

  .cont-inst ul.texto {
    width: 100%;
  }

  .cont-inst ul.texto li {
    width: 100%;
    margin: auto;
  }

  .cont-inst ul.border-none li {
    border: 0;
  }

  .cont-inst ul.border li {
    border-bottom: 1px dotted #ccc;
  }

  .cont-inst h2 .ico {
    position: absolute;
    left: 50px;
    top: 8px;
    width: 40px;
    height: 40px;
  }

  .cont-inst h2.missao .ico {
    background: url("../img/icones/alvo.png") no-repeat;
    background-size: 36px;
  }

  .cont-inst h2.visao .ico {
    background: url("../img/icones/eye.png") no-repeat;
    background-size: 36px;
    top: 18px;
  }

  .cont-inst h2.valores .ico {
    background: url("../img/icones/estrela.png") no-repeat;
    background-size: 36px;
  }
}

@media (min-width: 990px) {
  .cont-inst {
    margin-top: -80px;
  }

  .cont-inst ul.texto {
    width: 100%;
  }

  .cont-inst ul.texto li {
    width: 100%;
    margin: auto;
  }
}

/**********************/
@media (min-width: 0) {
  .rodape {
    /*margin: 50px 0;*/
    background: #56cddc;
    padding: 20px 0;
    border-top: 5px solid #a2f1ff;
    width: 100%;
  }

  .rodape .container p {
    font-size: 14px;
    color: #fff;
    width: 80%;
    float: left;
  }

  .rodape ul {
    float: right;
  }

  .rodape ul.parceiros {
    padding: 10px 0;
    display: table;
    width: 210px;
  }

  .rodape ul.parceiros li {
    float: left;
    display: inline-table;
    margin-right: 5px;
    border: 1px solid #ccc;
  }

  .rodape ul.parceiros li:first-child {
    float: left;
  }

  .rodape ul.parceiros a {
    width: 100%;
    display: table;
  }

  .rodape ul.parceiros img {
    width: 100%;
  }

  .rodape ul.parceiros span {
    display: none;
  }

  .rodape ul.dados-usuario {
    display: none;
  }

  .rodape .copyright .container {
    padding: 15px;
  }

  .rodape strong {
    color: #fff;
    font-size: 12px;
  }
}

@media (min-width: 480px) {
  .rodape ul.parceiros li {
    width: 98px;
    height: 56px;
  }
}

/**********************/
@media (min-width: 0) {
  .btnMobile {
    display: block;
    position: absolute;
    top: 10px;
    right: 0px;
    color: #000;
    padding: 40px 15px 0px 15px;
    z-index: 99999;
  }

  .icoMenu {
    background: url("../img/icones/menuMobile.png") top center no-repeat;
  }

  .icoMenuSel {
    background: url("../img/icones/menuFechar.png") top center no-repeat;
  }

  .icoLogin {
    background: url("../img/icones/user.png") top center no-repeat;
    right: 60px;
    display: block;
  }

  .btnMobile:hover {
    text-decoration: none;
    color: #000;
  }

  .menu {
    position: absolute;
    font-size: 20px;
    top: 30px;
    left: 0;
    z-index: 20;
    width: 100%;
    height: 100%;
    padding: 50px 0 0 0;
    display: none;
    z-index: 200;
    background: #fff;
  }

  .menu a {
    text-transform: uppercase;
    padding: 5px 0;
    display: block;
    font-weight: bold;
    color: #00bfd7;
  }

  .menu a strong {
    color: #52c0d3;
  }

  .menu .mascara {
    z-index: -1;
    background: #fff;
  }

  .menu ul {
    margin: 0;
    text-align: center;
  }

  .login-menu {
    border: 2px solid #28c0d7;
    display: table;
    border-radius: 20px;
    padding: 5px 25px 5px 50px;
    float: right;
    position: relative;
    width: 90%;
    top: 0;
    margin: 5%;
    display: none;
  }

  .login-menu a {
    color: #28c0d7;
    /*text-transform: uppercase;*/
    font-size: 14px;
    font-weight: bold;
  }

  .login-menu .ico-login {
    width: 32px;
    height: 33px;
    background: url("../img/icones/login.png") no-repeat;
    background-size: 32px;
    position: absolute;
    top: 10px;
    left: 10px;
  }

  .menu li {
    display: block;
    padding: 10px;
  }

  .menu .login-menu span {
    display: table;
    font-size: 20px;
  }

  .menu .login-menu .esqueceu {
    cursor: pointer;
    font-size: 13px;
    padding: 0;
    margin-top: -5px;
  }

  .menu .login-menu .esqueceu:hover {
    text-decoration: underline;
  }

  .menu .login-menu .esqueceu span {
    color: #52c0d3;
    display: inline-table;
    font-size: 14px;
  }

  .mobile-login-menu a {
    display: block;
    position: absolute;
    top: 10px;
    right: 65px;
    color: #000;
    padding: 40px 15px 0px 15px;
    z-index: 99999;
    background: url(../img/icones/user.png) top center no-repeat;
  }

  .mobile-cad-menu a {
    display: block;
    position: absolute;
    top: 10px;
    right: 120px;
    color: #000;
    padding: 40px 15px 0px 15px;
    z-index: 99999;
    background: url(../img/icones/file.svg) top center no-repeat;
  }
}

@media screen and (min-width: 768px) {
  .login-menu {
    border: 2px solid #28c0d7;
    /*display: table;*/
    border-radius: 20px;
    padding: 5px 25px 5px 50px;
    float: right;
    position: relative;
    width: 50%;
    top: 0;
    margin: 5% 25%;
  }
}

@media screen and (min-width: 1200px) {
  .mobile-login-menu {
    display: none !important;
  }

  .menu {
    background: none;
  }

  .menu ul {
    margin: 10px 0 0 -20px;
  }

  .menu li {
    padding: 0;
  }

  .menu .mobile {
    display: none;
  }

  .menu .mascara {
    display: none;
  }

  .btnMobile {
    display: none;
  }

  .menu {
    position: relative;
    z-index: 20;
    padding: 0;
    top: 0;
    display: table;
    margin: 20px 0 0 0;
    z-index: 300;
  }

  .menu li {
    display: inline-table;
  }

  .menu li a {
    font-size: 13px;
    font-weight: lighter;
    display: inline-table;
    color: #717171;
    margin: 0px 5px;
  }

  .menu a {
    padding: 0;
  }

  .menu li a:hover {
    color: #52c0d3;
    text-decoration: none;
  }

  .login-menu {
    border: 2px solid #28c0d7;
    display: table;
    border-radius: 20px;
    padding: 5px 25px 5px 50px;
    float: right;
    position: relative;
    width: 100%;
    top: 0;
    margin: 0;
  }

  .menu .login-menu span {
    font-size: 13px;
  }

  .login-menu {
    display: block;
  }

	.mobile-cad-menu {
		display: none;
	}
}

/*Logado************/
@media (min-width: 0) {
  li.logado {
    margin: 5px 0 0 0;
    padding-left: 30px;
    background: url("../img/icones/user.png") 8px 3px no-repeat;
    background-size: 18px;
    display: table;
    color: #fff;
    font-size: 14px;
    line-height: 18px;
  }
}

@media (min-width: 990px) {
  li.logado {
    font-size: 16px;
  }
}

li.logado a {
  background: none;
  color: #3e6e4a;
  width: auto;
  padding: 2px 5px 0 5px;
  border-radius: 0;
}

/**********************************/
@media (min-width: 0) {
  .cont-esqueceu {
    width: 100%;
  }

  .cont-esqueceu li {
    margin: 0;
  }

  .cont-esqueceu input {
    width: 100%;
    margin-bottom: 5px;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
  }

  .cont-esqueceu ul#emails li {
    border-bottom: 1px solid #ccc;
    padding: 5px 0;
    width: 100%;
    font-size: 13px;
  }

  .cont-esqueceu ul#emails li:nth-child(2) {
    margin: 5px 0 5px 0;
  }

  .cont-esqueceu ul#emails a {
    font-size: 12px;
    font-weight: bold;
    background: #f9e120;
    background: -moz-linear-gradient(top, #f9e120 1%, #f7aa1d 100%);
    background: -webkit-linear-gradient(top, #f9e120 1%, #f7aa1d 100%);
    background: linear-gradient(to bottom, #f9e120 1%, #f7aa1d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9e120', endColorstr='#f7aa1d', GradientType=0);
    color: #000;
    border: 0;
    border: 1px solid #000;
    padding: 0px 5px;
    margin-top: -4px;
    float: right;
  }

  .cont-esqueceu input#entrar,
  .cont-esqueceu input#busca-cnpj {
    padding: 10px;
    letter-spacing: 1px;
    font-size: 0.8rem;
    text-transform: uppercase;
    margin-bottom: 25px;
  }
}

@media (min-width: 768px) {
  .cont-esqueceu form {
    width: 600px;
  }

  .cont-esqueceu input#entrar {
    width: 100%;
  }

  .cont-esqueceu ul#emails li {
    font-size: 16px;
  }

  .cont-esqueceu ul#emails a {
    padding: 0px 10px;
    font-size: 16px;
  }

  #form-senha ul {
    width: 60%;
    margin: 0 20%;
  }
}

/*Validando modal*/
@media (min-width: 0) {
  .total-cli {
    text-align: right;
    color: #000;
    margin: -5px 0px 5px 0px;
  }
}

@media (min-width: 768px) {
  .total-cli {
    padding: 5px;
    position: absolute;
    top: 35px;
    right: 32px;
    color: #fff;
  }
}

/*form-senha***************************/
@media (min-width: 0) {
  .cont-esqueceu h1 {
    text-align: center;
    margin-bottom: 20px;
  }

  .cont-esqueceu form {
    width: 100%;
  }
}

@media (min-width: 990px) {
  .cont-esqueceu form {
    width: 50%;
    margin: auto;
  }

  .cont-esqueceu li:nth-child(2) {
    margin-bottom: 40px;
  }
}

.cont-esqueceu input[type="submit"],
input[type="button"] {
  border: 0;
  background: #2e96a8;
  padding: 3px 10px;
}

.cont-esqueceu input[type="submit"]:hover,
.cont-esqueceu input[type="button"]:hover {
  background: #56cddc;
  box-shadow: 0px 10px 20px 0px rgb(46 150 168 / 33%);
}

/*
*{
	border:1px solid #000;
}*/

.btn-cadastro-modal {
  display: block;
  text-align: center;
  padding: 10px;
  margin: 40px 0 0 0;
  text-decoration: none;
  color: #333;
  background: linear-gradient(
    to bottom,
    #ffffff 0%,
    #f1f1f1 50%,
    #e1e1e1 51%,
    #f6f6f6 100%
  );
  box-shadow: 4px 4px 50px rgba(0, 0, 0, 0.1);
  border: 1px solid #ccc;
}

.btn-cadastro-modal:hover {
  background: linear-gradient(
    to bottom,
    #f6f6f6 0%,
    #e1e1e1 49%,
    #f1f1f1 50%,
    #ffffff 100%
  );
  color: #333;
  text-decoration: none;
  transition: all 0.3s;
}

/******* NOVOS ********************************/
.login .senha {
  position: relative;
}

.login .senha .eye {
  position: absolute;
  width: 55px;
  top: 0;
  bottom: 0;
  right: 0;
  background-image: url(../img/icones/eye-close.svg);
  background-size: 18px;
  background-repeat: no-repeat;
  background-position: right 16px center;
  opacity: 0.6;
  cursor: pointer;
}

.login .senha .eye.open {
  background-image: url(../img/icones/eye-open.svg);
  opacity: 1;
}

.modal-loiu {
  display: block;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgb(0 0 0 / 60%);
  z-index: 9999999;
}

.modal-loiu .modal-content {
  position: absolute;
  top: 24px;
  left: 16px;
  right: 16px;
  border-radius: 24px;
  padding: 24px;
}

.modal-loiu .h1 {
  font-size: 28px;
  line-height: 42px;
  margin: 0;
}

.modal-loiu#modal-confirma-token .modal-content,
.modal-loiu#modal-completa-numero .modal-content {
  text-align: center;
}

.modal-loiu#modal-completa-numero .modal-content p b {
  display: block;
  margin: 24px;
  font-size: 16px;
  line-height: 24px;
}

.modal-loiu#modal-confirma-token .token ul,
.modal-loiu#modal-completa-numero .numero ul {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  gap: 12px;
  margin: 24px 0;
}

.modal-loiu#modal-confirma-token .token ul li,
.modal-loiu#modal-completa-numero .numero ul li {
  max-width: calc((100% / 4) - 12px);
}

.modal-loiu#modal-confirma-token .token ul li input,
.modal-loiu#modal-completa-numero .numero ul li input {
  max-width: 100%;
  font-size: 40px;
  line-height: 60px;
  font-weight: 600;
  text-align: center;
  border: 1px solid;
  border-radius: 12px;
}

.modal-loiu#modal-confirma-token .token a,
.modal-loiu#modal-completa-numero .numero a {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.25px;
  display: block;
  margin: 0 0 32px;
}

.modal-loiu#modal-confirma-token .buttons .continue,
.modal-loiu#modal-completa-numero .buttons .continue {
  display: flex;
  width: 100%;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 1.25px;
  padding: 12px;
  border: none;
  border-radius: 100px;
  background-color: #2934d0;
  color: #fff;
}
