/* 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;
  text-decoration: none; }

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 {
  margin: 2rem 0;
  color: #555555;
  font-size: 1.77rem;
  padding-left: 24px;
  display: flex;
  align-items: center;
  font-weight: bold; }
  h1:before {
    content: "";
    background: url(/static/amp_base/img/icos/ico-safe.svg?830da71d8320);
    min-width: 32px;
    max-width: 32px;
    min-height: 32px;
    max-height: 32px;
    margin-right: 12px;
    filter: grayscale(1); }
  @media only screen and (max-width: 480px) {
    h1 {
      margin: 1rem 0;
      font-size: 1.33rem;
      padding-left: 10px; }
      h1 ul li {
        font-size: 14px; } }
  h1 .verificado {
    background: url(/static/amp_base/img/icos/ico-verificado-00.svg?830da71d8320);
    min-width: 32px;
    max-width: 32px;
    min-height: 32px;
    max-height: 32px;
    margin-left: 6px; }

.wrap-main .wrap {
  max-width: 1140px;
  margin: auto; }

@media only screen and (max-width: 768px) {
  .wrap-main {
    padding-top: 0; } }

section.call-to {
  padding: 24px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  border-radius: 12px;
  max-width: 1140px;
  margin: 24px auto;
  background: #fafafa;
  -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.15); }
  @media only screen and (max-width: 480px) {
    section.call-to {
      min-width: 100%;
      padding: 12px; }
      section.call-to ul li {
        font-size: 14px; } }
  section.call-to .container {
    position: relative;
    margin-top: 0;
    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 h3 i {
    background-image: url(/static/amp_base/img/icos/ico-auto.svg?830da71d8320); }
  section.call-to.motos h3 i {
    background-image: url(/static/amp_base/img/icos/ico-moto.svg?830da71d8320); }
  section.call-to.hogar h3 i {
    background-image: url(/static/amp_base/img/icos/ico-hogar.svg?830da71d8320); }
  section.call-to.accidentes-personales h3 i {
    background-image: url(/static/amp_base/img/icos/ico-ap.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; }

.btn-primary {
  font-size: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 6px;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  -ms-border-radius: 24px;
  border-radius: 24px;
  background: #004cba; }
  .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.headset {
  background: #fafafa;
  padding: 24px;
  width: 100%;
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
  justify-content: space-around;
  align-items: center; }
  @media only screen and (max-width: 768px) {
    section.headset {
      flex-direction: column;
      padding: 12px;
      background: none;
      box-shadow: none;
      margin-left: 0;
      margin-right: 0px; } }
  section.headset h2 {
    color: #004cba;
    margin-bottom: 24px; }
  section.headset ul {
    min-width: 40%;
    max-width: 40%;
    margin-bottom: 0;
    list-style: none;
    border-left: 1px solid #ccc;
    padding: 0 12px;
    padding-left: 32px;
    position: relative; }
    @media only screen and (max-width: 768px) {
      section.headset ul {
        min-width: 100%;
        max-width: 100%;
        padding: 0 0 0 10px;
        border: none; } }
    section.headset ul: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.headset ul:before {
          display: none; } }
    section.headset ul li {
      display: flex;
      justify-content: flex-start;
      align-items: center;
      margin-bottom: 6px;
      color: #004cba; }
      section.headset ul li:before {
        content: "";
        min-width: 24px;
        max-width: 24px;
        min-height: 24px;
        max-height: 24px;
        margin-right: 12px; }
      section.headset ul li:nth-child(1):before {
        background: url(/static/amp_base/img/icos/ico-datos-postales.svg?830da71d8320); }
      section.headset ul li:nth-child(2):before {
        background: url(/static/amp_base/img/icos/ico-phone-01.svg?830da71d8320); }
      section.headset ul li:nth-child(3):before {
        background: url(/static/amp_base/img/icos/ico-www.svg?830da71d8320); }

.aseguradoras-menu {
  padding: 24px 0;
  position: sticky;
  top: 48px; }
  @media only screen and (max-width: 480px) {
    .aseguradoras-menu {
      top: 0;
      padding: 0; }
      .aseguradoras-menu ul li {
        font-size: 14px; } }
  .aseguradoras-menu ul.menu {
    padding: 0;
    margin: 0;
    list-style: none; }
    .aseguradoras-menu ul.menu li {
      line-height: normal;
      -moz-transition: 0.33s;
      -o-transition: 0.33s;
      -webkit-transition: 0.33s;
      transition: 0.33s;
      cursor: pointer;
      font-weight: normal;
      margin: 12px 0;
      position: relative;
      background: #fafafa;
      -webkit-border-radius: 24px;
      -moz-border-radius: 24px;
      -ms-border-radius: 24px;
      border-radius: 24px;
      padding: 6px 12px;
      -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.15);
      -moz-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.15);
      box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.15);
      display: flex;
      align-items: center;
      justify-content: space-between;
      min-width: 100%;
      max-width: 100%; }
      .aseguradoras-menu ul.menu li:nth-child(2n+1) {
        background: white;
        color: #004cba; }
      .aseguradoras-menu ul.menu li:after {
        content: "";
        background: url(/static/amp_base/img/icos/ico-arrow.svg?830da71d8320);
        min-width: 24px;
        max-width: 24px;
        min-height: 24px;
        max-height: 24px;
        opacity: 0.1;
        -moz-transition: 0.33s;
        -o-transition: 0.33s;
        -webkit-transition: 0.33s;
        transition: 0.33s;
        filter: grayscale(1);
        margin-right: 0; }
      .aseguradoras-menu ul.menu li:hover {
        -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.15);
        -moz-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.15);
        box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.15); }
        .aseguradoras-menu ul.menu li:hover:after {
          -moz-transition: 0.33s;
          -o-transition: 0.33s;
          -webkit-transition: 0.33s;
          transition: 0.33s;
          opacity: 1;
          margin-right: -6px; }
      @media only screen and (max-width: 480px) {
        .aseguradoras-menu ul.menu li {
          -webkit-border-radius: 12px;
          -moz-border-radius: 12px;
          -ms-border-radius: 12px;
          border-radius: 12px; }
          .aseguradoras-menu ul.menu li ul li {
            font-size: 14px; } }
      .aseguradoras-menu ul.menu li a {
        display: inline-block;
        width: 100%; }

.directory h1 {
  font-size: 2.5rem; }
  @media only screen and (max-width: 480px) {
    .directory h1 {
      font-size: 1.5rem;
      text-align: center;
      justify-content: center;
      margin: 0; }
      .directory h1 ul li {
        font-size: 14px; } }
.directory h2 {
  color: #004cba;
  padding-left: 24px;
  font-size: 1.5rem;
  display: flex;
  align-items: center; }
  @media only screen and (max-width: 480px) {
    .directory h2 {
      flex-direction: column;
      justify-content: center;
      text-align: center;
      font-size: 1.25rem;
      margin-top: 1rem; }
      .directory h2 ul li {
        font-size: 14px; } }
  .directory h2:before {
    content: "";
    background: url(/static/amp_base/img/icos/ico-clock.svg?830da71d8320);
    min-width: 32px;
    max-width: 32px;
    min-height: 32px;
    max-height: 32px;
    margin-right: 12px; }
  .directory h2 span {
    margin-left: 6px;
    color: #ad123c; }
    @media only screen and (max-width: 480px) {
      .directory h2 span {
        margin-top: 12px;
        margin-left: 0; }
        .directory h2 span ul li {
          font-size: 14px; } }
.directory h3 {
  color: #004cba;
  padding-left: 24px;
  font-size: 1.25rem;
  font-weight: bold;
  display: flex;
  align-items: center; }
  .directory h3:before {
    content: "";
    background: url(/static/amp_base/img/icos/ico-feed-01.svg?830da71d8320);
    min-width: 32px;
    max-width: 32px;
    min-height: 32px;
    max-height: 32px;
    margin-right: 12px; }
  @media only screen and (max-width: 480px) {
    .directory h3 {
      font-size: 1rem; }
      .directory h3:before {
        margin-right: 6px; }
      .directory h3 ul li {
        font-size: 14px; } }
.directory ul {
  list-style: none;
  text-align: left;
  margin-left: 0;
  margin-top: 24px;
  margin-bottom: 48px;
  padding-left: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around; }
  .directory ul li {
    -moz-transition: 0.33s;
    -o-transition: 0.33s;
    -webkit-transition: 0.33s;
    transition: 0.33s;
    cursor: pointer;
    font-weight: normal;
    margin: 10px 0;
    position: relative;
    background: #fafafa;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    -ms-border-radius: 24px;
    border-radius: 24px;
    padding: 6px 12px;
    -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.15);
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-width: 32%;
    max-width: 32%; }
    @media only screen and (max-width: 768px) {
      .directory ul li {
        min-width: 48%;
        max-width: 48%; } }
    .directory ul li:nth-child(2n+1) {
      background: white;
      color: #004cba; }
    .directory ul li:after {
      content: "";
      background: url(/static/amp_base/img/icos/ico-arrow.svg?830da71d8320);
      min-width: 24px;
      max-width: 24px;
      min-height: 24px;
      max-height: 24px;
      opacity: 0.1;
      -moz-transition: 0.33s;
      -o-transition: 0.33s;
      -webkit-transition: 0.33s;
      transition: 0.33s;
      filter: grayscale(1); }
    .directory ul li:hover {
      -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.15);
      -moz-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.15);
      box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.15); }
      .directory ul li:hover:after {
        -moz-transition: 0.33s;
        -o-transition: 0.33s;
        -webkit-transition: 0.33s;
        transition: 0.33s;
        opacity: 1; }
    @media only screen and (max-width: 480px) {
      .directory ul li {
        -webkit-border-radius: 12px;
        -moz-border-radius: 12px;
        -ms-border-radius: 12px;
        border-radius: 12px; }
        .directory ul li ul li {
          font-size: 14px; } }
    .directory ul li a {
      display: inline-block;
      width: 100%;
      text-decoration: none; }
  @media only screen and (max-width: 480px) {
    .directory ul {
      padding-left: 0;
      margin-left: 0;
      border-left: none;
      padding: 0 12px; }
      .directory ul ul li {
        font-size: 14px; } }
@media only screen and (max-width: 1280px) {
  .container {
    max-width: 100%; } }

@media only screen and (max-width: 480px) {
  .container {
    padding: 10px;
    margin-top: 0; }
    .container ul li {
      font-size: 14px; } }

.col-8, .col-md-8 {
  padding-left: 48px; }
  @media only screen and (max-width: 768px) {
    .col-8, .col-md-8 {
      padding-left: 20px;
      padding-top: 24px; } }
  .col-8 .article h1, .col-md-8 .article h1 {
    padding-left: 0;
    margin-bottom: 24px;
    color: #004cba; }
    .col-8 .article h1:before, .col-md-8 .article h1:before {
      display: none; }
  .col-8 .article p, .col-md-8 .article p {
    color: #555555; }
    .col-8 .article p:last-child, .col-md-8 .article p:last-child {
      margin-bottom: 48px;
      color: white;
      font-size: 1.15rem;
      position: relative;
      margin-top: 48px;
      background: #004cba;
      -webkit-border-radius: 12px;
      -moz-border-radius: 12px;
      -ms-border-radius: 12px;
      border-radius: 12px;
      padding: 24px; }
      @media only screen and (max-width: 480px) {
        .col-8 .article p:last-child, .col-md-8 .article p:last-child {
          border: none;
          padding-right: 24px;
          padding-left: 24px;
          font-size: 1rem;
          right: 0px;
          top: -10px;
          margin-bottom: 0; }
          .col-8 .article p:last-child ul li, .col-md-8 .article p:last-child ul li {
            font-size: 14px; } }
      .col-8 .article p:last-child a, .col-md-8 .article p:last-child a {
        color: white;
        font-weight: bold; }
    .col-8 .article p:nth-child(2), .col-md-8 .article p:nth-child(2) {
      margin-bottom: 48px;
      color: #004cba;
      border-left: 2px solid #ccc;
      padding-left: 24px;
      font-size: 18px;
      position: relative;
      padding-right: 80px; }
      .col-8 .article p:nth-child(2):after, .col-md-8 .article p:nth-child(2):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-8 .article p:nth-child(2):after, .col-md-8 .article p:nth-child(2):after {
            width: 32px;
            height: 32px; }
            .col-8 .article p:nth-child(2):after ul li, .col-md-8 .article p:nth-child(2):after ul li {
              font-size: 14px; } }
      @media only screen and (max-width: 480px) {
        .col-8 .article p:nth-child(2), .col-md-8 .article p:nth-child(2) {
          border: none;
          padding-right: 48px;
          padding-left: 0;
          font-size: 1rem;
          right: 0px;
          top: -10px; }
          .col-8 .article p:nth-child(2) ul li, .col-md-8 .article p:nth-child(2) ul li {
            font-size: 14px; } }
  .col-8 .peratta, .col-md-8 .peratta {
    background: #fafafa;
    padding: 24px;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    -ms-border-radius: 24px;
    border-radius: 24px;
    margin-bottom: 24px; }
    .col-8 .peratta h2, .col-md-8 .peratta h2 {
      font-size: 1.33rem;
      margin-bottom: 24px; }
    .col-8 .peratta p:nth-child(2), .col-md-8 .peratta p:nth-child(2) {
      color: #555555;
      padding: 0;
      border: none;
      background: none;
      margin-bottom: 0; }
      .col-8 .peratta p:nth-child(2) a, .col-md-8 .peratta p:nth-child(2) a {
        color: #004cba; }
      .col-8 .peratta p:nth-child(2):after, .col-md-8 .peratta p:nth-child(2):after {
        display: none; }
    .col-8 .peratta p:last-child, .col-md-8 .peratta p:last-child {
      font-size: 1rem;
      background: none;
      padding: 0;
      color: #555555;
      margin-top: 12px; }
      .col-8 .peratta p:last-child a, .col-md-8 .peratta p:last-child a {
        color: #004cba; }

.article-directory {
  background: #fafafa;
  padding: 24px;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  -ms-border-radius: 24px;
  border-radius: 24px;
  margin-bottom: 24px; }
  .article-directory h2 {
    margin-bottom: 24px;
    color: #004cba; }
  .article-directory img {
    filter: invert(1);
    opacity: 0.5;
    float: left;
    margin: 0px 24px 0 0; }
    @media only screen and (max-width: 480px) {
      .article-directory img {
        display: none; }
        .article-directory img ul li {
          font-size: 14px; } }
