/*Abertura*/

.fundo-sessao{
  padding: 80px 0;
  border-radius: 20% 50% 0 80%;
  margin-top: 80px;
  margin-bottom: 80px;
}

.abertura-animada{
  animation: abertura-animada 1s reverse;

}

@keyframes abertura-animada {
  from {
    opacity: 100;
  }
  
  to {
    opacity: 0;
  }
}



.barra-menu{
  animation: barra-menu 1s reverse;
  position: absolute;
}

@keyframes barra-menu {
  from {
    top: 0;
  }
  to {
      top: -120px;
  }
}

.barra-rodape-abertura{
  animation: barra-rodape-abertura 1s reverse;
  position: fixed;
  bottom: 0;
  width: 100%;
  text-align: center;
  background-color: var(--color2);
  color: var(--color5);
  padding: 10px 0;
  z-index: 1;
}

@keyframes barra-rodape-abertura {
  from {
  bottom: 0;
  }
  to {
      bottom: -100px;
  }
}


.foto-moldurada{
  width: 100%;
  border-radius: 50% 0 50% 0 ;
  max-height: 550px;
  object-fit: cover;
}

.foto-parceiros{
  width: 100%;
  border-radius: 10%;
  height: 230px;
  object-fit: cover;
}

.foto-altura{
  height: 350px;
}

.foto-oquefaço{
  border-radius: 25px;
  width: 100%;
  height: 250px;
  object-fit: cover;
}


.gradiente{
  background: linear-gradient(90deg, var(--color4) 0%,  transparent);
  width: 300px;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 2;
}


.gradiente2{
  background: linear-gradient(0deg, var(--color4) 0%, var(--color4) 50%, transparent);
  position: absolute;
  bottom: 0;
  height: 50vh;
  width: 100%;
}



.foto-icones{
  max-height: 80px; 
  max-width: 100%; 
}

.foto-painel{
  height: 200px;
  width: 250px;
  object-fit: cover;
}


.foto-galeria{
  height: 400px;
  width: 100%;
  object-fit: cover;
}


.btnwhatsapp{
  position: fixed;
  bottom: 65px;
  right: 20px;
  z-index: 5;
}
/*Final Abertura*/

/*Páginas*/
.session {min-height: 100vh;}

a.color1 {
  color: var(--color1);
  text-decoration: none;  
}

a.color1:hover, a.color1:focus {
  color: var(--color1);
  text-decoration: none;
}

a.color5 {
  color: var(--color5);
  text-decoration: none;  
}

a.color5:hover, a.color5:focus {
  color: var(--color5);
  text-decoration: none;
}


/*Acordeon*/

.accordion-container > h2{

  width: 100%;
}
.set{
  position: relative;
  height: auto;

}
.set > a{

  display: block;
  padding: 10px 0 10px 20px;
  text-decoration: none;
  margin-bottom: 5px;
  -webkit-transition:all 0.2s linear;
  -moz-transition:all 0.2s linear;
  transition:all 0.2s linear;
  border-radius: 15px;
  font-weight: bold;
  color: var(--color5);
  background-color: var(--color2);
}
.set > a i{
  float: right;
  margin-top: -10px;
  margin-right: 0;
  padding: 14px;

}
.set > a.active{

  background-color: var(--color3);
  color: var(--color1);

}

.content{
  display:none;
  width: 100%;
  padding: 5px 20px;
  background-color: var(--color5);
  border-radius: 25px;


}



svg {
  position: absolute;
  left: 5px;
  top: 5px;
  fill: none;
  stroke: var(--color5);
  stroke-dasharray: 150 480;
  stroke-dashoffset: 150;
  transition: 1s ease-in-out;

}


        
/*Final Acordeon*/

.btn {
  display: inline-block;
  font-weight: normal;
  vertical-align: middle;
  -ms-touch-action: manipulation;
   touch-action: manipulation;
  cursor: pointer;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  padding: 15px 30px;
  border-radius: 25px;

}


.btn-menu {color: var(--color1);  background-color: transparent; padding: 15px;  border: 0; cursor: pointer;}
.btn-menu:hover,.btn-menu:focus,.btn-menu.focus,.btn-menu:active,.btn-menu.active {  color: var(--color1); border-bottom: 5px solid var(--color5);}

.btn-default {color: var(--color5);  background-color: var(--color2); border: solid 1px var(--color2);   }
.btn-default:hover,.btn-default:focus,.btn-default.focus,.btn-default:active,.btn-default.active { border: solid 1px var(--color1); color: var(--color1); background-color: transparent;}

.btn-default-vazado {color: var(--color6); border: solid 1px var(--color4);  background-color: var(--color5);  }
.btn-default-vazado:hover,.btn-default-vazado:focus,.btn-default-vazado.focus,.btn-default-vazado:active,.btn-default-vazado.active { border: solid 1px var(--color1); font-weight: bold; color: var(--color6); background-color: var(--color5);}


.btn-whatsapp {color: var(--color5); border: solid 1px var(--color4); background-color: var(--color7);}
.btn-whatsapp:hover,.btn-whatsapp:focus,.btn-whatsapp.focus,.btn-whatsapp:active,.btn-whatsapp.active { color: var(--color7); border: solid 1px var(--color4); background-color: var(--color5);}


.btn-inserir { color: rgba(255, 255, 255, 0.80); border: solid 1px #00b612; background-color: #00b612; }
.btn-inserir:hover,.btn-inserir:focus,.btn-inserir.focus,.btn-inserir:active,.btn-inserir.active  { color: #fff; background-color: #027f0f;}

.btn-excluir { color: rgba(255, 255, 255, 0.80); border: solid 1px #ff0000; background-color: #ff0000; }
.btn-excluir:hover,.btn-excluir:focus,.btn-excluir.focus,.btn-excluir:active,.btn-excluir.active  { color: #fff; background-color: #8b0303;}

.btn-editar { color: rgba(255, 255, 255, 0.80); border: solid 1px #3b6d77; background-color: #3b6d77; }
.btn-editar:hover,.btn-editar:focus,.btn-editar.focus,.btn-editar:active,.btn-editar.active  { color: #fff; background-color: #0b5790;}

.btn-xs {margin-top: 5px; padding: 1px 5px; font-size: 12px; line-height: 1.5; border-radius: 5px;}

.btn-pq {margin: -15px 1px 5px ; padding: 2px 7px; font-size: 12px; line-height: 1.5; border-radius: 5px;}

h1, .h1 { font-weight: 300; color: var(--color1); line-height: 1.1;}
h2, .h2 { color: var(--color2); line-height: 1.2;}
h3, .h3 { font-weight: 500; margin:0; line-height: 1.2;}
h4, .h4 { margin-left: 30px; font-weight: 400; font-size: 16px;  line-height: 1.42857143; color: var(--color1); background-color: transparent; border-bottom: solid 1px var(--color1); border-right: solid 1px var(--color1);  padding: 10px 20px; }
h5, .h5 { font-size: 16px;  line-height: 1.42857143; border-radius: 15px; color: var(--color5); background-color: var(--color2);  padding: 10px 20px; }
h6, .h6 { font-size: 16px;  line-height: 1.42857143; border-radius: 15px; color: var(--color5); background-color: var(--color1);  padding: 10px 20px; }



/*Barra Menu*/

.barra-menu{
  z-index: 155;
  width: 100%;
  position: absolute;
  background-color:var(--color5);
}
.displayblock{
  display: block;
}

.displaynone{
  display: none;
}

.fixo{
  position: fixed;

}

a.menu-link {
  color: var(--color6);
  padding: 12px 15px;
  border-radius: 25px;


}

a.menu-link:hover,
a.menu-link:focus {
  text-decoration: none;
  color: var(--color5);
  background-color: var(--color1);

}


.dropdown-menu   {
  position: absolute;
  background-color: rgba(59,109,119,0.5);
  top:45px;
  z-index: 1000;
  display: none;
  min-width: 200px;
  padding: 0;
  list-style: none;
  text-align: left;
  border: 0px solid rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}  
.dropdown-menu > li > a {
  display: block;
  padding: 10px;
  clear: both;
  font-size: 15px;
  font-weight: normal;
  line-height: 1.42857143;
  color: #e1e1e1;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  padding-left: 15px;
  text-decoration: none;
  color: #fff;
  background-color: #16435a;

}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #3b6d77;
}

.toggle-menu {
  position: absolute;
  background-color: var(--color4);
  z-index: 1000; 
  top: 0;
  height: 100vh;
  right: 0;
  float: right;
  width: 250px;
  padding: 50px 0 0 0;
  list-style: none;
  text-align: left;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}  
.toggle-menu > li > a {

  display: block;
  padding: 10px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: var(--color1);
  white-space: nowrap;
  
}
.toggle-menu > li > a:hover,
.toggle-menu > li > a:focus {;
  text-decoration: none;
  color: var(--color5);
  background-color: var(--color1);
  }

.toggle-menu-sub > li > a {
  color: #fff;
  background-color: #3b6d77;
  margin-left:12px;
  padding: 10px;

}
.toggle-menu-sub > li > a:hover,
.toggle-menu-sub > li > a:focus {
  padding-left: 15px;
  color: #fff;
  background-color: #3b6d77;
  }

/*Final Barra Menu*/
  .fundo-menu-adm{
    background-color: #f9f9f9;
    border: solid 1px: #e1e1e1;
    border-top: 0;
    padding: 20px;
    min-height: 100vh;
  }
/*Final Painel Administrativo*/

/*Painel Administrativo*/


@media (max-width: 397px) {
h1, .h1{font-size: 1.6em;}
h2, .h2{font-size: 1.2em;}
.logo{width: 180px; padding-top: 10px}
.margin-fundo-session{padding-top: 60px; padding-bottom: 60px;}
.numero{font-size: 3em; font-weight: 900;}
.abertura-foto{height:100vh; width: 100%; bottom: 0; object-fit: cover;  }
.abertura-efeito{height:100vh; top: 0; position: absolute; right: 0}

}

@media (min-width: 398px) {
h1, .h1{font-size: 1.7em;}
h2, .h2{font-size: 1.2em;}
.logo{width: 180px; padding-top: 10px}
.margin-fundo-session{padding-top: 60px; padding-bottom: 60px;}
.numero{font-size: 3em; font-weight: 900;}
.abertura-foto{height:100vh; width: 100%; bottom: 0; object-fit: cover;  }
.abertura-efeito{height:100vh; top: 0; position: absolute; right: 0}

}

@media (min-width: 568px) {
h1, .h1{font-size: 2em;}
h2, .h2{font-size: 1.4em;}
.logo{width: 180px; padding-top: 10px}
.margin-fundo-session{padding-top: 60px; padding-bottom: 60px;}
.numero{font-size: 3em; font-weight: 900;}
.abertura-foto{height:100vh; width: 100%; bottom: 0; object-fit: cover;  }
.abertura-efeito{height:100vh; top: 0; position: absolute; right: 0}
}

@media (min-width: 768px) { 
h1, .h1{font-size: 2em;}
h2, .h2{font-size: 1.6em;}
.logo{width: 300px; padding-top: 100px}
.margin-fundo-session{padding-top: 60px; padding-bottom: 60px;}
.numero{font-size: 3em; font-weight: 900;}
.abertura-foto{height:100vh; width: 100%; bottom: 0; object-fit: cover;  }
.abertura-efeito{height:100vh; top: 0; position: absolute; right: 0}
}

@media (min-width: 992px) {
h1, .h1{font-size: 2.5em;}
h2, .h2{font-size: 1.6em;}
.logo{width: 300px; padding-top: 100px}
.margin-fundo-session{padding-top: 60px; padding-bottom: 60px;}
.numero{font-size: 3em; font-weight: 900;}
.abertura-foto{height:100vh; width: 100%; bottom: 0; object-fit: cover;  }
.abertura-efeito{height:100vh; top: 0; position: absolute; right: 0}
}


@media (min-width: 1200px)  {
h1, .h1{font-size: 2.8em;}
h2, .h2{font-size: 1.8em;}
.logo{width: auto; padding-top: 100px}
.margin-fundo-session{padding-top: 60px; padding-bottom: 60px;}
.numero{font-size: 3em; font-weight: 900;}
.abertura-foto{height:100vh; width: 100%; bottom: 0; object-fit: cover;  }
.abertura-efeito{height:100vh; top: 0; position: absolute; right: 0}
}

@media (min-width: 1360px) {
h1, .h1{font-size: 3em;}
h2, .h2{font-size: 2em;}
.logo{width: auto; padding-top: 100px}
.margin-fundo-session{padding-top: 60px; padding-bottom: 60px;}
.numero{font-size: 3em; font-weight: 900;}
.abertura-foto{height:100vh; width: 100%; bottom: 0; object-fit: cover;  }
.abertura-efeito{height:100vh; top: 0; position: absolute; right: 0}
}