/* mediaquery */
/* border radius */
/* box shadow */
/* verde */
.logo {
  background: url(/static/amp_base/img/logo-compreseguros.svg?830da71d8320);
  min-width: 240px;
  max-width: 240px;
  min-height: 48px;
  max-height: 48px; }
  @media only screen and (max-width: 480px) {
    .logo {
      margin-left: 0;
      min-width: 204px;
      max-width: 204px;
      min-height: 38px;
      max-height: 38px; }
      .logo ul li {
        font-size: 14px; } }
  .logo.white {
    background: url(/static/amp_base/img/logo-compreseguros-w.svg?830da71d8320); }
  .logo a {
    display: block;
    min-width: 204px;
    max-width: 204px;
    min-height: 38px;
    max-height: 38px; }

header {
  width: 100%;
  background: white;
  position: relative;
  z-index: 1;
  height: 48px;
  align-items: center;
  justify-content: center;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  -moz-transition: 0.15s;
  -o-transition: 0.15s;
  -webkit-transition: 0.15s;
  transition: 0.15s;
  display: flex; }
  header.fixed {
    position: sticky;
    top: 0;
    background: white;
    z-index: 10; }
    header.fixed.fix {
      box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1); }
      @media only screen and (max-width: 480px) {
        header.fixed.fix .logo {
          background: url(/static/amp_base/img/logo-compreseguros-fav.svg?830da71d8320);
          min-width: 48px;
          max-width: 48px;
          min-height: 48px;
          max-height: 48px; } }
  @media only screen and (max-width: 480px) and (max-width: 480px) {
    header.fixed.fix .logo a {
      min-width: 48px;
      max-width: 48px;
      min-height: 38px;
      max-height: 38px; }
      header.fixed.fix .logo a ul li {
        font-size: 14px; } }
      @media only screen and (max-width: 480px) {
          header.fixed.fix .logo ul li {
            font-size: 14px; } }
  header span {
    position: absolute;
    left: 12px;
    display: flex;
    align-items: center;
    color: #004cba;
    text-transform: capitalize; }
    @media only screen and (max-width: 768px) {
      header span {
        display: none; } }
    header span:before {
      content: "";
      background: url(/static/amp_base/img/icos/ico-phone.svg?830da71d8320);
      min-width: 20px;
      max-width: 20px;
      min-height: 20px;
      max-height: 20px;
      margin-right: 6px; }
  header .wrapbtns {
    position: absolute;
    right: 12px;
    display: flex; }
    @media only screen and (max-width: 480px) {
      header .wrapbtns {
        display: none; }
        header .wrapbtns ul li {
          font-size: 14px; } }
    header .wrapbtns a.descarga {
      text-decoration: none;
      display: flex;
      align-items: center;
      justify-content: center;
      margin: 0 3px;
      padding: 0 12px;
      -webkit-border-radius: 24px;
      -moz-border-radius: 24px;
      -ms-border-radius: 24px;
      border-radius: 24px;
      color: #555555;
      border: 2px solid #555555;
      background: white;
      position: relative;
      font-size: 1rem;
      font-weight: bold; }
      header .wrapbtns a.descarga:hover {
        background: #004cba;
        border: 2px solid #004cba;
        color: white; }
      header .wrapbtns a.descarga.back_to_partners {
        color: #ad123c;
        border: 2px solid #ad123c; }
        header .wrapbtns a.descarga.back_to_partners:hover {
          background: #ad123c;
          border: 2px solid #ad123c;
          color: white; }
    header .wrapbtns div {
      display: flex;
      align-items: center;
      margin-left: 8px;
      color: #004cba;
      text-transform: capitalize; }
      header .wrapbtns div:before {
        content: "";
        background: url(/static/amp_base/img/icos/ico-datos-personales.svg?830da71d8320);
        min-width: 20px;
        max-width: 20px;
        min-height: 20px;
        max-height: 20px;
        opacity: 1; }

/* header elementos */
.comunicate {
  position: absolute;
  cursor: pointer;
  right: 10px;
  display: flex; }
  @media only screen and (max-width: 768px) {
    .comunicate {
      right: 20px; } }
  @media only screen and (max-width: 480px) {
    .comunicate {
      right: 10px; }
      .comunicate ul li {
        font-size: 14px; } }
  @media only screen and (max-width: 320px) {
    .comunicate {
      -webkit-transform: scale(0.77);
      -moz-transform: scale(0.77);
      -ms-transform: scale(0.77);
      transform: scale(0.77);
      right: 0; } }
.comunicate span {
  line-height: 48px;
  margin: 0 12px;
  display: block; }

@media only screen and (max-width: 768px) {
  .comunicate span {
    display: none; } }

.comunicate i {
  background-color: #999;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  -ms-border-radius: 24px;
  border-radius: 24px;
  -webkit-transform: scale(0.77);
  -moz-transform: scale(0.77);
  -ms-transform: scale(0.77);
  transform: scale(0.77);
  display: none; }

@media only screen and (max-width: 768px) {
  .comunicate i {
    display: block; } }

/* verde */
/* mediaquery */
footer {
  background: #f4f5f9;
  color: #656565;
  padding: 24px;
  position: relative;
  z-index: auto;
  border-top: 1px solid #eee; }
  footer .container .row .col {
    margin: 24px 0;
    padding-left: 24px;
    line-height: 32px; }
    @media only screen and (max-width: 480px) {
      footer .container .row .col {
        min-width: 100%;
        max-width: 100%;
        line-height: 48px;
        text-align: center;
        margin: 12px 0;
        padding-left: 0; }
        footer .container .row .col ul li {
          font-size: 14px; } }
    footer .container .row .col a {
      display: block;
      color: #555555;
      text-decoration: none; }
      footer .container .row .col a:hover {
        color: #004cba; }
  @media only screen and (max-width: 480px) {
    footer {
      z-index: 900;
      background: rgba(244, 245, 249, 0.88); }
      footer ul li {
        font-size: 14px; } }
  footer a {
    color: #004cba; }
  footer p {
    font-size: 14px;
    line-height: normal;
    margin-bottom: 0; }
  footer .logo {
    margin: 24px auto;
    margin-bottom: 0;
    filter: grayscale(1); }
    @media only screen and (max-width: 480px) {
      footer .logo {
        background: url(/static/amp_base/img/logo-compreseguros-fav.svg?830da71d8320);
        min-width: 48px;
        max-width: 48px;
        min-height: 48px;
        max-height: 48px; }
        footer .logo ul li {
          font-size: 14px; } }
  footer .direccion {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 24px;
    color: #6d819c;
    cursor: default; }
    footer .direccion:hover {
      background: none; }
    @media only screen and (max-width: 768px) {
      footer .direccion {
        flex-wrap: wrap; } }
  footer .copyright {
    padding: 24px 0;
    color: #004cba;
    margin-top: 24px;
    display: flex;
    justify-content: space-around;
    flex-direction: column;
    font-weight: bold;
    align-items: center; }
    footer .copyright p {
      margin-bottom: 12px; }
    @media only screen and (max-width: 768px) {
      footer .copyright {
        padding: 24px; } }
  footer .inscripcion {
    display: flex;
    justify-content: space-around;
    font-weight: bold;
    align-items: center;
    margin: 48px 24px; }
    @media only screen and (max-width: 768px) {
      footer .inscripcion {
        flex-direction: column; } }
  footer .pdp {
    display: block;
    invert: 100%;
    -webkit-filter: grayscale(100%) invert(100%);
    opacity: .45;
    width: 144px;
    height: 48px;
    background: url(/static/amp_base/img/footer-pdp.png?830da71d8320) no-repeat; }
    @media only screen and (max-width: 768px) {
      footer .pdp {
        margin: 24px 0;
        -webkit-transform: scale(0.77);
        -moz-transform: scale(0.77);
        -ms-transform: scale(0.77);
        transform: scale(0.77); } }
  footer .df {
    width: 48px;
    height: 48px;
    background: url(/static/amp_base/img/footer-qr.png?830da71d8320) no-repeat;
    position: relative;
    opacity: 0.45;
    margin: 0 12px; }
    @media only screen and (max-width: 768px) {
      footer .df {
        -webkit-transform: scale(0.77);
        -moz-transform: scale(0.77);
        -ms-transform: scale(0.77);
        transform: scale(0.77); } }
  footer .cace {
    display: block;
    invert: 50%;
    -webkit-filter: grayscale(50%) invert(50%);
    opacity: .45;
    width: 144px;
    height: 48px;
    background: url(/static/amp_base/img/footer-cace.png?830da71d8320) no-repeat; }
    @media only screen and (max-width: 768px) {
      footer .cace {
        margin: 24px 0;
        -webkit-transform: scale(0.77);
        -moz-transform: scale(0.77);
        -ms-transform: scale(0.77);
        transform: scale(0.77); } }
  footer .ssn {
    display: block;
    invert: 50%;
    -webkit-filter: grayscale(50%) invert(50%);
    opacity: 1;
    width: 240px;
    height: 48px;
    background: url(/static/amp_base/img/footer-ssn.png?830da71d8320) no-repeat; }
    @media only screen and (max-width: 960px) {
      footer .ssn {
        margin: 12px 0;
        -webkit-transform: scale(0.77);
        -moz-transform: scale(0.77);
        -ms-transform: scale(0.77);
        transform: scale(0.77); } }
  footer .insurtech {
    display: block;
    invert: 50%;
    -webkit-filter: grayscale(50%) invert(50%);
    opacity: 1;
    width: 160px;
    height: 48px;
    background: url(/static/amp_base/img/home/logo-insurtech.png?830da71d8320) no-repeat; }
    @media only screen and (max-width: 960px) {
      footer .insurtech {
        margin: 12px 0;
        -webkit-transform: scale(0.77);
        -moz-transform: scale(0.77);
        -ms-transform: scale(0.77);
        transform: scale(0.77); } }
.x2 {
  font-size: 16px; }

a {
  color: #004cba; }

html.fonts-loaded body {
  font-family: 'Quicksand';
  font-display: swap; }

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  margin: 0;
  padding: 0;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

h1 {
  color: #004cba; }

@media only screen and (max-width: 1280px) {
  .container {
    max-width: 100%; } }

html, body {
  text-align: left; }

section {
  z-index: 0; }

article, aside, figcaption, figure, footer, hgroup, main, nav, section {
  display: block; }

.border-bottom {
  border-solid: 1px solid #fafafa;
  margin-bottom: 24px; }

a {
  text-decoration: none; }

.btn-primary {
  padding: 12px;
  font-size: 1.33rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  -ms-border-radius: 24px;
  border-radius: 24px;
  border: none;
  background: #004cba;
  text-decoration: none;
  margin: 24px auto; }
  .btn-primary:hover {
    background: #555555;
    color: white; }
  @media only screen and (max-width: 768px) {
    .btn-primary {
      margin-top: 24px; } }
  @media only screen and (max-width: 480px) {
    .btn-primary {
      -webkit-border-radius: 12px;
      -moz-border-radius: 12px;
      -ms-border-radius: 12px;
      border-radius: 12px;
      min-width: 100%; }
      .btn-primary ul li {
        font-size: 14px; } }
section.home, .content {
  background: #fafafa;
  border-solid: 1px solid #dbdbdb;
  margin-bottom: 24px;
  padding: 24px; }
  @media only screen and (max-width: 480px) {
    section.home, .content {
      padding: 24px; }
      section.home ul li, .content ul li {
        font-size: 14px; } }
  @media only screen and (max-width: 480px) {
    section.home.blog, .content.blog {
      padding: 12px 0; }
      section.home.blog ul li, .content.blog ul li {
        font-size: 14px; } }
section.content {
  margin-bottom: 0; }
  section.content h1 {
    margin-bottom: 0; }
  section.content .cotizador-text {
    position: relative;
    border-left: 1px solid #ccc; }
    section.content .cotizador-text h3 {
      font-size: 1.5rem;
      color: #004cba; }
    section.content .cotizador-text p {
      color: #555555; }
    section.content .cotizador-text:before {
      border-color: transparent #ccc;
      border-style: solid;
      border-width: 6px 0px 6px 6px;
      height: 0px;
      width: 0px;
      content: "";
      top: 50%;
      left: 0px;
      position: absolute;
      margin-top: -6px; }
      @media only screen and (max-width: 768px) {
        section.content .cotizador-text:before {
          display: none; } }
    section.content .cotizador-text a.btn-primary {
      min-width: 300px;
      max-width: 300px;
      text-decoration: none; }
      @media only screen and (max-width: 480px) {
        section.content .cotizador-text a.btn-primary {
          min-width: inherit;
          max-width: inherit; }
          section.content .cotizador-text a.btn-primary ul li {
            font-size: 14px; } }
    @media only screen and (max-width: 480px) {
      section.content .cotizador-text {
        border-left: none; }
        section.content .cotizador-text ul li {
          font-size: 14px; } }
  @media only screen and (max-width: 768px) {
    section.content .row {
      flex-direction: column; } }
select:focus,
textarea.form-control:focus,
input.form-control:focus,
input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=number]:focus,
[type=text].form-control:focus,
[type=password].form-control:focus,
[type=email].form-control:focus,
[type=tel].form-control:focus,
[contenteditable].form-control:focus {
  border-color: rgba(0, 76, 186, 0.8);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075) inset, 0 0 4px rgba(0, 76, 186, 0.29);
  outline: 0 none; }

.cotizador-select {
  padding: 24px;
  background: #f2f2f2; }
  .cotizador-select label {
    font-size: 1rem;
    text-align: right;
    padding-right: 6px;
    line-height: normal;
    color: #004cba;
    margin-bottom: 0; }
  .cotizador-select select {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    -ms-border-radius: 24px;
    border-radius: 24px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out; }
  .cotizador-select .btn-primary {
    margin: 0;
    font-size: 1rem;
    padding: .375rem .75rem;
    min-width: 100%;
    max-width: 100%; }

.line {
  background: #004cba;
  height: 6px;
  width: 0;
  position: fixed;
  top: 0;
  z-index: 2;
  box-shadow: 0 1px 2px 0 rgba(60, 64, 67, 0.3);
  -moz-transition: 0.33s;
  -o-transition: 0.33s;
  -webkit-transition: 0.33s;
  transition: 0.33s;
  transition-timing-function: cubic-bezier(0.52, 0.29, 0.39, 0.41); }
  .line._50 {
    transition-timing-function: cubic-bezier(0.27, 0.57, 0.36, 0.67);
    -moz-transition: 0.33s;
    -o-transition: 0.33s;
    -webkit-transition: 0.33s;
    transition: 0.33s;
    background: #ad123c; }

.col-md-8.article, .col-md-9.article {
  padding: 24px; }
  @media only screen and (max-width: 480px) {
    .col-md-8.article, .col-md-9.article {
      padding: 12px; }
      .col-md-8.article h2, .col-md-9.article h2 {
        font-size: 1.5rem;
        margin-bottom: 1.5rem; }
      .col-md-8.article ul li, .col-md-9.article ul li {
        font-size: 14px; } }
  .col-md-8.article p:first-child, .col-md-9.article p:first-child {
    margin-bottom: 48px;
    color: #004cba;
    border-left: 2px solid #ccc;
    padding-left: 24px;
    font-size: 18px;
    position: relative;
    padding-right: 80px; }
    .col-md-8.article p:first-child:after, .col-md-9.article p:first-child:after {
      background: url(/static/amp_base/img/icos/ico-quotes.svg?830da71d8320);
      position: absolute;
      right: 0;
      top: 0;
      content: "";
      width: 72px;
      height: 72px;
      filter: grayscale(1);
      opacity: .7; }
      @media only screen and (max-width: 480px) {
        .col-md-8.article p:first-child:after, .col-md-9.article p:first-child:after {
          width: 32px;
          height: 32px; }
          .col-md-8.article p:first-child:after ul li, .col-md-9.article p:first-child:after ul li {
            font-size: 14px; } }
    @media only screen and (max-width: 480px) {
      .col-md-8.article p:first-child, .col-md-9.article p:first-child {
        border: none;
        padding-right: 48px;
        padding-left: 0;
        font-size: 1rem;
        right: 0px;
        top: -10px; }
        .col-md-8.article p:first-child ul li, .col-md-9.article p:first-child ul li {
          font-size: 14px; } }
  .col-md-8.article img, .col-md-9.article img {
    width: 100%;
    display: none; }
  .col-md-8.article h2, .col-md-9.article h2 {
    color: #555555;
    margin-bottom: 2rem; }

.article-list {
  padding: 24px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
  .article-list .article {
    margin-bottom: 32px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
    padding: 24px;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    -ms-border-radius: 24px;
    border-radius: 24px; }
    .article-list .article .content {
      margin-bottom: 24px; }
    .article-list .article .more_info {
      display: flex;
      justify-content: space-between;
      align-items: center; }
      .article-list .article .more_info .by {
        min-width: 70%;
        max-width: 70%;
        color: #555555;
        padding-right: 12px; }
        .article-list .article .more_info .by em {
          color: #004cba; }
          .article-list .article .more_info .by em:last-child {
            color: #ad123c; }
      .article-list .article .more_info .read-more {
        min-width: 30%;
        max-width: 30%; }
      .article-list .article .more_info a {
        border: 2px solid #004cba;
        -webkit-border-radius: 24px;
        -moz-border-radius: 24px;
        -ms-border-radius: 24px;
        border-radius: 24px;
        color: #004cba;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 4px;
        font-size: 14px;
        font-weight: bold;
        text-decoration: none; }
        .article-list .article .more_info a:hover {
          border: 2px solid #ad123c;
          color: #ad123c; }
    .article-list .article h2 {
      color: #004cba;
      font-size: 1.5rem; }
    .article-list .article:nth-child(1) {
      min-width: 100%;
      max-width: 100%;
      background: #fafafa; }
    .article-list .article:nth-child(2) {
      min-width: 48%;
      max-width: 48%; }
    .article-list .article:nth-child(3) {
      min-width: 48%;
      max-width: 48%; }

.aside {
  padding-top: 24px;
  position: relative; }
  .aside ul {
    position: sticky;
    top: 24px; }
    .aside ul li {
      display: flex;
      margin-bottom: 6px;
      font-size: 1rem; }
      .aside ul li a {
        text-decoration: none;
        background: #004cba;
        -webkit-border-radius: 24px;
        -moz-border-radius: 24px;
        -ms-border-radius: 24px;
        border-radius: 24px;
        color: white;
        text-align: center;
        display: flex;
        align-items: center;
        padding: 4px 12px;
        line-height: normal; }
        .aside ul li a i {
          width: 32px;
          height: 32px;
          margin-right: 6px; }
        .aside ul li a:hover {
          background: #ad123c; }
      .aside ul li:nth-child(1) {
        font-size: 24px;
        font-weight: bold; }
        .aside ul li:nth-child(1) i {
          background-image: url(/static/amp_base/img/icos/white/ico-poliza-03.svg?830da71d8320); }
        @media only screen and (max-width: 480px) {
          .aside ul li:nth-child(1) {
            font-size: 1rem; }
            .aside ul li:nth-child(1) ul li {
              font-size: 14px; } }
      .aside ul li:nth-child(2) i {
        background-image: url(/static/amp_base/img/icos/ico-auto-w.svg?830da71d8320); }
      @media only screen and (max-width: 480px) {
        .aside ul li:nth-child(2) {
          font-size: 1rem; }
          .aside ul li:nth-child(2) ul li {
            font-size: 14px; } }
      .aside ul li:nth-child(3) i {
        background-image: url(/static/amp_base/img/icos/ico-moto-w.svg?830da71d8320); }
      .aside ul li:nth-child(4) i {
        background-image: url(/static/amp_base/img/icos/white/ico-destacada.svg?830da71d8320); }
      .aside ul li:nth-child(5) i {
        background-image: url(/static/amp_base/img/icos/ico-hogar-w.svg?830da71d8320); }
      .aside ul li:nth-child(6) i {
        background-image: url(/static/amp_base/img/icos/ico-mp-w.svg?830da71d8320); }
      .aside ul li:nth-child(7) i {
        background-image: url(/static/amp_base/img/icos/ico-ap-w.svg?830da71d8320); }
  @media only screen and (max-width: 480px) {
    .aside {
      padding-top: 0; }
      .aside ul li {
        font-size: 14px; } }
.blog-categories {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap; }
  .blog-categories .box-category {
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    -ms-border-radius: 24px;
    border-radius: 24px;
    padding: 24px;
    margin-bottom: 24px;
    min-width: 32%;
    max-width: 32%;
    text-align: center; }
    .blog-categories .box-category:last-child {
      min-width: 100%;
      max-width: 100%; }
    @media only screen and (max-width: 768px) {
      .blog-categories .box-category {
        max-width: 100%;
        min-width: 100%; } }
    .blog-categories .box-category i {
      width: 64px;
      height: 64px;
      display: flex;
      margin: 12px auto;
      background-color: #004cba;
      -webkit-border-radius: 64px;
      -moz-border-radius: 64px;
      -ms-border-radius: 64px;
      border-radius: 64px; }
    .blog-categories .box-category:nth-child(1) i {
      background-image: url(/static/amp_base/img/icos/white/ico-poliza-03.svg?830da71d8320); }
    .blog-categories .box-category:nth-child(2) i {
      background-image: url(/static/amp_base/img/icos/ico-auto-w.svg?830da71d8320); }
    .blog-categories .box-category:nth-child(3) i {
      background-image: url(/static/amp_base/img/icos/ico-moto-w.svg?830da71d8320); }
    .blog-categories .box-category:nth-child(4) i {
      background-image: url(/static/amp_base/img/icos/white/ico-destacada.svg?830da71d8320); }
    .blog-categories .box-category:nth-child(5) i {
      background-image: url(/static/amp_base/img/icos/ico-hogar-w.svg?830da71d8320); }
    .blog-categories .box-category:nth-child(6) i {
      background-image: url(/static/amp_base/img/icos/ico-mp-w.svg?830da71d8320); }
    .blog-categories .box-category:nth-child(7) i {
      background-image: url(/static/amp_base/img/icos/ico-ap-w.svg?830da71d8320); }
    .blog-categories .box-category h3 {
      font-size: 1.5rem; }

.card-footer {
  background: white;
  padding: 48px;
  margin-top: 24px; }
  .card-footer .pagination .page-link {
    color: #004cba;
    margin: 0 6px;
    -webkit-border-radius: 48px;
    -moz-border-radius: 48px;
    -ms-border-radius: 48px;
    border-radius: 48px;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center; }
  .card-footer .pagination .page-item.active .page-link {
    background: #004cba;
    border: none;
    color: white; }

.collection {
  margin: 0 12px;
  padding: 24px;
  background: white;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  border-radius: 12px;
  box-shadow: 0 1px 2px 0 rgba(60, 64, 67, 0.3), 0 2px 6px 2px rgba(60, 64, 67, 0.15); }
  .collection h2 {
    color: #ad123c;
    font-size: 1.5rem; }
  .collection h3 {
    color: #555555;
    font-size: 1.25rem; }
  .collection ul {
    list-style: none;
    padding-left: 0;
    text-align: left; }
    .collection ul li {
      font-weight: bold; }
      .collection ul li ul {
        margin-left: 0;
        border-left: 3px solid #f2f2f2;
        margin-top: 24px;
        padding-left: 24px; }
        .collection ul li ul li {
          font-weight: normal;
          margin-bottom: 24px; }

section.call-to {
  overflow: hidden;
  padding: 12px;
  border: 2px solid #ccc;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  border-radius: 12px;
  margin: 24px 0; }
  @media only screen and (max-width: 480px) {
    section.call-to {
      padding: 12px; }
      section.call-to ul li {
        font-size: 14px; } }
  section.call-to .container {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-around; }
    @media only screen and (max-width: 768px) {
      section.call-to .container {
        flex-direction: column;
        padding: 0; } }
  section.call-to.autos {
    background: url(/static/amp_base/img/banners/amp_000_cs.webp?830da71d8320) no-repeat center fixed;
    background-size: cover; }
    section.call-to.autos h3 i {
      background-image: url(/static/amp_base/img/icos/ico-auto.svg?830da71d8320); }
  section.call-to h3 {
    color: #004cba;
    font-size: 1.33rem;
    display: flex;
    align-items: center;
    margin-bottom: 0;
    font-weight: bold; }
    @media only screen and (max-width: 480px) {
      section.call-to h3 {
        font-size: 1rem; }
        section.call-to h3 ul li {
          font-size: 14px; } }
    section.call-to h3 i {
      min-width: 64px;
      max-width: 64px;
      min-height: 64px;
      max-height: 64px;
      margin-right: 12px;
      background-color: white;
      -webkit-border-radius: 64px;
      -moz-border-radius: 64px;
      -ms-border-radius: 64px;
      border-radius: 64px;
      -webkit-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.15);
      -moz-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.15);
      box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.15); }
      @media only screen and (max-width: 480px) {
        section.call-to h3 i {
          min-width: 48px;
          max-width: 48px;
          min-height: 48px;
          max-height: 48px; }
          section.call-to h3 i ul li {
            font-size: 14px; } }
  section.call-to a {
    position: relative;
    text-decoration: none; }
  section.call-to .btn-primary {
    font-size: 1rem;
    padding: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: 0; }
    section.call-to .btn-primary:hover {
      background: #555555;
      color: white; }
    @media only screen and (max-width: 768px) {
      section.call-to .btn-primary {
        margin-top: 24px; } }
    @media only screen and (max-width: 480px) {
      section.call-to .btn-primary {
        -webkit-border-radius: 12px;
        -moz-border-radius: 12px;
        -ms-border-radius: 12px;
        border-radius: 12px;
        min-width: 100%; }
        section.call-to .btn-primary ul li {
          font-size: 14px; } }
