/**
 * copyright 2023 geroncio.developer
 */





/*-----------------------------------*\
  #CUSTOM PROPERTY
\*-----------------------------------*/

@import url('https://fonts.googleapis.com/css2?family=Fauna+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Sacramento&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Allura&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald&display=swap');
@import url('https://fonts.cdnfonts.com/css/photograph-signature');


:root {

  /**
  * colors
  */

  --azul-piscina: rgb(0, 175, 239);
  --azul-claro: rgb(244, 247, 253);
  --azul-escuro: rgb(13, 33, 79);
  --azul_50: hsla(222, 71.7%, 18%, 0.7);
  --azul-evolt: #0166c0;
  --star-yellow: rgb(255, 191, 0);
  --amarelo-baby: #fdfd96;
  --verde-oliva: rgb(107, 117, 82);
  --verde-lima: rgb(129, 165, 3);
  --verde2: rgb(107, 117, 82);
  --verde3: #bdecb6;
  --marrom: #6c4d38;
  --marrom70: rgb(179, 139, 109);
  --pele: #cfb091;
  --banana: #fffbc9;
  --white: hsl(0, 0%, 100%);
  --black: hsl(0, 0%, 0%);
  --black_70: hsla(0, 0%, 0%, 0.7);
  --black_50: hsla(0, 0%, 0%, 0.5);
  --brancogelo: rgb(253, 253, 253);
  --cinza: rgb(222, 223, 218);
  --cinzaweb: rgb(240, 243, 250);
  --gray-web: hsl(0, 0%, 49%);
  --cultured-1: hsl(0, 0%, 97%);
  --cultured-2: hsl(60, 6%, 93%);


  /**
  * gradient color
  */

  --gradient: linear-gradient(to right, transparent 50%, var(--white_30) 100%);

  /**
   * typography
   */

  --ff-urbanist: 'Urbanist', sans-serif;

  --fs-1: 4.8rem;
  --fs-2: 4rem;
  --fs-3: 3.4rem;
  --fs-4: 2.4rem;
  --fs-5: 2rem;
  --fs-6: 1.8rem;
  --fs-7: 1.5rem;
  --fs-8: 1.4rem;
  --fs-9: 1.3rem;

  --fw-400: 400;
  --fw-500: 500;
  --fw-600: 600;
  --fw-700: 700;
  --fw-800: 800;

  /**
   * spacing
   */

  --section-padding: 35px;


  /**
  * shadow
  */

  --shadow-1: 0 8px 16px var(--black_15);
  --shadow-2: 0 4px 10px var(--black_5);

  /**
   * radius
   */

  --radius-3: 3px;


  /**
  * transition
  */

  --transition-1: 0.25s ease;
  --transition-2: 0.5s ease;
  --cubic-in: cubic-bezier(0.51, 0.03, 0.64, 0.28);
  --cubic-out: cubic-bezier(0.33, 0.85, 0.4, 0.96);

}

/*-----------------------------------*\
 #RESET
\*-----------------------------------*/

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}


a,
img,
span,
input,
button,
ion-icon {
  display: block;
}

.padd-15 {
  padding-left: 15px;
  padding-right: 15px;
}

.form-control {
  width: 220px;
  margin-left: -15px;
  height: 40px;
  background: transparent;
  border-bottom: 0px solid var(--cinza);
  padding: 10px 25px;
  font-size: 12px;
  color: black;
  outline: none;

}

.form-control2 {
  width: 250px;
  margin-left: -15px;
  height: 40px;
  background: transparent;
  border-bottom: 0px solid var(--cinza);
  padding: 10px 25px;
  font-size: 13px;
  color: black;
  outline: none;

}

.inputcontrol {
  text-align: left;
  width: 100%;
  margin-left: 5px;
  padding-left: 10px;
  height: 40px;
  background: transparent;
  border-bottom: 0px solid var(--cinza);
  font-size: 13px;
  color: black;
  outline: none;

}

.cadastrorequired {
  border: 0px solid #ccc;
}

.cadastrorequired.empty {
  border: 1px solid red;
}



.form-control3 {
  width: 250px;
  margin-left: -15px;
  height: 40px;
  background: transparent;
  border-bottom: 0px solid var(--cinza);
  padding: 10px 25px;
  font-size: 12px;
  color: black;
  outline: none;

}

.col-12 {
  width: 100%;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  position: relative;
}

.row2 {
  display: flex;
  align-items: center;
  position: relative;
  height: 90px;
  gap: 20px;
}



.row3 {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  height: 400px;
  gap: 20px;
}


.div-filha {
  margin-bottom: 20px;
  height: auto;
  margin-top: 0px;
  box-shadow: 0 0 1px 0 var(--black_50);

}

#contatocadastro {
  margin-top: -130px;
}

#div1 {
  flex: 1;
  /* Ocupa o dobro do espaço */
}

#div2 {
  flex: 1;
  /* Ocupa o espaço normal */
}

#div3 {
  width: 250px;
}

#div4 {
  width: 250px;
}

#div5 {
  flex: 1;
}

#div6 {
  width: 250px;
}

#div7 {
  flex: 1;
}

#div8 {
  flex: 1;
}

#div9 {
  flex: 1;
}

#div10 {
  flex: 0.7;
}

#div11 {
  flex: 1;
}

#div12 {
  flex: 1;
}

#div13 {
  flex: 1;
}

#div14 {
  flex: 1;
}

#div15 {
  flex: 2;
}

.form-item {
  margin-bottom: 20px;

}

.form-item2 {
  display: flex;
  width: 270px;
  justify-content: center;
  margin-bottom: 30px;

}

.form-itembutt {
  display: flex;
  width: 270px;
  justify-content: start;
  margin-bottom: 30px;

}

.form-item3 {
  flex-grow: 1;
  justify-content: center;
  margin-bottom: 20px;
  margin-top: 0px;
  box-shadow: 0 0 1px 0 var(--black_50);

}

.form-item4 {
  width: 100%;
  justify-content: left;
  margin-bottom: 20px;
  margin-top: 0px;
  box-shadow: 0 0 1px 0 var(--black_50);

}

.form-group {
  display: flex;
  margin-top: 5px;
  border-radius: 5px;
  padding: 5px;
}

li {
  list-style: none
}

.span2 {
  font-size: 20px;
  color: var(--black);
}

a {
  text-decoration: none;
  color: inherit;
}

img {
  height: auto;
}

input,
button {
  background: none;
  /*Cor de todos os buttons padrão definido como nenhuma*/
  border: none;
  font: inherit;
}

input {
  width: 100%;
}

input[type=number]::-webkit-inner-spin-button {
  all: unset;

}

button {
  cursor: pointer;
}

ion-icon {
  pointer-events: none;
  --ionicon-stroke-width: 25px;
}

html {
  font-family: var(--ff-urbanist);
  font-size: 10px;
  scroll-behavior: smooth;
}

body {
  background-color: var(--cinzaweb);
  /*Cor do corpo principal*/
  color: var(--gray-web);
  font-size: 1.6rem;
  font-weight: var(--fw-500);
  line-height: 1.6;
}



/* BARRA DE ROLAGEM BACKGROUND */


::-webkit-scrollbar {
  width: 10px;
  height: 5px;
}

::-webkit-scrollbar-track {
  background-color: hsl(0, 0%, 95%);
}

::-webkit-scrollbar-thumb {
  background-color: var(--cinza);
}

::-webkit-scrollbar-thumb:hover {
  background-color: var(--cinza);
}


/* EFEITO BARRA UNDERLINE AO COLOCAR CURSOR SOBRE O TEXTO */

.has-before,
.has-after {
  position: relative;
  z-index: 1;

}

.has-before::before,
.has-after::after {
  content: "";
  position: absolute;
}


.blog-card .card-banner img {
  transition: var(--transition-2);
}

.blog-card:is(:hover, :focus-within) .card-banner img {
  transform: scale(1.2);
}

.blog-card .card-title {
  text-align: center;
  margin-block: 30px 20px;
  transition: var(--transition-1);
}

.blog-card .card-title:is(:hover, :focus) {
  color: var(--azul-evolt);
}

.blog-card .btn-link {
  justify-content: center;
}



.link-b {
  color: peru;
  margin-left: 5px;
  text-decoration: underline;
}

.footer-list-image {
  margin-right: 10px;
  margin-top: 3px;
  color: peru;
}





/*-----------------------------------*\
 #REUSED STYLE
\*-----------------------------------*/



.container {
  padding-inline: 15px;
}

.evoltico {
  margin-bottom: -25px;
}




.btn {
  width: 150px;
  height: 40px;
  font-weight: var(--fw-600);
  padding: 10px 10px;
  justify-content: center;
  display: flex;
  border-radius: var(--radius-3);
  transition: var(--transition-1);
}

.btn2 {
  font-weight: var(--fw-600);
  width: 200px;
  height: 30px;
  justify-content: center;
  display: flex;
  padding: 7.5px 10px;
  border-radius: var(--radius-3);
  transition: var(--transition-1);
}

.btn-primary-b2 {
  margin-top: 12px;
  width: 120px;
  height: 50px;
  background-color: var(--azul-piscina);
  display: flex;
  margin-left: -5px;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  font-size: 10px;
  box-shadow: var(--shadow-1);
  color: white;
  cursor: pointer;
}


.btn-primary,
.btn-secondary:is(:hover, :focus) {
  background-color: var(--black);
  color: var(--white);
}

.btn-primary:is(:hover, :focus) {
  background-color: var(--star-yellow);
}

.btn-secondary {
  background-color: var(--white);
  color: var(--black);
  box-shadow: var(--shadow-2);
}


.li-2 {
  list-style: none;
  display: flex;
  height: 45px;
  border-bottom: 1px solid var(--gray-web);
  margin-bottom: 20px;
}

.icon-li {
  color: var(--azul-evolt);
  margin-right: 10px;
  margin-top: 6px;
}


/*-----------------------------------*\
 #HEADER
\*-----------------------------------*/


.header .input-wrapper,
.header-action-btn:not(:first-child),
.navbar {
  display: none;
}

.header {
  position: relative;
  padding-block-end: 80px;
}

.header-top {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: var(--azul-evolt);
  padding-block: 26px;
  z-index: 4;
}


.header-top.active {
  position: fixed;
  top: -142px;
  bottom: auto;
  box-shadow: var(--shadow-1);
  transform: translateY(100%);
  transition: var(--transition-2);
}

.header-top.header-hide {
  box-shadow: none;
  transform: translateY(0);
}

.header-top .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}

.header-action-btn {
  font-size: 28px;
  transition: var(--transition-1);
}

.header-action-btn:is(:hover, :focus) {
  color: var(--black_70);
}


.nav-open-btn {
  width: 26px;
  display: grid;
  margin-top: 25px;
  gap: 6px;
  padding-block: 5px;
}

.nav-open-btn .line {
  height: 2px;
  background-color: white;
}

.nav-open-btn .line-1 {
  width: 18px;
  margin-left: 10px;
}

.nav-open-btn .line-3 {
  width: 20px;
  margin-left: 8px;
}




/*-----------------------------------*\
 #MOBILE NAVBAR
\*-----------------------------------*/


.sidebar {
  z-index: 5;
}

.mobile-navbar {
  background-color: var(--brancogelo);
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  max-width: 350px;
  height: auto;
  width: 100%;
  padding: 25px 40px;
  z-index: 6;
  transform: translateX(-100%);
  visibility: hidden;
  transition: 0.25s var(--cubic-in);
}

.mobile-navbar.active {
  visibility: visible;
  transform: translateX(0);
  overflow: auto;
  transition: 0.4s var(--cubic-out);
}

.mobile-navbar .wrapper {
  display: flex;
  align-items: center;
  margin-block-end: 55px;
}

.mobile-navbar .wrapper .logo {
  display: block;
  justify-content: center;
  align-items: center;
  margin-left: 0%;
  margin-right: 30px;
  margin-bottom: 30px;
}




.nav-close-btn {
  font-size: 25px;
  color: var(--verde-oliva);
  margin-left: 40px;
}

.nav-close-btn ion-icon {
  --ionicon-stroke-width: 40px;
}

.mobile-navbar .navbar-link {
  color: var(--azul-evolt);
  font-size: 15px;
  /**font-family: 'Fauna One', sans-serif;
 text-transform: uppercase;*/
  font-weight: var(--fw-600);
  letter-spacing: 1px;
  padding-block: 5px;
  transition: var(--transition-1);
}

.mobile-navbar .navbar-link:is(:hover, :focus) {
  color: var(--verde-oliva);
}


/* overlay serve para fechar navbar menu quando clico fora dele */

.overlay {
  background-color: transparent;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 5;
  pointer-events: none;
  transition: var(--transition-1);
}

.overlay.active {
  background-color: var(--black_50);
  /*Cor preto translucido quando chamado o menu mobile*/
  pointer-events: all;
}


.social-list-menu {
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 60px;
}


/*-----------------------------------*\
 #HERO
\*-----------------------------------*/

.hero {
  padding-block-start: 0;
}

.titledados {
  font-size: 18px;
  color: var(--azul-escuro);
  margin-bottom: 15px;
  margin-top: 20px;
}

svg {
  width: 2.25em;
  display: none;
  transform-origin: center;
  animation: rotate4 2s linear infinite;
}

circle {
  fill: none;
  stroke: var(--azul-evolt);
  stroke-width: 2;
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  stroke-linecap: round;
  animation: dash4 1.5s ease-in-out infinite;
}

@keyframes rotate4 {
  100% {
    transform: rotate(360deg);
  }
}

@keyframes dash4 {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }

  50% {
    stroke-dasharray: 90, 200;
    stroke-dashoffset: -35px;
  }

  100% {
    stroke-dashoffset: -125px;
  }
}






/*-----------------------------------*\
 #MEDIA QUERIES
\*-----------------------------------*/


@media (min-width: 350px) {

  .img-card-person {
    margin-top: -5px;
    margin-right: 10px;
    color: red;
  }

  .img-card-person2 {
    margin-top: -5px;
    margin-right: 10px;
    color: var(--verde-lima);
  }

  .entrada-card-status {
    display: flex;
    flex: 3.5;
    border-right: 1px solid var(--verde-oliva);
    border-left: 0px solid var(--verde-oliva);
    border-top: 0px solid var(--verde-oliva);
    border-bottom: 1px solid var(--verde-oliva);
    justify-content: left;
    padding-left: 20px;
    padding-right: -20px;
    align-items: center;
    font-weight: 500;
    color: var(--black_50);
    font-size: 15px;
    height: 50px;
    line-height: 20px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }


  .entrada-card-value-entrada {
    display: flex;
    flex: 1.5;
    justify-content: center;
    border-right: 0px solid var(--verde-oliva);
    border-top: 0px solid var(--verde-oliva);
    border-bottom: 0px solid var(--verde-oliva);
    align-items: center;
    font-size: 12px;
    height: 15px;
    line-height: 20px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-weight: 500;
    color: var(--azul-piscina);
  }

  .entrada-card-lixeira-mobile {
    display: flex;
    flex: 0.7;
    justify-content: center;
    align-items: center;
    border-right: 0px solid var(--verde-oliva);
    border-top: 1px solid var(--verde-oliva);
    border-bottom: 1px solid var(--verde-oliva);
    align-items: center;
    font-size: 18px;
    font-weight: 500;
    height: 60px;
    cursor: pointer;
    color: var(--azul-piscina);
  }

  .entrada-card-name-mobile {
    display: flex;
    flex: 3;
    border-right: 1px solid var(--verde-oliva);
    border-left: 0px solid var(--verde-oliva);
    border-top: 1px solid var(--verde-oliva);
    border-bottom: 1px solid var(--verde-oliva);
    justify-content: left;
    padding-left: 20px;
    padding-right: -20px;
    align-items: center;
    font-weight: 500;
    color: var(--verde-oliva);
    font-size: 12px;
    height: 60px;
    line-height: 20px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }

  .entrada-card-description-mobile {
    display: block;
    flex: 2;
    justify-content: left;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    align-items: center;
    border-right: 1px solid var(--verde-oliva);
    border-top: 1px solid var(--verde-oliva);
    border-bottom: 1px solid var(--verde-oliva);
    font-size: 12px;
    height: 60px;
    line-height: 20px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-weight: 500;
    color: var(--verde-oliva);
  }


  .container-cliente {
    width: 100%;
    height: auto;
    display: block;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 30px;
    background-color: var(--cinzaweb);
    gap: 0px;
  }

  #containerstatusprincipal {
    display: none;
  }

  .container-filho {
    width: 100%;
    height: 400px;
    display: block;
  }

  .container-filho1 {
    width: 100%;
    height: 400px;
    display: block;
  }

  .container-filho2 {
    width: 100%;
    height: 350px;
    border-radius: 5px;
    background-color: var(--brancogelo);
    box-shadow: 0 0 1px 0px var(--gray-web);
  }

  .container-filho4 {
    width: 100%;
    height: 350px;
    margin-top: 0px;
    border-radius: 5px;
    background-color: var(--brancogelo);
    box-shadow: 0 0 1px 0px var(--gray-web);
  }

  #layoutpropostapendente {
    display: none;
    border-top: 2px solid red;
  }

  #layoutvendafinalizada {
    display: none;
    border-top: 2px solid var(--verde-lima);
  }

  #cadastro {
    display: none;
  }

  .simulacaobutton {
    width: 160px;
    height: 40px;
    color: var(--azul-evolt);
    font-size: 15px;
    font-weight: 300px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border: 1px solid var(--azul-evolt);
    border-radius: 20px;
    box-shadow: 0 0 4px 0 var(--white);
    background-color: transparent;
    transition: all 0.3s;
  }

  .simulacaobutton:hover {
    color: var(--white);
    background-color: var(--azul-evolt);

  }

  .titledetails {
    width: 100%;
    height: 60px;
    color: var(--black_70);
    font-style: normal;
    font-size: 17px;
    font-weight: 300px;
    margin-bottom: 10px;
    padding-left: 20px;
    border-bottom: 1px solid var(--azul-escuro);
    display: flex;
    align-items: center;
    justify-content: space-between;
  }


  .entrada-card-proposta {
    display: flex;
    flex: 3.5;
    border-right: 0px solid var(--verde-oliva);
    border-left: 0px solid var(--verde-oliva);
    border-top: 0px solid var(--verde-oliva);
    border-bottom: 0px solid var(--verde-oliva);
    justify-content: left;
    padding-left: 20px;
    padding-right: -20px;
    padding-top: 10px;
    align-items: center;
    font-weight: 500;
    color: var(--verde-oliva);
    font-size: 16px;
    height: 40px;
    line-height: 20px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }

  .entrada-card-proposta:hover {
    color: var(--azul-evolt)
  }






  .titlelayout {
    width: 200px;
    height: 40px;
    color: var(--white);
    font-size: 15px;
    font-weight: 300px;
    margin-left: -20px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: none;
    border: 1px solid var(--azul-evolt);
    background-color: var(--azul-evolt);
  }


  .img-details {
    color: var(--black_70);
    width: 40px;
    height: 35px;
    justify-content: center;
    display: flex;
    border-radius: 10px;
    font-size: 25px;
    padding: 5px;
    cursor: pointer;
    box-shadow: var(--shadow-1);
  }

  .img-details:hover {
    color: var(--azul-piscina);
    width: 40px;
    height: 35px;
    justify-content: center;
    display: flex;
    border-radius: 10px;
    font-size: 25px;
    padding: 5px;
    cursor: pointer;
    box-shadow: var(--shadow-1);
  }

  #closependentelayout:hover {
    color: red;
    width: 40px;
    height: 35px;
    justify-content: center;
    display: flex;
    border-radius: 10px;
    font-size: 25px;
    padding: 5px;
    cursor: pointer;
    box-shadow: var(--shadow-1);
  }

  #closevendafinalizada:hover {
    color: var(--verde-lima);
    width: 40px;
    height: 35px;
    justify-content: center;
    display: flex;
    border-radius: 10px;
    font-size: 25px;
    padding: 5px;
    cursor: pointer;
    box-shadow: var(--shadow-1);
  }

  .cursor {
    cursor: pointer;
  }

  /* Estilos para o modal personalizado */
  .modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    justify-content: center;
    align-items: center;
  }

  .modal-content {
    background-color: #fff;
    border-radius: 5px;
    display: flex;
    width: 330px;
    height: auto;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 10px;
    text-align: center;
    position: relative;
  }

  .modal-content img {
    width: 100px;
    height: 60px;
    margin-top: -10px;
    justify-content: center;
    align-items: center;
    display: flex;
    background-size: 80px;
    background-repeat: no-repeat;
  }

  .modal-content span {
    color: var(--azul-evolt);
    text-align: justify;
    padding-left: 20px;
    padding-right: 0px;
    padding-top: 5px;
    font-size: 14px;
    width: 100%;
  }

  .modal-content button {
    color: var(--white);
    text-align: justify;
    display: flex;
    margin-left: 20px;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 10px;
    padding-top: 3px;
    margin-bottom: 10px;
    border-radius: 5px;
    font-size: 14px;
    background-color: var(--azul-evolt);
  }

  #fecharstatus {
    margin-left: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  #confirmarstatus {
    background-color: transparent;
    border: 1.5px solid var(--azul-evolt);
    color: var(--azul-evolt);
  }

  #confirmarstatus:hover {
    background-color: var(--azul-evolt);
    border: 0px solid var(--azul-evolt);
    color: var(--white);
  }


  #fecharcadastro {
    margin-left: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  #confirmarcadastro {
    background-color: transparent;
    border: 1.5px solid var(--azul-evolt);
    color: var(--azul-evolt);
  }

  #confirmarcadastro:hover {
    background-color: var(--azul-evolt);
    border: 0px solid var(--azul-evolt);
    color: var(--white);
  }

  .flex {
    display: flex;
    width: 100%;
    gap: -10px;
  }

  .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 10px;
    cursor: pointer;
  }




  .card-text-d {
    margin-top: -210px;
    margin-bottom: -30px;
    text-align: center;
    font-size: 18px;
    color: var(--azul-evolt);
    font-family: 'Open Sans', sans-serif;
  }

  .card-text-e {
    margin-top: -240px;
    text-align: center;
    margin-left: 10px;
    margin-right: 10px;
    text-align: center;
    font-size: 11px;
    color: var(--white);
    font-family: 'Open Sans', sans-serif;
  }



  /************************************************************************************************************/








  .containeradmin {
    width: 100%;
    height: auto;
    display: block;
    background-position: center;
    background-size: 100%;
  }



  .container-entrada {
    width: 100%;
    height: 1600px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding-left: 15px;
    padding-right: 15px;
    background-color: var(--cinzaweb);
  }



  .container-caixa4 {
    width: 100%;
    height: auto;
    margin-top: -20px;
    margin-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: var(--brancogelo);
    box-shadow: 0 0 1px 0px var(--gray-web);
  }

  .container-resultado {
    width: 100%;
    height: 850px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
    background-color: var(--cinzaweb);
  }

  .container-caixa {
    width: 100%;
    height: 1500px;
    margin-top: -20px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: var(--brancogelo);
    box-shadow: 0 0 1px 0px var(--gray-web);
  }

  .container-caixa2 {
    width: 100%;
    height: 750px;
    margin-top: -20px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: var(--brancogelo);
    box-shadow: 0 0 1px 0px var(--gray-web);
  }

  .container-historico {
    width: 100%;
    height: 410px;
    display: none;
    background-color: var(--brancogelo);
    box-shadow: 0 0 1px 0px var(--gray-web);
  }

  .container-historico-mobile {
    width: 100%;
    height: 600px;
    display: block;
    box-shadow: 0 0 1px 0px var(--gray-web);
  }

  .container-vazio {
    width: 100%;
    height: 400px;
    padding-left: 40px;
    padding-right: 40px;
    display: block;
  }

  .container-vazio-mobile {
    width: 100%;
    height: 400px;
    padding-left: 0px;
    padding-right: 0px;
    display: block;
  }

  .containerlist {
    width: 100%;
    height: 400px;
    display: block;
  }

  .containerlist-cabecalho {
    width: 100%;
    height: 40px;
    display: none;
    background-color: var(--azul-evolt);

  }

  #cabecalhocontascadastradas {
    display: none;
  }

  .containerlist-cabecalho-mobile {
    width: 100%;
    height: 40px;
    padding-right: 10px;
    padding-left: 10px;
    display: flex;
    background-color: var(--azul-evolt);

  }




  .social-link-b {
    color: var(--verde-oliva);
    width: 40px;
    height: 35px;
    margin-top: -3px;
    justify-content: center;
    display: flex;
    background-color: var(--background);
    border-radius: 10px;
    font-size: 25px;
    padding: 5px;
    cursor: pointer;
    box-shadow: var(--shadow-1);
  }



  .logincontainer {
    width: 100%;
    display: block;

    padding: 30px;
  }

  .logincontainer2 {
    width: 100%;
    height: auto;
    display: flex;
    margin-top: 20px;
    padding-top: 20px;
    justify-content: center;
    align-items: center;
    margin-bottom: 50px;
    border-radius: 10px;
    border: 2px solid var(--cinza);
  }

  .logincontainer2-2 {
    width: 270px;
    height: auto;
    background-color: white;
    box-shadow: var(--shadow-2);
  }

  .logincontainerfluxo {
    width: 100%;
    height: 500px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0px;
    margin-top: -20px;
    background-image: url('/assets/images/fluxo2.png');
    background-repeat: no-repeat;
    background-position: center;
    object-fit: fill;
    background-size: 370%;
  }

  .logincontainer3 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 200px;
    margin-top: 50px;
  }

  .agendaimage {

    width: 100%;
    height: 200px;
    margin-top: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url('/assets/images/evoltsolar.png');
    background-repeat: no-repeat;
    background-size: 300px;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-position-x: center;
    animation: shoes 1s ease infinite alternate;
    transition: all .5s ease-in;
  }


  @keyframes shoes {
    from {
      top: 48%;
    }

    to {
      top: 52%;
    }
  }

  .agendatitle {
    display: flex;
    font-weight: 400;
    margin-top: -50px;
    margin-bottom: 20px;
    color: var(--marrom);
    font-size: 20px;
    justify-content: center;
  }

  .logincontainer3-2 {
    display: block;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100px;
  }

  .logincontainerfluxo2 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 500px;
  }

  .nametitle {
    display: flex;
    font-weight: 700;
    margin-top: 40px;
    margin-bottom: 20px;
    color: black;
    font-size: 25px;
    justify-content: center;
  }

  .nameform {
    width: 100%;
    font-size: 15px;
    font-weight: 700;
    color: var(--azul_50);
  }



  .nameform2 {
    display: flex;
    justify-content: right;
    font-size: 10px;
    margin-top: 10px;
    font-weight: 700;
    text-decoration: underline;
    color: var(--spanish-gray);
    cursor: pointer;
  }

  .nameform3 {
    display: flex;
    width: 100%;
    justify-content: center;
    font-size: 10px;
    margin-top: 60px;
    font-weight: 700;
    color: black;
    cursor: pointer;
  }


  .footer-top {
    display: block;
    justify-content: center;
    gap: 80px;
    margin-block-end: 60px;
  }

  .footer-list2 {
    max-width: 100%;
    max-height: 400px;
    width: 300px;
    height: 300px;
    background-image: url('/assets/images/maps.jpg');
    background-size: 300px;
    background-repeat: no-repeat;
    margin-top: 0px;
    box-shadow: 0 0 3px 5px var(--black_50);
    cursor: pointer;
  }

  .footer-list {
    padding-top: 50px;
  }

  .footer-list-title {
    color: var(--black);
    font-size: var(--fs-5);
    font-weight: var(--fw-600);
    margin-top: 0px;
    margin-left: 0px;
    margin-block-end: 10px;
  }

  .footer-link {
    font-size: var(--fs-7);
    padding-block: 5px;
    margin-left: 0px;
    color: black;
  }

  .footer-list-text {
    font-size: var(--fs-8);
    color: var(--black);
    margin-left: 0px;
    margin-top: 10px;
    display: flex;
  }

  .footer-list-text2 {
    font-size: var(--fs-8);
    color: var(--black_70);
    margin-left: 0px;
    display: flex;
  }

  .footer-2 {
    width: 100%;
    display: block;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    gap: 15px;
    margin-block-end: 20px;
    padding-left: 10px;
    padding-right: 10px;

  }

  .footer-bottom {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
    padding-top: 50px;

  }

  .footer-bottom2 {
    display: block;
    justify-content: center;
    align-items: center;
    gap: 15px;
    margin-block-end: 20px;
  }

  .imagefooter {
    width: 100%;
    display: flex;
    justify-content: center;
  }



  .copyright {
    font-size: 12px;
  }




  .logo {
    width: 200px;
    height: 60px;
    margin-left: 100px;
    padding-left: 50px;
    padding-right: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
  }


  .copyright-menu {
    font-size: var(--fs-7);
    margin-top: 60px;
    width: 100%;
    display: flex;
    justify-content: center;
    cursor: pointer;
    color: var(--azul-piscina);
  }


  .subcontainer {
    width: 100%;
    height: 50px;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
  }

  .subtitle {
    font-size: 16px;
    color: var(--azul-piscina);
    font-weight: 600;
  }

  .subtitle2 {
    font-size: 16px;
    margin-left: 5px;
    margin-right: 5px;
    font-weight: 500;
  }

  .caixatitle {
    display: flex;
    font-weight: 500;
    margin-bottom: 40px;
    color: var(--marrom);
    font-size: 18px;
    width: 100%;
    justify-content: left;
    border-bottom: 1px solid var(--azul-escuro);
  }


  .resumosubtitle {
    width: 100%;
    display: flex;
    font-size: 11px;
    margin-bottom: 20px;
    font-weight: 500;
    color: var(--gray-web);
  }


  .caixacont0 {
    width: 100%;
    height: 130px;
    gap: 10px;
    display: flex;

  }

  .caixacont0-flex {
    width: 100%;
    height: 450px;
    gap: 10px;
    display: block;
    margin-bottom: -30px;

  }

  .caixacont0-flex2 {
    width: 100%;
    height: 350px;
    gap: 10px;
    display: block;

  }

  .caixacont1 {
    width: 120px;
    height: 120px;
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
    box-shadow: 0 0 1px 0px var(--gray-web);

  }



  .caixacont2 {
    width: 100%;
    height: 50px;
    margin-top: 0px;
    gap: 10px;
    display: flex;
    justify-content: right;

  }

  .caixacontcadastro {
    width: 100%;
    height: 50px;
    margin-top: -120px;
    gap: 10px;
    display: flex;
    justify-content: right;

  }

  .caixacont2-2 {
    width: 100%;
    height: 90px;
    margin-top: 10px;
    padding-right: 0px;
    gap: 10px;
    display: flex;
    justify-content: right;

  }

  .caixacont3 {
    width: 230px;
    height: 100px;
    display: block;
    padding-top: 10px;
    background-color: var(--azul-claro);
    box-shadow: 0 0 1px 0px var(--gray-web);

  }

  .caixatitle1 {
    width: 100%;
    display: flex;
    justify-content: center;
    text-align: center;
    font-size: 13px;
    margin-bottom: 10px;
    padding: 10px;
    font-weight: 500;
    color: var(--verde-oliva);
  }

  .caixatitle2 {
    width: 100%;
    display: flex;
    justify-content: center;
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: 500;
    color: var(--azul-piscina);
  }

  .caixatitle3 {
    width: 100%;
    display: flex;
    justify-content: center;
    text-align: center;
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: 500;
    color: var(--black_70);
  }

  #quantvenda {
    color: var(--verde-lima);
  }

  #quantproposta {
    color: red;
  }

  #caixaproposta {
    border-top: 3px solid red;
  }

  #caixavenda {
    border-top: 3px solid var(--verde-lima);
  }

  .caixatitle4 {
    width: 100%;
    display: flex;
    justify-content: center;
    text-transform: uppercase;
    text-align: center;
    font-size: 12px;
    margin-bottom: 10px;
    font-weight: 500;
    color: var(--verde-oliva);
  }




  .pagamentotitle {
    width: 130px;
    height: 35px;
    color: white;
    font-size: 13px;
    font-weight: 300px;
    margin-bottom: 10px;
    margin-right: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--azul-piscina);
  }

  .row2-flex {
    width: 100%;
    display: block;
    align-items: center;
    position: relative;
    height: auto;
    gap: 20px;
  }

  .row3-flex {
    display: block;
    align-items: center;
    position: relative;
    height: 250px;
    gap: 20px;
  }

  .form-item {
    margin-bottom: 20px;

  }

  .form-item2 {
    display: flex;
    width: 270px;
    justify-content: center;
    margin-bottom: 30px;

  }

  .form-item3 {
    flex-grow: 1;
    justify-content: center;
    margin-bottom: 20px;
    margin-top: 0px;
    box-shadow: 0 0 1px 0 var(--black_50);

  }

  .form-item4 {
    justify-content: left;
    margin-bottom: 20px;
    margin-top: 0px;
    box-shadow: 0 0 1px 0 var(--black_50);

  }

  .form-group {
    display: flex;
  }

  .form-control {
    width: 220px;
    margin-left: -15px;
    height: 40px;
    background: transparent;
    border-bottom: 0px solid var(--cinza);
    padding: 10px 25px;
    font-size: 12px;
    color: black;
    outline: none;

  }

  .form-control2 {
    width: 100%;
    margin-left: -15px;
    height: 40px;
    background: transparent;
    border-bottom: 0px solid var(--cinza);
    padding: 10px 25px;
    font-size: 13px;
    color: black;
    outline: none;

  }

  .form-control3 {
    width: 250px;
    margin-left: -15px;
    height: 30px;
    background: transparent;
    border-bottom: 0px solid var(--cinza);
    padding: 10px 25px;
    font-size: 12px;
    color: black;
    outline: none;

  }


  .dropdown {

    position: relative;
    display: inline-block;
  }

  .spinerEstado {

    position: relative;
    display: inline-block;
  }

  .dropdown2 {

    position: relative;
    display: inline-block;
  }



  .dropdown .dropbtn {
    width: 180px;
    height: 40px;
    background-color: var(--brancogelo);
    display: flex;
    justify-content: left;
    align-items: center;
    color: black;
    padding: 10px;
    font-size: 16px;
    border: none;
    cursor: pointer;
  }

  .dropdown2 .dropbtn2 {
    width: 150px;
    height: 40px;
    display: flex;
    justify-content: left;
    align-items: center;
    background-color: var(--brancogelo);
    color: black;
    padding: 10px;
    font-size: 16px;
    border: none;
    cursor: pointer;
  }

  .arrow-down {
    width: 100%;
    margin-left: 85px;
    display: flex;
    justify-content: right;
  }

  .arrow-down2 {
    width: 100%;
    margin-left: 120px;
    margin-right: -20px;
    display: flex;
    justify-content: right;
  }

  .arrow-left {
    width: 100%;
    margin-right: 10px;
    display: flex;
    justify-content: left;
  }

  .arrow-left2 {
    width: 100%;
    margin-right: 10px;
    margin-left: -10px;
    display: flex;
    justify-content: left;
  }

  .atend-icone {
    width: 20px;
    height: 20px;
    margin-left: 10px;
    margin-right: 10px;
    display: flex;
    justify-content: left;
  }

  .atendimento-title {
    display: flex;
    height: 70px;
    align-items: center;
    font-size: 13px;
    color: var(--marrom);
  }

  .atendimento {
    font-size: 13px;
    width: 100px;
    white-space: nowrap;
    font-weight: 500;
    color: var(--gray-web);
  }

  .estadospinner {
    font-size: 13px;
    width: 100px;
    height: 30px;
    white-space: nowrap;
    font-weight: 500;
    color: var(--gray-web);
  }

  .estadospinner:hover {
    font-size: 13px;
    width: 100px;
    white-space: nowrap;
    font-weight: 500;
    background-color: var(--azul-piscina);
    color: var(--white);
  }

  .atendimento4 {
    font-size: 13px;
    width: 0px;
    margin-right: 0px;
    white-space: nowrap;
    font-weight: 500;
    color: var(--gray-web);
  }




  .atendimento3 {
    font-size: 13px;
    width: 130px;
    white-space: nowrap;
    font-weight: 500;
    color: var(--gray-web);
  }

  .atendimento3:hover {

    font-size: 13px;
    width: 130px;
    white-space: nowrap;
    font-weight: 500;
    background-color: var(--verde-lima);
    color: var(--white);
  }





  .dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    max-width: 130px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
  }

  /* Defina a altura máxima e adicione scroll */
  .scrollbar {
    max-height: 400px;
    /* Defina a altura máxima desejada */
    overflow-y: auto;
    /* Adicione scroll vertical quando necessário */
  }

  .dropdown-content a {
    color: black;
    padding: 6px 16px;
    text-decoration: none;
    display: block;
    transition: background-color 0.3s;
  }

  .dropdown-content2 {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    max-width: 130px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
  }

  .dropdown-content2 a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    transition: background-color 0.3s;
  }

  .dropdown-content a:hover {
    background-color: var(--azul-piscina);
  }

  .dropdown.show .dropdown-content {
    display: block;
  }


  .pagamentobutton {
    width: 120px;
    height: 30px;
    color: var(--white);
    font-size: 13px;
    font-weight: 300px;
    margin-bottom: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border-radius: 20px;
    box-shadow: 0 0 4px 0 var(--white);
    background-color: var(--azul_50);
  }

  .refreshbutton {
    width: 40px;
    height: 30px;
    color: var(--verde-lima);
    font-size: 15px;
    font-weight: 300px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border-radius: 20px;
    box-shadow: 0 0 4px 0 var(--azul-piscina);
    background-color: var(--white);
  }

  .periodobutton {
    width: 160px;
    height: 30px;
    color: var(--verde-lima);
    font-size: 13px;
    font-weight: 300px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border-radius: 20px;
    box-shadow: 0 0 4px 0 var(--azul-piscina);
    background-color: var(--white);
  }

  .search {
    width: 200px;
    height: 40px;
    display: none;
    align-items: center;
    border: 2px solid var(--cinzaweb);
  }

  .search2 {
    width: 100%;
    height: 40px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    border: 2px solid var(--cinzaweb);
  }



  .img-card2 {
    color: white;
    background: var(--azul-piscina);
    color: var(--white);
    width: 50px;
    height: 40px;
    justify-content: center;
    display: flex;
    background-color: var(--azul-piscina);
    font-size: 25px;
    padding: 8px;
    cursor: pointer;
    box-shadow: var(--shadow-1);

  }

  .title-list {
    display: flex;
    flex: 1;
    border-right: 0px solid var(--marrom);
    border-left: 0px solid var(--marrom);
    border-top: 1px solid var(--marrom);
    border-bottom: 1px solid var(--marrom);
    justify-content: center;
    align-items: center;
    font-weight: 500;
    color: var(--white);
    font-size: 15px;
  }

  .container-image {
    color: var(--cinza);
    width: 100%;
    height: 140px;
    justify-content: center;
    display: flex;
    background-color: var(--background);
    border-radius: 10px;
    font-size: 80px;
    padding-top: 80px;

  }

  .vaziotitle {
    width: 100%;
    display: flex;
    justify-content: center;
    text-align: center;
    font-size: 13px;
    margin-top: 50px;
    padding-left: 10px;
    padding-right: 10px;
    font-weight: 500;
    color: var(--verde-oliva);
  }

  .vaziosubtitle {
    width: 100%;
    display: flex;
    justify-content: center;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 11px;
    margin-top: 0px;
    font-weight: 500;
    color: var(--gray-web);
  }


  .entrad-card-info {
    display: flex;
    width: 100%;
    cursor: pointer;
  }

  .entrad-card-info:hover {
    background-color: var(--azul-claro);
  }


  .entrada-card-name {
    display: flex;
    flex: 3;
    border-right: 1px solid var(--verde-oliva);
    border-left: 1px solid var(--verde-oliva);
    border-top: 1px solid var(--verde-oliva);
    border-bottom: 1px solid var(--verde-oliva);
    justify-content: left;
    padding-left: 20px;
    padding-right: -20px;
    align-items: center;
    font-weight: 500;
    color: var(--verde-oliva);
    font-size: 12px;
    height: 60px;
    line-height: 20px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }

  .entrada-card-description {
    display: block;
    flex: 3.5;
    justify-content: left;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    align-items: center;
    border-right: 1px solid var(--verde-oliva);
    border-top: 1px solid var(--verde-oliva);
    border-bottom: 1px solid var(--verde-oliva);
    font-size: 12px;
    height: 60px;
    line-height: 20px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-weight: 500;
    color: var(--verde-oliva);
  }

  .entrada-card-description-despesa {
    display: block;
    flex: 3.5;
    justify-content: left;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 15px;
    align-items: center;
    border-right: 1px solid var(--verde-oliva);
    border-top: 1px solid var(--verde-oliva);
    border-bottom: 1px solid var(--verde-oliva);
    font-size: 12px;
    height: 60px;
    line-height: 20px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-weight: 500;
    color: var(--verde-oliva);
  }

  .entrada-card-value {
    display: flex;
    flex: 1.5;
    justify-content: center;
    border-right: 0px solid var(--verde-oliva);
    border-top: 0px solid var(--verde-oliva);
    border-bottom: 0px solid var(--verde-oliva);
    align-items: center;
    font-size: 12px;
    height: 15px;
    line-height: 20px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-weight: 500;
    color: var(--verde-oliva);
  }


  .entrada-card-value-entrada {
    display: flex;
    flex: 1.5;
    justify-content: center;
    border-right: 0px solid var(--verde-oliva);
    border-top: 0px solid var(--verde-oliva);
    border-bottom: 0px solid var(--verde-oliva);
    align-items: center;
    font-size: 12px;
    height: 15px;
    line-height: 20px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-weight: 500;
    color: var(--azul-piscina);
  }

  .entrada-card-lixeira {
    display: flex;
    flex: 0.5;
    justify-content: center;
    align-items: center;
    border-right: 1px solid var(--verde-oliva);
    border-top: 1px solid var(--verde-oliva);
    border-bottom: 1px solid var(--verde-oliva);
    align-items: center;
    font-size: 18px;
    font-weight: 500;
    height: 60px;
    cursor: pointer;
    color: var(--verde-oliva);
  }

  .entrada-card-lixeira-status {
    display: flex;
    flex: 0.5;
    justify-content: center;
    align-items: center;
    border-right: 0px solid var(--verde-oliva);
    border-top: 0px solid var(--verde-oliva);
    border-bottom: 1px solid var(--verde-oliva);
    align-items: center;
    font-size: 18px;
    font-weight: 500;
    height: 50px;
    cursor: pointer;
    color: var(--verde-oliva);
  }

  .entrada-card-lixeira-status:hover {
    background: var(--verde3);
    color: white;
  }

  .entrada-card-lixeira-status2 {
    display: flex;
    flex: 0.5;
    justify-content: center;
    align-items: center;
    border-right: 0px solid var(--verde-oliva);
    border-top: 0px solid var(--verde-oliva);
    border-bottom: 1px solid var(--verde-oliva);
    align-items: center;
    font-size: 18px;
    font-weight: 500;
    height: 50px;
    cursor: pointer;
    color: red;
  }

  .entrada-card-lixeira-status2:hover {
    background: #ffa07a;
    color: white;
  }




  .scrollable-div {
    display: block;
    width: 100%;
    /* Defina a largura desejada */
    height: 550px;
    /* Defina a altura desejada */
    overflow: auto;
    /* Habilita a barra de rolagem quando o conteúdo exceder o tamanho da div */
    border: 1px solid #ccc;
    /* Adiciona uma borda para visualização */
    margin-top: 10px;
  }

  .scrollable-div2 {
    display: block;
    width: 100%;
    /* Defina a largura desejada */
    height: 290px;
    /* Defina a altura desejada */
    overflow: auto;
    /* Habilita a barra de rolagem quando o conteúdo exceder o tamanho da div */
    border: 0px solid #ccc;
    /* Adiciona uma borda para visualização */
    margin-top: -10px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
  }

  #agendamentolist {
    display: none;
  }


  .button-container {
    width: 100%;
    height: 40px;
    display: flex;
    align-items: center;
  }


  .caixacontresultado {
    width: 100%;
    height: 400px;
    gap: 20px;
    display: flex;
    justify-content: center;

  }


  .row3-resultado {
    display: block;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 100%;
    height: 400px;
    gap: 20px;
  }

  .row4 {
    display: flex;
    align-items: center;
    position: relative;
    width: 200px;
    height: 250px;
    margin-right: 0px;
    margin-left: 60px;
  }

  .row4-2 {
    display: flex;
    align-items: center;
    position: relative;
    margin-top: -100px;
    width: 320px;
    height: 430px;
    gap: 20px;
    margin-left: 0px;
  }


  .container-agenda {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding-top: 50px;
    padding-left: 10px;
    padding-right: 10px;
    background-color: var(--cinzaweb);
  }




}

@media (min-width:370px) {}

@media (min-width:400px) {




  /*************************************************************************************************************/



}



@media (min-width: 425px) {


  .agendaimage {

    width: 100%;
    height: 400px;
    margin-top: 60px;

  }




}

@media (min-width: 500px) {

  .container-agenda {
    padding-left: 50px;
    padding-right: 50px;

  }

  .container-cliente {
    padding-left: 50px;
    padding-right: 50px;
  }

  .row4 {
    display: flex;
    align-items: center;
    position: relative;
    width: 210px;
    height: 250px;
    margin-right: 0px;
    margin-left: 120px;
  }

  .row4-2 {
    display: flex;
    align-items: center;
    position: relative;
    margin-top: -100px;
    width: 400px;
    height: 430px;
    margin-left: 20px;
    gap: 20px;
  }





}

@media (min-width: 750px) {


  .logincontainer {
    width: 100%;
    display: flex;
  }





}

@media (min-width: 950px) {


  /**************************************************************************************************************/


  .header .input-wrapper,
  .header-action-btn:not(:first-child),
  .navbar {
    display: block;
  }

  .nav-open-btn {
    display: none;
  }

  .nav-open-btn {
    display: none;
  }

  .header {
    padding-block-end: 0px;
    margin-block-end: 0px;
  }

  .header-top {
    position: unset;
    padding-block: 24px 0;
    height: 100px;
  }

  .header-top:is(.active, .header-hide) {
    all: unset;
  }

  .header-top .container {
    flex-wrap: wrap;
  }


  .navbar {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: var(--azul-evolt);
    padding-block: 18px;
    z-index: 4;
  }

  .navbar .logomenu {
    display: flex;
  }

  .logomenu {
    display: flex;
    justify-content: left;
    gap: 45px;
    margin-left: 20px;
    margin-bottom: -30px;
    cursor: pointer;

  }

  .navbar .navbar-list {
    display: flex;
    justify-content: center;
    gap: 45px;
    margin-bottom: 10px;
  }

  .navbar .navbar-link {
    color: var(--white);
    font-size: 13px;
    font-family: 'Libre Baskerville', serif;
  }

  .navbar .navbar-link::after {
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: var(--white);
    transition: var(--transition-1);
    transform: scaleX(0);
    transform-origin: left;
  }

  .navbar .navbar-link:is(:hover, :focus)::after {
    transform: scaleX(1);
  }

  .social-link-header {
    max-width: 100%;
    width: 100%;
    margin-left: -10px;
    margin-top: -40px;
    margin-bottom: 20px;
    display: flex;
    justify-content: right;
    gap: 20px;
  }


  .social-link-b {
    color: var(--verde-oliva);
    width: 40px;
    height: 35px;
    margin-top: -3px;
    justify-content: center;
    display: flex;
    background-color: var(--background);
    border-radius: 10px;
    font-size: 25px;
    padding: 5px;
    cursor: pointer;
    box-shadow: var(--shadow-1);
  }

  .social-link-b-2 {
    color: var(--white);
    width: 40px;
    height: 35px;
    justify-content: center;
    display: flex;
    background-color: var(--background);
    border-radius: 10px;
    font-size: 25px;
    padding: 5px;
    cursor: pointer;
    box-shadow: var(--shadow-1);
  }

  .social-link-header .social-link-b-2:hover {
    color: var(--amarelo-baby);
    width: 40px;
    height: 35px;
    justify-content: center;
    display: flex;
    background-color: var(--background);
    border-radius: 10px;
    font-size: 25px;
    padding: 5px;
    cursor: pointer;
    box-shadow: var(--shadow-1);
  }



}

@media (min-width: 1200px) {



  .container-list {
    padding-inline: 0px;
    margin-top: -130px;
    width: 100%;
    height: 350px;
    background-color: var(--white);
    display: flex;
    justify-content: center;
  }



  /*******************************************************************************************************/



  .footer-top {
    display: flex;
    justify-content: center;
    gap: 80px;
    margin-block-end: 60px;
  }


}

@media (min-width: 1300px) {

  .titledetails {
    width: 100%;
    height: 60px;
    color: var(--black_70);
    font-style: normal;
    font-size: 20px;
    font-weight: 300px;
    margin-bottom: 10px;
    padding-left: 20px;
    border-bottom: 1px solid var(--azul-escuro);
    display: flex;
    align-items: center;
    justify-content: space-between;
  }


  .container-cliente {
    width: 100%;
    height: auto;
    display: flex;
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 30px;
    background-color: var(--cinzaweb);
    gap: 50px;
  }





  .container-entrada {
    width: 100%;
    height: 1100px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding-left: 150px;
    padding-right: 150px;
    background-color: var(--cinzaweb);
  }

  .container-agenda {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding-left: 150px;
    padding-right: 150px;
    background-color: var(--cinzaweb);
  }

  .container-caixa4 {
    width: 100%;
    height: auto;
    margin-top: -20px;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: var(--brancogelo);
    box-shadow: 0 0 1px 0px var(--gray-web);
  }

  .container-resultado {
    width: 100%;
    height: 850px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding-left: 150px;
    padding-right: 150px;
    background-color: var(--cinzaweb);
  }

  .container-caixa {
    width: 100%;
    height: 1000px;
    margin-top: -20px;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: var(--brancogelo);
    box-shadow: 0 0 1px 0px var(--gray-web);
  }

  .container-caixa2 {
    width: 100%;
    height: 750px;
    margin-top: -20px;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: var(--brancogelo);
    box-shadow: 0 0 1px 0px var(--gray-web);
  }

  .container-historico {
    width: 100%;
    height: 410px;
    display: block;
    background-color: var(--brancogelo);
    box-shadow: 0 0 1px 0px var(--gray-web);
  }

  .container-historico-mobile {
    width: 100%;
    height: 410px;
    display: none;
    background-color: var(--brancogelo);
    box-shadow: 0 0 1px 0px var(--gray-web);
  }

  .container-vazio {
    width: 100%;
    height: 400px;
    padding-left: 40px;
    padding-right: 40px;
    display: block;
  }

  .containerlist {
    width: 100%;
    height: 400px;
    display: block;
  }

  .containerlist-cabecalho {
    width: 100%;
    height: 40px;
    display: flex;
    background-color: var(--azul-evolt);

  }

  .scrollable-div {
    display: block;
    width: 100%;
    /* Defina a largura desejada */
    height: 360px;
    /* Defina a altura desejada */
    overflow: auto;
    /* Habilita a barra de rolagem quando o conteúdo exceder o tamanho da div */
    border: 1px solid #ccc;
    /* Adiciona uma borda para visualização */
    margin-top: 10px;
  }

  .scrollable-div-search {
    display: none;
    width: 100%;
    /* Defina a largura desejada */
    height: 360px;
    /* Defina a altura desejada */
    overflow: auto;
    /* Habilita a barra de rolagem quando o conteúdo exceder o tamanho da div */
    border: 1px solid #ccc;
    /* Adiciona uma borda para visualização */
    margin-top: 10px;
  }


  .title-list {
    display: flex;
    flex: 3.71;
    border-right: 1px solid var(--marrom);
    border-left: 1px solid var(--marrom);
    border-top: 1px solid var(--marrom);
    border-bottom: 1px solid var(--marrom);
    justify-content: center;
    align-items: center;
    font-weight: 500;
    color: var(--white);
    font-size: 18px;
  }

  .title-list2 {
    display: flex;
    flex: 3;
    justify-content: center;
    align-items: center;
    border-right: 1px solid var(--marrom);
    border-top: 1px solid var(--marrom);
    border-bottom: 1px solid var(--marrom);
    font-size: 18px;
    font-weight: 500;
    color: var(--white);
  }

  .title-list3 {
    display: flex;
    flex: 1.5;
    justify-content: center;
    border-right: 1px solid var(--marrom);
    border-top: 1px solid var(--marrom);
    border-bottom: 1px solid var(--marrom);
    align-items: center;
    font-size: 18px;
    font-weight: 500;
    color: var(--white);
  }



  .subcontainer {
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
  }

  .logincontainer {
    width: 107%;
    display: flex;
  }

  .logincontainer2 {
    width: 40%;
    height: 500px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 50px;
    border-top-left-radius: 150px;
    border-bottom-right-radius: 150px;
    background-image: url('/assets/images/floral-2.png');
    background-size: 100%;
  }

  .logincontainer2-2 {
    width: 270px;
    height: 450px;
    background-color: white;
    box-shadow: var(--shadow-2);
  }

  .logincontainerfluxo {
    width: 100%;
    height: 500px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0px;
    margin-top: -20px;
    background-image: url('/assets/images/fluxo2.png');
    background-repeat: no-repeat;
    background-position: left;
    object-fit: fill;
    background-size: 105%;
  }

  .logincontainer3 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60%;
    height: 500px;
    margin-top: 0px;
    border-bottom: 1px solid #bdecb6;
  }


  .logincontainerfluxo2 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 500px;
  }

  .header .input-wrapper,
  .header-action-btn:not(:first-child),
  .navbar {
    display: block;
  }

  .nav-open-btn {
    display: none;
  }

  .header {
    padding-block-end: 0px;
    margin-block-end: 0px;
  }

  .header-top {
    position: unset;
    padding-block: 24px 0;
    height: 100px;
  }

  .header-top:is(.active, .header-hide) {
    all: unset;
  }

  .header-top .container {
    flex-wrap: wrap;
  }


  .navbar {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding-block: 18px;
    z-index: 4;
  }

  .navbar .logomenu {
    display: flex;
  }

  .logomenu {
    display: flex;
    justify-content: left;
    gap: 45px;
    margin-left: 20px;
    margin-bottom: -30px;
    cursor: pointer;

  }

  .navbar .navbar-list {
    display: flex;
    justify-content: center;
    gap: 45px;
    margin-bottom: 10px;
  }

  .navbar .navbar-link {
    color: var(--white);
    font-size: 13px;
    font-family: 'Libre Baskerville', serif;
  }

  .navbar .navbar-link::after {
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: var(--white);
    transition: var(--transition-1);
    transform: scaleX(0);
    transform-origin: left;
  }

  .navbar .navbar-link:is(:hover, :focus)::after {
    transform: scaleX(1);
  }

  .social-link-header {
    max-width: 100%;
    width: 100%;
    margin-left: -10px;
    margin-top: -40px;
    margin-bottom: 20px;
    display: flex;
    justify-content: right;
    gap: 20px;
  }

  .social-link-b {
    color: var(--verde-oliva);
    width: 40px;
    height: 35px;
    margin-top: -3px;
    justify-content: center;
    display: flex;
    background-color: var(--background);
    border-radius: 10px;
    font-size: 25px;
    padding: 5px;
    cursor: pointer;
    box-shadow: var(--shadow-1);
  }

  .social-link-b-2 {
    color: var(--white);
    width: 40px;
    height: 35px;
    justify-content: center;
    display: flex;
    background-color: var(--background);
    border-radius: 10px;
    font-size: 25px;
    padding: 5px;
    cursor: pointer;
    box-shadow: var(--shadow-1);
  }

  .social-link-header .social-link-b-2:hover {
    color: var(--amarelo-baby);
    width: 40px;
    height: 35px;
    justify-content: center;
    display: flex;
    background-color: var(--background);
    border-radius: 10px;
    font-size: 25px;
    padding: 5px;
    cursor: pointer;
    box-shadow: var(--shadow-1);
  }



  .nametitle {
    display: flex;
    font-weight: 700;
    margin-top: 40px;
    margin-bottom: 20px;
    color: black;
    font-size: 25px;
    justify-content: center;
  }

  .agendatitle {
    display: flex;
    font-weight: 400;
    margin-top: 20px;
    margin-bottom: 20px;
    color: var(--marrom);
    font-size: 30px;
    justify-content: center;
  }





  .nameform {
    font-size: 10px;
    font-weight: 700;
    color: black;
  }



  .nameform2 {
    display: flex;
    justify-content: right;
    font-size: 10px;
    margin-top: 10px;
    font-weight: 700;
    text-decoration: underline;
    color: var(--spanish-gray);
    cursor: pointer;
  }

  .nameform3 {
    display: flex;
    width: 100%;
    justify-content: center;
    font-size: 10px;
    margin-top: 60px;
    font-weight: 700;
    color: black;
    cursor: pointer;
  }

  .agendaimage {

    width: 100%;
    height: 500px;
    margin-top: -10px;
    display: flex;
    justify-content: center;
    background-image: url('/assets/images/agendar.png');
    background-repeat: no-repeat;
    background-size: 500px;
    background-position-x: center;

  }

  .fluxoimage {

    width: 500px;
    height: 500px;
    margin-top: -10px;
    background-image: url('/assets/images/fluxo.png');
    background-repeat: no-repeat;
    background-size: 500px;

  }

  .footer-top {
    display: flex;
    justify-content: center;
    gap: 80px;
    margin-block-end: 60px;
  }

  .footer-list2 {
    max-width: 400px;
    max-height: 400px;
    width: 400px;
    height: 400px;
    background-image: url('/assets/images/maps.jpg');
    background-size: 400px;
    background-repeat: no-repeat;
    margin-top: 0px;
    box-shadow: 0 0 3px 5px var(--black_50);
    cursor: pointer;
  }

  .footer-list {
    padding-top: 50px;
  }

  .footer-list-title {
    color: var(--black);
    font-size: var(--fs-5);
    font-weight: var(--fw-600);
    margin-top: 0px;
    margin-left: 0px;
    margin-block-end: 10px;
  }

  .footer-link {
    font-size: var(--fs-7);
    padding-block: 5px;
    margin-left: 0px;
    color: black;
  }

  .footer-list-text {
    font-size: var(--fs-8);
    color: var(--black);
    margin-left: 0px;
    margin-top: 10px;
    display: flex;
  }

  .footer-list-text2 {
    font-size: var(--fs-8);
    color: var(--black_70);
    margin-left: 0px;
    display: flex;
  }

  .footer-2 {
    width: 100%;
    display: block;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    gap: 15px;
    margin-block-end: 20px;
    padding-left: 100px;
    padding-right: 100px;

  }

  .footer-bottom {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
    padding-top: 50px;

  }

  .footer-bottom2 {
    display: block;
    justify-content: center;
    align-items: center;
    gap: 15px;
    margin-block-end: 20px;
  }

  .imagefooter {
    width: 100%;
    display: flex;
    justify-content: center;
  }


  .subtitle {
    font-size: 16px;
    color: var(--azul-piscina);
    text-decoration: underline;
    font-weight: 600;
  }

  .subtitle2 {
    font-size: 16px;
    margin-left: 5px;
    margin-right: 5px;
    font-weight: 500;
  }

  .caixatitle {
    display: flex;
    font-weight: 500;
    margin-bottom: 40px;
    color: var(--marrom);
    font-size: 25px;
    width: 100%;
    justify-content: left;
  }

  .caixacontresultado {
    width: 100%;
    height: 400px;
    gap: 20px;
    display: flex;

  }

  .caixacont0 {
    width: 100%;
    height: 130px;
    gap: 20px;
    display: flex;

  }

  .caixacont0-flex {
    width: 100%;
    height: 130px;
    gap: 20px;
    display: flex;

  }

  .caixacont0-flex2 {
    width: 100%;
    height: 130px;
    gap: 20px;
    display: flex;

  }

  .caixacont1 {
    width: 230px;
    height: 120px;
    display: block;
    padding-top: 20px;
    box-shadow: 0 0 1px 0px var(--gray-web);

  }

  .caixacont2 {
    width: 100%;
    height: 90px;
    margin-top: 40px;
    gap: 20px;
    display: flex;
    justify-content: right;

  }

  .caixacontcadastro {
    width: 100%;
    height: 50px;
    margin-top: 40px;
    gap: 20px;
    display: flex;
    justify-content: right;

  }

  .caixacont2-2 {
    width: 100%;
    height: 90px;
    margin-top: -40px;
    gap: 20px;
    display: none;
    justify-content: right;

  }

  .caixacont3 {
    width: 230px;
    height: 100px;
    display: block;
    padding-top: 10px;
    background-color: var(--azul-claro);
    box-shadow: 0 0 1px 0px var(--gray-web);

  }

  .container-image {
    color: var(--cinza);
    width: 100%;
    height: 150px;
    justify-content: center;
    display: flex;
    background-color: var(--background);
    border-radius: 10px;
    font-size: 100px;
    padding-top: 100px;

  }

  .vaziotitle {
    width: 100%;
    display: flex;
    justify-content: center;
    font-size: 25px;
    margin-top: 70px;
    font-weight: 500;
    padding-left: 0px;
    padding-right: 0px;
    color: var(--verde-oliva);
  }

  .vaziosubtitle {
    width: 100%;
    display: flex;
    justify-content: center;
    font-size: 15px;
    margin-top: 10px;
    font-weight: 500;
    padding-left: 0px;
    padding-right: 0px;
    color: var(--gray-web);
  }



  .resumosubtitle {
    width: 100%;
    display: flex;
    font-size: 12px;
    margin-bottom: 20px;
    font-weight: 500;
    color: var(--gray-web);
  }


  .caixatitle1 {
    width: 100%;
    display: flex;
    justify-content: center;
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: 500;
    padding: 0px;
    color: var(--verde-oliva);
  }

  .caixatitle2 {
    width: 100%;
    display: flex;
    justify-content: center;
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: 500;
    color: var(--azul-piscina);
  }

  .caixatitle3 {
    width: 100%;
    display: flex;
    justify-content: center;
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: 500;
    color: var(--black_70);
  }

  .caixatitle4 {
    width: 100%;
    display: flex;
    justify-content: center;
    text-transform: uppercase;
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: 500;
    color: var(--verde-oliva);
  }



  .img-card {
    margin-top: 10px;
    color: black;
  }

  .img-card-lixeira {
    margin-top: 5px;
    color: var(--azul-piscina);
  }

  .img-card-lixeira1 {
    margin-top: 5px;
    color: var(--verde-lima);
  }

  .img-card-lixeira2 {
    margin-top: 5px;
    color: red;
  }



  .img-card-person {
    margin-top: -5px;
    margin-right: 10px;
    color: red;
  }

  .img-card-person2 {
    margin-top: -5px;
    margin-right: 10px;
    color: var(--verde-lima);
  }

  .img-card2 {
    color: white;
    background: var(--azul-piscina);
    color: var(--white);
    width: 50px;
    height: 40px;
    justify-content: center;
    display: flex;
    background-color: var(--azul-piscina);
    font-size: 25px;
    padding: 8px;
    cursor: pointer;
    box-shadow: var(--shadow-1);

  }

  .pagamentotitle {
    width: 180px;
    height: 35px;
    color: white;
    font-size: 15px;
    font-weight: 300px;
    margin-bottom: 10px;
    margin-right: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--azul-piscina);
  }

  .arrow {
    margin-left: 10px;
  }

  .pagamentobutton {
    width: 180px;
    height: 40px;
    color: var(--white);
    font-size: 15px;
    font-weight: 300px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border-radius: 20px;
    box-shadow: 0 0 4px 0 var(--white);
    background-color: var(--azul_50);
  }

  .rotating-circle {
    margin-right: 60px;
  }

  .refreshbutton {
    width: 50px;
    height: 35px;
    color: var(--azul-piscina);
    font-size: 15px;
    font-weight: 300px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border-radius: 20px;
    box-shadow: 0 0 4px 0 var(--azul-piscina);
    background-color: var(--white);
  }

  .periodobutton {
    width: 160px;
    height: 35px;
    color: var(--azul-piscina);
    font-size: 15px;
    font-weight: 300px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border-radius: 20px;
    box-shadow: 0 0 4px 0 var(--azul-piscina);
    background-color: var(--white);
  }

  .search {
    width: 450px;
    height: 40px;
    display: flex;
    align-items: center;
    border: 2px solid var(--cinza);
  }

  .search2 {
    display: none;
  }


  .row-entrada {
    display: flex;
    align-items: center;
    height: 50px;
  }

  .entrad-card-info {
    display: flex;
    width: 100%;
  }


  .entrada-card-name {
    display: flex;
    flex: 3.5;
    border-right: 1px solid var(--verde-oliva);
    border-left: 0px solid var(--verde-oliva);
    border-top: 0px solid var(--verde-oliva);
    border-bottom: 1px solid var(--verde-oliva);
    justify-content: left;
    padding-left: 20px;
    padding-right: -20px;
    align-items: center;
    font-weight: 500;
    color: var(--verde-oliva);
    font-size: 16px;
    height: 50px;
    line-height: 20px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }

  .entrada-card-status {
    display: flex;
    flex: 3.5;
    border-right: 1px solid var(--verde-oliva);
    border-left: 0px solid var(--verde-oliva);
    border-top: 0px solid var(--verde-oliva);
    border-bottom: 1px solid var(--verde-oliva);
    justify-content: left;
    padding-left: 20px;
    padding-right: -20px;
    align-items: center;
    font-weight: 500;
    color: var(--verde-oliva);
    font-size: 16px;
    height: 50px;
    line-height: 20px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }

  .entrada-card-description {
    display: flex;
    flex: 3.5;
    justify-content: left;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 0px;
    align-items: center;
    border-right: 1px solid var(--verde-oliva);
    border-top: 1px solid var(--verde-oliva);
    border-bottom: 1px solid var(--verde-oliva);
    font-size: 16px;
    height: 50px;
    line-height: 20px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-weight: 500;
    color: var(--verde-oliva);
  }



  .entrada-card-value {
    display: flex;
    flex: 1.5;
    justify-content: center;
    border-right: 1px solid var(--verde-oliva);
    border-top: 0px solid var(--verde-oliva);
    border-bottom: 1px solid var(--verde-oliva);
    align-items: center;
    font-size: 16px;
    height: 50px;
    line-height: 20px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-weight: 500;
    color: var(--verde-oliva);
  }


  .entrada-card-value-entrada {
    display: flex;
    flex: 1.5;
    justify-content: center;
    border-right: 1px solid var(--verde-oliva);
    border-top: px solid var(--verde-oliva);
    border-bottom: 1px solid var(--verde-oliva);
    align-items: center;
    font-size: 16px;
    height: 50px;
    line-height: 20px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-weight: 500;
    color: var(--verde-lima);
  }



  .entrada-card-lixeira {
    display: flex;
    flex: 0.5;
    justify-content: center;
    align-items: center;
    border-right: 0px solid var(--verde-oliva);
    border-top: 0px solid var(--verde-oliva);
    border-bottom: 1px solid var(--verde-oliva);
    align-items: center;
    font-size: 18px;
    font-weight: 500;
    height: 50px;
    cursor: pointer;
  }

  .entrada-card-lixeira-title {
    display: flex;
    flex: 0.53;
    justify-content: center;
    border-right: 1px solid var(--verde-oliva);
    border-top: 1px solid var(--verde-oliva);
    border-bottom: 1px solid var(--verde-oliva);
    align-items: center;
    font-size: 18px;
    font-weight: 500;
    cursor: pointer;
    color: var(--verde-oliva);
  }

  .button-container {
    width: 100%;
    height: 40px;
    display: flex;
    align-items: center;
  }


  .dropdown {

    position: relative;
    display: inline-block;
  }

  .dropdown2 {

    position: relative;
    display: inline-block;
  }



  .dropdown .dropbtn {
    width: 180px;
    height: 40px;
    display: flex;
    justify-content: left;
    align-items: center;
    background-color: var(--brancogelo);
    color: black;
    padding: 10px;
    font-size: 16px;
    border: none;
    cursor: pointer;
  }

  .dropdown2 .dropbtn2 {
    width: 150px;
    height: 40px;
    display: flex;
    justify-content: left;
    align-items: center;
    background-color: var(--brancogelo);
    color: black;
    padding: 10px;
    font-size: 16px;
    border: none;
    cursor: pointer;
  }

  .arrow-down {
    width: 100%;
    margin-left: 85px;
    display: flex;
    justify-content: right;
  }

  .arrow-down2 {
    width: 100%;
    margin-left: 120px;
    margin-right: -20px;
    display: flex;
    justify-content: right;
  }

  .arrow-left {
    width: 100%;
    margin-right: 10px;
    display: flex;
    justify-content: left;
  }

  .arrow-left2 {
    width: 100%;
    margin-right: 10px;
    margin-left: -10px;
    display: flex;
    justify-content: left;
  }

  .atend-icone {
    width: 20px;
    height: 20px;
    margin-left: 10px;
    margin-right: 10px;
    display: flex;
    justify-content: left;
  }



  .atendimento-title {
    display: flex;
    height: 70px;
    align-items: center;
    font-size: 13px;
    color: var(--marrom);
  }

  .atendimento {
    font-size: 13px;
    width: 100px;
    white-space: nowrap;
    font-weight: 500;
    color: var(--gray-web);
  }

  .atendimento2 {
    font-size: 13px;
    width: 240px;
    white-space: nowrap;
    font-weight: 500;
    color: var(--gray-web);
  }

  .atendimento2:hover {
    font-size: 13px;
    width: 240px;
    white-space: nowrap;
    font-weight: 500;
    background-color: var(--verde-lima);
    color: var(--white);
  }

  .atendimento4 {
    font-size: 13px;
    width: 0px;
    margin-right: 0px;
    white-space: nowrap;
    font-weight: 500;
    color: var(--gray-web);
  }




  .atendimento3 {
    font-size: 13px;
    width: 130px;
    white-space: nowrap;
    font-weight: 500;
    color: var(--gray-web);
  }

  .atendimento3:hover {

    font-size: 13px;
    width: 130px;
    white-space: nowrap;
    font-weight: 500;
    background-color: var(--verde-lima);
    color: var(--white);
  }





  .dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    max-width: 130px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
  }

  .dropdown-content a {
    color: black;
    padding: 6px 16px;
    text-decoration: none;
    display: block;
    transition: background-color 0.3s;
  }

  .dropdown-content2 {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    max-width: 130px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
  }

  .dropdown-content2 a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    transition: background-color 0.3s;
  }

  .dropdown-content a:hover {
    background-color: var(--azul-piscina);
  }

  .dropdown.show .dropdown-content {
    display: block;
  }

  .copyright {
    font-size: 16px;
  }

  .row2-flex {
    width: 100%;
    display: flex;
    height: auto;
  }

  .row3-flex {
    display: flex;
    align-items: center;
    position: relative;
    height: 90px;
    gap: 20px;
  }

  .row3-resultado {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 100%;
    height: 400px;
    gap: 20px;
  }

  .form-item {
    margin-bottom: 20px;

  }

  .form-item2 {
    display: flex;
    width: 270px;
    justify-content: center;
    margin-bottom: 30px;

  }

  .form-item3 {
    flex-grow: 1;
    justify-content: center;
    margin-bottom: 20px;
    margin-top: 0px;
    box-shadow: 0 0 1px 0 var(--black_50);

  }

  .div-filha {
    height: auto;
    margin-bottom: 20px;
    margin-top: 0px;
    box-shadow: 0 0 1px 0 var(--black_50);

  }

  #contatocadastro {
    margin-top: 20px;
  }

  #div1 {
    flex: 1;
    /* Ocupa o dobro do espaço */
  }

  #div2 {
    flex: 1;
    /* Ocupa o espaço normal */
  }

  #div3 {
    flex: 0.7;
    /* Ocupa três vezes o espaço */
  }

  #div4 {
    flex: 0.7;
    /* Ocupa o espaço normal */
  }

  #div5 {
    flex: 1;
  }

  #div6 {
    flex: 0.7;
  }

  #div7 {
    flex: 1;
  }

  #div8 {
    flex: 1;
  }

  .form-item4 {
    flex-grow: 1;
    width: 100%;
    justify-content: left;
    margin-bottom: 20px;
    margin-top: 0px;
    box-shadow: 0 0 1px 0 var(--black_50);

  }

  .form-group {
    display: flex;
  }


  .form-control {
    width: 220px;
    margin-left: -15px;
    height: 40px;
    background: transparent;
    border-bottom: 0px solid var(--cinza);
    padding: 10px 25px;
    font-size: 12px;
    color: black;
    outline: none;

  }

  .form-control2 {
    width: 270px;
    margin-left: -15px;
    height: 40px;
    background: transparent;
    border-bottom: 0px solid var(--cinza);
    padding: 10px 25px;
    font-size: 13px;
    color: black;
    outline: none;

  }

  .form-search {
    width: 100%;
    margin-left: -15px;
    height: 40px;
    background: transparent;
    border-bottom: 0px solid var(--cinza);
    padding: 10px 25px;
    font-size: 13px;
    color: black;
    outline: none;

  }





  .form-control3 {
    width: 160px;
    margin-left: -15px;
    height: 40px;
    background: transparent;
    border-bottom: 0px solid var(--cinza);
    padding: 10px 25px;
    font-size: 12px;
    color: black;
    outline: none;

  }

  .row4 {
    display: flex;
    align-items: center;
    position: relative;
    width: 300px;
    height: 400px;
    margin-right: 100px;
    margin-left: 0px;
  }

  .row4-2 {
    display: flex;
    align-items: center;
    position: relative;
    margin-top: 50px;
    width: 500px;
    height: 400px;
    gap: 20px;
    margin-left: 0px;
  }


  .container-agenda {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding-left: 50px;
    padding-right: 50px;
    background-color: var(--cinzaweb);
  }


}