/**
* Template Name: MyResume
* Template URL: https://bootstrapmade.com/free-html-bootstrap-template-my-resume/
* Updated: Mar 17 2024 with Bootstrap v5.3.3
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

.img-container {
  position: relative;
  margin-top: -20px; /* Ajuste para subir a imagem */
}

.rounded-zoom {
  border-radius: 15px;
  transition: transform 0.3s ease;
}

.rounded-zoom:hover {
  transform: scale(1.1);
}


.skills-icons {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  gap: 20px;
}

.skills-icons div {
  flex: 1;
  text-align: center;
}

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  background-color: #2c2c2c;
  color: #ffffff;
  font-family: 'Arial';
}

a {
  color: #1e90ff; /* Dodger blue for links */
  text-decoration: none;
}

a:hover {
  color: #00bfff; /* Deep sky blue for hover */
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "arial";
  color: #f5f5f5; /* Off-white for headings */
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #1e90ff; /* Dodger blue */
  width: 40px;
  height: 40px;
  border-radius: 50px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #00bfff; /* Deep sky blue */
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background:  #121808
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #1e90ff; /* Dodger blue */
  border-top-color:  #2c2c2c
  border-bottom-color:  #2c2c2c
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: animate-preloader 1s linear infinite;
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 9997;
  transition: all 0.5s;
  padding: 15px;
  overflow-y: auto;
}

@media (max-width: 991px) {
  #header {
    width: 300px;
    background: #121212; /* Dark background */
    border-right: 1px solid #121808;
    left: -300px;
  }
}

@media (min-width: 991px) {
  #main {
    margin-left: 100px;
  }
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.nav-menu {
  padding: 0;
  display: block;
}

.nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu>ul>li {
  position: relative;
  white-space: nowrap;
}

.nav-menu a,
.nav-menu a:focus {
  display: flex;
  align-items: center;
  color: #f5f5f5; /* Off-white text */
  padding: 10px 18px;
  margin-bottom: 8px;
  transition: 0.3s;
  font-size: 15px;
  border-radius: 50px;
  background: #333; /* Darker background */
  height: 56px;
  width: 100%;
  overflow: hidden;
  transition: 0.3s;
}

.nav-menu a i,
.nav-menu a:focus i {
  font-size: 20px;
}

.nav-menu a span,
.nav-menu a:focus span {
  padding: 0 5px 0 7px;
  color: #f5f5f5; /* Off-white text */
}

@media (min-width: 992px) {

  .nav-menu a,
  .nav-menu a:focus {
    width: 56px;
  }

  .nav-menu a span,
  .nav-menu a:focus span {
    display: none;
    color: #fff;
  }
}

.nav-menu a:hover,

.nav-menu .active:focus,
.nav-menu li:hover>a {
  color: #fff;
  background: #1e90ff; /* Dodger blue */
}


.nav-menu a:hover span,
.nav-menu .active span,
.nav-menu .active:focus span,
.nav-menu li:hover>a span {
  color: #fff;
}

.nav-menu a:hover,
.nav-menu li:hover>a {
  width: 100%;
  color: #fff;
}

.nav-menu a:hover span,
.nav-menu li:hover>a span {
  display: block;
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  position: fixed;
  right: 10px;
  top: 10px;
  z-index: 9998;
  border: 0;
  background: none;
  font-size: 28px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 0;
  cursor: pointer;
  border-radius: 50px;
  padding: 5px;
}

.mobile-nav-toggle i {
  color: #f5f5f5; /* Off-white text */
}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active #header {
  left: 0;
}

.mobile-nav-active .mobile-nav-toggle {
  color: #fff;
  background-color: #1e90ff; /* Dodger blue */
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/

#botaoport {
  display: inline-block;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  color: #ffffff; /* White text */
  background-color: #1e90ff; /* Dodger blue */
  border: 2px solid #1e90ff; /* Dodger blue */
  border-radius: 4px;
  cursor: pointer;
  transition: background-color 0.3s, color 0.3s, border-color 0.3s;
}

#botaoport:hover {
  background-color: #ffffff; /* White background */
  color: #1e90ff; /* Dodger blue text */
}


#hero {
  width: 100%;
  height: 100vh;
  background-color:#121808;
  background-size: cover;
  position: relative;
}

@media (min-width: 992px) {
  #hero {
    padding-left: 160px;
  }
}

#hero:before {
  content: "";
  background: rgba(18, 18, 18, 0.8); /* Dark overlay */
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#hero h1 {
  margin: 0;
  font-size: 64px;
  font-weight: 700;
  line-height: 56px;
  color: #f5f5f5; /* Off-white text */
}

#hero p {
  color: #f5f5f5; /* Off-white text */
  margin: 15px 0 0 0;
  font-size: 26px;
  font-family: "Poppins", sans-serif;
}

#hero p span {
  color: #1e90ff; /* Dodger blue */
  letter-spacing: 1px;
}

#hero .social-links {
  margin-top: 30px;
}

#hero .social-links a {
  font-size: 24px;
  display: inline-block;
  color: #f5f5f5; /* Off-white text */
  line-height: 1;
  margin-right: 20px;
  transition: 0.3s;
}

#hero .social-links a:hover {
  color: #1e90ff; /* Dodger blue */
}

@media (max-width: 991px) {
  #hero h1 {
    font-size: 32px;
    line-height: 36px;
  }

  #hero p {
    font-size: 18px;
    line-height: 24px;
  }

  #hero .social-links a {
    margin-right: 10px;
    font-size: 18px;
  }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
  overflow: hidden;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}

.section-title h2 {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
  color: #f5f5f5; /* Off-white text */
}

.section-title h2::before {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 3px;
  background: #1e90ff; /* Dodger blue */
  bottom: 0;
  left: calc(50% - 25px);
}

.section-title p {
  margin-bottom: 0;
  color: #cccccc; /* Light grey text */
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about .about-img {
  margin-bottom: 30px;
}

.about .about-img img {
  max-width: 100%;
  border-radius: 20px;
  transition: transform 0.5s ease;
}

.about .icon-box {
  margin-bottom: 20px;
  padding-left: 40px;
  position: relative;
}

.about .icon-box i {
  color: #1e90ff; /* Dodger blue */
  position: absolute;
  left: 0;
  font-size: 32px;
  line-height: 1;
  top: 0;
}

.about .icon-box h4 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #f5f5f5; /* Off-white text */
}

.about .icon-box p {
  color: #cccccc; /* Light grey text */
  margin-bottom: 0;
}

.about .counts {
  padding-top: 20px;
}

.about .counts .count-box {
  padding: 30px;
  width: 100%;
}

.about .counts .count-box i {
  display: block;
  font-size: 36px;
  color: #1e90ff; /* Dodger blue */
  float: left;
}

.about .counts .count-box span {
  font-size: 28px;
  line-height: 24px;
  display: block;
  font-weight: 700;
  color: #f5f5f5; /* Off-white text */
  margin-left: 50px;
}

.about .counts .count-box p {
  padding: 15px 0 0 0;
  margin: 0 0 0 50px;
  font-family: "arial";
  font-size: 14px;
  color: #cccccc; /* Light grey text */
}

/*--------------------------------------------------------------
# Facts
--------------------------------------------------------------*/
.facts {
  background: url("assets/img/facts-bg.jpg") center center no-repeat;
  background-size: cover;
  position: relative;
}

.facts:before {
  content: "";
  background: rgba(18, 18, 18, 0.9); /* Dark overlay */
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

.facts .counters span {
  font-size: 48px;
  display: block;
  font-weight: 700;
  color: #1e90ff; /* Dodger blue */
}

.facts .counters p {
  padding: 0;
  margin: 0 0 20px 0;
  font-family: "arial";
  font-size: 14px;
  color: #cccccc; /* Light grey text */
}

.facts .facts-img {
  max-width: 100%;
}

/*--------------------------------------------------------------
# Skills
--------------------------------------------------------------*/
.skills .progress {
  height: 60px;
  display: block;
  background: none;
  box-shadow: none;
  margin-bottom: 10px;
}

.skills .progress .progress-bar {
  width: 1px;
  height: 60px;
  line-height: 60px;
  background: #1e90ff; /* Dodger blue */
  transition: width 0.4s ease;
}

.skills .progress .progress-bar .progress-value {
  float: left;
  padding: 0 20px;
  margin: -20px 0 0 0;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #f5f5f5; /* Off-white text */
}

.skills .progress .skill {
  padding: 0;
  margin: 0 0 6px 0;
  text-transform: uppercase;
  display: block;
  font-weight: 600;
  font-family: "arial";
  color: #cccccc; /* Light grey text */
}

/*--------------------------------------------------------------
# Resume
--------------------------------------------------------------*/
.resume .resume-title {
  font-size: 26px;
  font-weight: 700;
  margin-top: -5px;
  margin-bottom: 10px;
  color: #f5f5f5; /* Off-white text */
}

.resume .resume-item {
  padding: 0 0 20px 20px;
  border-left: 2px solid #1e90ff; /* Dodger blue */
  position: relative;
}

.resume .resume-item h4 {
  line-height: 18px;
  font-size: 18px;
  font-weight: bold;
  color: #f5f5f5; /* Off-white text */
}

.resume .resume-item h5 {
  font-size: 16px;
  background: #333; /* Darker background */
  padding: 5px 15px;
  display: inline-block;
  font-weight: 600;
  margin-bottom: 10px;
  color: #f5f5f5; /* Off-white text */
}

.resume .resume-item ul {
  padding-left: 20px;
}

.resume .resume-item ul li {
  padding-bottom: 10px;
  color: #cccccc; /* Light grey text */
}

.resume .resume-item:last-child {
  padding-bottom: 0;
}

.resume .resume-item::before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 50px;
  left: -9px;
  top: 0;
  background: #fff;
  border: 2px solid #1e90ff; /* Dodger blue */
}

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
/* Portfolio Section */
.portfolio {
  padding: 60px 0;
}

.portfolio .portfolio-item {
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.portfolio .portfolio-wrap {
  background: #121212; /* Dark background */
  padding: 15px;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.portfolio .portfolio-wrap img {
  width: 100%;
  height: 200px; /* Fixed height */
  object-fit: cover; /* Maintain aspect ratio */
  transition: all 0.3s ease-in-out;
}

.portfolio .portfolio-info {
  opacity: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 15px;
  background: rgba(18, 18, 18, 0.8);
  transition: all 0.3s ease-in-out;
}

.portfolio .portfolio-info h4 {
  font-size: 20px;
  color: #f5f5f5; /* Off-white text */
}

.portfolio .portfolio-links {
  text-align: center;
  margin-top: 10px;
}

.portfolio .portfolio-links a {
  color: #1e90ff; /* Dodger blue */
  display: inline-block;
  margin-right: 10px;
  transition: 0.3s;
}

.portfolio .portfolio-links a:hover {
  color: #00bfff; /* Deep sky blue */
  font-family: arial;
}

.portfolio .portfolio-item:hover img {
  transform: scale(1.1);
}

.portfolio .portfolio-item:hover .portfolio-info {
  opacity: 1;
}

/* Custom Button Styling */
.button-container {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}

.custom-button {
  background-color: #1e90ff;
  color: white;
  border: none;
  padding: 10px 20px;
  font-size: 16px;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s ease, transform 0.3s ease;
}

.custom-button:hover {
  background-color: #00bfff;
  transform: scale(1.05);
}

.custom-button a {
  color: white;
  text-decoration: none;
}

/* Responsive layout */
@media (max-width: 992px) {
  .portfolio .portfolio-item {
    margin-bottom: 30px;
  }
}

@media (max-width: 768px) {
  .portfolio .portfolio-item {
    margin-bottom: 30px;
  }
}

@media (max-width: 576px) {
  .portfolio .portfolio-item {
    margin-bottom: 30px;
  }
}





#botaoport {
  background-color: #007bff;
  color: #fff;
  border: none;
  padding: 10px 20px;
  font-size: 16px;
  cursor: pointer;
  border-radius: 5px;
  transition: background-color 0.3s ease;
}

#botaoport:hover {
  background-color: #0056b3;
}
/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info-box {
  color: #f5f5f5; /* Off-white text */
  text-align: center;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.08);
  padding: 30px 20px;
  background: #121212; /* Dark background */
}

.contact .info-box i {
  font-size: 32px;
  color: #1e90ff; /* Dodger blue */
  border-radius: 50%;
  padding: 8px;
}

.contact .info-box h3 {
  font-size: 20px;
  color: #f5f5f5; /* Off-white text */
  font-weight: 700;
  margin: 10px 0;
}

.contact .info-box p {
  padding: 0;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
  color: #cccccc; /* Light grey text */
}

.contact .php-email-form {
  width: 100%;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.08);
  padding: 30px;
  background: #121212; /* Dark background */
  border-radius: 10px; /* Rounded corners */
}

.contact .php-email-form .form-group {
  padding-bottom: 8px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .error-message br+br {
  margin-top: 25px;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #1e90ff; /* Dodger blue */
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .form-group {
  margin-bottom: 20px;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
  padding: 10px 15px;
  box-shadow: none;
  font-size: 14px;
  border-radius: 5px; /* Rounded corners */
  transition: 0.3s;
  border: 1px solid #1e90ff; /* Dodger blue */
  color: #f5f5f5; /* Off-white text */
  background: #121212; /* Dark background */
}

.contact .php-email-form input:focus,
.contact .php-email-form textarea:focus {
  border-color: #1e90ff; /* Dodger blue */
  background: #1e1e1e; /* Slightly lighter background on focus */
}

.contact .php-email-form input::placeholder,
.contact .php-email-form textarea::placeholder {
  color: #cccccc; /* Light grey text */
}

.contact .php-email-form button[type="submit"] {
  background: #1e90ff; /* Dodger blue */
  border: 0;
  padding: 10px 24px;
  color: #fff;
  font-size: 16px;
  border-radius: 5px; /* Rounded corners */
  transition: background-color 0.4s ease, transform 0.3s ease;
}

.contact .php-email-form button[type="submit"]:hover {
  background: #00bfff; /* Deep sky blue */
  transform: scale(1.05);
}

.contact .php-email-form .text-center {
  text-align: center;
}

@media (max-width: 768px) {
  .contact .php-email-form .form-group {
    padding-bottom: 15px;
  }
}

#footer {
  background: #121212; /* Fundo escuro */
  color: #f5f5f5; /* Texto off-white */
  padding: 20px 0;
}

#footer .container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

#footer h4 {
  font-size: 24px;
  margin-bottom: 10px;
}

#footer .social-links {
  margin-bottom: 20px;
}

#footer .social-links a {
  font-size: 20px;
  display: inline-block;
  background: #1e90ff; /* Dodger blue */
  color: #fff;
  line-height: 1;
  padding: 10px;
  margin: 0 5px;
  border-radius: 50%;
  transition: 0.3s;
}

#footer .social-links a:hover {
  background: #00bfff; /* Deep sky blue */
  color: #fff;
  text-decoration: none;
}

#footer .copyright {
  font-size: 14px;
}
