.img_cem{
  width: 100%;
}


.header{
  background: linear-gradient(
    45deg,
    rgba(0, 0, 0, 1) 30%,
    rgba(0, 77, 150, 1) 100%
  );
  background-blend-mode: normal;
  position: fixed;
  top: 0;
  width: 100%;
  box-shadow: 0 0 45px #000;
  z-index: 999999;
}

.container_page{
  width: 80%;
  margin: 0 auto;
  overflow: hidden;
}

.logo_top{
  width: 10%;
  overflow: hidden;
  margin-top: 25px;
  float: left;
}

.nav_mob{
  display: none;
}

.nav2{
  width: 85%;
  float: right;
  overflow: hidden;
}

.lk{
  color: #fff;
  float: left;
  padding: 30px 20px;
  transition: all .5s ease;
  font-weight: 400;
}

.lk:hover{
  background: #004d96;
  color: #fff;
}

.lk_cliente{
  background: #004d96;
  color: #fff;
  float: left;
  border-radius: 12px;
  padding: 8px 30px;
  font-weight: 700;
  margin-top: 20px;
  margin-left: 10px;
  margin-right: 30px;
}

.icones{
  float: left;
  width: 25px;
  margin: 28px 8px 0 8px;
}

.bt_mob{
  display: none;
}

.top1{
  background: #004d96;
  width: 80%;
  margin: 0 auto;
  margin-bottom: 30px;
  border-radius: 0  0 20px 20px;
  padding: 10px 20px;
  color: #fff;
}

.texttop1{
  color: #fff;
}

.planos{
  padding: 90px 0;
}

.box_plano{
  width: 20%;
  margin: 0 2.5%;
  float: left;
  box-shadow: 0 0 20px #535353;
  border-radius: 20px;
  overflow: hidden;
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 0 0 20px 0;
  text-align: center;
}

.img_plano{
  overflow: hidden;
  margin-bottom: 20px;
}

.list_item{
  padding: 10px 0;
  border-bottom: 1px solid #ccc;
}

.mensalidade{
  font-weight: bold;
  font-size: 18px;
  color: #003C56;
  margin-top: 20px;
}

.valor_plano{
  font-weight: 300;
  font-size: 38px;
  color: #004d96;
  padding: 20px 0;
}

.quemsomos{
  margin: 150px 0 50px 0;
  overflow: hidden;
}

.img_quemsomos{
  float: left;
  width: 40%;
  overflow: hidden;
}

.info_quemsomos{
  float: right;
  width: 55%;
  overflow: hidden;
}

.title_quemsomos{
  font-weight: 400;
  font-size: 48px;
  color: #003C56;
  padding: 10px 0;
}

.sub_quemsomos{
  font-weight: 300;
  font-size: 28px;
  color: #004d96;
  padding: 10px 0;
  margin-bottom: 30px;
}

.text_quemsomos{
  font-size: 18px;
  line-height: 35px;
  margin-bottom: 90px;
}

.bt_planos{
  background: #004d96;
  color: #fff;
  padding: 20px 50px;
  font-weight: 500;
  border-radius: 18px;
  float: left;
  font-size: 25px;
}

.img_plan_fone{
  overflow: hidden;
}

footer{
  display: block;
  background: linear-gradient(
    45deg,
    rgba(0, 0, 0, 1) 30%,
    rgba(0, 77, 150, 1) 100%
  );
  background-size: cover;
  padding: 100px 0;
  color: #fff;
}

.logo_footer{
  width: 20%;
  overflow: hidden;
  margin: 0 auto;
  margin-bottom: 80px
}

.footer_mob{
  display: none;
}

.copyright{
  background: #000;
  color: #fff;
  font-size: 12px;
  padding: 10px 0;
}

.copy{
  float: left;
}

.fstrong{
  float: right;
  width: 100px;
}

.wpp{
  position: fixed;
  bottom: 50px;
  right: 20px;
  width: 50px;
  z-index: 99999999999;
}

@media only screen and (max-width: 1300px) {


  .container_page{
    width: 80%;
    margin: 0 auto;
    overflow: hidden;
  }

  .logo_top{
    width: 10%;
    overflow: hidden;
    margin-top: 25px;
    float: left;
  }

  .nav2{
    width: 85%;
    float: right;
    overflow: hidden;
  }

  .lk{
    color: #fff;
    float: left;
    padding: 30px 20px;
    transition: all .5s ease;
    font-weight: 400;
  }

  .lk:hover{
    background: #004d96;
    color: #fff;
  }

  .lk_cliente{
    background: #004d96;
    color: #fff;
    float: left;
    border-radius: 12px;
    padding: 8px 30px;
    font-weight: 700;
    margin-top: 20px;
    margin-left: 10px;
    margin-right: 30px;
  }

  .icones{
    float: left;
    width: 25px;
    margin: 28px 8px 0 8px;
    display: none;
  }


}


@media only screen and (max-width: 1150px) {


  .container_page{
    width: 80%;
    margin: 0 auto;
    overflow: hidden;
  }

  .logo_top{
    width: 10%;
    overflow: hidden;
    margin-top: 25px;
    float: left;
  }

  .nav2{
    width: 85%;
    float: right;
    overflow: hidden;
  }

  .lk{
    color: #fff;
    float: left;
    padding: 30px 10px;
    transition: all .5s ease;
    font-weight: 400;
    font-size: 12px;
  }

  .lk:hover{
    background: #004d96;
    color: #fff;
  }

  .lk_cliente{
    background: #004d96;
    color: #fff;
    float: left;
    border-radius: 12px;
    padding: 8px 20px;
    font-weight: 400;
    margin-top: 20px;
    margin-left: 10px;
    margin-right: 30px;
  }

  .icones{
    float: left;
    width: 20px;
    margin: 28px 8px 0 8px;
    display: none;
  }


}

@media only screen and (max-width: 990px) {

  .container_page{
    width: 90%;
  }

  .logo_top{
    margin-top: 10px;
  }

  .lk{
    font-size: 12px;
    padding: 10px 15px;
  }

  .lk_cliente{
    font-size: 12px;
    padding: 2px 15px;
    margin-top: 7px;
  }

  .icones{
    margin-top: 7px;
    width: 20px;
  }

  .text_quemsomos{
    font-size: 16px;
  }

  .bt_planos{
    text-align: center;
  }

  .box_plano{
    width: 45%;
    margin: 0 2.5%;
    float: left;
    box-shadow: 0 0 20px #535353;
    border-radius: 20px;
    overflow: hidden;
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 0 0 20px 0;
    text-align: center;
  }

  footer{
    display: none;
  }

  .footer_mob{
    display: block;
    background: linear-gradient(
      45deg,
      rgba(0, 0, 0, 1) 30%,
      rgba(0, 77, 150, 1) 100%
    );
    background-size: cover;
    padding: 100px 0;
    color: #fff;
  }

  .logo_footer{
    width: 200px;
    overflow: hidden;
    margin: 0 auto;
    margin-bottom: 30px
  }

}

@media only screen and (max-width: 700px) {

  .logo_top{
    float: none;
    width: 30%;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .nav2{
    display: none;
  }

  .nav_mob{
    display: none;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    padding: 0 0 30px 0;
    animation-name: menu;
		animation-duration: 1s;
    height: 320px;
  }

  /*Safari 4.0 - 8.0 */
	@-webkit-keyframes menu {
			0%   {height: 0px; opacity: 0;}
			100%   {height: 320px; opacity: 1;}
	}

	/* Standard syntax */
	@keyframes menu {
		0%   {height: 0px; opacity: 0;}
		100%   {height: 320px; opacity: 1;}
	}

  .lk{
    text-align: center;
    color: #fff;
    float: none;
    margin: 0 auto;
    width: 100%;
    border-bottom: 1px solid #ccc;
    padding: 10px 30px;
    transition: all .5s ease;
    font-weight: 400;
  }

  .lk_cliente{
    float: none;
    margin: 0 auto;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 30px;
  }

  .icones{
    display: none;
  }

  .bt_mob{
    display: block;
    position: fixed;
    right: 20px;
    top: 20px;
    width: 30px;
    z-index: 9999999999999999999999999999999999999;
  }

  .page_slider{
    margin-top: -20px;
  }

  .quemsomos{
    margin: 80px 0 50px 0;
  }

  .img_quemsomos{
    width: 100%;
    float: none;
  }

  .info_quemsomos{
    width: 100%;
    float: none;
  }

  .box_plano{
    float: none;
    width: 90%;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 50px;
  }

  .fstrong{
    float: none;
    margin: 0 auto;
    margin-top: 15px;
  }

  .copy{
    width: 100%;
    margin: 0 auto;
    float: none;
  }

  .copyright{
    text-align: center;
  }

  footer{
    display: block;
  }

  .footer_mob{
    display: none;
  }


}
