@import url('https://fonts.googleapis.com/css2?family=Caladea:ital,wght@0,400;0,700;1,400;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap');
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.header{
    background: rgb(255, 230, 242);
    background: linear-gradient(90deg, rgb(255, 230, 242) 3%, rgba(255, 163, 209, 1) 66%, rgba(255, 105, 180, 1) 85%);
    width: 100%;
    height: 15vh;
    display: flex;
    align-items: center; 
    justify-content: center; 
    z-index: 2;
    position: relative; 
}
body{
    background: rgb(255, 230, 242);
}
a {
  text-decoration: none;
}
.header h1{
  width: 60%;
  float: left;
  margin: 0 auto;
  text-align: center;
  font-size: 6vh;
  color: #444444;
  font-family: 'Caladea', serif;
}
.header h1 strong{
  color: rgba(255, 105, 180, 1);
}
#logoheader{
    width: 15%;
    float: left;
    margin-left: 2%;
    height: auto;
}
.adoheader{
    text-decoration: none;
    color: #444444;
    font-family: "Caladea", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.8vh;
    float: right;
    margin-right: 5%;
    align-items: center;
    justify-content: center;
    display: flex;
    height: 20%;
    /* margin-top: 3%; */
    transition: all 0.3s ease-in-out;
}
.adoheader:hover{
    color: rgb(255, 230, 242);
    text-decoration: underline;
    transform: translateY(-5px);
}
#videoum, #videodois {
    width: 100%;
    max-width: 800px;
    height: 330px;
    border-radius: 16px;
    display: block;
    margin: 0 auto;
    margin-top: 7%;
}
.corpo {
    width: 70%;
    margin-left: 15%;
    background-color: rgb(255, 230, 242);
    height: auto;
    box-shadow: 0 3px 5px #ffffffc5;
    padding-bottom: 5%;
    display: flex;
    flex-direction: column; 
}
#textoum{
    width: 100%;
    align-items: center;
    text-align: center;
    padding-top: 5%;
    margin-bottom: 1%;
}
#textoum h4{
    font-family: 'Nunito', serif;
    text-transform: uppercase;
    font-size: 1vw;
}
#apresentacao{
    width: 100%;
    text-align: center;
    font-family: "Caladea", serif;
    padding-left: 15%;
    padding-right: 15%;
}
#apresentacao strong{
  text-decoration: underline;
  color: #ff0000;
}
#apresentacaoprodutos{
    width: 100%;
    text-align: center;
    font-family: "Caladea", serif;
    padding-left: 15%;
    padding-right: 15%;
}
#happrodutos{
    font-family: 'Nunito', serif;
    text-transform: uppercase;
    font-size: 1vw;
    margin-bottom: 1%;
}
#textodois{
    width: 100%;
    align-items: center;
    text-align: center;
    padding-top: 5%;
    
}
#btnprodutos {
  position: absolute;
  padding: 10px 20px;
  width: 15%;
  margin-left: 27.5%;
  margin-top: 2%;
  margin-bottom: 5%;
  border-radius: 7px;
  border: 1px solid rgba(255, 105, 180, 1);
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 2px;
  background: transparent;
  color: #000;
  overflow: hidden;
  box-shadow: 0 0 0 0 transparent;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

#btnprodutos:hover {
  background: rgba(255, 105, 180, 1);
  box-shadow: 0 0 30px 5px rgba(255, 163, 209, 1);
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  cursor: pointer;
}

#btnprodutos:hover::before {
  -webkit-animation: sh02 0.5s 0s linear;
  -moz-animation: sh02 0.5s 0s linear;
  animation: sh02 0.5s 0s linear;
}

#btnprodutos::before {
  content: '';
  display: block;
  width: 0px;
  height: 86%;
  position: absolute;
  top: 7%;
  left: 0%;
  opacity: 0;
  background: #fff;
  box-shadow: 0 0 50px 30px #fff;
  -webkit-transform: skewX(-20deg);
  -moz-transform: skewX(-20deg);
  -ms-transform: skewX(-20deg);
  -o-transform: skewX(-20deg);
  transform: skewX(-20deg);
}

@keyframes sh02 {
  from {
    opacity: 0;
    left: 0%;
  }

  50% {
    opacity: 1;
  }

  to {
    opacity: 0;
    left: 100%;
  }
}

#btnprodutos:active {
  box-shadow: 0 0 0 0 transparent;
  -webkit-transition: box-shadow 0.2s ease-in;
  -moz-transition: box-shadow 0.2s ease-in;
  transition: box-shadow 0.2s ease-in;
}

.redessociais {
  display: flex;
  float: right;
  align-items: center;
  height: 25%;
  margin-top: 1%;
  margin-right: 15%;
}

.Btnredes {
  border: none;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition-duration: 0.4s;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  margin-left: 10px;
}

.instagram {
  background: #f09433;
  background: -moz-linear-gradient(
    45deg,
    #f09433 0%,
    #e6683c 25%,
    #dc2743 50%,
    #cc2366 75%,
    #bc1888 100%
  );
  background: -webkit-linear-gradient(
    45deg,
    #f09433 0%,
    #e6683c 25%,
    #dc2743 50%,
    #cc2366 75%,
    #bc1888 100%
  );
  background: linear-gradient(
    45deg,
    #f09433 0%,
    #e6683c 25%,
    #dc2743 50%,
    #cc2366 75%,
    #bc1888 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
}

.youtube {
  background-color: #ff0000;
}

.whatsapp {
  background-color: #25d366;
}

.Btnredes:hover {
  width: 110px;
  transition-duration: 0.4s;
  border-radius: 30px;
}

.Btnredes:hover .text {
  opacity: 1;
  transition-duration: 0.4s;
}

.Btnredes:hover .svgIcon {
  opacity: 0;
  transition-duration: 0.3s;
}

.text {
  position: absolute;
  color: rgb(255, 255, 255);
  width: 120px;
  font-weight: 600;
  opacity: 0;
  transition-duration: 0.4s;
}

.svgIcon {
  transition-duration: 0.3s;
  height: 1.5em;
  width: 1.5em;
  max-width: 24px;
  max-height: 24px;
}

.svgIcon path {
  fill: #ffffff;
}

.footer{
    background: rgb(255, 230, 242);
    background: linear-gradient(90deg, rgba(255, 105, 180, 1) 3%, rgba(255, 163, 209, 1) 66%, rgb(255, 230, 242) 85%);
    width: 100%;
    height: 15vh;
    display: flex;
    justify-content: space-between; 
    align-items: center;
    margin-top: 2%;
    z-index: 2;
    position: relative;
}
ul {
  width: auto;
  margin-left: 15%;
  height: 25%;
  margin-top: 1%;
  list-style: none;
}
#logofooter{
  width: 32%;
  height: auto;
}
.logofooter {
  width: 40%;
  height: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}
li, a{
  color: #444444;
}


.sidebar-esquerda,
.sidebar-direita {
  position: fixed;
  width: 10%;
  height: 100vh;
  z-index: 1;
}

.sidebar-esquerda {
  left: 0;
  background: linear-gradient(
    to right,
    rgba(255,105,180,1) 0%,
    rgba(255,163,209,1) 60%,
    rgb(255,230,242) 97%
  );
}

.sidebar-direita {
  right: 0;
  background: linear-gradient(
    to right,
    rgb(255,230,242) 0%,
    rgba(255,163,209,1) 40%,
    rgba(255,105,180,1) 100%
  );
}


/* texto titulo, videos, corpo */
/* 
width="560" 
            height="315"  */
/* #videoum, #videodois {
    width: 100%;
    max-width: 800px;
    height: 450px;
    border-radius: 16px;
    display: block;
    margin: 0 auto;
    margin-top: 7%;
} */
@media (max-width: 1142px) {

  .corpo{
    width: 100%;
    margin: 0;
    padding: 2%;
  }

  #textoum h4{
    font-size: 3.5vw;
    margin-bottom: 2%;
  }
  #apresentacao{
    padding: 0;
  }
  #apresentacaoprodutos{
    padding: 0;
  }
  #happrodutos{
    font-size: 3.5vw;
    margin-bottom: 2%;
  }

  #btnprodutos {
    position: relative;
    margin-left: 20%;
    margin-bottom: 0;
    width: 60%;
    font-size: 0.95rem;
    padding: 0.6rem 1rem;
  }


  .header h1{
    font-size: 4vh;
    width: 80%;
  }

  .footer {
    flex-direction: column;
    height: auto;
    padding: 5% 0;
  }

  .logofooter {
    width: 80%;
    margin-bottom: 3%;
  }

  ul {
    margin: 0 auto;
    padding: 0;
    text-align: center;
  }

  li {
    margin-bottom: 5px;
  }

  .redessociais {
    float: none;
    margin: 0 auto;
    justify-content: center;
  }

  .Btnredes {
    width: 40px;
    height: 40px;
  }

  .Btnredes:hover {
    width: 60px;
    border-radius: 20px;
  }

  .text {
    font-size: 12px;
    width: auto;
  }

  #logoheader {
    width: 30%;
    float: none;
    margin: 2% auto;
    display: block;
  }

  .adoheader {
    float: none;
    font-size: 2.5vh;
    margin: 2% auto;
    display: block;
    text-align: center;
  }

  .header {
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 2%;
  }

}

@media (max-width: 768px) {
  .header,
  .footer {
    justify-content: space-between;
    padding: 0.8rem 5%;
  }

  .header h1{
    font-size: 3.5vh;
  }

  #logoheader {
    width: 35%;
  }

  .sidebar-direita, .sidebar-esquerda {
    display: none;
  }

  .adoheader {
    font-size: 1.6vh;
  }

 
}
