/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
	.inicio #header {
  		height: 420px;
  		background-size: 120%;
	}
	.menu ul#nav li {
	  display: inline-block;
	  margin-left: 2px;
	}
	.menu ul#nav li a {
	  font-size: 8pt;
	  font-weight: 400;
	  padding: 35px 7px 2px 7px;
	  text-decoration: none;
	  text-transform: uppercase;
	  transition: .3s all ease;
	}
	.menu ul#nav li.holding a img{
  	  margin: 0;
  	  padding: 0;
  	  width:40px;
	}
	.caja .titulo h1, 
	.caja .titulo h2 {

		color: #ffffff;
	  color: white;
	  display: block;
	  font-family: 'Gotham Light', sans-serif;
	  font-size: 12pt;
	  font-weight: 400;
	  padding: 0;
	  text-transform: uppercase;
	}
	.caja .titulo h1 span,
	.caja .titulo h2 span{
	  font-family: 'Gotham Ultra', sans-serif;
	  font-weight: 900;
	}
	.caja .parrafo {
	  margin-top: 20px;
	}
	.caja .parrafo h2,
	.caja .parrafo h3,
	.caja .parrafo h4 {
	  color: #085a87;
	  font-family: 'Gotham Light', sans-serif;
	  margin-top: 15px;
	}
	.caja .parrafo p {
	  color: black;
	  font-family: 'Gotham Light', sans-serif;
	  font-size: 10pt;
	  font-weight: 300;
	  text-align: justify;
	}
	.caja .parrafo .servicio {
	  margin-top: 15px;
	}
	.caja .parrafo .servicio a {
	  background: #085a87;
	  color: white;
	  border-radius: 0;
	  margin-bottom: 10px;
	  font-family: 'Gotham-Light', sans-serif;
	  text-transform: uppercase;
	  font-size: 10pt;
	}
	.caja .parrafo label {
	  font-size: 10pt;
	  padding-top: 8px;
	}
	.caja .parrafo input,
	.caja .parrafo textarea {
	  font-size: 10pt;
	  padding-top: 8px;
	}
	.caja .parrafo .boton-contacto {
	  background: #085a87;
	  color: white;
	  font-size:11pt;
	}
	footer#footer {
	  background: #085a87;
	  margin-top: 20px;
	  padding: 10px 0;
	}
	footer#footer ul.menu li a{
	  font-size:10pt;
	}
	footer#footer .call-center {
	  margin-top: 18px;
	}
	footer#footer .call-center h6 {
	  color: white;
	  display: block;
	  font-family: 'Gotham Bold-Italic', sans-serif;
	  font-weight: 700;
	  font-style: italic;
	  font-size: 18pt;
	  text-align: center;
	}
	footer#footer .call-center p {
	  color: white;
	  font-family: 'Gotham', sans-serif;
	  display: block;
	  text-align: center;
	  font-size: 10pt;
	}
	footer#footer .copy {
	  color: white;
	  display: block;
	  font-family: 'Gotham', sans-serif;
	  margin-top: 10px;
	  text-align: center;
	}
	.tinynav{ display:none; }
}

.tinynav{
	display:none;
}

/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px){
    #nav{ display: none }
	.tinynav{ 
		color:#333; 
		display: block; 
		width:100%; 
		font-size:13pt; 
		border:none; 
		background:#eee;
		padding:5px; 
		margin-top:15px; 
		margin-bottom:15px;
	}
	#logo{
		width:100%;
		display:block;
		margin-bottom:30px;
	}
	#logo img{
		margin:0 auto;
	}
    #nav{ display: none; }
	.tinynav{ 
		color:#333; 
		display: block; 
		width:100%; 
		font-size:13pt; 
		border:none; 
		background:#eee;
		padding:5px; 
		margin-top:15px; 
		margin-bottom:15px;
	}
	.inicio #header {
  		height: auto;
  		background: none;
	}

    .clientes-milogistic #header {
  		height: auto;
  		background: none;
	}

	.servicios #header {
  		height: auto;
  		background: none;
	}
	.empresa #header {
  		height: auto;
  		background: none;
	}
	.contacto #header {
  		height: auto;
  		background: none;
	}
	.novedades #header {
  		height: auto;
  		background: none;
	}
	#header{
		margin-bottom:30px;
	}

	.caja .titulo h1 {
	  color: #ffffff;
	  color: white;
	  display: block;
	  font-family: 'Gotham Light', sans-serif;
	  font-size: 12pt;
	  font-weight: 400;
	  padding: 0;
	  text-transform: uppercase;
	}
	.caja .titulo h1 span {
	  font-family: 'Gotham Ultra', sans-serif;
	  font-weight: 900;
	}
	.caja .parrafo {
	  margin-top: 20px;
	}
	.caja .parrafo h2,
	.caja .parrafo h3,
	.caja .parrafo h4 {
	  color: #085a87;
	  font-family: 'Gotham Light', sans-serif;
	  margin-top: 15px;
	}
	.caja .parrafo p {
	  color: black;
	  font-family: 'Gotham Light', sans-serif;
	  font-size: 10pt;
	  font-weight: 300;
	  text-align: justify;
	}
	.caja .parrafo .servicio {
	  margin-top: 15px;
	}
	.caja .parrafo .servicio a {
	  background: #085a87;
	  color: white;
	  border-radius: 0;
	  margin-bottom: 10px;
	  font-family: 'Gotham-Light', sans-serif;
	  text-transform: uppercase;
	  font-size: 10pt;
	}
	.caja .parrafo label {
	  font-size: 10pt;
	  padding-top: 8px;
	}
	.caja .parrafo input,
	.caja .parrafo textarea {
	  font-size: 10pt;
	  padding-top: 8px;
	}
	.caja .parrafo .boton-contacto {
	  background: #085a87;
	  color: white;
	  font-size:11pt;
	}
	footer#footer {
	  background: #085a87;
	  margin-top: 20px;
	  padding: 10px 0;
	}
	footer#footer ul.menu li a{
	  font-size:10pt;
	}
	footer#footer .call-center {
	  margin-top: 18px;
	}
	footer#footer .call-center h6 {
	  color: white;
	  display: block;
	  font-family: 'Gotham Bold-Italic', sans-serif;
	  font-weight: 700;
	  font-style: italic;
	  font-size: 18pt;
	  text-align: center;
	}
	footer#footer .call-center p {
	  color: white;
	  font-family: 'Gotham', sans-serif;
	  display: block;
	  text-align: center;
	  font-size: 10pt;
	}
	footer#footer .copy {
	  color: white;
	  display: block;
	  font-family: 'Gotham', sans-serif;
	  margin-top: 10px;
	  text-align: center;
	}
}

/* Landscape phones and portrait tablets */
@media (max-width: 767px){
	#logo{
		width:100%;
		display:block;
		margin-bottom:30px;
	}
	#logo img{
		margin:0 auto;
	}
    #nav{ display: none; }
	.tinynav{ 
		color:#333; 
		display: block; 
		width:100%; 
		font-size:13pt; 
		border:none; 
		background:#eee;
		padding:5px; 
		margin-top:15px; 
		margin-bottom:15px;
	}
	.inicio #header {
  		height: auto;
  		background: none;
	}
	.servicios #header {
  		height: auto;
  		background: none;
	}
	.empresa #header {
  		height: auto;
  		background: none;
	}
	.contacto #header {
  		height: auto;
  		background: none;
	}
	.novedades #header {
  		height: auto;
  		background: none;
	}
	#header{
		margin-bottom:30px;
	}
	.caja .titulo h1 {
	  color: #ffffff;
	  color: white;
	  display: block;
	  font-family: 'Gotham Light', sans-serif;
	  font-size: 12pt;
	  font-weight: 400;
	  padding: 0;
	  text-transform: uppercase;
	}
	.boton-contacto{
		margin-bottom:30px;
	}
}



.caja .titulo h2{
  color:white;
  font-size:18pt;
  text-transform:uppercase;
}