input::-webkit-input-placeholder {
	line-height:normal!important;
}
body {
    font-family: "Poppins", Sans-serif;
}
h1, h2, h3 {
    font-family: 'Quicksand', sans-serif;
}

/*------------------ portfolio ---------------------*/

.delCat {
	display: none;
	color: red;
	margin-left: 20px;
}

.delCat:hover {
	color: #F000F0;
}
.catcat:hover > .delCat{
    display: inline;
}

.port_heading {
    font-size: 24px;
	white-space: nowrap;
}
.port_text {
	font-size: 16px;
	white-space: nowrap;
}
@media (min-width: 813px) {
	.portfolio-item {
		overflow: hidden;
	}
}
@media (max-width: 812px) {
	.portfolio-item {
		overflow: hidden;
	}
}
.portfolio-item .thumb-overlay {
	width: 100%;
	height: 100%;
}
.portfolio-item .thumb-overlay:hover img {
  transition: transform 0.35s;
}
/*------------------ Quotation ---------------------*/

.btn-quot:hover {
    background: #510b10;
}
.quot-description {
    font-family: 'Spartan', sans-serif;
  font-style: normal;
}
.h-quot {
  font-weight: 400;
  font-style: normal;
  color: white;
}
.regForm {
    font-family: "Poppins", Sans-serif;
	font-style: normal;
	width: 100%;
	min-width: 300px;
	padding-top: 80px;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 80px;
	max-height: 430px;
	min-height: 430px;
    background-color: rgb(181,128,86);
	padding: 80px 20px;
  }
  .thankyou {
	  margin-top: -60px;
  }
  .thankyou h1 {
	  margin-top: -30px;
  }
  @media (max-width: 500px) {
	  .regForm {
		  padding-top: 50px;
		  padding-left: 10px;
		  padding-right: 10px;
		  padding-bottom: 10px;
		  max-height: 400px;
		  min-height: 400px;
	  }
	  .regForm h1 {
		  font-size: 20px;
	  }
	  .regForm p {
		  font-size: 12px;
	  }
	  .thankyou {
		  margin-top: 0px;
	  }
	  .thankyou h1 {
		  margin-top: 0px;
	  }
  }

  .line-btn {
	  background: transparent;
	  width: 100%;
	  border: 1px solid white;
	  color: white;
  }
  .box-btn {
	  background: transparent;
	  width: 20px;
	  border: 1px solid white;
	  color: white;
	  padding-top: 15px;
  }
  ::placeholder {
	  color: white;
  }
/*------------------ Header ---------------------*/
.nav-item {
	padding-left: 15px;
}
a:hover {
	text-decoration: none;
}
/*------------------ Design ---------------------*/

.grid-item {
	margin-bottom: 20px;
  }
li {
	margin: 0;
	padding: 0;
}
.portfolio-item {
    position: relative;
}
.portfolio-item .thumb-overlay {
    position: relative;
}
.portfolio-item img {
    width: 100%;
}
.icons-effect {
	position: relative;
  }
  .icons-effect .mask, .icons-effect .content {
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
  }
  .icons-effect img {
	display: block;
	position: relative;
  }
  .icons-effect a.info {
	display: inline-block;
	text-decoration: none;
	padding: 0;
	text-indent: -9999px;
	width: 20px;
	height: 20px;
  }
  .icons-effect .mask {
	width: 0;
	overflow: visible;
	background-color: rgba(0, 0, 0, 0.7);
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
  }
  .icons-effect .icons-wrapper {
	display: table;
	width: 100%;
	height: 100%;
  }
  .icons-effect .icons {
	display: table-cell;
	vertical-align: middle;
	padding-left: 20px;
  }
  .icons-effect .icons {
	  opacity: 0;
  }
  .icons-hover {
	  width: 100%;
	  opacity: 1;
  }

  .icons-effect .icons h2 {
	color: white;
  }
  .icons-effect .icons h4 {
	color: white;
	font-weight: lighter;
  }

  .icons-effect a.icon {
	display: inline-block;
	position: relative;
	top: -10px;
	opacity: 0;
	-webkit-transition: all 0.2s 0s ease-in-out;
	-moz-transition: all 0.2s 0s ease-in-out;
	-o-transition: all 0.2s 0s ease-in-out;
	-ms-transition: all 0.2s 0s ease-in-out;
	transition: all 0.2s 0s ease-in-out;
	-webkit-transform: rotate(360deg);
	transform: rotate(-60deg);
  }
  @media (hover: hover) {
	.icons-effect:hover .mask {
		background-color: rgba(6, 74, 77, 0.9);
	}
	.icons-effect:hover .mask {
		opacity: 1;
		-webkit-transform: rotate(360deg);
		transform: rotate(0deg);
	}
	.icons-effect:hover a.icon:nth-child(2) {
		-moz-transition-delay: 0.2s;
		-o-transition-delay: 0.2s;
		-webkit-transition-delay: 0.2s;
		transition-delay: 0.2s;
	}
	.icons-effect:hover a.icon:nth-child(3) {
		-moz-transition-delay: 0.3s;
		-o-transition-delay: 0.3s;
		-webkit-transition-delay: 0.3s;
		transition-delay: 0.3s;
	}
	.icons-effect:hover a.icon:nth-child(4) {
		-moz-transition-delay: 0.4s;
		-o-transition-delay: 0.4s;
		-webkit-transition-delay: 0.4s;
		transition-delay: 0.4s;
	}
}

  .portfolio-item .thumb-overlay {
	position: relative;
  }

  div.portfolio-info {
	margin: 2px 0 10px;
  }

  .portfolio-info ul {
	list-style: outside none none;
	margin: 0;
	padding: 0;
  }

  .portfolio-info ul li {
	border-right: 1px solid #e6e6e6;
	color: #b1b1b1;
	display: inline-block;
	font-size: 0.9em;
	margin-right: 8px;
	padding-right: 8px;
  }

  .portfolio-info ul li i.fa {
	margin-right: 4px;
  }

  .portfolio-item {
	position: relative;
  }
  .portfolio-item img {
	width: 100%;
	box-shadow: 0px 0px 20px 1px #aaaaaa;
  }

  .portfolio-item a.thumb-info span.thumb-info-title {
	background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
	bottom: 4px;
	color: #ffffff;
	font-size: 12px;
	font-weight: 700;
	left: 4px;
	padding: 10px;
	position: absolute;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
	text-transform: uppercase;
  }

  .portfolio-page ul.nav li a:hover, .portfolio-page ul.nav li.active a {
	background: #357ebd none repeat scroll 0 0;
	color: #ffffff;
  }

  .portfolio-page ul.nav li a {
	background: #eeeeee none repeat scroll 0 0;
	color: #555555;
	cursor: pointer;
	display: inline-block;
	margin-bottom: 5px;
	margin-right: 2px;
	padding: 6px 15px;
  }

/*------------------ Main ---------------------*/
#wrapper {
    height: 100%;
    overflow: hidden;
    width: 100%;
}

.bg-black {
	background-color: black;
}

.featurette {
	position: absolute;
}

.pt-50 {
	padding-top: 50px;
}
.pb-50 {
	padding-bottom: 20px;
}
.pb-500 {
	padding-bottom: 600px;
}

.text-bold {
    font-weight: 600;
}
.btn-red {
    padding: 10px 50px;
    background-color: rgb(129,16,20);
    color: #fff;
}

.color-white {
    color: #fff;
}
/*-------------------Homepage----------------------*/
.png-one {
	max-width: 300px;
}

/*------------------ Footer ---------------------*/

.foot-modal  {
    border: 5px solid white;
}
footer a {
    color: #BA7438;
}
footer a:hover {
    color: #00b4df;
}

.no-border {
	border: 0 !important;
}
.width-max {
	width: 100%;
}
.no-radius {
	border-radius: 0 !important;
}
.no-padding {
	padding: 0 !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
}
.word-break-all {
	/*word-break: break-all;*/
	text-align: justify;
}
.inline-center-text {
	align-items: center;
    display: flex !important;
}
.full {
    width: 100%;
}
.gap {
	height: 30px;
	width: 100%;
	clear: both;
	display: block;
}

.footer .bg-image
{
	background-image: url('https://pixelinmotion.pt/assets/images/footer-bg.png');
    background-size: cover;
    width: 100%;
    background-position: top;
    height: 300px;
}

.footer .top
{
	background-color: #212121;
	/*padding-top: 45px;*/
	padding-bottom: 45px;
}

.footer .bottom
{
	background-color: #212121;
    box-shadow: inset 0px 7px 8px #000;
	padding-top: 45px;
	padding-bottom: 45px;
}

.footer .title
{
    font-family: 'Quicksand', sans-serif;
	padding-bottom: 10px;
	/*border-bottom: 1px solid #fff;*/
    text-shadow: 0px 0px 2px rgb(39 39 39);
    color: #00b4df;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
    letter-spacing: 0.2px;
}

.footer .title.about-us
{
	color: #3085bc;
}

.footer .title.services,
.footer .title.others,
.footer .title.social-media
{
	color: #e2935e;
}

.footer .title.contacts
{
	color: #ecc962;
}

.footer .title.newsletter
{
	color: #24a5ad;
}

.footer .title.sitemap
{
	color: #21f2ff;
}

.footer p
{
	color: #fff;
	font-size: 12px;
	/*line-height: 25px;*/
	/*text-align: justify;*/
}

.footer a
{
	color: #fff;
	font-size: 13px;
	margin-bottom: 5px;
	/*text-shadow: rgb(245 245 245 / 50%) 0px 1px 0px;*/
}

.footer a .square
{
	width: 30px;
	height: 30px;
	float: left;
	margin-right: 7px;
	border-radius: 1px;
	margin-bottom: 5px;
	text-align: center;
	position: relative;
}

.footer a .square i
{
	position: absolute;
	color: #fff;
    top: 9px;
    right: 0px;
    left: 3px;
}

.footer a .square.bg-home
{
    box-shadow: 1px 1px 1px 1px #040404, inset 2px 2px 3px #ffe8a4;
}

.footer a .square.bg-design
{
    box-shadow: 1px 1px 1px 1px #040404, inset 2px 2px 3px #94e7ff;
}

.footer a .square.bg-websites
{
    box-shadow: 1px 1px 1px 1px #040404, inset 2px 2px 3px #8f65d6;
}

.footer a .square.bg-marketing
{
    box-shadow: 1px 1px 1px 1px #040404, inset 2px 2px 3px #cd7fd6;
}

.footer a .square.bg-advertising
{
    box-shadow: 1px 1px 1px 1px #040404, inset 2px 2px 3px #d0679c;
}

.footer a .square.bg-video
{
    box-shadow: 1px 1px 1px 1px #040404, inset 2px 2px 3px #e84d4f;
}

.footer a .square.bg-photography
{
    box-shadow: 1px 1px 1px 1px #040404, inset 2px 2px 3px #e2935e;
}

.footer a .square.bg-blog
{
    box-shadow: 1px 1px 1px 1px #040404, inset 2px 2px 3px #bcda7f;
}

.footer a .square.bg-contacts
{
    box-shadow: 1px 1px 1px 1px #040404, inset 2px 2px 3px #64dcd9;
}

.footer a.social-link img
{
    box-shadow: 1px 1px 1px 1px #040404, inset 2px 2px 3px #64dcd9;
}

.footer .btn-subscribe
{
	background-color: #2ba5a2 !important;
	box-shadow: 1px 1px 1px 1px #040404, inset 2px 2px 3px #64dcd9;
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 22px;
	border-radius: 0px;
}

.footer .btn-subscribe:hover
{
	color: #000 !important;
}

.footer .btn-hire-us
{
	background-color: #bf181a !important;
    box-shadow: 1px 1px 1px 1px #040404, inset 2px 2px 3px #e25859;
    padding-top: 5px;
    padding-bottom: 5px;
    line-height: 22px;
	border-radius: 0px;
}

.footer .btn-hire-us:hover
{
	color: #000 !important;
}

.footer .bottom a
{
	color: #FFF;
	margin-bottom: 10px;
}

.footer .bottom a:hover
{
	color: #00b4df;
}

/*.fa-facebook {
	background-size: cover;
	float: left;
    height: 30px;
    width: 30px;
    background-image: url(../images/footer/Facebook.jpg);
}
.fa-twitter {
	background-size: cover;
	float: left;
    height: 30px;
    width: 30px;
    background-image: url(../images/footer/Youtube.jpg);
}
.fa-google-plus {
	background-size: cover;
	float: left;
    height: 30px;
    width: 30px;
    background-image: url(../images/footer/Email2.jpg);
}
.fa-pinterest {
	background-size: cover;
	float: left;
    height: 30px;
    width: 30px;
    background-image: url(../images/footer/Instragram.jpg);
}*/

.supportLi h4 {
	font-size: 20px;
	font-weight: lighter;
	line-height: normal;
	margin-bottom: 0 !important;
	padding-bottom: 0;
}
.newsletter-box input#appendedInputButton {
	background: #FFFFFF;
	display: inline-block;
	float: left;
	height: 30px;
	clear: both;
	width: 100%;
}
.newsletter-box .btn {
	border: medium none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
	display: inline-block;
	height: 40px;
	padding: 0;
	width: 100%;
	color: #fff;
	background-color: rgb(34, 129, 135);
}
.newsletter-box {
	padding: 0;
	margin: 0;
	overflow: hidden;
}
.bg-gray {
	background-image: black;
	box-shadow: 0 1px 0 #B4B3B3;
}
.social li {
	background: none repeat scroll 0 0 #B5B5B5;
	border: 2px solid #B5B5B5;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
	float: left;
	height: 36px;
	line-height: 36px;
	margin: 0 8px 0 0;
	padding: 0;
	text-align: center;
	width: 36px;
	transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
}
.social li:hover {
	transform: scale(1.15) rotate(360deg);
	-webkit-transform: scale(1.1) rotate(360deg);
	-moz-transform: scale(1.1) rotate(360deg);
	-ms-transform: scale(1.1) rotate(360deg);
	-o-transform: scale(1.1) rotate(360deg);
}
.social li a {
	color: #EDEFF1;
}
.social li:hover {
	border: 2px solid #2c3e50;
	background: #2c3e50;
}
.social li a i {
	font-size: 16px;
	margin: 0 0 0 5px;
	color: #EDEFF1 !important;
}
.footer-bottom {
	background: #E3E3E3;
	border-top: 1px solid #DDDDDD;
	padding-top: 10px;
	padding-bottom: 10px;
}
.footer-bottom p.pull-left {
	padding-top: 6px;
}
.payments {
	font-size: 1.5em;
}

img.zoom {
    width: 100%;
    margin-bottom: 7px;
    object-fit:cover;
}

.color-dark-brown {
    color: rgb(181,128,86);
}

.color-brown {
	color: rgb(174, 124, 55);
}

.btn-brown {
    padding: 10px 50px;
    background-color: rgb(181,128,86);
    color: #fff;
}

h2 {
    font-size: 40px;
}

.business-level-up {
    background-color: rgb(201, 148, 70);
    padding: 100px 0px;
}
.career-opportunity {
	background-color: rgb(50,128,128);
	padding: 54px 0px;
}
.career-opportunity h2 {
	color: rgb(0,0,0);
}

.career-opportunity p {
	color: rgb(0,0,0);
	font-size: 22px;
}

.btn-grey {
    padding: 8px 20px;
    background-color: rgb(111,113,112);
    color: #fff;
}

.about-banner {
	background-image: url(../images/about/banner.jpg);
	background-repeat: no-repeat;
	    background-size: 100%;
    background-color: black;
}

.our-values h3 {
	text-align: center;
}
.our-values p {
	text-align: justify;
	padding: 20px 20px 20px 20px;
}

.creative-process {

	border-top: 15px solid rgb(201, 148,70);
	box-shadow: 3px -3px 0px #fff, 0px 39px 19px -21px rgba(0,0,0,0.4);

	height: 400px;

    background: linear-gradient(to bottom, rgb(240,242,241) 12%, rgb(205, 213, 216) 100%);
    padding: 30px 20px;
    color: black;

	display: inline-block;
	cursor: pointer;
	transition: all ease-in-out 300ms;
	min-height: 270px;
}

.gradient-background {
	background: linear-gradient(to bottom, rgb(240,242,241) 12%, rgb(205, 213, 216) 100%);
	padding-bottom: 50px;
}

.sidebar
{
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    position: absolute;
    top: 0;
    width: 100%;
    right: 0;
    left: 0;
}

.sidebar .sidebar-brand
{
    padding: 18px 0px 10px;
    z-index: 1;
    color: #fff;
}

.sidebar .sidebar-brand img
{
    width: 180px;
}

.sidebar .sidebar-divider
{
    border-top: 1px solid #2c3249;
    margin-top: 4px;
    margin-bottom: 15px;
    margin-left: 15px;
    margin-right: 15px;
}

.sidebar .nav-item
{
    position: relative;
	padding-left: 0px;
}

.sidebar .nav-item .nav-link
{
    padding: 10px 15px;
	color: #fff;
    font-size: 14px;
}

.sidebar .nav-item ul
{
    padding-right: 0px;
    padding-left: 5px;
}

.sidebar .nav-item ul li
{
    padding: 4px 15px 5px 25px;
    position: relative;
}

.sidebar .nav-item ul li a
{
    color: #fff;
    font-size: 14px;
    position: relative;
}
.sidebar .nav-item ul li a span
{
    padding-top: 3px;
    padding-left: 5px;
    width: 140px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    font-size: 13px;
}

.header .navbar
{
    background-color: #FFFFFF;
	padding-top: 20px;
    padding-bottom: 20px;
}

.header .navbar li.nav-item a.nav-link
{
	border-radius: 2px;
    background: #FFFFFF;
    box-shadow: 0px 1px 1px #FFFFFF, -1px -1px 0px #FFFFFF;
	text-shadow: rgb(245 245 245 / 50%) 0px 1px 0px;
	padding-left: 10px;
	padding-right: 10px;
	transition: 0.2s ease;
	width: fit-content;
}

.header .navbar li.nav-item a.nav-link:hover,
.header .navbar li.nav-item a.nav-link.focused
{
    box-shadow: inset 0px 1px 1px #FFFFFF, inset -1px -1px 0px #FFFFFF;
	font-weight: bold;
}

.header .dropdown-menu
{
	margin-top: 15px;
	background: #FFFFFF;
	padding: 0;
	border-radius: 0;
	display: block;
	visibility: hidden;
	transition: 0.1s 0.2s;
}

.header .dropdown-item:focus, .dropdown-item:hover
{
	color: #16181b;
	text-decoration: none;
}

.header .dropdown:hover > .dropdown-menu
{
	visibility: visible;
	transition-delay: 0s;
}

.header
{
	position: fixed;
	z-index: 10001;
	width: 100%;
}

.header .topbar
{
	width: 100%;
	background-color: #2a484b;
}

.header .topbar ul
{
	text-align: right;
	margin-right: 35px;
}

.header .topbar li > a
{
	color: #fff !important;
	font-size: 13px;
	padding: 4px 0px;
	text-shadow: rgb(245 245 245 / 50%) 0px 1px 0px;
    font-family: 'Quicksand', sans-serif;
}

.font-quicksand {
    font-family: 'Quicksand', sans-serif;
}

.header-contact a > span
{
	margin-left: 35px;
}

.header .topbar .dropdown-menu
{
	width: 40px;
	min-width: 40px;
}

.header .topbar .dropdown-menu a
{
	text-align: center;
	font-size: 12px;
	padding: 5px 5px;
}

@media screen and (max-width: 991px)
{
	.header .topbar
	{
		width: 100%;
		background-color: #2a484b;
	}

	.header .topbar ul
	{
		text-align: right;
		margin-right: 5px;
	}

	.header .topbar li > a
	{
		color: #FFFFFF !important;
		font-size: 9px;
		padding: 1px 1px;
		text-shadow: rgb(245 245 245 / 50%) 0px 1px 0px;
	}

	.header .navbar .navbar-nav
	{
		margin-top: 10px;
	}

	.header .navbar .navbar-nav li.nav-item
	{
		margin-bottom: 10px;
	}

	.header .navbar li.nav-item a.nav-link
	{
		width: 150px;
	}
}

.header .borderbottom
{
    position: absolute;
    bottom: 8px;
    left: 30px;
    right: 30px;
    border-radius: 5px;
}

i.fas.fa-home:hover
{
	font-size: 1.2em;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}

.color-home,
.hover-home:hover
{
	color: #c7aa55 !important;
}

.color-home:hover,
.color-design:hover,
.color-websites:hover,
.color-marketing:hover,
.color-advertising:hover,
.color-video:hover,
.color-about:hover,
.color-blog:hover,
.color-contacts:hover
{
	font-weight: bold;
}

.color-design,
.hover-design:hover
{
	color: #3fb8db !important;
}

.color-websites,
.hover-websites:hover
{
	color: #7b41de !important;
}

.color-marketing,
.hover-marketing:hover
{
	color: #b848c5 !important;
}

.color-advertising,
.hover-advertising:hover
{
	color: #bd2472 !important;
}

.color-video,
.hover-video:hover
{
	color: #b9080a !important;
}

.color-about,
.hover-about:hover
{
	color: #be6426 !important;
}

.color-blog,
.hover-blog:hover
{
	color: #7e9e3c !important;
}

.color-photography,
.hover-photography:hover
{
	color: #ae5c24 !important;
}

.color-contacts,
.hover-contacts:hover
{
	color: #2ba5a2 !important;
}

.bg-home
{
	background-color: #c7aa55 !important;
}

.bg-design
{
	background-color: #3fb8db !important;
}

.bg-websites
{
	background-color: #7b41de !important;
}

.bg-marketing
{
	background-color: #b848c5 !important;
}

.bg-advertising
{
	background-color: #bd2472 !important;
}

.bg-video
{
	background-color: #b9080a !important;
}

.bg-about
{
	background-color: #be6426 !important;
}

.bg-blog
{
	background-color: #7e9e3c !important;
}

.bg-photography
{
	background-color: #ae5c24 !important;
}

.bg-contacts
{
	background-color: #2ba5a2 !important;
}

.borderbottom-home
{
	border-bottom: 5px solid #c7aa55 !important;
}

.borderbottom-design
{
	border-bottom: 5px solid #3fb8db !important;
}

.borderbottom-websites
{
	border-bottom: 5px solid #7b41de !important;
}

.borderbottom-marketing
{
	border-bottom: 5px solid #b848c5 !important;
}

.borderbottom-advertising
{
	border-bottom: 5px solid #bd2472 !important;
}

.borderbottom-video
{
	border-bottom: 5px solid #b9080a !important;
}

.borderbottom-about
{
	border-bottom: 5px solid #be6426 !important;
}

.borderbottom-blog
{
	border-bottom: 5px solid #7e9e3c !important;
}

.borderbottom-photography
{
	border-bottom: 5px solid #ae5c24 !important;
}

.borderbottom-contacts
{
	border-bottom: 5px solid #2ba5a2 !important;
}

.wrapper
{
	padding-top: 30px;
}

/* cookie consent */
#cm.cloud
{
	max-width: 65% !important;
	background: rgb(255 255 255 / 50%);
}

#cm.cloud .c-bn
{
	width: 49% !important;
}

#cm.cloud .c-bn:first-child
{
	margin: .625em 0 0 0 !important;
}

.dropdown-item-language:focus, .dropdown-item-language:hover {

	color: white;
}


.custom-footer {
    /*background: #1d1f20; !* tom escuro *!*/
    /*color: #e6e6e6;*/
    /*padding: 54px 0;*/
    font-family: "Poppins", Sans-serif;
    border-top: 0;

}

.custom-footer .footer-logo {
    width: 220px;
    max-width: 100%;
    display: block;
    margin-bottom: 18px;
}

.custom-footer .footer-desc {
    color: white;
    font-size: 13px;
    /*line-height: 1.8;*/
    margin: 0 0 2px 0;
}

/* Titles */
.custom-footer .footer-title {
    color: #00b4df; /* ciano */
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 18px;
    letter-spacing: 0.2px;
    font-family: 'Quicksand', sans-serif;
}

.custom-footer .services-list {
    padding: 0;
    margin: 0;
}
.custom-footer .services-list li {
    list-style: none;
    padding: 2px 0;
    font-size: 14px;
    color: white;
    text-align: left;
}

/* Links úteis */
.custom-footer .footer-links li {
    padding: 6px 0;
    font-size: 14px;
}
.custom-footer .footer-links a {
    color: #ffffff;
    text-decoration: none;
}
.custom-footer .footer-links a:hover {
    color: #ffffff;
    text-decoration: none;
}

/* Contactos */
.custom-footer .contact-line {
    margin-bottom: 10px;
    color: #d1d1d1;
    font-size: 14px;
}
.custom-footer .contact-icon {
    display: inline-block;
    width: 28px;
    text-align: center;
    margin-right: 6px;
    color: #00b4df;
}

.custom-footer .socials {
    margin-top: 12px;
}
.custom-footer .social-icon {
    display: inline-block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    border-radius: 4px;
    background: #2b2b2b;
    color: #fff;
    font-weight: 600;
    margin-right: 8px;
    font-size: 13px;
    vertical-align: middle;
}

.custom-footer .footer-section {
    padding-top: 4px;
}

@media (max-width: 767.98px) {
    .custom-footer {
        padding: 36px 0;
    }
    .custom-footer .footer-brand,
    .custom-footer .footer-contact,
    .custom-footer .footer-section {
        text-align: center;
    }
    .custom-footer .services-list li {
        text-align: center;
    }
    .custom-footer .footer-section {
        margin-top: 18px;
    }
}

.newsletter-bar {
    font-family: 'Quicksand', sans-serif;
    background: linear-gradient(90deg, #7b3bd6 0%, #3aa0e0 100%); /* roxo -> azul */
    padding: 25px 0;
    border-top: 3px solid rgba(0,0,0,0.8);    /* linha superior escura */
    border-bottom: 3px solid rgba(0,0,0,0.35);/* linha inferior sutil */
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.05);
}

.newsletter-title {
    color: #ffffff;
    font-weight: 500;
    font-size: 22px;
    margin: 0;
    letter-spacing: 0.2px;
}

.newsletter-input {
    width: 420px;               /* largura fixa para ficar como na imagem */
    max-width: 60vw;           /* responsivo */
    height: 42px;
    padding: 8px 14px;
    border-radius: 2px;
    border: none;
    background: #ffffff;
    box-shadow:
            0 6px 18px rgba(16,24,40,0.45),   /* sombra exterior */
            inset 0 2px 6px rgba(0,0,0,0.06); /* sombra interna leve */
    font-size: 14px;
    margin-right: 12px;
    outline: none;
}

.newsletter-input:focus {
    box-shadow:
            0 6px 18px rgba(16,24,40,0.45),
            0 0 0 3px rgba(255,255,255,0.06);
}

.newsletter-btn {
    height: 42px;
    padding: 0 30px !important;
    background: linear-gradient(180deg,#6a32c9 0%, #6a32c9 100%); /* mantém roxo */
    color: #fff !important;
    border: none;
    border-radius: 3px;
    font-weight: 600;
    box-shadow: 0 6px 18px rgba(16,24,40,0.45), 0 1px 0 rgba(255,255,255,0.04) inset;
    cursor: pointer;
}

.newsletter-btn:hover,
.newsletter-btn:focus {
    transform: translateY(-1px);
    box-shadow: 0 10px 22px rgba(16,24,40,0.5);
}

@media (max-width: 767.98px) {
    .newsletter-bar { padding: 16px 0; }
    .newsletter-title { font-size: 18px; margin-bottom: 8px; }
    .newsletter-input {
        width: 70vw;
        margin-right: 8px;
        margin-bottom: 8px;
    }
    .newsletter-btn { height: 40px; padding: 0 14px; }
    .newsletter-bar .row > .col-md-8 form {
        flex-wrap: wrap;
    }
}

.copyright {
    background-color: #212121;
    color: #ffffff;
    text-align: center;
    font-size: 13px;
    border-top: 1px solid #666;
    padding: 12px;
}