/* lg */ 
@media (min-width: 1200px) {

	#home {
	  background-image: url('../images/background-desktop.jpg'); /* caminho correto da imagem */
	  background-position: center;
	  background-size: cover;
	  background-repeat: no-repeat;
	  width: 100%;
	}

	#sizeavatar{
	width:250px!important;
	margin-top: 3%;
	margin-bottom:0px;
	}

	.sizequadroavatar{
	width:100%!important;
	text-align:center;
	}

	.sizeptopo{
	font-size:28pt!important;
	color: #fff;
	/*text-shadow: -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff;*/
	}

	.homeSubtitulo{
	font-size:16pt!important;
	color: #fff;
	/*text-shadow: -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff;*/
	}

	.main-nav .container {
	    display: flex;
	    justify-content: center; /* centraliza horizontalmente */
	    align-items: center;
	}	

	.img-foto-perfil {
	  width: 100%;
	  margin-left:  10px;
	  margin-right: 10px;
	  margin-bottom: -150px;
	}
}

/* md */
@media (min-width: 992px) and (max-width: 1199px) {

	#sizeavatar{
	width:250px!important;
	margin-top: 3%;
	margin-bottom:0px;
	}

	.sizequadroavatar{
	width:100%!important;
	text-align:center;
	}

	.sizeptopo{
	font-size:18pt!important;
	/*text-shadow: -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff;*/
	}

	.homeSubtitulo{
	font-size:16pt!important;
	color: #fff;
	/*text-shadow: -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff;*/
	}

	.main-nav .container {
	    display: flex;
	    justify-content: center; /* centraliza horizontalmente */
	    align-items: center;
	}

	.img-foto-perfil {
	  width: 60%;
	  margin-left:  10px;
	  margin-right: 10px;
	  margin-bottom: -120px;
	}
}

/* sm */
@media (min-width: 768px) and (max-width: 991px) {

	#sizeavatar{
	width:200px!important;
	margin-top: 3%;
	margin-bottom:0px;
	}

	.sizequadroavatar{
	width:100%!important;
	text-align:center;
	}

	.sizeptopo{
	font-size:18pt!important;
	/*text-shadow: -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff;*/
	}

	.homeSubtitulo{
	font-size:16pt!important;
	color: #fff;
	/*text-shadow: -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff;*/
	}

	.img-foto-perfil {
	  width: 80%;
	  margin-left:  10px;
	  margin-right: 10px;
	  margin-bottom: -100px;
	}
 	.navbar-right li a {
		font-size: 12px;
		padding-right: 10px;
	}
	.social-icons ul li {
		margin-bottom: 10px;
	}
	.price {
		font-size: 16px;
		height: 110px;
		line-height: 30px;
		width: 100%;
	}
	.price span {
		font-size: 40px;
		margin-top: 27px;
	}
	.btn-signup {
		padding: 10px 20px;
	}
}

/* xs */
@media (max-width: 767px) {

	.social-icons-topo {
	  background-color: #f1f1f1;
	  top:0px;
	  padding-top: -5px;
	  height: 40px;
	  text-align: center;
	  position: relative;
	}

	#sizeavatar{
	width:250px!important;
	margin-top: 10%!important;
	margin-bottom:0px;
	}

	.sizequadroavatar{
	width:100%!important;
	text-align:center;
	}

	.sizeptopo{
	font-size:18pt!important;
	/*text-shadow: -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff;*/
	}

	.homeSubtitulo{
	font-size:16pt!important;
	color: #fff;
	/*text-shadow: -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff;*/
	}

	.img-foto-perfil {
	  width: 90%;
	  margin-top: 20px;
	  margin-left:  10px;
	  margin-right: 10px;
	  margin-bottom: -120px;
	}
	body {
		font-size: 14px;
	}
	#home-slider .caption h1 {
		font-size: 40px;
	}
	#home-slider .caption {
		font-size: 15px;
		padding: 0 30px;
	}
	.left-control, .right-control {
		font-size: 20px;
		height: 30px;
		line-height: 25px;
		width: 30px;
	}
	#home-slider:hover .right-control {
		right: 15px;
	}
	#home-slider:hover .left-control {
		left: 15px;
	}
	.caption .btn-start {
		font-size: 12px;
		padding: 10px 30px;
	}

	.navbar-brand {
		padding: 0 15px 15px;
	}

.main-nav .navbar-header {
    display: flex;
    justify-content: center; /* centraliza horizontalmente */
    align-items: center;     /* centraliza verticalmente se necessário */
    padding: 20px 0;
}

.main-nav .navbar-toggle {
    margin: 0 auto;          /* garante centralização no eixo horizontal */
    display: block;          /* para funcionar corretamente */
}

	.navbar-toggle {
	  border:1px solid #fff;
	  display: block;
	}

	.navbar-toggle .icon-bar {
	  background-color: #fff;
	}
	.navbar-right li a {
		font-size: 13px;
		padding-bottom: 8px;
		padding-top: 10px;
	}

	/*services*/
	section {
		padding: 45px 0;
	}
	.heading {
		font-size: 14px;
		padding-bottom: 45px;
	}
	.heading h2 {
		font-size: 26px;
	}
	.service-info h3 {
		font-size: 26px;
	}
	.our-services .col-sm-4 {
		margin-bottom: 32px;
		padding-bottom: 20px;
	}
	.our-services .col-sm-4:nth-child(4), 
	.our-services .col-sm-4:nth-child(5), 
	.our-services .col-sm-4:nth-child(6) {
		padding-top: 0;
	}
	.service-icon {
		font-size: 30px;
		height: 65px;
		line-height: 62px;
		width: 65px;
	}
	.our-services .col-sm-4:hover .service-icon:before {
		height: 90px;
		width: 90px;
	}
	.about-info {
		text-align: center;
		margin-bottom: 50px;
	}
	.team-member {
		margin-bottom: 50px;
	}
	.team-members .col-sm-3, 
	.pricing-table .col-sm-3, 
	#portfolio .col-sm-3, 
	.blog-posts .col-sm-4  {
		width: 50%;
		float: left;
	}
	.social-icons ul li a {
		font-size: 28px;
		height: 40px;
		line-height: 40px;
		width: 40px;
	}	
	.count .col-xs-6 {
		margin-bottom: 35px;
	}
	#features {
		min-height: 330px;
	}
	#features i {
		font-size: 35px;
	}
	#features h3 {
		font-size: 25px;
	}
	.price span {
		font-size: 50px;
		margin-top: 25px;
	}
	.price {
		font-size: 18px;
		height: 110px;
		line-height: 35px;
		width: 130px;
	}
	.single-table ul {
		margin-top: 22px;
	}
	.single-table ul li {
		font-size: 14px;
		margin-top: 15px;
	}
	.btn-signup {
		font-size: 12px;
		margin-top: 25px;
		padding: 10px 35px;
	}
	.single-table{
		margin-bottom: 40px;
		padding: 20px;
	}	
	#twitter {
		padding-bottom: 75px;
	}
	.twitter-left-control, 
	.twitter-right-control {
		top: inherit;
		bottom: 30px;
		height: 25px;
		width: 25px;
		line-height: 23px;
		font-size: 14px;
	}
	.twitter-left-control {
		left: 40%
	} 
	.twitter-right-control {
		right: 40%
	}
	#blog {
		overflow: hidden;
	}
	.entry-header h2 {
		line-height: 20px;
	}
	.blog-posts .col-sm-4 {
		margin-bottom: 35px;
	}
	.load-more {
		margin-top: 35px;
	}
	.btn-loadmore {
		font-size: 12px;
		padding: 15px 75px;
	}
	#contact-us {
	  background-image:url(../images/contact-bg.jpg);
	  padding-bottom: 90px;
	  background-position: left;
	}	
	#contact-us .heading {
		padding-top: 35px;
	}
	.contact-info {
		padding-left: 0;
	}
	#footer .footer-bottom {
		text-align: center;
	}
	.footer-bottom p.pull-right {
		float: none !important;
	}
}

/* XS Portrait */
@media (max-width: 479px) {

	#home {
	  background-image: url('../images/background-mobile.jpg');
	  background-position: center center; /* centraliza no mobile */
	  background-size: cover;
	  background-repeat: no-repeat;
	}

	#sizeavatar{
	width:250px!important;
	margin-top: 3%;
	margin-bottom:0px;
	}

	.sizequadroavatar{
	width:100%!important;
	text-align:center;
	}

	.sizeptopo{
	font-size:20pt!important;
	/*text-shadow: -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff;*/
	}

	.homeSubtitulo{
	font-size:18pt!important;
	color: #fff;
	padding-top: 15px!important;
	/*text-shadow: -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff;*/
	}

	#qualidades i{
	  height: 120px;
	  display: flex;
	  align-items: center;  /* centraliza verticalmente */
	  justify-content: center; /* centraliza horizontalmente */
	  text-align: center;
  	}

  	#servicos{
	  margin-top: 70px;
	  background-color: #111;
	}	
  
	.team-members .col-sm-3, 
	.pricing-table .col-sm-3, 
	#portfolio .col-sm-3, 
	.blog-posts .col-sm-4 {
		width:100%;
		float: none;
	}

	.btnQuemsou{
	  width: auto;
	  font-size: 18pt!important;
	  margin-top: 50px;
	}

	.btnZapIcon{
	  margin-right: 10px;
	  margin-left: 20px;
	  font-size: 30pt;
	}

	.btnZapIcon2{
	  margin-right: -10px;
	  margin-left: 20px;
	  font-size: 30pt;
	}

	#quem-sou {
	  position: relative;
	  background: url('../images/oprofissional-mobile.jpg');
	  background-position: center center;
	  background-repeat: no-repeat;
	  background-size: cover;
	  width: 100%;
	  min-height: 100vh; /* ocupa toda a altura da tela */
	}


	.curso{
	  width: auto;
	  font-size:18pt!important;
	}

	.btnCallToAction{
	  width: 100%;
	  font-size: 16pt;
	 }

	#curso {
	  position: relative;
	  background: url('../images/bk-cta-mobile.jpg');
	  background-position: center center;
	  background-repeat: no-repeat;
	  background-size: cover;
	  width: 100%;
	  min-height: 100vh; /* ocupa toda a altura da tela */
	}


	.footer-top {
	  position: relative;
	  background-image: url(../images/footer-mobile.jpg);
	  background-position: center center;
	  background-repeat: no-repeat;
	  background-size: cover;
	  width: 100%;
	  min-height: 100vh; /* ocupa toda a altura da tela */
	  margin-bottom: -80px;
	}


}

