/* ---------------------------------IMPORTAÇÕES DE FONTES-------------------------------- */

@font-face {
  font-family: "black";
  src: url("../fonts/Roboto-Black.ttf");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "bold";
  src: url("../fonts/Roboto-Bold.ttf");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "medium";
  src: url("../fonts/Roboto-Medium.ttf");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "regular";
  src: url("../fonts/Roboto-Regular.ttf");
  font-weight: normal;
  font-style: normal;
}

/* ---------------------------------LAYOUTS GERAIS-------------------------------- */

.minh-100vh {
  min-height: 100vh !important;
}
/* ---------------------------------NAVS-------------------------------- */

.nav-tabs {
  border-bottom: 0px;
}

.nav-item.active {
  background-color: #DAF551;
  box-shadow: 0 3px 6px 0 rgba(0,0,0,.16)!important;
}


/* ---------------------------------[-------------------------------- */

.status {
  color: #000000;
}
#accordionSidebar {
  background-color: #F3FBC6;
  width: 20% !important;
}
.link-relatorio {
  position: absolute;
  right: 5px;
  top: 72px;
}
.position-limpar {
  left: 0.5rem;
}
.titulo-header {
  color: white !important;
  font-family: 'medium';
}
.item-nome {
  width: 317.92px !important;
}
.item-email {
  width: 446.41px ;
}
.item-status{
  width: 129.58px ;
}
.item-acao {
  width: 161.09px;
}
.content-ver-app {
  margin-bottom: -5rem;
}
#pager {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: -6rem;
  margin-top: 2rem;
}
.custom-control-label::before {
  border-color: #A7006E;
}
.container-relatorio {
  margin-bottom: 15rem;
}
.margem-alterar-app {
  margin-bottom: 3rem;
}
.titulo-toggle {
  font-size: 13px;
  color: #000;
}
.titulo-ver {
font-family: 'bold';
color: #B2B2B2;
}
/* ----------------------------------------------------------------- */

/* ::::INPUTS:::: */

input:checked + .slider {
  background-color: #A7006E;
}

input:focus + .slider {
  box-shadow: 0 0 1px #A7006E;
}

input:checked + .slider:before {
  -webkit-transform: translateX(1rem);
  -ms-transform: translateX(1rem);
  transform: translateX(1rem);
}

.input-observacoes {
  word-wrap: break-word !important;
    word-break: break-all !important;
    height: 100px;
}



/* ::::MENU DE MÓDULOS:::: */
.menu-lateral {
  padding: 8px !important;
  color: #A7006E !important;
  font-family: medium;
}

/* ::::BACKGROUND DASHBOARD:::: */
#content {
  background-color: #FAFAFA !important;
}

/* ::::ÍCONES E LINKS:::: */
i {
  left: 280px;
  bottom: 38px;
  cursor: pointer;
}

i img{
  height: 20px;
  width: 18px;
}

.nav-link i {
  position: relative;
  left: 0;
  top: 0;
  bottom: 10px;  
}

.margin-top-30px{
  margin-top: 30px !important;
}

a{
  color: white !important;
}

/* ::::TÍTULOS DOS MÓDULOS:::: */
.titulo-modulo {
  margin-top: 1rem;
  margin-bottom: 1rem !important;
  justify-content: center;
}

/* ::::CAIXAS DE TEXTO:::: */
#mensagem, #observacao {
  resize: none;
}

/* ---------------------------------TELA INICIAL-------------------------------- */

.container-blocks {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  position: absolute;
}

.block1 {
  width: 54%; 
  background-color: #DAF551; 
  display: flex;
  align-items: center;
  justify-content: center;
}

.block1 img {
  width: 100%;
}

.container2 {  
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #A7006E; 
}

.block2 {
  width: 430.98px;
}

/* ---------------------------------TELA DE LOGIN-------------------------------- */

.block-login {
  padding: 0px 55px;
  margin-top: 80px;
}

.logo-login {
  position: relative;
  bottom: 50px;
}

.logo-login img {
  width: 320.97px;
  position: relative;
}

.titulo-login{
  color: white;
  font-size: x-large;
  font-weight: bold;
  font-family: "bold";
}

#btn-login {
  border-radius: 6px !important;
  border-color: none !important;
  font-size: medium;
  font-family:  'Roboto', sans-serif;
  font-weight: bold;
  color: #A7006E !important;
  background-color: #DAF551;
  position: relative;
  transition: 300ms;
}

.bg-login-image {
  background-image: url('/img/alphacode_quadrado.jpg');
}

.bg-password-image {
  background-image: url('/img/alphacode_quadrado.jpg');
}

.titulo-input-login {
  color: white;
  font-size: small;
  font-family: "bold";
}

.email-login::placeholder, .senha-login::placeholder {
  color: #A7006E;
  padding-left: 10px;
  font-family:  'Roboto', sans-serif;
}

.email-login, .senha-login, #btn-login{
  border-radius: 12px !important;
}
.email-login, .senha-login {
  background-color: #F3FBC6;
}

.esqueci-senha{
  text-align: right;
  margin-bottom: 50px;
  font-family:  'Roboto', sans-serif;
  position: relative;
  bottom: 25px;
}


/* ::::ICONES DE VER/OCULTAR SENHA:::: */
#pass {
  position: relative;
}
#text {
  display: none;
  position: relative;
  bottom: 2.3rem;
  left: 17.5rem;
}

.botao-logar {
  padding: 0 !important;
  position: relative;
  bottom: 25px;

}
/* ---------------------------------TELA ESQUECI SENHA-------------------------------- */

.block-login-senha {
  padding: 0px 55px;
  margin-top: 150px;
  position: relative;
  bottom: 20px;
}

.logo-senha {
  position: relative;
  bottom: 120px;
}

.logo-senha img {
  width: 320.97px;
  position: relative;
  bottom: 10px;

}

.titulo-senha {
  color: white;
  font-size: small;
  font-family: "bold";
  margin-top: 50px;
  position: relative;
  bottom: 70px;
}

#btn-senha {
  border-radius: 6px !important;
  font-size: medium !important;
  font-family:  'Roboto', sans-serif;
  font-weight: bold;
  color: #A7006E !important;
  background-color: #DAF551 !important;
  margin-top: 50px;
  position: relative;
  bottom: 60px;
}

.input-email-senha {
  position: relative;
  bottom: 70px;
}

.input-nova-senha {
  position: relative;
  bottom: 70px;
}

#repetir-senha {
  margin-top: 1.5rem;
}

.block-nova-senha {
  padding: 0px 55px;
  position: relative;
}

.titulo-nova-senha{
  color: white;
  font-size: x-large;
  font-weight: bold;
  font-family: "bold";
}

.texto-nova-senha{
  color: white;
  font-size: smaller;
  font-family: 'regular';
}
/* ---------------------------------RODAPÉS-------------------------------- */

.sticky-footer {
  background-color: #FAFAFA;
  margin-top: 5rem;
}

.footer-login p, .footer-senha p , .footer-dashboard{
  color: #FFFFFF;
  font-size: small;
}
.footer-login img, .footer-senha img, .footer-dashboard img {
  height: 23px;
}

.footer-login, .footer-senha, .footer-dashboard{
  height: 23px !important;
  margin: 0;
  padding: 0px 55px;
}

.footer-login {
  position: relative;
  top: 30px;
}

.footer-senha {
  position: relative;
  top: 150px;
  top: 70px;
}

.blockFooter {
  width: 350px !important; 
  margin: 0;
  opacity: 0.3;
}

.blockFooterDashboard{
  color: black;
  position: absolute;
  left: 634px;
  bottom:0;
  background-color: #DAF551;
  
}

.imgFooterDashboard {
  opacity: 1;
  color: black !important;
}


.footer-cadastrar {
  border: unset;
  padding-top: 4rem;
  background-color: #FFFFFF;
}

.footer-alterar {
  border: unset;
  padding-top: 8rem;
  background-color: #FFFFFF;
}

/* ---------------------------------DASHBOARD-------------------------------- */

.card-dashboard {
  position: relative !important;
  padding: 0 !important;
  border: 0 !important;
  background-color: #FFFFFF;
  border-radius: 15px;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.04) !important;
}

#tituloDashboard {
  color: #A7006E;
  font-weight: 800;
  margin-top: 20px;
  margin-left: 10px;
}

#resultDashboard {
  color:#A7006E;
}

#navDashboard {
  margin: 10px 20px 0 20px !important;
  border-radius: 10px;
  height: 40px;
  background-color: #A7006E !important;
}

#logoDashboard {
  background-color: #A7006E;
}

.card-body-dashboard {
  padding: 5% 5% 7% 5% !important;
}

.titulo-dashboard {
  font-family: 'black';
  font-size: 31px;
  color: #A7006E !important;
  margin-top: 0 !important;
}

.row-dashboard {
  margin-bottom: 8.5rem;
}

#tituloCards {
  color: black;
}

/* ---------------------------------CONTADORES-------------------------------- */

.contador-dashboard {
  color: #A7006E !important;
  margin-top: 15px;
  font-family: 'black' !important;
  font-size: 30px !important;
}

.contador-relatorios {
  display: flex;
  justify-content: flex-end;
  color: #A7006E !important;
  margin-top: 15px;
  font-family: 'black' !important;
  font-size: 30px !important;
}


/* ---------------------------------LAYOUT DAS TABELAS-------------------------------- */

.table {
  margin-top: 2rem;
}

.table thead tr td:first-child {
  border-radius: 10px 0 0 10px;
}

.table thead tr td:last-child {
  border-radius: 0 10px 10px 0;
}

.tabela-listagem thead{
  background-color: #A7006E;
  color: #FAFAFA;
  font-family: 'medium';
  position: relative;
  bottom: 0.6rem;
}

.tabela-listagem tbody {
  background-color: #FAFAFA;
  color: #4D4F5C;
  font-family: 'regular';
  box-shadow: 0 .15rem 1.75rem 0 rgba(58,59,69,.15) !important;
}

.tabela-listagem tr td {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* ---------------------------------TAMANHOS TABELA USUARIOSAPP-------------------------------- */

.lista-usuariosapp_col_0 {
  max-width: 265px;
  width: 265px;
}

/* ---------------------------------TAMANHOS TABELA PEDIDOS-------------------------------- */

.lista-pedidos_col_1 {
  max-width: 240px;
}

/* ---------------------------------TAMANHOS TABELA ALERTAS-------------------------------- */

.lista-alertas_col_0 {
  max-width: 265px;
  width: 265px;
}

.lista-alertas_col_1 {
  max-width: 380px;
  width: 380px;
}

/* ---------------------------------TAMANHOS TABELA USUARIOS DO PAINEL-------------------------------- */

.lista-usuarios_col_0 {
  max-width: 380px;
  width: 380px;
}

.lista-usuarios_col_2 {
  max-width: 265px;
  width: 265px;
}

.lista-usuarios_col_3 {
  max-width: 265px;
  width: 265px;
}

/* ---------------------------------TAMANHOS TABELA PRODUTOS VISITADOS-------------------------------- */

.lista-produtovisitado_col_2{
  max-width: 380px;
  width: 380px;
}

/* ---------------------------------TAMANHOS TABELA LOJAS-------------------------------- */

.lista-loja_col_0, .lista-loja_col_1, .lista-loja_col_4 {
  max-width: 200px;
}

/* ---------------------------------LAYOUT BOTÃO (VER)-------------------------------- */

.tabela-listagem tbody tr td a {
  background-color: #F3FBC6;
  color: #D70081 !important;
  font-weight: bold;
  border-color: transparent;
  width: 3rem;
  border-radius: 10px;
}

.tabela-listagem tbody tr td a:hover {
  background-color: #F3FBC6;
  color: #D70081 !important;
  border-color: transparent !important;
  box-shadow: 0 3px 6px 0 rgba(0,0,0,.16) !important;
}

.tabela-listagem tbody tr td a:active {
  background-color: #F3FBC6 !important;
  color: #D70081 !important;
  border-color: transparent !important;
}

.tabela-listagem tbody tr td a:focus {
  background-color: #F3FBC6;
  color: #D70081 !important;
  border-color: transparent !important;
  box-shadow: 0 3px 6px 0 rgba(0,0,0,.16) !important;
}

/* ---------------------------------LISTA DO MENU LATERAL-------------------------------- */

#item-lista {
  margin: 10px 0 10px 20px;
  border-radius: 10px;
  height: 40px;
  width: 95%;
}

/* ---------------------------------LISTA DE PERMISSÕES-------------------------------- */

#lista-permissoes_row_0 {
  font-family: 'bold';
  opacity: 0.8;
}

#lista-permissoes i {
  display: none;
}

#lista-permissoes tbody {
  font-family: 'regular';
  color: #4B4B4B;
}

#lista-permissoes tbody:hover {
  background-color: unset;
}

/* ---------------------------------TOASTS-------------------------------- */

.iziToast {
  height: 100px;
  width: 300px;
  position: relative;
  right: 70px;
  bottom: 50px;
  padding: 0;
  background-color: #F3FBC6 !important;
  border-radius: 12px !important;
}

.iziToast::after {
  border-radius: 12px !important;

}

.iziToast-body {
  margin: 0 !important;
  padding: 0 !important;
  padding-left: 30px !important;
  padding-top: 10px !important;
}

.iziToast-title {
  width: 240px !important;
  padding: 0;
  margin: 0 !important;
  padding-bottom: 5px !important;
  color: #78005A !important;
  font-family: 'bold';
}

.iziToast-texts {
  font-size: small !important;
  color: #78005A !important;
  margin: 10px 0 0;
  padding-right: 2px;
  display: inline-block;
  float: left;
}

.iziToast-message {
  width: 240px;
  padding: 0;
  margin: 0 !important;
  color: #78005A !important;
  font-family: 'regular';
}

.iziToast-close {
  height: 20px !important;
  width: 20px !important;
  background-image:url('/img/assets_adm/iconfinder_delete.svg') !important;
  background-size: 100% !important;
  margin: 15px !important;
  margin-top: 15px !important;
  
}

.iziToast-progressbar {
  width: 270px !important;
  margin-left: 15px !important;
}

.iziToast-progressbar div {
  background: #A7006E !important;
}

.iziToast-icon {
  display:none !important;
}

/* ---------------------------------MODAL-------------------------------- */

.modal-content {
  background-color: #F3FBC6 !important;
}

.modal-header{
  color: #A7006E !important;
  font-family: medium;
}

.modal-body {
  color:#A7006E !important;
  font-weight: bold !important;
}

.cancelar-modal:hover {
  color: #fff;
  background-color: #858796;
  border-color: #858796;
  opacity: 0.7;
}

.sair-modal {
  border: unset;
  box-shadow: 0 3px 6px 0 rgba(0,0,0,.16);
}

.sair-modal:hover {
  opacity: 0.7;
  box-shadow: 0 3px 6px 0 rgba(0,0,0,.16);
}

.sair-modal:active {
  background-color: #A7006E !important;
  color: #FAFAFA !important;
}

.sair-modal:focus {
  background-color: #A7006E !important;
  color: #FAFAFA !important;
}

.modal-header, .modal-footer {
  border: unset;
}

.modal-footer a {
  background-color: #A7006E !important;
}

.modal-footer button{
  opacity: 0.6;
}

/* ---------------------------------SWAL-------------------------------- */

.swal2-popup{
  background-color: #F3FBC6 !important;
  width: 552px;
}

.swal2-title {
  color:#A7006E;
}

.swal2-input {
  border: 1px solid #A7006E !important;
}

.swal2-confirm.swal2-styled {
  background-color: #DAF551 !important;
  color: #A7006E;
  font-weight: bold;
}

/* ---------------------------------CARDS-------------------------------- */

.titulo-card {
  color: #000000 !important;
  font-family: 'medium';
  font-size: 14px;
}

.link-card {
  position: absolute;
  right: 5px;
}

.card-body-relatorio {
  padding-bottom: 2rem;
    padding-top: 2rem;
}

.card-filtro {
  position: relative;
  background-color: #ffff;
  border-radius: unset;
}

.card-filtro-resultado {
  position: relative;
  top: 0%;
  margin-top: 0.3rem;
}

.card-cadastrar {
  position: relative;
  bottom: 1rem;
  margin-bottom: 4.8rem;
}

.card-ver {
  position: relative;
  bottom: 1rem;
  margin-bottom: 4rem;
}

.card {
  border: unset;
}

.card-body-cadastrar {
  background-color: #FFFFFF;
}

.container-card-cadastrar {
  margin-bottom: 1rem;
}

.card-pedidos {
  margin-bottom: -11rem;
}

/* ---------------------------------BOTÕES-------------------------------- */

.box-botao {
  position: relative;
  left: 55.5rem;
  top: 2.6rem;
}

.botao-filtrar {
  background-color: #B5E224;
  color: #A7006E;
  font-weight: bold;
  border: unset;
  box-shadow: 0 3px 6px 0 rgba(0,0,0,.16)!important;
}

.botao-filtrar:hover {
  background-color: #B5E224;
  color: #A7006E;
  opacity: 0.87;
}

.botao-filtrar:active {
  background-color: #B5E224 !important;
  color: #A7006E !important;
}

.botao-filtrar:focus {
  background-color: #B5E224 !important;
  color: #A7006E !important;
}

.botao-voltar {
  background: unset;
  border: unset;
  box-shadow: unset !important;
}

.botao-voltar:hover {
  background-color: unset;
  border: unset;
  box-shadow: unset !important;}

.botao-voltar:active {
  background-color: unset !important;
  border: unset;
  box-shadow: unset !important;
}

.botao-voltar:focus {
  background-color: unset !important;
  border: unset;
  box-shadow: unset !important;
}

.btn-excel {
    background-color: #78005A !important;
    font-size: 14px !important;
}

/* ---------------------------------ICONES-------------------------------- */

.icone-cadastrar {
  border-radius: 50%;
  background-color: #A7006E;
  border-color: unset;
  box-shadow: 0 3px 6px 0 rgba(0,0,0,.16)!important;
}

.icone-cadastrar:hover {
  background-color: #A7006E;
  border-color: unset;
  opacity: 0.85;
}

.icone-cadastrar:active {
  background-color: #A7006E !important;
  border-color: unset !important;
  opacity: 0.85;
  box-shadow: 0 3px 6px 0 rgba(0,0,0,.16)!important;

}

.icone-cadastrar:focus {
  background-color: #A7006E !important;
  border-color: unset !important;
  opacity: 0.85;
  box-shadow: 0 3px 6px 0 rgba(0,0,0,.16)!important;
}

.icone-atalho {
  height: 35px;
}

.icone-relatorio {
  position: relative;
  right: 0.4rem;
  bottom: 1.7rem;
  width: 50px;
}

.icone-voltar {
  color: #D70081;
  font-size: 20px;
}

/* ---------------------------------STEPPER-------------------------------- */

.stepper {
  padding: 8px;
  cursor: pointer;
  border: 1px solid #A7006E;
  border-radius: 4px;
  margin-right: 4px;
  margin-left: 4px;
  font-size: 18px;
}

.stepper-active {
  background-color: #A7006E;;
  color: #fff;
  border: 1px solid #A7006E;
  border-radius: 4px;
  padding: 8px;
  font-size: 18px;
}

span.stepper-next {
  text-decoration: none;
  cursor: pointer;
  font-size: 14px;
  color: #A7006E;
}

span.stepper-before {
  text-decoration: none;
  cursor: pointer;
  font-size: 14px;
  color: #A7006E;

}

/* ---------------------------------SLIDER-------------------------------- */

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 0.8rem;
  width: 0.8rem;
  margin-left: 3.2px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider.round {
  border-radius: 34px;
}
.slider.round:before {
  border-radius: 50%;
}

.slider.round:after {
  border-radius: 50%;
  margin-left: 2px;
}

/* ---------------------------------ABAS-------------------------------- */

.aba-cadastrar {
  background-color: #d2d2d2b2;
  color: #919191 !important;
  box-shadow: 0 3px 6px 0 rgba(0,0,0,.16)!important;
  margin-bottom: -6px !important;
  font-size: 13px;
}

.aba-cadastrar.active {
  background-color: #78005A !important;
  color: #FFFFFF !important;
  box-shadow: 0 3px 6px 0 rgba(0,0,0,.16)!important;
}

/* ---------------------------------SCROLL-------------------------------- */

.scroll-to-top{
  background-color: #A7006E;
}

.scroll-to-top:hover {
  background-color: #A7006E;
  opacity: 0.85;
}

/* ---------------------------------SWITCH-------------------------------- */

.switch {
  position: relative;
  display: inline-block;
  width: 2.2rem;
  height: 1.3rem;
  left: 1rem;
}
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* ---------------------------------CADASTRAR-------------------------------- */

.header-cadastrar {
  background-color: #A7006E;
  border-radius: 10px 10px 0 0;
}


.label-cadastrar {
  color: #000000;
  font-family: 'regular';
  font-size: 15px;
}

.container-cadastrar {
  margin-bottom: -2rem;
}

.form-cadastrar {
  margin-bottom: -4.59rem;
}

/* ---------------------------------BANNER-------------------------------- */

.figure-banner {
  justify-content: center;
  margin-top: unset;
}

#img-banner {
  cursor: pointer;
  height: 17rem;
  object-fit: cover;
  border-radius: 10px;
}

.legenda-banner {
  font-size: smaller;
  display: flex;
  justify-content: center;
  margin-bottom: 1.5rem;
}

/* ---------------------------------IMG/FIGURE-------------------------------- */

.img-profile{
  margin-left: 5px !important;
  object-fit: cover;
}

#img-avatar {
  cursor: pointer;
  width: 9rem;
  height: 9rem;
  border-radius: 50%;
  object-fit: cover;
}

.figure-avatar {
  justify-content: center;
  margin-top: unset;
  }
  

/* ---------------------------------FILTRO-------------------------------- */

.header-filtro {
  background-color: #A7006E;
  border-radius: 10px !important;
  position: relative;
  bottom: 3%;
}

.body-filtro {
  position: relative;
  bottom: 20%;
}

.box-filtro {
  position: relative;
  bottom: 0.7rem;
}

.bg-filtrando {
  background-color: #F3FBC6;
  background-image: linear-gradient(180deg, rgba(252, 252, 252, 0.753) 10%, #F3FBC6 100%);
  background-size: cover;
}

.position-filtrar {
  margin-top: 4rem;
}

.filtrar {
  justify-content: flex-end;
  margin-bottom: -3rem;
  position: relative;
  top: 0.4rem;
}

/* ---------------------------------FORMS-------------------------------- */


.invalid-form,.invalid-image {
  border: 1px solid #ff0000;
}

.font-form {
    font-family: 'regular';
}

.color-form::placeholder {
  color: #000000;
}

.form-control {
  border-radius: 13px;
  color: #000000 !important;
}

.form-select {
  color: #9899A6 !important;
}

/* ---------------------------------DROPDOWN-------------------------------- */

.dropdown-menu{
  background-color: #F3FBC6 !important;
}

.dropdown-item {
  color:#A7006E !important;
  font-family: medium !important;
}

.dropdown-item:focus, .dropdown-item:hover {
  background-color: unset;
}

/* ============================================================================================= */
/* ===================================RESPONSIVIDADE============================================ */
/* ============================================================================================= */

/* ::::VERTICAL - P::::  */
@media(min-width: 320px) and (max-width: 374px) {
  .block2 {
    margin-right: 7rem;
  }
  .logo-login, .titulo-login, .input-responsivo, .esqueci-senha, .botao-logar, .footer-login {
    width: 280px !important;
  }
  .input-responsivo {
    margin-right: 2rem !important;
  }
  .logo-login img {
    width: 280px;
  }
  .block-login {
    margin-left: 4.8rem;
  }
  .blockFooter {
    width: 287px !important;
    margin-left: 4.6rem;
  }
  .footer-login p {
    font-size: 12px;
  }
  .footer-login img {
    height: 16px;
  }
  #text img, #pass img{
    position: relative;
    right: 2rem;
  }
  .esqueci-senha {
    bottom: 2rem;
  }
}

/* ::::VERTICAL - M::::  */
@media(min-width: 375px) and (max-width: 424px) {
  .block1 {
    display: none;
  }
  .block2 {
    margin-right: 4rem;
  }
  .container2 {
    margin-bottom: -4rem;
  }
  .block2 {
    position: relative;
    bottom: 4.2rem;
  }
  .block-login {
    position: relative;
    top: 0.7rem;
  }  
  .logo-login, .titulo-login, .input-responsivo, .botao-logar, .esqueci-senha, .footer-login{
    position: relative;
    left: 2rem;
  }  
  .esqueci-senha {
    top: -2rem;
  }
  .footer-login {
    width: 375px;
    padding: 0;
  }
  .footer-login img{
    height: 18px;
  }
  .blockFooter {
    padding-left: 2rem;
    position: relative;
    left: 1.5rem;
  }
  
}

/* ::::VERTICAL - L::::  */
@media(min-width: 425px) and (max-width: 700px){
  .block1 {
    display: none;
  }
  .block2 {
    width: 425px;
  }
}




