* {
    -webkit-print-color-adjust: exact !important;   /* Chrome, Safari 6 – 15.3, Edge */
    color-adjust: exact !important;                 /* Firefox 48 – 96 */
    print-color-adjust: exact !important;           /* Firefox 97+, Safari 15.4+ */
}
.logo{
	width: auto;
	height: 1.2rem;
}
@media (min-width: 576px) {
    .logo {
        height: 1.2rem;
    }
}
@media (min-width: 768px) {
    .logo {
        height: 1.7rem;
    }
}
@media (min-width: 992px) {
    .logo {
        height: 1.7rem;
    }
}
@media (min-width: 1200px) {
    .logo {
        height: 1.8rem;
    }
}
.tituloprint{
	font-size: 1.9rem;
	letter-spacing: -1px;
	font-weight: 600;
}
.titulo{
	font-size: 1.9rem;
	letter-spacing: -1px;
	font-weight: 600;
}
@media (min-width: 576px) {
    .titulo {
        font-size: 2rem;
    }
}
@media (min-width: 768px) {
    .titulo {
        font-size: 2.5rem;
    }
}
@media (min-width: 992px) {
    .titulo {
        font-size: 2.8rem;
    }
}
@media (min-width: 1200px) {
    .titulo {
        font-size: 2.8rem;
    }
}
.txtregular{
	font-size: 1.3rem;
}
.txtsubtitulo{
	font-size: 2.5rem;
	font-weight: 600;
}
.txtregularcoti{
	font-size: 1.6rem;
}
.txtsubtitulocotiprint{
	font-size: 3rem;
	font-weight: 600;
	text-align: left;
}
.txtsubtitulocoti{
	font-size: 3rem;
	font-weight: 600;
	text-align: left;
}
@media (min-width: 576px) {
    .txtsubtitulocoti {
		text-align: left;
    }
}
@media (min-width: 768px) {
    .txtsubtitulocoti {
		text-align: right;
    }
}
@media (min-width: 992px) {
    .txtsubtitulocoti {
		text-align: right;
    }
}
@media (min-width: 1200px) {
    .txtsubtitulocoti {
		text-align: right;
    }
}
#advSlider {
    position: relative;      /* recommended */
}
#advSlider .MS-content {
    white-space: nowrap;     /* required */
    overflow: hidden;        /* required */
    margin: 0 5%;            /* makes room for L/R arrows */
}
#advSlider .MS-content .item {
    display: inline-block;   /* required */
    width: 100%;              /* required * Determines number of visible slides */
    position: relative;      /* required */
    vertical-align: top;     /* required */
    overflow: hidden;        /* required */
    height: 100%;            /* recommended */
    white-space: normal;     /* recommended */
}
@media (min-width: 576px) {
    #advSlider .MS-content .item {
		width: 100%;
    }
}
@media (min-width: 768px) {
    #advSlider .MS-content .item {
		width: 100%;
    }
}
@media (min-width: 992px) {
    #advSlider .MS-content .item {
		width: 100%;
    }
}
@media (min-width: 1200px) {
    #advSlider .MS-content .item {
		width: 100%;
    }
}
#advSlider .MS-controls button {
    position: absolute;      /* recommended */
    top: 50%;
	outline: none;
	box-shadow: none;
	color: #27564E;
}
#advSlider .MS-controls button:hover {
  color: #000;
}
#advSlider .MS-controls button:focus {
  outline: none;
  box-shadow: none;
}
#advSlider .MS-controls .MS-left {
    left: -5px;
	border: none;
	font-size: 1.5rem;
	background-color: transparent;
}
#advSlider .MS-controls .MS-right {
    right: -5px;
	border: none;
	font-size: 1.5rem;
	background-color: transparent;
}
@media (min-width: 992px) {
    #advSlider .MS-controls .MS-left {
		left: 10px;
	}
	#advSlider .MS-controls .MS-right {
		right: 10px;
	}
}
.txtcarmodel {
	font-family: Bai Jamjuree;
	font-weight: 800;
	font-size: 2.5rem;
	transform: scale(1, .6);
}
@media (min-width: 576px) {
    .txtcarmodel {
        font-size: 2.5rem;
    }
}
@media (min-width: 768px) {
    .txtcarmodel {
        font-size: 3rem;
    }
}
@media (min-width: 992px) {
    .txtcarmodel {
        font-size: 3rem;
    }
}
@media (min-width: 1200px) {
    .txtcarmodel {
        font-size: 3rem;
    }
}
.tablehead {
	background-color: #f0f0f0;
}
.txtcartable {
	font-family: Bai Jamjuree;
	font-weight: 800;
	font-size: 1.10rem;
	transform: scale(1, .75);
}
@media (min-width: 576px) {
    .txtcartable {
        font-size: 1.10rem;
    }
}
@media (min-width: 768px) {
    .txtcartable {
        font-size: 1.35rem;
    }
}
@media (min-width: 992px) {
    .txtcartable {
        font-size: 1.35rem;
    }
}
@media (min-width: 1200px) {
    .txtcartable {
        font-size: 1.35rem;
    }
}
.txtcombtable {
	font-size: 1rem;
}
.tableleadprint {
  font-size: 1.2rem;
  font-weight: 600;
}
.tablelead {
  font-size: 1.12rem;
  font-weight: 500;
}
.border-print {
	border-right: dotted 1px #6e6e6e;
}
.border-r {
	border-right: none;
	border-bottom: dotted 1px #6e6e6e;
}
@media (min-width: 576px) {
    .border-r {
        border-right: none;
		border-bottom: dotted 1px #6e6e6e;
    }
}
@media (min-width: 768px) {
    .border-r {
        border-right: dotted 1px #6e6e6e;
		border-bottom: none;
    }
}
@media (min-width: 992px) {
    .border-r {
        border-right: dotted 1px #6e6e6e;
		border-bottom: none;
    }
}
@media (min-width: 1200px) {
    .border-r {
        border-right: dotted 1px #6e6e6e;
		border-bottom: none;
    }
}
.border-x {
	border-left: dotted 1px #6e6e6e;
	border-right: dotted 1px #6e6e6e;
}
.border-b {
	border-bottom: solid 2px #363636;
}
.border-b-light {
	border-bottom: solid 1px #363636;
}
.textitemsprint {
	font-size: 0.85rem;
	font-weight: 550;
}
.textitems {
	font-size: 0.85rem;
	font-weight: 550;
}
.footer-links {
	color: rgba(255,255,255,0.90);
	text-decoration: none;
}
.footer-links:hover {
	color: rgba(255,255,255,1);
	text-decoration: none;
}
.bg-leaves {
	background-image: url("../images/leaves.jpg");
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size: 22%;
}
.bg-warningsign {
	background-image: url("../images/warning.jpg");
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size: 22%;
}
/* theme.css trae .carousel-item { float:left } (Bootstrap 4); con Bootstrap 5 del CDN el carrusel queda sin altura / contenido abajo */
#carouselExample .carousel-item {
	float: none !important;
}
/* Un solo iframe Juxtapose: evita dos embeds (uno oculto con d-none) que en Chrome recalculan mal tras F5 o interacción */
.juxtapose-wrap {
	width: 100%;
	max-width: 100%;
	min-width: 0;
	position: relative;
	isolation: isolate;
}
.juxtapose-wrap iframe.juxtapose.iframe {
	display: block;
	width: 100% !important;
	max-width: 100%;
	min-width: 100%;
	box-sizing: border-box;
}
.iframe{
	width: 100% !important;
	height: 190px;
	overflow: hidden;
	border: 0;
}
@media (min-width: 576px) {
    .iframe {
        height: 315px;
    }
}
@media (min-width: 768px) {
    .iframe {
        height: 245px;
    }
}
@media (min-width: 992px) {
    .iframe {
        height: 315px;
    }
}
@media (min-width: 1200px) {
    .iframe {
        height: 415px;
    }
}
@media (min-width: 1600px) {
    .iframe {
        height: 605px;
    }
}
.list-group-item{
	font-size: 0.87rem !important;
}
.battery-icon{
	font-size: 0.8rem !important;
}
@media (min-width: 576px) {
    .battery-icon {
        font-size: 0.8rem !important;
    }
}
@media (min-width: 768px) {
    .battery-icon {
        font-size: 1.1rem !important;
    }
}
@media (min-width: 992px) {
    .battery-icon {
        font-size: 1.1rem !important;
    }
}
@media (min-width: 1200px) {
    .battery-icon {
        font-size: 1.1rem !important;
    }
}
.txtcoti {
	text-align: center;
}
@media (min-width: 576px) {
    .txtcoti {
        text-align: center;
    }
}
@media (min-width: 768px) {
    .txtcoti {
        text-align: left;
    }
}
@media (min-width: 992px) {
    .txtcoti {
        text-align: left;
    }
}
@media (min-width: 1200px) {
    .txtcoti {
        text-align: left;
    }
}
@media (min-width: 1600px) {
    .txtcoti {
        text-align: left;
    }
}
.w-car {
	width: 100%;
}
@media (min-width: 576px) {
    .txtcoti {
        width: 100%;
    }
}
@media (min-width: 768px) {
    .txtcoti {
        width: 85%;
    }
}
@media (min-width: 992px) {
    .txtcoti {
        width: 75%;
    }
}
@media (min-width: 1200px) {
    .txtcoti {
        width: 75%;
    }
}
@media (min-width: 1600px) {
    .txtcoti {
        width: 75%;
    }
}
.page {
	width: 600px;
}

/* ——— Móviles y pantallas pequeñas ——— */
html {
	overflow-x: hidden;
}
body {
	overflow-x: hidden;
	padding-left: env(safe-area-inset-left, 0);
	padding-right: env(safe-area-inset-right, 0);
	padding-bottom: env(safe-area-inset-bottom, 0);
}
.nav-safe {
	padding-left: env(safe-area-inset-left, 0);
	padding-right: env(safe-area-inset-right, 0);
}

/* Comparativa móvil: dos columnas legibles (eléctrico | combustión) */
.compare-mobile-card .compare-mobile-col-label {
	font-size: 0.68rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	color: #5c636a;
	text-transform: uppercase;
	line-height: 1.2;
}
.compare-mobile-card .compare-mobile-val {
	font-size: clamp(0.8rem, 2.8vw, 0.95rem);
	line-height: 1.25;
	word-break: break-word;
	hyphens: auto;
}
.compare-mobile-card .compare-mobile-pair {
	min-height: 3.25rem;
	align-items: start;
}
.compare-mobile-card .compare-mobile-diff {
	background: #f1f3f5;
	border-radius: 0.5rem;
	padding: 0.55rem 0.65rem;
	text-align: center;
	border: 1px solid rgba(0, 0, 0, 0.06);
}
.compare-mobile-card .compare-mobile-diff-label {
	display: block;
	font-size: 0.72rem;
	color: #495057;
	margin-bottom: 0.15rem;
}
.compare-mobile-card .compare-mobile-diff--time {
	background: #e7f5ff;
	border-color: rgba(13, 110, 253, 0.2);
}

@media (max-width: 767.98px) {
	.titulo {
		font-size: 1.55rem;
		line-height: 1.2;
		padding-left: 0.25rem;
		padding-right: 0.25rem;
	}
	.txtcarmodel {
		font-size: 1.85rem;
		line-height: 1.15;
		word-break: break-word;
	}
	.txtsubtitulocoti {
		font-size: 2.1rem;
		line-height: 1.1;
	}
	.txtregularcoti {
		font-size: 1.35rem;
	}
	.list-group-item {
		font-size: 0.92rem !important;
		padding-top: 0.65rem;
		padding-bottom: 0.65rem;
	}
	.textitems {
		font-size: 0.8rem;
		line-height: 1.35;
	}
	.bg-leaves,
	.bg-warningsign {
		background-size: 35%;
		background-position: right 0.5rem bottom 0.5rem;
	}
	#datoelectrico,
	#datocombustible {
		font-size: 0.95rem;
		line-height: 1.45;
	}
	.iframe {
		height: min(52vw, 240px);
		min-height: 180px;
	}
	.carousel .carousel-control-prev,
	.carousel .carousel-control-next {
		width: 3rem;
		min-height: 3rem;
		top: 50%;
		transform: translateY(-50%);
		opacity: 0.95;
	}
	.carousel .carousel-control-prev-icon,
	.carousel .carousel-control-next-icon {
		width: 1.75rem;
		height: 1.75rem;
	}
}

.btn-touch {
	min-height: 48px;
	padding-left: 1.35rem;
	padding-right: 1.35rem;
	font-size: 1.05rem;
}

@media (max-width: 575.98px) {
	.lead {
		font-size: 1rem;
	}
	.modal-body {
		font-size: 0.95rem;
	}
}