@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600");
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, footerz, headerz, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline; }

html {
  line-height: 1; }

ol, ul {
  list-style: none; }

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

q, blockquote {
  quotes: none; }
  q:before, q:after, blockquote:before, blockquote:after {
    content: "";
    content: none; }

a img {
  border: none; }

article, aside, details, figcaption, figure, footerz, headerz, hgroup, main, menu, nav, section, summary {
  display: block; }

/**
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    contenteditable attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that are clearfixed.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before, .container:before, .wrapper:before, .faq:before, nav:before, nav .nav--left .hamburger--nav:before, nav .nav--left .hamburger--nav li:before, headerz:before, headerz .header--bg:before, headerz .header--bg .header--dest:before, headerz .header--bg .header--dest p:before, .hiw:before, .hiw .hiw--col-container:before, .hiw .hiw--col-container .hiw--col:before, .ov:before, .ov .ov--col-container:before, .ov .ov--col-container .ov--col:before, .canpe:before, .canpe .canpe--tdo:before, .fus:before, .fus .fus--logos:before, .idc:before, .social:before, footerz:before, .padfix:before, .faq .nav:before, .faq .faqs--container:before, .faq .faqs--container .faqs .question:before,
.clearfix:after,
.container:after,
.wrapper:after,
.faq:after,
nav:after,
nav .nav--left .hamburger--nav:after,
nav .nav--left .hamburger--nav li:after,
headerz:after,
headerz .header--bg:after,
headerz .header--bg .header--dest:after,
headerz .header--bg .header--dest p:after,
.hiw:after,
.hiw .hiw--col-container:after,
.hiw .hiw--col-container .hiw--col:after,
.ov:after,
.ov .ov--col-container:after,
.ov .ov--col-container .ov--col:after,
.canpe:after,
.canpe .canpe--tdo:after,
.fus:after,
.fus .fus--logos:after,
.idc:after,
.social:after,
footerz:after,
.padfix:after,
.faq .nav:after,
.faq .faqs--container:after,
.faq .faqs--container .faqs .question:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.clearfix:after, .container:after, .wrapper:after, .faq:after, nav:after, nav .nav--left .hamburger--nav:after, nav .nav--left .hamburger--nav li:after, headerz:after, headerz .header--bg:after, headerz .header--bg .header--dest:after, headerz .header--bg .header--dest p:after, .hiw:after, .hiw .hiw--col-container:after, .hiw .hiw--col-container .hiw--col:after, .ov:after, .ov .ov--col-container:after, .ov .ov--col-container .ov--col:after, .canpe:after, .canpe .canpe--tdo:after, .fus:after, .fus .fus--logos:after, .idc:after, .social:after, footerz:after, .padfix:after, .faq .nav:after, .faq .faqs--container:after, .faq .faqs--container .faqs .question:after {
  clear: both; }

/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.clearfix, .container, .wrapper, .faq, nav, nav .nav--left .hamburger--nav, nav .nav--left .hamburger--nav li, headerz, headerz .header--bg, headerz .header--bg .header--dest, headerz .header--bg .header--dest p, .hiw, .hiw .hiw--col-container, .hiw .hiw--col-container .hiw--col, .ov, .ov .ov--col-container, .ov .ov--col-container .ov--col, .canpe, .canpe .canpe--tdo, .fus, .fus .fus--logos, .idc, .social, footerz, .padfix, .faq .nav, .faq .faqs--container, .faq .faqs--container .faqs .question {
  *zoom: 1; }

/* Colors */
/* Font families */
/* Sizes */
/* Fonts */
/* Mixins */
* {
  box-sizing: border-box; }

html, body {
  height: 100%; 
}
.social {
    height: 99px;
    padding-top: 12px;
}
.container {
  display: block;
  position: relative;
  width: 100%; }

.container-no-clearfix {
  display: block;
  position: relative;
  width: 100%; }

.wrapper, .faq {
  display: block;
  position: relative;
  width: 100%;
  max-width: 1152px;
  margin: 0 auto; }
  @media (max-width: 1152px) {
    .wrapper, .faq {
      padding-left: 15px !important;
      padding-right: 15px !important; } }

.button {
  display: table;
  border-radius: 3px;
  height: 40px;
  border: 0;
  padding: 0 25px;
  font-size: 15px;
  font-family: "Open Sans", sans-serif;
  color: white;
  text-transform: uppercase;
  text-decoration: none;
  line-height: 38px;
  cursor: pointer;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease; }
  .button:hover {
    background: #0083d6; 
    color: white!important;
    text-decoration: none;
  }

.bg-orange {
  background-color: #fc8715; }

.bg-blue {
  background-color: #00adef; }

.bg-grey {
  background-color: #57585b; }

.bg-dgrey {
  background-color: #1f2628; }

.bg-black {
  background-color: #191e20; }

@media (max-width: 1152px) {
  .hom {
    display: none; } }

nav {
  background: #FFFFFF;
  width: 100%;
  height: 100px;
  position: fixed;
  display: block;
  z-index: 1000; }
  nav .nav--left {
    float: left;
    position: relative; 
    display: inline-table;}
    @media (max-width: 980px) {
      nav .nav--left {
      } }
    nav .nav--left .hamburger--active {
      -ms-transform: rotate(90deg);
      -webkit-transform: rotate(90deg);
      transform: rotate(90deg);
      -moz-transition: all 0.4s ease;
      -o-transition: all 0.4s ease;
      -webkit-transition: all 0.4s ease;
      transition: all 0.4s ease; }
    nav .nav--left .hamburger {
      position: relative;
      width: 40px;
      height: 20px;
      display: block;
      background: transparent;
      border: 0;
      text-indent: -9999px;
      overflow: hidden;
      float: left;
      margin: 40px 25px 0 0;
      cursor: pointer;
      -moz-transition: all 0.4s ease;
      -o-transition: all 0.4s ease;
      -webkit-transition: all 0.4s ease;
      transition: all 0.4s ease; }
      nav .nav--left .hamburger .bar {
        position: absolute;
        background: #018cb7;
        width: 100%;
        height: 2px; }
      nav .nav--left .hamburger .bar--top {
        top: 0;
        left: 0; }
      nav .nav--left .hamburger .bar--middle {
        top: calc(50% - 1px);
        left: 0; }
      nav .nav--left .hamburger .bar--bottom {
        bottom: 0;
        left: 0; }
    nav .nav--left .hamburger--nav-show {
      height: 1000px !important;
      -webkit-box-shadow: 0px 5000px 0px 5000px rgba(0, 0, 0, 0.5);
      -moz-box-shadow: 0px 5000px 0px 5000px rgba(0, 0, 0, 0.5);
      box-shadow: 0px 5000px 0px 5000px rgba(0, 0, 0, 0.5);
      padding: 25px !important;
      top: 100px;
      -moz-transition: all 0.4s ease;
      -o-transition: all 0.4s ease;
      -webkit-transition: all 0.4s ease;
      transition: all 0.4s ease; }
    nav .nav--left .hamburger--nav {
      position: absolute;
      top: 99px;
      width: 100%;
      max-width: 370px;
      height: 0px;
      background: #FFFFFF;
      border-top: 1px solid #f4f4f4;
      padding: 0 25px;
      overflow: hidden;
      -moz-transition: all 0.4s ease;
      -o-transition: all 0.4s ease;
      -webkit-transition: all 0.4s ease;
      transition: all 0.4s ease; }
      nav .nav--left .hamburger--nav li {
        width: 100%;
        float: left; }
        nav .nav--left .hamburger--nav li a {
          font-size: 15px;
          font-family: "Open Sans", sans-serif;
          color: #747474;
          text-decoration: none;
          line-height: 40px;
          border-bottom: 1px solid #f4f4f4;
          width: 100%;
          height: 40px;
          display: block;
          -moz-transition: all 0.4s ease;
          -o-transition: all 0.4s ease;
          -webkit-transition: all 0.4s ease;
          transition: all 0.4s ease; }
          nav .nav--left .hamburger--nav li a:hover {
            color: #0083d6;
            border-bottom: 1px solid #0083d6; }
    nav .nav--left h1 {
      background: url('../../images/layout/logo-porto-seguro-carro-facil.png?1503003036') no-repeat;
      background-size: contain;
      text-indent: -9999px;
      overflow: hidden;
      float: left;
      width: 255px;
      height: 43px;
      cursor: pointer;
      position: relative;
      z-index: 100;
      margin: 28px 0 0 0; }
      @media (max-width: 980px) {
        nav .nav--left h1 {
          width: 155px;
          height: 30px;
          margin: 37px 0 0 0; } }
  nav .nav--right {
    float: right; }
    nav .nav--right .button {
      float: left;
      margin: 30px 10px;
      font-weight: 600; }
      @media (max-width: 980px) {
        nav .nav--right .button {
          display: none; } }
    nav .nav--right .logo--corretora {
      position: relative;
      margin: 5px 0 0 25px;
      width: 85px;
      height: 85px;
      float: left;
      display: block;
      background-size: contain;
      background-repeat: no-repeat; }
      nav .nav--right .logo--corretora:before {
        content: '';
        position: absolute;
        width: 1px;
        height: 35px;
        display: block;
        top: 32px;
        left: -20px;
        text-indent: -9999px;
        overflow: hidden;
        background: #0083d6; }
      @media (max-width: 980px) {
        nav .nav--right .logo--corretora:before {
          content: '';
          display: none; } }
      @media (max-width: 980px) {
        nav .nav--right .logo--corretora {
          margin: 25px 0 0 0;
          width: 50px;
          height: 50px; } }

headerz {
  padding: 100px 0 0 0;
  margin: 0 0 130px 0;
  width: 100%;
  min-height: 480px;
  overflow: hidden; }
  @media (max-width: 980px) {
    headerz {
      margin: 0 0 -120px 0; } }
  headerz .header--bg {
    width: 100%;
    height: 480px;
    background: url('../../images/layout/banner.jpg?1503003036') no-repeat;
    background-position: top center;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease; }
    @media (max-width: 980px) {
      headerz .header--bg {
        background: url('../../images/layout/banner-tab.jpg?1503003036') no-repeat;
        position: relative; }
        headerz .header--bg:before {
          content: '';
          position: absolute;
          right: 0;
          top: 0;
          width: 50%;
          height: 100%;
          background-color: #4173d9;
          opacity: 0.6; } }
    @media (max-width: 865px) {
      headerz .header--bg {
        background-position: 100% 50%; } }
    @media (max-width: 800px) {
      headerz .header--bg {
        background-position: 80% 50%; } }
    @media (max-width: 730px) {
      headerz .header--bg {
        background-position: 50% 50%; } }
    @media (max-width: 550px) {
      headerz .header--bg:before {
        content: '';
        width: 65%; } }
    @media (max-width: 450px) {
      headerz .header--bg {
        background-position: 45% 50%; }
        headerz .header--bg:before {
          content: '';
          width: 450px;
          height: 1000px;
          right: -100px;
          top: -10px;
          -ms-transform: rotate(15deg);
          -webkit-transform: rotate(15deg);
          transform: rotate(15deg); } }
    @media (max-width: 430px) {
      headerz .header--bg {
        background: url('../../images/layout/banner-mob.jpg?1503003036') no-repeat;
        background-position: 10% 60%; }
        headerz .header--bg:before {
          content: '';
          right: -100px;
          top: 0px;
          -ms-transform: rotate(90deg);
          -webkit-transform: rotate(90deg);
          transform: rotate(90deg); } }
    @media (max-width: 400px) {
      headerz .header--bg:before {
        content: '';
        right: -100px;
        top: -50px; } }
    headerz .header--bg .header--dest {
      float: right;
      width: 100%;
      max-width: 520px;
      margin: 65px 0 0 0; }
      @media (max-width: 1150px) {
        headerz .header--bg .header--dest {
          width: 50%;
          padding: 0 0 0 50px; } }
      @media (max-width: 550px) {
        headerz .header--bg .header--dest {
          width: 70%; } }
      @media (max-width: 450px) {
        headerz .header--bg .header--dest {
          margin: 115px 0 0 0;
          padding: 0 0 0 20px; } }
      @media (max-width: 430px) {
        headerz .header--bg .header--dest {
          width: 100%;
          margin: 290px 0 0 0; } }
      @media (max-width: 400px) {
        headerz .header--bg .header--dest {
          margin: 240px 0 0 0; } }
      headerz .header--bg .header--dest h2 {
        font-size: 42px;
        font-family: "Open Sans", sans-serif;
        color: white;
        line-height: 1.094;
        text-align: left;
        width: 100%;
        display: block;
        margin: 0 0 10px 0;
        font-weight: 400; }
        @media (max-width: 1150px) {
          headerz .header--bg .header--dest h2 {
            font-size: 30px; } }
        @media (max-width: 450px) {
          headerz .header--bg .header--dest h2 {
            font-size: 25px;
            margin: 0 0 10px 30px;
            width: 90%;
            max-width: 240px; } }
        @media (max-width: 430px) {
          headerz .header--bg .header--dest h2 {
            font-size: 20px;
            margin: 0 0 10px 0;
            width: 100%;
            max-width: 100%; } }
      headerz .header--bg .header--dest p {
        font-size: 18px;
        font-family: "Open Sans", sans-serif;
        color: white;
        line-height: 3.25;
        text-align: left;
        display: block;
        font-weight: 400;
        -moz-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        -webkit-transition: all 0.4s ease;
        transition: all 0.4s ease; }
        @media (max-width: 1150px) {
          headerz .header--bg .header--dest p {
            font-size: 16px; } }
        @media (max-width: 1130px) {
          headerz .header--bg .header--dest p {
            font-size: 14px;
            line-height: 3.25; } }
        @media (max-width: 865px) {
          headerz .header--bg .header--dest p {
            line-height: 1.8; } }
        @media (max-width: 400px) {
          headerz .header--bg .header--dest p {
            line-height: 1.3; } }
        headerz .header--bg .header--dest p:hover {
          color: #0083d6; }
          headerz .header--bg .header--dest p:hover .ico {
            background-position: center bottom; }
        headerz .header--bg .header--dest p .ico {
          width: 40px;
          height: 40px;
          border-radius: 5px;
          float: left;
          margin: 10px;
          background-position: center top;
          text-indent: -9999px;
          overflow: hidden;
          -moz-transition: all 0.4s ease;
          -o-transition: all 0.4s ease;
          -webkit-transition: all 0.4s ease;
          transition: all 0.4s ease; }
          @media (max-width: 1150px) {
            headerz .header--bg .header--dest p .ico {
              width: 30px;
              height: 30px; } }
          @media (max-width: 1050px) {
            headerz .header--bg .header--dest p .ico {
              background: #FFFFFF !important;
              width: 10px;
              height: 10px;
              margin: 18px 10px 10px 10px;
              border-radius: 10px; } }
          @media (max-width: 865px) {
            headerz .header--bg .header--dest p .ico {
              margin: 8px 10px 10px 10px; } }
        headerz .header--bg .header--dest p .ico-car {
          background: url('../../images/layout/sprites/ico-car.png?1503003052') no-repeat;
          background-size: cover; }
        headerz .header--bg .header--dest p .ico-paper {
          background: url('../../images/layout/sprites/ico-paper.png?1503003052') no-repeat;
          background-size: cover; }
        headerz .header--bg .header--dest p .ico-tf {
          background: url('../../images/layout/sprites/ico-tf.png?1503003052') no-repeat;
          background-size: cover; }
      headerz .header--bg .header--dest .button {
        margin: 40px 0 0 0; }
        @media (max-width: 430px) {
          headerz .header--bg .header--dest .button {
            margin: 15px 0 0 0; } }

.hiw {
  width: 100%;
  display: block;
  margin: 180px 0 0 0; }
  .hiw h3 {
    font-size: 35px;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    color: #1f2628;
    line-height: 1.086;
    text-align: center;
    margin: 0 0 15px 0; }
  .hiw .subtitle {
    font-size: 20px;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    color: #747474;
    line-height: 1.45;
    text-align: center; }
  .hiw .hiw--col-container {
    width: 100%;
    display: block;
    margin: 0 0 70px 0; }
    .hiw .hiw--col-container .hiw--col {
      width: calc(100% / 3 - 1px);
      float: left;
      padding: 0 10px; }
      @media (max-width: 850px) {
        .hiw .hiw--col-container .hiw--col {
          width: 100%; } }
      .hiw .hiw--col-container .hiw--col .hiw--number {
        @extemd .clearfix;
        float: left;
        width: 100px; }
        .hiw .hiw--col-container .hiw--col .hiw--number p {
          font-size: 100px;
          font-family: "Open Sans", sans-serif;
          font-weight: 600;
          color: #dddddd;
          line-height: 1.912;
          text-align: center; }
          @media (max-width: 850px) {
            .hiw .hiw--col-container .hiw--col .hiw--number p {
              font-size: 70px;
              line-height: 1.3; } }
      .hiw .hiw--col-container .hiw--col .hiw--text {
        @extemd .clearfix;
        float: left;
        width: calc(100% - 100px);
        margin: 60px 0 0 0; }
        @media (max-width: 850px) {
          .hiw .hiw--col-container .hiw--col .hiw--text {
            margin: 20px 0 0 0; } }
        .hiw .hiw--col-container .hiw--col .hiw--text h4 {
          font-size: 20px;
          font-family: "Open Sans", sans-serif;
          font-weight: 400;
          color: #1f2628;
          line-height: 1.2;
          text-align: left;
          margin: 0 0 8px 0; }
        .hiw .hiw--col-container .hiw--col .hiw--text p {
          font-size: 14px;
          font-family: "Open Sans", sans-serif;
          font-weight: 400;
          color: #747474;
          line-height: 1.714;
          text-align: left; }

.ov {
  width: 100%;
  display: block; }
  .ov h3 {
    font-size: 33px;
    font-family: "Open Sans", sans-serif;
    font-weight: 300;
    color: #1f2628;
    line-height: 1.212;
    text-align: left;
    margin: 0 0 70px 0; }
  .ov .ov--col-container {
    width: 100%; }
    .ov .ov--col-container .ov--col {
      float: left;
      width: calc(100% / 4 - 1px);
      padding: 0 10px; }
      @media (max-width: 800px) {
        .ov .ov--col-container .ov--col {
          width: calc(100% / 2 - 1px);
          margin: 0 0 20px 0; } }
      @media (max-width: 450px) {
        .ov .ov--col-container .ov--col {
          width: 100%; } }
      .ov .ov--col-container .ov--col img {
        width: 100%;
        border-radius: 10px;
        box-shadow: -10px 5px 15px 0px rgba(0, 0, 0, 0.1);
        margin: 0 0 20px 0; }
      .ov .ov--col-container .ov--col h4 {
        font-size: 15px;
        font-family: "Open Sans", sans-serif;
        color: #1f2628;
        line-height: 1.6;
        text-align: left;
        margin: 0 0 10px 0; }
      .ov .ov--col-container .ov--col p {
        font-size: 14px;
        font-family: "Open Sans", sans-serif;
        color: #747474;
        line-height: 1.714;
        text-align: left; }

.canpe {
  width: 100%;
  display: block;
  margin: 0px 0 0px 0;
  padding-top: 110px;
  text-align: center; }
  .canpe h3 {
    font-size: 33px;
    font-family: "Open Sans", sans-serif;
    font-weight: 300;
    color: #1f2628;
    line-height: 1.212; }
  .canpe .canpe--tdo {
    display: table;
    margin: 0 auto; }
    .canpe .canpe--tdo .tdo {
      background-color: #009ee2;
      width: 290px;
      height: 80px;
      display: table;
      padding: 0 25px;
      margin: 50px 0 0 0;
      cursor: pointer;
      border: 0;
      border-bottom: 3px solid #004e70;
      font-size: 23.5px;
      font-family: "Open Sans", sans-serif;
      color: white;
      text-decoration: none;
      text-align: center;
      line-height: 78px;
      position: relative;
      z-index: 100;
      -moz-transition: all 0.4s ease;
      -o-transition: all 0.4s ease;
      -webkit-transition: all 0.4s ease;
      transition: all 0.4s ease; }
      .canpe .canpe--tdo .tdo:hover {
        background-color: #fc8715; }
    .canpe .canpe--tdo .canpe--tdo-shadow {
      position: absolute;
      top: 180px;
      left: calc(50% - 75px);
      width: 150px;
      height: 10px;
      display: block;
      border-radius: 100%;
      opacity: 0.3;
      background: #000000;
      box-shadow: 0px 0px 20px 20px black;
      z-index: 99; }
      @media (max-width: 620px) {
        .canpe .canpe--tdo .canpe--tdo-shadow {
          display: none; } }

.fus {
  width: 100%;
  margin: 0 0 40px 0;
  padding-top: 120px; }
  .fus h3 {
    font-size: 33px;
    font-family: "Open Sans", sans-serif;
    font-weight: 300;
    color: #1f2628;
    line-height: 1.212;
    text-align: left;
    margin: 0 0 20px 0; }
  .fus p {
    font-size: 20px;
    font-family: "Open Sans", sans-serif;
    font-weight: 300;
    color: #747474;
    line-height: 1.45;
    margin: 0 0 5px 0; }
  .fus .fus--logos {
    width: 100%; }
    .fus .fus--logos .fus--logo {
      width: calc(100% / 6 - 20px);
      height: 190px;
      border: 1px solid #00adef;
      border-radius: 5px;
      float: left;
      margin: 10px;
      background-position: 50% 50%;
      text-indent: -9999px;
      overflow: hidden;
      -moz-transition: all 0.4s ease;
      -o-transition: all 0.4s ease;
      -webkit-transition: all 0.4s ease;
      transition: all 0.4s ease; }
      .fus .fus--logos .fus--logo:hover {
        border: 1px solid #fc8715; }
      @media (max-width: 1000px) {
        .fus .fus--logos .fus--logo {
          width: calc(100% / 4 - 20px);
          height: 190px; } }
      @media (max-width: 690px) {
        .fus .fus--logos .fus--logo {
          width: calc(100% / 2 - 20px);
          height: 190px; } }
      @media (max-width: 690px) {
        .fus .fus--logos .fus--logo {
          width: calc(100% / 2 - 20px);
          height: 130px; } }
    .fus .fus--logos .logo-audi {
      background: url('../../images/layout/logos/logo-audi.jpg?1503003045') no-repeat 50% 50%; }
    .fus .fus--logos .logo-chevrolet {
      background: url('../../images/layout/logos/logo-chevrolet.jpg?1503003045') no-repeat 50% 50%; }
    .fus .fus--logos .logo-ford {
      background: url('../../images/layout/logos/logo-ford.jpg?1503003045') no-repeat 50% 50%; }
    .fus .fus--logos .logo-hyundai {
      background: url('../../images/layout/logos/logo-hyundai.jpg?1503003045') no-repeat 50% 50%; }
    .fus .fus--logos .logo-nissan {
      background: url('../../images/layout/logos/logo-nissan.jpg?1503003046') no-repeat 50% 50%; }
    .fus .fus--logos .logo-peugeot {
      background: url('../../images/layout/logos/logo-peugeot.jpg?1503003046') no-repeat 50% 50%; }
    .fus .fus--logos .logo-toyota {
      background: url('../../images/layout/logos/logo-toyota.jpg?1503003046') no-repeat 50% 50%; }

.idc {
  width: 100%;
  padding: 50px 0; }
  .idc h4 {
    font-size: 17px;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    color: white;
    line-height: 1.412;
    text-align: left;
    margin: 0 0 10px 0; }
  .idc p {
    font-size: 12px;
    font-family: "Open Sans", sans-serif;
    color: white;
    line-height: 2;
    text-align: left; }
    .idc p strong {
      font-weight: 600; }

.social .social--logos {
  float: left;
  display: table; }
  @media (max-width: 1080px) {
    .social .social--logos {
      width: calc(100% / 3 - 1px);
      max-width: 100%;
      float: left; } }
  @media (max-width: 790px) {
    .social .social--logos {
      display: table;
      min-width: 240px;
      max-width: 100%;
      float: left; } }
  @media (max-width: 370px) {
    .social .social--logos {
      display: table;
      float: none;
      min-width: 240px;
      max-width: 240px;
      margin: 0 auto; } }
  .social .social--logos .logo--porto {
    background: url('../../images/layout/social--logo-porto.png?1503003037') no-repeat;
    background-size: cover;
    text-indent: -9999px;
    overflow: hidden;
    float: left;
    width: 110px;
    height: 35px;
    margin: 25px 0;
    cursor: pointer; }
  .social .social--logos .logo--corretora {
    position: relative;
    width: 75px;
    height: 75px;
    float: left;
    background-size: contain;
    background-repeat: no-repeat; }
    .social .social--logos .logo--corretora:before {
      content: '';
      position: absolute;
      width: 1px;
      height: 35px;
      display: block;
      top: 25px;
      left: -20px;
      text-indent: -9999px;
      overflow: hidden;
      background: #FFFFFF; }
.social p {
  font-size: 12px;
  font-family: "Open Sans", sans-serif;
  color: #75777f;
  line-height: 80px;
  text-align: left;
  float: left;
  display: table;
  height: 100%; }
  @media (max-width: 1080px) {
    .social p {
      width: calc(100% / 3 - 1px);
      max-width: 100%;
      float: left; } }
.social .annrs {
  padding: 0 20px 0 40px; }
  @media (max-width: 1080px) {
    .social .annrs {
      width: calc(100% / 3 - 1px);
      max-width: 100%;
      float: left; } }
  @media (max-width: 790px) {
    .social .annrs {
      display: none; } }
.social .social--icos {
  display: table;
  float: left;
  margin: 15px 0 0 0; }
  @media (max-width: 1080px) {
    .social .social--icos {
      width: calc(100% / 3 - 1px);
      max-width: 100%;
      float: left; } }
  @media (max-width: 790px) {
    .social .social--icos {
      display: table;
      min-width: 220px;
      max-width: 100%;
      float: right; } }
  @media (max-width: 500px) {
    .social .social--icos {
      min-width: 100px;
      max-width: 100px; } }
  @media (max-width: 370px) {
    .social .social--icos {
      display: table;
      float: none;
      min-width: 240px;
      max-width: 240px;
      margin: 0 auto; } }
  .social .social--icos .social--ico {
    width: 30px;
    height: 30px;
    border-radius: 5px;
    float: left;
    margin: 10px;
    background-position: center top;
    text-indent: -9999px;
    overflow: hidden;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease; }
    .social .social--icos .social--ico:hover {
      background-position: center bottom; }
  .social .social--icos .social--fb {
    background: url('../../images/layout/sprites/fb.png?1503354989') no-repeat; }
  .social .social--icos .social--ig {
    background: url('../../images/layout/sprites/ig.png?1503003052') no-repeat; }
  .social .social--icos .social--tw {
    background: url('../../images/layout/sprites/tw.png?1503003053') no-repeat; }
  .social .social--icos .social--li {
    background: url('../../images/layout/sprites/li.png?1503003053') no-repeat; }
.social .social--text {
  width: 100%;
  max-width: 480px;
  float: right; }
  @media (max-width: 1080px) {
    .social .social--text {
      width: 100%;
      max-width: 100%;
      float: left; } }
  @media (max-width: 570px) {
    .social .social--text p {
      line-height: 30px; } }
  .social .social--text .procon {
    width: 30%;
    float: left; }
    @media (max-width: 1080px) {
      .social .social--text .procon {
        text-align: center; } }
    @media (max-width: 570px) {
      .social .social--text .procon {
        width: 100%; } }
  .social .social--text .pseg {
    width: 70%;
    float: right; }
    @media (max-width: 1080px) {
      .social .social--text .pseg {
        text-align: center; } }
    @media (max-width: 570px) {
      .social .social--text .pseg {
        width: 100%; } }

footerz {
  padding: 10px 0; }
  footerz p {
    font-size: 11px;
    font-family: "Open Sans", sans-serif;
    color: #75777f;
    line-height: 2.182;
    text-align: left; }

.padfix {
  width: 100%;
  height: 100px;
  display: block; }

.faq h2 {
  background-color: #fbfdfc;
  padding: 35px 40px 35px 40px;
  font-family: "Open Sans", sans-serif;
  font-size: 30px;
  font-weight: 400; }
.faq .nav {
  width: 100%;
  line-height: 60px;
  background: #f1f2f7;
  margin-bottom: 40px;
  border-top: 1px solid #e5e8ed;
  border-bottom: 1px solid #e5e8ed; }
  @media (max-width: 980px) {
    .faq .nav {
      width: 100%;
      line-height: 20px;
      margin-bottom: 10px; } }
  .faq .nav .nav-item {
    color: #0bacf0; }
    @media (max-width: 980px) {
      .faq .nav .nav-item {
        width: 100%; } }
    .faq .nav .nav-item a {
      padding: 5px 0;
      min-width: 180px;
      float: left;
      text-decoration: none;
      text-transform: uppercase;
      text-align: center;
      cursor: pointer;
      color: #00adef;
      font-family: "Open Sans", sans-serif;
      font-size: 15px;
      font-weight: 600;
      -moz-transition: all 0.4s ease;
      -o-transition: all 0.4s ease;
      -webkit-transition: all 0.4s ease;
      transition: all 0.4s ease; }
      @media (max-width: 980px) {
        .faq .nav .nav-item a {
          width: 100%; } }
    .faq .nav .nav-item .active {
      border-bottom: 4px solid #00adef; }
.faq .faqs--container {
  overflow: hidden; }
  .faq .faqs--container .faqs {
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease; }
    .faq .faqs--container .faqs .question {
      width: 100%;
      overflow: hidden;
      display: block;
      border-bottom: solid 1px #e6e6e6;
      position: relative;
      cursor: pointer;
      -moz-transition: all 0.4s ease;
      -o-transition: all 0.4s ease;
      -webkit-transition: all 0.4s ease;
      transition: all 0.4s ease; }
      .faq .faqs--container .faqs .question .faq-arrow {
        position: absolute;
        top: 15px;
        right: 15px;
        width: 22px;
        height: 12px;
        display: block;
        background: url('../../images/layout/faq-arrow.png?1503003036') no-repeat;
        -moz-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        -webkit-transition: all 0.4s ease;
        transition: all 0.4s ease; }
      .faq .faqs--container .faqs .question .faq-arrow-down {
        -moz-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg); }
      .faq .faqs--container .faqs .question .question-title {
        font-size: 16px;
        font-family: "Open Sans", sans-serif;
        color: inherit;
        margin: 25px 0;
        width: calc(100% - 60px); }
      .faq .faqs--container .faqs .question .answer {
        font-family: "Open Sans", sans-serif;
        font-weight: 100;
        font-size: 0px;
        padding: 0;
        height: 0;
        overflow: hidden;
        -moz-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        -webkit-transition: all 0.4s ease;
        transition: all 0.4s ease; }
    .faq .faqs--container .faqs .question-open {
      padding: 0 0 25px 0;
      -moz-transition: all 0.4s ease;
      -o-transition: all 0.4s ease;
      -webkit-transition: all 0.4s ease;
      transition: all 0.4s ease; }
      .faq .faqs--container .faqs .question-open .answer {
        height: auto !important;
        font-size: 15px !important; }
  .faq .faqs--container .faq-active {
    display: block !important;
    opacity: 1 !important;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease; }

.form.header {
  padding: 2em 2.25em; }

.form-title {
  font-size: 2em;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  color: #1f2628;
  line-height: 1.086;
  float: left; }

.btn-voltar {
  float: right;
  color: #888;
  text-align: right;
  line-height: 3em;
  text-decoration: none;
  vertical-align: bottom;
  font-family: "Open Sans", sans-serif; }

.form-nav {
  float: left;
  width: 100%;
  line-height: 4.7em;
  background: #f1f2f7;
  margin-bottom: 2.5em;
  border-top: 1px solid #e5e8ed;
  border-bottom: 1px solid #e5e8ed;
  font-family: "Open Sans", sans-serif; }
  .form-nav a {
    text-decoration: none;
    color: inherit; }

.list-item {
  padding: 5px 0;
  min-width: 140px;
  float: left;
  margin-right: 40px;
  text-transform: uppercase;
  text-align: center;
  cursor: pointer;
  border-bottom: .2em solid #f1f2f7; }

.list-item.active {
  color: #0bacf0;
  border-color: #0bacf0; }

.layout-column {
  width: 45%;
  float: left; }

.layout-column.right {
  float: right; }

.form-field {
  margin-bottom: 1em;
  margin-top: 1em;
  color: #0bacf0; }

.form-group .form-field, .form-group .form-field .form-label {
  display: inline; }

.form-checbox {
  display: inline; }

.form-field.has-input {
  border: 1px solid #C1C2C7;
  border-radius: .3em;
  padding: .9em .5em .5em .5em;
  position: relative; }

.form-label {
  display: block;
  margin-bottom: .5em;
  font-family: "Open Sans", sans-serif; }

.has-input .form-label {
  position: absolute;
  transition: all .2s ease-out;
  top: .75em; }

.has-input {
  transition: border .2s; }

.form-field.has-input.active {
  border-color: #0bacf0; }

.form-input {
  border: none;
  width: 100%; }

.has-input .form-input:focus + .form-label, .has-input.active .form-label {
  top: 0;
  font-size: .8em;
  opacity: .5; }

.form-select {
  width: 100%;
  border: 1px solid #C1C2C7;
  padding: .7em;
  border-radius: .3em; }

.form-select option {
  color: #0bacf0; }

.has-check .form-label {
  display: inline; }

.has-radio input {
  display: none; }

.form-radio {
  position: relative;
  display: block;
  float: left;
  margin-left: .5em; }

.form-radio::before {
  content: "";
  display: inline-block;
  width: 28px;
  height: 28px;
  background: #AAA;
  border-radius: 50%;
  margin-right: .5em;
  border: 1px solid #AAA; }

.form-group .has-radio .form-label {
  height: 30px;
  display: inline-block;
  line-height: 2em; }

.form-radio::after {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  border: white 7px solid;
  border-radius: 50%;
  position: absolute;
  top: 1px;
  left: 1px; }

.has-radio input:checked + .form-label .form-radio::before {
  background: #0bacf0; }

.has-radio input:checked + .form-label .form-radio::after {
  border-color: #EEE; }

.has-radio input:checked + .form-label {
  font-weight: bold; }

.form-checkbox {
  display: inline-block;
  margin-left: 1em;
  margin-right: 1em;
  transform: scale(1.3); }

.form-group {
  margin-bottom: 1em;
  margin-top: 1em;
  color: #0bacf0; }

.form-group legend {
  display: block;
  margin-top: 1em;
  margin-bottom: .5em;
  font-family: "Open Sans", sans-serif; }

.btn-enviar {
  padding: 10px 15px;
  width: 100%;
  background-color: #00adef;
  border: none;
  border-radius: .25em;
  color: white;
  font-size: 1.4em;
  margin-top: 1em; }

.card-info {
  background: #f2f1f4;
  padding: 1.75em;
  padding-right: 1em;
  float: right;
  margin-top: 1em; }

.card-info h2 {
  font-size: 1.4em;
  margin-bottom: 1em;
  font-family: "Open Sans", sans-serif; }

.card-info h3 {
  font-size: 1.2em;
  margin-bottom: .5em;
  font-family: "Open Sans", sans-serif; }

.card-info p {
  color: #AAA;
  font-family: "Open Sans", sans-serif;
  font-size: .8em;
  line-height: 1.5em; }

.image-container {
  width: 150px;
  float: left; }

.text-container {
  padding: 1.5em;
  width: calc(100% - 150px);
  float: left; }

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