@import url("https://fonts.googleapis.com/css2?family=Play:wght@700&display=swap");
* {
  font-family: "Red Hat Display", "Segoe UI", sans-serif;
}

body {
  margin: 0em;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  overflow-x: hidden;
}
body .smooth-el {
  transition: 0.3s ease-in-out;
}
body .smooth-el * {
  transition: 0.3s ease-in-out;
}
body .loader {
  position: fixed;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
body .loader .loader-spinner {
  width: 50px;
  height: 50px;
  border: 5px solid;
  border-top: 5px solid;
  border-radius: 50%;
  animation: spin 1.35s linear infinite;
}
body .icon {
  font-size: 1.5rem;
}
body .btn-bg-round {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 2.5em;
  width: 2.5em;
  border-radius: 50%;
}
body .btn-bg-round-flat {
  display: inline-flex;
  align-items: center;
  font-weight: 600;
  padding: 0rem 0.25rem;
  border-radius: 0.5rem;
  cursor: pointer;
}
body .btn-bg-round-flat * {
  cursor: pointer;
}
body .btn-bg-round-flat .icon {
  font-size: 1.5rem;
  margin: 0rem 0.25rem;
}
body .btn-bg-round-flat .link-page .icon {
  font-size: 0.85rem;
}
body div.custom-title {
  position: fixed;
  display: block;
  opacity: 0;
  padding: 0.5rem;
  border-radius: 1rem;
  font-size: 0.875rem;
  transition: 0.3s ease-in-out;
  white-space: nowrap;
}
body div.custom-title.show {
  opacity: 1;
}
body a {
  text-decoration: none;
}
body .container {
  display: grid;
  grid-template-rows: auto minmax(100vh, auto) 86vh;
  animation: fade 3s;
}
body .container .message.alert {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 70vh;
  justify-content: center;
}
body .container .message.alert img {
  height: 90px;
  background-color: rgba(78, 144, 230, 0.15);
  border-radius: 1.75rem;
  padding: 1rem;
}
body .container .header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 5rem;
}
body .container .header .header--section-left .section-left--logo img {
  border-radius: 0.75rem;
  padding: 0.35em 0.15em;
}
body .container .header .header--section-middle {
  display: none;
}
body .container .header .header--section-right {
  display: flex;
  align-items: center;
  gap: 1rem 1rem;
}
body .container .header .header--section-right .section-right--nav .nav--ul {
  display: flex;
  align-items: center;
  justify-content: center;
  list-style: none;
  gap: 2.05rem 2.05rem;
  margin: 16px;
  padding: 0;
}
body .container .header .header--section-right .section-right--nav .nav--ul .ul--li * {
  cursor: pointer;
}
body .container .header .header--section-right .section-right--nav .nav--ul .ul--li a {
  text-decoration: none;
}
body .container .header .header--section-right .section-right--nav .nav--ul .ul--li a label {
  padding-bottom: 0.25rem;
  border-bottom-style: solid;
  border-bottom-width: 2px;
  border-color: transparent;
}
body .container .header .header--section-right .section-right--options {
  display: flex;
  gap: 0.5rem 0.5rem;
  align-items: center;
}
body .container .header .header--section-right .section-right--options .btn-bg-round {
  cursor: pointer;
}
body .container .header .header--section-right .section-right--options .btn-bg-round.translate--content .translate--text {
  font-weight: 600;
}
body .container .header .header--section-right .section-right--options.end {
  gap: 1rem 1rem;
}
body .container .container-content {
  scroll-snap-align: start;
}
body .container .container-content .main {
  display: flex;
  height: 100%;
  position: relative;
  animation: fade 1s ease-in-out;
}
body .container .container-content .main .btn-bg-round.back-home {
  position: absolute;
  left: -7em;
  margin: 1.44rem 1.34rem 1.34rem 1.34rem;
  cursor: pointer;
}
body .container .container-content .main .btn-bg-round.back-home .icon {
  font-size: 1.15rem;
}
body .container .container-content .main[type=about], body .container .container-content .main[type=contact], body .container .container-content .main[type=experience] {
  flex-direction: column;
  width: 50%;
  margin: 0em auto;
}
body .container .container-content .main[type=about] .card, body .container .container-content .main[type=contact] .card, body .container .container-content .main[type=experience] .card {
  margin: 1rem 0rem;
  border-radius: 1rem;
  padding: 1rem;
  backdrop-filter: blur(0);
  animation: blurEffect 1s ease-in-out 0.6s forwards;
}
body .container .container-content .main[type=home] {
  width: 75%;
  margin: 0em auto;
}
body .container .container-content .main[type=home] .main--section {
  display: flex;
  flex-direction: column;
  width: 100%;
}
body .container .container-content .main[type=home] .main--section .section--title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex: 2;
}
body .container .container-content .main[type=home] .main--section .section--title .title-left .title-sec1 h1 {
  font-size: 3.5rem;
}
body .container .container-content .main[type=home] .main--section .section--title .title-left .title-sec2 h1,
body .container .container-content .main[type=home] .main--section .section--title .title-left .title-sec2 h2 {
  font-size: 2.5rem;
}
body .container .container-content .main[type=home] .main--section .section--title .title-right {
  display: flex;
  align-items: center;
}
body .container .container-content .main[type=home] .main--section .section--title .title-right p {
  font-size: 1.75rem;
  width: 20em;
}
body .container .container-content .main[type=home] .main--section .section--title .title-right p .title-right--title {
  padding: 0em 1.05rem;
  border-radius: 1rem;
  cursor: pointer;
}
body .container .container-content .main[type=home] .main--section .section--title .title-left,
body .container .container-content .main[type=home] .main--section .section--title .title-right {
  padding: 3.05rem 3rem;
}
body .container .container-content .main[type=home] .main--section .section--social-media {
  flex: 1;
  display: flex;
  align-items: baseline;
  gap: 0em 1rem;
  padding: 0em 3rem;
}
body .container .container-content .main[type=home] .main--section .section--social-media * {
  cursor: pointer;
}
body .container .container-content .main[type=about] .btn-bg-round-flat {
  font-weight: normal;
}
body .container .container-content .main[type=about] .card p {
  text-align: start;
  font-size: 1rem;
}
body .container .container-content .main[type=contact] .card h3 {
  text-align: center;
}
body .container .container-content .main[type=contact] .card .card--body > div {
  padding: 0rem 1rem;
}
body .container .container-content .main[type=contact] .card .card--body .message-pop-up {
  position: fixed;
  left: 50%;
  transform: translate(-50%, -25%);
  display: flex;
  padding: 0.5rem 1rem;
  margin: 1rem auto;
  width: max-content;
  border-radius: 1rem;
}
body .container .container-content .main[type=contact] .card .card--body .body--section-top {
  padding: 0rem 1rem;
  margin-top: 3.05rem;
  display: flex;
  align-items: center;
  gap: 1rem 1rem;
}
body .container .container-content .main[type=contact] .card .card--body .body--section-top .p-user-data {
  display: flex;
  flex-direction: column;
  width: 50%;
  margin-top: 0em;
}
body .container .container-content .main[type=contact] .card .card--body .body--section-top .p-user-data label {
  font-weight: 600;
  margin-bottom: 1rem;
}
body .container .container-content .main[type=contact] .card .card--body .body--section-top .p-user-data input {
  padding: 1rem;
  background-color: transparent;
  border: solid 2px;
  border-radius: 0.5rem;
}
body .container .container-content .main[type=contact] .card .card--body .body--section-bottom {
  display: flex;
  flex-direction: column;
  padding: 0rem 1rem;
}
body .container .container-content .main[type=contact] .card .card--body .body--section-bottom .div-user-data-textarea {
  display: flex;
  flex-direction: column;
  max-height: 30em;
}
body .container .container-content .main[type=contact] .card .card--body .body--section-bottom .div-user-data-textarea .p-textarea {
  margin-top: 0em;
  font-weight: 600;
}
body .container .container-content .main[type=contact] .card .card--body .body--section-bottom .div-user-data-textarea textarea {
  border-radius: 0.5rem;
  background-color: transparent;
  padding: 1rem;
  border: solid 2px;
  resize: vertical;
  transition: none;
}
body .container .container-content .main[type=contact] .card .card--body .body--section-bottom .div-user-data-send {
  display: flex;
  align-items: center;
  justify-content: center;
}
body .container .container-content .main[type=contact] .card .card--body .body--section-bottom .div-user-data-send .send-email {
  padding: 1rem 1.5rem;
  margin: 2rem 0rem 0rem 0rem;
}
body .container .container-content .main[type=contact] .card .card--body .body--section-bottom-info {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem 1rem;
  margin: 3rem;
}
body .container .container-content .main[type=contact] .card .card--body .body--section-bottom-info .line {
  display: inline-flex;
  height: 1px;
  width: 35%;
}
body .container .container-content .main[type=contact] .card .card--body .body--section-bottom-chat {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}
body .container .container-content .main[type=contact] .card .card--body .body--section-bottom-chat h3 {
  width: 100%;
  margin-top: 0rem;
  margin-bottom: 2rem;
}
body .container .container-content .main[type=contact] .card .card--body .body--section-bottom-chat > label {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0em 2.05rem 2.05rem 2.05rem;
}
body .container .container-content .main[type=contact] .card .card--body .body--section-bottom-chat > label > span {
  margin-bottom: 1.05rem;
}
body .container .container-content .main[type=contact] .card .card--body .body--section-bottom-chat > label > span .icon {
  font-size: 1rem;
  margin: 0rem 1.05rem;
}
body .container .container-content .main[type=contact] .card .card--body .body--section-bottom-chat > label a:hover {
  text-decoration: underline;
}
body .container .container-content .main[type=experience] .main-experience {
  display: flex;
  gap: 1rem 1rem;
}
body .container .container-content .main[type=experience] .main-experience .card:last-child {
  padding: 0em;
}
body .container .container-content .main[type=experience] .main-experience .card .icon {
  font-size: 0.85rem;
  margin: 0.25rem;
}
body .container .container-content .main[type=experience] .main-experience .card.main-experience--aside {
  flex: 2;
}
body .container .container-content .main[type=experience] .main-experience .card.main-experience--aside .aside-professional--skills .skills-division p {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.75rem 0.75rem;
}
body .container .container-content .main[type=experience] .main-experience .card.main-experience--aside .aside-professional--skills .skills-division p label {
  font-size: 0.9rem;
  padding: 0.5rem;
  border-radius: 2rem;
  font-weight: 600;
}
body .container .container-content .main[type=experience] .main-experience .card.main-experience--body {
  flex: 5;
}
body .container .container-content .main[type=experience] .main-experience .card.main-experience--body .experiences--bottom {
  margin: 1.5rem 0rem;
}
body .container .container-content .main[type=experience] .main-experience .card.main-experience--body .experiences--bottom a {
  border-radius: 2rem;
  padding: 0.25rem 1.05rem;
  font-weight: 600;
}
body .container .container-content .main[type=experience] .main-experience .card.main-experience--body .experiences--bottom a * {
  cursor: pointer;
}
body .container .footer {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
body .container .footer.hide {
  overflow: hidden;
  height: 0em;
}
body .container .footer h3 {
  margin: 0.75rem;
}
body .container .footer .icon {
  margin-right: 0.25rem;
  font-size: 1rem;
}
body .container .footer .footer--shortcuts,
body .container .footer .footer--info {
  display: flex;
  padding: 5rem;
  flex: 1;
}
body .container .footer .footer--info {
  padding: 3rem 5rem;
}
body .container .footer .footer--shortcuts {
  gap: 2rem 2rem;
  align-items: center;
}
body .container .footer .footer--shortcuts > div {
  margin-top: 5rem;
  display: flex;
  flex-direction: column;
}
body .container .footer .footer--shortcuts > div ul {
  display: flex;
  flex-direction: column;
  padding: 0em;
  list-style: none;
  height: 10em;
}
body .container .footer .footer--shortcuts > div ul li a {
  display: flex;
  align-items: center;
  padding: 1rem 1.05rem;
  border-radius: 1.05rem;
  gap: 0.5rem 0.5rem;
  text-decoration: none;
  cursor: pointer;
}
body .container .footer .footer--shortcuts > div ul li a * {
  cursor: pointer;
}
body .container .footer .footer--info {
  justify-content: space-between;
  flex: 0.25;
  align-items: end;
  flex-wrap: wrap;
}
body .container .footer .footer--info .line {
  display: inline-flex;
  width: 100%;
  height: 1px;
}
body .container .footer .footer--info .info--info-left p a {
  text-decoration: none;
  font-weight: 600;
}
body .container .footer .footer--info .info--info-left p a:hover {
  text-decoration: underline;
}
body .container .footer .footer--info .info--info-right {
  display: flex;
  align-items: center;
  gap: 0.5rem 0.5rem;
}
body .container .footer .footer--info .info--info-right p {
  display: flex;
  align-items: center;
  gap: 0.5rem 0.5rem;
}
body .container-scroll-indicator {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: transparent;
  width: 5em;
  height: 5em;
  position: fixed;
  bottom: 10%;
  right: 10%;
  gap: 0.5rem 0.5rem;
}
body .container-scroll-indicator > label {
  padding: 0.5rem;
  border-radius: 50%;
  cursor: pointer;
  border-width: 2px;
  border-style: solid;
}
body .container-scroll-indicator > label:active {
  padding: 0.6em;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes blurEffect {
  0% {
    backdrop-filter: blur(0);
  }
  100% {
    backdrop-filter: blur(0.5em);
  }
}
body {
  margin: 0em;
  background-color: #fff;
  background-repeat: no-repeat;
  background-size: contain;
}
body .loader {
  background-color: #fff;
  color: #4e90e6;
}
body .loader.light .loader-spinner {
  border-top-color: #444;
}
body .icon {
  color: #444;
}
body .btn-bg-round * {
  user-select: none;
}
body .btn-bg-round:hover {
  background-color: rgba(67, 108, 162, 0.3) !important;
}
body .btn-bg-round:hover * {
  color: #4e90e6 !important;
}
body .btn-bg-round:active {
  background-color: rgba(67, 108, 162, 0.5) !important;
}
body .btn-bg-round-flat {
  background-color: #fff;
}
body .btn-bg-round-flat * {
  color: #4e90e6;
  user-select: none;
}
body .btn-bg-round-flat:hover {
  background-color: #4e90e6 !important;
}
body .btn-bg-round-flat:hover * {
  color: #fff !important;
}
body .btn-bg-round-flat:active {
  background-color: #436ca2 !important;
}
body div.custom-title {
  background-color: rgba(225, 225, 225, 0.7);
  color: #444;
}
body a {
  color: #4e90e6;
}
body .container {
  background-color: rgba(255, 255, 255, 0.75);
}
body .container h1 {
  color: #444;
}
body .container h2 {
  color: #4e90e6;
}
body .container .header {
  background-color: #fff;
}
body .container .header .header--section-left .section-left--logo img:hover {
  background-color: rgba(78, 144, 230, 0.15);
}
body .container .header .header--section-right .section-right--nav .nav--ul .ul--li a label {
  color: #444;
}
body .container .header .header--section-right .section-right--nav .nav--ul .ul--li a label:hover {
  border-color: #444 !important;
}
body .container .header .header--section-right .section-right--nav .nav--ul .ul--li a.active label {
  border-color: #444 !important;
}
body .container .header .header--section-right .section-right--nav .nav--ul .ul--li a.active label:hover {
  border-color: #4e90e6 !important;
}
body .container .container-content .main .btn-bg-round {
  background-color: rgba(78, 144, 230, 0.15);
}
body .container .container-content .main[type=about], body .container .container-content .main[type=contact], body .container .container-content .main[type=experience] {
  flex-direction: column;
  width: 50%;
}
body .container .container-content .main[type=about] .card, body .container .container-content .main[type=contact] .card, body .container .container-content .main[type=experience] .card {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.035);
}
body .container .container-content .main[type=home] .main--section .section--title .title-right p {
  color: #444;
}
body .container .container-content .main[type=home] .main--section .section--title .title-right p .title-right--title {
  background-color: rgba(78, 144, 230, 0.15);
  color: #4e90e6;
}
body .container .container-content .main[type=home] .main--section .section--title .title-right p .title-right--title:hover {
  background-color: rgba(67, 108, 162, 0.3);
  color: #4e90e6;
}
body .container .container-content .main[type=home] .main--section .section--social-media .btn-bg-round {
  background-color: rgba(78, 144, 230, 0.15);
}
body .container .container-content .main[type=about] .card {
  background-color: rgba(78, 144, 230, 0.15);
}
body .container .container-content .main[type=about] .card * {
  text-shadow: none;
  color: #444;
}
body .container .container-content .main[type=contact] .card {
  background-color: rgba(78, 144, 230, 0.15);
}
body .container .container-content .main[type=contact] .card h3, body .container .container-content .main[type=contact] .card label, body .container .container-content .main[type=contact] .card span {
  color: #444;
}
body .container .container-content .main[type=contact] .card .card--body form input[type=text].warning, body .container .container-content .main[type=contact] .card .card--body form input[type=email].warning, body .container .container-content .main[type=contact] .card .card--body form textarea.warning {
  border-color: #ad2e2e !important;
}
body .container .container-content .main[type=contact] .card .card--body .message-pop-up.valid {
  background-color: rgba(67, 108, 162, 0.3);
  color: #436ca2;
}
body .container .container-content .main[type=contact] .card .card--body .message-pop-up.invalid {
  background-color: rgba(173, 46, 46, 0.35);
  color: #ad2e2e;
}
body .container .container-content .main[type=contact] .card .card--body .body--section-top .p-user-data input {
  border-color: #444;
  outline-color: #4e90e6;
  color: #444;
}
body .container .container-content .main[type=contact] .card .card--body .body--section-top .p-user-data input::placeholder {
  color: rgba(68, 68, 68, 0.75);
}
body .container .container-content .main[type=contact] .card .card--body .body--section-top .p-user-data input:focus {
  caret-color: #4e90e6;
}
body .container .container-content .main[type=contact] .card .card--body .body--section-bottom .div-user-data-textarea textarea {
  border-color: #444;
  outline-color: #4e90e6;
  caret-color: #4e90e6;
  color: #444;
}
body .container .container-content .main[type=contact] .card .card--body .body--section-bottom .div-user-data-textarea textarea::placeholder {
  color: rgba(68, 68, 68, 0.75);
}
body .container .container-content .main[type=contact] .card .card--body .body--section-bottom .div-user-data-textarea textarea:focus {
  caret-color: #4e90e6;
}
body .container .container-content .main[type=contact] .card .card--body .body--section-bottom-info .line {
  background-color: #444;
}
body .container .container-content .main[type=experience] .main-experience .card {
  background-color: rgba(78, 144, 230, 0.15);
}
body .container .container-content .main[type=experience] .main-experience .card a {
  color: #4e90e6;
}
body .container .container-content .main[type=experience] .main-experience .card a * {
  color: #4e90e6;
}
body .container .container-content .main[type=experience] .main-experience .card a:hover {
  color: #436ca2;
}
body .container .container-content .main[type=experience] .main-experience .card a:hover * {
  color: #436ca2;
}
body .container .container-content .main[type=experience] .main-experience .card h4, body .container .container-content .main[type=experience] .main-experience .card h3, body .container .container-content .main[type=experience] .main-experience .card p {
  color: #444;
}
body .container .container-content .main[type=experience] .main-experience .card.main-experience--aside .aside-professional--skills .skills-division p label {
  background-color: rgba(78, 144, 230, 0.15);
  color: #4e90e6;
}
body .container .container-content .main[type=experience] .main-experience .card.main-experience--body .experiences--bottom a {
  background-color: rgba(78, 144, 230, 0.15);
}
body .container .footer {
  background-color: #e1e1e1;
  background-image: radial-gradient(circle, rgba(255, 255, 255, 0.035), #fff);
}
body .container .footer h3 {
  color: #444;
}
body .container .footer .footer--shortcuts > div ul li a {
  color: #444;
}
body .container .footer .footer--shortcuts > div ul li a:hover {
  background-color: rgba(67, 108, 162, 0.3);
}
body .container .footer .footer--info .line {
  background-color: rgba(67, 108, 162, 0.5);
}
body .container .footer .footer--info .info--info-left p {
  color: #444;
}
body .container .footer .footer--info .info--info-left p a {
  color: #444;
}
body .container .footer .footer--info .info--info-right * {
  color: #444;
}
body .container-scroll-indicator > label {
  border-color: #4e90e6;
}
body .container-scroll-indicator > label:hover {
  border-color: #436ca2;
}
body .container-scroll-indicator > label:active {
  background-color: rgba(78, 144, 230, 0.035);
}
body .container-scroll-indicator > label.on {
  background-color: #4e90e6;
}

@media (max-width: 760px) {
  body .container .header .header--section-right .section-right--nav .nav--ul .ul--li:hover {
    background-color: rgba(68, 68, 68, 0.35);
  }
  body .container .header .header--section-right .section-right--nav .nav--ul .ul--li:hover * {
    color: #fff;
  }
  body .container .header .header--section-right .section-right--options.end .btn-bg-round {
    background-color: transparent !important;
  }
  body .container .header .header--section-right .section-right--options.end .btn-bg-round:hover {
    background-color: rgba(68, 68, 68, 0.35) !important;
  }
  body .container .header .header--section-right .section-right--options.end .btn-bg-round:hover * {
    color: #fff !important;
  }
  body .container .header.expand .header--section-right {
    background-color: #e1e1e1;
  }
}
/* SCROLL BAR SETTINGS */
::-webkit-scrollbar {
  width: 0.35em;
}

::-webkit-scrollbar-track {
  background: #fff;
  transition: 0.2s ease-in-out;
}

::-webkit-scrollbar-thumb {
  background: #444;
  transition: 0.2s ease-in-out;
}

::-webkit-scrollbar-thumb:hover {
  background: rgb(160, 160, 160);
}

::-webkit-scrollbar-button:increment {
  background-image: url("../icon/caret-down-solid.svg");
  background-color: #fff;
  background-position: center;
  background-repeat: no-repeat;
  height: 2em;
  border-radius: 0px;
  transition: 0.2s ease-in-out;
}

::-webkit-scrollbar-button:decrement {
  background-image: url("../icon/caret-up-solid.svg");
  background-color: #fff;
  background-position: center;
  background-repeat: no-repeat;
  height: 2em;
  border-radius: 0px;
  transition: 0.2s ease-in-out;
}

::-webkit-scrollbar-button:increment:hover, ::-webkit-scrollbar-button:decrement:hover {
  cursor: pointer;
}

body {
  margin: 0em;
  background-color: #030e1c;
  background-image: radial-gradient(circle, rgba(255, 255, 255, 0.035), #030e1c);
  background-repeat: no-repeat;
  background-size: contain;
}
body .loader {
  background-color: #030e1c;
  color: #436CA2;
}
body .loader.dark .loader-spinner {
  border-top-color: #fff;
}
body .icon {
  color: #fff;
}
body .btn-bg-round * {
  user-select: none;
}
body .btn-bg-round:hover {
  background-color: rgba(56, 101, 160, 0.3) !important;
}
body .btn-bg-round:hover * {
  color: #4E90E6 !important;
}
body .btn-bg-round:hover.translate--content .translate--text {
  color: #4E90E6 !important;
}
body .btn-bg-round:active {
  background-color: rgba(56, 101, 160, 0.5) !important;
}
body .btn-bg-round.translate--content .translate--text {
  color: #fff !important;
}
body .btn-bg-round-flat {
  background-color: #fff;
}
body .btn-bg-round-flat * {
  color: #4E90E6;
  user-select: none;
}
body .btn-bg-round-flat:hover {
  background-color: #4E90E6 !important;
}
body .btn-bg-round-flat:hover * {
  color: #fff !important;
}
body .btn-bg-round-flat:active {
  background-color: rgba(3, 14, 28, 0.7) !important;
}
body div.custom-title {
  background-color: rgba(56, 101, 160, 0.7);
  color: #fff;
}
body a {
  color: #4E90E6;
}
body .container {
  background-color: rgba(3, 14, 28, 0.7);
}
body .container h1 {
  color: #fff;
}
body .container h2 {
  color: #4E90E6;
}
body .container .header {
  background-color: #030e1c;
}
body .container .header .header--section-left .section-left--logo img:hover {
  background-color: rgba(78, 144, 230, 0.15);
}
body .container .header .header--section-right .section-right--nav .nav--ul .ul--li a label {
  color: #fff;
}
body .container .header .header--section-right .section-right--nav .nav--ul .ul--li a label:hover {
  border-color: #fff !important;
}
body .container .header .header--section-right .section-right--nav .nav--ul .ul--li a.active label {
  border-color: #fff !important;
}
body .container .header .header--section-right .section-right--nav .nav--ul .ul--li a.active label:hover {
  border-color: #4E90E6 !important;
}
body .container .header .header--section-right .section-right--nav .nav--ul .ul--li .theme--title {
  background-color: rgba(56, 101, 160, 0.15);
}
body .container .container-content .main .btn-bg-round {
  background-color: rgba(255, 255, 255, 0.075);
}
body .container .container-content .main[type=about], body .container .container-content .main[type=contact], body .container .container-content .main[type=experience] {
  flex-direction: column;
  width: 50%;
}
body .container .container-content .main[type=about] .card, body .container .container-content .main[type=contact] .card, body .container .container-content .main[type=experience] .card {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.035);
}
body .container .container-content .main[type=home] .main--section .section--title .title-right p {
  color: #fff;
}
body .container .container-content .main[type=home] .main--section .section--title .title-right p .title-right--title {
  background-color: rgba(255, 255, 255, 0.075);
  color: #4E90E6;
}
body .container .container-content .main[type=home] .main--section .section--title .title-right p .title-right--title:hover {
  background-color: #fff;
  color: #4E90E6;
}
body .container .container-content .main[type=about] .card .btn-bg-round-flat {
  text-shadow: none;
}
body .container .container-content .main[type=contact] .card .card--body form input[type=text].warning, body .container .container-content .main[type=contact] .card .card--body form input[type=email].warning, body .container .container-content .main[type=contact] .card .card--body form textarea.warning {
  border-color: #ad2e2e !important;
}
body .container .container-content .main[type=contact] .card .card--body .message-pop-up.valid {
  background-color: rgba(56, 101, 160, 0.15);
  color: #4E90E6;
}
body .container .container-content .main[type=contact] .card .card--body .message-pop-up.invalid {
  background-color: rgba(173, 46, 46, 0.35);
  color: #ad2e2e;
}
body .container .container-content .main[type=contact] .card .card--body .body--section-top .p-user-data input {
  border-color: #fff;
  outline-color: #4E90E6;
  color: #fff;
}
body .container .container-content .main[type=contact] .card .card--body .body--section-top .p-user-data input::placeholder {
  color: #fff;
}
body .container .container-content .main[type=contact] .card .card--body .body--section-top .p-user-data input:focus {
  caret-color: #4E90E6;
}
body .container .container-content .main[type=contact] .card .card--body .body--section-bottom .div-user-data-textarea textarea {
  border-color: #fff;
  outline-color: #4E90E6;
  caret-color: #4E90E6;
  color: #fff;
}
body .container .container-content .main[type=contact] .card .card--body .body--section-bottom .div-user-data-textarea textarea::placeholder {
  color: #fff;
}
body .container .container-content .main[type=contact] .card .card--body .body--section-bottom-info .line {
  background-color: #fff;
}
body .container .container-content .main[type=experience] .main-experience .card a {
  color: #4E90E6;
}
body .container .container-content .main[type=experience] .main-experience .card a * {
  color: #4E90E6;
}
body .container .container-content .main[type=experience] .main-experience .card a:hover {
  color: #436CA2;
}
body .container .container-content .main[type=experience] .main-experience .card a:hover * {
  color: #436CA2;
}
body .container .container-content .main[type=experience] .main-experience .card.main-experience--aside .aside-professional--skills .skills-division p label {
  background-color: rgba(78, 144, 230, 0.15);
  color: #4E90E6;
}
body .container .container-content .main[type=experience] .main-experience .card.main-experience--body .experiences--bottom a {
  background-color: rgba(78, 144, 230, 0.15);
}
body .container .footer {
  background-color: #030e1c;
  background-image: radial-gradient(circle, rgba(255, 255, 255, 0.035), #030e1c);
}
body .container .footer h3 {
  color: #fff;
}
body .container .footer .footer--shortcuts > div ul li a {
  color: #fff;
}
body .container .footer .footer--shortcuts > div ul li a:hover {
  background-color: rgba(56, 101, 160, 0.3);
}
body .container .footer .footer--info .line {
  background-color: rgba(255, 255, 255, 0.055);
}
body .container .footer .footer--info .info--info-left p {
  color: #fff;
}
body .container .footer .footer--info .info--info-left p a {
  color: #fff;
}
body .container .footer .footer--info .info--info-right * {
  color: #fff;
}
body .container-scroll-indicator > label {
  border-color: #4E90E6;
}
body .container-scroll-indicator > label:hover {
  border-color: #3865A0;
}
body .container-scroll-indicator > label:active {
  background-color: rgba(78, 144, 230, 0.035);
}
body .container-scroll-indicator > label.on {
  background-color: #4E90E6;
}

@media (max-width: 760px) {
  body .container .header .header--section-right .section-right--nav .nav--ul .ul--li:hover {
    background-color: rgba(255, 255, 255, 0.3);
  }
  body .container .header .header--section-right .section-right--options.end .btn-bg-round:hover {
    background-color: rgba(255, 255, 255, 0.3) !important;
  }
  body .container .header .header--section-right .section-right--options.end .btn-bg-round:hover * {
    color: #030e1c !important;
  }
  body .container .header.expand .header--section-right {
    background-color: #3865A0;
  }
}
/* SCROLL BAR SETTINGS */
::-webkit-scrollbar {
  width: 0.35em;
}

::-webkit-scrollbar-track {
  background: #030e1c;
  transition: 0.2s ease-in-out;
}

::-webkit-scrollbar-thumb {
  background: #fff;
  transition: 0.2s ease-in-out;
}

::-webkit-scrollbar-thumb:hover {
  background: rgb(160, 160, 160);
}

::-webkit-scrollbar-button:increment {
  background-image: url("../icon/caret-down-solid.svg");
  background-color: #030e1c;
  background-position: center;
  background-repeat: no-repeat;
  height: 2em;
  border-radius: 0px;
  transition: 0.2s ease-in-out;
}

::-webkit-scrollbar-button:decrement {
  background-image: url("../icon/caret-up-solid.svg");
  background-color: #030e1c;
  background-position: center;
  background-repeat: no-repeat;
  height: 2em;
  border-radius: 0px;
  transition: 0.2s ease-in-out;
}

::-webkit-scrollbar-button:increment:hover, ::-webkit-scrollbar-button:decrement:hover {
  cursor: pointer;
}

body {
  background-color: #d4d4d4;
  background-image: none;
}
body .container {
  display: flex;
  flex-direction: column;
  background-color: rgb(255, 255, 255);
  width: 62em;
  margin: 3em auto;
}
body .container .line {
  font-weight: 600;
}
body .container .header {
  display: flex;
  flex-direction: column;
  padding: 2rem 4.05rem 1rem 4.05rem;
  background-color: transparent;
}
body .container .header h1 {
  font-size: 3rem;
  color: #054599;
  margin: 0em;
}
body .container .header h2 {
  margin: 0em 0em 0.5rem 0em;
}
body .container .header .div-header-head {
  display: flex;
  width: 100%;
}
body .container .header .div-header-head.name .container-head {
  display: flex;
  align-items: start;
}
body .container .header .div-header-head.name .container-head:first-child {
  flex-direction: column;
  gap: 0.5em;
  flex: 1;
}
body .container .header .div-header-head.name .container-head:last-child {
  flex: 0;
  gap: 0.05rem 0.05rem;
}
body .container .header .div-header-head.name .container-head:last-child label {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.2s ease-in-out;
  border-radius: 50%;
  border: 2px solid transparent;
  font-size: 0.85rem;
  width: 2em;
  height: 2em;
  background-color: transparent;
  cursor: pointer;
}
body .container .header .div-header-head.name .container-head:last-child label.download:hover {
  border-color: #bebebe;
}
body .container .header .div-header-head.name .container-head:last-child label.translate--content * {
  color: #054599 !important;
  font-weight: 600;
}
body .container .header .div-header-head.name .container-head:last-child label.translate--content:hover * {
  color: #444 !important;
}
body .container .header .div-header-head.links {
  justify-content: space-between;
}
body .container .header .div-header-head.links p {
  display: flex;
  flex-direction: column;
  align-items: start;
}
body .container .header .div-header-head.links p label {
  white-space: nowrap;
}
body .container .header .div-header-head.links p label:first-child {
  font-weight: 600;
  color: rgb(70, 70, 70);
}
body .container .main {
  display: flex;
  justify-content: center;
  color: rgb(70, 70, 70);
  padding: 0rem 4.05rem 3.05rem 4.05rem;
  gap: 3.5em;
  background-color: transparent;
}
body .container .main h3.title,
body .container .main h4.title {
  color: #054599;
}
body .container .main h3.title *,
body .container .main h4.title * {
  color: #054599;
}
body .container .main h3.title-company *,
body .container .main h4.title-company * {
  color: inherit;
}
body .container .main section {
  text-align: justify;
  display: flex;
  flex-direction: column;
}
body .container .main section .div-section-body ul {
  padding-inline-start: 2.05rem;
}
body .container .main section .div-section-body .content .title-group {
  display: flex;
  gap: 0.5rem 0.5rem;
}
body .container .main section .div-section-body .content .title-group .links-group {
  display: flex;
  gap: 0.5rem 0.5rem;
}
body .container .main section .div-section-body .content .title-group .chld-h4 {
  margin-top: 0;
}
body .container .main section .div-section-body .content.content:nth-child(n+2) .title {
  margin-top: 2.17rem;
}
body .container .main section .div-section-body .content.sb3 .ul-technologies li ul {
  padding: 0em;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.3rem;
}
body .container .main section .div-section-body .content.sb3 .ul-technologies li ul li h4 {
  margin: 1.05rem 0rem;
}
body .container .main section .div-section-body .content.sb4 .ul-projects {
  display: flex;
  flex-direction: column;
  gap: 1.33rem;
}

@page {
  size: A4;
  margin: 0cm;
}
@media print {
  body {
    background-color: #fff;
    line-height: 1.2em;
  }
  body .container .header h1 {
    margin: 0em 0em 0.67em 0em;
  }
  body .container .header .div-header-head.name .container-head:last-child {
    display: none;
  }
  body .container .main {
    margin: 0 auto;
    justify-content: inherit;
    gap: 3.5em;
  }
}
/* SCROLL BAR SETTINGS */
::-webkit-scrollbar {
  width: 0.35em;
}

::-webkit-scrollbar-track {
  background: #fff;
  transition: 0.2s ease-in-out;
}

::-webkit-scrollbar-thumb {
  background: rgb(70, 70, 70);
  transition: 0.2s ease-in-out;
}

::-webkit-scrollbar-thumb:hover {
  background: rgb(160, 160, 160);
}

::-webkit-scrollbar-button:increment {
  background-image: url("../icon/caret-down-solid.svg");
  background-color: #fff;
  background-position: center;
  background-repeat: no-repeat;
  height: 2em;
  border-radius: 0px;
  transition: 0.2s ease-in-out;
}

::-webkit-scrollbar-button:decrement {
  background-image: url("../icon/caret-up-solid.svg");
  background-color: #fff;
  background-position: center;
  background-repeat: no-repeat;
  height: 2em;
  border-radius: 0px;
  transition: 0.2s ease-in-out;
}

::-webkit-scrollbar-button:increment:hover,
::-webkit-scrollbar-button:decrement:hover {
  cursor: pointer;
}

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