/*@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import "color-default.css";

html, body {overflow-x:hidden; margin:0px;} 
body {background: #fff; font-size: 16px;}
body, p, a, input, label {font-family: "Poppins", sans-serif; color: var(--textos);}
h1, h2, h3, h4, h5 {font-family: "Playfair Display", serif; width: fit-content;}
h1 {color: var(--default); font-size: 60px; font-weight: 200;}
h2 {color: var(--default); font-size: 30px;}
h3 {color: var(--default); font-size: 22px;}
a {text-decoration: none;}
a:hover {color: var(--linkHover);}
img {width: 100%;}
.desktop {display: flex;}
.desktop_block {display: block;}
.mobile {display: none;}
.round {border-radius: 25px;}
.linhaVertical {display: flex !important; flex-direction: column; justify-content: center;}

.imagesWithBorda {border-radius: 30px; box-shadow: 5px 5px 12px 0px rgba(0,0,0,.2); -webkit-box-shadow: 5px 5px 12px 0px rgba(0,0,0,.2); -moz-box-shadow: 5px 5px 12px 0px rgba(0,0,0,.2); width: 100%;}

.boxScroll {
  padding: 2px; 
  width: 100%; 
  background: #fff; 
  overflow-y: auto; 
  max-height: 700px;
  -webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
  margin-bottom: 40px;
}

.boxAviso {
  width: 100%;
  max-width: 800px;
  padding: 20px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color: #ff005a;
  color: #fff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  text-align: center;
  margin-bottom: 50px;
  display: block;
  margin: 70px auto;
}

.boxCz {
  border: none;
  -webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
  padding: 40px;
  background-color: #ddd;
}

.boxCz span {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  color: var(--scrlTopTx);
  background: var(--default);
  border-radius: 50%;
  width: 45px;
  height: 45px;
  text-align: center;
}

/**********************slick******************************/
.slick-next, .slick-prev {width: 20px!important; height: 40px!important; top: 38%!important;}
.slick-next:before {
  background: url(../images/seta_right.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
  width: 100%;
  height: 100%;
  content: ""!important;
  display: block;
}

.slick-prev:before {
  background: url(../images/seta_left.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left;
  width: 100%;
  height: 100%;
  content: ""!important;
  display: block;
}
/**********************slick******************************/


/**********************ClularScrollHover******************************/
.CelularScrollHover {
  width: 292px;
  height: 550px;
  /*background-image: url('../images/celular.png');*/
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
  transition: all 0.2s ease-in-out;
  margin: 0 auto;
}

.CelularScrollHover:hover {
transform: scale(1.1);
}

.child-div {
position: absolute;
left: 9px;
width: 253px;
top: 39px;
height: 450px;
overflow: hidden;
}

.child-div img {
  width: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transition: top 5s linear;
}

.child-div div {
position: absolute;
bottom: 0;
width: 100%;
height: 35px;
/*background-image: url('../images/barraFinal.png');*/
background-size: cover;
background-position: center;
}
/**********************ClularScrollHover******************************/

.boxCz p {margin-bottom: 0;}
.boxCz p>span {color: var(--default); border-radius: unset; background: unset; display: inline-block; white-space: nowrap; font-weight: 600; text-align: center; width: fit-content; height: auto;}

.boxCz>div>div:first-child>p:first-child {font-size: 22px; font-weight: 600;}

.backFull {background: #fff; padding: 30px 0;}
.backFull2 {background: #fff; padding: 30px 0 0 0;}
.backFull3 {padding: 30px 0 0 0; background: linear-gradient(0deg, rgba(241,241,241,1) 0%, rgba(241,241,241,1) 20%, rgba(255,255,255,1) 20%, rgba(255,255,255,1) 100%);}
.backCz {background: #aaa!important;}
.quadroCz {height: 200px; width: 100%; background: #f1f1f1; position: absolute; bottom: 0; z-index: -1;}
.boxNav {height: 80px; background: #fff;}
.perguntas h3 {width: 100%; text-align: center; margin-bottom: 30px; margin-top: 40px;}
.perguntas button {margin: 0 auto;}


/**********************inicial******************************/
.backinicial {
  /*background-image: url(../images/banner_back_home.jpg); */
  background-repeat: no-repeat; 
  background-size: cover; 
  background-position: center; 
  padding: 120px 0;
  height: 110vh;
  animation: backgroundZoom 0.5s ease-out forwards;
  /*background: rgb(0,0,0);
  background: linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(255,255,255,0) 52%);*/
}
.backinicial .container {
  height: 100%;
  position: relative;
}
.backinicial_mb {background-image: url(../images/banner_back_home.jpg); background-repeat: no-repeat; background-size: cover; padding: 50px 0;}
.backinicial img {width: 80%;}
.inicial .sessao-1 h1 {font-size: 60px; font-weight: 400; color: var(--cidadao1);}
.inicial .sessao-1 p {font-size: 30px; font-weight: 200; color: #fff; text-shadow: 5px 5px 12px #000;}
.inicial .sessao-1 .row {height: 100%;}
.inicial .sessao-1 h1, .inicial .sessao-1 h3 {color: #fff;}
.inicial .sessao-2 {
  padding: 100px 0 100px 0; 
  background-image: url(../images/fundomap.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.inicial .sessao-3 {padding: 100px 0 100px 0;}
.inicial .sessao-3 h1 {margin-bottom: 30px;}
.inicial .sessao-4 .container-fluid {background: #fff;} 
.inicial .sessao-5 .container-fluid {background: var(--default);}
.inicial .sessao-5 h3 {color: #fff; text-align: center; width: 100%;}
.inicial .sessao-3 input[type=submit]  {margin: 0 auto; display: block;}
.ajusTLarg {
  width: 90%;
  max-width: 1000px;
}
.degradee {
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  background: linear-gradient(90deg, rgba(0,0,0,.7) 0%, rgba(255,255,255,0) 52%);
}
.inicial .sessao-1-2 {
  padding-top: 100px;
  background-image: url(../images/fundomap.png); 
  background-repeat: no-repeat; 
  background-size: cover;
  background-position: bottom;
  margin-bottom: 80px;
}
.inicial .sessao-1-2>div>div>div {
  height: 600px;
}
.bgEstatua {
  background-color: #f4efec;
  padding: 45px 100px 89px 300px;
  outline: 1px solid var(--default);
  outline-offset: -18px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 450px;
  width: 90%;
  margin: 0 auto;
  position: relative;
  margin-top: calc((600px - 490px) / 2);
}
.bgEstatua>div>div {
  display: flex;
  flex-direction: row;
}
.bgEstatua>div>div p {
  font-size: 70px;
  font-weight: 500;
  line-height: 50px;
  color: #aaa;
}
.bgEstatua>div>div span {
  font-size: 20px;
  display: block;
}
.bgEstatua img {
  width: 200px;
  margin-right: 30px;
}
.bgEstatua h1 {
  color: #000;
  font-size: 40px;
}
.bgEstatua>span {
  font-size: 14px;
  position: absolute;
  right: 50px;
  bottom: 45px;
}
.estatua img {
  position: absolute;
  z-index: 10;
  width: auto;
  height: 575px;
}
.inicial .sessao-jaralax h1 {
  text-align: left;
  color: #fff;
  font-size: 60px;
  width: 100%;
  text-shadow: 10px 10px 12px #aeaeae;
}
.inicial .simbolo {
  position: absolute;
  bottom: 0;
  right: 20%;
}
.enderecos {
  padding: 30px 20px;
  background-color: #eee;
  margin-bottom: 20px;
  width: fit-content;
}
.enderecos p {
  margin-bottom: 0;
}
/**********************inicial******************************/


/**********************Anima Linha Stroke******************************/
.text-line {
  stroke-dasharray: 1200;
  stroke-dashoffset: 1200;
  animation: dash 2s linear forwards, filling 2s ease-in forwards;
  font-size: 150px;
}

.text-line text {
  font-family: Helvetica,Arial,sans-serif;
  font-weight: normal;
  font-style: normal;
}

@keyframes dash {
  to {
      stroke-dashoffset: 0;
  }
}

@keyframes filling {
  0%, 80% { fill: #ffffff; fill-opacity: 0; }
  100% { fill: #ffffff; fill-opacity: 1; }
}
/**********************Anima Linha Stroke******************************/


/**********************pag quemsomos******************************/
.quemsomos .sessao-2 {
  padding: 100px 0;
  /*min-height: 840px;*/
  background-image: url(../images/fundomap.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
}
.quemsomos .sessao-3 {
  padding: 100px 0;
  background-color: #f4e4be;
}
/**********************pag quemsomos******************************/


/**********************pag equipe******************************/
.equipe .sessao-2 {
  padding: 100px 0;
  min-height: 840px;
  background-color: #f4e4be;
  background-image: url(../images/fundomap.png);
  background-repeat: no-repeat;
  background-size: cover;
}
/**********************pag equipe******************************/



/**********************pag atuacao******************************/
.atuacao .sessao-2 {
  padding: 100px 0 100px 0; 
  background-image: url(../images/fundomap.png);
  background-size: 100%;
  background-repeat: no-repeat;
}
/**********************pag atuacao******************************/


/**********************pag formulario******************************/
.formulario .container {max-width: 100%; padding-right: 0; padding-left: 0;}
.formulario .container input {font-size: 16px; color: #000;}
.formulario .container input[type="submit"] {color: #fff;}
.formulario span {color: #aaa;}
.formulario input[type="radio"] {
  width: 20px; /* Largura desejada */
  height: 20px; /* Altura desejada */
}
/**********************pag formulario******************************/


/**********************toppaginternas******************************/
 .sessao-1.toppaginternas>div {
  min-height: 320px;
  position: relative;
  background-repeat: no-repeat;
  background-position-y: 50%;
  background-size: cover;
}
.sessao-1.toppaginternas>div .degradee {
  height: 100%;
  background: linear-gradient(90deg, rgba(0, 0, 0, .9) 0%, rgba(0, 0, 0, .5) 100%);
}
.sessao-1.toppaginternas .row {
  min-height: 320px;
  padding-top: 90px;
}
.sessao-1.toppaginternas p {
  color: #fff;
  text-align: center;
  position: relative;
}
.sessao-1.toppaginternas p span {
  color: var(--default);
}
.sessao-1.toppaginternas h1 {
  width: 100%;
  text-align: center;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-wrap: nowrap;
}
.sessao-1.toppaginternas h1 img {
  height: 40px;
  width: auto;
  margin-right: 20px;
}
.sessao-1.toppaginternas h1 span {
  color: #fff;
}
/**********************toppaginternas******************************/


/**********************quadroFloat******************************/
.quadroFloat {
  position: absolute;
  background-color: var(--default);
  right: 0;
  width: 130%;
  min-height: 420px;
  padding: 50px;
}
.quadroFloat>div {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: start;
  justify-content: center;
  margin-bottom: 50px;
}
.quadroFloat>div div {
  width: 40%;
  border: 10px solid #fff;
  margin: 0 auto;
}
.quadroFloat p {
  color: #fff;
}
/**********************quadroFloat******************************/


/**********************fotosGaleria******************************/
.team-block {
  /*background-image: url(../images/team1-pattern1.webp);*/
  background-repeat: no-repeat; 
  background-size: 100%;
  width: 100%;
  padding: 0 30px;
}
.image-boxTeam {
  border: 1px solid var(--default);
  padding: 20px;
  background-color: #fff;
}
.image-boxTeam figure {
  margin-bottom: 0;
  overflow: hidden;
}
.image-boxTeam figure img {
  filter: grayscale(1);
  transition: all 0.2s ease-in-out;
}
.image-boxTeam figure img:hover {
  filter:none;
  transform: scale(1.1);
}
.team-block>div:last-child {
  margin-top: 30px;
  text-align: center;
}
.team-block>div:last-child h2 {
  width: 100%;
}
/**********************fotosGaleria******************************/




/**********************marquee******************************/
.marquee-section {
  position: relative;
  padding: 0 0 21px;
}
.marquee {
  position: relative;
  --duration: 30s;
  --gap: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  gap: var(--gap);
}
.marquee .marquee-group {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  gap: var(--gap);
  min-width: 100%;
  -webkit-animation: scroll var(--duration) linear infinite;
  animation: scroll var(--duration) linear infinite;
}
.marquee .text {
  position: relative;
  -webkit-text-fill-color: #fff;
  -webkit-text-stroke: 1px rgba(84, 89, 95, .2);
  font-size: 90px;
  line-height: 1.3;
  padding-left: 70px;
  margin-left: 70px;
  font-family: var(--text-font);
}
.marquee .text:hover:before {
  width: 100%;
}
.marquee .text:before {
  position: absolute;
  content: attr(data-text);
  top: -35px;
  left: 70px;
  -webkit-text-fill-color: var(--default);
  width: 0;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  overflow: hidden;
  padding-top: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: calc(100% + 55px);
}
.marquee .text:after {
  background-color: var(--default);
  border-radius: 50%;
  content: "";
  position: absolute;
  left: 0;
  top: calc(50% - 2px);
  height: 9px;
  width: 9px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
@keyframes scroll {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(calc(-100% - var(--gap)));
    transform: translateX(calc(-100% - var(--gap)));
  }
}
/**********************marquee******************************/


/**********************quadros mouse over******************************/
.sec-title {
  margin-bottom: 60px;
  position: relative;
}
.service-block {
  position: relative;
  margin-bottom: 30px;
  z-index: 1;
}
.service-block .inner-box {
  background-color: #fff;
  border: 1px solid var(--default);
  padding: 17px 23px 20px;
  position: relative;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  z-index: 0;
  cursor: pointer;
  min-height: 440px;
}
.service-block .inner-box:hover {
  border-color: var(--default);
}
.service-block .inner-box:hover h4 a, .service-block .inner-box:hover h4, .service-block .inner-box:hover .text {
  color: #fff;
}
.service-block .inner-box .image-box .image {
  position: relative;
  margin-bottom: 30px;
  overflow: hidden;
}
.service-block .inner-box:hover:after {
  height: 100%;
  opacity: 1;
  z-index: -1;
}
.service-block .inner-box:after {
  background-image: url(../images/pattern1-2.png);
  background-size: cover;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 70%;
  width: 100%;
  opacity: 0;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.service-block .inner-box:hover .image-box .image img {
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
}
.service-block .inner-box .image-box .image img {
  position: relative;
  width: 100%;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}
.service-block .inner-box .content-box .title {
  position: relative;
  margin-bottom: 15px;
  letter-spacing: -.01em;
  z-index: 2;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.info-box a {
  font-family: unset;
  font-size: 30px;
  font-weight: 200;
}
/**********************quadros mouse over******************************/



/**********************sessao-video******************************/
.sessao-video {margin-bottom: 50px;}
.inicial .sessao-video {margin-bottom: 0px;}
.sessao-video h1 {width: 100%; text-align: left; font-weight: 200; font-size: 40px;}

.sessao-video .sldItem>div {position: relative; transition: all 0.2s ease-out;}
.sessao-video .sldItem>div i {position: absolute; left: calc(50% - 20px); top: calc(50% - 30px); color: var(--default); font-size: 50px; cursor: pointer;}
.sessao-video .slick-track {margin-bottom: 30px;}
.sessao-video .slick-dots li button:before {font-size: 14px!important;}
.sessao-video .slick-dots li.slick-active button:before {color: var(--medicos2)!important;}
.sessao-video .slick-dots li button:before {color: var(--medicos2)!important;}
.sessao-video .sldItem img {filter: blur(2px); transition: all 0.2s ease-out;}
.sessao-video .sldItem>div:hover {transform: scale(1.05);}
.sessao-video .sldItem>div:hover>img {filter: blur(0px);}
.sessao-video .sldItem p {padding-left: 10px;}
.sessao-video .sldItem>div {margin: 10px; border-radius: 20px; overflow: hidden;}
.sessao-video .slick-next:before, .sessao-video .slick-prev:before {font-size: 35px; color: var(--default);}
.sessao-video h3 {color: #fff;}
/**********************sessao-video******************************/


/**********************construcao******************************/
.construcao .sessao-1 div {width: 100%; height: calc(100vh - 80px); display: flex; align-items: center; justify-content: center; flex-direction: column;}
/**********************construcao******************************/



/**********************Botões******************************/
.botPadraoFixo {border-radius: 6px; background: var(--default); color: var(--botaDefaultText); padding: 7px 10px; display: block; width: fit-content; border: none; border-radius: 0px 10px 10px 0px;}
.botPadrao {
  /*border-radius: 6px; */
  background: var(--default); 
  color: var(--botaDefaultText); 
  transition: all 0.2s ease-out; 
  padding: 10px 10px; 
  display: block; 
  width: fit-content; 
  border: none; 
  line-height: 20px; 
  text-align: center;
  min-width: 100px;
}
.botPadrao:hover {transform: scale(1.05); color: var(--botaDefaultTextH);}
.botPadraoC {border-radius: 6px; background-color: #ff3368; background-image: linear-gradient(16deg, #ff005a 0%, #ff5d2d 64%, #ffba00 100%); color: var(--botaDefaultText); transition: all 0.2s ease-out; padding: 7px 10px; display: block; width: fit-content;}
.botPadraoC:hover { color: var(--botaDefaultText); transform: scale(1.05);}
.botDefaut {
    padding: 7px 20px;
    color: #fff;
    font-weight: bold;
    background-color: var(--default);
    -webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
    display: block;
    text-align: center;
    transition: all 0.2s ease-out;
    outline: 0px;
    border: none;
}
.botDefaut:hover {
    color: #fff;
    transform: scale(1.05);
}
.botVerde {
    color:  var(--default);
    text-align: center;
    transition: all 0.2s ease-out;
    outline: 0px;
    border: none;
    padding: 0;
    font-size: 20px;
}
.botVerde:hover {
    transform: scale(1.08);
}

.botVerdeC {
    color:  #fff;
    background-color: var(--default);
    -webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
    text-align: center;
    transition: all 0.2s ease-out;
    outline: 0px;
    border: none;
    padding: 6px;
    font-size: 11px;
    width: 25px;
    height: 25px;
}
.botVerdeC:hover {
    transform: scale(1.08);
}
.botPadrao-Alt {
  /*border-radius: 6px; */
  background: var(--defaultAlt); 
  color: #fff; 
  transition: all 0.2s ease-out; 
  padding: 10px 10px; 
  display: block; 
  width: fit-content; 
  border: none; 
  line-height: 20px; 
  text-align: center;
  min-width: 500px;
  margin: 0 auto;
}
.botPadrao-Alt:hover {transform: scale(1.05); color: var(--botaDefaultTextH);}
/**********************Botões******************************/


/**********************Botões transparente******************************/
.botaoTranp {
	color:#fff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	font-size: 20px;
	padding: 10px;
	box-shadow: 5px 5px 12px 0px rgba(0,0,0,.8);
	-webkit-box-shadow: 5px 5px 12px 0px rgba(0,0,0,.8);
	-moz-box-shadow: 5px 5px 12px 0px rgba(0,0,0,.8);
	border-top: 3px solid rgba(255,255,255,.3);
	border-left: 3px solid rgba(255,255,255,.2);
	border-bottom: 2px solid rgba(0,0,0,.3);
	border-right: 2px solid rgba(0,0,0,.3);
	text-decoration: none;
	display: inline-block;
	cursor: pointer;
	background-image:url('../images/bolinhas2.png');
	background-repeat:no-repeat;  
	background-position: bottom left; 
	background-size:30px 30px;
	width:100%;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .2s ease-in-out;
}
.botaoTranp:hover {
    color: #fff;
    transform: scale(1.05); 
}
/**********************Botões transparente******************************/


/**********************geral******************************/
.pdL-1 {padding-left: 10px;}
.pdL-2 {padding-left: 20px;}
.pdL-3 {padding-left: 30px;}
.pdL-4 {padding-left: 40px;}
.pdL-5 {padding-left: 50px;}
.pdL-6 {padding-left: 60px;}
.pdL-7 {padding-left: 70px;}
.pdL-8 {padding-left: 80px;}
.pdR-1 {padding-right: 10px;}
.pdR-2 {padding-right: 20px;}
.pdR-3 {padding-right: 30px;}
.pdR-4 {padding-right: 40px;}
.pdR-5 {padding-right: 50px;}
.pdL-6 {padding-right: 60px;}
.pdL-7 {padding-right: 70px;}
.pdR-8 {padding-right: 80px;}
.pdR-20 {padding-right: 200px;}

.pdB-1 {padding-bottom: 10px;}
.pdB-2 {padding-bottom: 20px;}
.pdB-3 {padding-bottom: 30px;}
.pdB-4 {padding-bottom: 40px;}
.pdB-5 {padding-bottom: 50px;}
.pdB-6 {padding-bottom: 60px;}
.pdB-7 {padding-bottom: 70px;}
.pdB-8 {padding-bottom: 80px;}
.pdB-9 {padding-bottom: 90px;}
.pdB-10 {padding-bottom: 100px;}
.pdB-20 {padding-bottom: 200px;}
.pdB-25 {padding-bottom: 250px;}
.pdB-28 {padding-bottom: 280px;}
.pdB-30 {padding-bottom: 300px;}
.pdB-35 {padding-bottom: 350px;}
.pdT-1 {padding-top: 10px;}
.pdT-2 {padding-top: 20px;}
.pdT-3 {padding-top: 30px;}
.pdT-4 {padding-top: 40px;}
.pdT-5 {padding-top: 50px;}
.pdT-6 {padding-top: 60px;}
.pdT-7 {padding-top: 70px;}
.pdT-8 {padding-top: 80px;}
.pdT-9 {padding-top: 90px;}
.pdT-10 {padding-top: 100px;}
.pdT-20 {padding-top: 200px;}

.pdT-8p {padding-top: 8%;}
.pdT-10p {padding-top: 10%;}

.mgB-0 {margin-bottom: 0px;}
.mgB-1 {margin-bottom: 10px;}
.mgB-2 {margin-bottom: 20px;}
.mgB-3 {margin-bottom: 30px;}
.mgB-4 {margin-bottom: 40px;}
.mgB-5 {margin-bottom: 50px;}
.mgB-6 {margin-bottom: 60px;}
.mgB-7 {margin-bottom: 70px;}
.mgB-8 {margin-bottom: 80px;}
.mgB-9 {margin-bottom: 90px;}
.mgB-10 {margin-bottom: 100px;}
.mgB-15 {margin-bottom: 150px;}
.mgB-22 {margin-bottom: 220px;}
.mgB-23 {margin-bottom: 230px;}
.mgB-26 {margin-bottom: 260px;}
.mgB-28 {margin-bottom: 280px;}
.mgB-30 {margin-bottom: 300px;}
.mgB-32 {margin-bottom: 320px;}
.mgB-35 {margin-bottom: 350px;}

.mgT-1 {margin-top: 10px;}
.mgT-2 {margin-top: 20px;}
.mgT-3 {margin-top: 30px;}
.mgT-4 {margin-top: 40px;}
.mgT-5 {margin-top: 50px;}
.mgT-6 {margin-top: 60px;}
.mgT-7 {margin-top: 70px;}
.mgT-8 {margin-top: 80px;}
.mgT-9 {margin-top: 90px;}
.mgT-10 {margin-top: 100px;}
.mgT-20 {margin-top: 200px;}

.mgL-1 {margin-left: 10px;}
.mgL-2 {margin-left: 20px;}
.mgL-3 {margin-left: 30px;}
.mgL-4 {margin-left: 40px;}
.mgL-5 {margin-left: 50px;}
.mgR-1 {margin-right: 10px;}
.mgR-2 {margin-right: 20px;}
.mgR-3 {margin-right: 30px;}
.mgR-4 {margin-right: 40px;}
.mgR-5 {margin-right: 50px;}

.mgB-5-resp {margin-bottom: 50px;}
/**********************geral******************************/


/**********************style do navbar******************************/
.navbar {
	padding: 15px 50px;
	width: 100%; 	
	position: fixed;
  top: 0;
  z-index: 100;
  left: 0; 
  transition: all 0.5s ease;
  max-height: 90px;
  background-color: rgba(255,255,255,1);
  font-weight: 500;
}
.navbar-nav img {width: 20px; margin-top: -5px;}
.navbar-nav span {width: 2px; height: 70%; background-color: var(--textos); display: block; margin-top: 8px;}
.navbar-brand img {max-height: 50px; transition: all 0.2s ease-in-out;}
.navbar-collapse {align-items: flex-end; justify-items: flex-end;}
.nav-item {padding: 0 5px;}
.nav-item>a {font-family: "Montserrat", sans-serif; font-size: 17px; transition: all 0.2s ease-in-out; }
.nav-item>a:hover {transform: scale(1.1);}
.navTop {
    padding: 5px 50px;
}
.navbar.navTop {
  background-color: rgba(255,255,255,1);
}
.navbar.navTop .nav-item>a {color: var(--textos);}
.dropdown-menu {border: none; border-radius: 0;}
.navTop .dropdown-menu {border: none; border-radius: 0;}
.navTop .navbar-brand img {transform: scale(0.9);}
.dropdown-item:hover {background-color: var(--navTextBack); color: #fff;}
.navbar h2 {padding-top: 15px; font-size: 20px;}
.navbar .midiaS {font-size: 25px; padding: 0 3px;}

/*menu de produtos*/
.boxCategoria {padding:0; z-index: 10; margin-bottom: 20px;}
.boxCategoria .dropdown {position: unset;}
.boxCategoria .dropdown-menu {width: 100%; padding: 20px 30px; position: absolute; z-index: -1; left:0px; display: unset; transition: all .2s ease-in-out;}
.boxCategoria .navbar-collapse {padding: 50px 15px 15px 15px; background: #fff; width: 100%;}
.boxCategoria .show {top: 62px;}
.menuopen {display: block;}

.dropfull {
  width: 100vw;
  position: absolute;
  z-index: 100;
  left: 0;
}
/*.boxVerde {border: 1px solid var(--default); border-radius: 6px;}*/
.boxVerde {font-weight: 600;}
.nav-item>a.boxVerde {color: var(--default);}
.navbar-collapse { margin-left: -15px; margin-right: -15px; padding: 10px;}
.valida .navbar {position: unset; max-height: unset;}
.navbar>.container {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}
.navbar .nav-item button:first-child {margin-bottom: 20px;}
.boxNav {height: unset;}
/**********************style do navbar******************************/


/**********************footer******************************/
footer {background-color: var(--footer); padding: 0; color: var(--footerfont);}
footer .medias i {font-size: 30px; margin-right: 7px;}
footer .medias {text-align: right;}
footer a, footer p {color: var(--footerfont);}
footer p {margin-bottom: 0;}
footer a:hover {color: var(--footerfontHv);}
footer b {display: block; margin-bottom: 10px;}
footer img {width: 180px; margin-bottom: 15px;}
footer .container {padding-top: 50px; padding-bottom: 50px;}
footer .container button {margin: 0 auto;}
footer .botPadrao {width: 80%;}
footer .botPadrao:first-child {margin-bottom: 20px;}
.footAlgRigh {width: fit-content; margin: 0 0 0 auto;}
/**********************footer******************************/


/**********************loading******************************/
#loadingxx {
  position: absolute;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background-color: var(--loadding);
  background-image: url("../images/loading.gif");
  background-size: 90px;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
}
/**********************loading******************************/


/********************cookies**********************/
.box-cookies {position: fixed; bottom: 0; z-index: 1000; background: #444; color: #fff; width: 1350px; border-radius: 30px 30px 0px 0px; left: calc((100% - 1350px)/2); /*border-top: 2px solid #fff; border-left: 2px solid #fff; border-right: 2px solid #fff;*/}
.box-cookies>div {display: flex; width: 100%; max-width: 1140px; margin: 50px auto;}
.box-cookies>div p {margin-bottom: 0;}
.box-cookies div div:first-child a {color: #ccc!important;}
.box-cookies div div:first-child a:hover {color: #aaa!important;}
.box-cookies div div:first-child {width:75%;}
.box-cookies div div:nth-child(2) {width:25%; text-align: center; display: flex; align-items: center; justify-content: center;}
.box-cookies p {color: #fff;}
.hideb {display: none;}

/*.box-cookies {
  animation-duration: 1s;
  animation-name: slidein;
  animation-delay: 2.5s;
}

@keyframes slidein {
  from {
   margin-bottom: -128px;
  }

  to {
    margin-bottom: 0px;
  }
}*/
/********************cookies**********************/


/**********************Dropdown mouse over******************************/
.dropdownFx:hover .dropdown-menu2 {
  display: block;
  margin-top: 0;
}
/**********************Dropdown mouse over******************************/


/**********************paginacao******************************/
.paginacao span.navPg {-webkit-border-radius: 4px; -moz-border-radius: 4px;  border-radius: 4px; background-color: #fff; padding: 5px 7px; margin: 5px; transition: all .1s ease-in-out; display: inline-block; color: var(--default);}
.paginacao span.navPg:hover {transform: scale(1.2); }
.paginacao span:not(.navPg) {color: var(--default); margin: 0 5px;}
/**********************paginacao******************************/

/**********************Login******************************/
.login {width: 250px; min-height: 150px; left: auto!important; right: -20px; padding: 25px;}
/**********************Login******************************/


/**********************Scroll to Topr******************************/
.gototop {color: var(--scrlTopTx); background: var(--default); position: fixed; bottom:30px; right:30px; font-size:25px; border-radius: 50%; width:40px; height:40px; display:none; text-align:center; cursor: pointer; z-index: 100;}
.gototop i {line-height: unset;}
.gototop img {width: 60%; margin-top: -5px;}
/**********************Scroll to Topr******************************/


/**********************Cartao******************************/
.cartao {max-width: 90%; border: 10px solid #fff; min-height: 200px; text-align: center; padding: 20px; border-radius:20px; -webkit-box-shadow: 3px 3px 18px -5px rgba(0,0,0,0.5); -moz-box-shadow: 3px 3px 18px -5px rgba(0,0,0,0.5); box-shadow: 3px 3px 18px -5px rgba(0,0,0,0.5); position: relative; overflow: hidden; transition: all 0.2s ease-in-out!important;}
.cartao:hover {transform: scale(1.03)!important;}
.cartao-diagonal div:first-child>div {transform: rotate(2deg);}
.cartao-diagonal div:nth-child(2)>div {transform: rotate(-1deg);}
.cartao-diagonal div:nth-child(3)>div {transform: rotate(3deg);}
.imgback {position: absolute;  z-index: -1; left: 0; top: 0; width: auto; height: 100%; filter: blur(3px);}
.cartao i {
	color: var(--cardsBullcor);
	font-size: 40px; 
	background-color:var(--default);
    height:80px;
	width:80px;
    border-radius:50%;
    -moz-border-radius:50%;
    -webkit-border-radius:50%;
	display: flex;    
	align-items: center;
	justify-content: center;
	margin: 0 auto;
}
.cartao i, .cartao h4 {margin-bottom: 20px;}
.cartao h1 {margin-bottom: 20px; font-weight: 200; width: 100%; text-align: center; font-size: 25px;}
.cartao-flutuante {position: absolute; z-index: 100; right: 55px; transform: rotate(2deg); min-height: 170px; max-height: 200px; background-image: url(../images/back.jpg); background-repeat: no-repeat; background-size: cover; color: #fff; font-size: 30px; text-align: left; line-height: 25px; width: 190px; font-family: "Montserrat", sans-serif;}
.cartao-flutuante small {font-size: 18px; font-family: "Montserrat", sans-serif;}
.cartao-flutuante span {font-size: 18px; color: #ff3b3b; display: block;}
/**********************Cartao******************************/

/**********************cartao2******************************/
.cartao2 {max-width: 95%; min-height: 600px; padding: 15px 15px; border-radius:20px; -webkit-box-shadow: 3px 3px 18px -5px rgba(0,0,0,0.2); -moz-box-shadow: 3px 3px 18px -5px rgba(0,0,0,0.2); box-shadow: 3px 3px 18px -5px rgba(0,0,0,0.2); position: relative; overflow: hidden; transition: all 0.2s ease-in-out!important; background: #fff; margin: 0 auto; cursor: pointer;}
.cartao2:hover {transform: scale(1.03)!important;}
.cartao2-diagonal div:first-child>div {transform: rotate(2deg);}
.cartao2-diagonal div:nth-child(2)>div {transform: rotate(-1deg);}
.cartao2-diagonal div:nth-child(3)>div {transform: rotate(3deg);}
.imgback {position: absolute;  z-index: -1; left: 0; top: 0; width: auto; height: 100%; filter: blur(3px);}
.cartao2>i {
	color: var(--cardsBullcor);
	font-size: 40px; 
	background-color:var(--default);
    height:40px;
	width:40px;
    border-radius:50%;
    -moz-border-radius:50%;
    -webkit-border-radius:50%;
	display: flex;    
	align-items: center;
	justify-content: center;
}
.cartao2>i, .cartao2 h4 {margin-bottom: 5px;}
.cartao2>i {font-size: 20px;}
.cartao2 h1 {margin-bottom: 20px; font-weight: 200; width: 100%; text-align: center; font-size: 30px;}
.cartao2 span {text-align: left; width: 100%; display: block; font-size: 12px; position: absolute; bottom: 30px; color: var(--default);}
.cartao2-flutuante {position: absolute; z-index: 100; right: 55px; transform: rotate(2deg); min-height: 170px; max-height: 200px; background-image: url(../images/back.jpg); background-repeat: no-repeat; background-size: cover; color: #fff; font-size: 30px; text-align: left; line-height: 25px; width: 190px; font-family: "Montserrat", sans-serif;}
.cartao2-flutuante small {font-size: 18px; font-family: "Montserrat", sans-serif;}
.cartao2-flutuante span {font-size: 18px; color: #ff3b3b; display: block;}
/**********************cartao2******************************/


/**********************cartao3******************************/
.cartao3padding {padding: 0 50px 0 50px;}
.cartao3 {max-width: 95%; min-height: 285px; text-align: center; padding: 70px 10px 0 10px; border-radius:20px; -webkit-box-shadow: 3px 3px 18px -5px rgba(0,0,0,0.2); -moz-box-shadow: 3px 3px 18px -5px rgba(0,0,0,0.2); box-shadow: 3px 3px 18px -5px rgba(0,0,0,0.2); position: relative; overflow: hidden; transition: all 0.2s ease-in-out!important; margin: 0 auto;}
.cartao3:hover {transform: scale(1.03)!important;}
.cartao3padding>div {margin: 0 20px 70px 20px;}
.cartao3 div:first-child {background-color: var(--empresa2); position: absolute; top: 0; left: 0; width: 100%; padding: 10px 0; overflow: hidden; z-index: 3; font-size: 20px;}
.cartao3 div:first-child p {color: #fff; margin-bottom: 0;}
.cartao3 h1 {width: 100%; text-align: center; margin-bottom: 40px;}
.cartao3 h1 span {font-size: 12px; font-weight: 400; color: #333;}
.cartao3 h2 {font-size: 18px; font-weight: 600; text-align: center; width: 100%; color: var(--textos); margin-bottom: 30px;}
.cartao3 p {margin-bottom: 30px; font-size: 14px;}
.cartao3 .botPadrao {width: 80%; margin: 0 auto 20px auto; display: block; background: #333;}
/**********************cartao3******************************/


/**********************cartao4******************************/
.cartao4padding {padding: 0 50px 0 50px;}
.cartao4 {max-width: 95%; min-height: 285px; text-align: center; padding: 30px; border-radius:20px; -webkit-box-shadow: 3px 3px 18px -5px rgba(0,0,0,0.2); -moz-box-shadow: 3px 3px 18px -5px rgba(0,0,0,0.2); box-shadow: 3px 3px 18px -5px rgba(0,0,0,0.2); position: relative; overflow: hidden; transition: all 0.2s ease-in-out!important; margin: 30px 20px; display: flex; align-items: center; justify-content: center;}
.cartao4:hover {transform: scale(1.03)!important;}
.cartao4padding>div {margin: 0 20px 70px 20px;}
.cartao4 div:first-child {background-color: var(--empresa2); position: absolute; top: 0; left: 0; width: 100%; padding: 10px 0; overflow: hidden; z-index: 3; font-size: 20px;}
.cartao4 div:first-child p {color: #fff; margin-bottom: 0;}
.cartao4 h1 {width: 100%; text-align: center; margin-bottom: 40px;}
.cartao4 h1 span {font-size: 12px; font-weight: 400; color: #333;}
.cartao4 h2 {font-size: 18px; font-weight: 600; text-align: center; width: 100%; color: var(--textos); margin-bottom: 30px;}
.cartao4 p {margin-bottom: 0px; font-size: 16px; color: var(--empresa2);}
.cartao4 .botPadrao {width: 80%; margin: 0 auto 20px auto; display: block; background: #333;}
.cartao4>i {
	color: var(--empresa2);
	font-size: 40px; 
	background-color:var(--default);
    height:40px;
	width:40px;
    border-radius:50%;
    -moz-border-radius:50%;
    -webkit-border-radius:50%;
	display: flex;    
	align-items: center;
	justify-content: center;
}
.cartao4>i, .cartao2 h4 {margin-bottom: 20px;}
.cartao4>i {font-size: 20px;}
/**********************cartao4******************************/




/**********************cartao******************************/
.cartao5>div>div {min-width: 200px; padding: 35px 20px 20px 20px; border-radius:20px; display: flex; align-items: center; flex-direction: column; justify-content: center; height: 300px;  background: #fff; background-image:url('../images/icone_cfm.png'); background-repeat:no-repeat; background-size: 25px; background-position: center 30px; margin-bottom: 20px;}
.cartao5>div>div img {width: 25px;}

.cartao6>div>div {padding: 20px; border-radius:20px; display: flex; align-items: center; flex-direction: column; justify-content: center; height: 350px;  border: 3px solid var(--default); position: relative;}
.cartao6>div:first-child div::before {
  content: "";
  background-image: url(../images/ico_paciente1.png);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 90px;
  height: 90px;
  position: absolute;
  top: -55px;
}
.cartao6>div:nth-child(2) div::before {
  content: "";
  background-image: url(../images/ico_paciente2.png);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 90px;
  height: 90px;
  position: absolute;
  top: -55px;
}
.cartao6>div:nth-child(3) div::before {
  content: "";
  background-image: url(../images/ico_paciente3.png);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 90px;
  height: 90px;
  position: absolute;
  top: -55px;
}
.cartao6>div:nth-child(2)>div {background: var(--default); border-radius:20px; color: #fff; margin-top: -40px; height: 350px;}
.cartao6>div:nth-child(2) h3 {color: #fff;}
.cartao6 .col {margin: 0 15px;}
.cartao6 h3 {font-weight: 500; font-size: 22px; width: 100%; text-align: center; margin-bottom: 0;}
.cartao6 hr {border-top: 1px solid rgba(0, 0, 0, 0.5); width: 100%;}

.cartao7 span {background: var(--default); width: 55px; height: 55px; border-radius: 50%; display: flex; color: #fff; align-items: center; justify-content: center; margin: 0 auto 20px auto; font-size: 30px;}
/**********************cartao******************************/


/**********************lista ul ******************************/
.bull-ham {list-style-type: none; list-style-position: inside; text-indent: 0px;}
.bull-ham > li {position: relative; padding-top: 5px; padding-bottom: 5px;}
.bull-ham > li:before {content: ""; position: absolute; top:7px; left:-30px; background-image:url('../images/hamburger_icon_b.png'); background-repeat:no-repeat; background-size: 100%; width: 20px; height: 18px;}
/**********************lista ul ******************************/


/**********************Folder******************************/
.folder {
    background-color: #fff;
    -webkit-box-shadow: 3px 3px 18px -5px rgb(0 0 0 / 50%);
    -moz-box-shadow: 3px 3px 18px -5px rgba(0,0,0,0.5);
    box-shadow: 3px 3px 18px -5px rgb(0 0 0 / 50%);
    border-radius: 20px;
    transform: rotate(1deg);
    border: 20px solid #fff;
    background-color: #f1f1f1;
}
.folder-box {
    padding: 0;    
    overflow: hidden;
}
/*.folder-box:nth-child(even) {background: #f5f5f5;}*/
.folder-box .row {margin-left: 0px; margin-right: 0px;}
.folder-box {border-bottom: 0px groove #fff;}
.folder-box:last-child {border-bottom: none;}
.folder-box .row:nth-child(2)>div:first-child div {overflow: hidden; padding: 0; border:solid 10px #fff; border-radius: 20px;}
.folder-box .row:nth-child(2)>div:first-child div img {width:100%; transition: all 0.2s ease-in-out!important; cursor: pointer;}
.folder-box .row:nth-child(2)>div:first-child div img:hover {transform: scale(1.1);}
.folder-box .row:nth-child(2)>div:first-child {padding-left: 30px;}
.folder-box .row:nth-child(2)>div:nth-child(2) {padding: 0 40px 0 30px;}
.folder-box div:first-child div {padding: 10px 20px 10px 20px; margin-bottom: 20px;}
.folder-box div:nth-child(2) div:nth-child(2) {position: relative;}
.folder-box div:nth-child(2) div:nth-child(2) i {position: absolute; bottom: 10px; left: 50%; color: var(--default); font-size: 22px; cursor: pointer;}
.folder-box>div:nth-child(3)>div {padding: 15px 20px; /*background: #eeecdb;*/ background: #ad8309; margin-top: 20px; position: relative; display: none;}
.folder-box>div:nth-child(3)>div::before {
    content: "";
    width: 100%;
    height: 7px;
    background: linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.3) 100%);
    position: absolute;
    left: 0;
    top: 0;
}
.folder-box>div:nth-child(3)>div::after {
    content: "";
    width: 100%;
    height: 7px;
    background: linear-gradient(0deg, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0) 100%);
    position: absolute;
    left: 0;
    bottom: 0;
}
/**********************Folder******************************/




/**********************CartaoBk******************************/
.cartaoBk {max-width: 95%; border: 15px solid #fff; text-align: center; border-radius:20px; -webkit-box-shadow: 3px 3px 18px -5px rgba(0,0,0,0.5); -moz-box-shadow: 3px 3px 18px -5px rgba(0,0,0,0.5); box-shadow: 3px 3px 18px -5px rgba(0,0,0,0.5); position: relative; overflow: hidden; transform: rotate(1deg);}
.cartaoBk:hover {transform: scale(1.05)!important;}

.cartaoVert {width:80%; height: 370px; object-fit: cover; border: 15px solid #fff; border-radius:20px; -webkit-box-shadow: 3px 3px 18px -5px rgba(0,0,0,0.5); -moz-box-shadow: 3px 3px 18px -5px rgba(0,0,0,0.5); box-shadow: 3px 3px 18px -5px rgba(0,0,0,0.5); position: relative; overflow: hidden; transform: rotate(1deg);}
.cartaoVert:hover {transform: scale(1.05)!important;}
/**********************CartaoBk******************************/


/**********************Formulario******************************/
/*input {width: 100%; margin-bottom: 10px; border: 1px solid var(--default); font-size: 14px; outline: none; padding: 5px 10px;}
input[type="button"] {width: auto; border: none;}*/
/**********************Formulario******************************/


/**********************Busca 2******************************/
.busca2 {margin-bottom: 30px; transition: all 0.5s ease-out;}
/*.busca2:hover {transform: scale(1.1);}*/
.busca2 input {border-radius: 10px 0px 0px 10px; border: none; height: 38px; width: 100%;}
.busca2 input:focus {box-shadow: none; border: none;}
.busca2 button {height: 38px;}
.busca2 p {margin-bottom: 5px; font-family: "Montserrat", sans-serif; font-size: 18px;}
.busca2 p i {color: var(--default); cursor: pointer;}
/**********************Busca 2******************************/



/**********************Carousel******************************/
/*.sessao-carrousel {background: var(--fundoSecAlt)!important; position: relative;}
.carousel-item div {position: absolute; z-index: 10; top:0%; left: 10%; padding: 20px; height: 100%; max-width: 32%; display: flex; flex-direction: column; justify-content: center; align-items: start;}
.carousel-item div h2 {color: #000; font-family: "Montserrat", sans-serif;}
.carousel-item div p {font-size: 20px;}
.carousel-item a {animation-name: opacidade; animation-duration: 2s; animation-delay: 1.5s; animation-timing-function: ease; opacity: 0; animation-fill-mode: forwards;}
.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}
.carousel-control-prev {left: -15px;}
.carousel-control-next {right: -15px;}
.busca {position: absolute; z-index: 90; width: 40%; bottom: 50px; left: 145px; transition: all 0.5s ease-out;}
.busca:hover {transform: scale(1.1);}
.busca input {border-radius: 10px 0px 0px 10px; border: none; height: 38px; width: 100%;}
.busca input:focus {box-shadow: none; border: none;}
.busca button {height: 38px;}
.busca {position: absolute;}
.busca p {margin-bottom: 5px; font-family: "Montserrat", sans-serif; font-size: 18px;}
.busca p i {color: var(--default); cursor: pointer;}*/
/**********************Carousel******************************/


/**********************Modal******************************/
.modal .modal-header img {height: 25px; width: auto;}
.modal-body .botPadrao {width: 60%; margin: 0 auto 20px auto;}
/**********************Modal******************************/



/**********************Animacao de opacidade******************************/
@keyframes opacidade {
    from {opacity: 0;}
    to {opacity: 1;}
}
/**********************Animacao de opacidade******************************/



/**********************Efeitos******************************/
/*risco para os titulos*/
.tracoInf::after {
	content: "";
	background-color: var(--default);
	width: 100px;
	height: 3px;
	display: block;
	margin: 15px 0 25px 0;
}

/*jarallax*/
.jarallax {
  position: relative;
  height: 600px;
}

/*frames para fotos*/
.photosFrames div {
    width: 100%;
	position: relative;	
}
.photosFrames div::after {
	content: "";
	width: 100%;
	height:100%;
	background-color: var(--photos);
	display: block;
	position: absolute;
	top: 0px;
	z-index: -1;
    border: 10px solid var(--photos);
    transform: rotate(-2deg);
}
.photosFrames div img {
    width: 100%;
    transition: all 0.5s ease-out;
    -webkit-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.5); 
	box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.5);
    padding: 12px;
    background: #fff;    
	transform: rotate(2deg);
}
.showb {
    display: block;
}
.hideb {
   display: none;
}
/*frames para fotos*/

/**********************Efeitos******************************/



/**********************Efeitos de botão******************************/
.sessaoJarallax .container {height: 100%;}
.sessaoJarallax .container .row {height: 100%;}
.sessaoJarallax .container .row .col-md-9 {display: flex!important; justify-content: center!important; align-items: center!important;}
.botPlayer {width: 90px; height: 90px; position: relative; display: flex!important; justify-content: center!important; align-items: center!important;}
.botPlayer:hover .circle {display: block;}
.botPlayer i {
  font-size: 80px;
  color: #fff;
  cursor: pointer;
}
.botPlayer .circle {position: absolute; z-index: -1; background: rgba(255,255,255,.5); width: 90px; height: 90px; display: block; border-radius: 50%; animation-iteration-count: infinite; display: none; transition: all .5s ease;}

.animated.hinge {
          animation-duration: 2s;
}



@keyframes zoomIn {
  0% {
    opacity: 0;
            transform: scale3d(.4, .4, .4);
  }

  50% {
    opacity: 0.5;
  }
  
  100% {
    opacity: 0;
  }
}

.zoomIn {
          animation-name: zoomIn;
}


.videoStyle {width: 100vw; height: 100%; background: rgba(0,0,0,.9); position: absolute; z-index: 10; display: none;}
.videoStyle>div {position: relative; height: 100%; width: fit-content; display: block; margin: 0 auto;}
.videoStyleMostra {display: block;}
/**********************Efeitos de botão******************************/



/**********************Animacao******************************/
/*animacao zoom out usado no backgound*/
@keyframes backgroundZoom {
  0% {
    height: 115vh;
  }
  100% {
    height: 100vh;
  }
}

.daley-250ms {
  animation-delay: 250ms;
}
.daley-500ms {
  animation-delay: 500ms;
}
.daley-550ms {
  animation-delay: 750ms;
}

/**********************Animacao******************************/



/**********************Accordion******************************/
.accordion h2 {width: 100%;}
.accordion-item:first-of-type, .accordion-item:first-of-type .accordion-button {border-top-left-radius: 25px; border-top-right-radius: 25px;}
.accordion-item:last-of-type, .accordion-item:last-of-type .accordion-button.collapsed {border-bottom-left-radius: 25px; border-bottom-right-radius: 25px;}
.accordion-button, .accordion-item {border-radius: 20px;}
.accordion-button:focus {border:none; box-shadow: none;}
.accordion-button:not(.collapsed) {color: #000; background-color: #fff; box-shadow: none;}
.accordion-item {margin-bottom: 20px; border: none;}
/**********************Accordion******************************/


/**********************Responsivo******************************/
@media only screen and (min-width: 1025px) and (max-width: 1600px) {
  /*p, body, .nav-item>a {font-size: 12px;}*/
  h1,.inicial .sessao-1 h1, .inicial .sessao-jaralax h1 {font-size: 50px;}
  .inicial .sessao-1 p {font-size: 22px;}
  .service-block .inner-box {min-height: 450px;}
  .sessao-1.toppaginternas>div {min-height: 200px;}
  .sessao-1.toppaginternas .row {min-height: 200px;}
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .valida .validaBox {width: 100%; }
  .navbar-collapse {background: #fff;}
}
@media only screen and (max-width: 768px) {
  .backinicial {padding: 30px 0;}
  .backinicial>div>div {display: flex; flex-direction: column-reverse;}
  .mgB-5-resp {margin-bottom: 25px;}
  .mgB-10, .mgB-8 {margin-bottom: 40px;}
  .pdR-5 {padding-right: 0;}
  .desktop, .desktop_block {display: none;}
  .mobile {display: block;}
	.navbar-brand img {max-width: 200px;}
	.navbar {padding: 10px 0px;}
	.spacer-mb {margin-bottom: 20px;}
  .boxNav {min-height: 65px; height: unset;}
  .sessao-video .sldItem>div {margin: 0px;}
  .sessao-video h1 {font-size: 30px;}
  .navbar-nav>li:last-child {margin-top: 15px;}
  /*.navbar-nav li:last-child button {margin: 0px auto; display: block;}*/

	.cartao {
		margin-bottom: 30px;
	}

  body {padding-top: unset;}
  h1 {font-size: 30px;}
  .inicial .sessao-1 h1 {font-size: 30px;}
  .inicial .sessao-1 h3 {font-size: 25px;}
  .inicial .sessao-1 .row {height: 100%;}
  .backinicial img {width: 95%;}
  .backinicial .text-end {text-align: center !important;}
  .row>div {margin-bottom: 20px;}
  .navbar {position: unset; max-height: unset;}
  .navbar-toggler:focus {box-shadow: none;}
  .navbar-collapse {background: #fff; margin-left: -15px; margin-right: -15px; padding: 10px;}
  .nav-item>a:hover {transform: none;}
  .sessao-1 .pdR-5 {padding-right: calc(var(--bs-gutter-x) * .5);}
  .sessao-1 .pdR-5 {padding-right: calc(var(--bs-gutter-x) * .5);}
  .sessao-1 .mgB-10, .sessao-1.mgB-8 {margin-bottom: 50px;}
  .sessao-1 .mobile>div:first-child {padding: 0;}
  .sessao-1 .imagesWithBorda {border-radius: unset; box-shadow: unset; -webkit-box-shadow: unset;}
  .sessao-1 h3, .sessao-3 h3 {font-size: 12px;}
  .sessao-2 .mgB-5 {margin-bottom: 0;}
  .sessao-2.mgB-8 {margin-bottom: 50px;}
  .sessao-3 .pdR-5 {padding-right: calc(var(--bs-gutter-x) * .5);}
  .sessao-4 .pdL-8 {padding-left: 0;}
  .inicial .sessao-6 .pdR-5 {padding-right: 15px;}
  .medicos .sessao-6 .mgB-5 {margin-bottom: 0;}
  .medicos .sessao-6 .pdR-5 {padding-right: calc(var(--bs-gutter-x) * .5);}
  .medicos .sessao-6 .col-md-8 {margin-bottom: 0;}
  .medicos .sessao-6.mgB-10 {margin-bottom: 0;}
  .medicos .sessao-6 .cartao7 div {margin-bottom: 30px;}
  .medicos .sessao-6 h3 {text-align: left; margin-bottom: 30px;}
  .medicos .sessao-7>div {padding-top: 50px;}
  .medicos .sessao-7 .row  {height: unset;}
  .medicos .sessao-7 .slick-dots {text-align: center !important;}
  .medicos .sessao-8 .pdL-5 {padding-left: 0;}
  .medicos .sessao-9 img.mobile {width: 80%; margin: 0 auto 20px auto;}
  .medicos .sessao-9 img:nth-child(2).mobile {width: 100%;}
  .empresas .sessao-5 .mgB-5 {margin-bottom: 0;}
  .empresas .sessao-5 .col-md-8 {margin-bottom: 0;}
  .empresas .sessao-3 .pdR-8 {padding-right: 0;}
  .empresas .sessao-3 h3 {font-size: 30px;}
  .empresas .sessao-8 .pdL-5 {padding-left: 0;}
  .empresas .sessao-10 h1 {font-size: 30px;}
  .empresas .sessao-9 .botPadrao {font-size: 20px; width: 100%;}
  .empresas .sessao-3 .mgT-8 {margin-top: 50px;}
  .empresas .sessao-4 .pdT-5 {padding-top: 0;}
  form .row>div {margin-bottom: 0;}
  form label, .placehtop label {margin-bottom: 10px!important;}
  .aviso {margin-top: 40px;} 
  .pacientes .sessao-1 h1, .medicos .sessao-1 h1, .empresas .sessao-1 h1 {font-size: 50px; text-align: center; width: 100%;}
  .pacientes .sessao-1 h3, .medicos .sessao-1 h3, .empresas .sessao-1 h3 {font-size: 20px; text-align: center; width: 100%; padding: 0 20px;}
  .pacientes h3, .empresas h3 {font-size: 30px; text-align: center; width: 100%; padding: 0 20px; margin-bottom: 30px;}
  .pacientes .sessao-2 p {font-size: 16px;}
  .pacientes .sessao-3 h3 {font-size: 30px;}
  .pacientes .sessao-6 h1, .medicos h1, .medicos h3 {font-size: 30px;}
  .medicos .sessao-2 h3 {margin-bottom: 30px;}
  .medicos .sessao-4 .pdR-8, .medicos .sessao-7 .pdR-20 {padding-right: 0;}
  .col-sm-12.col-md-8.pdL-8 {padding-left: calc(var(--bs-gutter-x) * .5);}
  .backFull3 {background: none;}
  .pacientes .sessao-3.mgB-10 {margin-bottom: unset;}
  .pacientes .sessao-4.mgB-10, .pacientes .sessao-4 .mgB-10, .pacientes .sessao-4 .mgB-8  {margin-bottom: unset;}
  .cartao5>div>div {height: 250px;}
  .cartao6 {margin-top: 50px;}
  .cartao6 .col {margin-bottom: 100px;}
  .cartao6 .col h3 {margin-bottom: 0px;}
  .cartao6>div>div {height: 380px;}
  .cartao6 .col {margin-left: 0; margin-right: 0;}
  .cartao6>div:nth-child(2)>div {margin-top: 0px;}
  .cartao2 {min-height: 350px;}
  .inicial .sessao-2 .cartao2 {min-height: 560px;}

  .landing .sessao-1 .backlanding img {width: 100%;}
  .landing .sessao-1 h1 {font-size: 50px; text-align: center; width: 100%;}
  .landing .sessao-1 h3 {font-size: 20px; text-align: center; width: 100%;}
  .landing .sessao-5 .regular img {position: relative; display: block; margin: 0 auto; width: 120px; height: 120px;}
  .landing .sessao-5 .regular .sldItem {padding: unset;}
  .landing .sessao-6 .cartao3 .row>* {padding-left: unset; padding-right: unset;}
  .landing .sessao-6 .cartao3padding {padding: 0 20px 0 20px;}
  .landing .sessao-4 .pdR-8 {padding-right: 0;}
  .landing .sessao-4 .row>* {padding-left: unset;}
  .landing .sessao-4 {margin-bottom: 0px!important;}
  .landing .sessao-2, .landing .sessao-3, .landing .sessao-4 {margin-bottom: 50px;}
  .emissoras h1 {font-size: 50px;}
  .emissoras .sessao-1 h3:first-child {font-size: 30px; margin: 0 20px;}
  .emissoras .sessao-1 .row {height: 380px;}
  .emissoras .backemissoras {background-size: 420%; background-position-x: -490px;}
  .emissoras h3 {font-size: 30px;}
  .emissoras .sessao-2, .emissoras .sessao-3, .emissoras .sessao-4, .emissoras .sessao-5 {margin-bottom: 50px;}
  .emissoras .sessao-3 .pdR-8 {padding-right: 0;}
  .emissoras .sessao-3 h3:first-child {font-size: 30px;}
  .emissoras .sessao-5 .mgB-5 {margin-bottom: 0;}
  .emissoras .sessao-6 .container {padding-left: 0; padding-right: 0;}
  .emissoras .sessao-6 .nav-link {padding: 10px 4px;}
  .emissoras .sessao-6 .tab-pane {padding: 20px;}
  /*.emissoras .sessao-6 {padding: 50px 0;}*/

  .valida .validaBox {width: 100%; margin: 30px auto;}
  .valida .sessao-1>.container-fluid {padding-left: 0; padding-right: 0;}
  .valida .sessao-1 .validaBoxBody h3 {margin-bottom: 25px;}
  .valida .validaBoxBody input {width: 100%!important; margin-bottom: 20px; font-size: 20px; /*border: 2px solid #aaa!important;*/}
  .valida .boxCz input {margin-right: 0!important;}
  .valida .validaBoxBody button {width: 100%!important; margin-bottom: 50px!important;}
  .valida .validaBoxBody {padding: 115px 20px 0px 20px;}
  .valida .boxCz {width: 100%; padding: 15px;}
  .valida .validaBoxBody .boxCz input {width: 50px!important;}
  .valida .validaBoxBody .boxCz button {margin-bottom: 20px!important;}
  .valida .validaBoxBody #tela-3 button {margin-bottom: 25px!important;}
  .valida .validaBoxBody #tela-3 button:last-child {margin-bottom: 0px!important;}
  #alertText {margin: 0;}
  .valida #tela-3 .row>div {margin-bottom: 0px!important;}
  .valida .accordion-body {overflow: hidden; overflow-x: scroll; text-wrap: nowrap;}
  .valida .validaBoxTit {padding: 12px 20px;}
  .valida #tela-2 .botCallAction img {width: 60%; margin: 0 auto; display: block;}
  .valida #tela-12 .alertText {margin: 40px 0px; padding: 50px 5px; flex-direction: column;}
  .valida #tela-14 .boxCz2 {width: 100%;}
  .valida #tela-7 .boxCz2 {width: 100%;}
  #parent2 button:nth-child(2) {height: 38px;}
  #parent{display:flex; flex-flow: column;}
  #order1{order:2;}
  #order2{order:1;}
  #novaconsulta {width: 50%!important;}
  #downloadatestado {width: 50%!important; display: flex; align-items: center; justify-content: center;}
  #downloadatestado i {display: none;}
  .checkOK {position: relative; top:0;}
  .alinhaDiv i {display: none;}
  .alinhaDiv a.botPadrao {height: 86px!important; text-align: center;}
  .alinhaDiv button.botPadrao {height: 86px!important; text-align: center;}

  .valida .boxCz input {
    width: 50px !important;
    border-radius: 6px;
    padding: 15px 5px;
    display: inline-block;
    text-align: center;
    border: 1px solid var(--default);
    background-color: #f1f1f1;
    margin-right: 5px;
  }

  .placehtop2 {flex-flow: column;}
  .placehtop2>button {margin-top: 30px!important;}
  .valida .validaBoxBody button:nth-child(2) {margin-bottom: 0px!important;}
  .valida .validaBoxBody button:nth-child(1) {margin-bottom: 20px!important;}
  .valida #tela-1 .placehtopBots {flex-direction: column; width: 100%;}
  .placehtopBots label {width: 100%!important; text-align: center;}
  .sessao-1 h3, .sessao-3 h3 {font-size: 20px;}
  .alertOK {width: 100%;}
  .valida .boxTx {width: 100%;}
  /*#order2_2 {margin-bottom: 20px!important;}*/
  .valida #tela-3 .boxCz2 button {margin-right: 0; margin-bottom: 0!important;}
  .valida #tela-3 .boxCz2 {width: 100%;}
  .valida #tela-3 .boxCz2 button {margin: 0 10px;}
  .valida #tela-3 #parent2 {flex-direction: row-reverse;}
  .valida #tela-4 .boxCz2 {width: 100%;}
  .valida #tela-4 #parent2 {flex-direction: row-reverse; margin-bottom: 30px;}
  .valida #tela-4 .boxCz2 button {margin: 0 10px!important;}
  .valida #tela-5 #parent_1 {display: flex; flex-direction: row-reverse;}
  .valida #tela-5 #parent_1 button {margin: 0 10px!important;}
  .valida #tela-5 .checkOK {top: 150px;}
  .valida #tela-6 .boxCz2 {width: 100%;}
  .valida #tela-6 #parent2 {flex-direction: row-reverse; margin-bottom: 10px;}
  .valida #tela-6 #parent2 button {margin: 0 10px!important;}
  .valida .validaBoxBody input[type=checkbox] {width: 25% !important; margin-left: 0; margin-right: 0;}
  .checkOK {right: -10px;}
  .valida #tela-9 .alinhaDiv {flex-flow: column;}
  #tela-8 #parent_2 {display: flex; flex-direction: row-reverse;}
  #tela-8 #parent_2 button {margin: 0 10px!important; }
  .videoModal-content {left: 0!important; width: 100%!important;}  


  .inicial .simbolo {right: 75%; width: 20%;}
  .inicial .sessao-1 p {font-size: 15px;}
  .backinicial {background-position: 57% 50%;}
  .degradee {background: linear-gradient(0deg, rgba(0, 0, 0, .9) 0%, rgba(255, 255, 255, 0) 52%);}
  .estatua {display: none;}
  .bgEstatua {padding: 20px 30px; margin-top: 0;}
  .inicial .sessao-1-2 {padding-top: 30px;}
  .bgEstatua>div>div {display: block;}
  .bgEstatua {height: 670px;}
  .inicial .sessao-jaralax h1 {font-size: 40px;}
  .inicial .sessao-2 {padding: 30px 0 100px 0;}
  .botPadrao-Alt {width: 100%; min-width: 0;}
  .inicial .sessao-2 {padding: 30px 0 30px 0;}
  .inicial .sessao-3 {padding: 0 0 100px 0;}
  form .boxRadio span {font-size: 10px!important; line-height: 12px!important;}

  .formulario input[type="radio"] {
    width: unset;
    height: unset;
  }
}
@media only screen and (max-width: 320px) {
  .valida .validaBoxBody {
    padding: 80px 20px 0px 20px;
  }
}




/**********************Responsivo******************************/


/**************Formulario Plecehoder sobe o texto*******************/
.placehtop input[type=text], .placehtop select, .placehtop textarea, .placehtop input[type=password], input[type=email] {
	outline: none;
	width:100%; 
	padding:15px 10px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	font-weight:normal;
	border: 1px solid #aaa;
}

.placehtop input[type=text]:focus, .placehtop select:focus, .placehtop textarea:focus, .placehtop input[type=password]:focus, .placehtop input[type=email]:focus {border:1px solid var(--default);}

.placehtop label {
  margin:0px;
  position:relative;
  display: block;
  width: 100%;
  margin-bottom: 20px;
}

.placehtop span {
  padding-left:8px;
  padding-right:8px;
  pointer-events: none;
  position:absolute;
  left:12px;
  top:14px;
  transition: 0.2s;
  transition-timing-function: ease;
  transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
  background:#fff;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.placehtop input[type=text]:focus + span, .placehtop input:not(:placeholder-shown) + span {
  opacity:1;
  transform: scale(1) translateY(-125%) translateX(0px);
  font-size:12px;
}

/* For IE Browsers*/
.placehtop input[type=text]:focus + span, .placehtop input:not(:-ms-input-placeholder) + span {
  opacity:1;
  transform: scale(1) translateY(-125%) translateX(0px);
  font-size:12px;
}

.placehtop input[type=email]:focus + span, .placehtop input:not(:placeholder-shown) + span {
  opacity:1;
  transform: scale(1) translateY(-125%) translateX(0px);
  font-size:12px;
}

/* For IE Browsers*/
.placehtop input[type=email]:focus + span, .placehtop input:not(:-ms-input-placeholder) + span {
  opacity:1;
  transform: scale(1) translateY(-125%) translateX(0px);
  font-size:12px;
}

/**********************/
.placehtop select:focus + span, .placehtop select:valid + span {
  opacity: 1;
  transform: scale(1) translateY(-125%) translateX(0px);
  font-size: 12px;
}

/* For IE Browsers*/
.placehtop select + span, .placehtop select:not(:-ms-input-placeholder) + span {
  opacity:1;
  transform: scale(1) translateY(-125%) translateX(0px);
  font-size:12px;
}


.placehtop textarea:focus + span, .placehtop textarea:not(:placeholder-shown) + span {
  opacity:1;
  transform: scale(1) translateY(-125%) translateX(0px);
  font-size:12px;
}

/* For IE Browsers*/
.placehtop textarea:focus + span, .placehtop textarea:not(:-ms-input-placeholder) + span {
  opacity:1;
  transform: scale(1) translateY(-125%) translateX(0px);
  font-size:12px;
}

.placehtop input[type=password]:focus + span, .placehtop input:not(:placeholder-shown) + span {
  opacity:1;
  transform: scale(1) translateY(-125%) translateX(0px);
  font-size:12px;
}

/* For IE Browsers*/
.placehtop input[type=password]:focus + span, .placehtop input:not(:-ms-input-placeholder) + span {
  opacity:1;
  transform: scale(1) translateY(-125%) translateX(0px);
  font-size:12px;
}

.placehtop input.js-switch:not(:placeholder-shown) + .placehtop span {transform: scale(1) translateY(-0%) translateX(0px)!important;}
.placehtop input[type=checkbox].js-switch {margin-top: 0px; display:block!important;}

.placehtop .select-custom {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	/*-webkit-appearance: none;
	-moz-appearance: none;*/
	background-image: linear-gradient(45deg, transparent 50%, #555 50%), linear-gradient(135deg, #555 50%, transparent 50%), linear-gradient(to right, transparent, transparent)!important;	
	background-position: calc(100% - 22px) calc(1em - 0px), calc(100% - 14px) calc(1em - 0px), 100% 0!important;
	background-size: 8px 8px, 8px 8px, 32px 40px!important;
	background-repeat: no-repeat!important;
	background-color: #fff;
}
.placehtop .arredoda20 {border-radius: 20px!important;	-moz-border-radius: 20px!important;	-webkit-border-radius: 20px!important;}

/*css para fazer varios radios na mesma linha*/
.boxRadio {
  margin-bottom: 20px;
}
/*.boxRadio p {
  margin-bottom: 0;
}*/
.boxRadio span {
  transform: none;
  padding-left: unset;
  padding-right: unset;
  pointer-events: none;
  position: relative;
  left: unset;
  top: unset;
  transform: none!important;
  transition: unset;
  transition-timing-function: none;
  transition-timing-function: none;
  background:  none;
  border-top-left-radius: unset;
  border-top-right-radius: unset;
  font-size: inherit!important;
  margin-right: 20px;
}
.boxRadio span:last-child {
  margin-right: 0;
}
/*.boxRadio input[type="radio"] {
  width: fit-content;
}*/
.boxRadio>div {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.boxRadio>div>div {
  display: flex;
}
.boxRadio>div>div input {
  margin-right: 10px;
}
/**************Formulario Plecehoder sobe o texto*******************/


/*barra de scroll*/
::-webkit-scrollbar {width: 10px;}
::-webkit-scrollbar-track {box-shadow: inset 0 0 5px #ccc; border-radius: 10px;}
::-webkit-scrollbar-thumb {background: #bbb!important; border-radius: 10px;}
::-webkit-scrollbar-thumb:hover {background: #777;}

.boxScroll::-webkit-scrollbar {width: 5px;}
.boxScroll::-webkit-scrollbar-track {box-shadow: none;}
.boxScroll::-webkit-scrollbar-thumb {background: #777!important; border-radius: 10px;}
.boxScroll::-webkit-scrollbar-thumb:hover {background: var(--botHover)!important;}

.menuScroll::-webkit-scrollbar {width: 5px;}
.menuScroll::-webkit-scrollbar-track {box-shadow: none;}
.menuScroll::-webkit-scrollbar-thumb {background: #aaa!important; border-radius: 10px;}
.menuScroll::-webkit-scrollbar-thumb:hover {background: var(--botHover)!important;}
/*barra de scroll*/

/*nav {display: none!important;}*/

video {width: 100%; height: auto;}

.videoModal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0,0,0,0.4);
}
.videoModal-content {
  position: absolute;
  top: calc((100vh - 50%)/2);
  left: calc(50% - 22.5%);
  padding: 20px;
  border: 1px solid #888;
  width: 45%;
  background-color: #fff;
  text-align: center;
}
.videoClose {
  position: absolute;
  top: 5px;
  right: 15px;
  color: #aaa;
  font-size: 28px;
}
.videoClose:hover,
.videoClose:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
.videoScan {position: relative; width: auto; height: 40vh; margin: 0 auto; display: block; overflow: hidden;}
.videoScanTela {width: 100%; height: 100%; top:0; left: 0; position: absolute; background: url(../images/backScan.png); background-repeat: no-repeat; background-size: cover; background-position: center;}

input[type="file"] {
  display: none;
}

.placehtopBots label {
  cursor: pointer;
  margin: unset;
  position: relative;
  display: block;
  width: fit-content;
  margin-bottom: unset;
}

.placehtopBots button:last-child {background-color: #094b34;}
.placehtop2 {display: flex; place-items: flex-start; align-items: center;}
.placehtop2 input {width: 70%; margin-bottom: 0!important;}
#tela-1 hr {margin: 40px 0; width: 100%;}

