﻿@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700);

html { height: 100%; }

*,
*:after,
*:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}

body {
	font-family: 'Lato', Calibri, Arial, sans-serif;	
	font-weight: 400;
	font-size: 100%;
	color: #333;
	height: 100%;
	width: 100%;
	/*background:#fff;*/
    background-position: bottom right;
    background-repeat: no-repeat;
    background-image: url(../images/back.jpg);
    background-size: 100%;

}

.js body {
	overflow: hidden;
}
	.js .menu-panel {
	position: absolute;
	left: -240px;
}


a {
	color: #555;
	text-decoration: none;
	outline: none;
}

a:hover {
	color: #000;
}

.container,
.bb-custom-wrapper,
.bb-bookblock {
	width: 100%;
	height: 100%;
}

.container {
	position: relative;
	left: 0px;
	-webkit-transition: left 0.3s ease-in-out;
	-o-transition: left 0.3s ease-in-out;
	transition: left 0.3s ease-in-out;
}

.slideRight {
	left: 240px;
}

.no-js .container {
	padding-left: 240px;
}

.menu-panel {
	background: #c10f25;
	width: 240px;
	height: 100%;
	position: fixed;
	z-index: 1000;
	top: 0;
	left: 0;
	text-shadow: 0 1px 1px rgba(0,0,0,0.1);
}


.menu-panel h3 {
	font-size: 2em;
	padding: 20px;
	font-weight: 800;
	color: #fff;
	box-shadow: inset 0 -1px 0 rgba(0,0,0,0.05);
} 

.menu-toc {
	list-style: none;
}

.menu-toc li a {
	display: block;
	color: #fff;
	font-size: 1.2em;
	line-height: 3.5;
	padding: 0 20px;
	cursor: pointer;
	background: #c10f25;
	border-bottom: 1px solid #dd1338;
	text-decoration:none;
}

.menu-toc li a:hover,
.menu-toc li.menu-toc-current a{
	background: #282457;
}

.menu-panel div {
	margin-top: 20px;
}

.menu-panel div a {
	text-transform: uppercase;
	font-size: 0.7em;
	line-height: 1;
	padding: 5px 20px;
	display: block;
	border: none;
	color: #bc0b0b;
	letter-spacing: 1px;
	font-weight: 800;
	text-shadow: 0 1px rgba(255,255,255,0.2);
} 

.menu-panel div a:hover {
	background: inherit;
	color: #fff;
	text-shadow: none;
}

.bb-custom-wrapper nav {
	top: 20px;
	left: 90px;
	position: absolute;
	z-index: 1000;
}

.bb-custom-wrapper nav span,
.menu-button {
	position: absolute;
	width: 32px;
	height: 32px;
	top: 0;
	left: 0;
	background: #c10f25;
	border-radius: 50%;
	color: #fff;
	line-height: 30px;
	text-align: center;
	speak: none;
	font-weight: bold;
	cursor: pointer;
}

.bb-custom-wrapper nav span:hover,
.menu-button:hover {
	background: #fff;
	color:#000;
}

.bb-custom-wrapper nav span:last-child {
	left: 40px;
}

.menu-button {
	z-index: 1000;
	left: 20px;
	top: 20px;
	/*text-indent: -9000px;*/
	position: absolute;
	width: 60px;
	height: 32px;
	background: #c10f25;
	border-radius: 5%;
	color: #fff;
	line-height: 30px;
	text-align: center;
	speak: none;
	font-weight: bold;
	cursor: pointer;
	font-size: 14px;

	
}
.content h4{
	color: #c10d26;
    font-weight: 800!important;
}
.content h4 i{
	margin-right: 5px;
    font-size: 1.2em;
}
.fa-phone{
	margin-right: 5px;

}
/*.menu-button:after {
	position: absolute;
	content: '';
	width: 50%;
	height: 2px;
	background: #fff;
	top: 50%;
	margin-top: -1px;
	left: 25%;
	box-shadow: 0 -4px #fff, 0 4px #fff;
}*/

.no-js .bb-custom-wrapper nav span,
.no-js .menu-button {
	display: none;
}

.js .content {
	position: absolute;
	top: 60px;
	left: 0;
	width: 100%;
	bottom: 50px;
	overflow: hidden;
	-webkit-font-smoothing: subpixel-antialiased;
	padding-bottom:60px;
}

.scroller {
	padding: 50px 10% 100px 10%;
}
.inicio{
	padding:0 0 0 0;
}

.js .content:before,
.js .content:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
	z-index: 100;
	pointer-events: none;
}

.js .content:after {
	top: auto;
	position:fixed;
	bottom: 0;
	/*background: rgba(255,255,255,0);
	background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.75) 48%, rgba(255,255,255,0.76) 51%, rgba(255,255,255,0.86) 71%, rgba(255,255,255,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,0)), color-stop(48%, rgba(255,255,255,0.75)), color-stop(51%, rgba(255,255,255,0.76)), color-stop(71%, rgba(255,255,255,0.86)), color-stop(100%, rgba(255,255,255,1)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.75) 48%, rgba(255,255,255,0.76) 51%, rgba(255,255,255,0.86) 71%, rgba(255,255,255,1) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.75) 48%, rgba(255,255,255,0.76) 51%, rgba(255,255,255,0.86) 71%, rgba(255,255,255,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.75) 48%, rgba(255,255,255,0.76) 51%, rgba(255,255,255,0.86) 71%, rgba(255,255,255,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,0.75) 48%, rgba(255,255,255,0.76) 51%, rgba(255,255,255,0.86) 71%, rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0 );*/
}

.content h2 {
	font-weight: 900;
    font-size: 2.5em;
    padding: 0 0 10px;
    color: #c10d26;
    margin: 0 8% 40px;
    text-align: left;
    box-shadow: 0 10px 0 rgb(41, 36, 89);
    text-shadow: 0 0 2px #fff;
    text-transform:uppercase;
  }
  .content h3{
	text-transform:uppercase;
	font-weight: 800;
    color: #292457;
    margin-bottom: 5px;
}

.no-js .content h2 {
	padding: 40px 1% 20px;
}

.content p, .content h4, .content ul {
	font-size: 1em;
	line-height: 1.4;
	font-weight: 400;
	padding: 5px 8%;
	text-align: justify;
	width:100%!important;
	clear:both;
}
.content ul li{
	   font-size: 15px;
    line-height: 1.4;
    font-weight: 400;
}
.servicios span, .agente-aduanal span, .quienes-somos span{
	font-weight:800;
	color:#c10d26;
}
.principal{
	 list-style:none;
     list-style-image:url('../images/nhr-red.png');
     margin-left: 40px;
}
.segundo{
	list-style:none;
	list-style-image:url('../images/nhr-blue.png');

}

@media screen and (max-width: 800px){
	.no-js .menu-panel {
		display: none;
	}

	.no-js .container {
		padding: 0;
	}
}


@media screen and (max-width: 490px) {
	.content h2 {
		font-size: 1.8em;
	}
	.scroller{
	    padding: 40px 5% 40px 5%;
	}
	body{
		background:none;
	}
	.principal{
		margin-left:0;
	}


}
@media screen and (max-height: 660px) and (min-height: 500px)  {
	.scroller{
		padding:0px 10% 100px 10%;
	}	
}

