
@import url('https://fonts.googleapis.com/css2?family=Jost:wght@100;400;600;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Source+Code+Pro:wght@200;900&display=swap');

body {font-family: 'Jost', sans-serif;}

.navbar-toggler-icon {filter: invert(105%);}


.navbar-nav a  { color: #FFF;  font-weight: 400}
.navbar-nav a:hover { color: rgb(141, 225, 255)}
.navbar-nav .active a { color: #8FCBD9!important;}


h1 { color:  #8FCBD9}
h1 span{ color:#21A2BF;  font-family: 'Source Code Pro', monospace; font-size: 1.4em;}
h2 {color: #1D8FBD}

h3 {color: #1D8FBD; font-weight: 100; font-size: 1.8em; text-shadow: 5px -5px 0px #D5EDF6;}

h3::before {content: '{'; display: inline-block; padding-right: 10px}
h3::after {content: '}'; display: inline-block; padding-left: 10px}

h4 span.do {font-family: 'Source Code Pro', monospace; font-weight: 200; font-size: 0.8em; display: block; color: #D5EDF6; text-transform: uppercase}
h4 span.what {font-size: 1.1em; display: block; color: #FFF; padding-left: 20px; padding-top: 10px}

#contact h3, #why h3 {color: #FFF; text-shadow: 5px -5px 0px #21A2BF;}

.lead {font-weight: 400;}

#main {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
 }

#about a {color: #21A2BF; 
  text-decoration: 0;
  border-bottom: 1px solid #21a2bf69 
 }

#expert, #about {  
  background-image: url(../images/code.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;

}
#about .fa-solid { color: #21A2BF}
#why    {
background-color: #1D8FBD;
background-image: url(../images/why-bg.jpg);
background-repeat: no-repeat;
background-position: center center;
background-size: cover;

padding-bottom: 40px; 

}

#trust, #hr { background: #a2e3ff32;}

#tech {background-image: linear-gradient(to top, #D5EDF6 0%, #a2e3ff32 100%);}
.card, .card img {border-color: #f2f2f2} 
.card { box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);-webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);} 
.card::after {content: "";position: absolute;z-index: -1;top: 0;left: 0;width: 100%;height: 100%;box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);opacity: 0;-webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);}
.card:hover {-webkit-transform: scale(1.05, 1.05);transform: scale(1.005, 1.005);}
.card:hover::after {opacity: 1;}

#contact  {background: #1D8FBD} 
#contact a { color: #FFF; text-decoration: none; font-size: 26px}

.invert{
  -webkit-filter: invert(90%);
  filter: invert(70%);
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}

#logo {height: 84px; transition: 0.4s;}

.icon {
 
  filter: invert(41%) sepia(99%) saturate(400%) 
  hue-rotate(152deg) brightness(96%) contrast(93%) drop-shadow(6px -6px 0px rgba(43, 198, 255, 0.144));
}

.icon-block:hover {
  transform: scale(1.1); 
  transition: transform 0.3s ease;
}


/* CSS */
.button-51 {
  background-color: transparent;
  border: 1px solid #266DB6;
  box-sizing: border-box;
  color: #136b97;
  font-family: "Avenir Next LT W01 Bold",sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  padding: 16px 23px;
  position: relative;
  text-decoration: none;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.button-51:hover,
.button-51:active {
  outline: 0;
}

.button-51:hover {
  background-color: transparent;
  cursor: pointer;
}

.button-51:before {
  background-color: #D5EDF6;
  content: "";
  height: calc(100% + 3px);
  position: absolute;
  right: -7px;
  top: -9px;
  transition: background-color 300ms ease-in;
  width: 100%;
  z-index: -1;
}

.button-51:hover:before {
  background-color: #6DCFF6;
}

@media (min-width: 768px) {
  .button-51 {
    padding: 16px 32px;
  }
}




.card-tech {
  background: #fff;
  border-radius: 4px;
  box-shadow: 4px 4px 4px rgba(102, 221, 245, 0.283);
  display: flex;
  flex-direction: row;
  border-radius: 25px;
  position: relative;
  transition:1s;
}
.card-tech:hover {box-shadow: 14px 14px 14px rgba(102, 221, 245, 0.439); scale: 1.007;  transition:1s;}


.card-tech h2 {
  margin: 0;
  padding: 0 1rem;
}
.card-tech .title {
  padding: 1rem;
  text-align: right;
  color: #28ade2;
  font-weight: 400;
  font-size: 18px;
}
.card-tech .desc {
  padding: 0.5rem 1rem;

}
.card-tech .actions {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: center;
  padding: 0.5rem 1rem;
}
.card-tech svg {
  width: 55px;
  height: 55px;
  margin: 4px 6px;
}

.img-avatar {
  width: 80px;
  height: 80px;
  position: absolute;
  border-radius: 50%;
  border: 6px solid white;
  background-image: linear-gradient(-60deg, #1D8FBD 0%, #6DCFF6 100%);
  top: 15px;
  left: 27%;
}

.card-text {
  display: grid;
  grid-template-columns: 1fr 2fr;
}

.title-total {
  padding: 2.5em 1.5em 1.5em 1.5em;
}

path {
  fill: white;
}

.img-portada {
  width: 100%;
}

.portada {
  width: 100%;
  height: auto;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  background-image: url("../images/tech-cluster.png");
  background-position: bottom center;
  background-size: cover;
  
}

.docker {
  width: 100%;
  height: 100%;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  background-image: url("../images/tech-docker.png");
  background-position: bottom center;
  background-size: cover;
}

.lang {
  width: 100%;
  height: 100%;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  background-image: url("../images/tech-lang.png");
  background-position: bottom center;
  background-size: cover;
}

.kuber {
  width: 100%;
  height: 100%;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  background-image: url("../images/tech-kuber.png");
  background-position: bottom center;
  background-size: cover;
}

.auto {
  width: 100%;
  height: 100%;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  background-image: url("../images/tech-auto.png");
  background-position: bottom center;
  background-size: cover;
}

.high {
  width: 100%;
  height: 100%;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  background-image: url("../images/tech-high.png");
  background-position: bottom center;
  background-size: cover;
}




#tech button {
  border: none;
  background: none;
  font-size: 24px;
  color: #28ade2;
  cursor: pointer;
  transition:.5s;

}


#tech button:hover {color: #065371  ;
  transform: rotate(22deg)}

  #tech  button img {opacity: 0.7;filter: invert(41%) sepia(99%) saturate(400%) 
    hue-rotate(152deg) brightness(96%) contrast(93%); height: 32px; width: 32px}


 