::-webkit-scrollbar {
	width: 8px
}

::-webkit-scrollbar-track-piece {
	background-color: rgba(200, 200, 200, 0.6);
	border-left: 1px solid rgba(200, 200, 200, 0.6)
}

::-webkit-scrollbar-thumb:vertical,
::-webkit-scrollbar-thumb:horizontal {
	background-color: rgba(150, 150, 150, 0.8);
	border-radius: 3px
}

::-webkit-scrollbar-thumb:vertical:hover,
::-webkit-scrollbar-thumb:horizontal:hover {
	background-color: rgba(100, 100, 100, 1)
}

body {
	font-size: 10pt;
	line-height: 2;
	color: rgba(0, 0, 0, 1);
	font-weight: 100;
	background: #FFF
}

audio {
	display: block;
	margin-top: 15px;
	margin-bottom: 15px
}

.content-site div,
.content-site p {
	background: #FFF
}

.content-site div img,
.content-site a img {
	mix-blend-mode: multiply;
	filter: gray;
	-webkit-filter: grayscale(1);
	filter: grayscale(1)
}

.content-site div img:hover,
.content-site a img:hover {
	-webkit-filter: grayscale(0);
	filter: none
}

.content-site img {
	margin-top: 20px;
	margin-bottom: 20px;
	display: block;
	height: auto
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 600;
	color: #000
}

.h1,
h1 {
	font-size: 35px;
	margin-bottom: 20px
}

.h2,
h2,
hr {
	margin-top: 0
}

.h2 hr {
	width: 10%;
	border-top: 3px solid rgba(135, 225, 209, 1);
	float: left
}

.h6,
h6 {
	font-size: 10pt;
	line-height: 2;
	color: #000 !important
}

.container {
	padding-right: 15px;
	padding-left: 15px;
	position: relative
}

.container .container-text ul {
	margin-bottom: 35px
}

a,
a:hover,
a:active,
a:focus {
	color: inherit;
	cursor: pointer
}

p {
	margin-bottom: 35px
}

.navbar-nav {
	margin-top: 0
}

.navbar-brand {
	margin-bottom: -66px;
	padding: 0;
	height: 95px;
	transition: all .3s ease-in-out;
	position: absolute;
	bottom: 0
}

.navbar-scroll.navbar .navbar-brand {
	top: 5px;
	height: 68px;
	padding-left: 15px
}

.navbar-brand>img {
	height: 100%;
	padding: 5px;
	width: auto;
	margin-right: 15px
}

section {
	padding-bottom: 140px;
	padding-top: 170px
}

.expertise,
.professional,
#contact .item {
	float: left;
	min-height: 1px;
	padding-right: 45px;
	position: relative
}

.navbar {
	background-color: #f4f4f4;
	border-color: transparent;
	height: 138px;
	color: #000;
	padding-top: 0
}

.navbar .info {
	background-color: rgba(135, 225, 209, 1);
	border-bottom: 0 solid #646464;
	height: 30px
}

.navbar .info>.container {
	background: transparent
}

.navbar .info ul {
	font-size: 9pt;
	margin-top: 1px;
	font-weight: 400;
	transition: all .3s ease-in-out
}

.navbar .info ul li,
.navbar .info ul li a,
.navbar .info ul li i {
	color: #3b786d !important
}

.navbar .info ul li.phone {
	font-size: 11pt
}

.navbar .info .col-restricted {
	position: absolute;
	padding-left: 8px
}

.navbar .info .col-restricted ul {
	padding-top: 2px
}

.navbar.navbar-scroll .info ul li.phone {
	font-size: 9pt
}

.navbar.navbar-scroll .info ul,
.navbar.navbar-scroll .info ul li.social i {
	font-size: 8pt;
	font-weight: 400;
	margin-top: 5px
}

.navbar .info ul small {
	font-size: 74%;
	font-weight: 400
}

.navbar .info ul li.social {
	padding-left: 15px;
	position: relative
}

.navbar .info ul li.social i {
	background: transparent;
	border-radius: 4px;
	color: #000;
	font-size: 12pt;
	padding: 0;
	text-align: center
}

.input-search {
	position: absolute;
	top: -8px;
	right: 30px;
	width: 1px;
	border: 1px solid rgba(135, 225, 209, 1);
	padding: 5px;
	opacity: 0;
	transition: all .3s ease-in-out;
	color: rgba(135, 225, 209, 1)
}

.navbar .info ul li.social:hover .input-search {
	width: 240px;
	opacity: 1
}

.navbar-scroll.navbar {
	height: 115px
}

.navbar-scroll.navbar .info {
	height: 35px
}

.navbar-scroll.navbar .navbar-header,
.navbar-scroll.navbar .navbar-collapse {
	margin-top: 22px
}

.navbar-header,
.navbar-collapse {
	margin-top: 34px
}

.navbar-collapse {
	position: absolute;
	right: 15px
}

.nav>li>a {
	color: #000;
	font-weight: 400;
	padding: 10px 6px 10px 6px;
	transition: all .3s ease-in-out
}

.nav>li:hover>a,
.nav>li.active>a {
	color: #000 !important;
	text-shadow: 0 0 0 rgba(0, 0, 0, 0.5), 0px 0 .001px rgba(0, 0, 0, 0.5)
}

.nav>li a hr {
	margin-top: 10px;
	margin-bottom: 0;
	width: 45%;
	opacity: 0;
	transition: all .3s ease-in-out
}

.nav>li:hover a hr,
.nav>li.active a hr {
	margin-top: 10px;
	margin-bottom: 0;
	border: 0;
	border-top: 2px solid rgba(135, 225, 209, 1);
	width: 45%;
	opacity: 1
}

.nav>li.dropdown:hover a hr:after {
	border-top: 4px solid rgba(135, 225, 209, 1);
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	content: "";
	display: inline-block;
	left: 46%;
	position: absolute;
	top: 42px;
	z-index: 1005
}

.nav>li>a:focus,
.nav>li>a:hover,
.nav>.active>a,
.nav>.active>a:focus,
.nav>.active>a:hover {
	background-color: transparent;
	color: #777
}

.dropdown-menu {
	background-color: rgba(248, 248, 248, 1);
	border: 1px solid transparent;
	border-radius: 0 !important;
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.05);
	font-size: 14px;
	left: -25% !important;
	right: -1% !important;
	margin: 0;
	height: auto;
	width: auto;
	padding: 15px 15px 15px 0;
	position: absolute;
	top: 91%;
	z-index: 1000;
	min-height: 128px;
	opacity: 0;
	transition: all .6s ease-in-out;
	display: block
}

.dropdown-menu li {
	width: 33.3333%;
	float: left;
	display: block
}

.dropdown-menu li a {
	white-space: initial;
	min-height: 33px;
	padding-top: 10px;
	border-bottom: 2px solid transparent;
	transition: all .3s ease-in-out
}

.dropdown-menu li:hover a {
	background: rgba(0, 0, 0, 0.03);
	border-radius: 0;
	border-bottom: 2px solid transparent
}

.dropdown ul {
	padding: 15px;
	padding-top: 30px;
	padding-bottom: 30px
}

.dropdown:hover .dropdown-menu {
	opacity: 1;
	top: 81%
}

.dropdown a i {
	transition: all .3s ease-in-out
}

.dropdown:hover a i {
	transform: rotate(45deg)
}

.nav>li {
	overflow: hidden
}

.nav>li:hover {
	position: initial;
	overflow: visible
}

.btn-default {
	border-radius: 50px;
	padding-left: 45px;
	padding-right: 45px
}

.btn-primary {
	background-color: rgba(200, 200, 200, 1);
	border: medium none;
	border-radius: 0;
	color: #000;
	min-width: 100%
}

.btn-primary:hover {
	background: rgba(76, 76, 76, 0.85)
}

.btn-primary.focus,
.btn-primary:focus {
	background: rgba(76, 76, 76, 0.85)
}

.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary.focus:active,
.btn-primary:active:hover {
	background: rgba(56, 56, 56, 0.85)
}

.modal-content {
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
	border-radius: 0
}

#faq .question .h3 {
	margin-bottom: 20px;
	font-weight: 500
}

#faq .question .h3 span {
	font-size: 11pt
}

#faq .question .answer {
	margin-bottom: 40px;
	margin-top: -28px
}

.ui-accordion .ui-accordion-header,
.ui-accordion .ui-accordion-content {
	margin: 0;
	padding: 0
}

.ui-helper-reset {
	line-height: inherit
}

.ui-icon {
	display: none
}

.logo1 {
	display: block
}

.logo2 {
	display: none
}

.left-line {
	width: 3px;
	height: 100%;
	position: absolute;
	background: rgba(135, 225, 209, 1);
	margin-left: -25px
}

.margin-top {
	margin-top: 45px
}

.has-error .form-control {
	border-color: #a94442 !important;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075) !important;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075) !important
}

section#index {
	padding-bottom: 0;
	padding-top: 0
}

#index .container {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 0;
	width: auto;
	padding-left: 5%;
	padding-right: 5%;
	border-top: 2px solid rgba(255, 255, 255, 0.2);
	height: 80px;
	margin-left: 5%;
	margin-right: 5%
}

#index .item {
	float: left;
	overflow: hidden;
	position: absolute;
	width: 100%;
	margin-left: 0;
	background-color: rgba(135, 225, 209, 0.85);
	background-size: cover;
	background-position: center center;
	background-blend-mode: multiply
}

#index .item img {
	mix-blend-mode: multiply;
	max-width: 125%;
	margin-left: -10%
}

.carousel-indicators {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	height: 10px;
	right: auto;
	left: 10%;
	width: auto
}

.carousel-indicators li {
	display: block;
	margin-bottom: 5px;
	border: 1px solid #fff;
	width: 7px;
	height: 7px
}

.carousel-indicators li.active {
	margin-bottom: 5px;
	background: #fff;
	width: 9px;
	height: 9px
}

.carousel-inner {
	height: 663px
}

.carousel .carousel-control {
	display: none;
	transition: all .3s ease-in-out;
	font-size: 25px;
	padding-top: 0;
	top: auto;
	width: 60px;
	z-index: 20;
	height: 40px;
	bottom: 85px
}

.carousel-control.left {
	left: 45%;
	background: transparent
}

.carousel-control.right {
	right: 45%;
	background: transparent
}

.carousel:hover .carousel-control {
	display: block
}

#index .item .caption {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	bottom: auto;
	color: #000;
	left: 55%;
	padding: 25px;
	position: absolute;
	right: 0;
	text-align: left;
	text-shadow: none;
	top: 26%;
	padding-top: 15px
}

#index .item .caption.left {
	left: 18%;
	right: 35%
}

#index .item .caption hr:nth-child(1) {
	margin-top: 0
}

#index .item .caption hr {
	margin-bottom: 20px;
	margin-top: 20px;
	border-top: 2px solid #FFF;
	width: 15%;
	float: left
}

#index .item .caption hr:last-child {
	border-top: 3px solid #FFF
}

#index .item .caption .intro-lead-in {
	background: transparent none repeat scroll 0 0;
	line-height: 1.2;
	font-size: 58px;
	font-weight: 600;
	text-transform: inherit;
	color: #fff;
	letter-spacing: 0
}

#index .item .caption .intro-heading {
	color: #FFF;
	text-transform: uppercase;
	padding-top: 0;
	font-size: 13pt
}

#index .item .caption .intro-heading button,
#index .item .caption .intro-heading a {
	border: 0;
	background: rgba(255, 255, 255, 1);
	color: rgba(135, 225, 209, 1);
	font-size: 8pt;
	text-transform: uppercase;
	font-weight: 400;
	padding: 4px;
	padding-left: 45px;
	padding-right: 45px;
	border-radius: 25px;
	margin-top: 20px;
	position: absolute
}

#index .item .caption .intro-heading button:hover,
#index .item .caption .intro-heading a:hover {
	color: rgba(100, 100, 100, 1);
	text-decoration: none
}

#index .item .caption .intro-heading button i,
#index .item .caption .intro-heading a i {
	margin-left: 10px
}

#index .services .acesso-rapido {
	position: absolute;
	color: rgba(255, 255, 255, 0.8);
	margin-top: -30px;
	text-transform: uppercase
}

#index .services div[class*="col-md"] {
	padding-left: 2px;
	padding-right: 10px
}

#index .services div[class*="col-md"]:last-child {
	padding-right: 3px
}

#index .services span {
	display: block;
	padding: 4px;
	font-size: 9.5pt;
	padding-right: 0;
	transition: all .2s ease-in-out
}

#index .services a {
	text-decoration: none
}

#index .services button img,
#index .services a img {
	height: 100%;
	vertical-align: middle;
	float: left
}

#index .services button hr,
#index .services a hr {
	width: 60px;
	float: left;
	opacity: 0;
	transition: all .3s ease-in-out;
	margin-left: -32px
}

#index .services button,
#index .services a {
	background: transparent;
	color: #FFF;
	padding: 15px;
	padding-left: 0;
	padding-right: 0;
	width: 100%;
	display: block;
	text-align: left;
	font-size: 7.5pt;
	border: 0;
	height: 70px;
	line-height: 1.4;
	transition: all .3s ease-in-out
}

#index .services button i,
#index .services a i {
	font-size: 20pt;
	float: left;
	margin-right: 2px;
	width: 28px;
	height: 42px;
	padding: 3px 5px 5px 0;
	transition: all .3s ease-in-out
}

#index .services button i.sub,
#index .services a i.sub {
	position: absolute;
	border-radius: 50px;
	width: 20px;
	height: 20px;
	line-height: 0;
	padding: 11px 0 0 6px;
	left: 10px;
	top: 32px;
	text-shadow: -2px 2px 5px rgba(135, 225, 209, 0.8), 2px -2px 5px rgba(135, 225, 209, 0.8);
	font-size: 8pt
}

#index .services button:hover span,
#index .services a:hover span {
	padding-top: 0
}

#index .services button:hover i,
#index .services a:hover i {
	padding-top: 0
}

#index .services button:hover hr,
#index .services a:hover hr {
	opacity: .5
}

#sitemap ul.first-list>li {
	margin-bottom: 35px
}

#sitemap ul.first-list>li:nth-child(1) {
	display: none
}

#sitemap ul.first-list>li>ul>li {
	margin-top: 10px
}

#sitemap ul li {
	font-size: 9pt
}

.fast-footer #sitemap ul li {
	font-size: 9pt
}

.fast-footer #sitemap ul li a {
	padding: 0
}

#search .h2,
#search h2,
#sitemap .h2,
#sitemap h2 {
	height: inherit;
	margin-bottom: auto;
	margin-top: 25px
}

#search hr,
#sitemap hr {
	width: 8%;
	border-top: 3px solid rgba(135, 225, 209, 1);
	float: left;
	margin-top: 10px;
	margin-bottom: 30px
}

#error404 .input-search {
	border-radius: 50px;
	border: 1px solid rgba(0, 0, 0, 0.3);
	box-shadow: none;
	font-size: 9pt;
	height: 28px;
	position: inherit;
	opacity: 1;
	width: 50%;
	padding-left: 15px;
	padding-right: 15px
}

#news {
	padding-bottom: 100px
}

#news.home {
	padding-top: 70px
}

#news .social i {
	width: 38px;
	height: 38px;
	text-align: center;
	padding-top: 12px;
	color: rgba(135, 225, 209, 1);
	cursor: pointer
}

#news .h2,
#news h2 {
	height: inherit;
	margin-bottom: auto;
	margin-top: 25px
}

#news div[class*="col-md"] {
	padding-left: 0;
	padding-right: 15px
}

#news.internal div[class*="col-md"] {
	padding-left: 15px
}

#news div[class*="col-md"] div[class*="col-md"] {
	padding: 0;
	overflow: hidden
}

#news .news-top,
#news .news-sub {
	cursor: pointer
}

#news .news-top {
	max-height: 290px;
	min-height: 290px;
	overflow: hidden
}

#news .text a {
	color: #31708f !important
}

#news .text img {
	width: 100% !important;
	height: auto !important;
	margin-bottom: 15px;
	margin-top: 15px
}

#news .news-top .img,
#news .news-top .text {
	height: 290px;
	overflow: hidden
}

#news .news-sub {
	max-height: 130px;
	min-height: 130px;
	overflow: hidden;
	margin-bottom: 30px
}

#news .news-sub .img {
	border-right: 30px solid #FFF
}

#news .news-sub .img,
#news .news-sub .text {
	height: 130px;
	overflow: hidden
}

#news .news-sub p {
	display: none
}

#news.internal .news-sub,
#news.internal .news-sub .img,
#news.internal .news-sub .text {
	max-height: 170px;
	min-height: 170px;
	height: 170px;
	margin-bottom: 60px
}

#news .news-top .img img,
#news .news-sub .img img {
	height: 120%;
	transition: all .3s ease-in-out
}

#news.internal .news-top .img img,
#news.internal .news-sub .img img {
	height: 138%;
	transition: all .3s ease-in-out;
	margin-top: -22%;
	margin-left: -50%
}

#news.internal .news-sub:hover .img img {
	height: 156%
}

#news .news-top .text,
#news .news-sub .text {
	padding-right: 15px !important;
	position: relative
}

#news .news-top .text {
	padding-left: 25px !important
}

#news small {
	text-transform: uppercase
}

#news button {
	position: absolute;
	bottom: 5px;
	border: 1px solid rgba(0, 0, 0, 0.3);
	border-radius: 50px;
	padding-left: 45px;
	padding-right: 45px;
	padding-top: 0;
	padding-bottom: 0;
	text-transform: uppercase;
	font-size: 8pt;
	background: #FFF
}

#news .navigation button {
	position: inherit;
	width: 100%;
	margin-top: 25px;
	padding-left: 0;
	padding-right: 0
}

#news .navigation button i {
	margin-left: 10px;
	margin-right: 10px
}

#news .navigation div {
	padding: 10px !important
}

#news.internal button {
	right: 0;
	left: inherit
}

#news button i {
	margin-left: 10px
}

#news .news-top:hover img,
#news .news-sub:hover img {
	height: 135%
}

#news hr,
#links hr {
	width: 8%;
	border-top: 3px solid rgba(135, 225, 209, 1);
	float: left;
	margin-top: 10px;
	margin-bottom: 30px
}

#news .video {
	background-color: rgba(0, 0, 0, 0.85);
	padding: 0 !important;
	border-right: 30px solid #FFF;
	height: 225px;
	overflow: hidden;
	cursor: pointer
}

#news .video i {
	color: #FFF;
	font-size: 50pt;
	position: absolute;
	width: 85px;
	height: 85px;
	border: 2px solid rgba(255, 255, 255, 0.95);
	padding: 8px 0 0 30px;
	top: 15%;
	border-radius: 50px;
	line-height: 0;
	left: 32%;
	z-index: 1;
	transition: all .3s ease-in-out
}

#news .video img {
	opacity: .5;
	height: 140%;
	transition: all .3s ease-in-out;
	margin-left: -33.333%;
	margin-top: -18%
}

#news .video .caption {
	position: absolute;
	bottom: 0;
	color: #FFF;
	font-weight: 600;
	line-height: 1.5;
	padding: 20px;
	transition: all .3s ease-in-out;
	min-height: 94px
}

#news .video:hover img {
	opacity: .9;
	height: 150%
}

#news .video:hover i {
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
	text-shadow: 0 1px 10px rgba(0, 0, 0, 1);
	background: rgba(255, 255, 255, 0.2)
}

#news .video:hover .caption {
	text-shadow: 0 1px 5px rgba(0, 0, 0, 1)
}

#links .links-sub {
	margin-bottom: 35px
}

#aboutus p {
	float: left;
	padding-right: 15px;
	width: 33.333%
}

#aboutus ul {
	float: left;
	margin-top: -43px;
	width: 66.333%
}

#aboutus ul li {
	padding-right: 0;
	width: 49.333%
}

#aboutus .single-image p {
	width: 50%
}

#aboutus .single-image ul {
	float: left;
	margin-top: -45px;
	width: 50%
}

#aboutus .single-image ul li {
	width: 100%;
	text-align: right;
	display: none
}

#aboutus .single-image ul li:nth-child(1),
#aboutus .single-image ul li:nth-child(2) {
	display: block;
	height: 230px;
	overflow: hidden;
	margin-bottom: 15px
}

#aboutus .single-image ul li img {
	width: 90%;
	display: inline
}

#expertise {
	background: #FFF;
	color: inherit;
	padding-top: 0;
	padding-bottom: 0
}

#expertise .container {
	background: #f1f1f1;
	padding-bottom: 150px;
	padding-top: 150px
}

#expertise .expertise {
	width: 50%;
	text-align: left;
	margin-bottom: 25px
}

#expertise .expertise>i:first-child {
	display: block;
	background: transparent none repeat scroll 0 0;
	color: #000;
	font-size: 35px;
	height: 50px;
	margin-top: 10px;
	padding-top: 10px;
	position: inherit;
	text-align: left;
	width: 50px
}

#expertise .expertise>a {
	color: #000;
	display: block;
	text-align: center;
	width: 100%;
	font-size: 18px
}

#expertise .expertise>a.opendetail {
	display: none !important
}

#expertise .expertise>hr {
	display: none
}

#expertise .expertise:nth-last-child(-n+2) hr {
	display: none
}

#expertise .expertise h2,
#expertise .expertise p {
	margin-left: 0
}

#expertise .expertise p.detail {
	display: none
}

#expertise>div>div>h1,
#expertise>div>div>.h1 {
	text-align: left
}

#expertise h2,
#expertise .h2 {
	font-size: 18px
}

#expertise>div>div>p {
	border-bottom: 0;
	margin: 0 0 35px;
	padding: 0 0 35px;
	text-align: left;
	width: 100%
}

#professionals {
	background: transparent;
	color: #000
}

#professionals .professional {
	margin-bottom: 45px;
	text-align: left;
	width: 50%;
	min-height: 355px
}

#professionals>div>div>h1,
#professionals>div>div>.h1 {
	text-align: left
}

#professionals>div>div>p {
	border-bottom: 0;
	margin: 0 0 35px;
	padding: 0 0 35px;
	text-align: left;
	width: 100%
}

#professionals>div>div>div.professional>img {
	max-width: 25%
}

#professionals>div>div>div.professional>h5,
#professionals>div>div>div.professional>h2 {
	color: #000;
	font-size: 18px;
	font-weight: inherit;
	left: 0;
	position: inherit;
	top: 15px;
	z-index: 1000
}

#professionals .avatar {
	border-radius: 50%;
	overflow: hidden;
	text-align: center;
	width: 160px;
	height: 160px;
	display: inherit
}

#professionals>div>div>div.professional>p.detail {
	background: transparent none repeat scroll 0 0;
	bottom: -10px;
	color: #000;
	left: 0;
	padding: 25px 0;
	position: inherit;
	right: 0;
	top: 0;
	transition: all .3s ease-in-out 0s
}

#professionals>div>div>div.professional:hover>p.detail {
	background: transparent none repeat scroll 0 0;
	color: #000
}

#professionals>div>div>div.professional>ul {
	display: none
}

#professionals .opendetail {
	display: none
}

#contact .contact-model-1 {
	display: none
}

#contact .contact-model-2 {
	display: initial
}

#contact .contact-model-2 ul li i {
	width: 32px;
	height: 32px;
	text-align: center;
	padding: 5px
}

#contact .contact-model-2 ul li p {
	position: absolute;
	margin-left: 35px;
	margin-top: -30px
}

#contact .contact-model-2 .container div[class*="col-md"] {
	padding-left: 0
}

#contact .contact-model-2 h1 {
	margin-top: 0
}

#contact {
	min-height: 350px;
	text-align: left;
	color: inherit;
	height: auto;
	position: relative;
	background-image: url(../../../img/contact/banner.jpg);
	background-size: cover;
	background-position: center center;
	color: #FFF;
	font-size: 8.8pt
}

#contact label {
	font-weight: 500 !important;
	margin-top: 10px
}

#contact .form-group label {
	margin-top: 0
}

#contact .left-line {
	background: #FFF
}

#contact .form-control {
	background: transparent;
	border-radius: 50px;
	color: #FFF;
	font-size: 8.6pt;
	height: 28px
}

#contact select.form-control {
	padding-top: 3px;
	background-color: rgba(0, 0, 0, 0.8)
}

#contact button {
	width: 100%;
	background: #FFF;
	border: 0;
	color: #000;
	font-weight: 500;
	text-transform: uppercase;
	padding: 3px;
	border-radius: 50px
}

#contact textarea.form-control {
	height: 175px;
	border-radius: 10px
}

#contact ul li.social {
	width: 31.333%
}

#contact ul li.social i {
	background: transparent
}

#contact .h1 {
	color: #FFF
}

#contact .h6 {
	color: #FFF !important;
	text-transform: uppercase
}

#contact .pathern {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 1);
	opacity: .9
}

#contact .map {
	min-height: 350px
}

#contact .map div div#mapa {
	height: 350px
}

#contact div.map .container {
	height: inherit;
	position: relative
}

#contact div.info {
	padding-top: 0;
	padding-bottom: 0
}

#contact div.info .container {
	padding-top: 45px;
	padding-bottom: 45px
}

#contact .item {
	width: 33.33333%;
	margin-left: 66.6666%
}

#contact .info .container .item:nth-child(2) .h1,
#contact .info .container .item:nth-child(3),
#contact .info .container .item:nth-child(4) {
	display: none
}

#contact .item:last-child {
	text-align: right;
	padding-top: 30px
}

#contact a {
	color: #FFF
}

#contact a:hover {
	color: #999
}

#contact .info {
	background-color: #FFF;
	color: #000;
	padding-top: 35px;
	padding-bottom: 30px;
	width: 50%
}

#contact .info ul li {
	position: relative;
	margin-bottom: 18px
}

#contact .info ul li p {
	margin-bottom: 0;
	margin-left: 32px;
	margin-top: -21px
}

#contact .info i {
	width: 32px;
	text-align: center
}

#contact .social li {
	margin-left: 25px;
	padding-bottom: 15px
}

#contact .social i {
	background: #000 none repeat scroll 0 0;
	border-radius: 5px;
	color: #FFF;
	font-size: 15px;
	padding: 5px;
	text-align: center;
	width: 26px;
	padding-top: 8px !important
}

#contact .form .form-control::placeholder {
	color: rgba(0, 0, 0, 0)
}

#contact .form .col-md-6,
#contact .form .col-md-12 {
	padding-left: 0
}

#contact .visit li {
	width: 49.333%;
	padding-left: 0
}

#contact .visit li a i {
	width: 18px;
	display: none
}

#contact .social-icons {
	position: absolute;
	width: 50px;
	right: 15px;
	top: 30%
}

.fast-footer {
	background-color: rgba(231, 231, 231, 1);
	min-height: 350px;
	padding-top: 50px;
	padding-bottom: 50px;
	text-align: left;
	color: inherit;
	height: auto;
	position: relative;
	background-image: url(../../../img/contact/banner.jpg);
	background-size: cover;
	background-blend-mode: screen;
	background-position: center center;
	box-shadow: 2px 0 8px rgba(0, 0, 0, 0.1)
}

.fast-footer label {
	font-weight: 600
}

.fast-footer div[class*="col-md"] {
	padding-left: 0
}

.fast-footer div[class*="col-md"] div:not(.h6) {
	margin-bottom: 15px
}

.fast-footer .h6 {
	text-transform: uppercase;
	font-size: 9pt;
	margin-top: 15px;
	margin-bottom: 15px
}

.fast-footer ul {
	margin-top: 13px
}

.fast-footer ul li a {
	padding-right: 15px;
	padding-left: 15px
}

.fast-footer ul li a i {
	font-size: 12pt
}

.fast-footer .stamps {
	height: 50px
}

.fast-footer .stamps div {
	margin-bottom: 0 !important
}

.fast-footer .stamps .stamp {
	height: 50px
}

.fast-footer .stamps img {
	height: 100%;
	mix-blend-mode: multiply;
	margin-right: 35px
}

.container-text,
.content-site {
	font-weight: 400;
	background-color: #FFF;
}

footer {
	background-color: #000;
	border-top: medium none;
	color: #fff;
	font-size: 9pt;
	height: 35px;
	text-align: center
}

footer p {
	margin: 9px 0 0
}

footer.copyright {
	font-size: 8pt
}

footer .developedby {
	margin-top: -22px;
	position: absolute;
	right: 10%;
	z-index: 1000
}

footer .developedby img {
	height: 16px;
	margin-left: 8px
}

footer .developedby img.logogc {
	display: none
}

footer .developedby img.logogcpb {
	display: inline
}

footer .developedby a {
	color: #fff;
	text-decoration: none
}

.bootbox-message {
	display: none
}

.backtotop {
	display: none;
	z-index: 1049 !important
}

.backtotop a {
	bottom: 20px;
	cursor: pointer;
	height: 42px;
	position: fixed;
	right: 30px;
	width: 44px;
	transition: all ease-in-out .3s;
	z-index: 1049;
	border-radius: 0;
	padding: 6px 0 0 11px
}

.backtotop a:hover {
	background-color: rgba(0, 0, 0, 0.85);
	border-radius: 25px
}

.backtotop a div.rl,
.backtotop a div.lr,
.backtotop a div.ln {
	background-color: #000;
	height: 30px;
	position: absolute;
	transition: all ease-in-out .3s;
	width: 1px;
	z-index: 1049
}

.backtotop a:hover div.rl,
.backtotop a:hover div.lr,
.backtotop a:hover div.ln {
	background-color: #FFF
}

.backtotop a div.rl,
.backtotop a div.lr {
	height: 20px
}

.backtotop a div.rl {
	margin-left: 3px;
	margin-top: 3px;
	transform: rotate(45deg)
}

.backtotop a div.lr {
	margin-left: 17px;
	margin-top: 3px;
	transform: rotate(135deg)
}

.backtotop a div.ln {
	display: none;
	margin-left: 10px;
	margin-top: 6px;
	transform: rotate(180deg)
}

.submenu {
	position: fixed;
	width: 20%
}

.submenu .h1 {
	width: 100%;
	padding-left: 10px;
	color: rgba(135, 225, 209, 1);
	margin-top: 0 !important
}

.submenu ul li a {
	display: block;
	padding-left: 10px
}

.submenu ul li.active a,
.submenu ul li a:hover,
.submenu ul li a:focus,
.submenu ul li a:active {
	background: rgba(0, 0, 0, 0.03);
	text-decoration: none;
	color: inherit
}

.submenu ul.top-list li a {
	margin-bottom: 15px;
	line-height: 1.4
}

.submenu ul.top-list li a span {
	font-size: 11pt;
	font-weight: 500
}

.submenu ul li.separator {
	padding-left: 10px;
	text-transform: uppercase;
	font-weight: 500;
	padding-top: 15px;
	padding-bottom: 10px
}

.galery div.presentation {
	padding-right: 5px
}

.galery div.mini div {
	padding-right: 5px !important;
	padding-top: 5px !important
}

#services .servicesonline .protocol-info {
	margin: 0;
	position: absolute;
	right: 0;
	top: 50px;
	font-size: 10pt
}

#services .submenu,
#services .servicesonline {
	transition: all .3s ease-in-out;
	background-color: #FFF;
}

#services .form-group {
	margin-bottom: 10px
}

#services .form-group label {
	font-size: 10pt;
	font-weight: 400;
	margin-bottom: 0
}

#services .form-control {
	border-radius: 50px;
	background: transparent;
	border: 1px solid rgba(0, 0, 0, 0.3);
	box-shadow: none;
	font-size: 9pt;
	height: 28px
}

#services textarea.form-control {
	border-radius: 5px;
	height: 100px;
	overflow: hidden;
	resize: none
}

#services select.form-control {
	padding-top: 3px
}

#services .btn-primary {
	background: rgba(135, 225, 209, 1);
	color: #3b786d !important;
	border-radius: 50px;
	border: 0;
	font-size: 10pt;
	text-transform: uppercase;
	margin-bottom: 15px
}

#services .btn-danger {
	background: rgba(135, 225, 209, 0.85);
	color: #3b786d !important;
	border-radius: 50px;
	border: 0;
	font-size: 10pt;
	text-transform: uppercase;
	margin-bottom: 15px
}

#services .btn-primary i,
#services .btn-default i {
	font-size: 9pt;
	margin-left: 10px;
	margin-right: 10px
}

#services .btn-default {
	background: rgba(255, 255, 255, 1);
	color: inherit;
	border-radius: 50px;
	border: 1px solid rgba(0, 0, 0, 0.3);
	font-size: 10pt;
	text-transform: uppercase;
	margin-bottom: 15px;
	width: 100%
}

#services .servicesonline .payments .item {
	border: 1px solid rgba(0, 0, 0, 0.3);
	border-radius: 50px;
	padding: 4px 18px 0 18px;
	margin-bottom: 10px;
	margin-top: 15px;
	margin-left: 0;
	margin-right: 0;
	font-size: 15pt
}

#services .servicesonline .payments .item img {
	width: 100px
}

#services .servicesonline .payments .row {
	display: none
}

#services .servicesonline .payments .item:hover {
	background: rgba(135, 225, 209, 0.2);
	cursor: pointer
}

#services .register {
	border-left: 1px solid rgba(0, 0, 0, 0.08)
}

#services .receipt {
	padding: 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1)
}

#services .receipt label {
	display: block;
	padding-top: 4px;
	padding-bottom: 10px;
	cursor: pointer
}

#services .address {
	display: table;
	margin-bottom: 15px;
	border-bottom: 1px solid #f1f1f1;
	padding-bottom: 15px
}

#services .step2 .item {
	display: table;
	border-bottom: 1px solid #f0f0f0;
	padding-bottom: 15px;
	padding-top: 15px;
	margin-bottom: 15px
}

#services .alert {
	display: block
}

#orders .table thead th i {
	font-size: 17pt;
	position: absolute;
	top: 2px;
	left: 3px;
	width: 30px;
	text-align: center
}

#orders .table thead th {
	font-weight: 500;
	position: relative;
	padding-left: 35px
}

#orders .table thead th:nth-child(1),
#orders .table thead th:nth-child(2) {
	width: 30%
}

#orders .table tbody td:last-child {
	width: 20%
}

#orders .table tbody td strong {
	color: rgba(135, 225, 209, 1)
}

#orders .table tbody td i {
	font-size: 12pt
}

.gcshoppingcart .steps i {
	background: #FFF
}

.gcshoppingcart .steps i.text-info {
	color: rgba(135, 225, 209, 1)
}

.close {
	opacity: .4
}

.close-modal {
	margin-left: -25px
}

.close-modal .lr {
	background-color: #333;
	height: 32px;
	margin-left: 55px;
	transform: rotate(45deg);
	width: 1px;
	z-index: 1051;
	transition: all 1.5s ease-in-out
}

.close-modal .lr .rl {
	background-color: #333;
	height: 32px;
	transform: rotate(90deg);
	width: 1px;
	z-index: 1052;
	transition: all 1.5s ease-in-out
}

button.close {
	width: 50px;
	height: 50px
}

.box-restricted {
	border: 1px solid rgba(0, 0, 0, 0.05);
	border-radius: 5px;
	padding: 25px;
	background: #f0f0f0
}

.box-restricted input {
	background: #FFF !important
}

.note-video-clip {
	width: 100% !important
}

.restricted .btn-list-protocols {
	padding-left: 15px;
	padding-right: 15px;
	margin-left: 15px;
	margin-right: 15px;
	border-left: 1px solid #FFF;
	border-right: 1px solid #FFF
}

.btn-document-verify {
	border: 0;
	background: transparent;
	padding: 0
}

.modal-title {
	margin: 16px 0 0 0
}

label,
table thead tr th {
	font-weight: 500
}

.alert-info {
	color: rgba(16, 108, 173, 1);
	background-color: rgba(16, 108, 173, 0.1);
	border-color: rgba(16, 108, 173, 0.5)
}

.modal-body .actions {
	position: absolute;
	background: #FFF;
	padding: 15px;
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 5px
}

@media(max-width:1024px) {
	.dropdown-menu {
		left: -3% !important;
		right: -3% !important
	}

	.nav>li>a {
		padding: 10px 4px 10px 4px
	}
}

@media(max-width:980px) {
	#contact .contact-model-2 .container div[class*="col-md"] {
		padding-left: 0;
		padding-right: 0
	}

	#contact .contact-model-2 h1 {
		margin-top: 80px
	}

	#contact .form {
		padding-right: 0
	}

	.navbar-scroll .navbar-nav {
		margin-top: 10px
	}
}

body {
	font-family: 'Poppins', 'Arial', 'sans-serif'
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6,
.navbar-nav>li>a,
.navbar .info ul li,
#index .item .caption .intro-lead-in {
	font-family: 'Poppins', 'arial', 'sans-serif'
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
	color: rgba(0, 0, 0, 1);
	line-height: 1.5
}

.h1,
h1 {
	font-size: 16pt
}

.h2,
h2 {
	color: #000;
	font-size: 13pt;
	height: 90px;
	margin-bottom: 40px
}

.h2 i,
h2 i {
	font-size: 48pt;
	padding: 0;
	margin: 0;
	line-height: 0;
	position: absolute;
	color: rgba(135, 225, 209, 1)
}

.h2 span,
h2 span {
	display: block;
	margin-left: 75px;
	margin-top: 25px
}

.h3,
h3,
.h4,
h3,
h4 {
	color: #000;
	font-size: 10pt;
	font-weight: 500;
	margin-top: 12px;
	margin-bottom: 12px;
	line-height: 2
}

.h5,
h5 {
	font-size: 13pt
}

b,
strong {
	font-weight: 500
}

.navbar-nav>li>a {
	font-size: 9pt;
	text-transform: uppercase
}

.dropdown-menu li {
	font-size: 10pt
}

@media(max-width:980px) {
	.navbar-nav>li>a {
		font-size: 10pt
	}
}

@media(max-width:768px) {
	.navbar .info ul {
		margin-bottom: 0 !important
	}

	.navbar .info ul li small {
		display: none
	}

	.navbar-toggle .icon-bar {
		background: rgba(135, 225, 209, 1)
	}

	.navbar-header,
	.navbar-collapse {
		margin-top: 10px
	}

	.navbar {
		height: 100px
	}

	.navbar-brand {
		height: 70px;
		margin-bottom: -10px;
		padding: 5px
	}

	.navbar-nav>li>a {
		padding-left: 15px;
		padding-right: 15px
	}

	.navbar-nav>li>a>hr {
		width: 100% !important
	}

	.navbar .info ul li.social,
	.navbar .info ul li.phone {
		padding-left: 8px;
		padding-right: 8px
	}

	.nav>li>a {
		padding-bottom: 5px;
		padding-top: 5px;
		height: 40px
	}

	.dropdown a i {
		float: right;
		margin-right: 15px
	}

	.container>.navbar-collapse {
		width: 100%;
		background: #f4f4f4
	}

	section {
		padding-bottom: 40px;
		padding-top: 140px
	}

	#index .item .caption.left {
		left: 10%;
		right: 5%
	}

	.carousel-indicators {
		left: 5%;
		height: 5%
	}

	.intro-lead-in {
		font-size: 14pt !important
	}

	#index .item .caption .intro-heading {
		font-size: 9pt
	}

	#index .item .caption {
		top: 30%
	}

	#index .item .caption .intro-heading a {
		font-size: 8pt;
		margin-top: 10px;
		padding-top: 2px;
		padding-bottom: 2px
	}

	.carousel:hover .carousel-control {
		display: none
	}

	#index .container {
		height: auto;
		background: rgba(135, 225, 209, 1);
		position: initial;
		bottom: auto;
		left: auto;
		right: auto;
		margin-left: 0;
		margin-right: 0
	}

	#index .services div[class*="col-md"] {
		padding-left: 0;
		padding-right: 0;
		width: 100%;
		border-bottom: 2px solid rgba(255, 255, 255, 0.1)
	}

	#index .services span {
		font-size: 11pt
	}

	section#index {
		position: relative
	}

	.submenu {
		display: none
	}

	.fast-footer {
		padding-left: 15px;
		padding-right: 15px
	}

	.fast-footer #sitemap ul {
		display: none
	}

	.fast-footer .stamps {
		height: auto;
		display: none
	}

	.fast-footer .stamps .stamp {
		width: 33.333%;
		float: left;
		text-align: center;
		margin-bottom: 15px !important;
		margin-top: 15px
	}

	footer {
		font-size: 10pt
	}

	footer:not(.fast-footer) {
		height: 58px
	}

	footer .developedby {
		position: inherit;
		margin-top: auto;
		right: 0
	}

	#contact {
		font-size: 10pt
	}

	#contact .left-line {
		display: none
	}

	#contact .container>div div[class*="col-md"] {
		padding: 0
	}

	#sitemap ul.first-list>li {
		width: 100% !important
	}

	#news div[class*="col-md"] {
		padding-right: 0
	}

	#news .video {
		border-right: 0;
		margin-bottom: 15px
	}

	#news .video img {
		height: auto
	}

	#news .video i {
		left: 35%
	}

	#news:not(.videos) .news-sub .img,
	#news .news-top .img {
		display: none
	}

	#news .news-top,
	#news .news-sub {
		border-bottom: 1px solid #f1f1f1;
		margin-bottom: 10px
	}

	#news .news-top .text {
		padding-left: 0 !important
	}

	#news .social {
		margin-bottom: 15px
	}

	#news .social br {
		display: none
	}

	#news .social .fb-share-button {
		display: inline-block
	}

	#news.internal .news-sub,
	#news.internal .news-sub .img,
	#news.internal .news-sub .text {
		min-height: inherit;
		max-height: inherit;
		height: auto;
		overflow: hidden;
		margin-bottom: 15px;
		padding: 0 !important
	}

	#news button {
		position: initial;
		float: right
	}

	#news:not(.internal) .container {
		padding-left: 30px;
		padding-right: 30px
	}

	#news .news-top .text,
	#news .news-sub,
	#news .news-sub .text {
		padding-right: 0 !important
	}

	#news.home {
		padding-top: 25px;
		padding-bottom: 55px
	}

	.gcshoppingcart .steps>div {
		display: inline;
		float: left
	}

	.gcshoppingcart .steps>div:not(.sactive) span {
		display: none
	}

	#services .register {
		border-left: none;
		margin-top: 45px
	}

	.gcshoppingcart .steps span {
		position: absolute;
		left: -30%;
		right: -30%
	}

	.gcshoppingcart .steps div:first-child span {
		left: 0
	}

	.gcshoppingcart .steps div:last-child span {
		right: 0
	}

	#services .step2 .item {
		width: 100%
	}

	#services .servicesonline .protocol-info {
		margin: 0;
		position: initial;
		right: 0;
		top: 50px;
		font-size: 9pt;
		margin-top: 20px;
		margin-bottom: 20px;
		float: left !important;
		font-weight: 100
	}

	.navbar .info .col-restricted {
		padding-left: 13px;
		top: 38px;
		left: 80px;
		padding-right: 8px;
		padding-top: 0;
		z-index: 1000;
		right: 75px
	}

	.navbar .info .col-restricted .restricted {
		color: #333 !important
	}

	.navbar .info .col-restricted .restricted span {
		display: block;
		overflow: hidden;
		height: 25px
	}

	.navbar .info .col-restricted .restricted a {
		color: #333 !important;
		font-size: 10pt
	}

	.navbar .info .col-restricted .restricted a i {
		color: rgba(135, 225, 209, 0.85) !important
	}

	.navbar .info ul li.restricted a small {
		display: inherit;
		font-size: 10pt
	}

	.navbar .info .col-restricted .restricted a i.fa-user {
		font-size: 18pt;
		margin-top: 10px
	}

	.servicesonline .view>div {
		padding: 0
	}

	#news.videos div[class*="col-md"] {
		padding-right: 15px
	}

	#news.videos .news-sub .img {
		border-right: 0
	}

	#news.videos .news-sub .img img {
		height: auto;
		margin-top: auto;
		margin-left: auto;
		width: 100%
	}

	#news.internal div[class*="col-md"] {
		padding-right: 15px
	}

	.navbar .navbar-nav li {
		overflow: visible !important
	}

	.dropdown {
		top: 21%;
		overflow: visible !important;
		transition: none
	}

	.dropdown-menu {
		display: none;
		opacity: 1
	}

	.dropdown:hover .dropdown-menu {
		position: inherit;
		display: none
	}

	.dropdown-menu {
		left: 0 !important;
		right: 0 !important;
		margin-bottom: 15px
	}

	.dropdown-menu li {
		width: 100%
	}

	.nav>li:hover a hr,
	.nav>li.active a hr {
		display: none
	}

	.dropdown-mobile {
		padding-top: 0 !important
	}

	.dropdown-mobile li a {
		display: block;
		padding: 5px;
		border-bottom: 1px solid rgba(0, 0, 0, 0.2)
	}

	.restricted .btn-list-protocols {
		padding-left: 0;
		padding-right: 5px;
		margin-left: 0;
		margin-right: 5px;
		border-left: none;
		border-right: 1px solid #333
	}
}
