/*
Theme Name: Stonemade Child
Theme URI: https://stonemade.qodeinteractive.com
Description: A child theme of Stonemade
Author: Select Themes
Author URI: https://qodeinteractive.com
Version: 1.0
Text Domain: stonemade
Template: stonemade
*/

.imgcompleta div a {
  width: 100%;
}

#a1771d0 .swiper-slide > .qodef-e-inner > .qodef-e-content:before {
  content: "";
  text-align: center;
  margin: auto;
  position: absolute;
  top: 3%;
  background-image: url(https://vdiez.uciinformatica.com/wp-content/uploads/2024/12/logo_vicente-e1733744476831.png);
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: center;
  height: 21%;
  width: 80%;
  margin: auto;
  left: 10%;
}

.qodef-woo-product-showcase-slider .qodef-e .qodef-e-product {
  top: auto;
  bottom: 20%;
}
.qodef-woo-product-showcase-slider .qodef-e .qodef-e-content-media {
  top: auto;
  bottom: 5%;
}
.hometxtcreatividad {
  text-align: center;
}
.hometxtcreatividad h4 {
  font-size: 2.5em;
}
.hometxtcreatividad h6 {
  padding-top: 50px;
}
.txtarthome,
.txtarthomemini {
  letter-spacing: 2px;
}
.txthomeblanco,
.txthomeblancobtn {
  color: white;
  margin-left: 2%;
  margin-bottom: 15px;
}
.txthomeblanco {
  font-size: 3.3em;
  line-height: 1em;
  max-width: 620px;
  width: 100%;
  font-weight: 300;
  font-family: "Cormorant Garamond", sans-serif;
  font-style: italic;
}
.txthomeblancobtn {
  font-size: 1.3em;
}

body.blog .qodef-blog.qodef-m.qodef--list article {
  width: 48%;
  float: right;
}
body.blog .qodef-blog.qodef-m.qodef--list article:nth-child(odd) {
  float: left;
}

.woocommerce-tabs {
  display: none !important;
}
.texto-bajo-titulo-producto {
  font-weight: 600;
}
/* btn descarga*/
#btndescargasmod {
  display: flex;
  width: 100%;
  grid-gap: 10px 0px;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
#btndescargasmod .wcpoa_attachment {
  padding: 5px 12px;
  transition: all 0.5s ease-in-out;
  border-bottom: none;
  margin: 0px;
  float: inherit;
  /*border: 2px solid #17403c;*/
  /*color: #118e40;*/
  /* background-color: #eee;*/
}
#btndescargasmod h4.wcpoa_attachment_name {
  margin: 0;
  width: 100%;
}
.wcpoa_attachment h4 a {
  display: flex;
  align-items: center;
  width: 100%;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 12px;
  padding-right: 12px;
  font-size: initial;
  font-family: "font-size: smaller";
}

/* fin  btn descarga*/

@media (max-width: 1200px) 
{
	.qodef-grid.qodef-layout--template.qodef-grid-template--reverse>.qodef-grid-inner{
		grid-template-areas:"sidebar" "content" !important;
    }
	.qodef-grid-item.qodef-page-sidebar-section.qodef-col--sidebar:before
	{
		content:"\2630";
		display:block;
		width:50px;
		height:50px;
		font-size: 2.5em;
        cursor: pointer;
	}
	#qodef-page-sidebar{
		display:none;
	}
	.active >  #qodef-page-sidebar{
		display:block;
		transition:1s all;
	}
	
}
