@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Titillium+Web:400,300,300italic,400italic,600,700);
@import url(https://fonts.googleapis.com/css?family=Exo+2:300,400,600,700);
/*Header*/

.headerBlue {
	background-color: #0c86c6;
	color: white;
	min-height: 50px;
	width: 100%;
}

.headerDireccion {
	padding: 15px 0 10px 0;
	font-size: 14px;
	font-family: "Titillium Web", sans-serif;
}

.socialIcons {
	color: white;
	text-decoration: none;
	padding: 15px 0 10px 0;
}

.telefonoCirculo {
	border-radius: 50%;
	height: 44px;
	width: 44px;
	line-height: 44px;
	text-align: center;
	color: #fff;
	background: #0c86c6;
	font-size: 18px;
	padding-top: 7px;
}

.headerDireccion {
	padding: 15px 0 10px 0;
	font-size: 14px;
	font-family: "Titillium Web", sans-serif;
}

.headerTelefonoNum {
	font-weight: bold;
	font-family: "Titillium Web", sans-serif;
}

.headerWhite {
	padding: 10px 0 0 0;
}

.headerTelefonoCirculoTxt {
	text-align: center;
	padding-left: 0px;
}

.headerTelefonoTxt {
	text-align: left;
}

.headerTelefono,
.headerTelefonoCirculoTxt {
	padding-top: 20px;
}

.headerBotonesTxt {
	padding: 20px 0 0 0;
	text-align: right;
}

.headerBtn {
	background-color: #012340 !important;
	font-family: "Titillium Web", sans-serif !important;
	height: 50px;
	font-size: 15px !important;
	padding-left: 20px;
}

/*Menu*/

.menuBox {
	background-color: #0c86c6;
	color: white;
	min-height: 50px;
	max-width: 1320px;
}

.nav-link {
	font-size: 18px;
	color: white !important;
}

@media only screen and (max-width: 1222px) {
	.menuBox {
		max-width: 100% !important;
	}
	.navigatorHidden {
		display: none;
	}
}

@media only screen and (max-width: 1109px) {
	.menuBox {
		max-width: 100% !important;
	}
	.navigatorHidden2 {
		display: none;
	}
}

@media only screen and (max-width: 996px) {
	.menuBox {
		max-width: 100% !important;
	}
	.navigatorHidden3 {
		display: none;
	}
}

@media screen and (max-width: 1023px) and (min-width: 320px) {
	.k-widget-text .widget-title {
		font-size: 38px;
	}
}

body {
	font-family: "Exo 2", sans-serif !important;
	overflow-x: hidden;
}

textarea {
	resize: none;
}

.container {
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px;
}

/*Quienes Somos*/

.k-widget-text {
	background-color: #f8f8f8;
	text-align: center;
	padding: 60px 0;
	font-size: 18px;
	font-family: "Exo 2", sans-serif;
}

.k-widget-text p {
	margin-bottom: 10px;
	color: #000;
	text-align: -webkit-center;
}

.k-widget-text .widget-title {
	font-size: 36px;
	font-weight: 300;
	margin-bottom: 30px;
}

.widget-title {
	text-align: center;
	font-size: 36px;
	margin-top: 0;
	color: #0c86c6;
	margin-bottom: 30px;
}

.k-widget-text .overlay {
	padding: 45px 0 50px;
}

.k-widget {
	padding: 40px 0;
}

.icon-box.style-2 {
	text-align: center;
	font-size: 15px;
	font-family: "Exo 2", sans-serif;
}

.k-widget {
	margin: 0px;
}

.divider {
	height: 1px;
	background: #ddd;
}

.fondo {
	color: #fff;
	background-color: #0c86c6;
}

.tit2 {
	text-align: center;
	font-size: 36px;
	margin-top: 0;
	color: #fff;
}

.icon-box.style-2 .icon {
	height: 70px;
	width: 70px;
	border-radius: 50%;
	line-height: 68px;
	text-align: center;
	font-size: 26px;
	margin-bottom: 25px;
	border: 1px solid;
}

.icon-box.style-2 .divider {
	width: 30px;
	display: inline-block;
	margin: 20px 0 10px;
}

#soluciones {
	padding: 40px;
	background-image: url(../imgs/b5.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

.icon-box.style-3 {
	opacity: 0.9;
	background: #fff;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	border: 1px solid #ececec;
	padding: 10px 20px 10px;
	text-align: center;
	font-size: 15px;
	font-family: "Exo 2", sans-serif;
}

.icon-box.style-3 .icon {
	font-size: 40px;
	color: #0c86c6;
	margin-bottom: 25px;
}

.icon-box p {
	color: #000;
	line-height: 24px;
	font-size: 15px;
}

.icon-box.style-2 p {
	color: #fff;
}

.icon-box.style-3:hover {
	opacity: 0.9;
	background: #0c86c6;
	/* -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;*/
	border: 1px solid #ececec;
	padding: 10px 20px 10px;
	text-align: center;
}

.icon-box.style-3:hover .icon {
	color: #fff;
}

.icon-box.style-3:hover .read-more {
	color: #fff;
}

.icon-box.style-3:hover p {
	color: #fff;
}

.icon-box.style-3:hover h3 {
	color: #fff;
}

.icon-box.style-3:hover .read-more-border {
	line-height: 44px;
	border: 1px solid #fff;
	padding: 0 20px;
}

.icon-box.style-3 h3 {
	margin: 0 0 15px;
	font-size: 20px;
}

.icon-square {
	height: 68px;
	width: 68px;
	line-height: 68px;
	color: #fff;
	background: #0c86c6;
	font-size: 32px;
	text-align: center;
	margin-bottom: 25px;
	position: relative;
}

.widget-content .widget-subtitle {
	text-align: center;
	text-transform: uppercase;
	font-size: 26px;
	margin-top: 0;
	color: #0c86c6;
	margin-bottom: 30px;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
	/*text-shadow: 1px 1px 1px #0c86c6;*/
}

h4 a:hover {
	color: #0c86c6 !important;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
.h1 a,
.h2 a,
.h3 a,
.h4 a,
.h5 a,
.h6 a {
	color: #333;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	font-family: inherit;
	font-weight: 500;
	line-height: 1.1;
	color: inherit;
}

/*quenosdistingue*/

.k-widget-testi.style-2 .overlay {
	background: fff;
	overflow: hidden;
	padding: 50px 0 105px;
}

.k-widget-testi .icon {
	height: 68px;
	width: 68px;
	line-height: 68px;
	color: #fff;
	font-size: 20px;
	margin-bottom: 25px;
	background: #0c86c6;
	border-radius: 50%;
}

.k-widget-testi.style-2 .icon {
	height: 46px;
	width: 46px;
	line-height: 46px;
	border: 1px solid #fff;
	top: -23px;
	left: 50%;
	margin-left: -23px;
	margin-bottom: 0;
	position: absolute;
	font-size: 16px;
}

.k-widget-testi.style-2 .widget-content {
	position: relative;
	background: rgba(12, 134, 198, 0.6);
	padding: 52px 0 32px;
}

.k-widget-testi.style-2 .widget-content:before,
.k-widget-testi.style-2 .widget-content:after {
	content: "";
	position: absolute;
	top: 0;
	background: rgba(12, 134, 198, 0.6);
	width: 50%;
	height: 100%;
}

.k-widget-testi.style-2 .widget-content:before {
	right: 100%;
}

.k-widget-testi.style-2 .widget-content:after {
	left: 100%;
}

.k-widget-testi .widget-title {
	font-size: 36px;
	color: #0c86c6;
	margin-bottom: 40px;
}

.k-widget-testi {
	min-height: 200px;
	color: #fff;
	text-align: center;
}

.k-widget-testi.style-2 p {
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 15px;
}

.k-widget-logo .overlay {
	color: #fff;
	background-color: #0c86c6;
}

#carusel .owl-dots {
	margin: 0;
	position: absolute;
	left: 0;
	bottom: -80px;
	width: 100%;
	height: 20px;
}

#carusel .owl-dots span {
	background: #0c86c6;
}

.k-widget-testi .item {
	font-family: "Titillium Web", sans-serif;
	padding: 0 10%;
}

/*INFRAESTRUCTURA*/

#servicios {
	background: url(../imgs/datacenter5.jpg) no-repeat center top;
	padding-bottom: 0px;
	padding-top: 0px;
}

#servicios h3 {
	margin-top: 40px;
	color: #fff;
}

#servicios p,
a {
	color: #fff;
}

#servicios .read-more .read-more-border {
	line-height: 44px;
	border: 1px solid #fff;
}

#servicios a {
	color: #fff;
}

#servicios .overlay {
	background: #3f3f3f;
	background: rgba(0, 0, 0, 0.7);
}

.icon-box.style-1 .icon {
	height: 68px;
	width: 68px;
	line-height: 68px;
	color: #fff;
	background: #0c86c6;
	font-size: 32px;
	text-align: center;
	margin-bottom: 25px;
	position: relative;
}

.icon-box.style-1 .icon:after {
	pointer-events: none;
	position: absolute;
	width: 100%;
	height: 100%;
	content: "";
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	top: -3px;
	left: -3px;
	padding: 3px;
	box-shadow: 0 0 0 3px #0c86c6;
	-webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
	-webkit-transform: scale(0.8);
	-moz-transition: -moz-transform 0.2s, opacity 0.2s;
	transition: transform 0.2s, opacity 0.2s;
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
	opacity: 0;
}

.icon-box.style-1 .icon:hover:after {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}

.icon-box.style-1 h3 {
	font-size: 24px;
	margin-top: 0;
	margin-bottom: 15px;
}
.icon-box.style-1 p {
	font-size: 15px;
	margin-bottom: 25px;
	color: #818181;
}

.widget-icon-boxes .widget-title {
	font-size: 36px;
	font-weight: 300;
	line-height: 36px;
	padding-bottom: 18px;
	margin-bottom: 20px;
	border-bottom: 0;
}

.widget-icon-boxes .read-more-list {
	color: #0c86c6;
	font-family: "Titillium Web", sans-serif;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.k-widget-logo {
	height: 150px;
	background: url(../imgs/bg-slider.png) no-repeat center top;
}

.owl-demo .owl-item {
	float: left;
}

.k-widget-logo p {
	width: 200px;
}

.k-widget-logo .item {
	line-height: 150px;
	text-align: center;
}

.container:before,
.container:after {
	content: " ";
	display: table;
}

#carusel2 .owl-nav {
	display: none;
}

#clientes {
	background-color: #0c86c6;
	padding: 10px;
}

/*FORMULARIO DE CONTACTO*/

.k-widget-contact-form .widget-title,
.k-widget-info-3 .widget-title {
	font-size: 30px;
	margin-bottom: 35px;
}

.k-widget-contact-form .form-group {
	margin-bottom: 15px;
}
.k-widget-contact-form .form-control {
	border-color: #dbdbdb;
	height: 50px;
}
.k-widget-contact-form textarea.form-control {
	height: 140px;
	margin-bottom: 30px;
	resize: none;
}
.k-widget-contact-form form .row {
	margin: 0 -8px;
}
.k-widget-contact-form form .row > div {
	padding: 0 8px;
}

.form-submit input[type="submit"] {
	background: #0c86c6;
	color: #fff;
	border: none;
	line-height: 46px;
	padding: 0 30px;
	font-family: "Titillium Web", sans-serif;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 2px;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.k-widget-info-3 .icon {
	height: 50px;
	width: 50px;
	line-height: 48px;
	text-align: center;
	float: left;
	margin-right: 25px;
	border: 1px solid #85bedc;
	display: inline-block;
	color: #0c86c6;
	font-size: 30px;
}

.k-widget-info-3 .list-item {
	margin-bottom: 0;
}
.k-widget-info-3 .item {
	margin-top: 30px;
}

.k-widget-info-3 p {
	overflow: hidden;
	margin-bottom: 0;
}
.k-widget-info-3 strong,
.k-widget-info-3 span {
	display: block;
}

.k-widget-info-3 strong {
	font-size: 20px;
	font-family: "Titillium Web", sans-serif;
	font-weight: 400;
	margin-bottom: 5px;
}
.k-widget-info-3 span {
	color: #000;
	line-height: 24px;
	font-size: 17px;
	font-family: "Exo 2", sans-serif;
	margin-bottom: 18px;
}

.form-submit input[type="submit"]:hover {
	background: #333;
}

#contactanos2 span {
	color: #0c86c6;
}

/*Footer*/
.top-footer-page {
	background: #252d3b;
	position: relative;
}
.top-footer-page:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 50%;
	right: 0;
	background: #252932;
}
.top-footer-page .container .row {
	position: relative;
}
.top-footer-page .container .row:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 33.3333333333%;
	right: 0;
	background: #252932;
}

.top-footer-page .widget-title,
.middle-footer-page .widget-title {
	font-size: 22px;
}

.middle-footer-page {
	background: #20242c;
	color: #ccc;
}
.k-blockquote-empleos.style-2:before {
	position: absolute;
	z-index: -1;
	font-size: 60px;
	right: 15px;
	bottom: 10px;
	color: #fff;
}
.k-blockquote-empleos.style-2 {
	border: 1px solid #e3e3e3;
	border-left: 4px solid #0c86c6;
	position: relative;
	margin-bottom: 20px;
}
.k-blockquote-empleos {
	border-left: 4px solid #e3e3e3;
	font-size: 18px;
	font-family: "Titillium Web", sans-serif;
	color: #fff;
	padding: 17px 20px;
}

.k-blockquote-empleos small {
	display: block;
	font-size: 80%;
	line-height: 1.42857;
	color: #fff;
}

.widget-area-2 .widget,
.widget-area-3 .widget {
	margin-bottom: 20px;
}

.widget .widget-title-2 {
	text-align: center;
	font-size: 20px;
	margin-top: 20px;
	color: #fff;
	margin-bottom: 30px;
}

.widget-area-2 {
	color: #fff;
}

.read-more {
	font-size: 12px;
	font-family: "Titillium Web", sans-serif;
	text-transform: uppercase;
	font-weight: 700;
	display: inline-block;
	color: #333;
	letter-spacing: 2px;
}

.read-more-empleos {
	font-size: 12px;
	font-family: "Titillium Web", sans-serif;
	text-transform: uppercase;
	font-weight: 700;
	display: inline-block;
	color: #fff;
	letter-spacing: 2px;
	text-decoration: none;
}

.read-more-empleos.read-more-border {
	line-height: 44px;
	border: 1px solid #0c86c6;
	padding: 0 20px;
}

@media screen and (max-width: 1023px) and (min-width: 320px) {
	.widget-area-2-empleados,
	.widget-area-3 {
		padding-top: 45px;
		padding-bottom: 25px;
	}
}

.widget-area-3 {
	background: #252932;
	position: relative;
	padding-left: 30px;
}

.widget-area-2,
.widget-area-3 {
	padding-top: 73px;
	padding-bottom: 55px;
}

.read-more-empleos-all {
	font-size: 10px;
	font-family: "Titillium Web", sans-serif;
	text-transform: uppercase;
	font-weight: 500;
	display: inline-block;
	color: #fff;
	letter-spacing: 2px;
}

.read-more-empleos-all.read-more-border-all {
	margin-top: 15px;
	background-color: #0c86c6;
	border-radius: 5px;
	line-height: 30px;
	/*border: 1px solid #0c86c6;*/
	padding: 0 10px;
	text-decoration: none;
}

blockquote footer:before,
blockquote small:before,
blockquote .small:before {
	content: "\2014 \00A0";
}

.widget-area-3 .k-widget-newsletter .widget-des {
	font-size: 18px;
	font-weight: 400;
	color: #ccc;
}

blockquote {
	padding: 10.5 px 21 px;
	margin: 0 0 21 px;
	font-size: 18.75px;
	border-left: 5 px solid #eeeeee;
}
#contactanos {
	margin-bottom: 20px;
}

/*-Footer De Redes-*/
.bottom-footer-page {
	background: #13151a;
	text-align: center;
	padding: 30px 0;
}
.bottom-footer-page .list-social {
	display: inline-block;
	overflow: hidden;
	margin-bottom: 0;
	margin-top: 15px;
}
.bottom-footer-page .list-social a {
	display: inline-block;
	float: left;
	color: #b4b4b4;
	font-size: 20px;
	margin: 0 15px;
	text-decoration: none;
}
.bottom-footer-page .list-social a:hover {
	color: #0c86c6;
}
.bottom-footer-page {
	padding: 15px 0;
}
.copyright {
	font-size: 12px;
	font-family: "Titillium Web", sans-serif;
	color: #b4b4b4;
	text-transform: uppercase;
	font-weight: 600;
	line-height: 20px;
	letter-spacing: 2px;
}

.k-widget-newsletter .widget-des {
	margin-top: 2px;
	margin-bottom: 10px;
}

.top-footer-page::after {
	display: none;
}
.top-footer-page .container .row::after {
	display: none;
}

.container {
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px;
}
.container:before,
.container:after {
	content: " ";
	display: table;
}
.container:after {
	clear: both;
}

#btnScrollToTop {
	position: fixed;
	right: 10px;
	bottom: 50px;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: #555;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
	color: #fff;
	border: none;
	outline: none;
	visibility: hidden;
	cursor: pointer;
}

#btnScrollToTop.active {
	visibility: visible;
}

@media screen and (min-width: 320px) and (max-width: 1023px) {
	.top-footer-page:before {
		display: none;
	}
	.top-footer-page .container .row:before {
		display: none;
	}
}

.heading-page {
	background: url("../imgs/bg-header-1.png") center top no-repeat;
	margin-bottom: 80px;
}

.heading-page .overlay {
	background: rgba(0, 0, 0, 0.73);
	padding: 42px 0;
}
.heading-page .heading-page-title {
	float: left;
	font-size: 30px;
	line-height: 1;
	color: #fff;
	font-weight: 400;
	margin: 0;
}
.heading-page .kopa-breadcrumb {
	float: right;
	line-height: 30px;
	color: #aaa;
	font-size: 15px;
	font-family: "Titillium Web", sans-serif;
}

.heading-page .kopa-breadcrumb a {
	color: #aaa;
	text-decoration: none;
}
.heading-page .kopa-breadcrumb a.current-page {
	color: #fff;
}
.heading-page .kopa-breadcrumb a:hover {
	color: #fff;
}

.k-blockquote.style-2:before {
	position: absolute;
	z-index: -1;
	font-size: 60px;
	right: 15px;
	bottom: 10px;
	color: #000;
}

.k-blockquote {
	border-left: 4px solid #e3e3e3;
	font-size: 18px;
	font-family: "Titillium Web", sans-serif;
	color: #000;
	padding: 17px 20px;
}

.k-blockquote.style-2 {
	border: 1px solid #e3e3e3;
	border-left: 4px solid #0c86c6;
	position: center;
	margin-bottom: 20px;
}

.k-blockquote small {
	display: block;
	font-size: 80%;
	line-height: 1.42857;
	color: #000;
}

.k-widget-vacantes {
	padding: 20px 0;
	margin-bottom: 100px;
}
.k-widget-empleo-detalle {
	padding: 20px 0;
}

.k-tabs.style-1 .nav-tabs {
	border-bottom: none;
}
.k-tabs.style-1 .nav-tabs > li {
	border-right: 1px solid #ccc;
}

.k-tabs.style-1 .nav-tabs > li > a {
	margin-right: 0;
	border-radius: 0;
	border: none;
	color: #888;
	text-transform: uppercase;
	padding: 0 24px;
	line-height: 24px;
	display: inline-block;
	text-decoration: none;
}

.k-tabs.style-1 .nav-tabs > li > a:hover {
	color: #333;
	background: none;
}

.k-tabs.style-1 .nav-tabs > li:first-child > a {
	padding-left: 0;
}
.k-tabs.style-1 .nav-tabs > li.active > a:hover,
.k-tabs.style-1 .nav-tabs > li.active > a:focus,
.k-tabs.style-1 .nav-tabs > li.active > a {
	color: #333;
	background: none;
}

.k-tabs.style-1 .nav-tabs > li.active > a {
	font-weight: 700;
}
.k-tabs.style-1 .tab-content {
	padding: 20px 0;
}

.k-tabs.style-1 .nav-tabs {
	border-bottom: none;
}

.tab-content > .tab-pane {
	display: none;
}
.tab-content > .active {
	display: block;
}
.k-widget.has-header.has-icon-header .widget-header {
	text-align: center;
	margin-bottom: 25px;
}

.widget .widget-title-vacante {
	text-align: center;
	font-size: 20px;
	margin-top: -20px;
	color: #0c86c6;
	margin-bottom: 10px;
	font-weight: 700;
	padding-top: 20px;
	border-top: 1px solid #e5e5e5;
}

.text-left {
	text-align: left;
}

input[type="file"] {
	display: block;
}

#redes-sociales {
	left: auto;
	right: 0;
}
#redes-sociales {
	background: #0c86c6;
	-webkit-border-radius: 0 3px 3px 0;
	-moz-border-radius: 0 3px 3px 0;
	border-radius: 0 3px 3px 0;
	-webkit-box-shadow: 0 0 6px #939393;
	-moz-box-shadow: 0 0 6px #939393;
	-ms-box-shadow: 0 0 6px #939393;
	-o-box-shadow: 0 0 6px #939393;
	box-shadow: 0 0 6px #939393;
	left: 0;
	padding: 10px 0 5px 0;
	position: fixed;
	text-align: center;
	top: 35%;
	width: 48px;
	z-index: 9999;
}

#redes-sociales a {
	display: block;
	margin: 10px;
	padding: 10px;
	color: #fff;
	text-decoration: none;
}

.entry-content p,
.tab-content p,
.panel-body p {
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 10px;
	color: #000;
	/* font-weight: 500;*/
}

.widget-header .fa {
	color: #0c86c6;
}

#chat .fa {
	display: inline-block;
	color: #fff;
}

#chat p {
	color: #fff;
	/*  font-family: 'sinkin_sans700_bold';
    font-weight: 700;*/
	line-height: 0.2;
}

#chat {
	cursor: pointer;
	color: #fff;
	background: #0c86c6;
	border: 1px solid #618bca;
	-webkit-border-radius: 0 3px 3px 0;
	-moz-border-radius: 0 3px 3px 0;
	border-radius: 0 3px 3px 0;
	-webkit-box-shadow: 0 0 6px #939393;
	-moz-box-shadow: 0 0 6px #939393;
	-ms-box-shadow: 0 0 6px #939393;
	-o-box-shadow: 0 0 6px #939393;
	box-shadow: 0 0 16px #939393;
	bottom: 0;
	padding: 10px 0 5px 0;
	position: fixed;
	text-align: center;
	bottom: 35%;
	width: 400px;
	height: 40px;
	bottom: -3px;
	right: 0px;
	z-index: 10000;
}

.panel-chat {
	position: fixed;
	width: 400px;

	z-index: 9999;
	/*top: 50px;*/
	bottom: 0;
	right: 0;
	border: 1px solid #618bca;
	/* -moz-border-radius: 17px;
    -webkit-border-radius: 17px;
    border-radius: 17px;*/
	-moz-box-shadow: 4px 4px 8px #7b7b7b;
	-webkit-box-shadow: 4px 4px 8px #7b7b7b;
	box-shadow: 4px 4px 8px #7b7b7b;

	background: #0c86c6;
	/* filter: alpha(opacity=85);*/
	/*opacity: .85;*/
	color: #ffffff;
	padding: 5px 30px 30px 30px;
}

.panel-chat .btn-primary {
	background: #252932;
}

.panel-chat textarea.form-control {
	height: 100px;
}

.panel-chat .btn-primary:hover {
	background: #3b4150;
}

.panel-chat .form-signin {
	margin-bottom: 80px;
}

.panel-chat #log {
	font-size: 18px;
	color: #f00;
	font-weight: 600;
}

.panel-chat .form-group {
	margin-bottom: 20px;
}

.panel-chat .form-signin-heading {
	font-size: 24px;
	color: #fff;
	text-align: center;
	margin-bottom: 30px;
}

.hidden {
	display: block !important;
  }

  .traductor a {
  	font-size: 14px;
  	font-family: "Titillium Web", sans-serif;
	margin-left: 5px;
	margin-right: 5px;
  }
  
  @media handheld, only screen and (max-width: 992px) {
	.traductor{
	display: flex !important;
	}
	}