@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&family=Saira+Condensed:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Archivo+Black&family=Raleway:ital,wght@0,100..900;1,100..900&family=Saira+Condensed:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import "color-default.css";

html, body {overflow-x:hidden; margin:0px;} 
body {background: #222;}
body, p, a, input, label {font-family: "Raleway", sans-serif; color: var(--textos); font-weight: 200;}
p {font-size: 18px;}
main {min-height: calc(100vh - 253px);}
h1, h2, h3, h4, h5 {font-family: "Archivo Black", serif; width: fit-content; line-height: 95%;}
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; color: var(--link); transition: all 0.2s ease-in-out;}
a:hover {color: var(--linkHover);}
img {width: 100%;}
.desktop {display: flex;}
.desktop_block {display: block;}
.mobile {display: none;}
.mobile-flex {display: none;}
.round {border-radius: 25px;}
.linhaVertical {display: flex !important; flex-direction: column;}

.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;}
.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;}


/**********************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: 7px 10px; display: block; width: fit-content; border: none; line-height: 20px; text-align: center;}
.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);
}
/**********************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-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;}

.palheta {
  background-image: url("../images/palheta.svg");
  background-size: 100%;
  background-position: top;
  background-repeat: no-repeat;
}

.topGeneral {margin-top: 0px;}
.topGeneral>div {height: 150px; background-size: cover; background-position: center; background-repeat: no-repeat;}

.butDefault {background-color: var(--butDefaut); color: #333; font-weight: 400; padding: 10px 20px; border-radius: 16px; transition: all 0.5s ease; display: block; margin: 0 auto;}
.butDefault:hover {background-color: var(--butDefautHover); transform: scale(1.1);}
/**********************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,0);
}
.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; color: #fff; font-size: 17px; transition: all 0.2s ease-in-out; font-weight: 400;}
.nav-item>a:hover {color: #fff; transform: scale(1.1);}
.navTop {
    padding: 5px 50px;
}
.navbar.navTop {
  background-color: rgba(255,255,255,1);
}
.navbar.navTop .nav-item>a {color: var(--textosAlt);}
.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******************************/


/**********************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;*/
}
.backinicial .container {height: 100%;}
.backinicial_mb {background-image: url(../images/banner_back_home.jpg); background-repeat: no-repeat; background-size: cover; padding: 50px 0;}
.backinicial img {width: 60%;}
.inicial .sessao-1 h1 {font-size: 80px; font-weight: 400; color: var(--cidadao1);}
.inicial .sessao-1 p {font-size: 30px; font-weight: 200; color: #fff;}
.inicial .sessao-1 .row {height: 100%;}
.inicial .sessao-1 h1, .inicial .sessao-1 h3 {color: #fff;}
.inicial .sessao-2, .inicial .sessao-3, .inicial .sessao-4 {padding: 100px 0;}
.inicial .sessao-5 {padding: 50px 0;}
.inicial .sessao-3, .inicial .sessao-4 {background-color: #222;}
.inicial .sessao-3 .slideguitars h2 {
  margin-bottom: 20px;
  color: #fff;
}
.inicial .sessao-3 .slideguitars p {
  color: var(--default);
 margin-bottom: 0;
}
.inicial .sessao-3 .slideguitars>div>div>div>div {
  overflow: hidden;
  margin: 5px;
  position: relative;
}
.inicial .sessao-3 .slideguitars>div>div>div>div>img {
  transition: all 0.3s ease-in-out;
}
.inicial .sessao-3 .slideguitars>div>div>div>div:hover img {
  transform: scale(1.3);
  transform-origin: bottom;
  position: relative;
}
.inicial .sessao-3 .slideguitars>div>div>div>div::before {
  position: absolute;
  z-index: 20;
  top: 10px;
  left: -60px;
  content: attr(data-content);
  transition: all 0.3s ease-out;
  white-space: pre-wrap;
  width: 50px;
  font-weight: 600;
  color: var(--default);
  line-height: 15px;
}
.inicial .sessao-3 .slideguitars>div>div>div>div:hover::before {
  left: 10px;
}
.share {
  position: absolute;
  right: -30px;
  top: 10px;
  width: 30px;
  height: 100px;
  color: #fff;
  font-size: 25px;
  text-align: center;
  transition: all 0.3s ease-out;
}
.inicial .sessao-3 .slideguitars>div>div>div>div:hover .share {
  right: 10px;
}
.share>div {
  position: relative;
  z-index: 10;
}
/*.share .fa-share-alt {
  color: var(--default);
}*/
.inicial .sessao-3 .slideguitars>div>div>div>div:hover::after {
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  top:0;
  left: 0px;
  background: linear-gradient(90deg, rgba(0,0,0,0.5) 0%, rgba(255,255,255,0) 30%, rgba(255,255,255,0) 70%, rgba(0,0,0,0.5) 100%);
}

.inicial .sessao-3 input[type=submit]  {margin: 0 auto; display: block;}
.ajusTLarg {
  width: 90%;
  max-width: 1000px;
}
.inicial .sessao-2 {
  background-image: url(../images/fundo.jpg);
  background-repeat: no-repeat; 
  background-size: cover; 
  background-position: center; 
  color: rgba(255, 255, 255, .8);
}
.inicial .parallax {
  background-attachment: fixed;
  background-position: 50% 0;
  background-repeat: no-repeat;
  position: relative;
}
.inicial .parallax:after {
  background-color: #1a1a1a;
  opacity: .9;
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
}
.inicial .parallax:before {
  background: linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 39%);
  opacity: .8;
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.inicial .parallax>div {
  position:relative;
  z-index: 2;
}
/*.slidepedals .sldItem>div {border-radius: 50%; overflow: hidden; margin: 30px; box-shadow: inset 15px 15px 15px rgba(0, 0, 0, 1); background-color: rgba(35, 22, 22, 0.8); transition: all .2s ease-in-out; border: 4px solid #4e3d3d;}*/
.slidepedals .sldItem>div {overflow: hidden; margin: 30px; transition: all .2s ease-in-out; background-image: url(../images/palheta_bk.png); background-repeat: no-repeat; background-size: cover; background-position: center;}
.slidepedals .sldItem>div:hover {transform: scale(1.15);}
.inicial .sessao-5 {
  background-image: url(../images/backpedal.jpg);
  background-repeat: no-repeat; 
  background-size: cover; 
  background-position: center; 
}
.backinicial::after {
  content: "";
  position: absolute;
  /*background-color: rgba(0, 0, 0, 0.5);*/
  background: linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(255,255,255,0) 100%);
  width: 100%;
  height: 100%;
  top: 0;
}
.backinicial>div {
  position: relative;
  z-index: 2;
}
/**********************inicial******************************/


/**********************quem somos******************************/
.quemsomos .sessao-1>div>div>div>div {position: relative;}
.quemsomos .sessao-1>div>div>div>div>h1 {position: absolute; margin-top: 85px;}
.quemsomos .sessao-1 h1 {color: #fff; font-size: 50px;}
.quemsomos .sessao-2 {padding: 100px 0;}
.quemsomos .sessao-2 i {font-size: 60px; margin-right: 20px;}
.quemsomos .sessao-2 h3 {font-weight: 400; font-family: "Raleway", sans-serif;}
/**********************quem somos******************************/


/**********************mundo guitar******************************/
.mundoguitar .sessao-2 {padding: 100px 0;}
.mundoguitar .sessao-1>div>div>div>div>h1 {position: absolute; margin-top: 85px;}
.mundoguitar .sessao-1 h1 {color: #fff; font-size: 50px;}

.mundoguitar .sessao-2 {
  background-image: url(../images/fundo2.jpg);
  background-repeat: no-repeat; 
  background-size: cover; 
  background-position: center; 
  color: rgba(255, 255, 255, .8);
}
.mundoguitar .parallax {
  background-attachment: fixed;
  background-position: 50% 0;
  background-repeat: no-repeat;
  position: relative;
}
.mundoguitar .parallax:before {
  background: linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 39%);
  opacity: .8;
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.mundoguitar .parallax>div {
  position:relative;
  z-index: 2;
}
/**********************mundo guitar******************************/


/**********************contato******************************/
.contato .sessao-1>div>div>div>div {position: relative;}
.contato .sessao-1>div>div>div>div>h1 {position: absolute; margin-top: 85px;}
.contato .sessao-1 h1 {color: #fff; font-size: 50px;}
.contato .sessao-2 {padding: 100px 0;}
.contato .sessao-2 i {font-size: 60px; margin-right: 20px;}
.contato .sessao-2 h3 {font-weight: 400; font-family: "Raleway", sans-serif;}
/**********************contato******************************/


/**********************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;}
/********************cookies**********************/


/********************tableGuitar**********************/
/*.tableGuitar {margin-bottom: 15px; height: 335px; max-height: 100%; overflow: hidden;}
.tableGuitar p {margin-bottom: 0;}
.tableGuitar h2 {margin-bottom: 20px;}
.tableGuitar>div:first-child p {font-size: 100px; line-height: 70px; margin-bottom: 0; width: 100%; text-align: center;}

.tableGuitar>div:nth-child(1) {width: 10%;}
.tableGuitar>div:nth-child(2) {flex: .5; transition: flex 0.5s ease;}
.tableGuitar>div:nth-child(3) {flex: 1; transition: flex 0.5s ease;}
.tableGuitar>div:nth-child(2):hover {flex: 1;}
.tableGuitar>div:nth-child(2):hover~.tableGuitar>div:nth-child(3) {flex: 1;}

.tableGuitar>div:nth-child(2) figure {margin-bottom: 0;}

.tableGuitar>div:nth-child(3) {background-color: #fff; padding: 20px;}
.tableGuitar>div:nth-child(3)>div {overflow-y: scroll; height: 100%; padding-right: 10px;}
.tableGuitar>div:nth-child(3) P:first-child {color: #6d4300; font-weight: 700;}
.tableGuitar>div:nth-child(3) P {color: var(--textosAlt); font-weight: 500;}*/

/*.tableGuitar {
  display: flex;
  width: 100%;
  transition: height 0.3s ease;
  margin-bottom: 12px;
}

.boxtableGuitar {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.tableGuitarTx1 {
  padding: 10px;
  width: 8%;
  transition: height 0.3s ease;
  margin-right: 12px;
  align-items: start;
  font-size: 80px;
  line-height: 50px;
}

.tableGuitarImg {
  background-color: lightblue;
  width: 32%;
  transition: all 0.3s ease;
  margin-right: 12px;
}

.tableGuitarTx2 {
  background-color: lightgray;
  padding: 10px;
  width: 60%;
  overflow-y: auto;
  display: block;
  transition: height 0.3s ease;
}


.tableGuitarImg:hover {
  width: 50%;
  height: 450px; 
}

.tableGuitarImg:hover ~ .tableGuitarTx1 {
  width: 10%;
  height: 450px; 
  background-color: aqua;
}

.tableGuitarImg:hover ~ .tableGuitarTx2 {
  width: 40%; 
  height: 450px; 
}


.tableGuitarImg:hover ~ .tableGuitar {
  height: 450px;
}*/

.tableGuitar {
  display: flex;
  gap: 10px;
  margin-bottom: 20px;
  position: relative;
}

.tableGuitar > div:first-child {
  width: 4%;
  font-size: 50px;
  position: absolute;
  top: 5px;
  left: 15px;
}

.tableGuitar > div:first-child p {
  font-size: 50px;
}

.tableGuitar > div {
  flex-shrink: 0;
}

.img-container {
  display: flex;
  align-items: center;
}

.tableGuitar img {
  width: 350px;
  transition: width 0.4s ease-in-out, height 0.2s ease-in-out;
}

.boxText {
  flex: 1;
  display: flex;
  transition: width 0s ease-in-out;
}

.boxTextContent {
  width: 100%;
  overflow-y: auto;
  transition: height 0s ease-in-out;
  border: 1px solid black;
  padding: 10px;
}

.boxTextContent p:first-child {
  margin-bottom: 0;
  font-weight: 800;
}

.boxTextContent h2:nth-child(3) {
  color: #fff;
  font-size: 45px;
}

/* Quando passar o mouse na imagem */
.img-container:hover img {
  width: 470px;
}

/* Botão flutuante no topo direito */
.scrollTop {
  position: sticky;
  top: 0;
  right: 5px;
  background: rgba(0, 0, 0, 0.7);
  color: white;
  border: none;
  padding: 5px 10px;
  cursor: pointer;
  font-size: 12px;
  border-radius: 5px;
  opacity: 0.6;
  transition: opacity 0.3s ease-in-out;
  z-index: 10; /* Garante que o botão fique acima do conteúdo */
  margin-left: auto; /* Alinha à direita */
  display: block;
}

.scrollTop:hover {
  opacity: 1;
}
/********************tableGuitar**********************/





/**********************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******************************/


/**********************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: 500px;
}

/*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-8 {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: 110vh;
  }
  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: 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;}
  .mobile-flex {display: flex;}
	.navbar-brand img {max-width: 200px;}
	.navbar {padding: 10px 0px;}
  .nav-item>a {color: #333;}
  .navbar-nav .nav-item:last-child {border-top: 1px solid #aaa; padding-top: 15px;}
  .navbar-nav .nav-item:last-child a {margin-right: 10px;}
	.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;}
  .tableGuitar {display: block; margin-bottom: 50px;}
  .boxText .boxTextContent {height: 290px!important;}
  .img-container:hover img {width: 350px;}
  .quemsomos .sessao-1>div>div>div>div>h1, .mundoguitar .sessao-1>div>div>div>div>h1, .contato .sessao-1>div>div>div>div>h1 {margin-top: 25px; font-size: 35px;}
  .quemsomos .sessao-2, .mundoguitar .sessao-2, .contato .sessao-2  {padding: 40px 0;}
  .topGeneral>div {height: 85px;}
  .contato iframe {height: 600px;}

	.cartao {
		margin-bottom: 30px;
	}

  body {padding-top: unset;}
  h1 {font-size: 30px;}
  .inicial .sessao-1 h1 {font-size: 40px;}
  .inicial .sessao-1 h3 {font-size: 25px;}
  .inicial .sessao-1 .row {height: 100%;}
  .inicial .sessao-1 p {font-size: 20px;}
  .inicial .carousel-control-next, .inicial .carousel-control-prev {top: 25%; bottom: unset;}
  .backinicial {height: 90vh;}
  .backinicial::after {
    content: "";
    position: absolute;
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    top: 0;
  }
  .backinicial img {width: 60%;}
  .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-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;}  
  form .row>div {margin-bottom: 0;}
  form label, .placehtop label {margin-bottom: 10px!important;}
  .aviso {margin-top: 40px;}   
  .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;}
  #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;}
  .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%;}
  #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;}  
  /*.tableGuitar {display: flex; flex-direction: column; position: relative;}
  .tableGuitar>div:nth-child(1) {position: absolute; top: 0; left: 10px;}
  .tableGuitar>div:nth-child(2) {padding-left: 0; padding-right: 0; margin-bottom: 0;}*/
}
@media only screen and (max-width: 320px) {
  .valida .validaBoxBody {
    padding: 80px 20px 0px 20px;
  }
}
/**********************Responsivo******************************/


/**********************formulario*********************/
.formularios {background: none; color: #fff;}
.formularios iframe {height: 770px;}
.formularios h1 {margin-top: 50px;}
.formularios p {color: #fff;}
.formularios a {color: #eee; text-decoration: underline;}
.formularios a:hover {color: #555;}
.formularios form {height: 650px;}
.botForm {background-color: #fff; border: 1ps solif var(--default); padding: 10px 20px; border-radius: 16px; transition: all 0.5s ease; margin: 70px auto; display: block; color: #333; text-align: center; cursor: pointer;}
.botForm:hover {transform: scale(1.05);}
.botForm p {color: #333!important;}
/*.formTxUp input[type=submit] {background-color: #ddd;}
.formTxUp input[type=submit]:hover {transform: scale(1.1);}*/
.formTxUp input[type=text], .formTxUp input[type=password], .formTxUp select, .formTxUp textarea {
	outline: none;
	width:100%; 
	padding:20px 20px 6px 20px; 
	font-size:16px;
	border:none;
	border-radius: 30px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	font-weight:normal;
	transition: border-color 0.5s ease-in-out;
  margin-bottom: 25px;
  color: #000;
  background-color: #ddd;
}

.formTxUp input[type=text]:focus, .formTxUp input[type=password]:focus, .formTxUp select:focus, .formTxUp textarea:focus {border: none;}

.formTxUp input[type=checkbox] {margin-right: 7px;}

.formTxUp .checkOpcoes>div>label {display: flex; align-items: flex-start;}

.formTxUp .checkOpcoes>div>label input[type=checkbox] {margin-top: 5px;}

.formTxUp .checkOpcoes p {margin-left: 5px;}

.formTxUp label {
  width: 100%;
  margin:0px;
  position:relative;
  display:inline-block;
}

.formTxUp label span {font-weight:normal; color: #333; font-weight: 500;}
  
.formTxUp span:not(.text-ident label span) {
  pointer-events: none;
  position:absolute;
  left:20px;
  top:13px;
  transition: 0.2s;
  transition-timing-function: ease;
  transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
  opacity:0.8;
	border-radius: 6px; 
	-moz-border-radius: 6px; 
	-webkit-border-radius: 6px;
	background:#ddd;
}

.formTxUp input[type=text]:focus + span, .formTxUp input:not(:placeholder-shown) + span, .formTxUp textarea:focus + span, .formTxUp textarea:not(:placeholder-shown) + span {
  opacity:1;
  transform: translateY(-50%) translateX(-0px);
  font-size: 10px;
}

/* For IE Browsers*/
.formTxUp input[type=text]:focus + span, .formTxUp input:not(:-ms-input-placeholder) + span {
  opacity:1;
  transform: scale(1) translateY(-50%) translateX(0px);
	font-size:10px;
}

.formTxUp input[type=password]:focus + span, .formTxUp input:not(:placeholder-shown) + span {
  opacity:1;
  transform: scale(1) translateY(-50%) translateX(0px);
	font-size:10px;
}

/* For IE Browsers*/
.formTxUp input[type=password]:focus + span, .formTxUp input:not(:-ms-input-placeholder) + span {
  opacity:1;
  transform: scale(1) translateY(-50%) translateX(0px);
	font-size:10px;
}

.formTxUp select + span, .formTxUp select:not(:placeholder-shown) + span {
  opacity:1;
  transform: scale(1) translateY(-50%) translateX(0px);
	font-size:10px;
}

/* For IE Browsers*/
.formTxUp select + span, .formTxUp select:not(:-ms-input-placeholder) + span {
  opacity:1;
  transform: scale(1) translateY(-50%) translateX(0px);
	font-size:10px;
}
/**********************formulario*********************/


/*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%;}

/**********************loading*********************/
#preloader {
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background-color: #000;
  background-image: url(../images/loading2.gif);
  background-size: 350px;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
}
/**********************loading*********************/

