@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100;0,300;0,400;0,500;0,531;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,531;1,600;1,700;1,800;1,900&display=swap');

body{
	font-family: 'Raleway', sans-serif;

}
.nav-item.active a{
	background-color: #10B7A3!important;
	color: #FFF !important;
	font-family: 'Raleway', sans-serif;
	font-size: 13px!important;
	font-weight: bold!important;
	border-radius:9px;
}
.fundo-principal{
	background-image:url("../images/fundo-principal.jpg");
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	
}
.fundo-principal2{
	background-image:url("../images/fundo2.jpg");
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	
}
.logo-white{
	background: rgba(255, 255, 255, 0.5);
	padding: 15px;
}
.fontp{
	font-family: 'Raleway', sans-serif;
}
.fontslide{
	font-family: 'Raleway', sans-serif;
	font-size: 45px!important;
	font-weight: lighter;
}
.btn-padrao{
	background-color: #10B7A3;
	color: #FFF;
	font-family: 'Raleway', sans-serif;
	font-size: 13px;
	font-weight: bold;
}
.btn-padrao2{
	background-color: #F726C8;
	color: #FFF;
	font-family: 'Raleway', sans-serif;
	font-size: 13px;
	font-weight: bold;
}
.cor-azul{
	color: #002D45;
}
.bg-azul{
	background-color: #002D45;
}
.bg-verde{
	background-color: #10B7A3;
}
.bg-azul2{
	background-color: #004C74;
}.bg-cinza{
	background-color: #ccc;
}
.titulo{
	font-family: 'Raleway', sans-serif;
	font-weight: lighter;
}

.image-grid-cover {
    width: 100%;
    background-size: cover;
    max-height: 120px;
	 min-height: 120px;
    position: relative;
    text-shadow: rgba(0,0,0,.8) 0 1px 0;
    border-radius: 4px;
	background: linear-gradient(45deg, rgba(0,45,69,1) 0%, rgba(2,79,117,1) 100%);
	border-radius:10px;
	text-align:center;
	padding: 40px 20px;
	border-bottom: 3px solid #024f75;
	font-size: 14px;
	
	
}
.image-grid-cover:hover{
	background: #10B7A3!important;
	border-bottom: 3px solid #0E9989;
}

.image-grid-cover a:hover{
	text-decoration:none!important;
}

.b-0 {
    bottom: 0;
}
.bg-shadow {
background: rgb(255,255,255);
background: linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(0,0,0,0.7847514005602241) 100%);
	z-index: 99999;
	height: 100%;
}
.top-indicator {
    right: 0;
    top: 1rem;
    bottom: inherit;
    left: inherit;
    margin-right: 1rem;
}
.overflow {
    position: relative;
    overflow: hidden;
}
.zoom img {
    transition: all 0.2s linear;
}
.zoom:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.contact {

}
.contact .heading {
    margin-bottom: 20px;
}
.contact .heading h2 {
    font-size: 30px;
    font-weight: 700;
    color: #404356;
    margin: 0;
    margin-bottom: 15px;
}
.contact .heading h2 span {
    color: #7035cf;
    font-weight: 300;
}
.contact .heading p {
    font-size: 14px;
    font-weight: 400;
    color: #525f7f;
    line-height: 26px;
    margin: 0;
}
.contact .main {
    background: #ffffff;
    box-shadow: 1px 1px 20px 0 rgba(0,0,0,0.08);
}
.contact .main h3 {
    font-size: 20px;
    font-weight: 500;
    color: #4a545e;
    margin: 0;
    margin-bottom: 20px;
}
.contact .form-control {
    padding: 25px;
    font-size: 13px;
    margin-bottom: 10px;
    background: #f8f8f9;
    border: 0;
    border-radius: 5px;
}
.contact button.btn {
    padding: 10px;
    border-radius: 5px;
    font-size: 15px;
    background-color: #10B7A3;
    color: #ffffff;
}

.contact .main .left {
    padding: 40px 60px;
}
.contact .main .right {
    background:#10B7A3;
    background-size: cover;
    padding: 40px;
    color: #ffffff;
    height: 100%;
}
.contact .main .right h4 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 30px;
}
.contact .main .right .info {
    margin-bottom: 35px;
}
.contact .main .right .info i {
    font-size: 25px;
    color: #ffffff;
}
.contact .main .right .info span {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin-left: 15px;
}
.contact .main .right .social a {
    text-decoration: none;
    font-size: 30px;
    color: #ffffff;
    margin-right: 20px;
}

.menu{
	width: 0px;
	transition:all 0.3s;
	height: 100%;
    position: absolute;
    z-index: 10000;
    top: 0;
    right: 0;
    overflow-x: hidden;
    transition: 0.5s;
    background-color: #10B7A3;
    padding-top: 30px;
    color:white;

}
.menu i{
	margin:5px 0px;
	top: 0px;
	right: 10px;
	position: absolute;
	font-size: 30px;

}
.fa.fa-bars{
	margin:5px 0px;
	right: 10px;
	font-size: 30px;
	color:#FFF;	
    z-index: 999;



}
.menu li{
    list-style: none;
	font-size: 18px;
	padding: 5px 0px;
}
.menu li:hover{
    background-color: #108F80;
}
.menu ul{
	padding-top: 20px;
	padding-left: 0px;
	text-align: center;
}



.menuOpen{
	width: 300px;
    background-color: #0CA794;
	transition:all 0.3s;
}

.menuClose{
	background-color:  #0CA794;
	transition:all 0.3s;
	padding-left: 0px!important;
	transition:all 0.3s;


}
.mainOpen{
	transition:all 0.3s;

	transition:all 0.3s;


}

.mainClose{
	transition:all 0.3s;
	transition:all 0.3s;


}
.imgback{
	background-repeat:none;
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	height:200px;
	
}
.imgback:hover{
	background-position:center;
}
.inv{
	display: none;
}
.inv2{
	display: none;
}
.inv3{
	display: none;
}
.inv4{
	display: none;
}
.inv5{
	display: none;
}
.blog .carousel-indicators {
	left: 0;
	top: auto;
    bottom: -40px;

}



.our-team-section {
  position: relative;
  padding-top: 40px;
  padding-bottom: 40px;
}
.our-team-section:before {
  position: absolute;
  top: -0;
  left: 0;
  content: " ";
  background: url(img/service-section-bottom.png);
  background-size: 100% 100px;
  width: 100%;
  height: 100px;
  float: left;
  z-index: 99;
}
.our-team {
  padding: 0 0 40px;
  background: #f9f9f9;
  text-align: center;
  overflow: hidden;
  position: relative;
  border-bottom: 5px solid #00325a;
}
.our-team:hover {
  border-bottom: 5px solid #2f2f2f;
}

.our-team .pic {
  display: inline-block;
  width: 130px;
  height: 130px;
  margin-bottom: 50px;
  z-index: 1;
  position: relative;
}
.our-team .pic:before {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #00325a;
  position: absolute;
  bottom: 135%;
  right: 0;
  left: 0;
  opacity: 1;
  transform: scale(3);
  transition: all 0.3s linear 0s;
}
.our-team:hover .pic:before {
  height: 100%;
  background: #2f2f2f;
}
.our-team .pic:after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #ffffff00;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  transition: all 0.3s linear 0s;
}
.our-team:hover .pic:after {
  background: #7ab92d;
}
.our-team .pic img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  transform: scale(1);
  transition: all 0.9s ease 0s;
  box-shadow: 0 0 0 14px #f7f5ec;
  transform: scale(0.7);
  position: relative;
  z-index: 2;
}
.our-team:hover .pic img {
  box-shadow: 0 0 0 14px #f7f5ec;
  transform: scale(0.7);
}
.our-team .team-content {
  margin-bottom: 30px;
}
.our-team .title {
  font-size: 22px;
  font-weight: 700;
  color: #4e5052;
  letter-spacing: 1px;
  text-transform: capitalize;
  margin-bottom: 5px;
}
.our-team .post {
  display: block;
  font-size: 15px;
  color: #4e5052;
  text-transform: capitalize;
}
.our-team .social {
  width: 100%;
  padding-top: 10px;
  margin: 0;
  background: #2f2f2f;
  position: absolute;
  bottom: -100px;
  left: 0;
  transition: all 0.5s ease 0s;
}
.our-team:hover .social {
  bottom: 0;
}
.our-team .social li {
  display: inline-block;
}
.our-team .social li a {
  display: block;
  padding-top: 6px;
  font-size: 15px;
  color: #fff;
  transition: all 0.3s ease 0s;
}
.our-team .social li a:hover {
  color: #2f2f2f;
  background: #f7f5ec;
}
@media only screen and (max-width: 990px) {
  .our-team {
    margin-bottom: 10px;
  }
}
.back-to-top {
    position: fixed;
    bottom: 25px;
    right: 25px;
    display: none;
	border: 2px solid #51A8B1;
}


 .animate-border {
  position: relative;
  display: block;
  width: 115px;
  height: 3px;
  background: #007bff; }

.animate-border:after {
  position: absolute;
  content: "";
  width: 35px;
  height: 3px;
  left: 0;
  bottom: 0;
  border-left: 10px solid #fff;
  border-right: 10px solid #fff;
  -webkit-animation: animborder 2s linear infinite;
  animation: animborder 2s linear infinite; }

@-webkit-keyframes animborder {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px); }
  100% {
    -webkit-transform: translateX(113px);
    transform: translateX(113px); } }

@keyframes animborder {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px); }
  100% {
    -webkit-transform: translateX(113px);
    transform: translateX(113px); } }

.animate-border.border-white:after {
  border-color: #fff; }

.animate-border.border-yellow:after {
  border-color: #F5B02E; }

.animate-border.border-orange:after {
  border-right-color: #007bff;
  border-left-color: #007bff; }

.animate-border.border-ash:after {
  border-right-color: #EEF0EF;
  border-left-color: #EEF0EF; }

.animate-border.border-offwhite:after {
  border-right-color: #F7F9F8;
  border-left-color: #F7F9F8; }

/* Animated heading border */
@keyframes primary-short {
  0% {
    width: 15%; }
  50% {
    width: 90%; }
  100% {
    width: 10%; } }

@keyframes primary-long {
  0% {
    width: 80%; }
  50% {
    width: 0%; }
  100% {
    width: 80%; } } 

.dk-footer {
    padding: 75px 0 0;
    background-color: #001927;
    position: relative;
    z-index: 2;
}
  .dk-footer .contact-us {
    margin-top: 0;
    margin-bottom: 30px;
    padding-left: 80px; }
    .dk-footer .contact-us .contact-info {
      margin-left: 50px; }
    .dk-footer .contact-us.contact-us-last {
      margin-left: -80px; }
  .dk-footer .contact-icon i {
    font-size: 24px;
    top: -15px;
    position: relative;
    color:#007bff; }

.dk-footer-box-info {
  
  background: #10B7A3;
  padding: 40px;
  z-index: 2; 
	margin-bottom: 30px;

}


  .dk-footer-box-info .footer-social-link h3 {
    color: #fff;
    font-size: 24px;
    margin-bottom: 25px; }
  .dk-footer-box-info .footer-social-link ul {
    list-style-type: none;
    padding: 0;
    margin: 0; }
  .dk-footer-box-info .footer-social-link li {
    display: inline-block; }
  .dk-footer-box-info .footer-social-link a i {
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    background: #000;
    margin-right: 5px;
    color: #fff; }
    .dk-footer-box-info .footer-social-link a i.fa-facebook {
      background-color: #3B5998; }
    .dk-footer-box-info .footer-social-link a i.fa-linkedin-in {
      background-color: #55ACEE; }
    .dk-footer-box-info .footer-social-link a i.fa-flickr {
    background-color: #F726C8;
}
    .dk-footer-box-info .footer-social-link a i.fa-youtube {
    background-color: #E32A2A;
}
    .dk-footer-box-info .footer-social-link a i.fa-instagram {
      background-color: #B7242A; }

.footer-awarad {
  margin-top: 285px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -moz-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .footer-awarad p {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    margin-left: 20px;
    padding-top: 15px; }

.footer-info-text {
  margin: 26px 0 32px; }

.footer-left-widget {
  padding-left: 80px; }

.footer-widget .section-heading {
  margin-bottom: 35px; }

.footer-widget h3 {
  font-size: 24px;
  color: #fff;
  position: relative;
  margin-bottom: 15px;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content; }

.footer-widget ul {
  width: 50%;
  float: left;
  list-style: none;
  margin: 0;
  padding: 0; }

.footer-widget li {
  margin-bottom: 18px; }

.footer-widget p {
  margin-bottom: 27px; }

.footer-widget a {
  color: #878787;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }
  .footer-widget a:hover {
    color: #007bff; }

.footer-widget:after {
  content: "";
  display: block;
  clear: both; }

.dk-footer-form {
  position: relative; }
  .dk-footer-form input[type=email] {
    padding: 14px 28px;
    border-radius: 50px;
    background: #2E2E2E;
    border: 1px solid #2E2E2E; }
  .dk-footer-form input::-webkit-input-placeholder, .dk-footer-form input::-moz-placeholder, .dk-footer-form input:-ms-input-placeholder, .dk-footer-form input::-ms-input-placeholder, .dk-footer-form input::-webkit-input-placeholder {
    color: #878787;
    font-size: 14px; }
  .dk-footer-form input::-webkit-input-placeholder, .dk-footer-form input::-moz-placeholder, .dk-footer-form input:-ms-input-placeholder, .dk-footer-form input::-ms-input-placeholder, .dk-footer-form input::placeholder {
    color: #878787;
    font-size: 14px; }
  .dk-footer-form button[type=submit] {
    position: absolute;
    top: 0;
    right: 0;
    padding: 12px 24px 12px 17px;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    border: 1px solid #007bff;
    background: #007bff;
    color: #fff; }
  .dk-footer-form button:hover {
    cursor: pointer; }

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

    Contact

=============================*/
.contact-us {
  position: relative;
  z-index: 2;
  margin-top: 65px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.contact-icon {
  position: absolute; }
  .contact-icon i {
    font-size: 36px;
    top: -5px;
    position: relative;
    color: #007bff; }

.contact-info {
  margin-left: 75px;
  color: #fff; }
  .contact-info h3 {
    font-size: 20px;
    color: #fff;
    margin-bottom: 0; }

.copyright {
  padding: 28px 0;
  margin-top: 55px;
  background-color: #202020; }
  .copyright span,
  .copyright a {
    color: #878787;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear; }
  .copyright a:hover {
    color:#007bff; }

.copyright-menu ul {
  text-align: right;
  margin: 0; }

.copyright-menu li {
  display: inline-block;
  padding-left: 20px; }

.back-to-top {
  position: relative;
  z-index: 2; }
  .back-to-top .btn-dark {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    padding: 0;
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: #2e2e2e;
    border-color: #2e2e2e;
    display: none;
    z-index: 999;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear; }
    .back-to-top .btn-dark:hover {
      cursor: pointer;
      background: #FA6742;
      border-color: #FA6742; }


.socialheader2 ul {
    list-style-type: none;
    padding: 0;
    margin: 0; }
  .socialheader2 li {
    display: inline-block; }
.socialheader2 a i {
    display: block;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    text-align: center;
    line-height: 25px;
    background: #000;
    margin-right: 5px;
    font-size:12px;
    color: #fff; }
    .socialheader2 a i.fa-facebook {
      background-color: #3B5998; }
    .socialheader2 a i.fa-linkedin-in {
      background-color: #55ACEE; }
    .socialheader2 a i.fa-flickr {
    background-color: #F726C8;
}
    .socialheader2 a i.fa-youtube {
    background-color: #E32A2A;
}
    .socialheader2 i.fa-instagram {
      background-color: #B7242A; }


.socialheader ul {
    list-style-type: none;
    padding: 0;
    margin: 0; }
  .socialheader li {
    display: inline-block; }
.socialheader a i {
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    background: #000;
    margin-right: 5px;
    color: #fff; }
    .socialheader a i.fa-facebook {
      background-color: #3B5998; }
    .socialheader a i.fa-linkedin-in {
      background-color: #55ACEE; }
    .socialheader a i.fa-flickr {
    background-color: #F726C8;
}
    .socialheader a i.fa-youtube {
    background-color: #E32A2A;
}
    .socialheader i.fa-instagram {
      background-color: #B7242A; }

figure {
    margin: 0;
    position: relative;
	border-radius: 15px;
}

figure img {
    width: 100%;
    display: block;
	position: relative;
    z-index: 10;
    -webkit-transition: -webkit-transform 0.4s;
    -moz-transition: -moz-transform 0.4s;
    transition: transform 0.4s;
	border-radius: 12px;
	object-fit: cover;
	height: 160px!important;
}

figure:hover img {
    -webkit-transform: scale(0.4);
    -moz-transform: scale(0.4);
    -ms-transform: scale(0.4);
    transform: scale(0.4);
}

figure:hover figcaption {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}

figure a {
    position: absolute;
    bottom: 20px;
    right: 20px;
}

figcaption {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	opacity: 0;
	padding: 20px;
	background: #10B7A3;
	color: #ed4e6e;
	
	-webkit-transform: scale(0.7);
	-moz-transform: scale(0.7);
	-ms-transform: scale(0.7);
	transform: scale(0.7);
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
	-moz-transition: -moz-transform 0.4s, opacity 0.4s;
	transition: transform 0.4s, opacity 0.4s;
}

figcaption h3 {
	margin: 0;
	padding: 0;
	color: #fff;
	font-size: 14px;
}

figcaption span:before {
	content: 'by ';
}

figcaption a {
    text-align: center;
    padding: 3px 25px;
    border-radius: 2px;
    display: inline-block;
    background: #3B5998;
    color: #fff;
}

figcaption a:hover {
    color: #fff;
    text-decoration: none;
}
