@charset "UTF-8";

@font-face {
    font-family: font1;
    src: url(/fonts/CGaramond-Regular.ttf);
}

@font-face {
    font-family: font2;
    src: url(/fonts/CGaramond-Bold.ttf);
}

@font-face {
    font-family: font3;
    src: url(/fonts/CGaramond-Italic.ttf);
}

@font-face {
    font-family: font4;
    src: url(/fonts/MoeFont_wght.ttf);
}

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

#geral{
  
    max-width: 1024px;
    min-width: 1000px;
    width: 100vw;
    height: auto;
    margin: auto;
    overflow: hidden;
}

/* head */

.parthead{
    
  width: 100%;
  height: 300px;
  border-radius: 6% 94% 10% 90% / 28% 0% 100% 72% ;
  background-color: #FDC6D4;
  box-shadow: -5px -8px 20px rgba(128, 128, 128, 0.193);
  position: relative;
}

#logohead{
  width: 220px;
  border-radius:  86px 30px 86px 0 ;
  position: absolute;
  right: 105px;
  top: 30px;
  box-shadow: -5px -8px 20px rgba(128, 128, 128, 0.193);
}

#esc1{
  width: 100px;
  height: 30px;
  position: absolute;
  left: 6%;
  top: 55%;
}
#headfisi{
  font-family: font4;
  font-size: 1em;
  font-weight: 500;
  color: #59493b;
}

#esc2{
  width: 430px;
  height: 50px;
  position: absolute;
  left: 6%;
  top: 70%;
  font-size: 18PX;
  
}
#headsaud{
  font-family: font2;
  color: #59493b;
  letter-spacing: 6px;
}

/* CONTATO E HOME */

#btonposid{
  position: absolute;
  top: 50px;
  left: 60px;
}

.btonhead a{
  text-decoration: none;
  color: white;
}

#btonposid1{
  position: absolute;
  top: 50px;
  left: 210px;
}

.btonhead {
  border: none;
  border-radius: 60px;
  display: block;
  position: relative;
  padding: 0.7em 2.4em;
  font-size: 18px;
  background: transparent;
  cursor: pointer;
  user-select: none;
  overflow: hidden;
  color: white;
  z-index: 1;
  font-family: font2;
  font-weight: 500;
}

.btonhead2 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  z-index: -1;
  border: 2px solid white;
}

.btonhead2::before {
  content: "";
  display: block;
  position: absolute;
  width: 8%;
  height: 500%;
  background: var(--lightgray);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-60deg);
  transition: all 0.3s;
}

.btonhead:hover .btonhead2::before {
  transform: translate(-50%, -50%) rotate(-90deg);
  width: 100%;
  background:  white;
}

.btonhead:hover {
  color:  #FDC6D4;
}

.linkhead:hover {
  color:  #FDC6D4;
}

.btonhead:active #btonhead2::before {
  background: white;
}

/* bton */

.btonpart4 {
  width: 1000px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.btonpart4 .btnpart4 {
  position: relative;
  top: 0;
  left: 0;
  width: 280px;
  height: 50px;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.btonpart4 .btnpart4 a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.05);
  box-shadow: 0 15px 15px rgba(0, 0, 0, 0.3);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 30px;
  padding: 10px;
  letter-spacing: 1px;
  text-decoration: none;
  overflow: hidden;
  color: #59493b;
  font-weight: 400px;
  z-index: 1;
  transition: 0.5s;
  backdrop-filter: blur(15px);
}

.btonpart4 .btnpart4:hover a {
  letter-spacing: 3px;
}

.btonpart4 .btnpart4 a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background: linear-gradient(to left, rgba(255, 255, 255, 0.15), transparent);
  transform: skewX(45deg) translate(0);
  transition: 0.5s;
  filter: blur(0px);
}

.btonpart4 .btnpart4:hover a::before {
  transform: skewX(45deg) translate(200px);
}

.btonpart4 .btnpart4::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translatex(-50%);
  bottom: -5px;
  width: 30px;
  height: 10px;
  background: #FDC6D4;
  border-radius: 10px;
  transition: 0.5s;
  transition-delay: 0.5;
}

.btonpart4 .btnpart4:hover::before {
  bottom: 0;
  height: 50%;
  width: 80%;
  border-radius: 30px;
}

.btonpart4 .btnpart4::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translatex(-50%);
  top: -5px;
  width: 30px;
  height: 10px;
  background:#FDC6D4;
  border-radius: 10px;
  transition: 0.5s;
  transition-delay: 0.5;
}

.btonpart4 .btnpart4:hover::after {
  top: 0;
  height: 50%;
  width: 80%;
  border-radius: 30px;
}

.btonpart4 .btnpart4:nth-child(1)::before,
.btonpart4 .btnpart4:nth-child(1)::after {
  background: #FDC6D4;
  box-shadow: 0 0 5px #FDC6D4, 0 0 15px #FDC6D4, 0 0 30px #FDC6D4,
        0 0 60px #FDC6D4;
}



/* FOOTER */

.footer6{
  width: 100%;
  height: 380px;
  /* margin-top: 15%; */
  display: flex;
 justify-items: center;
  background-color: #FDC6D4;
  position: relative;
  
}

.contact{
  border-right: 2px solid white;
  width: 250px;
  height: 300px;
  margin-top: 3%;
  padding: 5px 10px;
 }
 .contactmapa{
  width: 250px;
  height: 340px;
  margin-top: 3%;
  padding: 5px 10px;
}

#mapacontacto{
  width: 500px;
  justify-items: center;
}

 .ultit{
     color: #59493b;
     font-family: font3;
     font-size: 13px;
 }
 
 .litit{
     margin-left: 15px;
 }
 
 .ullist{
     margin-left: 18px;
 }
 
 #list22{
     font-size: 12px;
     margin-left: 15px;
 }
 
 .textcontact{
     text-align: justify;
     color: #59493b;
     font-family: font3;
 }
 
h3, hr, li{
     color: #59493b;
     font-family: font3;
 }
 
 a{
     text-decoration: none;
 }
 
 

 .contactmapa p{
  margin: 0px 10px;
 }
 
 .mapa{
     border: 2px solid black;
     width: 235px;
     height: 165px;
 }

 .mapaoutros{
  border: 2px solid black;
  width: 405px;
  height: 265px;

}
 
 .logotipofooter{
     position: absolute;
     width: 100px;
     bottom: 20px;
     left: 20px;
 }

.footerlogothi {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
    padding-right: 30px;
    width: 100%;
    height: 120px;
  }
  
  .textfooter{
    color: #8C8C8C;
    font-size: 0.6em;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
        
  }
  
  #container {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    
  }
  
  .registro{
    color: #8C8C8C;
    font-size: 1.0em;
    font-weight: 200;
  }
  
  #logo1{
    filter: grayscale(1);
  }
  
  #ring {
    width: 80px;
    height: 80px;
    border: 1px solid transparent;
    border-radius: 50%;
    position: absolute;
  }
  
  #ring:nth-child(1) {
    border-bottom: 8px solid #BFBFBF;
    animation: logothi1 2s linear infinite;
  }
  
  @keyframes logothi1 {
    from {
        transform: rotateX(50deg) rotateZ(110deg);
    }
  
    to {
        transform: rotateX(50deg) rotateZ(470deg);
    }
  }
  
  #ring:nth-child(2) {
    border-bottom: 8px solid #8C8C8C;
    animation: logothi2 2s linear infinite;
  }
  
  @keyframes logothi2 {
  from {
    transform: rotateX(20deg) rotateY(50deg) rotateZ(20deg);
  }
  
  to {
    transform: rotateX(20deg) rotateY(50deg) rotateZ(380deg);
  }
  }
  
  #ring:nth-child(3) {
    border-bottom: 8px solid #595959;
    animation: logothi3 2s linear infinite;
  }
  
  @keyframes logothi3 {
    from {
     transform: rotateX(40deg) rotateY(130deg) rotateZ(450deg);
    }
  
    to {
    transform: rotateX(40deg) rotateY(130deg) rotateZ(90deg);
    }
  }
  
  #ring:nth-child(4) {
    border-bottom: 8px solid #404040;
    animation: logothiago4 2s linear infinite;
  }
  
  @keyframes logothiago4 {
    from {
       transform: rotateX(70deg) rotateZ(270deg);
    }
  
    to {
     transform: rotateX(70deg) rotateZ(630deg);
    }
  }
  
  #footer{
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.571);
  }

  /* media social */
  .mediasocialgr{
    /* border: 2px solid red; */
    width: 300px;
    height:90px;
    margin: auto;
    margin-top: 50px;
    padding-top: 30px;
  }

 .mediasocialgr ul {
    list-style: none;
  }
  
  .example-2 {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .example-2 .icon-content {
    margin: 0 10px;
    position: relative;
  }
  .example-2 .icon-content .tooltip {
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    padding: 6px 10px;
    border-radius: 5px;
    opacity: 0;
    visibility: hidden;
    font-size: 14px;
    transition: all 0.3s ease;
  }
  .example-2 .icon-content:hover .tooltip {
    opacity: 1;
    visibility: visible;
    top: -50px;
  }
  .example-2 .icon-content a {
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    color: #4d4d4d;
    background-color: #fff;
    transition: all 0.3s ease-in-out;
  }
  .example-2 .icon-content a:hover {
    box-shadow: 3px 2px 45px 0px rgb(0 0 0 / 12%);
  }
  .example-2 .icon-content a svg {
    position: relative;
    z-index: 1;
    width: 30px;
    height: 30px;
  }
  .example-2 .icon-content a:hover {
    color: white;
  }
  .example-2 .icon-content a .filled {
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    background-color: #000;
    transition: all 0.3s ease-in-out;
  }
  .example-2 .icon-content a:hover .filled {
    height: 100%;
  }

  .example-2 .icon-content a[data-social="spotify"] .filled,
.example-2 .icon-content a[data-social="spotify"] ~ .tooltip {
  background-color: #1db954;
}
  
  .example-2 .icon-content a[data-social="instagram"] .filled,
  .example-2 .icon-content a[data-social="instagram"] ~ .tooltip {
    background: linear-gradient(
      45deg,
      #405de6,
      #5b51db,
      #b33ab4,
      #c135b4,
      #e1306c,
      #fd1f1f
    );
  }
  .example-2 .icon-content a[data-social="youtube"] .filled,
  .example-2 .icon-content a[data-social="youtube"] ~ .tooltip {
    background-color: #ff0000;
  }

  .example-2 .icon-content a[data-social="facebook"] .filled,
.example-2 .icon-content a[data-social="facebook"] ~ .tooltip {
  background-color: #0274b3;
}

/* POLITICA DE PRIVACIDADE */

.politcont{
  margin: auto;
  width: 700px;
  height: 80px;
  position: relative;
  
}

.politicterm{
  position: absolute;
  top: 20px;
  left: 120px;
  font-size: 12px;
  color: #595959d6;
  text-decoration: underline;
}

.livrorecl{
  position: absolute;
  top: 20px;
  right: 120px;
  font-size: 12px;
  color: #595959d6;
  text-decoration: underline;
}


.textpolitc{
  position: absolute;
  bottom: 0px;
  font-size: 9px;
  text-align: center;
  color: #595959d6;
}

/* APP */
.cardalert {
  margin-left: 20px;
  background: white;
  border-radius: 10px;
  transition: border-radius 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  display: flex;
  flex-direction: column;
}

.somb {
  box-shadow: inset 0 -3em 5em rgba(0,0,0,0.1),
             0 0  0 2px rgb(190, 190, 190),
             0.3em 0.3em 1em rgba(0,0,0,0.3);
}

.faxa {
 
  position: absolute;
  margin-top: 150px;
  margin-left: -20px;
  text-align: center;
  font-size: 20px !important;
  background: #D64B4B;
  background: -webkit-gradient(linear, left top, left bottom, from(#D64B4B), to(#AB2C2C));
  background: -webkit-linear-gradient(top, #D64B4B, #AB2C2C);
  background: -moz-linear-gradient(top, #D64B4B, #AB2C2C);
  background: -ms-linear-gradient(top, #D64B4B, #AB2C2C);
  background: -o-linear-gradient(top, #D64B4B, #AB2C2C);
  background-image: -ms-linear-gradient(top, #D64B4B 0%, #AB2C2C 100%);
  -webkit-box-shadow: rgba(0,0,0,0.3) 0 1px 1px;
  -moz-box-shadow: rgba(0,0,0,0.3) 0 1px 1px;
  box-shadow: rgba(0,0,0,0.3) 0 1px 1px;
  font-family: 'Helvetica Neue',Helvetica, sans-serif;
}

.faxa span {
  font-size: 35px !important;
  color: #801111;
  text-shadow: #D65C5C 0 1px 0;
  margin: 0px;
  padding: 19px 10px;
}

.faxa:before, .faxa:after {
  content: '';
  position: absolute;
  display: block;
  bottom: -1em;
  border: 1.5em solid #C23A3A;
  z-index: -1;
}

.faxa:before {
  left: -2em;
  border-right-width: 1.5em;
  border-left-color: transparent;
  -webkit-box-shadow: rgba(0,0,0,0.4) 1px 1px 1px;
  -moz-box-shadow: rgba(0,0,0,0.4) 1px 1px 1px;
  box-shadow: rgba(0,0,0,0.4) 1px 1px 1px;
}

.faxa:after {
  right: -2em;
  border-left-width: 1.5em;
  border-right-color: transparent;
  -webkit-box-shadow: rgba(0,0,0,0.4) -1px 1px 1px;
  -moz-box-shadow: rgba(0,0,0,0.4) -1px 1px 1px;
  box-shadow: rgba(0,0,0,0.4) -1px 1px 1px;
}

.faxa .faxa-content:before, .faxa .faxa-content:after {
  border-color: #871616 transparent transparent transparent;
  position: absolute;
  display: block;
  border-style: solid;
  bottom: -1em;
  content: '';
}

.faxa .faxa-content:before {
  left: 0;
  border-width: 1em 0 0 1em;
}

.faxa .faxa-content:after {
  right: 0;
  border-width: 1em 1em 0 0;
}

.faxa-stitches-top {
  margin-top: 2px;
  border-top: 1px dashed rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 2px rgba(255, 255, 255, 0.5);
}

.faxa-stitches-bottom {
  margin-bottom: 2px;
  border-top: 1px dashed rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 2px rgba(255, 255, 255, 0.3);
}


/* TESTE DE DESENVOLVIMENTO WHATS */

.caixadesenvolv{
  position: fixed;
  width: 205px;
  bottom: 30px;
  right: 50px;
  
}

.ajuda-container {
  
 
  --outline-border-color:  #FDC6D4;
  position: relative;
  background: transparent;
  cursor: pointer;
  transition: all 0.2s;
  font-size: 15px;
  font-weight: bold;
  padding: 10px;
  height: 80px;
  border: solid 2px #FDC6D4;
}


.ajuda {
  position: absolute;
  display: inline-block;
  left: 90px;
  bottom: 135px;
  transform: translateX(-5%);
  padding: 0.3em 0.6em;
  width: 130px;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s;
  background: #FDC6D4;
  border-radius: 10px 10px 10px 0;
  color: white;
  text-align: center;
  box-shadow: 3px 3px 0px  #FDC6D4;
}

.ajuda::after {
  content: "Bem vindo!👋 Podemos Ajudar";
  text-align: center;
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #FDC6D4;
  text-align: center;
  border-radius: 10px 10px 10px 0;
}
.ajuda::before {
  position: absolute;
  content: "";
  bottom: 0;
  border-style: solid;
  border-width: 10px;
  left: 0;
  transform: translateX(-50%);
  border-color: transparent #FDC6D4 #FDC6D4 transparent;
  box-shadow: 0px 3px 0px  #FDC6D4;
}

.ajuda-container:hover .ajuda::after {
  animation: movimento123 0.5s 3s linear forwards;
}

.ajuda-container:hover .ajuda {
  top: calc(-100% - 80px * 0.5);
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  animation: shake 0.5s 1s linear;
  transition: all 0.3s 0.5s;
}

@keyframes movimento123 {
  50% {
    transform: translate(-50%, -50%) scale(0.5);
    background-color: #FDC6D4;
  }
  100% {
    transform: translate(0, -50%) scale(0.5);
    opacity: 0;
  }
}

@keyframes shake {
  0%,
  40%,
  80% {
    transform: translateX(-10%);
  }
  20%,
  60%,
  100% {
    transform: translateX(0);
  }
}

.st2 {
  fill: #f9c8a7;
}
.st3 {
  fill: #ff9e97;
}
.st6 {
  fill: #d72e48;
}
.st7 {
  fill: #ffffff;
}
.st8 {
  fill: #ff8d7f;
}
.st10 {
  fill: #3d3d3b;
}
.st11 {
  fill: #FDC6D4;
}
.st12 {
  opacity: 0.2;
}
.st14 {
  fill: #b7b7b7;
}
.st15 {
  fill: #ead9cf;
}
#mocinha {
  display: inline-block;
  height: 80px;
  position: absolute;
  opacity: 0;
  transition: all 0.5s;
  z-index: -1;
  left: 0;
  top: 0;
}
#braco {
  transform: translateX(2px);
}

.ajuda-container:hover #mocinha {
  top: calc(80px * -1);
  opacity: 1;
}

/* ^WTH */



.whats{
  position: fixed;
  bottom: 125px;
  right: 60px;
}

.button2w {
  display: inline-block;
  transition: all 0.2s ease-in;
  position: relative;
  overflow: hidden;
  z-index: 1;
  color: #090909;
  padding: 0.7em 3.3em 0.7em 1.7em;
  font-size: 18px;
  border-radius: 0.5em;
  background: #e8e8e8;
  border: 1px solid #e8e8e8;
  box-shadow: 6px 6px 12px #c5c5c5,
             -6px -6px 12px #ffffff;
}

.button2w > svg {
  height: 30px;
  position: absolute;
  padding: 0px 5px;
  margin-top: -4px;
}

.button2w:active {
  color: #666;
  box-shadow: inset 4px 4px 12px #c5c5c5,
             inset -4px -4px 12px #ffffff;
}

.button2w:before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%) scaleY(1) scaleX(1.25);
  top: 100%;
  width: 140%;
  height: 180%;
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 50%;
  display: block;
  transition: all 0.5s 0.1s cubic-bezier(0.55, 0, 0.1, 1);
  z-index: -1;
}

.button2w:after {
  content: "";
  position: absolute;
  left: 55%;
  transform: translateX(-50%) scaleY(1) scaleX(1.45);
  top: 180%;
  width: 160%;
  height: 190%;
  background-color: #009087;
  border-radius: 50%;
  display: block;
  transition: all 0.5s 0.1s cubic-bezier(0.55, 0, 0.1, 1);
  z-index: -1;
}

.button2w:hover {
  color: #ffffff;
  border: 1px solid #009087;
}

.button2w:hover:before {
  top: -35%;
  background-color: #009087;
  transform: translateX(-50%) scaleY(1.3) scaleX(0.8);
}

.button2w:hover:after {
  top: -45%;
  background-color: #009087;
  transform: translateX(-50%) scaleY(1.3) scaleX(0.8);
}


@media only screen and (max-width: 400px){
  .whats {
    transform: scale(2);
    bottom: 80px;
    right: 80px;
    margin: 20px 80px;
  }
}