/*
	Theme Name: Montenegro Talentos
	Version: 1.0
	Author: VX
	Author URI: http://vxcomunicacao.com.br/

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php


*/

.desktop { display: none!important; }
.tablet { display: none!important; }

/* ============= HOME ============= */
.em-destaque {
  /*height: 630px;
  margin-bottom: 30px;
  top: -100px;
  display: inline;*/
}
.em-destaque .container-extra {
  background: transparent;
  /*margin-top: -130px;*/
}
@media screen and (min-width: 940px) {
  .em-destaque { margin-top: -110px; }
}
@media screen and (min-width: 1280px) {}
.carrossel-em-destaque .owl-item {  background: #fff; }
.carrossel-em-destaque .talentos-em-destaque {  margin: 0 auto; }
.carrossel-em-destaque .talentos-em-destaque-item {
    float: left;
    width: 33%;
    text-align: center;
    padding: 21px 5px;
}
.carrossel-em-destaque .em-destaque-item .talentos-em-destaque-item:hover a { text-decoration: underline; }
.carrossel-em-destaque .owl-dots { text-align: center; }
.carrossel-em-destaque .owl-dots .owl-dot { margin: 0 10px !important; }
.carrossel-em-destaque .owl-dots .owl-dot span {
    display: block;
    width: 8px;
    height: 8px;
    background-color: #d6d6d6;

    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.carrossel-em-destaque .owl-dots .owl-dot.active {
    border: 3px solid #777;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.carrossel-em-destaque .owl-dots .owl-dot.active span { background-color: #eee; }

.novos-contratados {  width: 100%; margin-bottom: 60px; }
.novos-contratados .container-extra {
  background: transparent;
}
.novos-contratados .talentos-title {
  margin-bottom: -13px;
}
.novos-contratados .contratados-lista { padding: 15px 15px 0; background: #000; }
.novos-contratados .contratados-lista li { overflow: hidden; }
.novos-contratados .contratados-lista li .img-holder {
    display: block;
    overflow: hidden;
    margin: 0 auto;
    width: 249px;
    height: 356px;
}
.novos-contratados .talentos-title { padding-left: 0; }
.novos-contratados .contratados-lista li .title {
    padding: 21px 0;
    display: block;
    width: 100%;
    transition: 0.3s;
}
.novos-contratados .contratados-lista li:hover .title { text-decoration: underline; }

/* ========================== */

/* ============= NAS TELAS ============= */

.nas-telas-main .talentos-busca {
  height: auto;
  background-image: none;
}
.nas-telas-slider { margin-top: -30px; }
.nas-telas-main .talentos-loop li img { position: relative; left: 0; }

.nas-telas-mobile li {
  margin: 0 auto 17px;
  max-width: 750px;
}

.nas-telas-mobile-meta {
  height: auto;
  padding-bottom: 60px;
  width: 100%;
  padding: 20px;
  background: #000;
  position: relative;
  top: 0;
  max-width: 750px;
}
.nas-telas-mobile-meta .col {
  float: left;
  width: 33.3%;
}

.nas-telas-mobile.nos-palcos .col {
  width: 50%;
}

.nas-telas-meta {
  height: 245px;
  width: 30%;
  padding: 20px;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.6);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";

  position: absolute;
  bottom: 25px;
  left: 25px;
  text-align: left;
}

.nas-telas-meta p, .nas-telas-mobile-meta p {
  padding-left: 15px;
}
.nas-telas-meta .fs-18, .nas-telas-mobile-meta .fs-18 {
  line-height: 26px;
}

/* ========================== */

/* ============= TALENTOS ============= */
.talento-thumb img {
  margin: 28px auto 0;
}
.talento-single-videos iframe {
  display: block;
  margin: 35px auto 0;
}
.talentos-main, .talento-single-main, .nas-telas-main {
  /*margin-top: -250px;*/
}
.quem-somos-main {
  /*margin-top: -123px;*/
}
@media screen and (min-width: 940px) {
  .talentos-main, .talento-single-main, .nas-telas-main {
    margin-top: -119px;
  }
}
.talentos-main .container-extra, .talento-single-main .container-extra, .nas-telas-main .container-extra {
  /*padding-bottom: 155px;*/
}
.talentos-title {
  padding-left: 140px;
  top: -14px;
  text-transform: uppercase;
}

.talentos-busca {
  background: url('static/images/talentos-busca-bg-mobile.png') no-repeat top left;
  background-size: cover;
  width: 100%;
  height: 240px;
  margin-top: 60px;
}

.talentos-busca h2 {
  text-align: right;
  padding-right: 35px;
  top: -18px;
}

.talentos-80 {
  width: 100%;
  padding: 0 20px;
}
@media screen and (min-width: 540px) {
  .talentos-80 {
    padding: 0 80px;
  }
}
@media screen and (min-width: 940px) {
  .talentos-busca h2 {
    text-align: left;
    padding-right: 0;
  }
  .talentos-busca {
    background: url('static/images/talentos-bg.png') no-repeat top left;
    width: 100%;
    height: 240px;
    margin-top: 60px;
  }
  .talentos-80 {
    width: 50%;
    padding: 0 140px;
  }
}
.talentos-busca .col {
  float: left;
}

.talentos-20 {
  width: 50%;
}
@media screen(max-width: 940px) {
  .talentos-20 {
    width: 100%;
    background-color: #000;
    position: relative;
    z-index: 999;
    padding: 20px 30px;
  }
}
@media screen (max-width: 425px) {
  .search-filter button {
    width: 50%;
  }
  .form-wrapper input {
    font-size: 14px;
  }
}
.talentos-busca .talentos-input {
  text-transform: none;
  margin-top: 40px;
  padding-bottom: 14px;
  padding-left: 0;
  width: 85%;
}
.talentos-busca .search {
  margin-top: 17px;
}
.talentos-busca .search-filter {
  margin-top: 20px;
}
.talentos-all {
  margin-top: -30px;
  background: url('static/images/talentos-bg-left.png') no-repeat top left #fff;
  background-size: 40%;
  position: relative;
  min-height: 200px;
  width: 100%;
}
.talentos-text {
    width: 55%;
    padding-right: 115px;
    margin-top: 68px;
    float: right;
}
.talentos-loop {
    float: left;
    width: 100%;
    font-size: 0;
    text-align: center;
    margin-top: 80px;
    margin-bottom: 120px;
}

.talentos-loop li {
    display: inline-block;
    margin-bottom: 15px;
    padding: 0 7px;
}

.talentos-loop li:hover .box-talentos { background: #999999; }
.talentos-loop .box-talentos { position: relative; background: #e5e5e9; border: 1px solid #f6f6f7;  transition: 0.3s; }
.talentos-loop li .img-holder {
  display: block;
  overflow: hidden;
  margin: 5px;
  margin-bottom: 0;
  width: 172px;
  height: 217px;
}
@media screen and (min-width: 440px) {

  .nas-telas-main .talentos-loop li {
    max-width: 415px;
  }
}
@media screen and (min-width: 940px) {
  .nas-telas-main .talentos-loop li {
    width: 42%;
    margin-left: 45px;
  }
}
@media screen and (min-width: 1280px) {
  .nas-telas-main .talentos-loop li {
    width: 31%;
    margin-left: 15px;
  }
}
/*.talentos-loop li img {
  position: absolute;
  left: -20%;
  max-width: none;
}*/
.talentos-loop li .title {
    padding: 10px 23px;
    background: #999999;
    font-weight: bolder;
    text-transform: uppercase;
    display: block;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
}
.talentos-loop li .title span {
    line-height: 17px;
    position: absolute;
    right: 10px;
    top: 50%;
}
.talento-single-main .col {
  float: left;
  padding: 0 25px;
}
.talento-single-50 {
  width: 100%;
}
@media screen and (min-width: 940px) {
  .talento-single-50 {
    width: 50%;
  }
}

.talento-single-main .feature-overlay {
  background: url('static/images/feature-img-overlay.png') no-repeat -2px 1px  ;
  background-size: cover;
  width: 100%;
  height: 113px;
  position: absolute;
  bottom: 0;
  z-index: 99;
}
.talento-single-content {
  padding: 35px;
}
.talento-single-content p {
    font-size: 18px;
    line-height: 26px;
    color: #000;
    text-transform: none;
    margin-bottom: 35px;
    letter-spacing: 1px;
}
.talento-single-curriculo p {
  font-size: 16px;
  line-height: 25px;
  color: #000;
  text-transform: none;
  margin-bottom: 35px;
  letter-spacing: 1px;
}
.talento-single-videos {
  margin-top: 35px;
  padding: 0 35px;
  width: 100%;
}
.talento-single-redes .social-icon-list {
  width: 100%;
  margin-top: 60px;
}
.talento-single-redes .social-item {
  width: 35%;
  min-width: 200px;
  height: 45px;
  line-height: 45px;
  float: none;
  text-align: center;
  margin: 15px auto;
}
.talento-single-redes .social-item img {
  float: left;
}


/* ========================== */

/* ============= QUEM SOMOS ============= */

main .container-extra {
  background: no-repeat top right #fff;
  background-size: 40%;
  position: relative;
}
.quem-somos-main.container-extra {
  background-image: url('static/images/quem-somos-bg.png');
  margin-top: -155px;
  padding-bottom: 155px;
}
.quem-somos-main h1 {
  margin: 45px 0 0 140px;
  text-transform: uppercase;
}



.quem-somos-col h2 {
  text-transform: uppercase;
  font-size: 25px;
  line-height: 28px;
  margin-top: 35px;
}
.quem-somos-col h3 {
  margin-bottom: 4px;
}
.quem-somos-col>p {
  color: #000;
  text-transform: none;
  letter-spacing: 1px;
  margin-bottom: 35px;
  font-size: 18px;
}
.quem-somos-content p { line-height: 25px; }

.quem-somos-col {
  float: left;
  padding: 0 45px;
  display: inline-block;
  width: 100%;
}

.quem-somos-montenegro {
  background: url('static/images/marcus-montenegro-mobile.png') no-repeat top center;
  background-size: contain;
  height: 325px;
  margin-top: 30px;
}

@media screen and (min-width: 940px) {
  .quem-somos-col h2 {
    margin-top: 140px;
  }
  .quem-somos-40 {
    width: 40%;
  }
  .quem-somos-45 {
    width: 45%;
  }
  .quem-somos-50 {
    width: 50%;
  }
  .quem-somos-55 {
    width: 55%;
  }
  .quem-somos-60 {
    width: 60%;
  }
  .quem-somos-80 {
    width: 80%;
    margin: 0 auto;
  }
  .quem-somos-montenegro {
    background: url('static/images/quem-somos-montenegro-bg.png') no-repeat top center;
    height: 1095px;
    margin-top: 30px;
  }
}


.text-wrapper {
  top: 565px;
  margin: 0 45px;
}
.text-wrapper p {
  margin-bottom: 30px;
  letter-spacing: 1px;
}



/* ========================== */

body {  background-color: #EEE; }

.container-extra {
  width: 100%;
  max-width: 1295px;
  margin: 0 auto;
}

.meio {
  background: url('static/images/meio-bg.png') no-repeat top center;
  background-size: cover;
  height: 676px;
  width: 100%;
}

@media screen and (min-width: 940px) {
  .meio {
    background: url('static/images/meio-bg.png') no-repeat -400px 0;
  }
}
@media screen and (min-width: 1280px) {
  .meio {
    background: url('static/images/meio-bg.png') no-repeat top center;
  }
}

.meio-txt {
  width: 70%;
  max-width: 900px;
  float: right;
  top: 120px;
  padding-right: 20px;
}
.meio-txt p {
  margin-top: 22px;
}
.social-icons {
  width: 100%;
  height: 150px;
}
.social-icons.mobile {
  padding: 90px 0;
  background: url('static/images/social-icons-mobile.png') no-repeat top center;
  background-size: contain;
}
.social-icon-list {
  display: inline-block;
}
.social-item {
  float: left;
  margin-right: 8px;
}
.social-text {
  color: #000;
  font-size: 13px;
  font-weight: bold;
  margin-top: 10px;
  letter-spacing: 2px;
}

/* ============= GENERAL ============= */

p {
  font-weight: normal
  margin-bottom: 20px;
  text-transform: uppercase;
  color: #fff;
}

.span-big {
  font-weight: 500;
  font-size: 25px;
  letter-spacing: 0;
}
.span-bold {
  font-weight: bold;
}

.dsp-i-b { display: inline-block; }

.pos-r { position: relative; }
.pos-a { position: absolute; }
.center-pos-x {
	-moz-transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}
.center-pos-y {
	-moz-transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
}
.center-pos-xy {
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.tag {
	display: inline-block;
	font-family: 'Raleway', sans-serif;
	font-size: 18px;
	text-transform: uppercase;
	line-height: 18px;
	padding: 5px;
	background-color: #ce402c;
}

.title-tag {
	font-family: 'Raleway', sans-serif;
	font-size: 24px;
	font-weight: 700;
	color: #fff;
	padding: 9px 19px;

	-moz-border-radius-topright: 50px;
	-webkit-border-top-right-radius: 50px;
	border-top-right-radius: 50px;

	-moz-border-radius-bottomright: 20px;
	-webkit-border-bottom-right-radius: 20px;
	border-bottom-right-radius: 20px;

	-moz-border-radius-bottomleft: 20px;
	-webkit-border-bottom-left-radius: 20px;
	border-bottom-left-radius: 20px;
}

.thumb-rounded {
	-moz-border-radius-topright: 63px;
	-webkit-border-top-right-radius: 63px;
	border-top-right-radius: 63px;

	-moz-border-radius-bottomright: 39px;
	-webkit-border-bottom-right-radius: 39px;
	border-bottom-right-radius: 39px;

	-moz-border-radius-bottomleft: 32px;
	-webkit-border-bottom-left-radius: 32px;
	border-bottom-left-radius: 32px;
}

.lnk { display: inline-block; font-family: 'Raleway', sans-serif; font-size: 21px; }

.title, .txt { font-family: 'Raleway', sans-serif; }

.flt-l { float: left; }
.flt-r { float: right; }

.txt-white { color: #fff; }
.txt-black { color: #000; }
.txt-red { color: #ce402c; }
.txt-grey { color: #808080; }

.bg-red { background-color: #ce402c; }
.bg-white { background-color: #fff; }
.bg-blue { background-color: #3b5998; }
.bg-pink { background-color: #e12f67; }
.bg-black { background-color: #000; }

.txt-center { text-align: center; }
.txt-right { text-align: right; }
.txt-left { text-align: left; }

.mrg-b-0 { margin-bottom: 0px; }
.mrg-b-5 { margin-bottom: 5px; }
.mrg-b-9 { margin-bottom: 9px; }
.mrg-b-17 { margin-bottom: 17px; }
.mrg-b-24 { margin-bottom: 24px; }
.mrg-b-26 { margin-bottom: 26px; }

.mrg-t-13 { margin-top: 13px; }
.mrg-t-28 { margin-top: 28px; }
.mrg-t-130 { margin-top: 130px; }

.fs-12 { font-size: 12px; line-height: 15px; }
.fs-13 { font-size: 13px; line-height: 16px; }
.fs-15 { font-size: 15px; line-height: 17px; }
.fs-16 { font-size: 16px; line-height: 23px; }
.fs-18 { font-size: 18px; line-height: 20px; }
.fs-20 { font-size: 20px; line-height: 22px; }
.fs-22 { font-size: 22px; line-height: 24px; }
.fs-24 { font-size: 24px; line-height: 26px; }
.fs-26 { font-size: 26px; line-height: 21px; }
.fs-29 { font-size: 29px; line-height: 31px; }
.fs-35 { font-size: 35px; line-height: 37px; }
.fs-60 { font-size: 60px; line-height: 62px; }

.fw-r { font-weight: 400; }
.fw-m { font-weight: 500; }
.fw-sb { font-weight: 600; }
.fw-b { font-weight: 700; }

.no-pd { padding: 0 !important; }
.no-mrg { margin: 0 !important; }

.tt-upper { text-transform: uppercase; }

.title-pages {
	font-family: 'Raleway', sans-serif;
	font-size: 45px;
	font-weight: 700;
	text-align: center;
	color: #fff;
	margin-bottom: 22px;
}
@media screen and (min-width: 492px) {
	.title-pages { font-size: 64px; margin-bottom: 43px; }
}

.card .card-body { font-size: 15px; color: #a5a5a5; padding: 30px 29px 10px; }
.card .card-footer { padding: 10px 29px; }
.card-text { font-family: 'Open Sans', sans-serif; font-weight: 500; }
.card-text:last-child { margin-bottom: 0; }
.card-separator-red { margin-bottom: 11px; border-top: 3px solid #cc402c; }

/* ============= HEADER ============= */

.header {
    background: url('static/images/header-bg.png') no-repeat #EEE center top;
    background-size: 230% auto;
}

@media screen and (min-width: 800px) {
    .header {  background-size: contain; }
}

@media screen and (min-width: 940px) {
    .header { min-height: 400px; }
}

.header-bar { display: none; }





@media screen and (max-width: 939px) {
  .menu .menu-item a { display: block; line-height: 80px; color: #fff; }

  .menu-principal {
    width: 100%;
    height: 100%;
    padding: 14px 16px;
    position: fixed !important;
    /*padding-top: 100px;*/
    top: 0px;
    left: -100%;
    background-color: #000;
    opacity: .8;
    transition: .8s ease;
    -webkit-transition: .8s ease;
    -moz-transition: .8s ease;
    -o-transition: .8s ease;
  }

  .menu-principal .menu-item { float: none; width: 100%; text-align: center; }
  .menu-principal .menu-item.btn-search { display: none; }

  .menu-principal .btn-close-menu { text-align: right; }
  .menu-principal .btn-close-menu a {
    display: inline-block;
    width: 32px;
    height: 32px;
    font-size: 0;
    background: url('static/images/icon-close.png') no-repeat center center;
    background-size: cover;
    cursor: pointer;
  }

  .show-menu { overflow: hidden; }
  .show-menu:before {
    display: block;
    width: 100%;
    min-height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    content: '';
    z-index: 9;
    background-color: #000;
    opacity: .5;

    transition: .8s ease;
    -webkit-transition: .8s ease;
    -moz-transition: .8s ease;
    -o-transition: .8s ease;
  }
  .show-menu .menu-principal {
    left: 0;
    overflow: scroll;
    z-index: 99;
  }
}

@media screen and (min-width: 1000px) {
	.header-bar { display: block; position: relative; z-index: 99; }
}

.menu-top { font-family: 'Raleway', sans-serif; font-size: 0; float: left; }
.menu-top > .menu-item { display: inline-block; font-weight: 600; }
.menu-top .menu-item a {
	display: block;
	font-size: 15px;
	padding: 15px 10px;
	color: #000;
}
.menu-top .menu-item.current_menu-item a, .menu-top .menu-item:hover a { color: #fff; background-color: #3f3f4e; }

.network-top { font-size: 0; float: right; }
.network-top .item { display: inline-block; font-size: 20px; color: #3f3f4e; padding: 11px 12px; }

.header-logo-menu { padding: 16px 0; position: relative; z-index: 9; }
@media screen and (min-width: 760px) {
	.header-logo-menu { padding: 39px 0 0; }
}

.hamburguer, .search-mobile {
	font-size: 25px;
	color: #222329;
	position: absolute;
	top: 50%;
  cursor: pointer;
	-moz-transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
}


.hamburguer { left: 20px; }
.search-mobile { right: 20px; }
@media screen and (min-width: 940px) {
	.hamburguer { display: none; }
  .menu-principal { display: block; }

  .menu .menu-item a {
    display: block;
    color: #808080;
    padding: 11px 20px;
    transition: 0.3s;
  }
  .menu .menu-item a:hover {
    color: #000;
  }
  .menu .menu-item:after {
    height: 2px;
    width: 2px;
    background:#808080;
    display: block;
    content: "";
    position: relative;
    top: -20px;
  }
}

.header-logo { width: 229px; margin: 87px auto 50px; }
@media screen and (min-width: 940px) {
    .menu-principal { font-size: 0; text-align: center; }
	.menu-principal .menu-item { display: inline-block; float: none !important; }
}


/*.menu-principal .btn-close-menu { display: none; }*/
.menu .menu-item {
	font-family: 'Raleway', sans-serif;
	font-size: 13px;
	font-weight: 600;
	color: #808080;
	position: relative;
	float: left;
  text-transform: uppercase;
  letter-spacing: 3px;
}


.search-box {
	width: 100%;
	padding: 32px 0;
	position: absolute;
	bottom: 100%;
	left: 0;
	background: url('static/images/bg-search.png');
	z-index: 1;

	transition: .8s ease;
	-webkit-transition: .5s ease;
	-moz-transition: .5s ease;
	-o-transition: .5s ease;
}
.search-box.active { bottom: -105px; }

.search-input {
	display: block;
	max-width: 590px;
	width: 100%;
	font-size: 36px;
	text-transform: uppercase;
	color: #fff;
	line-height: 36px;
	padding: 2px 22px;
	margin: 0 auto;
	border: 0;
	border-bottom: 1px solid #fff;
	background: url('static/images/icons/icon-search-big.png') 95% center no-repeat transparent;
}


.news-box-header { top: 49px; left: 0; }
.news-form, .news-box-header {
    display: none;
    position: absolute;
    right: 100px;
    z-index: 2;
    padding: 20px 20px 0;
    width: 300px;
    background-color: #cc402c;
}




/* =============== FOOTER =============== */

.tt-instagram { margin-top: 20px; }
.tt-instagram img { position: relative; z-index: 9; margin: 0 auto; }
.tt-instagram:before {
    display: block;
    width: 100%;
    position: absolute;
    top: 35px;
    left: 0;
    border-bottom: 1px solid #cacaca;
    content: '';

    -moz-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.contato-bg.mobile {
  background: url('static/images/contato-bg-mobile.png') no-repeat top center;
  background-size: cover;
  height: 120px;
  top: -120px;
  width: 100%;
  position: absolute;
  left: 0;
}

.talentos-bg.mobile {
  background: url('static/images/talentos-bg-mobile.png') no-repeat top center;
  background-size: cover;
  height: 120px;
  top: -120px;
  width: 100%;
  position: absolute;
  left: 0;
}

.footer .mobile h2 {
  position: absolute;
  top: 92px;
  margin: 0;
}
.footer .mobile.talentos-bg h2 {
  top: 92px;
  right: 10%;
}
.footer .mobile.contato-bg h2 {
  left: 10%;
}


.footer {
  width: 100%;
}
.footer section {
  /*min-height: 365px;*/
  padding-bottom: 60px;
  margin-top: 75px;
}

.footer-talentos {
  background: url('static/images/talentos-footer-bg.png') no-repeat;
  background-color: #000;
  width: 100%;
  padding-top: 30px;
}
.footer-contato {
  background: url('static/images/fale-footer-bg.png') no-repeat left bottom #000;
  width: 100%;
  float: right;
  padding-top: 30px;
}

.footer h2 {
  top: -20px;
  font-size: 24px;
  line-height: 26px;
}

.footer-talentos h2 {
  /*text-align: right;*/
}
.footer-contato h2 {
  text-align: left;
}

.s-footer-80 {
  width: 80%;
  padding: 0!important;
}
.s-footer-20 {
  width: 20%;
  padding: 0!important;
}
.search {
  background: url('static/images/search-big.png') no-repeat;
  width: 75px;
  height: 75px;
  display: block;
  border: none;
  cursor: pointer;
  margin: 0 auto;
  margin-top: -17px;
}

.form-wrapper input {
  text-transform: uppercase;
  font-family: 'Raleway', sans-serif; font-weight: 600;
  background: transparent;
  border: none;
  border-bottom: 1px solid #f1f1f1;
  width: 100%;
  padding: 8px;
  color: #fff;
  margin-bottom: 35px;
  font-size: 18px;
  line-height: 20px;
}
.form-wrapper p, .form-wrapper textarea, .footer-contato button {
  font-size: 20px;
  line-height: 22px;
}

@media screen and (min-width: 940px) {
  .footer {
    /*border-top: 1px solid #cacaca;*/
  }
  .form-wrapper p, .form-wrapper textarea, .footer-contato button {
    font-size: 12px;
    line-height: 14px;
  }
  .footer-100 .search {
    background: url('static/images/search.png') no-repeat;
    width: 35px;
    height: 35px;
    margin-top: 0;
  }
  .form-wrapper input {
    font-size: 12px;
    line-height: 14px;
  }
  .footer h2 {
    top: -24px;
    font-size: 24px;
    line-height: 26px;
  }
}


.footer .col.footer-35 {
  width: 100%;
  padding-right: 0;
  padding-left: 0;
}
.footer-65 {
  width: 100%;
}
.footer-50 {
  width: 100%;
}


.form-wrapper p img {
  display: inline-block;
  margin-left: 22px;
  top: 1px;
}

.footer-100 {
  display: inline-block;
  float: left;
}
.footer-100 input {
  text-transform: none;
  padding-bottom: 0;
  padding-left: 0;
}

.btn-holder {
  padding: 0 45px;
  clear: both;
}
.btn-busca {
  border: 2px solid #fff;
  border-radius: 3px;
  width: 100%;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  padding: 12px 0;
  margin-bottom: 12px;
}
.btn-busca.active {
  background-color: #333333;
}
.search-terms {
  width: 100%;
  padding: 20px 50px;
  display: none;
  background-color: #333333;
  overflow: hidden;
}
.search-terms li {
  float: left;
  width: 50%;
}

.search-filter button, .search-terms li button {
  float: left;
  border: none;
  cursor: pointer;
  font-family: 'Raleway', sans-serif;
  text-transform: uppercase;
  background: url('static/images/empty-check.png') no-repeat transparent;
  width: 33%;
  padding-left: 23px;
  padding-top: 2px;
  margin-bottom: 10px;
}
.search-filter button.checked, .search-terms li button.checked {
  background: url('static/images/check.png') no-repeat transparent;
}
.search-all {
  text-align: center;

}
.search-all a {
  font-size: 20px;
  line-height: 22px;
}

.footer-100 {
  width: 100%;
  padding-left: 40px;
  padding-right: 40px;
  display: inline-block;
  float: left;
}

.footer-100 input {
  width: 100%;
}


.footer .col {
  padding-left: 15px;
  padding-right: 15px;
  display: inline-block;
  float: left;
}

@media screen and (min-width: 940px) {
  .mobile { display: none!important; }
  .tablet { display: block!important; }

  .footer .col {
    padding-left: 45px;
    padding-right: 45px;
  }

  .search-all {
    text-align: left;

  }
  .search-all a {
    font-size: 15px;
    line-height: 17px;
    margin-top: 85px;
    display: block;
  }

  .footer-talentos {
    background-color: transparent;
    width: 33%;
    padding-top: 0;
  }
  .footer-contato {
    background-color: transparent;
    width: 67%;
    padding-top: 0;
  }
  .footer .col.footer-35 {
    width: 35%;
    padding-right: 0;
    padding-left: 0;
  }
  .footer-65 {
    width: 65%;
  }
  .footer-50 {
    width: 50%;
  }
  .footer .col {
    padding-left: 15px;
    padding-right: 15px;
    display: inline-block;
    float: left;
  }



}


@media screen and (min-width: 1280px) {
  .desktop { display: inline-block!important; }

  .footer .col {
    padding-left: 45px;
    padding-right: 45px;
    display: inline-block;
    float: left;
  }

  .footer-100 {
    width: 100%;
    padding-left: 45px;
    padding-right: 45px;
  }
  .footer-100 input {
    /*width: 85%;*/
  }

}
.footer-50 textarea {
  padding: 7px;
  color: #fff;
  text-transform: uppercase;
  font-family: 'Raleway', sans-serif; font-weight: 600;
  background: transparent;
  border: 1px solid #f1f1f1;
  margin-top: 20px;
  width: 100%;
  min-height: 120px;
  resize: none;
}
.footer-contato input[type='submit'] {
  text-transform: uppercase;
  text-decoration: underline;
  background: none;
  border: none;
  font-family: 'Raleway', sans-serif;
  width: 100%;
  margin-top: 30px;
}


.address {
  margin-top: 90px;
  padding-bottom: 24%;
  background: url('static/images/dots-footer-bg.png') no-repeat center bottom;
  background-size: cover;
  /*background-size: contain;
  width: 100%;
  height: 335px;
  padding: 0 30px;*/
}
.address p {
  font-weight: bold;
  letter-spacing: 1px;
}

.menu-footer { display: none; text-align: right; margin-top: 31px; }
.menu-footer .menu-item {
	display: inline-block;
	font-size: 15px;
	float: none;
}
.menu-footer .menu-item a { color: #fff; }

.btn-underline {
  text-transform: uppercase;
  text-decoration: underline;
  background: none;
  border: none;
  font-family: 'Raleway', sans-serif;
  cursor: pointer;
}



@media screen and ( min-width: 1000px ) {
	.menu-footer { display: block; }
	.menu-footer .btn-close-menu { display: none; }
}

@media screen and ( min-width: 1148px ) {
	.menu-footer .menu-item { font-size: 20px; }
}

.list-networks-footer { text-align: center; margin-bottom: 54px; }

@media screen and ( min-width: 1000px ) {
	.list-networks-footer { margin: 37px 0 0; }
	.menu-footer .btn-search { display: none; }
}

.lnk-network {
	display: inline-block;
	font-size: 22px;
	color: #cc402c;
	line-height: 34px;
	padding-left: 25px;
}
.lnk-network:first-child { padding-left: 0; }
.footer .hamburguer { color: #fff; }

@media (min-width: 1366px) {
	.flutuante-box {
	    display: block;
	    position: fixed;
	    bottom: 0;
	    right: 10px;
	    z-index: 2;
	    bottom: 0;
	    margin: auto;
	    height: 92px;
	    width: 66px;
	}
}

.flutuante-box .icon-box {
    cursor: pointer;

    -moz-border-radius-topright: 34px;
	-webkit-border-top-right-radius: 34px;
	border-top-right-radius: 34px;

	-moz-border-radius-bottomright: 29px;
	-webkit-border-bottom-right-radius: 29px;
	border-bottom-right-radius: 29px;

	-moz-border-radius-bottomleft: 32px;
	-webkit-border-bottom-left-radius: 32px;
	border-bottom-left-radius: 32px;

    -webkit-box-shadow: 2px 2px 6px 3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 2px 2px 6px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 2px 2px 6px 3px rgba(0, 0, 0, 0.1);
}

.news-form.is-side, .is-side.news-box-header {
    bottom: 55px;
}

.wpcf7-validation-errors { display: none !important; }

div.wpcf7-mail-sent-ok {
  border: 0;
  color: #fff;
}

.gallery .gllr_image_block p { overflow: hidden; }
.gallery .gllr_image_block p img { height: auto !important; }