@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);
}

@font-face {
  font-family: font6;
  src: url(/fonts/font6.ttf);
}

/* TITULO CONTEUDO */

.Titucont {
  margin-top: 120px;
  perspective: 1000px;
  height: 300px;
  display: flex;
  margin-bottom: 20px;
  position: relative;
}

#bebefoto1 {
  width: 580px;
  transform: rotateY(-25deg);
  box-shadow: 0px 30px 30px -10px rgba(8, 8, 8, 0.492);
  position: absolute;
  top: -50px;
  right: 0;
}

.textpart {
  position: absolute;
  padding: 30px 0px 50px 30px;
  width: 700px;
  top: 0px;
  left: 0px;
  background-image: linear-gradient(to left, #FDC6D4, white);
  border-radius: 0 0 95px 0;
}

.textpart p {
  width: 400px;
}

.titpart {
  font-family: font6;
  font-size: 40px;
  color: #59493b;
  letter-spacing: 4px;
}

.Titucont h1,
h2,
p {
  color: #59493b;
  margin-top: 15px;
}

strong {
  color: black;
}

/* CONTEUDO */

.conteudopagina img {
  box-shadow: 0px 30px 30px -10px rgba(8, 8, 8, 0.653);
}

.conteudopagina {
  /* border: 2px solid red; */
  padding: 20px;
  width: 100%;

}

.conteudopagina p {
  color: #59493b;
  font-family: font4;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  /* border: 2px solid blue; */
  margin-bottom: 25px;
  position: relative;

}

.textofoto {
  /* border: 2px solid red; */
  width: 100%;

}

.imgesquerda {
  float: left;
  margin: 0px 20px 20px 0px;

}

.imgdireita {
  float: right;
  margin: 0px 0px 20px 20px;

}

.textoonl p {
  text-align: justify;
  justify-content: left;
}




/* DOR SEXUAL AJUSTE */

.pagdorsexual p {
  min-height: 100px;
}

.textofoto {
  position: relative;
}

.textofoto p {
  font-size: 55px;
  font-family: font6;
}

.textofoto p:last-child {
  margin-bottom: 50px;
}

#cactofoto {
  position: absolute;
  right: 0px;
  top: -20px;
}

.textoonl h2 {
  height: 30px;
  width: 100%;
  font-size: 25px;
  padding-left: 50px;
  background-image: linear-gradient(to right, #FDC6D4, white);
  border-radius: 95px;
  margin: 50px 0px;
}

.fotoelink {
  display: flex;
}

#btondorsexaul {
  margin-top: 70px;
}

/* AJUSTE WORKS */

#workscontent {
  margin-top: -110px;
}

#fotofimworks {
  justify-content: center;
  margin-top: 50px;
}

#btn_works {
  margin-top: 50px;

}

.agendaworks {
  display: flex;
  flex-direction: row;
  width: 100%;
}

.contagend1 {
  width: 620px;
}

.contagend2 {
  width: 280px;

}



#menoworks {
  width: 100%;
}

/* works desenv */

.indentinsta {
  margin: 10px;
  width: 280px;
  height: 280px;
  background: white;
  border-radius: 32px;
  padding: 3px;
  position: relative;
  box-shadow: #604b4a30 0px 70px 30px -50px;
  transition: all 0.5s ease-in-out;
}


.indentinsta .mail {
  position: absolute;
  right: 2rem;
  top: 1.4rem;
  background: transparent;
  border: none;
}

.indentinsta .mail svg {
  stroke: #FDC6D4;
  stroke-width: 3px;
}

.indentinsta .mail svg:hover {
  stroke: #f96187;
}

.indentinsta .profile-pic {
  position: absolute;
  width: calc(100% - 6px);
  height: calc(100% - 6px);
  top: 3px;
  left: 3px;
  border-radius: 29px;
  z-index: 1;
  border: 0px solid #FDC6D4;
  overflow: hidden;
  transition: all 0.5s ease-in-out 0.2s, z-index 0.5s ease-in-out 0.2s;
}

.indentinsta .profile-pic img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  -o-object-position: 0px 0px;
  object-position: 0px 0px;
  transition: all 0.5s ease-in-out 0s;
}

.indentinsta .profile-pic svg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 0px 0px;
  object-position: 0px 0px;
  transform-origin: 45% 20%;
  transition: all 0.5s ease-in-out 0s;
}

.indentinsta .bottom {
  position: absolute;
  bottom: 3px;
  left: 3px;
  right: 3px;
  background: #FDC6D4;
  top: 80%;
  border-radius: 29px;
  z-index: 2;
  box-shadow: rgba(96, 75, 74, 0.1882352941) 0px 5px 5px 0px inset;
  overflow: hidden;
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
}

.indentinsta .bottom .content {
  position: absolute;
  bottom: 0;
  left: 1.5rem;
  right: 1.5rem;
  height: 160px;
}

.indentinsta .bottom .content .name {
  display: block;
  font-size: 1.2rem;
  color: black;
  font-weight: bold;
}

.indentinsta .bottom .content .about-me {
  display: block;
  font-size: 0.9rem;
  color: black;
  margin-top: 1rem;
}

.indentinsta .bottom .bottom-bottom {
  position: absolute;
  bottom: 1rem;
  left: 1.5rem;
  right: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.indentinsta .bottom .bottom-bottom .social-links-container {
  display: flex;
  gap: 1rem;
}

.indentinsta .bottom .bottom-bottom .social-links-container svg {
  height: 20px;
  fill: white;
  filter: drop-shadow(0 5px 5px rgba(165, 132, 130, 0.1333333333));
}

.indentinsta .bottom .bottom-bottom .social-links-container svg:hover {
  fill: #f96187;
  transform: scale(1.2);
}

.indentinsta .bottom .bottom-bottom .button {
  background: white;
  color: black;
  font-weight: bolder;
  border: none;
  border-radius: 20px;
  font-size: 0.8rem;
  padding: 0.4rem 0.6rem;
  box-shadow: rgba(165, 132, 130, 0.1333333333) 0px 5px 5px 0px;
}

.indentinsta .bottom .bottom-bottom .button:hover {
  background: #f96187;
  color: white;
}

.indentinsta:hover {
  border-top-left-radius: 55px;
}

.indentinsta:hover .bottom {
  top: 20%;
  border-radius: 80px 29px 29px 29px;
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) 0.2s;
}

.indentinsta:hover .profile-pic {
  width: 100px;
  height: 100px;
  aspect-ratio: 1;
  top: 10px;
  left: 10px;
  border-radius: 50%;
  z-index: 3;
  border: 7px solid#FDC6D4;
  box-shadow: rgba(96, 75, 74, 0.1882352941) 0px 5px 5px 0px;
  transition: all 0.5s ease-in-out, z-index 0.5s ease-in-out 0.1s;
}

.indentinsta:hover .profile-pic:hover {
  transform: scale(1.3);
  border-radius: 0px;
}

.indentinsta:hover .profile-pic img {
  transform: scale(1.0);
  -o-object-position: 0px 25px;
  object-position: 0px 0px;
  transition: all 0.5s ease-in-out 0.5s;
}

.indentinsta:hover .profile-pic svg {
  transform: scale(2.5);
  transition: all 0.5s ease-in-out 0.5s;
}

/* 2dev */

.palestso {
  width: 850px;
  height: 850px;
  background: #e8eaea00;
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 200px;

}


.userpal {
  margin-top: 90px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 10px 15px;
}

.user__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-grow: 1;
}

.user__container {
  display: flex;
  flex-direction: column;
}



.namepal {
  font-weight: 800;
}

.usernamepal {
  font-size: 50px;
  color: #64696e;
}

.imgpalestro {
  width: 235px;
  height: 235px;
  border-radius: 50%;
  object-fit: cover;
}

.imagepal {
  width: 230px;
  height: 230px;
  margin-right: 15px;
}

.followpal {
  border: none;
  border-radius: 25px;
  background-color: #0f1113;
  color: white;
  padding: 8px 15px;
  font-weight: 700;
  margin-left: 60px;
}

.userpal:hover {
  background-color: #b3b6b6;
}

.followpal:hover {
  background-color: #3d4349;
}

/* Fim des work */
@media only screen and (min-width: 400px){
  .contagend3{
    display: none;
  }
}


@media only screen and (max-width: 400px) {
  .conteudopagina {
    padding-right: 30px;
    margin-bottom: 100px;
  }

  .Titucont {
    margin-bottom: 180px;
  }

  .textpart h1 {
    font-size: 55px;
  }

  .textpart h2 {
    font-size: 30px;
  }

  .textpart p {
    font-size: 40px;
  }

  .textpart li {
    font-size: 40px;
  }

  .conteudopagina p {
    font-size: 30px;
  }

  .textofoto p {
    font-size: 60px;
  }

  .textoonl h2 {
    font-size: 60px;
    height: 70px;
  }

  /* correçao works */
  #worksshopstxttitu {
    display: none;
  }

  #workscontent {
    margin-top: -310px;
  }

  #fotofimworks {
    margin-top: 80px;
  }

  #btn_works {
    margin-top: 80px;

  }

  .agendaworks {

    flex-direction: column;

  }

  .contagend1 {
    width: 100%;
    margin: 20px;
  }

  .contagend2 {
    display: none;
  }

  .contagend3 {

    width: 100%;


  }

  .textoonl li {
    font-size: 35px;
  }

  .btonpart4 {
    transform: scale(1.8);

  }


  .whats {
    transform: scale(2);
    bottom: 80px;
    right: 80px;
    margin: 20px 80px;
  }

  #btonposid,
  #btonposid1 {
    transform: scale(2);
  }

  #btonposid {
    margin-left: 20px;
  }

  #btonposid1 {
    margin-left: 180px;
  }

  .contactmapa p {
    margin: 0px 10px;
  }

  #esc2 h1 {
    width: 600px;
    margin-top: 20px;
  }

  #esc1 {
    transform: scale(1.5);
    margin-left: 23px;
  }

  .mediasocialgr {
    transform: scale(2);

  }

  .Footercont {
    margin-top: 50px;
  }
}




/* BOTAO LINK e WHATS*/

.btonrosa {
  margin: 20px 0px;

}

/* FOOTER */
.Footercont {
  width: 100%;
  height: 380px;
  display: flex;
  box-shadow: 0px 0px 20px rgba(128, 128, 128, 0.57);
  border-radius: 21% 79% 0% 100% / 100% 21% 79% 0%;
  background-color: #FDC6D4;
  position: relative;

}

.contactmapa p {
  margin: 0px 10px;
}