@charset "utf-8";



@font-face {
   font-family: 'euphemia', system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  src: url('https://www.wfonts.com/data/2016/07/12/euphemia/euphemia.ttf') format('ttf');

}


header, nav, section, article, aside, figure, footer{
	display:block;
}
a img{
	border:none;
}
.limpiar{
	clear:both;
}
body{
	background:url('../imagenes/background-gsg-social.jpg') repeat-x top #1b0235;
	margin:10px;
	font-family: 'euphemia', system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-size:14px;
}


::selection{
  background: rgb(0,123,255,0.3);
}
.wrapper{
  max-width: 100%;
  padding: 0 20px;
}
.wrapper .parent-tab,
.wrapper .child-tab{
  margin-bottom: 8px;
  border-radius: 3px;
  box-shadow: 0px 0px 15px rgba(0,0,0,0.18);
}
.wrapper .parent-tab label,
.wrapper .child-tab label{
  background: #7030A0;
  padding: 10px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  border-radius: 3px;
  position: relative;
  z-index: 99;
  transition: all 0.3s ease;
}
.wrapper .parent-tab label:hover{
  background: #7030A0;
}
.parent-tab input:checked ~ label,
.child-tab input:checked ~ label{
  border-radius: 3px 3px 0 0;
  background: #8c2dea;
}
.wrapper label span{
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  text-shadow: 0 -1px 1px #0056b3;
}
.wrapper .child-tab label span{
  font-size: 17px;
}
.parent-tab label .icon{
  position: relative;
  height: 30px;
  width: 30px;
  font-size: 15px;
  color: #007bff;
  display: block;
  background: #fff;
  border-radius: 50%;
  text-shadow: 0 -1px 1px #0056b3;
}
.wrapper .child-tab label .icon{
  height: 27px;
  width: 27px;
}
.parent-tab label .icon i{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.parent-tab input:checked ~ label .icon i:before,
.child-tab input:checked ~ label .icon i:before{
  content: '\f068';
}
.wrapper .parent-tab .content,
.wrapper .child-tab .sub-content{
  max-height: 0px;
  overflow: hidden;
  background: #1b0235;
  border-radius: 0 0 3px 3px;
  transition: all 0.4s ease;
}
.parent-tab input:checked ~ .content,
.child-tab input:checked ~ .sub-content{
  max-height: 100vh;
}
.tab-3 input:checked ~ .content{
  padding: 15px 20px;
}
.parent-tab .content p,
.child-tab .sub-content p{
  padding: 15px 20px;
  font-size: 16px;
}
.child-tab .sub-content p{
  font-size: 15px;
}
input[type="radio"],
input[type="checkbox"]{
  display: none;
}




p{
  
    font-size: 14px;
    color: #fff;
    margin: 6px;
    line-height: 23px;
    text-align: justify;
    font-family: 'euphemia', system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
h1{
    
    font-size: 18px;
    color: #7030A0;
    margin: 6px;
    font-family: 'euphemia', system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

h3{

	font-size:15px;
	color:#8c2dea;
	margin:6px;
	font-family: 'euphemia', system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

h4{

	font-size:17px;
	color:#7030A0;
	margin:6px;
	font-family: 'euphemia', system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
.separador{
	width: 100%;
	height: 1px;
	border-top: 1px dashed #969696;
	margin-bottom: 8px;
	margin-top: 8px;
}
/*--- Maquetacion ---*/
#contenedor{
	width:1000px;
	margin:0 auto;
}
/*--- Cabecera----*/
#cabecera{
	height:120px;
/*	background:#5F6C72;
	border-radius: 24px 24px 24px 24px;
-moz-border-radius: 24px 24px 24px 24px;
-webkit-border-radius: 24px 24px 24px 24px;
border: 0px solid #000000;*/
}
.logo{
	width:229px;
	height:84px;
	display: block;
	float: left;
	margin-right:80px;
	margin-top:18px;
}
#cabecera p{
	width:440px;
	height:70px;
	display: block;
	float: left;
	margin: 0;
	color: #000;
	padding-top: 30px;
	font-size:12px;
}
#cabecera ul{
	width:130px;
	height:41px;
	display:block;
	float:right;
	margin:0;
	padding:0;
	list-style:none;
	padding-top:30px;
}
#cabecera li{
	float:right;
}
#cabecera li a{
	width:30px;
	height:28px;
	display:block;
	float:right;
	margin-left:6px;
}
/*--- Menu ---*/
/*
.menu_bar {
	display:none;
}


#menu{
	height:50px;
	background:url(../imagenes/fondo-menu.jpg);
	background:linear-gradient(top,#fafafa,#d7d6d6);
	background:-moz-linear-gradient(top,#fafafa,#d7d6d6);
	background:-o-linear-gradient(top,#fafafa,#d7d6d6);
	background:-ms-linear-gradient(top,#fafafa,#d7d6d6);
	background:-webkit-linear-gradient(top,#fafafa,#d7d6d6);
	margin-bottom:5px;
	z-index:1000;
	 font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	}

#menu ul {
	list-style:none;
	margin: 0;
	padding: 0;
}

#menu ul li {
	display:inline-block;
	position: relative;
}

#menu ul li:hover .children {
	display: block;
}


#menu ul li .children {
	background:#011826;
	position: absolute;
	display: none;
	width: 150%;
	z-index: 1000;
}

#menu ul li .children li {
	display: block;
	overflow: hidden;
	border-bottom: 1px solid rgba(255,255,255,.5);

}

#menu ul li .children li a {
	display: block;
}

#menu ul .children li a span {
	float: right;
	position: relative;
	top:3px;
	margin-right: 0px;
	margin-left:10px;
}

#menu ul li a {
	color:#333;
	text-decoration: none;
	display:block;
	padding-left:63.5px;
	padding-right:64px;
	padding-bottom: 18px;
	padding-top: 18px;
	border-right:1px solid #6B6B6B;
}

.sin-borde{
	border:0px;
}

#menu ul li a:hover {
	background:#611F92;
	color: #fff;
}

#menu ul li .caret {
	position: relative;
	top: 3px;
	margin-left: 10px;
	margin-right: 0;
}
*/
/*--- Banner ---*/
#banner{
	background:#1b0235;
	margin:0;
	padding:0;
	padding:10px;
	height:466px;
	margin-bottom:5px;
}

#banner-interior{
	background:#1b0235;
	margin:0;
	padding:0;
	padding:10px;
	height:310px;
	margin-bottom:5px;
}

#mapa{
	background:#FFF;
	margin:0;
	padding:0;
	padding:10px;
	height:350px;
	margin-bottom:5px;
}
#zonainferior{
	background:#1b0235;
	padding:10px;
}
#col-izq{
	width:314px;
	height:290px;
	float:left;
	margin-right:18px;
}
#col-centro{
	width:314px;
	height:290px;
	float:left;
	margin-right:20px;
	
}
#col-centro h1{
	background: #9A3234;
}
#col-der{
	width:314px;
	height:290px;
	float:left;
}
#columnas h1{
    display: block;
    background: #611F92;
    line-height: 42px;
    text-align: center;
    margin: 0;
    color: #FFF;
    font-size: 14px;
}
#columnas h2{
 
    background: #611F92;
width: 314px;
	text-align: center;
	color: #ffffff;
}


#columnas a{
    width: 180px;
    line-height: 28px;
    display: block;
    color: #FFF;
    text-align: center;
    text-decoration: none;
   
    font-size: 12px;
    background-color:#8c2dea;
}

#enlaces h1{
	display:block;
	border-bottom:1px solid #8c2dea;
	margin:0;
	margin-top:10px;
	color:#FFF;
	font-size:14px;
}
.caja{
    width: 314px;
    line-height: 30px;
    background: #8c2dea;
    display: block;
    text-align: center;
}

.estructura-about2{
    width:30%;
    float:left;
    padding:10px;
}
/*--- CONTACTENOS ---*/
#info-contact{
width:340px;
float:left;
}

#formulario-contact{
	width:640px;
	float:right;
}

#aligned{
	padding-left:70px;
}


#formulario{
box-sizing:border-box;
}

#formulario .txtinput{

	border-style: solid;
	border-width: 1px;
	border-color: #dedede;
	margin-bottom: 20px;
	font-size: 12px;
	padding-left: 55px;
	width: 85%;
	color: #777;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset;
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset;
	transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
	-webkit-transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
	-moz-transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
	-o-transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
	padding-top: 7px;
	padding-right: 25px;
	padding-bottom: 7px;
}

#formulario .txtinput:focus{ 
color:#333;
border-color:rgba(41, 92, 161, 0.4);
box-shadow:0 1px 3px rgba(0, 0, 0, 0.1) inset, 0 0 8px rgba(41, 92, 161, 0.6);
-moz-box-shadow:0 1px 3px rgba(0, 0, 0, 0.1) inset, 0 0 8px rgba(41, 92, 161, 0.6);
-webkit-box-shadow:0 1px 3px rgba(0, 0, 0, 0.1) inset, 0 0 8px rgba(41, 92, 161, 0.6);
outline:0 none; 
}

#formulario input#name{
	background:#fff url('../imagenes/user.png') 5px 4px no-repeat;
}
#formulario input#email{
	background:#fff url('../imagenes/email.png') 5px 4px no-repeat;
}
#formulario input#telephone{
	background:#fff url('../imagenes/phone.png') 5px 4px no-repeat;
}

#formulario textarea{
	display: block;

	border-style: solid;
	border-width: 1px;
	border-color: #dedede;
	margin-bottom: 15px;
	font-size: 12px;
	padding-left: 55px;
	width: 85%;
	height: 180px;
	color: #777;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset;
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset;
	transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
	-webkit-transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
	-moz-transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
	-o-transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
	padding-top: 11px;
	padding-right: 25px;
	padding-bottom: 11px;
}

#formulario textarea:focus{
color:#333;
border-color:rgba(41, 92, 161, 0.4);
box-shadow:0 1px 3px rgba(0, 0, 0, 0.1) inset, 0 0 8px rgba(40, 90, 160, 0.6);
-moz-box-shadow:0 1px 3px rgba(0, 0, 0, 0.1) inset, 0 0 8px rgba(40, 90, 160, 0.6);
-webkit-box-shadow:0 1px 3px rgba(0, 0, 0, 0.1) inset, 0 0 8px rgba(40, 90, 160, 0.6);
outline: 0 none; 
}
#formulario textarea.txtblock{
	background:#fff url('../imagenes/speech.png') 5px 10px no-repeat;
}

#formulario #slider{
	width:60%;
	}

#formulario #aligned{ 
box-sizing:border-box; 
float:left; 
width:450px; 
margin-right:50px; 
}

#formulario #aside {
	float:left;
	width:250px;
	padding:0;
	box-sizing:border-box;
}

#wrapping{
	width:100%;
	box-sizing:border-box;
	}

span.radiobadge{
	display:block;
	margin-bottom:8px;
	}
span.radiobadge label{
	font-size:1.2em;
	padding-bottom:4px;
	}

select.selmenu{
font-size:17px;
color:#676767;
padding:9px !important;
border:1px solid #aaa;
width:200px;
}

/*-- custom buttons --*/

#buttons{
	display:block;
	padding-top:10px;
	}


#buttons #button {
	float:left;
	height:3em;
	width:100%;
	
	font-weight:bold;
	font-size:15px;
	color:#fff;
	text-shadow:0px 1px 0px #222;
	vertical-align:middle;

	background-color:#8c2dea;

	padding-top:0;
	padding-right:1em;
	padding-bottom:0;
	padding-left:1em;
}
#buttons #submitbtn:hover, #buttons #submitbtn:active {
border-color:#7c9826 #7c9826 #000;
color: #fff;
-moz-box-shadow:inset 0 1px 0 rgba(256,256,256,0.4),0 1px 3px rgba(0,0,0,0.5);
-ms-box-shadow:inset 0 1px 0 rgba(256,256,256,0.4),0 1px 3px rgba(0,0,0,0.5);
-webkit-box-shadow:inset 0 1px 0 rgba(256,256,256,0.4),0 1px 3px rgba(0,0,0,0.5);
box-shadow:inset 0 1px 0 rgba(256,256,256,0.4),0 1px 3px rgba(0,0,0,0.5);
background:rgb(228,237,189);
background:-moz-linear-gradient(top, rgb(228,237,189) 2%, rgb(207,219,120) 3%, rgb(149,175,54) 100%); 
background:-webkit-gradient(linear, left top, left bottom, color-stop(2%,rgb(228,237,189)), color-stop(3%,rgb(207,219,120)), color-stop(100%,rgb(149,175,54))); 
background:-webkit-linear-gradient(top, rgb(228,237,189) 2%,rgb(207,219,120) 3%,rgb(149,175,54) 100%); 
background:-o-linear-gradient(top, rgb(228,237,189) 2%,rgb(207,219,120) 3%,rgb(149,175,54) 100%); background: -ms-linear-gradient(top, rgb(228,237,189) 2%,rgb(207,219,120) 3%,rgb(149,175,54) 100%); background: linear-gradient(top, rgb(228,237,189) 2%,rgb(207,219,120) 3%,rgb(149,175,54) 100%); 
filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4edbd', endColorstr='#95af36',GradientType=0 );
}


/*--- Pie pagina ----*/
#piepagina{
		background:#1b0235;

	margin-top:5px;
	padding:10px;
}
#cajapie{
	width: 550px;
	float: left;
}
#cajapie p{
	color:#fff;
	padding-left:70px;
	margin:0;
}
#piepagina ul{
	width:170px;
	display:block;
	float:right;
	margin:0;
	padding:0;
	list-style:none;
}
#piepagina li{
	float:right;
	color:#fff;

	font-size:12px;
}
#sombra{
	height:16px;
	background:url(../imagenes/sombra-pie.png) no-repeat center top;
}

.container{
	width:100%;
	position:relative;
}

.main {
	width: 95%;
	max-width: 960px;
	padding:15px 10px;
	margin: 0 auto;
	position: relative;
}

.js .fixed-bar {
	position: fixed;
	width: 100%;
	left: 0;
	bottom: 0;
}

.js .gallery {
	width: 100%;
	max-width: 450px;
	margin: 0 auto;
	border-radius: 20px;
	position: relative;
	background: #000 url(../images/black_denim.png);
	box-shadow: 0 2px 1px rgba(255,255,255,0.9), 0 -2px 1px rgba(255,255,255,0.9);
}

.lt-ie8 .elastislide-list {
	display: none;
}

/*** GALERIA ***/

.contenedor-galeria{
margin-bottom:20px;	
}


.contenedor-galeria2{
margin-bottom:20px;	
width:480px;
margin-left:5px;
margin-right:5px;
float:left;
}


.galeria-imagen{
	width: 310px;
	height: 330px;
	float: left;
	margin-left: 6px;
	margin-right: 6px;
}

.galeria-imagen-grande{
	width:810px;
	height:auto;
	margin:0 auto;
}

h2{
margin:0;
padding:0;
display:block;
padding:12px 0 12px 0;
color:#66af32;
text-align:left;
font-size:16px;

width:440px;
}

/*servicios*/
.estructura-about ul li{
list-style: url("../imagenes/gsg-listas.png");
	color: #333;
	font-size: 12px;
	line-height: 23px;
}



/**** flota ****/
.estructura-flota{
text-align:justify;
margin-top:10px;
margin-bottom:10px;	
}

/**** rutas ****/
.estructura-rutas{
text-align:justify;
margin-bottom:10px;
}

.estructura-rutas p{
padding:0px;
margin:0px;	
}
