@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,600,700&display=swap');
*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Poppins', sans-serif;
}
html,body{
  height: 100%;
  place-items: center;
  background: #121212 !important;
  scroll-behavior: smooth;
}
.cta {
  position: relative;
  margin: auto;
  padding: 12px 18px;
  transition: all 0.2s ease;
  border: none;
  background: none;
 }
 
 .cta:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  border-radius: 50px;
  background: #000000;
  width: 45px;
  height: 45px;
  transition: all 0.3s ease;
 }
 
 .cta span {
  position: relative;
  font-family: "Ubuntu", sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: white;
 }
 
 .cta svg {
  position: relative;
  top: 0;
  margin-left: 10px;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke: gainsboro;
  stroke-width: 2;
  transform: translateX(-5px);
  transition: all 0.3s ease;
 }
 
 .cta:hover:before {
  width: 100%;
  background: #000000;
 }
 
 .cta:hover svg {
  transform: translateX(0);
 }
 
 .cta:active {
  transform: scale(0.95);
 }
.cardo{
  border: 0px;
  border-top: none;
  border-left: none;
  border-right: none;
}
.nav-link:hover{
  color: white;
}

.imagem{
  border-radius: 6px; 
  width: 100%; 
  height: 500px; 
  object-fit: cover;
}
.texto{
  text-shadow: black 0.1em 0.1em 0.2em;
}
.foto {
  border: 5px solid #000000;
  border-radius: 50%;
}
.icons{
  display: inline-flex;
}
.icons a{
  margin: 0 25px;
  text-decoration: none;
  color: #fff;
  display: block;
  position: relative;
}
.icons a .layer{
  width: 55px;
  height: 55px;
  transition: transform 0.3s;
}
.icons a:hover .layer{
  transform: rotate(-35deg) skew(20deg);
}
.icons a .layer span{
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border: 1px solid #fff;
  border-radius: 5px;
  transition: all 0.3s;
}
.icons a .layer span.fab{
  font-size: 30px;
  line-height: 55px;
  text-align: center;
}
.icons a:hover .layer span:nth-child(1){
  opacity: 0.2;
}
.icons a:hover .layer span:nth-child(2){
  opacity: 0.4;
  transform: translate(5px, -5px);
}
.icons a:hover .layer span:nth-child(3){
  opacity: 0.6;
  transform: translate(10px, -10px);
}
.icons a:hover .layer span:nth-child(4){
  opacity: 0.8;
  transform: translate(15px, -15px);
}
.icons a:hover .layer span:nth-child(5){
  opacity: 1;
  transform: translate(20px, -20px);
}
.icons a:nth-child(1) .layer span,
.icons a:nth-child(1) .text{
  color: #2867B2;
  border-color: #2867B2;
}
.icons a:nth-child(2) .layer span,
.icons a:nth-child(2) .text{
  color: white;
  border-color: white;
}
.icons a:nth-child(3) .layer span,
.icons a:nth-child(3) .text{
  color: #E1306C;
  border-color: #E1306C;
}
.icons a:hover:nth-child(1) .layer span{
  box-shadow: -1px 1px 3px #2867B2;
}
.icons a:hover:nth-child(2) .layer span{
  box-shadow: -1px 1px 3px white;
}
.icons a:hover:nth-child(3) .layer span{
  box-shadow: -1px 1px 3px E1306C;
}
.icons a .text{
  position: absolute;
  left: 50%;
  bottom: -5px;
  opacity: 0;
  font-weight: 500;
  transform: translateX(-50%);
  transition: bottom 0.3s ease, opacity 0.3s ease;
}
.icons a:hover .text{
  bottom: -35px;
  opacity: 1;
}

.card, .jumbotron{
  border: 4px solid !important;
  border-image: linear-gradient(227.91deg,#0035aa 0%, #d70071 100%) 1 !important;
  border-image: linear-gradient(227.91deg,#106AF2 0%, #00E0FF 100%) 1;
}
.bg-black{
  background-color: #121212 !important;
}
.bg-kell{
  background: linear-gradient(to bottom left, #0035aa, #d70071) !important;
}
.bg-kel{
  background: linear-gradient(to left, #0035aa, #d70071) !important;
}

.btn{
  border-radius: 0px !important;
}
.badge{
  border-radius: 0px !important;
  padding: 7px !important;
}
.card-img-top{
  border-radius: 0px !important;
}

body{
  margin-top:20px;
  background:#FAFAFA;
}
.order-cardo {
  color: #fff;
}

.bg-c-blue {
  background: linear-gradient(45deg,#4099ff,#73b4ff);
}

.bg-c-green {
  background: linear-gradient(45deg,#2ed8b6,#59e0c5);
}

.bg-c-yellow {
  background: linear-gradient(45deg,#FFB64D,#ffcb80);
}

.bg-c-pink {
  background: linear-gradient(45deg,#FF5370,#ff869a);
}


.cardo {
  border-radius: 0px;
  -webkit-box-shadow: 0 1px 2.94px 0.06px rgba(4,26,55,0.16);
  box-shadow: 0 1px 2.94px 0.06px rgba(4,26,55,0.16);
  border: none;
  margin-bottom: 30px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.cardo .cardo-block {
  padding: 25px;
}

.order-cardo i {
  font-size: 26px;
}

.f-left {
  float: left;
}

.f-right {
  float: right;
}
