:root{
	--celeste: #68bbe3;
	--fuente-ppal: "Cinzel", serif;
	--fuente-gral: "Quattrocento", serif;
}
body {
	font-family: var(--fuente-gral);
}
h1,h2,h3,h4,h5,h6,
.h1,.h2,.h3,.h4,.h5,.h6{
	font-family: var(--fuente-ppal);
	font-weight: 700;
}

b,strong{
	font-weight: 700;
}

.texto figure img{
	width: 100%;
}
figure.media {
    clear: both;
    display: block;
    margin: 0.9em 0;
    min-width: 15em;
}
.text-12,
.texto .text-tiny{
	font-size: 12px!important;
}
.text-13{
	font-size: 13px!important;
}
.text-14,
.texto .text-small{
	font-size: 14px!important;
}
.texto .text-big{
	font-size: 20px!important;
}
.texto .text-huge{
	font-size: 28px!important;
}

.img-pro {
    width: 261px!important;
    height: 261px!important;
    object-fit: cover!important;
    object-position: center!important;
}
#results {
    max-height: 300px;
    text-align: left;
    list-style: none;
    padding: 5px 15px;
    overflow: scroll;
    background-color: #fff;
    border-radius: 10px;
    position: absolute;
    z-index: 99;
}

/* COMPONENTES Y GENERALES */
.btn{
	font-family: var(--fuente-ppal);
	font-weight: 600;
}
.btn-color{
	padding: .6rem 1.4rem;
	text-transform: uppercase;
}
.btn-color2{
	padding: .6rem 1.4rem;
	text-transform: uppercase;
	color: #fff;
	background-color: var(--botones-hover);
	border-radius: 30px;
}
.btn-color2:is(:hover,:focus,:active){
	background-color: var(--botones)!important;
	color: #fff;
}
.btn-light{
	padding: .6rem 1.4rem;
	text-transform: uppercase;
	color: var(--botones);
}
.btn-celeste{
	border-radius: 35px;
	padding: .65rem 1.5rem;
	text-transform: uppercase;
	background-color: var(--celeste);
	color: #fff;
	font-size: 1.3rem;
}
.btn-celeste:is(:hover,:focus,:active){
	background-color: var(--botones)!important;
	color: #fff!important;
}
.linea{
	height: 1px;
	width: 80px;
}
.linea.blanca{
	background-color: #fff;
}
.linea.color{
	background-color: var(--botones);
	width: 10rem;
}
.linea.celeste{
	background-color: var(--celeste);
	width: 9rem;
}
.titulo{
	color: var(--botones);
	font-size: 55px;
	font-weight: 700;
	font-family:var(--fuente-ppal);
}
.font-title{
	font-family:var(--fuente-ppal);
	font-weight: 600;
}
.subtitulo{
	color: #333;
	font-size: 18px;
	margin-bottom: 0;
	font-weight: 400;
}
.texto{
	color: var(--botones);
	font-size: 16px;
	font-weight: 300;
}

.form-control,.form-select, .input-group{
	border-radius: 0;
	border: 1px solid var(--botones);
}
.input-group span{
	border-radius: 0;
	
}
.input-group .form-control{
	border: none;
	border-left: 1px solid var(--botones);
}
.form-control::placeholder,label{
	font-family:var(--fuente-ppal);
	color: var(--botones);
	font-weight: 500;
}

.semi-circulo{
	width: 100%;
	height: 85%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	/* border-bottom-left-radius: 50%; */
    /* border-bottom-right-radius: 50%; */
	background-color: #f6fbfd;
    clip-path: ellipse(50% 100% at 50% 0%);
}

.modal-content{
	border-radius: 0;
}
.modal-content .modal-header{
	background-color: var(--botones);
	border-radius: 0;
	color: #fff;
	padding: 0 0 0 1rem;
}
.modal-content .modal-header .btn-close{
	background-color: var(--botones-hover);
	border-radius: 0;
	opacity: 1;
	height: 40px;
	width: 40px;
	margin: 0;
}
.modal-content .modal-header .btn-close:is(:hover,:focus){
	background-color: #fff;
}
.modal-content .img-modal{
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.social-notis{
	display: flex;
	flex-direction: row;
	gap: .5rem;
	flex-wrap: wrap;
}
.social-notis .btn{
	width: 42px;
	height: 42px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	color: #fff;
	background-color: var(--celeste);
	font-size: 1.3rem;
}
.social-notis .btn i{
	line-height: 1;
}
.social-notis .btn:is(:hover,:focus,:active){
	background-color: var(--botones);
	color: #fff;
}
.bg-grey{
	background-color: #f1f4ff;
}

/* Topbar */
.topbar {
    color: #fff;
	font-size: .9rem;
}
.topbar .social-rrss{
	display: inline-flex;
	align-items: center;
	justify-content: flex-end;
	gap: 0;
}
.topbar .social-rrss a {
    font-size: 16px;
    color: #fff;
    border-right: 1px solid #ffffff57;
    /* line-height: 40px; */
    /* width: 40px; */
	padding: .5rem 1rem;
	display: inline-block;
    text-align: center;
    transition: all linear .3s;
    -webkit-transition: all linear .3s ease;
    -moz-transition: all linear .3s ease;
    -ms-transition: all linear .3s ease;
    -o-transition: all linear .3s ease;
}
.topbar .social-rrss a:hover {
    background: #fff;
    color: #f02c2d;
}
.topbar .social-rrss a:first-child {
    border-left: 1px solid #ffffff57;
}

#navbar .navbar-brand img{
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
#navbar.navbar-shrink .navbar-brand img{
	width: 200px;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
#navbar	.nav-link{
	font-weight: 700;
	color: var(--botones);
}
#navbar	.nav-link.active{
	color: var(--botones-hover);
}
#navbar .navbar-toggler{
	background-color: var(--botones);
	color: #fff;
	font-size: 1.5rem;
	padding: .25rem .5rem
}
footer .list-contact span{
	background-color: var(--celeste);
	color: #fff;
	border-radius: 3px;
	padding: .2rem;
}
footer .social-foot{
	display: flex;
	flex-direction: row;
	gap: .5rem;
	flex-wrap: wrap;
}
footer .social-foot .btn{
	width: 50px;
	height: 50px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	border: 1px solid #fff;
	color: #fff;
	font-size: 1.3rem;
}
footer .social-foot .btn i{
	line-height: 1;
}
footer .social-foot .btn:is(:hover,:focus,:active){
	background-color: #fff;
	color: var(--botones);
}

.header-inicio{
	position: relative;
}
.carousel-inner{
	margin-top: 110px;
}
.carousel-item {
	height: 90vh;
	/* min-height: 650px; */
	max-height: 800px;
	background: no-repeat center left scroll;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.carousel-caption{
	bottom: 0;
	padding: 0;
	text-align: center;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 5%;
	left: 5%;
}
.carousel-caption .destacados .titulo-destacado{
	font-size: 1.7rem;
	font-weight: 700;
	line-height: 1.8rem;
}
.carousel-caption .destacados p{
	margin-bottom: 0;
	color: var(--botones);
	font-size: .8rem;
	font-weight: 700;
}

.titulo-slide{
	font-family:var(--fuente-ppal);
	font-size: 3.3rem;
	line-height: 3.3rem;
	font-weight: 800;
	color: var(--botones);
}
.banner-seccion{
	margin-top: 110px;
	height: 300px;
	background: no-repeat center center scroll;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.banner-seccion .titulo-slide{
	text-transform: uppercase;
}
.texto-slide p{
	color: var(--botones);
	font-size: 18px;
}
.banner-news-content{
	margin-top: 120px;
	background-color: #f1f9fc;
}
.banner-reserva{
	margin-top: 120px;
    background-repeat: no-repeat;
    background-size: 50%, cover; /* Ajusta tamaños de ambos fondos */
    background-position: left bottom, center; /* Asegura que ambos fondos estén centrados */
	height: 60vh;
	min-height: 450px;
	text-align: center;
}
.banner-reserva .titulo-slide{
	color: #fff;
}

/* Títulos de secciones normales */
.titulo-noticia{
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    color: #153c64;
}

/* Título del visor (fondo oscuro) */
.titulo-visor {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    color: #ffffff;
}

.visor-subtitle{
    font-family: 'Poppins', sans-serif;
    font-size: 1.1rem;
    font-weight: 400;
    color: #fff;
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.5;
}

.form-inicio>div{
	padding: 1.5rem;
	background-color: rgba(265, 265, 265, .85);
}

.list-iconos-inicio li{
	align-items: center;
	font-size: 1.3rem;
	font-weight: 700;
	color: var(--botones);
}

.img-color{
	position: relative;
	background-position: center;
	background-size: cover;
}
.img-color span{
	display: block;
}
.img-color .dato{
	font-family:var(--fuente-ppal);
	font-weight: 700;
	font-size: 5rem;
}
.img-color .text-title{
	font-size: 1.5rem;
}
.img-color .oscuro{
	background-color: rgba(21, 60, 100, 0.8);
}
.img-color .oscuro::after {
    content: "";
    position: absolute;
    top: -1px;
    right: -1px;
    width: 40px;
    height: 50px;
    background-color: #f6f6f6;
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%);
}
.img-color .claro{
	background-color: rgba(104, 186, 227, 0.8);
}
.img-color .claro::after {
    content: "";
    position: absolute;
    top: -1px;
    left: -1px;
    width: 40px;
    height: 50px;
    background-color: #f6f6f6;
    clip-path: polygon(0% 0%, 100% 0%, 0% 100%);
}

.clip-separador{
	position: absolute;
	background-color: var(--botones);
}

.servicios .card{
	margin-top: 2rem;
}
.servicios .icono-serv{
	text-align: center;
	position: absolute;
	top: -2.5rem;
	z-index: 999;
	left: 0;
	right: 0;
}
.servicios .card .card-img{
	aspect-ratio: 1;
	object-fit: cover;
	border-radius: 0;
}
.servicios .card .card-body{
	background-color: var(--botones);
	margin: 0 1rem;
	color: #fff;
	margin-top: -2.5rem;
	transition: all .2s ease-in;
}
.servicios .card:hover .card-body{
	background-color: var(--celeste);
}
.servicios .card .card-body .serv-breve, .serv-breve{
	font-family: 'Hortensia';
	font-size: 1.3rem;
}

.card-noti-inicio img{
	aspect-ratio: 1.2;
	object-fit: cover;
}
.card-noti-inicio .noti-fecha{
	display: table;
	background-color: var(--botones);
	padding: .1rem .4rem;
	color: #fff;
	margin-top: -1rem;
}
.breve{
	display: -webkit-box;
	line-clamp: 2;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;

}

.form-noticia{
	background-color: var(--botones);
}
.form-noticia form .form-control{
	background-color: transparent;
	border-color: #e3e3e3;
	color: #fff;
}
.form-noticia form .form-control:focus~label{
	color: #fff!important;
}
.form-noticia form .input-group{
	border-color: #e3e3e3;
}
.form-noticia form .input-group .input-group-text{
	background-color: transparent;
	color: #fff;
	border-width: 0 1px 0 0;
}
.form-noticia form label{
	background-color: transparent;
	color: #fff!important;
}
.form-noticia form label::after{
	background-color: transparent!important;
}

.list-noti>div{
	border:1px solid var(--botones);
}
.list-noti img{
	aspect-ratio: 1.3;
	object-fit: cover;
}
.list-noti p{
	color: var(--botones);
}
.list-noti>div:hover p{
	color: var(--botones-hover);
}

.btn-share-rrss{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 1rem;
	justify-content: flex-start;
	align-items: center;
}
.btn-share-rrss .btn{
	border-radius: 5px;
	width: 45px;
	height: 45px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 1.2rem;
}
.btn-share-rrss .btn.facebook{
	background-color: #1877F2;
}
.btn-share-rrss .btn.twitter{
	background-color: #000 ;
}
.btn-share-rrss .btn.whsapp{
	background-color: #25D366;
}
.btn-share-rrss .btn.linkedin{
	background-color: #0077B5;
}

.list-reserva li{
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	justify-content: flex-start;
	font-size: 1.1rem;
	color: var(--botones);
	flex-wrap: nowrap;
}

.redes-reserva{
	background: linear-gradient(to right,#67bae3, #007acc, #67bae3 );
}
.form-reserva label{
	font-family: var(--fuente-gral);
}
.form-reserva .form-control::placeholder{
	font-family: var(--fuente-gral);
	color: var(--celeste);
}

.ejemplo{
	background-color:var(--celeste);
	color: #fff;
	font-size: 1.5rem;
	font-weight: 700;
	text-align: center;
	border-radius: .5rem;
	padding: .7rem 1rem;
}

.card-contact {
    text-align: center;
    background: #f5f7fb;
    padding: 30px 20px;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 8px;
    border: 1px solid #eee;
}

.card-contact i {
    color: var(--botones-hover);
    font-size: 50px;
	line-height: 50px;
}

.card-contact .contact-title {
    font-family: var(--fuente-ppal);
    text-transform: capitalize;
    font-weight: 600;
    font-size: 25px;
    margin: 20px 0px 10px 0px;
    text-align: center;
}

.card-contact a,
.card-contact p {
    color: var(--botones);
    font-size: 18px;
    font-weight: 400;
	margin-bottom: 0;
	text-decoration: none;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s ease;
    -moz-transition: all linear 0.3s ease;
    -ms-transition: all linear 0.3s ease;
    -o-transition: all linear 0.3s ease;
}

.mapa iframe{
	width: 100%;
}


#preguntas.accordion-flush .accordion-item .accordion-header .accordion-button{
	border-radius: 10px;
	border: none;
	box-shadow: none;
}

.precio-oferta{
	font-size: 14px;
	text-decoration: line-through;
}

/*Custom Radios Color - Tallas*/
	.select-color{
		width: 40px;
		height: 40px;
		margin-right: .3rem;
		margin-bottom: .4rem;
		position: relative;
		padding: 0;
	}
	.select-tallas{
		width: 45px;
		min-height: 32px;
		margin-right: .3rem;
		margin-bottom: .4rem;
		position: relative;
		padding: 0;
	}

	/* Hide the browser's default radio button */
	.select-color input,
	.select-tallas input{
		position: absolute;
		opacity: 0;
		cursor: pointer;
		margin: 0;
	}

	/* Create a custom radio button */
	.select-color .cont-color{
		position: absolute;
		top: 0;
		left: 0;
		height: 40px;
		width: 40px;
		padding: 4px;
		border:1px solid #e3e3e3;
		background-color: #fff;
	}
	.select-tallas .cont-talla{
		position: absolute;
		top: 0;
		left: 0;
		padding: 4px 0px;
		width: 45px;
		border: 1px solid #e3e3e3;
		font-size: 14px;
		background-color: #fff;
	}

	.select-color .cont-color .color{
		height: 100%;
		width: 100%;
	}

	/* On mouse-over */
	.select-color:hover input ~ label .cont-color,
	.select-tallas:hover input ~ .cont-talla{
		border-color: #80bdff;
		box-shadow: 0 0 0 0.15rem rgba(0,123,255,.25);
		cursor: pointer;
	}

	/* Show the indicator when checked */
	.select-color input:checked ~ label .cont-color,
	.select-tallas input:checked ~ .cont-talla {
		border-color: #80bdff;
		box-shadow: 0 0 0 0.15rem rgba(0,123,255,.25);
	}

/*Fin Custom Radios Color - Tallas*/

.productos .card img{
	width: 100%;
	height: 250px;
	object-fit: cover;
}

.quantity {
	position: relative;
}
input.error {
    border-color: #F44336!important;
    outline: 0!important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(244, 67, 54, .6)!important;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(244, 67, 54, .6)!important;
}
.alerta .alert {
	position: fixed;
	bottom: 0;
	width: 100%;
	border-radius: 0;
	margin: 0;
	padding: 25px 15px;
	border: none;
	z-index: 9999;
	text-align: center;
	box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button{
	-webkit-appearance: none;
	margin: 0;
}
input[type=number]{
	-moz-appearance: textfield;
}
.quantity input {
	width: 85%;
	height: 42px;
	line-height: 1.65;
	float: left;
	display: block;
	padding: 0;
	margin: 0;
	padding-left: 15px;
	border: 1px solid #eee;
}
.quantity input:focus {
	outline: 0;
}
.quantity-nav {
	float: left;
	position: relative;
	height: 42px;
}
.quantity-button {
	position: relative;
	cursor: pointer;
	border-left: 1px solid #eee;
	width: 20px;
	text-align: center;
	color: #333;
	font-size: 13px;
	font-family: "Trebuchet MS", Helvetica, sans-serif !important;
	line-height: 1.7;
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}
.quantity-button.quantity-up {
	position: absolute;
	height: 50%;
	top: 0;
	border-bottom: 1px solid #eee;
}
.quantity-button.quantity-down {
	position: absolute;
	bottom: -1px;
	height: 50%;
}
.galerias figure img{
	aspect-ratio: 1;
	object-fit: cover;
	width: 100%;
	transition: all .2s ease-in;
}
.galerias .sobre-texto{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
	background: linear-gradient(to top, rgba(0, 0, 0, .8), 10%, rgba(0, 0, 0, 0));
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-end;
	padding: 1rem;
	color: #fff;
}
.galerias figure:hover img{
	opacity: .6;
}
.galerias .sobre-texto h5{
	letter-spacing: 1.5px;
}
.galerias-img ul li a img{
	aspect-ratio: .9;
	width: 100%;
	object-fit: cover;
}

#reviews .owl-stage{
	margin:0 auto;
}
.review .foto img{
	width: 55px;
	aspect-ratio: 1;
	border-radius: 50%;
	object-fit: cover;
/*	margin: auto;*/
}
#reviews .owl-dots{
	display: flex;
	align-items: center;
	justify-content: center;
	margin:.5rem auto 0 auto;
}
#reviews .owl-dots button{
	height: 15px;
	width: 15px;
	border-radius: 50%;
	background-color: #e3e3e3!important;
	margin:0 3px;
}


.wsp{
    font-size: 11px;
    font-weight: 400;
    font-family: sans-serif;
    letter-spacing: 0;
    line-height: 1px;
    padding: 3px 7px;
    letter-spacing: 0;
    text-transform: none;
}
.whatsapp {
    position: fixed;
    z-index: 9999!important;
    border-radius: 50% 50% 50% 0%;
    width: 62px;
    height: 62px;
    bottom: 15px;
    left: 15px;
    background-color: #25d366;
    padding: 8px 8px 8px 10px;
    animation: 1s infinite alternate shimmy;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
}
.whatsapp i {
    font-size: 42px;
    color: #fff;
}
@keyframes shimmy{
    0%{
        transform:translate(0,0)
    }
    100%{
        transform:translate(5px, -5px)
    }
}

@media (min-width: 0px){
	.carousel-caption{
		transform: translateY(-65%);
	}
	.header-landing .carousel-caption{
		transform: translateY(-75%);
	}
	.titulo-slide{
		font-size: 2.5rem;
    	line-height: 2.5rem;
	}
	.form-inicio{
		position: relative;
		width: 100%;
		top: inherit;
		left: inherit;
		right: inherit;
		bottom: initial;
	}
	.titulo{
		font-size: 40px;
	}
	.semi-circulo{
		height: 25%;
	}
	.img-color .dato{
		font-size: 4rem;
	}
	.clip-separador{
		top: -2px;
		bottom: initial;
		left: 0;
		right: 0;
		height: 15%;
		clip-path: polygon(0% 0%, 100% 0%, 100% 50%, 50% 100%, 0% 50%);
	}
	.carousel-caption .btn-celeste{
		font-size: 1rem;
	}
}
@media (min-width: 576px){
	
}
@media (min-width: 768px) {
	.carousel-item{
		height: 85vh;
		min-height: 600px;
	}
	.titulo-slide{
		font-size: 3rem;
    	line-height: 3rem;
	}
	.carousel-caption .destacados .cont-destacado{
		display: flex;
		flex-direction: row;
		width: 100%;
		align-items: center;
		justify-content: center;
		gap: .5rem;
		text-align: left;
	}
	.carousel-caption .btn-celeste{
		font-size: 1.3rem;
	}
	.titulo{
		font-size: 55px;
	}
	.semi-circulo{
		height: 50%;
	}
}
@media (min-width: 992px){
	.carousel-caption{
		transform: translateY(-50%);
	}
	.header-landing .carousel-caption{
		transform: translateY(-65%);
	}
	.carousel-item{
		height: 90vh;
		min-height: 650px;
	}
	.titulo-slide{
		font-size: 3rem;
    	line-height: 3rem;
	}
	.carousel-caption .destacados .cont-destacado{
		display: flex;
		flex-direction: column;
		width: 100%;
		align-items: center;
		justify-content: flex-start;
		gap: .5rem;
		text-align: center;
	}
	.form-inicio{
		position: absolute;
		right: 10%;
		top: 2rem;
		bottom: 2rem;
		z-index: 999;
		width: 30%;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}
	.img-color .dato{
		font-size: 5rem;
	}
	.img-color .text-title {
		font-size: 1.5rem;
	}
	.clip-separador{
		top: 0;
		bottom: 0;
		left: 0;
		width: 15%;
		height: 100%;
		clip-path: polygon(0% 0%, 80% 0%, 100% 50%, 80% 100%, 0% 100%);
	}
}
@media (min-width: 1024px) {
	.carousel-item{
		height: 110vh;
		min-height: 650px;
	}
	.titulo-slide{
		font-size: 3.3rem;
    	line-height: 3.3rem;
	}
	.carousel-caption .destacados .cont-destacado{
		display: flex;
		flex-direction: row;
		width: 100%;
		align-items: center;
		justify-content: center;
		gap: .5rem;
		text-align: left;
	}
	.form-inicio{
		width: 20%;
	}
	.semi-circulo{
		height: 80%;
	}
	
}

/* ======================================
   BADGE "Recomendado(*)" — DEFINITIVO
====================================== */

.form-check-label .obligatorio {
    display: inline-block;
    margin-left: 8px;
    padding: 3px 10px;

    background-color: #fdecc8;   /* amarillo suave */
    color: #153c64;              /* texto recomendado */

    font-size: 0.70rem;          /* más pequeño que el texto */
    font-weight: 600;
    font-style: italic;          /* diferencia visual clara */

    border-radius: 999px;
    line-height: 1.2;
    white-space: nowrap;
}

/* ======================================
   TÍTULO SECCIÓN: "Selecciona los campos"
   Reserva de Derechos
====================================== */

.form-reserva > p {
    display: flex;
    align-items: center;
    gap: 10px;

    background: #f5f9ff;
    border: 1px solid rgba(21, 60, 100, 0.15);
    border-radius: 10px;

    padding: 12px 16px;
    margin-bottom: 22px;

    font-size: 1.05rem;
    font-weight: 600;
    color: #153c64;

    box-shadow: 0 4px 12px rgba(21, 60, 100, 0.06);
}

/* Ícono decorativo */
.form-reserva > p::before {
    content: "☑";
    display: inline-flex;
    align-items: center;
    justify-content: center;

    width: 26px;
    height: 26px;

    background: #68bbe3;
    color: #ffffff;

    font-size: 0.9rem;
    font-weight: 700;

    border-radius: 6px;
}

/* Mobile */
@media (max-width: 768px) {
    .form-reserva > p {
        font-size: 1rem;
        padding: 10px 14px;
    }
}

/* =====================================================
   MENU MOBILE – IMAGEN ABOGADOS
   Refuerzo visual de confianza
   Visible SOLO en mobile
===================================================== */

.menu-abogados-mobile {
    display: none;
}

@media (max-width: 991px) {
    .menu-abogados-mobile {
        display: block;
        margin-top: 1.5rem;
        text-align: center;
    }

    .menu-abogados-mobile img {
        max-width: 90%;
        height: auto;
        border-radius: 12px;
        box-shadow: 0 6px 18px rgba(0,0,0,0.15);
    }
}
/* =====================================
   MENU MOBILE – IMAGEN ABOGADOS
   Solo visible en celular
===================================== */

/* Por defecto: OCULTO (PC / Tablet) */
.menu-abogados-mobile {
    display: none !important;
}

/* SOLO CELULAR */
@media (max-width: 991.98px) {
    .menu-abogados-mobile {
        display: block !important;
    }
}
/* =====================================
   MENU MOBILE – DIVISORES
   Solo mobile
===================================== */
@media (max-width: 991.98px) {

    #navbar .nav-item {
        border-bottom: 1px solid #e6e6e6;
    }

    #navbar .nav-link {
        padding: 14px 18px;
        display: block;
    }

}
/* =====================================
   MENU MOBILE – ITEM ACTIVO PREMIUM
===================================== */
@media (max-width: 991.98px) {

    #navbar .nav-link.active {
        color: #bf262c; /* rojo TopLegal */
        position: relative;
        padding-left: 22px;
    }

    #navbar .nav-link.active::before {
        content: "";
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 4px;
        height: 60%;
        background-color: #bf262c;
        border-radius: 2px;
    }

}
/* ICONO ESCUDO LOGIN – COLOR ROJO */
#navbar .btn i.bi-shield-lock-fill {
    color: #bf262c; /* rojo TopLegal */
}
/* =====================================
   MENU MOBILE – OCULTAR EN DESKTOP
===================================== */
.menu-redes-mobile {
    display: none;
}

@media (max-width: 991.98px) {
    .menu-redes-mobile {
        display: block;
    }
}
/* =====================================
   MENU MOBILE – REDES SOCIALES CIRCULARES
===================================== */
@media (max-width: 991.98px) {

    .menu-redes-mobile .btn {
        width: 56px;
        height: 56px;
        padding: 0;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .menu-redes-mobile .btn i {
        font-size: 22px;
        line-height: 1;
    }

}
/* =====================================
   MENU MOBILE – CTA FINAL
===================================== */
@media (max-width: 991.98px) {

    .menu-redes-mobile p {
        color: #dc3545; /* azul corporativo TopLegal */
        font-weight: 600;
        letter-spacing: 0.3px;
    }

}
/* =====================================
   MENU MOBILE – HEADER LOGO TOPLEGAL
===================================== */
@media (max-width: 991.98px) {

    .offcanvas-header {
        background-color: #eef2f7; /* Gris azulado claro TopLegal */
        padding: 1rem 1.25rem;
    }

       .offcanvas-header .btn-close {
        filter: invert(1);
        opacity: 1;
    }

}
/* ==============================
   CTA LEGAL – MENU MOBILE
============================== */

@media (max-width: 991.98px) {

    .cta-legal-mobile {
        font-family: var(--fuente-ppal);
        font-size: 14px;
        font-weight: 600;
        color: var(--botones);
        letter-spacing: 0.3px;
    }

    .icono-justicia-mobile {
        display: flex;
        justify-content: center;
        margin-top: 6px;
    }

    .icono-justicia-mobile i {
        font-size: 28px;
        color: var(--botones);
        opacity: 0.9;
    }
}
@media (max-width: 991.98px) {

    .icono-justicia-mobile i {
        font-size: 42px;
        color: var(--botones);
        opacity: 0.85;
    }

}
/* =====================================
   MENU MOBILE – BOTÓN CERRAR (X)
   Fondo claro TopLegal
===================================== */

@media (max-width: 991.98px) {

    .offcanvas-header {
        background-color: #eef2f7; /* tu gris definido */
    }

    .offcanvas-header .btn-close {
        filter: none;      /* elimina el blanco */
        opacity: 1;
    }

}
@media (max-width: 991.98px) {
    .offcanvas-header .btn-close {
        filter: invert(20%) sepia(80%) saturate(600%) hue-rotate(-10deg);
    }
}

