
body {
	margin:0;
	font-family: 'Roboto', sans-serif;
	background: #fff;
}
body a{
	transition: 0.5s all ease;
	-webkit-transition: 0.5s all ease;
	-moz-transition: 0.5s all ease;
	-o-transition: 0.5s all ease;
	-ms-transition: 0.5s all ease;
	text-decoration:none;
}
h1,h2,h3,h4,h5,h6{
	margin:0;	
	font-family: 'Roboto', sans-serif;
}
p{
	margin:0;
	font-size: 1em;
}
ul,label{
	margin:0;
	padding:0;
}
body a:hover{
	text-decoration:none;
}
/*--header--*/
.header-strip {
    background:var(--cor-primaria);
}
span.glyphicon.glyphicon-lock,span.glyphicon.glyphicon-map-marker {
    margin-right: 5px;
    font-size: 11px;
}

.dropdown-menu>li>a {
    color:var(--cor-primaria);
	background-color:#FFF;
}


.dropdown ul.dropdown-menu:before { /* Setinha */
    content: "";
    border-bottom: 10px solid #FFF;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    position: absolute;
    top: -8px;
    left: 27px;
}
.dropdown ul.dropdown-menu:after { /* Setinha */
    content: "";
    border-bottom: 12px solid #ccc;
    border-right: 12px solid transparent;
    border-left: 12px solid transparent;
    position: absolute;
    top: -10px;
    left: 27px;
}

.social-icons  {
  float:right;
  padding-right:100px;
}

.social-icons i {
  width: 23px;
  height:20px;
  /*background: url('images/img-sprite.png') no-repeat 0px 0px;*/
  display: inline-block;
}
span.glyphicon.glyphicon-lock {
	border-left: 1px solid rgba(28, 84, 136, 0.48);
    border-right: 1px solid rgba(28, 84, 136, 0.48);
    font-size:1em;
    padding: 12px 13px;
	color:#fff;
}
span.glyphicon.glyphicon-lock:hover{
	color:#124a6b;
}
.social-icons ul li {
    display: inline-block;
    border-left: 1px solid rgba(28, 84, 136, 0.48);
    padding: 2px 9px;
}
.social-icons ul li:nth-child(4) {
   border-right:1px solid rgba(28, 84, 136, 0.48);
}
a i.logout_sistema {
  background-position: -107px 1px;
}
a i.logout_sistema:hover{
 background-position: -107px -19px;
}

a i.meus_dados_sistema {
  background-position: -129px 1px;
}
a i.meus_dados_sistema:hover{
 background-position: -129px -19px;
}

a i.trocar_empresa_sistema {
  background-position: -150px 1px;
}
a i.trocar_empresa_sistema:hover{
 background-position: -150px -19px;
}

a i.trocar_modulo_sistema {
  background-position: -175px 1px;
}
a i.trocar_modulo_sistema:hover{
 background-position: -175px -19px;
}

a i.dribble {
  background-position: -79px 3px;
}
a i.dribble:hover {
  background-position: -79px -17px;
}
/*--header-top--*/
.header-top {
        padding: 0px 0 0em 0;
}

.top-menu {
    /*margin-top: 12px;*/
}
p.top-para {
    text-align: right;
    font-weight: 600;
    color: var(--cor-primaria);
}
.main-nav {
    margin-top: 0;
    float: right;
}
.top-menu ul li{
display: inline-block;
    color: #fff;
    vertical-align: top;
}
/*-- link-effect-14 --*/
.link-effect-12 a {
  margin:0 3px;
  position: relative;
  overflow: hidden;
  display: inline-block;
  -moz-transition: ease-out 0.3s 0.1s;
  -o-transition: ease-out 0.3s 0.1s;
  -webkit-transition: ease-out 0.3s;
  -webkit-transition-delay: 0.1s;
  transition: ease-out 0.3s 0.1s;
  padding:4px 7px;
  font-size: 1em;
  font-weight: 400
}
/*--/w3layouts--*/
/*--/agileits--*/
.link-effect-12 a span::before {
  width: 100%;
  height:2px;
  background:#124a6b;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  -moz-transition: 0.1s;
  -o-transition: 0.1s;
  -webkit-transition: 0.1s;	
  transition: 0.1s;
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
.link-effect-12 a span::after {
  width: 100%;
  height:2px;
  background:var(--cor-secundaria);
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  -moz-transition: 0.1s 0.2s;
  -o-transition: 0.1s 0.2s;
  -webkit-transition: 0.1s;
  -webkit-transition-delay: 0.2s;
  transition: 0.1s 0.2s;
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
.link-effect-12 a::before {
  width:2px;
  height: 100%;
  background:#124a6b;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  -moz-transition: 0.1s 0.3s;
  -o-transition: 0.1s 0.3s;
  -webkit-transition: 0.1s;
  -webkit-transition-delay: 0.3s;
  transition: 0.1s 0.3s;
}
.link-effect-12 a::after {
  width:2px;
  height: 100%;
  background:#124a6b;
  content: "";
  position: absolute;
  right: 0px;
  bottom: 0;
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  -moz-transition: 0.1s 0.1s;
  -o-transition: 0.1s 0.1s;
  -webkit-transition: 0.1s;
  -webkit-transition-delay: 0.1s;
  transition: 0.1s 0.1s;
}
.link-effect-12 a:hover {
  /*color:#124a6b;*/
  color:var(--cor-primaria);
}
.nome_menu:hover {
  color: #d0d0d0 !important;
}
.link-effect-12 a:hover::before, .link-effect-12 a:hover::after {
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.link-effect-12 a:hover span::before, .link-effect-12 a:hover span::after {
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.link-effect-12 a.active {
  color:#124a6b;
  /*border: 2px solid #041566;*/
  width: 100%;  
  font-size:12px; 
  float:left; 
  text-align:center; 
  padding:8px 0 10px 0
}
/*-- //link-effect-14 --*/
/*--/w3layouts--*/
/*--/agileits--*/
.about {
    text-align: center;
}
.about-inner iframe {
    width: 100%;
    height: 400px;
}
h4.tittle {
    color: #33384C;
    font-size: 2.5em;
    margin-bottom: 1em;
    text-transform: uppercase;
}
.modal-dialog.about {
    width: 650px;
    margin: 20px auto;
}
.about p {
        color: #637B8E;
    font-size: 1em;
    line-height: 1.9em;
	    padding-bottom: 1em;
}
.modal-header {
    min-height: 16.42857143px;
    padding: 15px;
    border-bottom: none;
}
.modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    border-radius: 0!important;
}
h5.tittle {
       color: var(--cor-primaria);
    font-size: 2em;
    margin: 0.7em 0 0.5em 0;
    text-transform: uppercase;
}
.top_right {
    float: left;
    margin-top: 2em;
	    padding: 0;
}
.top_right h6{
       color: #00aaad;
    font-size: 0.85em;
    font-weight: 400;
    text-transform: uppercase;
	    padding: 0;
}
.top_right p {
         color: #a5cd39;
    font-size: 1em;
       font-weight: 600;
    text-transform: uppercase;
    margin-top: 0.8em;
}
ul.f-icons {
    float:left;   
	margin-top: 0.7em;
}
ul.f-icons li {
    list-style: none;
    display: inline-block;
	margin-right:1em;
}
ul.f-icons li a.p,ul.f-icons li a.isto{
	    background: url(images/social.png) no-repeat 8px 1px;
       display: inline-block;
	   width: 22px;
    height:22px;
}
ul.f-icons li a.p{
	  background: url(images/social.png) no-repeat -46px 1px;
}
ul.f-icons li a.p:hover{
	  background: url(images/social.png) no-repeat -46px -20px;
}
ul.f-icons li a.isto{
	  background:url(images/social.png) no-repeat -130px 1px;
}
ul.f-icons li a.isto:hover{
	  background:url(images/social.png) no-repeat -130px -20px;
}
/*--responsive-design--*/
@media (max-width:640px){
	span.menu {
		    width: 35px;
			height: 35px;
			background: url(images/nav.png)no-repeat 0px 0px;
			display: inline-block;
			cursor: pointer;
			position: absolute;
			top: -73px;
			right: 0px;
	}
	.top_right {
		float: left;
		margin-top: 0em;
		padding: 0;
	}
	.top-menu{
		width:100%;
		display: none;
		text-align:center;
		background:#fff;
		padding:0;
		margin-top:0;
	}
	.main-nav {
		margin-top:1em;
	}
	.span_2 {
	  margin-top: 2em;
	}
	.top-menu ul{
	   		float: none;
		border: none;
		padding: 10px 0;
        margin-top:0;
		background-color: #fff;
		border: 1px solid #ddd;
	}
	.top-menu ul li {
		display: block;
		float: none;
		
		margin: 2px 0;
		width: 100%;
		text-align: center;
	}
	
	.main-nav {
		position: relative;
	}
	.search {
		float: left;
		width: 50%;
		padding: 0;
		margin-top: 1em;
	}
}

.header-top {
  background: #fff;
  position: relative;
}
#slider2,
#slider3 {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  margin: 0 auto;
}
.rslides_tabs {
  list-style: none;
  padding: 0;
  background: rgba(0,0,0,.25);
  box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
  -moz-box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
  -webkit-box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
  font-size: 18px;
  list-style: none;
  margin: 0 auto 50px;
  max-width: 540px;
  padding: 10px 0;
  text-align: center;
  width: 100%;
}
.rslides_tabs li {
  display: inline;
  float: none;
  margin-right: 1px;
}
.rslides_tabs a {
  width: auto;
  line-height: 20px;
  padding: 9px 20px;
  height: auto;
  background: transparent;
  display: inline;
}
.rslides_tabs li:first-child {
  margin-left: 0;
}
.rslides_tabs .rslides_here a {
  background: rgba(255,255,255,.1);
  color: #fff;
  font-weight: bold;
}
.events {
  list-style: none;
}
.callbacks_container {
      position: relative;
}
.callbacks {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
}
.callbacks li {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}
.callbacks img {
  position: relative;
  z-index: 1;
  height: auto;
  border: 0;
}
.callbacks .caption {
	display: block;
	position: absolute;
	z-index: 2;
	font-size: 20px;
	text-shadow: none;
	color: #fff;
	left: 0;
	right: 0;
	padding: 10px 20px;
	margin: 0;
	max-width: none;
	top: 10%;
	text-align: center;
}
.callbacks_nav {
  	position: absolute;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	top:71%;
	left: 0%;
	opacity: 0.7;
	z-index: 3;
	text-indent: -9999px;
	overflow: hidden;
	text-decoration: none;
	height:45px;
    width:45px;
	background: transparent url("images/arrow.png") no-repeat -1px -7px;
	border: 3px solid rgba(255, 255, 255, 0.84);
	    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms0-border-radius: 50%;
}
.callbacks_nav:active {
  opacity: 1.0;
}
.callbacks_nav.next {
  left: auto;
  background-position: right top;
  right:0%;
     background: transparent url("images/arrow.png") no-repeat -37px -7px;
}
#slider3-pager a {
  display: inline-block;
}
#slider3-pager span{
  float: left;
}
#slider3-pager span{
	width:100px;
	height:15px;
	background:#fff;
	display:inline-block;
	border-radius:30em;
	opacity:0.6;
}
#slider3-pager .rslides_here a {
  background: #FFF;
  border-radius:30em;
  opacity:1;
}
#slider3-pager a {
  padding: 0;
}
#slider3-pager li{
	display:inline-block;
}
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
}
.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
}
.rslides li{
  position: relative;
  display: block;
  float: left;
}
.rslides img {
  height: auto;
}
.callbacks_tabs {
	list-style: none;
    position: absolute;
        top: 52%;
    z-index: 999;
    left: -19%;
    padding: 0;
    margin: 0;
    display: block;
}
.slider-top{
	text-align: center;
	margin-bottom:2.5em;
}
.slider-top p.below{
	font-size: 14px;
	color: #fff;
	font-weight: 100;
}
.slider-top h3{
	font-size:20px;
	font-weight:400;
	margin:10px 0px;
	color:#fff;
}
.slider-top ul.social-slide{
	display:inline-flex;
	margin: 0px;
	padding: 0px;
}

.callbacks_tabs li {
    display: block;
    text-align: center;
    background: var(--cor-primaria);
    padding: 3px 12px 14px 5px;
    margin-bottom: 6px;
}
@media screen and (max-width: 600px) {
  .callbacks_nav {
    top: 47%;
    }
}
/*----*/
.callbacks_tabs a{
 visibility: hidden;
}
.callbacks_tabs a:after {
  content: "\f111";
  font-size:0;
  font-family: FontAwesome;
  visibility: visible;
  display: block;
  height:15px;
  width:15px;
  display:inline-block;
  border:2px solid #fff;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -o-border-radius: 30px;
  -ms-border-radius: 30px;
  background:#fff;
}
.callbacks_here a:after{
	border:2px solid #124a6b;
  	background:#124a6b;
}
ul.callbacks_tabs.callbacks2_tabs {
	top: 114%;
	left: 44.95%;
	display: block;
}
ul.callbacks_tabs.callbacks2_tabs li {
	display: inline-block;
	margin:0px 7px;
}
ul.callbacks_tabs.callbacks2_tabs li a:after {
	 background:#22225c;
	 height:14px;
  	width:14px;
  	border:2px solid #22225c;
}
ul.callbacks_tabs.callbacks2_tabs .callbacks_here a:after{
	border:2px solid #22225c;
  	background:none;
}
li.callbacks2_s2 {
	display: inline-block !important;
}

.ab-left {
    padding-left: 0;
}
.ab-right {
    text-align: left;
       padding: 3px 3em 0 3em;
}
h2.tittle {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 2.5em;
    line-height: 1.4em;
    border-left: 8px solid var(--cor-primaria);
    padding-left: 14px;
    margin-bottom: 0.5em;
	color: #fff;
}
h2.tittle span {
       color:var(--cor-primaria);
}
/* Shutter In Horizontal */
a.hvr-shutter-in-horizontal {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  background:#D07E03;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
    padding: 0.3em 1em;
    color: #fff;
    font-size: 1.1em;
}
a.hvr-shutter-in-horizontal:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background:var(--cor-primaria);
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
a.hvr-shutter-in-horizontal:hover, a.hvr-shutter-in-horizontal:focus, a.hvr-shutter-in-horizontal:active {
  color: white;
}
a.hvr-shutter-in-horizontal:hover:before, a.hvr-shutter-in-horizontal:focus:before, a.hvr-shutter-in-horizontal:active:before {
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
}
.col-bottom p {
        color: #fff;
    font-size: 1em;
    line-height: 1.9em;
    margin: 1em 0;
    font-weight: 400;
}
.col-bottom h4 {
    color: #fff;
    text-transform: uppercase;
    font-size: 1.4em;
    font-weight: 600;
}
#about {
        background: #124a6b;
}
/*----*/

/* Float Shadow */
.hvr-float-shadow {
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-float-shadow:before {
  pointer-events: none;
	position: absolute;
	z-index: -1;
	content: '';
	top: 105%;
	left: 5%;
	height: 52px;
	width: 95%;
	opacity: 0.5;
	background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.16) 0%, rgba(0, 0, 0, 0) 80%);
	background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.18) 0%, rgba(0, 0, 0, 0) 80%);
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: transform, opacity;
	transition-property: transform, opacity;
}
.hvr-float-shadow:hover, .hvr-float-shadow:focus, .hvr-float-shadow:active {
  -webkit-transform: translateY(-9px);
  transform: translateY(-9px);
  /* move the element up by 5px */
}
.hvr-float-shadow:hover:before, .hvr-float-shadow:focus:before, .hvr-float-shadow:active:before {
  opacity: 1;
  -webkit-transform: translateY(9px);
  transform: translateY(9px);
  /* move the element down by 5px (it will stay in place because it's attached to the element that also moves up 5px) */
}
.serve-grids-top {
    margin-top:4em;
}

.textbox {
-webkit-transition: all 0.7s ease;
transition: all 0.7s ease;
text-align:center;
}
.textbox h4 {
     font-size: 2.5em;
  color: #fff;
  margin-top:5em;
}
.textbox p {
  font-size: 15px !important;
  color: #fff;
  font-weight:500 !important;
  margin:6px 0 0 0!important;
}
h3.tittle{
       font-size: 3em;
    font-weight: 700;
    color: #333;
    text-transform: uppercase;
    text-align: center;
  }
h5.sub-h{
    font-size: 1.2em;
  font-weight: 400;
  color:#124a6b;
  text-align: center;
  margin:0.8em 0;
  }
  h5.sub-h.two {
    color: #fff;
}
span.event-date{
  font-size: 1.3em;color:#124a6b;
  font-weight: 600;
  line-height:1.5em;
  text-transform: uppercase;
}
span.event-year {
  display: block;
}
ul.insure {
  margin-top: 1em;
}
.insurance-grid img {
  width: 100%;
}
.insurance-grid {
      padding: 0;
    width: 31%;
    margin-right: 2%;
}

.insurance-grids {
  margin-top: 3em;
}

ul.insure li {
  display: block;
  margin: 10px 0;
      color: #fff;
    font-size: 1em;
}
ul.insure li a i {
  margin: 0 0 1em 0;
  line-height: 1.8em;
  text-decoration: none;
  padding-left: 2em;
  background: url(images/tick.png) no-repeat 0px 0px;
}
.insurance-grid p {
    color: #fff!important;
}
/* Common style */
.grid figure {
	position: relative;
	float: left;
	overflow: hidden;
	 margin: 7px 1% 22px 1%;
	height: auto;
	background: #3085a3;
	text-align: center;
	cursor: pointer;
}

.grid figure img {
	position: relative;
	display: block;
	max-width: 100%;
}

.grid figure figcaption {
	padding: 2em;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.grid figure h4 {
	word-spacing: -0.15em;
	font-weight: 300;
}

.grid figure h4 span {
	font-weight: 600;
    margin-left: 7px;
}

.grid figure h4,
.grid figure p {
	margin: 0;
}

.grid figure p {
	font-size: 68.5%;
	margin:0!important;
	    margin-bottom:6px!important;
    line-height: 20px!important;
    font-size: 0.9em!important;
}

/* Individual effects */

figure.effect-julia {
	background: #2f3238;
}

figure.effect-julia img {
	max-width: none;
	height: 300px;
	-webkit-transition: opacity 1s, -webkit-transform 1s;
	transition: opacity 1s, transform 1s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	    width: 100%;
}

figure.effect-julia figcaption {
	text-align: left;
}

figure.effect-julia h4 {
    position: relative;
    padding: 0.5em 0;
    font-size:2.5em;
	    color: #124a6b!important;
}
figure.effect-julia span{
      color: #fff;
}
figure.effect-julia p {
    display: inline-block;
    margin: 0 0 0.4em;
    padding: 0.5em 1em;
       background: rgba(201, 208, 214, 0.56);
    color: #fff;
    text-transform: none;
    font-weight: 400;
    font-size: 75%;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(-360px,0,0);
    transform: translate3d(-360px,0,0);
}

figure.effect-julia p:first-child {
	-webkit-transition-delay: 0.15s;
	transition-delay: 0.15s;
}

figure.effect-julia p:nth-of-type(2) {
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}

figure.effect-julia p:nth-of-type(3) {
	-webkit-transition-delay: 0.05s;
	transition-delay: 0.05s;
}

figure.effect-julia:hover p:first-child {
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}

figure.effect-julia:hover p:nth-of-type(2) {
	-webkit-transition-delay: 0.05s;
	transition-delay: 0.05s;
}

figure.effect-julia:hover p:nth-of-type(3) {
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}

figure.effect-julia:hover img {
	-webkit-transform: scale3d(1.1,1.1,1);
	transform: scale3d(1.1,1.1,1);
	opacity: 0.5;
}

figure.effect-julia:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

:-moz-placeholder { 
	color:#fff !important; 
}

::-moz-placeholder {  
	color:#fff !important;
}
h3.tittle.second,h5.sub-h.second {
    color: #fff;
}


.map iframe{
	height:500px;
	width:100%;
}
.icon-button {
    background-color: white;
    border-radius:2.6rem;
    cursor: pointer;
    display: inline-block;
    font-size: 2.0rem;
    height:2.6rem;
    line-height: 3.6rem;
    margin: 0 5px;
    position: relative;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width:2.6rem;
}
.icon-button i {
    background: none;
    color: white;
    height: 2.6rem;
    left: 0;
    line-height:2.6rem;
    position: absolute;
    top: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    width: 2.6rem;
    z-index: 10;
}
.icon-button span {
    border-radius: 0;
    display: block;
    height: 0;
    left: 50%;
    margin: 0;
    position: absolute;
    top: 50%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    width: 0;
}
.icon-button:hover span {
    width:2.6rem;
    height:2.6rem;
    border-radius:2.6rem;
    margin:-1.3rem;
}
/*--social-icons--*/
ul.social-icons2{
	display:block;
	padding: 0;
}
.social-icons2 li{
	display:inline-block;
}
.social-icons2 li a{  
       background: url(images/social-icons.png) no-repeat 1px -31px #4D669C;
    display: block;
    height: 30px;
    width: 30px;
    margin-right: 1em;
    -webkit-transition: .5s all;
    transition: .5s all;
    -moz-transition: .5s all;
	margin-right: 1em;
	-webkit-transition: .5s all;
    transition: .5s all;
    -moz-transition: .5s all;
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.16);
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.16);
    -o-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.16);
    -ms-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.16);
}
.social-icons2 li a.fb{
	background: url(images/social-icons.png) no-repeat 2px 2px #63CEF7;
}
.social-icons2 li a.in{
	 background: url(images/social-icons.png) no-repeat 3px -63px #FF6347;
}
.social-icons2 li a.dott {
       background: url(images/social-icons.png) no-repeat 1px -95px #666666;
}
.social-icons2 li a:hover::before {
    border-color: #00FFFF;
}
.social-icons2 li a:hover{
	border-radius:50%;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	-o-border-radius:50%;
}
#toTop {
  display: none;
  text-decoration: none;
  position: fixed;
  bottom: 10px;
  right: 10px;
  overflow: hidden;
  width: 40px;
  height: 22px;
  border: none;
  text-indent: 100%;
  background: url(images/move-top.png) no-repeat 0px 0px;
}
/*-- //single --*/
/*---- responsive-design -----*/
@media(max-width:1440px){
	.callbacks_tabs {
    top: 52%;
    z-index: 999;
     left: -12%;
	}
	
}
@media(max-width:1366px){
	.callbacks_tabs {
		top: 52%;
		z-index: 999;
		left: -4%;
	}
}
@media(max-width:1280px){	
.textbox h4 {
		font-size: 2.5em;
		margin-top:4em;
	}
	h2.tittle {
		text-transform: uppercase;
		font-size: 2em;
	}
}
@media(max-width:1080px){
	.callbacks_nav {
      top: 59%;
	}
	.ab-right {
		text-align: left;
		padding: 6em 0em 0 2em;
	}
	h3.tittle {
      font-size: 2.5em;
	}

	figure.effect-julia img {
		max-width: none;
		height: 327px;
	}
	.textbox h4 {
		font-size: 2.5em;
		margin-top: 3.5em;
	}
	.map iframe {
		height: 350px;
		width: 100%;
	}
	.callbacks_nav.next {
		left: auto;
		background-position: right top;
		right: 9%;
		background: transparent url("images/arrow.png") no-repeat -37px -7px;
	}
	.callbacks_nav {
		position: absolute;
		-webkit-tap-highlight-color: rgba(0,0,0,0);
		top: 71%;
		left: 8%;
	}
	.callbacks_tabs {
		top: 52%;
		z-index: 999;
		left: -3%;
	}
}
@media(max-width:991px){
	.callbacks_nav {
    position: absolute;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    top: 56%;
	}
	.link-effect-12 a {
		margin: 0 1px;
		padding: 10px 16px;
		font-size: 1em;
	}
	.top-menu {
		margin-top:10px;
	}
	.ab-right {
		text-align: left;
		padding: 5em 0em 4em 1em;
	}
	.insurance-grid {
		padding: 0;
		width: 48%;
		margin-right: 2%;
		float: left;
	}
	figure.effect-julia img {
		max-width: none;
		height: 246px;
	}
	.textbox h4 {
		font-size: 2.5em;
		margin-top: 2.5em;
	}
	.callbacks_tabs {
    top: 45%;
    z-index: 999;
    left: -1%;
}
}
@media(max-width:800px){
	.textbox h4 {
		font-size: 2.5em;
		margin-top: 2.5em;
	}
}
@media(max-width:736px){
	.link-effect-12 a {
		margin: 0 1px;
		padding: 10px 14px;
		font-size:1em;
	}
}
@media(max-width:670px){
	.main-nav {
		margin-top: 0;
		z-index:100;
		float: right;
		width: 100%;
	}
	.link-effect-12 a {
    margin: 0 1px;
    padding: 10px 13px;
    font-size: 1em;
   }
	.insurance-grid {
		padding: 0;
		width: 100%;
		margin-right: 2%;
		float: left;
	}
	figure.effect-julia img {
		max-width: none;
		height: 100%;
	}
	.grid figure figcaption {
        padding: 3em;
	}
	.textbox h4 {
		font-size: 2em;
		margin-top: 2.5em;
	}
	.serve-grids-top {
		margin-top: 2em;
	}
	.insurance-grids {
		margin-top: 1em;
	}
}
@media(max-width:640px){
	.callbacks_tabs {
		top: 39%;
		z-index: 999;
		left: -2%;
	}
	.modal-dialog.about {
		width:550px;
		margin: 20px auto;
	}
	h5.tittle {
    font-size: 1.2em;
	
	}
	h4.tittle {
    font-size: 1.4em;
	}
	.about-inner iframe {
		width: 100%;
		height:300px;
	}
}
@media(max-width:568px){
	.social-icons {
		float: none;
		text-align: center;
	}
	span.menu {
		position: absolute;
		top: -62px;
		right: 0px;
	}
	span.event-date {
    font-size: 1em;
	}
}
@media(max-width:480px){
	.social-icons {
		float: none;
		text-align: center;
	}
	span.menu {
		position: absolute;
		top: -62px;
		right: 0px;
	}	
	.map iframe {
		height: 250px;
		width: 100%;
	}

	.grid figure figcaption {
		padding: 1em;
	}
	.modal-dialog.about {
		width:450px;
		margin: 20px auto;
	}
	.about-inner iframe {
		width: 100%;
		height: 200px;
	}
}
@media(max-width:414px){
	h2.tittle {
		text-transform: uppercase;
		font-size: 1.5em;
		padding-left: 8px;
		border-left: 6px solid var(--cor-primaria);
	}
	.col-bottom h4 {
		font-size: 1.2em;
	}
	.callbacks_tabs li {
		    display: block;
			text-align: center;
			padding: 4px 6px 5px 0px;
			margin-bottom: 5px;
			line-height: 15px;
	}
	.callbacks_tabs a:after {
		height: 11px;
		width: 11px;
	}
	.callbacks_nav {
		position: absolute;
		-webkit-tap-highlight-color: rgba(0,0,0,0);
		top:63%;
		left: 8%;
		height: 30px;
		width: 30px;  
		background: transparent url("images/arrow.png") no-repeat 0px -3px;
				background-size: 174%;
	}
	.callbacks_nav.next {
		right: 9%;
		height: 30px;
		width: 30px;
		background: transparent url("images/arrow.png") no-repeat -17px -3px;
		background-size: 174%;
	}
	.callbacks_tabs {
		top: 49%;
		z-index: 999;
		left: -3%;
	}
	.grid figure p {
		font-size: 68.5%;
		margin: 0!important;
		margin-bottom: 6px!important;
		line-height: 13px!important;
		font-size: 0.85em!important;
	}
	.textbox h4 {
		font-size: 2em;
		margin-top: 4.5em;
	}
	.modal-dialog.about {
		width:400px;
		margin: 10px auto;
	}
}
@media(max-width:375px){	
	.ab-left {
		padding: 0;
	}
	span.event-date {
       font-size: 1em;
	}
	.modal-dialog.about {
		width: 350px;
		margin: 20px auto;
	}
}
@media(max-width:320px){
	p.top-para {
		font-size: 0.8em;
	}	textarea {
		width: 100%;
		min-height: 2em;
	}
	.ab-right {
		text-align: left;
		padding: 2em 0em 2em 1em;
	}
	span.menu {
		position: absolute;
		top: -55px;
		right: 0px;
	}
	.callbacks_tabs {
		top: 37%;
		z-index: 999;
		left: -3%;
	}
	.callbacks_nav.next {
       right: 7%;
	}
	.grid figure p {
		margin: 0!important;
		margin-bottom: 1px!important;
		line-height: 13px!important;
		font-size: 0.7em!important;
	}
	h3.tittle {
		font-size: 1.6em;
	}
	h5.sub-h {
		font-size: 1em;
		margin: 0.5em 0;
	}

	ul.insure li {
		display: block;
		margin: 10px 0;
		 font-size: 0.875em;
	}
	.textbox h4 {
		font-size: 1.6em;
		margin-top: 5em;
	}
	h2.tittle {
		font-size: 1.3em;
	}
	.col-bottom h4 {
		font-size: 1.1em;
	}
	.modal-dialog.about {
		width: 300px;
		margin:10px auto;
	}
}




/*Fontes*/
/* vietnamese */
@font-face {
  font-family: 'Pacifico';
  font-style: normal;
  font-weight: 400;
  src: local('Pacifico Regular'), local('Pacifico-Regular'), url(https://fonts.gstatic.com/s/pacifico/v8/m0Shgsxo4xCSzZHO6RHWxBTbgVql8nDJpwnrE27mub0.woff2) format('woff2');
  unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Pacifico';
  font-style: normal;
  font-weight: 400;
  src: local('Pacifico Regular'), local('Pacifico-Regular'), url(https://fonts.gstatic.com/s/pacifico/v8/6RfRbOG3yn4TnWVTc898ERTbgVql8nDJpwnrE27mub0.woff2) format('woff2');
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Pacifico';
  font-style: normal;
  font-weight: 400;
  src: local('Pacifico Regular'), local('Pacifico-Regular'), url(https://fonts.gstatic.com/s/pacifico/v8/Q_Z9mv4hySLTMoMjnk_rCfesZW2xOQ-xsNqO47m55DA.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}


/* cyrillic-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v15/ek4gzZ-GeXAPcSbHtCeQI_esZW2xOQ-xsNqO47m55DA.woff2) format('woff2');
  unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F;
}
/* cyrillic */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v15/mErvLBYg_cXG3rLvUsKT_fesZW2xOQ-xsNqO47m55DA.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v15/-2n2p-_Y08sg57CNWQfKNvesZW2xOQ-xsNqO47m55DA.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v15/u0TOpm082MNkS5K0Q4rhqvesZW2xOQ-xsNqO47m55DA.woff2) format('woff2');
  unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v15/NdF9MtnOpLzo-noMoG0miPesZW2xOQ-xsNqO47m55DA.woff2) format('woff2');
  unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v15/Fcx7Wwv8OzT71A3E1XOAjvesZW2xOQ-xsNqO47m55DA.woff2) format('woff2');
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v15/CWB0XYA8bzo0kSThX0UTuA.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: local('Roboto Medium'), local('Roboto-Medium'), url(https://fonts.gstatic.com/s/roboto/v15/ZLqKeelYbATG60EpZBSDyxJtnKITppOI_IvcXXDNrsc.woff2) format('woff2');
  unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F;
}
/* cyrillic */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: local('Roboto Medium'), local('Roboto-Medium'), url(https://fonts.gstatic.com/s/roboto/v15/oHi30kwQWvpCWqAhzHcCSBJtnKITppOI_IvcXXDNrsc.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: local('Roboto Medium'), local('Roboto-Medium'), url(https://fonts.gstatic.com/s/roboto/v15/rGvHdJnr2l75qb0YND9NyBJtnKITppOI_IvcXXDNrsc.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: local('Roboto Medium'), local('Roboto-Medium'), url(https://fonts.gstatic.com/s/roboto/v15/mx9Uck6uB63VIKFYnEMXrRJtnKITppOI_IvcXXDNrsc.woff2) format('woff2');
  unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: local('Roboto Medium'), local('Roboto-Medium'), url(https://fonts.gstatic.com/s/roboto/v15/mbmhprMH69Zi6eEPBYVFhRJtnKITppOI_IvcXXDNrsc.woff2) format('woff2');
  unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: local('Roboto Medium'), local('Roboto-Medium'), url(https://fonts.gstatic.com/s/roboto/v15/oOeFwZNlrTefzLYmlVV1UBJtnKITppOI_IvcXXDNrsc.woff2) format('woff2');
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: local('Roboto Medium'), local('Roboto-Medium'), url(https://fonts.gstatic.com/s/roboto/v15/RxZJdnzeo3R5zSexge8UUVtXRa8TVwTICgirnJhmVJw.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: local('Roboto Bold'), local('Roboto-Bold'), url(https://fonts.gstatic.com/s/roboto/v15/77FXFjRbGzN4aCrSFhlh3hJtnKITppOI_IvcXXDNrsc.woff2) format('woff2');
  unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F;
}
/* cyrillic */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: local('Roboto Bold'), local('Roboto-Bold'), url(https://fonts.gstatic.com/s/roboto/v15/isZ-wbCXNKAbnjo6_TwHThJtnKITppOI_IvcXXDNrsc.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: local('Roboto Bold'), local('Roboto-Bold'), url(https://fonts.gstatic.com/s/roboto/v15/UX6i4JxQDm3fVTc1CPuwqhJtnKITppOI_IvcXXDNrsc.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: local('Roboto Bold'), local('Roboto-Bold'), url(https://fonts.gstatic.com/s/roboto/v15/jSN2CGVDbcVyCnfJfjSdfBJtnKITppOI_IvcXXDNrsc.woff2) format('woff2');
  unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: local('Roboto Bold'), local('Roboto-Bold'), url(https://fonts.gstatic.com/s/roboto/v15/PwZc-YbIL414wB9rB1IAPRJtnKITppOI_IvcXXDNrsc.woff2) format('woff2');
  unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: local('Roboto Bold'), local('Roboto-Bold'), url(https://fonts.gstatic.com/s/roboto/v15/97uahxiqZRoncBaCEI3aWxJtnKITppOI_IvcXXDNrsc.woff2) format('woff2');
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: local('Roboto Bold'), local('Roboto-Bold'), url(https://fonts.gstatic.com/s/roboto/v15/d-6IYplOFocCacKzxwXSOFtXRa8TVwTICgirnJhmVJw.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}