@font-face
{
	font-family: "ArteHerrera-Titulo-bold";
	/*src: url("../fonts/OptimaLTStd.otf") format("opentype");*/
	src: url("OptimaLTStd.otf") format("opentype");
}

/*****************************************************************************
 *
 * CSS Personalizado
 *
 ****************************************************************************/


/*******GENERAL**********/

a:active,
a:active *
{
	outline: none !important;
	-moz-outline-style: none !important;
}

a:focus,
a:focus *
{
	outline: none !important;
	-moz-outline-style: none !important;
}

header .menu_movil
{
	display: none;
}


#volver
{
	position: fixed;
	z-index: 500;
	padding: 5px;
	border-radius: 10px;
	bottom: 20px;
	right: 20px;
	background: #000;
	opacity: 0.2;
	font-size: 30px;

	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

#volver .fa
{
	color: #fff;
	border: none;
}

#volver:hover
{
	opacity: 0.6;

	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.formulario_footer input::-webkit-input-placeholder
{
	color: #222;
}

.formulario_footer input:-moz-placeholder
{
	color: #222;
}

.formulario_footer input::-moz-placeholder
{
	color: #222;
}

.formulario_footer input:-ms-input-placeholder
{
	color: #222;
}
/*************/
.formulario_footer textarea::-webkit-input-placeholder
{
	color: #222;
}

.formulario_footer textarea:-moz-placeholder
{
	color: #222;
}

.formulario_footer textarea::-moz-placeholder
{
	color: #222;
}

.formulario_footer textarea:-ms-input-placeholder
{
	color: #222;
}


body
{
	font-family: 'ArteHerrera-Texto', sans-serif;
	color: #000;

	/*
	background-image: url('../imagenes/fondo.jpg');
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	*/
}

a
{
	color: #000;
	text-decoration: none;
}

a:hover
{
	opacity: 0.8;
}

strong
{
	font-weight: 600;
}


header,
.cuerpo,
.widgets-cajasFooter,
.widgets-pie,
.imagen_principal_obra,
.seccion_1,
.entry .woocommerce
{
	width: 100%;
	max-width: 1080px;
	margin: 0 auto !important;
}

.fa
{
	color: #746d73;
	border: 1px solid #746d73;
	min-width: 18px;
	padding: 2px;
	text-align: center;
}

.call-to-action .fa
{
	color: #ffffff;
	border: 0px;
}

.fa-formulario  .fa
{
	color: #000;
	margin-right: 5px;
	border: 2px solid #000;
	font-size: 20px;
	min-width: 25px;
}

/*******BANNER**********/
#texto_banner
{
	width: 100vw;
	text-align: center;

	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+80,ffffff+100&amp;0+1,1+100 */
	/*background: -moz-linear-gradient(top,  rgba(255,255,255,0) 1%, rgba(255,255,255,0.8) 80%, rgba(255,255,255,1) 100%); /* FF3.6+ */
	/*background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(255,255,255,0)), color-stop(80%,rgba(255,255,255,0.8)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
	/*background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 1%,rgba(255,255,255,0.8) 80%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
	/*background: -o-linear-gradient(top,  rgba(255,255,255,0) 1%,rgba(255,255,255,0.8) 80%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
	/*background: -ms-linear-gradient(top,  rgba(255,255,255,0) 1%,rgba(255,255,255,0.8) 80%,rgba(255,255,255,1) 100%); /* IE10+ */
	/*background: linear-gradient(to bottom,  rgba(255,255,255,0) 1%,rgba(255,255,255,0.8) 80%,rgba(255,255,255,1) 100%); /* W3C */
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */

	color: #fff;
}

#texto_banner h2
{
	/*font-family: 'ArteHerrera-Titulo-Regular', sans-serif;*/
	font-family: 'ArteHerrera-Titulo-bold', sans-serif;
	font-size: 1.8em;
	line-height: 1.5em;
}

#texto_banner h3
{
	font-size: 1.8em;
	font-family: 'ArteHerrera-Titulo-bold', sans-serif;
	line-height: 1em;
	font-weight: 100;
}

#texto_banner img
{
	margin: 20px auto;

	-webkit-animation-name: bounce;
	animation-name: bounce;
	-webkit-transform-origin: center bottom;
	-ms-transform-origin: center bottom;
	transform-origin: center bottom;
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}


#web
{
	width:100%;
	height:100% !important;
	overflow:hidden;
	-webkit-transition: all 1000ms ease-out;
	-moz-transition:all 1000ms ease-out;
	transition: all 1000ms ease-out;
	position: relative;
}

#web.cierra_banner
{
	height:0 !important;
}

#web.cierra_banner .gradiente
{
	bottom: 0px;
	position: absolute;
	z-index: 100;
}


/*******CABECERA**********/
header
{
	background: #fff;
}

.gradiente
{
	width: 100%;
	height: 100px;

	/*margin-top: -100px;*/

	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+80,ffffff+100&amp;0+1,1+100 */
	background: -moz-linear-gradient(top,  rgba(255,255,255,0) 1%, rgba(255,255,255,0.8) 80%, rgba(255,255,255,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(255,255,255,0)), color-stop(80%,rgba(255,255,255,0.8)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 1%,rgba(255,255,255,0.8) 80%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,0) 1%,rgba(255,255,255,0.8) 80%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,0) 1%,rgba(255,255,255,0.8) 80%,rgba(255,255,255,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,255,255,0) 1%,rgba(255,255,255,0.8) 80%,rgba(255,255,255,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}

.widgets-cabecera
{
	color: #000;

	/*
	margin-top: 0px;
	margin-bottom: 0px;
	*/

	margin-top: 20px;
	margin-bottom: -60px;
}

.widgets-cabecera a
{
	color: #000;
	text-decoration: none;
}

.widgets-cabecera a .fa
{
	color: #746d73;
}

.widgets-cabecera .cabecera-caja
{
	display: inline-block;
	vertical-align: top;
	width: 49%;
	min-width: 300px;
}

.cabecera-caja-1 a
{
	margin-right: 30px;
	font-size: 18px;
}

.cabecera-caja-2
{
	text-align: right;
	font-size: 20px;
}

.logo
{
	text-align: center;
}

/*******CUERPO**********/
.cajas p
{
	color: #fff;
	font-weight: 100 !important;
	font-size: 30px;
}

.boton
{
	background: #fff;
	color: #000;
	border: none;
	padding: 10px 20px;
	font-size: 18px;
	text-decoration: none;
	line-height: 20px;
}

/*******BLOG**********/
.blog
{
	/*background-image: url('../imagenes/fondo.jpg');*/
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

/*
.contenido_blog,
.sidebar_blog
{
	display: inline-block;
	vertical-align: top;
	min-width: 300px;
	margin: 20px auto;
}

.sidebar_blog
{
	width: 28%;
	margin-right: 2%;
}

.sidebar_blog aside
{
	margin-bottom: 20px;
}

.sidebar_blog aside h3:first-child
{
	background: #fff;
	text-transform: uppercase;
	padding: 5px;
	margin-bottom: 10px;
}

.sidebar_blog aside ul li
{
	margin-left: 18px;
	list-style: '>';
}

.sidebar_blog a
{
	color: #000;
	text-decoration: none;
	font-size: 16px;
}

.sidebar_blog a:hover
{
	opacity: 0.8;
}
*/
.contenido_blog
{
	width: 100%;
}

.contenido_blog .titulo_blog
{
	text-transform: uppercase;
	padding: 5px;
}

.contenido_blog.completo article
{
	width: 100%;
}

.contenido_blog article
{
	width: 30%;
	min-width: 250px;
	margin: 20px 1%;
	display: inline-block;
	vertical-align:top;
	text-align: justify;
}

.contenido_blog article a
{
	color: #000;
	text-decoration: none;
}

.contenido_blog article a:hover
{
	opacity: 0.8;
}

.contenido_blog article img,
.contenido_blog article a img
{
	display: block;
	margin: 0 auto;
	max-width: 100%;
}

.contenido_blog .postmetadata
{
	margin: 20px auto;
}

.cajas
{
	display: table;
	width: 100%;
}

.cajas .caja
{
	display: table-cell;
	height: 100%;
	vertical-align: middle;
	float: none !important;
}

.blog iframe
{
	display: block;
	max-width: 100%;
	margin: 0 auto;
}

/*******TUTORIALES**********/
.contenido_tutoriales
{
	background-image: url('../imagenes/fondo.jpg');
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.sidebar_tutoriales,
.lista_tutoriales
{
	display: inline-block;
	vertical-align: top;
	min-width: 300px;
}

.sidebar_tutoriales
{
	width: 27%;
	margin: 20px auto;
	margin-right: 2%;
}

.categorias_tutoriales h3
{
	margin-bottom: 10px;
	padding: 5px;
	background: #fff;
}

.categorias_tutoriales li
{
	list-style: '>';
	margin-left: 20px;
}

.categorias_tutoriales li a
{

}

.lista_tutoriales
{
	width: 69%;
}


.productos ul
{
	text-align: center;
}

.productos ul h3
{
	min-height: 50px;
	padding: 0.5em 0px;
	margin: 0px;
	font-size: 1em;
}

.productos ul.products li.product .price
{
	color: #000 !important;
	font-size: 1em !important;
}

.productos ul.products li.product .button
{
	text-transform: uppercase !important;
}

/*******PAGINAS DE USUARIO**********/
.usuario .menu_usuario,
.usuario #contenido
{
	display: inline-block;
	vertical-align: top;
	min-width: 200px;
}

.usuario .menu_usuario
{
	width: 27%;
	margin-right: 2%;
	text-align: left;
}

.menu_usuario
{
	margin-bottom: 20px;
}

.menu_usuario h3
{
	padding: 5px;
	margin-bottom: 10px;
	background: #fff;
}

.menu_usuario li
{
	list-style: '>';
	margin-left: 20px;
}

.usuario #contenido
{
	width: 69%;
}

/*******FOOTER**********/
footer
{
	background: #f6f6f6;
}

footer .logoFooter img
{
	max-width: 100%;
}

.caja-footer
{
	display: inline-block;
	min-width: 300px;
	vertical-align: top;
	font-size: 16px;
	color: #746d73;
	margin-bottom: 30px;
}

.caja-footer h3
{
	font-size: 22px;
	color: #000;
	margin-bottom: 20px;
}

.caja-footer a
{
	text-decoration: none;
	color: #746d73;
}

.caja-footer a .fa
{
	color: #746d73;
}

.caja-footer-1
{
	text-align: left;
}

.caja-footer-2
{
	text-align: center;
}

.caja-footer-2 > .widget
{
	width: 80%;
	margin: 0 auto;
}

.widgets-cajasFooter .caja-footer-2 a  img
{
	width: 29%;
	margin: 1%;
}


.caja-footer-3
{
	text-align: left;
}

.caja-footer-3 ul li
{
	padding-left: 35px;
	padding-top: 4px;
	min-height: 30px;
	list-style: none;
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px auto;
}

.caja-footer-3 ul li:nth-child(1)
{
	background-image: url('../imagenes/tel.png');
}

.caja-footer-3 ul li:nth-child(2)
{
	background-image: url('../imagenes/movil.png');
}

.caja-footer-3 ul li:nth-child(3)
{
	background-image: url('../imagenes/mail.png');
}

.caja-footer-3 ul li:nth-child(4)
{
	background-image: url('../imagenes/dir.png');
}

.caja-footer-3 ul li:nth-child(5)
{
	background-image: none;
	margin: 10px auto;
}




#sub-footer
{
	background: #000;
	color: #fff;
	text-align: right;
	line-height: 40px;
}

.widgets-pie .caja-pie
{
	font-size: 16px;
}

.widgets-pie img
{
	width: 80px;
	position: relative;
	top: 6px;
}


/*******FORMULARIOS**********/
.formulario
{
	/*background-color: #a39fa1;
	background-image: url('../imagenes/fondo_formulario.png');*/
	background-image: url('../imagenes/fondoLogoBlanco.png');
	background-repeat: no-repeat;
	background-position: center right;
	background-size: contain;
}

.formulario .cuerpo
{
	text-align: center;
}

.formulario .cuerpo .mitad
{
	text-align: left;
	display: inline-block;
	vertical-align: middle;
	width: 49%;
	min-width: 300px;
	margin: 50px auto;
}

.formulario .texto_formulario
{
	max-width: 400px;
}

input,
textarea
{
	width: 100%;
	background: none;
	border: none;
	border: 1px solid #999;
	font-size: 16px;
	font-family: 'ArteHerrera-Texto', sans-serif;
	margin: 10px auto;
	padding: 5px;
	/*width: calc(100% - 10px) !important;*/
	width: calc(100% - 10px);
}

textarea
{
	/*
	background-image: -moz-linear-gradient(rgba(0, 0, 0, 0) 97%, #000 97%, #000);
	background-image: -o-linear-gradient(rgba(0, 0, 0, 0) 97%, #000 97%, #000);
	background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0) 97%, #000 97%, #000);
	background-image: linear-gradient(rgba(0, 0, 0, 0) 97%, #000 97%, #000);
	background-color: transparent;
	-moz-background-size: 37px 37px;
	-o-background-size: 37px 37px;
	-webkit-background-size: 37px 37px;
	background-size: 37px 37px;
	*/
	line-height: 37px;
	resize: vertical;
	overflow: hidden;
	word-wrap: break-word;
	padding: 0;
	outline: medium none;
}

.formulario .terminos
{
	display: inline-block;
	vertical-align: top;
	font-size: 10px;
	width: 49%;
}

.formulario .terminos span input
{
	width: auto !important;
}

.formulario .wpcf7-submit
{
	vertical-align: top;
	display: inline-block;
	width: 50% !important;
	background: #000;
	border: 1px solid #000 !important;
	padding: 10px;
	border: none;
	color: #fff;
	cursor: pointer;
}

.formulario .wpcf7-submit:hover
{
	color: #000;
	background: none;
}

.formulario_boletin .bloque1
{
	display: inline-block;
	vertical-align: top;
	width: 70%;
	min-width: 300px;
}

.formulario_boletin .bloque2
{
	display: inline-block;
	vertical-align: middle;
	width: 29%;
}

.formulario_boletin .terminos span input
{
	width: auto;
}

.formulario_boletin .wpcf7-submit
{
	min-width: 100px;
	background: #000;
	padding: 10px;
	border: none;
	color: #fff;
}

.woocommerce input.button
{
	background: #000 !important;
	color: #fff !important;
	text-transform: uppercase !important;
}

/*******GALERIA**********/

.galeria_grid
{
	display: block;
	width: 100%;

	background: #f7f7f6;
	/*
	background-image: url('../imagenes/fondo.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	*/
	padding-top: 10px;
}

.galeria_grid .categorias_galeria
{
	margin: 20px auto;
	width: 100%;
	background-color: #ffffff;
}

.galeria_grid .categorias_galeria ul
{
	list-style: none;
}

.galeria_grid .categorias_galeria li
{
	position: relative;
	cursor: pointer;
	display: inline-block;
	vertical-align: top;
	padding: 10px;
	border-right: 2px solid #ededed;

	-webkit-transition: all 500ms linear;
	-moz-transition: all 500ms linear;
	-ms-transition: all 500ms linear;
	-o-transition: all 500ms linear;
	transition: all 500ms linear;
}

.galeria_grid .categorias_galeria li:hover
{
	background: #ededed;

	-webkit-transition: all 500ms linear;
	-moz-transition: all 500ms linear;
	-ms-transition: all 500ms linear;
	-o-transition: all 500ms linear;
	transition: all 500ms linear;
}

.galeria_grid .categorias_galeria li:last-child
{
	border: none;
}

.galeria_grid .categorias_galeria li a
{
	color: #746d73;
	text-decoration: none;
	font-size: 18px;
}

.galeria_grid .categorias_galeria li ul
{
	position: absolute;
	background: #fff;
	left: 0;
	top: 43px;
	width: 100%;
	z-index: 1;
	visibility: hidden;
}

.galeria_grid .categorias_galeria li:hover ul
{
	visibility: visible;
}

.galeria_grid .categorias_galeria li ul li
{
	display: block;
	border: none;
}

.galeria_grid .galeria_grid_ficha
{
	background-color: #fff;
}

.galeria_grid .galeria_grid_ficha .galeria_grid_foto,
.galeria_grid .galeria_grid_ficha .galeria_grid_datos
{
	display: inline-block;
	vertical-align: middle;
	min-width: 300px;
}

.galeria_grid .galeria_grid_ficha .galeria_grid_foto
{
	/*margin-bottom: -50px;*/
}

.galeria_grid .galeria_grid_ficha .flecha
{
	display: inline-block;
	vertical-align: middle;
	position: relative;
	left: -50px;
	width: 0%;
	border-top: 25px solid rgba(0,0,0,0);
	border-left: 25px solid rgba(0,0,0,0);
	border-right: 25px solid #fff;
	border-bottom: 25px solid rgba(0,0,0,0);
}

.galeria_grid .galeria_grid_ficha .galeria_grid_foto
{
	width: 60%;
	text-align: right;
}

.galeria_grid .galeria_grid_ficha .galeria_grid_foto > img
{
	width: 100%;
}

.galeria_grid .galeria_grid_ficha .galeria_grid_datos
{
	width: 30%;
	font-size: 14px;
	color: #9d958c;
}

.galeria_grid .galeria_grid_ficha .galeria_grid_datos h2
{
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 20px;
	color: #686058;
}

.galeria_grid .galeria_grid_ficha .galeria_grid_datos strong
{
	color: #686058;
}

.galeria_grid .galeria_grid_ficha .galeria_grid_datos hr
{
	color: rgb(201, 201, 201);
	margin: 20px 0px;
}

/**********************************************************/
@media screen and (min-width: 2400px)
{
	.galeria_grid .am-container
	{
		-webkit-column-count: 8;
	    -moz-column-count: 8;
	    column-count: 8;
   }
}
@media screen and (max-width: 2400px)
{
	.galeria_grid .am-container
	{
		-webkit-column-count: 7;
	    -moz-column-count: 7;
	    column-count: 7;
   }
}
@media screen and (max-width: 2100px)
{
	.galeria_grid .am-container
	{
		-webkit-column-count: 6;
	    -moz-column-count: 6;
	    column-count: 6;
   }
}
@media screen and (max-width: 1800px)
{
	.galeria_grid .am-container
	{
		-webkit-column-count: 5;
	    -moz-column-count: 5;
	    column-count: 5;
   }
}
@media screen and (max-width: 1500px)
{
	.galeria_grid .am-container
	{
		-webkit-column-count: 4;
	    -moz-column-count: 4;
	    column-count: 4;
   }
}
@media screen and (max-width: 1200px)
{
	.galeria_grid .am-container
	{
		-webkit-column-count: 3;
	    -moz-column-count: 3;
	    column-count: 3;
   }
}
@media screen and (max-width: 900px)
{
	.galeria_grid .am-container
	{
		-webkit-column-count: 2;
	    -moz-column-count: 2;
	    column-count: 2;
   }
}
@media screen and (max-width: 600px)
{
	.galeria_grid .am-container
	{
		-webkit-column-count: 1;
	    -moz-column-count: 1;
	    column-count: 1;
   }
}

/**********************************************************/

.galeria_grid .am-container
{
	display: block;
	margin: 20px;
	width: calc(100% - 40px);

	-webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;

    padding-bottom: 20px;
    margin-bottom: -10px;

}

.galeria_grid .am-container .imagen_grid
{
	margin-bottom: 10px;

	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;

	overflow: hidden;

	display: block;
}

.galeria_grid .am-container .imagen_grid .galeria_hover
{
	text-align: center;
	width: 0%;
	height: 100%;
	overflow: hidden;
	background: rgba(0,0,0,0.6);
	display: inline-block;
	/*
	-webkit-animation-duration: 1s;
          animation-duration: 1s;
  	-webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  	-webkit-animation-name: fadeOut;
          animation-name: fadeOut;
      */

    -webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;


}

.galeria_grid .am-container .imagen_grid.hover .galeria_hover
{
	/*right: 0%;*/
	/*
	-webkit-animation-duration: 1s;
          animation-duration: 1s;
  	-webkit-animation-fill-mode: both;
          animation-fill-mode: both;

  	-webkit-animation-name: fadeIn;
          animation-name: fadeIn;
	*/
     width: 100%;
    -webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

/*
.galeria_grid .am-container .imagen_grid .galeria_hover div
{

	display: table-cell;
	vertical-align: middle;
	padding: 10px;

	position: relative;
	top: 50%;
	margin-top: -70px;
}
*/

.galeria_grid .am-container .imagen_grid .galeria_hover .tabla
{
	display: table;
	width: 100%;
	height: 100%;
}

.galeria_grid .am-container .imagen_grid .galeria_hover .tabla .celda
{
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	height: 100%;
}


.galeria_grid .am-container .imagen_grid .galeria_hover h2
{
	text-align: center;
	text-transform: uppercase;
	font-weight: 100;
	color: #fff;
}

.galeria_grid .am-container .imagen_grid .galeria_hover img
{
	margin: 10px;
	cursor: pointer;
}

.galeria_grid .am-container .imagen_grid .imagen_galeria
{
	width: 100%;
  	height: auto;
}

.imagen_galeria
{
    width: 20%;

	 -webkit-animation-name: fadeIn;
          animation-name: fadeIn;

	  -webkit-animation-duration: 1s;
	      animation-duration: 1s;
	  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}


/*******FICHA_OBRAS**********/
.imagen_principal_obra
{
	text-align: center;
	position: relative;
}

.imagen_principal_obra > div
{
	display: inline-block;
	position: relative;
	max-width: 100%;
}


.imagen_principal_obra img
{
	max-width: 100%;
	max-height: 90vh;
}

.imagen_principal_obra .zoom
{
	position: absolute;
	bottom: 20px;
	right: 20px;
}

.imagen_principal_obra .zoom img
{
	width: auto;
	cursor: pointer;
}

.md-close
{
	cursor: pointer;
	position: absolute;
	top: 20px;
	right: 20px;
	color: #fff;
	font-size: 26px;
}

.md-close .fa
{
	border: none;
	color: #fff;
}

#imagen_completa
{
	width: 100%;
	height: 100%;
	max-width: 100%;
	max-height: 100%;

	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
}

#imagen_ampliada
{
	max-width: 100%;
	max-height: 100%;

	/*
	width: 100%;
	height: 100%;

	*/
}



.seccion_1
{
	text-align: right;
}

.seccion_1 #breadcrumbs
{
	text-align: left;
}

.seccion_1 .seccion_descripcion
{
	display: inline-block;
	vertical-align: middle;
	width: 46%;
	min-width: 300px;
	margin-right: 3%;
	color: #9a9289;
}

.seccion_1 .seccion_descripcion .titulo
{
	text-align: center;
	margin-bottom: 10px;
	color: #686058;
}

.seccion_1 .seccion_descripcion .descirpcion
{
	text-align: justify;
}

.seccion_1 .seccion_descripcion .compartir
{
	text-align: left;
	margin: 20px auto;
}

.seccion_1 .seccion_descripcion .compartir .fa
{
	font-size: 25px;
	min-width: 25px;
}

.seccion_1 .seccion_descripcion .compartir a
{
	text-decoration: none;
}

.seccion_1 .seccion_descripcion .titulo h2
{
	font-size: 2em;
	text-transform: uppercase;
}

.seccion_1 .seccion_galeria
{
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	width: 50%;
}

.seccion_1 .seccion_galeria a
{
		text-decoration: none;
}

.seccion_1 .seccion_galeria img
{
	width: 49%;
}

.galeria_obra
{
	display: inline-block;
	vertical-align: top;
	margin: 0 auto;
	width: calc(49% - 10px);
	min-width: 150px;
	height: 150px;
	margin: 5px;
	border: none;
	cursor: pointer;

	background-color: #000;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.seccion_1 .seccion_descripcion h2
{
	display: inline;
	margin: 0 auto;
}

.seccion_2
{
	margin-top: 30px;
	/*background-image: url('../imagenes/fondo_galeria.jpg');*/
	background-repeat: no-repeat;
	background-size: cover;
}

.seccion_2 h3
{
	padding-top: 20px;
	color: #686058;
}

.seccion_2 .seccion_lienzo img
{
	width: 100%;
}

.seccion_2 .seccion_lienzo,
.seccion_2 .seccion_fichaTecnica
{
	width: 49%;
	min-width: 300px;
	display: inline-block;
	vertical-align: top;
	color: #9b938a;
}

.seccion_2 .seccion_fichaTecnica h3,
.seccion_2 .seccion_fichaTecnica strong
{
	color: #686058;
}

.boton_obra
{
	background: #000;
	border: 1px solid #000;
	color: #fff !important;
	padding: 5px;
	text-decoration: none;
	width: 47%;
	display: inline-block;
	font-size: 15px;
	text-align: center;

	cursor: pointer;

	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.boton_obra:hover
{
	background: #fff;
	color: #000 !important;

	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}


.boton_obra_2
{
	text-align: center;
	margin: 20px auto;
}

.boton_obra_2 a
{
	border: 1px solid #746d73;
	background: #746d73;
	color: #fff;
	padding: 5px 10px;
	text-decoration: none;

	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.boton_obra_2 a:hover
{
	background: #fff;
	color: #746d73;

	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.boton_tuto
{
	display: block;
	width: 300px;
	max-width: 100% !important;
	margin: 20px auto;
	padding: 20px;
	background-color: #fff;
	font-size: 20px;
	padding-right: 40px;

	background-image: url('../imagenes/boton_tuto.png');
	background-position: 295px center;
	background-repeat: no-repeat;

}

.boton_tuto span
{
	font-size: 18px;
}

.seccion_2 .seccion_ubicacion
{
	width: 100%;
	margin: 0 auto;
}

.seccion_2 .seccion_ubicacion_mapa,
.seccion_2 .seccion_ubicacion_texto
{
	display: inline-block;
	vertical-align: middle;
	width: 49%;
	min-width: 300px;
}

.seccion_2 .seccion_ubicacion_mapa .acf-map
{
	width: 100%;
	height: 300px;
	border: #ccc solid 1px;
	margin: 0px;
}

.seccion_2 .seccion_ubicacion_texto div
{
	margin-left: 20px;
	font-size: 20px;
	font-weight: 100 !important;
}

.seccion_3
{
	padding: 30px 0px;
	background: #edecea;
	border-top: 5px solid #e6e5e3;
}

.seccion_como_se_hizo_texto,
.seccion_como_se_hizo_video
{
	display: inline-block;
	vertical-align: middle;
	width: 49%;
	min-width: 300px;
}

.seccion_como_se_hizo_video
{
	text-align: right;
}

/*******VARIO**********/

.tituloContacto
{
	font-size: 30px;
	font-weight: 300;
}

.tituloContacto strong
{
	font-weight: 900;
}

.biografia
{
	text-align: justify;
}

.img_biografia
{
	max-width: 100%;
	height: auto;
	float: right;
	margin-bottom: 10px;
	margin-left: 20px;
}

#imagen_completa
{
	display: table;
}

#imagen_completa #contenido_modal,
#imagen_completa #contenido_modal_share,
#contenido_modal1
{
	display: none;
	vertical-align: middle;
 	text-align: center;
	padding: 10px;
}

.formulario_modal
{
	background: #fff;
	display: inline-block;
	width: 100%;
	max-width: 100%;
	min-width: 300px;
}

.formulario_modal
{
	text-align: left !important;
}

.formulario_modal h2
{
	font-size: 20px;
	font-weight: 100;
	text-align: center
}

.formulario_modal #formInfoObra
{
	text-align: center;
	margin-bottom: 20px;
}

.formulario_modal #formInfoObra img
{
	width: 200px;
}

 .formulario_modal input,
 .formulario_modal textarea
{
	border: 1px solid #999;
	margin-bottom: 10px;
	background: none;
	padding: 5px;
	width: calc(100% - 10px) !important;
}

.formulario_modal .wpcf7-submit
{
	width: auto;
	color: #fff;
	border: 1px solid #000;
	background: #000;
}

.formulario_modal .wpcf7-submit:hover
{
	color: #000;
	background: #fff;

	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

#imagen_completa #contenido_modal_share div
{
	display: inline-block;
	width: 300px;
	padding: 20px;

	background: rgba(255,255,255,0.8);
}

#imagen_completa #contenido_modal_share div h2
{

}

#imagen_completa #contenido_modal_share div a
{
	font-size: 20px;
	font-size: 30px;
	margin: 10px 15px;
}

#imagen_completa #contenido_modal_share div a .fa
{
	width: 30px;
}

#imagen_completa #contenido_modal_share div a .fa:hover
{
	color: #000;
}

.acf-map
{
	width: 100%;
	height: 80vh;
}

.ficha_mapa
{
	text-align: center;
}

.mitad_ficha_mapa
{
	display: inline-block;
	vertical-align: middle;
	width: 45%;
	min-width: 200px;
	margin: 10px auto;
}

.mitad_ficha_mapa:first-child
{
	margin-right: 2%;
}

.mitad_ficha_mapa:last-child
{
	margin-left: 2%;
}



.mitad_ficha_mapa img
{
	max-width: 100%;
	margin: 0 auto;
}

.mitad_ficha_mapa h2
{
	text-align: center;
	border-bottom: 1px solid #000;
	margin-bottom: 20px;
}

.mitad_ficha_mapa p
{
	text-align: justify;
}


.firma
{
	float: right;
	font-size: 14px;
}

/*Ventana Modal Proceso de Compra*/
#contenidoModalProceso{
	display: none;
}

.modal-producto-content h4{
	margin-top: 20px;
}
.modal-producto-content p{
	text-align: justify;
}

.modal-producto-content h5{
	padding-top: 5px;
	margin-top: 20px;
	border-top: 1px solid #ddd;
}
.proceso-modal{
	margin-top: 20px;
}
.proceso-modal a{
	color: #fff;
	background-color: #000;
	padding: 5px 10px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.woocommerce-product-search .screen-reader-text{
	display: none;
}
.woocommerce-product-search .search-field{
	width: 60px;
}
.woocommerce-product-search .desplegar-busqueda,
.woocommerce-product-search .search-field,
form.woocommerce-product-search
{
	display: inline-block;
}
.woocommerce-product-search .search-field{
	-webkit-transition: width 0.5s ease;
	-moz-transition: width 0.5s ease;
	-ms-transition: width 0.5s ease;
	-o-transition: width 0.5s ease;
	transition: width 0.5s ease;
	padding-bottom: 0px;
	margin-right: -6px;
	margin-bottom: 0;
	margin-top: 0;
	border-width: 1px;
	padding-top: 4px;
}

.widget_product_search form::after{
	content: "Buscar";
}

.galleria-close{
	right: 48% !important;
}

.contenido_home
{
	margin: 30px auto !important;
}

.contenido_home h2
{
	font-size: 2em;
}

.contenido_home h3
{
	font-size: 1.5em;
}

/*POPUP*******************************************************************/
/* Outer */
.popup {
    width: 100%;
    height: 100%;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

/* Inner */
.popup-inner
{
    max-width: 90vw;
		max-height: 90vh;
		height: 600px;
		width: 900px;
		box-shadow: 0px 2px 6px rgba(0,0,0,1);
		border-radius: 3px;
		background: url('../imagenes/fondo-aniversario.jpg');
		background-size: cover;
		display: table;
		background-position: center center;
		margin: 0 auto;
}

.popup-inner {
    font-family: 'ArteHerrera-Texto', sans-serif;
    font-weight: 800;
}

.popup-inner h3 {
    font-family: 'Montserrat', sans-serif;
		text-transform: uppercase;
		text-decoration: underline;
}

.popup-inner p .codigo
{
		font-family: 'Montserrat', sans-serif;
		text-transform: uppercase;
}

/* Close Button */
.popup-close {
    width:30px;
    height:30px;
    /*padding-top:4px;*/
		line-height: 26px;
    display:inline-block;
    position:absolute;
    top:0px;
    right:0px;
    transition:ease 0.25s all;
    -webkit-transform:translate(50%, -50%);
    transform:translate(50%, -50%);
    border-radius:1000px;
    background:rgba(0,0,0,0.8);
    font-family:Arial, Sans-Serif;
    font-size:20px;
    text-align:center;
    line-height:100%;
    color:#fff;
}

.popup-close:hover {
    -webkit-transform:translate(50%, -50%) rotate(180deg);
    transform:translate(50%, -50%) rotate(180deg);
    background:rgba(0,0,0,1);
    text-decoration:none;
}

.sombra {
    position: fixed;
    background-color: rgba(167, 167, 167, 0.8);
    height: 100vh;
    width: 100vw;
    top: 0;
    left: 0;
    display: table;
    z-index: 9999999;
}

.background {
    background-color: rgba(0, 0, 0, 0.5);
    margin: 0;
    padding: 40px;
    height: 100%;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-size: 40px;
    color: #fff;
    position: relative;
}



@font-face
{
    font-family: "ArteHerrera-Titulo-bold";
    /*src: url("../fonts/OptimaLTStd.otf") format("opentype");*/
    src: url("OptimaLTStd.otf") format("opentype");
}

@font-face
{
    font-family: "ArteHerrera-Titulo-Regular";
    src: url("../fonts/OptimaLTStd-Bold.otf") format("opentype");
}

@font-face
{
    font-family: "ArteHerrera-Texto";
    /*src: url("../fonts/Avenir-Roman.otf") format("opentype");*/
    src: url("../fonts/avenir-light.ttf") format("opentype");
}

li.tienda{
	border-bottom: 2px solid #ccc;
padding-bottom: 10px !important;
background: #333333;
padding-top: 10px;
position: relative;
margin-left: 40px;
margin-right: 20px;
}

li.tienda a{
	color: white;
padding-right: 20px;
}

@media (max-width: 790px) {
	.obras_space{
		max-height: 5px !important;
	}
}
