@charset "UTF-8";
/*!
Theme Name: comparaya-leito
Theme URI: 
Author: comparaya
Author URI: https://twitter.com/vargasdesignmx/
Description: theme for ComparaYa.mx
Version: 5.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: 
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready, blog, e-commerce, news

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
It is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Navigation
	## Menus
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
# Woocommerce
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
@keyframes io-fadein {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.io-fadein-mobile {
  -webkit-animation: io-fadein 0.3s;
  animation: io-fadein 0.3s;
}

@keyframes io-fadein-frame {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
h2, h3, h4, h5, h6 {
  color:#4b74ee;
}
.io-menu-desktop {
  display: block;
  text-align: right;
}
.io-menu-desktop span.io-menu-dot-mobile {
  display: none;
}
.io-menu-desktop a {
  display: block;
  -o-transition: none;
  -moz-transition: none;
  -webkit-transition: none;
  transition: none;
}
.io-menu-desktop a.io-menu-dot-desktop:after {
  content: " +";
  float: right;
}
.io-menu-desktop span.io-menu-button-span {
  display: none;
}
.io-menu-desktop > ul > li.current-menu-item > a, .io-menu-desktop > div > ul > li.current-menu-item > a {
  background: rgba(0, 0, 0, 0.01);
}
.io-menu-desktop ul {
  padding: 0;
  margin: 0;
  list-style: none;
  background: transparent;
  display: block;
}
.io-menu-desktop ul > li {
  margin-right: -4px;
  display: inline-block;
  position: relative;
  height: 30px;
  color: #212529;
  font-size: 12px;
  text-transform: uppercase;
  text-shadow: 0 0 0 rgba(0, 0, 0, 0);
  font-weight: 400;
}
.io-menu-desktop ul > li > a {
  padding: 0;
  line-height: 29px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 1px;
  color: #212529;
  font-size: 12px;
  text-transform: uppercase;
  text-shadow: 0 0 0 rgba(0, 0, 0, 0);
  font-weight: 400;
}
.io-menu-desktop ul > li ul {
  text-align: left;
  display: block;
  left: -999em;
  position: absolute;
  width: 200px;
  background: white;
  z-index: 99999;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.05);
  border-radius: 5px;
}
.io-menu-desktop ul > li > ul {
  top: 100%;
}
.io-menu-desktop ul > li > ul li {
  margin-right: 0;
  position: relative;
  display: block;
  height: auto;
  color: #212529;
  font-size: 14px;
  text-transform: none;
  text-shadow: none;
  font-weight: normal;
}
.io-menu-desktop ul > li > ul li a.io-menu-dot-desktop:after {
  content: " »";
  float: right;
}
.io-menu-desktop ul > li > ul li a {
  line-height: initial;
  padding: 7px 20px;
  color: #212529;
  font-size: 14px;
  text-transform: none;
  text-shadow: none;
  font-weight: normal;
}
.io-menu-desktop ul > li > ul li a:visited {
  color: #212529;
}
.io-menu-desktop ul > li > ul li a:hover, .io-menu-desktop ul > li > ul li a:focus {
  color: #212529;
}
.io-menu-desktop ul > li > ul li:nth-child(even) a {
  background: rgba(0, 0, 0, 0.01);
}
.io-menu-desktop ul > li > ul li ul {
  top: 0;
  left: -999em;
}
.io-menu-desktop ul > li > ul li:hover > ul {
  left: 100%;
  -webkit-animation: io-fadein 0.3s;
  /* Safari, Chrome and Opera > 12.1 */
  -moz-animation: io-fadein 0.3s;
  /* Firefox < 16 */
  -o-animation: io-fadein 0.3s;
  /* Opera < 12.1 */
  animation: io-fadein 0.3s;
}
.io-menu-desktop ul > li:hover > ul {
  left: 0;
  -webkit-animation: io-fadein 0.3s;
  /* Safari, Chrome and Opera > 12.1 */
  -moz-animation: io-fadein 0.3s;
  /* Firefox < 16 */
  -o-animation: io-fadein 0.3s;
  /* Opera < 12.1 */
  animation: io-fadein 0.3s;
}
.io-menu-desktop.io-menu-desktop-vl {
  width: 100%;
  text-align: left;
}
.io-menu-desktop.io-menu-desktop-vl a.io-menu-dot-desktop:after {
  float: right;
}
.io-menu-desktop.io-menu-desktop-vl ul > li {
  margin-right: 0;
  display: block;
}
.io-menu-desktop.io-menu-desktop-vl ul > li > ul {
  text-align: left;
  left: -999em;
  top: 0;
}
.io-menu-desktop.io-menu-desktop-vl ul > li > ul a.io-menu-dot-desktop:after {
  content: " »";
  float: right;
}
.io-menu-desktop.io-menu-desktop-vl ul > li:hover > ul {
  left: 100%;
}
.io-menu-desktop.io-menu-desktop-vr {
  width: 100%;
  text-align: right;
}
.io-menu-desktop.io-menu-desktop-vr a.io-menu-dot-desktop:after {
  float: left;
}
.io-menu-desktop.io-menu-desktop-vr ul > li {
  margin-right: 0;
  display: block;
}
.io-menu-desktop.io-menu-desktop-vr ul > li > ul {
  text-align: right;
  left: -999em;
  top: 0;
}
.io-menu-desktop.io-menu-desktop-vr ul > li > ul a.io-menu-dot-desktop:after {
  content: " «";
  float: left;
}
.io-menu-desktop.io-menu-desktop-vr ul > li:hover > ul {
  left: unset;
  right: 100%;
}

.io-menu-mobile {
  position: relative;
  background: transparent;
  display: block;
  text-align: right;
}
.io-menu-mobile a {
  -o-transition: none;
  -moz-transition: none;
  -webkit-transition: none;
  transition: none;
}
.io-menu-mobile.io-menu-mobile-active > ul, .io-menu-mobile.io-menu-mobile-active > div > ul {
  -webkit-animation: io-fadein-frame 0.5s;
  animation: io-fadein-frame 0.5s;
  left: 0;
}
.io-menu-mobile .io-menu-button-li {
  position: absolute;
  top: 0;
  width: 100%;
  text-align: right;
  background: rgba(0, 0, 0, 0.01);
}
.io-menu-mobile .io-menu-button-li a {
  width: unset;
  line-height: 56px;
  max-height: 56px;
  font-size: 40px;
  padding-top: 0;
  padding-bottom: 0;
  font-weight: bold;
}
.io-menu-mobile span.io-menu-button-span {
  cursor: pointer;
  line-height: 30px;
  padding-left: 20px;
  padding-right: 20px;
  background: transparent;
  color: #212529;
  z-index: 1;
  right: 0;
  top: 0;
  content: "+";
  display: inline-block;
}
.io-menu-mobile ul {
  padding: 0;
  margin: 0;
}
.io-menu-mobile > ul, .io-menu-mobile > div > ul {
  padding-top: 56px;
  overflow-y: auto;
  position: fixed;
  height: 100%;
  width: 250px;
  left: -250px;
  top: 0;
  background: #fff;
  z-index: 99999999;
}
.io-menu-mobile .io-mobile-ul-show {
  left: 0;
  max-height: 8888px;
}
.io-menu-mobile .io-mobile-ul-hide {
  left: -9999px;
  max-height: 0;
}
.io-menu-mobile a {
  display: block;
  padding: 20px 20px;
  width: calc(100% - 20px * 2);
  color: #212529;
  font-size: 14px;
}
.io-menu-mobile a:visited {
  color: #212529;
}
.io-menu-mobile a:hover, .io-menu-mobile a:focus {
  color: #212529;
}
.io-menu-mobile ul {
  text-align: left;
  width: 100%;
  display: block;
  position: relative;
  padding: 0;
  margin: 0;
  background: rgba(0, 0, 0, 0.05);
  list-style: none;
}
.io-menu-mobile ul li {
  position: relative;
  display: block;
  color: #212529;
}
.io-menu-mobile ul li span.io-menu-dot-mobile {
  position: absolute;
  background: white;
  color: #212529;
  z-index: 1;
  right: 0;
  top: 0;
  content: "+";
  display: block;
  text-align: center;
  width: 70px;
  cursor: pointer;
}
.io-menu-mobile ul li:nth-child(even) {
  background: rgba(0, 0, 0, 0.01);
}

.io-get-width-menu {
  position: absolute !important;
  right: 0 !important;
  width: 999px !important;
}

.iot-menu-bg-black {
  position: fixed;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 99999998;
  left: -100%;
  background-color: rgba(0, 0, 0, 0.68);
}

.iot-menu-bg-black-active {
  -webkit-animation: io-fadein-frame 0.5s;
  animation: io-fadein-frame 0.5s;
  left: 0;
}

.comment-navigation,
.posts-navigation,
.post-navigation {
  width: 100%;
  content: "";
  display: table;
  table-layout: fixed;
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 3em;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}
.comment-navigation .nav-previous a,
.posts-navigation .nav-previous a,
.post-navigation .nav-previous a {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.comment-navigation .nav-previous a:before,
.posts-navigation .nav-previous a:before,
.post-navigation .nav-previous a:before {
  content: "";
  display: inline-block;
  padding-right: 10px;
  font-family: Dashicons;
  vertical-align: bottom;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}
.comment-navigation .nav-next a,
.posts-navigation .nav-next a,
.post-navigation .nav-next a {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.comment-navigation .nav-next a:after,
.posts-navigation .nav-next a:after,
.post-navigation .nav-next a:after {
  content: "";
  display: inline-block;
  padding-left: 10px;
  font-family: Dashicons;
  vertical-align: bottom;
}

.io-menu-button-li {
  position: relative;
}
.io-menu-button-li:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  cursor: pointer;
  left: 0;
  top: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
#secondary ul {
  list-style: none;
  margin-left: 0;
  margin-bottom: 0;
  padding-left: 0;
}
#secondary .widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */
}
#secondary .widget select {
  max-width: 100%;
}
#secondary .widget > h2 {
  position: relative;
  font-size: 1.25rem;
  margin-bottom: 20px;
  text-transform: uppercase;
  /*padding: 0 30px 0 30px;*/
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#secondary .widget.widget_recent_entries > ul > li, #secondary .widget.widget_recent_comments > ul > li, #secondary .widget.widget_archive > ul > li, #secondary .widget.widget_categories > ul > li, #secondary .widget.widget_meta > ul > li {
  padding: 3px 0 3px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  /* white-space: nowrap; */
  display:flex;
  

}
#secondary .widget.widget_recent_entries > ul > li:before, #secondary .widget.widget_recent_comments > ul > li:before, #secondary .widget.widget_archive > ul > li:before, #secondary .widget.widget_categories > ul > li:before, #secondary .widget.widget_meta > ul > li:before {
  content: "";
  font-family: Dashicons;
  vertical-align: bottom;
  padding-right: 3px;
}

#secondary {
  display: grid;
  gap: 1rem;
}

#secondary .comparaya-sidebar__card {
  margin: 0;
  background: #ffffff;
  box-shadow: 0 16px 32px rgba(17, 34, 68, 0.08);
}

#secondary .comparaya-sidebar__card--cta {
  background: linear-gradient(180deg, #f2f8ff 0%, #ffffff 100%);
}

#secondary .comparaya-sidebar__eyebrow {
  color: #2f5fe7;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

#secondary .comparaya-sidebar__copy {
  color: #5f6b7e;
  line-height: 1.65;
}

#secondary .comparaya-sidebar__rating {
  color: #284460;
  font-size: 1.9rem;
  font-weight: 800;
  line-height: 1;
}

#secondary .comparaya-sidebar__stars {
  color: #89eb75;
  font-size: 1rem;
  letter-spacing: 0.18em;
}

#secondary .comparaya-sidebar__links li,
#secondary .comparaya-sidebar__posts li {
  padding: 0.7rem 0;
  border-top: 1px solid rgba(17, 34, 68, 0.08);
}

#secondary .comparaya-sidebar__links li:first-child,
#secondary .comparaya-sidebar__posts li:first-child {
  padding-top: 0;
  border-top: 0;
}

#secondary .comparaya-sidebar__links li:last-child,
#secondary .comparaya-sidebar__posts li:last-child {
  padding-bottom: 0;
}

#secondary .comparaya-sidebar__links a,
#secondary .comparaya-sidebar__posts a {
  color: #284460;
  font-weight: 600;
  text-decoration: none;
}

#secondary .comparaya-sidebar__links a:hover,
#secondary .comparaya-sidebar__posts a:hover {
  color: #2f5fe7;
  text-decoration: underline;
}

#secondary .comparaya-sidebar__insurers-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.85rem;
}

#secondary .comparaya-sidebar__insurer-card {
  display: flex;
  min-height: 8.5rem;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.85rem;
  padding: 1rem 0.75rem;
  border: 1px solid rgba(17, 34, 68, 0.12);
  border-radius: 1rem;
  background: #ffffff;
  text-align: center;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

#secondary .comparaya-sidebar__insurer-card:hover,
#secondary .comparaya-sidebar__insurer-card:focus {
  transform: translateY(-2px);
  border-color: rgba(47, 95, 231, 0.25);
  box-shadow: 0 12px 24px rgba(17, 34, 68, 0.08);
}

#secondary .comparaya-sidebar__insurer-logo {
  width: 100%;
  max-width: 7rem;
  height: 3rem;
  object-fit: contain;
}

#secondary .comparaya-sidebar__insurer-name {
  color: #5f6b7e;
  font-size: 0.95rem;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block;
}

.sticky {
  -webkit-transform: none;
  transform: none;
}

.hentry {
  margin: 0 0 1.5em;
}

.updated:not(.published) {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

#content {
  margin-bottom: 70px;
}
#content #primary #main article {
  margin-bottom: 60px;
}
#content #primary #main article .entry-header {
  padding-bottom: 10px;
}
#content #primary #main article .entry-header .entry-title {margin-top:0;word-wrap:break-word;font-size:28px;text-transform:uppercase;color:#284460;}
#content #primary #main article .entry-header .entry-meta {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
#content #primary #main article .entry-header .entry-meta .posted-on, #content #primary #main article .entry-header .entry-meta .byline {
  padding-right: 10px;
}
#content #primary #main article .entry-header .entry-meta .posted-on:before {
  /*content: "\f469";*/
  content: "";
  font-family: Dashicons;
  vertical-align: middle;
  padding-right: 1px;
  font-size: 1em;
}
#content #primary #main article .entry-header .entry-meta .byline:before {
  content: "";
  font-family: Dashicons;
  vertical-align: middle;
  padding-right: 1px;
  font-size: 0.9em;
}
#content #primary #main article .post-thumbnail {
  display: block;
  margin-top: 20px;
}
#content #primary #main article .entry-footer {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding-top: 20px;
}
#content #primary #main article .entry-footer .cat-links, #content #primary #main article .entry-footer .tags-links, #content #primary #main article .entry-footer .edit-link, #content #primary #main article .entry-footer .comments-link {
  padding-right: 10px;
}
#content #primary #main article .entry-footer .cat-links:before {
  content: "";
  font-family: Dashicons;
  vertical-align: middle;
  padding-right: 1px;
  font-size: 1em;
}
#content #primary #main article .entry-footer .tags-links:before {
  content: "";
  font-family: Dashicons;
  vertical-align: middle;
  padding-right: 1px;
  font-size: 0.9em;
}
#content #primary #main article .entry-footer .edit-link:before {
  content: "";
  font-family: Dashicons;
  vertical-align: middle;
  padding-right: 1px;
  font-size: 1em;
}
#content #primary #main article .entry-footer .comments-link:before {
  content: "";
  font-family: Dashicons;
  vertical-align: middle;
  padding-right: 1px;
  font-size: 1em;
}
#content #primary #main .page-header {
  margin-bottom: 30px;
}
#content #primary #main .page-header .page-title {
  word-wrap: break-word;
  font-size: 26px;
  text-transform: uppercase;
  margin-top: 0;
}
#content #primary #main .posts-navigation .nav-previous a:before {
  content: "";
  display: inline-block;
  padding-right: 10px;
  font-family: Dashicons;
  vertical-align: bottom;
}
#content #primary #main .posts-navigation .nav-next a:after {
  content: "";
  display: inline-block;
  padding-left: 10px;
  font-family: Dashicons;
  vertical-align: bottom;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

.comments-area .comments-title {
  word-wrap: break-word;
  font-size: 24px;
  text-transform: uppercase;
}
.comments-area .comment-list {
  list-style: none;
  margin-left: 50px;
  padding-left: 0;
}
.comments-area .comment-list .comment-body {
  padding: 20px;
  margin-bottom: 0 !important;
}
.comments-area .comment-list .comment-body .comment-meta .comment-author .avatar.photo {
  border-radius: 50%;
  margin-right: 10px;
}
.comments-area .comment-list .comment-body .comment-metadata {
  font-size: 11px;
  text-transform: uppercase;
  padding: 10px 0;
}
.comments-area .comment-list .comment-body .comment-metadata:before {
  content: "";
  font-family: Dashicons;
  vertical-align: middle;
  padding-right: 3px;
  font-size: 14px;
}
.comments-area .comment-list .comment-body .reply:before {
  content: "";
  font-family: Dashicons;
  vertical-align: middle;
  padding-right: 3px;
  font-size: 14px;
}
.comments-area .comment-list .comment-body .reply .comment-reply-link {
  font-size: 11px;
  text-transform: uppercase;
  padding: 10px 0;
}
.comments-area .comment-list .children {
  list-style: none;
  margin-left: 50px;
}
.comments-area .comment-respond .comment-reply-title {
  word-wrap: break-word;
  font-size: 24px;
  text-transform: uppercase;
}
.comments-area .comment-respond .comment-form textarea[name=comment] {
  width: 100%;
}
.comments-area .comment-respond .comment-form input[name=author],
.comments-area .comment-respond .comment-form input[name=email],
.comments-area .comment-respond .comment-form input[name=url] {
  width: 100%;
}
.comments-area .comment-respond .comment-form .comment-form-cookies-consent, .comments-area .comment-respond .comment-form .form-submit {
  padding: 5px;
}

/*--------------------------------------------------------------
## Main and Fix some CSS
--------------------------------------------------------------*/
body{background:#fafafa;}
body, h1, h2, h3, h4, h5, h6{font-family: "Cairo", sans-serif;}
h1,
h2{color:rgba(23,68,93,1);font-weight:800;}
.entry-title{font-weight:bold!important;}
a:hover {text-decoration:none;}
img {height:auto;/* Make sure images are scaled correctly. */max-width: 100%;/* Adhere to container width. */}
table {width:100%;}
input[type=text],input[type=email],input[type=url],input[type=password],input[type=search],input[type=number],input[type=tel],input[type=range],input[type=date],input[type=month],input[type=week],input[type=time],input[type=datetime],input[type=datetime-local],input[type=color],textarea{padding:0.375rem 0.75rem;outline:0;transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;}
.fittext{text-align:center;}
.fittext a{-o-transition:none;-moz-transition:none;-webkit-transition:none;transition:none;}
.spanst, .spannd{background:transparent;display:inline;padding-right:1px;opacity:0;}
.io-get-width-textfit{-o-transition:none;-moz-transition:none;-webkit-transition:none;transition:none;position:absolute;top:0;right:0;width:99999999px;opacity:0;}
.dashicons, .dashicons-before:before{display:inherit;width:inherit;height:inherit;font-size:inherit;line-height:inherit;font-family:dashicons;text-decoration:inherit;font-weight:inherit;font-style:inherit;vertical-align:inherit;text-align:inherit;}
/* Text meant only for screen readers. */
.screen-reader-text{border:0;clip:rect(1px, 1px, 1px, 1px);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute !important;width:1px;word-wrap: normal !important;/* Many screen reader and browser combinations announce broken words as they would appear visually. */}
.screen-reader-text:focus{border-radius:3px;box-shadow:0 0 2px 2px rgba(0, 0, 0, 0.6);clip:auto !important;clip-path:none;display:block;font-weight:bold;height:auto;left:5px;line-height:normal;padding: 15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000;/* Above WP toolbar. */}
/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {outline:0;}
dfn, cite, em, i{font-style:italic;color:inherit;}
blockquote{margin:0 1.5em;border-left:1px solid rgba(0, 0, 0, 0.15);color:inherit;padding:0.5625rem 1.25rem 0 1.1875rem;}
blockquote p{color:inherit;}
address{margin:0 0 1.5em;}
pre{color:inherit;background:rgba(0, 0, 0, 0.08);padding:2rem;}
code, kbd, tt, var{border:1px solid rgba(0, 0, 0, 0.2);background-color:rgba(0, 0, 0, 0.06);color:inherit;}
abbr, acronym{border-bottom:1px dotted rgba(0, 0, 0, 0.6);cursor:help;}
mark, ins{background:rgba(255, 231, 0, 0.2);text-decoration:none;}
big{font-size:125%;}

/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/
#masthead{margin-top:30px;}
#masthead .site-branding{margin-bottom:70px;}
#masthead .site-branding .site-title{font-size:3rem;line-height:1;text-transform:uppercase;margin:0;margin-bottom:0.5rem;}
#masthead .site-branding .site-title a{display:inline-block;}
#masthead .site-branding .site-description{font-size:0.875rem;line-height:1;letter-spacing:3px;text-transform:uppercase;margin-bottom:0rem;}
#masthead #site-navigation{margin-bottom:30px;}
/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
#colophon{margin-bottom:30px;}
#colophon .site-info{text-align:center;}
/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,.infinite-scroll.neverending .site-footer {/* Theme Footer (when set to scrolling) */display:none;}
/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer{display:block;}
.home-footer {
  background: #ececec;
  color: #666666;
}

.home-footer .text-primary {
  color: #3f68ea !important;
}

.home-footer__menu li {
  position: relative;
  padding-left: 0.9rem;
  margin-bottom: 0.45rem;
}

.home-footer__menu li::before {
  content: "";
  position: absolute;
  top: 0.72rem;
  left: 0;
  width: 0.32rem;
  height: 0.32rem;
  border-radius: 50%;
  background: #82e56d;
}

.home-footer__menu a {
  color: #666666;
  text-decoration: none;
  transition: color 0.2s ease;
}

.home-footer__menu a:hover,
.home-footer__menu a:focus {
  color: #3f68ea;
}

.home-footer__legal {
  color: #8a8a8a;
  border-color: rgba(63, 104, 234, 0.12) !important;
}

.home-footer__bottom {
  padding: 1.5rem 1.5rem 1.1rem;
  border-radius: 0;
  background: #3f68ea;
  color: #ffffff;
}

.home-footer__brand {
  color: #ffffff;
}

.home-footer__brand-logo {
  width: 190px;
  max-width: 100%;
  height: auto;
}

.home-footer__brand-copy {
  margin-top: 0.25rem;
  color: rgba(255, 255, 255, 0.85);
  font-size: 0.82rem;
  font-weight: 500;
}

.home-footer__score-block {
  gap: 0.2rem;
}

.home-footer__stars {
  color: #82e56d;
  font-size: 1.5rem;
  letter-spacing: 0.18rem;
  line-height: 1;
}

.home-footer__score {
  color: #ffffff;
  font-size: 1.05rem;
  font-weight: 700;
}

.home-footer__score-meta {
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.82rem;
  font-weight: 500;
}

.home-footer__badges-title {
  color: rgba(255, 255, 255, 0.92);
  font-size: 1rem;
  font-weight: 600;
}

.home-footer__badge-logos {
  min-width: 0;
}

.home-footer__badge-logo {
  width: auto;
  max-width: 100%;
  height: 30px;
  object-fit: contain;
  filter: brightness(0) invert(1);
  opacity: 0.95;
}

.home-footer__badge-logo--amis {
  height: 24px;
}

.home-footer__badge-logo--condusef {
  height: 28px;
}

.home-footer__badge-logo--cnsf {
  height: 28px;
}

.home-footer__bottom .home-footer__legal {
  color: rgba(255, 255, 255, 0.82);
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  border-color: rgba(255, 255, 255, 0.18) !important;
  font-size: 0.84rem;
  line-height: 1.55;
}

.home-footer__bottom .home-footer__legal a {
  color: #ffffff;
  font-weight: 700;
  text-decoration: underline;
}

.home-footer__bottom .home-footer__legal a:hover,
.home-footer__bottom .home-footer__legal a:focus {
  color: #dfe7ff;
}

.home-footer__legal-link {
  cursor: pointer;
}

.comparaya-legal-modal__content {
  border: 0;
  border-radius: 1.5rem;
  overflow: hidden;
}

.comparaya-legal-modal__header {
  padding: 1.25rem 1.5rem;
  border-bottom: 1px solid rgba(25, 50, 87, 0.08);
  background: linear-gradient(135deg, #f7faff 0%, #eef5ff 100%);
}

.comparaya-legal-modal__body {
  padding: 1.5rem;
  color: #284460;
}

.comparaya-legal-modal__status {
  color: #5f6f87;
  font-size: 1rem;
  line-height: 1.7;
}

.comparaya-legal-modal__document {
  color: #284460;
  font-size: 0.98rem;
  line-height: 1.75;
}

.comparaya-legal-modal__document h1,
.comparaya-legal-modal__document h2,
.comparaya-legal-modal__document h3,
.comparaya-legal-modal__document h4 {
  margin-top: 1.5rem;
  margin-bottom: 0.9rem;
  color: #193257;
  font-weight: 800;
  text-transform: none;
}

.comparaya-legal-modal__document p,
.comparaya-legal-modal__document li {
  color: inherit;
}

.comparaya-legal-modal__document ul,
.comparaya-legal-modal__document ol {
  padding-left: 1.25rem;
}

.comparaya-legal-modal__document a {
  color: #2f5fe7;
}

@media (max-width: 767.98px) {
  .home-footer__bottom {
    padding: 1.25rem 1rem 1rem;
  }

  .home-footer__brand-logo {
    width: 170px;
  }

  .home-footer__stars {
    font-size: 1.25rem;
    letter-spacing: 0.12rem;
  }

  .home-footer__badge-logo {
    height: 24px;
  }

  .home-footer__bottom .home-footer__legal {
    font-size: 0.78rem;
  }
}

/*--------------------------------------------------------------
# Home inline styles migrated
--------------------------------------------------------------*/
.home-hero__bg-shape {
  position: absolute;
  top:5%;
  z-index: -1;
  display: block;
  width: auto;
  height: auto;
  max-height: 70vh;
  margin: 0 auto;
  text-align: center;
}

.home-hero__media-row {
  overflow: hidden;
}

.home-hero__row-bg {
  background-image: url("assets/img_compara/organic_bg1.svg");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}

.home-hero__cta--pill {
  border-radius: 50px;
}

.home-hero__benefits--wide {
  width: 90%;
}

.home-prices-section,
.home-faqs__intro,
.home-regulatory,
.home-insurance-types--surface,
.home-compare-slider-section,
.home-content-slider-section,
.home-generic-section--surface {
  background: #ffffff;
}

.home-generic-section--sky {
  background: #edfbff;
}

.home-generic-section--comparador-bg {
  background-image: url("assets/img_compara/por-que-usar-un-comparador-de-seguros.webp");
  background-repeat: no-repeat;
  background-size: 85%;
  background-position: 0px bottom;
}

.home-regulatory__inner {
  opacity: 0.8;
  filter: grayscale(100%);
}

.home-regulatory__copy {
  font-size: 0.85rem;
}

.home-faqs__intro-image {
  bottom: -36px;
}

.home-faqs__item--plain {
  border: none;
  background-color: transparent;
}

.home-faqs__button--plain {
  color: #3f68ea;
  background-color: #ffffff;
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.home-content-slider__frame {
  overflow: hidden;
  background-color: #ffffff;
  border-radius: 30px;
}

.home-content-slider__main {
  background-color: #8be86f;
  border-top-right-radius: 30px;
}

.content-slide-card--surface {
  background-color: #8be86f;
}

.content-slide-card__cap-left {
  background-color: #ffffff;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
}

.content-slide-card__cap-right {
  background-color: #ffffff;
}

.content-slide-card__cap-pocket {
  background: #8be86f;
  border-bottom-left-radius: 30px;
}

.content-slide-card__cap-row {
  background-color: #8be86f;
}

.content-slide-card__cap-fill-left {
  background-color: #ffffff;
}

.content-slide-card__cap-fill-right {
  background-color: #ffffff;
  border-top-right-radius: 30px;
}

.content-slide-card__body {
  background-color: #ffffff;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
}

.home-content-slider__sidebar {
  background-color: #8be86f;
  background-image: url("assets/img_compara/circulos_verdes.svg");
  background-repeat: no-repeat;
  background-position: right 120px;
  border-radius: 50px;
  border-bottom-left-radius: 0;
}

.home-content-slider__sidebar-shell {
  background-color: #8be86f;
  border-radius: 50px;
  border-bottom-left-radius: 0;
}

.home-content-slider__sidebar-head {
  height: auto;
  background-color: #ffffff;
  border-bottom-left-radius: 20px;
}

.home-content-slider__sidebar-gap {
  background-color: #ffffff;
}

.home-content-slider__sidebar-cut {
  background-color: #8be86f;
  border-top-right-radius: 50px;
}

.home-testimonials__avatar--blue {
  background: #2563eb;
}

.home-testimonials__avatar--green {
  background: #16a34a;
}

.home-testimonials__avatar--orange {
  background: #d97706;
}

.home-testimonials__avatar--violet {
  background: #7c3aed;
}

.home-testimonials__avatar--pink {
  background: #db2777;
}

.home-testimonials__avatar--emerald {
  background: #059669;
}

.home-testimonials__avatar--red {
  background: #dc2626;
}

.home-testimonials__avatar--brown {
  background: #7c2d12;
}

.cy-sticky-offset {
  top: 100px;
}

.cy-divider-accent {
  width: 100%;
  border: 2px solid;
  border-color: #0acc8f !important;
}

.cy-link-reset {
  text-decoration: none;
}

.cy-list-unstyled {
  list-style: none;
}

.cy-inline-block {
  display: inline-block;
}

.cy-rating-link {
  color: #284460;
}

.cy-cookie-banner {
  position: sticky;
  bottom: 0;
  background: #ffffff;
}

.cy-cookie-banner__copy {
  display: block;
}

.cy-cookie-banner__trigger {
  color: blue;
  cursor: pointer;
  text-decoration: underline;
}

.cy-cookie-banner__close {
  width: auto;
  height: auto;
  float: none !important;
  margin: 0;
  padding: 0 15px 0 0;
  background: #ffffff;
}

.cy-monkey-media-col {
  display: flex;
  align-content: flex-end;
}

.cy-monkey-media-image {
  float: right;
  width: 360px;
}

.cy-privacy-modal__close {
  display: flex;
  justify-content: end;
}

.cy-privacy-modal__body {
  height: 100%;
  padding: 20px 0;
  overflow-y: auto;
}

.cy-cta-short-btn {
  height: 60px;
  line-height: 3;
}

@media (max-width: 991.98px) {
  .home-hero__bg-shape {top:15%;}
  .home-generic-section--comparador-bg {
    background-position: center top;
    background-size: contain;
    background-image: none;
  }

  .home-content-slider__main {
    border-top-right-radius: 0;
  }

  .home-content-slider__sidebar {
    background-position: right bottom;
    border-radius: 0 0 30px 30px;
  }

  .home-content-slider__sidebar-shell {
    border-radius: 0 0 30px 30px;
  }
}

@media (max-width: 767.98px) {
  .home-hero__benefits--wide {
    width: 100%;
  }

  .home-faqs__intro-image {
    bottom: -18px;
  }

  .home-content-slider__frame {
    border-radius: 24px;
  }

  .home-content-slider__sidebar {
    border-radius: 0 0 24px 24px;
  }

  .home-content-slider__sidebar-shell {
    border-radius: 0 0 24px 24px;
  }
}
/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,.entry-content .wp-smiley,.comment-content .wp-smiley{border:none;margin-bottom:0;margin-top:0;padding:0;}
/* Make sure embeds and iframes fit their containers. */
embed,iframe,object{max-width:100%;}
/* Make sure logo link wraps around logo image. */
.custom-logo-link{display:inline-block;}
/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption{margin-bottom:1.5em;max-width:100%;}
.wp-caption img[class*=wp-image-]{display:block;margin-left:auto;margin-right:auto;}
.wp-caption .wp-caption-text{margin:0.8075em 0;}
.wp-caption-text{text-align:center;}
/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery{margin-bottom:1.5em;}
.gallery-item{display:inline-block;text-align:center;vertical-align:top;width:100%;}
.gallery-columns-2 .gallery-item{max-width:50%;}
.gallery-columns-3 .gallery-item{max-width:33.33%;}
.gallery-columns-4 .gallery-item{max-width:25%;}
.gallery-columns-5 .gallery-item{max-width:20%;}
.gallery-columns-6 .gallery-item{max-width:16.66%;}
.gallery-columns-7 .gallery-item{max-width:14.28%;}
.gallery-columns-8 .gallery-item{max-width:12.5%;}
.gallery-columns-9 .gallery-item{max-width:11.11%;}
.gallery-caption{display:block;}
/*# sourceMappingURL=style.css.map */
/*--------------------------------------------------------------
## custom styles
--------------------------------------------------------------*/
.imgPost{display:inline;float:right;margin-left: 1.5em;width:570px;height:240px;}
.btn-success{color:#fff;background-color:#0d5;border-color:#0d5;}
.btn-success:hover{color:#fff;background-color:#0ebf52;border-color:#0ebf52;}
#content{margin-bottom:70px;}
.text-black{color:#284460;font-weight:600;display:inline-block;min-width:90px;text-align:center;}
.text-black:hover{color:#284460;font-weight:600;display:inline-block;min-width:90px;text-align:center;}
.nav-item,.nav-item.active
{font-size:1.2rem!important;}
/* LIST CARDS PEQUEÑA */
/* .sprite-aseg-list-aba {background-image: url(../../uploads/src/sprite-aseguradoras.svg);background-position:-655px 0px;display:block;background-repeat:no-repeat;margin:0 auto;min-width:70px;max-width:80px;width:100%;height:50px;background-size:2125px;}
.sprite-aseg-list-afirme {background-image: url(../../uploads/src/sprite-aseguradoras.svg);background-position:-82px 0px;display:block;background-repeat:no-repeat;margin:0 auto;min-width:70px;max-width:80px;width:100%;height:50px;background-size:2125px;}
.sprite-aseg-list-aig {background-image: url(../../uploads/src/sprite-aseguradoras.svg);background-position:-738px 0px;display:block;background-repeat:no-repeat;margin:0 auto;min-width:70px;max-width:80px;width:100%;height:50px;background-size:2125px;}
.sprite-aseg-list-ana {background-image: url(../../uploads/src/sprite-aseguradoras.svg);background-position:-1390px 0px;display:block;background-repeat:no-repeat;margin:0 auto;min-width:70px;max-width:80px;width:100%;height:50px;background-size:2125px;}
.sprite-aseg-list-atlas {background-image: url(../../uploads/src/sprite-aseguradoras.svg);background-position:-328px 0px;display:block;background-repeat:no-repeat;margin:0 auto;min-width:70px;max-width:80px;width:100%;height:50px;background-size:2125px;}
.sprite-aseg-list-axa {background-image: url(../../uploads/src/sprite-aseguradoras.svg);background-position:-1142px 0px;display:block;background-repeat:no-repeat;margin:0 auto;min-width:70px;max-width:80px;width:100%;height:50px;background-size:2125px;}
.sprite-aseg-list-banorte {background-image: url(../../uploads/src/sprite-aseguradoras.svg);background-position:-490px 0px;display:block;background-repeat:no-repeat;margin:0 auto;min-width:70px;max-width:80px;width:100%;height:50px;background-size:2125px;}
.sprite-aseg-list-chubb {background-image: url(../../uploads/src/sprite-aseguradoras.svg);background-position:-341px -60px;display:block;background-repeat:no-repeat;margin:0 auto;min-width:70px;max-width:80px;width:100%;height:50px;background-size:2125px;}
.sprite-aseg-list-el-aguila {background-image: url(../../uploads/src/sprite-aseguradoras.svg);background-position:-1633px 0px;display:block;background-repeat:no-repeat;margin:0 auto;min-width:70px;max-width:80px;width:100%;height:50px;background-size:2125px;}
.sprite-aseg-list-el-potosi {background-image: url(../../uploads/src/sprite-aseguradoras.svg);background-position:-164px 0px;display:block;background-repeat:no-repeat;margin:0 auto;min-width:70px;max-width:80px;width:100%;height:50px;background-size:2125px;}
.sprite-aseg-list-general-de-seguros {background-image: url(../../uploads/src/sprite-aseguradoras.svg);background-position:-247px 0px;display:block;background-repeat:no-repeat;margin:0 auto;min-width:70px;max-width:80px;width:100%;height:50px;background-size:2125px;}
.sprite-aseg-list-gnp {background-image: url(../../uploads/src/sprite-aseguradoras.svg);background-position:-900px 0px;display:block;background-repeat:no-repeat;margin:0 auto;min-width:70px;max-width:80px;width:100%;height:50px;background-size:2125px;}
.sprite-aseg-list-hdi {background-image: url(../../uploads/src/sprite-aseguradoras.svg);background-position:-1715px 0px;display:block;background-repeat:no-repeat;margin:0 auto;min-width:70px;max-width:80px;width:100%;height:50px;background-size:2125px;}
.sprite-aseg-list-inbursa {background-image: url(../../uploads/src/sprite-aseguradoras.svg);background-position:-409px 0px;display:block;background-repeat:no-repeat;margin:0 auto;min-width:70px;max-width:80px;width:100%;height:50px;background-size:2125px;}
.sprite-aseg-list-la-latino {background-image: url(../../uploads/src/sprite-aseguradoras.svg);background-position:-1470px 0px;display:block;background-repeat:no-repeat;margin:0 auto;min-width:70px;max-width:80px;width:100%;height:50px;background-size:2125px;}
.sprite-aseg-list-mapfre {background-image: url(../../uploads/src/sprite-aseguradoras.svg);background-position:-572px 0px;display:block;background-repeat:no-repeat;margin:0 auto;min-width:70px;max-width:80px;width:100%;height:50px;background-size:2125px;}
.sprite-aseg-list-migo {background-image: url(../../uploads/src/sprite-aseguradoras.svg);background-position:-819px 0px;display:block;background-repeat:no-repeat;margin:0 auto;min-width:70px;max-width:80px;width:100%;height:50px;background-size:2125px;}
.sprite-aseg-list-miituo {background-image: url(../../uploads/src/sprite-aseguradoras.svg);background-position:-1552px 0px;display:block;background-repeat:no-repeat;margin:0 auto;min-width:70px;max-width:80px;width:100%;height:50px;background-size:2125px;}
.sprite-aseg-list-multiva {background-image: url(../../uploads/src/sprite-aseguradoras.svg);background-position:5px -60px;display:block;background-repeat:no-repeat;margin:0 auto;min-width:70px;max-width:80px;width:100%;height:50px;background-size:2125px;}
.sprite-aseg-list-primero-seguros {background-image: url(../../uploads/src/sprite-aseguradoras.svg);background-position:-224px -60px;display:block;background-repeat:no-repeat;margin:0 auto;min-width:70px;max-width:80px;width:100%;height:50px;background-size:2125px;}
.sprite-aseg-list-qualitas {background-image: url(../../uploads/src/sprite-aseguradoras.svg);background-position: 0px 0px;display:block;background-repeat:no-repeat;margin:0 auto;min-width:70px;max-width:80px;width:100%;height:50px;background-size:2125px;}
.sprite-aseg-list-vepormas {background-image: url(../../uploads/src/sprite-aseguradoras.svg);background-position:-1224px 0px;display:block;background-repeat:no-repeat;margin:0 auto;min-width:70px;max-width:80px;width:100%;height:50px;background-size:2125px;}
.sprite-aseg-list-beat {background-image: url(../../uploads/src/sprite-aseguradoras.svg);background-position:-1881px 0px;display:block;background-repeat:no-repeat;margin:0 auto;min-width:70px;max-width:80px;width:100%;height:50px;background-size:2125px;}
.sprite-aseg-list-cabify {background-image: url(../../uploads/src/sprite-aseguradoras.svg);background-position:-1881px 0px;display:block;background-repeat:no-repeat;margin:0 auto;min-width:70px;max-width:80px;width:100%;height:50px;background-size:2125px;}
.sprite-aseg-list-didi {background-image: url(../../uploads/src/sprite-aseguradoras.svg);background-position:-1798px 0px;display:block;background-repeat:no-repeat;margin:0 auto;min-width:70px;max-width:80px;width:100%;height:50px;background-size:2125px;}
.sprite-aseg-list-uber {background-image: url(../../uploads/src/sprite-aseguradoras.svg);background-position:-1306px 0px;display:block;background-repeat:no-repeat;margin:0 auto;min-width:70px;max-width:80px;width:100%;height:50px;background-size:2125px;}
.sprite-aseg-list-taxis {background-image: url(../../uploads/src/sprite-aseguradoras.svg);background-position:-1965px 0px;display:block;background-repeat:no-repeat;margin:0 auto;min-width:70px;max-width:80px;width:100%;height:50px;background-size:2125px;}
.sprite-aseg-list-motos {background-image: url(../../uploads/src/sprite-aseguradoras.svg);background-position:-110px -60px;display:block;background-repeat:no-repeat;margin:0 auto;min-width:70px;max-width:80px;width:100%;height:50px;background-size:2125px;}
.sprite-aseg-list-sura {background-image: url(../../uploads/src/sprite-aseguradoras.svg);background-position:-1060px 0px;display:block;background-repeat:no-repeat;margin:0 auto;min-width:70px;max-width:80px;width:100%;height:50px;background-size:2125px;}
.sprite-aseg-list-zurich {background-image: url(../../uploads/src/sprite-aseguradoras.svg);background-position:-980px 0px;display:block;background-repeat:no-repeat;margin:0 auto;min-width:70px;max-width:80px;width:100%;height:50px;background-size:2125px;} */
/**/
.rp4wp_component_title a{color:#007bff;}
#footerCompara a {
  color: #131e2a!important;
  text-decoration: none;
  background-color: transparent;
}

#footerCompara a:hover {
  color: #0056b3;
  text-decoration: underline;
}
.btn-success {
  color: #fff;
  background-color: #00ce8b!important;
  border-color: #00ce8b!important;
}

.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}

.btn-success:focus, .btn-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

/*sprite icons*/
svg.icons{width:20px;height:20px;}
svg.icon-small{width:12px;height:12px;}

.sidebar{position:sticky;height:1660px;top:0;}

/* Custom styles for new templates */
.toc {
  border: 1px solid #e9ecef;
  border-radius: 0.25rem;
  padding: 1rem;
  margin-bottom: 1.5rem;
}

.toc h3 {
  font-size: 1.1rem;
  margin-bottom: 0.75rem;
}

.toc ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.toc li {
  margin-bottom: 0.5rem;
}

.toc a {
  color: #007bff;
  text-decoration: none;
}

.toc a:hover {
  text-decoration: underline;
}

.author-box {
  background-color: #f8f9fa;
  border-radius: 0.25rem;
  padding: 1.5rem;
  margin-top: 2rem;
}

.author-box .avatar {
  float: left;
  margin-right: 1rem;
}

.singular-view__article {
  background: #ffffff;
  box-shadow: 0 24px 55px rgba(17, 34, 68, 0.08) !important;
}

.singular-view__body {
  padding: clamp(1.5rem, 3vw, 2.75rem);
}

.singular-view__meta-row {
  row-gap: 0.5rem;
}

.singular-view__breadcrumbs {
  margin-bottom: 1rem;
  color: #6c7488;
  font-size: 0.9rem;
  line-height: 1.5;
}

.singular-view__breadcrumbs a {
  color: #2f5fe7;
  text-decoration: none;
}

.singular-view__breadcrumbs a:hover {
  text-decoration: underline;
}

.singular-view__type {
  background: #e8f0ff;
  color: #2f5fe7;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  padding: 0.5rem 0.8rem;
}

.singular-view__meta-item {
  color: #6c7488 !important;
}

.singular-view__title {
  margin: 0;
  color: #284460;
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 800;
  line-height: 1.08;
  text-transform: none;
}

.singular-view__divider {
  max-width: 10rem;
}

.singular-view__excerpt {
  max-width: 52rem;
  color: #5f6b7e;
  font-size: 1.08rem;
  line-height: 1.65;
}

.singular-view__inline-cta {
  background: #ffffff;
  box-shadow: 0 14px 30px rgba(17, 34, 68, 0.06);
}

.singular-view__cta,
.singular-view__trust-card {
  background: #f8fbff;
  box-shadow: 0 16px 32px rgba(17, 34, 68, 0.06);
}

.singular-view__cta-kicker,
.singular-view__trust-label {
  color: #2f5fe7;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.singular-view__cta-copy,
.singular-view__trust-meta {
  color: #5f6b7e;
}

.singular-view__trust-score {
  color: #284460;
  font-size: 1.75rem;
  font-weight: 800;
  line-height: 1.1;
}

.singular-view__highlight {
  background: #ffffff;
  box-shadow: 0 12px 28px rgba(17, 34, 68, 0.06);
}

.singular-view__highlight-kicker {
  color: #2f5fe7;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.singular-view__highlight-copy {
  color: #5f6b7e;
}

.singular-view__thumbnail img {
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.singular-view__toc {
  border-radius: 1rem;
  background: #f8fbff;
}

.singular-view__toc-shell {
  border-radius: 1.35rem;
  background: #fff;
  padding: 0.35rem;
}

.singular-view__toc-toggle {
  width: 100%;
}

.singular-view__toc-toggle.home-faqs__button {
  justify-content: space-between;
}

.singular-view__toc-body {
  padding-top: 0.25rem;
}

.singular-view__toc .js-toc-list {
  display: grid;
  gap: 0.75rem;
}

.singular-view__toc .js-toc-list li {
  padding-bottom: 0.75rem;
  border-bottom: 1px solid rgba(17, 34, 68, 0.08);
}

.singular-view__toc .js-toc-list li:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.singular-view__toc .js-toc-list a {
  color: #284460;
  font-weight: 600;
  text-decoration: none;
}

.singular-view__toc .js-toc-list a:hover {
  color: #2f5fe7;
  text-decoration: underline;
}

.singular-view__content {
  color: #34445f;
  font-size: 1.05rem;
  line-height: 1.8;
}

.singular-view__content > *:last-child {
  margin-bottom: 0;
}

.singular-view__content h2,
.singular-view__content h3,
.singular-view__content h4 {
  color: #284460;
  line-height: 1.2;
  margin-top: 2rem;
  margin-bottom: 1rem;
}

.singular-view__content ul,
.singular-view__content ol {
  padding-left: 1.25rem;
}

.singular-view__faqs-title {
  color: #284460;
  font-weight: 800;
}

.singular-view__faq-item {
  background: #ffffff;
  box-shadow: 0 14px 32px rgba(17, 34, 68, 0.06);
}

.singular-view__faq-button,
.singular-view__faq-button:not(.collapsed) {
  background: #f8fbff;
  color: #284460;
  box-shadow: none;
  font-weight: 700;
}

.singular-view__faq-button:focus {
  box-shadow: 0 0 0 0.2rem rgba(47, 95, 231, 0.15);
}

.singular-view__faq-answer {
  color: #4e5d78;
  line-height: 1.75;
}

.singular-view__faq-answer > *:last-child {
  margin-bottom: 0;
}

.singular-view--autos .singular-view__content > :first-child {
  margin-top: 0;
}

.singular-view--autos .singular-view__content h2 {
  scroll-margin-top: 7rem;
}

.singular-view--autos {
  border: 0;
  border-radius: 1.75rem !important;
  background: #ffffff;
  box-shadow: var(--cy-shadow) !important;
}

.singular-view--autos .singular-view__body {
  padding: clamp(1.5rem, 2.5vw, 2.25rem);
}

.singular-view--autos .singular-view__title {
  font-size: clamp(2.2rem, 4vw, 3.25rem);
  line-height: 1.05;
}

.singular-view--autos .singular-view__excerpt {
  max-width: 46rem;
}

.singular-view--autos .singular-view__cta,
.singular-view--autos .singular-view__trust-card,
.singular-view--autos .singular-view__highlight,
.singular-view--autos .singular-view__toc,
.singular-view--autos .singular-view__inline-cta,
.singular-view--autos .singular-view__faq-item,
.singular-view--autos .singular-view__author,
.singular-view--autos .singular-view__related-card {
  background: #ffffff;
  border: 0;
  border-radius: 1.35rem !important;
  box-shadow: none !important;
}

.singular-view--autos .singular-view__cta,
.singular-view--autos .singular-view__inline-cta {
  background: linear-gradient(180deg, #ffffff 0%, #eef9e8 100%);
}

.singular-view--autos .singular-view__cta .card-body,
.singular-view--autos .singular-view__inline-cta .card-body {
  padding: 1.5rem;
}

.singular-view--autos .singular-view__trust-card .card-body,
.singular-view--autos .singular-view__highlight .card-body {
  padding: 1.25rem;
}

.singular-view--autos .singular-view__thumbnail {
  /* padding: 0.35rem; */
  border: 5px solid #8de56f;
  border-radius: 1.35rem;
  background: #ffffff;
}

.singular-view--autos .singular-view__thumbnail img {
  border-radius: 0.8rem !important;
}

.singular-view--autos .singular-view__type {
  background: #d9efc8;
  color: #4b74ee;
}

.singular-view--autos .singular-view__title,
.singular-view--autos .singular-view__highlight-kicker,
.singular-view--autos .singular-view__cta-kicker,
.singular-view--autos .singular-view__trust-label,
.singular-view--autos .singular-view__faqs-title {
  color: #4b74ee;
}

.singular-view--autos .singular-view__trust-score {
  color: #193257;
}

.singular-view--autos .singular-view__highlight {
  background: #f7fbff;
}

.singular-view--autos .singular-view__faq-button,
.singular-view--autos .singular-view__faq-button:not(.collapsed) {
  background: #ffffff;
  color: #4b74ee;
}

.singular-view--autos .singular-view__faq-item {
  border: 3px solid #8de56f;
}

.singular-view--autos .singular-view__footer {
  border-top-color: rgba(75, 116, 238, 0.12) !important;
}

.singular-view--autos .singular-view__author {
  padding: 1.5rem !important;
  background: #f7fbff;
}

/* .singular-view--autos .singular-view__editorial-card,
.singular-view--autos .singular-view__author {
  border: 2px solid rgba(141, 229, 111, 0.6);
  background: linear-gradient(180deg, #ffffff 0%, #eef9e8 100%);
} */

.singular-view--autos .singular-view__editorial-card--compact {
  border-radius: 1.4rem;
}

.singular-view--autos .singular-view__editorial-name {
  color: #284460;
}

.singular-view--autos .singular-view__editorial-badge {
  background: rgba(75, 116, 238, 0.12);
  color: #4b74ee;
}

.singular-view--autos .singular-view__editorial-line,
.singular-view--autos .singular-view__editorial-note {
  color: #284460;
}

.singular-view--autos .singular-view__related-card:hover {
  transform: translateY(-2px);
}

.singular-view--autos .singular-view__related .card-body {
  padding: 1.1rem 1.15rem;
}

.singular-view--autos .singular-view__toc-shell,
.singular-view--autos .singular-view__faq-item {
  box-shadow: none;
}

.singular-view__footer-item a,
.singular-view__related-title a {
  color: #2f5fe7;
  text-decoration: none;
}

.singular-view__footer-item a:hover,
.singular-view__related-title a:hover {
  text-decoration: underline;
}

.singular-view__author {
  background: #f8fbff;
  border: 1px solid rgba(47, 95, 231, 0.08);
}

.singular-view__editorial-card {
  min-height: 100%;
  padding: 1rem 1.15rem;
  border: 1px solid rgba(47, 95, 231, 0.08);
  border-radius: 1.1rem;
  background: #f8fbff;
}

.singular-view__editorial-card--compact {
  padding: 1rem 1.15rem;
}

.singular-view__editorial-label {
  color: #4b74ee;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.singular-view__editorial-name {
  color: #193257;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.3;
}

.singular-view__editorial-copy {
  color: #667085;
  font-size: 0.94rem;
  line-height: 1.6;
}

.singular-view__editorial-avatar {
  border: 3px solid #ffffff;
  box-shadow: 0 10px 20px rgba(17, 34, 68, 0.08);
}

.singular-view__editorial-main {
  min-width: 0;
}

.singular-view__editorial-line {
  color: #193257;
  font-size: 0.98rem;
  line-height: 1.35;
}

.singular-view__editorial-line--author,
.singular-view__editorial-line--updated {
  font-size: 1.02rem;
}

.singular-view__editorial-strong {
  font-weight: 800;
}

.singular-view__editorial-badge {
  display: inline-flex;
  align-items: center;
  min-height: 2rem;
  padding: 0.45rem 0.95rem;
  border-radius: 999px;
  background: #e6e4fb;
  color: #4b45d8;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.singular-view__editorial-note {
  color: #667085;
  font-size: 0.92rem;
  line-height: 1.55;
}

.singular-view__related-card {
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.singular-view__related-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 38px rgba(17, 34, 68, 0.12) !important;
}

.singular-view__related-image img {
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.reviews-page__hero,
.reviews-page__summary,
.reviews-page__card,
.reviews-page__metric,
.reviews-page__insights,
.reviews-page__cta {
  background: #ffffff;
  box-shadow: 0 18px 40px rgba(17, 34, 68, 0.08);
}

.comparaya-404 {
  min-height: clamp(32rem, 78vh, 52rem);
  background: #edf0fb;
}

.comparaya-404__shell {
  max-width: 66rem;
  /* padding: clamp(1.5rem, 4vw, 3rem) 0; */
}

.comparaya-404__media {
  display: flex;
  justify-content: center;
}

.comparaya-404__image {
  max-width: min(100%, 52rem);
  height: auto;
}

.comparaya-404__title {
  color: #4b74ee;
  font-size: clamp(2rem, 5vw, 3.6rem);
  font-weight: 800;
  line-height: 1.08;
}

.comparaya-404__modules {
  display: grid;
  gap: 1rem;
  margin-top: 1rem;
}

.comparaya-404__modules .home-insurance-types {
  padding-top: 2.5rem !important;
  padding-bottom: 1.5rem !important;
}

.comparaya-404__modules > .container-fluid {
  padding-bottom: 0 !important;
}

.comparaya-404__modules .home-section-heading {
  margin-bottom: 1.5rem;
}

.comparaya-404__modules .home-insurers__track {
  padding-bottom: 0.25rem;
}

.comparaya-404__home-link {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
  color: #5d6475;
  font-size: 1.15rem;
  font-weight: 700;
}

.comparaya-404__home-icon {
  display: inline-flex;
  width: 4rem;
  height: 4rem;
  align-items: center;
  justify-content: center;
  color: var(--cy-green);
  transition: transform 0.2s ease;
}

.comparaya-404__home-icon svg {
  width: 100%;
  height: 100%;
  display: block;
}

.comparaya-404__home-link:hover,
.comparaya-404__home-link:focus {
  color: #3f68ea;
}

.comparaya-404__home-link:hover .comparaya-404__home-icon,
.comparaya-404__home-link:focus .comparaya-404__home-icon {
  transform: translateY(-2px);
}

.reviews-page__eyebrow {
  color: #2f5fe7;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.reviews-page__title {
  color: #284460;
  font-size: clamp(1.9rem, 4vw, 2.7rem);
  font-weight: 800;
  line-height: 1.1;
}

.reviews-page__copy,
.reviews-page__card-copy,
.reviews-page__card-time,
.reviews-page__rating-meta {
  color: #5f6b7e;
}

.reviews-page__rating {
  color: #284460;
  font-size: 2rem;
  font-weight: 800;
  line-height: 1;
}

.reviews-page__rating-stars,
.reviews-page__card-stars {
  color: #89eb75;
  font-size: 1.15rem;
  letter-spacing: 0.15em;
}

.reviews-page__card-title {
  color: #2f5fe7;
  font-weight: 700;
}

.reviews-page__metric-value {
  color: #284460;
  font-size: 1.9rem;
  font-weight: 800;
  line-height: 1;
}

.reviews-page__metric-label {
  color: #5f6b7e;
  line-height: 1.55;
}

.reviews-page__tag {
  display: inline-flex;
  align-items: center;
  padding: 0.55rem 0.95rem;
  border-radius: 999px;
  background: #eef5ff;
  color: #2f5fe7;
  font-size: 0.92rem;
  font-weight: 600;
  line-height: 1;
}

@media (max-width: 767.98px) {
  .reviews-page__rating {
    font-size: 1.65rem;
  }

  .reviews-page__card-stars {
    font-size: 1rem;
  }

  .reviews-page__metric-value {
    font-size: 1.65rem;
  }
}

@media (max-width: 767.98px) {
  .singular-view__body {
    padding: 1.25rem;
  }

  .singular-view__content {
    font-size: 1rem;
    line-height: 1.75;
  }

  .singular-view__excerpt {
    font-size: 1rem;
  }

  .singular-view__trust-score {
    font-size: 1.5rem;
  }
}

@media (max-width: 767.98px) {
  .author-box .avatar {
    float: none;
    margin-right: 0;
    margin-bottom: 1rem;
  }
}

/* -------------------------------------------------------------
   ComparaYa Home + Header
-------------------------------------------------------------- */
:root {
  --cy-blue: #2f5fe7;
  --cy-blue-2: #2bb2df;
  --cy-green: #b7ff1b;
  --cy-green-soft: #89eb75;
  --cy-text: #f6f8ff;
  --cy-dark: #193257;
  --cy-shadow: 0 20px 50px rgba(15, 42, 94, 0.18);
}

body.home {
  background: #f1f2f4;
}

.cy-site-header {
  position: relative;
  top: 0;
  z-index: 1030;
  padding: 1rem 0;
}
.cy-site-header--home {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  padding: 1.25rem 0 0;
}
.cy-site-header--pages {position: relative;top: 0;z-index: 1030;padding: 0.5rem 0;background-color:#fff;}
.cy-site-header--pages .cy-navbar__menu > li > a {color:var(--cy-blue);}
.cy-site-header--pages .cy-navbar__menu > li > a:hover {color:var(--cy-blue);}
.cy-site-header--hub {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  padding: 1.25rem 0 0;
}

.cy-site-header--hub .cy-navbar__brand {
  margin-top: 0 !important;
  padding-top: 0.5rem;
}

.cy-navbar {
  gap: 1rem;
}

.cy-navbar__brand {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 280px;
  padding: 1rem 1.5rem;
  border-radius: 0 0 2rem 2rem;
  /* background: #fff;
  box-shadow: 0 18px 30px rgba(15, 42, 94, 0.12); */
}

.cy-navbar__brand .custom-logo {
  max-height:110px;
  padding:20px;
  width: 280px;
}

.cy-navbar__brand-mark {
  display: block;
  /* width: min(100%, 16rem); */
  max-width:180px;
  width:100%;
  height: auto;
}

.cy-navbar__brand .custom-logo-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.cy-navbar__brand-text {
  font-size: 2rem;
  font-weight: 800;
  line-height: 1;
  color: #1d68e5;
}

.cy-navbar__brand-tagline {
  color: #284460;
  font-weight: 700;
}

.cy-navbar__hero-shortcuts {
  display: flex;
  align-items: center;
  gap: 0.85rem;
}

.cy-navbar__hero-pill {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  padding: 0.55rem 1.2rem;
  border: 1px solid rgba(255,255,255,0.75);
  border-radius: 999px;
  color: #fff;
  font-size: 0.9rem;
  font-weight: 700;
  text-decoration: none;
}

.cy-navbar__hero-pill::after {
  content: "";
  width: 0.75rem;
  height: 0.75rem;
  flex: 0 0 0.75rem;
  background: url('assets/img_compara/arrow-menu.svg') center / contain no-repeat;
}

/* .cy-navbar__hero-pill:hover,
.cy-navbar__hero-pill:focus {
  color: #fff;
  background: rgba(255,255,255,0.14);
} */

.cy-navbar__menu > li > a {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  padding: 0.7rem 1.25rem;
  /* border-bottom: 1px solid rgba(255,255,255,0.75); */
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
}

.cy-navbar__menu > li.menu-item-has-children > a::after,
.cy-navbar__menu > li.dropdown > a::after {
  content: "";
  width: 0.75rem;
  height: 0.75rem;
  flex: 0 0 0.75rem;
  background: url('assets/img_compara/arrow-menu.svg') center / contain no-repeat;
  transition: transform 0.2s ease;
}

.cy-navbar__menu > li.menu-item-has-children.show > a::after,
.cy-navbar__menu > li.dropdown.show > a::after {
  transform: rotate(90deg);
}

.cy-navbar__menu > li > a:hover,
.cy-navbar__menu > li > a:focus,
.cy-navbar__menu > li.current-menu-item > a {
  color: #fff;
  background: rgba(255,255,255,0.14);
}

.cy-navbar__call {
  position: relative;
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.125rem;
  margin-left: 1rem;
  padding: 0.65rem 1rem 0.65rem 2.7rem;
  color: #183057;
  background: #eef3fb;
  border-radius: 999px 0px 0px 999px;
  box-shadow: 0 8px 22px rgba(15, 42, 94, 0.14);
  text-decoration: none;
  line-height: 1.1;
}

.cy-navbar__call::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 1rem;
  width: 1.15rem;
  height: 1.15rem;
  background: url('assets/img_compara/phone.svg') center / contain no-repeat;
  transform: translateY(-50%);
}

.cy-navbar__call-label {
  font-size: 0.75rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #2f5fe7;
}

.cy-navbar__call--hero {
  margin-left: 0;
}

.cy-has-mega-menu {
  position: static;
}

.cy-mega-menu {
  left: 50% !important;
  right: auto !important;
  width: min(100%, 980px);
  padding: 1.25rem;
  margin-top: 1rem;
  border-radius: 1.5rem;
  transform: translateX(-50%);
}

.cy-mega-menu > li {
  break-inside: avoid;
}

.cy-has-mega-menu > .dropdown-menu {
  column-count: 3;
  column-gap: 1rem;
}

.cy-mega-menu__link,
.dropdown-menu .dropdown-item {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  padding: 0.875rem 1rem;
  white-space: normal;
  border-radius: 1rem;
}

a.nav-link .dropdown-toggle span.cy-menu-title{font-weight: 800;color: #fff;}
a.nav-link .dropdown-toggle span.cy-menu-title:hover{color: #fff;}
.cy-navbar__menu .dropdown-menu .menu-item {font-weight: 800;color: #183057;}

.cy-menu-desc {
  font-size: 0.875rem;
  color: #5f7291;
  line-height: 1.35;
}

.dropdown-menu .dropdown-item:hover,
.dropdown-menu .dropdown-item:focus {
  background: #f3f7ff;
}

/* .home-hero {
  position: relative;
  padding: 1.25rem 0 3rem;
} */

/* .home-hero__shell {
  position: relative;
  overflow: hidden;
  padding-top: 5.3rem;
  border-radius: 2.75rem;
  background-color: transparent;
  background-image: url('assets/img_compara/organic_bg.svg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100%;
  box-shadow: var(--cy-shadow);
} */

.home-hero__shell::before {
  display: none;
}

.home-hero__media,
.home-hero__content {
  position: relative;
  /* min-height: 330px; */
}

.home-hero__media {
  /* display: flex;
  align-items: flex-end;
  justify-content: flex-start; */
  padding: 9.25rem 0 0 0;
  /* overflow: hidden; */
  max-height: 500px;
  height: 100%;
  width:auto;
}

.home-hero__rings {
  position: absolute;
  left: -7rem;
  bottom: 0.25rem;
  width: min(19rem, 50%);
  height: auto;
  pointer-events: none;
  z-index: 1;
}

.home-hero__image {
  position: relative;
  z-index: 2;
  display: block;
  width: auto;
  height: 400px;
  margin-left: 4rem;
  bottom: 0;
  filter: drop-shadow(0 18px 30px rgba(0,0,0,0.18));
}

.home-hero__content {
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 5.25rem 3rem 0.5rem 3.5rem;
  color: var(--cy-text);
}

.home-hero__title {
  margin: 0;
  max-width: 12.2ch;
  color: #fff;
  font-size: 3rem;
  font-weight: 900;
  line-height: 0.92;
  letter-spacing: -0.03em;
}

.home-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  align-items: center;
  margin-top: 1.2rem;
}

.home-hero__cta {
  display: inline-flex;
  align-items: center;
  gap: 0.9rem;
  padding: 1rem 1.65rem;
  border-radius: 999px;
  border: 0;
  background: var(--cy-green) !important;
  color: #2445aa !important;
  font-weight: 800;
  box-shadow: 0 12px 30px rgba(183,255,27,0.26);
}

.home-hero__cta-icon {
  width: 1.15rem;
  height: auto;
  flex: 0 0 1.15rem;
  transition: transform 0.2s ease;
}

.home-hero__cta:hover,
.home-hero__cta:focus {
  background: #c9ff5d;
  color: #17357f;
}

.home-hero__cta:hover .home-hero__cta-icon,
.home-hero__cta:focus .home-hero__cta-icon {
  transform: translateX(0.18rem);
}

.home-hero__trust {
  margin-top: 1rem;
}

.home-hero__trust-logos {
  display: block;
  width: min(100%, 23rem);
  height: auto;
}

.home-hero__benefits {
  position: relative;
  z-index: 3;
  margin: -0.3rem 0 0;
  padding: 0.2rem 0.75rem;
  background: #f3f3f5;
  border-radius: 2.25rem 2.255rem 2.25rem 2.25rem;
}

.home-hero__benefit {
  display: flex;
  align-items: center;
  gap: 0.9rem;
  height: 100%;
  padding: 0.85rem 1rem;
  border-radius: 1.25rem;
  background: transparent;
  justify-content: center;
}

.home-hero__benefit strong {
  display: block;
  margin: 0;
  color: #4e71e7;
  font-size: 0.95rem;
  line-height: 1.1;
}

@media (min-width: 992px) {
  .cy-navbar {
    align-items: center;
  }

  .cy-navbar__brand {
    min-width: 255px;
    padding: 0.8rem 1.2rem 0.6rem;
  }

  .cy-navbar__menu {
    gap: 0.85rem;
    padding-top: 0;
  }

  .cy-navbar__menu > li > a {
    min-height: 42px;
    padding: 0.55rem 1.1rem;
    font-size: 0.9rem;
    width: auto;
    max-width: 11rem;
    justify-content: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }

  .cy-navbar__call {
    margin-top: 0;
    margin-left: 1rem;
    padding: 0.55rem 1rem 0.55rem 2.6rem;
  }
}

.home-hero__benefit-icon {
  position: relative;
  width: 3rem;
  height: 3rem;
  flex: 0 0 3rem;
  border-radius: 50%;
  border: 3px solid rgba(137,235,117,0.9);
  background: rgba(137,235,117,0.14);
}

.home-hero__benefit-icon::before,
.home-hero__benefit-icon::after {
  content: "";
  position: absolute;
}

.home-hero__benefit-icon--doc::before {
  top: 0.58rem;
  left: 0.92rem;
  width: 0.9rem;
  height: 1.18rem;
  border: 2px solid #55bf4d;
  border-radius: 0.18rem;
}

.home-hero__benefit-icon--doc::after {
  top: 0.74rem;
  left: 1.1rem;
  width: 0.54rem;
  height: 0.08rem;
  background: #55bf4d;
  box-shadow: 0 0.3rem 0 #55bf4d, 0 0.6rem 0 #55bf4d;
}

.home-hero__benefit-icon--search::before {
  top: 0.72rem;
  left: 0.73rem;
  width: 1rem;
  height: 1rem;
  border: 2px solid #55bf4d;
  border-radius: 50%;
}

.home-hero__benefit-icon--search::after {
  top: 1.72rem;
  left: 1.68rem;
  width: 0.58rem;
  height: 0.12rem;
  background: #55bf4d;
  border-radius: 999px;
  transform: rotate(45deg);
  transform-origin: left center;
}

.home-hero__benefit-icon--shield::before {
  top: 0.68rem;
  left: 0.82rem;
  width: 1.15rem;
  height: 1.35rem;
  background: #55bf4d;
  clip-path: polygon(50% 0, 100% 18%, 100% 58%, 50% 100%, 0 58%, 0 18%);
}

.home-hero__benefits .col-md-4:not(:last-child) .home-hero__benefit {
  border-right: 1px solid #e1e7f4;
}

.home-section-placeholder {
  padding-top: 0 !important;
}

.home-section-placeholder__card {
  padding: 2rem;
  background: #fff;
  border-radius: 1.75rem;
  box-shadow: 0 12px 28px rgba(17, 34, 68, 0.08);
}

.home-section-placeholder__eyebrow {
  margin-bottom: 0.75rem;
  color: #4e71e7;
  font-size: 0.85rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

/* @media (min-width: 1200px) {
  .cy-site-header--home .container,
  .home-hero .container {
    max-width: 1500px;
  }
} */

@media (max-width: 991.98px) {
  .cy-site-header {
    position: sticky;
    padding-top: 1rem;
    background: white;
  }

  .cy-site-header--home {
    position: relative;
  }

  .cy-navbar {
    padding: 0.75rem 1rem;
    border-radius: 1.5rem;
    /* background: linear-gradient(115deg, var(--cy-blue) 0%, var(--cy-blue-2) 100%); */
    /* box-shadow: var(--cy-shadow); */
  }

  .cy-navbar__brand {
    min-width: auto;
    border-radius: 1.25rem;
  }

  .cy-navbar__hero-shortcuts {
    display: none !important;
  }

  .cy-navbar__menu {
    gap: 0.5rem;
    padding-top: 1rem;
  }

  .cy-navbar__menu > li > a {
    width: 100%;
    justify-content: flex-start;
  }

  .cy-navbar__call {
    margin-top: 1rem;
    margin-left: 0;
    width: fit-content;
  }

  .cy-has-mega-menu > .dropdown-menu {
    width: 100%;
    column-count: 1;
    transform: none;
    left: 0 !important;
    margin-top: 0.5rem;
  }

  /* .home-hero {
    padding-top: 0;
  } */

  .home-hero__shell {
    padding-top: 3rem;
    background-size: cover;
    background-position: center;
  }
}

@media (max-width: 767.98px) {
  .home-hero__col--media {
    order: 2;
  }

  .home-hero__col--content {
    order: 1;
  }

  .home-hero__media,
  .home-hero__content {
    min-height: auto;
  }

  .home-hero__media {
    justify-content: center;
    /* padding: 0.75rem 1.25rem 0; */
  }

  .home-hero__content {
    align-items: center;
    padding: 1.75rem 1.5rem 1rem;
    text-align: center;
  }

  .home-hero__title {
    max-width: none;
  }

  .home-hero__trust-logos {
    width: min(100%, 28rem);
  }

  .home-hero__benefits {
    border-radius: 2rem;
    margin: 0 1rem 1rem;
  }

  .home-hero__benefits .col-md-4:not(:last-child) .home-hero__benefit {
    border-right: 0;
    border-bottom: 1px solid #e1e7f4;
  }
}

@media (max-width: 575.98px) {
  .cy-navbar__brand {
    padding: 0.9rem 1rem;
  }

  .cy-navbar__brand .custom-logo {
    max-height: 48px;
    width:auto;
    padding:0;
  }

  .home-hero__shell {
    border-radius: 1.75rem;
    background-position: left center;
    background-size: cover;
  }

  .home-hero__title {
    font-size: clamp(2.45rem, 12vw, 1.9rem);
  }

  .home-hero__cta {
    padding: 0.85rem 1.35rem;
  }

  .home-hero__rings {
    left: -3rem;
    bottom: 0.5rem;
    width: 11.5rem;
  }

  /* .home-hero__image {
    width: min(100%, 32rem);
  } */

  .home-hero__benefits {
    border-radius: 1.5rem;
    padding: 0.35rem 0.65rem;
  }

  .home-hero__benefit {
    padding: 1.05rem 0.85rem;
  }

  .home-section-placeholder__card {
    padding: 1.5rem;
  }
}

.home-section-heading {
  /* max-width: 860px; */
  padding: 0 1.5rem;
  margin-bottom: 2rem;
}

.home-section-heading--inline {
  display: flex;
  align-items: center;
  justify-content:flex-end;
  gap: 1rem;
  max-width: 100%;
}

.home-section-title {
  margin: 0;
  color: #3f68ea;
  font-size: clamp(2rem, 4vw, 3.25rem);
  line-height: 1.05;
}

.home-section-title--green {
  color: #20cc82;
}

.home-section-copy {
  margin-top: 1rem;
  color: #616161;
  font-size: 1.05rem;
  line-height: 1.7;
}

.home-insurers__track {
  display: flex;
  gap: 1rem;
  overflow-x: auto;
  padding: 0.25rem 0 0.75rem;
  scroll-snap-type: x proximity;
  scrollbar-width: thin;
}

.home-insurers__track::-webkit-scrollbar {
  height: 8px;
}

.home-insurers__track::-webkit-scrollbar-thumb {
  background: rgba(63, 104, 234, 0.28);
  border-radius: 999px;
}

.home-insurers__card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-width: 180px;
  padding: 1rem;
  gap: 0.75rem;
  background: #fff;
  border: 1px solid rgba(40, 68, 96, 0.08);
  border-radius: 1.25rem;
  box-shadow: 0 10px 20px rgba(17, 34, 68, 0.06);
  scroll-snap-align: start;
  text-decoration: none;
}

.home-insurers__card:hover,
.home-insurers__card:focus {
  transform: translateY(-2px);
  box-shadow: 0 14px 28px rgba(17, 34, 68, 0.1);
}

.home-insurers__logo {
  width: 90px;
  max-width: 90px;
  min-width: 90px;
  height: 52px;
  display: block;
  object-fit: contain;
  background-size: 2380px;
}

.home-insurers__name {
  color: #284460;
  font-size: 0.92rem;
  font-weight: 700;
  text-align: center;
}

.home-scroll-controls {
  display: inline-flex;
  gap: 0.75rem;
}

.home-scroll-control {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border: 0;
  border-radius: 999px;
  background: #eef4ff;
  color: #3f68ea;
}

.home-scroll-control:hover,
.home-scroll-control:focus {
  background: #dce8ff;
}

.home-content-slider__shell {
  position: relative;
  background: #8be86f;
  isolation: isolate;
}

.home-content-slider__shell > * {
  position: relative;
  z-index: 1;
}

.home-content-slider__shell::before,
.home-content-slider__shell::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  border: 1rem solid #3f68ea;
  opacity: 0.9;
}

.home-content-slider__shell::before {
  right: -1.75rem;
  bottom: -3.75rem;
  width: 10rem;
  height: 10rem;
}

.home-content-slider__shell::after {
  right: 1.35rem;
  bottom: -1.1rem;
  width: 6.1rem;
  height: 6.1rem;
}

.home-content-slider__title-wrap {
  z-index: 2;
}

.home-content-slider__title-badge {
  border-radius: 0 1.4rem 0 1.4rem;
  box-shadow: 0 10px 18px rgba(17, 34, 68, 0.06);
}

.home-content-slider__title-badge .home-section-title {
  font-size: clamp(1.9rem, 4vw, 3.45rem);
  letter-spacing: 0.02em;
}

.home-content-slider__carousel {
  padding-top: 0.8rem;
}

.home-content-slider .carousel-indicators {
  position: static;
  margin: 1.25rem 0 0;
}

.home-content-slider .carousel-indicators [data-bs-target] {
  width: 10px;
  height: 5px;
  margin: 0 4px;
  /* border-radius: 50%; */
  border: 0;
  background: rgba(63,104,234,0.18);
}

.home-content-slider .carousel-indicators .active {
  background: #3f68ea;
}

.home-compare-slider {
  padding: clamp(1.25rem, 2.6vw, 2.5rem);
  border-radius: 2rem;
  background: #f6f7f8;
  box-shadow: 0 14px 30px rgba(17, 34, 68, 0.12);
}

.home-compare-slider__header {
  margin-bottom: 1rem;
}

.home-compare-slider__header .home-section-title {
  margin-bottom: 0;
  color: #3f68ea;
  font-size: clamp(2rem, 4vw, 3.35rem);
}

.home-compare-slider__slide {
  padding: 0.35rem 0 0;
}

.home-compare-slider__content {
  max-width: 40rem;
}

.home-compare-slider__slide-title {
  margin: 0 0 0.85rem;
  color: #20cc82;
  font-size: clamp(1.5rem, 3vw, 2.3rem);
  font-weight: 800;
  line-height: 1.15;
}

.home-compare-slider__copy {
  color: #5d5d5d;
  font-size: 1.02rem;
  line-height: 1.65;
}

.home-compare-slider__copy p {
  margin-bottom: 1rem;
}

.home-compare-slider__copy p:last-child {
  margin-bottom: 0;
}

.home-compare-slider__media {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 2rem;
  background: linear-gradient(180deg, #eef7f0 0%, #dff4ee 100%);
  aspect-ratio: 4 / 3;
}



.home-compare-slider__media img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.home-compare-slider__indicators {
  position: static;
  margin: 1.5rem 0 0;
  justify-content: center;
}

.home-compare-slider__indicators [data-bs-target] {
  width: 28px;
  height: 6px!important;
  margin: 0 4px;
  border: 0!important;
  background: #20cc82!important;
  border-radius:4px!important;
  transition: background-color 0.22s ease, transform 0.22s ease, opacity 0.22s ease;
}

.home-compare-slider__indicators .active {
  background: #20cc82;
}

.home-faqs {
  background: #8de56f;
}

.home-faqs__shell {
  max-width: 58rem;
  margin: 0 auto;
}

.home-faqs__accordion {
  display: grid;
  gap: 0.85rem;
}

.home-faqs__item {
  overflow: hidden;
  border: 0;
  border-radius: 1.35rem !important;
  background: #ffffff;
  box-shadow: none;
}

.home-faqs__header {
  margin: 0;
}

.home-faqs__button {
  display: flex;
  align-items: center;
  gap: 1rem;
  min-height: 4rem;
  padding: 1rem 1.25rem;
  border: 0;
  border-radius: 1.35rem !important;
  background: #ffffff;
  box-shadow: none;
  color: #4b74ee;
  font-size: 1.05rem;
  font-weight: 700;
  line-height: 1.35;
}

.home-faqs__button:not(.collapsed) {
  background: #d9efc8;
  color: #4b74ee;
}

.home-faqs__button:focus {
  box-shadow: 0 0 0 0.2rem rgba(75, 116, 238, 0.16);
}

.home-faqs__button::after {
  display: none;
}

.home-faqs__question {
  display: block;
  flex: 1 1 auto;
  text-align: left;
}

.home-faqs__icon {
  position: relative;
  flex: 0 0 auto;
  width: 1.65rem;
  height: 1.65rem;
  border: 2px solid #4b74ee;
  border-radius: 50%;
}

.home-faqs__icon-horizontal,
.home-faqs__icon-vertical {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.65rem;
  height: 2px;
  background: #4b74ee;
  border-radius: 999px;
  transform: translate(-50%, -50%);
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.home-faqs__icon-vertical {
  width: 2px;
  height: 0.65rem;
}

.home-faqs__button:not(.collapsed) .home-faqs__icon-vertical {
  opacity: 0;
}

.home-faqs__body {
  padding: 0 1.25rem 1.15rem;
  background: #fff;
  color: #4d4d4d;
  font-size: 0.98rem;
  line-height: 1.55;
}

.home-faqs__body p {
  margin: 0;
}

.home-testimonials {
  background: #eff3f9;
}

.home-testimonials__shell {
  max-width: 72rem;
  margin: 0 auto;
}

.home-testimonials__header {
  display: grid;
  gap: 1.5rem;
  justify-items: center;
  margin-bottom: 2rem;
  text-align: center;
}

.home-testimonials__title {
  margin: 0;
  color: #3f68ea;
  font-size: clamp(2rem, 4vw, 3.05rem);
  font-weight: 800;
  line-height: 1.15;
}

.home-testimonials__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 1.5rem 2.5rem;
}

.home-testimonials__avatars {
  display: flex;
  align-items: center;
}

.home-testimonials__avatar {
  width: 2.9rem;
  height: 2.9rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: -0.45rem;
  border: 3px solid #eff3f9;
  border-radius: 50%;
  color: #ffffff;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  box-shadow: 0 6px 14px rgba(17, 34, 68, 0.12);
}

.home-testimonials__avatars .home-testimonials__avatar:first-child {
  margin-left: 0;
}

.home-testimonials__avatar--plus {
  background: #3f68ea;
  font-size: 1.7rem;
  line-height: 1;
}

.home-testimonials__rating {
  display: grid;
  justify-items: center;
  gap: 0.15rem;
}

.home-testimonials__stars {
  display: flex;
  align-items: center;
  gap: 0.28rem;
  color: #8be86f;
  font-size: 1.45rem;
  line-height: 1;
}

.home-testimonials__stars--card {
  justify-content: flex-start;
  font-size: 1rem;
  gap: 0.18rem;
}

.home-testimonials__star.is-empty {
  color: rgba(139, 232, 111, 0.3);
}

.home-testimonials__score,
.home-testimonials__reviews {
  margin: 0;
}

.home-testimonials__score {
  color: #555a6b;
  font-size: 1rem;
  font-weight: 800;
}

.home-testimonials__reviews {
  color: #7d8191;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

@keyframes home-testimonials-scroll {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(calc(-50% - 0.7rem));
  }
}

.home-testimonials__scroller {
  overflow: hidden;
}

.home-testimonials__track {
  display: flex;
  gap: 1.4rem;
  width: max-content;
  animation: home-testimonials-scroll 42s linear infinite;
  will-change: transform;
}

.home-testimonials__scroller:hover .home-testimonials__track {
  animation-play-state: paused;
}

@media (prefers-reduced-motion: reduce) {
  .home-testimonials__track {
    animation: none;
  }
}

.home-testimonials__card {
  flex: 0 0 clamp(18rem, 28vw, 23rem);
  min-height: 100%;
  padding: 1.25rem 1.2rem 1.35rem;
  border-radius: 1.45rem;
  background: #ffffff;
  box-shadow: 0 14px 28px rgba(17, 34, 68, 0.08);
}

.home-testimonials__card-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.75rem;
  margin-bottom: 0.65rem;
}

.home-testimonials__identity {
  min-width: 0;
}

.home-testimonials__name,
.home-testimonials__time,
.home-testimonials__copy {
  margin: 0;
}

.home-testimonials__name {
  color: #3f68ea;
  font-size: 1.05rem;
  font-weight: 800;
  line-height: 1.2;
}

.home-testimonials__time {
  margin-top: 0.2rem;
  color: #767b88;
  font-size: 0.88rem;
  font-weight: 700;
}

.home-testimonials__avatar--card {
  flex: 0 0 auto;
  width: 3rem;
  height: 3rem;
  margin-left: 0;
  border-color: #ffffff;
}

.home-testimonials__copy {
  margin-top: 0.85rem;
  color: #5c6070;
  font-size: 1rem;
  line-height: 1.55;
}

.content-slide-card {
  min-height: 138px;
  max-width: 12rem;
  color: #4365de;
  /* box-shadow: 0 12px 22px rgba(17, 34, 68, 0.08); */
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.content-slide-card:hover,
.content-slide-card:focus {
  transform: translateY(-2px);
  /* box-shadow: 0 16px 28px rgba(17, 34, 68, 0.12); */
  color: #4365de;
}

.content-slide-card__arrow {
  width: 38px;
  height: 38px;
  background: #3f68ea;
  font-size: 1.2rem;
  line-height: 1;
  transform: translate(0.2rem, -0.25rem);
}

.content-slide-card__title {
  max-width: 9ch;
  font-size: clamp(1.15rem, 1.45vw, 1.55rem);
  line-height: 1.08;
  color: #3f68ea;
}

.home-prices {
  background: #f2f2f4;
}

.price-card__header {
  /* padding: 1.25rem 1rem 0rem; */
  padding:0;
  text-align: center;
}

.price-card__coverage {
  margin: 0;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 800;
  text-transform: uppercase;
  padding:10px 0;
}

.price-card__vehicle {
  /* margin: 0.85rem 0 0;
  padding: 0.9rem 1rem; */
  padding:0;
  margin:0;
  border-radius:0rem 0rem 0.9rem 0.9rem;
  background: rgba(230, 236, 230, 0.85);
  color: #4a4a4a;
  font-size: 1.45rem;
  font-weight: 700;
}

.price-card__body {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 1.15rem 1rem 0.75rem;
  text-align: center;
}

.price-card__logo {
  width: 180px;
  max-width: 180px;
  min-width: 180px;
  height: 68px;
  display: block;
  object-fit: contain;
  background-size: 3900px;
}

.price-card__old {
  margin: 0.25rem 0 0;
  color: #8a8a8a;
  font-size: 1.25rem;
  text-decoration: line-through;
}

.price-card__current {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 0.25rem;
  margin: 0;
}

.price-card__amount {
  color: #111;
  font-size: clamp(2.7rem, 5vw, 2.1rem);
  font-weight: 800;
  line-height: 1;
}

.price-card__period {
  margin-bottom: 0.4rem;
  color: #4a4a4a;
  font-size: 1.2rem;
  font-weight: 700;
}

.price-card__features {
  display: grid;
  gap: 0.35rem;
  margin: 1rem 0 0;
  padding: 0;
  list-style: none;
  color: #666;
  font-size: 0.95rem;
}

.price-card__footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.65rem;
  /* margin-top: auto; */
  padding: 0 1rem 1.1rem;
}

.price-card__cta,
.home-prices__toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0.9rem 1.4rem;
  border: 0;
  border-radius: 999px;
  background: #b7ff1b;
  color: #3f68ea;
  font-weight: 800;
  text-decoration: none;
}

.price-card__link {
  color: #737373;
  font-size: 0.92rem;
  font-weight: 700;
}

.home-generic-section__card {
  padding: 2rem;
  background: transparent;
}

.home-generic-section__subtitle {
  margin: 1rem 0 1.25rem;
  color: #20cc82;
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  font-weight: 800;
  line-height: 1.2;
}

.home-generic-section__copy {
  color: #5d5d5d;
  font-size: 1.05rem;
  line-height: 1.65;
}

.home-generic-section__media {
  position: relative;
  overflow: hidden;
  border-radius: 2rem;
  background: linear-gradient(180deg, #e6f8ed 0%, #c7eef7 100%);
}

.home-generic-section__media::before,
.home-generic-section__media::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  border: 1.25rem solid #4e71e7;
  opacity: 0.85;
}

.home-generic-section__media::before {
  top: 1.25rem;
  right: -2rem;
  width: 10rem;
  height: 10rem;
}

.home-generic-section__media::after {
  top: 3rem;
  right: 0.5rem;
  width: 6rem;
  height: 6rem;
}

.home-generic-section__media img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: auto;
}

.insurance-type-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 1rem;
  border-radius: 1.75rem;
  background: #fff;
  box-shadow: 0 12px 28px rgba(17,34,68,0.08);
}

.insurance-type-card__media {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 1.5rem;
  background: linear-gradient(180deg, #e8f7ef 0%, #cdeff7 100%);
}

.insurance-type-card__media img {
  width: 100%;
  height: auto;
  display: block;
}

.insurance-type-card__body {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  padding: 1rem 0 0;
}

.insurance-type-card__title {
  margin: 0;
  font-size: 1.55rem;
  line-height: 1.15;
}

.insurance-type-card__title a {
  color: #3f68ea;
  text-decoration: none;
}

.insurance-type-card__copy {
  margin: 0;
  color: #666;
  line-height: 1.6;
}

.insurance-type-card__cta {
  margin-top: auto;
  color: #20cc82;
  font-weight: 800;
  text-decoration: none;
}

.home-related__card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background: #fff;
  border-radius: 1.5rem;
  box-shadow: 0 12px 28px rgba(17,34,68,0.08);
}

.home-related__thumb img {
  display: block;
  width: 100%;
  height: auto;
}

.home-related__body {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
  height: 100%;
  padding: 1.25rem;
}

.home-related__meta {
  margin: 0;
  color: #7a8aa3;
  font-size: 0.88rem;
  font-weight: 700;
}

.home-related__title {
  margin: 0;
  font-size: 1.35rem;
  line-height: 1.25;
}

.home-related__title a {
  color: #284460;
  text-decoration: none;
}

.home-related__excerpt {
  margin: 0;
  color: #666;
  line-height: 1.65;
}

.home-related__link {
  margin-top: auto;
  color: #3f68ea;
  font-weight: 800;
  text-decoration: none;
}

.home-empty-state {
  padding: 1.5rem;
  background: #fff;
  border-radius: 1.25rem;
  color: #5d5d5d;
  box-shadow: 0 12px 28px rgba(17,34,68,0.06);
}

.hub-cluster {
  padding-bottom: 2rem;
}

.hub-cluster__hero {
  background: linear-gradient(120deg, var(--cy-blue) 0%, var(--cy-blue-2) 100%);
  box-shadow: var(--cy-shadow);
}

.hub-cluster__hero::before,
.hub-cluster__hero::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}

.hub-cluster__hero::before {
  width: 240px;
  height: 240px;
  left: -110px;
  bottom: -95px;
  background: radial-gradient(circle, rgba(183, 255, 27, 0.92) 0 34%, transparent 36% 57%, rgba(183, 255, 27, 0.75) 59% 74%, transparent 76%);
}

.hub-cluster__hero::after {
  width: 180px;
  height: 180px;
  right: -50px;
  top: -60px;
  background: rgba(255, 255, 255, 0.1);
}

.hub-cluster__hero-inner {
  position: relative;
  z-index: 1;
  padding-top: clamp(9.25rem, 12vw, 10.5rem) !important;
}

.hub-cluster__breadcrumbs,
.hub-cluster__breadcrumbs a,
.hub-cluster__breadcrumbs span, .breadcrumb_last {
  color:#666;
  font-weight: 700;
  line-height: 1.45;
}

.hub-cluster__breadcrumbs a {
  font-size: 0.92rem;
  text-decoration: none;
}

.hub-cluster__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.75rem;
  padding: 0.45rem 0.9rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  color: #ffffff;
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.hub-cluster__title {
  color: #ffffff;
  font-size: clamp(2.2rem, 4vw, 3.7rem);
  font-weight: 800;
  line-height: 0.95;
  max-width: 11ch;
}

.hub-cluster__copy {
  max-width: 38rem;
  color: rgba(246, 248, 255, 0.92);
  font-size: 1.08rem;
  line-height: 1.75;
}

.hub-cluster__cta-primary {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  padding: 1rem 1.65rem;
  border: 0;
  background: var(--cy-green) !important;
  color: #2445aa !important;
  font-weight: 800;
  box-shadow: 0 12px 30px rgba(183,255,27,0.26);
  transition: background-color 0.2s ease, color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.hub-cluster__cta-primary::after {
  content: "→";
  font-size: 1.2rem;
  line-height: 1;
  transition: transform 0.2s ease;
}

.hub-cluster__cta-primary:hover,
.hub-cluster__cta-primary:focus {
  background: #c9ff5d !important;
  color: #17357f !important;
  transform: translateY(-1px);
  box-shadow: 0 16px 32px rgba(183,255,27,0.32);
}

.hub-cluster__cta-primary:hover::after,
.hub-cluster__cta-primary:focus::after {
  transform: translateX(0.18rem);
}

.hub-cluster__metric {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  min-height: 100%;
  padding: 1rem 1.1rem;
  border-radius: 1.25rem;
  background: rgba(255, 255, 255, 0.12);
  color: #ffffff;
}

.hub-cluster__metric-value {
  font-size: 1.15rem;
  font-weight: 800;
}

.hub-cluster__metric-label {
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.84rem;
  line-height: 1.45;
}

.hub-cluster__visual {
  max-width: 30rem;
  margin-left: auto;
}

.hub-cluster__media-frame {
  padding: 0.45rem;
  border-radius: 2rem;
  background: linear-gradient(160deg, #8de56f 0%, #dff7d5 100%);
}

.hub-cluster__image {
  display: block;
  min-height: 21rem;
  object-fit: cover;
  border-radius: 1.7rem;
}

.hub-cluster__tags {
  justify-content: flex-start;
}

.hub-cluster__tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 1rem;
  border-radius: 999px;
  background: #3a68ee;
  color: #fff;
  font-size: 0.92rem;
  font-weight: 600;
  text-decoration: none;
  transition: background 0.2s ease, transform 0.2s ease;
}

.hub-cluster__tag:hover,
.hub-cluster__tag:focus {
  background:#3a68ee;
  color: #fff;
  transform: translateY(-1px);
}

.hub-cluster__intro,
.hub-cluster__card,
.hub-cluster__section-count {
  box-shadow: 0 18px 40px rgba(17, 34, 68, 0.08);
}

.hub-cluster__intro {
  background: #ffffff;
}

.hub-cluster__section + .hub-cluster__section {
  margin-top: 3rem;
}

.hub-cluster__section-kicker {
  color: #4b74ee;
  font-size: 0.88rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.hub-cluster__section-title {
  color: #193257;
  font-size: clamp(1.8rem, 2vw, 2.4rem);
  font-weight: 800;
}

.hub-cluster__section-copy {
  max-width: 46rem;
  color: #5f6f87;
  font-size: 1rem;
  line-height: 1.7;
}

.hub-cluster__section-count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.85rem 1rem;
  border-radius: 999px;
  background: #f7fbff;
  color: #4b74ee;
  font-size: 0.92rem;
  font-weight: 700;
}

.hub-cluster__card {
  overflow: hidden;
  background: #ffffff;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.hub-cluster__card:hover,
.hub-cluster__card:focus-within {
  transform: translateY(-4px);
  box-shadow: 0 24px 44px rgba(17, 34, 68, 0.12);
}

.hub-cluster__card-image-link {
  display: block;
  padding: 0.4rem;
  background: linear-gradient(180deg, #8de56f 0%, #ffffff 100%);
}

.hub-cluster__card-image {
  display: block;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 1.5rem;
}

.hub-cluster__card-meta {
  color: #4b74ee;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.hub-cluster__card-title {
  margin-bottom: 0;
  color: #193257;
  font-weight: 800;
  line-height: 1.28;
}

.hub-cluster__card-title a {
  color: inherit;
  text-decoration: none;
}

.hub-cluster__card-title a:hover,
.hub-cluster__card-title a:focus {
  color: #2f5fe7;
}

.hub-cluster__card-copy {
  color: #5f6f87;
  font-size: 0.96rem;
  line-height: 1.7;
}

.hub-cluster__card-link {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  color: #21b358;
  font-size: 0.95rem;
  font-weight: 700;
  text-decoration: none;
}

.hub-cluster__card-link:hover,
.hub-cluster__card-link:focus {
  color: #179448;
}

.hub-reviews-layout {
  max-width: 100%;
}

/*--------------------------------------------------------------
# Blog Main
--------------------------------------------------------------*/
.blog-main {
  background: #edf0fb;
}

.blog-main__hero {
  position: relative;
  padding: clamp(2rem, 4vw, 3.25rem);
  background:
    radial-gradient(circle at top right, rgba(183, 255, 27, 0.24), transparent 32%),
    linear-gradient(135deg, #ffffff 0%, #f6f9ff 100%);
  box-shadow: 0 24px 50px rgba(17, 34, 68, 0.1);
}

.blog-main__hero-content {
  max-width: 44rem;
}

.blog-main__breadcrumbs {
  color: #6f7c93;
  font-size: 0.9rem;
}

.blog-main__breadcrumbs a {
  color: #4b74ee;
  text-decoration: none;
}

.blog-main__breadcrumbs a:hover,
.blog-main__breadcrumbs a:focus {
  color: #2f5fe7;
}

.blog-main__eyebrow {
  color: #21b358;
  font-size: 0.9rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.blog-main__title {
  margin: 0;
  color: #193257;
  font-size: clamp(2rem, 4vw, 3.25rem);
  font-weight: 900;
  line-height: 1.02;
}

.blog-main__copy {
  max-width: 40rem;
  color: #5f6f87;
  font-size: 1.05rem;
  line-height: 1.8;
}

.blog-main__chips {
  margin-top: 1rem;
}

.blog-main__chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.65rem;
  padding: 0.65rem 1rem;
  border-radius: 999px;
  background: #ffffff;
  border: 1px solid rgba(75, 116, 238, 0.12);
  color: #3c5fd9;
  font-size: 0.92rem;
  font-weight: 700;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease, color 0.2s ease;
}

.blog-main__chip:hover,
.blog-main__chip:focus {
  color: #2f5fe7;
  transform: translateY(-1px);
  box-shadow: 0 12px 24px rgba(47, 95, 231, 0.08);
}

.blog-main__hero-panel {
  display: grid;
  gap: 1rem;
  padding: 1.5rem;
  border-radius: 1.75rem;
  background: linear-gradient(140deg, #214bc8 0%, #2bb2df 100%);
  box-shadow: var(--cy-shadow);
}

.blog-main__stat {
  display: flex;
  flex-direction: column;
  gap: 0.18rem;
  padding: 1rem 1.15rem;
  border-radius: 1.25rem;
  background: rgba(255, 255, 255, 0.14);
  color: #ffffff;
}

.blog-main__stat-value {
  font-size: clamp(1.7rem, 3vw, 2.4rem);
  font-weight: 900;
  line-height: 1;
}

.blog-main__stat-label {
  color: rgba(255, 255, 255, 0.86);
  font-size: 0.9rem;
  font-weight: 600;
  line-height: 1.5;
  text-transform: uppercase;
}

.blog-main__hero-cta {
  justify-content: center;
}

.blog-main__empty .no-results {
  margin-bottom: 0;
}

.blog-main__pagination .nav-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.65rem;
}

.blog-main__pagination .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2.85rem;
  min-height: 2.85rem;
  padding: 0.6rem 0.95rem;
  border-radius: 999px;
  background: #ffffff;
  border: 1px solid rgba(47, 95, 231, 0.12);
  color: #193257;
  font-size: 0.95rem;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 14px 30px rgba(17, 34, 68, 0.05);
}

.blog-main__pagination .page-numbers.current,
.blog-main__pagination .page-numbers:hover,
.blog-main__pagination .page-numbers:focus {
  background: #2f5fe7;
  border-color: #2f5fe7;
  color: #ffffff;
}

.blog-card {
  overflow: hidden;
  border-radius: 1.75rem;
  background: #ffffff;
  box-shadow: 0 22px 48px rgba(17, 34, 68, 0.09);
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.blog-card:hover,
.blog-card:focus-within {
  transform: translateY(-3px);
  box-shadow: 0 28px 52px rgba(17, 34, 68, 0.14);
}

.blog-card__shell {
  display: grid;
  grid-template-columns: 1fr;
  min-height: 100%;
}

.blog-card--featured .blog-card__shell {
  grid-template-columns: minmax(0, 1.12fr) minmax(0, 1fr);
}

.blog-card__media {
  display: block;
  min-height: 100%;
  background: linear-gradient(145deg, #dce8ff 0%, #f4fff2 100%);
}

.blog-card__image {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 16rem;
  object-fit: cover;
}

.blog-card__placeholder {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  min-height: 16rem;
  padding: 1.5rem;
  background: linear-gradient(140deg, #2f5fe7 0%, #2bb2df 100%);
}

.blog-card__placeholder-label {
  display: inline-flex;
  align-items: center;
  min-height: 2.4rem;
  padding: 0.55rem 0.85rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.16);
  color: #ffffff;
  font-size: 0.84rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.blog-card__body {
  display: flex;
  flex-direction: column;
  padding: 1.5rem;
}

.blog-card__meta {
  color: #6f7c93;
  font-size: 0.84rem;
}

.blog-card__meta-pill {
  display: inline-flex;
  align-items: center;
  min-height: 2.2rem;
  padding: 0.45rem 0.8rem;
  border-radius: 999px;
  background: #eef5ff;
  color: #3963e6;
  font-weight: 800;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.blog-card__meta-pill:hover,
.blog-card__meta-pill:focus {
  color: #2445aa;
}

.blog-card__meta-item {
  color: #70809b;
  font-weight: 600;
}

.blog-card__title {
  margin-bottom: 0.9rem;
  color: #193257;
  font-size: clamp(1.35rem, 2vw, 1.85rem);
  font-weight: 850;
  line-height: 1.2;
  text-transform: none;
}

.blog-card:not(.blog-card--featured) .blog-card__title {
  font-size: 1.3rem;
}

.blog-card__title a {
  color: inherit;
  text-decoration: none;
}

.blog-card__title a:hover,
.blog-card__title a:focus {
  color: #2f5fe7;
}

.blog-card__excerpt {
  color: #5f6f87;
  font-size: 0.98rem;
  line-height: 1.75;
}

.blog-card__footer {
  margin-top: auto;
}

.blog-card__link {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  color: #21b358;
  font-size: 0.98rem;
  font-weight: 800;
  text-decoration: none;
}

.blog-card__link::after {
  content: "→";
  font-size: 1.05rem;
  line-height: 1;
  transition: transform 0.2s ease;
}

.blog-card__link:hover,
.blog-card__link:focus {
  color: #179448;
}

.blog-card__link:hover::after,
.blog-card__link:focus::after {
  transform: translateX(0.16rem);
}

@media (max-width: 991.98px) {
  .blog-card--featured .blog-card__shell {
    grid-template-columns: 1fr;
  }

  .hub-cluster__title {
    max-width: none;
  }

  .cy-site-header--hub {
    position: relative;
    padding-top: 1rem;
  }

  .hub-cluster__visual {
    margin-left: 0;
  }

  .hub-cluster__image {
    min-height: 16rem;
  }

  .hub-cluster__hero-inner {
    padding-top: 2rem !important;
  }

  .content-slide-card {
    max-width: none;
  }

  .home-section-heading--inline {
    align-items: flex-start;
    flex-direction: column;
  }

  .content-slide-card__title {
    max-width: none;
  }

  .price-card__vehicle {
    font-size: 1.2rem;
  }
}

@media (max-width: 767.98px) {
  .blog-main__hero {
    padding: 1.5rem;
    border-radius: 2rem !important;
  }

  .blog-main__title {
    font-size: clamp(1.8rem, 9vw, 2.6rem);
  }

  .blog-main__copy {
    font-size: 0.98rem;
    line-height: 1.65;
  }

  .blog-main__hero-panel {
    padding: 1.2rem;
  }

  .blog-card,
  .blog-card__image {
    border-radius: 1.35rem !important;
  }

  .blog-card__body {
    padding: 1.2rem;
  }

  .blog-card__title {
    font-size: 1.2rem !important;
  }

  .comparaya-404 {
    min-height: auto;
  }

  .comparaya-404__modules {
    gap: 0.5rem;
  }

  .comparaya-404__modules .home-insurance-types {
    padding-top: 2rem !important;
    padding-bottom: 1rem !important;
  }

  .comparaya-404__title {
    font-size: clamp(1.75rem, 8vw, 2.6rem);
  }

  .comparaya-404__home-link {
    font-size: 1rem;
  }

  .hub-cluster__hero {
    border-radius: 2rem !important;
  }

  .hub-cluster__intro {
    border-radius: 1.6rem !important;
  }

  .hub-cluster__card,
  .hub-cluster__card-image,
  .hub-cluster__media-frame {
    border-radius: 1.35rem !important;
  }

  .home-compare-slider {
    padding: 1.25rem 1rem 1rem;
    border-radius: 1.5rem;
  }

  .home-compare-slider__header {
    margin-bottom: 0.5rem;
  }

  .home-compare-slider__slide {
    padding-top: 0;
  }

  .home-compare-slider__media {
    aspect-ratio: 1 / 1;
    border-radius: 1.5rem;
  }

  .home-compare-slider__media::before {
    width: 62%;
    top: 9%;
    right: 8%;
    border-width: 0.9rem;
  }

  .home-compare-slider__copy {
    font-size: 0.96rem;
    line-height: 1.55;
  }

  .home-compare-slider__indicators {
    margin-top: 1.1rem;
  }

  .home-compare-slider__indicators [data-bs-target] {
    width: 24px;
    height: 4px;
    margin: 0 4px;
  }

  .home-faqs {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }

  .home-faqs__accordion {
    gap: 0.7rem;
  }

  .home-faqs__button {
    min-height: 3.7rem;
    padding: 0.9rem 1rem;
    font-size: 0.92rem;
    line-height: 1.3;
  }

  .home-faqs__icon {
    width: 1.45rem;
    height: 1.45rem;
  }

  .home-faqs__body {
    padding: 0 1rem 1rem;
    font-size: 0.92rem;
    line-height: 1.5;
  }

  .home-testimonials__header {
    gap: 1.1rem;
    margin-bottom: 1.5rem;
  }

  .home-testimonials__meta {
    gap: 1rem;
  }

  .home-testimonials__avatar {
    width: 2.45rem;
    height: 2.45rem;
    font-size: 0.72rem;
  }

  .home-testimonials__avatar--plus {
    font-size: 1.35rem;
  }

  .home-testimonials__stars {
    font-size: 1.18rem;
  }

  .home-testimonials__track {
    gap: 1rem;
    animation-duration: 34s;
  }

  .home-testimonials__card {
    flex-basis: min(84vw, 20rem);
    padding: 1.1rem 1rem 1.2rem;
  }

  .home-testimonials__name {
    font-size: 0.98rem;
  }

  .home-testimonials__copy {
    font-size: 0.94rem;
  }

  .home-content-slider__shell {
    padding: 4rem 1.5rem 1.5rem;
  }

  .home-content-slider__title-badge {
    border-radius: 1rem;
  }

  .home-generic-section__card {
    padding: 1.5rem;
  }

  .home-scroll-control {
    width: 42px;
    height: 42px;
  }

  .home-content-slider__shell::before {
    width: 7.25rem;
    height: 7.25rem;
    right: -1.75rem;
    bottom: -2.75rem;
  }

  .home-content-slider__shell::after {
    width: 4.5rem;
    height: 4.5rem;
    right: 0.85rem;
    bottom: -0.5rem;
  }

  .home-insurers__card {
    min-width: 150px;
  }

  .price-card {
    border-width: 5px;
    border-radius: 1.5rem;
  }

  .price-card__header{border-radius: 1.2rem 1.2rem 1rem 1rem;}

  .price-card__coverage {
    font-size: 1.2rem;
  }

  .price-card__logo {
    width: 148px;
    max-width: 148px;
    min-width: 148px;
    height: 58px;
  }
}
/*color border aseguradoras*/
.price-card {
  display: flex;
  flex-direction: column;
  height:auto;
  border-radius: 2rem;
  background: #fff;
  box-shadow: 0 18px 38px rgba(17, 34, 68, 0.08);
  overflow: hidden;
}
.insurer-qualitas{border:5px solid pink;}
.insurer-gnp{border: 5px solid #ee7007;}
.insurer-banorte{border:5px solid red;}
.insurer-afirme{border:5px solid #009234;}
.insurer-mapfre{border: 5px solid #ed3833;}
.insurer-zurich{border: 5px solid blue;}
.insurer-hdi{border: 5px solid teal;}
.insurer-axa{border: 5px solid blue;}
.insurer-sura{border: 5px solid blue;}
.insurer-chubb{border: 5px solid #150f98;}
.insurer-inbursa{border: 5px solid blue;}
.insurer-atlas{border: 5px solid blue;}
.insurer-el-potosi{border: 5px solid blue;}
.insurer-general-de-seguros{border: 5px solid blue;}
.insurer-primero{border:5px solid pink;}
.insurer-la-latino{border: 5px solid blue;}
.insurer-el-aguila{border: 5px solid blue;}
.insurer-aig{border: 5px solid blue;}
/*color bg aseguradoras*/
.bg_insurer-qualitas{background: linear-gradient(180deg, pink 50%, #ffffff 100%);}
.bg_insurer-gnp{background: linear-gradient(180deg, #ee7007 50%, #ffffff 100%);}
.bg_insurer-banorte{background: linear-gradient(180deg, #ff4d4f 50%, #ffffff 100%);}
.bg_insurer-afirme{background: linear-gradient(180deg, #009234 50%, #ffffff 100%);}
.bg_insurer-mapfre{background: linear-gradient(180deg, #ed3833 50%, #ffffff 100%);}
.bg_insurer-zurich{background: linear-gradient(180deg, #007bff 50%, #ffffff 100%);}
.bg_insurer-hdi{background: linear-gradient(180deg, teal 50%, #ffffff 100%);}
.bg_insurer-axa{background: linear-gradient(180deg, #007bff 50%, #ffffff 100%);}
.bg_insurer-sura{background: linear-gradient(180deg, #007bff 50%, #ffffff 100%);}
.bg_insurer-chubb{background: linear-gradient(180deg, #150f98 50%, #ffffff 100%);}
.bg_insurer-inbursa{background: linear-gradient(180deg, #007bff 50%, #ffffff 100%);}
.bg_insurer-atlas{background: linear-gradient(180deg, #007bff 50%, #ffffff 100%);}
.bg_insurer-el-potosi{background: linear-gradient(180deg, #007bff 50%, #ffffff 100%);}
.bg_insurer-general-de-seguros{background: linear-gradient(180deg, #007bff 50%, #ffffff 100%);}
.bg_insurer-primero{background: linear-gradient(180deg, pink 50%, #ffffff 100%);}
.bg_insurer-la-latino{background: linear-gradient(180deg, #007bff 50%, #ffffff 100%);}
.bg_insurer-el-aguila{background: linear-gradient(180deg, #007bff 50%, #ffffff 100%);}
.bg_insurer-aig{background: linear-gradient(180deg, #007bff 50%, #ffffff 100%);}


/* .organico{
  animation: flotar 6s ease-in-out infinite;
	}
	@keyframes flotar {
	0% {
		border-radius: 38% 12% 34% 16% / 39% 38% 0% 11%;	}
	50% {
		border-radius: 21% 19% 28% 32% / 0 0 0 0;
		transform: translateY(-5px) rotate(1deg);
	}
	100% {
		border-radius: 38% 12% 34% 16% / 39% 38% 20% 11%;	}
	} */
