.title-others {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.bg-gray {
  background-color: #F8F9F9;
}

.bg-gray-light {
  background-color: #F9FAFB;
}

.container-padding {
  padding: 3rem;
}

.container-padding-top {
  padding-top: 3rem;
  padding-left: 3rem;
  padding-right: 3rem;
}

.container-padding-bottom {
  padding-bottom: 3rem;
  padding-left: 3rem;
  padding-right: 3rem;
}

.container-padding.pt-0 {
  padding-top: 0;
}

.container-padding.pb-0 {
  padding-bottom: 0;
}

.btn-purple {
  display: inline-block;
  font-size: 1.8rem;
  margin: 0.6rem 1rem;
  padding: 1rem 2rem;
  color: #8500bd;
  background-color: transparent;
  border-radius: 10rem;
  border: 0.2rem solid #8500bd;
  cursor: pointer;
  transition: 300ms all ease;
}
.btn-purple:hover {
  background-color: #8500bd;
  color: #fff;
}

@media screen and (min-width: 768px) {
  .container-padding {
    padding: 6rem;
  }
  .container-padding-top {
    padding-top: 6rem;
    padding-left: 6rem;
    padding-right: 6rem;
  }
  .container-padding-bottom {
    padding-bottom: 6rem;
    padding-left: 6rem;
    padding-right: 6rem;
  }
}
@media screen and (min-width: 1024px) {
  .container-padding {
    padding: 5rem 10rem;
  }
  .container-padding-top {
    padding-top: 5rem;
    padding-left: 5rem;
    padding-right: 5rem;
  }
  .container-padding-bottom {
    padding-bottom: 5rem;
    padding-right: 5rem;
    padding-right: 5rem;
  }
}
@media screen and (min-width: 1280px) {
  .container-padding {
    padding: 6rem 15rem;
  }
  .container-padding-top {
    padding-top: 6rem;
    padding-left: 15rem;
    padding-right: 15rem;
  }
  .container-padding-bottom {
    padding-bottom: 6rem;
    padding-left: 15rem;
    padding-right: 15rem;
  }
}
@media screen and (min-width: 1700px) {
  .container-padding {
    padding: 6rem 18rem;
  }
  .container-padding-top {
    padding-top: 6rem;
    padding-left: 18rem;
    padding-right: 18rem;
  }
  .container-padding-bottom {
    padding-bottom: 6rem;
    padding-left: 18rem;
    padding-right: 18rem;
  }
}
.grid-proyects {
  display: grid;
  grid-gap: 3.5rem;
  padding: 0;
  padding-top: 3rem;
}

.product {
  display: block;
  width: 100%;
  border-radius: 0.3rem;
  background-color: #fff;
}
.product > div {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  text-align: justify;
}
.product > div > a {
  position: relative;
}
.product > div > a > picture {
  position: relative;
  display: block;
  width: 100%;
  cursor: pointer;
  overflow: hidden;
  border-radius: 0.6rem;
}
.product > div > a > picture::before, .product > div > a > picture .min-figure {
  transition: 300ms all ease;
  visibility: hidden;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 40;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  opacity: 0;
}
.product > div > a > picture .min-figure {
  opacity: 1;
  visibility: visible;
  background-color: transparent;
  overflow: hidden;
  padding: 1rem 1.5rem;
  top: 0.5rem;
  left: 0.5rem;
}
.product > div > a > picture .min-figure > img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  padding: 0.3rem;
  border-radius: 100%;
  background-color: #fff;
  transition: 300ms all ease;
  box-shadow: 0 0 1rem 0.1rem rgba(0, 0, 0, 0.3);
}
.product > div > a > picture .min-figure > label {
  font-style: normal;
  font-size: 1.4rem;
  font-weight: lighter;
  letter-spacing: 0.1rem;
  line-height: 2.6rem;
  color: #fff;
  text-shadow: 0 0 0.6rem blue, 0 0 0.9rem #8500bd, 0 0.3rem 0.6rem #a0e8f9;
  float: right;
  opacity: 0;
  cursor: pointer;
  user-select: none;
  transition: 300ms all ease;
}
.product > div > a > picture > img {
  display: block;
  width: 100%;
  height: 40rem;
  margin: auto;
  margin-bottom: 1rem;
  border-radius: 0.3rem;
  object-fit: cover;
  object-position: top;
  transition: 300ms all ease;
}
.product > div > a > picture:hover::before {
  visibility: visible;
  opacity: 1;
}
.product > div > a > picture:hover > img {
  transform: scale(1.2);
}
.product > div > a > picture:hover .min-figure > img {
  transform: rotate(25deg);
}
.product > div > a > picture:hover .min-figure > label {
  opacity: 1;
}
.product > div > div {
  width: 100%;
  padding: 2rem;
}
.product > div > div > h3 {
  font-size: 2.5rem;
  font-family: "Montserrat";
  margin-bottom: 1rem;
}
.product > div > div a {
  display: inline-block;
  font-size: 1.8rem;
  margin: 0.6rem 1rem;
  padding: 1rem 2rem;
  color: #8500bd;
  background-color: transparent;
  border-radius: 10rem;
  border: 0.2rem solid #8500bd;
  cursor: pointer;
  transition: 300ms all ease;
}
.product > div > div a:hover {
  background-color: #8500bd;
  color: #fff;
}

.purple-600 {
  position: relative;
  background-color: #4158D0;
  background-image: linear-gradient(43deg, #4B0082 0%, #802aa4 46%, #4B0082 100%);
  overflow: hidden;
}
.purple-600 > img {
  position: absolute;
  bottom: 0;
  width: 30%;
  opacity: 0.08;
}
.purple-600 > img[src="./images/projects/xoxpets-web/cat.svg"] {
  left: 0;
  bottom: -13rem;
}
.purple-600 > img[src="./images/projects/xoxpets-web/dog.svg"] {
  right: 0;
  bottom: -10rem;
  width: 33%;
}

.h-screen {
  height: 100vh;
}

.h-screen-to-center {
  height: 100vh;
  display: grid;
  place-items: center;
}

.blue-600 {
  position: relative;
  background-image: url("../../images/projects/web-hospital.png");
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  overflow: hidden;
}
.blue-600 > div {
  background-image: linear-gradient(210deg, #276da3 48%, rgba(4, 68, 122, 0.8) 100%, transparent 100%);
}

.webs-section {
  position: relative;
  z-index: 100;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 6rem;
  padding: 6rem 0;
}
.webs-section > figcaption {
  display: block;
  width: 100%;
  text-align: left;
}
.webs-section > figcaption h6 {
  font-size: 3rem;
  color: #fff;
  margin-bottom: 3rem;
}
.webs-section > figcaption p {
  color: #fff;
  line-height: 2.6rem;
  margin: 1rem 0;
}
.webs-section > picture {
  position: relative;
  width: 100%;
}
.webs-section > picture > img {
  width: 100%;
  position: relative;
  z-index: 10;
  filter: drop-shadow(0 1rem 3rem rgba(41, 0, 50, 0.5));
}
.webs-section .btn-white {
  display: inline-block;
  padding: 1rem 2rem;
  border-radius: 10rem;
  background-color: #fff;
  font-size: 1.6rem;
  font-family: "Montserrat";
  margin-top: 3rem;
  color: #4B0082;
  transition: 150ms all linear;
}
.webs-section .btn-white:hover {
  transform: scale(1.1);
  font-weight: bold;
}

.skill-xox {
  position: absolute;
  z-index: 20;
  display: none;
  justify-content: center;
  align-items: center;
  width: max-content;
  background-color: rgba(255, 255, 255, 0.55);
  border: 0.2rem solid #fff;
  padding: 1rem;
  height: 6rem;
  gap: 0.3rem;
  border-radius: 0.6rem;
  font-size: 1.8rem;
  box-shadow: 0 0.3rem 3rem rgba(0, 0, 0, 0.3);
  font-family: "Montserrat";
  font-weight: bold;
}
.skill-xox > svg {
  width: 3rem;
  height: 3rem;
  fill: #4B0082;
}
.skill-xox.top {
  top: 4rem;
  right: 0;
}
.skill-xox.bottom {
  bottom: 10rem;
  left: 0;
}
.skill-xox.bottom > span {
  display: inline-block;
  margin-left: 0.8rem;
}

.huella {
  position: absolute;
  z-index: 20;
  top: 15rem;
  display: none;
  animation: huella-rotate-1 15s linear infinite alternate;
}
.huella.r {
  bottom: 7rem;
  right: 10rem;
  top: initial;
  transform: rotate(45deg);
  animation: huella-rotate 15s linear infinite alternate;
}
.huella > img {
  width: 4rem;
  height: 4rem;
  filter: invert(1);
  display: inline-block;
  transform: rotate(-45deg);
}
@keyframes huella-rotate {
  33% {
    transform: rotate(-45deg);
  }
  66% {
    transform: rotate(45deg);
  }
  100% {
    transform: rotate(-45deg);
  }
}
@keyframes huella-rotate-1 {
  33% {
    transform: rotate(45deg);
  }
  66% {
    transform: rotate(-45deg);
  }
  100% {
    transform: rotate(45deg);
  }
}

.content-project-body {
  max-height: 25rem;
  overflow-y: auto;
  margin-bottom: 2rem;
}
.content-project-body > p {
  margin: 1rem 0;
  font-size: 1.6rem;
  line-height: 3rem;
  color: #1c2833;
  font-family: "Montserrat";
}
.content-project-body > ul {
  padding-left: 4rem;
  margin-bottom: 2rem;
}
.content-project-body > ul > li {
  font-style: normal;
  font-size: 1.4rem;
  font-weight: lighter;
  letter-spacing: 0.1rem;
  line-height: 2rem;
  color: #000;
  list-style-position: outside;
  list-style-type: disc;
  margin-top: 0.5rem;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  text-align: left;
  color: #1c2833;
}
.content-project-body::-webkit-scrollbar {
  width: 1rem;
  background-color: #F7F9F9;
}
.content-project-body::-webkit-scrollbar-thumb {
  background-color: #D0D3D4;
  border-radius: 1rem;
}

.excel-figure-tag {
  display: block;
  padding: 0.8rem 3rem;
  border: 0.1rem solid #fff;
  text-align: center;
  color: #fff;
  width: max-content;
  user-select: none;
  font-size: 1.3rem;
}

.excel-logo {
  position: relative;
  width: 90%;
  margin: auto;
}
.excel-logo > img {
  animation: excel-logo-shdow 3s linear infinite alternate forwards;
}
@keyframes excel-logo-shdow {
  from {
    filter: none;
  }
  to {
    filter: drop-shadow(0.2rem 0.4rem 0.7rem rgba(255, 255, 255, 0.3)) drop-shadow(-0.2rem -0.4rem 0.7rem rgba(255, 255, 255, 0.3));
  }
}
.excel-logo > font {
  display: block;
  margin-top: 1.5rem;
  color: #fff;
  text-align: center;
}
.excel-logo .excel-figure-tag:nth-child(2), .excel-logo .excel-figure-tag:nth-child(3), .excel-logo .excel-figure-tag:nth-child(4) {
  display: none;
}
.excel-logo > figure {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 2rem;
}

.excel-reflect {
  position: absolute;
  top: 50%;
  left: -200%;
  height: 30rem;
  display: block;
  width: 200%;
  background-image: linear-gradient(transparent 0%, rgba(255, 255, 255, 0.1) 13%, rgba(255, 255, 255, 0.9) 50%, rgba(255, 255, 255, 0.1) 91%, transparent 100%);
  transform: rotate(45deg);
  animation: ani-reflect 100ms linear infinite alternate forwards;
}
.excel-reflect.move {
  transition: 700ms left linear;
  left: 200%;
}
@keyframes ani-reflect {
  from {
    opacity: 1;
    height: 30rem;
  }
  to {
    opacity: 60%;
    height: 40rem;
  }
}
.excel-reflect::before {
  content: "";
  display: block;
  width: 200%;
  height: 17rem;
  margin-top: 33rem;
  background-image: linear-gradient(transparent 9%, rgba(255, 255, 255, 0.2) 50%, transparent 99%);
  opacity: 0.6;
}

@media screen and (min-width: 900px) {
  .grid-proyects {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 640px) {
  .excel-logo > img {
    display: block;
    width: 70%;
    margin: auto;
  }
  .product > div > div > p {
    padding: 1rem 0;
  }
  .product > div > div > ul {
    padding-left: 6rem;
  }
  .webs-section > figcaption h6 {
    font-size: 4rem;
  }
}
@media screen and (min-width: 768px) {
  .skill-xox {
    display: flex;
  }
  .huella {
    display: inline-block;
  }
  .excel-logo > img {
    display: block;
    width: 55%;
    margin: auto;
  }
}
@media screen and (min-width: 1280px) {
  .grid-proyects {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
  .webs-section {
    flex-direction: row !important;
  }
  .webs-section > figcaption {
    width: 40%;
  }
  .webs-section > figcaption h6 {
    font-size: 5rem;
  }
  .webs-section > picture {
    width: 60%;
  }
  .excel-logo {
    width: 80%;
  }
  .excel-logo .excel-figure-tag {
    position: absolute;
    animation: ani-trans var(--timer) linear infinite alternate forwards;
  }
  @keyframes ani-trans {
    from {
      transform: scale(1);
      opacity: 0.6;
    }
    to {
      transform: scale(var(--sizes));
      opacity: 1;
    }
  }
  .excel-logo .excel-figure-tag:nth-child(1) {
    top: -10rem;
    left: -6rem;
  }
  .excel-logo .excel-figure-tag:nth-child(2) {
    display: block;
    bottom: -10rem;
    right: 0;
  }
  .excel-logo .excel-figure-tag:nth-child(3) {
    display: block;
    top: -12rem;
    left: 50%;
  }
  .excel-logo .excel-figure-tag:nth-child(4) {
    display: block;
    bottom: -18rem;
    left: -5rem;
  }
  .excel-logo .excel-figure-tag:nth-child(5) {
    bottom: -15rem;
    left: 30%;
  }
  .excel-logo .excel-figure-tag:nth-child(6) {
    left: -1%;
    bottom: -7rem;
  }
  .excel-logo .excel-figure-tag:nth-child(7) {
    top: -9rem;
    left: 80%;
  }
  .excel-logo .excel-figure-tag:nth-child(8) {
    top: -16rem;
    left: 95%;
  }
  .excel-logo > figure {
    margin: 0;
  }
  .product > div > a {
    flex-basis: 50%;
  }
  .product > div > a > picture > img {
    height: 36rem;
  }
  .excel-logo > img {
    display: block;
    width: 85%;
    margin: auto;
  }
}
@media screen and (min-width: 1500px) {
  .grid-proyects {
    gap: 3rem;
    grid-template-columns: repeat(3, 1fr);
  }
}

/*# sourceMappingURL=projects.css.map */
