/*
 *********************************
 * =RESET
 *********************************
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*
 ***************************************************************************************************
 * =Base
 ***************************************************************************************************
*/
* {
  box-sizing: border-box;
}

html.ovh {
  overflow-x: hidden !important;
  overflow-y: hidden !important;
}

html.ovh body {
  overflow-x: hidden !important;
  overflow-y: hidden !important;
  position: relative;
  height: 100vh;
  -webkit-overflow-scrolling: touch;
}

body {
  font-family: sans-serif;
  font-size: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  text-decoration: none;
  color: dodgerblue;
}

a:focus {
  outline: 0;
}

sup {
  vertical-align: top;
  font-size: smaller;
}

button:focus,
input:focus,
textarea:focus {
  outline: 0;
}

textarea {
  resize: none;
}

button {
  border: 0;
  padding: 0;
  background: transparent;
  cursor: pointer;
}

svg {
  display: block;
}

.container {
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
}

.container:after {
  content: '';
  display: block;
  clear: both;
  width: 100%;
}

header {
  background-size: 100% 100%;
  background-position: center center;
  background-color: #e37e8d;
  font-family: 'Lusitana', serif;
  height: 185px;
}

header .content-header {
  overflow: hidden;
}

header .content-header .column {
  float: left;
}

header .content-header .column .content-mobile {
  display: none;
}

header .content-header .column .content-desktop {
  display: block;
}

header .content-header .column .content-desktop h1 {
  padding-top: 40px;
  color: #4d506b;
  font-size: 48px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 2px;
}

header .content-header .column .content-desktop h2 {
  text-transform: uppercase;
  color: #fff;
  font-weight: 500;
  font-size: 28px;
  text-align: center;
  margin-top: 5px;
}

header .content-header .column .content-desktop p {
  background-color: #4d506b;
  text-align: center;
  padding: 0px 15px;
  margin: 40px 0 0 70px;
  border-radius: 4px;
  cursor: pointer;
}

header .content-header .column .content-desktop p:hover {
  box-shadow: inset 0px 4px 4px 0px rgba(75, 37, 43, 0.44);
}

header .content-header .column .content-desktop p a {
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
  font-size: 18px;
  line-height: 42px;
}

@media only screen and (min-width: 320px) and (max-width: 325px) {
  header {
    height: 110px;
  }
  header .content-header .column {
    float: left;
    width: 40%;
  }
  header .content-header .column .content-desktop {
    display: none;
  }
  header .content-header .column:first-of-type {
    width: 60%;
  }
  header .content-header .column .content-mobile {
    display: block;
    text-align: center;
  }
  header .content-header .column .content-mobile h1 {
    padding: 25px 0 5px 0;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 2px;
    text-align: center;
  }
  header .content-header .column .content-mobile img {
    width: 170px;
  }
  header .content-header .column .content-mobile h2 {
    display: none;
  }
  header .content-header .column .content-mobile p {
    background-color: #4d506b;
    text-align: center;
    padding: 0px;
    margin: 41px 12px 0 48px;
    border-radius: 4px;
    cursor: pointer;
  }
  header .content-header .column .content-mobile p:hover {
    box-shadow: inset 0px 4px 4px 0px rgba(75, 37, 43, 0.44);
  }
  header .content-header .column .content-mobile p a {
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    font-size: 14px;
    line-height: 42px;
  }
}

@media only screen and (min-width: 326px) and (max-width: 768px) {
  header {
    background-size: 100% 100%;
    background-position: center center;
    background-color: #e37e8d;
    font-family: 'Lusitana', serif;
    height: 130px;
  }
  header .content-header {
    overflow: hidden;
  }
  header .content-header .column {
    float: left;
    width: 40%;
  }
  header .content-header .column .content-desktop {
    display: none;
  }
  header .content-header .column:first-of-type {
    width: 60%;
  }
  header .content-header .column .content-mobile {
    display: block;
    text-align: center;
  }
  header .content-header .column .content-mobile h1 {
    padding: 25px 0 5px 0;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 2px;
    text-align: center;
  }
  header .content-header .column .content-mobile img {
    width: 200px;
  }
  header .content-header .column .content-mobile h2 {
    display: none;
  }
  header .content-header .column .content-mobile p {
    background-color: #4d506b;
    text-align: center;
    padding: 0px;
    margin: 41px 12px 0 48px;
    border-radius: 4px;
    cursor: pointer;
  }
  header .content-header .column .content-mobile p:hover {
    box-shadow: inset 0px 4px 4px 0px rgba(75, 37, 43, 0.44);
  }
  header .content-header .column .content-mobile p a {
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    font-size: 14px;
    line-height: 42px;
  }
}

.pageHome section {
  background-color: transparent;
  font-family: 'Lusitana', serif;
}

.pageHome section h3 {
  font-weight: 700;
  color: #7acdde;
  font-size: 25px;
  text-transform: uppercase;
  border-bottom: 3px solid #e47787;
  padding-bottom: 15px;
}

.pageHome section.first {
  height: 530px;
  background: url("../images/bg/bg-second-section.png");
  background-position: center center;
  background-size: 100% 100%;
  position: relative;
}

.pageHome section.first:after {
  content: " ";
  background: url("../images/bg/over/over-gray.png") no-repeat;
  top: -3vh;
  position: absolute;
  width: 100%;
  height: 80px;
  background-size: 100%;
}

.pageHome section.first .container h2 {
  display: none;
}

.pageHome section.first .container .column {
  width: 50%;
  float: left;
}

.pageHome section.first .container .column img {
  width: 100%;
}

.pageHome section.first .container .column:first-of-type img {
  position: relative;
  top: 35px;
  z-index: 2;
}

.pageHome section.first .container .column:last-of-type {
  text-align: right;
}

.pageHome section.first .container .column:last-of-type img {
  width: 60%;
  margin: 55px;
}

.pageHome section.second {
  background-color: #4d506b;
  position: relative;
}

.pageHome section.second:after {
  content: " ";
  background: url(../images/bg/agora-vai.png) no-repeat;
  top: -48px;
  position: absolute;
  width: 100%;
  height: 80px;
  background-size: 100%;
  z-index: 4;
}

.pageHome section.second .container {
  padding-top: 40px;
}

.pageHome section.second .container .items-icon ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.pageHome section.second .container .items-icon ul li {
  text-align: center;
  padding: 30px 0;
  font-family: 'Raleway', sans-serif;
}

.pageHome section.second .container .items-icon ul li p {
  color: #fff;
  font-size: 22px;
  font-weight: 700;
}

.pageHome section.second .container .items-list {
  font-size: 20px;
  color: #fff;
}

.pageHome section.second .container .items-list h3 {
  padding-top: 50px;
}

.pageHome section.second .container .items-list p {
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  padding: 20px 0 10px 0;
}

.pageHome section.second .container .items-list span {
  font-family: 'Raleway', sans-serif;
  line-height: 35px;
}

.pageHome section.second .container .items-list span strong {
  font-weight: 600;
}

.pageHome section.second .container .items-list .second-items-list {
  padding-top: 20px;
}

.pageHome section.second .container .items-list .second-items-list ul li:nth-child(odd) {
  color: #e37e8d;
}

.pageHome section.second .container .items-list .second-items-list ul li:nth-child(even) {
  color: #7acdde;
}

.pageHome section.second .container .items-list .second-items-list ul li p {
  padding: 0;
}

.pageHome section.second .container .items-list .second-items-list ul li p span {
  color: #fff;
  font-weight: 400;
}

.pageHome section.second .container .items-list .third-items-list .container {
  overflow: hidden;
}

.pageHome section.second .container .items-list .third-items-list .container p {
  padding-bottom: 30px;
}

.pageHome section.second .container .items-list .third-items-list .container p.btn {
  color: #e37e8d;
  padding: 10px;
}

.pageHome section.second .container .items-list .third-items-list .container ul.first-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
}

.pageHome section.second .container .items-list .third-items-list .container ul.first-list li {
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.pageHome section.second .container .items-list .third-items-list .container ul.first-list li:nth-of-type(3) p {
  padding-top: 27px;
}

.pageHome section.second .container .items-list .third-items-list .container .align-center .column {
  width: 50%;
  float: left;
  text-align: center;
}

.pageHome section.second .container .items-list .third-items-list .container .align-center .column:nth-of-type(1) .grab-item {
  width: 100%;
  margin-left: 80px;
  margin-top: 15px;
}

.pageHome section.second .container .items-list .third-items-list .container .align-center .column:nth-of-type(2) .grab-item {
  margin-right: 135px;
  margin-top: 2px;
}

.pageHome section.second .container .items-list .third-items-list .container .align-center .column:nth-of-type(2) .grab-item p:last-of-type {
  padding: 16px 0;
}

.pageHome section.second .container .items-list .btn {
  text-align: center;
  padding-top: 30px;
  padding-bottom: 70px;
}

.pageHome section.second .container .items-list .btn a {
  border-radius: 5px;
  background-color: #e37e8d;
  color: #fff;
  padding: 20px 40px;
  text-transform: uppercase;
}

.pageHome section.second .container .items-list .btn a:hover {
  box-shadow: inset 0px 4px 4px 0px rgba(75, 37, 43, 0.44);
}

.pageHome section.third {
  background-color: #4d506b;
  position: relative;
}

.pageHome section.third .container p {
  margin-top: 20px;
  font-family: 'Raleway', sans-serif;
  line-height: 35px;
  color: #fff;
  font-size: 20px;
}

.pageHome section.third .container p span {
  font-style: italic;
}

.pageHome section.third .container .content-video {
  padding-bottom: 20px;
}

.pageHome section.third .container .content-video .video-container {
  width: 60%;
  margin: 20px auto 20px auto;
}

.pageHome section.third .container .content-video .video-container div {
  position: relative;
  height: 0;
  overflow: hidden;
  padding-bottom: 55%;
}

.pageHome section.third .container .content-video .video-container div iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.pageHome section.four {
  background-color: #4d506b;
  position: relative;
  font-family: 'Raleway', sans-serif;
}

.pageHome section.four .container .grab-card {
  overflow: hidden;
  margin-top: 30px;
}

.pageHome section.four .container .grab-card .column {
  float: left;
}

.pageHome section.four .container .grab-card .column:first-of-type {
  width: 20%;
}

.pageHome section.four .container .grab-card .column:last-of-type {
  width: 80%;
}

.pageHome section.four .container .grab-card .column figure figcaption {
  font-size: 15px;
  color: #fff;
  text-align: center;
  padding-top: 10px;
}

.pageHome section.four .container .grab-card .column blockquote {
  margin-top: 10px;
  margin-left: 10px;
}

.pageHome section.four .container .grab-card .column blockquote p {
  font-size: 25px;
  color: #fff;
  line-height: 32px;
  text-align: center;
}

.pageHome section.five {
  background-color: #4d506b;
  position: relative;
  font-family: 'Raleway', sans-serif;
}

.pageHome section.five .container .grab-card {
  overflow: hidden;
  padding-top: 50px;
}

.pageHome section.five .container .grab-card .content-mobile {
  display: none;
}

.pageHome section.five .container .grab-card .content-desktop .column {
  float: left;
}

.pageHome section.five .container .grab-card .content-desktop .column:first-of-type {
  width: 70%;
}

.pageHome section.five .container .grab-card .content-desktop .column:last-of-type {
  width: 30%;
  text-align: center;
}

.pageHome section.five .container .grab-card .content-desktop .column:last-of-type img {
  width: 80%;
}

.pageHome section.five .container .grab-card .content-desktop .column p {
  width: 70%;
  margin: 0 auto;
  color: #7acdde;
  font-size: 20px;
  line-height: 32px;
  text-align: center;
}

.pageHome section.five .container .grab-card .content-desktop .column p strong {
  font-weight: 600;
}

.pageHome section.five .container .grab-card .content-desktop .column p a {
  color: #e37e8d;
  text-decoration: underline;
  text-transform: uppercase;
}

.pageHome section.five .container .grab-card .content-desktop .column p a:hover {
  color: #fff;
}

.pageHome section.five .container .grab-card .content-desktop .column p.btn-blindar {
  font-size: 28px;
  width: 90%;
  background-color: #e37e8d;
  font-weight: 700;
  text-align: center;
  padding: 20px;
  border-radius: 5px;
  margin: 20px auto 30px auto;
  cursor: pointer;
}

.pageHome section.five .container .grab-card .content-desktop .column p.btn-blindar a {
  color: #fff;
  text-decoration: none;
}

.pageHome section.five .container .grab-card .content-desktop .column p.btn-blindar:hover {
  box-shadow: inset 0px 4px 4px 0px rgba(75, 37, 43, 0.44);
}

.pageHome section.last {
  background-color: #4d506b;
  position: relative;
  font-family: 'Raleway', sans-serif;
  padding: 40px 0;
}

.pageHome section.last .accordion {
  margin: 0 auto 3em auto;
}

.pageHome section.last .toggle {
  display: none;
}

.pageHome section.last .option {
  position: relative;
}

.pageHome section.last .title,
.pageHome section.last .content {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: all 0.2s;
}

.pageHome section.last .title {
  font-size: 20px;
  background: #4d506b;
  padding: 1em 5px;
  display: block;
  color: #fff;
  font-style: italic;
  border-bottom: 2px solid #75bfd1;
}

.pageHome section.last .title:after, .pageHome section.last .title:before {
  content: '';
  position: absolute;
  right: 1.25em;
  top: 1.25em;
  width: 2px;
  height: 0.75em;
  background-color: #fff;
  transition: all 0.2s;
}

.pageHome section.last .title:after {
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.pageHome section.last .content {
  max-height: 0;
  overflow: hidden;
  background-color: #4d506b;
}

.pageHome section.last .content p {
  color: #fff;
  margin: 0;
  padding: 0.5em 1em 1em;
  font-size: 0.9em;
  line-height: 1.5;
}

.pageHome section.last .toggle:checked + .title + .content {
  max-height: 500px;
}

.pageHome section.last .toggle:checked + .title:before {
  -ms-transform: rotate(90deg) !important;
  transform: rotate(90deg) !important;
}

@media only screen and (min-width: 320px) and (max-width: 325px) {
  .pageHome section h3 {
    font-weight: 700;
    color: #7acdde;
    font-size: 16px;
    text-transform: uppercase;
    border-bottom: 3px solid #e47787;
    padding-bottom: 10px;
  }
  .pageHome section.first {
    height: 255px;
  }
  .pageHome section.first:after {
    top: -5px;
    width: 100%;
    height: 22px;
  }
  .pageHome section.first .container h2 {
    font-family: 'Lusitana', serif;
    display: block;
    color: #4e5169;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 13px;
    text-align: center;
    padding-top: 10px;
  }
  .pageHome section.first .container .column img {
    width: 110%;
  }
  .pageHome section.first .container .column:first-of-type {
    width: 60%;
  }
  .pageHome section.first .container .column:first-of-type img {
    top: 20px;
    z-index: 2;
    left: -30px;
  }
  .pageHome section.first .container .column:last-of-type {
    width: 40%;
    text-align: right;
  }
  .pageHome section.first .container .column:last-of-type img {
    width: 100%;
    margin: 34px 0 0 0;
  }
  .pageHome section.second:after {
    content: " ";
    background: url("../images/bg/agora-vai.png") no-repeat;
    top: -20px;
    position: absolute;
    width: 100%;
    height: 20px;
    background-size: 100%;
    z-index: 4;
  }
  .pageHome section.second .container {
    padding-top: 0px;
    padding: 0 10px;
  }
  .pageHome section.second .container .items-icon ul {
    display: block;
  }
  .pageHome section.second .container .items-icon ul li {
    text-align: center;
    padding: 10px 0 10px 0;
    font-family: 'Raleway', sans-serif;
  }
  .pageHome section.second .container .items-icon ul li img {
    width: 14%;
  }
  .pageHome section.second .container .items-icon ul li:nth-child(2) img {
    width: 14%;
  }
  .pageHome section.second .container .items-icon ul li:nth-child(3) img {
    width: 20%;
  }
  .pageHome section.second .container .items-icon ul li p {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    margin-top: 5px;
  }
  .pageHome section.second .container .items-list {
    color: #fff;
  }
  .pageHome section.second .container .items-list h3 {
    padding-top: 20px;
  }
  .pageHome section.second .container .items-list p {
    padding: 20px 0 10px 0;
    font-size: 16px;
  }
  .pageHome section.second .container .items-list span {
    line-height: 23px;
    font-size: 14px;
  }
  .pageHome section.second .container .items-list span strong {
    font-weight: 600;
  }
  .pageHome section.second .container .items-list .second-items-list {
    padding-top: 20px;
  }
  .pageHome section.second .container .items-list .second-items-list ul li p {
    font-size: 16px;
  }
  .pageHome section.second .container .items-list .second-items-list ul li p span {
    font-size: 14px;
  }
  .pageHome section.second .container .items-list .third-items-list .container {
    overflow: hidden;
  }
  .pageHome section.second .container .items-list .third-items-list .container p {
    padding-bottom: 30px;
  }
  .pageHome section.second .container .items-list .third-items-list .container p.btn {
    color: #e37e8d;
    padding: 10px;
  }
  .pageHome section.second .container .items-list .third-items-list .container ul.first-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .pageHome section.second .container .items-list .third-items-list .container ul.first-list li {
    -ms-flex: 1;
    flex: 1;
    text-align: center;
  }
  .pageHome section.second .container .items-list .third-items-list .container ul.first-list li img {
    width: 50%;
  }
  .pageHome section.second .container .items-list .third-items-list .container ul.first-list li p {
    font-size: 14px;
    line-height: 18px;
  }
  .pageHome section.second .container .items-list .third-items-list .container ul.first-list li:nth-of-type(2) img {
    width: 40%;
  }
  .pageHome section.second .container .items-list .third-items-list .container ul.first-list li:nth-of-type(2) p {
    font-size: 14px;
    line-height: 18px;
  }
  .pageHome section.second .container .items-list .third-items-list .container ul.first-list li:nth-of-type(3) p {
    padding-top: 27px;
    font-size: 14px;
    line-height: 18px;
  }
  .pageHome section.second .container .items-list .third-items-list .container .align-center .column {
    width: 50%;
    float: left;
    text-align: center;
  }
  .pageHome section.second .container .items-list .third-items-list .container .align-center .column:nth-of-type(1) .grab-item {
    width: 100%;
    margin-left: 0;
    margin-top: 0;
  }
  .pageHome section.second .container .items-list .third-items-list .container .align-center .column:nth-of-type(1) .grab-item img {
    width: 25%;
  }
  .pageHome section.second .container .items-list .third-items-list .container .align-center .column:nth-of-type(1) .grab-item p {
    font-size: 14px;
  }
  .pageHome section.second .container .items-list .third-items-list .container .align-center .column:nth-of-type(2) .grab-item {
    margin-right: 0;
    margin-top: 0;
  }
  .pageHome section.second .container .items-list .third-items-list .container .align-center .column:nth-of-type(2) .grab-item img {
    width: 30%;
  }
  .pageHome section.second .container .items-list .third-items-list .container .align-center .column:nth-of-type(2) .grab-item p {
    font-size: 14px;
  }
  .pageHome section.second .container .items-list .third-items-list .container .align-center .column:nth-of-type(2) .grab-item p:last-of-type {
    padding: 3px 0;
  }
  .pageHome section.second .container .items-list .btn {
    padding-top: 50px;
    padding-bottom: 60px;
  }
  .pageHome section.second .container .items-list .btn a {
    padding: 20px 70px;
  }
  .pageHome section.third .container {
    padding: 0 10px;
  }
  .pageHome section.third .container p {
    margin-top: 20px;
    font-family: 'Raleway', sans-serif;
    line-height: 22px;
    color: #fff;
    font-size: 14px;
  }
  .pageHome section.third .container .content-video .video-container {
    width: 100%;
  }
  .pageHome section.four .container {
    padding: 0 10px;
  }
  .pageHome section.four .container .grab-card .column {
    float: none;
    display: block;
  }
  .pageHome section.four .container .grab-card .column:first-of-type {
    width: 100%;
  }
  .pageHome section.four .container .grab-card .column:last-of-type {
    width: 100%;
  }
  .pageHome section.four .container .grab-card .column figure {
    text-align: center;
  }
  .pageHome section.four .container .grab-card .column figure img {
    width: 45%;
  }
  .pageHome section.four .container .grab-card .column figure figcaption {
    font-size: 14px;
    color: #fff;
    text-align: center;
    padding-top: 10px;
  }
  .pageHome section.four .container .grab-card .column blockquote p {
    font-size: 16px;
    line-height: 26px;
  }
  .pageHome section.five .container {
    padding: 0 10px;
  }
  .pageHome section.five .container .grab-card {
    padding-top: 50px;
  }
  .pageHome section.five .container .grab-card .content-desktop {
    display: none;
  }
  .pageHome section.five .container .grab-card .content-mobile {
    display: block;
  }
  .pageHome section.five .container .grab-card .content-mobile .column {
    float: none;
  }
  .pageHome section.five .container .grab-card .content-mobile .column:first-of-type {
    width: 100%;
    text-align: center;
  }
  .pageHome section.five .container .grab-card .content-mobile .column:first-of-type img {
    width: 75%;
  }
  .pageHome section.five .container .grab-card .content-mobile .column:last-of-type {
    width: 100%;
  }
  .pageHome section.five .container .grab-card .content-mobile .column p {
    width: 100%;
    margin: 15px auto 0 auto;
    color: #7acdde;
    font-size: 16px;
    line-height: 26px;
    text-align: center;
  }
  .pageHome section.five .container .grab-card .content-mobile .column p strong {
    font-weight: 600;
  }
  .pageHome section.five .container .grab-card .content-mobile .column p a {
    color: #e37e8d;
    text-decoration: underline;
    text-transform: uppercase;
  }
  .pageHome section.five .container .grab-card .content-mobile .column p a:hover {
    color: #fff;
  }
  .pageHome section.five .container .grab-card .content-mobile .column p.btn-blindar {
    font-size: 14px;
    width: 100%;
    background-color: #e37e8d;
    font-weight: 800;
    text-align: center;
    padding: 20px 0;
    border-radius: 5px;
    margin: 22px auto;
    cursor: pointer;
    line-height: 10px;
  }
  .pageHome section.five .container .grab-card .content-mobile .column p.btn-blindar a {
    color: #fff;
    text-decoration: none;
  }
  .pageHome section.five .container .grab-card .content-mobile .column p.btn-blindar:hover {
    box-shadow: inset 0px 4px 4px 0px rgba(75, 37, 43, 0.44);
  }
  .pageHome section.last {
    background-color: #4d506b;
    position: relative;
    font-family: 'Raleway', sans-serif;
    padding: 40px 0;
  }
  .pageHome section.last .container {
    padding: 0 10px;
  }
  .pageHome section.last .container .accordion {
    margin: 0 auto 3em auto;
  }
  .pageHome section.last .container .toggle {
    display: none;
  }
  .pageHome section.last .container .option {
    position: relative;
  }
  .pageHome section.last .container .title,
  .pageHome section.last .container .content {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(0);
    transition: all 0.2s;
  }
  .pageHome section.last .container .title {
    font-size: 16px;
    background: #4d506b;
    padding: 1em 5px;
    display: block;
    color: #fff;
    font-style: italic;
    border-bottom: 2px solid #75bfd1;
  }
  .pageHome section.last .container .title:after, .pageHome section.last .container .title:before {
    content: '';
    position: absolute;
    right: 1.25em;
    top: 1.25em;
    width: 2px;
    height: 0.75em;
    background-color: #fff;
    transition: all 0.2s;
  }
  .pageHome section.last .container .title:after {
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .pageHome section.last .container .content {
    max-height: 0;
    overflow: hidden;
    background-color: #4d506b;
  }
  .pageHome section.last .container .content p {
    color: #fff;
    margin: 0;
    padding: 0.5em 1em 1em;
    font-size: 0.9em;
    line-height: 1.5;
  }
  .pageHome section.last .container .toggle:checked + .title + .content {
    max-height: 500px;
  }
  .pageHome section.last .container .toggle:checked + .title:before {
    -ms-transform: rotate(90deg) !important;
    transform: rotate(90deg) !important;
  }
}

@media only screen and (min-width: 370px) and (max-width: 376px) {
  .pageHome section h3 {
    font-weight: 700;
    color: #7acdde;
    font-size: 16px;
    text-transform: uppercase;
    border-bottom: 3px solid #e47787;
    padding-bottom: 10px;
  }
  .pageHome section.first {
    height: 280px;
  }
  .pageHome section.first:after {
    top: -5px;
    width: 100%;
    height: 22px;
  }
  .pageHome section.first .container h2 {
    font-family: 'Lusitana', serif;
    display: block;
    color: #4e5169;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 13px;
    text-align: center;
    padding-top: 10px;
  }
  .pageHome section.first .container .column img {
    width: 110%;
  }
  .pageHome section.first .container .column:first-of-type {
    width: 60%;
  }
  .pageHome section.first .container .column:first-of-type img {
    top: 20px;
    z-index: 2;
    left: -30px;
  }
  .pageHome section.first .container .column:last-of-type {
    width: 40%;
    text-align: right;
  }
  .pageHome section.first .container .column:last-of-type img {
    width: 100%;
    margin: 34px 0 0 0;
  }
  .pageHome section.second:after {
    content: " ";
    background: url("../images/bg/agora-vai.png") no-repeat;
    top: -20px;
    position: absolute;
    width: 100%;
    height: 20px;
    background-size: 100%;
    z-index: 4;
  }
  .pageHome section.second .container {
    padding-top: 0px;
    padding: 0 10px;
  }
  .pageHome section.second .container .items-icon ul {
    display: block;
  }
  .pageHome section.second .container .items-icon ul li {
    text-align: center;
    padding: 10px 0 10px 0;
    font-family: 'Raleway', sans-serif;
  }
  .pageHome section.second .container .items-icon ul li img {
    width: 14%;
  }
  .pageHome section.second .container .items-icon ul li:nth-child(2) img {
    width: 14%;
  }
  .pageHome section.second .container .items-icon ul li:nth-child(3) img {
    width: 20%;
  }
  .pageHome section.second .container .items-icon ul li p {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    margin-top: 5px;
  }
  .pageHome section.second .container .items-list {
    color: #fff;
  }
  .pageHome section.second .container .items-list h3 {
    padding-top: 20px;
  }
  .pageHome section.second .container .items-list p {
    padding: 20px 0 10px 0;
    font-size: 16px;
  }
  .pageHome section.second .container .items-list span {
    line-height: 23px;
    font-size: 14px;
  }
  .pageHome section.second .container .items-list span strong {
    font-weight: 600;
  }
  .pageHome section.second .container .items-list .second-items-list {
    padding-top: 20px;
  }
  .pageHome section.second .container .items-list .second-items-list ul li p {
    font-size: 16px;
  }
  .pageHome section.second .container .items-list .second-items-list ul li p span {
    font-size: 14px;
  }
  .pageHome section.second .container .items-list .third-items-list .container {
    overflow: hidden;
  }
  .pageHome section.second .container .items-list .third-items-list .container p {
    padding-bottom: 30px;
  }
  .pageHome section.second .container .items-list .third-items-list .container p.btn {
    color: #e37e8d;
    padding: 10px;
  }
  .pageHome section.second .container .items-list .third-items-list .container ul.first-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .pageHome section.second .container .items-list .third-items-list .container ul.first-list li {
    -ms-flex: 1;
    flex: 1;
    text-align: center;
  }
  .pageHome section.second .container .items-list .third-items-list .container ul.first-list li img {
    width: 50%;
  }
  .pageHome section.second .container .items-list .third-items-list .container ul.first-list li p {
    font-size: 14px;
    line-height: 18px;
  }
  .pageHome section.second .container .items-list .third-items-list .container ul.first-list li:nth-of-type(2) img {
    width: 40%;
  }
  .pageHome section.second .container .items-list .third-items-list .container ul.first-list li:nth-of-type(2) p {
    font-size: 14px;
    line-height: 18px;
  }
  .pageHome section.second .container .items-list .third-items-list .container ul.first-list li:nth-of-type(3) p {
    padding-top: 27px;
    font-size: 14px;
    line-height: 18px;
  }
  .pageHome section.second .container .items-list .third-items-list .container .align-center .column {
    width: 50%;
    float: left;
    text-align: center;
  }
  .pageHome section.second .container .items-list .third-items-list .container .align-center .column:nth-of-type(1) .grab-item {
    width: 100%;
    margin-left: 0;
    margin-top: 0;
  }
  .pageHome section.second .container .items-list .third-items-list .container .align-center .column:nth-of-type(1) .grab-item img {
    width: 25%;
  }
  .pageHome section.second .container .items-list .third-items-list .container .align-center .column:nth-of-type(1) .grab-item p {
    font-size: 14px;
  }
  .pageHome section.second .container .items-list .third-items-list .container .align-center .column:nth-of-type(2) .grab-item {
    margin-right: 0;
    margin-top: 0;
  }
  .pageHome section.second .container .items-list .third-items-list .container .align-center .column:nth-of-type(2) .grab-item img {
    width: 30%;
  }
  .pageHome section.second .container .items-list .third-items-list .container .align-center .column:nth-of-type(2) .grab-item p {
    font-size: 14px;
  }
  .pageHome section.second .container .items-list .third-items-list .container .align-center .column:nth-of-type(2) .grab-item p:last-of-type {
    padding: 3px 0;
  }
  .pageHome section.second .container .items-list .btn {
    padding-top: 50px;
    padding-bottom: 60px;
  }
  .pageHome section.second .container .items-list .btn a {
    padding: 20px 70px;
  }
  .pageHome section.third .container {
    padding: 0 10px;
  }
  .pageHome section.third .container p {
    margin-top: 20px;
    font-family: 'Raleway', sans-serif;
    line-height: 22px;
    color: #fff;
    font-size: 14px;
  }
  .pageHome section.third .container .content-video .video-container {
    width: 100%;
  }
  .pageHome section.four .container {
    padding: 0 10px;
  }
  .pageHome section.four .container .grab-card .column {
    float: none;
    display: block;
  }
  .pageHome section.four .container .grab-card .column:first-of-type {
    width: 100%;
  }
  .pageHome section.four .container .grab-card .column:last-of-type {
    width: 100%;
  }
  .pageHome section.four .container .grab-card .column figure {
    text-align: center;
  }
  .pageHome section.four .container .grab-card .column figure img {
    width: 45%;
  }
  .pageHome section.four .container .grab-card .column figure figcaption {
    font-size: 14px;
    color: #fff;
    text-align: center;
    padding-top: 10px;
  }
  .pageHome section.four .container .grab-card .column blockquote p {
    font-size: 16px;
    line-height: 26px;
  }
  .pageHome section.five .container {
    padding: 0 10px;
  }
  .pageHome section.five .container .grab-card {
    padding-top: 50px;
  }
  .pageHome section.five .container .grab-card .content-desktop {
    display: none;
  }
  .pageHome section.five .container .grab-card .content-mobile {
    display: block;
  }
  .pageHome section.five .container .grab-card .content-mobile .column {
    float: none;
  }
  .pageHome section.five .container .grab-card .content-mobile .column:first-of-type {
    width: 100%;
    text-align: center;
  }
  .pageHome section.five .container .grab-card .content-mobile .column:first-of-type img {
    width: 75%;
  }
  .pageHome section.five .container .grab-card .content-mobile .column:last-of-type {
    width: 100%;
  }
  .pageHome section.five .container .grab-card .content-mobile .column p {
    width: 100%;
    margin: 15px auto 0 auto;
    color: #7acdde;
    font-size: 16px;
    line-height: 26px;
    text-align: center;
  }
  .pageHome section.five .container .grab-card .content-mobile .column p strong {
    font-weight: 600;
  }
  .pageHome section.five .container .grab-card .content-mobile .column p a {
    color: #e37e8d;
    text-decoration: underline;
    text-transform: uppercase;
  }
  .pageHome section.five .container .grab-card .content-mobile .column p a:hover {
    color: #fff;
  }
  .pageHome section.five .container .grab-card .content-mobile .column p.btn-blindar {
    font-size: 14px;
    width: 100%;
    background-color: #e37e8d;
    font-weight: 800;
    text-align: center;
    padding: 20px 0;
    border-radius: 5px;
    margin: 22px auto;
    cursor: pointer;
    line-height: 10px;
  }
  .pageHome section.five .container .grab-card .content-mobile .column p.btn-blindar a {
    color: #fff;
    text-decoration: none;
  }
  .pageHome section.five .container .grab-card .content-mobile .column p.btn-blindar:hover {
    box-shadow: inset 0px 4px 4px 0px rgba(75, 37, 43, 0.44);
  }
  .pageHome section.last {
    background-color: #4d506b;
    position: relative;
    font-family: 'Raleway', sans-serif;
    padding: 40px 0;
  }
  .pageHome section.last .container {
    padding: 0 10px;
  }
  .pageHome section.last .container .accordion {
    margin: 0 auto 3em auto;
  }
  .pageHome section.last .container .toggle {
    display: none;
  }
  .pageHome section.last .container .option {
    position: relative;
  }
  .pageHome section.last .container .title,
  .pageHome section.last .container .content {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(0);
    transition: all 0.2s;
  }
  .pageHome section.last .container .title {
    font-size: 16px;
    background: #4d506b;
    padding: 1em 5px;
    display: block;
    color: #fff;
    font-style: italic;
    border-bottom: 2px solid #75bfd1;
  }
  .pageHome section.last .container .title:after, .pageHome section.last .container .title:before {
    content: '';
    position: absolute;
    right: 1.25em;
    top: 1.25em;
    width: 2px;
    height: 0.75em;
    background-color: #fff;
    transition: all 0.2s;
  }
  .pageHome section.last .container .title:after {
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .pageHome section.last .container .content {
    max-height: 0;
    overflow: hidden;
    background-color: #4d506b;
  }
  .pageHome section.last .container .content p {
    color: #fff;
    margin: 0;
    padding: 0.5em 1em 1em;
    font-size: 0.9em;
    line-height: 1.5;
  }
  .pageHome section.last .container .toggle:checked + .title + .content {
    max-height: 500px;
  }
  .pageHome section.last .container .toggle:checked + .title:before {
    -ms-transform: rotate(90deg) !important;
    transform: rotate(90deg) !important;
  }
}

@media only screen and (min-width: 377px) and (max-width: 767px) {
  .pageHome section h3 {
    font-weight: 700;
    color: #7acdde;
    font-size: 16px;
    text-transform: uppercase;
    border-bottom: 3px solid #e47787;
    padding-bottom: 10px;
  }
  .pageHome section.first {
    height: 300px;
  }
  .pageHome section.first:after {
    top: -6px;
    width: 100%;
    height: 22px;
  }
  .pageHome section.first .container h2 {
    font-family: 'Lusitana', serif;
    display: block;
    color: #4e5169;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 16px;
    text-align: center;
    padding-top: 10px;
  }
  .pageHome section.first .container .column img {
    width: 100%;
  }
  .pageHome section.first .container .column:first-of-type {
    width: 60%;
  }
  .pageHome section.first .container .column:first-of-type img {
    top: 30px;
    z-index: 2;
    left: -30px;
  }
  .pageHome section.first .container .column:last-of-type {
    width: 40%;
    text-align: right;
  }
  .pageHome section.first .container .column:last-of-type img {
    width: 100%;
    margin: 34px 0 0 0;
  }
  .pageHome section.second:after {
    content: " ";
    background: url("../images/bg/agora-vai.png") no-repeat;
    top: -20px;
    position: absolute;
    width: 100%;
    height: 20px;
    background-size: 100%;
    z-index: 4;
  }
  .pageHome section.second .container {
    padding-top: 0px;
    padding: 0 10px;
  }
  .pageHome section.second .container .items-icon ul {
    display: block;
  }
  .pageHome section.second .container .items-icon ul li {
    text-align: center;
    padding: 10px 0 10px 0;
    font-family: 'Raleway', sans-serif;
  }
  .pageHome section.second .container .items-icon ul li img {
    width: 14%;
  }
  .pageHome section.second .container .items-icon ul li:nth-child(2) img {
    width: 14%;
  }
  .pageHome section.second .container .items-icon ul li:nth-child(3) img {
    width: 20%;
  }
  .pageHome section.second .container .items-icon ul li p {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    margin-top: 5px;
  }
  .pageHome section.second .container .items-list {
    color: #fff;
  }
  .pageHome section.second .container .items-list h3 {
    padding-top: 20px;
  }
  .pageHome section.second .container .items-list p {
    padding: 20px 0 10px 0;
    font-size: 16px;
  }
  .pageHome section.second .container .items-list span {
    line-height: 23px;
    font-size: 14px;
  }
  .pageHome section.second .container .items-list span strong {
    font-weight: 600;
  }
  .pageHome section.second .container .items-list .second-items-list {
    padding-top: 20px;
  }
  .pageHome section.second .container .items-list .second-items-list ul li p {
    font-size: 16px;
  }
  .pageHome section.second .container .items-list .second-items-list ul li p span {
    font-size: 14px;
  }
  .pageHome section.second .container .items-list .third-items-list .container {
    overflow: hidden;
  }
  .pageHome section.second .container .items-list .third-items-list .container p {
    padding-bottom: 30px;
  }
  .pageHome section.second .container .items-list .third-items-list .container p.btn {
    color: #e37e8d;
    padding: 10px;
  }
  .pageHome section.second .container .items-list .third-items-list .container ul.first-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .pageHome section.second .container .items-list .third-items-list .container ul.first-list li {
    -ms-flex: 1;
    flex: 1;
    text-align: center;
  }
  .pageHome section.second .container .items-list .third-items-list .container ul.first-list li img {
    width: 50%;
  }
  .pageHome section.second .container .items-list .third-items-list .container ul.first-list li p {
    font-size: 14px;
    line-height: 18px;
  }
  .pageHome section.second .container .items-list .third-items-list .container ul.first-list li:nth-of-type(2) img {
    width: 40%;
  }
  .pageHome section.second .container .items-list .third-items-list .container ul.first-list li:nth-of-type(2) p {
    font-size: 14px;
    line-height: 18px;
  }
  .pageHome section.second .container .items-list .third-items-list .container ul.first-list li:nth-of-type(3) p {
    padding-top: 27px;
    font-size: 14px;
    line-height: 18px;
  }
  .pageHome section.second .container .items-list .third-items-list .container .align-center .column {
    width: 50%;
    float: left;
    text-align: center;
  }
  .pageHome section.second .container .items-list .third-items-list .container .align-center .column:nth-of-type(1) .grab-item {
    width: 100%;
    margin-left: 0;
    margin-top: 0;
  }
  .pageHome section.second .container .items-list .third-items-list .container .align-center .column:nth-of-type(1) .grab-item img {
    width: 25%;
  }
  .pageHome section.second .container .items-list .third-items-list .container .align-center .column:nth-of-type(1) .grab-item p {
    font-size: 14px;
  }
  .pageHome section.second .container .items-list .third-items-list .container .align-center .column:nth-of-type(2) .grab-item {
    margin-right: 0;
    margin-top: 0;
  }
  .pageHome section.second .container .items-list .third-items-list .container .align-center .column:nth-of-type(2) .grab-item img {
    width: 30%;
  }
  .pageHome section.second .container .items-list .third-items-list .container .align-center .column:nth-of-type(2) .grab-item p {
    font-size: 14px;
  }
  .pageHome section.second .container .items-list .third-items-list .container .align-center .column:nth-of-type(2) .grab-item p:last-of-type {
    padding: 3px 0;
  }
  .pageHome section.second .container .items-list .btn {
    padding-top: 50px;
    padding-bottom: 60px;
  }
  .pageHome section.second .container .items-list .btn a {
    padding: 20px 70px;
  }
  .pageHome section.third .container {
    padding: 0 10px;
  }
  .pageHome section.third .container p {
    margin-top: 20px;
    font-family: 'Raleway', sans-serif;
    line-height: 22px;
    color: #fff;
    font-size: 14px;
  }
  .pageHome section.third .container .content-video .video-container {
    width: 100%;
  }
  .pageHome section.four .container {
    padding: 0 10px;
  }
  .pageHome section.four .container .grab-card .column {
    float: none;
    display: block;
  }
  .pageHome section.four .container .grab-card .column:first-of-type {
    width: 100%;
  }
  .pageHome section.four .container .grab-card .column:last-of-type {
    width: 100%;
  }
  .pageHome section.four .container .grab-card .column figure {
    text-align: center;
  }
  .pageHome section.four .container .grab-card .column figure img {
    width: 45%;
  }
  .pageHome section.four .container .grab-card .column figure figcaption {
    font-size: 14px;
    color: #fff;
    text-align: center;
    padding-top: 10px;
  }
  .pageHome section.four .container .grab-card .column blockquote p {
    font-size: 16px;
    line-height: 26px;
  }
  .pageHome section.five .container {
    padding: 0 10px;
  }
  .pageHome section.five .container .grab-card {
    padding-top: 50px;
  }
  .pageHome section.five .container .grab-card .content-desktop {
    display: none;
  }
  .pageHome section.five .container .grab-card .content-mobile {
    display: block;
  }
  .pageHome section.five .container .grab-card .content-mobile .column {
    float: none;
  }
  .pageHome section.five .container .grab-card .content-mobile .column:first-of-type {
    width: 100%;
    text-align: center;
  }
  .pageHome section.five .container .grab-card .content-mobile .column:first-of-type img {
    width: 75%;
  }
  .pageHome section.five .container .grab-card .content-mobile .column:last-of-type {
    width: 100%;
  }
  .pageHome section.five .container .grab-card .content-mobile .column p {
    width: 100%;
    margin: 15px auto 0 auto;
    color: #7acdde;
    font-size: 16px;
    line-height: 26px;
    text-align: center;
  }
  .pageHome section.five .container .grab-card .content-mobile .column p strong {
    font-weight: 600;
  }
  .pageHome section.five .container .grab-card .content-mobile .column p a {
    color: #e37e8d;
    text-decoration: underline;
    text-transform: uppercase;
  }
  .pageHome section.five .container .grab-card .content-mobile .column p a:hover {
    color: #fff;
  }
  .pageHome section.five .container .grab-card .content-mobile .column p.btn-blindar {
    font-size: 14px;
    width: 100%;
    background-color: #e37e8d;
    font-weight: 800;
    text-align: center;
    padding: 20px 0;
    border-radius: 5px;
    margin: 22px auto;
    cursor: pointer;
    line-height: 10px;
  }
  .pageHome section.five .container .grab-card .content-mobile .column p.btn-blindar a {
    color: #fff;
    text-decoration: none;
  }
  .pageHome section.five .container .grab-card .content-mobile .column p.btn-blindar:hover {
    box-shadow: inset 0px 4px 4px 0px rgba(75, 37, 43, 0.44);
  }
  .pageHome section.last {
    background-color: #4d506b;
    position: relative;
    font-family: 'Raleway', sans-serif;
    padding: 40px 0;
  }
  .pageHome section.last .container {
    padding: 0 10px;
  }
  .pageHome section.last .container .accordion {
    margin: 0 auto 3em auto;
  }
  .pageHome section.last .container .toggle {
    display: none;
  }
  .pageHome section.last .container .option {
    position: relative;
  }
  .pageHome section.last .container .title,
  .pageHome section.last .container .content {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(0);
    transition: all 0.2s;
  }
  .pageHome section.last .container .title {
    font-size: 16px;
    background: #4d506b;
    padding: 1em 5px;
    display: block;
    color: #fff;
    font-style: italic;
    border-bottom: 2px solid #75bfd1;
  }
  .pageHome section.last .container .title:after, .pageHome section.last .container .title:before {
    content: '';
    position: absolute;
    right: 1.25em;
    top: 1.25em;
    width: 2px;
    height: 0.75em;
    background-color: #fff;
    transition: all 0.2s;
  }
  .pageHome section.last .container .title:after {
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .pageHome section.last .container .content {
    max-height: 0;
    overflow: hidden;
    background-color: #4d506b;
  }
  .pageHome section.last .container .content p {
    color: #fff;
    margin: 0;
    padding: 0.5em 1em 1em;
    font-size: 0.9em;
    line-height: 1.5;
  }
  .pageHome section.last .container .toggle:checked + .title + .content {
    max-height: 500px;
  }
  .pageHome section.last .container .toggle:checked + .title:before {
    -ms-transform: rotate(90deg) !important;
    transform: rotate(90deg) !important;
  }
}

@media only screen and (min-width: 768px) and (max-width: 769px) {
  .pageHome section h3 {
    font-weight: 700;
    color: #7acdde;
    font-size: 18px;
    text-transform: uppercase;
    border-bottom: 3px solid #e47787;
    padding-bottom: 10px;
  }
  .pageHome section.first {
    height: 500px;
  }
  .pageHome section.first:after {
    top: -12px;
    width: 100%;
    height: 22px;
  }
  .pageHome section.first .container h2 {
    font-family: 'Lusitana', serif;
    display: block;
    color: #4e5169;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 18px;
    text-align: center;
    padding-top: 10px;
  }
  .pageHome section.first .container .column img {
    width: 100%;
  }
  .pageHome section.first .container .column:first-of-type {
    width: 60%;
  }
  .pageHome section.first .container .column:first-of-type img {
    top: 30px;
    z-index: 2;
    left: -30px;
  }
  .pageHome section.first .container .column:last-of-type {
    width: 40%;
    text-align: right;
  }
  .pageHome section.first .container .column:last-of-type img {
    width: 100%;
    margin: 34px 0 0 0;
  }
  .pageHome section.second:after {
    content: " ";
    background: url("../images/bg/agora-vai.png") no-repeat;
    top: -20px;
    position: absolute;
    width: 100%;
    height: 20px;
    background-size: 100%;
    z-index: 4;
  }
  .pageHome section.second .container {
    padding-top: 15px;
    padding: 0 10px;
  }
  .pageHome section.second .container h3 {
    padding-top: 20px;
    font-size: 18px;
  }
  .pageHome section.second .container .items-icon ul li {
    padding: 30px 0 30px 0;
  }
  .pageHome section.second .container .items-icon ul li p {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    margin-top: 5px;
  }
  .pageHome section.second .container .items-list {
    color: #fff;
  }
  .pageHome section.second .container .items-list h3 {
    padding-top: 20px;
  }
  .pageHome section.second .container .items-list p {
    padding: 20px 0 10px 0;
    font-size: 18px;
  }
  .pageHome section.second .container .items-list span {
    line-height: 23px;
    font-size: 14px;
  }
  .pageHome section.second .container .items-list span strong {
    font-weight: 600;
  }
  .pageHome section.second .container .items-list .second-items-list {
    padding-top: 20px;
  }
  .pageHome section.second .container .items-list .second-items-list ul li p {
    font-size: 16px;
  }
  .pageHome section.second .container .items-list .second-items-list ul li p span {
    font-size: 14px;
  }
  .pageHome section.second .container .items-list .third-items-list .container {
    overflow: hidden;
  }
  .pageHome section.second .container .items-list .third-items-list .container p {
    padding-bottom: 30px;
  }
  .pageHome section.second .container .items-list .third-items-list .container p.btn {
    color: #e37e8d;
    padding: 10px;
  }
  .pageHome section.second .container .items-list .third-items-list .container ul.first-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .pageHome section.second .container .items-list .third-items-list .container ul.first-list li {
    -ms-flex: 1;
    flex: 1;
    text-align: center;
  }
  .pageHome section.second .container .items-list .third-items-list .container ul.first-list li img {
    width: 35%;
  }
  .pageHome section.second .container .items-list .third-items-list .container ul.first-list li p {
    font-size: 14px;
    line-height: 18px;
  }
  .pageHome section.second .container .items-list .third-items-list .container ul.first-list li:nth-of-type(2) img {
    width: 28%;
  }
  .pageHome section.second .container .items-list .third-items-list .container ul.first-list li:nth-of-type(2) p {
    font-size: 14px;
    line-height: 18px;
  }
  .pageHome section.second .container .items-list .third-items-list .container ul.first-list li:nth-of-type(3) p {
    padding-top: 27px;
    font-size: 14px;
    line-height: 18px;
  }
  .pageHome section.second .container .items-list .third-items-list .container .align-center .column {
    width: 50%;
    float: left;
    text-align: center;
  }
  .pageHome section.second .container .items-list .third-items-list .container .align-center .column:nth-of-type(1) .grab-item {
    width: 100%;
    margin-left: 0;
    margin-top: 0;
  }
  .pageHome section.second .container .items-list .third-items-list .container .align-center .column:nth-of-type(1) .grab-item img {
    width: 18%;
  }
  .pageHome section.second .container .items-list .third-items-list .container .align-center .column:nth-of-type(1) .grab-item p {
    font-size: 14px;
  }
  .pageHome section.second .container .items-list .third-items-list .container .align-center .column:nth-of-type(2) .grab-item {
    margin-right: 0;
    margin-top: 0;
  }
  .pageHome section.second .container .items-list .third-items-list .container .align-center .column:nth-of-type(2) .grab-item img {
    width: 18%;
  }
  .pageHome section.second .container .items-list .third-items-list .container .align-center .column:nth-of-type(2) .grab-item p {
    font-size: 14px;
  }
  .pageHome section.second .container .items-list .third-items-list .container .align-center .column:nth-of-type(2) .grab-item p:last-of-type {
    padding: 3px 0;
  }
  .pageHome section.second .container .items-list .btn {
    padding-top: 50px;
    padding-bottom: 60px;
  }
  .pageHome section.second .container .items-list .btn a {
    padding: 20px 70px;
  }
  .pageHome section.third .container {
    padding: 0 10px;
  }
  .pageHome section.third .container p {
    margin-top: 20px;
    font-family: 'Raleway', sans-serif;
    line-height: 22px;
    color: #fff;
    font-size: 16px;
  }
  .pageHome section.third .container .content-video .video-container {
    width: 90%;
  }
  .pageHome section.four .container {
    padding: 0 10px;
  }
  .pageHome section.four .container .grab-card .column {
    float: none;
    display: block;
  }
  .pageHome section.four .container .grab-card .column:first-of-type {
    width: 100%;
  }
  .pageHome section.four .container .grab-card .column:last-of-type {
    width: 100%;
  }
  .pageHome section.four .container .grab-card .column figure {
    text-align: center;
  }
  .pageHome section.four .container .grab-card .column figure img {
    width: 25%;
  }
  .pageHome section.four .container .grab-card .column figure figcaption {
    font-size: 14px;
    color: #fff;
    text-align: center;
    padding-top: 10px;
  }
  .pageHome section.four .container .grab-card .column blockquote p {
    font-size: 16px;
    line-height: 26px;
  }
  .pageHome section.five .container {
    padding: 0 10px;
  }
  .pageHome section.five .container .grab-card {
    padding-top: 50px;
  }
  .pageHome section.five .container .grab-card .content-desktop {
    display: none;
  }
  .pageHome section.five .container .grab-card .content-mobile {
    display: block;
  }
  .pageHome section.five .container .grab-card .content-mobile .column {
    float: none;
  }
  .pageHome section.five .container .grab-card .content-mobile .column:first-of-type {
    width: 100%;
    text-align: center;
  }
  .pageHome section.five .container .grab-card .content-mobile .column:first-of-type img {
    width: 40%;
  }
  .pageHome section.five .container .grab-card .content-mobile .column:last-of-type {
    width: 100%;
  }
  .pageHome section.five .container .grab-card .content-mobile .column p {
    width: 100%;
    margin: 15px auto 0 auto;
    color: #7acdde;
    font-size: 16px;
    line-height: 26px;
    text-align: center;
  }
  .pageHome section.five .container .grab-card .content-mobile .column p strong {
    font-weight: 600;
  }
  .pageHome section.five .container .grab-card .content-mobile .column p a {
    color: #e37e8d;
    text-decoration: underline;
    text-transform: uppercase;
  }
  .pageHome section.five .container .grab-card .content-mobile .column p a:hover {
    color: #fff;
  }
  .pageHome section.five .container .grab-card .content-mobile .column p.btn-blindar {
    font-size: 14px;
    width: 100%;
    background-color: #e37e8d;
    font-weight: 800;
    text-align: center;
    padding: 20px 0;
    border-radius: 5px;
    margin: 22px auto;
    cursor: pointer;
    line-height: 10px;
  }
  .pageHome section.five .container .grab-card .content-mobile .column p.btn-blindar a {
    color: #fff;
    text-decoration: none;
  }
  .pageHome section.five .container .grab-card .content-mobile .column p.btn-blindar:hover {
    box-shadow: inset 0px 4px 4px 0px rgba(75, 37, 43, 0.44);
  }
  .pageHome section.last {
    background-color: #4d506b;
    position: relative;
    font-family: 'Raleway', sans-serif;
    padding: 40px 0;
  }
  .pageHome section.last .container {
    padding: 0 10px;
  }
  .pageHome section.last .container .accordion {
    margin: 0 auto 3em auto;
  }
  .pageHome section.last .container .toggle {
    display: none;
  }
  .pageHome section.last .container .option {
    position: relative;
  }
  .pageHome section.last .container .title,
  .pageHome section.last .container .content {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(0);
    transition: all 0.2s;
  }
  .pageHome section.last .container .title {
    font-size: 16px;
    background: #4d506b;
    padding: 1em 5px;
    display: block;
    color: #fff;
    font-style: italic;
    border-bottom: 2px solid #75bfd1;
  }
  .pageHome section.last .container .title:after, .pageHome section.last .container .title:before {
    content: '';
    position: absolute;
    right: 1.25em;
    top: 1.25em;
    width: 2px;
    height: 0.75em;
    background-color: #fff;
    transition: all 0.2s;
  }
  .pageHome section.last .container .title:after {
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .pageHome section.last .container .content {
    max-height: 0;
    overflow: hidden;
    background-color: #4d506b;
  }
  .pageHome section.last .container .content p {
    color: #fff;
    margin: 0;
    padding: 0.5em 1em 1em;
    font-size: 0.9em;
    line-height: 1.5;
  }
  .pageHome section.last .container .toggle:checked + .title + .content {
    max-height: 500px;
  }
  .pageHome section.last .container .toggle:checked + .title:before {
    -ms-transform: rotate(90deg) !important;
    transform: rotate(90deg) !important;
  }
}

/*# sourceMappingURL=style.css.map */
