/**
* Template Name: Squadfree - v4.3.0
* Template URL: https://bootstrapmade.com/squadfree-free-bootstrap-template-creative/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: "Open Sans", sans-serif;
  color: #444444;
  overflow-x: clip;
}

a {
  text-decoration: none;
  color: #67b0d1;
}

a:hover {
  color: #8ec4dd;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Glacial Indifference", sans-serif;
}

#main {
  margin-top: 90px;
}


.video{
	position: absolute;
    margin-left: 22.5%;
    margin-top: 2%;
    border-radius: 11px;
    width: 55%;
    height: 64%;
}
/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 998;
  background: #32dbc6;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 24px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #86c0da;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }

}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  transition: all 0.5s;
  z-index: 997;
  transition: all 0.5s;
  padding: 24px 0;
  background: rgb(42,38,100);
	background: linear-gradient(90deg, rgba(42,38,100,1) 0%, rgba(36,180,192,1) 100%); 
}

#header.header-transparent {
  background: rgb(42,38,100);
	background: linear-gradient(90deg, rgba(42,38,100,1) 0%, rgba(36,180,192,1) 100%); 
}

#header.header-scrolled {
  background: rgba(55, 142, 181, 0.9);
  padding: 12px;
}

#header .logo h1 {
  font-size: 24px;
  margin: 0;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 1px;
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
}

#header .logo h1 a, #header .logo h1 a:hover {
  color: #fff;
  text-decoration: none;
}

#header .logo img {
  padding: 0;
  margin: 0;
  max-height: 50px;
}

.col-md-5 {
    margin-left: 15%;
}

@media (max-width: 768px) {
  #header.header-scrolled {
    padding: 15px 0;
  }
  .top-bar {
	  display: none;
  }
  .col-md-5 {
    margin-left: 6%;
    width: 91%;
  }
  #hero p {
    font-size: 12px!important;
	margin-bottom: 10px!important;
  }


section {
    padding: 36px 0!important; 
 
}
}
@media (max-width:320px){
	.video{
		height: 48%; 
	}
}
@media (min-width: 375px){ 
	.video{
		height: 51%;   
	}
}
@media (min-width: 425px){ 
	.video{
		height: 54%;   
	}
}
@media (min-width: 768px){ 
	.video{
		height: 61%;   
	}
}
@media (min-width: 1024px){  
	.video {
		height: 62%;
	}
}
@media (min-width: 1440px){
	.video {
		height: 65%;
	}
}

.botao1{
	border-radius: 9px;
    background-color: #ffff;
    color: #32dbc6!important;
}
.botao2{
	border-radius: 9px;
	background-color: #32dbc6;
	border-color: #32dbc6;
    color: #ffff!important;
}
.btn-primary:hover {
    color: #fff;
    background-color: #25b09f;
    border-color: #25b09f;
}
.bg-dark {
    background: rgb(42,38,100);
    background: linear-gradient(90deg, rgba(42,38,100,1) 0%, rgba(36,180,192,1) 100%);
}


.div {
  position: relative;
  overflow: hidden;
  padding: 50px 0;
  
}

.div-inner {
  position: relative;
  background: #f4f4f4;
  height: 120px;
  margin-top: 33px;
}

.div-inner:before,
.div-inner:after {
  box-shadow: 0 0 0 80px #f4f4f4;
  border-radius: 100%;
  position: absolute;
  height: 500px;  /* You can change height to increase or decrease concave radius */ 
  content: '';
  right: -20%;
  left: -20%;
  top: 100%;
}

.div-inner:after {
  bottom: 100%;
  top: auto;
}

.accordion-head i{
font-size: 1.5em;
float: right;
}

.accordion-head > .collapsed > i:before{
content: "\f055";
}
/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar a, .navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 16px;
  margin-left: 10px;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  white-space: nowrap;
  transition: 0.3s;
}

.navbar a i, .navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar a:hover, .navbar .active, .navbar .active:focus, .navbar li:hover > a {
  color: #32dbc6;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 10px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 15px;
  text-transform: none;
  font-weight: 600;
  color: #2f4d5a;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover, .navbar .dropdown ul .active:hover, .navbar .dropdown ul li:hover > a {
  color: #67b0d1;
}

.navbar .dropdown:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }
  .navbar .dropdown .dropdown:hover > ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #fff;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }
  .navbar ul {
    display: none;
  }

}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(43, 111, 142, 0.9);
  transition: 0.3s;
  z-index: 1;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a {
  padding: 10px 20px;
  font-size: 15px;
  color: #2f4d5a;
}

.navbar-mobile a:hover, .navbar-mobile .active, .navbar-mobile li:hover > a {
  color: #67b0d1;
}

.navbar-mobile .getstarted {
  margin: 15px;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover, .navbar-mobile .dropdown ul .active:hover, .navbar-mobile .dropdown ul li:hover > a {
  color: #67b0d1;
}

.navbar-mobile .dropdown > .dropdown-active {
  display: block;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 100vh;
  background: linear-gradient(90deg, rgba(46,41,108,1) 0%, rgba(48,42,113,1) 48%, rgba(42,183,203,1) 100%);
  background-size: cover;
  position: relative;
  margin-bottom: -90px;
}
.topo{
	width: 100%;
	float: right;
}

#hero .hero-container {
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;

}

#hero h1 {
  margin: 0 0 10px 0;
  font-size: 62px; 
  font-weight: 700;
  line-height: 56px;
  text-align: left;
  color: #fff;

}

#hero p {
  color: #fff;
  margin-bottom: 50px;
  font-size: 20px;
  text-align: left;

}

#hero .btn-get-started {
  font-size: 36px;
  display: inline-block;
  padding: 4px 0;
  border-radius: 50px;
  transition: 0.3s ease-in-out;
  margin: 10px;
  width: 64px;
  height: 64px;
  text-align: center;
  border: 2px solid #fff;
  color: #fff;
}

#hero .btn-get-started:hover {
  padding-top: 8px;
  background: rgba(255, 255, 255, 0.15);
}

#hero .text-topo{
	margin-top: 4%;
}

 .secondy {
    height: 75vh!important;
	}

@media (max-width: 435px) {
  #hero .text-topo{
	margin-top: 30%;
	}
}

@media (max-width: 768px) {

  #hero h1 {
    font-size: 30px;
    line-height: 38px;

  }
  h1 {
    font-size: 30px!important;
    line-height: 38px;

  }
  #hero h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
 .secondy {
    height: 75vh!important;
	}
  #hero {
    height: 90vh;
  }

  .topo{
	width: 80%!important;
	margin-top: 11px!important;
}

.topo.copy{
	width: 100%!important;
	margin-top:-70px;
}
.list-unstyled{
	font-size: 10px!important;
}

.col-md-5 {
    margin-top: 24px;
}
.section-title h2 {
    font-size: 21px!important;
}
.tituloC {
    font-size: 2rem!important;
}
p {
    font-size: 11px;
}
.h3, h3 {
    font-size: calc(1rem + .6vw)!important;
}
.news{
	margin-top: 80px!important;
}

.services .title {
    font-size: 18px!important;
}
.services .description {
    font-size: 11px;
	}
}



/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
  overflow: hidden;
}

.section-bg {
  background-color: #f4f9fc;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}




.section-title h1 {
    font-size: 4em;
    font-weight: bold;
    position: relative;
    margin-bottom: 30px;
    color: #2a2866;
    z-index: 2;
}

.section-title h2 {
  font-size: 40px;
  font-weight: bold;
  position: relative;
  margin-bottom: 30px;
  color: #2a2866;
  z-index: 2;
}

.section-title h2::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 122px;
  height: 66px;
  z-index: -1;
}

.section-title p {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 15px 0;
  background-color: #f8fbfd;
  min-height: 40px;
}

.breadcrumbs h2 {
  font-size: 24px;
  font-weight: 300;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
}

.breadcrumbs ol li + li {
  padding-left: 10px;
}

.breadcrumbs ol li + li::before {
  display: inline-block;
  padding-right: 10px;
  color: #6c757d;
  content: "/";
}

@media (max-width: 768px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }
  .breadcrumbs ol {
    display: block;
  }
  .breadcrumbs ol li {
    display: inline-block;
  }
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about {
  background: url("../img/contato.jpg") center center no-repeat;
  background-size: cover;
  padding: 100px 0;
  position: relative;
}

.about::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 9;
}

.about .container {
  position: relative;
  z-index: 10;
}

.about .content {
  padding: 30px 30px 30px 0;
}

.about .content h3 {
  font-weight: 700;
  font-size: 34px;
  color: #2f4d5a;
  margin-bottom: 30px;
}

.about .content p {
  margin-bottom: 30px;
}

.about .content .about-btn {
  display: inline-block;
  background: #67b0d1;
  padding: 6px 44px 8px 30px;
  color: #fff;
  border-radius: 50px;
  transition: 0.3s;
  position: relative;
}

.about .content .about-btn i {
  font-size: 18px;
  position: absolute;
  right: 18px;
  top: 9px;
}

.about .content .about-btn:hover {
  background: #7bbad7;
}

.about .icon-boxes .icon-box {
  margin-top: 30px;
}

.about .icon-boxes .icon-box i {
  font-size: 40px;
  color: #67b0d1;
  margin-bottom: 10px;
}

.about .icon-boxes .icon-box h4 {
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 10px 0;
}

.about .icon-boxes .icon-box p {
  font-size: 15px;
  color: #848484;
}

@media (max-width: 1200px) {
  .about .content {
    padding-right: 0;
  }
  .compara{
	  font-size: 20px;
  }
  .comparaP{
	  font-size: 13px;
  }
}

@media (max-width: 768px) {
  .about {
    text-align: center;
  }
}

.bg-black {
  background: #f4f4f4 !important; }

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.metaImagem{
	width: 125%;
}
.copy {
  background-size: cover;
  padding: 100px 0;
  position: relative;
}

.copy::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 9;
}

.copy .container {
  position: relative;
  z-index: 10;
}

.copy .content {
  padding: 30px 30px 30px 0;
}

.copy .content h3 {
  font-weight: 700;
  font-size: 34px;
  color: #2f4d5a;
  margin-bottom: 30px;
}

.copy .content p {
  margin-bottom: 30px;
  text-align: left;
  color: #2a2866;
}

.copy .content .copy-btn {
  display: inline-block;
  background: #67b0d1;
  padding: 6px 44px 8px 30px;
  color: #fff;
  border-radius: 50px;
  transition: 0.3s;
  position: relative;
}

.copy .content .copy-btn i {
  font-size: 18px;
  position: absolute;
  right: 18px;
  top: 9px;
}

.copy .content .copy-btn:hover {
  background: #7bbad7;
}

.copy .icon-boxes .icon-box {
  margin-top: 30px;
}

.copy .icon-boxes .icon-box i {
  font-size: 40px;
  color: #67b0d1;
  margin-bottom: 10px;
}

.copy .icon-boxes .icon-box h4 {
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 10px 0;
  color: #2a2864;
  text-align: left;
}

.copy .icon-boxes .icon-box p {
  font-size: 15px;
  color: #2a2866;
  text-align: left;
}
@media (min-width: 1200px){
	.meta .icon-box {
	height: 50vh;
	}
}

@media (max-width: 1200px) {
  .copy .content {
    padding-right: 0;
  }
  .metaImagem {
    margin-top: 46%;
	} 
	
.meta .title {
    font-size: 18px!important; 
}

.meta .icon-box {

  height: 45vh;
}
}

@media (max-width: 768px) {
  .copy {
    text-align: center;
  }
  .meta .title {
    font-size: 20px!important;
}
.metaImagem {
    width: 108%!important;
}
.meta .icon-box {
   height: 40vh;
}

.metaImagem {
    margin-top: 14%;

}
}


/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .icon-box {
  padding: 30px;
  position: relative;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 0 29px 0 rgba(68, 88, 144, 0.12);
  transition: all 0.3s ease-in-out;
  border-radius: 8px;
  z-index: 1;
  
}

.services .icon-box::before {
  content: '';
  position: absolute;
  background: white;
  right: 0;
  left: 0;
  bottom: 0;
  top: 100%;
  transition: all 0.3s;
  z-index: -1;
}

.services .icon-box:hover::before {
  background: #32dbc6;
  top: 0;
  border-radius: 0px;
}

.services .icon {
  margin-bottom: 15px;
}

.services .icon i {
  font-size: 48px;
  line-height: 1;
  color: #67b0d1;
  transition: all 0.3s ease-in-out;
}

.services .title {
  font-weight: 700;
  margin-bottom: 15px;
      color: #2a2866 !important;
    font-size: 25px;
}

.services .title a {
  color: #111;
}

.services .description {
  font-size: 15px;
  line-height: 28px;
  margin-bottom: 0;
  color:#2a2866;
}

.services .icon-box:hover .title a, .services .icon-box:hover .description {
  color: #fff;
}

.services .icon-box:hover .icon i {
  color: #fff;
}

.text-white{
	color: white;
}
.tituloC {
    font-weight: 600!important;
	font-size: 3rem;
}
.vantagens{
	background-color: #f4f4f4;
	padding: 35px 10px 10px 35px;

}
.vantagens img{
	background-color: white;
    border-radius: 113px;
	    height: 80%;
}
.vantagens:hover{
	background-color: white;
	 -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  	border: 2px solid #32dbc6;
	-webkit-box-shadow: 2px 2px 16px 0px #d7d1d1; 
	box-shadow: 2px 2px 16px 0px #d7d1d1;
}
.vantagens:hover img{
	background-color: cyan;
    filter: brightness(100);
}

.circulo{
	background-color: #ffffff;
    border-radius: 63px;
	width: 55px;
    padding: 10px;
    color: #2a2866;
    font-size: 1.30em;
    font-weight: 800;
}
/*--------------------------------------------------------------
# meta
--------------------------------------------------------------*/
.meta .icon-box {
  padding: 30px;
  position: relative;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 0 29px 0 rgba(68, 88, 144, 0.12);
  transition: all 0.3s ease-in-out;
  z-index: 1;
  border: 4px solid #06daaf;
  width: 100%;
  
}

.meta .icon-box::before {
  content: '';
  position: absolute;
  background: white;
  right: 0;
  left: 0;
  bottom: 0;
  top: 100%;
  transition: all 0.3s;
  z-index: -1;
}

.meta .icon-box:hover::before {
  background: #dedcdc;
  top: 0;
  border-radius: 0px;
}

.meta .icon {
  margin-bottom: 15px;
  text-align: center;
}
.meta .icon img{
	width: 30%;
}

.meta .icon i {
  font-size: 48px;
  line-height: 1;
  color: #67b0d1;
  transition: all 0.3s ease-in-out;
}

.meta .title {
	font-weight: 700;
	margin-bottom: 15px;
    color: #2a2866 !important;
    font-size: 25px;
	text-align: center;
}

.meta .title a {
  color: #111;
}

.meta .description {
  font-size: 15px;
  line-height: 28px;
  margin-bottom: 0;
  color:#2a2866;
}

.meta .icon-box:hover .title a, .meta .icon-box:hover .description {
  color: #fff;
}

.meta .icon-box:hover .icon i {
  color: #fff;
}
.botaometatrader {
    border-radius: 9px;
    background-color: #32dbc6;
    border-color: #32dbc6;
    color: #ffff!important;
-webkit-box-shadow: 0px 10px 13px -7px #000000, -9px 4px 14px 5px rgba(42,40,102,0.29); 
box-shadow: 0px 10px 13px -7px #000000, -9px 4px 14px 5px rgba(42,40,102,0.29);;
}

/*--------------------------------------------------------------
# Counts
--------------------------------------------------------------*/

.counts {
  padding-bottom: 30px;
}
.counts .topo-taxa {
 border-radius: 10px 10px 0px 0px;
}
.counts .topo-taxa h3 {
 color: #fff;
 text-align: center;
 font-family: "Glacial Indifference", sans-serif;
 font-weight: 900;
 border-radius: 10px 10px 0px 0px;
 padding: 3%;
}

.counts .count-box {
	    text-align: center;
  width: 100%;
  background-color: white;
    border-radius: 15px;
}

.counts .italic{
	font-style: italic;
    text-align: center;
}
.counts .count-box i {
  display: block;
  font-size: 25px;
  float: right;
  color: #2a2864;

}



.counts .count-box span {
  font-size: 60px;
  line-height: 40px;
  display: block;
  font-weight: 700;
  color: #2a2864;
	font-family: "Glacial Indifference", sans-serif;

}

.counts .count-box p {
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  color: #49788c;
    padding-left: 8%;
	 padding-right: 8%;
}
.botao3 {
    border-radius: 9px;
    background-color: #e6e6e6;
    color: #2a2864!important;
    border-color: #e6e6e6;
}

.counts .count-box a {
  display: block;
  margin-top: 20px;
  color: #49788c;
  font-size: 15px;
  transition: ease-in-out 0.3s;
}

.counts .count-box a:hover {
  color: #6e9fb4;
}

/*--------------------------------------------------------------
# Cta
--------------------------------------------------------------*/
.cta {
  background: linear-gradient(rgba(103, 176, 209, 0.8), rgba(103, 176, 209, 0.8)), url("../img/cta-bg.jpg") fixed center center;
  background-size: cover;
  padding: 60px 0;
}

.cta h3 {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
}

.cta p {
  color: #fff;
}

.cta .cta-btn {
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 28px;
  border-radius: 25px;
  transition: 0.5s;
  margin-top: 10px;
  border: 2px solid rgba(255, 255, 255, 0.5);
  color: #fff;
}

.cta .cta-btn:hover {
  border-color: #fff;
}

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio .portfolio-item {
  margin-bottom: 30px;
}
@media (max-width: 575px) {
  .portfolio .col-6{
        width: 100%;
  }
}
.portfolio #portfolio-flters {
  padding: 0;
  margin: 0 auto 35px auto;
  list-style: none;
  text-align: center;
  background: #ecf5f9;
  border-radius: 50px;
  padding: 2px 15px;
}

.portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 10px 15px 8px 15px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  color: #2f4d5a;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}

.portfolio #portfolio-flters li:hover, .portfolio #portfolio-flters li.filter-active {
  color: #67b0d1;
}

.portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}

.portfolio .portfolio-wrap {
  transition: 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.portfolio .portfolio-wrap::before {
  content: "";
  background: rgba(255, 255, 255, 0.5);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition: all ease-in-out 0.3s;
  z-index: 2;
  opacity: 0;
}

.portfolio .portfolio-wrap .portfolio-links {
  opacity: 1;
  left: 0;
  right: 0;
  bottom: -60px;
  z-index: 3;
  position: absolute;
  transition: all ease-in-out 0.3s;
  display: flex;
  justify-content: center;
}

.portfolio .portfolio-wrap .portfolio-links a {
  color: #fff;
  font-size: 28px;
  text-align: center;
  background: rgba(103, 176, 209, 0.75);
  transition: 0.3s;
  width: 100%;
}

.portfolio .portfolio-wrap .portfolio-links a:hover {
  background: rgba(103, 176, 209, 0.95);
}

.portfolio .portfolio-wrap .portfolio-links a + a {
  border-left: 1px solid #8ec4dd;
}

.portfolio .portfolio-wrap:hover::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
}

.portfolio .portfolio-wrap:hover .portfolio-links {
  opacity: 1;
  bottom: 0;
}
.portfolio .footer-newsletter{
	width: 70%;
}
.portfolio .footer-newsletter form {
    background: #fff;
    padding: 6px 10px;
    position: relative;
    border-radius: 6px;
	border: 1px solid #ced4da;
}

.portfolio .footer-newsletter form input[type="email"] {
    border: 0;
    padding: 4px;
    width: calc(100% - 110px);
	
}

.portfolio .footer-newsletter form input[type="submit"] {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    border: 0;
    background: none;
    font-size: 16px;
    padding: 0 20px;
    background: #32dbc6;
    color: #fff;
    transition: 0.3s;
    border-radius: 0px 6px 6px 0px;
}

.portfolio .footer-newsletter form input[type="submit"]:hover {
    color: #fff;
    background-color: #25b09f;
    border-color: #25b09f;
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
  padding-top: 40px;
}

.portfolio-details .portfolio-details-slider img {
  width: 100%;
}

.portfolio-details .portfolio-details-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #67b0d1;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #67b0d1;
}

.portfolio-details .portfolio-info {
  padding: 30px;
  box-shadow: 0px 0 30px rgba(47, 77, 90, 0.08);
}

.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.portfolio-details .portfolio-info ul li + li {
  margin-top: 10px;
}

.portfolio-details .portfolio-description {
  padding-top: 30px;
}

.portfolio-details .portfolio-description h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}

.portfolio-details .portfolio-description p {
  padding: 0;
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials .testimonial-item {
  box-sizing: content-box;
  text-align: center;
  min-height: 320px;
}

.testimonials .testimonial-item .testimonial-img {
  width: 90px;
  border-radius: 50%;
  margin: 0 auto;
}

.testimonials .testimonial-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #111;
}

.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #999;
  margin: 0;
}

.testimonials .testimonial-item .quote-icon-left, .testimonials .testimonial-item .quote-icon-right {
  color: #d5e9f2;
  font-size: 26px;
}

.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}

.testimonials .testimonial-item p {
  font-style: italic;
  margin: 0 15px 15px 15px;
  padding: 20px;
  background: #fff;
  position: relative;
  margin-bottom: 35px;
  border-radius: 6px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

.testimonials .testimonial-item p::after {
  content: "";
  width: 0;
  height: 0;
  border-top: 20px solid #fff;
  border-right: 20px solid transparent;
  border-left: 20px solid transparent;
  position: absolute;
  bottom: -20px;
  left: calc(50% - 20px);
}

.testimonials .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #67b0d1;
}

.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #67b0d1;
}

/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team .member {
  text-align: center;
  margin-bottom: 80px;
  position: relative;
}

.team .member .pic {
  overflow: hidden;
}

.team .member .member-info {
  position: absolute;
  top: 85%;
  left: 20px;
  right: 20px;
  background: #fff;
  padding: 20px 0;
  color: #2f4d5a;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  max-height: 95px;
  overflow: hidden;
  transition: max-height 0.5s ease-in-out;
}

.team .member:hover .member-info {
  max-height: 300px;
}

.team .member h4 {
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 16px;
  color: #2f4d5a;
  position: relative;
  padding-bottom: 10px;
}

.team .member h4::after {
  content: '';
  position: absolute;
  display: block;
  width: 50px;
  height: 1px;
  background: #b1cbd7;
  bottom: 0;
  left: calc(50% - 25px);
}

.team .member span {
  font-style: italic;
  display: block;
  font-size: 13px;
}

.team .member .social {
  margin-top: 15px;
}

.team .member .social a {
  transition: color 0.3s;
  color: #52869d;
}

.team .member .social a:hover {
  color: #67b0d1;
}

.team .member .social i {
  font-size: 16px;
  margin: 0 2px;
}

@media (max-width: 992px) {
  .team .member {
    margin-bottom: 110px;
  }
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact {

  padding-bottom: 80px;
}
.contact .imagem{
	background: url("../img/contato.jpg") center center no-repeat;
  background-size: cover;
  padding: 20%;
  position: relative;
  margin-top: -14%;
}
.contact .imagem2{
	background: url("../img/contato2.jpg") center center no-repeat;
	background-size: cover;
	padding: 20%;
	position: relative;
	margin-top: -6%;
}

@media (min-width: 992px){
.contact .col-lg-9 {
    width: 60%;
}
}
.contact .info-box {
  color: #444444;
  background: #fff;
  text-align: center;
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
  padding: 20px 0 30px 0;
  border-radius: 15px;
}

.contact .info-box i {
  font-size: 32px;
  color: #06daaf;
  padding: 30px;

}

.contact .info-box h3 {
  font-size: 26px;
  color: #2a2866;
  font-weight: 700;
  margin: 10px 0;
}

.contact .info-box p {
  padding: 0;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.contact .php-email-form {
  background: #fff;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .error-message br + br {
  margin-top: 25px;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before { 
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

 .php-email-form .error-message1 br + br {
  margin-top: 25px;
}

.footer-newsletter .php-email-form .sent-message1 {
  display: none;
  color: #fff;
  background: #18d26e;
}

.footer-newsletter .php-email-form .loading1 {
  display: none;
  background: #fff;

}

.footer-newsletter .php-email-form .loading1:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

 .php-email-form .error-message2 br + br {
  margin-top: 25px;
}

 .php-email-form .sent-message2 {
  display: none;
  color: #fff;
  background: #18d26e;
}

.php-email-form .loading2 {
  display: none;
  background: #fff;

}

 .php-email-form .loading2:before { 
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}


.contact .php-email-form input, .contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}

.contact .php-email-form input::focus, .contact .php-email-form textarea::focus {
  background-color: #67b0d1;
}

.contact .php-email-form input {
	border-radius: 5px;
  padding: 10px 15px;
}

.contact .php-email-form textarea {
	border-radius: 5px;
  padding: 12px 15px;
}

.contact .php-email-form button[type="submit"] {
  background-color: #32dbc6;
  border-color: #32dbc6;
  border-radius: 5px;
  border: 0;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
}

.contact .php-email-form button[type="submit"]:hover {
     background-color: #25b09f;
    border-color: #25b09f;
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: rgb(42,38,100);
    background: linear-gradient(
90deg
, rgba(42,38,100,1) 0%, rgba(119,77,242,1) 48%, rgba(40,185,201,1) 100%);
  padding: 0 0 30px 0;
  color: #fff;
  font-size: 14px;
}

#footer .footer-top {
  padding: 60px 0 30px 0;
}

#footer .footer-top .footer-info {
  margin-bottom: 15px;
  color: #fff;
  text-align: left;
  padding: 0px 5px;
}

#footer .footer-top .footer-info h3 {
  font-size: 24px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}

#footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Open Sans", sans-serif;
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #32dbc6;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
  background: #fff;
  color: #32dbc6;
  text-decoration: none;
}

#footer .footer-top .social-links1 a {
  font-size: 18px;
  display: inline-block;
  background: #fff;
  color: #32dbc6;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .footer-top .social-links1 a:hover {
  background: #32dbc6;
  color: #fff;
  text-decoration: none;
}


#footer .footer-top h4 {
  font-size: 22px;
  font-weight: 600;
  color: #fff;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #fff;
  font-weight: 900;
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #fff;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
  color: #a2cfe3;
}

#footer .footer-top .footer-newsletter form {
  background: #fff;
  padding: 6px 10px;
  position: relative;
   border-radius:6px;
   margin-bottom: 20px;
}

#footer .footer-top .footer-newsletter form input[type="email"] {
  border: 0;
  padding: 4px;
  width: calc(100% - 110px);

}

#footer .footer-top .footer-newsletter form input[type="submit"] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
    background: #32dbc6;
    color: #fff;
  transition: 0.3s;
  border-radius: 0px 6px 6px 0px;
      font-weight: 900;
}
#footer .footer-top .footer-newsletter form input[type="submit"]:hover {
    color: #fff;
    background-color: #25b09f;
    border-color: #25b09f;
}

#footer .footer-top .footer-newsletter form input[type="submit"]:hover {
  background: #409cc5;
}

#footer .copyright {
  text-align: left;
  padding-top: 30px;
}

#footer .credits {
  padding-top: 10px;
  text-align: left;
  font-size: 13px;
  color: #fff;
}

@media (max-width: 575px) {
  #footer .footer-top .footer-info {
    margin: -20px 0 30px 0;
  }
}





.social-links-topo a {
  font-size: 18px;
  display: inline-block;
  color: #fff;
  line-height: 1;
  margin-right: 4px;
  text-align: center;
  width: 36px;
  transition: 0.3s;
}

.social-links-topo a:hover {
  color: #32dbc6;
  text-decoration: none;
}

.accordion-button::after {	
    background-image: url("../img/plus-circle-solid-24.png");
	color: #06daaf;
}
.accordion-button:not(.collapsed)::after {
    background-image: url("../img/minus-circle-solid-24.png");
	color: #06daaf;
}

.accordion-button:not(.collapsed) {
	 font-weight: 600!important;
    font-size: 1.50rem!important;
    color: #2a2866;
    background-color: #ffffff05; 
    box-shadow: none; 
}

.accordion-button {
	 font-weight: 600!important;
    font-size: 1.50rem!important;
    color: #2a2866;
    background-color: #ffffff05; 
    box-shadow: none; 
}


.accordion-item:first-of-type {
	border: 1px solid #c3c2c2;
	border-radius: 10px;
	    margin-bottom: 10px;
}
.accordion-item {
	border: 1px solid #c3c2c2;
	border-radius: 10px;
	margin-bottom: 10px;
}
.accordion-item:last-of-type {
	border: 1px solid #c3c2c2;
	border-radius: 10px;
	margin-bottom: 10px;
}
.accordion-button {
	background-color: #ffffff05; 
}
.accordion-item:not(:first-of-type) {
    border: 1px solid #c3c2c2;
}

.accordion-body {
    text-align: left;
}