@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Poppins', sans-serif;
  display: flex;
  flex-direction: column;
}

main {
  flex: 1 0 auto;
}

.palabras {
  font-weight: bold;
  font-style: normal;
}

.centerUser {
  display: flex;
  align-items: center;
  justify-content: center;
}

.c-details span {
  font-weight: 300;
  font-size: 13px
}

.icon {
  width: 50px;
  height: 50px;
  background-color: #eee;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 39px
}

.badge span {
  background-color: #000;
  width: 60px;
  height: 25px;
  padding-bottom: 3px;
  border-radius: 5px;
  display: flex;
  color: #fff;
  justify-content: center;
  align-items: center
}

/* WORKS SECTION STYLES */

.sectionWorks {
  padding: 40px 0;
  width: 100%;
}

.containerWorks {
  width: 80%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin: auto;
  padding-top: 55px;
}

.contWorks {
  flex-basis: 25%;
  text-align: center;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}

.contWorks img {
  width: 100%;
  border-radius: 10px;
  display: block;
  transition: transform 0.5s;
}

.contWorks:hover img {
  transform: scale(1.1);
}

.imgInfo {
  width: 100%;
  height: 0%;
  color: white;
  background: linear-gradient(rgba(0, 0, 0, 0.8), rgb(16, 16, 16));
  border-radius: 10px;
  position: absolute;
  left: 0;
  bottom: 0;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 0 40px;
  text-align: center;
  transition: 0.7s;
}

.imgInfo h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
}

.imgInfo a {
  margin-top: 20px;
  color: white;
  text-decoration: none;
  font-size: 40px;
  text-align: center;
  transition: .7s ease-in-out;
}

.imgInfo:hover a {
  color: #22A39F;
}

.contWorks:hover .imgInfo {
  height: 100%;
}

/* Works Section Media Queries */
@media screen and (max-width: 770px) {
  #sectionWorks {
    padding-bottom: 0;
  }

  .sectionWorks h1 {
    margin-bottom: 60px;
    font-size: 45px;
  }

  .containerWorks {
    padding-top: 0;
  }

  .contWorks {
    flex-basis: 100%;
    margin-bottom: 25px;
  }

  .imgInfo {
    font-size: 15px;
  }
}



.box{
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px
}

.our-services{
  margin-top: 75px;
  padding-bottom: 30px;
  padding: 0 60px;
  min-height: 100px;
  border-radius: 10px;
  background-color: #fff;
  transition: all .4s ease-in-out;box-shadow: 0 0 25px 0 rgba(20,27,202,.17)
}

.textDirec{
  display: flex;
  align-items: center;
  justify-content: center;
}

.our-services .icon{
  margin-bottom: -21px;
  transform: translateY(-50%);text-align: center
}

.our-services:hover h4, .our-services:hover 
p{
  color: #fff;
}

.github:hover{
  box-shadow: 0 0 25px 0 rgba(20,27,201,.05);
  cursor: pointer;
  background-image: linear-gradient(-45deg, #B370FF 0%, #000 100%)
}

.css:hover{
  box-shadow: 0 0 25px 0 rgba(20,27,201,.05);
  cursor: pointer;
  background-image: linear-gradient(-45deg, #34b5bf 0%, #210c59 100%)
}

.mysql:hover{
  box-shadow: 0 0 25px 0 rgba(20,27,201,.05);
  cursor: pointer;
  background-image: linear-gradient(-45deg, #00758f 0%, #f29111 100%)
}

.sass:hover{
  box-shadow: 0 0 25px 0 rgba(20,27,201,.05);
  cursor: pointer;background-image: linear-gradient(-45deg, #Ce4686 0%, #cc6699 100%)
}

.html:hover{
  box-shadow: 0 0 25px 0 rgba(20,27,201,.05);
  cursor: pointer;
  background-image: linear-gradient(-45deg, #fc6a0e 0%, #fdb642 100%)
}

.bootstrap:hover{
  box-shadow: 0 0 25px 0 rgba(20,27,201,.05);
  cursor: pointer;
  background-image: linear-gradient(-45deg, #8d40fb 0%, #5a57fb 100%)
}
.js:hover{
  box-shadow: 0 0 25px 0 rgba(20,27,201,.05);
  cursor: pointer;
  background-image: linear-gradient(-45deg, #f0db4f 0%, #323330 100%)
}
.canva:hover{
  box-shadow: 0 0 25px 0 rgba(20,27,201,.05);
  cursor: pointer;
  background-image: linear-gradient(-45deg, #1995ad 0%, #a1d6e2 100%)
}

.php:hover{
  box-shadow: 0 0 25px 0 rgba(20,27,201,.05);
  cursor: pointer;
  background-image: linear-gradient(-45deg, #474a8a 0%, #787cb5 100%)
}

.visual:hover{
  box-shadow: 0 0 25px 0 rgba(20,27,201,.05);
  cursor: pointer;
  background-image: linear-gradient(-45deg, #34b5bf 0%, #0078d7 100%)
}

.figma:hover{
  box-shadow: 0 0 25px 0 rgba(20,27,201,.05);
  cursor: pointer;
  background-image: linear-gradient(-45deg, #ff3b00 0%, #ae4dff 100%)
}


