/*
Theme Name: DIENET
Theme URI: https://dienet.com
Author: Carlos Sanchez by interweb gdl
Author URI: https://interwbgdl.com/
Description: DIENET
Version: 1.2
Text Domain: iw
*/

img{max-width: 100%;}

body{ 
overflow-x: hidden;


 }



h1,h2,h3,h4,h5,h6{
	font-family: 'lato', sans-serif;
	font-weight: lighter;
    font-style: normal;
}
ul{
	outline: none;
	list-style: none;
	padding: 0;
}

a{
	font-family: 'lato', sans-serif;
	font-weight: normal;
    font-style: normal;
}
p{
	font-family: 'lato', sans-serif;
	font-weight: normal;
    font-style: normal;
    color: #313140;
}
span{
	font-family: 'lato', sans-serif;
	font-weight: bold;
    font-style: normal;
}	


b{
	font-family: 'Lato', sans-serif;
	font-weight: normal;
    font-style: normal;
    color: #65AFDE;
}

.container-fluid{
  padding-left: 0;
  padding-right: 0;
}

header{
   background: url(images/fondo.jpg) repeat;
  padding-top: 0.2em;
  padding-bottom: 0.5em;
}

.soporte-header{
  padding-top: 2em;
} 
.soporte-header a{
  color: #ffffff;
  padding: 0.5em 1em;
  border: 1px solid#ffffff;
  text-decoration: none;
  border-radius: 5px;
}
.soporte-header a:hover{
  color: #FF7F00;
}
.homeicon{
  padding-top: 1.8em;
}
.homeicon a{
  color: #ffffff;
  padding: 0.5em 1em;
  border: 1px solid#333333;
  text-decoration: none;
  border-radius: 5px;
}
.homeicon a:hover{
  color: #FF7F00;
}
.homeicon i{
  font-size: 1.8em;
}

.menu-logo{
     padding-top: 2em;
   padding-bottom: 2em;
}
.wsmenu > .wsmenu-list > li > a {
  color: #fff;
  border-right: 1px solid rgba(0, 0, 0, 0.10);
  font-size: 0.8em;
}

/**########################################
#### SLIDER INICIO  ###
##########################################*/


.txt-slid{

  text-align: center;
  padding: 0;
  margin: 0;
}
.txt-slid span{
  color: #ffffff;
  font-size: 3em;
  text-align: center;
}

.img-slid{
 padding: 0;
 margin: 0;
}
.img-slid img{
  padding: 0;
}

/*####################################
##   LEMA ##
#####################################*/

.lema{
  background: url(images/fondo-1.png) repeat;
  padding-top: 3em;
  padding-bottom: 4em;
  text-align: center;

}
.lema blockquote{
  font-family: 'Oswald', sans-serif;
  font-weight: normal;
    font-style: normal;
}
.lema h2{
  font-size: 3em;
}

/*####################################
##   SOLUCIONES INICIO ##
#####################################*/
.soluciones{
  padding-top: 3em;
  padding-bottom: 3em;
}
.soluciones .title{
  padding-bottom: 3em;
}
.soluciones h2{
  color: #313140;
  text-align: center;
  font-size: 3em;
}
.caja-soluciones{
  padding: 1em;

}

.soluciones .img-soluciones1{
   background: url(images/control-cortinas.jpg) no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding-top: 3em;
  padding-bottom: 2em;
  text-align: center;
}
.soluciones .img-soluciones2{
   background: url(images/fuentes-iluminacion.jpg) no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding-top: 3em;
  padding-bottom: 2em;
  text-align: center;
}
.soluciones span{
  color: #FF7F00;
  font-size: 3em;
  display: block;
  margin-bottom: 3em;

}
.soluciones a{
  margin-top: 2em;
  border: 1px solid#fff;
  padding: 0.7em 1.2em;
  text-decoration: none;
  color: #fff;
  border-radius: 20px;
}

.soluciones a:hover{
  border: 1px solid#FF7F00;
  text-decoration: none;
  color: #FFF;
  background-color: #FF7F00;
}


/*####################################
## PRODUCTOS INICIO ##
#####################################*/

.productos-inicio{
  text-align: center;
}


.txtproductos-inicio{
  background: url(images/productos-inicio.jpg) no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding-top: 10em;
  padding-bottom: 10em;
}
.txtproductos-inicio h4{
  color: #fff;
  font-size: 2em;

}
.link1{
  padding-top: 3em;

}
.txtproductos-inicio a{
  margin-top: 2em;
  margin-bottom: 3em;
  border: 1px solid#fff;
  padding: 0.7em 1.2em;
  text-decoration: none;
  color: #fff;
  border-radius: 20px;
}

.txtproductos-inicio a:hover{
  border: 1px solid#FF7F00;
  text-decoration: none;
  color: #FFF;
  background-color: #FF7F00;
}

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

footer{

  background: url(images/fondo.jpg) repeat;
  padding-top: 2em;
  padding-bottom: 0.5em;
}

.info-contacto-footer{
  text-align: center;
}
.info-contacto-footer h2{
  color: #FA9E16;
  font-weight: bold;
}
.info-contacto-footer p{
  color: #ffffff;
  margin-bottom: 0;
  padding-bottom: 0;
}
.info-contacto-footer a{
  color: #ffffff;
}

.derechos{
  max-width: 100%;
  padding-top: 2em;
}
.derechos p{
  color: #ffffff;
}
.derechos a{
  color: #FA9E16;
}

/*####################################
## MENU ##
#####################################*/

.menu-trigger, .close-trigger {
  position: absolute;
  top: 32px;
  right: 4em;
  display: block;
  width: 42px;
  height: 42px;
  cursor: pointer;
  z-index: 333;
}
.menu-trigger:hover .menu-trigger-bar:before, .close-trigger:hover .menu-trigger-bar:before {
  width: 100%;
}
.menu-trigger:hover .close-trigger-bar:before, .close-trigger:hover .close-trigger-bar:before {
  width: 100%;
}

.close-trigger {
  z-index: 5;
  top: 42px;
}

.menu-trigger-bar {
  display: block;
  width: 100%;
  height: 4px;
  margin-bottom: 6px;
  transform: rotate(-45deg);
  position: relative;
  background-color: #FA9E16;

}
.menu-trigger-bar:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 0%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1);
}
.menu-trigger-bar.top {
  width: 50%;
}
.menu-trigger-bar.middle:before {
  left: auto;
  right: 0;
}
.menu-trigger-bar.bottom {
  width: 50%;
  margin-left: 50%;
}

.close-trigger-bar {
  display: block;
  width: 100%;
  height: 4px;
  background-color: #FA9E16;
  position: relative;
}
.close-trigger-bar:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 0%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.2);
  transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1);
}
.close-trigger-bar.left {
  transform: translateX(100px) translateY(-100px) rotate(-45deg);
}
.close-trigger-bar.right {
  transform: translateX(-100px) translateY(-100px) rotate(45deg);
  top: -3px;
}

.logo {
  display: block;
  width: 64px;
  height: 64px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -52px;
  margin-left: -32px;
  text-align: center;
  z-index: 10;
}
.logo span {
  display: block;
  text-align: center;
  line-height: 62px;
  font-size: 72px;
  color: white;
}

.logo-title {
  position: absolute;
  top: 10px;
  left: 0;
  width: 100%;
  height: 100%;
  color: #222222;
  font-size: 32px;
  line-height: 82x;
}

.logo-badge {
  position: absolute;
  display: block;
  width: 24px;
  height: 24px;
  top: 6px;
  right: -6px;
  border-radius: 100%;
  background-color: #6295ca;
  font-size: 12px;
  line-height: 2;
  text-align: center;
}

.inner-container, .menu-container {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}

.inner-container {
  z-index: 20;
}

.menu-container {
  display: flex;
  align-items: center;
}

.menu {
  display: block;
  width: 100%;
  padding: 20%;
  margin-top: 20em;
   background-color: rgba(0, 0, 0, .7)
}
.menu li {
  text-align: center;
  display: block;
  padding: 15px 0;
}
.menu a {
  text-decoration: none;
  color: #ffffff;
  display: inline-block;
  padding: 10px 0;
  position: relative;
  font-size: 2em;
}
.menu a:hover:before {
  opacity: 1;
  transform: translateX(0px);
  font-size: 2em;
}
.menu a:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 18px;
  height: 4px;
  opacity: 0;
  background-color: #ffffff;
  transform: translateX(100px);
  transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1);
}

.menu-bg {
  position: absolute;
  display: block;
  width: 200%;
  left: -53%;
  top: -25%;
  height: 40%;
  background-color: white;
}
.menu-bg.middle {
  top: 29%;
  left: -53%;
  transform: rotate(-45deg) scaleY(0);
}
.menu-bg.top {
  left: -34%;
  top: 0;
  transform: rotate(-45deg) translateY(-152%);
}
.menu-bg.bottom {
  top: 105%;
  transform: rotate(-45deg) translateY(25%);
  left: -20%;
}

#links {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 50px;
  font-size: 13px;
  font-family: tahoma;
  color: #fff;
}

#links a {
  text-decoration: none;
  font-size: 2.3em;
  color: #fff;
}

#twitter {
  position: absolute;
  bottom: 15px;
  right: 20px;
}

#pens {
  position: absolute;
  bottom: 15px;
  left: 20px;
}



/*CONTACTO LATERAL*/

.info-lateral {
   border: 1px solid#eeeeee;
   margin-bottom: 2em;
}
.info-lateral h3{
  color: #444;
}

.info-lateral ul{
  outline: none;
  list-style: none;
}
.info-lateral li{
  margin-bottom: 1em;
  color: #555;
}
.info-lateral i{
  color: #FF7F00;
  margin-right: 0.5em;
  font-size: 1.2em;
}

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

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

/*CONTACTO FORM*/

.forma-lateral{
   border: 1px solid#eeeeee;
   margin-top: 1em;
   padding-top: 1em;
   padding-bottom: 2em;
}
.forma-lateral h3{
  color: #444;
}


#txt-lateral{
  margin-left: 0;
  padding-left:0;
  max-width: 100%;
  width: 100%;
  border: 1px solid #cccccc;
  padding: 0.7em;
  background: none;
  border-radius: 1px;
  font-family: 'raleway', sans-serif;
  font-weight: normal;
    font-style: normal;
    margin-bottom: 1em;
    color: #666666;
}

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

.boton{
  padding-left: 2em;
}
#boton-lateral{
  
  max-width: 100%;
  width: auto;
  border:1px solid#FF7F00;
  padding: 0.5em;
  background: #fff;
  border-radius: 3px;
  font-family: 'raleway', sans-serif;
  font-weight: normal;
    font-style: normal;
    font-size: 1.2em;
    border: 1px solid#FF7F00;
    color: #ffffff;
    background: #FF7F00;

}
#boton-lateral:hover{
  background: none;
  color: #FF7F00;

}

/********************************  L O G I N  ******************/


.formulario-login{
  max-width: 100%;
  background: #eeeeee;
  padding: 3em;
  text-align: center; 
}
.formulario-login ul{
  outline: none;
  list-style: none;
}
.formulario-login li{
  color: #f30;
}


.icono-izq, .usuario,.password, .password2{
  max-width: 100%;
  display: inline-block;
  vertical-align: middle;
}
.icono-izq{
  padding: 0.6em;
  border: 1px solid#777777;
  background: #CBC7C9;
  border-radius: 3px;
  margin-bottom: 0.3em;
  
}
.usuario{
  padding-top: 1em;
  padding-bottom: 1em;
  padding-left: 0.5em;
  border: 1px solid#777777;
  font-family: 'raleway', sans-serif;
  font-weight: normal;
    font-style: bold;
    margin-left: 0.5em;
    margin-bottom: 0.3em;
    border-radius: 3px;
    width: 50%;
   
}
.password{
  padding-top: 1em;
  padding-bottom: 1em;
  padding-left: 0.5em;
  border: 1px solid#777777;
  font-family: 'raleway', sans-serif;
  font-weight: normal;
    font-style: bold;
    margin-left: 0.5em;
    margin-bottom: 0.3em;
    border-radius: 3px;
    width: 50%;
    
}
.password2{
  padding-top: 1em;
  padding-bottom: 1em;
  padding-left: 0.5em;
  border: 1px solid#777777;
  font-family: 'raleway', sans-serif;
  font-weight: normal;
    font-style: bold;
    margin-left: 0.5em;
    margin-bottom: 0.3em;
    border-radius: 3px;
    width: 50%;
}

.submit-btn{
  padding-top: 1em;
  padding-bottom: 1em;
  padding-left: 0.5em;
  border: 1px solid#777777;
  background: #167CAD;
    margin-left: 2.5em;
    margin-bottom: 0.3em;
    border-radius: 3px;
    width: 50%;
    color: #fff;
    font: bold;
    text-align: center;
    opacity: 1;
}
.submit-btn:hover{
  opacity: 0.6;
}

.txt-registro{
  text-align: center;
  font-family: 'raleway', sans-serif;
  font-weight: normal;
    font-style: bold;
}

/*#################################################
##  MENU ADMIN
#################################################*/
.menu-admin{
  border: 1px solid#DBDBEA;
  padding: 0.5em;
  padding-top: 1em;
}
.menu-admin h4{
    text-align: center;
    background: #EEA92F;
    padding: 1em;
    margin: 0;
    padding-top: 0.5em;
    color: #FFFFFF;
    font-weight: bold;
}
.admin li{
    margin-bottom: 0.3em;
}
.admin a{
  color: #EEA92F;
  padding: 0.5em;
}
.admin a:hover{
  text-decoration: none;
  color: #20202F;
}
.cerrar{
  text-align: center;
}
.cerrar a{
  text-align: center;
  color: #f30;
  border: 1px solid#f30;
  padding: 1em 0.5em;
  border-radius: 5px;
}
.cerrar a:hover{
  background-color: #f30;
  color: #ffffff;
  text-decoration: none;
}
.user{
    text-align: center;
}
.items{
  margin-top: 1em;
  margin-bottom: 1em;
  border-bottom: 1px solid#dddddd;
}


/*#################################################
##  AGREGAR CATEEGORIAS
#################################################*/
.agregar-categorias{
  padding-top: 3em;
  padding-bottom: 3em;
  background: #f2f2f2;
}
.eliminar-categoria{
  padding-top: 3em;
}
.cat-txt{
  margin-bottom: 1em;
  color: #777;
  border: 1px solid #eaeaea;
  padding: 8px 15px;
  line-height: inherit;
  width: 100%;
  background-color: #f7f7f7;
  margin-bottom: 30px;
  border-radius: 0;
  height: auto;
  -webkit-appearance: none;
  text-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: border ease .238s;
  -moz-transition: border ease .238s;
  transition: border ease .238s;
}
.eliminar-categoria a{
  padding-top: -10px;
}
.eliminar-categoria i{
  font-size: 2.5em;
  margin: 0;
  margin-right: 0.5em;
  color: #f30;
 padding-top: 0.5em;
}

html input[disabled] {
  cursor: default;
  margin-bottom: 1em;
  
}

/*#################################################
##  AGREGAR PRODUCTOS
#################################################*/
.agr-productos{
  border: 1px solid#DBDBEA;
padding: 0.5em;
  padding-top: 1em;
  padding-bottom: 2em;
}  
.agr-productos h2{
    font-size: 1.2em;
    
}
.titulo-catalogo{
    text-align: center;
    margin-bottom: 2em;
}
/*SELECT  CATEGORIAS*/
.categorias{
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: 0.5em;
  display: block;
  width: 100%;
  height: 40px;
  font-size: 13px;
  line-height: 1.42857;
  color: #313140;
  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;
}
.categorias option{
margin-bottom: 1em;
padding: 0.5em;
}

/*INPUT FILE*/

input[type="file"] {
  display: block;
  display: none;
}
label[for="mi-imagen"] {
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  background-color: #106BA0;
  display: inline-block;
  transition: all .5s;
  cursor: pointer;
  padding: 15px 40px !important;
  text-transform: uppercase;
  width: fit-content;
  text-align: center;
  -webkit-appearance: none;
  -webkit-transition: all ease 1s;
  -moz-transition: all ease 1s;
  transition: all ease 1s;
  margin-bottom: 1em;
          }
label[for="mi-imagen"]:hover{
background: #313140;
color: #fff;
}
label[for="mi-ficha"] {
font-size: 14px;
font-weight: 600;
color: #fff;
background-color: #106BA0;
display: inline-block;
transition: all .5s;
cursor: pointer;
padding: 15px 40px !important;
text-transform: uppercase;
width: fit-content;
text-align: center;
-webkit-appearance: none;
-webkit-transition: all ease 1s;
-moz-transition: all ease 1s;
transition: all ease 1s;
margin-bottom: 1em;
      }
label[for="mi-ficha"]:hover{
background: #313140;
color: #fff;
}
/*FICHA 2*/
label[for="mi-ficha2"] {
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  background-color: #106BA0;
  display: inline-block;
  transition: all .5s;
  cursor: pointer;
  padding: 15px 40px !important;
  text-transform: uppercase;
  width: fit-content;
  text-align: center;
  -webkit-appearance: none;
  -webkit-transition: all ease 1s;
  -moz-transition: all ease 1s;
  transition: all ease 1s;
  margin-bottom: 1em;
        }
  label[for="mi-ficha2"]:hover{
  background: #313140;
  color: #fff;
  }
  /*FICHA 3*/
label[for="mi-ficha3"] {
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  background-color: #e67e22;
  display: inline-block;
  transition: all .5s;
  cursor: pointer;
  padding: 15px 40px !important;
  text-transform: uppercase;
  width: fit-content;
  text-align: center;
  -webkit-appearance: none;
  -webkit-transition: all ease 1s;
  -moz-transition: all ease 1s;
  transition: all ease 1s;
  margin-bottom: 1em;
        }
  label[for="mi-ficha3"]:hover{
  background: #313140;
  color: #fff;
  }
.icofont-upload-alt{
margin-right: 0.5em;
}
label[for="label-txt"]{
color: #ccc;
font-size: 0.8em;
}
/*#################################################
##  EDIAR O  ELIMINAR PRODUCTOS
#################################################*/

.mostrar-lista{
  margin-top: 1em;
  padding-top: 3em;
  padding-bottom: 3em;
}
.buscador{
  padding-bottom: 2em;
}
.buscador-eliminar{
  margin-bottom: 0.3em;
  padding: 1em;
  border: 1px solid#ccc;
}
.boto-eliminar-editar{
  margin-top: 2em;
  padding-top: 1em;
  padding-bottom: 1em;
}
.boton-eliminar-editar a{
  border: 1px solid#EEA92F;
  padding: 1em 1.5em;
  text-decoration: none;
}
.boton-eliminar-editar a:hover{
  background: #20202F;
  color: #FFFFFF;
}

.contenido-archivos{
  margin-top: 3em;
  margin-bottom: 2em;
}
.contenido-archivos i{
  color: #e67e22;
  font-size: 1.5em;
}


/*#################################################
##  EDIAR O  ELIMINAR PRODUCTOS
#################################################*/

.buscador-eliminar{
  margin-bottom: 0.3em;
  padding: 1em;
  border: 1px solid#ccc;
}
.boto-eliminar-editar{
  margin-top: 2em;
  padding-top: 1em;
  padding-bottom: 1em;
}
.boton-eliminar-editar a{
  border: 1px solid#EEA92F;
  padding: 1em 1.5em;
  text-decoration: none;
}
.boton-eliminar-editar a:hover{
  background: #20202F;
  color: #FFFFFF;
}

.icofont-file-pdf{
  color: #e67e22;
  font-size: 2em;
}
.table-editarEliminar i{
  color: #e67e22;
  font-size: 1.5em;
}
input{
  margin-right: 1em;
}

/*##################################
### DESCARGA DE ARCHIVOS PDF
###################################*/
.descarga-archivos  ul{
	outline: none;
	list-style: none;
}
.descarga-archivos  li{
	display: inline-block;
	vertical-align: middle;
	width: 25%;
	height: 17em;
	margin: 1.5em;
	float:left;
	padding-top: 1em;
	padding-bottom: 0.5em;
	padding-left: 1em;
	padding-right: 1em;
	transform:  rotate(0deg) scale(1) skew(0deg) translate(-2px);
	-webkit-transform: rotate(0deg) scale(1) skew(0deg) translate(-0px);
	-moz-transform: rotate(0deg) scale(1) skew(0deg) translate(-2px);
	transition:All 0.2104s linear;-webkit-transition:All 0.2104s linear;-moz-transition:All 0.2104s linear;-o-transition:All 0.2104s linear;transform:  rotate(0deg) scale(1) skew(0deg) translate(0px);
	 -webkit-transition-duration: 0.5s;
	box-shadow: 0 0 8px;
}
.descarga-archivos li:hover{

	transform:  rotate(0deg) scale(1.05) skew(0deg) translate(-2px);
	-webkit-transform: rotate(0deg) scale(1.05) skew(0deg) translate(-0px) transition: all 0.5s ease-in-out;
	-moz-transform: rotate(0deg) scale(1.05) skew(0deg) translate(-2px) transition: all 0.5s ease-in-out;
	-o-transform: rotate(0deg) scale(1.05) skew(0deg) translate(-2px) transition: all 0.5s ease-in-out;
	box-shadow: 0 0 8px;
}

.descarga-archivos li p{
	text-align: center;
	font-family: 'raleway', sans-serif;
	font-weight: normal;
    font-style: bold;
    color: #2C3236;
    margin-top: 1em;
}

/*###################################
###  MOSTRAR PRODUCTOS
####################################*/
.mostrar-productos{
  padding-top: 2em;
  padding-bottom: 2em;
}

.caja-producto{
  border: 1px solid#eeeeee;
  padding:0.5em;
  margin-bottom: 1em;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, .1);
}

.contenido-productos{
  padding-top: 2em;
  padding-bottom: 4em;
  border: 1px solid#eeeeee;
}
.contenido-productos span{
  color: #333333;
  font-size: 1.3em;
  font-weight: bold;
}
.contenido-productos p{
  color: #313140;
  text-align: justify;
}
.contenido-productos i{
  margin-right: 1em;
}
.img-producto{
  text-align: center;
}
.contenido-productos img{
  max-width: 100%;
  width: 50%;
}
.ficha-detalle{
  padding-top: 2em;
}
.descarga-ficha{
  padding: 0.5em 1em;
  border-radius: 5px;
  background: #FF7F00;
  color: #fff;
  text-decoration: none;
}
.descarga-ficha:hover{
  border: 1px solid#FF7F00;
  color: #FF7F00;
  background: none;
  text-decoration: none;
}

/*#################################################
## CONTACTO
#################################################*/

.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#FF7F00;
    margin: 1em auto;
}

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



/*CONTACTO LATERAL*/
.direccion{
  padding-bottom: 0;
  padding-top: 0;
}
.direccion img{
  max-width: 100%;
}

.contacto-lateral {
   border: 1px solid#eeeeee;
   margin-top: 0em;
}
.contacto-lateral h3{
  color: #444;
}

.contacto-lateral ul{
  outline: none;
  list-style: none;
}
.contacto-lateral li{
  margin-bottom: 1em;
  color: #555;
}
.contacto-lateral i{
  color: #FF7F00;
  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: #167CAD;
  margin-bottom: 0;
  padding-bottom: 0;
}

#campo-txt{
  max-width: 100%;
  width: 100%;
  border: 1px solid #cccccc;
  padding: 0.7em;
  background: none;
  border-radius: 1px;
  font-family: 'raleway', 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: 'raleway', sans-serif;
  font-weight: normal;
    font-style: normal;
    background: none;
    color: #666666;
}

.boton{
  padding-left: 1em;
  padding-top: 2em;
}
#contacto-boton{
  
  max-width: 100%;
  width: auto;
  padding: 0.7em;
  background: #FF7F00;
  border-radius: 5px;
  font-family: 'raleway', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 1.2em;
  color: #ffffff;
  border: 1px solid#FF7F00;

}
#contacto-boton:hover{
  background: none;
  color: #FF7F00;
  border: 1px solid#FF7F00;
}


/*####################################
## MAPAS
#####################################*/
.mapas h2{
  text-align: center;
  font-size: 1.5em;
  margin-top: 2em;
  margin-bottom: 2em;
}

.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%;
  }




/*####################################
## RESPONSIVE ##
#####################################*/

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

.mem{
  margin-bottom: 2.5em;
}

.menu a {
  font-size: 1em;
}
.menu a:hover:before {
  font-size: 1em;
}
.menu {
 margin-top: 30em;
}

.lgs{
  display: none;
}

}/*termina query*/



