/*@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+Display:ital,wght@0,100..900;1,100..900&family=Mulish:ital,wght@0,200..1000;1,200..1000&display=swap');*/
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body {
	font-family: "Poppins", sans-serif;
	font-size: 1.3em;
	min-height: 100vh;
	display: flex;
	flex-direction: column;
}

main {
	flex: 1;
}

h1 {
	font-family: "Playfair Display", serif;
}

.productos-can {
	color: #143333;
	font-family: "Playfair Display", serif;
}

.searchBox {
	border: none;
	border-radius: 0;
}

.searchBox:hover {
	border-bottom: 1px solid #143333;
}

.prods-can {
	color: #d6984d;
}

.full-height-section {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: center;
	height: 90vh;
	background-image: url('../images/productos-base-canabbis.jpg');
	background-position: center;
	background-size: cover;
	color: white;
	padding: 20px;
	box-sizing: border-box;
}

.cannadia-prods {
	display: flex;
	align-items: center;
	background-color: #133333;
	background-size: cover;
	background-image: url(../images/bg-cannabia.jpg);
	background-position: center;
	height: 200px;
	padding: 0px;
	font-family: "Playfair Display", serif;
	font-size: 1.2em;
	color: #FFF;
}

.productos h2,
h5 {
	font-family: "Playfair Display", serif;
	font-size: 1.6em;
}

.compra-productos-canabbis {
	background-color: #D6993B;
	color: #FFF;
	border-radius: 90px;
}

.compra-productos-canabbis:hover {
	background-color: #FFF;
	color: #D6993B;
}

.boton-box {
	display: flex;
	justify-content: center;
	align-items: center;
}

.experiencia-cannadia {
	font-family: "Playfair Display", serif;
	font-size: 1.6em;
	line-height: 1.3em;
	width: 100%;
	/* Ancho del div */
	height: 200px;
	/* Altura del div */
	background-color: #e6e6e6;
	/* Color de fondo 
    border-radius: 50%/100% 100% 0 0;*/
	text-align: center;
	/* Alinear texto al centro */
	color: white;
	/* Color del texto */
	padding-top: 70px;
}

.ritual {
	background-color: #FFFFFF;
}

.rituales-cannadia {
	text-align: center;
	background-color: #e6e6e6;
}

.rituales-cannadia h2 {
	color: #d6984d;
	font-family: "Playfair Display", serif;
	font-size: 1.8em;
	font-weight: 800;
}

.servicios {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
	background-size: cover;
	background-position: center;
	position: relative;
}

.servicios-body {
	display: flex;
	flex-direction: column;
	height: 100%;
	z-index: 10;
	color: #FFF;
}

.servicios-title {
	margin-top: -15px;
}

.servicios-text {
	margin-bottom: 0;
	/* Alinear texto abajo */
	font-size: 0.8em;
	line-height: 1.1em;
}

.servicios-over {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #143333bc;
}

.arrow-icon {
	position: absolute;
	top: 10px;
	/* Distancia desde arriba */
	right: 10px;
	/* Distancia desde la derecha */
	color: white;
	/* Color del ícono */
	font-size: 24px;
	/* Tamaño del ícono */
}

.conoce-cannadia {
	background-color: #133333;
	color: #FFF;
	font-size: 1.2em;
}

.conoce-cannadia h3 {
	padding: 20px;
	font-family: "Playfair Display", serif;
	text-align: center;
	font-size: 1.7em;
}

.conoce-cannadia img {
	padding: 20px;
}

.cannadia-contacto {
	height: 500px;
	background-image: url(../images/cannadia-contacto.jpg);
	background-size: cover;
	color: #FFF;
}

.cannadia-contacto h3 {
	font-family: "Playfair Display", serif;
	font-size: 1.7em;
}

.video-container {
	position: relative;
	width: 100%;
	padding-bottom: 56.25%;
	/* Proporción 16:9 (315 / 560 = 0.5625) */
}

.video-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.botonesRituales {
	color: #D6993B;
	font-size: 1.5em;
}

.precio {
	color: #133333;
	font-size: 1.3em;
	font-weight: 800;
	margin-bottom: 10px;
}

.beneficios-canadia {
	background-color: #D6993B;
	color: #FFF;
	border: 4px solid #FFF;
	padding: 5px !important;
}

.mirar-video::before {
	content: "\1F447 Mira este video \1F447";
	font-style: italic;
}

nav a {
	border-radius: 0px !important;
}

@media (min-width: 1200px) {
	.full-height-section {
		height: 850px;
		background-position: center -160px;
	}

	.mirar-video::before {
		content: "\1F449 Mira este video \1F449";
		font-style: italic;
	}

	.boxCannadiaTerapia {
		margin: auto;
		max-width: 700px;
		text-align: center;
	}

	.section-home-prv {
		margin: 75px 50px 75px 50px;
	}

}

footer h5 {
	font-size: 1em;
}

footer {
	font-size: 0.8em;
	margin-top: 40px;
	background-color: white;
	padding: 19px;
	border-top: 1px solid #133333;
}

footer a {
	text-decoration: none;
	color: #133333
}

footer ul {
	list-style: none;
	padding-left: 0;
}

footer i {
	margin-right: 10px;
}

.remember_me {
	font-size: 0.8em;
}

.registro {
	font-size: 0.8em;
}

.registro i {
	margin-right: 10px;
}

.nav_user {
	background: linear-gradient(to right, #133333 50%, #FFFFFF);
	color: white;
	font-size: 0.7em;
	padding: 5px 0px;
}

.nav_user a {
	text-decoration: none;
	margin: 0px 0px 0px 15px;
	padding: 0px;
	text-align: center;
}

.whatsapp-float {
	position: fixed;
	width: 60px;
	height: 60px;
	bottom: 40px;
	right: 40px;
	background-color: #25d366;
	color: #fff;
	border-radius: 50px;
	text-align: center;
	font-size: 35px;
	line-height: 60px;
	z-index: 1000;
	text-decoration: none;
	transition: background-color 0.3s;
}

.whatsapp-float:hover {
	background-color: #128c7e;
}

.texto-cannabis-productos strong {
	color: #D6993B;
}

.navbar-nav-fullwidth {
	width: 100%;
}

.navbar-nav-fullwidth .nav-item {
	flex: 1;
	text-align: center;
}

.navbar-nav-fullwidth .nav-link {
	padding-left: 0;
	padding-right: 0;
}

.navbar-nav-fullwidth .nav-link.cart {
	margin-right: 10px;
	/* Ajusta el margen entre el botón del carrito y el del usuario */
}

.subt-canadia {
	font-size: 20px;
	text-align: right;
	border-top: 1px solid #cddbb7;
	color: #758460;
	padding: 10px 0px;
}

.conoce-especialistas {
	background-color: #f6fbff;
	padding-top: 80px;
	margin-top: 30px;
}

.contact-form {
	background-color: #ffffff;
	padding: 30px;
	border-radius: 10px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.contact-form h2 {
	color: #557529;
	margin-bottom: 30px;
}

.contact-form .form-label {
	color: #557529;
}

.contact-form .btn-primary {
	background-color: #557529;
	border-color: #557529;
}

.contact-form .btn-primary:hover {
	background-color: #6b8c3b;
	border-color: #6b8c3b;
}

.iconos_prod img {
	height: 150px;
}

.btn-cannadia {
	background-color: #65824e;
	border-color: #65824e;
	color: #FFF;
}

.btn-cannadia:disabled {
	background-color: #a0b2a0;
	border-color: #a0b2a0;
	color: #d3d3d3;
	cursor: not-allowed;
	opacity: 0.6;
}

.btn-cannadia:hover {
	background-color: #cdd2c6;
	/* Puedes ajustar el color del hover si lo deseas */
	border-color: #557529;
	color: #133333;
}

@media (max-width: 991.98px) {
	.order-md-last {
		order: 2;
	}
}

.productos-box {
	font-size: 33px;
	line-height: 45px;
}

.video-ritual {
	position: relative;
	width: 100%;
	max-width: 700px;
	margin: 0 auto;
	/* Centrar el contenedor */
}

.video-ritual::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.video-ritual video {
	position: relative;
	/* Ajusta la posición del video */
	width: 100%;
	z-index: 0;
	/* Coloca el video por debajo de la imagen de vista previa */
}

@media (max-width: 700px) {
	.video-ritual::before {
		padding-top: 75%;
		/* 4:3 aspect ratio for smaller screens */
	}

	.productos-box {
		font-size: 20px;
		line-height: 30px;
	}
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
	background-color: #133333;
	padding: 5px;
}

.image-container {
	width: 100%;
	height: 275px;
	background-size: contain;
	/* Escala la imagen para que se ajuste al contenedor */
	background-repeat: no-repeat;
	background-position: center center;
	/* Centra la imagen */
	background-color: #f0f0f0;
	/* Color de fondo para mostrar en caso de que la imagen no ocupe todo el contenedor */
}

#slideCart {
	position: fixed;
	top: 0;
	right: -800px;
	/* Comienza fuera de la vista */
	width: 85%;
	max-width: 460px;
	height: 100%;
	background-color: #fff;
	border-left: 1px solid #ddd;
	box-shadow: -2px 0 5px rgba(0, 0, 0, 0.1);
	transition: right 0.3s ease;
	z-index: 1050;
}

#slideCart.show {
	right: 0;
}

#overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	display: none;
	z-index: 1040;
}

#overlay.show {
	display: block;
}

.close-btn {
	position: absolute;
	top: 10px;
	right: 10px;
	background: none;
	border: none;
	font-size: 1.5rem;
}



.video-container2 {
	position: relative;
	width: 100%;
	max-width: 360px;
	margin: 0 auto;
	/* Centra el video en la página */
	padding-bottom: 177.77%;
	/* 16:9 Aspect Ratio */
	height: 0;
	overflow: hidden;
}

.video-container2 iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.border-gradient {
	border: 5px solid;
	border-image-slice: 1;
	border-width: 5px;
	border-image-source: linear-gradient(to right, #FFD700, #FF8C00, #FFD700);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	background-color: #fff;
	margin-bottom: 30px;
}


/* Audio */

.audio-player {
	display: flex;
	align-items: center;
	border: 1px solid #ddd;
	border-radius: 8px;
	padding: 10px;
	max-width: 500px;
	margin: 20px auto;
}

.play-button {
	background: radial-gradient(circle, #d0c1e8, #9775fa);
	border-radius: 50%;
	width: 30px;
	height: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	margin-right: 15px;
	border: 1px solid #9900B9;
}

.play-button svg {
	width: 15px;
	height: 15px;
	fill: #fff;
}

.progress-bar {
	flex: 1;
	height: 5px;
	background: #e1e1e1;
	border-radius: 5px;
	position: relative;
	cursor: pointer;
}

.progress {
	background: #9775fa;
	height: 100%;
	width: 0;
	border-radius: 5px;
	position: absolute;
	top: 0;
	left: 0;
}

.time {
	margin-left: 10px;
	font-size: 14px;
}

.tituloRitual {
	font-family: "Playfair Display", serif;
	font-weight: 300;
	font-style: italic;
	color: #A072EF;
	text-align: left;
	border-bottom: 1px solid #A072EF;
	padding: 10px;
	font-size: 35px;
}

/* Testimonios */

.card-custom {
	max-width: 400px;
	margin: 20px auto;
	border-radius: 15px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	transition: transform 0.2s;
}

.card-custom:hover {
	transform: scale(1.05);
}

.card-custom img {
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
}

.card-custom .card-body {
	padding: 20px;
}

.card-custom .card-title {
	font-size: 1.5rem;
	font-weight: bold;
	color: #4a4a4a;
}

.card-custom blockquote {
	font-style: italic;
	color: #777;
	border-left: 4px solid #9775fa;
	padding-left: 15px;
}

.card-custom .btn-custom {
	background-color: #9775fa;
	color: #fff;
	border: none;
	border-radius: 20px;
	padding: 10px 20px;
	transition: background-color 0.3s;
}

.card-custom .btn-custom:hover {
	background-color: #7a57d1;
}


.figureRitual {
	display: block;
	margin: 0 auto;
	width: 110px;
	height: 100px;
	margin-top: 10px;
}

.figureRitual svg {
	width: 80%;
	fill: white;
}

.textoRitual {
	background: rgb(255 255 255 / .2);
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 10px;
}

.card a {
	text-decoration: none !important;
}

.textoRitual h5 {
	font-size: 14px;
	font-family: 'Poppins';
	font-weight: 600;
	text-align: left;
	width: 70%;
}

.playButton {
	background-color: white;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.playButton svg {
	width: 22px;
}

.playButton2 svg {
	width: 12px;
}

.btnAqui {
	z-index: 100;
	left: 19%;
	top: 65%;
	background-color: #556013;
	color: white;
	font-weight: 600;
	font-size: 14px;
}

.btnAqui:hover,
.btnAqui:active {
	background-color: #B0C47C;
	color: white;
}

@media (max-width: 575.98px) {
	.btnAqui {
		left: 15%;
		font-size: 10px;
	}
}

@media (min-width: 576px) and (max-width: 767.98px) {
	.btnAqui {
		font-size: 12px;
	}
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
	.btnAqui {
		font-size: 14px;
	}
}

@media (min-width: 1400px) {
	.btnAqui {
		font-size: 14px;
	}
}


/* ABECEDARIO */
.letra_abc {
	font-size: 60px;
	font-family: 'Noto Serif', serif;
}

.text_peq {
	font-weight: 700;
	font-size: 17px;
	line-height: 18px;
}

.caja {
	width: calc(100% - 40px)
}

.negro {
	color: #0c211f;
}

.verde_osc {
	color: #143432;
}

.amarillo {
	color: #d6993b;
}

.verde_clar {
	color: #537528;
}

.letra_serif {
	font-family: 'Noto Serif', serif;
}

.fot_prod {
	height: 100px;
	border-radius: 12px 12px 0 0;
	background-position: center;
	background-size: cover;
}

.tam_agrg {
	font-size: 10px;
	padding: 5px;
	background-color: transparent;
	border: 1px solid #537528;
	color: #537528;
	font-weight: 700;
}

.alt_inpt {
	padding: 1px;
	background-color: rgb(245, 245, 245);
}

.tam_lbl {
	font-size: 13px;
	font-weight: 700;
}

.tm_ver_det {
	font-size: 10px;
	font-weight: 700;
	background-color: #537528;
	border: none;
	border-radius: 8px;
}

.numer_verd {
	color: #537528;
	font-size: 15px;
}

.titul_prod {
	font-weight: 700;
	font-size: 13px;
}

.bord_prod {
	border: 1px solid rgb(230, 230, 230);
	border-radius: 8px;
	padding: 20px 10px;
	background-image: url('../images/canad_seccion-07.jpg');
	background-position: center;
	background-size: cover;
	text-decoration: none !important;
}

.tam_bann_tiend {
	height: 150px;
	background-position: center;
	background-size: cover;
	border-radius: 6px;
}

.cursor-pointer {
	cursor: pointer;
}

.bord_abaj {
	border-bottom: 2px solid;
}

.gros_txt {
	font-weight: 700;
}

.icns_tm {
	height: 45px;
	fill: #537528;
}

.punto {
	height: 10px;
	fill: #d6993b;
}

.gros_txt {
	font-weight: 800;
}

.tam_compr {
	background-color: gray;
	padding: 5px 20px;
	color: white;
	font-weight: 600;
	border-radius: 4px;
	text-decoration: none;
}

.amarill {
	background-color: #d6993b;
}

.vrd_oscr {
	background-color: #143432;
}

.cerrr {
	border-bottom: 1px solid rgb(200, 200, 200);
}

.cuadr_2 {
	background-color: #0c211f;
	width: 100px;
	padding: 15px;
}

.tam_equis {
	height: 30px;
}

.caja span:hover {
	color: #d6993b;
}

#shareMenu {
	display: none;
	position: fixed;
	background: white;
	border: 1px solid #ccc;
	padding: 10px;
	box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2);
	border-radius: 8px;
	z-index: 999;
	width: 180px;
}

#shareMenu a {
	display: flex;
	align-items: center;
	padding: 6px 8px;
	text-decoration: none;
	color: #333;
	border-radius: 4px;
	margin-bottom: 5px;
	transition: background 0.2s;
}

#shareMenu a i {
	margin-right: 8px;
}

#shareMenu a:hover {
	background: #f0f0f0;
}

.contenedorModal {
	padding-right: 3rem;
    padding-left: 3rem;
	padding-bottom: 3rem;
}

.emoji {
	font-size: 30px;
    display: flex;
}

@media (max-width: 768px) {
	.contenedorModal {
		padding-right: 0;
    	padding-left: 0;
	}

	.icns_tm {
		height: 30px;
	}
}