/* Pie de pagina (General) */
.footer 
{
	text-align: center;
	
    box-shadow: 0px 5px 8px -6px #4e707c;
	-moz-box-shadow: 0px 5px 8px -6px #4e707c;
    -webkit-box-shadow: 0px 5px 8px -6px #4e707c;

	z-index: 999;
	background: #292c2f;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	line-height: 0;

	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: 44px;
	padding: 0 50px;
	
	-webkit-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -ms-user-select:none;
}

.footer.fixed {
	position: fixed;
	bottom: 0;
	left: 0;
}

.footer-distributed{
	border-top: 2px solid  #eeeeee;
	background-color: #292c2f;
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
	box-sizing: border-box;
	width: 100%;
	text-align: left;
	font-family: Arial, Helvetica, Verdana;
	margin-top: 25px;
	overflow: hidden;
	padding: 0;
	
	-webkit-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -ms-user-select:none;
}

/* Pie de pagina izquierdo */
 
.footer-left{
	float: left;
	display: block;
	border: 1px solid transparent; 
	width:50%;
	box-sizing: border-box;
	padding: 30px 50px 30px 50px;
	background-image: linear-gradient(#3f4244, #3f4244);           
    background-repeat: no-repeat;
    background-size: 1px 95%, calc(100% - 8px) calc(100% - 8px);
    background-position: right, 4px 4px;
}

/* The company logo */

.footer-distributed h3{
	color:  #ffffff;
	font: normal 36px 'Cookie', cursive;
	margin: 0 0 10px;
}

.footer-distributed h3 span{
	color:  #996600;
}

/* Footer links */

.footer-distributed 
.footer-links
{
	color:  #eee;
	margin: 0 0 10px;
	padding: 0;
	font-weight:normal;
	letter-spacing:0.05em;
}

.footer-distributed 
.footer-links a
{
	display:inline-block;
	line-height: 1.8;
	text-decoration: none;
	color:  inherit;
}

.footer-distributed 
.footer-company-name
{
	color:  #8f9296;
	font-size: 16px;
	
	margin: 10px 0 0 0;
	letter-spacing:0;
	padding-top:5px;
}

/* Footer social icons */

.footer-distributed 
.footer-icons
{
	margin-top: 25px;
	border:1px solid transparent;
}

.footer-distributed 
.footer-icons a
{
	display: inline-block;
	width: 44px;
	height: 44px;
	cursor: pointer;
	background-color:  #33383b;
	border-radius: 4px;

	font-size: 20px;
	color: #ffffff;
	text-align: center;
	line-height: 44px;

	margin-right: 3px;
}

.footer-distributed 
.footer-icons a:hover 
{
  background-color: #1f2022;
}

.footer-distributed 
.footer-button
{
	margin-top: 25px;
	border:1px solid transparent;
}

/* Pie de pagina derecho */

.footer-right
{
	float: right;
	display: block;
	border: 1px solid transparent;
	width:50%;
	height:100%;
	box-sizing: border-box;
	padding: 50px;
	padding: 30px 50px 30px 50px;
	background-image: linear-gradient(#3f4244, #3f4244);           
    background-repeat: no-repeat;
    background-size: 1px 95%, calc(100% - 8px) calc(100% - 8px);
    background-position: left, 4px 4px;
}

.footer-distributed .footer-right p{
	display: inline-block;
	vertical-align: top;
	margin: 15px 42px 0 0;
	color: #eee;
	border:1px solid red;
}

/* The contact form */

.footer-distributed form{
	display: block;
	width:100%;
	margin-top:9px;
}

.footer-distributed form input,
.footer-distributed form textarea{
	display: block;
	border-radius: 4px;
	box-sizing: border-box;
	background-color:  #1f2022;
	box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.1);
	border:1px solid transparent;
	resize: none;

	font: inherit;
	font-size: 14px;
	font-weight: normal;
	color:  #d1d2d2;

	width: auto;
	outline: none;
}

.footer-distributed form input:focus::placeholder {
  color: transparent;
}

.footer-distributed form textarea:focus::placeholder {
  color: transparent;
}

.footer-distributed form input:focus{
border:1px solid #996600;
}

.footer-distributed form textarea:focus{
border:1px solid #996600;
}

.footer-distributed ::-moz-placeholder {
	color:  #5c666b;
	opacity: 1;
}

.footer-distributed :-ms-input-placeholder{
	color:  #5c666b;
	opacity: 1;
}

.footer-distributed form .email:focus 
{
	text-transform: lowercase;
}

.footer-distributed form input[type=text]{
	height: 44px;
	margin-bottom: 15px;
	width: 100%;
	padding: 18px;
}

.footer-distributed form textarea{
	height: 89px;
	width: 100%;
	margin-bottom: 0px;
	padding-left: 18px;
	padding-top:10px;
	padding-right:18px;
	padding-bottom:18px;
	overflow:auto;
}

.footer-distributed .footer-button input[type=submit]{
	border-radius: 4px;
	background-color: #33383b;
	font-family: Arial, Helvetica, Verdana;
	font-size:13px;
	color: #ffffff;
	border: 0;
	text-align:center;
	line-height: 11px;
	font-weight: bold;
	cursor: pointer;
	height: 44px;
	width:100%;
}

.footer-distributed .footer-button input[type=submit]:hover 
{
	background-color: #1f2022;
}

.footer-left img
{
	display:block;
	margin:auto;
	width:225px;
}

.contenedor 
{
	border: 1px solid transparent;
	color:#eee;
	width:100%;
	margin: 0;
	padding: 0;
	font-size:16px;
	font-weight:normal;
	letter-spacing:0.05em;
	box-sizing: border-box;
	outline:none;
}

.contenedor-left 
{ 
	cursor:pointer;
}

.contenedor-left:hover 
{
	color:#996600;
}

.contenedor-right 
{ 
	cursor:default; 
}

.contenedor .icon 
{
 	clear: both;
	float: right;
	cursor: pointer;
	border:1px solid transparent;
	height:100%;
	width:auto;
	box-sizing: border-box;
	margin-top:-8px;
	font-weight:bold;
}

.contenedor .icon img 
{
	box-sizing: border-box;
	vertical-align: middle;
	width:20px;
	border:1px solid transparent;
}

#maximize
{	
	transform: rotate(-90deg); 
	margin-right:-10px
}

.accordion 
{
	color:#9d9d9d;
}

.accordion a 
{
	text-decoration:none;
	font-size:16px; 
}

.accordion a:hover 
{
	color:#fff; 
}

.accordion ul 
{
	padding-top:5px;
	list-style: none; 
	padding-left: 0; 
	margin-left: 15px; 
	padding-bottom:2px;
}

.accordion li::before 
{ 
	content: "\2022"; 
	padding-right: 8px; 
	color: #fff; 
	display: inline-block;
	font-size: 23px;
	line-height: 18px;
	vertical-align: middle;
	width: 15px;
}

.ftlinks
{
	border:1px solid transparent; 
	height:150px;
}

@media (max-width: 1000px) {

	.footer-distributed {
		font-size: 14px;
	}

	.footer-distributed .footer-company-name{
		font-size: 16px;
	}

	.footer-distributed form input,
	.footer-distributed form textarea{
		width: 100%;
	}

	.footer-distributed form button{
		padding: 10px 35px;
	}

}

@media (max-width: 800px) {

	.footer-distributed{
		padding: 0px;
	}
	
	.footer-distributed .footer-company-name{
		font-size: 16px;
	}

	.footer-distributed .footer-left,
	.footer-distributed .footer-right{
		float: none;
		width: 100%;
		margin: 0 auto;
	}

	.footer-distributed .footer-left{
		margin-bottom: 0px;
	}

	.footer-distributed form{
		margin-top: 9px;
	}

	.footer-distributed form{
		display: block;
	}

	.footer-distributed .footer-button input[type=submit]{
		padding: 15px;
	}
	
	.footer-left{
	background-image: linear-gradient(transparent, transparent), linear-gradient(#3f4244, #3f4244);          
    background-repeat: no-repeat;
    background-size: 1px 50%, 95% 1px, calc(100% - 8px) calc(100% - 8px);
    background-position: left, bottom, 4px 4px;
}

.footer-right{
	background-image: linear-gradient(transparent, transparent), linear-gradient(#3f4244, #3f4244);          
    background-repeat: no-repeat;
    background-size: 1px 50%, 95% 1px, calc(100% - 8px) calc(100% - 8px);
    background-position: right, top, 4px 4px;
}
}

.footer-text
{
	color:#9d9d9d; 
	font-size:16px;
}

/*Transformacion a minusculas en el campo email*/
.email 
{
  text-transform: lowercase;
}

.email::placeholder 
{
  text-transform: none;
}

/*Icono del pie de pagina*/
.icon 
{
  	padding: 8px;
  	background: transparent;
  	min-width: 18px;
  	color: #757575;
  	text-align: center;
}

.icon:hover 
{
  	color: #fff;
}