/*
Theme Name: Goal Print
Author URI: http://www.lamarcabrasil.com
Description: Tema criado por Agência Lamarca Brasil
Author: xxx
Version: 1.0
---*/
@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800&display=swap');

body {
	font-family: "Roboto", sans-serif;
	font-size: 1em;
	line-height: 25px;
	overflow-x: hidden!important;
	margin: 0;
	padding: 0;
	background-color: #fff!important;
	font-weight: 300!important;
}
html {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-ms-overflow-style: scrollbar; 
	scroll-behavior: smooth;
}
a,
a:active {
	color: #1A1A1A;
	text-decoration: none !important;
	transition: all 0.3s ease-in-out; 
}
a:hover,
a:focus {
	outline: none !important;
	text-decoration: underline !important;
}
img{	
	max-width: 100%;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	display: block;
}
ul {
	margin: 0px;
	padding: 0px;
}
p {
	color: #000!important;
    font-size: 17px;
    line-height: 25px;
}

.img-responsive {
  width: 100%;
  height: auto;
}
.job-tit{
	color: #000!important;
    font-size: 17px;
}

/*--- Paddings e Margins ---*/
.pb-25 {
	padding-bottom: 25px;
}
.pt-25 {
	padding-top: 25px;
}
.pb-50 {
	padding-bottom: 50px;
}
.pt-50 {
	padding-top: 50px;
}
.pb-100 {
	padding-bottom: 100px;
}
.pt-100 {
	padding-top: 100px;
}
.pt-120 {
	padding-top: 120px;
}
.pb-120 {
	padding-bottom: 120px; 
}
.p_120 {
	padding-top: 120px;
	padding-bottom: 120px; 
}
/*--- Preloader ---*/
.preloader {
	background-color: #f7f7f7;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 999999;
	-webkit-transition: .6s;
	-o-transition: .6s;
	transition: .6s;
	margin: 0 auto;
}
.preloader .preloader-circle {
	width: 100px;
	height: 100px;
	position: relative;
	border-style: solid;
	border-width: 1px;
	border-top-color: #f68e34;
	border-bottom-color: transparent;
	border-left-color: transparent;
	border-right-color: transparent;
	z-index: 10;
	border-radius: 50%;
	-webkit-box-shadow: 0 1px 5px 0 rgba(35, 181, 185, 0.15);
	box-shadow: 0 1px 5px 0 rgba(35, 181, 185, 0.15);
	background-color: #fff;
	-webkit-animation: zoom 2000ms infinite ease;
	animation: zoom 2000ms infinite ease;
	-webkit-transition: .6s;
	-o-transition: .6s;
	transition: .6s;
}
.preloader .preloader-circle2 {
	border-top-color: #f68e34;
}
.preloader .preloader-img {
	position: absolute;
	top: 50%;
	z-index: 200;
	left: 0;
	right: 0;
	margin: 0 auto;
	text-align: center;
	display: inline-block;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	padding-top: 6px;
	-webkit-transition: .6s;
	-o-transition: .6s;
	transition: .6s;
}
.preloader .preloader-img img {
	max-width: 55px;
}
.preloader .pere-text strong {
	font-weight: 800;
	color: #f68e34;
	text-transform: uppercase;
}
@-webkit-keyframes zoom {
	0% {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .6s;
	-o-transition: .6s;
	transition: .6s;
	}
	100% {
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
	-webkit-transition: .6s;
	-o-transition: .6s;
	transition: .6s;
	}
}
@keyframes zoom {
	0% {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .6s;
	-o-transition: .6s;
	transition: .6s;
	}
	100% {
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
	-webkit-transition: .6s;
	-o-transition: .6s;
	transition: .6s;
	}
}
/*--- Back to Top ---*/
.back-to-top {
	position: fixed;
	display: none;
	color: #fff;
	display: inline-block;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 1;
	font-size: 1em;
	border-radius: 50%;
	right: 24px;
	bottom: 95px;
	transition: background 0.5s;
	z-index: 9998;
	background-color: #F68E34;
}
.back-to-top:hover {
	background-color: #4444;
}
.back-to-top i {
	padding-top: 10px;
	font-size: 25px;
	color: #fff;
}
/*--- Cores Primárias ---*/
.bg-bege {
	background-color: #f68e34;
}
.bg-bege2 {
	background-color: #f4f4f4;
}
/*--- Header ---*/
.header,
.sticky{
	left: 0;
	top: 0;
	width: 100%;
	z-index: 99;
	padding-top: 20px;
	padding-bottom: 20px;
	-webkit-transition: all 0.4s ease-out 0s;
	-moz-transition: all 0.4s ease-out 0s;
	-ms-transition: all 0.4s ease-out 0s;
	-o-transition: all 0.4s ease-out 0s;
	transition: all 0.4s ease-out 0s;
}
.header{
	/*position: absolute;*/
	background-color: transparent !important;
}
.sticky{
	position: fixed;
	background-color: rgba(51,51,51,0.7) !important;
}
.header .container-fluid{
	padding-right: 50px;
	padding-left: 50px;
}
@media only screen and (max-width:768px){
.header .container-fluid{
	padding-right: 10px;
	padding-left: 10px;
}
}
/*--- Logo ---*/
#logo{
	float:left;
}
@media only screen and (max-width:768px){
#logo img{
	max-height:50px;
}
}
.logo-inverse{
	display:none;
}
.sticky .logo{
	display:none;
}
.sticky .logo-inverse{
	display:block;
}
/*--- Menu ---*/
.menu{
	float: right;
}
.menu ul li{
	display: inline-block;
	position: relative;
	z-index: 1;
	height: 30px;
	margin-top: 25px;
}
.menu ul li a{
	color: #222222;
	font-weight: 500;
	opacity: 1;
	text-transform: uppercase;
	display: block;
	font-size: 15px;
	padding-right: 20px;
	padding-left: 20px;
	line-height: 20px;
	-webkit-transition: all 0.4s ease-out 0s;
	-moz-transition: all 0.4s ease-out 0s;
	-ms-transition: all 0.4s ease-out 0s;
	-o-transition: all 0.4s ease-out 0s;
	transition: all 0.4s ease-out 0s;	
}
.menu ul li a:hover{
	color: #f68e34;
	text-decoration: none !important;
}
.menu ul li.active a:after {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}
.menu ul li:hover a:after {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}
.menu ul li a:after {
	position: absolute;
	left: 0;
	bottom: 0;
	height: 2px;
	width: 100%;
	content: "";
	-webkit-transition: all, 0.4s;
	-o-transition: all, 0.4s;
	transition: all, 0.4s;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
}
/*--- Dropdown ---*/
.menu ul li:hover ul {
	visibility: visible;
	opacity: 1;
	top: 100%;
	margin-top: -2px;
}
.menu ul ul{
	position: absolute;
	width: 200px;
	background-color: rgba(255,255,255,0.8) !important;
	left: 0;
	top: 90%;
	visibility: hidden;
	opacity: 0;
	box-shadow: 0 0 10px 3px rgba(0,0,0,0.05);
	-webkit-transition: all 0.4s ease-out 0s;
	-moz-transition: all 0.4s ease-out 0s;
	-ms-transition: all 0.4s ease-out 0s;
	-o-transition: all 0.4s ease-out 0s;
	transition: all 0.4s ease-out 0s;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 0;
}
.menu ul li:last-of-type	ul{
	left: -90%;
}
.menu ul ul li{
	display: block;
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.menu ul ul li a{
	font-size: 14px;
	color: #1a1a1a;
	line-height: 30px;
	margin-left: 10px;
}
.menu ul ul li a:hover{
	color: #FFF;
	text-decoration: none !important;
	background-color: #f68e34;
}
.menu ul ul li a:after{
	background-color: transparent!important;
}
/*--- Mobile ---*/
.mobile_menu {
	position: absolute;
	right: 10px;
	left: 10px;
	width: 95%;
	z-index: 99;
	margin-left: 10px;
}
.slicknav_menu .slicknav_menutxt {
	display: none;
}
.slicknav_menu .slicknav_icon-bar {
	height: 4px;
	width: 30px;
	margin: 6px 0;
	position: relative;
	display: block;
	background-color: #fff !important;
}
.slicknav_btn {
	z-index: 99;
	position: relative;
	display: block;
	float: right;
	cursor: pointer;
	right: 25px;
	top: -44px;
}
.slicknav_nav .slicknav_arrow {
	float: right;
	font-size: 20px;
	position: relative;
	top: -12px;
}
.slicknav_nav {
	list-style: none;
	overflow: hidden;
	float: right;
	padding: 20px;
	width: 100%;
	background-color: rgba(255,255,255,0.9) !important;	
}
.slicknav_nav ul {
	list-style: none;
	overflow: hidden;
	padding: 10px;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 20px;
}
.slicknav_nav li	{
	margin-bottom: 10px!important;
	margin-top: 10px!important;
}
.slicknav_nav li a {
	text-decoration: none!important;
	font-size: 17px!important;
	color: #444!important;
	text-transform: uppercase!important;
	font-weight: 500!important;
}
.slicknav_nav li ul li a {
	color: #555!important;
	font-size: 16px!important;
}
#banner {
	background-color: #fff;
	overflow: hidden;
	height:100vh;
}

#banner2 {
	background-color: #fff;
	overflow: hidden;
	height:auto;
}
#banner img{	
	max-width: 100%;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	display: block;
}
#banner .carousel-indicators {
	margin-bottom: 10px;
}
#banner .carousel-indicators li {
	display: block;
	border-radius: 50%;
	width: 15px;
	height: 15px;
}
.sub-titulo {
	font-size: 18px!important;
	line-height: 25px!important;
	text-align: center!important;
	width: 100%!important;
}
#lingerie img{
	float: right;
}
#banner .titulo {
	font-family: 'roboto', sans-serif;
	text-align: left!important;
	font-size: 3.8em;
	line-height: 1.2em;
	color: #444;
	padding-left: 15%;
	font-weight: 100!important;
}
#sobre {
	color: #fff!important;
}
#sobre .container-fluid{
	max-width: 1200px;
}
#loja .carousel-indicators li {
	display: block;
	border-radius: 50%;
	width: 12px;
	height: 12px;
	background-color: #999999!important;
}
#loja .carousel-indicators li.active{
	background-color: #f68e34!important;
}
.promessa{
	background-color: rgba(51,51,51,0.6) !important;
	background-image: url(imagens/linha.gif);
	background-repeat: repeat;
	padding: 20px;
	width: 96%;
	max-width: 280px;
	margin-right: auto;
	margin-left: auto;
	border-radius: 4px;
}
.promessa h2{
	text-align: center!important;
	color: #fff!important;
	font-size: 22px;
	line-height: 25px;
	font-weight: 500!important;
	margin-bottom: 15px;
}
.promessa p{
	text-align: center!important;
	color: #fff!important;
	font-size: 17px;
	line-height: 25px;
}
#sobre .titulo {
	padding-top: 70px;
	padding-bottom: 20px;
	font-weight: 100!important;
}
#sobre p {
	text-align: justify;
	color: #fff!important;
	font-size: 17px;
	line-height: 25px;
	margin-bottom: 20px;
}

.pp {
	color: #000!important;
	font-size: 17px;
	line-height: 25px;
	margin-bottom: 40px;
}

.pp2 {
	color: #000!important;
	font-size: 17px;
	line-height: 25px;
}

.box {
	margin-right: auto;
	margin-left: auto;
	max-width: 520px;
}
.titulo {
	font-size: 40px;
	font-family: 'Bebas Neue', cursive;
	font-weight: bold;
	color: #f68e34;
	text-align: center;
	width: 100%;
}
.instagram-area .single-instagram::before {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: #010a44;
	opacity: 0;
	visibility: hidden;
	z-index: 1;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}
.instagram-area .single-instagram i {
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	text-align: center;
	top: 45%;
	color: #fff;
	font-size: 30px;
	z-index: 2;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}
.instagram-area .single-instagram:hover i {
	top: 48%;
	opacity: 1;
	visibility: visible;
}
.instagram-area .single-instagram:hover::before {
	visibility: visible;
	opacity: .3;
}
/*--- CTA ---*/
#cta h3 {
	font-family: 'Bebas Neue', cursive;
	line-height: 40px !important;
	font-size: 35px !important;
	display: block;
	width: 100%;
	font-weight: 600;
	color: #F68E34;
}
.cta_btn {
	display: inline-block;
	color: #3FAA9A;
	width: 220px;
	font-size: 18px;
	font-weight: 500;
	border: 2px solid #3FAA9A;
	line-height: 40px;
	border-radius: 5px;
	outline: none !important;
	box-shadow: none !important;
	text-align: center;
	cursor: pointer;
	transition: all 300ms linear 0s;
	text-transform: uppercase;
	background-color: rgba(255,255,255,0.5) !important;	
}
.cta_btn:hover {
	background-color: rgba(63,170,154,0.9) !important;
	color: #fff;
	border-color: #3FAA9A;
	text-decoration: none!important;
}
/*--- CTA 2---*/
#cta2 {
	background-color: #FFF;
}
#cta2 h3 {
	font-family: 'roboto', sans-serif;
	line-height: 40px !important;
	font-size: 18px !important;
	text-align: left!important;
	display: block;
	width: 100%;
	font-weight: 300;
	color: #444!important;
}
#lingerie {
	background-image: url(imagens/banner-lingerie.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-size: cover;
	min-height: 100vh;
}
#lingerie .titulo {
	padding-top: 25vh;
	font-size: 6.3em!important;
	color: #fff!important;
}
/*--- Depoimentos ---*/
#depoimentos .titulo {
	color: #1a1a1a!important;
}
.testimonial {
	padding-bottom: 120px;
}
.testimonial__slider .col-lg-6 {
	max-width: 100%;
}
.testimonial__slider.owl-carousel .owl-dots {
	text-align: center;
	padding-top: 35px;
}
.testimonial__slider.owl-carousel .owl-dots button {
	height: 10px;
	width: 10px;
	background: rgba(17, 17, 17, 0.1);
	border-radius: 50%;
	margin-right: 10px;
}
.testimonial__slider.owl-carousel .owl-dots button.active {
	background: rgba(17, 17, 17, 0.5);
}
.testimonial__slider.owl-carousel .owl-dots button:last-child {
	margin-right: 0;
}
.testimonial__item {
	background-color: rgba(255,255,255,0.5) !important;	
	padding: 40px 45px 35px 50px;
	position: relative;
	font-family: 'roboto', sans-serif;
}
.testimonial__item p {
	color: #111111;
	font-style: italic;
	margin-bottom: 0;
	font-size: 17px;
}
.testimonial__author {
	overflow: hidden;
	margin-bottom: 24px;
}
.testimonial__author__pic {
	float: left;
	margin-right: 26px;
}
.testimonial__author__pic img {
	height: 70px!important;
	width: 70px!important;
	border-radius: 50%;
}
.testimonial__author__text {
	overflow: hidden;
	padding-top: 12px;
		font-size: 14px;
}
.testimonial__author__text h5 {
	color: #111111;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 4px;
		font-size: 16px;
}
.testimonial__author__text span {
	color: #444;
	font-size: 14px;
}

/*--- Contato ---*/
#contato {
	background: #f4f4f4;
}

.contato {
	color: #ffffff !important;
    background-color: #f68e34;
    line-height: 42px;
    padding: 15px !important;
    text-decoration: none !important;
    font-size: 15px;
    font-weight: 500;
}

.contato:hover {
    background-color: #222222;
    transition: 0,2s;
    text-decoration: none !important;
}



.wpcf7 input,
.wpcf7 .nice-select,
.wpcf7 textarea{
	display: block;
	width: 100%;
	background: #ffffff !important;
	font-size: 16px;
	line-height: 25px;
	color: #444;
	border: 1px solid #CCCCCC;
	border-radius: 0;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-bottom: 20px;
	float: left;
}
.wpcf7 input {
	height: 40px; 
}
.wpcf7 textarea {
	height: 150px; 
}
.wpcf7 .nice-select .option:hover, 
.wpcf7 .nice-select .option.focus, 
.wpcf7 .nice-select .option.selected.focus {
	background-color: #ECC8C1;
	color: #444!important;
	font-weight: normal!important;
}
.wpcf7 .nice-select .list{
	background: #f7f7f7!important;
	border-radius: 0;
	font-size: 16px!important;
	line-height: 25px!important;
	color:#444!important;
}
.wpcf7-submit {
	display: block;
	color: #ffffff;
	width: 220px;
	font-size: 18px;
	font-weight: 500;
	border: none;
	line-height: 40px;
	border-radius: 5px;
	outline: none !important;
	box-shadow: none !important;
	text-align: center;
	cursor: pointer;
	transition: all 300ms linear 0s;
	text-transform: uppercase;
	background-color: #F68E34;
	margin-right: auto;
	margin-left: auto;
}
.wpcf7-submit:hover {
	color: #fff;
	border-color: #3B424C;
	text-decoration: none!important;
	background-color: #3B424C;
}
/*--- Footer ---*/
footer {
	background-color: #444;
	background-image: url(imagens/linha.gif);
	background-repeat: repeat;
	padding-top: 50px;
}
footer .container-fluid{
	max-width: 1200px;
}
footer h2{
	color: #fff;
	text-align: left!important;
	width: 100%;
	font-size: 22px;
	line-height: 28px;
	font-weight: 200!important;
	margin-bottom: 25px;
}
footer p {
	width: 98%;
	margin-right: auto;
	margin-left: auto;
}
footer a {
	color: #fff;
	font-size: 17px;
	line-height: 25px;
}
footer a:hover {
	color: #f68e34!important;
	text-decoration: none!important;
}
.footer-social {
	margin-top: 5px;
}
.footer-social a {
	color: #fff;
	width: 30px;
	height: 30px;
	font-size: 25px;
	line-height: 30px;
	display: inline-block;
	text-align: center;
	margin-right: 8px;
	margin-top: -15px;
}
.footer-social a:hover {
	color: #f68e34;
}
.copyright {
	color: #444;
	text-align: left;
	padding-top: 25px;
	padding-bottom: 25px;
	font-size: 15px;
	line-height: 25px;
	background-color: #FFF;
}
.lamarca{
	display: inline;
	margin-left: 5px;
	float: right;
}
.copyright br {
	display: none;
}
.copyright span {
	display: inline-block;
}
/*--- WhatsApp ---*/
.whatsapp{
	display: block;
	position: fixed; 
	bottom: 10px; 
	left: 10px; 
	cursor: pointer;
	z-index: 9997;

	text-align: center;
}
.chip {
		display: inline-block;
		padding-left: 12px;
		padding-right: 12px;
		padding-top: 0px;
		padding-bottom: 0px;
		border-radius: 25px;
		font-size: 14px;
		line-height: 32px;
	background-color: #e4e4e4; 
	border: 2px solid #45C555;
	color: #7f7d7d;
}
.chip:hover {
	background-color: #045A2C;
	color: #FFFFFF;
	border: 2px solid #f6f6f6;
}
.chip img {
	float: left;
	height: 32px;
	width: 32px;
	border-radius: 50%;
	margin-top: 0;
	margin-right: 1px;
	margin-bottom: 0;
	margin-left: -5px;
}
.whatsapp-mob{
	display: none;
}
@media (max-width: 1024px) {
.whatsapp{
	display: none;
}
.whatsapp-mob{
	display: block;
	position: fixed; 
	bottom: 10px; 
	left: 10px; 
	cursor: pointer; 
	z-index: 99999999;
}
}
@media (max-width: 768px) {
#banner {
	height: auto;
}
.instagram-area img {
	margin-bottom: 15px;
}
#cta h3,
#cta2 h3{
	text-align: center!important;
	font-size: 30px!important;
}
#banner .titulo {
	text-align: center!important;
	font-size: 55px!important;
	padding: 20px;
	margin-top: 10px;
}
.cta_btn {
	margin-top: 50px;
	margin-right: auto;
	margin-left: auto;
	display: block;
}
#sobre p:last-child{
	padding-bottom: 50px;
}
.promessa{
	max-width: 600px;
	margin-bottom: 25px;
}
#lingerie {
	background-color: #1a1a1a;
	background-image: url(imagens/banner-lingerie-768.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#sobre h3{
	font-size: 25px!important;
	line-height: 35px!important;
}
#sobre p,
.sub-titulo{
	font-size: 25px!important;
	line-height: 35px!important;
}
#lingerie .titulo {
		padding-top: 50px;
}
footer,
footer h2 {
	text-align: center!important;
	font-size: 22px!important;
	line-height: 35px!important;
}
footer .col-md-12 {
	padding-top: 30px;
}
footer p {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
footer a{
	font-size: 15px!important;
	line-height: 20px!important;
}
.copyright {
	text-align: center!important;
	font-size: 20px;
}
.copyright br {
	display: block;
}
.copyright span {
	display: none;
}
.lamarca{
	display: block;
	margin-left: auto;
	float: none;
	margin-top: 20px;
	margin-right: auto;
}
}
@media (max-width: 468px) {
.p_120 {
	padding-top: 50px;
	padding-bottom: 50px; 
}
#banner {
	min-height: 60vh;
}
.header .container-fluid{
	padding-right: 15px!important;
	padding-left: 10px!important;
}
#logo img{
	max-height:30px;
}
#banner .titulo,
#lingerie .titulo,
#sobre .titulo,
#contato .titulo {
	text-align: center!important;
	font-size: 2.8em!important;
	line-height: 1.2em;
	padding-right: 0;
	padding-left: 0;
	padding-top: 60px!important;
	padding-bottom: 60px!important;
}
.titulo {
	text-align: center!important;
	font-size: 2.8em!important;
	line-height: 1.2em;
	width: 100%!important;
	color: #f68e34;
	padding-right: 0;
	padding-left: 0;
}
#lingerie {
	padding-top: 30px!important;
	min-height: 60vh cover;
}
.preto{
	margin-right: auto!important;
	margin-left: auto!important;
	width: 96%!important;
}
#vitrine .titulo,
#contato .titulo {
	text-align: center!important;
	font-size: 2.8em!important;
	line-height: 1.2em;
	padding-right: 0;
	padding-left: 0;
	color:#f68e34;
}
.copyright {
	line-height: 30px !important;
	font-size: 18px !important;
}

.tel {
    background-color: #f68e34;
    line-height: 42px;
    padding-left: 30px;
    padding-right: 30px;
    border: none;
    color: #fff;
    display: inline-block;
    font-weight: 500;
    position: relative;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    cursor: pointer;
    text-transform: uppercase;
    position: relative;
    transition: 0.2s;
    font-size: 15px !important;
    margin: 5px;
}

.bg-trabalhamos {
	/*background-image: 'imagens/';*/
	background-color: #f8e7d9;
}

.job-div{
	text-align: center;
}
.job-img{
	padding-bottom: 18px;
}

.corr{
	color: #ffffff!important;
}
}
