/* 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: 2rem 0;
  color: #555555;
  font-size: 1.77rem;
  padding-left: 24px;
  display: flex;
  align-items: center; }
  h1: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;
    filter: grayscale(1); }
  h1.user:before {
    background: url(/static/amp_base/img/icos/ico-datos-personales.svg?830da71d8320); }

.wrap.bio h1 {
  font-size: 2.5rem; }
  @media only screen and (max-width: 480px) {
    .wrap.bio h1 {
      font-size: 1.5rem;
      text-align: center;
      justify-content: center;
      margin: 0; }
      .wrap.bio h1 ul li {
        font-size: 14px; } }
.wrap.bio h2 {
  color: #004cba;
  padding-left: 24px;
  font-size: 1.5rem;
  display: flex;
  align-items: center; }
  @media only screen and (max-width: 480px) {
    .wrap.bio h2 {
      flex-direction: column;
      justify-content: center;
      text-align: center;
      font-size: 1.25rem;
      margin-top: 1rem; }
      .wrap.bio h2 ul li {
        font-size: 14px; } }
  .wrap.bio 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; }
  .wrap.bio h2 span {
    margin-left: 6px;
    color: #ad123c; }
    @media only screen and (max-width: 480px) {
      .wrap.bio h2 span {
        margin-top: 12px;
        margin-left: 0; }
        .wrap.bio h2 span ul li {
          font-size: 14px; } }
.wrap.bio h3 {
  color: #004cba;
  padding-left: 24px;
  font-size: 1.25rem;
  font-weight: bold;
  display: flex;
  align-items: center; }
  .wrap.bio 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) {
    .wrap.bio h3 {
      font-size: 1rem; }
      .wrap.bio h3:before {
        margin-right: 6px; }
      .wrap.bio h3 ul li {
        font-size: 14px; } }
.wrap.bio ul {
  list-style: none;
  text-align: left;
  margin-left: 48px;
  margin-top: 24px;
  margin-bottom: 48px;
  border-left: 3px solid #f2f2f2;
  padding-left: 24px; }
  .wrap.bio ul li {
    -moz-transition: 0.33s;
    -o-transition: 0.33s;
    -webkit-transition: 0.33s;
    transition: 0.33s;
    cursor: pointer;
    font-weight: normal;
    margin: 24px 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; }
    .wrap.bio ul li:nth-child(2n+1) {
      background: white;
      color: #004cba; }
    .wrap.bio 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;
      -moz-transition: 0.33s;
      -o-transition: 0.33s;
      -webkit-transition: 0.33s;
      transition: 0.33s; }
    .wrap.bio 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); }
      .wrap.bio 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) {
      .wrap.bio ul li {
        -webkit-border-radius: 12px;
        -moz-border-radius: 12px;
        -ms-border-radius: 12px;
        border-radius: 12px; }
        .wrap.bio ul li ul li {
          font-size: 14px; } }
  @media only screen and (max-width: 480px) {
    .wrap.bio ul {
      padding-left: 0;
      margin-left: 0;
      border-left: none;
      padding: 0 12px; }
      .wrap.bio 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: 0; }
    .container ul li {
      font-size: 14px; } }

@media only screen and (max-width: 480px) {
  .wrap-collection h1 {
    font-size: 1.5rem;
    margin: 1rem; }
    .wrap-collection h1 ul li {
      font-size: 14px; } }

.wrap-collection .collection .group-collection {
  padding: 24px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
  .wrap-collection .collection .group-collection .item-article {
    margin-bottom: 28px;
    padding: 12px;
    min-width: calc(33.33333% - .66666%);
    max-width: calc(33.33333% - .66666%);
    min-height: 400px;
    border-bottom: 1px solid #ccc;
    /*

                &:nth-child(1)  {
                    min-width: 100%;
                    max-width: 100%;
                    background: #fafafa;
                    display: flex;
                    align-items: flex-start;
                    flex-direction: row-reverse;
                    height: auto;
                    min-height: inherit;
                    max-height: inherit;
                    border-bottom: none;
                    @include border-radius($radius-m);
                    @include box-shadow(0px ,  0px ,  6px ,  0px ,  rgba(0, 0, 0, 0.15));
                    
                    h4 {
                        a {
                        color: $color-primary;
                        font-size: 2rem;
                            @include tablet {
                                font-size: 1.5rem;
                            }
                            
                        }

                    }
                    
                    @include laptop {
                        flex-direction: column;
                    }
                    
                    @include tablet {
 
                        margin-bottom: 28px;
                    }
                    
                    
                svg {
                    @include border-radius($radius-m);
                    //width: calc(32.33333% - .66666%);
                    width: 480x;
                    height: 240px;
                        @include laptop {
                            width: 100%;
                            @include border-left-radius(0);
                            @include border-top-radius($radius-m);
                            margin-left: 0;
                        }
                        
                        @include mobile {
                            @include border-radius(0);
                        }
                    
                }
                    
                    img {
                        width: calc(32.33333% - .66666%);
                        margin-left: $margin;
                        margin-bottom: 0;
                        //@include border-right-radius($radius-m);
                        //@include border-left-radius(0);
                        @include border-radius($radius-m);
                        @include laptop {
                            width: 100%;
                            @include border-left-radius(0);
                            @include border-top-radius($radius-m);
                            margin-left: 0;
                        }
                        
                        @include mobile {
                            @include border-radius(0);
                        }
                    }
                    
                    .date {
                    background: white;
                    }
                }
    */ }
    .wrap-collection .collection .group-collection .item-article svg {
      -webkit-border-top-right-radius: 12px;
      border-top-right-radius: 12px;
      -webkit-border-top-left-radius: 12px;
      border-top-left-radius: 12px;
      width: 100%;
      height: 161.45px; }
      @media only screen and (max-width: 480px) {
        .wrap-collection .collection .group-collection .item-article svg {
          height: 168px; }
          .wrap-collection .collection .group-collection .item-article svg ul li {
            font-size: 14px; } }
    .wrap-collection .collection .group-collection .item-article img {
      margin-bottom: 12px;
      width: 100%;
      height: auto;
      -webkit-border-top-right-radius: 12px;
      border-top-right-radius: 12px;
      -webkit-border-top-left-radius: 12px;
      border-top-left-radius: 12px; }
      @media only screen and (max-width: 480px) {
        .wrap-collection .collection .group-collection .item-article img {
          -webkit-border-radius: 0;
          -moz-border-radius: 0;
          -ms-border-radius: 0;
          border-radius: 0; }
          .wrap-collection .collection .group-collection .item-article img ul li {
            font-size: 14px; } }
    .wrap-collection .collection .group-collection .item-article h2 {
      color: #004cba;
      font-size: 1.5rem; }
    @media only screen and (max-width: 768px) {
      .wrap-collection .collection .group-collection .item-article {
        min-width: 50%;
        max-width: 50%;
        min-height: inherit;
        margin-bottom: 12px; } }
    @media only screen and (max-width: 480px) {
      .wrap-collection .collection .group-collection .item-article {
        min-width: 100%;
        max-width: 100%; }
        .wrap-collection .collection .group-collection .item-article ul li {
          font-size: 14px; } }
    .wrap-collection .collection .group-collection .item-article .content {
      padding: 12px; }
      @media only screen and (max-width: 480px) {
        .wrap-collection .collection .group-collection .item-article .content h4 {
          font-size: 1.33rem; }
          .wrap-collection .collection .group-collection .item-article .content h4 ul li {
            font-size: 14px; } }
      .wrap-collection .collection .group-collection .item-article .content .date {
        background: #fafafa;
        color: #555555;
        padding: 6px;
        -webkit-border-radius: 24px;
        -moz-border-radius: 24px;
        -ms-border-radius: 24px;
        border-radius: 24px;
        display: flex;
        align-items: center;
        width: 200px;
        -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.15);
        -moz-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.15);
        box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.15);
        font-size: .8rem;
        font-weight: bold; }
        .wrap-collection .collection .group-collection .item-article .content .date:before {
          content: "";
          background: url(/static/amp_base/img/icos/ico-calendar.svg?830da71d8320);
          min-width: 24px;
          max-width: 24px;
          min-height: 24px;
          max-height: 24px;
          margin-right: 12px; }
  @media only screen and (max-width: 768px) {
    .wrap-collection .collection .group-collection {
      padding: 0; } }
.pagination {
  margin: 48px auto;
  margin-top: 0;
  display: flex;
  justify-content: center; }
  .pagination .step-links {
    display: flex;
    align-items: center;
    justify-content: center; }
    .pagination .step-links a {
      text-decoration: none;
      color: #004cba;
      margin: 0 6px;
      -webkit-border-radius: 24px;
      -moz-border-radius: 24px;
      -ms-border-radius: 24px;
      border-radius: 24px;
      border: 2px solid #004cba;
      padding: 0 12px;
      font-weight: bold; }
      .pagination .step-links a.inicio, .pagination .step-links a.ultimo {
        border: 1px solid #555555;
        color: #555555; }
      @media only screen and (max-width: 480px) {
        .pagination .step-links a {
          padding: 0 6px;
          border: 1px solid #004cba; }
          .pagination .step-links a ul li {
            font-size: 14px; } }
      @media only screen and (max-width: 480px) {
        .pagination .step-links a span {
          display: none; }
          .pagination .step-links a span ul li {
            font-size: 14px; } }
    .pagination .step-links .current {
      color: #004cba;
      margin: 0 12px; }
      @media only screen and (max-width: 480px) {
        .pagination .step-links .current {
          margin: 0 6px; }
          .pagination .step-links .current ul li {
            font-size: 14px; } }
