/* Minification failed. Returning unminified contents.
(11,38): run-time error CSS1062: Expected semicolon or closing curly-brace, found '/'
 */
/*! normalize.css v4.0.0 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
a{
    text-decoration:none;
}
html {
  /*font-family: sans-serif; /* 1 */*/
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
  margin: 0;
}
ul, li{padding: 0px; margin: 0px;}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */

article,
aside,
details, /* 1 */
figcaption,
figure,
footer,
header,
main, /* 2 */
menu,
nav,
section,
summary { /* 1 */
  display: block;
}

/**
 * Add the correct display in IE 9-.
 */

audio,
canvas,
progress,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */

template, /* 1 */
[hidden] {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */

a:active,
a:hover {
  outline-width: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
  font-style: italic;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Add the correct background and color in IE 9-.
 */

mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct margin in IE 8.
 */

figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/* Forms
   ========================================================================== */

/**
 * Change font properties to `inherit` in all browsers (opinionated).
 */

button,
input,
select,
textarea {
  font: inherit;
}

/**
 * Restore the font weight unset by the previous rule.
 */

optgroup {
  font-weight: bold;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 * 2. Show the overflow in Edge, Firefox, and IE.
 */

button,
input, /* 1 */
select { /* 2 */
  overflow: visible;
}

/**
 * Remove the margin in Safari.
 * 1. Remove the margin in Firefox and Safari.
 */

button,
input,
select,
textarea { /* 1 */
  margin: 0;
}

/**
 * Remove the inheritence of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritence of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Change the cursor in all browsers (opinionated).
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
}

/**
 * Restore the default cursor to disabled elements unset by the previous rule.
 */

[disabled] {
  cursor: default;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS.
 */

button,
html [type="button"], /* 1 */
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
input:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
.clear{
  clear: both;
}
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the odd appearance of search inputs in Chrome and Safari.
 */

[type="search"] {
  -webkit-appearance: textfield;
}

/**
 * Remove the inner padding and cancel buttons in Chrome on OS X and
 * Safari on OS X.
 */

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */


/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
	position: relative;
	margin: 0 auto 0px;
	padding: 0;
	*zoom: 1;
}

.bx-wrapper img {
	    min-height: 100%;
	display: block;
}

/** THEME
===================================*/

.bx-wrapper .bx-viewport {
	-moz-box-shadow: 0 0 5px #ccc;
	-webkit-box-shadow: 0 0 5px #ccc;
	box-shadow: 0 0 5px #ccc;
	border:  5px solid #fff;
	left: -5px;
	background: #fff;

	/*fix other elements on the page moving (on Chrome)*/
	-webkit-transform: translatez(0);
	-moz-transform: translatez(0);
    	-ms-transform: translatez(0);
    	-o-transform: translatez(0);
    	transform: translatez(0);
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -30px;
	width: 100%;
}

/* LOADER */

.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(images/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}

/* PAGER */

.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #666;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #000;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
	left: 10px;
	background: url(images/controls.png) no-repeat 0 -32px;
}

.bx-wrapper .bx-next {
	right: 10px;
	background: url(images/controls.png) no-repeat -43px -32px;
}

.bx-wrapper .bx-prev:hover {
	background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
	background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
	text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(images/controls.png) -86px -11px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(images/controls.png) -86px -44px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666\9;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}

.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}
.fancybox-skin{
	padding: 2px 2px 45px 2px !important;
}
.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -43px;
	right: -44px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
	background: url('../assets/images/btn-close-galeria.png')no-repeat;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: -70px;
	background: url('../assets/images/sprite-galeria-arrow.png')no-repeat;
	width: 45px;
	background-position: left;
}

.fancybox-next {
	right: -70px;
	background: url('../assets/images/sprite-galeria-arrow.png')no-repeat;
	background-position: right;
	width: 45px;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background:rgba(0,0,0, 0.5);
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
	background: rgba(0,0,0,0.5);
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	left: 0%;
	margin-bottom: -35px;
	z-index: 8050;
	bottom: 34px;
	width: 100%;
	display: block;
	height: 46px;
	background: #bababa url('../images/bg-galeria-box.jpg')  no-repeat;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	/*margin-right: -100%;*/
	/*padding: 2px 20px;*/
	/*background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	/*background: rgba(0, 0, 0, 0.8);*/
	/*-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;*/
	/*color: #FFF;*/
	/*font-weight: bold;*/
	/*line-height: 24px;*/
	/*white-space: nowrap;*/
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url('fancybox_sprite@2x.png');
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url('fancybox_loading@2x.gif');
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}
@media only screen and (max-width: 800px) {
    .fancybox-prev {
        left: 4px;
        background: url('../images/sprite-galeria-arrow.png')no-repeat;
        width: 17px;
        top: 300px;
        background-position: left;
    }
    .fancybox-next {
        right: 4px;
          width: 17px;
          top: 300px;
        background: url('../images/sprite-galeria-arrow.png')no-repeat;
        background-position: right;
       width: 17px;
    }
}
@media only screen and (max-width: 600px) {
    .fancybox-prev,
     .fancybox-next  {
            top: 274px; 
    }
  
}
@media only screen and (max-width: 480px) {
    .fancybox-prev,
     .fancybox-next  {
            top: 250px; 
    }
  
}
@media only screen and (max-width: 410px) {
    .fancybox-prev,
     .fancybox-next  {
            top: 230px; 
    }
  
}
@media only screen and (max-width: 360px) {
    .fancybox-prev,
     .fancybox-next  {
            top: 200px; 
    }
  
}



.fc-calendar-container {
	position: relative;
	height: 400px;
	width: 400px;
}

.fc-calendar {
	width: 100%;
	height: 100%;
        background: #f4f2f3;
}

.fc-calendar .fc-head { 
	height: 30px;
	line-height: 30px;
	font:normal 12px 'gotham_bookregular';
	color: #000;
}

.fc-calendar .fc-body {
	position: relative;
	width: 100%;
	height: 100%;
	height: -moz-calc(100% - 30px);
	height: -webkit-calc(100% - 30px);
	height: calc(100% - 30px);
	
}
.fc-calendar .fc-row:first-child{
    border-top: 1px solid #eaeaea;
}
.fc-calendar .fc-row {
	width: 100%;
	border-bottom: 1px solid #eaeaea;
}

.fc-four-rows .fc-row  {
	height: 25%;
}

.fc-five-rows .fc-row  {
	height: 20%;
}

.fc-six-rows .fc-row {
	height: 16.66%;
	height: -moz-calc(100%/6);
	height: -webkit-calc(100%/6);
	height: calc(100%/6);
}

.fc-calendar .fc-row > div,
.fc-calendar .fc-head > div {
	float: left;
	height: 100%;
	width:  14.28%; /* 100% / 7 */
	width: -moz-calc(100%/7);
	width: -webkit-calc(100%/7);
	width: calc(100%/7);
	position: relative;
    box-sizing: border-box;
}

/* IE 9 is rounding up the calc it seems */
.ie9 .fc-calendar .fc-row > div,
.ie9 .fc-calendar .fc-head > div {
	width:  14.2%;
}

.fc-calendar .fc-row > div {
	
	position: relative;
}

.fc-calendar .fc-head > div {
	text-align: center;
}

.fc-calendar .fc-row > div > span.fc-date {
	position: absolute;
	width: 30px;
	height: 20px;
	font-size: 20px;
	line-height: 20px;
	font-weight: 700;
	color: #ddd;
	text-shadow: 0 -1px 0 rgba(255,255,255,0.8);
	bottom: 5px;
	right: 5px;
	text-align: center;
    font:normal 29px 'gotham_bookregular';
	color: #000;
}

.fc-calendar .fc-row > div > span.fc-weekday {
	padding-left: 5px;
	display: none;
}

.fc-calendar .fc-row > div.fc-today {
	
}

.fc-calendar .fc-row > div.fc-out {
	opacity: 0.6;
}

.fc-calendar .fc-row > div:last-child,
.fc-calendar .fc-head > div:last-child {
	border-right: none;
}

.fc-calendar .fc-row:last-child {
	
}

/* Custom calendar elements */
@font-face {
    font-family: 'fontawesome-selected';
    src: url("/assets/styles/fonts/fontawesome-selected.eot");
    src: url("/assets/styles/fonts/fontawesome-selected.eot?#iefix") format('embedded-opentype'), url("/assets/styles/fonts/fontawesome-selected.woff") format('woff'), url("/assets/styles/fonts/fontawesome-selected.ttf") format('truetype'), url("/assets/styles/fonts/fontawesome-selected.svg#fontawesome-selected") format('svg');
    font-weight: normal;
    font-style: normal;
}

.custom-calendar-wrap {
	margin: 10px auto;
	position: relative;
	overflow: hidden;
}

.custom-inner {
	background: #fff;
	box-shadow: 0 1px 3px rgba(0,0,0,0.2);
}

.custom-inner:before,
.custom-inner:after  {
	content: '';
	width: 99%;
	height: 50%;
	position: absolute;
	background: #f6f6f6;
	bottom: -4px;
	left: 0.5%;
	z-index: -1;
	box-shadow: 0 1px 3px rgba(0,0,0,0.2);
}

.custom-inner:after {
	content: '';
	width: 98%;
	bottom: -7px;
	left: 1%;
	z-index: -2;
}

.custom-header {
	background: #fff;
	padding: 5px 10px 10px 20px;
	height: 26px;
	position: relative;
    width: 100%;
    max-width: 400px;
    margin: auto;
}

.custom-header h2,
.custom-header h3 {
	text-align: center;
        margin: 0;
	text-transform: uppercase;
}

.custom-header h2 {
	color: #000;

	font-size: 26px;
	font-family:'gotham_bookregular';
}

.custom-header h3 {
	font-size: 12px;
	color: #5f5f5f;
	font-family:'gotham_bookregular';
}

.custom-header nav span {
	position: absolute;
	top: 17px;
	width: 30px;
	height: 30px;
	color: transparent;
	cursor: pointer;
	margin: 0 1px;
	font-size: 34px;
	line-height: 30px;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.custom-header nav span:first-child {
	left: 10px;
}

.custom-header nav span:last-child {
	right: 10px; 
}

.custom-header nav span:before {
	font-family: 'fontawesome-selected';
	color: #f79e1a;;
	position: absolute;
	text-align: center;
	width: 100%;
}

.custom-header nav span.custom-prev:before {
	content: '\25c2';
}

.custom-header nav span.custom-next:before {
	content: '\25b8';
}

.custom-header nav span:hover:before {
	color: #495468;
}

.custom-content-reveal {
	background: #f6f6f6;
	background: rgba(246, 246, 246, 0.9);
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 100;
	top: 100%;
	left: 0px;
	text-align: center;
	-webkit-transition: all 0.6s ease-in-out;
	-moz-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
	-ms-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
}

.custom-content-reveal span.custom-content-close {
	position: absolute;
	top: 15px;
	right: 10px;
	width: 20px;
	height: 20px;
	text-align: center;
	background: #ef4f69;
	box-shadow: 0 1px 1px rgba(0,0,0,0.1);
	cursor: pointer;
	line-height: 13px;
	padding: 0;
}

.custom-content-reveal span.custom-content-close:after {
	content: 'x';
	font-size: 18px;
	color: #fff;
}

.custom-content-reveal a,
.custom-content-reveal span {
	font-size: 22px;
	padding: 10px 30px;
	display: block;
}

.custom-content-reveal h4 {
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 300;
	letter-spacing: 3px;
	color: #777;
	padding: 20px;
	background: #fff;
	border-bottom: 1px solid #ddd;
	border-top: 5px solid #ef4f69;
	box-shadow: 0 1px rgba(255,255,255,0.9);
	margin-bottom: 30px;
}

.custom-content-reveal span {
	color: #888;
}

.custom-content-reveal a {
	color: #ef4f69;
}

.custom-content-reveal a:hover {
	color: #333;
}

/* Modifications */

.fc-calendar-container {
	height: 280px;
    width: 100%;
    padding: 30px;
    max-width: 400px;
    margin: auto;
}

.fc-calendar .fc-head {
	background: #FFF;
    height: 50px;
    text-transform: uppercase;
}
.fc-calendar .fc-head > div{
    line-height: 30px;
	font:normal 15px 'gotham_bookregular';
	color: #000; 
    box-sizing: border-box;
    border-left:1px solid #eaeaea;
    border-top:1px solid #eaeaea;
    display: flex;
    align-items: center;
    justify-content: center;
}
.fc-calendar .fc-head > div:last-child{
    border-right: 1px solid #eaeaea;
    
}

.fc-calendar .fc-row > div:last-child{
    border-right: 1px solid #eaeaea;

}
.fc-calendar .fc-row > div {
	background: #fff;
	cursor: pointer;
    border-left: 1px solid #eaeaea;
}

.fc-calendar .fc-row > div:empty {
	background: #f3f3f3;
    border-left: 1px solid #eaeaea;
}
.fc-calendar .fc-row > div:empty:last-child{
      border-right: 1px solid #eaeaea;
      
}

.fc-calendar .fc-row > div > span.fc-date {
	top: 50%;
	left: 50%;
	text-align: center;
	    margin: -15px 0 0 -16px;
    color: #000;
    font-weight: 400;
    pointer-events: none;
    z-index:1;
}

.fc-calendar .fc-row > div.fc-today {
	position:relative;
}


.fc-calendar .fc-row > div.fc-dayEvent:after {
    content: "";
    position: absolute;
    width: 100%;
    max-width: calc(100% - 14px);
    z-index: 0;
    left: 0;
    top: 0;
    bottom: 0;
    height: 81%;
    background: #aaaaaa;
    border-radius: 50%;
    right: 0;
    margin: auto;
}



.fc-calendar .fc-row > div.fc-today:after {
    content: "";
    position: absolute;
    width: 100%;
    max-width: calc(100% - 14px);
    z-index: 0;
    left: 0;
    top: 0;
    bottom: 0;
    height: 81%;
    background: #fc9222;
    border-radius: 50%;
    right: 0;
    margin: auto;
}

.fc-calendar .fc-row > div.fc-event:after {
    content: "";
    position: absolute;
    width: 100%;
    max-width: calc(100% - 14px);
    z-index: 0;
    left: 0;
    top: 0;
    bottom: 0;
    height: 95%;
    background: #fc9222;
    border-radius: 50%;
    right: 0;
    margin: auto;
}

.fc-calendar .fc-row > div.fc-today > span.fc-date {
	color: #FFF;
        z-index: 1;
	text-shadow: 0 1px 1px rgba(0,0,0,0.1);
}

.fc-calendar .fc-row > div.fc-content:after {
	content: '\00B7';
	text-align: center;
	width: 20px;
	margin-left: -10px;
	position: absolute;
	color: #DDD;
	font-size: 70px;
	line-height: 20px;
	left: 50%;
	bottom: 3px;
}

.fc-calendar .fc-row > div.fc-today.fc-content:after {
	color: #b02c42;
}

.fc-calendar .fc-row > div.fc-content:hover:after{
	color: #ef4f69;
}

.fc-calendar .fc-row > div.fc-today.fc-content:hover:after{
	color: #fff;
}

.fc-calendar .fc-row > div > div a,
.fc-calendar .fc-row > div > div span {
	display: none;
	font-size: 22px;
}

@media screen and (max-width: 400px) {
	.fc-calendar-container {
		height: 300px;
	}
	.fc-calendar .fc-row > div > span.fc-date {
		font-size: 15px;
	}
}

.local-evento{
    display:inline-flex;
    align-items:center;
    justify-content:flex-start;

}
.local-evento  img{
    padding-top: 5px;
    padding-right: 7px;
}
.local-evento h2 {
    text-transform:uppercase;
    color:#222222;
    font:normal 20px 'gothammediumregular';

}
.local-evento h2 span{
     font:normal 12px 'gotham_bookregular';
}

.cnt-conteudo-eventos.cnt-conteudo-eventos{
    width:100%;
}
.form-eventos{
    max-width: 75%;
    border-top:1px solid #d7d7d7;
    width:100%;   
    margin:auto;
    background:none !important;
    padding-top: 38px  !important;
    margin-top: 59px  !important;
}
.form-eventos > h3{
    max-width: 462px;
    margin: auto !important;
    display: flex !important;
    font: 24px 'gotham_bookregular' !important;
}
.form-eventos form{
    max-width: 462px;
    margin: auto !important;
    display: flex !important;
    justify-content: center;
}
.form-eventos .align{
    width:100% !important;
}
.btn-eventos{
    background: #003669;
    color: #fff;
    padding:0 12px;
    height:30px;
    position:relative;
    top:80px;
    border: none;
    margin-left: auto;
    font: 0.75em 'gotham_bookregular', Arial, Verdana;
}

.cnt-interna-evento figure {    
    margin: 0;
}
/* INTERNA */
.cnt-interna-evento{
  display: flex;
}
.info-evento{
    padding-left:27px;
}
    .info-evento h1{
        font: 20px 'gotham_bookregular', Arial, Verdana;
        color:#222;
        margin: 0 7px;
        text-transform:uppercase;
    }
    .info-evento ul{
        list-style:none;
        overflow: hidden;
        margin-left: 34px;
    }
    .info-evento ul li{
        font: 14px 'gotham_bookregular', Arial, Verdana;
        position:relative;
        display:block;
        clear:both;

    }
        .info-evento ul li > * {
            margin:4px 0;
           
        }
        .info-evento ul li > img{
            float:left;
            position: relative;
            top: 2px;
            width: 19px;
            padding-right: 8px;
        }
        .info-evento ul li > p{
            float:left;
            line-height: 21px;
        }
        .info-evento .local-evento h2{
             font-size:14px;
        }
        .info-evento .local-evento h2 span{
             font-size:10px;
             font-family:'gothammediumregular';
        }
    .cnt-convide-amigo{
        margin-left:auto;
        padding-left:65px;
        align-self: flex-end;
        border-left:1px solid #eaeaea;
    }


.fancybox-skin-evento{
    height:auto !important;
}

.cnt-footer-evento{
    display:flex;
}
.image-evento-footer{   
    height: 121px;    
    width: 171px;
    margin: 1em 0 0px 40px;
    float:left;
}
.cnt-footer-evento{
    background:#f9f8f8;
    align-items:center;
    padding: 20px 10px;
}
.cnt-footer-evento h1{
    font:normal 37px 'gothammediumregular';
    margin:0;
    text-align:center;
}
.cnt-footer-evento h4{
    font:normal 16px 'gotham_bookregular';
    text-align:center;
    margin:0;
}

.cnt-footer-evento .um{
    border-right: 1px solid #cacaca;
    padding: 16px 55px;
}
.cnt-footer-evento .local-evento h1{
     font:normal 17px 'gothammediumregular';
     text-transform:uppercase;
}
.dois a{
    display:flex;
}
.dois div{
    padding: 16px;
}
.dois h1 {
    float:left;
    color:#000;
     text-transform:uppercase;
    font:normal 17px 'gotham_bookregular';
        margin: 12px 0 12px;
}
.dois .local-evento{
    position: relative;
    top: -29px;
    left: -21px;
}
 .dois .local-evento h2{
             font-size:14px;
        }
       .dois .local-evento h2 span{
             font-size:10px;
             font-family:'gothammediumregular';
        }
.cnt-eventos-calendar{
    background:#f7f6f6;
    overflow:hidden;
    margin-top:30px;
}
.cnt-eventos-calendar .cnt-eventos-calendar-item{
    display: table;
    margin-top: 10px;     
}
.cnt-eventos-calendar h1{
    text-transform:uppercase;
    font-size:22px;
    font-weight: 100;
    margin-left: 50px;  
    margin-top: 35px;
    font-family:'gotham_bookregular';
}
    .cnt-eventos-calendar h3 {
        text-transform: uppercase;
        font-size: 18px;
        font-weight: 100;
        margin-left: 50px;
        font-style: italic;
        font-family: 'gotham_bookregular';
    }
.cnt-eventos-calendar h1 span{
   font-weight:900;
}
.txt-event{
    margin: 0;
    width: 77%;
    position: relative;
    top: -21px;
}
.txt-event p{
     font:normal 16px 'gotham_bookregular';
     color:#000;
}
.cnt-eventos-calendar .box-conteudo-noticias .thumb-artigo {
    width: auto !important;
    height: auto !important;
    margin-right: 0 !important;
}
.cnt-eventos-calendar .local-evento{
    position: relative;
    top: -5px;
    left: -10px;
}
.cnt-eventos-calendar .box-conteudo-noticias h1.title-artigo{
     font:normal 17px 'gotham_bookregular';
     font-weight: 700;
     text-transform:uppercase;
}
.cnt-eventos-calendar  .local-evento h2{
    font-size:14px;
}
.cnt-eventos-calendar .local-evento h2 span{
    font-size:10px;
    font-family:'gothammediumregular';
}

/*ul.list-event,
ul.list-event .txt-event {
    width: auto !important;
}*/
/*******************************************************************************
    IMPORTAÇÃO DE FONTES
*******************************************************************************/
@font-face {
  font-family: 'KG HAPPY Solid';
  src: url('/assets/styles/fonts/kghappy/KGHAPPYSolid.woff2') format('woff2'),
    url('/assets/styles/fonts/kghappy/KGHAPPYSolid.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
    font-family: 'gotham_boldregular';
    src: url('/assets/styles/fonts/gotham-bold/gotham-bold.eot');
    src: url('/assets/styles/fonts/gotham-bold/gotham-bold.eot?#iefix') format('embedded-opentype'),        
         url('/assets/styles/fonts/gotham-bold/gotham-bold.woff') format('woff'),
         url('/assets/styles/fonts/gotham-bold/gotham-bold.ttf') format('truetype'),
         url('/assets/styles/fonts/gotham-bold/gotham-bold.svg#gotham_boldregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
  /*Gothan Medium*/

  font-family: 'gothammediumregular';
  src: url('/assets/styles/fonts/gotham-medium/gothammedium-webfont.eot');
  src: url('/assets/styles/fonts/gotham-medium/gothammedium-webfont.eot?#iefix') format('embedded-opentype'), url('/assets/styles/fonts/gotham-medium/gothammedium-webfont.woff2') format('woff2'), url('/assets/styles/fonts/gotham-medium/gothammedium-webfont.woff') format('woff'), url('/assets/styles/fonts/gotham-medium/gothammedium-webfont.ttf') format('truetype'), url('/assets/styles/fonts/gotham-medium/gothammedium-webfont.svg#gothammediumregular') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {

  /*Gothan Book*/

  font-family: 'gotham_bookregular';
  src: url('/assets/styles/fonts/gotham-book/gotham-book-webfont.eot');
  src: url('/assets/styles/fonts/gotham-book/gotham-book-webfont.eot?#iefix') format('embedded-opentype'), url('/assets/styles/fonts/gotham-book/gotham-book-webfont.woff2') format('woff2'), url('/assets/styles/fonts/gotham-book/gotham-book-webfont.woff') format('woff'), url('/assets/styles/fonts/gotham-book/gotham-book-webfont.ttf') format('truetype'), url('/assets/styles/fonts/gotham-book/gotham-book-webfont.svg#gotham_bookregular') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  /*Gothan Light*/

  font-family: 'GothamLight';
  src: url('/assets/styles/fonts/gotham-light/GothamLight.eot');
  src: url('/assets/styles/fonts/gotham-light/GothamLight.eot?#iefix') format('embedded-opentype'), url('/assets/styles/fonts/gotham-light/GothamLight.woff2') format('woff2'), url('/assets/styles/fonts/gotham-light/GothamLight.woff') format('woff'), url('/assets/styles/fonts/gotham-light/GothamLight.ttf') format('truetype'), url('/assets/styles/fonts/gotham-light/GothamLight.svg#GothamLight') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  /*Gothan Light Extra Light*/

  font-family: 'GothamExLight';
  src: url('/assets/styles/fonts/gotham-light-extra-italic/GothamExLight-Italic.eot');
  src: url('/assets/styles/fonts/gotham-light-extra-italic/GothamExLight-Italic.eot?#iefix') format('embedded-opentype'), url('/assets/styles/fonts/gotham-light-extra-italic/GothamExLight-Italic.woff') format('woff'), url('/assets/styles/fonts/gotham-light-extra-italic/GothamExLight-Italic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
}

/*Dias das Mães*****************************************/
@font-face {
  font-family: 'Consolas';
  src: url('/assets/styles/fonts/diasdasmaes/Consolas.woff2') format('woff2'),
    url('/assets/styles/fonts/diasdasmaes/Consolas.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'ConsolasItalic';
  src: url('/assets/styles/fonts/diasdasmaes/Consolas-Italic.woff2') format('woff2'),
    url('/assets/styles/fonts/diasdasmaes/Consolas-Italic.woff') format('woff');
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: 'ConsolasBold';
  src: url('/assets/styles/fonts/diasdasmaes/Consolas-Bold.woff2') format('woff2'),
    url('/assets/styles/fonts/diasdasmaes/Consolas-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'ConsolasBoldItalic';
  src: url('/assets/styles/fonts/diasdasmaes/Consolas-BoldItalic.woff2') format('woff2'),
    url('/assets/styles/fonts/diasdasmaes/Consolas-BoldItalic.woff') format('woff');
  font-weight: bold;
  font-style: italic;
}

@font-face {
  font-family: 'Afterglow';
  src: url('/assets/styles/fonts/diasdasmaes/Afterglow-Regular.woff2') format('woff2'),
    url('/assets/styles/fonts/diasdasmaes/Afterglow-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Lovely Home';
  src: url('/assets/styles/fonts/diasdasmaes/LovelyHome.woff2') format('woff2'),
    url('/assets/styles/fonts/diasdasmaes/LovelyHome.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

/* GERAL *****************************************/
/* LOADER */

.loader {
    width: 100px;
    height: 100px;
    border-radius: 100%;
    position: relative;
    margin: 0 auto;
}

#loader-1:before,
#loader-1:after {
    content: "";
    position: absolute;
    top: -10px;
    left: -10px;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    border: 10px solid transparent;
    border-top-color: #f8981d;
}

#loader-1:before {
    z-index: 100;
    animation: spin 1s infinite;
}

#loader-1:after {
    border: 10px solid #ccc;
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/* LOADER 4 */

.loader-4 {
    width: 70px;
    height: auto;
}

#loader-4 span {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background-color: #f8981d;
    margin: 0 5px;
    opacity: 0;
}

#loader-4 span:nth-child(1) {
    animation: opacitychange 1s ease-in-out infinite;
}

#loader-4 span:nth-child(2) {
    animation: opacitychange 1s ease-in-out 0.33s infinite;
}

#loader-4 span:nth-child(3) {
    animation: opacitychange 1s ease-in-out 0.66s infinite;
}

@keyframes opacitychange {

    0%, 100% {
        opacity: 0;
    }

    60% {
        opacity: 1;
    }
}

.form-default {
    font: 400 13.3333px Arial;
    padding: 1px 2px;
    border: 1px solid #313131;
    height: 26px;
    width: 209px;
    border-radius: 2px;
    border-color: #737373;
    appearance: auto;
    background: none;
    color: black;
}


header {
    position: relative;
    z-index: 9999;
}

.container {
  width: 1280px;
  margin: 0 auto;
}

.container-util {
  max-width: 1200px;
  margin: 0 auto;
  width: 95%;
}

.afroday {
  font: 1.18em 'GothamLight', Arial, Verdana;
}

.modal-vaga p:first-of-type, .modal-success-recomendadap:first-of-type,
.modal-success-contato p:first-of-type, .modal-empresap:first-of-type,
.modal-cadastro-vagap:first-of-type, .modal-failp:first-of-type,
.modal-email-cadastradop:first-of-type {
    font-size: 2em;
    font-weight: bold;
}
/** ACESSIBILIDADE ***************************************************/
.ativa-contraste img,
.ativa-contraste section.box-cursos-destaque ul li a img {
    border: 1px solid #FF0 !important;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
}

.ativa-contraste section.box-noticias div.float-left span.thumb-noticia {
  border: 1px solid #FF0 !important;
}

.ativa-contraste .box-noticias p {
  color: #FFF !important;
}

.ativa-contraste section.box-noticias div.float-left article p.btn-continue,
.ativa-contraste section.box-cursos-destaque ul li a p.btn-continue,
.ativa-contraste section.box-noticias div.float-right ul li span.thumb-noticia,
.ativa-contraste section.box-noticias div.float-right ul li p.btn-continue {
  border: 1px solid #FF0 !important;
  color: #FFF;
}

.ativa-contraste section.box-cursos-destaque ul li a span.tag {
  background-color: #000 !important;
}

.ativa-contraste,
.ativa-contraste .contraste,
.ativa-contraste .contraste p.obs,
.ativa-contraste .contraste table tr {
  background: #000 !important;
}

.ativa-contraste .contraste-img {
  opacity: 0;
}

.ativa-contraste .content-simulador .tabs .content-wrap {
  border: 1px solid #FFF !important;
}

.ativa-contraste .content-simulador .tabs ul li a::after {
  color: #FFF;
  background: none !important;
}

.ativa-contraste .content-simulador .tabs ul li.tab-current a::after {
  border: 1px solid #FFF !important;
  background: none !important;
}

.ativa-contraste .contraste p,
.ativa-contraste .contraste h1,
.ativa-contraste .contraste h2,
.ativa-contraste .contraste h3,
.ativa-contraste .contraste h4,
.ativa-contraste .contraste h5,
.ativa-contraste .contraste h6,
.ativa-contraste .contraste span,
.ativa-contraste .contraste i,
.ativa-contraste .contraste strong,
.ativa-contraste .contraste label,
.ativa-contraste .contraste button,
.ativa-contraste .contraste li,
.ativa-contraste .contraste table tr,
.ativa-contraste .contraste i:before {
  color: #FFF !important;
}

.ativa-contraste .contraste .box-valor span {
  color: #000 !important;
}

.ativa-contraste .contraste .box-vermelho,
.ativa-contraste .contraste .box-content-valores {
  background: none !important;
  border: 1px solid #FFF;
  box-sizing: border-box;
}

.ativa-contraste .lista-diretrizes li:before {
  color: #FFF;
}

.ativa-contraste .lista-principios li:before {
  color: #FFF;
}

.ativa-contraste .contraste a {
  color: #FF0 !important;
}

.ativa-contraste .credito-avancar>a:hover {
  background: #000 !important;
}

.ativa-contraste .contraste section.contatos-shared .float-left {
  background: none !important;
}

.ativa-contraste .contraste .list-unidades .nome-unidade {
  background: none !important;
}

.ativa-contraste .contraste input,
.ativa-contraste .contraste select,
.ativa-contraste .contraste textarea,
.ativa-contraste .contraste .area-de-interesse {
  font: 0.94em 'gotham_bookregular', Arial, Verdana !important;
  background: none !important;
  box-sizing: border-box;
  border: 1px solid #FFF !important;
}

.ativa-contraste .contraste .news-checkboxes,
.ativa-contraste .contraste .btn-enviar {
  background: #222 !important;
  border: 1px solid #FFF !important;
}

.ativa-contraste .contraste.box-empresa-clientes,
.ativa-contraste .contraste .sessao-servicos,
.ativa-contraste .contraste .sessao-servicos ul {
  background: #333 !important;
}

.ativa-contraste .contraste .btn-enviar {
  color: #FFF !important;
}

.ativa-contraste .bar.contraste {
  background: #333 !important;
}

.ativa-contraste .contraste .section-cardapio .back-top,
.ativa-contraste .contraste .section-cardapio .back-bottom,
.ativa-contraste .contraste .section-cardapio {
  background: #666 !important;
}

.ativa-contraste .contraste .menu li .active {
  background: #333;
}

.ativa-contraste .contraste aside.contatos-aside {
  background: #222;
}

.ativa-contraste .contraste aside.contatos-aside .box-title-sessao {
  background: #111;
}

.ativa-contraste .contraste .box-form-licitacao input,
.ativa-contraste .contraste .box-search-refinida input {
  color: #FFF;
}

.ativa-contraste .contraste .box-form-licitacao select,
.ativa-contraste .contraste .box-search-refinida select {
  color: #999;
}

.ativa-contraste .contraste .box-form-licitacao {
  background: #222;
  border: 1px solid #FFFFFF;
}

.ativa-contraste .contraste .box-search-refinida {
  background: #444;
}

.ativa-contraste .contraste .status-sessao,
.ativa-contraste .contraste .conteudo-this-licitacao .box-main {
  border: 1px solid #FFFFFF;
  background: none;
}

.ativa-contraste .contraste .btn-open-search {
  border: 1px solid #FFFFFF;
  background: #000 url('/assets/images/icon-btn-search.png')no-repeat center center;
}

.ativa-contraste .contraste input.campo-termo-pesquisa {
  background: #000;
}

.ativa-contraste .contraste li a:hover,
.ativa-contraste .contraste ul>li a.active-item {
  background: #222;
}

.ativa-contraste .contraste.menu-main ul>li>ul,
.ativa-contraste .contraste.sessao-servicos ul {
  background: #222;
}

.ativa-contraste .contraste.menu-main ul>li>ul>li>a {
  border-top: 1px solid #333;
}

.ativa-contraste .contraste .bg-unidade-infor,
.ativa-contraste .contraste .box-destaque-unidade .left {
  background: #000;
}

.ativa-contraste .contraste .btn-open-list-unidades {
  background: url('/assets/images/icon-arrow-unidades-list.png')no-repeat #000;
  background-position-y: 11px !important;
  background-position-x: 298px !important;
}

.ativa-contraste .contraste ul.menu-list-unidades {
  background: #222;
}

.ativa-contraste .contraste .box-form-newsletter input {
  background: none !important;
  border: none !important;
}

.ativa-contraste .contraste div.mercado-trabalho-empresa,
.ativa-contraste .contraste .mercado-trabalho-empresa .box-menu {
  background: #222 !important;
}

.ativa-contraste .contraste div.mercado-trabalho-voce {
  background: #333 !important;
}

.ativa-contraste .contraste .classificacao-1 {
  background: #111;
  border: none !important;
}

.ativa-contraste .contraste .classificacao-2 {
  background: #222;
  border: none !important;
}

.ativa-contraste .contraste .classificacao-3 {
  background: #333;
  border: none !important;
}

.ativa-contraste .contraste .classificacao-4 {
  background: #444;
  border: none !important;
}

.ativa-contraste .contraste .box-form-newsletter {
  background: #222 !important;
  border: 1px solid #FFF !important;
}

/* MENU RESPONSIVO  *************************************************/
.titulo-pagina h1
{
    font-family: 'gotham_bookregular';
    font-size: 24px;
    color: #687070;
}

.titulo-laranja {
    margin-top: 50px;
}

.titulo-laranja h1 {
    font-family: 'gotham_bookregular';
    font-size: 24px;
    color: #F8981D;
    margin-bottom: 20px;
}

.row img {
    width: 100%;
}

.image-arquivo span {
    font-family: 'gotham_bookregular';
    color: #687070;
    font-size: 14px;
}

.mascara {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  height: 100%;
  z-index: 99999;
  display: none;
}

.mascara .box-indique-curso {
  width: 488px;
  height: 458px;
  margin: 0 auto;
  margin-top: 40px;
  position: relative;
  display: block;
}

.cnt-menu-hidden {
  background: #012b4b;
  position: absolute;
  z-index: 9999;
  width: 100%;
  top: 0;
}

.header-menu-responsive {
  border-bottom: 1px solid #044170;
  width: 90%;
  padding: 15px 0;
  margin: auto;
}

.header-menu-responsive .btn-toggle-close {
  display: block;
  position: absolute;
  right: 10px;
  margin-top: 38px;
  background: url('/assets/images/icon-menu-toggle-close.gif')no-repeat;
  width: 33px;
  height: 32px;
  top: -8px;
  z-index: 9999;
}

.header-menu-responsive a img {
  text-align: center;
  display: block;
  margin: auto;
}

.acordeon {
  margin: 20px 0;
}

.acordeon .ac-pane>a {
  width: 90%;
  margin: auto;
}

ac-pane {
  display: table;
  width: 100%;
  border-bottom: 1px solid #dcdcdc;
}

.ac-content {
  display: none;
}

.ac-title {
  position: relative;
  display: table;
  width: 100%;
  padding: 11px 5px;
  transition: all 300ms ease;
  color: #FFF;
}

.ac-title:hover i:before {
  color: #fff;
}

.ac-title span {
  font-family: 'gotham_bookregular';
  font-size: 17px;
  position: relative;
  display: table-cell;
  float: left;
  transition: all 300ms ease;
  vertical-align: middle;
  color: #FFF;
}

.ac-title i {
  font-family: arial;
  font-size: 1em;
  top: 0;
  bottom: 0;
  float: left;
  width: 31px;
  margin: auto;
  transition: all 300ms ease;
  text-align: center;
}

.ac-pane a:hover,
.active>a {
  background: #00508d;
}

.ac-title i:before {
  content: '▼';
  font-size: 10px;
  color: #FFF;
}

.active .ac-title i:before {
  position: absolute;
  top: 16px;
  margin-left: -6px;
  content: '▲';
  color: #fff;
}

.ac-content {
  box-sizing: border-box;
  width: 100%;
  padding: 5px 21px;
  text-align: left;
}

.sub-ac-content{
    margin-left: 15px;
}

.ac-content > a, .sub-ac-content > a {
    font-family: 'gotham_bookregular';
    font-size: 14px;
    color: #FFF;
    display: block;
    width: 90%;
    padding: 10px;
    margin: auto;
}

.ac-content>a:hover {
  background: #00223c;
}

.sublink {
  position: relative;
  padding-left: 45px;
  box-sizing: border-box;
}

/** VAGAS DE EMPREGO **********************************/
.ctn-vagas{
    margin: 0 0 75px;
}
.list-unstyled{
    padding-left: 0;
    list-style: none;
}
.vagas-list{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    list-style: none;
}
.vagas-item {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    width: 323px;
    background-color: #f5f5f5;
    padding: 30px 15px;
    margin: 40px 38px;
    overflow: hidden;
}
.vagas-item p{
    font-family: 'gotham_bookregular';
    font-size: 15px;
    margin: 11px 0;
}
.vagas-item small{
    display: block;
    font-family: 'gotham_bookregular';
    font-size: 11px;
    margin: 11px 0;
    color: #bfbdbd;
}
p.vagas-titulo{
    font-family: 'gotham_bookregular';
    font-size: 19px;
    font-weight: bold;
    color: #072c64;
    margin: 0 0 15px;
}
.etapa-list{
    margin: 22px;
}
.etapa-list li {
    font-family: 'gothammediumregular';
    font-size: 12px;
    text-transform: uppercase;
    color: #95a5a6;
    line-height: 27px;
}
.rodape-vaga{
    margin: 0 auto;
}
.ver-mais-vagas {
    display: inline-block;
    align-self: baseline;
    font-family: 'gothammediumregular';
    font-size: 11px;
    color: #fff;
    background-color: #586788;
    margin: 11px 0;
    padding: 6px 12px;
}
.rodape-vaga{
    text-align: center;
}
.candidatese-vaga{
    display: inline-block;
    font-family: 'gothammediumregular';
    font-size: 15px;
    color: #fff;
    background-color: #edb113;
    margin: 11px 0;
    padding: 16px 21px;
}
p.aviso-legal{
    font-family: 'gotham_boldregular';
    font-size: 14px;
    font-style: italic;
}
.banner-trabalhe-conosco{
    width: 100%; height:auto;
    margin: 0 0 115px;
    text-align:center;
}
.banner-trabalhe-conosco img{
    max-width: 100%;
    height: auto;
}

.modal {
  position: fixed;
  z-index: 10000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(74,101,142);
  background-color: rgba(74,101,142,0.4);
}

.modal-header{
    width: 100%;
    height: 49px;
    background-color: #edb113;
    text-align: center;
}
.modal-header p {
    font-family: 'gothammediumregular';
    font-size: 15px;
    line-height: 49px;
}
.modal-content {
    position: relative;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: #fefefe;
    width: 426px;
    text-align: center;
}
.modal-content p{
    font-family: 'gotham_boldregular';
    font-size: 15px;
    margin: 35px 0
}
.modal-content small{
    display: block;
    font-family: 'gotham_bookregular';
    font-size: 12px;
    margin: 11px 0;
    color: #6a6a6a;
}
.modal-content form{
    width: 380px;
    margin: 0 auto;
}
.modal-content form input{
    font-family: 'gotham_bookitalic';
    font-size: 12px;
    color: #999999;
}
.modal-content button{
    font-family: 'gothammediumregular';
    font-size: 15px;
    color: #fff;
    background-color: #edb113;
    margin: 11px 0;
    padding: 12px 21px;
    border: none;
}

/* ENCONTRO DE BELEZA / DIAS DAS MÃES *****************************************/
.detalhes-encontro {
  display: inline-flex;
  margin-top: 40px;
  margin-bottom: 20px;
}

.detalhes-encontro .right {
  width: 60%;
  background: #f3f3f3;
  padding: 0 15px;
}

.detalhes-encontro .left {
  width: 40%;
  padding: 15px 0;
  background: #ebebeb;
}

.detalhes-encontro .left li b {
  color: #222222;
  font-weight: 800;
  font-size: 12px;
}

.detalhes-encontro ul {
  list-style-type: none;
}

.detalhes-encontro ul img {
  vertical-align: middle;
}

.content-recuo {
  margin-left: 30px;
}

.content-encontro h3 {
  margin: 27px 0 7px !important;
}

.content-encontro h4 {
  color: #222222;
  font: 15px 'gotham_bookregular', Arial, Verdana;
  margin: 27px 0 7px !important;
}

.content-encontro p {
  margin: 1px 0 14px;
}

.content-encontro p span {
  color: red;
  font-style: italic;
}

.cnt-talkshow {
  width: 100%;
}

.cnt-talkshow .left li b {
  font: 600 14px 'gotham_bookregular', Arial, Verdana;
}

.cnt-talkshow .contato {
  width: 95%;
  justify-content: center;
  flex-wrap: wrap;
  margin: auto;
  display: flex;
  padding-top: 40px;
  max-width: 886px;
}

.cnt-talkshow .contato form input,
select,
.cnt-talkshow .contato form .hora_reserva span {
  color: #666;
  height: 30px;
  font-weight: 400;
  border: 1px solid #d9d9d9;
  background: #FFF;
  font: italic 14px'GothamLight';
  box-sizing: border-box;
}

.cnt-talkshow .contato form .hora_reserva span {
  padding: 5px;
  line-height: 20px;
}

.cnt-talkshow .contato>div {
  width: 100%;
  max-width: 470px;
}

.cnt-talkshow .box-select {
  background: #FFF;
  cursor: pointer;
}

.cnt-talkshow .box-select li {
  font: italic 300 13px'gotham_bookregular';
  color: #666;
  height: 30px;
  border-bottom: 1px solid #d9d9d9;
  line-height: 30px;
  padding-left: 10px;
  cursor: pointer;
}

.cnt-talkshow .box-select li:hover {
  background: #c9c9c9;
}

.cnt-talkshow .grau_escolaridade img {
  top: 12px;
  cursor: pointer;
}

.cnt-talkshow .contato .btn button {
  background: #003669;
  color: #FFF;
  font: 14px'gotham_bookregular';
  padding: 10px 20px;
}

.cnt-talkshow .box-conteudo-servicos {
  width: 100%;
}

.cnt-talkshow .contato form {
  margin-top: 0;
}

.nenhum-resultado * {
  display: block;
  text-align: center;
}

.nenhum-resultado h3 {
  font: normal 40px 'gothammediumregular';
  color: #222;
  text-transform: uppercase;
}

.nenhum-resultado span {
  font: normal 40px 'gothambook';
  color: #f8a81d;
  line-height: 0;
  margin: 57px 0;
}

.resultado-main {
  margin: 25px 0;
  display: block;
}

.resultado-main h3 {
  color: #222;
  text-transform: uppercase;
  font: normal 30px 'gothammediumregular';
  margin: 0;
  position: relative;
  /*line-height: 0;*/
  top: 1px;
}

.resultado-main span {
  color: #f8a81d;
}

.resultado-main h5,
.nenhum-resultado h5 {
  color: #666;
  font: normal 15px 'gotham_bookregular';
}

.resultado-main h5 i {
  font-weight: 700;
}

.form-cad-vaga-empresa input {
  border: 1px solid #d9d9d9;
  box-sizing: border-box;
}

.form-cad-vaga-empresa span {
  margin-bottom: 18px;
}

#cnt-complemento {
  width: 45.1%;
  float: left;
}

#cnt-numero {
  width: 20%;
  float: left;
}

.m {
  margin-right: 34px;
}

.no-m {
  margin: 0 !important;
  float: right !important;
}

#FormCadWhatsapp {
  position: relative;
}

.clear {
  clear: both;
}

.area-de-interesse {
  background: #e0e0e0;
  border: none;
  padding: 11px 0;
  position: relative;
  margin-bottom: 19px;
  width: 100%;
  cursor: pointer;
}

.area-de-interesse:after {
  position: absolute;
  right: 7px;
  top: 15px;
  content: '▼';
  color: #a9a9a9;
  font-size: 10px;
}

.area-de-interesse span {
  color: #a9a9a9;
  cursor: pointer;
  border: none;
  height: 39px;
  width: 88.35%;
  padding: 0px 10px;
  font: 0.85em 'gotham_bookregular', Arial, Verdana;
  font-style: italic;
}

.area-de-interesse img {
  float: right;
  margin-top: 3px;
}

.news-checkboxes {
  width: 100%;
  background: #e0e0e0;
  position: absolute;
  padding: 5px;
  top: 337px;
  color: #FFF;
  z-index: 1000;
  box-sizing: border-box;
}

.news-checkboxes>div {
  width: 49%;
  margin: 3px 0;
  display: inline-block;
}

input[type="checkbox"] {
  display: none;
}

input[type="checkbox"]+label {
  color: #5B5B5B;
  cursor: pointer;
  font: normal 12px 'Ubuntu', sans-serif;
}

input[type="checkbox"]+label span {
  display: inline-block;
  width: 25px;
  height: 24px;
  margin: -1px 4px 0 0;
  vertical-align: middle;
  background: url('/assets/images/check.png') left top no-repeat;
  cursor: pointer;
}

input[type="checkbox"]:checked+label span {
  background: url('/assets/images/check.png') -25px top no-repeat;
}

body {
  font-size: 16px;
}

/*******************************************************************************
    @Classes: GLOBAIS
*******************************************************************************/

.titulo-destaques {
  font: 2.5em 'GothamLight', Arial, Verdana;
}

.titulo-destaques span {
  font-weight: bold;
}

.btn-continue {
  display: block;
  padding: 7px;
  text-transform: uppercase;
  text-decoration: none;
  margin: 0px;
}

input.errorInput {
  border: 2px solid #ff0000 !important;
  background: #e6b8b8 !important;
}

input.erroInputSimple {
  background: #e6b8b8 !important;
}

label.erroInputSimple {
  display: none !important;
}

#formCadNewsletter label.erroInputSimple {
  display: inherit !important;
  position: absolute;
  width: 100%;
  left: 0;
  margin-top: -21px;
  font-family: Arial;
  font-size: 12px;
}

textarea.errorInput {
  border: 2px solid #ff0000 !important;
  background: #e6b8b8 !important;
}

select.errorInput {
  border: 2px solid #ff0000 !important;
  background: #e6b8b8 !important;
}

label.errorInput {
  display: none !important;
}

.reset-float-left {
  float: left;
}

.reset-float-right {
  float: right;
}

.reset-clear {
  clear: both;
}

/*******************************************************************************
    @Parte: TOPO
*******************************************************************************/

div#container-top-blue {
  width: 100%;
  height: 33px;
  background: #011b2e;
}

div#box-menu-top-blue {
  display: flex;
  height: 33px;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
}

ul#menu-acessibilidade {
  list-style: none;
  display: flex;
  align-items: center;
  position: relative;
  padding-right: 16px;
}

ul#menu-acessibilidade::after {
  content: "";
  width: 1px;
  height: 19px;
  right: 6px;
  top: 2px;
  background: #9a9a9a;
  position: absolute;
}

ul#menu-acessibilidade li {
  margin: 0 5px;
}

ul#menu-acessibilidade li a {
  color: #9a9a9a;
  font-family: 'gothammediumregular', Arial, Verdana;
}

ul#menu-acessibilidade li .btn-mais-fonte {
  font-size: 1.25em;
}

ul#menu-acessibilidade li .btn-menos-fonte {
  font-size: 1em;
}

ul#menu-acessibilidade li .btn-contraste {
  width: 16px;
  height: 16px;
  background: url('/assets/images/icon-constrate.gif')no-repeat;
  display: block;
}

#box-menu-top-blue>a {
  display: block;
  margin: 0 10px;
}

a.icon-youtube {
  width: 18px;
  height: 22px;
  background: url('/assets/images/icon-youtube.gif')no-repeat;
}

a.icon-facebook {
  width: 9px;
  height: 17px;
  background: url('/assets/images/icon-facebook.gif')no-repeat;
}

div.header-all {
  width: 100%;
  height: 96px;
  background: url('/assets/images/header-all.gif')no-repeat center;
}

div.header-all .cnt-logo {
  display: flex;
  align-items: center;
  height: 100%;
}

div.menu-main {
  background: url('/assets/images/background-menu-all.png')no-repeat;
  height: 47px;
  margin: 1px 0px 0px 0px;
  background-position: center;
}

div.menu-main nav>ul {
  width: 100%;
  list-style: none;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}

div.menu-main ul>li:last-child {
  margin-right: 0px;
}

div.menu-main ul>li a {
    position: relative;
    display: block;
    padding: 0 9px;
    font: bold 0.79em 'GothamLight', Arial, Verdana;
    color: #3a3939;
    line-height: 47px !important;
}

div.menu-main ul>li a:hover {
  background: #f8981d;
  color: #FFF;
  padding: 0 9px;
}

div.menu-main ul>li ul li a:hover {
  background: #f8981d;
  color: #3a3939;
}

div.menu-main ul>li a.active-item {
  background: #f8981d;
  color: #FFF;
  /*padding: 0 9px;*/
}

.icon-arrow {
    display: block;
    width: 8px;
    height: 4px;
    background: url('/assets/images/icon-more-link-menu.png')no-repeat;
    position: absolute;
    right: -10px;
    top: 50%;
    transform: translateY(-50%);
}

.icon-arrow-white {
  background: url('/assets/images/icon-more-link-menu-white.png') !important;
}

div.menu-main ul>li>ul {
  position: absolute;
  list-style: none;
  background: url('/assets/images/bg-menu-top.png') no-repeat center top #eb8c13;
  width: 225px;
  height: 0;
  overflow: hidden;
  z-index: 9999;
  opacity: 0;
  transition: all .60s;
}

div.menu-main ul>li.active-submenu:hover>ul {
  height: auto;
  overflow: inherit;
  opacity: 1;
  transition: all .60s;
}

div.menu-main ul>li>ul>li {
  float: none;
}

div.menu-main ul>li>ul>li>a {
    position: relative;
    font: 0.88em 'GothamLight', Arial, Verdana;
    color: #fff;
    padding: 12px 0px 12px 0px;
    display: inline-block;
    width: 75%;
    margin: 0px 0px 0px 16.49%;
    border-top: 1px solid #d47c0b;
}

div.menu-main ul>li>ul>li>a {
  line-height: 142% !important;
  margin-left: 11% !important;
}

div.menu-main ul>li>ul>li>a:hover {
  background: none;
  padding: 12px 0px 12px 0px;
}

div.menu-main ul>li>ul>li>ul {
  position: relative;
  background: none;
  display: block;
}

div.menu-main ul>li>ul>li>ul>li {
  display: block;
  width: 206px;
  margin: 0px;
}

div.menu-main ul>li>ul>li>ul>li:last-child {
  border: none;
}

div.menu-main ul>li>ul>li>ul>li>a {
  border: none;
  margin: 0px;
  /*padding-left: 27.65%;*/
  padding-bottom: 10px;
  width: 168px;
  color: #000;
}

div.menu-main ul>li>ul>li>ul>li>a>em {
  font-style: normal;
  display: block;
  width: 76%;
}

div.menu-main ul>li>ul>li>ul>li>a:hover {
  background: #df830f;
}

div.menu-main ul>li>ul>li>ul>li>a span {
  display: block;
  border-bottom: 1px solid #d47c0b;
  width: 83%;
  padding-bottom: 12px;
}

div.menu-main ul>li>ul>li>ul>li:last-child>a span {
  border: none;
}

div.menu-main nav {
  display: flex;
  justify-content: space-between;
}

.btn-open-search {
  background: #f8981d url(/assets/images/icon-btn-search.png)no-repeat center center;
  z-index: 2;
  width: 4.12%;
  height: 45px;
  -webkit-transition: background-position .15s ease;
  -moz-transition: background-position .15s ease;
  -o-transition: background-position .15s ease;
  -ms-transition: background-position .15s ease;
  transition: background-position .15s ease;
}

.form-busca-main {
  position: absolute;
  width: 1165px;
  display: none;
  background: #f8981d;
}

input.campo-termo-pesquisa {
  width: 100%;
  height: 45px;
  background: none;
  border: none;
  position: relative;
  z-index: 1;
  padding: 5px;
  box-sizing: border-box;
  font: 1em 'GothamExLight', Arial, Verdana;
  font-style: normal;
  color: #FFF;
}

form.form-busca-main input::-webkit-input-placeholder {
  color: #FFF !important;
}

form.form-busca-main input:-moz-placeholder {
  color: #FFF !important;
}

form.form-busca-main input::-moz-placeholder {
  color: #FFF !important;
}

form.form-busca-main input:-ms-input-placeholde {
  color: #FFF !important;
}

.busca-topo {
  position: absolute;
  z-index: 99999;
  right: 30px;
  background-color: transparent;
  color: #000;
  font-size: 16px;
  font-family: 'gotham_bookregular';
  border: 0;
  top: 3px;
  padding: 11px;
  font-weight: bold;
  text-transform: uppercase;
}

.busca-topo:hover {
  opacity: 0.6;
}

/*******************************************************************************
    @PArte: HOME
*******************************************************************************/

div.box-slider-main {
  width: 100%;
  overflow: hidden;
  /*height: 365px;;*/
  ;
}

div.box-slider-main ul>li>div {
  height: 412px;
  width: 100%;
  display: block;
  background-size: 0;
}

div.box-slider-main div.bx-wrapper .bx-viewport {
  left: 0px !important;
}

div.bx-wrapper .bx-viewport {
  border: none;
}

div.bx-wrapper .bx-pager .bx-pager-item {
  display: inline-block;
  margin-top: 13px;
}

.bxslider-sidebar-home div.bx-wrapper .bx-pager {
  width: 100%;
}

div.bx-wrapper .bx-pager {
  left: 0;
  bottom: 13px;
  right: 0;
  margin: auto;
  /* position: absolute; */
  text-align: center;
  display: block;
}

#slider-mobile {
  display: none;
}

div.bx-wrapper .bx-pager.bx-default-pager a {
  width: 14px;
  height: 14px;
  background: url('/assets/images/bullets.png')15px 15px;
}

div.bx-wrapper .bx-pager.bx-default-pager a:hover {
  background: url('/assets/images/bullets.png')15px -1px;
}

div.bx-pager.bx-default-pager a.active {
  background: url('/assets/images/bullets.png')15px -1px !important;
}

div.menu-secund-all {
  width: 100%;
  background: url('/assets/images/barra-menu-sec.png')no-repeat center;
  height: 111px;
  position: relative;
  z-index: 3;
}

div.menu-secund-all ul {
  list-style: none;
  display: table;
  clear: both;
  margin: 0 auto;
}

div.menu-secund-all ul li p.item-1 {
  color: #814e0e;
  margin: 21px 0;
  font: 1em 'gothammediumregular', Arial, Verdana;
  display: block;
  padding: 14px 0px 0px 24px;
}

div.menu-secund-all ul li {
  float: left;
  position: relative;
}

div.menu-secund-all ul li p.item-1 span {
  font: 0.75em 'gotham_bookregular', Arial, Verdana;
  font-weight: 800;
}

div.menu-secund-all ul li p.item-1 span em {
  font-style: normal;
  position: relative;
  top: -5px;
}

div.menu-secund-all ul li a {
  font: 1em 'gotham_bookregular', Arial, Verdana;
  font-weight: 800;
  border-right: 1px solid #bc7010;
  color: #814e0e;
}

div.menu-secund-all ul li:last-child a {
  border: none;
}

div.menu-secund-all ul li a span {
  font-weight: 100;
}

div.menu-secund-all ul li a p {
  margin: 0;
}

div.menu-secund-all ul li a.item-2 {
  background: url('/assets/images/sprite-menu-item-1.png')no-repeat 40px 10px;
  height: 77px;
  display: block;
  width: 243px;
  position: relative;
  box-sizing: border-box;
  padding: 16px 20px 0 83px;
  top: 15px;
}

div.menu-secund-all ul li .tip {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%,113%);
    width: 100%;
    border-radius: 21px;
    background-color: rgba(0,0,0, 0.7);
}

div.menu-secund-all ul li .tip a {
    border: none;
    color: #fff !important;
}

div.menu-secund-all ul li .tip::before {
    position: absolute;
    content: '\f0d8';
    font: normal normal normal 14px/1 FontAwesome;
    top: 0;
    left: 50%;
    transform: translate(-50%,-71%);
    font-size: 22px;
    opacity: .7;
}

div.menu-secund-all ul li a.item-2:hover {
  color: #fff;
  background: url('/assets/images/sprite-menu-item-1.png')no-repeat;
  background-position: 40px -90px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

div.menu-secund-all ul li a.item-3 {
  background: url('/assets/images/sprite-menu-item-2.png')no-repeat 32px 10px;
  height: 77px;
  display: block;
  width: 205px;
  position: relative;
  box-sizing: border-box;
  padding: 20px 16px 0px 106px;
  top: 14px;
}

div.menu-secund-all ul li a.item-3:hover {
  color: #fff;
  background: url('/assets/images/sprite-menu-item-2.png')no-repeat;
  background-position: 32px -88px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

div.menu-secund-all ul li a.item-4 {
  background: url('/assets/images/sprite-menu-item-3.png')no-repeat 39px 10px;
  height: 77px;
  display: block;
  width: 202px;
  padding: 20px 16px 0px 103px;
  position: relative;
  top: 14px;
  box-sizing: border-box;
}

div.menu-secund-all ul li a.item-4:hover {
  color: #fff;
  background: url('/assets/images/sprite-menu-item-3.png')no-repeat;
  background-position: 39px -88px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

div.menu-secund-all ul li a.item-5 {
  background: url('/assets/images/sprite-menu-item-4.png')no-repeat 39px 20px;
  height: 64px;
  display: block;
  width: 128px;
  padding: 30px 16px 0px 105px;
}

div.menu-secund-all ul li a.item-5:hover {
  color: #fff;
  background: url('/assets/images/sprite-menu-item-4.png')no-repeat;
  background-position: 39px -75px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

section.box-cursos-destaque {
  margin-top: 50px;
}

section.box-cursos-destaque {
  margin-bottom: 45px;
}

section.box-cursos-destaque ul {
  list-style: none;
}

section.box-cursos-destaque ul li:first-child {
  margin-left: 0.5%;
}

section.box-cursos-destaque ul li {
  display: block;
  width: 30.58333333333333%;
  height: 281px;
  float: left;
  margin-right: 3.75%;
  position: relative;
}

.img-destaque-home {
  overflow: hidden;
  width: 100%;
  height: 281px;
}

section.box-cursos-destaque ul li a img {
  max-width: 100%;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}

section.box-cursos-destaque ul li a:hover img {
  -webkit-transform: scale(1.08);
  transform: scale(1.08);
}

section.box-cursos-destaque ul li:last-child {
  margin-right: 0px !important;
}

section.box-cursos-destaque ul li a span.tag {
  display: block;
  width: 81px;
  height: 94px;
  top: -5px;
  position: absolute;
  z-index: 3;
  left: 0;
  right: 0;
  margin: auto;
}

/*icone-classificação de cursos*/

.icon-cursos-beleza {
  background: url('/assets/images/icons/beleza.png') no-repeat;
}

.icon-cursos-comercio {
  background: url('/assets/images/icons/comercio.png') no-repeat;
}

.icon-cursos-comunicacao {
  background: url('/assets/images/icons/comunicacao.png') no-repeat;
}

.icon-cursos-conversacao-e-zeladoria {
  background: url('/assets/images/icons/conversacao-e-zeladoria.png') no-repeat;
}

.icon-cursos-educacional {
  background: url('/assets/images/icons/educacional.png') no-repeat;
}

.icon-cursos-gastronomia {
  background: url('/assets/images/icons/gastronomia.png') no-repeat;
}

.icon-cursos-gestao {
  background: url('/assets/images/icons/gestao.png') no-repeat;
}

.icon-cursos-hospitalidade {
  background: url('/assets/images/icons/hospitalidade.png') no-repeat;
}

.icon-cursos-idioma {
  background: url('/assets/images/icons/idioma.png') no-repeat;
}

.icon-cursos-informatica {
  background: url('/assets/images/icons/informatica.png') no-repeat;
}

.icon-cursos-meio-ambiente {
  background: url('/assets/images/icons/meio-ambiente.png') no-repeat;
}

.icon-cursos-moda {
  background: url('/assets/images/icons/moda.png') no-repeat;
}

.icon-cursos-saude {
  background: url('/assets/images/icons/saude.png') no-repeat;
}

.icon-cursos-seguranca {
  background: url('/assets/images/icons/seguranca.png') no-repeat;
}

.icon-cursos-programa-senac-de-seguranca-alimentar {
  background: url('/assets/images/icons/programa-senac-de-seguranca-alimentar.png') no-repeat;
}

.icon-cursos-turismo {
  background: url('/assets/images/icons/turismo.png') no-repeat;
}

section.box-cursos-destaque ul li a:first-child {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  text-align: center;
}

section.box-cursos-destaque ul li a p.nome-curso {
  color: #fFF;
  font: 1.56em 'gotham_bookregular', Arial, Verdana;
  text-transform: uppercase;
  position: absolute;
  top: 130px;
  margin: auto;
  z-index: 10;
  display: block;
  width: 73.95%;
  left: 0;
  right: 0;
  text-align: center;
}

section.box-cursos-destaque ul li a p.btn-continue {
  border: 1px solid #f8981d;
  color: #f8981d;
  font: 0.75em 'gotham_bookregular', Arial, Verdana;
  position: relative;
  bottom: 55px;
  z-index: 10;
  margin: auto;
  display: inline-block;
  text-align: center;
}

section.box-noticias {
  float: left;
  border-top: 1px solid #ebebeb;
  width: 100%;
  margin: 45px 0px 0px 0px;
  border-bottom: 1px solid #ebebeb;
}

section.box-noticias div.float-left {
  width: 50%;
  height: auto;
  float: left;
  border-right: 1px solid #d0d0d0;
}

section.box-noticias .titulo-destaques>a {
  font-size: 0.31em;
  display: inline;
  position: relative;
  top: -9px;
  text-decoration: none;
  color: #000;
  font-weight: 800;
}

section.box-noticias div.float-left .thumb-noticia {
  display: block;
  border: 2px solid #b6b6b6;
  width: 48.16%;
  height: 229px;
  float: left;
  margin-right: 23px;
  position: relative;
}

.img-cover {
  padding: 2px;
  overflow: hidden;
  height: 223px;
  width: 98.16%;
}

.img-cover-secundaria {
  padding: 2px;
  overflow: hidden;
  height: 87px;
  width: 96.6%;
}

section.box-noticias div.float-left .thumb-noticia img {
  max-width: 100%;
}

section.box-noticias a.btn-shared {
  display: inline;
  position: absolute;
  right: 0px;
  background: url('/assets/images/btn-sharead.png')no-repeat;
  z-index: 6;
}

section.box-noticias div.float-left div .thumb-noticia div.content-shared {
  position: absolute;
  width: 100%;
  height: 0;
  overflow: hidden;
  background: #f8981d;
  z-index: 5;
  opacity: 0;
  transition: opacity .9s ease 0s;
}

.comp:hover .content-shared-secundario {
  height: 76px;
  overflow: inherit;
  opacity: 1;
  transition: opacity .9s ease 0s;
}

section.box-noticias div.float-left article .thumb-noticia .comp:hover div.content-shared {
  height: 100%;
  overflow: inherit;
  opacity: 1;
  transition: opacity .9s ease 0s;
}

.content-shared-secundario {
  position: absolute;
  width: 111px;
  height: 0px;
  background: #f8981d;
  z-index: 5;
  left: -1px;
  top: -76px;
  opacity: 0;
  overflow: hidden;
  transition: opacity .9s ease 0s;
}

.content-shared-secundario li {
  float: left;
  margin-right: 0;
  border-bottom: 0 !important;
  width: auto !important;
  padding: 0 !important;
  margin-bottom: 0;
}

.content-shared-secundario .btn-shared-facebook {
  background-size: 100% !important;
}

.content-shared-secundario .sharer {
  width: 33px !important;
  margin: 2px;
  height: 33px !important;
  background-size: 100% !important;
}

.content-shared-secundario ul {
  margin-left: 0 !important;
}

section.box-noticias div.content-shared .sharer {
  width: 50px;
  height: 50px;
  border: none;
}

section.box-noticias div.float-left div .thumb-noticia .content-shared ul {
  list-style: none;
  width: 190px;
  margin: 0 auto;
  margin-top: 52px;
}

section.box-noticias div.float-left div .thumb-noticia div.content-shared ul li {
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
}

section.box-noticias div.float-left div div.content-shared .not-margin {
  margin-right: 0px !important;
}

section.box-noticias div.content-shared .btn-shared-facebook {
  background: url('/assets/images/icon-btn-facebook.png');
}

section.box-noticias div.content-shared .btn-shared-twitter {
  background: url('/assets/images/icon-btn-twitrter.png');
}

section.box-noticias div.content-shared .btn-shared-linkedin {
  background: url('/assets/images/icon-btn-linkedin.png');
}

section.box-noticias div.content-shared .btn-shared-google-plus {
  background: url('/assets/images/icon-btn-google-plus.png');
}

section.box-noticias div.content-shared .btn-shared-pinterest {
  background: url('/assets/images/icon-btn-pinterest.png');
}

section.box-noticias div.content-shared .btn-shared-blogger {
  background: url('/assets/images/icon-btn-blogger.png');
}

section.box-noticias div.float-left div .date-time {
  font: 0.93em 'gotham_bookregular', Arial, Verdana;
  color: #ec9314;
  margin-bottom: 20px;
}

section.box-noticias div.float-left div p.titulo-noticia {
  font: 1.30em 'gotham_bookregular', Arial, Verdana;
  color: #222;
  margin: 15px 0px;
  margin-right: 23px;
}

section.box-noticias div.float-left div div.text-open {
  margin-right: 23px;
  color: #222;
  font: 0.95em 'GothamLight', Arial, Verdana;
}

section.box-noticias div.float-left div p.btn-continue {
  border: 1px solid #f8981d;
  display: initial;
  font: 0.62em 'gotham_bookregular', Arial, Verdana;
  color: #f8981d;
  float: right;
  margin-right: 23px;
}

section.box-noticias>div.float-left>article>a:hover {
  text-decoration: underline;
  color: #000;
}

section.box-noticias div.float-right {
  width: 49.90%;
  height: 300px;
  float: right;
}

section.box-noticias div.float-right ul {
  list-style: none;
  margin-left: 23px;
}

section.box-noticias div.float-right ul li {
  float: left;
  width: 100%;
}

section.box-noticias div.float-right ul li:first-child {
  border-bottom: 1px solid #d0d0d0;
  padding-bottom: 10px;
}

section.box-noticias div.float-right ul li+li {
  padding-top: 25px;
}

section.box-noticias div.float-right ul li div.date-time {
  display: block;
  width: 11.28%;
  height: 100%;
  text-align: center;
  float: left;
  margin-right: 23px;
}

section.box-noticias div.float-right ul li p.date {
  font: 3.27em 'gothammediumregular', Arial, Verdana;
  color: #d1d1d1;
  margin: 0px 0px;
  border-bottom: 1px solid #d1d1d1;
  padding: 0px 9px 0px 0px;
}

section.box-noticias div.float-right ul li p.month {
  font: 1.25em 'gothammediumregular', Arial, Verdana;
  color: #d1d1d1;
  margin: 0px 0px;
  padding: 6px 0px 0px 0px;
}

section.box-noticias div.float-right ul li .thumb-noticia {
  display: block;
  width: 18.06%;
  float: left;
  height: 84px;
  border: 1px solid #b6b6b6;
  position: relative;
  margin-right: 15px;
}

section.box-noticias div.float-right ul li .thumb-noticia img {
  max-width: 100%;
}

section.box-noticias div.float-right ul li .titulo-noticia {
  font: 1.12em 'gotham_bookregular', Arial, Verdana;
  margin: 18px 0px 18px 0px;
  color: #222;
}

section.box-noticias div.float-right ul li p.btn-continue {
  border: 1px solid #f8981d;
  display: initial;
  font: 0.62em 'gotham_bookregular', Arial, Verdana;
  color: #f8981d;
  float: right;
  margin-right: 23px;
}

section.box-noticias>div.float-right ul li a:hover {
  text-decoration: underline;
  color: #000;
}

.noticia-relative {
  position: relative;
}

.btn-active-noticia {
  border-top: 1px solid #f8a81d !important;
  border-right: 1px solid #f8a81d !important;
  border-bottom: 1px solid #f8a81d !important;
}

.btn-active-noticia-two {
  border-top: 1px solid #f8a81d !important;
  border-left: 1px solid #f8a81d !important;
  border-bottom: 1px solid #f8a81d !important;
}

.btn-noticia-antes {
  width: 47px;
  height: 110px;
  border-top: 1px solid #9a9a9a;
  border-right: 1px solid #9a9a9a;
  border-bottom: 1px solid #9a9a9a;
  background: #fff;
  position: absolute;
  left: 0px;
  top: 408px;
  cursor: pointer;
  overflow: hidden;
  transition: width 0.3s ease;
}

.btn-noticia-antes .label {
  font: 0.75em 'gothammediumregular', Arial, Verdana;
  color: #f8a81d;
  margin: 15px 0px 0px 65px;
}

.btn-noticia-antes .title-noticia {
  color: #333333;
  font: 0.85em 'gotham_bookregular', Arial, Verdana;
  text-transform: uppercase;
  letter-spacing: -1px;
  margin-left: 63px;
  margin-top: 21px;
  width: 174px;
}

.btn-noticia-antes .icon {
  background: url('/assets/images/btn-arrow-noticias.png')no-repeat;
  width: 35px;
  height: 76px;
  display: block;
  float: left;
  margin-top: 22px;
  margin-left: 7px;
}

.btn-noticia-depois {
  width: 47px;
  height: 110px;
  position: absolute;
  border-top: 1px solid #9a9a9a;
  border-left: 1px solid #9a9a9a;
  border-bottom: 1px solid #9a9a9a;
  background: #fff;
  right: 0px;
  top: 408px;
  cursor: pointer;
  overflow: hidden;
  transition: width 0.3s ease;
}

.btn-noticia-depois:hover {
  width: 240px;
  transition: width 0.3s ease;
}

.btn-noticia-antes:hover {
  width: 240px;
  transition: width 0.3s ease;
}

.btn-noticia-depois .label {
  font: 0.75em 'gothammediumregular', Arial, Verdana;
  color: #f8a81d;
  margin: 15px 0px 0px 25px;
}

.btn-noticia-depois .title-noticia {
  color: #333333;
  font: 0.85em 'gotham_bookregular', Arial, Verdana;
  text-transform: uppercase;
  letter-spacing: -1px;
  margin-left: 25px;
  margin-top: 21px;
  width: 192px;
}

.btn-noticia-depois .icon {
  background: url('/assets/images/btn-arrow-noticias.png')no-repeat;
  width: 35px;
  height: 80px;
  display: block;
  margin-bottom: 14px;
  margin-top: 17px;
  float: right;
  background-position: -42px -84px;
  margin-right: 7px;
}

div.box-chamada-mercado-trabalho {
  width: 100%;
  float: left;
}

.aguardeVaga {
  color: #5082a8;
  font-size: 34px;
  display: block !important;
  font-family: 'gothamregular', Arial, Verdana;
  text-align: center;
  padding-top: 98px;
  width: 100% !important;
}

div.box-chamada-mercado-trabalho .titulo-destaques {
  color: #8a9298;
  margin-bottom: 10px;
}

div.box-chamada-mercado-trabalho .titulo-destaques span {
  color: #8a9298;
}

div.box-chamada-mercado-trabalho p.desc-section {
  font: 0.93em 'GothamLight', Arial, Verdana;
  color: #8a9298;
  margin-top: 0px;
  float: left;
  line-height: 19px;
}

div.box-chamada-mercado-trabalho h4.titulo-destaques {
  color: #f2c100;
  margin-bottom: 10px;
  text-align: right;
  margin-right: 210px;
}

div.box-chamada-mercado-trabalho h4.titulo-destaques span {
  color: #f2c100;
}

div.box-chamada-mercado-trabalho p.desc-section-two {
  font: 0.79em 'GothamLight', Arial, Verdana;
  color: #8a9298;
  font-style: italic;
  text-align: right;
  margin-right: 210px;
}

section.mercado-trabalho {
  width: 100%;
  float: left;
}

section.mercado-trabalho div.mercado-trabalho-voce {
  width: 100%;
  height: 248px;
  background: url('/assets/images/sombra-mercado-trabalho.png') no-repeat center #03365c;
  background-position-y: 220px;
  margin: 30px 0px 0px 0px;
}

div.mercado-trabalho-voce .container-util .figure-woman {
  width: 24.16%;
  height: 380px;
  ;
  display: block;
  float: right;
  background: url('/assets/images/figure-woman.png');
  margin-top: -132px;
}

div.mercado-trabalho-voce .container-util ul.list-vagas {
  list-style: none;
  display: block;
  float: right;
  width: 51.66%;
  height: 248px;
}

div.mercado-trabalho-voce .container-util ul.list-vagas .btn-vaga-mercado {
  display: block;
  margin-top: 23px;
  position: relative;
  height: 183px;
  padding-top: 20px;
}

div.mercado-trabalho-voce .container-util ul.list-vagas .btn-vaga-mercado:hover {
  background: url('/assets/images/right-bg-vagas-hover.png')no-repeat right #022a47;
}

div.mercado-trabalho-voce .container-util ul.list-vagas li:last-child .btn-vaga-mercado:hover {
  background: #022a47 !important;
}

div.mercado-trabalho-voce .container-util ul.list-vagas li {
  float: left;
  display: block;
  width: 25%;
  height: 100%;
  background: url('/assets/images/right-bg-vagas.png')no-repeat right;
}

div.mercado-trabalho-voce .container-util ul.list-vagas li a {
  width: 100%;
  height: 248px;
  display: block;
}

div.mercado-trabalho-voce .container-util ul.list-vagas li p {
  color: #e2d833;
  font: 0.63em 'GothamLight', Arial, Verdana;
  text-align: center;
  margin-bottom: 5px;
}

div.mercado-trabalho-voce .container-util ul.list-vagas li span.icon-vagas {
  display: block;
  width: 43px;
  height: 43px;
  background: url('/assets/images/icon-financeiro.png')no-repeat center;
  margin: 0 auto;
  margin-top: 5px;
  margin-bottom: 20px;
}

section.mercado-trabalho div.mercado-trabalho-voce .container-util ul.list-vagas li:last-child {
  background: none;
}

div.mercado-trabalho-voce .container-util ul.list-vagas li .btn-continue {
  border: 1px solid #fff;
  color: #fff;
  display: inline;
  position: absolute;
  bottom: 22px;
  margin: 0px 0px 0px 24px;
  font: 0.65em 'gothammediumregular', Arial, Verdana;
  transition: background-color 0.3s ease;
}

div.mercado-trabalho-voce .container-util ul.list-vagas li .btn-continue:hover {
  background: #fff;
  color: #03365c;
}

div.mercado-trabalho-voce .container-util ul.list-vagas li .title-vaga {
  font: 0.75em 'gothammediumregular', Arial, Verdana;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  margin-top: 0px;
  margin-bottom: 30px;
  padding: 0 15px;
}

section.mercado-trabalho div.mercado-trabalho-empresa {
  width: 100%;
  height: 248px;
  background: url('/assets/images/sombra-mercado-trabalho.png') no-repeat center #8a9298;
  background-position: 0 220px;
}

section.mercado-trabalho .relative {
  position: relative;
}

section.mercado-trabalho span.figure-man {
  width: 27.41%;
  height: 352px;
  background: url('/assets/images/figure-man.png') no-repeat;
  float: left;
  margin-top: -104px;
}

section.mercado-trabalho .titulo-destaques {
  color: #fff;
  margin-top: 0px;
  padding-top: 27px;
  margin-bottom: 0px;
  position: relative;
  z-index: 3;
}

section.mercado-trabalho p.desc-section-two {
  font: 0.79em 'GothamLight', Arial, Verdana;
  color: #fff;
  font-style: italic;
  text-align: left;
  margin-left: 210px;
}

section.mercado-trabalho p.desc-geral {
  color: #fff;
  font: 1em 'gotham_bookregular', Arial, Verdana;
  display: inline-block;
  width: 27.08%;
  margin-top: 25px;
}

section.mercado-trabalho p.desc-geral-ative-vg {
  font: 1em 'gotham_bookregular', Arial, Verdana;
  display: inline-block;
  width: 27.08%;
  margin-top: 25px;
  color: #f7eb21;
  display: none;
}

section.mercado-trabalho p.desc-geral-ative-at {
  font: 1em 'gotham_bookregular', Arial, Verdana;
  display: inline-block;
  width: 27.08%;
  margin-top: 25px;
  color: #f7eb21;
  display: none;
}

section.mercado-trabalho .mercado-trabalho-empresa .box-menu {
  width: 39.71%;
  height: 248px;
  float: right;
  background: url('/assets/images/bg-menu-trabalho.png')no-repeat;
  position: absolute;
  top: 0px;
  right: 0px;
}

section.mercado-trabalho .mercado-trabalho-empresa .box-menu ul li {
  background: url('/assets/images/bg-right-li.png') no-repeat center right;
  height: 248px;
  width: 40.87%;
  float: left;
  padding-right: 15px;
}

section.mercado-trabalho .mercado-trabalho-empresa .box-menu ul {
  list-style: none;
  margin-left: 64px;
}

section.mercado-trabalho .mercado-trabalho-empresa .box-menu ul li:last-child {
  background: none;
  margin-left: 27px;
}

section.mercado-trabalho .mercado-trabalho-empresa .box-menu ul li a {
  display: block;
  width: 148px;
  height: 85%;
  color: #fff;
  font: 0.75em 'gotham_bookregular', Arial, Verdana;
  text-transform: uppercase;
  text-align: center;
}

section.mercado-trabalho .mercado-trabalho-empresa .box-menu ul li a span {
  display: block;
  width: 116px;
  height: 116px;
  background: url('/assets/images/bg-menu-mercado-empresa.png') center 0;
  background-repeat: no-repeat;
  margin: 23px auto;
  transition: background-position 300ms ease;
}

section.mercado-trabalho .mercado-trabalho-empresa .box-menu ul li .btn-menu-para-empresa-atendimento span {
  background-position: 0 -116px;
}

section.mercado-trabalho .mercado-trabalho-empresa .box-menu .btn-menu-para-empresa-vaga span:hover {
  background: url('/assets/images/bg-menu-mercado-empresa-hover.png') no-repeat;
}

section.mercado-trabalho .mercado-trabalho-empresa .btn-menu-para-empresa-atendimento span:hover {
  background: url('/assets/images/bg-menu-mercado-empresa-hover.png')no-repeat;
  background-position: 0 -139px;
}

section.senac-numeros {
  float: left;
  width: 100%;
}

section.senac-numeros .titulo-destaques {
  margin-top: 45px;
  margin-bottom: 35px;
}

.intem-numero {
  width: 24.5%;
  height: 160px;
  float: left;
  border-left: 1px solid #fff;
}

.intem-numero .numero {
  font: 3.8em 'gothammediumregular', Arial, Verdana;
  color: #fff;
  margin: 33px 0 0;
  text-align: center;
}

.intem-numero .classificacao {
  font: 0.78em 'gothammediumregular', Arial, Verdana;
  color: #fff;
  margin-top: 0px;
  margin-bottom: 10px;
  text-align: center;
  text-transform: uppercase;
}

.classificacao-1 {
  background: url('/assets/images/bg-classificacao-1.jpg')no-repeat;
}

.classificacao-2 {
  background: url('/assets/images/bg-classificacao-2.jpg')no-repeat;
}

.classificacao-3 {
  background: url('/assets/images/bg-classificacao-3.jpg')no-repeat;
}

.classificacao-4 {
  background: url('/assets/images/bg-classificacao-4.jpg')no-repeat;
}

section.contatos-shared {
  width: 100%;
  float: left;
  margin-top: 45px;
}

section.contatos-shared .float-left {
  width: 29%;
  height: 455px;
  float: left;
  background: url('/assets/images/bg-right-box-contato-shared.png') no-repeat right;
  padding-right: 14px;
}

section.contatos-shared .float-left ul {
  display: block;
  width: 100%;
  height: 112px;
  list-style: none;
}

section.contatos-shared .float-left ul li {
    margin-right: 14px;
    float: left;
    display: block;
    width: 43%;
    height: 100%;
}

section.contatos-shared .float-left ul li:last-child {
  margin-right: 0px;
}

section.contatos-shared .float-left ul .btn-contato {
  display: block;
  width: 100%;
  height: 100%;
  background: url('/assets/images/fale-conosco-sprites.png')no-repeat;
  transition-property: background;
  transition-duration: 0.5s;
  transition-timing-function: linear;
  font: 0.73em 'gothammediumregular', Arial, Verdana;
  color: #fff;
  text-align: center;
  padding-top: 84px;
}

section.contatos-shared .float-left ul .btn-contato:hover {
  background: url('/assets/images/fale-conosco-sprites-hover.png')no-repeat;
  color: #0170a8;
}

section.contatos-shared .float-left ul .btn-faq {
  display: block;
  width: 100%;
  height: 100%;
  background: url('/assets/images/faq-sprites.png')no-repeat;
  transition-property: background;
  transition-duration: 0.5s;
  transition-timing-function: linear;
  font: 0.73em 'gothammediumregular', Arial, Verdana;
  color: #fff;
  text-align: center;
  padding-top: 84px;
}

section.contatos-shared .float-left ul .btn-faq:hover {
  color: #68971b;
  background: url('/assets/images/faq-sprites-hover.png')no-repeat;
}

div.bxslider-sidebar-home {
  width: 98.45%;
  float: left;
  height: 287px;
  overflow: hidden;
  margin-top: 35px;
}

section.contatos-shared .float-left .line {
  display: block;
  width: 90%;
  margin-left: 4%;
  height: 1px;
  background: #ebebeb;
  float: left;
  margin-top: 20px;
}

div.bxslider-sidebar-home .bx-wrapper .bx-viewport {
  left: 0px;
  height: 248px !important;
}

div.bxslider-sidebar-home div.bx-viewport>ul>li {
  height: auto;
}

div.bxslider-sidebar-home div.bx-wrapper .bx-pager.bx-default-pager a {
  background: none;
  padding: 4px 0px;
  color: #000;
}

div.bxslider-sidebar-home .bx-wrapper .bx-pager.bx-default-pager a {
  text-indent: inherit;
}

div.bxslider-sidebar-home div.bx-pager.bx-default-pager a.active {
  background: #000 !important;
  color: #fff;
  padding: 4px 0px;
  border-radius: 0px;
}

div.bxslider-sidebar-home div.bx-wrapper .bx-pager .bx-pager-item {
  display: inline !important;
  font: 0.93em 'gotham_bookregular', Arial, Verdana;
}

div.bxslider-sidebar-home div.bx-wrapper .bx-pager {
  left: 29.5%;
  bottom: -13%;
}

div.float-right {
  width: 65.25%;
  float: right;
  height: 400px;
}

div.float-right .form-celular {
  width: 49.80%;
  float: left;
  position: relative;
  padding-top: 80px;
}

div.float-right .form-celular .titulo-section {
  color: #000;
  font: 1.5em 'gothammediumregular', Arial, Verdana;
  text-transform: uppercase;
  font-weight: 800;
  margin-bottom: 15px;
}

div.float-right .form-celular p {
  font: 1.02em 'gotham_bookregular', Arial, Verdana;
  color: #444444;
  margin-top: 0px;
  line-height: 18px;
  margin-bottom: 25px;
}

div.float-right .form-celular p em {
  font-style: normal;
  color: #1e9e4e;
  font-weight: 800;
}

div.float-right .form-celular p .icon {
  display: inline-block;
  ;
  width: 29px;
  height: 27px;
  background: url('/assets/images/icon-whatsapp.png');
  position: relative;
  top: 7px;
}

div.float-right .form-celular .campo {
  background: #e0e0e0;
  border: none;
  height: 39px;
  width: 100%;
  box-sizing: border-box;
  padding: 0px 10px;
  font: 0.94em 'GothamLight', Arial, Verdana;
  font-style: italic;
  margin-bottom: 19px;
}

div.float-right .form-celular .campo::-webkit-input-placeholder {
  font: 0.94em 'GothamLight', Arial, Verdana;
  color: #666;
}

div.float-right .form-celular .campo::-moz-placeholder {
  font: 0.94em 'GothamLight', Arial, Verdana;
  color: #666;
}

div.float-right .form-celular .campo::-moz-placeholder {
  font: 0.94em 'GothamLight', Arial, Verdana;
  color: #666;
}

div.float-right .form-celular .campo::-ms-input-placeholder {
  font: 0.94em 'GothamLight', Arial, Verdana;
  color: #666;
}

div.float-right .form-celular #selecione-area,
#selecione-regiao {
  width: 88%;
}

div.float-right .form-celular .btn-enviar {
  font: 1.02em 'gotham_bookregular', Arial, Verdana;
  color: #1e9e4e;
  padding: 7px;
  border: 2px solid #1e9e4e;
  margin-left: 34%;
  transition: background-color 0.3s ease;
  background: #fff;
  margin-top: 95px;
}

div.float-right .form-celular .btn-enviar:hover {
  background: #1e9e4e;
  color: #fff;
}

.success {
  position: absolute;
  top: 172px;
  bottom: 0;
  margin: auto;
  left: 0;
  right: 0;
  text-align: center;
}

div.float-right .figure-woman-and-man-figure {
  width: 49.75%;
  height: 504px;
  float: right;
  background: url('/assets/images/woman-and-man-figure.png')no-repeat;
  background-position-x: -28px;
}

div.float-right .figure-woman-and-man-figure .arrow {
  display: block;
  width: 116px;
  height: 70px;
  background: url('/assets/images/woman-and-man-figure-arrow.png')no-repeat;
  position: relative;
  left: -47px;
}

footer .box-form-newsletter {
  width: 500px;
  height: 45px;
  background: #ccc;
  float: right;
  position: relative;
  top: 120px;
}

footer .box-form-newsletter .icon {
  width: 50px;
  height: 45px;
  display: block;
  background: url('/assets/images/icon-newsletter.png')no-repeat;
  float: left;
}

footer .box-form-newsletter input[type="email"] {
  width: 347px;
  height: 45px;
  float: left;
  border: none;
  background: #ebebeb;
  padding: 0px 10px;
  font: 0.87em 'gotham_bookregular', Arial, Verdana;
  color: #4d4f50;
  font-style: italic;
}

footer .box-form-newsletter input[type="submit"] {
  font: 0.86em 'gothammediumregular', Arial, Verdana;
  background: url('/assets/images/btn-enviar-newsletter.png');
  width: 83px;
  height: 95px;
  border: none;
  color: #FFF;
  float: right;
  padding-bottom: 45px;
}

footer .top-footer {
  float: left;
  height: 50px;
  width: 100%;
  background: #1a537f;
  margin-top: 120px;
}

footer .top-footer .btn-rodape {
  color: #FFF;
  font: 0.81em 'gotham_bookregular', Arial, Verdana;
  display: block;
  width: 179px;
  margin: 0 auto;
  text-align: center;
  line-height: 27px;
  margin-top: 11px;
}

footer .top-footer .btn-rodape .icon {
  display: block;
  width: 27px;
  height: 27px;
  background: url('/assets/images/bg-btn-rodape.png') no-repeat;
  background-position: 0px 0px;
  float: left;
}

footer .content-footer {
  background: #1a537f;
  width: 100%;
  float: left;
  position: relative;
  display: none;
}

footer .bar {
  height: 70px;
  width: 100%;
  background: #0c3453;
  float: left;
}

.recuo-rodape {
  margin-left: 14px;
}

footer .content-footer ul {
  list-style: none;
  float: left;
  margin-bottom: 19px;
}

footer .content-footer ul li ul {
  width: 100%;
}

footer .content-footer>ul {
  margin-top: 40px;
}

footer .content-footer ul .destaque {
  font: 1.04em 'GothamLight', Arial, Verdana;
  color: #f8f9f9;
  font-weight: 800;
  margin-bottom: 18px;
  display: block;
  margin-top: 0px;
}

footer .content-footer ul li {
  margin-bottom: 10px;
}

footer .content-footer ul li a {
  font: 0.95em 'GothamLight', Arial, Verdana;
  color: #f8f9f9;
}

footer .content-footer ul li .align-noticias {
  margin-top: 35px;
  margin-bottom: 35px;
}

footer .content-footer ul li a:hover {
  text-decoration: underline;
}

footer ul.menu-col-2 {
  margin-left: 115px;
}

footer ul.menu-col-3 {
  margin-left: 65px;
}

footer ul.menu-col-4 {
  margin-left: 65px;
}

footer .marca {
  display: block;
  width: 68px;
  height: 40px;
  background: url('/assets/images/marca-senac-bahia-rodape.png')no-repeat;
  margin-left: 20px;
  float: left;
  margin-top: 15px;
}

footer p.texto-rodape {
  font: 0.95em 'GothamLight', Arial, Verdana;
  color: #f8f9f9;
  float: left;
  margin-left: 100px;
  line-height: 43px;
}

/*******************************************************************************
    @PArte: Padrões páginas internas
*******************************************************************************/

.banner-all-page-interna {
  float: left;
  width: 100%;
  height: 200px;
  margin-bottom: 50px;
}

.bg-background-title-page {
  width: 57.08%;
  height: 211px;
  background: url('/assets/images/bg-tilte-page-interna.png')no-repeat;
  float: right;
  margin-right: 30px;
  margin-top: 30px;
}

.bg-background-title-page h1 {
  font: 4.12em 'gothammediumregular', Arial, Verdana;
  color: #FFF;
  text-transform: uppercase;
  margin: 68px 0px 0px 60px;
  letter-spacing: -3px;
}

.bg-background-title-page h1 em {
  font: 0.99em 'gotham_bookregular', Arial, Verdana;
  font-style: normal;
}

.bg-background-title-page h2 {
  color: #fff;
  font: 1.18em 'GothamLight', Arial, Verdana;
  text-transform: uppercase;
  margin: 0px 0px 0px 60px;
  ;
}

.title-page {
  font: 1.87em 'gothammediumregular', Arial, Verdana;
  color: #222;
  text-transform: uppercase;
}

/*******************************************************************************
    @PArte: InstitucionalT
*******************************************************************************/

.banner-all-page-institucional {
  background: url('/assets/images/banner-institucional-all.jpg')center no-repeat;
}

.text-historia {
  width: 100%;
  float: left;
}

.text-historia p {
  font: 0.93em 'GothamLight', Arial, Verdana;
  color: #222;
  line-height: 120%;
}

.thumb-historia {
  float: left;
  margin-left: 30px;
  width: 372px;
  height: 267px;
  border: 1px solid #b6b6b6;
}

.thumb-historia img {
  max-width: 100%;
  margin: 2px 2px;
}

.box-galeria-institucional {
  float: left;
  width: 100%;
  margin-top: 47px;
}

.galeria-fancy {
  margin-right: 20px;
  width: 139px;
  height: 140px;
  display: inline-block;
}

.galeria-fancy img {
  border: 1px solid #b6b6b6;
  padding: 2px;
  max-width: 100%;
  height: 130px;
}

.fancybox-title-float-wrap {
  color: #222;
  font: 0.93em 'GothamLight', Arial, Verdana;
}

.fancybox-title-float-wrap .child {
  margin: 15px 15px;
}

.box-content-valores {
  width: 33.33%;
  height: 242px;
  float: left;
  background: red;
  margin-top: 83px;
}

.box-content-valores .title-box {
  color: #222;
  font: 1.25em 'gothammediumregular', Arial, Verdana;
  margin: 20px 0px 0px 20px;
}

.box-content-valores .text-box {
  font: 0.93em 'GothamLight', Arial, Verdana;
  color: #222;
  margin: 30px 20px 0px 20px;
}

.valor-missao {
  background: #f2f2f2;
}

.valor-visao {
  background: #eaeaea;
}

.valor-valores {
  background: #dedede;
}

.section-relatorios {
  float: left;
  width: 100%;
  margin-top: 78px;
}

.section-relatorios ul {
  list-style: none;
  width: 858px;
}

.section-relatorios ul li {
  display: block;
  width: 33.33%;
  height: 65px;
  float: left;
  margin: 0px 0px 35px 0px;
}

.section-relatorios ul li a {
  display: block;
  width: 100%;
  height: 65px;
  background: url('/assets/images/icon-download-report.png')no-repeat;
  font: 0.87em 'GothamExLight', Arial, Verdana;
  color: #222;
  padding: 13px 0px 0px 70px;
}

.section-relatorios ul li a strong {
  font: 0.87em 'gothammediumregular', Arial, Verdana;
}

.section-relatorios ul li a:hover {
  text-decoration: underline;
}

.clearFloat {
  clear: both;
}

.campo-refinida {
  float: left;
  margin-right: 10px;
}

/*******************************************************************************
    @PArte: Unidades
*******************************************************************************/

h1#titulo-unidade-page {
  margin: 68px 0px 0px 30px;
}

h2#subtitulo-unidade-page {
  margin: 0px 0px 0px 30px;
}

.banner-all-page-unidades {
  background: url('/assets/images/banner-unidades-all.jpg')center no-repeat;
}

.list-unidades {
  list-style: none;
  width: 86.25%;
  /*margin-bottom: 100px;*/
  margin-left: 79px;
  /*margin-top: 70px;*/
  ;
}

.list-unidades li {
  border-bottom: 1px solid #c5c5c5;
  padding: 14px 0px;
  position: relative;
}

.list-unidades .nome-unidade {
  float: left;
  border-radius: 20px 0 0 20px;
  width: 34%;
  display: block;
  background: #f2f2f2;
}

.list-unidades .nome-unidade p.qnt {
  display: block;
  width: 36px;
  height: 36px;
  float: left;
  background: #004071;
  color: #FFF;
  font: 1.25em 'gothammediumregular', Arial, Verdana;
  border-radius: 18px;
  text-align: center;
  line-height: 36px;
  margin: 0px;
}

.list-unidades .nome-unidade p.name {
  display: block;
  margin: 0px;
  font: 0.93em 'gothammediumregular', Arial, Verdana;
  background: url('/assets/images/sprite-lista-unidades.png')no-repeat;
  height: 36px;
  color: #222;
  background-position: 0px -78px;
  line-height: 39px;
  padding-left: 55px;
  margin-left: 52px;
  text-transform: uppercase;
}

.list-unidades li p.endereco {
  float: left;
  display: block;
  margin: 0px;
  font: 0.93em 'gotham_bookregular', Arial, Verdana;
  background: url('/assets/images/sprite-lista-unidades.png')no-repeat;
  color: #222;
  background-position: 0px -44px;
  line-height: 39px;
  padding-left: 55px;
  width: 236px;
  margin-left: 40px;
}

.list-unidades li p.telefone {
  float: left;
  display: block;
  margin: 0px;
  font: 0.93em 'gotham_bookregular', Arial, Verdana;
  background: url('/assets/images/sprite-lista-unidades.png')no-repeat;
  color: #222;
  background-position: 0 -113px;
  line-height: 39px;
  padding-left: 55px;
  margin-left: 40px;
}

.list-unidades li a.btn-continue {
  color: #a7a7a7;
  font: 0.87em 'gotham_bookregular', Arial, Verdana;
  border: 1px solid #a7a7a7;
  display: inline;
  position: absolute;
  transition: background-color 0.3s ease;
  right: 0;
  margin-left: 35px;
  transition: background-color 0.3s ease;
}

.list-unidades li a.btn-continue:hover {
  color: #222;
  background: #f2f2f2;
}

.sub-titulo-unidade {
  color: #222;
  font: 1.25em 'gothammediumregular', Arial, Verdana;
  margin: 40px 0px 0px 79px;
}

.uni-interior {
  margin-top: 70px;
}

/*******************************************************************************
    @Parte: Unidade
*******************************************************************************/

.box-all-left {
  width: 50%;
  position: absolute;
  height: 336px;
}

.box-all-left-uni {
  background: #003669;
}

.box-destaque-unidade {
  position: absolute;
  left: 0;
  right: 0;
}

.box-destaque-unidade .left {
  width: 41.67%;
  float: left;
  height: 336px;
  background: #fff;
}

.box-destaque-unidade .right {
  width: 58.33%;
  float: right;
  height: 336px;
  overflow: hidden;
}

.box-destaque-unidade .right img {
  min-height: 100%;
}

.include-all {
  width: 100%;
  position: relative;
  float: left;
  margin-top: 25px;
  margin-bottom: 300px;
}

.bg-unidade-infor {
  width: 95.5%;
  height: 336px;
  float: left;
  background: url('/assets/images/bg-unidade-infor.png')no-repeat left top;
}

.bg-unidade-infor .nome-unidade {
  color: #45a4ee;
  font: 0.93em 'GothamLight', Arial, Verdana;
  margin: 20px 0px 30px 10px;
  text-transform: uppercase;
}

.bg-unidade-infor .unidade-title {
  color: #FFF;
  font: 2.81em 'GothamLight', Arial, Verdana;
  margin: 0px 0px 10px 10px;
  text-transform: uppercase;
}

.bg-unidade-infor .nome-unidade-large {
  color: #FFF;
  font: 3.7em 'gothammediumregular', Arial, Verdana;
  text-transform: uppercase;
  margin: 0px 0px 0px 10px;
  line-height: 67px;
}

.bg-unidade-infor .obs-unidade {
  font: 0.87em 'GothamLight', Arial, Verdana;
  color: #FFF;
  font-style: italic;
  margin: 7px 0px 0px 10px;
}

.box-menu-drop-unidades {
  width: 375px;
  height: 30px;
  margin-top: 15px;
  float: right;
}

.box-menu-drop-unidades .icon-unidades {
  display: block;
  width: 24px;
  height: 25px;
  background: url('/assets/images/icon-unidades.png')no-repeat;
  margin-top: 3px;
  float: left;
}

.btn-open-list-unidades {
  display: block;
  width: 270px;
  float: right;
  color: #757575;
  font: 0.75em 'gotham_bookregular', Arial, Verdana;
  background: url('/assets/images/icon-arrow-unidades-list.png')no-repeat #fff;
  padding: 8px 30px;
  border-radius: 5px;
  border: 1px solid #d2d1d1;
  background-position: 298px 11px;
}

ul.menu-list-unidades {
  background: #e1e1e1;
  z-index: 2;
  position: relative;
  list-style: none;
  width: 77.33%;
  float: right;
  margin-right: 5px;
  padding-left: 30px;
  display: none;
}

ul.menu-list-unidades>li:first-child {
  border: none;
}

ul.menu-list-unidades>li {
  padding: 7px 0px;
  border-top: 1px solid #cecdcd;
  width: 91%;
}

ul.menu-list-unidades>li>a {
  font: 0.75em 'gotham_bookregular', Arial, Verdana;
  color: #767676;
  display: inline-block;
  width: 100%;
}

ul.menu-list-unidades>li>a:hover {
  color: #1a537f;
}

ul.menu-list-unidades>ul {
  list-style: none;
  margin-left: 30px;
}

ul.menu-list-unidades>ul>li {
  padding: 7px 0px;
  margin: 0px;
  border-bottom: 1px solid #cecdcd;
  width: 80%;
}

ul.menu-list-unidades>ul>li>a {
  color: #9c9c9c;
  font: 0.68em 'gotham_bookregular', Arial, Verdana;
  display: inline-block;
  width: 100%;
}

ul.menu-list-unidades>ul>li>a:hover {
  color: #1a537f;
}

ul.menu-list-unidades>ul>li:last-child {
  border: none;
}

section.infor-unidade {
  float: left;
  width: 100%;
  margin-top: 70px;
  position: relative;
}

span.bg-infor-unidade-top {
  width: 1181px;
  height: 37px;
  background: url('/assets/images/bg-infor-unidade-top.png')no-repeat;
  position: absolute;
  top: 0px;
}

span.bg-infor-unidade-bottom {
  width: 1181px;
  height: 37px;
  background: url('/assets/images/bg-infor-unidade-bottom.png')no-repeat;
  position: relative;
  float: left;
  bottom: 0px;
}

section.infor-unidade .left {
  width: 32.08%;
  border-right: 1px solid #dedede;
  margin-top: 50px;
  margin-bottom: 35px;
  float: left;
}

section.infor-unidade .left .row {
  margin-bottom: 25px;
}

section.infor-unidade .left .row p {
  font: 0.87em 'GothamLight', Arial, Verdana;
  color: #7d7d7d;
  margin: 0px;
}

section.infor-unidade .left .row strong {
  font: 0.87em 'gothammediumregular', Arial, Verdana;
  color: #515151;
}

section.infor-unidade .right {
  width: 63.92%;
  float: right;
  margin-top: 50px;
}

section.infor-unidade .left span {
  background: url('/assets/images/sprite-lista-unidades-icon.png');
  float: left;
  display: block;
  margin-right: 20px;
}

section.infor-unidade .left .icon-phone {
  background-position: -6px -6px;
  width: 25px;
  height: 25px;
}

section.infor-unidade .left .icon-people {
  background-position: -38px -6px;
  width: 25px;
  height: 25px;
}

section.infor-unidade .left .icon-hours {
  background-position: -66px -5px;
  width: 25px;
  background-repeat: no-repeat;
  height: 50px;
}

section.infor-unidade .right .icon-map {
  display: block;
  width: 16px;
  height: 22px;
  background: url('/assets/images/sprite-lista-unidades-icon.png');
  background-position: -101px -6px;
  float: left;
  margin-right: 20px;
}

section.infor-unidade .right p {
  font: 0.87em 'GothamLight', Arial, Verdana;
  color: #7d7d7d;
  margin: 0px;
  line-height: 23px;
}

section.infor-unidade .right .img-map-unidade {
  margin-top: 25px;
}

section.infor-unidade .right .btn-continue {
  border: 1px solid #f8a81d;
  font: 0.75em 'gothammediumregular', Arial, Verdana;
  color: #f8a81d;
  display: inline-block;
  margin-top: 15px;
  left: 40%;
  position: relative;
  transition: background-color 0.3s ease;
}

section.infor-unidade .right .btn-continue:hover {
  background: #f8a81d;
  color: #fff;
}

section.sessao-servicos {
  width: 100%;
  float: left;
}

.img-servicos-destaque {
  width: 100%;
  height: 248px;
  overflow: hidden;
}

.img-servicos-destaque img {
    width: 100%;
}

section.sessao-servicos ul {
  list-style: none;
  display: block;
  width: 100%;
  background: #f2f2f2;
  padding-bottom: 25px;
}

section.sessao-servicos ul li {
  margin-left: 80px;
  width: 85%;
  border-bottom: 1px solid #ababab;
  padding-bottom: 42px;
  margin-bottom: 42px;
}

section.sessao-servicos ul li:last-child {
  border: none;
  padding-bottom: 0px;
}

section.sessao-servicos ul h3.title-box {
  color: #222;
  font: 1.25em 'gothammediumregular', Arial, Verdana;
  margin: 0px 0px 22px 20px;
  padding-top: 20px;
}

.img-servicos {
  width: 172px;
  height: 172px;
  overflow: hidden;
  position: relative;
  float: left;
  margin-right: 20px;
}

section.sessao-servicos ul li img {
  min-height: 100%;
  display: block;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
}

section.sessao-servicos ul li .nome-servico {
  font: 0.81em 'gotham_bookregular', Arial, Verdana;
  margin-bottom: 25px;
  padding-top: 0px;
  margin: 0;
}

section.sessao-servicos ul li p {
  font: 0.95em 'gotham_bookregular', Arial, Verdana;
  line-height: 1.2em;
  float: right;
  width: 80%;
}

section.sessao-servicos ul li .nome-servico>strong {
  color: #333;
  font: 1.0em 'gothammediumregular', Arial, Verdana;
  text-transform: uppercase;
  font-weight: 800;
}

section.sessao-servicos ul li .text {
  color: #222;
  font: 0.81em 'GothamLight', Arial, Verdana;
  display: inline;
}

section.sessao-servicos ul li .text strong {
  font-weight: 800;
}

section.sessao-servicos ul li .valor-servico {
  color: #222;
  font: 0.97em 'GothamLight', Arial, Verdana;
}

section.sessao-servicos ul li .valor-servico>strong {
  font: 0.97em 'gothammediumregular', Arial, Verdana;
  font-weight: 800;
}

section.sessao-curso-unidade {
  width: 100%;
  float: left;
  margin-top: 50px;
}

section.sessao-curso-unidade .title-box {
  color: #222;
  font: 1.25em 'gothammediumregular', Arial, Verdana;
  margin: 0px 0px 21px 20px;
  text-transform: uppercase;
  float: left;
  border-right: 1px solid #f8a81d;
  padding-right: 20px;
}

section.sessao-curso-unidade .btn-more-cursos {
  color: #f8a81d;
  font: 0.75em 'gothammediumregular', Arial, Verdana;
  text-transform: uppercase;
  margin-left: 20px;
  float: left;
  margin-top: 5px;
}

section.sessao-curso-unidade .btn-more-cursos:hover {
  text-decoration: underline;
}

section.sessao-curso-unidade #sub-cursos-unidades-title {
  clear: both;
  margin: 0px 0px 0px 20px;
  font: 0.93em 'GothamLight', Arial, Verdana;
  color: #222;
}

section.sessao-curso-unidade ul {
  list-style: none;
  margin: 35px 0px 0px 20px;
}

section.sessao-curso-unidade ul li {
  display: block;
  width: 24.83%;
  height: 206px;
  float: left;
  margin-right: 3.75%;
  overflow: hidden;
  position: relative;
}

section.sessao-curso-unidade ul li a:first-child {
  display: block;
  width: 100%;
  height: auto;
}

section.sessao-curso-unidade ul li a img {
  max-width: 113%;
  position: relative;
  top: -8px;
  left: -10px;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}

section.sessao-curso-unidade ul li a p.nome-curso {
  color: #fFF;
  font: 1.43em 'gotham_bookregular', Arial, Verdana;
  left: 0;
  right: 0;
  text-transform: uppercase;
  position: absolute;
  top: 0;
  padding: 19px;
  margin: auto;
  z-index: 10;
  display: block;
  text-align: center;
}

section.sessao-curso-unidade ul li a p.btn-continue {
  border: 1px solid #f8981d;
  color: #f8981d;
  font: 0.75em 'gotham_bookregular', Arial, Verdana;
  position: absolute;
  margin: auto;
  bottom: 22px;
  z-index: 10;
  left: 0;
  right: 0;
  width: 75px;
  display: block;
}

section.sessao-curso-unidade ul li a img:hover {
  -webkit-transform: scale(1.08);
  transform: scale(1.08);
}

/*******************************************************************************
    @PArte: Para você
*******************************************************************************/

.sessao-vagas-pra-voce {
  width: 100%;
  float: left;
  margin-top: 40px;
}

.nenhum-resultado {
  top: 53px;
  position: relative;
  margin-bottom: 101px;
}

.box-campos-busca {
  width: 75.5%;
  height: 45px;
  float: left;
}

.box-campos-busca .icon-search {
  display: block;
  float: left;
  background: url('/assets/images/icon-search-vaga.gif')no-repeat;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  margin-top: 10px;
}

.box-campos-busca input,
select {
  border: 1px solid #e1e1e1;
  padding: 11px;
  font: 0.87em 'GothamExLight', Arial, Verdana;
  font-style: italic;
  color: #727272;
  float: left;
}

.box-campos-busca input[type="submit"] {
  background: #172e62;
  color: #FFF;
  font: 0.93em 'gotham_bookregular', Arial, Verdana;
}

.box-campos-busca input[type="submit"]:hover {
  background: #193169;
}

.box-campos-busca .termo-busca {
  width: 356px;
  margin-right: 10px;
}

.box-campos-busca .drp-local {
  width: 170px;
  margin-right: 8px;
}

.box-campos-busca .drp-area {
  width: 170px;
  margin-right: 18px;
}

.list-vaga-pra-voce {
  width: 75.15%;
  float: left;
  list-style: none;
}

.list-vaga-pra-voce li {
  /*border-bottom: 1px solid #e5e5e5;*/
  padding-bottom: 30px;
  margin-top: 65px;
}

.list-vaga-pra-voce .icon {
  display: block;
  width: 46px;
  height: 56px;
  float: left;
  margin: 0px 0px 0px 0px;
}


/*icones das vagas*/
.icon-gestao {
  background: url('/assets/images/icon-gestao.png')no-repeat;
}

.icon-saude {
  background: url('/assets/images/icon-saude.png')no-repeat;
}

.icon-turismo {
  background: url('/assets/images/icon-turismo.png')no-repeat;
}

.icon-beleza {
  background: url('/assets/images/icon-beleza.png')no-repeat;
}

.icon-moda {
  background: url('/assets/images/icon-moda.png')no-repeat;
}

.icon-hospitalidade {
  background: url('/assets/images/icon-hospitalidade.png')no-repeat;
}

.icon-comercio {
  background: url('/assets/images/icon-comercio.png')no-repeat;
}

.icon-seguranca {
  background: url('/assets/images/icon-seguranca.png')no-repeat;
}

.icon-ambiente {
  background: url('/assets/images/icon-ambiente.png')no-repeat;
}

.icon-gastronomia {
  background: url('/assets/images/icon-gastronomia.png')no-repeat;
}

.icon-artes {
  background: url('/assets/images/icon-artes.png')no-repeat;
}

.icon-artes {
  background: url('/assets/images/icon-artes.png')no-repeat;
}

.icon-comunicacao {
  background: url('/assets/images/icon-comunicacao.png')no-repeat;
}

.icon-asseio-conservacao-e-zeladoria {
  background: url('/assets/images/icon-conservacao-e-zeladoria.png')no-repeat;
}

.icon-educacional {
  background: url('/assets/images/icon-educacional.png')no-repeat;
}

.icon-idiomas {
  background: url('/assets/images/icon-idiomas.png')no-repeat;
}

.icon-meio-ambiente {
  background: url('/assets/images/icon-meio-ambiente.png')no-repeat;
}

.icon-seguranca-alimentar {
  background: url('/assets/images/icon-seguranca-alimentar.png')no-repeat;
}

.icon-gold {
  display: block;
  width: 46px;
  height: 56px;
}

/*icones das vagas GOLD*/
.icon-gold {
  width: 58px;
  height: 50px;
  display: block;
  margin: auto;
  text-align: center;
  background-position: center center !important;
}

.icon-gold-gestao {
  background: url('/assets/images/icon-gold-gestao.png')no-repeat;
}

.icon-gold-saude {
  background: url('/assets/images/icon-gold-saude.png')no-repeat;
}

.icon-gold-turismo {
  background: url('/assets/images/icon-gold-turismo.png')no-repeat;
}

.icon-gold-beleza {
  background: url('/assets/images/icon-gold-beleza.png')no-repeat;
}

.icon-gold-moda {
  background: url('/assets/images/icon-gold-moda.png')no-repeat;
}

.icon-gold-hospitalidade {
  background: url('/assets/images/icon-gold-hospitalidade.png')no-repeat;
}

.icon-gold-comercio {
  background: url('/assets/images/icon-gold-comercio.png')no-repeat;
}

.icon-gold-seguranca {
  background: url('/assets/images/icon-gold-seguranca.png')no-repeat;
}

.icon-gold-ambiente {
  background: url('/assets/images/icon-gold-ambiente.png')no-repeat;
}

.icon-gold-gastronomia {
  background: url('/assets/images/icon-gold-gastronomia.png')no-repeat;
}

.icon-gold-artes {
  background: url('/assets/images/icon-gold-artes.png')no-repeat;
}

.icon-gold-comunicacao {
  background: url('/assets/images/icon-gold-comunicacao.png')no-repeat;
}

.icon-gold-conservacao-e-zeladoria {
  background: url('/assets/images/icon-gold-conservacao-e-zeladoria.png')no-repeat;
}

.icon-gold-educacional {
  background: url('/assets/images/icon-gold-educacional.png')no-repeat;
}

.icon-gold-gold-idiomas {
  background: url('/assets/images/icon-gold-idiomas.png')no-repeat;
}

.icon-gold-meio-ambiente {
  background: url('/assets/images/icon-gold-meio-ambiente.png')no-repeat;
}

.icon-gold-seguranca-alimentar {
  background: url('/assets/images/icon-gold-seguranca-alimentar.png')no-repeat;
}

.icon-gold-informatica {
  background: url('/assets/images/icon-gold-informatica.png')no-repeat;
}

.list-vaga-pra-voce .name-categoria {
  color: #424242;
  font: 1.12em 'gothammediumregular', Arial, Verdana;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0px 0px 0px 65px;
}

.list-vaga-pra-voce .name-curso {
  color: #222;
  font: 1.5em 'gothammediumregular', Arial, Verdana;
  text-transform: uppercase;
  margin: 0px 0px 0px 65px;
}

.list-vaga-pra-voce .name-obs {
  color: #cf0505;
  font: 01.06em 'GothamExLight', Arial, Verdana;
  font-style: italic;
  margin: 8px 0px 25px 65px;
}

.list-vaga-pra-voce .name-endereco {
  color: #666666;
  font: 1.0em 'gotham_bookregular', Arial, Verdana;
  line-height: 31px;
  margin: 0px 0px 0px 90px;
}

.list-vaga-pra-voce .name-endereco .icon {
  display: block;
  width: 16px;
  height: 22px;
  background: url('/assets/images/sprite-lista-unidades-icon.png');
  background-position: -101px -6px;
  padding-right: 10px;
}

.list-vaga-pra-voce .more-vaga {
  background: #172e62;
  color: #FFF;
  font: 0.89em 'gothammediumregular', Arial, Verdana;
  float: right;
  margin-top: -30px;
}

aside.cursos-relacionados {
  width: 22.66%;
  float: right;
  min-height: 583px;
  margin-top: 110px;
}

aside.cursos-relacionados .title-box {
  color: #222;
  font: 1.25em 'gothammediumregular', Arial, Verdana;
  margin: 0px 0px 40px 0px;
  text-align: center;
}

aside.cursos-relacionados ul {
  list-style: none;
  margin-left: 42px;
}

aside.cursos-relacionados ul li {
  display: block;
  width: 90%;
  float: left;
  position: relative;
  margin-bottom: 20px;
}

aside.cursos-relacionados ul li a:first-child {
  display: block;
  width: 100%;
  height: auto;
}

aside.cursos-relacionados ul li a span.tag {
  display: block;
  width: 29%;
  height: 83px;
  position: absolute;
  z-index: 3;
  left: 0;
  top: -7px;
  margin: auto;
  right: 0;
  background: #f8981d url('/assets/images/icones-classificacao-cursos.png')no-repeat;
}

aside.cursos-relacionados ul li a span.tag.icon-cursos-informatica {
  background-position: -276px -91px !important;
}

aside.cursos-relacionados ul li a span.tag.icon-cursos-gastronomia {
  background-position: -1px -92px !important;
}

aside.cursos-relacionados ul li a span.tag.icon-cursos-saude {
  background-position: -138px -207px !important;
}

aside.cursos-relacionados ul li a span.tag.icon-cursos-turismo {
  background-position: 2px -316px !important;
}

aside.cursos-relacionados ul li a span.tag.icon-cursos-beleza {
  background-position: 0px 16px !important;
}

aside.cursos-relacionados ul li a span.tag.icon-cursos-moda {
  background-position: -63px -209px !important;
}

aside.cursos-relacionados ul li a span.tag.icon-cursos-hospitalidade {
  background-position: -127px -91px !important;
}

aside.cursos-relacionados ul li a span.tag.icon-cursos-gestao {
  background-position: -62px -90px !important;
}

aside.cursos-relacionados ul li a span.tag.icon-cursos-comercio {
  background-position: -64px 17px !important;
}

aside.cursos-relacionados ul li a span.tag.icon-cursos-seguranca {
  background-position: -213px -205px !important;
}

aside.cursos-relacionados ul li a span.tag.icon-cursos-programa-senac-de-seguranca-alimentar {
  background-position: -278px -206px !important;
}

aside.cursos-relacionados ul li a span.tag.icon-cursos-meio-ambiente {
  background-position: 2px -208px !important;
}

aside.cursos-relacionados ul li a span.tag.icon-cursos-eventos {
  background-position: -283px -317px !important;
}

aside.cursos-relacionados ul li a span.tag.icon-cursos-hospedagem {
  background-position: -136px -322px !important;
}

aside.cursos-relacionados ul li a span.tag.icon-cursos-idioma {
  background-position: -194px -90px !important;
}

aside.cursos-relacionados ul li a span.tag.icon-cursos-manutenacao-e-reparacao {
  background-position: -65px -322px !important;
}

aside.cursos-relacionados ul li a span.tag.icon-cursos-palestras-e-oficinas {
  background-position: 2px -430px !important;
}

aside.cursos-relacionados ul li a span.tag.icon-cursos-transporte-e-armazenagem {
  background-position: -208px -317px !important;
}

.img-curso {
  width: 100%;
  height: 150px;
  overflow: hidden;
}

section.sessao-curso-unidade ul li .img-curso {
  height: auto;
}

aside.cursos-relacionados ul li a img {
  max-width: 113%;
  position: relative;
  top: -8px;
  left: -10px;
  -webkit-transition: all .2s cubic-bezier(.190, 1.000, .220, 1.000);
  -moz-transition: all .2s cubic-bezier(.190, 1.000, .220, 1.000);
  -ms-transition: all .2s cubic-bezier(.190, 1.000, .220, 1.000);
  -o-transition: all .2s cubic-bezier(.190, 1.000, .220, 1.000);
  transition: all .2s cubic-bezier(.190, 1.000, .220, 1.000);
}

aside.cursos-relacionados ul li a p.nome-curso {
  color: #717171;
  font: 0.93em 'gotham_bookregular', Arial, Verdana;
  text-transform: uppercase;
  top: 61.5%;
  z-index: 10;
  display: block;
  width: 97.95%;
  text-align: center;
}

aside.cursos-relacionados ul li a {
  text-align: center;
}

aside.cursos-relacionados ul li a p.btn-continue {
  border: 1px solid #f8981d;
  color: #f8981d;
  font: 0.75em 'gotham_bookregular', Arial, Verdana;
  bottom: 10px;
  margin: auto;
  z-index: 10;
  display: inline-block;
}

/*aside.cursos-relacionados ul li a:hover img {
  transform: scale(1.3);
}*/

aside.cursos-relacionados .icon-cursos-gastronomia {
  background-position: 7px -92px !important;
}

.controle-paginacao {
  width: 60%;
  height: 29px;
  margin: 0 auto;
  margin-top: 65px;
  position: relative;
}

.controle-paginacao .btn-prev {
  font: 0.93em 'gotham_bookregular', Arial, Verdana;
  color: #fff;
  background: #f8981d;
  display: inline;
  position: absolute;
  left: 0px;
  top: 0;
}

.controle-paginacao .btn-next {
  font: 0.93em 'gotham_bookregular', Arial, Verdana;
  color: #fff;
  background: #f8981d;
  display: inline;
  position: absolute;
  right: 0px;
  top: 0;
}

.controle-paginacao .list {
  margin: 0 auto;
  text-align: center;
  list-style: none;
  width: 54%;
}

.controle-paginacao .list li {
  display: inline-block;
  margin: 0px 0px 0px 10px;
}

.controle-paginacao .list li a {
  text-decoration: none;
  font: 1.25em 'gotham_bookregular', Arial, Verdana;
  color: #222222;
  padding: 6px;
}

.controle-paginacao .list li a.active-item {
  border: 2px solid #f8981d;
}

.bg-background-title-page h1 em {
  font-style: normal;
  font-family: 'gotham_bookregular', Arial, Verdana;
}

/*******************************************************************************
    @PArte: Resultado da Busca Pra você
*******************************************************************************/

.box-resultado-informe {
  float: left;
  width: 100%;
  height: 90px;
  margin: 65px 0px 65px 0px;
}

.box-resultado-informe #title-termo {
  font: 1.87em 'gothammediumregular', Arial, Verdana;
  color: #222222;
  text-transform: uppercase;
  float: left;
  margin-right: 15px;
  margin-bottom: 0px;
}

.box-resultado-informe .termo-pesquisado {
  color: #f8a81d;
  font: 1.87em 'gothammediumregular', Arial, Verdana;
  text-transform: uppercase;
  margin-bottom: 0px;
}

.box-resultado-informe .numero-resultado {
  font: 0.93em 'GothamExLight', Arial, Verdana;
  color: #666666;
  font-style: italic;
  margin-top: 0px;
}

.termo-encontrato-color {
  color: #f8a81d !important;
}

.box-campos-busca-not-search {
  float: right !important;
}

.termo-pesquisado-not-search {
  text-align: center;
  float: initial !important;
}

.termo-pesquisado-not-search {
  text-align: center;
}

.numero-resultado-not-search {
  text-align: center;
  margin-top: 50px !important;
}

/*******************************************************************************
    @PArte: Para você - vaga
*******************************************************************************/

.include-all-vaga {
  width: 100%;
  height: 240px;
  position: relative;
  float: left;
  margin-top: 58px;
  margin-bottom: 20px;
}

.include-all-vaga .box-all-left {
  width: 88%;
  position: absolute;
  height: 128px;
  background: #003669;
}

.box-title-curso {
  position: relative;
  display: table;
  clear: both;
  left: 0;
  right: 0;
  height: 5px;
}

.box-title-curso h3 {
  font: 1.87em 'gothammediumregular', Arial, Verdana;
  color: #FFF;
  width: 60.83%;
  margin: 0px 0px 0px 0px;
}

.box-title-curso #sub-title {
  font: 0.75em 'gotham_bookregular', Arial, Verdana;
  color: #fff;
  font-style: italic;
  text-transform: uppercase;
}

.figure-man-vaga-interna {
  display: block;
  width: 253px;
  height: 491px;
  background: url('/assets/images/figure-man-vaga-interna.png')no-repeat;
  position: relative;
  float: right;
  top: -308px;
  z-index: 5;
}

.btn-quero-essa-vaga {
  display: block;
  width: 288px;
  height: 278px;
  background: url('/assets/images/btn-quero-essa-vaga.png')no-repeat;
  position: relative;
  float: right;
  right: -89px;
  z-index: 4;
  top: -200px;
}

.btn-quero-essa-vaga>p {
  font: 3.25em 'gothammediumregular', Arial, Verdana;
  text-transform: uppercase;
  color: #fff;
  margin-left: -24px;
  text-align: center;
  line-height: 52px;
}

.btn-quero-essa-vaga>p>em {
  font-family: 'GothamExLight', Arial, Verdana;
  font-style: normal;
}

.btn-quero-essa-vaga>span {
  font-family: 'GothamExLight', Arial, Verdana;
  color: #FFF;
  font-size: 0.87em;
  position: relative;
  left: 100px;
  top: -16px;
}

.box-infor-vaga-all {
  width: 85%;
  border: 1px solid #e0e0e0;
  position: relative;
  z-index: 2;
  margin-top: 33px;
  top: 60px;
  padding: 20px 0px 20px 50px;
}

.box-infor-vaga-all>p {
  font: 0.93em 'GothamExLight', Arial, Verdana;
  color: #222;
  margin-top: 0px;
  margin-bottom: 20px;
}

.box-infor-vaga-all>p:last-child {
  margin-bottom: 0px;
}

.box-infor-vaga-all span {
  display: block;
  background: url('/assets/images/sprite-vaga-item.png')no-repeat;
  float: left;
}

.box-infor-vaga-all .detalhe-periodo .icon {
  width: 30px;
  height: 30px;
  background-position: 0px -2px;
  padding-right: 10px;
}

.box-infor-vaga-all .detalhe-local .icon {
  width: 30px;
  height: 35px;
  background-position: -31px -1px;
  padding-right: 10px;
}

.box-infor-vaga-all .detalhe-obs .icon {
  width: 29px;
  height: 22px;
  background-position: -60px 0px;
  padding-right: 5px;
  position: relative;
  left: -5px;
}

.alert-vaga-amigo span {
  background: url('/assets/images/sprite-vaga-item.png')no-repeat;
  width: 30px;
  height: 22px;
  background-position: -60px 0px;
  position: relative;
  display: block;
  left: 5px;
  float: left;
}

.alert-vaga-amigo p {
  font: 0.93em 'GothamLight', Arial, Verdana;
  color: #FFF;
  font: 0.8em 'GothamLight', Arial, Verdana;
  color: #6f0d0d;
  padding: 0 26px;
  left: 16px;
  position: relative;
  width: 78%;
}

.box-infor-vaga-all .detalhe-valor .icon {
  width: 30px;
  height: 30px;
  background-position: -95px -2px;
  padding-right: 10px;
  position: relative;
  left: -3px;
}

.box-infor-vaga-requisitos {
  width: 60.5%;
  height: auto;
  margin: 105px 0px 0px 0px;
  float: left;
  padding-left: 80px;
}

.box-infor-vaga-requisitos ul,
.box-orientacao ul,
.box-infor-vaga-requisitos ol,
.box-orientacao ol {
  position: relative;
  left: 30px;
}

.box-infor-vaga-requisitos ul li,
.box-orientacao ul li,
.box-infor-vaga-requisitos ol li,
.box-orientacao ol li {
  font: 1.05em 'GothamLight', Arial, Verdana;
  color: #333;
  margin: 5px 0;
}

.secund-para-vc-vaga {
    position: relative;
    float: left;
    width: 100%;
    z-index: 4;
}

.secund-para-vc-vaga .cursos-relacionados-vaga-interna {
  width: 31.66%;
  float: right;
  /*height: 370px;*/
  background: url('/assets/images/bg-aside-cursos-relacionados-vagas.png')no-repeat center top #f5f5f5;
  margin-top: 189px;
}

.secund-para-vc-vaga .cursos-relacionados-vaga-interna .title-box {
  color: #222;
  font: 1.5em 'gothammediumregular', Arial, Verdana;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 7px;
}

.secund-para-vc-vaga .cursos-relacionados-vaga-interna ul {
  width: 86.07%;
  display: block;
  margin: 0 auto;
  list-style: none;
}

/* .secund-para-vc-vaga .cursos-relacionados-vaga-interna ul li a {} */

.secund-para-vc-vaga .cursos-relacionados-vaga-interna ul li a em {
  display: block;
  font-style: normal;
  float: left;
  color: #fda01e;
  font: 1.56em 'gothammediumregular', Arial, Verdana;
  margin-top: 16px;
}

.secund-para-vc-vaga .cursos-relacionados-vaga-interna .btn-continue {
  border: 1px solid #222;
  color: #222;
  font: 0.81em 'gothammediumregular', Arial, Verdana;
  margin: 0 auto;
  width: 175px;
  margin-top: 70px;
}

.box-orientacao {
  width: 100%;
  min-height: 100px;
  background: #fff;
  margin-top: 25px;
  padding: 25px 0;
}

.box-orientacao p {
  font: 1.05em 'GothamLight', Arial, Verdana;
  color: #333;
  line-height: 1.45em;
  padding: 0 50px;
}

.box-orientacao h5.title-box {
  font: 1.3em 'gothammediumregular', Arial, Verdana !important;
  color: #222;
}

.box-orientacao p.text {
  color: #222;
  font: 0.93em 'GothamExLight', Arial, Verdana;
  display: block;
  width: 77%;
  margin: 0 auto;
  margin-top: 20px;
  line-height: 21px;
}

.secund-para-vc-vaga .cursos-relacionados-vaga-interna ul li a .titulo {
  color: #656565;
  font: 0.87em 'gothammediumregular', Arial, Verdana;
  margin-left: 50px;
  margin-bottom: 0px;
}

.secund-para-vc-vaga .cursos-relacionados-vaga-interna ul li {
  border-bottom: 1px solid #d9d9d9;
  padding: 20px 0px 0px 0px;
}

.secund-para-vc-vaga .cursos-relacionados-vaga-interna ul li a .status {
  color: #222;
  font: 0.81em 'GothamLight', Arial, Verdana;
  margin-left: 50px;
  margin-top: 9px;
  background: url('/assets/images/icon-map-cursos-vaga.png')no-repeat;
  padding-left: 16px;
}

.box-infor-vaga-requisitos .titulo-destaque {
  font: 0.93em 'gothammediumregular', Arial, Verdana;
  color: #333;
  font-weight: bold;
  text-transform: uppercase;
}

.box-infor-vaga-requisitos p {
  font: 1.05em 'GothamLight', Arial, Verdana;
  color: #333;
}

.box-infor-vaga-requisitos .text-requisito {
  color: #222222;
  font: 0.93em 'GothamExLight', Arial, Verdana;
}

.box-infor-vaga-requisitos .titulo-beneficio {
  margin-top: 40px;
}

.btn-indique-amigo {
  display: block;
  color: #FFF;
  font: 1.25em 'gothammediumregular', Arial, Verdana;
  background: url('/assets/images/bg-btn-indica-amigo.png')no-repeat;
  width: 300px;
  height: 54px;
  line-height: 65px;
  padding-left: 75px;
  margin-top: 80px;
}

.box-indique-curso {
  display: none;
  width: 488px;
  height: 458px;
}

.box-indique-curso .head {
  width: 100%;
  height: 115px;
  padding-top: 30px;
  background: url('/assets/images/head-bg-indique-curso.png')no-repeat;
}

.box-indique-curso .head .title-box {
  font: 0.87em 'gothammediumregular', Arial, Verdana;
  color: #000;
  text-align: center;
  margin: 0px 0px 20px 0px;
}

.box-indique-curso .head .nome-curso-indicado {
  text-transform: uppercase;
  color: #000;
  text-align: center;
  font: 1.75em 'gothammediumregular', Arial, Verdana;
  margin: 0px;
}

.btn-close-box-indique {
  width: 58px !important;
  height: 58px !important;
  background: url('/assets/images/btn-close-modal-indique.png')no-repeat !important;
  top: -27px !important;
  right: -22px !important;
}

.box-indique-curso .body {
  width: 100%;
  float: left;
  background-size: 100% 100% !important;
  height: 432px;
  background: url('/assets/images/bg-modal-indique.png')no-repeat;
}

.fancybox-skin-indique {
  padding: 0px !important;
  height: 458px !important;
  box-shadow: 8px 8px 4px rgba(0, 0, 0, 0.35) !important;
}

.box-indique-curso .body #preen-dados {
  font: 0.93em 'GothamLight', Arial, Verdana;
  color: #000;
  margin-bottom: 23px;
}

.box-indique-curso .body form {
  margin-left: 30px;
  margin-top: 40px;
  width: 426px;
}

.box-indique-curso .body .field {
  color: #000;
  font: 0.75em 'gothammediumregular', Arial, Verdana;
  font-style: italic;
  margin-bottom: 4px;
}

.box-indique-curso .body form input[type="text"],
.box-indique-curso .body form input[type="email"] {
  border: 1px solid #d9d9d9;
  width: 411px;
  height: 34px;
  font: 0.9em 'GothamLight', Arial, Verdana;
  border-radius: 5px;
  padding: 0px 6px;
}

.box-indique-curso .body form input[type="submit"],
.box-indique-curso .body form button {
  background: transparent;
  border: 1px solid #000;
  font: 0.75em 'gothammediumregular', Arial, Verdana;
  margin: 0 auto;
  margin-top: 60px;
}

.modal-success {
  position: fixed;
  top: 0;
  display: none;
  left: 0;
  z-index: 999999;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}

.modal-success div {
  font: 1.1em 'GothamLight', Arial, Verdana;
  padding: 40px;
  overflow: visible;
  width: 90%;
  max-width: 469px;
  top: 33%;
  z-index: 99999;
  left: 0;
  margin: auto;
  right: 0;
  box-shadow: 8px 8px 4px rgba(0, 0, 0, 0.35) !important;
  text-align: center;
  position: fixed;
  background: #FFF;
  color: #565656;
}

#candidatarVaga input {
  height: 32px;
  box-sizing: border-box;
  width: 100%;
  font-family: 'GothamLight', Arial, Verdana;
  border-radius: 4px;
  border: 1px solid #d9d9d9;
}

#candidatarVaga button {
  border: 1px solid #000;
  background: none;
  font: 0.80em 'gothammediumregular', Arial, Verdana;
  color: #000;
  display: block;
  padding: 7px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  margin: auto;
}

.field-radio {
    display: flex;
    align-items: center;
    justify-content: start;
    float: left;
    margin: 0 .5rem;
}

.field-radio input {
    width: auto !important;
    margin: 0 .25rem;
}

.field-radio label {
    font-size: 14px;
}

.box-quero-curso {
  display: none;
  width: 488px;
}

.box-quero-curso .head {
  width: 100%;
  height: auto;
  min-height: 115px;
  padding-top: 30px;
  background: url('/assets/images/head-bg-indique-curso.png')no-repeat;
}

.box-quero-curso .head .title-box {
  font: 0.87em 'gothammediumregular', Arial, Verdana;
  color: #000;
  text-align: center;
  margin: 0px 0px 20px 0px;
}

.box-quero-curso .head .nome-curso-indicado {
  text-transform: uppercase;
  color: #000;
  text-align: center;
  font: 1.75em 'gothammediumregular', Arial, Verdana;
  margin: 0px;
}

.btn-close-box-indique {
  width: 58px !important;
  height: 58px !important;
  background: url('/assets/images/btn-close-modal-indique.png')no-repeat !important;
  top: -27px !important;
  right: -22px !important;
}

.box-quero-curso .body {
  width: 100%;
  float: left;
  background: url('/assets/images/bg-modal-quero.png')no-repeat;
}

.fancybox-skin-indique {
  padding: 0px !important;
  height: 577px !important;
  box-shadow: 8px 8px 4px rgba(0, 0, 0, 0.35) !important;
}

.box-quero-curso .body #preen-dados {
  font: 0.93em 'GothamLight', Arial, Verdana;
  color: #000;
  margin-bottom: 23px;
}

.box-quero-curso .body form {
  margin: 19px auto;
  width: 93%;
}

.box-quero-curso .body form .align-form {
  float: left;
  width: 200px;
}

.box-quero-curso .body form .align-form-right {
  margin-right: 16px;
}

.box-quero-curso .body form .align-form input {
  width: 209px !important;
  float: left;
}

.box-quero-curso .body form .box-captcha {
  margin: 14px auto;
  display: block;
  width: 302px;
  float: initial;
}

.box-quero-curso .body .field {
    display: block;
    color: #000;
    font: 0.75em 'gothammediumregular', Arial, Verdana;
    font-style: italic;
    margin-top: 1rem;
    margin-bottom: 4px;
}

.box-quero-curso .body form input[type="text"] .box-quero-curso .body form input[type="email"] {
  border: 1px solid #d9d9d9;
  width: 411px;
  height: 34px;
  border-radius: 5px;
  padding: 0px 6px;
}

.box-quero-curso .body form input[type="submit"] {
  background: transparent;
  border: 1px solid #000;
  font: 0.75em 'gothammediumregular', Arial, Verdana;
  width: 80px;
  float: left;
  right: 29%;
  margin-top: 149px;
  position: relative;
}

.fancybox-skin-quero {
  padding: 0px !important;
  box-shadow: 8px 8px 4px rgba(0, 0, 0, 0.35) !important;
}

/*******************************************************************************
    @PArte: Para sua empresa
*******************************************************************************/

h1#title-page-empresa {
  font: 3.65em 'gothammediumregular', Arial, Verdana !important;
  margin: 70px 0px 0px 29px;
}

.banner-all-page-para-empresa {
  background: url('/assets/images/banner-para-empresa-all.jpg')no-repeat center;
}

.banner-corporativo-para-empresas {
  margin-bottom: 30px;
  margin-top: 15px;
  width: 100%;
  height: 248px;
  overflow: hidden;
}

.banner-corporativo-para-empresas img {
  width: 100%;
}

.text-atend-corporativo {
  padding-bottom: 45px;
  border-bottom: 1px solid #cfcfcf;
}

.text-atend-corporativo p {
  font: 15px'GothamLight', Arial, Verdana;
  color: #222;
  line-height: 23px;
}

.text-atend-corporativo p>strong {
  font-family: 'gothammediumregular', Arial, Verdana;
}

.box-servicos-empresas p {
  font: 16px'GothamLight', Arial, Verdana;
  color: #464646;
  float: right;
  width: 92%;
}

div.box-servicos-empresas>ul>li:nth-child(1) {
  border-bottom: 1px solid #ccc;
  margin-bottom: 29px;
  padding-bottom: 17px;
}

.box-servicos-empresas li ul {
  list-style: initial;
  position: relative;
  left: 26px;
}

.box-servicos-empresas li ul li {
  font-family: 'gothammediumregular', Arial, Verdana;
  text-transform: uppercase;
  font-size: 15px;
}

.box-servicos-empresas .title-page {
  margin-bottom: 50px;
}

.box-servicos-empresas .icon {
  width: 61px;
  height: 57px;
  display: block;
  float: left;
  /*background: url('/assets/images/sprite-servicos-empresa.png')no-repeat;*/
  margin-right: 20px;
}

.box-servicos-empresas .icon-two {
  background-position-x: -71px;
  margin-right: 20px;
}

.box-servicos-empresas ul {
  list-style: none;
  margin-left: 80px;
}

.box-servicos-empresas .nome-sessao {
  font: 1.25em 'gotham_bookregular', Arial, Verdana;
  color: #000;
}

.box-servicos-empresas .nome-sessao strong {
  font-family: 'gothammediumregular', Arial, Verdana;
}

.box-servicos-empresas .text {
  color: #464646;
  font: 1em 'GothamExLight', Arial, Verdana;
  line-height: 22px;
  margin-left: 81px;
}

.box-servicos-empresas .list-service {
  font-family: 'gothammediumregular', Arial, Verdana;
  list-style: disc;
  line-height: 20px;
  margin-left: 99px;
}

.box-servicos-empresas .info-destaque {
  font-family: 'gothammediumregular', Arial, Verdana;
}

.form-empresa-mercado {
  padding-top: 60px;
  background: url('/assets/images/bg-infor-unidade-bottom.png')top center no-repeat;
  margin-top: 30px;
  margin-bottom: 30px;
  padding-bottom: 60px;
  position: relative;
  width: 100%;
}

.form-empresa-mercado .title-box {
  margin-left: 160px;
  font: 1.25em 'gothammediumregular', Arial, Verdana;
  color: #000;
  text-transform: uppercase;
  margin-bottom: 30px;
}

form.form-interesse-servicos {
  width: 100%;
  display: inline-flex;
}

.form-empresa-mercado form {
  width: 78%;
  display: inline-flex;
  position: relative;
}

.form-empresa-mercado form .align {
  width: 51%;
  margin-right: 9px;
}

form.form-interesse-servicos .align .form-empresa-mercado form .align {
  width: 40%;
  margin-right: 20px;
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
}

form.form-interesse-servicos input,
form.form-interesse-servicos .mensagem,
.form-empresa-mercado form input,
.form-empresa-mercado form #mensagem {
  font: italic 0.87em 'GothamExLight', Arial, Verdana;
  color: #666;
  width: 100%;
  height: 34px;
  padding: 10px;
  box-sizing: border-box;
  border: 1px solid #d9d9d9;
  margin-bottom: 8px;
}

.form-empresa-mercado form #btn-enviar {
  background: #003669;
  color: #fff;
  padding: 7px;
  border: none;
  width: 96px;
  float: right;
  font: 0.75em 'gotham_bookregular', Arial, Verdana;
}

form.form-interesse-servicos .telefone {
  width: 50%;
}

form.form-interesse-servicos .mensagem,
.form-empresa-mercado form #mensagem {
  height: 179px;
}

form.form-interesse-servicos .enviar_salao_de_eventos {
  background: #003669;
  color: #fff;
  padding: 7px;
  border: none;
  margin-left: auto;
  font: 0.75em 'gotham_bookregular', Arial, Verdana;
}

.form-empresa-mercado .mask-telefone {
  width: 100%;
  color: #666666;
  font: italic 0.87em 'GothamExLight', Arial, Verdana;
  line-height: 4px;
  padding-left: 20px;
}

.box-empresa-clientes {
  width: 100%;
  float: left;
  height: 326px;
  background: url('/assets/images/bg-empresas-clientes.png')center no-repeat;
  margin-top: 45px;
}

.box-empresa-clientes .title-box {
  font: 1.56em 'GothamLight', Arial, Verdana;
  color: #5c5c5c;
  text-align: center;
  margin-top: 60px;
}

.box-empresa-clientes .title-box strong {
  font-family: 'gothammediumregular', Arial, Verdana;
  text-transform: uppercase;
}

.box-empresa-clientes .list {
  text-align: center;
  height: 50px;
  margin: 0 auto;
  list-style: none;
}

.box-empresa-clientes .list li {
  display: inline-block;
  margin-left: 50px;
  width: 121px;
  vertical-align: middle;
}

.box-empresa-clientes .list li img {
  max-width: 100%;
}

/*******************************************************************************
    @PArte: Para sua empresa - formulario
*******************************************************************************/

.text-atend-corporativo p>a {
  font-family: 'gothammediumregular', Arial, Verdana;
  color: #5cbcd4;
}

.text-atend-corporativo-form {
  border-bottom: none !important;
}

.field-section {
  font: 1em 'gothammediumregular', Arial, Verdana;
  color: #222;
  margin-bottom: 0px;
  margin-top: 30px;
}

.field-input {
  color: #656565;
  text-transform: uppercase;
  font: 0.87em 'gotham_bookregular', Arial, Verdana;
  margin: 0px 0px 10px 0px;
  line-height: 0;
  padding: 20px 0 7px;
}

/**** CADASTRE SUA VAGA */
.ctn-radio {
  float: left;
  margin-right: 0;
  margin-top: 9px;
  margin-left: 17px;
}

.ctn-input {
  float: left;
  width: 44%;
  margin-left: 18px;
}

.ctn-last {
  float: left;
  width: 85%;
}

.input-radio {
  float: left;
}

.input-radio[type=radio]:not(old) {
  width: 21px;
  padding: 0;
  opacity: 0;
  margin: 0 0px 0 2px;
}

.input-radio[type=radio]:not(old)+label {
  display: inline-block;
  margin-left: -2em;
  line-height: 1.5em;
  cursor: pointer;
  font: 0.87em 'gotham_bookregular', Arial, Verdana;
}

.input-radio[type=radio]:not(old)+label>span {
  display: inline-block;
  width: 12px;
  height: 0.875em;
  margin: 0px 5px 0 0px;
  border: 0.0625em solid rgb(192, 192, 192);
  border-radius: 50%;
  background: #FFF;
  border: 1px solid #b3b3b3;
  position: relative;
  cursor: pointer;
  top: 3px;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}

.input-radio[type=radio]:not(old):checked+label>span {
  border-radius: 50%;
  background: #b3b3b3;
}

.input-radio[type=radio]:not(old):checked+label>span>span {
  display: block;
  width: 0.5em;
  height: 0.5em;
  margin: 0.125em;
  border-radius: 50%;
  background: #b3b3b3;
}

.form-cad-vaga-empresa {
  max-width: 750px;
  margin: 0 auto;
  width: 90%;
}

.form-cad-vaga-empresa .recuo {
  margin-left: 35px;
}

.recuo-1 {
  margin-top: 30px;
}

.form-cad-vaga-empresa .inpt-text {
  padding: 0px 6px;
  margin-bottom: 8px;
  font: 0.87em 'GothamExLight', Arial, Verdana;
  color: #666;
  height: 34px;
  width: 100%;
  /*margin-left: 25px;*/
  ;
}

.form-cad-vaga-empresa .col-all {
  width: 100%;
  float: left;
  margin-bottom: 18px;
}

.form-cad-vaga-empresa .captcha-cad {
  float: left;
  margin-top: 30px;
}

.horario-vaga {
  width: 48%;
  float: left;
}

.num-vagas {
  width: 21%;
  float: left;
}

.form-cad-vaga-empresa #btn-enviar {
  background: #003669;
  color: #fff;
  padding: 7px;
  float: right;
  clear: both;
  font: 0.75em 'gotham_bookregular', Arial, Verdana;
  width: 90px;
  border: none;
}

.form-cad-vaga-empresa #cnt-numero {
  margin-right: 34px;
}

.form-cad-vaga-empresa #cnt-complemento {
  margin-right: 34px;
}

.form-cad-vaga-empresa #cnt-estado {
  margin-right: 34px;
}

.form-cad-vaga-empresa #cnt-bairro {
  margin-right: 34px;
}

.form-cad-vaga-empresa .col-all-25 {
  width: 25%;
  float: left;
}

.form-cad-vaga-empresa .col-all-15 {
  width: 15%;
  float: left;
}

.form-cad-vaga-empresa .col-all-30 {
  width: 30%;
  float: left;
}

.form-cad-vaga-empresa .align-float-right {
  float: right !important;
}

.form-cad-vaga-empresa .col-all-20 {
  width: 20%;
  float: left;
}

.form-cad-vaga-empresa .col-all-40 {
  width: 40%;
  float: left;
}

.form-cad-vaga-empresa .col-all-45 {
  width: 45%;
  float: left;
}

.form-cad-vaga-empresa .col-all-65 {
  width: 65%;
  float: left;
}

.form-cad-vaga-empresa .col-all-55 {
  width: 55%;
  float: left;
}

.form-cad-vaga-empresa .col-all-22 {
  width: 22%;
  float: left;
  margin-left: 39px;
}

.form-cad-vaga-empresa .col-all-70 {
  width: 70%;
  float: left;
}

.form-cad-vaga-empresa .col-all-85 {
  width: 85%;
  float: left;
}

.form-cad-vaga-empresa .col-all-60 {
  width: 60%;
  float: left;
}

.form-cad-vaga-empresa .col-all-35 {
  width: 35%;
  float: left;
}

.form-cad-vaga-empresa .rd-button {
  color: #656565;
  font: 0.87em 'gotham_bookregular', Arial, Verdana;
  margin: 0px 0px 10px 0px;
  margin-right: 10px;
}

/* .form-cad-vaga-empresa .line-align {
  margin-top: 19px;
} */

.form-cad-vaga-empresa .col-all-rest-bottom {
  margin-bottom: 0px !important;
}

.form-cad-vaga-empresa #rd-button-sup {
  margin-top: 10px;
}

.form-cad-vaga-empresa #rd-button-ind {
  margin-top: 12px;
  margin-left: 30px;
}

.form-cad-vaga-empresa #input-escolaridade-op {
  margin-top: 14px;
}

.form-cad-vaga-empresa #input-escolaridade-out {
  margin-top: 12px;
}

.form-cad-vaga-empresa .rd-button:last-child {
  margin-right: 0px;
}

.form-cad-vaga-empresa .field-input-null {
  margin-top: 27px;
}

.col-align-left {
  float: left;
  width: 50%;
}

.col-align-left-medium {
  float: left;
  width: 25%;
}

/* .col-all {} */

.list-opt-contratacao ul {
  list-style: none;
}

.list-opt-contratacao ul li {
  float: left;
  margin-left: 20px;
}

/*******************************************************************************
    @PArte: SERVIÇOS
*******************************************************************************/

.box-conteudo-servicos {
  width: 75.15%;
  float: left;
}

.box-conteudo-servicos.ampliado {
  width: 100%;
  float: none;
}

.title-page-servicos {
  color: #222222;
  font: 1.87em 'gotham_bookregular', Arial, Verdana;
  text-transform: uppercase;
  margin-top: 0px;
}

.cursos-relacionados-servicos {
  margin-top: 30px !important;
}

.box-conteudo-servicos .text {
  font: 0.93em 'GothamExLight', Arial, Verdana;
  color: #222;
  line-height: 23px;
}

.box-conteudo-servicos a {
  color: #004171;
  text-decoration: underline;
}

.box-conteudo-servicos a:hover {
  color: #F8892B;
}

.box-conteudo-servicos p {
  font: 0.93em 'GothamLight', Arial, Verdana;
  color: #222;
  line-height: 23px;
}

.box-conteudo-servicos ul {
  position: relative;
  left: 20px;
}

.box-conteudo-servicos ul li {
  font: 0.93em 'GothamLight', Arial, Verdana;
  color: #222;
  padding: 5px 0;
}

.box-conteudo-servicos .title-sessao,
.box-conteudo-servicos h3 {
  color: #222222;
  font: 1.25em 'gotham_bookregular', Arial, Verdana;
  text-transform: uppercase;
  font-weight: bold;
  margin: 23px 0px 23px 0px;
}

.form-servicos {
  background: none !important;
  float: left;
  padding-top: 10px !important;
  padding-bottom: 0px !important;
}

.form-servicos form {
  margin-left: 0px !important;
}

.form-servicos .title-box {
  margin-left: 0px !important;
}

.saiba-mais-servicos {
  width: 100%;
  float: left;
  margin-top: 50px;
  border-top: 1px solid #eaeaea;
  padding-top: 50px;
}

.saiba-mais-servicos .title-sessao {
  font: 2.31em 'gothammediumregular', Arial, Verdana;
  text-transform: uppercase;
  text-align: center;
  display: block;
  width: 196px;
  margin-left: 98px;
  float: left;
  margin-bottom: 10px;
}

.saiba-mais-servicos .more {
  font: 1.06em 'gotham_bookregular', Arial, Verdana;
  color: #222;
  text-transform: uppercase;
  letter-spacing: -1px;
  text-align: right;
  width: 281px;
}

.saiba-mais-servicos ul {
  list-style: none;
  float: left;
  margin-left: 45px;
}

.saiba-mais-servicos ul li {
  margin-right: 18px;
  display: inline-block;
}

/* .saiba-mais-servicos ul li:last-child {} */

.box-title-more {
  float: left;
}

section.lista-servicos-senac {
  width: 95.36% !important;
  margin-bottom: 30px !important;
}

section.lista-servicos-senac ul li .cnt-servicos-paragrafos {
  float: left;
  width: 71%;
}

section.lista-servicos-senac ul li p {
  width: 100%;
}

/*section.lista-servicos-senac p {
    float: initial !important;
}*/
section.lista-servicos-senac ul {
  padding-top: 10px;
}

section.lista-servicos-senac ul li {
  margin-left: 20px !important;
  border: none !important;
  width: 96% !important;
  padding-bottom: 64px !important;
}

section.lista-servicos-senac ul li {
  background: url('/assets/images/bg-line-servicos-li.png')no-repeat bottom center;
  margin-bottom: 0px !important;
  background-size: contain;
}

section.lista-servicos-senac ul li:last-child {
  background: none;
}

section.lista-servicos-senac ul li:last-child {
  margin-bottom: 0px !important;
  padding-bottom: 25px !important;
}

section.lista-servicos-senac .nome-unidade {
  color: #004071;
  float: initial;
  font: 1.25em 'gothammediumregular', Arial, Verdana;
}

.map-senac-movel {
  float: right;
  margin-top: -15px;
}

.box-conteudo-servicos-all {
  width: 99% !important;
}

.box-conteudo-servicos h2 {
  font: 1.1em 'gothammediumregular', Arial, Verdana;
}

.box-conteudo-servicos p strong {
  text-transform: uppercase;
  font-weight: normal;
  font-family: 'gothammediumregular';
}

.list-item-museu-page {
  margin-right: 45px;
}

.list-item-museu-page .nome-sessao {
  color: #000;
  font: 1.25em 'gotham_bookregular', Arial, Verdana;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 0px;
  margin-top: 0px;
  font-weight: bold;
}

.list-item-museu-page .desc {
  color: #666666;
  font: 0.87em 'GothamLight', Arial, Verdana;
  text-align: center;
  margin-top: 0px;
}

.list-item-museu-page li {
  margin-right: 70px;
}

.list-item-museu-page li a {
  color: #000;
}

.list-item-museu-page li a:hover {
  text-decoration: underline;
}

div.box-coluna-raul-lody {
  width: 382px;
  height: 359px;
  background: url('/assets/images/bg-left-coluna-raul.png') left #f3f3f3 no-repeat;
  float: right;
  position: relative;
}

.box-coluna-raul-lody .title-sessao {
  font: 1.25em 'gotham_bookregular', Arial, Verdana;
  color: #000;
  width: 100%;
  margin-left: 0px;
  margin-top: -8px;
  padding-top: 8px;
}

.box-coluna-raul-lody .title-sessao .icon-photo {
  position: relative;
  top: 15px;
  margin-right: 20px;
}

.box-coluna-raul-lody .box-img {
  width: 164px;
  height: 149px;
  margin: 0 auto;
  box-shadow: 7px 7px 5px #dfdfdf;
  display: block;
  background: url('/assets/images/border-img-raul-lody.png')no-repeat;
  overflow: hidden;
  margin-top: 95px;
}

.box-coluna-raul-lody .box-img img {
  max-height: 100%;
}

.box-coluna-raul-lody .date {
  color: #666;
  font: 0.65em 'GothamExLight', Arial, Verdana;
  text-align: center;
  font-style: italic;
  margin-top: 15px;
}

.box-coluna-raul-lody .title-artigo {
  font: 1.06em 'GothamExLight', Arial, Verdana;
  text-align: center;
}

.box-coluna-raul-lody .more-infor {
  display: block;
  width: 43px;
  height: 46px;
  position: absolute;
  bottom: 0px;
  right: 0px;
  background: url('/assets/images/btn-more-infor.png')no-repeat;
}

.clear-section {
  width: 100%;
  float: left;
  margin-top: 0px;
}

.body-text {
  font: 0.93em 'GothamExLight', Arial, Verdana;
  color: #222222;
  line-height: 23px;
  width: 97.66%;
}

.body-text .title {
  color: #222222;
  font: 1.25em 'gotham_bookregular', Arial, Verdana;
  margin-bottom: 5px;
}

.body-text .date-publicacao {
  margin-top: 0px;
  margin-bottom: 30px;
}

.body-text img {
  float: left;
  margin: 0px 20px 20px 0px;
}

.banner-main-seminario {
  margin-top: 45px;
  max-width: 99%;
}

.aside-gastro {
  width: 22.66%;
  float: left;
  min-height: 583px;
  background: url('/assets/images/aside-bg-cursos-relacionados.png')no-repeat center left;
  margin-top: 110px;
  background-position-y: 22px;
  margin-top: 42px !important;
  padding-left: 24px;
}

.aside-gastro ul li a img {
  -webkit-filter: inherit !important;
  filter: inherit !important;
}

.aside-gastro ul li a img:hover {
  -webkit-transform: scale(1) !important;
  transform: scale(1) !important;
}

.aside-gastro ul li a p.nome-curso {
  width: 100% !important;
  left: 0% !important;
  margin-top: 10px !important;
  margin-bottom: 0px !important;
  margin-left: 0% !important;
  position: relative !important;
}

.aside-gastro ul li a p.btn-continue {
  position: relative !important;
  top: 15px !important;
  width: 101px;
}

.aside-gastro ul li {
  width: 84% !important;
}

ul.list-artigos {
  margin-left: 50px;
  list-style: none;
  width: 89.66%;
  margin-top: 35px;
}

ul.list-artigos li a {
  color: #666;
}

ul.list-artigos li:first-child {
  padding-top: 0;
}

ul.list-artigos li {
  padding: 43px 0 20px;
  border-bottom: 1px solid #d8d8d8;
}

ul.list-artigos li .thumb-artigo {
  border: 1px solid #bababa;
  display: block;
  float: left;
  width: 130px;
  height: 93px;
  margin-right: 26px;
  background-repeat: no-repeat;
  background-size: cover;
}

ul.list-artigos li .thumb-artigo img {
  width: auto;
}

ul.list-artigos li .title-artigo {
  font: 1.25em 'gothammediumregular', Arial, Verdana;
  color: #222;
  text-transform: uppercase;
  margin: 5px 0px 3px 0px;
}

ul.list-artigos li .date-artigo {
  margin: 0px 0px 0px 0px;
  font: 0.81em 'gotham_bookregular', Arial, Verdana;
  font-style: italic;
  color: #222;
}

ul.list-artigos li .text-artigo {
  color: #666;
  font: 0.93em 'gotham_bookregular', Arial, Verdana;
  line-height: 23px;
  float: left;
  width: 80.36%;
  margin: 10px 0px 10px 0px;
}

ul.list-artigos li .text-artigo .read-more {
  color: #f8a81d;
  font: 1em 'gothammediumregular', Arial, Verdana;
}

.text-artigo-all {
  width: 100% !important;
}

.sessao-perfil-raul-lody {
  width: 24.66% !important;
  margin-top: 63px !important;
  background-position-x: -7px !important;
}

.sessao-perfil-raul-lody .perfil-raul-lody {
  margin-left: 53px;
}

.sessao-perfil-raul-lody .name-raul {
  font: 0.93em 'gothammediumregular', Arial, Verdana;
  color: #3a3939;
  margin-left: 53px;
}

.sessao-perfil-raul-lody .text {
  font: 0.87em 'gotham_bookregular', Arial, Verdana;
  color: #3a3939;
  width: 242px;
  margin-left: 53px;
  line-height: 20px;
}

.sessao-perfil-raul-lody .text-interna {
  border-bottom: 1px solid #c5c5c5;
  padding-bottom: 25px;
}

.list-aside-outros-posts {
  display: block;
  list-style: none;
  width: 85.88% !important;
}

.list-aside-outros-posts img {
  max-width: 100%;
}

.list-aside-outros-posts .title-sessao {
  font: 1.25em 'gothammediumregular', Arial, Verdana;
  color: #222222;
  text-align: center;
  margin-left: 6px;
}

.list-aside-outros-posts .date {
  font: 0.68em 'gotham_bookregular', Arial, Verdana;
  color: #222;
  font-style: italic;
  margin: 0px;
}

.list-aside-outros-posts .name-artigo {
  font: 1em 'gotham_bookregular', Arial, Verdana;
  color: #222;
  text-transform: uppercase;
  text-align: center;
  width: 193px;
  margin-bottom: 20px;
}

.list-aside-outros-posts .btn-continue {
  border: 1px solid #f8981d;
  text-decoration: none;
  font: 0.75em 'gothammediumregular', Arial, Verdana;
  color: #f8981d;
  display: table;
  margin: auto;
  text-align: center;
}

.list-aside-outros-posts li {
  width: 75% !important;
  margin-left: 38px;
}

.box-form-licitacao {
  width: 89.16%;
  height: 210px;
  background: #efefef;
  margin: 0 auto;
  padding: 0px 35px;
  position: relative;
  border-top: 1px solid #c4c4c4;
}

.box-form-licitacao .title-sessao {
  font: 1.56em 'gotham_bookregular', Arial, Verdana;
  color: #222;
  padding-top: 22px;
  text-align: center;
  margin-bottom: 0px;
}

.box-form-licitacao .sub-title {
  color: #666666;
  font: 1.0em 'gotham_bookregular', Arial, Verdana;
  margin: 0px;
  text-align: center;
}

.box-form-licitacao .form-busca {
  width: 100%;
  display: block;
  padding-top: 22px;
  border-top: 1px solid #c4c4c4;
  margin-top: 15px;
}

.box-form-licitacao .form-busca .field {
  float: left;
  color: #004071;
  font: 1.0em 'gotham_bookregular', Arial, Verdana;
  margin: 9px 15px;
}

.drp-first {
  margin-right: 30px;
}

.box-form-licitacao .form-busca input,
select {
  border: 1px solid #e1e1e1;
  padding: 10px;
  font: 0.87em 'GothamExLight', Arial, Verdana;
  font-style: italic;
  color: #727272;
  float: left;
  margin: 0;
}

.box-form-licitacao .form-busca .btn-search {
  background: #172e62;
  color: #FFF;
  font: 0.93em 'gotham_bookregular', Arial, Verdana;
  float: right;
  border-radius: 5px;
}

.box-form-licitacao .form-busca .btn-search-refinada {
  background: #172e62;
  color: #FFF;
  font: 0.93em 'gotham_bookregular', Arial, Verdana;
  float: right;
  margin-top: 0;
}

.open-aba-form {
  display: block;
  width: 222px;
  height: 24px;
  background: url('/assets/images/bg-btn-open-box.png')no-repeat;
  padding-top: 7px;
  position: absolute;
  bottom: -17px;
  line-height: 31px;
  text-align: center;
  margin-left: -111px;
  left: 50%;
  color: #fff;
  font: 0.87em 'GothamLight', Arial, Verdana;
  z-index: 1;
}

.open-aba-form .icon {
  background: url('/assets/images/arrow-btn-busca-off.png')no-repeat;
  display: block;
  width: 21px;
  float: right;
  height: 12px;
  position: relative;
  right: 29px;
  top: 3px;
}

.open-aba-form .icon-rotation {
  background: url('/assets/images/arrow-btn-busca.png')no-repeat;
  display: block;
  width: 21px;
  float: right;
  height: 12px;
  position: relative;
  right: 29px;
  top: 3px;
}

.box-search-refinida {
  width: 100%;
  height: 110px;
  background: url('/assets/images/bg-banner-form.png') #e2e2e2 no-repeat top center;
  position: absolute;
  bottom: 0px;
  left: 0;
  display: none;
}

.box-search-refinida .center {
  width: 950px;
  margin: 26px auto;
}

.box-form-licitacao .drp-modalidade {
  width: 20.1987187187%;
}

.box-form-licitacao .drp-licitacao {
  width: 20.1987187187%;
}

.box-form-licitacao .field-status-licitacao {
  margin-left: 15px;
}

.box-form-licitacao .drp-ano {
  width: 140px;
}

.box-form-licitacao .drp-n-edital {
  width: 140px;
}

.box-form-licitacao .field-n-edital {
  margin-left: 15px;
}

.box-form-licitacao .field-palavra-chaves {
  margin-left: 15px;
}

.ipt-palavra {
  width: 170px;
  margin-top: 23px;
}

.box-resultado-licitacao {
  margin-top: 67px;
  padding-bottom: 77px;
  /*border-bottom: 1px solid #c1c1c1;*/
  ;
}

.box-resultado-licitacao .title-sessao {
  color: #004071;
  font: 1.56em 'gotham_bookregular', Arial, Verdana;
  margin-bottom: 0px;
  width: 85%;
}

.box-resultado-licitacao section.resultado .status-sessao {
  padding: 10px 30px;
  font: 0.87em 'GothamLight', Arial, Verdana;
  color: #FFF;
  display: inline-block;
  position: absolute;
  text-transform: uppercase;
  right: 0;
  top: 6px;
}

.box-resultado-licitacao .status-licitacao-finalizada {
  background: #983030;
}

.box-resultado-licitacao .status-licitacao-andamento {
  background: #399f47;
}

.box-resultado-licitacao .status-licitacao-cancelada {
  background: #666666;
}

.box-resultado-licitacao .status-licitacao-fracassada {
  background: #000000;
}

.box-resultado-licitacao .status-licitacao-aberta {
  background: #293792;
}

.box-resultado-licitacao .status-licitacao-deserta {
  background: #f5ab28;
}

.box-resultado-licitacao .status-licitacao-suspensa {
  background: #810a97;
}

.box-resultado-licitacao section.resultado .text {
  font: 1em 'GothamLight', Arial, Verdana;
  color: #474747;
  line-height: 25px;
  margin-top: 48px;
  margin-bottom: 50px;
}

.box-resultado-licitacao section.resultado .btn-open-more-licitacao {
  border: 1px solid #a7a7a7;
  padding: 11px;
  font: 1em 'GothamLight', Arial, Verdana;
  color: #525252;
  float: left;
  margin-bottom: 35px;
}

.conteudo-this-licitacao {
  width: 100%;
  height: auto;
  /*border: 1px solid #666;*/
  margin-top: 0px;
  display: none;
  float: left;
  padding-bottom: 60px;
  margin-bottom: 40px;
}

.conteudo-this-licitacao .box-main {
  background: #f5f5f5;
  width: 90%;
  float: left;
  padding: 25px;
  margin-left: 34px;
}

.conteudo-this-licitacao .box-main ul {
  list-style: none;
}

.conteudo-this-licitacao .box-main ul li p {
  margin: 0px;
}

.conteudo-this-licitacao .box-main ul li p.field-name {
  color: #004071;
  font: 0.93em 'gotham_bookregular', Arial, Verdana;
  margin-right: 15px;
  float: left;
  clear: both;
  margin-bottom: 11px;
  line-height: 24px;
}

.conteudo-this-licitacao .box-main ul li p.field-resposta {
  font: 1.12em 'GothamLight', Arial, Verdana;
  color: #5f5f5f;
  float: left;
}

.icon-convite-licitacao {
  background: url('/assets/images/icon-convite-licitacao.png')no-repeat;
  display: block;
  width: 20px;
  height: 20px;
  float: left;
  margin-right: 10px;
}

.icon-data-abertura {
  background: url('/assets/images/icon-data-licitacao.png')no-repeat;
  display: block;
  width: 20px;
  height: 20px;
  float: left;
  margin-right: 10px;
}

.icon-horario {
  background: url('/assets/images/icon-relogio-licitacao.png')no-repeat;
  display: block;
  width: 20px;
  height: 20px;
  float: left;
  margin-right: 10px;
}

.icon-valor {
  background: url('/assets/images/icon-valor-licitacao.png')no-repeat;
  display: block;
  width: 20px;
  height: 20px;
  float: left;
  margin-right: 10px;
}

.conteudo-this-licitacao .box-main .left {
  width: 55%;
  float: left;
  background: url('/assets/images/bg-righ-main-licitacao.png')no-repeat center right;
  background-image: none !important;
}

.conteudo-this-licitacao .box-main .right {
  width: 45%;
  float: right;
  padding-top: 43px;
}

.field-vencedor {
  color: #004071;
  font: 0.93em 'gotham_bookregular', Arial, Verdana;
  display: block;
  width: 210px;
  margin: 0 auto !important;
  text-align: center;
  border-bottom: 1px solid #ccc;
  padding-bottom: 0px;
  line-height: 25px;
}

.field-vencedor .icon {
  display: block;
  background: url('/assets/images/icon-vencedor-licitacao.png')no-repeat;
  width: 18px;
  height: 22px;
  float: left;
  position: relative;
  left: 46px;
}

.conteudo-this-licitacao .box-main .nome-vencedor {
  color: #5f5f5f;
  text-align: center;
  margin-top: 10px;
  font: 1.12em 'GothamLight', Arial, Verdana;
}

.conteudo-this-licitacao .text-interno {
  width: 90%;
  margin: 0 auto;
}

.conteudo-this-licitacao .text-interno p {
  font: 1em 'GothamLight', Arial, Verdana;
  color: #474747;
}

.conteudo-this-licitacao .list-arquivos-licitacao {
  display: inline-flex;
  flex-wrap: wrap;
}

.conteudo-this-licitacao .list-arquivos-licitacao li {
  width: 250px;
  list-style: none;
}

.conteudo-this-licitacao .list-arquivos-licitacao .title-sessao {
  font: 1.25em 'gotham_bookregular', Arial, Verdana;
  color: #222;
  margin-top: 70px;
  margin-bottom: 35px;
}

.conteudo-this-licitacao .list-arquivos-licitacao .icon-arquivo {
  display: block;
  width: 56px;
  height: 56px;
  background: url('/assets/images/icon-download-report.png')no-repeat;
  float: left;
  margin-right: 7px;
}

.conteudo-this-licitacao .list-arquivos-licitacao .date-arquivo {
  color: #222;
  font: 0.87em 'GothamLight', Arial, Verdana;
  margin-bottom: 8px;
  float: left;
  margin: 0;
  width: 36%;
}

.conteudo-this-licitacao .list-arquivos-licitacao .nome-arquivo {
  font: 0.93em 'gothammediumregular', Arial, Verdana;
  color: #222;
  float: left;
  margin: 0;
  width: 70%;
}

.box-resultado-licitacao .resultado {
  float: left;
  position: relative;
  width: 100%;
  border-bottom: 1px solid #c1c1c1;
}

.controle-paginacao-licitacao {
  clear: both;
  top: 45px;
}

.title-page-programas {
  font: 1.87em 'gothammediumregular', Arial, Verdana;
  margin-bottom: 0px;
}

.list-programas-aprendiz {
  margin-top: 40px;
  list-style: none;
}

.list-programas-aprendiz li {
  margin-bottom: 50px;
}

.list-programas-aprendiz li .titulo {
  font: 1.25em 'gotham_bookregular', Arial, Verdana;
  margin-bottom: 0px;
  font-weight: 500;
}

.list-programas-aprendiz li .text {
  margin-top: 7px;
}

.list-artigos-noticias {
  width: 100% !important;
  margin-left: 0px !important;
}

.fade-noticia {
  animation: fadein 1s;
  -moz-animation: fadein 1s;
  /* Firefox */
  -webkit-animation: fadein 1s;
  /* Safari and Chrome */
  -o-animation: fadein 1s;
  /* Opera */
  ;
}

@keyframes fadein {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@-moz-keyframes fadein {

  /* Firefox */
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@-webkit-keyframes fadein {

  /* Safari and Chrome */
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@-o-keyframes fadein {

  /* Opera */
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.box-conteudo-noticias {
  width: 100%;
  float: left;
}

.box-conteudo-noticias .thumb-artigo {
  width: 212px !important;
  height: 152px !important;
  padding: 1px;
  overflow: hidden;
}

.box-conteudo-noticias .thumb-artigo img {
  height: auto;
  width: auto;
  max-width: 100%;
}

.box-conteudo-noticias .text-artigo {
  width: 78.36% !important;
}

.box-conteudo-noticias .link {
  text-decoration: none;
  color: #666;
}

.box-conteudo-noticias .link:hover {
  text-decoration: underline;
  color: #000;
}

.box-conteudo-noticias .text-artigo-all {
  width: 100% !important;
}

.box-form-licitacao .title-sessao-noticias {
  padding-top: 0px !important;
}

.input-search-noticia {
  margin-top: 22px;
  width: 86%;
}

.box-form-noticia {
  height: 175px !important;
}

.head-noticia {
  width: 100%;
  border-bottom: 1px solid #d6d5d5;
  height: 30px;
}

.head-noticia .date-noticia {
  float: left;
  color: #c0c0c0;
  font: 1.25em 'gotham_bookregular', Arial, Verdana;
  margin: 0px;
}

.head-noticia .hora-noticia {
  float: left;
  font: 0.93em 'gotham_bookregular', Arial, Verdana;
  color: #c0c0c0;
  font-style: italic;
  font-weight: bold;
  margin: 4px 0px 0px 10px;
}

.titulo-noticia-interna {
  font: 1.87em 'gothammediumregular', Arial, Verdana;
  color: #222;
  margin-top: 9px;
  margin-bottom: 4px;
}

.sub-titulo-noticia-interna {
  font: 1.25em 'gotham_bookregular', Arial, Verdana;
  font-style: italic;
  color: #8c8c8c;
  margin: 0px 0px 0px 0px;
}

.box-shared-noticia-interna {
  width: 100%;
  height: 33px;
  margin-top: 38px;
  background: #f1f1f1;
  margin-bottom: 35px;
}

.box-shared-noticia-interna ul {
  list-style: none;
}

.box-shared-noticia-interna ul li {
  float: left;
  margin-left: 30px;
  margin-top: 7px;
}

.box-shared-noticia-interna ul li .btn-icon {
  border: none;
  background: url('/assets/images/sprite-shared-noticia.png')no-repeat;
}

.box-shared-noticia-interna ul li .btn-print {
  width: 17px;
  height: 15px;
  margin-top: 3px;
}

.box-shared-noticia-interna ul li .btn-rss {
  background-position: 0 -39px;
  width: 21px;
}

.box-shared-noticia-interna ul li .btn-facebook {
  background-position: 0 -89px;
}

.box-shared-noticia-interna ul li .btn-twitter {
  background-position: 0 -131px;
  width: 20px;
  margin-top: 3px;
}

.box-shared-noticia-interna ul li .btn-google-plus {
  background-position: 0 -168px;
  width: 22px;
}

.box-shared-noticia-interna ul li .pinterest {
  border: none;
  width: 17px;
  background: url('/assets/images/pinterest.png')no-repeat;
}

.box-shared-noticia-interna ul li .blogger {
  border: none;
  width: 17px;
  background: url('/assets/images/blogger.png')no-repeat;
}

.box-shared-noticia-interna ul li .btn-outras-shared {
  margin-left: 35px;
  color: #000;
  font: 0.67em 'gothammediumregular', Arial, Verdana;
  background: url('/assets/images/icon-shared-noticias.png')no-repeat;
  padding-left: 20px;
  padding-bottom: 6px;
  padding-top: 2px;
}

.content-text-noticia-interna {
  padding-bottom: 40px;
  min-height: 350px;
  border-bottom: 1px solid #d6d5d5;
}

.content-text-noticia-interna ol li {
  font: 0.90em 'GothamLight', Arial, Verdana;
  line-height: 1.6em;
  display: inline-block;
  width: 40%;
  margin: 5px 0;
}

.img-noticia-interna {
  width: 400px;
  float: left;
  height: 320px;
  margin-right: 37px;
  border: 1px solid #9a9a9a;
}

.img-noticia-interna div {
  overflow: hidden;
  height: 314px;
  padding: 2px;
  width: 394px;
}

figure {
  overflow: hidden;
  height: 270px;
  border: 1px solid #9a9a9a;
  padding: 2px;
  width: 375px;
}

figure img {
  max-width: 100%;
  width: 100%;
  float: initial !important;
  height: 100%;
}

.img-noticia-interna div img {
  max-width: 100%;
}

.content-text-noticia-interna p {
  margin: 0px 0px 30px 0px;
  color: #222;
  font: 0.93em 'gotham_bookregular', Arial, Verdana;
  line-height: 25px;
}

.box-form-comments {
  width: 68.75%;
  margin: 0 auto;
  margin-top: 25px;
}

.box-form-comments .title-sessao {
  font: 0.93em 'gothammediumregular', Arial, Verdana;
  color: #222;
}

.box-form-comments .title-sessao .icon-open-coment {
  display: block;
  background: url('/assets/images/arrow-leia-materia-bg.png');
  width: 14px;
  height: 6px;
  position: relative;
  left: 236px;
  float: left;
  top: 6px;
}

.box-form-comments .title-sessao .icon-open-coment-off {
  display: block;
  background: url('/assets/images/arrow-leia-materia-bg-off.png') !important;
  width: 14px;
  height: 6px;
  position: relative;
  left: 236px;
  float: left;
  top: 6px;
}

.form-contexto-comentario {
  /*display: none;*/
  background-size: 100% !important;
  padding-bottom: 140px;
  padding-top: 30px;
  background: url('/assets/images/bg-coment-box.png')no-repeat center bottom;
}

.icon-user-comment {
  float: left;
  display: block;
  width: 60px;
  height: 60px;
  background: url('/assets/images/icon-user-comment.png');
  margin-right: 40px;
}

.form-contexto-comentario input {
  border: 1px solid #d9d9d9;
  border-radius: 0px;
  padding: 0px 6px;
  margin-bottom: 8px;
  font: 0.87em 'gotham_bookregular', Arial, Verdana;
  color: #000;
  font-style: italic;
  height: 30px;
}

.form-contexto-comentario textarea {
  border: 1px solid #d9d9d9;
  border-radius: 0px;
  padding: 6px 6px;
  margin-bottom: 8px;
  font: 0.87em 'gotham_bookregular', Arial, Verdana;
  font-style: italic;
  height: 80px;
  width: 85% !important;
  resize: none;
  margin-left: 100px;
  color: #000;
}

.form-contexto-comentario .input-nome {
  width: 85%;
}

.form-contexto-comentario .input-email {
  width: 85% !important;
}

.form-contexto-comentario .box-captcha {
  width: 270px;
  float: left;
}

.form-contexto-comentario .box-captcha {
  margin-left: 100px;
}

.form-contexto-comentario .btn-enviar-comentario {
  background: #000;
  color: #FFF;
  font: 0.68em 'gothammediumregular', Arial, Verdana;
  float: right;
  padding: 9px 16px;
  margin-top: 10px;
  margin-right: 8px;
}

.box-form-comments .list-outros-comentarios {
  width: 100%;
  float: left;
  list-style: none;
  margin-top: 50px;
}

.box-form-comments .list-outros-comentarios li {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #d0d0d0;
  float: left;
  width: 100%;
}

.box-form-comments .list-outros-comentarios .nome {
  font: 0.87em 'gothammediumregular', Arial, Verdana;
  color: #000;
  margin-bottom: 0px;
  float: left;
  width: 86%;
}

.box-form-comments .list-outros-comentarios .text {
  font: 0.87em 'gotham_bookregular', Arial, Verdana;
  color: #000;
  margin-top: 5px;
  line-height: 20px;
  float: left;
  width: 86%;
}

em.destaque-busca {
  color: #f8a81d;
  font-family: 'gothammediumregular', Arial, Verdana;
  font-style: normal;
}

.relatorio-transparencia {
  margin-top: 0px !important;
}

.text-all-transparencia {
  font: 0.93em 'GothamExLight', Arial, Verdana;
  color: #222;
  line-height: 20px;
}

.list-senac-faq {
  list-style: none;
  margin-top: 60px;
}

.list-senac-faq .icon-balao {
  background: #f8a81d;
  float: left;
  width: 30px;
  height: 30px;
  border-radius: 20px;
  color: #fff;
  font: 1.25em 'gothammediumregular', Arial, Verdana;
  text-align: center;
  line-height: 30px;
  margin-right: 15px;
}

.list-senac-faq .title-sessao {
  font: 1.25em 'gotham_bookregular', Arial, Verdana;
  color: #000;
  line-height: 33px;
  margin-bottom: 9px;
}

.list-senac-faq .title-sessao:hover {
  text-decoration: underline;
}

.list-senac-faq .text a {
  color: #004A8D;
}

.list-senac-faq .text a:hover {
  color: #F8981D;
}

.list-senac-faq .text {
  font: 0.93em 'GothamExLight', Arial, Verdana;
  color: #222222;
  line-height: 20px;
}

.list-senac-faq li {
  margin-bottom: 45px;
}

.list-senac-faq {
  list-style: none;
  margin-top: 60px;
}

.list-senac-faq .icon-balao {
  background: #f8a81d;
  float: left;
  width: 30px;
  height: 30px;
  border-radius: 20px;
  color: #fff;
  font: 1.25em 'gothammediumregular', Arial, Verdana;
  text-align: center;
  line-height: 30px;
  margin-right: 15px;
}

.list-senac-faq .title-sessao {
  font: 1.25em 'gotham_bookregular', Arial, Verdana;
  color: #000;
  line-height: 33px;
  margin-bottom: 9px;
  font-weight: bold;
}

.list-senac-faq .text {
  font: 0.93em 'gotham_bookregular', Arial, Verdana;
  color: #222222;
  line-height: 20px;
  padding: 0 45px;
}

.list-senac-faq li {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #c5c5c5;
}

.list-senac-faq .text {
  display: none;
}

.text-atend-contato p {
  font: 0.93em 'gotham_bookregular', Arial, Verdana;
  color: #222;
  line-height: 23px;
}

.text-atend-contato p>strong {
  font-family: 'gothammediumregular', Arial, Verdana;
}

aside.contatos-aside {
  float: left;
  box-sizing: border-box;
  padding-bottom: 50px;
  background: url('/assets/images/aside-contatos-right.png')no-repeat top right #f4f4f4;
  width: 34.90%;
  margin-top: 35px;
}

aside.contatos-aside .title-sessao {
  color: #222;
  font: 0.93em 'gothammediumregular', Arial, Verdana;
}

aside.contatos-aside .box-title-sessao {
  font: 1.25em 'gothammediumregular', Arial, Verdana;
  display: block;
  width: 96%;
  background-size: contain !important;
  background: url('/assets/images/testeira-box-contato.png')no-repeat;
  text-align: center;
  text-transform: uppercase;
  padding: 21px 0px 21px 0px;
}

div.box-form-contato {
  width: 58.5%;
  height: 650px;
  float: right;
  margin-top: 35px;
}

div.box-form-contato form input {
  padding: 0px 6px;
  margin-bottom: 8px;
  font: 0.87em 'gotham_bookregular', Arial, Verdana;
  color: #666;
  height: 34px;
  margin: 8px 0;
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #d9d9d9;
}

.ul-city {
  list-style: none;
  margin: 0 auto;
  width: 85%;
  box-sizing: border-box;
}

.ul-city ul {
  list-style: none;
  margin-left: 20px;
}

.ul-city li a:first-child {
  border-top: none;
}

.ul-city li a {
  color: #666666;
  text-decoration: none;
  font: 0.93em 'gotham_bookregular', Arial, Verdana;
  border-top: 1px solid #e2e2e2;
  border-bottom: 1px solid #e2e2e2;
  display: block;
  width: 79%;
  padding: 12px 0px 12px 0px;
}

.ul-city li a .icon {
  display: block;
  width: 20px;
  height: 20px;
  background: url('/assets/images/sprite-accordion-contato.png')no-repeat;
  margin-right: 13px;
  float: left;
}

.ul-city .box-infor .icon-local {
  width: 13px;
  height: 19px;
  position: relative;
  top: 35px;
  display: block;
  background: url('/assets/images/icon-phone-contato.png')no-repeat;
  /*float: left;*/
  margin-right: 10px;
}

.ul-city .box-infor .end {
  color: #666666;
  font: 0.81em 'gotham_bookregular', Arial, Verdana;
  line-height: 19px;
  width: 83%;
  margin-left: 25px;
}

.ul-city .box-infor .phone {
  color: #666666;
  font: 0.81em 'GothamLight', Arial, Verdana;
  line-height: 19px;
  width: 83%;
  margin-left: 25px;
}

.ul-city .box-infor .icon-phone {
  width: 13px;
  height: 19px;
  display: block;
  background: url('/assets/images/icon-phone-contato.png')no-repeat;
  float: left;
  margin-right: 10px;
  background-position-y: -21px;
}

.box-infor {
  display: none;
}

.content-clear-contato {
  float: left;
}

div.box-form-contato .title-field {
  color: #656565;
  font: 0.87em 'gotham_bookregular', Arial, Verdana;
  margin-bottom: 3px;
}

div.box-form-contato .col-all {
  width: 100%;
  float: left;
}

div.box-form-contato .col-all-medium {
  width: 47%;
  height: auto;
  float: left;
}

div.box-form-contato .col-all-medium-mini {
  width: 25%;
  float: left;
}

div.box-form-contato textarea {
  width: 100%;
  font: 0.87em 'gotham_bookregular', Arial, Verdana;
  border: 1px solid #d9d9d9;
  resize: none;
}

div.box-form-contato .float-right {
  float: right !important;
}

div.box-form-contato .box-captcha {
  position: relative;
  top: 35px;
}

div.box-form-contato #btn-enviar {
  background: #003669;
  color: #fff;
  padding: 7px;
  float: right;
  clear: both;
  font: 0.75em 'gotham_bookregular', Arial, Verdana;
  width: 90px;
  margin-top: 80px;
}

div.box-form-contato .input-drop {
  width: 163px;
  margin: 8px 0;
  height: 36px;
}

.box-all-right {
  width: 50%;
  position: absolute;
  height: 336px;
  /*background: #003669;*/
  right: 0px;
}

.box-all-left-interna {
  height: 87px !important;
  background: #dadada url('/assets/images/bg-gray-left.jpg') no-repeat right;
}

.box-restaurante-left .top-left:hover .title-restaurante-br {
  color: #0c325d;
}

.box-restaurante-right .top-right:hover .icon-rest {
  opacity: 0.7;
}

.box-restaurante-right .active-bg-rest-pelo:hover .icon-rest {
  opacity: 1;
}

.box-restaurante-left .top-left:hover .icon-rest {
  opacity: 0.7;
}

.box-restaurante-left .active-bg-rest:hover .icon-rest {
  opacity: 1;
}

.box-restaurante-left .active-bg-rest:hover .title-restaurante-br {
  color: #fff;
}

.box-restaurante-right .top-right:hover .title-restaurante-br {
  color: #0c325d;
}

.box-restaurante-right .active-bg-rest-pelo:hover .title-restaurante-br {
  color: #fff;
}

.box-all-right-interna {
  height: 87px !important;
  background: #dadada url('/assets/images/bg-gray.jpg') no-repeat left;
}

.box-restaurante-left .top-left .title-restaurante-br {
  color: #666;
  font: 0.75em 'gotham_bookregular', Arial, Verdana;
  text-align: right;
  position: relative;
  top: 20px;
}

.box-restaurante-left .top-left .title-restaurante-br strong {
  font: 1.55em 'gothammediumregular', Arial, Verdana;
}

.box-restaurante-left .top-left .icon-rest {
  display: block;
  float: right;
  width: 61px;
  height: 57px;
  background: url('/assets/images/bg-restaurante-icon.png')no-repeat;
  margin-top: 15px;
  margin-right: 15px;
  margin-left: 15px;
  background-position: -80px -2px;
}

.box-restaurante-left .active-bg-rest .icon-rest {
  float: right;
  width: 61px;
  height: 57px;
  background: url('/assets/images/bg-restaurante-icon.png')no-repeat;
  margin-top: 15px;
  margin-right: 15px;
  margin-left: 15px;
  background-position: 0px 0px;
}

.box-restaurante-left.mercadoTrabalho .top-left .icon-rest {
  display: block;
  float: right;
  width: 61px;
  height: 57px;
  background: url('/assets/images/icoMercado.png')no-repeat;
  margin-top: 15px;
  margin-right: 15px;
  margin-left: 15px;
  background-position: 0px bottom;
}

.box-restaurante-left.mercadoTrabalho .active-bg-rest .icon-rest {
  display: block;
  float: right;
  width: 61px;
  height: 57px;
  background: url('/assets/images/icoMercado.png')no-repeat;
  margin-top: 15px;
  margin-right: 15px;
  margin-left: 15px;
  background-position: 0px 0px;
}

.box-restaurante-left.mercadoTrabalho .top-left .icon-rest {
  display: block;
  float: right;
  width: 61px;
  height: 57px;
  background: url('/assets/images/icoMercado.png')no-repeat;
  margin-top: 15px;
  margin-right: 15px;
  margin-left: 15px;
  background-position: 0px bottom;
}

.box-restaurante-left.mercadoTrabalho .active-bg-rest .icon-rest {
  display: block;
  float: right;
  width: 61px;
  height: 57px;
  background: url('/assets/images/icoMercado.png')no-repeat;
  margin-top: 15px;
  margin-right: 15px;
  margin-left: 15px;
  background-position: 0px 0px;
}

.box-restaurante-left.mercadoTrabalho.salaoicon .top-left .icon-rest {
  background: url('/assets/images/iconSalao.png')no-repeat;
  background-position: 0px bottom;
}

.box-restaurante-left.mercadoTrabalho.salaoicon .active-bg-rest .icon-rest {
  background: url('/assets/images/iconSalao.png')no-repeat;
  background-position: 0px 0px;
}

.box-restaurante-right.salaoicon .top-right .icon-rest {
  background: url('/assets/images/iconSalao.png')no-repeat;
  background-position: 0px bottom;
  width: 34px;
}

.box-restaurante-right.salaoicon .top-right.active-bg-rest-pelo .icon-rest {
  background-position: 0px 0px;
}

.box-restaurante-left.mercadoTrabalho.icofeira .top-left .icon-rest {
  background: url('/assets/images/icoff.png')no-repeat;
  background-position: 0px bottom;
}

.box-restaurante-left.mercadoTrabalho.icofeira .active-bg-rest .icon-rest {
  background: url('/assets/images/icoff.png')no-repeat;
  background-position: 0px 0px;
}

.box-restaurante-right.icofeira .top-right .icon-rest {
  background: url('/assets/images/icoff.png')no-repeat;
  background-position: 0px bottom;
  width: 41px;
}

.box-restaurante-right.icofeira .top-right.active-bg-rest-pelo .icon-rest {
  background-position: 0px 0px;
}

.box-restaurante-left .active-bg-rest .title-restaurante-br {
  color: #fff;
  font: 1.1em 'gotham_bookregular', Arial, Verdana;
  text-align: right;
  position: relative;
  top: 5px;
}

.box-restaurante-left .active-bg-rest .title-restaurante-br strong {
  font: 1.55em 'gothammediumregular', Arial, Verdana;
}

.box-restaurante-right .top-right .title-restaurante-br {
  color: #666;
  font: 0.75em 'gotham_bookregular', Arial, Verdana;
  text-align: left;
  position: relative;
  top: 20px;
}

.box-restaurante-right .top-right .title-restaurante-br strong {
  font: 1.55em 'gothammediumregular', Arial, Verdana;
}

.box-restaurante-right .top-right .icon-rest {
  display: block;
  float: left;
  width: 61px;
  height: 57px;
  background: url('/assets/images/bg-restaurante-icon.png')no-repeat;
  margin-top: 15px;
  margin-right: 15px;
  margin-left: 15px;
  background-position: -80px -2px;
}

.box-restaurante-right.mercadoTrabalho .top-right .icon-rest {
  display: block;
  float: left;
  width: 61px;
  height: 57px;
  background: url('/assets/images/icoSearch.png')no-repeat;
  margin-top: 15px;
  margin-right: 4px;
  margin-left: 15px;
}

.box-restaurante-right.mercadoTrabalho .top-right.active-bg-rest-pelo .icon-rest {
  display: block;
  float: left;
  width: 61px;
  height: 57px;
  background: url('/assets/images/icoSearch.png')no-repeat;
  margin-top: 15px;
  margin-right: 4px;
  margin-left: 15px;
  background-position: 0 bottom;
}

#input-razao-social,
#input-nome-fantasia {
  background-color: #c4c4c4;
}

.abaMercado {
  display: none;
}

.box-restaurante-right .active-bg-rest-pelo .title-restaurante-br,
.box-restaurante-right .active-bg-rest .title-restaurante-br {
  color: #fff;
  font: 1.1em 'gotham_bookregular', Arial, Verdana;
  text-align: left;
  position: relative;
  top: 5px;
}

.box-restaurante-right .active-bg-rest .title-restaurante-br strong {
  font: 1.55em 'gothammediumregular', Arial, Verdana;
}

.box-restaurante-right .active-bg-rest .icon-rest,
.box-restaurante-right .active-bg-rest-pelo .icon-rest {
  display: block;
  float: left;
  width: 61px;
  height: 57px;
  background: url('/assets/images/bg-restaurante-icon.png')no-repeat;
  margin-top: 15px;
  margin-right: 15px;
  margin-left: 15px;
  background-position: 0px 0px;
}

.box-restaurante-left {
  width: 50%;
  float: left;
  height: 90px;
  position: relative;
}

.box-restaurante-left .top {
  height: 87px;
  width: 100%;
  /*background: url('/assets/images/bg-restaurante-title.png');*/
  position: absolute;
  top: 0px;
}

.box-restaurante-right {
  width: 50%;
  float: right;
  height: 90px;
  position: relative;
  z-index: 3;
}

.box-restaurante-right .top {
  height: 87px;
  width: 100%;
  /*background: url('/assets/images/bg-restaurante-title.png');*/
  position: absolute;
  top: 0px;
}

.active-bg-rest {
  background: url('/assets/images/bg-blue.jpg') no-repeat right;
}

.active-bg-rest-pelo {
  background: url('/assets/images/bg-blue-right.jpg') no-repeat left;
}

.active-bg-externo {
  background: #0c325d;
}

.reset-float-rest {
  float: left;
}

.content-box-rest {
  position: relative;
  float: left;
  width: 100%;
}

.include-all-rest {
  width: 100%;
  position: relative;
  float: left;
  margin-top: 25px;
  margin-bottom: 135px;
}

/*páginas internas*/

/*.box-page-comercio {
  float: left;
}*/

.box-page-pelourinho {
  /*float: left;*/
  display: none;
}

.block-image-rest {
    float: left;
    width: 66.66%;
    height: 324px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.text-rest {
  width: 66.66%;
  float: left;
  margin-top: 35px;
}

.text-rest p {
  color: #222222;
  font: 0.93em 'gotham_bookregular', Arial, Verdana;
  line-height: 23px;
}

.hours-atendimento-rest {
    position: relative;
    float: left;
    width: 29.16%;
    height: 324px;
    margin-top: 0;
    background: url('/assets/images/bg-horus-rest.png')no-repeat;
    background-size: contain;
    background-position: center left;
}

.hours-atendimento-rest >div {
    position: absolute;
    top: 50%;
    left: 0;
    -moz-transform: translateY(-37%);
    -webkit-transform: translateY(-37%);
    transform: translateY(-37%);
}

.hours-atendimento-rest .title-sessao {
  text-align: left;
  color: #FFF;
  font: 0.9em 'gothammediumregular', Arial, Verdana;
  margin-top: 0;
  margin-bottom: 20px;
  padding: 0;
}

.hours-atendimento-rest .title-sessao .icon {
  background: url('/assets/images/icon-hours-rest.png')no-repeat;
  width: 30px;
  height: 30px;
  display: block;
  float: left;
  margin-right: 10px;
  margin-left: 25px;
}

.hours-atendimento-rest .hours {
  font: 0.93em 'gotham_bookregular', Arial, Verdana;
  color: #fff;
  margin-left: 75px;
}

.hours-atendimento-rest p {
    font: 0.9em 'gotham_bookregular', Arial, Verdana;
    color: #fff;
    padding: 0 90px 0 64px;
}

.section-cardapio {
  float: left;
  width: 100%;
  margin-top: 40px;
  position: relative;
  min-height: 200px;
  padding-bottom: 80px;
}

.section-cardapio .back-top {
  position: absolute;
  top: 92px;
  width: 100%;
  height: 194px;
  background: url('/assets/images/bg-top-cardapio.png')repeat-x;
  display: block;
}

.section-cardapio .back-bottom {
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 194px;
  background: url('/assets/images/bg-footer-cardapio.png')repeat-x;
  display: block;
}

.section-cardapio .title-sessao {
  text-align: center;
  color: #412f14;
  font: 1.87em 'gothammediumregular', Arial, Verdana;
}

.section-cardapio .menu {
  list-style: none;
  display: block;
  text-align: center;
  background: url('/assets/images/bg-ul-menu-cardapio.png')no-repeat center bottom;
  height: 106px;
}

.section-cardapio .menu li {
  display: inline-block;
}

.section-cardapio .menu li .active {
  color: #412f14;
}

.section-cardapio .menu li a {
  display: block;
  width: 200px;
  height: 101px;
  font: 1.33em 'gotham_bookregular', Arial, Verdana;
  text-align: center;
  line-height: 95px;
  color: #ceb8a2;
}


.section-cardapio .menu li .active {
  background: url('/assets/images/bg-btn-active-menu.png')no-repeat;
}

.section-cardapio .main-content {
  position: relative;
  z-index: 5;
}

.list-pratos {
  list-style: none;
  margin-top: 35px;
}

.list-pratos li .img-off {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}

.list-pratos li {
  float: left;
  margin-right: 72px;
}

#tipico.list-pratos li {
  float: left;
  margin-right: 280px;
}

#tipico.list-pratos li:last-child {
  margin-right: 0px;
}

.list-pratos li:last-child {
  margin-right: 0px;
}

.list-pratos.semana li {
  float: left;
  margin-right: 11px;
}

.list-pratos.semana li:last-child {
  margin-right: 0px;
}

.list-pratos li a {
  font: 0.93em 'gotham_bookregular', Arial, Verdana;
  color: #000;
}

.list-pratos li .active-item {
  background: url('/assets/images/back-active-cardapio.png') center bottom no-repeat;
  padding-bottom: 35px;
}

.list-pratos .nome-sessao {
  text-align: center;
  margin-bottom: 5px;
}

.buffet-comercio li {
    width: 160px;
}

.section-cardapio .box-prato {
  width: 90%;
  margin: 0 auto;
  margin-top: 65px;
}

.global-pratos-buffet {
  width: 100%;
  float: left;
}

.so-buffet .left {
  width: 100% !important;
}

.so-buffet div strong {
  font: 14.88px 'gothammediumregular', Arial, Verdana;
  color: #a00202;
  text-transform: uppercase;
  margin-bottom: 5px;
  -webkit-column-span: all;
  /* Chrome, Safari, Opera */
  column-span: all;
  display: block;
}

.so-buffet div {
  font: 14.88px 'gotham_bookregular', Arial, Verdana;
  color: #393939;
  margin: 0px 0px 30px 14px;
}

.so-buffet div .ptitulo {
  float: left;
  width: 45%;
  margin-right: 5%;
  display: block;
}

.so-buffet div .ptitulo.clearboth {
  clear: initial;
}

.box-select-entradas {
  display: none;
}

.box-select-saladas {
  display: none;
}

.box-select-pratos-principais {
  display: none;
}

.box-select-sobremesas {
  display: none;
}

.box-select-bebidas {
  display: none;
}

.box-prato .nome-prato {
  font: 0.93em 'gothammediumregular', Arial, Verdana;
  color: #a00202;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.box-prato .desc-prato {
  font: 0.93em 'gotham_bookregular', Arial, Verdana;
  color: #393939;
  margin: 0px 0px 30px 14px;
  word-break: break-word;
}

.box-prato .left {
  float: left;
  width: 48%;
}

.box-prato .right {
  float: right;
  width: 48%;
}

.section-instagram {
  width: 100%;
  float: left;
  margin-top: 50px;
}

.section-instagram .title-sessao {
  color: #000;
  font: 1.25em 'gotham_bookregular', Arial, Verdana;
  text-transform: uppercase;
}

.section-instagram .title-sessao .icon {
  color: #222;
  font-style: italic;
  background: url('/assets/images/icon-instagram.png')no-repeat;
  padding-left: 24px;
  margin-left: 15px;
}

.section-instagram .ul-galeria {
  list-style: none;
}

.section-instagram .ul-galeria li {
  padding: 2px 2px 0px 2px;
  float: left;
}

body {
  counter-reset: item;
}

.container-util ol {
  margin: 0;
  padding: 0;
}

.container-util ol li {
  counter-increment: item;
}

.container-util ol li {
  font: 0.93em 'GothamLight', Arial, Verdana;
  color: #222;
  line-height: 20px;
  width: 100%;
  display: inline-flex;
  align-items: center;
  margin: 7px;
}

.container-util ol li:before {
  content: counter(item);
  float: left;
  display: block;
  width: 31px;
  height: 27px;
  border-radius: 16px;
  text-align: center;
  color: #FFF;
  margin-right: 20px;
  font: 1.2em 'gothammediumregular', Arial, Verdana;
  padding-top: 4px;
  background: #f8a81d;
}

.list-senac-gratuidade,
.container-util ol {
  list-style: none;
}

.list-senac-gratuidade .icon-balao,
.list-pp .icon-balao {
  float: left;
  display: block;
  width: 31px;
  height: 24px;
  border-radius: 16px;
  text-align: center;
  background: #f8a81d;
  color: #FFF;
  margin-right: 20px;
  font: 1.2em 'gothammediumregular', Arial, Verdana;
  padding-top: 4px;
}

.list-senac-gratuidade .title-sessao,
.container-util ol h3 {
  text-transform: uppercase;
  font: 1.25em 'gotham_bookregular', Arial, Verdana;
  color: #222;
}

.list-senac-gratuidade .text {
  font: 0.93em 'GothamExLight', Arial, Verdana;
  color: #222;
  margin-left: 50px;
  line-height: 20px;
}

.container-util ol p {
  font: 0.93em 'GothamLight', Arial, Verdana;
  color: #222;
  margin-left: 50px;
  margin-top: -6px;
  line-height: 21px;
  margin-bottom: 31px;
}

.buffet-comercio {
  display: none;
}

/* .alacarte-comercio {} */

/*acessibilidade*/

.ativa-contraste {
  background: #000 !important;
  color: #FF0;
}

.menu-responsivo {
  display: none;
}

/*
 .ativa-contraste img{
  border: 1px solid #FF0;
}*/
/**,div{
    border:1px solid red;
}*/

.box-feira {
  position: relative;
  min-height: 252px;
  border-bottom: 1px solid #d8d8d8;
}

.box-top {
  overflow: hidden;
}

.box-feira p {
  font-size: 15px;
  color: #222222;
  padding-top: 20px;
  line-height: 23px;
  padding-bottom: 30px;
  width: 65%;
  float: left;
  font-family: 'gotham_bookregular', Arial, Verdana;
}

.box-feira img {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 35%;
  max-width: 422px;
  text-align: right;
}

.box-feira-interna a {
  font-family: 'gotham_bookregular', Arial, Verdana;
  color: #094486;
  cursor: pointer;
  font-weight: 700;
  text-decoration: underline;
}

.box-feira-interna p {
  font-size: 15px;
  color: #222222;
  padding-top: 20px;
  line-height: 23px;
  font-family: 'gotham_bookregular', Arial, Verdana;
}

.box-feira-interna img {
  max-width: 85%;
  margin: 50px 0 0;
  float: right;
}

/*versao para feira*/

.clearFloat,
.clearItem {
  clear: both;
}

.clearItem2 {
  display: none;
  clear: both;
}

body {
  overflow-x: hidden;
}

.centro-feira {
  width: 1170px;
  margin: 0 auto;
  color: #222222;
  font-family: 'gotham_bookregular', Arial, Verdana;
}

.titulo-feira {
  font-size: 30px;
  padding: 37px 0;
}

.banner-feira img {
  width: 100%;
}

.texto-feira {
  font-size: 18px;
  line-height: 130%;
  padding-top: 50px;
  position: relative;
  z-index: 9999;
}

.texto-feira p {
  width: 500px;
}

.venha-participar {
  background-image: url(/assets/images/feira/bg-mapa.jpg);
  height: 695px;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  margin-top: -70px;
}

.venha-participar .centro-feira {
  position: relative;
}

.mapa {
  position: absolute;
  right: -49px;
  width: 894px;
  float: right;
  position: relative;
}

.image-mapa {
  width: 850px;
  position: absolute;
  right: 20px;
  top: 25px;
  z-index: 2;
}

.balao {
  width: 850px;
  position: absolute;
  right: 20px;
  top: 25px;
  z-index: 9;
}

.image-pessoa {
  top: -50px;
  opacity: 0;
  right: 81px;
  position: absolute;
  transition: top linear .65s;
}

.image-pessoa.aparece {
  top: -212px;
  opacity: 1;
  transition: top linear .65s;
}

.venha {
  position: absolute;
  top: 300px;
}

.itens {
  background-color: #f2f2f2;
}

.item {
  float: left;
  width: 370px;
  margin-right: 31px;
  height: auto;
  margin-top: 10px;
  margin-bottom: 50px;
}

.texto-item a {
  display: block;
  color: #d88a10;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: underline;
  padding-top: 37px;
}

#acerto-itens {
  width: 1230px;
}

.titulo-item {
  width: 316px;
  height: 29px;
  background-image: url(/assets/images/feira/bg-titulo-feira.png);
  background-repeat: no-repeat;
  background-position: right top;
  margin-bottom: 20px;
}

.titulo-item span {
  float: left;
  width: 53px;
  text-align: center;
  color: #f7a11b;
  font-size: 24px;
  font-family: 'gothammediumregular', Arial, Verdana;
  font-weight: bold;
  font-style: italic;
}

.titulo-item strong {
  text-align: center;
  color: #fff;
  width: 260px;
  float: left;
  font-size: 16px;
  font-weight: bold;
  font-style: italic;
  padding-top: 5px;
  font-family: 'gothammediumregular', Arial, Verdana;
}

.texto-item {
  color: #163a28;
  font-size: 15px;
  line-height: 130%;
}

.fim {
  background-image: url(/assets/images/feira/bg-rodape.jpg);
  height: 520px;
  background-position: center;
  background-repeat: no-repeat;
  margin-top: -150px;
}

.info-feira {
  padding-top: 381px;
  padding-left: 215px;
}

.info-feira-text {
  float: left;
  margin-right: 24px;
  text-align: right;
  font-size: 24px;
  color: #828282;
  line-height: 105%;
}

.mais-info-feira {
  float: left;
  color: #cd7a16;
  font-size: 20px;
  line-height: 120%;
  padding-top: 3px;
}

/***cursos tecnicos**/
#banner-ct {
  height: 534px;
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: center top;
}

#conteudo-curso {
  background-image: url("/assets/images/cursotecnico/bg-ct.jpg");
  background-size: cover;
  background-position: center top;
  margin-top: -40px;
  font-family: 'gotham_bookregular';
}

.aproveite {
  text-align: center;
  padding-top: 60px;
}

.apresentacao-curso {
  text-align: center;
  color: #333333;
  font-size: 21px;
  background-image: url("/assets/images/cursotecnico/linha.jpg");
  background-repeat: no-repeat;
  background-position: center bottom;
  padding-bottom: 80px;
  margin-bottom: 60px;
}

.texto-curso {
  width: 780px;
  margin: 0 auto;
}

.apresentacao-curso h3 {
  color: #f47821;
  font-weight: bold;
  font-size: 36px;
  line-height: 100%;
  padding-top: 80px;
  padding-bottom: 0;
  margin-bottom: 20px;
}

#conteudo-curso .centro {
  width: 1182px;
  margin: 0 auto;
}

.col-curso {
  width: 580px;
  background-color: #fff;
  -webkit-box-shadow: -2px 11px 34px -8px rgba(184, 184, 184, 1);
  -moz-box-shadow: -2px 11px 34px -8px rgba(184, 184, 184, 1);
  box-shadow: -2px 11px 34px -8px rgba(184, 184, 184, 1);
  margin-bottom: 20px;
  overflow: hidden;
}

.presencial {
  float: left;
}

.ead {
  float: right;
}

.curso {
  border-bottom: 1px solid #dcdcdc;
  padding: 15px 20px;
  position: relative;
  display: block;
}

.titulo-ct {
  text-align: center;
  color: #fff;
  position: relative;
  font-size: 26px;
  padding: 20px 0;
}

.frase-riq {
  background-color: #0b78bc;
  text-align: center;
  color: #ffc80b;
  font-style: italic;
  padding-bottom: 30px;
  font-size: 35px;
  font-family: 'gotham_bookregular';
  letter-spacing: -1px;
  line-height: 110%;
}

.presencial .titulo-ct {
  background-color: #88ba35;
}

.titulo-ct:after,
.titulo-ct:before {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  top: 0;
}

.titulo-ct:after {
  right: 0;
  border-left: 40px solid transparent;
  border-right: 0 solid transparent;
  border-bottom: 69px solid #FFF;
}

.titulo-ct:before {
  left: 0;
  border-right: 40px solid transparent;
  border-left: 0px solid transparent;
  border-top: 70px solid #FFF;
}

.ead .titulo-ct {
  background-color: #57659c;
}

.titulo-curso {
  color: #6b6b6b;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: bold;
}

.unidade {
  color: #88ba35;
  font-size: 15px;
}

.infos {
  background-image: url("/assets/images/cursotecnico/seta.jpg");
  background-repeat: no-repeat;
  background-position: center right;
  width: 550px;
  transition: all .35s;
}

.encerrado .infos {
  background-image: url("/assets/images/cursotecnico/encerradas.png");
}

.curso img {
  position: absolute;
  top: 0;
  right: -150px;
  transition: all .35s;
  height: 66px;
}

.curso:hover img {
  right: 0;
  transition: all .35s;
}

.curso:hover .infos {
  margin-left: -150px;
  transition: all .35s;
}

.encerrado.curso:hover .infos {
  margin-left: 0px !important;
  transition: all .35s;
}

.encerrado.curso img {
  display: none;
}

.ead .unidade {
  color: #57659c;
}

.btn-institucional {
  width: 100%;
  float: left;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.btn-institucional li {
  margin-top: 20px;
}

.btn-institucional li:nth-child(odd) {
  margin-right: 8px;
}

.btn-institucional li:nth-child(even) {
  margin-left: 8px;
}

/** Restaurantes */
.accordion-restaurant {
    position: relative;
    background-color: #fcf7e3;
    font: 14.88px 'gothammediumregular', Arial, Verdana;
    color: #444;
    cursor: pointer;
    padding: 6px 18px;
    width: 100%;
    text-transform: uppercase;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.4s;
}

.accordion-restaurant::before,
.accordion-restaurant.active::before {
    position: absolute;
    top: 50%;
    right: 15px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 18px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.accordion-restaurant::before {
    content: "\f0d7";
}

.accordion-restaurant.active::before {
    content: "\f0d8";
}


.accordion-restaurant:hover {
    background-color: #eadeac;
}

.accordion-restaurant.active {
    background-color: transparent;
    border-top: 1px solid #f6edc2;
    border-right: 1px solid #f6edc2;
    border-left: 1px solid #f6edc2;
}

.panel-restaurant {
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

.panel-restaurant.active {
    border-right: 1px solid #f6edc2;
    border-bottom: 1px solid #f6edc2;
    border-left: 1px solid #f6edc2;
}

/** Responsivo */
@media(min-width: 700px) {
    .bg-background-title-page h1 span {
    font: 2.9rem 'gothammediumregular', Arial, Verdana;
  }
}

@media(min-width: 600px) {
  .bg-background-title-page h1 span {
    font: 2.5rem 'gothammediumregular', Arial, Verdana;
    color: #FFF;
    text-transform: uppercase;
    margin: 0;
    letter-spacing: -3px;
  }
}

@media(max-width: 1245px) {
  div.menu-main ul>li a {
    padding: 0px 8px;
  }
}

@media (max-width: 1300px) {
  #tipico.list-pratos li {
    margin-right: 220px;
  }
}

@media (max-width: 1200px) {

  img.paiefilha {
    position: absolute;
    top: 232px !important;
    right: 0;
    width: 600px;
  }

  div.menu-secund-all ul li p.item-1 {
    /*padding: 14px 0px 0px 0px;*/
    margin-left: -39px;
    display: block;
    width: 88px;
    height: 94px;
  }

  section.box-cursos-destaque ul li a p.nome-curso {
    color: #fFF;
    font: 1em 'gotham_bookregular', Arial, Verdana;
  }

  #conteudo-curso .centro {
    width: 992px;
  }

  .col-curso {
    width: 482px;
  }

  .titulo-curso {
    font-size: 17px;
  }

  .unidade {
    font-size: 13px;
  }

  .infos {
    width: 446px;
  }

  .curso img {
    height: 62px;
  }

  #banner-ct {
    height: 400px;
  }

  .frase-riq {
    font-size: 30px;
  }

  #tipico.list-pratos li {
    margin-right: 6%;
    width: 20%;
  }

  .centro-feira {
    width: 1000px;
  }

  .image-mapa {
    width: 684px;
    position: absolute;
    right: 20px;
    top: 71px;
    z-index: 2;
  }

  .balao {
    width: 684px;
    position: absolute;
    right: 20px;
    top: 71px;
    z-index: 9;
  }

  #acerto-itens {
    width: 1056px;
  }

  .item {
    width: 318px;
    margin-right: 31px;
  }

  .titulo-item {
    margin-bottom: 15px;
  }

  .cnt-talkshow .box-conteudo-servicos {
    width: 95%;
    margin: auto;
    float: inherit;
  }

  div.header-all {
    background-position: -337px center;
  }
}

@media (max-width: 1156px) {
  section.box-cursos-destaque ul li a p.nome-curso {
    top: 107px;
  }

  section.box-cursos-destaque ul li a p.btn-continue {
    bottom: 83px;
  }

  .list-unidades li p.telefone {
    width: 135px;
    background-position: -20px -115px;
    padding-left: 27px;
    margin-left: 0;
  }

  .list-unidades li p.endereco {
    width: 200px;
  }

  .bg-background-title-page h1 {
    font: 3em 'gothammediumregular', Arial, Verdana;
  }

  div.menu-main ul>li a {
    font: 0.79em 'GothamLight', Arial, Verdana;
  }
}

@media (max-width: 1097px) {
  div.menu-main ul>li a {
    font: 0.7em 'GothamLight', Arial, Verdana;
    padding: 0px 9.5px;
  }

  .cnt-interna-evento figure {
    height: auto;
    border: none;
  }

  .cnt-interna-evento figure img {
    height: auto;
  }

  .cnt-interna-evento figure figcaption {
    display: none;
  }
}

@media (max-width: 1024px) {
  img.paiefilha {
    top: 180px !important;
    right: 0;
    width: 500px;
  }

  #conteudo-curso .centro {
    width: 768px;
  }

  .apresentacao-curso {
    background-size: 100% auto;
  }

  .col-curso {
    width: 100%;
    margin-bottom: 30px;
  }

  .infos {
    width: 100%;
  }

  .aproveite {
    padding-bottom: 50px;
  }

  #banner-ct {
    height: 300px;
  }

  .btn-noticia-antes,
  .btn-noticia-depois {
    display: none;
  }

  .nenhum-resultado span {
    font: normal 40px 'gothambook';
    color: #f8a81d;
    line-height: 0;
    margin: 26px 0;
  }

  .nenhum-resultado h3 {
    font: normal 20px 'gothammediumregular';
    color: #222;
    text-transform: uppercase;
    margin: 0;
  }

  .campo-refinida:nth-child(1) {
    width: 23%;
    margin-right: 0;
  }

  .campo-refinida:nth-child(1) select {
    width: 62%;
  }

  .campo-refinida:nth-child(2) {
    width: 32%;
    margin-right: 0;
  }

  .campo-refinida:nth-child(2) select {
    width: 56%;
  }

  .campo-refinida:nth-child(3) {
    width: 40%;
    margin-right: 0;
  }

  .campo-refinida:nth-child(3) input {
    width: 40%;
  }

  .box-form-licitacao .form-busca .btn-search-refinada {
    position: absolute;
    right: 0;
    bottom: 0;
  }

  /* NOTICIA */
  aside.contatos-aside .box-title-sessao {
    font: 1em 'gothammediumregular', Arial, Verdana;
    padding: 9px 0px 21px 0px;
  }

  /* NOTICIAS */
  .box-form-comments {
    width: 100%;
  }

  .input-search-noticia {
    margin-top: 22px;
    width: 82%;
  }

  /* RESTAURANTE **/
  .list-pratos li {
    margin-right: 21px;
  }

  .list-pratos li {
    margin-right: 21px;
    float: none;
    display: inline-block;
    vertical-align: top;
    width: 17%;
  }

  .list-pratos li a img {
    max-width: 100%;
  }

  .hours-atendimento-rest .title-sessao {
    font: 0.8em 'gothammediumregular', Arial, Verdana;
    /*margin-top: 58px;*/
    margin-bottom: 0;
    padding: 0;
  }

  .hours-atendimento-rest .title-sessao .icon {
    margin-right: 7px;
    margin-left: 14px;
  }

  .hours-atendimento-rest p {
    font: 0.75em 'gotham_bookregular', Arial, Verdana;
    color: #fff;
    margin: 7px 0;
    padding: 0 67px 0 50px;
  }


  /* HOME */
  .img-cover {
    height: 176px;
  }

  .intem-numero .classificacao {
    margin-bottom: 2px;
  }


  /* MUSEU */
  .list-item-museu-page {
    margin-right: 0;
  }

  div.box-coluna-raul-lody {
    width: 100% !important;
    background-image: none;
    height: auto;
    margin-bottom: 37px;
  }

  .box-coluna-raul-lody .box-img {
    height: 115px;
    margin-top: 28px;
  }

  .box-coluna-raul-lody .box-img img {
    min-height: 100%;
    max-width: 100%;
  }

  /* SERVICOS*/
  section.lista-servicos-senac .nome-unidade {
    margin: 9px 0;
    float: right;
  }

  .box-conteudo-servicos {
    width: 95%;
    margin: auto;
    float: initial;
  }

  .cursos-relacionados-servicos {
    display: none;
  }

  form-interesse-servicos {
    width: 90%;
    margin: 0 auto;
    float: initial;
  }

  .form-empresa-mercado form .align-left {
    width: 425px;
    margin-top: 10px;
  }

  .saiba-mais-servicos {
    margin-top: 0;
    padding-top: 0;
  }

  .box-title-more {
    float: initial;
  }

  .saiba-mais-servicos .title-sessao {
    margin-left: 0;
    float: initial;
    width: 100%;
    margin-bottom: 0;
  }

  .saiba-mais-servicos .more {
    text-align: center;
    width: 100%;
  }

  .saiba-mais-servicos .more {
    text-align: center;
    width: 100%;
    line-height: 2px;
    margin: 16px 0 32px;
  }

  .saiba-mais-servicos ul {
    text-align: center;
    float: initial;
  }

  .saiba-mais-servicos ul li {
    margin: 0 10px 20px;
    display: inline-block;
  }

    .page-open .img-servicos-destaque {
        height: 158px;
    }



  /* MERCADO DE TRABALHO - PRA SUA EMPRESA */
  .box-servicos-empresas ul {
    margin-left: 0;
  }

  .box-servicos-empresas p {
    width: 90%;
  }

  .box-servicos-empresas li ul {
    position: relative;
    left: 133px;
    float: left;
  }

  .form-empresa-mercado .title-box,
  .form-empresa-mercado form {
    margin-left: 0;
  }

  /* MERCADO DE TRABALHO - PRA VOCÊ*/
  .list-vaga-pra-voce {
    width: 65%;
    margin-right: 25px;
  }

  .box-campos-busca .termo-busca {
    width: 299px;
  }

  aside.cursos-relacionados {
    width: 27.66% !important;
    padding-left: 18px;
    float: left;
  }

  .box-campos-busca input {
    margin-right: 11px;
  }

  .box-campos-busca .termo-busca {
    width: 23%;
    margin-right: 10px;
  }

  .box-campos-busca {
    width: 100%;
    height: 45px;
    float: left;
    margin-left: 0;
  }

  .box-resultado-informe {
    float: left;
    width: 100%;
    height: 90px;
    margin: 7px 0px 163px 0px;
  }

  .include-all-vaga {
    height: auto;
  }


  /* MERCADO DE TRABALHO - PRA VOCÊ - VAGA */
  .box-title-curso h3 {
    width: 87.83%;
  }

  .figure-man-vaga-interna {
    display: none;
  }

  .include-all-vaga .box-all-left {
    width: 100%;
  }

  .box-title-curso h3 {
    text-transform: uppercase;
  }

  .btn-quero-essa-vaga {
    top: 42px;
    width: 290px;
    left: 0;
    right: 0;
    float: none;
    overflow: hidden;
  }

  .btn-quero-essa-vaga p {
    margin-left: 0;
  }

  .box-infor-vaga-all {
    width: 95%;
    margin: 33px auto;
    padding: 20px 0px 19px 10px;
  }

  .box-infor-vaga-requisitos {
    width: 95%;
    margin: 68px auto;
    box-sizing: border-box;
    float: initial;
    padding-left: 0;
  }

  .btn-indique-amigo {
    margin-top: 29px;
  }

  .secund-para-vc-vaga .cursos-relacionados-vaga-interna {
    width: 100%;
    margin-top: 104px;
  }

  .secund-para-vc-vaga .cursos-relacionados-vaga-interna ul {
    text-align: center;
  }

  .secund-para-vc-vaga .cursos-relacionados-vaga-interna ul li {
    width: 45%;
    text-align: left;
    margin: 0 6px;
    display: inline-block;
  }

  .secund-para-vc-vaga .cursos-relacionados-vaga-interna .btn-continue {
    margin-top: 32px;
  }


  /* UNIDADES */
  .sub-titulo-unidade {
    margin: 20px 0 0;
  }


  /* UNIDADE - INTERNA*/
  section.sessao-curso-unidade {
    margin: 50px 0;
  }

  section.sessao-servicos ul li {
    margin-left: auto;
    margin-right: auto;
    width: 95%;
    position: relative;
  }

  .list-unidades li p.endereco {
    width: 17%;
  }

  .list-unidades li p.endereco {
    padding-left: 50px;
    margin-left: 21px;
  }

  .list-unidades .nome-unidade p.name {
    margin-left: 24px;
  }

  section.sessao-curso-unidade ul li .img-curso {
    height: 199px;
  }


  /* INSTITUCIONAL*/
  .section-relatorios ul li {
    display: block;
    width: 26.33%;
  }

  section.box-noticias div.float-right ul li p.date {
    font: 2.5em 'gothammediumregular', Arial, Verdana;
  }

  .btn-open-search {
    width: 10.12%;
  }

  .menu-responsivo {
    display: block;
  }

  ul#menu-acessibilidade {
    display: none;
  }

  div#box-menu-top-blue span.line-space {
    display: none;
  }

  .header-all {
    position: relative;
  }

  .menu-main ul {
    display: none;
  }

  .btn-toggle {
    display: block;
    right: 10px;
    background: url('/assets/images/icon-menu-toggle.gif')no-repeat;
    width: 33px;
    height: 25px;
  }

  .box-redes-responsivo {
    margin: 0 auto;
    list-style: none;
    width: 25%;
  }

  .box-redes-responsivo li {
    float: left;
    margin-right: 75px;
  }

  .box-redes-responsivo li:last-child {
    margin-right: 0px;
  }

  .box-redes-responsivo li a .icon {
    background: url('/assets/images/sprite-redes-mobo.png')no-repeat;
    display: block;
  }

  .box-redes-responsivo li a .icon-site-map {
    width: 30px;
    height: 35px;
    background-position: -6px -6px;
  }

  .box-redes-responsivo li a .icon-site-youtube {
    width: 36px;
    height: 37px;
    background-position: -68px -6px;
  }

  .box-redes-responsivo li a .icon-site-facebook {
    width: 25px;
    height: 35px;
    background-position: -135px -6px;
  }

  div.header-all {
    background-position: -337px center;
  }

  div.menu-secund-all ul li p.item-1 {
    font: 1em 'gothammediumregular', Arial, Verdana;
    display: block;
    width: 124px;
    height: 94px;
    padding: 14px 0px 0px 24px;
    margin-left: -39px;
  }

  div.menu-secund-all ul li p.item-1 span {
    float: left;
    margin-top: 6px;
  }

  div.menu-secund-all ul li p.item-1 span em {
    top: 0px;
  }

  div.menu-secund-all ul li a {
    width: auto !important;
    background-position-x: 25px !important;
    font: 1em 'gotham_bookregular', Arial, Verdana !important;
  }

  /*
    div.menu-secund-all ul li a.item-2 {
        width: auto;
        background: url('/assets/images/sprite-menu-item-1.png')no-repeat 25px 20px;
        padding: 30px 16px 0px 65px;
    }

    div.menu-secund-all ul li a.item-3 {
        width: auto;
        padding: 30px 16px 0px 87px;
    }

    div.menu-secund-all ul li a.item-4 {
        width: auto;
        background: url('/assets/images/sprite-menu-item-3.png')no-repeat 8px 20px;
        height: 100px;
        display: block;
        padding: 30px 16px 0px 75px;
    }
     */
  div.menu-main {
    display: none;
  }

  div.menu-secund-all ul li a.item-5 {
    padding: 34px 16px 0px 90px;
    background-position-y: 28px;
  }

  div.menu-main ul>li {
    margin-right: 2px;
  }

  div.menu-main ul>li a {
    padding: 0px 10px 0px 8px;
  }

  section.box-cursos-destaque ul li a span.tag {
    width: 81px;
  }

  section.box-noticias div.float-left {
    width: 49%;
  }

  section.box-noticias div.float-right {
    width: 49%;
  }

  section.box-noticias div.float-left span.thumb-noticia {
    height: 182px;
  }

  div.mercado-trabalho-voce .container-util ul.list-vagas li:last-child {
    display: none;
  }

  div.mercado-trabalho-voce .container-util ul.list-vagas li {
    width: 32%;
  }

  section.mercado-trabalho span.figure-man {
    background-size: 100%;
    margin-top: -37px;
  }

  section.mercado-trabalho .titulo-destaques {
    font-size: 2em;
  }

  div.mercado-trabalho-voce .container-util .figure-woman {
    margin-top: -64px;
    background-repeat: no-repeat;
    background-size: 100%;
  }

  section.mercado-trabalho .mercado-trabalho-empresa .box-menu ul li:first-child {
    margin-left: -20px;
    padding-right: 36px;
  }

  section.contatos-shared .float-left ul li {
    width: 41.89%;
  }

  section.contatos-shared .float-left ul .btn-contato,
  section.contatos-shared .float-left ul .btn-faq {
    background-position: center;
  }

  div.float-right .figure-woman-and-man-figure {
    background-size: 100%;
  }

  footer p.texto-rodape {
    font: 0.74em 'gotham_bookregular', Arial, Verdana;
  }

  section.box-cursos-destaque ul li a p.nome-curso {
    font: 1.16em 'gotham_bookregular', Arial, Verdana;
    top: 117px;
  }

  section.box-cursos-destaque ul li {
    height: 230px;
  }

  .bg-background-title-page h1 {
    font: 3.12em 'gothammediumregular', Arial, Verdana;
    letter-spacing: -3px;
  }

  h1#title-page-empresa {
    font: 2.65em 'gothammediumregular', Arial, Verdana !important;
    margin: 70px 0px 0px 29px;
  }

  .list-unidades {
    margin-left: 0px;
    width: 100%;
  }

  .list-unidades li {
    width: 100%;
  }

  .list-unidades li a.btn-continue {
    float: right;
    font: 0.60em 'gotham_bookregular', Arial, Verdana;
  }

  .box-destaque-unidade .right img {
    max-width: 100%;
  }

  .bg-unidade-infor .nome-unidade-large {
    font: 3.37em 'gothammediumregular', Arial, Verdana;
  }

  .box-all-left {
    width: 50%;
  }

  /** SENAC NÚMEROS*/

  .intem-numero {
    height: 143px;
  }

  .intem-numero .numero {
    font: 3.5em 'gothammediumregular', Arial, Verdana;
  }

  /** FOOTER */
  section.contatos-shared {
    margin-bottom: 171px;
  }

  footer .box-form-newsletter {
    top: 0px;
  }

  footer .top-footer {
    margin-top: 0px;
  }

  section.infor-unidade .right .img-map-unidade {
    max-width: 100%;
  }

  span.bg-infor-unidade-top,
  span.bg-infor-unidade-bottom {
    width: 95%;
    background-position: center;
  }

  section.sessao-curso-unidade ul li a p.nome-curso {
    font-size: 1.1em;
  }

  aside.cursos-relacionados .icon-cursos-gastronomia {
    background-position: -2px -92px !important;
  }

  aside.cursos-relacionados ul li a p.nome-curso {
    top: 53.5%;
  }

  .box-top {
    width: 100%;
  }

  .box-top img {
    max-width: 100%;
  }

  .form-servicos {
    width: 100%;
  }

  .saiba-mais-servicos ul li {
    margin-right: 27px;
  }

  .saiba-mais-servicos ul {
    margin-left: 0px;
  }

  div.box-coluna-raul-lody {
    width: 342px;
  }

  aside.cursos-relacionados img {
    max-width: 100%;
  }

  .box-form-licitacao {
    width: 92.16%;
  }

  .box-conteudo-noticias .text-artigo {
    width: 67% !important;
  }

  .box-title-curso h3 {
    font: 1.67em 'gothammediumregular', Arial, Verdana;
  }

  /* BUSCA */

  div.box-busca {
    width: 90%;
    position: relative;
    display: block;
  }

  input.campo-termo-pesquisa {
    background: none;
    color: #000;
    outline: none;
    width: 90%;
  }

  form.form-busca-main input::-webkit-input-placeholder {
    font: 1em 'gotham_bookregular', Arial, Verdana;
    font-style: italic;
    color: #000;
  }

  .btn-open-search {
    background: transparent url('/assets/images/icon-btn-search-800.png')no-repeat center center;
  }
}

@media (max-width: 992px) {
  .centro-feira {
    width: 800px;
  }

  .texto-feira p {
    width: 351px;
  }

  .image-mapa {
    width: 479px;
  }

  .balao {
    width: 479px;
  }

  .image-pessoa {
    top: -156px;
    width: 380px;
    right: 32px;
  }

  .image-pessoa.aparece {
    top: -190px;
  }

  .venha-participar {
    margin-top: -36px;
    height: 517px;
  }

  .venha {
    position: absolute;
    top: 200px;
  }

  .venha img {
    width: 280px;
  }

  #acerto-itens {
    width: 880px;
  }

  .item {
    width: 43%;
    margin-right: 5%;
  }

  .info-feira {
    padding-top: 381px;
    padding-left: 136px;
  }

  .titulo-item {
    margin: 0 auto;
    margin-bottom: 20px;
  }

  #acerto-itens .clearItem {
    display: none;
  }

  .clearItem2 {
    display: block;
  }

  div.box-slider-main ul>li>div {
    background-size: auto 100% !important;
    height: 303px !important;
  }

  section.box-cursos-destaque ul li a img {
    width: 100%;
    height: 100%;
  }
}

@media (max-width: 987px) {
  /* section.box-cursos-destaque ul li+li {} */

  div.menu-secund-all ul li p.item-1 {
    display: none;
  }

  div.menu-secund-all ul li a {
    font: 0.8em 'gotham_bookregular', Arial, Verdana !important;
  }
}

@media (max-width: 900px) {
  .cnt-interna-evento {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .cnt-interna-evento figure {
    width: auto;
  }

  .info-evento {
    margin-top: 60px;
  }

  .cnt-convide-amigo {
    margin-top: 60px;
    margin-left: 0;
    padding-left: 0;
    align-self: center;
    border-left: none;
  }
}

@media (max-width: 800px) {
  img.paiefilha {
    top: 110px !important;
    width: 400px;
  }

  /** TALK SHOW **************************************/
  .cnt-talkshow .box-conteudo-servicos {
    width: 95%;
  }

  .cnt-talkshow .contato {
    display: block;
  }

  .cnt-talkshow .contato>div {
    margin: auto;
  }

  .cnt-talkshow .contato>img {
    width: 100%;
  }

  .detalhes-encontro {
    flex-wrap: wrap;
  }

  .detalhes-encontro .left,
  .detalhes-encontro .right {
    width: 100%;
    padding: 15px;
  }

  .content-recuo {
    margin-left: 7px;
  }

  .box-form-licitacao {
    margin-bottom: 41px;
  }

  .busca-topo {
    display: none;
  }

  /* FALE CONOSCO*/
  div.box-form-contato {
    margin-top: 0;
  }

  div.box-form-contato {
    width: 100%;
    height: auto;
    margin-bottom: 0px;
  }

  div.box-form-contato .input-drop {
    width: 137px;
    margin: 8px 0;
  }

  .box-form-licitacao .form-busca input,
  select {
    border: 1px solid #e1e1e1;
    padding: 8px;
  }

  /* NOTICIA */
  .contatos-aside {
    display: none;
  }

  /* HOME */
  .img-cover {
    height: 223px;
  }

  section.mercado-trabalho .mercado-trabalho-empresa .box-menu {
    width: 40.71%;
  }

  /* MUSEU */



  /* SERVIÇOS */

  .hours-atendimento-rest .title-sessao {
    font: 0.8em 'gothammediumregular', Arial, Verdana;
    margin-top: 13px;
    margin-bottom: 0;
    padding: 0;
  }

  .garfo {
    display: block !important;
    position: absolute;
    top: -66px;
    right: 0;
    width: 80px;
    height: 268px;
    background-size: contain !important;
    background: url('/assets/images/garfoefaca.png')no-repeat right;
  }

  .block-image-rest {
      width: 100%;
  }

  .hours-atendimento-rest {
    width: 100%;
    margin-top: 30px;
    height: 138px;
    background: #f0b938;
  }

  .hours-atendimento-rest >div {
      width: 100%;
      -moz-transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
  }

  .text-rest {
    width: 100%;
    margin-top: 165px;
  }

  .box-restaurante-left .active-bg-rest .title-restaurante-br,
  .box-restaurante-right .active-bg-rest-pelo .title-restaurante-br,
  .box-restaurante-right .active-bg-rest .title-restaurante-br {
    font: 0.7em 'gotham_bookregular', Arial, Verdana;
    top: 19px;
  }

  .saiba-mais-servicos ul li {
    width: 45%;
    margin-right: 0;
    margin: 0 5px 15px;
  }

  .saiba-mais-servicos ul li img {
    max-width: 100%;
  }

  section.lista-servicos-senac {
    width: 100% !important;
    margin-bottom: 0px !important;
  }

  .box-conteudo-servicos ul {
    left: 0px;
  }

  .img-servicos-destaque {
    height: 157px;
  }

  /* MERCADO DE TRABALHO - PRA VOCÊ - VAGA */


  .btn-quero-essa-vaga {
    width: 289px;
    right: -20px;
  }

  .bg-background-title-page {
    width: 100%;
    background: url('/assets/images/bg-tilte-page-interna.png')no-repeat center;
    margin-right: 0;
    background-size: 100%;
  }

  h1#title-page-empresa {
    font: 2em 'gothammediumregular', Arial, Verdana !important;
    margin: 68px 0px 0px 70px;
  }

  .box-servicos-empresas p {
    width: 86%;
  }

  .box-servicos-empresas .title-page {
    margin-bottom: 18px;
  }

  .form-empresa-mercado {
    background-size: contain;
    margin-bottom: 21px;
  }

  .form-empresa-mercado form {
    width: 80%;
    margin: 0 auto !important;
  }

  .form-empresa-mercado form #btn-enviar {
    display: block;
    width: auto !important;
    text-align: center;
    margin: auto;
    float: initial;
  }

  .form-empresa-mercado form .align-left,
  .form-empresa-mercado form .align-right,
  .form-empresa-mercado form input,
  .form-empresa-mercado form textarea {
    width: 100% !important;
  }

  .box-empresa-clientes {
    margin-bottom: 45px;
  }

  .box-empresa-clientes .title-box {
    margin-bottom: 0;
  }

  .box-empresa-clientes .list li {
    display: inline-block;
    margin: 50px 10px;
    width: 121px;
  }



  /* MERCADO DE TRABALHO - PRA VOCÊ*/
  aside.cursos-relacionados {
    width: 100% !important;
    padding-left: 18px;
    margin-top: 33px;
    float: left;
    background: none;
  }

  aside.cursos-relacionados ul {
    text-align: center;
    margin-left: 0;
  }

  aside.cursos-relacionados ul li {
    width: 100%;
    display: inline-block;
    margin: 0 9px;
    max-width: 229px;
    vertical-align: text-top;
    float: none;
    position: relative;
    margin-bottom: 20px;
  }

  aside.cursos-relacionados ul li a span.tag {
    display: block;
    width: 26%;
  }

  aside.cursos-relacionados ul li a p.nome-curso {
    min-height: 59px;
  }

  aside.cursos-relacionados ul li a p.btn-continue {
    display: inline;
  }

  aside.cursos-relacionados {
    min-height: 416px;
  }

  .controle-paginacao {
    margin: 0 auto 37px;
    margin-top: 19px;
  }

  .controle-paginacao .list {
    text-align: center;
  }

  .controle-paginacao .list li {
    float: initial;
  }

  .list-vaga-pra-voce {
    margin-top: 25px;
  }

  .list-vaga-pra-voce .name-endereco {
    margin: 0px 0px 0px 66px;
  }

  .list-vaga-pra-voce .name-obs {
    margin: 8px 0px 7px 65px;
  }

  .list-vaga-pra-voce li {
    /* border-bottom: 1px solid #e5e5e5; */
    padding-bottom: 10px;
    margin-top: 17px;
  }

  .img-curso {
    height: 186px;
  }

  aside.cursos-relacionados ul li a p.nome-curso {
    top: 37''.5%;
    padding: 0 9px;
    width: 100%;
    color: #FFF;
    box-sizing: border-box;
    position: absolute;
  }

  aside.cursos-relacionados ul li a p.btn-continue {
    position: relative;
    bottom: 41px;
  }

  /* INSTITUCIONAL *******************************/
  .box-content-valores {
    width: 100%;
    height: auto;
    margin-top: 0;
  }

  .box-content-valores .text-box {
    font: 0.93em 'gotham_bookregular', Arial, Verdana;
    color: #222;
    margin: 20px;
    box-sizing: border-box;
  }

  .box-galeria-institucional {
    margin-bottom: 21px;
  }

  .section-relatorios {
    margin-top: 0;
  }

  .section-relatorios ul li a {
    box-sizing: border-box;
  }

  .section-relatorios ul {
    width: 90%;
  }

  h1#titulo-unidade-page {
    margin: 87px 0px 0px 30px;
  }

  /* UNIDADES */
  .list-unidades .nome-unidade {
    width: 100%;
  }

  .list-unidades .nome-unidade p.name {
    margin-left: 23px;
  }

  .list-unidades li p.endereco {
    padding-left: 55px;
    width: 26%;
    height: 39px;
    margin-left: 23px;
  }

  .list-unidades li a.btn-continue {
    top: 19px;
    right: 5px;
  }


  /* UNIDADE - INTERNA*/
  span.bg-infor-unidade-top {
    top: -13px;
  }

  span.bg-infor-unidade-top,
  span.bg-infor-unidade-bottom {
    width: 95%;
    background-position: center;
    background-size: 100%;
  }

  section.infor-unidade .right {
    margin-top: 0;
    width: 100%;
  }

  section.infor-unidade .left {
    border-right: none;
  }

  section.sessao-curso-unidade ul li {
    width: 35.83%;
  }

  section.infor-unidade .left {
    width: 100%;
    margin-bottom: 0;
  }

  section.infor-unidade .left .row {
    margin-bottom: 0;
  }

  section.infor-unidade .left .row {
    float: left;
    margin-right: 20px;
    padding-left: 10px;
    width: 39%;
  }

  section.lista-servicos-senac ul li .cnt-servicos-paragrafos {
    width: 60%;
  }

  section.box-noticias div.float-left article p.btn-continue {
    margin-right: 0;
  }

  div.bxslider-sidebar-home div.bx-wrapper .bx-pager .bx-pager-item {
    display: inline-block !important;
  }

  div.bx-wrapper .bx-pager {
    left: 0 !important;
    ;
    bottom: -13% !important;
    right: 0 !important;
    margin: auto !important;
    text-align: center !important;
    display: block !important;
  }

  div.bx-wrapper .bx-pager .bx-pager-item {
    float: none !important;
    display: inline-block !important;
  }

  /* HOME */

  div.menu-secund-all ul li a.item-2 {
    background: url('/assets/images/sprite-menu-item-1.png')no-repeat 40px 16px;
    background-size: 10%;
    padding: 16px 20px 0 60px;
  }

  div.menu-secund-all ul li a.item-3 {
    background: url('/assets/images/sprite-menu-item-2.png')no-repeat 15px 20px !important;
    background-size: 22% !important;
    padding: 21px 30px 0px 63px !important;
  }

  div.menu-secund-all ul li a.item-4 {
    background: url('/assets/images/sprite-menu-item-3.png')no-repeat 15px 20px !important;
    background-size: 22% !important;
    padding: 21px 30px 0px 63px !important;
  }

  div.menu-secund-all ul li a.item-5 {
    background: url('/assets/images/sprite-menu-item-4.png')no-repeat 15px 35px !important;
    background-size: 22% !important;
    padding: 33px 16px 0px 60px !important;
  }

  section.box-noticias div.float-left {
    width: 98%;
    border: none;
  }

  section.box-cursos-destaque ul li:last-child {
    display: none;
  }

  div.menu-secund-all ul li a {
    font: 0.90em 'gotham_bookregular', Arial, Verdana;
    font-weight: 800;
    color: #814e0e;
  }

  div.menu-secund-all ul li a.item-5 {
    padding: 30px 16px 0px 70px;
    background: url('/assets/images/sprite-menu-item-4.png')no-repeat 9px 20px;
  }

  div.menu-secund-all ul li a.item-4 {
    padding: 30px 16px 0px 69px;
  }

  div.menu-secund-all ul li a.item-3 {
    background: url('/assets/images/sprite-menu-item-2.png')no-repeat 15px 20px;
    height: 83px;
    display: block;
    width: 55px;
    padding: 30px 16px 0px 71px;
  }

  section.box-cursos-destaque ul li a p.nome-curso {
    font-size: 1em;
  }

  .icon-cursos-gastronomia {
    background-position: -2px -104px !important;
  }

  section.box-cursos-destaque ul {
    text-align: center;
  }

  section.box-cursos-destaque ul li {
    display: inline-block;
    width: 55.583333%;
    float: none;
    margin: 0 12px;
  }

  section.box-cursos-destaque ul li a span.tag {
    width: 81px;
  }

  section.box-cursos-destaque ul li a p.btn-continue {
    font: 0.63em 'gotham_bookregular', Arial, Verdana;
  }

  /* NOTICIAS */

  section.box-noticias {
    margin: 0;
  }

  section.box-noticias div.float-left span.thumb-noticia {
    height: 229px;
    width: 40.16%;
  }

  section.box-noticias div.float-right {
    width: 98%;
    float: left;
    padding-bottom: 50px;
    height: auto;
  }

  section.box-noticias div.float-right ul li {
    width: 48%;
  }

  .intem-numero {
    width: 40%;
    margin-bottom: 1px;
  }

  section.box-noticias div.float-right ul li span.date-time {
    width: 17.28%;
  }

  section.box-noticias div.float-right ul li span.thumb-noticia {
    width: 31.06%;
  }

  .classificacao-1,
  .classificacao-3 {
    margin-left: 72px;
  }

  section.box-noticias div.float-right ul li:first-child {
    border: none;
  }

  section.mercado-trabalho p.desc-section-two {
    width: 33%;
  }

  section.box-noticias div.float-right ul li:last-child {
    padding-top: 0;
  }

  section.box-noticias div.float-right ul {
    margin-top: 40px;
    margin-left: 0px;
  }

  section.box-noticias div.float-right ul li .titulo-noticia {
    font-size: 0.93em;
  }

  section.box-noticias div.float-left article p.titulo-noticia {
    font: 1.1em 'gotham_bookregular', Arial, Verdana;
  }

  section.box-noticias div.float-right ul li .titulo-noticia {
    font-size: 1.1em;
    margin-top: 0px;
  }

  div.mercado-trabalho-voce .container-util ul.list-vagas li:last-child {
    display: none;
  }

  div.mercado-trabalho-voce .container-util ul.list-vagas {
    width: 61.66%;
  }

  div.mercado-trabalho-voce .container-util ul.list-vagas li {
    width: 33%;
  }

  div.mercado-trabalho-voce .container-util .figure-woman {
    width: 28.16%;
    height: 284px;
    margin-top: -24px;
  }

  div.box-chamada-mercado-trabalho p.desc-section-two,
  div.box-chamada-mercado-trabalho h4.titulo-destaques {
    margin-right: 0px;
  }

  section.mercado-trabalho span.figure-man {
    margin-top: -31px;
    width: 36.41%;
    height: 278px;
  }

  section.mercado-trabalho p.desc-geral {
    font-size: 0.87em;
    width: 23.08%;
  }

  section.mercado-trabalho .titulo-destaques {
    font-size: 1em;
  }

  section.mercado-trabalho .mercado-trabalho-empresa .box-menu ul li a span {
    background-size: cover;
    width: 108px;
    height: 108px;
  }

  section.mercado-trabalho .mercado-trabalho-empresa .box-menu ul li a {
    width: 111px;
  }

  section.mercado-trabalho .mercado-trabalho-empresa .box-menu ul li:last-child {
    margin-left: 9px;
  }

  section.mercado-trabalho .mercado-trabalho-empresa .box-menu ul li .btn-menu-para-empresa-atendimento span {
    background-position-y: -108px;
  }

  .intem-numero .numero {
    font: 3em 'gothammediumregular', Arial, Verdana;
    margin-top: 25px;
  }

  section.contatos-shared .float-left ul li {
    width: 100%;
  }

  section.contatos-shared .float-left ul li:first-child {
    margin-bottom: 20px;
  }

  div.float-right .form-celular {
    width: 44.8%;
    float: left;
    padding-top: 0px;
    margin-left: 29px;
  }

  /* FALE CONSOCO / FAQ */

  section.contatos-shared .float-left {
    width: 90%;
    background: none;
    position: relative;
    /*background: url('/assets/images/bg-right-box-contato-shared.jpg') no-repeat right;*/
    ;
  }

  section.contatos-shared .float-left:before {
    position: absolute;
    width: 27%;
    height: 455px;
    float: left;
    background: url('/assets/images/bg-right-box-contato-shared.jpg') no-repeat right;
    padding-right: 50px;
  }

  section.contatos-shared .float-left ul {
    width: 46.45%;
    float: left;
  }

  div.bxslider-sidebar-home {
    margin-top: 0;
  }

  section.contatos-shared .float-left .line {
    display: none;
  }

  div.bxslider-sidebar-home {
    width: 320px;
  }

  div.float-right.form-768 {
    width: 94.25%;
    float: initial;
    margin: auto;
    height: 400px;
  }

  div.float-right .form-celular p {
    line-height: 19px;
  }

  footer p.texto-rodape {
    font: 0.74em 'gotham_bookregular', Arial, Verdana;
    margin-top: -30px;
    width: 80%;
    text-align: center;
    margin-left: 140px;
  }

  footer ul.menu-col-2 {
    margin-left: 71px;
  }

  footer ul.menu-col-4 {
    display: none;
  }

  .box-search-refinida .center {
    width: 90%;
  }

  .uni-interior {
    margin-top: 70px;
    float: left;
    width: 100%;
  }

  .bg-unidade-infor .nome-unidade {
    margin: 20px 0px 10px 10px;
  }

  .bg-unidade-infor .unidade-title {
    font: 2.5em 'gotham_bookregular', Arial, Verdana;
    margin: 0px 0px 0px 10px;
  }

  .bg-unidade-infor .nome-unidade-large {
    font: 2.2em 'gothammediumregular', Arial, Verdana;
  }

  .bg-unidade-infor {
    height: 205px;
  }

  .box-destaque-unidade .left,
  .box-destaque-unidade .right,
  .box-all-left {
    height: 205px;
  }

  .include-all {
    margin-bottom: 180px;
  }

  section.infor-unidade .left .icon-phone,
  section.infor-unidade .left .icon-people {
    margin-bottom: 30px;
  }

  section.infor-unidade .left .icon-hours {
    margin-bottom: 100px;
  }

  section.sessao-servicos ul li {
    margin-left: 20px;
    width: 95%;
  }

  .list-vaga-pra-voce {
    width: 100%;
  }

    .g-reset {
        transform: scale(0.89) !important;
        -webkit-transform: scale(0.89) !important;
        transform-origin: 0 0 !important;
        -webkit-transform-origin: 0 0 !important;
    }

  .form-empresa-mercado .g-recaptcha {
    display: none;
  }

  .box-conteudo-servicos {
    width: 100%;
  }

  div.box-coluna-raul-lody {
    width: 293px;
  }

  .box-form-licitacao .form-busca .field-modalidade {
    width: 15%;
  }

  .box-form-licitacao .form-busca .field {
    margin: 0px 15px 0 0 !important;
  }

  .box-form-licitacao .form-busca .field-status-licitacao {
    width: 15%;
    margin-top: 0px;
    text-align: right;
  }

  .box-form-licitacao .form-busca .field-ano {
    margin-left: 11px;
  }

  .box-form-licitacao .form-busca .field-n-edital,
  .box-form-licitacao .form-busca .field-palavra-chaves {
    margin: 5px 15px !important;
  }

  .box-form-licitacao .form-busca select.drp-modalidade,
  .box-form-licitacao .form-busca select.drp-licitacao {
    width: 24.65456456%;
  }

  .box-conteudo-noticias .text-artigo {
    width: 66.36% !important;
  }

  .input-search-noticia {
    margin-top: 22px;
    width: 81%;
  }

  .box-form-licitacao .drp-ano,
  .box-form-licitacao .drp-n-edital,
  .ipt-palavra {
    width: 111px;
  }

  .box-form-licitacao .form-busca .btn-search-refinada {
    margin-left: 13px;
    float: left;
  }

  .conteudo-this-licitacao .box-main {
    margin-left: 12px;
  }

  .conteudo-this-licitacao {
    height: auto;
  }

  .box-form-licitacao {
    width: 100%;
    padding: 0px 18px;
    box-sizing: border-box;
  }

  .form-contexto-comentario textarea {
    margin-left: 0px;
  }

  .form-contexto-comentario .box-captcha {
    margin-left: 0px;
  }

  .form-contexto-comentario .btn-enviar-comentario {
    margin-right: 61px;
  }

  .box-form-comments .list-outros-comentarios .nome {
    width: 78%;
  }

  .box-form-comments .list-outros-comentarios .text {
    width: 78%;
  }

  .icon-user-comment {
    margin-right: 30px;
  }

  section.contatos-shared .float-left ul .btn-faq:hover {
    color: #68971b;
    background: url('/assets/images/faq-sprites-hover.png')no-repeat;
    background-position: center;
  }

  section.contatos-shared .float-left ul .btn-contato:hover {
    background: url('/assets/images/fale-conosco-sprites-hover.png')no-repeat;
    color: #0170a8;
    background-position: center;
  }

  aside.contatos-aside .box-title-sessao {
    width: 94%;
  }

  aside.contatos-aside .box-title-sessao {
    padding: 5px 0px 21px 0px;
  }

  .ul-city {
    margin-left: 12px;
  }

  .thumb-historia {
    margin-left: 163px;
  }

  .galeria-fancy {
    margin-right: 7px;
  }

  .galeria-fancy img {
    margin-bottom: 10px;
  }

  .section-relatorios ul li {
    width: 31.33%;
  }

  .form-contexto-comentario .input-nome,
  .form-contexto-comentario .input-email {
    width: 78% !important;
  }

  .form-contexto-comentario textarea {
    width: 96% !important;
  }

  .box-title-curso h3 {
    font: 1.45em 'gothammediumregular', Arial, Verdana;
  }

  .btn-indique-amigo {
    margin-top: 16px;
  }

  .fancybox-skin-quero {
    height: 513px !important;
  }

  footer ul.menu-col-3 {
    margin-left: 58px;
  }
}

@media (max-width: 790px) {
  section.box-cursos-destaque ul li a p.btn-continue {
    bottom: 67px;
  }

  #conteudo-curso .centro {
    width: 90%;
  }

  .apresentacao-curso h3 {
    font-size: 28px;
    line-height: 100%;
  }

  .texto-curso {
    width: 80%;
    font-size: 18px;
  }

  .aproveite {
    padding-top: 20px;
    padding-bottom: 10px;
  }

  .apresentacao-curso h3 {
    padding-top: 45px;
  }

  .apresentacao-curso {
    padding-bottom: 38px;
    margin-bottom: 27px;
  }

  .titulo-ct {
    font-size: 22px;
    padding: 16px 0;
  }

  #banner-ct {
    height: 250px;
  }

  .frase-riq {
    font-size: 27px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .curso img {
    position: absolute;
    top: 0;
    right: 0px;
    display: none;
    transition: all .35s;
    height: 66px;
  }

  .curso:hover .infos {
    margin-left: 0px;
    transition: all .35s;
  }
}

@media (max-width: 768px) {
  .content-text-noticia-interna ol li {
    width: 100%;
  }

  .box-search-refinida .center {
    width: 95%;
  }

  .campo-refinida:nth-child(2) {
    width: 37%;
  }

  .campo-refinida:nth-child(2) select {
    width: 46%;
  }

  .box-form-licitacao .form-busca .field {
    overflow: hidden;
  }

  .box-form-licitacao .drp-ano,
  .box-form-licitacao .drp-n-edital,
  .ipt-palavra {
    width: 174px;
  }

  .so-buffet .left .ptitulo {
    float: left;
    width: 100%;
    margin-right: 0%;
    min-height: auto;
  }

  div.box-slider-main ul>li>div {
    background-size: auto 100% !important;
    height: 253px !important;
  }

  .centro-feira {
    width: 90%;
  }

  .texto-feira p {
    width: 100%;
  }

  .texto-feira {
    padding-top: 20px;
  }

  .image-mapa {
    right: 0px;
    top: 152px;
    width: 385px;
    z-index: 2;
  }

  .balao {
    right: 0px;
    top: 152px;
    width: 385px;
    z-index: 9;
  }

  .image-pessoa {
    top: 32px;
    width: 249px;
    opacity: 1;
  }

  .image-pessoa.aparece {
    right: 32px;
    top: 32px;
  }

  .venha img {
    width: 215px;
  }

  .item {
    width: 90%;
    float: none;
    margin: 0 auto;
    height: auto;
    padding-bottom: 40px;
  }

  #acerto-itens {
    width: 100%;
  }

  .fim {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 282px;
    margin-top: -21px;
  }

  .info-feira {
    padding-left: 0;
    padding-top: 190px;
  }

  .info-feira-text {
    margin-right: 0;
    width: 100%;
    float: none;
    font-size: 16px;
    text-align: center;
  }

  .mais-info-feira {
    float: none;
    font-size: 16px;
    line-height: 120%;
    text-align: center;
  }

  .titulo-feira {
    font-size: 21px;
    padding: 18px 0;
  }

  #tipico.list-pratos li {
    margin-right: 6%;
    width: 20%;
  }
}

@media (max-width: 767px) {
  div.box-slider-main ul>li>div {
    height: 200px !important;
  }
}

@media (max-width: 700px) {

  .campo-refinida:nth-child(1) {
    width: 22%;
  }

  /* NOTICIAS */
  .input-search-noticia {
    width: 76%;
  }

  .box-conteudo-noticias .text-artigo {
    width: 59% !important;
  }

  .box-feira p {
    width: 100%;
  }

  .box-feira img {
    display: none;
  }

  .banner-all-page-unidades {
    background-image: none !important;
  }
}

@media (max-width: 766px) {
  .box-conteudo-servicos {
    height: auto !important;
  }

  img.paiefilha {
    display: none;
  }

  section.box-cursos-destaque ul li a span.tag {
    width: 59px !important;
    background-size: 100% !important;
  }

  section.box-cursos-destaque ul li {
    width: 83%;
    max-width: 400px;
    margin: 0 12px !important;
  }

  /** TALK SHOW **************************************/
  .contato .input-50 {
    width: 100% !important;
  }

  .form-cad-vaga-empresa {
    width: 100%;
  }

  .form-cad-vaga-empresa .recuo {
    margin-left: 0;
  }

  .campo-refinida {
    width: 100% !important;
    margin-left: 0 !important;
    margin-bottom: 5px;
  }

  .field-n-edital.field-n-edital.field-n-edital,
  .field-palavra-chaves.field-palavra-chaves.field-palavra-chaves,
  .campo-refinida p {
    float: left !important;
    width: 10% !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  .campo-refinida select,
  .campo-refinida input {
    width: 80% !important;
    margin: 0 !important;
    padding: 8px;
    float: right !important;
  }

  .box-form-licitacao .form-busca .btn-search-refinada {
    right: 0;
    bottom: 0;
  }

  .box-form-licitacao .form-busca {
    padding-top: 6px;
  }

  .resultado-main {
    margin: 0;
    display: block;
  }

  .nenhum-resultado h3 {
    font: normal 21px 'gothammediumregular';
  }

  .resultado-main h3 {
    line-height: 1;
  }

  .title-page {
    font: 1.1em 'gothammediumregular', Arial, Verdana;
  }

  .list-senac-gratuidade .icon-balao {
    position: relative;
    top: -5px;
  }

  .list-senac-gratuidade .title-sessao {
    font: 1.1em 'gotham_bookregular', Arial, Verdana;
  }

  div.box-form-contato .col-all-medium-mini,
  div.box-form-contato .col-all-medium {
    width: 100%;
    float: initial;
  }

  div.box-form-contato .input-drop {
    width: 100%;
    margin: 8px 0;
  }

  /* NOTICIA */
  .form-contexto-comentario .btn-enviar-comentario {
    margin-right: 0;
  }

  .form-contexto-comentario textarea {
    width: 100% !important;
    box-sizing: border-box;
  }

  .icon-user-comment {
    margin-right: 7px;
  }

  .form-contexto-comentario .input-nome,
  .form-contexto-comentario .input-email {
    width: 83% !important;
    float: right;
    box-sizing: border-box;
  }

  .sessao-vagas-pra-voce {
    margin-top: 0;
  }

  .head-noticia .date-noticia {
    font: 0.8em 'gotham_bookregular', Arial, Verdana;
  }

  .head-noticia .hora-noticia {
    font: 0.8em 'gotham_bookregular', Arial, Verdana;
    margin: 0 6px;
  }

  .titulo-noticia-interna {
    font: 1.2em 'gothammediumregular', Arial, Verdana;
    margin-top: 4px;
    margin-bottom: 4px;
  }

  .sub-titulo-noticia-interna {
    font: 0.9em 'gotham_bookregular', Arial, Verdana;
  }

  .box-shared-noticia-interna {
    width: 100%;
    height: 33px;
    margin-top: 12px;
  }

  .img-noticia-interna div {
    width: 215px;
  }

  .img-noticia-interna {
    width: 219px;
    margin-right: 14px;
    height: 177px;
  }

  /* NOTICIAS */
  ul.list-artigos li .title-artigo {
    font: 1em 'gothammediumregular', Arial, Verdana;
  }

  /* LICITAÇÔES */
  .box-form-licitacao .title-sessao {
    padding-top: 0;
    margin: 1px 0 0 0;
  }

  .box-resultado-licitacao section.resultado .btn-open-more-licitacao {
    padding: 5px;
    font: 0.8em 'gotham_bookregular', Arial, Verdana;
    margin-bottom: 19px;
  }

  .box-resultado-licitacao .title-sessao {
    font: 1em 'gotham_bookregular', Arial, Verdana;
    width: 66%;
  }

  .box-resultado-licitacao section.resultado .text {
    font: 0.8em 'gotham_bookregular', Arial, Verdana;
    margin-top: 29px;
    margin-bottom: 17px;
  }

  .box-resultado-licitacao section.resultado .status-sessao {
    padding: 6px 8px;
    font: 0.8em 'gotham_bookregular', Arial, Verdana;
  }

  .box-form-licitacao .title-sessao {
    padding-top: 0;
  }

  .box-search-refinida>div>div {
    position: relative;
    width: 100%;
  }

  .box-form-licitacao .form-busca .field-ano {
    margin-left: 15px;
  }

  .box-form-licitacao .drp-ano,
  .box-form-licitacao .drp-n-edital,
  .ipt-palavra {
    width: 355px;
    padding: 7px;
    margin-left: 9px !important;
  }

  .box-search-refinida>div>div p {
    width: 57px;
  }

  .box-form-licitacao .form-busca .field-n-edital,
  .box-form-licitacao .form-busca .field-palavra-chaves {
    margin-top: 0px;
    margin: 0 15px;
  }

  .box-form-licitacao .form-busca .field {
    font: 0.8em 'gotham_bookregular', Arial, Verdana;
    margin: 12px 15px;
  }

  .box-form-licitacao .form-busca .btn-search,
  .box-form-licitacao .form-busca .btn-search-refinada {
    display: block;
    right: 0;
    bottom: -44px;
    margin: auto;
    position: absolute;
  }

  .box-form-licitacao .form-busca .field-modalidade,
  .box-form-licitacao .form-busca .field-status-licitacao {
    width: 50%;
    text-align: left;
    display: block;
    margin: 11px 0 4px;
    margin-top: 0px;
  }

  .box-form-licitacao .form-busca select.drp-modalidade,
  .box-form-licitacao .form-busca select.drp-licitacao {
    width: 100%;
    margin: 4px 0;
    display: block;
  }

  .controle-paginacao {
    width: 95%;
  }

  /* SEMINARIO DE GASTRONOMIA */
  .box-conteudo-noticias .thumb-artigo {
    width: 144px !important;
    height: 97px !important;
  }

  .box-empresa-clientes .list li img {
    max-width: 73%;
  }

  /*SERVICOS*/
  .section-cardapio .menu {
    background-size: contain !important;
    background: url('/assets/images/bg-ul-menu-cardapio.png')no-repeat center bottom;
    height: 44px;
  }

  .section-cardapio .menu li .active {
    background: url('/assets/images/bg-btn-active-menu.png')no-repeat;
    background-size: 100% !important;
  }

  .section-cardapio .menu li a {
    width: 82px;
    height: 46px;
    font: .75em 'gotham_bookregular', Arial, Verdana;
    line-height: 46px;
  }

  .section-cardapio .back-top {
    top: 62px;
  } 

  .list-pratos li {
    width: 14%;
  }

  .ctn-servicos {
    margin-top: 0;
  }

  .galeria-fancy {
    width: 129px;
  }

  .galeria-fancy img {
    height: 115px;
  }

  .img-servicos-destaque {
    height: 168px;
  }

  .ctn-salao-eventos {
    margin-top: 0;
  }

  .banner-corporativo-para-empresas {
    margin-bottom: 0;
    height: 103px;
  }

  .container-util {
    width: 90%;
  }

  .img-servicos-destaque {
    height: 123px;
  }

  /* MERCADO DE TRABALHO - PRA VOCÊ*/
  .box-campos-busca input {
    width: 21%;
  }

  .box-campos-busca .drp-area {
    width: 35% !important;
    margin-left: 0 !important;
    margin-right: 0;
    margin-bottom: 11px;
  }

  .box-campos-busca input[type="submit"] {
    float: right !important;
  }

  .box-campos-busca .termo-busca {
    width: 25%;
    margin-right: 11px;
  }

  /* INSTITUCIONAL */
  .section-relatorios ul li {
    width: 40.33%;
  }

  /* UNIDADES */
  .list-unidades li p.endereco,
  .list-unidades li p.telefone {
    width: 100%;
    height: 39px;
    margin-left: 0;
    box-sizing: border-box;
    left: 22px;
    position: relative;
  }

  .bg-background-title-page {
    width: 100%;
    background: url('/assets/images/bg-tilte-page-interna.png')no-repeat center center;
    float: left;
    background-size: 100%;
  }

  /*UNIDADE - INTERNA */
  section.lista-servicos-senac ul li .cnt-servicos-paragrafos {
    width: 95%;
    margin: 10px 0;
  }

  section.lista-servicos-senac ul {
    left: 0;
  }

  section.sessao-curso-unidade ul li a p.nome-curso {
    font-size: .9em;
  }

  section.sessao-curso-unidade ul li a p.btn-continue {
    bottom: 56px;
  }

  /* HEADER*/

  div#container-top-blue {
    display: none;
  }

  /*SEGUNDO MENU**/

  div.menu-secund-all ul li a span,
  div.menu-secund-all ul li a p {
    display: none;
  }

  div.menu-secund-all ul li a,
  div.menu-secund-all ul li a.item-3,
  div.menu-secund-all ul li a.item-4,
  div.menu-secund-all ul li a.item-5 {
    width: 80px !important;
    height: 76px;
    background-size: initial !important;
  }

  div.menu-secund-all ul li a.item-3 {
    background: url('/assets/images/sprite-menu-item-2.png')no-repeat 21px 13px !important;
  }

  div.menu-secund-all ul li a.item-4 {
    background: url('/assets/images/sprite-menu-item-3.png')no-repeat 19px 13px !important;
  }

  div.menu-secund-all ul li a.item-5 {
    background: url('/assets/images/sprite-menu-item-4.png')no-repeat 19px 20px !important;
    padding: 0 !important;
    position: relative;
    top: 11px;
  }

  div.menu-secund-all ul {
    text-align: center;
  }

  div.menu-secund-all ul li {
    display: inline-block;
    float: none;
    vertical-align: super;
  }

  .img-cover {
    height: 184px;
  }

  /* PARA SUA EMPRESA */

  section.mercado-trabalho p.desc-section-two {
    width: 100%;
    margin: 0;
    position: relative;
    top: -120px;
    color: #333;
    font: 0.89em 'gotham_bookregular', Arial, Verdana;
  }

  section.mercado-trabalho div.mercado-trabalho-empresa {
    height: 205px;
  }

  section.mercado-trabalho .mercado-trabalho-empresa .box-menu {
    width: 100%;
    height: 205px;
    background-position: center;
  }

  section.mercado-trabalho .mercado-trabalho-empresa .box-menu ul {
    list-style: none;
    margin-left: 0;
    text-align: center;
  }

  section.mercado-trabalho .mercado-trabalho-empresa .box-menu ul li {
    background: url('/assets/images/bg-right-li.png') no-repeat center right;
    height: 210px;
    width: auto;
    float: none;
    padding-right: 15px;
    display: inline-block;
  }

  section.mercado-trabalho .mercado-trabalho-empresa .box-menu ul li .btn-menu-para-empresa-atendimento span {
    background-position-y: -109px;
  }

  /**NUMEROS */

  .intem-numero .numero {
    font: 1.7em 'gothammediumregular', Arial, Verdana;
    margin-top: 33px;
  }

  .intem-numero .classificacao {
    font: 0.5em 'gothammediumregular', Arial, Verdana;
  }

  section.contatos-shared .float-left ul .btn-contato,
  section.contatos-shared .float-left ul .btn-faq {
    font: 0.7em 'gothammediumregular', Arial, Verdana;
  }

  section.contatos-shared .float-left ul {
    width: 100%;
    float: left;
    text-align: center;
  }

  section.mercado-trabalho .mercado-trabalho-empresa .box-menu ul li a {
    font: 0.5em 'gothammediumregular', Arial, Verdana;
  }

  section.contatos-shared .float-left ul li {
    float: none;
    margin: 0 3px;
    max-width: 148px;
    display: inline-block;
    height: 100%;
  }

  section.contatos-shared .float-left {
    float: initial;
    margin: auto;
    padding: 0;
  }

  .classificacao-1,
  .classificacao-3 {
    margin-left: 56px;
  }

  div.bxslider-sidebar-home {
    margin: 18px auto;
    position: relative;
    float: initial;
    top: 31px;
  }

  div.bxslider-sidebar-home div.bx-viewport>ul>li {
    height: auto;
    max-width: 100%;
  }

  div.float-right .figure-woman-and-man-figure {
    display: none;
  }

  div.float-right .form-celular {
    width: 100%;
    margin-left: 0;
  }

  footer .box-form-newsletter {
    top: 93px;
  }

  footer .box-form-newsletter {
    width: 300px;
    float: initial;
    margin: auto;
  }

  footer .box-form-newsletter input[type="email"] {
    width: 147px;
  }

  footer .bar {
    position: relative;
  }

  footer .marca {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: -61px;
  }

  footer .top-footer {
    margin-top: 42px;
    height: 80px;
  }

  footer .top-footer .btn-rodape {
    display: none;
  }

  footer p.texto-rodape {
    font: 0.84em 'gotham_bookregular', Arial, Verdana;
    width: 80%;
    margin: 14px auto;
    float: initial;
    text-align: center;
  }

  section.box-noticias .titulo-destaques>a {
    font-size: 0.51em;
    top: -3px;
  }

  .input-search-noticia {
    margin-top: 22px;
    width: 100%;
    box-sizing: border-box;
  }

  .box-conteudo-noticias .text-artigo {
    width: 57.36% !important;
  }

  .titulo-destaques {
    font: 1.4em 'gotham_bookregular', Arial, Verdana;
  }

  /* section.box-cursos-destaque ul li a span.tag {} */

  section.box-cursos-destaque ul li a span.tag {
    width: 81px;
  }

  section.box-cursos-destaque ul li a p.btn-continue {
    font: 0.63em 'gotham_bookregular', Arial, Verdana;
    position: relative;
    width: 23%;
    top: -46px;
  }

  section.box-noticias div.float-right ul li:first-child {
    border-bottom: 1px solid #d0d0d0;
  }

  div.float-right .form-celular .btn-enviar {
    margin-left: 0;
    margin-top: 0;
    display: block;
    margin: 75px auto 0;
  }

  section.contatos-shared {
    margin-bottom: 0;
  }

  section.box-noticias div.float-right ul li {
    width: 100%;
    margin: 0 0 20px;
  }

  div.bx-wrapper .bx-pager .bx-pager-item {
    float: left;
  }

  section.box-noticias div.float-left span.thumb-noticia {
    height: 190px;
    width: 40.16%;
  }

  section.box-noticias div.float-right ul li span.thumb-noticia {
    width: 31%;
    display: none;
  }

  section.box-noticias div.float-right ul li .titulo-noticia {
    font-size: 0.87em;
    margin-top: 0px;
  }

  section.box-noticias div.float-right ul li p.btn-continue {
    margin-right: 0px;
  }

  div.mercado-trabalho-voce .container-util ul.list-vagas {
    float: initial;
    width: 90%;
    margin: auto;
    text-align: center;
  }

  /* div.mercado-trabalho-voce .container-util ul.list-vagas li {} */

  div.mercado-trabalho-voce .container-util ul.list-vagas li {
    width: 28%;
    display: inline-block;
    float: none;
    vertical-align: top;
  }

  div.mercado-trabalho-voce .container-util .figure-woman {
    display: none;
  }

  div.mercado-trabalho-voce .container-util ul.list-vagas li .btn-continue {
    font: 0.60em 'gothammediumregular', Arial, Verdana;
    width: 70px;
    margin: auto;
    margin: auto;
    left: 0;
    right: 0;
  }

  section.mercado-trabalho .titulo-destaques {
    position: relative;
    top: -125px;
    font-size: 1.5em;
    color: #666;
  }

  section.mercado-trabalho p.desc-geral {
    display: none;
  }

  div.float-right {
    width: 64.25%;
  }

  h1#titulo-unidade-page {
    margin: 87px 0px 0px 30px;
    font-size: 2em;
  }

  .list-unidades li a.btn-continue {
    margin-bottom: 15px;
  }

  .bg-unidade-infor .unidade-title {
    font: 1.3em 'gotham_bookregular', Arial, Verdana;
    margin: 0px 0px 0px 10px;
  }

  .bg-unidade-infor .nome-unidade-large {
    font: 1.8em 'gothammediumregular', Arial, Verdana;
  }

  .bg-unidade-infor {
    height: 170px;
  }

  .box-destaque-unidade .left,
  .box-destaque-unidade .right,
  .box-all-left {
    height: 170px;
  }

  section.mercado-trabalho div.mercado-trabalho-empresa {
    margin-top: 125px;
  }

  section.infor-unidade .left span {
    margin-right: 9px;
  }

  section.mercado-trabalho span.figure-man {
    display: none;
  }

  .box-campos-busca .drp-local,
  .box-campos-busca .termo-busca,
  .box-campos-busca .drp-area,
  .box-campos-busca input[type="submit"] {
    float: left;
  }

  .list-vaga-pra-voce {
    margin-top: 43px;
  }

  .list-vaga-pra-voce .name-endereco {
    margin: 0px 0px 0px 66px;
  }

  .box-infor-vaga-all>p {
    padding-right: 59px;
  }

  h1#title-page-empresa {
    font: 1.8em 'gothammediumregular', Arial, Verdana !important;
    margin: 82px 0px 0px 29px;
  }

  .box-servicos-empresas ul {
    margin-left: 5px;
  }

  .form-empresa-mercado form,
  .form-empresa-mercado .title-box {
    margin-left: 36px;
  }

  .bg-background-title-page h1 {
    font: 2em 'gothammediumregular', Arial, Verdana;
    letter-spacing: -3px;
  }

  .list-item-museu-page .nome-sessao {
    font-size: 0.87em;
  }

  div.box-coluna-raul-lody {
    width: 245px;
  }

  .box-coluna-raul-lody .title-artigo {
    font-size: 0.87em;
  }

  div.box-coluna-raul-lody {
    height: 325px;
  }
}

@media (max-width: 600px) {
  .venha {
    display: none;
  }

  .venha-participar {
    height: 478px;
    margin-top: -36px;
  }

  .mapa {
    float: none;
    margin: 28px auto 0;
    position: relative;
    right: 0;
    width: 371px;
  }

  .bg-background-title-page {
    height: 127px;
  }

  .banner-all-page-interna {
    height: 148px;
    background-image: none !important;
  }

  h1#titulo-unidade-page {
    margin: 46px 0px 0px 30px;
    font-size: 1.3em;
    letter-spacing: -2px;
  }

  .bg-background-title-page h1 {
    font: 1.3em 'gothammediumregular', Arial, Verdana;
    letter-spacing: -3px;
  }

  .bg-background-title-page h2 {
    color: #fff;
    font: 0.80em 'GothamLight', Arial, Verdana;
  }

  .bg-background-title-page h1 {
    margin: 45px 0px 0px 24px;
  }
}

@media (max-width: 590px) {
  #banner-ct {
    height: 200px;
  }

  .aproveite img {
    width: 80%;
  }

  .titulo-curso {
    font-size: 15px;
    width: 80%;
  }

  .unidade {
    width: 80%;
  }

  .frase-riq {
    font-size: 19px;
    letter-spacing: 0;
  }

  div.float-right .form-celular {
    padding-top: 140px;
  }

  h1#title-page-empresa {
    margin: 47px 0px 0px 24px;
    font: 1.3em 'gothammediumregular', Arial, Verdana !important;
    letter-spacing: -2px;
  }

  h2#subtitulo-unidade-page {
    margin: 2px 0px 0px 26px;
    font-size: .7em !important;
  }

  .form-empresa-mercado form,
  .form-empresa-mercado .title-box {
    margin-left: 36px;
    left: 0;
    width: 100%;
  }

  .bg-background-title-page h1 {
    letter-spacing: -1px;
  }

  .box-conteudo-noticias .thumb-artigo {
    height: 140px !important;
  }

  aside.cursos-relacionados ul li a p.nome-curso {
    color: #333;
  }

  .img-curso {
    height: auto;
    padding-top: 33px;
  }

  aside.cursos-relacionados .title-box {
    margin: 0px 0px 15px 0px;
  }

  .box-conteudo-servicos img {
    max-width: 100%;
  }

  .list-unidades li p.telefone {
    margin-left: 25px;
  }

  .list-vaga-pra-voce .name-endereco {
    line-height: 23px;
    padding-bottom: 40px;
  }

  .list-vaga-pra-voce .more-vaga {
    margin-top: -25px;
  }

  .section-cardapio .list-pratos li {
    margin-bottom: 15px;
    float: left;
    width: 31%;
    height: 146px;
  }
}

@media (max-width: 520px) {
  .modal-success div {
    font: 0.8em 'GothamLight', Arial, Verdana;
    padding: 40px;
    overflow: visible;
    width: 80%;
    max-width: 350px;
  }

  #tipico.list-pratos li {
    margin-right: 2%;
    width: 30%;
  }

  .list-pratos.semana li {
    margin-right: 2%;
    width: 30%;
    height: 160px;
  }

  .list-pratos li {
    margin-right: 1%;
    width: 49%;
  }

  .centro-feira {
    width: 90%;
  }

  .texto-feira {
    padding-top: 0;
    font-size: 16px;
  }

  .fim {
    background-position: 78% -6px;
    background-repeat: no-repeat;
    background-size: auto 242px;
    height: 282px;
    margin-top: -21px;
  }

  .titulo-item strong {
    font-size: 14px;
  }

  #slider-mobile {
    display: block;
  }

  #slider-desktop {
    display: none;
  }
}

@media (max-width: 480px) {
  div.box-form-contato .col-all-medium-mini {
    float: initial;
  }

  div.box-form-contato .col-all-medium {
    width: 100%;
  }

  /* NOTICIAS */
  .icon-user-comment {
    margin: 7px auto;
    display: block;
    text-align: center;
  }

  .form-contexto-comentario .input-nome,
  .form-contexto-comentario .input-email {
    width: 100% !important;
    float: right;
    margin: 2px 0 8px;
    box-sizing: border-box;
  }

  .box-conteudo-noticias .text-artigo {
    width: 100% !important;
  }

  /*PAGINAÇÃO */
  .controle-paginacao .btn-next,
  .controle-paginacao .btn-prev {
    font: 0.7em 'gotham_bookregular', Arial, Verdana;
  }

  .controle-paginacao {
    width: 88%;
  }

  .controle-paginacao .list li a {
    text-decoration: none;
    font: 0.8em 'gotham_bookregular', Arial, Verdana;
    color: #222222;
    padding: 6px;
  }

  .controle-paginacao .list li {
    display: inline-block;
    margin: 0;
  }

  /* LICITAÇÕES */
  .box-form-licitacao .drp-ano,
  .box-form-licitacao .drp-n-edital,
  .ipt-palavra {
    width: 73%;
    box-sizing: border-box;
  }

  /*SERVICOS */
  .hours-atendimento-rest {
    height: 170px;
  }

  .box-restaurante-right .top-right .title-restaurante-br strong {
    font: 1.1em 'gothammediumregular', Arial, Verdana;
  }

  .box-restaurante-left .active-bg-rest .title-restaurante-br strong,
  .box-restaurante-left .top-left .title-restaurante-br strong {
    font: 1em 'gothammediumregular', Arial, Verdana;
  }

  .hours-atendimento-rest {
    /*width: 90%;*/
    margin-top: 0;
  }

  .list-pratos li a {
    font: 0.7em 'gotham_bookregular', Arial, Verdana;
    color: #000;
  }

  .list-pratos li .active-item {
    background: url('/assets/images/back-active-cardapio.png') center bottom no-repeat;
    padding-bottom: 20px;
    background-size: 64%;
  }

  .list-pratos li {
    margin-bottom: 15px;
  }

  section.lista-servicos-senac ul li {
    margin-left: 18px !important;
    width: 83% !important;
  }

  section.sessao-servicos ul li p {
    width: 100%;
  }

  .img-servicos {
    display: none;
  }

  .box-conteudo-servicos ul {
    width: 86%;
    left: 17px;
  }

  .saiba-mais-servicos .title-sessao {
    font: 1.5em 'gothammediumregular', Arial, Verdana;
  }

  .saiba-mais-servicos ul li {
    width: 100%;
    margin-right: 0;
    margin: 0 5px 15px;
  }

  .img-servicos-destaque {
    height: 86px;
  }


  /* MERCADO DE TRABALHO - PRA SUA EMPRESA */

  .box-servicos-empresas p {
    width: 100%;
  }

  h2#subtitulo-unidade-page {
    margin: 2px 0px 0px 29px;
    font-size: .8em !important;
  }

  .box-servicos-empresas li ul {
    left: 16px;
  }

  .box-empresa-clientes .title-box {
    font: 1em 'gotham_bookregular', Arial, Verdana;
    margin-top: 20px;
  }

  .box-empresa-clientes .list li {
    margin: 30px 5px;
    width: 102px !important;
  }

  .box-servicos-empresas p a {
    display: block;
    font-size: 14px;
  }


  /* MERCADO DE TRABALHO - PRA VOCÊ - VAGA */
  .box-title-curso {
    position: relative;
  }

  .include-all-vaga {
    margin-top: 12px;
  }

  .btn-quero-essa-vaga {
    width: 242px;
    /* position: absolute; */
    /* left: 0; */
    /* right: 0; */
    background-size: 100%;
    /* top: 343px; */
    margin: auto;
  }

  .btn-quero-essa-vaga>p {
    font: 2.2em 'gothammediumregular', Arial, Verdana;
    line-height: 40px;
  }

  .btn-quero-essa-vaga>span {
    left: 76px;
    top: 8px;
  }

  .btn-indique-amigo {
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
    margin: 10px auto;
    font-size: 17px;
    background-position: center;
  }

  .secund-para-vc-vaga .cursos-relacionados-vaga-interna {
    margin-top: 40px;
  }

  .secund-para-vc-vaga .cursos-relacionados-vaga-interna ul li {
    width: 100%;
  }

  .bg-background-title-page h1 {
    margin: 47px 0px 0px 24px;
  }

  .bg-background-title-page h2 {
    margin: 2px 24px;
  }



  /* MERCADO DE TRABALHO - PRA VOCÊ*/
  .box-campos-busca {
    height: auto;
  }

  .sessao-vagas-pra-voce {
    margin-top: 0;
  }

  .box-campos-busca input[type="submit"] {
    width: 30%;
    float: initial !important;
    margin: 10px auto;
    display: block;
  }

  .box-campos-busca form {
    position: relative;
  }

  .box-campos-busca .icon-search {
    position: absolute;
  }

  .box-campos-busca .drp-local,
  .box-campos-busca .termo-busca,
  .box-campos-busca .drp-area,
  .box-campos-busca .input {
    float: initial !important;
    width: 82% !important;
    display: block !important;
    box-sizing: border-box;
    margin: 5px auto 0 !important;
  }

  /* INSTITUCIONAL*/
  body>div.container-util>div.text-historia>figure {
    width: 280px;
    height: 202px;
  }

  body>div.container-util>div.text-historia>figure,
  body>div.container-util>div.text-historia>figure img {
    display: block;
    margin: auto;
    text-align: center;
    float: initial !important;
  }

  .section-relatorios ul li {
    width: 196px;
    margin: 0 auto;
    float: initial;
  }

  /* UNIDADES */
  .list-unidades li a.btn-continue {
    float: left;
    position: relative;
    left: 10px;
  }

  h1#titulo-unidade-page {
    margin: 46px 0px 0px 30px;
    font-size: 1.3em;
    letter-spacing: -2px;
  }

  .list-unidades li p.endereco,
  .list-unidades li p.telefone {
    width: 87%;
  }


  /* UNIDADE - INTERNA */
  section.infor-unidade {
    margin-top: 7px;
  }

  .box-destaque-unidade,
  .box-destaque-unidade .left,
  .bg-unidade-infor {
    width: 100% !important;
  }

  .bg-unidade-infor {
    padding: 25px;
    box-sizing: border-box;
  }

  .bg-unidade-infor .nome-unidade,
  .bg-unidade-infor .unidade-title,
  .bg-unidade-infor .nome-unidade-large {
    margin: 0;
  }

  .bg-unidade-infor .unidade-title {
    margin-top: 16px !important;
  }

  .bg-unidade-infor .nome-unidade {
    font: 0.73em 'gotham_bookregular', Arial, Verdana;
  }

  section.infor-unidade .left {
    margin-top: 33px;
  }

  section.infor-unidade .left .row {
    margin-right: 0;
    padding-left: 0;
    width: 100%;
  }

  .img-map-unidade,
  .sessao-servicos .img-servicos,
  .box-destaque-unidade .right {
    display: none;
  }

  section.infor-unidade .left .icon-hours {
    margin-bottom: 35px;
  }

  section.sessao-servicos ul li p {
    float: initial;
  }

  section.sessao-curso-unidade .title-box {
    margin: 0;
    border-right: none;
    padding-right: 0;
  }

  section.sessao-curso-unidade .btn-more-cursos,
  section.sessao-curso-unidade #sub-cursos-unidades-title {
    width: 100%;
    margin: 5px 0;
  }

  section.sessao-curso-unidade ul {
    margin: 10px auto !important;
    text-align: center;
  }

  section.sessao-curso-unidade ul li {
    max-width: 281px;
    width: 100%;
    display: inline-block;
    float: none;
    margin-right: 0;
  }

  .box-menu-drop-unidades {
    width: 95%;
    height: 30px;
    margin-top: 0;
    float: initial;
    margin: auto;
  }

  .btn-open-list-unidades {
    width: 86%;
    background-position: 97% 11px;
    box-sizing: border-box;
    padding: 8px 7px;
  }

  .secund-para-vc-vaga .cursos-relacionados-vaga-interna {
    margin-top: 86px;
  }


  /* HOME */
  .intem-numero .numero {
    font: 1.8em 'gothammediumregular', Arial, Verdana;
  }

  .intem-numero .classificacao {
    margin-bottom: 2px;
    width: 90%;
    margin: auto;
  }

  section.box-cursos-destaque ul li a p.btn-continue {
    margin-left: 0;
    font: 0.63em 'gotham_bookregular', Arial, Verdana;
    position: relative;
    width: 23%;
    top: -53px;
    left: 0;
    right: 0;
    margin: auto;
  }

  .classificacao-1,
  .classificacao-3 {
    margin-left: 39px;
  }

  div.mercado-trabalho-voce .container-util ul.list-vagas li {
    width: 32%;
    vertical-align: -webkit-baseline-middle;
  }

  div.mercado-trabalho-voce .container-util ul.list-vagas {
    width: 100%;
  }

  div.mercado-trabalho-voce .container-util ul.list-vagas li:nth-child(3) {
    background: none;
  }

  section.box-cursos-destaque ul li a span.tag {
    width: 81px;
    left: 0;
    right: 0;
    margin: auto;
  }

  section.mercado-trabalho .mercado-trabalho-empresa .box-menu ul li {
    padding-right: 0;
  }

  div.float-right .form-celular .btn-enviar {
    margin: 95px auto 0;
    text-align: center;
    display: block;
  }

  section.box-cursos-destaque ul li {
    display: inline-block;
  }

  section.box-cursos-destaque ul li a p.nome-curso {
    font-size: 1em;
    margin: auto;
    padding: 0 20px;
    text-align: center;
  }

  .box-indique-curso .body form {
    margin-left: 30px;
    margin-top: 40px;
    width: 426px;
  }

  .box-indique-curso .body form input[type="text"],
  .box-indique-curso .body form input[type="email"] {
    border: 1px solid #d9d9d9;
    border-radius: 5px;
    font: 0.9em "GothamLight", Arial, Verdana;
    height: 34px;
    padding: 0 6px;
    width: 411px;
  }

  .box-indique-curso .body .field {
    color: #000;
    font: italic 0.75em "gothammediumregular", Arial, Verdana;
    margin-bottom: 4px;
  }

  .box-indique-curso .body .field {
    color: #000;
    font: italic 0.75em "gothammediumregular", Arial, Verdana;
    margin-bottom: 4px;
  }

  .box-indique-curso .body form#formLoginArquivos input[type="submit"] {
    margin-top: 27px;
  }
}

@media (max-width: 460px) {
  section.box-noticias div.float-right ul li .thumb-noticia {
    width: 30.06%;
  }

  section.box-noticias div.float-left article .date-time {
    position: relative;
    top: 10px;
  }

  section.box-noticias div.float-left .thumb-noticia {
    display: block;
    border: 2px solid #b6b6b6;
    width: 100%;
    height: 229px;
    float: left;
    margin-right: 0;
    position: relative;
  }

  div.menu-secund-all ul {
    zoom: 0.75;
    top: 25px;
    position: relative;
  }

  .box-form-licitacao .form-busca .btn-search,
  .box-form-licitacao .form-busca .btn-search-refinada {
    font-size: 0.7em;
    bottom: -29px;
  }

  .field-n-edital.field-n-edital.field-n-edital,
  .field-palavra-chaves.field-palavra-chaves.field-palavra-chaves,
  .campo-refinida p {
    width: 100% !important;
  }

  .campo-refinida select,
  .campo-refinida input {
    width: 100% !important;
  }

  .open-aba-form {
    margin-left: 0;
    left: 0;
  }

  .box-search-refinida.box-search-refinida.box-search-refinida {
    height: 183px !important;
  }

  .box-search-refinida .center {
    margin: 13px auto;
  }

  .box-form-licitacao .form-busca .btn-search {
    font: 0.7em 'gotham_bookregular', Arial, Verdana;
  }

  .box-restaurante-left.mercadoTrabalho .active-bg-rest .icon-rest {
    float: right;
    width: 45px;
    height: 35px;
    background: url(/assets/images/icoMercado.png)no-repeat;
    margin-top: 26px;
    margin-right: 12px;
    margin-left: 6px;
    background-position: 0px 0px;
    background-size: 56%;
  }

  .box-restaurante-left.mercadoTrabalho .top-left .icon-rest {
    float: right;
    width: 45px;
    height: 35px;
    margin-top: 26px;
    margin-right: 12px;
    margin-left: 6px;
    background-size: 56%;
  }

  .box-restaurante-right.mercadoTrabalho .top-right.active-bg-rest-pelo .icon-rest,
  .box-restaurante-right.mercadoTrabalho .top-right .icon-rest {
    background-size: 70%;
    width: 45px;
    height: 36px;
    margin-top: 25px;
    margin-right: 0;
    margin-left: 26px;
  }

  .banner-all-page-interna {
    margin-bottom: 15px;
  }

  .image-mapa {
    width: 320px;
  }

  .balao {
    width: 320px;
  }

  .image-pessoa.aparece {
    right: 37px;
    top: 39px;
  }

  .mapa {
    width: 320px;
  }

  .venha-participar {
    height: 422px;
  }
}

@media (max-width: 400px) {
  #banner-ct {
    height: 170px;
  }
}

@media (max-width: 390px) {

  .modal-success div {
    font: 0.8em 'GothamLight', Arial, Verdana;
    padding: 40px;
    overflow: visible;
    width: 70%;
    max-width: 300px;
  }

  .titulo-item {
    width: 232px;
    width: 274px;
    background-image: url("/assets/images/feira/bg-titulo-feira2.png");
  }

  .titulo-item strong {
    width: 209px;
  }

  .titulo-item span {
    font-size: 24px;
  }

  .titulo-item strong {
    font-size: 13px;
    padding-bottom: 6px;
  }

  .img-destaque-home {
    height: 237px;
  }

  .titulo-destaques {
    font: 1.3em "gotham_bookregular", Arial, Verdana;
  }

  section.box-noticias div.float-left span.thumb-noticia {
    height: auto;
    margin-bottom: 10px;
    padding-bottom: 0;
  }

  section.box-noticias div.float-left .thumb-noticia {
    overflow: hidden;
  }

  .intem-numero .classificacao {
    font: 0.65em 'gothammediumregular', Arial, Verdana;
  }

  .img-cover {
    height: auto;
    margin-bottom: 0;
    padding: 2px 2px 0;
  }

  section.contatos-shared .float-left ul {
    height: 261px;
  }

  section.contatos-shared .float-left ul li {
    height: 114px;
  }

  div.mercado-trabalho-voce .container-util ul.list-vagas li {
    display: inline-block;
    padding-right: 19px;
    width: 105px;
  }

  section.contatos-shared .float-left ul li {
    width: 55%;
  }

  footer p.texto-rodape {
    font: 0.8em "gotham_bookregular", Arial, Verdana;
  }

  .bx-wrapper img {
    width: 100%;
  }

}

@media (max-width: 380px) {
  .box-restaurante-right .top-right .title-restaurante-br {
    text-align: right;
    margin: 0 15px 0 0;
    font: 0.75em 'gotham_bookregular', Arial, Verdana;
  }

  .box-restaurante-left .top-left .title-restaurante-br {
    text-align: left;
    margin: 0 0 0 15px;
    font: 0.75em 'gotham_bookregular', Arial, Verdana;
  }

  .top .title-restaurante-br {
    clear: both;
  }

  .box-restaurante-left .active-bg-rest .title-restaurante-br {
    color: #0c325d;
    text-align: left;
  }

  .box-restaurante-right .active-bg-rest-pelo .title-restaurante-br,
  .box-restaurante-right .active-bg-rest .title-restaurante-br {
    color: #0c325d;
  }

  .box-restaurante-left .active-bg-rest:hover .title-restaurante-br,
  .box-restaurante-right .active-bg-rest-pelo:hover .title-restaurante-br {
    color: #0c325d;
  }
}

@media (max-width: 320px) {
  div.box-form-contato form input {
    width: 289px;
  }

  div.box-form-contato .col-all-medium {
    width: 289px;
    float: left !important;
  }

  div.box-form-contato .input-drop {
    width: 289px !important;
  }

  div.box-form-contato textarea {
    width: 286px;
  }

  .box-shared-noticia-interna ul li {
    margin-left: 25px;
  }

  .img-noticia-interna {
    margin: 0 auto;
    display: block;
    float: initial;
  }

  /* SERVIÇOS */


  /* MERCADO DE TRABALHO - PRA VOCÊ - VAGA*/
  .bg-background-title-page h2 {
    font-size: 0.73em;
  }

  /*.btn-quero-essa-vaga {
    top: 345px;
  }*/

  .btn-quero-essa-vaga>p {
    font: 2.8em 'gothammediumregular', Arial, Verdana;
    line-height: 44px;
  }

  .btn-quero-essa-vaga>span {
    top: -20px;
  }

  .btn-indique-amigo {
    background-size: contain;
  }

  /* INSTITUCIONAL */
  .bg-background-title-page {
    width: 100%;
    margin-right: 0;
    margin-top: 26px;
  }

  .bg-background-title-page h1 {
    margin: 21px 0px 0px 16px;
  }

  .bg-background-title-page h2 {
    margin-left: 17px;
  }

  /* UNIDADES */
  #FormCadWhatsapp>div.g-recaptcha>div {
    width: 285px !important;
  }

  #FormCadWhatsapp>div.g-recaptcha>div>div>iframe {
    width: 280px;
  }

  div.bxslider-sidebar-home {
    width: 100%;
    margin-left: 0;
  }

  section.box-cursos-destaque ul li a span.tag {
    width: 81px;
  }

  section.box-noticias div.float-left span.thumb-noticia {
    height: 197px;
  }

  .box-redes-responsivo {
    margin: 0 auto;
    list-style: none;
    width: 81%;
  }

  .title-page {
    font: 1em 'gothammediumregular', Arial, Verdana;
    color: #222;
    text-transform: uppercase;
  }

  .uni-interior {
    margin-top: 35px;
  }

  section.box-cursos-destaque ul li a p.btn-continue {
    top: -80px;
    text-align: center;
  }

  .list-vaga-pra-voce .icon {
    display: block;
    width: 31px;
    height: 44px;
    float: left;
    margin: 0px 0px 0px 0px;
    background-size: 100%;
  }

  div.bxslider-sidebar-home div.bx-wrapper .bx-pager {
    left: 29.5%;
    top: 232px;
    bottom: -13%;
  }

  .input-search-noticia {
    margin-top: 22px;
    width: 50%;
  }

  .box-conteudo-noticias .thumb-artigo {
    width: 160px !important;
    height: 118px !important;
    padding: 1px;
  }

  ul.list-artigos li .thumb-artigo {
    margin-right: 14px;
  }

  .box-form-comments {
    margin: 0px;
  }

  .icon-user-comment {
    width: 30px;
    height: 30px;
    background-size: 100%;
  }

  .form-empresa-mercado form #nome,
  .form-empresa-mercado form #email,
  .form-empresa-mercado form #telefone {
    width: 243px;
  }

  .form-empresa-mercado form #mensagem {
    width: 45%;
  }

  .thumb-historia {
    margin-left: -1px;
    width: 299px;
    padding-right: 3px;
    height: 217px;
  }

  .conteudo-this-licitacao .box-main .left {
    background: none;
  }

  div.float-right .form-celular .titulo-section {
    color: #000;
    font: 1.1em 'gothammediumregular', Arial, Verdana;
    text-transform: uppercase;
    font-weight: 800;
    margin-bottom: 15px;
  }

  .btn-open-search {
    width: 11.12%;
  }

  .box-form-comments {
    width: 98.75%;
    margin: 0 auto;
    margin-top: 25px;
  }

  .controle-paginacao {
    width: 95%;
  }

  .icon-user-comment {
    margin-right: 17px;
    margin-top: 16px;
  }

  .box-campos-busca .termo-busca {
    width: 255px;
    margin-right: 10px;
  }

  .box-campos-busca .drp-local {
    width: 279px;
    margin-top: 10px;
  }

  .box-campos-busca .drp-area {
    margin-left: 0px;
    width: 279px;
    margin-bottom: 40px;
    margin-top: 10px;
  }

  .box-indique-curso {
    display: none;
    width: 267px;
    height: 458px;
  }

  .box-indique-curso .body form input[type="text"],
  .box-indique-curso .body form input[type="email"] {
    border: 1px solid #d9d9d9;
    width: 194px;
    height: 34px;
    border-radius: 5px;
    padding: 0px 6px;
  }

  .box-indique-curso .body form input[type="submit"] {
    background: transparent;
    border: 1px solid #000;
    font: 0.75em 'gothammediumregular', Arial, Verdana;
    width: 80px;
    /* margin: 0 auto; */
    margin-top: 41px;
    margin-left: 73px;
  }

  .box-quero-curso {
    display: none;
    width: 288px;
    height: 363px;
  }

  .box-quero-curso .body form {
    width: 222px;
  }

  .box-quero-curso .body form .align-form input {
    width: 226px !important;
    float: left;
  }

  .box-quero-curso .head .title-box {
    width: 90%;
    margin-left: 9px;
  }

  div.box-coluna-raul-lody {
    width: 294px;
  }

  .title-page-servicos {
    font-size: 1.2em;
  }
}

#downloads-cursos {
  padding: 80px 0 20px 0;
}

.confira-abaixo {
  color: #434343;
  font-size: 20px;
  border-bottom: 1px solid #ededed;
  float: left;
  padding: 0 20px 5px 20px;
  margin-bottom: 20px;
}

#downloads-cursos ul {
  list-style: none;
}

#downloads-cursos ul li a {
  color: #727272;
  margin-left: 24px;
  display: block;
  margin-bottom: 14px;
  background-image: url("/assets/images/feira/down-tecnicos.png");
  background-repeat: no-repeat;
  padding-left: 27px;
}

#downloads-cursos ul li a:hover {
  color: #0b78bc;
  background-position: left bottom;
}

/****NATAL****/

@font-face {
  font-family: 'rabbit_on_the_moonregular';
  src: url('/assets/styles/fonts/rabbit_on_the_moon-webfont.woff2') format('woff2'),
    url('/assets/styles/fonts/rabbit_on_the_moon-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

.bannernatal {
  height: 293px;
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: center top;
  background-color: #eee;
  background-image: url("/assets/cursos/topo-natal.jpg");
}

.rede-mobile {
  float: right;
  margin-top: 55px;
  margin-right: 12px;
  background: #eee;
  padding: 6px;
  display: none;
}

.rede-mobile.ativo {
  display: block;
}

.compartilhar-natal {
  float: right;
  margin-top: 50px;
  height: 70px;
}

.compartilhar-natal img {
  opacity: 0.9;
  cursor: pointer;
}

.compartilhar-natal:hover img {
  opacity: 1;
}

.item-curso {
  position: relative;
  padding-bottom: 120px;
  margin-bottom: 40px;
  background-image: url('/assets/cursos/uva.png');
  background-repeat: no-repeat;
  background-position: center bottom;
  font-family: 'Montserrat', sans-serif;
}

.descricao-curso {
  width: 640px;
  float: right;
}

.item-curso .imagem-curso {
  float: left;
  width: 316px;
}

.item-curso.zebra .descricao-curso {
  float: left;
  text-align: right;
}

.item-curso.zebra .imagem-curso {
  float: right;
}

.item-curso.zebra .descricao-curso {
  float: left;
}

.tipo-curso {
  color: #c12c41;
  line-height: 100%;
  padding-top: 18px;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 3px;
}

.titulo-curso {
  text-transform: uppercase;
  line-height: 100%;
  font-size: 18px;
  font-family: 'gothammediumregular';
}

.unidade-curso {
  line-height: 100%;
  font-size: 15px;
  font-size: 14px;
  letter-spacing: -0.7px;
}

.texto-curso-natal {
  line-height: 140%;
  color: #36393d;
  font-size: 14px;
}

.item-curso a:hover .tipo-curso {
  color: #b6273b;
  transition: all .35s;
}

.item-curso a:hover .texto-curso-natal {
  color: #b6273b;
  transition: all .35s;
}

.item-curso.zebra a:hover .tipo-curso {
  color: #0c7d3f;
  transition: all .35s;
}

.item-curso.zebra a:hover .texto-curso-natal {
  color: #0c7d3f;
  transition: all .35s;
}

.unidade-curso {
  margin-top: 12px;
  margin-bottom: 12px;
  padding-top: 12px;
  width: 214px;
  height: 28px;
  text-align: center;
  color: #fff;
  position: relative;
}

.item-curso .sombra {
  position: absolute;
  top: -16px;
  left: -2px;
  width: 31px;
  height: 68px;
  background-image: url('/assets/cursos/sombra.png');
}

.item-curso.zebra .sombra {
  position: absolute;
  top: -16px;
  right: 3px;
  left: inherit;
  background-image: url('/assets/cursos/sombra2.png');
}

.item-curso.impar .unidade-curso {
  background-image: url('/assets/cursos/disponibilidade.png');
}

.item-curso.zebra .unidade-curso {
  float: right;
  background-image: url('/assets/cursos/dtverde.png');
}

.curso-encerrado a {
  opacity: 0.3;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  display: block;
}

.tag-encerrado {
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url('/assets/cursos/encerrado.png');
  background-repeat: no-repeat;
  background-position: center 30%;
  z-index: 99999;
  display: none;
}

.curso-encerrado .tag-encerrado {
  display: block;
}

@media(min-width: 320px) {

  /*Dias das Mães*****************************************/
  .float-left {
    float: left;
  }

  .pull-right {
    float: right;
  }

  .block-center {
    margin: 0 auto;
  }

  .img-fluid {
    max-width: 100%;
    height: auto;
  }

  .hidden-title {
    position: absolute;
    clip: rect(1px 1px 1px 1px);
    /* para Internet Explorer */
    clip: rect(1px, 1px, 1px, 1px);
    padding: 0;
    border: 0;
    height: 1px;
    width: 1px;
    overflow: hidden;
  }

  .dia-das-maes--main {
    position: relative;
    background-color: #4d986a;
    margin-bottom: -190px;
    overflow: hidden;
  }

  .dia-das-maes--header {
    position: static;
    width: 100%;
    height: auto;
    background-image: url('/assets/images/diadasmaes/bgtoporeduzido.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    box-shadow: none;
  }

  .dia-das-maes--header .dia-das-maes--container {
    position: relative;
    text-align: center;
  }

  .dia-das-maes--header .dia-das-maes--container img:last-of-type {
    position: absolute;
    bottom: -50px;
    left: 0;
  }

  .dia-das-maes--desc {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 100px;
    clear: both;
  }

  .dia-das-maes--desc h2 {
    flex: 1 0 100%;
    font-family: 'Afterglow';
    font-size: 30px;
    color: #ffe634;
    text-align: center;
  }

  .dia-das-maes--desc .descricao {
    position: relative;
    width: 260px;
    height: 258px;
    text-align: center;
  }

  .dia-das-maes--desc .descricao div {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .dia-das-maes--desc .descricao p:first-of-type {
    font-family: 'Afterglow';
    font-size: 20px;
    color: #fff;
  }

  .dia-das-maes--desc .descricao p:last-of-type {
    font-family: 'Afterglow';
    font-size: 20px;
    color: #ffe634;
  }

  .dia-das-maes--desc .preco {
    position: relative;
    width: 260px;
    height: 258px;
    overflow: hidden;
  }

  .dia-das-maes--desc .preco div {
    position: absolute;
    top: 0;
    left: 0;
    width: 258px;
    height: 258px;
    background-color: #468e62;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    z-index: 0;
  }

  .dia-das-maes--desc .preco p {
    position: relative;
    margin: 0;
    z-index: 1;
  }

  .dia-das-maes--desc .preco p:first-of-type {
    margin-top: 40px;
    margin-left: 20px;
    margin-bottom: -35px;
    font-family: 'Afterglow';
    font-size: 49px;
    color: #fff;
  }

  .dia-das-maes--desc .preco p:last-of-type {
    font-family: 'Afterglow';
    font-size: 149px;
    color: #fff;
  }

  .dia-das-maes--desc .preco p:last-of-type span {
    font-size: 49px;
    vertical-align: 87px;
  }

  .dia-das-maes--desc .preco small {
    position: relative;
    display: block;
    margin-top: -42px;
    margin-left: 40px;
    font-family: 'Afterglow';
    font-size: 25px;
    color: #fff;
    z-index: 1;
  }

  .dia-das-maes--desc .preco img {
    position: absolute;
    right: 1px;
    bottom: 26px;
    z-index: 2;
    width: 120px;
  }

  .dia-das-maes--cardapio {
    margin: 60px auto 0;
    padding-bottom: 125px;
  }

  .dia-das-maes--cardapio h2 {
    font-family: 'Lovely Home';
    font-size: 60px;
    text-align: center;
    color: #fff;
  }

  .dia-das-maes--cardapio .line span {
    font-size: 3px;
    color: #fff;
  }

  .dia-das-maes--cardapio p {
    font-family: 'Afterglow';
    font-size: 20px;
    color: #ffe634;
  }

  .dia-das-maes--cardapio ul {
    margin-left: 40px;
  }

  .dia-das-maes--cardapio ul li {
    color: #ffe634;
  }

  .dia-das-maes--cardapio ul li p {
    font-family: 'Afterglow';
    font-size: 18px;
    color: #fff;
  }

  .dia-das-maes--container {
    max-width: 1080px;
    width: auto;
    padding-left: 30px;
    padding-right: 30px;
    height: auto;
  }

  /*Senac mais verde*/
  .numeros-list-container {
    width: 100%;
    height: auto;
    margin-top: 80px;
    padding-top: 40px;
    border-top: 1px solid #eaeaea;
  }

  .numeros-list {
    width: 100% !important;
    list-style-type: none;
    margin: 0;
    padding: 0;
    left: 0 !important;
    right: 0 !important;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
  }

  .numeros-list li {
    position: relative;
    width: 182px;
    height: 309px;
    text-align: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    overflow: hidden;
  }

  .numeros-list div {
    margin-top: 150px;
  }

  .numeros-list li h3 {
    font: 35px 'KG HAPPY Solid', Arial, Verdana;
    color: #FFF;
    margin: 0;
  }

  .numeros-list li p {
    padding: 0 12px;
    font: 15px 'KG HAPPY Solid', Arial, Verdana;
    color: #FFF;
    margin: 0;
  }

  .numeros-list li small {
    font: 9px 'KG HAPPY Solid', Arial, Verdana;
    color: #FFF;
    margin: 0;
  }

  .numeros-list li:nth-child(1) {
    background-image: url('/assets/images/tonner.jpg');
  }

  .numeros-list li:nth-child(2) {
    background-image: url('/assets/images/oleo.jpg');
  }

  .numeros-list li:nth-child(3) {
    background-image: url('/assets/images/reciclagem.jpg');
  }

  .numeros-list li:nth-child(4) {
    background-image: url('/assets/images/lacres.jpg');
  }

  .numeros-list li:nth-child(5) {
    background-image: url('/assets/images/lampadas.jpg');
  }

  .numeros-list li:nth-child(6) {
    background-image: url('/assets/images/terracycle.jpg');
  }
}

@media(min-width: 567px) {

  /*Dias das Mães*****************************************/
  .dia-das-maes--header .dia-das-maes--container img:last-of-type {
    bottom: -85px;
  }

  .dia-das-maes--desc h2 {
    font-size: 50px;
  }

  .dia-das-maes--desc .descricao {
    width: 464px;
    height: 317px;
    margin-right: 20px;
  }

  .dia-das-maes--desc .descricao p:first-of-type {
    font-size: 35px;
  }

  .dia-das-maes--desc .descricao p:last-of-type {
    font-size: 35px;
  }

  .dia-das-maes--desc .preco {
    width: 386px;
    height: 317px;
    margin-left: 20px;
  }

  .dia-das-maes--desc .preco div {
    width: 317px;
    height: 317px;
  }

  .dia-das-maes--desc .preco p:last-of-type {
    font-size: 189px;
  }

  .dia-das-maes--desc .preco img {
    right: 46px;
    bottom: 17px;
    width: 147px;
  }

  .dia-das-maes--cardapio {
    padding-bottom: 225px;
  }

  .dia-das-maes--cardapio h2 {
    font-size: 120px;
  }

  .dia-das-maes--cardapio .line span {
    font-size: 8px;
  }

  .dia-das-maes--cardapio p {
    font-size: 40px;
  }

  .dia-das-maes--cardapio ul li p {
    font-size: 30px;
  }

  /*Senac mais verde*/
  .numeros-list {
    justify-content: space-evenly;
    justify-content: space-around;
  }
}

@media(min-width: 768px) {

  /*Dias das Mães*****************************************/
  .dia-das-maes--header .dia-das-maes--container img:last-of-type {
    bottom: -170px;
  }

  .dia-das-maes--desc {
    margin-top: 300px;
  }

  /*Senac mais verde*/
  .numeros-list {
    justify-content: space-between;
  }
}

@media(min-width: 992px) {

  /*Dias das Mães*****************************************/
  .dia-das-maes--desc .descricao {
    position: relative;
    text-align: right;
  }
}

@media(min-width: 1200px) {

  /*Dias das Mães*****************************************/
  .dia-das-maes--main {
    background-image: url('/assets/images/diadasmaes/flores-todas.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }

  .dia-das-maes--container {
    width: 100%;
  }
}

@media (max-width: 1200px) {
  .bannernatal {
    height: 218px;
  }

  .descricao-curso {
    width: 70%;
  }

  .item-curso .imagem-curso {
    width: 28%;
  }
}

@media (max-width: 992px) {

  .item-curso .imagem-curso img {
    width: 100%;
  }

  .titulo-curso {
    font-size: 35px;
  }
}

@media (max-width: 768px) {
  .bannernatal {
    height: 150px;
  }

  .imagem-curso {
    float: none !important;
    text-align: center !important;
    width: 100% !important;
  }

  .imagem-curso img {
    width: 80% !important;
  }

  .descricao-curso {
    width: 100% !important;
  }

  /* .item-curso.zebra .unidade-curso {} */

  .titulo-curso {
    font-size: 25px;
  }

  .item-curso {
    background-size: auto 50px;
    padding-bottom: 77px;
  }

  .tag-encerrado {
    background-size: 200px auto;
  }

  .compartilhar-natal {
    margin-top: 11px;
    height: 41px;
  }

  .titulo-curso {
    width: 100%;
  }

  .rede-mobile {
    margin-top: 12px;
    margin-bottom: 15px;
  }

  #oscursos {
    padding-top: 30px;
  }
}

@media (max-width: 570px) {
  .bannernatal {
    height: 90px;
  }
}

@media (max-width: 460px) {}

@media (max-width: 390px) {}
