/*@import url(http://fonts.googleapis.com/css?family=Roboto:400,300,100,700,100italic,300italic,400italic,700italic);
/*
Template Name: Multi
Version: 1.0
Author: ShapeBootstrap
Author URL: http://shapebootstrap.net
*/
/*************************
*******Typography******
**************************/
@font-face {
  font-family: 'proximanova-regular';
  src: url('../fonts/proximanova-regular-webfont.eot');
  src: url('../fonts/proximanova-regular-webfont.eot?#iefix') format('embedded-opentype'),
  url('../fonts/proximanova-regular-webfont.woff') format('woff'),
  url('../fonts/proximanova-regular-webfont.ttf') format('truetype'),
  url('../fonts/proximanova-regular-webfont.svg#proxima_nova_rgregular') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'proximanova-bold';
  src: url('../fonts/proximanova-bold-webfont.eot');
  src: url('../fonts/proximanova-bold-webfont.eot?#iefix') 
  format('embedded-opentype'), url('../fonts/proximanova-bold-webfont.woff') format('woff'),
  url('../fonts/proximanova-bold-webfont.ttf') format('truetype'),
  url('../fonts/proximanova-bold-webfont.svg#proxima_nova_rgbold') format('svg');
  font-weight: bolder;
  font-style: normal;
}

@font-face {
  font-family: 'proximanova-extrabold';
  src: url('../fonts/Mark Simonson - Proxima Nova Extrabold.eot');
  src: local('☺'), url('../fonts/Mark Simonson - Proxima Nova Extrabold.woff') format('woff'),
   url('../fonts/Mark Simonson - Proxima Nova Extrabold.ttf') format('truetype'),
   url('../fonts/Mark Simonson - Proxima Nova Extrabold.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'proximanova-light';
  src: url('../fonts/proximanova-light-webfont.eot');
  src: url('../fonts/proximanova-light-webfont.eot?#iefix') format('embedded-opentype'), 
  url('../fonts/proximanova-light-webfont.woff') format('woff'), 
  url('../fonts/proximanova-light-webfont.ttf') format('truetype'), 
  url('../fonts/proximanova-light-webfont.svg#proxima_nova_ltbold') format('svg');
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: 'proximanova-semi-bold';
  src: url('../fonts/proximanova-semibold-webfont.eot');
  src: url('../fonts/proximanova-semibold-webfont.eot?#iefix') format('embedded-opentype'), 
  url('../fonts/proximanova-semibold-webfont.woff') format('woff'), 
  url('../fonts/proximanova-semibold-webfont.ttf') format('truetype'), 
  url('../fonts/proximanova-semibold-webfont.svg#proxima_nova_ltbold') format('svg');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Helvetica Neue';
  src: url('../fonts/helveticaNeueLTStd-UltraLight.eot');
  src: url('../fonts/helveticaNeueLTStd-UltraLight?#iefix') format('embedded-opentype'),
  url('../fonts/helveticaNeueLTStd-UltraLight.woff') format('woff'),
  url('../fonts/helveticaNeueLTStd-UltraLight.ttf') format('truetype'),
  url('../fonts/helveticaNeueLTStd-UltraLight.svg') format('svg');
  font-weight: 100;
  font-style: normal;
}

body {
  padding-top: 100px;
  background: #fff;
  font-family: 'proximanova-regular', sans-serif;
  color: #333333;
  line-height: 28px;
  font-size:  18px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'proximanova-regular', sans-serif;
  color: #272727;
}

p {
  font-weight: 100;
  font-style: normal;
  font-family: 'proximanova-light','Helvetica Neue', sans-serif;
  letter-spacing: 1px;
}

strong {
  font-family: 'proximanova-extrabold';
  font-weight: normal;
  font-style: normal;
}

a {
  color: #45aed6;
  -webkit-transition: color 400ms, background-color 400ms;
  -moz-transition: color 400ms, background-color 400ms;
  -o-transition: color 400ms, background-color 400ms;
  transition: color 400ms, background-color 400ms;
}

a:hover,
a:focus {
  text-decoration: none;
  color: #fff;
}

a.equip-correo {
	text-decoration:underline;
	color: #019BC3;
	-webkit-transition: color 400ms;
  -moz-transition: color 400ms;
  -o-transition: color 400ms;
  transition: color 400ms;
}

a.subrayado {
  text-decoration: underline;
}

.text-white{
  color: #fff;
  letter-spacing:1px;
}

hr {
  border-top: 0px solid #dc4405;
  border-bottom: 1px solid #dc4405;
  width: 70px;
  margin-bottom: 30px;
}

.gradiant {
  background-image: -moz-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -webkit-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -ms-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
}

.gradiant-horizontal {
  background-image: -moz-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -webkit-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -ms-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%);
}

.section-header {
  margin-bottom: 50px;
}

.section-header2 {
  margin-bottom: 0;
}

.section-header .section-title {
  font-size: 100px;
  line-height: 100px;
  color: #272727;
  position: relative;
  padding-bottom: 20px;
  margin: 0 0 20px;
}

.section-header .section-title:before {
  content: "";
  position: absolute;
  width: 140px;
  bottom: 0;
  left: 50%;
  margin-left: -70px;
}

.section-header .section-title:after {
  position: absolute;
  width: 24px;
  height: 24px;
  bottom: -11px;
  left: 50%;
  margin-left: -12px;
  border: 5px solid #fff;
}

.btn {
  border-width: 0;
  border-bottom-width: 3px;
  border-radius: 3px;
}

.btn.btn-primary {
  background: #45aed6;
  border-color: #2a95be;
}

.btn.btn-primary:hover,
.btn.btn-primary:focus {
  background: #2a95be;
}

.column-title {
  margin-top: 0;
  padding-bottom: 15px;
  border-bottom: 1px solid #eee;
  margin-bottom: 15px;
  position: relative;
}

.column-title:after {
  content: " ";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 40%;
  border-bottom: 1px solid #45aed6;
}

ul.nostyle {
  list-style: none;
  padding: 0;
  margin-bottom: 20px;
}

ul.nostyle i {
  color: #45aed6;
}

.scaleIn {
  -webkit-animation-name: scaleIn;
  animation-name: scaleIn;
}

@-webkit-keyframes scaleIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes scaleIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}

.aumentarLogo {
  -ms-animation: aumentarIn 0.4s linear;
  -moz-animation: aumentarIn 0.4s linear;
  -webkit-animation: aumentarIn 0.4s linear;
  animation: aumentarIn 0.4s linear;
  -ms-animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

@keyframes aumentarIn {
  0% {
    width: 150px;
  }
  100% {
    width: 128px;
  }
}

.aumentarLogo2 {
  -ms-animation: aumentarIn2 0.4s linear;
  -moz-animation: aumentarIn2 0.4s linear;
  -webkit-animation: aumentarIn2 0.4s linear;
  animation: aumentarIn2 0.4s linear;
  -ms-animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

@keyframes aumentarIn2 {
  0% {
    width: 128px;
  }
  100% {
    width: 150px;
  }
}

/*************************
*******Header******
**************************/
.navbar {
  min-height: 45px;
}

.navbar.navbar-default {
  border: 0;
  border-radius: 0;
  margin-bottom: 0;
}

.navbar.navbar-default .navbar-brand {
  height: auto;
  padding: 9px 26px 9px;
}

/*@media only screen and (min-width: 768px) {*/
@media only screen and (min-width: 992px) {
  .logop{
    transition: all 1s;
    -moz-transition: all 1s; /* Firefox 4 */
    -webkit-transition: all 1s; /* Safari and Chrome */
    -o-transition: all 1s; /* Opera */
  }

  #main-menu.navbar-default .navbar-nav > li > a {
    transition: all .4s;
    -moz-transition: all .4s; /* Firefox 4 */
    -webkit-transition: all .4s; /* Safari and Chrome */
    -o-transition: all .4s; /* Opera */
  }

  #main-menu.navbar-default {
    background: rgba(0, 0, 0, 0.8);
    z-index: 100;
  }
  #main-menu.navbar-default .navbar-nav > li > a {
    padding-top: 20px;
    padding-bottom: 20px;
    outline: none;
  }

  #main-menu.navbar-default .navbar-nav > li a:hover,
  #main-menu.navbar-default .navbar-nav > li a:focus, 
  #main-menu.navbar-default .navbar-nav > li a.active {
    background: transparent;
	  padding-bottom: 5px;
  }

  #main-menu.navbar-default .dropdown-menu {
    padding: 0 20px;
    min-width: 220px;
    background-color: rgba(26, 28, 40, 0.9);
    border: 0;
    border-radius: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
    background-clip: inherit;
  }

  #main-menu.navbar-default .dropdown-menu > li {
    border-left: 3px solid transparent;
    margin-left: -20px;
    padding-left: 17px;
    -webit-transition: border-color 400ms;
    transition: border-color 400ms;
  }

  #main-menu.navbar-default .dropdown-menu > li > a {
    border-top: 1px solid #404455;
    padding: 15px 0;
    color: #eeeeee;
  }

  #main-menu.navbar-default .dropdown-menu > li:first-child > a {
    border-top: 0;
  }

  #main-menu.navbar-default .dropdown-menu > li.active,
  #main-menu.navbar-default .dropdown-menu > li.open,
  #main-menu.navbar-default .dropdown-menu > li:hover {
    border-left-color: #45aed6;
  }

  #main-menu.navbar-default .dropdown-menu > li.active > a,
  #main-menu.navbar-default .dropdown-menu > li.open > a,
  #main-menu.navbar-default .dropdown-menu > li:hover > a {
    color: #45aed6;
    background-color: transparent;
  }
}

#main-slider {
  overflow: hidden;
}

#main-slider .item {
  height: 558px;
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}

#main-slider .slider-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
}

#main-slider .slider-inner h2 {
  margin-top: 180px;
  font-size: 36px;
  line-height: 1;
  color: #fff;
}

#main-slider .slider-inner h2 > span {
  color: #45aed6;
}

#main-slider .slider-inner .btn {
  margin-top: 10px;
}

#main-slider .owl-prev,
#main-slider .owl-next {
  position: absolute;
  top: 50%;
  background-color: rgba(0, 0, 0, 0.2);
  color: #fff;
  font-size: 30px;
  display: inline-block;
  margin-top: -35px;
  height: 70px;
  width: 70px;
  line-height: 70px;
  text-align: center;
  border-radius: 100px;
  z-index: 5;
  -webkit-transition: background-color 400ms;
  transition: background-color 400ms;
}

#main-slider .owl-prev:hover,
#main-slider .owl-next:hover {
  background-color: #45aed6;
}

#main-slider .owl-prev {
  left: -35px;
  text-indent: 14px;
}

#main-slider .owl-next {
  right: -35px;
  text-indent: -14px;
}

#bar {
  width: 0%;
  max-width: 100%;
  height: 4px;
  background: #45aed6;
}

#progressBar {
  margin-top: -4px;
  position: relative;
  z-index: 999;
  width: 100%;
  background: rgba(0, 0, 0, 0.1);
}

#cta {
  padding: 50px 0;
  background-color: #eeeeee;
}

#cta h2 {
  margin-top: 0;
}

#cta .btn {
  margin-top: 40px;
}

#cta2 {
  background: url(../images/nan-tic/imatges_2560x650_1.jpg) no-repeat 50% 50%;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  padding: 250px 0 250px 0;
  height:auto;
}

#cta2 .btn {
  margin-top: 10px;
}

#cta2 h2 {
  color: #fff;
  font-size: 44px;
  line-height: 1;
}

#cta2 h2 > span {
  color: #45aed6;
}

#cta3 {
  background: url(../images/nan-tic/imatges_2560x650_4.jpg) no-repeat 25% 75%;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-color:#000;
  padding: 250px 0 250px 0;
  min-height:650px;
  margin-top:-505px;
}

#cta3 .btn {
  margin-top: 10px;
}

#cta3 h2 {
  color: #fff;
  font-size: 44px;
  line-height: 1;
}

#cta3 h2 > span {
  color: #45aed6;
}

#cta4 {
  background-color: #000;
  padding: 150px 0 120px 0;
  height:auto;
}

#cta4 .btn {
  margin-top: 10px;
}

#cta4 h2 {
  color: #fff;
  font-size: 44px;
  line-height: 1;
}

#cta4 h2 > span {
  color: #45aed6;
}

#home-contenedor {
  padding: 250px 0;
}

#home-contenedor3 {
  padding: 100px 0 100px 0;
}

#home-contenedor13 {
  padding: 178px 0 100px 0;
}

#home-contenedor14 {
  padding: 100px 0 50px 0;
}

#home-contenedor18 {
  padding: 112px 0 0 0;
}

#home-contenedor-gris {
  padding: 100px 0 50px 0;
  background-color:#333333;
  position: relative;
}

#home-contenedor-gris .container {
  max-width: 700px;
}

#home-contenedor-gris .container p {
  max-width: 700px;
  font-family: 'Helvetica Neue', sans-serif;
  letter-spacing: 2px;
}

#home-contenedor-gris2 {
  padding: 100px 0 100px 0;
  background-color:#f7f7f7;
}

#bloque-presentacion1 {
  padding: 200px 0 100px 0;
}

#bloque-equipo {
	padding: 188px 0 40px 0;
}

#bloque-equipo2 {
	padding: 80px 0 68px 0;
}

#bloque-franjagris {
	background-color:#333;
	padding:70px;
}

#bloque-franjanegra {
  background-color:#000;
  padding:70px;
}

#bloque-presentacion2 {
  margin:150px 0;
}

#bloque-presentacion4 {
  margin-top:35px;
  margin-bottom: 60px;
}

#bloque-noticias {
  padding: 160px 0 40px 0;
}

#home-contenedor2 {
  padding: 100px 0 0 0;
}

#home-contenedor4 {
  padding: 100px 0 100px 0;
}

#home-contenedor5 {
  padding: 100px 0 100px 0;
}

#home-contenedor6 {
  padding: 100px 0 0 0;
  overflow: hidden;
}

#home-contenedor-gris-claro {
  padding: 100px 0 40px 0;
  background-color: #f7f7f7;
}

#home-contenedor-gris-claro2 {
  padding: 0;
  background-color: #f7f7f7;
}

#home-contenedor-gris-claro3 {
  padding: 50px 0 50px 0;
  background-color: #f7f7f7;
}

#home-contenedor .media.service-box:first-child,
#features2 .media.service-box:first-child,
#features3 .media.service-box:first-child {
  margin-top: 80px;
}

#services {
  padding: 100px 0 75px;
}

.media.service-box {
  margin: 25px 0;
}

.media.service-box .pull-left {
  margin-right: 20px;
}

.media.service-box .pull-left > i {
  font-size: 24px;
  height: 64px;
  line-height: 64px;
  text-align: center;
  width: 64px;
  border-radius: 100%;
  color: #45aed6;
  box-shadow: inset 0 0 0 1px #d7d7d7;
  -webkit-box-shadow: inset 0 0 0 1px #d7d7d7;
  transition: background-color 400ms, background-color 400ms;
  position: relative;
}

.media.service-box .pull-left > i:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  top: 50%;
  margin-top: -10px;
  right: -10px;
  border: 4px solid #fff;
  border-radius: 20px;
  background: #45aed6;
}

.media.service-box:hover .pull-left > i {
  background-image: -moz-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -webkit-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -ms-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  color: #fff;
  box-shadow: inset 0 0 0 5px rgba(255, 255, 255, 0.8);
  -webkit-box-shadow: inset 0 0 0 5px rgba(255, 255, 255, 0.8);
}

#portfolio {
  padding: 100px 0;
  background: #f5f5f5;
}

#portfolio .portfolio-filter {
  list-style: none;
  padding: 0;
  margin: 0 0 50px;
  display: inline-block;
}

#portfolio .portfolio-filter > li {
  float: left;
  display: block;
}

#portfolio .portfolio-filter > li a {
  display: block;
  padding: 7px 15px;
  background: #e5e5e5;
  color: #64686d;
  position: relative;
}

#portfolio .portfolio-filter > li a:hover,
#portfolio .portfolio-filter > li a.active {
  background: #45aed6;
  color: #fff;
  box-shadow: 0 -3px 0 0 #318daf inset;
  -webkit-box-shadow: 0 -3px 0 0 #318daf inset;
}

#portfolio .portfolio-filter > li a.active:after {
  content: " ";
  position: absolute;
  bottom: -17px;
  left: 50%;
  margin-left: -10px;
  border-width: 10px;
  border-style: solid;
  border-color: #318daf transparent transparent transparent;
}

#portfolio .portfolio-filter > li:first-child a {
  border-radius: 4px 0 0 4px;
}

#portfolio .portfolio-filter > li:last-child a {
  border-radius: 0 4px 4px 0;
}

#portfolio .portfolio-items {
  margin: -15px;
}

#portfolio .portfolio-item {
  width: 24.9%;
  float: left;
  padding: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

#portfolio .portfolio-item .portfolio-item-inner {
  position: relative;
}

#portfolio .portfolio-item .portfolio-item-inner .portfolio-info {
  opacity: 0;
  transition: opacity 400ms;
  -webkit-transition: opacity 400ms;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 10px;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
}

#portfolio .portfolio-item .portfolio-item-inner .portfolio-info h3 {
  font-size: 16px;
  line-height: 1;
  margin: 0;
  color: #fff;
}

#portfolio .portfolio-item .portfolio-item-inner .portfolio-info .preview {
  position: absolute;
  top: -18px;
  right: 12px;
  border-radius: 50%;
  background-image: -moz-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -webkit-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -ms-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  color: #fff;
  box-shadow: 0 0 0 2px #fff;
  -webkit-box-shadow: 0 0 0 2px #fff;
}

#portfolio .portfolio-item:hover .portfolio-info {
  opacity: 1;
}

/* Start: Recommended Isotope styles */
/**** Isotope Filtering ****/
.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

/**** Isotope CSS3 transitions ****/
.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}
/* End: Recommended Isotope styles */

/* disable CSS transitions for containers with infinite scrolling*/
.isotope.infinite-scrolling {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}

#testimonial {
  background: #333333 url(../images/testimonial/bg.jpg) no-repeat 0 0;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;

  padding: 100px 0;
  color: #fff;
}

#testimonial h4 {
  color: #fff;
  margin-bottom: 0;
}

#testimonial small {
  display: block;
  margin-bottom: 10px;
  color: rgba(255, 255, 255, 0.7);
}

#testimonial .btns {
  margin-top: 10px;
}

#about {
  padding: 100px 0;
}

#work-process {
  padding: 100px 0 50px;
  background: #20222e url(../images/work-process/bg.jpg) no-repeat 0 0;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;

  color: #fff;
}

#work-process h2 {
  color: #fff;
}

#work-process h3 {
  color: #fff;
  margin-bottom: 0;
}

#work-process .icon-circle {
  display: inline-block;
  width: 80px;
  height: 80px;
  line-height: 80px;
  border: 2px solid #45aed6;
  border-radius: 100px;
  position: relative;
}

#work-process .icon-circle > span {
  border-style: solid;
  border-width: 2px;
  border-color: #45aed6;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  width: 24px;
  height: 24px;
  line-height: 20px;
  top: -12px;
  color: #64686d;
}

#work-process h3 {
  margin-bottom: 50px;
}

#meet-team {
  padding: 100px 0;
}

#meet-team .team-member {
  padding: 13px;
  background: #eeeeee;
  border: 2px solid #eeeeee;
  transition: border-color 400ms;
  -webkit-transition: border-color 400ms;
}

#meet-team .team-member .team-img {
  margin: -15px -15px 0 -15px;
}
#meet-team .team-member .team-info {
  padding-bottom: 10px;
  border-bottom: 1px solid #dbdbdb;
  margin-bottom: 10px;
}

#meet-team .team-member:hover {
  border-color: #45aed6;
}

#meet-team .team-member:hover .social-icons > li > a {
  background: #45aed6;
}

#meet-team .social-icons {
  list-style: none;
  padding: 0;
  margin: 0;

}

#meet-team .social-icons > li {
  display: inline-block;
}

#meet-team .social-icons > li > a {
  display: block;
  width: 32px;
  line-height: 32px;
  text-align: center;
  color: #fff;
  background: #222534;
  border-radius: 3px;
  font-size:12px !important;
}

.social-icons > li > a {
  font-size:16px !important;
}

.divider {
  margin-top: 50px;
  margin-bottom: 50px;
  background-image: -moz-linear-gradient(180deg, #ffffff 0%, #e3e3e3 49%, #ffffff 100%);
  background-image: -webkit-linear-gradient(180deg, #ffffff 0%, #e3e3e3 49%, #ffffff 100%);
  background-image: -ms-linear-gradient(180deg, #ffffff 0%, #e3e3e3 49%, #ffffff 100%);
  width: 95%;
  height: 1px;
}

.progress {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #eeeeee;
}

.progress .progress-bar.progress-bar-primary {
  background-image: -moz-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -webkit-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -ms-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%);
  -webkit-box-shadow: none;
  box-shadow: none;
}

.nav.main-tab {
  background: #eee;
  border-bottom: 3px solid #222534;
  border-radius: 3px 3px 0 0;
}

.nav.main-tab > li > a {
  color: #272727;
}

.nav.main-tab > li.active > a {
  background: #222534;
  color: #45aed6;
}

.nav.main-tab > li:first-child > a {
  border-radius: 3px 0 0 0;
}

.nav.main-tab > li:last-child > a {
  border-radius: 0 3px 0 0;
}

.tab-content {
  border: 1px solid #eee;
  border-top: 0;
  padding: 20px 20px 10px;
  border-radius: 0 0 3px 3px;
}

.panel-default {
  border-color: #eee;
}

.panel-default > .panel-heading {
  background-color: #fff;
  border-color: #eee;
}

.panel-default > .panel-heading .panel-title {
  font-size: 14px;
  font-weight: normal;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #eee;
}

#animated-number {
  padding: 100px 0 70px;
  background: #132125 url(../images/animated-number/bg.jpg) no-repeat 0 0;
  background-size: cover;

  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;

  color: #fff;
}

#animated-number h1,
#animated-number h2,
#animated-number h3,
#animated-number h4 {
  color: #fff;
}

#animated-number strong {
  display: block;
  margin-bottom: 30px;
}

.animated-number {
  display: inline-block;
  width: 140px;
  height: 140px;
  font-size: 24px;
  line-height: 140px;
  border: 3px solid #fff;
  border-radius: 100px;
  margin-bottom: 20px;
}

#pricing {
  padding: 100px 0 70px;
}

#pricing ul.pricing {
  list-style: none;
  padding: 0;
  margin: 70px 0 30px;
  border: 1px solid #eee;
  border-radius: 5px 5px 4px 4px;
  padding: 15px;
  text-align: center;
}

#pricing ul.pricing li {
  display: block;
  padding: 10px;
}

#pricing ul.pricing li.plan-header {
  background: #eee;
  border-radius: 4px 4px 0 0;
  margin: -15px -15px 10px;
  padding: 15px 15px 30px;
  border: 0;
}

#pricing ul.pricing li.plan-header .price-duration {
  position: relative;
  margin-top: -63px;
  top: -10px;
  display: inline-block;
  width: 116px;
  height: 116px;
  background-image: -moz-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -webkit-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -ms-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  color: #fff;
  border-radius: 100px;
  border: 5px solid #f6f6f6;
}

#pricing ul.pricing li.plan-header .price-duration > span {
  display: block;
  line-height: 1;
}

#pricing ul.pricing li.plan-header .price-duration > span.price {
  font-size: 24px;
  font-weight: 700;
  margin-top: 35px;
}

#pricing ul.pricing li.plan-header .price-duration > span.duration {
  margin-top: 5px;
}

#pricing ul.pricing li.plan-header .plan-name {
  margin-top: 10px;
  font-size: 24px;
  color: #272727;
  font-weight: bold;
  line-height: 1;
}

#pricing ul.pricing.featured {
  background: #222534;
  color: #fff;
  border: 0;
}

#pricing ul.pricing.featured li.plan-header {
  background-image: -moz-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -webkit-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -ms-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
}

#pricing ul.pricing.featured li.plan-header .plan-name {
  color: #fff;
}

#get-in-touch {
  padding: 100px 0 50px;
  background-image: -moz-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -webkit-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -ms-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  color: #fff;
}

#get-in-touch h1,
#get-in-touch h2 {
  color: #fff;
}

#blog {
  padding: 100px 0;
}

#blog .blog-post {
  border: 1px solid #eee;
  padding: 15px;
}

#blog .blog-post .post-format {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 34px;
  text-align: center;
  color: #fff;
  background: #222534;
  border: 3px solid #fff;
  border-radius: 100px;
}

#blog .blog-post.blog-large .entry-thumbnail {
  margin: -15px -15px 15px;
  position: relative;
}

#blog .blog-post.blog-large .post-format {
  width: 66px;
  height: 66px;
  line-height: 60px;
  position: absolute;
  right: 20px;
  bottom: -33px;
}

#blog .blog-post.blog-large .post-format > i {
  font-size: 20px;
}

#blog .blog-post.blog-large .entry-date {
  font-size: 12px;
  display: block;
  margin-bottom: 5px;
  /*text-transform: uppercase;*/
  color: #45aed6;
}

#blog .blog-post.blog-large .entry-title {
  margin-top: 0;
  font-size: 18px;
  line-height: 1;
  margin-bottom: 15px;
}

#blog .blog-post.blog-large .entry-title a {
  color: #64686d;
}

#blog .blog-post.blog-large .entry-title a:hover {
  color: #45aed6;
}

#blog .blog-post.blog-media {
  margin-bottom: 30px;
}

#blog .blog-post.blog-media .entry-thumbnail {
  margin: -15px 15px -15px -15px;
  position: relative;
}

#blog .blog-post.blog-media .post-format {
  position: absolute;
  top: 20px;
  right: -10px;
}

#blog .blog-post.blog-media .entry-date {
  font-size: 12px;
  display: block;
  margin-bottom: 5px;
  /*text-transform: uppercase;*/
  color: #45aed6;
}

#blog .blog-post.blog-media .entry-title {
  margin-top: 0;
  font-size: 18px;
  line-height: 1;
  margin-bottom: 15px;
}

#blog .blog-post.blog-media .entry-title a {
  color: #64686d;
}

#blog .blog-post.blog-media .entry-title a:hover {
  color: #45aed6;
}

#blog .blog-post .entry-meta {
  margin-top: 20px;
  border-top: 1px solid #eee;
  padding-top: 15px;
}

#blog .blog-post .entry-meta > span {
  display: inline-block;
  margin-right: 10px;
  color: #999;
}

#blog .blog-post .entry-meta > span > a {
  color: #999;
}

#blog .blog-post .entry-meta > span > a:hover {
  color: #45aed6;
}

#contact {
  position: relative;
  overflow: hidden;
}

#contact .container-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(69, 174, 214, 0.3);
  z-index: 1;
}

#contact .contact-form {
  background: rgba(255, 255, 255, 0.8);
  padding: 20px;
  margin-top: 50px;
}

#contact .contact-form h3 {
  margin-top: 0;
}

/***********************
********* Footer ******
************************/
#footer {
  padding-top: 40px !important;
  padding-bottom: 20px;
  margin-bottom: 0px;
  color: #fff;
  background: #dc4405;
}

#footer p {
  font-family: 'Helvetica Neue';
  line-height: 19px;
  font-size: 12px;
}

#footer a {
  color: #fff;
}

#footer ul {
  list-style: none;
  padding-top: 10px;
  padding-inline-start: 0px;
}

#footer ul > li {
  display: inline-block;
  margin: 0 6.5px;
}

@media only screen and (max-width: 768px) {
  #footer div {
    text-align: center;
  }
}

.form-control {
  box-shadow: none;
  -webkit-box-shadow: none;
}

/********************************
********* estilos añadidos ******
*********************************/
.text-gris {
  color:#000;
  font-family: 'Conv_DINNextRoundedLTPro-Bold', sans-serif;
  line-height: 30px;
}

.text-verd {
  color:#A7BC85 !important;
}

.marg-bot { margin-bottom:50px; }
.marg-bot30 { margin-bottom:30px; }
.marg-top { margin-top:100px; }

.clients {
  padding: 100px 0;
}

.clients-carousel {
  margin: 0;
  padding: 0;
  list-style: none;
}

.clients-carousel li {
  padding: 0 20px;
  opacity: 0.8;
  -webkit-transition: opacity 0.3s;
          transition: opacity 0.3s;
}

.clients-carousel li:hover {
  opacity: 1;
}

#bot-fotm-idex {
	color: #fff;
  background-color: #0096c8;
  border-color: #0096c8;
  border-bottom-width: 0px;
  height: 55px;
  font-size: 28px;
  padding: 10px 25px 7px 25px;
}

#bot-fotm-idex:hover {
  background-color: #62bedc;
}

#bot-fotm-idex2 {
  color: #fff;
  background-color: #0096c8;
  border-color: #0096c8;
  border-bottom-width: 0px;
  height: 55px;
  font-size: 28px;
  padding: 10px 25px 7px 25px;
  margin-top:60px;
  margin-bottom: 75px;
}

#bot-fotm-idex2:hover {
  background-color: #62bedc;
}

.pad-rig15 {
  padding-right:15px;
}

.pad-lef15 {
  padding-left:15px;
}

.nantic-menu {
  font-size: 15px;
  color: #fff;
}

.img-centradas {
	max-width: 100%;
  height: auto;
	margin: 0 auto;
}

.home-nan {
  padding: 210px 0 0 0;
  width: 100%;
  height: auto;
  margin-top: -116px;
  background-color: rgba(0,0,0,0.2);
}

.home-nan4 {
  background-image:url(../images/2560x1460_2.jpg);
  background-position: top center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-color: #000;
  padding: 10px 0;
  position: relative /* Temp CSS */ /* Temp CSS End */;
  height:auto;
  min-height:650px;
  padding: 200px 0 0 0;
  margin-top: -116px;
}

.home-nan5 {
  background-image:url(../images/2560x1460_4.jpg);
  background-position: top center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-color: #000;
  padding: 10px 0;
  position: relative /* Temp CSS */ /* Temp CSS End */;
  height:auto;
  min-height:650px;
  padding: 200px 0 0 0;
  margin-top: -116px;
}

.home-nan6 {
  background-image:url(../images/2560x1460_3.jpg);
  background-position: top center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-color: #000;
  padding: 10px 0;
  position: relative /* Temp CSS */ /* Temp CSS End */;
  height:auto;
  min-height:650px;
  padding: 200px 0 0 0;
  margin-top: -116px;
}

.home-nan7 {
  background-image:url(../images/2560x1460_5.jpg);
  background-position: top center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-color: #000;
  padding: 10px 0;
  position: relative /* Temp CSS */ /* Temp CSS End */;
  height:auto;
  min-height:650px;
  padding: 200px 0 0 0;
  margin-top: -116px;
}

.home-nan8 {
  background-image:url(../images/2560x1460_6.jpg);
  background-position: top center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-color: #000;
  padding: 10px 0;
  position: relative /* Temp CSS */ /* Temp CSS End */;
  height:auto;
  min-height:650px;
  padding: 200px 0 0 0;
  margin-top: -116px;
}

.home-nan-map {
  width: 100%;
  height: auto;
  min-height: 700px;
}

.home-nan .fondo {
  position: absolute;
  top: 0px;
  left: 0px;
  min-height: auto;
  min-width: 100%;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.home-nan-map .fondo2 {
  position: absolute;
  top: 0px;
  left: 0px;
  min-width: 100%;
  width: 100%;
  height: 780px;
  overflow: hidden;
}

.home-nan2 {
	background-image:url(../images/nan-tic/trajectoria-nan-tic.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-color: #000;
  padding: 10px 0;
  position: relative /* Temp CSS */ /* Temp CSS End */;
	height:auto;
	min-height:650px;
}

.home-nan3 {
  background-image:url(../images/nan-tic/imatges_2560x650_2.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-color: #000;
  padding: 10px 0;
  position: relative /* Temp CSS */ /* Temp CSS End */;
  height:auto;
  min-height:650px;
}

.serveis-nan {
  background-image:url(../images/nan-tic/imatges_2560x650_3.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-color: #000;
  padding: 10px 0;
  position: relative /* Temp CSS */ /* Temp CSS End */;
  min-height:650px;
}

.serveis-nan2 {
  background-image:url(../images/nan-tic/imatges_2560x650_6_biblioteca.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-color: #000;
  padding: 10px 0;
  position: relative /* Temp CSS */ /* Temp CSS End */;
  min-height:650px;
}

.suport-nan {
  background-image:url(../images/nan-tic/imatges_2560x650_5.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-color: #000;
  padding: 10px 0;
  position: relative /* Temp CSS */ /* Temp CSS End */;
  min-height:650px;
  margin-top: -150px;
}

.contact-nan {
  background-color: transparent;
  padding: 10px 0;
  position: relative /* Temp CSS */ /* Temp CSS End */;
  min-height:650px;
  margin-top: -150px;
}

img.logo-res {
  max-width:100%;
  float:none;
  display:block;
  margin:10px auto;
}

div#nav-nan-1 ul {
  float:left;
}

.st-home-unit {
  max-width: 1180px;
  margin: auto;
  padding-left: 74px !important;
  padding-right: 74px !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  margin-top: 150px;
  margin-bottom: 200px;
}

.st-home-unit2 {
  max-width: 1180px;
  margin: auto;
  padding-left: 74px !important;
  padding-right: 74px !important;
  padding-top: 81px !important;
  padding-bottom: 0 !important;
  margin-top: 90px;
  margin-bottom: 260px;
}

.st-home-unit3 {
  max-width: 1180px;
  margin: auto;
  padding-left: 74px !important;
  padding-right: 74px !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  margin-top: 150px;
  margin-bottom: 200px;
}

.st-home-unit4 {
  max-width: 1180px;
  margin: auto;
  padding-left: 74px !important;
  padding-right: 74px !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  margin-top: 150px;
  margin-bottom: 200px;
}

.hero-txt {
  max-width: 780px;
  margin: 0 auto;
}

.tit-nan {
  font-family: 'proximanova-extrabold';
  color: #fff;
  font-size: 60px;
  line-height: 72px;
  font-weight: 100;
  font-style: normal;
}

.tit-nan-negro {
  font-family: 'Helvetica Neue';
  font-size: 55px;
  line-height: 65px;
  font-style: normal;
  letter-spacing: 4px;
}

.tit-nan-blanco {
  font-family: 'proximanova-extrabold';
  color:#ffffff;
  font-size:55px;
  line-height:65px;
  font-weight: bolder;
  font-style: normal;
}

.tit-nan2 {
  font-size: 18px;
  line-height: 27px;
  color: #fff;
  margin-top: 20px;
  font-family: 'Helvetica Neue';
  padding: 0 10%;
  letter-spacing: 1.6px;
}

.tit-carousel {
  margin-bottom:50px;
  font-size:30px;
}

.espacio-carousel {
  background-color:#f6f6f6;
  padding-top:200px;
  padding-bottom:200px;
}

.formulari-space {
  margin-top:200px;
  padding-bottom:10px;
}

.formulari-space2 {
  margin-top:100px;
  padding-bottom:10px;
}

.email-home {
  font-size:70px;
  line-height:70px;
  margin-top: 0px;
}
.pie-gris {
  background-color:#333;
  padding: 70px 0;
}

#row-menu-negro {
  background-color:#000;
  margin-top:22px;
  position: fixed;
  right: 0;
  left: 0;
  top: 98px;
  z-index: 1030;
}

ul#menu-negro li a {
  color:#fff ;
}

ul#menu-negro {
  margin-left:50px;
  display: inline-flex;
}

ul#menu-negro li a:hover, ul#menu-negro li a.active {
  background-color:transparent;
  color:#999;
}

.img-no-padding {
  padding-left:0px;
  padding-right:0px;
}

.text-equip {
	background-color:#FFF;
	padding:15px 15px 25px 15px;
	min-height:200px;
	position:relative;
}

.p-corr-equip {
  position:absolute;
  bottom: 26px;
}

.tit-colla {
  font-size:100px;
  line-height:100px;
}

.arrow-home {
  margin-left: auto;
  margin-right: auto;
  width: 53px;
  margin-top: 50px;
  cursor: pointer;
}

.arrow-home img {
  -webkit-transition:all .9s ease; /* Safari y Chrome */
  -moz-transition:all .9s ease; /* Firefox */
  -o-transition:all .9s ease; /* IE 9 */
  -ms-transition:all .9s ease; /* Opera */
  transition:all .9s ease;
}

.arrow-home:hover img {
  -webkit-transform:scale(1.20);
  -moz-transform:scale(1.20);
  -ms-transform:scale(1.20);
  -o-transform:scale(1.20);
  transform:scale(1.20);
}

.arrow-home-top{
  width: 32px;
  position: fixed;
  right: 150px;
  bottom: 75px;
  display: none;
  cursor:pointer;
  z-index: 2500;
}

.arrow-home-top img {
  -webkit-transition:all .9s ease; /* Safari y Chrome */
  -moz-transition:all .9s ease; /* Firefox */
  -o-transition:all .9s ease; /* IE 9 */
  -ms-transition:all .9s ease; /* Opera */
  transition:all .9s ease;
}

.arrow-home-top:hover img {
  -webkit-transform:scale(1.20);
  -moz-transform:scale(1.20);
  -ms-transform:scale(1.20);
  -o-transform:scale(1.20);
  transform:scale(1.20);
}

.hero-txt-serv {
  margin-top: 0px;
  margin-bottom: 0px;
}

.section-title-2 {
  margin-top: 60px;
}

.section-title-3 {
  margin-top: 0px;
}

.section-title-4 {
  margin-top: 30px;
}

.lupa {
  margin-top: 360px;
}

.subtitles-negro {
  color: #333333;
  line-height: 30px;
  font-size: 20px;
  margin-top: 25px;
  margin-bottom: 25px;
  font-family: 'proximanova-bold';
  font-weight: bold;
  font-style: normal;
  letter-spacing: .5px;
}

.subtitles-blanco {
  color: #ffffff;
  line-height: 26px;
  font-size: 22px;
  margin-top: 25px;
  margin-bottom: 25px;
  font-family: 'proximanova-extrabold';
  font-weight: bolder;
  font-style: normal;
  letter-spacing: 1px;
}

.marginbottom-title-serveis {
  margin-bottom: 70px !important;
}

.margin-row {
  margin-top: 45px;
}

.image-center {
  text-align: center;
  margin: 0 auto 20px auto;
}

.image-center2 {
  text-align: center;
  margin: 50px auto 0 auto;
}

.image-center2-2 {
  text-align: center;
  margin: 100px auto 0 auto;
}

.image-center3 {
  text-align: center;
  margin: 0 auto 0 auto;
}

.image-center3-2 {
  text-align: center;
  margin: 0 auto 30px auto;
}

.table>thead>tr>th, .table>tbody>tr>th,
.table>tfoot>tr>th, .table>thead>tr>td,
.table>tbody>tr>td, .table>tfoot>tr>td {
  border-top: none;
}

.table-responsive {
  border: none !important;
}

table.table p {
  color: #fff;
}

.title-tabla {
 font-size:26px;
}

.simplePopup {
  display:none;
  position:fixed;
  border:4px solid #808080;
  background:#fff;
  z-index:3;
  padding:12px;
  width:80%;
  min-width:80%;
}

.simplePopupClose {
  float: right;
  cursor: pointer;
  margin-left: 10px;
  margin-bottom: 10px;
  text-indent: -9999px;
  background-image: url(../images/nan-tic/close.png);
  width: 34px;
  background-repeat: no-repeat;
}

.simplePopupBackground {
  display:none;
  background:#000;
  position:fixed;
  height:100%;
  width:100%;
  top:0;
  left:0;
  z-index:1;
}

.texto-grafico {
  z-index: 20;
}

.grafico {
  z-index: 0;
  position: relative;
  top: -370px;
  left: 225px;
}

.programari-lliure {
  margin-top: -320px;
  padding-bottom: 75px;
}

.reducido { margin-top: 0px !important; }
.reducido img{ width: 80%; height: auto; margin-top: -10px; }
header.reducido .navbar-nav li a{ margin-top: -12px; }

.home-nanfoto {
  background-image:url(../images/nan-tic/4C9A5423-bn.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-color: #000;
  padding: 10px 0;
  position: relative /* Temp CSS */ /* Temp CSS End */;
  height:auto;
  min-height:650px;
}

.texto-lupa {
  z-index:20;
}

.mrg-lupa {
  position: relative;
  z-index: 0;
  top: -275px;
  left: 70px;
}

.texto-piezas {
  margin-top: -400px;
}

.piezas {
  position: relative;
  z-index: 0;
  top: -125px;
  left: -30px;
}

.texto-libros {
  z-index:20;
  margin-top: -100px;
}

.libros {
  position: relative;
  z-index: 0;
  top: -620px;
  left: 525px;
}

.comencem {
  padding-top: 120px;
  padding-bottom: 68px;
}

.colaboraciones {
  margin-top: 165px;
  margin-bottom: 50px;
}

.logo-sub {
  margin-top: 5px;
  margin-left: -12px;
  display:none;
}

.restar-margin-top {
  margin-top: -35px !important;
}

.restar-margin-top-2 {
  margin-top: -12px;
}

.restar-margin-bottom {
  margin-bottom: 0px !important;
}

.restar-padding-top {
  padding-top: 188px !important;
}

.add-padding-bottom {
  padding-bottom: 268px;
}

.add-margin-bottom {
  margin-bottom: 118px !important;
}

.restar-padding-top-2 {
  padding-top: 118px !important;
}

.content-fotos-padbotm {
  padding-bottom: 120px;
}

.row.content-fotos-padbotm p {
    padding-bottom: 20px;
}

.enlaces-pre {
  padding-bottom: 15px;
  padding-left: 20px;
  color:#45aed6;
  text-decoration: underline;
}

.scrolloff {
  pointer-events: none;
}

.max-780 {
  max-height: 780px;
}

.text-equip-yellow-trans {
  background-color: rgba(167,188,133,0.30);
  position: relative;
  top: -170px;
  color: #fff;
  height: 170px;
  padding:30px 30px 0 30px;
}

.title-cat-noticia {
  font-size:14px;
}

.text-equip-yellow-trans > .title-noticia {
  font-size:30px;
}

.column-down {
  position: relative;
  top: -145px;
}

.text-equip-blue-trans {
  position: relative;
  top: -145px;
  color: #fff;
  height: 145px;
  padding: 30px 20px 0 20px;
  background-color: rgba(1,155,195,0.30);
}

.text-equip-blue-trans > .title-noticia {
  font-size:24px;
  line-height: 24px;
}

.mrg-tp-80 {
  margin-top:80px;
}

.text-equip-noticias {
  color: #272727;
  padding: 15px 15px 25px 15px;
  background-color: #fff;
  min-height: 200px;
  position: relative;
}

.text-equip-noticias > .title-noticia {
  font-size:24px;
  line-height: 24px;
}

.text-noticia {
  font-size:14px;
  line-height:18px;
  margin-top: 20px;
}

#bot-fotm-idex3 {
  color: #fff;
  background-color: #0096c8;
  border-color: #0096c8;
  border-bottom-width: 0px;
  height: 48px;
  font-size: 20px;
  padding: 7px 45px 4px 45px;
  margin-top: 100px;
  margin-bottom: 0;
}

.noticia-nan {
  background-image:url(../images/nan-tic/2560x650-ordenador.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-color: #000;
  padding: 10px 0;
  position: relative /* Temp CSS */ /* Temp CSS End */;
  min-height:650px;
}

.autor-fecha {
  margin-bottom: 30px;
  font-size: 16px;
}

.autor-fecha .autor {
  color:#45aed6;
}

.autor-fecha .fecha {
  margin-left:25px;
  color:#b0b0b0;
}

.foto-noticia {
  margin: 85px 0 85px 0;
}

.etiquetas {
  margin-top: 30px;
}

.etiqueta {
  color: #A7BC85;
  font-size: 16px;
  display: inline-block;
  padding: 3px 10px 0 10px;
  border: 1px solid #A7BC85;
  margin: 0 14px 0 0;
  border-radius: 5px;
}

.content-img {
  overflow: hidden;
}

.zoom img {
  -webkit-transition:all .7s ease; /* Safari y Chrome */
  -moz-transition:all .7s ease; /* Firefox */
  -o-transition:all .7s ease; /* IE 9 */
  -ms-transition:all .7s ease; /* Opera */
  transition:all .7s ease;
  width:100%;
}

.zoom img:hover {
  -webkit-transform:scale(1.15);
  -moz-transform:scale(1.15);
  -ms-transform:scale(1.15);
  -o-transform:scale(1.15);
  transform:scale(1.15);
}

.no-padd-left {
  padding-left:0;
}

.menu2 {
  margin-left: 65px;
}

.menu2 li {
  padding: 0px 0 0 10px;
}

.menu2 li.idioma {
  margin: 0px 0 0 15px;
}

.menu2 li a {
  font-size: 12px;
}

.foto-parallax-1 {
  background: url(../images/2560x600_1.jpg) no-repeat;
  background-position: top center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  padding: 100px 0;
  position: relative /* Temp CSS */ /* Temp CSS End */;
  height: auto;
  min-height: 550px;
}

.foto-parallax-2 {
  background: url(../images/2560x600_2.jpg) no-repeat;
  background-position: top center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  padding: 100px 0;
  position: relative /* Temp CSS */ /* Temp CSS End */;
  height: auto;
  min-height: 550px;
}

.foto-parallax-3 {
  background: url(../images/2560x600_3.jpg) no-repeat;
  background-position: top left;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  padding: 100px 0;
  position: relative /* Temp CSS */ /* Temp CSS End */;
  height: auto;
  min-height: 550px;
}

.foto-parallax-4 {
  background: url(../images/2560x600_4.jpg) no-repeat;
  background-position: top center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  padding: 100px 0;
  position: relative /* Temp CSS */ /* Temp CSS End */;
  height: auto;
  min-height: 550px;
}

.foto-no-parallax {
    background: url(../images/2560x1140.jpg) no-repeat;
    background-position: top center;
    background-repeat: no-repeat;
    position: relative /* Temp CSS */ /* Temp CSS End */;
    height: auto;
    min-height: 1139px;
}

.sub-title-grande {
  font-size: 21px;
  line-height: 31px;
  font-family: 'proximanova-regular';
  font-weight: 100;
  font-style: normal;
  width: 78%;
  margin: 0 auto;
}

.sub-title-grande2 {
  font-size: 21px;
  line-height: 31px;
  font-family: 'proximanova-regular';
  font-weight: 100;
  font-style: normal;
  width: 78%;
  margin: 0 auto;
}

.marg-top-cajas {
  margin-top: 130px;
}

.cajas-naranjas {
  border: 1px solid #dc4405
}

.tit-caja-naranja {
  font-family: 'proximanova-extrabold';
  font-weight: normal;
  font-style: normal;
  letter-spacing: 1px;
  margin-top: 30px;
}

.tit-caja-naranja2 {
font-family: 'proximanova-extrabold';
  font-weight: normal;
  font-style: normal;
  letter-spacing: 1px;
  margin-top: 30px;
  font-size: 32px;
}

hr.caja-naranja {
  border-top: 2px solid #333333 !important;
  border-bottom: 1px solid #333333 !important;
  width: 20px !important;
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}

.lista-cajas-naranja li {
  text-align:center;
}

.marg-top-45 {
  margin-top: 77px;
}

img.foto-responsive {
  display: block;
  margin: 30px auto 50px auto;
}

img.foto-responsive2 {
  display: block;
  margin: 30px 0 40px 0;
}

.div-btn-demo .btn-demo {
  margin: 30px auto 20px auto;
}

.boton-naranja {
  font-family: 'Helvetica neue';
  font-weight: 100;
  font-style: normal;
  background-color: #dc4405;
  color: #fff;
  font-size: 17px;
  padding: 6px 0 3px 0;
  display: block;
  width: 115px;
  text-align: center;
  margin: 94px auto 74px auto;
  letter-spacing: 1.2px;
  -ms-transition: all .3s;
  -moz-transition: all .3s;
  -webkit-transition: all .3s; /* Safari */
  transition: all .3s;
}

.boton-naranja:hover {
  background-color: #FF7f41;
}

.boton-naranja2 {
  font-family: 'proximanova-bold';
  font-weight: normal;
  font-style: normal;
  background-color: #dc4405;
  color: #fff;
  font-size: 17px;
  padding: 6px 0 3px 0;
  border-radius: 5px;
  display: block;
  text-align: center;
  margin: 30px auto 74px auto;
  letter-spacing: 1px;
  -ms-transition: transform 1s;
  -moz-transition: transform 1s;
  -webkit-transition: all 1s;
  transition: transform 1s;
  float: left;
  width: 100%;
  max-width: 386px;
}

.boton-naranja2:hover {
  -moz-transform: scale(1.1,1.1);
  -ms-transform: scale(1.1,1.1); /* IE 9 */
  -webkit-transform: scale(1.1,1.1); /* Safari */
  transform: scale(1.1,1.1);
}

.boton-naranja-grande {
  font-family: 'Helvetica neue';
  font-weight: 100;
  font-style: normal;
  background-color: #dc4405;
  /*background-color: #FF7f41;*/
  color: #fff;
  font-size: 17px;
  padding: 18px 0 17px 0;
  /*border-radius: 5px;*/
  display: block;
  width: 215px;
  text-align: center;
  margin: 100px auto 75px auto;
  letter-spacing: 1.4px;
  -ms-transition: all .3s;
  -moz-transition: all .3s;
  -webkit-transition: all .3s; /* Safari */
  transition: all .3s;
}

.boton-naranja-grande:hover{
  background-color: #FF7f41;
}

.align-center {
  display: block;
  margin: auto;
}

.marg-top-bolas {
  margin-top:50px;
}

.marg-top-20 {
  margin-top: 20px !important;
}

.fl-right {
  display: block;
  float: right;
}

.marg-top-100 {
  margin-top: 100px;
}

.subtitles-negro2 {
  color: #333333;
  line-height: 38px;
  font-size: 28px;
  margin-top: 25px;
  margin-bottom: 25px;
  font-family: 'proximanova-regular';
  font-weight: normal;
  font-style: normal;
  letter-spacing: 1px;
}

.subtitles-negro3 {
  color: #333333;
  line-height: 30px;
  font-size: 20px;
  margin-top: 25px;
  margin-bottom: 70px;
  font-family: 'proximanova-regular';
  font-weight: bolder;
  font-style: normal;
  letter-spacing: 1px;
}

/* Barras porcentajes */
.last-col {
  margin-right: 0!important;
  margin-top: 50px;
  margin-bottom: 50px;
}

.two-third {
  width: 100%;
}

.column {
  float: left;
  margin-right: 40px;
  min-height: 1px;
}

div .skill:first-child {
  margin-top: 0;
}

.skill.anim {
  margin-top: 28px;
}

.skill .skill-name {
  margin-bottom: 7px;
  display: block;
  font-family: 'proximanova-bold';
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
}

div h1:first-child, div h2:first-child, div h3:first-child, div h4:first-child, div h5:first-child, div h6:first-child {
  margin-top: 0;
}

.skill .skill-bar {
  background: #e5e5e5;
  height: 2px;
  width: 100%;
  position: relative;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -khtml-border-radius: 2px;
  -webkit-border-radius: 2px;
  margin-bottom: 22px;
}

.skill .skill-bar .skill-active {
  background: #dc4405;
  height: 100%;
  position: relative;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -khtml-border-radius: 2px;
  -webkit-border-radius: 2px;
}

.animate-barras {
  -webkit-animation: animate-stripes 2s linear;
  -moz-animation: animate-stripes 2s linear;
  animation: animate-stripes 2s linear;
}

@-webkit-keyframes animate-stripes {
  0% {width: 0;} 100% {}
}

@-moz-keyframes animate-stripes {
  0% {width: 0;} 100% {}
}

@keyframes animate-stripes {
  0% {width: 0;} 100% {}
}

.animate-iconos {
  -webkit-animation: animate-icons 1s ease-out;
  -moz-animation: animate-icons 1s ease-out;
  animation: animate-icons 1s ease-out;
}

@-webkit-keyframes animate-icons {
  0% {width: 0;} 100% {width: 175px;}
}

@-moz-keyframes animate-icons {
  0% {width: 0;} 100% {width: 175px;}
}

@keyframes animate-icons {
  0% {width: 0;} 100% {width: 175px;}
}

.tooltip {
  position: absolute;
  width: 57px;
  height: 19px;
  line-height: 10px;
  line-height: 5px;
  padding: 17px 46px 15px 13px;
  font-size: 20px;
  text-align: center;
  color: #fff;
  background: #797978;
  border-radius: 5px;
  top: -43px !important;
  right: -16px;
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "alpha(Opacity=0)";
}

.tooltip:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-width: 4px;
  border-style: solid;
  border-color: #797978 transparent transparent;
  top: 32px;
  left: 37px;
}
/* Fin Barras porcentajes */

hr.raya-corta {
  border-top: 2px solid #dc4405;
  border-bottom: 1px solid #dc4405;
  width: 20px;
  margin-top: 30px;
  margin-bottom: 30px;
}

hr.raya-blanca {
  border-top: 2px solid #fff;
  border-bottom: 1px solid #fff;
  width: 70px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.marg-top-bot {
  margin-top: 60px !important;
  margin-bottom: 60px !important;
}

.marg-bottom-60 {
  margin-bottom: 60px;
}

.marg-bottom-140 {
  margin-bottom: 140px;
}

.paddings-titul {
  padding-left: 60px !important;
  padding-right: 60px !important;
}

.marg-top-50 {
  margin-top: 50px !important;
}

.marg-bot-50 {
  margin-bottom: 50px !important;
}

.marg-button {
  margin: 0 16px 40px 0 !important;
  float: left;
}

.marg-top-75 {
  margin-top: 75px;
}

.marg-top-25 {
  margin-top: 25px !important;
}

.marg-top-30 {
  margin-top: 30px !important;
}


.marg-top-35 {
  margin-top: 35px !important;
}

.marg-top-40 {
  margin-top: 40px !important;
}

.marg-top-45 {
  margin-top: 45px !important;
}

.clear {
  clear:both;
}

input, textarea {
  margin-bottom: 15px;
  border: 1px solid #333;
  color: #333;
  font-size: 14px !important;
  width: 100%;
  padding: 3px 8px 3px 8px;
  border-radius: 5px;
}

textarea {
  height: 150px;
}

input.boton-naranja {
  float: left;
  margin-top: 15px;
  padding: 0;
  border: none;
  width: 100px;
}

.direcciones {
min-height: 200px;
  font-size: 16px;
  line-height: 24px;
}

.direcciones p {
  margin-bottom: 10px;
}

.no-style-link {
  color: #333333;
}

.no-style-link:hover {
  color: #333333;
}

.fijo {
  position: fixed;
  width: 100%;
  z-index: 3000;
}

.fijo div#nav-nan-1 ul {
  margin-top: 0px;
}

.logop.reduced {
  width:70px;
}

.menu2 {
  float:right !important;
}

@media screen and (min-width: 1440px) {
  .height-desktop {
    height: 300px;
  }

  .height-desktop2 {
    height: 400px;
  }

  .force-100 {
    width:70%;
  }
}

@media screen and (max-width: 1439px) {
  .home-nan {
    padding: 240px 0 84px 0 !important;
  }

  .home-nan .fondo {
    position: absolute !important;
    top: 0px !important;
    left: 0px !important;
    min-height: 600px !important;
    min-width: 100% !important;
    width: 100% !important;
    height: 600px !important;
    overflow: hidden !important;
  }

  .tit-nan {
    font-size: 52px !important;
    line-height: 62px !important;
  }

  .arrow-home {
    margin-top: 20px !important;
  }

  .st-home-unit {
    padding-top:0 !important;
    padding-bottom:0 !important;
  }

  .tit-nan-negro {
    font-size: 50px !important;
    line-height: 60px !important;
  }


  .tit-nan-blanco {
    font-size: 50px !important;
    line-height: 60px !important;
  }

  .force-100{
    width:80%;
  }

  .menu2 {
    margin-left: 25px !important;
  }

  .foto-parallax-1 {
    min-height: 400px !important;
  }

  .foto-parallax-2 {
    min-height: 400px !important;
  }

  .foto-parallax-3 {
    min-height: 400px !important;
  }

  .foto-parallax-4 {
    min-height: 400px !important;
  }

  .foto-no-parallax{
    min-height: 400px !important;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
  }

  #home-contenedor-gris {
    padding: 90px 0 50px 0 !important;
    float: none;
    position: relative;
  }

  .force-50{
    width: 47%;
  }

  .force-0{
    width: 0%;
  }

  .home-nan-map {
    width: 100%;
    height: auto;
    min-height: 400px;
  }

  .home-nan-map .fondo2 {
    position: absolute;
    top: 0px;
    left: 0px;
    min-height: 730px;
    min-width: 100%;
    width: 100%;
    height: 730px;
    overflow: hidden;
  }

  .height-desktop{
    height: 350px;
  }

  .height-desktop2{
    height: 400px;
  }

  #home-contenedor13 {
    padding: 430px 0 100px 0 !important;
  }

  .force-right{
    right: 44%;
  }
}

@media (min-width: 1201px) {
  .logop {
    width: 100px;
    margin: 6% 18%;
  }
  .logop.reduced{
    width: 90px;
  }
}

@media only screen and (max-width: 1300px) and (min-width: 1201px) {
  .home-nan {
    padding: 200px 0 90px 0 !important;
  }

  .menu2 {
    margin-left: 25px !important;
  }

  #home-contenedor-gris {
    padding: 90px 0 50px 0 !important;
    float: none;
    position: relative;
  }

  .home-nan .fondo {
    position: absolute !important;
    top: 0px !important;
    left: 0px !important;
    min-height: 600px !important;
    min-width: 100% !important;
    width: 100% !important;
    height: 600px !important;
    overflow: hidden !important;
  }
}

@media only screen and (max-width: 1200px) and (min-width: 992px) {
  #main-menu > .container {
    width: 100% !important;
  }

  .navbar-collapse {
    z-index: 1 !important;
    position: static !important;
    background-color: transparent !important;
  }

  .arrow-home-top {
    width: 32px;
    position: fixed;
    right: 20px;
    bottom: 30px;
    display: none;
    cursor: pointer;
  }

  .fijo div#nav-nan-1 ul {
    margin-top: -6px;
  }

  .subtitles-negro2 {
    margin-left: 25px;
  }

  #nav-nan-1 {
    width: 100% !important;
  }

  .nav:first-child > li {
    padding: 0px 12px !important;
  }

  .menu2 li {
    margin: 0px 0 0 7px !important;
    padding: 0px 0 0 7px;
  }

  .menu2 li.idioma {
    margin: 0px 0 0 7px !important;
  }

  .nantic-menu {
    font-size: 13px !important;
    color: #fff !important;
  }

  #home-contenedor13 {
    padding: 430px 0 100px 0 !important;
  }
}

@media only screen and (max-width: 991px) {
  .logop {
    width:100px;
  }

  .suport-nan {
    margin-top: 50px;
  }

  .hero-txt-serv {
    margin-top: 135px;
    margin-bottom: 0px;
  }

  .arrow-home-top {
    width: 32px;
    position: fixed;
    right: 20px;
    bottom: 30px;
    display: none;
    cursor: pointer;
  }

  .texto-grafico {
    margin-top: 75px;
  }

  .grafico {
    z-index: 0;
    position: relative;
    top: 0;
    left: 0;
  }

  .programari-lliure {
    margin-top: 0px;
  }

  #bloque-presentacion2 {
    margin:50px 0 0 0;
  }

  .mrg-lupa {
    position: relative;
    z-index: 0;
    top: -70px;
    left: 0;
  }

  .section-title-3 {
    margin-top: 85px;
  }

  .piezas {
    position: relative;
    z-index: 0;
    top: -25px;
    left: -30px;
  }

  .libros {
    position: relative;
    z-index: 0;
    top: 0;
    left: 0;
    padding-bottom: 75px;
  }

  #cta3 {
    margin-top: 0px;
  }

  .home-nan {
    padding: 135px 0 0 0 !important;
    width: 100% !important;
    height: auto;
    min-height: 400px !important;
    margin-top: -115px !important;
    z-index: 0 !important;
    position: relative !important;
  }

  .home-nan .fondo {
    position: absolute !important;
    top: 0px !important;
    left: 0px !important;
    min-height: auto !important;
    min-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    overflow: hidden !important;
  }

  .arrow-home {
    margin-top: 15px !important;
  }

  #main-menu {
    z-index: 2000 !important;
    background-color: rgba(0,0,0,0.8);
  }

  div#nav-nan-1 ul {
    float: left !important;
  }

  .tit-nan-negro {
    word-wrap: break-word;
    font-size: 24px !important;
  }

  .tit-nan-blanco {
    font-size: 24px !important;
    line-height: 34px !important;
  }

  .tit-nan {
    font-size: 24px !important;
    line-height: 24px !important;
  }

  .tit-nan2 {
    font-size: 18px !important;
    line-height: 28px !important;
  }

  .text-white {
    font-size: 18px !important;
    line-height: 28px !important;
  }

  .sub-title-grande {
    font-size: 20px !important;
    line-height: 30px !important;
  }

  .sub-title-grande2 {
    font-size: 20px !important;
    line-height: 30px !important;
  }

  .subtitles-negro2 {
    color: #333333;
    line-height: 34px !important;
    font-size: 24px !important;
    text-align: center;
  }

  .st-home-unit {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }

  .navbar-collapse {
    z-index: 2000 !important;
    position: absolute !important;
    background-color: rgba(0,0,0,0.7);
    padding: 0 15px 0 15px !important;
    left: -9px !important;
  }

  .menu2 {
    float: left !important;
    clear: both !important;
    width: 175px !important;
  }

  .menu2 li {
    width: auto !important;
    display: inline-block !important;

  }

  .menu2 li:first-child{
    clear: both;
    display: block !important;
  }

  .force-100{
    width:100%;
  }

  .foto-parallax-1 {
    min-height: 250px !important;
  }

  .foto-parallax-2 {
    min-height: 250px !important;
  }

  .foto-parallax-3 {
    min-height: 250px !important;
  }

  .foto-parallax-4 {
    min-height: 250px !important;
  }

  .foto-no-parallax {
    min-height: 250px !important;
  }

  .force-center{
    float: none !important;
    margin: auto;
  }

  #home-contenedor-gris {
    padding: 97px 0 30px 0 !important;
  }

  #nav-nan-1 {
    float: none !important;
    width: 40%;
    margin-left: 0 !important;
  }

  .margin-bot-movil {
    margin-bottom:70px;
  }

  .force-50 {
    width: 100%;
  }

  .force-paddings-lr {
    padding-left: 40px;
    padding-right: 40px;
  }

  .tit-caja-naranja2 {
    font-size: 20px;
  }

  #home-contenedor3 {
    padding: 100px 0 0 0;
  }

  .menu2 {
    margin-left: -7px !important;
  }

  .menu2 li.idioma {
    margin: 0px 0 0 0;
  }

  #home-contenedor13 {
    padding: 365px 0 0 0 !important;
  }

  .force-height-0 {
    height: 0 !important;
    min-height: 0 !important;
  }

  .marg-top-45 {
    margin-top: 25px;
  }

  .margin-bot-movil2 {
    margin-bottom:70px;
  }

  #home-contenedor2 {
    padding: 100px 0 0 0;
  }

  #home-contenedor6 {
    padding: 90px 0 0 0;
    overflow: hidden;
  }

  .margin-bot-movil3 {
    margin-bottom: 115px;
  }

  .height-desktop {
    height: 250px;
  }

  #home-contenedor-gris-claro3 {
    padding: 30px 0 0 0;
  }

  .st-home-unit {
    margin-top: 178px;
  }

  .home-nan-map .fondo2 {
      min-height: 670px;
  }

  #home-contenedor14 {
    padding: 84px 0 50px 0;
  }

  .force-right {
    right: 0%;
  }

  .marg-top-25-resp {
    margin-top: 25px !important;
  }

  .direcciones {
    min-height: 120px !important;
    font-size: 16px;
    line-height: 24px;
  }
}

@media only screen and (max-width: 768px) {
  .home-nan5 {
    height: 798px;
    min-height: 798px;
  }

  .home-nan-map .fondo2 {
    min-height: 682px;
    height: 682px;
  }

  .marg-top-25-resp {
    margin-top: 25px !important;
  }

  .direcciones {
    min-height: 120px !important;
    font-size: 16px;
    line-height: 24px;
  }

  .home-nan {
    padding: 215px 0 0 0 !important;
    width: 100% !important;
    height: 825px;
    margin-top: -115px !important;
    z-index: 0 !important;
    position: relative !important;
  }

  video {
    height: 824px;
  }
}

@media only screen and (max-width: 425px) {
  .home-nan {
    padding: 200px 0 0px 0 !important;
    width: 100% !important;
    height: auto;
    margin-top: -115px !important;
    z-index: 0 !important;
    position: relative !important;
  }

  .home-nan .fondo {
    position: absolute !important;
    top: 0px !important;
    left: 0px !important;
    min-height: auto !important;
    min-width: 100% !important;
    width: 100% !important;
    height: 418px !important;
    overflow: hidden !important;
  }

  .st-home-unit {
    margin-top: 72px;
    margin-bottom: 72px;
  }

  .tit-nan {
    font-size: 24px !important;
    line-height: 24px !important;
  }

  div#nav-nan-1 ul {
    float: left !important;
  }

  #nav-nan-1 {
    float: none !important;
    width: 50%;
    margin-left: 0 !important;
  }

  .home-nan4 {
    background-image:url(../images/2560x1460_2.jpg);
    background-position: top center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    -webkit-background-size: 375%;
    -moz-background-size: 375%;
    -o-background-size: 375%;
    background-size: 375%;
    background-color: #000;
    padding: 10px 0;
    position: relative /* Temp CSS */ /* Temp CSS End */;
    height:auto;
    min-height:550px;
    padding: 200px 0 0 0;
    margin-top: -116px;
  }

  .home-nan {
    min-height:550px !important;
  }

  .home-nan5 {
    min-height:550px !important;
    -webkit-background-size: 375%;
    -moz-background-size: 375%;
    -o-background-size: 375%;
    background-size: 375%;
  }

  .home-nan6 {
    min-height:550px !important;
    height: 675px !important;
    -webkit-background-size: 375%;
    -moz-background-size: 375%;
    -o-background-size: 375%;
    background-size: 375%;
  }

  .home-nan7 {
    min-height:550px !important;
    -webkit-background-size: 375%;
    -moz-background-size: 375%;
    -o-background-size: 375%;
    background-size: 375%;
  }

  .home-nan8 {
    -webkit-background-size: 375%;
    -moz-background-size: 375%;
    -o-background-size: 375%;
    background-size: 375%;
  }

  .home-nan2 {
    -webkit-background-size: 375%;
    -moz-background-size: 375%;
    -o-background-size: 375%;
    background-size: 375%;
  }

  .home-nan3 {
    -webkit-background-size: 375%;
    -moz-background-size: 375%;
    -o-background-size: 375%;
    background-size: 375%;
  }

  .serveis-nan {
    -webkit-background-size: 375%;
    -moz-background-size: 375%;
    -o-background-size: 375%;
    background-size: 375%;
  }

  .serveis-nan2 {
    -webkit-background-size: 375%;
    -moz-background-size: 375%;
    -o-background-size: 375%;
    background-size: 375%;
  }

 .suport-nan {
    -webkit-background-size: 375%;
    -moz-background-size: 375%;
    -o-background-size: 375%;
    background-size: 375%;
  }

  .foto-parallax-4 {
    -webkit-background-size: 375%;
    -moz-background-size: 375%;
    -o-background-size: 375%;
    background-size: 375%;
  }

  .foto-parallax-3 {
    -webkit-background-size: 375%;
    -moz-background-size: 375%;
    -o-background-size: 375%;
    background-size: 375%;
  }

  .foto-parallax-1 {
    -webkit-background-size: 375%;
    -moz-background-size: 375%;
    -o-background-size: 375%;
    background-size: 375%;
  }

  .foto-parallax-2 {
    -webkit-background-size: 375%;
    -moz-background-size: 375%;
    -o-background-size: 375%;
    background-size: 375%;
  }

  .flexslider .slides img {
    width: 75% !important;
  }

  .margin-bot-movil{
    margin-bottom:60px;
  }

  .home-nan-map .fondo2 {
    min-height: 550px !important;
  }

  .home-nan-map .fondo2 {
    height: 550px !important;
  }

  #home-contenedor13 {
    padding: 236px 0 0 0 !important;
  }

  .st-home-unit2 {
    margin-top: 35px;
    margin-bottom: 75px;
  }

  .st-home-unit2 {
    padding-top: 90px !important;
  }

  .home-nan {
    padding: 215px 0 0 0 !important;
    width: 100% !important;
    height: 700px;
    margin-top: -115px !important;
    z-index: 0 !important;
    position: relative !important;
  }

  video{
    height: 700px;
  }
}

@media only screen and (max-width: 375px) {
  .tit-nan2 {
    font-size: 14px !important;
    line-height: 14px !important;
  }

  div#nav-nan-1 ul {
    float: left !important;
  }

  #nav-nan-1 {
    float: none !important;
    width: 60%;
    margin-left: 0 !important;
  }

  .home-nan {
    padding: 215px 0 0 0 !important;
    width: 100% !important;
    height: 600px;
    margin-top: -115px !important;
    z-index: 0 !important;
    position: relative !important;
  }

  video{
    height: 600px;
  }

  .home-nan5 {
    height: 598px;
    min-height: 598px;
  }

  .home-nan6 {
    min-height: 598px !important;
    height: 598px !important;
  }

  .home-nan-map .fondo2 {
    height: 490px !important;
  }

  .home-nan-map .fondo2 {
    min-height: 490px !important;
  }
}

@media only screen and (max-width: 320px) {

  .home-nan {
    padding: 183px 0 0px 0 !important;
  }

  .tit-nan {
    font-size: 23px !important;
    line-height: 19px !important;
  }

  div#nav-nan-1 ul {
    float: left !important;
  }

  #nav-nan-1 {
    float: none !important;
    width: 70%;
    margin-left: 0 !important;
  }

  .st-home-unit {
    margin-top: 86px;
    margin-bottom: 72px;
  }

  .home-nan5 {
    height: 598px;
    min-height: 798px;
  }

  .home-nan-map .fondo2 {
    height: 500px !important;
  }

  .home-nan-map .fondo2 {
    min-height: 500px !important;
  }
}

.info-gobierno-ue {
  font-size: 12px;
  line-height: 1.4em;
  color: #787878;
  margin-top: 54px;
}

.info-gobierno-ue p {
  margin: 10px 0;
}

[lang=fr] .info-gobierno-ue,
[lang=en] .info-gobierno-ue,
[lang=pt] .info-gobierno-ue {
  display: none;
}

.btn-demo {
  width: 209px;
  font-size: 15px;
}
