/*--------------------------------------------------------------------- 
File Name: style.css 
---------------------------------------------------------------------*/


/*--------------------------------------------------------------------- 
import Fonts 
---------------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css?family=Rajdhani:300,400,500,600,700');
@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Raleway:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,600i,700,700i,800,800i&display=swap');

/*--------------------------------------------------------------------- import Files ---------------------------------------------------------------------*/

@import url(font-awesome.min.css);
@import url(owl.carousel.min.css);

/*--------------------------------------------------------------------- 
basic 
---------------------------------------------------------------------*/

body {
     color: #666;
     font-size: 14px;
     font-family: 'Poppins', sans-serif;
     overflow-x: hidden; /* Prevent horizontal scrolling */
 }

a {
     color: #1f1f1f;
     text-decoration: none !important;
     outline: none !important;
     -webkit-transition: all .3s ease-in-out;
     -moz-transition: all .3s ease-in-out;
     -ms-transition: all .3s ease-in-out;
     -o-transition: all .3s ease-in-out;
     transition: all .3s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
     letter-spacing: 0;
     font-weight: normal;
     position: relative;
     padding: 0;
     font-weight: normal;
     line-height: normal;
     color: #111111;
     margin: 0
}

h1 {
     font-size: 24px
}

h2 {
     font-size: 22px
}

h3 {
     font-size: 18px
}

h4 {
     font-size: 16px
}

h5 {
     font-size: 14px
}

h6 {
     font-size: 13px
}

*,
*::after,
*::before {
     -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
     box-sizing: border-box;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
     color: #212121;
     text-decoration: none!important;
     opacity: 1
}

button:focus {
     outline: none;
}

ul,
li,
ol {
     margin: 0px;
     padding: 0px;
     list-style: none;
}

p {
     margin: 0px;
     padding: 0;
     font-weight: 400;
     font-size: 17px;
     line-height: 28px;
}

a {
     color: #222222;
     text-decoration: none;
     outline: none !important;
}

a,
.btn {
     text-decoration: none !important;
     outline: none !important;
     -webkit-transition: all .3s ease-in-out;
     -moz-transition: all .3s ease-in-out;
     -ms-transition: all .3s ease-in-out;
     -o-transition: all .3s ease-in-out;
     transition: all .3s ease-in-out;
}

img {
     max-width: 100%;
     height: auto;
}

 :focus {
     outline: 0;
}

.btn-custom {
     margin-top: 20px;
     background-color: transparent !important;
     border: 2px solid #ddd;
     padding: 12px 40px;
     font-size: 16px;
}

.lead {
     font-size: 18px;
     line-height: 30px;
     color: #767676;
     margin: 0;
     padding: 0;
}

.form-control:focus {
     border-color: #ffffff !important;
     box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .25);
}

.navbar-form input {
     border: none !important;
}

.badge {
     font-weight: 500;
}

blockquote {
     margin: 20px 0 20px;
     padding: 30px;
}

button {
     border: 0;
     margin: 0;
     padding: 0;
     cursor: pointer;
}

.full {
     width: 100%;
     float: left;
     margin: 0;
     padding: 0;
}

.titlepage {
     padding-bottom: 20px;
}

.titlepage h2 {
     font-size: 45px;
     font-weight: bold;
     line-height: 50px;
     color: #323232;
}

.read_more {
     display: inline-block;
     background: #6dcff6;
     color: #fff;
     max-width: 115px;
     height: 31px;
     line-height: 31px;
     width: 100%;
     font-size: 12px;
     text-align: center;
     font-weight: 500;
     transition: ease-in all 0.5s;
}

.read_more:hover {
     background: #0e0b01;
     color: #fff;
     transition: ease-in all 0.5s;
}

.img_responsive {
     max-width: 100%;
}

.text_align_center {
     text-align: center;
}

.text_align_left {
     text-align: left;
}

.text_align_right {
     text-align: right;
}

.d_flex {
     display: flex;
     align-items: center;
     flex-wrap: wrap;
}

.container {
     margin-top: 10px; /* Add space at the top of each section */
     margin-bottom: 10px; /* Add space at the bottom of each section */
 }



.main_carousel .container-fluid {
    position: static; /* Prevent fixed positioning */
    box-shadow: none; /* Remove shadow */
}


/*---------------------------- 
loader  
----------------------------*/

.loader_bg {
     position: fixed;
     z-index: 9999999;
     background: #fff;
     width: 100%;
     height: 100%;
}

.loader {
     height: 100%;
     width: 100%;
     position: absolute;
     left: 0;
     top: 0;
     display: flex;
     justify-content: center;
     align-items: center;
}

.loader img {
     width: 280px;
}


/*--------------------------------------------------------------------- 
header 
---------------------------------------------------------------------*/

.header {
     padding: 30px;
     position: fixed;
     top: 0;
     left: 0;
     width: 100%;
     z-index: 1000; /* Keeps it in the foreground */
     background: rgba(39, 43, 44, 0.9); /* Transparent background for visual effect */
     box-shadow: 0 -3px 20px 0px #717171; /* Optional: shadow effect */
   }

/* Header's container-fluid styles */
.header .container-fluid {
     padding-top: 20px; /* Adjust padding as needed for spacing */
     width: 100%; /* Ensure it covers full width */
     height: 1vh;
     background-color: rgba(39, 43, 44, 0.9); /* Ensure the background is solid */
   }



/*--------------------------------------------------------------------- 
menu section
---------------------------------------------------------------------*/


/* Fixed Navbar */
.fixed-navbar {
     position: fixed;
     top: 0;
     left: 0;
     width: 100%;
     height: auto;
     z-index: 1050; /* Ensure it is above other content */
     background-color: #343a40; /* Navbar background color */
     box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2); /* Optional: Adds a shadow for visual depth */
   }
   
   .navigation.navbar {
     display: flex; /* Enable flexbox */
     justify-content: left; /* Centers the nav items horizontally */
     padding: 0;
   }

/* Ensure that the navbar links are styled consistently */
.navigation.navbar-dark .navbar-nav {
     display: flex; /* Make the nav items a flex container */
     justify-content: center; /* Center the nav items */
     width: 100%; /* Ensure it spans the full width */
   }
   
   /* Individual nav links styling */
   .navigation.navbar-dark .navbar-nav .nav-link {
     padding: 15px 30px;
     color: #fff;
     font-size: 17px;
     line-height: 20px;
     font-weight: 400;
   }

.di_no {
     display: none;
}

ul.email {
     padding-top: 10px;
     display: flex;
     align-items: center;
     justify-content: flex-end;
     flex-wrap: wrap;
}

ul.email li {
     padding: 0px 15px;
}

ul.email li:nth-child(2) {
     padding-right: 0;
}

ul.email li a {
     font-size: 17px;
     color: #fff;
}

ul.email li i {
     color: #fff;
     font-size: 19px;
}


/** banner_main **/

#top_section {
     background-image: url('../images/pessoal05.jpg');
     background-size: 100%;
     background-repeat: no-repeat;
     padding-top: 50vh;
     position: relative;
     height: auto;
     background-position: 100% 40%;
}

#myCarousel .carousel-indicators {
     margin-left: 11px;
     right: inherit;
}

#myCarousel .carousel-indicators .active {
     background: #0e0b01;
}

#myCarousel .carousel-indicators li {
     cursor: pointer;
     background: #fff;
     border-radius: 40px;
     width: 22px;
     height: 22px;
}

#myCarousel a.carousel-control-next,
#myCarousel a.carousel-control-prev {
     display: none;
}

.relative {
     position: inherit;
     bottom: 0;
     padding: 0;
}

.bluid {
     margin-top: 10px;
     font-family: 'Open Sans', sans-serif;
     text-align: left;
}


.banner_main .bluid h2 {
     color: #e0b90d;
     font-size: 20px;
}


.banner_main .bluid h1 {
     color: #fff;
     font-size: 100px;
     line-height: 110px;
     font-weight: bold;
     padding-bottom: 25px;
}

.banner_main .bluid p {
     color: #fff;
     line-height: 25px;
     font-weight: 500;
     padding-bottom: 50px;
     font-size: 16px;
}

.banner_main .bluid .read_more {
     margin-right: 8px;
     background: #fff;
     color: #000;
}

.banner_main .bluid .read_more:hover {
     color: #fff;
     background: #0e0b01;
}


/** we_do **/

.we_do {
     background: #fff;
     padding: 20px 0 20px 0;
     height: auto;
}

.we1_do {
     position: inherit;
     padding: 0;
}

#bo_ho:hover {
     border: #292a2c solid 1px;
     transition: ease-in all 0.5s;
}

.we_box {
     border: #e6e7e8 solid 1px;
     transition: ease-in all 0.5s;
     padding: 40px;
     margin-bottom: 26px;
}

.we_box h3 {
     color: #292929;
     font-size: 22px;
     font-weight: bold;
     line-height: 25px;
     text-transform: uppercase;
     padding-top: 25px;
}

.we_box h3 img {
     float: right;
}

.we_box p {
     color: #292929;
     padding-top: 25px;
     display: block;
     padding-bottom: 40px;
}

.we_box li {
     color: #292929;
     padding-top: 5px;
     display: block;
     padding-bottom: 5px;
}

.we_box .read_more {
     max-width: 131px;
     height: 41px;
     line-height: 41px;
     margin: 0 auto;
     display: block;
     margin-right: 0;
     background: #464646;
}

#we1 .carousel-indicators {
     display: none;
}

#we1 a.carousel-control-next,
#we1 a.carousel-control-prev {
     background: #ffffff;
     width: 67px;
     height: 59px;
     top: 109%;
     opacity: 1;
     font-size: 33px;
     color: #000000;
     box-shadow: 3px 0 36px rgba(30, 30, 30, 0.2);
}

#we1 a.carousel-control-prev {
     left: 43%;
}

#we1 a.carousel-control-next {
     right: 43%;
}

#we1 a.carousel-control-next:focus,
#we1 a.carousel-control-next:hover,
#we1 a.carousel-control-prev:focus,
#we1 a.carousel-control-prev:hover {
     background: #464646;
     color: #fff;
     opacity: 1;
}


/** end we_do **/


/** Experience **/

.experience {
       background: url(../images/about_bg.jpg);
       background-color: #464646;
       background-position: center;
       background-repeat: no-repeat;
       height: auto;
       padding: 10px 10px;
  }
  
  .experience .titlepage {
       padding-bottom: 20px;
       margin-bottom: 20px;
  }
  
  .experience .titlepage h2 {
       color: #fff;
  }


/** TABLE of Experiences **/

.table-container {
     margin-top: 10px;
     max-width: 100%;
     overflow-x: auto;
     padding: 10px;
     background-color: #ffffff; /* Light background for the table container */
     border-radius: 8px;
   }
   
   /* Table styling */
   table {
     width: 100%;
     border-collapse: collapse;
     font-family: Arial, sans-serif;
     font-size: 14px;
     background-color: #ffffff;
     border-radius: 8px;
     overflow: hidden;
     box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
 }
   
   th, td {
     padding: 12px 15px;
     text-align: left;
     font-size: 15px;
     color: #333;
   }
   
   th {
     background-color: #17547c; /* Modern blue header */
     color: white;
     font-weight: bold;
   }
   
   td {
     border-bottom: 1px solid #f0f0f0; /* Light gray border between rows */
   }
   
   tr:nth-child(even) {
     background-color: #f9f9f9; /* Light alternate row color */
   }
   
   /* Hover effect for rows */
   tr:hover {
     background-color: #ecf6fc; /* Light blue hover effect */
   }
  
/** Education **/

.education {
   /**  background: url(../images/about_bg.jpg); **/
     background-color: #ffffff;
     background-position: center;
     background-repeat: no-repeat;
     height: auto;
     padding: 10px 10px;
}

.education .titlepage {
     padding-bottom: 10px;
     margin-bottom: 10px;
}

.education .titlepage h2 {
     color: #6d6d6d;
}


/** end about **/


/** portfolio **/
.portfolio {
     padding-top: 90px;
     padding-bottom: 90px;
     background: #fff;
     height: auto;
}

.portfolio .titlepage {
     padding-bottom: 20px;
     margin-bottom: 20px;
}

.portfolio .titlepage h2 {
     color: #6d6d6d;
     text-align: center;
}

.portfolio_main {
     margin-bottom: 30px;
     transition: ease-in all 0.5s;
}

.portfolio_main figure {
     margin: 0;
     position: relative;
     overflow: hidden;
}

#ho_nf:hover {
     box-shadow: 3px 0 20px rgba(30, 30, 30, 0.31);
     transition: ease-in all 0.5s;
}

#ho_nf:hover .portfolio_text {
     height: 240px;
     transition: ease-in all 0.5s;
     padding: 40px 40px;
}

#ho_nf:hover .li_icon {
     margin-top: -65px;
     transition: ease-in all 0.7s;
}

.portfolio_text {
     cursor: pointer;
     position: absolute;
     transition: ease-in all 0.5s;
     bottom: 0;
     height: 0;
     background: #fff;
     overflow: initial;
}

.li_icon {
     display: flex;
     transition: ease-in all 0.7s;
     z-index: 99999999999999999999999;
     position: absolute;
}

.li_icon a {
     background: #fff;
     width: 60px;
     height: 60px;
     border-radius: 50px;
     display: flex;
     align-items: center;
     justify-content: center;
     color: #3a404e;
     box-shadow: 3px 0 9px rgba(30, 30, 30, 0.09);
}

.li_icon a:hover {
     background: #0f1012;
     color: #fff;
}

.portfolio_text h3 {
     color: #0c0c0d;
     font-size: 24px;
     line-height: 30px;
     font-weight: bold;
     padding-bottom: 15px;
}

.portfolio_text p {
     color: #031330;
     font-size: 17px;
     line-height: 30px;
     padding-bottom: 15px;
}

.portfolio .read_more {
     margin: 0 auto;
     display: block;
     background: #252525;
     margin-top: 30px;
}

.portfolio .read_more:hover {
     background: #464646c7;
}


/* end portfolio */

/* chose */
.chose {
     padding: 90px 0 60px 0;
     background: #323232;
     height: auto;
}

.chose .titlepage h2 {
     color: #fff;
     text-align: center;
}

.chose.chose .titlepage p {
     color: #fff;
     padding-top: 15px;
}


/* Ensure flex container works well */
.d-flex {
     display: flex;
     flex-wrap: wrap; /* Allow elements to wrap to the next row */
     justify-content: center; /* Center the items horizontally */
     gap: 20px; /* Add some space between the items */
   }


/* Adjust the size for each box */
.chose_box {
     text-align: center;
     padding: 20px;
     background-color: #4684c2;
     border-radius: 8px;
     box-shadow: 0 4px 12px rgb(0, 0, 0);
     transition: transform 0.3s ease, box-shadow 0.3s ease;
     position: auto;
 }
 
 /* Paragraph styling */
 .chose_box p {
     font-size: 16px;
     color: #ffffff;
     margin: 20px 20px;
     font-weight: bold;
 }
/** end chose **/


/** contact section **/
.contact {
     background: #fefeff;
     display: flex; /* Enables flexbox for alignment */
     justify-content: center; /* Centers horizontally */
     align-items: center; /* Centers vertically */
     height: auto; /* Ensures the contact section takes full viewport height */
     padding: 20px; /* Adds some padding for smaller screens */
 }

 .contact .container {
     max-width: 600px; /* Restricts form width */
     width: 100%;
 }

 .contact .titlepage {
     margin-bottom: 20px;
     text-align: center;
 }

/** end contact section **/

/** footer **/

.footer {
     display: flex; /* Enables flexbox for alignment */
     justify-content: center; /* Centers content horizontally */
     align-items: center; /* Centers content vertically */
     height: auto; /* Ensures the footer takes the full viewport height */
     background-color: #f8f8f8; /* Optional background color for visibility */
     padding: 10px; /* Adds some padding for spacing */
 }

 .footer .container {
     margin-top: 0px;
     max-width: 600px; /* Restricts the width of the content */
     width: 100%; /* Ensures responsiveness */
 }

 .footer .Informa h3 {
     margin-top: 0px;
     text-align: center; /* Centers the title */
     margin-bottom: 10px; /* Adds spacing below the heading */
     font-size: 24px;
     color: #333;
 }

 .footer .Informa ul {
     list-style: none; /* Removes default bullet points */
     padding: 0; /* Removes default padding */
     text-align: center; /* Centers the list items */
 }

 .footer .Informa ul li {
     font-size: 16px;
     color: #303030;
     margin-bottom: 10px; /* Adds spacing between items */
 }

.Informa li {
     font-size: 17px;
     line-height: 37px;
     color: #ffffff;
}

.Informa li a:hover {
     color: #bdbdbe;
}

/* Make the footer fixed at the bottom */
.copyright {
     position: fixed; /* Fixes the footer at the bottom */
     bottom: 0;
     left: 0;
     width: 100%; /* Ensures the footer spans the full width of the page */
     background-color: #333; /* Choose a suitable background color */
     color: white; /* Set text color to white for visibility */
     padding: 15px 0; /* Adjust padding as needed */
     z-index: 1000; /* Ensures it stays above other content */
     height: auto;
   }
   
   .copyright .container {
     max-width: auto; /* Adjust to match your content width */
     margin: 0 auto; /* Centers the content */
   }
   
   .copyright .social_icon {
     list-style: none;
     padding: 0;
     margin: 0;
     text-align: center;
   }
   
   .copyright .social_icon li {
     display: inline-block;
     margin: 0 10px;
   }
   
   .copyright .social_icon li a {
     color: white; /* Makes sure social icons are white */
     font-size: 20px; /* Adjust icon size */
   }
   
   .copyright p {
     margin: 0;
     font-size: 14px; /* Adjust font size */
     text-align: center;
   }
   
   .copyright .social_icon li a:hover {
     color: #ff9800; /* Optional hover effect */
   }
   
/** end footer **/
