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

@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i');

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

*,
header,
body,
footer
{
	margin: 0;
	padding: 0;
}

html
{
	font-family: 'Open Sans', sans-serif;
	width: 100%;
	height: 100%;
}

body.home
{
	width: 100%;
	height: 100%;
	overflow: hidden;
}



/*******CABECERA**********/
header
{
	position: fixed;
	z-index: 100;
	width: 100%;
	height: 50px;
	background: rgba(0,0,0,0.8);

	-webkit-animation-delay: 2s; /* Chrome, Safari, Opera */
    animation-delay: 2s;
	-webkit-animation-name: fadeInDown;
  	animation-name: fadeInDown;
  	-webkit-animation-duration: 1s;
  	animation-duration: 1s;
  	-webkit-animation-fill-mode: both;
  	animation-fill-mode: both;
}

header .top_header
{
	width: calc(100% - 100px);
	display: table;
	margin: 0 auto;
	padding: 0 50px;
}

header .top_header .logo,
header .top_header .menuPrincipal
{
	display: table-cell;
	vertical-align: top;
	padding: 0;
}


header .top_header .logo
{
	text-align: right;
	padding-top: 9px;
	max-height: 50px;
}

.slyder
{
	width: 100%;
	height: 100%;
	overflow: hidden;
}

/*******CUERPO**********/
.contentWrap-Home #contenido
{
	position: absolute;
	bottom: 0;
	right: 30px;
	width: 100%;
	max-width: 568px;
	z-index: 999;
}

#contenido article,
div.entry
{
	color: #666;
	margin: 0;
}

.selector
{
	width: 100%;
	max-width: 600px;
	margin: 0 auto;
	margin-bottom: 20px;
	color: #fff;
}

.selector a
{
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}

.selector a .caja
{
	background: rgba(0,0,0,0.8);
	margin: 30px;
	text-align: left;
	padding: 5px;
	position: relative;
}

.selector a:hover .caja
{
	background: rgba(0,0,0,1);
}

.ubermenu .ubermenu-item:first-child .ubermenu-image
{
	height: 18px;
	width: auto;
	margin-top: 8px;
}

.ubermenu a .ubermenu-image:hover,
.selector a:hover .caja .logo_enlace
{
	-moz-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-o-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);

	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

.selector a .caja *
{
	display: inline-block;
	vertical-align: middle;
	/*font-size: 16px;*/
	font-size: 20px;
}

.selector a .caja:after
{
	font-family: "FontAwesome";
	position: absolute;
	right: 0;
	/*font-size: 25px;
	margin-top: -4px;*/
	font-size: 30px;
	margin-top: -4px;
	margin-right: 30px;
	opacity: 0;
	content: "\f105";
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	transition: all 0.2s;
}

.selector a:hover .caja:after
{
	opacity: 1;
	margin-right: 10px;
}


.selector a:last-child .caja
{
	margin-bottom: 100px;
}

.selector a .caja img
{
	/*height: 20px;*/
	height: 25px;
}

.selector a .caja .logo_enlace
{
	/*height: 50px;*/
	height: 60px;
	margin: -20px 10px;
}

.selector a .caja
{
	-webkit-animation-delay: 2s; /* Chrome, Safari, Opera */
    animation-delay: 2s;
	-webkit-animation-name: fadeInUp;
  	animation-name: fadeInUp;
  	-webkit-animation-duration: 1s;
  	animation-duration: 1s;
  	-webkit-animation-fill-mode: both;
  	animation-fill-mode: both;
}


/*******CONTACTO**********/
#contenido.contacto
{
	width: 100%;
	max-width: 1080px;
	margin: 0 auto;
	padding: 100px 0px !important;
}

#contenido.contacto .entry
{
	width: 100%;
	/*max-width: 800px;*/
	margin: 0 auto;
	/*padding: 50px 0px !important;*/
}

#contenido.contacto .imgcontacto
{
	max-width: 100%;
}

#contenido.contacto .wpcf7
{
	width: 100%;
	/*max-width: 600px;*/
	margin: 0 auto;
}

#contenido.contacto .wpcf7
{
	font-size: 27px;
}

#contenido.contacto .wpcf7 input,
#contenido.contacto .wpcf7 textarea
{
	font-family: 'Open Sans', sans-serif;
	/*font-size: 20px;
	padding: 5px;
	border-radius: 10px;
	border: 1px solid #767676;*/
	display: block;
	width: calc(100% - 24px);
	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,.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	-webkit-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;
}

#contenido.contacto .wpcf7 textarea
{
	height: 150px;
}

#contenido.contacto .wpcf7 .wpcf7-submit
{
	width: 100%;
}

/*******FOOTER**********/
footer
{
	position: fixed;
	z-index: 100;
	bottom: 0px;
	background: rgba(0,0,0,0.8);
	width: 100%;
	color: #fff;
	text-align: left;
}

footer #sub-footer .widgets-pie .caja-pie
{
	padding: 5px 50px;
	width: calc(100% - 100px) !important;
}
