/* Remover espaço em brando lateral no mobile */
html, body{
    overflow-x: hidden;
    font-family: 'Barlow', sans-serif;
}
@charset "utf-8";
* {
  padding:0;
  margin:0;
}

.fundo-site{
  width: 100%;
  background-image: url('../images/bg-geral.jpg');
}

.imagem-topo{
  width: 100%;
}

/*********** Primeira Sessão ***********/
.primeira-sessao{
  font-family: 'Barlow', sans-serif;
  margin-top: -13%;
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  padding-bottom: 10%;
}
.container-colunas{
  display: table;
}

.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;
}
.logo-img{
  width: 30%;
}
.lado-esquerdo p{

  font-family: 'Barlow', sans-serif;
  padding: 8px;
  text-align: center;
  color: black;
  font-size: 23px;
}
.ebook{
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}

.lado-direito{
  font-family: 'Barlow', sans-serif;
  display: table-cell;
  float: right;
}
.lado-direito p{
  margin-top: 15px;
}
.coluna1{
  width: 230px;
}

.coluna2{
  width: 30px;
  margin-left: 60px;
}
.coluna2 img{
  margin-top: 10px;
  margin-left: -43px;
}
.container-form{
  padding: 50px;
  background-image: url('../images/bg-form.jpg');
  background-repeat: no-repeat;
  width: 430px;
}
.container-form p{
  font-family: 'Barlow', sans-serif;
  color: white;
  line-height: 1.3;
}
.container-form h3{
  font-family: 'Barlow', sans-serif;
  font-weight: 400;
  color: #009ebb;
}
.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 ***********/
.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: table;
}
.lado-s2-esquerdo{
  display: table-cell;
  float: left;
}
.texto{
  width: 500px;
  padding: 80px;
  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: 40px;
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
.terceira-sessao p{
  color:#868686;
}
