/*
Theme Name:  Detallado theme
Description: Tema hijo para hacer personalizaciones de código
Author:      Missicode
Author URL:  https://tu-sitio.com/
Template:    hello-elementor
Version:     1.0
License:     GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: detallado-theme
*/

@font-face {
    font-family: 'Expressa Demibold';
    src: url('fonts/expressa-demibold-woff.woff');
    font-weight: 600;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
}
@font-face {
    font-family: 'CaviarDreams';
    src: url('fonts/CaviarDreams-woff.woff');
    font-weight: 500;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
}
@font-face {
    font-family: 'CaviarDreams';
    src: url('fonts/CaviarDreams_Bold-woff.woff');
    font-weight: 700;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
}
@font-face {
    font-family: 'CaviarDreams';
    src: url('fonts/CaviarDreams_BoldItalic-woff.woff');
    font-weight: 700;
    font-style: italic;
    -webkit-font-smoothing: antialiased;
}
@font-face {
    font-family: 'CaviarDreams';
    src: url('fonts/CaviarDreams_Italic-woff.woff');
    font-weight: 500;
    font-style: italic;
    -webkit-font-smoothing: antialiased;
}

body.page{
	font-family: 'CaviarDreams', sans-serif !important;
	background: #E8DED1 !important;
	margin-top: 90px !important;
}
.alignwide {
    margin-inline: 0px !important;
}
.section{
	padding-top: 60px;
	padding-bottom: 60px;
}

.h1.h1{
	display: block;
	text-align: center;
	color: #4B3621;
	text-transform: uppercase;
	font-weight: 600;
}
body.page.page.page.page .elementor-widget-text-editor p,
body.page.page.page.page .elementor-image-box-title,
body.page.page.page.page .elementor-image-box-description{
	font-family: 'CaviarDreams', sans-serif !important;
	font-weight: 700;
}

#beneficios .h2.h2 span, #productos .h2.h2 span, #contacto .h2.h2 span{
	font-family: 'Expressa Demibold', sans-serif !important;
}

/* ========================================================= HEADER */

/* 	BARRA PUBLICITARIA ENCIMA DEL HEADER - INICIO */
	
	.accent-navbar{
/* 		background: #C1703F; */
		background: #4B3621;
		padding: 5px;
		text-align: center;
		width: 100%;
		color: #fff;
		font-size: 12px;
		font-weight: 300;
		text-transform: uppercase;
		letter-spacing: 1.1px;
}
	.terracota-swiper {
		width: 100%;
		overflow: hidden;
	}
	.terracota-swiper .swiper-slide {
		display: flex;
		align-items: center;
		justify-content: center;
		text-align: center;
		white-space: nowrap;
	}
.terracota-swiper .swiper-slide img{
	margin-inline: 5px !important;
}
	
/* 	BARRA PUBLICITARIA ENCIMA DEL HEADER - FIN */

/* ========================================================= HOME */
@media(min-width: 1024px){
	#banner .banner-slide{
		padding-inline: 5%;
	}
}
.banner-slide img{
	aspect-ratio: 16 / 6;
	object-fit: cover;
}
.banner-slide .swiper-slide{
	padding: 15px;
	border: 1px solid #4b36216e;
	margin: 0px;
}
.beneficio-container .elementor-image-box-title{
	font-size: 20px;
}
#beneficio2 .elementor-image-box-description,
#beneficios .elementor-image-box-description{
	margin-top: 15px;
}
.beneficio1 figure, .beneficio2 figure, .beneficio3 figure, .beneficio4 figure{
	position: relative;
}
.beneficio1 figure:after, .beneficio2 figure:after, .beneficio3 figure:after, .beneficio4 figure:after{
	font-family: 'CaviarDreams', sans-serif !important;
	font-weight: 500;
	color: #E8DED1;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
    font-size: 40px;
}
.beneficio1 figure:after{
	content: "1";
}
.beneficio2 figure:after{
	content: "2";
}
.beneficio3 figure:after{
	content: "3";
}
.beneficio4 figure:after{
	content: "4";
}
#productos{
	background: #F0EBE5;
}
#beneficio2 .elementor-widget-image-box{
	padding: 10px;
}

/* ========================================================= PAGINA CATEGORIAS */
.head-category{
	padding-top: 50px;
}
.wc-cat-layout{
	padding-top: 50px;
}
body.tax-product_cat{
	font-family: 'CaviarDreams', sans-serif !important;
	background: #E8DED1 !important;
	margin-top: 90px !important;
}
.wc-cat-main ul li{
	padding: 15px 15px !important;
	background-color: #F0EBE5;
}
.woocommerce-loop-product__title{
	text-transform: uppercase;
	color: #4B3621;
	text-align: center;
	font-weight: bold;
}
.wc-cat-main .price{
	text-align: center ;
  font-weight: bold !important;
  color: #4B3621 !important;
  font-size: 24px !important;
}
.wc-cat-main .btn-ver-mas{
	background-color: #4B3621 !important;
  display: block !important;
  color: white !important;
  text-align: center !important;
  text-transform: uppercase;
  border-radius: 5px !important;
}
.woocommerce-ordering{
	margin: 0 !important;
}
.woocommerce-ordering select.orderby{
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  color: #4B3621;
  background-color: #F0EBE5;
  border: 1px solid var(--ord-bd);
  border-radius: 5px;
  padding: 10px 36px 10px 14px; /* espacio para la flecha */
  line-height: 1.2;
  height: 40px;
  font-size: 15px;
  cursor: pointer;
  outline: none;
  transition: border-color .15s ease, color .15s ease, box-shadow .15s ease;

  /* Flecha (SVG inline) */
  background-image:
    url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%238a7a6f' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><polyline points='6 9 12 15 18 9'/></svg>");
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 18px;
}
.h3{
	font-family: 'Expressa Demibold', sans-serif !important;
	color: #4B3621 !important;
	font-size: 24px !important;
	font-weight: 600 !important;
	padding-top: 10px;
	display: block;
}
.head-category .h1{
		font-family: 'Expressa Demibold', sans-serif !important;

}
.product-cats li{
	color: #4B3621 !important;
	padding: 10px;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 500 !important;
}
.product-cats .children {
   list-style-type: disc;  /* círculo sólido */
  list-style-position: outside; /* el punto queda fuera del texto */
  padding-left: 25px; /* deja espacio a la izquierda */
	
}
.cat-item-15{
	display: none;
}
/*======================================================== PAGINA SHOP*/
body.post-type-archive-product{
	font-family: 'CaviarDreams', sans-serif !important;
	background: #E8DED1 !important;
	margin-top: 90px !important;
}
 
body.product-template-default{
	font-family: 'CaviarDreams', sans-serif !important;
	background: #E8DED1 !important;
	margin-top: 90px !important;
}
.product-template-default .woocommerce-breadcrumb{
	padding-top: 50px;
	padding-bottom: 50px;
	color: #4B3621;
	font-weight: 600;
}
.product-template-default .woocommerce-breadcrumb a{
	color: #4B3621;
	font-weight: 600;
}

.product-template-default .woocommerce-product-gallery{
	padding: 20px;
	border: 2px solid #4B362157;
}
.product-template-default .product_title{
	text-transform: uppercase;
	font-family: 'Expressa demibold',d !important;
	color: #4B3621;	
}
.product-template-default .woocommerce-Price-amount{
	font-size: 30px;
	color: #4B3621;
	font-weight: 600;
}

.woocommerce-product-gallery .flex-control-nav{
	display: flex;
	width: 100%;
}
.woocommerce-product-gallery li{
	flex: 1;
	padding: 20px 10px;
}
.entry-summary .cart{
	display: flex;
	flex-direction: row;
	padding: 24px 0px;
}
.single_variation_wrap .woocommerce-variation-add-to-cart {
	display: flex;
}

.entry-summary .variations_form {
	flex-direction: column;
}
.entry-summary .cart .single_add_to_cart_button {
	background-color: #4B3621 !important;
}

.single_variation_wrap .woocommerce-variation-add-to-cart  .single_add_to_cart_button{
	background-color: #4B3621 !important;
}
.reset_variations{
	color: #4B3621 !important;
}

.woocommerce div.product form.cart .variations label {
	font-size: 20px !important;
    color: #4B3621 !important;
	
}

.woocommerce div.product form.cart .variations .value select {
	border: solid 1px #4B3621;
}
.summary .product_meta{
	display: none;
}

.product-template-default .related{
	text-align: center;
    background-color: #F0EbE5;
	padding: 24px;
	width: 100vw;
    margin-left: calc(50% - 50vw);
}
.product-template-default .related h2{
	text-transform: uppercase;
    font-weight: 600;
    font-family: 'Expressa demibold', d !important;
    color: #4B3621;
	padding-top: 48px;
}
.product-template-default .related li{
	background-color: #E8DED1;
	display: block;
	padding: 16px !important;
}

.product-template-default .related .btn-ver-mas{
	width: 100%;
    background-color: #4B3621;
    color: white;
    text-transform: uppercase;
    font-size: 16px;
}
@media(min-width: 720px){
	.product-template-default .related .products{ 
		padding: 72px;
	}
}

/* ========================================================= CONTACTO */
.form-contact .form-label {
	font-weight: 600;
	color: #4B3621;
	text-transform: uppercase;
}
.form-contact .form-control:focus {
	box-shadow: 0 0 0 .25rem #4b36210a;
}
.form-contact .form-check-label a {
	color: #e36ba8;
	text-decoration: underline;
}
.form-contact.form-contact .form-field input, .form-contact.form-contact .form-field textarea{
	border: 2px solid #4b36212e;
	background: #fcf7f2;
}
.form-contact .wpcf7-not-valid-tip{
	position: absolute;
	font-size: 14px;
}
.form-contact .form-field, .form-contact .form-check{
	margin-top: 25px;
}
.form-contact .form-check a{
	color: var(--e-global-color-primary);
}
.form-contact .form-check-input:checked {
    background-color: var(--e-global-color-primary);
    border-color: var(--e-global-color-primary);
}
.form-contact .form-check-input:focus {
    border-color: var(--e-global-color-primary);
    box-shadow: 0 0 0 .25rem #4b36210a;
}
.form-contact .form-btn>p{
	display: flex;
    flex-direction: row-reverse;
    align-items: center;
}
.form-contact .wpcf7-submit{
	background: var(--e-global-color-primary);
	color: #fff;
	font-weight: 700;
	border: none;
	padding-inline: 40px;
}
.form-contact .wpcf7 form .wpcf7-response-output{
	border-color: #4b3621;
    background: #fff;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
	border-radius: 5px;
}
.galery-contact{
	background: #5d544d;
}
.galery-contact>div {
	position: relative;
	overflow: hidden;
}

.galery-contact>div::after {
	content: "🤎";
	position: absolute;
	font-size: 20px;
	opacity: 0;
	pointer-events: none;
	animation: none;
}
.galery-contact>div:hover::after {
	right: 10%;
	bottom: 10%;
	animation: hearts 1.8s linear forwards;
}

@keyframes hearts {
	0% {
		transform: translateY(0) scale(0.8);
		opacity: 0.8;
	}
	50% {
		transform: translateY(-40px) scale(0.9);
		opacity: 0.5;
	}
	100% {
		transform: translateY(-80px) scale(0.9);
		opacity: 0;
	}
}


.galery-contact>div .elementor-widget-image{
	overflow: hidden;
}
.galery-contact>div .elementor-widget-image img{
	filter: brightness(0.5);
	transition: 500ms;
}
.galery-contact>div:hover .elementor-widget-image img{
	transform: scale(1.1);
}
.galery-contact>div>div{
	position: relative;
}
.galery-contact>div>div .elementor-widget-text-editor{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
/* 	font-size: 20px; */
	text-align: center;
	width: 80%;
	text-shadow: 3px 3px 3px #342517;
}
.galery-contact>div>div .elementor-widget-text-editor strong{
	font-family: 'Expressa Demibold', sans-serif !important;
	font-size: 24px;
	text-transform: uppercase;
}



