/* BARRA DE PROGRESSO ESTILO */
#progress-container {
  position: fixed;
  top: 0;
  z-index: 999999;
  width: 100%;
}

#progress-bar-container {
  width: 100%;
  height: 8px
}

#progress-bar {
  height: 1px;
  background-color: #fff;
  width: 0%;
}
/* BARRA DE PROGRESSO ESTILO */

/* ANIMAÇÃO  */
[data-anime]{
  opacity: 0;
  transform: translate3d(0, -20px, 0);
}
.fadeInDown {
  transform: translate3d(0,-20px,0);
}
.fadeInUp {
  transform: translate3d(0,20px,0);
}
.fadeInRight {
  transform: translate3d(20px,0,0);
}
.fadeInLeft {
  transform: translate3d(-20px,0,0);
}

.anime{
  opacity: 1;
  transform: translate3d(0,0,0);
  transition: opacity 800ms, transform 800ms;
}

/* ANIMAÇÃO  */


/* GERAL----------------------- */
body {
  font-family: 'Roboto', sans-serif;
}
img {
  max-width: 100%;
  display: block;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show>.btn-primary.dropdown-toggle{
  color: #fff;
  background-color: #309682;
  border-color: #309682;
}
.btn-primary{
  color: #fff;
  background-color: #309682;
  border-color: #309682;
}
.btn-primary:hover{
  color: #fff;
  background-color: #309682;
  border-color: #309682;
}
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show>.btn-primary.dropdown-toggle:focus{
  box-shadow: none;
}
/* NAVEGAÇÃO------------------ */
.navbar-brand img{
  max-width: 150px;
}
.bg-dark {
  background-color: #309682 !important;
  height: 80px;
}
.navbar-dark .navbar-nav .nav-link{
  color: #fff;
  font-size: 0,875em;
  font-weight: 700; 
  padding-bottom: 0px;
  margin: 0px 10px;
}
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus{
  color: #fff;
}
.navbar-dark .navbar-nav .nav-link:hover{
  /* color: tomato; */
  transition: .9s;
}
.nav-item::after{
  content: '';
  display: block;
  content: '';
  transform: translateX(-0%) scaleX(0);
  transform-origin: 50% 50%;
  margin: 0 auto;
  width: 50%;
  height: 2px;
  background-color: #fff;
  transition: transform 250ms;
}  

.nav-item:hover::after{
  transform: translateX(-0%) scaleX(1);
}

/* 
PRIMEIRA PARTE ---------------------  */
.celular1{
  width: 300px;
  height: 580px;
  margin: 0 auto;
}
.part-one-left h1{
  font-size: 2.5em;
  color: #309682;
  max-width: 350px;
  text-align: center;
  margin: 150px auto 30px auto;
  font-weight: bold;
}
.part-one-left p{
  color: #7E7E7E;
  font-size: 25px;
  max-width: 300px;
  margin: 0px auto 10px auto;
  text-align: center;
  line-height: 35px;
}
.part-one-left h4{
  color: #7E7E7E;
  font-size: 1.25em;
  text-align: center;
  margin-top: 40px;
}

.baixar{
  text-align: center;
  margin-bottom: 50px;
}
.baixar img{
  display: inline-block;
}
.part-one-right-texto{
  position: relative;
  top: 80px;
}
.menina-header{
  margin-top: 180px;
  display: block;
  max-width: 100%;
}
.part-one-right-texto h4{
  color: #309682;
  font-size: 2.5em;
  text-align: left;
  margin-bottom: 15px;
  font-weight: bold;
}
.part-one-right-texto p{
  color: #707070;
  font-size: 18px;
  text-align: left;
  max-width: 400px;
  line-height: 32px;
}
/* 
SEGUNDA PARTE -----------------------------------------------------------------------------
*/
.part-two{
  background-color: #F8F8F8;
  margin-top: 70px;
  margin-bottom: 100px;
  padding: 50px 0px 40px 0px;
}
.part-two-left{
  text-align: right;
  max-width: 400px;
  margin: 0px auto;
  align-self: center;
}
.part-two-left h1{
  color: #309682;
  font-weight: 600;
  font-size: 30px;
  font-weight: bold;
}
.part-two-left p{
  color: #707070;
  font-size: 1.125em;
  text-align: justify;
  margin-top: 20px;
  line-height: 32px;
}
.part-two-left .btn-primary, .four-part-left .btn-primary{
  font-weight: 500;
  letter-spacing: 1px;
  background-color: #309682;
  box-shadow: inset 0 0 0 0 #309682;
  transition: ease-out 0.3s;
  outline: none;
  border-radius: 4px;
}

.part-two-left .btn-primary:hover, .four-part-left .btn-primary:hover{
  box-shadow: inset 300px 0 0 0 #fff;
  cursor: pointer;
  color: #309682;
  border: 1px solid #309682;
}


.btn-primary:focus, .btn-primary.focus{
  box-shadow: none;
}
/* PARTE TRES -------------------------- */

.celular3{
  order:0;
}
.celular3 img{
  height: 500px;
  margin-left: 150px;
}
.part-tree-rigth{
  align-self: center;
  order:1;
}
.part-tree-rigth h4{
  color: #309682;
  font-size: 38px;
  max-width: 250px;
  font-weight: bold;
}
.part-tree-rigth p{
  font-size: 18px;
  color: #707070;
  max-width: 320px;
  line-height: 32px;
}

/* PARTE QUATRO -----------------------------------------------*/
.four-part{
  height: 100%;
  width:100%;
  background-color: #F8F8F8;
  padding-top: 100px;
}
.four-part h4{
  color: #309682;
  font-size: 2.5em;
  font-weight: bold;
}
.four-part p{
  font-size: 18px;
  color: #707070;
  max-width: 300px;
  line-height: 32px;
}
.four-part-left{
  align-self: center;
  text-align: left;
  padding-left: 200px;
}
.four-part .btn-primary{
  margin-top: 20px;
}

/* FOOTER ---------------------------------*/

.footer {
  width: 100%;
  background-color: #309682;
  padding: 50px 0px 50px 100px;
  position: relative;
  z-index: 100;
}
.footer-logo img {
  display: block;
  max-width: 100%;
  margin-bottom: 30px;
}
.text-footer ul li{
  margin: 10px 0px;
  /* font-weight: bold; */
  font-size: 1.125em;
}
.fa-whatsapp, .fa-phone-alt, .fa-envelope, .fa-map-marker-alt{
  font-size: 20px;
  margin-right: 10px;
  font-weight: normal;
}

.rede-social {
  height: 45px;
  margin-top: 10px;
}


.facebook,
.instagram,
.whatsapp {
  display: inline-block;
}

.facebook img,
.instagram img,
.whatsapp img {
  padding: 0 3px;
  max-width: 100%;
}

.whatsapp img {
  height: 30px;
  align-self: center;
}

.todo-social{
  align-self: center;
}

.text-social {
  padding: 20px 0;
}

.text-social h4 {
  font-size: 26px;
  font-weight: 700;
}

.text-social input {
  width: 50%;
  border-radius: 10px;
  padding: 5px 10px;
  border: none;
  margin-bottom: 10px;
}

.btn-success{
  padding: 4px 10px;
  margin-left: 0px;
}

