/*--------TEMPLATE y HELPERS--------*/
/*Media querys*/
/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default in Bootstrap */
@media(max-width:767px){}
/* Small devices (tablets, 768px and up) */
@media(min-width:768px){}
/* Medium devices (desktops, 992px and up) */
@media(min-width:992px){}
/* Large devices (large desktops, 1200px and up) */
@media(min-width:1200px){}

/*
@color-verde:#00FF00;
@color-gris:#000000;
*/

/*--------FONTS--------*/
@font-face {
    font-family: 'robotoregular';
    src: url('../fonts/Roboto-Regular-webfont.eot');
    src: url('../fonts/Roboto-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Roboto-Regular-webfont.woff') format('woff'),
         url('../fonts/Roboto-Regular-webfont.ttf') format('truetype'),
         url('../fonts/Roboto-Regular-webfont.svg#robotoregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

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

}

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

}

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

}

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

}


/*--------ELEMENTOS HTML--------*/
body {
  	font-family:'robotoregular', Arial, serif;
  	color:#000;
 	font-size:16px;
}

p {
	font-family:'robotoregular', Arial, serif;
	font-size:12px;
	line-height:14px;
}

p.subtxt {
	font-size:22px;
	line-height:normal;
	text-align:center;
}

strong {
	font-family:'robotoregular', Arial,serif;
	font-weight:bold;
}

h1 {
	font-family: 'brandon_grotesqueblack', Arial,serif;
	text-transform:uppercase;
	text-align:center;
	font-size:46px !important;
	margin:50px 0;
	padding:0;
}

h2,h3 {
	font-family:'brandon_grotesquebold', Arial, serif;
	color:#000;
	text-transform:uppercase;
}

h2.linea  {
   font-size:22px;
   width: 100%; 
   text-align: center; 
   border-bottom: 1px solid #000; 
   line-height: 0.1em;
   margin: 60px 0 60px 0; 
} 

h2.linea  span { 
    background:#fff; 
    padding:0 10px; 
}

@media(max-width:767px){
	h2 {
		font-size:24px;
	}
	h2.linea  {
	   font-size:18px;	
	   margin: 30px 0 30px 0;  
	   line-height: normal;  
	} 

}
@media(min-width:768px){
	h2 {
		font-size:28px;
	}
	h2.linea  {
	   font-size:20px;	
	   margin: 50px 0 50px 0;    
	} 
}
@media(min-width:992px){
	h2 {
		font-size:32px;
	}
	h2.linea  {
	   font-size:22px;	
	   margin: 60px 0 60px 0;    
	} 
}
@media(min-width:1200px){
	h2 {
		font-size:36px;
	}	
}




* {
  border-radius:0 !important;
}

/*--------MENU PRINCIPAL--------*/
header {
	background:url('../img/nav-background.png') repeat-x #0692ec;
}

.navbar-default {
    background-color: transparent;
    border-color: transparent;
}

/*Logo*/
.navbar-default .navbar-brand {
	color: #FFF;
    overflow: visible;
    padding-top: 0;
    padding-bottom: 0;
    text-transform: uppercase;
}

.navbar-default .navbar-brand span {
	padding-top:3px;
	display:block;
	font-size:10px;
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
    color: #FFF;
}

.navbar-default .navbar-nav > li > a {
    color: #FFF;
    font-family:'robotoregular', Arial, serif;
    background:url('../img/nav-li-separator.png') no-repeat right center transparent;
    padding:15px 15px 23px 10px;
    text-transform: uppercase;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
	color:#8acbf6;
	text-decoration:none;
}

.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .active > a:hover, 
.navbar-default .navbar-nav > .active > a:focus {
    color: #8acbf6;
    background-color: transparent;
    border-bottom:5px solid #8acbf6;
}

/* caret */
.navbar-default .navbar-nav > .dropdown > a .caret {
    display:none;
}

/* mobile version */
.navbar-default .navbar-toggle {
    border-color: #DDD;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #DDD;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #CCC;
}

/*Menu idioma*/
.navbar-default .idioma > li > a {
	background:transparent;
	color:#8acbf6;
	padding:5px;
}

.navbar-default .idioma > li > a:hover,
.navbar-default .idioma > li > a:focus {
	color:#FFF;
	text-decoration:none;
}

.navbar-default .idioma > .active > a, 
.navbar-default .idioma > .active > a:hover, 
.navbar-default .idioma > .active > a:focus {
	background:transparent;
    color: #FFF;
}

.navbar-default .idioma > .active > a, 
.navbar-default .idioma > .active > a:hover, 
.navbar-default .idioma > .active > a:focus {
    color: #FFF;
    background-color: transparent;
    border-bottom:none;
}


@media (max-width: 767px) {
	header {
		height:auto;
		background:#089cfd;
	}
	.navbar {
	  	margin:0;
	}
	.navbar-default .navbar-brand img {
		padding:10px;
		width:120px;
	}
    .navbar-default .navgroup {
		position:relative;
	}
	.navbar-default .navbar-nav {
		position: relative;		
	}
	.navbar-default .idioma {
		position: relative;		
	}
	.navbar-collapse {
		border:none;
		background-color: #089cfd;
	}
	.navbar-default .navbar-nav > li > a {	   
	    background:url('../img/nav-li-separator.png') no-repeat right center transparent;
	    padding:3px;
	}
		.navbar-default .idioma > li > a {
		background:none;
		float:left;		
	}	
}

@media(min-width:768px){   
	header {
		height:138px;
	} 
	.navbar {
	  	margin:30px 0 0 0;
	}
	.navbar-default .navbar-brand img {
		width:190px;
	}
	.navbar-default .navgroup {
		position:relative;
		clear:both;
	}
	.navbar-default .navbar-nav {
		position:absolute;
		right:0;
		top:-50px;
		margin-top:45px;
	}
	.navbar-default .idioma {
		position:absolute;
		right:0;
		top:-110px;
		margin-top:45px;
	}
	.navbar-default .navbar-nav > li > a {	 
	    font-size:12px;
	}
  	.navbar-default .navbar-nav > li:last-child > a {	   
	    background:none;
	}
}

@media(min-width:992px){
	.navbar-default .navbar-nav > li > a {	 
	    font-size:15px;
	}
}

@media(min-width:1200px){

}


/*--------SECCIONES y CONTENIDO--------*/

/*Título H1 de página, no visible*/
.h1title {
	display:none;
}

/*Sección home*/
.jumbotron {
	position:relative;
	/*background:url(../img/home-imagen-slider-1.jpg) no-repeat #CCC;*/
	margin:0;
	padding:0;
	border-radius:none;
	color:#000;
	margin-bottom:20px;
	text-shadow:1px 1px 1px #CCC;
	background-color:transparent;
}

#home .imgcontainer {
	position:absolute;
	padding:0;
	margin:0;
	width:100%;
	background-color:#000;
	background-size:cover;
	background-repeat: no-repeat;
}

.homesliderimage-0 {
	background-image:url(../img/home-imagen-slider-1.jpg);
}

.homesliderimage-1 {
	background-image:url(../img/home-imagen-slider-2.jpg);
}

#home .jumbotron span.button {
	display:block;
	text-align:center;
	margin:0 auto;
	position:absolute;
	bottom:0;
	width:60px;
	left:50%;
	margin-left:-30px;
}


@media (max-width: 767px) {
	#home .jumbotron {		
		height:380px;
	}
	#home .jumbotron h1 {
		margin-top:60px;
		font-size:22px !important;
	}	
	p.subtxt {
		width:auto;
		font-size:16px;
		margin:0 auto;
		padding:0 20px;
	} 
}

@media(min-width:768px){
	#home .jumbotron {		
		height:420px;
	}
	#home .jumbotron h1 {
		width:520px;
		margin:70px auto 40px auto;
		font-size:32px !important;
	}	
	p.subtxt {
		width:500px;
		font-size:18px;
		margin:0 auto;
	} 
}

@media(min-width:992px){
	#home .jumbotron {		
		height:520px;
	}
	#home .jumbotron h1 {
		width:auto;
		margin-top:80px;
		font-size:40px !important;
	}
	p.subtxt {
		width:auto;
		font-size:20px;
	}  	
}

@media(min-width:1200px){
	#home .jumbotron {		
		height:620px;
	}
	#home .jumbotron h1 {
		width:auto;
		margin-top:170px;
		font-size:46px !important;
	}
	p.subtxt {
		font-size:22px;
	} 
}

/*Jumbotron small, se usa en varias secciones, menos altura*/
.jumbotron.small {		
	background-size:cover !important;
	padding-bottom:30px;
}

@media (max-width: 767px) {
	.jumbotron.small {		
		height:auto;
		text-shadow:1px 1px 1px #FFF;
		margin-bottom:0;
	}
	.jumbotron.small h1 {
		margin:40px auto 30px auto;
		font-size:26px !important;
	}	
	p.subtxt.small {
		width:auto;
		font-size:16px;
		margin:0 auto;
		padding:0 20px;
	} 
}

@media(min-width:768px){
	.jumbotron.small {		
		height:360px;
		margin-bottom:0;
	}
	.jumbotron.small h1 {
		width:520px;
		margin:60px auto 50px auto;
		font-size:32px !important;
	}	
	p.subtxt.small {
		width:500px;
		font-size:18px;
		margin:0 auto;
	} 
}

@media(min-width:992px){
	.jumbotron.small {		
		height:360px;
		margin-bottom:0;
	}
	.jumbotron.small h1 {
		width:auto;
		margin:60px auto 50px auto;
		font-size:40px !important;
	}
	p.subtxt.small {
		width:auto;
		font-size:20px;
	}  	
}

@media(min-width:1200px){
	.jumbotron.small {		
		height:360px;
		margin-bottom:0;
	}
	.jumbotron.small h1 {
		width:auto;
		margin:60px auto 50px auto;
		font-size:46px !important;
	}
	p.subtxt.small {
		font-size:22px;
	} 
}

/*Jumbotron bloque gris*/
.jumbotron.bloque {
	background-color: #eee;
	margin:60px 0;
}

.jumbotron.bloque p{
	line-height:normal;
	font-family: 'robotolight_italic';
	text-align:center;
}


@media (max-width: 767px) {
	.jumbotron.bloque p{
		font-size:24px;
	}
}

@media(min-width:768px){
	.jumbotron.bloque p{
		font-size:28px;
	}
}

@media(min-width:992px){
	.jumbotron.bloque p{
		font-size:32px;
	}
}

@media(min-width:1200px){
	.jumbotron.bloque p{
		font-size:36px;
	}
}


#home h2 {
	border-bottom:1px solid #000;
	padding:20px 0;	
	margin:30px 0;
}

#home h2.servicios {
	background:url(../img/home-title-ico-gears.png) no-repeat right center transparent;
}

#home h2.comercio {
	background:url(../img/home-title-ico-world.png) no-repeat right center transparent;
}

#home ul {
	padding:0 0 0 20px;
}

#home ul li {
	background: url("../img/list-image.png") no-repeat left 10px;
	padding: 0 0 0 20px;
	margin:30px 0;
	list-style: none;
}

#home ul + p {
	display:inline-block;
	width:auto;
	margin:20px 0 0 40px;
	border-bottom:1px solid #089dfd;
	padding-bottom:10px;
}

#home ul + p a {
	font-size:14px;
	color:#000;
	font-weight:bold;
}

#home ul + p a:link {
	text-decoration:none;
}


/*Sección home*/
#por-que-nork .jumbotron.small {
	background:url(../img/por-que-nork_imagen-slider-1.jpg) no-repeat #FFF;
}

#por-que-nork .experiencia img{
	width:100%;
}

#por-que-nork .experiencia h3 {
	font-size:36px;
	margin-top:10px;
}

#por-que-nork .experiencia p {
	font-size:16px;
	line-height:normal;
}

#por-que-nork .experiencia h3 + p {
	padding-bottom:15px;
	border-bottom:1px solid #000;
}

#por-que-nork .experiencia h3 + p img {
	width:auto;
	float:right;
	margin-top:-10px;
}

#por-que-nork .experiencia h3 + p + p {
	margin:30px 0;
}

#por-que-nork .experiencia strong {
	font-size:14px;
}

#por-que-nork .experiencia h3 + p + p + p + p{
	font-size:14px;
	color:#666666;
}

#por-que-nork .tiles img {
	width:100%;
}

#por-que-nork .tiles div {
	padding:10px;
}

#por-que-nork .tiles .blue {
	padding:0;
	margin:0;
	border:10px solid #FFF;
	background-color:#089dfd;
	color:#FFF;
	text-align:center;
}

#por-que-nork .tiles .blue p {
	vertical-align: middle;
	font-size:16px;
	padding:70px;
	line-height:normal;
}

#por-que-nork .tiles .blue strong {
	text-transform: uppercase;
	display:block;
	font-family: 'brandon_grotesquebold';
	font-weight:normal;
	font-size:16px;
	line-height: normal;
}

#por-que-nork .tiles .blue span {
	font-family: 'brandon_grotesquelight';
	font-size:120px;
	display:block;
	line-height: 140px;
}

@media(max-width:767px){
	#por-que-nork .tiles img {
		height:auto;
	}
	#por-que-nork .tiles .blue {
		height:auto;
	}
	#por-que-nork .tiles .blue p {
		padding:20px;
		font-size:14px;
	}
	#por-que-nork .tiles .blue strong {
		font-size:14px;
	}
	#por-que-nork .tiles .blue span {
		font-size:80px;
		line-height: 100px;
	}
}

@media(min-width:768px){
	#por-que-nork .tiles img {
		height:230px;
	}
	#por-que-nork .tiles .blue {
		height:230px;
	}
	#por-que-nork .tiles .blue p {
		padding:25px;
		font-size:14px;
	}
	#por-que-nork .tiles .blue strong {
		font-size:14px;
	}
	#por-que-nork .tiles .blue span {
		font-size:80px;
		line-height: 100px;
	}
}

@media(min-width:992px){
	#por-que-nork .tiles img {
		height:303px;
	}
	#por-que-nork .tiles .blue {
		height:303px;
	}
	#por-que-nork .tiles .blue p {
		padding:40px;
		font-size:16px;
	}
	#por-que-nork .tiles .blue strong {
		font-size:16px;
	}
	#por-que-nork .tiles .blue span {
		font-size:120px;
		line-height: 140px;
	}
}

@media(min-width:1200px){
	#por-que-nork .tiles img {
		height:370px;
	}
	#por-que-nork .tiles .blue {
		height:370px;
	}
	#por-que-nork .tiles .blue p {
		padding:70px;
	}
}

#por-que-nork .entorno h2 + div p {
	position:relative;
	font-family: 'robotolight_italic';
	line-height:normal;
	font-size:24px;
	width:50%;
	z-index:100;
}

#por-que-nork .entorno h2 + div img {
	position:relative;
	margin-top:-150px;
	z-index:50;
	margin-bottom:20px;
}

#por-que-nork .entorno h2 + div + div p {
	position:relative;
	line-height:normal;
	font-size:16px;
	width:50%;
	z-index:100;
}

@media(max-width:767px){
	#por-que-nork .entorno h2 + div p {		
		font-size:20px;
		width:100%;
	}
	#por-que-nork .entorno h2 + div img {
		margin-top:-20px;
		margin-bottom:20px;
	}
	#por-que-nork .entorno h2 + div + div p {
		width:100%;
	}
}

@media(min-width:768px){
	#por-que-nork .entorno h2 + div p {		
		font-size:22px;
		width:50%;
	}
	#por-que-nork .entorno h2 + div img {
		margin-top:-150px;
		margin-bottom:20px;
	}
	#por-que-nork .entorno h2 + div + div p {
		width:50%;
	}
}	

@media(min-width:992px){
	#por-que-nork .entorno h2 + div p {		
		font-size:24px;
		width:50%;
	}
}

@media(min-width:1200px){
	#por-que-nork .entorno h2 + div p {		
		font-size:24px;
		width:50%;
	}
}

/*Sección ingeniería*/
#ingenieria .jumbotron.small {
	background:url(../img/ingenieria_imagen-slider-1.jpg) no-repeat #FFF;
	color:#FFF;
	text-shadow:1px 1px 1px #000;
}

.jumbotron.small .firma {
	margin-top:30px;
	text-align:center;
	font-size:14px;
}

.jumbotron.small .firma strong {
	font-size:16px;	
	display:inline-block;
	margin-bottom:10px;
}

#ingenieria .video3d img {
	width:100%;
}

#ingenieria .proyectos div p {
	text-align:center;
	line-height:normal;
	font-family: 'robotoregular';
	text-align:center;
	font-size:24px;
	margin:40px 0;
}

#ingenieria .proyectos h2 {
	font-size:18px;
	padding:5px 0 15px 0;
	border-bottom:1px solid #000;
}

#ingenieria .proyectos ul {
	padding:0 0 0 20px;
	margin-top:30px;
}

#ingenieria .proyectos ul li {
	background: url("../img/list-image.png") no-repeat left 10px;
	padding: 0 0 0 20px;
	margin:10px 0;
	list-style: none;
}

#ingenieria .bloque .numbers p {
	font-family: 'robotoregular' !important;
	font-size:14px;
	text-transform: uppercase;
}

#ingenieria .bloque .numbers > div p:first-child {
	font-size:36px;
	color:#089dfd;
	border-bottom:1px solid #000;
	margin:30px 0 10px 0;
	padding:10px 0;
}

.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}
.col-xs-15 {
    width: 20%;
    float: left;
}
@media (min-width: 768px) {
.col-sm-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}

#ingenieria .tiles img {
	width:100%;
	height:auto !important;
}

#ingenieria .tiles div {
	padding:10px;
}

@media(max-width:767px){
	#ingenieria .tiles img {
		height:auto;
	}
}

@media(min-width:768px){
	#ingenieria .tiles img {
		height:230px;
	}
}

@media(min-width:992px){
	#ingenieria .tiles img {
		height:303px;
	}
}

@media(min-width:1200px){
	#ingenieria .tiles img {
		height:370px;
	}
}

/*Sección Comercio internacional*/
#comercio-internacional .jumbotron.small {
	background:url(../img/comercio-internacional_imagen-slider-1.jpg) no-repeat #FFF;
}

#comercio-internacional .actividades {
	margin-top:80px;
}

#comercio-internacional .actividades p {
	font-size:16px;
	line-height:normal;
}

#comercio-internacional .actividades div:first-child p {
	position:relative;
	font-family: 'robotolight_italic';
	line-height:normal;
	font-size:24px;
	margin-bottom:40px;
}

#comercio-internacional .actividades ul {
	padding:0 0 0 20px;
	margin-top:20px;
}

#comercio-internacional .actividades ul li {
	background: url("../img/list-image.png") no-repeat left 10px;
	padding: 0 0 0 20px;
	margin:10px 0;
	list-style: none;
}

#comercio-internacional .proyectos img {
	width:100%;
	margin-bottom:20px;
}

#comercio-internacional .proyectos p {
	font-size:16px;
	line-height: normal;
	padding-bottom:40px;
}

/*Sección Contacto*/
#contacto .jumbotron.small {
	background:url(../img/contacto_imagen-slider-1.jpg) no-repeat #FFF;
}

#contacto .jumbotron.small p.tel {
	font-size:36px;
	line-height: normal;
	text-align:center;
	margin-top:40px;
	font-family: 'robotolight_italic';
}

#contacto .jumbotron.small p.tel abbr {
	font-weight:bold;
}

#contacto .jumbotron.small p.tel span {
	color:#8acbf6;
}

@media(max-width:767px){
	#contacto .jumbotron.small p.tel {
		font-size:20px;		
		margin-top:20px;
		font-weight:bold;
	}
}

@media(min-width:768px){
	#contacto .jumbotron.small p.tel {
		font-size:32px;		
		margin-top:40px;
	}
}

@media(min-width:992px){
	#contacto .jumbotron.small p.tel {
		font-size:36px;		
		margin-top:40px;
	}
}

@media(min-width:1200px){
	#contacto .jumbotron.small p.tel {
		font-size:36px;		
		margin-top:40px;
	}
}

#contacto .direccion .mapa img {
	width:100%;
}

#contacto #map {
	width:100%;
	height:385px;
}

@media(max-width:767px){
	#contacto #map {
		height:385px;
	}
}

@media(min-width:768px){
	#contacto #map {
		height:300px;
	}
}

@media(min-width:992px){
	#contacto #map {
		height:385px;
	}
}

@media(min-width:1200px){
	#contacto #map {
		height:415px;
	}
}

#contacto .direccion {
	margin-top:30px;
}

#contacto .direccion div:first-child p {
	position:relative;
	font-family: 'robotolight_italic';
	line-height:normal;
	font-size:22px;
}

#contacto .direccion p {	
	line-height:normal;
	font-size:16px;
}

@media(max-width:767px){
	#contacto .direccion div:first-child p {
		font-size:16px;
	}
	#contacto .direccion p {	
		font-size:14px;
	}
}

@media(min-width:768px){
	#contacto .direccion div:first-child p {
		font-size:18px;
	}
	#contacto .direccion p {	
		font-size:16px;
	}
}

@media(min-width:992px){
	#contacto .direccion div:first-child p {
		font-size:22px;
	}
}

@media(min-width:1200px){
	#contacto .direccion div:first-child p {
		font-size:24px;
	}
}

#contacto .fichas .ficha {
	margin-bottom:30px;
}

#contacto .fichas .ficha p {
	font-size:16px;
	line-height:normal;
	border-bottom:1px solid #000;
	padding-bottom:15px;
}

#contacto .fichas .ficha div p,
#contacto .fichas .ficha + .ficha + .ficha div p {
	font-size:14px !important;
	line-height:normal;
	border-bottom:none;
	padding-bottom:0;
	font-weight:normal;
	text-transform:none;
}

#contacto .fichas .ficha div p:first-child {
	font-weight:bold;
	text-transform: uppercase;
	margin-bottom:32px;
}

#contacto .fichas .ficha div p + p {
	margin:3px 0;
}

#contacto .fichas .ficha span {
	color:#999999;
}

#contacto .fichas .ficha a {
	color:#000;
}

#contacto .fichas .ficha .foto {
	padding-right:0;
}


#contacto .fichas .ficha .foto img {
	width:100%;
}

@media(max-width:767px){
	#contacto .fichas .ficha p {
		font-size:14px;
		padding-bottom:10px;
	}
	#contacto .fichas .ficha div p:first-child {
		margin-bottom:10px;
	}
	#contacto .fichas .ficha div p {
		font-size:16px !important;
	}
}

@media(min-width:768px){
	#contacto .fichas .ficha p {
		font-size:14px;
		padding-bottom:10px;
	}
	#contacto .fichas .ficha div p:first-child {
		margin-bottom:10px;
	}
	#contacto .fichas .ficha div p {
		font-size:12px !important;
	}
}

@media(min-width:992px){
	#contacto .fichas .ficha p {
		font-size:16px;
		padding-bottom:15px;
	}
	#contacto .fichas .ficha div p:first-child {
		margin-bottom:32px;
	}
	#contacto .fichas .ficha div p {
		font-size:14px;
	}
}

@media(min-width:1200px){
	#contacto .fichas .ficha p {
		font-size:16px;
		padding-bottom:15px;
	}
	#contacto .fichas .ficha div p:first-child {
		margin-bottom:32px;
	}
	#contacto .fichas .ficha div p {
		font-size:14px;
	}
}

/*Sección Aviso legal*/
#aviso-legal .texto p {
	font-size:16px;
	line-height:normal;
}

/*Sección Política de cookies*/
#politica-de-cookies .texto p {
	font-size:16px;
	line-height:normal;
}

#politica-de-cookies .texto h3 {
	font-family: 'robotoregular';
	font-weight:bold;
	font-size:16px;
	text-transform: none;
	line-height:normal;
	margin:20px 0 0 0;
}

#politica-de-cookies .texto a {
	color:#000;
}



/*--------FOOTER--------*/
footer {
	margin-top:80px;
	padding:40px 0 0 0;
	background-color:#1f1f1f;
	color:#FFF;
}

footer p {
	color:#FFF;
	font-size:14px;
	line-height:22px;
	margin:0;
	padding:0;
}

footer p.midioma {
	margin-bottom:25px;
	text-align:right;
}

footer p.midioma a {
	color:#666666;
}

footer p.mgeneral {
	color:#FFF;
	font-size:16px;
	text-align:right;
	text-transform: uppercase;
}

footer a, footer a:visited {
	color:#FFF;
	padding:0 5px;
}

footer a:hover {
	color:#FFF;
	text-decoration:underline;
}

footer .copy {
	margin-top:20px;
	border-top:1px solid #666;
}

footer .copy a{
	color:#666;
	font-weight:normal;
}


footer .copy p {
	color:#666;
	font-weight:bold;
	font-size:14px;
	padding:20px 0;
}

footer .partner p {
	color:#666;
	font-size:12px;
	padding:20px 0;
	text-align:right;
}

footer abbr {
	color:#8acbf6;
}

footer img.logo {
	margin-bottom:20px;
}






