/*
Theme Name: DIE GDL
Theme URI: https://diegdl.com
Author: Carlos Sanchez by interweb gdl
Author URI: https://interwbgdl.com.mx/
Description: Diseños Electrónicos Guadalajara
Version: 1.0
Text Domain: iw
*/

* {
	border:0;
    margin:0;
	padding:0;

	}

	/* Pasar los elementos a block*/

header, nav, section, aside, article, figure, figcaption, hgroup, footer, { display:block}


/*BOTON DE WHATSAPP*/
.icofont-whatsapp{
	font-size: 0.9em;
	color: #2ecc71;;
}

.boton-whatsapp {
    position: fixed;
    left: 25px;
    bottom: 25px;
    background-color: #2ecc71;
    color: #FFFFFF;
    padding: 17px 17px;
    border-radius: 100px;
    z-index: 9999999;
    text-decoration: none;
    vertical-align:  middle;
   
}
.boton-whatsapp:hover{
  position: fixed;
    left: 25px;
    bottom: 25px;
    background-color: #313140;
    color: #FFFFFF;
    padding: 17px 17px;
    border-radius: 100px;
    z-index: 9999999;
    text-decoration: none;
    vertical-align:  middle;
    
}

.boton-whatsapp i{
	font-size: 2em;
}

/************************************************************** M E N U ******************************/

body{

	background: #f1f1f1;
	overflow-x: hidden;

}

.tell p{
	font-family: 'muli', sans-serif;
	font-weight: normal;
    font-style: normal;
    font-size: 0.9em;
}

.tx-tell p{
	font-family: 'muli', sans-serif;
	font-weight: normal;
    font-style: normal;
}

h1,h2,h3,h4,h5{
	font-family: 'raleway', sans-serif;
	font-weight: normal;
    font-style: normal;
    padding-top: 0;
    margin-top: 0;
}
ul{
	outline: none;
	list-style: none;
	padding: 0;
}
b{
	color: #0A0055;
	font-family: 'raleway', sans-serif;
	font-weight: bold;
    font-style: normal;
}
a{
	font-family: 'raleway', sans-serif;
	font-weight: normal;
    font-style: normal;
}
p{
	font-family: 'raleway', sans-serif;
	font-weight: normal;
    font-style: normal;
}
span{
	font-family: 'raleway', sans-serif;
	font-weight: normal;
    font-style: normal;
}	

img{ max-width: 100%;}

header{
	border-top: 4px solid#0A0055;
}


.contacto-header{
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	background: #f1f1f1;
}


.logo{
	text-align: center;
	padding-top: 0.5em;
}
.logo img{
	max-width: 100%;
}

.tel-contacto{
	padding: 1.5em 0;
}
.tel-contacto span{
	color: #262626;
}


.tel-header{
	padding-top: 1.2em;
}
.tel-header p{
	color: #333333;
	font-weight: bold;
	font-size: 0.9em;
	margin-bottom: 0;
	padding-bottom: 0;
}
.tel-header a{
	color: #444;
	font-size: 1em;
	font-weight: normal;
}
.tel-header span{
	font-size: 0.9em;
}

.tel-header .ic, .tel-header .tx{
	display: inline-block;
}

.tel-header i{
	
	text-align: center;
	font-size: 2em;
	color: #262626;
}

/*MENU*/
.men{
background-color: #20202F;
}
.wsmenu>.wsmenu-list>li>a {
	color: #ffffff;
   /** border-right: 1px solid rgba(0, 0, 0, 0.10);*/
    border-right: none;
}
.wsmenu>.wsmenu-list>li>a:hover{
	color: #ccc;
}

.menu-principal{
	margin-left: 2em;
	background-color: #20202F;
}
/*#################################################
## CATEGORIAS INICIO
#################################################*/

.categorias-inicio{
	padding-top: 0.3em;
	padding-bottom: 0.3em;
}
.items-cat {
	border: 1px solid#cccccc;
	padding: 0.5em 0.5em 0.5em 0.5em;
}
.items-cat img{
	max-width: 100%;
	width: 100%;
	padding: 0;
	margin: 0;
}
.item-cat-1, .item-cat-2, .item-cat-3, .item-cat-4{
	margin: 0;
	padding: 0;
	}
.item-cat-1:hover, .item-cat-2:hover, .item-cat-3:hover, .item-cat-4:hover{
	border-bottom: 4px solid#000066;
	}	
.item-cat-1, .item-cat-2, .item-cat-3{
	
	border-right: 1px solid#262626;
}


/*#################################################
## EMPRESA INICIO
#################################################*/
.empresa-inicio{
	padding-top: 0.3em;
	padding-bottom: 0.3em;
}
.empresa-inicio-content{
	padding-top: 2em;
	padding-bottom: 2em;
	background: #fff;
	border: 2px solid#cccccc;
}
.empresa-inicio h1{
	text-align: center;
	font-size: 1.5em;
	font-weight: bold;
	padding-top: 0;
	margin-top: 0;
}
.empresa-inicio p{
	text-align: justify;
}

/*############################################
##  CAROUSEL MARCAS
###############################################*/

.marcas{
	padding-top: 2em;
	padding-bottom: 2em;
}
.marcas .title-marcas{
	background-color: #1960A0;
	color: #ffffff;
	text-align: center;
	padding-top: 1em;
	padding-bottom: 1em;
}
.lista-marcas ul{
	text-align:  center;
}
.lista-marcas li{
	display: inline-block;
	max-width: 100%;
	width: 15%;
	text-align: center;
}
.lista-marcas img{
	max-width: 100%;
	width: 100%;
}

/*############################################
##  FOOTER
###############################################*/


footer{
	background: #343434;
}
.footer{
	padding: 1em 0;
}
.footer h3{
	color: #fff;
	font-weight: normal;
	text-align: center;
	margin-bottom: 1em;
}
.footer p{
	margin-top: 1em;
	color: #fff;
}

.footer ul{
	margin-top: 2em;
	outline: none;
	list-style: none;
}


.empresa-footer img{
	max-width: 100%;
}
.empresa-footer span{
	color: #fff;
	font-weight: lighter;
	font-size: 1.6em;
}
.empresa-footer a{
	color: #FFF;
	font-size: 0.9em;
}
.empresa-footer p{
	text-align: justify;
}
.empresa-footer .cat-item li{
	display: inline-block;
}
.empresa-footer i{
	font-size: 2em;
	margin-left: 1em;
}
.empresa-footer i:hover{
	color: #fff;
}

.sitemap-footer  li{
	margin-bottom: 0.5em;
	color: #fff;
	display: inline-block;
	width: 45%;
}

.sitemap-footer  li a{
	font-family: 'raleway', sans-serif;
	font-weight: normal;
    font-style: normal;
    color: #fff;
    font-size: 0.9em;
}

.contacto-footer li{
	margin-bottom: 1em;
}
.contacto-footera{
	color: #fff;
}
.ic, .tx, .txm{
	display: inline-block;
	vertical-align: top;
	width: 12%;
}
.tx{
	width: 80%;
}
.tx p{
	padding: 0;
	margin: 0;
	padding-left: 0.5em;
}
.txm{
	padding-top: 0.5em;
	
	padding-left: 0.5em;	
}
.contacto-footer a{
	color: #fff;
}
.contacto-footer i{
	text-align: center;
	font-size: 1.5em;
	color: #fff;
}

/*SUSCRIBETE*/
#suscribe{
 max-width: 100%; 
 width: 16em; 
padding: 0.6em;
 background: #ccc; 
 margin: 1em 2em 1em 1em;
 font-family: 'raleway', sans-serif;
font-weight: normal;
  font-style: normal;
 font-size: 1em; 
 color:#333;
}
#suscribe:hover{
	color: #333;
	border: #000066;
}


/*MENSAJE DE ENVIO DE CORREO*/

.wpcf7{
	max-width: 100%;
	width: 100%;
	height: auto;
	padding-bottom: 5em;
}
.forma-contacto .wpcf7-mail-sent-ok{
	color: #000066;
}
 .wpcf7-mail-sent-ok {
    color:  #ccc;
}

#boton{
	max-width: 100%;
	width: auto; 
	padding: 0.5em;
	background: #666;
	font-family: 'raleway', sans-serif;
	font-weight: normal;
    font-style: normal;
	font-size: 0.9em; 
	color: #fff; 
	border: none; 
	margin: 2em 2em 1em 11em; opacity: 0.7;
	-webkit-border-radius: 3px;-moz-border-radius: 3px;-o-border-radius: 3px;
}
.boton:hover{ opacity: 1;}


/*sociales*/
.sociales-footer img{
	margin-right: 0.5em;
}
.sociales-footer li{
	margin-bottom: 1em;
}
.sociales-footer a{
	color: #fff;
}


.derechos{
	background: #1B1E7A;
	padding-top: 0.8em;
	padding-bottom: 0.3em;
}
.derechos p{
	color: #fff;
}
.derechos a{
	color: #fff;
}

/*####################################
## BANNERS PAGES  ##
#####################################*/

.banner-empresa{
	text-align: center;
}
.migas{
	background: none;
}

.banner-empresa h1{
	color: #fff;
	font-size: 2em;
}

.breadcrumb{
	background: none;
}
.breadcrumb a{
	color: #FFF;
}
.breadcrumb li.active{
	color: #00BFFF;
	font-weight: bold;
} 

/*BANNER EMPRESA*/
.banner-empresa{
background: url(images/banner-empresa.jpg) no-repeat;
 -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding-top: 4em;
  padding-bottom: 4em;

}

/*#################################################
##  EMPRESA
#################################################*/

.empresa-content{
	background: #fff;
	padding-top: 2em;
	padding-bottom: 2em;
	border-top: 3px solid#000066;
}
.empresa-content b{
	color: #000066;
}
.empresa-content p, li{
	text-align: justify;
}

/*#################################################
##  SOLUCIONES INGEGRALES
#################################################*/
.content-soluciones{
	background: #fff;
}

.menu-tabs{
	background: #fff;
	border-top: 3px solid#2DA5DA;
}

.typography h2{
	text-align: center;
}
.img-item img{
	max-width: 100%;
}
/*####################################
## TITULO SERVICIOS  ##
#####################################*/

.servicios-inicio{
	background: url(images/banner-pages.png);

	padding: 2.5em 0;
	padding-bottom: 2.5em;
}

.servicios-inicio span{
	display: block;
	text-align: center;
	font-size: 1.3em;
	color: #000066;
	font-weight: normal;
}
.servicios-inicio h2{
	color: #333333;
	text-align: center;
	font-weight: bold;
	padding-top: 0;
	margin-top: 0;
}
.servicios-inicio h2::after {
    content: " ";
    display: block;
    width: 20%;
    height: 1px;
    border-bottom: 5px solid#000066;
    margin: 0.5em auto;
}
.servicios-inicio p{
	text-align: center;
}

.item-servicios{
	padding: 2em;
}
.item-servicios img{
	text-align: center;
}
.img-item{
	text-align: center;
	padding: 1em;
}

.img-thumbnail{
	border: 1px solid#000066;
	padding: 0.3em;
}

.txt-item{
	padding-left: 1em;
}

.item-servicios h3{
	padding-left: 1em;
	padding-right: 1em;
	padding-top: 0.5em;
	color: #333;
	font-weight: bold;
	text-align: center;
}


.item-servicios p{
	color: #777777;
	font-weight: normal;
}
.item-servicios a{
	color: #000066;
}


/*#################################################
##  SOLUCIONES  HOTELERAS
#################################################*/

.mapa{
	text-align: center;
	padding-bottom: 3em;
	padding-top: 3em;
}

.soluciones-hoteleras{
	padding-top: 2em;
	padding-bottom: 2em;
}


.txt-hotelero{
	text-align: justify;
}
.img-hotelero img{
	max-width: 100%;
}

.contenido{
	padding-bottom: 4em;
	border-bottom: 1px solid#777;
}

.funcionamiento{
	padding-top: 3em;
	padding-bottom: 3em;
}


/*#################################################
## UBICACION
#################################################*/




.overlay {
   background:transparent; 
   position:relative;
   max-height: 100% 
   width:100%;
   height:480px; /* your iframe height */
   top:480px;  /* your iframe height */
   margin-top:-480px;  /* your iframe height */
}

.forma figure, a{
	display: inline-block;

}
iframe{
	background: #fff;
}


iframe,
 object,
 embed {
	max-width: 100%;
}

/*#################################################
## CONTACTO
#################################################*/
.title-g{
	background: #fff;
}

.title-contactos{
	padding-top: 2em;
	padding-bottom: 2em;
	text-align: center;
	
}

.title-contactos span::after {
    content: " ";
    display: block;
    width: 25%;
    height: 1px;
    border-bottom: 3px solid#000066;
    margin: 1em auto;
}

.contacto{
	background: #f5f5f5;
	padding-top: 3em;
	padding-bottom: 3em;
	border-top: 1px solid#cccccc;
}



/*CONTACTO LATERAL*/

.direccion img{
	max-width: 100%;
}

.contacto-lateral {
   border: 1px solid#eeeeee;
   margin-top: 2em;
}
.contacto-lateral h3{
	color: #444;
}
.contacto-lateral h3::after {
    content: " ";
    display: block;
    width: 25%;
    height: 1px;
    border-bottom: 5px solid#000066;
    margin-top: 0.5em;
}
.contacto-lateral ul{
	outline: none;
	list-style: none;
}
.contacto-lateral li{
	margin-bottom: 1em;
	color: #555;
}
.contacto-lateral i{
	color:  #000066;
	margin-right: 0.5em;
	font-size: 1.2em;
}

.contacto-lateral ul{
    border-bottom: 1px solid#eeeeee;
}

.contacto-lateral p{
	color: #333;
	font-family: 'raleway', sans-serif;
	font-weight: bold;
    
}



.forma-contacto h2{
	font-weight: bold;
	font-size: 1.5em;
	color: #000066;
	margin-bottom: 0;
	padding-bottom: 0;
}
/*####################################
## CONTACTO
#####################################*/

.contacto{
	background: #F5F5F5;
	padding-top: 3em;
	padding-bottom: 3em;
	border-bottom: 1px solid#cccccc;
}
.item-icon span{
	font-size: 1.3em;
}
.item-icon i{
	margin-right: 0.6em;
	font-size: 2.5em;
	color: #003D8B;
}
.item-icon p{
	text-align: center;
}
.item-icon{
	padding-top: 1em;
	padding-bottom: 1em;
	text-align: center;
	border-bottom: 5px solid#999999;
}
.item-contacto-txt{
	text-align: center;
}
.item-contacto-txt a{
	text-decoration: none;
	color: #313140;
}

/*FORMULARIO DE CONTACTO*/
.contacto-form{
	padding-top: 4em;
	padding-bottom: 4em;
}
#campo-txt{
	max-width: 100%;
	width: 100%;
	border: 1px solid #cccccc;
	padding: 1em;
	background: none;
	border-radius: 1px;
	font-family: 'lato', sans-serif;
	font-weight: normal;
    font-style: normal;
    margin-bottom: 1em;
    color: #666666;
}

#area-txt{
	max-width: 100%;
	width: 100%;
	border: 1px solid#cccccc;
	padding: 0.5em;
	border-radius: 1px;
	font-family: 'lato', sans-serif;
	font-weight: normal;
    font-style: normal;
    background: none;
    color: #666666;
}

.boton{
	padding-top: 2em;
}
#contacto-boton{
	display: block;
	max-width: 100%;
	border:1px solid#003D8B;
	padding: 0.7em;
	background: #fff;
	border-radius: 3px;
	font-family: 'lato', sans-serif;
	font-weight: normal;
    font-style: normal;
    font-size: 1.2em;
    border: 1px solid#003D8B;
    color: #fff;
    background: #003D8B;

}
#contacto-boton:hover{
	background: no-repeat;
	color: #003D8B;
	border: 1px solid#003D8B;
}


sub{
	font-size: 1em;
}

.servicio{
	max-width: 100%;
	border: 1px solid#d6d4d4;
	font-family: 'lato', sans-serif;
    font-weight: normal;
    font-style: normal;
    margin-top: 0.5em;
    margin-bottom: 2em;
    padding: 1em;
    display: block;
    width: 100%;
    height: 60px;
    font-size: 13px;
    line-height: 1.42857;
    color: #9c9b9b;
    vertical-align: middle;
    background-color: #fff;
    border: 1px solid #d6d4d4;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;

}
.servicio option{
	margin-bottom: 1em;
	padding: 0.5em;
}

/*####################################
## TIKET SOPORTE
#####################################*/
.tiket-soporte{
	padding-top: 2em;
}
.tiket-soporte a{
	padding: 0.5em 0.5em;
	font-size: 0.9em;
	border-radius: 5px;
	background: #000066;
	color: #fff;
	text-decoration: none;
  }
  .tiket-soporte a:hover{
	border: 1px solid#000066;
	color: #000066;
	font-size: 0.9em;
	background: none;
	text-decoration: none;
  }}
/*#################################################
## PRODUCTOS RECIENTES
#################################################*/

.productos-recientes h2{
	padding-top: 1em;
}
.productos-recientes{
	padding-bottom: 0;
}

.wps_foo_content{
	border: 1px solid#eeeeee;
}
.wps_foo_content:hover{
	box-shadow: 0 0 4px #ddd;
}
.wps_img{
	background: #f1f1f1;
}
.wps_foo_content img{
	padding: 1em;
	background: #f1f1f1;
}

.wps_title a{
	color: #1960A0;
}

.ver-catalogo{
	margin-top: 2em;
	margin-bottom: 3em;
}

.wps_image_carousel{
	padding-bottom: 0;
}


/

/*LEER POSTS*/

.leernosotros{
	font-family: 'raleway', sans-serif;
    font-weight: normal;
    font-style: normal;
	padding: 10px;
	text-align: center;
	font-weight: bolder;
	width: auto;
	display: inline-block;
	vertical-align: middle; 
	color: #82B440;
	text-decoration: none;
	background: 
}
.leernosotros a{
	color: #82B440;
	text-decoration: none;
	font-size: 1em;
	font-family: 'raleway', sans-serif;
    font-weight: normal;
    font-style: normal;
}

.leernosotros{
	position: relative;
}

.leernosotros:before{
	content: '';
	position: absolute;
	border: 1px solid#82B440;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
}

.leernosotros:hover:before{
	top: -5px;
	bottom: -5px;
	left: -5px;
	right: -5px;
	text-decoration: none;
	border: 1px solid#82B440;
	color:#82B440;
}
.leernosotros:hover{
	text-decoration: none;
	color: #fff;
	background: #82B440;
}





/*####################################
## BANNERS PAGES  ##
#####################################*/

.migas{
	background: none;
}

.banner-pages h1{
	color: #262626;
	font-size: 1.5em;
}

.breadcrumb{
	background: none;
}
.breadcrumb a{
	color: #262626;
}
.breadcrumb li.active{
	color: #000066;
	font-weight: bold;
} 




/*####################################
## MAPAS
#####################################*/
.mapa-lateral{
	margin-top: 1em;
	padding-top: 1em;
	padding-bottom: 1em;
	margin-left: 0; margin-right: 0;
	padding-left: 0; padding-right: 0;
}

.overlay {
   background:transparent; 
   position:relative;
   max-height: 100% 
   width:100%;
   height:480px; /* your iframe height */
   top:480px;  /* your iframe height */
   margin-top:-480px;  /* your iframe height */
}

.forma figure, a{
	display: inline-block;

}
iframe{
	background: #fff;
}


iframe,
 object,
 embed {
	max-width: 100%;
	

}


/*###################################################################
####################################################################
##################-------------- B L O G ---------##################
####################################################################
##################################################################*/

/*#################################################
## LIST POST
#################################################*/

.blog{
	padding-top: 3em;
	padding-bottom: 2em;
	background: #fff;
}
.blog a{
	font-family: 'raleway', sans-serif;
	font-weight: lighter;
	color: #82B440;
}

.lists-posts{
	padding-left: 2em;
	margin-bottom: 2em;
}


.post{
	padding: 1em 0;
	border-bottom:1px solid#eeeeee;
}

.lists-posts h2{
	font-family: 'raleway', sans-serif;
	font-weight: normal;
    font-style: normal;
    color: #E72E12;
}
.lists-posts h2{
	font-size: 1em;
	color: #1960A0;
}


.autor-fecha{
	max-width: 100%;
	font-family: 'raleway', sans-serif;
	font-weight: normal;
    font-style: normal;
    color: #7b7b7b;
    border-bottom: 1px solid#eeeeee;
    margin-bottom: 0.5em;
    margin-top: 0.5em;
}
.autor-fecha a{
	font-family: 'raleway', sans-serif;
	font-weight: normal;
    font-style: normal;
	 color: #E72E12;
}

.autor, .fecha{
	display: inline-block;
	vertical-align: middle;
	margin-left: 1em;
}

.img-post{
	padding: 0.5em auto;
}
.img-post img{
	display: block;
    margin: 0 auto;
    border: 0;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
}

.content-post{
	padding: 0.5em auto;
}
.content-post p{
	font-family: 'raleway', sans-serif;
	font-weight: normal;
    font-style: normal;
    color: #777777;
}

.content-post h3{
	font-family: 'raleway', sans-serif;
	font-weight: normal;
    font-style: normal;
    margin-left: 0.2em;
    color: #FFBA03;
}
.content-post h4{
	font-family: 'raleway', sans-serif;
	font-weight: normal;
    font-style: normal;
    margin-left: 0.2em;
    color: #666;
    text-align: justify;
}
.content-post p{
	font-family: 'raleway', sans-serif;
	font-weight: normal;
    font-style: normal;
    text-align: justify;
    line-height: 1.8em;
    color: #777777;
    margin-bottom: 2em;
    margin-top: 1em;
}

.content-post ul{
	outline: none;
	list-style: none;
	display: block;
	margin: 1em auto;
}
.content-post li{
	font-family: 'raleway', sans-serif;
	font-weight: normal;
    font-style: normal;
}
.content-post i{
	color: #E72E12;
	margin-right: 0.5em;
}
.content-post a{
	
	margin-top: 1.5em;
	width: auto;
	font-family: 'raleway', sans-serif;
	font-weight: normal;
    font-style: normal;
    line-height: 1.8em;
    color: #8DC155;
    border:1px solid#8DC155;
    padding: 0.5em;
    text-align: center;
}
.content-post b{
	color: #E72E12;
}
.content-post a:hover{
	background: #8DC155;
	color: #fff;
	text-decoration: none;
}



.content-post{
	padding: 1em 0;
}
.content-post img{
	max-width: 100%;
	max-height: 100%;
	height: auto;
}
.content-post p{
	font-family: 'raleway', sans-serif;
	font-weight: normal;
    font-style: normal;
    color: #7B7B7B;
    font-size: 1em;
    text-align: justify;
}



/*LEER POSTS*/

#leermas{
	font-family: 'raleway', sans-serif;
    font-weight: normal;
    font-style: normal;
	padding: 10px;
	text-align: center;
	font-weight: bolder;
	width: auto;
	display: inline-block;
	vertical-align: middle; 
	color: #E22316;
	text-decoration: none;
	background: 
}
#leermas a{
	color: #E22316;
	text-decoration: none;
	font-size: 1em;
	font-family: 'raleway', sans-serif;
    font-weight: normal;
    font-style: normal;
}

#leermas{
	position: relative;
}

#leermas:before{
	content: '';
	position: absolute;
	border: 1px solid#E22316;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
}

#leermas:hover:before{
	top: -5px;
	bottom: -5px;
	left: -5px;
	right: -5px;
	text-decoration: none;
	border: 1px solid#E22316;
	color:#E22316;
}
#leermas:hover{
	text-decoration: none;
	color: #fff;
	background: #E22316;
}


.posts-navegador{
	padding: 1em;
	background: #eeeeee;
	max-width: 100%;
	width: 100%;
	margin-bottom: 1em;
	font-family: 'raleway', sans-serif;
    font-weight: normal;
    font-style: normal;
}




/*################################################
### WOO COMMERCE LISTA ###
#################################################**/

/*BUSCADOR*/
.woocommerce-product-search{
	padding-top:1em;
}

.search-field{
	border: 1px solid#eeeeee;
	max-width: 100%;
	width: 70%;
	padding: 1em;
}
.woocommerce-product-search input[type="submit"]{
	background: #000066;
	color: #fff;
	padding: 1em;
}

.woocommerce-ordering, .page-title, .woocommerce-result-count{ 
	display: inline-block; 
	margin-right: 2em;
}
.page-title{
	font-family: 'raleway', sans-serif;
	font-weight: lighter;
	font-size: 1.8em;
}

/*ORDENADOR DE PRODUCTOS*/
.orderby{
	max-width: 100%;
	width: auto;
	border: 1px solid #ddd;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    min-height: 40px;
    display: block;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    font-family: 'lato', sans-serif;
    font-weight: 300;
    font-style: normal;
    margin-bottom: 3em;
}

.lists-posts ul{
	outline: none;
	list-style: none;
	margin-top: 1em;
	text-align: center;
}
.lists-posts li{
	display: inline-block;
	vertical-align: top;
	max-width: 100%;
	width: 30%;
	height: auto;
	margin:0.5em;
	text-align: center;
	opacity: 1;
	
}
.lists-posts li:hover{
	
	opacity: 0.8;
}

.attachment-shop_catalog{
	max-width: 100%;
	height: auto;
	background: #eeeeee;
	padding: 1.5em;
	border-radius: 2px;
	box-shadow: 0 0 1px #ddd;
}

/*.woocommerce-LoopProduct-link{
	background: #eeeeee;
	padding: 1.5em;
	border-radius: 2px;
	box-shadow: 0 0 1px #ddd;
}
.woocommerce-LoopProduct-link img{
	max-width: 80%;
}*/

.lists-posts li img{
	max-width: 90%;
}
.lists-posts h3{
	font-family: 'raleway', sans-serif;
	font-weight: lighter;
    font-style: normal;
    font-size: 1.3em;
    margin-bottom: 1em;
}

.price{
	display: none;
}

.add_to_cart_button{
    background: none;
    border:1px solid#f28752;
	padding: 0.5em;
	border-radius: 3px;
	color: #f28752;
	margin-top: 2em;
}
.add_to_cart_button:hover{
	background: #f28752;
	color: #fff;
}

/*#################################################
##  PAGINACION DE PRODUCTOS
#################################################*/

.woocommerce-pagination li{
	width: auto;
	display: inline-block;
}


/*FLECHAS SIGUIENTE Y ATRAS*/

.page-numbers{
	border 1px solid#eeeeee;
}

.page-numbers a{
	background: #000066;
	padding: 0.1em 0.3em 0.1em 0.3em;
	color: #fff;
	text-align: center;
	font-size: 1.2em;
	width: 1.5em;
}
.page-numbers a:hover{
	background: #000;
	color: #fff;
}

.page-numbers .current{
	background: #000;
	padding: 0.1em 0.3em 0.1em 0.3em;
	color: #fff;
	text-align: center;
	font-size: 1.2em;
	width: 1.5em;
}




/*#################################################
## DESCRIPCION DE PRODUCTOS
#################################################*/
.product-type-simple{
	margin-top: 4em;
}

.woocommerce-product-gallery, .summary{
	display: inline-block;
	vertical-align: top;
	max-width: 100%;
	width: 50%;	
}
.woocommerce-product-gallery{
	text-align: center;
	
}
.woocommerce-product-gallery__image{max-width: 100%; height: auto;}
.woocommerce-product-gallery__image img{max-width: 100%; width: 80%; height: auto;}
.woocommerce-product-gallery img{
	max-width: 100%;
}

.summary{
	
	padding-top: 2em;
	border: 1px solid#eeeeee;
	max-width: 100%;
	width: 45%;
	padding: 1em;
}
.woocommerce-product-details__short-description{
	font-family: 'raleway', sans-serif;
	font-weight: normal;
	color: #777777;
	text-align: justify;
}


.entry-title{
	font-size: 1.3em;
	font-family: 'raleway', sans-serif;
	font-weight: bold;
	color: #333;
	margin-bottom: 2em;
}

/*EN EXISTENCIA*/
.stock{ display: none;}

/*BOTON DE FICHA*/
.maxbutton-descarga-ficha{
	margin-top: 2em;
}

.product_meta{
	margin-top: 2em;
}
.sku_wrapper{
	max-width: 100%;
	width: 100%;
}
.posted_in a{
	color: #000066;
	font-weight: normal;
}
/*TABS PRODUCTO*/
.woocommerce-tabs{
	margin-top: 1em;
	border: 1px solid#eeeeee;
	padding: 1em;
	max-width: 100%;
	width: 96%;
}
.description_tab a, .reviews_tab a{
	border: 1px solid#eeeeee;
	padding: 0.5em 1em 0.5em 1em;
	text-decoration: none;
	color: #666;
	display: block;
}
.description_tab a:hover{
	color: #fff;
	background: #000066;;
}

.woocommerce-tabs ul.tabs li.active a {
    color: #fff;
	background: #000066;
}
.woocommerce-Tabs-panel h2{
	color: #000066;
}
.tab-description p{
	font-family: 'raleway', sans-serif;
	font-weight: normal;
	color: #777;
	text-align: justify;
}

/*ESTRELLAS*/
.comment-form .stars a{
	font-family: 'muli', sans-serif;
	color: #000066;
	border: 1px solid#000066;
	padding: 0.1em 0.3em;
	margin: 0.2em;
	text-decoration: none;
}
.comment-form .stars a:hover{
	text-decoration: none;
	background: #000066;
	color: #fff;
}

/*#################################################
## CATEGORIAS DE PRODUCTOS  CODIGO interweb
#################################################*/

.widget-title{
	font-family: 'raleway', sans-serif;
	font-weight: lighter;
	color: #fff;
	font-size: 1.2em;
	background: #1960A0;
	padding: 1em;
	margin-bottom: 0;
	text-align: center;
}

/*#################################################
## CATEGORIAS DE PRODUCTOS  CODIGO X INTERWEBGDL  DESACTIVADO
#################################################*/
/*
.product-categories{
	padding: 1em;
	background: #20202F;
	margin-top: 0;
}

.sidebar .cat-item{
font-family: 'raleway', sans-serif;
font-weight: normal;
font-size: 1em;
padding-left: 1em;
padding-bottom: 0.7em;
padding-top: 0.5em;
}
.sidebar .cat-item:hover{
	background: 666;
}

.sidebar .cat-item a{
	color: #fff;
}
*/


/*#################################################
##  CATEGORIAS ACORDION YIHT
#################################################*/

.widget_yith_wc_category_accordion{
	border: 1px solid#eeeeee;
	background: #313140;
	padding: 0;
	margin: 0;
}
.ywcca_category_accordion_widget{
	width: 100%;
	padding: 0;
	margin: 0;
	width: 100%;
}
.widget_yith_wc_category_accordion ul {
    padding-left: 0px;
}

.widget_yith_wc_category_accordion ul li {
    padding: 7px 0;
}

.widget_yith_wc_category_accordion ul li ul li {
	background: #535362;
    padding-left: 2em;
    font-size: 0.8em;
    padding-bottom: 0;
    margin-bottom: 0;
}
.widget_yith_wc_category_accordion ul.children li::before {
    content: '';
   }

.icon-plus, .icon-minus{
	margin-right: 1em;
}
.widget_yith_wc_category_accordion a{
	color: #fff;
	text-decoration: none;
	padding-left: 2em;
	font-size: 0.9em;
}
.widget_yith_wc_category_accordion a:hover{
	color: #1960A0;
	font-weight: bold;
}

.ywcca_widget_title{
	font-family: 'raleway', sans-serif;
	font-weight: lighter;
	font-size: 1.2em;
	text-align: center;
	color: #fff;
	background: #1960A0;
	padding: 1.2em;
	margin: 0;
	width: 100%;
}


/*PRODUCTOS RECIEN VISTOS*/

.widget_recently_viewed_products a{
	color: #000066;
}

.widget_recently_viewed_products .woocommerce-Price-amount{
	display: none;
}





/*################################################
###  GALERIA DE IMAGENES DE PRODUCTOS
#################################################*/

.woocommerce-product-gallery__image{
	display: inline-block;
}


/*#################################################
## ASIDE
#################################################*/
.sidebar{
	
	border-right: 1px solid#eeeeee;
}
.sidebar ul{
	outline: none;
	list-style: none;
}


.screen-reader-text{ display: none; }



.tagcloud a{
	display: inline-block;
	background: #000066;
	color: #fff;
	padding: 0.5em;
	margin-left: 0.5em;
	margin: 0.5em;
	border-radius: 2px;
	text-decoration: none;
	font-family: 'raleway', sans-serif;
	font-weight: normal;
    font-style: normal;
}
.tagcloud a:hover{
	border:1px solid#000066;
	color: #FEBB12;
	background: no-repeat;
}

/*################################################
### COMENTARIOS  ###
#################################################**/

#comments{
	font-family: 'raleway', sans-serif;
	font-weight: normal;
    font-style: normal;
}
.comments-list{
	background: no-repeat;
	border:1px solid#eeeeee;
}

.comment-meta{
	background: #fff;
	border:1px solid#eeeeee;
}

#comments-area {
  margin-top: 30px;
  text-align: left;
  padding-left: 2em;
}
#comments-area h3 {
  border-bottom: solid 1px #f4f4f4;
  margin-bottom: 15px;
  padding-bottom: 10px;
}
#comments-list {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 20px;
  line-height: 2.0rem;
  background: none;
}
#comments-list .avatar {
  float: left;
  margin: 0 5px 5px 0;
}
#comments-list .comment-body {
  padding: 20px 0;
  border-bottom: solid 1px #f4f4f4;
}
#comments-list .children {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 20px;
  line-height: 2.0rem;
  background: none;
  padding: 10px 0 10px 30px;
  border-left: solid 3px #f4f4f4;
}
#respond {
  margin-top: 30px;
}

.comment-reply-link{
	background: #eeeeee;
	padding-top: 0.8em;
	padding-bottom: 0.8em;
	padding-left: 0.8em;
	padding-right: 0.8em;
	margin-top: 1em;
	border-radius: 3px;
	color: #666;

}

input[type="tel"],
input[type="url"],
input[type="date"],
input[type="number"],

textarea,
select {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  border: solid 1px #dbdbdb;
  padding: 5px 10px;
 
  margin-bottom: 5px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="date"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
textarea:focus,
select:focus {
  border-color: #000066;
}
textarea {
  resize: vertical;
}

.submit{
	background: #000066;

	padding: 0.5em;
	border-radius: 2px;
	color: #fff;
}

#author, #email{
	border:1px solid#eeeeee;
	border-radius: 2px;
	padding: 0.3em;
}

/*################################################
### SOCIALES  ###
#################################################**/
.share-post{
	margin-top: 4em;
	padding-top: 1em;
	border:1px solid#eeeeee;
	max-width: 100%;
	width: 100%;
	padding-bottom: 1em;
	padding-left: 1em;
	font-family: 'raleway', sans-serif;
    font-weight: normal;
    font-style: normal;
}
.share-fin-post {
	padding: 1em;
	max-width: 100%;
	width: 100%;
	border:1px solid#eeeeee;
	font-family: 'raleway', sans-serif;
    font-weight: normal;
    font-style: normal;
}
.f-b, .twr, .gmas{
	display: inline-block;
	vertical-align: top;
	margin-left: 1em;
}


/*CAROUSEL PLUGIN*/
.carousel-plugin img{
	max-width: 100%;
}

/*#################################################
## RESONSIVE      MOVIL
#################################################*/

@media only screen and (min-width: 768px) and (max-width: 1024px){
	.clientes{
	text-align: center;
	}
	.clientes li{
		width: 45%;
	}	
}/*TERMINA QUERY*/

@media only screen and (min-width: 200px) and (max-width: 767px){

/*SLIDER*/
.slider{
	padding-top: 3em;
}
.servicios-inicio{
	padding-top: 3em;
}
/*CONTACTO HEADER*/
.contacto-header{display: none;}
/*LOGO*/
.logo{ display: none;}

/*SECTORES*/
.sectores li{
	max-width: 100%;
	width: 40%;
	display: inline-block;
}
/*AREA DE CLIENTES*/
.clientes{
	text-align: center;
}

.clientes-inicio li{
	text-align: center;
	width: 100%;
}
/*CLIENTES INICIO*/
.item{
	text-align: center;
}
/*MAS SERVICIOS*/
.link-mas-servicios{
	margin-bottom: 1em;
}


/*EMPRESA VALORES*/
.empresa-valores ul{
	max-width: 100%;
	width: 100%;
	padding: 0;
	margin: 0;
}
.empresa-valores li{
	text-align: center;
	max-width: 100%;
	width: 100%;
	padding: 0;
	margin: 0;
}

/*LOGO FOOTER*/
.logo-footer{
	text-align: center;
}

}  /*TERMINA QUERY*/






