@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);
}
/* HEADER */


/* FIM HEADER */

/* CONTEUDO */

.part1{
    margin-top: 120px;
    perspective: 1000px;
    height: 300px;
    display: flex;
    margin-bottom: 50px;
    position: relative;
   
}

#clinicfoto1{
    width: 880px;
    transform: rotateY(-25deg);
    box-shadow:0px 30px 30px -10px rgba(8, 8, 8, 0.716);
    position: absolute;
    top: -50px;
    right: 0;
}

.textpart{
    position: absolute;
    padding: 30px 0px 50px 20px;  
    width: 700px;
    top: 0px;
    left: 0px;
    background-image: linear-gradient(to left,  #FDC6D4 , white);
    border-radius: 0px 0px 95px 0px;
}

.textpart p{
    width: 280px;
    text-align: justify;
}

.titpart{
    font-family: font6;
    font-size: 40px;
    color: #59493b;
    letter-spacing: 4px;
}

.conteudo h1, h2, p{
    color: #59493b;
    margin-top: 15px;
}

strong{
    color: black;
}

.part2{
    display: flex;
    height: 1990px;
    position: relative;
  
}

.appsorriso{
  position: absolute;
  top: 160px;
  left: 360px;
  width: 450px;
  height: 500px;
}

.cardalert {
  width: 400px;
  height: 400px;
  
}

.faxa {
  width: 440px;
  
}

#faxa{
  margin-top: 320px;
}
.text2part2{
    position: absolute;
    padding: 30px 0px 50px 20px;  
    width: 990px;
    top: -100px;
   text-align: justify;
   font-size: 18px;
    
}

#textopen ul{
    margin-left: 25px;
    font-size: 21px;
}

#partclinic3{
    margin-top: -250px;
    margin-bottom: 600px;
}

#clinicfoto2{
    width: 680px;
    height: 490px;
    transform: rotateY(-25deg);
    box-shadow:0px 30px 30px -10px rgba(8, 8, 8, 0.716);
    position: absolute;
    top: -50px;
    right: 0;
}

.contclinic{
  /* border: 2px solid red; */
  width: 100%;
  margin-top: 420px;
  height: 600px;
  font-size: 20px;
  text-align: justify;
  
}

.contclinic img{
  margin-left: 15px;
  box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.89);
}

.clinicpart1, .clinicpart2, .clinicpart3 {
  display: flex;
}

.clinicpart1 p{
  margin: 100px 30px 0px 30px;
  
}

.clinicpart2 p{
  margin: 40px 30px 0px 30px;
  
}

.clinicpart3 p{
  margin: 30px 30px 0px 30px;
  
}

/* EQUIPA */

#equipacont{
    margin-top: 1200px;
    margin-bottom: 150px;
}

.row{
    margin-top: 20px;
}

.columnequipa {
    float: left;
    width: 33.3%;
    margin-bottom: 16px;
    padding: 0 8px;
 }
  
 
.cardequipa {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}
  
.contequipa {
    padding: 0 16px;
}
  
.contequipa::after, .row::after {
    content: "";
    clear: both;
    display: table;
}
  
.titleequipa {
    color: grey;
}
  
.buttonequipa {
    border: none;
    outline: 0;
    display: inline-block;
    padding: 8px;
    color: white;
    background-color: #000;
    text-align: center;
    cursor: pointer;
    width: 100%;
}
  
.buttonequipa:hover {
    background-color: #555;
}

/* WHATS */


/* e-mail */

.emailto{
    position: fixed;
    bottom: 128px;
   right: 250px;
}

.emailto a{
    text-decoration: none;
    color: #59493b;
}

.emailto2 {
    height: 45px;
    width: 220px;
    border-radius: 5px;
    background-color: #fff;
    background-image: linear-gradient(
      to left bottom,
      #f2f5f8,
      #ecf1f2,
      #e7eceb,
      #e3e7e4,
      #e1e2de
    );
    border: 1px solid white;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.151);
    position: relative;
    transition: transform 0.3s ease;
    z-index: 1;
  }
  
  .emailto2::before {
    position: absolute;
    content: "";
    top: -50%;
    clip-path: polygon(50% 0, 0 100%, 100% 100%);
    border-radius: 5px;
    background-color: fff;
    background-image: linear-gradient(
      to left bottom,
      #1288ff,
      #e4eaec,
      #d8dfde,
      #cdd3cf,
      #c5c7c1
    );
    width: 100%;
    height: 50%;
    transform-style: preserve-3d;
    transform: perspective(1000px) rotateX(-150deg) translateY(-110%);
    transition: transform 0.3s ease;
    z-index: -1;
  }
  
  .emailto2 .text {
    color: rgb(32, 30, 30);
    font-weight: bold;
    font-size: 40px;
  }
  
  .emailto1 {
    position: absolute;
    top: -20px;
    opacity: 0;
    background: linear-gradient(-90deg, rgba(0, 0, 0, 0.05) 1px, white 1px),
      linear-gradient(rgba(0, 0, 0, 0.05) 1px, white 1px),
      linear-gradient(-90deg, rgba(0, 0, 0, 0.04) 1px, white 1px),
      linear-gradient(rgba(0, 0, 0, 0.04) 1px, white 1px),
      linear-gradient(white 3px, #f2f2f2 3px, #f2f2f2 78px, white 78px),
      linear-gradient(-90deg, #aaa 1px, white 1px),
      linear-gradient(-90deg, white 3px, #f2f2f2 3px, #f2f2f2 78px, white 78px),
      linear-gradient(#aaa 1px, white 1px), #f2f2f2;
    background-size: 4px 4px, 4px 4px, 80px 80px, 80px 80px, 80px 80px, 80px 80px,
      80px 80px, 80px 80px;
    padding: 5px 10px;
    border: 1px solid rgb(206, 204, 204);
  
    height: 70px;
    width: 220px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition-duration: 0.2s;
    pointer-events: none;
    letter-spacing: 0.5px;
    font-size: 18px;
    font-weight: 600;
    text-shadow: 10px salmon;
    
  }
  .emailto2:hover {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  
  .emailto2:hover::before {
    transform: rotateY(0);
    background-image: none;
    background-color: rgb(185, 184, 184);
  }
  
  .emailto2:hover .emailto1 {
    top: -90px;
    opacity: 1;
    transition-duration: 0.3s;
  }


  

/* FOOTER */

.footer6{
    box-shadow: -15px 0px 20px rgba(0, 0, 0, 0.086);
    border-radius: 21% 79% 0% 100% / 100% 21% 79% 0% ;
       
}



