:root {
  color: #333;
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
}

*,
*:after,
*:before {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  text-decoration: none;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #BFCCEC;
  font-family: 'Open Sans', 'Source Sans', 'Lucida Grande', sans-serif;
  font-size: 16px;
  list-style-type: none;
}

img {
  height: auto;
  width: 100%;
}

ul {
  margin: 0
}

.arrow__icon {
  background: url("https://storage.googleapis.com/static-porto-seguro-r-financeiros-stg/static-lp/icon-arrow.png") no-repeat;
  background-position: center 2px;
  background-size: contain;
  display: block;
  height: 20px;
  margin: 0 0 0 8px;
  width: 20px;
}

.content__button {
  align-items: center;
  background-color: #0046C0;
  border-radius: 4px;
  color: #fff;
  display: flex;
  justify-content: center;
  height: 48px;
  max-width: 434px;
  width: 100%;
}

.content__description {
  line-height: 24px;
  margin: 0 0 20px;
}

.content__title {
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
  margin: 0 0 20px;
}

.crumb {
  display: inline-flex;
  flex-flow: row nowrap;
}

.cta__link {
  font-weight: 700;
  position: relative;
  width: 100%;
}

.images {
  display: flex;
  margin: 0 80px 0 0;
}

.images__column {
  align-items: center;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
}

.images__logo {
  height: 42px;
  margin: 0 0 28px 0;
  width: 216px;
}

.images__notebook {
  height: 223px;
  width: 215.61px;
}

.images__persona {
  height: 294px;
  margin: 0 0 0 40px;
  width: 294px;
}

.wrapper {
  align-items: center;
  display: flex;
  height: 100vh;
  justify-content: center;
  width: 100vw;
}
