body {
	font-family: Noto Sans;
}
.en {
	display: none;
}
.changelng,
[data-lang] {
	transition: opacity .4s ease;
	-moz-transition: opacity .4s ease;
	-o-transition: opacity .4s ease;
	-webkit-transition: opacity .4s ease;
	-ms-transition: opacity .4s ease;
}
.wrapper {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 32px;
	padding-right: 32px;
}
#topbar {
	background: rgba(0,0,0,.6);
	width: 100%;
	height: 72px;
	text-align: center;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 5;
}
#topbar .cont {
	position: relative;
}
#topbar .logo {
	width: 114px;
    height: 72px;
    background: url(../img/logo.svg) no-repeat center center;
    float: left;
	display: block;
	position: relative;
	z-index: 99;
	cursor: pointer;
}
#topbar .menu {
	position: absolute;
	bottom: 16px;
	left: 0;
	width: 100%;
	text-align: center;
}
#topbar .menu ul li {
	display: inline-block;
	vertical-align: middle;
	margin-right: 40px;
}
#topbar .menu ul li:last-child {
	margin-right: 0;
}
#topbar .menu ul li a {
	color: #fff;
	font-size: 11px;
	text-transform: uppercase;
}
#topbar .menu ul li a.active {
	border-bottom-color: #fff;
}
#topbar .menu #bar {
	position: absolute;
    top: 26px;
    height: 8px;
    background: #fff;
	transition: all .4s ease;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
	-webkit-transition: all .4s ease;
}
#topbar .lang {
    float: right;
    position: relative;
    width: 56px;
    height: 56px;
    margin-top: 10px;
    overflow: hidden;
}
#topbar .lang:hover {
	height: auto;
    background: rgba(0,0,0,.5);
}
#topbar .lang .lang-es {
    background: url(../img/lang_border_op.svg), url(../img/lang_es.svg);
	background-position: center center, center center;
	background-repeat: no-repeat, no-repeat;
    display: block;
    width: 44px;
    height: 56px;
}
#topbar .lang .lang-en {
    background: url(../img/lang_border_op.svg), url(../img/lang_en.svg);
	background-position: center center, center center;
	background-repeat: no-repeat, no-repeat;
    display: block;
    width: 44px;
    height: 56px;
}
#topbar .lang .lang-po {
    background: url(../img/lang_border_op.svg), url(../img/lang_po.svg);
    background-position: center center, center center;
    background-repeat: no-repeat, no-repeat;
    display: block;
    width: 44px;
    height: 56px;
}
#topbar .lang > div {
	cursor: pointer;
	margin: 0 auto;
	transition: all .4s ease;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
	-webkit-transition: all .4s ease;
}
#topbar .lang .lang-es.active {
	background: url(../img/lang_border.svg), url(../img/lang_es.svg);
	background-position: center center, center center;
	background-repeat: no-repeat, no-repeat;
	z-index: 2;
}
#topbar .lang .lang-en.active {
	background: url(../img/lang_border.svg), url(../img/lang_en.svg);
	background-position: center center, center center;
	background-repeat: no-repeat, no-repeat;
	z-index: 2;
}
#topbar .lang .lang-po.active {
	background: url(../img/lang_border.svg), url(../img/lang_po.svg);
	background-position: center center, center center;
	background-repeat: no-repeat, no-repeat;
	z-index: 2;
}
#topbar .lang .lang-en:not(.active):hover {
	background: url(../img/lang_border.svg), url(../img/lang_en.svg);
	background-position: center center, center center;
	background-repeat: no-repeat, no-repeat;
}
#topbar .lang .lang-es:not(.active):hover {
	background: url(../img/lang_border.svg), url(../img/lang_es.svg);
	background-position: center center, center center;
	background-repeat: no-repeat, no-repeat;
}
#topbar .lang .lang-po:not(.active):hover {
	background: url(../img/lang_border.svg), url(../img/lang_po.svg);
	background-position: center center, center center;
	background-repeat: no-repeat, no-repeat;
}
.overflow {
	overflow: hidden;
}
.slider.home {
	background: url(../img/slider_home.jpg) no-repeat top center;
}
.slider.servicios {
	background: url(../img/slider_servicios.jpg) no-repeat 0 center;
}
.slider.areas-de-especializacion {
	background: url(../img/slider_areas.jpg) no-repeat 0 center;
}
.slider.tecnologia {
	background: url(../img/slider_tecnologia.jpg) no-repeat top center;
}
.slider {
    z-index: 0;
    background-size: cover !important;
}
.slider,
.slider.home > .wrapper,
.slider.areas-de-especializacion > .wrapper,
.slider.tecnologia > .wrapper,
.slider.servicios > .wrapper {
	height: 640px;
	position: relative;
}
.slider .caption {
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 0 32px;
	max-width: 664px;
	max-height: 570px;
}
.slider .caption h1 {
	font-weight: 700;
	font-size: 36px;
	margin-bottom: 64px;
	text-transform: uppercase;
	line-height: 45px;
}
.slider .caption h1.white-shadow {
	text-shadow: 0 0 6px #000;
}
.slider .caption h2 {
	font-size: 18px;
	margin-bottom: 48px;
	line-height: 24px;
}
.slider .caption.white {
	color: #fff;
}
.slider .caption.black {
	color: #000;
}
.slider .caption a {
	margin-top: 80px;
    display: block;
    height: 32px;
    line-height: 30px;
    min-width: 160px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    font-size: 14px;
    background-color: rgba(0,0,0,.5);
    border-radius: 100px;
    max-width: 160px;
    border: 1px solid #fff;
    margin-bottom: 48px;
}
.scrollbottom.white {
	background: url(../img/scrollbottom_w.svg) no-repeat center center;
	width: 24px;
	height: 64px;
	position: absolute;
	right: 32px;
	bottom: 24px;
}
.scrollbottom.black {
	background: url(../img/scrollbottom_b.svg) no-repeat center center;
	width: 24px;
	height: 64px;
	position: absolute;
	right: 32px;
	bottom: 24px;
}
#about_us {
	padding-bottom: 96px;
	overflow: hidden;
}
#about_us .left {
	padding-top: 56px;
	float: left;
	width: 50%;
}
#about_us .right {
	float: right;
	width: 50%;
}
#about_us .left h1 {
	text-transform: uppercase;
	font-size: 24px;
	font-weight: 700;
	color: #0b80e0;
	line-height: 29px;
	margin-bottom: 32px;
}
#about_us .left p {
	font-size: 16px;
	margin-bottom: 32px;
	line-height: 22px;
}
#about_us .left p:last-child {
	margin-bottom: 0;
}
#holahello {
    width: 392px;
    height: 352px;
    position: relative;
    margin-left: auto;
}
#holahello .hello {
    position: absolute;
    width: 208px;
    left: 0px;
    z-index: 1;
	-webkit-animation-delay: .5s;
}
#holahello .hola {
    position: absolute;
    right: 0;
    width: 208px;
    z-index: 0;
}
#holahello .hello img, #holahello .hola img {
    width: 100%;
}
@font-face {
	font-family: 'servicios';
	src:url('fonts/servicios.eot?ggo6ne');
	src:url('fonts/servicios.eot?ggo6ne#iefix') format('embedded-opentype'),
		url('fonts/servicios.ttf?ggo6ne') format('truetype'),
		url('fonts/servicios.woff?ggo6ne') format('woff'),
		url('fonts/servicios.svg?ggo6ne#servicios') format('svg');
	font-weight: normal;
	font-style: normal;
}
[class^="icon-"], [class*=" icon-"] {
	font-family: 'servicios';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.icon-aprobacion-linguistica:before {
	content: "\e900";
}
.icon-dtp:before {
	content: "\e901";
}
.icon-edicion:before {
	content: "\e902";
}
.icon-gestion-terminologica:before {
	content: "\e903";
}
.icon-ingenieria:before {
	content: "\e904";
}
.icon-interpretacion:before {
	content: "\e905";
}
.icon-localizacion:before {
	content: "\e906";
}
.icon-pemt:before {
	content: "\e907";
}
.icon-revision:before {
	content: "\e908";
}
.icon-traduccion:before {
	content: "\e909";
}
#servicios {
	background: #f8f8f8;
}
#servicios .intro, #areas .intro {
	padding: 40px 0;
}
#servicios .intro h1, #areas .intro h1 {
    text-transform: uppercase;
    font-weight: 700;
    color: #666666;
    font-size: 24px;
    text-align: center;
    margin-bottom: 40px;
}
#servicios .intro p {
    color: #666666;
    font-style: italic;
    text-align: center;
    line-height: 23px;
    font-size: 16px;
}
#areas .intro p {
	color: #666666;
    text-align: center;
    line-height: 23px;
    font-size: 16px;
	margin-bottom: 32px;
}
#servicios .intro p:last-of-type {
    margin-bottom: 64px;
}
#servicios ul {
	text-align: center;
}
#servicios ul li {
    display: inline-block;
    vertical-align: top;
    margin-right: 12px;
}
#servicios ul li:last-child {
    margin-right: 0;
}
#servicios ul li a {
	text-transform: uppercase;
	text-align: center;
	font-size: 9px;
	width: 75px;
	display: block;
	line-height: 15px;
	color: #000;
}
#servicios ul li a span:first-child {
    display: block;
    margin: 0 auto 8px auto;
    font-size: 30px;
    color: #0b80e0;
    border-radius: 100px;
    border: 1px solid #0b80e0;
    height: 64px;
    width: 64px;
    position: relative;
    background-color: #fff;
	transition: all .4s ease;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
	-webkit-transition: all .4s ease;
}
#servicios ul li a span:first-child:before {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -15px;
	margin-top: -15px;
	transition: all .4s ease;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
	-webkit-transition: all .4s ease;
}
#servicios ul li a span:first-child:hover {
	background: #0b80e0;
}
#servicios ul li a span:first-child:hover:before {
	color: #fff;
}
#servicios ul li a span + span {
	text-transform: capitalize;
}
#servicios-traduccion .servicios-slider {
	background: url(../img/servicios_traduccion.jpg) no-repeat center center;
}
#servicios-edicion .servicios-slider {
	background: url(../img/servicios_edicion.jpg) no-repeat center center;
}
#servicios-pemt .servicios-slider {
	background: url(../img/servicios_pemt.jpg) no-repeat center center;
}
#servicios-gestionterminologica .servicios-slider {
	background: url(../img/servicios_gestionterminologica.jpg) no-repeat center center;
}
#servicios-interpretacion .servicios-slider {
	background: url(../img/servicios_interpretacion.jpg) no-repeat center center;
}
#servicios-traduccion .servicios-slider,
#servicios-edicion .servicios-slider,
#servicios-pemt .servicios-slider,
#servicios-gestionterminologica .servicios-slider,
#servicios-interpretacion .servicios-slider {
	height: 512px;
    z-index: 0;
    background-size: cover !important;
	position: relative;
}
.servicios-slider > .wrapper {
	position: relative;
}
#servicios-traduccion .servicios-slider .servicios-caption,
#servicios-edicion .servicios-slider .servicios-caption,
#servicios-pemt .servicios-slider .servicios-caption,
#servicios-gestionterminologica .servicios-slider .servicios-caption,
#servicios-interpretacion .servicios-slider .servicios-caption {
	position: absolute;
	top: 0;
	left: 0;
	padding: 0 32px;
}
#servicios-traduccion .servicios-slider .servicios-caption > .icon-traduccion,
#servicios-edicion .servicios-slider .servicios-caption > .icon-edicion,
#servicios-pemt .servicios-slider .servicios-caption > .icon-pemt,
#servicios-gestionterminologica .servicios-slider .servicios-caption > .icon-gestion-terminologica,
#servicios-interpretacion .servicios-slider .servicios-caption > .icon-interpretacion {
	display: block;
    margin-top: 32px;
    margin-bottom: 6px;
    font-size: 77px;
    color: #0B80E0;
}
#servicios-traduccion .servicios-slider .servicios-caption h1,
#servicios-edicion .servicios-slider .servicios-caption h1,
#servicios-pemt .servicios-slider .servicios-caption h1,
#servicios-gestionterminologica .servicios-slider .servicios-caption h1,
#servicios-interpretacion .servicios-slider .servicios-caption h1 {
	font-weight: 700;
	text-transform: uppercase;
	font-size: 20px;
	margin-bottom: 48px;
    text-shadow: 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff;
}
#servicios-traduccion .servicios-slider .servicios-caption p,
#servicios-edicion .servicios-slider .servicios-caption p,
#servicios-pemt .servicios-slider .servicios-caption p,
#servicios-gestionterminologica .servicios-slider .servicios-caption p,
#servicios-interpretacion .servicios-slider .servicios-caption p {
	font-size: 15px;
    line-height: 22px;
    width: 50%;
    text-shadow: 0 0 25px #fff, 0 0 25px #fff, 0 0 25px #fff, 0 0 25px #fff, 0 0 25px #fff, 0 0 25px #fff;
}
#servicios-pemt .servicios-slider .servicios-caption > .icon-pemt:before {
    margin-left: -12px;
}
#servicios-localizacion,
#servicios-revision,
#servicios-aprobacion,
#servicios-dtp,
#servicios-ingenieria {
	background-color: #F8F8F8;
}
#servicios-localizacion .left,
#servicios-revision .left,
#servicios-aprobacion .left,
#servicios-dtp .left,
#servicios-ingenieria .left {
    float: left;
    width: 50%;
	padding-top: 95px;
	padding-bottom: 100px;
}
#servicios-localizacion .left > img,
#servicios-revision .left > img,
#servicios-aprobacion .left > img,
#servicios-dtp .left > img,
#servicios-ingenieria .left > img {
	display: block;
    max-width: 100%;
    max-height: 430px;
    margin-right: auto;
}
#servicios-localizacion .right,
#servicios-revision .right,
#servicios-aprobacion .right,
#servicios-dtp .right,
#servicios-ingenieria .right {
    float: right;
    width: 50%;
    position: relative;
    padding-left: 16px;
	padding-top: 110px;
	padding-bottom: 128px;
}
#servicios-localizacion .servicios-caption > .icon-localizacion,
#servicios-revision .servicios-caption > .icon-revision,
#servicios-aprobacion .servicios-caption > .icon-aprobacion-linguistica,
#servicios-dtp .servicios-caption > .icon-dtp,
#servicios-ingenieria .servicios-caption > .icon-ingenieria {
	display: block;
    margin-bottom: 6px;
    font-size: 77px;
    color: #0B80E0;
}
#servicios-localizacion .servicios-caption h1,
#servicios-revision .servicios-caption h1,
#servicios-aprobacion .servicios-caption h1,
#servicios-dtp .servicios-caption h1,
#servicios-ingenieria .servicios-caption h1 {
	font-weight: 700;
	text-transform: uppercase;
	font-size: 20px;
	margin-bottom: 48px;
}
#servicios-localizacion .servicios-caption p,
#servicios-revision .servicios-caption p,
#servicios-aprobacion .servicios-caption p,
#servicios-dtp .servicios-caption p,
#servicios-ingenieria .servicios-caption p {
	font-size: 15px;
    line-height: 22px;
}
#servicios-traduccion .servicios-slider .servicios-caption > .icon-traduccion {
	margin-left: -5px;
}
#servicios-edicion .servicios-slider .servicios-caption > .icon-edicion {
    margin-left: -6px;
}
#servicios-revision .servicios-caption > .icon-revision {
    margin-left: -11px;
}
#servicios-aprobacion .servicios-caption > .icon-aprobacion-linguistica {
    margin-left: -6px;
}
#servicios-gestionterminologica .servicios-slider .servicios-caption > .icon-gestion-terminologica {
    margin-left: -6px;
}
#servicios-dtp .servicios-caption > .icon-dtp {
    margin-left: -12px;
}
#servicios-interpretacion .servicios-slider .servicios-caption > .icon-interpretacion {
    margin-left: -2px;
}
#servicios-ingenieria .servicios-caption > .icon-ingenieria {
    margin-left: -6px;
}
.slider.areas-de-especializacion h1 {
	-webkit-animation-delay: .5s;
}
.slider.areas-de-especializacion h2 {
	-webkit-animation-delay: 1s;
}
#servicios-aprobacion .servicios-caption h2 {
    font-weight: 700;
}
#areas ul {
	text-align: center;
}
#areas ul li {
    text-align: center;
    display: inline-block;
    vertical-align: top;
    margin-right: 32px;
    margin-bottom: 40px;
    width: 150px;
    line-height: 18px;
    font-size: 14px;
}
#areas ul li span + span {
    font-size: 10px;
}
#areas ul li:nth-child(5n+0) {
    margin-right: 0;
}
.areas {
    background-image: url(../img/areas_circle.png);
    background-repeat: no-repeat;
    display: block;
	margin-bottom: 16px;
}

.areas-aplicacionesmoviles {
    width: 153px;
    height: 153px;
    background-position: -5px -5px;
}

.areas-aprendizajeenlinea {
    width: 153px;
    height: 153px;
    background-position: -168px -5px;
}

.areas-asistenciasanitaria {
    width: 153px;
    height: 153px;
    background-position: -331px -5px;
}

.areas-cienciasnaturales {
    width: 153px;
    height: 153px;
    background-position: -494px -5px;
}

.areas-construccion {
    width: 153px;
    height: 153px;
    background-position: -5px -168px;
}

.areas-dispositivosmedicos {
    width: 153px;
    height: 153px;
    background-position: -168px -168px;
}

.areas-economia {
    width: 153px;
    height: 153px;
    background-position: -331px -168px;
}

.areas-educacion {
    width: 153px;
    height: 153px;
    background-position: -494px -168px;
}

.areas-finanzas {
    width: 153px;
    height: 153px;
    background-position: -5px -331px;
}

.areas-ingenieria {
    width: 153px;
    height: 153px;
    background-position: -168px -331px;
}

.areas-marketing {
    width: 153px;
    height: 153px;
    background-position: -331px -331px;
}

.areas-mecanica {
    width: 153px;
    height: 153px;
    background-position: -494px -331px;
}

.areas-medicina {
    width: 153px;
    height: 153px;
    background-position: -5px -494px;
}

.areas-mineria {
    width: 153px;
    height: 153px;
    background-position: -168px -494px;
}

.areas-musica {
    width: 153px;
    height: 153px;
    background-position: -331px -494px;
}

.areas-negocios {
    width: 153px;
    height: 153px;
    background-position: -494px -494px;
}

.areas-publicidad {
    width: 153px;
    height: 153px;
    background-position: -657px -5px;
}

.areas-recursoshumanos {
    width: 153px;
    height: 153px;
    background-position: -657px -168px;
}

.areas-ti {
    width: 153px;
    height: 153px;
    background-position: -657px -331px;
}

.areas-turismo {
    width: 153px;
    height: 153px;
    background-position: -657px -494px;
}
#tecnologia {
	padding-top: 40px;
	padding-bottom: 68px;
}
#tecnologia h1 {
	text-transform: uppercase;
    font-size: 24px;
    font-weight: 700;
    color: #0b80e0;
    line-height: 29px;
    margin-bottom: 32px;
}
#tecnologia .left {
	float: left;
	width: 50%;
	padding-right: 16px;
}
#tecnologia .right {
	float: right;
	width: 50%;
	padding-left: 16px;
}
#tecnologia .left p {
	font-size: 16px;
	margin-bottom: 32px;
	line-height: 22px;
	font-style: italic;
}
#tecnologia .left p:last-child {
	margin-bottom: 0;
}
#tecnologia .right ul li:nth-child(2n + 0) {
	float: right;
}
#tecnologia .right ul li.memo {
	background: url(../img/tecnologia_memo.jpg) no-repeat center center;
}
#tecnologia .right ul li.sdl {
	background: url(../img/tecnologia_sdl.jpg) no-repeat center center;
}
#tecnologia .right ul li.wordfast {
	background: url(../img/tecnologia_wordfast.jpg) no-repeat center center;
}
#tecnologia .right ul li.helium {
	background: url(../img/tecnologia_helium.jpg) no-repeat center center;
}
#tecnologia .right ul li.idiom {
	background: url(../img/tecnologia_idiom.jpg) no-repeat center center;
}
#tecnologia .right ul li.dejavu {
	background: url(../img/tecnologia_dejavu.jpg) no-repeat center center;
}
#tecnologia .right ul li.sdl2 {
	background: url(../img/tecnologia_sdl2.jpg) no-repeat center center;
}
#tecnologia .right ul li {
	float: left;
    height: 121px;
    border-bottom: 1px solid #ccc;
	width: calc(50% - 10px);
}
#tecnologia .right ul li:nth-child(7) {
	border-bottom: 0;
}
#footer {
	background-color: #F8F8F8;
	padding: 40px 0;
}
#footer h1 {
    text-transform: uppercase;
    font-weight: 700;
    color: #666666;
    font-size: 24px;
    text-align: center;
    margin-bottom: 40px;
}
#footer .wrapper > p {
    color: #666666;
    font-style: italic;
    text-align: center;
    line-height: 23px;
    font-size: 16px;
	margin-bottom: 64px;
}
#footer div.col-4 {
	float: left;
	width: calc(25% - 24px);
	margin-right: 32px;
}
#footer div.col-4.callus {
	margin-right: 0;
}
#footer div.col-4 > div {
	border: 1px solid #E6E6E6;
	padding: 16px;
	height: 322px;
}
#footer div.col-4 > div input[type="text"] {
	height: 24px;
	line-height: 24px;
	margin-bottom: 40px;
}
#footer div.col-4 > div input[type="text"] {
	display: block;
	border: 0;
	border-bottom: 1px solid #B3B3B3;
	width: 100%;
	background-color: transparent;
	font-weight: 700;
	font-family: Noto Sans;
	font-size: 11px;
}

#footer div.col-4 > div input[name="mensaje"] {
	margin-bottom: 32px;
}
#footer div.col-4 > div input[type="submit"] {
	border: 0;
	border-radius: 100px;
	background: rgba(0,0,0,.5);
	color: #fff;
	text-align: center;
	height: 32px;
	line-height: 32px;
	width: 128px;
	font-size: 14px;
	margin-bottom: 8px;
	cursor: pointer;
	max-width: 100%;
}
::-webkit-input-placeholder {
   color: #000;
   font-size: 11px;
   font-family: Noto Sans;
   font-weight: 700;
}
:-moz-placeholder {
   color: #000;
   font-size: 11px;
   font-family: Noto Sans;
   font-weight: 700;
}
::-moz-placeholder {
   color: #000;
   font-size: 11px;
   font-family: Noto Sans;
   font-weight: 700;
}
:-ms-input-placeholder {  
   color: #000;
   font-size: 11px;
   font-family: Noto Sans;
   font-weight: 700;
}

input:focus::-webkit-input-placeholder {
   color: rgba(0,0,0,0);
}
input::-moz-placeholder {
   color: rgba(0,0,0,0);
}
input:::-moz-placeholder {
   color: rgba(0,0,0,0);
}
input::-ms-input-placeholder {  
   color: rgba(0,0,0,0);
}

#footer div.col-4 h2 {
    font-size: 19px;
    margin-bottom: 16px;
    margin-left: 16px;
	display: inline-block;
	vertical-align: middle;
}
#footer div.col-4.writeus > h2:before {
	content: '';
	margin-right: 8px;
	display: inline-block;
	vertical-align: middle;
	height: 40px;
	width: 40px;
	background: #0B80E0 url(../img/footer_writeus.svg) no-repeat center center;
	border-radius: 100px;
}
#footer div.col-4.visitus > h2:before {
	content: '';
	margin-right: 8px;
	display: inline-block;
	vertical-align: middle;
	height: 40px;
	width: 40px;
	background: #0B80E0 url(../img/footer_visitus.svg) no-repeat center center;
	border-radius: 100px;
}
#footer div.col-4.addus > h2:before {
	content: '';
	margin-right: 8px;
	display: inline-block;
	vertical-align: middle;
	height: 40px;
	width: 40px;
	background: #0B80E0 url(../img/footer_addus.svg) no-repeat center center;
	border-radius: 100px;
}
#footer div.col-4.callus > h2:before {
	content: '';
	margin-right: 8px;
	display: inline-block;
	vertical-align: middle;
	height: 40px;
	width: 40px;
	background: #0B80E0 url(../img/footer_callus.svg) no-repeat center center;
	border-radius: 100px;
}
#footer div.col-4.visitus a {
	display: block;
    height: 232px;
    width: 100%;
	background: url(../img/map.jpg) no-repeat center center;
}
#footer div.col-4.visitus a + span {
	font-weight: 700;
	font-size: 10px;
	text-transform: uppercase;
	margin-top: 24px;
	display: block;
	line-height: 13px;
}
#footer div.col-4.addus .qr {
    width: 100%;
	margin-bottom: 40px;
	display: block;
}
#footer div.col-4.addus .qr > img {
	display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 300px;
}
#footer div.col-4.addus .qr + span {
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 16px;
	font-size: 10px;
	display: block;
	line-height: 13px;
}
#footer div.col-4.addus .qr + span + span {
	font-weight: 700;
	text-transform: uppercase;
	font-size: 10px;
	display: block;
	line-height: 13px;
}
#footer div.col-4.addus span a {
	color: #0B80E0;
	text-decoration: underline;
}
#footer div.col-4.callus div {
    line-height: 285px;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
}
.lang_text {transition: all 1s ease-in-out;opacity: 1;}
.lang_text.hide {opacity: 0;}
#formdiv span {
	text-align: center;
    font-weight: 700;
    font-size: 10px;
    text-transform: uppercase;
    margin-top: 24px;
    display: block;
    line-height: 13px;
    padding-top: 110px;
}
.testimonial {
	position: relative;
	margin-bottom: 80px;
}
.testimonial .line {
    border-top: 1px solid #ccc;
    display: block;
    position: relative;
}
.testimonial .line:before {
    font-family: Lora;
    font-size: 48px;
    font-weight: 700;
    position: absolute;
    top: -12px;
    background: #fff;
    display: inline-block;
    height: 18px;
    left: 50%;
    margin-left: -17px;
    padding: 0 10px;
    color: #0b80e0;
}
.testimonial .line.open:before {
    content: '​‌“';
}
.testimonial .line.close:before {
    content: '​‌”';
}
.testimonial p {
	font-family: Lora;
	font-style: italic;
	font-size: 16px;
	margin-top: 40px;
	text-align: center;
	line-height: 30px;
	color: #666;
}
.testimonial .from {
	font-family: Lora;
	font-size: 16px;
	margin-top: 10px;
	margin-bottom: 40px;
	display: block;
	text-align: center;
}

@media screen and (max-width: 980px){
	.wrapper {
		width: 100%;
	}
	#topbar #menu_btn {
		width: 40px;
		height: 40px;
		background: url(../img/menu.svg) no-repeat center center;
		float: right;
		margin-top: 16px;
		cursor: pointer;
	}
	#topbar #menu_btn.visible {
		background: url(../img/menu_close.svg) no-repeat center center;
	}
	#topbar .menu {
		display: none;
		bottom: auto;
		top: 72px;
	}
	#topbar .menu ul li {
		display: block;
		margin-right: 0;
		height: 64px;
		line-height: 64px;
		text-align: left;
		background: rgba(0,0,0,.85);
		border-bottom: 1px solid #ffffff;
	}
	#topbar .menu ul li:hover {
		background: rgba(0,0,0,.95);
	}
	#topbar .menu ul li:last-child {
		border-bottom: 0;
	}
	#topbar .menu ul li a {
		font-size: 20px;
		padding-left: 59px;
	}
	#topbar .lang {
		position: absolute;
		left: 54%;
		float: none;
	}
	#servicios .intro {
		width: 305px;
		margin: 0 auto;
	}
	#servicios ul li {
		margin-bottom: 23px;
	}
	#areas ul li:nth-child(5n+0) {
    	margin-right: 32px;
	}
	#servicios ul li:nth-child(3n+0),
	#areas ul li:nth-child(4n+0) {
		margin-right: 0px;
	}
	#servicios ul li:nth-child(7),
	#servicios ul li:nth-child(8),
	#servicios ul li:nth-child(9) {
		margin-bottom: 0;
	}
	#footer div.col-4.callus div {
		font-size: 14px;
	}
	#topbar .menu #bar {
		display: none;
	}
}
@media screen and (max-width: 800px){
	#areas .intro {
		width: 530px;
	    margin: 0 auto;
	}
	#areas ul li:nth-child(4n+0) {
		margin-right: 32px;
	}
	#areas ul li:nth-child(3n+0) {
		margin-right: 0px;
	}
}
@media screen and (max-width: 768px){
	#about_us .left,
	#about_us .right,
	#servicios-localizacion .left,
	#servicios-revision .left,
	#servicios-aprobacion .left,
	#servicios-dtp .left,
	#servicios-ingenieria .left,
	#tecnologia .left,
	#tecnologia .right {
		float: none;
		width: 100%;
		padding-bottom: 32px;
	}
	#holahello {
		margin: 0 auto;
		height: 280px;
	}
	#servicios-traduccion .servicios-slider .servicios-caption p,
	#servicios-edicion .servicios-slider .servicios-caption p,
	#servicios-pemt .servicios-slider .servicios-caption p,
	#servicios-gestionterminologica .servicios-slider .servicios-caption p,
	#servicios-interpretacion .servicios-slider .servicios-caption p {
		width: 100%;
	}
	#servicios-localizacion,
	#servicios-revision,
	#servicios-aprobacion,
	#servicios-dtp,
	#servicios-ingenieria {
		height: auto;
		padding-bottom: 32px;
	}
	#servicios-localizacion .left > img,
	#servicios-revision .left > img,
	#servicios-aprobacion .left > img,
	#servicios-dtp .left > img,
	#servicios-ingenieria .left > img {
		margin: 0 auto;
	}
	#servicios-localizacion .right,
	#servicios-revision .right,
	#servicios-aprobacion .right,
	#servicios-dtp .right,
	#servicios-ingenieria .right {
		height: auto;
		float: none;
		width: 100%;
		padding: 0 0 32px 0;
	}
	#tecnologia .left,
	#tecnologia .right {
		padding: 0;
	}
	#footer div.col-4 {
		float: none;
		margin: 0;
		width: 100%;
		margin-bottom: 32px;
	}
	#footer div.col-4.callus {
		margin-bottom: 0;
	}
	#footer div.col-4 > div {
		height: auto;
	}
	#footer div.col-4.callus div {
		line-height: normal;
		font-size: 21px;
	}
	
}
@media screen and (max-width: 615px){
	#areas .intro {
		width: 340px;
	}
	#areas ul li:nth-child(3n+0) {
		margin-right: 32px;
	}
	#areas ul li:nth-child(2n+0) {
		margin-right: 0px;
	}
}
@media screen and (max-width: 530px){
	.slider .caption h1 {
		margin-bottom: 24px;
	}
	.slider .caption h2 {
		margin-bottom: 24px;
	}
	.slider .caption a {
		margin-top: 0px;
		margin-bottom: 24px;
	}
	.slider.areas-de-especializacion {
		background-position: right -200px center;
	}
	.slider.servicios {
		background-position: center center;
	}
}
@media screen and (max-width: 480px){
	#holahello {
		width: 100%;
	}
	#holahello .hola,
	#holahello .hello {
		width: 53%;
	}
	#tecnologia .right ul li,
	#tecnologia .right ul li:nth-child(2n + 0) {
		float: none;
		width: 100%;
	}
}
@media screen and (max-width: 425px){
	#areas .intro {
		width: auto;
	}
	#areas ul li:nth-child(2n+0),
	#areas ul li:nth-child(3n+0),
	#areas ul li {
		margin-right: 0;
		display: block;
		margin: 0 auto 40px auto !important;
	}
	
}
@media screen and (max-width: 400px){
	.slider .caption h1 {
		font-size: 25px;
		line-height: 33px;
	}
	#holahello {
		height: 230px;
	}
	#servicios .intro {
		width: auto;
	}
	#servicios ul li {
		margin-right: 4px;
	}
	#servicios ul li:nth-child(3n+0) {
		margin-right: 0px;
	}
}
@media screen and (max-width: 360px){
	#servicios-traduccion .servicios-slider .servicios-caption h1,
	#servicios-edicion .servicios-slider .servicios-caption h1,
	#servicios-pemt .servicios-slider .servicios-caption h1,
	#servicios-gestionterminologica .servicios-slider .servicios-caption h1,
	#servicios-interpretacion .servicios-slider .servicios-caption h1 {
		margin-bottom: 24px;
	}
	#topbar .menu ul li a {
		font-size: 16px;
	}
}