@charset "utf-8";
/* CSS Document */
.azulenegrito{
	/* color: #1091C7;*/
	font-weight: 600;
	text-transform: uppercase;
}

.logotipos {
	padding: 20px 0;
	width: 100%;
	background-color: #FFF;
	
}
.logopadi{
	
	margin: auto auto;
}
section.section-padding{
  
    padding: 20px;
    color: #484848;
}
.showcase-section{
	padding-bottom: 20px;
}
.about-text {
	padding: 5px;
}
.about-text h1 {
	padding-bottom: 20px;
	color: #00588F;
}
.about-text h2 {
	padding-bottom: 20px;
	color: #00588F;
}
.about-text p {
	text-align: justify;
	font-size: 1.2em;
}
.about-image img {
}

.about-text ul {
	margin-top: 10px;
	padding: 0;
}

.about-text li {
	margin-bottom: 10px;
	
	list-style: none;
}
.quemsomos{
	paddind-top:60px;
}
.quemsomos h1{
	color:#00588F;
}
.counter-left h3 {
  background: -moz-linear-gradient(0deg, #00588F 0%, #00588F 100%);
  background: -webkit-linear-gradient(0deg, #00588F 0%, #00588F 100%);
  background: -ms-linear-gradient(0deg, #00588F 0%, #00588Fs 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
	font-family: Arial, sans-serif;
}
.counter-cor {
	width: 120px;
	padding: 14px 10px;
	
}


.counter-left{
  margin-bottom: 26px;

}
.counter {
	 margin-bottom: 10px;
	margin-left: 10px;
	border: 1px solid #ddd;
	text-align: center;
	 border-radius: 5em;
}
.counter-cor .active a, .counter-cor a:hover, .counter-cor a:focus {
  background: -moz-linear-gradient(0deg, #00588F 0%, #00588F 100%);
  background: -webkit-linear-gradient(0deg, #00588F 0%, #00588F 100%);
  background: -ms-linear-gradient(0deg, #00588F 0%, #00588Fs 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
	
}

/*--start-clients--*/
.clients{
	padding:6em 0px;
	background:#f6f6f6;
}
.client-one {
	margin: auto;
}
.client-left img{
	width:100%;
}
.client-two{
	margin-top:3em;
}
/*--end-clients--*/

.bg-texture {
	background: transparent radial-gradient(circle farthest-side at right bottom, #ec407a 5%, #e91e63 25%, #d81b60 12%, #c2185b 98%) repeat scroll 0 0
}
.bg-texture-collage {
	background: linear-gradient(-45deg, #1461BB 33%, transparent 0), linear-gradient(-45deg, #104F9A 67%, transparent 0), linear-gradient(-45deg, #1461BB 100%, transparent 0)
}
.p-0 {
	padding: 0!important;
}
.p-5 {
	padding: 3rem!important
}
.p-list {
	padding-top: 10px!important
}
.icon-md {
	font-size: 50px;
	line-height: 14px;
	color: #FFF;
	font-weight: 500;
}
.lead {
	font-size: 2.25rem;
	font-weight: 300;
	color: #FFF;
}

.curso1{
	background-color: #FFF;
	padding: 20px 0;
}
.curso2{
	background-color: #e5e5e5;
	padding: 20px 0;
}

/*--branches start here--*/


/* fotos tratamento */

 a.mask {
	text-decoration: none;
	overflow: hidden;
	display: block;
}
img.zoom-img:hover {
	-webkit-transform: scale(1.55);
	-webkit-transition-timing-function: ease-out;
	-webkit-transition-duration: 750ms;
	-moz-transform: scale(1.55);
	-moz-transition-timing-function: ease-out;
	-moz-transition-duration: 750ms;
	overflow: hidden;
}
img.zoom-img {
	-webkit-transform: scale(1, 1);
	-webkit-transition-timing-function: ease-out;
	-webkit-transition-duration: 250ms;
	-moz-transform: scale(1, 1);
	-moz-transition-timing-function: ease-out;
	-moz-transition-duration: 250ms;
}
 

/* fotos tratamento */
.branches {
    padding:0em 0em 0em 0em;
	position: relative;
}
.branches-top {
    text-align: center;
    
}
.branches-top h1 {
    font-size: 3em;
    color: #444444;
	margin-bottom: 1px;

}
.branch-text p {
    font-size: 1.4em;
    text-align: center;
   
}
.branch-text {
 /*  padding: 4em 0em 5em 0em; */
}

.branch-gd-main {
    padding: 0px 5px 0px 0px;
}
.branch-gd.no-mar {
    margin-left: 0px !important;
}

/*--commen css--*/
.branch-btm .branch-gd {
  position: relative;
  margin-bottom: 5px;
  overflow: hidden;

}
.branch-btm .branch-gd:nth-child(n) {
  margin-left: 0px;
}
.branch-btm .branch-gd:first-child {
  margin-left: 0px;
}
.branch-btm .branch-gd:last-child {
  margin-right: 0;
}
.branch-btm .branch-gd img {
  display: block;
  margin: 0;
  padding: 0;
  max-width: 100%;
  height: auto;
}

.overlay {
	display: block;
	position: absolute;
	z-index: 20;
	background: rgba(0, 0, 0, 0.8);
	overflow: hidden;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	background-color: rgba(0, 0, 0, 0);
}

span.close-overlay {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 100;
  width: 45px;
  height: 45px;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  line-height: 45px;
  text-align: center;
  background-color: #000;
  cursor: pointer;
}
span.close-overlay.hidden {
  display: none;
}

span.expand {
  display: block;
  position: absolute;
  z-index: 100;
  width: 50px;
  height: 50px;
  border: solid 5px #fff;
  text-align: center;
  color: #fff;
  line-height:45px;
  font-weight: 700;
  font-size: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
  top: 40%;
    left:42%;
}

/*-- grids--*/
.popular-w3{
    padding: 1em 0;
	background-color: #FFF;
}
.popular-grid {
    padding: 0 !important;
	
}
.popular-text i {
    font-size: 3.5em;
    margin-top: 0.8em;
    color:#2baf2b;
}
.popular-text {
	width: 90% !important; 
	margin-bottom: 50px;
    text-align: center;
    border-left: 3px double #E8EBEF;
    border-right: 3px double #E8EBEF;
    border-bottom: 3px double #E8EBEF;
}
.popular-grid:hover img {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
}
.popular-grid img {
    -webkit-transition: all 2s ease-in-out;
    -moz-transition: all 2s ease-in-out;
    -o-transition: all 2s ease-in-out;
    transition: all 2s ease-in-out;
}
.popular-grid h4 {
    font-size: 1.5em;
    color: #222;
    padding-top: 1em;

}
.popular-grid p {
    font-size: 1em;
    line-height: 1.8em;
    padding: 1em 1em 2em;
	color:#555;
}
/*-- //grids--*/



/* Texture Section
=========================== */
.texture-section {
	padding: 65px 0;
	background: #96D3C6;
}
.texture1 {
	background: url(../imagens/pattern-1.png);
}
.texture-section p {
	font-weight: 300;
	padding: 0 0 30px 0;
	margin: 0 0;
	font: normal 1.1em/1.8 Raleway, sans-serif;
}
.texture-section h1 {
	color: #666;
	padding-bottom: 30px;
}
.texture-section span {
	color: #00588F;
}
.sub_content {
	padding-bottom: 30px;
}
.carousel-intro .dividerHeading {
	padding: 45px 0 15px;
}
.dividerHeading h4, .widget_title h4 {
	border-bottom: 2px solid #E6EFEF;
	font-size: 21px;
	font-weight: normal;
	margin-bottom: 25px;
	padding: 0 0 10px;
	position: relative;
	left: 20px;
}
.dividerHeading h4::before, .widget_title h4::before {
	bottom: -5px;
	content: "";
	display: inline-block;
	height: 9px;
	left: 0;
	position: absolute;
	width: 9px;
	border-radius: 50%;
}
.dividerHeading h4::after, .widget_title h4::after {
	bottom: -2px;
	content: "";
	display: inline-block;
	height: 2px;
	left: 0;
	position: absolute;
	width: 80px;
}
.dividerHeading h4::after, .dividerHeading h4::before, .widget_title h4::after, .widget_title h4::before {
	background-color: #22ACCC;
}
.dividerHeading h4 span {
	background: none repeat scroll 0 0 white;
	display: inline-block;
	padding-right: 0px;
	line-height: 5px;
	position: relative;
	top: -8px;
	left: 10px;
}
.portfolio_single .widget_title span {
	padding-right: 5px;
	position: relative;
	top: -9px;
}
.widget .widget_title h4 span {
	background: none repeat scroll 0 0 white;
	display: inline-block;
	padding-right: 7px;
	line-height: 5px;
	position: relative;
	top: -11px;
}
.list_style ul {
	list-style: none !important;
	margin: 0px;
	padding: 0px;
	display: inline;
}
.list_style li {
	line-height: 20px;
	padding: 3px 2px 3px 10px;
	position: relative;
	list-style: none;
}
.list_style li a {
	color: #666;
	font-family: Montserrat, sans-serif;
	font-size: 1em;
	font-weight: 400;
	letter-spacing: 0;
	text-decoration: none;
	list-style: none;
}
.list_style li a:hover {
	color: #22ACCC;
	text-decoration: none;
}
.list_style li a.active {
	color: #22ACCC;
}
/* --------list style 2 : Circle CSS---------- */
.list_style.circle li {
	padding: 3px 2px 3px 23px;
}
.list_style.circle li:before {
	font-family: FontAwesome;
	content: "\f105";
	background: #22ACCC;
	border-radius: 50%;
	display: inline-block;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
	color: #FFFFFF;
	height: 17px;
	line-height: 17px;
	text-align: center;
	width: 17px;
	font-size: 11px;
	position: absolute;
	left: 0;
	top: 5px;
}
/* --------list style 3 : Square CSS---------- */
.list_style.square li {
	padding: 3px 2px 3px 23px;
	font-size: 16px;
}
.list_style.square li:before {
	font-family: FontAwesome;
	content: "\f105";
	background: #22ACCC;
	display: inline-block;
	border-radius: 0;
	color: #FFFFFF;
	height: 17px;
	width: 17px;
	line-height: 17px;
	text-align: center;
	position: absolute;
	left: 0;
	top: 5px;
}
/* --------list style 4 : Simple CSS---------- */
.list_style li {
	padding: 3px 2px 3px 12px;
}
.list_style li:before {
	font-family: FontAwesome;
	content: "\f105";
	font-size: 14px;
	position: absolute;
	left: 0;
	top: 3px;
}
/* --------list style 5 : Star CSS---------- */
.list_style.star li {
	padding: 3px 2px 3px 22px;
}
.list_style.star li:before {
	font-family: FontAwesome;
	content: "\f005";
	display: inline-block;
	border-radius: 0;
	color: #22ACCC;
	font-size: 16px;
	text-align: center;
	position: absolute;
	left: 0;
	top: 3px;
}
/* --------list style 6 : Right-arrow CSS---------- */
.list_style.right-arrow li {
	padding: 3px 2px 3px 20px;
}
.list_style.right-arrow li:before {
	font-family: FontAwesome;
	content: "";
	display: inline-block;
	border-radius: 0;
	color: #22ACCC;
	font-size: 15px;
	position: absolute;
	left: 0;
	top: 4px;
}
/* --------list style 7 : Hand CSS---------- */
.list_style.hand li {
	padding: 3px 2px 3px 22px;
}
.list_style.hand li:before {
	font-family: FontAwesome;
	content: "";
	display: inline-block;
	border-radius: 0;
	color: #22ACCC;
	position: absolute;
	left: 0;
	top: 4px;
}
/* --------list style 8 : Play  CSS---------- */
.list_style.play li {
	padding: 3px 2px 3px 21px;
}
.list_style.play li:before {
	font-family: FontAwesome;
	content: "";
	display: inline-block;
	border-radius: 0;
	color: #22ACCC;
	font-size: 15px;
	position: absolute;
	left: 0;
	top: 3px;
}
/* --------list style 9 : Dubble-Right-Arrow  CSS---------- */
.list_style.dubble-right-arrow li {
	padding: 3px 2px 3px 17px;
}
.list_style.dubble-right-arrow li:before {
	font-family: FontAwesome;
	content: "";
	display: inline-block;
	border-radius: 0;
	color: #22ACCC;
	font-size: 15px;
	position: absolute;
	left: 0;
	top: 3px;
}





.list_stylep ul {
	list-style: none !important;
	margin: 0px;
	padding: 0px;
	display: inline;
}
.list_stylep li {
	line-height: 20px;
	padding: 3px 2px 3px 3px;
	position: relative;
	list-style: none;
	font-size: 1.1em;
}
.list_stylep li a {
	color: #666;
	font-family: Montserrat, sans-serif;
	font-size: 1em;
	font-weight: 400;
	letter-spacing: 0;
	text-decoration: none;
	list-style: none;
}
.list_stylep li a:hover {
	color: #22ACCC;
	text-decoration: none;
}
.list_stylep li a.active {
	color: #22ACCC;
}
/* --------list style 2 : Circle CSS---------- */
.list_stylep.circle li {
	padding: 3px 2px 3px 23px;
}
.list_stylep.circle li:before {
	font-family: FontAwesome;
	content: "\f105";
	background: #22ACCC;
	border-radius: 50%;
	display: inline-block;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
	color: #FFFFFF;
	height: 17px;
	line-height: 17px;
	text-align: center;
	width: 17px;
	font-size: 11px;
	position: absolute;
	left: 0;
	top: 5px;
}
/* --------list style 3 : Square CSS---------- */
.list_stylep.square li {
	padding: 3px 2px 3px 23px;
	font-size: 16px;
}
.list_stylep.square li:before {
	font-family: FontAwesome;
	content: "\f105";
	background: #22ACCC;
	display: inline-block;
	border-radius: 0;
	color: #FFFFFF;
	height: 17px;
	width: 17px;
	line-height: 17px;
	text-align: center;
	position: absolute;
	left: 0;
	top: 5px;
}
/* --------list style 4 : Simple CSS---------- */
.list_stylep li {
	padding: 3px 2px 3px 12px;
}
.list_stylep li:before {
	font-family: FontAwesome;
	content: "\f105";
	font-size: 14px;
	position: absolute;
	left: 0;
	top: 3px;
}
/* --------list style 5 : Star CSS---------- */
.list_stylep.star li {
	padding: 3px 2px 3px 22px;
}
.list_stylep.star li:before {
	font-family: FontAwesome;
	content: "\f005";
	display: inline-block;
	border-radius: 0;
	color: #22ACCC;
	font-size: 16px;
	text-align: center;
	position: absolute;
	left: 0;
	top: 3px;
}
/* --------list style 6 : Right-arrow CSS---------- */
.list_stylep.right-arrow li {
	padding: 3px 2px 3px 20px;
}
.list_stylep.right-arrow li:before {
	font-family: FontAwesome;
	content: "";
	display: inline-block;
	border-radius: 0;
	color: #22ACCC;
	font-size: 15px;
	position: absolute;
	left: 0;
	top: 4px;
}
/* --------list style 7 : Hand CSS---------- */
.list_stylep.hand li {
	padding: 3px 2px 3px 22px;
}
.list_stylep.hand li:before {
	font-family: FontAwesome;
	content: "";
	display: inline-block;
	border-radius: 0;
	color: #22ACCC;
	position: absolute;
	left: 0;
	top: 4px;
}
/* --------list style 8 : Play  CSS---------- */
.list_stylep.play li {
	padding: 3px 2px 3px 21px;
}
.list_stylep.play li:before {
	font-family: FontAwesome;
	content: "";
	display: inline-block;
	border-radius: 0;
	color: #22ACCC;
	font-size: 15px;
	position: absolute;
	left: 0;
	top: 3px;
}
/* --------list style 9 : Dubble-Right-Arrow  CSS---------- */
.list_stylep.dubble-right-arrow li {
	padding: 3px 2px 3px 17px;
}
.list_stylep.dubble-right-arrow li:before {
	font-family: FontAwesome;
	content: "";
	display: inline-block;
	border-radius: 0;
	color: #00588F;
	font-size: 15px;
	position: absolute;
	left: 0;
	top: 3px;
}



.services{
	background-color:#fff;
	padding: 10px 0 45px 0px;
	text-align:center;

	
}
.services h3{
	font-size:35px;
	padding-bottom:20px;
	color:#444;
	font-weight:600;
}
.services h6{
	font-size:15px;
	color:#444;
	font-weight:300;
	width:40%;
	margin:0 auto;
	line-height:30px;
}
.service-grids{
	margin-top:75px;
	color:#444;
	
}
.services h4{
	padding: 13px 0px;
    font-size: 20px;
    color: #444;
}
.service-grids-icon{
	width: 41%;
    padding: 33px;
    border: 3px solid #3BBDFB;
    border-radius: 50%;
	margin:0 auto;
}
.services .fa {
    font-size: 30px;
    color: #3BBDFB;
}
.services p{
	font-size:14px;
	color:#444;
	line-height:30px;
}
.service-grid:hover div.service-grids-icon{
	   transform: rotateY(360deg);
    -webkit-transform: rotateY(360deg);
    -o-transform: rotateY(360deg);
    -ms-transform: rotateY(360deg);
    -moz-transform: rotateY(360deg);
    transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
	/*--agileits--*/
   -o-transition: 0.5s all ease;
    -ms-transition: 0.5s all ease;
	/*background-color: rgba(59,189,251,0.3);*/
	
}


/* Texture Section
=========================== */

section.blog {
	margin-top: 60px;
}
.blog p {
	font-weight: 300;
	text-align: center;
	padding: 0 0;
	margin: 0 0;
	font: normal 1.8em/1.8 Raleway, sans-serif;
}
.blog h1 {
	color: #00588F;
}
.blog span {
	color: #444;
}
.blok-read-sm {
	position: relative;
	float: left;
	width: 100%;
	height: auto;
	border: 1px solid #e1e8ed;
	background: #f5f5f5;
	margin-bottom: 20px;
}
.blok-read-sm img {
	width: 100%;
	height: auto;
}
.content-block .button-main {
	border: 1px solid rgba(47, 116, 116, 1);
	background: rgba(47, 116, 116, 1);
	padding: 20px 22px;
	line-height: 19px;
	color: white;
	text-transform: capitalize;
	float: left;
	cursor: pointer;
}
.button-main.bg-fio-point:hover {
	background: none;
	border: 1px solid rgba(47, 116, 116, 1);
	color: rgba(47, 116, 116, 1);
	line-height: 19px;
}
.hover-image {
	position: relative;
	width: 100%;
	float: left;
}
.layer-block {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.6);
	opacity: 0;
	transition: all 0.3s ease-in;
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	-ms-transition: all 0.3s ease-in;
}
.layer-block:hover {
	opacity: 1;
}
.editor-choice {
	position: absolute;
	top: 20px;
	left: 20px;
	background: #41657C;
	height: 30px;
	padding: 4px 11px;
	z-index: 8;
}
.editor-choice i {
	font-size: 16px;
	color: #FFF;
	padding-right: 5px;
}
.editor-choice a {
	color: #FFF;
	font-size: 16px;
}
.content-block {
	position: relative;
	float: left;
	width: 100%;
	padding: 20px 30px 38px 10px;
}
.content-block p {
	padding: 22px 0px 27px;
}
.content-block h4 a {
	color: #354b5e;
}
.content-block h4 a:hover {
	color: #8899a6;
}
.like-wrap {
	position: relative;
	float: left;
	padding-left: 0px;
	padding-top: 10px;
}
.like-wrap .fa {
	font-size: 16px;
	line-height: 32px;
	position: relative;
	float: left;
	padding-left: 0px;
	transition: all 0.3s ease-in;
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	-ms-transition: all 0.3s ease-in;
}
.like-wrap .fa:hover {
	opacity: 0.7;
}
.like-wrap span {
	font-size: 14px;
	line-height: 30px;
	color: #666;
	position: relative;
	float: left;
	padding-left: 8px;
}
.point-caption {
	position: absolute;
	left: 0px;
	top: 38px;
	height: 18px;
	width: 6px;
}
.like-bottom {
	position: relative;
	float: left;
}
.bottom-line {
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	height: 2px;
}
.top-line {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 2px;
}
.block-mag {
	position: relative;
	float: left;
	margin-right: 33px;
	margin-top: -8px;
}
.line-dotted {
	border-bottom: 1px dashed #a4a4a4;
	box-shadow: 0 1px 1px #ffffff;
	width: 100%;
	clear: both;
	margin-top: 1px;
	margin-bottom: 6px;
}
.line-dotted2 {
	border-bottom: 1px dashed #666;
	box-shadow: 0 1px 1px #ffffff;
	width: 100%;
	clear: both;
	margin-top: 1px;
	margin-bottom: 6px;
}
.mergulhos-wrap {
	background: #fff;
	position: relative;
	min-height: 31em;
}
.mergulhos-wrap .col-md-6 {
	padding: 110px 0 120px 80px;
}

.mergulhos .quote {
	padding: 4% 4% 4% 0%;
	font-style: normal;
	line-height: 43px;
	position: relative;
	font-weight: 300;
	margin: 0 0 25px;
}
.mergulhos .quote H2 {
	font-size: 1.8em;
	color: #333;
	font-weight: 600;
	font-style: normal;
}
.mergulhos .quote H3 {
	color: #00588F;
	font-style: normal;
}
.mergulhos .quote p {
	color: #888;
}
.mergulhos2-wrap {
	background: #2a2a2a;
	position: relative;
}
.mergulhos2-wrap .col-md-6 {
	padding: 110px 0 120px 80px;
}

.author img {
	width: 50px;
	float: left;
	margin: 0 20px 0 0;
	border-radius: 50%;
	height: 50px;
}
.author cite {
	font-style: normal;
	font-family: Poppins;
	color: #fff;
	font-size: 12px;
	font-weight: 400 !important;
	line-height: 14px;
	position: relative;
	top: 9px;
}
.author cite b {
	display: block;
	font-size: 14px;
	text-transform: uppercase;
}
.slick-dots {
	margin-top: 15px;
	position: relative;
	left: 8px;
}
.slick-dots li {
	float: left;
	margin-right: 7px;
}
.slick-dots li button {
	border: none;
	width: 8px;
	height: 8px;
	font-size: 0px;
	padding: 0;
	border-radius: 50%;
	opacity: 0.2;
}
.slick-dots li.slick-active button {
	opacity: 1;
}
.video-box {
	position: absolute;
	width: 53%;
	height: 100%;
	top: 0;
	left: 0;
}
.video-box a {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 77;
}
.video-box span {
	width: 90px;
	height: 90px;
	background: #1dc6bc;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	line-height: 90px;
	text-align: center;
	font-size: 22px;
	color: #fff;
	left: 50%;
	box-shadow: 0 0px 15px rgba(0,0,0,0.1);
	transform: translate(-50%, -50%);
	transition: .4s;
	-moz-transition: .4s;
	-webkit-transition: .4s;
	z-index: -1;
}
.video-box2 {
	position: absolute;
	width: 53%;
	height: 100%;
	top: 0;
	right: 0;
}
.video-box2 a {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 77;
}
.video-box2 span {
	width: 90px;
	height: 90px;
	background: #1dc6bc;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	line-height: 90px;
	text-align: center;
	font-size: 22px;
	color: #fff;
	left: 50%;
	box-shadow: 0 0px 15px rgba(0,0,0,0.1);
	transform: translate(-50%, -50%);
	transition: .4s;
	-moz-transition: .4s;
	-webkit-transition: .4s;
	z-index: -1;
}
.video-box3 {
	position: absolute;
width: 53%;
	height: 100%;
	top: 0;
	left: 0;
	background-size:60% 60%;
}
.video-box3 a {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 77;
}
.video-box3 span {
	width: 90px;
	height: 90px;
	background: #1dc6bc;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	line-height: 90px;
	text-align: center;
	font-size: 22px;
	color: #fff;
	left: 50%;
	box-shadow: 0 0px 15px rgba(0,0,0,0.1);
	transform: translate(-50%, -50%);
	transition: .4s;
	-moz-transition: .4s;
	-webkit-transition: .4s;
	z-index: -1;
}
.video-box:hover span {
	width: 100px;
	height: 100px;
	line-height: 100px;
	font-size: 30px;
	transition: .4s;
	-moz-transition: .4s;
	-webkit-transition: .4s;
	box-shadow: 0 0px 15px rgba(0,0,0,0.25);
}
.video-box2:hover span {
	width: 100px;
	height: 100px;
	line-height: 100px;
	font-size: 30px;
	transition: .4s;
	-moz-transition: .4s;
	-webkit-transition: .4s;
	box-shadow: 0 0px 15px rgba(0,0,0,0.25);
}
.video-box3:hover span {
	width: 100px;
	height: 100px;
	line-height: 100px;
	font-size: 30px;
	transition: .4s;
	-moz-transition: .4s;
	-webkit-transition: .4s;
	box-shadow: 0 0px 15px rgba(0,0,0,0.25);
}
/*--footer--*/
.footer_top {
	padding: 1em 1em 5em 1em;
	background: #00254F;

}
.footer_top h3 {
	color: #FFF;
	font-weight: 700;
	font-size: 2em;
	margin-bottom: 0.8em;
}
.social li:first-child {
	margin-left: 0;
}
.social ul {
	padding: 0;
}
.social li {
	display: inline-block;
	margin-left: 12px;
}
.social li a {
	display: block;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.social li a i.facebook {
	background-position: 5px -46px;
}
.social li a i {
	width: 50px;
	height: 50px;
	display: block;
	background: url(../imagens/img-sprite.png) no-repeat;
	border: 2px solid #FFF;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
}
.social li a i:hover {
	border: 2px solid #de2b24;
}
.social li a i.twitter {
	background-position: -34px -46px;
}
.social li a i.google {
	background-position: -1px -87px;
}
.social li a i.linkedin {
	background-position: -36px -85px;
}
.footer_top p {
	padding: 0.2em 0;
	color: #FFF;
	font-size: 1em;
}
.footer-bottom {
	background: #042F66;
	padding: 1em 0;
	text-align: center;
	height: 60px !important; 
}
.copy p {
	color: #4682B4;
	font-size: 0.85em;
}
.copy p a {
	color: #4682B4;
	font-weight: 700;
}

@media only screen and (min-width: 768px) {
.mergulhos-wrap .col-md-6 {
	padding: 45px;
}
.mergulhos .quote {
	font-size: 1.1em;
	line-height: 35px;
}
.mergulhos-p .author img, .mergulhos-p .author cite {
	float: left;
}
.mergulhos2-wrap .col-md-6 {
	padding: 45px;
}
.mergulhos2 .quote {
	font-size: 1.1em;
	line-height: 35px;
}
.mergulhos2-p .author img, .mergulhos2-p .author cite {
	float: left;
}
}

@media (max-width: 767px) {
.hidden-xs {
	display: none !important;
}
}

@media only screen and (min-width: 250px) and (max-width: 767px) {
.video-box {
	position: relative;
	width: 100%;
	height: 240px;
	top: 0;
	left: 0;
}
.video-box2 {
	position: relative;
	width: 100%;
	height: 240px;
	top: 0;
	left: 0;
}
.video-box3 {
	position: relative;
	width: 100%;
	height: 240px;
	top: 0;
	left: 0;
}
}
#mergulhotit div[class*="col-"] {
	margin-bottom: 20px;
}
#mergulhotit {
	background-color: #F6F6F6;
	margin-top: 30px;
	padding-top: 20px;
}
#mergulhotit h1 {
	color: #444;
}
#mergulhotit span {
	color: #00588F;
}
#mergulhotit h5 {
	padding-top: 10px;
	margin-bottom: 25px;
}
#mergulhotit p {
	font-weight: 300;
	text-align: center;
	margin-bottom: 25px;
	font: normal 2.2em/1.8 Raleway, sans-serif;
}
/*--fully--*/
.fully {
	background: #1B60E0;
	padding: 2em 0;
	text-align: center;
}
.fully2 {
	background: #1449AD;
	padding: 2em 0;
	text-align: center;
}
.fully3 {
	background: #103988;
	padding: 2em 0;
	text-align: center;
}
.fully4 {
	background: #e6e6e6;
	padding: 2em 0;
	text-align: center;
}
.fully5 {
	background: #1449AD;
	padding: 2em 0;
	text-align: center;
}
.fully6 {
	background: #103988;
	padding: 2em 0;
	text-align: center;
}
.fully h3 {
	display: inline-block;
	font-size: 2.1em;
	margin-left: 1em;
	color: #fff;
}
.fully2 h3 {
	display: inline-block;
	font-size: 2.1em;
	margin-left: 1em;
	color: #fff;
}
.fully3 h3 {
	display: inline-block;
	font-size: 2.1em;
	margin-left: 1em;
	color: #fff;
}
.fully4 h3 {
	display: inline-block;
	font-size: 2.1em;
	margin-left: 1em;
	color: #666;
}
.fully5 h3 {
	display: inline-block;
	font-size: 2.1em;
	margin-left: 1em;
	color: #fff;
}
.fully6 h3 {
	display: inline-block;
	font-size: 2.1em;
	margin-left: 1em;
	color: #fff;
}
.espaco {
	margin-bottom: 30px;
}
#about-us {
	background: none repeat scroll 0 0 #00283a;
	clear: both;
}
#about-us:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	line-height: 0;
	visibility: hidden;
}
#about-us article {
	padding: 4em;
}
article h2 {
	font-size: 4em;
	font-weight: 900;
	letter-spacing: -2px;
	line-height: 0.9;
	margin: 0 0 0.625em 0
}
article h1, article h2, article h3, article h4, article h5, article h6 {
	color: #fff;
}
.media-container {
	overflow: hidden;
}
.media-container video, .media-container img {
	display: block;
	height: 100%;
	max-width: none;
	min-width: 100%;
	width: auto;
}
article p, article li {
	color: #fff;
	font-size: 0.85em;
	opacity: 0.7;
}
article ul {
	padding: 1.25em 0;
}
article ul li {
	list-style-type: none;
	margin: 0.625em 0;
	padding: 0 0 0 1em;
}
article ul li:before {
	background: #00283a none repeat scroll 0 0;
	color: #fff;
	content: "\f006";
	display: inline-block;
	font-family: "mfg";
	font-size: 0.8em;
	height: 20px;
	line-height: 20px;
	margin-left: -1em;
	margin-right: 0.625em;
	text-align: center;
	width: 20px;
}
section.viagens {
	margin: 0 0;
}
.viagens p {
	font-weight: 300;
	font: normal 1.8em/1.8 Raleway, sans-serif;
}
.viagens h2 {
	font-weight: 500;
	color: #666;
}
#hr-img img {
	width: 102%;
	min-height: 29em;
	padding: 0 0;
}
#hr-text {
	padding: 4%;
}
#hr-text p {
	font-size: 1.6em;
	text-align: left;
}
.hr-call {
	padding-top: 2em;
}
.hr-call a {
	background: #00afef;
	font-size: 2.5em;
	color: #fff;
	text-decoration: none;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	display: inline-block;
	padding: .4em .7em;
}
.color5 {
 color:;
}
.bbbg {
	background: #032F43;
	padding: 3em 0;
	background: none repeat scroll 0 0 rgba(0, 30, 34, 0.85);
	background: url("../imagens/subscribe-bg.jpg") no-repeat fixed center center / 100% auto rgba(0, 0, 0, 0);
	min-height: 230px;
}
.cursos2 {
	background-color: #F2F2F2;
	margin-right: 8px;
}
/*-- banner-bottom --*/
.bottom-header {
	padding: 40px 0;
	border-bottom: 1px dashed #d9d9d9;
}
.bottom-header p {
	margin: 0;
	text-align: center;
	font-size: 14px;
	color: #5a5a5a;
	line-height: 1.6em;
	font-family: myriad pro;
}
.bottom-header h3 {
	margin: 0 0 10px 0;
	text-align: center;
	font-size: 24px;
	color: #1c1c1c;
}
.banner-bottom {
	background: #f7f8fa;
	border-bottom: 1px solid #d9d9d9;
	position: relative;
}
.banner-bottom img {
	position: absolute;
	top: 0%;
	left: 50%;
}


.bottom-grids {
	padding: 75px 0;
}
.bottom-grid {
	position: relative;
	
}
.camera-grid {
	background: #ffffff;
	border: 1px solid #d9d9d9;
	border-radius: 200px;
	padding: 45px 23px;
}
.camera-grid h3 {
	margin: 0;
	color: #000000;
	font-size: 18px;
	text-align: center;
	font-weight: 700;
	padding-top: 20px;
}
.cam-img {
	position: absolute;
	left: 34%;
	top: -12%;
}
.camera-grid p {
	color: #252525;
	line-height: 1.8em;
	font-size: 16px;
	text-align: center;
	font-family: myriad pro;
	margin: 22px 0 28px 0;
	font-weight: 400;
}
.readmore {
	text-align: center;
}
.readmore a {
	text-decoration: none;
	color: #ffffff;
	background: #3bbdfb;
	padding: 4px 18px;
	font-size: 14px;
}
.readmore a:hover {
	color: #000000;
	transition: .5s all;
	-webkit-transition: .5s all;
	-o-transition: .5s all;
	-ms-transition: .5s all;
	-moz-transition: .5s all;
}
.readmore2 {
	text-align: center;
}
.readmore2 a {
	text-decoration: none;
	color: #ffffff;
	background: #35CFAD;
	padding: 4px 18px;
	font-size: 14px;
}
.readmore2 a:hover {
	color: #000000;
	transition: .5s all;
	-webkit-transition: .5s all;
	-o-transition: .5s all;
	-ms-transition: .5s all;
	-moz-transition: .5s all;
}
/*-- //banner-bottom --*/

/*----*/
.test-people-pic {
	float: left;
}
.test-people-info {
	float: right;
	width: 500px;
	padding-top: 0.5em;
	padding-left: 0.5em;
	text-align: right;
}
.test-people {
	float: right;
}
.people-testmonials p {
	color: #FFF;
	font-size: 2em;
	font-weight: 600;
}
.test-people-info a {
	color: #FFF;
	font-size: 1.5em;
}
.test-people-info small {
	color: #EEE;
	display: block;
}

@media (max-width:1024px) {
.people-testmonials p {
	font-size: 1.2em;
	font-weight: 600;
}
	.popular-grid {
		width: 100%;
	}
.clients {
  padding: 4em 0px;
}
.client-two {
  margin-top: 2em;
}
}

@media (max-width:768px) {
	.popular-grid {
		width: 100%;
	}
.people-testmonials p {
	font-size: 1.2em;
	font-weight: 600;
}
.section-title {
	font-size: 58px;
	padding: 20% 15%;
}
.banner-bottomxcv img {
	left: 47%;
}
	.client-left {
  width: 25%;
  float: left;
}
.clients {
  padding: 3.5em 0px;
}
.client-two {
  margin-top: 1.5em;
}
.list_style li i {
	margin-right: 0;
}
.d-md-flex {
	display: -ms-flexbox!important;
	display: flex!important
}
}

@media (max-width:640px) {
.people-testmonials p {
	font-size: 1.2em;
	font-weight: 600;
}
	.popular-grid {
		width: 100%;
	}

}



@media (max-width:480px) {
	.p-list {
	padding-top: 30px!important
}
	.client-left {
  width: 100%;
  text-align: center;
}
.client-left img {
  width: 93%;
}
.client-left:nth-child(2),.client-left:nth-child(3),.client-left:nth-child(4){
	margin-top:1em;
}
.client-two {
  margin-top: 1em;
}
.clients {
  padding: 2.5em 0px;
}
.popular-grid {
		width: 100%;

	margin-bottom: 20px;
	}
	

	.about-text h1 {
		font-size: 2.7em;
	}
	.about-text p{
		font-size: 1.1em;
	}
	section.section-padding{
    padding: 0 0 0 18px;
}
	.about-text {
	padding: 1px;
}
	.about-text h3 {
padding-top: 15px;
}
	.services{
	padding: 0 0 45px 0px;
	text-align:center;
}
	.service-grids-icon{
	width: 41%;
    padding: 43px;
    border: 3px solid #3BBDFB;
    border-radius: 50%;
	margin:0 auto;
}
	
.people-testmonials p {
	font-size: 1.2em;
	font-weight: 600;
}
	.blok-read-sm {
	margin-left: 12px;
	}
	.grid-pad div[class*="col-"] {
  margin-bottom: 10px;
}
#mergulhotit {
	
	margin-top: 0px;
}	
	#mergulhotit h1 {
	font-size: 3.6em;
}
	#news h1 {
	font-size: 3.6em;
}
	.texture-section h1 {
font-size: 3.6em;
}
	.mergulhos-wrap .col-md-6 {
	padding: 20px 0 30px 20px;
}
.mergulhos .quote {
	padding: 0 0 ;
	margin: 0 0;
}
	
	.mergulhos .quote p {
	line-height: 22px;
}
	.section-small {
 padding-left: 15px;
}
	
	.readmore2 {
	margin-bottom: 40px;
}
	.footer-bottom {
	
		height: 115px !important;
}
	.espacofooter{
	margin-top: 70px;
}
	
	.camera-grid {
	
	border-radius: 200px;
	padding: 25px 33px;
		width: 70%;
}
	.cam-img {
	position: absolute;
	left: 24%;
	top: -12%;

}

}

@media (max-width:320px) {
.people-testmonials p {
	font-size: 1.2em;
	font-weight: 600;
}
	.popular-grid {
		width: 100%;
	}
	.clients {
  padding: 2em 0px;
}
}

@media only screen and (max-width: 400px) {
.btndesktop {
	display: none !important;
	visibility: hidden;
	
}
}

@media only screen and (min-width: 601px) {
.btnmobile {
	display: none !important;
	visibility: hidden;
}
}


.lightwidget-widget{
	
	height: 353px;
}

/*-- about section --*/
section.about-us {
	padding:100px 0;
}
section.about-us h2.text-center {
	font-size:38px;
	font-weight:700;
	text-transform:uppercase;
	position:relative;
	padding-bottom:30px;
	color:#000;
}
section.about-us p.text-center {
	font-size: 16px;
    padding-bottom: 50px;
    color: #999;
}
section.about-us h2.text-center:before {
	content:'';
	background-color:#dcdcdc;
	height:2px;
	width:20%;
	left:40%;
	bottom:15px;
	display:block;
	position:absolute;
}
section.about-us h2.text-center:after {
	content:'';
	background-color:#ff9900;
	height:2px;
	width:10%;
	left:45%;
	bottom:15px;
	display:block;
	position:absolute;
}	
section.about-us h4 {
	font-size: 20px;
	font-weight: 700;
	padding: 10px 0;
	color: #00588F;
	text-transform: uppercase;
}
section.about-us span.glyphicon,section.about-us i.glyphicon {
	margin: 0;
	padding: 0;
	font-size:20px;
}
.pa_italic span {
    display: none;
}
.pa_italic i,.collapsed span {
    left: 24em;
    color: #999;
}
.collapsed i {
    display: none;
}
.collapsed span {
    display: inline-block;
}
a.pa_italic {
    text-decoration: none;
}
.panel-body {
    padding: 2em;
    font-size: 14px;
    line-height: 2em;
}
.panel-default {
    border-color:transparent;
}
.panel-default>.panel-heading {
    background-color:transparent;
    border-bottom: 1px solid #e8e8e8;
}
.panel-group .panel-heading+.panel-collapse>.list-group, .panel-group .panel-heading+.panel-collapse>.panel-body {
    border:none;
}
.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: none;
}
.fader{
    position: relative;
    padding-top:75%;
    overflow: hidden;
} 
.fader .slide{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 1;
    opacity: 0;
}
.fader img.slide{
    height: auto;
}
.fader .prev,
.fader .next{
  position: absolute;
  height: 80px;
  line-height: 55px;
  width: 50px;
  font-size: 100px;
  text-align: center;
  color: #fff;
  top: 50%;
  left: 0;
  z-index: 4;
  margin-top: -25px;
  cursor: pointer;
  opacity: .7;
  transition: all 150ms;
}
.fader .prev:hover,
.fader .next:hover{
  opacity: 1;
}
.fader .next{
  left: auto;
  right: 0;
}
.fader .pager_list{
  position: absolute;
  width: 100%;
  height: 40px;
  line-height: 40px;
  bottom: 0;
  text-align: center;
  z-index: 4;
}
.fader .pager_list li,.fader .page li{
  display: inline-block;
  width: 15px;
  height: 15px;
  margin: 0 7px;
  background: #fff;
  opacity: .7;
  text-indent: -999px;
  border-radius: 999px;
  cursor: pointer;
  transition: all 150ms;
}
.fader .pager_list li:hover,
.fader .pager_list li.active{
  opacity: 1;
}
/*-- about section --*/

@media only screen and (min-device-width : 320px) and (max-device-width : 568px) {
.service-grid{

	left: 15px;
}
	.service-grids-icon{
	width: 35%;
    padding: 30px;
    border: 3px solid #3BBDFB;
    border-radius: 50%;
	margin:0 auto;
}	
		.footer-bottom {
	height: 40px !important; 
}
}
@media only screen and (min-device-width : 414px) and (max-device-width : 736px) {

	.service-grid{

	left: 15px;
}
	.service-grids-icon{
	width: 35%;
    padding: 40px;
    border: 3px solid #3BBDFB;
    border-radius: 50%;
	margin:0 auto;
}	
	.logotipos {
height: 500px;
	
}
	.footer-bottom {
	height: 50px !important; 
}
}
