@font-face {
  font-family: "MyFont";
  src: url("https://fonts.googleapis.com/css2?family=Syne:wght@400;700&display=swap") format("truetype");
  font-weight: normal;
  font-style: normal;
}
body {
  background-color: #101113;
  font-family: "Syne", sans-serif;
}

.mouse {
  cursor: pointer;
}

::-webkit-scrollbar {
  width: 7px;
}

::-webkit-scrollbar-thumb {
  background: #FDC84C;
}

body nav div div div ul li .active,
body nav div div div ul li .hoverLink:hover,
.colorOrange {
  color: #FDC84C !important;
}

.lineImage {
  z-index: -1;
}

.titleAboutMe {
  font-size: 28px;
  transition: 0.3s;
}

.titleAboutMe:hover {
  margin-left: 0 !important;
}

.titleAboutMe:hover::after {
  right: 0;
  opacity: 0;
}

.titleAboutMe:hover::before {
  left: 0;
  opacity: 0;
}

.titleAboutMe::before,
.titleAboutMe::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 2px;
  background-color: #FDC84C;
  top: 45%;
  transition: 0.5s;
}

.titleAboutMe::before {
  left: -25px;
}

.titleAboutMe::after {
  right: -25px;
}

.textJustify {
  text-align: justify;
}

.styleHireMe {
  height: 50px;
  background-color: #FDC84C;
}

.styleHireMe::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 0;
  bottom: 0;
  background-color: white;
  transition: 0.4s;
}

.styleHireMe:hover::before {
  border-radius: 25px;
  height: 50px;
}

.mouse {
  cursor: pointer;
}

body .navbar {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  transition: transform 0.3s ease, opacity 0.3s ease, top 0.3s ease;
}

body .navbar.hidden {
  opacity: 0;
  transform: translateY(-100%);
}

body .navbar.visible {
  opacity: 1;
  transform: translateY(0);
  position: fixed;
  top: 0;
}

body .navbar.scroll-up {
  position: fixed;
  top: 0;
}

body nav {
  z-index: 1;
}

body nav div div div .sizeLogo {
  width: 70px;
  height: 60px;
}

body nav div div div .divMenu {
  width: 40px;
  height: 3px;
  border-radius: 40px;
  transition: 0.3s;
}

body nav div div div .divMenu:first-child {
  top: -12px;
}

body nav div div div .divMenu:nth-child(2) {
  bottom: 0;
}

body nav div div div .divMenu:last-child {
  bottom: -10px;
}

body nav div div .menuNavbarClick .divMenu:first-child {
  top: 0;
  transform: rotate(40deg);
}
body nav div div .menuNavbarClick .divMenu:nth-child(2) {
  opacity: 0;
  transform: rotate(40deg);
}
body nav div div .menuNavbarClick .divMenu:last-child {
  top: 0;
  transform: rotate(-40deg);
}

body nav div div div ul li .hoverLink {
  color: white;
}

body div div div div form div .styleInput {
  background-color: #ccc;
}

body div div div div form div div .buttonClose {
  height: 50px;
}

body section div .rowGap div .hoverAbsoluteBottomAndTop div div div .imageModal {
  height: 100vh;
}

body main {
  height: 100vh;
}

body main div div div div div .sizeMainTitle {
  font-size: 64px;
}

body main div div div div .movementHasn {
  animation: framesHasn 2s infinite ease-in-out;
}

@keyframes framesHasn {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(30deg);
  }
  80% {
    transform: rotate(0deg);
  }
}
body main div div div div div .sizeSpanText {
  font-size: 20px;
}

body main div div div .beforeAndAfterImage .sizeImageMe {
  width: 550px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

body main div div div div .styleDivMainRight {
  width: 45px;
  height: 100px;
  right: -10px;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.386), rgba(204, 204, 204, 0.1725490196));
}

body main div div div div .styleDivMainRight .mouseArrawUp {
  bottom: -10px;
}
body main div div div div .styleDivMainRight .mouseArrawUp img {
  width: 60px;
  height: 60px;
}

body main div div div .beforeAndAfterImage::before,
body main div div div .beforeAndAfterImage::after {
  position: absolute;
  width: 140px;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  background-color: white;
  border-radius: 20px;
}

.iconVueJs {
  width: 50px;
  filter: brightness(0) invert(1);
  top: 37%;
  left: 100px;
  animation: framesVueJs 5s infinite ease-in-out;
}

@keyframes framesVueJs {
  0% {
    top: 37%;
    left: 100px;
  }
  50% {
    top: 36%;
    left: 90px;
  }
  100% {
    top: 37%;
    left: 100px;
  }
}
.iconBottstrap {
  width: 50px;
  animation: framesBootstrap 5s infinite ease-in-out;
}

@keyframes framesBootstrap {
  0% {
    top: 37%;
    right: 140px;
  }
  50% {
    top: 36%;
    right: 130px;
  }
  100% {
    top: 37%;
    right: 140px;
  }
}
body section div div div .sizeTitleNumber {
  font-size: 24px;
}

body section div div div .colorOrangeAndNumber {
  font-size: 38px;
  color: #FDC84C;
}

body main div div div div div .buttonMain div .beforeOrangeArraow::before {
  content: "";
  position: absolute;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: #FDC84C;
  left: 11.5%;
  top: 18%;
  transition: 0.35s;
}

body main div div div div div .buttonMain {
  padding: 12px 0;
  background-color: white;
}
body main div div div div div .buttonMain div .beforeOrangeArraow img {
  transform: rotate(0);
  transition: 0.35s;
}

body main div div div div div .buttonMain:hover div .beforeOrangeArraow img {
  transform: rotate(55deg);
}
body main div div div div div .buttonMain:hover div .beforeOrangeArraow::before {
  width: 102%;
  height: 60px;
  left: -3px;
  top: -3px;
  border-radius: 20%;
}

body section div div div div .textAboutMe {
  font-size: 23px;
}

body section div div div div .sizeImageLaptop {
  width: 100%;
}

body section div div div .sizeTextServices {
  font-size: 33px;
}

body section div .rowGap div .heightServices div .sizeImageServes {
  width: 70px;
  height: 70px;
}

body section div .rowGap div .heightServices div .sizeTitleServices {
  font-size: 35px;
}

body section div .rowGap div .heightServices {
  height: 500px;
  box-shadow: 0 0 0 0 rgba(253, 200, 76, 0.5803921569);
  transition: 0.3s;
}

body section div .rowGap div .heightServices::-webkit-scrollbar {
  width: 0;
}

body section div .rowGap div .heightServices:hover {
  box-shadow: 0 0 4px 4px rgba(253, 200, 76, 0.5803921569);
}
body section div .rowGap div .heightServices:hover div img {
  filter: sepia(1) saturate(4) hue-rotate(-10deg);
}
body section div .rowGap div .heightServices:hover div h2 {
  color: #FDC84C !important;
}
body section div .rowGap div .heightServices:hover div span {
  color: white;
}

body section div .rowGap div .heightServices div .textNoHover {
  color: #ACACAC;
}

body section div .rowGap {
  row-gap: 25px;
}

body section div .rowGap div .hoverAbsoluteBottomAndTop .divProtfoliosTop,
body section div .rowGap div .hoverAbsoluteBottomAndTop .divProtfoliosBttom {
  transition: 0.5s;
}

body section div .rowGap div .hoverAbsoluteBottomAndTop .divProtfoliosTop {
  background-color: #FDC84C;
  right: 50px;
  top: -80px;
  z-index: 1;
}
body section div .rowGap div .hoverAbsoluteBottomAndTop .divProtfoliosTop img {
  transform: translate(0, 0);
  transition: 0.3s;
}

body section div .rowGap div .hoverAbsoluteBottomAndTop .divProtfoliosTop:hover img {
  transform: translate(5px, -5px);
}

body section div .rowGap div .hoverAbsoluteBottomAndTop .divProtfoliosBttom {
  bottom: -500px;
}

body section div .rowGap div .hoverAbsoluteBottomAndTop:hover .divProtfoliosTop {
  top: 30px;
}
body section div .rowGap div .hoverAbsoluteBottomAndTop:hover .divProtfoliosBttom {
  bottom: 50px;
}

body section div .rowGap div .hoverAbsoluteBottomAndTop .imageProtfolios {
  -o-object-fit: cover;
     object-fit: cover;
  height: 500px;
}

body section div .rowGap div .hoverAbsoluteBottomAndTop .linkIndexGallery::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(150deg, rgba(0, 0, 0, 0), rgba(3, 3, 3, 0.7333333333));
}

body .arrawTop {
  bottom: 30px;
  right: 30px;
  background-color: #FDC84C;
  cursor: pointer;
  opacity: 0;
  transition: 0.5s;
}
body .arrawTop .imageArrawArotate {
  transform: rotate(90deg);
  margin-bottom: 0;
  transition: 0.3s;
}

body .arrawTop:hover .imageArrawArotate {
  margin-bottom: 10px;
}

body .arrawTop.show {
  opacity: 1;
}

body footer div div .borderBottom::before {
  content: "";
  position: absolute;
  width: 20%;
  bottom: -12px;
  left: 25%;
  width: 50%;
  height: 3px;
  background-color: #FDC84C;
}

body footer div div .margintopEmail {
  margin-top: 40px;
}

body footer div div .margintopEmail div ul li .sizeIconFooter {
  width: 30px;
  height: 30px;
}

body footer div div .margintopEmail .emailLowercase {
  text-transform: lowercase;
}

@media (max-width: 1199px) and (min-width: 990px) {
  body section div .rowGap div .hoverAbsoluteBottomAndTop .divProtfoliosBttom {
    display: none;
  }
}
@media (max-width: 1400px) {
  body main {
    margin-top: 150px;
    height: unset;
  }
}
@media (max-width: 1272px) {
  body main div div div .iconVueJs,
  body main div div div .iconBottstrap {
    display: none;
  }
  body main div div div .beforeAndAfterImage .sizeImageMe {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 990px) {
  body main div div div div div .sizeMainTitle {
    font-size: 40px;
  }
  body section div div div div .sizeImageLaptop {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 768px) {
  body section div .rowGap div .heightServices {
    height: unset;
  }
}/*# sourceMappingURL=index.css.map */