@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Open+Sans');

/*
* {
    box-sizing: border-box;
}

/*headings*/
/**------------------------------------------------------------------------------/*/
h1{
	    font-size:32px;
		font-weight:normal !important;

}
h2{ /*texto en foto de portada*/
	    font-size:18px;
		color:#FFF;
		font-weight:bold !important;
		padding:0;
		margin:0;
	
}
h3{     /*botones en el INDEX*/
	    font-size:18px;
		color:#728089;/* GRIS SHAKESPEARE*/
		font-weight:normal !important;
		padding-bottom:15px;
		margin:0;
	
}
h4{
	    font-size:15px;
		color:#007749; /*verde*/

	
}
h5{
	    font-size:13px;
	    color:#007749; /*verde*/
		font-weight:bold;
}

h6{
		font-size:0.9em;
	    color:#fff;
}
h7{
	    font-size:18px;
		color:#007749; /*verde*/
		font-weight:normal !important;
		margin-bottom:15px;
	
}
h8{
		color:#666666; /*gris*/
		font-weight:normal !important;
		margin-bottom:15px;
	font-size: 1.2em;
	
}
/*---------------*/




body{
font-family: 'Open Sans', sans-serif;
color:#728089; /*gris shakespear*/
   overflow-x : hidden; 
   overflow-x : -moz-scrollbars-vertical !important;
	}
a{
	color:#007749; /*verde*/
	text-decoration:none;
}
a:active, a:focus {
    outline: none;
}
a:focus {
	color:#007749; /*verde*/
	}

p{
	color:#728089; /*gris*/
	font-size: 1em;
}
.naranja{
	color:#ff8200;/*anaranjado*/
}
#header{
	/*position:relative;*/
	z-index:1000;
	background: transparent;
	position:fixed;
}

.navbar {
	height:140px;
	width:100%; /* Establecemos que el header abarque el 100% del documento */
	overflow:hidden; /* Eliminamos errores de float */
	background:#FFF;
	margin-bottom:20px;
}

.navbar .navbar-brand img{
	width:75%; /*98%*/
	height:auto;
	margin-top:40px; /*30px*/
	margin-left: -10px;	
	z-index:999;
}
#idioma{
	position: absolute;
	width: 100px;
	font-size: 0.8em;
	height:30px;
	color:#728089;/*gris SHA*/
	top:20px;
	right:0px;
	z-index:999;
	padding-right: 0px;
	margin-right: 0px;
	float: right;
	text-align: right;

}
#idioma:hover{
text-decoration:none;
}
.navbar {
	border-radius: 0px;
}

.navbar-bar {
	z-index:998;
	margin-top: 20px !important;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a{
	margin-top:50px !important;
	padding: 0 0 0 50px;
	font-size: 1em;
}

.focus:focus {
		color:#ff8200;/*anaranjado*/
}

/**** HEADAER DINAMICO *************************/
header.sticky {
  font-size: 14px;
  line-height: 48px;
  height: 50px; /*antes  150px*/
  text-align: left;
  padding-left: 20px;
-webkit-box-shadow: 0px 4px 22px 0px rgba(50, 50, 50, 0.75);
-moz-box-shadow: 0px 4px 22px 0px rgba(50, 50, 50, 0.75);
box-shadow: 0px 4px 22px 0px rgba(50, 50, 50, 0.75);
z-index: 1001;
}

header.sticky .navbar-brand {
	line-height:100px;
	
}
header.sticky .navbar-brand img{
	width:55%;
	height:auto;
	margin-top:0px;
}
 
header.sticky  nav {
	line-height:100px;
	height: 70px;
	 box-shadow: 0 3px 5px #999; /*sombra*/
}
header.sticky  #idioma{
	display: none; /*no mostrarlo*/
}
header.sticky .navbar .nav {
	margin-right:0px;

}
header.sticky  .navbar .nav > li > a{
	margin-top:0px !important;

}
header.sticky #logo120{
	width:25%;
	height:auto;
	margin-top:20px;
}


/*efecto */
#navbar, #navbar nav, .navbar .nav > li > a, .navbar-brand img, #idioma > a  {
-webkit-transition:all 0.3s;
-moz-transition:all 0.3s;
-ms-transition:all 0.3s;
-o-transition:all 0.3s;
transition:all 0.3s;
}
/*****************************/

.espacio{
	height:50px;
}

.wrapper {
    width: 90%;
    background-color: transparent;
	position:relative;
	/*para que se acomodo al final el FOOTER*/
	 min-height: 100%;
	 height: auto !important;
	 height: 100%;
	 /* Negative indent footer by it's height */
	 margin: 0 auto -60px;
}
/* -------------PARA LA FOTO------------*/
.wrapper img {
    background-image: url(../images/foto-portada.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 100%;
	z-index:80;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
	position:relative;
}

#capa-portada{ 
	position:absolute;
	bottom:0px;
	width:100%;
	margin-left: -15px;
	margin-right: -15px;
	height:80px;
	z-index:90;
}

.verde{
	color:#007749; /*Verde*/
}
.verde:hover{
	text-decoration: none;
}
.tit-pag{
	margin-left: 20px;
	font-size:1.5em;
	font-variant: normal;
}
.caja{
	margin: 0 20px;
	
}

#frase{
padding: 5px 0;
background-color:  #f3f3f4;
position: relative;
}

#redes{
padding: 25px 10px;
background-color:  #949494;
position: relative;
min-height: 100px;
text-align: center;
}

#redes .fab{
font-size: 40px !important;
color: white !important;
	padding: 0 10px;
}

#redes .fab:hover{
color: #555252 !important;
}

#redes p{
	color: white;
	text-align: center !important;
}
#text {
    z-index:100;
    color:#728089;
    font-size:2.5em;
    font-weight:bold;
    padding-left:15px;
	margin-bottom: 0px;
    line-height:70px;
	float: left;
}
#text p{
	padding: 0;
	margin: 0;
}
#120{
position: relative;
	
}

.a120{
	float: right !important;
	top: 20px;
	margin: 0 20px 0 20px;
}

/**************** VIDEO PORTADA ******************/
.carousel-caption  a {
color: #FFF !important;
}
.carousel-caption a:active, a:hover{
color: #FFF !important;
}

#carousel .btn {
border-radius: 0px;
	border: 2px solid #FFF;
color: #FFF !important;
	background-color: transparent;
}

/************** BOTON TOP ************************/
#myBtn {
    display: none; /* Hidden by default */
    position: fixed; /* Fixed/sticky position */
    bottom: 10px; /* Place the button at the bottom of the page */
    right: 80px; /* Place the button 30px from the right */
    z-index: 99; /* Make sure it does not overlap */
    border: none; /* Remove borders */
    outline: none; /* Remove outline */
    /*background-color: darkgray;  Set a background color */
	  opacity: 0.5;
    color: white; /* Text color */
    cursor: pointer; /* Add a mouse pointer on hover */
    padding: 5px; /* Some padding */
    border-radius: 0px; /* Rounded corners */
}

#myBtn:hover {
    background-color: #555; /* Add a dark-grey background on hover */
	  opacity: 0.5;
}


/*****************************/

/*---------EMPRESAS EN EL INDEX---------------*/
.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: 15%;
    float: left;
}

@media (min-width: 768px) {
.col-sm-15 {
        width: 75%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-15 {
        width: 15%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-15 {
        width: 15%;
        float: left;
    }
}

/**** NOTICIAS en el INDEX ----------------------------------------*/
.jumbotron{
background: url(../images/noticias/GM-intermodal-2019.jpg) no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
	margin-bottom: 0px !important;
	min-height: 700px;
}
.capa{
	background-color:  #777 !important;/*gris SHA*/
	padding: 20px;
	z-index: 90;
	opacity: 0.95 !important;
}

.jumbotron h1, .jumbotron .h1{
	font-size: 37px !important;
	opacity: 1;
color: #e2e2e2;
	z-index: 99;
}
.jumbotron p{
	margin-bottom: 15px;
    font-size: 15px  !important;
    font-weight: 200;
    opacity: 1;
	color: #e2e2e2;
	z-index: 98;

}
.btn-intermodal{
	margin: 40px 0 0 0;
	left: 0 !important;
}

/*********************************************************************/

.inline-block{ 
	display: inline; } /*o inline-block*/
.center{ 
	text-align: center; }
.row li {
  width: 33.3%;
  float: center;
}

#small-img{
margin-top:50px;
max-width: 100%;

}
#small-img img {
/*  border: 0 none;
  display: inline-block;
	padding: 0px;
  height: auto;
  max-width: 100%;
  vertical-align: left;*/
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%)  !important;
	cursor: pointer !important;
}

#small-img img:hover, a{
	-webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
    filter: grayscale(0%)  !important;
cursor: pointer !important;
}

#small-img .table .img-responsive{
	width:100%} 

.img-thumbnail{
padding: 10px !important;
	border-radius: 0;
}

#empresas-vin{
	/*border-top:1px solid #D7D7D7;*/
	padding-bottom: 30px !important;
}
#empresas{
	    display: inline;
}	
#empresas .container{
	padding: 20px 0; 
	padding-bottom: 30px !important;
}	
.oculto{
	display: none !important;
}
.espacio-vertical{
	margin-bottom: 50px;
}
.fa-XL{
	font-size: 2em;
	padding: 0 20px 0 0;
}
.video a{
}
/*---PAGINA EMPRESAS  -------------------------------------------------------------------------------------------------*/

.tit-interno1 {
    z-index:100;
    color:#728089;
    font-size:2.5em;
    font-weight:bold;
    padding-left:15px;
	margin: 20px 0;
    line-height:70px;
	float: left;
}

.tit-interno2{
	font-size: 1.3em;
	color: #7c878e;
	padding: 20px  0 ;
	border-bottom: 2px solid #ddd;
	margin: 0 0 30px 15px;
}
.Patagonia-span {
	font-size: 1em;
	padding: 0px;
	 padding-left:15px;
    margin: 0 0 -30px 0;
    line-height:30px;
}

/****  Menú en empresas*******/
nav.page-navigation {
    width: 300px;
    background-color: #A7A9AB;
    position: fixed;
    top:590px;
    left:10px;
	color: #FFF;
	z-index: 9999;
	font-size: 1em;
}
nav.page-navigation li {
    width: 100%;
	text-decoration: none;
}
nav.page-navigation a {
    padding: 0.6em 10%;
    width: 80%;
	color: #FFF !important;
	text-decoration: none;
}

/***********************************************************/
.quienes{
 margin-top: 50px;
}

#empresas{
padding: 20px 0;		
}

/*POP UP*/
.modal
{rel:'group3'; transition:"none"; width:"75%"; height:"75%"}

button.close{ /*para grandar el boton del pop up*/
	font-size: 3em;
}


/*---FORM  CONTACTO  -------------------------------------------------------------------------------------------------*/

.form-control{
	border-color: #728089;
	border-radius: 0px;
}

#contacto{
	width:100%;
	min-height:80px;
	margin-top:-10px;
	padding:10px 0 0 0;
}
#contacto .bt-contacto{
		color: #999 !important;
}
.direccion:link {
	color: #728089 !important;/*gris SHA*/
}
.direccion:hover{
	color: #728089 !important;/*gris SHA*/
	/*text-decoration: none;*/
}
#contacto .caja{
	margin: 0 ;
	
}
#contacto h2{
	margin-bottom:30px;
	font-variant:normal !important;
}
.contacto{
	background:#728089 !important;/*gris SHA*/
	margin:10px 0 20px 0;
	padding:20px 0 0 0;
}
#datos-cont{
	padding: 10px 0 0 0;
}


.inp-linea {
	margin: 0;
	padding: 5px 0 0 0;
	border-top:1px solid #FFF !important;
	border-right:1px solid #FFF;
	border-left: 1px solid #FFF;
	border-radius:0px !important;
    -moz-border-radius: 0px solid #FFF;
    -webkit-border-radius: 1px solid #FFF;
    -o-border-radius: 1px solid #FFF;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0) !important;
}
#contacto .form-group label {
	font-variant:normal !important;
}
#contacto .form-group{
    margin:  0;
	
}
#contacto .form-group .btn-default{
  color: #007749; /*verde*/
  font-variant:bold !important;
  font-size:1em;
}

.form-control .comentarios:hover, .comentarios:focus{
  border-color: 	#DADADB !important;
  box-shadow: 0 0px 0px rgba(0, 0, 0, 0) inset, 0 0 0px rgba(0, 0, 0, 0);
  outline: 0 none;
 color: 	#007749; /*verde*/ 
	border-left-color: #DADADB !important;
	border-right-color: #DADADB !important;
}
 .tit-contacto{
	margin-bottom: 40px;
}

.linea{
	width:100%;
	padding:10px;
	border-top:1px #728089 solid;
	margin-top: 40px;
}
label{
	font-weight: normal;
	margin-bottom: 4px;

}
#comentarios{
	border-radius:0px !important;
	height: 150px;
	margin-top: -10px;
    border-left-color: #728089 !important;
	border-right-color: #728089 !important;
}
legend{
	padding:20px 0 0 0;

}
.btn .btn-outline-primary{
	color: 	#007749; /*verde*/
	border-color: 	#007749; /*verde*/
	margin: 10px;
}
.bt-contacto{
	border-radius:0px;
	border:0px !important;
	background-color: #FFF !important;
	margin: 0px;
	padding: 0px;
	top:0px;
}
.bt-contacto:hover{
	color: 	#007749; /*verde*/
}

/*para que al cliquear en el input la linea se ponga gris*/
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {   
  border-color: 	#DADADB ;
  box-shadow: 0 0px 0px rgba(0, 0, 0, 0) inset, 0 0 0px rgba(0, 0, 0, 0);
  outline: 0 none;
color: 	#007749; /*verde*/ 
}

textarea {
  resize: none;
}

/*****----------------PAGINA HISTORIA ------------------------------------------------------------------------------*/
#historia{
	width:100%;
	min-height:80px;
	margin-top:-10px;
	padding:30px 0;
}

/* Effect 2: Move Up */
.timeline ul >li{
	-webkit-transform: translateY(200px);
	transform: translateY(200px);
	-webkit-animation: moveUp 0.65s ease forwards;
	animation: moveUp 0.65s ease forwards;
}

@-webkit-keyframes moveUp {
	0% { }
	100% { -webkit-transform: translateY(0); opacity: 1; }
}

@keyframes moveUp {
	0% { }
	100% { -webkit-transform: translateY(0); transform: translateY(0); opacity: 1; }
}

/*****----------------PAGINA UBICACION ------------------------------------------------------------------------------*/
#ubicacion{
	width:100%;
	min-height:80px;
	margin-top:-10px;
	padding:30px 0;
}

/*****----------------PAGINA RRHH ------------------------------------------------------------------------------*/
#rrhh{
	width:100%;
	min-height:80px;
	padding:30px 0 0 50px;
}
.left {
	text-align: left !important;
}

/*--- UBICACION MAPA -------------------------------------------------------------------------------------------*/
#map{
	display: block;
	margin: 10px 20px 0 20px;
	border: 1px solid #ddd;
	width: 100%;
	height:920px;
}

.gm-style-iw + div {display: none;} /****para eliminar el boton de INFOWINDOW*/

.gm-style-iw {    /*para centrar el texto de INFOWINDOW*/
   font-size: 2em;
    padding-top: 8px;
   text-align: center !important;
}


/*
.gm-style:not(#marker){
    -webkit-filter: grayscale(100%);
       -moz-filter: grayscale(100%);
        -ms-filter: grayscale(100%);
         -o-filter: grayscale(100%);
            filter: grayscale(100%);
}
*/

/*
footer
--------------------------------------------------------------------------------*/
/*FOOTER*/

#footer{
	background:#F1F1F2 !important;/*gris*/
	color:#728089 ;
	clear:both;
	height: 120px;
}       

/* Set the fixed height of the footer here */

#footer p{
  margin-top:40px;
  line-height: 2em;
float: left;

}
#footer a{
 margin-top:45px;
float: left;
color:#728089 ;
text-decoration: none;

}
#resguarda a{
	border: 1px medium #333333 !important;

}

#footer #resguarda a , a:hover{
color: #007749;
}



#footer a:hover{
color:#007749 ;
text-decoration: underline;
	border: 1px medium #8C8C8C !important;
}

#footer img{
position: relative;
float: right;
top:45px;
  }


/*-----------------------*/
/* CLEARFIXES */
.clearfix:before,
.clearfix:after,
.container_12:before,
.container_12:after,
.container_16:before,
.container_16:after {
  content: '.';
  display: block;
  overflow: hidden;
  visibility: hidden;
  font-size: 0;
  line-height: 0;
  width: 0;
  height: 0;
}

.clearfix:after,
.container_12:after,
.container_16:after {
  clear: both;
}

/*Clears*/
.clr {clear: both; display: block; overflow: hidden; visibility: hidden; width: 0; height: 0;}
.clrX {clear: both; display: block; overflow: hidden; visibility: hidden; width: 0; height: 10px;}
.clrXV {clear: both; display: block; overflow: hidden; visibility: hidden; width: 0; height: 15px;}
.clrXX {clear: both; display: block; overflow: hidden; visibility: hidden; width: 0; height: 20px;}

/*****************--------------------------------------- BOOTSTRAP-----------------**************************/

#container{
	background:#fff ;
	color:#333;
	padding:50px 100px ;		
}
.row{
	padding:20px 30px ;	
}
.row .interior{
	padding:20px 0px  0 0 !important ;	
}
.navbar-inner {
	  background-color: #ffffff;
  background-image: -moz-linear-gradient(top, #ffffff, #ffffff);
  background-image: -ms-linear-gradient(top, #ffffff, #ffffff);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#ffffff));
  background-image: -webkit-linear-gradient(top, #ffffff, #ffffff);
  background-image: -o-linear-gradient(top, #ffffff, #ffffff);
  background-image: linear-gradient(top, #ffffff, #ffffff);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#'ffffff, endColorstr='#'ffffff, GradientType=0);
}

.navbar .brand {   /*LOGO*/
  padding: 8px 20px 12px ;
  font-size: 12px;
  color: #ffffff;
  background-color: #ffffff;
  
}
.navbar-brand img{
  padding-left: 30px;			
} 

/*.navbar .divider-vertical {/*LINEA DIVISORIA ENTRE LAS BOTONERAS*/
/*  height: 50px;
  background-color: #ccc;
  border-right: 1px solid #ccc;
  top: 35px;
}*/

.nav navbar-nav{
	width: 600px !important;			
}

.navbar .nav > li > a {
  font-size: 1em;
  color: #999999;
  background:#FFF;
  margin-top:60px;
  padding:0 0 0 50px;
}

a:hover {
  color: #2F2F2F !important;
}

.navbar .nav > li > a span{
	font-size: 1em;
	padding:0 0 0 50px;
}
.nav {
right:0;
}

.navbar .nav > .active > a,
.navbar .nav > .active > a:hover,
.navbar .nav > .active > a:focus 
{
  color: #007749; /*verde*/
  background:#FFF;
  
}
.navbar-default .navbar-nav>li>a:hover, 
.navbar-default .navbar-nav>li>a:focus {
	 color: #007749; /*verde*/
}
.linea-bt:focus:after{
		 color: #007749; /*verde*/
}

.navbar-default {
background-color: #fff;
border-color: #fff;
}
.navbar-nav>li>a {
line-height: 30px;
top: 30px;
}

.navbar-nav>li>a:hover {
	color:#007749; /*verde*/

}
.navbar-nav.navbar-right:last-child {
color:#666666;
}
.navbar-nav:hover, .navbar-nav:focus, .navbar-nav:active,  .navbar-nav.active, .open .dropdown-toggle.navbar-nav{
		color: #ff8200;/*anaranjado*/

}
.navbar-nav.navbar-right{
	font-family: 'Open Sans', sans-serif;
	font-size:8px;
	color:#666;
top:0px;
line-height:50px;
height:40px;
display: block;
}

.navbar-nav.navbar-right:hover{
text-align:center;
line-height:50px;

}
.navbar-default .navbar-collapse, .navbar-default .navbar-form{
	border: 0;
}

.tabs-below > .nav-tabs,
.tabs-right > .nav-tabs,
.tabs-left > .nav-tabs {
  border-bottom: 0;
}

.tab-content > .tab-pane,
.pill-content > .pill-pane {
  display: none;
}

.tab-content > .active,
.pill-content > .active {
  display: block;
}

.tabs-left > .nav-tabs > li,
.tabs-right > .nav-tabs > li {
  float: none;
}

.tabs-left > .nav-tabs > li > a,
.tabs-right > .nav-tabs > li > a {
  min-width: 74px;
  margin-right: 0;
  margin-bottom: 3px;
}

.tabs-left > .nav-tabs {
  float: left;
  margin-right: 19px;
  border-right: 1px solid #ddd;
}

.tabs-left > .nav-tabs > li > a {
  margin-right: -1px;
  -webkit-border-radius: 4px 0 0 4px;
     -moz-border-radius: 4px 0 0 4px;
          border-radius: 4px 0 0 4px;
}

.tabs-left > .nav-tabs > li > a:hover,
.tabs-left > .nav-tabs > li > a:focus {
  border-color: #eeeeee #dddddd #eeeeee #eeeeee;
}

.tabs-left > .nav-tabs .active > a,
.tabs-left > .nav-tabs .active > a:hover,
.tabs-left > .nav-tabs .active > a:focus {
  border-color: #ddd transparent #ddd #ddd;
  *border-right-color: #ffffff;
}


/*--BOTONES UBICACION--*/
.btn-info{
	background:#E57828;
	border:1px solid #E57828;
}
.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .open .dropdown-toggle.btn-info{
	background:#666666;
	border:1px solid #E57828;
}

.vineta ul {
    list-style: none;
    padding:0;
    margin:0;
}

.vinetali { 
    padding-left: 1em; 
	padding-bottom:1em;
    text-indent: -.7em;
}

.vineta li:before {
    content: "• ";
    color: E57828; /* or whatever color you prefer */
}

/******/
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-left {
  float: left !important;
}
.pull-right {
  float: right !important;
}
/*---------*/

.thumbnail{
	padding: 10px;
	text-align: left;
	height:100%;
}
a.thumbnail {
	min-height:150px;	
}
a.thumbnail:hover, a.thumbnail:focus, a.thumbnail.active{
	border-color:#007749; /*verde*/
}
.thumbnail img{
	padding-bottom:0px;
}
.lead{ /*titulos dentro de clientes/vehiculos*/
	font-size:18px;
	color:#007749; /*verde*/
}
.thumbnail .caption{
	min-height:130px;	
}

/*LIGHTBOX----------*/
.ekko-lightbox .modal-header .close{
	border: 1px #FFF solid;
}
