/*---------------------------------------
  FONTES
-----------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Ropa+Sans&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');
/*---------------------------------------
  BACKGROUND
-----------------------------------------*/
body {
  font-family: 'Ropa Sans', sans-serif;
  background: rgb(13, 3, 160);
  background: linear-gradient(90deg, rgb(8, 2, 90) 10%, rgb(3, 114, 12) 60%, rgb(208, 230, 10) 80%);
}
/*---------------------------------------
  TIPOGRAFIA
-----------------------------------------*/
h1,h2,h3,h4,h5,h6 {
  font-weight: 300;
}
h1 {
  padding-top: 10px;
  font-size: 40px;
  
  line-height: 50px;
}
h4 {
  color: #ffffff;
  font-size: 18px;
  line-height: 28px;
  padding-top: 12px;
}
h5 {
  font-family: 'Roboto', sans-serif;
  color: #ffffff;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0.5px;
  padding-top: 30px;
  padding-bottom: 30px; 
}
h6 {
  color: #ffffff;
  font-size: 12px;
}
/*---------------------------------------
  FOTO DE PERFIL             
-----------------------------------------*/
.perfil {
  padding-top: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column; 
}
.perfil img {
  height: 100px;
  width: 100px;
  border-radius: 50%;
  transition: all 2s;
}
.perfil :hover{
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
}
/*---------------------------------------
  BOTOES
-----------------------------------------*/
.section-btn-footer {
  margin: 10px 0 0 0;
  padding: 1px;
}
.section-btn-footer a,
.section-btn-footer button {
  line-height: 50px;
  -webkit-perspective: 1000px;
  -moz-perspective: 1000px;
  perspective: 1000px;
  color: #ffffff;
  font-weight: normal;
}
.section-btn-footer a span,
.section-btn-footer button span {
  position: relative;
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 0.5px;
  padding: 0 25px;
  background: #3e961b;
  border-radius: 26px;
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s;
  -webkit-transform-origin: 50% 0;
  -moz-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  width: 100%;
  max-width: 1100px;
}

.section-btn {
  margin: 10px 0 0 0;
  padding: 1px;
}
.section-btn a,
.section-btn button {
  line-height: 50px;
  -webkit-perspective: 1000px;
  -moz-perspective: 1000px;
  perspective: 1000px;
  color: #ffffff;
  font-weight: normal;
}
.section-btn a span,
.section-btn button span {
  position: relative;
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 0.5px;
  padding: 0 25px;
  background: linear-gradient(90deg, #020202 0%, #2d2e2a 100%);
  border-radius: 26px;
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s;
  -webkit-transform-origin: 50% 0;
  -moz-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  width: 100%;
  max-width: 1100px;
}
.csstransforms3d .section-btn a span::before,
.csstransforms3d .section-btn button span::before {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  border-radius: 26px;
  color: #ffffff;
  padding: 0 25px;
  content: attr(data-hover);
  -webkit-transition: background 0.3s;
  -moz-transition: background 0.3s;
  transition: background 0.3s;
  -webkit-transform: rotateX(-90deg);
  -moz-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
  -webkit-transform-origin: 50% 0;
  -moz-transform-origin: 50% 0;
  transform-origin: 50% 0;
}
.section-btn a:hover span,
.section-btn a:focus span,
.section-btn button:hover span,
.section-btn button:focus span {
  -webkit-transform: rotateX(90deg) translateY(-22px);
  -moz-transform: rotateX(90deg) translateY(-22px);
  transform: rotateX(90deg) translateY(-22px);
}
.csstransforms3d .section-btn a:hover span::before,
.csstransforms3d .section-btn a:focus span::before,
.csstransforms3d .section-btn button:hover span::before,
.csstransforms3d .section-btn button:hover span::before {
  background: linear-gradient(90deg, #2d2e2a 0%, #020202 100%);
}
/*---------------------------------------
  BOTAO CHAMATIVO          
-----------------------------------------*/
.section-btn-linkbio {
  margin: 8px 0 0 0;
  padding: 1px;
}
.section-btn-linkbio a,
.section-btn-linkbio button {
  line-height: 50px;
  -webkit-perspective: 1000px;
  -moz-perspective: 1000px;
  perspective: 1000px;
  color: #ffffff;
  font-weight: normal; 
}
.section-btn-linkbio a span,
.section-btn-linkbio button span {
  position: relative;
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 0.5px;
  padding: 0 25px;
  background: linear-gradient(90deg, #06057a 0%, #3556e9 100%);
  border-radius: 26px;
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s;
  -webkit-transform-origin: 50% 0;
  -moz-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  width: 100%;
  max-width: 500px;
}
.csstransforms3d .section-btn-linkbio a span::before,
.csstransforms3d .section-btn-linkbio button span::before {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #06057a 0%, #3556e9 100%);
  border-radius: 26px;
  color: #ffffff;
  padding: 0 25px;
  content: attr(data-hover);
  -webkit-transition: background 0.3s;
  -moz-transition: background 0.3s;
  transition: background 0.3s;
  -webkit-transform: rotateX(-90deg);
  -moz-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
  -webkit-transform-origin: 50% 0;
  -moz-transform-origin: 50% 0;
  transform-origin: 50% 0;
}
.section-btn-linkbio a:hover span,
.section-btn-linkbio a:focus span,
.section-btn-linkbio button:hover span,
.section-btn-linkbio button:focus span {
  -webkit-transform: rotateX(90deg) translateY(-22px);
  -moz-transform: rotateX(90deg) translateY(-22px);
  transform: rotateX(90deg) translateY(-22px);
}
.csstransforms3d .section-btn-linkbio a:hover span::before,
.csstransforms3d .section-btn-linkbio a:focus span::before,
.csstransforms3d .section-btn-linkbio button:hover span::before,
.csstransforms3d .section-btn-linkbio button:hover span::before {
  background: linear-gradient(90deg, #3556e9 0%, #06057a 100%);
}
/*---------------------------------------
  BARRA DE ROLAGEM            
-----------------------------------------*/
::-webkit-scrollbar{
  width: 10px;
  height: 10px;
}
::-webkit-scrollbar-thumb {
  cursor: pointer;
  background: #252525;
}
/*---------------------------------------
  HOME             
-----------------------------------------*/
#home {
  align-items: center;
  height: 90vh;
  position: relative; 
}
#home h1 {
  color: #ffffff;
  font-size: 18px;
  line-height: 1.2em;
}
#home p {
  color: rgba(250,250,250,0.7);
  
}
#home .overlay {
  align-items: center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/*---------------------------------------
  ICONES REDES SOCIAIS       
-----------------------------------------*/
.social-icon {
  position: relative;
  padding-top: 10px;
  padding-bottom: 10px;
  margin: 0;
  text-align: center;
  align-items: center;
  width: 100%;
}
.container {
  position: relative;
}
.social-icon li {
  list-style: none;
  text-align: center !important;
  align-items: center !important;
  place-items: center;
  display: flex;
  margin: 5px;
}
.social-icon li a {
  border-radius: 100%;
  color: #0EA2BD;
  cursor: pointer;
  font-size: 24px;
  text-decoration: none;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  text-align: center !important;
  margin: 0px;
}
.social-icon li a:hover {
  -webkit-transform: scale(1.6);
  transform: scale(1.6);
}

.share {
  width: 40px;
  height: 40px;
  text-align: center !important;
  color: #000000;
  background: linear-gradient(-45deg, #2905a1, #ab1cb3);
  border-radius: 15px;
  box-shadow: 0px 6px 4px #000000;
}

/*--------------------------------------------------------------
# Pricing
--------------------------------------------------------------*/
.pricing .box {
  
  line-height: 10px;
  padding: 20px;
  background: rgba(255, 255, 255, 0);
  text-align: center !important;
  border-radius: 25px;
  overflow: hidden;
  box-shadow: 0px 6px 4px #000000;
}

.pricing h3 {
  font-weight: 200;
  margin: -20px -20px 20px -20px;
  padding: 20px 15px;
  font-size: 16px;
  color: #2c4964;
  background: #f8f8f8;
}

.pricing ul {
  padding: 0;
  color: #444444;
  text-align: center;
  line-height: 20px;
  font-size: 14px;
}

.pricing .featured h3 {
  color: #fff;
  background: rgb(3, 114, 12);
}