/* 

Tinker Template

http://www.templatemo.com/tm-506-tinker

*/

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Roboto', arial, sans-serif;
}

html {
    scroll-behavior: smooth;
}

body {
	overflow-x: hidden;
    font-family: 'Open Sans', sans-serif;
    background-color: #fff;
}

ul {
	list-style: none;
	margin: 0px;
}

p {
	color: #7a7a7a;
	font-size: 14px;
	line-height: 24px;
}

.parallax-content {
  width: 100%;
  min-height: 100vh;
  background-size: cover;
}

.primary-white-button a {
	display: inline-block;
	background-color: #FFFFFF;
	font-size: 13px;
	padding: 12px 18px;
	color: #121212;
	font-weight: 500;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-decoration: none;
	border-radius: 20px;
}

.primary-blue-button a {
	display: inline-block;
	background-color: #226EBA;
	font-size: 13px;
	padding: 12px 18px;
	color: #FFFFFF;
	font-weight: 500;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-decoration: none;
	border-radius: 20px;
}

.pop-button h4 {
	display: inline-block;
	background-color: #226EBA;
	font-size: 13px!important;
	padding: 12px 18px;
	color: #FFFFFF;
	font-weight: 400!important;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-decoration: none;
	border-radius: 20px;
	cursor: pointer;
}


.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0;
    z-index: 10000;
    transition: all 0.2s ease-in-out;
    height: 80px;
    background-color: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    text-align: center;
    line-height: 40px;
}

.navbar-inverse .navbar-brand, .navbar-inverse .navbar-nav>li>a {
    text-shadow: none;
}

.navbar-brand {
	line-height: 80px;
	padding: 0px;
}

.navbar-nav>li>a {
	color: #fff!important;
	font-size: 13px;
	font-weight: 300;
	text-transform: uppercase;
	text-shadow: none;
	line-height: 80px;
	padding: 0px;
	letter-spacing: 0.5px;
}

.navbar-nav>li {
	margin-left: 45px;
}

.header.active .navbar-nav>li>a {
	font-family: 'Open Sans', arial, sans-serif;
	font-size: 13px;
	font-weight: 300;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	text-shadow: none;
	color: #121212!important;
}

.header.active {
    background-color: rgba(250, 250, 250, 0.98);
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
}
.navbar-brand {
	font-family: 'Open Sans', sans-serif;
	font-size: 25px;
	text-transform: uppercase;
	color: #fff!important;
	transition: all 0.5s;
	 
}
.navbar-brand em {
	font-style: normal;
	color: #EA3137;
	font-size: 32px;
}
.header.active .navbar-brand {
	color: #121212!important;
}
.header .navbar-brand {
    font-weight: 800;
}
.navbar-inverse {
	background-image: none;
	background-color: transparent;
}
.header .navbar {
    margin: 0;
    border: none;
}
.page-section {
    padding: 80px 0;
}
.navbar-inverse .navbar-toggle {
	margin-top: 22px;
    border-color: #EA3137;
    background-color: #EA3137;
}
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
	background-color: #EA3137;
}
.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 15px!important;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
@media (min-width: 768px) {
    .header .navbar-brand {
        padding-left: 0;
    }
    .navbar-nav {
        float: right;
    }
}
@media (max-width: 480px) {
    .page-section h1 {
        font-size: 3em;
    }
    .page-section h2 {
        font-size: 2em;
    }
    .page-section p {
        font-size: 1em;
        margin: 0 0 20px;
    }
}

.parallax-content {
  width: 100%;
  min-height: 100vh;
  background-size: cover;
}

.baner-content {
	width: 100%;
  	padding-top: 35vh;
  	text-align: center;
  	background-image: url(../img/banner_bg.jpg);
  	vertical-align: middle;
}

.baner-content .text-content {
	text-align: center;
}

.baner-content .text-content h2 {
	font-size: 36px;
	font-weight: 400;
	color: #fff;
}

.baner-content .text-content h2 span {
	font-weight: 700;
	color: #226EBA!important;
}

.baner-content .text-content h2 em {
	font-style: normal;
	font-weight: 700;
	color: #EA3137!important;
}

.baner-content .text-content p {
	color: #fff;
	font-size: 14px;
	line-height: 24px;
	padding: 0px 25%;
}

.baner-content .text-content .primary-white-button {
	margin-top: 25px;
}


#destaques {
	padding: 150px 0px;
	background-image: url(../img/about-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
}

#destaques .service-item {
	text-align: center;
	margin-bottom: 80px;
}

#destaques .service-item .icon {
	width: 80px;
	height: 80px;
	border: 3px solid #FFFFFF;
	border-radius: 50%;
	background-color: #226EBA;
	text-align: center;
	line-height: 80px;
	margin: 0 auto;
	margin-bottom: 20px;
}

#destaques .service-item h4 {
	color: #FFFFFF;
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 15px;
}

#destaques .service-item .line-dec {
	width: 45px;
	height: 2px;
	background-color: #FFFFFF;
	margin: 0 auto;
	margin-bottom: 15px;
}

#destaques .service-item p {
	color: #FFFFFF;
}

#destaques .service-item .primary-blue-button {
	margin-top: 20px;
}


.projects-holder .mix {
  display: none;
}

.projects-holder {
	padding: 0;
}

.projects-holder .row {
    margin: 0 -4px;
    display: flex;
    flex-wrap: wrap;
}

.filter-categories {
    margin-top: 30px;
    text-align: center;
}

.filter-categories ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 15px;
}

.filter-categories ul li {
    margin: 0;
    display: block;
}

.filter-categories ul li span {
    cursor: pointer;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 500;
    padding: 10px 20px;
    border: 2px solid transparent;
    border-radius: 25px;
    transition: all 0.3s ease;
    background-color: rgba(255, 255, 255, 0.1);
    white-space: nowrap;
    min-width: 120px;
    text-align: center;
}

.filter-categories ul li span:hover {
    background-color: rgba(247, 197, 82, 0.2);
    border-color: #226EBA;
    transform: translateY(-2px);
}

.filter-categories ul li.active span {
    color: #226EBA;
    background-color: #FFFFFF;
    border-color: #226EBA;
    font-weight: 600;
}

#portoflio .page-section {
	padding: 0px;
}

#portfolio {
    padding: 30px 0;
    background-color: #f8f9fa;
}

#portfolio .content-wrapper {
    background-color: #fff;
    border-radius: 0;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    overflow: hidden;
    margin: 0;
    width: 100%;
}

#portfolio .inner-container {
    padding: 0;
    margin: 0;
    width: 100%;
}

#portfolio .section-heading {
    padding: 60px 20px;
    background: linear-gradient(135deg, #236FBB 0%, #1e5aa0 100%);
    height: 100%;
    min-height: unset;
    margin-left: 0;
    padding-left: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: static;
}

#portfolio .section-heading h4 {
    margin-top: 0px;
    font-size: 32px;
    text-transform: uppercase;
    font-weight: 700;
    color: #FFFFFF;
    letter-spacing: 1px;
    margin-bottom: 15px;
}

#portfolio .section-heading .line-dec {
    width: 60px;
    height: 3px;
    background: linear-gradient(90deg, #EA3137 0%, rgba(234, 49, 55, 0.5) 100%);
    margin: 0 auto;
    margin-bottom: 15px;
}

#portfolio .section-heading p {
    color: #FFFFFF;
    padding-right: 0;
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 30px;
}

#portfolio .project-item {
    margin: 0;
    padding: 4px;
    transition: all 0.3s ease;
    opacity: 0;
    transform: translateY(20px);
}

#portfolio .project-item.animate-in {
    opacity: 1;
    transform: translateY(0);
}

#portfolio .project-item:hover {
    transform: translateY(-5px);
}

#portfolio .thumb {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 3px 10px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
}

#portfolio .thumb:hover {
    box-shadow: 0 8px 25px rgba(0,0,0,0.15);
}

#portfolio .thumb .image {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

#portfolio .thumb .image img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    transition: all 0.3s ease;
    display: block;
}

#portfolio .thumb .image:hover img {
    transform: scale(1.05);
}

#portfolio .thumb .image a {
    display: block;
    position: relative;
}

#portfolio .thumb .image a::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(35, 111, 187, 0.7);
    opacity: 0;
    transition: all 0.3s ease;
    z-index: 1;
}

#portfolio .thumb .image a::after {
    content: '🔍';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    font-size: 24px;
    color: #fff;
    z-index: 2;
    transition: all 0.3s ease;
}

#portfolio .thumb .image a:hover::before {
    opacity: 1;
}

#portfolio .thumb .image a:hover::after {
    transform: translate(-50%, -50%) scale(1);
}

#testimonial {
	background-color: #226EBA;
	text-align: center;
	padding: 80px 0px;
}

#testimonial .testimonials-item h4 {
	color: #FFFFFF;
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 10px;
}

#testimonial .testimonials-item span {
	color: #FFFFFF;
	font-size: 14px;
}

#testimonial .testimonials-item p {
	color: #9a9a9a;
	font-size: 16px;
	line-height: 28px;
	font-style: italic;
	background-color: #FFFFFF;
	padding: 30px;
	border-radius: 10px;
}

.owl-pagination {
  margin-top: 20px;
  opacity: 1;
  display: inline-block;
}

.owl-page span {
  display: block;
  width: 8px;
  height: 8px;
  margin: 0px 5px;
  filter: alpha(opacity=50);
  opacity: 0.5;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: #fff;
}




#blog {
	background-image: url(../img/blog-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
}

#blog .section-heading {
	text-align: left;
	padding-top: 60px;
	padding-bottom: 60px;
	background-color: rgba(0, 0, 0, 0.5);
	height: 582px;
	margin-left: -100vh;
	padding-left: 100vh;
	overflow: hidden!important;
}

#blog .section-heading h4 {
	margin-top: 0px;
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 700;
	color: #fff;
	letter-spacing: 1px;
}

#blog .section-heading .line-dec {
	width: 270px;
	height: 1px;
	background-color: rgba(250, 250, 250, 0.5);
	margin: 20px 0 15px 0;
}

#blog .section-heading p {
	color: #fff;
	padding-right: 70px;
}

.wrapper {
  text-align: center;
}

.tabs {
  list-style: none;
  margin-top: 40px;
  padding-right: 70px;
}

.tabs li {
  display: block;
  text-align: center;
  margin: 25px 0px;
}

.tabs a {
  display: inline-block;
  background-color: #FFFFFF;
  color:#121212;
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 12px 18px;
  border-radius: 20px;
  text-decoration: none;
}

.tabs a:hover {
  color: #226EBA;
}

.tabs .active {
  color: #226EBA;
}
#first-tab-group {
	margin-top: 30px;
	margin-bottom: 15px;
}
.tabgroup .text-content	 {
  background-color: #fff;
  color: #fff;
  padding: 25px;
  text-align: left;
}
.tabgroup .text-content h4 {
	font-size: 17px;
	font-weight: 500;
	letter-spacing: 0.5px;
	color: #121212;
	margin-top: 0px;
	margin-bottom: 5px;
}
.tabgroup .text-content span {
	font-size: 13px;
	color: #33c1cf;
}
.tabgroup .text-content a {
	font-size: 13px;
	color: #226EBA;
	text-decoration: none;
}
.tabgroup .text-content p {
	margin-top: 10px;
}

.clearfix:after {
  content:"";
  display:table;
  clear:both;
}

#contact-us {
	background-color: #596065;
	text-align: center;
	padding: 80px 0px;
}

#contact-us .section-heading h4 {
	color: #FFFFFF;
	font-size: 32px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 15px;
}

#contact-us .section-heading .line-dec {
	width: 60px;
	height: 3px;
	background-color: #FFFFFF;
	margin: 0 auto;
	margin-bottom: 15px;
}

#contact-us .section-heading p {
	color: #FFFFFF;
	font-size: 16px;
	line-height: 28px;
}

#contact-us .pop-button {
	margin-top: 30px;
}

#contact input {
  border-radius: 0px;
  padding-left: 15px;
  font-size: 13px;
  color: #232323;
  background-color: rgba(250, 250, 250, 1);
  outline: none;
  border: none;
  box-shadow: none;
  line-height: 50px;
  height: 50px;
  width: 100%;
  margin-bottom: 30px;
}

#contact textarea {
  border-radius: 0px;
  padding-left: 15px;
  padding-top: 10px;
  font-size: 13px;
  color: #232323;
  background-color: rgba(250, 250, 250, 1);
  outline: none;
  border: none;
  box-shadow: none;
  height: 165px;
  max-height: 220px;
  width: 100%;
  margin-bottom: 25px;
}

#contact button {
  display: inline-block;
	background-color: #226EBA;
	font-size: 13px;
	padding: 12px 18px;
	color: #FFFFFF;
	font-weight: 500;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-decoration: none;
	border-radius: 20px;
	border: none;
	cursor: pointer;
}


.pop #contact {
	z-index: 99999;
	position: fixed;
	top: 25%;
	left: 20%;
	right: 20%;
}

.pop {
	z-index: 99999;
	text-align: center;
	padding: 30px;
    display:none;
    position:fixed;
    width: 100%;
    top:0;
    left:0;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    box-shadow: 0px 0px 15px;
}

.pop span {
	position: absolute;
	top: 20px;
	right: 20px;
	width: 30px;
	height: 30px;
	background-color: #226EBA;
	color: #FFFFFF;
	text-align: center;
	line-height: 30px;
	border-radius: 50%;
	cursor: pointer;
	font-size: 16px;
	font-weight: bold;
}

.pop span:hover {
	background-color: #596065;
}




footer {
	margin-top: -6px;
	background-color: #373a3c;
	padding: 50px 0px;
}
footer .logo em {
	font-style: normal;
	font-size: 28px;
	color: #EA3137;
}
footer .logo-ft {
	display: inline-block;
	margin-top: 15px;
	text-decoration: none;
	color: #fff!important;
	font-size: 21px;
	font-weight: 900;
	text-transform: uppercase;
	text-shadow: none;
	letter-spacing: 1px;
}

footer .logo p {
	font-weight: 300;
	font-size: 12px;
	color: #fff;
	margin-bottom: -10px;
	letter-spacing: 0.5px;
}

footer .logo span {
	font-weight: 600;
	color: #f7c552;
}

footer .logo a {
	color: #FFFFFF;
}

footer .logo a:hover {
	color: #EA3137;
}

footer .location h4 {
	color: #FFFFFF;
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 20px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

footer .location ul li {
	color: #FFFFFF;
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 10px;
}

footer .location ul li:first-child {
	margin-right: 15px;
	padding-right: 15px;
	border-right: 1px solid rgba(250, 250, 250, 0.1);
}

footer .contact-info h4 {
	color: #FFFFFF;
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 20px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

footer .contact-info ul li {
	color: #FFFFFF;
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 10px;
}

footer .contact-info ul li em {
	color: #EA3137;
}

footer .connect-us h4 {
	color: #FFFFFF;
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 20px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

footer .connect-us ul li {
	margin-bottom: 10px;
}

footer .connect-us ul li a {
	display: inline-block;
	width: 35px;
	height: 35px;
	background-color: #FFFFFF;
	color: #373a3c;
	text-align: center;
	line-height: 35px;
	border-radius: 50%;
	text-decoration: none;
}

footer .connect-us ul li a:hover {
	background-color: #EA3137;
}


/* RESPONSIVE */

@media (max-width: 991px){

	.baner-content .text-content p {
		padding: 0px 20%;
	}


	#destaques .service-item {
		margin-bottom: 30px;
	} 

	#portfolio .section-heading {
		text-align: center;
		margin-bottom: 40px;
		background: linear-gradient(135deg, #226EBA 0%, #1e5aa0 100%);
		padding: 30px;
		border-radius: 10px;
	}

	#portfolio .section-heading .line-dec {
		margin: 20px auto 25px auto;
	}

	#portfolio .section-heading p {
		padding: 0;
		text-align: center;
	}

	.projects-holder {
		text-align: center;
		padding: 15px 0px;
	}

	#portfolio .project-item {
		margin: 15px 0px;
	}

	#blog .section-heading {
		text-align: center;
		padding-top: 100px;
		padding-bottom: 100px;
		background-color: rgba(0, 0, 0, 0.5);
		margin-left: -15px;
		padding-left: 0vh;
		margin-right: -15px;
		padding-right: 0vh;
		overflow: hidden!important;
	}

	#blog .section-heading .line-dec {
		margin: 20px auto 15px auto;
	}

	#blog .section-heading p {
		padding: 0px 30px;
	}

	.tabs {
		padding: 0px 45px;
	}

	#first-tab-group {
		margin-bottom: 30px;
	}

	#contact-us .section-heading p {
		padding: 0px 10%;
	}

	footer {
		text-align: center;
	}

	footer .logo {
		margin-bottom: 30px;
		padding-bottom: 30px;
		border-bottom: 1px solid rgba(250, 250, 250, 0.1);
	}

	footer .location {
		margin-bottom: 30px;
		padding-bottom: 30px;
		border-bottom: 1px solid rgba(250, 250, 250, 0.1);
	}

	footer .contact-info {
		margin-bottom: 30px;
		padding-bottom: 30px;
		border-bottom: 1px solid rgba(250, 250, 250, 0.1);
	}

	footer .contact-info ul li {
		margin-right: 10px;
		margin-left: 10px;
	}

}

@media (max-width: 768px) {
	.baner-content .text-content p {
		padding: 0px 10%;
	}
	#main-nav {
		background-color: rgba(255, 255, 255, 0.95);
		border: none;
	}
	.navbar-nav {
		margin: 0px;
		background-color: rgba(255, 255, 255, 0.95);
	}
	.navbar-inverse .navbar-nav>li {
		border-bottom: 1px solid rgba(0, 0, 0, 0.1);
		margin-left: 0px;
	}
	.navbar-inverse .navbar-nav>li:last-child {
		border-bottom: none;
	}
	.navbar-inverse .navbar-nav>li>a {
		line-height: 50px;
		padding: 0px 20px;
		font-size: 12px;
		color: #343434 !important;
	}
	
	/* Botão Solicitar Orçamento responsivo */
	a[href="#contact-us"] {
		padding: 10px 20px !important;
		font-size: 14px !important;
	}
}

/* Correção específica para menu mobile em modo paisagem */
@media (max-device-width: 480px) and (orientation: landscape) {
	.navbar-fixed-top .navbar-collapse,
	.navbar-fixed-bottom .navbar-collapse {
		max-height: none !important;
		height: auto !important;
		overflow-y: visible !important;
	}
}

@media (max-width: 385px){

	footer .location ul li {
		display: block;
	}

	footer .location ul li:first-child {
		margin-right: 0px;
		padding-right: 0px;
		border-right: none;
	}

}

@media (max-width: 991px) {
    #portfolio .section-heading {
        text-align: center;
        margin-bottom: 40px;
        background: linear-gradient(135deg, #226EBA 0%, #1e5aa0 100%);
        padding: 30px;
        border-radius: 10px;
    }

    #portfolio .section-heading .line-dec {
        margin: 20px auto 25px auto;
    }

    #portfolio .section-heading p {
        padding: 0;
        text-align: center;
    }

    .projects-holder-3 {
        padding: 30px;
        min-height: auto;
    }

    .projects-holder .row {
        margin: 0 -2px;
    }

    #portfolio .project-item {
        padding: 2px;
    }

    #portfolio .thumb .image img {
        height: 200px;
    }
}

@media (max-width: 768px) {
    #portfolio {
        padding: 20px 0;
    }

    #portfolio .section-heading {
        padding: 30px 15px;
        min-height: 300px;
    }

    #portfolio .section-heading h4 {
        font-size: 20px;
    }

    .filter-categories ul li span {
        font-size: 13px;
        padding: 8px 16px;
        min-width: 100px;
    }

    .filter-categories ul {
        justify-content: center;
        gap: 12px;
        flex-direction: column;
    }

    .projects-holder-3 {
        padding: 20px;
    }

    .projects-holder .row {
        margin: 0 -8px;
    }

    #portfolio .project-item {
        padding: 8px;
    }

    #portfolio .thumb .image img {
        height: 180px;
    }
}

@media (max-width: 576px) {
    #portfolio .section-heading {
        padding: 25px 10px;
        min-height: 250px;
    }

    #portfolio .section-heading h4 {
        font-size: 18px;
    }

    .filter-categories ul li {
        margin-bottom: 0;
    }

    .filter-categories ul li span {
        font-size: 12px;
        padding: 6px 12px;
        min-width: 90px;
    }

    .filter-categories ul {
        justify-content: center;
        gap: 10px;
        flex-direction: column;
        align-items: center;
    }

    .projects-holder-3,
    .projects-holder,
    #portfolio .row,
    .row {
        padding-left: 0 !important;
        padding-right: 0 !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    #portfolio .project-item,
    #portfolio .col-md-4,
    #portfolio .col-sm-6,
    #portfolio .col-xs-12 {
        width: 100% !important;
        max-width: 100% !important;
        flex: 0 0 100% !important;
        box-sizing: border-box;
        display: block;
        margin: 0 auto;
    }
    #portfolio .thumb .image img {
        width: 100% !important;
        height: auto !important;
        min-height: 180px;
    }
}

/* Melhorias para o grid de imagens */
.projects-holder-3 {
    padding: 60px;
    background-color: #fff;
    min-height: 100vh;
}

/* Controles de paginação */
.portfolio-pagination {
    margin-top: 40px;
    padding: 30px;
    background: #f8f9fa;
    border-radius: 10px;
    border: 1px solid #e9ecef;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

.pagination-info {
    font-size: 14px;
    color: #6c757d;
    font-weight: 500;
}

.pagination-controls {
    display: flex;
    align-items: center;
    gap: 15px;
}

.pagination-btn {
    background: #226EBA;
    color: #FFFFFF;
    border: none;
    padding: 8px 16px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 5px;
}

.pagination-btn:hover:not(:disabled) {
    background: #1e5aa0;
    transform: translateY(-1px);
}

.pagination-btn:disabled {
    background: #6c757d;
    cursor: not-allowed;
    opacity: 0.6;
}

.page-numbers {
    display: flex;
    gap: 8px;
}

.page-number {
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border: 2px solid #e9ecef;
    border-radius: 4px;
    color: #6c757d;
    cursor: pointer;
    margin: 0 2px;
    transition: all 0.3s ease;
    font-size: 14px;
    font-weight: 500;
}

.page-number:hover {
    border-color: #226EBA;
    color: #226EBA;
}

.page-number.active {
    background: #226EBA;
    border-color: #226EBA;
    color: #FFFFFF;
}

.items-per-page {
    display: flex;
    align-items: center;
    gap: 10px;
}

.items-per-page label {
    font-size: 14px;
    color: #6c757d;
    font-weight: 500;
}

.items-per-page select {
    padding: 8px 12px;
    border: 2px solid #e9ecef;
    border-radius: 6px;
    background: white;
    color: #495057;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.items-per-page select:focus {
    outline: none;
    border-color: #226EBA;
    box-shadow: 0 0 0 2px rgba(34, 110, 186, 0.2);
}

/* Estados de loading para paginação */
.portfolio-pagination.loading {
    opacity: 0.7;
    pointer-events: none;
}

.portfolio-pagination.loading .pagination-btn {
    cursor: not-allowed;
}

/* Responsividade para paginação */
@media (max-width: 768px) {
    .portfolio-pagination {
        flex-direction: column;
        gap: 15px;
        padding: 20px;
    }
    
    .pagination-controls {
        order: 1;
    }
    
    .pagination-info {
        order: 2;
        text-align: center;
    }
    
    .items-per-page {
        order: 3;
        justify-content: center;
    }
    
    .pagination-btn {
        padding: 8px 16px;
        font-size: 13px;
    }
    
    .page-number {
        width: 30px;
        height: 30px;
        font-size: 13px;
    }
}

@media (max-width: 576px) {
    .portfolio-pagination {
        padding: 15px;
    }
    
    .pagination-controls {
        gap: 10px;
    }
    
    .page-numbers {
        gap: 5px;
    }
    
    .page-number {
        width: 28px;
        height: 28px;
        font-size: 12px;
    }
    
    .pagination-btn {
        padding: 6px 12px;
        font-size: 12px;
    }
    
    .items-per-page label {
        font-size: 13px;
    }
    
    .items-per-page select {
        padding: 6px 10px;
        font-size: 13px;
    }
}

.page-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    color: #6c757d;
    font-weight: bold;
    font-size: 14px;
}

.row {
    display: flex;
    align-items: stretch;
}

#portfolio .section-heading {
    height: 100%;
    min-height: unset;
    position: static;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

@media (max-width: 991px) {
    .row {
        display: block;
        align-items: initial;
    }
    #portfolio .section-heading {
        height: auto;
        min-height: unset;
        justify-content: flex-start;
    }
}