/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
html, body {
  height: 100%;}

img {
  max-width: 100%;
  height: auto;}

.fix {
  overflow: hidden;}

p {
  margin: 0 0 15px;
  color: #000;}

h2, h3, h4, h5 {
  font-family: "Raleway", sans-serif;
  margin: 0 0 15px;
  color: #000;
  font-weight: 500;}

h2 {
  font-size: 38px;
  line-height: 40px;}

.gradiente {
  background-image: linear-gradient( to right, #D04E1C 50%, #C52A14, #FFF212 );
  background-clip: text;
  -webkit-text-fill-color: transparent;}

h3 {
  font-size: 25px;
  line-height: 32px;}

.red {
  color:#F00;}

.blue {
  color: #031D5C;}

h4 {
  font-size: 24px;
  line-height: 26px;}

h5 {
  font-size: 20px;
  line-height: 22px;}

a {
  transition: all 0.3s ease 0s;
  text-decoration: none;}

a:hover {
  text-decoration: none;}

a:active, a:hover {
  outline: 0 none;}

body {
  background: #fff none repeat scroll 0 0;
  color: #000;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  text-align: left;
  overflow-x: hidden;
  line-height: 20px;}

 /* BTN PULSE */
 .btn-pulse {
  width: 400px;}

.btn-pulse a {
  background: -moz-linear-gradient(top, #FFF212 0%, #FFCA7F 100%);	
  background: -webkit-linear-gradient(top, #FFF212 0%, #FFCA7F 100%);
  background: -o-linear-gradient(top, #FFF212 0%, #FFCA7F 100%);
  background: -ms-linear-gradient(top, #FFF212 0%, #FFCA7F 100%);
  background: linear-gradient(to bottom, #FFF212 0%, #FFCA7F 100%);
  animation:1.5s ease-out infinite playShadowx;
  border-radius:50px!important;cursor:pointer;
  color: #101820;
  text-transform: uppercase;
  text-decoration: none;
  padding: 10px 40px;
  font-size: 14px;
  font-weight:900;
  transition: all 0.5s ease 0s;}
  
.btn-pulse a:hover {
  background: -moz-linear-gradient(top, #3C6 0%, #038347 100%);	
  background: -webkit-linear-gradient(top, #3C6 0%, #038347 100%);
  background: -o-linear-gradient(top, #3C6 0%, #038347 100%);
  background: -ms-linear-gradient(top, #3C6 0%, #038347 100%);
  background: linear-gradient(to bottom, #3C6 0%, #038347 100%);
  color: #101820;
  animation:1.5s ease-out infinite playShadowxhover;
  transition: all 0.5s ease 0s;}		
    
  @keyframes playShadowxhover {
    0% {box-shadow:0 0 0 0 #25D266,0 0 0 0 rgba(12, 99, 16, 0.5);transform:scale(1)}
    15% {box-shadow:0 0 0 0 rgba(13, 243, 109, 0.5),0 0 0 0 rgba(6, 63, 29, 0.25)}
    25% {transform:scale(1.05)}
    85% {transform:scale(.95)}
    100% {box-shadow:0 0 0 16px rgba(0,215,255,0),0 0 0 32px rgba(0,215,255,0);transform:scale(1)}}
       
@keyframes playShadowx {
  0% {box-shadow:0 0 0 0 #FC0,0 0 0 0 rgba(255,255,0,.5);transform:scale(1)}
  15% {box-shadow:0 0 0 0 rgba(255,255,0,.5),0 0 0 0 rgba(255,255,0,.25)}
  25% {transform:scale(1.05)}
  85% {transform:scale(.95)}
  100% {box-shadow:0 0 0 16px rgba(255,255,0,0),0 0 0 32px rgba(255,255,0,0);transform:scale(1)}}

/* BTN PULSE SERVICE */
.btn-pulse-service {
width: 400px;}

.btn-pulse-service a {
background: -moz-linear-gradient(top, #FFF212 0%, #AAA345 100%);	
background: -webkit-linear-gradient(top, #FFF212 0%, #AAA345 100%);
background: -o-linear-gradient(top, #FFF212 0%, #AAA345 100%);
background: -ms-linear-gradient(top, #FFF212 0%, #AAA345 100%);
background: linear-gradient(to bottom, #FFF212 0%, #AAA345 100%);
animation:1.5s ease-out infinite playShadowx;
border-radius:50px!important;cursor:pointer;
color: #101820;
text-transform: uppercase;
text-decoration: none;
padding: 10px 40px;
font-size: 14px;
font-weight:900;
transition: all 0.5s ease 0s;}

.btn-pulse-service a:hover {
background: -moz-linear-gradient(top, #64F365 0%, #00A859 100%);	
background: -webkit-linear-gradient(top, #64F365 0%, #00A859 100%);
background: -o-linear-gradient(top, #64F365 0%, #00A859 100%);
background: -ms-linear-gradient(top, #64F365 0%, #00A859 100%);
background: linear-gradient(to bottom, #64F365 0%, #00A859 100%);
color: #101820;
animation:1.5s ease-out infinite playShadowxhover;
transition: all 0.5s ease 0s;}		
  
@keyframes playShadowxhover {
  0% {box-shadow:0 0 0 0 #25D266,0 0 0 0 rgba(12, 99, 16, 0.5);transform:scale(1)}
  15% {box-shadow:0 0 0 0 rgba(13, 243, 109, 0.5),0 0 0 0 rgba(6, 63, 29, 0.25)}
  25% {transform:scale(1.05)}
  85% {transform:scale(.95)}
  100% {box-shadow:0 0 0 16px rgba(0,215,255,0),0 0 0 32px rgba(0,215,255,0);transform:scale(1)}}
     
@keyframes playShadowx {
0% {box-shadow:0 0 0 0 #FC0,0 0 0 0 rgba(255, 255, 255, 0.5);transform:scale(1)}
15% {box-shadow:0 0 0 0 rgba(255,255,255,.5),0 0 0 0 rgba(255,255,255,.25)}
25% {transform:scale(1.05)}
85% {transform:scale(.95)}
100% {box-shadow:0 0 0 16px rgba(255,255,255,0),0 0 0 32px rgba(255,255,255,0);transform:scale(1)}}
/* END BTN PULSE SERVICE */

/* BTN PULSE WHATS*/
.btn-pulse-whats {
margin-top: 80px;}

.btn-pulse-whats a {
background: -moz-linear-gradient(top, #00A859 0%, #25D266 100%);	
background: -webkit-linear-gradient(top, #00A859 0%, #25D266 100%);
background: -o-linear-gradient(top, #00A859 0%, #25D266 100%);
background: -ms-linear-gradient(top, #00A859 0%, #25D266 100%);
background: linear-gradient(to bottom, #00A859 0%, #25D266 100%);
animation:1.5s ease-out infinite playShadowxWhats;
border-radius:50px!important;cursor:pointer;
margin-top: 10px;
margin-bottom: 10px;
color: #FFF;
text-shadow: 1px 1px 2px #1A1A1A;
text-transform: uppercase;
text-decoration: none;
padding: 06px 40px;
font-family: "Poppins", sans-serif;
font-size: 18px;
font-weight: bold;
transition: all 0.5s ease 0s;}
 
.btn-pulse-whats a:hover {
background: -moz-linear-gradient(top, #00A859 0%, #25D266 100%);	
background: -webkit-linear-gradient(top, #00A859 0%, #25D266 100%);
background: -o-linear-gradient(top, #00A859 0%, #25D266 100%);
background: -ms-linear-gradient(top, #00A859 0%, #25D266 100%);
background: linear-gradient(to bottom, #00A859 0%, #25D266 100%);
color: #1A1A1A;
animation:1.5s ease-out infinite playShadowxhoverWhats;
transition: all 0.5s ease 0s;}
 
@keyframes playShadowxhoverWhats {
0% {box-shadow:0 0 0 0 #25D266,0 0 0 0 rgba(12, 99, 16, 0.5);transform:scale(1)}
15% {box-shadow:0 0 0 0 rgba(13, 243, 109, 0.5),0 0 0 0 rgba(6, 63, 29, 0.25)}
25% {transform:scale(1.05)}
85% {transform:scale(.95)}
100% {box-shadow:0 0 0 16px rgba(0, 204, 92, 0),0 0 0 32px rgba(0,215,255,0);transform:scale(1)}}
  
@keyframes playShadowxWhats {
0% {box-shadow:0 0 0 0 #25D266,0 0 0 0 rgba(12, 99, 16, 0.5);transform:scale(1)}
15% {box-shadow:0 0 0 0 rgba(13, 243, 109, 0.5),0 0 0 0 rgba(6, 63, 29, 0.25)}
25% {transform:scale(1.05)}
85% {transform:scale(.95)}
100% {box-shadow:0 0 0 16px rgba(0, 204, 92, 0),0 0 0 32px rgba(0,215,255,0);transform:scale(1)}}

.mt-10 {margin-top:10px;}
.mt-30 {margin-top:30px;}
.mt-30- {margin-top:-30px;}
.mb-130 {margin-bottom:130px;}

/* scrollbar lateral */
::-webkit-scrollbar { width: 08px; height: 0px; background: #0c0229;}

::-webkit-scrollbar-thumb { 
  background: #DCE0E1;
	background: -moz-linear-gradient(top, #490909 0%, #BC0040 100%);	
	background: -webkit-linear-gradient(top, #490909 0%, #BC0040 100%);
	background: -o-linear-gradient(top, #490909 0%, #BC0040 100%);
	background: -ms-linear-gradient(top, #490909 0%, #BC0040 100%);
	background: linear-gradient(to bottom, #490909 0%, #BC0040 100%);
	box-shadow: 0px 0px 9px 0px rgb(235, 16, 174);
  border-radius: 0px 0px 50px 50px;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00AFEF', endColorstr='#1E1D3F', GradientType=0 );}

::-webkit-scrollbar-thumb:hover { 
  background: -moz-linear-gradient(top, #0c0229 0%, #031D5C 100%);	
  background: -webkit-linear-gradient(top, #0c0229 0%, #031D5C 100%);
  background: -o-linear-gradient(top, #0c0229 0%, #031D5C 100%);
  background: -ms-linear-gradient(top, #0c0229 0%, #031D5C 100%);
  background: linear-gradient(to bottom, #0c0229 0%, #031D5C 100%);
  box-shadow: 0px 0px 9px 0px rgb(0, 217, 255);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F79733', endColorstr='#FFF212', GradientType=0);}
/* End scrollbar lateral */

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  background-color: #031D5C;
  background-repeat: no-repeat;
  background-position: top right;
  border-radius: 50px;
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  width: 40px;
  height: 40px;
  transition: all 0.4s;}

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

.back-to-top:hover {
  background-color: #BC0040;
  background-repeat: no-repeat;
  background-position: top left;
  color: #fff;}

.back-to-top.active {
  visibility: visible;
  opacity: 1;}
  
ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;}

.area-padding {
  padding: 40px 0px 20px;}

.section-headline h2 {
  display: inline-block;
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 30px;
  position: relative;}

.sec-head {
  display: inline-block;
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 0;
  padding: 0 0 10px;
  text-transform: uppercase;
  transition: all 0.4s ease 0s;}

.img-fluid {
  max-width:100%;
  height:auto;}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  height: 100px;
  transition: all 0.5s;
  transition: all 0.5s;
  z-index: 999;}

#header.header-scrolled {  
  background-image:url(../img/plano-fundo/topo_menu_solido.png);
  background-repeat: no-repeat;
  background-position: bottom center;
  height: 80px;}

#header .logo img {
  padding: 0;
  max-height: 100px;
  margin-top: 30px;
  z-index: 9999;}

@media (min-width: 320px) and (max-width: 768px) {
#header .logo img {
  padding: 0;
  max-height: 60px;
  /*margin-left: 45%;*/
  z-index: 9999;}

/*.img-fluid {
 max-width:75%;
 height:auto;
 margin-left: 15%;}*/

.img-fluid {
 max-width:75%;
 height:auto;
 /*margin-left: 10%;*/}

.img-fluid-2 {
 max-width:75%;
 height:auto;
 margin-left: 0%;
 margin-bottom: 20px;}

.img-fluid-3 {
 height:auto;
 margin-left: 0%;
 margin-bottom: 10px;}

.img-fluid-depoimentos {
  max-width:75%;
  height:auto;
  margin-left: 15%;
  margin-top: -15%;}

.area-padding {
  padding: 20px 0px 0px;}

.face-masculino {
  background: url(../img/plano-fundo/face_masculino_mb.png) !important;
  background-repeat: no-repeat !important;
  background-position: top right !important;}
      
.face-feminino {
  background: url(../img/plano-fundo/bg-cursos.png) !important;
  background-repeat: no-repeat !important;
  background-position: top right !important;}

.contact-icon {
  margin-bottom: 20px;
  width: 280px;}



.single-icon i {
  text-align: center;}

.single-icon {
  display: grid; /* Ativa o Grid */
  place-content: center; /* Centraliza o conteúdo horizontal e verticalmente */
  width: 100vw;  /* (Opcional) Ocupa toda a largura da tela */
}

.single-icon p {
  text-align: center;
  margin: 0;
}
}

@media (max-width: 768px) {
#header {
  height: 100px;
  transition: all 0.5s;
  transition: all 0.5s;
  background-repeat: no-repeat;
  background-position: top left;
  margin-top: -1px;
  z-index: 999;}

#depoimentos .section-headline h3 {
  font-size: 13px;
  margin-top: -10px;}

#cursos .single-well h3 {
  margin-left: 0px;}

#depoimentos .testimonials-slider img {
  margin-bottom: 20px;}} /*alteracao-resolucao-738x1600-cel-andre-w*/

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;}

.navbar ul li {
  white-space: nowrap; /* Impede que o texto quebre para a próxima linha */
}

.navbar ul li a {
  background: #BC0040;
  color:#FFF;
  margin-left: 18px;
  text-transform: uppercase;  
  font-size: 12px;
  letter-spacing: 0.1rem;	
  font-weight: bold;
  letter-spacing: 01px;
  padding-top: 02px;
  padding-bottom: 02px;
  padding-left: 07px;
  padding-right: 07px; 
  border-radius:50px;}

.navbar ul li a:hover {
  background: #BC0040;
  color: #031D5C;
  transition: 0.3s;}

.navbar ul li a:focus {
  background: #BC0040;
  color: #031D5C;
  font-size: 12px;
  letter-spacing: 0.1rem;	
  transition: 0.3s;}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  justify-content: space-between; /* Distribui os itens uniformemente */
  flex-wrap: nowrap; /* Garante que os itens não quebrem para uma nova linha */
  align-items: center;}


/* Remover o fundo vermelho das bandeiras */
.nav-lg a {
  background: none !important; /* Remove qualquer fundo aplicado */
  padding: 0; /* Remove o espaçamento extra */
  border-radius: 0; /* Remove bordas arredondadas, se houver */
}

.nav-lg img {
  background: none; /* Garante que a imagem não tenha fundo */
  border: none; /* Remove bordas, se houver */
  width: 28px; /* Mantém o tamanho da bandeira */
  height: auto;
  margin: 0 -10px; /* Espaçamento entre as bandeiras */
  transition: 0.3s; /* Animação ao passar o mouse */
}

.nav-lg img:hover {
  transform: scale(1.1); /* Efeito de zoom ao passar o mouse */
}


.m-r-10 {
  margin-right: 10px;}


/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #031D5C;
  font-weight: bold;
  font-size: 28px;
  cursor: pointer;
  padding-top: 25px;
  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(1, 2, 2, 0.9);
  transition: 0.3s;
  z-index: 999;}

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

.navbar-mobile ul {
  background-image:url(../img/plano-fundo/menu-mb.png);
  background-repeat: no-repeat;
  background-position: bottom center;
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  overflow-y: auto;
  transition: 0.3s;}

.navbar-mobile a, .navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #FFF;}

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

.navbar-mobile .getstarted, .navbar-mobile .getstarted:focus {
  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: #3ec1d5;}

.navbar-mobile .dropdown > .dropdown-active {
  display: block;}
/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  position: relative;}

#hero-home {
  background: url(../img/home/bg_home.png);
  background-repeat: no-repeat;
  background-position: top right;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-top: ;
  height: 100%;
  z-index: 999;}

#hero-home p {
  line-height: 125%;}

@media (max-height: 500px) {
#hero {
  height: 150vh;}}

#hero .carousel, #hero .carousel-inner, #hero .carousel-item, #hero .carousel-item::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;}
  
#hero .carousel-item {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;}

#hero .container {
  text-align: left;}

#hero img {
  margin-top: 32%;}

#hero h2 {
  color: #031D5C;
  margin-top: 35%;
  margin-bottom: 10px;
  font-size: 48px;
  font-weight: 700;
  width: 100%;
  line-height: 1.1;
  text-shadow: 01px 02px 02px rgba(0, 0, 0, 0.25);}

#hero p {
  color: #031D5C;
  font-size: 20px;
  text-align: justify;
  width: 100%;
  margin-bottom: 30px;
  text-shadow: 01px 02px 02px rgba(0, 0, 0, 0.15);}

@media (max-width: 768px) {

#hero-home {
  background: url(../img/home/bg_home_mb.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
  z-index: 999;}


  
#hero h2 {
  font-size: 28px;
  line-height: 1.1;
  margin-top: 85px;
  margin-bottom: 10px;
  width: 100%;}  

.mobile-nav-toggle {
  margin-top: -30px;}}

@media (min-width: 1024px) {
#hero p {
  width: 85%;}}

@media (min-width: 320px) and (max-width: 768px) {

  .navbar ul li a {
    background: none;
    color:#FFF;
    margin-left: 18px;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 3.0;
    letter-spacing: 0.1rem;
    padding-top: 02px;
    padding-bottom: 02px;
    padding-left: 08px;
    padding-right: 08px;}


#hero p {
 font-size: 13px !important;
 line-height: 1.4;
 margin-bottom: 0px;}

#hero img {
 margin-top: 0%;}}

#hero .carousel-fade {
  overflow: hidden;}

#hero .carousel-fade .carousel-inner .carousel-item {
  transition-property: opacity;}

#hero .carousel-fade .carousel-inner .carousel-item {
  opacity: 0;}

#hero .carousel-fade .carousel-inner .active {
  opacity: 1;
  transition: 0.5s;}

#hero .carousel-control-prev, #hero .carousel-control-next {
  width: 10%;}

@media (min-width: 1024px) {
#hero .carousel-control-prev, #hero .carousel-control-next {
  width: 5%;}}

#hero .carousel-control-next-icon, #hero .carousel-control-prev-icon {
  background: none;
  font-size: 32px;
  line-height: 1;}

#hero .btn-get-started {
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 32px;
  border-radius: 50px;
  transition: 0.5s;
  color: #031D5C;
  background: #FFF212;
  z-index: 999;
  text-align: center;}

#hero .btn-get-started:hover {
  background: #33CC99;
  color: #031D5C;}

#main .btn-get-started {
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 32px;
  border-radius: 50px;
  transition: 0.5s;
  color: #FFF;
  background: #FFF212;
  z-index: 999;}

#main .btn-get-started:hover {
  background: #FFF212;
  color: #000;}

.img-fluid {
  margin-bottom: 20px;}

.img-fluid-3 {
  height:auto;
  margin-left: 0%;
  margin-bottom: 05px;}

.img-fluid-4 {
  height:auto;
  margin-left: 13.5%;
  margin-bottom: 05px;}

.img-fluid-5 {
  max-width:85%;
  height:auto;}

/*--------------------------------------------------------------
# Depoimentos
--------------------------------------------------------------*/
#depoimentos {
  background: url(../img/plano-fundo/bg-depoimentos.png);
  background-repeat: no-repeat;
  background-position: bottom right;
  margin-top: 0px;
  height: 380px;
  width: 100%;
  z-index: 999;}

#depoimentos h2 {
  color: #BC0040;
  display: inline-block;
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 30px;
  position: relative;}

#depoimentos p {
  margin: 0 0 15px;
  color: #FFF;
  width: 65%;
  text-align: center;}

#depoimentos h3 {
  font-size: 20px;
  color: #FFF;
  font-weight: 600;}

#depoimentos h5 {
  font-size: 14px;
  color: #FFF;}

.single-well > a {
  display: block;}

.single-well p {
  color: #000;
  font-size: 14px;}

#testimonio {
  margin-top: 0px;
  height: 400px;
  z-index: 999;} 
  
#testimonio h2 {
  font-size: 24px;
  color: #2D5EA3;
  margin-top: -20px;
  font-weight: 600;}
  
.testimonio {
  margin-bottom: 70px;}

/*--------------------------------------------------------------
# Cursos
--------------------------------------------------------------*/
#cursos {
  background: url(../img/plano-fundo/bg-cursos.png);
  background-repeat: no-repeat;
  background-position: bottom right;
  margin-top: 0px;
  padding-bottom: 50px;
  height: 100%;
  z-index: 999;}

#cursos img {
  margin-top: 05px;}

#cursos .img-dwn {
  margin-right: 40px;
  margin-left: 10px;}

#cursos h2 {
  display: inline-block;
  color: #031D5C;
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 30px;
  position: relative;}

#cursos h5 {
  color: #FFF;
  font-size: 32px;
  position: relative;
  margin-top: 30%;
  margin-left: 40%;}

#cursos p {
  color: #FFF;}


/*--------------------------------------------------------------
# Dr Jussara
--------------------------------------------------------------*/
#dr-jussara img {
  background-color: #00A859;
  background-repeat: no-repeat;
  background-position: top right;
  margin-top: 90px;
  height: 100%;
  z-index: 999;}

#dr-jussara h2 {
  color:#031D5C;
  margin-bottom: 0;}

#dr-jussara h3 {
  font-size: 20px;
  color: #031D5C;
  font-weight: 700;}

#dr-jussara p {
    text-align: justify;}

/*--------------------------------------------------------------
# About-us
----------------------------------------------------------------*/

#about-us  {
 background: #FAFAFA url(../img/plano-fundo/brain_right.png);
 background-repeat: no-repeat;
 background-position: top right;
 margin-top: 0px;
 height: 100%;
 z-index: 3;}

#about-us h2 {
  color:#031D5C;
  margin-bottom: 20px;}

#about-us h3 {
  font-size: 20px;
  color: #031D5C;
  font-weight: 700;
  margin-bottom: 0px;}

/*--------------------------------------------------------------
# Resources
--------------------------------------------------------------*/
#resources {
  background: #FAFAFA url(../img/plano-fundo/brain_right.png);
  background-repeat: no-repeat;
  background-position: top right;
  margin-top: 0px;
  height: 100vh; /* Ajustado para garantir que preencha a altura da tela */
  z-index: 3;}

#resources h2 {
  color:#031D5C;
  margin-bottom: 20px;}
  
.btn-resources {
  background: #FFDD00 none repeat scroll 0 0;
  color: #031D5C;
  border: none;
  border-radius: 50px;
  font-size: 16px;
  font-weight: 700;
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 12px 30px;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;}

.btn-resources:hover {
  background: #000;
  color: #FFF;}

/*--------------------------------------------------------------
# Parceria
--------------------------------------------------------------*/
#parceria {
  background: #FFF url(../img/plano-fundo/bg-cursos.png);
  background-repeat: no-repeat;
  background-position: top right;
  margin-top: 0px;
  height: 100%;
  z-index: 999;
  padding-bottom: 130px;}

#parceria h2 {
  color: #031D5C;}

#parceria h3 {
  color: #FFF;
  font-size: 20px;
  line-height: 125%;}

#parceria p {
  color: #FFF;}

#parceria .single-well {
  text-align: center;}

#parceria .single-well img {
  margin-bottom: 20px;}
  

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
#services {
  background: #FFF url(../img/plano-fundo/brain_left.png);
  background-repeat: no-repeat;
  background-position: top left;
  margin-top: 0px;
  height: 100%;
  z-index: 3;}

#services h2 {
  color: #031D5C;}

.services-icon {
  color: #444;
  display: inline-block;
  font-size: 36px;
  line-height: 36px;
  margin-bottom: 20px;}

.services-details {
  padding-top: 40px;
  transition: all 0.5s ease 0s;}

.services-details:hover h4, .services-details:hover .services-icon {
  color: #F58634;}

.single-services > h4 {
  color: #2A344E;
  font-size: 24px;
  font-weight: 500;}

.single-services > p {
  color: #2A344E;
  font-size: 14px;}

#services h3 {
  color: #031D5C;
  font-weight: 700;
  font-size: 20px;}

/*--------------------------------------------------------------
# solutions
--------------------------------------------------------------*/
#solutions {
  background: url(../img/about/services.png);
  background-repeat: no-repeat;
  background-position: top left;
  margin-top: 0px;
  height: 580px;
  z-index: 999;}

#solutions h4 {
  text-shadow: 01px 01px 01px rgba(0, 0, 0, 0.65);}



/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
#portfolio {
  margin-top: 0px;
  z-index: 999;}

#portfolio h5 {
  margin-top: 15px;}

#portfolio  h2 {
  font-family: "Raleway", sans-serif;
  margin: 0 0 15px;
  color: #2D2D2E;
  font-weight: 800;}

#portfolio-flters {
  padding: 0;
  margin: 5px 0 35px 0;
  list-style: none;
  text-align: center;}

#portfolio-flters li {
  cursor: pointer;
  margin: 15px 15px 15px 0;
  display: inline-block;
  padding: 8px 24px;
  font-size: 12px;
  font-weight: bold;
  line-height: 20px;
  color: #D04E1C;
  border-radius: 50px;
  text-transform: uppercase;
  background: #373435;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
  border: 1px solid #373435;}

#portfolio-flters li:hover, #portfolio-flters li.filter-active {
  border-color: #D04E1C;
  background: #D04E1C;
  color: #373435;
  font-weight: bold;}

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

.single-awesome-project {
  overflow: hidden;
  margin-bottom: 30px;}

.awesome-img {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;}

.awesome-img > a {
  display: block;
  position: relative;}

.single-awesome-project:hover .awesome-img > a::after {
  opacity: 1;}

.single-awesome-project:hover .add-actions {
  opacity: 1;
  bottom: 0;}

.awesome-img > a::after {
  background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  opacity: 0;
  transition: 0.4s;}

.add-actions {
  background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
  bottom: 30px;
  display: block;
  height: 100%;
  left: 0;
  opacity: 0;
  overflow: hidden;
  padding: 10px 15px;
  position: absolute;
  transition: all 0.4s ease 0s;
  width: 100%;}

.project-dec {
  display: block;
  height: 100%;
  width: 100%;}

.project-dec a {
  display: block;
  height: 100%;
  width: 100%;}

.text-port {
  font-size: 16px;}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
#contact {
  background: url(../img/plano-fundo/linhas_cores_gradiente_base.png);
  background-repeat: no-repeat;
  background-position: bottom right;
  margin-top: 0px;
  height: 100%;
  z-index: 999;}

#contact h4 {
  font-family: "Raleway", sans-serif;
  margin: 0 0 15px;
  color: #2D2D2E;
  font-weight: 800;}

.contact-area {
  height: auto;
  width: 100%;
  margin-top: 0px;
  z-index: 999;}

.single-icon i {
  font-size: 22px;
  width: 50px;
  height: 50px;
  line-height: 56px;
  border-radius: 50%;
  margin-bottom: 30px;
  color: #373435;}

.single-icon p {
  font-size: 14px;
  line-height: 20px;}

.contact-icon {
  margin-bottom: 40px;}
  
.btn-contact {
  background: #FFDD00 none repeat scroll 0 0;
  color: #031D5C;
  border: none;
  border-radius: 50px;
  font-size: 16px;
  font-weight: 700;
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 12px 30px;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;}

.btn-contact:hover {
  background: #000;
  color: #FFF;}

.form-control {
  display:block;
  width:100%;
  padding:.375rem .75rem;
  font-size:1rem;
  font-weight:400;
  line-height:1.5;
  color:#212529;
  background: rgba(255, 255, 255, 0.9) none repeat scroll 0 0;
  background-clip:padding-box;
  border-bottom:1px solid #ced4da;
  border-left:none;
  border-right:none;
  border-top:none;
  -webkit-appearance:none;
  -moz-appearance:none;
  appearance:none;
  transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}

/*--------------------------------------------------------------
# Cookies 
---------------------------------------------------------------*/
.cookies-container {
  color: #FFF;
  position: fixed;
  width: 100%;
  bottom: 2rem;
  z-index: 1001;}

.cookies-container p {
  color: #FFF;
  margin: 0px;}

.cookies-content {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  background: rgba(54, 72, 125, 0.75);
  max-width: 520px;
  border-radius: 15px;
  /*padding: 05px 05px 05px 115px;*/
  padding: 1rem;
  margin: 0 auto;
  /*margin-bottom: 40px;*/
  color: FFF;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 0.5rem;
  opacity: 0;
  transform: translateY(1rem);
  animation: slideUp 0.8s forwards;}

.cookies-pref label {
  margin-right:1rem;}

@keyframes slideUp {
  to {
  transform: initial;
  opacity: initial;}}

.cookies-save {
  grid-column: 2;
  grid-row: 1/3;
  cursor: pointer;}

.cookies-save {
  background: #0D6E75 none repeat scroll 0 0;
  border: none;
  color: #FFF;
  font-size: 16px;
  font-weight: 700;
  margin-top: 8px;
  margin-bottom: 05px;
  padding: 12px 30px;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
  border-radius: 30px;}

.cookies-save:hover {
  background: #36487D;}

@media (max-width: 500px) {
.cookies-content {
  grid-template-columns: 1fr;}

.cookies-save {
  grid-column: 1;
  grid-row: 3;}}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer-area {
  padding: 40px 0;
  background:#E6E6E6;}

.footer-head p {
  color: #373435;}

.footer-head h4 {
  color: #373435;
  font-size: 16px;
  letter-spacing: 2px;
  padding-bottom: 10px;
  text-transform: uppercase;}

.footer-logo {
  padding-bottom: 20px;}

.footer-icons ul li {
  display: inline-block;}

.footer-icons ul li a {
  color: #FFF;
  display: block;
  font-size: 16px;
  height: 40px;
  width: 40px;
  line-height: 38px;
  margin-right: 5px;
  text-align: center;  
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 0;}

.footer-icons ul li a:hover {
color:#BC0040}

.footer-icons ul li a i {
  line-height: 0;}

.footer-icons {
  color:#FFF;}

.footer-icons a {
  color:#FFF;}

.footer-contacts p span {
  color: #FFF;
  font-weight: 700;}

.footer-content {
  display: block;
  overflow: hidden;}

.footer-area-bottom {
  background: url(../img/plano-fundo/rodape.png);
  background-repeat: no-repeat;
  background-position: top right;
  margin-top: 0px;
  height: 150px;
  z-index: 999;
  padding: 15px 0;}

.copyright {
  margin-bottom: 0;
  line-height: 200%;
  color: #FFF;}

.credits a {
  color: #FFF;}

.credits {
  padding-top: 5px;
  text-align: center;}



/*--------------------------------------------------------------
# Responsive
--------------------------------------------------------------*/
/* Normal desktop :992px. */
/* Tablet desktop :768px. */
@media (min-width: 768px) and (max-width: 991px) {
.contact-form {
  margin-top: 0px;}}

/* small mobile :320px. */
@media (max-width: 767px) {

.nav-lg {
  display: inline;
}

#dr-jussara img {
  width: 350px;
  height: 100%;
  margin-left: 2.5%;
  z-index: 999;}

#about {
  background: url(../img/about/about_2.png);
  background-repeat: no-repeat;
  background-position: top right;
  margin-top: 0px;
  height: 50%;
  z-index: 999;}

.img-fluid-4 {
  height:214px;
  width:275px;
  text-align: center;}

#hero .btn-get-started {
  font-weight: 600;
  text-align: right;
  font-size: 10px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 4px 15px;
  border-radius: 50px;
  transition: 0.5s;
  color: #000;
  background: #FFF212;
  z-index: 999;}

#main .btn-get-started {
  font-weight: 600;
  text-align: right;
  font-size: 10px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 4px 15px;
  border-radius: 50px;
  transition: 0.5s;
  color: #FFF;
  background: #3C6;
  z-index: 999;}

.btn-get-started {
  font-weight: 600;
  font-size: 10px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 4px 15px;
  border-radius: 50px;
  transition: 0.5s;
  color: #000;
  background: #3C6;
  z-index: 999;}

.section-headline h2 {
  font-size: 27px;
  line-height: 36px;}

#cursos h2 {
  margin-top: 20px;}

#cursos h5 {
  margin-top: 20px;
  font-size: 22px;
  margin-left: 27%;}

#parceria {
  background: #FFF url(../img/plano-fundo/bg-cursos.png);
  background-position: top right;
  margin-top: 0px;
  height: 100%;
  z-index: 999;}

#depoimentos {
  margin-top: 0px;
  height: 100%;
  width: 100%;
  z-index: 999;}


.well-middle .single-well {
  margin-top: 30px;}

.btn-pulse a {
  padding: 4px 15px;
  font-size: 10px;
  font-weight: bold;}
  
.btn-pulse {
  width: 260px;
  text-align: left;
  margin-top: 25px;}

.portfolio-area {
  padding-top: 0px;}

.single-awesome-project {
  width: 100%;
  float: none;}

.contact-form {
  margin-top: 30px;}

.footer-content {
  margin-bottom: 30px;}}
/* Large Mobile :480px. */