
/************************ Estilo Mobile **********************/
@media screen and (min-device-width: 300px) and (max-device-width: 600px) {

  .imagem-topo{
    display: table;
    width: 150%;
    height: 22vh;
    padding: 0;
    background-position: 60% 60%;
    background-size: cover;
  }

/*********** Primeira Sessão ***********/
.primeira-sessao{
  font-family: 'Barlow', sans-serif;
  margin-top: -30%;
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  padding-bottom: 15%;
}
.container-colunas{
  display: contents;
}

.lado-esquerdo{
  display: table-cell;
  float: left;
  margin-right: 20px;
}
.logo{
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: -45px;
}
.logo-img{
  width: 30%;
}
.lado-esquerdo p{
  font-family: 'Barlow', sans-serif;
  padding: 8px;
  text-align: center;
  color: black;
  font-size: 22px;
}
.ebook{
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
.ebook img{
  width: 95%;
  margin-bottom: 10px;
}

.lado-direito{
  font-family: 'Barlow', sans-serif;
  display: table-cell;
  float: right;
}
.lado-direito p{
  margin-top: 15px;
}
.coluna1{
  width: 200px;
}

.coluna2{
  width: 30px;
  margin-left: 60px;
}
.coluna2 img{
  margin-top: 15px;
  margin-left: -33px;
}
.container-mobile{
  margin-top: 0;
  padding: 2% 5% 2% 5%;
}

.container-form p{
  font-family: 'Barlow', sans-serif;
  color: white;
  line-height: 1.3;
  font-size:1em;
}
.container-form h3{
  font-family: 'Barlow', sans-serif;
  font-weight: 400;
  color: #009ebb;
  font-size:1.6em;
}
.dados-seguros{
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
.dados-seguros p{
  margin-top: 15px;
  margin-left: 10px;
  font-size: 12px;
  color: black;
  line-height: 1;
  font-weight: 500;
}

/*********** Segunda Sessão ***********/
.foto-edmilson{
  margin-top: -50px;
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
.foto-edmilson img{
  width: 85%;
}
.segunda-sessao{
  font-family: 'Barlow', sans-serif;
  border-top: solid 5px #022b47;
  border-bottom: solid 5px #022b47;
  background: #001b30;
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
.container-s2-colunas{
  margin-top: -60px;
  display: contents;
}
.lado-s2-esquerdo{
  display: table-cell;
  float: left;
}
.texto{
  width: 500px;
  padding: 0px 90px 50px 90px;
  margin-top: 35px;
}
.texto p{
  font-size: 18px;
  color: #025d78;
  font-weight: 500;
}

.lado-s2-direito{
  display: table-cell;
  float: right;
}

/*********** Terceira Sessão ***********/
.terceira-sessao{
  font-family: 'Barlow', sans-serif;
  padding: 20px;
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
.terceira-sessao p{
  color:#868686;
}
}

@media screen and (min-device-width: 600px) and (max-device-width: 800px) {

  .container-colunas {
      display: contents;
  }
  .container-s2-colunas {
    margin-top: 0px;
    display: contents;
  }


}
