/* mediaquery */
/* box shadow */
#carQuoteForm .box-model .field .show-t {
  font-family: var(--font-primary);
  color: #555; }

/* SELECT2 Lista desplegable */
/* SELECT2 disabled */
/* Is filter */
.results-wrap {
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  margin: auto;
  gap: 20px;
  margin: auto 20px; }
  @media only screen and (max-width: 960px) {
    .results-wrap {
      flex-wrap: wrap;
      gap: 20px;
      margin: 0; } }
  @media only screen and (max-width: 480px) {
    .results-wrap {
      gap: 10px; } }
.insurance {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
  gap: 10px;
  border: 1px solid #CCC;
  background: #fafafa;
  padding: 20px;
  width: auto;
  width: 300px;
  position: relative;
  box-sizing: border-box; }
  .insurance:hover {
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2); }
  @media only screen and (max-width: 960px) {
    .insurance {
      width: 46%; } }
  @media only screen and (max-width: 480px) {
    .insurance {
      gap: 10px;
      padding: 12px; } }
  @media only screen and (max-width: 320px) {
    .insurance {
      width: 100%;
      min-width: 140px; } }
  .insurance .btn {
    margin: 0 auto; }
    @media only screen and (max-width: 768px) {
      .insurance .btn {
        min-width: 100%; } }
  .insurance h2 {
    text-align: center;
    font-size: 1rem;
    color: var(--color-secondary);
    font-weight: bold;
    font-family: var(--font-secondary);
    max-width: 280px;
    margin: 0 auto;
    padding: 20px 0; }
  .insurance .logo-company {
    height: 30px;
    min-height: 20px;
    display: block;
    margin: 0 auto; }
    @media only screen and (max-width: 768px) {
      .insurance .logo-company {
        max-width: 92px; } }
  .insurance .price {
    text-align: center;
    font-size: 1.4rem;
    color: var(--color-primary);
    font-weight: bold;
    font-family: var(--font-primary); }
  .insurance strong {
    color: var(--color-secondary);
    text-align: center; }
    @media only screen and (max-width: 768px) {
      .insurance strong {
        display: none; } }
  .insurance .list {
    max-width: 300px; }
    @media only screen and (max-width: 768px) {
      .insurance .list {
        display: none; } }
    .insurance .list li {
      padding: 5px 0;
      font-size: 14px;
      line-height: 14px;
      font-family: var(--font-primary);
      border-top: 1px #dee2e6 solid; }
      .insurance .list li:first-child {
        border-top: 0; }
    .insurance .list .extra {
      border-top: 1px dashed #ddd;
      margin-top: 2px;
      padding-top: 5px; }
      .insurance .list .extra strong {
        font-weight: bold;
        color: #000; }

.insurance.highlighted {
  border: 2px solid var(--color-primary);
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2); }
  @media only screen and (max-width: 768px) {
    .insurance.highlighted h2 {
      padding-top: 20px; } }
  .insurance.highlighted .viewed {
    color: #FFF;
    filter: brightness(0) invert(1); }
  @media only screen and (max-width: 768px) {
    .insurance.highlighted {
      padding-top: 40px; } }
  @media only screen and (max-width: 480px) {
    .insurance.highlighted {
      flex-basis: 95%; } }
  @media only screen and (max-width: 320px) {
    .insurance.highlighted {
      flex-basis: 100%; } }
@media only screen and (max-width: 768px) {
  .isribbon {
    margin: 0; } }

.isribbon h2 {
  padding: 40px 0 0; }
  @media only screen and (max-width: 480px) {
    .isribbon h2 {
      padding: 20px 0 0; } }
.viewed {
  display: flex;
  align-items: center;
  font-size: 12px;
  line-height: 20px;
  z-index: 1;
  position: absolute;
  top: 7px;
  left: 7px;
  font-style: italic; }

.ribbon {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  background: var(--color-primary);
  color: #FFF;
  font-weight: bold;
  height: 38px;
  font-size: 16px;
  font-family: var(--font-primary);
  text-align: right;
  padding: 8px;
  width: 100%;
  left: 0;
  top: 0;
  position: absolute;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }
  @media only screen and (max-width: 768px) {
    .ribbon {
      top: 0;
      margin-bottom: 20px; } }
  @media only screen and (max-width: 480px) {
    .ribbon {
      justify-content: end; } }
  .ribbon span {
    font-size: 15px; }

.custom-bg {
  background: #016d08 url(/static/frontend/images-atp/atp-bg.jpg?6d1ad9a92583) no-repeat top;
  background-size: contain;
  max-height: inherit; }
  .custom-bg .logo-atp {
    background: url(/static/frontend/images-atp/logo-atp-phone.svg?6d1ad9a92583) no-repeat center; }
  .custom-bg .h1price {
    font-weight: bold;
    color: #000; }
  .custom-bg .footer-atp {
    background: #000 url(/static/frontend/images-atp/cesped.jpg?6d1ad9a92583) repeat-x top;
    padding-top: 0; }

@media only screen and (max-width: 550px) {
  .custom-bg {
    background: #016d08 url(/static/frontend/images-atp/atp-bg-mobile.jpg?6d1ad9a92583) no-repeat top; } }
