/* 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 {
  margin: 0 0 2rem 0;
  color: #004cba; }
  @media only screen and (max-width: 480px) {
    h1 {
      font-size: 1.5rem;
      margin: 1rem 0; }
      h1 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: 0; }
    .container ul li {
      font-size: 14px; } }

.news {
  position: relative; }
  .news .breadcumb-news {
    position: sticky;
    top: 48px;
    background: white;
    z-index: 1; }
    .news .breadcumb-news ul {
      background: #fff;
      padding: 6px 0;
      display: flex; }
      @media only screen and (max-width: 768px) {
        .news .breadcumb-news ul {
          flex-wrap: wrap; } }
      .news .breadcumb-news ul li {
        position: relative;
        margin: 0 6px;
        list-style: none;
        display: flex;
        align-items: center; }
        .news .breadcumb-news ul li:after {
          content: "";
          background: url(/static/amp_base/img/icos/ico-arrow.svg?830da71d8320);
          margin: 0 0 0 6px;
          width: 12px;
          height: 12px; }
        .news .breadcumb-news ul li:last-child:after {
          display: none; }
        .news .breadcumb-news ul li a {
          color: #555555; }
  .news article {
    margin: 0 24px; }
    @media only screen and (max-width: 480px) {
      .news article {
        margin: 0 12px; }
        .news article ul li {
          font-size: 14px; } }
    .news article blockquote {
      margin-bottom: 24px;
      color: #004cba;
      border-left: 2px solid #ccc;
      padding-left: 24px;
      font-size: 1.25rem;
      position: relative;
      padding-right: 80px; }
      .news article blockquote: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: 768px) {
          .news article blockquote:after {
            width: 32px;
            height: 32px; } }
        @media only screen and (max-width: 480px) {
          .news article blockquote:after {
            display: none; }
            .news article blockquote:after ul li {
              font-size: 14px; } }
      @media only screen and (max-width: 768px) {
        .news article blockquote {
          border: none;
          padding-right: 48px;
          padding-left: 0;
          font-size: 1rem;
          right: 0px;
          top: -10px; } }
      @media only screen and (max-width: 480px) {
        .news article blockquote {
          padding-right: 24px; }
          .news article blockquote ul li {
            font-size: 14px; } }
    .news article .line {
      display: flex;
      font-size: 1rem;
      padding: 12px 0;
      border-top: 1px solid #ccc;
      min-width: 100%;
      max-width: 100%;
      margin-bottom: 0; }
      .news article .line .author {
        color: #555555;
        font-weight: bold;
        margin-right: 12px;
        display: flex;
        align-items: center; }
        .news article .line .author:before {
          content: "";
          background: url(/static/amp_base/img/icos/ico-datos-personales.svg?830da71d8320);
          min-width: 18px;
          max-width: 18px;
          min-height: 18px;
          max-height: 18px;
          margin-right: 12px; }
      .news article .line .date {
        color: #555555;
        display: flex;
        align-items: center; }
        .news article .line .date:before {
          content: "";
          background: url(/static/amp_base/img/icos/ico-calendar.svg?830da71d8320);
          min-width: 22px;
          max-width: 22px;
          min-height: 22px;
          max-height: 22px;
          margin-right: 12px; }
    .news article img {
      min-width: 33.33333%;
      max-width: 33.33333%;
      margin-bottom: 24px; }
      @media only screen and (max-width: 768px) {
        .news article img {
          min-width: 100%;
          max-width: 100%;
          margin-bottom: 0; } }
    .news article .items {
      display: flex;
      flex-wrap: wrap; }
      .news article .items h2 {
        color: #004cba; }
      .news article .items div {
        margin-bottom: 12px; }
        .news article .items div h2 {
          font-size: 1.5rem;
          margin: 24px 0; }
    .news article .items div:nth-child(5) {
      min-width: 66.66666%;
      max-width: 66.66666%;
      background: #fafafa;
      padding: 24px;
      margin-bottom: 24px;
      font-size: 1.25rem; }
      @media only screen and (max-width: 768px) {
        .news article .items div:nth-child(5) {
          min-width: 100%;
          max-width: 100%;
          margin-bottom: 24px; } }
    .news article .social {
      display: flex;
      width: 100%;
      margin-bottom: 24px; }
      .news article .social a {
        border: 2px solid #004cba;
        color: #004cba;
        text-decoration: none;
        -webkit-border-radius: 24px;
        -moz-border-radius: 24px;
        -ms-border-radius: 24px;
        border-radius: 24px;
        text-align: center;
        display: flex;
        align-items: center;
        padding: 4px 12px 4px 4px;
        font-size: 1rem;
        font-weight: bold; }
        .news article .social a i {
          background: url(/static/amp_base/img/icos/ico-facebook.svg?830da71d8320) no-repeat;
          width: 24px;
          height: 24px;
          margin-right: 6px; }
          @media only screen and (max-width: 480px) {
            .news article .social a i {
              margin-right: 0; }
              .news article .social a i ul li {
                font-size: 14px; } }
        @media only screen and (max-width: 480px) {
          .news article .social a {
            padding: 8px;
            margin-bottom: 8px; }
            .news article .social a span {
              display: none; }
            .news article .social a ul li {
              font-size: 14px; } }
.call-to {
  display: flex;
  justify-content: center;
  margin: 32px auto; }
  .call-to .btn-primary {
    font-size: 1.25rem; }
