.main-container {
  /* height: 105vh !important; */
  height: 100%;
  // position: absolute;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.main-container .portfolio-title {
  position: absolute;
  top: 50%;
  bottom: 50%;
  right: -10%;
  font-size: 16px;
  font-weight: 500;
  background: #ab2944 !important;
  color: #83523f !important;
  padding: 8px 10px;
  line-height: 16px;
  height: 15px;
}
@media screen and (max-width: 500px) {
  .main-container {
    height: 100%;
    width: 100%;
    justify-content: center;
    align-items: center;
    padding: 20px;
  }
  .main-container .portfolio-title {
    right: 0;
  }
}
.main-container .portfolio-title .hvr-shutter-in-horizontal {
  background: #ab2944 !important;
}
.main-container .portfolio-title .hvr-shutter-in-horizontal:before {
  background: #fff !important;
}
.main-container .portfolio {
  position: absolute;
  top: 50%;
  bottom: 50%;
  right: -10%;
}
@media screen and (max-width: 1300px) {
  .main-container .portfolio {
    right: 0;
  }
}
@media screen and (max-width: 650px) {
  .main-container .portfolio {
    top: 36%;
  }
}
.main-container a.bottom {
  position: absolute;
  top: calc(100vh - 10px);
  left: 36%;
  display: block;
  /* height: 40px;
  width: 143px; */
}
@media screen and (max-width: 1160px) {
  .main-container a.bottom {
    top: calc(100vh + 80px);
  }
}
@media screen and (max-width: 650px) {
  .main-container a.bottom {
    bottom: -9vh;
    top: unset !important;
  }
}
.main-container .opacity-container {
  /* opacity: 0.8; */
}
.site-title {
  font-size: 20px;
  font-weight: 500;
  color: #000000 !important;
  background: #ffffff !important;
  padding: 4px 6px;
  line-height: 10px;
  font-family: Gudea;
  letter-spacing: 0px;
  border-width: 0px;
  top: 5%;
}
.title {
  font-size: 24px;
  font-weight: 500;
  color: #ffffff !important;
  background: #000000 !important;
  padding: 10px 10px;
  line-height: 14px;
  height: 15px;
  font-family: Gudea;
  letter-spacing: 0px;
}
@media screen and (max-width: 750px) {
  .title {
    font-size: 45px;
    padding: 15px 15px;
    line-height: 21px;
    height: 19px;
  }
}
.main-container :hover {
  opacity: 1 !important;
}
.main-container .title:hover {
  color: #000000 !important;
  background: #ffffff !important;
  opacity: 1 !important;
}
.main-container .about {
  position: absolute;
  top: 50%;
  bottom: 50%;
  left: -10%;
}
@media screen and (max-width: 1300px) {
  .main-container .about {
    left: 0;
  }
}
@media screen and (max-width: 650px) {
  .main-container .about {
    top: 36%;
  }
}
.flex {
  display: flex;
  align-items: baseline;
}
.main-container .contact {
  position: absolute;
  top: 8%;
  left: 41%;
}
@media screen and (max-width: 500px) {
  .main-container .contact {
    top: -20%;
    left: 38%;
  }
}
.logo-menocento {
  width: 200px;
  right: 0;
  top: 2px;
  position: absolute;
  z-index: 10;
}
@media screen and (max-width: 800px) {
  .logo-menocento {
    width: 130px;
  }
}
@media screen and (max-width: 650px) {
  .logo-menocento {
    width: 330px;
    max-width: unset !important;
    max-height: unset !important;
    right: -51px;
  }
}
.logo-menocento.post {
  width: 70px;
  top: -28px;
  right: 40px;
  z-index: 5;
}
@media screen and (max-width: 800px) {
  .logo-menocento.post {
    width: 70px;
    top: -36px;
    right: 37px;
  }
}
@media screen and (max-width: 650px) {
  .logo-menocento.post {
    width: 130px;
    right: 58px;
    top: -67px;
  }
}
.inner-logo-menocento {
  /* width: 200px; */
  height: 90px !important;
  left: 41%;
  top: 30%;
  /* position: absolute; */
  z-index: 10;
}
@media screen and (max-width: 650px) {
  .inner-logo-menocento {
    top: -5%;
    left: 34%;
  }
}
/* .menocento-gif {
  position: absolute !important;
  bottom: 0;
  left: 22%;
} */
.menocento-gif {
  width: 400px;
  display: block;
}
.menocento-gif img:hover {
  transform: scale(1.05);
}
.smaller-font {
  font-size: 20px;
  width: 300px;
  text-align: center;
  margin: auto !important;
}
.box-project {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  height: 500px;
  /* background-color: rgba(255, 255, 255, 0.2); */
  border: 1px solid #fff;
  margin-left: 10px;
  padding-top: 20px;
}
@media screen and (max-width: 650px) {
  .menocento-gif {
    left: 5%;
    max-width: unset;
    max-width: unset;
  }
}
.inner-about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: flex-start;
  position: absolute;
}
.inner-projects {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  flex-direction: column;
  align-items: flex-end;
  justify-content: space-between;
  p {
    width: 70%;
    font-size: 25px;
    text-align: right;
  }
}
.inner-bio {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  flex-direction: column;
  align-items: flex-start;
  p {
    width: 50vw;
    font-size: 25px;
    text-align: left;
  }
}
@media screen and (max-width: 650px) {
  .inner-about {
    top: -33vh;
    position: absolute;
  }
}
.inner-about .description h3 {
  text-align: left;
}
@media screen and (max-width: 650px) {
  .inner-about .description h3 {
    text-align: right;
  }
}
.inner-about .description .parag {
  text-align: center;
  font-size: 20px;
  width: 40%;
  margin-left: 0;
  background: #fff;
  color: #83523f;
  padding: 20px;
  opacity: 0.5 !important;
  font-family: Gudea;
}
@media screen and (max-width: 650px) {
  .inner-about .description .parag {
    width: 60%;
    margin-left: auto;
    font-size: 30px;
  }
}
.inner-about .description .parag .flag-no-color {
  display: inline;
}
.inner-about .description .parag .flag-color {
  display: none;
}
.inner-about .description :hover {
  opacity: 0.7 !important;
}
.inner-about .description :hover .flag-no-color {
  display: none;
}
.inner-about .description :hover .flag-color {
  display: inline;
}
.inner-about .quote {
  position: absolute;
  bottom: -40vh;
  color: #ab2944;
  font-size: 15px;
  font-style: unset;
}
.inner-about .quote a {
  color: #ffffff80;
}
.inner-about .quote :hover {
  color: #ab2944;
}
.inner-portfolio {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 100% !important;
  right: 0;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: auto;
  margin-left: auto;
  gap: 30px;
  margin-top: 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 1000px) {
  .inner-portfolio {
    margin-right: 0;
    margin-top: -10%;
    width: 100% !important;
  }
}
@media screen and (max-width: 650px) {
  .inner-portfolio {
    margin-top: -23vh;
    width: 100% !important;
  }
}
.flex-column {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.flex-center {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.height-100 {
  height: 100px !important;
}
.height-200 {
  height: 200px;
}
.height-200:hover {
}
.section-title {
  color: #ffffff !important;
  text-align: right;
  text-transform: unset !important;
}
.section-title a {
  color: #ffffff !important;
}
.section-title a:hover {
  color: #000000 !important;
}
.site-box {
  width: 20vw;
  height: 15vw;
  border: 2px solid #fff;
  //margin: 3% 4%;
  position: relative;
}
.site-box.big {
  width: 35vw;
  height: 20vw;
  border: 2px solid #fff;
  //margin: 3% 4%;
  position: relative;
  margin-bottom: 20px;
}

.site-box:hover .post-image {
  opacity: 0.5;
  //-webkit-filter: brightness(0.8) invert(0.8);
  //filter: brightness(0.8) invert(0.8);
  -webkit-filter: blur(6px) brightness(0.5);
  filter: blur(6px) brightness(0.5);
}
.site-box:hover .middle {
  opacity: 1;
}
.site-box.big:hover .post-image {
  opacity: 1 !important;
  filter: none !important;
}
@media screen and (max-width: 1000px) {
  .site-box {
    width: 30vw;
    height: 25vw;
  }
}
@media screen and (max-width: 650px) {
  .site-box {
    width: 60vw;
    height: 51vw;
  }
}
@media screen and (max-width: 384px) {
  .site-box {
    width: 74vw;
    height: 59vw;
  }
}
h3 {
  text-transform: unset !important;
  font-family: Gudea !important;
  font-size: 1em !important;
  letter-spacing: -2px !important;
}
h5 {
  text-transform: unset !important;
  font-family: Gudea !important;
  font-size: 0.5em !important;
  letter-spacing: -1px !important;
}
.container {
  width: 90%;
}
.post-image {
  opacity: 1;
  display: block;
  width: inherit !important;
  height: inherit !important;
  max-width: unset !important;
  max-height: unset !important;
  transition: 0.5s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  margin: 0 !important;
  -o-object-fit: cover;
  object-fit: cover;
  object-position: top;
}
.up {
  top: 34%;
}
@media screen and (max-width: 450px) {
  .up {
    top: 15%;
  }
}
.bottom {
  top: 75%;
}
@media screen and (max-width: 650px) {
  .bottom {
    top: 80%;
  }
}
.middle {
  transition: 0.5s ease;
  opacity: 0;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
}
.middle a.go-to-site,
a.go-to-site {
  background: #ab2944;
  padding: 10px 20px;
  border-radius: 5px;
  height: 20px;
  font-size: 14px;
  color: #ffffff80;
}
.middle :hover {
  color: #fff !important;
}
.text {
  color: #fff;
  font-size: 18px;
  padding: 16px 15px;
  -webkit-column-count: 1;
  -moz-column-count: 1;
  column-count: 1;
  font-weight: 800;
}
@media screen and (max-width: 650px) {
  .text {
    font-size: 20px;
  }
}
@media screen and (max-width: 450px) {
  .text {
    line-height: 0.8;
  }
}
.text .list-dev-lang {
  display: block;
}
img {
  background: 0 0 !important;
  border: 0 !important;
  box-shadow: unset !important;
  margin: 0 !important;
}
.inner-contact {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  top: 10vh;
}
@media screen and (max-width: 650px) {
  .inner-contact {
    top: -20vh;
  }
}
.inner-contact h3 {
  margin-left: -5% !important;
}
@media screen and (max-width: 650px) {
  .inner-contact h3 {
    margin-left: 0 !important;
  }
}
.inner-contact .contact-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 40% !important;
  margin-top: 10px;
}
@media screen and (max-width: 650px) {
  .inner-contact .contact-box {
    width: 55% !important;
  }
}
.inner-contact :hover {
  opacity: 1 !important;
}
.inner-contact a {
  color: #83523f !important;
  font-size: 18px;
  font-family: Gudea;
}
@media screen and (max-width: 650px) {
  .inner-contact a {
    font-size: 30px;
  }
}
.inner-contact :hover {
  color: #fff !important;
}
.inner-contact .fa-phone {
  margin-right: 39px;
}
.inner-contact .fa-envelope {
  margin-right: 30px !important;
}
.inner-contact .fa-youtube-square {
  margin-right: 36px !important;
}
.inner-contact .fa-linkedin-square {
  margin-right: 36px !important;
}
.inner-contact .fa-instagram,
.inner-contact .fa-whatsapp {
  width: 45px;
  margin-right: 28px !important;
}
.contact-box a {
  background: #ab2944 !important;
  width: 280px !important;
  padding: 10px;
}
@media screen and (max-width: 650px) {
  .contact-box a {
    width: 340px !important;
  }
}
:hover {
  opacity: 1 !important;
}
.hvr-shutter-in-vertical {
  background: #ab2944 !important;
}
.arrow-down,
.arrow-left,
.arrow-right,
.arrow-up {
  position: absolute !important;
  font-size: 45px;
  color: #ab2944 !important;
  opacity: 0.5;
}
.arrow-text {
  color: #ffffff !important;
  opacity: 0.5;
  display: block;
  font-size: 25px;
  max-width: 60px;
}
.cta-button {
  background: #000000;

  color: #ffffff !important;

  font-size: 20px;
  padding: 10px 20px;
  border-radius: 5px;
  height: auto;
  margin-bottom: 30px;
}
.cta-button:hover {
  background: #ffffff88;

  color: #000000 !important;
}
@media screen and (max-width: 650px) {
  .arrow-down,
  .arrow-left,
  .arrow-right,
  .arrow-up,
  .arrow-text {
    font-size: 70px;
  }
}
.arrow-down span,
.arrow-left span,
.arrow-right span,
.arrow-up span,
.arrow-text span {
  background: #fff;
  padding: 0 9px;
  line-height: 2px;
  display: block;
  color: #ab2944 !important;
}
:hover {
  opacity: 1;
}
.arrow-left {
  left: -5%;
  top: 50%;
  bottom: 50%;
}
.arrow-left span {
  height: 47px;
}
@media screen and (max-width: 650px) {
  .arrow-left span {
    height: 70px;
  }
}
@media screen and (max-width: 1300px) {
  .arrow-left {
    left: 0;
    top: 34%;
  }
}
.arrow-right {
  right: -35vw;
  top: 27vh;
}
.arrow-right span {
  height: 47px;
}
@media screen and (max-width: 650px) {
  .arrow-right span {
    height: 70px;
  }
}
@media screen and (max-width: 1300px) {
  .arrow-right {
    right: -30vw;
    top: 34%;
  }
}
@media screen and (max-width: 650px) {
  .arrow-right {
    right: 2px;
    top: 74vh;
  }
}
.arrow-up.about {
  top: -25vh;
  left: 46%;
}
.arrow-up.about span,
.arrow-up.menocento span {
  height: 29px;
}
.arrow-up.about i,
.arrow-up.menocento i {
  line-height: 2;
  top: -31px;
  position: relative;
}
@media screen and (max-width: 1300px) {
  .arrow-up.about {
    top: -50vh;
  }
}
.arrow-up.menocento {
  top: 0px;
}
@media screen and (max-width: 650px) {
  .arrow-up.menocento span {
    height: 40px;
  }
}
@media screen and (max-width: 650px) {
  .arrow-up.menocento i {
    top: -18px;
    position: relative;
  }
}
@media screen and (max-width: 900px) {
  .arrow-up.menocento {
    top: -15vh;
  }
}
@media screen and (max-width: 650px) {
  .arrow-up.menocento {
    top: -30vh;
    left: 50vh;
  }
}
.arrow-down {
  bottom: -46vh;
  left: 43vw;
}
.arrow-down span {
  height: 29px;
}
@media screen and (max-width: 650px) {
  .arrow-down span {
    height: 41px;
  }
}
.arrow-down i {
  line-height: 2;
  top: -31px;
  position: relative;
}
@media screen and (max-width: 650px) {
  .arrow-down i {
    top: -48px;
  }
}
@media screen and (max-width: 1300px) {
  .arrow-down {
    bottom: -60vh;
  }
}
@media screen and (max-width: 650px) {
  .arrow-down {
    bottom: -52vh;
    left: 78vw;
  }
}
#bridge {
  display: block;
  margin: 0 auto;
  background-image: url(../img/scratch-back.jpg);
  background-image: -webkit-image-set(
    url("../img/scratch-back.jpg") 1x,
    url("../img/scratch-back.jpg") 2x
  );
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  max-width: 450px;
  height: auto;
  cursor: url(../img/scratcher.png) 120 84, crosshair;
  border-radius: 8px;
}
#bridgeContainer {
  text-align: center;
  position: absolute;
  right: -66vh;
  bottom: 0;
}
@media screen and (max-width: 1300px) {
  #bridgeContainer {
    right: -23vw;
  }
}
@media screen and (max-width: 650px) {
  #bridgeContainer {
    top: 110vh;
    right: 36vw;
  }
}
.home-name {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 999;
}
.lang-switch {
  position: fixed;
  top: 0px;
  right: 0px;
  z-index: 999;
}

.lang-switch button {
  margin-left: 5px;
  cursor: pointer;
}
